Change return type of tui_layout_base::adjust_size
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
c22fef7e
TT
12020-02-22 Tom Tromey <tom@tromey.com>
2
3 * gdb.tui/new-layout.exp: Add sub-layout tests.
4
ee325b61
TT
52020-02-22 Tom Tromey <tom@tromey.com>
6
7 * gdb.tui/new-layout.exp: New file.
8
3f0cbb04
TT
92020-02-22 Tom Tromey <tom@tromey.com>
10
11 * gdb.rust/rust-style.rs: New file.
12 * gdb.rust/rust-style.exp: New file.
13 * gdb.base/style.exp: Test structure printing.
14 * gdb.base/style.c (struct some_struct): New type.
15 (enum etype): New type.
16 (struct_value): New global.
17
75525152
TV
182020-02-21 Tom de Vries <tdevries@suse.de>
19
20 PR go/18926
21 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
22 Remove blanket xfails. Use message argument for gdb_breakpoint.
23 Make continuing to breakpoint test conditional on setting breakpoint.
24 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
25 DW_AT_name attribute. Add xfail for GCC PR93866.
26
bd360d30
AB
272020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.dwarf2/cpp-linkage-name.c: New file.
30 * gdb.dwarf2/cpp-linkage-name.exp: New file.
31
c7adb09f 322020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
33
34 * lib/gdb.exp (gdb_wrapper_init): Reset
35 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
36 not exist.
37
a9c79803
TV
382020-02-20 Tom de Vries <tdevries@suse.de>
39
40 PR go/17018
41 * gdb.go/hello.exp: Copy ...
42 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
43 print of st to print value of global definition. Add xfail for GCC
44 PR93844.
45 * gdb.go/hello.exp: Remove printing of st before definition.
46 * gdb.go/hello.go: Copy ...
47 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
48 to st.
49 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
50
d7445728
TV
512020-02-20 Tom de Vries <tdevries@suse.de>
52
53 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
54 (gdb_simple_compile): Handle compile_flags go by using .go extension
55 for source file.
56 * gdb.go/chan.exp: Use support_go_compile.
57 * gdb.go/handcall.exp: Same.
58 * gdb.go/hello.exp: Same.
59 * gdb.go/integers.exp: Same.
60 * gdb.go/max-depth.exp: Same.
61 * gdb.go/methods.exp: Same.
62 * gdb.go/package.exp: Same.
63 * gdb.go/strings.exp: Same.
64 * gdb.go/types.exp: Same.
65 * gdb.go/unsafe.exp: Same.
66
c9c41e6d
TV
672020-02-19 Tom de Vries <tdevries@suse.de>
68
69 * gdb.python/lib-types.exp: Make xfail more strict.
70
f20ff837
TV
712020-02-19 Tom de Vries <tdevries@suse.de>
72
73 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
74
08410482
DE
752020-02-19 Doug Evans <dje@google.com>
76
77 PR rust/25535
78 * gdb.rust/simple.exp: Add test.
79 * gdb.rust/simple.rs: Add test.
80
623563f7
TV
812020-02-19 Tom de Vries <tdevries@suse.de>
82
83 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
84 output line-by-line.
85
d3308cfd
TV
862020-02-19 Tom de Vries <tdevries@suse.de>
87
88 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
89
86cbc5dc
TV
902020-02-19 Tom de Vries <tdevries@suse.de>
91
92 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
93 prelink.
94
9db2b96b
TV
952020-02-19 Tom de Vries <tdevries@suse.de>
96
97 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
98 (gdb_do_cache): Use gdb_do_cache_wrap.
99 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
100
89e2fdc5
TV
1012020-02-19 Tom de Vries <tdevries@suse.de>
102
103 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
104 gdb_compile option.
105
373d7ac0
SM
1062020-02-18 Simon Marchi <simon.marchi@efficios.com>
107
108 * gdb.base/printcmds.exp (test_print_enums): Update expected
109 output.
110
b29a2df0
SM
1112020-02-18 Simon Marchi <simon.marchi@efficios.com>
112
113 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
114 for "unknown".
115
6740f0cc
SM
1162020-02-18 Simon Marchi <simon.marchi@efficios.com>
117
118 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
119 enumerator.
120
edd45eb0
SM
1212020-02-18 Simon Marchi <simon.marchi@efficios.com>
122
123 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
124 FE_, add FE_NONE.
125 (three): Update.
126 (enum flag_enum_without_zero): New enum.
127 (flag_enum_without_zero): New variable.
128 (enum not_flag_enum): New enum.
129 (three_not_flag): New variable.
130 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
131 (test_print_enums): Add more tests for printing flag enums.
132
d4295de4
TV
1332020-02-18 Tom de Vries <tdevries@suse.de>
134
135 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
136 (gdb_compile_ada): ... here.
137 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
138 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
139
f251f505
TT
1402020-02-14 Tom Tromey <tom@tromey.com>
141
142 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
143 build directory.
144 * boards/gdbserver-base.exp: Update path to gdbserver.
145
8f432634
TV
1462020-02-13 Tom de Vries <tdevries@suse.de>
147
148 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
149
92b6eaf7
TV
1502020-02-13 Tom de Vries <tdevries@suse.de>
151
152 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
153 are missing.
154
f3b0f7fe
TV
1552020-02-13 Tom de Vries <tdevries@suse.de>
156
157 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
158 call.
159
f6be8713
SDJ
1602020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
161
162 PR tui/25126
163 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
164 * gdb.base/cached-source-file.c: New file.
165 * gdb.base/cached-source-file.exp: New file.
166
b2770d5e
TV
1672020-02-11 Tom de Vries <tdevries@suse.de>
168
169 PR testsuite/25488
170 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
171
44f6938e
TV
1722020-02-10 Tom de Vries <tdevries@suse.de>
173
174 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
175
5f0e2eb7
MR
1762020-02-10 Maciej W. Rozycki <macro@wdc.com>
177
178 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
179 and $after_addr are both integers before making a comparison.
180
46ce2b6f
TV
1812020-02-09 Tom de Vries <tdevries@suse.de>
182
183 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
184 command output and paste it into gdb.log. If any, paste catch message
185 to gdb.log.
186
5abbbe1d
TT
1872020-02-07 Tom Tromey <tromey@adacore.com>
188
189 PR breakpoints/24915:
190 * gdb.base/annotate-symlink.exp: Use setup_xfail.
191
1d5d29e7
SV
1922020-02-06 Shahab Vahedi <shahab@synopsys.com>
193
194 * gdb.tui/tui-missing-src.exp: Add the "missing source
195 file" test for the TUI.
196
b0999b9b
AB
1972020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
200 including a port number in the output.
201
c3b149eb
AKS
2022020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
203
204 * lib/fortran.exp (fortran_int4): Handle clang.
205 (fortran_int8): Likewise.
206 (fortran_real4): Likewise.
207 (fortran_real8): Likewise.
208 (fortran_complex4): Likewise.
209 (fortran_logical4): Likewise.
210 (fortran_character1): Likewise.
211
f8dcc90b
TV
2122020-02-04 Tom de Vries <tdevries@suse.de>
213
214 * README (Race detection): Add note.
215
f90ac7c2
TV
2162020-02-04 Tom de Vries <tdevries@suse.de>
217
218 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
219
780636ae
TV
2202020-02-04 Tom de Vries <tdevries@suse.de>
221
222 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
223
5d2e1193
RA
2242020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
225
226 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
227 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
228 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
229 blttar, bnetarl.
230 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
231 binary for blttar, bnetarl.
232 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
233 wait instruction. Delete ldmx test.
234 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
235
e409c542
AKS
2362020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
237
238 * gdb.fortran/array-bounds-high.exp: New file.
239 * gdb.fortran/array-bounds-high.f90: New file.
240
b0029748
LD
2412020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
242
243 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
244 Replace #include of <sys/fcntl.h> by <fcntl.h>.
245
195a8287
TV
2462020-02-01 Tom de Vries <tdevries@suse.de>
247
248 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
249
42330a68
AB
2502020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
251
252 PR tui/9765
253 * gdb.tui/tui-layout-asm-short-prog.S: New file.
254 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
255
b62a8028
LM
2562020-01-29 Luis Machado <luis.machado@linaro.org>
257
258 * gdb.arch/aarch64-brk-patterns.c: New source file.
259 * gdb.arch/aarch64-brk-patterns.exp: New test.
260
5f440116
TBA
2612020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
262
263 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
264 GCC/Clang version.
265 * gdb.cp/pass-by-ref.exp: Ditto.
266
ee2a6fc6
TV
2672020-01-29 Tom de Vries <tdevries@suse.de>
268
269 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
270 * gdb.threads/watchpoint-fork-mt.c: Same.
271 * gdb.threads/watchpoint-fork-parent.c: Same.
272 * gdb.threads/watchpoint-fork-st.c: Same.
273 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
274
16b10d6e
LM
2752020-01-27 Luis Machado <luis.machado@linaro.org>
276
277 * gdb.base/step-over-syscall.exp (setup): Check if we're already
278 sitting at a syscall instruction when we hit the syscall function's
279 breakpoint.
280 Check PC against one obtained with the x command.
281 Validate syscall number.
282 (step_over_syscall): Don't continue to the syscall instruction if
283 we're already there.
284
b1468492
PW
2852020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
286
287 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
288
7ffa82e1
AB
2892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
292 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
293
3d92a3e3
AB
2942020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
295
296 * gdb.dwarf2/dw2-inline-stepping.c: New file.
297 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
298
94a72be7
AB
2992020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.base/maint.exp: Update line table parsing test.
302 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
303
53af73bf
PA
3042020-01-24 Pedro Alves <palves@redhat.com>
305
306 PR gdb/25410
307 * gdb.multi/multi-re-run-1.c: New.
308 * gdb.multi/multi-re-run-2.c: New.
309 * gdb.multi/multi-re-run.exp: New.
310
1ba1ac88
AB
3112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
312
313 PR gdb/23718
314 * gdb.server/server-kill-python.exp: New file.
315
f3364a6d
AB
3162020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
317
318 * gdb.server/multi-ui-errors.c: New file.
319 * gdb.server/multi-ui-errors.exp: New file.
320
733d0a67
AB
3212020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
322
323 PR tui/9765
324 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
325
4f13c1c0
TT
3262020-01-19 Tom Tromey <tom@tromey.com>
327
328 * gdb.tui/main.exp: Add check for plain "file".
329
40c94099
CB
3302020-01-16 Christian Biesinger <cbiesinger@google.com>
331
332 * lib/gdb.exp: Fix spelling error (seperatelly).
333
ff47f4f0
TT
3342020-01-14 Tom Tromey <tom@tromey.com>
335
336 PR symtab/12535:
337 * gdb.python/python.exp: Test decode_line with empty string
338 argument.
339
717c684d
BE
3402020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
341
342 * gdb.base/skip-inline.exp: Extend test.
343
44e4c775
AB
3442020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
347 * gdb.dwarf2/dw2-bad-elf.c: New file.
348 * gdb.dwarf2/dw2-bad-elf.exp: New file.
349
d93c6db7
AB
3502020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
351
352 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
353 _line_saw_file.
354
9a6d629c
AB
3552020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
356
357 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
358 border.
359
d9ebdab7
TBA
3602020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
361
362 * gdb.multi/multi-target.exp (setup): Factor out "info
363 connections" and "info inferiors" tests to ...
364 (test_info_inferiors): ... this new procedure.
365 (top level): Run new "info-inferiors" tests.
366
f3c469b9
PA
3672020-01-10 Pedro Alves <palves@redhat.com>
368
369 * gdb.server/bkpt-other-inferior.exp: New file.
370
121b3efd
PA
3712020-01-10 Pedro Alves <palves@redhat.com>
372
373 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
374 of "add-inferior".
375 * gdb.base/quit-live.exp: Likewise.
376 * gdb.base/remote-exec-file.exp: Likewise.
377 * gdb.guile/scm-progspace.exp: Likewise.
378 * gdb.linespec/linespec.exp: Likewise.
379 * gdb.mi/new-ui-mi-sync.exp: Likewise.
380 * gdb.mi/user-selected-context-sync.exp: Likewise.
381 * gdb.multi/multi-target.exp (setup): Add "info connection" and
382 "info inferiors" tests.
383 * gdb.multi/remove-inferiors.exp: Adjust expected output of
384 "add-inferior".
385 * gdb.multi/watchpoint-multi.exp: Likewise.
386 * gdb.python/py-inferior.exp: Likewise.
387 * gdb.server/extended-remote-restart.exp: Likewise.
388 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
389 "info inferiors".
390 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
391 * gdb.trace/report.exp: Likewise.
392
1dadb1dd
PA
3932020-01-10 Pedro Alves <palves@redhat.com>
394
395 * gdb.multi/multi-target.c: New file.
396 * gdb.multi/multi-target.exp: New file.
397 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
398 mode requested, but remote does not support non-stop".
399
78f2c40a
PA
4002020-01-10 Pedro Alves <palves@redhat.com>
401
402 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
403 disconnect before reconnecting.
404
e7af6c70
TBA
4052020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
406 Pedro Alves <palves@redhat.com>
407
408 * gdb.server/connect-without-multi-process.exp: Also test
409 continuing to end.
410
acdf84a6
PA
4112020-01-10 Pedro Alves <palves@redhat.com>
412
413 * gdb.base/remote-exec-file.exp: New file.
414
873657b9
PA
4152020-01-10 Pedro Alves <palves@redhat.com>
416
417 * gdb.base/fork-running-state.exp (do_test): Adjust expected
418 output.
419 * gdb.threads/async.c: New.
420 * gdb.threads/async.exp: New.
421 * gdb.multi/tids-gid-reset.c: New.
422 * gdb.multi/tids-gid-reset.exp: New.
423
7f0ae84c
GB
4242020-01-10 George Barrett <bob@bob131.so>
425
426 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
427 to help in finding the image relocation offset.
428 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
429 options in arguments.
430 (stap_test_no_debuginfo): Likewise.
431 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
432 test variants.
433 (stap_test): Add null semaphore relocation test.
434
47e9d49d
GB
4352020-01-10 George Barrett <bob@bob131.so>
436
437 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
438 * gdb.base/stap-probe.exp: Likewise.
439 (stap_test): Pass argument as an additional flag.
440 (stap_test_no_debuginfo): Likewise.
441 (stap_test): Check `info probes stap' output for semaphore
442 addresses if the test binary is supposed to have them.
443
f5a7c406
AB
4442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
445
446 * gdb.tui/basic.exp: Add more scrolling tests.
447
9ae6bf64
TT
4482020-01-09 Tom Tromey <tom@tromey.com>
449
450 PR tui/18932:
451 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
452 meangingful value.
453 (Term::command, Term::resize): Update.
454 * gdb.tui/basic.exp: Add scrolling test.
455
b2efe70c
AB
4562020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
457
458 * gdb.tui/tui-layout-asm.exp: New file.
459
3804da7e
AB
4602020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
461
462 * lib/tuiterm.exp (Term::check_box_contents): New proc.
463
b40aa28f
AB
4642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
465
466 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
467 (Term::enter_tui): Use Term::prepare_for_tui.
468
63ffd7c9
AB
4692020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
470
471 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
472 called.
473
3be966f6
AB
4742020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
475
476 * gdb.base/skip.exp: Fix race condition in test.
477
153d79c4
AB
4782020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
479
480 * gdb.base/backtrace.c: New file.
481 * gdb.base/backtrace.exp: New file.
482
f2302a34
AB
4832020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
484
485 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
486
6ec1d75e
PW
4872020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
488
489 * gdb.base/style.exp: Test that warnings are styled.
490
c296cbe6
BE
4912019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
492
493 * gdb.base/line65535.exp: New file.
494 * gdb.base/line65535.c: New file.
495
b28a729d
SM
4962019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
497
498 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
499 * lib/gnat_debug_info_test.adb: New file.
500 * gdb.ada/ptype_tagged_param.exp: Use
501 gnat_runtime_has_debug_info, expect a different output if
502 runtime does not have debug info.
503
7f2d7a0d
SM
5042019-12-20 Simon Marchi <simon.marchi@efficios.com>
505
506 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
507 (another) quote in test name.
508
f3bce483
SM
5092019-12-20 Simon Marchi <simon.marchi@efficios.com>
510
511 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
512 Add quote in test name.
513
c855a912
TBA
5142019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
515
516 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
517 directory instead.
518 * gdb.cp/pass-by-ref.exp: Extend with more cases.
519 * gdb.cp/pass-by-ref-2.cc: New file.
520 * gdb.cp/pass-by-ref-2.exp: New file.
521
fc9d2d72
TT
5222019-12-20 Tom Tromey <tom@tromey.com>
523
524 * gdb.tui/list-before.exp: New file.
525
77b97e00
TT
5262019-12-20 Tom Tromey <tom@tromey.com>
527
528 * gdb.tui/list.exp: Check for source on initial listing.
529
f69656d0
TT
5302019-12-11 Tom Tromey <tromey@adacore.com>
531
532 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
533 Add crlf test.
534
99a55965
SM
5352019-12-18 Simon Marchi <simon.marchi@efficios.com>
536
537 * gdb.base/default.exp: Update value of $_gdb_major.
538
5024637f
BE
5392019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
540
541 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
542
b63634be
BE
5432019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
544
545 * gdb.base/skip.exp: Whitespace fix.
546
45d73523
BE
5472019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
548
549 * gdb.base/skip-inline.c: New file.
550 * gdb.base/skip-inline.exp: New file.
551
d043f8c8
SM
5522019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
553
554 * gdb.base/jit-reader.exp (jit_reader_test): Rename
555 jit_function_00 to jit_function_stack_mangle.
556 * gdb.base/jithost.c (jit_function_t): Rename to...
557 (jit_function_stack_mangle_t): ... this.
558 (jit_function_add_t): New typedef.
559 (jit_function_00_code): Rename to...
560 (jit_function_stack_mangle_code): ... this, make static.
561 (jit_function_add_code): New.
562 (main): Generate "add" function and call it. Adjust to changes
563 in jithost_abi.
564 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
565 (struct jithost_abi) <begin, end>: Remove fields.
566 <object, function_stack_mangle, function_add>: New fields.
567 * gdb.base/jitreader.c (struct reader_state) <code_begin,
568 code_end>: Remove fields.
569 <func_stack_mangle>: New field.
570 (read_debug_info): Adjust to renaming, create block for "add"
571 function.
572 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
573
873de05c
TT
5742019-12-11 Tom Tromey <tom@tromey.com>
575
576 * gdb.tui/resize.exp: Fix regexp.
577 * gdb.tui/regs.exp: Fix regexps.
578 * gdb.tui/main.exp: Fix regexp.
579
3d979945
TT
5802019-12-11 Tom Tromey <tom@tromey.com>
581
582 * gdb.tui/resize.exp: Update.
583 * gdb.tui/empty.exp (layouts): Update.
584
2192a9d3
TT
5852019-12-11 Tom Tromey <tom@tromey.com>
586
587 * gdb.tui/regs.exp: Update.
588 * gdb.tui/empty.exp (layouts): Update.
589 * gdb.tui/basic.exp: Update.
590 * lib/tuiterm.exp (_check_box): Don't check bottom border.
591
d8edc8b7
PW
5922019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
593
594 * gdb.base/options.exp: Add -raw-values in the print completion list.
595 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
596
4c12d936
KB
5972019-12-10 Kevin Buettner <kevinb@redhat.com>
598
599 * gdb.threads/omp-par-scope.c: New file.
600 * gdb/threads/omp-par-scope.exp: New file.
601
26b911fb
KB
6022019-12-10 Kevin Buettner <kevinb@redhat.com>
603
bb47f919
KB
604 * lib/gdb.exp (support_nested_function_tests): New proc.
605
6062019-12-10 Kevin Buettner <kevinb@redhat.com>
607
608 * lib/gdb.exp (gdb_compile_openmp): New proc.
609 (build_executable_from_specs): Add an "openmp" option.
610 (gdb_compile_pthreads): Add non-executable case.
26b911fb 611
6c71eb7d
TT
6122019-12-10 Tom Tromey <tromey@adacore.com>
613
614 * gdb.ada/unchecked_union.exp: New file.
615 * gdb.ada/unchecked_union/pck.adb: New file.
616 * gdb.ada/unchecked_union/pck.ads: New file.
617 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
618 * gdb-utils.exp (string_to_regexp): Also quote "?".
619
bac7c5cf
GB
6202019-12-10 George Barrett <bob@bob131.so>
621
622 Test scripted probe breakpoints.
623 * gdb.guile/scm-breakpoint.c (main): Add probe point.
624 * gdb.python/py-breakpoint.c (main): Likewise.
625 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
626 specifier test.
627 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
628
330f1d38
TBA
6292019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
630
631 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
632 an rvalue parameter.
633 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
634 parameter.
635
b43315e2
AB
6362019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
637
638 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
639 modules.
640
54f73dad
AB
6412019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
642
643 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
644 broken version of GCC.
645
d57cbee9
AB
6462019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
647
648 * gdb.fortran/info-modules.exp: Rewrite to make use of new
649 sym-info-cmds library.
650 * gdb.fortran/info-types.exp: Likewise.
651 * lib/sym-info-cmds.exp: New file.
652
c14aab8c
TV
6532019-12-08 Tom de Vries <tdevries@suse.de>
654
655 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
656
aa2d5a42
KS
6572019-12-07 Keith Seitz <keiths@redhat.com>
658
659 * gdb.base/corefile-buildid-shlib-shr.c: New file.
660 * gdb.base/corefile-buildid-shlib.c: New file.
661 * gdb.base/corefile-buildid.c: New file.
662 * gdb.base/corefile-buildid.exp: New file.
663
93e55f0a
TV
6642019-12-06 Tom de Vries <tdevries@suse.de>
665
666 * gdb.dwarf2/varval.exp: Add decl before def test.
667
c7d12402
TBA
6682019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
669
670 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
671
06acc08f
TBA
6722019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
673
674 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
675 CV and reference conversion for overload resolution.
676 * gdb.cp/rvalue-ref-overload.exp: Test it.
677
e0fad1ea
PW
6782019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
679
680 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
681 * gdb.base/frameapply.exp: Test faas without command.
682
8d70a9f0
AB
6832019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
684
685 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
686 Fortran tests.
687 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
688 order.
689
36c8fb93
AB
6902019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
691
692 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
693 casting to type with no kind specified.
694 (test_basic_parsing_of_type_kinds): Additional tests for types
695 with no kind specified, and add tests for single/double
696 precision/complex types.
697
4139ff00
TT
6982019-12-04 Tom Tromey <tromey@adacore.com>
699
700 * gdb.base/endianity.c (struct other) <x>: New field.
701 (main): Initialize it.
702 * gdb.base/endianity.exp: Update.
703
a05cf17a
TT
7042019-12-04 Tom Tromey <tromey@adacore.com>
705
706 * gdb.ada/scalar_storage/storage.adb: New file.
707 * gdb.ada/scalar_storage/pck.adb: New file.
708 * gdb.ada/scalar_storage/pck.ads: New file.
709 * gdb.ada/scalar_storage.exp: New file.
710
103a685e
TT
7112019-12-04 Tom Tromey <tromey@adacore.com>
712
713 * gdb.base/endianity.c (struct otherendian) <f>: New field.
714 (main): Initialize it.
715 * gdb.base/endianity.exp: Update.
716
c2512106
AB
7172019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
718
719 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
720
293b38d6
AB
7212019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
724 -symbol-info-module-functions and -symbol-info-module-variables.
725
216a7e6b
AB
7262019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
727
728 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
729
5bbd8269
AB
7302019-12-01 Richard Bunt <richard.bunt@arm.com>
731 Andrew Burgess <andrew.burgess@embecosm.com>
732
733 * gdb.fortran/derived-type-striding.exp: New file.
734 * gdb.fortran/derived-type-striding.f90: New file.
735 * gdb.fortran/array-slices.exp: New file.
736 * gdb.fortran/array-slices.f90: New file.
737
be09caf1
PW
7382019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
739
740 * gdb.base/define.exp: Test . in command names.
741 * gdb.base/setshow.exp: Update test, as . is now part of
742 command name.
743
643c0cbe
PW
7442019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
745
746 * gdb.base/define-prefix.exp: New file.
747
dcdec678
AB
7482019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
751 compile.
752 (skip_btrace_pt_tests): Likewise.
753
640ab947
AB
7542019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.fortran/info-modules.exp: Compile source files in correct
757 order.
758
d22670f0
KB
7592019-11-27 Kevin Buettner <kevinb@redhat.com>
760
761 * gdb.dwarf2/imported-unit.exp: New file.
762 * gdb.dwarf2/imported-unit.c: New file.
763
db5960b4
AB
7642019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.mi/mi-fortran-modules-2.f90: New file.
767 * gdb.mi/mi-fortran-modules.exp: New file.
768 * gdb.mi/mi-fortran-modules.f90: New file.
769
7dc42066
AB
7702019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
771
772 * gdb.mi/mi-sym-info-1.c: New file.
773 * gdb.mi/mi-sym-info-2.c: New file.
774 * gdb.mi/mi-sym-info.exp: New file.
775
0dfeecca
TT
7762019-11-22 Tom Tromey <tromey@adacore.com>
777
778 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
779 * gdb.ada/tasks/foo.adb: Add another stopping location.
780
34877895
PJ
7812019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
782
783 * gdb.base/endianity.c: New test.
784 * gdb.base/endianity.exp: New file.
785
2e84f897
LD
7862019-11-21 Lukas Durfina <ldurfina@tachyum.com>
787
788 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
789
65d1cd5f
TV
7902019-11-21 Tom de Vries <tdevries@suse.de>
791
792 PR gdb/24956
793 * gdb.base/ui-redirect.exp: Test output of user-defined command.
794
4f22c3f4
SDJ
7952019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
796
797 * gdb.python/py-progspace.exp: Add missing parentheses on some
798 'print' commands.
799
9f6ad286
TT
8002019-11-19 Tom Tromey <tom@tromey.com>
801
802 * gdb.tui/winheight.exp: New file.
803
0b8dbf3f
AB
8042019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
805
806 * gdb.base/ctf-whatis.c: Delete.
807 * gdb.base/ctf-whatis.exp: Delete.
808 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
809
f833b7a7
AB
8102019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
811
812 * gdb.base/ctf-cvexpr.exp: Delete.
813 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
814
30d0a636
AB
8152019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
816
817 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
818 the compiler. Clean up header comment a little.
819 * gdb.base/ctf-ptype.exp: Likewise.
820 * gdb.base/ctf-whatis.exp: Likewise.
821 * lib/gdb.exp (skip_ctf_tests): New proc.
822
494409bb
SDJ
8232019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
824
825 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
826 * gdb.tui/corefile-run.exp: New file.
827
55708e99
TT
8282019-11-14 Tom Tromey <tromey@adacore.com>
829
830 * gdb.base/gdbvars.exp (test_convenience_variables): Add
831 regression tests.
832
45e42163
TT
8332019-11-12 Tom Tromey <tom@tromey.com>
834
835 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
836 after any command. Expect prompt after WAIT_FOR is seen.
837 (enter_tui): Enable resize messages.
838 (command): Expect command in output.
839 (get_line): Avoid error when cursor appears to be off-screen.
840 (dump_screen): Include screen size in title.
841 (_do_resize): New proc, from "resize".
842 (resize): Rewrite. Do resize in two steps.
843 * gdb.tui/empty.exp (layouts): Fix entries.
844 (check_boxes): Remove xfail.
845 (check_text): Dump screen on failure.
846
086baaf1
AB
8472019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
848
849 * gdb.python/py-symbol.exp: Add test for
850 gdb.lookup_static_symbols.
851
09ff83af
AB
8522019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
853
854 * gdb.python/py-symbol.c: Declare and call function from new
855 py-symbol-2.c file.
856 * gdb.python/py-symbol.exp: Compile both source files, and add new
857 tests for gdb.lookup_static_symbol.
858 * gdb.python/py-symbol-2.c: New file.
859
11af934b
TV
8602019-11-02 Tom de Vries <tdevries@suse.de>
861
862 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
863 * gdb.base/anon.exp: Same.
864 * gdb.base/auto-connect-native-target.exp: Same.
865 * gdb.base/call-ar-st.exp: Same.
866 * gdb.base/catch-syscall.exp: Same.
867 * gdb.base/commands.exp: Same.
868 * gdb.base/default.exp: Same.
869 * gdb.base/display.exp: Same.
870 * gdb.base/float.exp: Same.
871 * gdb.base/foll-fork.exp: Same.
872 * gdb.base/help.exp: Same.
873 * gdb.base/info-macros.exp: Same.
874 * gdb.base/info-proc.exp: Same.
875 * gdb.base/info-target.exp: Same.
876 * gdb.base/long_long.exp: Same.
877 * gdb.base/macscp.exp: Same.
878 * gdb.base/memattr.exp: Same.
879 * gdb.base/nofield.exp: Same.
880 * gdb.base/pointers.exp: Same.
881 * gdb.base/printcmds.exp: Same.
882 * gdb.base/ptype.exp: Same.
883 * gdb.base/restore.exp: Same.
884 * gdb.base/return.exp: Same.
885 * gdb.base/scope.exp: Same.
886 * gdb.base/set-noassign.exp: Same.
887 * gdb.base/setshow.exp: Same.
888 * gdb.base/shlib-call.exp: Same.
889 * gdb.base/signals.exp: Same.
890 * gdb.base/sigstep.exp: Same.
891 * gdb.base/skip.exp: Same.
892 * gdb.base/solib-symbol.exp: Same.
893 * gdb.base/stap-probe.exp: Same.
894 * gdb.base/step-line.exp: Same.
895 * gdb.base/step-test.exp: Same.
896 * gdb.base/style.exp: Same.
897 * gdb.base/varargs.exp: Same.
898 * gdb.base/vla-datatypes.exp: Same.
899 * gdb.base/vla-ptr.exp: Same.
900 * gdb.base/vla-sideeffect.exp: Same.
901 * gdb.base/volatile.exp: Same.
902 * gdb.base/watch-cond-infcall.exp: Same.
903 * gdb.base/watchpoint.exp: Same.
904
e96ec2ba
TV
9052019-11-02 Tom de Vries <tdevries@suse.de>
906
907 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
908 * gdb.cp/cpexprs.exp: Same.
909 * gdb.cp/except-multi-location.exp: Same.
910 * gdb.cp/exceptprint.exp: Same.
911 * gdb.cp/gdb2384.exp: Same.
912 * gdb.cp/inherit.exp: Same.
913 * gdb.cp/m-static.exp: Same.
914 * gdb.cp/meth-typedefs.exp: Same.
915 * gdb.cp/misc.exp: Same.
916 * gdb.cp/namespace.exp: Same.
917 * gdb.cp/non-trivial-retval.exp: Same.
918 * gdb.cp/overload.exp: Same.
919 * gdb.cp/pr17132.exp: Same.
920 * gdb.cp/re-set-overloaded.exp: Same.
921 * gdb.cp/rvalue-ref-types.exp: Same.
922 * gdb.cp/templates.exp: Same.
923
bd5766ec
LM
9242019-11-01 Luis Machado <luis.machado@linaro.org>
925
926 PR gdb/25124
927
928 * gdb.arch/pr25124.S: New file.
929 * gdb.arch/pr25124.exp: New file.
930
165f8965
AB
9312019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
932
933 * gdb.fortran/info-modules.exp: Update expected results, and add
934 additional tests for 'info module functinos', and 'info module
935 variables'.
936 * gdb.fortran/info-types.exp: Update expected results.
937 * gdb.fortran/info-types.f90: Extend testcase with additional
938 module variables and functions.
939
59c35742
AB
9402019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * gdb.fortran/info-modules.exp: New file.
943 * gdb.fortran/info-types.exp: Build with new file.
944 * gdb.fortran/info-types.f90: Include and use new module.
945 * gdb.fortran/info-types-2.f90: New file.
946
f3fb2519
PW
9472019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
948
949 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
950 * gdb.base/settings.exp: Test all settings types using
951 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
952 that now verifies that the value of "maint show" is the same as
953 returned by the settings functions. Test the type of the
954 maintenance settings.
955 * gdb.base/default.exp: Update show_conv_list.
956
d1e36019
TV
9572019-10-31 Tom de Vries <tdevries@suse.de>
958
959 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
960 gdb_test.
961 * gdb.arch/amd64-disp-step.exp: Same.
962 * gdb.asm/asm-source.exp: Same.
963 * gdb.btrace/buffer-size.exp: Same.
964 * gdb.btrace/cpu.exp: Same.
965 * gdb.btrace/enable.exp: Same.
966 * gdb.dwarf2/count.exp: Same.
967 * gdb.dwarf2/dw2-ranges-func.exp: Same.
968 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
969 * gdb.fortran/vla-datatypes.exp: Same.
970 * gdb.fortran/vla-history.exp: Same.
971 * gdb.fortran/vla-ptype.exp: Same.
972 * gdb.fortran/vla-value.exp: Same.
973 * gdb.fortran/whatis_type.exp: Same.
974 * gdb.guile/guile.exp: Same.
975 * gdb.multi/tids.exp: Same.
976 * gdb.python/py-finish-breakpoint.exp: Same.
977 * gdb.python/py-framefilter.exp: Same.
978 * gdb.python/py-pp-registration.exp: Same.
979 * gdb.python/py-xmethods.exp: Same.
980 * gdb.python/python.exp: Same.
981 * gdb.server/connect-with-no-symbol-file.exp: Same.
982 * gdb.server/no-thread-db.exp: Same.
983 * gdb.server/run-without-local-binary.exp: Same.
984 * gdb.stabs/weird.exp: Same.
985 * gdb.threads/attach-many-short-lived-threads.exp: Same.
986 * gdb.threads/thread-find.exp: Same.
987 * gdb.threads/tls-shared.exp: Same.
988 * gdb.threads/tls.exp: Same.
989 * gdb.threads/wp-replication.exp: Same.
990 * gdb.trace/ax.exp: Same.
991 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
992
3d11e68e
TV
9932019-10-31 Tom de Vries <tdevries@suse.de>
994
995 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
996 * gdb.ada/array_subscript_addr.exp: Same.
997 * gdb.ada/arrayidx.exp: Same.
998 * gdb.ada/arrayparam.exp: Same.
999 * gdb.ada/arrayptr.exp: Same.
1000 * gdb.ada/boolean_expr.exp: Same.
1001 * gdb.ada/call_pn.exp: Same.
1002 * gdb.ada/complete.exp: Same.
1003 * gdb.ada/fixed_cmp.exp: Same.
1004 * gdb.ada/fun_addr.exp: Same.
1005 * gdb.ada/funcall_param.exp: Same.
1006 * gdb.ada/interface.exp: Same.
1007 * gdb.ada/mod_from_name.exp: Same.
1008 * gdb.ada/null_array.exp: Same.
1009 * gdb.ada/packed_array.exp: Same.
1010 * gdb.ada/packed_tagged.exp: Same.
1011 * gdb.ada/print_chars.exp: Same.
1012 * gdb.ada/print_pc.exp: Same.
1013 * gdb.ada/ptype_arith_binop.exp: Same.
1014 * gdb.ada/ptype_field.exp: Same.
1015 * gdb.ada/ptype_tagged_param.exp: Same.
1016 * gdb.ada/rec_return.exp: Same.
1017 * gdb.ada/ref_tick_size.exp: Same.
1018 * gdb.ada/str_ref_cmp.exp: Same.
1019 * gdb.ada/taft_type.exp: Same.
1020 * gdb.ada/tagged.exp: Same.
1021 * gdb.ada/type_coercion.exp: Same.
1022 * gdb.ada/uninitialized_vars.exp: Same.
1023
60b6ede8
TV
10242019-10-30 Tom de Vries <tdevries@suse.de>
1025
1026 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
1027
30baf67b
TV
10282019-10-26 Tom de Vries <tdevries@suse.de>
1029
1030 * gdb.base/bigcore.c: Fix typos in comments.
1031 * gdb.base/ctf-ptype.c: Same.
1032 * gdb.base/long_long.c: Same.
1033 * gdb.dwarf2/dw2-op-out-param.S: Same.
1034 * gdb.python/py-evthreads.c: Same.
1035 * gdb.reverse/i387-stack-reverse.c: Same.
1036 * gdb.trace/tfile.c: Same.
1037 * lib/compiler.c: Same.
1038 * lib/compiler.cc: Same.
1039
158da0d1
TV
10402019-10-25 Tom de Vries <tdevries@suse.de>
1041
1042 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
1043 gdb_test_multiple calls.
1044 * gdb.reverse/sigall-reverse.exp: Same.
1045 * gdb.reverse/solib-precsave.exp: Same.
1046 * gdb.reverse/solib-reverse.exp: Same.
1047 * gdb.reverse/until-precsave.exp: Same.
1048 * gdb.reverse/until-reverse.exp: Same.
1049
4ccdfbec
TV
10502019-10-24 Tom de Vries <tdevries@suse.de>
1051
1052 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
1053 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
1054 kfail using -wrap pattern flag and convenience variable
1055 gdb_test_name.
1056
33d569b7
AB
10572019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
1058
1059 * gdb.python/py-progspace.exp: Add tests for the
1060 Progspace.block_for_pc method.
1061
4d0b984b
TT
10622019-10-23 Tom Tromey <tom@tromey.com>
1063
1064 * configure: Rebuild.
1065 * aclocal.m4: Use m4_include, not sinclude.
1066
94cb3754
TV
10672019-10-21 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.base/infcall-nested-structs.c: Add
1070 __attribute__((noinline,noclone)) to all functions.
1071 (call_all): Add missing variable initialization. Simplify return value.
1072 (breakpt): Increment volatile variable, to prevent call from being
1073 optimized out.
1074 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
1075
062f1fc1
TV
10762019-10-17 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.fortran/module.exp: Allow info variables to print info for files
1079 other than module.f90.
1080
0b54364d
AB
10812019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1082
1083 * gdb.fortran/module.exp: Extend with 'info variables' test.
1084
7ff5fae7
AB
10852019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
1086
1087 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
1088 F77_FOR_TARGET.
1089
d10eccaa
TV
10902019-10-16 Tom de Vries <tdevries@suse.de>
1091
1092 PR tdep/25096
1093 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
1094
745ff14e
TV
10952019-10-16 Tom de Vries <tdevries@suse.de>
1096
1097 PR tdep/24104
1098 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
1099 Add KFAIL for PR tdep/25096.
1100
03e1ab94
TV
11012019-10-16 Tom de Vries <tdevries@suse.de>
1102
1103 PR testsuite/25059
1104 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
1105
b17fcc10
TV
11062019-10-16 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
1109 as signed.
1110
9223170f
SM
11112019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
1112
1113 * gdb.mi/list-thread-groups-available.exp: Read entries one by
1114 one instead of increasing timeout.
1115
d6e76313
TV
11162019-10-13 Tom de Vries <tdevries@suse.de>
1117
1118 PR record/25038
1119 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
1120 * gdb.reverse/sigall-reverse.exp: Same.
1121 * gdb.reverse/solib-precsave.exp: Same.
1122 * gdb.reverse/solib-reverse.exp: Same.
1123 * gdb.reverse/step-precsave.exp: Same.
1124 * gdb.reverse/until-precsave.exp: Same.
1125 * gdb.reverse/until-reverse.exp: Same.
1126 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
1127
6dfc0041
AA
11282019-10-10 Andreas Arnez <arnez@linux.ibm.com>
1129
1130 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
1131 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
1132 (cmp_struct_05_01, cmp_struct_static_02_01)
1133 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
1134 comparisons.
1135
abcf2cc8
TV
11362019-10-10 Tom de Vries <tdevries@suse.de>
1137
1138 PR testsuite/24888
1139 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
1140 gnatlink.
1141
a50faaf6
TV
11422019-10-09 Tom de Vries <tdevries@suse.de>
1143
1144 PR testsuite/25048
1145 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
1146
60ff3cd7
AB
11472019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1148
1149 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
1150 exceptions due to missing debug information.
1151
dfee8566
TV
11522019-10-07 Tom de Vries <tdevries@suse.de>
1153
1154 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
1155
3d63690a
AB
11562019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
1159 * gdb.base/annota1.exp: Update to use gdb_test_name.
1160
30d1f018
WP
11612019-10-07 Weimin Pan <weimin.pan@oracle.com>
1162
1163 * gdb.base/ctf-whatis.exp: New file.
1164 * gdb.base/ctf-whatis.c: New file.
1165 * gdb.base/ctf-ptype.exp: New file.
1166 * gdb.base/ctf-ptype.c: New file.
1167 * gdb.base/ctf-constvars.exp: New file.
1168 * gdb.base/ctf-constvars.c: New file.
1169 * gdb.base/ctf-cvexpr.exp: New file.
1170
4dbbb47c
TV
11712019-10-04 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.cp/local-static.c (main): Move declaration of int i out of the
1174 for loop.
1175
77c2dba3
TT
11762019-10-03 Tom Tromey <tom@tromey.com>
1177
1178 PR rust/24976:
1179 * gdb.rust/simple.rs (Union2): New type.
1180 (main): Use Union2.
1181 * gdb.rust/simple.exp: Add test.
1182
179aed7f
AB
11832019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1184
1185 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
1186 nested function prefix.
1187
0a4b0913
AB
11882019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
1189 Richard Bunt <richard.bunt@arm.com>
1190 Andrew Burgess <andrew.burgess@embecosm.com>
1191
1192 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
1193 nested functions.
1194 * gdb.fortran/nested-funcs.f90: Update expected results.
1195 * gdb.fortran/nested-funcs-2.exp: New file.
1196 * gdb.fortran/nested-funcs-2.f90: New file.
1197
082cce05
AB
11982019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1199
1200 * gdb.python/py-parameter.exp: Make test names unique.
1201 * gdb.python/py-template.exp: Likewise.
1202 * gdb.python/py-value.exp: Likewise.
1203
2b74ba5a
AB
12042019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1205
1206 * gdb.base/break-interp.exp: Reduce test name duplication.
1207 * gdb.base/call-sc.exp: Likewise.
1208 * gdb.base/callfuncs.exp: Likewise.
1209 * gdb.base/charset.exp: Likewise.
1210 * gdb.base/dump.exp: Likewise.
1211 * gdb.base/ena-dis-br.exp: Likewise.
1212 * gdb.base/relational.exp: Likewise.
1213 * gdb.base/step-over-syscall.exp: Likewise.
1214 * gdb.base/structs.exp: Likewise.
1215
58eb20d5
AB
12162019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1217
1218 * gdb.linespec/explicit.exp: Make test names unique.
1219 * gdb.linespec/ls-errs.exp: Likewise.
1220
4d421147
AB
12212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1222
1223 * gdb.reverse/break-precsave.exp: Make test names unique.
1224 * gdb.reverse/break-reverse.exp: Likewise.
1225 * gdb.reverse/finish-precsave.exp: Likewise.
1226 * gdb.reverse/finish-reverse.exp: Likewise.
1227 * gdb.reverse/machinestate-precsave.exp: Likewise.
1228 * gdb.reverse/machinestate.exp: Likewise.
1229 * gdb.reverse/readv-reverse.exp: Likewise.
1230 * gdb.reverse/recvmsg-reverse.exp: Likewise.
1231 * gdb.reverse/sigall-precsave.exp: Likewise.
1232 * gdb.reverse/sigall-reverse.exp: Likewise.
1233 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
1234 * gdb.reverse/watch-precsave.exp: Likewise.
1235 * gdb.reverse/watch-reverse.exp: Likewise.
1236
d8c06f22
AB
12372019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * gdb.threads/stop-with-handle.c: New file.
1240 * gdb.threads/stop-with-handle.exp: New file.
1241
3a56ed86
TV
12422019-10-03 Tom de Vries <tdevries@suse.de>
1243
1244 PR testsuite/25059
1245 * gdb.base/list-missing-source.exp: Allowing the "Compilation
1246 directory" line to be missing.
1247
42275044
TV
12482019-10-03 Tom de Vries <tdevries@suse.de>
1249
1250 PR testsuite/25059
1251 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
1252 type optional.
1253
9ef62df0
AA
12542019-10-02 Andreas Arnez <arnez@linux.ibm.com>
1255
1256 * gdb.python/py-format-string.c (string.h): New include.
1257 (main): Fill a_struct_with_union.the_union.an_int with bytes of
1258 the same value, for endianness-independence.
1259 * gdb.python/py-format-string.exp (default_regexp_dict)
1260 (test_pretty_structs, test_format): Adjust expected output to the
1261 changed initialization.
1262
37f6a7f4
TT
12632019-10-02 Tom Tromey <tromey@adacore.com>
1264
1265 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
1266
1d58d6a2
PA
12672019-10-02 Pedro Alves <palves@redhat.com>
1268 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
1271 "print-file-var.h".
1272 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1273 (get_version_1): Print this_version_id and its address.
1274 Add extern "C" wrappers around interface functions.
1275 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
1276 "print-file-var.h".
1277 (this_version_id) Use ATTRIBUTE_VISIBILITY.
1278 (get_version_2): Print this_version_id and its address.
1279 Add extern "C" wrappers around interface functions.
1280 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
1281 <stddef.h> and "print-file-var.h".
1282 Add extern "C" wrappers around interface functions.
1283 [VERSION_ID_MAIN] (this_version_id): Define.
1284 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
1285 * gdb.base/print-file-var.h: Add some #defines to simplify setting
1286 up extern "C" blocks.
1287 * gdb.base/print-file-var.exp (test): New, factored out from top
1288 level.
1289 (top level): Test all combinations of attribute hidden or not,
1290 dlopen or not, and this_version_id symbol in main file or not.
1291 Compile tests as both C++ and C, make test names unique.
1292
d770d56f
TT
12932019-10-01 Tom Tromey <tom@tromey.com>
1294
1295 * gdb.base/style.exp: Test "show logging filename".
1296
7f6aba03
TT
12972019-10-01 Tom Tromey <tom@tromey.com>
1298
1299 * lib/gdb-utils.exp (style): Handle "metadata" argument.
1300 * gdb.base/style.exp: Add metadata style test.
1301
14309bb6
TT
13022019-10-01 Tom Tromey <tom@tromey.com>
1303
1304 * gdb.base/style.exp: Test "pwd".
1305
2a3c1174
PA
13062019-10-01 Tom Tromey <tom@tromey.com>
1307
1308 * gdb.base/style.exp: Update tests.
1309
53d666ec
AA
13102019-10-01 Andreas Arnez <arnez@linux.ibm.com>
1311
1312 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
1313 'six' to unsigned.
1314 (s1): Initialize fields 'four' and 'six' instead of 'three' and
1315 'five'. Use an all-ones bit pattern for each.
1316 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
1317 to its changed values.
1318
4a56a520
TT
13192019-09-30 Tom Tromey <tromey@adacore.com>
1320
1321 * gdb.rust/traits.rs: Disable all warnings.
1322
0df0352a
TV
13232019-09-29 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
1326
73d9a918
TV
13272019-09-29 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
1330
060b3ab4
TV
13312019-09-27 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
1334
68f7d34d
TV
13352019-09-27 Tom de Vries <tdevries@suse.de>
1336
1337 PR record/23188
1338 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
1339
5d63b30a
TT
13402019-09-26 Tom Tromey <tromey@adacore.com>
1341
1342 * gdb.ada/py_taft.exp: New file.
1343 * gdb.ada/py_taft/main.adb: New file.
1344 * gdb.ada/py_taft/pkg.adb: New file.
1345 * gdb.ada/py_taft/pkg.ads: New file.
1346
3d435220
TV
13472019-09-24 Tom de Vries <tdevries@suse.de>
1348
1349 PR gdb/24598
1350 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
1351
77d03678
TV
13522019-09-22 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.base/restore.exp: Allow register variables to be optimized out at
1355 -O0.
1356
abf516c6
UW
13572019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
1358
1359 * gdb.arch/spu-info.exp: Remove file.
1360 * gdb.arch/spu-info.c: Remove file.
1361 * gdb.arch/spu-ls.exp: Remove file.
1362 * gdb.arch/spu-ls.c: Remove file.
1363
1364 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
1365 * gdb.asm/spu.inc: Remove file.
1366
1367 * gdb.base/dump.exp: Remove support for spu*-*-*.
1368 * gdb.base/stack-checking.exp: Likewise.
1369 * gdb.base/overlays.exp: Likewise.
1370 * gdb.base/ovlymgr.c: Likewise.
1371 * gdb.base/spu.ld: Remove file.
1372
1373 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
1374 * gdb.cp/cpexprs.exp: Likewise.
1375 * gdb.cp/exception.exp: Likewise.
1376 * gdb.cp/gdb2495.exp: Likewise.
1377 * gdb.cp/mb-templates.exp: Likewise.
1378 * gdb.cp/pr9167.exp: Likewise.
1379 * gdb.cp/userdef.exp: Likewise.
1380
1381 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
1382
1383 * gdb.cell: Remove directory.
1384 * lib/cell.exp: Remove file.
1385
e452e88f
TV
13862019-09-19 Tom de Vries <tdevries@suse.de>
1387
1388 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
1389
8a625130
TV
13902019-09-19 Tom de Vries <tdevries@suse.de>
1391
1392 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
1393
81dc3ab5
TV
13942019-09-19 Tom de Vries <tdevries@suse.de>
1395
1396 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
1397 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
1398 (gdb_target_cmd): ... here.
1399 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
1400 value 2.
1401
b078f3ac
AB
14022019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
1403
1404 * gdb.base/source-dir.exp: Avoid having directory names in test
1405 names.
1406
f1b620e9
MG
14072019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1408
1409 * gdb.base/source-dir.exp: Add extra test for mapped compilation
1410 directory.
1411
67f3ed6a
AB
14122019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
1413
1414 * gdb.base/list-missing-source.exp: New file.
1415
d1b70248
TV
14162019-09-14 Tom de Vries <tdevries@suse.de>
1417
1418 PR teststuite/24599
1419 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
1420 * lib/ada.exp (gnatmake_version_at_least): New proc.
1421
5fabdcd6
AB
14222019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.base/maint.exp: Use exec_has_index_section.
1425
aa17805f
AB
14262019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
1427
1428 * gdb.base/maint.exp: Add test for 'maint info sections'.
1429
25e5c209
TV
14302019-09-12 Tom de Vries <tdevries@suse.de>
1431
1432 * gdb.base/store.exp: Allow register variables to be optimized out at
1433 -O0.
1434
4993045d
PW
14352019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1436
1437 * gdb.ada/rdv_wait.exp: Update to new task names.
1438 * gdb.base/task_switch_in_core.exp: Likewise.
1439 * gdb.base/info_sources_base.c: Likewise.
1440
8a516164
TT
14412019-09-10 Tom Tromey <tromey@adacore.com>
1442
1443 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
1444
aa391654
TT
14452019-09-10 Tom Tromey <tromey@adacore.com>
1446
1447 * gdb.ada/dgopt.exp: New file.
1448 * gdb.ada/dgopt/x.adb: New file.
1449
8634b462
TT
14502019-09-08 Tom Tromey <tom@tromey.com>
1451
1452 * gdb.tui/resize.exp: Remove setup_xfail.
1453 * gdb.tui/regs.exp: Remove setup_xfail.
1454 * gdb.tui/basic.exp: Remove setup_xfail.
1455
736b0f76
DB
14562019-09-06 David Blaikie <dblaikie@gmail.com>
1457
1458 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
1459 * gdb.cp/cplabel.exp: Ditto.
1460 * gdb.linespec/ls-errs.exp: Ditto.
1461
30331a6c
TV
14622019-09-05 Tom de Vries <tdevries@suse.de>
1463
1464 * lib/gdb.exp (cmp_file_string): New proc.
1465 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
1466 runto_main. Verify save breakpoints output.
1467
98b0ebab
PW
14682019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1469
1470 * gdb.base/info-var.exp: Test info variables without running
1471 to main, to avoid expect's buffer overflow.
1472
4e962e74
TT
14732019-09-03 Tom Tromey <tromey@adacore.com>
1474
1475 * gdb.ada/bias.exp: New file.
1476 * gdb.ada/bias/bias.adb: New file.
1477 * gdb.ada/print_chars.exp: Add regression test.
1478 * gdb.ada/print_chars/foo.adb (My_Character): New type.
1479 (MC): New variable.
1480
2ea1a07a
SL
14812019-08-29 Sandra Loosemore <sandra@codesourcery.com>
1482
1483 * gdb.base/argv0-symlink.exp: Run only on native target
1484 and local host.
1485
8077c50d
TV
14862019-08-29 Tom de Vries <tdevries@suse.de>
1487
1488 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
1489 diverse debug info.
1490 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
1491
48352473
TV
14922019-08-28 Tom de Vries <tdevries@suse.de>
1493
1494 * gdb.base/info-var.exp: Allow info variables to print info for files
1495 other than info-var-f1.c and info-var-f2.c.
1496
d8f27c60
AB
14972019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1498
1499 * gdb.fortran/info-types.exp: Add module.
1500 * gdb.fortran/info-types.f90: Update expected results.
1501
1f20c35e
AB
15022019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
1503
1504 * gdb.fortran/info-types.exp: New file.
1505 * gdb.fortran/info-types.f90: New file.
1506 * lib/fortran.exp (fortran_character1): New proc.
1507
4acfdd20
AB
15082019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
1509
1510 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
1511 functions'. Reindent as needed.
1512 * gdb.base/info-var-f1.c: New file.
1513 * gdb.base/info-var-f2.c: New file.
1514 * gdb.base/info-var.exp: New file.
1515 * gdb.base/info-var.h: New file.
1516
5c31b358
TV
15172019-08-26 Tom de Vries <tdevries@suse.de>
1518
1519 PR c++/24852
1520 * gdb.cp/no-libstdcxx-probe.exp: New test.
1521
b694989f
TV
15222019-08-26 Tom de Vries <tdevries@suse.de>
1523
1524 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
1525 * tests need to be skipped.
1526 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
1527 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
1528 mi_skip_libstdcxx_probe_tests.
1529
d9c4ba53
SDJ
15302019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
1531
1532 * gdb.python/py-xmethods.exp: Use raw strings when passing
1533 arguments to SimpleXMethodMatcher.
1534
395fad09
TV
15352019-08-22 Tom de Vries <tdevries@suse.de>
1536
1537 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
1538 more informative.
1539
26c957f1
PA
15402019-08-21 Pedro Alves <palves@redhat.com>
1541
1542 * gdb.base/with.exp: Test "with" with no arguments.
1543
61f80d5d
TV
15442019-08-21 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.base/gdb-caching-proc.exp: Sort files.
1547
d7a11d13
TV
15482019-08-20 Tom de Vries <tdevries@suse.de>
1549
1550 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
1551 compilation.
1552
34dafe9f
TV
15532019-08-16 Tom de Vries <tdevries@suse.de>
1554
1555 * gdb.base/compare-sections.exp ("after run to main"): Allow
1556 mismatched read-only sections for PIE executables.
1557
398fdd60
TT
15582019-08-16 Tom Tromey <tom@tromey.com>
1559
1560 * lib/tuiterm.exp (_csi_Z): New proc.
1561 * gdb.tui/basic.exp: Update window positions.
1562 * gdb.tui/empty.exp: Update window positions.
1563
d8f9e51c
SL
15642019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1565
1566 * gdb.base/examine-backward.exp: Correct regexp for
1567 "examine 3 bytes backward from ${address_zero}".
1568
3df505f6
TT
15692019-08-15 Tom Tromey <tom@tromey.com>
1570
1571 * gdb.tui/empty.exp: Enable resizing tests.
1572
272560b5
TT
15732019-08-15 Tom Tromey <tromey@adacore.com>
1574
1575 * gdb.ada/char_enum.exp: Add regression tests.
1576 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
1577 and '0'.
1578 (Char, Gchar): Update.
1579 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
1580
08235187
CB
15812019-08-15 Christian Biesinger <cbiesinger@google.com>
1582
1583 * gdb.python/python.exp: Expect a leading underscore on
1584 GdbOutput{,Error}File.
1585
22a2ab04
SL
15862019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1587
1588 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
1589 Windows host.
1590
835b995b
SL
15912019-08-15 Sandra Loosemore <sandra@codesourcery.com>
1592
1593 * gdb.base/batch-preserve-term-settings.exp
1594 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
1595
97dd8e07
CB
15962019-08-15 Christian Biesinger <cbiesinger@google.com>
1597
1598 * lib/gdb.exp: When running on a mingw target, replace
1599 /x/ with x:/.
1600
75faf5c4
AH
16012019-08-14 Alan Hayward <alan.hayward@arm.com>
1602
1603 * gdb.arch/aarch64-prologue.c: New test.
1604 * gdb.arch/aarch64-prologue.exp: New file.
1605
abc6c00f
TV
16062019-08-13 Tom de Vries <tdevries@suse.de>
1607
1608 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
1609 Thread.
1610
74c2c1f4
SL
16112019-08-13 Sandra Loosemore <sandra@codesourcery.com>
1612
1613 * gdb.python/py-completion.exp: Download the .py file to the host
1614 and use its host pathname. Conditionalize tests that use
1615 tab completion and manipulate files on the build machine.
1616 * gdb.python/py-events.exp: Download the .py file to the host
1617 and use its host pathname.
1618 * gdb.python/py-evsignal.exp: Likewise.
1619 * gdb.python/py-evthreads.exp: Likewise.
1620 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
1621 pathname syntax.
1622 * gdb.python/py-framefilter.exp: Download the .py file to the right
1623 place on the host. Match Windows pathname syntax.
1624 * gdb.python/py-mi-var-info-path-expression.exp: Download the
1625 .py file to the host and use its host pathname.
1626 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
1627 * gdb.python/py-objfile.exp: Expect a host pathname, not a
1628 build pathname. Skip symlink test on Windows host. Add missing
1629 newline at end of file.
1630 * gdb.python/py-pp-maint.exp: Download the .py file to the host
1631 and use its host pathname.
1632 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
1633 * gdb.python/py-section-script.exp: Use host location of binfile
1634 on safe-path. Use correct path separator on Windows host.
1635 Reorder alternatives in gdb_test_multiple to prevent matching
1636 the wrong alternative on success.
1637 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
1638
ca2589f3
PP
16392019-08-12 Patrick Palka <patrick@parcs.ath.cx>
1640
1641 * gdb.gdb/selftest.exp (test_with_self): Update test to now
1642 expect the GDB inferior to no longer immediately stop after
1643 being resumed with "signal SIGINT".
1644
020a839d
SL
16452019-08-09 Sandra Loosemore <sandra@codesourcery.com>
1646
1647 * gdb.linespec/break-ask.exp: Generalize regexps to match
1648 Windows pathnames too.
1649
128d6509
TV
16502019-08-08 Tom de Vries <tdevries@suse.de>
1651
1652 PR testsuite/24862
1653 * lib/tuiterm.exp (_accept): Fix CSI regexp.
1654
590042fc
PW
16552019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1656
1657 * gdb.base/style.exp: Update tests for help doc new invariants.
1658 * gdb.base/help.exp: Likewise.
1659
046bebe1
TT
16602019-08-06 Tom Tromey <tom@tromey.com>
1661
1662 * gdb.base/style.exp: Add disassemble test.
1663 * gdb.base/style.c (some_called_function): New function.
1664 (main): Use it.
1665
0b27c27d
CB
16662019-08-05 Christian Biesinger <cbiesinger@google.com>
1667
1668 * gdb.python/py-block.exp: Test dictionary access on blocks.
1669
580f1034
SM
16702019-08-05 Simon Marchi <simon.marchi@efficios.com>
1671
1672 PR gdb/24863
1673 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
1674 -list-thread-groups --available test when running under
1675 check-read1.
1676
d86bd7cb
TV
16772019-08-05 Tom de Vries <tdevries@suse.de>
1678
1679 PR testsuite/24863
1680 * lib/gdb.exp (with_read1_timeout_factor): New proc.
1681 * gdb.base/help.exp: Use with_read1_timeout_factor.
1682 * gdb.base/info-macros.exp: Same.
1683 * gdb.cp/nested-types.exp: Same.
1684
a80cf5d8
TV
16852019-08-05 Tom de Vries <tdevries@suse.de>
1686
1687 * lib/gdb.exp (version_at_least): Factor out of ...
1688 (tcl_version_at_least): ... here.
1689 (gdb_compile): Fail if pie results in non-PIE executable.
1690 (readelf_version, readelf_prints_pie): New proc.
1691 (exec_is_pie): Return -1 if unknown.
1692
d0962838
TV
16932019-08-05 Tom de Vries <tdevries@suse.de>
1694
1695 * lib/gdb.exp (tcl_version_at_least): Fix typo.
1696
2252ff3d
SL
16972019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1698
1699 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
1700
26655f53
SL
17012019-08-04 Sandra Loosemore <sandra@codesourcery.com>
1702
1703 * lib/completion-support.exp (test_gdb_complete_none): Skip
1704 tab completion tests if no readline support.
1705 (test_gdb_complete_unique_re): Likewise.
1706 (test_gdb_complete_multiple): Likewise.
1707
db4dc13e
PW
17082019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1709
1710 * gdb.base/info_sources.exp: New file.
1711 * gdb.base/info_sources.c: New file.
1712 * gdb.base/info_sources_base.c: New file.
1713
0eba165a
PFC
17142019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
1715
1716 * gdb.base/batch-exit-status.exp: Call test_exit_status with
1717 prefix argument.
1718 (test_exit_status): Add prefix argument.
1719
59bd512b
TV
17202019-08-01 Tom de Vries <tdevries@suse.de>
1721
1722 PR testsuite/24863
1723 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
1724 calling exp_continue for new thread and thread exited messages.
1725
2a3ad588
TV
17262019-08-01 Tom de Vries <tdevries@suse.de>
1727
1728 PR testsuite/24863
1729 * gdb.base/structs.exp: Fix check-read1 timeout using
1730 gdb_test_sequence.
1731 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
1732
117eb594
TV
17332019-08-01 Tom de Vries <tdevries@suse.de>
1734
1735 PR testsuite/24863
1736 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
1737 line.
1738
ed591340
TV
17392019-08-01 Tom de Vries <tdevries@suse.de>
1740
1741 PR testsuite/24863
1742 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
1743
aa3b6533
TT
17442019-07-30 Tom Tromey <tromey@adacore.com>
1745
1746 * gdb.ada/display_nested.exp: New file.
1747 * gdb.ada/display_nested/foo.adb: New file.
1748 * gdb.ada/display_nested/pack.adb: New file.
1749 * gdb.ada/display_nested/pack.ads: New file.
1750
2906593f
CB
17512019-07-30 Christian Biesinger <cbiesinger@google.com>
1752
1753 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
1754 namespace.
1755 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
1756
0f575925
TV
17572019-07-30 Tom de Vries <tdevries@suse.de>
1758
1759 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
1760 instead.
1761
b13057d9
TV
17622019-07-30 Tom de Vries <tdevries@suse.de>
1763
1764 PR testsuite/24834
1765 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
1766 (exec_is_pie): New proc.
1767
5c4dde85
CB
17682019-07-29 Christian Biesinger <cbiesinger@google.com>
1769
1770 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
1771
c620ed88
CB
17722019-07-29 Christian Biesinger <cbiesinger@google.com>
1773
1774 * gdb.python/py-objfile.c: Add global and static vars.
1775 * gdb.python/py-objfile.exp: Test new functions Objfile.
1776 lookup_global_symbol and lookup_static_symbol.
1777
3d235706
TT
17782019-07-29 Tom Tromey <tom@tromey.com>
1779
1780 * lib/tuiterm.exp (Term::_csi_@): New proc.
1781 (Term::_csi_X): Don't move cursor.
1782
c7e4c0a6
PW
17832019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1784
1785 * gdb.base/options.exp: Update backtrace - completion to
1786 new option -frame-info.
1787 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
1788 Test new 'set print frame-info'. Test backtrace -frame-info
1789 overriding 'set print frame-info'.
1790 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
1791 Test new 'set print frame-info'.
1792 Verify consistency of backtrace with and without filters, with and
1793 without -no-filters.
1794 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
1795 default.
1796
de28a3b7
TV
17972019-07-29 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
1800 no arguments".
1801
507dd60e
TV
18022019-07-29 Tom de Vries <tdevries@suse.de>
1803
1804 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
1805 is a substring of the first for "complete non-unique file name".
1806
5beafce9
TV
18072019-07-29 Tom de Vries <tdevries@suse.de>
1808
1809 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
1810 with ".*".
1811
2d274232
TV
18122019-07-29 Tom de Vries <tdevries@suse.de>
1813
1814 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
1815 Pass prompt_regexp parameter to gdb_test_multiple calls.
1816
9197cd8b
TV
18172019-07-29 Tom de Vries <tdevries@suse.de>
1818
1819 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
1820 print registers" regexps.
1821
b528dae0
TV
18222019-07-29 Tom de Vries <tdevries@suse.de>
1823
1824 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
1825
d17725d7
TV
18262019-07-29 Tom de Vries <tdevries@suse.de>
1827
1828 PR gdb/24855
1829 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
1830 (skip_python_tests_prompt): Add prompt_regexp argument to
1831 gdb_test_multiple calls.
1832
52b75bf1
TT
18332019-07-27 Tom Tromey <tom@tromey.com>
1834
1835 * gdb.tui/main.exp: New file.
1836
2b1d00c2
TT
18372019-07-27 Tom Tromey <tom@tromey.com>
1838
1839 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
1840 optional.
1841 * gdb.tui/empty.exp: New file.
1842
ded631d5
TT
18432019-07-27 Tom Tromey <tom@tromey.com>
1844
1845 * lib/tuiterm.exp (spawn): New proc.
1846 (Term::resize): New proc.
1847 * gdb.tui/resize.exp: New file.
1848
58ac439d
TT
18492019-07-27 Tom Tromey <tom@tromey.com>
1850
1851 * gdb.tui/list.exp: New file.
1852
fe1f56ee
TT
18532019-07-27 Tom Tromey <tom@tromey.com>
1854
1855 * gdb.tui/regs.exp: New file.
1856
f790b310
TT
18572019-07-27 Tom Tromey <tom@tromey.com>
1858
1859 * gdb.tui/basic.exp: Add "layout split" test.
1860
d95fc6ee
TT
18612019-07-27 Tom Tromey <tom@tromey.com>
1862
1863 * gdb.tui/basic.exp: Add "layout asm" test.
1864
c3786b3a
TT
18652019-07-27 Tom Tromey <tom@tromey.com>
1866
1867 * lib/tuiterm.exp: New file.
1868 * gdb.tui/basic.exp: New file.
1869
98a617f8
KB
18702019-07-27 Kevin Buettner <kevinb@redhat.com>
1871
1872 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
1873 Enable tests associated with this flag. Adjust regex
1874 referencing "foo_low" to now refer to "foo_cold" instead.
1875
5c076da4
KB
18762019-07-27 Kevin Buettner <kevinb@redhat.com>
1877
1878 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
1879 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
1880 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
1881 foo_cold. Revise comments to match.
1882 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
1883 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
1884 were wrapped into this proc; Call do_test in loop from outermost
1885 level.
1886 (foo_low): Rename all occurrences to "foo_cold".
1887 (backtrace from baz): New test.
1888 (x2/i foo_cold): New test.
1889 (info line *foo_cold): New test.
1890
1512d3b7
TV
18912019-07-26 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.arch/i386-pkru.exp: Fix unterminated string.
1894
297989a1
TV
18952019-07-25 Tom de Vries <tdevries@suse.de>
1896
1897 PR testsuite/24830
1898 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
1899 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
1900 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
1901 (skip_libstdcxx_probe_tests): ... here.
1902 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
1903
b3b965fb
TV
19042019-07-24 Tom de Vries <tdevries@suse.de>
1905
1906 PR testsuite/24807
1907 * gdb.objc/basicclass.m: Include stdio.h.
1908 * gdb.objc/nondebug.m: Same.
1909 * gdb.objc/objcdecode.m: Same.
1910
4625b4d0
TV
19112019-07-24 Tom de Vries <tdevries@suse.de>
1912
1913 PR testsuite/24612
1914 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
1915 additional_flags.
1916
024a5840
TV
19172019-07-24 Tom de Vries <tdevries@suse.de>
1918
1919 PR testsuite/24831
1920 * gdb.multi/tids.exp: Update error messages for info threads.
1921
c76ddaa3
TV
19222019-07-24 Tom de Vries <tdevries@suse.de>
1923
1924 * gdb.base/info-types.exp: Allow info types to print info for more than
1925 one file.
1926
9a618ef6
TV
19272019-07-23 Tom de Vries <tdevries@suse.de>
1928
1929 PR testsuite/24842
1930 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
1931 gdb_spawn_with_cmdline_opts.
1932
40eadf04
SP
19332019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1934
1935 * gdb.arch/arm-cmse-sgstubs.c: New test.
1936 * gdb.arch/arm-cmse-sgstubs.exp: New file.
1937
5ba29434
TV
19382019-07-23 Tom de Vries <tdevries@suse.de>
1939
1940 PR testsuite/24711
1941 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
1942 issuing next command.
1943
a8e9d247
AB
19442019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1945
1946 * gdb.ada/info_auto_lang.exp: Update expected results.
1947 * gdb.base/info-types.c: Add additional types to check.
1948 * gdb.base/info-types.exp: Update expected results.
1949
eb86c5e2
AB
19502019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.base/info-types.c: New file.
1953 * gdb.base/info-types.exp: New file.
1954
01e175fe
AB
19552019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
1956
1957 * gdb.arch/riscv-bp-infcall.c: New file.
1958 * gdb.arch/riscv-bp-infcall.exp: New file.
1959
6b78c3f8
AB
19602019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
1961
1962 PR breakpoints/24541
1963 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
1964
da738167
TV
19652019-07-14 Tom de Vries <tdevries@suse.de>
1966
1967 PR testsuite/24760
1968 * gdb.objc/basicclass.exp: Fix unterminated string.
1969
0d4e84ed
AB
19702019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
1971 Andrew Burgess <andrew.burgess@embecosm.com>
1972
1973 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
1974 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
1975 negative bounds.
1976 * gdb.fortran/vla-value.exp: Print elements of an array with
1977 negative bounds.
1978 * gdb.fortran/vla.f90: Setup an array with negative bounds for
1979 testing.
1980
021d8588
AB
19812019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
1982
1983 * gdb.base/options.exp (expect_string): Dequote strings in
1984 results.
1985 (test-string): Test strings with different quoting and reindent.
1986
f06f1252
TT
19872019-07-10 Tom Tromey <tromey@adacore.com>
1988
1989 * gdb.ada/mi_ex_cond.exp: Update expected results.
1990 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
1991 * gdb.ada/mi_catch_ex.exp: Update expected results.
1992 * gdb.ada/mi_catch_assert.exp: Update expected results.
1993 * gdb.ada/catch_ex.exp (catch_exception_info)
1994 (catch_exception_entry, catch_assert_entry)
1995 (catch_unhandled_entry): Update.
1996 * gdb.ada/catch_assert_if.exp: Update expected results.
1997
b863685d
RB
19982019-07-10 Richard Bunt <richard.bunt@arm.com>
1999 Stephen Roberts <stephen.roberts@arm.com>
2000
2001 * gdb.base/define.exp: Restore original prompt.
2002
cb1e4e32
PA
20032019-07-09 Pedro Alves <palves@redhat.com>
2004
2005 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
2006 breakpoints" output.
2007 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
2008 * gdb.python/py-breakpoint.exp: No longer expect that "catch
2009 throw" creates breakpoint.
2010 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
2011 'type="catchpoint"'.
2012
b58a68fe
PA
20132019-07-09 Pedro Alves <palves@redhat.com>
2014
2015 PR c++/15468
2016 * gdb.cp/except-multi-location-lib.cc: New.
2017 * gdb.cp/except-multi-location-main.cc: New.
2018 * gdb.cp/except-multi-location.exp: New.
2019
0826779b
PW
20202019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
2021
2022 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
2023 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
2024 argument and update callers.
2025
5b0e2db4
AB
20262019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
2027
2028 * gdb.arch/amd64-break-on-asm-line.S: New file.
2029 * gdb.arch/amd64-break-on-asm-line.exp: New file.
2030
1f6f6e21
PW
20312019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2032
2033 * gdb.base/printcmds.exp: Test printing C string and
2034 C wide string convenience vars without transiting via the inferior.
2035 Also make test names unique.
2036
ea142fbf
AH
20372019-07-08 Alan Hayward <alan.hayward@arm.com>
2038
5862c886 2039 PR breakpoints/25011
ea142fbf
AH
2040 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
2041
213fd9fa
PA
20422019-07-04 Pedro Alves <palves@redhat.com>
2043
2044 * lib/gdb.exp (foreach_with_prefix): Don't return early if
2045 body returned ok(0), break(3) or continue(4).
2046 * gdb.testsuite/foreach_with_prefix.exp: New file.
2047
2b40fda7
AH
20482019-07-04 Alan Hayward <alan.hayward@arm.com>
2049
2050 * gdb.server/unittest.exp: Allow 0 unit tests to run.
2051
a26c8de0
PA
20522019-07-03 Pedro Alves <palves@redhat.com>
2053
2054 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
2055 "return -code".
2056
5f4ba3e7
PA
20572019-07-03 Pedro Alves <palves@redhat.com>
2058
2059 PR cli/24732
2060 * gdb.base/shell.exp: Load completion-support.exp.
2061 Adjust expected error output. Add completion tests.
2062
a994424f
PA
20632019-07-03 Pedro Alves <palves@redhat.com>
2064
2065 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
2066 string_to_regexp.
2067
3d9be6f5
PA
20682019-07-03 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
2071 (expect_integer): Adjust to expect "-string".
2072 (expect_string): New.
2073 (all_options): Expect "-string".
2074 (test-flag, test-boolean): Adjust to expect "-string".
2075 (test-string): New proc.
2076 (top level): Call it.
2077
41fc454c
PA
20782019-07-03 Pedro Alves <palves@redhat.com>
2079
2080 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
2081 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
2082 the expected output in the success.
2083
b2b2a215
PA
20842019-07-03 Pedro Alves <palves@redhat.com>
2085
2086 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2087 Split one gdb_test_multiple call in two to avoid a race.
2088
fdbc9870
PA
20892019-07-03 Pedro Alves <palves@redhat.com>
2090
2091 * gdb.base/with.c: New file.
2092 * gdb.base/with.exp: New file.
2093
c6ac8931
PA
20942019-07-03 Pedro Alves <palves@redhat.com>
2095
2096 * gdb.base/settings.exp: Replace all references to "maint
2097 test-settings set" with references to "maint set test-settings",
2098 and all references to "maint test-settings show" with references
2099 to "maint show test-settings".
2100
970f9d09
PA
21012019-07-03 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.base/settings.exp (test-string): Adjust expected out when
2104 testing "maint test-settings show filename"
2105
54d66006
PA
21062019-07-02 Pedro Alves <palves@redhat.com>
2107
2108 * gdb.base/options.exp (test-info-threads): New procedure.
2109 (top level): Call it.
2110
10d06d82
TT
21112019-06-28 Tom Tromey <tromey@adacore.com>
2112
2113 * gdb.dwarf2/ada-linkage-name.c: New file.
2114 * gdb.dwarf2/ada-linkage-name.exp: New file.
2115
3d507ff2
TT
21162019-06-27 Tom Tromey <tromey@adacore.com>
2117
d039f014 2118 PR c++/20020:
3d507ff2
TT
2119 * gdb.cp/constexpr-field.exp: Use setup_xfail.
2120
8af58ffe
TV
21212019-06-26 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
2124
22e21752
TV
21252019-06-26 Tom de Vries <tdevries@suse.de>
2126
2127 * gdb.base/index-cache.exp: Add back missing debug option.
2128
b65b566c
PW
21292019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2130
2131 * gdb.base/alias.exp: Test non matching/non existing prefixes.
2132
5c2c8c69
TV
21332019-06-25 Tom de Vries <tdevries@suse.de>
2134
2135 PR testsuite/24727
2136 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
2137
164e3873
TV
21382019-06-24 Tom de Vries <tdevries@suse.de>
2139
2140 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
2141
824eacee
TV
21422019-06-24 Tom de Vries <tdevries@suse.de>
2143
2144 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
2145 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
2146 * gdb.trace/unavailable-dwarf-piece.exp: Same.
2147
385b97d3
TV
21482019-06-24 Tom de Vries <tdevries@suse.de>
2149
2150 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
2151
c596f180
TV
21522019-06-21 Tom de Vries <tdevries@suse.de>
2153
2154 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
2155
b13a7d03
TV
21562019-06-21 Tom de Vries <tdevries@suse.de>
2157
2158 PR testsuite/24518
2159 PR ada/24713
2160 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
2161 index.
2162
899277ae
TT
21632019-06-19 Tom Tromey <tromey@adacore.com>
2164
2165 * gdb.ada/length_cond.exp: Add intro comment.
2166
680e1bee
TT
21672019-06-19 Tom Tromey <tromey@adacore.com>
2168
2169 * gdb.ada/length_cond.exp: New file.
2170 * gdb.ada/length_cond/length_cond.adb: New file.
2171 * gdb.ada/length_cond/pck.adb: New file.
2172 * gdb.ada/length_cond/pck.ads: New file.
2173
0ed4690a
TV
21742019-06-18 Tom de Vries <tdevries@suse.de>
2175
2176 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
2177
d20ed5fd
TT
21782019-06-18 Tom Tromey <tromey@adacore.com>
2179
2180 * gdb.base/list0.h: Add comment explaining control character.
2181
86e04673
TV
21822019-06-18 Tom de Vries <tdevries@suse.de>
2183
2184 * boards/fission.exp: Break up long debug_flags line.
2185
c4973306
SM
21862019-06-16 Tom de Vries <tdevries@suse.de>
2187
2188 PR gdb/24445
2189 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
2190 generated index.
2191
93cb9841
AB
21922019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
2193
2194 PR gdb/24686
2195 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
2196 improve detection of bug gdb/24541.
2197
399aaebd
SM
21982019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
2199
2200 PR gdb/24669
2201 * gdb.base/index-cache.exp (uses_readnow,
2202 expecting_index_cache_use): Define global variable.
2203 (test_cache_enabled_miss, test_cache_enabled_hit): Use
2204 expecting_index_cache_use.
2205
584a927c
AB
22062019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
2207 Andrew Burgess <andrew.burgess@embecosm.com>
2208
2209 * gdb.fortran/pointers.f90: New file.
2210 * gdb.fortran/print_type.exp: New file.
2211 * gdb.fortran/vla-ptype.exp: Adapt expected results.
2212 * gdb.fortran/vla-type.exp: Likewise.
2213 * gdb.fortran/vla-value.exp: Likewise.
2214 * gdb.mi/mi-vla-fortran.exp: Likewise.
2215
30056ea0
AB
22162019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
2219 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
2220 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
2221 as a stop reason.
2222
ec8e2b6d
AB
22232019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2224
2225 * gdb.base/annota1.exp: Update expected results.
2226 * gdb.cp/annota2.exp: Likewise.
2227 * gdb.cp/annota3.exp: Likewise.
2228
09e4c4e1
AB
22292019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
2230
2231 * gdb.base/style-logging.exp: Remove path from test name.
2232
0735b091
TT
22332019-06-14 Tom Tromey <tromey@adacore.com>
2234
2235 PR gdb/24502:
2236 * gdb.base/style-logging.exp: New file.
2237
f5686554
TT
22382019-06-14 Tom Tromey <tromey@adacore.com>
2239
2240 * gdb.base/symfile-warn.exp: New file.
2241 * gdb.base/symfile-warn.c: New file.
2242
a0c1ffed
TT
22432019-06-14 Tom Tromey <tromey@adacore.com>
2244
2245 * gdb.base/annotate-symlink.exp: New file.
2246
f411722c
TT
22472019-06-14 Tom Tromey <tromey@adacore.com>
2248
2249 * gdb.ada/set_wstr.exp: Add reassignment test.
2250
4268ec18
TT
22512019-06-14 Tom Tromey <tromey@adacore.com>
2252
2253 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
2254 'unchecked_access and 'unrestricted_access as well.
2255
9a9e394b
TT
22562019-06-14 Tom Tromey <tromey@adacore.com>
2257
2258 PR ada/24539:
2259 * gdb.ada/vla.exp: Update tests.
2260 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
2261 pragma.
2262
4c048731
PA
22632019-06-13 Pedro Alves <palves@redhat.com>
2264
2265 * gdb.base/settings.exp (test-integer): Test junk after
2266 "unlimited".
2267
6665660a
PA
22682019-06-13 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/options.exp (test-thread-apply): New.
2271 (top level): Call it.
2272
5d707134
PA
22732019-06-13 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.base/options.exp (test-frame-apply): New.
2276 (top level): Test print commands with different "frame apply"
2277 prefixes.
2278
e2a689da
PA
22792019-06-13 Pedro Alves <palves@redhat.com>
2280
e79be6e5 2281 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
2282 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
2283 'max_completions' parameter and handle it.
2284 (test_gdb_completion_offers_commands): New.
2285
90a1ef87
PA
22862019-06-13 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
2289
d4c16835
PA
22902019-06-13 Pedro Alves <palves@redhat.com>
2291
2292 * gdb.base/options.exp (test-backtrace): New.
2293 (top level): Call it.
2294
2daf894e
PA
22952019-06-13 Pedro Alves <palves@redhat.com>
2296
2297 * gdb.guile/scm-frame-args.exp: Use "set print
2298 raw-frame-arguments" instead of "set print raw frame-arguments".
2299 * gdb.python/py-frame-args.exp: Likewise.
2300
e6ed716c
PA
23012019-06-13 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.compile/compile.exp: Adjust expected output to option
2304 processing changes.
2305
7d8062de
PA
23062019-06-13 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.base/options.exp: Build executable.
2309 (test-print): New procedure.
2310 (top level): Call it, once for "print" and another for "compile
2311 print".
2312
9d0faba9
PA
23132019-06-13 Pedro Alves <palves@redhat.com>
2314
2315 * gdb.base/options.c: New file.
2316 * gdb.base/options.exp: New file.
2317
dee7b4c8
PA
23182019-06-13 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
2321 that "o" is ambiguous.
2322
dca0f6c0
PA
23232019-06-13 Pedro Alves <palves@redhat.com>
2324
2325 * gdb.base/settings.c: New file.
2326 * gdb.base/settings.exp: New file.
2327
ccf46844
PA
23282019-06-13 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/completion.exp: Fix comment typo.
2331
b9a3f842
PA
23322019-06-13 Pedro Alves <palves@redhat.com>
2333
2334 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
2335 foo --1" test.
2336
d106773e
PA
23372019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
2338
2339 * gdb.fortran/block-data.f: New.
2340 * gdb.fortran/block-data.exp: New.
2341
fea82da0
TV
23422019-06-11 Tom de Vries <tdevries@suse.de>
2343
2344 PR testsuite/24521
2345 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
2346 message.
2347
8c2e74f1
TV
23482019-06-11 Tom de Vries <tdevries@suse.de>
2349
2350 PR testsuite/24521
2351 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
2352
b49851c8
TV
23532019-06-11 Tom de Vries <tdevries@suse.de>
2354
2355 * boards/readnow.exp: New file.
2356
a7067863
AB
23572019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
2358
2359 * gdb.fortran/vla-sizeof.exp: Update expected results.
2360
1a3da2cd
AB
23612019-06-06 Amos Bird <amosbird@gmail.com>
2362
2363 * gdb.base/annota1.exp (thread_switch): Add test for
2364 thread-exited annotation.
2365
3847a7bf
TT
23662019-06-06 Tom Tromey <tromey@adacore.com>
2367
2368 * gdb.base/maint.exp: Expect command started/finished output.
2369
0088ba59
AB
23702019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2371
2372 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
2373 comment.
2374 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
2375
312617a3
AB
23762019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
2377
2378 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
2379 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
2380 * gdb.arch/riscv-unwind-long-insn.c: New file.
2381 * gdb.arch/riscv-unwind-long-insn.exp: New file.
2382
e1f2e1a2
CB
23832019-06-04 Christian Biesinger <cbiesinger@google.com>
2384
d3238f7d 2385 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 2386
206584bd
PW
23872019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2388
2389 * lib/gdb.exp (help_list_trailer): New regexp variable
2390 factorizing the help trailer message.
2391 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
2392 arg to allow to better factorize various tests.
2393 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
2394 (test_prefix_command_help): Use help_list_trailer.
2395 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
2396 * gdb.guile/scm-cmd.exp: Likewise.
2397 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
2398 * gdb.base/help.exp: Use test_user_defined_class_help.
2399 * gdb.base/style.exp: Add tests for styling of help and apropos.
2400 * lib/gdb-utils.exp (style): Add title and highlight styles.
2401
708dc93e
PW
24022019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2403
2404 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
2405 $_shell_exitsignal.
2406 * gdb.base/default.exp: Update for new convenience variables.
2407
f49055a5
TT
24082019-05-29 Tom Tromey <tromey@adacore.com>
2409
2410 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
2411 to "break complete ada" test case's regexp.
2412
4330d61d
TT
24132019-05-29 Tom Tromey <tromey@adacore.com>
2414
2415 PR c++/20020:
2416 * gdb.cp/constexpr-field.exp: New file.
2417 * gdb.cp/constexpr-field.cc: New file.
2418
000439d5
TT
24192019-05-29 Tom Tromey <tromey@adacore.com>
2420
2421 * gdb.base/finish.exp (finish_no_print): New proc.
2422 (finish_tests): Call it.
2423
5a01c34c
TV
24242019-05-24 Tom de Vries <tdevries@suse.de>
2425
2426 * gdb.dwarf2/gdb-add-index.exp: New file.
2427
18125b16
TT
24282019-05-22 Tom Tromey <tromey@adacore.com>
2429
2430 * gdb.base/info-shared.exp (check_info_shared): Use "style".
2431 * gdb.base/style.exp: Use "style".
2432 * lib/gdb-utils.exp (style): New proc.
2433
af1a8d03
TV
24342019-05-22 Tom de Vries <tdevries@suse.de>
2435
2436 * gdb.base/align.exp: Require c++11.
2437
e7fe496b
TV
24382019-05-22 Tom de Vries <tdevries@suse.de>
2439
2440 PR testsuite/24586
2441 * gdb.python/py-mi-var-info-path-expression.exp: Call
2442 mi_skip_python_tests to check if python is supported.
2443
8fca4da0
AH
24442019-05-22 Alan Hayward <alan.hayward@arm.com>
2445
2446 * gdb.arch/aarch64-pauth.c: New test.
2447 * gdb.arch/aarch64-pauth.exp: New file.
2448
b7060614
AH
24492019-05-22 Alan Hayward <alan.hayward@arm.com>
2450
2451 * README (Re-running Tests Outside The Testsuite): New section.
2452
669d0468
TV
24532019-05-21 Tom de Vries <tdevries@suse.de>
2454
2455 * gdb.arch/amd64-eval.exp: Require c++11.
2456 * gdb.base/max-depth.exp: Same.
2457 * gdb.compile/compile-cplus-array-decay.exp: Same.
2458 * gdb.cp/meth-typedefs.exp: Same.
2459 * gdb.cp/subtypes.exp: Same.
2460 * gdb.cp/temargs.exp: Same.
2461
ce3ebcaa
AH
24622019-05-21 Alan Hayward <alan.hayward@arm.com>
2463
2464 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
2465
34d11c68
AB
24662019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
2467
2468 PR gdb/18644
2469 * gdb.fortran/complex.exp: Remove setup_kfail calls.
2470 * gdb.fortran/printing-types.exp: Add new test.
2471 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
2472 testing.
2473 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
2474 setup_kfail call.
2475
87781e84
AH
24762019-05-17 Alan Hayward <alan.hayward@arm.com>
2477
2478 * README (Running the Testsuite): Change example.
2479 (Testsuite Parameters): Remove TRANSCRIPT.
2480 * lib/gdb.exp: Remove TRANSCRIPT check.
2481
b420b89e
AH
24822019-05-17 Alan Hayward <alan.hayward@arm.com>
2483
2484 * README (Testsuite Parameters): Add replay logging to
2485 GDBSERVER_DEBUG.
2486 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
2487 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
2488 as a comma separated list.
2489 (gdb_debug_init): Override procedure.
2490
408e9b8b
AH
24912019-05-17 Alan Hayward <alan.hayward@arm.com>
2492
2493 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
2494 (gdb_write_cmd_file): New procedure.
2495 * lib/gdbserver-support.exp (gdbserver_start): Call
2496 gdbserver_write_cmd_file.
2497 (gdbserver_write_cmd_file): New procedure.
2498
f9e2e39d
AH
24992019-05-17 Alan Hayward <alan.hayward@arm.com>
2500
2501 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
2502 (delete_breakpoints): Likewise.
2503 (gdb_run_cmd): Likewise.
2504 (gdb_start_cmd): Likewise.
2505 (gdb_starti_cmd): Likewise.
2506 (gdb_internal_error_resync): Likewise.
2507 (gdb_test_multiple): Likewise.
2508 (gdb_reinitialize_dir): Likewise.
2509 (default_gdb_exit): Likewise.
2510 (gdb_file_cmd): Mark kill as optional.
2511 (default_gdb_start): Call gdb_stdin_log_init.
2512 (send_gdb): Call gdb_stdin_log_write.
2513 (rerun_to_main): Mark Y as an answer.
2514 (gdb_stdin_log_init): New function.
2515 (gdb_stdin_log_write): Likewise.
2516
81f47ac2
AH
25172019-05-17 Alan Hayward <alan.hayward@arm.com>
2518
2519 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
2520 * gdb.base/debug-expr.exp: Likewise.
2521 * gdb.base/foll-fork.exp: Likewise.
2522 * gdb.base/foll-vfork.exp: Likewise.
2523 * gdb.base/fork-print-inferior-events.exp: Likewise.
2524 * gdb.base/gdb-sigterm.exp: Likewise.
2525 * gdb.base/gdbinit-history.exp: Likewise.
2526 * gdb.base/osabi.exp: Likewise.
2527 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
2528 * gdb.base/ui-redirect.exp: Likewise.
2529 * gdb.gdb/unittest.exp: Likewise.
2530 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
2531 * gdb.mi/mi-watch.exp: Likewise.
2532 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2533 * gdb.mi/user-selected-context-sync.exp: Likewise.
2534 * gdb.python/python.exp: Disable debug test when debugging.
2535 * gdb.threads/check-libthread-db.exp: Disable when debugging.
2536 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
2537 Likewise.
2538 * gdb.threads/stepi-random-signal.exp: Likewise.
2539
29b52314
AH
25402019-05-17 Alan Hayward <alan.hayward@arm.com>
2541
2542 * Makefile.in: Pass through GDB_DEBUG.
2543 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2544 (gdb,debug): Add board setting.
2545 * lib/gdb.exp (default_gdb_start): Start debugging.
2546 (gdb_debug_enabled): New procedure.
2547 (gdb_debug_init): Likewise.
29b52314
AH
2548
25492019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 2550
29b52314
AH
2551 * Makefile.in: Pass through GDB_DEBUG.
2552 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
2553 (gdb,debug): Add board setting.
2554 * lib/gdb.exp (default_gdb_start): Start debugging.
2555 (gdb_debug_enabled): New procedure.
2556 (gdb_debug_init): Likewise.
29b52314 2557
ca1285d1
AH
25582019-05-17 Alan Hayward <alan.hayward@arm.com>
2559
2560 * gdb.base/ui-redirect.exp: Add debug redirect tests.
2561
f3a09c80
AH
25622019-05-17 Alan Hayward <alan.hayward@arm.com>
2563
2564 * gdb.base/ui-redirect.exp: Test redirection.
2565
26648588
JV
25662019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
2567
2568 * gdb.mi/mi-complete.exp: New file.
2569 * gdb.mi/mi-complete.cc: Likewise.
2570
14237686
AB
25712019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
2572
2573 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
2574 indexed and sliced arrays, and pointers to arrays.
2575
e7bd7fba
TT
25762019-05-14 Tom Tromey <tromey@adacore.com>
2577
2578 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
2579 styling test.
2580
2764128d
TV
25812019-05-14 Tom de Vries <tdevries@suse.de>
2582
2583 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
2584 selection entry encoding.
2585
71bed2db
TT
25862019-05-10 Tom Tromey <tromey@adacore.com>
2587
2588 * gdb.ada/info_exc.exp: Add "complete" test.
2589
63b667ad
TV
25902019-05-09 Tom de Vries <tdevries@suse.de>
2591
2592 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
2593 CU-relative.
2594
9cfd2b89
TV
25952019-05-09 Tom de Vries <tdevries@suse.de>
2596
2597 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
2598 CU-relative.
2599
2228ef77
XR
26002019-05-08 Joel Brobecker <brobecker@adacore.com>
2601
2602 * gdb.ada/frame_arg_lang.exp: New testcase.
2603 * gdb.ada/frame_arg_lang/bla.adb: New file.
2604 * gdb.ada/frame_arg_lang/pck.ads: New file.
2605 * gdb.ada/frame_arg_lang/pck.adb: New file.
2606 * gdb.ada/frame_arg_lang/foo.c: New file.
2607
80e55b13
TT
26082019-05-08 Tom Tromey <tromey@adacore.com>
2609
2610 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
2611
9d3421af
TT
26122019-05-08 Tom Tromey <tromey@adacore.com>
2613
2614 * gdb.base/ptype-offsets.exp: Update tests.
2615
844333e2
TT
26162019-05-08 Tom Tromey <tromey@adacore.com>
2617
2618 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
2619 cases.
2620 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
2621 "short".
2622
988915ee
TT
26232019-05-08 Tom Tromey <tromey@adacore.com>
2624
2625 * gdb.ada/vla.exp: New file.
2626 * gdb.ada/vla/vla.adb: New file.
2627
7bd55dac
TV
26282019-05-07 Tom de Vries <tdevries@suse.de>
2629
2630 * gdb.base/index-cache.exp (ls_host): Fix return statement.
2631
75f06e9d
TV
26322019-05-07 Tom de Vries <tdevries@suse.de>
2633
2634 PR testsuite/24522
2635 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
2636 section.
2637
77e7aaa4
TV
26382019-05-07 Tom de Vries <tdevries@suse.de>
2639
2640 PR testsuite/24522
2641 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
2642 .debug_aranges section.
2643
456ba0fa
TV
26442019-05-07 Tom de Vries <tdevries@suse.de>
2645
2646 PR testsuite/24159
2647 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
2648
5a56d6a6
TV
26492019-05-06 Tom de Vries <tdevries@suse.de>
2650
2651 * lib/gdb.exp (exec_has_index_section): New proc.
2652 * gdb.base/index-cache.exp: Handle case that binfile contains an index
2653 section.
2654
9d6d4be8
TV
26552019-05-04 Tom de Vries <tdevries@suse.de>
2656
2657 * boards/cc-with-debug-names.exp: New file.
2658
222a8d25
TT
26592019-05-03 Tom Tromey <tromey@adacore.com>
2660
2661 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
2662 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
2663 * gdb.ada/char_enum.exp: Add test.
2664
0fdfd794
TV
26652019-05-03 Tom de Vries <tdevries@suse.de>
2666
2667 * boards/cc-with-gdb-index.exp: New file.
2668
80062eb9
AB
26692019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.rust/simple.exp: Add new test case.
2672 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
2673 (main): Initialise an instance of the new struct.
2674
4504bbde
TT
26752019-05-01 Tom Tromey <tromey@adacore.com>
2676
2677 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
2678 record.
2679 (NPR): New variable.
2680 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
2681 test.
2682
d48e62f4
TT
26832019-05-01 Tom Tromey <tromey@adacore.com>
2684
2685 * gdb.ada/packed_array_assign.exp: Add packed assignment
2686 regression test.
2687
f59f30f5
TV
26882019-05-01 Tom de Vries <tdevries@suse.de>
2689
2690 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
2691
b70bfc54
TV
26922019-05-01 Tom de Vries <tdevries@suse.de>
2693
2694 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
2695
15f18d14
AT
26962019-04-30 Ali Tamur <tamur@google.com>
2697
2698 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
2699
2ff0a947
TT
27002019-04-30 Tom Tromey <tromey@adacore.com>
2701
2702 * lib/ada.exp (find_ada_tool): New proc.
2703 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
2704 * gdb.ada/catch_ex_std.exp: New file.
2705 * gdb.ada/catch_ex_std/foo.adb: New file.
2706 * gdb.ada/catch_ex_std/some_package.adb: New file.
2707 * gdb.ada/catch_ex_std/some_package.ads: New file.
2708
a776957c
TT
27092019-04-30 Tom Tromey <tromey@adacore.com>
2710
2711 PR c++/24470:
2712 * gdb.cp/temargs.cc: Add test code from PR.
2713
bc68014d
AB
27142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.fortran/vla-datatypes.exp: Update expected results.
2717 * gdb.fortran/vla-ptype.exp: Likewise.
2718 * gdb.fortran/vla-type.exp: Likewise.
2719 * gdb.fortran/vla-value.exp: Likewise.
2720
f1fdc960
AB
27212019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * gdb.fortran/ptr-indentation.exp: Update expected results.
2724 * gdb.fortran/ptype-on-functions.exp: Likewise.
2725 * gdb.fortran/vla-ptr-info.exp: Likewise.
2726 * gdb.fortran/vla-value.exp: Likewise.
2727
bf7a4de1
AB
27282019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2729
2730 * gdb.fortran/ptype-on-functions.exp: New file.
2731 * gdb.fortran/ptype-on-functions.f90: New file.
2732
bbe75b9d
AB
27332019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2734
2735 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
2736 case void string.
2737
1db455a7
AB
27382019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.fortran/complex.exp: Expand.
2741 * gdb.fortran/complex.f: Renamed to...
2742 * gdb.fortran/complex.f90: ...this, and extended to add more
2743 complex values.
2744
b6d03bb2
AB
27452019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
2746
2747 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
2748 MODULO, CMPLX.
2749
2e62ab40
AB
27502019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
2751 Richard Bunt <richard.bunt@arm.com>
2752
2753 * gdb.base/max-depth.c: New file.
2754 * gdb.base/max-depth.exp: New file.
2755 * gdb.python/py-nested-maps.c: New file.
2756 * gdb.python/py-nested-maps.exp: New file.
2757 * gdb.python/py-nested-maps.py: New file.
2758 * gdb.python/py-format-string.exp (test_max_depth): New proc.
2759 (test_all_common): Call test_max_depth.
2760 * gdb.fortran/max-depth.exp: New file.
2761 * gdb.fortran/max-depth.f90: New file.
2762 * gdb.go/max-depth.exp: New file.
2763 * gdb.go/max-depth.go: New file.
2764 * gdb.modula2/max-depth.exp: New file.
2765 * gdb.modula2/max-depth.c: New file.
2766 * lib/gdb.exp (get_print_expr_at_depths): New proc.
2767
d2b584a5
TV
27682019-04-29 Tom de Vries <tdevries@suse.de>
2769
2770 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
2771
136afab8
PW
27722019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2773
2774 * gdb.base/callexit.exp: Test may-call-functions off.
2775
725cbb63
KS
27762019-04-25 Keith Seitz <keiths@redhat.com>
2777
2778 PR c++/24367
2779 * gdb.cp/meth-typedefs.cc (incomplete_struct)
2780 (another_incomplete_struct, test_incomplete): New definitions.
2781 (main): Use new definitions.
2782 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
2783 functions.
2784
701adfb0
PA
27852019-04-25 Ali Tamur <tamur@google.com>
2786
2787 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
2788
82433e3e
SDJ
27892019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
2790
2791 PR corefiles/11608
2792 PR corefiles/18187
2793 * gdb.base/coredump-filter-build-id.exp: New file.
2794
dd06d4d6
AH
27952019-04-25 Alan Hayward <alan.hayward@arm.com>
2796
e79be6e5
SM
2797 * Makefile.in: Pass through GDBSERVER_DEBUG.
2798 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
2799 (gdbserver,debug): Add board setting.
2800 * gdb.trace/tspeed.exp: Skip when debugging.
2801 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
2802 * lib/gdbserver-support.exp: Likewise
dd06d4d6 2803
1670072e
TT
28042019-04-24 Tom Tromey <tromey@adacore.com>
2805
2806 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
2807 Rust.
2808
a59240a4
TT
28092019-04-24 Tom Tromey <tromey@adacore.com>
2810
2811 * gdb.arch/amd64-eval.exp: Test bitfield return.
2812 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
2813 (class Foo) <return_bitfields>: New method.
2814 (main): Call it.
2815
b907456c
AB
28162019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
2817
2818 * gdb.cp/many-args.cc: New file.
2819 * gdb.cp/many-args.exp: New file.
2820
5c565afd
TV
28212019-04-23 Tom de Vries <tdevries@suse.de>
2822
2823 PR gdb/24433
2824 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
2825
ba22ff86
AH
28262019-04-23 Alan Hayward <alan.hayward@arm.com>
2827
2828 * gdb.trace/backtrace.exp: Use nopie flag.
2829 * gdb.trace/circ.exp: Likewise.
2830 * gdb.trace/collection.exp: Likewise.
2831 * gdb.trace/ftrace.exp: Likewise.
2832 * gdb.trace/mi-trace-unavailable.exp: Likewise.
2833 * gdb.trace/mi-traceframe-changed.exp: Likewise.
2834 * gdb.trace/qtro.exp: Likewise.
2835 * gdb.trace/read-memory.exp: Likewise.
2836 * gdb.trace/report.exp: Likewise.
2837 * gdb.trace/tfile.exp: Likewise.
2838 * gdb.trace/tfind.exp: Likewise.
2839 * gdb.trace/unavailable.exp: Likewise.
2840
7905fc35
PA
28412019-04-22 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.base/solib-probes-nosharedlibrary.c,
2844 gdb.base/solib-probes-nosharedlibrary.exp: New files.
2845
8ecb59f8
TT
28462019-04-19 Tom Tromey <tromey@adacore.com>
2847
2848 * gdb.ada/ptype_union.c: New file.
2849 * gdb.ada/ptype_union.exp: New file.
2850
62160ec9
TT
28512019-04-19 Tom Tromey <tromey@adacore.com>
2852
2853 PR symtab/24423:
2854 * gdb.base/list0.h (foo): Add a control-l character.
2855
36cd4ba5
TV
28562019-04-18 Tom de Vries <tdevries@suse.de>
2857
2858 PR gdb/24433
2859 * boards/local-board.exp: Set sysroot to "".
2860
b73715df
TV
28612019-04-18 Tom de Vries <tdevries@suse.de>
2862 Pedro Alves <palves@redhat.com>
2863
2864 PR gdb/24454
2865 * gdb.threads/vfork-follow-child-exec.c: New file.
2866 * gdb.threads/vfork-follow-child-exec.exp: New file.
2867 * gdb.threads/vfork-follow-child-exit.c: New file.
2868 * gdb.threads/vfork-follow-child-exit.exp: New file.
2869
4aa866af
LS
28702019-04-15 Leszek Swirski <leszeks@google.com>
2871
2872 * gdb.arch/amd64-eval.cc: New file.
2873 * gdb.arch/amd64-eval.exp: New file.
2874
e5a1a79a
AH
28752019-04-11 Alan Hayward <alan.hayward@arm.com>
2876
2877 * gdb.server/sysroot.c: New test.
2878 * gdb.server/sysroot.exp: New file.
2879 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
2880 matching param.
2881
41077b66
AB
28822019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
2883
2884 * gdb.base/align.exp: Extend test to cover structures containing
2885 only static fields.
2886
c30391f8
TV
28872019-04-11 Tom de Vries <tdevries@suse.de>
2888
2889 * boards/cc-with-dwz-m.exp: New file.
2890 * boards/cc-with-dwz.exp: New file.
2891 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
2892
e242fd12
SM
28932019-04-09 Simon Marchi <simon.marchi@efficios.com>
2894
2895 * gdb.base/start-cpp.exp: New file.
2896 * gdb.base/start-cpp.cc: New file.
2897
2b0c8b01
KB
28982019-04-08 Kevin Buettner <kevinb@redhat.com>
2899
2900 * gdb.python/py-thrhandle.exp: Adjust tests to call
2901 thread_from_handle instead of thread_from_thread_handle.
2902
947210e5
KB
29032019-04-08 Kevin Buettner <kevinb@redhat.com>
2904
2905 * gdb.python/py-thrhandle.exp: Add tests for
2906 gdb.InferiorThread.handle.
2907
d7df6549
AB
29082019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2909
2910 * gdb.python/py-function.exp: Check calling helper function from
2911 all languages.
2912 * lib/gdb.exp (gdb_supported_languages): New proc.
2913
8bdc1658
AB
29142019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
2915
2916 * gdb.base/complex-parts.c: New file.
2917 * gdb.base/complex-parts.exp: New file.
2918
05caa1d2
TT
29192019-04-01 Tom Tromey <tromey@adacore.com>
2920
2921 PR symtab/23331:
2922 * gdb.dwarf2/dw2-ranges-main.c: New file.
2923 * gdb.dwarf2/dw2-ranges-psym.c: New file.
2924 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
2925
7734102d
EZ
29262019-03-30 Simon Marchi <simark@simark.ca>
2927
2928 * gdb.base/default.exp: Add values for $_gdb_major and
2929 $_gdb_minor.
2930
188e1fa9
TT
29312019-03-29 Tom Tromey <tromey@adacore.com>
2932
2933 * gdb.base/help.exp: Tighten apropos regexp.
2934
2880242d
KS
29352019-03-29 Keith Seitz <keiths@redhat.com>
2936
2937 * gdb.fortran/array-bounds.exp: New file.
2938 * gdb.fortran/array-bounds.f90: New file.
2939
077cad8e
PW
29402019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2941
2942 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
2943
80047cfc
PW
29442019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2945
2946 * gdb.multi/hello.c (main): Increase alarm timer.
2947
f489207e
SL
29482019-03-28 Sandra Loosemore <sandra@codesourcery.com>
2949
2950 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
2951 factor when no hardware watchpoint support.
2952
c92df149
AH
29532019-03-28 Alan Hayward <alan.hayward@arm.com>
2954 Pedro Alves <palves@redhat.com>
2955
2956 * boards/local-board.exp: set sysroot to /.
2957
933aebfa
AH
29582019-03-27 Alan Hayward <alan.hayward@arm.com>
2959
2960 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
2961 in child.
2962
9f9aa852
AB
29632019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
2966 field.
2967 (make_container): Initialise new field.
2968 * gdb.python/py-prettyprint.exp: Add new tests.
2969 * gdb.python/py-prettyprint.py (class ContainerPrinter)
2970 <display_hint>: New method.
2971
3714a195
AB
29722019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2973
2974 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
2975 gdb_continue_to_breakpoint more throughout this test.
2976 (run_lang_tests) Supply unique test names, and use
2977 gdb_test_no_output.
2978
18c77628
AB
29792019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.base/finish-pretty.exp: Update expected results.
2982 * gdb.base/pretty-print.c: New file.
2983 * gdb.base/pretty-print.exp: New file.
2984
9a93502f
PA
29852019-03-25 Pedro Alves <palves@redhat.com>
2986
2987 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
2988 move comments outside list. Append '-i "" eof' section.
2989
968aa7ae
AH
29902019-03-22 Alan Hayward <alan.hayward@arm.com>
2991
34a7f2a4 2992 PR testsuite/25016
968aa7ae
AH
2993 * README: Add pie options.
2994 * gdb.base/break-interp.exp: Ensure pie is disabled.
2995 * gdb.base/dump.exp: Likewise.
2996 * lib/gdb.exp (gdb_compile): Add pie option.
2997
4c7d57e7
TT
29982019-03-19 Tom Tromey <tromey@adacore.com>
2999
3000 * gdb.mi/mi2-cli-display.c: New file.
3001 * gdb.mi/mi2-cli-display.exp: New file.
3002
bff8c71f
TT
30032019-03-18 Joel Brobecker <brobecker@adacore.com>
3004 Tom Tromey <tromey@adacore.com>
3005
3006 * gdb.ada/ptype_array/pck.adb: New file.
3007 * gdb.ada/ptype_array/pck.ads: New file.
3008 * gdb.ada/ptype_array/foo.adb: New file.
3009 * gdb.ada/ptype_array.exp: New file.
3010
d085f989
TT
30112019-03-14 Tom Tromey <tromey@adacore.com>
3012
3013 * gdb.base/style.exp: Add "set style sources" test.
3014
b4be1b06
SM
30152019-03-13 Simon Marchi <simon.marchi@ericsson.com>
3016
3017 * mi-breakpoint-location-ena-dis.exp: Rename to ...
3018 * mi-breakpoint-multiple-locations.exp: ... this.
3019 (make_breakpoints_pattern): New proc.
3020 (do_test): Add mi_version parameter, test -break-insert,
3021 -break-info and =breakpoint-created.
3022
7cde5fc2
AB
30232019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
3024
3025 * config/default.exp: Remove 'load_lib gdb.exp'.
3026 * config/monitor.exp: Likewise.
3027 * config/sid.exp: Likewise.
3028 * config/sim.exp: Likewise.
3029 * config/slite.exp: Likewise.
3030 * config/unix.exp: Likewise.
3031 * gdb.base/default.exp: Remove unhelpful comment.
3032
efbecbc1
AB
30332019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
3036
0841c79a
AB
30372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
3040
4a270568
AB
30412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.fortran/type-kinds.exp: Update expected results.
3044
067630bd
AB
30452019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3046
3047 * gdb.fortran/type-kinds.exp: Test new integer type kind.
3048
3be47f7a
AB
30492019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3050
3051 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
3052 function.
3053 (test_basic_parsing_of_type_kinds): Expand types tested.
3054 (test_parsing_invalid_type_kinds): New function.
3055
4d00f5d8
AB
30562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * gdb.fortran/intrinsics.exp: New file.
3059 * gdb.fortran/intrinsics.f90: New file.
3060 * gdb.fortran/type-kinds.exp: New file.
3061
c8f91604
AB
30622019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * gdb.fortran/dot-ops.exp: New file.
3065
dd9f2c76
AB
30662019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3067
3068 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
3069 Check upper and lower case logical literals.
3070
84ec9724
AB
30712019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
3072
3073 * gdb.fortran/types.exp (test_float_literal_types_accepted):
3074 Remove duplicate tests.
3075
c3734e09
AH
30762019-03-06 Alan Hayward <alan.hayward@arm.com>
3077
3078 * lib/gdb.exp (builtin_cd): rename of cd.
3079 (cd): Override builtin.
3080
aa3cfbda
RB
30812019-03-06 Richard Bunt <richard.bunt@arm.com>
3082
3083 * gdb.fortran/function-calls.exp: New file.
3084 * gdb.fortran/function-calls.f90: New test.
3085
7b63ad86
RB
30862019-03-04 Richard Bunt <richard.bunt@arm.com>
3087
3088 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
3089 on user program standard output.
3090 * gdb.fortran/short-circuit-argument-list.f90: Record function
3091 calls.
3092
01abb042
AH
30932019-02-28 Alan Hayward <alan.hayward@arm.com>
3094
c3734e09
AH
3095 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
3096 failure.
01abb042 3097
92137da0
RO
30982019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3099
3100 PR gdb/8527
3101 * gdb.base/interrupt-daemon-attach.c,
3102 gdb.base/interrupt-daemon-attach.exp: New test.
3103
5862844d
PA
31042019-02-27 Pedro Alves <palves@redhat.com>
3105
3106 * gdb.base/page.exp: Add tests for "set width/height -1".
3107
8ed25214
PA
31082019-02-27 Pedro Alves <palves@redhat.com>
3109
3110 * gdb.base/page.exp: Add tests for "set/show width/height" with
3111 "infinite" values.
3112
6c28e44a
TT
31132019-02-27 Tom Tromey <tromey@adacore.com>
3114
3115 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
3116 2.4.
3117 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
3118 workaround.
3119
bf9a735e
AB
31202019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.base/align.exp: Extend to compile in both C and C++, and add
3123 tests for structs with static members.
3124
8791793c
TT
31252019-02-26 Tom Tromey <tromey@adacore.com>
3126
3127 * gdb.python/py-value.exp (test_value_from_buffer): Check for
3128 ValueError, not TypeError.
3129
bc2a507e
KB
31302019-02-26 Kevin Buettner <kevinb@redhat.com>
3131
3132 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
3133 call from main program.
3134
e0e7d3bd
JB
31352019-02-23 Joel Brobecker <brobecker@adacore.com>
3136
3137 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
3138 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
3139 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
3140 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
3141 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
3142
9600246d
KS
31432019-02-22 Keith Seitz <keiths@redhat.com>
3144
3145 PR symtab/23853
3146 * gdb.base/symlink-sourcefile.c: New file.
3147 * gdb.base/symlink-sourcefile.exp: New file.
3148
0c95f9ed
TT
31492019-02-20 Tom Tromey <tom@tromey.com>
3150
3151 * gdb.base/info_qt.exp: Update.
3152
6caa91b6
SM
31532019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
3154
3155 * gdb.base/source.exp: Move "error in sourced script" code to
3156 the end.
3157 * gdb.base/source-error.gdb: Move contents to
3158 source-error-1.gdb. Add new code to source source-error-1.gdb.
3159 * gdb.base/source-error-1.gdb: New file, from previous
3160 source-error.gdb.
3161
6506371f
TT
31622019-02-17 Tom Tromey <tom@tromey.com>
3163
3164 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
3165 for macro styling.
3166 * gdb.base/style.c (SOME_MACRO): New macro.
3167
a0087920
TT
31682019-02-17 Tom Tromey <tom@tromey.com>
3169
3170 * gdb.base/style.exp: Add line-wrapping tests.
3171 * gdb.base/page.exp: Add test for quitting during pagination.
3172
a2cd4f14
JB
31732019-02-17 Joel Brobecker <brobecker@adacore.com>
3174
3175 * gdb.ada/big_packed_array: New testcase.
3176 * gdb.ada/homonym.exp: Fix incorrect expected output for
3177 "break <homonym__get_value>" test.
3178
9d70ffbc
WP
31792019-02-13 Weimin Pan <weimin.pan@oracle.com>
3180
3181 PR breakpoints/21870
3182 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
3183 and prepare_for_testing. Add comment.
3184 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
3185 redundant cleanup call. Clean up comment.
3186
01c7ae81
WP
31872019-02-12 Weimin Pan <weimin.pan@oracle.com>
3188
3189 PR breakpoints/21870
3190 * gdb.arch/aarch64-dbreg-contents.exp: New file.
3191 * gdb.arch/aarch64-dbreg-contents.c: New file.
3192
aff29d1c
JB
31932019-02-10 Joel Brobecker <brobecker@adacore.com>
3194
3195 * gdb.ada/mi_ref_changeable: New testcase.
3196
df0da8a2
AH
31972019-02-07 Alan Hayward <alan.hayward@arm.com>
3198
3199 * gdb.base/attach.exp: Add double attach test.
3200
bd447abb
SM
32012019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
3202
3203 * lib/gdb.exp (default_gdb_start): Don't match pagination
3204 prompt.
3205 (gdb_init): Set stty_init.
3206
1dbc40b9
TT
32072019-01-27 Tom Tromey <tom@tromey.com>
3208
3209 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
3210 skip_python_tests.
3211
353229bf
AH
32122019-01-24 Alan Hayward <alan.hayward@arm.com>
3213
3214 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
3215 New structure.
3216 (struct struct_static_02_02): Likewise.
3217 (struct struct_static_02_03): Likewise.
3218 (struct struct_static_02_04): Likewise.
3219 (struct struct_static_04_01): Likewise.
3220 (struct struct_static_04_02): Likewise.
3221 (struct struct_static_04_03): Likewise.
3222 (struct struct_static_04_04): Likewise.
3223 (struct struct_static_06_01): Likewise.
3224 (struct struct_static_06_02): Likewise.
3225 (struct struct_static_06_03): Likewise.
3226 (struct struct_static_06_04): Likewise.
3227 (cmp_struct_static_02_01): Likewise.
3228 (cmp_struct_static_02_02): Likewise.
3229 (cmp_struct_static_02_03): Likewise.
3230 (cmp_struct_static_02_04): Likewise.
3231 (cmp_struct_static_04_01): Likewise.
3232 (cmp_struct_static_04_02): Likewise.
3233 (cmp_struct_static_04_03): Likewise.
3234 (cmp_struct_static_04_04): Likewise.
3235 (cmp_struct_static_06_01): Likewise.
3236 (cmp_struct_static_06_02): Likewise.
3237 (cmp_struct_static_06_03): Likewise.
3238 (cmp_struct_static_06_04): Likewise.
3239 (call_all): Test new structs.
3240 * gdb.base/infcall-nested-structs.exp: Likewise.
3241
73021deb
AH
32422019-01-21 Alan Hayward <alan.hayward@arm.com>
3243 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
3244
fc65c7db
AH
32452019-01-21 Alan Hayward <alan.hayward@arm.com>
3246 * gdb.base/stack-protector.c: New test.
3247 * gdb.base/stack-protector.exp: New file.
3248 * gdb.cp/ovldbreak.exp: Only allow a single break line.
3249 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
3250 option.
3251 (gdb_compile): Remove stack protector for GCC and prevent
3252 recursion.
3253
c24bdb02
KS
32542019-01-16 Keith Seitz <keiths@redhat.com>
3255
3256 PR gdb/23773
3257 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
3258
6f072a10
PFC
32592019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3260
3261 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
3262 aliases.
3263 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
3264 tests.
3265 * gdb.arch/powerpc-vector-regs.c: New file.
3266 * gdb.arch/powerpc-vector-regs.exp: New file.
3267
a7b8d682
PFC
32682019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3269
3270 * gdb.arch/altivec-regs.exp: Fix the list passed to
3271 gdb_expect_list when testing "info vector".
3272
6eb6fb67
AB
32732019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
3274
3275 * gdb.base/style.exp: Don't include path in testname.
3276
b56f80d8
KS
32772019-01-10 Keith Seitz <keiths@redhat.com>
3278
3279 PR gdb/23712
3280 PR symtab/23010
3281 * gdb.dwarf2/multidictionary.exp: New file.
3282
041be526
SM
32832019-01-09 Simon Marchi <simon.marchi@ericsson.com>
3284
3285 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
3286 (test_gnuv3_style_demangling): ... this.
3287 (test_lucid_style_demangling): Remove.
3288 (test_arm_style_demangling): Remove.
3289 (test_hp_style_demangling): Remove.
3290 (do_tests): Remove calls to the above.
3291
d820d0c3
AB
32922019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
3293
3294 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
3295 case.
3296
f097f5ad
TT
32972019-01-06 Tom Tromey <tom@tromey.com>
3298
3299 PR gdb/28155:
3300 * gdb.dwarf2/typedef-void-finish.exp: New file.
3301
2cd8cc0b
TT
33022018-12-28 Tom Tromey <tom@tromey.com>
3303 Simon Marchi <simark@simark.ca>
3304
3305 * gdb.base/jit-exec.exp: New file.
3306 * gdb.base/jit-exec.c: New file.
3307 * gdb.base/jit-execd.c: New file.
3308
35fb8261
TT
33092018-12-28 Tom Tromey <tom@tromey.com>
3310
3311 * gdb.base/style.exp: Update test to check for address styling.
3312
47fd17cd
TT
33132018-12-28 Tom Tromey <tom@tromey.com>
3314
3315 * gdb.base/style.exp: Add test for styling of "Reading symbols"
3316 message.
3317
d47032b7
TT
33182018-12-28 Tom Tromey <tom@tromey.com>
3319
3320 * gdb.base/style.exp: Add test for version number styling.
3321
af79b68d
TT
33222018-12-28 Tom Tromey <tom@tromey.com>
3323
3324 * gdb.base/style.exp: Add test for print_address_symbolic.
3325
0bb296cb
TT
33262018-12-28 Tom Tromey <tom@tromey.com>
3327
3328 * gdb.base/style.exp: Add test for breakpoint setting.
3329
80ae2043
TT
33302018-12-28 Tom Tromey <tom@tromey.com>
3331
3332 * gdb.base/style.exp: Add test for variable names.
3333
cbe56571
TT
33342018-12-28 Tom Tromey <tom@tromey.com>
3335
3336 * gdb.base/style.exp: New file.
3337 * gdb.base/style.c: New file.
3338
9162a27c
TT
33392018-12-28 Tom Tromey <tom@tromey.com>
3340
3341 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
3342 "dumb".
3343 * gdb.base/readline.exp (operate_and_get_next): Save and restore
3344 the TERM environment variable.
3345
bc543c90
TT
33462018-12-27 Tom Tromey <tom@tromey.com>
3347
3348 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
3349 pagination test.
3350
6f0ffe50
AB
33512018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
3354 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
3355
b5a1e557
PW
33562018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3357
3358 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
3359 Filename a.adb changed to bp_fun_addr.adb.
3360 gdb.ada/bp_fun_addr.exp: Update test accordingly.
3361
6e8b1ab2
JV
33622018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
3363
3364 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
3365 non-PIE executables.
3366 * README: Mention the gdb,nopie_flag board setting.
3367 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
3368 non-PIE executable.
3369 * gdb.arch/amd64-entry-value.exp: Likewise.
3370 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
3371 * gdb.arch/i386-float.exp: Likewise.
3372 * gdb.arch/i386-signal.exp: Likewise.
3373 * gdb.mi/mi-reg-undefined.exp: Likewise.
3374
d00a27c5
PM
33752018-12-21 Paul Marechal <paul.marechal@ericsson.com>
3376
3377 PR gdb/23974
3378 * gdb.base/info-os.exp: Check return for unknown "info os" type.
3379
161d081c
PW
33802018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3381
3382 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
3383 Update order of results accordingly.
3384
b001de23
AB
33852018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * gdb.base/annota1.exp: Update a test regexp.
3388
99e1a184
AB
33892018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
3390
3391 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
3392
7a81c1e2
PW
33932018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3394
3395 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
3396 (reuse_time): Initialize to REUSE_TIME_CAP.
3397 (check_rc): New function.
3398 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
3399 Check pthread_create rc.
3400 (spawner_thread_func): Check pthread_create and pthread_join rc.
3401
73e8dc90
PA
34022018-12-08 Pedro Alves <palves@redhat.com>
3403
3404 * gdb.base/list.exp (test_forward_search): Rename to ...
3405 (test_forward_reverse_search): ... this. Also test reverse-search
3406 and the forward-search alias.
3407
13f2ed32
AB
34082018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
3409
3410 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
3411 local timeout variable before return, and remove all local timeout
3412 variable entirely.
3413 (gdb_load): Likewise.
3414
64d27cfc
TV
34152018-12-01 Tom de Vries <tdevries@suse.de>
3416
3417 * gdb.base/gdb-caching-proc.exp: New file.
3418
f63c03b4
SDJ
34192018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
3420
3421 * Makefile.in (TIMESTAMP): New variable.
3422 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
3423 command.
3424 (check-single-racy): Likewise.
3425 (check/%.exp): Likewise.
3426 (check-racy/%.exp): Likewise.
3427 (workers/%.worker): Likewise.
3428 (build-perf): Likewise.
3429 (check-perf): Likewise.
3430 * README: Describe new "TS" and "TS_FORMAT" variables.
3431 * print-ts.py: New file.
3432
1c97054b
BF
34332018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
3434
3435 PR python/23714
3436 * gdb.python/python.exp: Test command repetition after
3437 gdb.execute.
3438
1871a62d
AB
34392018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
3440
3441 * gdb.opt/inline-break.exp: Add test that info breakpoint output
3442 is correctly aligned.
3443
fb5e1ed9
PW
34442018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3445
3446 * gdb.ada/info_auto_lang.exp: New testcase.
3447 * gdb.ada/info_auto_lang/global_pack.ads: New file.
3448 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
3449 * gdb.ada/info_auto_lang/some_c.c: New file.
3450
43d397ca
PW
34512018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3452
3453 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
3454 FUNC_lang language syntax.
3455
beddd671
PW
34562018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3457
3458 * gdb.base/info_minsym.c: New file.
3459 * gdb.base/info_minsym.exp: New file.
3460
73fc52c4
TT
34612018-11-19 Tom Tromey <tom@tromey.com>
3462
3463 PR rust/23625:
3464 * gdb.rust/simple.exp: Add ptype test. Update expected output.
3465 * gdb.rust/expr.exp: Update expected output. Change one test.
3466
994b876a
TT
34672018-11-19 Tom Tromey <tom@tromey.com>
3468
3469 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
3470
6769f276
PA
34712018-11-19 Pedro Alves <palves@redhat.com>
3472
3473 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
3474 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
3475 see the expected warning.
3476
38a72da0
AH
34772018-11-16 Alan Hayward <alan.hayward@arm.com>
3478
3479 PR gdb/22736:
3480 * gdb.cp/infcall-nodebug-lib.c: New test.
3481 * gdb.cp/infcall-nodebug-main.c: New test.
3482 * gdb.cp/infcall-nodebug.exp: New file.
3483
53a89d6e
SM
34842018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
3485
3486 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
3487 completer tests.
3488
9325300d
TV
34892018-11-09 Tom de Vries <tdevries@suse.de>
3490
3491 * gdb.base/msym-lang.c: New test.
3492 * gdb.base/msym-lang.exp: New file.
3493 * gdb.base/msym-lang-main.c: New test.
3494
20f0d60d
TT
34952018-11-08 Tom Tromey <tom@tromey.com>
3496
3497 PR gdb/23555:
3498 PR gdb/23838:
3499 * gdb.base/warning.exp: New file.
3500
b5420128
JB
35012018-11-08 Jan Beulich <jbeulich@suse.com>
3502
3503 * testsuite/gdb.arch/i386-avx512.c,
3504 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
3505
cd115d61
AB
35062018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
3507
3508 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
3509 point hardware.
3510
35ee2dc2
AB
35112018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
3512
3513 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
3514 * gdb.dwarf2/missing-type-name.exp: New file.
3515
31aceee8
TV
35162018-11-06 Tom de Vries <tdevries@suse.de>
3517
3518 * gdb.base/many-headers.c: New test.
3519 * gdb.base/many-headers.exp: New file.
3520
109be305
JW
35212018-11-06 Jim Wilson <jimw@sifive.com>
3522
3523 * gdb.base/code_elim.exp: For riscv, set additional_flags
3524 to include -msmall-data-limit=0.
3525
e2b7af72
JB
35262018-11-01 Joel Brobecker <brobecker@adacore.com>
3527
3528 * gdb.ada/watch_minus_l: New testcase.
3529
cdcda965
SM
35302018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
3531
3532 * gdb.arch/aix-sighandle.c: New file.
3533 * gdb.arch/aix-sighandle.exp: New file.
3534
92dcebf3
AB
35352018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3536
3537 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
3538 registers being unions.
3539
68b9ac18
TV
35402018-10-31 Tom de Vries <tdevries@suse.de>
3541
3542 * lib/valgrind.exp: New file.
3543 (vgdb_start, vgdb_stop): New procs, factored out of ...
3544 * gdb.base/valgrind-bt.exp: ... here, ...
3545 * gdb.base/valgrind-disp-step.exp: ... here and ...
3546 * gdb.base/valgrind-infcall.exp: ... here.
3547
1443936e
TV
35482018-10-31 Tom de Vries <tdevries@suse.de>
3549
3550 * lib/gdb.exp (get_valueof): Don't output read value in test name.
3551
eb77c9df
AB
35522018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3553
3554 * gdb.dwarf2/void-type.c: New file.
3555 * gdb.dwarf2/void-type.exp: New file.
3556
82b5e646
PW
35572018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3558
3559 * gdb.base/info_qt.c: New file.
3560 * gdb.base/info_qt.exp: New file.
3561
8d619c01
EBM
35622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3563
3564 * gdb.arch/powerpc-htm-regs.c: New file.
3565 * gdb.arch/powerpc-htm-regs.exp: New file.
3566
f2cf6173
EBM
35672018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3568
3569 * gdb.arch/powerpc-tar.c: New file.
3570 * gdb.arch/powerpc-tar.exp: New file.
3571
7ca18ed6
EBM
35722018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3573
3574 * gdb.arch/powerpc-ppr-dscr.c: New file.
3575 * gdb.arch/powerpc-ppr-dscr.exp: New file.
3576
bfcc0eba
TV
35772018-10-25 Tom de Vries <tdevries@suse.de>
3578
3579 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
3580
fe1a5cad
TV
35812018-10-24 Tom de Vries <tdevries@suse.de>
3582
3583 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
3584 longer exists error.
3585
a76dc3b7
TV
35862018-10-24 Tom de Vries <tdevries@suse.de>
3587
3588 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
3589
4df46df7
TV
35902018-10-24 Tom de Vries <tdevries@suse.de>
3591
3592 * gdb.base/valgrind-db-attach.exp: Handle removed support for
3593 --db-attach in valgrind.
3594
0dbfcfff
AB
35952018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdb.arch/riscv-reg-aliases.c: New file.
3598 * gdb.arch/riscv-reg-aliases.exp: New file.
3599
b04480b1
AH
36002018-10-19 Alan Hayward <alan.hayward@arm.com>
3601
3602 * gdb.python/py-cmd.exp: Check for gdb_prompt.
3603
2c6ac8d7
AH
36042018-10-19 Alan Hayward <alan.hayward@arm.com>
3605
3606 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
3607
2bc69f25
AH
36082018-10-19 Alan Hayward <alan.hayward@arm.com>
3609
3610 * gdb.cp/ovldbreak.exp: Fix regexps.
3611
1f1ae3a3
AH
36122018-10-19 Alan Hayward <alan.hayward@arm.com>
3613
3614 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
3615
94c18618
SDJ
36162018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
3617
3618 PR cli/23785
3619 * gdb.base/restore.exp: New test to check if "restore" with an
3620 invalid file doesn't segfault.
3621
812cd6eb
TV
36222018-10-18 Tom de Vries <tdevries@suse.de>
3623
3624 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
3625 * gdb.ada/excep_handle.exp: Same.
3626 * gdb.ada/mi_string_access.exp: Same.
3627 * gdb.ada/mi_var_union.exp: Same.
3628 * gdb.arch/arc-analyze-prologue.exp: Same.
3629 * gdb.arch/arc-decode-insn.exp: Same.
3630 * gdb.base/readnever.exp: Same.
3631 * gdb.fortran/printing-types.exp: Same.
3632 * gdb.guile/scm-lazy-string.exp: Same.
3633
c4b90788
TV
36342018-10-16 Tom de Vries <tdevries@suse.de>
3635
3636 PR gdb/23730
3637 * gdb.base/catch-follow-exec.c: Add copyright notice.
3638 * gdb.base/catch-follow-exec.exp: Rewrite to use
3639 gdb_spawn_with_cmdline_opts. Require gdb-native.
3640
8bca2978
SL
36412018-10-12 Sandra Loosemore <sandra@codesourcery.com>
3642
3643 * gdb.trace/actions-changed.exp: Check for arch support.
3644 * gdb.trace/actions.exp: Likewise.
3645 * gdb.trace/ax.exp: Likewise.
3646 * gdb.trace/backtrace.exp: Likewise.
3647 * gdb.trace/change-loc.exp: Likewise.
3648 * gdb.trace/deltrace.exp: Likewise.
3649 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
3650 * gdb.trace/ftrace.exp: Likewise.
3651 * gdb.trace/infotrace.exp: Check for arch support.
3652 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
3653 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3654 * gdb.trace/mi-tsv-changed.exp: Likewise.
3655 * gdb.trace/packetlen.exp: Likewise.
3656 * gdb.trace/passc-dyn.exp: Likewise.
3657 * gdb.trace/passcount.exp: Likewise.
3658 * gdb.trace/pending.exp: Likewise.
3659 * gdb.trace/range-stepping.exp: Check for shlib support.
3660 * gdb.trace/report.exp: Check for arch support.
3661 * gdb.trace/save-trace.exp: Likewise.
3662 * gdb.trace/signal.exp: Check for signal support.
3663 * gdb.trace/tfind.exp: Check for arch support.
3664 * gdb.trace/trace-break.exp: Check for arch and shlib support.
3665 * gdb.trace/trace-common.h: Add comment.
3666 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
3667 * gdb.trace/trace-enable-disable.exp: Likewise.
3668 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
3669 * gdb.trace/tracecmd.exp: Check for arch support.
3670 * gdb.trace/tspeed.exp: Check for shlib and target support.
3671 * gdb.trace/tstatus.exp: Check for arch support.
3672 * gdb.trace/tsv.exp: Likewise.
3673 * gdb.trace/while-dyn.exp: Likewise.
3674 * gdb.trace/while-stepping.exp: Likewise.
3675 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
3676
f9c49bff
SM
36772018-10-12 Simon Marchi <simon.marchi@ericsson.com>
3678
3679 * gdb.trace/tspeed.exp: Remove nowarnings.
3680 (prepare_for_trace_test): Declare "global ipalib".
3681 * gdb.trace/tspeed.c: Include unistd.h.
3682 (main): Remove superfluous printf argument.
3683
d4330bde
SL
36842018-10-11 Sandra Loosemore <sandra@codesourcery.com>
3685
3686 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
3687 directory prefix on the filename.
3688
8ecfd7bd
SDJ
36892018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
3690
3691 * gdb.gdb/unittest.exp: Update expected message informing that
3692 selftests have been disabled.
3693 * gdb.server/unittest.exp: Likewise.
3694
58bbcd02
TV
36952018-10-09 Tom de Vries <tdevries@suse.de>
3696
3697 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
3698 with runto_main.
3699
9f6b697b
WP
37002018-10-08 Weimin Pan <weimin.pan@oracle.com>
3701
3702 PR c++/16841
3703 * gdb.cp/virtbase2.cc: New file.
3704 * gdb.cp/virtbase2.exp: New file.
3705
add5ded5
TT
37062018-10-06 Tom Tromey <tom@tromey.com>
3707
3708 PR python/19399:
3709 * gdb.python/py-inferior.exp: Add architecture test.
3710
f9e48344
TT
37112018-10-06 Tom Tromey <tom@tromey.com>
3712
3713 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
3714 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
3715
2a8be203
TT
37162018-10-06 Tom Tromey <tom@tromey.com>
3717
3718 * gdb.python/py-breakpoint.exp (check_last_event): Check location
3719 of a "throw" catchpoint.
3720
e04caa70
SDJ
37212018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
3722
3723 * gdb.base/info-proc.exp: Update string expected from "help info
3724 proc".
3725
5ca8c39f
TT
37262018-10-04 Tom Tromey <tom@tromey.com>
3727
3728 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
3729 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
3730 (test_initial_complaints, test_empty_complaints): Update.
3731 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3732
3453e7e4
TT
37332018-10-04 Tom Tromey <tom@tromey.com>
3734
3735 PR cli/19551:
3736 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
3737 * lib/gdb.exp (gdb_file_cmd): Update.
3738 * gdb.stabs/weird.exp (print_weird_var): Update.
3739 * gdb.server/solib-list.exp: Update.
3740 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
3741 * gdb.mi/mi-cli.exp: Update.
3742 * gdb.linespec/linespec.exp: Update.
3743 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
3744 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
3745 * gdb.cp/cp-relocate.exp: Update.
3746 * gdb.base/sym-file.exp: Update.
3747 * gdb.base/relocate.exp: Update.
3748 * gdb.base/readnever.exp: Update.
3749 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
3750 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
3751 * gdb.base/dbx.exp (gdb_file_cmd): Update.
3752 * gdb.base/code_elim.exp: Update.
3753 * gdb.base/break-unload-file.exp (test_break): Update.
3754 * gdb.base/break-interp.exp (test_attach_gdb): Update.
3755 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
3756 Update.
3757 * gdb.base/attach.exp (do_attach_tests): Update.
3758 * gdb.base/sepdebug.exp: Update.
3759 * gdb.python/py-section-script.exp: Update.
3760
6afcf761
TT
37612018-10-04 Tom Tromey <tom@tromey.com>
3762
3763 PR cli/22234:
3764 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
3765 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
3766 output.
3767
fef1b293
TT
37682018-10-04 Tom Tromey <tom@tromey.com>
3769
3770 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
3771 set width and height to 0.
3772 (test_command_line_attach_run): Use -quiet.
3773
ca98345e
SL
37742018-10-03 Sandra Loosemore <sandra@codesourcery.com>
3775
3776 * lib/gdb.exp (skip_ifunc_tests): New.
3777 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
3778 other compile failures.
3779 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
3780
ff34e6ae
SM
37812018-10-01 Simon Marchi <simon.marchi@ericsson.com>
3782
3783 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
3784 is_amd64_regs_target.
3785
6bb8890e
AH
37862018-10-01 Alan Hayward <alan.hayward@arm.com>
3787
3788 * gdb.arch/aarch64-sighandler-regs.c: New test.
3789 * gdb.arch/aarch64-sighandler-regs.exp: New file.
3790 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
3791
224d30d3
MM
37922018-10-01 Markus Metzger <markus.t.metzger@intel.com>
3793
3794 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
3795 assembly.
3796
f67ffa6a
AB
37972018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
3798
3799 * gdb.base/frame-selection.exp: New file.
3800 * gdb.base/frame-selection.c: New file.
3801
9fc3183f
AH
38022018-09-27 Alan Hayward <alan.hayward@arm.com>
3803
3804 * gdb.threads/check-libthread-db.c (thread_routine): Use a
3805 pthread barrier.
3806 (main): Likewise.
3807
d354055e
AB
38082018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
3809
3810 * gdb.base/large-frame-1.c: New file.
3811 * gdb.base/large-frame-2.c: New file.
3812 * gdb.base/large-frame.exp: New file.
3813 * gdb.base/large-frame.h: New file.
3814
db727370
JL
38152018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3816
3817 PR gdb/20948
3818 * gdb.base/write_mem.exp: New test.
3819 * gdb.base/write_mem.c: Likewise.
3820
ae778caf
TT
38212018-09-23 Tom Tromey <tom@tromey.com>
3822
3823 PR python/18852:
3824 * gdb.python/py-parameter.exp: Add test for parameter that throws
3825 on "set".
3826
fd3ba736
TT
38272018-09-23 Tom Tromey <tom@tromey.com>
3828
3829 PR python/17284:
3830 * gdb.python/py-template.exp (test_template_arg): Add test for
3831 negative template argument number.
3832
39a24317
TT
38332018-09-23 Tom Tromey <tom@tromey.com>
3834
3835 PR python/14062:
3836 * gdb.python/python.exp: Add test for post_event error.
3837
f5769a2c
TT
38382018-09-23 Tom Tromey <tom@tromey.com>
3839
3840 PR python/18170:
3841 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
3842 convert pointers to int and long.
3843
1c1e54f6
TT
38442018-09-23 Tom Tromey <tom@tromey.com>
3845
3846 PR python/20126:
3847 * gdb.python/py-value.exp (test_value_numeric_ops): Add
3848 signed-ness conversion tests.
3849
fb4fa946
TT
38502018-09-23 Tom Tromey <tom@tromey.com>
3851
3852 PR python/18352;
3853 * gdb.python/py-value.exp (test_float_conversion): New proc.
3854 Use it.
3855
a466edac
HAQ
38562018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
3857
3858 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
3859
4ee9b0c5
SL
38602018-09-18 Sandra Loosemore <sandra@codesourcery.com>
3861
3862 * gdb.base/complete-empty.exp: Skip tab-completion tests if
3863 no readline.
3864 * gdb.base/utf8-identifiers.exp: Likewise.
3865 * gdb.cp/cpcompletion.exp: Likewise.
3866 * gdb.linespec/cpcompletion.exp: Likewise.
3867 * gdb.linespec/cpls-abi-tag.exp: Likewise.
3868 * gdb.linespec/cpls-ops.exp: Likewise.
3869
23be8da7
RB
38702018-09-19 Richard Bunt <richard.bunt@arm.com>
3871 Chris January <chris.january@arm.com>
3872
3873 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
3874 * gdb.fortran/short-circuit-argument-list.exp: New file.
3875 * gdb.fortran/short-circuit-argument-list.f90: New test.
3876
5031d0ae
SDJ
38772018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3878
3879 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
3880 "arch=" keyword when executing "-stack-list-frames".
3881
b4c0d1a4
SDJ
38822018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3883
3884 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
3885 "arch=" keyword when executing "-stack-list-frames".
3886
7a6d2b45
SDJ
38872018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
3888
3889 * gdb.ada/complete.exp: Expect for "@" when doing "complete
3890 break ada".
3891
8588b356
SM
38922018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
3893
3894 PR python/23669
3895 * gdb.python/python.exp: Test gdb.execute("show commands").
3896
65e65158
TT
38972018-09-16 Tom Tromey <tom@tromey.com>
3898
3899 * gdb.base/new-ui.exp (do_execution_tests): Update.
3900 * gdb.base/dbx.exp (test_breakpoints): Update.
3901
bf326452
AH
39022018-09-14 Alan Hayward <alan.hayward@arm.com>
3903
3904 * lib/gdb.exp (gdb_simple_compile): Add proc.
3905 (is_elf_target): Use gdb_simple_compile.
3906 (skip_altivec_tests): Likewise.
3907 (skip_vsx_tests): Likewise.
3908 (skip_tsx_tests): Likewise.
3909 (skip_btrace_tests): Likewise.
3910 (skip_btrace_pt_tests): Likewise.
3911 (gdb_can_simple_compile): Likewise.
3912 (gdb_has_argv0): Likewise.
3913 (gdb_target_symbol_prefix): Likewise.
3914 (target_supports_scheduler_locking): Likewise.
3915
2361b0fb
TT
39162018-09-13 Tom Tromey <tom@tromey.com>
3917
3918 * Makefile.in (TAGS): Recognize proc_with_prefix and
3919 gdb_caching_proc.
3920
0ae1a321
SM
39212018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3922
3923 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
3924 method.
3925
a40bf0c2
SM
39262018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3927
3928 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
3929 and a few other Inferior properties when the Inferior is no
3930 longer valid.
3931
4a3fe98f
TT
39322018-09-13 Tom Tromey <tom@tromey.com>
3933
3934 PR rust/23650:
3935 * gdb.rust/simple.exp: Add test for enum field access error.
3936
098b2108
TT
39372018-09-13 Tom Tromey <tom@tromey.com>
3938
3939 PR rust/23626:
3940 * gdb.rust/simple.rs (EmptyEnum): New type.
3941 (main): Use it.
3942 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
3943
1256af7d
SM
39442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
3945
3946 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
3947 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
3948 * gdb.python/py-symtab.exp: Update test printing an objfile.
3949
4aa8e6c2
SM
39502018-09-12 Simon Marchi <simon.marchi@ericsson.com>
3951
3952 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
3953 object.
3954
c221b2f7
AH
39552018-09-12 Alan Hayward <alan.hayward@arm.com>
3956
3957 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
3958 (support_complex_tests): Use gdb_can_simple_compile.
3959 (is_ilp32_target): Likewise.
3960 (is_lp64_target): Likewise.
3961 (is_64_target): Likewise.
3962 (is_amd64_regs_target): Likewise.
3963 (is_aarch32_target): Likewise.
3964 (gdb_int128_helper): Likewise.
3965
6f1107b5
JK
39662018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
3967
3968 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
3969
1f5d1570
JG
39702018-09-10 Jerome Guitton <guitton@adacore.com>
3971
3972 * gdb.ada/same_component_name: Add test for case of tagged record
3973 with variable-length fields.
3974
cc330e39
XR
39752018-09-10 Xavier Roirand <roirand@adacore.com>
3976
3977 * gdb.ada/access_to_unbounded_array.exp: New testcase.
3978 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
3979 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
3980 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
3981
b9c50e9a
XR
39822018-09-10 Xavier Roirand <roirand@adacore.com>
3983
3984 * gdb.ada/mi_string_access.exp: New testcase.
3985 * gdb.ada/mi_string_access/bar.adb: New file.
3986 * gdb.ada/mi_string_access/pck.adb: New file.
3987 * gdb.ada/mi_string_access/pck.asd: New file.
3988
2963898f
XR
39892018-09-10 Xavier Roirand <roirand@adacore.com>
3990
3991 * gdb.ada/mi_var_union.exp: New testcase.
3992 * gdb.ada/mi_var_union/bar.adb: New file.
3993 * gdb.ada/mi_var_union/pck.adb: New file.
3994 * gdb.ada/mi_var_union/pck.asd: New file.
3995
1aac008f
TT
39962018-09-08 Tom Tromey <tom@tromey.com>
3997
3998 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
3999
332cf4c9
TT
40002018-09-08 Tom Tromey <tom@tromey.com>
4001
4002 PR python/16047:
4003 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
4004 (register_pretty_printers): Register new printer.
4005 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
4006 test.
4007 * gdb.python/py-prettyprint.c (int_type3): New typedef.
4008 (an_int_type3): New global.
4009
424da6cf
JB
40102018-09-08 Joel Brobecker <brobecker@adacore.com>
4011
4012 * gdb.ada/expr_with_funcall: New testcase.
4013
2a62dfa9
JB
40142018-09-08 Joel Brobecker <brobecker@adacore.com>
4015
4016 * gdb.ada/packed_array_assign: New testcase.
4017
96b6697f
AB
40182018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
4019
4020 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
4021 names, and add test prefixes to make test names unique.
4022
e4a62c65
TV
40232018-09-05 Tom de Vries <tdevries@suse.de>
4024
4025 * gdb.dwarf2/varval.exp: Add test.
4026
dd083ee2
GB
40272018-09-04 Gary Benson <gbenson@redhat.com>
4028
4029 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
4030 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
4031
aef9346c
TT
40322018-08-31 Tom Tromey <tom@tromey.com>
4033
4034 * gdb.rust/simple.rs: Rename second variable "v".
4035
c67f2e15
AB
40362018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
4037
4038 * gdb.base/funcargs.c (use_a): New function.
4039 (recurse): Call use_a.
4040
078a0207
KS
40412018-08-29 Keith Seitz <keiths@redhat.com>
4042
4043 * gdb.compile/compile-cplus-anonymous.cc: New file.
4044 * gdb.compile/compile-cplus-anonymous.exp: New file.
4045 * gdb.compile/compile-cplus-array-decay.cc: New file.
4046 * gdb.compile/compile-cplus-array-decay.exp: New file.
4047 * gdb.compile/compile-cplus-inherit.cc: New file.
4048 * gdb.compile/compile-cplus-inherit.exp: New file.
4049 * gdb.compile/compile-cplus-member.cc: New file.
4050 * gdb.compile/compile-cplus-member.exp: New file.
4051 * gdb.compile/compile-cplus-method.cc: New file.
4052 * gdb.compile/compile-cplus-method.exp: New file.
4053 * gdb.compile/compile-cplus-mod.c: "New" file.
4054 * gdb.compile/compile-cplus-namespace.cc: New file.
4055 * gdb.compile/compile-cplus-namespace.exp: New file.
4056 * gdb.compile/compile-cplus-nested.cc: New file.
4057 * gdb.compile/compile-cplus-nested.exp: New file.
4058 * gdb.compile/compile-cplus-print.c: "New" file.
4059 * gdb.compile/compile-cplus-print.exp: "New" file.
4060 * gdb.compile/compile-cplus-virtual.cc: New file.
4061 * gdb.compile/compile-cplus-virtual.exp: New file.
4062 * gdb.compile/compile-cplus.c: "New" file.
4063 * gdb.compile/compile-cplus.exp: "New" file.
4064 * lib/compile-support.exp: New file.
4065
b0f492b9
GB
40662018-08-16 Gary Benson <gbenson@redhat.com>
4067
4068 PR gdb/13000:
4069 * gdb.base/batch-exit-status.exp: New file.
4070 * gdb.base/batch-exit-status.good-commands: Likewise.
4071 * gdb.base/batch-exit-status.bad-commands: Likewise.
4072
36eb4c5f
AH
40732018-08-29 Alan Hayward <alan.hayward@arm.com>
4074
4075 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
4076 (struct struct02): Likewise.
4077 (struct struct03): Likewise.
4078 (struct struct04): Likewise.
4079 (struct struct_01_01): New struct.
4080 (struct struct_01_02): Likewise.
4081 (struct struct_01_03): Likewise.
4082 (struct struct_01_04): Likewise.
4083 (struct struct_02_01): Likewise.
4084 (struct struct_02_02): Likewise.
4085 (struct struct_02_03): Likewise.
4086 (struct struct_02_04): Likewise.
4087 (struct struct_04_01): Likewise.
4088 (struct struct_04_02): Likewise.
4089 (struct struct_04_03): Likewise.
4090 (struct struct_04_04): Likewise.
4091 (struct struct_05_01): Likewise.
4092 (struct struct_05_02): Likewise.
4093 (struct struct_05_03): Likewise.
4094 (struct struct_05_04): Likewise.
4095 (cmp_struct01): Remove function.
4096 (cmp_struct02): Likewise.
4097 (cmp_struct03): Likewise.
4098 (cmp_struct04): Likewise.
4099 (cmp_struct_01_01): Add Function.
4100 (cmp_struct_01_02): Likewise.
4101 (cmp_struct_01_03): Likewise.
4102 (cmp_struct_01_04): Likewise.
4103 (cmp_struct_02_01): Likewise.
4104 (cmp_struct_02_02): Likewise.
4105 (cmp_struct_02_03): Likewise.
4106 (cmp_struct_02_04): Likewise.
4107 (cmp_struct_04_01): Likewise.
4108 (cmp_struct_04_02): Likewise.
4109 (cmp_struct_04_03): Likewise.
4110 (cmp_struct_04_04): Likewise.
4111 (cmp_struct_05_01): Likewise.
4112 (cmp_struct_05_02): Likewise.
4113 (cmp_struct_05_03): Likewise.
4114 (cmp_struct_05_04): Likewise.
4115 (call_all): Add new structs.
4116 * gdb.base/infcall-nested-structs.exp: Likewise.
4117
3bf9c013
JV
41182018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
4119
4120 * gdb.python/py-framefilter-mi.exp: Update regexp to
4121 check for "arch" field in frame output.
4122
450d1e88
KB
41232018-08-23 Kevin Buettner <kevinb@redhat.com>
4124
4125 * gdb.dwarf2/dw2-ranges-func.c: New file.
4126 * gdb.dwarf2/dw2-ranges-func.exp: New file.
4127
ae739fe7
SM
41282018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
4129
4130 * gdb.base/term.exp: Compare terminal settings with values from
4131 the inferior.
4132 * gdb.base/term.c: Get and set terminal settings.
4133
6d52907e
JV
41342018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
4135
4136 * lib/mi-support.exp (mi_expect_stop): Update regexp to
4137 accommodate new "arch" field in frame output.
4138 * gdb.mi/mi-return.exp: Likewise.
4139 * gdb.mi/mi-stack.exp: Likewise.
4140 * gdb.mi/mi-syn-frame.exp: Likewise.
4141 * gdb.mi/user-selected-context-sync.exp: Likewise.
4142
be2d111a
MS
41432018-08-19 Michael Spang <spang@google.com>
4144
4145 PR gdb/11786
4146 * gdb.base/gcore-tls-pie.c: New file.
4147 * gdb.base/gcore-tls-pie.exp: New file.
4148
ae3a7c47
KB
41492018-08-18 Kevin Buettner <kevinb@redhat.com>
4150
4151 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
4152 * gdb.dwarf2/varval.c: New file.
4153 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 4154
2ecae92e
AH
41552018-08-17 Alan Hayward <alan.hayward@arm.com>
4156
4157 PR gdb/18931
4158 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
4159
c1854f1d
KS
41602018-08-16 Keith Seitz <keiths@redhat.com>
4161
4162 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
4163 tests expected to pass.
4164
26fb3983
JV
41652018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
4166
4167 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
4168 -data-disassemble -a.
4169 (test_disassembly_bogus_args): Likewise.
4170
67943c00
AB
41712018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
4174
5ff2bbae
AB
41752018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4176
4177 * gdb.base/vla-optimized-out.exp: Add new test.
4178
e5bbcd0f
AB
41792018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
4180
4181 * gdb.base/vla-optimized-out-o3.exp: Delete.
4182 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
4183 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
4184 deleted tests.
4185
9d4a934c
AB
41862018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
4187
4188 PR gdb/18050:
4189 * gdb.server/extended-remote-restart.c: New file.
4190 * gdb.server/extended-remote-restart.exp: New file.
4191
045cf012
SM
41922018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
4193
4194 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
4195 "set variable index = 42".
4196
87d6a7aa
SM
41972018-08-07 Simon Marchi <simon.marchi@ericsson.com>
4198
4199 * boards/index-cache-gdb.exp: New file.
4200 * gdb.dwarf2/index-cache.exp: New file.
4201 * gdb.dwarf2/index-cache.c: New file.
4202 * gdb.base/maint.exp: Check if we are using the index cache.
4203
96d68bd4
RO
42042018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4205
4206 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
4207 MAKEFLAGS.
4208
5a699617
RO
42092018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4210
4211 * dg-extract-results.sh: Move to toplevel contrib.
4212 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
4213 * Makefile.in (check-parallel-racy): Likewise.
4214
5bd18990
AB
42152018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
4216
4217 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
4218 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
4219 tests if the target supports scheduler locking.
4220
3fbbcf47
TV
42212018-08-04 Tom de Vries <tdevries@suse.de>
4222
4223 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
4224
3e1d3d8c
TT
42252018-08-02 Tom Tromey <tom@tromey.com>
4226
4227 PR symtab/16842.
4228 * gdb.cp/temargs.exp: Test "info address" of a template
4229 parameter.
4230
5abe0f0c
JV
42312018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
4232
4233 * gdb.python/py-mi-var-info-path-expression.c: New file.
4234 * gdb.python/py-mi-var-info-path-expression.py: New file.
4235 * gdb.python/py-mi-var-info-path-expression.exp: New file.
4236
fb66cde8
SDJ
42372018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
4238
4239 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
4240 error after "cannot resolve name" string.
4241
c708f4d2
AB
42422018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
4243
4244 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
4245 started.
4246 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
4247
37cc0cae
TV
42482018-07-28 Tom de Vries <tdevries@suse.de>
4249
4250 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
4251
63b4ecf7
TV
42522018-07-26 Tom de Vries <tdevries@suse.de>
4253
4254 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
4255
3c3bb058
AB
42562018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
4257
4258 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
4259 is visible.
4260
9e7f3bbb
TV
42612018-07-26 Tom de Vries <tdevries@suse.de>
4262
4263 PR breakpoints/23366
4264 * gdb.base/catch-follow-exec.c: New test.
4265 * gdb.base/catch-follow-exec.exp: New file.
4266
16f808ec
TV
42672018-07-25 Tom de Vries <tdevries@suse.de>
4268
4269 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
4270 vla-optimized-out.c.
4271
d7154a8d
JV
42722018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
4273
4274 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
4275 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
4276
232a0032
TV
42772018-07-20 Tom de Vries <tdevries@suse.de>
4278
4279 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
4280 NOCLONE macro.
4281 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
4282
fbb1d502
TV
42832018-07-19 Tom de Vries <tdevries@suse.de>
4284
4285 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
4286 regular expression.
4287
42dc7699
TV
42882018-07-18 Tom de Vries <tdevries@suse.de>
4289
4290 * gdb.base/vla-optimized-out.c: New test.
4291 * gdb.base/vla-optimized-out.exp: New file.
4292
7f1f7e23
SDJ
42932018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
4294
4295 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
4296 message "No address associated with hostname" when gdbserver
4297 cannot resolve the hostname.
4298
5759ebb3
PW
42992018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4300
4301 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
4302 Add some test prefixes to make tests unique.
4303
3606ccab
PW
43042018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4305
4306 * gdb.base/frameapply.c: New file.
4307 * gdb.base/frameapply.exp: New file.
4308
529c08b2
PW
43092018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4310
4311 * gdb.base/skip.exp: Update expected error message.
4312
c7ab0aef
SDJ
43132018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4314 Jan Kratochvil <jan.kratochvil@redhat.com>
4315 Paul Fertser <fercerpav@gmail.com>
4316 Tsutomu Seki <sekiriki@gmail.com>
4317
4318 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
4319 parameter.
4320 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
4321 by default.
4322 * boards/native-gdbserver.exp: Likewise.
4323 * gdb.server/run-without-local-binary.exp: Improve regexp used
4324 for detecting when a remote debugging connection succeeds.
4325 * gdb.server/server-connect.exp: New file.
4326 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
4327 Do not prefix the port number with ":".
4328 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
4329 support for detecting and using it. Add '$debughost_gdbserver'
4330 to the list of arguments used to start gdbserver. Handle case
4331 when gdbserver cannot resolve a network name.
4332
16ff70dd
SDJ
43332018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
4334
4335 PR c++/23373
4336 * gdb.base/ptype-offsets.cc (struct static_member): New
4337 struct.
4338 (main) <stmember>: New variable.
4339 * gdb.base/ptype-offsets.exp: Add test for printing a struct
4340 with a static member in it.
4341
3541979f
AB
43422018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
4345 watchpoints enabled and disabled.
4346
c8ad9b9a
AB
43472018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.base/examine-backward.exp: Still run tests around address
4350 0x0, even if address 0x0 is not readable. Update the pattern for
4351 matching address 0x0 in expected output.
4352
e0e5e971
AB
43532018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
4354
4355 * gdb.base/share-env-with-gdbserver.c (main): Add call to
4356 malloc/free.
4357
1ea5da02
TV
43582018-07-04 Tom de Vries <tdevries@suse.de>
4359
4360 * gdb.dwarf2/dw2-error.exp: Update expected error message.
4361
471b9d15
MR
43622018-07-02 Maciej W. Rozycki <macro@mips.com>
4363
4364 PR tdep/8282
4365 * gdb.arch/mips-disassembler-options.exp: New test.
4366 * gdb.arch/mips-disassembler-options.s: New test source.
4367
75acb486
PA
43682018-06-29 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.threads/names.exp: Adjust expected "info threads" output.
4371
cd2bb709
PA
43722018-06-29 Pedro Alves <palves@redhat.com>
4373
4374 * gdb.opt/inline-break.exp (line number, address): Add "info
4375 break" tests.
4376
991ff292
PA
43772018-06-29 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.opt/inline-break.c (func1): Add "break here" marker.
4380 * gdb.opt/inline-break.exp: Test setting breakpoints by line
4381 number and address and running to them.
4382
356819b6 43832018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
4384
4385 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
4386
2512d7ef
JK
43872018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
4388
4389 * lib/compiler.c: Remove executable permission flag.
4390
be1b6474
RB
43912018-06-28 Richard Bunt <richard.bunt@arm.com>
4392
4393 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
4394 code.
4395 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
4396
291f9a96
PT
43972018-06-28 Petr Tesarik <ptesarik@suse.cz>
4398
4399 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
4400
ed6dfe51
PT
44012018-06-28 Petr Tesarik <ptesarik@suse.cz>
4402
4403 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
4404 address argument is omitted.
4405
d4d429d5
PT
44062018-06-28 Petr Tesarik <ptesarik@suse.cz>
4407
4408 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
4409
7ab6656f
OJ
44102018-06-27 Omair Javaid <omair.javaid@linaro.org>
4411
4412 PR gdb/21695
4413 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
4414 * gdb.base/infoline-reloc-main-from-zero.c: New file.
4415
a33ccfc7
TT
44162018-06-26 Tom Tromey <tom@tromey.com>
4417
4418 PR rust/22574:
4419 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
4420 * gdb.rust/simple.rs (struct SimpleLayout): New.
4421
6d72d289
SM
44222018-06-22 Simon Marchi <simon.marchi@ericsson.com>
4423
4424 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
4425 "info registers" output.
4426
8363f9d5
RB
44272018-06-21 Richard Bunt <richard.bunt@arm.com>
4428
4429 * gdb.base/watchpoint-hw-attach.c: New test.
4430 * gdb.base/watchpoint-hw-attach.exp: New file.
4431
f00674fe
SM
44322018-06-20 Simon Marchi <simon.marchi@ericsson.com>
4433
4434 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
4435 through /bin/sh.
4436 * boards/dwarf4-gdb-index.exp: Likewise.
4437 * boards/fission-dwp.exp: Likewise.
4438
1d554008
UW
44392018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
4440
4441 * gdb.base/float128.exp: Add comment and improved fail message
4442 to the failure case of "print large128" test.
4443
d0ac1c44
SM
44442018-06-19 Simon Marchi <simon.marchi@ericsson.com>
4445
4446 * configure.ac: Remove AC_PREREQ.
4447 * configure: Re-generate.
4448
61b04dd0
PA
44492018-06-19 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
4452 (func_extern_caller): New.
4453 (main): Call func_extern_caller.
4454 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
4455 logic change.
4456
f63b508a
SM
44572018-06-18 Weimin Pan <weimin.pan@oracle.com>
4458
4459 PR gdb/16841
4460 * gdb.cp/typedef-base.cc: New file.
4461 * gdb.cp/typedef-base.exp: New file.
4462
0fe3a558
TV
44632018-06-18 Tom de Vries <tdevries@suse.de>
4464
4465 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
4466
7010835a
AB
44672018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4468 Richard Bunt <Richard.Bunt@arm.com>
4469
4470 * gdb.threads/attach-slow-waitpid.c: New file.
4471 * gdb.threads/attach-slow-waitpid.exp: New file.
4472 * gdb.threads/slow-waitpid.c: New file.
4473
14897d65
PA
44742018-06-14 Pedro Alves <palves@redhat.com>
4475
4476 * gdb.base/fork-running-state.c: Include <errno.h>.
4477 (exit_if_relative_exits): New.
4478 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
4479 exits.
4480 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
4481 child exits.
4482
5d9a0608
TV
44832018-06-14 Tom de Vries <tdevries@suse.de>
4484
4485 PR cli/22573
4486 * gdb.base/finish-pretty.c: New test.
4487 * gdb.base/finish-pretty.exp: New file.
4488
11ae5818
PA
44892018-06-14 Pedro Alves <palves@redhat.com>
4490
4491 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
4492 gdb's expected startup output.
4493
1d39de44
PA
44942018-06-14 Pedro Alves <palves@redhat.com>
4495
4496 * lib/selftest-support.exp (selftest_setup): Remove inlined
4497 function handling.
4498
70ee0000
TV
44992018-06-14 Tom de Vries <tdevries@suse.de>
4500
4501 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
4502 matching of breakpoint printing.
4503
11f4b608
TV
45042018-06-13 Tom de Vries <tdevries@suse.de>
4505
4506 PR testsuite/23269
4507 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
4508 (fork_child): ... here, and ...
4509 (fork_parent): ... here.
4510
45112018-06-12 Tom de Vries <tdevries@suse.de>
4512
4513 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
4514
9516f85a
AB
45152018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
4516 Stephen Roberts <stephen.roberts@arm.com>
4517
4518 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
4519 rewrite test to describe action performed, rather than possible
4520 failure.
4521
5045b3d7
GB
45222018-06-08 Gary Benson <gbenson@redhat.com>
4523
4524 * gdb.threads/check-libthread-db.exp: New file.
4525 * gdb.threads/check-libthread-db.c: Likewise.
4526
c61b06a1
TT
45272018-06-05 Tom Tromey <tom@tromey.com>
4528
4529 * gdb.base/default.exp: Update expected "show version" output.
4530
eb6af809
TT
45312018-06-05 Tom Tromey <tom@tromey.com>
4532
4533 PR cli/12326:
4534 * gdb.cp/static-print-quit.exp: Update.
4535 * lib/gdb.exp (pagination_prompt): Update.
4536 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
4537 * gdb.python/python.exp: Update.
4538
178d6a63
JB
45392018-06-04 Joel Brobecker <brobecker@adacore.com>
4540
4541 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
4542
8e817061
JB
45432018-06-01 Joel Brobecker <brobecker@adacore.com>
4544
4545 * gdb.ada/bp_fun_addr: New testcase.
4546
e86ca25f
TT
45472018-06-01 Tom Tromey <tom@tromey.com>
4548
4549 * gdb.xml/tdesc-regs.exp (load_description): Update expected
4550 results.
4551 * gdb.dwarf2/method-ptr.exp: Set language to C++.
4552 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
4553 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
4554 * gdb.base/maint.exp (maint_pass_if): Update.
4555
4b2dfa9d
MR
45562018-05-31 Maciej W. Rozycki <macro@mips.com>
4557
4558 * gdb.base/endian.exp: New test.
4559 * gdb.base/endian.c: New test source.
4560
45f25d6c
AB
45612018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
4562
4563 PR gdb/23203
4564 * gdb.base/bt-selected-frame.c: New file.
4565 * gdb.base/bt-selected-frame.exp: New file.
4566 * lib/gdb.exp (get_current_frame_number): New function.
4567
d9f6d7f8
MR
45682018-05-24 Maciej W. Rozycki <macro@mips.com>
4569 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.threads/tls-core.c: Include <stdlib.h>
4572 (thread_proc): Call `abort'.
4573 * gdb.threads/tls-core.exp: Generate a core with core_find too.
4574 (tls_core_test): New procedure, bits factored out from ...
4575 (top level): ... here. Test both native cores and gcore cores.
4576
ff1cf532
TT
45772018-05-23 Tom Tromey <tom@tromey.com>
4578
4579 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
4580
b98664d3
TT
45812018-05-23 Tom Tromey <tom@tromey.com>
4582
4583 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
4584 symfile_complaints.
4585 (test_short_complaints): Likewise.
4586 (test_empty_complaints): Likewise.
4587 (test_initial_complaints): Update.
4588
4e9668d0
TT
45892018-05-23 Tom Tromey <tom@tromey.com>
4590
4591 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
4592
43ba33c7
TT
45932018-05-23 Tom Tromey <tom@tromey.com>
4594
4595 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
4596 (test_short_complaints): Update.
4597
035522c0
PA
45982018-05-22 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/remote.exp: Only gdb_start after compiling the
4601 testcase. Issue "disconnect" before testing "set remote" command
4602 defaults. Issue clean_restart before running to main.
4603
cc0be08f
PA
46042018-05-22 Pedro Alves <palves@redhat.com>
4605
4606 * gdb.base/remote.exp: Adjust expected output of "show remote
4607 memory-write-packet-size". Add tests for "set remote
4608 memory-write-packet-size 0" and "set remote
4609 memory-write-packet-size fixed/limit".
4610
b1b60145
PA
46112018-05-22 Pedro Alves <palves@redhat.com>
4612
4613 PR gdb/22973
4614 * gdb.base/utf8-identifiers.c: New file.
4615 * gdb.base/utf8-identifiers.exp: New file.
4616
0ec848ad
PFC
46172018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4618
4619 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
4620
2c3305f6
PFC
46212018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
4622
4623 * gdb.arch/powerpc-vsx-gcore.exp: New file.
4624
ce1e8424
TT
46252018-05-18 Tom Tromey <tom@tromey.com>
4626
4627 * gdb.base/ptype-offsets.exp: Update.
4628
ddfe970e
KS
46292018-05-17 Keith Seitz <keiths@redhat.com>
4630
4631 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
4632 in expected breakpoint stop locations.
4633 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
4634 move to proper scope to test variable values.
4635 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
4636 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
4637 New functions.
4638 (main): Call not_inline_func3.
4639 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
4640 inline_func1, inline_func2, and inline_func3. Test that when each
4641 breakpoint is hit, GDB properly reports both the stop location
4642 and the backtrace. Repeat tests for temporary breakpoints.
4643
0726fcc6
MR
46442018-05-15 Maciej W. Rozycki <macro@mips.com>
4645
4646 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
4647 rather then trying to access it in determining whether the PID
4648 of `gdbserver' could have been retrieved.
4649
8ee22052
AB
46502018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
4651
4652 * gdb.arch/amd64-init-x87-values.S: New file.
4653 * gdb.arch/amd64-init-x87-values.exp: New file.
4654
7785df48
JK
46552018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4656
4657 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
4658
56bcdbea
TT
46592018-05-04 Tom Tromey <tom@tromey.com>
4660
4661 PR python/22730:
4662 * gdb.python/python.exp: Test multi-line execute.
4663
a913fffb
TT
46642018-05-04 Tom Tromey <tom@tromey.com>
4665
4666 PR python/22731:
4667 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
4668
7a2c85f2
TT
46692018-05-04 Tom Tromey <tom@tromey.com>
4670
4671 PR gdb/11750:
4672 * gdb.base/define.exp: Test defining a user command inside a user
4673 command.
4674 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
4675
a3b60e45
JK
46762018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
4677 Pedro Alves <palves@redhat.com>
4678
4679 PR breakpoints/19806 and support for PR external/20207.
4680 * gdb.base/watchpoint-unaligned.c: New file.
4681 * gdb.base/watchpoint-unaligned.exp: New file.
4682
45fe4a03
AB
46832018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4684
4685 * gdb.base/maint.exp: Make test names unique, use
4686 test_prefix_command_help to test 'help maint info', and remove
4687 repeated test of 'help maint'.
4688
9be2ae8f
TT
46892018-05-04 Tom Tromey <tom@tromey.com>
4690
4691 PR gdb/22619:
4692 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
4693 behavior.
4694
11859c31
AB
46952018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4696
4697 * gdb.base/maint.exp: Process output from 'maint print registers'
4698 line at a time.
4699
089a9490
AB
47002018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
4701
4702 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
4703 timeout.
4704
9b0797e2
AB
47052018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
4706
4707 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
4708 filter pattern.
4709
f6ac5f3d
PA
47102018-05-02 Pedro Alves <palves@redhat.com>
4711
4712 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
4713 to_log_command renames.
4714 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4715
77d3c63b
TT
47162018-05-02 Tom Tromey <tom@tromey.com>
4717
4718 * gdb.python/py-parameter.exp: Set test message.
4719
0489430a
TT
47202018-05-02 Tom Tromey <tom@tromey.com>
4721
4722 PR python/20084:
4723 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
4724 PARAM_ZUINTEGER_UNLIMITED tests.
4725
1632f8ba
DR
47262018-04-28 Dan Robertson <danlrobertson89@gmail.com>
4727
4728 PR rust/23124
4729 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
4730 when casting.
4731
6d7bb824
TT
47322018-04-30 Tom Tromey <tom@tromey.com>
4733
4734 * gdb.python/py-type.exp: Check align attribute.
4735 * gdb.python/py-type.c: New "aligncheck" global.
4736
007e1530
TT
47372018-04-30 Tom Tromey <tom@tromey.com>
4738
4739 PR exp/17095:
4740 * gdb.dwarf2/dw2-align.exp: New file.
4741 * gdb.cp/align.exp: New file.
4742 * gdb.base/align.exp: New file.
4743 * lib/gdb.exp (gdb_int128_helper): New proc.
4744 (has_int128_c, has_int128_cxx): New caching procs.
4745
6873858b
TT
47462018-04-27 Tom Tromey <tom@tromey.com>
4747
4748 PR rust/22545:
4749 * gdb.rust/simple.exp: Add inclusive range tests.
4750
79188d8d
PA
47512018-04-26 Pedro Alves <palves@redhat.com>
4752
4753 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
4754 ifunc breakpoint locations correctly of ifunc breakpoints set
4755 while the program resolves the ifunc.
4756
c7075ad5
PA
47572018-04-26 Pedro Alves <palves@redhat.com>
4758
4759 * gdb.base/gnu-ifunc-final.c: New file.
4760 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
4761 * gdb.base/gnu-ifunc.exp (executable): Delete.
4762 (staticexecutable): Adjust.
4763 (lib_opts, exec_opts): Delete.
4764 (make_binsuffix, build, set-break): New procedures.
4765 (misc_tests): New, with tests factored out from the top level.
4766 (top level): Test different combinations of ifunc resolver name,
4767 resolver with and with debug info, and ifunc target with and
4768 without debug info. Wrap static tests with with_target_prefix.
4769
8388016d
PA
47702018-04-26 Pedro Alves <palves@redhat.com>
4771
4772 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
4773 return type" warnings.
4774
249b5733
PA
47752018-04-25 Pedro Alves <palves@redhat.com>
4776
4777 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
4778 killed".
4779 * gdb.base/kill-after-signal.exp: Likewise.
4780 * gdb.threads/kill.exp: Likewise.
4781
f67c0c91
SDJ
47822018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4783 Sergio Durigan Junior <sergiodj@redhat.com>
4784 Pedro Alves <palves@redhat.com>
4785
4786 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
4787 regexps to expect for '[Inferior ... detached]' as well.
4788 * gdb.base/attach.exp: Likewise.
4789 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
4790 "gdb_continue_to_end".
4791 (test_catch_syscall_with_wrong_args): Likewise.
4792 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
4793 ']'. Don't set 'verbose' on.
4794 * gdb.base/foll-vfork.exp: Likewise.
4795 * gdb.base/fork-print-inferior-events.c: New file.
4796 * gdb.base/fork-print-inferior-events.exp: New file.
4797 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
4798 '[Inferior ... has been killed]' message.
4799 * gdb.base/kill-after-signal.exp: Likewise.
4800 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
4801 detach message.
4802 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
4803 message.
4804 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
4805 regexps to expect for '[Inferior ... detached]' as well.
4806 * gdb.threads/process-dies-while-detaching.exp: Likewise.
4807
0a8ddac4
SM
48082018-04-24 Simon Marchi <simon.marchi@ericsson.com>
4809
4810 PR gdb/23104
4811 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
4812
701adfb0
PA
48132018-04-22 Rajendra SY <rajendra.sy@gmail.com>
4814
4815 PR gdb/23095
4816 * gdb.base/break-probes.exp: Pass shlib_load to
4817 prepare_for_testing. Set normal_bp to r_debug_state if target is
4818 bsd.
4819
d27d16bf
RB
48202018-04-19 Richard Bunt <richard.bunt@arm.com>
4821
4822 * gdb.threads/multiple-successive-infcall.c: New test.
4823 * gdb.threads/multiple-successive-infcall.exp: New file.
4824
a037790e
TT
48252018-04-17 Tom Tromey <tom@tromey.com>
4826
4827 * gdb.rust/simple.rs (Union): New type.
4828 (main): New local "u".
4829 * gdb.rust/simple.exp (test_one_slice): Add new test case.
4830
e3a91079
AA
48312018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
4832
4833 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
4834 number information in output of "whereis" command.
4835 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
4836
b744723f
AA
48372018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
4838
4839 * gdb.ada/info_types.exp: Adjust expected output to the line
4840 numbers now printed by "info var/func/type".
4841 * gdb.base/completion.exp: Likewise.
4842 * gdb.base/included.exp: Likewise.
4843 * gdb.cp/cp-relocate.exp: Likewise.
4844 * gdb.cp/cplusfuncs.exp: Likewise.
4845 * gdb.cp/namespace.exp: Likewise.
4846 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
4847
4a4495d6
MM
48482018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4849
4850 * gdb.btrace/cpu.exp: New.
4851
1d509aa6
MM
48522018-04-13 Markus Metzger <markus.t.metzger@intel.com>
4853
4854 * gdb.base/step-indirect-call-thunk.exp: New.
4855 * gdb.base/step-indirect-call-thunk.c: New.
4856 * gdb.reverse/step-indirect-call-thunk.exp: New.
4857 * gdb.reverse/step-indirect-call-thunk.c: New.
4858
6295b6da
SM
48592018-04-11 Simon Marchi <simon.marchi@ericsson.com>
4860
4861 * gdb.base/pie-fork.c: New file.
4862 * gdb.base/pie-fork.exp: New file.
4863
50146e70
TT
48642018-04-11 Tom Tromey <tom@tromey.com>
4865
4866 * gdb.rust/simple.exp: Add test for ".." struct initializer.
4867
f50d8a2e
PA
48682018-04-10 Pedro Alves <palves@redhat.com>
4869
4870 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
4871 exits. Instead loop running forever.
4872 (fork_parent): Run forever too.
4873
a0be7a36
SM
48742018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4875
4876 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
4877 mi_continue_to_line.
4878 * gdb.mi/mi-stack.c (callee4): Add comment.
4879
9b73db36
SM
48802018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
4881
4882 * gdb.mi/mi-stack.exp: Fix indentation.
4883
c912f608
SM
48842018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4885
4886 PR gdb/22979
4887 * gdb.arch/amd64-osabi.exp: New file.
4888
26540402
SM
48892018-04-07 Simon Marchi <simon.marchi@ericsson.com>
4890
4891 PR gdb/22980
4892 * gdb.base/osabi.exp: New file.
4893
121ad66c 48942018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
4895
4896 * gdb.cp/static-typedef-print.exp: New file.
4897 * gdb.cp/static-typedef-print.cc: New file.
4898
3fcded8f
JB
48992018-03-27 Joel Brobecker <brobecker@adacore.com>
4900
4901 * gdb.ada/varsize_limit: New testcase.
4902
59cc4834
JB
49032018-03-27 Joel Brobecker <brobecker@adacore.com>
4904
4905 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
4906
4907 * gdb.ada/notcplusplus: New testcase.
4908
4909 * gdb.base/c-linkage-name.c: New file.
4910 * gdb.base/c-linkage-name.exp: New testcase.
4911
4ca59a9f
TT
49122018-03-26 Tom Tromey <tom@tromey.com>
4913
4914 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
4915 * gdb.python/py-framefilter.py (name_error): New global.
4916 (ErrorInName.function): Use name_error.
4917
978d6c75
TT
49182018-03-26 Tom Tromey <tom@tromey.com>
4919
4920 PR backtrace/15582:
4921 * gdb.python/py-framefilter.exp: Add "bt hide" test.
4922
b7fee5a3
KS
49232018-03-23 Keith Seitz <keiths@redhat.com>
4924
4925 PR c++/22968
4926 * gdb.cp/subtypes.exp: New file.
4927 * gdb.cp/subtypes.h: New file.
4928 * gdb.cp/subtypes.cc: New file.
4929 * gdb.cp/subtypes-2.cc: New file.
4930
376be529
AB
49312018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4932
4933 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
4934 (done): Call '_exit' not 'exit' to avoid atexit handlers.
4935 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
4936 -nostartfiles when compiling the test. Confirm that all registers
4937 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
4938
066cfa98
AB
49392018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
4940
4941 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
4942 option, syntax was wrong anyway.
4943 * gdb.arch/arm-disp-step.exp: Likewise.
4944 * gdb.arch/sparc64-regs.exp: Likewise.
4945 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
4946 option, syntax was wrong anyway, switch to use
4947 prepare_for_testing.
4948 * gdb.arch/i386-disp-step.exp: Likewise.
4949
079670b9
AA
49502018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
4951
4952 * gdb.ada/exec_changed.exp: Replace "target_info exists
4953 use_gdb_stub" by "use_gdb_stub".
4954 * gdb.ada/start.exp: Likewise.
4955 * gdb.base/async-shell.exp: Likewise.
4956 * gdb.base/attach-pie-misread.exp: Likewise.
4957 * gdb.base/attach-wait-input.exp: Likewise.
4958 * gdb.base/break-entry.exp: Likewise.
4959 * gdb.base/break-interp.exp: Likewise.
4960 * gdb.base/dprintf-detach.exp: Likewise.
4961 * gdb.base/nostdlib.exp: Likewise.
4962 * gdb.base/solib-nodir.exp: Likewise.
4963 * gdb.base/statistics.exp: Likewise.
4964 * gdb.base/testenv.exp: Likewise.
4965 * gdb.mi/mi-exec-run.exp: Likewise.
4966 * gdb.mi/mi-start.exp: Likewise.
4967 * gdb.multi/dummy-frame-restore.exp: Likewise.
4968 * gdb.multi/multi-arch-exec.exp: Likewise.
4969 * gdb.multi/multi-arch.exp: Likewise.
4970 * gdb.multi/tids.exp: Likewise.
4971 * gdb.multi/watchpoint-multi.exp: Likewise.
4972 * gdb.python/py-events.exp: Likewise.
4973 * gdb.threads/attach-into-signal.exp: Likewise.
4974 * gdb.threads/attach-stopped.exp: Likewise.
4975 * gdb.threads/threadapply.exp: Likewise.
4976 * lib/selftest-support.exp: Likewise.
4977
26d6cec4
AA
49782018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
4979
4980 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
4981
4ee89e90
SR
49822018-03-20 Stephen Roberts <stephen.roberts@arm.com>
4983
4984 * gdb.perf/template-breakpoints.cc: New file.
4985 * gdb.perf/template-breakpoints.exp: New file.
4986 * gdb.perf/template-breakpoints.py: New file.
4987
92630041
TT
49882018-03-19 Tom Tromey <tom@tromey.com>
4989
4990 * gdb.rust/simple.rs (main): Add local variables field1, field2,
4991 y0.
4992 * gdb.rust/simple.exp: Test bare identifier form of struct
4993 initializer.
4994
76727919
TT
49952018-03-19 Tom Tromey <tom@tromey.com>
4996
4997 * gdb.gdb/observer.exp: Remove.
4998
194ed413
AA
49992018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5000
5001 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
5002 "qualified" option when setting breakpoints.
5003 * gdb.trace/backtrace.exp: Likewise.
5004 * gdb.trace/circ.exp: Likewise.
5005 * gdb.trace/collection.exp: Likewise.
5006 * gdb.trace/disconnected-tracing.exp: Likewise.
5007 * gdb.trace/ftrace-lock.exp: Likewise.
5008 * gdb.trace/ftrace.exp: Likewise.
5009 * gdb.trace/infotrace.exp: Likewise.
5010 * gdb.trace/packetlen.exp: Likewise.
5011 * gdb.trace/passc-dyn.exp: Likewise.
5012 * gdb.trace/qtro.exp: Likewise.
5013 * gdb.trace/read-memory.exp: Likewise.
5014 * gdb.trace/report.exp: Likewise.
5015 * gdb.trace/signal.exp: Likewise.
5016 * gdb.trace/status-stop.exp: Likewise.
5017 * gdb.trace/strace.exp: Likewise.
5018 * gdb.trace/tfind.exp: Likewise.
5019 * gdb.trace/trace-break.exp: Likewise.
5020 * gdb.trace/trace-condition.exp: Likewise.
5021 * gdb.trace/trace-mt.exp: Likewise.
5022 * gdb.trace/tstatus.exp: Likewise.
5023 * gdb.trace/tsv.exp: Likewise.
5024 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
5025 * gdb.trace/unavailable.exp: Likewise.
5026 * gdb.trace/while-dyn.exp: Likewise.
5027
8b067d2c
AA
50282018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5029
5030 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
5031 that libinproctrace is copied to the target.
5032
3ae9ce5d
TT
50332018-03-14 Tom Tromey <tom@tromey.com>
5034
5035 PR cli/14977:
5036 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
5037 a null pointer.
5038 * gdb.base/wchar.exp: Likewise.
5039
b8c2339b
TT
50402018-03-14 Tom Tromey <tom@tromey.com>
5041
5042 PR cli/19918:
5043 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
5044 flag.
5045
4872dc46
SM
50462018-03-08 Simon Marchi <simon.marchi@ericsson.com>
5047
5048 PR gdb/22841
5049 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
5050 "target" to remote_exec.
5051
e4fe3756
SM
50522018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
5053
5054 PR gdb/22841
5055 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
5056 ${board}_upload): Remove.
5057
e95a97d4
AA
50582018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
5059
5060 * gdb.cp/watch-cp.cc: New test.
5061 * gdb.cp/watch-cp.exp: New file.
5062
dbbb1059
AB
50632018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5064
5065 * gdb.base/infcall-nested-structs.exp: New file.
5066 * gdb.base/infcall-nested-structs.c: New file.
5067 * gdb.base/float.exp: Add riscv support.
5068
ecc054c0
TP
50692018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
5070
5071 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
5072 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
5073
25e3c82c
SDJ
50742018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
5075
5076 * gdb.server/abspath.exp: New file.
5077 * lib/gdb.exp (with_cwd): New procedure.
5078
3083294d
SM
50792018-02-28 Simon Marchi <simon.marchi@ericsson.com>
5080
5081 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
5082 use it.
5083 (gdb_is_target_remote_prompt): New proc.
5084 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
5085 (gdb_is_target_native): Pass prompt parameter to
5086 gdb_is_target_1.
5087
3275ef47
SM
50882018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
5089
5090 * gdb.base/load-command.c: New file.
5091 * gdb.base/load-command.exp: New file.
5092 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
5093 (gdb_is_target_1): ...this, and generalize for other targets
5094 than just remote.
5095 (gdb_is_target_remote): Use gdb_is_target_1.
5096 (gdb_is_target_native): use gdb_is_target_1.
5097
6893c19a
TT
50982018-02-26 Tom Tromey <tom@tromey.com>
5099
5100 PR python/16497:
5101 * gdb.python/py-framefilter.exp: Update test.
5102
2ddeaf8a
TT
51032018-02-26 Tom Tromey <tom@tromey.com>
5104
5105 * gdb.dwarf2/variant.c: New file.
5106 * gdb.dwarf2/variant.exp: New file.
5107
c9317f21
TT
51082018-02-26 Tom Tromey <tom@tromey.com>
5109
5110 * gdb.rust/simple.exp: Accept more possible results in enum test.
5111
6f6d0c26
SM
51122018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
5113
5114 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
5115 parentheses.
5116
11b03145
MR
51172018-02-23 Maciej W. Rozycki <macro@mips.com>
5118
5119 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
5120 name of a variable: $actual_linejj -> $actual_line.
5121
54a27fe5
JB
51222018-02-21 John Baldwin <jhb@FreeBSD.org>
5123
5124 * gdb.arch/amd64-i386-address.exp: Fix a typo.
5125
de65820c
MM
51262018-02-20 Markus Metzger <markus.t.metzger@intel.com>
5127
5128 * gdb.btrace/buffer-size.exp: Do not force BTS.
5129
980548fd
PA
51302018-02-14 Pedro Alves <palves@redhat.com>
5131
5132 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
5133 getting a "Quit".
5134
c4e12631
MM
51352018-02-09 Markus Metzger <markus.t.metzger@intel.com>
5136
5137 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
5138 Fix test name.
5139
c2e0e465
SM
51402018-02-07 Simon Marchi <simon.marchi@ericsson.com>
5141
5142 * gdb.cp/m-static.exp: Check type of optimized out static
5143 member.
5144
f7216783
AB
51452018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
5148 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
5149
0625771b
LS
51502018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
5151 Leszek Swirski <leszeks@google.com>
5152
5153 * gdb.python/py-prettyprint.c
5154 (struct to_string_returns_value_inner,
5155 struct to_string_returns_value_wrapper): New.
5156 (main): Add tsrvw variable.
5157 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
5158 ToStringReturnsValueWrapper): New classes.
5159 (register_pretty_printers): Register new pretty-printers.
5160 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
5161 recursive pretty printer.
5162 * gdb.python/py-mi.exp: Likewise.
5163
59498c30
LS
51642018-02-01 Leszek Swirski <leszeks@google.com>
5165
5166 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
5167 functions with the same name as an include file are parsed
5168 correctly.
5169
d4d38844
YQ
51702018-02-01 Yao Qi <yao.qi@linaro.org>
5171
5172 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
5173 "\[^\r\n\]*".
5174
07e5f5cf
NP
51752018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
5176
5177 * gdb.arch/powerpc-prologue-frame.s: New file.
5178 * gdb.arch/powerpc-prologue-frame.c: Likewise.
5179 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
5180
929b5ad4
JB
51812018-01-31 Joel Brobecker <brobecker@adacore.com>
5182
5183 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
5184
e671cd59
PA
51852018-01-30 Pedro Alves <palves@redhat.com>
5186
5187 PR gdb/13211
5188 * gdb.base/interrupt-daemon.c: New.
5189 * gdb.base/interrupt-daemon.exp: New.
5190 * gdb.multi/multi-term-settings.c: New.
5191 * gdb.multi/multi-term-settings.exp: New.
5192
fc413dc4
JB
51932018-01-30 Joel Brobecker <brobecker@adacore.com>
5194
5195 * gdb.base/break.exp: Save the location where the breakpoint
5196 on break.c:47 was actually inserted when debugging the version
5197 compiled at -O2 and use it in the expected output of the "info
5198 break" test performed soon after.
5199
5c319bb2
PA
52002018-01-22 Pedro Alves <palves@redhat.com>
5201 Sergio Durigan Junior <sergiodj@redhat.com>
5202
5203 * gdb.base/whatis.exp: Add tests for 'set print object on' +
5204 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
5205
a9e40818
JB
52062018-01-22 Joel Brobecker <brobecker@adacore.com>
5207
5208 * gdb.base/break-include.c, gdb.base/break-include.inc,
5209 gdb.base/break-include.exp: New files.
5210 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
5211 line number now being the actual line number where the breakpoint
5212 was inserted.
5213 * gdb.mi/mi-break.exp: Likewise.
5214 * gdb.mi/mi-reverse.exp: Likewise.
5215 * gdb.mi/mi-simplerun.exp: Ditto.
5216
e707fc44
AB
52172018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5218
5219 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
5220 varobj.
5221 * gdb.mi/mi-var-create-rtti.exp: Likewise.
5222
ae451627
AB
52232018-01-21 Don Breazeal <donb@codesourcery.com>
5224 Andrew Burgess <andrew.burgess@embecosm.com>
5225
5226 * gdb.mi/basics.c: Add new global.
5227 * gdb.mi/mi-frame-regs.exp: New file.
5228 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
5229 case.
5230
b1b189e0
AB
52312018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
5234 non-parameter, and on an unknown symbol.
5235
fcfcc376
TT
52362018-01-19 Tom Tromey <tom@tromey.com>
5237
5238 * gdb.rust/modules.rs (TWENTY_THREE): New global.
5239 * gdb.rust/modules.exp: Add ::-qualified lookup test.
5240
634c1c31
AA
52412018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5242
5243 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
5244 setrlimit and chdir to int.
5245
d6ad07fd
AA
52462018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
5247
5248 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
5249 function.
5250 (my_tend): Likewise.
5251 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
5252 rationale of avoiding FP- and vector instructions.
5253
adf8243b
RK
52542018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
5255
5256 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
5257 "info reg" with "\[ \t\]*".
5258 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
5259 "\[ \t\]+".
5260 * gdb.arch/s390-multiarch.exp: Ditto.
5261 * gdb.base/pc-fp.exp: Ditto.
5262 * gdb.reverse/i386-precsave.exp: Ditto.
5263 * gdb.reverse/i386-reverse.exp: Ditto.
5264 * gdb.reverse/i387-env-reverse.exp: Ditto.
5265 * gdb.reverse/i387-stack-reverse.exp: Ditto.
5266
dcc06925
AA
52672018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5268
5269 * lib/gdb.exp (gdb_compile): Re-enable use of
5270 universal_compile_options for languages other than Rust.
5271
25d4fd80
AA
52722018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
5273
5274 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
5275
ee7f689e 52762018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
5277
5278 PR gdb/16577
5279 * gdb.base/solib-vanish.exp: New.
5280 * gdb.base/solib-vanish-main.c: New.
5281 * gdb.base/solib-vanish-lib1.c: New.
5282 * gdb.base/solib-vanish-lib2.c: New.
5283
d8447b6b
YQ
52842018-01-17 Yao Qi <yao.qi@linaro.org>
5285
5286 * gdb.compile/compile.exp: Match the address printed for
5287 frame in the output of command "bt".
5288
86d6a90c
TT
52892018-01-15 Tom Tromey <tom@tromey.com>
5290
5291 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
5292 compute sp_reg.
5293
cbcdb1aa
AB
52942018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
5297 to prepare.
5298 (prepare): Return 0 on error, 1 on success.
5299
eea61984
PA
53002018-01-12 Pedro Alves <palves@redhat.com>
5301
5302 * gdb.base/continue-after-aborted-step-over.c: New.
5303 * gdb.base/continue-after-aborted-step-over.exp: New.
5304
6181e9c2
SM
53052018-01-11 Simon Marchi <simon.marchi@ericsson.com>
5306
5307 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
5308 options when not creating an executable.
5309
3cada740
PA
53102018-01-11 Pedro Alves <palves@redhat.com>
5311
5312 PR remote/22597
5313 * gdb.server/stop-reply-no-thread.c: New file.
5314 * gdb.server/stop-reply-no-thread.exp: New file.
5315
c63d3e8d
PA
53162018-01-10 Pedro Alves <palves@redhat.com>
5317
5318 PR gdb/22670
5319 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
5320 functions too. Test setting breakpoints and printing C functions
5321 with no debug info too.
5322 * gdb.ada/bp_c_mixed_case/qux.c: New file.
5323
d4c2a405
PA
53242018-01-10 Pedro Alves <palves@redhat.com>
5325
5326 PR gdb/22670
5327 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
5328 a fail.
5329
8825213e
PA
53302018-01-10 Pedro Alves <palves@redhat.com>
5331
5332 PR gdb/22670
5333 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
5334
605fd3c6
YQ
53352018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * gdb.server/unittest.exp: Match the output in non-development
5338 mode.
5339
1e5ded6c
YQ
53402018-01-08 Simon Marchi <simon.marchi@ericsson.com>
5341
5342 * gdb.gdb/unittest.exp: Match output in non-development mode.
5343
30066b0b
JB
53442018-01-08 Joel Brobecker <brobecker@adacore.com>
5345
5346 * gdb.ada/access_tagged_param.exp: Relax expected output
5347 for value of "ObjL" in "continue" to pck.inspect breakpoint
5348 test.
5349
04bafb1e
XR
53502018-01-08 Joel Brobecker <brobecker@adacore.com>
5351
9f86398b
JB
5352 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
5353 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 5354
e379cee6
PA
53552018-01-05 Pedro Alves <palves@redhat.com>
5356
5357 PR gdb/18653
5358 * gdb.base/libsegfault.exp: New.
5359
de63c46b
PA
53602018-01-05 Joel Brobecker <brobecker@adacore.com>
5361
5362 PR gdb/22670
5363 * gdb.ada/access_tagged_param.exp: New file.
5364 * gdb.ada/access_tagged_param/foo.adb: New file.
5365
f98fc17b
PA
53662018-01-05 Pedro Alves <palves@redhat.com>
5367
5368 PR gdb/22670
5369 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
5370 exercise lower case too, and to exercise both full matching and
5371 wild matching.
5372
342f8240
JB
53732018-01-05 Joel Brobecker <brobecker@adacore.com>
5374
5375 * gdb.ada/rename_subscript_param: New testcase.
5376
7150d33c
JG
53772018-01-05 Jerome Guitton <guitton@adacore.com>
5378
5379 * gdb.ada/arr_acc_idx_w_gap: New testcase.
5380
cc0e770c
JB
53812018-01-05 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.ada/convvar_comp: New testcase.
5384
672a41aa 53852018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
5386
5387 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
5388 (My_Table): New global variable.
5389 * testsuite/gdb.ada/array_char_idx.exp: Add test.
5390
7365ec2f
JB
53912018-01-04 Joel Brobecker <brobecker@adacore.com>
5392
5393 PR gdb/22670
5394 * gdb.ada/maint_with_ada: New testcase.
5395
289483b6
JB
53962018-01-04 Joel Brobecker <brobecker@adacore.com>
5397
5398 PR gdb/22670
5399 * gdb.ada/bp_c_mixed_case: New testcase.
5400
344420da
JB
54012018-01-04 Joel Brobecker <brobecker@adacore.com>
5402
5403 PR gdb/22670
5404 * gdb.ada/complete.exp: Add "complete break ada" test.
5405
66fc87a0
JB
54062018-01-04 Joel Brobecker <brobecker@adacore.com>
5407
5408 PR gdb/22670
5409 * gdb.ada/info_addr_mixed_case: New testcase.
5410
9f757bf7
XR
54112018-01-03 Xavier Roirand <roirand@adacore.com>
5412
5413 * gdb.ada/excep_handle.exp: New testcase.
5414 * gdb.ada/excep_handle/foo.adb: New file.
5415 * gdb.ada/excep_handle/pck.ads: New file.
5416
bd570f80
JB
54172018-01-03 Joel Brobecker <brobecker@adacore.com>
5418
5419 * gdb.base/step-line.c: Add extra empty line in copyright header.
5420 * gdb.base/step-line.inp: Likewise.
5421
9fe561ab
JB
54222018-01-02 Joel Brobecker <brobecker@adacore.com>
5423
5424 * gdb.ada/dyn_stride.exp: Add slice test.
5425
a405673c
JB
54262018-01-02 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.ada/dyn_stride: New testcase.
5429
cef0f868
SH
54302017-12-27 Stafford Horne <shorne@gmail.com>
5431
5432 * gdb.xml/extra-regs.xml: Add example foo reggroup.
5433 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
5434
b67d92b0
SH
54352017-12-27 Stafford Horne <shorne@gmail.com>
5436
5437 * gdb.base/reggroups.c: New file.
5438 * gdb.base/reggroups.exp: New file.
5439
eccab96d
JB
54402017-12-18 Joel Brobecker <brobecker@adacore.com>
5441
5442 * gdb.dwarf2/ada-valprint-error.c: New file.
5443 * gdb.dwarf2/ada-valprint-error.exp: New file.
5444
0e2da9f0
JB
54452017-12-18 Joel Brobecker <brobecker@adacore.com>
5446
5447 * gdb.ada/assign_arr: New testcase.
5448
cb923fcc
XR
54492017-12-18 Xavier Roirand <roirand@adacore.com>
5450
5451 * gdb.ada/funcall_ptr: New testcase.
5452
7c161838
SDJ
54532017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
5454
5455 PR cli/16224
5456 * gdb.base/ptype-offsets.cc: New file.
5457 * gdb.base/ptype-offsets.exp: New file.
5458
1af17fd9
YQ
54592017-12-15 Yao Qi <yao.qi@linaro.org>
5460
5461 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
5462 if XML is disabled.
5463
828d5846
XR
54642017-12-15 Xavier Roirand <roirand@adacore.com>
5465
5466 * gdb.ada/same_component_name: New testcase.
5467
79e8fcaa
JB
54682017-12-14 Joel Brobecker <brobecker@adacore.com>
5469
5470 * gdb.ada/str_binop_equal: New testcase.
5471
e05fa6f9
JB
54722017-12-14 Joel Brobecker <brobecker@adacore.com>
5473
5474 * gdb.ada/task_switch_in_core: New testcase.
5475
b89641ba
SM
54762017-12-13 Simon Marchi <simon.marchi@ericsson.com>
5477
5478 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
5479 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
5480 call test_bkpt_qualified.
5481 (test_bkpt_qualified): New proc.
5482
6892d2e4
PA
54832017-12-13 Pedro Alves <palves@redhat.com>
5484
5485 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5486 Tighten regexp by matching with an anchor.
5487
a22ecf70
PA
54882017-12-13 Pedro Alves <palves@redhat.com>
5489
5490 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
5491 ("expression with namespace"): New set of tests.
5492 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
5493 (Nested::Test_NS::qux): New.
5494 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
5495 defaults to 'start_quote_char' and 'end_quote_char' parameters.
5496
9937536c
JB
54972017-12-13 Joel Brobecker <brobecker@adacore.com>
5498
5499 * gdb.base/server-del-break.c: New file.
5500 * gdb.base/server-del-break.exp: New file.
5501
fe49c6f5
SH
55022017-12-12 Stafford Horne <shorne@gmail.com>
5503
5504 * gdb.xml/tdesc-regs.exp: Add or1k support.
5505
c3d18620
SH
55062017-12-12 Stafford Horne <shorne@gmail.com>
5507
5508 * gdb.base/bp-permanent.c: Define nop of or1k.
5509
c5f9cfc8
JB
55102017-12-11 Joel Brobecker <brobecker@adacore.com>
5511
5512 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
5513 output with components being reordered.
5514
a9c135fc
JB
55152017-12-11 Joel Brobecker <brobecker@adacore.com>
5516
5517 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
5518 output with components being reordered.
5519
927aa2e7
JK
55202017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5521 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.base/maint.exp (check for .gdb_index): Check also for
5524 .debug_names.
5525 * gdb.dlang/watch-loc.c (.debug_aranges): New.
5526 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
5527 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
5528 (.gdb_index used after symbol reloading): Support also .debug_names.
5529 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
5530
f17d9474
YQ
55312017-12-08 Yao Qi <yao.qi@linaro.org>
5532
5533 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5534 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
5535
a0de8c21
YQ
55362017-12-08 Yao Qi <yao.qi@linaro.org>
5537
5538 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
5539 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
5540
a738ea1d
YQ
55412017-12-08 Yao Qi <yao.qi@linaro.org>
5542
5543 * gdb.arch/aarch64-tagged-pointer.c: New file.
5544 * gdb.arch/aarch64-tagged-pointer.exp: New file.
5545
1cd9a73b
SDJ
55462017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
5547
5548 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
5549 "int".
5550
fa6eb693
KS
55512017-12-07 Keith Seitz <keiths@redhat.com>
5552
5553 PR breakpoints/22569
5554 * gdb.linespec/ls-errs.exp: Change expected result of "break
5555 -source this file has spaces.c -line 3".
5556 Check that an explicit source file followed by whitespace is
5557 identified as an invalid explicit location.
5558
883fd55a
KS
55592017-12-07 Keith Seitz <keiths@redhat.com>
5560
5561 * gdb.cp/nested-types.cc: New file.
5562 * gdb.cp/nested-types.exp: New file.
5563 * lib/cp-support.exp: Load data-structures.exp library.
5564 (debug_cp_test_ptype_class): New global.
5565 (cp_ptype_class_verbose, next_line): New procedures.
5566 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
5567 Add and document new return value.
5568 Switch the list of lines to a queue.
5569 Add support for new `type' key for nested type definitions.
5570 Add debugging/troubleshooting messages.
5571 * lib/data-structures.exp: New file.
5572
ec72db3e
SM
55732017-12-07 Simon Marchi <simon.marchi@ericsson.com>
5574
5575 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
5576 with proc_with_prefix, don't use with_test_prefix.
5577
99598d71
TT
55782017-12-07 Tom Tromey <tom@tromey.com>
5579
5580 * gdb.base/break.exp: Add test for empty "commands".
5581
a8806230
YQ
55822017-12-07 Yao Qi <yao.qi@linaro.org>
5583
5584 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
5585 malloc and catch syscall.
5586
824cc835
PM
55872017-12-07 Phil Muldoon <pmuldoon@redhat.com>
5588
e79be6e5 5589 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
5590 tests for explicit locations.
5591
7cc244de
PA
55922017-12-06 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
5595 force-disabling XML descriptions.
5596
50a1fdd5
PA
55972017-12-04 Pedro Alves <palves@redhat.com>
5598
5599 PR gdb/22499
5600 * gdb.arch/amd64-disp-step-avx.S: New file.
5601 * gdb.arch/amd64-disp-step-avx.exp: New file.
5602
f0fb2488
PA
56032017-12-03 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
5606 and <string.h>.
5607 (parent_function): Print distinct messages when waitpid fails, or
5608 the child exits with a signal, or the child exits for an unhandled
5609 reason.
5610 * gdb.threads/process-dies-while-detaching.exp
5611 (detach_and_expect_exit): New 'inf_output_re' parameter and use
5612 it. Wait for both inferior output and GDB's prompt. Use an
5613 indirect spawn id list.
5614 (do_detach): New parameter 'child_exit'. Use it to compute
5615 expected inferior output.
5616 (test_detach, test_detach_watch, test_detach_killed_outside):
5617 Adjust to pass down the expected child exit kind.
5618
97cbe998
SDJ
56192017-12-01 Joel Brobecker <brobecker@adacore.com>
5620 Sergio Durigan Junior <sergiodj@redhat.com>
5621 Pedro Alves <palves@redhat.com>
5622
5623 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
5624
40fc416f
SDJ
56252017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
5626
5627 * gdb.base/relocate.exp: Add tests to guarantee that arguments
5628 to 'symbol-file' and 'add-symbol-file' can be
5629 position-independent.
5630
1cc75e92
YQ
56312017-12-01 Yao Qi <yao.qi@linaro.org>
5632
5633 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
5634 the URL in copyright header.
5635 * gdb.arch/aarch64-fp.exp: Likewise.
5636 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
5637 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
5638 * gdb.base/expand-psymtabs.exp: Likewise.
5639 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
5640 * gdb.fortran/common-block.exp: Likewise.
5641 * gdb.fortran/common-block.f90: Likewise.
5642 * gdb.fortran/logical.exp: Likewise.
5643 * gdb.fortran/vla-datatypes.f90: Likewise.
5644 * gdb.fortran/vla-sub.f90: Likewise.
5645
875fb7a7
JB
56462017-11-30 Joel Brobecker <brobecker@adacore.com>
5647
5648 * gdb.ada/repeat_dyn: New testcase.
5649
6f14765f
UW
56502017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
5651
5652 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
5653 Update for changed thread numbering.
5654 * gdb.cell/bt.exp: Update for changed GDB output.
5655
f1af7b94
SM
56562017-11-30 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
5659 setting isremote by hand.
5660 * boards/dwarf4-gdb-index.exp: Likewise.
5661 * boards/fission.exp: Likewise.
5662 * boards/stabs.exp: Likewise.
5663
e3919f3e
PA
56642017-11-30 Pedro Alves <palves@redhat.com>
5665
5666 * gdb.linespec/cpls-ops.exp
5667 (check_explicit_skips_function_argument): Extract the underlying
5668 type of size_t instead of hardcoding it.
5669
bd69330d
PA
56702017-11-29 Pedro Alves <palves@redhat.com>
5671
5672 PR c++/19436
5673 * gdb.linespec/cpls-abi-tag.cc: New file.
5674 * gdb.linespec/cpls-abi-tag.exp: New file.
5675
a20714ff
PA
56762017-11-29 Pedro Alves <palves@redhat.com>
5677
5678 * gdb.base/langs.exp: Use -qualified.
5679 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
5680 it.
5681 * gdb.cp/namespace.exp: Use -qualified.
5682 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
5683 (overload-3, template-overload, template-ret-type, const-overload)
5684 (const-overload-quoted, anon-ns, ambiguous-prefix): New
5685 procedures.
5686 (test_driver): Call them.
5687 * gdb.cp/save-bp-qualified.cc: New.
5688 * gdb.cp/save-bp-qualified.exp: New.
5689 * gdb.linespec/explicit.exp: Test -qualified.
5690 * lib/completion-support.exp (completion::explicit_opts_list): Add
5691 "-qualified".
5692 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
5693
f6f1d339
PM
56942017-11-29 Phil Muldoon <pmuldoon@redhat.com>
5695
5696 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
5697
02ca603a
TT
56982017-11-29 Tom Tromey <tom@tromey.com>
5699
5700 * gdb.base/relocate.exp: Update invalid argument test.
5701 Add new tests for invalid arguments.
5702
ed6c0bfb
TP
57032017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5704
5705 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
5706 Return 0 as a long.
5707 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
5708
f106e10e
TP
57092017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
5710
5711 * gdb.cp/breakpoint.cc (bar): Set return type to void.
5712 * gdb.cp/psymtab-parameter.cc (func): Likewise.
5713 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
5714 func ().
5715 * gdb.cp/shadow.cc (B.func): Return 0.
5716
10329bb2
JB
57172017-11-27 Joel Brobecker <brobecker@adacore.com>
5718
5719 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
5720 expected output in gdb_expect call to allow the exception
5721 message to be present as well. Fix syntax confusion to avoid
5722 TCL thinking that exception_name is an array.
5723
617cd4bc
UW
57242017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
5725
5726 * gdb.arch/spu-info.c: Include <unistd.h>.
5727 (do_signal_test): Fix broken calls to write.
5728 * gdb.arch/spu-info.exp: Use prepare_for_testing.
5729 Fix checks for empty mailboxes. Update signal tests for corrected
5730 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
5731 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
5732 * gdb.cell/arch.exp: Use standard_output_file.
5733 * gdb.cell/break.exp: Likewise.
5734 * gdb.cell/bt.exp: Likewise.
5735 * gdb.cell/core.exp: Likewise.
5736 * gdb.cell/dwarfaddr.exp: Likewise.
5737 * gdb.cell/ea-cache.exp: Likewise.
5738 * gdb.cell/ea-standalone.exp: Likewise.
5739 * gdb.cell/f-regs.exp: Likewise.
5740 * gdb.cell/fork.exp: Likewise.
5741 * gdb.cell/gcore.exp: Likewise.
5742 * gdb.cell/mem-access.exp: Likewise.
5743 * gdb.cell/ptype.exp: Likewise.
5744 * gdb.cell/registers.exp: Likewise.
5745 * gdb.cell/sizeof.exp: Likewise.
5746 * gdb.cell/solib-symbol.exp: Likewise.
5747 * gdb.cell/solib.exp: Likewise.
617cd4bc 5748
a81aaca0
PA
57492017-11-25 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/complete-empty.exp: New file.
5752 * gdb.base/completion.exp: Adjust.
5753
6a3c6ee4
PA
57542017-11-25 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.linespec/cpls-ops.cc: New file.
5757 * gdb.linespec/cpls-ops.exp: New file.
5758 * lib/completion-support.exp (test_complete_prefix_range_re): New,
5759 factored out from ...
5760 (test_complete_prefix_range): ... this.
5761
8955eb2d
PA
57622017-11-24 Pedro Alves <palves@redhat.com>
5763
5764 * gdb.linespec/cpcompletion.exp: New file.
5765 * gdb.linespec/cpls-hyphen.cc: New file.
5766 * gdb.linespec/cpls.cc: New file.
5767 * gdb.linespec/cpls2.cc: New file.
5768 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
5769 test to use test_gdb_complete_unique. Add label completion,
5770 keyword completion and explicit location completion tests.
5771 * lib/completion-support.exp: New file.
5772
e547c119
JB
57732017-11-24 Joel Brobecker <brobecker@adacore.com>
5774
5775 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
5776 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
5777 when hitting an exception catchpoint.
5778
7c3c1aa8
YQ
57792017-11-22 Yao Qi <yao.qi@linaro.org>
5780
5781 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
5782
41bd68f5
SM
57832017-11-22 Simon Marchi <simon.marchi@ericsson.com>
5784
5785 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
5786 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
5787 * gdb.dwarf2/info-locals-optimized-out.c: New file.
5788
1daad298
YQ
57892017-11-22 Yao Qi <yao.qi@linaro.org>
5790
5791 * gdb.base/info-os.exp: Pass pthreads.
5792 * gdb.multi/multi-attach.exp: Likewise.
5793
88465e87
YQ
57942017-11-22 Yao Qi <yao.qi@linaro.org>
5795
5796 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
5797 compiler.
5798
dc196b23
YQ
57992017-11-22 Yao Qi <yao.qi@linaro.org>
5800
5801 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
5802 * gdb.base/break-interp.exp: Likewise.
5803 * gdb.base/jit-attach-pie.exp: Likewise.
5804
2400729e
UW
58052017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5806
5807 * gdb.base/float128.c (large128): New variable.
5808 * gdb.base/float128.exp: Add test to print largest __float128 value.
5809
7a26362d
UW
58102017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
5811
5812 * gdb.arch/vsx-regs.exp: Update register content checks.
5813
ed0f4273
UW
58142017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
5815
5816 * gdb.arch/ppc-longdouble.exp: New file.
5817 * gdb.arch/ppc-longdouble.c: Likewise.
5818
a25d69c6
PA
58192017-11-21 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
5822
73fcf641
PA
58232017-11-20 Pedro Alves <palves@redhat.com>
5824
5825 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
5826 (long_double_typedef): New typedefs.
5827 Use DEF on double and long double.
5828 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
5829 cases.
5830 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
5831 and 'long_double_ptr_same_size' locals. Use them to decide
5832 whether cast from array/function to float is valid/invalid.
5833
71a3c369
TT
58342017-11-17 Tom Tromey <tom@tromey.com>
5835
5836 * gdb.rust/traits.rs: New file.
5837 * gdb.rust/traits.exp: New file.
5838
ced9779b
JB
58392017-11-17 Joel Brobecker <brobecker@adacore.com>
5840
5841 * gdb.ada/minsyms: New testcase.
5842
a0922d80
PA
58432017-11-16 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
5846 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
5847
ea04e54c
PA
58482017-11-16 Pedro Alves <palves@redhat.com>
5849
5850 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
5851 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
5852
e849ea89
PA
58532017-11-16 Pedro Alves <palves@redhat.com>
5854
5855 * gdb.server/reconnect-ctrl-c.c: New file.
5856 * gdb.server/reconnect-ctrl-c.exp: New file.
5857
d8ae99a7
PM
58582017-11-16 Phil Muldoon <pmuldoon@redhat.com>
5859
5860 * gdb.python/py-rbreak.exp: New file.
5861 * gdb.python/py-rbreak.c: New file.
5862 * gdb.python/py-rbreak-func2.c: New file.
5863
968a13f8
PA
58642017-11-16 Pedro Alves <palves@redhat.com>
5865
5866 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
5867 pattern.
5868 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
5869 GDB.
5870
71774bc9
SM
58712017-11-15 Simon Marchi <simon.marchi@ericsson.com>
5872
5873 * gdb.tui/completionn.exp (test_tab_completion): Add space in
5874 regex.
5875
ddbb44cf
SM
58762017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
5877
5878 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
5879 test names.
5880
584a564f
PA
58812017-11-09 Pedro Alves <palves@redhat.com>
5882
5883 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
5884 factored out from ...
5885 (top level): ... here, and adjusted to avoid expecting beyond the
5886 prompt in a single gdb_test_multiple.
5887
5ed7a928
PA
58882017-11-09 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
5891 output.
5892 * gdb.server/ext-attach.exp ("kill" test): Likewise.
5893 * gdb.server/ext-restart.exp ("kill" test): Likewise.
5894 * gdb.server/ext-run.exp ("kill" test): Likewise.
5895 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
5896
a60e0738
PA
58972017-11-09 Pedro Alves <palves@redhat.com>
5898
5899 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
5900 match till end of line.
5901
2c88253f
PA
59022017-11-09 Pedro Alves <palves@redhat.com>
5903
5904 * gdb.base/memattr.exp: Tighten regexes to match the end line.
5905
c7a38517
PA
59062017-11-09 Pedro Alves <palves@redhat.com>
5907
5908 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
5909 New procedures, factored out from ...
5910 (top level): ... here, and adjusted to avoid expecting beyond the
5911 prompt in one go.
5912
f29f4b6b
PA
59132017-11-09 Pedro Alves <palves@redhat.com>
5914
5915 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
5916 output. Fix '?' match.
5917
286acbb5
JB
59182017-11-08 Joel Brobecker <brobecker@adacore.com>
5919
5920 * gdb.ada/scoped_watch: New testcase.
5921 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
5922 which is actually correct.
5923 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
5924 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
5925
62d7ae92
PA
59262017-11-08 Pedro Alves <palves@redhat.com>
5927
5928 * gdb.gdb/complaints.exp (test_initial_complaints)
5929 (test_serial_complaints, test_short_complaints): Call
5930 complaint_internal instead of complaint.
5931
280ca31f
DT
59322017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
5933
5934 * gdb.threads/tls-core.c: New file.
5935 * gdb.threads/tls-core.exp: Likewise.
5936
b5ec771e
PA
59372017-11-08 Pedro Alves <palves@redhat.com>
5938
5939 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
5940 (p Exported_Capitalized): New test.
5941 (p exported_capitalized): New test.
5942
a02b41a7
PA
59432017-11-07 Pedro Alves <palves@redhat.com>
5944
5945 * gdb.cp/ena-dis-br-range.exp: Add more tests.
5946
95e95a6d
PA
59472017-11-07 Pedro Alves <palves@redhat.com>
5948
5949 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
5950 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
5951 (disable_invalid, disable_inverted, disable_negative): New
5952 procedures.
5953 ("bad numbers"): New set of tests.
5954
cee62dbd
PA
59552017-11-07 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.cp/ena-dis-br-range.exp: Add tests.
5958
cc638e86
PA
59592017-11-07 Pedro Alves <palves@redhat.com>
5960
5961 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
5962
d0fe4701
XR
59632017-11-07 Xavier Roirand <roirand@adacore.com>
5964 Pedro Alves <palves@redhat.com>
5965
5966 * gdb.base/ena-dis-br.exp: Add reference to
5967 gdb.cp/ena-dis-br-range.exp.
5968 * gdb.cp/ena-dis-br-range.exp: New file.
5969 * gdb.cp/ena-dis-br-range.cc: New file.
5970
46f67f80
PA
59712017-11-06 Pedro Alves <palves@redhat.com>
5972
5973 * gdb.base/attach-non-pgrp-leader.c: New.
5974 * gdb.base/attach-non-pgrp-leader.exp: New.
5975
726e1356
PA
59762017-11-06 Pedro Alves <palves@redhat.com>
5977
5978 * configure.ac: No longer check for termio.h and sgtty.h.
5979 * configure: Regenerate.
5980 * remote-utils.c: Include termios.h instead of gdb_termios.h.
5981 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
5982 Remove termio and sgtty code.
5983
50ab6ace
YQ
59842017-11-03 Yao Qi <yao.qi@linaro.org>
5985
5986 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
5987 in GDB is disabled.
5988
8e68731c
YQ
59892017-11-03 Yao Qi <yao.qi@linaro.org>
5990
5991 * gdb.python/py-thrhandle.exp: Skip it if python is not
5992 enabled.
5993
3a87ae65
SM
59942017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
5995
5996 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
5997 as a breakpoint command.
5998
484d8d36
MD
59992017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
6000
6001 PR python/21213
6002 * gdb.python/py-infthread.exp: Test calling
6003 InferiorThread.inferior () multiple times in a row.
6004
4a27f119
KS
60052017-10-27 Keith Seitz <keiths@redhat.com>
6006
6007 * gdb.opt/inline-break.exp (break_info_1): New procedure.
6008 Test "info break" for every inlined function breakpoint.
6009
bb11dd58
YQ
60102017-10-27 Yao Qi <yao.qi@linaro.org>
6011
6012 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
6013
a43f3893
PF
60142017-10-26 Patrick Frants <osscontribute@gmail.com>
6015
6016 * gdb.cp/classes.exp (test_static_members): Test printing
6017 Outer::instance.
6018 * gdb.cp/classes.c (struct Inner, struct Outer): New.
6019 (Inner::instance, Outer::instance): New.
6020
792ccf00
PA
60212017-10-24 Pedro Alves <palves@redhat.com>
6022
6023 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
6024 extra console" test in two stages.
6025
eb2bfbad
PA
60262017-10-24 Pedro Alves <palves@redhat.com>
6027
6028 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
6029
1f75a651
PA
60302017-10-24 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
6033 loop.
6034
779990d9
PA
60352017-10-24 Pedro Alves <palves@redhat.com>
6036
6037 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
6038 $attempt" and "stoppedtry $stoppedtry" test prefixes.
6039
ad9b8f5d
PA
60402017-10-24 Pedro Alves <palves@redhat.com>
6041
6042 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
6043 parameter and handle it. Don't output read value in test name.
6044
fee6da6e
PA
60452017-10-24 Pedro Alves <palves@redhat.com>
6046
6047 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
6048 custom test name.
6049
10389c2c
PA
60502017-10-24 Pedro Alves <palves@redhat.com>
6051
6052 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
6053 include the unstable output directory name in the test's name.
6054 (initial_setup_simple) <'set args'>: Use custom test name.
6055
a80e65a9
PA
60562017-10-24 Pedro Alves <palves@redhat.com>
6057
6058 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
6059 with explicit test name.
6060
15763a09
PA
60612017-10-20 Pedro Alves <palves@redhat.com>
6062
6063 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
6064 'wait -i'. Use gdb_assert and remote_close.
6065
49a4ce2e
AB
60662017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
6067
6068 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
6069 number from variable rather than hard-coded.
6070
a75868f5
PA
60712017-10-19 Pedro Alves <palves@redhat.com>
6072
6073 * gdb.base/long-inferior-output.c: New file.
6074 * gdb.base/long-inferior-output.exp: New file.
6075
c8ba13ad
KS
60762017-11-18 Keith Seitz <keiths@redhat.com>
6077
6078 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
6079 method.
6080 (main): Call it.
6081 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
6082 Add additional user-defined conversion operator tests.
6083
b27de576
PA
60842017-10-17 Pedro Alves <palves@redhat.com>
6085
6086 * boards/native-stdio-gdbserver.exp: Load "local-board".
6087
8484c955
PA
60882017-10-17 Pedro Alves <palves@redhat.com>
6089
6090 * gdb.base/quit-live.c: New file.
6091 * gdb.base/quit-live.exp: New file.
6092
83d5a34d
KS
60932017-10-16 Keith Seitz <keiths@redhat.com>
6094
6095 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
6096 (class_with_protected_typedef, class_with_private_typedef)
6097 (struct_with_public_typedef, struct_with_protected_typedef)
6098 (struct_with_private_typedef): New classes/structs.
6099 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
6100 typedefs and access specifiers.
6101
739b3f1d
PA
61022017-10-16 Pedro Alves <palves@redhat.com>
6103 Simon Marchi <simon.marchi@polymtl.ca>
6104
6105 * README (Local vs Remote vs Native): New section.
6106 * boards/local-board.exp: New file, with bits factored out from
6107 ...
6108 * boards/native-extended-gdbserver.exp: ... here. Load
6109 "local-board".
6110 * boards/native-gdbserver.exp: Load "local-board".
6111 (${board}_spawn, ${board}_exec): Delete.
6112 * boards/native-stdio-gdbserver.exp: Most contents factored out to
6113 ...
6114 * boards/stdio-gdbserver-base.exp: ... this new file.
6115 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
6116 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
6117 procedure.
6118 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
6119 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
6120 stdio_gdbserver_command.
6121 (${board}_get_remote_address, ${board}_get_comm_port)
6122 (${board}_download, ${board}_upload): Delete.
6123 (get_target_remote_pipe_cmd): New.
6124
fe68b953
SM
61252017-10-16 Simon Marchi <simon.marchi@ericsson.com>
6126
6127 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
6128 test_bkpt_deletion, test_bkpt_cond_and_cmds,
6129 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
6130 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
6131 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
6132 remove with_test_prefix.
6133
300b6685
PA
61342017-10-13 Pedro Alves <palves@redhat.com>
6135
6136 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
6137 * gdb.base/annota1.exp: Use it instead of is_remote.
6138 * gdb.base/annota3.exp: Use it instead of is_remote.
6139 * gdb.cp/annota2.exp: Use it instead of is_remote.
6140 * gdb.cp/annota3.exp: Use it instead of is_remote.
6141 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
6142
50500caf
PA
61432017-10-13 Pedro Alves <palves@redhat.com>
6144
6145 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
6146 (test_num_test_vars, run_and_count_vars, find_env)
6147 (test_set_unset_env, test_inherit_env_var): New procedures.
6148 (top level): Use them.
6149
dad0c6d2
PA
61502017-10-13 Pedro Alves <palves@redhat.com>
6151
6152 * lib/selftest-support.exp (selftest_setup): Extend comments, and
6153 also skip on stub-like targets.
6154
8b0553c1
PA
61552017-10-13 Pedro Alves <palves@redhat.com>
6156
6157 PR gdb/22293
6158 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
6159 (top level): Move some tests to ...
6160 (test_not_found): ... this new procedure.
6161 (top level): Call it.
6162
7594f623
PA
61632017-10-13 Pedro Alves <palves@redhat.com>
6164
6165 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
6166 expect different "info terminal" output if testing with a
6167 non-native target.
6168
ebe3b402
PA
61692017-10-13 Pedro Alves <palves@redhat.com>
6170 Simon Marchi <simon.marchi@polymtl.ca>
6171
6172 PR python/12966
6173 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
6174
42f1b161
PA
61752017-10-13 Pedro Alves <palves@redhat.com>
6176
6177 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
6178 already.
6179
8d6ef72b
PA
61802017-10-13 Pedro Alves <palves@redhat.com>
6181
6182 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
6183 is_remote.
6184
d7bcd5b8
PA
61852017-10-13 Pedro Alves <palves@redhat.com>
6186
6187 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
6188 is_remote.
6189
df479dc6
PA
61902017-10-13 Pedro Alves <palves@redhat.com>
6191
6192 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
6193 is set.
6194 (corefile_test_attach): Likewise. Check can_spawn_for_attach
6195 instead of is_remote.
6196
23fb630a
PA
61972017-10-13 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
6200 (top level): Add comment.
6201
cc77b1dc
PA
62022017-10-13 Pedro Alves <palves@redhat.com>
6203
6204 * gdb.base/remote.exp (top level): Fix comment typo and add
6205 missing return.
6206
27c9e813
PA
62072017-10-13 Pedro Alves <palves@redhat.com>
6208 Simon Marchi <simon.marchi@polymtl.ca>
6209
6210 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
6211 calls and add comments. Skip test if use_gdb_stub is set.
6212 (top level): Use "set cwd" command instead of "cd" command.
6213
5e830d98
PA
62142017-10-13 Pedro Alves <palves@redhat.com>
6215
6216 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
6217 is_remote target check.
6218
f5ca0032
PA
62192017-10-13 Pedro Alves <palves@redhat.com>
6220
6221 * gdb.base/scope.exp: Use build_executable + clean_restart +
6222 gdb_file_cmd instead of prepare_for_testing and no longer skip
6223 "before run" tests on is_remote target boards. Update comments.
6224 * boards/native-extended-gdbserver.exp
6225 (extended_gdbserver_load_last_file): New, factored out from ...
6226 (gdb_load): ... this. Move further below and add comment.
6227 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
6228
8aed1c0d
PA
62292017-10-12 Pedro Alves <palves@redhat.com>
6230
6231 * gdb.base/attach.exp: Remove references to gdb64.
6232 * gdb.base/dbx.exp: Remove references to gdb64.
6233
cfa34c87
SM
62342017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6235 Pedro Alves <palves@redhat.com>
6236
6237 * gdb.base/label.exp: Remove is_remote target check.
6238
9192b7de
PA
62392017-10-12 Pedro Alves <palves@redhat.com>
6240
6241 * gdb.base/auvx.exp (coredir): Update comment.
6242 (top level) <core_works>: Use "set cwd" command instead of "cd"
6243 command.
6244
6bf0052d
PA
62452017-10-12 Pedro Alves <palves@redhat.com>
6246 Simon Marchi <simon.marchi@polymtl.ca>
6247
6248 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
6249 target boards.
6250
e48ef82d
PA
62512017-10-12 Pedro Alves <palves@redhat.com>
6252 Simon Marchi <simon.marchi@polymtl.ca>
6253
6254 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
6255 Instead skip if there's any gdb_protocol set.
6256
8d7aea57
SM
62572017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
6258 Pedro Alves <palves@redhat.com>
6259
6260 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
6261
30440677
PA
62622017-10-12 Pedro Alves <palves@redhat.com>
6263 Simon Marchi <simon.marchi@polymtl.ca>
6264
6265 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
6266 instead of on dejagnu remote boards.
6267
4e04f045 62682017-10-12 Pedro Alves <palves@redhat.com>
175654b9 6269 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
6270
6271 * gdb.base/inferior-died.exp: Remove is_remote and isnative
6272 checks. Use build_executable + clean_restart instead of
6273 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
6274 of enabling non-stop after starting gdb.
6275
871a186e
PA
62762017-10-12 Pedro Alves <palves@redhat.com>
6277
6278 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
6279 * gdb.threads/non-ldr-exc-2.exp: Ditto.
6280 * gdb.threads/non-ldr-exc-3.exp: Ditto.
6281 * gdb.threads/non-ldr-exc-4.exp: Ditto.
6282
56d704da
AK
62832017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
6284
6285 * gdb.arch/arc-tdesc-cpu.exp: New file.
6286 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
6287
2f20e312
SM
62882017-10-10 Simon Marchi <simon.marchi@ericsson.com>
6289
6290 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
6291
65630365
PA
62922017-10-10 Pedro Alves <palves@redhat.com>
6293
6294 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
6295 expect CLI output.
6296
bf469271
PA
62972017-10-10 Pedro Alves <palves@redhat.com>
6298
6299 * lib/selftest-support.exp (selftest_setup): Update for
6300 captured_command_loop's prototype change.
6301
777a42f1
PA
63022017-10-09 Pedro Alves <palves@redhat.com>
6303
6304 Test both arch1=>arch2 and arch2=>arch1.
6305
6306 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
6307 (srcfile2, binfile2, march1, march2): Remove globals. Largely
6308 factored out to...
6309 (append_arch1_options, append_arch2_options, append_arch_options)
6310 (build_executables): New procedures.
6311 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
6312 local.
6313 (top level): Add new 'first_arch' testing axis.
6314
cbd2b4e3
PA
63152017-10-09 Pedro Alves <palves@redhat.com>
6316
6317 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
6318 (barrier): New.
6319 (thread_start, all_started): New functions.
6320 (main): Spawn new thread and wait until it is scheduled.
6321 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
6322 option.
6323 (do_test): Add 'selected_thread' parameter. Run to all_started
6324 instead of main. Explicitly set the breakpoint at main. Switch
6325 to the SELECTED_THREAD thread.
6326 (top level): Test handling the exec event with either the main
6327 thread or the second thread selected.
6328
5c9e4427
PA
63292017-10-09 Pedro Alves <palves@redhat.com>
6330
6331 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
6332 logic. Move STOP marker after the value checks.
6333 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
6334 regexp.
6335
b3b7c423
SL
63362017-10-06 Sandra Loosemore <sandra@codesourcery.com>
6337
6338 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
6339
3b4b2f16
UW
63402017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
6341
6342 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
6343 integer-to-dfp conversion.
6344 * gdb.base/dfp-test.exp: Likewise.
6345
5cd63fda
PA
63462017-10-04 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.multi/hangout.c: Include <unistd.h>.
6349 (hangout_loop): New function.
6350 (main): Call alarm. Call hangout_loop in a loop.
6351 * gdb.multi/hello.c: Include <unistd.h>.
6352 (hello_loop): New function.
6353 (main): Call alarm. Call hangout_loop in a loop.
6354 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
6355 inferior with the other selected.
6356
4c71c105
SM
63572017-10-04 Simon Marchi <simon.marchi@ericsson.com>
6358
6359 * gdb.mi/list-thread-groups-available.exp: New file.
6360 * gdb.mi/list-thread-groups-available.c: New file.
6361
bc3b087d
SDJ
63622017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6363
6364 * gdb.base/set-cwd.exp: Make it available on
6365 native-extended-gdbserver.
6366
d092c5a2
SDJ
63672017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
6368
6369 * gdb.base/set-cwd.c: New file.
6370 * gdb.base/set-cwd.exp: Likewise.
6371
45320ffa
TT
63722017-10-02 Tom Tromey <tom@tromey.com>
6373
6374 PR rust/22236:
6375 * gdb.rust/simple.rs (main): New variable "fslice".
6376 * gdb.rust/simple.exp: Add slice tests. Update string tests.
6377
b3e3859b
TT
63782017-10-02 Tom Tromey <tom@tromey.com>
6379
6380 * gdb.rust/simple.exp: Test ptype of a slice.
6381
01af5e0d
TT
63822017-10-02 Tom Tromey <tom@tromey.com>
6383
6384 * gdb.rust/simple.exp: Test index of slice.
6385
a9bbfbd8
TT
63862017-09-27 Tom Tromey <tom@tromey.com>
6387
6388 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
6389
df8899e5
TP
63902017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
6391 Pedro Alves <palves@redhat.com>
6392
6393 * gdb.base/compare-sections.exp (get value of read-only section): Read
6394 as unsigned value.
6395 (corrupt read-only section): Likewise and don't set written if patching
6396 failed.
6397
757bf54b
KB
63982017-09-21 Kevin Buettner <kevinb@redhat.com>
6399
6400 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
6401 files.
6402
06871ae8
PA
64032017-09-20 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
6406 symbol names in gdb's output.
6407 * gdb.cp/overload.exp ("list all overloads"): Likewise.
6408
e5f25bc5
PA
64092017-09-20 Pedro Alves <palves@redhat.com>
6410
6411 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
6412 Rename to ...
6413 (test_list_ambiguous_symbol): ... this and add a symbol name
6414 parameter. Adjust.
6415 (test_list_ambiguous_function): Reimplement on top of
6416 test_list_ambiguous_symbol and also test listing ambiguous
6417 variables.
6418 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
6419 (ambiguous_fun): ... this.
6420 (ambiguous_var): New.
6421 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
6422 (ambiguous_fun): ... this.
6423 (ambiguous_var): New.
6424
4e5a4f58
JB
64252017-09-19 John Baldwin <jhb@FreeBSD.org>
6426
6427 * gdb.base/starti.c: New file.
6428 * gdb.base/starti.exp: New file.
6429 * lib/gdb.exp (gdb_starti_cmd): New procedure.
6430
26e53f3e
PA
64312017-09-14 Pedro Alves <palves@redhat.com>
6432
6433 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
6434 (top level): Use it instead of runto.
6435
cb791d59
TT
64362017-09-11 Tom Tromey <tom@tromey.com>
6437
6438 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
6439
7c96f8c1
TT
64402017-09-11 Tom Tromey <tom@tromey.com>
6441
6442 * gdb.python/py-infthread.exp: Add tests for new_thread event.
6443 * gdb.python/py-inferior.exp: Add tests for new inferior events.
6444
469412dd
CW
64452017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
6446
6447 * gdb.fortran/printing-types.exp: New file.
6448 * gdb.fortran/printing-types.exp: New file.
6449
e0f86435
BH
64502017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6451
6452 * gdb.fortran/vla-ptype.exp: Fix typos.
6453 * gdb.fortran/vla-value.exp: Same.
6454
9e9af4be
BH
64552017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
6456
6457 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
6458 * gdb.mi/mi-var-child-f.exp: Likewise.
6459 * gdb.mi/mi-vla-fortran.exp: Likewise.
6460
a5ad232b 64612017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
6462 Christoph Weinmann <christoph.t.weinmann@intel.com>
6463 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
6464
6465 * gdb.fortran/ptr-indentation.f90: New file.
6466 * gdb.fortran/ptr-indentation.exp: New file.
6467
5aec60eb
TT
64682017-09-05 Tom Tromey <tom@tromey.com>
6469
6470 PR gdb/22010:
6471 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
6472
8f8f8152
TP
64732017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
6474
6475 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
6476
fbd1b771
JK
64772017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6478
6479 * gdb.threads/tls-nodebug-pie.c: New file.
6480 * gdb.threads/tls-nodebug-pie.exp: New file.
6481
5eb5f850
TT
64822017-09-05 Tom Tromey <tom@tromey.com>
6483
6484 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
6485 for rust.
6486
ae780a21
SM
64872017-09-05 Simon Marchi <simon.marchi@ericsson.com>
6488
6489 * gdb.multi/multi-arch-exec.exp: Test with different
6490 "follow-exec-mode" settings.
6491 (do_test): New procedure.
6492
3693fdb3
PA
64932017-09-04 Pedro Alves <palves@redhat.com>
6494
6495 * gdb.base/func-static.c (S::method const, S::method volatile)
6496 (S::method volatile const): New methods.
6497 (c_s, v_s, cv_s): New instances.
6498 (main): Call method() on them.
6499 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
6500 (cannot_resolve): New procedure.
6501 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
6502 print-quote-unquoted columns.
6503 (do_test): Test printing each scope too.
6504
e68cb8e0
PA
65052017-09-04 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.base/local-static.exp: Also test with
6508 class::method::variable wholly quoted.
6509 * gdb.cp/m-static.exp (class::method::variable): Remove test.
6510
858be34c
PA
65112017-09-04 Pedro Alves <palves@redhat.com>
6512
6513 * gdb.base/local-static.c: New.
6514 * gdb.base/local-static.cc: New.
6515 * gdb.base/local-static.exp: New.
6516
46a4882b
PA
65172017-09-04 Pedro Alves <palves@redhat.com>
6518
6519 * gdb.asm/asm-source.exp: Add casts to int.
6520 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
6521 (dataglobal64_1, dataglobal64_2): New globals.
6522 * gdb.base/nodebug.exp: Test different expressions involving the
6523 new globals, with print, whatis and ptype. Add casts to int.
6524 * gdb.base/solib-display.exp: Add casts to int.
6525 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
6526 * gdb.cp/m-static.exp: Add cast to int.
6527 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
6528 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
6529 tls variable with no debug info without a cast. Test with a cast
6530 to int too.
6531 * gdb.trace/entry-values.exp: Add casts.
6532
2c5a2be1
PA
65332017-09-04 Pedro Alves <palves@redhat.com>
6534
6535 * gdb.base/nodebug.exp: Test that ptype's error about functions
6536 with unknown return type includes the function name too.
6537
7022349d
PA
65382017-09-04 Pedro Alves <palves@redhat.com>
6539
6540 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
6541 return type of munmap in infcall.
6542 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
6543 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
6544 type of ftell in infcall.
6545 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
6546 type of getpid in infcall.
6547 * gdb.base/infcall-exec.exp: Cast return type of execlp in
6548 infcall.
6549 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
6550 Bail on failure to extract the pid.
6551 * gdb.base/nodebug.c: #include <stdint.h>.
6552 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
6553 New functions.
6554 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
6555 Change expected output of print/whatis/ptype with functions with
6556 no debug info. Test all supported languages. Call
6557 test_call_promotion.
6558 * gdb.compile/compile.exp: Adjust expected output to expect
6559 warning.
6560 * gdb.threads/siginfo-threads.exp: Likewise.
6561
54990598
PA
65622017-09-04 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.base/callfuncs.exp (do_function_calls): New parameter
6565 "prototypes". Test calling float functions via prototyped and
6566 unprototyped function pointers.
6567 (perform_all_tests): New parameter "prototypes". Pass it down.
6568 (top level): Pass down "prototypes" parameter to
6569 perform_all_tests.
6570
34d16ea2
SM
65712017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6572
6573 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
6574 Test with nested loops.
6575
9521ecda
SM
65762017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6577
6578 * gdb.base/commands.exp: Call the new procedures.
6579 (loop_break_test, loop_continue_test): New procedures.
6580
80a65e9b
SM
65812017-09-04 Simon Marchi <simon.marchi@ericsson.com>
6582
6583 * gdb.base/commands.exp: Call new procedure.
6584 (define_if_without_arg_test): New procedure.
6585
e439fa14
PA
65862017-09-04 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.base/list-ambiguous.exp: New file.
6589 * gdb.base/list-ambiguous0.c: New file.
6590 * gdb.base/list-ambiguous1.c: New file.
6591 * gdb.base/list.exp (test_list_range): Adjust expected output.
6592
0a2dde4a
SDJ
65932017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
6594
6595 * gdb.base/share-env-with-gdbserver.c: New file.
6596 * gdb.base/share-env-with-gdbserver.exp: Likewise.
6597
5e89eb3a
SM
65982017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6599
6600 * gdb.base/commands.exp (gdbvar_simple_if_test,
6601 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
6602 progvar_simple_if_test, progvar_simple_while_test,
6603 progvar_complex_if_while_test, user_defined_command_test,
6604 user_defined_command_args_eval,
6605 user_defined_command_args_stack_test,
6606 user_defined_command_manyargs_test, bp_deleted_in_command_test,
6607 temporary_breakpoint_commands,
6608 gdb_test_no_prompt, redefine_hook_test,
6609 redefine_backtrace_test): Remove "global gdb_prompt".
6610
fd437cbc
SM
66112017-08-28 Simon Marchi <simon.marchi@ericsson.com>
6612
6613 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
6614 New proc, call it from toplevel.
6615
87215ad1
SDJ
66162017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
6617
6618 PR remote/21852
6619 * gdb.server/normal.c: New file, copied from gdb.base.
6620 * gdb.server/run-without-local-binary.exp: New file.
6621
58afddc6
WP
66222017-08-07 Weimin Pan <weimin.pan@oracle.com>
6623
6624 * gdb.arch/sparc64-adi.exp: New file.
6625 * gdb.arch/sparc64-adi.c: New file.
6626
5277199a
PA
66272017-08-22 Pedro Alves <palves@redhat.com>
6628
6629 * gdb.cp/overload.exp (line_range_pattern): New procedure.
6630 (top level): Add "list all overloads" tests.
6631
14278e1f
TT
66322017-08-22 Tom Tromey <tom@tromey.com>
6633
6634 * gdb.gdb/xfullpath.exp: Remove.
6635
bf223d3e
PA
66362017-08-21 Pedro Alves <palves@redhat.com>
6637
6638 PR gdb/19487
6639 * gdb.base/symbol-alias.c: New.
6640 * gdb.base/symbol-alias2.c: New.
6641 * gdb.base/symbol-alias.exp: New.
6642
c973d0aa
PA
66432017-08-21 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/dfp-test.c
6646 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
6647 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
6648 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
6649 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
6650 * gdb.base/whatis-ptype-typedefs.c: New.
6651 * gdb.base/whatis-ptype-typedefs.exp: New.
6652 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
6653 (an_int, an_int_type, an_int_type2): New globals.
6654 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
6655 involving typedefs and cast expressions.
6656 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
6657 (lookup_typedefs_function): New.
6658 (typedefs_pretty_printers_dict): New.
6659 (top level): Register lookup_typedefs_function in
6660 gdb.pretty_printers.
6661
6d580b63
YQ
66622017-08-18 Yao Qi <yao.qi@linaro.org>
6663
6664 * gdb.server/unittest.exp: New.
6665
206726fb
SDJ
66662017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
6667
6668 PR gdb/21954
6669 * gdb.base/environ.exp: Add test to check if 'unset environment'
6670 works.
6671
bf0ec4c2
AA
66722017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6673
6674 * lib/gdb.exp (universal_compile_options): New caching proc.
6675 (gdb_compile): Suppress GCC's coloring of messages.
6676
d6382fff
TT
66772017-08-14 Tom Tromey <tom@tromey.com>
6678
6679 PR gdb/21675:
6680 * gdb.base/printcmds.exp (test_radices): New function.
6681 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
6682 * gdb.base/sizeof.exp (check_valueof): Use p/d.
6683 * lib/gdb.exp (get_integer_valueof): Use p/d.
6684
c2c2dd9f
SM
66852017-08-12 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 * lib/gdb.exp (get_valueof): Don't capture end-of-line
6688 characters.
6689
fdffd6f4
TT
66902017-08-05 Tom Tromey <tom@tromey.com>
6691
6692 * gdb.rust/simple.exp: Allow String to appear in a different
6693 namespace.
6694
27d41eac
YQ
66952017-07-26 Yao Qi <yao.qi@linaro.org>
6696
6697 * gdb.gdb/unittest.exp: Invoke command
6698 "maintenance check xml-descriptions".
6699
031ed05d
AA
67002017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
6701
6702 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
6703 calling context.
6704 (hex128): Drop erroneous calculation of parameters.
6705
dcd27ddf
SM
67062017-07-22 Simon Marchi <simon.marchi@ericsson.com>
6707
6708 * gdb.python/py-unwind.exp: Disable stack protection when
6709 building test file.
6710
47e77640
PA
67112017-07-20 Pedro Alves <palves@redhat.com>
6712
6713 * gdb.base/default.exp (set language): Adjust expected output.
6714
62d2a18a
PA
67152017-07-20 Pedro Alves <palves@redhat.com>
6716
6717 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
6718 (test_minsym): ... this, and make static.
6719 (get_pck__foo__bar__minsym): Rename to ...
6720 (get_test_minsym): ... this.
6721 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
6722 symbol names and comments.
6723 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
6724 (get_test_minsym): ... this.
6725 (pck__foo__bar__minsym__2): Rename to ...
6726 (test_minsym): ... this.
6727 (main): Adjust.
6728
c45ec17c
PA
67292017-07-17 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.base/completion.exp: Adjust expected output.
6732 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
6733 the completer works.
6734
c6756f62
PA
67352017-07-17 Pedro Alves <palves@redhat.com>
6736
6737 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
6738
5bd68487
AB
67392017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
6740
6741 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
6742
8880f2a9
TT
67432017-07-14 Tom Tromey <tom@tromey.com>
6744
6745 PR rust/21764:
6746 * gdb.rust/simple.exp: Add tests.
6747
65547233
TT
67482017-07-14 Tom Tromey <tom@tromey.com>
6749
6750 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
6751
8f14146e
PA
67522017-07-14 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.linespec/base/one/thefile.cc (z1): New function.
6755 * gdb.linespec/base/two/thefile.cc (z2): New function.
6756 * gdb.linespec/linespec.exp: Add tests.
6757
b4365d02
AB
67582017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6759
6760 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
6761 to mi_create_breakpoint.
6762
5d2cbaa5
AB
67632017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
6764
6765 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
6766 mi_create_breakpoint.
6767
11cb5716
IB
67682017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
6769
6770 * gdb.dlang/demangle.exp: Update for demangling changes.
6771
03278692
TT
67722017-07-09 Tom Tromey <tom@tromey.com>
6773
6774 * gdb.dwarf2/shortpiece.exp: New file.
6775
33c5cd75
DB
67762017-07-06 David Blaikie <dblaikie@gmail.com>
6777
6778 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
6779 built from fissiont-multi-cu{1,2}.c.
6780 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
6781 except putting 'main' and 'func' in separate CUs in the same DWO file.
6782 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
6783 test.
6784 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
6785 test.
6786
8455d262
PA
67872017-07-06 Pedro Alves <palves@redhat.com>
6788
6789 * gdb.python/py-unwind.exp: Test flushregs.
6790
dc4bde35
SDJ
67912017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6792
6793 PR cli/21688
6794 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
6795 tests for alias commands and trailing whitespace.
6796
51ed89aa
SDJ
67972017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
6798
6799 PR cli/21688
6800 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
6801 procedure. Call it.
6802
eb17d413
PA
68032017-06-29 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.base/printcmds.exp: Add tests.
6806
41664b45
DG
68072017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
6808
6809 PR gdb/21337
6810 * gdb.base/reread-readsym.exp: New file.
6811 * gdb.base/reread-readsym.c: New file.
6812
75312ae3
KB
68132017-06-21 Kevin Buettner <kevinb@redhat.com>
6814
6815 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
6816 subpattern.
6817
66953522
PB
68182017-06-19 Peter Bergner <bergner@vnet.ibm.com>
6819
6820 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
6821 extended mnemonic.
6822 * gdb.arch/powerpc-power9.s: Likewise.
6823
5524b525
AA
68242017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
6825
6826 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
6827 on 32-bit x86 targets. Exploit is_*_target macros where
6828 appropriate.
6829
03c8af18
AA
68302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6831
6832 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
6833 register pieces.
6834
3bf31011
AA
68352017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6836
6837 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
6838 located in one or more DWARF pieces.
6839
805acca0
AA
68402017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6841
6842 * lib/gdb.exp (get_endianness): New proc.
6843 * gdb.arch/aarch64-fp.exp: Use it.
6844 * gdb.arch/altivec-regs.exp: Likewise.
6845 * gdb.arch/e500-regs.exp: Likewise.
6846 * gdb.arch/vsx-regs.exp: Likewise.
6847 * gdb.base/dump.exp: Likewise.
6848 * gdb.base/funcargs.exp: Likewise.
6849 * gdb.base/gnu_vector.exp: Likewise.
6850 * gdb.dwarf2/formdata16.exp: Likewise.
6851 * gdb.dwarf2/implptrpiece.exp: Likewise.
6852 * gdb.dwarf2/nonvar-access.exp: Likewise.
6853 * gdb.python/py-inferior.exp: Likewise.
6854 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
6855
e9352324
AA
68562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6857
6858 PR gdb/21226
6859 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
6860 stack value pieces are taken from the LSB end.
6861
d5d1163e
AA
68622017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6863
6864 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
6865 variable at nonzero offset.
6866
0567c986
AA
68672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6868
6869 * gdb.dwarf2/var-access.c: New file.
6870 * gdb.dwarf2/var-access.exp: New test.
6871 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
6872
973e9aab
TT
68732017-06-12 Tom Tromey <tom@tromey.com>
6874
6875 * gdb.dwarf2/formdata16.exp: Add tests.
6876
d9109c80
TT
68772017-06-12 Tom Tromey <tom@tromey.com>
6878
6879 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
6880
30a25466
TT
68812017-06-12 Tom Tromey <tom@tromey.com>
6882
6883 PR exp/16225:
6884 * gdb.reverse/i386-sse-reverse.exp: Update tests.
6885 * gdb.arch/vsx-regs.exp: Update tests.
6886 * gdb.arch/s390-vregs.exp (hex128): New proc.
6887 Update test.
6888 * gdb.arch/altivec-regs.exp: Update tests.
6889
aefd8b33
SDJ
68902017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6891
6892 * gdb.base/startup-with-shell.c: New file.
6893 * gdb.base/startup-with-shell.exp: Likewise.
6894
2090129c
SDJ
68952017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
6896
6897 * gdb.server/non-existing-program.exp: Update regex in order to
6898 reflect the fact that gdbserver is now using fork_inferior (with a
6899 shell) to startup the inferior.
6900
8e86a419
SM
69012017-05-30 Simon Marchi <simon.marchi@ericsson.com>
6902
6903 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
6904 support function calls from GDB.
6905
e6cf65f2
TT
69062017-05-21 Tom Tromey <tom@tromey.com>
6907
6908 PR rust/21466:
6909 * gdb.rust/unsized.exp: New file.
6910 * gdb.rust/unsized.rs: New file.
6911
43cc5389
TT
69122017-05-19 Tom Tromey <tom@tromey.com>
6913
6914 PR rust/21484:
6915 * gdb.rust/watch.exp: New file.
6916 * gdb.rust/watch.rs: New file.
6917
ec8df234
TT
69182017-05-18 Tom Tromey <tom@tromey.com>
6919
6920 * gdb.rust/simple.exp: Allow Box to be qualified.
6921
3e3e7fae
TP
69222017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
6923
6924 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
6925
59cc050d
PA
69262017-05-18 Pedro Alves <palves@redhat.com>
6927
6928 * gdb.base/fileio.c (test_write, test_read, test_close)
6929 (test_fstat): Don't print 'ret' in the fail path.
6930
c8f6abd1
PA
69312017-05-18 Pedro Alves <palves@redhat.com>
6932
6933 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
6934 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
6935 (test_system, test_rename, test_unlink, test_time): Change
6936 prototypes.
6937 * gdb.base/fileio.exp (stop_msg): Adjust.
6938
d2a03b77
PA
69392017-05-18 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.base/fileio.c (null_str): New global.
6942 (test_stat): Use it.
6943 * gdb.base/fileio.exp: Remove nowarnings.
6944
0d5c6999
YQ
69452017-05-17 Yao Qi <yao.qi@linaro.org>
6946
6947 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
6948
21873064
YQ
69492017-05-17 Simon Marchi <simon.marchi@ericsson.com>
6950
6951 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
6952 argument command.
6953 (top-level): Invoke test_set_inferior_tty.
6954
d512d31c
PA
69552017-05-04 Pedro Alves <palves@redhat.com>
6956
6957 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
6958 Add parens to print call for Python 3.
6959
90cef2ed
KS
69602017-05-03 Keith Seitz <keiths@redhat.com>
6961
6962 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
6963 (main): Call it.
6964
14f819c8
TW
69652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6966
6967 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
6968 to prev and next.
6969
913aeadd
TW
69702017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6971
6972 * gdb.python/py-record-btrace.exp: Remove test for
6973 gdb.BtraceInstruction.error.
6974
a3be24ad
TW
69752017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6976
6977 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
6978
ae20e79a
TW
69792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
6980
6981 * gdb.python/py-record-btrace-threads.c: New file.
6982 * gdb.python/py-record-btrace-threads.exp: New file.
6983
45ce1b47
SDJ
69842017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
6985
6986 PR testsuite/8595
6987 * gdb.base/environ.exp: Make test available in all architectures.
6988 Move bits related to "info program" testing to
6989 gdb.base/info-program.exp. Rewrite tests to use the two new
6990 procedures mentione below.
6991 (test_set_show_env_var) New procedure.
6992 (test_set_show_env_var_equal): Likewise.
6993 * gdb.base/info-program.exp: New file.
6994
e15c3eb4
KS
69952017-04-27 Keith Seitz <keiths@redhat.com>
6996
6997 * gdb.cp/oranking.cc (test15): New function.
6998 (main): Call test15 and declare additional variables for testing.
6999 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
7000 "p foo101('abc')" tests.
7001 Add tests for cv qualifier overloads.
7002 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
7003 "lvalue reference overload" test.
7004 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
7005 "print value of f1 on Child&& in f2" test.
7006
3a3fd0fd
PA
70072017-04-19 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
7010 procedure.
7011 (top level): Call it.
7012 * lib/gdb.exp (gdb_define_cmd): New procedure.
7013
53375380
PA
70142017-04-12 Pedro Alves <palves@redhat.com>
7015
7016 PR gdb/21323
7017 * gdb.cp/wide_char_types.c: Include <wchar.h>.
7018 (wchar): New global.
7019 * gdb.cp/wide_char_types.exp (wide_char_types_program)
7020 (do_test_wide_char, wide_char_types_no_program, top level): Add
7021 wchar_t testing.
7022
53e710ac
PA
70232017-04-12 Pedro Alves <palves@redhat.com>
7024
7025 PR c++/21323
7026 * gdb.cp/wide_char_types.c: New file.
7027 * gdb.cp/wide_char_types.exp: New file.
7028
0ad9d8c7
SDJ
70292017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
7030
7031 PR gdb/21352
7032 * gdb.trace/tsv.exp: Add test for "tsave -r".
7033
b1b45502
IB
70342017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
7035
7036 * gdb.dlang/watch-loc.c: New file.
7037 * gdb.dlang/watch-loc.exp: New file.
7038
ec13808e
JK
70392017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7040
7041 * gdb.python/py-section-script.exp (sepdebug): New testcases.
7042
fe5f7374
AK
70432017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7044
7045 * gdb.arch/arc-analyze-prologue.S: New file.
7046 * gdb.arch/arc-analyze-prologue.exp: Likewise.
7047
eea78757
AK
70482017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
7049
7050 * gdb.arch/arc-decode-insn.S: New file.
7051 * gdb.arch/arc-decode-insn.exp: Likewise.
7052
5badf10a
IR
70532017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
7054
7055 PR tdep/20928
7056 * gdb.arch/sparc64-regs.exp: New file.
7057 * gdb.arch/sparc64-regs.S: Likewise.
7058
cee59b3f
TW
70592017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
7060
7061 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
7062 and memory view on Python 3.
7063
c0f55cc6
AV
70642017-03-20 Artemiy Volkov <artemiyv@acm.org>
7065 Keith Seitz <keiths@redhat.com>
7066
7067 PR gdb/14441
7068 * gdb.cp/demangle.exp: Add rvalue reference tests.
7069 * gdb.cp/rvalue-ref-casts.cc: New file.
7070 * gdb.cp/rvalue-ref-casts.exp: New file.
7071 * gdb.cp/rvalue-ref-overload.cc: New file.
7072 * gdb.cp/rvalue-ref-overload.exp: New file.
7073 * gdb.cp/rvalue-ref-params.cc: New file.
7074 * gdb.cp/rvalue-ref-params.exp: New file.
7075 * gdb.cp/rvalue-ref-sizeof.cc: New file.
7076 * gdb.cp/rvalue-ref-sizeof.exp: New file.
7077 * gdb.cp/rvalue-ref-types.cc: New file.
7078 * gdb.cp/rvalue-ref-types.exp: New file.
7079 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
7080 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
7081
51457a05
MAL
70822017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7083
7084 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
7085 New procedure.
7086
5b291c04
MAL
70872017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
7088
7089 * lib/mi-support.exp (mi_gdb_test): Add additional message
7090 for unexpected output.
7091
59a56148
AA
70922017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7093
7094 * gdb.base/examine-backward.c (Barrier): New character array
7095 constant, to ensure that TestStrings is preceded by a string
7096 terminator.
7097
7942e96e
AA
70982017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7099
7100 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
7101 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
7102 and implicit pointer into such a location.
7103
6ebac3fb
DE
71042017-03-16 Doug Evans <dje@google.com>
7105
7106 * gdb.python/py-lazy-string (pointer): Really add new typedef.
7107
ec3b243d
TP
71082017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
7109
7110 * gdb.cp/m-static.exp: Fix expectation for prototype of
7111 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
7112
71132017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
7114
7115 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
7116 * gdb.guile/scm-lazy-string.c: New file.
7117 * gdb.guile/scm-value.exp: Move lazy string tests to ...
7118 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
7119 for pointer, array, typedef lazy strings.
7120
2cc36e25 71212017-03-16 Doug Evans <dje@google.com>
34b43320
DE
7122
7123 PR python/17728, python/18439, python/18779
7124 * gdb.python/py-value.c (main) Delete locals sptr, sn.
7125 * gdb.python/py-lazy-string.c (pointer): New typedef.
7126 (main): New locals ptr, array, typedef_ptr.
7127 * gdb.python/py-value.exp: Move lazy string tests to ...
7128 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
7129 array, typedef lazy strings.
ec3b243d 7130
0efcde63
AK
71312017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
7132
7133 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
7134 Add optional 'test' parameter.
7135
7978d7c3
SM
71362017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7137
7138 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7139 Skip for versions of DejaGnu < 1.5.
7140
896c0c1e
SM
71412017-03-13 Simon Marchi <simon.marchi@ericsson.com>
7142
7143 * lib/gdb.exp (dejagnu_version): New proc.
7144 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
7145 Use dejagnu_version.
7146
5f4d1085
KS
71472017-03-10 Keith Seitz <keiths@redhat.com>
7148
7149 PR c++/8128
7150 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
7151 type from destructor regexps.
7152 Add a branch which actually passes the test.
7153 Adjust "ptype t5i" test names.
7154
1de05205
PA
71552017-03-08 Pedro Alves <palves@redhat.com>
7156
7157 * gdb.base/step-over-exit.exp: Add explicit test message.
7158
c65d6b55
PA
71592017-03-08 Pedro Alves <palves@redhat.com>
7160
7161 PR gdb/18360
7162 * gdb.threads/interrupt-while-step-over.c: New file.
7163 * gdb.threads/interrupt-while-step-over.exp: New file.
7164
2e86a283
PA
71652017-03-08 Pedro Alves <palves@redhat.com>
7166
7167 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
7168 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
7169
25dcbff6
PA
71702017-03-08 Pedro Alves <palves@redhat.com>
7171
7172 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
7173 PKRU as not supported as a PASS.
7174
dc9366eb
PA
71752017-03-08 Pedro Alves <palves@redhat.com>
7176
7177 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
7178 prefix instead of $binfile1/$binfile2.
7179 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
7180 in test message.
7181 * gdb.python/py-completion.exp: Use "load python file" as test
7182 messages instead of unstable path names.
7183
6e5d74e7
PA
71842017-03-08 Pedro Alves <palves@redhat.com>
7185 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 PR cli/21218
7188 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
7189 New proc.
7190 (top level): Call it.
7191
9753a2f6
PA
71922017-03-08 Pedro Alves <palves@redhat.com>
7193
7194 PR tui/21216
7195 * gdb.tui/tui-nl-filtered-output.exp: New file.
7196
1a4dd9dd
PA
71972017-03-08 Pedro Alves <palves@redhat.com>
7198
7199 * gdb.base/completion.exp: Move TUI completion tests to ...
7200 * gdb.tui/completion.exp: ... this new file.
7201
7cbbff33
PA
72022017-03-08 Pedro Alves <palves@redhat.com>
7203
7204 * gdb.base/tui-disasm-long-lines.c,
7205 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
7206 gdb.base/tui-layout.exp: Move to ...
7207 * gdb.tui/: ... this new directory.
7208
5f6fd321
PA
72092017-03-07 Pedro Alves <palves@redhat.com>
7210
7211 * gdb.base/tui-layout.c: New file.
7212 * gdb.base/tui-layout.exp: New file.
7213
44959fa8
PA
72142017-03-07 Pedro Alves <palves@redhat.com>
7215
7216 * gdb.base/tui-layout.c: Rename to ...
7217 * gdb.base/tui-disasm-long-lines.c: ... this.
7218 * gdb.base/tui-layout.exp: Rename to ...
7219 * gdb.base/tui-disasm-long-lines.exp: ... this.
7220
f8c4e718
PA
72212017-03-07 Pedro Alves <palves@redhat.com>
7222
7223 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
7224
6dbb839a 72252017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
7226
7227 * i386-mpx-call.c: New file.
7228 * i386-mpx-call.exp: New file.
7229
65b48a81
PB
72302017-02-28 Peter Bergner <bergner@vnet.ibm.com>
7231
7232 * gdb.arch/powerpc-power.exp: Delete test.
7233 * gdb.arch/powerpc-power.s: Likewise.
7234 * gdb.disasm/disassembler-options.exp: New test.
7235 * gdb.arch/powerpc-altivec.exp: Likewise.
7236 * gdb.arch/powerpc-altivec.s: Likewise.
7237 * gdb.arch/powerpc-altivec2.exp: Likewise.
7238 * gdb.arch/powerpc-altivec2.s: Likewise.
7239 * gdb.arch/powerpc-altivec3.exp: Likewise.
7240 * gdb.arch/powerpc-altivec3.s: Likewise.
7241 * gdb.arch/powerpc-power7.exp: Likewise.
7242 * gdb.arch/powerpc-power7.s: Likewise.
7243 * gdb.arch/powerpc-power8.exp: Likewise.
7244 * gdb.arch/powerpc-power8.s: Likewise.
7245 * gdb.arch/powerpc-power9.exp: Likewise.
7246 * gdb.arch/powerpc-power9.s: Likewise.
7247 * gdb.arch/powerpc-vsx.exp: Likewise.
7248 * gdb.arch/powerpc-vsx.s: Likewise.
7249 * gdb.arch/powerpc-vsx2.exp: Likewise.
7250 * gdb.arch/powerpc-vsx2.s: Likewise.
7251 * gdb.arch/powerpc-vsx3.exp: Likewise.
7252 * gdb.arch/powerpc-vsx3.s: Likewise.
7253 * gdb.arch/arm-disassembler-options.exp: Likewise.
7254 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
7255 * gdb.arch/s390-disassembler-options.exp: Likewise.
7256
17cd4947
LM
72572017-02-23 Luis Machado <lgustavo@codesourcery.com>
7258
7259 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
7260 (check_supported_features): ... this. Changed return type to void.
7261 (supports_rdseed): New static global.
7262 (rdseed): Check supports_rdseed.
7263 (initialize): Call check_supported_features.
7264
2039d74e
EBM
72652017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7266
7267 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
7268 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
7269 and lqarx/stqcx.
7270 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
7271 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
7272
a51d7ecf
EBM
72732017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
7274
7275 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
7276 uppercase.
7277
0224619f
JK
72782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7279
7280 * gdb.dwarf2/formdata16.c: New file.
7281 * gdb.dwarf2/formdata16.exp: New file.
7282 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
7283
216f72a1
JK
72842017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7285
7286 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
7287 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
7288 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
7289 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
7290 DW_AT_GNU_*.
7291
43988095
JK
72922017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7293
7294 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
7295
99e8a4f9
SDJ
72962017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
7297
7298 PR gdb/21164
7299 * gdb.base/maint.exp: Add testcases for when the commands do
7300 not have arguments.
7301
b58a8c0c
TP
73022017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
7303
7304 * gdb.cp/chained-calls.exp: Use p instead of P.
7305
4e746bb6
TW
73062017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
7307
7308 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
7309 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
7310
3f77c769
TT
73112017-02-14 Tom Tromey <tom@tromey.com>
7312
7313 PR python/13598:
7314 * gdb.python/py-events.exp: Add before_prompt event tests.
7315
075beec0
AA
73162017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
7317
7318 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
7319
bf5f525c
LM
73202017-02-13 Luis Machado <lgustavo@codesourcery.com>
7321
7322 * gdb.linespec/explicit.c (my_unique_function_name): New function.
7323 (main): Call my_unique_function_name.
7324 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
7325 completion of patterns with a single match.
7326 Add missing -re switches to gdb_test_multiple calls.
7327
13a66184
LM
73282017-02-13 Luis Machado <lgustavo@codesourcery.com>
7329
7330 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
7331 return if core file is not recognized.
7332
26a06916
SM
73332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7334
7335 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
7336 and extra UIs.
7337
b761ca9e
SM
73382017-02-10 Simon Marchi <simon.marchi@ericsson.com>
7339
7340 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
7341 proc_with_prefix.
7342
b964bee0
TT
73432017-02-10 Tom Tromey <tom@tromey.com>
7344
7345 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
7346
18da0c51
MG
73472017-02-10 Martin Galvan <martingalvan@sourceware.org>
7348
7349 PR gdb/21122
7350 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
7351
604c4576
JG
73522017-02-08 Jerome Guitton <guitton@adacore.com>
7353
7354 * gdb.base/define.exp: Add test for command abbreviations
7355 in define.
7356
20b477a7
LM
73572017-02-06 Luis Machado <lgustavo@codesourcery.com>
7358
7359 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
7360 * gdb.reverse/insn-reverse-x86.c: New file.
7361
3f7b46f2
IR
73622017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
7363
7364 PR tdep/20936
7365 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
7366
f0fd41c1
TT
73672017-02-03 Tom Tromey <tom@tromey.com>
7368
7369 PR rust/21097:
7370 * gdb.rust/simple.exp: Add new tests.
7371
5be5dbf0
PA
73722017-02-02 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
7375 tests.
7376
7346ef59
AA
73772017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7378
7379 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
7380 taking a 2-byte value out of a 4-byte DWARF implicit value on
7381 big-endian targets.
7382 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
7383 logic. Add test cases for DW_OP_implicit.
7384
787f0025
MM
73852017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7386
7387 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
7388
68777c29
MM
73892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7390
7391 * gdb.btrace/enable.exp: Call gdb_exit before
7392 skip_gdbserver_tests.
7393
0a1c7e28
MM
73942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7395
7396 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
7397 GDBFLAGS.
7398
b5ac99b0
MM
73992017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7400
7401 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
7402 the test is skipped.
7403 * gdb.btrace/data.exp: Likewise.
7404 * gdb.btrace/delta.exp: Likewise.
7405 * gdb.btrace/dlopen.exp: Likewise.
7406 * gdb.btrace/enable-running.exp: Likewise.
7407 * gdb.btrace/enable.exp: Likewise.
7408 * gdb.btrace/exception.exp: Likewise.
7409 * gdb.btrace/function_call_history.exp: Likewise.
7410 * gdb.btrace/gcore.exp: Likewise.
7411 * gdb.btrace/instruction_history.exp: Likewise.
7412 * gdb.btrace/multi-thread-step.exp: Likewise.
7413 * gdb.btrace/nohist.exp: Likewise.
7414 * gdb.btrace/non-stop.exp: Likewise.
7415 * gdb.btrace/reconnect.exp: Likewise.
7416 * gdb.btrace/record_goto-step.exp: Likewise.
7417 * gdb.btrace/record_goto.exp: Likewise.
7418 * gdb.btrace/rn-dl-bind.exp: Likewise.
7419 * gdb.btrace/segv.exp: Likewise.
7420 * gdb.btrace/step.exp: Likewise.
7421 * gdb.btrace/stepi.exp: Likewise.
7422 * gdb.btrace/tailcall-only.exp: Likewise.
7423 * gdb.btrace/tailcall.exp: Likewise.
7424 * gdb.btrace/tsx.exp: Likewise.
7425 * gdb.btrace/unknown_functions.exp: Likewise.
7426 * gdb.btrace/vdso.exp: Likewise.
7427
cd4007e4
MM
74282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
7429
7430 * gdb.btrace/enable-running.c: New.
7431 * gdb.btrace/enable-running.exp: New.
7432
2735833d
WT
74332017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
7434
7435 * gdb.arch/amd64-gs_base.c: New file.
7436 * gdb.arch/amd64-gs_base.exp: New file.
7437
b51e1e94
LM
74382017-01-26 Luis Machado <lgustavo@codesourcery.com>
7439
7440 * lib/memory.exp: Remove spurious empty newlines.
7441
72ca0410
SM
74422017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
7443
7444 * gdb.python/py-bad-printers.exp: Load python file using "source".
7445 * gdb.python/py-events.exp: Likewise.
7446 * gdb.python/py-evsignal.exp: Likewise.
7447 * gdb.python/py-evthreads.exp: Likewise.
7448 * gdb.python/py-frame-args.exp: Likewise.
7449 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
7450 * gdb.python/py-framefilter-mi.exp: Likewise.
7451 * gdb.python/py-framefilter.exp: Likewise.
7452 * gdb.python/py-mi.exp: Likewise.
7453 * gdb.python/py-pp-maint.exp: Likewise.
7454 * gdb.python/py-pp-registration.exp: Likewise.
7455 * gdb.python/py-prettyprint.exp: Likewise.
7456 (run_lang_tests): Likewise.
7457 * gdb.python/py-typeprint.exp: Likewise.
7458
e309aa65
LM
74592017-01-26 Luis Machado <lgustavo@codesourcery.com>
7460
7461 * lib/memory.exp: New file.
7462 * lib/gdb.exp: Load memory.exp.
7463 * gdb.base/memattr.exp (delete_memory): Move proc to
7464 lib/memory.exp and rename to delete_memory_regions.
7465 Replace delete_memory with delete_memory_regions.
7466 Cleanup memory regions before tests.
7467 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
7468 before tests.
7469
515aff23
LM
74702017-01-26 Luis Machado <lgustavo@codesourcery.com>
7471
7472 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
7473 files.
7474 (initialize): New function conditionally defined.
7475 (testcases): Move within conditional block.
7476 (main): Call initialize.
7477 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
7478 of gdb.reverse/insn-reverse.c.
7479 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
7480 gdb.reverse/insn-reverse.c.
7481
d8b49cf0
YQ
74822017-01-26 Yao Qi <yao.qi@linaro.org>
7483
7484 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
7485 disassemble on address 0.
7486
f13a9a0c
YQ
74872017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
7488 Yao Qi <yao.qi@linaro.org>
7489
7490 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
7491 * gdb.dwarf2/implptr-64bit.S: Remove.
7492 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
7493 variables in caller's context. Add DW_OP_implicit_value.
7494
5ac95241
YQ
74952017-01-25 Yao Qi <yao.qi@linaro.org>
7496
7497 * lib/dwarf.exp (Dwarf::_location): Handle
7498 DW_OP_GNU_implicit_pointer with proper size.
7499
23e82930
LM
75002017-01-20 Luis Machado <lgustavo@codesourcery.com>
7501
7502 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
7503 and add untested calls.
7504
d334ae25
LM
75052017-01-20 Luis Machado <lgustavo@codesourcery.com>
7506
7507 * gdb.python/python.exp: Check line number against what GDB thinks
7508 the line number is for func1.
7509
f5e6296e
IB
75102017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
7511
7512 * gdb.dlang/debug-expr.exp: New file.
7513
5b362f04
LM
75142016-12-23 Luis Machado <lgustavo@codesourcery.com>
7515
7516 Fix test names for the following files:
7517
7518 * gdb.ada/exec_changed.exp
7519 * gdb.ada/info_types.exp
7520 * gdb.arch/aarch64-atomic-inst.exp
7521 * gdb.arch/aarch64-fp.exp
7522 * gdb.arch/altivec-abi.exp
7523 * gdb.arch/altivec-regs.exp
7524 * gdb.arch/amd64-byte.exp
7525 * gdb.arch/amd64-disp-step.exp
7526 * gdb.arch/amd64-dword.exp
7527 * gdb.arch/amd64-entry-value-inline.exp
7528 * gdb.arch/amd64-entry-value-param.exp
7529 * gdb.arch/amd64-entry-value-paramref.exp
7530 * gdb.arch/amd64-entry-value.exp
7531 * gdb.arch/amd64-i386-address.exp
7532 * gdb.arch/amd64-invalid-stack-middle.exp
7533 * gdb.arch/amd64-invalid-stack-top.exp
7534 * gdb.arch/amd64-optimout-repeat.exp
7535 * gdb.arch/amd64-prologue-skip.exp
7536 * gdb.arch/amd64-prologue-xmm.exp
7537 * gdb.arch/amd64-stap-special-operands.exp
7538 * gdb.arch/amd64-stap-wrong-subexp.exp
7539 * gdb.arch/amd64-tailcall-cxx.exp
7540 * gdb.arch/amd64-tailcall-noret.exp
7541 * gdb.arch/amd64-tailcall-ret.exp
7542 * gdb.arch/amd64-tailcall-self.exp
7543 * gdb.arch/amd64-word.exp
7544 * gdb.arch/arm-bl-branch-dest.exp
7545 * gdb.arch/arm-disp-step.exp
7546 * gdb.arch/arm-neon.exp
7547 * gdb.arch/arm-single-step-kernel-helper.exp
7548 * gdb.arch/avr-flash-qualifier.exp
7549 * gdb.arch/disp-step-insn-reloc.exp
7550 * gdb.arch/e500-abi.exp
7551 * gdb.arch/e500-regs.exp
7552 * gdb.arch/ftrace-insn-reloc.exp
7553 * gdb.arch/i386-avx512.exp
7554 * gdb.arch/i386-bp_permanent.exp
7555 * gdb.arch/i386-byte.exp
7556 * gdb.arch/i386-cfi-notcurrent.exp
7557 * gdb.arch/i386-disp-step.exp
7558 * gdb.arch/i386-dr3-watch.exp
7559 * gdb.arch/i386-float.exp
7560 * gdb.arch/i386-gnu-cfi.exp
7561 * gdb.arch/i386-mpx-map.exp
7562 * gdb.arch/i386-mpx-sigsegv.exp
7563 * gdb.arch/i386-mpx-simple_segv.exp
7564 * gdb.arch/i386-mpx.exp
7565 * gdb.arch/i386-permbkpt.exp
7566 * gdb.arch/i386-prologue.exp
7567 * gdb.arch/i386-signal.exp
7568 * gdb.arch/i386-size-overlap.exp
7569 * gdb.arch/i386-unwind.exp
7570 * gdb.arch/i386-word.exp
7571 * gdb.arch/mips-fcr.exp
7572 * gdb.arch/powerpc-d128-regs.exp
7573 * gdb.arch/powerpc-stackless.exp
7574 * gdb.arch/ppc64-atomic-inst.exp
7575 * gdb.arch/s390-stackless.exp
7576 * gdb.arch/s390-tdbregs.exp
7577 * gdb.arch/s390-vregs.exp
7578 * gdb.arch/sparc-sysstep.exp
7579 * gdb.arch/thumb-bx-pc.exp
7580 * gdb.arch/thumb-singlestep.exp
7581 * gdb.arch/thumb2-it.exp
7582 * gdb.arch/vsx-regs.exp
7583 * gdb.asm/asm-source.exp
7584 * gdb.base/a2-run.exp
7585 * gdb.base/advance.exp
7586 * gdb.base/all-bin.exp
7587 * gdb.base/anon.exp
7588 * gdb.base/args.exp
7589 * gdb.base/arithmet.exp
7590 * gdb.base/async-shell.exp
7591 * gdb.base/async.exp
7592 * gdb.base/attach-pie-noexec.exp
7593 * gdb.base/attach-twice.exp
7594 * gdb.base/auto-load.exp
7595 * gdb.base/bang.exp
7596 * gdb.base/bitfields.exp
7597 * gdb.base/break-always.exp
7598 * gdb.base/break-caller-line.exp
7599 * gdb.base/break-entry.exp
7600 * gdb.base/break-inline.exp
7601 * gdb.base/break-on-linker-gcd-function.exp
7602 * gdb.base/break-probes.exp
7603 * gdb.base/break.exp
7604 * gdb.base/breakpoint-shadow.exp
7605 * gdb.base/call-ar-st.exp
7606 * gdb.base/call-sc.exp
7607 * gdb.base/call-signal-resume.exp
7608 * gdb.base/call-strs.exp
7609 * gdb.base/callfuncs.exp
7610 * gdb.base/catch-fork-static.exp
7611 * gdb.base/catch-gdb-caused-signals.exp
7612 * gdb.base/catch-load.exp
7613 * gdb.base/catch-signal-fork.exp
7614 * gdb.base/catch-signal.exp
7615 * gdb.base/catch-syscall.exp
7616 * gdb.base/charset.exp
7617 * gdb.base/checkpoint.exp
7618 * gdb.base/chng-syms.exp
7619 * gdb.base/code-expr.exp
7620 * gdb.base/code_elim.exp
7621 * gdb.base/commands.exp
7622 * gdb.base/completion.exp
7623 * gdb.base/complex.exp
7624 * gdb.base/cond-expr.exp
7625 * gdb.base/condbreak.exp
7626 * gdb.base/consecutive.exp
7627 * gdb.base/continue-all-already-running.exp
7628 * gdb.base/coredump-filter.exp
7629 * gdb.base/corefile.exp
7630 * gdb.base/dbx.exp
7631 * gdb.base/debug-expr.exp
7632 * gdb.base/define.exp
7633 * gdb.base/del.exp
7634 * gdb.base/disabled-location.exp
7635 * gdb.base/disasm-end-cu.exp
7636 * gdb.base/disasm-optim.exp
7637 * gdb.base/display.exp
7638 * gdb.base/duplicate-bp.exp
7639 * gdb.base/ena-dis-br.exp
7640 * gdb.base/ending-run.exp
7641 * gdb.base/enumval.exp
7642 * gdb.base/environ.exp
7643 * gdb.base/eu-strip-infcall.exp
7644 * gdb.base/eval-avoid-side-effects.exp
7645 * gdb.base/eval-skip.exp
7646 * gdb.base/exitsignal.exp
7647 * gdb.base/expand-psymtabs.exp
7648 * gdb.base/filesym.exp
7649 * gdb.base/find-unmapped.exp
7650 * gdb.base/finish.exp
7651 * gdb.base/float.exp
7652 * gdb.base/foll-exec-mode.exp
7653 * gdb.base/foll-exec.exp
7654 * gdb.base/foll-fork.exp
7655 * gdb.base/fortran-sym-case.exp
7656 * gdb.base/freebpcmd.exp
7657 * gdb.base/func-ptr.exp
7658 * gdb.base/func-ptrs.exp
7659 * gdb.base/funcargs.exp
7660 * gdb.base/gcore-buffer-overflow.exp
7661 * gdb.base/gcore-relro-pie.exp
7662 * gdb.base/gcore-relro.exp
7663 * gdb.base/gcore.exp
7664 * gdb.base/gdb1090.exp
7665 * gdb.base/gdb11530.exp
7666 * gdb.base/gdb11531.exp
7667 * gdb.base/gdb1821.exp
7668 * gdb.base/gdbindex-stabs.exp
7669 * gdb.base/gdbvars.exp
7670 * gdb.base/hbreak.exp
7671 * gdb.base/hbreak2.exp
7672 * gdb.base/included.exp
7673 * gdb.base/infcall-input.exp
7674 * gdb.base/inferior-died.exp
7675 * gdb.base/infnan.exp
7676 * gdb.base/info-macros.exp
7677 * gdb.base/info-os.exp
7678 * gdb.base/info-proc.exp
7679 * gdb.base/info-shared.exp
7680 * gdb.base/info-target.exp
7681 * gdb.base/infoline.exp
7682 * gdb.base/interp.exp
7683 * gdb.base/interrupt.exp
7684 * gdb.base/jit-reader.exp
7685 * gdb.base/jit-simple.exp
7686 * gdb.base/kill-after-signal.exp
7687 * gdb.base/kill-detach-inferiors-cmd.exp
7688 * gdb.base/label.exp
7689 * gdb.base/langs.exp
7690 * gdb.base/ldbl_e308.exp
7691 * gdb.base/line-symtabs.exp
7692 * gdb.base/linespecs.exp
7693 * gdb.base/list.exp
7694 * gdb.base/long_long.exp
7695 * gdb.base/longest-types.exp
7696 * gdb.base/maint.exp
7697 * gdb.base/max-value-size.exp
7698 * gdb.base/memattr.exp
7699 * gdb.base/mips_pro.exp
7700 * gdb.base/morestack.exp
7701 * gdb.base/moribund-step.exp
7702 * gdb.base/multi-forks.exp
7703 * gdb.base/nested-addr.exp
7704 * gdb.base/nextoverexit.exp
7705 * gdb.base/noreturn-finish.exp
7706 * gdb.base/noreturn-return.exp
7707 * gdb.base/nostdlib.exp
7708 * gdb.base/offsets.exp
7709 * gdb.base/opaque.exp
7710 * gdb.base/pc-fp.exp
7711 * gdb.base/permissions.exp
7712 * gdb.base/print-symbol-loading.exp
7713 * gdb.base/prologue-include.exp
7714 * gdb.base/psymtab.exp
7715 * gdb.base/ptype.exp
7716 * gdb.base/random-signal.exp
7717 * gdb.base/randomize.exp
7718 * gdb.base/range-stepping.exp
7719 * gdb.base/readline-ask.exp
7720 * gdb.base/recpar.exp
7721 * gdb.base/recurse.exp
7722 * gdb.base/relational.exp
7723 * gdb.base/restore.exp
7724 * gdb.base/return-nodebug.exp
7725 * gdb.base/return.exp
7726 * gdb.base/run-after-attach.exp
7727 * gdb.base/save-bp.exp
7728 * gdb.base/scope.exp
7729 * gdb.base/sect-cmd.exp
7730 * gdb.base/set-lang-auto.exp
7731 * gdb.base/set-noassign.exp
7732 * gdb.base/setvar.exp
7733 * gdb.base/sigall.exp
7734 * gdb.base/sigbpt.exp
7735 * gdb.base/siginfo-addr.exp
7736 * gdb.base/siginfo-infcall.exp
7737 * gdb.base/siginfo-obj.exp
7738 * gdb.base/siginfo.exp
7739 * gdb.base/signals-state-child.exp
7740 * gdb.base/signest.exp
7741 * gdb.base/sigstep.exp
7742 * gdb.base/sizeof.exp
7743 * gdb.base/skip.exp
7744 * gdb.base/solib-corrupted.exp
7745 * gdb.base/solib-nodir.exp
7746 * gdb.base/solib-search.exp
7747 * gdb.base/stack-checking.exp
7748 * gdb.base/stale-infcall.exp
7749 * gdb.base/stap-probe.exp
7750 * gdb.base/start.exp
7751 * gdb.base/step-break.exp
7752 * gdb.base/step-bt.exp
7753 * gdb.base/step-line.exp
7754 * gdb.base/step-over-exit.exp
7755 * gdb.base/step-over-syscall.exp
7756 * gdb.base/step-resume-infcall.exp
7757 * gdb.base/step-test.exp
7758 * gdb.base/store.exp
7759 * gdb.base/structs3.exp
7760 * gdb.base/sym-file.exp
7761 * gdb.base/symbol-without-target_section.exp
7762 * gdb.base/term.exp
7763 * gdb.base/testenv.exp
7764 * gdb.base/ui-redirect.exp
7765 * gdb.base/until.exp
7766 * gdb.base/unwindonsignal.exp
7767 * gdb.base/value-double-free.exp
7768 * gdb.base/vla-datatypes.exp
7769 * gdb.base/vla-ptr.exp
7770 * gdb.base/vla-sideeffect.exp
7771 * gdb.base/volatile.exp
7772 * gdb.base/watch-cond-infcall.exp
7773 * gdb.base/watch-cond.exp
7774 * gdb.base/watch-non-mem.exp
7775 * gdb.base/watch-read.exp
7776 * gdb.base/watch-vfork.exp
7777 * gdb.base/watchpoint-cond-gone.exp
7778 * gdb.base/watchpoint-delete.exp
7779 * gdb.base/watchpoint-hw-hit-once.exp
7780 * gdb.base/watchpoint-hw.exp
7781 * gdb.base/watchpoint-stops-at-right-insn.exp
7782 * gdb.base/watchpoints.exp
7783 * gdb.base/wchar.exp
7784 * gdb.base/whatis-exp.exp
7785 * gdb.btrace/buffer-size.exp
7786 * gdb.btrace/data.exp
7787 * gdb.btrace/delta.exp
7788 * gdb.btrace/dlopen.exp
7789 * gdb.btrace/enable.exp
7790 * gdb.btrace/exception.exp
7791 * gdb.btrace/function_call_history.exp
7792 * gdb.btrace/gcore.exp
7793 * gdb.btrace/instruction_history.exp
7794 * gdb.btrace/nohist.exp
7795 * gdb.btrace/reconnect.exp
7796 * gdb.btrace/record_goto-step.exp
7797 * gdb.btrace/record_goto.exp
7798 * gdb.btrace/rn-dl-bind.exp
7799 * gdb.btrace/segv.exp
7800 * gdb.btrace/step.exp
7801 * gdb.btrace/stepi.exp
7802 * gdb.btrace/tailcall-only.exp
7803 * gdb.btrace/tailcall.exp
7804 * gdb.btrace/tsx.exp
7805 * gdb.btrace/unknown_functions.exp
7806 * gdb.btrace/vdso.exp
7807 * gdb.compile/compile-ifunc.exp
7808 * gdb.compile/compile-ops.exp
7809 * gdb.compile/compile-print.exp
7810 * gdb.compile/compile-setjmp.exp
7811 * gdb.cp/abstract-origin.exp
7812 * gdb.cp/ambiguous.exp
7813 * gdb.cp/annota2.exp
7814 * gdb.cp/annota3.exp
7815 * gdb.cp/anon-ns.exp
7816 * gdb.cp/anon-struct.exp
7817 * gdb.cp/anon-union.exp
7818 * gdb.cp/arg-reference.exp
7819 * gdb.cp/baseenum.exp
7820 * gdb.cp/bool.exp
7821 * gdb.cp/breakpoint.exp
7822 * gdb.cp/bs15503.exp
7823 * gdb.cp/call-c.exp
7824 * gdb.cp/casts.exp
7825 * gdb.cp/chained-calls.exp
7826 * gdb.cp/class2.exp
7827 * gdb.cp/classes.exp
7828 * gdb.cp/cmpd-minsyms.exp
7829 * gdb.cp/converts.exp
7830 * gdb.cp/cp-relocate.exp
7831 * gdb.cp/cpcompletion.exp
7832 * gdb.cp/cpexprs.exp
7833 * gdb.cp/cplabel.exp
7834 * gdb.cp/cplusfuncs.exp
7835 * gdb.cp/cpsizeof.exp
7836 * gdb.cp/ctti.exp
7837 * gdb.cp/derivation.exp
7838 * gdb.cp/destrprint.exp
7839 * gdb.cp/dispcxx.exp
7840 * gdb.cp/enum-class.exp
7841 * gdb.cp/exception.exp
7842 * gdb.cp/exceptprint.exp
7843 * gdb.cp/expand-psymtabs-cxx.exp
7844 * gdb.cp/expand-sals.exp
7845 * gdb.cp/extern-c.exp
7846 * gdb.cp/filename.exp
7847 * gdb.cp/formatted-ref.exp
7848 * gdb.cp/fpointer.exp
7849 * gdb.cp/gdb1355.exp
7850 * gdb.cp/gdb2495.exp
7851 * gdb.cp/hang.exp
7852 * gdb.cp/impl-this.exp
7853 * gdb.cp/infcall-dlopen.exp
7854 * gdb.cp/inherit.exp
7855 * gdb.cp/iostream.exp
7856 * gdb.cp/koenig.exp
7857 * gdb.cp/local.exp
7858 * gdb.cp/m-data.exp
7859 * gdb.cp/m-static.exp
7860 * gdb.cp/mb-ctor.exp
7861 * gdb.cp/mb-inline.exp
7862 * gdb.cp/mb-templates.exp
7863 * gdb.cp/member-name.exp
7864 * gdb.cp/member-ptr.exp
7865 * gdb.cp/meth-typedefs.exp
7866 * gdb.cp/method.exp
7867 * gdb.cp/method2.exp
7868 * gdb.cp/minsym-fallback.exp
7869 * gdb.cp/misc.exp
7870 * gdb.cp/namelessclass.exp
7871 * gdb.cp/namespace-enum.exp
7872 * gdb.cp/namespace-nested-import.exp
7873 * gdb.cp/namespace.exp
7874 * gdb.cp/nextoverthrow.exp
7875 * gdb.cp/no-dmgl-verbose.exp
7876 * gdb.cp/non-trivial-retval.exp
7877 * gdb.cp/noparam.exp
7878 * gdb.cp/nsdecl.exp
7879 * gdb.cp/nsimport.exp
7880 * gdb.cp/nsnested.exp
7881 * gdb.cp/nsnoimports.exp
7882 * gdb.cp/nsrecurs.exp
7883 * gdb.cp/nsstress.exp
7884 * gdb.cp/nsusing.exp
7885 * gdb.cp/operator.exp
7886 * gdb.cp/oranking.exp
7887 * gdb.cp/overload-const.exp
7888 * gdb.cp/overload.exp
7889 * gdb.cp/ovldbreak.exp
7890 * gdb.cp/ovsrch.exp
7891 * gdb.cp/paren-type.exp
7892 * gdb.cp/parse-lang.exp
7893 * gdb.cp/pass-by-ref.exp
7894 * gdb.cp/pr-1023.exp
7895 * gdb.cp/pr-1210.exp
7896 * gdb.cp/pr-574.exp
7897 * gdb.cp/pr10687.exp
7898 * gdb.cp/pr12028.exp
7899 * gdb.cp/pr17132.exp
7900 * gdb.cp/pr17494.exp
7901 * gdb.cp/pr9067.exp
7902 * gdb.cp/pr9167.exp
7903 * gdb.cp/pr9631.exp
7904 * gdb.cp/printmethod.exp
7905 * gdb.cp/psmang.exp
7906 * gdb.cp/psymtab-parameter.exp
7907 * gdb.cp/ptype-cv-cp.exp
7908 * gdb.cp/ptype-flags.exp
7909 * gdb.cp/re-set-overloaded.exp
7910 * gdb.cp/ref-types.exp
7911 * gdb.cp/rtti.exp
7912 * gdb.cp/scope-err.exp
7913 * gdb.cp/shadow.exp
7914 * gdb.cp/smartp.exp
7915 * gdb.cp/static-method.exp
7916 * gdb.cp/static-print-quit.exp
7917 * gdb.cp/temargs.exp
7918 * gdb.cp/templates.exp
7919 * gdb.cp/try_catch.exp
7920 * gdb.cp/typedef-operator.exp
7921 * gdb.cp/typeid.exp
7922 * gdb.cp/userdef.exp
7923 * gdb.cp/using-crash.exp
7924 * gdb.cp/var-tag.exp
7925 * gdb.cp/virtbase.exp
7926 * gdb.cp/virtfunc.exp
7927 * gdb.cp/virtfunc2.exp
7928 * gdb.cp/vla-cxx.exp
7929 * gdb.disasm/t01_mov.exp
7930 * gdb.disasm/t02_mova.exp
7931 * gdb.disasm/t03_add.exp
7932 * gdb.disasm/t04_sub.exp
7933 * gdb.disasm/t05_cmp.exp
7934 * gdb.disasm/t06_ari2.exp
7935 * gdb.disasm/t07_ari3.exp
7936 * gdb.disasm/t08_or.exp
7937 * gdb.disasm/t09_xor.exp
7938 * gdb.disasm/t10_and.exp
7939 * gdb.disasm/t11_logs.exp
7940 * gdb.disasm/t12_bit.exp
7941 * gdb.disasm/t13_otr.exp
7942 * gdb.dlang/circular.exp
7943 * gdb.dwarf2/arr-stride.exp
7944 * gdb.dwarf2/arr-subrange.exp
7945 * gdb.dwarf2/atomic-type.exp
7946 * gdb.dwarf2/bad-regnum.exp
7947 * gdb.dwarf2/bitfield-parent-optimized-out.exp
7948 * gdb.dwarf2/callframecfa.exp
7949 * gdb.dwarf2/clztest.exp
7950 * gdb.dwarf2/corrupt.exp
7951 * gdb.dwarf2/data-loc.exp
7952 * gdb.dwarf2/dup-psym.exp
7953 * gdb.dwarf2/dw2-anon-mptr.exp
7954 * gdb.dwarf2/dw2-anonymous-func.exp
7955 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
7956 * gdb.dwarf2/dw2-bad-unresolved.exp
7957 * gdb.dwarf2/dw2-basic.exp
7958 * gdb.dwarf2/dw2-canonicalize-type.exp
7959 * gdb.dwarf2/dw2-case-insensitive.exp
7960 * gdb.dwarf2/dw2-common-block.exp
7961 * gdb.dwarf2/dw2-compdir-oldgcc.exp
7962 * gdb.dwarf2/dw2-compressed.exp
7963 * gdb.dwarf2/dw2-const.exp
7964 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
7965 * gdb.dwarf2/dw2-cu-size.exp
7966 * gdb.dwarf2/dw2-dup-frame.exp
7967 * gdb.dwarf2/dw2-entry-value.exp
7968 * gdb.dwarf2/dw2-icycle.exp
7969 * gdb.dwarf2/dw2-ifort-parameter.exp
7970 * gdb.dwarf2/dw2-inline-break.exp
7971 * gdb.dwarf2/dw2-inline-param.exp
7972 * gdb.dwarf2/dw2-intercu.exp
7973 * gdb.dwarf2/dw2-intermix.exp
7974 * gdb.dwarf2/dw2-lexical-block-bare.exp
7975 * gdb.dwarf2/dw2-linkage-name-trust.exp
7976 * gdb.dwarf2/dw2-minsym-in-cu.exp
7977 * gdb.dwarf2/dw2-noloc.exp
7978 * gdb.dwarf2/dw2-op-call.exp
7979 * gdb.dwarf2/dw2-op-out-param.exp
7980 * gdb.dwarf2/dw2-opt-structptr.exp
7981 * gdb.dwarf2/dw2-param-error.exp
7982 * gdb.dwarf2/dw2-producer.exp
7983 * gdb.dwarf2/dw2-ranges-base.exp
7984 * gdb.dwarf2/dw2-ref-missing-frame.exp
7985 * gdb.dwarf2/dw2-reg-undefined.exp
7986 * gdb.dwarf2/dw2-regno-invalid.exp
7987 * gdb.dwarf2/dw2-restore.exp
7988 * gdb.dwarf2/dw2-restrict.exp
7989 * gdb.dwarf2/dw2-single-line-discriminators.exp
7990 * gdb.dwarf2/dw2-strp.exp
7991 * gdb.dwarf2/dw2-undefined-ret-addr.exp
7992 * gdb.dwarf2/dw2-unresolved.exp
7993 * gdb.dwarf2/dw2-var-zero-addr.exp
7994 * gdb.dwarf2/dw4-sig-types.exp
7995 * gdb.dwarf2/dwz.exp
7996 * gdb.dwarf2/dynarr-ptr.exp
7997 * gdb.dwarf2/enum-type.exp
7998 * gdb.dwarf2/gdb-index.exp
7999 * gdb.dwarf2/implptr-64bit.exp
8000 * gdb.dwarf2/implptr-optimized-out.exp
8001 * gdb.dwarf2/implptr.exp
8002 * gdb.dwarf2/implref-array.exp
8003 * gdb.dwarf2/implref-const.exp
8004 * gdb.dwarf2/implref-global.exp
8005 * gdb.dwarf2/implref-struct.exp
8006 * gdb.dwarf2/mac-fileno.exp
8007 * gdb.dwarf2/main-subprogram.exp
8008 * gdb.dwarf2/member-ptr-forwardref.exp
8009 * gdb.dwarf2/method-ptr.exp
8010 * gdb.dwarf2/missing-sig-type.exp
8011 * gdb.dwarf2/nonvar-access.exp
8012 * gdb.dwarf2/opaque-type-lookup.exp
8013 * gdb.dwarf2/pieces-optimized-out.exp
8014 * gdb.dwarf2/pieces.exp
8015 * gdb.dwarf2/pr10770.exp
8016 * gdb.dwarf2/pr13961.exp
8017 * gdb.dwarf2/staticvirtual.exp
8018 * gdb.dwarf2/subrange.exp
8019 * gdb.dwarf2/symtab-producer.exp
8020 * gdb.dwarf2/trace-crash.exp
8021 * gdb.dwarf2/typeddwarf.exp
8022 * gdb.dwarf2/valop.exp
8023 * gdb.dwarf2/watch-notconst.exp
8024 * gdb.fortran/array-element.exp
8025 * gdb.fortran/charset.exp
8026 * gdb.fortran/common-block.exp
8027 * gdb.fortran/complex.exp
8028 * gdb.fortran/derived-type-function.exp
8029 * gdb.fortran/derived-type.exp
8030 * gdb.fortran/logical.exp
8031 * gdb.fortran/module.exp
8032 * gdb.fortran/multi-dim.exp
8033 * gdb.fortran/nested-funcs.exp
8034 * gdb.fortran/print-formatted.exp
8035 * gdb.fortran/subarray.exp
8036 * gdb.fortran/vla-alloc-assoc.exp
8037 * gdb.fortran/vla-datatypes.exp
8038 * gdb.fortran/vla-history.exp
8039 * gdb.fortran/vla-ptr-info.exp
8040 * gdb.fortran/vla-ptype-sub.exp
8041 * gdb.fortran/vla-ptype.exp
8042 * gdb.fortran/vla-sizeof.exp
8043 * gdb.fortran/vla-type.exp
8044 * gdb.fortran/vla-value-sub-arbitrary.exp
8045 * gdb.fortran/vla-value-sub-finish.exp
8046 * gdb.fortran/vla-value-sub.exp
8047 * gdb.fortran/vla-value.exp
8048 * gdb.fortran/whatis_type.exp
8049 * gdb.go/chan.exp
8050 * gdb.go/handcall.exp
8051 * gdb.go/hello.exp
8052 * gdb.go/integers.exp
8053 * gdb.go/methods.exp
8054 * gdb.go/package.exp
8055 * gdb.go/strings.exp
8056 * gdb.go/types.exp
8057 * gdb.go/unsafe.exp
8058 * gdb.guile/scm-arch.exp
8059 * gdb.guile/scm-block.exp
8060 * gdb.guile/scm-breakpoint.exp
8061 * gdb.guile/scm-cmd.exp
8062 * gdb.guile/scm-disasm.exp
8063 * gdb.guile/scm-equal.exp
8064 * gdb.guile/scm-frame-args.exp
8065 * gdb.guile/scm-frame-inline.exp
8066 * gdb.guile/scm-frame.exp
8067 * gdb.guile/scm-iterator.exp
8068 * gdb.guile/scm-math.exp
8069 * gdb.guile/scm-objfile.exp
8070 * gdb.guile/scm-ports.exp
8071 * gdb.guile/scm-symbol.exp
8072 * gdb.guile/scm-symtab.exp
8073 * gdb.guile/scm-value-cc.exp
8074 * gdb.guile/types-module.exp
8075 * gdb.linespec/break-ask.exp
8076 * gdb.linespec/cpexplicit.exp
8077 * gdb.linespec/explicit.exp
8078 * gdb.linespec/keywords.exp
8079 * gdb.linespec/linespec.exp
8080 * gdb.linespec/ls-dollar.exp
8081 * gdb.linespec/ls-errs.exp
8082 * gdb.linespec/skip-two.exp
8083 * gdb.linespec/thread.exp
8084 * gdb.mi/mi-async.exp
8085 * gdb.mi/mi-basics.exp
8086 * gdb.mi/mi-break.exp
8087 * gdb.mi/mi-catch-load.exp
8088 * gdb.mi/mi-cli.exp
8089 * gdb.mi/mi-cmd-param-changed.exp
8090 * gdb.mi/mi-console.exp
8091 * gdb.mi/mi-detach.exp
8092 * gdb.mi/mi-disassemble.exp
8093 * gdb.mi/mi-eval.exp
8094 * gdb.mi/mi-file-transfer.exp
8095 * gdb.mi/mi-file.exp
8096 * gdb.mi/mi-fill-memory.exp
8097 * gdb.mi/mi-inheritance-syntax-error.exp
8098 * gdb.mi/mi-linespec-err-cp.exp
8099 * gdb.mi/mi-logging.exp
8100 * gdb.mi/mi-memory-changed.exp
8101 * gdb.mi/mi-read-memory.exp
8102 * gdb.mi/mi-record-changed.exp
8103 * gdb.mi/mi-reg-undefined.exp
8104 * gdb.mi/mi-regs.exp
8105 * gdb.mi/mi-return.exp
8106 * gdb.mi/mi-reverse.exp
8107 * gdb.mi/mi-simplerun.exp
8108 * gdb.mi/mi-solib.exp
8109 * gdb.mi/mi-stack.exp
8110 * gdb.mi/mi-stepi.exp
8111 * gdb.mi/mi-syn-frame.exp
8112 * gdb.mi/mi-until.exp
8113 * gdb.mi/mi-var-block.exp
8114 * gdb.mi/mi-var-child.exp
8115 * gdb.mi/mi-var-cmd.exp
8116 * gdb.mi/mi-var-cp.exp
8117 * gdb.mi/mi-var-display.exp
8118 * gdb.mi/mi-var-invalidate.exp
8119 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
8120 * gdb.mi/mi-vla-fortran.exp
8121 * gdb.mi/mi-watch.exp
8122 * gdb.mi/mi2-var-child.exp
8123 * gdb.mi/user-selected-context-sync.exp
8124 * gdb.modula2/unbounded-array.exp
8125 * gdb.multi/dummy-frame-restore.exp
8126 * gdb.multi/multi-arch-exec.exp
8127 * gdb.multi/multi-arch.exp
8128 * gdb.multi/tids.exp
8129 * gdb.multi/watchpoint-multi.exp
8130 * gdb.opencl/callfuncs.exp
8131 * gdb.opencl/convs_casts.exp
8132 * gdb.opencl/datatypes.exp
8133 * gdb.opencl/operators.exp
8134 * gdb.opencl/vec_comps.exp
8135 * gdb.opt/clobbered-registers-O2.exp
8136 * gdb.opt/inline-break.exp
8137 * gdb.opt/inline-bt.exp
8138 * gdb.opt/inline-cmds.exp
8139 * gdb.opt/inline-locals.exp
8140 * gdb.pascal/case-insensitive-symbols.exp
8141 * gdb.pascal/floats.exp
8142 * gdb.pascal/gdb11492.exp
8143 * gdb.python/lib-types.exp
8144 * gdb.python/py-arch.exp
8145 * gdb.python/py-as-string.exp
8146 * gdb.python/py-bad-printers.exp
8147 * gdb.python/py-block.exp
8148 * gdb.python/py-breakpoint-create-fail.exp
8149 * gdb.python/py-breakpoint.exp
8150 * gdb.python/py-caller-is.exp
8151 * gdb.python/py-cmd.exp
8152 * gdb.python/py-explore-cc.exp
8153 * gdb.python/py-explore.exp
8154 * gdb.python/py-finish-breakpoint.exp
8155 * gdb.python/py-finish-breakpoint2.exp
8156 * gdb.python/py-frame-args.exp
8157 * gdb.python/py-frame-inline.exp
8158 * gdb.python/py-frame.exp
8159 * gdb.python/py-framefilter-mi.exp
8160 * gdb.python/py-infthread.exp
8161 * gdb.python/py-lazy-string.exp
8162 * gdb.python/py-linetable.exp
8163 * gdb.python/py-mi-events.exp
8164 * gdb.python/py-mi-objfile.exp
8165 * gdb.python/py-mi.exp
8166 * gdb.python/py-objfile.exp
8167 * gdb.python/py-pp-integral.exp
8168 * gdb.python/py-pp-maint.exp
8169 * gdb.python/py-pp-re-notag.exp
8170 * gdb.python/py-pp-registration.exp
8171 * gdb.python/py-recurse-unwind.exp
8172 * gdb.python/py-strfns.exp
8173 * gdb.python/py-symbol.exp
8174 * gdb.python/py-symtab.exp
8175 * gdb.python/py-sync-interp.exp
8176 * gdb.python/py-typeprint.exp
8177 * gdb.python/py-unwind-maint.exp
8178 * gdb.python/py-unwind.exp
8179 * gdb.python/py-value-cc.exp
8180 * gdb.python/py-xmethods.exp
8181 * gdb.reverse/amd64-tailcall-reverse.exp
8182 * gdb.reverse/break-precsave.exp
8183 * gdb.reverse/break-reverse.exp
8184 * gdb.reverse/consecutive-precsave.exp
8185 * gdb.reverse/consecutive-reverse.exp
8186 * gdb.reverse/finish-precsave.exp
8187 * gdb.reverse/finish-reverse-bkpt.exp
8188 * gdb.reverse/finish-reverse.exp
8189 * gdb.reverse/fstatat-reverse.exp
8190 * gdb.reverse/getresuid-reverse.exp
8191 * gdb.reverse/i386-precsave.exp
8192 * gdb.reverse/i386-reverse.exp
8193 * gdb.reverse/i386-sse-reverse.exp
8194 * gdb.reverse/i387-env-reverse.exp
8195 * gdb.reverse/i387-stack-reverse.exp
8196 * gdb.reverse/insn-reverse.exp
8197 * gdb.reverse/machinestate-precsave.exp
8198 * gdb.reverse/machinestate.exp
8199 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8200 * gdb.reverse/pipe-reverse.exp
8201 * gdb.reverse/readv-reverse.exp
8202 * gdb.reverse/recvmsg-reverse.exp
8203 * gdb.reverse/rerun-prec.exp
8204 * gdb.reverse/s390-mvcle.exp
8205 * gdb.reverse/step-precsave.exp
8206 * gdb.reverse/step-reverse.exp
8207 * gdb.reverse/time-reverse.exp
8208 * gdb.reverse/until-precsave.exp
8209 * gdb.reverse/until-reverse.exp
8210 * gdb.reverse/waitpid-reverse.exp
8211 * gdb.reverse/watch-precsave.exp
8212 * gdb.reverse/watch-reverse.exp
8213 * gdb.rust/generics.exp
8214 * gdb.rust/methods.exp
8215 * gdb.rust/modules.exp
8216 * gdb.rust/simple.exp
8217 * gdb.server/connect-with-no-symbol-file.exp
8218 * gdb.server/ext-attach.exp
8219 * gdb.server/ext-restart.exp
8220 * gdb.server/ext-wrapper.exp
8221 * gdb.server/file-transfer.exp
8222 * gdb.server/server-exec-info.exp
8223 * gdb.server/server-kill.exp
8224 * gdb.server/server-mon.exp
8225 * gdb.server/wrapper.exp
8226 * gdb.stabs/exclfwd.exp
8227 * gdb.stabs/gdb11479.exp
8228 * gdb.threads/clone-new-thread-event.exp
8229 * gdb.threads/corethreads.exp
8230 * gdb.threads/current-lwp-dead.exp
8231 * gdb.threads/dlopen-libpthread.exp
8232 * gdb.threads/gcore-thread.exp
8233 * gdb.threads/sigstep-threads.exp
8234 * gdb.threads/watchpoint-fork.exp
8235 * gdb.trace/actions-changed.exp
8236 * gdb.trace/backtrace.exp
8237 * gdb.trace/change-loc.exp
8238 * gdb.trace/circ.exp
8239 * gdb.trace/collection.exp
8240 * gdb.trace/disconnected-tracing.exp
8241 * gdb.trace/ftrace.exp
8242 * gdb.trace/mi-trace-frame-collected.exp
8243 * gdb.trace/mi-trace-unavailable.exp
8244 * gdb.trace/mi-traceframe-changed.exp
8245 * gdb.trace/mi-tsv-changed.exp
8246 * gdb.trace/no-attach-trace.exp
8247 * gdb.trace/passc-dyn.exp
8248 * gdb.trace/qtro.exp
8249 * gdb.trace/range-stepping.exp
8250 * gdb.trace/read-memory.exp
8251 * gdb.trace/save-trace.exp
8252 * gdb.trace/signal.exp
8253 * gdb.trace/status-stop.exp
8254 * gdb.trace/tfile.exp
8255 * gdb.trace/trace-break.exp
8256 * gdb.trace/trace-buffer-size.exp
8257 * gdb.trace/trace-condition.exp
8258 * gdb.trace/tracefile-pseudo-reg.exp
8259 * gdb.trace/tstatus.exp
8260 * gdb.trace/unavailable.exp
8261 * gdb.trace/while-dyn.exp
8262 * gdb.trace/while-stepping.exp
8263
34c41c68
DE
82642016-12-22 Doug Evans <xdje42@gmail.com>
8265
8266 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
8267 and msymbols.
8268
16e69324
YQ
82692016-12-19 Yao Qi <yao.qi@linaro.org>
8270
8271 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
8272 (test_with_self): Don't call do_steps_and_nexts, and remove
8273 code about stepping into xmalloc.
8274
f94f411b
YQ
82752016-12-09 Yao Qi <yao.qi@linaro.org>
8276
8277 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
8278
82792016-12-09 Yao Qi <yao.qi@linaro.org>
8280
8281 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
8282
f1b5deee
PA
82832016-12-09 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.base/all-architectures-0.exp: New file.
8286 * gdb.base/all-architectures-1.exp: New file.
8287 * gdb.base/all-architectures-2.exp: New file.
8288 * gdb.base/all-architectures-3.exp: New file.
8289 * gdb.base/all-architectures-4.exp: New file.
8290 * gdb.base/all-architectures-5.exp: New file.
8291 * gdb.base/all-architectures-6.exp: New file.
8292 * gdb.base/all-architectures-7.exp: New file.
8293 * gdb.base/all-architectures.exp.in: New file.
8294
364ca42e
YQ
82952016-12-09 Yao Qi <yao.qi@linaro.org>
8296
8297 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
8298
107c2d62
LM
82992016-12-02 Luis Machado <lgustavo@codesourcery.com>
8300
8301 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
8302 possible.
8303 Remove useless pattern-matching code.
8304
df3ee9ca
PA
83052016-12-02 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
8308 procedure.
8309 (top level): Call it.
8310
ec835369
PA
83112016-12-02 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/commands.exp (user_defined_command_args_stack_test):
8314 New procedure.
8315 (top level): Call it.
8316
01770bbd
PA
83172016-12-02 Pedro Alves <palves@redhat.com>
8318
8319 PR cli/20559
8320 * gdb.base/commands.exp (user_defined_command_args_eval): New
8321 procedure.
8322 (top level): Call it.
8323
008459ea
LM
83242016-12-02 Luis Machado <lgustavo@codesourcery.com>
8325
8326 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
8327 timeout handling.
8328
0c1b455e
TT
83292016-12-02 Tom Tromey <tom@tromey.com>
8330
8331 * gdb.dwarf2/main-subprogram.c: New file.
8332 * gdb.dwarf2/main-subprogram.exp: New file.
8333
018572b8
LM
83342016-12-01 Luis Machado <lgustavo@codesourcery.com>
8335
8336 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
8337 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
8338 gdb_test_no_output for a couple of cases.
8339 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
8340
84c93cd5
LM
83412016-12-01 Luis Machado <lgustavo@codesourcery.com>
8342
8343 Fix test names and standardize compilation error messages throughout
8344 the following files:
8345
8346 * gdb.ada/start.exp
8347 * gdb.arch/alpha-step.exp
8348 * gdb.arch/e500-prologue.exp
8349 * gdb.arch/ftrace-insn-reloc.exp
8350 * gdb.arch/gdb1291.exp
8351 * gdb.arch/gdb1431.exp
8352 * gdb.arch/gdb1558.exp
8353 * gdb.arch/i386-dr3-watch.exp
8354 * gdb.arch/i386-sse-stack-align.exp
8355 * gdb.arch/ia64-breakpoint-shadow.exp
8356 * gdb.arch/pa-nullify.exp
8357 * gdb.arch/powerpc-aix-prologue.exp
8358 * gdb.arch/thumb-bx-pc.exp
8359 * gdb.base/annota1.exp
8360 * gdb.base/annota3.exp
8361 * gdb.base/arrayidx.exp
8362 * gdb.base/assign.exp
8363 * gdb.base/attach.exp
8364 * gdb.base/auxv.exp
8365 * gdb.base/bang.exp
8366 * gdb.base/bfp-test.exp
8367 * gdb.base/bigcore.exp
8368 * gdb.base/bitfields2.exp
8369 * gdb.base/break-fun-addr.exp
8370 * gdb.base/break-probes.exp
8371 * gdb.base/call-rt-st.exp
8372 * gdb.base/callexit.exp
8373 * gdb.base/catch-fork-kill.exp
8374 * gdb.base/charset.exp
8375 * gdb.base/checkpoint.exp
8376 * gdb.base/comprdebug.exp
8377 * gdb.base/constvars.exp
8378 * gdb.base/coredump-filter.exp
8379 * gdb.base/cursal.exp
8380 * gdb.base/cvexpr.exp
8381 * gdb.base/detach.exp
8382 * gdb.base/display.exp
8383 * gdb.base/dmsym.exp
8384 * gdb.base/dprintf-pending.exp
8385 * gdb.base/dso2dso.exp
8386 * gdb.base/dtrace-probe.exp
8387 * gdb.base/dump.exp
8388 * gdb.base/enum_cond.exp
8389 * gdb.base/exe-lock.exp
8390 * gdb.base/exec-invalid-sysroot.exp
8391 * gdb.base/execl-update-breakpoints.exp
8392 * gdb.base/exprs.exp
8393 * gdb.base/fileio.exp
8394 * gdb.base/find.exp
8395 * gdb.base/finish.exp
8396 * gdb.base/fixsection.exp
8397 * gdb.base/foll-vfork.exp
8398 * gdb.base/frame-args.exp
8399 * gdb.base/gcore.exp
8400 * gdb.base/gdb1250.exp
8401 * gdb.base/global-var-nested-by-dso.exp
8402 * gdb.base/gnu-ifunc.exp
8403 * gdb.base/hashline1.exp
8404 * gdb.base/hashline2.exp
8405 * gdb.base/hashline3.exp
8406 * gdb.base/hbreak-in-shr-unsupported.exp
8407 * gdb.base/huge.exp
8408 * gdb.base/infcall-input.exp
8409 * gdb.base/info-fun.exp
8410 * gdb.base/info-shared.exp
8411 * gdb.base/jit-simple.exp
8412 * gdb.base/jit-so.exp
8413 * gdb.base/jit.exp
8414 * gdb.base/jump.exp
8415 * gdb.base/label.exp
8416 * gdb.base/lineinc.exp
8417 * gdb.base/logical.exp
8418 * gdb.base/longjmp.exp
8419 * gdb.base/macscp.exp
8420 * gdb.base/miscexprs.exp
8421 * gdb.base/new-ui-echo.exp
8422 * gdb.base/new-ui-pending-input.exp
8423 * gdb.base/new-ui.exp
8424 * gdb.base/nodebug.exp
8425 * gdb.base/nofield.exp
8426 * gdb.base/offsets.exp
8427 * gdb.base/overlays.exp
8428 * gdb.base/pending.exp
8429 * gdb.base/pointers.exp
8430 * gdb.base/pr11022.exp
8431 * gdb.base/printcmds.exp
8432 * gdb.base/prologue.exp
8433 * gdb.base/ptr-typedef.exp
8434 * gdb.base/realname-expand.exp
8435 * gdb.base/relativedebug.exp
8436 * gdb.base/relocate.exp
8437 * gdb.base/remote.exp
8438 * gdb.base/reread.exp
8439 * gdb.base/return2.exp
8440 * gdb.base/savedregs.exp
8441 * gdb.base/sep.exp
8442 * gdb.base/sepdebug.exp
8443 * gdb.base/sepsymtab.exp
8444 * gdb.base/set-inferior-tty.exp
8445 * gdb.base/setshow.exp
8446 * gdb.base/shlib-call.exp
8447 * gdb.base/sigaltstack.exp
8448 * gdb.base/siginfo-addr.exp
8449 * gdb.base/signals.exp
8450 * gdb.base/signull.exp
8451 * gdb.base/sigrepeat.exp
8452 * gdb.base/so-impl-ld.exp
8453 * gdb.base/solib-display.exp
8454 * gdb.base/solib-overlap.exp
8455 * gdb.base/solib-search.exp
8456 * gdb.base/solib-symbol.exp
8457 * gdb.base/structs.exp
8458 * gdb.base/structs2.exp
8459 * gdb.base/symtab-search-order.exp
8460 * gdb.base/twice.exp
8461 * gdb.base/unload.exp
8462 * gdb.base/varargs.exp
8463 * gdb.base/watchpoint-solib.exp
8464 * gdb.base/watchpoint.exp
8465 * gdb.base/whatis.exp
8466 * gdb.base/wrong_frame_bt_full.exp
8467 * gdb.btrace/dlopen.exp
8468 * gdb.cell/ea-standalone.exp
8469 * gdb.cell/ea-test.exp
8470 * gdb.cp/dispcxx.exp
8471 * gdb.cp/gdb2384.exp
8472 * gdb.cp/method2.exp
8473 * gdb.cp/nextoverthrow.exp
8474 * gdb.cp/pr10728.exp
8475 * gdb.disasm/am33.exp
8476 * gdb.disasm/h8300s.exp
8477 * gdb.disasm/mn10300.exp
8478 * gdb.disasm/sh3.exp
8479 * gdb.dwarf2/dw2-dir-file-name.exp
8480 * gdb.fortran/complex.exp
8481 * gdb.fortran/library-module.exp
8482 * gdb.guile/scm-pretty-print.exp
8483 * gdb.guile/scm-symbol.exp
8484 * gdb.guile/scm-type.exp
8485 * gdb.guile/scm-value.exp
8486 * gdb.linespec/linespec.exp
8487 * gdb.mi/gdb701.exp
8488 * gdb.mi/gdb792.exp
8489 * gdb.mi/mi-breakpoint-changed.exp
8490 * gdb.mi/mi-dprintf-pending.exp
8491 * gdb.mi/mi-dprintf.exp
8492 * gdb.mi/mi-exit-code.exp
8493 * gdb.mi/mi-pending.exp
8494 * gdb.mi/mi-solib.exp
8495 * gdb.mi/new-ui-mi-sync.exp
8496 * gdb.mi/pr11022.exp
8497 * gdb.mi/user-selected-context-sync.exp
8498 * gdb.opt/solib-intra-step.exp
8499 * gdb.python/py-events.exp
8500 * gdb.python/py-finish-breakpoint.exp
8501 * gdb.python/py-mi.exp
8502 * gdb.python/py-prettyprint.exp
8503 * gdb.python/py-shared.exp
8504 * gdb.python/py-symbol.exp
8505 * gdb.python/py-template.exp
8506 * gdb.python/py-type.exp
8507 * gdb.python/py-value.exp
8508 * gdb.reverse/solib-precsave.exp
8509 * gdb.reverse/solib-reverse.exp
8510 * gdb.server/solib-list.exp
8511 * gdb.stabs/weird.exp
8512 * gdb.threads/reconnect-signal.exp
8513 * gdb.threads/stepi-random-signal.exp
8514 * gdb.trace/actions.exp
8515 * gdb.trace/ax.exp
8516 * gdb.trace/backtrace.exp
8517 * gdb.trace/change-loc.exp
8518 * gdb.trace/deltrace.exp
8519 * gdb.trace/ftrace-lock.exp
8520 * gdb.trace/ftrace.exp
8521 * gdb.trace/infotrace.exp
8522 * gdb.trace/mi-tracepoint-changed.exp
8523 * gdb.trace/packetlen.exp
8524 * gdb.trace/passcount.exp
8525 * gdb.trace/pending.exp
8526 * gdb.trace/range-stepping.exp
8527 * gdb.trace/report.exp
8528 * gdb.trace/stap-trace.exp
8529 * gdb.trace/tfind.exp
8530 * gdb.trace/trace-break.exp
8531 * gdb.trace/trace-condition.exp
8532 * gdb.trace/trace-enable-disable.exp
8533 * gdb.trace/trace-mt.exp
8534 * gdb.trace/tracecmd.exp
8535 * gdb.trace/tspeed.exp
8536 * gdb.trace/tsv.exp
8537 * lib/perftest.exp
8538
fb9feb35
LM
85392016-12-01 Luis Machado <lgustavo@codesourcery.com>
8540
8541 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
8542 with gdb_test_no_output.
8543 Use command as test name.
8544
cd2ddb6c
LM
85452016-12-01 Luis Machado <lgustavo@codesourcery.com>
8546
8547 Fix test names starting with uppercase throughout the files.
8548
8549 * gdb.ada/assign_1.exp
8550 * gdb.ada/boolean_expr.exp
8551 * gdb.base/arrayidx.exp
8552 * gdb.base/del.exp
8553 * gdb.base/gcore-buffer-overflow.exp
8554 * gdb.base/testenv.exp
8555 * gdb.compile/compile.exp
8556 * gdb.python/py-framefilter-invalidarg.exp
8557 * gdb.python/py-framefilter.exp
8558
bb95117e
LM
85592016-12-01 Luis Machado <lgustavo@codesourcery.com>
8560
8561 Fix test names starting with uppercase throughout the files.
8562
8563 * gdb.ada/array_return.exp
8564 * gdb.ada/expr_delims.exp
8565 * gdb.ada/mi_dyn_arr.exp
8566 * gdb.ada/mi_interface.exp
8567 * gdb.ada/mi_var_array.exp
8568 * gdb.ada/watch_arg.exp
8569 * gdb.arch/alpha-step.exp
8570 * gdb.arch/altivec-regs.exp
8571 * gdb.arch/e500-regs.exp
8572 * gdb.arch/powerpc-d128-regs.exp
8573 * gdb.base/arrayidx.exp
8574 * gdb.base/break.exp
8575 * gdb.base/checkpoint.exp
8576 * gdb.base/debug-expr.exp
8577 * gdb.base/dmsym.exp
8578 * gdb.base/radix.exp
8579 * gdb.base/sepdebug.exp
8580 * gdb.base/testenv.exp
8581 * gdb.base/watch_thread_num.exp
8582 * gdb.base/watchpoint-cond-gone.exp
8583 * gdb.cell/break.exp
8584 * gdb.cell/ea-cache.exp
8585 * gdb.compile/compile.exp
8586 * gdb.cp/gdb2495.exp
8587 * gdb.gdb/selftest.exp
8588 * gdb.gdb/xfullpath.exp
8589 * gdb.go/hello.exp
8590 * gdb.go/integers.exp
8591 * gdb.objc/basicclass.exp
8592 * gdb.pascal/hello.exp
8593 * gdb.pascal/integers.exp
8594 * gdb.python/py-breakpoint.exp
8595 * gdb.python/py-cmd.exp
8596 * gdb.python/py-linetable.exp
8597 * gdb.python/py-xmethods.exp
8598 * gdb.python/python.exp
8599 * gdb.reverse/consecutive-precsave.exp
8600 * gdb.reverse/finish-precsave.exp
8601 * gdb.reverse/i386-precsave.exp
8602 * gdb.reverse/machinestate-precsave.exp
8603 * gdb.reverse/sigall-precsave.exp
8604 * gdb.reverse/solib-precsave.exp
8605 * gdb.reverse/step-precsave.exp
8606 * gdb.reverse/until-precsave.exp
8607 * gdb.reverse/watch-precsave.exp
8608 * gdb.threads/leader-exit.exp
8609 * gdb.threads/pthreads.exp
8610 * gdb.threads/wp-replication.exp
8611 * gdb.trace/actions.exp
8612 * gdb.trace/mi-tsv-changed.exp
8613 * gdb.trace/tsv.exp
8614
de97fdd4
LM
86152016-12-01 Luis Machado <lgustavo@codesourcery.com>
8616
8617 Fix test names starting with uppercase throughout the files.
8618
8619 * gdb.arch/i386-bp_permanent.exp
8620 * gdb.arch/i386-gnu-cfi.exp
8621 * gdb.base/disasm-end-cu.exp
8622 * gdb.base/macscp.exp
8623 * gdb.base/pending.exp
8624 * gdb.base/watch_thread_num.exp
8625 * gdb.cp/exception.exp
8626 * gdb.cp/gdb2495.exp
8627 * gdb.cp/local.exp
8628 * gdb.python/py-evsignal.exp
8629 * gdb.python/python.exp
8630 * gdb.trace/tracecmd.exp
8631
9f058c10
LM
86322016-12-01 Luis Machado <lgustavo@codesourcery.com>
8633
8634 Fix test names starting with uppercase throughout the files.
8635
8636 * gdb.base/charset.exp
8637 * gdb.base/eval.exp
8638 * gdb.base/multi-forks.exp
8639 * gdb.guile/scm-progspace.exp
8640 * gdb.opencl/datatypes.exp
8641 * gdb.python/py-block.exp
8642 * gdb.python/py-function.exp
8643 * gdb.python/py-symbol.exp
8644 * gdb.python/py-symtab.exp
8645 * gdb.python/py-xmethods.exp
8646 * gdb.reverse/break-precsave.exp
8647 * gdb.reverse/break-reverse.exp
8648 * gdb.reverse/consecutive-precsave.exp
8649 * gdb.reverse/consecutive-reverse.exp
8650 * gdb.reverse/finish-precsave.exp
8651 * gdb.reverse/finish-reverse-bkpt.exp
8652 * gdb.reverse/finish-reverse.exp
8653 * gdb.reverse/fstatat-reverse.exp
8654 * gdb.reverse/getresuid-reverse.exp
8655 * gdb.reverse/i386-precsave.exp
8656 * gdb.reverse/i386-reverse.exp
8657 * gdb.reverse/i386-sse-reverse.exp
8658 * gdb.reverse/i387-stack-reverse.exp
8659 * gdb.reverse/insn-reverse.exp
8660 * gdb.reverse/machinestate-precsave.exp
8661 * gdb.reverse/machinestate.exp
8662 * gdb.reverse/next-reverse-bkpt-over-sr.exp
8663 * gdb.reverse/pipe-reverse.exp
8664 * gdb.reverse/readv-reverse.exp
8665 * gdb.reverse/recvmsg-reverse.exp
8666 * gdb.reverse/rerun-prec.exp
8667 * gdb.reverse/s390-mvcle.exp
8668 * gdb.reverse/sigall-precsave.exp
8669 * gdb.reverse/sigall-reverse.exp
8670 * gdb.reverse/solib-precsave.exp
8671 * gdb.reverse/solib-reverse.exp
8672 * gdb.reverse/step-precsave.exp
8673 * gdb.reverse/step-reverse.exp
8674 * gdb.reverse/time-reverse.exp
8675 * gdb.reverse/until-precsave.exp
8676 * gdb.reverse/until-reverse.exp
8677 * gdb.reverse/waitpid-reverse.exp
8678 * gdb.reverse/watch-precsave.exp
8679 * gdb.reverse/watch-reverse.exp
8680
cdc7edd7
LM
86812016-12-01 Luis Machado <lgustavo@codesourcery.com>
8682
8683 Fix test names starting with uppercase throughout the files.
8684
8685 * gdb.arch/i386-mpx-simple_segv.exp
8686 * gdb.arch/i386-mpx.exp
8687 * gdb.arch/i386-permbkpt.exp
8688 * gdb.arch/pa-nullify.exp
8689 * gdb.arch/powerpc-d128-regs.exp
8690 * gdb.arch/vsx-regs.exp
8691 * gdb.base/bfp-test.exp
8692 * gdb.base/break.exp
8693 * gdb.base/breakpoint-shadow.exp
8694 * gdb.base/callfuncs.exp
8695 * gdb.base/charset.exp
8696 * gdb.base/commands.exp
8697 * gdb.base/completion.exp
8698 * gdb.base/dfp-test.exp
8699 * gdb.base/echo.exp
8700 * gdb.base/ending-run.exp
8701 * gdb.base/eval.exp
8702 * gdb.base/expand-psymtabs.exp
8703 * gdb.base/float128.exp
8704 * gdb.base/floatn.exp
8705 * gdb.base/foll-exec-mode.exp
8706 * gdb.base/gdb1056.exp
8707 * gdb.base/gdb11531.exp
8708 * gdb.base/kill-after-signal.exp
8709 * gdb.base/multi-forks.exp
8710 * gdb.base/overlays.exp
8711 * gdb.base/pending.exp
8712 * gdb.base/sepdebug.exp
8713 * gdb.base/testenv.exp
8714 * gdb.base/valgrind-db-attach.exp
8715 * gdb.base/watch_thread_num.exp
8716 * gdb.base/watchpoint-cond-gone.exp
8717 * gdb.base/watchpoint.exp
8718 * gdb.base/watchpoints.exp
8719 * gdb.cp/arg-reference.exp
8720 * gdb.cp/baseenum.exp
8721 * gdb.cp/operator.exp
8722 * gdb.cp/shadow.exp
8723 * gdb.dwarf2/dw2-op-out-param.exp
8724 * gdb.dwarf2/dw2-reg-undefined.exp
8725 * gdb.go/chan.exp
8726 * gdb.go/hello.exp
8727 * gdb.go/integers.exp
8728 * gdb.go/methods.exp
8729 * gdb.go/package.exp
8730 * gdb.guile/scm-parameter.exp
8731 * gdb.guile/scm-progspace.exp
8732 * gdb.guile/scm-value.exp
8733 * gdb.mi/mi-pending.exp
8734 * gdb.mi/user-selected-context-sync.exp
8735 * gdb.multi/multi-attach.exp
8736 * gdb.multi/tids.exp
8737 * gdb.opt/clobbered-registers-O2.exp
8738 * gdb.pascal/floats.exp
8739 * gdb.pascal/integers.exp
8740 * gdb.python/py-block.exp
8741 * gdb.python/py-events.exp
8742 * gdb.python/py-parameter.exp
8743 * gdb.python/py-symbol.exp
8744 * gdb.python/py-symtab.exp
8745 * gdb.python/py-type.exp
8746 * gdb.python/py-value.exp
8747 * gdb.python/py-xmethods.exp
8748 * gdb.python/python.exp
8749 * gdb.reverse/break-precsave.exp
8750 * gdb.reverse/consecutive-precsave.exp
8751 * gdb.reverse/finish-precsave.exp
8752 * gdb.reverse/i386-precsave.exp
8753 * gdb.reverse/machinestate-precsave.exp
8754 * gdb.reverse/sigall-precsave.exp
8755 * gdb.reverse/solib-precsave.exp
8756 * gdb.reverse/step-precsave.exp
8757 * gdb.reverse/until-precsave.exp
8758 * gdb.reverse/watch-precsave.exp
8759 * gdb.server/ext-attach.exp
8760 * gdb.server/ext-restart.exp
8761 * gdb.server/ext-run.exp
8762 * gdb.server/ext-wrapper.exp
8763 * gdb.stabs/gdb11479.exp
8764 * gdb.stabs/weird.exp
8765 * gdb.threads/attach-many-short-lived-threads.exp
8766 * gdb.threads/kill.exp
8767 * gdb.threads/watchpoint-fork.exp
8768
bc6c7af4
LM
87692016-12-01 Luis Machado <lgustavo@codesourcery.com>
8770
8771 Fix test names starting with uppercase throughout all the files below.
8772
8773 * gdb.ada/array_return.exp
8774 * gdb.ada/catch_ex.exp
8775 * gdb.ada/info_exc.exp
8776 * gdb.ada/mi_catch_ex.exp
8777 * gdb.ada/mi_dyn_arr.exp
8778 * gdb.ada/mi_ex_cond.exp
8779 * gdb.ada/mi_exc_info.exp
8780 * gdb.ada/mi_interface.exp
8781 * gdb.ada/mi_task_arg.exp
8782 * gdb.ada/mi_task_info.exp
8783 * gdb.ada/mi_var_array.exp
8784 * gdb.arch/alpha-step.exp
8785 * gdb.arch/amd64-disp-step.exp
8786 * gdb.arch/arm-disp-step.exp
8787 * gdb.arch/disp-step-insn-reloc.exp
8788 * gdb.arch/e500-prologue.exp
8789 * gdb.arch/ftrace-insn-reloc.exp
8790 * gdb.arch/gdb1558.exp
8791 * gdb.arch/i386-bp_permanent.exp
8792 * gdb.arch/i386-disp-step.exp
8793 * gdb.arch/i386-float.exp
8794 * gdb.arch/i386-gnu-cfi.exp
8795 * gdb.arch/ia64-breakpoint-shadow.exp
8796 * gdb.arch/mips16-thunks.exp
8797 * gdb.arch/pa-nullify.exp
8798 * gdb.arch/powerpc-aix-prologue.exp
8799 * gdb.arch/powerpc-power.exp
8800 * gdb.arch/ppc-dfp.exp
8801 * gdb.arch/s390-tdbregs.exp
8802 * gdb.arch/spu-info.exp
8803 * gdb.arch/spu-ls.exp
8804 * gdb.arch/thumb-bx-pc.exp
8805 * gdb.base/advance.exp
8806 * gdb.base/annota-input-while-running.exp
8807 * gdb.base/arrayidx.exp
8808 * gdb.base/asmlabel.exp
8809 * gdb.base/async.exp
8810 * gdb.base/attach-wait-input.exp
8811 * gdb.base/auto-connect-native-target.exp
8812 * gdb.base/batch-preserve-term-settings.exp
8813 * gdb.base/bfp-test.exp
8814 * gdb.base/bigcore.exp
8815 * gdb.base/bp-permanent.exp
8816 * gdb.base/break-always.exp
8817 * gdb.base/break-fun-addr.exp
8818 * gdb.base/break-idempotent.exp
8819 * gdb.base/break-main-file-remove-fail.exp
8820 * gdb.base/break-probes.exp
8821 * gdb.base/break-unload-file.exp
8822 * gdb.base/break.exp
8823 * gdb.base/call-ar-st.exp
8824 * gdb.base/call-rt-st.exp
8825 * gdb.base/call-sc.exp
8826 * gdb.base/call-signal-resume.exp
8827 * gdb.base/call-strs.exp
8828 * gdb.base/callexit.exp
8829 * gdb.base/callfuncs.exp
8830 * gdb.base/catch-gdb-caused-signals.exp
8831 * gdb.base/catch-signal-siginfo-cond.exp
8832 * gdb.base/catch-syscall.exp
8833 * gdb.base/compare-sections.exp
8834 * gdb.base/cond-eval-mode.exp
8835 * gdb.base/condbreak-call-false.exp
8836 * gdb.base/consecutive-step-over.exp
8837 * gdb.base/cursal.exp
8838 * gdb.base/disabled-location.exp
8839 * gdb.base/disasm-end-cu.exp
8840 * gdb.base/display.exp
8841 * gdb.base/double-prompt-target-event-error.exp
8842 * gdb.base/dprintf-bp-same-addr.exp
8843 * gdb.base/dprintf-detach.exp
8844 * gdb.base/dprintf-next.exp
8845 * gdb.base/dprintf-non-stop.exp
8846 * gdb.base/dprintf-pending.exp
8847 * gdb.base/dso2dso.exp
8848 * gdb.base/ending-run.exp
8849 * gdb.base/enum_cond.exp
8850 * gdb.base/examine-backward.exp
8851 * gdb.base/exe-lock.exp
8852 * gdb.base/exec-invalid-sysroot.exp
8853 * gdb.base/execl-update-breakpoints.exp
8854 * gdb.base/execution-termios.exp
8855 * gdb.base/fileio.exp
8856 * gdb.base/fixsection.exp
8857 * gdb.base/foll-exec-mode.exp
8858 * gdb.base/foll-exec.exp
8859 * gdb.base/fork-running-state.exp
8860 * gdb.base/frame-args.exp
8861 * gdb.base/fullpath-expand.exp
8862 * gdb.base/func-ptr.exp
8863 * gdb.base/gcore-relro-pie.exp
8864 * gdb.base/gdb1090.exp
8865 * gdb.base/gdb1555.exp
8866 * gdb.base/global-var-nested-by-dso.exp
8867 * gdb.base/gnu-ifunc.exp
8868 * gdb.base/hbreak-in-shr-unsupported.exp
8869 * gdb.base/hbreak-unmapped.exp
8870 * gdb.base/hook-stop.exp
8871 * gdb.base/infcall-input.exp
8872 * gdb.base/info-fun.exp
8873 * gdb.base/info-shared.exp
8874 * gdb.base/interrupt-noterm.exp
8875 * gdb.base/jit-so.exp
8876 * gdb.base/jit.exp
8877 * gdb.base/line-symtabs.exp
8878 * gdb.base/list.exp
8879 * gdb.base/longjmp.exp
8880 * gdb.base/macscp.exp
8881 * gdb.base/max-value-size.exp
8882 * gdb.base/nodebug.exp
8883 * gdb.base/nofield.exp
8884 * gdb.base/overlays.exp
8885 * gdb.base/paginate-after-ctrl-c-running.exp
8886 * gdb.base/paginate-bg-execution.exp
8887 * gdb.base/paginate-inferior-exit.exp
8888 * gdb.base/pending.exp
8889 * gdb.base/pr11022.exp
8890 * gdb.base/printcmds.exp
8891 * gdb.base/ptr-typedef.exp
8892 * gdb.base/ptype.exp
8893 * gdb.base/randomize.exp
8894 * gdb.base/range-stepping.exp
8895 * gdb.base/realname-expand.exp
8896 * gdb.base/relativedebug.exp
8897 * gdb.base/remote.exp
8898 * gdb.base/savedregs.exp
8899 * gdb.base/sepdebug.exp
8900 * gdb.base/set-noassign.exp
8901 * gdb.base/shlib-call.exp
8902 * gdb.base/shreloc.exp
8903 * gdb.base/sigaltstack.exp
8904 * gdb.base/sigbpt.exp
8905 * gdb.base/siginfo-addr.exp
8906 * gdb.base/siginfo-obj.exp
8907 * gdb.base/siginfo-thread.exp
8908 * gdb.base/signest.exp
8909 * gdb.base/signull.exp
8910 * gdb.base/sigrepeat.exp
8911 * gdb.base/skip.exp
8912 * gdb.base/so-impl-ld.exp
8913 * gdb.base/solib-corrupted.exp
8914 * gdb.base/solib-disc.exp
8915 * gdb.base/solib-display.exp
8916 * gdb.base/solib-overlap.exp
8917 * gdb.base/solib-search.exp
8918 * gdb.base/solib-symbol.exp
8919 * gdb.base/source-execution.exp
8920 * gdb.base/sss-bp-on-user-bp-2.exp
8921 * gdb.base/sss-bp-on-user-bp.exp
8922 * gdb.base/stack-checking.exp
8923 * gdb.base/stale-infcall.exp
8924 * gdb.base/step-break.exp
8925 * gdb.base/step-line.exp
8926 * gdb.base/step-over-exit.exp
8927 * gdb.base/step-test.exp
8928 * gdb.base/structs.exp
8929 * gdb.base/sym-file.exp
8930 * gdb.base/symtab-search-order.exp
8931 * gdb.base/term.exp
8932 * gdb.base/type-opaque.exp
8933 * gdb.base/unload.exp
8934 * gdb.base/until-nodebug.exp
8935 * gdb.base/until.exp
8936 * gdb.base/unwindonsignal.exp
8937 * gdb.base/watch-cond.exp
8938 * gdb.base/watch-non-mem.exp
8939 * gdb.base/watch_thread_num.exp
8940 * gdb.base/watchpoint-reuse-slot.exp
8941 * gdb.base/watchpoint-solib.exp
8942 * gdb.base/watchpoint.exp
8943 * gdb.btrace/dlopen.exp
8944 * gdb.cell/arch.exp
8945 * gdb.cell/break.exp
8946 * gdb.cell/bt.exp
8947 * gdb.cell/core.exp
8948 * gdb.cell/data.exp
8949 * gdb.cell/dwarfaddr.exp
8950 * gdb.cell/ea-cache.exp
8951 * gdb.cell/ea-standalone.exp
8952 * gdb.cell/ea-test.exp
8953 * gdb.cell/f-regs.exp
8954 * gdb.cell/fork.exp
8955 * gdb.cell/gcore.exp
8956 * gdb.cell/mem-access.exp
8957 * gdb.cell/ptype.exp
8958 * gdb.cell/registers.exp
8959 * gdb.cell/sizeof.exp
8960 * gdb.cell/solib-symbol.exp
8961 * gdb.cell/solib.exp
8962 * gdb.compile/compile-tls.exp
8963 * gdb.cp/exception.exp
8964 * gdb.cp/gdb2495.exp
8965 * gdb.cp/local.exp
8966 * gdb.cp/mb-inline.exp
8967 * gdb.cp/mb-templates.exp
8968 * gdb.cp/pr10687.exp
8969 * gdb.cp/pr9167.exp
8970 * gdb.cp/scope-err.exp
8971 * gdb.cp/templates.exp
8972 * gdb.cp/virtfunc.exp
8973 * gdb.dwarf2/dw2-dir-file-name.exp
8974 * gdb.dwarf2/dw2-single-line-discriminators.exp
8975 * gdb.fortran/complex.exp
8976 * gdb.fortran/library-module.exp
8977 * gdb.guile/guile.exp
8978 * gdb.guile/scm-cmd.exp
8979 * gdb.guile/scm-frame-inline.exp
8980 * gdb.guile/scm-objfile.exp
8981 * gdb.guile/scm-pretty-print.exp
8982 * gdb.guile/scm-symbol.exp
8983 * gdb.guile/scm-type.exp
8984 * gdb.guile/scm-value.exp
8985 * gdb.linespec/keywords.exp
8986 * gdb.linespec/ls-errs.exp
8987 * gdb.linespec/macro-relative.exp
8988 * gdb.linespec/thread.exp
8989 * gdb.mi/mi-breakpoint-changed.exp
8990 * gdb.mi/mi-dprintf-pending.exp
8991 * gdb.mi/mi-fullname-deleted.exp
8992 * gdb.mi/mi-logging.exp
8993 * gdb.mi/mi-pending.exp
8994 * gdb.mi/mi-solib.exp
8995 * gdb.mi/new-ui-mi-sync.exp
8996 * gdb.mi/user-selected-context-sync.exp
8997 * gdb.multi/dummy-frame-restore.exp
8998 * gdb.multi/multi-arch-exec.exp
8999 * gdb.multi/remove-inferiors.exp
9000 * gdb.multi/watchpoint-multi-exit.exp
9001 * gdb.opt/solib-intra-step.exp
9002 * gdb.perf/backtrace.exp
9003 * gdb.perf/single-step.exp
9004 * gdb.perf/skip-command.exp
9005 * gdb.perf/skip-prologue.exp
9006 * gdb.perf/solib.exp
9007 * gdb.python/lib-types.exp
9008 * gdb.python/py-as-string.exp
9009 * gdb.python/py-bad-printers.exp
9010 * gdb.python/py-block.exp
9011 * gdb.python/py-breakpoint.exp
9012 * gdb.python/py-cmd.exp
9013 * gdb.python/py-events.exp
9014 * gdb.python/py-evthreads.exp
9015 * gdb.python/py-finish-breakpoint.exp
9016 * gdb.python/py-finish-breakpoint2.exp
9017 * gdb.python/py-frame-inline.exp
9018 * gdb.python/py-frame.exp
9019 * gdb.python/py-inferior.exp
9020 * gdb.python/py-infthread.exp
9021 * gdb.python/py-mi.exp
9022 * gdb.python/py-objfile.exp
9023 * gdb.python/py-pp-maint.exp
9024 * gdb.python/py-pp-registration.exp
9025 * gdb.python/py-prettyprint.exp
9026 * gdb.python/py-recurse-unwind.exp
9027 * gdb.python/py-shared.exp
9028 * gdb.python/py-symbol.exp
9029 * gdb.python/py-symtab.exp
9030 * gdb.python/py-template.exp
9031 * gdb.python/py-type.exp
9032 * gdb.python/py-unwind-maint.exp
9033 * gdb.python/py-unwind.exp
9034 * gdb.python/py-value.exp
9035 * gdb.python/python.exp
9036 * gdb.reverse/finish-reverse-bkpt.exp
9037 * gdb.reverse/insn-reverse.exp
9038 * gdb.reverse/next-reverse-bkpt-over-sr.exp
9039 * gdb.reverse/solib-precsave.exp
9040 * gdb.reverse/solib-reverse.exp
9041 * gdb.stabs/gdb11479.exp
9042 * gdb.stabs/weird.exp
9043 * gdb.threads/fork-child-threads.exp
9044 * gdb.threads/fork-plus-threads.exp
9045 * gdb.threads/fork-thread-pending.exp
9046 * gdb.threads/forking-threads-plus-breakpoint.exp
9047 * gdb.threads/hand-call-in-threads.exp
9048 * gdb.threads/interrupted-hand-call.exp
9049 * gdb.threads/linux-dp.exp
9050 * gdb.threads/local-watch-wrong-thread.exp
9051 * gdb.threads/next-while-other-thread-longjmps.exp
9052 * gdb.threads/non-ldr-exit.exp
9053 * gdb.threads/pending-step.exp
9054 * gdb.threads/print-threads.exp
9055 * gdb.threads/process-dies-while-detaching.exp
9056 * gdb.threads/process-dies-while-handling-bp.exp
9057 * gdb.threads/pthreads.exp
9058 * gdb.threads/queue-signal.exp
9059 * gdb.threads/reconnect-signal.exp
9060 * gdb.threads/signal-command-handle-nopass.exp
9061 * gdb.threads/signal-command-multiple-signals-pending.exp
9062 * gdb.threads/signal-delivered-right-thread.exp
9063 * gdb.threads/signal-sigtrap.exp
9064 * gdb.threads/sigthread.exp
9065 * gdb.threads/staticthreads.exp
9066 * gdb.threads/stepi-random-signal.exp
9067 * gdb.threads/thread-unwindonsignal.exp
9068 * gdb.threads/thread_check.exp
9069 * gdb.threads/thread_events.exp
9070 * gdb.threads/tid-reuse.exp
9071 * gdb.threads/tls-nodebug.exp
9072 * gdb.threads/tls-shared.exp
9073 * gdb.threads/tls-so_extern.exp
9074 * gdb.threads/tls.exp
9075 * gdb.threads/wp-replication.exp
9076 * gdb.trace/actions-changed.exp
9077 * gdb.trace/actions.exp
9078 * gdb.trace/backtrace.exp
9079 * gdb.trace/change-loc.exp
9080 * gdb.trace/collection.exp
9081 * gdb.trace/deltrace.exp
9082 * gdb.trace/disconnected-tracing.exp
9083 * gdb.trace/entry-values.exp
9084 * gdb.trace/ftrace-lock.exp
9085 * gdb.trace/ftrace.exp
9086 * gdb.trace/infotrace.exp
9087 * gdb.trace/mi-trace-frame-collected.exp
9088 * gdb.trace/mi-trace-unavailable.exp
9089 * gdb.trace/mi-traceframe-changed.exp
9090 * gdb.trace/mi-tracepoint-changed.exp
9091 * gdb.trace/mi-tsv-changed.exp
9092 * gdb.trace/no-attach-trace.exp
9093 * gdb.trace/packetlen.exp
9094 * gdb.trace/passc-dyn.exp
9095 * gdb.trace/passcount.exp
9096 * gdb.trace/pending.exp
9097 * gdb.trace/pr16508.exp
9098 * gdb.trace/qtro.exp
9099 * gdb.trace/range-stepping.exp
9100 * gdb.trace/read-memory.exp
9101 * gdb.trace/report.exp
9102 * gdb.trace/save-trace.exp
9103 * gdb.trace/signal.exp
9104 * gdb.trace/stap-trace.exp
9105 * gdb.trace/status-stop.exp
9106 * gdb.trace/strace.exp
9107 * gdb.trace/tfile.exp
9108 * gdb.trace/tfind.exp
9109 * gdb.trace/trace-break.exp
9110 * gdb.trace/trace-condition.exp
9111 * gdb.trace/trace-enable-disable.exp
9112 * gdb.trace/trace-mt.exp
9113 * gdb.trace/tracecmd.exp
9114 * gdb.trace/tracefile-pseudo-reg.exp
9115 * gdb.trace/tspeed.exp
9116 * gdb.trace/tstatus.exp
9117 * gdb.trace/tsv.exp
9118 * gdb.trace/unavailable.exp
9119 * gdb.trace/while-dyn.exp
9120 * gdb.trace/while-stepping.exp
9121 * lib/gdb-guile.exp
9122 * lib/gdb.exp
9123 * lib/mi-support.exp
9124 * lib/pascal.exp
9125 * lib/perftest.exp
9126 * lib/prelink-support.exp
9127 * lib/selftest-support.exp
9128
ad02e4fe
SM
91292016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
9130
9131 * Makefile.in: Include disable-implicit-rules.mk.
9132
22347e55
AA
91332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9134
9135 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
9136 non-byte-aligned bit fields.
9137
da5b30da
AA
91382016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9139
9140 PR gdb/12616
9141 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
9142 respects the DW_AT_data_bit_offset attribute.
9143
b593ecca
SM
91442016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
9145
9146 * gdb.base/default.exp: Fix output of "set language".
9147
3b165252
SM
91482016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
9149
9150 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
9151 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
9152 make.
9153 * configure.ac: Remove checks for the make program.
9154 * configure: Re-generate.
9155
1a2f3d7f
KB
91562016-11-16 Kevin Buettner <kevinb@redhat.com>
9157
9158 * gdb.python/py-recurse-unwind.c (main): Add loop.
9159 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
9160 to read_register() and gdb.parse_and_eval(). Make each code
9161 call a separate case that can be individually tested.
9162 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
9163 proc. Call cont_and_backtrace for each of the code paths that
9164 we want to test in the unwinder.
9165
b7f38fda
AA
91662016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
9167
9168 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
9169 the definition of struct S.
9170
1f8db343
CM
91712016-11-11 Catherine Moore <clm@codesourcery.com>
9172
9173 * gdb.base/dump.exp: Identify verilog format dump tests as such.
9174
fad0c9fb
PA
91752016-11-09 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/commands.exp (runto_or_return): New procedure.
9178 (gdbvar_simple_if_test, gdbvar_simple_while_test)
9179 (gdbvar_complex_if_while_test, progvar_simple_if_test)
9180 (progvar_simple_while_test, progvar_complex_if_while_test)
9181 (if_while_breakpoint_command_test)
9182 (infrun_breakpoint_command_test, breakpoint_command_test)
9183 (user_defined_command_test, watchpoint_command_test)
9184 (test_command_prompt_position, redefine_hook_test)
9185 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
9186 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
9187 multi_line_input and multi_line. Remove gdb_expect and
9188 gdb_stop_suppressing_tests uses.
9189 * lib/gdb.exp (valnum_re): New global.
9190 (multi_line_input): New procedure.
9191
8354c62c
SM
91922016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
9193
9194 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
9195 Remove.
9196 (test_setup): Define with proc_with_prefix.
9197 (test_cli_inferior): Likewise.
9198 (test_cli_thread): Likewise.
9199 (test_cli_frame): Likewise.
9200 (test_cli_select_frame): Likewise.
9201 (test_cli_up_down): Likewise.
9202 (test_mi_thread_select): Likewise.
9203 (test_mi_stack_select_frame): Likewise.
9204 (test_cli_in_mi_inferior): Likewise.
9205 (test_cli_in_mi_thread): Likewise.
9206 (test_cli_in_mi_frame): Likewise.
9207 (top level): Do not use with_test_prefix_procname.
9208
64f367a2
PA
92092016-11-09 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/commands.exp (gdbvar_simple_if_test)
9212 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
9213 (progvar_simple_if_test, progvar_simple_while_test)
9214 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
9215 (infrun_breakpoint_command_test, breakpoint_command_test)
9216 (user_defined_command_test, watchpoint_command_test)
9217 (test_command_prompt_position, deprecated_command_test)
9218 (bp_deleted_in_command, temporary_breakpoint_commands)
9219 (stray_arg0_test, source_file_with_indented_comment)
9220 (recursive_source_test, if_commands_test)
9221 (error_clears_commands_left, redefine_hook_test)
9222 (redefine_backtrace_test): Use proc_with_prefix.
9223 * lib/gdb.exp (proc_with_prefix): New proc.
9224
0bb65f1e
AA
92252016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9226
9227 * gdb.base/tui-layout.c: New file.
9228 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
9229 disassembly window contains very long lines.
9230
7353f247
TT
92312016-11-08 Tom Tromey <tom@tromey.com>
9232
9233 * gdb.python/py-value.exp (test_value_creation): Make "long" test
9234 depend on Python 2.
9235
30a7bb83
TT
92362016-11-08 Tom Tromey <tom@tromey.com>
9237
9238 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
9239 New method.
9240
cdf5a07c
MG
92412016-10-29 Manish Goregaokar <manish@mozilla.com>
9242
2806dc7e 9243 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 9244
51a789c3
MG
92452016-10-27 Manish Goregaokar <manish@mozilla.com>
9246
2806dc7e
PA
9247 * gdb.rust/simple.rs: Add test for univariant enums without
9248 discriminants and for encoded struct-like enums.
51a789c3 9249
f610ab6d
PA
92502016-10-28 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
9253 gdb_test_multiple, tighten regexps and match symtabs and line
9254 tables incrementally.
9255
b129b0ca
LM
92562016-10-28 Luis Machado <lgustavo@codesourcery.com>
9257
9258 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
9259 general.
9260
ecf45d2c
SL
92612016-10-25 Luis Machado <lgustavo@codesourcery.com>
9262
9263 * gdb.base/exec-invalid-sysroot.exp: New file.
9264
b8d38ee4
JK
92652016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
9266
9267 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
9268
f90fd8c2
JK
92692016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9270
9271 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
9272
2d2476aa
MR
92732016-10-19 Maciej W. Rozycki <macro@imgtec.com>
9274
2806dc7e
PA
9275 * gdb.base/killed-outside.exp: Remove $options from a call to
9276 `prepare_for_testing'.
2d2476aa 9277
e42b25a0
SM
92782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9279
9280 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9281 Change test message.
9282
3ccdb432
SM
92832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9284
9285 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
9286 Update comment.
9287
5bad3170
SM
92882016-10-17 Simon Marchi <simon.marchi@ericsson.com>
9289
9290 * gdb.trace/mi-trace-save.exp: New file.
9291
5ad9dba7
YQ
92922016-10-13 Yao Qi <yao.qi@linaro.org>
9293
9294 * gdb.base/code_elim.exp (get_var_address): Remove.
9295 * gdb.base/relocate.exp: Likewise.
9296 * gdb.base/shreloc.exp: Likewise.
9297 * lib/gdb.exp (get_var_address): New.
9298
62df7e21
YQ
92992016-10-13 Yao Qi <yao.qi@linaro.org>
9300
9301 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
9302 floating point tests if $skip_float_test is false.
9303
4dac951e
LM
93042016-10-12 Luis Machado <lgustavo@codesourcery.com>
9305
9306 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
9307 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
9308 argc values.
9309 Add 1 to argc so we guarantee distinct initial/modified argc values.
9310
8f1a8fc4
JK
93112016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9312
9313 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
9314
16c85b5d
JK
93152016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9316
9317 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
9318 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
9319 * gdb.arch/vsx-regs.exp: Likewise.
9320
1d0e042a
YQ
93212016-10-07 Yao Qi <yao.qi@linaro.org>
9322
9323 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
9324
68dadef5
MM
93252016-10-07 Markus Metzger <markus.t.metzger@intel.com>
9326
9327 * gdb.python/python.exp: Test decode_line("*0").
9328
33fa2c6e
DE
93292016-10-06 Doug Evans <dje@google.com>
9330
9331 * gdb.python/py-value.exp (test_value_creation): Add test for large
9332 unsigned 64-bit value.
9333
9c37b5ae
TT
93342016-10-06 Tom Tromey <tom@tromey.com>
9335
9336 * gdb.compile/compile.exp: Change java tests to rust.
9337 * gdb.base/setshow.exp: Change java tests to rust.
9338 * gdb.base/default.exp: Remove java from language list.
9339 * README (Examples): Update language example.
9340 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
9341 test.
9342 * lib/gdb.exp (skip_java_tests): Remove.
9343 * lib/java.exp: Remove.
9344 * gdb.java: Remove.
9345
78b86327
MR
93462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9347
9348 * gdb.arch/mips-fcr.exp: New test.
9349 * gdb.arch/mips-fcr.c: Source for the new test.
9350
7470adbb
MR
93512016-10-06 Maciej W. Rozycki <macro@imgtec.com>
9352
9353 * gdb.base/solib-disc.exp: Use `standard_output_file'
9354 throughout.
9355
4a556533
PA
93562016-10-06 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.base/jit-simple-dl.c: New file.
9359 * gdb.base/jit-simple-jit.c: New file, factored out from ...
9360 * gdb.base/jit-simple.c: ... this.
9361 * gdb.base/jit-simple.exp (jit_run): Delete.
9362 (build_jit): New proc.
9363 (jit_test_reread): Recompile either the main program or the shared
9364 library, depending on what is being tested. Skip changing address
9365 if caller wants to. Compare before/after addresses. If testing
9366 standalone, explicitly load the binary. Test "maint info
9367 breakpoints".
9368 (top level): Add "standalone vs shared lib" and "change address"
9369 vs "same address" axes.
9370
5a122fbc
PA
93712016-10-06 Pedro Alves <palves@redhat.com>
9372
9373 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
9374 call.
9375 (jit_run): Delete.
9376 (jit_test_reread): Use with_test_prefix. Reload the main binary
9377 explicitly. Compare the before/after addresses of the JIT
9378 descriptor.
9379
ee8da4b8
DE
93802016-08-15 Doug Evans <dje@google.com>
9381
9382 * gdb.xml/extra-regs.xml: Update, end field now required, default type
9383 for single bitfields is bool.
9384 * gdb.xml/tdesc-regs.exp: Ditto.
9385
f389f6fe
JK
93862016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
9389
fdebf1a4
YQ
93902016-10-05 Yao Qi <yao.qi@linaro.org>
9391
9392 * lib/gdb.exp (support_complex_tests): Return zero if
9393 gdb_skip_float_test return true.
9394
9c36d954 93952016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9396 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
9397
9398 PR gdb/20487
9399 * gdb.mi/user-selected-context-sync.exp: New file.
9400 * gdb.mi/user-selected-context-sync.c: New file.
9401
4034d0ff 94022016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 9403 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
9404
9405 PR gdb/20487
9406 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
9407 =thread-select-event check.
9408
a4297203
PB
94092016-09-29 Peter Bergner <bergner@vnet.ibm.com>
9410
9411 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
9412 the compulsory L operand changes.
9413 * gdb.arch/powerpc-power.s: Likewise.
9414
bb805577
JK
94152016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9416
9417 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
9418 * gdb.base/jit-attach-pie.c: New file.
9419 * gdb.base/jit-attach-pie.exp: New file.
9420
6d61dee5
PA
94212016-09-28 Pedro Alves <palves@redhat.com>
9422
9423 * gdb.base/infcall-input.c: New file.
9424 * gdb.base/infcall-input.exp: New file.
9425
f73842fc
YQ
94262016-09-22 Yao Qi <yao.qi@linaro.org>
9427
9428 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
9429 (gdb_exit): Rename it to ...
9430 (gdbserver_gdb_exit): ... Close GDBserver.
9431 (gdb_exit): New proc, call gdbserver_gdb_exit.
9432 (mi_gdb_exit): Likewise.
9433
90681dab
YQ
94342016-09-22 Yao Qi <yao.qi@linaro.org>
9435
9436 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
9437 path.
9438 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
9439 Remove duplication.
9440
9c211fd8
YQ
94412016-09-22 Yao Qi <yao.qi@linaro.org>
9442
9443 * lib/gdbserver-support.exp: Check the existence of
9444 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
9445
ad0a504f
AK
94462016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
9447
9448 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
9449
36cf1806
TT
94502016-09-21 Tom Tromey <tom@tromey.com>
9451
9452 PR gdb/20604:
9453 * gdb.base/quit.exp: New file.
9454
74172ecf
SM
94552016-09-21 Simon Marchi <simon.marchi@ericsson.com>
9456
9457 * .gitignore: New file.
9458
3d0ec882
MR
94592016-09-21 Maciej W. Rozycki <macro@imgtec.com>
9460
9461 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
9462 throughout.
9463
8193adea
AA
94642016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9465
9466 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
9467
d41a5c09
JK
94682016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9469
9470 * gdb.cp/casts.cc (decltype): Move it ...
9471 (main): ... with its call to ...
9472 * gdb.cp/casts03.cc: ... a new file.
9473 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
9474
d2dfe700
JK
94752016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9476
9477 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
9478
e2a92b16
PB
94792016-09-15 Peter Bergner <bergner@vnet.ibm.com>
9480
9481 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
9482 and sync up the test with tests in gas/testsuite/gas/ppc.
9483 * gdb.arch/powerpc-power.exp: Likewise.
9484
49b4de64
JK
94852016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9486
9487 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
9488
2c29df25
SDJ
94892016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
9490 Jan Kratochvil <jan.kratochvil@redhat.com>
9491
9492 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
9493 make m1's definition to be different from m2's. Use 'dummy' as an
9494 argument for probe 'two'.
9495
cc3c2846
JB
94962016-09-10 Jon Beniston <jon@beniston.com>
9497
9498 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
9499 for sim target.
9500
e1b2624a
AA
95012016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
9502
9503 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
9504 variable declaration.
9505 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
9506 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
9507 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
9508 received HWCAP as its argument.
9509
4295e285
PA
95102016-09-06 Pedro Alves <palves@redhat.com>
9511
9512 * gdb.base/new-ui-pending-input.c: New file.
9513 * gdb.base/new-ui-pending-input.exp: New file.
9514 * gdb.exp (clear_gdb_spawn_id): New procedure.
9515 (with_spawn_id): Check whether gdb_spawn_id exists before
9516 referencing it. If gdb_spawn_id didn't exist on entry, clear it
9517 on exit.
9518
00d5215e
UW
95192016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9520
9521 * gdb.base/float128.c: New file.
9522 * gdb.base/float128.exp: Likewise.
9523 * gdb.base/floatn.c: Likewise.
9524 * gdb.base/floatn.exp: Likewise.
9525
a9ff5f12
UW
95262016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
9527
9528 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
9529
f245535c
PA
95302016-09-05 Pedro Alves <palves@redhat.com>
9531
9532 PR backtrace/19927
9533 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
9534 unwinders are immediately called as side effect of "source" or
9535 "disable unwinder" commands.
9536 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
9537
ae9cf263
YQ
95382016-09-02 Yao Qi <yao.qi@linaro.org>
9539
9540 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
9541 is true and $type is "float" or "double".
9542
27aba047
YQ
95432016-09-02 Yao Qi <yao.qi@linaro.org>
9544
9545 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
9546 true.
9547 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
9548 * gdb.base/call-rt-st.exp: Likewise.
9549 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
9550 return value instead of gdb,skip_float_test.
9551 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
9552 (do_function_calls): Use its return value instead of
9553 gdb,skip_float_test.
9554 * gdb.base/finish.exp: Likewise.
9555 * gdb.base/funcargs.exp: Likewise.
9556 * gdb.base/return.exp: Likewise.
9557 * gdb.base/return2.exp: Likewise.
9558 * gdb.base/varargs.exp: Likewise.
9559 * lib/gdb.exp (gdb_skip_float_test): Change it to
9560 gdb_caching_proc. Detect the broken ptrace on arm-linux.
9561
5af962df
AA
95622016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9563
9564 * gdb.multi/tids.exp: Test "thread apply all".
9565
7fac6910
JK
95662016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9567
9568 * gdb.base/default.exp (tty): Remove.
9569
bb1fe4ac
KB
95702016-08-24 Kevin Buettner <kevinb@redhat.com>
9571
2806dc7e
PA
9572 * gdb.python/py-recurse-unwind.c: New file.
9573 * gdb.python/py-recurse-unwind.py: New file.
9574 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 9575
0a1ddfa6
SM
95762016-08-24 Simon Marchi <simon.marchi@ericsson.com>
9577
9578 * gdb.base/set-inferior-tty.exp: New file.
9579 * gdb.base/set-inferior-tty.c: New file.
9580
d9de1fe3
PA
95812016-08-23 Pedro Alves <palves@redhat.com>
9582
9583 PR gdb/20494
9584 * gdb.base/new-ui-echo.c: New file.
9585 * gdb.base/new-ui-echo.exp: New file.
9586
e9d9abd7
YQ
95872016-08-23 Yao Qi <yao.qi@linaro.org>
9588
9589 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
9590 gdbserver_spawn.
9591 * gdb.server/connect-without-multi-process.exp (do_test):
9592 Likewise.
9593
3589529e
YQ
95942016-08-23 Yao Qi <yao.qi@linaro.org>
9595
9596 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
9597 standalone_txt. Delete gdb_txt and standalone_txt on host
9598 and target. Spawn the binary on target. Copy files from
9599 target to host.
9600
6bb90213
PA
96012016-08-22 Pedro Alves <palves@redhat.com>
9602
9603 PR gdb/20505
9604 * gdb.base/vdso-warning.exp: Test core dumps too. Use
9605 with_test_prefix. Factor out bits to ...
9606 (test_no_vdso): ... this new procedure.
9607
20c2c024
CL
96082016-08-19 Carl Love <cel@us.ibm.com>
9609
9610 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
9611 maintaining separate logic for constructing the output path.
9612 * gdb.arch/powerpc-d128-regs.exp: Likewise.
9613 * gdb.arch/ppc-dfp.exp: Likewise.
9614 * gdb.arch/ppc-fp.exp: Likewise.
9615 * gdb.arch/vsx-regs.exp: Likewise.
9616 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
9617 binprefix for generating the additional binary files.
9618
0646e07d
PA
96192016-08-19 Pedro Alves <palves@redhat.com>
9620
9621 * gdb.trace/mi-trace-frame-collected.exp
9622 (test_trace_frame_collected): On x32, expect two registers.
9623
46da9242
CL
96242016-08-18 Carl Love <cel@us.ibm.com>
9625
9626 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
9627 and sync up the test with tests in gas/testsuite/gas/ppc.
9628 * gdb.arch/powerpc-power.exp: Likewise.
9629
eb2332d7
SM
96302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
9633 expected error message.
9634
63c61e04
SM
96352016-08-17 Simon Marchi <simon.marchi@ericsson.com>
9636
9637 * gdb.multi/remove-inferiors.exp: New file.
9638 * gdb.multi/remove-inferiors.c: New file.
9639
7b17065f
YQ
96402016-08-12 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
9643 argument list.
9644
01d3dedf
PA
96452016-08-10 Pedro Alves <palves@redhat.com>
9646
9647 PR gdb/19187
9648 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
9649 setup_kfails.
9650
3eb7562a
PA
96512016-08-09 Pedro Alves <palves@redhat.com>
9652 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 PR gdb/20418
9655 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
9656 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
9657
80614914
PA
96582016-08-09 Pedro Alves <palves@redhat.com>
9659
9660 PR mi/20431
9661 * gdb.mi/mi-cmd-error.exp: New file.
9662
f348d89a
PA
96632016-08-09 Pedro Alves <palves@redhat.com>
9664
9665 PR gdb/18653
9666 * gdb.base/signals-state-child.c: New file.
9667 * gdb.base/signals-state-child.exp: New file.
9668 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
9669
e5ca03b4
PA
96702016-08-09 Pedro Alves <palves@redhat.com>
9671
9672 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
9673
282a0691
TT
96742016-08-03 Tom Tromey <tom@tromey.com>
9675
9676 PR python/18565:
9677 * gdb.python/py-frame-inline.exp: Add Frame.function test.
9678
41bfcd63
YQ
96792016-08-01 Yao Qi <yao.qi@linaro.org>
9680
9681 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
9682 variable mode to "multi-process" if $multi_process is 1, otherwise
9683 set it to "single-process".
9684
e3465b24
YQ
96852016-08-01 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
9688 * gdb.cp/cpexprs.exp: Likewise.
9689 * gdb.cp/m-static.exp: Likewise.
9690
0b31a4bc
TT
96912016-07-26 Tom Tromey <tom@tromey.com>
9692
9693 PR python/20190:
9694 * gdb.threads/tls.exp (check_thread_local): Add python symbol
9695 test.
9696
e0461dbb
MM
96972016-07-26 Markus Metzger <markus.t.metzger@intel.com>
9698
9699 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
9700 selecting assembly source files.
9701 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
9702 assembly source files.
9703 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
9704 assembly source files.
9705 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
9706 selecting assembly source files.
9707
8194e927
SM
97082016-07-25 Simon Marchi <simon.marchi@ericsson.com>
9709
9710 * gdb.base/new-ui.exp (do_test_invalid_args): New
9711 procedure.
9712
c0272db5
TW
97132016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
9714
9715 * gdb.btrace/reconnect.c: New file.
9716 * gdb.btrace/reconnect.exp: New file.
9717
e3487908
GKB
97182016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
9719
9720 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
9721 to test_catch_syscall_group.
9722 (test_catch_syscall_group): New.
9723
12df5c00
TT
97242016-07-21 Tom Tromey <tom@tromey.com>
9725
9726 * gdb.rust/simple.rs (main): Use empty struct expression.
9727 * gdb.rust/simple.exp: Add tests for empty struct expression.
9728
bae62ee2
YQ
97292016-07-21 Yao Qi <yao.qi@linaro.org>
9730
9731 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
9732 if gdb_skip_xml_test is true on some targets.
9733
b1b53fb3
YQ
97342016-07-21 Yao Qi <yao.qi@linaro.org>
9735
9736 * gdb.server/solib-list.exp: Unset last_loaded_file.
9737
027d97f8
JK
97382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9739
9740 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
9741 "step into captured_main (args)".
9742
7674d381
JK
97432016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9744
9745 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
9746
72b5d099
JK
97472016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9748
9749 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
9750
1f960ced
PA
97512016-07-19 Pedro Alves <palves@redhat.com>
9752
9753 * gdb.opt/inline-break.exp: Remove optimize=-O2.
9754 * gdb.opt/inline-bt.exp: Likewise.
9755 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
9756 additional_flags=-Winline.
9757 * gdb.opt/inline-locals.exp: Likewise.
9758 * gdb.opt/inline-markers.c (ATTR): Define.
9759 (inlined_fn): Use it.
9760
f25827c1
YQ
97612016-07-19 Yao Qi <yao.qi@linaro.org>
9762
9763 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
9764 (test_with_self): Remove some code. Remove argument executable.
9765 (top-level): Use do_self_tests.
9766
37539ebe
DB
97672016-07-15 Zachary Welch <zwelch@codesourcery.com>
9768 Don Breazeal <donb@codesourcery.com>
9769
9770 * gdb.base/maint.exp: Escape paths used in regular expressions.
9771 * gdb.stabs/weird.exp: Likewise.
9772
dac790e1
TT
97732016-07-13 Tom Tromey <tom@tromey.com>
9774
9775 PR python/15620, PR python/18620:
9776 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
9777 (test_bkpt_events): New procs.
9778
93daf339
TT
97792016-07-13 Tom Tromey <tom@tromey.com>
9780
9781 PR python/17698:
9782 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
9783 test.
9784 (test_watchpoints): Likewise.
9785 (test_bkpt_pending): New proc.
9786
6571a381
TT
97872016-07-13 Tom Tromey <tom@tromey.com>
9788
9789 PR cli/18053:
9790 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
9791 completion test.
9792
e8732474
JK
97932016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9794
9795 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
9796 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
9797 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
9798 f_label.
9799 (g): Rename g_end_lbl to g_label.
9800 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
9801 low_pc and high_pc.
9802 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
9803
e0f3fd7c
TT
98042016-07-12 Tom Tromey <tom@tromey.com>
9805
9806 PR python/19293:
9807 * gdb.python/py-unwind-maint.exp: Update tests.
9808
3cfe46b6
YQ
98092016-07-12 Yao Qi <yao.qi@linaro.org>
9810
9811 * lib/selftest-support.exp (selftest_setup): Match the output
9812 when captured_main is inlined.
9813
4f19a0e6
WT
98142016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9815
9816 * gdb.fortran/derived-types.exp (result_line, result_line_2):
9817 New variables.
9818 (print this%a, print this%b, print this): New tests.
9819 * gdb.fortran/derived-types.f90 (this): New object and
9820 initialization.
9821
986cf455
SM
98222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9823
9824 * gdb.ada/arraydim.exp: Remove extra directory level in build
9825 directory.
9826
f0464b23
SM
98272016-07-06 Simon Marchi <simon.marchi@ericsson.com>
9828
9829 * lib/ada.exp: Remove extra directory level in build directory.
9830 * gdb.ada/cond_lang.exp: Likewise.
9831 * gdb.ada/exec_changed.exp: Likewise.
9832 * gdb.ada/lang_switch.exp: Likewise.
9833
42d94011
MG
98342016-07-06 Manish Goregaokar <manish@mozilla.com>
9835
2806dc7e
PA
9836 * simple.rs: Add test for raw pointer subscripting.
9837 * simple.exp: Add test expectations.
42d94011 9838
647c264c
YQ
98392016-07-05 Yao Qi <yao.qi@linaro.org>
9840
9841 * gdb.mi/mi-reverse.exp: Match =record-started output.
9842
20aa2c60
PA
98432016-07-01 Pedro Alves <palves@redhat.com>
9844
9845 * gdb.base/jit-reader.exp (info_registers_current_frame): New
9846 procedure.
9847 (jit_reader_test): Test the jit reader's unwinder.
9848 * gdb.base/jithost.c (jit_function_00_code): New global.
9849 (main): Use memcpy to fill in the mmapped code, instead of poking
9850 bytes manually here.
9851 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
9852 value.
9853 (read_debug_info): Save the function's range.
9854 (read_sp): New function.
9855 (unwind_frame): Use it. Also unwind RBP.
9856 (get_frame_id): Use read_sp.
9857 (gdb_init_reader): Use calloc instead of malloc.
9858 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
9859 parameter. Use gdb_test_multiple.
9860
ced2dffb
PA
98612016-07-01 Pedro Alves <palves@redhat.com>
9862 Antoine Tremblay <antoine.tremblay@ericsson.com>
9863
9864 * gdb.threads/process-dies-while-detaching.c: New file.
9865 * gdb.threads/process-dies-while-detaching.exp: New file.
9866
63000888
PA
98672016-07-01 Pedro Alves <palves@redhat.com>
9868
9869 * gdb.multi/watchpoint-multi-exit.c: New file.
9870 * gdb.multi/watchpoint-multi-exit.exp: New file.
9871
038d4868
PA
98722016-06-30 Pedro Alves <palves@redhat.com>
9873
9874 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
9875 unset inferior_spawn_id.
9876
994e9c83
PA
98772016-06-30 Pedro Alves <palves@redhat.com>
9878
9879 * lib/mi-support.exp (default_mi_gdb_start): Declare global
9880 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
9881
e5653468
YQ
98822016-06-29 Yao Qi <yao.qi@linaro.org>
9883
9884 * gdb.base/return.c: Add copyright header.
9885
803b47e5
TT
98862016-06-29 Tom Tromey <tom@tromey.com>
9887
9888 PR python/20129:
9889 * gdb.python/py-framefilter.exp: Add tests for setting priority
9890 and disabling of non-existent frame filter.
9891
28244707
YQ
98922016-06-29 Yao Qi <yao.qi@linaro.org>
9893
9894 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
9895 0x0f07ff.
9896
a31d2f06
YQ
98972016-06-28 Yao Qi <yao.qi@linaro.org>
9898
9899 * gdb.base/catch-syscall.exp: Remove check on isnative and target
9900 triplets. Start gdb, execute catch syscall, and continue. Check
9901 gdb's output to determine catch syscall is supported.
9902
921d8f54
MG
99032016-06-27 Manish Goregaokar <manish@mozilla.com>
9904
25d49b86
PA
9905 * gdb.rust/simple.rs: Add test for returning unit in a function.
9906 * gdb.rust/simple.exp: Add expectation for functions returning
9907 unit.
921d8f54 9908
f4952523
PMR
99092016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
9910
9911 * gdb.python/py-breakpoint-create-fail.c,
9912 gdb.python/py-breakpoint-create-fail.exp,
9913 gdb.python/py-breakpoint-create-fail.py: New testcase.
9914
fccb08f8
MG
99152016-06-25 Manish Goregaokar <manish@mozilla.com>
9916
9917 PR gdb/20239
9918 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
9919 * gdb.rust/simple.exp: Add test expectations for new NonZero
9920 tests.
fccb08f8 9921
6b850546
DT
99222016-06-24 David Taylor <dtaylor@emc.com>
9923
9924 * gdb.base/offsets.exp: New file.
9925 * gdb.base/offsets.c: New file.
9926
17621150
TT
99272016-06-23 Tom Tromey <tom@tromey.com>
9928
9929 PR gdb/16483:
9930 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
9931 before any filters are loaded.
9932
04d59df6
WT
99332016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
9934
9935 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
9936 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
9937 structs.
9938 * gdb.fortran/derived-type-function.exp: New file.
9939 * gdb.fortran/derived-type-function.f90: New file.
9940
9941
ac69f786
PA
99422016-06-21 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.base/new-ui.exp: New file.
9945 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
9946 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
9947 (with_spawn_id): New procedure.
9948
49940788
PA
99492016-06-21 Pedro Alves <palves@redhat.com>
9950
9951 * gdb.mi/mi-exec-run.exp: New file.
9952
ef274d26
PA
99532016-06-21 Pedro Alves <palves@redhat.com>
9954
9955 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
9956 breakpoint command's output on the main UI.
9957 (test_break): New procedure, factored out from calls in the top
9958 level.
9959 (top level): Use foreach_with_prefix to test MI as main UI and as
9960 separate UI.
9961
468afe6c
PA
99622016-06-21 Pedro Alves <palves@redhat.com>
9963
9964 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
9965 (test_awatch_creation_and_listing)
9966 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
9967 Remove 'type' parameter.
9968 (test_watchpoint_all): New parameter mi_mode. Remove
9969 with_test_prefix.
9970 (top level): Use foreach_with_prefix, and add main/separate UI MI
9971 testing axis.
9972
51f77c37
PA
99732016-06-21 Pedro Alves <palves@redhat.com>
9974
9975 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
9976 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
9977 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
9978 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
9979 (gdb_main_spawn_id, mi_spawn_id): Declare and
9980 comment.
9981 (mi_create_inferior_pty): New procedure,
9982 factored out from default_mi_gdb_start.
9983 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
9984 procedures.
9985 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
9986 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
9987 Use mi_create_inferior_pty.
9988 (mi_gdb_start): Use eval to pass down args list.
9989
8980e177
PA
99902016-06-21 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
9993 * gdb.opt/inline-cmds.exp: Add MI tests.
9994
f38d3ad1
PA
99952016-06-21 Pedro Alves <palves@redhat.com>
9996
9997 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
9998
45db7c09
PA
99992016-06-21 Pedro Alves <palves@redhat.com>
10000
10001 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
10002 (top level): Use it instead of mi_execute_to.
10003
5a069ab3
PA
100042016-06-21 Pedro Alves <palves@redhat.com>
10005
10006 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
10007 (cont_handler_str): New.
10008 (signal_stop_handler): Set stop_handler_str instead of printing to
10009 stdout.
10010 (continue_handler): Set cont_handler_str instead of printing to
10011 stdout.
10012 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
10013 mi_send_resuming_command. Print stop_handler_str and
10014 cont_handler_str instead of expecting the python events print
10015 directly.
10016
2838cc1d
SD
100172016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
10018
10019 * gdb.base/jit-reader.exp: New file.
10020 * gdb.base/jithost.c: New file.
10021 * gdb.base/jithost.h: New file.
10022 * gdb.base/jitreader.c : New file.
10023 * gdb.base/jit-protocol.h: New file.
10024
21a77091
YQ
100252016-06-17 Yao Qi <yao.qi@linaro.org>
10026
10027 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
10028 parameters follow_fork and detach_on_fork. Set follow-fork-mode
10029 and detach-on-fork. Adjust tests.
10030 (top level): Invoke break_cond_on_syscall with combinations of
10031 syscall, follow-fork-mode and detach-on-fork.
10032
f50bf8e5
YQ
100332016-06-17 Yao Qi <yao.qi@linaro.org>
10034
10035 * gdb.base/step-over-exit.c: New.
10036 * gdb.base/step-over-exit.exp: New.
10037
a28d8e50
YTL
100382016-06-17 Yan-Ting Lin <currygt52@gmail.com>
10039
10040 * gdb.base/float.exp: Add target check for nds32*-*-*.
10041 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
10042
cad8e26d
AB
100432016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
10044
10045 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
10046 for unsupported target features.
10047 * gdb.base/call-rt-st.exp: Likewise.
10048 * gdb.base/call-sc.exp: Likewise.
10049 * gdb.base/call-signal-resume.exp: Likewise.
10050 * gdb.base/call-strs.exp: Likewise.
10051 * gdb.base/callexit.exp: Likewise.
10052 * gdb.base/callfuncs.exp: Likewise.
10053 * gdb.base/nodebug.exp: Likewise.
10054 * gdb.base/printcmds.exp: Likewise.
10055 * gdb.base/ptype.exp: Likewise.
10056 * gdb.base/structs.exp: Likewise.
10057 * gdb.base/unwindonsignal.exp: Likewise.
10058 * gdb.cp/gdb2495.exp: Likewise.
10059 * gdb.cp/templates.exp: Likewise.
10060 * gdb.cp/virtfunc.exp: Likewise.
10061 * gdb.threads/hand-call-in-threads.exp: Likewise.
10062 * gdb.threads/interrupted-hand-call.exp: Likewise.
10063 * gdb.threads/thread-unwindonsignal.exp: Likewise.
10064
347dc102
TT
100652016-06-10 Tom Tromey <tom@tromey.com>
10066
10067 PR rust/20110:
10068 * gdb.rust/expr.exp: Add test for integer constant larger than
10069 i32.
10070
5e13cf25
BH
100712016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
10072
10073 * gdb.fortran/nested-funcs.exp: New.
10074 * gdb.fortran/nested-funcs.f90: New.
10075
bb556f1f
TK
100762016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
10077
10078 * gdb.base/examine-backward.c: New file.
10079 * gdb.base/examine-backward.exp: New file.
10080
38b022b4
SM
100812016-06-06 Simon Marchi <simon.marchi@ericsson.com>
10082
10083 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
10084 matching.
10085
1b40ec05
TT
100862016-06-02 Tom Tromey <tom@tromey.com>
10087
10088 PR python/18984:
10089 * gdb.python/py-shared.exp: Add solib_name test.
10090
193bd378
SM
100912016-06-02 Simon Marchi <simon.marchi@ericsson.com>
10092
10093 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
10094
3326303b
MG
100952016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
10096
10097 PR c++/19893
10098 * gdb.dwarf2/implref.exp: Rename to...
10099 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
10100 * gdb.dwarf2/implref-array.c: New file.
10101 * gdb.dwarf2/implref-array.exp: Likewise.
10102 * gdb.dwarf2/implref-global.c: Likewise.
10103 * gdb.dwarf2/implref-global.exp: Likewise.
10104 * gdb.dwarf2/implref-struct.c: Likewise.
10105 * gdb.dwarf2/implref-struct.exp: Likewise.
10106
825c8ef2
AT
101072016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10108
10109 * gdb.trace/trace-condition.exp: Add 64bit tests.
10110
2320162a
AT
101112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10112
10113 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
10114 bits types.
10115 (main): Adapt to 8 to 64 bits types.
10116 * gdb.trace/trace-condition.exp: Add new tests.
10117
a7818233
AT
101182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10119
10120 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
10121
0d336466
AT
101222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10123
10124 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
10125 Move condition tests...
10126 * gdb.trace/trace-condition.exp: Here.
10127
7faeb45a
AT
101282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
10129
10130 * gdb.trace/trace-condition.exp: Add counter-case tests.
10131
e385593e
JK
101322016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
10133
10134 PR c++/15231
10135 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
10136 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
10137
744608cc
PA
101382016-05-27 Pedro Alves <palves@redhat.com>
10139
10140 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10141 New procedure.
10142 (top level): Call it, and bail out of DejaGnu is known to be bad.
10143
ac775bf4
AB
101442016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
10145
10146 * gdb.base/whatis.c: Extend the test case.
10147 * gdb.base/whatis.exp: Add additional tests.
10148
2bbad2ea
BH
101492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10150
10151* gdb.fortran/type.f90: Add pointer variable.
10152* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
10153
8b70175d
BH
101542016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10155
10156 * gdb.fortran/vla-type.exp: Fix testcase name.
10157
86d8a848
BH
101582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10159
10160 * gdb.fortran/vla-type.exp: Access elements in nested structs.
10161
e188eb36
BH
101622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10163
10164 * gdb.fortran/type.f90: Add nested structures.
10165 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
10166 * gdb.fortran/derived-type.exp: Adapt expected output.
10167 * gdb.fortran/vla-type.exp: Adapt expected output.
10168
9b2db1fd
BH
101692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10170
10171 * gdb.fortran/whatis_type.exp: Adapt expected output.
10172
72b17055
BH
101732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10174
10175 * gdb.fortran/print_type.exp: Fix expected output.
10176 * gdb.fortran/whatis_type.exp: Fix expected output.
10177
3cd81d8d
BH
101782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
10179
10180 * gdb.fortran/whatis_type.exp: Use multi_line.
10181
ddae9462
TT
101822016-05-24 Tom Tromey <tom@tromey.com>
10183
10184 PR python/17386:
10185 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
10186 use value as an index.
10187
1957f6b8
TT
101882016-05-23 Tom Tromey <tom@tromey.com>
10189
10190 PR python/17981:
10191 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
10192 no-breakpoint case.
10193
026a9174
PA
101942016-05-24 Pedro Alves <palves@redhat.com>
10195
10196 PR gdb/19828
10197 * gdb.threads/clone-attach-detach.c: New file.
10198 * gdb.threads/clone-attach-detach.exp: New file.
10199
e70a7231
FR
102002016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
10201
10202 * gdb.base/annota-input-while-running.exp: Fix syntax error.
10203
0f6ed0e0
TT
102042016-05-23 Tom Tromey <tom@tromey.com>
10205
10206 PR python/19438, PR python/18393:
10207 * gdb.python/py-progspace.exp: Add "dir" test.
10208 * gdb.python/py-objfile.exp: Add "dir" test.
10209
ffd19d61
YQ
102102016-05-23 Yao Qi <yao.qi@linaro.org>
10211
10212 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
10213 * gdb.arch/thumb2-it.exp: Likewise.
10214
9e8f9b05
SM
102152016-05-18 Simon Marchi <simon.marchi@ericsson.com>
10216
10217 * gdb.mi/mi-threads-interrupt.c: New file.
10218 * gdb.mi/mi-threads-interrupt.exp: New file.
10219
61c6156d
SM
102202016-05-17 Simon Marchi <simon.marchi@ericsson.com>
10221
10222 PR gdb/18077
10223 * gdb.mi/mi-async-run.exp: New file.
10224 * gdb.mi/mi-async-run.c: New file.
10225
67218854
TT
102262016-05-17 Tom Tromey <tom@tromey.com>
10227 Manish Goregaokar <manishsmail@gmail.com>
10228
10229 * lib/rust-support.exp: New file.
10230 * lib/gdb.exp (skip_rust_tests): New proc.
10231 (build_executable_from_specs): Handle rust.
10232 * lib/future.exp (gdb_find_rustc): New proc.
10233 (gdb_default_target_compile): Handle rust.
10234 * gdb.rust/expr.exp: New file.
10235 * gdb.rust/generics.exp: New file.
10236 * gdb.rust/generics.rs: New file.
10237 * gdb.rust/methods.exp: New file.
10238 * gdb.rust/methods.rs: New file.
10239 * gdb.rust/modules.exp: New file.
10240 * gdb.rust/modules.rs: New file.
10241 * gdb.rust/simple.exp: New file.
10242 * gdb.rust/simple.rs: New file.
10243
c44af4eb
TT
102442016-05-17 Tom Tromey <tom@tromey.com>
10245
10246 * gdb.base/default.exp (set language): Add rust.
10247
dcd1f979
TT
102482016-05-17 Tom Tromey <tom@tromey.com>
10249
10250 * gdb.gdb/unittest.exp: New file.
10251
155b7f57
YQ
102522016-05-16 Yao Qi <yao.qi@linaro.org>
10253
10254 * gdb.base/batch-preserve-term-settings.exp: Remove variable
10255 shell_prompt. Update shell_prompt_re.
10256
8ddd5a6c
DE
102572016-05-12 Doug Evans <dje@google.com>
10258
10259 PR symtab/19999
10260 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
10261 $options when building executable.
10262 * gdb.dwarf2/fission-loclists-pie.S: New file.
10263 * gdb.dwarf2/fission-loclists-pie.exp: New file.
10264
02e370d9
SM
102652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10266
10267 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
10268 of [is_remote target],
10269
8929ad8b
SM
102702016-05-04 Simon Marchi <simon.marchi@ericsson.com>
10271
10272 * lib/gdb.exp (use_gdb_stub): New procedure.
10273
6c447423
DE
102742016-05-03 Yunlian Jiang <yunlian@google.com>
10275 Doug Evans <dje@google.com>
10276
10277 PR symtab/19914
10278 * gdb.dwarf2/dwp-sepdebug.c: New file.
10279 * gdb.dwarf2/dwp-sepdebug.exp: New file.
10280
444e826c
SM
102812016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10282
10283 * gdb.base/detach.exp: Remove is_remote check.
10284
740feeaa
SM
102852016-05-02 Simon Marchi <simon.marchi@ericsson.com>
10286
10287 * gdb.base/annota-input-while-running.exp: Don't check for
10288 [is_remote target]. Enable annotations after running to main.
10289 Remove unused "set test..." line.
10290
9080ac9d
SM
102912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10292
10293 * gdb.trace/trace-enable-disable.exp: New file.
10294 * gdb.trace/trace-enable-disable.c: New file.
10295
952ebca5
SM
102962016-04-28 Simon Marchi <simon.marchi@ericsson.com>
10297
10298 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
10299 use it in info sharedlibrary test.
10300 * gdb.trace/ftrace-lock.exp: Likewise.
10301 * gdb.trace/ftrace.exp: Likewise.
10302 * gdb.trace/range-stepping.exp: Likewise.
10303 * gdb.trace/trace-break.exp: Likewise.
10304 * gdb.trace/trace-condition.exp: Likewise.
10305 * gdb.trace/trace-mt.exp: Likewise.
10306
d9019901
SM
103072016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10308
10309 * lib/gdb.exp (gdb_load_shlibs): Rename to...
10310 (gdb_load_shlib): ... this.
10311 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
10312 gdb_load_shlib.
10313 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
10314 * gdb.base/ctxobj.exp: Likewise.
10315 * gdb.base/dprintf-pending.exp: Likewise.
10316 * gdb.base/dso2dso.exp: Likewise.
10317 * gdb.base/fixsection.exp: Likewise.
10318 * gdb.base/gcore-relro.exp: Likewise.
10319 * gdb.base/gdb1555.exp: Likewise.
10320 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10321 * gdb.base/gnu-ifunc.exp: Likewise.
10322 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
10323 * gdb.base/jit-so.exp (one_jit_test): Likewise.
10324 * gdb.base/pending.exp: Likewise.
10325 * gdb.base/print-file-var.exp: Likewise.
10326 * gdb.base/print-symbol-loading.exp: Likewise.
10327 * gdb.base/shlib-call.exp: Likewise.
10328 * gdb.base/shreloc.exp: Likewise.
10329 * gdb.base/so-impl-ld.exp: Likewise.
10330 * gdb.base/solib-disc.exp: Likewise.
10331 * gdb.base/solib-nodir.exp: Likewise.
10332 * gdb.base/solib-overlap.exp: Likewise.
10333 * gdb.base/solib-symbol.exp: Likewise.
10334 * gdb.base/solib-weak.exp (do_test): Likewise.
10335 * gdb.base/sym-file.exp: Likewise.
10336 * gdb.base/symtab-search-order.exp: Likewise.
10337 * gdb.base/type-opaque.exp: Likewise.
10338 * gdb.base/unload.exp: Likewise.
10339 * gdb.base/watchpoint-solib.exp: Likewise.
10340 * gdb.compile/compile.exp: Likewise.
10341 * gdb.cp/gdb2384.exp: Likewise.
10342 * gdb.cp/infcall-dlopen.exp: Likewise.
10343 * gdb.cp/re-set-overloaded.exp: Likewise.
10344 * gdb.fortran/library-module.exp: Likewise.
10345 * gdb.opt/solib-intra-step.exp: Likewise.
10346 * gdb.python/py-finish-breakpoint.exp: Likewise.
10347 * gdb.python/py-shared.exp: Likewise.
10348 * gdb.reverse/solib-precsave.exp: Likewise.
10349 * gdb.reverse/solib-reverse.exp: Likewise.
10350 * gdb.server/solib-list.exp: Likewise.
10351 * gdb.threads/dlopen-libpthread.exp: Likewise.
10352 * gdb.threads/tls-shared.exp: Likewise.
10353 * gdb.threads/tls-so_extern.exp: Likewise.
10354 * gdb.trace/change-loc.exp: Likewise.
10355 * gdb.trace/ftrace-lock.exp: Likewise.
10356 * gdb.trace/ftrace.exp: Likewise.
10357 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
10358 * gdb.trace/pending.exp: Likewise.
10359 * gdb.trace/range-stepping.exp: Likewise.
10360 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
10361 (strace_info_marker): Likewise.
10362 (strace_probe_marker): Likewise.
10363 (strace_trace_on_same_addr): Likewise.
10364 (strace_trace_on_diff_addr): Likewise.
10365 * gdb.trace/trace-break.exp: Likewise.
10366 * gdb.trace/trace-condition.exp: Likewise.
10367 * gdb.trace/trace-mt.exp: Likewise.
10368
fca4cfd9
SM
103692016-04-27 Simon Marchi <simon.marchi@ericsson.com>
10370
10371 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
10372 result of gdb_remote_download.
10373 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
10374 * gdb.base/dso2dso.exp: Likewise.
10375 * gdb.base/global-var-nested-by-dso.exp: Likewise.
10376 * gdb.base/print-file-var.exp: Likewise.
10377 * gdb.base/shlib-call.exp: Likewise.
10378 * gdb.base/shreloc.exp: Likewise.
10379 * gdb.base/solib-overlap.exp: Likewise.
10380 * gdb.base/solib-weak.exp (do_test): Likewise.
10381 * gdb.base/unload.exp: Likewise.
10382
11cf4ffb
YQ
103832016-04-27 Yao Qi <yao.qi@linaro.org>
10384
10385 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
10386 exists.
10387
3e2e34f8
KB
103882016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10389
10390 * vla-type.exp: Print structure from toplevel.
10391
8f07e298
BH
103922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10393
10394 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
10395 of dynamic types.
10396 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
10397 of dynamic types.
10398
9920b434
BH
103992016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
10400
10401 * gdb.fortran/vla-type.f90: New file.
10402 * gdb.fortran/vla-type.exp: New file.
10403
f3abeff5
YQ
104042016-04-25 Yao Qi <yao.qi@linaro.org>
10405
10406 * gdb.base/branch-to-self.c: New file.
10407 * gdb.base/branch-to-self.exp: New file.
10408
0a5d52f0
YQ
104092016-04-22 Yao Qi <yao.qi@linaro.org>
10410
10411 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
10412 more after $hex.
10413
495346f6
YQ
104142016-04-22 Yao Qi <yao.qi@linaro.org>
10415
10416 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
10417 * gdb.base/annota3.exp: Likewise.
10418
4a7e075c
YQ
104192016-04-22 Yao Qi <yao.qi@linaro.org>
10420
10421 * gdb.reverse/step-precsave.exp: Do one step and test program
10422 stops in "callee" and do multiple steps until program goes out
10423 of "callee".
10424 * gdb.reverse/step-reverse.exp: Likewise.
10425
5b061e98
YQ
104262016-04-22 Yao Qi <yao.qi@linaro.org>
10427
10428 * gdb.trace/signal.exp: Also pass if
10429 $tracepoint_hits($i) > $iterations.
10430
5c5dc57f
YQ
104312016-04-22 Yao Qi <yao.qi@linaro.org>
10432
10433 * gdb.trace/signal.c: New file.
10434 * gdb.trace/signal.exp: New file.
10435
a55411b9
DE
104362016-04-19 Doug Evans <xdje42@gmail.com>
10437
10438 * gdb.base/bad-file.exp: New file.
10439
a22df60a
MG
104402016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
10441
10442 * gdb.dwarf2/implref.exp: New file.
10443
0c13f7e5
BH
104442016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10445
10446 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
10447 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
10448 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
10449 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
10450 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
10451 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
10452 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
10453 * lib/fortran.exp (fortran_int4): New procedure.
10454 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
10455 (fortran_logical4): Likewise.
10456
9b9b09e9
BH
104572016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
10458
10459 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
10460
a14d1f4d
BH
104612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
10462
10463 * lib/compiler.c: Add Intel specific preprocessor macros.
10464 * lib/compiler.cc: Likewise.
25d49b86 10465
7d49b1d0
LM
104662016-04-13 Luis Machado <lgustavo@codesourcery.com>
10467
10468 * gdb.server/connect-with-no-symbol-file.c: New file.
10469 * gdb.server/connect-with-no-symbol-file.exp: New file.
10470
8392fa22
SM
104712016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10472
10473 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
10474
8c4c4aeb
SM
104752016-04-13 Simon Marchi <simon.marchi@ericsson.com>
10476
10477 * boards/gdbserver-base.exp (${board}_download): Copy source file to
10478 standard output directory.
10479
45e3745e
AT
104802016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
10481
10482 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
10483
e26b7e41
MM
104842016-04-13 Markus Metzger <markus.t.metzger@intel.com>
10485
10486 * gdb.btrace/instruction_history.c (loop): Add declaration.
10487
8ce09462
AT
104882016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10489
10490 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
10491
2e88a1ea
SM
104922016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
10493
10494 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
10495 parentheses to print.
10496 (continue_handler): Likewise.
10497
f48e22e3
SM
104982016-04-08 Simon Marchi <simon.marchi@ericsson.com>
10499
10500 * gdb.server/solib-list.exp: Remove is_remote check.
10501 Pass shlib= to gdb_compile. Don't link shared library with
10502 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
10503 Run binary filename through "readlink -f" on the target.
10504
096be756
PA
105052016-04-08 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
10508 interpreter filename as argument to gdbserver_spawn.
10509 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10510 Return empty if $last_loaded_file does not exist.
10511
06500533
JK
105122016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10513
10514 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
10515 * gdb.base/jit-main.c: Use exit after usage.
10516
2d35e871
JK
105172016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10518
10519 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
10520 GDBHISTSIZE prior to the tests.
10521 * gdb.base/gdbinit-history.exp: Likewise.
10522
105232016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
10524
10525 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
10526 instead of build_executable. Use gdb_load_shlibs.
10527
c8064e7e
YQ
105282016-04-07 Yao Qi <yao.qi@linaro.org>
10529
10530 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
10531 Execute "si" command.
10532
bde47561
YQ
105332016-04-07 Yao Qi <yao.qi@linaro.org>
10534
10535 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
10536 number instead of the comments on some line.
10537
b16f8a3b
DB
105382016-04-06 Don Breazeal <donb@codesourcery.com>
10539
10540 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
10541 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
10542
c2f901df
SM
105432016-04-06 Simon Marchi <simon.marchi@ericsson.com>
10544
10545 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
10546 standard_output_file. Remove unused binfile variable.
10547
ac17fda0
CU
105482016-04-05 Catalin Udma <catalin.udma@freescale.com>
10549
10550 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
10551 * gdb.python/py-mi-objfile.exp: Match "list main" output
10552 in console format.
10553
03a8c4df
SM
105542016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
10555
10556 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
10557 absolute.
10558
6e774b13
SM
105592016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10560
10561 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
10562 absolute.
10563 * gdb.trace/ftrace.exp: Likewise.
10564 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
10565 targets as well.
10566 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
10567 (gdb_load_shlibs): Copy libraries to test directory when testing
10568 natively. Only set solib-search-path if testing remotely.
10569 * lib/mi-support.exp (mi_load_shlibs): Likewise.
10570
7817ea46
SM
105712016-04-05 Simon Marchi <simon.marchi@ericsson.com>
10572
10573 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
10574 gdb_download. Use it even if the target is not remote.
10575 * gdb.base/jit.exp (compile_jit_test): Likewise.
10576 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
10577 output directory if the destination board is local, otherwise use
10578 the standard remote_download from DejaGnu.
10579 (gdb_download): Remove.
10580 (gdb_load_shlibs): Use gdb_remote_download instead of
10581 gdb_download.
10582 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
10583 Use gdb_remote_download instead of gdb_download. Use it even if
10584 the target is not remote.
10585 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
10586 instead of gdb_download.
10587
7beb7f68
SM
105882016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
10589
10590 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
10591 (test_insert_delete_modify): Call mi_load_shlibs before trying to
10592 run.
10593
cc63428a
AV
105942016-04-01 Artemiy Volkov <artemiyv@acm.org>
10595
10596 PR gdb/19820
10597 * gdb.base/printcmds.exp: Add artificial arrays tests.
10598
64cdf930
PA
105992016-03-31 Pedro Alves <palves@redhat.com>
10600
10601 PR gdb/19858
10602 * gdb.base/jit-main.c: Include unistd.h.
10603 (ATTACH): Define to 0 if not already defined.
10604 (wait_for_gdb, mypid): New globals.
10605 (WAIT_FOR_GDB): New macro.
10606 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
10607 some breakpoint locations.
10608 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
10609 New procedures.
10610 (one_jit_test): Add REATTACH parameter, and handle it. Use
10611 continue_to_test_location.
10612 (top level): Test attach, and adjusts calls to one_jit_test.
10613
40dea8cb
PA
106142016-03-31 Pedro Alves <palves@redhat.com>
10615
10616 PR gdb/19858
10617 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
10618 BINSUFFIX parameter, and handle it.
10619 (top level): Adjust calls compile_jit_test.
10620
e7ea3ec7
CU
106212016-03-31 Catalin Udma <catalin.udma@freescale.com>
10622
10623 PR python/19743
10624 * gdb.python/py-mi-events-gdb.py: New file.
10625 * gdb.python/py-mi-events.c: New file.
10626 * gdb.python/py-mi-events.exp: New file.
10627
e6359af3
YQ
106282016-03-30 Yao Qi <yao.qi@linaro.org>
10629
10630 * gdb.reverse/until-precsave.exp: Match function name only.
10631 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
10632 Move malloc to a condition block.
10633 * gdb.reverse/until-reverse.exp: Match function name only.
10634
a4105d04
MK
106352016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
10636
10637 * gdb.trace/ftrace.exp: Set arg0exp for s390.
10638 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
10639 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
10640 variable for GPR 0 instead of assuming it is register 0.
10641 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
10642 * lib/trace-support.exp: Add s390 registers.
10643
bfa6adb9
YQ
106442016-03-29 Yao Qi <yao.qi@linaro.org>
10645
10646 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
10647
1e6697ea
YQ
106482016-03-24 Yao Qi <yao.qi@linaro.org>
10649
10650 * gdb.reverse/break-reverse.exp: Add quotation mark in the
10651 test message.
10652
64bcd522
AA
106532016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10654
10655 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
10656 maintaining separate logic for constructing the output path.
10657
7868401b
DB
106582016-03-16 Don Breazeal <donb@codesourcery.com>
10659
10660 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
10661 Retry fork and waitpid on interrupted system call errors.
10662 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10663 Use with_timeout_factor to increase timeout by factor of 10.
10664
1cafadb4
DB
106652016-03-15 Don Breazeal <donb@codesourcery.com>
10666
10667 * gdb.cp/scope-err.cc: New test program.
10668 * gdb.cp/scope-err.exp: New test script.
10669 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
10670 lines and "set breakpoint here" comment.
10671 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
10672 Fixed some whitespace and format issues.
10673 * gdb.mi/mi-linespec-err-cp.cc: New test program.
10674 * gdb.mi/mi-linespec-err-cp.exp: New test script.
10675
81516450
DE
106762016-03-15 Doug Evans <dje@google.com>
10677
10678 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
10679 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
10680 All callers updated. Add tests for enums, mixed flags register.
10681
aa52b601
DE
106822016-03-15 Doug Evans <dje@google.com>
10683
10684 * gdb.base/skip.c (main): Call test_skip_file_and_function.
10685 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
10686
fa4ff313
SM
106872016-03-14 Simon Marchi <simon.marchi@ericsson.com>
10688
10689 * gdb.base/default.exp: Add $_as_string to the list of expected
10690 convenience functions.
10691
f2403c39
AB
106922016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
10693
10694 * gdb.base/maint.exp: New tests for 'maint info line-table'.
10695
f2f3ccb9
SM
106962016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
10697
10698 * gdb.python/py-as-string.exp: New file.
10699 * gdb.python/py-as-string.c: New file.
10700
00dbd492
PA
107012016-03-09 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
10704 signal" -> "Thread NN received signal" output change.
10705 * gdb.threads/ia64-sigill.exp: Likewise.
10706 * gdb.threads/linux-dp.exp: Likewise.
10707 * gdb.threads/manythreads.exp: Likewise.
10708 * gdb.threads/pending-step.exp: Likewise.
10709 * gdb.threads/print-threads.exp: Likewise.
10710 * gdb.threads/sigstep-threads.exp: Likewise.
10711 * gdb.threads/staticthreads.exp: Likewise.
10712 * gdb.threads/tls.exp: Likewise.
10713
1e6697ea
YQ
107142016-03-09 Pedro Alves <palves@redhat.com>
10715
10716 * gdb.base/command-line-input.exp: New file.
10717
b04fd3be
MK
107182016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10719
10720 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
10721 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
10722 * gdb.trace/pending.exp: Accept leading dot before function name.
10723 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
10724 * lib/trace-support.exp: Set registers for ppc.
10725
98fa59e9
MK
107262016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10727
10728 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
10729 use it for disassembly; accept .main in addition to main in backtrace.
10730
f77198c8
MK
107312016-03-09 Wei-cheng Wang <cole945@gmail.com>
10732 Marcin Kościelnicki <koriakin@0x04.net>
10733
10734 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
10735 (gdb_recursion_test_ptr): New global variable.
10736 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
10737 gdb_recursion_test.
10738 (gdb_c_test): Ditto.
10739
ba84e0da
MK
107402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10741
10742 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
10743 ordering.
10744
4366d36e
MK
107452016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
10746
10747 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
10748 (bar): Add bar_start_lbl label.
10749 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
10750 of foo/bar for emitting DWARF and tracing.
10751
5eb264df
SDJ
107522016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
10753
10754 * analyze-racy-logs.py: Set executable bit.
10755
fb6a751f
SDJ
107562016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
10757
10758 * Makefile.in (DEFAULT_RACY_ITER): New variable.
10759 (CHECK_TARGET_TMP): Likewise.
10760 (check-single-racy): New rule.
10761 (check-parallel-racy): Likewise.
10762 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
10763 (do-check-parallel-racy): New rule.
10764 (check-racy/%.exp): Likewise.
10765 * README (Racy testcases): New section.
10766 * analyze-racy-logs.py: New file.
10767
bdf7e230
DE
107682016-03-03 Doug Evans <dje@google.com>
10769
10770 * gdb.base/skip.exp: Use with_test_prefix.
10771
4719d415
YQ
107722016-03-03 Yao Qi <yao.qi@linaro.org>
10773
10774 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
10775 Invoke step_over_syscall "clone" and break_cond_on_syscall
10776 "clone".
10777 * gdb.base/step-over-clone.c: New file.
10778
ea507862
YQ
107792016-03-03 Yao Qi <yao.qi@linaro.org>
10780
10781 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
10782 code format.
10783
8fc8cbda
YQ
107842016-03-03 Yao Qi <yao.qi@linaro.org>
10785
10786 * gdb.base/disp-step-fork.c: Rename to ...
10787 * gdb.base/step-over-fork.c: ... it. New file.
10788 * gdb.base/disp-step-vfork.c: Rename to ...
10789 * gdb.base/step-over-vfork.c: ... it. New file.
10790 * gdb.base/disp-step-syscall.exp: Rename to ...
10791 * gdb.base/step-over-syscall.exp: ... it. New file.
10792 (disp_step_cross_syscall): Rename to ...
10793 (step_over_syscall): ... it.
10794
92fa70b0
YQ
107952016-03-03 Yao Qi <yao.qi@linaro.org>
10796
10797 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
10798 If target supports condition evaluation on target, invoke
10799 break_cond_on_syscall for fork and vfork.
10800
e197ad3c
YQ
108012016-03-03 Yao Qi <yao.qi@linaro.org>
10802
10803 * gdb.base/disp-step-syscall.exp: Don't invoke
10804 support_displaced_stepping.
10805 (disp_step_cross_syscall): Test with displaced stepping off and
10806 on if supported.
10807
0b47da9f
YQ
108082016-03-03 Yao Qi <yao.qi@linaro.org>
10809
10810 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
10811 proc.
10812 (setup): New proc.
10813 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
10814 and setup.
10815
065ab6dc
BH
108162016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10817
10818 * gdb.fortran/vla-history.exp: Remove breakpoint.
10819
07e448ad 108202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10821
25d49b86
PA
10822 * gdb.fortran/vla-history.exp: Lookup array elements and printing
10823 exceeds timeout.
07e448ad 10824
9ac2d526 108252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10826
25d49b86
PA
10827 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
10828 breakpoint.
9ac2d526 10829
17807369
BH
108302016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
10831
10832 * gdb.mi/vla.f90: Nullify pointer after declaration.
10833
86e501af
PA
108342016-03-01 Pedro Alves <palves@redhat.com>
10835
10836 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
10837
1e903e32
PA
108382016-03-01 Pedro Alves <palves@redhat.com>
10839
10840 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
10841 before anything else.
10842 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
10843 _GNU_SOURCE here.
10844 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
10845 before anything else.
10846 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
10847
6ccb54e2
PA
108482016-03-01 Pedro Alves <palves@redhat.com>
10849
10850 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
10851
30ca9da1
YQ
108522016-03-01 Yao Qi <yao.qi@linaro.org>
10853
10854 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
10855 prepare_for_testing.
10856
dc856b38
YQ
108572016-03-01 Yao Qi <yao.qi@linaro.org>
10858
10859 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
10860
4a932159
AA
108612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10862
10863 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
10864 manually constructing the output path.
10865
f2489477
AA
108662016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10867
10868 * gdb.arch/s390-stackless.S: New.
10869 * gdb.arch/s390-stackless.exp: New.
10870
38899f16
IB
108712016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
10872
10873 * gdb.dlang/circular.c: New file.
10874 * gdb.dlang/circular.exp: New file.
10875
9fde51ed
YQ
108762016-02-26 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
10879 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
10880 (testcases): Update.
10881
ce90fefe
YQ
108822016-02-26 Yao Qi <yao.qi@linaro.org>
10883
10884 * gdb.reverse/aarch64.c: Rename to ...
10885 * gdb.reverse/insn-reverse.c: ... it.
10886 * gdb.reverse/aarch64.exp: Rename to ...
10887 * gdb.reverse/insn-reverse.exp: ... it.
10888
3263bceb
YQ
108892016-02-26 Yao Qi <yao.qi@linaro.org>
10890
10891 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
10892 (testcase_ftype): New.
10893 (testcases): New array.
10894 (n_testcases): New.
10895 (main): Call each element in testcases.
10896 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
10897 (read_testcase): New.
10898 Do the tests in a loop.
10899
6cb59ff1
YQ
109002016-02-25 Yao Qi <yao.qi@linaro.org>
10901
10902 * gdb.base/branches.c: Remove.
10903
ae91f625
MK
109042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10905
10906 PR gdb/13808
10907 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
10908
678b48b7
MK
109092016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10910
10911 * gdb.trace/ftrace.exp: Remove unnecessary target check.
10912
7337a6f2
MK
109132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
10914
10915 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
10916 change x86_64 call_insn to 'callq'.
10917
861ca91f
AT
109182016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10919
10920 * gdb.trace/tfile-avx.c: Move to...
10921 * gdb.trace/tracefile-pseudo-reg.c: Here.
10922 * gdb.trace/tfile-avx.exp: Move to...
10923 * gdb.trace/tracefile-pseudo-reg.exp: Here.
10924
bf74e428
GB
109252016-02-24 Gary Benson <gbenson@redhat.com>
10926
10927 * gdb.base/attach-pie-noexec.exp: Do not expect an error
10928 message on attach.
10929
cce0e923
DE
109302016-02-23 Doug Evans <dje@google.com>
10931
10932 * gdb.base/skip.c (test_skip): New function.
10933 (end_test_skip_file_and_function): New function.
10934 (test_skip_file_and_function): New function.
10935 * gdb.base/skip1.c (test_skip): New function.
10936 (skip1_test_skip_file_and_function): New function.
10937 * gdb.base/skip.exp: Add tests for new skip options.
10938 * gdb.base/skip-solib.exp: Update expected output.
10939 * gdb.perf/skip-command.cc: New file.
10940 * gdb.perf/skip-command.exp: New file.
10941 * gdb.perf/skip-command.py: New file.
10942
4000e47e
MK
109432016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
10944
10945 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
10946 info registers pattern.
10947
24f75ead
IB
109482016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
10949
10950 * lib/future.exp: Add D support.
10951 (gdb_find_gdc): New proc.
10952 (gdb_default_target_compile): Add D support.
10953
fbb7bcbe
WW
109542016-02-18 Wei-cheng Wang <cole945@gmail.com>
10955
10956 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
10957 user+system time.
10958 (trace_speed_test): Determine the iteration count for a time
10959 between 15..30 seconds.
10960
012b3a21
WT
109612016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
10962
10963 * gdb.arch/i386-mpx-sigsegv.c: New file.
10964 * gdb.arch/i386-mpx-sigsegv.exp: New file.
10965 * gdb.arch/i386-mpx-simple_segv.c: New file.
10966 * gdb.arch/i386-mpx-simple_segv.exp: New file.
10967
2d5189bd
YQ
109682016-02-18 Yao Qi <yao.qi@linaro.org>
10969
10970 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10971 Don't call setup_kfail.
10972
40fb20d0
YQ
109732016-02-18 Yao Qi <yao.qi@linaro.org>
10974
10975 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10976 Set "set breakpoint condition-evaluation" per $cond_bp_target.
10977
21b1f8d2
DE
109782016-02-16 Doug Evans <dje@google.com>
10979
10980 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
10981 * gdb.base/skip1.c: Ditto.
10982 * gdb.base/skip.exp: Whitespace cleanup.
10983
4041ed77
DB
109842016-02-16 Don Breazeal <donb@codesourcery.com>
10985
10986 PR remote/19496
10987 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
10988 Remove kfail for PR remote/19496.
10989
c4ef31bf
SM
109902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10991
10992 * lib/gdb.exp (standard_temp_file): Return a path specific to
10993 the runtest invocation.
10994
266b65b3
SM
109952016-02-16 Simon Marchi <simon.marchi@ericsson.com>
10996
10997 * gdb.trace/save-trace.exp: Change relative path to be in the
10998 standard output directory.
10999
a7a0a6a9
JK
110002016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11001
11002 * gdb.arch/i386-prologue.c: Add missing prototypes.
11003
c99dbb42
JK
110042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11005
11006 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
11007 * gdb.arch/i386-prologue.exp: Likewise.
11008 * gdb.arch/i386-size.exp: Likewise.
11009
aa480355
SM
110102016-02-15 Simon Marchi <simon.marchi@ericsson.com>
11011
11012 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
11013 define object file path.
11014 * gdb.btrace/gcore.exp: Use standard_output_file to define core
11015 file path.
11016 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
11017 standard_output_file to define binfile.
11018
ba881f50
JK
110192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 Fix compatibility with recent gfortran-5.3.1.
11022 * gdb.fortran/vla-history.exp (print vla1 allocated)
11023 (print vla2 allocated, print $2, print $3): Remove
11024 (print $4): Rename to ...
11025 (print $2): ... here.
11026 (print $9): Rename to ...
11027 (print $5): ... here.
11028 (print $10): Rename to ...
11029 (print $6): ... here.
11030 * gdb.fortran/vla.f90: Add pvla initialization.
11031
e9fb005c
JK
110322016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
11033
11034 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
11035 New test.
11036 * gdb.fortran/vla-value-sub.exp: Likewise.
11037
e44e00ff
MK
110382016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
11039
11040 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
11041
97e94151
SM
110422016-02-12 Simon Marchi <simon.marchi@ericsson.com>
11043
11044 * i386-biarch-core.exp: Define corefile using
11045 standard_output_file.
11046
01113bc1
YQ
110472016-02-12 Yao Qi <yao.qi@linaro.org>
11048
11049 * gdb.arch/arm-single-step-kernel-helper.c: New.
11050 * gdb.arch/arm-single-step-kernel-helper.exp: New.
11051
33b4777c
MM
110522016-02-12 Markus Metzger <markus.t.metzger@intel.com>
11053
11054 * gdb.btrace/tailcall-only.exp: New.
11055 * gdb.btrace/tailcall-only.c: New.
11056 * gdb.btrace/x86_64-tailcall-only.S: New.
11057 * gdb.btrace/i686-tailcall-only.S: New.
11058
acc23c11
PA
110592016-02-11 Pedro Alves <palves@redhat.com>
11060
11061 * README (Parallel testing): Add missing double quotes.
11062
e352bf0a
PA
110632016-02-11 Pedro Alves <palves@redhat.com>
11064
11065 * README (Parallel testing): New section.
11066 (GDB_PARALLEL): Rewrite.
11067 (FORCE_PARALLEL): Document.
11068
9f5fed78
MK
110692016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
11070
11071 * gdb.trace/tfile-avx.c: New test.
11072 * gdb.trace/tfile-avx.exp: New test.
11073
9ef9e6a6
KS
110742016-02-09 Keith Seitz <keiths@redhat.com>
11075
11076 PR breakpoints/19546
11077 * gdb.base/infcall-exec.c: New file.
11078 * gdb.base/infcall-exec2.c: New file.
11079 * gdb.base/infcall-exec.exp: New file.
11080
a96e36da
KS
110812016-02-09 Keith Seitz <keiths@redhat.com>
11082
11083 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
11084 (toplevel): Call test_bkpt_address.
11085
9f61929f
KS
110862016-02-09 Keith Seitz <keiths@redhat.com>
11087
11088 PR python/19506
11089 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
11090 (toplevel): Call test_bkpt_address.
11091
1e94266c
SM
110922016-02-09 Simon Marchi <simon.marchi@ericsson.com>
11093
11094 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
11095 to AC_OUTPUT.
11096 * configure: Regenerate.
11097
2a7f3dff
PA
110982016-02-09 Pedro Alves <palves@redhat.com>
11099
11100 PR breakpoints/19548
11101 * gdb.base/execl-update-breakpoints.c (some_function): New
11102 function.
11103 (main): Call it.
11104 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
11105 Tighten expected GDB output.
11106
2151ccc5
SM
111072016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11108
11109 * Makefile.in (ALL_SUBDIRS): Remove.
11110 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
11111 (distclean maintainer-clean realclean): Likewise.
11112 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
11113 * configure: Regenerate.
11114 * gdb.ada/Makefile.in: Delete.
11115 * gdb.arch/Makefile.in: Likewise.
11116 * gdb.asm/Makefile.in: Likewise.
11117 * gdb.base/Makefile.in: Likewise.
11118 * gdb.btrace/Makefile.in: Likewise.
11119 * gdb.cell/Makefile.in: Likewise.
11120 * gdb.compile/Makefile.in: Likewise.
11121 * gdb.cp/Makefile.in: Likewise.
11122 * gdb.disasm/Makefile.in: Likewise.
11123 * gdb.dlang/Makefile.in: Likewise.
11124 * gdb.dwarf2/Makefile.in: Likewise.
11125 * gdb.fortran/Makefile.in: Likewise.
11126 * gdb.gdb/Makefile.in: Likewise.
11127 * gdb.go/Makefile.in: Likewise.
11128 * gdb.guile/Makefile.in: Likewise.
11129 * gdb.java/Makefile.in: Likewise.
11130 * gdb.linespec/Makefile.in: Likewise.
11131 * gdb.mi/Makefile.in: Likewise.
11132 * gdb.modula2/Makefile.in: Likewise.
11133 * gdb.multi/Makefile.in: Likewise.
11134 * gdb.objc/Makefile.in: Likewise.
11135 * gdb.opencl/Makefile.in: Likewise.
11136 * gdb.opt/Makefile.in: Likewise.
11137 * gdb.pascal/Makefile.in: Likewise.
11138 * gdb.perf/Makefile.in: Likewise.
11139 * gdb.python/Makefile.in: Likewise.
11140 * gdb.reverse/Makefile.in: Likewise.
11141 * gdb.server/Makefile.in: Likewise.
11142 * gdb.stabs/Makefile.in: Likewise.
11143 * gdb.threads/Makefile.in: Likewise.
11144 * gdb.trace/Makefile.in: Likewise.
11145 * gdb.xml/Makefile.in: Likewise.
11146 * lib/gdb.exp (make_gdb_parallel_path): Add check for
11147 GDB_PARALLEL.
11148 (standard_output_file): Remove check for GDB_PARALLEL, always
11149 return path in outputs/$subdir/$testname.
11150
437277d4
SM
111512016-02-08 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
11154 (site.exp): Assign abs_srcdir to tcl's srcdir.
11155
31d913c7
YQ
111562016-02-04 Yao Qi <yao.qi@linaro.org>
11157
11158 * gdb.base/foll-exec-mode.c: Include limits.h.
11159 (main): Add parameters argc and argv. Get directory from
11160 argv[0].
11161 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
11162 compilation.
11163 * gdb.base/foll-exec.c: Include limits.h.
11164 (main): Add parameters argc and argv.
11165 Get directory from argv[0].
11166 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
11167 Adjust tests on the number of lines as source code changed.
11168 * gdb.base/foll-vfork-exit.c: Include limits.h.
11169 (main): Add one line of statement before vfork.
11170 * gdb.base/foll-vfork.c: Include limits.h and string.h.
11171 (main): Add parameters argc and argv. Get directory from
11172 argv[0].
11173 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
11174 (setup_gdb): Set tbreak to skip some source lines.
11175 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
11176 (main): Add parameters argc and argv. Get directory from
11177 argv[0].
11178 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
11179 compilation.
11180 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
11181 (main): Add parameters argc and argv. Get directory from
11182 argv[0].
11183 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
11184 compilation.
11185
9482b9fb
DE
111862016-02-01 Doug Evans <dje@google.com>
11187
11188 * gdb.base/skip.exp: Clean up multiple references to same test name.
11189
6b2e4f10
PA
111902016-02-01 Pedro Alves <palves@redhat.com>
11191
ccb6afd6 11192 PR remote/19496
6b2e4f10
PA
11193 * gdb.threads/forking-threads-plus-breakpoint.exp
11194 (displaced_stepping_supported): New global.
11195 (probe_displaced_stepping_support): New procedure.
11196 (do_test): Add 'displaced' parameter, and use it.
11197 (top level): Check for displaced stepping support. Add displaced
11198 stepping on/off testing axis.
11199
37a8db1a
AB
112002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11201
11202 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
11203 pointer. Don't perform further tests on the unassociated pointer
11204 if the first test fails.
11205
5fdf6324
AB
112062016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
11207
11208 * gdb.base/max-value-size.c: New file.
11209 * gdb.base/max-value-size.exp: New file.
11210 * gdb.base/huge.exp: Disable max-value-size for this test.
11211
935c6144
IB
112122016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
11213
11214 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
11215
7fe8399d
YQ
112162016-01-28 Yao Qi <yao.qi@linaro.org>
11217
11218 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
11219
a2077e25
PA
112202016-01-25 Pedro Alves <palves@redhat.com>
11221
11222 PR threads/19461
11223 * gdb.base/fork-running-state.c: New file.
11224 * gdb.base/fork-running-state.exp: New file.
11225
1d2736d4
PA
112262016-01-25 Pedro Alves <palves@redhat.com>
11227
11228 PR gdb/19494
11229 * gdb.base/catch-fork-kill.c: New file.
11230 * gdb.base/catch-fork-kill.exp: New file.
11231
f1da4b11
PA
112322016-01-25 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
11235 Delete, moved to lib/gdb.exp.
11236 * gdb.threads/forking-threads-plus-breakpoint.exp
11237 (foreach_with_prefix): Likewise.
11238 * gdb.threads/process-dies-while-handling-bp.exp
11239 (foreach_with_prefix): Likewise.
11240 * lib/gdb.exp (foreach_with_prefix): New procedure.
11241
45f38546
MK
112422016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
11243
11244 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
11245 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
11246
dc29a1ce
MK
112472016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
11248
11249 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
11250 endian targets.
11251
092127d7
JK
112522016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11253 Pedro Alves <palves@redhat.com>
11254
11255 Fix testsuite compatibility with Guile.
11256 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
11257 number.
11258
31d765d3
JK
112592016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11260
11261 Fix testsuite compatibility with Guile.
11262 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
11263 (thread 1): New test for backtrace through signal handler.
11264
1ac78c04
YQ
112652016-01-22 Yao Qi <yao.qi@linaro.org>
11266
11267 PR testsuite/19491
11268 * gdb.base/multi-forks.c: Include
11269 ../lib/unbuffer_output.c
11270 (main): Call gdb_unbuffer_output.
11271
4f5946a8
DE
112722016-01-21 Doug Evans <dje@google.com>
11273
11274 * lib/ada.exp (gdb_compile_ada): Fix typo.
11275
305e13e6
JB
112762016-01-21 Joel Brobecker <brobecker@adacore.com>
11277
11278 * gdb.base/break-fun-addr.exp: New file.
11279 * gdb.base/break-fun-addr1.c: New file.
11280 * gdb.base/break-fun-addr2.c: New file.
11281
5f5dfff6
SM
112822016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
11283
11284 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
11285 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
11286 enum flag values.
11287
fd356fa2
AA
112882016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
11289
11290 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
11291 when GDB can not set the vector return value. Add more comments
11292 for clarification.
11293
9df22175
AT
112942016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
11295
11296 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
11297 command.
11298
41d1845e
SM
112992016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11300
11301 * Makefile.in (DO_RUNTEST): Add --status and update usages.
11302
01ac6840
SM
113032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11304
11305 * Makefile.in (check-single): Pass --status to runtest.
11306 (check/%.exp): Likewise.
11307
113082016-01-19 Simon Marchi <simon.marchi@ericsson.com>
11309
11310 * Makefile.in (check-parallel): Propagate return code from make
11311 do-check-parallel.
11312
bd0a71fa
MK
113132016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
11314
11315 * gdb.trace/ftrace.exp: Fix expected message on continue.
11316 * gdb.trace/pending.exp: Fix expected message on continue.
11317 * gdb.trace/trace-break.exp: Fix expected message on continue.
11318
8bcbad33
SM
113192016-01-18 Simon Marchi <simon.marchi@ericsson.com>
11320
11321 * lib/gdb.exp (gdb_test): Remove unused global references.
11322
f303dbd6
PA
113232016-01-18 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.base/async-shell.exp: Adjust expected output.
11326 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
11327 * gdb.base/siginfo-thread.exp: Adjust expected output.
11328 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
11329 * gdb.java/jnpe.exp: Adjust expected output.
11330 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
11331 * gdb.threads/continue-pending-status.exp: Adjust expected output.
11332 * gdb.threads/leader-exit.exp: Adjust expected output.
11333 * gdb.threads/manythreads.exp: Adjust expected output.
11334 * gdb.threads/pthreads.exp: Adjust expected output.
11335 * gdb.threads/schedlock.exp: Adjust expected output.
11336 * gdb.threads/siginfo-threads.exp: Adjust expected output.
11337 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
11338 expected output.
11339 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
11340 output.
11341 * gdb.threads/sigthread.exp: Adjust expected output.
11342 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
11343
b2789696
YQ
113442016-01-18 Yao Qi <yao.qi@linaro.org>
11345
11346 * gdb.guile/scm-section-script.c: Replace @progbits with
11347 %progbits.
11348 * gdb.python/py-section-script.c: Likewise.
11349
71ef29a8
PA
113502016-01-15 Pedro Alves <palves@redhat.com>
11351
11352 * gdb.multi/tids.exp: Test star wildcard ranges.
11353
3f5b7598
PA
113542016-01-15 Pedro Alves <palves@redhat.com>
11355
11356 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
11357 command from "thread apply" invocation.
11358 (thr_apply_info_thr_invalid): Default the expected output to the
11359 input tid list.
11360 (top level): Add tests that use convenience variables. Add tests
11361 for "thread apply" with a valid TID list, but missing the command.
11362
663f6d42
PA
113632016-01-13 Pedro Alves <palves@redhat.com>
11364
11365 * gdb.base/default.exp: Expect $_gthread as well.
11366 * gdb.multi/tids.exp: Test $_gthread.
11367 * gdb.threads/thread-specific.exp: Test $_gthread.
11368
c84f6bbf
PA
113692016-01-13 Pedro Alves <palves@redhat.com>
11370
11371 * gdb.multi/tids.exp: Test "info threads -gid".
11372
22a02324
PA
113732016-01-13 Pedro Alves <palves@redhat.com>
11374
11375 * gdb.multi/tids.exp: Test InferiorThread.global_num and
11376 Breakpoint.thread.
11377 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
11378
5d5658a1
PA
113792016-01-07 Pedro Alves <palves@redhat.com>
11380
11381 * gdb.base/break.exp: Adjust to output changes.
11382 * gdb.base/hbreak2.exp: Likewise.
11383 * gdb.base/sepdebug.exp: Likewise.
11384 * gdb.base/watch_thread_num.exp: Likewise.
11385 * gdb.linespec/keywords.exp: Likewise.
11386 * gdb.multi/info-threads.exp: Likewise.
11387 * gdb.threads/thread-find.exp: Likewise.
11388 * gdb.multi/tids.c: New file.
11389 * gdb.multi/tids.exp: New file.
11390
84654457
PA
113912016-01-13 Pedro Alves <palves@redhat.com>
11392
11393 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
11394
e3940304
PA
113952016-01-13 Pedro Alves <palves@redhat.com>
11396
11397 * gdb.base/default.exp: Expect $_inferior as well.
11398 * gdb.multi/base.exp: Test $_inferior.
11399
a911d87a
PA
114002016-01-13 Pedro Alves <palves@redhat.com>
11401
11402 PR breakpoints/19388
11403 * gdb.base/catch-signal-siginfo-cond.c: New file.
11404 * gdb.base/catch-signal-siginfo-cond.exp: New file.
11405
82075af2
JS
114062016-01-12 Josh Stone <jistone@redhat.com>
11407 Philippe Waroquiers <philippe.waroquiers@skynet.be>
11408
11409 * gdb.base/catch-syscall.c (do_execve): New variable.
11410 (main): Conditionally trigger an execve.
11411 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
11412 (test_catch_syscall_execve): New, check entry/return across execve.
11413 (do_syscall_tests): Call test_catch_syscall_execve.
11414
e46eeedd
PA
114152016-01-12 Pedro Alves <palves@redhat.com>
11416
11417 * gdb.base/random-signal.exp (do_test): New procedure, with body
11418 of testcase moved in.
11419
01d8c27e
JK
114202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11421 Pedro Alves <palves@redhat.com>
11422
11423 * gdb.base/funcargs.exp (finish from indirectly called function):
11424 Reintroduce the case for 'First'.
11425
9a706302
JK
114262016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11427 Pedro Alves <palves@redhat.com>
11428
11429 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
11430 (tcatch_vfork_then_child_follow_exec)
11431 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
11432 identification.
11433
c0ecb95f
JK
114342016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11435
11436 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
11437 and repeats to unlimited.
11438 * gdb.python/py-value.exp: Likewise.
11439 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
11440 and repeats to unlimited.
11441
6cfc1fcb
JK
114422016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
11445 and reordering the functions.
11446 * gdb.multi/hangout.c: Likewise.
11447 * gdb.multi/hello.c: Likewise.
11448
582a1b00
SM
114492016-01-08 Simon Marchi <simon.marchi@ericsson.com>
11450
11451 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
11452 absolute.
11453 (SingleStatisticTestResult.report): Use dict.keys instead of
11454 dict.iterkeys.
11455
79bc59cb
PA
114562016-01-06 Pedro Alves <palves@redhat.com>
11457
11458 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
11459
43368e1d
MM
114602016-01-04 Markus Metzger <markus.t.metzger@intel.com>
11461
11462 * gdb.btrace/dlopen.exp: New.
11463 * gdb.btrace/dlopen.c: New.
11464 * gdb.btrace/dlopen-dso.c: New.
11465
79fad5b8
SL
114662015-12-25 Sandra Loosemore <sandra@codesourcery.com>
11467
11468 * lib/gdb.exp (gdb_test): Update comments to clarify that the
11469 PATTERN argument is optional.
11470
ab8314b3
JB
114712015-12-24 Joel Brobecker <brobecker@adacore.com>
11472
11473 * lib/ada.exp (target_compile_ada_from_dir): New function.
11474 (gdb_compile_ada): Reimplement avoiding the use of project files.
11475 * gdb.ada/gnat_ada.gpr: Delete.
11476 * gdb.ada/cond_lang.exp: Adjust test to make path before
11477 filename optional.
11478 * gdb.ada/small_reg_param.exp: Likewise.
11479
fe33faff
SM
114802015-12-22 Simon Marchi <simon.marchi@ericsson.com>
11481
11482 * gdb.base/foll-vork.exp: Remove HP-UX special case.
11483
6d265cb4
TP
114842015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
11485
11486 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
11487 case.
11488
10125099
SM
114892015-12-21 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 * gdb.base/break.exp: Remove dead code.
11492 * gdb.base/sepdebug.exp: Likewise.
11493
3ca22649
SM
114942015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11495
11496 * gdb.asm/asm-source.exp: Remove HP-UX references.
11497 * gdb.base/annota1.exp: Likewise.
11498 * gdb.base/annota3.exp: Likewise.
11499 * gdb.base/attach.exp: Likewise.
11500 * gdb.base/bigcore.exp: Likewise.
11501 * gdb.base/break.exp: Likewise.
11502 * gdb.base/call-ar-st.exp: Likewise.
11503 * gdb.base/callfuncs.exp: Likewise.
11504 * gdb.base/catch-fork-static.exp: Likewise.
11505 * gdb.base/display.exp: Likewise.
11506 * gdb.base/foll-exec-mode.exp: Likewise.
11507 * gdb.base/foll-exec.exp: Likewise.
11508 * gdb.base/foll-fork.exp: Likewise.
11509 * gdb.base/foll-vfork.exp: Likewise.
11510 * gdb.base/funcargs.exp: Likewise.
11511 * gdb.base/hbreak2.exp: Likewise.
11512 * gdb.base/inferior-died.exp: Likewise.
11513 * gdb.base/interrupt.exp: Likewise.
11514 * gdb.base/multi-forks.exp: Likewise.
11515 * gdb.base/nodebug.exp: Likewise.
11516 * gdb.base/sepdebug.exp: Likewise.
11517 * gdb.base/solib1.c: Likewise.
11518 * gdb.base/step-test.exp: Likewise.
11519 * gdb.mi/non-stop.c: Likewise.
11520 * gdb.mi/pthreads.c: Likewise.
11521 * gdb.multi/bkpt-multi-exec.ex: Likewise.
11522 * gdb.threads/pthreads.c: Likewise.
11523 * gdb.threads/staticthreads.exp: Likewise.
11524 * lib/future.exp: Likewise.
11525 * lib/gdb.exp: Likewise.
11526 * gdb.base/so-indr-cl.c: Remove.
11527 * gdb.base/so-indr-cl.exp: Likewise.
11528 * gdb.base/solib.c: Likewise.
11529 * gdb.base/solib.exp: Likewise.
11530 * gdb.base/solib2.c: Likewise.
11531
b6304613
SM
115322015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
11533
11534 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
11535 * gdb.base/call-ar-st.exp: Likewise.
11536 * gdb.base/callfuncs.exp: Likewise.
11537 * gdb.base/condbreak.exp: Likewise.
11538 * gdb.base/constvars.exp: Likewise.
11539 * gdb.base/hbreak2.exp: Likewise.
11540 * gdb.base/langs.exp: Likewise.
11541 * gdb.base/list.exp: Likewise.
11542 * gdb.base/long_long.exp: Likewise.
11543 * gdb.base/ptype.exp: Likewise.
11544 * gdb.base/scope.exp: Likewise.
11545 * gdb.base/signals.exp: Likewise.
11546 * gdb.base/so-impl-ld.exp: Likewise.
11547 * gdb.base/varargs.exp: Likewise.
11548 * gdb.base/volatile.exp: Likewise.
11549 * gdb.base/whatis.exp: Likewise.
11550 * gdb.cp/cplusfuncs.exp: Likewise.
11551 * gdb.cp/inherit.exp: Likewise.
11552 * gdb.cp/local.exp: Likewise.
11553 * gdb.cp/member-ptr.exp: Likewise.
11554 * gdb.cp/method.exp: Likewise.
11555 * gdb.cp/overload.exp: Likewise.
11556 * gdb.cp/templates.exp: Likewise.
11557 * gdb.stabs/weird.exp: Likewise.
11558 * lib/compiler.c: Likewise.
11559 * lib/compiler.cc: Likewise.
11560 * lib/cp-support.exp: Likewise.
11561 * lib/gdb.exp: Likewise.
11562
bf401b07
SM
115632015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
11564
11565 * configure.ac: Remove HP-UX case.
11566 * configure: Regenerate.
11567
aff9c0f8
SM
115682015-12-18 Simon Marchi <simon.marchi@ericsson.com>
11569
11570 * lib/gdb.exp (gdb_compile): Add function doc.
11571
a6904d5a
PA
115722015-12-17 Pedro Alves <palves@redhat.com>
11573
11574 PR threads/19354
11575 * gdb.multi/info-threads.exp: New file.
11576
a22279dd
YQ
115772015-12-15 Yao Qi <yao.qi@linaro.org>
11578
11579 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
11580 is aarch64*-*-*.
11581
0588c796
SL
115822015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11583
11584 * gdb.base/history-duplicates.exp: Skip if no readline support.
11585
5d978e17
SL
115862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11587
11588 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
11589
7e763b86
SL
115902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11591
11592 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
11593
87a3a92c
SL
115942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
11595
11596 * gdb.base/completion.exp: Skip tests that interrupt GDB with
11597 ctrl-C if nointerrupts target property is set.
11598 * gdb.base/double-prompt-target-event-error.exp: Likewise.
11599 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
11600 * gdb.base/paginate-bg-execution.exp: Likewise.
11601 * gdb.base/paginate-execution-startup.exp: Likewise.
11602 * gdb.base/random-signal.exp: Likewise.
11603 * gdb.base/range-stepping.exp: Likewise.
11604 * gdb.cp/annota2.exp: Likewise.
11605 * gdb.cp/annota3.exp: Likewise.
11606 * gdb.gdb/selftest.exp: Likewise.
11607 * gdb.threads/continue-pending-status.exp: Likewise.
11608 * gdb.threads/leader-exit.exp: Likewise.
11609 * gdb.threads/manythreads.exp: Likewise.
11610 * gdb.threads/pthreads.exp: Likewise.
11611 * gdb.threads/schedlock.exp: Likewise.
11612 * gdb.threads/sigthread.exp: Likewise.
11613
a8f077dc
DB
116142015-12-11 Don Breazeal <donb@codesourcery.com>
11615
11616 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
11617 remote.
11618 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
11619 * gdb.base/foll-exec.exp (main): Enable for target remote.
11620 * gdb.base/foll-fork.exp (main): Likewise.
11621 * gdb.base/foll-vfork.exp (main): Likewise.
11622 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
11623 (proc continue_to_exit_bp_loc): Use clean_restart.
11624 * gdb.base/pie-execl.exp (main): Disable for target remote.
11625 * gdb.base/watch-vfork.exp (main): Enable for target remote.
11626 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
11627 * gdb.threads/execl.exp (main): Likewise.
11628 * gdb.threads/fork-child-threads.exp (main): Likewise.
11629 * gdb.threads/fork-plus-threads.exp (main): Disable for target
11630 remote.
11631 * gdb.threads/fork-thread-pending.exp (main): Enable for target
11632 remote.
11633 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
11634 pid.tid style ptids, instead of just tid.
11635 * gdb.threads/thread-execl.exp (main): Enable for target remote.
11636 * gdb.threads/watchpoint-fork.exp (main): Likewise.
11637 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
11638 ptids, instead of just tid.
11639
3b2464a8
AB
116402015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11641
11642 * gdb.base/list.exp (test_list_forward): Add end of file error
11643 test.
11644 (test_repeat_list_command): Add end of file error test.
11645 (test_list_backwards): Add beginning of file error test.
11646
a0def019
AB
116472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11648
11649 * gdb.base/list.exp (test_list_invalid_args): New function,
11650 defined, and called.
11651
5c000dff
AB
116522015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
11653
11654 * gdb.base/list.exp (test_list): Make test names unique.
11655
f1637ebe
YQ
116562015-12-11 Yao Qi <yao.qi@linaro.org>
11657
11658 * gdb.base/coremaker2.c: Remove.
11659
36d6fc0a
PA
116602015-12-10 Pedro Alves <palves@redhat.com>
11661
11662 * gdb.multi/base.exp: Remove stale "spaces" references.
11663
762f7747
PA
116642015-12-10 Pedro Alves <palves@redhat.com>
11665
11666 * gdb.multi/base.exp: Don't use nowarnings.
11667 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
11668 * gdb.multi/hangout.c: Include stdio.h.
11669 * gdb.multi/hello.c: Include stdlib.h.
11670 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
11671 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
11672 * gdb.multi/multi-arch.exp: Don't use nowarnings.
11673
28d2bfb9
AB
116742015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
11675
11676 * gdb.dwarf2/dw2-ranges-base.c: New file.
11677 * gdb.dwarf2/dw2-ranges-base.exp: New file.
11678 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
11679 support additional line table, and debug ranges generation.
11680 (Dwarf::ranges): New function, generate .debug_ranges.
11681 (Dwarf::lines): Support generating simple line table programs.
11682 (Dwarf::assemble): Initialise new namespace variables.
11683
5fc2beac
KB
116842015-12-09 Kevin Buettner <kevinb@redhat.com>
11685
11686 * gdb.base/async.exp (proc test_background): Add case for
11687 asynchronous execution not supported.
11688
1c35a88f
LM
116892015-12-09 Luis Machado <lgustavo@codesourcery.com>
11690
11691 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
11692 format and change test names to make them unique.
11693
b593e3d9
RK
116942015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
11695 Pedro Alves <pedro@redhat.com>
11696
11697 PR gdb/18702
11698 Add checking of floatformats setup on x86_64 hosts.
11699 * gdb.arch/i386-float.S (main): Load bigval and smallval.
11700 (smallval, bigval): New labels/constants.
11701 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
11702 float" after loading bigval and smallval.
11703
d72413e6
PMR
117042015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
11705
11706 * gdb.ada/fun_overload_menu.exp: New testcase.
11707 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
11708
ece66d65
JS
117092015-12-04 Josh Stone <jistone@redhat.com>
11710
11711 * gdb.base/catch-fork-static.exp: New.
11712
41d0efca
YQ
117132015-12-03 Yao Qi <yao.qi@linaro.org>
11714
11715 * gdb.base/sizeof.c: Don't include stdio.h and
11716 ../lib/unbuffer_output.c.
11717 (main): New variable 'size' and 'value'. Remove printf and
11718 gdb_unbuffer_output. Assign return value to size and value.
11719 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
11720 at the beginning.
11721 (check_sizeof): Check the result by printing variable 'size'.
11722 (check_valueof): Check the result by printing variable 'value'.
11723
99fd02d9
YQ
117242015-12-01 Yao Qi <yao.qi@linaro.org>
11725
11726 * gdb.base/disp-step-syscall.exp: Define syscall instruction
11727 for aarch64*-*-linux* target.
11728
f2faf941
PA
117292015-11-30 Pedro Alves <palves@redhat.com>
11730
11731 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
11732
04bf20c5
PA
117332015-11-30 Pedro Alves <palves@redhat.com>
11734
11735 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
11736 Handle non-stop mode vCont replies.
11737
09df4675
PA
117382015-11-30 Pedro Alves <palves@redhat.com>
11739
11740 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
11741 prepare_for_testing. Start gdb with "set non-stop on" appended to
11742 GDBFLAGS. Lax expected stop output.
11743
58b584af
YQ
117442015-11-27 Yao Qi <yao.qi@linaro.org>
11745
11746 * gdb.arch/arm-neon.exp: New.
11747 * gdb.arch/arm-neon.c: New.
11748
dfcb77a8
YQ
117492015-11-27 Yao Qi <yao.qi@linaro.org>
11750
11751 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
11752
88e8ec1b
YQ
117532015-11-27 Yao Qi <yao.qi@linaro.org>
11754
11755 * gdb.cp/annota2.exp: Allow multiple occurrences of the
11756 frames-invalid annotation.
11757
bfde72c2
YQ
117582015-11-27 Yao Qi <yao.qi@linaro.org>
11759
11760 * gdb.cp/annota2.exp: Use ${frames_invalid}.
11761
f6512a69
SM
117622015-11-26 Simon Marchi <simon.marchi@ericsson.com>
11763
11764 * gdb.threads/names.exp: New file.
11765 * gdb.threads/names.c: New file.
11766 * README: Mention gdb,no_thread_names.
11767
46a3515b
MM
117682015-11-26 Markus Metzger <markus.t.metzger@intel.com>
11769
11770 PR 19297
11771 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
11772 support" error.
11773
62147a22
PA
117742015-11-24 Pedro Alves <palves@redhat.com>
11775
11776 PR 17539
11777 * gdb.base/display.exp: Expect displays to be sorted in ascending
11778 order. Use multi_line.
11779 * gdb.base/solib-display.exp: Likewise.
11780
2f341b6e
PA
117812015-11-24 Pedro Alves <palves@redhat.com>
11782
11783 PR 17539
25d49b86
PA
11784 * gdb.base/display.exp: Expect displays to be sorted in ascending
11785 order. Use multi_line.
11786 * gdb.base/solib-display.exp: Likewise.
2f341b6e 11787
7e0aa6aa
PA
117882015-11-24 Pedro Alves <palves@redhat.com>
11789
11790 PR 17539
11791 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
11792 threads in ascending order.
11793 * gdb.base/foll-fork.exp: Likewise.
11794 * gdb.base/foll-vfork.exp: Likewise.
11795 * gdb.base/multi-forks.exp: Likewise.
11796 * gdb.mi/mi-nonstop.exp: Likewise.
11797 * gdb.mi/mi-nsintrall.exp: Likewise.
11798 * gdb.multi/base.exp: Likewise.
11799 * gdb.multi/multi-arch.exp: Likewise.
11800 * gdb.python/py-inferior.exp: Likewise.
11801 * gdb.threads/break-while-running.exp: Likewise.
11802 * gdb.threads/execl.exp: Likewise.
11803 * gdb.threads/gcore-thread.exp: Likewise.
11804 * gdb.threads/info-threads-cur-sal.exp: Likewise.
11805 * gdb.threads/kill.exp: Likewise.
11806 * gdb.threads/linux-dp.exp: Likewise.
11807 * gdb.threads/multiple-step-overs.exp: Likewise.
11808 * gdb.threads/next-bp-other-thread.exp: Likewise.
11809 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
11810 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
11811 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
11812 * gdb.threads/thread-find.exp: Likewise.
11813 * gdb.threads/tls.exp: Likewise.
11814 * lib/mi-support.exp (mi_reverse_list): Delete.
11815 (mi_check_thread_states): No longer reverse list.
11816
2cc57ad8
PA
118172015-11-24 Pedro Alves <palves@redhat.com>
11818
11819 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
11820 use lowercase.
11821
c93e8391
SM
118222015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11823
11824 * gdb.trace/actions.c: Include trace-common.h.
11825 (main): Add a location for a fast tracepoint.
11826 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
11827 the normal tracepoints.
11828 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
11829
045ccf91
SM
118302015-11-23 Simon Marchi <simon.marchi@ericsson.com>
11831
11832 * save-trace.exp: Factor out code to these...
11833 (gdb_save_tracepoints): New.
11834 (gdb_load_tracepoints): New.
11835 (do_save_load_test): New.
11836
5506f9f6
KB
118372015-11-23 Kevin Buettner <kevinb@redhat.com>
11838
11839 * gdb.base/asmlabel.exp: New test.
11840 * gdb.base/asmlabel.c: New test case.
11841
16c3b12f
JB
118422015-11-23 Joel Brobecker <brobecker@adacore.com>
11843
11844 * gdb.base/wrong_frame_bt_full-main.c: New file.
11845 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
11846 * gdb.base/wrong_frame_bt_full.exp: New file.
11847
155bfbd3
JB
118482015-11-23 Joel Brobecker <brobecker@adacore.com>
11849
11850 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
11851
bb097445
JM
118522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11853
206853a0 11854 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
11855 pstate register when comparing registers values in
11856 sparc64-*-linux-gnu targets to avoid spurious differences.
11857
9c88ed8f
JM
118582015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
11859
206853a0 11860 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 11861
96161e25
SL
118622015-11-19 Sandra Loosemore <sandra@codesourcery.com>
11863
11864 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
11865 as type argument to gdb_compile.
11866 * gdb.base/nested-subp2.exp: Likewise.
11867 * gdb.base/nested-subp3.exp: Likewise.
11868
340c2830
DV
118692015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
11870
11871 * lib/dwarf.exp (_note): Fix left shift of negative value.
11872 * gdb.trace/trace-condition.exp: Likewise.
11873
c1862d0f
YQ
118742015-11-13 Yao Qi <yao.qi@linaro.org>
11875
11876 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
11877 comments about d10v.
11878 (test_scalar_returns): Likewise.
11879 * gdb.base/d10v.ld: Remove.
11880 * gdb.base/overlays.exp: Remove the target triplet checking for
11881 d10v-*-*.
11882 * gdb.base/structs.exp (test_struct_returns): Remove the
11883 comments about d10v.
11884 (test_struct_calls): Likewise.
11885
77ae9c19
YQ
118862015-11-13 Yao Qi <yao.qi@linaro.org>
11887
11888 * gdb.base/gnu_vector.exp: Check the return value by "p res".
11889 * gdb.base/gnu_vector.c: Don't include stdio.h.
11890 (main): Don't print res and call add_some_intvecs.
11891
430e004e
MK
118922015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
11893
11894 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
11895 macro.
11896 (func5): Removed.
11897 (func4): Use FAST_TRACEPOINT_LABEL.
11898 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
11899 macro.
11900 (func): Removed.
11901 (thread_function): Use FAST_TRACEPOINT_LABEL.
11902 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
11903 (func): Remove.
11904 (marker): Use FAST_TRACEPOINT_LABEL.
11905 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
11906 (pendfunc1): Remove.
11907 (pendfunc): Use FAST_TRACEPOINT_LABEL.
11908 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
11909 (foo): Remove.
11910 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
11911 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
11912 macro.
11913 (func): Remove.
11914 (marker): Use FAST_TRACEPOINT_LABEL.
11915 * gdb.trace/trace-common.h: New header.
11916 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
11917 macro.
11918 (func): Remove.
11919 (marker): Use FAST_TRACEPOINT_LABEL.
11920 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
11921 (func): Remove.
11922 (thread_function): Use FAST_TRACEPOINT_LABEL.
11923
6e7675a7
MK
119242015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
11925
11926 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
11927 in front.
11928 * gdb.trace/change-loc.exp: Use global pcreg definition.
11929 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
11930 * gdb.trace/entry-values.exp: Use global spreg definition, add $
11931 in front.
11932 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
11933 * gdb.trace/pending.exp: Likewise.
11934 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
11935 * gdb.trace/trace-break.exp: Likewise.
11936 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
11937 in front.
11938 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
11939 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
11940 in front.
11941 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
11942
dddc0e16
JB
119432015-11-09 Joel Brobecker <brobecker@adacore.com>
11944
11945 * gdb.ada/fin_fun_out: New testcase.
11946
c6f0b406
KB
119472015-11-07 Kevin Buettner <kevinb@redhat.com>
11948
11949 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
11950 value associated with DW_AT_byte_size.
11951 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
11952 constants for DW_AT_byte_size, DW_AT_lower_bound, and
11953 DW_AT_upper_bound.
11954
f01dcfd9
KB
119552015-11-07 Kevin Buettner <kevinb@redhat.com>
11956
11957 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
11958 (gdb_target_symbol_prefix_flags): Define in terms of _asm
11959 version.
11960 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
11961 gdb.dwarf2/dw2-canonicalize-type.exp,
11962 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
11963 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
11964 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
11965 provided by gdb_target_symbol_prefix_flags_asm.
11966 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
11967 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
11968 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
11969 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
11970 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
11971 macros where needed). Use this macro for symbols which require
11972 the prefix provided by SYMBOL_PREFIX.
11973
2223449a
KB
119742015-11-05 Kevin Buettner <kevinb@redhat.com>
11975
11976 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
11977 New procs.
11978 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
11979 representing expressions, of more than one list element.
11980 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
11981 to prepend linker symbol prefix to f.
11982 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
11983 table_1 and table_2.
11984 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
11985 Likewise, for f and g.
11986 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
11987 for ptr.
11988 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
11989 for main.
11990 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
11991 table_1_ptr and table_2_ptr.
11992
6f2f1a3a
JK
119932015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11994 Joel Brobecker <brobecker@adacore.com>
11995
11996 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
11997
566c56c9
MK
119982015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
11999
12000 * gdb.reverse/s390-mvcle.c: New test.
12001 * gdb.reverse/s390-mvcle.exp: New file.
12002 * lib/gdb.exp: Enable reverse tests on s390*-linux.
12003
d5f0636b
MK
120042015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12005
12006 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
12007
7ad8b86c
MK
120082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
12009
12010 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
12011 reaching marker2.
12012 * gdb.reverse/getresuid-reverse.exp: Likewise.
12013 * gdb.reverse/pipe-reverse.exp: Likewise.
12014 * gdb.reverse/readv-reverse.exp: Likewise.
12015 * gdb.reverse/recvmsg-reverse.exp: Likewise.
12016 * gdb.reverse/time-reverse.exp: Likewise.
12017 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
12018
4081c0f1
YQ
120192015-10-30 Yao Qi <yao.qi@linaro.org>
12020
12021 * gdb.threads/wp-replication.c (watch_count_done): Remove.
12022 (empty_cycle): Remove.
12023 (main): Don't call empty_cycle. Don't use watch_count_done.
12024 * gdb.threads/wp-replication.exp: Don't set breakpoint on
12025 empty_cycle. Rewrite the code counting HW watchpoints.
12026
452b4ba5
MK
120272015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
12028
12029 * gdb.reverse/fstatat-reverse.c: New test.
12030 * gdb.reverse/fstatat-reverse.exp: New file.
12031 * gdb.reverse/getresuid-reverse.c: New test.
12032 * gdb.reverse/getresuid-reverse.exp: New file.
12033 * gdb.reverse/pipe-reverse.c: New test.
12034 * gdb.reverse/pipe-reverse.exp: New file.
12035 * gdb.reverse/readv-reverse.c: New test.
12036 * gdb.reverse/readv-reverse.exp: New file.
12037 * gdb.reverse/recvmsg-reverse.c: New test.
12038 * gdb.reverse/recvmsg-reverse.exp: New file.
12039 * gdb.reverse/time-reverse.c: New test.
12040 * gdb.reverse/time-reverse.exp: New file.
12041 * gdb.reverse/waitpid-reverse.c: New test.
12042 * gdb.reverse/waitpid-reverse.exp: New file.
12043
5e2e7507
JK
120442015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12045
12046 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
12047
0fde2c53
DE
120482015-10-26 Doug Evans <dje@google.com>
12049
12050 PR symtab/17391
12051 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
12052 * gdb.dwarf2/bad-regnum.c: New file.
12053 * gdb.dwarf2/bad-regnum.exp: New file.
12054
1a70ae97
DE
120552015-10-26 Doug Evans <dje@google.com>
12056
12057 PR python/18938
12058 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
12059 file.
12060
27dc26ab
JK
120612015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12062
12063 * gdb.compile/compile.exp (compile code globalvar): Update expectation
12064 for a change by "Mention language in compile error message".
12065
bed91f4d
SM
120662015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
12067
12068 PR python/18073
12069 * gdb.python/py-type.c (C::a_method): New.
12070 (C::a_const_method): New.
12071 (C::a_static_method): New.
12072 (a_function): New.
12073 * gdb.python/py-type.exp (test_fields): Test getting fields
12074 from function and method.
12075
3f2f83dd
KB
120762015-10-21 Keven Boell <keven.boell@intel.com>
12077
12078 * gdb.fortran/vla-alloc-assoc.exp: New file.
12079 * gdb.fortran/vla-datatypes.exp: New file.
12080 * gdb.fortran/vla-datatypes.f90: New file.
12081 * gdb.fortran/vla-history.exp: New file.
12082 * gdb.fortran/vla-ptype-sub.exp: New file.
12083 * gdb.fortran/vla-ptype.exp: New file.
12084 * gdb.fortran/vla-sizeof.exp: New file.
12085 * gdb.fortran/vla-sub.f90: New file.
12086 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
12087 * gdb.fortran/vla-value-sub-finish.exp: New file.
12088 * gdb.fortran/vla-value-sub.exp: New file.
12089 * gdb.fortran/vla-value.exp: New file.
12090 * gdb.fortran/vla-ptr-info.exp: New file.
12091 * gdb.mi/mi-vla-fortran.exp: New file.
12092 * gdb.mi/vla.f90: New file.
12093
27145d50
SL
120942015-10-21 Sandra Loosemore <sandra@codesourcery.com>
12095
12096 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
12097 of hardwired timeout value.
12098
5f3ff4f8
JK
120992015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12100 Pedro Alves <palves@redhat.com>
12101
12102 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
12103 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
12104
bfd09d20
JS
121052015-10-19 Josh Stone <jistone@redhat.com>
12106
12107 * gdb.base/catch-syscall.c: Include <sched.h>.
12108 (unknown_syscall): New variable.
12109 (main): Trigger a vfork and an unknown syscall.
12110 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
12111 (unknown_syscall_number): Likewise.
12112 (check_call_to_syscall): Accept an optional syscall pattern.
12113 (check_return_from_syscall): Likewise.
12114 (check_continue): Likewise.
12115 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
12116 (test_catch_syscall_skipping_return): New test toggling off 'catch
12117 syscall' to step over the syscall return, then toggling back on.
12118 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
12119 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
12120 (do_syscall_tests): Call test_catch_syscall_without_args and
12121 test_catch_syscall_mid_vfork.
12122 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
12123 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
12124
b32b93c6
AS
121252015-10-19 Andrew Stubbs <ams@codesourcery.com>
12126
12127 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
12128 print g_vE): Add new pass patterns.
12129 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
12130 print various symbol names for vptr fields.
12131
9d622bda
AB
121322015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
12133
12134 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
12135 results.
12136
0fd8ac1c
YQ
121372015-10-12 Yao Qi <yao.qi@linaro.org>
12138
12139 * gdb.arch/disp-step-insn-reloc.exp: New test case.
12140
34240514
YQ
121412015-10-12 Yao Qi <yao.qi@linaro.org>
12142
12143 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
12144 is aarch64*-*-linux*.
12145
8240f442
YQ
121462015-10-12 Yao Qi <yao.qi@linaro.org>
12147
12148 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
12149 (can_relocate_bcond_true): ... it.
12150 (can_relocate_bcond_false): New function.
12151 (foo): Likewise.
12152 (can_relocate_bl): Likewise.
12153 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
12154 can_relocate_bl.
12155
2520f728
PMR
121562015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
12157
12158 * gdb.base/nested-addr.c: New file.
12159 * gdb.base/nested-addr.exp: New testcase.
12160
abcef95a
MM
121612015-10-09 Markus Metzger <markus.t.metzger@intel.com>
12162
12163 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
12164 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
12165 its output. Ignore the output of "record goto begin" and instead
12166 check that GDB is replaying.
12167
145e3ddb
PA
121682015-10-09 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
12171 (top level): Use it in the run with no args test.
12172
d5d8c4e1
IB
121732015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
12174
12175 * gdb.dlang/properties.exp: New file.
12176
06e635ef
SL
121772015-10-02 Sandra Loosemore <sandra@codesourcery.com>
12178
12179 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
12180 whether or not address 0x1000 is mapped on the target.
12181
e019fd1d
SM
121822015-09-30 Simon Marchi <simon.marchi@ericsson.com>
12183
12184 * gdb.python/py-type.exp: Do not run tests if binaries fail to
12185 build.
12186
77ba2a67
MM
121872015-09-30 Markus Metzger <markus.t.metzger@intel.com>
12188
12189 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
12190 instruction-history test.
12191
c60eb31f
DE
121922015-09-28 Doug Evans <dje@google.com>
12193
12194 * gdb.base/gcore.c (array_func): Add reference to static_array.
12195
9a3c8263
SM
121962015-09-25 Simon Marchi <simon.marchi@ericsson.com>
12197
12198 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
12199 source line.
12200
9720e656
SL
122012015-09-24 Sandra Loosemore <sandra@codesourcery.com>
12202
12203 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
12204 short or char as base type.
12205
938d3bf2
SL
122062015-09-23 Sandra Loosemore <sandra@codesourcery.com>
12207
12208 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
12209 to allow any size enum.
12210
e6c2c623
PMR
122112015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
12212
12213 * gdb.ada/array_ptr_renaming.exp: New testcase.
12214 * gdb.ada/array_ptr_renaming/foo.adb: New file.
12215 * gdb.ada/array_ptr_renaming/pack.ads: New file.
12216
06da0f77
PL
122172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12218
12219 * gdb.trace/ftrace-lock.c: New file.
12220 * gdb.trace/ftrace-lock.exp: New file.
12221
4f51c22a
PL
122222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12223
12224 * gdb.arch/insn-reloc.c: New file.
12225 * gdb.arch/ftrace-insn-reloc.exp: New file.
12226
7041adf4
PL
122272015-09-21 Pierre Langlois <pierre.langlois@arm.com>
12228
12229 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
12230 instruction.
12231 * gdb.trace/pendshr1.c (pendfunc): Likewise.
12232 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
12233 * gdb.trace/range-stepping.c: Likewise.
12234 * gdb.trace/trace-break.c: Likewise.
12235 * gdb.trace/trace-mt.c (thread_function): Likewise.
12236 * gdb.trace/ftrace.c (marker): Likewise.
12237 * gdb.trace/trace-condition.c (marker): Likewise.
12238 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
12239 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
12240 is_aarch64_target.
12241
015d2e7e
DE
122422015-09-18 Doug Evans <xdje42@gmail.com>
12243
12244 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
12245 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
12246
26b188a2
SL
122472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12248
12249 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
12250 the breakpoint.
12251
79dc332b
SL
122522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12253
12254 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
12255 the pending breakpoint. Remove timeout override for "Run till
12256 MI pending breakpoint on pendfunc3 on thread 2" test.
12257
f57929f2
SL
122582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12259
12260 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
12261 filename pattern.
12262
3f469b17
SL
122632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12264
12265 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
12266 in breakpoint filename pattern.
12267
515b89b3
SL
122682015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12269
7800dbe4
SL
12270 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
12271
122722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
12273
515b89b3
SL
12274 * gdb.linespec/explicit.exp: Check for readline support for
12275 tab-completion tests. Fix obvious typo.
12276
d2939ba2
MM
122772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12278
12279 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
12280 and replay.
12281
cbb55fa7
MM
122822015-09-18 Markus Metzger <markus.t.metzger@intel.com>
12283
12284 * gdb.btrace/non-stop.c: New.
12285 * gdb.btrace/non-stop.exp: New.
12286
43691ca1
PL
122872015-09-17 Pierre Langlois <pierre.langlois@arm.com>
12288 Yao Qi <yao.qi@linaro.org>
12289
12290 * gdb.trace/trace-condition.c: New file.
12291 * gdb.trace/trace-condition.exp: New file.
12292
d78908cf
WW
122932015-09-16 Wei-cheng Wang <cole945@gmail.com>
12294
12295 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
12296 for testing bytecode compilation.
12297
1ed415e2
PA
122982015-09-16 Pedro Alves <palves@redhat.com>
12299 Sandra Loosemore <sandra@codesourcery.com>
12300
12301 * gdb.threads/non-stop-fair-events.c (timeout): New global.
12302 (SECONDS): Redefine.
12303 (main): Call pthread_kill and alarm early.
12304 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
12305 support.
12306 (test): If the target can't hardware step and doesn't support
12307 displaced stepping, increase the timeout.
12308
d136eff5
PA
123092015-09-16 Pedro Alves <palves@redhat.com>
12310
12311 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
12312 (enable_debug): New procedures.
12313 (test): Use them. Bail out if waiting for threads fails.
12314 (top level): Bail out if a test fails.
12315
991f019c
YQ
123162015-09-16 Yao Qi <yao.qi@linaro.org>
12317
12318 * gdb.asm/asm-source.exp: Set asm-arch for
12319 aarch64*-*-* target.
12320 * gdb.asm/aarch64.inc: New file.
12321
bfca584f
PMR
123222015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
12323
12324 * gdb.ada/array_of_variable_length.exp: New testcase.
12325 * gdb.ada/array_of_variable_length/foo.adb: New file.
12326 * gdb.ada/array_of_variable_length/pck.adb: New file.
12327 * gdb.ada/array_of_variable_length/pck.ads: New file.
12328
b326e587
DE
123292015-09-15 Doug Evans <dje@google.com>
12330
12331 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
12332 of function static local variable.
12333
5382cfab
PW
123342015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
12335
12336 * gdb.threads/tls-so_extern.exp: New test file.
12337 * gdb.threads/tls-so_extern.c: New test file.
12338 * gdb.threads/tls-so_extern_main.c: New test file.
12339
141c5cc4
JK
123402015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
12341
12342 * gdb.opt/solib-intra-step-lib.c: New file.
12343 * gdb.opt/solib-intra-step-main.c: New file.
12344 * gdb.opt/solib-intra-step.exp: New file.
12345
d15dcecd
PA
123462015-09-15 Pedro Alves <palves@redhat.com>
12347
12348 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
12349 gdb_continue_to_breakpoint instead of gdb_test_multiple.
12350
4c2f2a79
PA
123512015-09-14 Pedro Alves <palves@redhat.com>
12352
12353 * gdb.base/hook-stop-continue.c: Delete.
12354 * gdb.base/hook-stop-continue.exp: Delete.
12355 * gdb.base/hook-stop-frame.c: Delete.
12356 * gdb.base/hook-stop-frame.exp: Delete.
12357 * gdb.base/hook-stop.c: New file.
12358 * gdb.base/hook-stop.exp: New file.
12359
919e6dbe
PMR
123602015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
12361
12362 * gdb.ada/access_to_packed_array.exp: New testcase.
12363 * gdb.ada/access_to_packed_array/foo.adb: New file.
12364 * gdb.ada/access_to_packed_array/pack.adb: New file.
12365 * gdb.ada/access_to_packed_array/pack.ads: New file.
12366
157280a4
MM
123672015-09-14 Markus Metzger <markus.t.metzger@intel.com>
12368
12369 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
12370 buffer size test.
12371
2fd33e94
DB
123722015-09-11 Don Breazeal <donb@codesourcery.com>
12373
12374 * gdb.base/foll-exec.c: Add copyright header. Fix
12375 formatting issues.
12376 * gdb.base/foll-exec.exp (zap_session): Delete proc.
12377 (do_exec_tests): Use clean_restart in place of zap_session,
12378 and for test initialization. Fix formatting issues. Use
12379 fail in place of perror.
12380 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
12381 an expect statement to match an expression with output from
12382 the program under debug.
12383 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
12384 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
12385 * gdb.threads/non-ldr-exc-2.exp: Likewise.
12386 * gdb.threads/non-ldr-exc-3.exp: Likewise.
12387 * gdb.threads/non-ldr-exc-4.exp: Likewise.
12388
e70b6e8e
DE
123892015-09-09 Doug Evans <dje@google.com>
12390
12391 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
12392
7a551a51
DE
123932015-09-09 Doug Evans <dje@google.com>
12394
12395 * gdb.base/pie-execl.exp: Fix result test of build_executable.
12396
4c666f84
DE
123972015-09-09 Doug Evans <dje@google.com>
12398
12399 * gdb.base/savedregs.exp: Fix typo.
12400
243a9253
PA
124012015-09-09 Pedro Alves <palves@redhat.com>
12402
12403 * gdb.mi/mi-cli.exp: Add CLI finish tests.
12404
c0fa8fbd
SL
124052015-09-08 Sandra Loosemore <sandra@codesourcery.com>
12406
12407 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
12408 command actually switches threads. Give up on remaining
12409 tests if target fails to stop at breakpoint.
12410
cd7c1778
PMR
124112015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
12412
12413 * gdb.ada/funcall_char.exp: New testcase.
12414 * gdb.ada/funcall_char/foo.adb: New file.
12415
dc5c8746
PMR
124162015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
12417
12418 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
12419 expected outputs. Add two testcases for completing ambiguous
12420 functions.
12421 * gdb.ada/complete/aux_pck.adb: New file.
12422 * gdb.ada/complete/aux_pck.ads: New file.
12423 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
12424 Ambiguous_Func functions.
12425 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
12426 * gdb.ada/complete/pck.adb: Likewise.
12427
4e83a1e7
UW
124282015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
12429
12430 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
12431 failures to run the test program under GDB.
12432
8ce74153
LM
124332015-08-26 Luis Machado <lgustavo@codesourcery.com>
12434
12435 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
12436 to C.
12437
e9756d52
PP
124382015-08-26 Patrick Palka <patrick@parcs.ath.cx>
12439
12440 * gdb.base/run-after-attach.exp: New test file.
12441 * gdb.base/run-after-attach.c: New test file.
12442
8d37573b
DB
124432015-08-26 Don Breazeal <donb@codesourcery.com>
12444
12445 * gdb.base/foll-exec-2.c: New test program.
12446 * gdb.base/foll-exec-2.exp: New test.
12447
63e43d3a
PMR
124482015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
12449
12450 * gdb.base/nested-subp1.exp: New file.
12451 * gdb.base/nested-subp1.c: New file.
12452 * gdb.base/nested-subp2.exp: New file.
12453 * gdb.base/nested-subp2.c: New file.
12454 * gdb.base/nested-subp3.exp: New file.
12455 * gdb.base/nested-subp3.c: New file.
12456
3d40fbb5
PA
124572015-08-24 Pedro Alves <palves@redhat.com>
12458
12459 * gdb.server/connect-without-multi-process.c: New file.
12460 * gdb.server/connect-without-multi-process.exp: New file.
12461
4422ac93
LM
124622015-08-24 Luis Machado <lgustavo@codesourcery.com>
12463
12464 * gdb.opt/inline-markers.c: Make z int.
12465
91dddb86
LM
124662015-08-24 Luis Machado <lgustavo@codesourcery.com>
12467
12468 * gdb.opt/inline-markers.c: Make z volatile.
12469
a48847ee
LM
124702015-08-24 Luis Machado <lgustavo@codesourcery.com>
12471
12472 * gdb.opt/inline-bt.c: New volatile global z.
12473 * gdb.opt/inline-cmds.c: Likewise.
12474 * gdb.opt/inline-locals.c: Likewise.
12475 * gdb.opt/inline-markers.c: New extern global z.
12476 (marker): Use z.
12477 (inline_fn): Likewise.
12478
0ebbc52b
PA
124792015-08-24 Pedro Alves <palves@redhat.com>
12480
12481 * config/m32r-stub.exp: Remove file.
12482 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
12483 * gdb.base/call-rt-st.exp: Likewise.
12484 * gdb.base/call-strs.exp: Likewise.
12485 * gdb.base/default.exp: Remove references to h8300-*-hms and
12486 *-*-udi*.
12487 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
12488
77c365df
AA
124892015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12490
12491 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
12492 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
12493 and "return" use KFAIL when GDB can not read/write the vector
12494 return value.
12495
4313b8c0
GB
124962015-08-21 Gary Benson <gbenson@redhat.com>
12497
12498 * gdb.trace/pending.exp: Cope with remote transfer warnings.
12499
0e433b32
PA
125002015-08-20 Pedro Alves <palves@redhat.com>
12501
12502 * gdb.server/solib-list.exp: No longer expect an interior stop in
12503 non-stop mode.
12504
221e1a37
PA
125052015-08-20 Pedro Alves <palves@redhat.com>
12506
12507 * gdb.server/connect-stopped-target.c: New file.
12508 * gdb.server/connect-stopped-target.exp: New file.
12509
40e3ad0e
PA
125102015-08-20 Pedro Alves <palves@redhat.com>
12511
12512 * gdb.dwarf2/comp-unit-lang.exp: New file.
12513 * gdb.dwarf2/comp-unit-lang.c: New file.
12514
af39b327
PMR
125152015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
12516
12517 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
12518 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
12519
7d45c7c3 125202015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 12521
7d45c7c3
KB
12522 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
12523 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
12524
4d6cceb4
DE
125252015-08-18 Doug Evans <dje@google.com>
12526 Adrian Sendroiu <adrian.sendroiu@freescale.com>
12527
12528 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
12529 skip_python_tests. New arg prompt_regexp.
12530 (skip_python_tests): New function.
12531 * lib/mi-support.exp (mi_skip_python_tests): New function.
12532 * gdb.python/py-mi-objfile-gdb.py: New file.
12533 * gdb.python/py-mi-objfile.c: New file.
12534 * gdb.python/py-mi-objfile.exp: New file.
12535
ad89c2aa
KS
125362015-08-17 Keith Seitz <keiths@redhat.com>
12537
12538 * gdb.linespec/explicit.exp: Move strace test from here ...
12539 * gdb.trace/strace.exp: ... to here.
12540
e3ae3c43
PP
125412015-08-15 Patrick Palka <patrick@parcs.ath.cx>
12542
12543 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
12544 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
12545
604b2636
DE
125462015-08-14 Doug Evans <xdje42@gmail.com>
12547
12548 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
12549 inferior before selecting a new file.
12550
6ff0ba5f
DE
125512015-08-14 Doug Evans <xdje42@gmail.com>
12552
12553 * gdb.mi/mi-disassemble.exp: Update.
12554 * gdb.base/disasm-optim.S: New file.
12555 * gdb.base/disasm-optim.c: New file.
12556 * gdb.base/disasm-optim.h: New file.
12557 * gdb.base/disasm-optim.exp: New file.
12558
9ca98f92
KS
125592015-08-14 Keith Seitz <keiths@redhat.com>
12560
12561 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
12562 "evaluated-by".
12563
52bbc560
JB
125642015-08-13 Joel Brobecker <brobecker@adacore.com>
12565
12566 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
12567
5d8c3ed3
PMR
125682015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
12569
12570 * gdb.ada/fun_renaming.exp: New testcase.
12571 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
12572 * gdb.ada/fun_renaming/pack.adb: New file.
12573 * gdb.ada/fun_renaming/pack.ads: New file.
12574
ea8812bc
KS
125752015-08-12 Keith Seitz <keiths@redhat.com>
12576
12577 * gdb.base/dso2dso.exp: Pass basename of source file in call to
12578 gdb_get_line_number.
12579
4dafcdeb
JB
125802015-08-12 Joel Brobecker <brobecker@adacore.com>
12581
12582 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
12583 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
12584 gdb.base/dso2dso.exp: New files.
12585
5ba32597
SDJ
125862015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
12587 Pedro Alves <palves@redhat.com>
12588 Keith Seitz <keiths@redhat.com>
12589
12590 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
12591 GDBFLAGS.
12592
b6dafabf
PP
125932015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12594
12595 * gdb.base/gdbhistsize-history.exp
12596 (test_histsize_history_setting): Use save_vars.
12597 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
12598 Use save_vars.
12599 (test_no_truncation_of_unlimited_history_file): Use save_vars.
12600 * gdb.base/readline.exp: Use save_vars.
12601
abe8e607
PP
126022015-08-12 Patrick Palka <patrick@parcs.ath.cx>
12603
12604 * lib/gdb.exp (save_vars): New proc.
12605
629500fa
KS
126062015-08-11 Keith Seitz <keiths@redhat.com>
12607
12608 * gdb.base/help.exp: Update help_breakpoint_text.
12609
eb8c4e2e
KS
126102015-08-11 Keith Seitz <keiths@redhat.com>
12611
12612 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
12613 (at toplevel): Call test_explicit_breakpoints.
12614 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
12615 breakpoints.
12616 * lib/mi-support.exp (mi_make_breakpoint): Add support for
12617 breakpoint conditions, "-cond".
12618
87f0e720
KS
126192015-08-11 Keith Seitz <keiths@redhat.com>
12620
12621 * gdb.linespec/3explicit.c: New file.
12622 * gdb.linespec/cpexplicit.cc: New file.
12623 * gdb.linespec/cpexplicit.exp: New file.
12624 * gdb.linespec/explicit.c: New file.
12625 * gdb.linespec/explicit.exp: New file.
12626 * gdb.linespec/explicit2.c: New file.
12627 * gdb.linespec/ls-errs.exp: Add explicit location tests.
12628 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
12629 before using in the matching pattern.
12630 Clarify that `prefix' is a regular expression.
12631
f00aae0f
KS
126322015-08-11 Keith Seitz <keiths@redhat.com>
12633
12634 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
12635 test.
12636 Add tests for missing ",FMT" and ",".
12637
e27852be
DE
126382015-08-10 Doug Evans <dje@google.com>
12639 Keith Seitz <keiths@redhat.com>
12640
12641 PR gdb/17960
12642 * gdb.base/completion.exp: Add location completer tests.
12643
7f03bd92
PA
126442015-08-07 Pedro Alves <palves@redhat.com>
12645
12646 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
12647 tests here.
12648 (top level): Run do_test with and without displaced stepping.
12649
3fc8eb30
PA
126502015-08-07 Pedro Alves <palves@redhat.com>
12651
12652 * gdb.base/valgrind-disp-step.c: New file.
12653 * gdb.base/valgrind-disp-step.exp: New file.
12654
d4569d7b
PA
126552015-08-07 Pedro Alves <palves@redhat.com>
12656
12657 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
12658 Delete function.
12659 (main): Add alarm. Run an infinite loop instead of calling
12660 wait_threads.
12661 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
12662 comment.
12663 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
12664 Delete function.
12665 (main): Add alarm. Run an infinite loop instead of calling
12666 wait_threads.
12667 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
12668 comment.
12669
e1316e60
PA
126702015-08-07 Pedro Alves <palves@redhat.com>
12671
12672 * gdb.base/checkpoint-ns.exp: New file.
12673 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
12674 standard_testfile.
12675
da8c46d2
MM
126762015-08-07 Markus Metzger <markus.t.metzger@intel.com>
12677
12678 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
12679 * gdb.btrace/instruction_history.exp: Update.
12680 * gdb.btrace/tsx.exp: New.
12681 * gdb.btrace/tsx.c: New.
12682
de1c2c52
PA
126832015-08-06 Pedro Alves <palves@redhat.com>
12684
12685 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
12686 increase timeout.
12687 * gdb.reverse/until-precsave.exp: Bump timeouts.
12688
782e0bf4
PA
126892015-08-06 Pedro Alves <palves@redhat.com>
12690
12691 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
12692
83e97ed0
PA
126932015-08-06 Pedro Alves <palves@redhat.com>
12694
12695 PR gdb/18749
12696 * gdb.threads/process-dies-while-handling-bp.c: New file.
12697 * gdb.threads/process-dies-while-handling-bp.exp: New file.
12698
863d01bd
PA
126992015-08-06 Pedro Alves <palves@redhat.com>
12700
12701 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
12702 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
12703
0a39bb32
PA
127042015-08-05 Pedro Alves <palves@redhat.com>
12705
12706 * gdb.threads/next-while-other-thread-longjmps.c: New file.
12707 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
12708
ee2d2b10
SL
127092015-08-03 Sandra Loosemore <sandra@codesourcery.com>
12710
12711 * gdb.base/bp-permanent.exp: Report test as unsupported if
12712 the target cannot stop at the permanent breakpoint.
12713
4e1bdb00
DE
127142015-08-03 Doug Evans <dje@google.com>
12715
12716 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
12717 10000.
12718
3d338901
DE
127192015-08-03 Doug Evans <dje@google.com>
12720
12721 * Makefile.in (workers/%.worker, build-perf): New rule.
12722 (GDB_PERFTEST_MODE): New variable.
12723 (check-perf): Use it.
12724 (clean): Clean up gdb.perf parallel build subdirs.
12725 * lib/build-piece.exp: New file.
12726 * lib/gdb.exp (make_gdb_parallel_path): New function
12727 (standard_output_file, standard_temp_file): Call it.
12728 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
12729 of $GDB_PARALLEL.
12730 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
12731
af061d3e
DE
127322015-08-03 Doug Evans <dje@google.com>
12733
8e1afc81 12734 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
12735 (LOG_FILE_NAME): New global.
12736 (TextReporter.__init__): Initialize self.txt_sum.
12737 (TextReporter.report): Add support for multiple data-points.
12738 Move report to perftest.sum, put raw data in perftest.log.
12739 (TextReporter.start): Open sum and log files.
12740 (TextReporter.end): Close sum and log files.
8e1afc81
DE
12741 * gdb.perf/lib/perftest/testresult.py
12742 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 12743
2c8c5d37
PA
127442015-07-31 Pedro Alves <palves@redhat.com>
12745
12746 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
12747 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12748 kill_wait_spawned_process instead of explicit "kill -9".
12749 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
12750 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12751 kill_wait_spawned_process.
12752 * gdb.base/attach-twice.exp: Likewise.
12753 * gdb.base/attach.exp: Likewise.
12754 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
12755 gdb_test_multiple.
12756 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
12757 returning a spawn id instead of a pid. Use spawn_id_get_pid and
12758 kill_wait_spawned_process.
12759 * gdb.base/valgrind-infcall.exp: Likewise.
12760 * gdb.multi/multi-attach.exp: Likewise.
12761 * gdb.python/py-prompt.exp: Likewise.
12762 * gdb.python/py-sync-interp.exp: Likewise.
12763 * gdb.server/ext-attach.exp: Likewise.
12764 * gdb.threads/attach-into-signal.exp (corefunc): Use
12765 spawn_wait_for_attach, spawn_id_get_pid and
12766 kill_wait_spawned_process.
12767 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
12768 spawn_wait_for_attach returning a spawn id instead of a pid. Use
12769 spawn_id_get_pid and kill_wait_spawned_process.
12770 * gdb.threads/attach-stopped.exp (corefunc): Use
12771 spawn_wait_for_attach, spawn_id_get_pid and
12772 kill_wait_spawned_process.
12773 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
12774 Use spawn_id_get_pid. Wait for spawn id after eof. Use
12775 kill_wait_spawned_process instead of explicit "kill -9".
12776 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
12777 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
12778 (spawn_wait_for_attach): Use spawn instead of exec to spawn
12779 processes. Don't map cygwin/windows pids here. Now returns a
12780 spawn id list.
12781
032a0fca
SL
127822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12783
12784 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
12785 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
12786 correct patch.
12787
61a934ca
SL
127882015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12789
12790 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
12791
4bc4d428
SL
127922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
12793
12794 Reapply:
12795 2014-05-21 Mark Wielaard <mjw@redhat.com>
12796
12797 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
12798
998d452a
PA
127992015-07-30 Pedro Alves <palves@redhat.com>
12800
12801 * linux-low.c (handle_extended_wait): Set the child's last
12802 reported status to TARGET_WAITKIND_STOPPED.
12803
69dde7dc
PA
128042015-07-30 Pedro Alves <palves@redhat.com>
12805
12806 PR threads/18600
12807 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
12808 only shows inferior 1.
12809
4dd63d48
PA
128102015-07-30 Simon Marchi <simon.marchi@ericsson.com>
12811 Pedro Alves <palves@redhat.com>
12812
12813 PR threads/18600
12814 * gdb.threads/fork-plus-threads.c: New file.
12815 * gdb.threads/fork-plus-threads.exp: New file.
12816
d618e4c5
PP
128172015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12818
12819 * gdb.base/batch-preserve-term-settings.exp
12820 (test_terminal_settings_preserved_after_cli_exit): Use
12821 send_quit_command.
12822
1eef6428
PA
128232015-07-29 Pedro Alves <palves@redhat.com>
12824 Don Breazeal <donb@codesourcery.com>
12825
12826 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
12827 output from both inferior_spawn_id and gdb_spawn_id.
12828
7da5b897
SDJ
128292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12830
12831 * gdb.threads/attach-into-signal.exp (corefunc): Use
12832 with_test_prefix on nested loops, uniquefying the test messages.
12833
dac804df
SDJ
128342015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
12835
12836 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
12837 commit.
12838
06265e53
PP
128392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12840
12841 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
12842 New proc.
12843 (test_terminal_settings_preserved_after_sigterm): New test.
12844
18206ca3
PP
128452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12846
12847 * gdb.base/batch-preserve-term-settings.exp
12848 (test_terminal_settings_preserved_after_cli_exit): New test.
12849
90074d11
PP
128502015-07-29 Patrick Palka <patrick@parcs.ath.cx>
12851
12852 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
12853 manipulation of saved_gdbflags.
12854 (test_terminal_settings_preserved): Remove global declaration of
12855 the unused variable pagination_prompt. Remove manipulation of
12856 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
12857 GDBFLAGS.
12858
eb1a7902
PA
128592015-07-29 Pedro Alves <palves@redhat.com>
12860
12861 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
12862
8b75dd3b
PA
128632015-07-29 Pedro Alves <palves@redhat.com>
12864
12865 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
12866 at the top.
12867
dedad4e3
PA
128682015-07-29 Pedro Alves <palves@redhat.com>
12869
12870 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
12871 (main): Call gdb_unbuffer_output.
12872 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
12873 (main): Call gdb_unbuffer_output.
12874 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
12875 (main): Call gdb_unbuffer_output.
12876 * gdb.base/call-strs.exp: Adjust to step over the
12877 gdb_unbuffer_output call.
12878 * gdb.base/catch-gdb-caused-signals.c: Include
12879 "../lib/unbuffer_output.c".
12880 (main): Call gdb_unbuffer_output.
12881 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
12882 (main): Call gdb_unbuffer_output.
12883 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
12884 (main): Call gdb_unbuffer_output.
12885 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
12886 (main): Call gdb_unbuffer_output.
12887 * gdb.base/shlib-call.exp: Adjust to step over the
12888 gdb_unbuffer_output call.
12889 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
12890 (main): Call gdb_unbuffer_output.
12891 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
12892 (main): Call gdb_unbuffer_output.
12893 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
12894 (main): Rename to ...
12895 (test): ... this.
12896 (main): Reimplement.
12897 * gdb.base/varargs.exp: Run to test instead of to main.
12898 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12899 (main): Call gdb_unbuffer_output.
12900
58789a91
PA
129012015-07-29 Pedro Alves <palves@redhat.com>
12902
12903 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
12904 factore out from mi_continue_dprintf. For call-style dprintfs,
12905 expect dprintf output out of $inferior_spawn_id.
12906 (mi_continue_dprintf): Use mi_expect_dprintf.
12907 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
12908 (main): Call gdb_unbuffer_output.
12909
e8376742
PA
129102015-07-29 Pedro Alves <palves@redhat.com>
12911
12912 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
12913 (default_mi_gdb_start): Set inferior_spawn_id instead of
12914 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
12915 gdb_spawn_id.
12916 (mi_gdb_test): Always expect inferior output from both
12917 $inferior_spawn_id and $gdb_spawn_id.
12918
08280010
PA
129192015-07-29 Pedro Alves <palves@redhat.com>
12920
12921 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
12922 send_inferior and $inferior_spawn_id.
12923
4d30e432
PA
129242015-07-29 Pedro Alves <palves@redhat.com>
12925
12926 * gdb.gdb/complaints.exp (test_initial_complaints)
12927 (test_serial_complaints, test_short_complaints): Use
12928 gdb_test_stdio.
12929 (test_empty_complaint): Handle $inferior_spawn_id !=
12930 $gdb_spawn_id.
12931
0d30a335
PA
129322015-07-29 Pedro Alves <palves@redhat.com>
12933
12934 * gdb.base/varargs.exp: Use gdb_test_stdio.
12935
39413b29
PA
129362015-07-29 Pedro Alves <palves@redhat.com>
12937
12938 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
12939
7cb000a9
PA
129402015-07-29 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.base/ending-run.exp: Use gdb_test_stdio.
12943
d7b8ac82
PA
129442015-07-29 Pedro Alves <palves@redhat.com>
12945
12946 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
12947 parameter into two new parameters, "inf_result" and "gdb_result".
12948 Expect inferior output and gdb output from $inferior_spawn_id and
12949 $gdb_spawn_id, respectively. Adjust all callers.
12950
789c3a0c
PA
129512015-07-29 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
12954 of gdb_test_sequence.
12955
77e760c3
PA
129562015-07-29 Pedro Alves <palves@redhat.com>
12957
12958 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
12959 (saw_spurious_output): Expect inferior output from
12960 $inferior_spawn_id. Use gdb_test_stdio.
12961
8396d2cd
PA
129622015-07-29 Pedro Alves <palves@redhat.com>
12963
12964 * gdb.base/dprintf.exp: Use standard_testfile. Change
12965 prepare_for_testing call.
12966 (srcfile): Don't set.
12967 (restart): New procedure.
12968 (test_dprintf): New procecure, use to continue over dprintfs.
12969 (test_call, test_agent): New procedures, tests moved here.
12970 Restart gdb and recreate dprintfs. Adjust expected output.
12971
2051d61f
PA
129722015-07-29 Pedro Alves <palves@redhat.com>
12973
12974 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
12975
452397af
PA
129762015-07-29 Pedro Alves <palves@redhat.com>
12977
12978 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
12979
8aed9555
PA
129802015-07-29 Pedro Alves <palves@redhat.com>
12981
12982 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
12983 gdb_test_stdio.
12984
188a61b4
PA
129852015-07-29 Pedro Alves <palves@redhat.com>
12986
12987 * lib/gdb.exp (gdb_test_stdio): New procedure.
12988
12264a45
PA
129892015-07-29 Pedro Alves <palves@redhat.com>
12990
12991 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
12992
23ffc893
PA
129932015-07-29 Pedro Alves <palves@redhat.com>
12994
12995 * gdb.base/call-signal-resume.exp: Remove check for
12996 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
12997 * gdb.base/unwindonsignal.exp: Likewise.
12998 * gdb.base/call-signals.c (gen_signal): Remove printf call.
12999 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
13000
65566918
PA
130012015-07-29 Pedro Alves <palves@redhat.com>
13002
13003 * gdb.base/siginfo-addr.c (pass): New function.
13004 (handler): Call it iff si_addr is correct.
13005 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
13006 Set a breakpoint at "pass" and continue to it.
13007
d60a9221
SDJ
130082015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
13009
13010 * gdb.python/py-objfile.exp: Make some tests have unique names.
13011 * gdb.python/py-pp-registration.exp: Likewise.
13012
bde40b8f
PA
130132015-07-28 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.server/server-exec-info.exp: Issue a "disconnect".
13016
13e1dec8
SM
130172015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13018
13019 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
13020
da33c9a7
SM
130212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
13024
077836f7
PP
130252015-07-27 Patrick Palka <patrick@parcs.ath.cx>
13026
13027 * gdb.base/gdb-sigterm-2.exp: New test.
13028
b8cc7b2e
DE
130292015-07-25 Doug Evans <xdje42@gmail.com>
13030
13031 Revert:
13032 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13033 (workers/%.worker, build-perf): New rule.
13034 (GDB_PERFTEST_MODE): New variable.
13035 (check-perf): Use it.
13036 (clean): Clean up gdb.perf parallel build subdirs.
13037 * lib/build-piece.exp: New file.
13038 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13039 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13040 name.
13041 (standard_temp_file): Ditto.
13042 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13043 of $GDB_PARALLEL.
13044
c8bd4544
DE
130452015-07-24 Doug Evans <dje@google.com>
13046
13047 * gdb.perf/lib/perftest/utils.py: New file.
13048 * gdb.perf/gm-hello.cc: New file.
13049 * gdb.perf/gm-pervasive-typedef.cc: New file.
13050 * gdb.perf/gm-pervasive-typedef.h: New file.
13051 * gdb.perf/gm-std.cc: New file.
13052 * gdb.perf/gm-std.h: New file.
13053 * gdb.perf/gm-use-cerr.cc: New file.
13054 * gdb.perf/gm-utils.h: New file.
13055 * gdb.perf/gmonster-null-lookup.py: New file.
13056 * gdb.perf/gmonster-pervasive-typedef.py: New file.
13057 * gdb.perf/gmonster-print-cerr.py: New file.
13058 * gdb.perf/gmonster-ptype-string.py: New file.
13059 * gdb.perf/gmonster-runto-main.py: New file.
13060 * gdb.perf/gmonster-select-file.py: New file.
13061 * gdb.perf/gmonster1-null-lookup.exp: New file.
13062 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
13063 * gdb.perf/gmonster1-print-cerr.exp: New file.
13064 * gdb.perf/gmonster1-ptype-string.exp: New file.
13065 * gdb.perf/gmonster1-runto-main.exp: New file.
13066 * gdb.perf/gmonster1-select-file.exp: New file.
13067 * gdb.perf/gmonster1.cc: New file.
13068 * gdb.perf/gmonster1.exp: New file.
13069 * gdb.perf/gmonster2-null-lookup.exp: New file.
13070 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
13071 * gdb.perf/gmonster2-print-cerr.exp: New file.
13072 * gdb.perf/gmonster2-ptype-string.exp: New file.
13073 * gdb.perf/gmonster2-runto-main.exp: New file.
13074 * gdb.perf/gmonster2-select-file.exp: New file.
13075 * gdb.perf/gmonster2.cc: New file.
13076 * gdb.perf/gmonster2.exp: New file.
13077
6eab34f3
DE
130782015-07-24 Doug Evans <dje@google.com>
13079
13080 * gdb.perf/README: New file.
13081 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
13082 * lib/gen-perf-test.exp: New file.
13083
63738bfd
DE
130842015-07-24 Doug Evans <dje@google.com>
13085
13086 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
13087 (PerfTest::startup): New function.
13088 (PerfTest::run): Return result of calling body.
13089 (PerfTest::assemble): Rewrite.
13090 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
13091 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
13092 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
13093 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
13094 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
13095
7b606f95
DE
130962015-07-24 Doug Evans <dje@google.com>
13097
13098 * lib/gdb.exp (clean_restart): Make executable optional.
13099
a97b16b8
DE
131002015-07-24 Doug Evans <dje@google.com>
13101
13102 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
13103 compiler_info references.
13104 * gdb.cp/temargs.exp: Ditto.
13105 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
13106 (get_compiler_info): Early exit if already computed. Set compiler_info
13107 to "unknown" if there was a problem.
13108 (test_compiler_info): Add function comment. Call get_compiler_info.
13109
35baa57f
DE
131102015-07-24 Doug Evans <dje@google.com>
13111
13112 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
13113 (workers/%.worker, build-perf): New rule.
13114 (GDB_PERFTEST_MODE): New variable.
13115 (check-perf): Use it.
13116 (clean): Clean up gdb.perf parallel build subdirs.
13117 * lib/build-piece.exp: New file.
13118 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
13119 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
13120 name.
13121 (standard_temp_file): Ditto.
13122 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
13123 of $GDB_PARALLEL.
13124
6ebea266
DE
131252015-07-24 Doug Evans <dje@google.com>
13126
13127 * lib/future.exp (gdb_default_target_compile): New option
13128 "early_flags".
13129 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
13130 --as-needed.
13131
1e76a7e9
SDJ
131322015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
13133
13134 * gdb.base/catch-syscall.exp: Call gdb_exit before
13135 gdb_skip_xml_test.
13136
5068630a
PA
131372015-07-24 Pedro Alves <palves@redhat.com>
13138
13139 * gdb.python/py-events.exp: Accept output between the stop event
13140 and the prompt.
13141 * gdb.python/py-evsignal.exp: Likewise.
13142 * gdb.python/py-evthreads.exp: Likewise.
13143
77598427
PA
131442015-07-24 Pedro Alves <palves@redhat.com>
13145
13146 PR gdb/18717
13147 * gdb.threads/non-ldr-exit.c: New file.
13148 * gdb.threads/non-ldr-exit.exp: New file.
13149
11e6c98f
YQ
131502015-07-24 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.server/ext-wrapper.exp: Test --wrapper option when
13153 restarting process.
13154
51aee833
YQ
131552015-07-24 Yao Qi <yao.qi@linaro.org>
13156
13157 * gdb.server/ext-restart.exp: New file.
13158
8cfe207c
YQ
131592015-07-24 Yao Qi <yao.qi@linaro.org>
13160
13161 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
13162 argument options.
13163 * gdb.server/ext-wrapper.exp: New file.
13164
cc12ce38
DE
131652015-07-23 Doug Evans <dje@google.com>
13166
13167 * gdb.dwarf2/dw2-dummy-cu.S: New file.
13168 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
13169
d0d84780
PMR
131702015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
13171
13172 * gdb.ada/var_arr_typedef.exp: New testcase.
13173 * gdb.ada/var_arr_typedef/pack.adb: New file.
13174 * gdb.ada/var_arr_typedef/pack.ads: New file.
13175 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
13176
8b558f79
JB
131772015-07-20 Joel Brobecker <brobecker@adacore.com>
13178
13179 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
13180
775a3298
JK
131812015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13182
13183 * gdb.arch/i386-biarch-core.exp: Replace istarget
13184 by "complete set gnutarget". Remove expectation for the "core-file"
13185 command.
13186
db1ff28b
JK
131872015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13188
13189 Revert the previous commit:
13190 Tests for validate symbol file using build-id.
13191
0a94970d
JK
131922015-07-15 Aleksandar Ristovski <aristovski@qnx.com
13193
13194 Tests for validate symbol file using build-id.
13195 * gdb.base/solib-mismatch-lib.c: New file.
13196 * gdb.base/solib-mismatch-libmod.c: New file.
13197 * gdb.base/solib-mismatch.c: New file.
13198 * gdb.base/solib-mismatch.exp: New file.
13199
03346981
SL
132002015-07-15 Sandra Loosemore <sandra@codesourcery.com>
13201
13202 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
13203 nios2-*-linux*.
13204 * gdb.base/sigbpt.exp (stepi_out): Likewise.
13205 * gdb.base/siginfo.exp: Likewise.
13206 * gdb.base/sigstep.exp (advance, advancei): Likewise.
13207
42422cc7
PL
132082015-07-15 Pierre Langlois <pierre.langlois@arm.com>
13209
13210 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
13211 Move it to ...
13212 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
13213 ... here.
13214 * gdb.trace/range-stepping.exp: Check that the target supports
13215 range stepping.
13216
cfa68bae
JK
132172015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13218
13219 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
13220
8ffdba26
PA
132212015-07-14 Pedro Alves <palves@redhat.com>
13222
13223 * gdb.base/killed-outside.exp: New file.
13224 * gdb.base/killed-outside.c: New file.
13225
218a5a11
JK
132262015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
13227
13228 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
13229 (n at main): New.
13230 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
13231
e03ed3c6
AA
132322015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
13233
13234 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
13235 infcall tests instead of setting up for KFAIL.
13236
485668e5
MM
132372015-07-10 Markus Metzger <markus.t.metzger@intel.com>
13238
13239 * gdb.btrace/record_goto-step.exp: New.
13240
08464196
JK
132412015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13242
13243 PR compile/18484
13244 * gdb.compile/compile.c (struct struct_type): Add volatile to
13245 selffield's type.
13246 * gdb.compile/compile.exp
13247 (compile code struct_object.selffield = &struct_object): Skip further
13248 struct_object tests if this one xfails.
13249
bcf5c1d9
RC
132502015-07-08 Robert O'Callahan <robert@ocallahan.org>
13251
13252 PR exp/18617
13253 * gdb.trace/ax.exp: Add test.
13254
4931af25
YQ
132552015-07-07 Yao Qi <yao.qi@linaro.org>
13256
13257 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
13258 instead of istarget "aarch64*-*-*".
13259 * gdb.arch/aarch64-fp.exp: Likewise.
13260 * gdb.base/float.exp: Likewise.
13261 * gdb.reverse/aarch64.exp: Likewise.
13262 * lib/gdb.exp (is_aarch64_target): New proc.
13263
9fcf688e
YQ
132642015-07-07 Yao Qi <yao.qi@linaro.org>
13265
13266 * lib/gdb.exp (is_aarch32_target): New proc.
13267 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
13268 instead of "istarget "arm*-*-*"".
13269 * gdb.arch/arm-disp-step.exp: Likewise.
13270 * gdb.arch/thumb-bx-pc.exp: Likewise.
13271 * gdb.arch/thumb-prologue.exp: Likewise.
13272 * gdb.arch/thumb-singlestep.exp: Likewise.
13273 * gdb.base/disp-step-syscall.exp: Likewise.
13274 * gdb.base/float.exp: Likewise.
13275
fbd8d50d
YQ
132762015-07-07 Yao Qi <yao.qi@linaro.org>
13277
13278 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
13279 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
13280
71be1fdc
YQ
132812015-07-07 Yao Qi <yao.qi@linaro.org>
13282
13283 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
13284 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
13285 if it exists.
13286 * gdb.multi/multi-arch.exp: Likewise.
13287
3e221d36
SM
132882015-07-07 Simon Marchi <simon.marchi@ericsson.com>
13289
13290 * gdb.python/py-lazy-string.exp: Add missing parentheses to
13291 print.
13292
d441430b
YQ
132932015-07-07 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.arch/thumb-singlestep.exp: Do one more single step.
13296
06f810bd
MG
132972015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
13298
13299 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
13300 '[' and ']' characters.
13301
5e61e7c0
IB
133022015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
13303
13304 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13305
28bf096c
PA
133062015-06-29 Pedro Alves <palves@redhat.com>
13307
13308 PR threads/18127
13309 * gdb.threads/hand-call-new-thread.c: New file.
13310 * gdb.threads/hand-call-new-thread.c: New file.
13311
ee93cd5e
KS
133122015-06-26 Keith Seitz <keiths@redhat.com>
13313 Doug Evans <dje@google.com>
13314
13315 PR 16253
13316 * gdb.cp/var-tag-2.cc: New file.
13317 * gdb.cp/var-tag-3.cc: New file.
13318 * gdb.cp/var-tag-4.cc: New file.
13319 * gdb.cp/var-tag.cc: New file.
13320 * gdb.cp/var-tag.exp: New file.
13321
fc637f04
PP
133222015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13323
13324 * gdb.base/history-duplicates.exp: New test.
13325
2e52ae68
PP
133262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
13327
13328 * gdb.base/completion.exp: Test the completion of the "focus"
13329 command.
13330
6e22494e
JK
133312015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13332
13333 * gdb.arch/amd64-prologue-skip.S: New file.
13334 * gdb.arch/amd64-prologue-skip.exp: New file.
13335
bf7b9cd9
SM
133362015-06-25 Simon Marchi <simon.marchi@ericsson.com>
13337
13338 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
13339 is_address_zero_readable check.
13340
201e8dfd
PB
133412015-06-24 Peter Bergner <bergner@vnet.ibm.com>
13342
13343 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
13344 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
13345
5cd867b4
YQ
133462015-06-24 Yao Qi <yao.qi@linaro.org>
13347
13348 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
13349 linux targets.
13350
4d7be007
YQ
133512015-06-24 Yao Qi <yao.qi@linaro.org>
13352
13353 * lib/gdb.exp (supports_get_siginfo_type): New proc.
13354 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
13355 * gdb.base/siginfo-thread.exp: Likewise.
13356
07fcd301
YQ
133572015-06-22 Yao Qi <yao.qi@linaro.org>
13358
13359 * boards/remote-gdbserver-on-localhost.exp: Add comments.
13360
52042a00
YQ
133612015-06-22 Yao Qi <yao.qi@linaro.org>
13362
13363 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
13364 aarch64*-*-*.
13365 (skip_hw_watchpoint_tests): Likewise.
13366
74bd41ce
PP
133672015-06-18 Patrick Palka <patrick@parcs.ath.cx>
13368
13369 * gdb.base/gdbinit-history.exp: Test the interaction between
13370 setting GDBHISTSIZE and setting the history size via .gdbinit.
13371
bc460514
PP
133722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13373
13374 PR gdb/16999
13375 * gdb.base/gdbhistsize-history.exp: New test.
13376
b58c513b
PP
133772015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13378
13379 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
13380 with GDBHISTSIZE.
13381 * gdb.base/readline.exp: Likewise.
13382
92046791
YQ
133832015-06-17 Yao Qi <yao.qi@linaro.org>
13384
13385 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
13386 line.
13387
2093d2d3
PP
133882015-06-17 Patrick Palka <patrick@parcs.ath.cx>
13389
13390 * gdb.base/gdbinit-history.exp: Add test case to check that
13391 an unlimited history file does not get truncated on exit.
13392
e6c693af
AA
133932015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13394
13395 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
13396 (VECTOR): New macro. Use it...
13397 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
13398 ...for these typedefs.
13399 (int8, char1, int1, double1): New typedefs.
13400 (struct just_int2, struct two_int2): New structures.
13401 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
13402 (add_structvecs, add_singlevecs): New functions.
13403 (main): Call add_some_intvecs twice.
13404 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
13405 the compile and exit upon failure. Try compiling for the "native"
13406 architecture. Test inferior function calls with vector arguments
13407 and vector return value handling with "finish" and "return".
13408
c74f7d1c
JT
134092015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
13410
13411 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
13412 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
13413 PE file.
13414 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
13415
98aa42ee
AT
134162015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
13417
13418 PR breakpoints/16465
13419 * gdb.mi/mi-dprintf-pending.c: New file.
13420 * gdb.mi/mi-dprintf-pending.exp: New test.
13421 * gdb.mi/mi-dprintf-pendshr.c: New file.
13422
7d73c23c 134232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 13424 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
13425
13426 * gdb.arch/i386-mpx-map.c: New file.
13427 * gdb.arch/i386-mpx-map.exp: New File.
13428
134292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13430
13431 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
13432 * gdb.arch/i386-mpx.exp: Indentation fixed.
13433
134342015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13435
13436 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
13437 function and improved indentation.
13438 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
13439 gdb_test_multiple. Added additional tests to skip the test.
13440
134412015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
13442
13443 * gdb.arch/i386-avx512.c: Change path in include file.
13444 * gdb.arch/i386-avx512.exp: Change include dir path
13445 compilation flag.
13446 * gdb.arch/i386-mpx.c: Change path in include file.
13447 * gdb.arch/i386-mpx.exp: Change include dir path compilation
13448 flag.
13449
d5eba19a
JK
134502015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13451
13452 * gdb.compile/compile-print.exp (compile print *vararray@3)
13453 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
13454
7f361056
JK
134552015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
13456
13457 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
13458 (do not keep jit in memory): ... this.
13459 (expect 5): Change it to ...
13460 (expect no 5): ... this.
13461
3b462ec2
SM
134622015-06-02 Simon Marchi <simon.marchi@ericsson.com>
13463
13464 PR gdb/15564
13465 * gdb.mi/mi-detach.exp: New file.
13466
e0619de6
JK
134672015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13468
13469 PR symtab/18392
13470 * gdb.arch/amd64-tailcall-self.S: New file.
13471 * gdb.arch/amd64-tailcall-self.c: New file.
13472 * gdb.arch/amd64-tailcall-self.exp: New file.
13473
e970cb34
DB
134742015-05-28 Don Breazeal <donb@codesourcery.com>
13475
13476 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
13477 tests for remote targets by checking is_target_gdbserver.
13478
b2e2f908
DE
134792015-05-27 Doug Evans <dje@google.com>
13480
13481 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
13482 * gdb.dwarf2/opaque-type-lookup.c: New file.
13483 * gdb.dwarf2/opaque-type-lookup.exp: New file.
13484
82c7be31
DE
134852015-05-26 Doug Evans <dje@google.com>
13486
13487 * gdb.cp/iostream.cc: New file.
13488 * gdb.cp/iostream.exp: New file.
13489
b4f54984
DE
134902015-05-26 Doug Evans <dje@google.com>
13491
13492 * gdb.dwarf2/dw2-op-call.exp: Update.
13493 * gdb.dwarf2/dw4-sig-types.exp: Update.
13494 * gdb.dwarf2/implptr.exp: Update.
13495 * gdb.mi/mi-cmd-param-changed.exp: Update.
13496
4ea6efe9
DE
134972015-05-26 Doug Evans <dje@google.com>
13498
13499 * gdb.python/py-lazy-string.c: New file.
13500 * gdb.python/py-lazy-string.exp: New file.
13501 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
13502 (main): Update. Add estring3.
13503 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
13504 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
13505
f6bb7db3
YQ
135062015-05-26 Omair Javaid <omair.javaid@linaro.org>
13507 Yao Qi <yao.qi@linaro.org>
13508
13509 * gdb.reverse/aarch64.c: New.
13510 * gdb.reverse/aarch64.exp: New.
13511
a81bfbd0
OJ
135122015-05-26 Omair Javaid <omair.javaid@linaro.org>
13513
25d49b86
PA
13514 * lib/gdb.exp (supports_process_record): Return true for
13515 aarch64*-linux*.
a81bfbd0
OJ
13516 (supports_reverse): Likewise.
13517
158bf1b4
PP
135182015-05-22 Patrick Palka <patrick@parcs.ath.cx>
13519
13520 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13521 Use with_test_prefix.
13522
a0145030
AB
135232015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
13524
13525 * gdb.base/completion.exp: Add test for completion of layout
13526 names.
13527
ebe3b578
AB
135282015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
13529
13530 * lib/gdb.exp (skip_tui_tests): New proc.
13531 * gdb.base/tui-layout.exp: Check skip_tui_tests.
13532
84204ed7
PA
135332015-05-19 Pedro Alves <palves@redhat.com>
13534
13535 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
13536 Save the whole env array instead of just HOME. Unset HISTSIZE in
13537 the environment while testing. Restore whole environment
13538 afterwards.
13539
37442ce1
DE
135402015-05-16 Doug Evans <xdje42@gmail.com>
13541
13542 * gdb.guile/scm-ports.c: New file.
13543 * gdb.guile/scm-ports.exp: Add memory port tests.
13544
36de76f9
JK
135452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13546
13547 * gdb.compile/compile-print.c: New file.
13548 * gdb.compile/compile-print.exp: New file.
13549
3a9558c4
JK
135502015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13551
13552 * gdb.compile/compile-ops.exp: Cast param to void.
13553 * gdb.compile/compile.exp: Complete type for _gdb_expr.
13554 (compile code struct_object.selffield = &struct_object): Add xfail.
13555
aa715135
JG
135562015-05-15 Joel Brobecker <brobecker@adacore.com>
13557
13558 * gdb.ada/arr_enum_with_gap: New testcase.
13559
931e5bc3
JG
135602015-05-15 Joel Brobecker <brobecker@adacore.com>
13561
13562 * gdb.ada/byte_packed_arr: New testcase.
13563
9cd4d857
JB
135642015-05-15 Joel Brobecker <brobecker@adacore.com>
13565
13566 * gdb.ada/pckd_neg: New testcase.
13567
ebfd00d2
PP
135682015-05-13 Patrick Palka <patrick@parcs.ath.cx>
13569
13570 PR gdb/17820
13571 * gdb.base/gdbinit-history.exp: New test.
13572 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
13573 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
13574
4c082a81
SC
135752015-05-09 Siva Chandra Reddy <sivachandra@google.com>
13576
13577 * gdb.python/py-xmethods.cc: Enhance test case.
13578 * gdb.python/py-xmethods.exp: New tests.
13579 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
13580 function.
13581 (B_indexoper): Likewise.
13582 (global_dm_list) : Add new xmethod worker functions.
13583
f7797074
SDJ
135842015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
13585
13586 * gdb.base/coredump-filter.exp: Correctly unset
13587 "coredump_var_addr" array.
13588
a4674e4e
PA
135892015-05-08 Pedro Alves <palves@redhat.com>
13590
13591 * gdb.server/non-existing-program.exp: Unset spawn_id.
13592
df2eb078
SC
135932015-05-08 Siva Chandra Reddy <sivachandra@google.com>
13594
13595 PR python/18291
13596 * gdb.python/py-xmethods.exp: Add tests.
13597
422349a3
YQ
135982015-05-08 Yao Qi <yao.qi@linaro.org>
13599
13600 PR gdb/18208
13601 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
13602 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
13603 function set_coredump_filter, and remove remote_exec call.
13604 Remove argument ipid. Callers update.
13605 (top level): Don't get inferior's PID.
13606
63fc80ce
AA
136072015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
13608
13609 * gdb.base/watch_thread_num.exp: Skip test on targets without
13610 access watchpoints.
13611
80ad801e
PA
136122015-05-06 Pedro Alves <palves@redhat.com>
13613
13614 PR server/18081
13615 * gdb.server/non-existing-program.exp: New file.
13616
0fa7fe50
JB
136172015-05-05 Joel Brobecker <brobecker@adacore.com>
13618
13619 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
13620
3ea89b92
PMR
136212015-05-05 Joel Brobecker <brobecker@adacore.com>
13622
13623 * gdb.ada/out_of_line_in_inlined: New testcase.
13624
87b8eff0
JB
136252015-05-05 Joel Brobecker <brobecker@adacore.com>
13626
13627 * gdb.ada/var_rec_arr: New testcase.
13628
5fccc635
YQ
136292015-04-30 Yao Qi <yao.qi@linaro.org>
13630
13631 * gdb.base/break-idempotent.exp: If
13632 skip_hw_watchpoint_multi_tests returns true, skip the tests
13633 on "rwatch" and "awatch".
13634
42d38f42
YQ
136352015-04-30 Yao Qi <yao.qi@linaro.org>
13636
13637 * gdb.base/relativedebug.exp: Invoke gdb command
13638 "info sharedlibrary", and if libc.so doesn't have debug info,
13639 skip the test.
13640
2ce1cdbf
DE
136412015-04-29 Doug Evans <dje@google.com>
13642
13643 * gdb.python/py-xmethods.exp: Add ptype tests.
13644 * gdb.python/py-xmethods.py (E_method_char_worker): Add
13645 get_result_type method.
13646
f24a38c5
LM
136472015-04-29 Luis Machado <lgustavo@codesourcery.com>
13648
13649 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
13650 the target does not support hardware watchpoints.
13651
ecbf2b3c
LM
136522015-04-29 Luis Machado <lgustavo@codesourcery.com>
13653
13654 * gdb.base/break-always.exp: Abort testing if writing to memory
13655 causes an error.
13656
34f5f757
DE
136572015-04-28 Doug Evans <dje@google.com>
13658
13659 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
13660 * gdb.python/py-pp-registration.exp: ... here. New file.
13661 * gdb.python/py-pp-registration.c: New file.
13662 * gdb.python/py-pp-registration.py: New file.
13663
69b4374a
DE
136642015-04-28 Doug Evans <dje@google.com>
13665
13666 * gdb.python/py-bad-printers.c: New file.
13667 * gdb.python/py-bad-printers.py: New file.
13668 * gdb.python/py-bad-printers.exp: New file.
13669
59fb7612
SS
136702015-04-28 Sasha Smundak <asmundak@google.com>
13671
13672 * gdb.python/py-type.exp: New test.
13673
2631b16a
AW
136742015-04-28 Andy Wingo <wingo@igalia.com>
13675
13676 * gdb.python/py-parameter.exp:
13677 * gdb.guile/scm-parameter.exp: Escape the path that we are
13678 matching against, as it might contain characters that are special
13679 to regular expressions.
13680
460efde1
JB
136812015-04-27 Joel Brobecker <brobecker@adacore.com>
13682
13683 * gdb.ada/rec_comp: New testcase.
13684
2d369d8e
SDJ
136852015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
13686
13687 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
13688 before using it.
13689
cf75d6c3
AB
136902015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
13691
13692 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
13693 new tests for verilog output.
13694
8dbe7ca5
YQ
136952015-04-24 Yao Qi <yao.qi@linaro.org>
13696
13697 * boards/remote-gdbserver-on-localhost.exp: New file.
13698
4ef9fb2f
PA
136992015-04-23 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
13702 $inferior_spawn_id instead of $inferior_spawn_id directly. On
13703 "end of file", remove $inferior_spawn_id from the indirect list.
13704
0a803169
PA
137052015-04-23 Pedro Alves <palves@redhat.com>
13706
13707 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
13708
749ef8f8
PA
137092015-04-23 Pedro Alves <palves@redhat.com>
13710
13711 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
13712 on $any_spawn_id instead of only on $gdb_spawn_id.
13713
8aae4344
PM
137142015-04-21 Pierre Muller <muller@sourceware.org>
13715
13716 PR pascal/17815
13717 * lib/pascal.exp (gpc_compile): Add new option "class".
13718 (fpc_compile): Likewise.
13719 * gdb.pascal/case-insensitive-symbols.pas: New file.
13720 * gdb.pascal/case-insensitive-symbols.exp: New file.
13721
1586c8fb
GB
137222015-04-20 Gary Benson <gbenson@redhat.com>
13723
13724 * gdb.base/attach.exp: Fix three extended remote failures.
13725
1b6e6f5c
GB
137262015-04-17 Gary Benson <gbenson@redhat.com>
13727
13728 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
13729 the main executable over the remote protocol.
13730
e797481d
PA
137312015-04-16 Pedro Alves <palves@redhat.com>
13732
13733 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
13734 a new gdbserver if gdbserver_reconnect_p is set.
13735
1ca99c42
PA
137362015-04-16 Pedro Alves <palves@redhat.com>
13737
13738 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
13739 is set, don't exit gdbserver.
13740
af9fd6f8
AA
137412015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13742
13743 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
13744 appropriate .insn, such that an older assembler can be used.
13745 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
13746 the z/Architecture instruction set on 31-bit targets as well.
13747
04ff1e61
AA
137482015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13749
13750 * gdb.go/handcall.exp: Remove all logic related to the first
13751 breakpoint and rely on go_runto_main instead.
13752 * gdb.go/strings.exp: Likewise.
13753 * gdb.go/unsafe.exp: Likewise.
13754 * gdb.go/hello.exp: Likewise. Also rename the remaining
13755 breakpoint marker to "breakpoint 1".
13756 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
13757 * gdb.go/strings.go: Likewise.
13758 * gdb.go/unsafe.go: Likewise.
13759 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
13760 "set breakpoint 2 here" and rename the remaining breakpoint marker
13761 to "breakpoint 1".
13762
40d2f8d6
SM
137632015-04-15 Simon Marchi <simon.marchi@ericsson.com>
13764
13765 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
13766 if itertools.imap is not present.
13767 * gdb.python/py-objfile.exp: Add parentheses.
13768 * gdb.python/py-type.exp: Same.
13769 * gdb.python/py-unwind-maint.py: Same.
13770
8cbc97c6
YQ
137712015-04-15 Yao Qi <yao.qi@linaro.org>
13772
13773 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
13774 of ":$ptr_size" and set its form explicitly.
13775
45fd756c
YQ
137762015-04-15 Pedro Alves <palves@redhat.com>
13777 Yao Qi <yao.qi@linaro.org>
13778
13779 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
13780 timeout by factor of 4.
13781 (test_regular_watch): Likewise.
13782 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
13783 * gdb.reverse/sigall-reverse.exp: Likewise.
13784 * gdb.reverse/until-precsave.exp: Likewise.
13785 * lib/gdb.exp (with_timeout_factor): New proc.
13786 (gdb_expect): Move some code to ...
13787 (get_largest_timeout): ... here. New procedure.
13788
9e811bc3
LM
137892015-04-14 Luis Machado <lgustavo@codesourcery.com>
13790
13791 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
13792
0ff6fcb2
LM
137932015-04-13 Luis Machado <lgustavo@codesourcery.com>
13794
13795 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
13796 to write to the .text section.
13797
7578d5f7
LM
137982015-04-13 Luis Machado <lgustavo@codesourcery.com>
13799
13800 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
13801 Handle the case of targets that do not provide PID information.
13802
2efe15c4
YQ
138032015-04-13 Yao Qi <yao.qi@linaro.org>
13804
13805 * lib/gdbserver-support.exp (gdb_exit): Catch exception
13806 and use expect instead of gdb_expect.
13807
8cd8f2f8
SDJ
138082015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
13809
13810 * gdb.base/coredump-filter.exp: Rename variable "addr" to
13811 "coredump_var_addr" to avoid naming conflict with other testcases.
13812
9ee41772
PA
138132015-04-10 Pedro Alves <palves@redhat.com>
13814
13815 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
13816 gdb_test_sequence and gdb_assert.
13817
07473109
PA
138182015-04-10 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
13821 test messages that don't include the breakpoint address.
13822
de3db44c
YQ
138232015-04-10 Yao Qi <yao.qi@linaro.org>
13824
13825 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
13826 false for some offset and width combinations which aren't
13827 supported by linux kernel.
13828
c79d856c
PA
138292015-04-10 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
13832 procedure, factored out from ...
13833 (top level): ... here. Add "set displaced-stepping" testing axis.
13834 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
13835 parameter "displaced". Use it.
13836 (top level): Use foreach and add "set displaced-stepping" testing
13837 axis.
13838
ebc90b50
PA
138392015-04-10 Pedro Alves <palves@redhat.com>
13840
13841 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
13842 Remove comment.
13843 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
13844 both the address of the instruction that triggers the watchpoint
13845 and the address of the instruction immediately after, and use
13846 those addresses for the test. Fix comment.
13847
8f572e5c
PA
138482015-04-10 Pedro Alves <palves@redhat.com>
13849
13850 * gdb.base/sigstep.exp (breakpoint_to_handler)
13851 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
13852 Test "backtrace" in handler.
13853 (breakpoint_over_handler): New parameter 'displaced'. Use it.
13854 (top level): Add new "displaced" test axis to
13855 breakpoint_to_handler, breakpoint_to_handler_entry and
13856 breakpoint_over_handler.
13857
8d707a12
PA
138582015-04-10 Pedro Alves <palves@redhat.com>
13859
13860 PR gdb/18216
13861 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
13862
ef713951
YQ
138632015-04-10 Yao Qi <yao.qi@linaro.org>
13864
13865 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
13866 (test_add_rn_pc): New function.
13867 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
13868 (top level): Invoke test_add_rn_pc.
13869
906d60cf
PA
138702015-04-10 Pedro Alves <palves@redhat.com>
13871
13872 PR gdb/13858
13873 * gdb.base/step-over-no-symbols.exp: New file.
13874
f2983cc3
AW
138752015-04-09 Andy Wingo <wingo@igalia.com>
13876
13877 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
13878 after the Python tests.
13879
6d62641c
SDJ
138802015-04-08 Keith Seitz <keiths@redhat.com>
13881
13882 PR python/16699
13883 * gdb.python/py-completion.exp: New tests for completion.
13884 * gdb.python/py-completion.py (CompleteLimit1): New class.
13885 (CompleteLimit2): Likewise.
13886 (CompleteLimit3): Likewise.
13887 (CompleteLimit4): Likewise.
13888 (CompleteLimit5): Likewise.
13889 (CompleteLimit6): Likewise.
13890 (CompleteLimit7): Likewise.
13891
f3770638
PA
138922015-04-08 Pedro Alves <palves@redhat.com>
13893
13894 PR gdb/18214
13895 PR gdb/18216
13896 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
13897 function.
13898 (main): Install it as SIGUSR1 handler.
13899 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
13900 parameter. Always use "setup" as prefix. Toggle "set
13901 displaced-stepping" off/on depending on global. Don't switch to
13902 thread 1 here.
13903 (top level): Add displaced stepping "off/on" test axis. Update
13904 "setup" calls. Wrap each subtest with with_test_prefix. Test
13905 continuing with a queued signal in each thread.
13906
4496bed7
PA
139072015-04-08 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
13910 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
13911 gdb_breakpoint instead of gdb_test that doesn't expect anything.
13912 Return early if running to main fails.
13913 * gdb.trace/while-stepping.exp: Likewise.
13914
b97fde92
PA
139152015-04-07 Pedro Alves <palves@redhat.com>
13916
13917 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
13918 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
13919 interact with inferior program.
13920
f71c18e7
PA
139212015-04-07 Pedro Alves <palves@redhat.com>
13922
13923 * lib/gdb.exp (inferior_spawn_id): New global.
13924 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
13925 spawn id after processing the user code.
13926 (default_gdb_start): Set inferior_spawn_id.
13927 (send_inferior): New procedure.
13928 * lib/gdbserver-support.exp (gdbserver_start): Set
13929 inferior_spawn_id.
13930 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
13931
6423214f
PA
139322015-04-07 Pedro Alves <palves@redhat.com>
13933
13934 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
13935 * lib/gdbserver-support.exp (gdbserver_start): Make
13936 $server_spawn_id global.
13937 (gdbserver_start): Don't wait for gdbserver's spawn id with
13938 expect_background.
13939 (close_gdbserver): New procedure.
13940 (gdb_exit): Rename the default version and reimplement.
13941
71c0ee8c
PA
139422015-04-07 Pedro Alves <palves@redhat.com>
13943
72f4393d 13944 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
13945 append the substituted item, not the original item.
13946
203bc29b
PA
139472015-04-07 Pedro Alves <palves@redhat.com>
13948
13949 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
13950 gdb_expect.
13951
508a3ddf
PA
139522015-04-07 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.base/interrupt.exp: Don't handle the case of the inferior
13955 output appearing once only.
13956
9f6dbe2b
PA
139572015-04-07 Pedro Alves <palves@redhat.com>
13958
13959 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
13960 that doesn't expect anything. Return early if running to main
13961 fails.
13962
337532fa
YQ
139632015-04-07 Yao Qi <yao.qi@linaro.org>
13964
13965 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
13966 (child_function): Call alarm.
13967 (main): Move call to alarm into the loop.
13968 * gdb.threads/non-stop-fair-events.exp: Build program with
13969 -DTIMEOUT=$timeout.
13970
01b622d4
DE
139712015-04-06 Doug Evans <xdje42@gmail.com>
13972
13973 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
13974 Fix dest parameter to board_info.
13975 (fpc_compile): Ditto.
13976 (gdb_compile_pascal): Rename dest arg to destfile.
13977
961f4160
PMR
139782015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
13979
13980 * gdb.ada/funcall_ref.exp: New file.
13981 * gdb.ada/funcall_ref/foo.adb: New file.
13982
cafda597
YQ
139832015-04-02 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
13986 is remote.
13987
fed040c6
GB
139882015-04-02 Gary Benson <gbenson@redhat.com>
13989
13990 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
13991
d11916aa
SS
139922015-04-01 Sasha Smundak <asmundak@google.com>
13993
13994 * gdb.python/py-unwind-maint.c: New file.
13995 * gdb.python/py-unwind-maint.exp: New test.
13996 * gdb.python/py-unwind-maint.py: New file.
13997 * gdb.python/py-unwind.c: New file.
13998 * gdb.python/py-unwind.exp: New test.
13999 * gdb.python/py-unwind.py: New test.
14000
a1471180
PA
140012015-04-01 Pedro Alves <palves@redhat.com>
14002
14003 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
14004 to fail instead of non-existent $test.
14005
0bbeccb1
PA
140062015-04-01 Pedro Alves <palves@redhat.com>
14007
14008 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
14009 GDBFLAGS if not empty.
14010
3c724c8c
PMR
140112015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
14012
14013 * gdb.ada/complete.exp: Remove "multi_line".
14014 * gdb.ada/info_exc.exp: Remove "multi_line".
14015 * gdb.ada/packed_tagged.exp: Remove "multi_line".
14016 * gdb.ada/ptype_field.exp: Remove "multi_line".
14017 * gdb.ada/sym_print_name.exp: Remove "multi_line".
14018 * gdb.ada/tagged.exp: Remove "multi_line".
14019 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
14020 [multi_line ...]
14021 * gdb.btrace/delta.exp: Likewise.
14022 * gdb.btrace/exception.exp: Likewise.
14023 * gdb.btrace/function_call_history.exp: Likewise.
14024 * gdb.btrace/instruction_history.exp: Likewise.
14025 * gdb.btrace/nohist.exp: Likewise.
14026 * gdb.btrace/record_goto.exp: Likewise.
14027 * gdb.btrace/segv.exp: Likewise.
14028 * gdb.btrace/stepi.exp: Likewise.
14029 * gdb.btrace/tailcall.exp: Likewise.
14030 * gdb.btrace/unknown_functions.exp: Likewise.
14031 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
14032 * lib/gdb.exp: Add the "multi_line" helper.
14033
4eec2deb
PA
140342015-04-01 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.threads/tid-reuse.c: New file.
14037 * gdb.threads/tid-reuse.exp: New file.
14038
df8411da
SDJ
140392015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
14040
14041 PR corefiles/16092
14042 * gdb.base/coredump-filter.c: New file.
14043 * gdb.base/coredump-filter.exp: Likewise.
14044
6ef37366
PM
140452015-03-27 Petr Machata <pmachata@redhat.com>
14046
14047 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
14048 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
14049 (Dwarf::assemble): Initialize them.
14050 (Dwarf::lines): New function.
14051
7ec911b0
JT
140522015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
14053
14054 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
14055 SYMBOL_PREFIX for x86_64-*-cygwin.
14056
ff908ebf
AW
140572015-03-26 Andy Wingo <wingo@igalia.com>
14058
14059 PR symtab/18148
14060 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
14061 const_value but not a location.
14062 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
14063 location defined in non-main CUs are visible.
14064
6d5f0679
YQ
140652015-03-26 Yao Qi <yao.qi@linaro.org>
14066
14067 PR testsuite/18139
14068 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
14069 Add a line number entry for the same line.
14070 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
14071 Add a line number entry for the same line.
14072
2898689b
YQ
140732015-03-26 Yao Qi <yao.qi@linaro.org>
14074
14075 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
14076 .int 0.
14077 (func): Likewise. Add .Lfunc_1 label.
14078 Use .Lfunc_1 label.
14079 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
14080 .int 0.
14081 (func): Likewise.
14082 Use .Lfunc_1 label.
14083
85180498
YQ
140842015-03-26 Yao Qi <yao.qi@linaro.org>
14085
14086 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
14087 Call gdb_compile instead to compile each .s files without debug
14088 information.
14089
8aa08a8d
YQ
140902015-03-26 Yao Qi <yao.qi@linaro.org>
14091
14092 * gdb.base/savedregs.exp (process_saved_regs): Make
14093 "Saved registers:" optional in the pattern.
14094
66849923
MM
140952015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14096
14097 * gdb.btrace/next.exp: Merged into step.exp.
14098 * gdb.btrace/finish.exp: Merged into step.exp.
14099 * gdb.btrace/nexti.exp: Merged into stepi.exp.
14100 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
14101 "record goto" and checking the exact replay position.
14102 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
14103 check for "Recording format" in "info record" output.
14104 * gdb.btrace/record_goto.exp: Choose test file based on target.
14105 * gdb.btrace/x86-record_goto.S: Renamed into ...
14106 * gdb.btrace/x86_64-record_goto.S: ... this.
14107 * gdb.btrace/i686-record_goto.S: New.
14108 * gdb.btrace/x86-tailcall.S: Renamed into ...
14109 * gdb.btrace/x86_64-tailcall.S: ... this.
14110 * gdb.btrace/i686-tailcall.S: New.
14111 * gdb.btrace/x86-tailcall.c: Renamed into ...
14112 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
14113 separate statements. Update test.
14114 * gdb.btrace/delta.exp: Use record_goto.c as test file.
14115 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
14116 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
14117 * gdb.btrace/tailcall.exp: Choose test file based on target.
14118 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
14119
11cc1b74
MM
141202015-03-25 Markus Metzger <markus.t.metzger@intel.com>
14121
14122 * gdb.btrace/exception.exp: Increase BTS buffer size.
14123
a25d8bf9
PA
141242015-03-24 Pedro Alves <palves@redhat.com>
14125
14126 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
14127
856e7dd6
PA
141282015-03-24 Pedro Alves <palves@redhat.com>
14129
14130 * gdb.threads/schedlock.exp (test_step): No longer expect that
14131 "set scheduler-locking step" with "next" over a function call runs
14132 threads unlocked.
14133
ad235a41
AT
141342015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14135
14136 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
14137
15630549
AT
141382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14139
14140 PR breakpoints/16466
14141 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
14142 * gdb.mi/mi-pending.c (thread_func): New function.
14143 (int main): Add threading support required.
14144 * gdb.mi/mi-pending.exp: Add tests for this issue.
14145 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
14146 (pendfunc2): Remove stdio dependency.
14147 * gdb.mi/mi-pendshr2.c: New file.
14148
693dca06
KS
141492015-03-23 Keith Seitz <keiths@redhat.com>
14150
14151 * gdb.linespec/keywords.c: New file.
14152 * gdb.linespec/keywords.exp: New file.
14153
7e993ebf
KS
141542015-03-23 Keith Seitz <keiths@redhat.com>
14155
14156 PR gdb/18021
14157 * gdb.dwarf2/staticvirtual.exp: New test.
14158
bc23328c
JK
141592015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14160
14161 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
14162 * README: Remove HP-UX and gdb.hp.
14163 (configuration):
14164 * configure: Regenerate.
14165 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
14166 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
14167 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
14168 gdb.hp/gdb.defects/Makefile.
14169 * gdb.hp/Makefile.in: File deleted.
14170 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
14171 * gdb.hp/gdb.aCC/optimize.c: File deleted.
14172 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
14173 * gdb.hp/gdb.aCC/run.c: File deleted.
14174 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
14175 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
14176 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
14177 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
14178 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
14179 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
14180 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
14181 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
14182 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
14183 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
14184 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
14185 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
14186 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
14187 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
14188 * gdb.hp/gdb.base-hp/reg.s: File deleted.
14189 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
14190 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
14191 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
14192 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
14193 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
14194 * gdb.hp/gdb.compat/Makefile.in: File deleted.
14195 * gdb.hp/gdb.compat/average.c: File deleted.
14196 * gdb.hp/gdb.compat/sum.c: File deleted.
14197 * gdb.hp/gdb.compat/xdb.c: File deleted.
14198 * gdb.hp/gdb.compat/xdb0.c: File deleted.
14199 * gdb.hp/gdb.compat/xdb0.h: File deleted.
14200 * gdb.hp/gdb.compat/xdb1.c: File deleted.
14201 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
14202 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
14203 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
14204 * gdb.hp/gdb.defects/Makefile.in: File deleted.
14205 * gdb.hp/gdb.defects/bs14602.c: File deleted.
14206 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
14207 * gdb.hp/gdb.defects/solib-d.c: File deleted.
14208 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
14209 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
14210 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
14211 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
14212 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
14213 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
14214 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
14215 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
14216 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
14217 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
14218 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
14219 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
14220 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
14221 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
14222 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
14223 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
14224 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
14225 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
14226 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
14227 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
14228 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
14229 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
14230 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
14231 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
14232 * gdb.hp/tools/odump: File deleted.
14233
8bf3b159
PA
142342015-03-19 Pedro Alves <palves@redhat.com>
14235
14236 * gdb.threads/continue-pending-status.exp (saw_thread_2)
14237 (saw_thread_3): New globals.
14238 (top level): Increment them when an event for the corresponding
14239 thread is seen.
14240 (no thread starvation): New test.
14241
eb54c8bf
PA
142422015-03-19 Pedro Alves <palves@redhat.com>
14243
14244 * gdb.threads/continue-pending-status.c: New file.
14245 * gdb.threads/continue-pending-status.exp: New file.
14246
32d2e5d6
PA
142472015-03-18 Pedro Alves <palves@redhat.com>
14248
14249 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14250 Use gdb_is_target_remote instead of is_remote. Use
14251 gdb_test_multiple instead of gdb_expect. Exit early if
14252 gdb_test_multiple hits its internal matches. Tighten stepi tests
14253 expected output. Fail on exit with any signal, instead of just
14254 SIGILL.
14255
f68f11b7
YQ
142562015-03-18 Yao Qi <yao.qi@linaro.org>
14257
14258 PR tdep/18107
14259 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
14260 variable.
14261 * gdb.base/catch-syscall.exp: Don't skip it on
14262 aarch64*-*-linux* target. Remove elements in all_syscalls.
14263 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
14264 target.
14265 (setup_all_syscalls): New proc.
14266
ca5fd19b
YQ
142672015-03-16 Yao Qi <yao.qi@linaro.org>
14268
14269 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
14270 (top level): Skip tests if valid_addr_p returns false for
14271 $cmd1 or $cmd2.
14272
85642ba0
AW
142732015-03-11 Andy Wingo <wingo@igalia.com>
14274
14275 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
14276
e03f9645
YQ
142772015-03-11 Yao Qi <yao.qi@linaro.org>
14278
14279 * gdb.base/catch-syscall.exp: Fix typo in comments.
14280
5d0962b2
YQ
142812015-03-11 Yao Qi <yao.qi@linaro.org>
14282
14283 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
14284
b2df3cef
PA
142852015-03-09 Pedro Alves <palves@redhat.com>
14286
14287 * dg-extract-results.py: Delete.
14288
ef878e53
PA
142892015-03-09 Pedro Alves <palves@redhat.com>
14290
14291 Merge dg-extract-results.sh from GCC upstream (r218843).
14292
14293 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
14294 * dg-extract-results.sh: Use --text with grep to avoid issues with
14295 binary files. Fall back to cat -v, if that doesn't work.
14296
9494d219
PA
142972015-03-05 Pedro Alves <palves@redhat.com>
14298
14299 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
14300
a8d9763a
SM
143012015-03-04 Simon Marchi <simon.marchi@ericsson.com>
14302
14303 * lib/mi-support.exp (mi_expect_interrupt): Accept
14304 alternative event for when in all-stop mode.
14305
be9957b8
PA
143062015-03-04 Pedro Alves <palves@redhat.com>
14307
14308 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
14309
d57be0f4 143102015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
14311
14312 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
14313
c214c7cf
AA
143142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14315
14316 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
14317 regexps for GDB's current line display, accept a hex address
14318 preceding the line number.
14319
6d74a497
AA
143202015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
14321
14322 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
14323 the 'arch1' variable for "s390*-linux*" targets.
14324
511aee7c
PA
143252015-03-04 Pedro Alves <palves@redhat.com>
14326
14327 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
14328 (main): Pass missing retval argument to pthread_join call.
14329
95e50b27
PA
143302015-03-02 Pedro Alves <palves@redhat.com>
14331
14332 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
14333 (top level): Call do_test with non-stop as well.
14334
28054d69
PA
143352015-03-02 Pedro Alves <palves@redhat.com>
14336
14337 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
14338 -1.
14339
4fa5d7b4
AA
143402015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
14341
14342 * gdb.arch/s390-vregs.exp: New test.
14343 * gdb.arch/s390-vregs.S: New file.
14344
97c18565
PA
143452015-02-27 Pedro Alves <palves@redhat.com>
14346
14347 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
14348 call to catch_command_errors.
14349 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
14350 catch_command_errors.
14351
a37bfa30
PA
143522015-02-27 Pedro Alves <palves@redhat.com>
14353
14354 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
14355 "true" for boolean result.
14356 * gdb.gdb/selftest.exp (test_with_self): Also accept full
14357 prototype of main.
14358
6f98576f
PA
143592015-02-27 Pedro Alves <palves@redhat.com>
14360
14361 * lib/unbuffer_output.c: New file.
14362 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
14363 (main): Call gdb_unbuffer_output.
14364
eba5ab56
YQ
143652015-02-27 Yao Qi <yao.qi@linaro.org>
14366
14367 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
14368 target.
14369
0def5aaa
DE
143702015-02-26 Doug Evans <dje@google.com>
14371
14372 * gdb.cp/class2.cc (Dbase, D): New classes.
14373 (main): New local delta.
14374 * gdb.cp/class2.exp: Test printing delta.
14375 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
14376 (dynbar): New global.
14377 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
14378
081a1c2c
JK
143792015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14380
14381 * gdb.compile/compile-ifunc.c: New file.
14382 * gdb.compile/compile-ifunc.exp: New file.
14383
2f41223f
AT
143842015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
14385
14386 * gdb.base/structs.exp: Check for correct struct on finish.
14387
03eddd80
YQ
143882015-02-26 Yao Qi <yao.qi@linaro.org>
14389
14390 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
14391 is zero.
14392
80c57053
JK
143932015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
14394
14395 * gdb.arch/cordic.ko.bz2: New file.
14396 * gdb.arch/cordic.ko.debug.bz2: New file.
14397 * gdb.arch/ppc64-symtab-cordic.exp: New file.
14398
21613c12
YQ
143992015-02-25 Yao Qi <yao.qi@linaro.org>
14400
14401 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
14402 aarch64*-*-* target.
14403
d8b901ed
PA
144042015-02-23 Pedro Alves <palves@redhat.com>
14405
14406 * lib/gdb.exp (delete_breakpoints): Rewrite using
14407 gdb_test_multiple.
14408
e5b85ead
PA
144092015-02-23 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/info-os.c: Include stdlib.h.
14412
85c3a371
DE
144132015-02-22 Doug Evans <xdje42@gmail.com>
14414
14415 PR symtab/17855
14416 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
14417 is read after symbols have been re-read.
14418 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
14419 * gdb.ada/exec_changed/second.adb (Second): Ditto.
14420
96553a0c
DE
144212015-02-21 Doug Evans <dje@google.com>
14422
14423 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
14424
97a0c697
JK
144252015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
14426
14427 PR corefiles/17808
14428 * gdb.arch/i386-biarch-core.core.bz2: New file.
14429 * gdb.arch/i386-biarch-core.exp: New file.
14430
a47cd6e9
PA
144312015-02-21 Pedro Alves <palves@redhat.com>
14432
14433 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
14434 runto_main fails.
14435
c5facdc4
PA
144362015-02-20 Pedro Alves <palves@redhat.com>
14437
14438 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
14439 info probes.
14440
2db9a427
PA
144412015-02-20 Pedro Alves <palves@redhat.com>
14442
14443 * gdb.threads/multi-create-ns-info-thr.exp: New file.
14444
60fb7e9e
PA
144452015-02-20 Pedro Alves <palves@redhat.com>
14446
14447 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
14448 clean_restart before gdb_target_supports_trace.
14449
5c5019c2
PA
144502015-02-20 Pedro Alves <palves@redhat.com>
14451
14452 PR threads/18006
14453 * gdb.threads/clone-thread_db.c: New file.
14454 * gdb.threads/clone-thread_db.exp: New file.
14455
c9587f88
AT
144562015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
14457
14458 PR breakpoints/16812
14459 * gdb.base/catch-gdb-caused-signals.c: New file.
14460 * gdb.base/catch-gdb-caused-signals.exp: New file.
14461
f6a88844
JM
144622015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
14463
14464 * configure: Regenerated.
14465 * configure.ac: Use GDB_AC_TRANSFORM.
14466 * aclocal.m4: sinclude ../transform.m4.
14467
497c491b
JM
144682015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14469
14470 * lib/dtrace.exp: New file.
14471 * gdb.base/dtrace-probe.exp: Likewise.
14472 * gdb.base/dtrace-probe.d: Likewise.
14473 * gdb.base/dtrace-probe.c: Likewise.
14474 * lib/pdtrace.in: Likewise.
14475 * configure.ac: Output variables with the transformed names of
14476 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
14477 * configure: Regenerated.
14478
03e98035
JM
144792015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
14480
14481 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
14482 expected message when trying to access $_probe_* convenience
14483 variables while not on a probe.
14484
63cc30e9
JK
144852015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14486
14487 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
14488
0703599a
PA
144892015-02-11 Pedro Alves <pedro@codesourcery.com>
14490
14491 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
14492 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
14493
7e60a48e
DE
144942015-02-10 Doug Evans <xdje42@gmail.com>
14495
14496 * lib/gdb.exp (gdb_load): Always return a result.
14497
01b088bc
PA
144982015-02-10 Pedro Alves <palves@redhat.com>
14499
14500 * gdb.threads/signal-sigtrap.c: New file.
14501 * gdb.threads/signal-sigtrap.exp: New file.
14502
b05ec7a5
AT
145032015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
14504
14505 * gdb.trace/no-attach-trace.c: New file.
14506 * gdb.trace/no-attach-trace.exp: New file.
14507
a2c2acaf
MW
145082015-02-09 Mark Wielaard <mjw@redhat.com>
14509
14510 * gdb.dwarf2/atomic.c: New file.
14511 * gdb.dwarf2/atomic-type.exp: Likewise.
14512
31fd9caa
MM
145132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14514
14515 * gdb.btrace/buffer-size.exp: Update "info record" output.
14516 * gdb.btrace/delta.exp: Update "info record" output.
14517 * gdb.btrace/enable.exp: Update "info record" output.
14518 * gdb.btrace/finish.exp: Update "info record" output.
14519 * gdb.btrace/instruction_history.exp: Update "info record" output.
14520 * gdb.btrace/next.exp: Update "info record" output.
14521 * gdb.btrace/nexti.exp: Update "info record" output.
14522 * gdb.btrace/step.exp: Update "info record" output.
14523 * gdb.btrace/stepi.exp: Update "info record" output.
14524 * gdb.btrace/nohist.exp: Update "info record" output.
14525
d33501a5
MM
145262015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14527
14528 * gdb.btrace/buffer-size: New.
14529
f4abbc16
MM
145302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
14531
14532 * gdb.btrace/delta.exp: Update "info record" output.
14533 * gdb.btrace/enable.exp: Update "info record" output.
14534 * gdb.btrace/finish.exp: Update "info record" output.
14535 * gdb.btrace/instruction_history.exp: Update "info record" output.
14536 * gdb.btrace/next.exp: Update "info record" output.
14537 * gdb.btrace/nexti.exp: Update "info record" output.
14538 * gdb.btrace/step.exp: Update "info record" output.
14539 * gdb.btrace/stepi.exp: Update "info record" output.
14540 * gdb.btrace/nohist.exp: Update "info record" output.
14541
b9d61307
SM
145422015-02-06 Simon Marchi <simon.marchi@ericsson.com>
14543
14544 PR gdb/15678
14545 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
14546
e584fdbc
PA
145472015-02-06 Pedro Alves <palves@redhat.com>
14548
14549 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
14550 macro.
14551 (seconds_left, again): New globals.
14552 (main): Wait seconds_left in a 1-second sleep loop instead of
14553 sleeping 180 seconds. If 'again' is set, reset the seconds
14554 counter.
14555 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
14556 'again' in the inferior before detaching. Print the seconds left.
14557 (options): New global.
14558 (top level): Build program with -DTIMEOUT=$timeout.
14559
77f41761
PA
145602015-02-06 Pedro Alves <palves@redhat.com>
14561
14562 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
14563 determine how many seconds to pass to 'alarm'.
14564 * gdb.base/gdb-sigterm.exp (top level): Build program with
14565 -DTIMEOUT=$timeout.
14566 (do_test): Return success/failure indication. Add more verbose
14567 logging. Don't fail if 200 single steps are seen. Instead, fail
14568 when the test times out.
14569 (passes): New global.
14570 (top level): Break the testing loop if testing fails on any
14571 iteration. Use gdb_assert.
14572
b9394193
DB
145732015-02-04 Don Breazeal <donb@codesourcery.com>
14574
14575 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
14576 and initialize them.
14577 (ipc_cleanup): New function.
14578 (main): Don't declare shmid, semid, and msqid. Add a call to
14579 atexit so that we call ipc_cleanup on exit.
14580
42d9e528
PA
145812015-02-04 Pedro Alves <palves@redhat.com>
14582
14583 * boards/native-extended-gdbserver.exp: Remove any target variant
14584 specifications from the board name before clearing the isremote
14585 flag from board_info.
14586
ae6ae975
DE
145872015-01-31 Doug Evans <xdje42@gmail.com>
14588
14589 * gdb.base/maint.exp <maint print type argc>: Update expected output.
14590
cfb069a8
GB
145912015-01-31 Gary Benson <gbenson@redhat.com>
14592
14593 * gdb.base/completion.exp: Disable completion limiting for
14594 existing tests. Add new tests to check completion limiting.
14595 * gdb.linespec/ls-errs.exp: Disable completion limiting.
14596
5dd31d79
DE
145972015-01-31 Doug Evans <xdje42@gmail.com>
14598
14599 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
14600
9f050062
DE
146012015-01-31 Doug Evans <xdje42@gmail.com>
14602
14603 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
14604 entries. Duplicate file section script entries.
14605 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
14606 inlined entries. Add test for safe-path rejection.
14607 * gdb.python/py-section-script.c: Add duplicate inlined section script
14608 entries. Duplicate file section script entries.
14609 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
14610 inlined entries. Add test for safe-path rejection.
14611
df25ebbd
JB
146122015-01-29 Joel Brobecker <brobecker@adacore.com>
14613
14614 * gdb.ada/disc_arr_bound: New testcase.
14615
4a0ca9ec
JB
146162015-01-29 Joel Brobecker <brobecker@adacore.com>
14617
14618 * gdb.ada/mi_var_array: New testcase.
14619
3a8b707a
DE
146202015-01-27 Doug Evans <dje@google.com>
14621
14622 * gdb.python/py-objfile.exp: Add tests for objfile.username.
14623 Add test for objfile.filename, objfile.username after objfile
14624 has been unloaded.
14625
f8313f6e
JB
146262015-01-26 Joel Brobecker <brobecker@adacore.com>
14627
14628 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
14629 the second test to print the name attribute of value
14630 returned by the call to gdb.lookup_type, and adjust
14631 the expected output accordingly.
14632
37bc665e
MW
146332015-01-25 Mark Wielaard <mjw@redhat.com>
14634
14635 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
14636 * gdb.base/disp-step-fork.c: Include unistd.h.
14637 * gdb.base/siginfo-obj.c: Include stdio.h.
14638 * gdb.base/siginfo-thread.c: Likewise.
14639 * gdb.mi/non-stop.c: Include unistd.h.
14640 * gdb.mi/nsthrexec.c: Include stdio.h.
14641 * gdb.mi/pthreads.c: Include unistd.h.
14642 * gdb.modula2/unbounded1.c (main): Declare returns int.
14643 * gdb.reverse/consecutive-reverse.c: Likewise.
14644 * gdb.threads/create-fail.c: Include unistd.h.
14645 * gdb.threads/killed.c: Likewise.
14646 * gdb.threads/linux-dp.c: Likewise.
14647 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
14648 * gdb.threads/non-ldr-exc-2.c: Likewise.
14649 * gdb.threads/non-ldr-exc-3.c: Likewise.
14650 * gdb.threads/non-ldr-exc-4.c: Likewise.
14651 * gdb.threads/pthreads.c: Include unistd.h.
14652 (main): Declare returns int.
14653 * gdb.threads/tls-main.c (foo): New declaration.
14654 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
14655
f7e5394d
SM
146562015-01-23 Simon Marchi <simon.marchi@ericsson.com>
14657
14658 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
14659 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
14660
743649fd
MW
146612015-01-15 Mark Wielaard <mjw@redhat.com>
14662
14663 * gdb.base/noreturn-return.c: New file.
14664 * gdb.base/noreturn-return.exp: New file.
14665 * gdb.base/noreturn-finish.c: New file.
14666 * gdb.base/noreturn-finish.exp: New file.
14667
198297aa
PA
146682015-01-23 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.threads/continue-pending-after-query.c: New file.
14671 * gdb.threads/continue-pending-after-query.exp: New file.
14672
717cf30c
AG
146732015-01-22 Anders Granlund <anders.granlund@ericsson.com>
14674 Simon Marchi <simon.marchi@ericsson.com>
14675
14676 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
14677 * gdb.base/valgrind-db-attach.exp: Same.
14678 * gdb.base/valgrind-infcall.exp: Same.
14679 * lib/mi-support.exp (default_mi_gdb_start): Same.
14680 * lib/prompt.exp (default_prompt_gdb_start): Same.
14681 * lib/gdb.exp (default_gdb_spawn): Same.
14682 (gdb_interact): New.
14683
14684
4b62a76e
JK
146852015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14686
14687 * gdb.compile/compile.exp (pointer to jit function): New test.
14688
b4cdae6f
WW
146892015-01-17 Wei-cheng Wang <cole945@gmail.com>
14690
14691 * lib/gdb.exp (supports_process_record): Return true for
14692 powerpc*-*-linux*.
14693 (supports_reverse): Likewise.
14694
d221e7ef
DB
146952015-01-15 Don Breazeal <donb@codesourcery.com>
14696
14697 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
14698 instead of checking whether the target board is remote and
14699 use spawn_wait_for_attach instead of exec/sleep.
14700 * gdb.base/attach-twice.exp: Likewise.
14701
bafffb51
JB
147022015-01-15 Joel Brobecker <brobecker@adacore.com>
14703
14704 * gdb.ada/var_arr_attrs: New testcase.
14705
5589af0e
PA
147062015-01-14 Pedro Alves <palves@redhat.com>
14707 Joel Brobecker <brobecker@adacore.com>
14708
14709 PR gdb/17525
14710 * gdb.base/bp-cmds-execution-x-script.c: New file.
14711 * gdb.base/bp-cmds-execution-x-script.exp: New file.
14712 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
14713
6c400b59
PA
147142015-01-14 Pedro Alves <palves@redhat.com>
14715
14716 PR cli/17828
14717 * gdb.base/batch-preserve-term-settings.c: New file.
14718 * gdb.base/batch-preserve-term-settings.exp: New file.
14719
e02c96a7
DE
147202015-01-13 Doug Evans <dje@google.com>
14721
14722 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
14723 binary.
14724
576fd14c
JB
147252015-01-13 Joel Brobecker <brobecker@adacore.com>
14726
14727 * Makefile.in (clean mostlyclean): Do not delete *.py.
14728
04dccad0
JB
147292015-01-13 Joel Brobecker <brobecker@adacore.com>
14730
14731 * gdb.python/py-lookup-type.exp: New file.
14732
3d230f71
PA
147332015-01-12 Pedro Alves <palves@redhat.com>
14734
14735 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
14736 restore GDBFLAGS before returning.
14737
7e67715d
JK
147382015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
14739
14740 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
14741 is_amd64_regs_target and is_x86_like_target.
14742
f2e0d4b4
DE
147432015-01-11 Doug Evans <xdje42@gmail.com>
14744
14745 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
14746 is given without an explicit form.
14747 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
14748 attributes.
14749 * gdb.dwarf/corrupt.exp: Ditto.
14750 * gdb.dwarf2/enum-type.exp: Ditto.
14751 * gdb.trace/entry-values.exp: Ditto.
14752 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
14753
439250fb
DE
147542015-01-11 Doug Evans <xdje42@gmail.com>
14755
14756 PR gdb/15830
14757 * gdb.base/maint.exp: Remove references to "maint demangle".
14758 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
14759 Add tests for explicitly specifying language to demangle.
14760 * gdb.dlang/demangle.exp: Ditto.
14761
ede9f622
PA
147622015-01-09 Pedro Alves <palves@redhat.com>
14763
14764 * gdb.threads/non-stop-fair-events.c: New file.
14765 * gdb.threads/non-stop-fair-events.exp: New file.
14766
a7b796db
PA
147672015-01-09 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
14770 the global scope. Set a breakpoint after all threads are started
14771 rather than stepping over two source lines. Expect the prompt.
14772 * gdb.base/watch_thread_num.c (threads_started_barrier): New
14773 global.
14774 (NUM): Now 15.
14775 (main): Use threads_started_barrier to wait for all threads to
14776 start. Main thread no longer calls thread_function. Exit after
14777 180 seconds.
14778 (loop): New function.
14779 (thread_function): Wait on threads_started_barrier barrier. Call
14780 'loop' at each iteration.
14781 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
14782 threads have started, instead of hardcoding number of "next"
14783 steps. Use an access watchpoint instead of a write watchpoint.
14784
9665ffdd
PA
147852015-01-09 Pedro Alves <palves@redhat.com>
14786
14787 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
14788 (thread_func): Wait on barrier.
14789 (main): Wait for all threads to start before stopping GDB.
14790 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
14791 global.
14792 (thread1_func, thread2_func): Wait on barrier.
14793 (main): Wait for all threads to start before stopping GDB.
14794 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
14795 New global.
14796 (thread1_func, thread2_func): Wait on barrier.
14797 (main): Wait for all threads to start before stopping GDB.
14798
c945a99f
PA
147992015-01-09 Pedro Alves <palves@redhat.com>
14800
14801 * gdb.threads/attach-many-short-lived-threads.c: New file.
14802 * gdb.threads/attach-many-short-lived-threads.exp: New file.
14803
c1a747c1
PA
148042014-01-09 Pedro Alves <palves@redhat.com>
14805
14806 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
14807 instead of to thread 2.
14808 * gdb.threads/signal-command-multiple-signals-pending.c (main):
14809 Add barrier around each pthread_create call instead of around all
14810 calls.
14811 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
14812 Set a break on thread_function and have the child threads hit it
14813 one at at a time.
14814
60b3033e
PA
148152015-01-09 Pedro Alves <palves@redhat.com>
14816
14817 * lib/gdb.exp (can_spawn_for_attach): New procedure.
14818 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
14819 false.
14820 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
14821 checking whether the target board is remote.
14822 * gdb.multi/multi-attach.exp: Likewise.
14823 * gdb.python/py-sync-interp.exp: Likewise.
14824 * gdb.server/ext-attach.exp: Likewise.
14825 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
14826 tests that need to attach, instead of checking whether the target
14827 board is remote at the top of the file.
14828
acc018ac
YQ
148292015-01-08 Yao Qi <yao@codesourcery.com>
14830
14831 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
14832
50a18af8
JK
148332015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14834
14835 Fix testcase compilation.
14836 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
14837
8503d6e1
JB
148382015-01-06 Joel Brobecker <brobecker@adacore.com>
14839
14840 * gdb.python/py-type.exp: Add a couple test about empty
14841 array creation, and negative-length array creation.
14842
cc73dbcc
DE
148432015-01-02 Doug Evans <xdje42@gmail.com>
14844
14845 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
14846
0300bbc7
DE
148472015-01-02 Doug Evans <dje@google.com>
14848
14849 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
14850
9d85a0ec
YQ
148512014-12-29 Yao Qi <yao@codesourcery.com>
14852
14853 * gdb.trace/entry-values.exp: Update comments. Rename variable
14854 bar_call_foo to returned_from_foo.
14855
87186c6a
MMN
148562014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
14857
14858 PR gdb/17394
14859 * gdb.linespec/break-asm-file.c: New file.
14860 * gdb.linespec/break-asm-file.exp: New file.
14861 * gdb.linespec/break-asm-file0.s: New file.
14862 * gdb.linespec/break-asm-file1.s: New file.
14863
1bab7383
YQ
148642014-12-18 Nigel Stephens <nigel@mips.com>
14865 Maciej W. Rozycki <macro@codesourcery.com>
14866
14867 * gdb.base/float.exp: Handle the new output from "info float" on
14868 MIPS targets.
14869
1bc1068a
JK
148702014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
14871
14872 Fix MinGW compilation.
14873 * gdb.compile/compile-ops.exp: Update untested message if
14874 !skip_compile_feature_tests.
14875 * gdb.compile/compile-setjmp.exp: Likewise.
14876 * gdb.compile/compile-tls.exp: Likewise.
14877 * gdb.compile/compile.exp: Likewise.
14878 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
14879 supported on this host".
14880
b6615d10
DE
148812014-12-16 Doug Evans <xdje42@gmail.com>
14882
14883 * boards/stabs.exp: New file.
14884
25dda427
AA
148852014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
14886
14887 * gdb.base/completion.exp: Adjust to format changes of "maint
14888 print user-registers".
14889
bf330350
CU
148902014-12-16 Catalin Udma <catalin.udma@freescale.com>
14891
14892 PR server/17457
14893 * gdb.arch/aarch64-fp.c: New file.
14894 * gdb.arch/aarch64-fp.exp: New file.
14895
395cf596
SDJ
148962014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
14897
14898 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
14899 r210637, r210913, r211666, r215400, r215817).
14900
14901 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
14902 * dg-extract-results.py: New file.
14903 * dg-extract-results.sh: Use it if the environment seems
14904 suitable.
14905
14906 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
14907
14908 * dg-extract-results.py (parse_run): Handle warnings that
14909 are printed before a test harness is run.
14910
14911 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
14912
14913 * dg-extract-results.py (Named): Remove __cmp__ method.
14914 (output_variation): Use a key to sort variation.harnesses.
14915
14916 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
14917
14918 * dg-extract-results.py: For Python 3, force sys.stdout to
14919 handle surrogate escape sequences.
14920 (safe_open): New function.
14921 (output_segment, main): Use it.
14922
14923 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
14924
14925 * dg-extract-results.py (Prog.result_re): Include options
14926 in test name.
14927
14928 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
14929
14930 * dg-extract-results.py (output_variation): Always sort if
14931 do_sum.
14932
e882ef3c
SM
149332014-12-15 Simon Marchi <simon.marchi@ericsson.com>
14934
14935 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
14936 as long as we get pagination notifications.
14937
4992aa20
JM
149382014-12-15 Jason Merrill <jason@redhat.com>
14939
14940 * Makefile.in (check-gdb.%): Restore.
14941 * README: Mention it.
14942
c1b5a1a6
JB
149432014-12-13 Joel Brobecker <brobecker@adacore.com>
14944
14945 * gdb.ada/str_uninit: New testcase.
14946
5537b577
JK
149472014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14948
14949 PR symtab/17642
14950 * gdb.base/vla-stub-define.c: New file.
14951 * gdb.base/vla-stub.c: New file.
14952 * gdb.base/vla-stub.exp: New file.
14953
bb2ec1b3
TT
149542014-12-12 Phil Muldoon <pmuldoon@redhat.com>
14955 Jan Kratochvil <jan.kratochvil@redhat.com>
14956 Tom Tromey <tromey@redhat.com>
14957
14958 * configure.ac: Add gdb.compile/.
14959 * configure: Regenerate.
14960 * gdb.compile/Makefile.in: New file.
14961 * gdb.compile/compile-ops.exp: New file.
14962 * gdb.compile/compile-ops.c: New file.
14963 * gdb.compile/compile-tls.c: New file.
14964 * gdb.compile/compile-tls.exp: New file.
14965 * gdb.compile/compile-constvar.S: New file.
14966 * gdb.compile/compile-constvar.c: New file.
14967 * gdb.compile/compile-mod.c: New file.
14968 * gdb.compile/compile-nodebug.c: New file.
14969 * gdb.compile/compile-setjmp-mod.c: New file.
14970 * gdb.compile/compile-setjmp.c: New file.
14971 * gdb.compile/compile-setjmp.exp: New file.
14972 * gdb.compile/compile-shlib.c: New file.
14973 * gdb.compile/compile.c: New file.
14974 * gdb.compile/compile.exp: New file.
14975 * lib/gdb.exp (skip_compile_feature_tests): New proc.
14976
4ff709eb
TT
149772014-12-12 Tom Tromey <tromey@redhat.com>
14978
14979 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
14980 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
14981
6dddd6a5
DE
149822014-12-12 Doug Evans <dje@google.com>
14983
14984 * lib/gdb-python.exp (get_python_valueof): New function.
14985 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
14986
71c24708
AA
149872014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14988
14989 * gdb.base/completion.exp: Add test for completion of "info
14990 registers ".
14991
3e29f34a
MR
149922014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
14993
14994 * gdb.base/func-ptrs.c: New file.
14995 * gdb.base/func-ptrs.exp: New file.
14996
fc126975
SM
149972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
14998
14999 PR breakpoints/17012
15000 * gdb.base/dprintf-detach.c: New file.
15001 * gdb.base/dprintf-detach.exp: New file.
15002
0a46d518
SM
150032014-12-10 Simon Marchi <simon.marchi@ericsson.com>
15004
15005 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
15006 * lib/gdb.exp (target_is_gdbserver): New procedure.
15007
a0be3e44
DE
150082014-12-08 Doug Evans <dje@google.com>
15009
15010 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
15011
df1b803a
YQ
150122014-12-05 Yao Qi <yao@codesourcery.com>
15013
15014 * gdb.guile/scm-error.exp: Remove the third argument to
15015 gdb_remote_download.
15016 * gdb.guile/scm-frame-args.exp: Likewise.
15017 * gdb.guile/scm-section-script.exp: Likewise.
15018
ddb9f679
YQ
150192014-12-05 Yao Qi <yao@codesourcery.com>
15020
15021 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
15022
86e4ed39
DE
150232014-12-04 Doug Evans <dje@google.com>
15024
15025 * gdb.python/py-objfile.exp: Add tests for
15026 objfile.add_separate_debug_file.
15027
7c50a931
DE
150282014-12-04 Doug Evans <dje@google.com>
15029
15030 * lib/gdb.exp (get_build_id): New function.
15031 (build_id_debug_filename_get): Rewrite to use it.
15032 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
15033
621661e3
MR
150342014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
15035
15036 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
15037 `method(long)', not just 0x0.
15038 * gdb.cp/nsalias.exp: Align code labels to 4.
15039 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
15040 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
15041 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
15042 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
15043 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
15044 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
15045
29f0c3b7
DE
150462014-12-02 Doug Evans <dje@google.com>
15047
e1e061e7 15048 PR symtab/17602
29f0c3b7 15049 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 15050 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
15051 * gdb.cp/anon-ns.exp: Update.
15052
162078c8
NB
150532014-12-02 Nick Bull <nicholaspbull@gmail.com>
15054
15055 * gdb.python/py-events.py (inferior_call_handler): New.
15056 (register_changed_handler, memory_changed_handler): New.
15057 (test_events.invoke): Register new handlers.
15058 * gdb.python/py-events.exp: Add tests for inferior call,
15059 memory_changed and register_changed events.
15060
fdb09caf
AA
150612014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
15062
15063 * gdb.base/execl-update-breakpoints.exp: Specify the link address
15064 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
15065 if the linker doesn't understand this.
15066
55cfb2c4
SM
150672014-12-01 Simon Marchi <simon.marchi@ericsson.com>
15068
15069 * gdb.python/python.exp: Change expected reply to help().
15070
9e8cd6df
YQ
150712014-12-01 Yao Qi <yao@codesourcery.com>
15072
15073 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
15074 AC_CONFIG_SUBDIRS(gdb.gdbtk).
15075 * configure: Re-generated.
15076
6c659fc2
SC
150772014-11-28 Siva Chandra Reddy <sivachandra@google.com>
15078
15079 * gdb.cp/chained-calls.cc: New file.
15080 * gdb.cp/chained-calls.exp: New file.
15081 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
15082
d7fc3181
SM
150832014-11-28 Simon Marchi <simon.marchi@ericsson.com>
15084
15085 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
15086 * gdb.dwarf2/symtab-producer.exp: Same.
15087 * gdb.gdb/python-interrupts.exp: Same.
15088 * gdb.gdb/python-selftest.exp: Same.
15089 * gdb.python/py-linetable.exp: Same.
15090 * gdb.python/py-type.exp: Same.
15091 * gdb.python/py-value-cc.exp: Same.
15092 * gdb.python/py-value.exp: Same.
15093
10e79639
YQ
150942014-11-28 Yao Qi <yao@codesourcery.com>
15095
15096 * gdb.base/break-probes.exp: Match library name prefixed with
15097 sysroot.
15098
f28a0564
SM
150992014-11-27 Simon Marchi <simon.marchi@ericsson.com>
15100
15101 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
15102 test expected output. Add parentheses for the call to print.
15103 Remove L suffix from integers.
15104
3fe1ce1d
DE
151052014-11-26 Doug Evans <dje@google.com>
15106
15107 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
15108
84429e27
YQ
151092014-11-22 Yao Qi <yao@codesourcery.com>
15110
15111 * gdb.trace/entry-values.c: Remove asms.
15112 (foo): Add foo_label.
15113 (bar): Add bar_label.
15114 * gdb.trace/entry-values.exp: Remove code computing foo's
15115 length and bar's length.
15116 (Dwarf::assemble): Invoke function_range for bar and use
15117 MACRO_AT_func for foo.
15118
26741859
YQ
151192014-11-22 Yao Qi <yao@codesourcery.com>
15120
15121 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
15122 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
15123 Use .Lgcc43_procstart instead of gcc43.
15124
45e44d27
JB
151252014-11-21 Joel Brobecker <brobecker@adacore.com>
15126
15127 * gdb.ada/n_arr_bound: New testcase.
15128
458c8db8
SDJ
151292014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
15130
15131 PR breakpoints/10737
15132 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
15133 test_catch_syscall_multi_arch.
15134 (test_catch_syscall_multi_arch): New function.
15135
43f3e411
DE
151362014-11-20 Doug Evans <xdje42@gmail.com>
15137
15138 * gdb.base/maint.exp: Update expected output.
15139
0d7b2549
AA
151402014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
15141
15142 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
15143 4-byte instruction on S390.
15144
8908fca5
JB
151452014-11-19 Joel Brobecker <brobecker@adacore.com>
15146
15147 * gdb.ada/arr_arr: New testcase.
15148
4a46959e
JB
151492014-11-19 Joel Brobecker <brobecker@adacore.com>
15150
15151 * gdb.ada/pkd_arr_elem: New Testcase.
15152
470e2f4e
LM
151532014-11-18 Luis Machado <lgustavo@codesourcery.com>
15154
15155 * gdb.reverse/break-precsave: Expect completion message for
15156 core file reads.
15157 * gdb.reverse/consecutive-precsave.exp: Likewise.
15158 * gdb.reverse/finish-precsave.exp: Likewise.
15159 * gdb.reverse/i386-precsave.exp: Likewise.
15160 * gdb.reverse/machinestate-precsave.exp: Likewise.
15161 * gdb.reverse/sigall-precsave.exp: Likewise.
15162 * gdb.reverse/solib-precsave.exp: Likewise.
15163 * gdb.reverse/step-precsave.exp: Likewise.
15164 * gdb.reverse/until-precsave.exp: Likewise.
15165 * gdb.reverse/watch-precsave.exp: Likewise.
15166
a267f3ad
AA
151672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15168
15169 * gdb.base/bp-permanent.c: Include unistd.h.
15170 * gdb.python/py-framefilter-mi.c (main): Add return type.
15171 * gdb.python/py-framefilter.c (main): Likewise.
15172 * gdb.trace/actions-changed.c (main): Likewise.
15173
12084a9a
AA
151742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15175
15176 * gdb.mi/until.c: Add eye-catchers.
15177 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
15178 line numbers.
15179
dc7e1a77
AA
151802014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15181
15182 * gdb.base/condbreak.exp: Drop references to removed non-prototype
15183 function header variants in break1.c.
15184 * gdb.base/ena-dis-br.exp: Likewise.
15185 * gdb.base/hbreak2.exp: Likewise.
15186 * gdb.reverse/until-precsave.exp: Drop references to removed
15187 non-prototype function header variants in ur1.c.
15188 * gdb.reverse/until-reverse.exp: Likewise.
15189
41c77605
PM
151902014-11-17 Petr Machata <pmachata@redhat.com>
15191
15192 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
15193 ${_cu_offset_size} bytes abbrev offset.
15194
34248c3a
DE
151952014-11-15 Doug Evans <xdje42@gmail.com>
15196
15197 PR symtab/17559
15198 * gdb.base/line-symtabs.exp: New file.
15199 * gdb.base/line-symtabs.c: New file.
15200 * gdb.base/line-symtabs.h: New file.
15201
646da059
YQ
152022014-11-14 Yao Qi <yao@codesourcery.com>
15203
15204 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
15205 (func): Add label func_label.
15206 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
15207 Replace low_pc and high_pc with MACRO_AT_range.
15208 Replace name, low_pc and high_pc with MACRO_AT_func.
15209
9301ebe6
YQ
152102014-11-14 Yao Qi <yao@codesourcery.com>
15211
15212 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
15213 Replace name, low_pc and high_pc with MACRO_AT_func.
15214
f166b542
YQ
152152014-11-14 Yao Qi <yao@codesourcery.com>
15216
15217 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
15218 produce debug information.
15219 * gdb.dwarf2/implptr-optimized-out.S: Removed.
15220
0f6e71e3
YQ
152212014-11-14 Yao Qi <yao@codesourcery.com>
15222
15223 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
15224 object and get function length.
15225 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
15226 with MACRO_AT_func.
15227 (top-level): Replace gdb_compile and clean_restart with
15228 prepare_for_testing.
15229 * gdb.dwarf2/main.c (main): Add label main_label.
15230
876c4df9
YQ
152312014-11-14 Yao Qi <yao@codesourcery.com>
15232
15233 * lib/dwarf.exp (function_range): New procedure.
15234 (Dwarf::_handle_macro_at_func): New procedure.
15235 (Dwarf::_handle_macro_at_range): New procedure.
15236 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
15237
02ad9cf1
YQ
152382014-11-14 Yao Qi <yao@codesourcery.com>
15239
15240 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
15241 (_handle_attribute): New procedure.
15242
a59add0c
AA
152432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15244
15245 * gdb.ada/cond_lang/foo.c (callme): Add return type.
15246 * gdb.base/call-sc.c (zed): Likewise.
15247 * gdb.base/checkpoint.c (main): Likewise.
15248 * gdb.base/dump.c (main): Likewise.
15249 * gdb.base/gcore.c (main): Likewise.
15250 * gdb.base/huge.c (main): Likewise.
15251 * gdb.base/multi-forks.c (main): Likewise.
15252 * gdb.base/pr10179-a.c (main): Likewise.
15253 * gdb.base/savedregs.c (main): Likewise.
15254 * gdb.base/sigaltstack.c (main): Likewise.
15255 * gdb.base/siginfo.c (main): Likewise.
15256 * gdb.base/structs.c (zed): Likewise.
15257 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
15258 * gdb.mi/mi-syn-frame.c (main): Likewise.
15259 * gdb.mi/until.c (foo, main): Likewise.
15260 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
15261 * gdb.base/solib-weak.c (foo): Declare.
15262 * gdb.base/attach-twice.c: Include stdio.h.
15263 * gdb.base/weaklib1.c: Likewise.
15264 * gdb.base/weaklib2.c: Likewise.
15265 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
15266 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
15267 unistd.h.
15268 * gdb.base/attach-pie-misread.c: Include stdlib.h.
15269 * gdb.mi/mi-exit-code.c: Likewise.
15270 * gdb.base/break-interp-lib.c: Include string.h.
15271 * gdb.base/coremaker.c: Likewise.
15272 * gdb.base/testenv.c: Likewise.
15273 * gdb.python/py-finish-breakpoint.c: Likewise.
15274 * gdb.base/inferior-died.c: Include sys/wait.h.
15275 * gdb.base/fileio.c: Include time.h.
15276 * gdb.base/async-shell.c: Include unistd.h.
15277 * gdb.base/dprintf-non-stop.c: Likewise.
15278 * gdb.base/info-os.c: Likewise.
15279 * gdb.mi/mi-console.c: Likewise.
15280 * gdb.mi/watch-nonstop.c: Likewise.
15281 * gdb.python/py-events.c: Likewise.
15282 * gdb.base/async.c (baz): Move up before its invocation.
15283 * gdb.base/code_elim2.c (my_global_func): Likewise.
15284 * gdb.base/skip-solib-lib.c (multiply): Likewise.
15285 * gdb.base/advance.c (func2): Likewise.
15286
3b5d5997
AA
152872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15288
15289 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
15290 variant.
15291 * gdb.base/annota3.c: Likewise.
15292 * gdb.base/async.c: Likewise.
15293 * gdb.base/average.c: Likewise.
15294 * gdb.base/call-ar-st.c: Likewise.
15295 * gdb.base/call-rt-st.c: Likewise.
15296 * gdb.base/call-sc.c: Likewise.
15297 * gdb.base/call-strs.c: Likewise.
15298 * gdb.base/ending-run.c: Likewise.
15299 * gdb.base/execd-prog.c: Likewise.
15300 * gdb.base/exprs.c: Likewise.
15301 * gdb.base/foll-exec.c: Likewise.
15302 * gdb.base/foll-fork.c: Likewise.
15303 * gdb.base/foll-vfork.c: Likewise.
15304 * gdb.base/funcargs.c: Likewise.
15305 * gdb.base/gcore.c: Likewise.
15306 * gdb.base/jump.c: Likewise.
15307 * gdb.base/langs0.c: Likewise.
15308 * gdb.base/langs1.c: Likewise.
15309 * gdb.base/langs2.c: Likewise.
15310 * gdb.base/mips_pro.c: Likewise.
15311 * gdb.base/nodebug.c: Likewise.
15312 * gdb.base/opaque0.c: Likewise.
15313 * gdb.base/opaque1.c: Likewise.
15314 * gdb.base/recurse.c: Likewise.
15315 * gdb.base/run.c: Likewise.
15316 * gdb.base/scope0.c: Likewise.
15317 * gdb.base/scope1.c: Likewise.
15318 * gdb.base/setshow.c: Likewise.
15319 * gdb.base/setvar.c: Likewise.
15320 * gdb.base/shmain.c: Likewise.
15321 * gdb.base/shr1.c: Likewise.
15322 * gdb.base/shr2.c: Likewise.
15323 * gdb.base/sigall.c: Likewise.
15324 * gdb.base/signals.c: Likewise.
15325 * gdb.base/so-indr-cl.c: Likewise.
15326 * gdb.base/solib2.c: Likewise.
15327 * gdb.base/structs.c: Likewise.
15328 * gdb.base/sum.c: Likewise.
15329 * gdb.base/vforked-prog.c: Likewise.
15330 * gdb.base/watchpoint.c: Likewise.
15331 * gdb.reverse/shr2.c: Likewise.
15332 * gdb.reverse/until-reverse.c: Likewise.
15333 * gdb.reverse/ur1.c: Likewise.
15334 * gdb.reverse/watch-reverse.c: Likewise.
15335
066a77c5
AA
153362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15337
15338 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
15339 variant.
15340 * gdb.base/sepdebug.exp: Drop references to removed code.
15341
4f204ea5
AA
153422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15343
15344 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
15345 variant. Preserve original line numbering.
15346 * gdb.base/list1.c: Likewise.
15347
3b377a3a
AA
153482014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15349
15350 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
15351 variant.
15352 * gdb.base/break1.c: Likewise.
15353 * gdb.base/break.exp: Drop references to removed code.
15354
e444df73
AA
153552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15356
15357 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
15358 variant.
15359
8008f2a7
AA
153602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15361
15362 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
15363
a5a06887
AA
153642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15365
15366 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
15367 logic into perform_all_tests() and invoke it with and without
15368 function header prototypes.
15369 (do_function_calls): Remove conditional XFAIL for PR 5318.
15370 (rerun_and_prepare): Remove duplicate code.
15371 (perform_all_tests): New. Main logic moved here.
15372
44dba9b9
AA
153732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15374
15375 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
15376 code guarded by #ifdef NO_PROTOTYPES.
15377 (t_double_many_args): Likewise.
15378 (DEF_FUNC_MANY_ARGS_1): Likewise.
15379 (DEF_FUNC_VALUES_1): Likewise.
15380 (t_structs_ldc): Renamed from t_structs_fc in conditional code
15381 guarded by #ifdef PROTOTYPES.
15382
d1fbcd56
AA
153832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15384
15385 * gdb.mi/mi-console.c: Add eye-catcher.
15386 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
15387 instead of literal line number.
15388
b0e59b8f
AA
153892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15390
15391 * gdb.base/shr2.c: Add eye-catcher.
15392 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
15393 line number.
15394
78f98cca
AA
153952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15396
15397 * gdb.base/jump.c: Add eye-catchers.
15398 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
15399 numbers.
15400
58fa2af0
AA
154012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15402
15403 * gdb.base/execd-prog.c: Add eye-catchers.
15404 * gdb.base/foll-exec.c: Likewise.
15405 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
15406 line numbers.
15407
04e5059b
AA
154082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15409
15410 * gdb.base/ending-run.c: Add eye-catchers.
15411 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
15412 literal line numbers.
15413
dbfdb174
AA
154142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15415
15416 * gdb.base/call-rt-st.c: Add eye-catchers.
15417 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
15418 literal line numbers.
15419
888a2ade
AA
154202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15421
15422 * gdb.base/call-ar-st.c: Add eye-catchers.
15423 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
15424 literal line numbers.
15425
6acc2dde
AA
154262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15427
15428 * gdb.base/average.c: Add eye-catchers.
15429 * gdb.base/sum.c: Likewise.
15430 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
15431 regexps dynamically.
15432
9ecfcd1d
AA
154332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
15434
15435 * gdb.base/solib1.c: Add eye-catchers.
15436 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
15437 literal line numbers.
15438
78708b7c
PA
154392014-11-12 Pedro Alves <palves@redhat.com>
15440
15441 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
15442 leader has exited.
15443
af48d08f
PA
154442014-11-12 Pedro Alves <palves@redhat.com>
15445
15446 * gdb.arch/i386-bp_permanent.c: New file.
15447 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
15448 (srcfile): Set to i386-bp_permanent.c.
15449 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
15450 that stepi does not execute the 'leave' instruction, instead of
15451 testing it does execute.
15452 * gdb.base/bp-permanent.c: New file.
15453 * gdb.base/bp-permanent.exp: New file.
15454
af3768e9
DE
154552014-11-10 Doug Evans <xdje42@gmail.com>
15456
15457 PR symtab/17564
15458 * gdb.base/symtab-search-order.exp: New file.
15459 * gdb.base/symtab-search-order.c: New file.
15460 * gdb.base/symtab-search-order-1.c: New file.
15461 * gdb.base/symtab-search-order-shlib-1.c: New file.
15462
9de00a4a
PA
154632014-11-07 Pedro Alves <palves@redhat.com>
15464
15465 PR gdb/17511
15466 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
15467 i?86-*-linux*.
15468
e0f52461
SC
154692014-11-03 Siva Chandra Reddy <sivachandra@google.com>
15470
15471 PR c++/17494
15472 * gdb.cp/pr17494.cc: New file.
15473 * gdb.cp/pr17494.exp: New file.
15474
6ce8c980
YQ
154752014-11-02 Yao Qi <yao@codesourcery.com>
15476
15477 * gdb.python/python.exp: Get working directory and match the
15478 output of "set extended-prompt \\w " with it.
15479
02be9a71
DE
154802014-10-30 Doug Evans <dje@google.com>
15481
15482 * gdb.python/py-objfile.exp: Add tests for setting random attributes
15483 in objfiles.
15484 * gdb.python/py-progspace.exp: Add tests for setting random attributes
15485 in progspaces.
15486
3bdff46b
LM
154872014-10-30 Janis Johnson <janisjo@codesourcery.com>
15488
15489 * gdb.base/fullpath-expand.exp: Skip for a remote host.
15490 * gdb.base/realname-expand.exp: Likewise.
15491 * gdb.linespec/macro-relative.exp: Likewise.
15492
ab917dfb
PA
154932014-10-29 Pedro Alves <palves@redhat.com>
15494
15495 PR gdb/17408
15496 * gdb.threads/schedlock.c (some_function): New function.
15497 (call_function): New global.
15498 (MAYBE_CALL_SOME_FUNCTION): New macro.
15499 (thread_function): Call it.
15500 * gdb.threads/schedlock.exp (get_args): Add description parameter,
15501 and use it instead of a global counter. Adjust all callers.
15502 (get_current_thread): Use "find current thread" for test message
15503 here rather than having all callers pass down the same string.
15504 (goto_loop): New procedure, factored out from ...
15505 (my_continue): ... this.
15506 (step_ten_loops): Change parameter from test message to command to
15507 use. Adjust.
15508 (list_count): Delete global.
15509 (check_result): New procedure, factored out from duplicate top
15510 level code.
15511 (continue tests): Wrap in with_test_prefix.
15512 (test_step): New procedure, factored out from duplicate top level
15513 code.
15514 (top level): Test "step" in combination with all scheduler-locking
15515 modes. Test "next" in combination with all scheduler-locking
15516 modes, and in combination with stepping over a function call or
15517 not.
15518 * gdb.threads/next-bp-other-thread.c: New file.
15519 * gdb.threads/next-bp-other-thread.exp: New file.
15520
d3d4baed
PA
155212014-10-29 Pedro Alves <palves@redhat.com>
15522
15523 PR python/17372
15524 * gdb.python/python.exp: Test a multi-line command that spawns
15525 interactive Python.
15526 * gdb.base/multi-line-starts-subshell.exp: New file.
15527
563e8d85
YQ
155282014-10-29 Yao Qi <yao@codesourcery.com>
15529
15530 * gdb.base/fileio.exp: Make directories on host.
15531
0ea4d52e
YQ
155322014-10-29 Yao Qi <yao@codesourcery.com>
15533
15534 * gdb.base/fileio.c (test_write): Close the file.
15535
7f5ef605
PA
155362014-10-28 Pedro Alves <palves@redhat.com>
15537
15538 PR gdb/12623
15539 * gdb.base/sigstep.c (no_handler): New global.
15540 (main): If 'no_handler is true, set the signal handlers to
15541 SIG_IGN.
15542 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
15543 with_sw_watch and no_handler parameters. Handle them.
15544 (top level) <stepping over handler when stopped at a breakpoint
15545 test>: Add a test axis for testing with a software watchpoint, and
15546 another for testing with the signal handler set to SIG_IGN.
15547 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
15548 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
15549
abbdbd03
PA
155502014-10-28 Pedro Alves <palves@redhat.com>
15551
15552 PR gdb/17511
15553 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
15554 * gdb.base/sigstep.exp (other_handler_location): New global.
15555 (advance): Support stepping into the signal handler, and running
15556 commands while in the handler.
15557 (in_handler_map): New global.
15558 (top level): In the advance test, add combinations for getting
15559 into the handler with stepping commands, and for running commands
15560 in the handler. Add comment descripting the advancei tests.
15561
1df4399f
PA
155622014-10-28 Pedro Alves <palves@redhat.com>
15563
15564 * gdb.base/sigstep.exp: Use build_executable instead of
15565 prepare_for_testing.
15566 (top level): Move code that starts GDB, runs to main and creates a
15567 display to ...
15568 (restart): ... this new procedure.
15569 (top level): Move backtrace from signal handler test to ...
15570 (validate_backtrace): ... this new procedure.
15571 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
15572 with_test_prefix. Always restart GDB.
15573 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
15574 with_test_prefix. Always restart GDB. No need to delete
15575 breakpoints after the test.
15576 (test_skip_handler): Remove prefix parameter.
15577 (skip_over_handler, breakpoint_to_handler)
15578 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
15579 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
15580 restart GDB. No need to delete breakpoints after the test.
15581 (top level): Use foreach to call the test procedures with
15582 different commands.
15583
a5b6e449
PA
155842014-10-28 Pedro Alves <palves@redhat.com>
15585
15586 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
15587 instead of GNATS numbers.
15588 * gdb.base/sigbpt.exp: Likewise.
15589 * gdb.base/siginfo.exp: Likewise.
15590 * gdb.base/sigstep.exp: Likewise.
15591
e5f8a7cc
PA
155922014-10-27 Pedro Alves <palves@redhat.com>
15593
15594 * gdb.base/sigstep.c (dummy): New global.
15595 (main): Issue a couple writes to the new global.
15596 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
15597 procedures.
15598 (skip_over_handler): Use test_skip_handler.
15599 (top level): Call skip_over_handler for stepi and nexti too.
15600 (breakpoint_over_handler): Use test_skip_handler.
15601 (top level): Call breakpoint_over_handler for stepi and nexti too.
15602
763905a3
YQ
156032014-10-27 Yao Qi <yao@codesourcery.com>
15604
15605 * gdb.trace/tfile.c (adjust_function_address)
15606 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
15607 function descriptor.
15608
6f259a23
DB
156092014-10-24 Don Breazeal <donb@codesourcery.com>
15610
15611 * gdb.base/foll-fork.exp (test_follow_fork,
15612 catch_fork_child_follow): Check for updated fork messages emitted
15613 from infrun.c.
15614 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
15615 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
15616 vfork_and_exec_child_follow_through_step): Check for updated vfork
15617 messages emitted from infrun.c.
15618
09dd9a69
PA
156192014-10-24 Pedro Alves <palves@redhat.com>
15620
15621 * gdb.base/corefile.exp: Remove references to ultrix.
15622 * gdb.base/interrupt.exp: Likewise.
15623 * gdb.base/whatis.exp: Likewise.
15624 * gdb.gdb/selftest.exp: Likewise.
15625 * gdb.threads/manythreads.exp: Likewise.
15626 * gdb.threads/print-threads.exp: Likewise.
15627 * gdb.threads/pthreads.exp:: Likewise.
15628 * gdb.threads/schedlock.exp: Likewise.
15629
3433cfa5
SC
156302014-10-24 Siva Chandra Reddy <sivachandra@google.com>
15631
15632 * gdb.cp/non-trivial-retval.cc: Add a test case.
15633 * gdb.cp/non-trivial-retval.exp: Add a test.
15634
092f880b
YQ
156352014-10-20 Yao Qi <yao@codesourcery.com>
15636
15637 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
15638 * gdb.python/py-objfile-script-gdb.py: New file.
15639 * gdb.python/py-objfile-script.exp: Update reference to
15640 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
15641 of remote_download. Remove the dest file.
15642
acbdb7f3
YQ
156432014-10-20 Yao Qi <yao@codesourcery.com>
15644
15645 * gdb.base/checkpoint.exp: Don't remove file copied on host.
15646 * gdb.base/step-line.exp: Likewise.
15647 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
15648 * gdb.dwarf2/dw2-basic.exp: Likewise.
15649 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15650 * gdb.dwarf2/dw2-filename.exp: Likewise.
15651 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15652 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15653 * gdb.dwarf2/dw2-producer.exp: Likewise.
15654 * gdb.dwarf2/mac-fileno.exp: Likewise.
15655 * gdb.python/py-frame-args.exp: Likewise.
15656 * gdb.python/py-framefilter.exp: Likewise.
15657 * gdb.python/py-mi.exp: Likewise.
15658 * gdb.python/py-objfile-script.exp: Likewise
15659 * gdb.python/py-pp-integral.exp: Likewise.
15660 * gdb.python/py-pp-re-notag.exp: Likewise.
15661 * gdb.python/py-prettyprint.exp: Likewise.
15662 * gdb.python/py-section-script.exp: Likewise.
15663 * gdb.python/py-typeprint.exp: Likewise.
15664 * gdb.python/py-xmethods.exp: Likewise.
15665 * gdb.stabs/weird.exp: Likewise.
15666 * gdb.xml/tdesc-regs.exp: Likewise.
15667
bd286a29
KCY
156682014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
15669
15670 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
15671 (out_cu): Use addr_len for the size of addresses.
15672 (out_line): Likewise. Size DW_LNE_set_address instruction
15673 according to addr_len.
15674 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
15675 (FUNC): Add START_INSNS to definition.
15676
673dc4a0
YQ
156772014-10-18 Yao Qi <yao@codesourcery.com>
15678
15679 * gdb.base/argv0-symlink.exp: Check argv[0] value if
15680 gdb_has_argv0 return true.
15681 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
15682 check [target_info exists noargs], check [gdb_has_argv0]
15683 instead.
15684 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
15685 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
15686 procedures.
15687
4ffbba72
DE
156882014-10-17 Doug Evans <dje@google.com>
15689
15690 * gdb.python/py-events.exp: Update expected output for clear_objfiles
15691 event.
15692 * gdb.python/py-events.py: Add clear_objfiles event.
15693
d096d8c1
DE
156942014-10-17 Doug Evans <dje@google.com>
15695
15696 * gdb.python/py-objfile.exp: Test progspace attribute.
15697
a80db015
LM
156982014-10-17 Luis Machado <lgustavo@codesourcery.com>
15699
15700 * gdb.guile/scm-breakpoint.exp: Do not assume any
15701 directory separators when matching source file paths.
15702 * gdb.python/py-breakpoint.exp: Likewise.
15703 * gdb.reverse/break-precsave.exp: Likewise.
15704 * gdb.reverse/break-reverse.exp: Likewise.
15705 * gdb.reverse/consecutive-precsave.exp: Likewise.
15706 * gdb.reverse/finish-precsave.exp: Likewise.
15707 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
15708 * gdb.reverse/finish-reverse.exp: Likewise.
15709 * gdb.reverse/i386-precsave.exp: Likewise.
15710 * gdb.reverse/i387-env-reverse.exp: Likewise.
15711 * gdb.reverse/i387-stack-reverse.exp: Likewise.
15712 * gdb.reverse/machinestate-precsave.exp: Likewise.
15713 * gdb.reverse/machinestate.exp: Likewise.
15714 * gdb.reverse/sigall-precsave.exp: Likewise.
15715 * gdb.reverse/solib-precsave.exp: Likewise.
15716 * gdb.reverse/step-precsave.exp: Likewise.
15717 * gdb.reverse/until-precsave.exp: Likewise.
15718 * gdb.reverse/watch-precsave.exp: Likewise.
15719 * gdb.reverse/watch-reverse.exp: Likewise.
15720
b22089ab
YQ
157212014-10-17 Yao Qi <yao@codesourcery.com>
15722
15723 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
15724 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
15725
6c4486e6
PA
157262014-10-17 Pedro Alves <palves@redhat.com>
15727
15728 PR gdb/17471
15729 * gdb.base/bg-execution-repeat.c: New file.
15730 * gdb.base/bg-execution-repeat.exp: New file.
15731
0ff33695
PA
157322014-10-17 Pedro Alves <palves@redhat.com>
15733
15734 PR gdb/17300
15735 * gdb.base/continue-all-already-running.c: New file.
15736 * gdb.base/continue-all-already-running.exp: New file.
15737
6fdebc3d
PA
157382014-10-17 Pedro Alves <palves@redhat.com>
15739
15740 PR gdb/17472
15741 * gdb.base/annota-input-while-running.c: New file.
15742 * gdb.base/annota-input-while-running.exp: New file.
15743
32a8097b
PA
157442014-10-17 Pedro Alves <palves@redhat.com>
15745
15746 * gdb.base/callfuncs.exp: emove references to osf.
15747 * gdb.base/sigall.exp: Likewise.
15748 * gdb.gdb/selftest.exp: Likewise.
15749 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
15750 * gdb.mi/non-stop.c: Likewise.
15751 * gdb.mi/pthreads.c: Likewise.
15752 * gdb.reverse/sigall-precsave.exp: Likewise.
15753 * gdb.reverse/sigall-reverse.exp: Likewise.
15754 * gdb.threads/pthreads.c: Likewise.
15755 * gdb.threads/pthreads.exp: Likewise.
15756
7a3517ff
YQ
157572014-10-17 Yao Qi <yao@codesourcery.com>
15758
15759 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
15760 check 'target_info exists noargs'.
15761 (test_command_prompt_position): Likewise.
15762 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
15763 Remove "set args".
15764 (progvar_simple_while_test): Likewise.
15765 (progvar_complex_if_while_test): Likewise.
15766 (if_while_breakpoint_command_test): Likewise.
15767 (infrun_breakpoint_command_test): Likewise.
15768 (breakpoint_command_test): Likewise.
15769 (watchpoint_command_test): Likewise.
15770 (bp_deleted_in_command_test): Likewise.
15771 (temporary_breakpoint_commands): Likewise.
15772
bb99c472
YQ
157732014-10-16 Yao Qi <yao@codesourcery.com>
15774
15775 * gdb.base/remotetimeout.exp: Remove noargs checking.
15776
7c16b83e
PA
157772014-10-15 Pedro Alves <palves@redhat.com>
15778
15779 PR breakpoints/9649
15780 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
15781 * gdb.base/breakpoint-in-ro-region.exp
15782 (probe_target_hardware_step): New procedure.
15783 (top level): Probe hardware stepping and hardware breakpoint
15784 support. Test stepping through a read-only region, with both
15785 "breakpoint auto-hw" on and off and both "always-inserted" on and
15786 off.
15787
35a49624
IB
157882014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
15789
15790 * gdb.dlang/demangle.exp: Update for demangling changes.
15791
2d1c107c
SC
157922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15793
15794 * gdb.cp/non-trivial-retval.cc: Add new test cases.
15795 * gdb.cp/non-trivial-retval.exp: Add new tests.
15796
778811d5
SC
157972014-10-15 Siva Chandra Reddy <sivachandra@google.com>
15798
15799 PR c++/13403
15800 PR c++/15154
15801 * gdb.cp/non-trivial-retval.cc: New file.
15802 * gdb.cp/non-trivial-retval.exp: New file.
15803
10c5f0a8
YQ
158042014-10-15 Yao Qi <yao@codesourcery.com>
15805
15806 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
15807 remote host.
15808
65d7b369
YQ
158092014-10-15 Yao Qi <yao@codesourcery.com>
15810
15811 * gdb.python/py-symbol.exp: Match file base name if host is
15812 remote, otherwise match file name with dir name.
15813 * gdb.python/py-symtab.exp: Likewise.
15814 * gdb.python/python.exp: Likewise.
15815
46dc1394
YQ
158162014-10-15 Yao Qi <yao@codesourcery.com>
15817
15818 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
15819 pattern.
15820 * gdb.python/py-symtab.exp: Likewise.
15821 * gdb.python/python.exp: Remove trailing ".*". Fix typo
15822 locationn.
15823
c40cc657
JB
158242014-10-14 Joel Brobecker <brobecker@adacore.com>
15825
15826 * gdb.ada/addr_arith: New testcase.
15827
2abf49e1
MR
158282014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
15829
15830 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
15831 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
15832 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
15833 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
15834
f7088df3
SDJ
158352014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
15836
15837 * gdb.arch/stap-eval-lang-ada.S: Likewise.
15838 * gdb.arch/stap-eval-lang-ada.c: Likewise.
15839 * gdb.arch/stap-eval-lang-ada.exp: New file.
15840
4dc06805
YQ
158412014-10-14 Yao Qi <yao@codesourcery.com>
15842
15843 * gdb.mi/mi-var-child.c (nothing1): New function.
15844 (nothing2): New function.
15845 (do_children_tests): Set function pointers by nothing1 and
15846 nothing2.
15847 * gdb.mi/mi-var-child.exp: Step over new added statements.
15848 Update test to match the new output.
15849 * gdb.mi/var-cmd.c (nothing1): New function.
15850 (nothing2): New function.
15851 (do_children_tests): Set function pointers by nothing1 and
15852 nothing2.
15853 * gdb.mi/mi-var-display.exp: Update test to match output.
15854 Step to the line specified by $line_dct_nothing.
15855 Increase the number of lines to step.
15856
46a93de2
YQ
158572014-10-14 Yao Qi <yao@codesourcery.com>
15858
15859 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
15860 tests.
15861 * gdb.mi/mi2-var-child.exp: Likewise.
15862
14ea52ee
DE
158632014-10-13 Doug Evans <dje@google.com>
15864
15865 * gdb.python/py-objfile.exp: Change name of file name test.
15866
e5c6e92b
DE
158672014-10-13 Doug Evans <dje@google.com>
15868
15869 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
15870 from the start of the CU.
15871
c780cc2f
JK
158722014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15873 Yao Qi <yao@codesourcery.com>
15874
15875 Fix "save breakpoints" for "catch" command.
15876 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
15877 Remove -nonewline. Match also the added "main" line.
15878
99894e11
JK
158792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15880
15881 Fix "save breakpoints" for "disable $bpnum" command.
15882 * gdb.base/save-bp.c (main): Add label.
15883 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
15884
6e1ac5a3
JK
158852014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
15886
15887 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
15888
754dd2b0
YQ
158892014-10-11 Yao Qi <yao@codesourcery.com>
15890
15891 * gdb.server/server-kill.exp: Execute command
15892 "set remote trace-status-packet on" before "tstatus".
15893
f90183d7
YQ
158942014-10-11 Yao Qi <yao@codesourcery.com>
15895
15896 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
15897 (main): Call getppid.
15898 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
15899 and continue to it. Read variable "server_pid".
15900
bf40a607
YQ
159012014-10-11 Yao Qi <yao@codesourcery.com>
15902
15903 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
15904
052ca370
YQ
159052014-10-11 Yao Qi <yao@codesourcery.com>
15906
15907 * gdb.threads/thread-find.exp: Don't execute command
15908 "info threads".
15909 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
15910 * gdb.threads/linux-dp.exp: Don't check the condition
15911 $threads_created equals to zero.
15912
3831839c
PA
159132014-10-10 Pedro Alves <palves@redhat.com>
15914
15915 * gdb.base/bigcore.exp: Remove references to IRIX.
15916 * gdb.base/funcargs.exp: Likewise.
15917 * gdb.base/interrupt.exp: Likewise.
15918 * gdb.base/mips_pro.exp: Likewise.
15919 * gdb.base/nodebug.exp: Likewise.
15920 * gdb.base/setvar.exp: Likewise.
15921 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
15922
8b9a549d
PA
159232014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15924 Pedro Alves <palves@redhat.com>
15925
15926 PR symtab/14466
15927 * gdb.base/vdso-warning.c: New file.
15928 * gdb.base/vdso-warning.exp: New file.
15929
d48ba5e8
DE
159302014-10-02 Doug Evans <dje@google.com>
15931
15932 * gdb.base/structs.c (main): Don't run forever.
15933
2278c276
PA
159342014-10-02 Pedro Alves <palves@redhat.com>
15935
15936 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
15937 (top level) <stop threads 1, stop threads 2>: Use it.
15938
b57bacec
PA
159392014-10-02 Pedro Alves <palves@redhat.com>
15940
15941 * gdb.threads/break-while-running.exp (test): Add new
15942 'update_thread_list' argument. Skip "info threads" if false.
15943 (top level): Add new 'update_thread_list' axis.
15944
13fd3ff3
PA
159452014-10-02 Pedro Alves <palves@redhat.com>
15946
15947 PR breakpoints/17431
15948 * gdb.base/execl-update-breakpoints.c: New file.
15949 * gdb.base/execl-update-breakpoints.exp: New file.
15950
0fec99e8
PA
159512014-10-01 Pedro Alves <palves@redhat.com>
15952
15953 * gdb.base/breakpoint-in-ro-region.c: New file.
15954 * gdb.base/breakpoint-in-ro-region.exp: New file.
15955
2ddf4301
SM
159562014-10-01 Simon Marchi <simon.marchi@ericsson.com>
15957
15958 * gdb.mi/mi-exit-code.exp: New file.
15959 * gdb.mi/mi-exit-code.c: New file.
15960
6a5f3f43
YQ
159612014-09-30 Yao Qi <yao@codesourcery.com>
15962
15963 * lib/prelink-support.exp (build_executable_own_libs): Error if
15964 the target isn't native.
15965
345bcc73
YQ
159662014-09-30 Yao Qi <yao@codesourcery.com>
15967
15968 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
15969 false.
15970
a25a5a45
PA
159712014-09-22 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.threads/break-while-running.exp: New file.
15974 * gdb.threads/break-while-running.c: New file.
15975
00ba3162
YQ
159762014-09-19 Yao Qi <yao@codesourcery.com>
15977
15978 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
15979 Invoke test. Restart GDB with --readnow and invoke test again.
15980
c3b7b696
YQ
159812014-09-19 Yao Qi <yao@codesourcery.com>
15982
15983 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
15984 proc set_breakpoint_on_gcd_function. Invoke
15985 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
15986 invoke set_breakpoint_on_gcd_function again.
15987
2b4fd423
DE
159882014-09-18 Doug Evans <dje@google.com>
15989
15990 * gdb.dwarf2/symtab-producer.exp: New file.
15991
a5947601
SDJ
159922014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
15993
15994 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
15995 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
15996 * gdb.base/global-var-nested-by-dso.c: Likewise.
15997 * gdb.base/global-var-nested-by-dso.exp: Likewise.
15998
91c19059
SDJ
159992014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
16000 Pedro Alves <palves@redhat.com>
16001
16002 * gdb.base/watch-bitfields.exp: Pass string other than test file
16003 name to prepare_for_testing.
16004 (watch): New procedure.
16005 (expect_watchpoint): Use with_test_prefix.
16006 (top level): Factor out tests to ...
16007 (test_watch_location, test_regular_watch): ... these new
16008 procedures, and use with_test_prefix and gdb_continue_to_end.
16009
bb9d5f81
PP
160102014-09-16 Patrick Palka <patrick@parcs.ath.cx>
16011
16012 PR breakpoints/12526
16013 * gdb.base/watch-bitfields.exp: New file.
16014 * gdb.base/watch-bitfields.c: New file.
16015
635856f5
PA
160162014-09-16 Pedro Alves <palves@redhat.com>
16017
16018 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
16019 software and hardware addresses, not software address against
16020 itself.
16021
7280ceea
PA
160222014-09-16 Pedro Alves <palves@redhat.com>
16023
16024 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
16025 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
16026
428b16bd
PA
160272014-09-16 Pedro Alves <palves@redhat.com>
16028
16029 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
16030 files.
16031 * gdb.base/a2-run.exp: Remove all code guarded by istarget
16032 "*-*-vxworks*" throughout.
16033 * gdb.base/break.exp: Likewise.
16034 * gdb.base/default.exp: Likewise.
16035 * gdb.base/scope.exp: Likewise.
16036 * gdb.base/sepdebug.exp: Likewise.
16037 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
16038 throughout.
16039 * gdb.base/run.c: Likewise.
16040 * gdb.base/sepdebug.c: Likewise.
16041 * gdb.hp/gdb.aCC/run.c: Likewise.
16042 * gdb.reverse/until-reverse.c: Likewise.
16043 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
16044
666d413c
YQ
160452014-09-16 Yao Qi <yao@codesourcery.com>
16046
16047 * boards/local-remote-host-native.exp: New file.
16048
57cbd724
DE
160492014-09-14 Doug Evans <xdje42@gmail.com>
16050
16051 * gdb.threads/queue-signal.c (thread_count): New variable.
16052 (thread_count_mutex, thread_count_condvar): New variables.
16053 (incr_thread_count, wait_all_threads_running): New functions.
16054 (main): Wait for all threads to be in their thread functions.
16055
81219e53
DE
160562014-09-13 Doug Evans <xdje42@gmail.com>
16057
16058 * gdb.threads/queue-signal.c: New file.
16059 * gdb.threads/queue-signal.exp: New file.
16060
3714cea7
DE
160612014-09-13 Doug Evans <xdje42@gmail.com>
16062
16063 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
16064 be consistent with what default_gdb_init uses.
16065 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
16066 the plain text of the prompt. Add some logging printfs.
16067 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
16068
fa43b1d7
PA
160692014-09-12 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
16072 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
16073 * gdb.arch/i386-size-overlap.exp: Likewise.
16074 * gdb.arch/i386-size.exp: Likewise.
16075 * gdb.arch/i386-unwind.exp: Likewise.
16076 * gdb.base/a2-run.exp: Likewise.
16077 * gdb.base/break.exp: Likewise.
16078 * gdb.base/charset.exp: Likewise.
16079 * gdb.base/chng-syms.exp: Likewise.
16080 * gdb.base/commands.exp: Likewise.
16081 * gdb.base/dbx.exp: Likewise.
16082 * gdb.base/find.exp: Likewise.
16083 * gdb.base/funcargs.exp: Likewise.
16084 * gdb.base/jit-simple.exp: Likewise.
16085 * gdb.base/reread.exp: Likewise.
16086 * gdb.base/sepdebug.exp: Likewise.
16087 * gdb.base/step-bt.exp: Likewise.
16088 * gdb.cp/mb-inline.exp: Likewise.
16089 * gdb.cp/mb-templates.exp: Likewise.
16090 * gdb.objc/basicclass.exp: Likewise.
16091 * gdb.threads/killed.exp: Likewise.
16092
9d9bf2df
EBM
160932014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16094
16095 PR tdep/17379
16096 * gdb.arch/powerpc-stackless.S: New file.
16097 * gdb.arch/powerpc-stackless.exp: New file.
16098
1cf2f1b0
JK
160992014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16100
16101 * gdb.base/attach.c: Include unistd.h.
16102 (main): Call alarm. Add label postloop.
16103 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
16104 gdb_breakpoint, gdb_continue_to_breakpoint.
16105 (test_command_line_attach_run): Kill ${testpid} in one exit path.
16106
98880d46
PA
161072014-09-11 Pedro Alves <palves@redhat.com>
16108
16109 PR gdb/17347
16110 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
16111 * gdb.base/attach.exp (test_command_line_attach_run): New
16112 procedure.
16113 (top level): Call it.
16114
4c92ff2c
PA
161152014-09-11 Pedro Alves <palves@redhat.com>
16116
16117 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
16118 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
16119 (do_command_attach_tests): Use spawn_wait_for_attach.
16120 * gdb.base/solib-overlap.exp: Likewise.
16121 * gdb.multi/multi-attach.exp: Likewise.
16122 * gdb.python/py-prompt.exp: Likewise.
16123 * gdb.python/py-sync-interp.exp: Likewise.
16124 * gdb.server/ext-attach.exp: Likewise.
16125
3adc1a7d
GKB
161262014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
16127
16128 * gdb.fortran/array-element.exp: Remove unexpected "continue"
16129 command in testcase. Simplify testcase.
16130
96334934
JB
161312014-09-10 Joel Brobecker <brobecker@adacore.com>
16132
16133 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
16134
eb479039
JB
161352014-09-10 Joel Brobecker <brobecker@adacore.com>
16136
16137 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
16138
deede10c
JB
161392014-09-10 Joel Brobecker <brobecker@adacore.com>
16140
16141 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
16142
7828a5f5
JB
161432014-09-10 Joel Brobecker <brobecker@adacore.com>
16144
16145 * gdb.dwarf2/dynarr-ptr.c: New file.
16146 * gdb.dwarf2/dynarr-ptr.exp: New file.
16147
33aeebcf
MR
161482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16149
16150 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
16151 of 30 rather than hardcoding 120 for a slow test case. Take the
16152 `gdb,timeout' target setting into account for this calculation.
16153 Don't extend the timeout for the test cases that don't need it.
16154
7b415901
MR
161552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16156
16157 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
16158 a factor of 2 for a slow test case. Take the `gdb,timeout'
16159 target setting into account for this calculation.
16160 * gdb.reverse/until-precsave.exp: Increase the timeout by
16161 a factor of 15 and 3 respectively rather than adding 120
16162 for a pair of slow test cases. Take the `gdb,timeout'
16163 target setting into account for this calculation.
16164
4a40f85a
MR
161652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16166
16167 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
16168 timeout, don't pass one down to gdb_expect.
16169 (gdb_expect): Rework timeout selection.
16170
09635af7
MR
161712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16172
16173 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
16174 exception on timeout.
16175 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
16176 (gdbserver_start_extended): Catch any `gdbserver_start' error
16177 exceptions.
16178 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
16179 * lib/mi-support.exp (mi_gdb_target_load): Catch any
16180 `gdbserver_gdb_load' error exceptions.
16181
2bdd10b7
MR
161822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
16183
16184 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
16185 120 on waiting for the TCP socket to open.
16186
316935f0
DE
161872014-09-09 Doug Evans <xdje42@gmail.com>
16188
16189 * gdb.base/default.exp (show_conv_list): Add _caller_is,
16190 _caller_matches, _any_caller_is, _any_caller_matches.
16191
83740597
DE
161922014-09-09 Doug Evans <xdje42@gmail.com>
16193
16194 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
16195
4c122fc3
YQ
161962014-09-09 Yao Qi <yao@codesourcery.com>
16197
16198 * gdb.mi/mi-var-display.exp: Set print symbol off.
16199
a9f116cb
GKB
162002014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
16201
16202 PR gdb/17035
16203 * gdb.base/commands.exp: Add tests to verify user-defined
16204 commands with empty bodies.
16205 * gdb.python/py-cmd.exp: Test that we don't show user-defined
16206 python commands in `show user command`.
16207 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
16208 scheme commands in `show user command`.
16209
c75bd3a2
JK
162102014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16211
16212 PR python/17355
16213 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
16214 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
16215 * gdb.python/py-framefilter-invalidarg.exp: New file.
16216 * gdb.python/py-framefilter-invalidarg.py: New file.
16217
faa42425
DE
162182014-09-06 Doug Evans <xdje42@gmail.com>
16219
16220 PR 15276
16221 * gdb.python/py-caller-is.c: New file.
16222 * gdb.python/py-caller-is.exp: New file.
16223
474ca4f6
SDJ
162242014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
16225
16226 PR gdb/17235
16227 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
16228 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
16229
eb0b0463
SDJ
162302014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
16231
16232 PR fortran/17237
16233 * gdb.fortran/print-formatted.exp: New file.
16234 * gdb.fortran/print-formatted.f90: Likewise.
16235
5f3b99cf
SS
162362014-09-03 Sasha Smundak <asmundak@google.com>
16237
16238 * gdb.python/py-frame.exp: Test Frame.read_register.
16239
7d793aa9
SDJ
162402014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
16241
16242 PR python/16699
16243 * gdb.python/py-completion.exp: New file.
16244 * gdb.python/py-completion.py: Likewise.
16245
fb0576e9
DE
162462014-08-28 Doug Evans <dje@google.com>
16247
16248 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
16249 eax,etc. are live with values set by gdb and thus the compiler can't
16250 use them.
16251 * gdb.arch/i386-pseudo.c (main): Ditto.
16252
ee92b0dd
DE
162532014-08-27 Doug Evans <dje@google.com>
16254
16255 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
16256
6649db35
DE
162572014-08-25 Doug Evans <dje@google.com>
16258
16259 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
16260 (main): Ditto.
16261
564b7600
DE
162622014-08-25 Doug Evans <dje@google.com>
16263
16264 * gdb.threads/thread-execl.exp: #include <stdio.h>.
16265
3881fb67
YQ
162662014-08-24 Yao Qi <yao@codesourcery.com>
16267
16268 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
16269 symbol off.
16270 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
16271
a05a36a5
DE
162722014-08-22 Doug Evans <dje@google.com>
16273
16274 PR 17276
16275 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
16276 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
16277 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
16278
7c343b48
YQ
162792014-08-22 Yao Qi <yao@codesourcery.com>
16280
16281 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
16282 * gdb.python/py-finish-breakpoint2.exp: Likewise.
16283 * gdb.python/python.exp: Likewise. Use .py file on the host
16284 instead of the build.
16285
22fd09ae
JK
162862014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16287
16288 * gdb.threads/gcore-stale-thread.c: New file.
16289 * gdb.threads/gcore-stale-thread.exp: New file.
16290
a8454a7c
PA
162912014-08-21 Pedro Alves <palves@redhat.com>
16292
16293 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
16294 * gdb.base/gcore-relro-pie.exp: Likewise.
16295 * gdb.base/gcore-relro.exp: Likewise.
16296 * gdb.base/gcore.exp: Likewise.
16297 * gdb.base/print-symbol-loading.exp: Likewise.
16298 * gdb.threads/gcore-thread.exp: Likewise.
16299 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
16300
2a31c623
PA
163012014-08-20 Pedro Alves <palves@redhat.com>
16302 Jan Kratochvil <jan.kratochvil@redhat.com>
16303
16304 * Makefile.in (EXTRA_RULES, CC): New variables, get from
16305 configure.
16306 (EXPECT): Handle READ1 being set.
16307 (all): Depend on EXTRA_RULES.
16308 (check-read1, expect-read1, read1.so, read1): New rules.
16309 * README (Testsuite Parameters): Document the READ1 make variable.
16310 (Race detection): New section.
16311 * configure: Regenerate.
16312 * configure.ac: If build==host==target, and running under a
16313 GNU/glibc system, add read1 to the extra Makefile rules.
16314 (EXTRA_RULES): AC_SUBST it.
16315 * lib/read1.c: New file.
16316
d36430db
JB
163172014-08-20 Joel Brobecker <brobecker@adacore.com>
16318
16319 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
16320 the handling of variables declared as a typedef to an array
16321 which a DW_AT_data_location attribute.
16322
9a0dc9e3
PA
163232014-08-19 Andrew Burgess <aburgess@broadcom.com>
16324 Pedro Alves <palves@redhat.com>
16325
16326 PR symtab/14604
16327 PR symtab/14605
16328 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
16329 gdb_test.
16330
0718a8da
PA
163312014-08-19 Pedro Alves <palves@redhat.com>
16332
16333 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
16334
13b448cd
YQ
163352014-08-19 Yao Qi <yao@codesourcery.com>
16336
16337 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
16338 right line.
16339
1cbf5077
DB
163402014-08-18 David Blaikie <dblaikie@gmail.com>
16341
16342 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
16343
bf0fae19
JB
163442014-08-18 Joel Brobecker <brobecker@adacore.com>
16345
16346 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
16347 attribute in array range.
16348
3c8c5dcc
JB
163492014-08-18 Joel Brobecker <brobecker@adacore.com>
16350
16351 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
16352
e66d4446
SC
163532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16354
16355 PR c++/17132
16356 * gdb.cp/pr17132.cc: New file.
16357 * gdb.cp/pr17132.exp: New file.
16358
940df408
SC
163592014-08-15 Siva Chandra Reddy <sivachandra@google.com>
16360
16361 * gdb.python/py-xmethods.py (A_getarrayind)
16362 (E_method_char_worker.__call__, E_method_int_worker.__call__):
16363 Use 'print' with function call syntax.
16364 (E_method_matcher.match): Fix tab vs space indentation mixup.
16365
ebcc6c3a
YQ
163662014-08-15 Yao Qi <yao@codesourcery.com>
16367
16368 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
16369 false.
16370
775e0f04
YQ
163712014-08-15 Yao Qi <yao@codesourcery.com>
16372
16373 * gdb.cp/casts.exp: Set print symbol off.
16374 * gdb.cp/class2.exp: Likewise.
16375 * gdb.cp/overload.exp: Likewise.
16376 * gdb.cp/templates.exp: Likewise.
16377
d769e349
DE
163782014-08-11 Doug Evans <dje@google.com>
16379
16380 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
16381 (test_load_shlib): Update.
16382
20c6f1e1
YQ
163832014-08-09 Yao Qi <yao@codesourcery.com>
16384
16385 * gdb.base/display.exp: Invoke is_address_zero_readable.
16386 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
16387 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
16388 * gdb.base/hbreak-unmapped.exp: Return if
16389 is_address_zero_readable returns true.
16390 * gdb.base/signest.exp: Likewise.
16391 * gdb.base/signull.exp: Likewise.
16392 * gdb.base/sigbpt.exp: Likewise.
16393 * gdb.guile/scm-disasm.exp: Do the test if
16394 is_address_zero_readable returns false.
16395 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
16396 * gdb.python/py-arch.exp: Likewise.
16397 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
16398 * lib/gdb.exp (is_address_zero_readable): New proc.
16399
5792e8e3
YQ
164002014-08-09 Yao Qi <yao@codesourcery.com>
16401
16402 PR testsuite/13443
16403 * gdb.mi/mi-var-display.exp: Make test messages unique.
16404
3cecbbbe
TT
164052014-08-04 Tom Tromey <tromey@redhat.com>
16406
16407 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
16408 target 0".
16409
00b51ff5
TT
164102014-08-04 Tom Tromey <tromey@redhat.com>
16411
16412 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
16413 "target_resume".
16414
6908c509
JB
164152014-08-01 Joel Brobecker <brobecker@adacore.com>
16416
16417 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
16418 inner_vla_struct_object_size.
16419 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
16420 as xfail.
16421
cc6563d2
PA
164222014-07-30 Pedro Alves <palves@redhat.com>
16423
16424 * gdb.threads/signal-command-handle-nopass.exp (test): Add
16425 comment.
16426
7e09a223
YQ
164272014-07-29 Yao Qi <yao@codesourcery.com>
16428
16429 PR gdb/17206
16430 * gdb.base/until-nodebug.exp: New.
16431
7ebdbe92
DE
164322014-07-28 Doug Evans <xdje42@gmail.com>
16433
16434 PR guile/17203
16435 * gdb.guile/scm-parameter.exp: Add tests for trying to create
16436 previously existing parameter, and previously ambiguously spelled
16437 parameter.
16438
fdb1adc6
WN
164392014-07-28 Will Newton <will.newton@linaro.org>
16440
16441 * gdb.base/varargs.exp: Remove KFAILs for ARM.
16442
186fcde0
DE
164432014-07-26 Ludovic Courtès <ludo@gnu.org>
16444 Doug Evans <xdje42@gmail.com>
16445
16446 PR guile/17146
16447 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
16448
70509625
PA
164492014-07-25 Pedro Alves <palves@redhat.com>
16450
16451 * gdb.threads/signal-command-handle-nopass.c: New file.
16452 * gdb.threads/signal-command-handle-nopass.exp: New file.
16453 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
16454 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
16455 * gdb.threads/signal-delivered-right-thread.c: New file.
16456 * gdb.threads/signal-delivered-right-thread.exp: New file.
16457
c3f814a1
PA
164582014-07-25 Pedro Alves <palves@redhat.com>
16459
16460 * gdb.base/double-prompt-target-event-error.exp
16461 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
16462 match.
16463 (cancel_pagination_in_target_event): Rework double prompt
16464 detection.
16465 * gdb.base/paginate-after-ctrl-c-running.exp
16466 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
16467 <return>' match.
16468 * gdb.base/paginate-bg-execution.exp
16469 (test_bg_execution_pagination_return)
16470 (test_bg_execution_pagination_cancel): Remove '-notransfer
16471 <return>' matches.
16472 * gdb.base/paginate-execution-startup.exp
16473 (test_fg_execution_pagination_return)
16474 (test_fg_execution_pagination_cancel): Remove '-notransfer
16475 <return>' matches.
16476 * gdb.base/paginate-inferior-exit.exp
16477 (test_paginate_inferior_exited): Remove '-notransfer <return>'
16478 match.
16479 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
16480 * lib/gdb.exp (pagination_prompt): Run text through
16481 string_to_regexp.
16482 (gdb_test_multiple): Match $pagination_prompt instead of
16483 "<return>".
16484 (string_to_regexp): Move to lib/gdb-utils.exp.
16485
e214cf6c
JK
164862014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16487
16488 * gdb.arch/amd64-entry-value-paramref.S: New file.
16489 * gdb.arch/amd64-entry-value-paramref.cc: New file.
16490 * gdb.arch/amd64-entry-value-paramref.exp: New file.
16491 * gdb.arch/amd64-optimout-repeat.S: New file.
16492 * gdb.arch/amd64-optimout-repeat.c: New file.
16493 * gdb.arch/amd64-optimout-repeat.exp: New file.
16494
17d0c5c8
JK
164952014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
16496
16497 PR gdb/17170
16498 * gdb.base/statistics.exp: New file.
16499
b8b8facf
DE
165002014-07-17 Doug Evans <dje@google.com>
16501
74b49205 16502 PR gdb/17170
b8b8facf
DE
16503 * gdb.base/maint.exp: Update testing of per-command stats.
16504
1b5d0ab3
PA
165052014-07-16 Pedro Alves <palves@redhat.com>
16506
16507 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
16508 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
16509 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
16510 (tfile_write_buf): New functions.
16511 (add_memory_block): Rewrite using the above.
16512 (adjust_function_address): New function.
16513 (FUNCTION_ADDRESS): New macro.
16514 (write_basic_trace_file): Remove short_x local, and use
16515 tfile_write_16. Change type of func_addr local to unsigned long
16516 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
16517 here. Cast argument of add_memory_block to char pointer.
16518 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
16519 (main): Remove parameters.
16520 * gdb.trace/tfile.exp: Remove nowarnings.
16521
4d974e88
SM
165222014-07-15 Simon Marchi <simon.marchi@ericsson.com>
16523
16524 * gdb.base/debug-expr.exp: Test string evaluation with
16525 "debug expression" on.
16526
41e99568
PA
165272014-07-15 Pedro Alves <palves@redhat.com>
16528
16529 * gdb.base/reread.exp: Use clean_restart.
16530
487d9753
PL
165312014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
16532
16533 * gdb.arch/avr-flash-qualifer.c: New.
16534 * gdb.arch/avr-flash-qualifer.exp: New.
16535
cc1c52ad
PA
165362014-07-14 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.base/paginate-after-ctrl-c-running.c: New file.
16539 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
16540
1e973570
PA
165412014-07-14 Pedro Alves <palves@redhat.com>
16542
16543 * gdb.base/double-prompt-target-event-error.c: New file.
16544 * gdb.base/double-prompt-target-event-error.exp: New file.
16545
93d6eb10
PA
165462014-07-14 Pedro Alves <palves@redhat.com>
16547
16548 PR gdb/17072
16549 * gdb.base/paginate-inferior-exit.c: New file.
16550 * gdb.base/paginate-inferior-exit.exp: New file.
16551
0017922d
PA
165522014-07-14 Pedro Alves <palves@redhat.com>
16553
16554 PR gdb/17072
16555 * gdb.base/paginate-bg-execution.c: New file.
16556 * gdb.base/paginate-bg-execution.exp: New file.
16557
94696ad3
PA
165582014-07-14 Pedro Alves <palves@redhat.com>
16559
16560 PR gdb/17072
16561 * gdb.base/paginate-execution-startup.c: New file.
16562 * gdb.base/paginate-execution-startup.exp: New file.
16563 * lib/gdb.exp (pagination_prompt): New global.
16564 (default_gdb_spawn): New procedure, factored out from
16565 default_gdb_spawn.
16566 (default_gdb_start): Adjust to call default_gdb_spawn.
16567 (gdb_spawn): New procedure.
16568
bd293940
PA
165692014-07-14 Pedro Alves <palves@redhat.com>
16570
16571 * lib/gdb.exp (gdb_assert): New procedure.
16572 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
16573
c933f875
PA
165742014-07-14 Pedro Alves <palves@redhat.com>
16575
16576 * gdb.base/execution-termios.c: New file.
16577 * gdb.base/execution-termios.exp: New file.
16578
d98b7a16
TT
165792014-07-14 Tom Tromey <tromey@redhat.com>
16580
16581 * gdb.cp/vla-cxx.cc: New file.
16582 * gdb.cp/vla-cxx.exp: New file.
16583
548740d6
TT
165842014-07-14 Tom Tromey <tromey@redhat.com>
16585
16586 * gdb.reverse/rerun-prec.c: New file.
16587 * gdb.reverse/rerun-prec.exp: New file.
16588
a25eb028
MR
165892014-07-12 Maciej W. Rozycki <macro@mips.com>
16590 Maciej W. Rozycki <macro@codesourcery.com>
16591
16592 * lib/gdb-utils.exp: New file.
16593 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
16594 inline `gdb_init_command' processing.
16595 (gdb_start_cmd): Likewise.
16596 * lib/mi-support.exp (mi_run_cmd): Likewise.
16597 * README: Document `gdb_init_command' and `gdb_init_commands'.
16598
218c2655
JK
165992014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16600
16601 Fix false FAIL running under a very long directory name.
16602 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
16603 and "set print elements 10000". Twice.
16604
5401fde3
YQ
166052014-07-11 Yao Qi <yao@codesourcery.com>
16606
16607 * gdb.base/exprs.exp: "set print symbol off".
16608
e76126e8
PA
166092014-07-11 Pedro Alves <palves@redhat.com>
16610
16611 * gdb.threads/kill.c: New file.
16612 * gdb.threads/kill.exp: New file.
16613
2d6f0de6
YQ
166142014-07-10 Yao Qi <yao@codesourcery.com>
16615
16616 * gdb.trace/tfile.c (write_basic_trace_file)
16617 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
16618 address written to trace file.
16619
7180e04a
PA
166202014-07-09 Pedro Alves <palves@redhat.com>
16621
16622 * gdb.base/attach-wait-input.exp: New file.
16623 * gdb.base/attach-wait-input.c: New file.
16624
9a9a7608
AB
166252014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
16626
16627 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
16628 setting up test structures.
16629 (main): Call new test function.
16630 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
16631 test function, continue into test function and walk test
16632 structures.
16633
161ac41e
YQ
166342014-07-02 Yao Qi <yao@codesourcery.com>
16635
16636 * gdb.trace/entry-values.c: Define labels 'foo_start' and
16637 'bar_start' at the beginning of functions 'foo' and 'bar'
16638 respectively.
16639 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
16640 instead of 'foo' and 'bar'.
16641
1f267ae3
MM
166422014-07-08 Markus Metzger <markus.t.metzger@intel.com>
16643
16644 * gdb.btrace/segv.exp: New.
16645 * gdb.btrace/segv.c: New.
16646
2b239efb
LM
166472014-07-02 Luis Machado <lgustavo@codesourcery.com>
16648
16649 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
16650 instruction.
16651
cf363f18
MW
166522014-06-30 Mark Wielaard <mjw@redhat.com>
16653
16654 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
16655 vulture, vilify, villar): New volatile array constants.
16656 (vindictive, vegetation): New const volatile array constants.
16657 * gdb.base/volatile.exp: Test volatile and const volatile array
16658 types.
16659
aebf9d24
AA
166602014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
16661
16662 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
16663 target lacks support for awatch, rwatch, or hbreak.
16664
b67a2c6f
YQ
166652014-06-27 Yao Qi <yao@codesourcery.com>
16666
16667 * gdb.multi/dummy-frame-restore.exp: New.
16668 * gdb.multi/dummy-frame-restore.c: New.
16669
aef92902
MM
166702014-06-25 Markus Metzger <markus.t.metzger@intel.com>
16671
16672 * gdb.btrace/gcore.exp: New.
16673
8e9db26e
PA
166742014-06-23 Pedro Alves <palves@redhat.com>
16675
16676 * gdb.base/watchpoint-reuse-slot.c: New file.
16677 * gdb.base/watchpoint-reuse-slot.exp: New file.
16678
70afc5b7
SC
166792014-06-23 Siva Chandra Reddy <sivachandra@google.com>
16680
16681 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
16682 progspace's filename in 'info', 'enable' and 'disable' command
16683 tests.
16684
b972bd9c
JK
166852014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16686
16687 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
16688 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
16689 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
16690
125f8a3d
GB
166912014-06-20 Gary Benson <gbenson@redhat.com>
16692
16693 * gdb.arch/i386-avx.exp: Fix include file location.
16694 * gdb.arch/i386-sse.exp: Likewise.
16695
3ed9baed
IB
166962014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
16697
16698 * gdb.dlang/expression.exp: New file.
16699
034f788c
PA
167002014-06-19 Pedro Alves <palves@redhat.com>
16701
16702 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
16703 out from ...
16704 (top level): ... here. Iterate running tests under different
16705 scheduler-locking settings.
16706
45371d0c
LM
167072014-06-18 Luis Machado <lgustavo@codesourcery.com>
16708
16709 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
16710 to DW_FORM_addr and use non-zero addresses.
16711
5d376983
SC
167122014-06-18 Siva Chandra Reddy <sivachandra@google.com>
16713
16714 PR gdb/17017
16715 * gdb.python/py-xmethods.cc: Add global function call counters and
16716 increment them in their respective functions. Remove "cout"
16717 statements.
16718 * gdb.python/py-xmethods.exp: Make tests check the global function
16719 call counters instead of depending on inferior IO.
16720
a1aa2221
LM
167212014-06-18 Don Breazeal <donb@codesourcery.com>
16722
16723 * gdb.base/foll-fork.exp (default_fork_parent_follow):
16724 Deleted procedure.
16725 (explicit_fork_parent_follow): Deleted procedure.
16726 (explicit_fork_child_follow): Deleted procedure.
16727 (test_follow_fork): New procedure.
16728 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 16729 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
16730 procedure calls.
16731
0fc05997
YQ
167322014-06-17 Yao Qi <yao@codesourcery.com>
16733
16734 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
16735 CP1252.
16736
70795c52
LM
167372014-06-17 Luis Machado <lgustavo@codesourcery.com>
16738
16739 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
16740 Initialize ptr and S explicitly.
16741 (skip_type_update_when_not_use_rtti_test): Likewise.
16742
6be47f0c
KS
167432014-06-16 Keith Seitz <keiths@redhat.com>
16744
16745 PR mi/15863
16746 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
16747 the inferior is started.
16748
d03de421
PA
167492014-06-16 Pedro Alves <palves@redhat.com>
16750
16751 * gdb.base/break-main-file-remove-fail.c: New file.
16752 * gdb.base/break-main-file-remove-fail.exp: New file.
16753 * gdb.base/break-unload-file.exp: Use build_executable instead of
16754 prepare_for_testing.
16755 (test_break): New parameter "initial_load". Handle it.
16756 (top level): Add initial_load cmdline/file axis.
16757
f9579b99
TT
167582014-06-12 Tom Tromey <tromey@redhat.com>
16759
16760 * gdb.base/completion.exp: Don't use directory name in test.
16761
3657956b
GB
167622014-06-09 Gary Benson <gbenson@redhat.com>
16763
16764 * gdb.base/sigall.c [Functions to send signals]: Reorder to
16765 separate the always-available ANSI-standard signals from the
16766 signals that require checking.
16767 (main): Likewise.
16768 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
16769 Likewise.
16770 (main): Likewise.
16771
4186eb54
KS
167722014-06-07 Keith Seitz <keiths@redhat.com>
16773
16774 Revert:
16775 PR c++/16253
16776 * gdb.cp/var-tag.cc: New file.
16777 * gdb.cp/var-tag.exp: New file.
16778 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
16779 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
16780 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
16781 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
16782
25326a28 167832014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
16784
16785 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
16786
829155c9
PA
167872014-06-06 Pedro Alves <palves@redhat.com>
16788
16789 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
16790 in target debug output instead of looking at RSP packets,
16791 disabling the test on any target that uses hardware stepping.
16792 Update comments.
16793
61c8d22e
PA
167942014-06-06 Pedro Alves <palves@redhat.com>
16795
16796 * gdb.base/break-unload-file.exp: Fix typo.
16797
d9a47287
YQ
167982014-06-06 Yao Qi <yao@codesourcery.com>
16799
16800 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
16801 from "jit_function" to "^jit_function".
16802
e5e01dbf
YQ
168032014-06-06 Yao Qi <yao@codesourcery.com>
16804
16805 * gdb.base/async.c (foo): Add one statement.
16806 * gdb.base/async.exp: Get the next instruction address and
16807 match the output of "nexti" by instruction address. Match
16808 the hex address in the output of "finish".
16809
73ba372c
GB
168102014-06-06 Gary Benson <gbenson@redhat.com>
16811
16812 * gdb.base/call-signals.c: Remove preprocessor conditionals
16813 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
16814 SIGSEGV and SIGTERM.
16815 * gdb.base/sigall.c: Likewise.
16816 * gdb.base/unwindonsignal.c: Likewise.
16817 * gdb.reverse/sigall-reverse.c: Likewise.
16818
831517df
YQ
168192014-06-06 Yao Qi <yao@codesourcery.com>
16820
16821 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
16822 readable, skip the test.
16823
b8b91e98
YQ
168242014-06-06 Yao Qi <yao@codesourcery.com>
16825
16826 * gdb.threads/staticthreads.c (thread_function): Move the line
16827 setting breakpoint on forward.
16828 * gdb.threads/staticthreads.exp: Update comments.
16829
fb934770
LC
168302014-06-05 Ludovic Courtès <ludo@gnu.org>
16831
16832 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
16833 "history-append! type error".
16834
6ef284bd
SM
168352014-06-05 Simon Marchi <simon.marchi@ericsson.com>
16836
16837 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
16838 erroneous dprintf expected input.
16839
a872e241
DE
168402014-06-04 Doug Evans <xdje42@gmail.com>
16841
16842 * gdb.guile/scm-generics.exp: Delete.
16843
16f691fb
DE
168442014-06-04 Doug Evans <xdje42@gmail.com>
16845
16846 * gdb.guile/scm-breakpoint.exp: Update.
16847 Add tests for breakpoint registration.
16848
012370f6
TT
168492014-06-04 Tom Tromey <tromey@redhat.com>
16850
16851 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
16852 VLA-in-union.
16853 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
16854 inner_vla_struct, vla_union types. Initialize objects of those
16855 types and compute their sizes.
16856
9f5a4cef
HZ
168572014-06-04 Nathan Sidwell <nathan@codesourcery.com>
16858 Hui Zhu <hui@codesourcery.com>
16859
16860 * gdb.base/fileio.exp: Add test for shell not available as well as
16861 available.
16862 * gdb.base/fileio.c (test_system): Check for shell twice.
16863
90a45c4d
YQ
168642014-06-04 Yao Qi <yao@codesourcery.com>
16865
16866 * gdb.base/auto-connect-native-target.exp: Remove redundant
16867 space from the regexp pattern.
16868
70017e41
YQ
168692014-06-04 Yao Qi <yao@codesourcery.com>
16870
16871 * gdb.base/default.exp: Replace "child" with "native" in
16872 regexp pattern.
16873
883964a7
SC
168742014-06-03 Siva Chandra Reddy <sivachandra@google.com>
16875
16876 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
16877 * gdb.python/py-xmethods.exp: New tests to test xmethods.
16878 * gdb.python/py-xmethods.py: Python script supporting the
16879 new testcase and tests.
16880
ef370185
JB
168812014-06-03 Joel Brobecker <brobecker@adacore.com>
16882 Pedro Alves <palves@redhat.com>
16883
16884 PR breakpoints/17000
16885 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
16886 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
16887
1e2ccb61
BM
168882014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
16889
16890 * gdb.base/subst.exp: Add tests to verify partial path matching
16891 output.
16892
c6ec5ab2
PA
168932014-06-03 Pedro Alves <palves@redhat.com>
16894
16895 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
16896 target that doesn't use software single-stepping.
16897
835c559f
PA
168982014-06-03 Pedro Alves <palves@redhat.com>
16899
16900 PR breakpoints/17000
16901 * gdb.base/sss-bp-on-user-bp-2.c: New file.
16902 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
16903
06eb1586
DE
169042014-06-02 Doug Evans <xdje42@gmail.com>
16905
16906 * gdb.guile/scm-parameter.exp: New file.
16907
e698b8c4
DE
169082014-06-02 Doug Evans <xdje42@gmail.com>
16909
16910 * gdb.guile/scm-cmd.c: New file.
16911 * gdb.guile/scm-cmd.exp: New file.
16912
ded03782
DE
169132014-06-02 Doug Evans <xdje42@gmail.com>
16914
16915 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
16916 pretty-printer lookup.
16917 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
16918 (make-pp_s-printer): Call it.
16919 (make-pretty-printer-from-dict): New function.
16920 (lookup-pretty-printer-maker-from-dict): New function.
16921 (*pretty-printer*): Simplify.
16922 (make-objfile-pp_s-printer): New function.
16923 (install-objfile-pretty-printers!): New function.
16924 (make-progspace-pp_s-printer): New function.
16925 (install-progspace-pretty-printers!): New function.
16926 * gdb.guile/scm-progspace.c: New file.
16927 * gdb.guile/scm-progspace.exp: New file.
16928
41fac0cf
PA
169292014-06-02 Pedro Alves <palves@redhat.com>
16930
16931 * gdb.base/dprintf-bp-same-addr.c: New file.
16932 * gdb.base/dprintf-bp-same-addr.exp: New file.
16933
96ae5695
EBM
169342014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
16935
16936 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
16937 * gdb.arch/powerpc-power.s: Likewise.
16938
da02b3a8
JB
169392014-06-02 Joel Brobecker <brobecker@adacore.com>
16940
16941 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
16942
c72b2e7b
YQ
169432014-06-01 Yao Qi <yao@codesourcery.com>
16944
16945 * gdb.base/watchpoint.exp (test_watch_location): Check null
16946 pointer can be dereferenced. If not, do the test, otherwise
16947 skip it.
16948
53e8a631
AB
169492014-05-30 Andrew Burgess <aburgess@broadcom.com>
16950
16951 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
16952 results.
16953 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
16954
938f0e2f
AB
169552014-05-30 Andrew Burgess <aburgess@broadcom.com>
16956
16957 * gdb.arch/amd64-invalid-stack-middle.S: New file.
16958 * gdb.arch/amd64-invalid-stack-middle.c: New file.
16959 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
16960 * gdb.arch/amd64-invalid-stack-top.c: New file.
16961 * gdb.arch/amd64-invalid-stack-top.exp: New file.
16962
9ba6657a
PA
169632014-05-30 Pedro Alves <palves@redhat.com>
16964
16965 PR breakpoints/17000
16966 * gdb.base/sss-bp-on-user-bp.c: New file.
16967 * gdb.base/sss-bp-on-user-bp.exp: New file.
16968
522c09bf
DB
169692014-05-30 David Blaikie <dblaikie@gmail.com>
16970
16971 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
16972 gnu_inline semantics via attribute.
16973 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
16974 source explicitly specifies the required semantics.
16975
bf4ef81e
MR
169762014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
16977
16978 * gdb.reverse/sigall-reverse.exp: Fix a typo.
16979
329ea579
PA
169802014-05-29 Pedro Alves <palves@redhat.com>
16981 Tom Tromey <tromey@redhat.com>
16982
16983 * gdb.base/async-shell.exp: Don't enable target-async.
16984 * gdb.base/async.exp
16985 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
16986 parameter. Adjust.
16987 (top level): Don't test with "target-async".
16988 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
16989 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
16990 * gdb.base/inferior-died.exp: Don't enable target-async.
16991 * gdb.base/interrupt-noterm.exp: Likewise.
16992 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
16993 * gdb.mi/mi-nonstop-exit.exp: Likewise.
16994 * gdb.mi/mi-nonstop.exp: Likewise.
16995 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
16996 * gdb.mi/mi-nsintrall.exp: Likewise.
16997 * gdb.mi/mi-nsmoribund.exp: Likewise.
16998 * gdb.mi/mi-nsthrexec.exp: Likewise.
16999 * gdb.mi/mi-watch-nonstop.exp: Likewise.
17000 * gdb.multi/watchpoint-multi.exp: Adjust comment.
17001 * gdb.python/py-evsignal.exp: Don't enable target-async.
17002 * gdb.python/py-evthreads.exp: Likewise.
17003 * gdb.python/py-prompt.exp: Likewise.
17004 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
17005 * gdb.server/solib-list.exp: Don't enable target-async.
17006 * gdb.threads/thread-specific-bp.exp: Likewise.
17007 * lib/mi-support.exp: Adjust to use mi-async.
17008
fd664c91
PA
170092014-05-29 Pedro Alves <palves@redhat.com>
17010
17011 PR gdb/13860
17012 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
17013 reason, even in sync mode.
17014
251bde03
PA
170152014-05-29 Pedro Alves <palves@redhat.com>
17016 Hui Zhu <hui@codesourcery.com>
17017
17018 PR PR15693
17019 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
17020 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
17021 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
17022 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
17023
7f3c0343
JB
170242014-05-28 Joel Brobecker <brobecker@adacore.com>
17025
17026 * config/monitor.exp (gdb_target_monitor): Replace use of
17027 "set remotebaud" by "set serial baud".
17028
b2715b27
AW
170292014-05-26 Andy Wingo <wingo@igalia.com>
17030
17031 * gdb.guile/scm-breakpoint.exp:
17032 * gdb.guile/scm-gsmob.exp: Update to use plain old object
17033 properties instead of gdb-object-properties.
17034
498a4489
YQ
170352014-05-26 Yao Qi <yao@codesourcery.com>
17036
17037 * gdb.server/no-thread-db.exp: Specify source file name
17038 explicitly when setting a breakpoint.
17039
589fdceb
MM
170402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17041
17042 * gdb.btrace/vdso.c: New.
17043 * gdb.btrace/vdso.exp: New.
17044
e9089e05
MM
170452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17046
17047 * gdb.base/gcore.exp (capture_command_output): Move ...
17048 * lib/gdb.exp (capture_command_output): ... here.
17049
67b5c0c1
MM
170502014-05-23 Markus Metzger <markus.t.metzger@intel.com>
17051
17052 * gdb.btrace/data.exp: Test memory access during btrace replay.
17053
a2199296
SM
170542014-05-22 Simon Marchi <simon.marchi@ericsson.com>
17055
17056 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
17057
17b2616c
PA
170582014-05-21 Pedro Alves <palves@redhat.com>
17059
17060 PR gdb/13860
17061 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
17062 (top level): Test that output related to execution commands is
17063 sent to the console with CLI commands, but not with MI commands.
17064 Test that breakpoint events are always mirrored to the console.
17065 Also expect the new source line to be output after a "next" in
17066 async mode too. Make it a pass/fail test.
17067 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
17068 output.
17069 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
17070
5166082f
PA
170712014-05-21 Pedro Alves <palves@redhat.com>
17072
17073 * gdb.base/list.exp (build_pattern, test_list): New procedures.
17074 Use them to test variations of "list" after reaching a breakpoint.
17075 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
17076 Test "list" with listsize 10 after reaching a breakpoint.
17077 * gdb.python/python.exp (decode_line current location line
17078 number): Adjust expected line number.
17079
2f25d70f
SM
170802014-05-21 Simon Marchi <simon.marchi@ericsson.com>
17081
17082 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
17083 behavior for $args, pass it directly to "run".
17084
ff604a67
MR
170852014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
17086
17087 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
17088 30000 to 65536.
17089
6a3cb8e8
PA
170902014-05-21 Pedro Alves <palves@redhat.com>
17091
17092 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
17093 auto-connect-native-target off".
17094 * gdb.base/auto-connect-native-target.c: New file.
17095 * gdb.base/auto-connect-native-target.exp: New file.
17096
4ebfc96e
PA
170972014-05-21 Pedro Alves <palves@redhat.com>
17098
17099 * gdb.base/default.exp: Test "target native" instead of "target
17100 child".
17101
36d46afb
MW
171022014-05-21 Mark Wielaard <mjw@redhat.com>
17103
17104 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
17105
5876f503
JK
171062014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17107
17108 Fix TLS access for -static -pthread.
17109 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
17110 <HAVE_TLS> (thread_function, main): Initialize it.
17111 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
17112 Add clean_restart.
17113 <$have_tls != "">: Check TLSVAR.
17114
0256a6ac
PA
171152014-05-21 Pedro Alves <palves@redhat.com>
17116
17117 * gdb.base/dcache-line-read-error.c: New.
17118 * gdb.base/dcache-line-read-error.exp: New.
17119
936d2992
PA
171202014-05-20 Pedro Alves <palves@redhat.com>
17121
17122 * gdb.base/compare-sections.c: New file.
17123 * gdb.base/compare-sections.exp: New file.
17124
802e8e6d
PA
171252014-05-20 Pedro Alves <palves@redhat.com>
17126
17127 * gdb.base/break-idempotent.c: New file.
17128 * gdb.base/break-idempotent.exp: New file.
17129
e59fa00f
MM
171302014-05-20 Markus Metzger <markus.t.metzger@intel.com>
17131
17132 * gdb.btrace/nohist.exp: New.
17133
8b696e31
YQ
171342014-05-20 Yao Qi <yao@codesourcery.com>
17135
17136 * lib/gdb.exp (gdb_init): Set timeout if test file is under
17137 gdb.reverse directory and gdb_reverse_timeout exists in board
17138 setting.
17139 * README: Document gdb_reverse_timeout.
17140
73c9764f
YQ
171412014-05-20 Yao Qi <yao@codesourcery.com>
17142
17143 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
17144 'test_file_name'. Treat args as a string instead of a list.
17145 (gdb_init): Rename argument 'args' by 'test_file_name'.
17146
f1f4348a
JK
171472014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
17148
17149 * gdb.arch/powerpc-power.exp: New file.
17150 * gdb.arch/powerpc-power.s: New file.
17151
0dbe70ce
DE
171522014-05-16 Doug Evans <dje@google.com>
17153
17154 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
17155 * gdb.base/completion.exp: Check that all expected files exist
17156 before doing file completion.
0dbe70ce 17157
8d551b02
DE
171582014-05-16 Doug Evans <dje@google.com>
17159
17160 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
17161 Update.
17162 (do_syscall_tests_without_xml): Update.
17163
73eb7709
PA
171642014-05-16 Pedro Alves <palves@redhat.com>
17165
17166 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
17167 instead of "unknown output after running".
17168
3fae92fc
YQ
171692014-05-16 Yao Qi <yao@codesourcery.com>
17170
17171 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
17172 file1.txt from host at the end.
17173 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17174
c2b2ccc5
DE
171752014-05-15 Doug Evans <dje@google.com>
17176
17177 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
17178 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
17179 loading file. Add test for TU lookup.
17180
8c217a4b
SM
171812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17182
17183 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
17184 calling "-exec-arguments" or "set args" before running the
17185 inferior.
17186
3deb39c6
SM
171872014-05-15 Simon Marchi <simon.marchi@ericsson.com>
17188
17189 * lib/mi-support.exp (mi_expect_stop): Expect message for
17190 inferiors that exit with non-zero exit code.
17191
71a79f8c
YQ
171922014-05-14 Yao Qi <yao@codesourcery.com>
17193
17194 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
17195 match absolute path on remote host.
17196 (test_file_list_exec_source_files): Remove "/" from the
17197 pattern.
17198
f23fcd46
YQ
171992014-05-14 Yao Qi <yao@codesourcery.com>
17200
17201 * boards/local-remote-host-notty.exp (${board}_file): New
17202 proc.
17203
9404b58f
KM
172042014-05-07 Kyle McMartin <kyle@redhat.com>
17205
17206 Pushed by Joel Brobecker <brobecker@adacore.com>.
17207 * gdb.arch/aarch64-atomic-inst.c: New file.
17208 * gdb.arch/aarch64-atomic-inst.exp: New file.
17209
5e45f04c
YQ
172102014-05-07 Yao Qi <yao@codesourcery.com>
17211
17212 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
17213 in current context" too.
17214
c888a17d
KS
172152014-05-05 Keith Seitz <keiths@redhat.com>
17216
17217 * gdb.linespec/ls-dollar.exp: Add test for linespec
17218 file:convenience_variable.
17219
290a839c
YQ
172202014-05-05 Yao Qi <yao@codesourcery.com>
17221
17222 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
17223 traceframes into tfile and ctf trace files. Read data from
17224 trace file and test collected data.
17225 (gdb_collect_locals_test): Likewise.
17226 (gdb_unavailable_registers_test): Likewise.
17227 (gdb_unavailable_floats): Likewise.
17228 (gdb_collect_globals_test): Likewise.
17229 (top-level): Append "ctf" to trace_file_targets if GDB
17230 supports.
17231
b5262cd0
YQ
172322014-05-05 Yao Qi <yao@codesourcery.com>
17233
17234 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
17235 code to ...
17236 (gdb_collect_args_test_1): ... it. New proc.
17237 (gdb_collect_locals_test): Move some code to ...
17238 (gdb_collect_locals_test_1): ... it. New proc.
17239 (gdb_unavailable_registers_test): Move some code to ...
17240 (gdb_unavailable_registers_test_1): ... it. New proc.
17241 (gdb_unavailable_floats): Move some code to ...
17242 (gdb_unavailable_floats_1): ... it. New proc.
17243
30a1e6cc
SDJ
172442014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17245
17246 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
17247 probes to test for bitness recognition.
17248 * gdb.arch/amd64-stap-optional-prefix.exp
17249 (test_probe_value_without_reg): New procedure.
17250 Add code to test for different kinds of bitness.
17251
f33da99a
SDJ
172522014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
17253
17254 PR breakpoints/16889
17255 * gdb.arch/amd64-stap-optional-prefix.S: New file.
17256 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
17257
5b80f00d
PA
172582014-05-01 Pedro Alves <palves@redhat.com>
17259
17260 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
17261 gdb_file_cmd if no file is specified.
17262 * boards/native-extended-gdbserver.exp (gdb_load): Use the
17263 last_loaded_file to set the remote exec-file.
17264
f8c2a73c
PA
172652014-05-01 Pedro Alves <palves@redhat.com>
17266
17267 * boards/local-remote-host.exp: New file.
17268
be6e8ac7
PA
172692014-05-01 Pedro Alves <palves@redhat.com>
17270
17271 * boards/local-remote-host.exp: Rename to ...
17272 * boards/local-remote-host-notty.exp: ... this.
17273
cac0dc8f
JB
172742014-04-28 Joel Brobecker <brobecker@adacore.com>
17275
17276 * gdb.ada/dyn_arrayidx: New testcase.
17277
9730e6cc
YQ
172782014-04-26 Yao Qi <yao@codesourcery.com>
17279
17280 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
17281 and compute the length of function main. Save it in
17282 $main_length.
17283 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
17284 (top-level): Use gdb_compile to compile objects into
17285 executable and restart GDB. Remove invocation to
17286 prepare_for_testing.
17287
7ae1a6a6
PA
172882014-04-25 Simon Marchi <simon.marchi@ericsson.com>
17289 Pedro Alves <palves@redhat.com>
17290
17291 PR server/16255
17292 * gdb.multi/multi-attach.c: New file.
17293 * gdb.multi/multi-attach.exp: New file.
17294
4082afcc
PA
172952014-04-25 Pedro Alves <palves@redhat.com>
17296
17297 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
17298 user.
17299 (top level): Test that "set remote conditional-breakpoints-packet
17300 off" works as intended.
17301 * gdb.base/dprintf.exp: Test that "set remote
17302 breakpoint-commands-packet off" works as intended.
17303 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
17304 New function.
17305 (top level): Call it.
17306 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
17307 remote fast-tracepoints-packet off" works as intended.
17308 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
17309 * lib/gdb.exp (gdb_is_target_remote): ... here.
17310
2abc3f8d
DB
173112014-04-24 David Blaikie <dblaikie@gmail.com>
17312
17313 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
17314 ensure clang would not discard them.
17315 * gdb.base/gdbvars.c: Ditto.
17316 * gdb.base/memattr.c: Ditto.
17317 * gdb.base/whatis.c: Ditto.
17318 * gdb.python/py-prettyprint.c: Ditto.
17319 * gdb.trace/actions.c: Ditto.
17320 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
17321 ensure clang would not discard it.
17322
bfd39632
DB
173232014-04-24 David Blaikie <dblaikie@gmail.com>
17324
17325 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
17326 clang to emit the full definition of type required by the test
17327 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
17328
22842ff6
DB
173292014-04-24 David Blaikie <dblaikie@gmail.com>
17330
17331 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
17332 coax Clang into emitting the definition of the type.
17333 * gdb.cp/pr10728-x.h (y): Ditto.
17334 * gdb.cp/pr10728-y.cc (y): Ditto.
17335
c2e827ad
DB
173362014-04-24 David Blaikie <dblaikie@gmail.com>
17337
17338 * gdb.base/label.exp: XFAIL label related tests under Clang.
17339 * gdb.cp/cplabel.exp: Ditto.
17340 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
17341 under Clang those using labels.
17342
4c2d33e7
YQ
173432014-04-25 Yao Qi <yao@codesourcery.com>
17344
17345 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
17346 double_label.
17347 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
17348 partial_label and double_label.
17349
56083b99
DB
173502014-04-24 David Blaikie <dblaikie@gmail.com>
17351
17352 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
17353
25d4e99d
DB
173542014-04-24 David Blaikie <dblaikie@gmail.com>
17355
17356 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
17357 of the function to work across GCC and Clang.
17358 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
17359 pointer types (const void ** const V void **).
17360
01f9f808
MS
173612014-04-24 Michael Sturm <michael.sturm@mintel.com>
17362 Walfred Tedeschi <walfred.tedeschi@intel.com>
17363
17364 * Makefile.in (EXECUTABLES): Added i386-avx512.
17365 * gdb.arch/i386-avx512.c: New file.
17366 * gdb.arch/i386-avx512.exp: Likewise.
17367
4b48d439
KS
173682014-04-23 Keith Seitz <keiths@redhat.com>
17369
17370 * lib/mi-support.exp (mi_list_breakpoints): Delete.
17371 (mi_make_breakpoint_table): New procedure.
17372 (mi_create_breakpoint): Use mi_make_breakpoint
17373 and return the result.
17374 (mi_make_breakpoint): New procedure.
17375 (mi_build_kv_pairs): New procedure.
17376
17377 * gdb.mi/mi-break.exp: Remove unused globals,
17378 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
17379 All callers updated.
17380 * gdb.mi/mi-dprintf.exp: Use variable to track command
17381 number.
17382 Update all callers of mi_create_breakpoint and use
17383 mi_make_breakpoint_table.
17384 Remove any unused global variables.
17385 * gdb.mi/mi-nonstop.exp: Likewise.
17386 * gdb.mi/mi-nsintrall.exp: Likewise.
17387 * gdb.mi/mi-nsmoribund.exp: Likewise.
17388 * gdb.mi/mi-nsthrexec.exp: Likewise.
17389 * gdb.mi/mi-reverse.exp: Likewise.
17390 * gdb.mi/mi-simplerun.exp: Likewise.
17391 * gdb.mi/mi-stepn.exp: Likewise.
17392 * gdb.mi/mi-syn-frame.exp: Likewise.
17393 * gdb.mi/mi-until.exp: Likewise.
17394 * gdb.mi/mi-var-cp.exp: Likewise.
17395 * gdb.mi/mi-var-display.exp: Likewise.
17396 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
17397 * gdb.mi/mi2-var-child.exp: Likewise.
17398 * gdb.mi/mi-vla-c99.exp: Likewise.
17399 * lib/mi-support.exp: Likewise.
17400
17401 From Ian Lance Taylor <iant@cygnus.com>:
17402 * lib/gdb.exp (parse_args): New procedure.
17403
08351840
PA
174042014-04-23 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.base/break-unload-file.c: New file.
17407 * gdb.base/break-unload-file.exp: New file.
17408 * gdb.base/sym-file-lib.c (baz): New function.
17409 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
17410 field.
17411 (load): Store the segment's mapped size.
17412 (unload): New function.
17413 (unload_shlib): New function.
17414 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
17415 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
17416 set a breakpoint at baz, and call it.
17417 * gdb.base/sym-file.exp: New tests for stale breakpoint
17418 instructions.
17419
076855f9
PA
174202014-04-23 Pedro Alves <palves@redhat.com>
17421
17422 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
17423 * gdb.base/hbreak-in-shr-unsupported.c: New file.
17424 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
17425 * gdb.base/hbreak-unmapped.c: New file.
17426 * gdb.base/hbreak-unmapped.exp: New file.
17427 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
17428 * lib/gdb.exp (gdb_is_target_remote): ... here.
17429
483805cf
PA
174302014-04-22 Pedro Alves <palves@redhat.com>
17431
17432 * gdb.base/consecutive-step-over.c: New file.
17433 * gdb.base/consecutive-step-over.exp: New file.
17434
06d97543
PA
174352014-04-22 Pedro Alves <palves@redhat.com>
17436
17437 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
17438 instead of send_gdb/gdb_expect.
17439
b4429ea2
YQ
174402014-04-22 Yao Qi <yao@codesourcery.com>
17441
17442 * lib/trace-support.exp (generate_tracefile): New procedure.
17443 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
17444 return 0.
17445 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
17446 if generate_tracefile returns 1.
17447
51d48146
PA
174482014-04-18 Tom Tromey <palves@redhat.com>
17449 Pedro alves <tromey@redhat.com>
17450
17451 PR backtrace/15558
17452 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
17453 with a backtrace limit.
17454 * gdb.python/py-frame-inline.exp: Test running to an inline
17455 function with a backtrace limit, and printing the newest frame.
17456 * gdb.python/py-frame-inline.c (main): Call f.
17457
bd1dce5f
MS
174582014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17459
17460 * gdb.java/jnpe.exp: Drop srcdir from untested path.
17461
40d1a503
MS
174622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
17463
17464 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
17465 Drop prefix from unsupported source file path.
17466
389b98f7
YQ
174672014-04-17 Yao Qi <yao@codesourcery.com>
17468
17469 * lib/gdb.exp (with_target_charset): New proc.
17470 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
17471 with_target_charset.
17472 (test_print_strings): Likewise.
17473 (test_repeat_bytes): Likewise.
17474 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
17475 for some tests.
17476
22869d73
KS
174772014-04-16 Keith Seitz <keiths@redhat.com>
17478
17479 PR gdb/15827
17480 * gdb.dwarf2/corrupt.c: New file.
17481 * gdb.dwarf2/corrupt.exp: New file.
17482
c4f87ca6
KS
174832014-04-16 Keith Seitz <keiths@redhat.com>
17484
17485 PR c++/16597
17486 * gdb.cp/namelessclass.cc: New file.
17487 * gdb.cp/namelessclass.exp: New file.
17488 * gdb.cp/namelessclass.S: New file.
17489
ab19de87
DE
174902014-04-16 Doug Evans <dje@google.com>
17491
17492 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17493 Add comment.
17494 (gdbserver_default_get_comm_port): New function.
17495 (gdbserver_start): Check if board file provided
17496 "gdbserver,get_comm_port" and use it if so.
17497 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
17498 (gdb,socketport): Set to "stdio".
17499 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
17500 (stdio_gdbserver_template): Delete.
17501 (${board}_get_remote_address): Update.
17502 (${board}_build_remote_cmd): Delete.
17503 (${board}_get_comm_port): New function.
17504 (${board}_spawn): Update.
17505 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
17506 Delete.
17507 (${board}_get_remote_address): Update.
17508 (${board}_get_comm_port): New function.
17509
fc98a809
AB
175102014-04-16 Andrew Burgess <aburgess@broadcom.com>
17511
17512 * gdb.base/memattr.exp: Improve regexps to handle memory regions
17513 appearing in any order.
17514
87fd9e6e
DE
175152014-04-15 Doug Evans <dje@google.com>
17516
17517 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
17518 uninitialized value of "description".
17519
099fc3ea
KS
175202014-04-15 Keith Seitz <keiths@redhat.com>
17521
17522 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
17523 Remove unused globals.
17524 (test_running_the_program): Likewise.
17525 (test_controlled_execution): Likewise.
17526 (test_controlling_breakpoints): Likewise.
17527 (test_program_termination): Likewise.
17528
5da151d4
KS
175292014-04-15 Keith Seitz <keiths@redhat.com>
17530
17531 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
17532 unused globals.
17533 (test_rbreak_creation_and_listing): Likewise.
17534 (test_ignore_count): Likewise.
17535 (test_error): Likewise.
17536
35e5d2f0
PA
175372014-04-15 Pedro Alves <palves@redhat.com>
17538
17539 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
17540 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
17541 sym-file-loader.c.
17542 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17543 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17544 to sym-file-loader.c.
17545 (struct library): Forward declare.
17546 (load_shlib, lookup_function): Change prototypes.
17547 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17548 (translate_offset): Remove declarations.
17549 (get_text_addr): New declaration.
17550 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
17551 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
17552 sym-file-loader.h.
17553 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
17554 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
17555 here from sym-file-loader.h.
17556 (struct library): New structure.
17557 (load_shlib, lookup_function): Change prototypes and adjust to
17558 work with a struct library.
17559 (find_shstrtab, find_strtab, find_shdr, find_symtab)
17560 (translate_offset): Make static.
17561 (get_text_addr): New function.
17562 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
17563
eb4c1710
PA
175642014-04-15 Pedro Alves <palves@redhat.com>
17565
17566 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
17567
2d1baf52
PA
175682014-04-15 Pedro Alves <palves@redhat.com>
17569
17570 * gdb.base/sym-file-loader.c: Include <limits.h>.
17571 (SELF_LINK): New define.
17572 (get_origin): New function.
17573 (load_shlib): Use it.
17574 * gdb.base/sym-file.exp: Don't early return if the target is
17575 remote. Use runto_main, and issue fail is that fails. Use
17576 gdb_load_shlibs.
17577 (shlib_name): Delete.
17578 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
17579
7dd6df01
PA
175802014-04-15 Pedro Alves <palves@redhat.com>
17581
17582 * gdb.base/sym-file.exp: Remove regex characters from test
17583 message. Don't refer to breakpoint numbers in test messages.
17584
b50c8614
KS
175852014-04-14 Keith Seitz <keiths@redhat.com>
17586
17587 PR c++/16253
17588 * gdb.cp/var-tag.cc: New file.
17589 * gdb.cp/var-tag.exp: New file.
17590 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
17591 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
17592 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
17593 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
17594
3d567982
TT
175952014-04-14 Tom Tromey <tromey@redhat.com>
17596
17597 * gdb.cp/classes.exp (test_enums): Handle underlying type.
17598 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
17599 type.
17600 * gdb.cp/enum-class.exp: New file.
17601 * gdb.cp/enum-class.cc: New file.
17602
0626fc76
TT
176032014-04-14 Tom Tromey <tromey@redhat.com>
17604
17605 * gdb.dwarf2/enum-type.exp: New file.
17606
dca325b3
SA
176072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17608
17609 * gdb.mi/mi-vla-c99.exp: New file.
17610 * gdb.mi/vla.c: New file.
17611
5854b38a
SA
176122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17613
17614 * gdb.base/vla-datatypes.c: New file.
17615 * gdb.base/vla-datatypes.exp: New file.
17616
463bb957
SA
176172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17618
17619 * gdb.base/vla-ptr.c: New file.
17620 * gdb.base/vla-ptr.exp: New file.
17621
3dd170be
SA
176222014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17623
17624 * gdb.dwarf2/count.exp: New file.
17625
5ecaaa66
SA
176262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
17627
17628 * gdb.base/vla-sideeffect.c: New file.
17629 * gdb.base/vla-sideeffect.exp: New file.
17630
41f1ada5
DB
176312014-04-14 David Blaikie <dblaikie@gmail.com>
17632
17633 * gdb.mi/non-stop.c: Add return value for non-void function return
17634 statement.
17635 * gdb.threads/staticthreads.c: Ditto.
17636
0be03e84
DE
176372014-04-12 Siva Chandra Reddy <sivachandra@google.com>
17638 Doug Evans <xdje42@gmail.com>
17639
17640 * gdb.guile/scm-value.c: Improve test case.
17641 * gdb.guile/scm-value.exp: Add new test.
17642
f180a1fb
DB
176432014-04-11 David Blaikie <dblaikie@gmail.com>
17644
17645 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
17646 override Clang's default.
17647
6b662e19
JB
176482014-04-11 Joel Brobecker <brobecker@adacore.com>
17649
17650 Revert the following changes (regressions):
17651
17652 * gdb.base/vla-sideeffect.c: New file.
17653 * gdb.base/vla-sideeffect.exp: New file.
17654
17655 * gdb.dwarf2/count.exp: New file.
17656
17657 * gdb.base/vla-multi.c: New file.
17658 * gdb.base/vla-multi.exp: New file.
17659
17660 * gdb.base/vla-ptr.c: New file.
17661 * gdb.base/vla-ptr.exp: New file.
17662
17663 * gdb.base/vla-datatypes.c: New file.
17664 * gdb.base/vla-datatypes.exp: New file.
17665
17666 * gdb.mi/mi-vla-c99.exp: New file.
17667 * gdb.mi/vla.c: New file.
17668
245a5f0b
KS
176692014-04-11 Keith Seitz <keiths@redhat.com>
17670
17671 PR c++/16675
17672 * gdb.cp/cpsizeof.exp: New file.
17673 * gdb.cp/cpsizeof.cc: New file.
17674
58a84dcf
SA
176752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17676
191a8a90
JB
17677 * gdb.mi/mi-vla-c99.exp: New file.
17678 * gdb.mi/vla.c: New file.
58a84dcf 17679
c8655f75
SA
176802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17681
17682 * gdb.base/vla-datatypes.c: New file.
17683 * gdb.base/vla-datatypes.exp: New file.
17684
024e13b4
SA
176852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17686
17687 * gdb.base/vla-ptr.c: New file.
17688 * gdb.base/vla-ptr.exp: New file.
17689
1a237e0e
SA
176902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17691
17692 * gdb.base/vla-multi.c: New file.
17693 * gdb.base/vla-multi.exp: New file.
17694
504f3432
SA
176952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17696
17697 * gdb.dwarf2/count.exp: New file.
17698
3bce8237
SA
176992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
17700
191a8a90
JB
17701 * gdb.base/vla-sideeffect.c: New file.
17702 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 17703
322f9c21
YQ
177042014-04-11 Yao Qi <yao@codesourcery.com>
17705
17706 * gdb.base/completion.exp: Check file exists before running tests
17707 on file completion.
17708
d708bcd1
PA
177092014-04-10 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.base/cond-eval-mode.c: New file.
17712 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
17713 prepare_for_testing to build the new file. Check result of
17714 runto_main.
17715 (test_break, test_watch): New procedures.
17716 (top level): Use them.
17717
ae1d2761
PM
177182014-04-08 Pierre Muller <muller@sourceware.org>
17719
17720 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
17721 Ctrl-V use for mingw hosts.
17722
7af389b8
SC
177232014-04-07 Siva Chandra Reddy <sivachandra@google.com>
17724
17725 * gdb.python/py-value.c: Improve test case.
17726 * gdb.python/py-value.exp: Add new test.
17727
5e703181
DE
177282014-04-07 David Blaikie <dblaikie@gmail.com>
17729
17730 * lib/compiler.c: Identify the clang compiler.
17731 * lib/compiler.cc: Ditto.
17732
9810b410
YQ
177332014-04-03 Yao Qi <yao@codesourcery.com>
17734
17735 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
17736
98d1b8dc
AB
177372014-04-01 Anton Blanchard <anton@samba.org>
17738
17739 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
17740 messages unique.
17741
3114cea1
AB
177422014-04-01 Anton Blanchard <anton@samba.org>
17743
17744 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
17745 prepare_for_testing.
17746
62f7182c
AB
177472014-04-01 Anton Blanchard <anton@samba.org>
17748
17749 * gdb.arch/ppc64-atomic-inst.c: Remove.
17750 * gdb.arch/ppc64-atomic-inst.S: New file.
17751 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
17752
770e7fc7
DE
177532014-03-31 Doug Evans <dje@google.com>
17754
17755 * gdb.base/print-symbol-loading-lib.c: New file.
17756 * gdb.base/print-symbol-loading-main.c: New file.
17757 * gdb.base/print-symbol-loading.exp: New file.
17758
46e2bafa
YQ
177592014-03-31 Yao Qi <yao@codesourcery.com>
17760
17761 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
17762
8776cfe9
JB
177632014-03-28 Joel Brobecker <brobecker@adacore.com>
17764
17765 * gdb.ada/mi_dyn_arr: New testcase.
17766
5d1ef361
DE
177672014-03-27 Doug Evans <dje@google.com>
17768
17769 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
17770
b5bee914
YQ
177712014-03-27 Yao Qi <yao@codesourcery.com>
17772
17773 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
17774 if target is nios2-*-*.
17775
0d4d0e77
YQ
177762014-03-26 Yao Qi <yao@codesourcery.com>
17777
17778 * lib/gdb.exp (readline_is_used): New proc.
17779 * gdb.base/completion.exp: Move tests on command complete up.
17780 Skip the rest of tests if readline is not used.
17781 * gdb.ada/complete.exp: Skp the test if readline is not
17782 used.
17783 * gdb.base/filesym.exp: Likewise.
17784 * gdb.base/macscp.exp: Likewise.
17785 * gdb.base/readline-ask.exp: Likewise.
17786 * gdb.base/readline.exp: Likewise.
17787 * gdb.python/py-cmd.exp: Likewise.
17788 * gdb.trace/tfile.exp: Likewise.
17789
29361eee
YQ
177902014-03-26 Yao Qi <yao@codesourcery.com>
17791
17792 * gdb.base/macscp.exp: Fix code format issues.
17793
bc9a5525
UW
177942014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
17795
17796 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
17797 * gdb.asm/powerpc64le.inc: New file.
17798
d3839ede
PA
177992014-03-25 Pedro Alves <palves@redhat.com>
17800 Doug Evans <dje@google.com>
17801
17802 * gdb.base/source-execution.c: New file.
17803 * gdb.base/source-execution.exp: New file.
17804 * gdb.base/source-execution.gdb: New file.
17805
01672a57
DE
178062014-03-24 Doug Evans <dje@google.com>
17807
17808 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
17809 using fission.
17810
88bbeca9
HZ
178112014-03-24 Hui Zhu <hui@codesourcery.com>
17812 Pedro Alves <palves@redhat.com>
17813
17814 PR breakpoints/16101
17815 * gdb.base/dprintf.exp: Use unsupported rather than changing the
17816 test pass/fail messages. Detect missing support for dprintf when
17817 breakpoints are actually inserted.
17818 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
17819 breakpoints are actually inserted.
17820 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
17821 fails.
17822
d2348791
JK
178232014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17824
17825 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
17826
feef67ab
DE
178272014-03-22 Doug Evans <xdje42@gmail.com>
17828
17829 * gdb.python/python.exp (python not supported): Verify multi-line
17830 python command issues an error.
25d743f9 17831 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 17832 guile command issues an error.
feef67ab 17833
ecebef6a
MR
178342014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
17835
17836 * gdb.threads/thread-specific.exp: Handle the lack of usable
17837 $this_breakpoint and $this_thread.
17838
ccdd1909
HZ
178392014-03-21 Hui Zhu <hui@codesourcery.com>
17840
17841 * gdb.base/attach.exp (do_command_attach_tests): New.
17842
beb460e8
PA
178432014-03-20 Tom Tromey <tromey@redhat.com>
17844 Pedro Alves <palves@redhat.com>
17845
17846 PR cli/15718
17847 * gdb.base/condbreak-call-false.c: New file.
17848 * gdb.base/condbreak-call-false.exp: New file.
17849
40acf43a
PA
178502014-03-20 Pedro Alves <palves@redhat.com>
17851
17852 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
17853 Delete.
17854 (block_signals, unblock_signals): Delete.
17855 (child_function_2, main): Remove references to deleted variable
17856 and functions.
17857
9f5e1e02
PA
178582014-03-20 Pedro Alves <palves@redhat.com>
17859
17860 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
17861 Use pthread_kill to signal thread 2.
17862 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17863 Adjust to make the test send itself a signal rather than using the
17864 host's "kill" command.
17865
99619bea
PA
178662014-03-20 Pedro Alves <palves@redhat.com>
17867
17868 * gdb.threads/multiple-step-overs.c: New file.
17869 * gdb.threads/multiple-step-overs.exp: New file.
17870 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
17871 Adjust expected infrun debug output.
17872
2adfaa28
PA
178732014-03-20 Pedro Alves <palves@redhat.com>
17874
17875 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
17876 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
17877
31e77af2
PA
178782014-03-20 Pedro Alves <palves@redhat.com>
17879
17880 PR breakpoints/7143
17881 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
17882 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
17883 of gdb_test_multiple.
17884 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
17885 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
17886
b9f437de
PA
178872014-03-20 Pedro Alves <palves@redhat.com>
17888
17889 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
17890 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
17891
05adc73e
PA
178922014-03-19 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.base/async.exp: Remove early return.
17895
6048b950
PA
178962014-03-19 Pedro Alves <palves@redhat.com>
17897
17898 * gdb.base/async.exp (step& tests): Pass explicit test messages.
17899
8bcfb00a
PA
179002014-03-19 Pedro Alves <palves@redhat.com>
17901
17902 * gdb.base/async.exp (test_background): Expect \r\n after
17903 "completed." in the fail pattern.
17904
884e37dc
PA
179052014-03-19 Pedro Alves <palves@redhat.com>
17906
17907 * gdb.base/async.exp (test_background): New procedure.
17908 Use it for all background execution command tests.
17909
148e57e2
PA
179102014-03-19 Pedro Alves <palves@redhat.com>
17911
17912 * gdb.base/async.exp: Use prepare_for_testing.
17913
f48088c7
PA
179142014-03-19 Pedro Alves <palves@redhat.com>
17915
17916 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
17917 the same line.
17918
e2f6c966
PA
179192014-03-19 Pedro Alves <palves@redhat.com>
17920
17921 * gdb.base/async.c (main): Add "jump here" and "until here" line
17922 marker comments.
17923 * gdb.base/async.exp (jump_here): New global.
17924 (jump& test): Use it.
17925 (until_here): New global.
17926 (until& test): Use it.
17927
c30568d4
PA
179282014-03-19 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.base/async.exp: Don't frob gdb_protocol.
17931
0172b6a7
DE
179322014-03-18 Doug Evans <xdje42@gmail.com>
17933
17934 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
17935 Fix spelling of exec-done-display.
17936
06c868a8
JK
179372014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
17938
17939 PR gdb/15358
17940 * gdb.base/gdb-sigterm.c: New file.
17941 * gdb.base/gdb-sigterm.exp: New file.
17942
0c7e1a46
PA
179432014-03-18 Pedro Alves <palves@redhat.com>
17944
17945 PR gdb/13860
17946 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
17947 * lib/mi-support.exp (mi_expect_stop): Add special handling for
17948 solib-event.
17949
f7c77d93
JB
179502014-03-17 Joel Brobecker <brobecker@adacore.com>
17951
17952 * gdb.ada/pckd_arr_ren: New testcase.
17953
5a1e8c7a
DE
179542014-03-13 Doug Evans <xdje42@gmail.com>
17955
17956 PR guile/16612
17957 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
17958 collect after discarding symbols.
17959
350e1a76
DE
179602014-03-13 Ludovic Courtès <ludo@gnu.org>
17961 Doug Evans <xdje42@gmail.com>
17962
17963 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
17964 to history survives a gc.
17965
a69900ae
PA
179662014-03-13 Pedro Alves <palves@redhat.com>
17967
17968 * gdb.base/default.exp: Don't test "target procfs".
17969
5db9f0bd
PA
179702014-03-13 Pedro Alves <palves@redhat.com>
17971
17972 * gdb.base/default.exp: Update "target child" and "target procfs"
17973 tests to not expect "Unix".
17974
b3ccfe11
TT
179752014-03-12 Tom Tromey <tromey@redhat.com>
17976
17977 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
17978 New procs. Add target-async tests.
17979 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
17980 Add target-async tests.
17981
646f4417
AA
179822014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17983
17984 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
17985 'func_start' and 'func_end' for the beginning and end of the
17986 function code, respectively.
17987 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
17988 'func_end' instead of 'func' and 'main'.
17989
288c211f
AA
179902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17991
17992 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
17993 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
17994 generate the debug info assembler source.
17995
e0c0f156
AA
179962014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17997
17998 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
17999 * gdb.dwarf2/arr-subrange.exp: Likewise.
18000 * gdb.dwarf2/dwz.exp: Likewise.
18001 * gdb.dwarf2/method-ptr.exp: Likewise.
18002 * gdb.dwarf2/missing-sig-type.exp: Likewise.
18003 * gdb.dwarf2/subrange.exp: Likewise.
18004 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
18005 * gdb.dwarf2/implptrpiece.exp: Likewise.
18006 * gdb.dwarf2/nostaticblock.exp: Likewise.
18007
0e5c4555
AA
180082014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18009
18010 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
18011 directory to absolute path name arguments.
18012
5ec18f2b
JG
180132014-03-10 Joel Brobecker <brobecker@adacore.com>
18014
18015 * gdb.ada/tagged_access: New testcase.
18016
847fc4f2
MM
180172014-03-07 Markus Metzger <markus.t.metzger@intel.com>
18018
18019 * gdb.btrace/data.exp: Update expected output.
18020
cc3da688
YQ
180212014-03-06 Yao Qi <yao@codesourcery.com>
18022
18023 * gdb.trace/pr16508.exp: New file.
18024
0f26cec1
PA
180252014-03-05 Pedro Alves <palves@redhat.com>
18026
18027 PR gdb/16575
18028 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
18029 procedure.
18030 (top level): Adjust to use it. Add tests that exercise breakpoint
18031 interaction with the code-cache.
18032
7a5a839f
LC
180332014-02-26 Ludovic Courtès <ludo@gnu.org>
18034
18035 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
18036 test for 'history-append!'.
18037
31aa7e4e
JB
180382014-02-26 Joel Brobecker <brobecker@adacore.com>
18039
18040 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
18041 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
18042 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
18043 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
18044 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
18045 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
18046
1b588015
JB
180472014-02-26 Joel Brobecker <brobecker@adacore.com>
18048
18049 * testsuite/gdb.python/py-pp-re-notag.c: New file.
18050 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
18051 * testsuite/gdb.python/py-pp-re-notag.p: New file.
18052
55426c9d
JB
180532014-02-26 Joel Brobecker <brobecker@adacore.com>
18054
18055 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
18056
dc53a7ad
JB
180572014-02-26 Joel Brobecker <brobecker@adacore.com>
18058
18059 * gdb.dwarf2/arr-stride.c: New file.
18060 * gdb.dwarf2/arr-stride.exp: New file.
18061
12ab52e9
PA
180622014-02-26 Pedro Alves <palves@redhat.com>
18063
18064 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
18065 that won't ever trigger. Make sure that GDB reports the correct
18066 breakpoint that caused the stop.
18067
849c862e
JK
180682014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18069
18070 PR gdb/16626
18071 * gdb.base/auto-load-script: New file.
18072 * gdb.base/auto-load.c: New file.
18073 * gdb.base/auto-load.exp: New file.
18074
71b7d793
JK
18075 PR gdb/16626
18076 * gdb.base/auto-load.exp: Fix out-of-srctree run.
18077
e2f0d509
JK
180782014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18079
18080 Fix dw2-icycle.exp -fsanitize=address GDB crash.
18081 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
18082
50cc37c8
DE
180832014-02-24 Doug Evans <dje@google.com>
18084
18085 * lib/gdb.exp (run_on_host): Log error output if program fails.
18086
ea4758f2
PA
180872014-02-21 Pedro Alves <palves@redhat.com>
18088
18089 * gdb.threads/step-after-sr-lock.c: Rename to ...
18090 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
18091 * gdb.threads/step-after-sr-lock.exp: Rename to ...
18092 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
18093 ... this.
18094
d7b30f67
SDJ
180952014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
18096
18097 PR tdep/16397
18098 * gdb.arch/amd64-stap-special-operands.exp: New file.
18099 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
18100 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
18101 * gdb.arch/amd64-stap-triplet.S: Likewise.
18102 * gdb.arch/amd64-stap-triplet.c: Likewise.
18103
83deb43f
JB
181042014-02-20 Joel Brobecker <brobecker@adacore.com>
18105
18106 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
18107 in .section pseudo-op.
18108
adde2bff
DE
181092014-02-20 lin zuojian <manjian2006@gmail.com>
18110 Joel Brobecker <brobecker@adacore.com>
18111 Doug Evans <xdje42@gmail.com>
18112
18113 PR symtab/16581
18114 * gdb.dwarf2/dw2-icycle.S: New file.
18115 * gdb.dwarf2/dw2-icycle.c: New file.
18116 * gdb.dwarf2/dw2-icycle.exp: New file.
18117
f7bd0f78
SC
181182014-02-19 Siva Chandra Reddy <sivachandra@google.com>
18119
18120 * gdb.python/py-value-cc.cc: Improve test case to enable testing
18121 operations on gdb.Value objects.
18122 * gdb.python/py-value-cc.exp: Add new test to test operations on
18123 gdb.Value objects.
18124
c17ef0d5
DE
181252014-02-18 Doug Evans <dje@google.com>
18126
18127 * Makefile.in (TESTS): New variable.
18128 (expanded_tests, expanded_tests_or_none): New variables
18129 (check-single): Pass $(expanded_tests_or_none) to runtest.
18130 (check-parallel): Only run tests in $(TESTS) if non-empty.
18131 (check/no-matching-tests-found): New rule.
18132 * README: Document TESTS makefile variable.
18133
5dd3176f
DE
181342014-02-18 Doug Evans <dje@google.com>
18135
18136 * Makefile.in (check-parallel): rm -rf outputs temp.
18137
0b10be4f
JK
181382014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
18139
18140 Fix "ERROR: no fileid for" in the testsuite.
18141 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
18142
85f224e7
DE
181432014-02-12 Doug Evans <dje@google.com>
18144
18145 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
18146 (MISCELLANEOUS): New variable.
18147 (clean): rm -rf $(MISCELLANEOUS).
18148 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
18149 dwp live in the same directory as symlinks, with each symlink pointed
18150 to a differently named file in a different directory.
18151
149b30ff
DE
181522014-02-11 Doug Evans <dje@google.com>
18153
18154 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
18155 of Tcl file commands.
18156
1dfdac32
MK
181572014-02-10 Mark Kettenis <kettenis@gnu.org>
18158
18159 * gdb.threads/step-after-sr-lock.exp: Avoid executing
18160 "kill -SIGUSR1 -1".
18161
aa4fb036
JB
181622014-02-10 Joel Brobecker <brobecker@adacore.com>
18163
18164 * gdb.ada/tick_length_array_enum_idx: New testcase.
18165
ed3ef339
DE
181662014-02-10 Doug Evans <xdje42@gmail.com>
18167
18168 * configure.ac (AC_OUTPUT): Add gdb.guile.
18169 * configure: Regenerate.
18170 * lib/gdb-guile.exp: New file.
18171 * lib/gdb.exp (get_target_charset): New function.
18172 * gdb.base/help.exp: Update expected output from "apropos apropos".
18173 * gdb.guile/Makefile.in: New file.
18174 * gdb.guile/guile.exp: New file.
18175 * gdb.guile/scm-arch.c: New file.
18176 * gdb.guile/scm-arch.exp: New file.
18177 * gdb.guile/scm-block.c: New file.
18178 * gdb.guile/scm-block.exp: New file.
18179 * gdb.guile/scm-breakpoint.c: New file.
18180 * gdb.guile/scm-breakpoint.exp: New file.
18181 * gdb.guile/scm-disasm.c: New file.
18182 * gdb.guile/scm-disasm.exp: New file.
18183 * gdb.guile/scm-equal.c: New file.
18184 * gdb.guile/scm-equal.exp: New file.
18185 * gdb.guile/scm-error.exp: New file.
18186 * gdb.guile/scm-error.scm: New file.
18187 * gdb.guile/scm-frame-args.c: New file.
18188 * gdb.guile/scm-frame-args.exp: New file.
18189 * gdb.guile/scm-frame-args.scm: New file.
18190 * gdb.guile/scm-frame-inline.c: New file.
18191 * gdb.guile/scm-frame-inline.exp: New file.
18192 * gdb.guile/scm-frame.c: New file.
18193 * gdb.guile/scm-frame.exp: New file.
18194 * gdb.guile/scm-generics.exp: New file.
18195 * gdb.guile/scm-gsmob.exp: New file.
18196 * gdb.guile/scm-iterator.c: New file.
18197 * gdb.guile/scm-iterator.exp: New file.
18198 * gdb.guile/scm-math.c: New file.
18199 * gdb.guile/scm-math.exp: New file.
18200 * gdb.guile/scm-objfile-script-gdb.in: New file.
18201 * gdb.guile/scm-objfile-script.c: New file.
18202 * gdb.guile/scm-objfile-script.exp: New file.
18203 * gdb.guile/scm-objfile.c: New file.
18204 * gdb.guile/scm-objfile.exp: New file.
18205 * gdb.guile/scm-ports.exp: New file.
18206 * gdb.guile/scm-pretty-print.c: New file.
18207 * gdb.guile/scm-pretty-print.exp: New file.
18208 * gdb.guile/scm-pretty-print.scm: New file.
18209 * gdb.guile/scm-section-script.c: New file.
18210 * gdb.guile/scm-section-script.exp: New file.
18211 * gdb.guile/scm-section-script.scm: New file.
18212 * gdb.guile/scm-symbol.c: New file.
18213 * gdb.guile/scm-symbol.exp: New file.
18214 * gdb.guile/scm-symtab-2.c: New file.
18215 * gdb.guile/scm-symtab.c: New file.
18216 * gdb.guile/scm-symtab.exp: New file.
18217 * gdb.guile/scm-type.c: New file.
18218 * gdb.guile/scm-type.exp: New file.
18219 * gdb.guile/scm-value-cc.cc: New file.
18220 * gdb.guile/scm-value-cc.exp: New file.
18221 * gdb.guile/scm-value.c: New file.
18222 * gdb.guile/scm-value.exp: New file.
18223 * gdb.guile/source2.scm: New file.
18224 * gdb.guile/types-module.cc: New file.
18225 * gdb.guile/types-module.exp: New file.
18226
7026a7c1
YQ
182272014-02-10 Yao Qi <yao@codesourcery.com>
18228
18229 PR testsuite/16543
18230 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
18231 * configure: Regenerated.
18232 * Makefile.in: New file.
18233
6c466447
AS
182342014-02-08 Andreas Schwab <schwab@linux-m68k.org>
18235
18236 * gdb.python/py-framefilter.exp: Fix typo.
18237
6e854735
YQ
182382014-02-08 Yao Qi <yao@codesourcery.com>
18239
18240 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
18241 that no =breakpoint-modified is emitted when breakpoints are
18242 modified through MI commands.
18243
d137e6dc
PA
182442014-02-07 Pedro Alves <pedro@codesourcery.com>
18245 Pedro Alves <palves@redhat.com>
18246
18247 * gdb.threads/step-after-sr-lock.c: New file.
18248 * gdb.threads/step-after-sr-lock.exp: New file.
18249
b5ee5a50
PA
182502014-02-07 Pedro Alves <palves@redhat.com>
18251
18252 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
18253
3c77faf3
JK
182542014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
18255
18256 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
18257 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
18258
6dddc817
DE
182592014-02-06 Doug Evans <xdje42@gmail.com>
18260
18261 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
18262 output.
18263
18264 * gdb.gdb/python-interrupts.exp: New file.
18265
de7b2893
YQ
182662014-02-05 Yao Qi <yao@codesourcery.com>
18267
18268 * gdb.trace/report.exp (use_collected_data): Test the output
18269 of "info threads" and "info inferiors".
18270
66d032ac
YQ
182712014-02-05 Yao Qi <yao@codesourcery.com>
18272
18273 Revert this patch:
18274
18275 2013-05-24 Yao Qi <yao@codesourcery.com>
18276
18277 * gdb.trace/tfile.exp: Test inferior and thread.
18278
591a12a1
UW
182792014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18280
18281 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
18282 on a function.
18283 * gdb.base/step-bt.c: Call hello via function pointer to make
18284 sure its first instruction is executed on powerpc64le-linux.
18285
0ff3e01f
UW
182862014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18287
18288 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
18289
084ee545
UW
182902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18291
18292 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
18293 of the test patterns for use on little-endian systems.
18294
6ed14ff3
UW
182952014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
18296
18297 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
18298 (decimal_vector): Fix for little-endian.
18299
401e27fd
JM
183002014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
18301
18302 * gdb.arch/sparc-sysstep.exp: New file.
18303 * gdb.arch/sparc-sysstep.c: Likewise.
18304
18305 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
18306
8b924729
EBM
183072014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18308
18309 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
18310
fb151210
JB
183112014-01-23 Tom Tromey <tromey@redhat.com>
18312
18313 * gdb.ada/array_char_idx: New testcase.
18314
0740f8d8
TT
183152014-01-23 Tom Tromey <tromey@redhat.com>
18316
18317 PR python/16487:
18318 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
18319 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
18320 classes.
18321
21909fa1
TT
183222014-01-23 Tom Tromey <tromey@redhat.com>
18323
18324 PR python/16491:
18325 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
18326 string from an inferior frame.
18327 * gdb.python/py-framefilter-mi.exp: Update.
18328
87ce2a04
DE
183292014-01-22 Doug Evans <dje@google.com>
18330
18331 * gdb.server/server-mon.exp: Add tests for "set debug-format".
18332
237b092b
AA
183332014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18334
18335 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
18336
d674a709
AA
183372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18338
18339 * gdb.trace/entry-values.exp: Remove excess space character from
18340 regex patterns. Handle s390 call instruction.
18341
20fa3390
AA
183422014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18343
18344 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
18345 define "*_start" label. Make "name" static.
18346 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
18347 ${name} by references to ${name}_start.
18348
78466714
AA
183492014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
18350
18351 * gdb.base/info-macros.exp: Remove "debug" from the compile
18352 options.
18353
ec9f644a
IB
183542014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18355
18356 * gdb.dlang/demangle.exp: New file.
18357
94b1b47e
IB
183582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18359
18360 * gdb.dlang/primitive-types.exp: New file.
18361
7f420862
IB
183622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
18363
18364 * configure.ac: Create gdb.dlang/Makefile.
18365 * configure: Regenerate.
18366 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
18367 * gdb.dlang/Makefile.in: New file.
18368 * lib/d-support.exp: New file.
18369 * lib/gdb.exp (skip_d_tests): New proc.
18370
52834460
MM
183712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18372
18373 * gdb.btrace/delta.exp: Check reverse stepi.
18374 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
18375 * gdb.btrace/finish.exp: New.
18376 * gdb.btrace/next.exp: New.
18377 * gdb.btrace/nexti.exp: New.
18378 * gdb.btrace/record_goto.c: Add comments.
18379 * gdb.btrace/step.exp: New.
18380 * gdb.btrace/stepi.exp: New.
18381 * gdb.btrace/multi-thread-step.c: New.
18382 * gdb.btrace/multi-thread-step.exp: New.
18383 * gdb.btrace/rn-dl-bind.c: New.
18384 * gdb.btrace/rn-dl-bind.exp: New.
18385 * gdb.btrace/data.c: New.
18386 * gdb.btrace/data.exp: New.
18387 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18388
6e07b1d2
MM
183892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18390
18391 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
18392 * gdb.btrace/exception.exp: Update.
18393 * gdb.btrace/instruction_history.exp: Update.
18394 * gdb.btrace/record_goto.exp: Update.
18395 * gdb.btrace/tailcall.exp: Update.
18396 * gdb.btrace/unknown_functions.exp: Update.
18397 * gdb.btrace/delta.exp: New.
18398
0b722aec
MM
183992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18400
18401 * gdb.btrace/record_goto.exp: Add backtrace test.
18402 * gdb.btrace/tailcall.exp: Add backtrace test.
18403
066ce621
MM
184042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18405
18406 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
18407 * gdb.btrace/record_goto.c: New.
18408 * gdb.btrace/record_goto.exp: New.
18409 * gdb.btrace/x86-record_goto.S: New.
18410
0688d04e
MM
184112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18412
18413 * gdb.btrace/function_call_history.exp: Update tests.
18414 * gdb.btrace/instruction_history.exp: Update tests.
18415
8710b709
MM
184162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18417
18418 * gdb.btrace/function_call_history.exp: Fix expected field
18419 order for "record function-call-history".
18420 Add new tests for "record function-call-history /c".
18421 * gdb.btrace/exception.cc: New.
18422 * gdb.btrace/exception.exp: New.
18423 * gdb.btrace/tailcall.exp: New.
18424 * gdb.btrace/x86-tailcall.S: New.
18425 * gdb.btrace/x86-tailcall.c: New.
18426 * gdb.btrace/unknown_functions.c: New.
18427 * gdb.btrace/unknown_functions.exp: New.
18428 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
18429
5de9129b
MM
184302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18431
18432 * gdb.btrace/instruction_history.exp: Update.
18433 * gdb.btrace/function_call_history.exp: Update.
18434
23a7fe75
MM
184352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18436
18437 * gdb.btrace/function_call_history.exp: Fix expected function
18438 trace.
18439 * gdb.btrace/instruction_history.exp: Initialize traced.
18440 Remove traced_functions.
18441
724c7dd8
MM
184422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18443
18444 * gdb.btrace/function_call_history.exp: Update
18445 * gdb.btrace/instruction_history.exp: Update.
18446
6d78d93b
MM
184472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
18448
18449 * gdb.btrace/enable.exp: Update expected text.
18450
93a360cc
OJ
184512014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
18452
18453 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
18454 bytes.
18455
3772b53f
MR
184562014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
18457
18458 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
18459
596662fa
OJ
184602014-01-15 Omair Javaid <omair.javaid@linaro.org>
18461
18462 * lib/gdb.exp (supports_process_record): Return true for
18463 arm*-linux*. (supports_reverse): Likewise.
18464
b5b08fb4
SC
184652014-01-13 Siva Chandra Reddy <sivachandra@google.com>
18466
18467 PR python/15464
18468 PR python/16113
18469 * gdb.python/py-type.c: Enhance test case.
18470 * gdb.python/py-value-cc.cc: Likewise
18471 * gdb.python/py-type.exp: Add new tests.
18472 * gdb.python/py-value-cc.exp: Likewise
18473
52d7fb13
AA
184742014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
18475 Pedro Alves <palves@redhat.com>
18476
18477 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
18478 Make "name" extern.
18479 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
18480 references to ${name}_start by references to ${name}.
18481
a2cd8cfe
JB
184822014-01-10 Joel Brobecker <brobecker@adacore.com>
18483
18484 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
18485
4e23fced
JB
184862014-01-10 Joel Brobecker <brobecker@adacore.com>
18487
18488 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
18489
c6a9e42c
PA
184902014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
18491 Pedro Alves <palves@redhat.com>
18492
18493 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 18494 mi_gdb_target_load.
c6a9e42c 18495
b7ea362b
PA
184962014-01-08 Pedro Alves <palves@redhat.com>
18497
18498 * gdb.threads/reconnect-signal.c: New file.
18499 * gdb.threads/reconnect-signal.exp: New file.
18500
5e3f4fab
EBM
185012014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18502
18503 * gdb.base/source-dir.exp: New file.
18504
79301218
JB
185052014-01-07 Joel Brobecker <brobecker@adacore.com>
18506
18507 * gdb.ada/mi_interface: New testcase.
18508
8e355c5d
JB
185092014-01-07 Joel Brobecker <brobecker@adacore.com>
18510
18511 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
18512 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
18513 gdb.ada/pp-rec-component/pck.ads: New files.
18514
c0d48811
JB
185152014-01-07 Joel Brobecker <brobecker@adacore.com>
18516
18517 * gdb.python/py-pp-integral.c: New file.
18518 * gdb.python/py-pp-integral.py: New file.
18519 * gdb.python/py-pp-integral.exp: New file.
18520
17b609c3 18521For older changes see ChangeLog-1993-2013.
c906108c 18522\f
8d8cb839
EZ
18523;; Local Variables:
18524;; mode: change-log
18525;; left-margin: 8
18526;; fill-column: 74
18527;; version-control: never
18528;; End:
902f2ccb 18529
b811d2c2 18530 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
18531 Copying and distribution of this file, with or without modification,
18532 are permitted provided the copyright notice and this notice are preserved.
This page took 4.28717 seconds and 4 git commands to generate.