Don't call lto-wrapper for ar and ranlib
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
70d49700
TV
12020-02-25 Tom de Vries <tdevries@suse.de>
2
3 PR go/18926
4 * gdb.go/methods.exp: Remove gcc/93866 xfail.
5
a88ef40d
TV
62020-02-24 Tom de Vries <tdevries@suse.de>
7
8 PR gdb/25592
9 * gdb.base/info-locals-unused-static-var.c: New test.
10 * gdb.base/info-locals-unused-static-var.exp: New file.
11
01b1af32
TT
122020-02-22 Tom Tromey <tom@tromey.com>
13
14 * gdb.python/tui-window.exp: New file.
15 * gdb.python/tui-window.py: New file.
16
7c043ba6
TT
172020-02-22 Tom Tromey <tom@tromey.com>
18
19 PR tui/17850:
20 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
21 tests.
22
c22fef7e
TT
232020-02-22 Tom Tromey <tom@tromey.com>
24
25 * gdb.tui/new-layout.exp: Add sub-layout tests.
26
ee325b61
TT
272020-02-22 Tom Tromey <tom@tromey.com>
28
29 * gdb.tui/new-layout.exp: New file.
30
3f0cbb04
TT
312020-02-22 Tom Tromey <tom@tromey.com>
32
33 * gdb.rust/rust-style.rs: New file.
34 * gdb.rust/rust-style.exp: New file.
35 * gdb.base/style.exp: Test structure printing.
36 * gdb.base/style.c (struct some_struct): New type.
37 (enum etype): New type.
38 (struct_value): New global.
39
75525152
TV
402020-02-21 Tom de Vries <tdevries@suse.de>
41
42 PR go/18926
43 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
44 Remove blanket xfails. Use message argument for gdb_breakpoint.
45 Make continuing to breakpoint test conditional on setting breakpoint.
46 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
47 DW_AT_name attribute. Add xfail for GCC PR93866.
48
bd360d30
AB
492020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.dwarf2/cpp-linkage-name.c: New file.
52 * gdb.dwarf2/cpp-linkage-name.exp: New file.
53
c7adb09f 542020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
55
56 * lib/gdb.exp (gdb_wrapper_init): Reset
57 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
58 not exist.
59
a9c79803
TV
602020-02-20 Tom de Vries <tdevries@suse.de>
61
62 PR go/17018
63 * gdb.go/hello.exp: Copy ...
64 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
65 print of st to print value of global definition. Add xfail for GCC
66 PR93844.
67 * gdb.go/hello.exp: Remove printing of st before definition.
68 * gdb.go/hello.go: Copy ...
69 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
70 to st.
71 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
72
d7445728
TV
732020-02-20 Tom de Vries <tdevries@suse.de>
74
75 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
76 (gdb_simple_compile): Handle compile_flags go by using .go extension
77 for source file.
78 * gdb.go/chan.exp: Use support_go_compile.
79 * gdb.go/handcall.exp: Same.
80 * gdb.go/hello.exp: Same.
81 * gdb.go/integers.exp: Same.
82 * gdb.go/max-depth.exp: Same.
83 * gdb.go/methods.exp: Same.
84 * gdb.go/package.exp: Same.
85 * gdb.go/strings.exp: Same.
86 * gdb.go/types.exp: Same.
87 * gdb.go/unsafe.exp: Same.
88
c9c41e6d
TV
892020-02-19 Tom de Vries <tdevries@suse.de>
90
91 * gdb.python/lib-types.exp: Make xfail more strict.
92
f20ff837
TV
932020-02-19 Tom de Vries <tdevries@suse.de>
94
95 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
96
08410482
DE
972020-02-19 Doug Evans <dje@google.com>
98
99 PR rust/25535
100 * gdb.rust/simple.exp: Add test.
101 * gdb.rust/simple.rs: Add test.
102
623563f7
TV
1032020-02-19 Tom de Vries <tdevries@suse.de>
104
105 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
106 output line-by-line.
107
d3308cfd
TV
1082020-02-19 Tom de Vries <tdevries@suse.de>
109
110 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
111
86cbc5dc
TV
1122020-02-19 Tom de Vries <tdevries@suse.de>
113
114 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
115 prelink.
116
9db2b96b
TV
1172020-02-19 Tom de Vries <tdevries@suse.de>
118
119 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
120 (gdb_do_cache): Use gdb_do_cache_wrap.
121 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
122
89e2fdc5
TV
1232020-02-19 Tom de Vries <tdevries@suse.de>
124
125 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
126 gdb_compile option.
127
373d7ac0
SM
1282020-02-18 Simon Marchi <simon.marchi@efficios.com>
129
130 * gdb.base/printcmds.exp (test_print_enums): Update expected
131 output.
132
b29a2df0
SM
1332020-02-18 Simon Marchi <simon.marchi@efficios.com>
134
135 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
136 for "unknown".
137
6740f0cc
SM
1382020-02-18 Simon Marchi <simon.marchi@efficios.com>
139
140 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
141 enumerator.
142
edd45eb0
SM
1432020-02-18 Simon Marchi <simon.marchi@efficios.com>
144
145 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
146 FE_, add FE_NONE.
147 (three): Update.
148 (enum flag_enum_without_zero): New enum.
149 (flag_enum_without_zero): New variable.
150 (enum not_flag_enum): New enum.
151 (three_not_flag): New variable.
152 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
153 (test_print_enums): Add more tests for printing flag enums.
154
d4295de4
TV
1552020-02-18 Tom de Vries <tdevries@suse.de>
156
157 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
158 (gdb_compile_ada): ... here.
159 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
160 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
161
f251f505
TT
1622020-02-14 Tom Tromey <tom@tromey.com>
163
164 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
165 build directory.
166 * boards/gdbserver-base.exp: Update path to gdbserver.
167
8f432634
TV
1682020-02-13 Tom de Vries <tdevries@suse.de>
169
170 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
171
92b6eaf7
TV
1722020-02-13 Tom de Vries <tdevries@suse.de>
173
174 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
175 are missing.
176
f3b0f7fe
TV
1772020-02-13 Tom de Vries <tdevries@suse.de>
178
179 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
180 call.
181
f6be8713
SDJ
1822020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
183
184 PR tui/25126
185 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
186 * gdb.base/cached-source-file.c: New file.
187 * gdb.base/cached-source-file.exp: New file.
188
b2770d5e
TV
1892020-02-11 Tom de Vries <tdevries@suse.de>
190
191 PR testsuite/25488
192 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
193
44f6938e
TV
1942020-02-10 Tom de Vries <tdevries@suse.de>
195
196 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
197
5f0e2eb7
MR
1982020-02-10 Maciej W. Rozycki <macro@wdc.com>
199
200 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
201 and $after_addr are both integers before making a comparison.
202
46ce2b6f
TV
2032020-02-09 Tom de Vries <tdevries@suse.de>
204
205 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
206 command output and paste it into gdb.log. If any, paste catch message
207 to gdb.log.
208
5abbbe1d
TT
2092020-02-07 Tom Tromey <tromey@adacore.com>
210
211 PR breakpoints/24915:
212 * gdb.base/annotate-symlink.exp: Use setup_xfail.
213
1d5d29e7
SV
2142020-02-06 Shahab Vahedi <shahab@synopsys.com>
215
216 * gdb.tui/tui-missing-src.exp: Add the "missing source
217 file" test for the TUI.
218
b0999b9b
AB
2192020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
222 including a port number in the output.
223
c3b149eb
AKS
2242020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
225
226 * lib/fortran.exp (fortran_int4): Handle clang.
227 (fortran_int8): Likewise.
228 (fortran_real4): Likewise.
229 (fortran_real8): Likewise.
230 (fortran_complex4): Likewise.
231 (fortran_logical4): Likewise.
232 (fortran_character1): Likewise.
233
f8dcc90b
TV
2342020-02-04 Tom de Vries <tdevries@suse.de>
235
236 * README (Race detection): Add note.
237
f90ac7c2
TV
2382020-02-04 Tom de Vries <tdevries@suse.de>
239
240 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
241
780636ae
TV
2422020-02-04 Tom de Vries <tdevries@suse.de>
243
244 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
245
5d2e1193
RA
2462020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
247
248 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
249 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
250 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
251 blttar, bnetarl.
252 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
253 binary for blttar, bnetarl.
254 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
255 wait instruction. Delete ldmx test.
256 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
257
e409c542
AKS
2582020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
259
260 * gdb.fortran/array-bounds-high.exp: New file.
261 * gdb.fortran/array-bounds-high.f90: New file.
262
b0029748
LD
2632020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
264
265 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
266 Replace #include of <sys/fcntl.h> by <fcntl.h>.
267
195a8287
TV
2682020-02-01 Tom de Vries <tdevries@suse.de>
269
270 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
271
42330a68
AB
2722020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
273
274 PR tui/9765
275 * gdb.tui/tui-layout-asm-short-prog.S: New file.
276 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
277
b62a8028
LM
2782020-01-29 Luis Machado <luis.machado@linaro.org>
279
280 * gdb.arch/aarch64-brk-patterns.c: New source file.
281 * gdb.arch/aarch64-brk-patterns.exp: New test.
282
5f440116
TBA
2832020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
284
285 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
286 GCC/Clang version.
287 * gdb.cp/pass-by-ref.exp: Ditto.
288
ee2a6fc6
TV
2892020-01-29 Tom de Vries <tdevries@suse.de>
290
291 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
292 * gdb.threads/watchpoint-fork-mt.c: Same.
293 * gdb.threads/watchpoint-fork-parent.c: Same.
294 * gdb.threads/watchpoint-fork-st.c: Same.
295 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
296
16b10d6e
LM
2972020-01-27 Luis Machado <luis.machado@linaro.org>
298
299 * gdb.base/step-over-syscall.exp (setup): Check if we're already
300 sitting at a syscall instruction when we hit the syscall function's
301 breakpoint.
302 Check PC against one obtained with the x command.
303 Validate syscall number.
304 (step_over_syscall): Don't continue to the syscall instruction if
305 we're already there.
306
b1468492
PW
3072020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
308
309 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
310
7ffa82e1
AB
3112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
314 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
315
3d92a3e3
AB
3162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.dwarf2/dw2-inline-stepping.c: New file.
319 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
320
94a72be7
AB
3212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 * gdb.base/maint.exp: Update line table parsing test.
324 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
325
53af73bf
PA
3262020-01-24 Pedro Alves <palves@redhat.com>
327
328 PR gdb/25410
329 * gdb.multi/multi-re-run-1.c: New.
330 * gdb.multi/multi-re-run-2.c: New.
331 * gdb.multi/multi-re-run.exp: New.
332
1ba1ac88
AB
3332020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 PR gdb/23718
336 * gdb.server/server-kill-python.exp: New file.
337
f3364a6d
AB
3382020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
339
340 * gdb.server/multi-ui-errors.c: New file.
341 * gdb.server/multi-ui-errors.exp: New file.
342
733d0a67
AB
3432020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 PR tui/9765
346 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
347
4f13c1c0
TT
3482020-01-19 Tom Tromey <tom@tromey.com>
349
350 * gdb.tui/main.exp: Add check for plain "file".
351
40c94099
CB
3522020-01-16 Christian Biesinger <cbiesinger@google.com>
353
354 * lib/gdb.exp: Fix spelling error (seperatelly).
355
ff47f4f0
TT
3562020-01-14 Tom Tromey <tom@tromey.com>
357
358 PR symtab/12535:
359 * gdb.python/python.exp: Test decode_line with empty string
360 argument.
361
717c684d
BE
3622020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
363
364 * gdb.base/skip-inline.exp: Extend test.
365
44e4c775
AB
3662020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
367
368 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
369 * gdb.dwarf2/dw2-bad-elf.c: New file.
370 * gdb.dwarf2/dw2-bad-elf.exp: New file.
371
d93c6db7
AB
3722020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
373
374 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
375 _line_saw_file.
376
9a6d629c
AB
3772020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
378
379 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
380 border.
381
d9ebdab7
TBA
3822020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
383
384 * gdb.multi/multi-target.exp (setup): Factor out "info
385 connections" and "info inferiors" tests to ...
386 (test_info_inferiors): ... this new procedure.
387 (top level): Run new "info-inferiors" tests.
388
f3c469b9
PA
3892020-01-10 Pedro Alves <palves@redhat.com>
390
391 * gdb.server/bkpt-other-inferior.exp: New file.
392
121b3efd
PA
3932020-01-10 Pedro Alves <palves@redhat.com>
394
395 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
396 of "add-inferior".
397 * gdb.base/quit-live.exp: Likewise.
398 * gdb.base/remote-exec-file.exp: Likewise.
399 * gdb.guile/scm-progspace.exp: Likewise.
400 * gdb.linespec/linespec.exp: Likewise.
401 * gdb.mi/new-ui-mi-sync.exp: Likewise.
402 * gdb.mi/user-selected-context-sync.exp: Likewise.
403 * gdb.multi/multi-target.exp (setup): Add "info connection" and
404 "info inferiors" tests.
405 * gdb.multi/remove-inferiors.exp: Adjust expected output of
406 "add-inferior".
407 * gdb.multi/watchpoint-multi.exp: Likewise.
408 * gdb.python/py-inferior.exp: Likewise.
409 * gdb.server/extended-remote-restart.exp: Likewise.
410 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
411 "info inferiors".
412 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
413 * gdb.trace/report.exp: Likewise.
414
1dadb1dd
PA
4152020-01-10 Pedro Alves <palves@redhat.com>
416
417 * gdb.multi/multi-target.c: New file.
418 * gdb.multi/multi-target.exp: New file.
419 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
420 mode requested, but remote does not support non-stop".
421
78f2c40a
PA
4222020-01-10 Pedro Alves <palves@redhat.com>
423
424 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
425 disconnect before reconnecting.
426
e7af6c70
TBA
4272020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
428 Pedro Alves <palves@redhat.com>
429
430 * gdb.server/connect-without-multi-process.exp: Also test
431 continuing to end.
432
acdf84a6
PA
4332020-01-10 Pedro Alves <palves@redhat.com>
434
435 * gdb.base/remote-exec-file.exp: New file.
436
873657b9
PA
4372020-01-10 Pedro Alves <palves@redhat.com>
438
439 * gdb.base/fork-running-state.exp (do_test): Adjust expected
440 output.
441 * gdb.threads/async.c: New.
442 * gdb.threads/async.exp: New.
443 * gdb.multi/tids-gid-reset.c: New.
444 * gdb.multi/tids-gid-reset.exp: New.
445
7f0ae84c
GB
4462020-01-10 George Barrett <bob@bob131.so>
447
448 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
449 to help in finding the image relocation offset.
450 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
451 options in arguments.
452 (stap_test_no_debuginfo): Likewise.
453 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
454 test variants.
455 (stap_test): Add null semaphore relocation test.
456
47e9d49d
GB
4572020-01-10 George Barrett <bob@bob131.so>
458
459 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
460 * gdb.base/stap-probe.exp: Likewise.
461 (stap_test): Pass argument as an additional flag.
462 (stap_test_no_debuginfo): Likewise.
463 (stap_test): Check `info probes stap' output for semaphore
464 addresses if the test binary is supposed to have them.
465
f5a7c406
AB
4662020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
467
468 * gdb.tui/basic.exp: Add more scrolling tests.
469
9ae6bf64
TT
4702020-01-09 Tom Tromey <tom@tromey.com>
471
472 PR tui/18932:
473 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
474 meangingful value.
475 (Term::command, Term::resize): Update.
476 * gdb.tui/basic.exp: Add scrolling test.
477
b2efe70c
AB
4782020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.tui/tui-layout-asm.exp: New file.
481
3804da7e
AB
4822020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
483
484 * lib/tuiterm.exp (Term::check_box_contents): New proc.
485
b40aa28f
AB
4862020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
487
488 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
489 (Term::enter_tui): Use Term::prepare_for_tui.
490
63ffd7c9
AB
4912020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
492
493 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
494 called.
495
3be966f6
AB
4962020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
497
498 * gdb.base/skip.exp: Fix race condition in test.
499
153d79c4
AB
5002020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
501
502 * gdb.base/backtrace.c: New file.
503 * gdb.base/backtrace.exp: New file.
504
f2302a34
AB
5052020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
506
507 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
508
6ec1d75e
PW
5092020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
510
511 * gdb.base/style.exp: Test that warnings are styled.
512
c296cbe6
BE
5132019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
514
515 * gdb.base/line65535.exp: New file.
516 * gdb.base/line65535.c: New file.
517
b28a729d
SM
5182019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
519
520 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
521 * lib/gnat_debug_info_test.adb: New file.
522 * gdb.ada/ptype_tagged_param.exp: Use
523 gnat_runtime_has_debug_info, expect a different output if
524 runtime does not have debug info.
525
7f2d7a0d
SM
5262019-12-20 Simon Marchi <simon.marchi@efficios.com>
527
528 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
529 (another) quote in test name.
530
f3bce483
SM
5312019-12-20 Simon Marchi <simon.marchi@efficios.com>
532
533 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
534 Add quote in test name.
535
c855a912
TBA
5362019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
537
538 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
539 directory instead.
540 * gdb.cp/pass-by-ref.exp: Extend with more cases.
541 * gdb.cp/pass-by-ref-2.cc: New file.
542 * gdb.cp/pass-by-ref-2.exp: New file.
543
fc9d2d72
TT
5442019-12-20 Tom Tromey <tom@tromey.com>
545
546 * gdb.tui/list-before.exp: New file.
547
77b97e00
TT
5482019-12-20 Tom Tromey <tom@tromey.com>
549
550 * gdb.tui/list.exp: Check for source on initial listing.
551
f69656d0
TT
5522019-12-11 Tom Tromey <tromey@adacore.com>
553
554 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
555 Add crlf test.
556
99a55965
SM
5572019-12-18 Simon Marchi <simon.marchi@efficios.com>
558
559 * gdb.base/default.exp: Update value of $_gdb_major.
560
5024637f
BE
5612019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
562
563 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
564
b63634be
BE
5652019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
566
567 * gdb.base/skip.exp: Whitespace fix.
568
45d73523
BE
5692019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
570
571 * gdb.base/skip-inline.c: New file.
572 * gdb.base/skip-inline.exp: New file.
573
d043f8c8
SM
5742019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
575
576 * gdb.base/jit-reader.exp (jit_reader_test): Rename
577 jit_function_00 to jit_function_stack_mangle.
578 * gdb.base/jithost.c (jit_function_t): Rename to...
579 (jit_function_stack_mangle_t): ... this.
580 (jit_function_add_t): New typedef.
581 (jit_function_00_code): Rename to...
582 (jit_function_stack_mangle_code): ... this, make static.
583 (jit_function_add_code): New.
584 (main): Generate "add" function and call it. Adjust to changes
585 in jithost_abi.
586 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
587 (struct jithost_abi) <begin, end>: Remove fields.
588 <object, function_stack_mangle, function_add>: New fields.
589 * gdb.base/jitreader.c (struct reader_state) <code_begin,
590 code_end>: Remove fields.
591 <func_stack_mangle>: New field.
592 (read_debug_info): Adjust to renaming, create block for "add"
593 function.
594 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
595
873de05c
TT
5962019-12-11 Tom Tromey <tom@tromey.com>
597
598 * gdb.tui/resize.exp: Fix regexp.
599 * gdb.tui/regs.exp: Fix regexps.
600 * gdb.tui/main.exp: Fix regexp.
601
3d979945
TT
6022019-12-11 Tom Tromey <tom@tromey.com>
603
604 * gdb.tui/resize.exp: Update.
605 * gdb.tui/empty.exp (layouts): Update.
606
2192a9d3
TT
6072019-12-11 Tom Tromey <tom@tromey.com>
608
609 * gdb.tui/regs.exp: Update.
610 * gdb.tui/empty.exp (layouts): Update.
611 * gdb.tui/basic.exp: Update.
612 * lib/tuiterm.exp (_check_box): Don't check bottom border.
613
d8edc8b7
PW
6142019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
615
616 * gdb.base/options.exp: Add -raw-values in the print completion list.
617 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
618
4c12d936
KB
6192019-12-10 Kevin Buettner <kevinb@redhat.com>
620
621 * gdb.threads/omp-par-scope.c: New file.
622 * gdb/threads/omp-par-scope.exp: New file.
623
26b911fb
KB
6242019-12-10 Kevin Buettner <kevinb@redhat.com>
625
bb47f919
KB
626 * lib/gdb.exp (support_nested_function_tests): New proc.
627
6282019-12-10 Kevin Buettner <kevinb@redhat.com>
629
630 * lib/gdb.exp (gdb_compile_openmp): New proc.
631 (build_executable_from_specs): Add an "openmp" option.
632 (gdb_compile_pthreads): Add non-executable case.
26b911fb 633
6c71eb7d
TT
6342019-12-10 Tom Tromey <tromey@adacore.com>
635
636 * gdb.ada/unchecked_union.exp: New file.
637 * gdb.ada/unchecked_union/pck.adb: New file.
638 * gdb.ada/unchecked_union/pck.ads: New file.
639 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
640 * gdb-utils.exp (string_to_regexp): Also quote "?".
641
bac7c5cf
GB
6422019-12-10 George Barrett <bob@bob131.so>
643
644 Test scripted probe breakpoints.
645 * gdb.guile/scm-breakpoint.c (main): Add probe point.
646 * gdb.python/py-breakpoint.c (main): Likewise.
647 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
648 specifier test.
649 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
650
330f1d38
TBA
6512019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
652
653 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
654 an rvalue parameter.
655 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
656 parameter.
657
b43315e2
AB
6582019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
659
660 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
661 modules.
662
54f73dad
AB
6632019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
666 broken version of GCC.
667
d57cbee9
AB
6682019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
669
670 * gdb.fortran/info-modules.exp: Rewrite to make use of new
671 sym-info-cmds library.
672 * gdb.fortran/info-types.exp: Likewise.
673 * lib/sym-info-cmds.exp: New file.
674
c14aab8c
TV
6752019-12-08 Tom de Vries <tdevries@suse.de>
676
677 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
678
aa2d5a42
KS
6792019-12-07 Keith Seitz <keiths@redhat.com>
680
681 * gdb.base/corefile-buildid-shlib-shr.c: New file.
682 * gdb.base/corefile-buildid-shlib.c: New file.
683 * gdb.base/corefile-buildid.c: New file.
684 * gdb.base/corefile-buildid.exp: New file.
685
93e55f0a
TV
6862019-12-06 Tom de Vries <tdevries@suse.de>
687
688 * gdb.dwarf2/varval.exp: Add decl before def test.
689
c7d12402
TBA
6902019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
691
692 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
693
06acc08f
TBA
6942019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
695
696 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
697 CV and reference conversion for overload resolution.
698 * gdb.cp/rvalue-ref-overload.exp: Test it.
699
e0fad1ea
PW
7002019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
701
702 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
703 * gdb.base/frameapply.exp: Test faas without command.
704
8d70a9f0
AB
7052019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
706
707 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
708 Fortran tests.
709 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
710 order.
711
36c8fb93
AB
7122019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
715 casting to type with no kind specified.
716 (test_basic_parsing_of_type_kinds): Additional tests for types
717 with no kind specified, and add tests for single/double
718 precision/complex types.
719
4139ff00
TT
7202019-12-04 Tom Tromey <tromey@adacore.com>
721
722 * gdb.base/endianity.c (struct other) <x>: New field.
723 (main): Initialize it.
724 * gdb.base/endianity.exp: Update.
725
a05cf17a
TT
7262019-12-04 Tom Tromey <tromey@adacore.com>
727
728 * gdb.ada/scalar_storage/storage.adb: New file.
729 * gdb.ada/scalar_storage/pck.adb: New file.
730 * gdb.ada/scalar_storage/pck.ads: New file.
731 * gdb.ada/scalar_storage.exp: New file.
732
103a685e
TT
7332019-12-04 Tom Tromey <tromey@adacore.com>
734
735 * gdb.base/endianity.c (struct otherendian) <f>: New field.
736 (main): Initialize it.
737 * gdb.base/endianity.exp: Update.
738
c2512106
AB
7392019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
740
741 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
742
293b38d6
AB
7432019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
746 -symbol-info-module-functions and -symbol-info-module-variables.
747
216a7e6b
AB
7482019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
751
5bbd8269
AB
7522019-12-01 Richard Bunt <richard.bunt@arm.com>
753 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.fortran/derived-type-striding.exp: New file.
756 * gdb.fortran/derived-type-striding.f90: New file.
757 * gdb.fortran/array-slices.exp: New file.
758 * gdb.fortran/array-slices.f90: New file.
759
be09caf1
PW
7602019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
761
762 * gdb.base/define.exp: Test . in command names.
763 * gdb.base/setshow.exp: Update test, as . is now part of
764 command name.
765
643c0cbe
PW
7662019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
767
768 * gdb.base/define-prefix.exp: New file.
769
dcdec678
AB
7702019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
773 compile.
774 (skip_btrace_pt_tests): Likewise.
775
640ab947
AB
7762019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.fortran/info-modules.exp: Compile source files in correct
779 order.
780
d22670f0
KB
7812019-11-27 Kevin Buettner <kevinb@redhat.com>
782
783 * gdb.dwarf2/imported-unit.exp: New file.
784 * gdb.dwarf2/imported-unit.c: New file.
785
db5960b4
AB
7862019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
787
788 * gdb.mi/mi-fortran-modules-2.f90: New file.
789 * gdb.mi/mi-fortran-modules.exp: New file.
790 * gdb.mi/mi-fortran-modules.f90: New file.
791
7dc42066
AB
7922019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
793
794 * gdb.mi/mi-sym-info-1.c: New file.
795 * gdb.mi/mi-sym-info-2.c: New file.
796 * gdb.mi/mi-sym-info.exp: New file.
797
0dfeecca
TT
7982019-11-22 Tom Tromey <tromey@adacore.com>
799
800 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
801 * gdb.ada/tasks/foo.adb: Add another stopping location.
802
34877895
PJ
8032019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
804
805 * gdb.base/endianity.c: New test.
806 * gdb.base/endianity.exp: New file.
807
2e84f897
LD
8082019-11-21 Lukas Durfina <ldurfina@tachyum.com>
809
810 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
811
65d1cd5f
TV
8122019-11-21 Tom de Vries <tdevries@suse.de>
813
814 PR gdb/24956
815 * gdb.base/ui-redirect.exp: Test output of user-defined command.
816
4f22c3f4
SDJ
8172019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
818
819 * gdb.python/py-progspace.exp: Add missing parentheses on some
820 'print' commands.
821
9f6ad286
TT
8222019-11-19 Tom Tromey <tom@tromey.com>
823
824 * gdb.tui/winheight.exp: New file.
825
0b8dbf3f
AB
8262019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
827
828 * gdb.base/ctf-whatis.c: Delete.
829 * gdb.base/ctf-whatis.exp: Delete.
830 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
831
f833b7a7
AB
8322019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
833
834 * gdb.base/ctf-cvexpr.exp: Delete.
835 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
836
30d0a636
AB
8372019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
838
839 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
840 the compiler. Clean up header comment a little.
841 * gdb.base/ctf-ptype.exp: Likewise.
842 * gdb.base/ctf-whatis.exp: Likewise.
843 * lib/gdb.exp (skip_ctf_tests): New proc.
844
494409bb
SDJ
8452019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
846
847 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
848 * gdb.tui/corefile-run.exp: New file.
849
55708e99
TT
8502019-11-14 Tom Tromey <tromey@adacore.com>
851
852 * gdb.base/gdbvars.exp (test_convenience_variables): Add
853 regression tests.
854
45e42163
TT
8552019-11-12 Tom Tromey <tom@tromey.com>
856
857 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
858 after any command. Expect prompt after WAIT_FOR is seen.
859 (enter_tui): Enable resize messages.
860 (command): Expect command in output.
861 (get_line): Avoid error when cursor appears to be off-screen.
862 (dump_screen): Include screen size in title.
863 (_do_resize): New proc, from "resize".
864 (resize): Rewrite. Do resize in two steps.
865 * gdb.tui/empty.exp (layouts): Fix entries.
866 (check_boxes): Remove xfail.
867 (check_text): Dump screen on failure.
868
086baaf1
AB
8692019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
870
871 * gdb.python/py-symbol.exp: Add test for
872 gdb.lookup_static_symbols.
873
09ff83af
AB
8742019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
875
876 * gdb.python/py-symbol.c: Declare and call function from new
877 py-symbol-2.c file.
878 * gdb.python/py-symbol.exp: Compile both source files, and add new
879 tests for gdb.lookup_static_symbol.
880 * gdb.python/py-symbol-2.c: New file.
881
11af934b
TV
8822019-11-02 Tom de Vries <tdevries@suse.de>
883
884 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
885 * gdb.base/anon.exp: Same.
886 * gdb.base/auto-connect-native-target.exp: Same.
887 * gdb.base/call-ar-st.exp: Same.
888 * gdb.base/catch-syscall.exp: Same.
889 * gdb.base/commands.exp: Same.
890 * gdb.base/default.exp: Same.
891 * gdb.base/display.exp: Same.
892 * gdb.base/float.exp: Same.
893 * gdb.base/foll-fork.exp: Same.
894 * gdb.base/help.exp: Same.
895 * gdb.base/info-macros.exp: Same.
896 * gdb.base/info-proc.exp: Same.
897 * gdb.base/info-target.exp: Same.
898 * gdb.base/long_long.exp: Same.
899 * gdb.base/macscp.exp: Same.
900 * gdb.base/memattr.exp: Same.
901 * gdb.base/nofield.exp: Same.
902 * gdb.base/pointers.exp: Same.
903 * gdb.base/printcmds.exp: Same.
904 * gdb.base/ptype.exp: Same.
905 * gdb.base/restore.exp: Same.
906 * gdb.base/return.exp: Same.
907 * gdb.base/scope.exp: Same.
908 * gdb.base/set-noassign.exp: Same.
909 * gdb.base/setshow.exp: Same.
910 * gdb.base/shlib-call.exp: Same.
911 * gdb.base/signals.exp: Same.
912 * gdb.base/sigstep.exp: Same.
913 * gdb.base/skip.exp: Same.
914 * gdb.base/solib-symbol.exp: Same.
915 * gdb.base/stap-probe.exp: Same.
916 * gdb.base/step-line.exp: Same.
917 * gdb.base/step-test.exp: Same.
918 * gdb.base/style.exp: Same.
919 * gdb.base/varargs.exp: Same.
920 * gdb.base/vla-datatypes.exp: Same.
921 * gdb.base/vla-ptr.exp: Same.
922 * gdb.base/vla-sideeffect.exp: Same.
923 * gdb.base/volatile.exp: Same.
924 * gdb.base/watch-cond-infcall.exp: Same.
925 * gdb.base/watchpoint.exp: Same.
926
e96ec2ba
TV
9272019-11-02 Tom de Vries <tdevries@suse.de>
928
929 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
930 * gdb.cp/cpexprs.exp: Same.
931 * gdb.cp/except-multi-location.exp: Same.
932 * gdb.cp/exceptprint.exp: Same.
933 * gdb.cp/gdb2384.exp: Same.
934 * gdb.cp/inherit.exp: Same.
935 * gdb.cp/m-static.exp: Same.
936 * gdb.cp/meth-typedefs.exp: Same.
937 * gdb.cp/misc.exp: Same.
938 * gdb.cp/namespace.exp: Same.
939 * gdb.cp/non-trivial-retval.exp: Same.
940 * gdb.cp/overload.exp: Same.
941 * gdb.cp/pr17132.exp: Same.
942 * gdb.cp/re-set-overloaded.exp: Same.
943 * gdb.cp/rvalue-ref-types.exp: Same.
944 * gdb.cp/templates.exp: Same.
945
bd5766ec
LM
9462019-11-01 Luis Machado <luis.machado@linaro.org>
947
948 PR gdb/25124
949
950 * gdb.arch/pr25124.S: New file.
951 * gdb.arch/pr25124.exp: New file.
952
165f8965
AB
9532019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
954
955 * gdb.fortran/info-modules.exp: Update expected results, and add
956 additional tests for 'info module functinos', and 'info module
957 variables'.
958 * gdb.fortran/info-types.exp: Update expected results.
959 * gdb.fortran/info-types.f90: Extend testcase with additional
960 module variables and functions.
961
59c35742
AB
9622019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 * gdb.fortran/info-modules.exp: New file.
965 * gdb.fortran/info-types.exp: Build with new file.
966 * gdb.fortran/info-types.f90: Include and use new module.
967 * gdb.fortran/info-types-2.f90: New file.
968
f3fb2519
PW
9692019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
970
971 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
972 * gdb.base/settings.exp: Test all settings types using
973 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
974 that now verifies that the value of "maint show" is the same as
975 returned by the settings functions. Test the type of the
976 maintenance settings.
977 * gdb.base/default.exp: Update show_conv_list.
978
d1e36019
TV
9792019-10-31 Tom de Vries <tdevries@suse.de>
980
981 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
982 gdb_test.
983 * gdb.arch/amd64-disp-step.exp: Same.
984 * gdb.asm/asm-source.exp: Same.
985 * gdb.btrace/buffer-size.exp: Same.
986 * gdb.btrace/cpu.exp: Same.
987 * gdb.btrace/enable.exp: Same.
988 * gdb.dwarf2/count.exp: Same.
989 * gdb.dwarf2/dw2-ranges-func.exp: Same.
990 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
991 * gdb.fortran/vla-datatypes.exp: Same.
992 * gdb.fortran/vla-history.exp: Same.
993 * gdb.fortran/vla-ptype.exp: Same.
994 * gdb.fortran/vla-value.exp: Same.
995 * gdb.fortran/whatis_type.exp: Same.
996 * gdb.guile/guile.exp: Same.
997 * gdb.multi/tids.exp: Same.
998 * gdb.python/py-finish-breakpoint.exp: Same.
999 * gdb.python/py-framefilter.exp: Same.
1000 * gdb.python/py-pp-registration.exp: Same.
1001 * gdb.python/py-xmethods.exp: Same.
1002 * gdb.python/python.exp: Same.
1003 * gdb.server/connect-with-no-symbol-file.exp: Same.
1004 * gdb.server/no-thread-db.exp: Same.
1005 * gdb.server/run-without-local-binary.exp: Same.
1006 * gdb.stabs/weird.exp: Same.
1007 * gdb.threads/attach-many-short-lived-threads.exp: Same.
1008 * gdb.threads/thread-find.exp: Same.
1009 * gdb.threads/tls-shared.exp: Same.
1010 * gdb.threads/tls.exp: Same.
1011 * gdb.threads/wp-replication.exp: Same.
1012 * gdb.trace/ax.exp: Same.
1013 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
1014
3d11e68e
TV
10152019-10-31 Tom de Vries <tdevries@suse.de>
1016
1017 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
1018 * gdb.ada/array_subscript_addr.exp: Same.
1019 * gdb.ada/arrayidx.exp: Same.
1020 * gdb.ada/arrayparam.exp: Same.
1021 * gdb.ada/arrayptr.exp: Same.
1022 * gdb.ada/boolean_expr.exp: Same.
1023 * gdb.ada/call_pn.exp: Same.
1024 * gdb.ada/complete.exp: Same.
1025 * gdb.ada/fixed_cmp.exp: Same.
1026 * gdb.ada/fun_addr.exp: Same.
1027 * gdb.ada/funcall_param.exp: Same.
1028 * gdb.ada/interface.exp: Same.
1029 * gdb.ada/mod_from_name.exp: Same.
1030 * gdb.ada/null_array.exp: Same.
1031 * gdb.ada/packed_array.exp: Same.
1032 * gdb.ada/packed_tagged.exp: Same.
1033 * gdb.ada/print_chars.exp: Same.
1034 * gdb.ada/print_pc.exp: Same.
1035 * gdb.ada/ptype_arith_binop.exp: Same.
1036 * gdb.ada/ptype_field.exp: Same.
1037 * gdb.ada/ptype_tagged_param.exp: Same.
1038 * gdb.ada/rec_return.exp: Same.
1039 * gdb.ada/ref_tick_size.exp: Same.
1040 * gdb.ada/str_ref_cmp.exp: Same.
1041 * gdb.ada/taft_type.exp: Same.
1042 * gdb.ada/tagged.exp: Same.
1043 * gdb.ada/type_coercion.exp: Same.
1044 * gdb.ada/uninitialized_vars.exp: Same.
1045
60b6ede8
TV
10462019-10-30 Tom de Vries <tdevries@suse.de>
1047
1048 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1049
30baf67b
TV
10502019-10-26 Tom de Vries <tdevries@suse.de>
1051
1052 * gdb.base/bigcore.c: Fix typos in comments.
1053 * gdb.base/ctf-ptype.c: Same.
1054 * gdb.base/long_long.c: Same.
1055 * gdb.dwarf2/dw2-op-out-param.S: Same.
1056 * gdb.python/py-evthreads.c: Same.
1057 * gdb.reverse/i387-stack-reverse.c: Same.
1058 * gdb.trace/tfile.c: Same.
1059 * lib/compiler.c: Same.
1060 * lib/compiler.cc: Same.
1061
158da0d1
TV
10622019-10-25 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1065 gdb_test_multiple calls.
1066 * gdb.reverse/sigall-reverse.exp: Same.
1067 * gdb.reverse/solib-precsave.exp: Same.
1068 * gdb.reverse/solib-reverse.exp: Same.
1069 * gdb.reverse/until-precsave.exp: Same.
1070 * gdb.reverse/until-reverse.exp: Same.
1071
4ccdfbec
TV
10722019-10-24 Tom de Vries <tdevries@suse.de>
1073
1074 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1075 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1076 kfail using -wrap pattern flag and convenience variable
1077 gdb_test_name.
1078
33d569b7
AB
10792019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.python/py-progspace.exp: Add tests for the
1082 Progspace.block_for_pc method.
1083
4d0b984b
TT
10842019-10-23 Tom Tromey <tom@tromey.com>
1085
1086 * configure: Rebuild.
1087 * aclocal.m4: Use m4_include, not sinclude.
1088
94cb3754
TV
10892019-10-21 Tom de Vries <tdevries@suse.de>
1090
1091 * gdb.base/infcall-nested-structs.c: Add
1092 __attribute__((noinline,noclone)) to all functions.
1093 (call_all): Add missing variable initialization. Simplify return value.
1094 (breakpt): Increment volatile variable, to prevent call from being
1095 optimized out.
1096 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1097
062f1fc1
TV
10982019-10-17 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.fortran/module.exp: Allow info variables to print info for files
1101 other than module.f90.
1102
0b54364d
AB
11032019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1104
1105 * gdb.fortran/module.exp: Extend with 'info variables' test.
1106
7ff5fae7
AB
11072019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1108
1109 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1110 F77_FOR_TARGET.
1111
d10eccaa
TV
11122019-10-16 Tom de Vries <tdevries@suse.de>
1113
1114 PR tdep/25096
1115 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1116
745ff14e
TV
11172019-10-16 Tom de Vries <tdevries@suse.de>
1118
1119 PR tdep/24104
1120 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1121 Add KFAIL for PR tdep/25096.
1122
03e1ab94
TV
11232019-10-16 Tom de Vries <tdevries@suse.de>
1124
1125 PR testsuite/25059
1126 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1127
b17fcc10
TV
11282019-10-16 Tom de Vries <tdevries@suse.de>
1129
1130 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1131 as signed.
1132
9223170f
SM
11332019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1134
1135 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1136 one instead of increasing timeout.
1137
d6e76313
TV
11382019-10-13 Tom de Vries <tdevries@suse.de>
1139
1140 PR record/25038
1141 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1142 * gdb.reverse/sigall-reverse.exp: Same.
1143 * gdb.reverse/solib-precsave.exp: Same.
1144 * gdb.reverse/solib-reverse.exp: Same.
1145 * gdb.reverse/step-precsave.exp: Same.
1146 * gdb.reverse/until-precsave.exp: Same.
1147 * gdb.reverse/until-reverse.exp: Same.
1148 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1149
6dfc0041
AA
11502019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1151
1152 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1153 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1154 (cmp_struct_05_01, cmp_struct_static_02_01)
1155 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1156 comparisons.
1157
abcf2cc8
TV
11582019-10-10 Tom de Vries <tdevries@suse.de>
1159
1160 PR testsuite/24888
1161 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1162 gnatlink.
1163
a50faaf6
TV
11642019-10-09 Tom de Vries <tdevries@suse.de>
1165
1166 PR testsuite/25048
1167 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1168
60ff3cd7
AB
11692019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1172 exceptions due to missing debug information.
1173
dfee8566
TV
11742019-10-07 Tom de Vries <tdevries@suse.de>
1175
1176 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1177
3d63690a
AB
11782019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1179
1180 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1181 * gdb.base/annota1.exp: Update to use gdb_test_name.
1182
30d1f018
WP
11832019-10-07 Weimin Pan <weimin.pan@oracle.com>
1184
1185 * gdb.base/ctf-whatis.exp: New file.
1186 * gdb.base/ctf-whatis.c: New file.
1187 * gdb.base/ctf-ptype.exp: New file.
1188 * gdb.base/ctf-ptype.c: New file.
1189 * gdb.base/ctf-constvars.exp: New file.
1190 * gdb.base/ctf-constvars.c: New file.
1191 * gdb.base/ctf-cvexpr.exp: New file.
1192
4dbbb47c
TV
11932019-10-04 Tom de Vries <tdevries@suse.de>
1194
1195 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1196 for loop.
1197
77c2dba3
TT
11982019-10-03 Tom Tromey <tom@tromey.com>
1199
1200 PR rust/24976:
1201 * gdb.rust/simple.rs (Union2): New type.
1202 (main): Use Union2.
1203 * gdb.rust/simple.exp: Add test.
1204
179aed7f
AB
12052019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1208 nested function prefix.
1209
0a4b0913
AB
12102019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1211 Richard Bunt <richard.bunt@arm.com>
1212 Andrew Burgess <andrew.burgess@embecosm.com>
1213
1214 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1215 nested functions.
1216 * gdb.fortran/nested-funcs.f90: Update expected results.
1217 * gdb.fortran/nested-funcs-2.exp: New file.
1218 * gdb.fortran/nested-funcs-2.f90: New file.
1219
082cce05
AB
12202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1221
1222 * gdb.python/py-parameter.exp: Make test names unique.
1223 * gdb.python/py-template.exp: Likewise.
1224 * gdb.python/py-value.exp: Likewise.
1225
2b74ba5a
AB
12262019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1227
1228 * gdb.base/break-interp.exp: Reduce test name duplication.
1229 * gdb.base/call-sc.exp: Likewise.
1230 * gdb.base/callfuncs.exp: Likewise.
1231 * gdb.base/charset.exp: Likewise.
1232 * gdb.base/dump.exp: Likewise.
1233 * gdb.base/ena-dis-br.exp: Likewise.
1234 * gdb.base/relational.exp: Likewise.
1235 * gdb.base/step-over-syscall.exp: Likewise.
1236 * gdb.base/structs.exp: Likewise.
1237
58eb20d5
AB
12382019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1239
1240 * gdb.linespec/explicit.exp: Make test names unique.
1241 * gdb.linespec/ls-errs.exp: Likewise.
1242
4d421147
AB
12432019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1244
1245 * gdb.reverse/break-precsave.exp: Make test names unique.
1246 * gdb.reverse/break-reverse.exp: Likewise.
1247 * gdb.reverse/finish-precsave.exp: Likewise.
1248 * gdb.reverse/finish-reverse.exp: Likewise.
1249 * gdb.reverse/machinestate-precsave.exp: Likewise.
1250 * gdb.reverse/machinestate.exp: Likewise.
1251 * gdb.reverse/readv-reverse.exp: Likewise.
1252 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1253 * gdb.reverse/sigall-precsave.exp: Likewise.
1254 * gdb.reverse/sigall-reverse.exp: Likewise.
1255 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1256 * gdb.reverse/watch-precsave.exp: Likewise.
1257 * gdb.reverse/watch-reverse.exp: Likewise.
1258
d8c06f22
AB
12592019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1260
1261 * gdb.threads/stop-with-handle.c: New file.
1262 * gdb.threads/stop-with-handle.exp: New file.
1263
3a56ed86
TV
12642019-10-03 Tom de Vries <tdevries@suse.de>
1265
1266 PR testsuite/25059
1267 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1268 directory" line to be missing.
1269
42275044
TV
12702019-10-03 Tom de Vries <tdevries@suse.de>
1271
1272 PR testsuite/25059
1273 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1274 type optional.
1275
9ef62df0
AA
12762019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1277
1278 * gdb.python/py-format-string.c (string.h): New include.
1279 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1280 the same value, for endianness-independence.
1281 * gdb.python/py-format-string.exp (default_regexp_dict)
1282 (test_pretty_structs, test_format): Adjust expected output to the
1283 changed initialization.
1284
37f6a7f4
TT
12852019-10-02 Tom Tromey <tromey@adacore.com>
1286
1287 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1288
1d58d6a2
PA
12892019-10-02 Pedro Alves <palves@redhat.com>
1290 Andrew Burgess <andrew.burgess@embecosm.com>
1291
1292 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1293 "print-file-var.h".
1294 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1295 (get_version_1): Print this_version_id and its address.
1296 Add extern "C" wrappers around interface functions.
1297 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1298 "print-file-var.h".
1299 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1300 (get_version_2): Print this_version_id and its address.
1301 Add extern "C" wrappers around interface functions.
1302 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1303 <stddef.h> and "print-file-var.h".
1304 Add extern "C" wrappers around interface functions.
1305 [VERSION_ID_MAIN] (this_version_id): Define.
1306 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1307 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1308 up extern "C" blocks.
1309 * gdb.base/print-file-var.exp (test): New, factored out from top
1310 level.
1311 (top level): Test all combinations of attribute hidden or not,
1312 dlopen or not, and this_version_id symbol in main file or not.
1313 Compile tests as both C++ and C, make test names unique.
1314
d770d56f
TT
13152019-10-01 Tom Tromey <tom@tromey.com>
1316
1317 * gdb.base/style.exp: Test "show logging filename".
1318
7f6aba03
TT
13192019-10-01 Tom Tromey <tom@tromey.com>
1320
1321 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1322 * gdb.base/style.exp: Add metadata style test.
1323
14309bb6
TT
13242019-10-01 Tom Tromey <tom@tromey.com>
1325
1326 * gdb.base/style.exp: Test "pwd".
1327
2a3c1174
PA
13282019-10-01 Tom Tromey <tom@tromey.com>
1329
1330 * gdb.base/style.exp: Update tests.
1331
53d666ec
AA
13322019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1333
1334 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1335 'six' to unsigned.
1336 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1337 'five'. Use an all-ones bit pattern for each.
1338 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1339 to its changed values.
1340
4a56a520
TT
13412019-09-30 Tom Tromey <tromey@adacore.com>
1342
1343 * gdb.rust/traits.rs: Disable all warnings.
1344
0df0352a
TV
13452019-09-29 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1348
73d9a918
TV
13492019-09-29 Tom de Vries <tdevries@suse.de>
1350
1351 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1352
060b3ab4
TV
13532019-09-27 Tom de Vries <tdevries@suse.de>
1354
1355 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1356
68f7d34d
TV
13572019-09-27 Tom de Vries <tdevries@suse.de>
1358
1359 PR record/23188
1360 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1361
5d63b30a
TT
13622019-09-26 Tom Tromey <tromey@adacore.com>
1363
1364 * gdb.ada/py_taft.exp: New file.
1365 * gdb.ada/py_taft/main.adb: New file.
1366 * gdb.ada/py_taft/pkg.adb: New file.
1367 * gdb.ada/py_taft/pkg.ads: New file.
1368
3d435220
TV
13692019-09-24 Tom de Vries <tdevries@suse.de>
1370
1371 PR gdb/24598
1372 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1373
77d03678
TV
13742019-09-22 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.base/restore.exp: Allow register variables to be optimized out at
1377 -O0.
1378
abf516c6
UW
13792019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1380
1381 * gdb.arch/spu-info.exp: Remove file.
1382 * gdb.arch/spu-info.c: Remove file.
1383 * gdb.arch/spu-ls.exp: Remove file.
1384 * gdb.arch/spu-ls.c: Remove file.
1385
1386 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1387 * gdb.asm/spu.inc: Remove file.
1388
1389 * gdb.base/dump.exp: Remove support for spu*-*-*.
1390 * gdb.base/stack-checking.exp: Likewise.
1391 * gdb.base/overlays.exp: Likewise.
1392 * gdb.base/ovlymgr.c: Likewise.
1393 * gdb.base/spu.ld: Remove file.
1394
1395 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1396 * gdb.cp/cpexprs.exp: Likewise.
1397 * gdb.cp/exception.exp: Likewise.
1398 * gdb.cp/gdb2495.exp: Likewise.
1399 * gdb.cp/mb-templates.exp: Likewise.
1400 * gdb.cp/pr9167.exp: Likewise.
1401 * gdb.cp/userdef.exp: Likewise.
1402
1403 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1404
1405 * gdb.cell: Remove directory.
1406 * lib/cell.exp: Remove file.
1407
e452e88f
TV
14082019-09-19 Tom de Vries <tdevries@suse.de>
1409
1410 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1411
8a625130
TV
14122019-09-19 Tom de Vries <tdevries@suse.de>
1413
1414 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1415
81dc3ab5
TV
14162019-09-19 Tom de Vries <tdevries@suse.de>
1417
1418 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1419 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1420 (gdb_target_cmd): ... here.
1421 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1422 value 2.
1423
b078f3ac
AB
14242019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1425
1426 * gdb.base/source-dir.exp: Avoid having directory names in test
1427 names.
1428
f1b620e9
MG
14292019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1432 directory.
1433
67f3ed6a
AB
14342019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1435
1436 * gdb.base/list-missing-source.exp: New file.
1437
d1b70248
TV
14382019-09-14 Tom de Vries <tdevries@suse.de>
1439
1440 PR teststuite/24599
1441 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1442 * lib/ada.exp (gnatmake_version_at_least): New proc.
1443
5fabdcd6
AB
14442019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1445
1446 * gdb.base/maint.exp: Use exec_has_index_section.
1447
aa17805f
AB
14482019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1449
1450 * gdb.base/maint.exp: Add test for 'maint info sections'.
1451
25e5c209
TV
14522019-09-12 Tom de Vries <tdevries@suse.de>
1453
1454 * gdb.base/store.exp: Allow register variables to be optimized out at
1455 -O0.
1456
4993045d
PW
14572019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1458
1459 * gdb.ada/rdv_wait.exp: Update to new task names.
1460 * gdb.base/task_switch_in_core.exp: Likewise.
1461 * gdb.base/info_sources_base.c: Likewise.
1462
8a516164
TT
14632019-09-10 Tom Tromey <tromey@adacore.com>
1464
1465 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1466
aa391654
TT
14672019-09-10 Tom Tromey <tromey@adacore.com>
1468
1469 * gdb.ada/dgopt.exp: New file.
1470 * gdb.ada/dgopt/x.adb: New file.
1471
8634b462
TT
14722019-09-08 Tom Tromey <tom@tromey.com>
1473
1474 * gdb.tui/resize.exp: Remove setup_xfail.
1475 * gdb.tui/regs.exp: Remove setup_xfail.
1476 * gdb.tui/basic.exp: Remove setup_xfail.
1477
736b0f76
DB
14782019-09-06 David Blaikie <dblaikie@gmail.com>
1479
1480 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1481 * gdb.cp/cplabel.exp: Ditto.
1482 * gdb.linespec/ls-errs.exp: Ditto.
1483
30331a6c
TV
14842019-09-05 Tom de Vries <tdevries@suse.de>
1485
1486 * lib/gdb.exp (cmp_file_string): New proc.
1487 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1488 runto_main. Verify save breakpoints output.
1489
98b0ebab
PW
14902019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1491
1492 * gdb.base/info-var.exp: Test info variables without running
1493 to main, to avoid expect's buffer overflow.
1494
4e962e74
TT
14952019-09-03 Tom Tromey <tromey@adacore.com>
1496
1497 * gdb.ada/bias.exp: New file.
1498 * gdb.ada/bias/bias.adb: New file.
1499 * gdb.ada/print_chars.exp: Add regression test.
1500 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1501 (MC): New variable.
1502
2ea1a07a
SL
15032019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1504
1505 * gdb.base/argv0-symlink.exp: Run only on native target
1506 and local host.
1507
8077c50d
TV
15082019-08-29 Tom de Vries <tdevries@suse.de>
1509
1510 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1511 diverse debug info.
1512 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1513
48352473
TV
15142019-08-28 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.base/info-var.exp: Allow info variables to print info for files
1517 other than info-var-f1.c and info-var-f2.c.
1518
d8f27c60
AB
15192019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1520
1521 * gdb.fortran/info-types.exp: Add module.
1522 * gdb.fortran/info-types.f90: Update expected results.
1523
1f20c35e
AB
15242019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1525
1526 * gdb.fortran/info-types.exp: New file.
1527 * gdb.fortran/info-types.f90: New file.
1528 * lib/fortran.exp (fortran_character1): New proc.
1529
4acfdd20
AB
15302019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1531
1532 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1533 functions'. Reindent as needed.
1534 * gdb.base/info-var-f1.c: New file.
1535 * gdb.base/info-var-f2.c: New file.
1536 * gdb.base/info-var.exp: New file.
1537 * gdb.base/info-var.h: New file.
1538
5c31b358
TV
15392019-08-26 Tom de Vries <tdevries@suse.de>
1540
1541 PR c++/24852
1542 * gdb.cp/no-libstdcxx-probe.exp: New test.
1543
b694989f
TV
15442019-08-26 Tom de Vries <tdevries@suse.de>
1545
1546 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1547 * tests need to be skipped.
1548 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1549 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1550 mi_skip_libstdcxx_probe_tests.
1551
d9c4ba53
SDJ
15522019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1553
1554 * gdb.python/py-xmethods.exp: Use raw strings when passing
1555 arguments to SimpleXMethodMatcher.
1556
395fad09
TV
15572019-08-22 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1560 more informative.
1561
26c957f1
PA
15622019-08-21 Pedro Alves <palves@redhat.com>
1563
1564 * gdb.base/with.exp: Test "with" with no arguments.
1565
61f80d5d
TV
15662019-08-21 Tom de Vries <tdevries@suse.de>
1567
1568 * gdb.base/gdb-caching-proc.exp: Sort files.
1569
d7a11d13
TV
15702019-08-20 Tom de Vries <tdevries@suse.de>
1571
1572 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1573 compilation.
1574
34dafe9f
TV
15752019-08-16 Tom de Vries <tdevries@suse.de>
1576
1577 * gdb.base/compare-sections.exp ("after run to main"): Allow
1578 mismatched read-only sections for PIE executables.
1579
398fdd60
TT
15802019-08-16 Tom Tromey <tom@tromey.com>
1581
1582 * lib/tuiterm.exp (_csi_Z): New proc.
1583 * gdb.tui/basic.exp: Update window positions.
1584 * gdb.tui/empty.exp: Update window positions.
1585
d8f9e51c
SL
15862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.base/examine-backward.exp: Correct regexp for
1589 "examine 3 bytes backward from ${address_zero}".
1590
3df505f6
TT
15912019-08-15 Tom Tromey <tom@tromey.com>
1592
1593 * gdb.tui/empty.exp: Enable resizing tests.
1594
272560b5
TT
15952019-08-15 Tom Tromey <tromey@adacore.com>
1596
1597 * gdb.ada/char_enum.exp: Add regression tests.
1598 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1599 and '0'.
1600 (Char, Gchar): Update.
1601 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1602
08235187
CB
16032019-08-15 Christian Biesinger <cbiesinger@google.com>
1604
1605 * gdb.python/python.exp: Expect a leading underscore on
1606 GdbOutput{,Error}File.
1607
22a2ab04
SL
16082019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1609
1610 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1611 Windows host.
1612
835b995b
SL
16132019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1614
1615 * gdb.base/batch-preserve-term-settings.exp
1616 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1617
97dd8e07
CB
16182019-08-15 Christian Biesinger <cbiesinger@google.com>
1619
1620 * lib/gdb.exp: When running on a mingw target, replace
1621 /x/ with x:/.
1622
75faf5c4
AH
16232019-08-14 Alan Hayward <alan.hayward@arm.com>
1624
1625 * gdb.arch/aarch64-prologue.c: New test.
1626 * gdb.arch/aarch64-prologue.exp: New file.
1627
abc6c00f
TV
16282019-08-13 Tom de Vries <tdevries@suse.de>
1629
1630 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1631 Thread.
1632
74c2c1f4
SL
16332019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1634
1635 * gdb.python/py-completion.exp: Download the .py file to the host
1636 and use its host pathname. Conditionalize tests that use
1637 tab completion and manipulate files on the build machine.
1638 * gdb.python/py-events.exp: Download the .py file to the host
1639 and use its host pathname.
1640 * gdb.python/py-evsignal.exp: Likewise.
1641 * gdb.python/py-evthreads.exp: Likewise.
1642 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1643 pathname syntax.
1644 * gdb.python/py-framefilter.exp: Download the .py file to the right
1645 place on the host. Match Windows pathname syntax.
1646 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1647 .py file to the host and use its host pathname.
1648 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1649 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1650 build pathname. Skip symlink test on Windows host. Add missing
1651 newline at end of file.
1652 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1653 and use its host pathname.
1654 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1655 * gdb.python/py-section-script.exp: Use host location of binfile
1656 on safe-path. Use correct path separator on Windows host.
1657 Reorder alternatives in gdb_test_multiple to prevent matching
1658 the wrong alternative on success.
1659 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1660
ca2589f3
PP
16612019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1662
1663 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1664 expect the GDB inferior to no longer immediately stop after
1665 being resumed with "signal SIGINT".
1666
020a839d
SL
16672019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1668
1669 * gdb.linespec/break-ask.exp: Generalize regexps to match
1670 Windows pathnames too.
1671
128d6509
TV
16722019-08-08 Tom de Vries <tdevries@suse.de>
1673
1674 PR testsuite/24862
1675 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1676
590042fc
PW
16772019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1678
1679 * gdb.base/style.exp: Update tests for help doc new invariants.
1680 * gdb.base/help.exp: Likewise.
1681
046bebe1
TT
16822019-08-06 Tom Tromey <tom@tromey.com>
1683
1684 * gdb.base/style.exp: Add disassemble test.
1685 * gdb.base/style.c (some_called_function): New function.
1686 (main): Use it.
1687
0b27c27d
CB
16882019-08-05 Christian Biesinger <cbiesinger@google.com>
1689
1690 * gdb.python/py-block.exp: Test dictionary access on blocks.
1691
580f1034
SM
16922019-08-05 Simon Marchi <simon.marchi@efficios.com>
1693
1694 PR gdb/24863
1695 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1696 -list-thread-groups --available test when running under
1697 check-read1.
1698
d86bd7cb
TV
16992019-08-05 Tom de Vries <tdevries@suse.de>
1700
1701 PR testsuite/24863
1702 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1703 * gdb.base/help.exp: Use with_read1_timeout_factor.
1704 * gdb.base/info-macros.exp: Same.
1705 * gdb.cp/nested-types.exp: Same.
1706
a80cf5d8
TV
17072019-08-05 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/gdb.exp (version_at_least): Factor out of ...
1710 (tcl_version_at_least): ... here.
1711 (gdb_compile): Fail if pie results in non-PIE executable.
1712 (readelf_version, readelf_prints_pie): New proc.
1713 (exec_is_pie): Return -1 if unknown.
1714
d0962838
TV
17152019-08-05 Tom de Vries <tdevries@suse.de>
1716
1717 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1718
2252ff3d
SL
17192019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1720
1721 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1722
26655f53
SL
17232019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1724
1725 * lib/completion-support.exp (test_gdb_complete_none): Skip
1726 tab completion tests if no readline support.
1727 (test_gdb_complete_unique_re): Likewise.
1728 (test_gdb_complete_multiple): Likewise.
1729
db4dc13e
PW
17302019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1731
1732 * gdb.base/info_sources.exp: New file.
1733 * gdb.base/info_sources.c: New file.
1734 * gdb.base/info_sources_base.c: New file.
1735
0eba165a
PFC
17362019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1737
1738 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1739 prefix argument.
1740 (test_exit_status): Add prefix argument.
1741
59bd512b
TV
17422019-08-01 Tom de Vries <tdevries@suse.de>
1743
1744 PR testsuite/24863
1745 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1746 calling exp_continue for new thread and thread exited messages.
1747
2a3ad588
TV
17482019-08-01 Tom de Vries <tdevries@suse.de>
1749
1750 PR testsuite/24863
1751 * gdb.base/structs.exp: Fix check-read1 timeout using
1752 gdb_test_sequence.
1753 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1754
117eb594
TV
17552019-08-01 Tom de Vries <tdevries@suse.de>
1756
1757 PR testsuite/24863
1758 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1759 line.
1760
ed591340
TV
17612019-08-01 Tom de Vries <tdevries@suse.de>
1762
1763 PR testsuite/24863
1764 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1765
aa3b6533
TT
17662019-07-30 Tom Tromey <tromey@adacore.com>
1767
1768 * gdb.ada/display_nested.exp: New file.
1769 * gdb.ada/display_nested/foo.adb: New file.
1770 * gdb.ada/display_nested/pack.adb: New file.
1771 * gdb.ada/display_nested/pack.ads: New file.
1772
2906593f
CB
17732019-07-30 Christian Biesinger <cbiesinger@google.com>
1774
1775 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1776 namespace.
1777 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1778
0f575925
TV
17792019-07-30 Tom de Vries <tdevries@suse.de>
1780
1781 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1782 instead.
1783
b13057d9
TV
17842019-07-30 Tom de Vries <tdevries@suse.de>
1785
1786 PR testsuite/24834
1787 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1788 (exec_is_pie): New proc.
1789
5c4dde85
CB
17902019-07-29 Christian Biesinger <cbiesinger@google.com>
1791
1792 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1793
c620ed88
CB
17942019-07-29 Christian Biesinger <cbiesinger@google.com>
1795
1796 * gdb.python/py-objfile.c: Add global and static vars.
1797 * gdb.python/py-objfile.exp: Test new functions Objfile.
1798 lookup_global_symbol and lookup_static_symbol.
1799
3d235706
TT
18002019-07-29 Tom Tromey <tom@tromey.com>
1801
1802 * lib/tuiterm.exp (Term::_csi_@): New proc.
1803 (Term::_csi_X): Don't move cursor.
1804
c7e4c0a6
PW
18052019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1806
1807 * gdb.base/options.exp: Update backtrace - completion to
1808 new option -frame-info.
1809 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1810 Test new 'set print frame-info'. Test backtrace -frame-info
1811 overriding 'set print frame-info'.
1812 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1813 Test new 'set print frame-info'.
1814 Verify consistency of backtrace with and without filters, with and
1815 without -no-filters.
1816 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1817 default.
1818
de28a3b7
TV
18192019-07-29 Tom de Vries <tdevries@suse.de>
1820
1821 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1822 no arguments".
1823
507dd60e
TV
18242019-07-29 Tom de Vries <tdevries@suse.de>
1825
1826 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1827 is a substring of the first for "complete non-unique file name".
1828
5beafce9
TV
18292019-07-29 Tom de Vries <tdevries@suse.de>
1830
1831 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1832 with ".*".
1833
2d274232
TV
18342019-07-29 Tom de Vries <tdevries@suse.de>
1835
1836 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1837 Pass prompt_regexp parameter to gdb_test_multiple calls.
1838
9197cd8b
TV
18392019-07-29 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1842 print registers" regexps.
1843
b528dae0
TV
18442019-07-29 Tom de Vries <tdevries@suse.de>
1845
1846 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1847
d17725d7
TV
18482019-07-29 Tom de Vries <tdevries@suse.de>
1849
1850 PR gdb/24855
1851 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1852 (skip_python_tests_prompt): Add prompt_regexp argument to
1853 gdb_test_multiple calls.
1854
52b75bf1
TT
18552019-07-27 Tom Tromey <tom@tromey.com>
1856
1857 * gdb.tui/main.exp: New file.
1858
2b1d00c2
TT
18592019-07-27 Tom Tromey <tom@tromey.com>
1860
1861 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1862 optional.
1863 * gdb.tui/empty.exp: New file.
1864
ded631d5
TT
18652019-07-27 Tom Tromey <tom@tromey.com>
1866
1867 * lib/tuiterm.exp (spawn): New proc.
1868 (Term::resize): New proc.
1869 * gdb.tui/resize.exp: New file.
1870
58ac439d
TT
18712019-07-27 Tom Tromey <tom@tromey.com>
1872
1873 * gdb.tui/list.exp: New file.
1874
fe1f56ee
TT
18752019-07-27 Tom Tromey <tom@tromey.com>
1876
1877 * gdb.tui/regs.exp: New file.
1878
f790b310
TT
18792019-07-27 Tom Tromey <tom@tromey.com>
1880
1881 * gdb.tui/basic.exp: Add "layout split" test.
1882
d95fc6ee
TT
18832019-07-27 Tom Tromey <tom@tromey.com>
1884
1885 * gdb.tui/basic.exp: Add "layout asm" test.
1886
c3786b3a
TT
18872019-07-27 Tom Tromey <tom@tromey.com>
1888
1889 * lib/tuiterm.exp: New file.
1890 * gdb.tui/basic.exp: New file.
1891
98a617f8
KB
18922019-07-27 Kevin Buettner <kevinb@redhat.com>
1893
1894 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1895 Enable tests associated with this flag. Adjust regex
1896 referencing "foo_low" to now refer to "foo_cold" instead.
1897
5c076da4
KB
18982019-07-27 Kevin Buettner <kevinb@redhat.com>
1899
1900 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1901 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1902 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1903 foo_cold. Revise comments to match.
1904 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1905 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1906 were wrapped into this proc; Call do_test in loop from outermost
1907 level.
1908 (foo_low): Rename all occurrences to "foo_cold".
1909 (backtrace from baz): New test.
1910 (x2/i foo_cold): New test.
1911 (info line *foo_cold): New test.
1912
1512d3b7
TV
19132019-07-26 Tom de Vries <tdevries@suse.de>
1914
1915 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1916
297989a1
TV
19172019-07-25 Tom de Vries <tdevries@suse.de>
1918
1919 PR testsuite/24830
1920 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1921 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1922 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1923 (skip_libstdcxx_probe_tests): ... here.
1924 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1925
b3b965fb
TV
19262019-07-24 Tom de Vries <tdevries@suse.de>
1927
1928 PR testsuite/24807
1929 * gdb.objc/basicclass.m: Include stdio.h.
1930 * gdb.objc/nondebug.m: Same.
1931 * gdb.objc/objcdecode.m: Same.
1932
4625b4d0
TV
19332019-07-24 Tom de Vries <tdevries@suse.de>
1934
1935 PR testsuite/24612
1936 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1937 additional_flags.
1938
024a5840
TV
19392019-07-24 Tom de Vries <tdevries@suse.de>
1940
1941 PR testsuite/24831
1942 * gdb.multi/tids.exp: Update error messages for info threads.
1943
c76ddaa3
TV
19442019-07-24 Tom de Vries <tdevries@suse.de>
1945
1946 * gdb.base/info-types.exp: Allow info types to print info for more than
1947 one file.
1948
9a618ef6
TV
19492019-07-23 Tom de Vries <tdevries@suse.de>
1950
1951 PR testsuite/24842
1952 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1953 gdb_spawn_with_cmdline_opts.
1954
40eadf04
SP
19552019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1956
1957 * gdb.arch/arm-cmse-sgstubs.c: New test.
1958 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1959
5ba29434
TV
19602019-07-23 Tom de Vries <tdevries@suse.de>
1961
1962 PR testsuite/24711
1963 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1964 issuing next command.
1965
a8e9d247
AB
19662019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1967
1968 * gdb.ada/info_auto_lang.exp: Update expected results.
1969 * gdb.base/info-types.c: Add additional types to check.
1970 * gdb.base/info-types.exp: Update expected results.
1971
eb86c5e2
AB
19722019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1973
1974 * gdb.base/info-types.c: New file.
1975 * gdb.base/info-types.exp: New file.
1976
01e175fe
AB
19772019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1978
1979 * gdb.arch/riscv-bp-infcall.c: New file.
1980 * gdb.arch/riscv-bp-infcall.exp: New file.
1981
6b78c3f8
AB
19822019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1983
1984 PR breakpoints/24541
1985 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1986
da738167
TV
19872019-07-14 Tom de Vries <tdevries@suse.de>
1988
1989 PR testsuite/24760
1990 * gdb.objc/basicclass.exp: Fix unterminated string.
1991
0d4e84ed
AB
19922019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1993 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1996 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1997 negative bounds.
1998 * gdb.fortran/vla-value.exp: Print elements of an array with
1999 negative bounds.
2000 * gdb.fortran/vla.f90: Setup an array with negative bounds for
2001 testing.
2002
021d8588
AB
20032019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
2004
2005 * gdb.base/options.exp (expect_string): Dequote strings in
2006 results.
2007 (test-string): Test strings with different quoting and reindent.
2008
f06f1252
TT
20092019-07-10 Tom Tromey <tromey@adacore.com>
2010
2011 * gdb.ada/mi_ex_cond.exp: Update expected results.
2012 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
2013 * gdb.ada/mi_catch_ex.exp: Update expected results.
2014 * gdb.ada/mi_catch_assert.exp: Update expected results.
2015 * gdb.ada/catch_ex.exp (catch_exception_info)
2016 (catch_exception_entry, catch_assert_entry)
2017 (catch_unhandled_entry): Update.
2018 * gdb.ada/catch_assert_if.exp: Update expected results.
2019
b863685d
RB
20202019-07-10 Richard Bunt <richard.bunt@arm.com>
2021 Stephen Roberts <stephen.roberts@arm.com>
2022
2023 * gdb.base/define.exp: Restore original prompt.
2024
cb1e4e32
PA
20252019-07-09 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2028 breakpoints" output.
2029 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2030 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2031 throw" creates breakpoint.
2032 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2033 'type="catchpoint"'.
2034
b58a68fe
PA
20352019-07-09 Pedro Alves <palves@redhat.com>
2036
2037 PR c++/15468
2038 * gdb.cp/except-multi-location-lib.cc: New.
2039 * gdb.cp/except-multi-location-main.cc: New.
2040 * gdb.cp/except-multi-location.exp: New.
2041
0826779b
PW
20422019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2043
2044 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2045 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2046 argument and update callers.
2047
5b0e2db4
AB
20482019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.arch/amd64-break-on-asm-line.S: New file.
2051 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2052
1f6f6e21
PW
20532019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2054
2055 * gdb.base/printcmds.exp: Test printing C string and
2056 C wide string convenience vars without transiting via the inferior.
2057 Also make test names unique.
2058
ea142fbf
AH
20592019-07-08 Alan Hayward <alan.hayward@arm.com>
2060
5862c886 2061 PR breakpoints/25011
ea142fbf
AH
2062 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2063
213fd9fa
PA
20642019-07-04 Pedro Alves <palves@redhat.com>
2065
2066 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2067 body returned ok(0), break(3) or continue(4).
2068 * gdb.testsuite/foreach_with_prefix.exp: New file.
2069
2b40fda7
AH
20702019-07-04 Alan Hayward <alan.hayward@arm.com>
2071
2072 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2073
a26c8de0
PA
20742019-07-03 Pedro Alves <palves@redhat.com>
2075
2076 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2077 "return -code".
2078
5f4ba3e7
PA
20792019-07-03 Pedro Alves <palves@redhat.com>
2080
2081 PR cli/24732
2082 * gdb.base/shell.exp: Load completion-support.exp.
2083 Adjust expected error output. Add completion tests.
2084
a994424f
PA
20852019-07-03 Pedro Alves <palves@redhat.com>
2086
2087 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2088 string_to_regexp.
2089
3d9be6f5
PA
20902019-07-03 Pedro Alves <palves@redhat.com>
2091
2092 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2093 (expect_integer): Adjust to expect "-string".
2094 (expect_string): New.
2095 (all_options): Expect "-string".
2096 (test-flag, test-boolean): Adjust to expect "-string".
2097 (test-string): New proc.
2098 (top level): Call it.
2099
41fc454c
PA
21002019-07-03 Pedro Alves <palves@redhat.com>
2101
2102 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2103 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2104 the expected output in the success.
2105
b2b2a215
PA
21062019-07-03 Pedro Alves <palves@redhat.com>
2107
2108 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2109 Split one gdb_test_multiple call in two to avoid a race.
2110
fdbc9870
PA
21112019-07-03 Pedro Alves <palves@redhat.com>
2112
2113 * gdb.base/with.c: New file.
2114 * gdb.base/with.exp: New file.
2115
c6ac8931
PA
21162019-07-03 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/settings.exp: Replace all references to "maint
2119 test-settings set" with references to "maint set test-settings",
2120 and all references to "maint test-settings show" with references
2121 to "maint show test-settings".
2122
970f9d09
PA
21232019-07-03 Pedro Alves <palves@redhat.com>
2124
2125 * gdb.base/settings.exp (test-string): Adjust expected out when
2126 testing "maint test-settings show filename"
2127
54d66006
PA
21282019-07-02 Pedro Alves <palves@redhat.com>
2129
2130 * gdb.base/options.exp (test-info-threads): New procedure.
2131 (top level): Call it.
2132
10d06d82
TT
21332019-06-28 Tom Tromey <tromey@adacore.com>
2134
2135 * gdb.dwarf2/ada-linkage-name.c: New file.
2136 * gdb.dwarf2/ada-linkage-name.exp: New file.
2137
3d507ff2
TT
21382019-06-27 Tom Tromey <tromey@adacore.com>
2139
d039f014 2140 PR c++/20020:
3d507ff2
TT
2141 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2142
8af58ffe
TV
21432019-06-26 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2146
22e21752
TV
21472019-06-26 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.base/index-cache.exp: Add back missing debug option.
2150
b65b566c
PW
21512019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2152
2153 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2154
5c2c8c69
TV
21552019-06-25 Tom de Vries <tdevries@suse.de>
2156
2157 PR testsuite/24727
2158 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2159
164e3873
TV
21602019-06-24 Tom de Vries <tdevries@suse.de>
2161
2162 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2163
824eacee
TV
21642019-06-24 Tom de Vries <tdevries@suse.de>
2165
2166 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2167 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2168 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2169
385b97d3
TV
21702019-06-24 Tom de Vries <tdevries@suse.de>
2171
2172 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2173
c596f180
TV
21742019-06-21 Tom de Vries <tdevries@suse.de>
2175
2176 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2177
b13a7d03
TV
21782019-06-21 Tom de Vries <tdevries@suse.de>
2179
2180 PR testsuite/24518
2181 PR ada/24713
2182 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2183 index.
2184
899277ae
TT
21852019-06-19 Tom Tromey <tromey@adacore.com>
2186
2187 * gdb.ada/length_cond.exp: Add intro comment.
2188
680e1bee
TT
21892019-06-19 Tom Tromey <tromey@adacore.com>
2190
2191 * gdb.ada/length_cond.exp: New file.
2192 * gdb.ada/length_cond/length_cond.adb: New file.
2193 * gdb.ada/length_cond/pck.adb: New file.
2194 * gdb.ada/length_cond/pck.ads: New file.
2195
0ed4690a
TV
21962019-06-18 Tom de Vries <tdevries@suse.de>
2197
2198 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2199
d20ed5fd
TT
22002019-06-18 Tom Tromey <tromey@adacore.com>
2201
2202 * gdb.base/list0.h: Add comment explaining control character.
2203
86e04673
TV
22042019-06-18 Tom de Vries <tdevries@suse.de>
2205
2206 * boards/fission.exp: Break up long debug_flags line.
2207
c4973306
SM
22082019-06-16 Tom de Vries <tdevries@suse.de>
2209
2210 PR gdb/24445
2211 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2212 generated index.
2213
93cb9841
AB
22142019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2215
2216 PR gdb/24686
2217 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2218 improve detection of bug gdb/24541.
2219
399aaebd
SM
22202019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2221
2222 PR gdb/24669
2223 * gdb.base/index-cache.exp (uses_readnow,
2224 expecting_index_cache_use): Define global variable.
2225 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2226 expecting_index_cache_use.
2227
584a927c
AB
22282019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2229 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.fortran/pointers.f90: New file.
2232 * gdb.fortran/print_type.exp: New file.
2233 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2234 * gdb.fortran/vla-type.exp: Likewise.
2235 * gdb.fortran/vla-value.exp: Likewise.
2236 * gdb.mi/mi-vla-fortran.exp: Likewise.
2237
30056ea0
AB
22382019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2241 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2242 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2243 as a stop reason.
2244
ec8e2b6d
AB
22452019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2246
2247 * gdb.base/annota1.exp: Update expected results.
2248 * gdb.cp/annota2.exp: Likewise.
2249 * gdb.cp/annota3.exp: Likewise.
2250
09e4c4e1
AB
22512019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2252
2253 * gdb.base/style-logging.exp: Remove path from test name.
2254
0735b091
TT
22552019-06-14 Tom Tromey <tromey@adacore.com>
2256
2257 PR gdb/24502:
2258 * gdb.base/style-logging.exp: New file.
2259
f5686554
TT
22602019-06-14 Tom Tromey <tromey@adacore.com>
2261
2262 * gdb.base/symfile-warn.exp: New file.
2263 * gdb.base/symfile-warn.c: New file.
2264
a0c1ffed
TT
22652019-06-14 Tom Tromey <tromey@adacore.com>
2266
2267 * gdb.base/annotate-symlink.exp: New file.
2268
f411722c
TT
22692019-06-14 Tom Tromey <tromey@adacore.com>
2270
2271 * gdb.ada/set_wstr.exp: Add reassignment test.
2272
4268ec18
TT
22732019-06-14 Tom Tromey <tromey@adacore.com>
2274
2275 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2276 'unchecked_access and 'unrestricted_access as well.
2277
9a9e394b
TT
22782019-06-14 Tom Tromey <tromey@adacore.com>
2279
2280 PR ada/24539:
2281 * gdb.ada/vla.exp: Update tests.
2282 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2283 pragma.
2284
4c048731
PA
22852019-06-13 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/settings.exp (test-integer): Test junk after
2288 "unlimited".
2289
6665660a
PA
22902019-06-13 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/options.exp (test-thread-apply): New.
2293 (top level): Call it.
2294
5d707134
PA
22952019-06-13 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.base/options.exp (test-frame-apply): New.
2298 (top level): Test print commands with different "frame apply"
2299 prefixes.
2300
e2a689da
PA
23012019-06-13 Pedro Alves <palves@redhat.com>
2302
e79be6e5 2303 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2304 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2305 'max_completions' parameter and handle it.
2306 (test_gdb_completion_offers_commands): New.
2307
90a1ef87
PA
23082019-06-13 Pedro Alves <palves@redhat.com>
2309
2310 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2311
d4c16835
PA
23122019-06-13 Pedro Alves <palves@redhat.com>
2313
2314 * gdb.base/options.exp (test-backtrace): New.
2315 (top level): Call it.
2316
2daf894e
PA
23172019-06-13 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.guile/scm-frame-args.exp: Use "set print
2320 raw-frame-arguments" instead of "set print raw frame-arguments".
2321 * gdb.python/py-frame-args.exp: Likewise.
2322
e6ed716c
PA
23232019-06-13 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.compile/compile.exp: Adjust expected output to option
2326 processing changes.
2327
7d8062de
PA
23282019-06-13 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/options.exp: Build executable.
2331 (test-print): New procedure.
2332 (top level): Call it, once for "print" and another for "compile
2333 print".
2334
9d0faba9
PA
23352019-06-13 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.base/options.c: New file.
2338 * gdb.base/options.exp: New file.
2339
dee7b4c8
PA
23402019-06-13 Pedro Alves <palves@redhat.com>
2341
2342 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2343 that "o" is ambiguous.
2344
dca0f6c0
PA
23452019-06-13 Pedro Alves <palves@redhat.com>
2346
2347 * gdb.base/settings.c: New file.
2348 * gdb.base/settings.exp: New file.
2349
ccf46844
PA
23502019-06-13 Pedro Alves <palves@redhat.com>
2351
2352 * gdb.base/completion.exp: Fix comment typo.
2353
b9a3f842
PA
23542019-06-13 Pedro Alves <palves@redhat.com>
2355
2356 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2357 foo --1" test.
2358
d106773e
PA
23592019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2360
2361 * gdb.fortran/block-data.f: New.
2362 * gdb.fortran/block-data.exp: New.
2363
fea82da0
TV
23642019-06-11 Tom de Vries <tdevries@suse.de>
2365
2366 PR testsuite/24521
2367 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2368 message.
2369
8c2e74f1
TV
23702019-06-11 Tom de Vries <tdevries@suse.de>
2371
2372 PR testsuite/24521
2373 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2374
b49851c8
TV
23752019-06-11 Tom de Vries <tdevries@suse.de>
2376
2377 * boards/readnow.exp: New file.
2378
a7067863
AB
23792019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2380
2381 * gdb.fortran/vla-sizeof.exp: Update expected results.
2382
1a3da2cd
AB
23832019-06-06 Amos Bird <amosbird@gmail.com>
2384
2385 * gdb.base/annota1.exp (thread_switch): Add test for
2386 thread-exited annotation.
2387
3847a7bf
TT
23882019-06-06 Tom Tromey <tromey@adacore.com>
2389
2390 * gdb.base/maint.exp: Expect command started/finished output.
2391
0088ba59
AB
23922019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2393
2394 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2395 comment.
2396 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2397
312617a3
AB
23982019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2399
2400 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2401 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2402 * gdb.arch/riscv-unwind-long-insn.c: New file.
2403 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2404
e1f2e1a2
CB
24052019-06-04 Christian Biesinger <cbiesinger@google.com>
2406
d3238f7d 2407 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2408
206584bd
PW
24092019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2410
2411 * lib/gdb.exp (help_list_trailer): New regexp variable
2412 factorizing the help trailer message.
2413 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2414 arg to allow to better factorize various tests.
2415 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2416 (test_prefix_command_help): Use help_list_trailer.
2417 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2418 * gdb.guile/scm-cmd.exp: Likewise.
2419 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2420 * gdb.base/help.exp: Use test_user_defined_class_help.
2421 * gdb.base/style.exp: Add tests for styling of help and apropos.
2422 * lib/gdb-utils.exp (style): Add title and highlight styles.
2423
708dc93e
PW
24242019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2425
2426 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2427 $_shell_exitsignal.
2428 * gdb.base/default.exp: Update for new convenience variables.
2429
f49055a5
TT
24302019-05-29 Tom Tromey <tromey@adacore.com>
2431
2432 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2433 to "break complete ada" test case's regexp.
2434
4330d61d
TT
24352019-05-29 Tom Tromey <tromey@adacore.com>
2436
2437 PR c++/20020:
2438 * gdb.cp/constexpr-field.exp: New file.
2439 * gdb.cp/constexpr-field.cc: New file.
2440
000439d5
TT
24412019-05-29 Tom Tromey <tromey@adacore.com>
2442
2443 * gdb.base/finish.exp (finish_no_print): New proc.
2444 (finish_tests): Call it.
2445
5a01c34c
TV
24462019-05-24 Tom de Vries <tdevries@suse.de>
2447
2448 * gdb.dwarf2/gdb-add-index.exp: New file.
2449
18125b16
TT
24502019-05-22 Tom Tromey <tromey@adacore.com>
2451
2452 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2453 * gdb.base/style.exp: Use "style".
2454 * lib/gdb-utils.exp (style): New proc.
2455
af1a8d03
TV
24562019-05-22 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.base/align.exp: Require c++11.
2459
e7fe496b
TV
24602019-05-22 Tom de Vries <tdevries@suse.de>
2461
2462 PR testsuite/24586
2463 * gdb.python/py-mi-var-info-path-expression.exp: Call
2464 mi_skip_python_tests to check if python is supported.
2465
8fca4da0
AH
24662019-05-22 Alan Hayward <alan.hayward@arm.com>
2467
2468 * gdb.arch/aarch64-pauth.c: New test.
2469 * gdb.arch/aarch64-pauth.exp: New file.
2470
b7060614
AH
24712019-05-22 Alan Hayward <alan.hayward@arm.com>
2472
2473 * README (Re-running Tests Outside The Testsuite): New section.
2474
669d0468
TV
24752019-05-21 Tom de Vries <tdevries@suse.de>
2476
2477 * gdb.arch/amd64-eval.exp: Require c++11.
2478 * gdb.base/max-depth.exp: Same.
2479 * gdb.compile/compile-cplus-array-decay.exp: Same.
2480 * gdb.cp/meth-typedefs.exp: Same.
2481 * gdb.cp/subtypes.exp: Same.
2482 * gdb.cp/temargs.exp: Same.
2483
ce3ebcaa
AH
24842019-05-21 Alan Hayward <alan.hayward@arm.com>
2485
2486 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2487
34d11c68
AB
24882019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 PR gdb/18644
2491 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2492 * gdb.fortran/printing-types.exp: Add new test.
2493 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2494 testing.
2495 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2496 setup_kfail call.
2497
87781e84
AH
24982019-05-17 Alan Hayward <alan.hayward@arm.com>
2499
2500 * README (Running the Testsuite): Change example.
2501 (Testsuite Parameters): Remove TRANSCRIPT.
2502 * lib/gdb.exp: Remove TRANSCRIPT check.
2503
b420b89e
AH
25042019-05-17 Alan Hayward <alan.hayward@arm.com>
2505
2506 * README (Testsuite Parameters): Add replay logging to
2507 GDBSERVER_DEBUG.
2508 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2509 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2510 as a comma separated list.
2511 (gdb_debug_init): Override procedure.
2512
408e9b8b
AH
25132019-05-17 Alan Hayward <alan.hayward@arm.com>
2514
2515 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2516 (gdb_write_cmd_file): New procedure.
2517 * lib/gdbserver-support.exp (gdbserver_start): Call
2518 gdbserver_write_cmd_file.
2519 (gdbserver_write_cmd_file): New procedure.
2520
f9e2e39d
AH
25212019-05-17 Alan Hayward <alan.hayward@arm.com>
2522
2523 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2524 (delete_breakpoints): Likewise.
2525 (gdb_run_cmd): Likewise.
2526 (gdb_start_cmd): Likewise.
2527 (gdb_starti_cmd): Likewise.
2528 (gdb_internal_error_resync): Likewise.
2529 (gdb_test_multiple): Likewise.
2530 (gdb_reinitialize_dir): Likewise.
2531 (default_gdb_exit): Likewise.
2532 (gdb_file_cmd): Mark kill as optional.
2533 (default_gdb_start): Call gdb_stdin_log_init.
2534 (send_gdb): Call gdb_stdin_log_write.
2535 (rerun_to_main): Mark Y as an answer.
2536 (gdb_stdin_log_init): New function.
2537 (gdb_stdin_log_write): Likewise.
2538
81f47ac2
AH
25392019-05-17 Alan Hayward <alan.hayward@arm.com>
2540
2541 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2542 * gdb.base/debug-expr.exp: Likewise.
2543 * gdb.base/foll-fork.exp: Likewise.
2544 * gdb.base/foll-vfork.exp: Likewise.
2545 * gdb.base/fork-print-inferior-events.exp: Likewise.
2546 * gdb.base/gdb-sigterm.exp: Likewise.
2547 * gdb.base/gdbinit-history.exp: Likewise.
2548 * gdb.base/osabi.exp: Likewise.
2549 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2550 * gdb.base/ui-redirect.exp: Likewise.
2551 * gdb.gdb/unittest.exp: Likewise.
2552 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2553 * gdb.mi/mi-watch.exp: Likewise.
2554 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2555 * gdb.mi/user-selected-context-sync.exp: Likewise.
2556 * gdb.python/python.exp: Disable debug test when debugging.
2557 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2558 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2559 Likewise.
2560 * gdb.threads/stepi-random-signal.exp: Likewise.
2561
29b52314
AH
25622019-05-17 Alan Hayward <alan.hayward@arm.com>
2563
2564 * Makefile.in: Pass through GDB_DEBUG.
2565 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2566 (gdb,debug): Add board setting.
2567 * lib/gdb.exp (default_gdb_start): Start debugging.
2568 (gdb_debug_enabled): New procedure.
2569 (gdb_debug_init): Likewise.
29b52314
AH
2570
25712019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2572
29b52314
AH
2573 * Makefile.in: Pass through GDB_DEBUG.
2574 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2575 (gdb,debug): Add board setting.
2576 * lib/gdb.exp (default_gdb_start): Start debugging.
2577 (gdb_debug_enabled): New procedure.
2578 (gdb_debug_init): Likewise.
29b52314 2579
ca1285d1
AH
25802019-05-17 Alan Hayward <alan.hayward@arm.com>
2581
2582 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2583
f3a09c80
AH
25842019-05-17 Alan Hayward <alan.hayward@arm.com>
2585
2586 * gdb.base/ui-redirect.exp: Test redirection.
2587
26648588
JV
25882019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2589
2590 * gdb.mi/mi-complete.exp: New file.
2591 * gdb.mi/mi-complete.cc: Likewise.
2592
14237686
AB
25932019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2594
2595 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2596 indexed and sliced arrays, and pointers to arrays.
2597
e7bd7fba
TT
25982019-05-14 Tom Tromey <tromey@adacore.com>
2599
2600 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2601 styling test.
2602
2764128d
TV
26032019-05-14 Tom de Vries <tdevries@suse.de>
2604
2605 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2606 selection entry encoding.
2607
71bed2db
TT
26082019-05-10 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.ada/info_exc.exp: Add "complete" test.
2611
63b667ad
TV
26122019-05-09 Tom de Vries <tdevries@suse.de>
2613
2614 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2615 CU-relative.
2616
9cfd2b89
TV
26172019-05-09 Tom de Vries <tdevries@suse.de>
2618
2619 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2620 CU-relative.
2621
2228ef77
XR
26222019-05-08 Joel Brobecker <brobecker@adacore.com>
2623
2624 * gdb.ada/frame_arg_lang.exp: New testcase.
2625 * gdb.ada/frame_arg_lang/bla.adb: New file.
2626 * gdb.ada/frame_arg_lang/pck.ads: New file.
2627 * gdb.ada/frame_arg_lang/pck.adb: New file.
2628 * gdb.ada/frame_arg_lang/foo.c: New file.
2629
80e55b13
TT
26302019-05-08 Tom Tromey <tromey@adacore.com>
2631
2632 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2633
9d3421af
TT
26342019-05-08 Tom Tromey <tromey@adacore.com>
2635
2636 * gdb.base/ptype-offsets.exp: Update tests.
2637
844333e2
TT
26382019-05-08 Tom Tromey <tromey@adacore.com>
2639
2640 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2641 cases.
2642 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2643 "short".
2644
988915ee
TT
26452019-05-08 Tom Tromey <tromey@adacore.com>
2646
2647 * gdb.ada/vla.exp: New file.
2648 * gdb.ada/vla/vla.adb: New file.
2649
7bd55dac
TV
26502019-05-07 Tom de Vries <tdevries@suse.de>
2651
2652 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2653
75f06e9d
TV
26542019-05-07 Tom de Vries <tdevries@suse.de>
2655
2656 PR testsuite/24522
2657 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2658 section.
2659
77e7aaa4
TV
26602019-05-07 Tom de Vries <tdevries@suse.de>
2661
2662 PR testsuite/24522
2663 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2664 .debug_aranges section.
2665
456ba0fa
TV
26662019-05-07 Tom de Vries <tdevries@suse.de>
2667
2668 PR testsuite/24159
2669 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2670
5a56d6a6
TV
26712019-05-06 Tom de Vries <tdevries@suse.de>
2672
2673 * lib/gdb.exp (exec_has_index_section): New proc.
2674 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2675 section.
2676
9d6d4be8
TV
26772019-05-04 Tom de Vries <tdevries@suse.de>
2678
2679 * boards/cc-with-debug-names.exp: New file.
2680
222a8d25
TT
26812019-05-03 Tom Tromey <tromey@adacore.com>
2682
2683 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2684 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2685 * gdb.ada/char_enum.exp: Add test.
2686
0fdfd794
TV
26872019-05-03 Tom de Vries <tdevries@suse.de>
2688
2689 * boards/cc-with-gdb-index.exp: New file.
2690
80062eb9
AB
26912019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 * gdb.rust/simple.exp: Add new test case.
2694 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2695 (main): Initialise an instance of the new struct.
2696
4504bbde
TT
26972019-05-01 Tom Tromey <tromey@adacore.com>
2698
2699 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2700 record.
2701 (NPR): New variable.
2702 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2703 test.
2704
d48e62f4
TT
27052019-05-01 Tom Tromey <tromey@adacore.com>
2706
2707 * gdb.ada/packed_array_assign.exp: Add packed assignment
2708 regression test.
2709
f59f30f5
TV
27102019-05-01 Tom de Vries <tdevries@suse.de>
2711
2712 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2713
b70bfc54
TV
27142019-05-01 Tom de Vries <tdevries@suse.de>
2715
2716 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2717
15f18d14
AT
27182019-04-30 Ali Tamur <tamur@google.com>
2719
2720 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2721
2ff0a947
TT
27222019-04-30 Tom Tromey <tromey@adacore.com>
2723
2724 * lib/ada.exp (find_ada_tool): New proc.
2725 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2726 * gdb.ada/catch_ex_std.exp: New file.
2727 * gdb.ada/catch_ex_std/foo.adb: New file.
2728 * gdb.ada/catch_ex_std/some_package.adb: New file.
2729 * gdb.ada/catch_ex_std/some_package.ads: New file.
2730
a776957c
TT
27312019-04-30 Tom Tromey <tromey@adacore.com>
2732
2733 PR c++/24470:
2734 * gdb.cp/temargs.cc: Add test code from PR.
2735
bc68014d
AB
27362019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2737
2738 * gdb.fortran/vla-datatypes.exp: Update expected results.
2739 * gdb.fortran/vla-ptype.exp: Likewise.
2740 * gdb.fortran/vla-type.exp: Likewise.
2741 * gdb.fortran/vla-value.exp: Likewise.
2742
f1fdc960
AB
27432019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2744
2745 * gdb.fortran/ptr-indentation.exp: Update expected results.
2746 * gdb.fortran/ptype-on-functions.exp: Likewise.
2747 * gdb.fortran/vla-ptr-info.exp: Likewise.
2748 * gdb.fortran/vla-value.exp: Likewise.
2749
bf7a4de1
AB
27502019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2751
2752 * gdb.fortran/ptype-on-functions.exp: New file.
2753 * gdb.fortran/ptype-on-functions.f90: New file.
2754
bbe75b9d
AB
27552019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2756
2757 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2758 case void string.
2759
1db455a7
AB
27602019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2761
2762 * gdb.fortran/complex.exp: Expand.
2763 * gdb.fortran/complex.f: Renamed to...
2764 * gdb.fortran/complex.f90: ...this, and extended to add more
2765 complex values.
2766
b6d03bb2
AB
27672019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2768
2769 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2770 MODULO, CMPLX.
2771
2e62ab40
AB
27722019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2773 Richard Bunt <richard.bunt@arm.com>
2774
2775 * gdb.base/max-depth.c: New file.
2776 * gdb.base/max-depth.exp: New file.
2777 * gdb.python/py-nested-maps.c: New file.
2778 * gdb.python/py-nested-maps.exp: New file.
2779 * gdb.python/py-nested-maps.py: New file.
2780 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2781 (test_all_common): Call test_max_depth.
2782 * gdb.fortran/max-depth.exp: New file.
2783 * gdb.fortran/max-depth.f90: New file.
2784 * gdb.go/max-depth.exp: New file.
2785 * gdb.go/max-depth.go: New file.
2786 * gdb.modula2/max-depth.exp: New file.
2787 * gdb.modula2/max-depth.c: New file.
2788 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2789
d2b584a5
TV
27902019-04-29 Tom de Vries <tdevries@suse.de>
2791
2792 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2793
136afab8
PW
27942019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2795
2796 * gdb.base/callexit.exp: Test may-call-functions off.
2797
725cbb63
KS
27982019-04-25 Keith Seitz <keiths@redhat.com>
2799
2800 PR c++/24367
2801 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2802 (another_incomplete_struct, test_incomplete): New definitions.
2803 (main): Use new definitions.
2804 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2805 functions.
2806
701adfb0
PA
28072019-04-25 Ali Tamur <tamur@google.com>
2808
2809 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2810
82433e3e
SDJ
28112019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2812
2813 PR corefiles/11608
2814 PR corefiles/18187
2815 * gdb.base/coredump-filter-build-id.exp: New file.
2816
dd06d4d6
AH
28172019-04-25 Alan Hayward <alan.hayward@arm.com>
2818
e79be6e5
SM
2819 * Makefile.in: Pass through GDBSERVER_DEBUG.
2820 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2821 (gdbserver,debug): Add board setting.
2822 * gdb.trace/tspeed.exp: Skip when debugging.
2823 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2824 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2825
1670072e
TT
28262019-04-24 Tom Tromey <tromey@adacore.com>
2827
2828 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2829 Rust.
2830
a59240a4
TT
28312019-04-24 Tom Tromey <tromey@adacore.com>
2832
2833 * gdb.arch/amd64-eval.exp: Test bitfield return.
2834 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2835 (class Foo) <return_bitfields>: New method.
2836 (main): Call it.
2837
b907456c
AB
28382019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.cp/many-args.cc: New file.
2841 * gdb.cp/many-args.exp: New file.
2842
5c565afd
TV
28432019-04-23 Tom de Vries <tdevries@suse.de>
2844
2845 PR gdb/24433
2846 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2847
ba22ff86
AH
28482019-04-23 Alan Hayward <alan.hayward@arm.com>
2849
2850 * gdb.trace/backtrace.exp: Use nopie flag.
2851 * gdb.trace/circ.exp: Likewise.
2852 * gdb.trace/collection.exp: Likewise.
2853 * gdb.trace/ftrace.exp: Likewise.
2854 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2855 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2856 * gdb.trace/qtro.exp: Likewise.
2857 * gdb.trace/read-memory.exp: Likewise.
2858 * gdb.trace/report.exp: Likewise.
2859 * gdb.trace/tfile.exp: Likewise.
2860 * gdb.trace/tfind.exp: Likewise.
2861 * gdb.trace/unavailable.exp: Likewise.
2862
7905fc35
PA
28632019-04-22 Pedro Alves <palves@redhat.com>
2864
2865 * gdb.base/solib-probes-nosharedlibrary.c,
2866 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2867
8ecb59f8
TT
28682019-04-19 Tom Tromey <tromey@adacore.com>
2869
2870 * gdb.ada/ptype_union.c: New file.
2871 * gdb.ada/ptype_union.exp: New file.
2872
62160ec9
TT
28732019-04-19 Tom Tromey <tromey@adacore.com>
2874
2875 PR symtab/24423:
2876 * gdb.base/list0.h (foo): Add a control-l character.
2877
36cd4ba5
TV
28782019-04-18 Tom de Vries <tdevries@suse.de>
2879
2880 PR gdb/24433
2881 * boards/local-board.exp: Set sysroot to "".
2882
b73715df
TV
28832019-04-18 Tom de Vries <tdevries@suse.de>
2884 Pedro Alves <palves@redhat.com>
2885
2886 PR gdb/24454
2887 * gdb.threads/vfork-follow-child-exec.c: New file.
2888 * gdb.threads/vfork-follow-child-exec.exp: New file.
2889 * gdb.threads/vfork-follow-child-exit.c: New file.
2890 * gdb.threads/vfork-follow-child-exit.exp: New file.
2891
4aa866af
LS
28922019-04-15 Leszek Swirski <leszeks@google.com>
2893
2894 * gdb.arch/amd64-eval.cc: New file.
2895 * gdb.arch/amd64-eval.exp: New file.
2896
e5a1a79a
AH
28972019-04-11 Alan Hayward <alan.hayward@arm.com>
2898
2899 * gdb.server/sysroot.c: New test.
2900 * gdb.server/sysroot.exp: New file.
2901 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2902 matching param.
2903
41077b66
AB
29042019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2905
2906 * gdb.base/align.exp: Extend test to cover structures containing
2907 only static fields.
2908
c30391f8
TV
29092019-04-11 Tom de Vries <tdevries@suse.de>
2910
2911 * boards/cc-with-dwz-m.exp: New file.
2912 * boards/cc-with-dwz.exp: New file.
2913 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2914
e242fd12
SM
29152019-04-09 Simon Marchi <simon.marchi@efficios.com>
2916
2917 * gdb.base/start-cpp.exp: New file.
2918 * gdb.base/start-cpp.cc: New file.
2919
2b0c8b01
KB
29202019-04-08 Kevin Buettner <kevinb@redhat.com>
2921
2922 * gdb.python/py-thrhandle.exp: Adjust tests to call
2923 thread_from_handle instead of thread_from_thread_handle.
2924
947210e5
KB
29252019-04-08 Kevin Buettner <kevinb@redhat.com>
2926
2927 * gdb.python/py-thrhandle.exp: Add tests for
2928 gdb.InferiorThread.handle.
2929
d7df6549
AB
29302019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2931
2932 * gdb.python/py-function.exp: Check calling helper function from
2933 all languages.
2934 * lib/gdb.exp (gdb_supported_languages): New proc.
2935
8bdc1658
AB
29362019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.base/complex-parts.c: New file.
2939 * gdb.base/complex-parts.exp: New file.
2940
05caa1d2
TT
29412019-04-01 Tom Tromey <tromey@adacore.com>
2942
2943 PR symtab/23331:
2944 * gdb.dwarf2/dw2-ranges-main.c: New file.
2945 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2946 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2947
7734102d
EZ
29482019-03-30 Simon Marchi <simark@simark.ca>
2949
2950 * gdb.base/default.exp: Add values for $_gdb_major and
2951 $_gdb_minor.
2952
188e1fa9
TT
29532019-03-29 Tom Tromey <tromey@adacore.com>
2954
2955 * gdb.base/help.exp: Tighten apropos regexp.
2956
2880242d
KS
29572019-03-29 Keith Seitz <keiths@redhat.com>
2958
2959 * gdb.fortran/array-bounds.exp: New file.
2960 * gdb.fortran/array-bounds.f90: New file.
2961
077cad8e
PW
29622019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2963
2964 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2965
80047cfc
PW
29662019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2967
2968 * gdb.multi/hello.c (main): Increase alarm timer.
2969
f489207e
SL
29702019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2971
2972 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2973 factor when no hardware watchpoint support.
2974
c92df149
AH
29752019-03-28 Alan Hayward <alan.hayward@arm.com>
2976 Pedro Alves <palves@redhat.com>
2977
2978 * boards/local-board.exp: set sysroot to /.
2979
933aebfa
AH
29802019-03-27 Alan Hayward <alan.hayward@arm.com>
2981
2982 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2983 in child.
2984
9f9aa852
AB
29852019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2988 field.
2989 (make_container): Initialise new field.
2990 * gdb.python/py-prettyprint.exp: Add new tests.
2991 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2992 <display_hint>: New method.
2993
3714a195
AB
29942019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2997 gdb_continue_to_breakpoint more throughout this test.
2998 (run_lang_tests) Supply unique test names, and use
2999 gdb_test_no_output.
3000
18c77628
AB
30012019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.base/finish-pretty.exp: Update expected results.
3004 * gdb.base/pretty-print.c: New file.
3005 * gdb.base/pretty-print.exp: New file.
3006
9a93502f
PA
30072019-03-25 Pedro Alves <palves@redhat.com>
3008
3009 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
3010 move comments outside list. Append '-i "" eof' section.
3011
968aa7ae
AH
30122019-03-22 Alan Hayward <alan.hayward@arm.com>
3013
34a7f2a4 3014 PR testsuite/25016
968aa7ae
AH
3015 * README: Add pie options.
3016 * gdb.base/break-interp.exp: Ensure pie is disabled.
3017 * gdb.base/dump.exp: Likewise.
3018 * lib/gdb.exp (gdb_compile): Add pie option.
3019
4c7d57e7
TT
30202019-03-19 Tom Tromey <tromey@adacore.com>
3021
3022 * gdb.mi/mi2-cli-display.c: New file.
3023 * gdb.mi/mi2-cli-display.exp: New file.
3024
bff8c71f
TT
30252019-03-18 Joel Brobecker <brobecker@adacore.com>
3026 Tom Tromey <tromey@adacore.com>
3027
3028 * gdb.ada/ptype_array/pck.adb: New file.
3029 * gdb.ada/ptype_array/pck.ads: New file.
3030 * gdb.ada/ptype_array/foo.adb: New file.
3031 * gdb.ada/ptype_array.exp: New file.
3032
d085f989
TT
30332019-03-14 Tom Tromey <tromey@adacore.com>
3034
3035 * gdb.base/style.exp: Add "set style sources" test.
3036
b4be1b06
SM
30372019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3038
3039 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3040 * mi-breakpoint-multiple-locations.exp: ... this.
3041 (make_breakpoints_pattern): New proc.
3042 (do_test): Add mi_version parameter, test -break-insert,
3043 -break-info and =breakpoint-created.
3044
7cde5fc2
AB
30452019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * config/default.exp: Remove 'load_lib gdb.exp'.
3048 * config/monitor.exp: Likewise.
3049 * config/sid.exp: Likewise.
3050 * config/sim.exp: Likewise.
3051 * config/slite.exp: Likewise.
3052 * config/unix.exp: Likewise.
3053 * gdb.base/default.exp: Remove unhelpful comment.
3054
efbecbc1
AB
30552019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3056
3057 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3058
0841c79a
AB
30592019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3060
3061 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3062
4a270568
AB
30632019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3064
3065 * gdb.fortran/type-kinds.exp: Update expected results.
3066
067630bd
AB
30672019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3068
3069 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3070
3be47f7a
AB
30712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3072
3073 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3074 function.
3075 (test_basic_parsing_of_type_kinds): Expand types tested.
3076 (test_parsing_invalid_type_kinds): New function.
3077
4d00f5d8
AB
30782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3079
3080 * gdb.fortran/intrinsics.exp: New file.
3081 * gdb.fortran/intrinsics.f90: New file.
3082 * gdb.fortran/type-kinds.exp: New file.
3083
c8f91604
AB
30842019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.fortran/dot-ops.exp: New file.
3087
dd9f2c76
AB
30882019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3091 Check upper and lower case logical literals.
3092
84ec9724
AB
30932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3094
3095 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3096 Remove duplicate tests.
3097
c3734e09
AH
30982019-03-06 Alan Hayward <alan.hayward@arm.com>
3099
3100 * lib/gdb.exp (builtin_cd): rename of cd.
3101 (cd): Override builtin.
3102
aa3cfbda
RB
31032019-03-06 Richard Bunt <richard.bunt@arm.com>
3104
3105 * gdb.fortran/function-calls.exp: New file.
3106 * gdb.fortran/function-calls.f90: New test.
3107
7b63ad86
RB
31082019-03-04 Richard Bunt <richard.bunt@arm.com>
3109
3110 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3111 on user program standard output.
3112 * gdb.fortran/short-circuit-argument-list.f90: Record function
3113 calls.
3114
01abb042
AH
31152019-02-28 Alan Hayward <alan.hayward@arm.com>
3116
c3734e09
AH
3117 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3118 failure.
01abb042 3119
92137da0
RO
31202019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3121
3122 PR gdb/8527
3123 * gdb.base/interrupt-daemon-attach.c,
3124 gdb.base/interrupt-daemon-attach.exp: New test.
3125
5862844d
PA
31262019-02-27 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.base/page.exp: Add tests for "set width/height -1".
3129
8ed25214
PA
31302019-02-27 Pedro Alves <palves@redhat.com>
3131
3132 * gdb.base/page.exp: Add tests for "set/show width/height" with
3133 "infinite" values.
3134
6c28e44a
TT
31352019-02-27 Tom Tromey <tromey@adacore.com>
3136
3137 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3138 2.4.
3139 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3140 workaround.
3141
bf9a735e
AB
31422019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3143
3144 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3145 tests for structs with static members.
3146
8791793c
TT
31472019-02-26 Tom Tromey <tromey@adacore.com>
3148
3149 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3150 ValueError, not TypeError.
3151
bc2a507e
KB
31522019-02-26 Kevin Buettner <kevinb@redhat.com>
3153
3154 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3155 call from main program.
3156
e0e7d3bd
JB
31572019-02-23 Joel Brobecker <brobecker@adacore.com>
3158
3159 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3160 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3161 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3162 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3163 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3164
9600246d
KS
31652019-02-22 Keith Seitz <keiths@redhat.com>
3166
3167 PR symtab/23853
3168 * gdb.base/symlink-sourcefile.c: New file.
3169 * gdb.base/symlink-sourcefile.exp: New file.
3170
0c95f9ed
TT
31712019-02-20 Tom Tromey <tom@tromey.com>
3172
3173 * gdb.base/info_qt.exp: Update.
3174
6caa91b6
SM
31752019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3176
3177 * gdb.base/source.exp: Move "error in sourced script" code to
3178 the end.
3179 * gdb.base/source-error.gdb: Move contents to
3180 source-error-1.gdb. Add new code to source source-error-1.gdb.
3181 * gdb.base/source-error-1.gdb: New file, from previous
3182 source-error.gdb.
3183
6506371f
TT
31842019-02-17 Tom Tromey <tom@tromey.com>
3185
3186 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3187 for macro styling.
3188 * gdb.base/style.c (SOME_MACRO): New macro.
3189
a0087920
TT
31902019-02-17 Tom Tromey <tom@tromey.com>
3191
3192 * gdb.base/style.exp: Add line-wrapping tests.
3193 * gdb.base/page.exp: Add test for quitting during pagination.
3194
a2cd4f14
JB
31952019-02-17 Joel Brobecker <brobecker@adacore.com>
3196
3197 * gdb.ada/big_packed_array: New testcase.
3198 * gdb.ada/homonym.exp: Fix incorrect expected output for
3199 "break <homonym__get_value>" test.
3200
9d70ffbc
WP
32012019-02-13 Weimin Pan <weimin.pan@oracle.com>
3202
3203 PR breakpoints/21870
3204 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3205 and prepare_for_testing. Add comment.
3206 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3207 redundant cleanup call. Clean up comment.
3208
01c7ae81
WP
32092019-02-12 Weimin Pan <weimin.pan@oracle.com>
3210
3211 PR breakpoints/21870
3212 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3213 * gdb.arch/aarch64-dbreg-contents.c: New file.
3214
aff29d1c
JB
32152019-02-10 Joel Brobecker <brobecker@adacore.com>
3216
3217 * gdb.ada/mi_ref_changeable: New testcase.
3218
df0da8a2
AH
32192019-02-07 Alan Hayward <alan.hayward@arm.com>
3220
3221 * gdb.base/attach.exp: Add double attach test.
3222
bd447abb
SM
32232019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3224
3225 * lib/gdb.exp (default_gdb_start): Don't match pagination
3226 prompt.
3227 (gdb_init): Set stty_init.
3228
1dbc40b9
TT
32292019-01-27 Tom Tromey <tom@tromey.com>
3230
3231 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3232 skip_python_tests.
3233
353229bf
AH
32342019-01-24 Alan Hayward <alan.hayward@arm.com>
3235
3236 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3237 New structure.
3238 (struct struct_static_02_02): Likewise.
3239 (struct struct_static_02_03): Likewise.
3240 (struct struct_static_02_04): Likewise.
3241 (struct struct_static_04_01): Likewise.
3242 (struct struct_static_04_02): Likewise.
3243 (struct struct_static_04_03): Likewise.
3244 (struct struct_static_04_04): Likewise.
3245 (struct struct_static_06_01): Likewise.
3246 (struct struct_static_06_02): Likewise.
3247 (struct struct_static_06_03): Likewise.
3248 (struct struct_static_06_04): Likewise.
3249 (cmp_struct_static_02_01): Likewise.
3250 (cmp_struct_static_02_02): Likewise.
3251 (cmp_struct_static_02_03): Likewise.
3252 (cmp_struct_static_02_04): Likewise.
3253 (cmp_struct_static_04_01): Likewise.
3254 (cmp_struct_static_04_02): Likewise.
3255 (cmp_struct_static_04_03): Likewise.
3256 (cmp_struct_static_04_04): Likewise.
3257 (cmp_struct_static_06_01): Likewise.
3258 (cmp_struct_static_06_02): Likewise.
3259 (cmp_struct_static_06_03): Likewise.
3260 (cmp_struct_static_06_04): Likewise.
3261 (call_all): Test new structs.
3262 * gdb.base/infcall-nested-structs.exp: Likewise.
3263
73021deb
AH
32642019-01-21 Alan Hayward <alan.hayward@arm.com>
3265 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3266
fc65c7db
AH
32672019-01-21 Alan Hayward <alan.hayward@arm.com>
3268 * gdb.base/stack-protector.c: New test.
3269 * gdb.base/stack-protector.exp: New file.
3270 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3271 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3272 option.
3273 (gdb_compile): Remove stack protector for GCC and prevent
3274 recursion.
3275
c24bdb02
KS
32762019-01-16 Keith Seitz <keiths@redhat.com>
3277
3278 PR gdb/23773
3279 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3280
6f072a10
PFC
32812019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3282
3283 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3284 aliases.
3285 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3286 tests.
3287 * gdb.arch/powerpc-vector-regs.c: New file.
3288 * gdb.arch/powerpc-vector-regs.exp: New file.
3289
a7b8d682
PFC
32902019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3291
3292 * gdb.arch/altivec-regs.exp: Fix the list passed to
3293 gdb_expect_list when testing "info vector".
3294
6eb6fb67
AB
32952019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.base/style.exp: Don't include path in testname.
3298
b56f80d8
KS
32992019-01-10 Keith Seitz <keiths@redhat.com>
3300
3301 PR gdb/23712
3302 PR symtab/23010
3303 * gdb.dwarf2/multidictionary.exp: New file.
3304
041be526
SM
33052019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3306
3307 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3308 (test_gnuv3_style_demangling): ... this.
3309 (test_lucid_style_demangling): Remove.
3310 (test_arm_style_demangling): Remove.
3311 (test_hp_style_demangling): Remove.
3312 (do_tests): Remove calls to the above.
3313
d820d0c3
AB
33142019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3317 case.
3318
f097f5ad
TT
33192019-01-06 Tom Tromey <tom@tromey.com>
3320
3321 PR gdb/28155:
3322 * gdb.dwarf2/typedef-void-finish.exp: New file.
3323
2cd8cc0b
TT
33242018-12-28 Tom Tromey <tom@tromey.com>
3325 Simon Marchi <simark@simark.ca>
3326
3327 * gdb.base/jit-exec.exp: New file.
3328 * gdb.base/jit-exec.c: New file.
3329 * gdb.base/jit-execd.c: New file.
3330
35fb8261
TT
33312018-12-28 Tom Tromey <tom@tromey.com>
3332
3333 * gdb.base/style.exp: Update test to check for address styling.
3334
47fd17cd
TT
33352018-12-28 Tom Tromey <tom@tromey.com>
3336
3337 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3338 message.
3339
d47032b7
TT
33402018-12-28 Tom Tromey <tom@tromey.com>
3341
3342 * gdb.base/style.exp: Add test for version number styling.
3343
af79b68d
TT
33442018-12-28 Tom Tromey <tom@tromey.com>
3345
3346 * gdb.base/style.exp: Add test for print_address_symbolic.
3347
0bb296cb
TT
33482018-12-28 Tom Tromey <tom@tromey.com>
3349
3350 * gdb.base/style.exp: Add test for breakpoint setting.
3351
80ae2043
TT
33522018-12-28 Tom Tromey <tom@tromey.com>
3353
3354 * gdb.base/style.exp: Add test for variable names.
3355
cbe56571
TT
33562018-12-28 Tom Tromey <tom@tromey.com>
3357
3358 * gdb.base/style.exp: New file.
3359 * gdb.base/style.c: New file.
3360
9162a27c
TT
33612018-12-28 Tom Tromey <tom@tromey.com>
3362
3363 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3364 "dumb".
3365 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3366 the TERM environment variable.
3367
bc543c90
TT
33682018-12-27 Tom Tromey <tom@tromey.com>
3369
3370 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3371 pagination test.
3372
6f0ffe50
AB
33732018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3376 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3377
b5a1e557
PW
33782018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3379
3380 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3381 Filename a.adb changed to bp_fun_addr.adb.
3382 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3383
6e8b1ab2
JV
33842018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3385
3386 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3387 non-PIE executables.
3388 * README: Mention the gdb,nopie_flag board setting.
3389 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3390 non-PIE executable.
3391 * gdb.arch/amd64-entry-value.exp: Likewise.
3392 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3393 * gdb.arch/i386-float.exp: Likewise.
3394 * gdb.arch/i386-signal.exp: Likewise.
3395 * gdb.mi/mi-reg-undefined.exp: Likewise.
3396
d00a27c5
PM
33972018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3398
3399 PR gdb/23974
3400 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3401
161d081c
PW
34022018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3403
3404 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3405 Update order of results accordingly.
3406
b001de23
AB
34072018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3408
3409 * gdb.base/annota1.exp: Update a test regexp.
3410
99e1a184
AB
34112018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3414
7a81c1e2
PW
34152018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3416
3417 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3418 (reuse_time): Initialize to REUSE_TIME_CAP.
3419 (check_rc): New function.
3420 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3421 Check pthread_create rc.
3422 (spawner_thread_func): Check pthread_create and pthread_join rc.
3423
73e8dc90
PA
34242018-12-08 Pedro Alves <palves@redhat.com>
3425
3426 * gdb.base/list.exp (test_forward_search): Rename to ...
3427 (test_forward_reverse_search): ... this. Also test reverse-search
3428 and the forward-search alias.
3429
13f2ed32
AB
34302018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3431
3432 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3433 local timeout variable before return, and remove all local timeout
3434 variable entirely.
3435 (gdb_load): Likewise.
3436
64d27cfc
TV
34372018-12-01 Tom de Vries <tdevries@suse.de>
3438
3439 * gdb.base/gdb-caching-proc.exp: New file.
3440
f63c03b4
SDJ
34412018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3442
3443 * Makefile.in (TIMESTAMP): New variable.
3444 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3445 command.
3446 (check-single-racy): Likewise.
3447 (check/%.exp): Likewise.
3448 (check-racy/%.exp): Likewise.
3449 (workers/%.worker): Likewise.
3450 (build-perf): Likewise.
3451 (check-perf): Likewise.
3452 * README: Describe new "TS" and "TS_FORMAT" variables.
3453 * print-ts.py: New file.
3454
1c97054b
BF
34552018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3456
3457 PR python/23714
3458 * gdb.python/python.exp: Test command repetition after
3459 gdb.execute.
3460
1871a62d
AB
34612018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3462
3463 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3464 is correctly aligned.
3465
fb5e1ed9
PW
34662018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3467
3468 * gdb.ada/info_auto_lang.exp: New testcase.
3469 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3470 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3471 * gdb.ada/info_auto_lang/some_c.c: New file.
3472
43d397ca
PW
34732018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3474
3475 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3476 FUNC_lang language syntax.
3477
beddd671
PW
34782018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3479
3480 * gdb.base/info_minsym.c: New file.
3481 * gdb.base/info_minsym.exp: New file.
3482
73fc52c4
TT
34832018-11-19 Tom Tromey <tom@tromey.com>
3484
3485 PR rust/23625:
3486 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3487 * gdb.rust/expr.exp: Update expected output. Change one test.
3488
994b876a
TT
34892018-11-19 Tom Tromey <tom@tromey.com>
3490
3491 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3492
6769f276
PA
34932018-11-19 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3496 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3497 see the expected warning.
3498
38a72da0
AH
34992018-11-16 Alan Hayward <alan.hayward@arm.com>
3500
3501 PR gdb/22736:
3502 * gdb.cp/infcall-nodebug-lib.c: New test.
3503 * gdb.cp/infcall-nodebug-main.c: New test.
3504 * gdb.cp/infcall-nodebug.exp: New file.
3505
53a89d6e
SM
35062018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3507
3508 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3509 completer tests.
3510
9325300d
TV
35112018-11-09 Tom de Vries <tdevries@suse.de>
3512
3513 * gdb.base/msym-lang.c: New test.
3514 * gdb.base/msym-lang.exp: New file.
3515 * gdb.base/msym-lang-main.c: New test.
3516
20f0d60d
TT
35172018-11-08 Tom Tromey <tom@tromey.com>
3518
3519 PR gdb/23555:
3520 PR gdb/23838:
3521 * gdb.base/warning.exp: New file.
3522
b5420128
JB
35232018-11-08 Jan Beulich <jbeulich@suse.com>
3524
3525 * testsuite/gdb.arch/i386-avx512.c,
3526 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3527
cd115d61
AB
35282018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3531 point hardware.
3532
35ee2dc2
AB
35332018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3534
3535 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3536 * gdb.dwarf2/missing-type-name.exp: New file.
3537
31aceee8
TV
35382018-11-06 Tom de Vries <tdevries@suse.de>
3539
3540 * gdb.base/many-headers.c: New test.
3541 * gdb.base/many-headers.exp: New file.
3542
109be305
JW
35432018-11-06 Jim Wilson <jimw@sifive.com>
3544
3545 * gdb.base/code_elim.exp: For riscv, set additional_flags
3546 to include -msmall-data-limit=0.
3547
e2b7af72
JB
35482018-11-01 Joel Brobecker <brobecker@adacore.com>
3549
3550 * gdb.ada/watch_minus_l: New testcase.
3551
cdcda965
SM
35522018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3553
3554 * gdb.arch/aix-sighandle.c: New file.
3555 * gdb.arch/aix-sighandle.exp: New file.
3556
92dcebf3
AB
35572018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3560 registers being unions.
3561
68b9ac18
TV
35622018-10-31 Tom de Vries <tdevries@suse.de>
3563
3564 * lib/valgrind.exp: New file.
3565 (vgdb_start, vgdb_stop): New procs, factored out of ...
3566 * gdb.base/valgrind-bt.exp: ... here, ...
3567 * gdb.base/valgrind-disp-step.exp: ... here and ...
3568 * gdb.base/valgrind-infcall.exp: ... here.
3569
1443936e
TV
35702018-10-31 Tom de Vries <tdevries@suse.de>
3571
3572 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3573
eb77c9df
AB
35742018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.dwarf2/void-type.c: New file.
3577 * gdb.dwarf2/void-type.exp: New file.
3578
82b5e646
PW
35792018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3580
3581 * gdb.base/info_qt.c: New file.
3582 * gdb.base/info_qt.exp: New file.
3583
8d619c01
EBM
35842018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3585
3586 * gdb.arch/powerpc-htm-regs.c: New file.
3587 * gdb.arch/powerpc-htm-regs.exp: New file.
3588
f2cf6173
EBM
35892018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3590
3591 * gdb.arch/powerpc-tar.c: New file.
3592 * gdb.arch/powerpc-tar.exp: New file.
3593
7ca18ed6
EBM
35942018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3595
3596 * gdb.arch/powerpc-ppr-dscr.c: New file.
3597 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3598
bfcc0eba
TV
35992018-10-25 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3602
fe1a5cad
TV
36032018-10-24 Tom de Vries <tdevries@suse.de>
3604
3605 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3606 longer exists error.
3607
a76dc3b7
TV
36082018-10-24 Tom de Vries <tdevries@suse.de>
3609
3610 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3611
4df46df7
TV
36122018-10-24 Tom de Vries <tdevries@suse.de>
3613
3614 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3615 --db-attach in valgrind.
3616
0dbfcfff
AB
36172018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3618
3619 * gdb.arch/riscv-reg-aliases.c: New file.
3620 * gdb.arch/riscv-reg-aliases.exp: New file.
3621
b04480b1
AH
36222018-10-19 Alan Hayward <alan.hayward@arm.com>
3623
3624 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3625
2c6ac8d7
AH
36262018-10-19 Alan Hayward <alan.hayward@arm.com>
3627
3628 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3629
2bc69f25
AH
36302018-10-19 Alan Hayward <alan.hayward@arm.com>
3631
3632 * gdb.cp/ovldbreak.exp: Fix regexps.
3633
1f1ae3a3
AH
36342018-10-19 Alan Hayward <alan.hayward@arm.com>
3635
3636 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3637
94c18618
SDJ
36382018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3639
3640 PR cli/23785
3641 * gdb.base/restore.exp: New test to check if "restore" with an
3642 invalid file doesn't segfault.
3643
812cd6eb
TV
36442018-10-18 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3647 * gdb.ada/excep_handle.exp: Same.
3648 * gdb.ada/mi_string_access.exp: Same.
3649 * gdb.ada/mi_var_union.exp: Same.
3650 * gdb.arch/arc-analyze-prologue.exp: Same.
3651 * gdb.arch/arc-decode-insn.exp: Same.
3652 * gdb.base/readnever.exp: Same.
3653 * gdb.fortran/printing-types.exp: Same.
3654 * gdb.guile/scm-lazy-string.exp: Same.
3655
c4b90788
TV
36562018-10-16 Tom de Vries <tdevries@suse.de>
3657
3658 PR gdb/23730
3659 * gdb.base/catch-follow-exec.c: Add copyright notice.
3660 * gdb.base/catch-follow-exec.exp: Rewrite to use
3661 gdb_spawn_with_cmdline_opts. Require gdb-native.
3662
8bca2978
SL
36632018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3664
3665 * gdb.trace/actions-changed.exp: Check for arch support.
3666 * gdb.trace/actions.exp: Likewise.
3667 * gdb.trace/ax.exp: Likewise.
3668 * gdb.trace/backtrace.exp: Likewise.
3669 * gdb.trace/change-loc.exp: Likewise.
3670 * gdb.trace/deltrace.exp: Likewise.
3671 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3672 * gdb.trace/ftrace.exp: Likewise.
3673 * gdb.trace/infotrace.exp: Check for arch support.
3674 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3675 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3676 * gdb.trace/mi-tsv-changed.exp: Likewise.
3677 * gdb.trace/packetlen.exp: Likewise.
3678 * gdb.trace/passc-dyn.exp: Likewise.
3679 * gdb.trace/passcount.exp: Likewise.
3680 * gdb.trace/pending.exp: Likewise.
3681 * gdb.trace/range-stepping.exp: Check for shlib support.
3682 * gdb.trace/report.exp: Check for arch support.
3683 * gdb.trace/save-trace.exp: Likewise.
3684 * gdb.trace/signal.exp: Check for signal support.
3685 * gdb.trace/tfind.exp: Check for arch support.
3686 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3687 * gdb.trace/trace-common.h: Add comment.
3688 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3689 * gdb.trace/trace-enable-disable.exp: Likewise.
3690 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3691 * gdb.trace/tracecmd.exp: Check for arch support.
3692 * gdb.trace/tspeed.exp: Check for shlib and target support.
3693 * gdb.trace/tstatus.exp: Check for arch support.
3694 * gdb.trace/tsv.exp: Likewise.
3695 * gdb.trace/while-dyn.exp: Likewise.
3696 * gdb.trace/while-stepping.exp: Likewise.
3697 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3698
f9c49bff
SM
36992018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3700
3701 * gdb.trace/tspeed.exp: Remove nowarnings.
3702 (prepare_for_trace_test): Declare "global ipalib".
3703 * gdb.trace/tspeed.c: Include unistd.h.
3704 (main): Remove superfluous printf argument.
3705
d4330bde
SL
37062018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3707
3708 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3709 directory prefix on the filename.
3710
8ecfd7bd
SDJ
37112018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3712
3713 * gdb.gdb/unittest.exp: Update expected message informing that
3714 selftests have been disabled.
3715 * gdb.server/unittest.exp: Likewise.
3716
58bbcd02
TV
37172018-10-09 Tom de Vries <tdevries@suse.de>
3718
3719 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3720 with runto_main.
3721
9f6b697b
WP
37222018-10-08 Weimin Pan <weimin.pan@oracle.com>
3723
3724 PR c++/16841
3725 * gdb.cp/virtbase2.cc: New file.
3726 * gdb.cp/virtbase2.exp: New file.
3727
add5ded5
TT
37282018-10-06 Tom Tromey <tom@tromey.com>
3729
3730 PR python/19399:
3731 * gdb.python/py-inferior.exp: Add architecture test.
3732
f9e48344
TT
37332018-10-06 Tom Tromey <tom@tromey.com>
3734
3735 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3736 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3737
2a8be203
TT
37382018-10-06 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3741 of a "throw" catchpoint.
3742
e04caa70
SDJ
37432018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3744
3745 * gdb.base/info-proc.exp: Update string expected from "help info
3746 proc".
3747
5ca8c39f
TT
37482018-10-04 Tom Tromey <tom@tromey.com>
3749
3750 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3751 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3752 (test_initial_complaints, test_empty_complaints): Update.
3753 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3754
3453e7e4
TT
37552018-10-04 Tom Tromey <tom@tromey.com>
3756
3757 PR cli/19551:
3758 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3759 * lib/gdb.exp (gdb_file_cmd): Update.
3760 * gdb.stabs/weird.exp (print_weird_var): Update.
3761 * gdb.server/solib-list.exp: Update.
3762 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3763 * gdb.mi/mi-cli.exp: Update.
3764 * gdb.linespec/linespec.exp: Update.
3765 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3766 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3767 * gdb.cp/cp-relocate.exp: Update.
3768 * gdb.base/sym-file.exp: Update.
3769 * gdb.base/relocate.exp: Update.
3770 * gdb.base/readnever.exp: Update.
3771 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3772 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3773 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3774 * gdb.base/code_elim.exp: Update.
3775 * gdb.base/break-unload-file.exp (test_break): Update.
3776 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3777 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3778 Update.
3779 * gdb.base/attach.exp (do_attach_tests): Update.
3780 * gdb.base/sepdebug.exp: Update.
3781 * gdb.python/py-section-script.exp: Update.
3782
6afcf761
TT
37832018-10-04 Tom Tromey <tom@tromey.com>
3784
3785 PR cli/22234:
3786 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3787 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3788 output.
3789
fef1b293
TT
37902018-10-04 Tom Tromey <tom@tromey.com>
3791
3792 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3793 set width and height to 0.
3794 (test_command_line_attach_run): Use -quiet.
3795
ca98345e
SL
37962018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3797
3798 * lib/gdb.exp (skip_ifunc_tests): New.
3799 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3800 other compile failures.
3801 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3802
ff34e6ae
SM
38032018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3804
3805 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3806 is_amd64_regs_target.
3807
6bb8890e
AH
38082018-10-01 Alan Hayward <alan.hayward@arm.com>
3809
3810 * gdb.arch/aarch64-sighandler-regs.c: New test.
3811 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3812 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3813
224d30d3
MM
38142018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3815
3816 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3817 assembly.
3818
f67ffa6a
AB
38192018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3820
3821 * gdb.base/frame-selection.exp: New file.
3822 * gdb.base/frame-selection.c: New file.
3823
9fc3183f
AH
38242018-09-27 Alan Hayward <alan.hayward@arm.com>
3825
3826 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3827 pthread barrier.
3828 (main): Likewise.
3829
d354055e
AB
38302018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3831
3832 * gdb.base/large-frame-1.c: New file.
3833 * gdb.base/large-frame-2.c: New file.
3834 * gdb.base/large-frame.exp: New file.
3835 * gdb.base/large-frame.h: New file.
3836
db727370
JL
38372018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3838
3839 PR gdb/20948
3840 * gdb.base/write_mem.exp: New test.
3841 * gdb.base/write_mem.c: Likewise.
3842
ae778caf
TT
38432018-09-23 Tom Tromey <tom@tromey.com>
3844
3845 PR python/18852:
3846 * gdb.python/py-parameter.exp: Add test for parameter that throws
3847 on "set".
3848
fd3ba736
TT
38492018-09-23 Tom Tromey <tom@tromey.com>
3850
3851 PR python/17284:
3852 * gdb.python/py-template.exp (test_template_arg): Add test for
3853 negative template argument number.
3854
39a24317
TT
38552018-09-23 Tom Tromey <tom@tromey.com>
3856
3857 PR python/14062:
3858 * gdb.python/python.exp: Add test for post_event error.
3859
f5769a2c
TT
38602018-09-23 Tom Tromey <tom@tromey.com>
3861
3862 PR python/18170:
3863 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3864 convert pointers to int and long.
3865
1c1e54f6
TT
38662018-09-23 Tom Tromey <tom@tromey.com>
3867
3868 PR python/20126:
3869 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3870 signed-ness conversion tests.
3871
fb4fa946
TT
38722018-09-23 Tom Tromey <tom@tromey.com>
3873
3874 PR python/18352;
3875 * gdb.python/py-value.exp (test_float_conversion): New proc.
3876 Use it.
3877
a466edac
HAQ
38782018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3879
3880 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3881
4ee9b0c5
SL
38822018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3883
3884 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3885 no readline.
3886 * gdb.base/utf8-identifiers.exp: Likewise.
3887 * gdb.cp/cpcompletion.exp: Likewise.
3888 * gdb.linespec/cpcompletion.exp: Likewise.
3889 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3890 * gdb.linespec/cpls-ops.exp: Likewise.
3891
23be8da7
RB
38922018-09-19 Richard Bunt <richard.bunt@arm.com>
3893 Chris January <chris.january@arm.com>
3894
3895 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3896 * gdb.fortran/short-circuit-argument-list.exp: New file.
3897 * gdb.fortran/short-circuit-argument-list.f90: New test.
3898
5031d0ae
SDJ
38992018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3900
3901 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3902 "arch=" keyword when executing "-stack-list-frames".
3903
b4c0d1a4
SDJ
39042018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3905
3906 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3907 "arch=" keyword when executing "-stack-list-frames".
3908
7a6d2b45
SDJ
39092018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3910
3911 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3912 break ada".
3913
8588b356
SM
39142018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3915
3916 PR python/23669
3917 * gdb.python/python.exp: Test gdb.execute("show commands").
3918
65e65158
TT
39192018-09-16 Tom Tromey <tom@tromey.com>
3920
3921 * gdb.base/new-ui.exp (do_execution_tests): Update.
3922 * gdb.base/dbx.exp (test_breakpoints): Update.
3923
bf326452
AH
39242018-09-14 Alan Hayward <alan.hayward@arm.com>
3925
3926 * lib/gdb.exp (gdb_simple_compile): Add proc.
3927 (is_elf_target): Use gdb_simple_compile.
3928 (skip_altivec_tests): Likewise.
3929 (skip_vsx_tests): Likewise.
3930 (skip_tsx_tests): Likewise.
3931 (skip_btrace_tests): Likewise.
3932 (skip_btrace_pt_tests): Likewise.
3933 (gdb_can_simple_compile): Likewise.
3934 (gdb_has_argv0): Likewise.
3935 (gdb_target_symbol_prefix): Likewise.
3936 (target_supports_scheduler_locking): Likewise.
3937
2361b0fb
TT
39382018-09-13 Tom Tromey <tom@tromey.com>
3939
3940 * Makefile.in (TAGS): Recognize proc_with_prefix and
3941 gdb_caching_proc.
3942
0ae1a321
SM
39432018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3946 method.
3947
a40bf0c2
SM
39482018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3949
3950 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3951 and a few other Inferior properties when the Inferior is no
3952 longer valid.
3953
4a3fe98f
TT
39542018-09-13 Tom Tromey <tom@tromey.com>
3955
3956 PR rust/23650:
3957 * gdb.rust/simple.exp: Add test for enum field access error.
3958
098b2108
TT
39592018-09-13 Tom Tromey <tom@tromey.com>
3960
3961 PR rust/23626:
3962 * gdb.rust/simple.rs (EmptyEnum): New type.
3963 (main): Use it.
3964 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3965
1256af7d
SM
39662018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3967
3968 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3969 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3970 * gdb.python/py-symtab.exp: Update test printing an objfile.
3971
4aa8e6c2
SM
39722018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3973
3974 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3975 object.
3976
c221b2f7
AH
39772018-09-12 Alan Hayward <alan.hayward@arm.com>
3978
3979 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3980 (support_complex_tests): Use gdb_can_simple_compile.
3981 (is_ilp32_target): Likewise.
3982 (is_lp64_target): Likewise.
3983 (is_64_target): Likewise.
3984 (is_amd64_regs_target): Likewise.
3985 (is_aarch32_target): Likewise.
3986 (gdb_int128_helper): Likewise.
3987
6f1107b5
JK
39882018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3989
3990 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3991
1f5d1570
JG
39922018-09-10 Jerome Guitton <guitton@adacore.com>
3993
3994 * gdb.ada/same_component_name: Add test for case of tagged record
3995 with variable-length fields.
3996
cc330e39
XR
39972018-09-10 Xavier Roirand <roirand@adacore.com>
3998
3999 * gdb.ada/access_to_unbounded_array.exp: New testcase.
4000 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
4001 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
4002 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
4003
b9c50e9a
XR
40042018-09-10 Xavier Roirand <roirand@adacore.com>
4005
4006 * gdb.ada/mi_string_access.exp: New testcase.
4007 * gdb.ada/mi_string_access/bar.adb: New file.
4008 * gdb.ada/mi_string_access/pck.adb: New file.
4009 * gdb.ada/mi_string_access/pck.asd: New file.
4010
2963898f
XR
40112018-09-10 Xavier Roirand <roirand@adacore.com>
4012
4013 * gdb.ada/mi_var_union.exp: New testcase.
4014 * gdb.ada/mi_var_union/bar.adb: New file.
4015 * gdb.ada/mi_var_union/pck.adb: New file.
4016 * gdb.ada/mi_var_union/pck.asd: New file.
4017
1aac008f
TT
40182018-09-08 Tom Tromey <tom@tromey.com>
4019
4020 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
4021
332cf4c9
TT
40222018-09-08 Tom Tromey <tom@tromey.com>
4023
4024 PR python/16047:
4025 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4026 (register_pretty_printers): Register new printer.
4027 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4028 test.
4029 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4030 (an_int_type3): New global.
4031
424da6cf
JB
40322018-09-08 Joel Brobecker <brobecker@adacore.com>
4033
4034 * gdb.ada/expr_with_funcall: New testcase.
4035
2a62dfa9
JB
40362018-09-08 Joel Brobecker <brobecker@adacore.com>
4037
4038 * gdb.ada/packed_array_assign: New testcase.
4039
96b6697f
AB
40402018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4041
4042 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4043 names, and add test prefixes to make test names unique.
4044
e4a62c65
TV
40452018-09-05 Tom de Vries <tdevries@suse.de>
4046
4047 * gdb.dwarf2/varval.exp: Add test.
4048
dd083ee2
GB
40492018-09-04 Gary Benson <gbenson@redhat.com>
4050
4051 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4052 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4053
aef9346c
TT
40542018-08-31 Tom Tromey <tom@tromey.com>
4055
4056 * gdb.rust/simple.rs: Rename second variable "v".
4057
c67f2e15
AB
40582018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4059
4060 * gdb.base/funcargs.c (use_a): New function.
4061 (recurse): Call use_a.
4062
078a0207
KS
40632018-08-29 Keith Seitz <keiths@redhat.com>
4064
4065 * gdb.compile/compile-cplus-anonymous.cc: New file.
4066 * gdb.compile/compile-cplus-anonymous.exp: New file.
4067 * gdb.compile/compile-cplus-array-decay.cc: New file.
4068 * gdb.compile/compile-cplus-array-decay.exp: New file.
4069 * gdb.compile/compile-cplus-inherit.cc: New file.
4070 * gdb.compile/compile-cplus-inherit.exp: New file.
4071 * gdb.compile/compile-cplus-member.cc: New file.
4072 * gdb.compile/compile-cplus-member.exp: New file.
4073 * gdb.compile/compile-cplus-method.cc: New file.
4074 * gdb.compile/compile-cplus-method.exp: New file.
4075 * gdb.compile/compile-cplus-mod.c: "New" file.
4076 * gdb.compile/compile-cplus-namespace.cc: New file.
4077 * gdb.compile/compile-cplus-namespace.exp: New file.
4078 * gdb.compile/compile-cplus-nested.cc: New file.
4079 * gdb.compile/compile-cplus-nested.exp: New file.
4080 * gdb.compile/compile-cplus-print.c: "New" file.
4081 * gdb.compile/compile-cplus-print.exp: "New" file.
4082 * gdb.compile/compile-cplus-virtual.cc: New file.
4083 * gdb.compile/compile-cplus-virtual.exp: New file.
4084 * gdb.compile/compile-cplus.c: "New" file.
4085 * gdb.compile/compile-cplus.exp: "New" file.
4086 * lib/compile-support.exp: New file.
4087
b0f492b9
GB
40882018-08-16 Gary Benson <gbenson@redhat.com>
4089
4090 PR gdb/13000:
4091 * gdb.base/batch-exit-status.exp: New file.
4092 * gdb.base/batch-exit-status.good-commands: Likewise.
4093 * gdb.base/batch-exit-status.bad-commands: Likewise.
4094
36eb4c5f
AH
40952018-08-29 Alan Hayward <alan.hayward@arm.com>
4096
4097 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4098 (struct struct02): Likewise.
4099 (struct struct03): Likewise.
4100 (struct struct04): Likewise.
4101 (struct struct_01_01): New struct.
4102 (struct struct_01_02): Likewise.
4103 (struct struct_01_03): Likewise.
4104 (struct struct_01_04): Likewise.
4105 (struct struct_02_01): Likewise.
4106 (struct struct_02_02): Likewise.
4107 (struct struct_02_03): Likewise.
4108 (struct struct_02_04): Likewise.
4109 (struct struct_04_01): Likewise.
4110 (struct struct_04_02): Likewise.
4111 (struct struct_04_03): Likewise.
4112 (struct struct_04_04): Likewise.
4113 (struct struct_05_01): Likewise.
4114 (struct struct_05_02): Likewise.
4115 (struct struct_05_03): Likewise.
4116 (struct struct_05_04): Likewise.
4117 (cmp_struct01): Remove function.
4118 (cmp_struct02): Likewise.
4119 (cmp_struct03): Likewise.
4120 (cmp_struct04): Likewise.
4121 (cmp_struct_01_01): Add Function.
4122 (cmp_struct_01_02): Likewise.
4123 (cmp_struct_01_03): Likewise.
4124 (cmp_struct_01_04): Likewise.
4125 (cmp_struct_02_01): Likewise.
4126 (cmp_struct_02_02): Likewise.
4127 (cmp_struct_02_03): Likewise.
4128 (cmp_struct_02_04): Likewise.
4129 (cmp_struct_04_01): Likewise.
4130 (cmp_struct_04_02): Likewise.
4131 (cmp_struct_04_03): Likewise.
4132 (cmp_struct_04_04): Likewise.
4133 (cmp_struct_05_01): Likewise.
4134 (cmp_struct_05_02): Likewise.
4135 (cmp_struct_05_03): Likewise.
4136 (cmp_struct_05_04): Likewise.
4137 (call_all): Add new structs.
4138 * gdb.base/infcall-nested-structs.exp: Likewise.
4139
3bf9c013
JV
41402018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4141
4142 * gdb.python/py-framefilter-mi.exp: Update regexp to
4143 check for "arch" field in frame output.
4144
450d1e88
KB
41452018-08-23 Kevin Buettner <kevinb@redhat.com>
4146
4147 * gdb.dwarf2/dw2-ranges-func.c: New file.
4148 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4149
ae739fe7
SM
41502018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4151
4152 * gdb.base/term.exp: Compare terminal settings with values from
4153 the inferior.
4154 * gdb.base/term.c: Get and set terminal settings.
4155
6d52907e
JV
41562018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4157
4158 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4159 accommodate new "arch" field in frame output.
4160 * gdb.mi/mi-return.exp: Likewise.
4161 * gdb.mi/mi-stack.exp: Likewise.
4162 * gdb.mi/mi-syn-frame.exp: Likewise.
4163 * gdb.mi/user-selected-context-sync.exp: Likewise.
4164
be2d111a
MS
41652018-08-19 Michael Spang <spang@google.com>
4166
4167 PR gdb/11786
4168 * gdb.base/gcore-tls-pie.c: New file.
4169 * gdb.base/gcore-tls-pie.exp: New file.
4170
ae3a7c47
KB
41712018-08-18 Kevin Buettner <kevinb@redhat.com>
4172
4173 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4174 * gdb.dwarf2/varval.c: New file.
4175 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4176
2ecae92e
AH
41772018-08-17 Alan Hayward <alan.hayward@arm.com>
4178
4179 PR gdb/18931
4180 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4181
c1854f1d
KS
41822018-08-16 Keith Seitz <keiths@redhat.com>
4183
4184 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4185 tests expected to pass.
4186
26fb3983
JV
41872018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4188
4189 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4190 -data-disassemble -a.
4191 (test_disassembly_bogus_args): Likewise.
4192
67943c00
AB
41932018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4194
4195 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4196
5ff2bbae
AB
41972018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.base/vla-optimized-out.exp: Add new test.
4200
e5bbcd0f
AB
42012018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4202
4203 * gdb.base/vla-optimized-out-o3.exp: Delete.
4204 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4205 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4206 deleted tests.
4207
9d4a934c
AB
42082018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 PR gdb/18050:
4211 * gdb.server/extended-remote-restart.c: New file.
4212 * gdb.server/extended-remote-restart.exp: New file.
4213
045cf012
SM
42142018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4215
4216 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4217 "set variable index = 42".
4218
87d6a7aa
SM
42192018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4220
4221 * boards/index-cache-gdb.exp: New file.
4222 * gdb.dwarf2/index-cache.exp: New file.
4223 * gdb.dwarf2/index-cache.c: New file.
4224 * gdb.base/maint.exp: Check if we are using the index cache.
4225
96d68bd4
RO
42262018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4227
4228 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4229 MAKEFLAGS.
4230
5a699617
RO
42312018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4232
4233 * dg-extract-results.sh: Move to toplevel contrib.
4234 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4235 * Makefile.in (check-parallel-racy): Likewise.
4236
5bd18990
AB
42372018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4238
4239 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4240 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4241 tests if the target supports scheduler locking.
4242
3fbbcf47
TV
42432018-08-04 Tom de Vries <tdevries@suse.de>
4244
4245 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4246
3e1d3d8c
TT
42472018-08-02 Tom Tromey <tom@tromey.com>
4248
4249 PR symtab/16842.
4250 * gdb.cp/temargs.exp: Test "info address" of a template
4251 parameter.
4252
5abe0f0c
JV
42532018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4254
4255 * gdb.python/py-mi-var-info-path-expression.c: New file.
4256 * gdb.python/py-mi-var-info-path-expression.py: New file.
4257 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4258
fb66cde8
SDJ
42592018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4260
4261 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4262 error after "cannot resolve name" string.
4263
c708f4d2
AB
42642018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4267 started.
4268 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4269
37cc0cae
TV
42702018-07-28 Tom de Vries <tdevries@suse.de>
4271
4272 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4273
63b4ecf7
TV
42742018-07-26 Tom de Vries <tdevries@suse.de>
4275
4276 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4277
3c3bb058
AB
42782018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4279
4280 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4281 is visible.
4282
9e7f3bbb
TV
42832018-07-26 Tom de Vries <tdevries@suse.de>
4284
4285 PR breakpoints/23366
4286 * gdb.base/catch-follow-exec.c: New test.
4287 * gdb.base/catch-follow-exec.exp: New file.
4288
16f808ec
TV
42892018-07-25 Tom de Vries <tdevries@suse.de>
4290
4291 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4292 vla-optimized-out.c.
4293
d7154a8d
JV
42942018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4295
4296 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4297 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4298
232a0032
TV
42992018-07-20 Tom de Vries <tdevries@suse.de>
4300
4301 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4302 NOCLONE macro.
4303 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4304
fbb1d502
TV
43052018-07-19 Tom de Vries <tdevries@suse.de>
4306
4307 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4308 regular expression.
4309
42dc7699
TV
43102018-07-18 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.base/vla-optimized-out.c: New test.
4313 * gdb.base/vla-optimized-out.exp: New file.
4314
7f1f7e23
SDJ
43152018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4316
4317 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4318 message "No address associated with hostname" when gdbserver
4319 cannot resolve the hostname.
4320
5759ebb3
PW
43212018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4322
4323 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4324 Add some test prefixes to make tests unique.
4325
3606ccab
PW
43262018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4327
4328 * gdb.base/frameapply.c: New file.
4329 * gdb.base/frameapply.exp: New file.
4330
529c08b2
PW
43312018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4332
4333 * gdb.base/skip.exp: Update expected error message.
4334
c7ab0aef
SDJ
43352018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4336 Jan Kratochvil <jan.kratochvil@redhat.com>
4337 Paul Fertser <fercerpav@gmail.com>
4338 Tsutomu Seki <sekiriki@gmail.com>
4339
4340 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4341 parameter.
4342 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4343 by default.
4344 * boards/native-gdbserver.exp: Likewise.
4345 * gdb.server/run-without-local-binary.exp: Improve regexp used
4346 for detecting when a remote debugging connection succeeds.
4347 * gdb.server/server-connect.exp: New file.
4348 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4349 Do not prefix the port number with ":".
4350 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4351 support for detecting and using it. Add '$debughost_gdbserver'
4352 to the list of arguments used to start gdbserver. Handle case
4353 when gdbserver cannot resolve a network name.
4354
16ff70dd
SDJ
43552018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4356
4357 PR c++/23373
4358 * gdb.base/ptype-offsets.cc (struct static_member): New
4359 struct.
4360 (main) <stmember>: New variable.
4361 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4362 with a static member in it.
4363
3541979f
AB
43642018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4367 watchpoints enabled and disabled.
4368
c8ad9b9a
AB
43692018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * gdb.base/examine-backward.exp: Still run tests around address
4372 0x0, even if address 0x0 is not readable. Update the pattern for
4373 matching address 0x0 in expected output.
4374
e0e5e971
AB
43752018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4376
4377 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4378 malloc/free.
4379
1ea5da02
TV
43802018-07-04 Tom de Vries <tdevries@suse.de>
4381
4382 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4383
471b9d15
MR
43842018-07-02 Maciej W. Rozycki <macro@mips.com>
4385
4386 PR tdep/8282
4387 * gdb.arch/mips-disassembler-options.exp: New test.
4388 * gdb.arch/mips-disassembler-options.s: New test source.
4389
75acb486
PA
43902018-06-29 Pedro Alves <palves@redhat.com>
4391
4392 * gdb.threads/names.exp: Adjust expected "info threads" output.
4393
cd2bb709
PA
43942018-06-29 Pedro Alves <palves@redhat.com>
4395
4396 * gdb.opt/inline-break.exp (line number, address): Add "info
4397 break" tests.
4398
991ff292
PA
43992018-06-29 Pedro Alves <palves@redhat.com>
4400
4401 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4402 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4403 number and address and running to them.
4404
356819b6 44052018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4406
4407 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4408
2512d7ef
JK
44092018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4410
4411 * lib/compiler.c: Remove executable permission flag.
4412
be1b6474
RB
44132018-06-28 Richard Bunt <richard.bunt@arm.com>
4414
4415 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4416 code.
4417 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4418
291f9a96
PT
44192018-06-28 Petr Tesarik <ptesarik@suse.cz>
4420
4421 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4422
ed6dfe51
PT
44232018-06-28 Petr Tesarik <ptesarik@suse.cz>
4424
4425 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4426 address argument is omitted.
4427
d4d429d5
PT
44282018-06-28 Petr Tesarik <ptesarik@suse.cz>
4429
4430 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4431
7ab6656f
OJ
44322018-06-27 Omair Javaid <omair.javaid@linaro.org>
4433
4434 PR gdb/21695
4435 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4436 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4437
a33ccfc7
TT
44382018-06-26 Tom Tromey <tom@tromey.com>
4439
4440 PR rust/22574:
4441 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4442 * gdb.rust/simple.rs (struct SimpleLayout): New.
4443
6d72d289
SM
44442018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4445
4446 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4447 "info registers" output.
4448
8363f9d5
RB
44492018-06-21 Richard Bunt <richard.bunt@arm.com>
4450
4451 * gdb.base/watchpoint-hw-attach.c: New test.
4452 * gdb.base/watchpoint-hw-attach.exp: New file.
4453
f00674fe
SM
44542018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4455
4456 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4457 through /bin/sh.
4458 * boards/dwarf4-gdb-index.exp: Likewise.
4459 * boards/fission-dwp.exp: Likewise.
4460
1d554008
UW
44612018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4462
4463 * gdb.base/float128.exp: Add comment and improved fail message
4464 to the failure case of "print large128" test.
4465
d0ac1c44
SM
44662018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4467
4468 * configure.ac: Remove AC_PREREQ.
4469 * configure: Re-generate.
4470
61b04dd0
PA
44712018-06-19 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4474 (func_extern_caller): New.
4475 (main): Call func_extern_caller.
4476 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4477 logic change.
4478
f63b508a
SM
44792018-06-18 Weimin Pan <weimin.pan@oracle.com>
4480
4481 PR gdb/16841
4482 * gdb.cp/typedef-base.cc: New file.
4483 * gdb.cp/typedef-base.exp: New file.
4484
0fe3a558
TV
44852018-06-18 Tom de Vries <tdevries@suse.de>
4486
4487 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4488
7010835a
AB
44892018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4490 Richard Bunt <Richard.Bunt@arm.com>
4491
4492 * gdb.threads/attach-slow-waitpid.c: New file.
4493 * gdb.threads/attach-slow-waitpid.exp: New file.
4494 * gdb.threads/slow-waitpid.c: New file.
4495
14897d65
PA
44962018-06-14 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/fork-running-state.c: Include <errno.h>.
4499 (exit_if_relative_exits): New.
4500 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4501 exits.
4502 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4503 child exits.
4504
5d9a0608
TV
45052018-06-14 Tom de Vries <tdevries@suse.de>
4506
4507 PR cli/22573
4508 * gdb.base/finish-pretty.c: New test.
4509 * gdb.base/finish-pretty.exp: New file.
4510
11ae5818
PA
45112018-06-14 Pedro Alves <palves@redhat.com>
4512
4513 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4514 gdb's expected startup output.
4515
1d39de44
PA
45162018-06-14 Pedro Alves <palves@redhat.com>
4517
4518 * lib/selftest-support.exp (selftest_setup): Remove inlined
4519 function handling.
4520
70ee0000
TV
45212018-06-14 Tom de Vries <tdevries@suse.de>
4522
4523 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4524 matching of breakpoint printing.
4525
11f4b608
TV
45262018-06-13 Tom de Vries <tdevries@suse.de>
4527
4528 PR testsuite/23269
4529 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4530 (fork_child): ... here, and ...
4531 (fork_parent): ... here.
4532
45332018-06-12 Tom de Vries <tdevries@suse.de>
4534
4535 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4536
9516f85a
AB
45372018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4538 Stephen Roberts <stephen.roberts@arm.com>
4539
4540 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4541 rewrite test to describe action performed, rather than possible
4542 failure.
4543
5045b3d7
GB
45442018-06-08 Gary Benson <gbenson@redhat.com>
4545
4546 * gdb.threads/check-libthread-db.exp: New file.
4547 * gdb.threads/check-libthread-db.c: Likewise.
4548
c61b06a1
TT
45492018-06-05 Tom Tromey <tom@tromey.com>
4550
4551 * gdb.base/default.exp: Update expected "show version" output.
4552
eb6af809
TT
45532018-06-05 Tom Tromey <tom@tromey.com>
4554
4555 PR cli/12326:
4556 * gdb.cp/static-print-quit.exp: Update.
4557 * lib/gdb.exp (pagination_prompt): Update.
4558 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4559 * gdb.python/python.exp: Update.
4560
178d6a63
JB
45612018-06-04 Joel Brobecker <brobecker@adacore.com>
4562
4563 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4564
8e817061
JB
45652018-06-01 Joel Brobecker <brobecker@adacore.com>
4566
4567 * gdb.ada/bp_fun_addr: New testcase.
4568
e86ca25f
TT
45692018-06-01 Tom Tromey <tom@tromey.com>
4570
4571 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4572 results.
4573 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4574 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4575 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4576 * gdb.base/maint.exp (maint_pass_if): Update.
4577
4b2dfa9d
MR
45782018-05-31 Maciej W. Rozycki <macro@mips.com>
4579
4580 * gdb.base/endian.exp: New test.
4581 * gdb.base/endian.c: New test source.
4582
45f25d6c
AB
45832018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4584
4585 PR gdb/23203
4586 * gdb.base/bt-selected-frame.c: New file.
4587 * gdb.base/bt-selected-frame.exp: New file.
4588 * lib/gdb.exp (get_current_frame_number): New function.
4589
d9f6d7f8
MR
45902018-05-24 Maciej W. Rozycki <macro@mips.com>
4591 Pedro Alves <palves@redhat.com>
4592
4593 * gdb.threads/tls-core.c: Include <stdlib.h>
4594 (thread_proc): Call `abort'.
4595 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4596 (tls_core_test): New procedure, bits factored out from ...
4597 (top level): ... here. Test both native cores and gcore cores.
4598
ff1cf532
TT
45992018-05-23 Tom Tromey <tom@tromey.com>
4600
4601 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4602
b98664d3
TT
46032018-05-23 Tom Tromey <tom@tromey.com>
4604
4605 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4606 symfile_complaints.
4607 (test_short_complaints): Likewise.
4608 (test_empty_complaints): Likewise.
4609 (test_initial_complaints): Update.
4610
4e9668d0
TT
46112018-05-23 Tom Tromey <tom@tromey.com>
4612
4613 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4614
43ba33c7
TT
46152018-05-23 Tom Tromey <tom@tromey.com>
4616
4617 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4618 (test_short_complaints): Update.
4619
035522c0
PA
46202018-05-22 Pedro Alves <palves@redhat.com>
4621
4622 * gdb.base/remote.exp: Only gdb_start after compiling the
4623 testcase. Issue "disconnect" before testing "set remote" command
4624 defaults. Issue clean_restart before running to main.
4625
cc0be08f
PA
46262018-05-22 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/remote.exp: Adjust expected output of "show remote
4629 memory-write-packet-size". Add tests for "set remote
4630 memory-write-packet-size 0" and "set remote
4631 memory-write-packet-size fixed/limit".
4632
b1b60145
PA
46332018-05-22 Pedro Alves <palves@redhat.com>
4634
4635 PR gdb/22973
4636 * gdb.base/utf8-identifiers.c: New file.
4637 * gdb.base/utf8-identifiers.exp: New file.
4638
0ec848ad
PFC
46392018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4640
4641 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4642
2c3305f6
PFC
46432018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4644
4645 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4646
ce1e8424
TT
46472018-05-18 Tom Tromey <tom@tromey.com>
4648
4649 * gdb.base/ptype-offsets.exp: Update.
4650
ddfe970e
KS
46512018-05-17 Keith Seitz <keiths@redhat.com>
4652
4653 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4654 in expected breakpoint stop locations.
4655 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4656 move to proper scope to test variable values.
4657 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4658 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4659 New functions.
4660 (main): Call not_inline_func3.
4661 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4662 inline_func1, inline_func2, and inline_func3. Test that when each
4663 breakpoint is hit, GDB properly reports both the stop location
4664 and the backtrace. Repeat tests for temporary breakpoints.
4665
0726fcc6
MR
46662018-05-15 Maciej W. Rozycki <macro@mips.com>
4667
4668 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4669 rather then trying to access it in determining whether the PID
4670 of `gdbserver' could have been retrieved.
4671
8ee22052
AB
46722018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4673
4674 * gdb.arch/amd64-init-x87-values.S: New file.
4675 * gdb.arch/amd64-init-x87-values.exp: New file.
4676
7785df48
JK
46772018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4678
4679 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4680
56bcdbea
TT
46812018-05-04 Tom Tromey <tom@tromey.com>
4682
4683 PR python/22730:
4684 * gdb.python/python.exp: Test multi-line execute.
4685
a913fffb
TT
46862018-05-04 Tom Tromey <tom@tromey.com>
4687
4688 PR python/22731:
4689 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4690
7a2c85f2
TT
46912018-05-04 Tom Tromey <tom@tromey.com>
4692
4693 PR gdb/11750:
4694 * gdb.base/define.exp: Test defining a user command inside a user
4695 command.
4696 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4697
a3b60e45
JK
46982018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4699 Pedro Alves <palves@redhat.com>
4700
4701 PR breakpoints/19806 and support for PR external/20207.
4702 * gdb.base/watchpoint-unaligned.c: New file.
4703 * gdb.base/watchpoint-unaligned.exp: New file.
4704
45fe4a03
AB
47052018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb.base/maint.exp: Make test names unique, use
4708 test_prefix_command_help to test 'help maint info', and remove
4709 repeated test of 'help maint'.
4710
9be2ae8f
TT
47112018-05-04 Tom Tromey <tom@tromey.com>
4712
4713 PR gdb/22619:
4714 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4715 behavior.
4716
11859c31
AB
47172018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4718
4719 * gdb.base/maint.exp: Process output from 'maint print registers'
4720 line at a time.
4721
089a9490
AB
47222018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4723
4724 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4725 timeout.
4726
9b0797e2
AB
47272018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4730 filter pattern.
4731
f6ac5f3d
PA
47322018-05-02 Pedro Alves <palves@redhat.com>
4733
4734 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4735 to_log_command renames.
4736 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4737
77d3c63b
TT
47382018-05-02 Tom Tromey <tom@tromey.com>
4739
4740 * gdb.python/py-parameter.exp: Set test message.
4741
0489430a
TT
47422018-05-02 Tom Tromey <tom@tromey.com>
4743
4744 PR python/20084:
4745 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4746 PARAM_ZUINTEGER_UNLIMITED tests.
4747
1632f8ba
DR
47482018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4749
4750 PR rust/23124
4751 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4752 when casting.
4753
6d7bb824
TT
47542018-04-30 Tom Tromey <tom@tromey.com>
4755
4756 * gdb.python/py-type.exp: Check align attribute.
4757 * gdb.python/py-type.c: New "aligncheck" global.
4758
007e1530
TT
47592018-04-30 Tom Tromey <tom@tromey.com>
4760
4761 PR exp/17095:
4762 * gdb.dwarf2/dw2-align.exp: New file.
4763 * gdb.cp/align.exp: New file.
4764 * gdb.base/align.exp: New file.
4765 * lib/gdb.exp (gdb_int128_helper): New proc.
4766 (has_int128_c, has_int128_cxx): New caching procs.
4767
6873858b
TT
47682018-04-27 Tom Tromey <tom@tromey.com>
4769
4770 PR rust/22545:
4771 * gdb.rust/simple.exp: Add inclusive range tests.
4772
79188d8d
PA
47732018-04-26 Pedro Alves <palves@redhat.com>
4774
4775 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4776 ifunc breakpoint locations correctly of ifunc breakpoints set
4777 while the program resolves the ifunc.
4778
c7075ad5
PA
47792018-04-26 Pedro Alves <palves@redhat.com>
4780
4781 * gdb.base/gnu-ifunc-final.c: New file.
4782 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4783 * gdb.base/gnu-ifunc.exp (executable): Delete.
4784 (staticexecutable): Adjust.
4785 (lib_opts, exec_opts): Delete.
4786 (make_binsuffix, build, set-break): New procedures.
4787 (misc_tests): New, with tests factored out from the top level.
4788 (top level): Test different combinations of ifunc resolver name,
4789 resolver with and with debug info, and ifunc target with and
4790 without debug info. Wrap static tests with with_target_prefix.
4791
8388016d
PA
47922018-04-26 Pedro Alves <palves@redhat.com>
4793
4794 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4795 return type" warnings.
4796
249b5733
PA
47972018-04-25 Pedro Alves <palves@redhat.com>
4798
4799 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4800 killed".
4801 * gdb.base/kill-after-signal.exp: Likewise.
4802 * gdb.threads/kill.exp: Likewise.
4803
f67c0c91
SDJ
48042018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4805 Sergio Durigan Junior <sergiodj@redhat.com>
4806 Pedro Alves <palves@redhat.com>
4807
4808 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4809 regexps to expect for '[Inferior ... detached]' as well.
4810 * gdb.base/attach.exp: Likewise.
4811 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4812 "gdb_continue_to_end".
4813 (test_catch_syscall_with_wrong_args): Likewise.
4814 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4815 ']'. Don't set 'verbose' on.
4816 * gdb.base/foll-vfork.exp: Likewise.
4817 * gdb.base/fork-print-inferior-events.c: New file.
4818 * gdb.base/fork-print-inferior-events.exp: New file.
4819 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4820 '[Inferior ... has been killed]' message.
4821 * gdb.base/kill-after-signal.exp: Likewise.
4822 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4823 detach message.
4824 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4825 message.
4826 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4827 regexps to expect for '[Inferior ... detached]' as well.
4828 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4829
0a8ddac4
SM
48302018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4831
4832 PR gdb/23104
4833 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4834
701adfb0
PA
48352018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4836
4837 PR gdb/23095
4838 * gdb.base/break-probes.exp: Pass shlib_load to
4839 prepare_for_testing. Set normal_bp to r_debug_state if target is
4840 bsd.
4841
d27d16bf
RB
48422018-04-19 Richard Bunt <richard.bunt@arm.com>
4843
4844 * gdb.threads/multiple-successive-infcall.c: New test.
4845 * gdb.threads/multiple-successive-infcall.exp: New file.
4846
a037790e
TT
48472018-04-17 Tom Tromey <tom@tromey.com>
4848
4849 * gdb.rust/simple.rs (Union): New type.
4850 (main): New local "u".
4851 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4852
e3a91079
AA
48532018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4854
4855 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4856 number information in output of "whereis" command.
4857 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4858
b744723f
AA
48592018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4860
4861 * gdb.ada/info_types.exp: Adjust expected output to the line
4862 numbers now printed by "info var/func/type".
4863 * gdb.base/completion.exp: Likewise.
4864 * gdb.base/included.exp: Likewise.
4865 * gdb.cp/cp-relocate.exp: Likewise.
4866 * gdb.cp/cplusfuncs.exp: Likewise.
4867 * gdb.cp/namespace.exp: Likewise.
4868 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4869
4a4495d6
MM
48702018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4871
4872 * gdb.btrace/cpu.exp: New.
4873
1d509aa6
MM
48742018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4875
4876 * gdb.base/step-indirect-call-thunk.exp: New.
4877 * gdb.base/step-indirect-call-thunk.c: New.
4878 * gdb.reverse/step-indirect-call-thunk.exp: New.
4879 * gdb.reverse/step-indirect-call-thunk.c: New.
4880
6295b6da
SM
48812018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4882
4883 * gdb.base/pie-fork.c: New file.
4884 * gdb.base/pie-fork.exp: New file.
4885
50146e70
TT
48862018-04-11 Tom Tromey <tom@tromey.com>
4887
4888 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4889
f50d8a2e
PA
48902018-04-10 Pedro Alves <palves@redhat.com>
4891
4892 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4893 exits. Instead loop running forever.
4894 (fork_parent): Run forever too.
4895
a0be7a36
SM
48962018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4897
4898 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4899 mi_continue_to_line.
4900 * gdb.mi/mi-stack.c (callee4): Add comment.
4901
9b73db36
SM
49022018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4903
4904 * gdb.mi/mi-stack.exp: Fix indentation.
4905
c912f608
SM
49062018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4907
4908 PR gdb/22979
4909 * gdb.arch/amd64-osabi.exp: New file.
4910
26540402
SM
49112018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4912
4913 PR gdb/22980
4914 * gdb.base/osabi.exp: New file.
4915
121ad66c 49162018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4917
4918 * gdb.cp/static-typedef-print.exp: New file.
4919 * gdb.cp/static-typedef-print.cc: New file.
4920
3fcded8f
JB
49212018-03-27 Joel Brobecker <brobecker@adacore.com>
4922
4923 * gdb.ada/varsize_limit: New testcase.
4924
59cc4834
JB
49252018-03-27 Joel Brobecker <brobecker@adacore.com>
4926
4927 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4928
4929 * gdb.ada/notcplusplus: New testcase.
4930
4931 * gdb.base/c-linkage-name.c: New file.
4932 * gdb.base/c-linkage-name.exp: New testcase.
4933
4ca59a9f
TT
49342018-03-26 Tom Tromey <tom@tromey.com>
4935
4936 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4937 * gdb.python/py-framefilter.py (name_error): New global.
4938 (ErrorInName.function): Use name_error.
4939
978d6c75
TT
49402018-03-26 Tom Tromey <tom@tromey.com>
4941
4942 PR backtrace/15582:
4943 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4944
b7fee5a3
KS
49452018-03-23 Keith Seitz <keiths@redhat.com>
4946
4947 PR c++/22968
4948 * gdb.cp/subtypes.exp: New file.
4949 * gdb.cp/subtypes.h: New file.
4950 * gdb.cp/subtypes.cc: New file.
4951 * gdb.cp/subtypes-2.cc: New file.
4952
376be529
AB
49532018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4954
4955 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4956 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4957 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4958 -nostartfiles when compiling the test. Confirm that all registers
4959 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4960
066cfa98
AB
49612018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4964 option, syntax was wrong anyway.
4965 * gdb.arch/arm-disp-step.exp: Likewise.
4966 * gdb.arch/sparc64-regs.exp: Likewise.
4967 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4968 option, syntax was wrong anyway, switch to use
4969 prepare_for_testing.
4970 * gdb.arch/i386-disp-step.exp: Likewise.
4971
079670b9
AA
49722018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4973
4974 * gdb.ada/exec_changed.exp: Replace "target_info exists
4975 use_gdb_stub" by "use_gdb_stub".
4976 * gdb.ada/start.exp: Likewise.
4977 * gdb.base/async-shell.exp: Likewise.
4978 * gdb.base/attach-pie-misread.exp: Likewise.
4979 * gdb.base/attach-wait-input.exp: Likewise.
4980 * gdb.base/break-entry.exp: Likewise.
4981 * gdb.base/break-interp.exp: Likewise.
4982 * gdb.base/dprintf-detach.exp: Likewise.
4983 * gdb.base/nostdlib.exp: Likewise.
4984 * gdb.base/solib-nodir.exp: Likewise.
4985 * gdb.base/statistics.exp: Likewise.
4986 * gdb.base/testenv.exp: Likewise.
4987 * gdb.mi/mi-exec-run.exp: Likewise.
4988 * gdb.mi/mi-start.exp: Likewise.
4989 * gdb.multi/dummy-frame-restore.exp: Likewise.
4990 * gdb.multi/multi-arch-exec.exp: Likewise.
4991 * gdb.multi/multi-arch.exp: Likewise.
4992 * gdb.multi/tids.exp: Likewise.
4993 * gdb.multi/watchpoint-multi.exp: Likewise.
4994 * gdb.python/py-events.exp: Likewise.
4995 * gdb.threads/attach-into-signal.exp: Likewise.
4996 * gdb.threads/attach-stopped.exp: Likewise.
4997 * gdb.threads/threadapply.exp: Likewise.
4998 * lib/selftest-support.exp: Likewise.
4999
26d6cec4
AA
50002018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
5001
5002 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
5003
4ee89e90
SR
50042018-03-20 Stephen Roberts <stephen.roberts@arm.com>
5005
5006 * gdb.perf/template-breakpoints.cc: New file.
5007 * gdb.perf/template-breakpoints.exp: New file.
5008 * gdb.perf/template-breakpoints.py: New file.
5009
92630041
TT
50102018-03-19 Tom Tromey <tom@tromey.com>
5011
5012 * gdb.rust/simple.rs (main): Add local variables field1, field2,
5013 y0.
5014 * gdb.rust/simple.exp: Test bare identifier form of struct
5015 initializer.
5016
76727919
TT
50172018-03-19 Tom Tromey <tom@tromey.com>
5018
5019 * gdb.gdb/observer.exp: Remove.
5020
194ed413
AA
50212018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5022
5023 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5024 "qualified" option when setting breakpoints.
5025 * gdb.trace/backtrace.exp: Likewise.
5026 * gdb.trace/circ.exp: Likewise.
5027 * gdb.trace/collection.exp: Likewise.
5028 * gdb.trace/disconnected-tracing.exp: Likewise.
5029 * gdb.trace/ftrace-lock.exp: Likewise.
5030 * gdb.trace/ftrace.exp: Likewise.
5031 * gdb.trace/infotrace.exp: Likewise.
5032 * gdb.trace/packetlen.exp: Likewise.
5033 * gdb.trace/passc-dyn.exp: Likewise.
5034 * gdb.trace/qtro.exp: Likewise.
5035 * gdb.trace/read-memory.exp: Likewise.
5036 * gdb.trace/report.exp: Likewise.
5037 * gdb.trace/signal.exp: Likewise.
5038 * gdb.trace/status-stop.exp: Likewise.
5039 * gdb.trace/strace.exp: Likewise.
5040 * gdb.trace/tfind.exp: Likewise.
5041 * gdb.trace/trace-break.exp: Likewise.
5042 * gdb.trace/trace-condition.exp: Likewise.
5043 * gdb.trace/trace-mt.exp: Likewise.
5044 * gdb.trace/tstatus.exp: Likewise.
5045 * gdb.trace/tsv.exp: Likewise.
5046 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5047 * gdb.trace/unavailable.exp: Likewise.
5048 * gdb.trace/while-dyn.exp: Likewise.
5049
8b067d2c
AA
50502018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5051
5052 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5053 that libinproctrace is copied to the target.
5054
3ae9ce5d
TT
50552018-03-14 Tom Tromey <tom@tromey.com>
5056
5057 PR cli/14977:
5058 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5059 a null pointer.
5060 * gdb.base/wchar.exp: Likewise.
5061
b8c2339b
TT
50622018-03-14 Tom Tromey <tom@tromey.com>
5063
5064 PR cli/19918:
5065 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5066 flag.
5067
4872dc46
SM
50682018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5069
5070 PR gdb/22841
5071 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5072 "target" to remote_exec.
5073
e4fe3756
SM
50742018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5075
5076 PR gdb/22841
5077 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5078 ${board}_upload): Remove.
5079
e95a97d4
AA
50802018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5081
5082 * gdb.cp/watch-cp.cc: New test.
5083 * gdb.cp/watch-cp.exp: New file.
5084
dbbb1059
AB
50852018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5086
5087 * gdb.base/infcall-nested-structs.exp: New file.
5088 * gdb.base/infcall-nested-structs.c: New file.
5089 * gdb.base/float.exp: Add riscv support.
5090
ecc054c0
TP
50912018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5092
5093 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5094 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5095
25e3c82c
SDJ
50962018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5097
5098 * gdb.server/abspath.exp: New file.
5099 * lib/gdb.exp (with_cwd): New procedure.
5100
3083294d
SM
51012018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5102
5103 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5104 use it.
5105 (gdb_is_target_remote_prompt): New proc.
5106 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5107 (gdb_is_target_native): Pass prompt parameter to
5108 gdb_is_target_1.
5109
3275ef47
SM
51102018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5111
5112 * gdb.base/load-command.c: New file.
5113 * gdb.base/load-command.exp: New file.
5114 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5115 (gdb_is_target_1): ...this, and generalize for other targets
5116 than just remote.
5117 (gdb_is_target_remote): Use gdb_is_target_1.
5118 (gdb_is_target_native): use gdb_is_target_1.
5119
6893c19a
TT
51202018-02-26 Tom Tromey <tom@tromey.com>
5121
5122 PR python/16497:
5123 * gdb.python/py-framefilter.exp: Update test.
5124
2ddeaf8a
TT
51252018-02-26 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.dwarf2/variant.c: New file.
5128 * gdb.dwarf2/variant.exp: New file.
5129
c9317f21
TT
51302018-02-26 Tom Tromey <tom@tromey.com>
5131
5132 * gdb.rust/simple.exp: Accept more possible results in enum test.
5133
6f6d0c26
SM
51342018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5135
5136 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5137 parentheses.
5138
11b03145
MR
51392018-02-23 Maciej W. Rozycki <macro@mips.com>
5140
5141 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5142 name of a variable: $actual_linejj -> $actual_line.
5143
54a27fe5
JB
51442018-02-21 John Baldwin <jhb@FreeBSD.org>
5145
5146 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5147
de65820c
MM
51482018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5149
5150 * gdb.btrace/buffer-size.exp: Do not force BTS.
5151
980548fd
PA
51522018-02-14 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5155 getting a "Quit".
5156
c4e12631
MM
51572018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5158
5159 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5160 Fix test name.
5161
c2e0e465
SM
51622018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5163
5164 * gdb.cp/m-static.exp: Check type of optimized out static
5165 member.
5166
f7216783
AB
51672018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5168
5169 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5170 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5171
0625771b
LS
51722018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5173 Leszek Swirski <leszeks@google.com>
5174
5175 * gdb.python/py-prettyprint.c
5176 (struct to_string_returns_value_inner,
5177 struct to_string_returns_value_wrapper): New.
5178 (main): Add tsrvw variable.
5179 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5180 ToStringReturnsValueWrapper): New classes.
5181 (register_pretty_printers): Register new pretty-printers.
5182 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5183 recursive pretty printer.
5184 * gdb.python/py-mi.exp: Likewise.
5185
59498c30
LS
51862018-02-01 Leszek Swirski <leszeks@google.com>
5187
5188 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5189 functions with the same name as an include file are parsed
5190 correctly.
5191
d4d38844
YQ
51922018-02-01 Yao Qi <yao.qi@linaro.org>
5193
5194 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5195 "\[^\r\n\]*".
5196
07e5f5cf
NP
51972018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5198
5199 * gdb.arch/powerpc-prologue-frame.s: New file.
5200 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5201 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5202
929b5ad4
JB
52032018-01-31 Joel Brobecker <brobecker@adacore.com>
5204
5205 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5206
e671cd59
PA
52072018-01-30 Pedro Alves <palves@redhat.com>
5208
5209 PR gdb/13211
5210 * gdb.base/interrupt-daemon.c: New.
5211 * gdb.base/interrupt-daemon.exp: New.
5212 * gdb.multi/multi-term-settings.c: New.
5213 * gdb.multi/multi-term-settings.exp: New.
5214
fc413dc4
JB
52152018-01-30 Joel Brobecker <brobecker@adacore.com>
5216
5217 * gdb.base/break.exp: Save the location where the breakpoint
5218 on break.c:47 was actually inserted when debugging the version
5219 compiled at -O2 and use it in the expected output of the "info
5220 break" test performed soon after.
5221
5c319bb2
PA
52222018-01-22 Pedro Alves <palves@redhat.com>
5223 Sergio Durigan Junior <sergiodj@redhat.com>
5224
5225 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5226 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5227
a9e40818
JB
52282018-01-22 Joel Brobecker <brobecker@adacore.com>
5229
5230 * gdb.base/break-include.c, gdb.base/break-include.inc,
5231 gdb.base/break-include.exp: New files.
5232 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5233 line number now being the actual line number where the breakpoint
5234 was inserted.
5235 * gdb.mi/mi-break.exp: Likewise.
5236 * gdb.mi/mi-reverse.exp: Likewise.
5237 * gdb.mi/mi-simplerun.exp: Ditto.
5238
e707fc44
AB
52392018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5242 varobj.
5243 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5244
ae451627
AB
52452018-01-21 Don Breazeal <donb@codesourcery.com>
5246 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * gdb.mi/basics.c: Add new global.
5249 * gdb.mi/mi-frame-regs.exp: New file.
5250 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5251 case.
5252
b1b189e0
AB
52532018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5254
5255 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5256 non-parameter, and on an unknown symbol.
5257
fcfcc376
TT
52582018-01-19 Tom Tromey <tom@tromey.com>
5259
5260 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5261 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5262
634c1c31
AA
52632018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5264
5265 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5266 setrlimit and chdir to int.
5267
d6ad07fd
AA
52682018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5269
5270 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5271 function.
5272 (my_tend): Likewise.
5273 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5274 rationale of avoiding FP- and vector instructions.
5275
adf8243b
RK
52762018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5277
5278 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5279 "info reg" with "\[ \t\]*".
5280 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5281 "\[ \t\]+".
5282 * gdb.arch/s390-multiarch.exp: Ditto.
5283 * gdb.base/pc-fp.exp: Ditto.
5284 * gdb.reverse/i386-precsave.exp: Ditto.
5285 * gdb.reverse/i386-reverse.exp: Ditto.
5286 * gdb.reverse/i387-env-reverse.exp: Ditto.
5287 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5288
dcc06925
AA
52892018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5290
5291 * lib/gdb.exp (gdb_compile): Re-enable use of
5292 universal_compile_options for languages other than Rust.
5293
25d4fd80
AA
52942018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5295
5296 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5297
ee7f689e 52982018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5299
5300 PR gdb/16577
5301 * gdb.base/solib-vanish.exp: New.
5302 * gdb.base/solib-vanish-main.c: New.
5303 * gdb.base/solib-vanish-lib1.c: New.
5304 * gdb.base/solib-vanish-lib2.c: New.
5305
d8447b6b
YQ
53062018-01-17 Yao Qi <yao.qi@linaro.org>
5307
5308 * gdb.compile/compile.exp: Match the address printed for
5309 frame in the output of command "bt".
5310
86d6a90c
TT
53112018-01-15 Tom Tromey <tom@tromey.com>
5312
5313 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5314 compute sp_reg.
5315
cbcdb1aa
AB
53162018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5317
5318 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5319 to prepare.
5320 (prepare): Return 0 on error, 1 on success.
5321
eea61984
PA
53222018-01-12 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.base/continue-after-aborted-step-over.c: New.
5325 * gdb.base/continue-after-aborted-step-over.exp: New.
5326
6181e9c2
SM
53272018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5328
5329 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5330 options when not creating an executable.
5331
3cada740
PA
53322018-01-11 Pedro Alves <palves@redhat.com>
5333
5334 PR remote/22597
5335 * gdb.server/stop-reply-no-thread.c: New file.
5336 * gdb.server/stop-reply-no-thread.exp: New file.
5337
c63d3e8d
PA
53382018-01-10 Pedro Alves <palves@redhat.com>
5339
5340 PR gdb/22670
5341 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5342 functions too. Test setting breakpoints and printing C functions
5343 with no debug info too.
5344 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5345
d4c2a405
PA
53462018-01-10 Pedro Alves <palves@redhat.com>
5347
5348 PR gdb/22670
5349 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5350 a fail.
5351
8825213e
PA
53522018-01-10 Pedro Alves <palves@redhat.com>
5353
5354 PR gdb/22670
5355 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5356
605fd3c6
YQ
53572018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5358
5359 * gdb.server/unittest.exp: Match the output in non-development
5360 mode.
5361
1e5ded6c
YQ
53622018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5363
5364 * gdb.gdb/unittest.exp: Match output in non-development mode.
5365
30066b0b
JB
53662018-01-08 Joel Brobecker <brobecker@adacore.com>
5367
5368 * gdb.ada/access_tagged_param.exp: Relax expected output
5369 for value of "ObjL" in "continue" to pck.inspect breakpoint
5370 test.
5371
04bafb1e
XR
53722018-01-08 Joel Brobecker <brobecker@adacore.com>
5373
9f86398b
JB
5374 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5375 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5376
e379cee6
PA
53772018-01-05 Pedro Alves <palves@redhat.com>
5378
5379 PR gdb/18653
5380 * gdb.base/libsegfault.exp: New.
5381
de63c46b
PA
53822018-01-05 Joel Brobecker <brobecker@adacore.com>
5383
5384 PR gdb/22670
5385 * gdb.ada/access_tagged_param.exp: New file.
5386 * gdb.ada/access_tagged_param/foo.adb: New file.
5387
f98fc17b
PA
53882018-01-05 Pedro Alves <palves@redhat.com>
5389
5390 PR gdb/22670
5391 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5392 exercise lower case too, and to exercise both full matching and
5393 wild matching.
5394
342f8240
JB
53952018-01-05 Joel Brobecker <brobecker@adacore.com>
5396
5397 * gdb.ada/rename_subscript_param: New testcase.
5398
7150d33c
JG
53992018-01-05 Jerome Guitton <guitton@adacore.com>
5400
5401 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5402
cc0e770c
JB
54032018-01-05 Joel Brobecker <brobecker@adacore.com>
5404
5405 * gdb.ada/convvar_comp: New testcase.
5406
672a41aa 54072018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5408
5409 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5410 (My_Table): New global variable.
5411 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5412
7365ec2f
JB
54132018-01-04 Joel Brobecker <brobecker@adacore.com>
5414
5415 PR gdb/22670
5416 * gdb.ada/maint_with_ada: New testcase.
5417
289483b6
JB
54182018-01-04 Joel Brobecker <brobecker@adacore.com>
5419
5420 PR gdb/22670
5421 * gdb.ada/bp_c_mixed_case: New testcase.
5422
344420da
JB
54232018-01-04 Joel Brobecker <brobecker@adacore.com>
5424
5425 PR gdb/22670
5426 * gdb.ada/complete.exp: Add "complete break ada" test.
5427
66fc87a0
JB
54282018-01-04 Joel Brobecker <brobecker@adacore.com>
5429
5430 PR gdb/22670
5431 * gdb.ada/info_addr_mixed_case: New testcase.
5432
9f757bf7
XR
54332018-01-03 Xavier Roirand <roirand@adacore.com>
5434
5435 * gdb.ada/excep_handle.exp: New testcase.
5436 * gdb.ada/excep_handle/foo.adb: New file.
5437 * gdb.ada/excep_handle/pck.ads: New file.
5438
bd570f80
JB
54392018-01-03 Joel Brobecker <brobecker@adacore.com>
5440
5441 * gdb.base/step-line.c: Add extra empty line in copyright header.
5442 * gdb.base/step-line.inp: Likewise.
5443
9fe561ab
JB
54442018-01-02 Joel Brobecker <brobecker@adacore.com>
5445
5446 * gdb.ada/dyn_stride.exp: Add slice test.
5447
a405673c
JB
54482018-01-02 Joel Brobecker <brobecker@adacore.com>
5449
5450 * gdb.ada/dyn_stride: New testcase.
5451
cef0f868
SH
54522017-12-27 Stafford Horne <shorne@gmail.com>
5453
5454 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5455 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5456
b67d92b0
SH
54572017-12-27 Stafford Horne <shorne@gmail.com>
5458
5459 * gdb.base/reggroups.c: New file.
5460 * gdb.base/reggroups.exp: New file.
5461
eccab96d
JB
54622017-12-18 Joel Brobecker <brobecker@adacore.com>
5463
5464 * gdb.dwarf2/ada-valprint-error.c: New file.
5465 * gdb.dwarf2/ada-valprint-error.exp: New file.
5466
0e2da9f0
JB
54672017-12-18 Joel Brobecker <brobecker@adacore.com>
5468
5469 * gdb.ada/assign_arr: New testcase.
5470
cb923fcc
XR
54712017-12-18 Xavier Roirand <roirand@adacore.com>
5472
5473 * gdb.ada/funcall_ptr: New testcase.
5474
7c161838
SDJ
54752017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5476
5477 PR cli/16224
5478 * gdb.base/ptype-offsets.cc: New file.
5479 * gdb.base/ptype-offsets.exp: New file.
5480
1af17fd9
YQ
54812017-12-15 Yao Qi <yao.qi@linaro.org>
5482
5483 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5484 if XML is disabled.
5485
828d5846
XR
54862017-12-15 Xavier Roirand <roirand@adacore.com>
5487
5488 * gdb.ada/same_component_name: New testcase.
5489
79e8fcaa
JB
54902017-12-14 Joel Brobecker <brobecker@adacore.com>
5491
5492 * gdb.ada/str_binop_equal: New testcase.
5493
e05fa6f9
JB
54942017-12-14 Joel Brobecker <brobecker@adacore.com>
5495
5496 * gdb.ada/task_switch_in_core: New testcase.
5497
b89641ba
SM
54982017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5499
5500 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5501 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5502 call test_bkpt_qualified.
5503 (test_bkpt_qualified): New proc.
5504
6892d2e4
PA
55052017-12-13 Pedro Alves <palves@redhat.com>
5506
5507 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5508 Tighten regexp by matching with an anchor.
5509
a22ecf70
PA
55102017-12-13 Pedro Alves <palves@redhat.com>
5511
5512 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5513 ("expression with namespace"): New set of tests.
5514 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5515 (Nested::Test_NS::qux): New.
5516 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5517 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5518
9937536c
JB
55192017-12-13 Joel Brobecker <brobecker@adacore.com>
5520
5521 * gdb.base/server-del-break.c: New file.
5522 * gdb.base/server-del-break.exp: New file.
5523
fe49c6f5
SH
55242017-12-12 Stafford Horne <shorne@gmail.com>
5525
5526 * gdb.xml/tdesc-regs.exp: Add or1k support.
5527
c3d18620
SH
55282017-12-12 Stafford Horne <shorne@gmail.com>
5529
5530 * gdb.base/bp-permanent.c: Define nop of or1k.
5531
c5f9cfc8
JB
55322017-12-11 Joel Brobecker <brobecker@adacore.com>
5533
5534 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5535 output with components being reordered.
5536
a9c135fc
JB
55372017-12-11 Joel Brobecker <brobecker@adacore.com>
5538
5539 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5540 output with components being reordered.
5541
927aa2e7
JK
55422017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5543 Pedro Alves <palves@redhat.com>
5544
5545 * gdb.base/maint.exp (check for .gdb_index): Check also for
5546 .debug_names.
5547 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5548 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5549 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5550 (.gdb_index used after symbol reloading): Support also .debug_names.
5551 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5552
f17d9474
YQ
55532017-12-08 Yao Qi <yao.qi@linaro.org>
5554
5555 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5556 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5557
a0de8c21
YQ
55582017-12-08 Yao Qi <yao.qi@linaro.org>
5559
5560 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5561 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5562
a738ea1d
YQ
55632017-12-08 Yao Qi <yao.qi@linaro.org>
5564
5565 * gdb.arch/aarch64-tagged-pointer.c: New file.
5566 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5567
1cd9a73b
SDJ
55682017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5569
5570 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5571 "int".
5572
fa6eb693
KS
55732017-12-07 Keith Seitz <keiths@redhat.com>
5574
5575 PR breakpoints/22569
5576 * gdb.linespec/ls-errs.exp: Change expected result of "break
5577 -source this file has spaces.c -line 3".
5578 Check that an explicit source file followed by whitespace is
5579 identified as an invalid explicit location.
5580
883fd55a
KS
55812017-12-07 Keith Seitz <keiths@redhat.com>
5582
5583 * gdb.cp/nested-types.cc: New file.
5584 * gdb.cp/nested-types.exp: New file.
5585 * lib/cp-support.exp: Load data-structures.exp library.
5586 (debug_cp_test_ptype_class): New global.
5587 (cp_ptype_class_verbose, next_line): New procedures.
5588 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5589 Add and document new return value.
5590 Switch the list of lines to a queue.
5591 Add support for new `type' key for nested type definitions.
5592 Add debugging/troubleshooting messages.
5593 * lib/data-structures.exp: New file.
5594
ec72db3e
SM
55952017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5596
5597 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5598 with proc_with_prefix, don't use with_test_prefix.
5599
99598d71
TT
56002017-12-07 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.base/break.exp: Add test for empty "commands".
5603
a8806230
YQ
56042017-12-07 Yao Qi <yao.qi@linaro.org>
5605
5606 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5607 malloc and catch syscall.
5608
824cc835
PM
56092017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5610
e79be6e5 5611 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5612 tests for explicit locations.
5613
7cc244de
PA
56142017-12-06 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5617 force-disabling XML descriptions.
5618
50a1fdd5
PA
56192017-12-04 Pedro Alves <palves@redhat.com>
5620
5621 PR gdb/22499
5622 * gdb.arch/amd64-disp-step-avx.S: New file.
5623 * gdb.arch/amd64-disp-step-avx.exp: New file.
5624
f0fb2488
PA
56252017-12-03 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5628 and <string.h>.
5629 (parent_function): Print distinct messages when waitpid fails, or
5630 the child exits with a signal, or the child exits for an unhandled
5631 reason.
5632 * gdb.threads/process-dies-while-detaching.exp
5633 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5634 it. Wait for both inferior output and GDB's prompt. Use an
5635 indirect spawn id list.
5636 (do_detach): New parameter 'child_exit'. Use it to compute
5637 expected inferior output.
5638 (test_detach, test_detach_watch, test_detach_killed_outside):
5639 Adjust to pass down the expected child exit kind.
5640
97cbe998
SDJ
56412017-12-01 Joel Brobecker <brobecker@adacore.com>
5642 Sergio Durigan Junior <sergiodj@redhat.com>
5643 Pedro Alves <palves@redhat.com>
5644
5645 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5646
40fc416f
SDJ
56472017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5648
5649 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5650 to 'symbol-file' and 'add-symbol-file' can be
5651 position-independent.
5652
1cc75e92
YQ
56532017-12-01 Yao Qi <yao.qi@linaro.org>
5654
5655 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5656 the URL in copyright header.
5657 * gdb.arch/aarch64-fp.exp: Likewise.
5658 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5659 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5660 * gdb.base/expand-psymtabs.exp: Likewise.
5661 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5662 * gdb.fortran/common-block.exp: Likewise.
5663 * gdb.fortran/common-block.f90: Likewise.
5664 * gdb.fortran/logical.exp: Likewise.
5665 * gdb.fortran/vla-datatypes.f90: Likewise.
5666 * gdb.fortran/vla-sub.f90: Likewise.
5667
875fb7a7
JB
56682017-11-30 Joel Brobecker <brobecker@adacore.com>
5669
5670 * gdb.ada/repeat_dyn: New testcase.
5671
6f14765f
UW
56722017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5673
5674 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5675 Update for changed thread numbering.
5676 * gdb.cell/bt.exp: Update for changed GDB output.
5677
f1af7b94
SM
56782017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5679
5680 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5681 setting isremote by hand.
5682 * boards/dwarf4-gdb-index.exp: Likewise.
5683 * boards/fission.exp: Likewise.
5684 * boards/stabs.exp: Likewise.
5685
e3919f3e
PA
56862017-11-30 Pedro Alves <palves@redhat.com>
5687
5688 * gdb.linespec/cpls-ops.exp
5689 (check_explicit_skips_function_argument): Extract the underlying
5690 type of size_t instead of hardcoding it.
5691
bd69330d
PA
56922017-11-29 Pedro Alves <palves@redhat.com>
5693
5694 PR c++/19436
5695 * gdb.linespec/cpls-abi-tag.cc: New file.
5696 * gdb.linespec/cpls-abi-tag.exp: New file.
5697
a20714ff
PA
56982017-11-29 Pedro Alves <palves@redhat.com>
5699
5700 * gdb.base/langs.exp: Use -qualified.
5701 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5702 it.
5703 * gdb.cp/namespace.exp: Use -qualified.
5704 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5705 (overload-3, template-overload, template-ret-type, const-overload)
5706 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5707 procedures.
5708 (test_driver): Call them.
5709 * gdb.cp/save-bp-qualified.cc: New.
5710 * gdb.cp/save-bp-qualified.exp: New.
5711 * gdb.linespec/explicit.exp: Test -qualified.
5712 * lib/completion-support.exp (completion::explicit_opts_list): Add
5713 "-qualified".
5714 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5715
f6f1d339
PM
57162017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5717
5718 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5719
02ca603a
TT
57202017-11-29 Tom Tromey <tom@tromey.com>
5721
5722 * gdb.base/relocate.exp: Update invalid argument test.
5723 Add new tests for invalid arguments.
5724
ed6c0bfb
TP
57252017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5726
5727 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5728 Return 0 as a long.
5729 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5730
f106e10e
TP
57312017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5732
5733 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5734 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5735 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5736 func ().
5737 * gdb.cp/shadow.cc (B.func): Return 0.
5738
10329bb2
JB
57392017-11-27 Joel Brobecker <brobecker@adacore.com>
5740
5741 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5742 expected output in gdb_expect call to allow the exception
5743 message to be present as well. Fix syntax confusion to avoid
5744 TCL thinking that exception_name is an array.
5745
617cd4bc
UW
57462017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5747
5748 * gdb.arch/spu-info.c: Include <unistd.h>.
5749 (do_signal_test): Fix broken calls to write.
5750 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5751 Fix checks for empty mailboxes. Update signal tests for corrected
5752 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5753 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5754 * gdb.cell/arch.exp: Use standard_output_file.
5755 * gdb.cell/break.exp: Likewise.
5756 * gdb.cell/bt.exp: Likewise.
5757 * gdb.cell/core.exp: Likewise.
5758 * gdb.cell/dwarfaddr.exp: Likewise.
5759 * gdb.cell/ea-cache.exp: Likewise.
5760 * gdb.cell/ea-standalone.exp: Likewise.
5761 * gdb.cell/f-regs.exp: Likewise.
5762 * gdb.cell/fork.exp: Likewise.
5763 * gdb.cell/gcore.exp: Likewise.
5764 * gdb.cell/mem-access.exp: Likewise.
5765 * gdb.cell/ptype.exp: Likewise.
5766 * gdb.cell/registers.exp: Likewise.
5767 * gdb.cell/sizeof.exp: Likewise.
5768 * gdb.cell/solib-symbol.exp: Likewise.
5769 * gdb.cell/solib.exp: Likewise.
617cd4bc 5770
a81aaca0
PA
57712017-11-25 Pedro Alves <palves@redhat.com>
5772
5773 * gdb.base/complete-empty.exp: New file.
5774 * gdb.base/completion.exp: Adjust.
5775
6a3c6ee4
PA
57762017-11-25 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.linespec/cpls-ops.cc: New file.
5779 * gdb.linespec/cpls-ops.exp: New file.
5780 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5781 factored out from ...
5782 (test_complete_prefix_range): ... this.
5783
8955eb2d
PA
57842017-11-24 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.linespec/cpcompletion.exp: New file.
5787 * gdb.linespec/cpls-hyphen.cc: New file.
5788 * gdb.linespec/cpls.cc: New file.
5789 * gdb.linespec/cpls2.cc: New file.
5790 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5791 test to use test_gdb_complete_unique. Add label completion,
5792 keyword completion and explicit location completion tests.
5793 * lib/completion-support.exp: New file.
5794
e547c119
JB
57952017-11-24 Joel Brobecker <brobecker@adacore.com>
5796
5797 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5798 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5799 when hitting an exception catchpoint.
5800
7c3c1aa8
YQ
58012017-11-22 Yao Qi <yao.qi@linaro.org>
5802
5803 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5804
41bd68f5
SM
58052017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5806
5807 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5808 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5809 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5810
1daad298
YQ
58112017-11-22 Yao Qi <yao.qi@linaro.org>
5812
5813 * gdb.base/info-os.exp: Pass pthreads.
5814 * gdb.multi/multi-attach.exp: Likewise.
5815
88465e87
YQ
58162017-11-22 Yao Qi <yao.qi@linaro.org>
5817
5818 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5819 compiler.
5820
dc196b23
YQ
58212017-11-22 Yao Qi <yao.qi@linaro.org>
5822
5823 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5824 * gdb.base/break-interp.exp: Likewise.
5825 * gdb.base/jit-attach-pie.exp: Likewise.
5826
2400729e
UW
58272017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5828
5829 * gdb.base/float128.c (large128): New variable.
5830 * gdb.base/float128.exp: Add test to print largest __float128 value.
5831
7a26362d
UW
58322017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5833
5834 * gdb.arch/vsx-regs.exp: Update register content checks.
5835
ed0f4273
UW
58362017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5837
5838 * gdb.arch/ppc-longdouble.exp: New file.
5839 * gdb.arch/ppc-longdouble.c: Likewise.
5840
a25d69c6
PA
58412017-11-21 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5844
73fcf641
PA
58452017-11-20 Pedro Alves <palves@redhat.com>
5846
5847 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5848 (long_double_typedef): New typedefs.
5849 Use DEF on double and long double.
5850 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5851 cases.
5852 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5853 and 'long_double_ptr_same_size' locals. Use them to decide
5854 whether cast from array/function to float is valid/invalid.
5855
71a3c369
TT
58562017-11-17 Tom Tromey <tom@tromey.com>
5857
5858 * gdb.rust/traits.rs: New file.
5859 * gdb.rust/traits.exp: New file.
5860
ced9779b
JB
58612017-11-17 Joel Brobecker <brobecker@adacore.com>
5862
5863 * gdb.ada/minsyms: New testcase.
5864
a0922d80
PA
58652017-11-16 Pedro Alves <palves@redhat.com>
5866
5867 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5868 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5869
ea04e54c
PA
58702017-11-16 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5873 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5874
e849ea89
PA
58752017-11-16 Pedro Alves <palves@redhat.com>
5876
5877 * gdb.server/reconnect-ctrl-c.c: New file.
5878 * gdb.server/reconnect-ctrl-c.exp: New file.
5879
d8ae99a7
PM
58802017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5881
5882 * gdb.python/py-rbreak.exp: New file.
5883 * gdb.python/py-rbreak.c: New file.
5884 * gdb.python/py-rbreak-func2.c: New file.
5885
968a13f8
PA
58862017-11-16 Pedro Alves <palves@redhat.com>
5887
5888 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5889 pattern.
5890 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5891 GDB.
5892
71774bc9
SM
58932017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5894
5895 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5896 regex.
5897
ddbb44cf
SM
58982017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5899
5900 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5901 test names.
5902
584a564f
PA
59032017-11-09 Pedro Alves <palves@redhat.com>
5904
5905 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5906 factored out from ...
5907 (top level): ... here, and adjusted to avoid expecting beyond the
5908 prompt in a single gdb_test_multiple.
5909
5ed7a928
PA
59102017-11-09 Pedro Alves <palves@redhat.com>
5911
5912 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5913 output.
5914 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5915 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5916 * gdb.server/ext-run.exp ("kill" test): Likewise.
5917 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5918
a60e0738
PA
59192017-11-09 Pedro Alves <palves@redhat.com>
5920
5921 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5922 match till end of line.
5923
2c88253f
PA
59242017-11-09 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5927
c7a38517
PA
59282017-11-09 Pedro Alves <palves@redhat.com>
5929
5930 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5931 New procedures, factored out from ...
5932 (top level): ... here, and adjusted to avoid expecting beyond the
5933 prompt in one go.
5934
f29f4b6b
PA
59352017-11-09 Pedro Alves <palves@redhat.com>
5936
5937 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5938 output. Fix '?' match.
5939
286acbb5
JB
59402017-11-08 Joel Brobecker <brobecker@adacore.com>
5941
5942 * gdb.ada/scoped_watch: New testcase.
5943 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5944 which is actually correct.
5945 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5946 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5947
62d7ae92
PA
59482017-11-08 Pedro Alves <palves@redhat.com>
5949
5950 * gdb.gdb/complaints.exp (test_initial_complaints)
5951 (test_serial_complaints, test_short_complaints): Call
5952 complaint_internal instead of complaint.
5953
280ca31f
DT
59542017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5955
5956 * gdb.threads/tls-core.c: New file.
5957 * gdb.threads/tls-core.exp: Likewise.
5958
b5ec771e
PA
59592017-11-08 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5962 (p Exported_Capitalized): New test.
5963 (p exported_capitalized): New test.
5964
a02b41a7
PA
59652017-11-07 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5968
95e95a6d
PA
59692017-11-07 Pedro Alves <palves@redhat.com>
5970
5971 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5972 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5973 (disable_invalid, disable_inverted, disable_negative): New
5974 procedures.
5975 ("bad numbers"): New set of tests.
5976
cee62dbd
PA
59772017-11-07 Pedro Alves <palves@redhat.com>
5978
5979 * gdb.cp/ena-dis-br-range.exp: Add tests.
5980
cc638e86
PA
59812017-11-07 Pedro Alves <palves@redhat.com>
5982
5983 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5984
d0fe4701
XR
59852017-11-07 Xavier Roirand <roirand@adacore.com>
5986 Pedro Alves <palves@redhat.com>
5987
5988 * gdb.base/ena-dis-br.exp: Add reference to
5989 gdb.cp/ena-dis-br-range.exp.
5990 * gdb.cp/ena-dis-br-range.exp: New file.
5991 * gdb.cp/ena-dis-br-range.cc: New file.
5992
46f67f80
PA
59932017-11-06 Pedro Alves <palves@redhat.com>
5994
5995 * gdb.base/attach-non-pgrp-leader.c: New.
5996 * gdb.base/attach-non-pgrp-leader.exp: New.
5997
726e1356
PA
59982017-11-06 Pedro Alves <palves@redhat.com>
5999
6000 * configure.ac: No longer check for termio.h and sgtty.h.
6001 * configure: Regenerate.
6002 * remote-utils.c: Include termios.h instead of gdb_termios.h.
6003 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
6004 Remove termio and sgtty code.
6005
50ab6ace
YQ
60062017-11-03 Yao Qi <yao.qi@linaro.org>
6007
6008 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
6009 in GDB is disabled.
6010
8e68731c
YQ
60112017-11-03 Yao Qi <yao.qi@linaro.org>
6012
6013 * gdb.python/py-thrhandle.exp: Skip it if python is not
6014 enabled.
6015
3a87ae65
SM
60162017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
6017
6018 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
6019 as a breakpoint command.
6020
484d8d36
MD
60212017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6022
6023 PR python/21213
6024 * gdb.python/py-infthread.exp: Test calling
6025 InferiorThread.inferior () multiple times in a row.
6026
4a27f119
KS
60272017-10-27 Keith Seitz <keiths@redhat.com>
6028
6029 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6030 Test "info break" for every inlined function breakpoint.
6031
bb11dd58
YQ
60322017-10-27 Yao Qi <yao.qi@linaro.org>
6033
6034 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6035
a43f3893
PF
60362017-10-26 Patrick Frants <osscontribute@gmail.com>
6037
6038 * gdb.cp/classes.exp (test_static_members): Test printing
6039 Outer::instance.
6040 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6041 (Inner::instance, Outer::instance): New.
6042
792ccf00
PA
60432017-10-24 Pedro Alves <palves@redhat.com>
6044
6045 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6046 extra console" test in two stages.
6047
eb2bfbad
PA
60482017-10-24 Pedro Alves <palves@redhat.com>
6049
6050 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6051
1f75a651
PA
60522017-10-24 Pedro Alves <palves@redhat.com>
6053
6054 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6055 loop.
6056
779990d9
PA
60572017-10-24 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6060 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6061
ad9b8f5d
PA
60622017-10-24 Pedro Alves <palves@redhat.com>
6063
6064 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6065 parameter and handle it. Don't output read value in test name.
6066
fee6da6e
PA
60672017-10-24 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6070 custom test name.
6071
10389c2c
PA
60722017-10-24 Pedro Alves <palves@redhat.com>
6073
6074 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6075 include the unstable output directory name in the test's name.
6076 (initial_setup_simple) <'set args'>: Use custom test name.
6077
a80e65a9
PA
60782017-10-24 Pedro Alves <palves@redhat.com>
6079
6080 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6081 with explicit test name.
6082
15763a09
PA
60832017-10-20 Pedro Alves <palves@redhat.com>
6084
6085 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6086 'wait -i'. Use gdb_assert and remote_close.
6087
49a4ce2e
AB
60882017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6089
6090 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6091 number from variable rather than hard-coded.
6092
a75868f5
PA
60932017-10-19 Pedro Alves <palves@redhat.com>
6094
6095 * gdb.base/long-inferior-output.c: New file.
6096 * gdb.base/long-inferior-output.exp: New file.
6097
c8ba13ad
KS
60982017-11-18 Keith Seitz <keiths@redhat.com>
6099
6100 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6101 method.
6102 (main): Call it.
6103 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6104 Add additional user-defined conversion operator tests.
6105
b27de576
PA
61062017-10-17 Pedro Alves <palves@redhat.com>
6107
6108 * boards/native-stdio-gdbserver.exp: Load "local-board".
6109
8484c955
PA
61102017-10-17 Pedro Alves <palves@redhat.com>
6111
6112 * gdb.base/quit-live.c: New file.
6113 * gdb.base/quit-live.exp: New file.
6114
83d5a34d
KS
61152017-10-16 Keith Seitz <keiths@redhat.com>
6116
6117 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6118 (class_with_protected_typedef, class_with_private_typedef)
6119 (struct_with_public_typedef, struct_with_protected_typedef)
6120 (struct_with_private_typedef): New classes/structs.
6121 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6122 typedefs and access specifiers.
6123
739b3f1d
PA
61242017-10-16 Pedro Alves <palves@redhat.com>
6125 Simon Marchi <simon.marchi@polymtl.ca>
6126
6127 * README (Local vs Remote vs Native): New section.
6128 * boards/local-board.exp: New file, with bits factored out from
6129 ...
6130 * boards/native-extended-gdbserver.exp: ... here. Load
6131 "local-board".
6132 * boards/native-gdbserver.exp: Load "local-board".
6133 (${board}_spawn, ${board}_exec): Delete.
6134 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6135 ...
6136 * boards/stdio-gdbserver-base.exp: ... this new file.
6137 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6138 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6139 procedure.
6140 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6141 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6142 stdio_gdbserver_command.
6143 (${board}_get_remote_address, ${board}_get_comm_port)
6144 (${board}_download, ${board}_upload): Delete.
6145 (get_target_remote_pipe_cmd): New.
6146
fe68b953
SM
61472017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6150 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6151 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6152 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6153 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6154 remove with_test_prefix.
6155
300b6685
PA
61562017-10-13 Pedro Alves <palves@redhat.com>
6157
6158 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6159 * gdb.base/annota1.exp: Use it instead of is_remote.
6160 * gdb.base/annota3.exp: Use it instead of is_remote.
6161 * gdb.cp/annota2.exp: Use it instead of is_remote.
6162 * gdb.cp/annota3.exp: Use it instead of is_remote.
6163 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6164
50500caf
PA
61652017-10-13 Pedro Alves <palves@redhat.com>
6166
6167 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6168 (test_num_test_vars, run_and_count_vars, find_env)
6169 (test_set_unset_env, test_inherit_env_var): New procedures.
6170 (top level): Use them.
6171
dad0c6d2
PA
61722017-10-13 Pedro Alves <palves@redhat.com>
6173
6174 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6175 also skip on stub-like targets.
6176
8b0553c1
PA
61772017-10-13 Pedro Alves <palves@redhat.com>
6178
6179 PR gdb/22293
6180 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6181 (top level): Move some tests to ...
6182 (test_not_found): ... this new procedure.
6183 (top level): Call it.
6184
7594f623
PA
61852017-10-13 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6188 expect different "info terminal" output if testing with a
6189 non-native target.
6190
ebe3b402
PA
61912017-10-13 Pedro Alves <palves@redhat.com>
6192 Simon Marchi <simon.marchi@polymtl.ca>
6193
6194 PR python/12966
6195 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6196
42f1b161
PA
61972017-10-13 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6200 already.
6201
8d6ef72b
PA
62022017-10-13 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6205 is_remote.
6206
d7bcd5b8
PA
62072017-10-13 Pedro Alves <palves@redhat.com>
6208
6209 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6210 is_remote.
6211
df479dc6
PA
62122017-10-13 Pedro Alves <palves@redhat.com>
6213
6214 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6215 is set.
6216 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6217 instead of is_remote.
6218
23fb630a
PA
62192017-10-13 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6222 (top level): Add comment.
6223
cc77b1dc
PA
62242017-10-13 Pedro Alves <palves@redhat.com>
6225
6226 * gdb.base/remote.exp (top level): Fix comment typo and add
6227 missing return.
6228
27c9e813
PA
62292017-10-13 Pedro Alves <palves@redhat.com>
6230 Simon Marchi <simon.marchi@polymtl.ca>
6231
6232 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6233 calls and add comments. Skip test if use_gdb_stub is set.
6234 (top level): Use "set cwd" command instead of "cd" command.
6235
5e830d98
PA
62362017-10-13 Pedro Alves <palves@redhat.com>
6237
6238 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6239 is_remote target check.
6240
f5ca0032
PA
62412017-10-13 Pedro Alves <palves@redhat.com>
6242
6243 * gdb.base/scope.exp: Use build_executable + clean_restart +
6244 gdb_file_cmd instead of prepare_for_testing and no longer skip
6245 "before run" tests on is_remote target boards. Update comments.
6246 * boards/native-extended-gdbserver.exp
6247 (extended_gdbserver_load_last_file): New, factored out from ...
6248 (gdb_load): ... this. Move further below and add comment.
6249 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6250
8aed1c0d
PA
62512017-10-12 Pedro Alves <palves@redhat.com>
6252
6253 * gdb.base/attach.exp: Remove references to gdb64.
6254 * gdb.base/dbx.exp: Remove references to gdb64.
6255
cfa34c87
SM
62562017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6257 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.base/label.exp: Remove is_remote target check.
6260
9192b7de
PA
62612017-10-12 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.base/auvx.exp (coredir): Update comment.
6264 (top level) <core_works>: Use "set cwd" command instead of "cd"
6265 command.
6266
6bf0052d
PA
62672017-10-12 Pedro Alves <palves@redhat.com>
6268 Simon Marchi <simon.marchi@polymtl.ca>
6269
6270 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6271 target boards.
6272
e48ef82d
PA
62732017-10-12 Pedro Alves <palves@redhat.com>
6274 Simon Marchi <simon.marchi@polymtl.ca>
6275
6276 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6277 Instead skip if there's any gdb_protocol set.
6278
8d7aea57
SM
62792017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6280 Pedro Alves <palves@redhat.com>
6281
6282 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6283
30440677
PA
62842017-10-12 Pedro Alves <palves@redhat.com>
6285 Simon Marchi <simon.marchi@polymtl.ca>
6286
6287 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6288 instead of on dejagnu remote boards.
6289
4e04f045 62902017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6291 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6292
6293 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6294 checks. Use build_executable + clean_restart instead of
6295 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6296 of enabling non-stop after starting gdb.
6297
871a186e
PA
62982017-10-12 Pedro Alves <palves@redhat.com>
6299
6300 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6301 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6302 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6303 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6304
56d704da
AK
63052017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6306
6307 * gdb.arch/arc-tdesc-cpu.exp: New file.
6308 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6309
2f20e312
SM
63102017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6313
65630365
PA
63142017-10-10 Pedro Alves <palves@redhat.com>
6315
6316 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6317 expect CLI output.
6318
bf469271
PA
63192017-10-10 Pedro Alves <palves@redhat.com>
6320
6321 * lib/selftest-support.exp (selftest_setup): Update for
6322 captured_command_loop's prototype change.
6323
777a42f1
PA
63242017-10-09 Pedro Alves <palves@redhat.com>
6325
6326 Test both arch1=>arch2 and arch2=>arch1.
6327
6328 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6329 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6330 factored out to...
6331 (append_arch1_options, append_arch2_options, append_arch_options)
6332 (build_executables): New procedures.
6333 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6334 local.
6335 (top level): Add new 'first_arch' testing axis.
6336
cbd2b4e3
PA
63372017-10-09 Pedro Alves <palves@redhat.com>
6338
6339 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6340 (barrier): New.
6341 (thread_start, all_started): New functions.
6342 (main): Spawn new thread and wait until it is scheduled.
6343 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6344 option.
6345 (do_test): Add 'selected_thread' parameter. Run to all_started
6346 instead of main. Explicitly set the breakpoint at main. Switch
6347 to the SELECTED_THREAD thread.
6348 (top level): Test handling the exec event with either the main
6349 thread or the second thread selected.
6350
5c9e4427
PA
63512017-10-09 Pedro Alves <palves@redhat.com>
6352
6353 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6354 logic. Move STOP marker after the value checks.
6355 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6356 regexp.
6357
b3b7c423
SL
63582017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6359
6360 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6361
3b4b2f16
UW
63622017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6363
6364 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6365 integer-to-dfp conversion.
6366 * gdb.base/dfp-test.exp: Likewise.
6367
5cd63fda
PA
63682017-10-04 Pedro Alves <palves@redhat.com>
6369
6370 * gdb.multi/hangout.c: Include <unistd.h>.
6371 (hangout_loop): New function.
6372 (main): Call alarm. Call hangout_loop in a loop.
6373 * gdb.multi/hello.c: Include <unistd.h>.
6374 (hello_loop): New function.
6375 (main): Call alarm. Call hangout_loop in a loop.
6376 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6377 inferior with the other selected.
6378
4c71c105
SM
63792017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6380
6381 * gdb.mi/list-thread-groups-available.exp: New file.
6382 * gdb.mi/list-thread-groups-available.c: New file.
6383
bc3b087d
SDJ
63842017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6385
6386 * gdb.base/set-cwd.exp: Make it available on
6387 native-extended-gdbserver.
6388
d092c5a2
SDJ
63892017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6390
6391 * gdb.base/set-cwd.c: New file.
6392 * gdb.base/set-cwd.exp: Likewise.
6393
45320ffa
TT
63942017-10-02 Tom Tromey <tom@tromey.com>
6395
6396 PR rust/22236:
6397 * gdb.rust/simple.rs (main): New variable "fslice".
6398 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6399
b3e3859b
TT
64002017-10-02 Tom Tromey <tom@tromey.com>
6401
6402 * gdb.rust/simple.exp: Test ptype of a slice.
6403
01af5e0d
TT
64042017-10-02 Tom Tromey <tom@tromey.com>
6405
6406 * gdb.rust/simple.exp: Test index of slice.
6407
a9bbfbd8
TT
64082017-09-27 Tom Tromey <tom@tromey.com>
6409
6410 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6411
df8899e5
TP
64122017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6413 Pedro Alves <palves@redhat.com>
6414
6415 * gdb.base/compare-sections.exp (get value of read-only section): Read
6416 as unsigned value.
6417 (corrupt read-only section): Likewise and don't set written if patching
6418 failed.
6419
757bf54b
KB
64202017-09-21 Kevin Buettner <kevinb@redhat.com>
6421
6422 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6423 files.
6424
06871ae8
PA
64252017-09-20 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6428 symbol names in gdb's output.
6429 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6430
e5f25bc5
PA
64312017-09-20 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6434 Rename to ...
6435 (test_list_ambiguous_symbol): ... this and add a symbol name
6436 parameter. Adjust.
6437 (test_list_ambiguous_function): Reimplement on top of
6438 test_list_ambiguous_symbol and also test listing ambiguous
6439 variables.
6440 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6441 (ambiguous_fun): ... this.
6442 (ambiguous_var): New.
6443 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6444 (ambiguous_fun): ... this.
6445 (ambiguous_var): New.
6446
4e5a4f58
JB
64472017-09-19 John Baldwin <jhb@FreeBSD.org>
6448
6449 * gdb.base/starti.c: New file.
6450 * gdb.base/starti.exp: New file.
6451 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6452
26e53f3e
PA
64532017-09-14 Pedro Alves <palves@redhat.com>
6454
6455 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6456 (top level): Use it instead of runto.
6457
cb791d59
TT
64582017-09-11 Tom Tromey <tom@tromey.com>
6459
6460 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6461
7c96f8c1
TT
64622017-09-11 Tom Tromey <tom@tromey.com>
6463
6464 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6465 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6466
469412dd
CW
64672017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6468
6469 * gdb.fortran/printing-types.exp: New file.
6470 * gdb.fortran/printing-types.exp: New file.
6471
e0f86435
BH
64722017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6473
6474 * gdb.fortran/vla-ptype.exp: Fix typos.
6475 * gdb.fortran/vla-value.exp: Same.
6476
9e9af4be
BH
64772017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6478
6479 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6480 * gdb.mi/mi-var-child-f.exp: Likewise.
6481 * gdb.mi/mi-vla-fortran.exp: Likewise.
6482
a5ad232b 64832017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6484 Christoph Weinmann <christoph.t.weinmann@intel.com>
6485 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6486
6487 * gdb.fortran/ptr-indentation.f90: New file.
6488 * gdb.fortran/ptr-indentation.exp: New file.
6489
5aec60eb
TT
64902017-09-05 Tom Tromey <tom@tromey.com>
6491
6492 PR gdb/22010:
6493 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6494
8f8f8152
TP
64952017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6496
6497 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6498
fbd1b771
JK
64992017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6500
6501 * gdb.threads/tls-nodebug-pie.c: New file.
6502 * gdb.threads/tls-nodebug-pie.exp: New file.
6503
5eb5f850
TT
65042017-09-05 Tom Tromey <tom@tromey.com>
6505
6506 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6507 for rust.
6508
ae780a21
SM
65092017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6510
6511 * gdb.multi/multi-arch-exec.exp: Test with different
6512 "follow-exec-mode" settings.
6513 (do_test): New procedure.
6514
3693fdb3
PA
65152017-09-04 Pedro Alves <palves@redhat.com>
6516
6517 * gdb.base/func-static.c (S::method const, S::method volatile)
6518 (S::method volatile const): New methods.
6519 (c_s, v_s, cv_s): New instances.
6520 (main): Call method() on them.
6521 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6522 (cannot_resolve): New procedure.
6523 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6524 print-quote-unquoted columns.
6525 (do_test): Test printing each scope too.
6526
e68cb8e0
PA
65272017-09-04 Pedro Alves <palves@redhat.com>
6528
6529 * gdb.base/local-static.exp: Also test with
6530 class::method::variable wholly quoted.
6531 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6532
858be34c
PA
65332017-09-04 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/local-static.c: New.
6536 * gdb.base/local-static.cc: New.
6537 * gdb.base/local-static.exp: New.
6538
46a4882b
PA
65392017-09-04 Pedro Alves <palves@redhat.com>
6540
6541 * gdb.asm/asm-source.exp: Add casts to int.
6542 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6543 (dataglobal64_1, dataglobal64_2): New globals.
6544 * gdb.base/nodebug.exp: Test different expressions involving the
6545 new globals, with print, whatis and ptype. Add casts to int.
6546 * gdb.base/solib-display.exp: Add casts to int.
6547 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6548 * gdb.cp/m-static.exp: Add cast to int.
6549 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6550 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6551 tls variable with no debug info without a cast. Test with a cast
6552 to int too.
6553 * gdb.trace/entry-values.exp: Add casts.
6554
2c5a2be1
PA
65552017-09-04 Pedro Alves <palves@redhat.com>
6556
6557 * gdb.base/nodebug.exp: Test that ptype's error about functions
6558 with unknown return type includes the function name too.
6559
7022349d
PA
65602017-09-04 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6563 return type of munmap in infcall.
6564 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6565 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6566 type of ftell in infcall.
6567 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6568 type of getpid in infcall.
6569 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6570 infcall.
6571 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6572 Bail on failure to extract the pid.
6573 * gdb.base/nodebug.c: #include <stdint.h>.
6574 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6575 New functions.
6576 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6577 Change expected output of print/whatis/ptype with functions with
6578 no debug info. Test all supported languages. Call
6579 test_call_promotion.
6580 * gdb.compile/compile.exp: Adjust expected output to expect
6581 warning.
6582 * gdb.threads/siginfo-threads.exp: Likewise.
6583
54990598
PA
65842017-09-04 Pedro Alves <palves@redhat.com>
6585
6586 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6587 "prototypes". Test calling float functions via prototyped and
6588 unprototyped function pointers.
6589 (perform_all_tests): New parameter "prototypes". Pass it down.
6590 (top level): Pass down "prototypes" parameter to
6591 perform_all_tests.
6592
34d16ea2
SM
65932017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6594
6595 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6596 Test with nested loops.
6597
9521ecda
SM
65982017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.base/commands.exp: Call the new procedures.
6601 (loop_break_test, loop_continue_test): New procedures.
6602
80a65e9b
SM
66032017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6604
6605 * gdb.base/commands.exp: Call new procedure.
6606 (define_if_without_arg_test): New procedure.
6607
e439fa14
PA
66082017-09-04 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.base/list-ambiguous.exp: New file.
6611 * gdb.base/list-ambiguous0.c: New file.
6612 * gdb.base/list-ambiguous1.c: New file.
6613 * gdb.base/list.exp (test_list_range): Adjust expected output.
6614
0a2dde4a
SDJ
66152017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6616
6617 * gdb.base/share-env-with-gdbserver.c: New file.
6618 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6619
5e89eb3a
SM
66202017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6621
6622 * gdb.base/commands.exp (gdbvar_simple_if_test,
6623 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6624 progvar_simple_if_test, progvar_simple_while_test,
6625 progvar_complex_if_while_test, user_defined_command_test,
6626 user_defined_command_args_eval,
6627 user_defined_command_args_stack_test,
6628 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6629 temporary_breakpoint_commands,
6630 gdb_test_no_prompt, redefine_hook_test,
6631 redefine_backtrace_test): Remove "global gdb_prompt".
6632
fd437cbc
SM
66332017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6634
6635 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6636 New proc, call it from toplevel.
6637
87215ad1
SDJ
66382017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6639
6640 PR remote/21852
6641 * gdb.server/normal.c: New file, copied from gdb.base.
6642 * gdb.server/run-without-local-binary.exp: New file.
6643
58afddc6
WP
66442017-08-07 Weimin Pan <weimin.pan@oracle.com>
6645
6646 * gdb.arch/sparc64-adi.exp: New file.
6647 * gdb.arch/sparc64-adi.c: New file.
6648
5277199a
PA
66492017-08-22 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6652 (top level): Add "list all overloads" tests.
6653
14278e1f
TT
66542017-08-22 Tom Tromey <tom@tromey.com>
6655
6656 * gdb.gdb/xfullpath.exp: Remove.
6657
bf223d3e
PA
66582017-08-21 Pedro Alves <palves@redhat.com>
6659
6660 PR gdb/19487
6661 * gdb.base/symbol-alias.c: New.
6662 * gdb.base/symbol-alias2.c: New.
6663 * gdb.base/symbol-alias.exp: New.
6664
c973d0aa
PA
66652017-08-21 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/dfp-test.c
6668 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6669 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6670 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6671 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6672 * gdb.base/whatis-ptype-typedefs.c: New.
6673 * gdb.base/whatis-ptype-typedefs.exp: New.
6674 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6675 (an_int, an_int_type, an_int_type2): New globals.
6676 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6677 involving typedefs and cast expressions.
6678 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6679 (lookup_typedefs_function): New.
6680 (typedefs_pretty_printers_dict): New.
6681 (top level): Register lookup_typedefs_function in
6682 gdb.pretty_printers.
6683
6d580b63
YQ
66842017-08-18 Yao Qi <yao.qi@linaro.org>
6685
6686 * gdb.server/unittest.exp: New.
6687
206726fb
SDJ
66882017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6689
6690 PR gdb/21954
6691 * gdb.base/environ.exp: Add test to check if 'unset environment'
6692 works.
6693
bf0ec4c2
AA
66942017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6695
6696 * lib/gdb.exp (universal_compile_options): New caching proc.
6697 (gdb_compile): Suppress GCC's coloring of messages.
6698
d6382fff
TT
66992017-08-14 Tom Tromey <tom@tromey.com>
6700
6701 PR gdb/21675:
6702 * gdb.base/printcmds.exp (test_radices): New function.
6703 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6704 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6705 * lib/gdb.exp (get_integer_valueof): Use p/d.
6706
c2c2dd9f
SM
67072017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6708
6709 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6710 characters.
6711
fdffd6f4
TT
67122017-08-05 Tom Tromey <tom@tromey.com>
6713
6714 * gdb.rust/simple.exp: Allow String to appear in a different
6715 namespace.
6716
27d41eac
YQ
67172017-07-26 Yao Qi <yao.qi@linaro.org>
6718
6719 * gdb.gdb/unittest.exp: Invoke command
6720 "maintenance check xml-descriptions".
6721
031ed05d
AA
67222017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6723
6724 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6725 calling context.
6726 (hex128): Drop erroneous calculation of parameters.
6727
dcd27ddf
SM
67282017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6729
6730 * gdb.python/py-unwind.exp: Disable stack protection when
6731 building test file.
6732
47e77640
PA
67332017-07-20 Pedro Alves <palves@redhat.com>
6734
6735 * gdb.base/default.exp (set language): Adjust expected output.
6736
62d2a18a
PA
67372017-07-20 Pedro Alves <palves@redhat.com>
6738
6739 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6740 (test_minsym): ... this, and make static.
6741 (get_pck__foo__bar__minsym): Rename to ...
6742 (get_test_minsym): ... this.
6743 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6744 symbol names and comments.
6745 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6746 (get_test_minsym): ... this.
6747 (pck__foo__bar__minsym__2): Rename to ...
6748 (test_minsym): ... this.
6749 (main): Adjust.
6750
c45ec17c
PA
67512017-07-17 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/completion.exp: Adjust expected output.
6754 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6755 the completer works.
6756
c6756f62
PA
67572017-07-17 Pedro Alves <palves@redhat.com>
6758
6759 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6760
5bd68487
AB
67612017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6762
6763 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6764
8880f2a9
TT
67652017-07-14 Tom Tromey <tom@tromey.com>
6766
6767 PR rust/21764:
6768 * gdb.rust/simple.exp: Add tests.
6769
65547233
TT
67702017-07-14 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6773
8f14146e
PA
67742017-07-14 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.linespec/base/one/thefile.cc (z1): New function.
6777 * gdb.linespec/base/two/thefile.cc (z2): New function.
6778 * gdb.linespec/linespec.exp: Add tests.
6779
b4365d02
AB
67802017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6781
6782 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6783 to mi_create_breakpoint.
6784
5d2cbaa5
AB
67852017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6786
6787 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6788 mi_create_breakpoint.
6789
11cb5716
IB
67902017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6791
6792 * gdb.dlang/demangle.exp: Update for demangling changes.
6793
03278692
TT
67942017-07-09 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.dwarf2/shortpiece.exp: New file.
6797
33c5cd75
DB
67982017-07-06 David Blaikie <dblaikie@gmail.com>
6799
6800 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6801 built from fissiont-multi-cu{1,2}.c.
6802 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6803 except putting 'main' and 'func' in separate CUs in the same DWO file.
6804 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6805 test.
6806 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6807 test.
6808
8455d262
PA
68092017-07-06 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.python/py-unwind.exp: Test flushregs.
6812
dc4bde35
SDJ
68132017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6814
6815 PR cli/21688
6816 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6817 tests for alias commands and trailing whitespace.
6818
51ed89aa
SDJ
68192017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6820
6821 PR cli/21688
6822 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6823 procedure. Call it.
6824
eb17d413
PA
68252017-06-29 Pedro Alves <palves@redhat.com>
6826
6827 * gdb.base/printcmds.exp: Add tests.
6828
41664b45
DG
68292017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6830
6831 PR gdb/21337
6832 * gdb.base/reread-readsym.exp: New file.
6833 * gdb.base/reread-readsym.c: New file.
6834
75312ae3
KB
68352017-06-21 Kevin Buettner <kevinb@redhat.com>
6836
6837 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6838 subpattern.
6839
66953522
PB
68402017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6841
6842 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6843 extended mnemonic.
6844 * gdb.arch/powerpc-power9.s: Likewise.
6845
5524b525
AA
68462017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6847
6848 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6849 on 32-bit x86 targets. Exploit is_*_target macros where
6850 appropriate.
6851
03c8af18
AA
68522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6853
6854 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6855 register pieces.
6856
3bf31011
AA
68572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6858
6859 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6860 located in one or more DWARF pieces.
6861
805acca0
AA
68622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6863
6864 * lib/gdb.exp (get_endianness): New proc.
6865 * gdb.arch/aarch64-fp.exp: Use it.
6866 * gdb.arch/altivec-regs.exp: Likewise.
6867 * gdb.arch/e500-regs.exp: Likewise.
6868 * gdb.arch/vsx-regs.exp: Likewise.
6869 * gdb.base/dump.exp: Likewise.
6870 * gdb.base/funcargs.exp: Likewise.
6871 * gdb.base/gnu_vector.exp: Likewise.
6872 * gdb.dwarf2/formdata16.exp: Likewise.
6873 * gdb.dwarf2/implptrpiece.exp: Likewise.
6874 * gdb.dwarf2/nonvar-access.exp: Likewise.
6875 * gdb.python/py-inferior.exp: Likewise.
6876 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6877
e9352324
AA
68782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6879
6880 PR gdb/21226
6881 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6882 stack value pieces are taken from the LSB end.
6883
d5d1163e
AA
68842017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6885
6886 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6887 variable at nonzero offset.
6888
0567c986
AA
68892017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6890
6891 * gdb.dwarf2/var-access.c: New file.
6892 * gdb.dwarf2/var-access.exp: New test.
6893 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6894
973e9aab
TT
68952017-06-12 Tom Tromey <tom@tromey.com>
6896
6897 * gdb.dwarf2/formdata16.exp: Add tests.
6898
d9109c80
TT
68992017-06-12 Tom Tromey <tom@tromey.com>
6900
6901 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6902
30a25466
TT
69032017-06-12 Tom Tromey <tom@tromey.com>
6904
6905 PR exp/16225:
6906 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6907 * gdb.arch/vsx-regs.exp: Update tests.
6908 * gdb.arch/s390-vregs.exp (hex128): New proc.
6909 Update test.
6910 * gdb.arch/altivec-regs.exp: Update tests.
6911
aefd8b33
SDJ
69122017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6913
6914 * gdb.base/startup-with-shell.c: New file.
6915 * gdb.base/startup-with-shell.exp: Likewise.
6916
2090129c
SDJ
69172017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6918
6919 * gdb.server/non-existing-program.exp: Update regex in order to
6920 reflect the fact that gdbserver is now using fork_inferior (with a
6921 shell) to startup the inferior.
6922
8e86a419
SM
69232017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6926 support function calls from GDB.
6927
e6cf65f2
TT
69282017-05-21 Tom Tromey <tom@tromey.com>
6929
6930 PR rust/21466:
6931 * gdb.rust/unsized.exp: New file.
6932 * gdb.rust/unsized.rs: New file.
6933
43cc5389
TT
69342017-05-19 Tom Tromey <tom@tromey.com>
6935
6936 PR rust/21484:
6937 * gdb.rust/watch.exp: New file.
6938 * gdb.rust/watch.rs: New file.
6939
ec8df234
TT
69402017-05-18 Tom Tromey <tom@tromey.com>
6941
6942 * gdb.rust/simple.exp: Allow Box to be qualified.
6943
3e3e7fae
TP
69442017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6945
6946 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6947
59cc050d
PA
69482017-05-18 Pedro Alves <palves@redhat.com>
6949
6950 * gdb.base/fileio.c (test_write, test_read, test_close)
6951 (test_fstat): Don't print 'ret' in the fail path.
6952
c8f6abd1
PA
69532017-05-18 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6956 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6957 (test_system, test_rename, test_unlink, test_time): Change
6958 prototypes.
6959 * gdb.base/fileio.exp (stop_msg): Adjust.
6960
d2a03b77
PA
69612017-05-18 Pedro Alves <palves@redhat.com>
6962
6963 * gdb.base/fileio.c (null_str): New global.
6964 (test_stat): Use it.
6965 * gdb.base/fileio.exp: Remove nowarnings.
6966
0d5c6999
YQ
69672017-05-17 Yao Qi <yao.qi@linaro.org>
6968
6969 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6970
21873064
YQ
69712017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6972
6973 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6974 argument command.
6975 (top-level): Invoke test_set_inferior_tty.
6976
d512d31c
PA
69772017-05-04 Pedro Alves <palves@redhat.com>
6978
6979 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6980 Add parens to print call for Python 3.
6981
90cef2ed
KS
69822017-05-03 Keith Seitz <keiths@redhat.com>
6983
6984 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6985 (main): Call it.
6986
14f819c8
TW
69872017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6988
6989 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6990 to prev and next.
6991
913aeadd
TW
69922017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6993
6994 * gdb.python/py-record-btrace.exp: Remove test for
6995 gdb.BtraceInstruction.error.
6996
a3be24ad
TW
69972017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6998
6999 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
7000
ae20e79a
TW
70012017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
7002
7003 * gdb.python/py-record-btrace-threads.c: New file.
7004 * gdb.python/py-record-btrace-threads.exp: New file.
7005
45ce1b47
SDJ
70062017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
7007
7008 PR testsuite/8595
7009 * gdb.base/environ.exp: Make test available in all architectures.
7010 Move bits related to "info program" testing to
7011 gdb.base/info-program.exp. Rewrite tests to use the two new
7012 procedures mentione below.
7013 (test_set_show_env_var) New procedure.
7014 (test_set_show_env_var_equal): Likewise.
7015 * gdb.base/info-program.exp: New file.
7016
e15c3eb4
KS
70172017-04-27 Keith Seitz <keiths@redhat.com>
7018
7019 * gdb.cp/oranking.cc (test15): New function.
7020 (main): Call test15 and declare additional variables for testing.
7021 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7022 "p foo101('abc')" tests.
7023 Add tests for cv qualifier overloads.
7024 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7025 "lvalue reference overload" test.
7026 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7027 "print value of f1 on Child&& in f2" test.
7028
3a3fd0fd
PA
70292017-04-19 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7032 procedure.
7033 (top level): Call it.
7034 * lib/gdb.exp (gdb_define_cmd): New procedure.
7035
53375380
PA
70362017-04-12 Pedro Alves <palves@redhat.com>
7037
7038 PR gdb/21323
7039 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7040 (wchar): New global.
7041 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7042 (do_test_wide_char, wide_char_types_no_program, top level): Add
7043 wchar_t testing.
7044
53e710ac
PA
70452017-04-12 Pedro Alves <palves@redhat.com>
7046
7047 PR c++/21323
7048 * gdb.cp/wide_char_types.c: New file.
7049 * gdb.cp/wide_char_types.exp: New file.
7050
0ad9d8c7
SDJ
70512017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7052
7053 PR gdb/21352
7054 * gdb.trace/tsv.exp: Add test for "tsave -r".
7055
b1b45502
IB
70562017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7057
7058 * gdb.dlang/watch-loc.c: New file.
7059 * gdb.dlang/watch-loc.exp: New file.
7060
ec13808e
JK
70612017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7062
7063 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7064
fe5f7374
AK
70652017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7066
7067 * gdb.arch/arc-analyze-prologue.S: New file.
7068 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7069
eea78757
AK
70702017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7071
7072 * gdb.arch/arc-decode-insn.S: New file.
7073 * gdb.arch/arc-decode-insn.exp: Likewise.
7074
5badf10a
IR
70752017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7076
7077 PR tdep/20928
7078 * gdb.arch/sparc64-regs.exp: New file.
7079 * gdb.arch/sparc64-regs.S: Likewise.
7080
cee59b3f
TW
70812017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7082
7083 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7084 and memory view on Python 3.
7085
c0f55cc6
AV
70862017-03-20 Artemiy Volkov <artemiyv@acm.org>
7087 Keith Seitz <keiths@redhat.com>
7088
7089 PR gdb/14441
7090 * gdb.cp/demangle.exp: Add rvalue reference tests.
7091 * gdb.cp/rvalue-ref-casts.cc: New file.
7092 * gdb.cp/rvalue-ref-casts.exp: New file.
7093 * gdb.cp/rvalue-ref-overload.cc: New file.
7094 * gdb.cp/rvalue-ref-overload.exp: New file.
7095 * gdb.cp/rvalue-ref-params.cc: New file.
7096 * gdb.cp/rvalue-ref-params.exp: New file.
7097 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7098 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7099 * gdb.cp/rvalue-ref-types.cc: New file.
7100 * gdb.cp/rvalue-ref-types.exp: New file.
7101 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7102 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7103
51457a05
MAL
71042017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7105
7106 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7107 New procedure.
7108
5b291c04
MAL
71092017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7110
7111 * lib/mi-support.exp (mi_gdb_test): Add additional message
7112 for unexpected output.
7113
59a56148
AA
71142017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7115
7116 * gdb.base/examine-backward.c (Barrier): New character array
7117 constant, to ensure that TestStrings is preceded by a string
7118 terminator.
7119
7942e96e
AA
71202017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7121
7122 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7123 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7124 and implicit pointer into such a location.
7125
6ebac3fb
DE
71262017-03-16 Doug Evans <dje@google.com>
7127
7128 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7129
ec3b243d
TP
71302017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7131
7132 * gdb.cp/m-static.exp: Fix expectation for prototype of
7133 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7134
71352017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7136
7137 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7138 * gdb.guile/scm-lazy-string.c: New file.
7139 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7140 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7141 for pointer, array, typedef lazy strings.
7142
2cc36e25 71432017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7144
7145 PR python/17728, python/18439, python/18779
7146 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7147 * gdb.python/py-lazy-string.c (pointer): New typedef.
7148 (main): New locals ptr, array, typedef_ptr.
7149 * gdb.python/py-value.exp: Move lazy string tests to ...
7150 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7151 array, typedef lazy strings.
ec3b243d 7152
0efcde63
AK
71532017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7154
7155 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7156 Add optional 'test' parameter.
7157
7978d7c3
SM
71582017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7159
7160 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7161 Skip for versions of DejaGnu < 1.5.
7162
896c0c1e
SM
71632017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7164
7165 * lib/gdb.exp (dejagnu_version): New proc.
7166 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7167 Use dejagnu_version.
7168
5f4d1085
KS
71692017-03-10 Keith Seitz <keiths@redhat.com>
7170
7171 PR c++/8128
7172 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7173 type from destructor regexps.
7174 Add a branch which actually passes the test.
7175 Adjust "ptype t5i" test names.
7176
1de05205
PA
71772017-03-08 Pedro Alves <palves@redhat.com>
7178
7179 * gdb.base/step-over-exit.exp: Add explicit test message.
7180
c65d6b55
PA
71812017-03-08 Pedro Alves <palves@redhat.com>
7182
7183 PR gdb/18360
7184 * gdb.threads/interrupt-while-step-over.c: New file.
7185 * gdb.threads/interrupt-while-step-over.exp: New file.
7186
2e86a283
PA
71872017-03-08 Pedro Alves <palves@redhat.com>
7188
7189 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7190 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7191
25dcbff6
PA
71922017-03-08 Pedro Alves <palves@redhat.com>
7193
7194 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7195 PKRU as not supported as a PASS.
7196
dc9366eb
PA
71972017-03-08 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7200 prefix instead of $binfile1/$binfile2.
7201 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7202 in test message.
7203 * gdb.python/py-completion.exp: Use "load python file" as test
7204 messages instead of unstable path names.
7205
6e5d74e7
PA
72062017-03-08 Pedro Alves <palves@redhat.com>
7207 Jan Kratochvil <jan.kratochvil@redhat.com>
7208
7209 PR cli/21218
7210 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7211 New proc.
7212 (top level): Call it.
7213
9753a2f6
PA
72142017-03-08 Pedro Alves <palves@redhat.com>
7215
7216 PR tui/21216
7217 * gdb.tui/tui-nl-filtered-output.exp: New file.
7218
1a4dd9dd
PA
72192017-03-08 Pedro Alves <palves@redhat.com>
7220
7221 * gdb.base/completion.exp: Move TUI completion tests to ...
7222 * gdb.tui/completion.exp: ... this new file.
7223
7cbbff33
PA
72242017-03-08 Pedro Alves <palves@redhat.com>
7225
7226 * gdb.base/tui-disasm-long-lines.c,
7227 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7228 gdb.base/tui-layout.exp: Move to ...
7229 * gdb.tui/: ... this new directory.
7230
5f6fd321
PA
72312017-03-07 Pedro Alves <palves@redhat.com>
7232
7233 * gdb.base/tui-layout.c: New file.
7234 * gdb.base/tui-layout.exp: New file.
7235
44959fa8
PA
72362017-03-07 Pedro Alves <palves@redhat.com>
7237
7238 * gdb.base/tui-layout.c: Rename to ...
7239 * gdb.base/tui-disasm-long-lines.c: ... this.
7240 * gdb.base/tui-layout.exp: Rename to ...
7241 * gdb.base/tui-disasm-long-lines.exp: ... this.
7242
f8c4e718
PA
72432017-03-07 Pedro Alves <palves@redhat.com>
7244
7245 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7246
6dbb839a 72472017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7248
7249 * i386-mpx-call.c: New file.
7250 * i386-mpx-call.exp: New file.
7251
65b48a81
PB
72522017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7253
7254 * gdb.arch/powerpc-power.exp: Delete test.
7255 * gdb.arch/powerpc-power.s: Likewise.
7256 * gdb.disasm/disassembler-options.exp: New test.
7257 * gdb.arch/powerpc-altivec.exp: Likewise.
7258 * gdb.arch/powerpc-altivec.s: Likewise.
7259 * gdb.arch/powerpc-altivec2.exp: Likewise.
7260 * gdb.arch/powerpc-altivec2.s: Likewise.
7261 * gdb.arch/powerpc-altivec3.exp: Likewise.
7262 * gdb.arch/powerpc-altivec3.s: Likewise.
7263 * gdb.arch/powerpc-power7.exp: Likewise.
7264 * gdb.arch/powerpc-power7.s: Likewise.
7265 * gdb.arch/powerpc-power8.exp: Likewise.
7266 * gdb.arch/powerpc-power8.s: Likewise.
7267 * gdb.arch/powerpc-power9.exp: Likewise.
7268 * gdb.arch/powerpc-power9.s: Likewise.
7269 * gdb.arch/powerpc-vsx.exp: Likewise.
7270 * gdb.arch/powerpc-vsx.s: Likewise.
7271 * gdb.arch/powerpc-vsx2.exp: Likewise.
7272 * gdb.arch/powerpc-vsx2.s: Likewise.
7273 * gdb.arch/powerpc-vsx3.exp: Likewise.
7274 * gdb.arch/powerpc-vsx3.s: Likewise.
7275 * gdb.arch/arm-disassembler-options.exp: Likewise.
7276 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7277 * gdb.arch/s390-disassembler-options.exp: Likewise.
7278
17cd4947
LM
72792017-02-23 Luis Machado <lgustavo@codesourcery.com>
7280
7281 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7282 (check_supported_features): ... this. Changed return type to void.
7283 (supports_rdseed): New static global.
7284 (rdseed): Check supports_rdseed.
7285 (initialize): Call check_supported_features.
7286
2039d74e
EBM
72872017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7288
7289 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7290 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7291 and lqarx/stqcx.
7292 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7293 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7294
a51d7ecf
EBM
72952017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7296
7297 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7298 uppercase.
7299
0224619f
JK
73002017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7301
7302 * gdb.dwarf2/formdata16.c: New file.
7303 * gdb.dwarf2/formdata16.exp: New file.
7304 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7305
216f72a1
JK
73062017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7307
7308 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7309 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7310 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7311 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7312 DW_AT_GNU_*.
7313
43988095
JK
73142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7315
7316 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7317
99e8a4f9
SDJ
73182017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7319
7320 PR gdb/21164
7321 * gdb.base/maint.exp: Add testcases for when the commands do
7322 not have arguments.
7323
b58a8c0c
TP
73242017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7325
7326 * gdb.cp/chained-calls.exp: Use p instead of P.
7327
4e746bb6
TW
73282017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7329
7330 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7331 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7332
3f77c769
TT
73332017-02-14 Tom Tromey <tom@tromey.com>
7334
7335 PR python/13598:
7336 * gdb.python/py-events.exp: Add before_prompt event tests.
7337
075beec0
AA
73382017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7339
7340 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7341
bf5f525c
LM
73422017-02-13 Luis Machado <lgustavo@codesourcery.com>
7343
7344 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7345 (main): Call my_unique_function_name.
7346 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7347 completion of patterns with a single match.
7348 Add missing -re switches to gdb_test_multiple calls.
7349
13a66184
LM
73502017-02-13 Luis Machado <lgustavo@codesourcery.com>
7351
7352 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7353 return if core file is not recognized.
7354
26a06916
SM
73552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7356
7357 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7358 and extra UIs.
7359
b761ca9e
SM
73602017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7361
7362 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7363 proc_with_prefix.
7364
b964bee0
TT
73652017-02-10 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7368
18da0c51
MG
73692017-02-10 Martin Galvan <martingalvan@sourceware.org>
7370
7371 PR gdb/21122
7372 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7373
604c4576
JG
73742017-02-08 Jerome Guitton <guitton@adacore.com>
7375
7376 * gdb.base/define.exp: Add test for command abbreviations
7377 in define.
7378
20b477a7
LM
73792017-02-06 Luis Machado <lgustavo@codesourcery.com>
7380
7381 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7382 * gdb.reverse/insn-reverse-x86.c: New file.
7383
3f7b46f2
IR
73842017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7385
7386 PR tdep/20936
7387 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7388
f0fd41c1
TT
73892017-02-03 Tom Tromey <tom@tromey.com>
7390
7391 PR rust/21097:
7392 * gdb.rust/simple.exp: Add new tests.
7393
5be5dbf0
PA
73942017-02-02 Pedro Alves <palves@redhat.com>
7395
7396 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7397 tests.
7398
7346ef59
AA
73992017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7400
7401 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7402 taking a 2-byte value out of a 4-byte DWARF implicit value on
7403 big-endian targets.
7404 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7405 logic. Add test cases for DW_OP_implicit.
7406
787f0025
MM
74072017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7408
7409 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7410
68777c29
MM
74112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7412
7413 * gdb.btrace/enable.exp: Call gdb_exit before
7414 skip_gdbserver_tests.
7415
0a1c7e28
MM
74162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7417
7418 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7419 GDBFLAGS.
7420
b5ac99b0
MM
74212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7422
7423 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7424 the test is skipped.
7425 * gdb.btrace/data.exp: Likewise.
7426 * gdb.btrace/delta.exp: Likewise.
7427 * gdb.btrace/dlopen.exp: Likewise.
7428 * gdb.btrace/enable-running.exp: Likewise.
7429 * gdb.btrace/enable.exp: Likewise.
7430 * gdb.btrace/exception.exp: Likewise.
7431 * gdb.btrace/function_call_history.exp: Likewise.
7432 * gdb.btrace/gcore.exp: Likewise.
7433 * gdb.btrace/instruction_history.exp: Likewise.
7434 * gdb.btrace/multi-thread-step.exp: Likewise.
7435 * gdb.btrace/nohist.exp: Likewise.
7436 * gdb.btrace/non-stop.exp: Likewise.
7437 * gdb.btrace/reconnect.exp: Likewise.
7438 * gdb.btrace/record_goto-step.exp: Likewise.
7439 * gdb.btrace/record_goto.exp: Likewise.
7440 * gdb.btrace/rn-dl-bind.exp: Likewise.
7441 * gdb.btrace/segv.exp: Likewise.
7442 * gdb.btrace/step.exp: Likewise.
7443 * gdb.btrace/stepi.exp: Likewise.
7444 * gdb.btrace/tailcall-only.exp: Likewise.
7445 * gdb.btrace/tailcall.exp: Likewise.
7446 * gdb.btrace/tsx.exp: Likewise.
7447 * gdb.btrace/unknown_functions.exp: Likewise.
7448 * gdb.btrace/vdso.exp: Likewise.
7449
cd4007e4
MM
74502017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7451
7452 * gdb.btrace/enable-running.c: New.
7453 * gdb.btrace/enable-running.exp: New.
7454
2735833d
WT
74552017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7456
7457 * gdb.arch/amd64-gs_base.c: New file.
7458 * gdb.arch/amd64-gs_base.exp: New file.
7459
b51e1e94
LM
74602017-01-26 Luis Machado <lgustavo@codesourcery.com>
7461
7462 * lib/memory.exp: Remove spurious empty newlines.
7463
72ca0410
SM
74642017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7465
7466 * gdb.python/py-bad-printers.exp: Load python file using "source".
7467 * gdb.python/py-events.exp: Likewise.
7468 * gdb.python/py-evsignal.exp: Likewise.
7469 * gdb.python/py-evthreads.exp: Likewise.
7470 * gdb.python/py-frame-args.exp: Likewise.
7471 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7472 * gdb.python/py-framefilter-mi.exp: Likewise.
7473 * gdb.python/py-framefilter.exp: Likewise.
7474 * gdb.python/py-mi.exp: Likewise.
7475 * gdb.python/py-pp-maint.exp: Likewise.
7476 * gdb.python/py-pp-registration.exp: Likewise.
7477 * gdb.python/py-prettyprint.exp: Likewise.
7478 (run_lang_tests): Likewise.
7479 * gdb.python/py-typeprint.exp: Likewise.
7480
e309aa65
LM
74812017-01-26 Luis Machado <lgustavo@codesourcery.com>
7482
7483 * lib/memory.exp: New file.
7484 * lib/gdb.exp: Load memory.exp.
7485 * gdb.base/memattr.exp (delete_memory): Move proc to
7486 lib/memory.exp and rename to delete_memory_regions.
7487 Replace delete_memory with delete_memory_regions.
7488 Cleanup memory regions before tests.
7489 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7490 before tests.
7491
515aff23
LM
74922017-01-26 Luis Machado <lgustavo@codesourcery.com>
7493
7494 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7495 files.
7496 (initialize): New function conditionally defined.
7497 (testcases): Move within conditional block.
7498 (main): Call initialize.
7499 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7500 of gdb.reverse/insn-reverse.c.
7501 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7502 gdb.reverse/insn-reverse.c.
7503
d8b49cf0
YQ
75042017-01-26 Yao Qi <yao.qi@linaro.org>
7505
7506 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7507 disassemble on address 0.
7508
f13a9a0c
YQ
75092017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7510 Yao Qi <yao.qi@linaro.org>
7511
7512 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7513 * gdb.dwarf2/implptr-64bit.S: Remove.
7514 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7515 variables in caller's context. Add DW_OP_implicit_value.
7516
5ac95241
YQ
75172017-01-25 Yao Qi <yao.qi@linaro.org>
7518
7519 * lib/dwarf.exp (Dwarf::_location): Handle
7520 DW_OP_GNU_implicit_pointer with proper size.
7521
23e82930
LM
75222017-01-20 Luis Machado <lgustavo@codesourcery.com>
7523
7524 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7525 and add untested calls.
7526
d334ae25
LM
75272017-01-20 Luis Machado <lgustavo@codesourcery.com>
7528
7529 * gdb.python/python.exp: Check line number against what GDB thinks
7530 the line number is for func1.
7531
f5e6296e
IB
75322017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7533
7534 * gdb.dlang/debug-expr.exp: New file.
7535
5b362f04
LM
75362016-12-23 Luis Machado <lgustavo@codesourcery.com>
7537
7538 Fix test names for the following files:
7539
7540 * gdb.ada/exec_changed.exp
7541 * gdb.ada/info_types.exp
7542 * gdb.arch/aarch64-atomic-inst.exp
7543 * gdb.arch/aarch64-fp.exp
7544 * gdb.arch/altivec-abi.exp
7545 * gdb.arch/altivec-regs.exp
7546 * gdb.arch/amd64-byte.exp
7547 * gdb.arch/amd64-disp-step.exp
7548 * gdb.arch/amd64-dword.exp
7549 * gdb.arch/amd64-entry-value-inline.exp
7550 * gdb.arch/amd64-entry-value-param.exp
7551 * gdb.arch/amd64-entry-value-paramref.exp
7552 * gdb.arch/amd64-entry-value.exp
7553 * gdb.arch/amd64-i386-address.exp
7554 * gdb.arch/amd64-invalid-stack-middle.exp
7555 * gdb.arch/amd64-invalid-stack-top.exp
7556 * gdb.arch/amd64-optimout-repeat.exp
7557 * gdb.arch/amd64-prologue-skip.exp
7558 * gdb.arch/amd64-prologue-xmm.exp
7559 * gdb.arch/amd64-stap-special-operands.exp
7560 * gdb.arch/amd64-stap-wrong-subexp.exp
7561 * gdb.arch/amd64-tailcall-cxx.exp
7562 * gdb.arch/amd64-tailcall-noret.exp
7563 * gdb.arch/amd64-tailcall-ret.exp
7564 * gdb.arch/amd64-tailcall-self.exp
7565 * gdb.arch/amd64-word.exp
7566 * gdb.arch/arm-bl-branch-dest.exp
7567 * gdb.arch/arm-disp-step.exp
7568 * gdb.arch/arm-neon.exp
7569 * gdb.arch/arm-single-step-kernel-helper.exp
7570 * gdb.arch/avr-flash-qualifier.exp
7571 * gdb.arch/disp-step-insn-reloc.exp
7572 * gdb.arch/e500-abi.exp
7573 * gdb.arch/e500-regs.exp
7574 * gdb.arch/ftrace-insn-reloc.exp
7575 * gdb.arch/i386-avx512.exp
7576 * gdb.arch/i386-bp_permanent.exp
7577 * gdb.arch/i386-byte.exp
7578 * gdb.arch/i386-cfi-notcurrent.exp
7579 * gdb.arch/i386-disp-step.exp
7580 * gdb.arch/i386-dr3-watch.exp
7581 * gdb.arch/i386-float.exp
7582 * gdb.arch/i386-gnu-cfi.exp
7583 * gdb.arch/i386-mpx-map.exp
7584 * gdb.arch/i386-mpx-sigsegv.exp
7585 * gdb.arch/i386-mpx-simple_segv.exp
7586 * gdb.arch/i386-mpx.exp
7587 * gdb.arch/i386-permbkpt.exp
7588 * gdb.arch/i386-prologue.exp
7589 * gdb.arch/i386-signal.exp
7590 * gdb.arch/i386-size-overlap.exp
7591 * gdb.arch/i386-unwind.exp
7592 * gdb.arch/i386-word.exp
7593 * gdb.arch/mips-fcr.exp
7594 * gdb.arch/powerpc-d128-regs.exp
7595 * gdb.arch/powerpc-stackless.exp
7596 * gdb.arch/ppc64-atomic-inst.exp
7597 * gdb.arch/s390-stackless.exp
7598 * gdb.arch/s390-tdbregs.exp
7599 * gdb.arch/s390-vregs.exp
7600 * gdb.arch/sparc-sysstep.exp
7601 * gdb.arch/thumb-bx-pc.exp
7602 * gdb.arch/thumb-singlestep.exp
7603 * gdb.arch/thumb2-it.exp
7604 * gdb.arch/vsx-regs.exp
7605 * gdb.asm/asm-source.exp
7606 * gdb.base/a2-run.exp
7607 * gdb.base/advance.exp
7608 * gdb.base/all-bin.exp
7609 * gdb.base/anon.exp
7610 * gdb.base/args.exp
7611 * gdb.base/arithmet.exp
7612 * gdb.base/async-shell.exp
7613 * gdb.base/async.exp
7614 * gdb.base/attach-pie-noexec.exp
7615 * gdb.base/attach-twice.exp
7616 * gdb.base/auto-load.exp
7617 * gdb.base/bang.exp
7618 * gdb.base/bitfields.exp
7619 * gdb.base/break-always.exp
7620 * gdb.base/break-caller-line.exp
7621 * gdb.base/break-entry.exp
7622 * gdb.base/break-inline.exp
7623 * gdb.base/break-on-linker-gcd-function.exp
7624 * gdb.base/break-probes.exp
7625 * gdb.base/break.exp
7626 * gdb.base/breakpoint-shadow.exp
7627 * gdb.base/call-ar-st.exp
7628 * gdb.base/call-sc.exp
7629 * gdb.base/call-signal-resume.exp
7630 * gdb.base/call-strs.exp
7631 * gdb.base/callfuncs.exp
7632 * gdb.base/catch-fork-static.exp
7633 * gdb.base/catch-gdb-caused-signals.exp
7634 * gdb.base/catch-load.exp
7635 * gdb.base/catch-signal-fork.exp
7636 * gdb.base/catch-signal.exp
7637 * gdb.base/catch-syscall.exp
7638 * gdb.base/charset.exp
7639 * gdb.base/checkpoint.exp
7640 * gdb.base/chng-syms.exp
7641 * gdb.base/code-expr.exp
7642 * gdb.base/code_elim.exp
7643 * gdb.base/commands.exp
7644 * gdb.base/completion.exp
7645 * gdb.base/complex.exp
7646 * gdb.base/cond-expr.exp
7647 * gdb.base/condbreak.exp
7648 * gdb.base/consecutive.exp
7649 * gdb.base/continue-all-already-running.exp
7650 * gdb.base/coredump-filter.exp
7651 * gdb.base/corefile.exp
7652 * gdb.base/dbx.exp
7653 * gdb.base/debug-expr.exp
7654 * gdb.base/define.exp
7655 * gdb.base/del.exp
7656 * gdb.base/disabled-location.exp
7657 * gdb.base/disasm-end-cu.exp
7658 * gdb.base/disasm-optim.exp
7659 * gdb.base/display.exp
7660 * gdb.base/duplicate-bp.exp
7661 * gdb.base/ena-dis-br.exp
7662 * gdb.base/ending-run.exp
7663 * gdb.base/enumval.exp
7664 * gdb.base/environ.exp
7665 * gdb.base/eu-strip-infcall.exp
7666 * gdb.base/eval-avoid-side-effects.exp
7667 * gdb.base/eval-skip.exp
7668 * gdb.base/exitsignal.exp
7669 * gdb.base/expand-psymtabs.exp
7670 * gdb.base/filesym.exp
7671 * gdb.base/find-unmapped.exp
7672 * gdb.base/finish.exp
7673 * gdb.base/float.exp
7674 * gdb.base/foll-exec-mode.exp
7675 * gdb.base/foll-exec.exp
7676 * gdb.base/foll-fork.exp
7677 * gdb.base/fortran-sym-case.exp
7678 * gdb.base/freebpcmd.exp
7679 * gdb.base/func-ptr.exp
7680 * gdb.base/func-ptrs.exp
7681 * gdb.base/funcargs.exp
7682 * gdb.base/gcore-buffer-overflow.exp
7683 * gdb.base/gcore-relro-pie.exp
7684 * gdb.base/gcore-relro.exp
7685 * gdb.base/gcore.exp
7686 * gdb.base/gdb1090.exp
7687 * gdb.base/gdb11530.exp
7688 * gdb.base/gdb11531.exp
7689 * gdb.base/gdb1821.exp
7690 * gdb.base/gdbindex-stabs.exp
7691 * gdb.base/gdbvars.exp
7692 * gdb.base/hbreak.exp
7693 * gdb.base/hbreak2.exp
7694 * gdb.base/included.exp
7695 * gdb.base/infcall-input.exp
7696 * gdb.base/inferior-died.exp
7697 * gdb.base/infnan.exp
7698 * gdb.base/info-macros.exp
7699 * gdb.base/info-os.exp
7700 * gdb.base/info-proc.exp
7701 * gdb.base/info-shared.exp
7702 * gdb.base/info-target.exp
7703 * gdb.base/infoline.exp
7704 * gdb.base/interp.exp
7705 * gdb.base/interrupt.exp
7706 * gdb.base/jit-reader.exp
7707 * gdb.base/jit-simple.exp
7708 * gdb.base/kill-after-signal.exp
7709 * gdb.base/kill-detach-inferiors-cmd.exp
7710 * gdb.base/label.exp
7711 * gdb.base/langs.exp
7712 * gdb.base/ldbl_e308.exp
7713 * gdb.base/line-symtabs.exp
7714 * gdb.base/linespecs.exp
7715 * gdb.base/list.exp
7716 * gdb.base/long_long.exp
7717 * gdb.base/longest-types.exp
7718 * gdb.base/maint.exp
7719 * gdb.base/max-value-size.exp
7720 * gdb.base/memattr.exp
7721 * gdb.base/mips_pro.exp
7722 * gdb.base/morestack.exp
7723 * gdb.base/moribund-step.exp
7724 * gdb.base/multi-forks.exp
7725 * gdb.base/nested-addr.exp
7726 * gdb.base/nextoverexit.exp
7727 * gdb.base/noreturn-finish.exp
7728 * gdb.base/noreturn-return.exp
7729 * gdb.base/nostdlib.exp
7730 * gdb.base/offsets.exp
7731 * gdb.base/opaque.exp
7732 * gdb.base/pc-fp.exp
7733 * gdb.base/permissions.exp
7734 * gdb.base/print-symbol-loading.exp
7735 * gdb.base/prologue-include.exp
7736 * gdb.base/psymtab.exp
7737 * gdb.base/ptype.exp
7738 * gdb.base/random-signal.exp
7739 * gdb.base/randomize.exp
7740 * gdb.base/range-stepping.exp
7741 * gdb.base/readline-ask.exp
7742 * gdb.base/recpar.exp
7743 * gdb.base/recurse.exp
7744 * gdb.base/relational.exp
7745 * gdb.base/restore.exp
7746 * gdb.base/return-nodebug.exp
7747 * gdb.base/return.exp
7748 * gdb.base/run-after-attach.exp
7749 * gdb.base/save-bp.exp
7750 * gdb.base/scope.exp
7751 * gdb.base/sect-cmd.exp
7752 * gdb.base/set-lang-auto.exp
7753 * gdb.base/set-noassign.exp
7754 * gdb.base/setvar.exp
7755 * gdb.base/sigall.exp
7756 * gdb.base/sigbpt.exp
7757 * gdb.base/siginfo-addr.exp
7758 * gdb.base/siginfo-infcall.exp
7759 * gdb.base/siginfo-obj.exp
7760 * gdb.base/siginfo.exp
7761 * gdb.base/signals-state-child.exp
7762 * gdb.base/signest.exp
7763 * gdb.base/sigstep.exp
7764 * gdb.base/sizeof.exp
7765 * gdb.base/skip.exp
7766 * gdb.base/solib-corrupted.exp
7767 * gdb.base/solib-nodir.exp
7768 * gdb.base/solib-search.exp
7769 * gdb.base/stack-checking.exp
7770 * gdb.base/stale-infcall.exp
7771 * gdb.base/stap-probe.exp
7772 * gdb.base/start.exp
7773 * gdb.base/step-break.exp
7774 * gdb.base/step-bt.exp
7775 * gdb.base/step-line.exp
7776 * gdb.base/step-over-exit.exp
7777 * gdb.base/step-over-syscall.exp
7778 * gdb.base/step-resume-infcall.exp
7779 * gdb.base/step-test.exp
7780 * gdb.base/store.exp
7781 * gdb.base/structs3.exp
7782 * gdb.base/sym-file.exp
7783 * gdb.base/symbol-without-target_section.exp
7784 * gdb.base/term.exp
7785 * gdb.base/testenv.exp
7786 * gdb.base/ui-redirect.exp
7787 * gdb.base/until.exp
7788 * gdb.base/unwindonsignal.exp
7789 * gdb.base/value-double-free.exp
7790 * gdb.base/vla-datatypes.exp
7791 * gdb.base/vla-ptr.exp
7792 * gdb.base/vla-sideeffect.exp
7793 * gdb.base/volatile.exp
7794 * gdb.base/watch-cond-infcall.exp
7795 * gdb.base/watch-cond.exp
7796 * gdb.base/watch-non-mem.exp
7797 * gdb.base/watch-read.exp
7798 * gdb.base/watch-vfork.exp
7799 * gdb.base/watchpoint-cond-gone.exp
7800 * gdb.base/watchpoint-delete.exp
7801 * gdb.base/watchpoint-hw-hit-once.exp
7802 * gdb.base/watchpoint-hw.exp
7803 * gdb.base/watchpoint-stops-at-right-insn.exp
7804 * gdb.base/watchpoints.exp
7805 * gdb.base/wchar.exp
7806 * gdb.base/whatis-exp.exp
7807 * gdb.btrace/buffer-size.exp
7808 * gdb.btrace/data.exp
7809 * gdb.btrace/delta.exp
7810 * gdb.btrace/dlopen.exp
7811 * gdb.btrace/enable.exp
7812 * gdb.btrace/exception.exp
7813 * gdb.btrace/function_call_history.exp
7814 * gdb.btrace/gcore.exp
7815 * gdb.btrace/instruction_history.exp
7816 * gdb.btrace/nohist.exp
7817 * gdb.btrace/reconnect.exp
7818 * gdb.btrace/record_goto-step.exp
7819 * gdb.btrace/record_goto.exp
7820 * gdb.btrace/rn-dl-bind.exp
7821 * gdb.btrace/segv.exp
7822 * gdb.btrace/step.exp
7823 * gdb.btrace/stepi.exp
7824 * gdb.btrace/tailcall-only.exp
7825 * gdb.btrace/tailcall.exp
7826 * gdb.btrace/tsx.exp
7827 * gdb.btrace/unknown_functions.exp
7828 * gdb.btrace/vdso.exp
7829 * gdb.compile/compile-ifunc.exp
7830 * gdb.compile/compile-ops.exp
7831 * gdb.compile/compile-print.exp
7832 * gdb.compile/compile-setjmp.exp
7833 * gdb.cp/abstract-origin.exp
7834 * gdb.cp/ambiguous.exp
7835 * gdb.cp/annota2.exp
7836 * gdb.cp/annota3.exp
7837 * gdb.cp/anon-ns.exp
7838 * gdb.cp/anon-struct.exp
7839 * gdb.cp/anon-union.exp
7840 * gdb.cp/arg-reference.exp
7841 * gdb.cp/baseenum.exp
7842 * gdb.cp/bool.exp
7843 * gdb.cp/breakpoint.exp
7844 * gdb.cp/bs15503.exp
7845 * gdb.cp/call-c.exp
7846 * gdb.cp/casts.exp
7847 * gdb.cp/chained-calls.exp
7848 * gdb.cp/class2.exp
7849 * gdb.cp/classes.exp
7850 * gdb.cp/cmpd-minsyms.exp
7851 * gdb.cp/converts.exp
7852 * gdb.cp/cp-relocate.exp
7853 * gdb.cp/cpcompletion.exp
7854 * gdb.cp/cpexprs.exp
7855 * gdb.cp/cplabel.exp
7856 * gdb.cp/cplusfuncs.exp
7857 * gdb.cp/cpsizeof.exp
7858 * gdb.cp/ctti.exp
7859 * gdb.cp/derivation.exp
7860 * gdb.cp/destrprint.exp
7861 * gdb.cp/dispcxx.exp
7862 * gdb.cp/enum-class.exp
7863 * gdb.cp/exception.exp
7864 * gdb.cp/exceptprint.exp
7865 * gdb.cp/expand-psymtabs-cxx.exp
7866 * gdb.cp/expand-sals.exp
7867 * gdb.cp/extern-c.exp
7868 * gdb.cp/filename.exp
7869 * gdb.cp/formatted-ref.exp
7870 * gdb.cp/fpointer.exp
7871 * gdb.cp/gdb1355.exp
7872 * gdb.cp/gdb2495.exp
7873 * gdb.cp/hang.exp
7874 * gdb.cp/impl-this.exp
7875 * gdb.cp/infcall-dlopen.exp
7876 * gdb.cp/inherit.exp
7877 * gdb.cp/iostream.exp
7878 * gdb.cp/koenig.exp
7879 * gdb.cp/local.exp
7880 * gdb.cp/m-data.exp
7881 * gdb.cp/m-static.exp
7882 * gdb.cp/mb-ctor.exp
7883 * gdb.cp/mb-inline.exp
7884 * gdb.cp/mb-templates.exp
7885 * gdb.cp/member-name.exp
7886 * gdb.cp/member-ptr.exp
7887 * gdb.cp/meth-typedefs.exp
7888 * gdb.cp/method.exp
7889 * gdb.cp/method2.exp
7890 * gdb.cp/minsym-fallback.exp
7891 * gdb.cp/misc.exp
7892 * gdb.cp/namelessclass.exp
7893 * gdb.cp/namespace-enum.exp
7894 * gdb.cp/namespace-nested-import.exp
7895 * gdb.cp/namespace.exp
7896 * gdb.cp/nextoverthrow.exp
7897 * gdb.cp/no-dmgl-verbose.exp
7898 * gdb.cp/non-trivial-retval.exp
7899 * gdb.cp/noparam.exp
7900 * gdb.cp/nsdecl.exp
7901 * gdb.cp/nsimport.exp
7902 * gdb.cp/nsnested.exp
7903 * gdb.cp/nsnoimports.exp
7904 * gdb.cp/nsrecurs.exp
7905 * gdb.cp/nsstress.exp
7906 * gdb.cp/nsusing.exp
7907 * gdb.cp/operator.exp
7908 * gdb.cp/oranking.exp
7909 * gdb.cp/overload-const.exp
7910 * gdb.cp/overload.exp
7911 * gdb.cp/ovldbreak.exp
7912 * gdb.cp/ovsrch.exp
7913 * gdb.cp/paren-type.exp
7914 * gdb.cp/parse-lang.exp
7915 * gdb.cp/pass-by-ref.exp
7916 * gdb.cp/pr-1023.exp
7917 * gdb.cp/pr-1210.exp
7918 * gdb.cp/pr-574.exp
7919 * gdb.cp/pr10687.exp
7920 * gdb.cp/pr12028.exp
7921 * gdb.cp/pr17132.exp
7922 * gdb.cp/pr17494.exp
7923 * gdb.cp/pr9067.exp
7924 * gdb.cp/pr9167.exp
7925 * gdb.cp/pr9631.exp
7926 * gdb.cp/printmethod.exp
7927 * gdb.cp/psmang.exp
7928 * gdb.cp/psymtab-parameter.exp
7929 * gdb.cp/ptype-cv-cp.exp
7930 * gdb.cp/ptype-flags.exp
7931 * gdb.cp/re-set-overloaded.exp
7932 * gdb.cp/ref-types.exp
7933 * gdb.cp/rtti.exp
7934 * gdb.cp/scope-err.exp
7935 * gdb.cp/shadow.exp
7936 * gdb.cp/smartp.exp
7937 * gdb.cp/static-method.exp
7938 * gdb.cp/static-print-quit.exp
7939 * gdb.cp/temargs.exp
7940 * gdb.cp/templates.exp
7941 * gdb.cp/try_catch.exp
7942 * gdb.cp/typedef-operator.exp
7943 * gdb.cp/typeid.exp
7944 * gdb.cp/userdef.exp
7945 * gdb.cp/using-crash.exp
7946 * gdb.cp/var-tag.exp
7947 * gdb.cp/virtbase.exp
7948 * gdb.cp/virtfunc.exp
7949 * gdb.cp/virtfunc2.exp
7950 * gdb.cp/vla-cxx.exp
7951 * gdb.disasm/t01_mov.exp
7952 * gdb.disasm/t02_mova.exp
7953 * gdb.disasm/t03_add.exp
7954 * gdb.disasm/t04_sub.exp
7955 * gdb.disasm/t05_cmp.exp
7956 * gdb.disasm/t06_ari2.exp
7957 * gdb.disasm/t07_ari3.exp
7958 * gdb.disasm/t08_or.exp
7959 * gdb.disasm/t09_xor.exp
7960 * gdb.disasm/t10_and.exp
7961 * gdb.disasm/t11_logs.exp
7962 * gdb.disasm/t12_bit.exp
7963 * gdb.disasm/t13_otr.exp
7964 * gdb.dlang/circular.exp
7965 * gdb.dwarf2/arr-stride.exp
7966 * gdb.dwarf2/arr-subrange.exp
7967 * gdb.dwarf2/atomic-type.exp
7968 * gdb.dwarf2/bad-regnum.exp
7969 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7970 * gdb.dwarf2/callframecfa.exp
7971 * gdb.dwarf2/clztest.exp
7972 * gdb.dwarf2/corrupt.exp
7973 * gdb.dwarf2/data-loc.exp
7974 * gdb.dwarf2/dup-psym.exp
7975 * gdb.dwarf2/dw2-anon-mptr.exp
7976 * gdb.dwarf2/dw2-anonymous-func.exp
7977 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7978 * gdb.dwarf2/dw2-bad-unresolved.exp
7979 * gdb.dwarf2/dw2-basic.exp
7980 * gdb.dwarf2/dw2-canonicalize-type.exp
7981 * gdb.dwarf2/dw2-case-insensitive.exp
7982 * gdb.dwarf2/dw2-common-block.exp
7983 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7984 * gdb.dwarf2/dw2-compressed.exp
7985 * gdb.dwarf2/dw2-const.exp
7986 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7987 * gdb.dwarf2/dw2-cu-size.exp
7988 * gdb.dwarf2/dw2-dup-frame.exp
7989 * gdb.dwarf2/dw2-entry-value.exp
7990 * gdb.dwarf2/dw2-icycle.exp
7991 * gdb.dwarf2/dw2-ifort-parameter.exp
7992 * gdb.dwarf2/dw2-inline-break.exp
7993 * gdb.dwarf2/dw2-inline-param.exp
7994 * gdb.dwarf2/dw2-intercu.exp
7995 * gdb.dwarf2/dw2-intermix.exp
7996 * gdb.dwarf2/dw2-lexical-block-bare.exp
7997 * gdb.dwarf2/dw2-linkage-name-trust.exp
7998 * gdb.dwarf2/dw2-minsym-in-cu.exp
7999 * gdb.dwarf2/dw2-noloc.exp
8000 * gdb.dwarf2/dw2-op-call.exp
8001 * gdb.dwarf2/dw2-op-out-param.exp
8002 * gdb.dwarf2/dw2-opt-structptr.exp
8003 * gdb.dwarf2/dw2-param-error.exp
8004 * gdb.dwarf2/dw2-producer.exp
8005 * gdb.dwarf2/dw2-ranges-base.exp
8006 * gdb.dwarf2/dw2-ref-missing-frame.exp
8007 * gdb.dwarf2/dw2-reg-undefined.exp
8008 * gdb.dwarf2/dw2-regno-invalid.exp
8009 * gdb.dwarf2/dw2-restore.exp
8010 * gdb.dwarf2/dw2-restrict.exp
8011 * gdb.dwarf2/dw2-single-line-discriminators.exp
8012 * gdb.dwarf2/dw2-strp.exp
8013 * gdb.dwarf2/dw2-undefined-ret-addr.exp
8014 * gdb.dwarf2/dw2-unresolved.exp
8015 * gdb.dwarf2/dw2-var-zero-addr.exp
8016 * gdb.dwarf2/dw4-sig-types.exp
8017 * gdb.dwarf2/dwz.exp
8018 * gdb.dwarf2/dynarr-ptr.exp
8019 * gdb.dwarf2/enum-type.exp
8020 * gdb.dwarf2/gdb-index.exp
8021 * gdb.dwarf2/implptr-64bit.exp
8022 * gdb.dwarf2/implptr-optimized-out.exp
8023 * gdb.dwarf2/implptr.exp
8024 * gdb.dwarf2/implref-array.exp
8025 * gdb.dwarf2/implref-const.exp
8026 * gdb.dwarf2/implref-global.exp
8027 * gdb.dwarf2/implref-struct.exp
8028 * gdb.dwarf2/mac-fileno.exp
8029 * gdb.dwarf2/main-subprogram.exp
8030 * gdb.dwarf2/member-ptr-forwardref.exp
8031 * gdb.dwarf2/method-ptr.exp
8032 * gdb.dwarf2/missing-sig-type.exp
8033 * gdb.dwarf2/nonvar-access.exp
8034 * gdb.dwarf2/opaque-type-lookup.exp
8035 * gdb.dwarf2/pieces-optimized-out.exp
8036 * gdb.dwarf2/pieces.exp
8037 * gdb.dwarf2/pr10770.exp
8038 * gdb.dwarf2/pr13961.exp
8039 * gdb.dwarf2/staticvirtual.exp
8040 * gdb.dwarf2/subrange.exp
8041 * gdb.dwarf2/symtab-producer.exp
8042 * gdb.dwarf2/trace-crash.exp
8043 * gdb.dwarf2/typeddwarf.exp
8044 * gdb.dwarf2/valop.exp
8045 * gdb.dwarf2/watch-notconst.exp
8046 * gdb.fortran/array-element.exp
8047 * gdb.fortran/charset.exp
8048 * gdb.fortran/common-block.exp
8049 * gdb.fortran/complex.exp
8050 * gdb.fortran/derived-type-function.exp
8051 * gdb.fortran/derived-type.exp
8052 * gdb.fortran/logical.exp
8053 * gdb.fortran/module.exp
8054 * gdb.fortran/multi-dim.exp
8055 * gdb.fortran/nested-funcs.exp
8056 * gdb.fortran/print-formatted.exp
8057 * gdb.fortran/subarray.exp
8058 * gdb.fortran/vla-alloc-assoc.exp
8059 * gdb.fortran/vla-datatypes.exp
8060 * gdb.fortran/vla-history.exp
8061 * gdb.fortran/vla-ptr-info.exp
8062 * gdb.fortran/vla-ptype-sub.exp
8063 * gdb.fortran/vla-ptype.exp
8064 * gdb.fortran/vla-sizeof.exp
8065 * gdb.fortran/vla-type.exp
8066 * gdb.fortran/vla-value-sub-arbitrary.exp
8067 * gdb.fortran/vla-value-sub-finish.exp
8068 * gdb.fortran/vla-value-sub.exp
8069 * gdb.fortran/vla-value.exp
8070 * gdb.fortran/whatis_type.exp
8071 * gdb.go/chan.exp
8072 * gdb.go/handcall.exp
8073 * gdb.go/hello.exp
8074 * gdb.go/integers.exp
8075 * gdb.go/methods.exp
8076 * gdb.go/package.exp
8077 * gdb.go/strings.exp
8078 * gdb.go/types.exp
8079 * gdb.go/unsafe.exp
8080 * gdb.guile/scm-arch.exp
8081 * gdb.guile/scm-block.exp
8082 * gdb.guile/scm-breakpoint.exp
8083 * gdb.guile/scm-cmd.exp
8084 * gdb.guile/scm-disasm.exp
8085 * gdb.guile/scm-equal.exp
8086 * gdb.guile/scm-frame-args.exp
8087 * gdb.guile/scm-frame-inline.exp
8088 * gdb.guile/scm-frame.exp
8089 * gdb.guile/scm-iterator.exp
8090 * gdb.guile/scm-math.exp
8091 * gdb.guile/scm-objfile.exp
8092 * gdb.guile/scm-ports.exp
8093 * gdb.guile/scm-symbol.exp
8094 * gdb.guile/scm-symtab.exp
8095 * gdb.guile/scm-value-cc.exp
8096 * gdb.guile/types-module.exp
8097 * gdb.linespec/break-ask.exp
8098 * gdb.linespec/cpexplicit.exp
8099 * gdb.linespec/explicit.exp
8100 * gdb.linespec/keywords.exp
8101 * gdb.linespec/linespec.exp
8102 * gdb.linespec/ls-dollar.exp
8103 * gdb.linespec/ls-errs.exp
8104 * gdb.linespec/skip-two.exp
8105 * gdb.linespec/thread.exp
8106 * gdb.mi/mi-async.exp
8107 * gdb.mi/mi-basics.exp
8108 * gdb.mi/mi-break.exp
8109 * gdb.mi/mi-catch-load.exp
8110 * gdb.mi/mi-cli.exp
8111 * gdb.mi/mi-cmd-param-changed.exp
8112 * gdb.mi/mi-console.exp
8113 * gdb.mi/mi-detach.exp
8114 * gdb.mi/mi-disassemble.exp
8115 * gdb.mi/mi-eval.exp
8116 * gdb.mi/mi-file-transfer.exp
8117 * gdb.mi/mi-file.exp
8118 * gdb.mi/mi-fill-memory.exp
8119 * gdb.mi/mi-inheritance-syntax-error.exp
8120 * gdb.mi/mi-linespec-err-cp.exp
8121 * gdb.mi/mi-logging.exp
8122 * gdb.mi/mi-memory-changed.exp
8123 * gdb.mi/mi-read-memory.exp
8124 * gdb.mi/mi-record-changed.exp
8125 * gdb.mi/mi-reg-undefined.exp
8126 * gdb.mi/mi-regs.exp
8127 * gdb.mi/mi-return.exp
8128 * gdb.mi/mi-reverse.exp
8129 * gdb.mi/mi-simplerun.exp
8130 * gdb.mi/mi-solib.exp
8131 * gdb.mi/mi-stack.exp
8132 * gdb.mi/mi-stepi.exp
8133 * gdb.mi/mi-syn-frame.exp
8134 * gdb.mi/mi-until.exp
8135 * gdb.mi/mi-var-block.exp
8136 * gdb.mi/mi-var-child.exp
8137 * gdb.mi/mi-var-cmd.exp
8138 * gdb.mi/mi-var-cp.exp
8139 * gdb.mi/mi-var-display.exp
8140 * gdb.mi/mi-var-invalidate.exp
8141 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8142 * gdb.mi/mi-vla-fortran.exp
8143 * gdb.mi/mi-watch.exp
8144 * gdb.mi/mi2-var-child.exp
8145 * gdb.mi/user-selected-context-sync.exp
8146 * gdb.modula2/unbounded-array.exp
8147 * gdb.multi/dummy-frame-restore.exp
8148 * gdb.multi/multi-arch-exec.exp
8149 * gdb.multi/multi-arch.exp
8150 * gdb.multi/tids.exp
8151 * gdb.multi/watchpoint-multi.exp
8152 * gdb.opencl/callfuncs.exp
8153 * gdb.opencl/convs_casts.exp
8154 * gdb.opencl/datatypes.exp
8155 * gdb.opencl/operators.exp
8156 * gdb.opencl/vec_comps.exp
8157 * gdb.opt/clobbered-registers-O2.exp
8158 * gdb.opt/inline-break.exp
8159 * gdb.opt/inline-bt.exp
8160 * gdb.opt/inline-cmds.exp
8161 * gdb.opt/inline-locals.exp
8162 * gdb.pascal/case-insensitive-symbols.exp
8163 * gdb.pascal/floats.exp
8164 * gdb.pascal/gdb11492.exp
8165 * gdb.python/lib-types.exp
8166 * gdb.python/py-arch.exp
8167 * gdb.python/py-as-string.exp
8168 * gdb.python/py-bad-printers.exp
8169 * gdb.python/py-block.exp
8170 * gdb.python/py-breakpoint-create-fail.exp
8171 * gdb.python/py-breakpoint.exp
8172 * gdb.python/py-caller-is.exp
8173 * gdb.python/py-cmd.exp
8174 * gdb.python/py-explore-cc.exp
8175 * gdb.python/py-explore.exp
8176 * gdb.python/py-finish-breakpoint.exp
8177 * gdb.python/py-finish-breakpoint2.exp
8178 * gdb.python/py-frame-args.exp
8179 * gdb.python/py-frame-inline.exp
8180 * gdb.python/py-frame.exp
8181 * gdb.python/py-framefilter-mi.exp
8182 * gdb.python/py-infthread.exp
8183 * gdb.python/py-lazy-string.exp
8184 * gdb.python/py-linetable.exp
8185 * gdb.python/py-mi-events.exp
8186 * gdb.python/py-mi-objfile.exp
8187 * gdb.python/py-mi.exp
8188 * gdb.python/py-objfile.exp
8189 * gdb.python/py-pp-integral.exp
8190 * gdb.python/py-pp-maint.exp
8191 * gdb.python/py-pp-re-notag.exp
8192 * gdb.python/py-pp-registration.exp
8193 * gdb.python/py-recurse-unwind.exp
8194 * gdb.python/py-strfns.exp
8195 * gdb.python/py-symbol.exp
8196 * gdb.python/py-symtab.exp
8197 * gdb.python/py-sync-interp.exp
8198 * gdb.python/py-typeprint.exp
8199 * gdb.python/py-unwind-maint.exp
8200 * gdb.python/py-unwind.exp
8201 * gdb.python/py-value-cc.exp
8202 * gdb.python/py-xmethods.exp
8203 * gdb.reverse/amd64-tailcall-reverse.exp
8204 * gdb.reverse/break-precsave.exp
8205 * gdb.reverse/break-reverse.exp
8206 * gdb.reverse/consecutive-precsave.exp
8207 * gdb.reverse/consecutive-reverse.exp
8208 * gdb.reverse/finish-precsave.exp
8209 * gdb.reverse/finish-reverse-bkpt.exp
8210 * gdb.reverse/finish-reverse.exp
8211 * gdb.reverse/fstatat-reverse.exp
8212 * gdb.reverse/getresuid-reverse.exp
8213 * gdb.reverse/i386-precsave.exp
8214 * gdb.reverse/i386-reverse.exp
8215 * gdb.reverse/i386-sse-reverse.exp
8216 * gdb.reverse/i387-env-reverse.exp
8217 * gdb.reverse/i387-stack-reverse.exp
8218 * gdb.reverse/insn-reverse.exp
8219 * gdb.reverse/machinestate-precsave.exp
8220 * gdb.reverse/machinestate.exp
8221 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8222 * gdb.reverse/pipe-reverse.exp
8223 * gdb.reverse/readv-reverse.exp
8224 * gdb.reverse/recvmsg-reverse.exp
8225 * gdb.reverse/rerun-prec.exp
8226 * gdb.reverse/s390-mvcle.exp
8227 * gdb.reverse/step-precsave.exp
8228 * gdb.reverse/step-reverse.exp
8229 * gdb.reverse/time-reverse.exp
8230 * gdb.reverse/until-precsave.exp
8231 * gdb.reverse/until-reverse.exp
8232 * gdb.reverse/waitpid-reverse.exp
8233 * gdb.reverse/watch-precsave.exp
8234 * gdb.reverse/watch-reverse.exp
8235 * gdb.rust/generics.exp
8236 * gdb.rust/methods.exp
8237 * gdb.rust/modules.exp
8238 * gdb.rust/simple.exp
8239 * gdb.server/connect-with-no-symbol-file.exp
8240 * gdb.server/ext-attach.exp
8241 * gdb.server/ext-restart.exp
8242 * gdb.server/ext-wrapper.exp
8243 * gdb.server/file-transfer.exp
8244 * gdb.server/server-exec-info.exp
8245 * gdb.server/server-kill.exp
8246 * gdb.server/server-mon.exp
8247 * gdb.server/wrapper.exp
8248 * gdb.stabs/exclfwd.exp
8249 * gdb.stabs/gdb11479.exp
8250 * gdb.threads/clone-new-thread-event.exp
8251 * gdb.threads/corethreads.exp
8252 * gdb.threads/current-lwp-dead.exp
8253 * gdb.threads/dlopen-libpthread.exp
8254 * gdb.threads/gcore-thread.exp
8255 * gdb.threads/sigstep-threads.exp
8256 * gdb.threads/watchpoint-fork.exp
8257 * gdb.trace/actions-changed.exp
8258 * gdb.trace/backtrace.exp
8259 * gdb.trace/change-loc.exp
8260 * gdb.trace/circ.exp
8261 * gdb.trace/collection.exp
8262 * gdb.trace/disconnected-tracing.exp
8263 * gdb.trace/ftrace.exp
8264 * gdb.trace/mi-trace-frame-collected.exp
8265 * gdb.trace/mi-trace-unavailable.exp
8266 * gdb.trace/mi-traceframe-changed.exp
8267 * gdb.trace/mi-tsv-changed.exp
8268 * gdb.trace/no-attach-trace.exp
8269 * gdb.trace/passc-dyn.exp
8270 * gdb.trace/qtro.exp
8271 * gdb.trace/range-stepping.exp
8272 * gdb.trace/read-memory.exp
8273 * gdb.trace/save-trace.exp
8274 * gdb.trace/signal.exp
8275 * gdb.trace/status-stop.exp
8276 * gdb.trace/tfile.exp
8277 * gdb.trace/trace-break.exp
8278 * gdb.trace/trace-buffer-size.exp
8279 * gdb.trace/trace-condition.exp
8280 * gdb.trace/tracefile-pseudo-reg.exp
8281 * gdb.trace/tstatus.exp
8282 * gdb.trace/unavailable.exp
8283 * gdb.trace/while-dyn.exp
8284 * gdb.trace/while-stepping.exp
8285
34c41c68
DE
82862016-12-22 Doug Evans <xdje42@gmail.com>
8287
8288 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8289 and msymbols.
8290
16e69324
YQ
82912016-12-19 Yao Qi <yao.qi@linaro.org>
8292
8293 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8294 (test_with_self): Don't call do_steps_and_nexts, and remove
8295 code about stepping into xmalloc.
8296
f94f411b
YQ
82972016-12-09 Yao Qi <yao.qi@linaro.org>
8298
8299 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8300
83012016-12-09 Yao Qi <yao.qi@linaro.org>
8302
8303 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8304
f1b5deee
PA
83052016-12-09 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/all-architectures-0.exp: New file.
8308 * gdb.base/all-architectures-1.exp: New file.
8309 * gdb.base/all-architectures-2.exp: New file.
8310 * gdb.base/all-architectures-3.exp: New file.
8311 * gdb.base/all-architectures-4.exp: New file.
8312 * gdb.base/all-architectures-5.exp: New file.
8313 * gdb.base/all-architectures-6.exp: New file.
8314 * gdb.base/all-architectures-7.exp: New file.
8315 * gdb.base/all-architectures.exp.in: New file.
8316
364ca42e
YQ
83172016-12-09 Yao Qi <yao.qi@linaro.org>
8318
8319 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8320
107c2d62
LM
83212016-12-02 Luis Machado <lgustavo@codesourcery.com>
8322
8323 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8324 possible.
8325 Remove useless pattern-matching code.
8326
df3ee9ca
PA
83272016-12-02 Pedro Alves <palves@redhat.com>
8328
8329 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8330 procedure.
8331 (top level): Call it.
8332
ec835369
PA
83332016-12-02 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8336 New procedure.
8337 (top level): Call it.
8338
01770bbd
PA
83392016-12-02 Pedro Alves <palves@redhat.com>
8340
8341 PR cli/20559
8342 * gdb.base/commands.exp (user_defined_command_args_eval): New
8343 procedure.
8344 (top level): Call it.
8345
008459ea
LM
83462016-12-02 Luis Machado <lgustavo@codesourcery.com>
8347
8348 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8349 timeout handling.
8350
0c1b455e
TT
83512016-12-02 Tom Tromey <tom@tromey.com>
8352
8353 * gdb.dwarf2/main-subprogram.c: New file.
8354 * gdb.dwarf2/main-subprogram.exp: New file.
8355
018572b8
LM
83562016-12-01 Luis Machado <lgustavo@codesourcery.com>
8357
8358 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8359 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8360 gdb_test_no_output for a couple of cases.
8361 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8362
84c93cd5
LM
83632016-12-01 Luis Machado <lgustavo@codesourcery.com>
8364
8365 Fix test names and standardize compilation error messages throughout
8366 the following files:
8367
8368 * gdb.ada/start.exp
8369 * gdb.arch/alpha-step.exp
8370 * gdb.arch/e500-prologue.exp
8371 * gdb.arch/ftrace-insn-reloc.exp
8372 * gdb.arch/gdb1291.exp
8373 * gdb.arch/gdb1431.exp
8374 * gdb.arch/gdb1558.exp
8375 * gdb.arch/i386-dr3-watch.exp
8376 * gdb.arch/i386-sse-stack-align.exp
8377 * gdb.arch/ia64-breakpoint-shadow.exp
8378 * gdb.arch/pa-nullify.exp
8379 * gdb.arch/powerpc-aix-prologue.exp
8380 * gdb.arch/thumb-bx-pc.exp
8381 * gdb.base/annota1.exp
8382 * gdb.base/annota3.exp
8383 * gdb.base/arrayidx.exp
8384 * gdb.base/assign.exp
8385 * gdb.base/attach.exp
8386 * gdb.base/auxv.exp
8387 * gdb.base/bang.exp
8388 * gdb.base/bfp-test.exp
8389 * gdb.base/bigcore.exp
8390 * gdb.base/bitfields2.exp
8391 * gdb.base/break-fun-addr.exp
8392 * gdb.base/break-probes.exp
8393 * gdb.base/call-rt-st.exp
8394 * gdb.base/callexit.exp
8395 * gdb.base/catch-fork-kill.exp
8396 * gdb.base/charset.exp
8397 * gdb.base/checkpoint.exp
8398 * gdb.base/comprdebug.exp
8399 * gdb.base/constvars.exp
8400 * gdb.base/coredump-filter.exp
8401 * gdb.base/cursal.exp
8402 * gdb.base/cvexpr.exp
8403 * gdb.base/detach.exp
8404 * gdb.base/display.exp
8405 * gdb.base/dmsym.exp
8406 * gdb.base/dprintf-pending.exp
8407 * gdb.base/dso2dso.exp
8408 * gdb.base/dtrace-probe.exp
8409 * gdb.base/dump.exp
8410 * gdb.base/enum_cond.exp
8411 * gdb.base/exe-lock.exp
8412 * gdb.base/exec-invalid-sysroot.exp
8413 * gdb.base/execl-update-breakpoints.exp
8414 * gdb.base/exprs.exp
8415 * gdb.base/fileio.exp
8416 * gdb.base/find.exp
8417 * gdb.base/finish.exp
8418 * gdb.base/fixsection.exp
8419 * gdb.base/foll-vfork.exp
8420 * gdb.base/frame-args.exp
8421 * gdb.base/gcore.exp
8422 * gdb.base/gdb1250.exp
8423 * gdb.base/global-var-nested-by-dso.exp
8424 * gdb.base/gnu-ifunc.exp
8425 * gdb.base/hashline1.exp
8426 * gdb.base/hashline2.exp
8427 * gdb.base/hashline3.exp
8428 * gdb.base/hbreak-in-shr-unsupported.exp
8429 * gdb.base/huge.exp
8430 * gdb.base/infcall-input.exp
8431 * gdb.base/info-fun.exp
8432 * gdb.base/info-shared.exp
8433 * gdb.base/jit-simple.exp
8434 * gdb.base/jit-so.exp
8435 * gdb.base/jit.exp
8436 * gdb.base/jump.exp
8437 * gdb.base/label.exp
8438 * gdb.base/lineinc.exp
8439 * gdb.base/logical.exp
8440 * gdb.base/longjmp.exp
8441 * gdb.base/macscp.exp
8442 * gdb.base/miscexprs.exp
8443 * gdb.base/new-ui-echo.exp
8444 * gdb.base/new-ui-pending-input.exp
8445 * gdb.base/new-ui.exp
8446 * gdb.base/nodebug.exp
8447 * gdb.base/nofield.exp
8448 * gdb.base/offsets.exp
8449 * gdb.base/overlays.exp
8450 * gdb.base/pending.exp
8451 * gdb.base/pointers.exp
8452 * gdb.base/pr11022.exp
8453 * gdb.base/printcmds.exp
8454 * gdb.base/prologue.exp
8455 * gdb.base/ptr-typedef.exp
8456 * gdb.base/realname-expand.exp
8457 * gdb.base/relativedebug.exp
8458 * gdb.base/relocate.exp
8459 * gdb.base/remote.exp
8460 * gdb.base/reread.exp
8461 * gdb.base/return2.exp
8462 * gdb.base/savedregs.exp
8463 * gdb.base/sep.exp
8464 * gdb.base/sepdebug.exp
8465 * gdb.base/sepsymtab.exp
8466 * gdb.base/set-inferior-tty.exp
8467 * gdb.base/setshow.exp
8468 * gdb.base/shlib-call.exp
8469 * gdb.base/sigaltstack.exp
8470 * gdb.base/siginfo-addr.exp
8471 * gdb.base/signals.exp
8472 * gdb.base/signull.exp
8473 * gdb.base/sigrepeat.exp
8474 * gdb.base/so-impl-ld.exp
8475 * gdb.base/solib-display.exp
8476 * gdb.base/solib-overlap.exp
8477 * gdb.base/solib-search.exp
8478 * gdb.base/solib-symbol.exp
8479 * gdb.base/structs.exp
8480 * gdb.base/structs2.exp
8481 * gdb.base/symtab-search-order.exp
8482 * gdb.base/twice.exp
8483 * gdb.base/unload.exp
8484 * gdb.base/varargs.exp
8485 * gdb.base/watchpoint-solib.exp
8486 * gdb.base/watchpoint.exp
8487 * gdb.base/whatis.exp
8488 * gdb.base/wrong_frame_bt_full.exp
8489 * gdb.btrace/dlopen.exp
8490 * gdb.cell/ea-standalone.exp
8491 * gdb.cell/ea-test.exp
8492 * gdb.cp/dispcxx.exp
8493 * gdb.cp/gdb2384.exp
8494 * gdb.cp/method2.exp
8495 * gdb.cp/nextoverthrow.exp
8496 * gdb.cp/pr10728.exp
8497 * gdb.disasm/am33.exp
8498 * gdb.disasm/h8300s.exp
8499 * gdb.disasm/mn10300.exp
8500 * gdb.disasm/sh3.exp
8501 * gdb.dwarf2/dw2-dir-file-name.exp
8502 * gdb.fortran/complex.exp
8503 * gdb.fortran/library-module.exp
8504 * gdb.guile/scm-pretty-print.exp
8505 * gdb.guile/scm-symbol.exp
8506 * gdb.guile/scm-type.exp
8507 * gdb.guile/scm-value.exp
8508 * gdb.linespec/linespec.exp
8509 * gdb.mi/gdb701.exp
8510 * gdb.mi/gdb792.exp
8511 * gdb.mi/mi-breakpoint-changed.exp
8512 * gdb.mi/mi-dprintf-pending.exp
8513 * gdb.mi/mi-dprintf.exp
8514 * gdb.mi/mi-exit-code.exp
8515 * gdb.mi/mi-pending.exp
8516 * gdb.mi/mi-solib.exp
8517 * gdb.mi/new-ui-mi-sync.exp
8518 * gdb.mi/pr11022.exp
8519 * gdb.mi/user-selected-context-sync.exp
8520 * gdb.opt/solib-intra-step.exp
8521 * gdb.python/py-events.exp
8522 * gdb.python/py-finish-breakpoint.exp
8523 * gdb.python/py-mi.exp
8524 * gdb.python/py-prettyprint.exp
8525 * gdb.python/py-shared.exp
8526 * gdb.python/py-symbol.exp
8527 * gdb.python/py-template.exp
8528 * gdb.python/py-type.exp
8529 * gdb.python/py-value.exp
8530 * gdb.reverse/solib-precsave.exp
8531 * gdb.reverse/solib-reverse.exp
8532 * gdb.server/solib-list.exp
8533 * gdb.stabs/weird.exp
8534 * gdb.threads/reconnect-signal.exp
8535 * gdb.threads/stepi-random-signal.exp
8536 * gdb.trace/actions.exp
8537 * gdb.trace/ax.exp
8538 * gdb.trace/backtrace.exp
8539 * gdb.trace/change-loc.exp
8540 * gdb.trace/deltrace.exp
8541 * gdb.trace/ftrace-lock.exp
8542 * gdb.trace/ftrace.exp
8543 * gdb.trace/infotrace.exp
8544 * gdb.trace/mi-tracepoint-changed.exp
8545 * gdb.trace/packetlen.exp
8546 * gdb.trace/passcount.exp
8547 * gdb.trace/pending.exp
8548 * gdb.trace/range-stepping.exp
8549 * gdb.trace/report.exp
8550 * gdb.trace/stap-trace.exp
8551 * gdb.trace/tfind.exp
8552 * gdb.trace/trace-break.exp
8553 * gdb.trace/trace-condition.exp
8554 * gdb.trace/trace-enable-disable.exp
8555 * gdb.trace/trace-mt.exp
8556 * gdb.trace/tracecmd.exp
8557 * gdb.trace/tspeed.exp
8558 * gdb.trace/tsv.exp
8559 * lib/perftest.exp
8560
fb9feb35
LM
85612016-12-01 Luis Machado <lgustavo@codesourcery.com>
8562
8563 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8564 with gdb_test_no_output.
8565 Use command as test name.
8566
cd2ddb6c
LM
85672016-12-01 Luis Machado <lgustavo@codesourcery.com>
8568
8569 Fix test names starting with uppercase throughout the files.
8570
8571 * gdb.ada/assign_1.exp
8572 * gdb.ada/boolean_expr.exp
8573 * gdb.base/arrayidx.exp
8574 * gdb.base/del.exp
8575 * gdb.base/gcore-buffer-overflow.exp
8576 * gdb.base/testenv.exp
8577 * gdb.compile/compile.exp
8578 * gdb.python/py-framefilter-invalidarg.exp
8579 * gdb.python/py-framefilter.exp
8580
bb95117e
LM
85812016-12-01 Luis Machado <lgustavo@codesourcery.com>
8582
8583 Fix test names starting with uppercase throughout the files.
8584
8585 * gdb.ada/array_return.exp
8586 * gdb.ada/expr_delims.exp
8587 * gdb.ada/mi_dyn_arr.exp
8588 * gdb.ada/mi_interface.exp
8589 * gdb.ada/mi_var_array.exp
8590 * gdb.ada/watch_arg.exp
8591 * gdb.arch/alpha-step.exp
8592 * gdb.arch/altivec-regs.exp
8593 * gdb.arch/e500-regs.exp
8594 * gdb.arch/powerpc-d128-regs.exp
8595 * gdb.base/arrayidx.exp
8596 * gdb.base/break.exp
8597 * gdb.base/checkpoint.exp
8598 * gdb.base/debug-expr.exp
8599 * gdb.base/dmsym.exp
8600 * gdb.base/radix.exp
8601 * gdb.base/sepdebug.exp
8602 * gdb.base/testenv.exp
8603 * gdb.base/watch_thread_num.exp
8604 * gdb.base/watchpoint-cond-gone.exp
8605 * gdb.cell/break.exp
8606 * gdb.cell/ea-cache.exp
8607 * gdb.compile/compile.exp
8608 * gdb.cp/gdb2495.exp
8609 * gdb.gdb/selftest.exp
8610 * gdb.gdb/xfullpath.exp
8611 * gdb.go/hello.exp
8612 * gdb.go/integers.exp
8613 * gdb.objc/basicclass.exp
8614 * gdb.pascal/hello.exp
8615 * gdb.pascal/integers.exp
8616 * gdb.python/py-breakpoint.exp
8617 * gdb.python/py-cmd.exp
8618 * gdb.python/py-linetable.exp
8619 * gdb.python/py-xmethods.exp
8620 * gdb.python/python.exp
8621 * gdb.reverse/consecutive-precsave.exp
8622 * gdb.reverse/finish-precsave.exp
8623 * gdb.reverse/i386-precsave.exp
8624 * gdb.reverse/machinestate-precsave.exp
8625 * gdb.reverse/sigall-precsave.exp
8626 * gdb.reverse/solib-precsave.exp
8627 * gdb.reverse/step-precsave.exp
8628 * gdb.reverse/until-precsave.exp
8629 * gdb.reverse/watch-precsave.exp
8630 * gdb.threads/leader-exit.exp
8631 * gdb.threads/pthreads.exp
8632 * gdb.threads/wp-replication.exp
8633 * gdb.trace/actions.exp
8634 * gdb.trace/mi-tsv-changed.exp
8635 * gdb.trace/tsv.exp
8636
de97fdd4
LM
86372016-12-01 Luis Machado <lgustavo@codesourcery.com>
8638
8639 Fix test names starting with uppercase throughout the files.
8640
8641 * gdb.arch/i386-bp_permanent.exp
8642 * gdb.arch/i386-gnu-cfi.exp
8643 * gdb.base/disasm-end-cu.exp
8644 * gdb.base/macscp.exp
8645 * gdb.base/pending.exp
8646 * gdb.base/watch_thread_num.exp
8647 * gdb.cp/exception.exp
8648 * gdb.cp/gdb2495.exp
8649 * gdb.cp/local.exp
8650 * gdb.python/py-evsignal.exp
8651 * gdb.python/python.exp
8652 * gdb.trace/tracecmd.exp
8653
9f058c10
LM
86542016-12-01 Luis Machado <lgustavo@codesourcery.com>
8655
8656 Fix test names starting with uppercase throughout the files.
8657
8658 * gdb.base/charset.exp
8659 * gdb.base/eval.exp
8660 * gdb.base/multi-forks.exp
8661 * gdb.guile/scm-progspace.exp
8662 * gdb.opencl/datatypes.exp
8663 * gdb.python/py-block.exp
8664 * gdb.python/py-function.exp
8665 * gdb.python/py-symbol.exp
8666 * gdb.python/py-symtab.exp
8667 * gdb.python/py-xmethods.exp
8668 * gdb.reverse/break-precsave.exp
8669 * gdb.reverse/break-reverse.exp
8670 * gdb.reverse/consecutive-precsave.exp
8671 * gdb.reverse/consecutive-reverse.exp
8672 * gdb.reverse/finish-precsave.exp
8673 * gdb.reverse/finish-reverse-bkpt.exp
8674 * gdb.reverse/finish-reverse.exp
8675 * gdb.reverse/fstatat-reverse.exp
8676 * gdb.reverse/getresuid-reverse.exp
8677 * gdb.reverse/i386-precsave.exp
8678 * gdb.reverse/i386-reverse.exp
8679 * gdb.reverse/i386-sse-reverse.exp
8680 * gdb.reverse/i387-stack-reverse.exp
8681 * gdb.reverse/insn-reverse.exp
8682 * gdb.reverse/machinestate-precsave.exp
8683 * gdb.reverse/machinestate.exp
8684 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8685 * gdb.reverse/pipe-reverse.exp
8686 * gdb.reverse/readv-reverse.exp
8687 * gdb.reverse/recvmsg-reverse.exp
8688 * gdb.reverse/rerun-prec.exp
8689 * gdb.reverse/s390-mvcle.exp
8690 * gdb.reverse/sigall-precsave.exp
8691 * gdb.reverse/sigall-reverse.exp
8692 * gdb.reverse/solib-precsave.exp
8693 * gdb.reverse/solib-reverse.exp
8694 * gdb.reverse/step-precsave.exp
8695 * gdb.reverse/step-reverse.exp
8696 * gdb.reverse/time-reverse.exp
8697 * gdb.reverse/until-precsave.exp
8698 * gdb.reverse/until-reverse.exp
8699 * gdb.reverse/waitpid-reverse.exp
8700 * gdb.reverse/watch-precsave.exp
8701 * gdb.reverse/watch-reverse.exp
8702
cdc7edd7
LM
87032016-12-01 Luis Machado <lgustavo@codesourcery.com>
8704
8705 Fix test names starting with uppercase throughout the files.
8706
8707 * gdb.arch/i386-mpx-simple_segv.exp
8708 * gdb.arch/i386-mpx.exp
8709 * gdb.arch/i386-permbkpt.exp
8710 * gdb.arch/pa-nullify.exp
8711 * gdb.arch/powerpc-d128-regs.exp
8712 * gdb.arch/vsx-regs.exp
8713 * gdb.base/bfp-test.exp
8714 * gdb.base/break.exp
8715 * gdb.base/breakpoint-shadow.exp
8716 * gdb.base/callfuncs.exp
8717 * gdb.base/charset.exp
8718 * gdb.base/commands.exp
8719 * gdb.base/completion.exp
8720 * gdb.base/dfp-test.exp
8721 * gdb.base/echo.exp
8722 * gdb.base/ending-run.exp
8723 * gdb.base/eval.exp
8724 * gdb.base/expand-psymtabs.exp
8725 * gdb.base/float128.exp
8726 * gdb.base/floatn.exp
8727 * gdb.base/foll-exec-mode.exp
8728 * gdb.base/gdb1056.exp
8729 * gdb.base/gdb11531.exp
8730 * gdb.base/kill-after-signal.exp
8731 * gdb.base/multi-forks.exp
8732 * gdb.base/overlays.exp
8733 * gdb.base/pending.exp
8734 * gdb.base/sepdebug.exp
8735 * gdb.base/testenv.exp
8736 * gdb.base/valgrind-db-attach.exp
8737 * gdb.base/watch_thread_num.exp
8738 * gdb.base/watchpoint-cond-gone.exp
8739 * gdb.base/watchpoint.exp
8740 * gdb.base/watchpoints.exp
8741 * gdb.cp/arg-reference.exp
8742 * gdb.cp/baseenum.exp
8743 * gdb.cp/operator.exp
8744 * gdb.cp/shadow.exp
8745 * gdb.dwarf2/dw2-op-out-param.exp
8746 * gdb.dwarf2/dw2-reg-undefined.exp
8747 * gdb.go/chan.exp
8748 * gdb.go/hello.exp
8749 * gdb.go/integers.exp
8750 * gdb.go/methods.exp
8751 * gdb.go/package.exp
8752 * gdb.guile/scm-parameter.exp
8753 * gdb.guile/scm-progspace.exp
8754 * gdb.guile/scm-value.exp
8755 * gdb.mi/mi-pending.exp
8756 * gdb.mi/user-selected-context-sync.exp
8757 * gdb.multi/multi-attach.exp
8758 * gdb.multi/tids.exp
8759 * gdb.opt/clobbered-registers-O2.exp
8760 * gdb.pascal/floats.exp
8761 * gdb.pascal/integers.exp
8762 * gdb.python/py-block.exp
8763 * gdb.python/py-events.exp
8764 * gdb.python/py-parameter.exp
8765 * gdb.python/py-symbol.exp
8766 * gdb.python/py-symtab.exp
8767 * gdb.python/py-type.exp
8768 * gdb.python/py-value.exp
8769 * gdb.python/py-xmethods.exp
8770 * gdb.python/python.exp
8771 * gdb.reverse/break-precsave.exp
8772 * gdb.reverse/consecutive-precsave.exp
8773 * gdb.reverse/finish-precsave.exp
8774 * gdb.reverse/i386-precsave.exp
8775 * gdb.reverse/machinestate-precsave.exp
8776 * gdb.reverse/sigall-precsave.exp
8777 * gdb.reverse/solib-precsave.exp
8778 * gdb.reverse/step-precsave.exp
8779 * gdb.reverse/until-precsave.exp
8780 * gdb.reverse/watch-precsave.exp
8781 * gdb.server/ext-attach.exp
8782 * gdb.server/ext-restart.exp
8783 * gdb.server/ext-run.exp
8784 * gdb.server/ext-wrapper.exp
8785 * gdb.stabs/gdb11479.exp
8786 * gdb.stabs/weird.exp
8787 * gdb.threads/attach-many-short-lived-threads.exp
8788 * gdb.threads/kill.exp
8789 * gdb.threads/watchpoint-fork.exp
8790
bc6c7af4
LM
87912016-12-01 Luis Machado <lgustavo@codesourcery.com>
8792
8793 Fix test names starting with uppercase throughout all the files below.
8794
8795 * gdb.ada/array_return.exp
8796 * gdb.ada/catch_ex.exp
8797 * gdb.ada/info_exc.exp
8798 * gdb.ada/mi_catch_ex.exp
8799 * gdb.ada/mi_dyn_arr.exp
8800 * gdb.ada/mi_ex_cond.exp
8801 * gdb.ada/mi_exc_info.exp
8802 * gdb.ada/mi_interface.exp
8803 * gdb.ada/mi_task_arg.exp
8804 * gdb.ada/mi_task_info.exp
8805 * gdb.ada/mi_var_array.exp
8806 * gdb.arch/alpha-step.exp
8807 * gdb.arch/amd64-disp-step.exp
8808 * gdb.arch/arm-disp-step.exp
8809 * gdb.arch/disp-step-insn-reloc.exp
8810 * gdb.arch/e500-prologue.exp
8811 * gdb.arch/ftrace-insn-reloc.exp
8812 * gdb.arch/gdb1558.exp
8813 * gdb.arch/i386-bp_permanent.exp
8814 * gdb.arch/i386-disp-step.exp
8815 * gdb.arch/i386-float.exp
8816 * gdb.arch/i386-gnu-cfi.exp
8817 * gdb.arch/ia64-breakpoint-shadow.exp
8818 * gdb.arch/mips16-thunks.exp
8819 * gdb.arch/pa-nullify.exp
8820 * gdb.arch/powerpc-aix-prologue.exp
8821 * gdb.arch/powerpc-power.exp
8822 * gdb.arch/ppc-dfp.exp
8823 * gdb.arch/s390-tdbregs.exp
8824 * gdb.arch/spu-info.exp
8825 * gdb.arch/spu-ls.exp
8826 * gdb.arch/thumb-bx-pc.exp
8827 * gdb.base/advance.exp
8828 * gdb.base/annota-input-while-running.exp
8829 * gdb.base/arrayidx.exp
8830 * gdb.base/asmlabel.exp
8831 * gdb.base/async.exp
8832 * gdb.base/attach-wait-input.exp
8833 * gdb.base/auto-connect-native-target.exp
8834 * gdb.base/batch-preserve-term-settings.exp
8835 * gdb.base/bfp-test.exp
8836 * gdb.base/bigcore.exp
8837 * gdb.base/bp-permanent.exp
8838 * gdb.base/break-always.exp
8839 * gdb.base/break-fun-addr.exp
8840 * gdb.base/break-idempotent.exp
8841 * gdb.base/break-main-file-remove-fail.exp
8842 * gdb.base/break-probes.exp
8843 * gdb.base/break-unload-file.exp
8844 * gdb.base/break.exp
8845 * gdb.base/call-ar-st.exp
8846 * gdb.base/call-rt-st.exp
8847 * gdb.base/call-sc.exp
8848 * gdb.base/call-signal-resume.exp
8849 * gdb.base/call-strs.exp
8850 * gdb.base/callexit.exp
8851 * gdb.base/callfuncs.exp
8852 * gdb.base/catch-gdb-caused-signals.exp
8853 * gdb.base/catch-signal-siginfo-cond.exp
8854 * gdb.base/catch-syscall.exp
8855 * gdb.base/compare-sections.exp
8856 * gdb.base/cond-eval-mode.exp
8857 * gdb.base/condbreak-call-false.exp
8858 * gdb.base/consecutive-step-over.exp
8859 * gdb.base/cursal.exp
8860 * gdb.base/disabled-location.exp
8861 * gdb.base/disasm-end-cu.exp
8862 * gdb.base/display.exp
8863 * gdb.base/double-prompt-target-event-error.exp
8864 * gdb.base/dprintf-bp-same-addr.exp
8865 * gdb.base/dprintf-detach.exp
8866 * gdb.base/dprintf-next.exp
8867 * gdb.base/dprintf-non-stop.exp
8868 * gdb.base/dprintf-pending.exp
8869 * gdb.base/dso2dso.exp
8870 * gdb.base/ending-run.exp
8871 * gdb.base/enum_cond.exp
8872 * gdb.base/examine-backward.exp
8873 * gdb.base/exe-lock.exp
8874 * gdb.base/exec-invalid-sysroot.exp
8875 * gdb.base/execl-update-breakpoints.exp
8876 * gdb.base/execution-termios.exp
8877 * gdb.base/fileio.exp
8878 * gdb.base/fixsection.exp
8879 * gdb.base/foll-exec-mode.exp
8880 * gdb.base/foll-exec.exp
8881 * gdb.base/fork-running-state.exp
8882 * gdb.base/frame-args.exp
8883 * gdb.base/fullpath-expand.exp
8884 * gdb.base/func-ptr.exp
8885 * gdb.base/gcore-relro-pie.exp
8886 * gdb.base/gdb1090.exp
8887 * gdb.base/gdb1555.exp
8888 * gdb.base/global-var-nested-by-dso.exp
8889 * gdb.base/gnu-ifunc.exp
8890 * gdb.base/hbreak-in-shr-unsupported.exp
8891 * gdb.base/hbreak-unmapped.exp
8892 * gdb.base/hook-stop.exp
8893 * gdb.base/infcall-input.exp
8894 * gdb.base/info-fun.exp
8895 * gdb.base/info-shared.exp
8896 * gdb.base/interrupt-noterm.exp
8897 * gdb.base/jit-so.exp
8898 * gdb.base/jit.exp
8899 * gdb.base/line-symtabs.exp
8900 * gdb.base/list.exp
8901 * gdb.base/longjmp.exp
8902 * gdb.base/macscp.exp
8903 * gdb.base/max-value-size.exp
8904 * gdb.base/nodebug.exp
8905 * gdb.base/nofield.exp
8906 * gdb.base/overlays.exp
8907 * gdb.base/paginate-after-ctrl-c-running.exp
8908 * gdb.base/paginate-bg-execution.exp
8909 * gdb.base/paginate-inferior-exit.exp
8910 * gdb.base/pending.exp
8911 * gdb.base/pr11022.exp
8912 * gdb.base/printcmds.exp
8913 * gdb.base/ptr-typedef.exp
8914 * gdb.base/ptype.exp
8915 * gdb.base/randomize.exp
8916 * gdb.base/range-stepping.exp
8917 * gdb.base/realname-expand.exp
8918 * gdb.base/relativedebug.exp
8919 * gdb.base/remote.exp
8920 * gdb.base/savedregs.exp
8921 * gdb.base/sepdebug.exp
8922 * gdb.base/set-noassign.exp
8923 * gdb.base/shlib-call.exp
8924 * gdb.base/shreloc.exp
8925 * gdb.base/sigaltstack.exp
8926 * gdb.base/sigbpt.exp
8927 * gdb.base/siginfo-addr.exp
8928 * gdb.base/siginfo-obj.exp
8929 * gdb.base/siginfo-thread.exp
8930 * gdb.base/signest.exp
8931 * gdb.base/signull.exp
8932 * gdb.base/sigrepeat.exp
8933 * gdb.base/skip.exp
8934 * gdb.base/so-impl-ld.exp
8935 * gdb.base/solib-corrupted.exp
8936 * gdb.base/solib-disc.exp
8937 * gdb.base/solib-display.exp
8938 * gdb.base/solib-overlap.exp
8939 * gdb.base/solib-search.exp
8940 * gdb.base/solib-symbol.exp
8941 * gdb.base/source-execution.exp
8942 * gdb.base/sss-bp-on-user-bp-2.exp
8943 * gdb.base/sss-bp-on-user-bp.exp
8944 * gdb.base/stack-checking.exp
8945 * gdb.base/stale-infcall.exp
8946 * gdb.base/step-break.exp
8947 * gdb.base/step-line.exp
8948 * gdb.base/step-over-exit.exp
8949 * gdb.base/step-test.exp
8950 * gdb.base/structs.exp
8951 * gdb.base/sym-file.exp
8952 * gdb.base/symtab-search-order.exp
8953 * gdb.base/term.exp
8954 * gdb.base/type-opaque.exp
8955 * gdb.base/unload.exp
8956 * gdb.base/until-nodebug.exp
8957 * gdb.base/until.exp
8958 * gdb.base/unwindonsignal.exp
8959 * gdb.base/watch-cond.exp
8960 * gdb.base/watch-non-mem.exp
8961 * gdb.base/watch_thread_num.exp
8962 * gdb.base/watchpoint-reuse-slot.exp
8963 * gdb.base/watchpoint-solib.exp
8964 * gdb.base/watchpoint.exp
8965 * gdb.btrace/dlopen.exp
8966 * gdb.cell/arch.exp
8967 * gdb.cell/break.exp
8968 * gdb.cell/bt.exp
8969 * gdb.cell/core.exp
8970 * gdb.cell/data.exp
8971 * gdb.cell/dwarfaddr.exp
8972 * gdb.cell/ea-cache.exp
8973 * gdb.cell/ea-standalone.exp
8974 * gdb.cell/ea-test.exp
8975 * gdb.cell/f-regs.exp
8976 * gdb.cell/fork.exp
8977 * gdb.cell/gcore.exp
8978 * gdb.cell/mem-access.exp
8979 * gdb.cell/ptype.exp
8980 * gdb.cell/registers.exp
8981 * gdb.cell/sizeof.exp
8982 * gdb.cell/solib-symbol.exp
8983 * gdb.cell/solib.exp
8984 * gdb.compile/compile-tls.exp
8985 * gdb.cp/exception.exp
8986 * gdb.cp/gdb2495.exp
8987 * gdb.cp/local.exp
8988 * gdb.cp/mb-inline.exp
8989 * gdb.cp/mb-templates.exp
8990 * gdb.cp/pr10687.exp
8991 * gdb.cp/pr9167.exp
8992 * gdb.cp/scope-err.exp
8993 * gdb.cp/templates.exp
8994 * gdb.cp/virtfunc.exp
8995 * gdb.dwarf2/dw2-dir-file-name.exp
8996 * gdb.dwarf2/dw2-single-line-discriminators.exp
8997 * gdb.fortran/complex.exp
8998 * gdb.fortran/library-module.exp
8999 * gdb.guile/guile.exp
9000 * gdb.guile/scm-cmd.exp
9001 * gdb.guile/scm-frame-inline.exp
9002 * gdb.guile/scm-objfile.exp
9003 * gdb.guile/scm-pretty-print.exp
9004 * gdb.guile/scm-symbol.exp
9005 * gdb.guile/scm-type.exp
9006 * gdb.guile/scm-value.exp
9007 * gdb.linespec/keywords.exp
9008 * gdb.linespec/ls-errs.exp
9009 * gdb.linespec/macro-relative.exp
9010 * gdb.linespec/thread.exp
9011 * gdb.mi/mi-breakpoint-changed.exp
9012 * gdb.mi/mi-dprintf-pending.exp
9013 * gdb.mi/mi-fullname-deleted.exp
9014 * gdb.mi/mi-logging.exp
9015 * gdb.mi/mi-pending.exp
9016 * gdb.mi/mi-solib.exp
9017 * gdb.mi/new-ui-mi-sync.exp
9018 * gdb.mi/user-selected-context-sync.exp
9019 * gdb.multi/dummy-frame-restore.exp
9020 * gdb.multi/multi-arch-exec.exp
9021 * gdb.multi/remove-inferiors.exp
9022 * gdb.multi/watchpoint-multi-exit.exp
9023 * gdb.opt/solib-intra-step.exp
9024 * gdb.perf/backtrace.exp
9025 * gdb.perf/single-step.exp
9026 * gdb.perf/skip-command.exp
9027 * gdb.perf/skip-prologue.exp
9028 * gdb.perf/solib.exp
9029 * gdb.python/lib-types.exp
9030 * gdb.python/py-as-string.exp
9031 * gdb.python/py-bad-printers.exp
9032 * gdb.python/py-block.exp
9033 * gdb.python/py-breakpoint.exp
9034 * gdb.python/py-cmd.exp
9035 * gdb.python/py-events.exp
9036 * gdb.python/py-evthreads.exp
9037 * gdb.python/py-finish-breakpoint.exp
9038 * gdb.python/py-finish-breakpoint2.exp
9039 * gdb.python/py-frame-inline.exp
9040 * gdb.python/py-frame.exp
9041 * gdb.python/py-inferior.exp
9042 * gdb.python/py-infthread.exp
9043 * gdb.python/py-mi.exp
9044 * gdb.python/py-objfile.exp
9045 * gdb.python/py-pp-maint.exp
9046 * gdb.python/py-pp-registration.exp
9047 * gdb.python/py-prettyprint.exp
9048 * gdb.python/py-recurse-unwind.exp
9049 * gdb.python/py-shared.exp
9050 * gdb.python/py-symbol.exp
9051 * gdb.python/py-symtab.exp
9052 * gdb.python/py-template.exp
9053 * gdb.python/py-type.exp
9054 * gdb.python/py-unwind-maint.exp
9055 * gdb.python/py-unwind.exp
9056 * gdb.python/py-value.exp
9057 * gdb.python/python.exp
9058 * gdb.reverse/finish-reverse-bkpt.exp
9059 * gdb.reverse/insn-reverse.exp
9060 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9061 * gdb.reverse/solib-precsave.exp
9062 * gdb.reverse/solib-reverse.exp
9063 * gdb.stabs/gdb11479.exp
9064 * gdb.stabs/weird.exp
9065 * gdb.threads/fork-child-threads.exp
9066 * gdb.threads/fork-plus-threads.exp
9067 * gdb.threads/fork-thread-pending.exp
9068 * gdb.threads/forking-threads-plus-breakpoint.exp
9069 * gdb.threads/hand-call-in-threads.exp
9070 * gdb.threads/interrupted-hand-call.exp
9071 * gdb.threads/linux-dp.exp
9072 * gdb.threads/local-watch-wrong-thread.exp
9073 * gdb.threads/next-while-other-thread-longjmps.exp
9074 * gdb.threads/non-ldr-exit.exp
9075 * gdb.threads/pending-step.exp
9076 * gdb.threads/print-threads.exp
9077 * gdb.threads/process-dies-while-detaching.exp
9078 * gdb.threads/process-dies-while-handling-bp.exp
9079 * gdb.threads/pthreads.exp
9080 * gdb.threads/queue-signal.exp
9081 * gdb.threads/reconnect-signal.exp
9082 * gdb.threads/signal-command-handle-nopass.exp
9083 * gdb.threads/signal-command-multiple-signals-pending.exp
9084 * gdb.threads/signal-delivered-right-thread.exp
9085 * gdb.threads/signal-sigtrap.exp
9086 * gdb.threads/sigthread.exp
9087 * gdb.threads/staticthreads.exp
9088 * gdb.threads/stepi-random-signal.exp
9089 * gdb.threads/thread-unwindonsignal.exp
9090 * gdb.threads/thread_check.exp
9091 * gdb.threads/thread_events.exp
9092 * gdb.threads/tid-reuse.exp
9093 * gdb.threads/tls-nodebug.exp
9094 * gdb.threads/tls-shared.exp
9095 * gdb.threads/tls-so_extern.exp
9096 * gdb.threads/tls.exp
9097 * gdb.threads/wp-replication.exp
9098 * gdb.trace/actions-changed.exp
9099 * gdb.trace/actions.exp
9100 * gdb.trace/backtrace.exp
9101 * gdb.trace/change-loc.exp
9102 * gdb.trace/collection.exp
9103 * gdb.trace/deltrace.exp
9104 * gdb.trace/disconnected-tracing.exp
9105 * gdb.trace/entry-values.exp
9106 * gdb.trace/ftrace-lock.exp
9107 * gdb.trace/ftrace.exp
9108 * gdb.trace/infotrace.exp
9109 * gdb.trace/mi-trace-frame-collected.exp
9110 * gdb.trace/mi-trace-unavailable.exp
9111 * gdb.trace/mi-traceframe-changed.exp
9112 * gdb.trace/mi-tracepoint-changed.exp
9113 * gdb.trace/mi-tsv-changed.exp
9114 * gdb.trace/no-attach-trace.exp
9115 * gdb.trace/packetlen.exp
9116 * gdb.trace/passc-dyn.exp
9117 * gdb.trace/passcount.exp
9118 * gdb.trace/pending.exp
9119 * gdb.trace/pr16508.exp
9120 * gdb.trace/qtro.exp
9121 * gdb.trace/range-stepping.exp
9122 * gdb.trace/read-memory.exp
9123 * gdb.trace/report.exp
9124 * gdb.trace/save-trace.exp
9125 * gdb.trace/signal.exp
9126 * gdb.trace/stap-trace.exp
9127 * gdb.trace/status-stop.exp
9128 * gdb.trace/strace.exp
9129 * gdb.trace/tfile.exp
9130 * gdb.trace/tfind.exp
9131 * gdb.trace/trace-break.exp
9132 * gdb.trace/trace-condition.exp
9133 * gdb.trace/trace-enable-disable.exp
9134 * gdb.trace/trace-mt.exp
9135 * gdb.trace/tracecmd.exp
9136 * gdb.trace/tracefile-pseudo-reg.exp
9137 * gdb.trace/tspeed.exp
9138 * gdb.trace/tstatus.exp
9139 * gdb.trace/tsv.exp
9140 * gdb.trace/unavailable.exp
9141 * gdb.trace/while-dyn.exp
9142 * gdb.trace/while-stepping.exp
9143 * lib/gdb-guile.exp
9144 * lib/gdb.exp
9145 * lib/mi-support.exp
9146 * lib/pascal.exp
9147 * lib/perftest.exp
9148 * lib/prelink-support.exp
9149 * lib/selftest-support.exp
9150
ad02e4fe
SM
91512016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9152
9153 * Makefile.in: Include disable-implicit-rules.mk.
9154
22347e55
AA
91552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9156
9157 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9158 non-byte-aligned bit fields.
9159
da5b30da
AA
91602016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 PR gdb/12616
9163 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9164 respects the DW_AT_data_bit_offset attribute.
9165
b593ecca
SM
91662016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9167
9168 * gdb.base/default.exp: Fix output of "set language".
9169
3b165252
SM
91702016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9171
9172 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9173 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9174 make.
9175 * configure.ac: Remove checks for the make program.
9176 * configure: Re-generate.
9177
1a2f3d7f
KB
91782016-11-16 Kevin Buettner <kevinb@redhat.com>
9179
9180 * gdb.python/py-recurse-unwind.c (main): Add loop.
9181 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9182 to read_register() and gdb.parse_and_eval(). Make each code
9183 call a separate case that can be individually tested.
9184 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9185 proc. Call cont_and_backtrace for each of the code paths that
9186 we want to test in the unwinder.
9187
b7f38fda
AA
91882016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9189
9190 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9191 the definition of struct S.
9192
1f8db343
CM
91932016-11-11 Catherine Moore <clm@codesourcery.com>
9194
9195 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9196
fad0c9fb
PA
91972016-11-09 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.base/commands.exp (runto_or_return): New procedure.
9200 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9201 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9202 (progvar_simple_while_test, progvar_complex_if_while_test)
9203 (if_while_breakpoint_command_test)
9204 (infrun_breakpoint_command_test, breakpoint_command_test)
9205 (user_defined_command_test, watchpoint_command_test)
9206 (test_command_prompt_position, redefine_hook_test)
9207 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9208 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9209 multi_line_input and multi_line. Remove gdb_expect and
9210 gdb_stop_suppressing_tests uses.
9211 * lib/gdb.exp (valnum_re): New global.
9212 (multi_line_input): New procedure.
9213
8354c62c
SM
92142016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9215
9216 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9217 Remove.
9218 (test_setup): Define with proc_with_prefix.
9219 (test_cli_inferior): Likewise.
9220 (test_cli_thread): Likewise.
9221 (test_cli_frame): Likewise.
9222 (test_cli_select_frame): Likewise.
9223 (test_cli_up_down): Likewise.
9224 (test_mi_thread_select): Likewise.
9225 (test_mi_stack_select_frame): Likewise.
9226 (test_cli_in_mi_inferior): Likewise.
9227 (test_cli_in_mi_thread): Likewise.
9228 (test_cli_in_mi_frame): Likewise.
9229 (top level): Do not use with_test_prefix_procname.
9230
64f367a2
PA
92312016-11-09 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/commands.exp (gdbvar_simple_if_test)
9234 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9235 (progvar_simple_if_test, progvar_simple_while_test)
9236 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9237 (infrun_breakpoint_command_test, breakpoint_command_test)
9238 (user_defined_command_test, watchpoint_command_test)
9239 (test_command_prompt_position, deprecated_command_test)
9240 (bp_deleted_in_command, temporary_breakpoint_commands)
9241 (stray_arg0_test, source_file_with_indented_comment)
9242 (recursive_source_test, if_commands_test)
9243 (error_clears_commands_left, redefine_hook_test)
9244 (redefine_backtrace_test): Use proc_with_prefix.
9245 * lib/gdb.exp (proc_with_prefix): New proc.
9246
0bb65f1e
AA
92472016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9248
9249 * gdb.base/tui-layout.c: New file.
9250 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9251 disassembly window contains very long lines.
9252
7353f247
TT
92532016-11-08 Tom Tromey <tom@tromey.com>
9254
9255 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9256 depend on Python 2.
9257
30a7bb83
TT
92582016-11-08 Tom Tromey <tom@tromey.com>
9259
9260 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9261 New method.
9262
cdf5a07c
MG
92632016-10-29 Manish Goregaokar <manish@mozilla.com>
9264
2806dc7e 9265 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9266
51a789c3
MG
92672016-10-27 Manish Goregaokar <manish@mozilla.com>
9268
2806dc7e
PA
9269 * gdb.rust/simple.rs: Add test for univariant enums without
9270 discriminants and for encoded struct-like enums.
51a789c3 9271
f610ab6d
PA
92722016-10-28 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9275 gdb_test_multiple, tighten regexps and match symtabs and line
9276 tables incrementally.
9277
b129b0ca
LM
92782016-10-28 Luis Machado <lgustavo@codesourcery.com>
9279
9280 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9281 general.
9282
ecf45d2c
SL
92832016-10-25 Luis Machado <lgustavo@codesourcery.com>
9284
9285 * gdb.base/exec-invalid-sysroot.exp: New file.
9286
b8d38ee4
JK
92872016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9290
f90fd8c2
JK
92912016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9292
9293 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9294
2d2476aa
MR
92952016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9296
2806dc7e
PA
9297 * gdb.base/killed-outside.exp: Remove $options from a call to
9298 `prepare_for_testing'.
2d2476aa 9299
e42b25a0
SM
93002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9301
9302 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9303 Change test message.
9304
3ccdb432
SM
93052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9308 Update comment.
9309
5bad3170
SM
93102016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * gdb.trace/mi-trace-save.exp: New file.
9313
5ad9dba7
YQ
93142016-10-13 Yao Qi <yao.qi@linaro.org>
9315
9316 * gdb.base/code_elim.exp (get_var_address): Remove.
9317 * gdb.base/relocate.exp: Likewise.
9318 * gdb.base/shreloc.exp: Likewise.
9319 * lib/gdb.exp (get_var_address): New.
9320
62df7e21
YQ
93212016-10-13 Yao Qi <yao.qi@linaro.org>
9322
9323 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9324 floating point tests if $skip_float_test is false.
9325
4dac951e
LM
93262016-10-12 Luis Machado <lgustavo@codesourcery.com>
9327
9328 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9329 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9330 argc values.
9331 Add 1 to argc so we guarantee distinct initial/modified argc values.
9332
8f1a8fc4
JK
93332016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9336
16c85b5d
JK
93372016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9338
9339 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9340 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9341 * gdb.arch/vsx-regs.exp: Likewise.
9342
1d0e042a
YQ
93432016-10-07 Yao Qi <yao.qi@linaro.org>
9344
9345 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9346
68dadef5
MM
93472016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9348
9349 * gdb.python/python.exp: Test decode_line("*0").
9350
33fa2c6e
DE
93512016-10-06 Doug Evans <dje@google.com>
9352
9353 * gdb.python/py-value.exp (test_value_creation): Add test for large
9354 unsigned 64-bit value.
9355
9c37b5ae
TT
93562016-10-06 Tom Tromey <tom@tromey.com>
9357
9358 * gdb.compile/compile.exp: Change java tests to rust.
9359 * gdb.base/setshow.exp: Change java tests to rust.
9360 * gdb.base/default.exp: Remove java from language list.
9361 * README (Examples): Update language example.
9362 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9363 test.
9364 * lib/gdb.exp (skip_java_tests): Remove.
9365 * lib/java.exp: Remove.
9366 * gdb.java: Remove.
9367
78b86327
MR
93682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9369
9370 * gdb.arch/mips-fcr.exp: New test.
9371 * gdb.arch/mips-fcr.c: Source for the new test.
9372
7470adbb
MR
93732016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9374
9375 * gdb.base/solib-disc.exp: Use `standard_output_file'
9376 throughout.
9377
4a556533
PA
93782016-10-06 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/jit-simple-dl.c: New file.
9381 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9382 * gdb.base/jit-simple.c: ... this.
9383 * gdb.base/jit-simple.exp (jit_run): Delete.
9384 (build_jit): New proc.
9385 (jit_test_reread): Recompile either the main program or the shared
9386 library, depending on what is being tested. Skip changing address
9387 if caller wants to. Compare before/after addresses. If testing
9388 standalone, explicitly load the binary. Test "maint info
9389 breakpoints".
9390 (top level): Add "standalone vs shared lib" and "change address"
9391 vs "same address" axes.
9392
5a122fbc
PA
93932016-10-06 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9396 call.
9397 (jit_run): Delete.
9398 (jit_test_reread): Use with_test_prefix. Reload the main binary
9399 explicitly. Compare the before/after addresses of the JIT
9400 descriptor.
9401
ee8da4b8
DE
94022016-08-15 Doug Evans <dje@google.com>
9403
9404 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9405 for single bitfields is bool.
9406 * gdb.xml/tdesc-regs.exp: Ditto.
9407
f389f6fe
JK
94082016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9411
fdebf1a4
YQ
94122016-10-05 Yao Qi <yao.qi@linaro.org>
9413
9414 * lib/gdb.exp (support_complex_tests): Return zero if
9415 gdb_skip_float_test return true.
9416
9c36d954 94172016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9418 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9419
9420 PR gdb/20487
9421 * gdb.mi/user-selected-context-sync.exp: New file.
9422 * gdb.mi/user-selected-context-sync.c: New file.
9423
4034d0ff 94242016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9425 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9426
9427 PR gdb/20487
9428 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9429 =thread-select-event check.
9430
a4297203
PB
94312016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9432
9433 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9434 the compulsory L operand changes.
9435 * gdb.arch/powerpc-power.s: Likewise.
9436
bb805577
JK
94372016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9438
9439 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9440 * gdb.base/jit-attach-pie.c: New file.
9441 * gdb.base/jit-attach-pie.exp: New file.
9442
6d61dee5
PA
94432016-09-28 Pedro Alves <palves@redhat.com>
9444
9445 * gdb.base/infcall-input.c: New file.
9446 * gdb.base/infcall-input.exp: New file.
9447
f73842fc
YQ
94482016-09-22 Yao Qi <yao.qi@linaro.org>
9449
9450 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9451 (gdb_exit): Rename it to ...
9452 (gdbserver_gdb_exit): ... Close GDBserver.
9453 (gdb_exit): New proc, call gdbserver_gdb_exit.
9454 (mi_gdb_exit): Likewise.
9455
90681dab
YQ
94562016-09-22 Yao Qi <yao.qi@linaro.org>
9457
9458 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9459 path.
9460 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9461 Remove duplication.
9462
9c211fd8
YQ
94632016-09-22 Yao Qi <yao.qi@linaro.org>
9464
9465 * lib/gdbserver-support.exp: Check the existence of
9466 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9467
ad0a504f
AK
94682016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9469
9470 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9471
36cf1806
TT
94722016-09-21 Tom Tromey <tom@tromey.com>
9473
9474 PR gdb/20604:
9475 * gdb.base/quit.exp: New file.
9476
74172ecf
SM
94772016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9478
9479 * .gitignore: New file.
9480
3d0ec882
MR
94812016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9482
9483 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9484 throughout.
9485
8193adea
AA
94862016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9487
9488 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9489
d41a5c09
JK
94902016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * gdb.cp/casts.cc (decltype): Move it ...
9493 (main): ... with its call to ...
9494 * gdb.cp/casts03.cc: ... a new file.
9495 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9496
d2dfe700
JK
94972016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9498
9499 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9500
e2a92b16
PB
95012016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9502
9503 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9504 and sync up the test with tests in gas/testsuite/gas/ppc.
9505 * gdb.arch/powerpc-power.exp: Likewise.
9506
49b4de64
JK
95072016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9510
2c29df25
SDJ
95112016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9512 Jan Kratochvil <jan.kratochvil@redhat.com>
9513
9514 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9515 make m1's definition to be different from m2's. Use 'dummy' as an
9516 argument for probe 'two'.
9517
cc3c2846
JB
95182016-09-10 Jon Beniston <jon@beniston.com>
9519
9520 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9521 for sim target.
9522
e1b2624a
AA
95232016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9524
9525 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9526 variable declaration.
9527 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9528 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9529 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9530 received HWCAP as its argument.
9531
4295e285
PA
95322016-09-06 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/new-ui-pending-input.c: New file.
9535 * gdb.base/new-ui-pending-input.exp: New file.
9536 * gdb.exp (clear_gdb_spawn_id): New procedure.
9537 (with_spawn_id): Check whether gdb_spawn_id exists before
9538 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9539 on exit.
9540
00d5215e
UW
95412016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9542
9543 * gdb.base/float128.c: New file.
9544 * gdb.base/float128.exp: Likewise.
9545 * gdb.base/floatn.c: Likewise.
9546 * gdb.base/floatn.exp: Likewise.
9547
a9ff5f12
UW
95482016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9549
9550 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9551
f245535c
PA
95522016-09-05 Pedro Alves <palves@redhat.com>
9553
9554 PR backtrace/19927
9555 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9556 unwinders are immediately called as side effect of "source" or
9557 "disable unwinder" commands.
9558 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9559
ae9cf263
YQ
95602016-09-02 Yao Qi <yao.qi@linaro.org>
9561
9562 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9563 is true and $type is "float" or "double".
9564
27aba047
YQ
95652016-09-02 Yao Qi <yao.qi@linaro.org>
9566
9567 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9568 true.
9569 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9570 * gdb.base/call-rt-st.exp: Likewise.
9571 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9572 return value instead of gdb,skip_float_test.
9573 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9574 (do_function_calls): Use its return value instead of
9575 gdb,skip_float_test.
9576 * gdb.base/finish.exp: Likewise.
9577 * gdb.base/funcargs.exp: Likewise.
9578 * gdb.base/return.exp: Likewise.
9579 * gdb.base/return2.exp: Likewise.
9580 * gdb.base/varargs.exp: Likewise.
9581 * lib/gdb.exp (gdb_skip_float_test): Change it to
9582 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9583
5af962df
AA
95842016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9585
9586 * gdb.multi/tids.exp: Test "thread apply all".
9587
7fac6910
JK
95882016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9589
9590 * gdb.base/default.exp (tty): Remove.
9591
bb1fe4ac
KB
95922016-08-24 Kevin Buettner <kevinb@redhat.com>
9593
2806dc7e
PA
9594 * gdb.python/py-recurse-unwind.c: New file.
9595 * gdb.python/py-recurse-unwind.py: New file.
9596 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9597
0a1ddfa6
SM
95982016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9599
9600 * gdb.base/set-inferior-tty.exp: New file.
9601 * gdb.base/set-inferior-tty.c: New file.
9602
d9de1fe3
PA
96032016-08-23 Pedro Alves <palves@redhat.com>
9604
9605 PR gdb/20494
9606 * gdb.base/new-ui-echo.c: New file.
9607 * gdb.base/new-ui-echo.exp: New file.
9608
e9d9abd7
YQ
96092016-08-23 Yao Qi <yao.qi@linaro.org>
9610
9611 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9612 gdbserver_spawn.
9613 * gdb.server/connect-without-multi-process.exp (do_test):
9614 Likewise.
9615
3589529e
YQ
96162016-08-23 Yao Qi <yao.qi@linaro.org>
9617
9618 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9619 standalone_txt. Delete gdb_txt and standalone_txt on host
9620 and target. Spawn the binary on target. Copy files from
9621 target to host.
9622
6bb90213
PA
96232016-08-22 Pedro Alves <palves@redhat.com>
9624
9625 PR gdb/20505
9626 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9627 with_test_prefix. Factor out bits to ...
9628 (test_no_vdso): ... this new procedure.
9629
20c2c024
CL
96302016-08-19 Carl Love <cel@us.ibm.com>
9631
9632 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9633 maintaining separate logic for constructing the output path.
9634 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9635 * gdb.arch/ppc-dfp.exp: Likewise.
9636 * gdb.arch/ppc-fp.exp: Likewise.
9637 * gdb.arch/vsx-regs.exp: Likewise.
9638 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9639 binprefix for generating the additional binary files.
9640
0646e07d
PA
96412016-08-19 Pedro Alves <palves@redhat.com>
9642
9643 * gdb.trace/mi-trace-frame-collected.exp
9644 (test_trace_frame_collected): On x32, expect two registers.
9645
46da9242
CL
96462016-08-18 Carl Love <cel@us.ibm.com>
9647
9648 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9649 and sync up the test with tests in gas/testsuite/gas/ppc.
9650 * gdb.arch/powerpc-power.exp: Likewise.
9651
eb2332d7
SM
96522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9655 expected error message.
9656
63c61e04
SM
96572016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9658
9659 * gdb.multi/remove-inferiors.exp: New file.
9660 * gdb.multi/remove-inferiors.c: New file.
9661
7b17065f
YQ
96622016-08-12 Yao Qi <yao.qi@linaro.org>
9663
9664 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9665 argument list.
9666
01d3dedf
PA
96672016-08-10 Pedro Alves <palves@redhat.com>
9668
9669 PR gdb/19187
9670 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9671 setup_kfails.
9672
3eb7562a
PA
96732016-08-09 Pedro Alves <palves@redhat.com>
9674 Simon Marchi <simon.marchi@ericsson.com>
9675
9676 PR gdb/20418
9677 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9678 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9679
80614914
PA
96802016-08-09 Pedro Alves <palves@redhat.com>
9681
9682 PR mi/20431
9683 * gdb.mi/mi-cmd-error.exp: New file.
9684
f348d89a
PA
96852016-08-09 Pedro Alves <palves@redhat.com>
9686
9687 PR gdb/18653
9688 * gdb.base/signals-state-child.c: New file.
9689 * gdb.base/signals-state-child.exp: New file.
9690 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9691
e5ca03b4
PA
96922016-08-09 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9695
282a0691
TT
96962016-08-03 Tom Tromey <tom@tromey.com>
9697
9698 PR python/18565:
9699 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9700
41bfcd63
YQ
97012016-08-01 Yao Qi <yao.qi@linaro.org>
9702
9703 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9704 variable mode to "multi-process" if $multi_process is 1, otherwise
9705 set it to "single-process".
9706
e3465b24
YQ
97072016-08-01 Yao Qi <yao.qi@linaro.org>
9708
9709 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9710 * gdb.cp/cpexprs.exp: Likewise.
9711 * gdb.cp/m-static.exp: Likewise.
9712
0b31a4bc
TT
97132016-07-26 Tom Tromey <tom@tromey.com>
9714
9715 PR python/20190:
9716 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9717 test.
9718
e0461dbb
MM
97192016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9720
9721 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9722 selecting assembly source files.
9723 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9724 assembly source files.
9725 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9726 assembly source files.
9727 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9728 selecting assembly source files.
9729
8194e927
SM
97302016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9731
9732 * gdb.base/new-ui.exp (do_test_invalid_args): New
9733 procedure.
9734
c0272db5
TW
97352016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9736
9737 * gdb.btrace/reconnect.c: New file.
9738 * gdb.btrace/reconnect.exp: New file.
9739
e3487908
GKB
97402016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9741
9742 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9743 to test_catch_syscall_group.
9744 (test_catch_syscall_group): New.
9745
12df5c00
TT
97462016-07-21 Tom Tromey <tom@tromey.com>
9747
9748 * gdb.rust/simple.rs (main): Use empty struct expression.
9749 * gdb.rust/simple.exp: Add tests for empty struct expression.
9750
bae62ee2
YQ
97512016-07-21 Yao Qi <yao.qi@linaro.org>
9752
9753 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9754 if gdb_skip_xml_test is true on some targets.
9755
b1b53fb3
YQ
97562016-07-21 Yao Qi <yao.qi@linaro.org>
9757
9758 * gdb.server/solib-list.exp: Unset last_loaded_file.
9759
027d97f8
JK
97602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9761
9762 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9763 "step into captured_main (args)".
9764
7674d381
JK
97652016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9766
9767 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9768
72b5d099
JK
97692016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9770
9771 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9772
1f960ced
PA
97732016-07-19 Pedro Alves <palves@redhat.com>
9774
9775 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9776 * gdb.opt/inline-bt.exp: Likewise.
9777 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9778 additional_flags=-Winline.
9779 * gdb.opt/inline-locals.exp: Likewise.
9780 * gdb.opt/inline-markers.c (ATTR): Define.
9781 (inlined_fn): Use it.
9782
f25827c1
YQ
97832016-07-19 Yao Qi <yao.qi@linaro.org>
9784
9785 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9786 (test_with_self): Remove some code. Remove argument executable.
9787 (top-level): Use do_self_tests.
9788
37539ebe
DB
97892016-07-15 Zachary Welch <zwelch@codesourcery.com>
9790 Don Breazeal <donb@codesourcery.com>
9791
9792 * gdb.base/maint.exp: Escape paths used in regular expressions.
9793 * gdb.stabs/weird.exp: Likewise.
9794
dac790e1
TT
97952016-07-13 Tom Tromey <tom@tromey.com>
9796
9797 PR python/15620, PR python/18620:
9798 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9799 (test_bkpt_events): New procs.
9800
93daf339
TT
98012016-07-13 Tom Tromey <tom@tromey.com>
9802
9803 PR python/17698:
9804 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9805 test.
9806 (test_watchpoints): Likewise.
9807 (test_bkpt_pending): New proc.
9808
6571a381
TT
98092016-07-13 Tom Tromey <tom@tromey.com>
9810
9811 PR cli/18053:
9812 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9813 completion test.
9814
e8732474
JK
98152016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9818 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9819 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9820 f_label.
9821 (g): Rename g_end_lbl to g_label.
9822 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9823 low_pc and high_pc.
9824 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9825
e0f3fd7c
TT
98262016-07-12 Tom Tromey <tom@tromey.com>
9827
9828 PR python/19293:
9829 * gdb.python/py-unwind-maint.exp: Update tests.
9830
3cfe46b6
YQ
98312016-07-12 Yao Qi <yao.qi@linaro.org>
9832
9833 * lib/selftest-support.exp (selftest_setup): Match the output
9834 when captured_main is inlined.
9835
4f19a0e6
WT
98362016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9837
9838 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9839 New variables.
9840 (print this%a, print this%b, print this): New tests.
9841 * gdb.fortran/derived-types.f90 (this): New object and
9842 initialization.
9843
986cf455
SM
98442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * gdb.ada/arraydim.exp: Remove extra directory level in build
9847 directory.
9848
f0464b23
SM
98492016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9850
9851 * lib/ada.exp: Remove extra directory level in build directory.
9852 * gdb.ada/cond_lang.exp: Likewise.
9853 * gdb.ada/exec_changed.exp: Likewise.
9854 * gdb.ada/lang_switch.exp: Likewise.
9855
42d94011
MG
98562016-07-06 Manish Goregaokar <manish@mozilla.com>
9857
2806dc7e
PA
9858 * simple.rs: Add test for raw pointer subscripting.
9859 * simple.exp: Add test expectations.
42d94011 9860
647c264c
YQ
98612016-07-05 Yao Qi <yao.qi@linaro.org>
9862
9863 * gdb.mi/mi-reverse.exp: Match =record-started output.
9864
20aa2c60
PA
98652016-07-01 Pedro Alves <palves@redhat.com>
9866
9867 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9868 procedure.
9869 (jit_reader_test): Test the jit reader's unwinder.
9870 * gdb.base/jithost.c (jit_function_00_code): New global.
9871 (main): Use memcpy to fill in the mmapped code, instead of poking
9872 bytes manually here.
9873 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9874 value.
9875 (read_debug_info): Save the function's range.
9876 (read_sp): New function.
9877 (unwind_frame): Use it. Also unwind RBP.
9878 (get_frame_id): Use read_sp.
9879 (gdb_init_reader): Use calloc instead of malloc.
9880 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9881 parameter. Use gdb_test_multiple.
9882
ced2dffb
PA
98832016-07-01 Pedro Alves <palves@redhat.com>
9884 Antoine Tremblay <antoine.tremblay@ericsson.com>
9885
9886 * gdb.threads/process-dies-while-detaching.c: New file.
9887 * gdb.threads/process-dies-while-detaching.exp: New file.
9888
63000888
PA
98892016-07-01 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.multi/watchpoint-multi-exit.c: New file.
9892 * gdb.multi/watchpoint-multi-exit.exp: New file.
9893
038d4868
PA
98942016-06-30 Pedro Alves <palves@redhat.com>
9895
9896 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9897 unset inferior_spawn_id.
9898
994e9c83
PA
98992016-06-30 Pedro Alves <palves@redhat.com>
9900
9901 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9902 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9903
e5653468
YQ
99042016-06-29 Yao Qi <yao.qi@linaro.org>
9905
9906 * gdb.base/return.c: Add copyright header.
9907
803b47e5
TT
99082016-06-29 Tom Tromey <tom@tromey.com>
9909
9910 PR python/20129:
9911 * gdb.python/py-framefilter.exp: Add tests for setting priority
9912 and disabling of non-existent frame filter.
9913
28244707
YQ
99142016-06-29 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9917 0x0f07ff.
9918
a31d2f06
YQ
99192016-06-28 Yao Qi <yao.qi@linaro.org>
9920
9921 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9922 triplets. Start gdb, execute catch syscall, and continue. Check
9923 gdb's output to determine catch syscall is supported.
9924
921d8f54
MG
99252016-06-27 Manish Goregaokar <manish@mozilla.com>
9926
25d49b86
PA
9927 * gdb.rust/simple.rs: Add test for returning unit in a function.
9928 * gdb.rust/simple.exp: Add expectation for functions returning
9929 unit.
921d8f54 9930
f4952523
PMR
99312016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9932
9933 * gdb.python/py-breakpoint-create-fail.c,
9934 gdb.python/py-breakpoint-create-fail.exp,
9935 gdb.python/py-breakpoint-create-fail.py: New testcase.
9936
fccb08f8
MG
99372016-06-25 Manish Goregaokar <manish@mozilla.com>
9938
9939 PR gdb/20239
9940 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9941 * gdb.rust/simple.exp: Add test expectations for new NonZero
9942 tests.
fccb08f8 9943
6b850546
DT
99442016-06-24 David Taylor <dtaylor@emc.com>
9945
9946 * gdb.base/offsets.exp: New file.
9947 * gdb.base/offsets.c: New file.
9948
17621150
TT
99492016-06-23 Tom Tromey <tom@tromey.com>
9950
9951 PR gdb/16483:
9952 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9953 before any filters are loaded.
9954
04d59df6
WT
99552016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9956
9957 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9958 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9959 structs.
9960 * gdb.fortran/derived-type-function.exp: New file.
9961 * gdb.fortran/derived-type-function.f90: New file.
9962
9963
ac69f786
PA
99642016-06-21 Pedro Alves <palves@redhat.com>
9965
9966 * gdb.base/new-ui.exp: New file.
9967 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9968 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9969 (with_spawn_id): New procedure.
9970
49940788
PA
99712016-06-21 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.mi/mi-exec-run.exp: New file.
9974
ef274d26
PA
99752016-06-21 Pedro Alves <palves@redhat.com>
9976
9977 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9978 breakpoint command's output on the main UI.
9979 (test_break): New procedure, factored out from calls in the top
9980 level.
9981 (top level): Use foreach_with_prefix to test MI as main UI and as
9982 separate UI.
9983
468afe6c
PA
99842016-06-21 Pedro Alves <palves@redhat.com>
9985
9986 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9987 (test_awatch_creation_and_listing)
9988 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9989 Remove 'type' parameter.
9990 (test_watchpoint_all): New parameter mi_mode. Remove
9991 with_test_prefix.
9992 (top level): Use foreach_with_prefix, and add main/separate UI MI
9993 testing axis.
9994
51f77c37
PA
99952016-06-21 Pedro Alves <palves@redhat.com>
9996
9997 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9998 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9999 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
10000 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
10001 (gdb_main_spawn_id, mi_spawn_id): Declare and
10002 comment.
10003 (mi_create_inferior_pty): New procedure,
10004 factored out from default_mi_gdb_start.
10005 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
10006 procedures.
10007 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
10008 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
10009 Use mi_create_inferior_pty.
10010 (mi_gdb_start): Use eval to pass down args list.
10011
8980e177
PA
100122016-06-21 Pedro Alves <palves@redhat.com>
10013
10014 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
10015 * gdb.opt/inline-cmds.exp: Add MI tests.
10016
f38d3ad1
PA
100172016-06-21 Pedro Alves <palves@redhat.com>
10018
10019 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
10020
45db7c09
PA
100212016-06-21 Pedro Alves <palves@redhat.com>
10022
10023 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10024 (top level): Use it instead of mi_execute_to.
10025
5a069ab3
PA
100262016-06-21 Pedro Alves <palves@redhat.com>
10027
10028 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10029 (cont_handler_str): New.
10030 (signal_stop_handler): Set stop_handler_str instead of printing to
10031 stdout.
10032 (continue_handler): Set cont_handler_str instead of printing to
10033 stdout.
10034 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10035 mi_send_resuming_command. Print stop_handler_str and
10036 cont_handler_str instead of expecting the python events print
10037 directly.
10038
2838cc1d
SD
100392016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10040
10041 * gdb.base/jit-reader.exp: New file.
10042 * gdb.base/jithost.c: New file.
10043 * gdb.base/jithost.h: New file.
10044 * gdb.base/jitreader.c : New file.
10045 * gdb.base/jit-protocol.h: New file.
10046
21a77091
YQ
100472016-06-17 Yao Qi <yao.qi@linaro.org>
10048
10049 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10050 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10051 and detach-on-fork. Adjust tests.
10052 (top level): Invoke break_cond_on_syscall with combinations of
10053 syscall, follow-fork-mode and detach-on-fork.
10054
f50bf8e5
YQ
100552016-06-17 Yao Qi <yao.qi@linaro.org>
10056
10057 * gdb.base/step-over-exit.c: New.
10058 * gdb.base/step-over-exit.exp: New.
10059
a28d8e50
YTL
100602016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10061
10062 * gdb.base/float.exp: Add target check for nds32*-*-*.
10063 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10064
cad8e26d
AB
100652016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10066
10067 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10068 for unsupported target features.
10069 * gdb.base/call-rt-st.exp: Likewise.
10070 * gdb.base/call-sc.exp: Likewise.
10071 * gdb.base/call-signal-resume.exp: Likewise.
10072 * gdb.base/call-strs.exp: Likewise.
10073 * gdb.base/callexit.exp: Likewise.
10074 * gdb.base/callfuncs.exp: Likewise.
10075 * gdb.base/nodebug.exp: Likewise.
10076 * gdb.base/printcmds.exp: Likewise.
10077 * gdb.base/ptype.exp: Likewise.
10078 * gdb.base/structs.exp: Likewise.
10079 * gdb.base/unwindonsignal.exp: Likewise.
10080 * gdb.cp/gdb2495.exp: Likewise.
10081 * gdb.cp/templates.exp: Likewise.
10082 * gdb.cp/virtfunc.exp: Likewise.
10083 * gdb.threads/hand-call-in-threads.exp: Likewise.
10084 * gdb.threads/interrupted-hand-call.exp: Likewise.
10085 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10086
347dc102
TT
100872016-06-10 Tom Tromey <tom@tromey.com>
10088
10089 PR rust/20110:
10090 * gdb.rust/expr.exp: Add test for integer constant larger than
10091 i32.
10092
5e13cf25
BH
100932016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10094
10095 * gdb.fortran/nested-funcs.exp: New.
10096 * gdb.fortran/nested-funcs.f90: New.
10097
bb556f1f
TK
100982016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10099
10100 * gdb.base/examine-backward.c: New file.
10101 * gdb.base/examine-backward.exp: New file.
10102
38b022b4
SM
101032016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10104
10105 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10106 matching.
10107
1b40ec05
TT
101082016-06-02 Tom Tromey <tom@tromey.com>
10109
10110 PR python/18984:
10111 * gdb.python/py-shared.exp: Add solib_name test.
10112
193bd378
SM
101132016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10114
10115 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10116
3326303b
MG
101172016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10118
10119 PR c++/19893
10120 * gdb.dwarf2/implref.exp: Rename to...
10121 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10122 * gdb.dwarf2/implref-array.c: New file.
10123 * gdb.dwarf2/implref-array.exp: Likewise.
10124 * gdb.dwarf2/implref-global.c: Likewise.
10125 * gdb.dwarf2/implref-global.exp: Likewise.
10126 * gdb.dwarf2/implref-struct.c: Likewise.
10127 * gdb.dwarf2/implref-struct.exp: Likewise.
10128
825c8ef2
AT
101292016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10130
10131 * gdb.trace/trace-condition.exp: Add 64bit tests.
10132
2320162a
AT
101332016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10134
10135 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10136 bits types.
10137 (main): Adapt to 8 to 64 bits types.
10138 * gdb.trace/trace-condition.exp: Add new tests.
10139
a7818233
AT
101402016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10141
10142 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10143
0d336466
AT
101442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10145
10146 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10147 Move condition tests...
10148 * gdb.trace/trace-condition.exp: Here.
10149
7faeb45a
AT
101502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10151
10152 * gdb.trace/trace-condition.exp: Add counter-case tests.
10153
e385593e
JK
101542016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 PR c++/15231
10157 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10158 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10159
744608cc
PA
101602016-05-27 Pedro Alves <palves@redhat.com>
10161
10162 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10163 New procedure.
10164 (top level): Call it, and bail out of DejaGnu is known to be bad.
10165
ac775bf4
AB
101662016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10167
10168 * gdb.base/whatis.c: Extend the test case.
10169 * gdb.base/whatis.exp: Add additional tests.
10170
2bbad2ea
BH
101712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10172
10173* gdb.fortran/type.f90: Add pointer variable.
10174* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10175
8b70175d
BH
101762016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10177
10178 * gdb.fortran/vla-type.exp: Fix testcase name.
10179
86d8a848
BH
101802016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10181
10182 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10183
e188eb36
BH
101842016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10185
10186 * gdb.fortran/type.f90: Add nested structures.
10187 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10188 * gdb.fortran/derived-type.exp: Adapt expected output.
10189 * gdb.fortran/vla-type.exp: Adapt expected output.
10190
9b2db1fd
BH
101912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10192
10193 * gdb.fortran/whatis_type.exp: Adapt expected output.
10194
72b17055
BH
101952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10196
10197 * gdb.fortran/print_type.exp: Fix expected output.
10198 * gdb.fortran/whatis_type.exp: Fix expected output.
10199
3cd81d8d
BH
102002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10201
10202 * gdb.fortran/whatis_type.exp: Use multi_line.
10203
ddae9462
TT
102042016-05-24 Tom Tromey <tom@tromey.com>
10205
10206 PR python/17386:
10207 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10208 use value as an index.
10209
1957f6b8
TT
102102016-05-23 Tom Tromey <tom@tromey.com>
10211
10212 PR python/17981:
10213 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10214 no-breakpoint case.
10215
026a9174
PA
102162016-05-24 Pedro Alves <palves@redhat.com>
10217
10218 PR gdb/19828
10219 * gdb.threads/clone-attach-detach.c: New file.
10220 * gdb.threads/clone-attach-detach.exp: New file.
10221
e70a7231
FR
102222016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10223
10224 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10225
0f6ed0e0
TT
102262016-05-23 Tom Tromey <tom@tromey.com>
10227
10228 PR python/19438, PR python/18393:
10229 * gdb.python/py-progspace.exp: Add "dir" test.
10230 * gdb.python/py-objfile.exp: Add "dir" test.
10231
ffd19d61
YQ
102322016-05-23 Yao Qi <yao.qi@linaro.org>
10233
10234 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10235 * gdb.arch/thumb2-it.exp: Likewise.
10236
9e8f9b05
SM
102372016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10238
10239 * gdb.mi/mi-threads-interrupt.c: New file.
10240 * gdb.mi/mi-threads-interrupt.exp: New file.
10241
61c6156d
SM
102422016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10243
10244 PR gdb/18077
10245 * gdb.mi/mi-async-run.exp: New file.
10246 * gdb.mi/mi-async-run.c: New file.
10247
67218854
TT
102482016-05-17 Tom Tromey <tom@tromey.com>
10249 Manish Goregaokar <manishsmail@gmail.com>
10250
10251 * lib/rust-support.exp: New file.
10252 * lib/gdb.exp (skip_rust_tests): New proc.
10253 (build_executable_from_specs): Handle rust.
10254 * lib/future.exp (gdb_find_rustc): New proc.
10255 (gdb_default_target_compile): Handle rust.
10256 * gdb.rust/expr.exp: New file.
10257 * gdb.rust/generics.exp: New file.
10258 * gdb.rust/generics.rs: New file.
10259 * gdb.rust/methods.exp: New file.
10260 * gdb.rust/methods.rs: New file.
10261 * gdb.rust/modules.exp: New file.
10262 * gdb.rust/modules.rs: New file.
10263 * gdb.rust/simple.exp: New file.
10264 * gdb.rust/simple.rs: New file.
10265
c44af4eb
TT
102662016-05-17 Tom Tromey <tom@tromey.com>
10267
10268 * gdb.base/default.exp (set language): Add rust.
10269
dcd1f979
TT
102702016-05-17 Tom Tromey <tom@tromey.com>
10271
10272 * gdb.gdb/unittest.exp: New file.
10273
155b7f57
YQ
102742016-05-16 Yao Qi <yao.qi@linaro.org>
10275
10276 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10277 shell_prompt. Update shell_prompt_re.
10278
8ddd5a6c
DE
102792016-05-12 Doug Evans <dje@google.com>
10280
10281 PR symtab/19999
10282 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10283 $options when building executable.
10284 * gdb.dwarf2/fission-loclists-pie.S: New file.
10285 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10286
02e370d9
SM
102872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10288
10289 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10290 of [is_remote target],
10291
8929ad8b
SM
102922016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10293
10294 * lib/gdb.exp (use_gdb_stub): New procedure.
10295
6c447423
DE
102962016-05-03 Yunlian Jiang <yunlian@google.com>
10297 Doug Evans <dje@google.com>
10298
10299 PR symtab/19914
10300 * gdb.dwarf2/dwp-sepdebug.c: New file.
10301 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10302
444e826c
SM
103032016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10304
10305 * gdb.base/detach.exp: Remove is_remote check.
10306
740feeaa
SM
103072016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 * gdb.base/annota-input-while-running.exp: Don't check for
10310 [is_remote target]. Enable annotations after running to main.
10311 Remove unused "set test..." line.
10312
9080ac9d
SM
103132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10314
10315 * gdb.trace/trace-enable-disable.exp: New file.
10316 * gdb.trace/trace-enable-disable.c: New file.
10317
952ebca5
SM
103182016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10319
10320 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10321 use it in info sharedlibrary test.
10322 * gdb.trace/ftrace-lock.exp: Likewise.
10323 * gdb.trace/ftrace.exp: Likewise.
10324 * gdb.trace/range-stepping.exp: Likewise.
10325 * gdb.trace/trace-break.exp: Likewise.
10326 * gdb.trace/trace-condition.exp: Likewise.
10327 * gdb.trace/trace-mt.exp: Likewise.
10328
d9019901
SM
103292016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10330
10331 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10332 (gdb_load_shlib): ... this.
10333 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10334 gdb_load_shlib.
10335 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10336 * gdb.base/ctxobj.exp: Likewise.
10337 * gdb.base/dprintf-pending.exp: Likewise.
10338 * gdb.base/dso2dso.exp: Likewise.
10339 * gdb.base/fixsection.exp: Likewise.
10340 * gdb.base/gcore-relro.exp: Likewise.
10341 * gdb.base/gdb1555.exp: Likewise.
10342 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10343 * gdb.base/gnu-ifunc.exp: Likewise.
10344 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10345 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10346 * gdb.base/pending.exp: Likewise.
10347 * gdb.base/print-file-var.exp: Likewise.
10348 * gdb.base/print-symbol-loading.exp: Likewise.
10349 * gdb.base/shlib-call.exp: Likewise.
10350 * gdb.base/shreloc.exp: Likewise.
10351 * gdb.base/so-impl-ld.exp: Likewise.
10352 * gdb.base/solib-disc.exp: Likewise.
10353 * gdb.base/solib-nodir.exp: Likewise.
10354 * gdb.base/solib-overlap.exp: Likewise.
10355 * gdb.base/solib-symbol.exp: Likewise.
10356 * gdb.base/solib-weak.exp (do_test): Likewise.
10357 * gdb.base/sym-file.exp: Likewise.
10358 * gdb.base/symtab-search-order.exp: Likewise.
10359 * gdb.base/type-opaque.exp: Likewise.
10360 * gdb.base/unload.exp: Likewise.
10361 * gdb.base/watchpoint-solib.exp: Likewise.
10362 * gdb.compile/compile.exp: Likewise.
10363 * gdb.cp/gdb2384.exp: Likewise.
10364 * gdb.cp/infcall-dlopen.exp: Likewise.
10365 * gdb.cp/re-set-overloaded.exp: Likewise.
10366 * gdb.fortran/library-module.exp: Likewise.
10367 * gdb.opt/solib-intra-step.exp: Likewise.
10368 * gdb.python/py-finish-breakpoint.exp: Likewise.
10369 * gdb.python/py-shared.exp: Likewise.
10370 * gdb.reverse/solib-precsave.exp: Likewise.
10371 * gdb.reverse/solib-reverse.exp: Likewise.
10372 * gdb.server/solib-list.exp: Likewise.
10373 * gdb.threads/dlopen-libpthread.exp: Likewise.
10374 * gdb.threads/tls-shared.exp: Likewise.
10375 * gdb.threads/tls-so_extern.exp: Likewise.
10376 * gdb.trace/change-loc.exp: Likewise.
10377 * gdb.trace/ftrace-lock.exp: Likewise.
10378 * gdb.trace/ftrace.exp: Likewise.
10379 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10380 * gdb.trace/pending.exp: Likewise.
10381 * gdb.trace/range-stepping.exp: Likewise.
10382 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10383 (strace_info_marker): Likewise.
10384 (strace_probe_marker): Likewise.
10385 (strace_trace_on_same_addr): Likewise.
10386 (strace_trace_on_diff_addr): Likewise.
10387 * gdb.trace/trace-break.exp: Likewise.
10388 * gdb.trace/trace-condition.exp: Likewise.
10389 * gdb.trace/trace-mt.exp: Likewise.
10390
fca4cfd9
SM
103912016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10392
10393 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10394 result of gdb_remote_download.
10395 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10396 * gdb.base/dso2dso.exp: Likewise.
10397 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10398 * gdb.base/print-file-var.exp: Likewise.
10399 * gdb.base/shlib-call.exp: Likewise.
10400 * gdb.base/shreloc.exp: Likewise.
10401 * gdb.base/solib-overlap.exp: Likewise.
10402 * gdb.base/solib-weak.exp (do_test): Likewise.
10403 * gdb.base/unload.exp: Likewise.
10404
11cf4ffb
YQ
104052016-04-27 Yao Qi <yao.qi@linaro.org>
10406
10407 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10408 exists.
10409
3e2e34f8
KB
104102016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10411
10412 * vla-type.exp: Print structure from toplevel.
10413
8f07e298
BH
104142016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10415
10416 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10417 of dynamic types.
10418 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10419 of dynamic types.
10420
9920b434
BH
104212016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10422
10423 * gdb.fortran/vla-type.f90: New file.
10424 * gdb.fortran/vla-type.exp: New file.
10425
f3abeff5
YQ
104262016-04-25 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.base/branch-to-self.c: New file.
10429 * gdb.base/branch-to-self.exp: New file.
10430
0a5d52f0
YQ
104312016-04-22 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10434 more after $hex.
10435
495346f6
YQ
104362016-04-22 Yao Qi <yao.qi@linaro.org>
10437
10438 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10439 * gdb.base/annota3.exp: Likewise.
10440
4a7e075c
YQ
104412016-04-22 Yao Qi <yao.qi@linaro.org>
10442
10443 * gdb.reverse/step-precsave.exp: Do one step and test program
10444 stops in "callee" and do multiple steps until program goes out
10445 of "callee".
10446 * gdb.reverse/step-reverse.exp: Likewise.
10447
5b061e98
YQ
104482016-04-22 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.trace/signal.exp: Also pass if
10451 $tracepoint_hits($i) > $iterations.
10452
5c5dc57f
YQ
104532016-04-22 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.trace/signal.c: New file.
10456 * gdb.trace/signal.exp: New file.
10457
a55411b9
DE
104582016-04-19 Doug Evans <xdje42@gmail.com>
10459
10460 * gdb.base/bad-file.exp: New file.
10461
a22df60a
MG
104622016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10463
10464 * gdb.dwarf2/implref.exp: New file.
10465
0c13f7e5
BH
104662016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10467
10468 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10469 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10470 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10471 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10472 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10473 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10474 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10475 * lib/fortran.exp (fortran_int4): New procedure.
10476 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10477 (fortran_logical4): Likewise.
10478
9b9b09e9
BH
104792016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10480
10481 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10482
a14d1f4d
BH
104832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10484
10485 * lib/compiler.c: Add Intel specific preprocessor macros.
10486 * lib/compiler.cc: Likewise.
25d49b86 10487
7d49b1d0
LM
104882016-04-13 Luis Machado <lgustavo@codesourcery.com>
10489
10490 * gdb.server/connect-with-no-symbol-file.c: New file.
10491 * gdb.server/connect-with-no-symbol-file.exp: New file.
10492
8392fa22
SM
104932016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10494
10495 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10496
8c4c4aeb
SM
104972016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10498
10499 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10500 standard output directory.
10501
45e3745e
AT
105022016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10503
10504 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10505
e26b7e41
MM
105062016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10507
10508 * gdb.btrace/instruction_history.c (loop): Add declaration.
10509
8ce09462
AT
105102016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10511
10512 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10513
2e88a1ea
SM
105142016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10515
10516 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10517 parentheses to print.
10518 (continue_handler): Likewise.
10519
f48e22e3
SM
105202016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10521
10522 * gdb.server/solib-list.exp: Remove is_remote check.
10523 Pass shlib= to gdb_compile. Don't link shared library with
10524 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10525 Run binary filename through "readlink -f" on the target.
10526
096be756
PA
105272016-04-08 Pedro Alves <palves@redhat.com>
10528
10529 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10530 interpreter filename as argument to gdbserver_spawn.
10531 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10532 Return empty if $last_loaded_file does not exist.
10533
06500533
JK
105342016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10535
10536 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10537 * gdb.base/jit-main.c: Use exit after usage.
10538
2d35e871
JK
105392016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10540
10541 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10542 GDBHISTSIZE prior to the tests.
10543 * gdb.base/gdbinit-history.exp: Likewise.
10544
105452016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10546
10547 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10548 instead of build_executable. Use gdb_load_shlibs.
10549
c8064e7e
YQ
105502016-04-07 Yao Qi <yao.qi@linaro.org>
10551
10552 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10553 Execute "si" command.
10554
bde47561
YQ
105552016-04-07 Yao Qi <yao.qi@linaro.org>
10556
10557 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10558 number instead of the comments on some line.
10559
b16f8a3b
DB
105602016-04-06 Don Breazeal <donb@codesourcery.com>
10561
10562 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10563 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10564
c2f901df
SM
105652016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10566
10567 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10568 standard_output_file. Remove unused binfile variable.
10569
ac17fda0
CU
105702016-04-05 Catalin Udma <catalin.udma@freescale.com>
10571
10572 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10573 * gdb.python/py-mi-objfile.exp: Match "list main" output
10574 in console format.
10575
03a8c4df
SM
105762016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10577
10578 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10579 absolute.
10580
6e774b13
SM
105812016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10582
10583 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10584 absolute.
10585 * gdb.trace/ftrace.exp: Likewise.
10586 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10587 targets as well.
10588 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10589 (gdb_load_shlibs): Copy libraries to test directory when testing
10590 natively. Only set solib-search-path if testing remotely.
10591 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10592
7817ea46
SM
105932016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10594
10595 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10596 gdb_download. Use it even if the target is not remote.
10597 * gdb.base/jit.exp (compile_jit_test): Likewise.
10598 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10599 output directory if the destination board is local, otherwise use
10600 the standard remote_download from DejaGnu.
10601 (gdb_download): Remove.
10602 (gdb_load_shlibs): Use gdb_remote_download instead of
10603 gdb_download.
10604 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10605 Use gdb_remote_download instead of gdb_download. Use it even if
10606 the target is not remote.
10607 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10608 instead of gdb_download.
10609
7beb7f68
SM
106102016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10611
10612 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10613 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10614 run.
10615
cc63428a
AV
106162016-04-01 Artemiy Volkov <artemiyv@acm.org>
10617
10618 PR gdb/19820
10619 * gdb.base/printcmds.exp: Add artificial arrays tests.
10620
64cdf930
PA
106212016-03-31 Pedro Alves <palves@redhat.com>
10622
10623 PR gdb/19858
10624 * gdb.base/jit-main.c: Include unistd.h.
10625 (ATTACH): Define to 0 if not already defined.
10626 (wait_for_gdb, mypid): New globals.
10627 (WAIT_FOR_GDB): New macro.
10628 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10629 some breakpoint locations.
10630 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10631 New procedures.
10632 (one_jit_test): Add REATTACH parameter, and handle it. Use
10633 continue_to_test_location.
10634 (top level): Test attach, and adjusts calls to one_jit_test.
10635
40dea8cb
PA
106362016-03-31 Pedro Alves <palves@redhat.com>
10637
10638 PR gdb/19858
10639 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10640 BINSUFFIX parameter, and handle it.
10641 (top level): Adjust calls compile_jit_test.
10642
e7ea3ec7
CU
106432016-03-31 Catalin Udma <catalin.udma@freescale.com>
10644
10645 PR python/19743
10646 * gdb.python/py-mi-events-gdb.py: New file.
10647 * gdb.python/py-mi-events.c: New file.
10648 * gdb.python/py-mi-events.exp: New file.
10649
e6359af3
YQ
106502016-03-30 Yao Qi <yao.qi@linaro.org>
10651
10652 * gdb.reverse/until-precsave.exp: Match function name only.
10653 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10654 Move malloc to a condition block.
10655 * gdb.reverse/until-reverse.exp: Match function name only.
10656
a4105d04
MK
106572016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10658
10659 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10660 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10661 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10662 variable for GPR 0 instead of assuming it is register 0.
10663 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10664 * lib/trace-support.exp: Add s390 registers.
10665
bfa6adb9
YQ
106662016-03-29 Yao Qi <yao.qi@linaro.org>
10667
10668 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10669
1e6697ea
YQ
106702016-03-24 Yao Qi <yao.qi@linaro.org>
10671
10672 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10673 test message.
10674
64bcd522
AA
106752016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10676
10677 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10678 maintaining separate logic for constructing the output path.
10679
7868401b
DB
106802016-03-16 Don Breazeal <donb@codesourcery.com>
10681
10682 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10683 Retry fork and waitpid on interrupted system call errors.
10684 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10685 Use with_timeout_factor to increase timeout by factor of 10.
10686
1cafadb4
DB
106872016-03-15 Don Breazeal <donb@codesourcery.com>
10688
10689 * gdb.cp/scope-err.cc: New test program.
10690 * gdb.cp/scope-err.exp: New test script.
10691 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10692 lines and "set breakpoint here" comment.
10693 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10694 Fixed some whitespace and format issues.
10695 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10696 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10697
81516450
DE
106982016-03-15 Doug Evans <dje@google.com>
10699
10700 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10701 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10702 All callers updated. Add tests for enums, mixed flags register.
10703
aa52b601
DE
107042016-03-15 Doug Evans <dje@google.com>
10705
10706 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10707 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10708
fa4ff313
SM
107092016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10710
10711 * gdb.base/default.exp: Add $_as_string to the list of expected
10712 convenience functions.
10713
f2403c39
AB
107142016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10715
10716 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10717
f2f3ccb9
SM
107182016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10719
10720 * gdb.python/py-as-string.exp: New file.
10721 * gdb.python/py-as-string.c: New file.
10722
00dbd492
PA
107232016-03-09 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10726 signal" -> "Thread NN received signal" output change.
10727 * gdb.threads/ia64-sigill.exp: Likewise.
10728 * gdb.threads/linux-dp.exp: Likewise.
10729 * gdb.threads/manythreads.exp: Likewise.
10730 * gdb.threads/pending-step.exp: Likewise.
10731 * gdb.threads/print-threads.exp: Likewise.
10732 * gdb.threads/sigstep-threads.exp: Likewise.
10733 * gdb.threads/staticthreads.exp: Likewise.
10734 * gdb.threads/tls.exp: Likewise.
10735
1e6697ea
YQ
107362016-03-09 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/command-line-input.exp: New file.
10739
b04fd3be
MK
107402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10741
10742 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10743 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10744 * gdb.trace/pending.exp: Accept leading dot before function name.
10745 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10746 * lib/trace-support.exp: Set registers for ppc.
10747
98fa59e9
MK
107482016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10749
10750 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10751 use it for disassembly; accept .main in addition to main in backtrace.
10752
f77198c8
MK
107532016-03-09 Wei-cheng Wang <cole945@gmail.com>
10754 Marcin Kościelnicki <koriakin@0x04.net>
10755
10756 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10757 (gdb_recursion_test_ptr): New global variable.
10758 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10759 gdb_recursion_test.
10760 (gdb_c_test): Ditto.
10761
ba84e0da
MK
107622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10763
10764 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10765 ordering.
10766
4366d36e
MK
107672016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10768
10769 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10770 (bar): Add bar_start_lbl label.
10771 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10772 of foo/bar for emitting DWARF and tracing.
10773
5eb264df
SDJ
107742016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10775
10776 * analyze-racy-logs.py: Set executable bit.
10777
fb6a751f
SDJ
107782016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10779
10780 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10781 (CHECK_TARGET_TMP): Likewise.
10782 (check-single-racy): New rule.
10783 (check-parallel-racy): Likewise.
10784 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10785 (do-check-parallel-racy): New rule.
10786 (check-racy/%.exp): Likewise.
10787 * README (Racy testcases): New section.
10788 * analyze-racy-logs.py: New file.
10789
bdf7e230
DE
107902016-03-03 Doug Evans <dje@google.com>
10791
10792 * gdb.base/skip.exp: Use with_test_prefix.
10793
4719d415
YQ
107942016-03-03 Yao Qi <yao.qi@linaro.org>
10795
10796 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10797 Invoke step_over_syscall "clone" and break_cond_on_syscall
10798 "clone".
10799 * gdb.base/step-over-clone.c: New file.
10800
ea507862
YQ
108012016-03-03 Yao Qi <yao.qi@linaro.org>
10802
10803 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10804 code format.
10805
8fc8cbda
YQ
108062016-03-03 Yao Qi <yao.qi@linaro.org>
10807
10808 * gdb.base/disp-step-fork.c: Rename to ...
10809 * gdb.base/step-over-fork.c: ... it. New file.
10810 * gdb.base/disp-step-vfork.c: Rename to ...
10811 * gdb.base/step-over-vfork.c: ... it. New file.
10812 * gdb.base/disp-step-syscall.exp: Rename to ...
10813 * gdb.base/step-over-syscall.exp: ... it. New file.
10814 (disp_step_cross_syscall): Rename to ...
10815 (step_over_syscall): ... it.
10816
92fa70b0
YQ
108172016-03-03 Yao Qi <yao.qi@linaro.org>
10818
10819 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10820 If target supports condition evaluation on target, invoke
10821 break_cond_on_syscall for fork and vfork.
10822
e197ad3c
YQ
108232016-03-03 Yao Qi <yao.qi@linaro.org>
10824
10825 * gdb.base/disp-step-syscall.exp: Don't invoke
10826 support_displaced_stepping.
10827 (disp_step_cross_syscall): Test with displaced stepping off and
10828 on if supported.
10829
0b47da9f
YQ
108302016-03-03 Yao Qi <yao.qi@linaro.org>
10831
10832 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10833 proc.
10834 (setup): New proc.
10835 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10836 and setup.
10837
065ab6dc
BH
108382016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10839
10840 * gdb.fortran/vla-history.exp: Remove breakpoint.
10841
07e448ad 108422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10843
25d49b86
PA
10844 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10845 exceeds timeout.
07e448ad 10846
9ac2d526 108472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10848
25d49b86
PA
10849 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10850 breakpoint.
9ac2d526 10851
17807369
BH
108522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10853
10854 * gdb.mi/vla.f90: Nullify pointer after declaration.
10855
86e501af
PA
108562016-03-01 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10859
1e903e32
PA
108602016-03-01 Pedro Alves <palves@redhat.com>
10861
10862 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10863 before anything else.
10864 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10865 _GNU_SOURCE here.
10866 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10867 before anything else.
10868 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10869
6ccb54e2
PA
108702016-03-01 Pedro Alves <palves@redhat.com>
10871
10872 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10873
30ca9da1
YQ
108742016-03-01 Yao Qi <yao.qi@linaro.org>
10875
10876 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10877 prepare_for_testing.
10878
dc856b38
YQ
108792016-03-01 Yao Qi <yao.qi@linaro.org>
10880
10881 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10882
4a932159
AA
108832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10884
10885 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10886 manually constructing the output path.
10887
f2489477
AA
108882016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10889
10890 * gdb.arch/s390-stackless.S: New.
10891 * gdb.arch/s390-stackless.exp: New.
10892
38899f16
IB
108932016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10894
10895 * gdb.dlang/circular.c: New file.
10896 * gdb.dlang/circular.exp: New file.
10897
9fde51ed
YQ
108982016-02-26 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10901 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10902 (testcases): Update.
10903
ce90fefe
YQ
109042016-02-26 Yao Qi <yao.qi@linaro.org>
10905
10906 * gdb.reverse/aarch64.c: Rename to ...
10907 * gdb.reverse/insn-reverse.c: ... it.
10908 * gdb.reverse/aarch64.exp: Rename to ...
10909 * gdb.reverse/insn-reverse.exp: ... it.
10910
3263bceb
YQ
109112016-02-26 Yao Qi <yao.qi@linaro.org>
10912
10913 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10914 (testcase_ftype): New.
10915 (testcases): New array.
10916 (n_testcases): New.
10917 (main): Call each element in testcases.
10918 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10919 (read_testcase): New.
10920 Do the tests in a loop.
10921
6cb59ff1
YQ
109222016-02-25 Yao Qi <yao.qi@linaro.org>
10923
10924 * gdb.base/branches.c: Remove.
10925
ae91f625
MK
109262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10927
10928 PR gdb/13808
10929 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10930
678b48b7
MK
109312016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10932
10933 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10934
7337a6f2
MK
109352016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10936
10937 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10938 change x86_64 call_insn to 'callq'.
10939
861ca91f
AT
109402016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10941
10942 * gdb.trace/tfile-avx.c: Move to...
10943 * gdb.trace/tracefile-pseudo-reg.c: Here.
10944 * gdb.trace/tfile-avx.exp: Move to...
10945 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10946
bf74e428
GB
109472016-02-24 Gary Benson <gbenson@redhat.com>
10948
10949 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10950 message on attach.
10951
cce0e923
DE
109522016-02-23 Doug Evans <dje@google.com>
10953
10954 * gdb.base/skip.c (test_skip): New function.
10955 (end_test_skip_file_and_function): New function.
10956 (test_skip_file_and_function): New function.
10957 * gdb.base/skip1.c (test_skip): New function.
10958 (skip1_test_skip_file_and_function): New function.
10959 * gdb.base/skip.exp: Add tests for new skip options.
10960 * gdb.base/skip-solib.exp: Update expected output.
10961 * gdb.perf/skip-command.cc: New file.
10962 * gdb.perf/skip-command.exp: New file.
10963 * gdb.perf/skip-command.py: New file.
10964
4000e47e
MK
109652016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10966
10967 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10968 info registers pattern.
10969
24f75ead
IB
109702016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10971
10972 * lib/future.exp: Add D support.
10973 (gdb_find_gdc): New proc.
10974 (gdb_default_target_compile): Add D support.
10975
fbb7bcbe
WW
109762016-02-18 Wei-cheng Wang <cole945@gmail.com>
10977
10978 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10979 user+system time.
10980 (trace_speed_test): Determine the iteration count for a time
10981 between 15..30 seconds.
10982
012b3a21
WT
109832016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10984
10985 * gdb.arch/i386-mpx-sigsegv.c: New file.
10986 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10987 * gdb.arch/i386-mpx-simple_segv.c: New file.
10988 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10989
2d5189bd
YQ
109902016-02-18 Yao Qi <yao.qi@linaro.org>
10991
10992 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10993 Don't call setup_kfail.
10994
40fb20d0
YQ
109952016-02-18 Yao Qi <yao.qi@linaro.org>
10996
10997 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10998 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10999
21b1f8d2
DE
110002016-02-16 Doug Evans <dje@google.com>
11001
11002 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
11003 * gdb.base/skip1.c: Ditto.
11004 * gdb.base/skip.exp: Whitespace cleanup.
11005
4041ed77
DB
110062016-02-16 Don Breazeal <donb@codesourcery.com>
11007
11008 PR remote/19496
11009 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
11010 Remove kfail for PR remote/19496.
11011
c4ef31bf
SM
110122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11013
11014 * lib/gdb.exp (standard_temp_file): Return a path specific to
11015 the runtest invocation.
11016
266b65b3
SM
110172016-02-16 Simon Marchi <simon.marchi@ericsson.com>
11018
11019 * gdb.trace/save-trace.exp: Change relative path to be in the
11020 standard output directory.
11021
a7a0a6a9
JK
110222016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11023
11024 * gdb.arch/i386-prologue.c: Add missing prototypes.
11025
c99dbb42
JK
110262016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11027
11028 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11029 * gdb.arch/i386-prologue.exp: Likewise.
11030 * gdb.arch/i386-size.exp: Likewise.
11031
aa480355
SM
110322016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11033
11034 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11035 define object file path.
11036 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11037 file path.
11038 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11039 standard_output_file to define binfile.
11040
ba881f50
JK
110412016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 Fix compatibility with recent gfortran-5.3.1.
11044 * gdb.fortran/vla-history.exp (print vla1 allocated)
11045 (print vla2 allocated, print $2, print $3): Remove
11046 (print $4): Rename to ...
11047 (print $2): ... here.
11048 (print $9): Rename to ...
11049 (print $5): ... here.
11050 (print $10): Rename to ...
11051 (print $6): ... here.
11052 * gdb.fortran/vla.f90: Add pvla initialization.
11053
e9fb005c
JK
110542016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11055
11056 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11057 New test.
11058 * gdb.fortran/vla-value-sub.exp: Likewise.
11059
e44e00ff
MK
110602016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11061
11062 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11063
97e94151
SM
110642016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11065
11066 * i386-biarch-core.exp: Define corefile using
11067 standard_output_file.
11068
01113bc1
YQ
110692016-02-12 Yao Qi <yao.qi@linaro.org>
11070
11071 * gdb.arch/arm-single-step-kernel-helper.c: New.
11072 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11073
33b4777c
MM
110742016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11075
11076 * gdb.btrace/tailcall-only.exp: New.
11077 * gdb.btrace/tailcall-only.c: New.
11078 * gdb.btrace/x86_64-tailcall-only.S: New.
11079 * gdb.btrace/i686-tailcall-only.S: New.
11080
acc23c11
PA
110812016-02-11 Pedro Alves <palves@redhat.com>
11082
11083 * README (Parallel testing): Add missing double quotes.
11084
e352bf0a
PA
110852016-02-11 Pedro Alves <palves@redhat.com>
11086
11087 * README (Parallel testing): New section.
11088 (GDB_PARALLEL): Rewrite.
11089 (FORCE_PARALLEL): Document.
11090
9f5fed78
MK
110912016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11092
11093 * gdb.trace/tfile-avx.c: New test.
11094 * gdb.trace/tfile-avx.exp: New test.
11095
9ef9e6a6
KS
110962016-02-09 Keith Seitz <keiths@redhat.com>
11097
11098 PR breakpoints/19546
11099 * gdb.base/infcall-exec.c: New file.
11100 * gdb.base/infcall-exec2.c: New file.
11101 * gdb.base/infcall-exec.exp: New file.
11102
a96e36da
KS
111032016-02-09 Keith Seitz <keiths@redhat.com>
11104
11105 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11106 (toplevel): Call test_bkpt_address.
11107
9f61929f
KS
111082016-02-09 Keith Seitz <keiths@redhat.com>
11109
11110 PR python/19506
11111 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11112 (toplevel): Call test_bkpt_address.
11113
1e94266c
SM
111142016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11115
11116 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11117 to AC_OUTPUT.
11118 * configure: Regenerate.
11119
2a7f3dff
PA
111202016-02-09 Pedro Alves <palves@redhat.com>
11121
11122 PR breakpoints/19548
11123 * gdb.base/execl-update-breakpoints.c (some_function): New
11124 function.
11125 (main): Call it.
11126 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11127 Tighten expected GDB output.
11128
2151ccc5
SM
111292016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11130
11131 * Makefile.in (ALL_SUBDIRS): Remove.
11132 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11133 (distclean maintainer-clean realclean): Likewise.
11134 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11135 * configure: Regenerate.
11136 * gdb.ada/Makefile.in: Delete.
11137 * gdb.arch/Makefile.in: Likewise.
11138 * gdb.asm/Makefile.in: Likewise.
11139 * gdb.base/Makefile.in: Likewise.
11140 * gdb.btrace/Makefile.in: Likewise.
11141 * gdb.cell/Makefile.in: Likewise.
11142 * gdb.compile/Makefile.in: Likewise.
11143 * gdb.cp/Makefile.in: Likewise.
11144 * gdb.disasm/Makefile.in: Likewise.
11145 * gdb.dlang/Makefile.in: Likewise.
11146 * gdb.dwarf2/Makefile.in: Likewise.
11147 * gdb.fortran/Makefile.in: Likewise.
11148 * gdb.gdb/Makefile.in: Likewise.
11149 * gdb.go/Makefile.in: Likewise.
11150 * gdb.guile/Makefile.in: Likewise.
11151 * gdb.java/Makefile.in: Likewise.
11152 * gdb.linespec/Makefile.in: Likewise.
11153 * gdb.mi/Makefile.in: Likewise.
11154 * gdb.modula2/Makefile.in: Likewise.
11155 * gdb.multi/Makefile.in: Likewise.
11156 * gdb.objc/Makefile.in: Likewise.
11157 * gdb.opencl/Makefile.in: Likewise.
11158 * gdb.opt/Makefile.in: Likewise.
11159 * gdb.pascal/Makefile.in: Likewise.
11160 * gdb.perf/Makefile.in: Likewise.
11161 * gdb.python/Makefile.in: Likewise.
11162 * gdb.reverse/Makefile.in: Likewise.
11163 * gdb.server/Makefile.in: Likewise.
11164 * gdb.stabs/Makefile.in: Likewise.
11165 * gdb.threads/Makefile.in: Likewise.
11166 * gdb.trace/Makefile.in: Likewise.
11167 * gdb.xml/Makefile.in: Likewise.
11168 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11169 GDB_PARALLEL.
11170 (standard_output_file): Remove check for GDB_PARALLEL, always
11171 return path in outputs/$subdir/$testname.
11172
437277d4
SM
111732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11176 (site.exp): Assign abs_srcdir to tcl's srcdir.
11177
31d913c7
YQ
111782016-02-04 Yao Qi <yao.qi@linaro.org>
11179
11180 * gdb.base/foll-exec-mode.c: Include limits.h.
11181 (main): Add parameters argc and argv. Get directory from
11182 argv[0].
11183 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11184 compilation.
11185 * gdb.base/foll-exec.c: Include limits.h.
11186 (main): Add parameters argc and argv.
11187 Get directory from argv[0].
11188 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11189 Adjust tests on the number of lines as source code changed.
11190 * gdb.base/foll-vfork-exit.c: Include limits.h.
11191 (main): Add one line of statement before vfork.
11192 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11193 (main): Add parameters argc and argv. Get directory from
11194 argv[0].
11195 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11196 (setup_gdb): Set tbreak to skip some source lines.
11197 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11198 (main): Add parameters argc and argv. Get directory from
11199 argv[0].
11200 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11201 compilation.
11202 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11203 (main): Add parameters argc and argv. Get directory from
11204 argv[0].
11205 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11206 compilation.
11207
9482b9fb
DE
112082016-02-01 Doug Evans <dje@google.com>
11209
11210 * gdb.base/skip.exp: Clean up multiple references to same test name.
11211
6b2e4f10
PA
112122016-02-01 Pedro Alves <palves@redhat.com>
11213
ccb6afd6 11214 PR remote/19496
6b2e4f10
PA
11215 * gdb.threads/forking-threads-plus-breakpoint.exp
11216 (displaced_stepping_supported): New global.
11217 (probe_displaced_stepping_support): New procedure.
11218 (do_test): Add 'displaced' parameter, and use it.
11219 (top level): Check for displaced stepping support. Add displaced
11220 stepping on/off testing axis.
11221
37a8db1a
AB
112222016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11223
11224 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11225 pointer. Don't perform further tests on the unassociated pointer
11226 if the first test fails.
11227
5fdf6324
AB
112282016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11229
11230 * gdb.base/max-value-size.c: New file.
11231 * gdb.base/max-value-size.exp: New file.
11232 * gdb.base/huge.exp: Disable max-value-size for this test.
11233
935c6144
IB
112342016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11235
11236 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11237
7fe8399d
YQ
112382016-01-28 Yao Qi <yao.qi@linaro.org>
11239
11240 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11241
a2077e25
PA
112422016-01-25 Pedro Alves <palves@redhat.com>
11243
11244 PR threads/19461
11245 * gdb.base/fork-running-state.c: New file.
11246 * gdb.base/fork-running-state.exp: New file.
11247
1d2736d4
PA
112482016-01-25 Pedro Alves <palves@redhat.com>
11249
11250 PR gdb/19494
11251 * gdb.base/catch-fork-kill.c: New file.
11252 * gdb.base/catch-fork-kill.exp: New file.
11253
f1da4b11
PA
112542016-01-25 Pedro Alves <palves@redhat.com>
11255
11256 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11257 Delete, moved to lib/gdb.exp.
11258 * gdb.threads/forking-threads-plus-breakpoint.exp
11259 (foreach_with_prefix): Likewise.
11260 * gdb.threads/process-dies-while-handling-bp.exp
11261 (foreach_with_prefix): Likewise.
11262 * lib/gdb.exp (foreach_with_prefix): New procedure.
11263
45f38546
MK
112642016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11265
11266 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11267 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11268
dc29a1ce
MK
112692016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11270
11271 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11272 endian targets.
11273
092127d7
JK
112742016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11275 Pedro Alves <palves@redhat.com>
11276
11277 Fix testsuite compatibility with Guile.
11278 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11279 number.
11280
31d765d3
JK
112812016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11282
11283 Fix testsuite compatibility with Guile.
11284 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11285 (thread 1): New test for backtrace through signal handler.
11286
1ac78c04
YQ
112872016-01-22 Yao Qi <yao.qi@linaro.org>
11288
11289 PR testsuite/19491
11290 * gdb.base/multi-forks.c: Include
11291 ../lib/unbuffer_output.c
11292 (main): Call gdb_unbuffer_output.
11293
4f5946a8
DE
112942016-01-21 Doug Evans <dje@google.com>
11295
11296 * lib/ada.exp (gdb_compile_ada): Fix typo.
11297
305e13e6
JB
112982016-01-21 Joel Brobecker <brobecker@adacore.com>
11299
11300 * gdb.base/break-fun-addr.exp: New file.
11301 * gdb.base/break-fun-addr1.c: New file.
11302 * gdb.base/break-fun-addr2.c: New file.
11303
5f5dfff6
SM
113042016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11305
11306 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11307 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11308 enum flag values.
11309
fd356fa2
AA
113102016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11311
11312 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11313 when GDB can not set the vector return value. Add more comments
11314 for clarification.
11315
9df22175
AT
113162016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11317
11318 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11319 command.
11320
41d1845e
SM
113212016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11322
11323 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11324
01ac6840
SM
113252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11326
11327 * Makefile.in (check-single): Pass --status to runtest.
11328 (check/%.exp): Likewise.
11329
113302016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11331
11332 * Makefile.in (check-parallel): Propagate return code from make
11333 do-check-parallel.
11334
bd0a71fa
MK
113352016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11336
11337 * gdb.trace/ftrace.exp: Fix expected message on continue.
11338 * gdb.trace/pending.exp: Fix expected message on continue.
11339 * gdb.trace/trace-break.exp: Fix expected message on continue.
11340
8bcbad33
SM
113412016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11342
11343 * lib/gdb.exp (gdb_test): Remove unused global references.
11344
f303dbd6
PA
113452016-01-18 Pedro Alves <palves@redhat.com>
11346
11347 * gdb.base/async-shell.exp: Adjust expected output.
11348 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11349 * gdb.base/siginfo-thread.exp: Adjust expected output.
11350 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11351 * gdb.java/jnpe.exp: Adjust expected output.
11352 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11353 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11354 * gdb.threads/leader-exit.exp: Adjust expected output.
11355 * gdb.threads/manythreads.exp: Adjust expected output.
11356 * gdb.threads/pthreads.exp: Adjust expected output.
11357 * gdb.threads/schedlock.exp: Adjust expected output.
11358 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11359 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11360 expected output.
11361 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11362 output.
11363 * gdb.threads/sigthread.exp: Adjust expected output.
11364 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11365
b2789696
YQ
113662016-01-18 Yao Qi <yao.qi@linaro.org>
11367
11368 * gdb.guile/scm-section-script.c: Replace @progbits with
11369 %progbits.
11370 * gdb.python/py-section-script.c: Likewise.
11371
71ef29a8
PA
113722016-01-15 Pedro Alves <palves@redhat.com>
11373
11374 * gdb.multi/tids.exp: Test star wildcard ranges.
11375
3f5b7598
PA
113762016-01-15 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11379 command from "thread apply" invocation.
11380 (thr_apply_info_thr_invalid): Default the expected output to the
11381 input tid list.
11382 (top level): Add tests that use convenience variables. Add tests
11383 for "thread apply" with a valid TID list, but missing the command.
11384
663f6d42
PA
113852016-01-13 Pedro Alves <palves@redhat.com>
11386
11387 * gdb.base/default.exp: Expect $_gthread as well.
11388 * gdb.multi/tids.exp: Test $_gthread.
11389 * gdb.threads/thread-specific.exp: Test $_gthread.
11390
c84f6bbf
PA
113912016-01-13 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.multi/tids.exp: Test "info threads -gid".
11394
22a02324
PA
113952016-01-13 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11398 Breakpoint.thread.
11399 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11400
5d5658a1
PA
114012016-01-07 Pedro Alves <palves@redhat.com>
11402
11403 * gdb.base/break.exp: Adjust to output changes.
11404 * gdb.base/hbreak2.exp: Likewise.
11405 * gdb.base/sepdebug.exp: Likewise.
11406 * gdb.base/watch_thread_num.exp: Likewise.
11407 * gdb.linespec/keywords.exp: Likewise.
11408 * gdb.multi/info-threads.exp: Likewise.
11409 * gdb.threads/thread-find.exp: Likewise.
11410 * gdb.multi/tids.c: New file.
11411 * gdb.multi/tids.exp: New file.
11412
84654457
PA
114132016-01-13 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11416
e3940304
PA
114172016-01-13 Pedro Alves <palves@redhat.com>
11418
11419 * gdb.base/default.exp: Expect $_inferior as well.
11420 * gdb.multi/base.exp: Test $_inferior.
11421
a911d87a
PA
114222016-01-13 Pedro Alves <palves@redhat.com>
11423
11424 PR breakpoints/19388
11425 * gdb.base/catch-signal-siginfo-cond.c: New file.
11426 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11427
82075af2
JS
114282016-01-12 Josh Stone <jistone@redhat.com>
11429 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11430
11431 * gdb.base/catch-syscall.c (do_execve): New variable.
11432 (main): Conditionally trigger an execve.
11433 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11434 (test_catch_syscall_execve): New, check entry/return across execve.
11435 (do_syscall_tests): Call test_catch_syscall_execve.
11436
e46eeedd
PA
114372016-01-12 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.base/random-signal.exp (do_test): New procedure, with body
11440 of testcase moved in.
11441
01d8c27e
JK
114422016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11443 Pedro Alves <palves@redhat.com>
11444
11445 * gdb.base/funcargs.exp (finish from indirectly called function):
11446 Reintroduce the case for 'First'.
11447
9a706302
JK
114482016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11449 Pedro Alves <palves@redhat.com>
11450
11451 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11452 (tcatch_vfork_then_child_follow_exec)
11453 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11454 identification.
11455
c0ecb95f
JK
114562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11457
11458 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11459 and repeats to unlimited.
11460 * gdb.python/py-value.exp: Likewise.
11461 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11462 and repeats to unlimited.
11463
6cfc1fcb
JK
114642016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11465
11466 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11467 and reordering the functions.
11468 * gdb.multi/hangout.c: Likewise.
11469 * gdb.multi/hello.c: Likewise.
11470
582a1b00
SM
114712016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11472
11473 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11474 absolute.
11475 (SingleStatisticTestResult.report): Use dict.keys instead of
11476 dict.iterkeys.
11477
79bc59cb
PA
114782016-01-06 Pedro Alves <palves@redhat.com>
11479
11480 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11481
43368e1d
MM
114822016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11483
11484 * gdb.btrace/dlopen.exp: New.
11485 * gdb.btrace/dlopen.c: New.
11486 * gdb.btrace/dlopen-dso.c: New.
11487
79fad5b8
SL
114882015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11489
11490 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11491 PATTERN argument is optional.
11492
ab8314b3
JB
114932015-12-24 Joel Brobecker <brobecker@adacore.com>
11494
11495 * lib/ada.exp (target_compile_ada_from_dir): New function.
11496 (gdb_compile_ada): Reimplement avoiding the use of project files.
11497 * gdb.ada/gnat_ada.gpr: Delete.
11498 * gdb.ada/cond_lang.exp: Adjust test to make path before
11499 filename optional.
11500 * gdb.ada/small_reg_param.exp: Likewise.
11501
fe33faff
SM
115022015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11505
6d265cb4
TP
115062015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11507
11508 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11509 case.
11510
10125099
SM
115112015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * gdb.base/break.exp: Remove dead code.
11514 * gdb.base/sepdebug.exp: Likewise.
11515
3ca22649
SM
115162015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11517
11518 * gdb.asm/asm-source.exp: Remove HP-UX references.
11519 * gdb.base/annota1.exp: Likewise.
11520 * gdb.base/annota3.exp: Likewise.
11521 * gdb.base/attach.exp: Likewise.
11522 * gdb.base/bigcore.exp: Likewise.
11523 * gdb.base/break.exp: Likewise.
11524 * gdb.base/call-ar-st.exp: Likewise.
11525 * gdb.base/callfuncs.exp: Likewise.
11526 * gdb.base/catch-fork-static.exp: Likewise.
11527 * gdb.base/display.exp: Likewise.
11528 * gdb.base/foll-exec-mode.exp: Likewise.
11529 * gdb.base/foll-exec.exp: Likewise.
11530 * gdb.base/foll-fork.exp: Likewise.
11531 * gdb.base/foll-vfork.exp: Likewise.
11532 * gdb.base/funcargs.exp: Likewise.
11533 * gdb.base/hbreak2.exp: Likewise.
11534 * gdb.base/inferior-died.exp: Likewise.
11535 * gdb.base/interrupt.exp: Likewise.
11536 * gdb.base/multi-forks.exp: Likewise.
11537 * gdb.base/nodebug.exp: Likewise.
11538 * gdb.base/sepdebug.exp: Likewise.
11539 * gdb.base/solib1.c: Likewise.
11540 * gdb.base/step-test.exp: Likewise.
11541 * gdb.mi/non-stop.c: Likewise.
11542 * gdb.mi/pthreads.c: Likewise.
11543 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11544 * gdb.threads/pthreads.c: Likewise.
11545 * gdb.threads/staticthreads.exp: Likewise.
11546 * lib/future.exp: Likewise.
11547 * lib/gdb.exp: Likewise.
11548 * gdb.base/so-indr-cl.c: Remove.
11549 * gdb.base/so-indr-cl.exp: Likewise.
11550 * gdb.base/solib.c: Likewise.
11551 * gdb.base/solib.exp: Likewise.
11552 * gdb.base/solib2.c: Likewise.
11553
b6304613
SM
115542015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11555
11556 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11557 * gdb.base/call-ar-st.exp: Likewise.
11558 * gdb.base/callfuncs.exp: Likewise.
11559 * gdb.base/condbreak.exp: Likewise.
11560 * gdb.base/constvars.exp: Likewise.
11561 * gdb.base/hbreak2.exp: Likewise.
11562 * gdb.base/langs.exp: Likewise.
11563 * gdb.base/list.exp: Likewise.
11564 * gdb.base/long_long.exp: Likewise.
11565 * gdb.base/ptype.exp: Likewise.
11566 * gdb.base/scope.exp: Likewise.
11567 * gdb.base/signals.exp: Likewise.
11568 * gdb.base/so-impl-ld.exp: Likewise.
11569 * gdb.base/varargs.exp: Likewise.
11570 * gdb.base/volatile.exp: Likewise.
11571 * gdb.base/whatis.exp: Likewise.
11572 * gdb.cp/cplusfuncs.exp: Likewise.
11573 * gdb.cp/inherit.exp: Likewise.
11574 * gdb.cp/local.exp: Likewise.
11575 * gdb.cp/member-ptr.exp: Likewise.
11576 * gdb.cp/method.exp: Likewise.
11577 * gdb.cp/overload.exp: Likewise.
11578 * gdb.cp/templates.exp: Likewise.
11579 * gdb.stabs/weird.exp: Likewise.
11580 * lib/compiler.c: Likewise.
11581 * lib/compiler.cc: Likewise.
11582 * lib/cp-support.exp: Likewise.
11583 * lib/gdb.exp: Likewise.
11584
bf401b07
SM
115852015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11586
11587 * configure.ac: Remove HP-UX case.
11588 * configure: Regenerate.
11589
aff9c0f8
SM
115902015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11591
11592 * lib/gdb.exp (gdb_compile): Add function doc.
11593
a6904d5a
PA
115942015-12-17 Pedro Alves <palves@redhat.com>
11595
11596 PR threads/19354
11597 * gdb.multi/info-threads.exp: New file.
11598
a22279dd
YQ
115992015-12-15 Yao Qi <yao.qi@linaro.org>
11600
11601 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11602 is aarch64*-*-*.
11603
0588c796
SL
116042015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11605
11606 * gdb.base/history-duplicates.exp: Skip if no readline support.
11607
5d978e17
SL
116082015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11609
11610 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11611
7e763b86
SL
116122015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11613
11614 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11615
87a3a92c
SL
116162015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11617
11618 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11619 ctrl-C if nointerrupts target property is set.
11620 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11621 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11622 * gdb.base/paginate-bg-execution.exp: Likewise.
11623 * gdb.base/paginate-execution-startup.exp: Likewise.
11624 * gdb.base/random-signal.exp: Likewise.
11625 * gdb.base/range-stepping.exp: Likewise.
11626 * gdb.cp/annota2.exp: Likewise.
11627 * gdb.cp/annota3.exp: Likewise.
11628 * gdb.gdb/selftest.exp: Likewise.
11629 * gdb.threads/continue-pending-status.exp: Likewise.
11630 * gdb.threads/leader-exit.exp: Likewise.
11631 * gdb.threads/manythreads.exp: Likewise.
11632 * gdb.threads/pthreads.exp: Likewise.
11633 * gdb.threads/schedlock.exp: Likewise.
11634 * gdb.threads/sigthread.exp: Likewise.
11635
a8f077dc
DB
116362015-12-11 Don Breazeal <donb@codesourcery.com>
11637
11638 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11639 remote.
11640 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11641 * gdb.base/foll-exec.exp (main): Enable for target remote.
11642 * gdb.base/foll-fork.exp (main): Likewise.
11643 * gdb.base/foll-vfork.exp (main): Likewise.
11644 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11645 (proc continue_to_exit_bp_loc): Use clean_restart.
11646 * gdb.base/pie-execl.exp (main): Disable for target remote.
11647 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11648 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11649 * gdb.threads/execl.exp (main): Likewise.
11650 * gdb.threads/fork-child-threads.exp (main): Likewise.
11651 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11652 remote.
11653 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11654 remote.
11655 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11656 pid.tid style ptids, instead of just tid.
11657 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11658 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11659 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11660 ptids, instead of just tid.
11661
3b2464a8
AB
116622015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11663
11664 * gdb.base/list.exp (test_list_forward): Add end of file error
11665 test.
11666 (test_repeat_list_command): Add end of file error test.
11667 (test_list_backwards): Add beginning of file error test.
11668
a0def019
AB
116692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11670
11671 * gdb.base/list.exp (test_list_invalid_args): New function,
11672 defined, and called.
11673
5c000dff
AB
116742015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11675
11676 * gdb.base/list.exp (test_list): Make test names unique.
11677
f1637ebe
YQ
116782015-12-11 Yao Qi <yao.qi@linaro.org>
11679
11680 * gdb.base/coremaker2.c: Remove.
11681
36d6fc0a
PA
116822015-12-10 Pedro Alves <palves@redhat.com>
11683
11684 * gdb.multi/base.exp: Remove stale "spaces" references.
11685
762f7747
PA
116862015-12-10 Pedro Alves <palves@redhat.com>
11687
11688 * gdb.multi/base.exp: Don't use nowarnings.
11689 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11690 * gdb.multi/hangout.c: Include stdio.h.
11691 * gdb.multi/hello.c: Include stdlib.h.
11692 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11693 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11694 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11695
28d2bfb9
AB
116962015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11697
11698 * gdb.dwarf2/dw2-ranges-base.c: New file.
11699 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11700 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11701 support additional line table, and debug ranges generation.
11702 (Dwarf::ranges): New function, generate .debug_ranges.
11703 (Dwarf::lines): Support generating simple line table programs.
11704 (Dwarf::assemble): Initialise new namespace variables.
11705
5fc2beac
KB
117062015-12-09 Kevin Buettner <kevinb@redhat.com>
11707
11708 * gdb.base/async.exp (proc test_background): Add case for
11709 asynchronous execution not supported.
11710
1c35a88f
LM
117112015-12-09 Luis Machado <lgustavo@codesourcery.com>
11712
11713 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11714 format and change test names to make them unique.
11715
b593e3d9
RK
117162015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11717 Pedro Alves <pedro@redhat.com>
11718
11719 PR gdb/18702
11720 Add checking of floatformats setup on x86_64 hosts.
11721 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11722 (smallval, bigval): New labels/constants.
11723 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11724 float" after loading bigval and smallval.
11725
d72413e6
PMR
117262015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11727
11728 * gdb.ada/fun_overload_menu.exp: New testcase.
11729 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11730
ece66d65
JS
117312015-12-04 Josh Stone <jistone@redhat.com>
11732
11733 * gdb.base/catch-fork-static.exp: New.
11734
41d0efca
YQ
117352015-12-03 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.base/sizeof.c: Don't include stdio.h and
11738 ../lib/unbuffer_output.c.
11739 (main): New variable 'size' and 'value'. Remove printf and
11740 gdb_unbuffer_output. Assign return value to size and value.
11741 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11742 at the beginning.
11743 (check_sizeof): Check the result by printing variable 'size'.
11744 (check_valueof): Check the result by printing variable 'value'.
11745
99fd02d9
YQ
117462015-12-01 Yao Qi <yao.qi@linaro.org>
11747
11748 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11749 for aarch64*-*-linux* target.
11750
f2faf941
PA
117512015-11-30 Pedro Alves <palves@redhat.com>
11752
11753 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11754
04bf20c5
PA
117552015-11-30 Pedro Alves <palves@redhat.com>
11756
11757 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11758 Handle non-stop mode vCont replies.
11759
09df4675
PA
117602015-11-30 Pedro Alves <palves@redhat.com>
11761
11762 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11763 prepare_for_testing. Start gdb with "set non-stop on" appended to
11764 GDBFLAGS. Lax expected stop output.
11765
58b584af
YQ
117662015-11-27 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.arch/arm-neon.exp: New.
11769 * gdb.arch/arm-neon.c: New.
11770
dfcb77a8
YQ
117712015-11-27 Yao Qi <yao.qi@linaro.org>
11772
11773 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11774
88e8ec1b
YQ
117752015-11-27 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11778 frames-invalid annotation.
11779
bfde72c2
YQ
117802015-11-27 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11783
f6512a69
SM
117842015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11785
11786 * gdb.threads/names.exp: New file.
11787 * gdb.threads/names.c: New file.
11788 * README: Mention gdb,no_thread_names.
11789
46a3515b
MM
117902015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11791
11792 PR 19297
11793 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11794 support" error.
11795
62147a22
PA
117962015-11-24 Pedro Alves <palves@redhat.com>
11797
11798 PR 17539
11799 * gdb.base/display.exp: Expect displays to be sorted in ascending
11800 order. Use multi_line.
11801 * gdb.base/solib-display.exp: Likewise.
11802
2f341b6e
PA
118032015-11-24 Pedro Alves <palves@redhat.com>
11804
11805 PR 17539
25d49b86
PA
11806 * gdb.base/display.exp: Expect displays to be sorted in ascending
11807 order. Use multi_line.
11808 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11809
7e0aa6aa
PA
118102015-11-24 Pedro Alves <palves@redhat.com>
11811
11812 PR 17539
11813 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11814 threads in ascending order.
11815 * gdb.base/foll-fork.exp: Likewise.
11816 * gdb.base/foll-vfork.exp: Likewise.
11817 * gdb.base/multi-forks.exp: Likewise.
11818 * gdb.mi/mi-nonstop.exp: Likewise.
11819 * gdb.mi/mi-nsintrall.exp: Likewise.
11820 * gdb.multi/base.exp: Likewise.
11821 * gdb.multi/multi-arch.exp: Likewise.
11822 * gdb.python/py-inferior.exp: Likewise.
11823 * gdb.threads/break-while-running.exp: Likewise.
11824 * gdb.threads/execl.exp: Likewise.
11825 * gdb.threads/gcore-thread.exp: Likewise.
11826 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11827 * gdb.threads/kill.exp: Likewise.
11828 * gdb.threads/linux-dp.exp: Likewise.
11829 * gdb.threads/multiple-step-overs.exp: Likewise.
11830 * gdb.threads/next-bp-other-thread.exp: Likewise.
11831 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11832 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11833 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11834 * gdb.threads/thread-find.exp: Likewise.
11835 * gdb.threads/tls.exp: Likewise.
11836 * lib/mi-support.exp (mi_reverse_list): Delete.
11837 (mi_check_thread_states): No longer reverse list.
11838
2cc57ad8
PA
118392015-11-24 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11842 use lowercase.
11843
c93e8391
SM
118442015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11845
11846 * gdb.trace/actions.c: Include trace-common.h.
11847 (main): Add a location for a fast tracepoint.
11848 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11849 the normal tracepoints.
11850 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11851
045ccf91
SM
118522015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11853
11854 * save-trace.exp: Factor out code to these...
11855 (gdb_save_tracepoints): New.
11856 (gdb_load_tracepoints): New.
11857 (do_save_load_test): New.
11858
5506f9f6
KB
118592015-11-23 Kevin Buettner <kevinb@redhat.com>
11860
11861 * gdb.base/asmlabel.exp: New test.
11862 * gdb.base/asmlabel.c: New test case.
11863
16c3b12f
JB
118642015-11-23 Joel Brobecker <brobecker@adacore.com>
11865
11866 * gdb.base/wrong_frame_bt_full-main.c: New file.
11867 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11868 * gdb.base/wrong_frame_bt_full.exp: New file.
11869
155bfbd3
JB
118702015-11-23 Joel Brobecker <brobecker@adacore.com>
11871
11872 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11873
bb097445
JM
118742015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11875
206853a0 11876 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11877 pstate register when comparing registers values in
11878 sparc64-*-linux-gnu targets to avoid spurious differences.
11879
9c88ed8f
JM
118802015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11881
206853a0 11882 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11883
96161e25
SL
118842015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11885
11886 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11887 as type argument to gdb_compile.
11888 * gdb.base/nested-subp2.exp: Likewise.
11889 * gdb.base/nested-subp3.exp: Likewise.
11890
340c2830
DV
118912015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11892
11893 * lib/dwarf.exp (_note): Fix left shift of negative value.
11894 * gdb.trace/trace-condition.exp: Likewise.
11895
c1862d0f
YQ
118962015-11-13 Yao Qi <yao.qi@linaro.org>
11897
11898 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11899 comments about d10v.
11900 (test_scalar_returns): Likewise.
11901 * gdb.base/d10v.ld: Remove.
11902 * gdb.base/overlays.exp: Remove the target triplet checking for
11903 d10v-*-*.
11904 * gdb.base/structs.exp (test_struct_returns): Remove the
11905 comments about d10v.
11906 (test_struct_calls): Likewise.
11907
77ae9c19
YQ
119082015-11-13 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11911 * gdb.base/gnu_vector.c: Don't include stdio.h.
11912 (main): Don't print res and call add_some_intvecs.
11913
430e004e
MK
119142015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11915
11916 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11917 macro.
11918 (func5): Removed.
11919 (func4): Use FAST_TRACEPOINT_LABEL.
11920 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11921 macro.
11922 (func): Removed.
11923 (thread_function): Use FAST_TRACEPOINT_LABEL.
11924 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11925 (func): Remove.
11926 (marker): Use FAST_TRACEPOINT_LABEL.
11927 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11928 (pendfunc1): Remove.
11929 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11930 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11931 (foo): Remove.
11932 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11933 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11934 macro.
11935 (func): Remove.
11936 (marker): Use FAST_TRACEPOINT_LABEL.
11937 * gdb.trace/trace-common.h: New header.
11938 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11939 macro.
11940 (func): Remove.
11941 (marker): Use FAST_TRACEPOINT_LABEL.
11942 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11943 (func): Remove.
11944 (thread_function): Use FAST_TRACEPOINT_LABEL.
11945
6e7675a7
MK
119462015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11947
11948 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11949 in front.
11950 * gdb.trace/change-loc.exp: Use global pcreg definition.
11951 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11952 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11953 in front.
11954 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11955 * gdb.trace/pending.exp: Likewise.
11956 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11957 * gdb.trace/trace-break.exp: Likewise.
11958 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11959 in front.
11960 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11961 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11962 in front.
11963 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11964
dddc0e16
JB
119652015-11-09 Joel Brobecker <brobecker@adacore.com>
11966
11967 * gdb.ada/fin_fun_out: New testcase.
11968
c6f0b406
KB
119692015-11-07 Kevin Buettner <kevinb@redhat.com>
11970
11971 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11972 value associated with DW_AT_byte_size.
11973 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11974 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11975 DW_AT_upper_bound.
11976
f01dcfd9
KB
119772015-11-07 Kevin Buettner <kevinb@redhat.com>
11978
11979 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11980 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11981 version.
11982 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11983 gdb.dwarf2/dw2-canonicalize-type.exp,
11984 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11985 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11986 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11987 provided by gdb_target_symbol_prefix_flags_asm.
11988 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11989 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11990 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11991 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11992 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11993 macros where needed). Use this macro for symbols which require
11994 the prefix provided by SYMBOL_PREFIX.
11995
2223449a
KB
119962015-11-05 Kevin Buettner <kevinb@redhat.com>
11997
11998 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11999 New procs.
12000 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
12001 representing expressions, of more than one list element.
12002 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
12003 to prepend linker symbol prefix to f.
12004 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
12005 table_1 and table_2.
12006 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
12007 Likewise, for f and g.
12008 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
12009 for ptr.
12010 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
12011 for main.
12012 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
12013 table_1_ptr and table_2_ptr.
12014
6f2f1a3a
JK
120152015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12016 Joel Brobecker <brobecker@adacore.com>
12017
12018 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
12019
566c56c9
MK
120202015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
12021
12022 * gdb.reverse/s390-mvcle.c: New test.
12023 * gdb.reverse/s390-mvcle.exp: New file.
12024 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12025
d5f0636b
MK
120262015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12027
12028 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12029
7ad8b86c
MK
120302015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12031
12032 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12033 reaching marker2.
12034 * gdb.reverse/getresuid-reverse.exp: Likewise.
12035 * gdb.reverse/pipe-reverse.exp: Likewise.
12036 * gdb.reverse/readv-reverse.exp: Likewise.
12037 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12038 * gdb.reverse/time-reverse.exp: Likewise.
12039 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12040
4081c0f1
YQ
120412015-10-30 Yao Qi <yao.qi@linaro.org>
12042
12043 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12044 (empty_cycle): Remove.
12045 (main): Don't call empty_cycle. Don't use watch_count_done.
12046 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12047 empty_cycle. Rewrite the code counting HW watchpoints.
12048
452b4ba5
MK
120492015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12050
12051 * gdb.reverse/fstatat-reverse.c: New test.
12052 * gdb.reverse/fstatat-reverse.exp: New file.
12053 * gdb.reverse/getresuid-reverse.c: New test.
12054 * gdb.reverse/getresuid-reverse.exp: New file.
12055 * gdb.reverse/pipe-reverse.c: New test.
12056 * gdb.reverse/pipe-reverse.exp: New file.
12057 * gdb.reverse/readv-reverse.c: New test.
12058 * gdb.reverse/readv-reverse.exp: New file.
12059 * gdb.reverse/recvmsg-reverse.c: New test.
12060 * gdb.reverse/recvmsg-reverse.exp: New file.
12061 * gdb.reverse/time-reverse.c: New test.
12062 * gdb.reverse/time-reverse.exp: New file.
12063 * gdb.reverse/waitpid-reverse.c: New test.
12064 * gdb.reverse/waitpid-reverse.exp: New file.
12065
5e2e7507
JK
120662015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12067
12068 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12069
0fde2c53
DE
120702015-10-26 Doug Evans <dje@google.com>
12071
12072 PR symtab/17391
12073 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12074 * gdb.dwarf2/bad-regnum.c: New file.
12075 * gdb.dwarf2/bad-regnum.exp: New file.
12076
1a70ae97
DE
120772015-10-26 Doug Evans <dje@google.com>
12078
12079 PR python/18938
12080 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12081 file.
12082
27dc26ab
JK
120832015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12084
12085 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12086 for a change by "Mention language in compile error message".
12087
bed91f4d
SM
120882015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12089
12090 PR python/18073
12091 * gdb.python/py-type.c (C::a_method): New.
12092 (C::a_const_method): New.
12093 (C::a_static_method): New.
12094 (a_function): New.
12095 * gdb.python/py-type.exp (test_fields): Test getting fields
12096 from function and method.
12097
3f2f83dd
KB
120982015-10-21 Keven Boell <keven.boell@intel.com>
12099
12100 * gdb.fortran/vla-alloc-assoc.exp: New file.
12101 * gdb.fortran/vla-datatypes.exp: New file.
12102 * gdb.fortran/vla-datatypes.f90: New file.
12103 * gdb.fortran/vla-history.exp: New file.
12104 * gdb.fortran/vla-ptype-sub.exp: New file.
12105 * gdb.fortran/vla-ptype.exp: New file.
12106 * gdb.fortran/vla-sizeof.exp: New file.
12107 * gdb.fortran/vla-sub.f90: New file.
12108 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12109 * gdb.fortran/vla-value-sub-finish.exp: New file.
12110 * gdb.fortran/vla-value-sub.exp: New file.
12111 * gdb.fortran/vla-value.exp: New file.
12112 * gdb.fortran/vla-ptr-info.exp: New file.
12113 * gdb.mi/mi-vla-fortran.exp: New file.
12114 * gdb.mi/vla.f90: New file.
12115
27145d50
SL
121162015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12117
12118 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12119 of hardwired timeout value.
12120
5f3ff4f8
JK
121212015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12122 Pedro Alves <palves@redhat.com>
12123
12124 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12125 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12126
bfd09d20
JS
121272015-10-19 Josh Stone <jistone@redhat.com>
12128
12129 * gdb.base/catch-syscall.c: Include <sched.h>.
12130 (unknown_syscall): New variable.
12131 (main): Trigger a vfork and an unknown syscall.
12132 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12133 (unknown_syscall_number): Likewise.
12134 (check_call_to_syscall): Accept an optional syscall pattern.
12135 (check_return_from_syscall): Likewise.
12136 (check_continue): Likewise.
12137 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12138 (test_catch_syscall_skipping_return): New test toggling off 'catch
12139 syscall' to step over the syscall return, then toggling back on.
12140 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12141 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12142 (do_syscall_tests): Call test_catch_syscall_without_args and
12143 test_catch_syscall_mid_vfork.
12144 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12145 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12146
b32b93c6
AS
121472015-10-19 Andrew Stubbs <ams@codesourcery.com>
12148
12149 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12150 print g_vE): Add new pass patterns.
12151 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12152 print various symbol names for vptr fields.
12153
9d622bda
AB
121542015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12155
12156 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12157 results.
12158
0fd8ac1c
YQ
121592015-10-12 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12162
34240514
YQ
121632015-10-12 Yao Qi <yao.qi@linaro.org>
12164
12165 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12166 is aarch64*-*-linux*.
12167
8240f442
YQ
121682015-10-12 Yao Qi <yao.qi@linaro.org>
12169
12170 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12171 (can_relocate_bcond_true): ... it.
12172 (can_relocate_bcond_false): New function.
12173 (foo): Likewise.
12174 (can_relocate_bl): Likewise.
12175 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12176 can_relocate_bl.
12177
2520f728
PMR
121782015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12179
12180 * gdb.base/nested-addr.c: New file.
12181 * gdb.base/nested-addr.exp: New testcase.
12182
abcef95a
MM
121832015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12184
12185 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12186 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12187 its output. Ignore the output of "record goto begin" and instead
12188 check that GDB is replaying.
12189
145e3ddb
PA
121902015-10-09 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12193 (top level): Use it in the run with no args test.
12194
d5d8c4e1
IB
121952015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12196
12197 * gdb.dlang/properties.exp: New file.
12198
06e635ef
SL
121992015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12200
12201 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12202 whether or not address 0x1000 is mapped on the target.
12203
e019fd1d
SM
122042015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12205
12206 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12207 build.
12208
77ba2a67
MM
122092015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12210
12211 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12212 instruction-history test.
12213
c60eb31f
DE
122142015-09-28 Doug Evans <dje@google.com>
12215
12216 * gdb.base/gcore.c (array_func): Add reference to static_array.
12217
9a3c8263
SM
122182015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12219
12220 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12221 source line.
12222
9720e656
SL
122232015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12224
12225 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12226 short or char as base type.
12227
938d3bf2
SL
122282015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12229
12230 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12231 to allow any size enum.
12232
e6c2c623
PMR
122332015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12234
12235 * gdb.ada/array_ptr_renaming.exp: New testcase.
12236 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12237 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12238
06da0f77
PL
122392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12240
12241 * gdb.trace/ftrace-lock.c: New file.
12242 * gdb.trace/ftrace-lock.exp: New file.
12243
4f51c22a
PL
122442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12245
12246 * gdb.arch/insn-reloc.c: New file.
12247 * gdb.arch/ftrace-insn-reloc.exp: New file.
12248
7041adf4
PL
122492015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12250
12251 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12252 instruction.
12253 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12254 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12255 * gdb.trace/range-stepping.c: Likewise.
12256 * gdb.trace/trace-break.c: Likewise.
12257 * gdb.trace/trace-mt.c (thread_function): Likewise.
12258 * gdb.trace/ftrace.c (marker): Likewise.
12259 * gdb.trace/trace-condition.c (marker): Likewise.
12260 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12261 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12262 is_aarch64_target.
12263
015d2e7e
DE
122642015-09-18 Doug Evans <xdje42@gmail.com>
12265
12266 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12267 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12268
26b188a2
SL
122692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12270
12271 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12272 the breakpoint.
12273
79dc332b
SL
122742015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12275
12276 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12277 the pending breakpoint. Remove timeout override for "Run till
12278 MI pending breakpoint on pendfunc3 on thread 2" test.
12279
f57929f2
SL
122802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12281
12282 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12283 filename pattern.
12284
3f469b17
SL
122852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12286
12287 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12288 in breakpoint filename pattern.
12289
515b89b3
SL
122902015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12291
7800dbe4
SL
12292 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12293
122942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12295
515b89b3
SL
12296 * gdb.linespec/explicit.exp: Check for readline support for
12297 tab-completion tests. Fix obvious typo.
12298
d2939ba2
MM
122992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12300
12301 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12302 and replay.
12303
cbb55fa7
MM
123042015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12305
12306 * gdb.btrace/non-stop.c: New.
12307 * gdb.btrace/non-stop.exp: New.
12308
43691ca1
PL
123092015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12310 Yao Qi <yao.qi@linaro.org>
12311
12312 * gdb.trace/trace-condition.c: New file.
12313 * gdb.trace/trace-condition.exp: New file.
12314
d78908cf
WW
123152015-09-16 Wei-cheng Wang <cole945@gmail.com>
12316
12317 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12318 for testing bytecode compilation.
12319
1ed415e2
PA
123202015-09-16 Pedro Alves <palves@redhat.com>
12321 Sandra Loosemore <sandra@codesourcery.com>
12322
12323 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12324 (SECONDS): Redefine.
12325 (main): Call pthread_kill and alarm early.
12326 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12327 support.
12328 (test): If the target can't hardware step and doesn't support
12329 displaced stepping, increase the timeout.
12330
d136eff5
PA
123312015-09-16 Pedro Alves <palves@redhat.com>
12332
12333 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12334 (enable_debug): New procedures.
12335 (test): Use them. Bail out if waiting for threads fails.
12336 (top level): Bail out if a test fails.
12337
991f019c
YQ
123382015-09-16 Yao Qi <yao.qi@linaro.org>
12339
12340 * gdb.asm/asm-source.exp: Set asm-arch for
12341 aarch64*-*-* target.
12342 * gdb.asm/aarch64.inc: New file.
12343
bfca584f
PMR
123442015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12345
12346 * gdb.ada/array_of_variable_length.exp: New testcase.
12347 * gdb.ada/array_of_variable_length/foo.adb: New file.
12348 * gdb.ada/array_of_variable_length/pck.adb: New file.
12349 * gdb.ada/array_of_variable_length/pck.ads: New file.
12350
b326e587
DE
123512015-09-15 Doug Evans <dje@google.com>
12352
12353 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12354 of function static local variable.
12355
5382cfab
PW
123562015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12357
12358 * gdb.threads/tls-so_extern.exp: New test file.
12359 * gdb.threads/tls-so_extern.c: New test file.
12360 * gdb.threads/tls-so_extern_main.c: New test file.
12361
141c5cc4
JK
123622015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12363
12364 * gdb.opt/solib-intra-step-lib.c: New file.
12365 * gdb.opt/solib-intra-step-main.c: New file.
12366 * gdb.opt/solib-intra-step.exp: New file.
12367
d15dcecd
PA
123682015-09-15 Pedro Alves <palves@redhat.com>
12369
12370 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12371 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12372
4c2f2a79
PA
123732015-09-14 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/hook-stop-continue.c: Delete.
12376 * gdb.base/hook-stop-continue.exp: Delete.
12377 * gdb.base/hook-stop-frame.c: Delete.
12378 * gdb.base/hook-stop-frame.exp: Delete.
12379 * gdb.base/hook-stop.c: New file.
12380 * gdb.base/hook-stop.exp: New file.
12381
919e6dbe
PMR
123822015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12383
12384 * gdb.ada/access_to_packed_array.exp: New testcase.
12385 * gdb.ada/access_to_packed_array/foo.adb: New file.
12386 * gdb.ada/access_to_packed_array/pack.adb: New file.
12387 * gdb.ada/access_to_packed_array/pack.ads: New file.
12388
157280a4
MM
123892015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12390
12391 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12392 buffer size test.
12393
2fd33e94
DB
123942015-09-11 Don Breazeal <donb@codesourcery.com>
12395
12396 * gdb.base/foll-exec.c: Add copyright header. Fix
12397 formatting issues.
12398 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12399 (do_exec_tests): Use clean_restart in place of zap_session,
12400 and for test initialization. Fix formatting issues. Use
12401 fail in place of perror.
12402 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12403 an expect statement to match an expression with output from
12404 the program under debug.
12405 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12406 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12407 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12408 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12409 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12410
e70b6e8e
DE
124112015-09-09 Doug Evans <dje@google.com>
12412
12413 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12414
7a551a51
DE
124152015-09-09 Doug Evans <dje@google.com>
12416
12417 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12418
4c666f84
DE
124192015-09-09 Doug Evans <dje@google.com>
12420
12421 * gdb.base/savedregs.exp: Fix typo.
12422
243a9253
PA
124232015-09-09 Pedro Alves <palves@redhat.com>
12424
12425 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12426
c0fa8fbd
SL
124272015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12428
12429 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12430 command actually switches threads. Give up on remaining
12431 tests if target fails to stop at breakpoint.
12432
cd7c1778
PMR
124332015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12434
12435 * gdb.ada/funcall_char.exp: New testcase.
12436 * gdb.ada/funcall_char/foo.adb: New file.
12437
dc5c8746
PMR
124382015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12439
12440 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12441 expected outputs. Add two testcases for completing ambiguous
12442 functions.
12443 * gdb.ada/complete/aux_pck.adb: New file.
12444 * gdb.ada/complete/aux_pck.ads: New file.
12445 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12446 Ambiguous_Func functions.
12447 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12448 * gdb.ada/complete/pck.adb: Likewise.
12449
4e83a1e7
UW
124502015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12451
12452 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12453 failures to run the test program under GDB.
12454
8ce74153
LM
124552015-08-26 Luis Machado <lgustavo@codesourcery.com>
12456
12457 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12458 to C.
12459
e9756d52
PP
124602015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12461
12462 * gdb.base/run-after-attach.exp: New test file.
12463 * gdb.base/run-after-attach.c: New test file.
12464
8d37573b
DB
124652015-08-26 Don Breazeal <donb@codesourcery.com>
12466
12467 * gdb.base/foll-exec-2.c: New test program.
12468 * gdb.base/foll-exec-2.exp: New test.
12469
63e43d3a
PMR
124702015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12471
12472 * gdb.base/nested-subp1.exp: New file.
12473 * gdb.base/nested-subp1.c: New file.
12474 * gdb.base/nested-subp2.exp: New file.
12475 * gdb.base/nested-subp2.c: New file.
12476 * gdb.base/nested-subp3.exp: New file.
12477 * gdb.base/nested-subp3.c: New file.
12478
3d40fbb5
PA
124792015-08-24 Pedro Alves <palves@redhat.com>
12480
12481 * gdb.server/connect-without-multi-process.c: New file.
12482 * gdb.server/connect-without-multi-process.exp: New file.
12483
4422ac93
LM
124842015-08-24 Luis Machado <lgustavo@codesourcery.com>
12485
12486 * gdb.opt/inline-markers.c: Make z int.
12487
91dddb86
LM
124882015-08-24 Luis Machado <lgustavo@codesourcery.com>
12489
12490 * gdb.opt/inline-markers.c: Make z volatile.
12491
a48847ee
LM
124922015-08-24 Luis Machado <lgustavo@codesourcery.com>
12493
12494 * gdb.opt/inline-bt.c: New volatile global z.
12495 * gdb.opt/inline-cmds.c: Likewise.
12496 * gdb.opt/inline-locals.c: Likewise.
12497 * gdb.opt/inline-markers.c: New extern global z.
12498 (marker): Use z.
12499 (inline_fn): Likewise.
12500
0ebbc52b
PA
125012015-08-24 Pedro Alves <palves@redhat.com>
12502
12503 * config/m32r-stub.exp: Remove file.
12504 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12505 * gdb.base/call-rt-st.exp: Likewise.
12506 * gdb.base/call-strs.exp: Likewise.
12507 * gdb.base/default.exp: Remove references to h8300-*-hms and
12508 *-*-udi*.
12509 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12510
77c365df
AA
125112015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12512
12513 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12514 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12515 and "return" use KFAIL when GDB can not read/write the vector
12516 return value.
12517
4313b8c0
GB
125182015-08-21 Gary Benson <gbenson@redhat.com>
12519
12520 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12521
0e433b32
PA
125222015-08-20 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.server/solib-list.exp: No longer expect an interior stop in
12525 non-stop mode.
12526
221e1a37
PA
125272015-08-20 Pedro Alves <palves@redhat.com>
12528
12529 * gdb.server/connect-stopped-target.c: New file.
12530 * gdb.server/connect-stopped-target.exp: New file.
12531
40e3ad0e
PA
125322015-08-20 Pedro Alves <palves@redhat.com>
12533
12534 * gdb.dwarf2/comp-unit-lang.exp: New file.
12535 * gdb.dwarf2/comp-unit-lang.c: New file.
12536
af39b327
PMR
125372015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12538
12539 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12540 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12541
7d45c7c3 125422015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12543
7d45c7c3
KB
12544 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12545 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12546
4d6cceb4
DE
125472015-08-18 Doug Evans <dje@google.com>
12548 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12549
12550 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12551 skip_python_tests. New arg prompt_regexp.
12552 (skip_python_tests): New function.
12553 * lib/mi-support.exp (mi_skip_python_tests): New function.
12554 * gdb.python/py-mi-objfile-gdb.py: New file.
12555 * gdb.python/py-mi-objfile.c: New file.
12556 * gdb.python/py-mi-objfile.exp: New file.
12557
ad89c2aa
KS
125582015-08-17 Keith Seitz <keiths@redhat.com>
12559
12560 * gdb.linespec/explicit.exp: Move strace test from here ...
12561 * gdb.trace/strace.exp: ... to here.
12562
e3ae3c43
PP
125632015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12564
12565 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12566 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12567
604b2636
DE
125682015-08-14 Doug Evans <xdje42@gmail.com>
12569
12570 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12571 inferior before selecting a new file.
12572
6ff0ba5f
DE
125732015-08-14 Doug Evans <xdje42@gmail.com>
12574
12575 * gdb.mi/mi-disassemble.exp: Update.
12576 * gdb.base/disasm-optim.S: New file.
12577 * gdb.base/disasm-optim.c: New file.
12578 * gdb.base/disasm-optim.h: New file.
12579 * gdb.base/disasm-optim.exp: New file.
12580
9ca98f92
KS
125812015-08-14 Keith Seitz <keiths@redhat.com>
12582
12583 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12584 "evaluated-by".
12585
52bbc560
JB
125862015-08-13 Joel Brobecker <brobecker@adacore.com>
12587
12588 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12589
5d8c3ed3
PMR
125902015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12591
12592 * gdb.ada/fun_renaming.exp: New testcase.
12593 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12594 * gdb.ada/fun_renaming/pack.adb: New file.
12595 * gdb.ada/fun_renaming/pack.ads: New file.
12596
ea8812bc
KS
125972015-08-12 Keith Seitz <keiths@redhat.com>
12598
12599 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12600 gdb_get_line_number.
12601
4dafcdeb
JB
126022015-08-12 Joel Brobecker <brobecker@adacore.com>
12603
12604 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12605 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12606 gdb.base/dso2dso.exp: New files.
12607
5ba32597
SDJ
126082015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12609 Pedro Alves <palves@redhat.com>
12610 Keith Seitz <keiths@redhat.com>
12611
12612 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12613 GDBFLAGS.
12614
b6dafabf
PP
126152015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12616
12617 * gdb.base/gdbhistsize-history.exp
12618 (test_histsize_history_setting): Use save_vars.
12619 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12620 Use save_vars.
12621 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12622 * gdb.base/readline.exp: Use save_vars.
12623
abe8e607
PP
126242015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12625
12626 * lib/gdb.exp (save_vars): New proc.
12627
629500fa
KS
126282015-08-11 Keith Seitz <keiths@redhat.com>
12629
12630 * gdb.base/help.exp: Update help_breakpoint_text.
12631
eb8c4e2e
KS
126322015-08-11 Keith Seitz <keiths@redhat.com>
12633
12634 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12635 (at toplevel): Call test_explicit_breakpoints.
12636 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12637 breakpoints.
12638 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12639 breakpoint conditions, "-cond".
12640
87f0e720
KS
126412015-08-11 Keith Seitz <keiths@redhat.com>
12642
12643 * gdb.linespec/3explicit.c: New file.
12644 * gdb.linespec/cpexplicit.cc: New file.
12645 * gdb.linespec/cpexplicit.exp: New file.
12646 * gdb.linespec/explicit.c: New file.
12647 * gdb.linespec/explicit.exp: New file.
12648 * gdb.linespec/explicit2.c: New file.
12649 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12650 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12651 before using in the matching pattern.
12652 Clarify that `prefix' is a regular expression.
12653
f00aae0f
KS
126542015-08-11 Keith Seitz <keiths@redhat.com>
12655
12656 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12657 test.
12658 Add tests for missing ",FMT" and ",".
12659
e27852be
DE
126602015-08-10 Doug Evans <dje@google.com>
12661 Keith Seitz <keiths@redhat.com>
12662
12663 PR gdb/17960
12664 * gdb.base/completion.exp: Add location completer tests.
12665
7f03bd92
PA
126662015-08-07 Pedro Alves <palves@redhat.com>
12667
12668 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12669 tests here.
12670 (top level): Run do_test with and without displaced stepping.
12671
3fc8eb30
PA
126722015-08-07 Pedro Alves <palves@redhat.com>
12673
12674 * gdb.base/valgrind-disp-step.c: New file.
12675 * gdb.base/valgrind-disp-step.exp: New file.
12676
d4569d7b
PA
126772015-08-07 Pedro Alves <palves@redhat.com>
12678
12679 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12680 Delete function.
12681 (main): Add alarm. Run an infinite loop instead of calling
12682 wait_threads.
12683 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12684 comment.
12685 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12686 Delete function.
12687 (main): Add alarm. Run an infinite loop instead of calling
12688 wait_threads.
12689 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12690 comment.
12691
e1316e60
PA
126922015-08-07 Pedro Alves <palves@redhat.com>
12693
12694 * gdb.base/checkpoint-ns.exp: New file.
12695 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12696 standard_testfile.
12697
da8c46d2
MM
126982015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12699
12700 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12701 * gdb.btrace/instruction_history.exp: Update.
12702 * gdb.btrace/tsx.exp: New.
12703 * gdb.btrace/tsx.c: New.
12704
de1c2c52
PA
127052015-08-06 Pedro Alves <palves@redhat.com>
12706
12707 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12708 increase timeout.
12709 * gdb.reverse/until-precsave.exp: Bump timeouts.
12710
782e0bf4
PA
127112015-08-06 Pedro Alves <palves@redhat.com>
12712
12713 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12714
83e97ed0
PA
127152015-08-06 Pedro Alves <palves@redhat.com>
12716
12717 PR gdb/18749
12718 * gdb.threads/process-dies-while-handling-bp.c: New file.
12719 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12720
863d01bd
PA
127212015-08-06 Pedro Alves <palves@redhat.com>
12722
12723 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12724 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12725
0a39bb32
PA
127262015-08-05 Pedro Alves <palves@redhat.com>
12727
12728 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12729 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12730
ee2d2b10
SL
127312015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12732
12733 * gdb.base/bp-permanent.exp: Report test as unsupported if
12734 the target cannot stop at the permanent breakpoint.
12735
4e1bdb00
DE
127362015-08-03 Doug Evans <dje@google.com>
12737
12738 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12739 10000.
12740
3d338901
DE
127412015-08-03 Doug Evans <dje@google.com>
12742
12743 * Makefile.in (workers/%.worker, build-perf): New rule.
12744 (GDB_PERFTEST_MODE): New variable.
12745 (check-perf): Use it.
12746 (clean): Clean up gdb.perf parallel build subdirs.
12747 * lib/build-piece.exp: New file.
12748 * lib/gdb.exp (make_gdb_parallel_path): New function
12749 (standard_output_file, standard_temp_file): Call it.
12750 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12751 of $GDB_PARALLEL.
12752 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12753
af061d3e
DE
127542015-08-03 Doug Evans <dje@google.com>
12755
8e1afc81 12756 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12757 (LOG_FILE_NAME): New global.
12758 (TextReporter.__init__): Initialize self.txt_sum.
12759 (TextReporter.report): Add support for multiple data-points.
12760 Move report to perftest.sum, put raw data in perftest.log.
12761 (TextReporter.start): Open sum and log files.
12762 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12763 * gdb.perf/lib/perftest/testresult.py
12764 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12765
2c8c5d37
PA
127662015-07-31 Pedro Alves <palves@redhat.com>
12767
12768 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12769 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12770 kill_wait_spawned_process instead of explicit "kill -9".
12771 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12772 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12773 kill_wait_spawned_process.
12774 * gdb.base/attach-twice.exp: Likewise.
12775 * gdb.base/attach.exp: Likewise.
12776 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12777 gdb_test_multiple.
12778 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12779 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12780 kill_wait_spawned_process.
12781 * gdb.base/valgrind-infcall.exp: Likewise.
12782 * gdb.multi/multi-attach.exp: Likewise.
12783 * gdb.python/py-prompt.exp: Likewise.
12784 * gdb.python/py-sync-interp.exp: Likewise.
12785 * gdb.server/ext-attach.exp: Likewise.
12786 * gdb.threads/attach-into-signal.exp (corefunc): Use
12787 spawn_wait_for_attach, spawn_id_get_pid and
12788 kill_wait_spawned_process.
12789 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12790 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12791 spawn_id_get_pid and kill_wait_spawned_process.
12792 * gdb.threads/attach-stopped.exp (corefunc): Use
12793 spawn_wait_for_attach, spawn_id_get_pid and
12794 kill_wait_spawned_process.
12795 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12796 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12797 kill_wait_spawned_process instead of explicit "kill -9".
12798 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12799 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12800 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12801 processes. Don't map cygwin/windows pids here. Now returns a
12802 spawn id list.
12803
032a0fca
SL
128042015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12805
12806 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12807 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12808 correct patch.
12809
61a934ca
SL
128102015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12811
12812 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12813
4bc4d428
SL
128142015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12815
12816 Reapply:
12817 2014-05-21 Mark Wielaard <mjw@redhat.com>
12818
12819 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12820
998d452a
PA
128212015-07-30 Pedro Alves <palves@redhat.com>
12822
12823 * linux-low.c (handle_extended_wait): Set the child's last
12824 reported status to TARGET_WAITKIND_STOPPED.
12825
69dde7dc
PA
128262015-07-30 Pedro Alves <palves@redhat.com>
12827
12828 PR threads/18600
12829 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12830 only shows inferior 1.
12831
4dd63d48
PA
128322015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12833 Pedro Alves <palves@redhat.com>
12834
12835 PR threads/18600
12836 * gdb.threads/fork-plus-threads.c: New file.
12837 * gdb.threads/fork-plus-threads.exp: New file.
12838
d618e4c5
PP
128392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12840
12841 * gdb.base/batch-preserve-term-settings.exp
12842 (test_terminal_settings_preserved_after_cli_exit): Use
12843 send_quit_command.
12844
1eef6428
PA
128452015-07-29 Pedro Alves <palves@redhat.com>
12846 Don Breazeal <donb@codesourcery.com>
12847
12848 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12849 output from both inferior_spawn_id and gdb_spawn_id.
12850
7da5b897
SDJ
128512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12852
12853 * gdb.threads/attach-into-signal.exp (corefunc): Use
12854 with_test_prefix on nested loops, uniquefying the test messages.
12855
dac804df
SDJ
128562015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12857
12858 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12859 commit.
12860
06265e53
PP
128612015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12862
12863 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12864 New proc.
12865 (test_terminal_settings_preserved_after_sigterm): New test.
12866
18206ca3
PP
128672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12868
12869 * gdb.base/batch-preserve-term-settings.exp
12870 (test_terminal_settings_preserved_after_cli_exit): New test.
12871
90074d11
PP
128722015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12873
12874 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12875 manipulation of saved_gdbflags.
12876 (test_terminal_settings_preserved): Remove global declaration of
12877 the unused variable pagination_prompt. Remove manipulation of
12878 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12879 GDBFLAGS.
12880
eb1a7902
PA
128812015-07-29 Pedro Alves <palves@redhat.com>
12882
12883 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12884
8b75dd3b
PA
128852015-07-29 Pedro Alves <palves@redhat.com>
12886
12887 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12888 at the top.
12889
dedad4e3
PA
128902015-07-29 Pedro Alves <palves@redhat.com>
12891
12892 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12893 (main): Call gdb_unbuffer_output.
12894 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12895 (main): Call gdb_unbuffer_output.
12896 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12897 (main): Call gdb_unbuffer_output.
12898 * gdb.base/call-strs.exp: Adjust to step over the
12899 gdb_unbuffer_output call.
12900 * gdb.base/catch-gdb-caused-signals.c: Include
12901 "../lib/unbuffer_output.c".
12902 (main): Call gdb_unbuffer_output.
12903 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12904 (main): Call gdb_unbuffer_output.
12905 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12906 (main): Call gdb_unbuffer_output.
12907 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12908 (main): Call gdb_unbuffer_output.
12909 * gdb.base/shlib-call.exp: Adjust to step over the
12910 gdb_unbuffer_output call.
12911 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12912 (main): Call gdb_unbuffer_output.
12913 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12914 (main): Call gdb_unbuffer_output.
12915 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12916 (main): Rename to ...
12917 (test): ... this.
12918 (main): Reimplement.
12919 * gdb.base/varargs.exp: Run to test instead of to main.
12920 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12921 (main): Call gdb_unbuffer_output.
12922
58789a91
PA
129232015-07-29 Pedro Alves <palves@redhat.com>
12924
12925 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12926 factore out from mi_continue_dprintf. For call-style dprintfs,
12927 expect dprintf output out of $inferior_spawn_id.
12928 (mi_continue_dprintf): Use mi_expect_dprintf.
12929 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12930 (main): Call gdb_unbuffer_output.
12931
e8376742
PA
129322015-07-29 Pedro Alves <palves@redhat.com>
12933
12934 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12935 (default_mi_gdb_start): Set inferior_spawn_id instead of
12936 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12937 gdb_spawn_id.
12938 (mi_gdb_test): Always expect inferior output from both
12939 $inferior_spawn_id and $gdb_spawn_id.
12940
08280010
PA
129412015-07-29 Pedro Alves <palves@redhat.com>
12942
12943 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12944 send_inferior and $inferior_spawn_id.
12945
4d30e432
PA
129462015-07-29 Pedro Alves <palves@redhat.com>
12947
12948 * gdb.gdb/complaints.exp (test_initial_complaints)
12949 (test_serial_complaints, test_short_complaints): Use
12950 gdb_test_stdio.
12951 (test_empty_complaint): Handle $inferior_spawn_id !=
12952 $gdb_spawn_id.
12953
0d30a335
PA
129542015-07-29 Pedro Alves <palves@redhat.com>
12955
12956 * gdb.base/varargs.exp: Use gdb_test_stdio.
12957
39413b29
PA
129582015-07-29 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12961
7cb000a9
PA
129622015-07-29 Pedro Alves <palves@redhat.com>
12963
12964 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12965
d7b8ac82
PA
129662015-07-29 Pedro Alves <palves@redhat.com>
12967
12968 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12969 parameter into two new parameters, "inf_result" and "gdb_result".
12970 Expect inferior output and gdb output from $inferior_spawn_id and
12971 $gdb_spawn_id, respectively. Adjust all callers.
12972
789c3a0c
PA
129732015-07-29 Pedro Alves <palves@redhat.com>
12974
12975 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12976 of gdb_test_sequence.
12977
77e760c3
PA
129782015-07-29 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12981 (saw_spurious_output): Expect inferior output from
12982 $inferior_spawn_id. Use gdb_test_stdio.
12983
8396d2cd
PA
129842015-07-29 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/dprintf.exp: Use standard_testfile. Change
12987 prepare_for_testing call.
12988 (srcfile): Don't set.
12989 (restart): New procedure.
12990 (test_dprintf): New procecure, use to continue over dprintfs.
12991 (test_call, test_agent): New procedures, tests moved here.
12992 Restart gdb and recreate dprintfs. Adjust expected output.
12993
2051d61f
PA
129942015-07-29 Pedro Alves <palves@redhat.com>
12995
12996 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12997
452397af
PA
129982015-07-29 Pedro Alves <palves@redhat.com>
12999
13000 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
13001
8aed9555
PA
130022015-07-29 Pedro Alves <palves@redhat.com>
13003
13004 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
13005 gdb_test_stdio.
13006
188a61b4
PA
130072015-07-29 Pedro Alves <palves@redhat.com>
13008
13009 * lib/gdb.exp (gdb_test_stdio): New procedure.
13010
12264a45
PA
130112015-07-29 Pedro Alves <palves@redhat.com>
13012
13013 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
13014
23ffc893
PA
130152015-07-29 Pedro Alves <palves@redhat.com>
13016
13017 * gdb.base/call-signal-resume.exp: Remove check for
13018 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
13019 * gdb.base/unwindonsignal.exp: Likewise.
13020 * gdb.base/call-signals.c (gen_signal): Remove printf call.
13021 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13022
65566918
PA
130232015-07-29 Pedro Alves <palves@redhat.com>
13024
13025 * gdb.base/siginfo-addr.c (pass): New function.
13026 (handler): Call it iff si_addr is correct.
13027 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13028 Set a breakpoint at "pass" and continue to it.
13029
d60a9221
SDJ
130302015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13031
13032 * gdb.python/py-objfile.exp: Make some tests have unique names.
13033 * gdb.python/py-pp-registration.exp: Likewise.
13034
bde40b8f
PA
130352015-07-28 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13038
13e1dec8
SM
130392015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13040
13041 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13042
da33c9a7
SM
130432015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13044
13045 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13046
077836f7
PP
130472015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13048
13049 * gdb.base/gdb-sigterm-2.exp: New test.
13050
b8cc7b2e
DE
130512015-07-25 Doug Evans <xdje42@gmail.com>
13052
13053 Revert:
13054 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13055 (workers/%.worker, build-perf): New rule.
13056 (GDB_PERFTEST_MODE): New variable.
13057 (check-perf): Use it.
13058 (clean): Clean up gdb.perf parallel build subdirs.
13059 * lib/build-piece.exp: New file.
13060 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13061 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13062 name.
13063 (standard_temp_file): Ditto.
13064 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13065 of $GDB_PARALLEL.
13066
c8bd4544
DE
130672015-07-24 Doug Evans <dje@google.com>
13068
13069 * gdb.perf/lib/perftest/utils.py: New file.
13070 * gdb.perf/gm-hello.cc: New file.
13071 * gdb.perf/gm-pervasive-typedef.cc: New file.
13072 * gdb.perf/gm-pervasive-typedef.h: New file.
13073 * gdb.perf/gm-std.cc: New file.
13074 * gdb.perf/gm-std.h: New file.
13075 * gdb.perf/gm-use-cerr.cc: New file.
13076 * gdb.perf/gm-utils.h: New file.
13077 * gdb.perf/gmonster-null-lookup.py: New file.
13078 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13079 * gdb.perf/gmonster-print-cerr.py: New file.
13080 * gdb.perf/gmonster-ptype-string.py: New file.
13081 * gdb.perf/gmonster-runto-main.py: New file.
13082 * gdb.perf/gmonster-select-file.py: New file.
13083 * gdb.perf/gmonster1-null-lookup.exp: New file.
13084 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13085 * gdb.perf/gmonster1-print-cerr.exp: New file.
13086 * gdb.perf/gmonster1-ptype-string.exp: New file.
13087 * gdb.perf/gmonster1-runto-main.exp: New file.
13088 * gdb.perf/gmonster1-select-file.exp: New file.
13089 * gdb.perf/gmonster1.cc: New file.
13090 * gdb.perf/gmonster1.exp: New file.
13091 * gdb.perf/gmonster2-null-lookup.exp: New file.
13092 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13093 * gdb.perf/gmonster2-print-cerr.exp: New file.
13094 * gdb.perf/gmonster2-ptype-string.exp: New file.
13095 * gdb.perf/gmonster2-runto-main.exp: New file.
13096 * gdb.perf/gmonster2-select-file.exp: New file.
13097 * gdb.perf/gmonster2.cc: New file.
13098 * gdb.perf/gmonster2.exp: New file.
13099
6eab34f3
DE
131002015-07-24 Doug Evans <dje@google.com>
13101
13102 * gdb.perf/README: New file.
13103 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13104 * lib/gen-perf-test.exp: New file.
13105
63738bfd
DE
131062015-07-24 Doug Evans <dje@google.com>
13107
13108 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13109 (PerfTest::startup): New function.
13110 (PerfTest::run): Return result of calling body.
13111 (PerfTest::assemble): Rewrite.
13112 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13113 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13114 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13115 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13116 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13117
7b606f95
DE
131182015-07-24 Doug Evans <dje@google.com>
13119
13120 * lib/gdb.exp (clean_restart): Make executable optional.
13121
a97b16b8
DE
131222015-07-24 Doug Evans <dje@google.com>
13123
13124 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13125 compiler_info references.
13126 * gdb.cp/temargs.exp: Ditto.
13127 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13128 (get_compiler_info): Early exit if already computed. Set compiler_info
13129 to "unknown" if there was a problem.
13130 (test_compiler_info): Add function comment. Call get_compiler_info.
13131
35baa57f
DE
131322015-07-24 Doug Evans <dje@google.com>
13133
13134 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13135 (workers/%.worker, build-perf): New rule.
13136 (GDB_PERFTEST_MODE): New variable.
13137 (check-perf): Use it.
13138 (clean): Clean up gdb.perf parallel build subdirs.
13139 * lib/build-piece.exp: New file.
13140 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13141 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13142 name.
13143 (standard_temp_file): Ditto.
13144 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13145 of $GDB_PARALLEL.
13146
6ebea266
DE
131472015-07-24 Doug Evans <dje@google.com>
13148
13149 * lib/future.exp (gdb_default_target_compile): New option
13150 "early_flags".
13151 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13152 --as-needed.
13153
1e76a7e9
SDJ
131542015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13155
13156 * gdb.base/catch-syscall.exp: Call gdb_exit before
13157 gdb_skip_xml_test.
13158
5068630a
PA
131592015-07-24 Pedro Alves <palves@redhat.com>
13160
13161 * gdb.python/py-events.exp: Accept output between the stop event
13162 and the prompt.
13163 * gdb.python/py-evsignal.exp: Likewise.
13164 * gdb.python/py-evthreads.exp: Likewise.
13165
77598427
PA
131662015-07-24 Pedro Alves <palves@redhat.com>
13167
13168 PR gdb/18717
13169 * gdb.threads/non-ldr-exit.c: New file.
13170 * gdb.threads/non-ldr-exit.exp: New file.
13171
11e6c98f
YQ
131722015-07-24 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13175 restarting process.
13176
51aee833
YQ
131772015-07-24 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.server/ext-restart.exp: New file.
13180
8cfe207c
YQ
131812015-07-24 Yao Qi <yao.qi@linaro.org>
13182
13183 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13184 argument options.
13185 * gdb.server/ext-wrapper.exp: New file.
13186
cc12ce38
DE
131872015-07-23 Doug Evans <dje@google.com>
13188
13189 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13190 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13191
d0d84780
PMR
131922015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13193
13194 * gdb.ada/var_arr_typedef.exp: New testcase.
13195 * gdb.ada/var_arr_typedef/pack.adb: New file.
13196 * gdb.ada/var_arr_typedef/pack.ads: New file.
13197 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13198
8b558f79
JB
131992015-07-20 Joel Brobecker <brobecker@adacore.com>
13200
13201 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13202
775a3298
JK
132032015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13204
13205 * gdb.arch/i386-biarch-core.exp: Replace istarget
13206 by "complete set gnutarget". Remove expectation for the "core-file"
13207 command.
13208
db1ff28b
JK
132092015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 Revert the previous commit:
13212 Tests for validate symbol file using build-id.
13213
0a94970d
JK
132142015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13215
13216 Tests for validate symbol file using build-id.
13217 * gdb.base/solib-mismatch-lib.c: New file.
13218 * gdb.base/solib-mismatch-libmod.c: New file.
13219 * gdb.base/solib-mismatch.c: New file.
13220 * gdb.base/solib-mismatch.exp: New file.
13221
03346981
SL
132222015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13223
13224 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13225 nios2-*-linux*.
13226 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13227 * gdb.base/siginfo.exp: Likewise.
13228 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13229
42422cc7
PL
132302015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13231
13232 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13233 Move it to ...
13234 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13235 ... here.
13236 * gdb.trace/range-stepping.exp: Check that the target supports
13237 range stepping.
13238
cfa68bae
JK
132392015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13240
13241 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13242
8ffdba26
PA
132432015-07-14 Pedro Alves <palves@redhat.com>
13244
13245 * gdb.base/killed-outside.exp: New file.
13246 * gdb.base/killed-outside.c: New file.
13247
218a5a11
JK
132482015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13249
13250 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13251 (n at main): New.
13252 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13253
e03ed3c6
AA
132542015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13255
13256 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13257 infcall tests instead of setting up for KFAIL.
13258
485668e5
MM
132592015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13260
13261 * gdb.btrace/record_goto-step.exp: New.
13262
08464196
JK
132632015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13264
13265 PR compile/18484
13266 * gdb.compile/compile.c (struct struct_type): Add volatile to
13267 selffield's type.
13268 * gdb.compile/compile.exp
13269 (compile code struct_object.selffield = &struct_object): Skip further
13270 struct_object tests if this one xfails.
13271
bcf5c1d9
RC
132722015-07-08 Robert O'Callahan <robert@ocallahan.org>
13273
13274 PR exp/18617
13275 * gdb.trace/ax.exp: Add test.
13276
4931af25
YQ
132772015-07-07 Yao Qi <yao.qi@linaro.org>
13278
13279 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13280 instead of istarget "aarch64*-*-*".
13281 * gdb.arch/aarch64-fp.exp: Likewise.
13282 * gdb.base/float.exp: Likewise.
13283 * gdb.reverse/aarch64.exp: Likewise.
13284 * lib/gdb.exp (is_aarch64_target): New proc.
13285
9fcf688e
YQ
132862015-07-07 Yao Qi <yao.qi@linaro.org>
13287
13288 * lib/gdb.exp (is_aarch32_target): New proc.
13289 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13290 instead of "istarget "arm*-*-*"".
13291 * gdb.arch/arm-disp-step.exp: Likewise.
13292 * gdb.arch/thumb-bx-pc.exp: Likewise.
13293 * gdb.arch/thumb-prologue.exp: Likewise.
13294 * gdb.arch/thumb-singlestep.exp: Likewise.
13295 * gdb.base/disp-step-syscall.exp: Likewise.
13296 * gdb.base/float.exp: Likewise.
13297
fbd8d50d
YQ
132982015-07-07 Yao Qi <yao.qi@linaro.org>
13299
13300 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13301 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13302
71be1fdc
YQ
133032015-07-07 Yao Qi <yao.qi@linaro.org>
13304
13305 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13306 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13307 if it exists.
13308 * gdb.multi/multi-arch.exp: Likewise.
13309
3e221d36
SM
133102015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13313 print.
13314
d441430b
YQ
133152015-07-07 Yao Qi <yao.qi@linaro.org>
13316
13317 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13318
06f810bd
MG
133192015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13320
13321 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13322 '[' and ']' characters.
13323
5e61e7c0
IB
133242015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13325
13326 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13327
28bf096c
PA
133282015-06-29 Pedro Alves <palves@redhat.com>
13329
13330 PR threads/18127
13331 * gdb.threads/hand-call-new-thread.c: New file.
13332 * gdb.threads/hand-call-new-thread.c: New file.
13333
ee93cd5e
KS
133342015-06-26 Keith Seitz <keiths@redhat.com>
13335 Doug Evans <dje@google.com>
13336
13337 PR 16253
13338 * gdb.cp/var-tag-2.cc: New file.
13339 * gdb.cp/var-tag-3.cc: New file.
13340 * gdb.cp/var-tag-4.cc: New file.
13341 * gdb.cp/var-tag.cc: New file.
13342 * gdb.cp/var-tag.exp: New file.
13343
fc637f04
PP
133442015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13345
13346 * gdb.base/history-duplicates.exp: New test.
13347
2e52ae68
PP
133482015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13349
13350 * gdb.base/completion.exp: Test the completion of the "focus"
13351 command.
13352
6e22494e
JK
133532015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13354
13355 * gdb.arch/amd64-prologue-skip.S: New file.
13356 * gdb.arch/amd64-prologue-skip.exp: New file.
13357
bf7b9cd9
SM
133582015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13359
13360 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13361 is_address_zero_readable check.
13362
201e8dfd
PB
133632015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13364
13365 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13366 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13367
5cd867b4
YQ
133682015-06-24 Yao Qi <yao.qi@linaro.org>
13369
13370 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13371 linux targets.
13372
4d7be007
YQ
133732015-06-24 Yao Qi <yao.qi@linaro.org>
13374
13375 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13376 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13377 * gdb.base/siginfo-thread.exp: Likewise.
13378
07fcd301
YQ
133792015-06-22 Yao Qi <yao.qi@linaro.org>
13380
13381 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13382
52042a00
YQ
133832015-06-22 Yao Qi <yao.qi@linaro.org>
13384
13385 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13386 aarch64*-*-*.
13387 (skip_hw_watchpoint_tests): Likewise.
13388
74bd41ce
PP
133892015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13390
13391 * gdb.base/gdbinit-history.exp: Test the interaction between
13392 setting GDBHISTSIZE and setting the history size via .gdbinit.
13393
bc460514
PP
133942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13395
13396 PR gdb/16999
13397 * gdb.base/gdbhistsize-history.exp: New test.
13398
b58c513b
PP
133992015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13400
13401 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13402 with GDBHISTSIZE.
13403 * gdb.base/readline.exp: Likewise.
13404
92046791
YQ
134052015-06-17 Yao Qi <yao.qi@linaro.org>
13406
13407 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13408 line.
13409
2093d2d3
PP
134102015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13411
13412 * gdb.base/gdbinit-history.exp: Add test case to check that
13413 an unlimited history file does not get truncated on exit.
13414
e6c693af
AA
134152015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13416
13417 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13418 (VECTOR): New macro. Use it...
13419 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13420 ...for these typedefs.
13421 (int8, char1, int1, double1): New typedefs.
13422 (struct just_int2, struct two_int2): New structures.
13423 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13424 (add_structvecs, add_singlevecs): New functions.
13425 (main): Call add_some_intvecs twice.
13426 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13427 the compile and exit upon failure. Try compiling for the "native"
13428 architecture. Test inferior function calls with vector arguments
13429 and vector return value handling with "finish" and "return".
13430
c74f7d1c
JT
134312015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13432
13433 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13434 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13435 PE file.
13436 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13437
98aa42ee
AT
134382015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13439
13440 PR breakpoints/16465
13441 * gdb.mi/mi-dprintf-pending.c: New file.
13442 * gdb.mi/mi-dprintf-pending.exp: New test.
13443 * gdb.mi/mi-dprintf-pendshr.c: New file.
13444
7d73c23c 134452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13446 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13447
13448 * gdb.arch/i386-mpx-map.c: New file.
13449 * gdb.arch/i386-mpx-map.exp: New File.
13450
134512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13452
13453 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13454 * gdb.arch/i386-mpx.exp: Indentation fixed.
13455
134562015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13457
13458 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13459 function and improved indentation.
13460 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13461 gdb_test_multiple. Added additional tests to skip the test.
13462
134632015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13464
13465 * gdb.arch/i386-avx512.c: Change path in include file.
13466 * gdb.arch/i386-avx512.exp: Change include dir path
13467 compilation flag.
13468 * gdb.arch/i386-mpx.c: Change path in include file.
13469 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13470 flag.
13471
d5eba19a
JK
134722015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13473
13474 * gdb.compile/compile-print.exp (compile print *vararray@3)
13475 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13476
7f361056
JK
134772015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13478
13479 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13480 (do not keep jit in memory): ... this.
13481 (expect 5): Change it to ...
13482 (expect no 5): ... this.
13483
3b462ec2
SM
134842015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13485
13486 PR gdb/15564
13487 * gdb.mi/mi-detach.exp: New file.
13488
e0619de6
JK
134892015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13490
13491 PR symtab/18392
13492 * gdb.arch/amd64-tailcall-self.S: New file.
13493 * gdb.arch/amd64-tailcall-self.c: New file.
13494 * gdb.arch/amd64-tailcall-self.exp: New file.
13495
e970cb34
DB
134962015-05-28 Don Breazeal <donb@codesourcery.com>
13497
13498 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13499 tests for remote targets by checking is_target_gdbserver.
13500
b2e2f908
DE
135012015-05-27 Doug Evans <dje@google.com>
13502
13503 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13504 * gdb.dwarf2/opaque-type-lookup.c: New file.
13505 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13506
82c7be31
DE
135072015-05-26 Doug Evans <dje@google.com>
13508
13509 * gdb.cp/iostream.cc: New file.
13510 * gdb.cp/iostream.exp: New file.
13511
b4f54984
DE
135122015-05-26 Doug Evans <dje@google.com>
13513
13514 * gdb.dwarf2/dw2-op-call.exp: Update.
13515 * gdb.dwarf2/dw4-sig-types.exp: Update.
13516 * gdb.dwarf2/implptr.exp: Update.
13517 * gdb.mi/mi-cmd-param-changed.exp: Update.
13518
4ea6efe9
DE
135192015-05-26 Doug Evans <dje@google.com>
13520
13521 * gdb.python/py-lazy-string.c: New file.
13522 * gdb.python/py-lazy-string.exp: New file.
13523 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13524 (main): Update. Add estring3.
13525 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13526 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13527
f6bb7db3
YQ
135282015-05-26 Omair Javaid <omair.javaid@linaro.org>
13529 Yao Qi <yao.qi@linaro.org>
13530
13531 * gdb.reverse/aarch64.c: New.
13532 * gdb.reverse/aarch64.exp: New.
13533
a81bfbd0
OJ
135342015-05-26 Omair Javaid <omair.javaid@linaro.org>
13535
25d49b86
PA
13536 * lib/gdb.exp (supports_process_record): Return true for
13537 aarch64*-linux*.
a81bfbd0
OJ
13538 (supports_reverse): Likewise.
13539
158bf1b4
PP
135402015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13541
13542 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13543 Use with_test_prefix.
13544
a0145030
AB
135452015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13546
13547 * gdb.base/completion.exp: Add test for completion of layout
13548 names.
13549
ebe3b578
AB
135502015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13551
13552 * lib/gdb.exp (skip_tui_tests): New proc.
13553 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13554
84204ed7
PA
135552015-05-19 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13558 Save the whole env array instead of just HOME. Unset HISTSIZE in
13559 the environment while testing. Restore whole environment
13560 afterwards.
13561
37442ce1
DE
135622015-05-16 Doug Evans <xdje42@gmail.com>
13563
13564 * gdb.guile/scm-ports.c: New file.
13565 * gdb.guile/scm-ports.exp: Add memory port tests.
13566
36de76f9
JK
135672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13568
13569 * gdb.compile/compile-print.c: New file.
13570 * gdb.compile/compile-print.exp: New file.
13571
3a9558c4
JK
135722015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13573
13574 * gdb.compile/compile-ops.exp: Cast param to void.
13575 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13576 (compile code struct_object.selffield = &struct_object): Add xfail.
13577
aa715135
JG
135782015-05-15 Joel Brobecker <brobecker@adacore.com>
13579
13580 * gdb.ada/arr_enum_with_gap: New testcase.
13581
931e5bc3
JG
135822015-05-15 Joel Brobecker <brobecker@adacore.com>
13583
13584 * gdb.ada/byte_packed_arr: New testcase.
13585
9cd4d857
JB
135862015-05-15 Joel Brobecker <brobecker@adacore.com>
13587
13588 * gdb.ada/pckd_neg: New testcase.
13589
ebfd00d2
PP
135902015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13591
13592 PR gdb/17820
13593 * gdb.base/gdbinit-history.exp: New test.
13594 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13595 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13596
4c082a81
SC
135972015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13598
13599 * gdb.python/py-xmethods.cc: Enhance test case.
13600 * gdb.python/py-xmethods.exp: New tests.
13601 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13602 function.
13603 (B_indexoper): Likewise.
13604 (global_dm_list) : Add new xmethod worker functions.
13605
f7797074
SDJ
136062015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13607
13608 * gdb.base/coredump-filter.exp: Correctly unset
13609 "coredump_var_addr" array.
13610
a4674e4e
PA
136112015-05-08 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.server/non-existing-program.exp: Unset spawn_id.
13614
df2eb078
SC
136152015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13616
13617 PR python/18291
13618 * gdb.python/py-xmethods.exp: Add tests.
13619
422349a3
YQ
136202015-05-08 Yao Qi <yao.qi@linaro.org>
13621
13622 PR gdb/18208
13623 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13624 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13625 function set_coredump_filter, and remove remote_exec call.
13626 Remove argument ipid. Callers update.
13627 (top level): Don't get inferior's PID.
13628
63fc80ce
AA
136292015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13630
13631 * gdb.base/watch_thread_num.exp: Skip test on targets without
13632 access watchpoints.
13633
80ad801e
PA
136342015-05-06 Pedro Alves <palves@redhat.com>
13635
13636 PR server/18081
13637 * gdb.server/non-existing-program.exp: New file.
13638
0fa7fe50
JB
136392015-05-05 Joel Brobecker <brobecker@adacore.com>
13640
13641 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13642
3ea89b92
PMR
136432015-05-05 Joel Brobecker <brobecker@adacore.com>
13644
13645 * gdb.ada/out_of_line_in_inlined: New testcase.
13646
87b8eff0
JB
136472015-05-05 Joel Brobecker <brobecker@adacore.com>
13648
13649 * gdb.ada/var_rec_arr: New testcase.
13650
5fccc635
YQ
136512015-04-30 Yao Qi <yao.qi@linaro.org>
13652
13653 * gdb.base/break-idempotent.exp: If
13654 skip_hw_watchpoint_multi_tests returns true, skip the tests
13655 on "rwatch" and "awatch".
13656
42d38f42
YQ
136572015-04-30 Yao Qi <yao.qi@linaro.org>
13658
13659 * gdb.base/relativedebug.exp: Invoke gdb command
13660 "info sharedlibrary", and if libc.so doesn't have debug info,
13661 skip the test.
13662
2ce1cdbf
DE
136632015-04-29 Doug Evans <dje@google.com>
13664
13665 * gdb.python/py-xmethods.exp: Add ptype tests.
13666 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13667 get_result_type method.
13668
f24a38c5
LM
136692015-04-29 Luis Machado <lgustavo@codesourcery.com>
13670
13671 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13672 the target does not support hardware watchpoints.
13673
ecbf2b3c
LM
136742015-04-29 Luis Machado <lgustavo@codesourcery.com>
13675
13676 * gdb.base/break-always.exp: Abort testing if writing to memory
13677 causes an error.
13678
34f5f757
DE
136792015-04-28 Doug Evans <dje@google.com>
13680
13681 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13682 * gdb.python/py-pp-registration.exp: ... here. New file.
13683 * gdb.python/py-pp-registration.c: New file.
13684 * gdb.python/py-pp-registration.py: New file.
13685
69b4374a
DE
136862015-04-28 Doug Evans <dje@google.com>
13687
13688 * gdb.python/py-bad-printers.c: New file.
13689 * gdb.python/py-bad-printers.py: New file.
13690 * gdb.python/py-bad-printers.exp: New file.
13691
59fb7612
SS
136922015-04-28 Sasha Smundak <asmundak@google.com>
13693
13694 * gdb.python/py-type.exp: New test.
13695
2631b16a
AW
136962015-04-28 Andy Wingo <wingo@igalia.com>
13697
13698 * gdb.python/py-parameter.exp:
13699 * gdb.guile/scm-parameter.exp: Escape the path that we are
13700 matching against, as it might contain characters that are special
13701 to regular expressions.
13702
460efde1
JB
137032015-04-27 Joel Brobecker <brobecker@adacore.com>
13704
13705 * gdb.ada/rec_comp: New testcase.
13706
2d369d8e
SDJ
137072015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13708
13709 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13710 before using it.
13711
cf75d6c3
AB
137122015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13713
13714 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13715 new tests for verilog output.
13716
8dbe7ca5
YQ
137172015-04-24 Yao Qi <yao.qi@linaro.org>
13718
13719 * boards/remote-gdbserver-on-localhost.exp: New file.
13720
4ef9fb2f
PA
137212015-04-23 Pedro Alves <palves@redhat.com>
13722
13723 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13724 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13725 "end of file", remove $inferior_spawn_id from the indirect list.
13726
0a803169
PA
137272015-04-23 Pedro Alves <palves@redhat.com>
13728
13729 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13730
749ef8f8
PA
137312015-04-23 Pedro Alves <palves@redhat.com>
13732
13733 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13734 on $any_spawn_id instead of only on $gdb_spawn_id.
13735
8aae4344
PM
137362015-04-21 Pierre Muller <muller@sourceware.org>
13737
13738 PR pascal/17815
13739 * lib/pascal.exp (gpc_compile): Add new option "class".
13740 (fpc_compile): Likewise.
13741 * gdb.pascal/case-insensitive-symbols.pas: New file.
13742 * gdb.pascal/case-insensitive-symbols.exp: New file.
13743
1586c8fb
GB
137442015-04-20 Gary Benson <gbenson@redhat.com>
13745
13746 * gdb.base/attach.exp: Fix three extended remote failures.
13747
1b6e6f5c
GB
137482015-04-17 Gary Benson <gbenson@redhat.com>
13749
13750 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13751 the main executable over the remote protocol.
13752
e797481d
PA
137532015-04-16 Pedro Alves <palves@redhat.com>
13754
13755 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13756 a new gdbserver if gdbserver_reconnect_p is set.
13757
1ca99c42
PA
137582015-04-16 Pedro Alves <palves@redhat.com>
13759
13760 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13761 is set, don't exit gdbserver.
13762
af9fd6f8
AA
137632015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13764
13765 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13766 appropriate .insn, such that an older assembler can be used.
13767 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13768 the z/Architecture instruction set on 31-bit targets as well.
13769
04ff1e61
AA
137702015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13771
13772 * gdb.go/handcall.exp: Remove all logic related to the first
13773 breakpoint and rely on go_runto_main instead.
13774 * gdb.go/strings.exp: Likewise.
13775 * gdb.go/unsafe.exp: Likewise.
13776 * gdb.go/hello.exp: Likewise. Also rename the remaining
13777 breakpoint marker to "breakpoint 1".
13778 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13779 * gdb.go/strings.go: Likewise.
13780 * gdb.go/unsafe.go: Likewise.
13781 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13782 "set breakpoint 2 here" and rename the remaining breakpoint marker
13783 to "breakpoint 1".
13784
40d2f8d6
SM
137852015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13786
13787 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13788 if itertools.imap is not present.
13789 * gdb.python/py-objfile.exp: Add parentheses.
13790 * gdb.python/py-type.exp: Same.
13791 * gdb.python/py-unwind-maint.py: Same.
13792
8cbc97c6
YQ
137932015-04-15 Yao Qi <yao.qi@linaro.org>
13794
13795 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13796 of ":$ptr_size" and set its form explicitly.
13797
45fd756c
YQ
137982015-04-15 Pedro Alves <palves@redhat.com>
13799 Yao Qi <yao.qi@linaro.org>
13800
13801 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13802 timeout by factor of 4.
13803 (test_regular_watch): Likewise.
13804 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13805 * gdb.reverse/sigall-reverse.exp: Likewise.
13806 * gdb.reverse/until-precsave.exp: Likewise.
13807 * lib/gdb.exp (with_timeout_factor): New proc.
13808 (gdb_expect): Move some code to ...
13809 (get_largest_timeout): ... here. New procedure.
13810
9e811bc3
LM
138112015-04-14 Luis Machado <lgustavo@codesourcery.com>
13812
13813 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13814
0ff6fcb2
LM
138152015-04-13 Luis Machado <lgustavo@codesourcery.com>
13816
13817 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13818 to write to the .text section.
13819
7578d5f7
LM
138202015-04-13 Luis Machado <lgustavo@codesourcery.com>
13821
13822 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13823 Handle the case of targets that do not provide PID information.
13824
2efe15c4
YQ
138252015-04-13 Yao Qi <yao.qi@linaro.org>
13826
13827 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13828 and use expect instead of gdb_expect.
13829
8cd8f2f8
SDJ
138302015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13831
13832 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13833 "coredump_var_addr" to avoid naming conflict with other testcases.
13834
9ee41772
PA
138352015-04-10 Pedro Alves <palves@redhat.com>
13836
13837 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13838 gdb_test_sequence and gdb_assert.
13839
07473109
PA
138402015-04-10 Pedro Alves <palves@redhat.com>
13841
13842 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13843 test messages that don't include the breakpoint address.
13844
de3db44c
YQ
138452015-04-10 Yao Qi <yao.qi@linaro.org>
13846
13847 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13848 false for some offset and width combinations which aren't
13849 supported by linux kernel.
13850
c79d856c
PA
138512015-04-10 Pedro Alves <palves@redhat.com>
13852
13853 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13854 procedure, factored out from ...
13855 (top level): ... here. Add "set displaced-stepping" testing axis.
13856 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13857 parameter "displaced". Use it.
13858 (top level): Use foreach and add "set displaced-stepping" testing
13859 axis.
13860
ebc90b50
PA
138612015-04-10 Pedro Alves <palves@redhat.com>
13862
13863 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13864 Remove comment.
13865 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13866 both the address of the instruction that triggers the watchpoint
13867 and the address of the instruction immediately after, and use
13868 those addresses for the test. Fix comment.
13869
8f572e5c
PA
138702015-04-10 Pedro Alves <palves@redhat.com>
13871
13872 * gdb.base/sigstep.exp (breakpoint_to_handler)
13873 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13874 Test "backtrace" in handler.
13875 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13876 (top level): Add new "displaced" test axis to
13877 breakpoint_to_handler, breakpoint_to_handler_entry and
13878 breakpoint_over_handler.
13879
8d707a12
PA
138802015-04-10 Pedro Alves <palves@redhat.com>
13881
13882 PR gdb/18216
13883 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13884
ef713951
YQ
138852015-04-10 Yao Qi <yao.qi@linaro.org>
13886
13887 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13888 (test_add_rn_pc): New function.
13889 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13890 (top level): Invoke test_add_rn_pc.
13891
906d60cf
PA
138922015-04-10 Pedro Alves <palves@redhat.com>
13893
13894 PR gdb/13858
13895 * gdb.base/step-over-no-symbols.exp: New file.
13896
f2983cc3
AW
138972015-04-09 Andy Wingo <wingo@igalia.com>
13898
13899 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13900 after the Python tests.
13901
6d62641c
SDJ
139022015-04-08 Keith Seitz <keiths@redhat.com>
13903
13904 PR python/16699
13905 * gdb.python/py-completion.exp: New tests for completion.
13906 * gdb.python/py-completion.py (CompleteLimit1): New class.
13907 (CompleteLimit2): Likewise.
13908 (CompleteLimit3): Likewise.
13909 (CompleteLimit4): Likewise.
13910 (CompleteLimit5): Likewise.
13911 (CompleteLimit6): Likewise.
13912 (CompleteLimit7): Likewise.
13913
f3770638
PA
139142015-04-08 Pedro Alves <palves@redhat.com>
13915
13916 PR gdb/18214
13917 PR gdb/18216
13918 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13919 function.
13920 (main): Install it as SIGUSR1 handler.
13921 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13922 parameter. Always use "setup" as prefix. Toggle "set
13923 displaced-stepping" off/on depending on global. Don't switch to
13924 thread 1 here.
13925 (top level): Add displaced stepping "off/on" test axis. Update
13926 "setup" calls. Wrap each subtest with with_test_prefix. Test
13927 continuing with a queued signal in each thread.
13928
4496bed7
PA
139292015-04-08 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13932 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13933 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13934 Return early if running to main fails.
13935 * gdb.trace/while-stepping.exp: Likewise.
13936
b97fde92
PA
139372015-04-07 Pedro Alves <palves@redhat.com>
13938
13939 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13940 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13941 interact with inferior program.
13942
f71c18e7
PA
139432015-04-07 Pedro Alves <palves@redhat.com>
13944
13945 * lib/gdb.exp (inferior_spawn_id): New global.
13946 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13947 spawn id after processing the user code.
13948 (default_gdb_start): Set inferior_spawn_id.
13949 (send_inferior): New procedure.
13950 * lib/gdbserver-support.exp (gdbserver_start): Set
13951 inferior_spawn_id.
13952 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13953
6423214f
PA
139542015-04-07 Pedro Alves <palves@redhat.com>
13955
13956 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13957 * lib/gdbserver-support.exp (gdbserver_start): Make
13958 $server_spawn_id global.
13959 (gdbserver_start): Don't wait for gdbserver's spawn id with
13960 expect_background.
13961 (close_gdbserver): New procedure.
13962 (gdb_exit): Rename the default version and reimplement.
13963
71c0ee8c
PA
139642015-04-07 Pedro Alves <palves@redhat.com>
13965
72f4393d 13966 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13967 append the substituted item, not the original item.
13968
203bc29b
PA
139692015-04-07 Pedro Alves <palves@redhat.com>
13970
13971 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13972 gdb_expect.
13973
508a3ddf
PA
139742015-04-07 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13977 output appearing once only.
13978
9f6dbe2b
PA
139792015-04-07 Pedro Alves <palves@redhat.com>
13980
13981 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13982 that doesn't expect anything. Return early if running to main
13983 fails.
13984
337532fa
YQ
139852015-04-07 Yao Qi <yao.qi@linaro.org>
13986
13987 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13988 (child_function): Call alarm.
13989 (main): Move call to alarm into the loop.
13990 * gdb.threads/non-stop-fair-events.exp: Build program with
13991 -DTIMEOUT=$timeout.
13992
01b622d4
DE
139932015-04-06 Doug Evans <xdje42@gmail.com>
13994
13995 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13996 Fix dest parameter to board_info.
13997 (fpc_compile): Ditto.
13998 (gdb_compile_pascal): Rename dest arg to destfile.
13999
961f4160
PMR
140002015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
14001
14002 * gdb.ada/funcall_ref.exp: New file.
14003 * gdb.ada/funcall_ref/foo.adb: New file.
14004
cafda597
YQ
140052015-04-02 Yao Qi <yao.qi@linaro.org>
14006
14007 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
14008 is remote.
14009
fed040c6
GB
140102015-04-02 Gary Benson <gbenson@redhat.com>
14011
14012 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
14013
d11916aa
SS
140142015-04-01 Sasha Smundak <asmundak@google.com>
14015
14016 * gdb.python/py-unwind-maint.c: New file.
14017 * gdb.python/py-unwind-maint.exp: New test.
14018 * gdb.python/py-unwind-maint.py: New file.
14019 * gdb.python/py-unwind.c: New file.
14020 * gdb.python/py-unwind.exp: New test.
14021 * gdb.python/py-unwind.py: New test.
14022
a1471180
PA
140232015-04-01 Pedro Alves <palves@redhat.com>
14024
14025 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14026 to fail instead of non-existent $test.
14027
0bbeccb1
PA
140282015-04-01 Pedro Alves <palves@redhat.com>
14029
14030 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14031 GDBFLAGS if not empty.
14032
3c724c8c
PMR
140332015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14034
14035 * gdb.ada/complete.exp: Remove "multi_line".
14036 * gdb.ada/info_exc.exp: Remove "multi_line".
14037 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14038 * gdb.ada/ptype_field.exp: Remove "multi_line".
14039 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14040 * gdb.ada/tagged.exp: Remove "multi_line".
14041 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14042 [multi_line ...]
14043 * gdb.btrace/delta.exp: Likewise.
14044 * gdb.btrace/exception.exp: Likewise.
14045 * gdb.btrace/function_call_history.exp: Likewise.
14046 * gdb.btrace/instruction_history.exp: Likewise.
14047 * gdb.btrace/nohist.exp: Likewise.
14048 * gdb.btrace/record_goto.exp: Likewise.
14049 * gdb.btrace/segv.exp: Likewise.
14050 * gdb.btrace/stepi.exp: Likewise.
14051 * gdb.btrace/tailcall.exp: Likewise.
14052 * gdb.btrace/unknown_functions.exp: Likewise.
14053 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14054 * lib/gdb.exp: Add the "multi_line" helper.
14055
4eec2deb
PA
140562015-04-01 Pedro Alves <palves@redhat.com>
14057
14058 * gdb.threads/tid-reuse.c: New file.
14059 * gdb.threads/tid-reuse.exp: New file.
14060
df8411da
SDJ
140612015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14062
14063 PR corefiles/16092
14064 * gdb.base/coredump-filter.c: New file.
14065 * gdb.base/coredump-filter.exp: Likewise.
14066
6ef37366
PM
140672015-03-27 Petr Machata <pmachata@redhat.com>
14068
14069 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14070 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14071 (Dwarf::assemble): Initialize them.
14072 (Dwarf::lines): New function.
14073
7ec911b0
JT
140742015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14075
14076 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14077 SYMBOL_PREFIX for x86_64-*-cygwin.
14078
ff908ebf
AW
140792015-03-26 Andy Wingo <wingo@igalia.com>
14080
14081 PR symtab/18148
14082 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14083 const_value but not a location.
14084 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14085 location defined in non-main CUs are visible.
14086
6d5f0679
YQ
140872015-03-26 Yao Qi <yao.qi@linaro.org>
14088
14089 PR testsuite/18139
14090 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14091 Add a line number entry for the same line.
14092 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14093 Add a line number entry for the same line.
14094
2898689b
YQ
140952015-03-26 Yao Qi <yao.qi@linaro.org>
14096
14097 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14098 .int 0.
14099 (func): Likewise. Add .Lfunc_1 label.
14100 Use .Lfunc_1 label.
14101 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14102 .int 0.
14103 (func): Likewise.
14104 Use .Lfunc_1 label.
14105
85180498
YQ
141062015-03-26 Yao Qi <yao.qi@linaro.org>
14107
14108 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14109 Call gdb_compile instead to compile each .s files without debug
14110 information.
14111
8aa08a8d
YQ
141122015-03-26 Yao Qi <yao.qi@linaro.org>
14113
14114 * gdb.base/savedregs.exp (process_saved_regs): Make
14115 "Saved registers:" optional in the pattern.
14116
66849923
MM
141172015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14118
14119 * gdb.btrace/next.exp: Merged into step.exp.
14120 * gdb.btrace/finish.exp: Merged into step.exp.
14121 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14122 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14123 "record goto" and checking the exact replay position.
14124 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14125 check for "Recording format" in "info record" output.
14126 * gdb.btrace/record_goto.exp: Choose test file based on target.
14127 * gdb.btrace/x86-record_goto.S: Renamed into ...
14128 * gdb.btrace/x86_64-record_goto.S: ... this.
14129 * gdb.btrace/i686-record_goto.S: New.
14130 * gdb.btrace/x86-tailcall.S: Renamed into ...
14131 * gdb.btrace/x86_64-tailcall.S: ... this.
14132 * gdb.btrace/i686-tailcall.S: New.
14133 * gdb.btrace/x86-tailcall.c: Renamed into ...
14134 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14135 separate statements. Update test.
14136 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14137 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14138 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14139 * gdb.btrace/tailcall.exp: Choose test file based on target.
14140 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14141
11cc1b74
MM
141422015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14143
14144 * gdb.btrace/exception.exp: Increase BTS buffer size.
14145
a25d8bf9
PA
141462015-03-24 Pedro Alves <palves@redhat.com>
14147
14148 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14149
856e7dd6
PA
141502015-03-24 Pedro Alves <palves@redhat.com>
14151
14152 * gdb.threads/schedlock.exp (test_step): No longer expect that
14153 "set scheduler-locking step" with "next" over a function call runs
14154 threads unlocked.
14155
ad235a41
AT
141562015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14157
14158 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14159
15630549
AT
141602015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14161
14162 PR breakpoints/16466
14163 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14164 * gdb.mi/mi-pending.c (thread_func): New function.
14165 (int main): Add threading support required.
14166 * gdb.mi/mi-pending.exp: Add tests for this issue.
14167 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14168 (pendfunc2): Remove stdio dependency.
14169 * gdb.mi/mi-pendshr2.c: New file.
14170
693dca06
KS
141712015-03-23 Keith Seitz <keiths@redhat.com>
14172
14173 * gdb.linespec/keywords.c: New file.
14174 * gdb.linespec/keywords.exp: New file.
14175
7e993ebf
KS
141762015-03-23 Keith Seitz <keiths@redhat.com>
14177
14178 PR gdb/18021
14179 * gdb.dwarf2/staticvirtual.exp: New test.
14180
bc23328c
JK
141812015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14182
14183 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14184 * README: Remove HP-UX and gdb.hp.
14185 (configuration):
14186 * configure: Regenerate.
14187 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14188 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14189 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14190 gdb.hp/gdb.defects/Makefile.
14191 * gdb.hp/Makefile.in: File deleted.
14192 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14193 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14194 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14195 * gdb.hp/gdb.aCC/run.c: File deleted.
14196 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14197 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14198 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14199 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14200 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14201 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14202 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14203 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14204 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14205 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14206 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14207 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14208 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14209 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14210 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14211 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14212 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14213 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14214 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14215 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14216 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14217 * gdb.hp/gdb.compat/average.c: File deleted.
14218 * gdb.hp/gdb.compat/sum.c: File deleted.
14219 * gdb.hp/gdb.compat/xdb.c: File deleted.
14220 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14221 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14222 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14223 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14224 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14225 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14226 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14227 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14228 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14229 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14230 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14231 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14232 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14233 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14234 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14235 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14236 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14237 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14238 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14239 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14240 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14241 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14242 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14243 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14244 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14245 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14246 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14247 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14248 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14249 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14250 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14251 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14252 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14253 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14254 * gdb.hp/tools/odump: File deleted.
14255
8bf3b159
PA
142562015-03-19 Pedro Alves <palves@redhat.com>
14257
14258 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14259 (saw_thread_3): New globals.
14260 (top level): Increment them when an event for the corresponding
14261 thread is seen.
14262 (no thread starvation): New test.
14263
eb54c8bf
PA
142642015-03-19 Pedro Alves <palves@redhat.com>
14265
14266 * gdb.threads/continue-pending-status.c: New file.
14267 * gdb.threads/continue-pending-status.exp: New file.
14268
32d2e5d6
PA
142692015-03-18 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14272 Use gdb_is_target_remote instead of is_remote. Use
14273 gdb_test_multiple instead of gdb_expect. Exit early if
14274 gdb_test_multiple hits its internal matches. Tighten stepi tests
14275 expected output. Fail on exit with any signal, instead of just
14276 SIGILL.
14277
f68f11b7
YQ
142782015-03-18 Yao Qi <yao.qi@linaro.org>
14279
14280 PR tdep/18107
14281 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14282 variable.
14283 * gdb.base/catch-syscall.exp: Don't skip it on
14284 aarch64*-*-linux* target. Remove elements in all_syscalls.
14285 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14286 target.
14287 (setup_all_syscalls): New proc.
14288
ca5fd19b
YQ
142892015-03-16 Yao Qi <yao.qi@linaro.org>
14290
14291 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14292 (top level): Skip tests if valid_addr_p returns false for
14293 $cmd1 or $cmd2.
14294
85642ba0
AW
142952015-03-11 Andy Wingo <wingo@igalia.com>
14296
14297 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14298
e03f9645
YQ
142992015-03-11 Yao Qi <yao.qi@linaro.org>
14300
14301 * gdb.base/catch-syscall.exp: Fix typo in comments.
14302
5d0962b2
YQ
143032015-03-11 Yao Qi <yao.qi@linaro.org>
14304
14305 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14306
b2df3cef
PA
143072015-03-09 Pedro Alves <palves@redhat.com>
14308
14309 * dg-extract-results.py: Delete.
14310
ef878e53
PA
143112015-03-09 Pedro Alves <palves@redhat.com>
14312
14313 Merge dg-extract-results.sh from GCC upstream (r218843).
14314
14315 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14316 * dg-extract-results.sh: Use --text with grep to avoid issues with
14317 binary files. Fall back to cat -v, if that doesn't work.
14318
9494d219
PA
143192015-03-05 Pedro Alves <palves@redhat.com>
14320
14321 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14322
a8d9763a
SM
143232015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14324
14325 * lib/mi-support.exp (mi_expect_interrupt): Accept
14326 alternative event for when in all-stop mode.
14327
be9957b8
PA
143282015-03-04 Pedro Alves <palves@redhat.com>
14329
14330 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14331
d57be0f4 143322015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14333
14334 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14335
c214c7cf
AA
143362015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14337
14338 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14339 regexps for GDB's current line display, accept a hex address
14340 preceding the line number.
14341
6d74a497
AA
143422015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14343
14344 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14345 the 'arch1' variable for "s390*-linux*" targets.
14346
511aee7c
PA
143472015-03-04 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14350 (main): Pass missing retval argument to pthread_join call.
14351
95e50b27
PA
143522015-03-02 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14355 (top level): Call do_test with non-stop as well.
14356
28054d69
PA
143572015-03-02 Pedro Alves <palves@redhat.com>
14358
14359 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14360 -1.
14361
4fa5d7b4
AA
143622015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14363
14364 * gdb.arch/s390-vregs.exp: New test.
14365 * gdb.arch/s390-vregs.S: New file.
14366
97c18565
PA
143672015-02-27 Pedro Alves <palves@redhat.com>
14368
14369 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14370 call to catch_command_errors.
14371 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14372 catch_command_errors.
14373
a37bfa30
PA
143742015-02-27 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14377 "true" for boolean result.
14378 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14379 prototype of main.
14380
6f98576f
PA
143812015-02-27 Pedro Alves <palves@redhat.com>
14382
14383 * lib/unbuffer_output.c: New file.
14384 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14385 (main): Call gdb_unbuffer_output.
14386
eba5ab56
YQ
143872015-02-27 Yao Qi <yao.qi@linaro.org>
14388
14389 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14390 target.
14391
0def5aaa
DE
143922015-02-26 Doug Evans <dje@google.com>
14393
14394 * gdb.cp/class2.cc (Dbase, D): New classes.
14395 (main): New local delta.
14396 * gdb.cp/class2.exp: Test printing delta.
14397 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14398 (dynbar): New global.
14399 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14400
081a1c2c
JK
144012015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14402
14403 * gdb.compile/compile-ifunc.c: New file.
14404 * gdb.compile/compile-ifunc.exp: New file.
14405
2f41223f
AT
144062015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14407
14408 * gdb.base/structs.exp: Check for correct struct on finish.
14409
03eddd80
YQ
144102015-02-26 Yao Qi <yao.qi@linaro.org>
14411
14412 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14413 is zero.
14414
80c57053
JK
144152015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14416
14417 * gdb.arch/cordic.ko.bz2: New file.
14418 * gdb.arch/cordic.ko.debug.bz2: New file.
14419 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14420
21613c12
YQ
144212015-02-25 Yao Qi <yao.qi@linaro.org>
14422
14423 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14424 aarch64*-*-* target.
14425
d8b901ed
PA
144262015-02-23 Pedro Alves <palves@redhat.com>
14427
14428 * lib/gdb.exp (delete_breakpoints): Rewrite using
14429 gdb_test_multiple.
14430
e5b85ead
PA
144312015-02-23 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.base/info-os.c: Include stdlib.h.
14434
85c3a371
DE
144352015-02-22 Doug Evans <xdje42@gmail.com>
14436
14437 PR symtab/17855
14438 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14439 is read after symbols have been re-read.
14440 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14441 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14442
96553a0c
DE
144432015-02-21 Doug Evans <dje@google.com>
14444
14445 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14446
97a0c697
JK
144472015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14448
14449 PR corefiles/17808
14450 * gdb.arch/i386-biarch-core.core.bz2: New file.
14451 * gdb.arch/i386-biarch-core.exp: New file.
14452
a47cd6e9
PA
144532015-02-21 Pedro Alves <palves@redhat.com>
14454
14455 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14456 runto_main fails.
14457
c5facdc4
PA
144582015-02-20 Pedro Alves <palves@redhat.com>
14459
14460 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14461 info probes.
14462
2db9a427
PA
144632015-02-20 Pedro Alves <palves@redhat.com>
14464
14465 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14466
60fb7e9e
PA
144672015-02-20 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14470 clean_restart before gdb_target_supports_trace.
14471
5c5019c2
PA
144722015-02-20 Pedro Alves <palves@redhat.com>
14473
14474 PR threads/18006
14475 * gdb.threads/clone-thread_db.c: New file.
14476 * gdb.threads/clone-thread_db.exp: New file.
14477
c9587f88
AT
144782015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14479
14480 PR breakpoints/16812
14481 * gdb.base/catch-gdb-caused-signals.c: New file.
14482 * gdb.base/catch-gdb-caused-signals.exp: New file.
14483
f6a88844
JM
144842015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14485
14486 * configure: Regenerated.
14487 * configure.ac: Use GDB_AC_TRANSFORM.
14488 * aclocal.m4: sinclude ../transform.m4.
14489
497c491b
JM
144902015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14491
14492 * lib/dtrace.exp: New file.
14493 * gdb.base/dtrace-probe.exp: Likewise.
14494 * gdb.base/dtrace-probe.d: Likewise.
14495 * gdb.base/dtrace-probe.c: Likewise.
14496 * lib/pdtrace.in: Likewise.
14497 * configure.ac: Output variables with the transformed names of
14498 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14499 * configure: Regenerated.
14500
03e98035
JM
145012015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14502
14503 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14504 expected message when trying to access $_probe_* convenience
14505 variables while not on a probe.
14506
63cc30e9
JK
145072015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14508
14509 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14510
0703599a
PA
145112015-02-11 Pedro Alves <pedro@codesourcery.com>
14512
14513 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14514 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14515
7e60a48e
DE
145162015-02-10 Doug Evans <xdje42@gmail.com>
14517
14518 * lib/gdb.exp (gdb_load): Always return a result.
14519
01b088bc
PA
145202015-02-10 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.threads/signal-sigtrap.c: New file.
14523 * gdb.threads/signal-sigtrap.exp: New file.
14524
b05ec7a5
AT
145252015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14526
14527 * gdb.trace/no-attach-trace.c: New file.
14528 * gdb.trace/no-attach-trace.exp: New file.
14529
a2c2acaf
MW
145302015-02-09 Mark Wielaard <mjw@redhat.com>
14531
14532 * gdb.dwarf2/atomic.c: New file.
14533 * gdb.dwarf2/atomic-type.exp: Likewise.
14534
31fd9caa
MM
145352015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14536
14537 * gdb.btrace/buffer-size.exp: Update "info record" output.
14538 * gdb.btrace/delta.exp: Update "info record" output.
14539 * gdb.btrace/enable.exp: Update "info record" output.
14540 * gdb.btrace/finish.exp: Update "info record" output.
14541 * gdb.btrace/instruction_history.exp: Update "info record" output.
14542 * gdb.btrace/next.exp: Update "info record" output.
14543 * gdb.btrace/nexti.exp: Update "info record" output.
14544 * gdb.btrace/step.exp: Update "info record" output.
14545 * gdb.btrace/stepi.exp: Update "info record" output.
14546 * gdb.btrace/nohist.exp: Update "info record" output.
14547
d33501a5
MM
145482015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14549
14550 * gdb.btrace/buffer-size: New.
14551
f4abbc16
MM
145522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14553
14554 * gdb.btrace/delta.exp: Update "info record" output.
14555 * gdb.btrace/enable.exp: Update "info record" output.
14556 * gdb.btrace/finish.exp: Update "info record" output.
14557 * gdb.btrace/instruction_history.exp: Update "info record" output.
14558 * gdb.btrace/next.exp: Update "info record" output.
14559 * gdb.btrace/nexti.exp: Update "info record" output.
14560 * gdb.btrace/step.exp: Update "info record" output.
14561 * gdb.btrace/stepi.exp: Update "info record" output.
14562 * gdb.btrace/nohist.exp: Update "info record" output.
14563
b9d61307
SM
145642015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14565
14566 PR gdb/15678
14567 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14568
e584fdbc
PA
145692015-02-06 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14572 macro.
14573 (seconds_left, again): New globals.
14574 (main): Wait seconds_left in a 1-second sleep loop instead of
14575 sleeping 180 seconds. If 'again' is set, reset the seconds
14576 counter.
14577 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14578 'again' in the inferior before detaching. Print the seconds left.
14579 (options): New global.
14580 (top level): Build program with -DTIMEOUT=$timeout.
14581
77f41761
PA
145822015-02-06 Pedro Alves <palves@redhat.com>
14583
14584 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14585 determine how many seconds to pass to 'alarm'.
14586 * gdb.base/gdb-sigterm.exp (top level): Build program with
14587 -DTIMEOUT=$timeout.
14588 (do_test): Return success/failure indication. Add more verbose
14589 logging. Don't fail if 200 single steps are seen. Instead, fail
14590 when the test times out.
14591 (passes): New global.
14592 (top level): Break the testing loop if testing fails on any
14593 iteration. Use gdb_assert.
14594
b9394193
DB
145952015-02-04 Don Breazeal <donb@codesourcery.com>
14596
14597 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14598 and initialize them.
14599 (ipc_cleanup): New function.
14600 (main): Don't declare shmid, semid, and msqid. Add a call to
14601 atexit so that we call ipc_cleanup on exit.
14602
42d9e528
PA
146032015-02-04 Pedro Alves <palves@redhat.com>
14604
14605 * boards/native-extended-gdbserver.exp: Remove any target variant
14606 specifications from the board name before clearing the isremote
14607 flag from board_info.
14608
ae6ae975
DE
146092015-01-31 Doug Evans <xdje42@gmail.com>
14610
14611 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14612
cfb069a8
GB
146132015-01-31 Gary Benson <gbenson@redhat.com>
14614
14615 * gdb.base/completion.exp: Disable completion limiting for
14616 existing tests. Add new tests to check completion limiting.
14617 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14618
5dd31d79
DE
146192015-01-31 Doug Evans <xdje42@gmail.com>
14620
14621 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14622
9f050062
DE
146232015-01-31 Doug Evans <xdje42@gmail.com>
14624
14625 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14626 entries. Duplicate file section script entries.
14627 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14628 inlined entries. Add test for safe-path rejection.
14629 * gdb.python/py-section-script.c: Add duplicate inlined section script
14630 entries. Duplicate file section script entries.
14631 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14632 inlined entries. Add test for safe-path rejection.
14633
df25ebbd
JB
146342015-01-29 Joel Brobecker <brobecker@adacore.com>
14635
14636 * gdb.ada/disc_arr_bound: New testcase.
14637
4a0ca9ec
JB
146382015-01-29 Joel Brobecker <brobecker@adacore.com>
14639
14640 * gdb.ada/mi_var_array: New testcase.
14641
3a8b707a
DE
146422015-01-27 Doug Evans <dje@google.com>
14643
14644 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14645 Add test for objfile.filename, objfile.username after objfile
14646 has been unloaded.
14647
f8313f6e
JB
146482015-01-26 Joel Brobecker <brobecker@adacore.com>
14649
14650 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14651 the second test to print the name attribute of value
14652 returned by the call to gdb.lookup_type, and adjust
14653 the expected output accordingly.
14654
37bc665e
MW
146552015-01-25 Mark Wielaard <mjw@redhat.com>
14656
14657 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14658 * gdb.base/disp-step-fork.c: Include unistd.h.
14659 * gdb.base/siginfo-obj.c: Include stdio.h.
14660 * gdb.base/siginfo-thread.c: Likewise.
14661 * gdb.mi/non-stop.c: Include unistd.h.
14662 * gdb.mi/nsthrexec.c: Include stdio.h.
14663 * gdb.mi/pthreads.c: Include unistd.h.
14664 * gdb.modula2/unbounded1.c (main): Declare returns int.
14665 * gdb.reverse/consecutive-reverse.c: Likewise.
14666 * gdb.threads/create-fail.c: Include unistd.h.
14667 * gdb.threads/killed.c: Likewise.
14668 * gdb.threads/linux-dp.c: Likewise.
14669 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14670 * gdb.threads/non-ldr-exc-2.c: Likewise.
14671 * gdb.threads/non-ldr-exc-3.c: Likewise.
14672 * gdb.threads/non-ldr-exc-4.c: Likewise.
14673 * gdb.threads/pthreads.c: Include unistd.h.
14674 (main): Declare returns int.
14675 * gdb.threads/tls-main.c (foo): New declaration.
14676 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14677
f7e5394d
SM
146782015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14679
14680 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14681 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14682
743649fd
MW
146832015-01-15 Mark Wielaard <mjw@redhat.com>
14684
14685 * gdb.base/noreturn-return.c: New file.
14686 * gdb.base/noreturn-return.exp: New file.
14687 * gdb.base/noreturn-finish.c: New file.
14688 * gdb.base/noreturn-finish.exp: New file.
14689
198297aa
PA
146902015-01-23 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.threads/continue-pending-after-query.c: New file.
14693 * gdb.threads/continue-pending-after-query.exp: New file.
14694
717cf30c
AG
146952015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14696 Simon Marchi <simon.marchi@ericsson.com>
14697
14698 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14699 * gdb.base/valgrind-db-attach.exp: Same.
14700 * gdb.base/valgrind-infcall.exp: Same.
14701 * lib/mi-support.exp (default_mi_gdb_start): Same.
14702 * lib/prompt.exp (default_prompt_gdb_start): Same.
14703 * lib/gdb.exp (default_gdb_spawn): Same.
14704 (gdb_interact): New.
14705
14706
4b62a76e
JK
147072015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14708
14709 * gdb.compile/compile.exp (pointer to jit function): New test.
14710
b4cdae6f
WW
147112015-01-17 Wei-cheng Wang <cole945@gmail.com>
14712
14713 * lib/gdb.exp (supports_process_record): Return true for
14714 powerpc*-*-linux*.
14715 (supports_reverse): Likewise.
14716
d221e7ef
DB
147172015-01-15 Don Breazeal <donb@codesourcery.com>
14718
14719 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14720 instead of checking whether the target board is remote and
14721 use spawn_wait_for_attach instead of exec/sleep.
14722 * gdb.base/attach-twice.exp: Likewise.
14723
bafffb51
JB
147242015-01-15 Joel Brobecker <brobecker@adacore.com>
14725
14726 * gdb.ada/var_arr_attrs: New testcase.
14727
5589af0e
PA
147282015-01-14 Pedro Alves <palves@redhat.com>
14729 Joel Brobecker <brobecker@adacore.com>
14730
14731 PR gdb/17525
14732 * gdb.base/bp-cmds-execution-x-script.c: New file.
14733 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14734 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14735
6c400b59
PA
147362015-01-14 Pedro Alves <palves@redhat.com>
14737
14738 PR cli/17828
14739 * gdb.base/batch-preserve-term-settings.c: New file.
14740 * gdb.base/batch-preserve-term-settings.exp: New file.
14741
e02c96a7
DE
147422015-01-13 Doug Evans <dje@google.com>
14743
14744 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14745 binary.
14746
576fd14c
JB
147472015-01-13 Joel Brobecker <brobecker@adacore.com>
14748
14749 * Makefile.in (clean mostlyclean): Do not delete *.py.
14750
04dccad0
JB
147512015-01-13 Joel Brobecker <brobecker@adacore.com>
14752
14753 * gdb.python/py-lookup-type.exp: New file.
14754
3d230f71
PA
147552015-01-12 Pedro Alves <palves@redhat.com>
14756
14757 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14758 restore GDBFLAGS before returning.
14759
7e67715d
JK
147602015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14761
14762 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14763 is_amd64_regs_target and is_x86_like_target.
14764
f2e0d4b4
DE
147652015-01-11 Doug Evans <xdje42@gmail.com>
14766
14767 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14768 is given without an explicit form.
14769 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14770 attributes.
14771 * gdb.dwarf/corrupt.exp: Ditto.
14772 * gdb.dwarf2/enum-type.exp: Ditto.
14773 * gdb.trace/entry-values.exp: Ditto.
14774 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14775
439250fb
DE
147762015-01-11 Doug Evans <xdje42@gmail.com>
14777
14778 PR gdb/15830
14779 * gdb.base/maint.exp: Remove references to "maint demangle".
14780 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14781 Add tests for explicitly specifying language to demangle.
14782 * gdb.dlang/demangle.exp: Ditto.
14783
ede9f622
PA
147842015-01-09 Pedro Alves <palves@redhat.com>
14785
14786 * gdb.threads/non-stop-fair-events.c: New file.
14787 * gdb.threads/non-stop-fair-events.exp: New file.
14788
a7b796db
PA
147892015-01-09 Pedro Alves <palves@redhat.com>
14790
14791 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14792 the global scope. Set a breakpoint after all threads are started
14793 rather than stepping over two source lines. Expect the prompt.
14794 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14795 global.
14796 (NUM): Now 15.
14797 (main): Use threads_started_barrier to wait for all threads to
14798 start. Main thread no longer calls thread_function. Exit after
14799 180 seconds.
14800 (loop): New function.
14801 (thread_function): Wait on threads_started_barrier barrier. Call
14802 'loop' at each iteration.
14803 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14804 threads have started, instead of hardcoding number of "next"
14805 steps. Use an access watchpoint instead of a write watchpoint.
14806
9665ffdd
PA
148072015-01-09 Pedro Alves <palves@redhat.com>
14808
14809 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14810 (thread_func): Wait on barrier.
14811 (main): Wait for all threads to start before stopping GDB.
14812 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14813 global.
14814 (thread1_func, thread2_func): Wait on barrier.
14815 (main): Wait for all threads to start before stopping GDB.
14816 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14817 New global.
14818 (thread1_func, thread2_func): Wait on barrier.
14819 (main): Wait for all threads to start before stopping GDB.
14820
c945a99f
PA
148212015-01-09 Pedro Alves <palves@redhat.com>
14822
14823 * gdb.threads/attach-many-short-lived-threads.c: New file.
14824 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14825
c1a747c1
PA
148262014-01-09 Pedro Alves <palves@redhat.com>
14827
14828 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14829 instead of to thread 2.
14830 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14831 Add barrier around each pthread_create call instead of around all
14832 calls.
14833 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14834 Set a break on thread_function and have the child threads hit it
14835 one at at a time.
14836
60b3033e
PA
148372015-01-09 Pedro Alves <palves@redhat.com>
14838
14839 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14840 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14841 false.
14842 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14843 checking whether the target board is remote.
14844 * gdb.multi/multi-attach.exp: Likewise.
14845 * gdb.python/py-sync-interp.exp: Likewise.
14846 * gdb.server/ext-attach.exp: Likewise.
14847 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14848 tests that need to attach, instead of checking whether the target
14849 board is remote at the top of the file.
14850
acc018ac
YQ
148512015-01-08 Yao Qi <yao@codesourcery.com>
14852
14853 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14854
50a18af8
JK
148552015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14856
14857 Fix testcase compilation.
14858 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14859
8503d6e1
JB
148602015-01-06 Joel Brobecker <brobecker@adacore.com>
14861
14862 * gdb.python/py-type.exp: Add a couple test about empty
14863 array creation, and negative-length array creation.
14864
cc73dbcc
DE
148652015-01-02 Doug Evans <xdje42@gmail.com>
14866
14867 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14868
0300bbc7
DE
148692015-01-02 Doug Evans <dje@google.com>
14870
14871 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14872
9d85a0ec
YQ
148732014-12-29 Yao Qi <yao@codesourcery.com>
14874
14875 * gdb.trace/entry-values.exp: Update comments. Rename variable
14876 bar_call_foo to returned_from_foo.
14877
87186c6a
MMN
148782014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14879
14880 PR gdb/17394
14881 * gdb.linespec/break-asm-file.c: New file.
14882 * gdb.linespec/break-asm-file.exp: New file.
14883 * gdb.linespec/break-asm-file0.s: New file.
14884 * gdb.linespec/break-asm-file1.s: New file.
14885
1bab7383
YQ
148862014-12-18 Nigel Stephens <nigel@mips.com>
14887 Maciej W. Rozycki <macro@codesourcery.com>
14888
14889 * gdb.base/float.exp: Handle the new output from "info float" on
14890 MIPS targets.
14891
1bc1068a
JK
148922014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14893
14894 Fix MinGW compilation.
14895 * gdb.compile/compile-ops.exp: Update untested message if
14896 !skip_compile_feature_tests.
14897 * gdb.compile/compile-setjmp.exp: Likewise.
14898 * gdb.compile/compile-tls.exp: Likewise.
14899 * gdb.compile/compile.exp: Likewise.
14900 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14901 supported on this host".
14902
b6615d10
DE
149032014-12-16 Doug Evans <xdje42@gmail.com>
14904
14905 * boards/stabs.exp: New file.
14906
25dda427
AA
149072014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14908
14909 * gdb.base/completion.exp: Adjust to format changes of "maint
14910 print user-registers".
14911
bf330350
CU
149122014-12-16 Catalin Udma <catalin.udma@freescale.com>
14913
14914 PR server/17457
14915 * gdb.arch/aarch64-fp.c: New file.
14916 * gdb.arch/aarch64-fp.exp: New file.
14917
395cf596
SDJ
149182014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14919
14920 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14921 r210637, r210913, r211666, r215400, r215817).
14922
14923 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14924 * dg-extract-results.py: New file.
14925 * dg-extract-results.sh: Use it if the environment seems
14926 suitable.
14927
14928 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14929
14930 * dg-extract-results.py (parse_run): Handle warnings that
14931 are printed before a test harness is run.
14932
14933 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14934
14935 * dg-extract-results.py (Named): Remove __cmp__ method.
14936 (output_variation): Use a key to sort variation.harnesses.
14937
14938 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14939
14940 * dg-extract-results.py: For Python 3, force sys.stdout to
14941 handle surrogate escape sequences.
14942 (safe_open): New function.
14943 (output_segment, main): Use it.
14944
14945 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14946
14947 * dg-extract-results.py (Prog.result_re): Include options
14948 in test name.
14949
14950 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14951
14952 * dg-extract-results.py (output_variation): Always sort if
14953 do_sum.
14954
e882ef3c
SM
149552014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14956
14957 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14958 as long as we get pagination notifications.
14959
4992aa20
JM
149602014-12-15 Jason Merrill <jason@redhat.com>
14961
14962 * Makefile.in (check-gdb.%): Restore.
14963 * README: Mention it.
14964
c1b5a1a6
JB
149652014-12-13 Joel Brobecker <brobecker@adacore.com>
14966
14967 * gdb.ada/str_uninit: New testcase.
14968
5537b577
JK
149692014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14970
14971 PR symtab/17642
14972 * gdb.base/vla-stub-define.c: New file.
14973 * gdb.base/vla-stub.c: New file.
14974 * gdb.base/vla-stub.exp: New file.
14975
bb2ec1b3
TT
149762014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14977 Jan Kratochvil <jan.kratochvil@redhat.com>
14978 Tom Tromey <tromey@redhat.com>
14979
14980 * configure.ac: Add gdb.compile/.
14981 * configure: Regenerate.
14982 * gdb.compile/Makefile.in: New file.
14983 * gdb.compile/compile-ops.exp: New file.
14984 * gdb.compile/compile-ops.c: New file.
14985 * gdb.compile/compile-tls.c: New file.
14986 * gdb.compile/compile-tls.exp: New file.
14987 * gdb.compile/compile-constvar.S: New file.
14988 * gdb.compile/compile-constvar.c: New file.
14989 * gdb.compile/compile-mod.c: New file.
14990 * gdb.compile/compile-nodebug.c: New file.
14991 * gdb.compile/compile-setjmp-mod.c: New file.
14992 * gdb.compile/compile-setjmp.c: New file.
14993 * gdb.compile/compile-setjmp.exp: New file.
14994 * gdb.compile/compile-shlib.c: New file.
14995 * gdb.compile/compile.c: New file.
14996 * gdb.compile/compile.exp: New file.
14997 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14998
4ff709eb
TT
149992014-12-12 Tom Tromey <tromey@redhat.com>
15000
15001 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
15002 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
15003
6dddd6a5
DE
150042014-12-12 Doug Evans <dje@google.com>
15005
15006 * lib/gdb-python.exp (get_python_valueof): New function.
15007 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
15008
71c24708
AA
150092014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
15010
15011 * gdb.base/completion.exp: Add test for completion of "info
15012 registers ".
15013
3e29f34a
MR
150142014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
15015
15016 * gdb.base/func-ptrs.c: New file.
15017 * gdb.base/func-ptrs.exp: New file.
15018
fc126975
SM
150192014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15020
15021 PR breakpoints/17012
15022 * gdb.base/dprintf-detach.c: New file.
15023 * gdb.base/dprintf-detach.exp: New file.
15024
0a46d518
SM
150252014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15026
15027 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15028 * lib/gdb.exp (target_is_gdbserver): New procedure.
15029
a0be3e44
DE
150302014-12-08 Doug Evans <dje@google.com>
15031
15032 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15033
df1b803a
YQ
150342014-12-05 Yao Qi <yao@codesourcery.com>
15035
15036 * gdb.guile/scm-error.exp: Remove the third argument to
15037 gdb_remote_download.
15038 * gdb.guile/scm-frame-args.exp: Likewise.
15039 * gdb.guile/scm-section-script.exp: Likewise.
15040
ddb9f679
YQ
150412014-12-05 Yao Qi <yao@codesourcery.com>
15042
15043 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15044
86e4ed39
DE
150452014-12-04 Doug Evans <dje@google.com>
15046
15047 * gdb.python/py-objfile.exp: Add tests for
15048 objfile.add_separate_debug_file.
15049
7c50a931
DE
150502014-12-04 Doug Evans <dje@google.com>
15051
15052 * lib/gdb.exp (get_build_id): New function.
15053 (build_id_debug_filename_get): Rewrite to use it.
15054 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15055
621661e3
MR
150562014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15057
15058 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15059 `method(long)', not just 0x0.
15060 * gdb.cp/nsalias.exp: Align code labels to 4.
15061 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15062 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15063 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15064 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15065 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15066 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15067
29f0c3b7
DE
150682014-12-02 Doug Evans <dje@google.com>
15069
e1e061e7 15070 PR symtab/17602
29f0c3b7 15071 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15072 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15073 * gdb.cp/anon-ns.exp: Update.
15074
162078c8
NB
150752014-12-02 Nick Bull <nicholaspbull@gmail.com>
15076
15077 * gdb.python/py-events.py (inferior_call_handler): New.
15078 (register_changed_handler, memory_changed_handler): New.
15079 (test_events.invoke): Register new handlers.
15080 * gdb.python/py-events.exp: Add tests for inferior call,
15081 memory_changed and register_changed events.
15082
fdb09caf
AA
150832014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15084
15085 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15086 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15087 if the linker doesn't understand this.
15088
55cfb2c4
SM
150892014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15090
15091 * gdb.python/python.exp: Change expected reply to help().
15092
9e8cd6df
YQ
150932014-12-01 Yao Qi <yao@codesourcery.com>
15094
15095 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15096 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15097 * configure: Re-generated.
15098
6c659fc2
SC
150992014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15100
15101 * gdb.cp/chained-calls.cc: New file.
15102 * gdb.cp/chained-calls.exp: New file.
15103 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15104
d7fc3181
SM
151052014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15106
15107 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15108 * gdb.dwarf2/symtab-producer.exp: Same.
15109 * gdb.gdb/python-interrupts.exp: Same.
15110 * gdb.gdb/python-selftest.exp: Same.
15111 * gdb.python/py-linetable.exp: Same.
15112 * gdb.python/py-type.exp: Same.
15113 * gdb.python/py-value-cc.exp: Same.
15114 * gdb.python/py-value.exp: Same.
15115
10e79639
YQ
151162014-11-28 Yao Qi <yao@codesourcery.com>
15117
15118 * gdb.base/break-probes.exp: Match library name prefixed with
15119 sysroot.
15120
f28a0564
SM
151212014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15122
15123 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15124 test expected output. Add parentheses for the call to print.
15125 Remove L suffix from integers.
15126
3fe1ce1d
DE
151272014-11-26 Doug Evans <dje@google.com>
15128
15129 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15130
84429e27
YQ
151312014-11-22 Yao Qi <yao@codesourcery.com>
15132
15133 * gdb.trace/entry-values.c: Remove asms.
15134 (foo): Add foo_label.
15135 (bar): Add bar_label.
15136 * gdb.trace/entry-values.exp: Remove code computing foo's
15137 length and bar's length.
15138 (Dwarf::assemble): Invoke function_range for bar and use
15139 MACRO_AT_func for foo.
15140
26741859
YQ
151412014-11-22 Yao Qi <yao@codesourcery.com>
15142
15143 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15144 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15145 Use .Lgcc43_procstart instead of gcc43.
15146
45e44d27
JB
151472014-11-21 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/n_arr_bound: New testcase.
15150
458c8db8
SDJ
151512014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15152
15153 PR breakpoints/10737
15154 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15155 test_catch_syscall_multi_arch.
15156 (test_catch_syscall_multi_arch): New function.
15157
43f3e411
DE
151582014-11-20 Doug Evans <xdje42@gmail.com>
15159
15160 * gdb.base/maint.exp: Update expected output.
15161
0d7b2549
AA
151622014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15163
15164 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15165 4-byte instruction on S390.
15166
8908fca5
JB
151672014-11-19 Joel Brobecker <brobecker@adacore.com>
15168
15169 * gdb.ada/arr_arr: New testcase.
15170
4a46959e
JB
151712014-11-19 Joel Brobecker <brobecker@adacore.com>
15172
15173 * gdb.ada/pkd_arr_elem: New Testcase.
15174
470e2f4e
LM
151752014-11-18 Luis Machado <lgustavo@codesourcery.com>
15176
15177 * gdb.reverse/break-precsave: Expect completion message for
15178 core file reads.
15179 * gdb.reverse/consecutive-precsave.exp: Likewise.
15180 * gdb.reverse/finish-precsave.exp: Likewise.
15181 * gdb.reverse/i386-precsave.exp: Likewise.
15182 * gdb.reverse/machinestate-precsave.exp: Likewise.
15183 * gdb.reverse/sigall-precsave.exp: Likewise.
15184 * gdb.reverse/solib-precsave.exp: Likewise.
15185 * gdb.reverse/step-precsave.exp: Likewise.
15186 * gdb.reverse/until-precsave.exp: Likewise.
15187 * gdb.reverse/watch-precsave.exp: Likewise.
15188
a267f3ad
AA
151892014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15190
15191 * gdb.base/bp-permanent.c: Include unistd.h.
15192 * gdb.python/py-framefilter-mi.c (main): Add return type.
15193 * gdb.python/py-framefilter.c (main): Likewise.
15194 * gdb.trace/actions-changed.c (main): Likewise.
15195
12084a9a
AA
151962014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15197
15198 * gdb.mi/until.c: Add eye-catchers.
15199 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15200 line numbers.
15201
dc7e1a77
AA
152022014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15203
15204 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15205 function header variants in break1.c.
15206 * gdb.base/ena-dis-br.exp: Likewise.
15207 * gdb.base/hbreak2.exp: Likewise.
15208 * gdb.reverse/until-precsave.exp: Drop references to removed
15209 non-prototype function header variants in ur1.c.
15210 * gdb.reverse/until-reverse.exp: Likewise.
15211
41c77605
PM
152122014-11-17 Petr Machata <pmachata@redhat.com>
15213
15214 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15215 ${_cu_offset_size} bytes abbrev offset.
15216
34248c3a
DE
152172014-11-15 Doug Evans <xdje42@gmail.com>
15218
15219 PR symtab/17559
15220 * gdb.base/line-symtabs.exp: New file.
15221 * gdb.base/line-symtabs.c: New file.
15222 * gdb.base/line-symtabs.h: New file.
15223
646da059
YQ
152242014-11-14 Yao Qi <yao@codesourcery.com>
15225
15226 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15227 (func): Add label func_label.
15228 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15229 Replace low_pc and high_pc with MACRO_AT_range.
15230 Replace name, low_pc and high_pc with MACRO_AT_func.
15231
9301ebe6
YQ
152322014-11-14 Yao Qi <yao@codesourcery.com>
15233
15234 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15235 Replace name, low_pc and high_pc with MACRO_AT_func.
15236
f166b542
YQ
152372014-11-14 Yao Qi <yao@codesourcery.com>
15238
15239 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15240 produce debug information.
15241 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15242
0f6e71e3
YQ
152432014-11-14 Yao Qi <yao@codesourcery.com>
15244
15245 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15246 object and get function length.
15247 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15248 with MACRO_AT_func.
15249 (top-level): Replace gdb_compile and clean_restart with
15250 prepare_for_testing.
15251 * gdb.dwarf2/main.c (main): Add label main_label.
15252
876c4df9
YQ
152532014-11-14 Yao Qi <yao@codesourcery.com>
15254
15255 * lib/dwarf.exp (function_range): New procedure.
15256 (Dwarf::_handle_macro_at_func): New procedure.
15257 (Dwarf::_handle_macro_at_range): New procedure.
15258 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15259
02ad9cf1
YQ
152602014-11-14 Yao Qi <yao@codesourcery.com>
15261
15262 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15263 (_handle_attribute): New procedure.
15264
a59add0c
AA
152652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15266
15267 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15268 * gdb.base/call-sc.c (zed): Likewise.
15269 * gdb.base/checkpoint.c (main): Likewise.
15270 * gdb.base/dump.c (main): Likewise.
15271 * gdb.base/gcore.c (main): Likewise.
15272 * gdb.base/huge.c (main): Likewise.
15273 * gdb.base/multi-forks.c (main): Likewise.
15274 * gdb.base/pr10179-a.c (main): Likewise.
15275 * gdb.base/savedregs.c (main): Likewise.
15276 * gdb.base/sigaltstack.c (main): Likewise.
15277 * gdb.base/siginfo.c (main): Likewise.
15278 * gdb.base/structs.c (zed): Likewise.
15279 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15280 * gdb.mi/mi-syn-frame.c (main): Likewise.
15281 * gdb.mi/until.c (foo, main): Likewise.
15282 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15283 * gdb.base/solib-weak.c (foo): Declare.
15284 * gdb.base/attach-twice.c: Include stdio.h.
15285 * gdb.base/weaklib1.c: Likewise.
15286 * gdb.base/weaklib2.c: Likewise.
15287 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15288 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15289 unistd.h.
15290 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15291 * gdb.mi/mi-exit-code.c: Likewise.
15292 * gdb.base/break-interp-lib.c: Include string.h.
15293 * gdb.base/coremaker.c: Likewise.
15294 * gdb.base/testenv.c: Likewise.
15295 * gdb.python/py-finish-breakpoint.c: Likewise.
15296 * gdb.base/inferior-died.c: Include sys/wait.h.
15297 * gdb.base/fileio.c: Include time.h.
15298 * gdb.base/async-shell.c: Include unistd.h.
15299 * gdb.base/dprintf-non-stop.c: Likewise.
15300 * gdb.base/info-os.c: Likewise.
15301 * gdb.mi/mi-console.c: Likewise.
15302 * gdb.mi/watch-nonstop.c: Likewise.
15303 * gdb.python/py-events.c: Likewise.
15304 * gdb.base/async.c (baz): Move up before its invocation.
15305 * gdb.base/code_elim2.c (my_global_func): Likewise.
15306 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15307 * gdb.base/advance.c (func2): Likewise.
15308
3b5d5997
AA
153092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15310
15311 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15312 variant.
15313 * gdb.base/annota3.c: Likewise.
15314 * gdb.base/async.c: Likewise.
15315 * gdb.base/average.c: Likewise.
15316 * gdb.base/call-ar-st.c: Likewise.
15317 * gdb.base/call-rt-st.c: Likewise.
15318 * gdb.base/call-sc.c: Likewise.
15319 * gdb.base/call-strs.c: Likewise.
15320 * gdb.base/ending-run.c: Likewise.
15321 * gdb.base/execd-prog.c: Likewise.
15322 * gdb.base/exprs.c: Likewise.
15323 * gdb.base/foll-exec.c: Likewise.
15324 * gdb.base/foll-fork.c: Likewise.
15325 * gdb.base/foll-vfork.c: Likewise.
15326 * gdb.base/funcargs.c: Likewise.
15327 * gdb.base/gcore.c: Likewise.
15328 * gdb.base/jump.c: Likewise.
15329 * gdb.base/langs0.c: Likewise.
15330 * gdb.base/langs1.c: Likewise.
15331 * gdb.base/langs2.c: Likewise.
15332 * gdb.base/mips_pro.c: Likewise.
15333 * gdb.base/nodebug.c: Likewise.
15334 * gdb.base/opaque0.c: Likewise.
15335 * gdb.base/opaque1.c: Likewise.
15336 * gdb.base/recurse.c: Likewise.
15337 * gdb.base/run.c: Likewise.
15338 * gdb.base/scope0.c: Likewise.
15339 * gdb.base/scope1.c: Likewise.
15340 * gdb.base/setshow.c: Likewise.
15341 * gdb.base/setvar.c: Likewise.
15342 * gdb.base/shmain.c: Likewise.
15343 * gdb.base/shr1.c: Likewise.
15344 * gdb.base/shr2.c: Likewise.
15345 * gdb.base/sigall.c: Likewise.
15346 * gdb.base/signals.c: Likewise.
15347 * gdb.base/so-indr-cl.c: Likewise.
15348 * gdb.base/solib2.c: Likewise.
15349 * gdb.base/structs.c: Likewise.
15350 * gdb.base/sum.c: Likewise.
15351 * gdb.base/vforked-prog.c: Likewise.
15352 * gdb.base/watchpoint.c: Likewise.
15353 * gdb.reverse/shr2.c: Likewise.
15354 * gdb.reverse/until-reverse.c: Likewise.
15355 * gdb.reverse/ur1.c: Likewise.
15356 * gdb.reverse/watch-reverse.c: Likewise.
15357
066a77c5
AA
153582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15359
15360 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15361 variant.
15362 * gdb.base/sepdebug.exp: Drop references to removed code.
15363
4f204ea5
AA
153642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15367 variant. Preserve original line numbering.
15368 * gdb.base/list1.c: Likewise.
15369
3b377a3a
AA
153702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15371
15372 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15373 variant.
15374 * gdb.base/break1.c: Likewise.
15375 * gdb.base/break.exp: Drop references to removed code.
15376
e444df73
AA
153772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15378
15379 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15380 variant.
15381
8008f2a7
AA
153822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15383
15384 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15385
a5a06887
AA
153862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15387
15388 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15389 logic into perform_all_tests() and invoke it with and without
15390 function header prototypes.
15391 (do_function_calls): Remove conditional XFAIL for PR 5318.
15392 (rerun_and_prepare): Remove duplicate code.
15393 (perform_all_tests): New. Main logic moved here.
15394
44dba9b9
AA
153952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15396
15397 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15398 code guarded by #ifdef NO_PROTOTYPES.
15399 (t_double_many_args): Likewise.
15400 (DEF_FUNC_MANY_ARGS_1): Likewise.
15401 (DEF_FUNC_VALUES_1): Likewise.
15402 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15403 guarded by #ifdef PROTOTYPES.
15404
d1fbcd56
AA
154052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15406
15407 * gdb.mi/mi-console.c: Add eye-catcher.
15408 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15409 instead of literal line number.
15410
b0e59b8f
AA
154112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15412
15413 * gdb.base/shr2.c: Add eye-catcher.
15414 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15415 line number.
15416
78f98cca
AA
154172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15418
15419 * gdb.base/jump.c: Add eye-catchers.
15420 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15421 numbers.
15422
58fa2af0
AA
154232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15424
15425 * gdb.base/execd-prog.c: Add eye-catchers.
15426 * gdb.base/foll-exec.c: Likewise.
15427 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15428 line numbers.
15429
04e5059b
AA
154302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15431
15432 * gdb.base/ending-run.c: Add eye-catchers.
15433 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15434 literal line numbers.
15435
dbfdb174
AA
154362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15437
15438 * gdb.base/call-rt-st.c: Add eye-catchers.
15439 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15440 literal line numbers.
15441
888a2ade
AA
154422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15443
15444 * gdb.base/call-ar-st.c: Add eye-catchers.
15445 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15446 literal line numbers.
15447
6acc2dde
AA
154482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15449
15450 * gdb.base/average.c: Add eye-catchers.
15451 * gdb.base/sum.c: Likewise.
15452 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15453 regexps dynamically.
15454
9ecfcd1d
AA
154552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.base/solib1.c: Add eye-catchers.
15458 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15459 literal line numbers.
15460
78708b7c
PA
154612014-11-12 Pedro Alves <palves@redhat.com>
15462
15463 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15464 leader has exited.
15465
af48d08f
PA
154662014-11-12 Pedro Alves <palves@redhat.com>
15467
15468 * gdb.arch/i386-bp_permanent.c: New file.
15469 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15470 (srcfile): Set to i386-bp_permanent.c.
15471 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15472 that stepi does not execute the 'leave' instruction, instead of
15473 testing it does execute.
15474 * gdb.base/bp-permanent.c: New file.
15475 * gdb.base/bp-permanent.exp: New file.
15476
af3768e9
DE
154772014-11-10 Doug Evans <xdje42@gmail.com>
15478
15479 PR symtab/17564
15480 * gdb.base/symtab-search-order.exp: New file.
15481 * gdb.base/symtab-search-order.c: New file.
15482 * gdb.base/symtab-search-order-1.c: New file.
15483 * gdb.base/symtab-search-order-shlib-1.c: New file.
15484
9de00a4a
PA
154852014-11-07 Pedro Alves <palves@redhat.com>
15486
15487 PR gdb/17511
15488 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15489 i?86-*-linux*.
15490
e0f52461
SC
154912014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15492
15493 PR c++/17494
15494 * gdb.cp/pr17494.cc: New file.
15495 * gdb.cp/pr17494.exp: New file.
15496
6ce8c980
YQ
154972014-11-02 Yao Qi <yao@codesourcery.com>
15498
15499 * gdb.python/python.exp: Get working directory and match the
15500 output of "set extended-prompt \\w " with it.
15501
02be9a71
DE
155022014-10-30 Doug Evans <dje@google.com>
15503
15504 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15505 in objfiles.
15506 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15507 in progspaces.
15508
3bdff46b
LM
155092014-10-30 Janis Johnson <janisjo@codesourcery.com>
15510
15511 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15512 * gdb.base/realname-expand.exp: Likewise.
15513 * gdb.linespec/macro-relative.exp: Likewise.
15514
ab917dfb
PA
155152014-10-29 Pedro Alves <palves@redhat.com>
15516
15517 PR gdb/17408
15518 * gdb.threads/schedlock.c (some_function): New function.
15519 (call_function): New global.
15520 (MAYBE_CALL_SOME_FUNCTION): New macro.
15521 (thread_function): Call it.
15522 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15523 and use it instead of a global counter. Adjust all callers.
15524 (get_current_thread): Use "find current thread" for test message
15525 here rather than having all callers pass down the same string.
15526 (goto_loop): New procedure, factored out from ...
15527 (my_continue): ... this.
15528 (step_ten_loops): Change parameter from test message to command to
15529 use. Adjust.
15530 (list_count): Delete global.
15531 (check_result): New procedure, factored out from duplicate top
15532 level code.
15533 (continue tests): Wrap in with_test_prefix.
15534 (test_step): New procedure, factored out from duplicate top level
15535 code.
15536 (top level): Test "step" in combination with all scheduler-locking
15537 modes. Test "next" in combination with all scheduler-locking
15538 modes, and in combination with stepping over a function call or
15539 not.
15540 * gdb.threads/next-bp-other-thread.c: New file.
15541 * gdb.threads/next-bp-other-thread.exp: New file.
15542
d3d4baed
PA
155432014-10-29 Pedro Alves <palves@redhat.com>
15544
15545 PR python/17372
15546 * gdb.python/python.exp: Test a multi-line command that spawns
15547 interactive Python.
15548 * gdb.base/multi-line-starts-subshell.exp: New file.
15549
563e8d85
YQ
155502014-10-29 Yao Qi <yao@codesourcery.com>
15551
15552 * gdb.base/fileio.exp: Make directories on host.
15553
0ea4d52e
YQ
155542014-10-29 Yao Qi <yao@codesourcery.com>
15555
15556 * gdb.base/fileio.c (test_write): Close the file.
15557
7f5ef605
PA
155582014-10-28 Pedro Alves <palves@redhat.com>
15559
15560 PR gdb/12623
15561 * gdb.base/sigstep.c (no_handler): New global.
15562 (main): If 'no_handler is true, set the signal handlers to
15563 SIG_IGN.
15564 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15565 with_sw_watch and no_handler parameters. Handle them.
15566 (top level) <stepping over handler when stopped at a breakpoint
15567 test>: Add a test axis for testing with a software watchpoint, and
15568 another for testing with the signal handler set to SIG_IGN.
15569 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15570 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15571
abbdbd03
PA
155722014-10-28 Pedro Alves <palves@redhat.com>
15573
15574 PR gdb/17511
15575 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15576 * gdb.base/sigstep.exp (other_handler_location): New global.
15577 (advance): Support stepping into the signal handler, and running
15578 commands while in the handler.
15579 (in_handler_map): New global.
15580 (top level): In the advance test, add combinations for getting
15581 into the handler with stepping commands, and for running commands
15582 in the handler. Add comment descripting the advancei tests.
15583
1df4399f
PA
155842014-10-28 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.base/sigstep.exp: Use build_executable instead of
15587 prepare_for_testing.
15588 (top level): Move code that starts GDB, runs to main and creates a
15589 display to ...
15590 (restart): ... this new procedure.
15591 (top level): Move backtrace from signal handler test to ...
15592 (validate_backtrace): ... this new procedure.
15593 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15594 with_test_prefix. Always restart GDB.
15595 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15596 with_test_prefix. Always restart GDB. No need to delete
15597 breakpoints after the test.
15598 (test_skip_handler): Remove prefix parameter.
15599 (skip_over_handler, breakpoint_to_handler)
15600 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15601 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15602 restart GDB. No need to delete breakpoints after the test.
15603 (top level): Use foreach to call the test procedures with
15604 different commands.
15605
a5b6e449
PA
156062014-10-28 Pedro Alves <palves@redhat.com>
15607
15608 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15609 instead of GNATS numbers.
15610 * gdb.base/sigbpt.exp: Likewise.
15611 * gdb.base/siginfo.exp: Likewise.
15612 * gdb.base/sigstep.exp: Likewise.
15613
e5f8a7cc
PA
156142014-10-27 Pedro Alves <palves@redhat.com>
15615
15616 * gdb.base/sigstep.c (dummy): New global.
15617 (main): Issue a couple writes to the new global.
15618 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15619 procedures.
15620 (skip_over_handler): Use test_skip_handler.
15621 (top level): Call skip_over_handler for stepi and nexti too.
15622 (breakpoint_over_handler): Use test_skip_handler.
15623 (top level): Call breakpoint_over_handler for stepi and nexti too.
15624
763905a3
YQ
156252014-10-27 Yao Qi <yao@codesourcery.com>
15626
15627 * gdb.trace/tfile.c (adjust_function_address)
15628 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15629 function descriptor.
15630
6f259a23
DB
156312014-10-24 Don Breazeal <donb@codesourcery.com>
15632
15633 * gdb.base/foll-fork.exp (test_follow_fork,
15634 catch_fork_child_follow): Check for updated fork messages emitted
15635 from infrun.c.
15636 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15637 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15638 vfork_and_exec_child_follow_through_step): Check for updated vfork
15639 messages emitted from infrun.c.
15640
09dd9a69
PA
156412014-10-24 Pedro Alves <palves@redhat.com>
15642
15643 * gdb.base/corefile.exp: Remove references to ultrix.
15644 * gdb.base/interrupt.exp: Likewise.
15645 * gdb.base/whatis.exp: Likewise.
15646 * gdb.gdb/selftest.exp: Likewise.
15647 * gdb.threads/manythreads.exp: Likewise.
15648 * gdb.threads/print-threads.exp: Likewise.
15649 * gdb.threads/pthreads.exp:: Likewise.
15650 * gdb.threads/schedlock.exp: Likewise.
15651
3433cfa5
SC
156522014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15653
15654 * gdb.cp/non-trivial-retval.cc: Add a test case.
15655 * gdb.cp/non-trivial-retval.exp: Add a test.
15656
092f880b
YQ
156572014-10-20 Yao Qi <yao@codesourcery.com>
15658
15659 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15660 * gdb.python/py-objfile-script-gdb.py: New file.
15661 * gdb.python/py-objfile-script.exp: Update reference to
15662 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15663 of remote_download. Remove the dest file.
15664
acbdb7f3
YQ
156652014-10-20 Yao Qi <yao@codesourcery.com>
15666
15667 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15668 * gdb.base/step-line.exp: Likewise.
15669 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15670 * gdb.dwarf2/dw2-basic.exp: Likewise.
15671 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15672 * gdb.dwarf2/dw2-filename.exp: Likewise.
15673 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15674 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15675 * gdb.dwarf2/dw2-producer.exp: Likewise.
15676 * gdb.dwarf2/mac-fileno.exp: Likewise.
15677 * gdb.python/py-frame-args.exp: Likewise.
15678 * gdb.python/py-framefilter.exp: Likewise.
15679 * gdb.python/py-mi.exp: Likewise.
15680 * gdb.python/py-objfile-script.exp: Likewise
15681 * gdb.python/py-pp-integral.exp: Likewise.
15682 * gdb.python/py-pp-re-notag.exp: Likewise.
15683 * gdb.python/py-prettyprint.exp: Likewise.
15684 * gdb.python/py-section-script.exp: Likewise.
15685 * gdb.python/py-typeprint.exp: Likewise.
15686 * gdb.python/py-xmethods.exp: Likewise.
15687 * gdb.stabs/weird.exp: Likewise.
15688 * gdb.xml/tdesc-regs.exp: Likewise.
15689
bd286a29
KCY
156902014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15691
15692 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15693 (out_cu): Use addr_len for the size of addresses.
15694 (out_line): Likewise. Size DW_LNE_set_address instruction
15695 according to addr_len.
15696 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15697 (FUNC): Add START_INSNS to definition.
15698
673dc4a0
YQ
156992014-10-18 Yao Qi <yao@codesourcery.com>
15700
15701 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15702 gdb_has_argv0 return true.
15703 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15704 check [target_info exists noargs], check [gdb_has_argv0]
15705 instead.
15706 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15707 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15708 procedures.
15709
4ffbba72
DE
157102014-10-17 Doug Evans <dje@google.com>
15711
15712 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15713 event.
15714 * gdb.python/py-events.py: Add clear_objfiles event.
15715
d096d8c1
DE
157162014-10-17 Doug Evans <dje@google.com>
15717
15718 * gdb.python/py-objfile.exp: Test progspace attribute.
15719
a80db015
LM
157202014-10-17 Luis Machado <lgustavo@codesourcery.com>
15721
15722 * gdb.guile/scm-breakpoint.exp: Do not assume any
15723 directory separators when matching source file paths.
15724 * gdb.python/py-breakpoint.exp: Likewise.
15725 * gdb.reverse/break-precsave.exp: Likewise.
15726 * gdb.reverse/break-reverse.exp: Likewise.
15727 * gdb.reverse/consecutive-precsave.exp: Likewise.
15728 * gdb.reverse/finish-precsave.exp: Likewise.
15729 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15730 * gdb.reverse/finish-reverse.exp: Likewise.
15731 * gdb.reverse/i386-precsave.exp: Likewise.
15732 * gdb.reverse/i387-env-reverse.exp: Likewise.
15733 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15734 * gdb.reverse/machinestate-precsave.exp: Likewise.
15735 * gdb.reverse/machinestate.exp: Likewise.
15736 * gdb.reverse/sigall-precsave.exp: Likewise.
15737 * gdb.reverse/solib-precsave.exp: Likewise.
15738 * gdb.reverse/step-precsave.exp: Likewise.
15739 * gdb.reverse/until-precsave.exp: Likewise.
15740 * gdb.reverse/watch-precsave.exp: Likewise.
15741 * gdb.reverse/watch-reverse.exp: Likewise.
15742
b22089ab
YQ
157432014-10-17 Yao Qi <yao@codesourcery.com>
15744
15745 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15746 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15747
6c4486e6
PA
157482014-10-17 Pedro Alves <palves@redhat.com>
15749
15750 PR gdb/17471
15751 * gdb.base/bg-execution-repeat.c: New file.
15752 * gdb.base/bg-execution-repeat.exp: New file.
15753
0ff33695
PA
157542014-10-17 Pedro Alves <palves@redhat.com>
15755
15756 PR gdb/17300
15757 * gdb.base/continue-all-already-running.c: New file.
15758 * gdb.base/continue-all-already-running.exp: New file.
15759
6fdebc3d
PA
157602014-10-17 Pedro Alves <palves@redhat.com>
15761
15762 PR gdb/17472
15763 * gdb.base/annota-input-while-running.c: New file.
15764 * gdb.base/annota-input-while-running.exp: New file.
15765
32a8097b
PA
157662014-10-17 Pedro Alves <palves@redhat.com>
15767
15768 * gdb.base/callfuncs.exp: emove references to osf.
15769 * gdb.base/sigall.exp: Likewise.
15770 * gdb.gdb/selftest.exp: Likewise.
15771 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15772 * gdb.mi/non-stop.c: Likewise.
15773 * gdb.mi/pthreads.c: Likewise.
15774 * gdb.reverse/sigall-precsave.exp: Likewise.
15775 * gdb.reverse/sigall-reverse.exp: Likewise.
15776 * gdb.threads/pthreads.c: Likewise.
15777 * gdb.threads/pthreads.exp: Likewise.
15778
7a3517ff
YQ
157792014-10-17 Yao Qi <yao@codesourcery.com>
15780
15781 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15782 check 'target_info exists noargs'.
15783 (test_command_prompt_position): Likewise.
15784 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15785 Remove "set args".
15786 (progvar_simple_while_test): Likewise.
15787 (progvar_complex_if_while_test): Likewise.
15788 (if_while_breakpoint_command_test): Likewise.
15789 (infrun_breakpoint_command_test): Likewise.
15790 (breakpoint_command_test): Likewise.
15791 (watchpoint_command_test): Likewise.
15792 (bp_deleted_in_command_test): Likewise.
15793 (temporary_breakpoint_commands): Likewise.
15794
bb99c472
YQ
157952014-10-16 Yao Qi <yao@codesourcery.com>
15796
15797 * gdb.base/remotetimeout.exp: Remove noargs checking.
15798
7c16b83e
PA
157992014-10-15 Pedro Alves <palves@redhat.com>
15800
15801 PR breakpoints/9649
15802 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15803 * gdb.base/breakpoint-in-ro-region.exp
15804 (probe_target_hardware_step): New procedure.
15805 (top level): Probe hardware stepping and hardware breakpoint
15806 support. Test stepping through a read-only region, with both
15807 "breakpoint auto-hw" on and off and both "always-inserted" on and
15808 off.
15809
35a49624
IB
158102014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15811
15812 * gdb.dlang/demangle.exp: Update for demangling changes.
15813
2d1c107c
SC
158142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15815
15816 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15817 * gdb.cp/non-trivial-retval.exp: Add new tests.
15818
778811d5
SC
158192014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15820
15821 PR c++/13403
15822 PR c++/15154
15823 * gdb.cp/non-trivial-retval.cc: New file.
15824 * gdb.cp/non-trivial-retval.exp: New file.
15825
10c5f0a8
YQ
158262014-10-15 Yao Qi <yao@codesourcery.com>
15827
15828 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15829 remote host.
15830
65d7b369
YQ
158312014-10-15 Yao Qi <yao@codesourcery.com>
15832
15833 * gdb.python/py-symbol.exp: Match file base name if host is
15834 remote, otherwise match file name with dir name.
15835 * gdb.python/py-symtab.exp: Likewise.
15836 * gdb.python/python.exp: Likewise.
15837
46dc1394
YQ
158382014-10-15 Yao Qi <yao@codesourcery.com>
15839
15840 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15841 pattern.
15842 * gdb.python/py-symtab.exp: Likewise.
15843 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15844 locationn.
15845
c40cc657
JB
158462014-10-14 Joel Brobecker <brobecker@adacore.com>
15847
15848 * gdb.ada/addr_arith: New testcase.
15849
2abf49e1
MR
158502014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15851
15852 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15853 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15854 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15855 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15856
f7088df3
SDJ
158572014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15858
15859 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15860 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15861 * gdb.arch/stap-eval-lang-ada.exp: New file.
15862
4dc06805
YQ
158632014-10-14 Yao Qi <yao@codesourcery.com>
15864
15865 * gdb.mi/mi-var-child.c (nothing1): New function.
15866 (nothing2): New function.
15867 (do_children_tests): Set function pointers by nothing1 and
15868 nothing2.
15869 * gdb.mi/mi-var-child.exp: Step over new added statements.
15870 Update test to match the new output.
15871 * gdb.mi/var-cmd.c (nothing1): New function.
15872 (nothing2): New function.
15873 (do_children_tests): Set function pointers by nothing1 and
15874 nothing2.
15875 * gdb.mi/mi-var-display.exp: Update test to match output.
15876 Step to the line specified by $line_dct_nothing.
15877 Increase the number of lines to step.
15878
46a93de2
YQ
158792014-10-14 Yao Qi <yao@codesourcery.com>
15880
15881 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15882 tests.
15883 * gdb.mi/mi2-var-child.exp: Likewise.
15884
14ea52ee
DE
158852014-10-13 Doug Evans <dje@google.com>
15886
15887 * gdb.python/py-objfile.exp: Change name of file name test.
15888
e5c6e92b
DE
158892014-10-13 Doug Evans <dje@google.com>
15890
15891 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15892 from the start of the CU.
15893
c780cc2f
JK
158942014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15895 Yao Qi <yao@codesourcery.com>
15896
15897 Fix "save breakpoints" for "catch" command.
15898 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15899 Remove -nonewline. Match also the added "main" line.
15900
99894e11
JK
159012014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15902
15903 Fix "save breakpoints" for "disable $bpnum" command.
15904 * gdb.base/save-bp.c (main): Add label.
15905 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15906
6e1ac5a3
JK
159072014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15908
15909 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15910
754dd2b0
YQ
159112014-10-11 Yao Qi <yao@codesourcery.com>
15912
15913 * gdb.server/server-kill.exp: Execute command
15914 "set remote trace-status-packet on" before "tstatus".
15915
f90183d7
YQ
159162014-10-11 Yao Qi <yao@codesourcery.com>
15917
15918 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15919 (main): Call getppid.
15920 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15921 and continue to it. Read variable "server_pid".
15922
bf40a607
YQ
159232014-10-11 Yao Qi <yao@codesourcery.com>
15924
15925 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15926
052ca370
YQ
159272014-10-11 Yao Qi <yao@codesourcery.com>
15928
15929 * gdb.threads/thread-find.exp: Don't execute command
15930 "info threads".
15931 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15932 * gdb.threads/linux-dp.exp: Don't check the condition
15933 $threads_created equals to zero.
15934
3831839c
PA
159352014-10-10 Pedro Alves <palves@redhat.com>
15936
15937 * gdb.base/bigcore.exp: Remove references to IRIX.
15938 * gdb.base/funcargs.exp: Likewise.
15939 * gdb.base/interrupt.exp: Likewise.
15940 * gdb.base/mips_pro.exp: Likewise.
15941 * gdb.base/nodebug.exp: Likewise.
15942 * gdb.base/setvar.exp: Likewise.
15943 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15944
8b9a549d
PA
159452014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15946 Pedro Alves <palves@redhat.com>
15947
15948 PR symtab/14466
15949 * gdb.base/vdso-warning.c: New file.
15950 * gdb.base/vdso-warning.exp: New file.
15951
d48ba5e8
DE
159522014-10-02 Doug Evans <dje@google.com>
15953
15954 * gdb.base/structs.c (main): Don't run forever.
15955
2278c276
PA
159562014-10-02 Pedro Alves <palves@redhat.com>
15957
15958 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15959 (top level) <stop threads 1, stop threads 2>: Use it.
15960
b57bacec
PA
159612014-10-02 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.threads/break-while-running.exp (test): Add new
15964 'update_thread_list' argument. Skip "info threads" if false.
15965 (top level): Add new 'update_thread_list' axis.
15966
13fd3ff3
PA
159672014-10-02 Pedro Alves <palves@redhat.com>
15968
15969 PR breakpoints/17431
15970 * gdb.base/execl-update-breakpoints.c: New file.
15971 * gdb.base/execl-update-breakpoints.exp: New file.
15972
0fec99e8
PA
159732014-10-01 Pedro Alves <palves@redhat.com>
15974
15975 * gdb.base/breakpoint-in-ro-region.c: New file.
15976 * gdb.base/breakpoint-in-ro-region.exp: New file.
15977
2ddf4301
SM
159782014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15979
15980 * gdb.mi/mi-exit-code.exp: New file.
15981 * gdb.mi/mi-exit-code.c: New file.
15982
6a5f3f43
YQ
159832014-09-30 Yao Qi <yao@codesourcery.com>
15984
15985 * lib/prelink-support.exp (build_executable_own_libs): Error if
15986 the target isn't native.
15987
345bcc73
YQ
159882014-09-30 Yao Qi <yao@codesourcery.com>
15989
15990 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15991 false.
15992
a25a5a45
PA
159932014-09-22 Pedro Alves <palves@redhat.com>
15994
15995 * gdb.threads/break-while-running.exp: New file.
15996 * gdb.threads/break-while-running.c: New file.
15997
00ba3162
YQ
159982014-09-19 Yao Qi <yao@codesourcery.com>
15999
16000 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
16001 Invoke test. Restart GDB with --readnow and invoke test again.
16002
c3b7b696
YQ
160032014-09-19 Yao Qi <yao@codesourcery.com>
16004
16005 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
16006 proc set_breakpoint_on_gcd_function. Invoke
16007 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
16008 invoke set_breakpoint_on_gcd_function again.
16009
2b4fd423
DE
160102014-09-18 Doug Evans <dje@google.com>
16011
16012 * gdb.dwarf2/symtab-producer.exp: New file.
16013
a5947601
SDJ
160142014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16015
16016 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
16017 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
16018 * gdb.base/global-var-nested-by-dso.c: Likewise.
16019 * gdb.base/global-var-nested-by-dso.exp: Likewise.
16020
91c19059
SDJ
160212014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16022 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/watch-bitfields.exp: Pass string other than test file
16025 name to prepare_for_testing.
16026 (watch): New procedure.
16027 (expect_watchpoint): Use with_test_prefix.
16028 (top level): Factor out tests to ...
16029 (test_watch_location, test_regular_watch): ... these new
16030 procedures, and use with_test_prefix and gdb_continue_to_end.
16031
bb9d5f81
PP
160322014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16033
16034 PR breakpoints/12526
16035 * gdb.base/watch-bitfields.exp: New file.
16036 * gdb.base/watch-bitfields.c: New file.
16037
635856f5
PA
160382014-09-16 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16041 software and hardware addresses, not software address against
16042 itself.
16043
7280ceea
PA
160442014-09-16 Pedro Alves <palves@redhat.com>
16045
16046 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16047 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16048
428b16bd
PA
160492014-09-16 Pedro Alves <palves@redhat.com>
16050
16051 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16052 files.
16053 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16054 "*-*-vxworks*" throughout.
16055 * gdb.base/break.exp: Likewise.
16056 * gdb.base/default.exp: Likewise.
16057 * gdb.base/scope.exp: Likewise.
16058 * gdb.base/sepdebug.exp: Likewise.
16059 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16060 throughout.
16061 * gdb.base/run.c: Likewise.
16062 * gdb.base/sepdebug.c: Likewise.
16063 * gdb.hp/gdb.aCC/run.c: Likewise.
16064 * gdb.reverse/until-reverse.c: Likewise.
16065 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16066
666d413c
YQ
160672014-09-16 Yao Qi <yao@codesourcery.com>
16068
16069 * boards/local-remote-host-native.exp: New file.
16070
57cbd724
DE
160712014-09-14 Doug Evans <xdje42@gmail.com>
16072
16073 * gdb.threads/queue-signal.c (thread_count): New variable.
16074 (thread_count_mutex, thread_count_condvar): New variables.
16075 (incr_thread_count, wait_all_threads_running): New functions.
16076 (main): Wait for all threads to be in their thread functions.
16077
81219e53
DE
160782014-09-13 Doug Evans <xdje42@gmail.com>
16079
16080 * gdb.threads/queue-signal.c: New file.
16081 * gdb.threads/queue-signal.exp: New file.
16082
3714cea7
DE
160832014-09-13 Doug Evans <xdje42@gmail.com>
16084
16085 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16086 be consistent with what default_gdb_init uses.
16087 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16088 the plain text of the prompt. Add some logging printfs.
16089 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16090
fa43b1d7
PA
160912014-09-12 Pedro Alves <palves@redhat.com>
16092
16093 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16094 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16095 * gdb.arch/i386-size-overlap.exp: Likewise.
16096 * gdb.arch/i386-size.exp: Likewise.
16097 * gdb.arch/i386-unwind.exp: Likewise.
16098 * gdb.base/a2-run.exp: Likewise.
16099 * gdb.base/break.exp: Likewise.
16100 * gdb.base/charset.exp: Likewise.
16101 * gdb.base/chng-syms.exp: Likewise.
16102 * gdb.base/commands.exp: Likewise.
16103 * gdb.base/dbx.exp: Likewise.
16104 * gdb.base/find.exp: Likewise.
16105 * gdb.base/funcargs.exp: Likewise.
16106 * gdb.base/jit-simple.exp: Likewise.
16107 * gdb.base/reread.exp: Likewise.
16108 * gdb.base/sepdebug.exp: Likewise.
16109 * gdb.base/step-bt.exp: Likewise.
16110 * gdb.cp/mb-inline.exp: Likewise.
16111 * gdb.cp/mb-templates.exp: Likewise.
16112 * gdb.objc/basicclass.exp: Likewise.
16113 * gdb.threads/killed.exp: Likewise.
16114
9d9bf2df
EBM
161152014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16116
16117 PR tdep/17379
16118 * gdb.arch/powerpc-stackless.S: New file.
16119 * gdb.arch/powerpc-stackless.exp: New file.
16120
1cf2f1b0
JK
161212014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16122
16123 * gdb.base/attach.c: Include unistd.h.
16124 (main): Call alarm. Add label postloop.
16125 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16126 gdb_breakpoint, gdb_continue_to_breakpoint.
16127 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16128
98880d46
PA
161292014-09-11 Pedro Alves <palves@redhat.com>
16130
16131 PR gdb/17347
16132 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16133 * gdb.base/attach.exp (test_command_line_attach_run): New
16134 procedure.
16135 (top level): Call it.
16136
4c92ff2c
PA
161372014-09-11 Pedro Alves <palves@redhat.com>
16138
16139 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16140 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16141 (do_command_attach_tests): Use spawn_wait_for_attach.
16142 * gdb.base/solib-overlap.exp: Likewise.
16143 * gdb.multi/multi-attach.exp: Likewise.
16144 * gdb.python/py-prompt.exp: Likewise.
16145 * gdb.python/py-sync-interp.exp: Likewise.
16146 * gdb.server/ext-attach.exp: Likewise.
16147
3adc1a7d
GKB
161482014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16149
16150 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16151 command in testcase. Simplify testcase.
16152
96334934
JB
161532014-09-10 Joel Brobecker <brobecker@adacore.com>
16154
16155 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16156
eb479039
JB
161572014-09-10 Joel Brobecker <brobecker@adacore.com>
16158
16159 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16160
deede10c
JB
161612014-09-10 Joel Brobecker <brobecker@adacore.com>
16162
16163 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16164
7828a5f5
JB
161652014-09-10 Joel Brobecker <brobecker@adacore.com>
16166
16167 * gdb.dwarf2/dynarr-ptr.c: New file.
16168 * gdb.dwarf2/dynarr-ptr.exp: New file.
16169
33aeebcf
MR
161702014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16171
16172 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16173 of 30 rather than hardcoding 120 for a slow test case. Take the
16174 `gdb,timeout' target setting into account for this calculation.
16175 Don't extend the timeout for the test cases that don't need it.
16176
7b415901
MR
161772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16178
16179 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16180 a factor of 2 for a slow test case. Take the `gdb,timeout'
16181 target setting into account for this calculation.
16182 * gdb.reverse/until-precsave.exp: Increase the timeout by
16183 a factor of 15 and 3 respectively rather than adding 120
16184 for a pair of slow test cases. Take the `gdb,timeout'
16185 target setting into account for this calculation.
16186
4a40f85a
MR
161872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16188
16189 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16190 timeout, don't pass one down to gdb_expect.
16191 (gdb_expect): Rework timeout selection.
16192
09635af7
MR
161932014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16194
16195 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16196 exception on timeout.
16197 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16198 (gdbserver_start_extended): Catch any `gdbserver_start' error
16199 exceptions.
16200 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16201 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16202 `gdbserver_gdb_load' error exceptions.
16203
2bdd10b7
MR
162042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16205
16206 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16207 120 on waiting for the TCP socket to open.
16208
316935f0
DE
162092014-09-09 Doug Evans <xdje42@gmail.com>
16210
16211 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16212 _caller_matches, _any_caller_is, _any_caller_matches.
16213
83740597
DE
162142014-09-09 Doug Evans <xdje42@gmail.com>
16215
16216 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16217
4c122fc3
YQ
162182014-09-09 Yao Qi <yao@codesourcery.com>
16219
16220 * gdb.mi/mi-var-display.exp: Set print symbol off.
16221
a9f116cb
GKB
162222014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16223
16224 PR gdb/17035
16225 * gdb.base/commands.exp: Add tests to verify user-defined
16226 commands with empty bodies.
16227 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16228 python commands in `show user command`.
16229 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16230 scheme commands in `show user command`.
16231
c75bd3a2
JK
162322014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16233
16234 PR python/17355
16235 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16236 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16237 * gdb.python/py-framefilter-invalidarg.exp: New file.
16238 * gdb.python/py-framefilter-invalidarg.py: New file.
16239
faa42425
DE
162402014-09-06 Doug Evans <xdje42@gmail.com>
16241
16242 PR 15276
16243 * gdb.python/py-caller-is.c: New file.
16244 * gdb.python/py-caller-is.exp: New file.
16245
474ca4f6
SDJ
162462014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16247
16248 PR gdb/17235
16249 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16250 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16251
eb0b0463
SDJ
162522014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16253
16254 PR fortran/17237
16255 * gdb.fortran/print-formatted.exp: New file.
16256 * gdb.fortran/print-formatted.f90: Likewise.
16257
5f3b99cf
SS
162582014-09-03 Sasha Smundak <asmundak@google.com>
16259
16260 * gdb.python/py-frame.exp: Test Frame.read_register.
16261
7d793aa9
SDJ
162622014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16263
16264 PR python/16699
16265 * gdb.python/py-completion.exp: New file.
16266 * gdb.python/py-completion.py: Likewise.
16267
fb0576e9
DE
162682014-08-28 Doug Evans <dje@google.com>
16269
16270 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16271 eax,etc. are live with values set by gdb and thus the compiler can't
16272 use them.
16273 * gdb.arch/i386-pseudo.c (main): Ditto.
16274
ee92b0dd
DE
162752014-08-27 Doug Evans <dje@google.com>
16276
16277 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16278
6649db35
DE
162792014-08-25 Doug Evans <dje@google.com>
16280
16281 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16282 (main): Ditto.
16283
564b7600
DE
162842014-08-25 Doug Evans <dje@google.com>
16285
16286 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16287
3881fb67
YQ
162882014-08-24 Yao Qi <yao@codesourcery.com>
16289
16290 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16291 symbol off.
16292 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16293
a05a36a5
DE
162942014-08-22 Doug Evans <dje@google.com>
16295
16296 PR 17276
16297 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16298 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16299 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16300
7c343b48
YQ
163012014-08-22 Yao Qi <yao@codesourcery.com>
16302
16303 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16304 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16305 * gdb.python/python.exp: Likewise. Use .py file on the host
16306 instead of the build.
16307
22fd09ae
JK
163082014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16309
16310 * gdb.threads/gcore-stale-thread.c: New file.
16311 * gdb.threads/gcore-stale-thread.exp: New file.
16312
a8454a7c
PA
163132014-08-21 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16316 * gdb.base/gcore-relro-pie.exp: Likewise.
16317 * gdb.base/gcore-relro.exp: Likewise.
16318 * gdb.base/gcore.exp: Likewise.
16319 * gdb.base/print-symbol-loading.exp: Likewise.
16320 * gdb.threads/gcore-thread.exp: Likewise.
16321 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16322
2a31c623
PA
163232014-08-20 Pedro Alves <palves@redhat.com>
16324 Jan Kratochvil <jan.kratochvil@redhat.com>
16325
16326 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16327 configure.
16328 (EXPECT): Handle READ1 being set.
16329 (all): Depend on EXTRA_RULES.
16330 (check-read1, expect-read1, read1.so, read1): New rules.
16331 * README (Testsuite Parameters): Document the READ1 make variable.
16332 (Race detection): New section.
16333 * configure: Regenerate.
16334 * configure.ac: If build==host==target, and running under a
16335 GNU/glibc system, add read1 to the extra Makefile rules.
16336 (EXTRA_RULES): AC_SUBST it.
16337 * lib/read1.c: New file.
16338
d36430db
JB
163392014-08-20 Joel Brobecker <brobecker@adacore.com>
16340
16341 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16342 the handling of variables declared as a typedef to an array
16343 which a DW_AT_data_location attribute.
16344
9a0dc9e3
PA
163452014-08-19 Andrew Burgess <aburgess@broadcom.com>
16346 Pedro Alves <palves@redhat.com>
16347
16348 PR symtab/14604
16349 PR symtab/14605
16350 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16351 gdb_test.
16352
0718a8da
PA
163532014-08-19 Pedro Alves <palves@redhat.com>
16354
16355 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16356
13b448cd
YQ
163572014-08-19 Yao Qi <yao@codesourcery.com>
16358
16359 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16360 right line.
16361
1cbf5077
DB
163622014-08-18 David Blaikie <dblaikie@gmail.com>
16363
16364 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16365
bf0fae19
JB
163662014-08-18 Joel Brobecker <brobecker@adacore.com>
16367
16368 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16369 attribute in array range.
16370
3c8c5dcc
JB
163712014-08-18 Joel Brobecker <brobecker@adacore.com>
16372
16373 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16374
e66d4446
SC
163752014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16376
16377 PR c++/17132
16378 * gdb.cp/pr17132.cc: New file.
16379 * gdb.cp/pr17132.exp: New file.
16380
940df408
SC
163812014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16382
16383 * gdb.python/py-xmethods.py (A_getarrayind)
16384 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16385 Use 'print' with function call syntax.
16386 (E_method_matcher.match): Fix tab vs space indentation mixup.
16387
ebcc6c3a
YQ
163882014-08-15 Yao Qi <yao@codesourcery.com>
16389
16390 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16391 false.
16392
775e0f04
YQ
163932014-08-15 Yao Qi <yao@codesourcery.com>
16394
16395 * gdb.cp/casts.exp: Set print symbol off.
16396 * gdb.cp/class2.exp: Likewise.
16397 * gdb.cp/overload.exp: Likewise.
16398 * gdb.cp/templates.exp: Likewise.
16399
d769e349
DE
164002014-08-11 Doug Evans <dje@google.com>
16401
16402 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16403 (test_load_shlib): Update.
16404
20c6f1e1
YQ
164052014-08-09 Yao Qi <yao@codesourcery.com>
16406
16407 * gdb.base/display.exp: Invoke is_address_zero_readable.
16408 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16409 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16410 * gdb.base/hbreak-unmapped.exp: Return if
16411 is_address_zero_readable returns true.
16412 * gdb.base/signest.exp: Likewise.
16413 * gdb.base/signull.exp: Likewise.
16414 * gdb.base/sigbpt.exp: Likewise.
16415 * gdb.guile/scm-disasm.exp: Do the test if
16416 is_address_zero_readable returns false.
16417 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16418 * gdb.python/py-arch.exp: Likewise.
16419 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16420 * lib/gdb.exp (is_address_zero_readable): New proc.
16421
5792e8e3
YQ
164222014-08-09 Yao Qi <yao@codesourcery.com>
16423
16424 PR testsuite/13443
16425 * gdb.mi/mi-var-display.exp: Make test messages unique.
16426
3cecbbbe
TT
164272014-08-04 Tom Tromey <tromey@redhat.com>
16428
16429 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16430 target 0".
16431
00b51ff5
TT
164322014-08-04 Tom Tromey <tromey@redhat.com>
16433
16434 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16435 "target_resume".
16436
6908c509
JB
164372014-08-01 Joel Brobecker <brobecker@adacore.com>
16438
16439 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16440 inner_vla_struct_object_size.
16441 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16442 as xfail.
16443
cc6563d2
PA
164442014-07-30 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16447 comment.
16448
7e09a223
YQ
164492014-07-29 Yao Qi <yao@codesourcery.com>
16450
16451 PR gdb/17206
16452 * gdb.base/until-nodebug.exp: New.
16453
7ebdbe92
DE
164542014-07-28 Doug Evans <xdje42@gmail.com>
16455
16456 PR guile/17203
16457 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16458 previously existing parameter, and previously ambiguously spelled
16459 parameter.
16460
fdb1adc6
WN
164612014-07-28 Will Newton <will.newton@linaro.org>
16462
16463 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16464
186fcde0
DE
164652014-07-26 Ludovic Courtès <ludo@gnu.org>
16466 Doug Evans <xdje42@gmail.com>
16467
16468 PR guile/17146
16469 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16470
70509625
PA
164712014-07-25 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.threads/signal-command-handle-nopass.c: New file.
16474 * gdb.threads/signal-command-handle-nopass.exp: New file.
16475 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16476 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16477 * gdb.threads/signal-delivered-right-thread.c: New file.
16478 * gdb.threads/signal-delivered-right-thread.exp: New file.
16479
c3f814a1
PA
164802014-07-25 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.base/double-prompt-target-event-error.exp
16483 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16484 match.
16485 (cancel_pagination_in_target_event): Rework double prompt
16486 detection.
16487 * gdb.base/paginate-after-ctrl-c-running.exp
16488 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16489 <return>' match.
16490 * gdb.base/paginate-bg-execution.exp
16491 (test_bg_execution_pagination_return)
16492 (test_bg_execution_pagination_cancel): Remove '-notransfer
16493 <return>' matches.
16494 * gdb.base/paginate-execution-startup.exp
16495 (test_fg_execution_pagination_return)
16496 (test_fg_execution_pagination_cancel): Remove '-notransfer
16497 <return>' matches.
16498 * gdb.base/paginate-inferior-exit.exp
16499 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16500 match.
16501 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16502 * lib/gdb.exp (pagination_prompt): Run text through
16503 string_to_regexp.
16504 (gdb_test_multiple): Match $pagination_prompt instead of
16505 "<return>".
16506 (string_to_regexp): Move to lib/gdb-utils.exp.
16507
e214cf6c
JK
165082014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16509
16510 * gdb.arch/amd64-entry-value-paramref.S: New file.
16511 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16512 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16513 * gdb.arch/amd64-optimout-repeat.S: New file.
16514 * gdb.arch/amd64-optimout-repeat.c: New file.
16515 * gdb.arch/amd64-optimout-repeat.exp: New file.
16516
17d0c5c8
JK
165172014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16518
16519 PR gdb/17170
16520 * gdb.base/statistics.exp: New file.
16521
b8b8facf
DE
165222014-07-17 Doug Evans <dje@google.com>
16523
74b49205 16524 PR gdb/17170
b8b8facf
DE
16525 * gdb.base/maint.exp: Update testing of per-command stats.
16526
1b5d0ab3
PA
165272014-07-16 Pedro Alves <palves@redhat.com>
16528
16529 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16530 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16531 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16532 (tfile_write_buf): New functions.
16533 (add_memory_block): Rewrite using the above.
16534 (adjust_function_address): New function.
16535 (FUNCTION_ADDRESS): New macro.
16536 (write_basic_trace_file): Remove short_x local, and use
16537 tfile_write_16. Change type of func_addr local to unsigned long
16538 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16539 here. Cast argument of add_memory_block to char pointer.
16540 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16541 (main): Remove parameters.
16542 * gdb.trace/tfile.exp: Remove nowarnings.
16543
4d974e88
SM
165442014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16545
16546 * gdb.base/debug-expr.exp: Test string evaluation with
16547 "debug expression" on.
16548
41e99568
PA
165492014-07-15 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/reread.exp: Use clean_restart.
16552
487d9753
PL
165532014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16554
16555 * gdb.arch/avr-flash-qualifer.c: New.
16556 * gdb.arch/avr-flash-qualifer.exp: New.
16557
cc1c52ad
PA
165582014-07-14 Pedro Alves <palves@redhat.com>
16559
16560 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16561 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16562
1e973570
PA
165632014-07-14 Pedro Alves <palves@redhat.com>
16564
16565 * gdb.base/double-prompt-target-event-error.c: New file.
16566 * gdb.base/double-prompt-target-event-error.exp: New file.
16567
93d6eb10
PA
165682014-07-14 Pedro Alves <palves@redhat.com>
16569
16570 PR gdb/17072
16571 * gdb.base/paginate-inferior-exit.c: New file.
16572 * gdb.base/paginate-inferior-exit.exp: New file.
16573
0017922d
PA
165742014-07-14 Pedro Alves <palves@redhat.com>
16575
16576 PR gdb/17072
16577 * gdb.base/paginate-bg-execution.c: New file.
16578 * gdb.base/paginate-bg-execution.exp: New file.
16579
94696ad3
PA
165802014-07-14 Pedro Alves <palves@redhat.com>
16581
16582 PR gdb/17072
16583 * gdb.base/paginate-execution-startup.c: New file.
16584 * gdb.base/paginate-execution-startup.exp: New file.
16585 * lib/gdb.exp (pagination_prompt): New global.
16586 (default_gdb_spawn): New procedure, factored out from
16587 default_gdb_spawn.
16588 (default_gdb_start): Adjust to call default_gdb_spawn.
16589 (gdb_spawn): New procedure.
16590
bd293940
PA
165912014-07-14 Pedro Alves <palves@redhat.com>
16592
16593 * lib/gdb.exp (gdb_assert): New procedure.
16594 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16595
c933f875
PA
165962014-07-14 Pedro Alves <palves@redhat.com>
16597
16598 * gdb.base/execution-termios.c: New file.
16599 * gdb.base/execution-termios.exp: New file.
16600
d98b7a16
TT
166012014-07-14 Tom Tromey <tromey@redhat.com>
16602
16603 * gdb.cp/vla-cxx.cc: New file.
16604 * gdb.cp/vla-cxx.exp: New file.
16605
548740d6
TT
166062014-07-14 Tom Tromey <tromey@redhat.com>
16607
16608 * gdb.reverse/rerun-prec.c: New file.
16609 * gdb.reverse/rerun-prec.exp: New file.
16610
a25eb028
MR
166112014-07-12 Maciej W. Rozycki <macro@mips.com>
16612 Maciej W. Rozycki <macro@codesourcery.com>
16613
16614 * lib/gdb-utils.exp: New file.
16615 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16616 inline `gdb_init_command' processing.
16617 (gdb_start_cmd): Likewise.
16618 * lib/mi-support.exp (mi_run_cmd): Likewise.
16619 * README: Document `gdb_init_command' and `gdb_init_commands'.
16620
218c2655
JK
166212014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16622
16623 Fix false FAIL running under a very long directory name.
16624 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16625 and "set print elements 10000". Twice.
16626
5401fde3
YQ
166272014-07-11 Yao Qi <yao@codesourcery.com>
16628
16629 * gdb.base/exprs.exp: "set print symbol off".
16630
e76126e8
PA
166312014-07-11 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.threads/kill.c: New file.
16634 * gdb.threads/kill.exp: New file.
16635
2d6f0de6
YQ
166362014-07-10 Yao Qi <yao@codesourcery.com>
16637
16638 * gdb.trace/tfile.c (write_basic_trace_file)
16639 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16640 address written to trace file.
16641
7180e04a
PA
166422014-07-09 Pedro Alves <palves@redhat.com>
16643
16644 * gdb.base/attach-wait-input.exp: New file.
16645 * gdb.base/attach-wait-input.c: New file.
16646
9a9a7608
AB
166472014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16648
16649 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16650 setting up test structures.
16651 (main): Call new test function.
16652 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16653 test function, continue into test function and walk test
16654 structures.
16655
161ac41e
YQ
166562014-07-02 Yao Qi <yao@codesourcery.com>
16657
16658 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16659 'bar_start' at the beginning of functions 'foo' and 'bar'
16660 respectively.
16661 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16662 instead of 'foo' and 'bar'.
16663
1f267ae3
MM
166642014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16665
16666 * gdb.btrace/segv.exp: New.
16667 * gdb.btrace/segv.c: New.
16668
2b239efb
LM
166692014-07-02 Luis Machado <lgustavo@codesourcery.com>
16670
16671 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16672 instruction.
16673
cf363f18
MW
166742014-06-30 Mark Wielaard <mjw@redhat.com>
16675
16676 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16677 vulture, vilify, villar): New volatile array constants.
16678 (vindictive, vegetation): New const volatile array constants.
16679 * gdb.base/volatile.exp: Test volatile and const volatile array
16680 types.
16681
aebf9d24
AA
166822014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16683
16684 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16685 target lacks support for awatch, rwatch, or hbreak.
16686
b67a2c6f
YQ
166872014-06-27 Yao Qi <yao@codesourcery.com>
16688
16689 * gdb.multi/dummy-frame-restore.exp: New.
16690 * gdb.multi/dummy-frame-restore.c: New.
16691
aef92902
MM
166922014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16693
16694 * gdb.btrace/gcore.exp: New.
16695
8e9db26e
PA
166962014-06-23 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.base/watchpoint-reuse-slot.c: New file.
16699 * gdb.base/watchpoint-reuse-slot.exp: New file.
16700
70afc5b7
SC
167012014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16702
16703 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16704 progspace's filename in 'info', 'enable' and 'disable' command
16705 tests.
16706
b972bd9c
JK
167072014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16708
16709 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16710 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16711 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16712
125f8a3d
GB
167132014-06-20 Gary Benson <gbenson@redhat.com>
16714
16715 * gdb.arch/i386-avx.exp: Fix include file location.
16716 * gdb.arch/i386-sse.exp: Likewise.
16717
3ed9baed
IB
167182014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16719
16720 * gdb.dlang/expression.exp: New file.
16721
034f788c
PA
167222014-06-19 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16725 out from ...
16726 (top level): ... here. Iterate running tests under different
16727 scheduler-locking settings.
16728
45371d0c
LM
167292014-06-18 Luis Machado <lgustavo@codesourcery.com>
16730
16731 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16732 to DW_FORM_addr and use non-zero addresses.
16733
5d376983
SC
167342014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16735
16736 PR gdb/17017
16737 * gdb.python/py-xmethods.cc: Add global function call counters and
16738 increment them in their respective functions. Remove "cout"
16739 statements.
16740 * gdb.python/py-xmethods.exp: Make tests check the global function
16741 call counters instead of depending on inferior IO.
16742
a1aa2221
LM
167432014-06-18 Don Breazeal <donb@codesourcery.com>
16744
16745 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16746 Deleted procedure.
16747 (explicit_fork_parent_follow): Deleted procedure.
16748 (explicit_fork_child_follow): Deleted procedure.
16749 (test_follow_fork): New procedure.
16750 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16751 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16752 procedure calls.
16753
0fc05997
YQ
167542014-06-17 Yao Qi <yao@codesourcery.com>
16755
16756 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16757 CP1252.
16758
70795c52
LM
167592014-06-17 Luis Machado <lgustavo@codesourcery.com>
16760
16761 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16762 Initialize ptr and S explicitly.
16763 (skip_type_update_when_not_use_rtti_test): Likewise.
16764
6be47f0c
KS
167652014-06-16 Keith Seitz <keiths@redhat.com>
16766
16767 PR mi/15863
16768 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16769 the inferior is started.
16770
d03de421
PA
167712014-06-16 Pedro Alves <palves@redhat.com>
16772
16773 * gdb.base/break-main-file-remove-fail.c: New file.
16774 * gdb.base/break-main-file-remove-fail.exp: New file.
16775 * gdb.base/break-unload-file.exp: Use build_executable instead of
16776 prepare_for_testing.
16777 (test_break): New parameter "initial_load". Handle it.
16778 (top level): Add initial_load cmdline/file axis.
16779
f9579b99
TT
167802014-06-12 Tom Tromey <tromey@redhat.com>
16781
16782 * gdb.base/completion.exp: Don't use directory name in test.
16783
3657956b
GB
167842014-06-09 Gary Benson <gbenson@redhat.com>
16785
16786 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16787 separate the always-available ANSI-standard signals from the
16788 signals that require checking.
16789 (main): Likewise.
16790 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16791 Likewise.
16792 (main): Likewise.
16793
4186eb54
KS
167942014-06-07 Keith Seitz <keiths@redhat.com>
16795
16796 Revert:
16797 PR c++/16253
16798 * gdb.cp/var-tag.cc: New file.
16799 * gdb.cp/var-tag.exp: New file.
16800 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16801 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16802 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16803 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16804
25326a28 168052014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16806
16807 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16808
829155c9
PA
168092014-06-06 Pedro Alves <palves@redhat.com>
16810
16811 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16812 in target debug output instead of looking at RSP packets,
16813 disabling the test on any target that uses hardware stepping.
16814 Update comments.
16815
61c8d22e
PA
168162014-06-06 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.base/break-unload-file.exp: Fix typo.
16819
d9a47287
YQ
168202014-06-06 Yao Qi <yao@codesourcery.com>
16821
16822 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16823 from "jit_function" to "^jit_function".
16824
e5e01dbf
YQ
168252014-06-06 Yao Qi <yao@codesourcery.com>
16826
16827 * gdb.base/async.c (foo): Add one statement.
16828 * gdb.base/async.exp: Get the next instruction address and
16829 match the output of "nexti" by instruction address. Match
16830 the hex address in the output of "finish".
16831
73ba372c
GB
168322014-06-06 Gary Benson <gbenson@redhat.com>
16833
16834 * gdb.base/call-signals.c: Remove preprocessor conditionals
16835 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16836 SIGSEGV and SIGTERM.
16837 * gdb.base/sigall.c: Likewise.
16838 * gdb.base/unwindonsignal.c: Likewise.
16839 * gdb.reverse/sigall-reverse.c: Likewise.
16840
831517df
YQ
168412014-06-06 Yao Qi <yao@codesourcery.com>
16842
16843 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16844 readable, skip the test.
16845
b8b91e98
YQ
168462014-06-06 Yao Qi <yao@codesourcery.com>
16847
16848 * gdb.threads/staticthreads.c (thread_function): Move the line
16849 setting breakpoint on forward.
16850 * gdb.threads/staticthreads.exp: Update comments.
16851
fb934770
LC
168522014-06-05 Ludovic Courtès <ludo@gnu.org>
16853
16854 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16855 "history-append! type error".
16856
6ef284bd
SM
168572014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16858
16859 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16860 erroneous dprintf expected input.
16861
a872e241
DE
168622014-06-04 Doug Evans <xdje42@gmail.com>
16863
16864 * gdb.guile/scm-generics.exp: Delete.
16865
16f691fb
DE
168662014-06-04 Doug Evans <xdje42@gmail.com>
16867
16868 * gdb.guile/scm-breakpoint.exp: Update.
16869 Add tests for breakpoint registration.
16870
012370f6
TT
168712014-06-04 Tom Tromey <tromey@redhat.com>
16872
16873 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16874 VLA-in-union.
16875 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16876 inner_vla_struct, vla_union types. Initialize objects of those
16877 types and compute their sizes.
16878
9f5a4cef
HZ
168792014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16880 Hui Zhu <hui@codesourcery.com>
16881
16882 * gdb.base/fileio.exp: Add test for shell not available as well as
16883 available.
16884 * gdb.base/fileio.c (test_system): Check for shell twice.
16885
90a45c4d
YQ
168862014-06-04 Yao Qi <yao@codesourcery.com>
16887
16888 * gdb.base/auto-connect-native-target.exp: Remove redundant
16889 space from the regexp pattern.
16890
70017e41
YQ
168912014-06-04 Yao Qi <yao@codesourcery.com>
16892
16893 * gdb.base/default.exp: Replace "child" with "native" in
16894 regexp pattern.
16895
883964a7
SC
168962014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16897
16898 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16899 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16900 * gdb.python/py-xmethods.py: Python script supporting the
16901 new testcase and tests.
16902
ef370185
JB
169032014-06-03 Joel Brobecker <brobecker@adacore.com>
16904 Pedro Alves <palves@redhat.com>
16905
16906 PR breakpoints/17000
16907 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16908 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16909
1e2ccb61
BM
169102014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16911
16912 * gdb.base/subst.exp: Add tests to verify partial path matching
16913 output.
16914
c6ec5ab2
PA
169152014-06-03 Pedro Alves <palves@redhat.com>
16916
16917 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16918 target that doesn't use software single-stepping.
16919
835c559f
PA
169202014-06-03 Pedro Alves <palves@redhat.com>
16921
16922 PR breakpoints/17000
16923 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16924 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16925
06eb1586
DE
169262014-06-02 Doug Evans <xdje42@gmail.com>
16927
16928 * gdb.guile/scm-parameter.exp: New file.
16929
e698b8c4
DE
169302014-06-02 Doug Evans <xdje42@gmail.com>
16931
16932 * gdb.guile/scm-cmd.c: New file.
16933 * gdb.guile/scm-cmd.exp: New file.
16934
ded03782
DE
169352014-06-02 Doug Evans <xdje42@gmail.com>
16936
16937 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16938 pretty-printer lookup.
16939 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16940 (make-pp_s-printer): Call it.
16941 (make-pretty-printer-from-dict): New function.
16942 (lookup-pretty-printer-maker-from-dict): New function.
16943 (*pretty-printer*): Simplify.
16944 (make-objfile-pp_s-printer): New function.
16945 (install-objfile-pretty-printers!): New function.
16946 (make-progspace-pp_s-printer): New function.
16947 (install-progspace-pretty-printers!): New function.
16948 * gdb.guile/scm-progspace.c: New file.
16949 * gdb.guile/scm-progspace.exp: New file.
16950
41fac0cf
PA
169512014-06-02 Pedro Alves <palves@redhat.com>
16952
16953 * gdb.base/dprintf-bp-same-addr.c: New file.
16954 * gdb.base/dprintf-bp-same-addr.exp: New file.
16955
96ae5695
EBM
169562014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16957
16958 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16959 * gdb.arch/powerpc-power.s: Likewise.
16960
da02b3a8
JB
169612014-06-02 Joel Brobecker <brobecker@adacore.com>
16962
16963 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16964
c72b2e7b
YQ
169652014-06-01 Yao Qi <yao@codesourcery.com>
16966
16967 * gdb.base/watchpoint.exp (test_watch_location): Check null
16968 pointer can be dereferenced. If not, do the test, otherwise
16969 skip it.
16970
53e8a631
AB
169712014-05-30 Andrew Burgess <aburgess@broadcom.com>
16972
16973 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16974 results.
16975 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16976
938f0e2f
AB
169772014-05-30 Andrew Burgess <aburgess@broadcom.com>
16978
16979 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16980 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16981 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16982 * gdb.arch/amd64-invalid-stack-top.c: New file.
16983 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16984
9ba6657a
PA
169852014-05-30 Pedro Alves <palves@redhat.com>
16986
16987 PR breakpoints/17000
16988 * gdb.base/sss-bp-on-user-bp.c: New file.
16989 * gdb.base/sss-bp-on-user-bp.exp: New file.
16990
522c09bf
DB
169912014-05-30 David Blaikie <dblaikie@gmail.com>
16992
16993 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16994 gnu_inline semantics via attribute.
16995 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16996 source explicitly specifies the required semantics.
16997
bf4ef81e
MR
169982014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16999
17000 * gdb.reverse/sigall-reverse.exp: Fix a typo.
17001
329ea579
PA
170022014-05-29 Pedro Alves <palves@redhat.com>
17003 Tom Tromey <tromey@redhat.com>
17004
17005 * gdb.base/async-shell.exp: Don't enable target-async.
17006 * gdb.base/async.exp
17007 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
17008 parameter. Adjust.
17009 (top level): Don't test with "target-async".
17010 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
17011 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
17012 * gdb.base/inferior-died.exp: Don't enable target-async.
17013 * gdb.base/interrupt-noterm.exp: Likewise.
17014 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
17015 * gdb.mi/mi-nonstop-exit.exp: Likewise.
17016 * gdb.mi/mi-nonstop.exp: Likewise.
17017 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
17018 * gdb.mi/mi-nsintrall.exp: Likewise.
17019 * gdb.mi/mi-nsmoribund.exp: Likewise.
17020 * gdb.mi/mi-nsthrexec.exp: Likewise.
17021 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17022 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17023 * gdb.python/py-evsignal.exp: Don't enable target-async.
17024 * gdb.python/py-evthreads.exp: Likewise.
17025 * gdb.python/py-prompt.exp: Likewise.
17026 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17027 * gdb.server/solib-list.exp: Don't enable target-async.
17028 * gdb.threads/thread-specific-bp.exp: Likewise.
17029 * lib/mi-support.exp: Adjust to use mi-async.
17030
fd664c91
PA
170312014-05-29 Pedro Alves <palves@redhat.com>
17032
17033 PR gdb/13860
17034 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17035 reason, even in sync mode.
17036
251bde03
PA
170372014-05-29 Pedro Alves <palves@redhat.com>
17038 Hui Zhu <hui@codesourcery.com>
17039
17040 PR PR15693
17041 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17042 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17043 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17044 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17045
7f3c0343
JB
170462014-05-28 Joel Brobecker <brobecker@adacore.com>
17047
17048 * config/monitor.exp (gdb_target_monitor): Replace use of
17049 "set remotebaud" by "set serial baud".
17050
b2715b27
AW
170512014-05-26 Andy Wingo <wingo@igalia.com>
17052
17053 * gdb.guile/scm-breakpoint.exp:
17054 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17055 properties instead of gdb-object-properties.
17056
498a4489
YQ
170572014-05-26 Yao Qi <yao@codesourcery.com>
17058
17059 * gdb.server/no-thread-db.exp: Specify source file name
17060 explicitly when setting a breakpoint.
17061
589fdceb
MM
170622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17063
17064 * gdb.btrace/vdso.c: New.
17065 * gdb.btrace/vdso.exp: New.
17066
e9089e05
MM
170672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17068
17069 * gdb.base/gcore.exp (capture_command_output): Move ...
17070 * lib/gdb.exp (capture_command_output): ... here.
17071
67b5c0c1
MM
170722014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17073
17074 * gdb.btrace/data.exp: Test memory access during btrace replay.
17075
a2199296
SM
170762014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17077
17078 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17079
17b2616c
PA
170802014-05-21 Pedro Alves <palves@redhat.com>
17081
17082 PR gdb/13860
17083 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17084 (top level): Test that output related to execution commands is
17085 sent to the console with CLI commands, but not with MI commands.
17086 Test that breakpoint events are always mirrored to the console.
17087 Also expect the new source line to be output after a "next" in
17088 async mode too. Make it a pass/fail test.
17089 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17090 output.
17091 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17092
5166082f
PA
170932014-05-21 Pedro Alves <palves@redhat.com>
17094
17095 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17096 Use them to test variations of "list" after reaching a breakpoint.
17097 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17098 Test "list" with listsize 10 after reaching a breakpoint.
17099 * gdb.python/python.exp (decode_line current location line
17100 number): Adjust expected line number.
17101
2f25d70f
SM
171022014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17103
17104 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17105 behavior for $args, pass it directly to "run".
17106
ff604a67
MR
171072014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17108
17109 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17110 30000 to 65536.
17111
6a3cb8e8
PA
171122014-05-21 Pedro Alves <palves@redhat.com>
17113
17114 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17115 auto-connect-native-target off".
17116 * gdb.base/auto-connect-native-target.c: New file.
17117 * gdb.base/auto-connect-native-target.exp: New file.
17118
4ebfc96e
PA
171192014-05-21 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.base/default.exp: Test "target native" instead of "target
17122 child".
17123
36d46afb
MW
171242014-05-21 Mark Wielaard <mjw@redhat.com>
17125
17126 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17127
5876f503
JK
171282014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17129
17130 Fix TLS access for -static -pthread.
17131 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17132 <HAVE_TLS> (thread_function, main): Initialize it.
17133 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17134 Add clean_restart.
17135 <$have_tls != "">: Check TLSVAR.
17136
0256a6ac
PA
171372014-05-21 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/dcache-line-read-error.c: New.
17140 * gdb.base/dcache-line-read-error.exp: New.
17141
936d2992
PA
171422014-05-20 Pedro Alves <palves@redhat.com>
17143
17144 * gdb.base/compare-sections.c: New file.
17145 * gdb.base/compare-sections.exp: New file.
17146
802e8e6d
PA
171472014-05-20 Pedro Alves <palves@redhat.com>
17148
17149 * gdb.base/break-idempotent.c: New file.
17150 * gdb.base/break-idempotent.exp: New file.
17151
e59fa00f
MM
171522014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17153
17154 * gdb.btrace/nohist.exp: New.
17155
8b696e31
YQ
171562014-05-20 Yao Qi <yao@codesourcery.com>
17157
17158 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17159 gdb.reverse directory and gdb_reverse_timeout exists in board
17160 setting.
17161 * README: Document gdb_reverse_timeout.
17162
73c9764f
YQ
171632014-05-20 Yao Qi <yao@codesourcery.com>
17164
17165 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17166 'test_file_name'. Treat args as a string instead of a list.
17167 (gdb_init): Rename argument 'args' by 'test_file_name'.
17168
f1f4348a
JK
171692014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17170
17171 * gdb.arch/powerpc-power.exp: New file.
17172 * gdb.arch/powerpc-power.s: New file.
17173
0dbe70ce
DE
171742014-05-16 Doug Evans <dje@google.com>
17175
17176 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17177 * gdb.base/completion.exp: Check that all expected files exist
17178 before doing file completion.
0dbe70ce 17179
8d551b02
DE
171802014-05-16 Doug Evans <dje@google.com>
17181
17182 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17183 Update.
17184 (do_syscall_tests_without_xml): Update.
17185
73eb7709
PA
171862014-05-16 Pedro Alves <palves@redhat.com>
17187
17188 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17189 instead of "unknown output after running".
17190
3fae92fc
YQ
171912014-05-16 Yao Qi <yao@codesourcery.com>
17192
17193 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17194 file1.txt from host at the end.
17195 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17196
c2b2ccc5
DE
171972014-05-15 Doug Evans <dje@google.com>
17198
17199 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17200 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17201 loading file. Add test for TU lookup.
17202
8c217a4b
SM
172032014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17204
17205 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17206 calling "-exec-arguments" or "set args" before running the
17207 inferior.
17208
3deb39c6
SM
172092014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17210
17211 * lib/mi-support.exp (mi_expect_stop): Expect message for
17212 inferiors that exit with non-zero exit code.
17213
71a79f8c
YQ
172142014-05-14 Yao Qi <yao@codesourcery.com>
17215
17216 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17217 match absolute path on remote host.
17218 (test_file_list_exec_source_files): Remove "/" from the
17219 pattern.
17220
f23fcd46
YQ
172212014-05-14 Yao Qi <yao@codesourcery.com>
17222
17223 * boards/local-remote-host-notty.exp (${board}_file): New
17224 proc.
17225
9404b58f
KM
172262014-05-07 Kyle McMartin <kyle@redhat.com>
17227
17228 Pushed by Joel Brobecker <brobecker@adacore.com>.
17229 * gdb.arch/aarch64-atomic-inst.c: New file.
17230 * gdb.arch/aarch64-atomic-inst.exp: New file.
17231
5e45f04c
YQ
172322014-05-07 Yao Qi <yao@codesourcery.com>
17233
17234 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17235 in current context" too.
17236
c888a17d
KS
172372014-05-05 Keith Seitz <keiths@redhat.com>
17238
17239 * gdb.linespec/ls-dollar.exp: Add test for linespec
17240 file:convenience_variable.
17241
290a839c
YQ
172422014-05-05 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17245 traceframes into tfile and ctf trace files. Read data from
17246 trace file and test collected data.
17247 (gdb_collect_locals_test): Likewise.
17248 (gdb_unavailable_registers_test): Likewise.
17249 (gdb_unavailable_floats): Likewise.
17250 (gdb_collect_globals_test): Likewise.
17251 (top-level): Append "ctf" to trace_file_targets if GDB
17252 supports.
17253
b5262cd0
YQ
172542014-05-05 Yao Qi <yao@codesourcery.com>
17255
17256 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17257 code to ...
17258 (gdb_collect_args_test_1): ... it. New proc.
17259 (gdb_collect_locals_test): Move some code to ...
17260 (gdb_collect_locals_test_1): ... it. New proc.
17261 (gdb_unavailable_registers_test): Move some code to ...
17262 (gdb_unavailable_registers_test_1): ... it. New proc.
17263 (gdb_unavailable_floats): Move some code to ...
17264 (gdb_unavailable_floats_1): ... it. New proc.
17265
30a1e6cc
SDJ
172662014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17267
17268 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17269 probes to test for bitness recognition.
17270 * gdb.arch/amd64-stap-optional-prefix.exp
17271 (test_probe_value_without_reg): New procedure.
17272 Add code to test for different kinds of bitness.
17273
f33da99a
SDJ
172742014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17275
17276 PR breakpoints/16889
17277 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17278 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17279
5b80f00d
PA
172802014-05-01 Pedro Alves <palves@redhat.com>
17281
17282 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17283 gdb_file_cmd if no file is specified.
17284 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17285 last_loaded_file to set the remote exec-file.
17286
f8c2a73c
PA
172872014-05-01 Pedro Alves <palves@redhat.com>
17288
17289 * boards/local-remote-host.exp: New file.
17290
be6e8ac7
PA
172912014-05-01 Pedro Alves <palves@redhat.com>
17292
17293 * boards/local-remote-host.exp: Rename to ...
17294 * boards/local-remote-host-notty.exp: ... this.
17295
cac0dc8f
JB
172962014-04-28 Joel Brobecker <brobecker@adacore.com>
17297
17298 * gdb.ada/dyn_arrayidx: New testcase.
17299
9730e6cc
YQ
173002014-04-26 Yao Qi <yao@codesourcery.com>
17301
17302 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17303 and compute the length of function main. Save it in
17304 $main_length.
17305 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17306 (top-level): Use gdb_compile to compile objects into
17307 executable and restart GDB. Remove invocation to
17308 prepare_for_testing.
17309
7ae1a6a6
PA
173102014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17311 Pedro Alves <palves@redhat.com>
17312
17313 PR server/16255
17314 * gdb.multi/multi-attach.c: New file.
17315 * gdb.multi/multi-attach.exp: New file.
17316
4082afcc
PA
173172014-04-25 Pedro Alves <palves@redhat.com>
17318
17319 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17320 user.
17321 (top level): Test that "set remote conditional-breakpoints-packet
17322 off" works as intended.
17323 * gdb.base/dprintf.exp: Test that "set remote
17324 breakpoint-commands-packet off" works as intended.
17325 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17326 New function.
17327 (top level): Call it.
17328 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17329 remote fast-tracepoints-packet off" works as intended.
17330 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17331 * lib/gdb.exp (gdb_is_target_remote): ... here.
17332
2abc3f8d
DB
173332014-04-24 David Blaikie <dblaikie@gmail.com>
17334
17335 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17336 ensure clang would not discard them.
17337 * gdb.base/gdbvars.c: Ditto.
17338 * gdb.base/memattr.c: Ditto.
17339 * gdb.base/whatis.c: Ditto.
17340 * gdb.python/py-prettyprint.c: Ditto.
17341 * gdb.trace/actions.c: Ditto.
17342 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17343 ensure clang would not discard it.
17344
bfd39632
DB
173452014-04-24 David Blaikie <dblaikie@gmail.com>
17346
17347 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17348 clang to emit the full definition of type required by the test
17349 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17350
22842ff6
DB
173512014-04-24 David Blaikie <dblaikie@gmail.com>
17352
17353 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17354 coax Clang into emitting the definition of the type.
17355 * gdb.cp/pr10728-x.h (y): Ditto.
17356 * gdb.cp/pr10728-y.cc (y): Ditto.
17357
c2e827ad
DB
173582014-04-24 David Blaikie <dblaikie@gmail.com>
17359
17360 * gdb.base/label.exp: XFAIL label related tests under Clang.
17361 * gdb.cp/cplabel.exp: Ditto.
17362 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17363 under Clang those using labels.
17364
4c2d33e7
YQ
173652014-04-25 Yao Qi <yao@codesourcery.com>
17366
17367 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17368 double_label.
17369 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17370 partial_label and double_label.
17371
56083b99
DB
173722014-04-24 David Blaikie <dblaikie@gmail.com>
17373
17374 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17375
25d4e99d
DB
173762014-04-24 David Blaikie <dblaikie@gmail.com>
17377
17378 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17379 of the function to work across GCC and Clang.
17380 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17381 pointer types (const void ** const V void **).
17382
01f9f808
MS
173832014-04-24 Michael Sturm <michael.sturm@mintel.com>
17384 Walfred Tedeschi <walfred.tedeschi@intel.com>
17385
17386 * Makefile.in (EXECUTABLES): Added i386-avx512.
17387 * gdb.arch/i386-avx512.c: New file.
17388 * gdb.arch/i386-avx512.exp: Likewise.
17389
4b48d439
KS
173902014-04-23 Keith Seitz <keiths@redhat.com>
17391
17392 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17393 (mi_make_breakpoint_table): New procedure.
17394 (mi_create_breakpoint): Use mi_make_breakpoint
17395 and return the result.
17396 (mi_make_breakpoint): New procedure.
17397 (mi_build_kv_pairs): New procedure.
17398
17399 * gdb.mi/mi-break.exp: Remove unused globals,
17400 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17401 All callers updated.
17402 * gdb.mi/mi-dprintf.exp: Use variable to track command
17403 number.
17404 Update all callers of mi_create_breakpoint and use
17405 mi_make_breakpoint_table.
17406 Remove any unused global variables.
17407 * gdb.mi/mi-nonstop.exp: Likewise.
17408 * gdb.mi/mi-nsintrall.exp: Likewise.
17409 * gdb.mi/mi-nsmoribund.exp: Likewise.
17410 * gdb.mi/mi-nsthrexec.exp: Likewise.
17411 * gdb.mi/mi-reverse.exp: Likewise.
17412 * gdb.mi/mi-simplerun.exp: Likewise.
17413 * gdb.mi/mi-stepn.exp: Likewise.
17414 * gdb.mi/mi-syn-frame.exp: Likewise.
17415 * gdb.mi/mi-until.exp: Likewise.
17416 * gdb.mi/mi-var-cp.exp: Likewise.
17417 * gdb.mi/mi-var-display.exp: Likewise.
17418 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17419 * gdb.mi/mi2-var-child.exp: Likewise.
17420 * gdb.mi/mi-vla-c99.exp: Likewise.
17421 * lib/mi-support.exp: Likewise.
17422
17423 From Ian Lance Taylor <iant@cygnus.com>:
17424 * lib/gdb.exp (parse_args): New procedure.
17425
08351840
PA
174262014-04-23 Pedro Alves <palves@redhat.com>
17427
17428 * gdb.base/break-unload-file.c: New file.
17429 * gdb.base/break-unload-file.exp: New file.
17430 * gdb.base/sym-file-lib.c (baz): New function.
17431 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17432 field.
17433 (load): Store the segment's mapped size.
17434 (unload): New function.
17435 (unload_shlib): New function.
17436 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17437 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17438 set a breakpoint at baz, and call it.
17439 * gdb.base/sym-file.exp: New tests for stale breakpoint
17440 instructions.
17441
076855f9
PA
174422014-04-23 Pedro Alves <palves@redhat.com>
17443
17444 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17445 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17446 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17447 * gdb.base/hbreak-unmapped.c: New file.
17448 * gdb.base/hbreak-unmapped.exp: New file.
17449 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17450 * lib/gdb.exp (gdb_is_target_remote): ... here.
17451
483805cf
PA
174522014-04-22 Pedro Alves <palves@redhat.com>
17453
17454 * gdb.base/consecutive-step-over.c: New file.
17455 * gdb.base/consecutive-step-over.exp: New file.
17456
06d97543
PA
174572014-04-22 Pedro Alves <palves@redhat.com>
17458
17459 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17460 instead of send_gdb/gdb_expect.
17461
b4429ea2
YQ
174622014-04-22 Yao Qi <yao@codesourcery.com>
17463
17464 * lib/trace-support.exp (generate_tracefile): New procedure.
17465 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17466 return 0.
17467 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17468 if generate_tracefile returns 1.
17469
51d48146
PA
174702014-04-18 Tom Tromey <palves@redhat.com>
17471 Pedro alves <tromey@redhat.com>
17472
17473 PR backtrace/15558
17474 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17475 with a backtrace limit.
17476 * gdb.python/py-frame-inline.exp: Test running to an inline
17477 function with a backtrace limit, and printing the newest frame.
17478 * gdb.python/py-frame-inline.c (main): Call f.
17479
bd1dce5f
MS
174802014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17481
17482 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17483
40d1a503
MS
174842014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17485
17486 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17487 Drop prefix from unsupported source file path.
17488
389b98f7
YQ
174892014-04-17 Yao Qi <yao@codesourcery.com>
17490
17491 * lib/gdb.exp (with_target_charset): New proc.
17492 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17493 with_target_charset.
17494 (test_print_strings): Likewise.
17495 (test_repeat_bytes): Likewise.
17496 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17497 for some tests.
17498
22869d73
KS
174992014-04-16 Keith Seitz <keiths@redhat.com>
17500
17501 PR gdb/15827
17502 * gdb.dwarf2/corrupt.c: New file.
17503 * gdb.dwarf2/corrupt.exp: New file.
17504
c4f87ca6
KS
175052014-04-16 Keith Seitz <keiths@redhat.com>
17506
17507 PR c++/16597
17508 * gdb.cp/namelessclass.cc: New file.
17509 * gdb.cp/namelessclass.exp: New file.
17510 * gdb.cp/namelessclass.S: New file.
17511
ab19de87
DE
175122014-04-16 Doug Evans <dje@google.com>
17513
17514 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17515 Add comment.
17516 (gdbserver_default_get_comm_port): New function.
17517 (gdbserver_start): Check if board file provided
17518 "gdbserver,get_comm_port" and use it if so.
17519 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17520 (gdb,socketport): Set to "stdio".
17521 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17522 (stdio_gdbserver_template): Delete.
17523 (${board}_get_remote_address): Update.
17524 (${board}_build_remote_cmd): Delete.
17525 (${board}_get_comm_port): New function.
17526 (${board}_spawn): Update.
17527 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17528 Delete.
17529 (${board}_get_remote_address): Update.
17530 (${board}_get_comm_port): New function.
17531
fc98a809
AB
175322014-04-16 Andrew Burgess <aburgess@broadcom.com>
17533
17534 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17535 appearing in any order.
17536
87fd9e6e
DE
175372014-04-15 Doug Evans <dje@google.com>
17538
17539 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17540 uninitialized value of "description".
17541
099fc3ea
KS
175422014-04-15 Keith Seitz <keiths@redhat.com>
17543
17544 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17545 Remove unused globals.
17546 (test_running_the_program): Likewise.
17547 (test_controlled_execution): Likewise.
17548 (test_controlling_breakpoints): Likewise.
17549 (test_program_termination): Likewise.
17550
5da151d4
KS
175512014-04-15 Keith Seitz <keiths@redhat.com>
17552
17553 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17554 unused globals.
17555 (test_rbreak_creation_and_listing): Likewise.
17556 (test_ignore_count): Likewise.
17557 (test_error): Likewise.
17558
35e5d2f0
PA
175592014-04-15 Pedro Alves <palves@redhat.com>
17560
17561 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17562 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17563 sym-file-loader.c.
17564 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17565 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17566 to sym-file-loader.c.
17567 (struct library): Forward declare.
17568 (load_shlib, lookup_function): Change prototypes.
17569 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17570 (translate_offset): Remove declarations.
17571 (get_text_addr): New declaration.
17572 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17573 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17574 sym-file-loader.h.
17575 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17576 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17577 here from sym-file-loader.h.
17578 (struct library): New structure.
17579 (load_shlib, lookup_function): Change prototypes and adjust to
17580 work with a struct library.
17581 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17582 (translate_offset): Make static.
17583 (get_text_addr): New function.
17584 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17585
eb4c1710
PA
175862014-04-15 Pedro Alves <palves@redhat.com>
17587
17588 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17589
2d1baf52
PA
175902014-04-15 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.base/sym-file-loader.c: Include <limits.h>.
17593 (SELF_LINK): New define.
17594 (get_origin): New function.
17595 (load_shlib): Use it.
17596 * gdb.base/sym-file.exp: Don't early return if the target is
17597 remote. Use runto_main, and issue fail is that fails. Use
17598 gdb_load_shlibs.
17599 (shlib_name): Delete.
17600 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17601
7dd6df01
PA
176022014-04-15 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.base/sym-file.exp: Remove regex characters from test
17605 message. Don't refer to breakpoint numbers in test messages.
17606
b50c8614
KS
176072014-04-14 Keith Seitz <keiths@redhat.com>
17608
17609 PR c++/16253
17610 * gdb.cp/var-tag.cc: New file.
17611 * gdb.cp/var-tag.exp: New file.
17612 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17613 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17614 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17615 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17616
3d567982
TT
176172014-04-14 Tom Tromey <tromey@redhat.com>
17618
17619 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17620 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17621 type.
17622 * gdb.cp/enum-class.exp: New file.
17623 * gdb.cp/enum-class.cc: New file.
17624
0626fc76
TT
176252014-04-14 Tom Tromey <tromey@redhat.com>
17626
17627 * gdb.dwarf2/enum-type.exp: New file.
17628
dca325b3
SA
176292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17630
17631 * gdb.mi/mi-vla-c99.exp: New file.
17632 * gdb.mi/vla.c: New file.
17633
5854b38a
SA
176342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17635
17636 * gdb.base/vla-datatypes.c: New file.
17637 * gdb.base/vla-datatypes.exp: New file.
17638
463bb957
SA
176392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17640
17641 * gdb.base/vla-ptr.c: New file.
17642 * gdb.base/vla-ptr.exp: New file.
17643
3dd170be
SA
176442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17645
17646 * gdb.dwarf2/count.exp: New file.
17647
5ecaaa66
SA
176482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17649
17650 * gdb.base/vla-sideeffect.c: New file.
17651 * gdb.base/vla-sideeffect.exp: New file.
17652
41f1ada5
DB
176532014-04-14 David Blaikie <dblaikie@gmail.com>
17654
17655 * gdb.mi/non-stop.c: Add return value for non-void function return
17656 statement.
17657 * gdb.threads/staticthreads.c: Ditto.
17658
0be03e84
DE
176592014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17660 Doug Evans <xdje42@gmail.com>
17661
17662 * gdb.guile/scm-value.c: Improve test case.
17663 * gdb.guile/scm-value.exp: Add new test.
17664
f180a1fb
DB
176652014-04-11 David Blaikie <dblaikie@gmail.com>
17666
17667 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17668 override Clang's default.
17669
6b662e19
JB
176702014-04-11 Joel Brobecker <brobecker@adacore.com>
17671
17672 Revert the following changes (regressions):
17673
17674 * gdb.base/vla-sideeffect.c: New file.
17675 * gdb.base/vla-sideeffect.exp: New file.
17676
17677 * gdb.dwarf2/count.exp: New file.
17678
17679 * gdb.base/vla-multi.c: New file.
17680 * gdb.base/vla-multi.exp: New file.
17681
17682 * gdb.base/vla-ptr.c: New file.
17683 * gdb.base/vla-ptr.exp: New file.
17684
17685 * gdb.base/vla-datatypes.c: New file.
17686 * gdb.base/vla-datatypes.exp: New file.
17687
17688 * gdb.mi/mi-vla-c99.exp: New file.
17689 * gdb.mi/vla.c: New file.
17690
245a5f0b
KS
176912014-04-11 Keith Seitz <keiths@redhat.com>
17692
17693 PR c++/16675
17694 * gdb.cp/cpsizeof.exp: New file.
17695 * gdb.cp/cpsizeof.cc: New file.
17696
58a84dcf
SA
176972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17698
191a8a90
JB
17699 * gdb.mi/mi-vla-c99.exp: New file.
17700 * gdb.mi/vla.c: New file.
58a84dcf 17701
c8655f75
SA
177022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17703
17704 * gdb.base/vla-datatypes.c: New file.
17705 * gdb.base/vla-datatypes.exp: New file.
17706
024e13b4
SA
177072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17708
17709 * gdb.base/vla-ptr.c: New file.
17710 * gdb.base/vla-ptr.exp: New file.
17711
1a237e0e
SA
177122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17713
17714 * gdb.base/vla-multi.c: New file.
17715 * gdb.base/vla-multi.exp: New file.
17716
504f3432
SA
177172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17718
17719 * gdb.dwarf2/count.exp: New file.
17720
3bce8237
SA
177212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17722
191a8a90
JB
17723 * gdb.base/vla-sideeffect.c: New file.
17724 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17725
322f9c21
YQ
177262014-04-11 Yao Qi <yao@codesourcery.com>
17727
17728 * gdb.base/completion.exp: Check file exists before running tests
17729 on file completion.
17730
d708bcd1
PA
177312014-04-10 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.base/cond-eval-mode.c: New file.
17734 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17735 prepare_for_testing to build the new file. Check result of
17736 runto_main.
17737 (test_break, test_watch): New procedures.
17738 (top level): Use them.
17739
ae1d2761
PM
177402014-04-08 Pierre Muller <muller@sourceware.org>
17741
17742 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17743 Ctrl-V use for mingw hosts.
17744
7af389b8
SC
177452014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17746
17747 * gdb.python/py-value.c: Improve test case.
17748 * gdb.python/py-value.exp: Add new test.
17749
5e703181
DE
177502014-04-07 David Blaikie <dblaikie@gmail.com>
17751
17752 * lib/compiler.c: Identify the clang compiler.
17753 * lib/compiler.cc: Ditto.
17754
9810b410
YQ
177552014-04-03 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17758
98d1b8dc
AB
177592014-04-01 Anton Blanchard <anton@samba.org>
17760
17761 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17762 messages unique.
17763
3114cea1
AB
177642014-04-01 Anton Blanchard <anton@samba.org>
17765
17766 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17767 prepare_for_testing.
17768
62f7182c
AB
177692014-04-01 Anton Blanchard <anton@samba.org>
17770
17771 * gdb.arch/ppc64-atomic-inst.c: Remove.
17772 * gdb.arch/ppc64-atomic-inst.S: New file.
17773 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17774
770e7fc7
DE
177752014-03-31 Doug Evans <dje@google.com>
17776
17777 * gdb.base/print-symbol-loading-lib.c: New file.
17778 * gdb.base/print-symbol-loading-main.c: New file.
17779 * gdb.base/print-symbol-loading.exp: New file.
17780
46e2bafa
YQ
177812014-03-31 Yao Qi <yao@codesourcery.com>
17782
17783 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17784
8776cfe9
JB
177852014-03-28 Joel Brobecker <brobecker@adacore.com>
17786
17787 * gdb.ada/mi_dyn_arr: New testcase.
17788
5d1ef361
DE
177892014-03-27 Doug Evans <dje@google.com>
17790
17791 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17792
b5bee914
YQ
177932014-03-27 Yao Qi <yao@codesourcery.com>
17794
17795 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17796 if target is nios2-*-*.
17797
0d4d0e77
YQ
177982014-03-26 Yao Qi <yao@codesourcery.com>
17799
17800 * lib/gdb.exp (readline_is_used): New proc.
17801 * gdb.base/completion.exp: Move tests on command complete up.
17802 Skip the rest of tests if readline is not used.
17803 * gdb.ada/complete.exp: Skp the test if readline is not
17804 used.
17805 * gdb.base/filesym.exp: Likewise.
17806 * gdb.base/macscp.exp: Likewise.
17807 * gdb.base/readline-ask.exp: Likewise.
17808 * gdb.base/readline.exp: Likewise.
17809 * gdb.python/py-cmd.exp: Likewise.
17810 * gdb.trace/tfile.exp: Likewise.
17811
29361eee
YQ
178122014-03-26 Yao Qi <yao@codesourcery.com>
17813
17814 * gdb.base/macscp.exp: Fix code format issues.
17815
bc9a5525
UW
178162014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17817
17818 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17819 * gdb.asm/powerpc64le.inc: New file.
17820
d3839ede
PA
178212014-03-25 Pedro Alves <palves@redhat.com>
17822 Doug Evans <dje@google.com>
17823
17824 * gdb.base/source-execution.c: New file.
17825 * gdb.base/source-execution.exp: New file.
17826 * gdb.base/source-execution.gdb: New file.
17827
01672a57
DE
178282014-03-24 Doug Evans <dje@google.com>
17829
17830 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17831 using fission.
17832
88bbeca9
HZ
178332014-03-24 Hui Zhu <hui@codesourcery.com>
17834 Pedro Alves <palves@redhat.com>
17835
17836 PR breakpoints/16101
17837 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17838 test pass/fail messages. Detect missing support for dprintf when
17839 breakpoints are actually inserted.
17840 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17841 breakpoints are actually inserted.
17842 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17843 fails.
17844
d2348791
JK
178452014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17846
17847 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17848
feef67ab
DE
178492014-03-22 Doug Evans <xdje42@gmail.com>
17850
17851 * gdb.python/python.exp (python not supported): Verify multi-line
17852 python command issues an error.
25d743f9 17853 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17854 guile command issues an error.
feef67ab 17855
ecebef6a
MR
178562014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17857
17858 * gdb.threads/thread-specific.exp: Handle the lack of usable
17859 $this_breakpoint and $this_thread.
17860
ccdd1909
HZ
178612014-03-21 Hui Zhu <hui@codesourcery.com>
17862
17863 * gdb.base/attach.exp (do_command_attach_tests): New.
17864
beb460e8
PA
178652014-03-20 Tom Tromey <tromey@redhat.com>
17866 Pedro Alves <palves@redhat.com>
17867
17868 PR cli/15718
17869 * gdb.base/condbreak-call-false.c: New file.
17870 * gdb.base/condbreak-call-false.exp: New file.
17871
40acf43a
PA
178722014-03-20 Pedro Alves <palves@redhat.com>
17873
17874 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17875 Delete.
17876 (block_signals, unblock_signals): Delete.
17877 (child_function_2, main): Remove references to deleted variable
17878 and functions.
17879
9f5e1e02
PA
178802014-03-20 Pedro Alves <palves@redhat.com>
17881
17882 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17883 Use pthread_kill to signal thread 2.
17884 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17885 Adjust to make the test send itself a signal rather than using the
17886 host's "kill" command.
17887
99619bea
PA
178882014-03-20 Pedro Alves <palves@redhat.com>
17889
17890 * gdb.threads/multiple-step-overs.c: New file.
17891 * gdb.threads/multiple-step-overs.exp: New file.
17892 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17893 Adjust expected infrun debug output.
17894
2adfaa28
PA
178952014-03-20 Pedro Alves <palves@redhat.com>
17896
17897 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17898 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17899
31e77af2
PA
179002014-03-20 Pedro Alves <palves@redhat.com>
17901
17902 PR breakpoints/7143
17903 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17904 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17905 of gdb_test_multiple.
17906 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17907 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17908
b9f437de
PA
179092014-03-20 Pedro Alves <palves@redhat.com>
17910
17911 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17912 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17913
05adc73e
PA
179142014-03-19 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.base/async.exp: Remove early return.
17917
6048b950
PA
179182014-03-19 Pedro Alves <palves@redhat.com>
17919
17920 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17921
8bcfb00a
PA
179222014-03-19 Pedro Alves <palves@redhat.com>
17923
17924 * gdb.base/async.exp (test_background): Expect \r\n after
17925 "completed." in the fail pattern.
17926
884e37dc
PA
179272014-03-19 Pedro Alves <palves@redhat.com>
17928
17929 * gdb.base/async.exp (test_background): New procedure.
17930 Use it for all background execution command tests.
17931
148e57e2
PA
179322014-03-19 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/async.exp: Use prepare_for_testing.
17935
f48088c7
PA
179362014-03-19 Pedro Alves <palves@redhat.com>
17937
17938 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17939 the same line.
17940
e2f6c966
PA
179412014-03-19 Pedro Alves <palves@redhat.com>
17942
17943 * gdb.base/async.c (main): Add "jump here" and "until here" line
17944 marker comments.
17945 * gdb.base/async.exp (jump_here): New global.
17946 (jump& test): Use it.
17947 (until_here): New global.
17948 (until& test): Use it.
17949
c30568d4
PA
179502014-03-19 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.base/async.exp: Don't frob gdb_protocol.
17953
0172b6a7
DE
179542014-03-18 Doug Evans <xdje42@gmail.com>
17955
17956 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17957 Fix spelling of exec-done-display.
17958
06c868a8
JK
179592014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17960
17961 PR gdb/15358
17962 * gdb.base/gdb-sigterm.c: New file.
17963 * gdb.base/gdb-sigterm.exp: New file.
17964
0c7e1a46
PA
179652014-03-18 Pedro Alves <palves@redhat.com>
17966
17967 PR gdb/13860
17968 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17969 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17970 solib-event.
17971
f7c77d93
JB
179722014-03-17 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.ada/pckd_arr_ren: New testcase.
17975
5a1e8c7a
DE
179762014-03-13 Doug Evans <xdje42@gmail.com>
17977
17978 PR guile/16612
17979 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17980 collect after discarding symbols.
17981
350e1a76
DE
179822014-03-13 Ludovic Courtès <ludo@gnu.org>
17983 Doug Evans <xdje42@gmail.com>
17984
17985 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17986 to history survives a gc.
17987
a69900ae
PA
179882014-03-13 Pedro Alves <palves@redhat.com>
17989
17990 * gdb.base/default.exp: Don't test "target procfs".
17991
5db9f0bd
PA
179922014-03-13 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.base/default.exp: Update "target child" and "target procfs"
17995 tests to not expect "Unix".
17996
b3ccfe11
TT
179972014-03-12 Tom Tromey <tromey@redhat.com>
17998
17999 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
18000 New procs. Add target-async tests.
18001 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
18002 Add target-async tests.
18003
646f4417
AA
180042014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18005
18006 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
18007 'func_start' and 'func_end' for the beginning and end of the
18008 function code, respectively.
18009 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
18010 'func_end' instead of 'func' and 'main'.
18011
288c211f
AA
180122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18013
18014 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
18015 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
18016 generate the debug info assembler source.
18017
e0c0f156
AA
180182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18019
18020 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
18021 * gdb.dwarf2/arr-subrange.exp: Likewise.
18022 * gdb.dwarf2/dwz.exp: Likewise.
18023 * gdb.dwarf2/method-ptr.exp: Likewise.
18024 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18025 * gdb.dwarf2/subrange.exp: Likewise.
18026 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18027 * gdb.dwarf2/implptrpiece.exp: Likewise.
18028 * gdb.dwarf2/nostaticblock.exp: Likewise.
18029
0e5c4555
AA
180302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18031
18032 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18033 directory to absolute path name arguments.
18034
5ec18f2b
JG
180352014-03-10 Joel Brobecker <brobecker@adacore.com>
18036
18037 * gdb.ada/tagged_access: New testcase.
18038
847fc4f2
MM
180392014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18040
18041 * gdb.btrace/data.exp: Update expected output.
18042
cc3da688
YQ
180432014-03-06 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.trace/pr16508.exp: New file.
18046
0f26cec1
PA
180472014-03-05 Pedro Alves <palves@redhat.com>
18048
18049 PR gdb/16575
18050 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18051 procedure.
18052 (top level): Adjust to use it. Add tests that exercise breakpoint
18053 interaction with the code-cache.
18054
7a5a839f
LC
180552014-02-26 Ludovic Courtès <ludo@gnu.org>
18056
18057 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18058 test for 'history-append!'.
18059
31aa7e4e
JB
180602014-02-26 Joel Brobecker <brobecker@adacore.com>
18061
18062 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18063 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18064 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18065 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18066 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18067 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18068
1b588015
JB
180692014-02-26 Joel Brobecker <brobecker@adacore.com>
18070
18071 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18072 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18073 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18074
55426c9d
JB
180752014-02-26 Joel Brobecker <brobecker@adacore.com>
18076
18077 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18078
dc53a7ad
JB
180792014-02-26 Joel Brobecker <brobecker@adacore.com>
18080
18081 * gdb.dwarf2/arr-stride.c: New file.
18082 * gdb.dwarf2/arr-stride.exp: New file.
18083
12ab52e9
PA
180842014-02-26 Pedro Alves <palves@redhat.com>
18085
18086 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18087 that won't ever trigger. Make sure that GDB reports the correct
18088 breakpoint that caused the stop.
18089
849c862e
JK
180902014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18091
18092 PR gdb/16626
18093 * gdb.base/auto-load-script: New file.
18094 * gdb.base/auto-load.c: New file.
18095 * gdb.base/auto-load.exp: New file.
18096
71b7d793
JK
18097 PR gdb/16626
18098 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18099
e2f0d509
JK
181002014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18101
18102 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18103 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18104
50cc37c8
DE
181052014-02-24 Doug Evans <dje@google.com>
18106
18107 * lib/gdb.exp (run_on_host): Log error output if program fails.
18108
ea4758f2
PA
181092014-02-21 Pedro Alves <palves@redhat.com>
18110
18111 * gdb.threads/step-after-sr-lock.c: Rename to ...
18112 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18113 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18114 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18115 ... this.
18116
d7b30f67
SDJ
181172014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18118
18119 PR tdep/16397
18120 * gdb.arch/amd64-stap-special-operands.exp: New file.
18121 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18122 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18123 * gdb.arch/amd64-stap-triplet.S: Likewise.
18124 * gdb.arch/amd64-stap-triplet.c: Likewise.
18125
83deb43f
JB
181262014-02-20 Joel Brobecker <brobecker@adacore.com>
18127
18128 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18129 in .section pseudo-op.
18130
adde2bff
DE
181312014-02-20 lin zuojian <manjian2006@gmail.com>
18132 Joel Brobecker <brobecker@adacore.com>
18133 Doug Evans <xdje42@gmail.com>
18134
18135 PR symtab/16581
18136 * gdb.dwarf2/dw2-icycle.S: New file.
18137 * gdb.dwarf2/dw2-icycle.c: New file.
18138 * gdb.dwarf2/dw2-icycle.exp: New file.
18139
f7bd0f78
SC
181402014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18141
18142 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18143 operations on gdb.Value objects.
18144 * gdb.python/py-value-cc.exp: Add new test to test operations on
18145 gdb.Value objects.
18146
c17ef0d5
DE
181472014-02-18 Doug Evans <dje@google.com>
18148
18149 * Makefile.in (TESTS): New variable.
18150 (expanded_tests, expanded_tests_or_none): New variables
18151 (check-single): Pass $(expanded_tests_or_none) to runtest.
18152 (check-parallel): Only run tests in $(TESTS) if non-empty.
18153 (check/no-matching-tests-found): New rule.
18154 * README: Document TESTS makefile variable.
18155
5dd3176f
DE
181562014-02-18 Doug Evans <dje@google.com>
18157
18158 * Makefile.in (check-parallel): rm -rf outputs temp.
18159
0b10be4f
JK
181602014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18161
18162 Fix "ERROR: no fileid for" in the testsuite.
18163 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18164
85f224e7
DE
181652014-02-12 Doug Evans <dje@google.com>
18166
18167 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18168 (MISCELLANEOUS): New variable.
18169 (clean): rm -rf $(MISCELLANEOUS).
18170 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18171 dwp live in the same directory as symlinks, with each symlink pointed
18172 to a differently named file in a different directory.
18173
149b30ff
DE
181742014-02-11 Doug Evans <dje@google.com>
18175
18176 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18177 of Tcl file commands.
18178
1dfdac32
MK
181792014-02-10 Mark Kettenis <kettenis@gnu.org>
18180
18181 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18182 "kill -SIGUSR1 -1".
18183
aa4fb036
JB
181842014-02-10 Joel Brobecker <brobecker@adacore.com>
18185
18186 * gdb.ada/tick_length_array_enum_idx: New testcase.
18187
ed3ef339
DE
181882014-02-10 Doug Evans <xdje42@gmail.com>
18189
18190 * configure.ac (AC_OUTPUT): Add gdb.guile.
18191 * configure: Regenerate.
18192 * lib/gdb-guile.exp: New file.
18193 * lib/gdb.exp (get_target_charset): New function.
18194 * gdb.base/help.exp: Update expected output from "apropos apropos".
18195 * gdb.guile/Makefile.in: New file.
18196 * gdb.guile/guile.exp: New file.
18197 * gdb.guile/scm-arch.c: New file.
18198 * gdb.guile/scm-arch.exp: New file.
18199 * gdb.guile/scm-block.c: New file.
18200 * gdb.guile/scm-block.exp: New file.
18201 * gdb.guile/scm-breakpoint.c: New file.
18202 * gdb.guile/scm-breakpoint.exp: New file.
18203 * gdb.guile/scm-disasm.c: New file.
18204 * gdb.guile/scm-disasm.exp: New file.
18205 * gdb.guile/scm-equal.c: New file.
18206 * gdb.guile/scm-equal.exp: New file.
18207 * gdb.guile/scm-error.exp: New file.
18208 * gdb.guile/scm-error.scm: New file.
18209 * gdb.guile/scm-frame-args.c: New file.
18210 * gdb.guile/scm-frame-args.exp: New file.
18211 * gdb.guile/scm-frame-args.scm: New file.
18212 * gdb.guile/scm-frame-inline.c: New file.
18213 * gdb.guile/scm-frame-inline.exp: New file.
18214 * gdb.guile/scm-frame.c: New file.
18215 * gdb.guile/scm-frame.exp: New file.
18216 * gdb.guile/scm-generics.exp: New file.
18217 * gdb.guile/scm-gsmob.exp: New file.
18218 * gdb.guile/scm-iterator.c: New file.
18219 * gdb.guile/scm-iterator.exp: New file.
18220 * gdb.guile/scm-math.c: New file.
18221 * gdb.guile/scm-math.exp: New file.
18222 * gdb.guile/scm-objfile-script-gdb.in: New file.
18223 * gdb.guile/scm-objfile-script.c: New file.
18224 * gdb.guile/scm-objfile-script.exp: New file.
18225 * gdb.guile/scm-objfile.c: New file.
18226 * gdb.guile/scm-objfile.exp: New file.
18227 * gdb.guile/scm-ports.exp: New file.
18228 * gdb.guile/scm-pretty-print.c: New file.
18229 * gdb.guile/scm-pretty-print.exp: New file.
18230 * gdb.guile/scm-pretty-print.scm: New file.
18231 * gdb.guile/scm-section-script.c: New file.
18232 * gdb.guile/scm-section-script.exp: New file.
18233 * gdb.guile/scm-section-script.scm: New file.
18234 * gdb.guile/scm-symbol.c: New file.
18235 * gdb.guile/scm-symbol.exp: New file.
18236 * gdb.guile/scm-symtab-2.c: New file.
18237 * gdb.guile/scm-symtab.c: New file.
18238 * gdb.guile/scm-symtab.exp: New file.
18239 * gdb.guile/scm-type.c: New file.
18240 * gdb.guile/scm-type.exp: New file.
18241 * gdb.guile/scm-value-cc.cc: New file.
18242 * gdb.guile/scm-value-cc.exp: New file.
18243 * gdb.guile/scm-value.c: New file.
18244 * gdb.guile/scm-value.exp: New file.
18245 * gdb.guile/source2.scm: New file.
18246 * gdb.guile/types-module.cc: New file.
18247 * gdb.guile/types-module.exp: New file.
18248
7026a7c1
YQ
182492014-02-10 Yao Qi <yao@codesourcery.com>
18250
18251 PR testsuite/16543
18252 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18253 * configure: Regenerated.
18254 * Makefile.in: New file.
18255
6c466447
AS
182562014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18257
18258 * gdb.python/py-framefilter.exp: Fix typo.
18259
6e854735
YQ
182602014-02-08 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18263 that no =breakpoint-modified is emitted when breakpoints are
18264 modified through MI commands.
18265
d137e6dc
PA
182662014-02-07 Pedro Alves <pedro@codesourcery.com>
18267 Pedro Alves <palves@redhat.com>
18268
18269 * gdb.threads/step-after-sr-lock.c: New file.
18270 * gdb.threads/step-after-sr-lock.exp: New file.
18271
b5ee5a50
PA
182722014-02-07 Pedro Alves <palves@redhat.com>
18273
18274 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18275
3c77faf3
JK
182762014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18277
18278 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18279 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18280
6dddc817
DE
182812014-02-06 Doug Evans <xdje42@gmail.com>
18282
18283 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18284 output.
18285
18286 * gdb.gdb/python-interrupts.exp: New file.
18287
de7b2893
YQ
182882014-02-05 Yao Qi <yao@codesourcery.com>
18289
18290 * gdb.trace/report.exp (use_collected_data): Test the output
18291 of "info threads" and "info inferiors".
18292
66d032ac
YQ
182932014-02-05 Yao Qi <yao@codesourcery.com>
18294
18295 Revert this patch:
18296
18297 2013-05-24 Yao Qi <yao@codesourcery.com>
18298
18299 * gdb.trace/tfile.exp: Test inferior and thread.
18300
591a12a1
UW
183012014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18302
18303 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18304 on a function.
18305 * gdb.base/step-bt.c: Call hello via function pointer to make
18306 sure its first instruction is executed on powerpc64le-linux.
18307
0ff3e01f
UW
183082014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18309
18310 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18311
084ee545
UW
183122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18313
18314 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18315 of the test patterns for use on little-endian systems.
18316
6ed14ff3
UW
183172014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18318
18319 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18320 (decimal_vector): Fix for little-endian.
18321
401e27fd
JM
183222014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18323
18324 * gdb.arch/sparc-sysstep.exp: New file.
18325 * gdb.arch/sparc-sysstep.c: Likewise.
18326
18327 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18328
8b924729
EBM
183292014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18330
18331 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18332
fb151210
JB
183332014-01-23 Tom Tromey <tromey@redhat.com>
18334
18335 * gdb.ada/array_char_idx: New testcase.
18336
0740f8d8
TT
183372014-01-23 Tom Tromey <tromey@redhat.com>
18338
18339 PR python/16487:
18340 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18341 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18342 classes.
18343
21909fa1
TT
183442014-01-23 Tom Tromey <tromey@redhat.com>
18345
18346 PR python/16491:
18347 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18348 string from an inferior frame.
18349 * gdb.python/py-framefilter-mi.exp: Update.
18350
87ce2a04
DE
183512014-01-22 Doug Evans <dje@google.com>
18352
18353 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18354
237b092b
AA
183552014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18356
18357 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18358
d674a709
AA
183592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18360
18361 * gdb.trace/entry-values.exp: Remove excess space character from
18362 regex patterns. Handle s390 call instruction.
18363
20fa3390
AA
183642014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18365
18366 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18367 define "*_start" label. Make "name" static.
18368 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18369 ${name} by references to ${name}_start.
18370
78466714
AA
183712014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18372
18373 * gdb.base/info-macros.exp: Remove "debug" from the compile
18374 options.
18375
ec9f644a
IB
183762014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18377
18378 * gdb.dlang/demangle.exp: New file.
18379
94b1b47e
IB
183802014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18381
18382 * gdb.dlang/primitive-types.exp: New file.
18383
7f420862
IB
183842014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18385
18386 * configure.ac: Create gdb.dlang/Makefile.
18387 * configure: Regenerate.
18388 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18389 * gdb.dlang/Makefile.in: New file.
18390 * lib/d-support.exp: New file.
18391 * lib/gdb.exp (skip_d_tests): New proc.
18392
52834460
MM
183932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18394
18395 * gdb.btrace/delta.exp: Check reverse stepi.
18396 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18397 * gdb.btrace/finish.exp: New.
18398 * gdb.btrace/next.exp: New.
18399 * gdb.btrace/nexti.exp: New.
18400 * gdb.btrace/record_goto.c: Add comments.
18401 * gdb.btrace/step.exp: New.
18402 * gdb.btrace/stepi.exp: New.
18403 * gdb.btrace/multi-thread-step.c: New.
18404 * gdb.btrace/multi-thread-step.exp: New.
18405 * gdb.btrace/rn-dl-bind.c: New.
18406 * gdb.btrace/rn-dl-bind.exp: New.
18407 * gdb.btrace/data.c: New.
18408 * gdb.btrace/data.exp: New.
18409 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18410
6e07b1d2
MM
184112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18412
18413 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18414 * gdb.btrace/exception.exp: Update.
18415 * gdb.btrace/instruction_history.exp: Update.
18416 * gdb.btrace/record_goto.exp: Update.
18417 * gdb.btrace/tailcall.exp: Update.
18418 * gdb.btrace/unknown_functions.exp: Update.
18419 * gdb.btrace/delta.exp: New.
18420
0b722aec
MM
184212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18422
18423 * gdb.btrace/record_goto.exp: Add backtrace test.
18424 * gdb.btrace/tailcall.exp: Add backtrace test.
18425
066ce621
MM
184262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18427
18428 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18429 * gdb.btrace/record_goto.c: New.
18430 * gdb.btrace/record_goto.exp: New.
18431 * gdb.btrace/x86-record_goto.S: New.
18432
0688d04e
MM
184332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18434
18435 * gdb.btrace/function_call_history.exp: Update tests.
18436 * gdb.btrace/instruction_history.exp: Update tests.
18437
8710b709
MM
184382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18439
18440 * gdb.btrace/function_call_history.exp: Fix expected field
18441 order for "record function-call-history".
18442 Add new tests for "record function-call-history /c".
18443 * gdb.btrace/exception.cc: New.
18444 * gdb.btrace/exception.exp: New.
18445 * gdb.btrace/tailcall.exp: New.
18446 * gdb.btrace/x86-tailcall.S: New.
18447 * gdb.btrace/x86-tailcall.c: New.
18448 * gdb.btrace/unknown_functions.c: New.
18449 * gdb.btrace/unknown_functions.exp: New.
18450 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18451
5de9129b
MM
184522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18453
18454 * gdb.btrace/instruction_history.exp: Update.
18455 * gdb.btrace/function_call_history.exp: Update.
18456
23a7fe75
MM
184572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18458
18459 * gdb.btrace/function_call_history.exp: Fix expected function
18460 trace.
18461 * gdb.btrace/instruction_history.exp: Initialize traced.
18462 Remove traced_functions.
18463
724c7dd8
MM
184642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18465
18466 * gdb.btrace/function_call_history.exp: Update
18467 * gdb.btrace/instruction_history.exp: Update.
18468
6d78d93b
MM
184692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18470
18471 * gdb.btrace/enable.exp: Update expected text.
18472
93a360cc
OJ
184732014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18474
18475 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18476 bytes.
18477
3772b53f
MR
184782014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18479
18480 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18481
596662fa
OJ
184822014-01-15 Omair Javaid <omair.javaid@linaro.org>
18483
18484 * lib/gdb.exp (supports_process_record): Return true for
18485 arm*-linux*. (supports_reverse): Likewise.
18486
b5b08fb4
SC
184872014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18488
18489 PR python/15464
18490 PR python/16113
18491 * gdb.python/py-type.c: Enhance test case.
18492 * gdb.python/py-value-cc.cc: Likewise
18493 * gdb.python/py-type.exp: Add new tests.
18494 * gdb.python/py-value-cc.exp: Likewise
18495
52d7fb13
AA
184962014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18497 Pedro Alves <palves@redhat.com>
18498
18499 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18500 Make "name" extern.
18501 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18502 references to ${name}_start by references to ${name}.
18503
a2cd8cfe
JB
185042014-01-10 Joel Brobecker <brobecker@adacore.com>
18505
18506 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18507
4e23fced
JB
185082014-01-10 Joel Brobecker <brobecker@adacore.com>
18509
18510 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18511
c6a9e42c
PA
185122014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18513 Pedro Alves <palves@redhat.com>
18514
18515 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18516 mi_gdb_target_load.
c6a9e42c 18517
b7ea362b
PA
185182014-01-08 Pedro Alves <palves@redhat.com>
18519
18520 * gdb.threads/reconnect-signal.c: New file.
18521 * gdb.threads/reconnect-signal.exp: New file.
18522
5e3f4fab
EBM
185232014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18524
18525 * gdb.base/source-dir.exp: New file.
18526
79301218
JB
185272014-01-07 Joel Brobecker <brobecker@adacore.com>
18528
18529 * gdb.ada/mi_interface: New testcase.
18530
8e355c5d
JB
185312014-01-07 Joel Brobecker <brobecker@adacore.com>
18532
18533 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18534 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18535 gdb.ada/pp-rec-component/pck.ads: New files.
18536
c0d48811
JB
185372014-01-07 Joel Brobecker <brobecker@adacore.com>
18538
18539 * gdb.python/py-pp-integral.c: New file.
18540 * gdb.python/py-pp-integral.py: New file.
18541 * gdb.python/py-pp-integral.exp: New file.
18542
17b609c3 18543For older changes see ChangeLog-1993-2013.
c906108c 18544\f
8d8cb839
EZ
18545;; Local Variables:
18546;; mode: change-log
18547;; left-margin: 8
18548;; fill-column: 74
18549;; version-control: never
18550;; End:
902f2ccb 18551
b811d2c2 18552 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18553 Copying and distribution of this file, with or without modification,
18554 are permitted provided the copyright notice and this notice are preserved.
This page took 4.221633 seconds and 4 git commands to generate.