Fix problem running a few PowerPC linker tests when the .data section is retained.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b243ba58
TV
12020-07-20 Tom de Vries <tdevries@suse.de>
2
3 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
4 (omp_set_lock_in_order): New function.
5 (single_scope, multi_scope, nested_func, nested_parallel): Use
6 omp_set_lock_in_order and omp_unset_lock.
7 (main): Init and destroy lock and lock2.
8
c06ad8b5
TV
92020-07-20 Tom de Vries <tdevries@suse.de>
10
11 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
12
6e22f117
TV
132020-07-20 Tom de Vries <tdevries@suse.de>
14
15 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
16
33176ea7
TV
172020-07-17 Tom de Vries <tdevries@suse.de>
18
19 * gdb.base/valgrind-infcall-2.c: New test.
20 * gdb.base/valgrind-infcall-2.exp: New file.
21 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
22
90c3ec2d
TV
232020-07-17 Tom de Vries <tdevries@suse.de>
24
25 * gdb.dlang/circular.c (found): Use found_label as label name.
26 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
27 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
28 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
29 * gdb.dwarf2/ada-linkage-name.exp: Same.
30 * gdb.dwarf2/arr-subrange.exp: Same.
31 * gdb.dwarf2/atomic-type.exp: Same.
32 * gdb.dwarf2/comp-unit-lang.exp: Same.
33 * gdb.dwarf2/cpp-linkage-name.exp: Same.
34 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
35 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
36 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
37 * gdb.dwarf2/implptr-64bit.exp: Same.
38 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
39 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
40 * gdb.dwarf2/imported-unit.exp: Same.
41 * gdb.dwarf2/main-subprogram.exp: Same.
42 * gdb.dwarf2/missing-type-name.exp: Same.
43 * gdb.dwarf2/nonvar-access.exp: Same.
44 * gdb.dwarf2/struct-with-sig.exp: Same.
45 * gdb.dwarf2/typedef-void-finish.exp: Same.
46 * gdb.dwarf2/void-type.exp: Same.
47
10da644d
TV
482020-07-17 Tom de Vries <tdevries@suse.de>
49
50 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
51 src parameter.
52 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
53 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
54 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
55 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
56 * gdb.dwarf2/dwz.exp: Same.
57 * gdb.dwarf2/implptr-optimized-out.exp: Same.
58 * gdb.dwarf2/implref-array.exp: Same.
59 * gdb.dwarf2/implref-const.exp: Same.
60 * gdb.dwarf2/implref-global.exp: Same.
61 * gdb.dwarf2/implref-struct.exp: Same.
62 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
63 * gdb.dwarf2/opaque-type-lookup.exp: Same.
64 * gdb.dwarf2/var-access.exp: Same.
65 * gdb.dwarf2/varval.exp: Same.
66 * gdb.trace/entry-values.exp: Same.
67
315e6afc
TV
682020-07-17 Tom de Vries <tdevries@suse.de>
69
70 * lib/dwarf.exp (Dwarf::extern): Remove.
71 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
72 * gdb.dlang/circular.exp: Same.
73 * gdb.dwarf2/comp-unit-lang.exp: Same.
74 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
75 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
76 * gdb.dwarf2/dwz.exp: Same.
77 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
78 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
79 * gdb.dwarf2/imported-unit.exp: Same.
80 * gdb.dwarf2/opaque-type-lookup.exp: Same.
81
5597c940
SL
822020-07-16 Sandra Loosemore <sandra@codesourcery.com>
83
84 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
85 Use double quotes instead of single quotes.
86
d0ce17d8
CT
872020-07-16 Caroline Tice <cmtice@google.com>
88
89 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
90 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
91
853772cc
TV
922020-07-16 Tom de Vries <tdevries@suse.de>
93
94 * lib/dwarf.exp (program): Initialize _line.
95 (DW_LNE_end_sequence): Reinitialize _line.
96 (DW_LNS_advance_line): Update _line.
97 (line): New proc.
98 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
99 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
100 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
101 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
102 * gdb.dwarf2/dw2-is-stmt.exp: Same.
103 * gdb.dwarf2/dw2-ranges-func.exp: Same.
104
fe07b572
AB
1052020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
106
107 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
108 generic.
109
52781cce
TV
1102020-07-15 Tom de Vries <tdevries@suse.de>
111
112 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
113 is_amd64_regs_target.
114
3dcc261c
AB
1152020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.fortran/ptype-on-functions.exp: Add more tests.
118 * gdb.fortran/ptype-on-functions.f90: Likewise.
119
054a0959
SM
1202020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
121
122 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
123 values in documentation for addr_size to 4 and 8.
124
ccb9eba6
AB
1252020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.arch/amd64-osabi.exp: Update.
128 * gdb.arch/arm-disassembler-options.exp: Update.
129 * gdb.arch/powerpc-disassembler-options.exp: Update.
130 * gdb.arch/ppc64-symtab-cordic.exp: Update.
131 * gdb.arch/s390-disassembler-options.exp: Update.
132 * gdb.base/all-architectures.exp.tcl: Update.
133 * gdb.base/attach-pie-noexec.exp: Update.
134 * gdb.base/catch-syscall.exp: Update.
135 * gdb.xml/tdesc-arch.exp: Update.
136
025a39a7
TV
1372020-07-14 Tom de Vries <tdevries@suse.de>
138
139 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
140 (local_gettid): ... this.
141 (fn): Update.
142
74e4b667
SL
1432020-07-13 Sandra Loosemore <sandra@codesourcery.com>
144
145 * gdb.base/info_sources.exp: Skip directory match tests on
146 remote hosts.
147
f413dd74
GB
1482020-07-13 Gary Benson <gbenson@redhat.com>
149
150 * gdb.base/savedregs.exp (caller): Use parentheses to
151 make expected expression evaluation ordering explicit.
152
915771bb
GB
1532020-07-13 Gary Benson <gbenson@redhat.com>
154
155 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
156
2a122642
GB
1572020-07-13 Gary Benson <gbenson@redhat.com>
158
159 * gdb.base/bigcore.c (main): Use a volatile pointer when
160 attempting to trigger a SIGSEGV.
161 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
162 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
163 * gdb.base/savedregs.c (thrower): Likewise.
164 * gdb.mi/mi-syn-frame.c (bar): Likewise.
165
3f00c730
GB
1662020-07-13 Gary Benson <gbenson@redhat.com>
167
168 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
169 defining and using VLA structure fields into...
170 * gdb.base/vla-struct-fields.c: New file.
171 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
172 tests into...
173 * gdb.base/vla-struct-fields.exp: New file.
174
963eeee4
TV
1752020-07-13 Tom de Vries <tdevries@suse.de>
176
177 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
178 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
179 * gdb.base/gold-gdb-index.exp: Same.
180 * gdb.base/morestack.exp: Same.
181
0ed35c9a
DX
1822020-07-11 Daniel Xu <dxu@dxuuu.xyz>
183
184 PR rust/26121
185 * gdb.rust/modules.rs: Prevent linker from discarding test
186 symbol.
187
4fdba23d
PA
1882020-07-10 Pedro Alves <pedro@palves.net>
189
190 PR gdb/26199
191 * gdb.multi/multi-target.c (exit_thread): New.
192 (thread_start): Break loop if EXIT_THREAD.
193 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
194 (top level) Call test_no_resumed.
195
15f3b077
TT
1962020-07-08 Tom Tromey <tromey@adacore.com>
197
198 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
199 * gdb.ada/catch_ex.exp: Examine catchpoint text.
200
9fc501fd
AB
2012020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
202
203 PR python/22748
204 * gdb.opt/inline-frame-tailcall.c: New file.
205 * gdb.opt/inline-frame-tailcall.exp: New file.
206 * gdb.python/py-unwind-inline.c: New file.
207 * gdb.python/py-unwind-inline.exp: New file.
208 * gdb.python/py-unwind-inline.py: New file.
209
64cb3757
AB
2102020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
211
212 * gdb.python/py-arch-reg-groups.exp: New file.
213
0f767f94
AB
2142020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.python/py-arch-reg-names.exp: New file.
217
87dbc774
AB
2182020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
219
220 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
221 gdb.PendingFrame.architecture method.
222
d8cc8af6
TV
2232020-07-06 Tom de Vries <tdevries@suse.de>
224
225 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
226
3c8ea5be
PA
2272020-07-03 Pedro Alves <palves@redhat.com>
228
229 * gdb.base/structs2.c (main): Adjust second parem_reg call to
230 explicitly write negative numbers.
231 * gdb.base/structs2.exp: Adjust expected output.
232
bf90c83a
PA
2332020-07-03 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/charset.c (init_string): Change all char parameters to
236 unsigned char parameters.
237
2eb82157
PA
2382020-07-03 Pedro Alves <palves@redhat.com>
239
240 * gdb.base/call-sc.exp (start_scalars_test): Use
241 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
242 * gdb.base/overlays.c: Remove references to PARAMS.
243 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
244 * gdb.base/reread.exp: Don't set 'prototypes' global.
245 * gdb.base/structs.exp (start_structs_test): Use
246 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
247 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
248 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
249 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
250 call.
251 * gdb.base/varargs.exp: Don't set 'prototypes' global.
252
9adda7af
PA
2532020-07-03 Pedro Alves <palves@redhat.com>
254
255 * gdb.base/m32rovly.c: Delete.
256 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
257
2a17c803
PW
2582020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
259
260 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
261 of gdb_py_test_multiple.
262 * gdb.python/py-cmd.exp: Likewise.
263 * gdb.python/py-events.exp: Likewise.
264 * gdb.python/py-function.exp: Likewise.
265 * gdb.python/py-inferior.exp: Likewise.
266 * gdb.python/py-infthread.exp: Likewise.
267 * gdb.python/py-linetable.exp: Likewise.
268 * gdb.python/py-parameter.exp: Likewise.
269 * gdb.python/py-value.exp: Likewise.
270
b011fe1a
TV
2712020-06-30 Tom de Vries <tdevries@suse.de>
272
273 PR testsuite/26175
274 * lib/future.exp (gdb_default_target_compile): Detect and handle
275 early_flags.
276
df5b8876
SM
2772020-06-29 Simon Marchi <simon.marchi@efficios.com>
278
279 * boards/simavr.exp (gdb_load): Catch errors when closing
280 previous connection. Close connection, wait for process and
281 unset simavr_spawn_id on failure.
282
a3ca48cd
TV
2832020-06-29 Tom de Vries <tdevries@suse.de>
284
285 * lib/gdb.exp (unknown): Make test-case unresolved.
286
b0237c0e
TV
2872020-06-29 Tom de Vries <tdevries@suse.de>
288
289 PR gdb/25475
290 * gdb.server/solib-list.exp: Verify that the symbol reload
291 confirmation question is asked.
292
c0b3b3bd
PW
2932020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
294
295 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
296 have a input seq nr in each pass message.
297 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
298 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
299 * gdb.python/python.exp: Make test names unique,
300 use gdb_test_multiline instead of gdb_py_test_multiple,
301 use $gdb_test_name.
302 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
303
1776e3e5
NA
3042020-06-26 Nick Alcock <nick.alcock@oracle.com>
305
306 * configure.ac: Add --enable-libctf.
307 * aclocal.m4: sinclude ../config/enable.m4.
308 * Makefile.in (site.exp): Add enable_libctf to site.exp.
309 * lib/gdb.exp (skip_ctf_tests): Use it.
310 * gdb.base/ctf-constvars.exp: Error message tweak.
311 * gdb.base/ctf-ptype.exp: Likewise.
312 * configure: Regenerate.
313
f53b3eeb
GB
3142020-06-26 Gary Benson <gbenson@redhat.com>
315
316 * gdb.cp/try_catch.cc: Include string.h.
317 (main): Replace comparison against string literal with
318 strcmp, avoiding build failure with -Wstring-compare.
319 Add "marker test-complete".
320 * gdb.cp/try_catch.exp: Run the test to the above marker,
321 then verify that the value of "test" is still true.
322
6d74da72
AB
3232020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
326
2e52d038
AB
3272020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
330
3b9fce96
AB
3312020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
332
333 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
334 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
335 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
336 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
337 * gdb.arch/riscv-tdesc-loading.exp: New file.
338
ed69cbc8
AB
3392020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
340
341 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
342
767a879e
AB
3432020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
346 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
347 * gdb.arch/riscv-tdesc-regs.c: New file.
348 * gdb.arch/riscv-tdesc-regs.exp: New file.
349
221db974
PA
3502020-06-24 Pedro Alves <palves@redhat.com>
351
352 * gdb.arch/amd64-entry-value-paramref.exp: Use
353 prepare_for_testing_full and don't pass "c++" for the .S file
354 build spec.
355 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
356 $options, since it's an assembly file. Remove -Wno-deprecated.
357 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
358 compiling C++ programs.
359
331733cd
PA
3602020-06-24 Pedro Alves <palves@redhat.com>
361
362 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
363 Clang, add "-Wno-unknown-warning-option" to the options.
364
caa7fd04
AB
3652020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.xml/tdesc-reload.c: New file.
368 * gdb.xml/tdesc-reload.exp: New file.
369 * gdb.xml/maint-xml-dump-01.xml: New file.
370 * gdb.xml/maint-xml-dump-02.xml: New file.
371 * gdb.xml/maint-xml-dump.exp: New file.
372
bb8d1260
SL
3732020-06-23 Sandra Loosemore <sandra@codesourcery.com>
374
375 * lib/completion-support.exp (test_gdb_completion_offers_commands):
376 Adjust for omitted commands when TUI is disabled.
377
7e4b9c4c
GB
3782020-06-23 Gary Benson <gbenson@redhat.com>
379 Pedro Alves <palves@redhat.com>
380
381 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
382 * gdb.cp/nsimport.cc: Likewise.
383 * gdb.cp/nsnested.cc: Likewise.
384 * gdb.cp/nsnoimports.cc: Likewise.
385 * gdb.cp/nsusing.cc: Likewise.
386 * gdb.cp/smartp.cc: Likewise.
387 * gdb.python/py-pp-integral.c: Likewise.
388 * gdb.python/py-pp-re-notag.c: Likewise.
389
2e573c0a
GB
3902020-06-23 Gary Benson <gbenson@redhat.com>
391
392 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
393 * gdb.cp/nsimport.cc: Likewise.
394 * gdb.cp/nsnested.cc: Likewise.
395 * gdb.cp/nsnoimports.cc: Likewise.
396 * gdb.cp/nsusing.cc: Likewise.
397 * gdb.cp/smartp.cc: Likewise.
398 * gdb.python/py-pp-integral.c: Likewise.
399 * gdb.python/py-pp-re-notag.c: Likewise.
400
746ebfe8
PW
4012020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
402
403 * gdb.base/default-args.exp: New test.
404 * gdb.base/default-args.c: New file.
405 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
406 * gdb.base/default.exp: Update to new help text.
407 * gdb.base/help.exp: Likewise.
408 * gdb.base/page.exp: Likewise.
409 * gdb.base/style.exp: Likewise.
410 * gdb.guile/guile.exp: Likewise.
411 * gdb.python/python.exp: Likewise.
412
e822f2cd
SL
4132020-06-22 Sandra Loosemore <sandra@codesourcery.com>
414
415 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
416 remote host. Fix search path syntax on Windows host.
417
48e9cc84
PW
4182020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
419
420 * gdb.base/attach.exp: Test priority of 'exec-file' changed
421 over 'exec-file-mismatch'.
422 * gdb.base/attach.c: Mark should_exit volatile.
423 * gdb.base/attach2.c: Likewise. Add a comment explaining
424 why the sleep cannot be big.
425 * gdb.base/attach3.c: New file.
426
160f8a8f
SL
4272020-06-20 Sandra Loosemore <sandra@codesourcery.com>
428
429 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
430 prefix optional.
431
4d91c2a4
SL
4322020-06-20 Sandra Loosemore <sandra@codesourcery.com>
433
434 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
435 for remote host.
436
87f83f20
SL
4372020-06-19 Sandra Loosemore <sandra@codesourcery.com>
438 Hafiz Abid Qadeer <abidh@codesourcery.com>
439
440 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
441 file sent to remote host.
442 (top level): Allow int32_t as type of 32-bit register.
443
37ab8655
TV
4442020-06-19 Tom de Vries <tdevries@suse.de>
445
446 * lib/gdb.exp (gdb_note): New proc.
447 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
448 (gdb_default_target_compile): ... here. Only call
449 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
450 (use_gdb_compile): Change to array.
451 (toplevel): Update sets of use_gdb_compile to specify language.
452 Warn about default_target_compile override. Store dejagnu's version
453 of default_target_compile in dejagnu_default_target_compile.
454
a8a56685
TV
4552020-06-18 Tom de Vries <tdevries@suse.de>
456
457 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
458 (default_gdb_init): ... here.
459
581bea2c
SL
4602020-06-17 Sandra Loosemore <sandra@codesourcery.com>
461
462 Fix TUI support checks in gdb.tui tests.
463
464 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
465 just say UNSUPPORTED.
466 * gdb.tui/corefile-run.exp: Likewise.
467 * gdb.tui/empty.exp: Likewise.
468 * gdb.tui/list-before.exp: Likewise.
469 * gdb.tui/list.exp: Likewise.
470 * gdb.tui/main.exp: Likewise.
471 * gdb.tui/regs.exp: Likewise.
472 * gdb.tui/resize.exp: Likewise.
473 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
474 * gdb.tui/tui-layout-asm.exp: Likewise.
475 * gdb.tui/tui-missing-src.exp: Likewise.
476 * gdb.tui/winheight.exp: Likewise.
477 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
478
05e682e3
SL
4792020-06-17 Sandra Loosemore <sandra@codesourcery.com>
480
481 Fix TCL error in gdb.python/py-format-string.exp.
482
483 * gdb.python/py-format-string.exp: Move test for python support
484 earlier, out of function body.
485
efb763a5
SM
4862020-06-15 Simon Marchi <simon.marchi@efficios.com>
487
488 * gdb.base/index-cache-load-twice.c: New.
489 * gdb.base/index-cache-load-twice.exp: New.
490
43327b20
KS
4912020-06-17 Keith Seitz <keiths@redhat.com>
492
99cf27cf 493 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
494 when executing "gdb --configuration".
495
081e778c
TV
4962020-06-17 Tom de Vries <tdevries@suse.de>
497
498 * lib/gdb.exp (gdb_tcl_unknown): New proc.
499 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
500 conditional on presence of gdb_tcl_unknown.
501 (gdb_finish): Make override undo conditional on presence of
502 gdb_tcl_unknown.
503
d2d1ea20
TT
5042020-06-16 Tom Tromey <tom@tromey.com>
505
506 * gdb.python/tui-window.py (failwin): New function. Register it
507 as a TUI window type.
508 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
509
c802e8a7
GB
5102020-06-16 Gary Benson <gbenson@redhat.com>
511
512 * gdb.python/py-nested-maps.c (create_map): Add missing return
513 value.
514 (create_map_map): Likewise.
515
ff08abb8
TBA
5162020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
517
518 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
519 variable.
520 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
521 and use the already-defined 'options' variable.
522
a29d5112
AB
5232020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
524 Tom de Vries <tdevries@suse.de>
525
526 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
527 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
528 (gdb_setup_known_globals): New proc.
529 (gdb_cleanup_globals): New proc.
530 * lib/gdb.exp (load_lib): New override proc.
531 (gdb_stdin_log_init): Set var in_file as persistent global.
532 * lib/pascal.exp (gdb_stdin_log_init): Set vars
533 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
534 fpc_compiler as persistent global.
535
8c74a764
TV
5362020-06-12 Tom de Vries <tdevries@suse.de>
537
538 * lib/tuiterm.exp (spawn): Rename to ...
539 (tui_spawn): ... this.
540 (toplevel): Move rename of spawn ...
541 (gdb_init_tuiterm): ... here. New proc.
542 (gdb_finish_tuiterm): New proc.
543 * lib/gdb.exp (gdb_finish_hooks): New global var.
544 (gdb_finish): Handle gdb_finish_hooks.
545 (tuiterm_env): New proc.
546 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
547 tuiterm_env.
548 * gdb.tui/basic.exp: Same.
549 * gdb.tui/corefile-run.exp: Same.
550 * gdb.tui/empty.exp: Same.
551 * gdb.tui/list-before.exp: Same.
552 * gdb.tui/list.exp: Same.
553 * gdb.tui/main.exp: Same.
554 * gdb.tui/new-layout.exp: Same.
555 * gdb.tui/regs.exp: Same.
556 * gdb.tui/resize.exp: Same.
557 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
558 * gdb.tui/tui-layout-asm.exp: Same.
559 * gdb.tui/tui-missing-src.exp: Same.
560 * gdb.tui/winheight.exp: Same.
561
26783bce
TV
5622020-06-12 Tom de Vries <tdevries@suse.de>
563
564 PR testsuite/26110
565 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
566 (gdb_finish): Reinstall dejagnu's override of ::unknown.
567
2b4e6a3f
TT
5682020-06-11 Tom Tromey <tom@tromey.com>
569
570 PR gdb/18318:
571 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
572 floating point tests.
573
2f33032a
KS
5742020-06-11 Keith Seitz <keiths@redhat.com>
575
576 PR gdb/21356
577 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
578 vla_struct.
579 Add new struct vla_typedef and union vla_typedef_union and
580 corresponding instantiation objects.
581 Initialize new objects.
582 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
583 and vla_typedef_union_object.
584 Fixup type for vla_struct_object.
585
a8baf0a3
TV
5862020-06-11 Tom de Vries <tdevries@suse.de>
587
588 * lib/gdb.exp (with_override): New proc, factored out of ...
589 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
590
7ab96794
TV
5912020-06-10 Tom de Vries <tdevries@suse.de>
592
593 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
594
cab5c3b7
SM
5952020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
596
597 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
598 parameter, update callers.
599
f8c41851
SM
6002020-06-04 Simon Marchi <simon.marchi@efficios.com>
601
602 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
603 * gdb.dwarf2/share-psymtabs-bt.c: New file.
604 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
605
1c07a73f
TV
6062020-06-04 Tom de Vries <tdevries@suse.de>
607
608 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
609
95146b5d
TV
6102020-06-04 Tom de Vries <tdevries@suse.de>
611
612 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
613 exp_continue.
614
0cfcd4f0
TV
6152020-06-04 Tom de Vries <tdevries@suse.de>
616
617 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
618
f9b5d5ea
TV
6192020-06-03 Tom de Vries <tdevries@suse.de>
620
621 PR symtab/26046
622 * gdb.cp/breakpoint-locs-2.cc: New test.
623 * gdb.cp/breakpoint-locs.cc: New test.
624 * gdb.cp/breakpoint-locs.exp: New file.
625 * gdb.cp/breakpoint-locs.h: New test.
626
5144dfba
TV
6272020-06-03 Tom de Vries <tdevries@suse.de>
628
629 PR testsuite/25609
630 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
631 value of global verbose.
632 * gdb.base/jit-elf.exp: Same.
633 * gdb.base/jit-reader.exp: Same.
634
621eacdf
TV
6352020-06-02 Tom de Vries <tdevries@suse.de>
636
637 * gdb.dwarf2/multidictionary.exp: Don't use
638 gdb_spawn_with_cmdline_opts.
639
1313c56e
AB
6402020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
641
642 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
643 use_header case.
644 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
645 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
646 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
647 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
648 * gdb.dwarf2/dw2-inline-header.c: New file.
649 * gdb.dwarf2/dw2-inline-header.h: New file.
650
f68f85b5
PA
6512020-05-30 Pedro Alves <palves@redhat.com>
652
653 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
654 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
655
678048e8
GB
6562020-05-29 Gary Benson <gbenson@redhat.com>
657
658 * gdb.compile/compile-cplus.exp (additional_flags): Also
659 set when building with clang.
660 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
661 when building with clang.
662
9fcafd23
GB
6632020-05-29 Gary Benson <gbenson@redhat.com>
664
665 * gdb.arch/i386-avx.exp (additional_flags): Also set when
666 building with clang.
667 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
668
735d5a07
GB
6692020-05-29 Gary Benson <gbenson@redhat.com>
670
671 * gdb.cp/koenig.exp (prepare_for_testing): Add
672 additional_flags=-Wno-unused-comparison.
673 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
674
4ad2c6a0
GB
6752020-05-28 Gary Benson <gbenson@redhat.com>
676
677 * gdb.base/sigaltstack.c (catcher): Add default case to switch
678 statement.
679
09fe663e
GB
6802020-05-28 Gary Benson <gbenson@redhat.com>
681
682 * gdb.cp/classes.exp (prepare_for_testing): Add
683 additional_flags=-Wno-deprecated-register.
684 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
685 * gdb.cp/misc.exp: Likewise.
686
cee00f17
GB
6872020-05-28 Gary Benson <gbenson@redhat.com>
688
689 * gdb.linespec/cpls-ops.cc (dummy): New static global.
690 (test_op_new::operator new): Add return statement.
691 (test_op_new_array::operator new[]): Likewise.
692
636edd00
PA
6932020-05-27 Pedro Alves <palves@redhat.com>
694
695 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
696 check. Use test_gdb_complete_unique instead of
697 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
698 test_gdb_complete_multiple instead of
699 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
700
c2b75043
LM
7012020-05-27 Luis Machado <luis.machado@linaro.org>
702
703 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
704 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
705 * gdb.arch/arm-disassembler-options.exp: Likewise.
706 * gdb.arch/arm-disp-step.exp: Likewise.
707 * gdb.arch/thumb-prologue.exp: Likewise.
708 * gdb.base/async.exp: Likewise.
709 * gdb.base/auxv.exp: Likewise.
710 * gdb.base/complex-parts.exp: Likewise.
711 * gdb.base/ena-dis-br.exp: Likewise.
712 * gdb.base/foll-exec.exp: Likewise.
713 * gdb.base/permissions.exp: Likewise.
714 * gdb.base/relocate.exp: Likewise.
715 * gdb.base/return2.exp: Likewise.
716 * gdb.base/sigbpt.exp: Likewise.
717 * gdb.base/siginfo-obj.exp: Likewise.
718 * gdb.cp/converts.exp: Likewise.
719 * gdb.cp/exceptprint.exp: Likewise.
720 * gdb.cp/inherit.exp: Likewise.
721 * gdb.cp/nsnoimports.exp: Likewise.
722 * gdb.cp/virtbase2.exp: Likewise.
723 * gdb.mi/mi-var-cmd.exp: Likewise.
724 * gdb.mi/var-cmd.c: Likewise.
725
53a47a3e
TT
7262020-05-26 Tom Tromey <tromey@adacore.com>
727
728 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
729
0bc2354b
TT
7302020-05-26 Tom Tromey <tromey@adacore.com>
731
732 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
733 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
734 type.
735 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
736 variable.
737
0db49895
CBG
7382020-05-26 Christian Biesinger <cbiesinger@google.com>
739
740 * Makefile.in: Use = instead of == for the test command
741 for portability.
742
40d22035
TV
7432020-05-26 Tom de Vries <tdevries@suse.de>
744
745 * gdb.base/gold-gdb-index-2.c: New test.
746 * gdb.base/gold-gdb-index.c: New test.
747 * gdb.base/gold-gdb-index.exp: New file.
748 * gdb.base/gold-gdb-index.h: New test.
749
043e2e02
TV
7502020-05-25 Tom de Vries <tdevries@suse.de>
751
752 * boards/gold-gdb-index.exp: New file.
753
462f72c5
SM
7542020-05-25 Simon Marchi <simon.marchi@efficios.com>
755
756 * boards/simavr.exp: New file.
757
6cf66e76
SM
7582020-05-25 Simon Marchi <simon.marchi@efficios.com>
759
760 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
761 * gdb.base/inferior-args.exp: New file.
762 * gdb.base/inferior-args.c: New file.
763
75d04512
SM
7642020-05-25 Simon Marchi <simon.marchi@efficios.com>
765
766 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
767 inferior_args. Pass it to gdb_reload.
768 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
769 inferior_args.
770 (gdb_reload): Add inferior_args argument.
771 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
772 pass it to gdbserver_run.
773 * boards/native-gdbserver.exp: Do not set noargs.
774 * boards/native-extended-gdbserver.exp (gdb_reload): Add
775 inferior_args argument.
776 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
777 * gdb.base/a2-run.exp: Check for use_gdb_stub.
778 * gdb.base/args.exp: Likewise.
779
42cf1844
TV
7802020-05-25 Tom de Vries <tdevries@suse.de>
781
782 * lib/gdb.exp (exec_is_pie): Add comment.
783
8f7d38ef
TV
7842020-05-25 Tom de Vries <tdevries@suse.de>
785
786 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
787 instead of $binfile in the untested message.
788
465e1b0f
TV
7892020-05-25 Tom de Vries <tdevries@suse.de>
790
791 PR testsuite/26031
792 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
793
3c5a0e02
TV
7942020-05-25 Tom de Vries <tdevries@suse.de>
795
796 * boards/gold.exp: New file.
797
0a4f5f8c
TT
7982020-05-23 Tom Tromey <tom@tromey.com>
799
800 * gdb.base/style.exp: Remove completion styling test.
801 * lib/gdb-utils.exp (style): Remove completion styles.
802
eca1f90c
TT
8032020-05-23 Tom Tromey <tom@tromey.com>
804
805 * gdb.base/style.exp: Add completion styling test.
806 * lib/gdb-utils.exp (style): Add completion styles.
807
7c13f4e8
AB
8082020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
809
810 * gdb.base/annota1.exp: Update expected results.
811 * gdb.cp/annota2.exp: Update expected results, remove duplicate
812 test name.
813 * gdb.cp/annota3.exp: Update expected results.
814
41977d16
SM
8152020-05-20 Simon Marchi <simon.marchi@efficios.com>
816
817 PR gdb/26016
818 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
819 against MAP_FAILED.
820 * gdb.base/coremaker.c (mmapdata): Likewise.
821 * gdb.base/jit-reader-host.c (main): Likewise.
822 * gdb.base/sym-file-loader.c (load): Likewise.
823 (load_shlib): Likewise.
824
b4757f2e
TT
8252020-05-20 Tom Tromey <tromey@adacore.com>
826
827 * gdb.ada/array_char_idx.exp: Recognize initialized array.
828
9a0bacfb
TV
8292020-05-20 Tom de Vries <tdevries@suse.de>
830
831 PR symtab/25833
832 * gdb.base/with-mf-inc.c: New test.
833 * gdb.base/with-mf-main.c: New test.
834 * gdb.base/with-mf.exp: New file.
835
76571211
TT
8362020-05-19 Tom Tromey <tromey@adacore.com>
837
838 * gdb.rust/simple.exp: Restore missing test result.
839
4cd9f3d5
TV
8402020-05-19 Tom de Vries <tdevries@suse.de>
841
842 * gdb.base/gdb-caching-proc.exp: Fix typo.
843
7d874253
TT
8442020-05-19 Tom Tromey <tromey@adacore.com>
845
846 * gdb.rust/simple.exp: Add some test descriptions.
847 (test_one_slice): Use with_test_prefix.
848
1d727695
TV
8492020-05-18 Tom de Vries <tdevries@suse.de>
850
851 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
852
7f32a4d5
PA
8532020-05-17 Pedro Alves <palves@redhat.com>
854
855 PR gdb/25741
856 * gdb.base/hw-sw-break-same-address.exp: New file.
857
7cfd74cf
PA
8582020-05-16 Pedro Alves <palves@redhat.com>
859
860 * gdb.multi/multi-re-run.exp (test_re_run): Switch
861 LAST_LOADED_FILE accordingly.
862
57b4f16e
PW
8632020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
864
865 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
866
7c05caf7
PW
8672020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
868
869 * gdb.base/help.exp: Test apropos and help for commands
870 having aliases. Fixed comments not starting with an
871 upper-case letter or not finishing with a dot.
872
7aa1b46f
PW
8732020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
874
3b3aaacb
PW
875 * gdb.base/alias.exp: Update help output check.
876
57b4f16e 8772020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 878
7aa1b46f
PW
879 * gdb.base/default.exp: Update output following fixes.
880
0605465f
PW
8812020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
882
883 * gdb.base/alias.exp: Test aliases starting with a prefix of
884 another alias.
885
86e4e63d
GB
8862020-05-15 Gary Benson <gbenson@redhat.com>
887
888 * gdb.base/info-os.c (main): Add return statement.
889 * gdb.base/info_minsym.c (minsym_fun): Likewise.
890 * gdb.base/large-frame-2.c (func): Likewise.
891 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
892 * gdb.base/pr10179-b.c (foo2): Likewise.
893 * gdb.base/valgrind-disp-step.c (foo): Likewise.
894 * gdb.base/watch-cond.c (func): Likewise.
895 * gdb.multi/goodbye.c (verylongfun): Likewise.
896 * gdb.multi/hello.c (commonfun): Likewise.
897 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
898 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
899 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
900 Likewise.
901 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
902 * gdb.threads/interrupt-while-step-over.c (child_function):
903 Likewise.
904 * gdb.trace/actions-changed.c (end): Likewise.
905
163df4df
GB
9062020-05-15 Gary Benson <gbenson@redhat.com>
907
908 * gdb.opencl/callfuncs.exp: Report when test skipped.
909 * gdb.opencl/convs_casts.exp: Likewise.
910 * gdb.opencl/datatypes.exp: Likewise.
911 * gdb.opencl/operators.exp: Likewise.
912 * gdb.opencl/vec_comps.exp: Likewise.
913
6dbc505a
TV
9142020-05-15 Tom de Vries <tdevries@suse.de>
915
916 * gdb.base/align.exp.in: Rename to ...
917 * gdb.base/align.exp.tcl: ... this.
918 * gdb.base/align-c++.exp: Update.
919 * gdb.base/align-c.exp: Update.
920 * gdb.base/all-architectures.exp.in: Rename to ...
921 * gdb.base/all-architectures.exp: ... this.
922 * gdb.base/all-architectures-0.exp: Update.
923 * gdb.base/all-architectures-1.exp: Update.
924 * gdb.base/all-architectures-2.exp: Update.
925 * gdb.base/all-architectures-3.exp: Update.
926 * gdb.base/all-architectures-4.exp: Update.
927 * gdb.base/all-architectures-5.exp: Update.
928 * gdb.base/all-architectures-6.exp: Update.
929 * gdb.base/all-architectures-7.exp: Update.
930 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
931 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
932 * gdb.base/infcall-nested-structs-c++.exp: Update.
933 * gdb.base/infcall-nested-structs-c.exp: Update.
934 * gdb.base/info-types.exp.in: Rename to ...
935 * gdb.base/info-types.exp.tcl: ... this.
936 * gdb.base/info-types-c++.exp: Update.
937 * gdb.base/info-types-c.exp: Update.
938 * gdb.base/max-depth.exp.in: Rename to ...
939 * gdb.base/max-depth.exp.tcl: ... this.
940 * gdb.base/max-depth-c++.exp: Update.
941 * gdb.base/max-depth-c.exp: Update.
942 * gdb.cp/cpexprs.exp.in: Rename to ...
943 * gdb.cp/cpexprs.exp.tcl: ... this.
944 * gdb.cp/cpexprs-debug-types.exp: Update.
945 * gdb.cp/cpexprs.exp: Update.
946 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
947 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
948 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
949 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
950 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
951 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
952 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
953 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
954 * gdb.dwarf2/clang-debug-names-2.exp: Update.
955 * gdb.dwarf2/clang-debug-names.exp: Update.
956
d1034d78
AB
9572020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
958
959 * lib/check-test-names.exp: Remove code that prevents this file
960 loading when tests are run in parallel.
961
3c5c3649
PA
9622020-05-15 Pedro Alves <palves@redhat.com>
963
964 * gdb.multi/multi-kill.exp (start_inferior): Remove
965 'testpid' parameter. Refer to namespace variable directly.
966 (testpid): Declare as namespace variable.
967
272c36b8
PA
9682020-05-15 Pedro Alves <palves@redhat.com>
969
970 * gdb.multi/multi-kill.exp: Wrap in namespace.
971 (start_inferior): Add TESTPID parameter. Use it instead of the
972 testpid global.
973 (top level): Define empty TESTPID array, and pass it down to
974 start_inferior.
975
02eba61a
TV
9762020-05-14 Tom de Vries <tdevries@suse.de>
977
978 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
979 output.
980
971a3747
TV
9812020-05-14 Tom de Vries <tdevries@suse.de>
982
983 * gdb.base/align.exp: Split into ...
984 * gdb.base/align.exp.in: ...
985 * gdb.base/align-c++.exp: ...
986 * gdb.base/align-c.exp: ... these.
987 * gdb.base/infcall-nested-structs.exp: Split into ...
988 * gdb.base/infcall-nested-structs.exp.in: ...
989 * gdb.base/infcall-nested-structs-c++.exp: ...
990 * gdb.base/infcall-nested-structs-c.exp: ... these.
991 * gdb.base/info-types.exp: Split into ...
992 * gdb.base/info-types.exp.in: ...
993 * gdb.base/info-types-c++.exp: ...
994 * gdb.base/info-types-c.exp: ... these.
995 * gdb.base/max-depth.exp: Split into ...
996 * gdb.base/max-depth.exp.in: ...
997 * gdb.base/max-depth-c++.exp: ...
998 * gdb.base/max-depth-c.exp: ... these.
999 * gdb.cp/infcall-nodebug.exp: Split into ...
1000 * gdb.cp/infcall-nodebug.exp.in: ...
1001 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1002 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1003 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1004 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1005
a05575d3
TBA
10062020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1007 Pedro Alves <palves@redhat.com>
1008
1009 * gdb.multi/multi-exit.c: New file.
1010 * gdb.multi/multi-exit.exp: New file.
1011 * gdb.multi/multi-kill.c: New file.
1012 * gdb.multi/multi-kill.exp: New file.
1013
6ad82919
TBA
10142020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1015
1016 * gdb.base/annota1.exp: Update the expected output.
1017 * gdb.cp/annota2.exp: Ditto.
1018
843f4d93
AB
10192020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1020
1021 * lib/check-test-names.exp: Disable when testing is being run in
1022 parallel.
1023
c7c66341
TV
10242020-05-12 Tom de Vries <tdevries@suse.de>
1025
1026 * gdb.base/jit-elf.exp: Fix string concat.
1027
1b59ca1c
TV
10282020-05-12 Tom de Vries <tdevries@suse.de>
1029
1030 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1031 messages.
1032
b4991d29
TV
10332020-05-12 Tom de Vries <tdevries@suse.de>
1034
1035 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1036
dbb0ab10
TV
10372020-05-12 Tom de Vries <tdevries@suse.de>
1038
1039 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1040 * gdb.ada/mi_catch_ex.exp: Same.
1041 * gdb.ada/mi_catch_ex_hand.exp: Same.
1042
7549fed8
TV
10432020-05-12 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.fortran/complex.exp: Use with_test_prefix.
1046
af2d5cd8
TV
10472020-05-12 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.trace/passcount.exp: Fix test-names.
1050
7c121311
TV
10512020-05-12 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1054
c9f3b40e
TV
10552020-05-12 Tom de Vries <tdevries@suse.de>
1056
1057 * gdb.gdb/complaints.exp: Use with_test_prefix.
1058 * gdb.xml/tdesc-regs.exp: Same.
1059 * gdb.opt/inline-locals.exp: Fix test name.
1060
111b33f0
TV
10612020-05-12 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1064 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1065 * gdb.dwarf2/implref-struct.exp: Same.
1066 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1067 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1068
ebf47080
SM
10692020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1070
1071 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1072
d30dcd12
AB
10732020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1074
1075 * lib/check-test-names.exp (all_test_names): New module variable.
1076 (counts): Add 'duplicates' field.
1077 (_check_duplicates): New procedure.
1078 (check): Also check for duplicates.
1079 (do_log_summary): Print duplicates count.
1080 (do_reset_vars): Reset counter for duplicate test names, and
1081 discard all know test names.
1082
34584c09
AB
10832020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * lib/gdb.exp: Include check-test-names.exp library.
1086 * lib/check-test-names.exp: New file.
1087
e0002117
TV
10882020-05-11 Tom de Vries <tdevries@suse.de>
1089
1090 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1091
53f539a3
KS
10922020-05-11 Keith Seitz <keiths@redhat.com>
1093
1094 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1095
113ee09a
TV
10962020-05-11 Tom de Vries <tdevries@suse.de>
1097
1098 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1099 * gdb.cp/cpexprs.exp.in: .. here.
1100 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1101 cpexprs.exp.
1102
ba3e70b0
KS
11032020-05-11 Keith Seitz <keiths@redhat.com>
1104
1105 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1106 test names.
1107 * gdb.ada/arrayptr.exp: Likewise.
1108 * gdb.ada/assign_arr.exp: Likewise.
1109 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1110 * gdb.ada/bp_on_var.exp: Likewise.
1111 * gdb.ada/call_pn.exp: Likewise.
1112 * gdb.ada/complete.exp: Likewise.
1113 * gdb.ada/fun_overload_menu.exp: Likewise.
1114 * gdb.ada/funcall_param.exp: Likewise.
1115 * gdb.ada/funcall_ref.exp: Likewise.
1116 * gdb.ada/packed_array_assign.exp: Likewise.
1117 * gdb.ada/same_component_name.exp: Likewise.
1118 * gdb.ada/type_coercion.exp: Likewise.
1119 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1120 * gdb.ada/variant_record_packed_array.exp: Likewise.
1121
3ee6bb11
TV
11222020-05-11 Tom de Vries <tdevries@suse.de>
1123
1124 PR symtab/25941
1125 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1126 out of ...
1127 * gdb.dwarf2/clang-debug-names.exp: ... here.
1128 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1129 clang-debug-names.exp.in.
1130 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1131 * gdb.dwarf2/clang-debug-names-2.c: New test.
1132
86cd6bc8
AKS
11332020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1134
1135 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1136 (fortran_runto_main): New Proc, fortran version of runto_main.
1137 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1138 * gdb.fortran/array-bounds.exp: Likewise.
1139 * gdb.fortran/array-slices.exp: Likewise.
1140 * gdb.fortran/block-data.exp: Likewise.
1141 * gdb.fortran/charset.exp: Likewise.
1142 * gdb.fortran/common-block.exp: Likewise.
1143 * gdb.fortran/complex.exp: Likewise.
1144 * gdb.fortran/derived-type-function.exp: Likewise.
1145 * gdb.fortran/derived-type.exp: Likewise.
1146 * gdb.fortran/info-modules.exp: Likewise.
1147 * gdb.fortran/info-types.exp: Likewise.
1148 * gdb.fortran/intrinsics.exp: Likewise.
1149 * gdb.fortran/library-module.exp: Likewise.
1150 * gdb.fortran/logical.exp: Likewise.
1151 * gdb.fortran/max-depth.exp: Likewise.
1152 * gdb.fortran/module.exp: Likewise.
1153 * gdb.fortran/multi-dim.exp: Likewise.
1154 * gdb.fortran/nested-funcs.exp: Likewise.
1155 * gdb.fortran/print-formatted.exp: Likewise.
1156 * gdb.fortran/print_type.exp: Likewise.
1157 * gdb.fortran/printing-types.exp: Likewise.
1158 * gdb.fortran/ptr-indentation.exp: Likewise.
1159 * gdb.fortran/ptype-on-functions.exp: Likewise.
1160 * gdb.fortran/subarray.exp: Likewise.
1161 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1162 * gdb.fortran/vla-datatypes.exp: Likewise.
1163 * gdb.fortran/vla-history.exp: Likewise.
1164 * gdb.fortran/vla-ptr-info.exp: Likewise.
1165 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1166 * gdb.fortran/vla-ptype.exp: Likewise.
1167 * gdb.fortran/vla-sizeof.exp: Likewise.
1168 * gdb.fortran/vla-type.exp: Likewise.
1169 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1170 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1171 * gdb.fortran/vla-value-sub.exp: Likewise.
1172 * gdb.fortran/vla-value.exp: Likewise.
1173 * gdb.fortran/whatis_type.exp: Likewise.
1174 * gdb.mi/mi-var-child-f.exp: Likewise.
1175
6dc55ce9 11762020-05-09 Tom de Vries <tdevries@suse.de>
1177
1178 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1179
283cb58c
TV
11802020-05-08 Tom de Vries <tdevries@suse.de>
1181
1182 * gdb.dwarf2/clang-debug-names.c: New test.
1183 * gdb.dwarf2/clang-debug-names.exp: New file.
1184
ac4a4f1c
SM
11852020-05-06 Simon Marchi <simon.marchi@efficios.com>
1186
1187 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1188 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1189
24fe640b
TV
11902020-05-06 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1193 breakpoint is at a "recommended breakpoint location".
1194 * gdb.reverse/consecutive-reverse.exp: Same.
1195
0d8683a3
TV
11962020-05-06 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1199 address.
1200
b8983c46
TV
12012020-05-06 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1204
abf6d805
TV
12052020-05-06 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1208 info for r.
1209
0fc2a808
TV
12102020-05-06 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1213 necessary.
1214
873dd427
TV
12152020-05-06 Tom de Vries <tdevries@suse.de>
1216
1217 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1218 void.
1219
7c99e7e2
TV
12202020-05-06 Tom de Vries <tdevries@suse.de>
1221
1222 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1223 of ...
1224 * gdb.base/async.exp: ... here.
1225 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1226 "recommended breakpoint location".
1227
6173d6a6
TV
12282020-05-06 Tom de Vries <tdevries@suse.de>
1229
1230 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1231
6015a067
TV
12322020-05-04 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.base/async.exp: Check whether instruction addresses are a
1235 "recommended breakpoint location".
1236
3b6acaee
TT
12372020-05-03 Tom Tromey <tom@tromey.com>
1238
1239 * gdb.base/sepdebug.exp: Remove "catch" test.
1240 * gdb.base/break.exp: Remove "catch" test.
1241 * gdb.base/default.exp: Update expected output.
1242
5beb4d17
TV
12432020-05-02 Tom de Vries <tdevries@suse.de>
1244
1245 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1246 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1247 * gdb.arch/i386-mpx-map.exp: Same.
1248 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1249 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1250 * gdb.arch/i386-mpx.exp: Same.
1251
8caf140d
TV
12522020-05-02 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1255
693196cb
TV
12562020-05-01 Tom de Vries <tdevries@suse.de>
1257
1258 * gdb.ada/operator_bp.exp: Allow more than required amount of
1259 breakpoint.
1260
53ae0aa9
TV
12612020-05-01 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1264
ee9d1e5f
HD
12652020-04-30 Hannes Domani <ssbssa@yahoo.de>
1266
1267 PR gdb/18706
1268 * gdb.cp/stub-array-size.cc: New test.
1269 * gdb.cp/stub-array-size.exp: New file.
1270 * gdb.cp/stub-array-size.h: New test.
1271 * gdb.cp/stub-array-size2.cc: New test.
1272
d5cf82c0
HD
12732020-04-30 Hannes Domani <ssbssa@yahoo.de>
1274
1275 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1276 output to the new format.
1277
42e165c3
SM
12782020-04-29 Simon Marchi <simon.marchi@efficios.com>
1279
1280 * gdb.base/break.exp: Use with_test_prefix.
1281
6e4e3fe1
TV
12822020-04-29 Tom de Vries <tdevries@suse.de>
1283
1284 * lib/gdb.exp (debug_types): New proc.
1285 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1286 * gdb.python/py-symtab.exp: Same.
1287
d642b692
HD
12882020-04-29 Hannes Domani <ssbssa@yahoo.de>
1289
1290 PR gdb/17320
1291 * gdb.base/pretty-array.c: New test.
1292 * gdb.base/pretty-array.exp: New file.
1293
ea90f227
TV
12942020-04-29 Tom de Vries <tdevries@suse.de>
1295
1296 PR symtab/25889
1297 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1298 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1299 and include cpexprs.exp.
1300
a65189c9
TV
13012020-04-28 Mark Williams <mark@myosotissp.com>
1302
1303 PR gdb/24480
1304 * dw4-toplevel-types.exp: Test for top level types.
1305 * dw4-toplevel-types.cc: Test for top level types.
1306
32d1f47a
TBA
13072020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1308
1309 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1310 (theads -> threads).
1311
56a4f5a1
TV
13122020-04-28 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1315
0b2f8a3b
TV
13162020-04-28 Tom de Vries <tdevries@suse.de>
1317
1318 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1319
5390c717
TV
13202020-04-28 Tom de Vries <tdevries@suse.de>
1321
1322 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1323
15cd93d0
TV
13242020-04-28 Tom de Vries <tdevries@suse.de>
1325
1326 * gdb.dwarf2/main-foo.c: New test.
1327 * gdb.dwarf2/struct-with-sig.exp: New file.
1328
d472f0fb
TV
13292020-04-25 Tom de Vries <tdevries@suse.de>
1330
1331 * boards/debug-types.exp: New file.
1332
8d840e05
AB
13332020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1336
bcfe6157
TT
13372020-04-24 Tom Tromey <tom@tromey.com>
1338
1339 PR symtab/12707:
1340 * gdb.python/py-symbol.exp: Update expected results for
1341 linkage_name test.
1342 * gdb.cp/print-demangle.exp: New file.
1343 * gdb.base/c-linkage-name.exp: Fix test.
1344 * gdb.guile/scm-symbol.exp: Update expected results for
1345 linkage_name test.
1346
f049a313
TT
13472020-04-24 Tom Tromey <tom@tromey.com>
1348
1349 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1350 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1351 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1352 assembler.
1353
7cf28874
TV
13542020-04-24 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1357 C++.
1358
dac2fef7
TT
13592020-04-24 Tom Tromey <tromey@adacore.com>
1360
1361 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1362 values.
1363 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1364 values. Update test for minimal encodings.
1365 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1366 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1367 values. Update test for minimal encodings.
1368
1acda803
TT
13692020-04-24 Tom Tromey <tromey@adacore.com>
1370
1371 PR python/23662:
1372 * gdb.ada/variant.exp: Add Python checks.
1373 * gdb.rust/simple.exp: Add dynamic type checks.
1374
adfb9815
TT
13752020-04-24 Tom Tromey <tromey@adacore.com>
1376
1377 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1378 Make array type matching more lax.
1379 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1380 * gdb.ada/mi_variant.exp: New file.
1381 * gdb.ada/mi_variant/pck.ads: New file.
1382 * gdb.ada/mi_variant/pkg.adb: New file.
1383 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1384 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1385
7d79de9a
TT
13862020-04-24 Tom Tromey <tromey@adacore.com>
1387
1388 * gdb.ada/variant.exp: Add dynamic field offset tests.
1389 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1390 * gdb.ada/variant/pkg.adb: Add new variables.
1391
f8e89861
TT
13922020-04-24 Tom Tromey <tromey@adacore.com>
1393
1394 * gdb.ada/variant.exp: New file
1395 * gdb.ada/variant/pkg.adb: New file
1396 * gdb.ada/variant/pck.adb: New file
1397
86e887ae
TV
13982020-04-24 Tom de Vries <tdevries@suse.de>
1399
1400 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1401
88428775
TV
14022020-04-24 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1405 flags.
1406
4e86f6e7
TV
14072020-04-24 Tom de Vries <tdevries@suse.de>
1408
1409 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1410
2016d3e6
TV
14112020-04-24 Tom de Vries <tdevries@suse.de>
1412
1413 * lib/gdb.exp (default_gdb_start): Handle eof.
1414 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1415 failure.
1416 * gdb.base/readnever.exp: Handle clean_restart failure.
1417
70bc38f5
TV
14182020-04-23 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.base/decl-before-def.exp: Run to main and print a again.
1421
de82891c
TV
14222020-04-23 Tom de Vries <tdevries@suse.de>
1423
1424 * gdb.base/decl-before-def-decl.c: New test.
1425 * gdb.base/decl-before-def-def.c: New test.
1426 * gdb.base/decl-before-def.exp: New file.
1427
96038148
TV
14282020-04-23 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1431
54ac3df1
TV
14322020-04-22 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1435 debug_info_offset.
1436 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1437 before $objsfile in the line line.
1438
714534e1
TV
14392020-04-22 Tom de Vries <tdevries@suse.de>
1440
1441 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1442
16a7dbf4
MS
14432020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1444
1445 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1446 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1447 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1448 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1449 * gdb.base/jit-protocol.h: Update definitions to match all usage
1450 contexts.
1451
14522020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1453
1454 * gdb.base: Rename all jit related test and source files.
1455
14562020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1457
1458 * gdb.base/jit-reader.exp: Relax register output check.
1459
317d2668
TV
14602020-04-22 Tom de Vries <tdevries@suse.de>
1461
1462 PR symtab/25764
1463 * gdb.base/psym-external-decl-2.c: New test.
1464 * gdb.base/psym-external-decl.c: New test.
1465 * gdb.base/psym-external-decl.exp: New file.
1466 * gdb.threads/tls.exp: Add PR25807 kfail.
1467
eea9e357
TV
14682020-04-22 Tom de Vries <tdevries@suse.de>
1469
1470 PR symtab/25801
1471 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1472 in "info source" output.
1473
3d5afab3
TV
14742020-04-22 Tom de Vries <tdevries@suse.de>
1475
1476 PR symtab/25700
1477 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1478 symtab for imported_unit.c.
1479
b32102f6
GB
14802020-04-21 Gary Benson <gbenson@redhat.com>
1481
1482 * gdb.base/advance.c (func): New argument, to match call site.
1483 (func2, func3): Add return statements.
1484
d43b7a2d
TBA
14852020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1486
1487 * gdb.multi/run-only-second-inf.c: New file.
1488 * gdb.multi/run-only-second-inf.exp: New file.
1489
d89edf9b
MM
14902020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1491
1492 * gdb.btrace/multi-inferior.c: New test.
1493 * gdb.btrace/multi-inferior.exp: New file.
1494
1a476b6d
MM
14952020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1496
1497 * gdb.btrace/enable-new-thread.c: New test.
1498 * gdb.btrace/enable-new-thread.exp: New file.
1499
4778a5f8
TV
15002020-04-21 Tom de Vries <tdevries@suse.de>
1501
1502 PR gdb/25471
1503 * gdb.threads/killed-outside.c: New test.
1504 * gdb.threads/killed-outside.exp: New file.
1505
9b2c992c
GB
15062020-04-20 Gary Benson <gbenson@redhat.com>
1507
1508 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1509 * gdb.base/nested-subp2.exp: Likewise.
1510 * gdb.base/nested-subp3.exp: Likewise.
1511
b5d1d6f7
GB
15122020-04-20 Gary Benson <gbenson@redhat.com>
1513
1514 * gdb.base/nested-subp1.exp: Disable test when using clang.
1515 * gdb.base/nested-subp2.exp: Likewise.
1516 * gdb.base/nested-subp3.exp: Likewise.
1517
25230285
GB
15182020-04-20 Gary Benson <gbenson@redhat.com>
1519
1520 * gdb.cp/exception.cc: Fix compilation error with clang.
1521
fa93cc8f
GB
15222020-04-20 Gary Benson <gbenson@redhat.com>
1523
809730f3 1524 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1525
e0c45f30
GB
15262020-04-20 Gary Benson <gbenson@redhat.com>
1527
1528 * gdb.base/jit-main.c: Fix compilation error with clang.
1529
4ddfec93
KR
15302020-04-17 Kamil Rytarowski <n54@gmx.com>
1531
1532 * gdb.base/attach-twice.c: Include "sys/types.h".
1533 (PTRACE_ATTACH): Add fallback definition.
1534 (main): Pass `0' to the 4th argument of `ptrace'.
1535
2bed205e
KR
15362020-04-17 Kamil Rytarowski <n54@gmx.com>
1537
1538 * gdb.base/fork-running-state.c: Include "signal.h".
1539
0743fc83
TT
15402020-04-17 Tom Tromey <tromey@adacore.com>
1541
1542 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1543 Update tests.
1544 * gdb.btrace/cpu.exp: Update tests.
1545 * gdb.base/maint.exp: Update tests.
1546 * gdb.base/default.exp: Update tests.
1547 * gdb.base/completion.exp: Update tests.
1548
efba5c23
TV
15492020-04-16 Tom de Vries <tdevries@suse.de>
1550
1551 PR symtab/25791
1552 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1553 (ensure_gdb_index): and factor out and move ...
1554 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1555 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1556
d191d716
TV
15572020-04-16 Tom de Vries <tdevries@suse.de>
1558
1559 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1560 loading exec.
1561
99f1bc6a
AB
15622020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.base/many-completions.exp: New file.
1565
194d088f
TV
15662020-04-14 Tom de Vries <tdevries@suse.de>
1567
1568 PR symtab/25718
1569 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1570
c1a66c06
TV
15712020-04-14 Tom de Vries <tdevries@suse.de>
1572
1573 PR symtab/25720
1574 * gdb.base/maint-expand-symbols-header-file.c: New test.
1575 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1576 * gdb.base/maint-expand-symbols-header-file.h: New test.
1577
21b0982c
AB
15782020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1579
1580 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1581 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1582 get_func_info.
1583 (get_func_info): Delete.
1584 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1585 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1586 * lib/dwarf.exp (get_func_info): New function.
1587
dd1cab06
TV
15882020-04-13 Tom de Vries <tdevries@suse.de>
1589
1590 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1591 to what find_gnatmake does.
1592
71ea2b6b
TV
15932020-04-10 Tom de Vries <tdevries@suse.de>
1594
1595 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1596 -readnow.
1597
bdfc1e8a
TV
15982020-04-10 Tom de Vries <tdevries@suse.de>
1599
1600 PR cli/25808
1601 * gdb.base/style.c: Add leading newlines.
1602 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1603 Check listing of main's one-line body.
1604
14ca8ecf
TV
16052020-04-08 Tom de Vries <tdevries@suse.de>
1606
1607 * lib/gdb.exp (psymtabs_p): New proc.
1608 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1609 importing unit" unsupported if there are no partial symbols.
1610
e21d048f
TV
16112020-04-08 Tom de Vries <tdevries@suse.de>
1612
1613 PR testsuite/25760
1614 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1615
25c11aca
TV
16162020-04-07 Tom de Vries <tdevries@suse.de>
1617
1618 PR symtab/25796
1619 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1620
5707e24b
TV
16212020-04-07 Tom de Vries <tdevries@suse.de>
1622
1623 * gdb.base/check-psymtab.c: New test.
1624 * gdb.base/check-psymtab.exp: New file.
1625
6ee448cc
TT
16262020-04-06 Tom Tromey <tromey@adacore.com>
1627
1628 * gdb.ada/variant-record/proc.adb: New file.
1629 * gdb.ada/variant-record/value.adb: New file.
1630 * gdb.ada/variant-record/value.s: New file.
1631 * gdb.ada/variant-record.exp: New file.
1632
9e7c9a03
HD
16332020-04-03 Hannes Domani <ssbssa@yahoo.de>
1634
1635 PR gdb/25325
1636 * gdb.cp/typed-enum.cc: New test.
1637 * gdb.cp/typed-enum.exp: New file.
1638
c90d28ac
AB
16392020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1640
1641 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1642 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1643 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1644 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1645 * gdb.opt/inline-small-func.c: New file.
1646 * gdb.opt/inline-small-func.exp: New file.
1647 * gdb.opt/inline-small-func.h: New file.
1648
34e9a9fa
AB
16492020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1652 function.
1653
6a354911
AB
16542020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1655
1656 * lib/dwarf.exp (function_range): Allow compiler options to be
1657 specified.
1658
880d9777
TV
16592020-04-02 Tom de Vries <tdevries@suse.de>
1660
1661 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1662 __attribute__((always_inline)).
1663 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1664
f32682ea
TV
16652020-04-02 Tom de Vries <tdevries@suse.de>
1666
1667 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1668 (gdbserver_gdb_exit): ... here. Add timeout warning.
1669 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1670 (connect_target_extended_remote): Append new server_spawn_id to
1671 server_spawn_ids.
1672 (cleanup): New proc.
1673 (setup, <toplevel>): Call cleanup.
1674
d3214198
TV
16752020-04-02 Tom de Vries <tdevries@suse.de>
1676
1677 * gdb.base/main-psymtab.exp: New file.
1678
cc77ed24
TV
16792020-04-02 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1682
3638a098
TT
16832020-04-01 Tom Tromey <tom@tromey.com>
1684
1685 * gdb.base/complex-parts.exp: Add type tests.
1686
c34e8714
TT
16872020-04-01 Tom Tromey <tom@tromey.com>
1688
1689 * gdb.base/complex-parts.exp: Add arithmetic tests.
1690
981c08ce
TT
16912020-04-01 Tom Tromey <tom@tromey.com>
1692
1693 * gdb.compile/compile.exp: Update.
1694 * gdb.compile/compile-cplus.exp: Update.
1695 * gdb.base/varargs.exp: Update.
1696 * gdb.base/floatn.exp: Update.
1697 * gdb.base/endianity.exp: Update.
1698 * gdb.base/callfuncs.exp (do_function_calls): Update.
1699 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1700 (complex_float_integral_args): Update.
1701 * gdb.base/complex.exp: Update.
1702 * gdb.base/complex-parts.exp: Update.
1703
3d1cfd43
TT
17042020-04-01 Tom Tromey <tromey@adacore.com>
1705
1706 * gdb.rust/union.rs: New file.
1707 * gdb.rust/union.exp: New file.
1708 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1709 (main): Update.
1710 * gdb.rust/simple.exp: Move union tests to union.exp.
1711
e033dfa9
TT
17122020-04-01 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.rust/simple.rs (main): Remove "y0".
1715
53cccef1
TBA
17162020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1717
1718 * gdb.multi/stop-all-on-exit.c: New test.
1719 * gdb.multi/stop-all-on-exit.exp: New file.
1720
60e22c1e
HD
17212020-04-01 Hannes Domani <ssbssa@yahoo.de>
1722
1723 PR gdb/24789
1724 * gdb.cp/misc.cc: Add integer reference variable.
1725 * gdb.cp/misc.exp: Add test.
1726
e139a727
TBA
17272020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1728
1729 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1730 scenario to cover execution until the end and also the case
1731
16b0db75
TV
17322020-03-31 Tom de Vries <tdevries@suse.de>
1733
1734 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1735 c. Use "maint info symtabs" to check symtab expansion.
1736
c0502da6
TV
17372020-03-30 Tom de Vries <tdevries@suse.de>
1738
1739 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1740 unsupported.
1741 (verify_psymtab_expanded): Move ...
1742 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1743 test.
1744 (readnow): New proc.
1745
5935fd15
AB
17462020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1747
1748 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1749 with $hex.
1750
1773be9e
TT
17512020-03-20 Tom Tromey <tromey@adacore.com>
1752
1753 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1754
70304be9
TT
17552020-03-20 Tom Tromey <tromey@adacore.com>
1756
1757 * gdb.ada/sub_variant/subv.adb: New file.
1758 * gdb.ada/sub_variant.exp: New file.
1759
0dd7b8f7
TV
17602020-03-20 Tom de Vries <tdevries@suse.de>
1761
1762 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1763 first break fails.
1764 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1765
cada5fc9
AB
17662020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1767
1768 * gdb.server/exit-multiple-threads.c: New file.
1769 * gdb.server/exit-multiple-threads.exp: New file.
1770
6b8c53f2
AB
17712020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * gdb.fortran/mixed-lang-stack.c: New file.
1774 * gdb.fortran/mixed-lang-stack.cpp: New file.
1775 * gdb.fortran/mixed-lang-stack.exp: New file.
1776 * gdb.fortran/mixed-lang-stack.f90: New file.
1777
19a2740f
AB
17782020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * gdb.linespec/cp-completion-aliases.cc: New file.
1781 * gdb.linespec/cp-completion-aliases.exp: New file.
1782
d8c8b848
TV
17832020-03-19 Tom de Vries <tdevries@suse.de>
1784
1785 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1786 more precise.
1787
a9933ccf
TV
17882020-03-18 Tom de Vries <tdevries@suse.de>
1789
1790 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1791 * gdb.dwarf2/break-inline-psymtab.c: New test.
1792 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1793
2f89101f
TV
17942020-03-16 Tom de Vries <tdevries@suse.de>
1795
1796 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1797 cache_verify and cache_verify_proc.
1798
6b9374f1
TV
17992020-03-15 Tom de Vries <tdevries@suse.de>
1800
1801 * gdb.server/solib-list.exp: Handle
1802 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1803
eaeaf44c
TV
18042020-03-15 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1807 objfiles".
1808
3293bbaf
TT
18092020-03-14 Tom Tromey <tom@tromey.com>
1810
1811 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1812
ab44624c
TV
18132020-03-14 Tom de Vries <tdevries@suse.de>
1814
1815 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1816
54c43825
TV
18172020-03-14 Tom de Vries <tdevries@suse.de>
1818
1819 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1820 result in line-by-line fashion.
1821
2ac70237
TV
18222020-03-14 Tom de Vries <tdevries@suse.de>
1823
1824 * lib/gdb.exp (supports_statement_frontiers): New proc.
1825 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1826
09546b56
TV
18272020-03-14 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.base/printcmds.exp: Add missing quoting for "print
1830 teststring2".
1831
a1f6a07c
TT
18322020-03-13 Tom Tromey <tom@tromey.com>
1833
1834 * gdb.base/printcmds.exp (test_print_strings): Add regression
1835 test.
1836 * gdb.base/printcmds.c (charptr): New typedef.
1837 (teststring2): New global.
1838
1b83d09c
AB
18392020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1840
1841 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1842 full path in the test name.
1843 (test_ld): Add some with_test_prefix blocks to make test names
1844 unique.
1845
2d61316c
TV
18462020-03-13 Tom de Vries <tdevries@suse.de>
1847
1848 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1849
2e9145ac
TV
18502020-03-13 Tom de Vries <tdevries@suse.de>
1851
1852 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1853
96c7f873
TV
18542020-03-13 Tom de Vries <tdevries@suse.de>
1855
1856 PR symtab/25646
1857 * gdb.dwarf2/imported-unit.exp: Add test.
1858
49ba92c0
TV
18592020-03-13 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1862 (var1, var2): New variable.
1863 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1864 matching symbols.
1865
301b21e0
TV
18662020-03-13 Tom de Vries <tdevries@suse.de>
1867
1868 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1869 (Term::command): Use prompt prefix.
1870 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1871 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1872 command_no_prompt_prefix instead of prefix.
1873 * gdb.tui/tui-layout-asm.exp: Same.
1874
3f512721
SM
18752020-03-12 Simon Marchi <simon.marchi@efficios.com>
1876
1877 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1878
40310f30
SM
18792020-03-12 Simon Marchi <simon.marchi@efficios.com>
1880
1881 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1882 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1883 on" while stepping over the test instruction, match printed
1884 message.
1885
09252140
TV
18862020-03-12 Tom de Vries <tdevries@suse.de>
1887
1888 * gdb.base/info-types.exp: Use exp_continue during matching of output
1889 of "info types".
1890
14e9c72c
TV
18912020-03-12 Tom de Vries <tdevries@suse.de>
1892
1893 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1894
e515d67e
TV
18952020-03-12 Tom de Vries <tdevries@suse.de>
1896
1897 * gdb.fortran/module.exp: Use exp_continue during matching of output
1898 of "info variable -n".
1899
307eafd8
TV
19002020-03-12 Tom de Vries <tdevries@suse.de>
1901
1902 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1903 gdb.dwarf2/dw2-ranges-base.c.
1904
9a2de3fc
TV
19052020-03-12 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1908 in presence of GLIBC debuginfo.
1909
3217502e
TV
19102020-03-12 Tom de Vries <tdevries@suse.de>
1911
1912 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1913 $core.
1914
1281424c
TV
19152020-03-12 Tom de Vries <tdevries@suse.de>
1916
1917 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1918 more precise.
1919
038b97fc
SM
19202020-03-11 Simon Marchi <simon.marchi@efficios.com>
1921
1922 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1923 from Unix to Windows path.
1924
5308d1e7
TV
19252020-03-11 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.ada/minsyms.exp: Set language to ada.
1928
f870f78f
TV
19292020-03-11 Tom de Vries <tdevries@suse.de>
1930
1931 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1932
5a13315d
TV
19332020-03-11 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1936
976862ed
TT
19372020-03-11 Tom Tromey <tromey@adacore.com>
1938
1939 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1940
7462c383
TV
19412020-03-11 Tom de Vries <tdevries@suse.de>
1942
1943 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1944
1c6c46a0
TV
19452020-03-11 Tom de Vries <tdevries@suse.de>
1946
1947 * gdb.base/break-interp.exp: Limit verbose scope.
1948
44f41bb7
TV
19492020-03-11 Tom de Vries <tdevries@suse.de>
1950
1951 * gdb.fortran/logical.f90: Define variable with character type.
1952 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1953
b76f3a42
TV
19542020-03-11 Tom de Vries <tdevries@suse.de>
1955
1956 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1957
1c33af77
TV
19582020-03-11 Tom de Vries <tdevries@suse.de>
1959
1960 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1961 symtabs.
1962
8c95582d
AB
19632020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1964 Bernd Edlinger <bernd.edlinger@hotmail.de>
1965
1966 * gdb.cp/step-and-next-inline.cc: New file.
1967 * gdb.cp/step-and-next-inline.exp: New file.
1968 * gdb.cp/step-and-next-inline.h: New file.
1969 * gdb.dwarf2/dw2-is-stmt.c: New file.
1970 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1971 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1972 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1973 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1974
cecf8547
AB
19752020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1976
1977 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1978 is-stmt flag in the line table.
1979
0ba678c9
TV
19802020-03-09 Tom de Vries <tdevries@suse.de>
1981
1982 * lib/gdb.exp (cached_file): Create cache dir.
1983
72fbdf83
TV
19842020-03-07 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1987 * gdb.cp/rvalue-ref-params.exp: Same.
1988
436b5e99
TV
19892020-03-06 Tom de Vries <tdevries@suse.de>
1990
1991 * lib/gdb.exp (tentative_rename, cached_file): New proc.
1992 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
1993
09f2921c
TV
19942020-03-06 Tom de Vries <tdevries@suse.de>
1995
1996 * README: Fix "the the".
1997 * gdb.base/dprintf.exp: Same.
1998
50a3cc5d
TV
19992020-03-05 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.base/maint.exp: Update "main print statistics" expected output.
2002
0a709cba
AKS
20032020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2004
2005 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2006 (fortran_int8): Likewise.
2007 (fortran_real4): Likewise.
2008 (fortran_real8): Likewise.
2009 (fortran_complex4): Likewise.
2010 (fortran_logical4): Likewise.
2011 (fortran_character1): Likewise.
2012
5e5d66b6
AB
20132020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2014
2015 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2016 printed as true.
2017
7b973adc
SDJ
20182020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2019
2020 * gdb.base/printcmds.exp: Add test to verify printf of a
2021 variable holding an address.
2022
478e490a
TV
20232020-03-03 Tom de Vries <tdevries@suse.de>
2024
2025 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2026
1ef44e86
TV
20272020-03-03 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2030 gdb_test_multiple call.
2031
b98cc2cf
TV
20322020-03-03 Tom de Vries <tdevries@suse.de>
2033
2034 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2035 gdb_test_multiple calls.
2036
63e163f2
AB
20372020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2038
2039 * gdb.base/default.exp: Remove test of 'set history filename'.
2040 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2041 filename to the empty string.
2042 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2043 and GDBHISTSIZE.
2044
24ed6739
AB
20452020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2046
2047 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2048 disabled.
2049
590003dc
TV
20502020-03-02 Pedro Alves <palves@redhat.com>
2051 Tom de Vries <tdevries@suse.de>
2052
2053 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2054 -prompt prefix, before user_code argument. Add -lbl option likewise.
2055 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2056 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2057 argument.
2058 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2059 have "\r\n" at start-of-line, instead of at end-of-line.
2060
f5e46084
SM
20612020-02-28 Simon Marchi <simon.marchi@efficios.com>
2062
2063 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2064 libinproctrace.so.
2065
f7a7000d
LM
20662020-02-28 Luis Machado <luis.machado@linaro.org>
2067
2068 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2069 to "p/x".
2070
718e0816
LM
20712020-02-28 Luis Machado <luis.machado@linaro.org>
2072
2073 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2074 asm/ptrace.h and error.h.
2075
13c3a74a
TV
20762020-02-28 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2079 (struct wrapper, do_something, mundane/symada__cS): Move ...
2080 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2081 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2082 Update "print symada__cS before partial symtab expansion" regexp.
2083 Update breakpoint location. Flush symbol cache after expansion.
2084
85d2d5bb
LM
20852020-02-28 Luis Machado <luis.machado@linaro.org>
2086
2087 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2088
3608f86c
TV
20892020-02-27 Tom de Vries <tdevries@suse.de>
2090
2091 * config/sid.exp: Remove unused globals.
2092 * gdb.base/attach.exp: Same.
2093 * gdb.base/catch-load.exp: Same.
2094 * gdb.base/dbx.exp: Same.
2095 * lib/gdb.exp: Same.
2096 * lib/mi-support.exp: Same.
2097 * lib/prompt.exp: Same.
2098
c8d4f6df
TV
20992020-02-27 Tom de Vries <tdevries@suse.de>
2100
2101 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2102 not set.
2103
0d79cdc4
AM
21042020-02-26 Aaron Merey <amerey@redhat.com>
2105
2106 * gdb.debuginfod: New directory for debuginfod tests.
2107 * gdb.debuginfod/main.c: New test file.
2108 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2109
0dce4280
TV
21102020-02-26 Tom de Vries <tdevries@suse.de>
2111
2112 PR gdb/25603
2113 * gdb.base/persistent-lang.cc: New test.
2114 * gdb.base/persistent-lang.exp: New file.
2115
9e80cfa1
AB
21162020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2117
2118 * gdb.fortran/derived-type-striding.exp: Add a new test.
2119 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2120 new test.
2121
2078dbb2
AB
21222020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2123
2124 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2125 names.
2126
70d49700
TV
21272020-02-25 Tom de Vries <tdevries@suse.de>
2128
2129 PR go/18926
2130 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2131
a88ef40d
TV
21322020-02-24 Tom de Vries <tdevries@suse.de>
2133
2134 PR gdb/25592
2135 * gdb.base/info-locals-unused-static-var.c: New test.
2136 * gdb.base/info-locals-unused-static-var.exp: New file.
2137
01b1af32
TT
21382020-02-22 Tom Tromey <tom@tromey.com>
2139
2140 * gdb.python/tui-window.exp: New file.
2141 * gdb.python/tui-window.py: New file.
2142
7c043ba6
TT
21432020-02-22 Tom Tromey <tom@tromey.com>
2144
2145 PR tui/17850:
2146 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2147 tests.
2148
c22fef7e
TT
21492020-02-22 Tom Tromey <tom@tromey.com>
2150
2151 * gdb.tui/new-layout.exp: Add sub-layout tests.
2152
ee325b61
TT
21532020-02-22 Tom Tromey <tom@tromey.com>
2154
2155 * gdb.tui/new-layout.exp: New file.
2156
3f0cbb04
TT
21572020-02-22 Tom Tromey <tom@tromey.com>
2158
2159 * gdb.rust/rust-style.rs: New file.
2160 * gdb.rust/rust-style.exp: New file.
2161 * gdb.base/style.exp: Test structure printing.
2162 * gdb.base/style.c (struct some_struct): New type.
2163 (enum etype): New type.
2164 (struct_value): New global.
2165
75525152
TV
21662020-02-21 Tom de Vries <tdevries@suse.de>
2167
2168 PR go/18926
2169 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2170 Remove blanket xfails. Use message argument for gdb_breakpoint.
2171 Make continuing to breakpoint test conditional on setting breakpoint.
2172 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2173 DW_AT_name attribute. Add xfail for GCC PR93866.
2174
bd360d30
AB
21752020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2176
2177 * gdb.dwarf2/cpp-linkage-name.c: New file.
2178 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2179
c7adb09f 21802020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2181
2182 * lib/gdb.exp (gdb_wrapper_init): Reset
2183 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2184 not exist.
2185
a9c79803
TV
21862020-02-20 Tom de Vries <tdevries@suse.de>
2187
2188 PR go/17018
2189 * gdb.go/hello.exp: Copy ...
2190 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2191 print of st to print value of global definition. Add xfail for GCC
2192 PR93844.
2193 * gdb.go/hello.exp: Remove printing of st before definition.
2194 * gdb.go/hello.go: Copy ...
2195 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2196 to st.
2197 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2198
d7445728
TV
21992020-02-20 Tom de Vries <tdevries@suse.de>
2200
2201 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2202 (gdb_simple_compile): Handle compile_flags go by using .go extension
2203 for source file.
2204 * gdb.go/chan.exp: Use support_go_compile.
2205 * gdb.go/handcall.exp: Same.
2206 * gdb.go/hello.exp: Same.
2207 * gdb.go/integers.exp: Same.
2208 * gdb.go/max-depth.exp: Same.
2209 * gdb.go/methods.exp: Same.
2210 * gdb.go/package.exp: Same.
2211 * gdb.go/strings.exp: Same.
2212 * gdb.go/types.exp: Same.
2213 * gdb.go/unsafe.exp: Same.
2214
c9c41e6d
TV
22152020-02-19 Tom de Vries <tdevries@suse.de>
2216
2217 * gdb.python/lib-types.exp: Make xfail more strict.
2218
f20ff837
TV
22192020-02-19 Tom de Vries <tdevries@suse.de>
2220
2221 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2222
08410482
DE
22232020-02-19 Doug Evans <dje@google.com>
2224
2225 PR rust/25535
2226 * gdb.rust/simple.exp: Add test.
2227 * gdb.rust/simple.rs: Add test.
2228
623563f7
TV
22292020-02-19 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2232 output line-by-line.
2233
d3308cfd
TV
22342020-02-19 Tom de Vries <tdevries@suse.de>
2235
2236 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2237
86cbc5dc
TV
22382020-02-19 Tom de Vries <tdevries@suse.de>
2239
2240 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2241 prelink.
2242
9db2b96b
TV
22432020-02-19 Tom de Vries <tdevries@suse.de>
2244
2245 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2246 (gdb_do_cache): Use gdb_do_cache_wrap.
2247 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2248
89e2fdc5
TV
22492020-02-19 Tom de Vries <tdevries@suse.de>
2250
2251 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2252 gdb_compile option.
2253
373d7ac0
SM
22542020-02-18 Simon Marchi <simon.marchi@efficios.com>
2255
2256 * gdb.base/printcmds.exp (test_print_enums): Update expected
2257 output.
2258
b29a2df0
SM
22592020-02-18 Simon Marchi <simon.marchi@efficios.com>
2260
2261 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2262 for "unknown".
2263
6740f0cc
SM
22642020-02-18 Simon Marchi <simon.marchi@efficios.com>
2265
2266 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2267 enumerator.
2268
edd45eb0
SM
22692020-02-18 Simon Marchi <simon.marchi@efficios.com>
2270
2271 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2272 FE_, add FE_NONE.
2273 (three): Update.
2274 (enum flag_enum_without_zero): New enum.
2275 (flag_enum_without_zero): New variable.
2276 (enum not_flag_enum): New enum.
2277 (three_not_flag): New variable.
2278 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2279 (test_print_enums): Add more tests for printing flag enums.
2280
d4295de4
TV
22812020-02-18 Tom de Vries <tdevries@suse.de>
2282
2283 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2284 (gdb_compile_ada): ... here.
2285 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2286 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2287
f251f505
TT
22882020-02-14 Tom Tromey <tom@tromey.com>
2289
2290 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2291 build directory.
2292 * boards/gdbserver-base.exp: Update path to gdbserver.
2293
8f432634
TV
22942020-02-13 Tom de Vries <tdevries@suse.de>
2295
2296 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2297
92b6eaf7
TV
22982020-02-13 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2301 are missing.
2302
f3b0f7fe
TV
23032020-02-13 Tom de Vries <tdevries@suse.de>
2304
2305 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2306 call.
2307
f6be8713
SDJ
23082020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2309
2310 PR tui/25126
2311 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2312 * gdb.base/cached-source-file.c: New file.
2313 * gdb.base/cached-source-file.exp: New file.
2314
b2770d5e
TV
23152020-02-11 Tom de Vries <tdevries@suse.de>
2316
2317 PR testsuite/25488
2318 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2319
44f6938e
TV
23202020-02-10 Tom de Vries <tdevries@suse.de>
2321
2322 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2323
5f0e2eb7
MR
23242020-02-10 Maciej W. Rozycki <macro@wdc.com>
2325
2326 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2327 and $after_addr are both integers before making a comparison.
2328
46ce2b6f
TV
23292020-02-09 Tom de Vries <tdevries@suse.de>
2330
2331 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2332 command output and paste it into gdb.log. If any, paste catch message
2333 to gdb.log.
2334
5abbbe1d
TT
23352020-02-07 Tom Tromey <tromey@adacore.com>
2336
2337 PR breakpoints/24915:
2338 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2339
1d5d29e7
SV
23402020-02-06 Shahab Vahedi <shahab@synopsys.com>
2341
2342 * gdb.tui/tui-missing-src.exp: Add the "missing source
2343 file" test for the TUI.
2344
b0999b9b
AB
23452020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2348 including a port number in the output.
2349
c3b149eb
AKS
23502020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2351
2352 * lib/fortran.exp (fortran_int4): Handle clang.
2353 (fortran_int8): Likewise.
2354 (fortran_real4): Likewise.
2355 (fortran_real8): Likewise.
2356 (fortran_complex4): Likewise.
2357 (fortran_logical4): Likewise.
2358 (fortran_character1): Likewise.
2359
f8dcc90b
TV
23602020-02-04 Tom de Vries <tdevries@suse.de>
2361
2362 * README (Race detection): Add note.
2363
f90ac7c2
TV
23642020-02-04 Tom de Vries <tdevries@suse.de>
2365
2366 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2367
780636ae
TV
23682020-02-04 Tom de Vries <tdevries@suse.de>
2369
2370 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2371
5d2e1193
RA
23722020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2373
2374 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2375 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2376 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2377 blttar, bnetarl.
2378 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2379 binary for blttar, bnetarl.
2380 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2381 wait instruction. Delete ldmx test.
2382 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2383
e409c542
AKS
23842020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2385
2386 * gdb.fortran/array-bounds-high.exp: New file.
2387 * gdb.fortran/array-bounds-high.f90: New file.
2388
b0029748
LD
23892020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2390
2391 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2392 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2393
195a8287
TV
23942020-02-01 Tom de Vries <tdevries@suse.de>
2395
2396 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2397
42330a68
AB
23982020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2399
2400 PR tui/9765
2401 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2402 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2403
b62a8028
LM
24042020-01-29 Luis Machado <luis.machado@linaro.org>
2405
2406 * gdb.arch/aarch64-brk-patterns.c: New source file.
2407 * gdb.arch/aarch64-brk-patterns.exp: New test.
2408
5f440116
TBA
24092020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2410
2411 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2412 GCC/Clang version.
2413 * gdb.cp/pass-by-ref.exp: Ditto.
2414
ee2a6fc6
TV
24152020-01-29 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2418 * gdb.threads/watchpoint-fork-mt.c: Same.
2419 * gdb.threads/watchpoint-fork-parent.c: Same.
2420 * gdb.threads/watchpoint-fork-st.c: Same.
2421 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2422
16b10d6e
LM
24232020-01-27 Luis Machado <luis.machado@linaro.org>
2424
2425 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2426 sitting at a syscall instruction when we hit the syscall function's
2427 breakpoint.
2428 Check PC against one obtained with the x command.
2429 Validate syscall number.
2430 (step_over_syscall): Don't continue to the syscall instruction if
2431 we're already there.
2432
b1468492
PW
24332020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2434
2435 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2436
7ffa82e1
AB
24372020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2438
2439 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2440 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2441
3d92a3e3
AB
24422020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2443
2444 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2445 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2446
94a72be7
AB
24472020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.base/maint.exp: Update line table parsing test.
2450 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2451
53af73bf
PA
24522020-01-24 Pedro Alves <palves@redhat.com>
2453
2454 PR gdb/25410
2455 * gdb.multi/multi-re-run-1.c: New.
2456 * gdb.multi/multi-re-run-2.c: New.
2457 * gdb.multi/multi-re-run.exp: New.
2458
1ba1ac88
AB
24592020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2460
2461 PR gdb/23718
2462 * gdb.server/server-kill-python.exp: New file.
2463
f3364a6d
AB
24642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2465
2466 * gdb.server/multi-ui-errors.c: New file.
2467 * gdb.server/multi-ui-errors.exp: New file.
2468
733d0a67
AB
24692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 PR tui/9765
2472 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2473
4f13c1c0
TT
24742020-01-19 Tom Tromey <tom@tromey.com>
2475
2476 * gdb.tui/main.exp: Add check for plain "file".
2477
40c94099
CB
24782020-01-16 Christian Biesinger <cbiesinger@google.com>
2479
2480 * lib/gdb.exp: Fix spelling error (seperatelly).
2481
ff47f4f0
TT
24822020-01-14 Tom Tromey <tom@tromey.com>
2483
2484 PR symtab/12535:
2485 * gdb.python/python.exp: Test decode_line with empty string
2486 argument.
2487
717c684d
BE
24882020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2489
2490 * gdb.base/skip-inline.exp: Extend test.
2491
44e4c775
AB
24922020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2493
2494 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2495 * gdb.dwarf2/dw2-bad-elf.c: New file.
2496 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2497
d93c6db7
AB
24982020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2499
2500 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2501 _line_saw_file.
2502
9a6d629c
AB
25032020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2504
2505 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2506 border.
2507
d9ebdab7
TBA
25082020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2509
2510 * gdb.multi/multi-target.exp (setup): Factor out "info
2511 connections" and "info inferiors" tests to ...
2512 (test_info_inferiors): ... this new procedure.
2513 (top level): Run new "info-inferiors" tests.
2514
f3c469b9
PA
25152020-01-10 Pedro Alves <palves@redhat.com>
2516
2517 * gdb.server/bkpt-other-inferior.exp: New file.
2518
121b3efd
PA
25192020-01-10 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2522 of "add-inferior".
2523 * gdb.base/quit-live.exp: Likewise.
2524 * gdb.base/remote-exec-file.exp: Likewise.
2525 * gdb.guile/scm-progspace.exp: Likewise.
2526 * gdb.linespec/linespec.exp: Likewise.
2527 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2528 * gdb.mi/user-selected-context-sync.exp: Likewise.
2529 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2530 "info inferiors" tests.
2531 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2532 "add-inferior".
2533 * gdb.multi/watchpoint-multi.exp: Likewise.
2534 * gdb.python/py-inferior.exp: Likewise.
2535 * gdb.server/extended-remote-restart.exp: Likewise.
2536 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2537 "info inferiors".
2538 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2539 * gdb.trace/report.exp: Likewise.
2540
1dadb1dd
PA
25412020-01-10 Pedro Alves <palves@redhat.com>
2542
2543 * gdb.multi/multi-target.c: New file.
2544 * gdb.multi/multi-target.exp: New file.
2545 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2546 mode requested, but remote does not support non-stop".
2547
78f2c40a
PA
25482020-01-10 Pedro Alves <palves@redhat.com>
2549
2550 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2551 disconnect before reconnecting.
2552
e7af6c70
TBA
25532020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2554 Pedro Alves <palves@redhat.com>
2555
2556 * gdb.server/connect-without-multi-process.exp: Also test
2557 continuing to end.
2558
acdf84a6
PA
25592020-01-10 Pedro Alves <palves@redhat.com>
2560
2561 * gdb.base/remote-exec-file.exp: New file.
2562
873657b9
PA
25632020-01-10 Pedro Alves <palves@redhat.com>
2564
2565 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2566 output.
2567 * gdb.threads/async.c: New.
2568 * gdb.threads/async.exp: New.
2569 * gdb.multi/tids-gid-reset.c: New.
2570 * gdb.multi/tids-gid-reset.exp: New.
2571
7f0ae84c
GB
25722020-01-10 George Barrett <bob@bob131.so>
2573
2574 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2575 to help in finding the image relocation offset.
2576 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2577 options in arguments.
2578 (stap_test_no_debuginfo): Likewise.
2579 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2580 test variants.
2581 (stap_test): Add null semaphore relocation test.
2582
47e9d49d
GB
25832020-01-10 George Barrett <bob@bob131.so>
2584
2585 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2586 * gdb.base/stap-probe.exp: Likewise.
2587 (stap_test): Pass argument as an additional flag.
2588 (stap_test_no_debuginfo): Likewise.
2589 (stap_test): Check `info probes stap' output for semaphore
2590 addresses if the test binary is supposed to have them.
2591
f5a7c406
AB
25922020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * gdb.tui/basic.exp: Add more scrolling tests.
2595
9ae6bf64
TT
25962020-01-09 Tom Tromey <tom@tromey.com>
2597
2598 PR tui/18932:
2599 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2600 meangingful value.
2601 (Term::command, Term::resize): Update.
2602 * gdb.tui/basic.exp: Add scrolling test.
2603
b2efe70c
AB
26042020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * gdb.tui/tui-layout-asm.exp: New file.
2607
3804da7e
AB
26082020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2611
b40aa28f
AB
26122020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2613
2614 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2615 (Term::enter_tui): Use Term::prepare_for_tui.
2616
63ffd7c9
AB
26172020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2618
2619 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2620 called.
2621
3be966f6
AB
26222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * gdb.base/skip.exp: Fix race condition in test.
2625
153d79c4
AB
26262020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2627
2628 * gdb.base/backtrace.c: New file.
2629 * gdb.base/backtrace.exp: New file.
2630
f2302a34
AB
26312020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2634
6ec1d75e
PW
26352020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2636
2637 * gdb.base/style.exp: Test that warnings are styled.
2638
c296cbe6
BE
26392019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2640
2641 * gdb.base/line65535.exp: New file.
2642 * gdb.base/line65535.c: New file.
2643
b28a729d
SM
26442019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2645
2646 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2647 * lib/gnat_debug_info_test.adb: New file.
2648 * gdb.ada/ptype_tagged_param.exp: Use
2649 gnat_runtime_has_debug_info, expect a different output if
2650 runtime does not have debug info.
2651
7f2d7a0d
SM
26522019-12-20 Simon Marchi <simon.marchi@efficios.com>
2653
2654 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2655 (another) quote in test name.
2656
f3bce483
SM
26572019-12-20 Simon Marchi <simon.marchi@efficios.com>
2658
2659 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2660 Add quote in test name.
2661
c855a912
TBA
26622019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2663
2664 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2665 directory instead.
2666 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2667 * gdb.cp/pass-by-ref-2.cc: New file.
2668 * gdb.cp/pass-by-ref-2.exp: New file.
2669
fc9d2d72
TT
26702019-12-20 Tom Tromey <tom@tromey.com>
2671
2672 * gdb.tui/list-before.exp: New file.
2673
77b97e00
TT
26742019-12-20 Tom Tromey <tom@tromey.com>
2675
2676 * gdb.tui/list.exp: Check for source on initial listing.
2677
f69656d0
TT
26782019-12-11 Tom Tromey <tromey@adacore.com>
2679
2680 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2681 Add crlf test.
2682
99a55965
SM
26832019-12-18 Simon Marchi <simon.marchi@efficios.com>
2684
2685 * gdb.base/default.exp: Update value of $_gdb_major.
2686
5024637f
BE
26872019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2688
2689 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2690
b63634be
BE
26912019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2692
2693 * gdb.base/skip.exp: Whitespace fix.
2694
45d73523
BE
26952019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2696
2697 * gdb.base/skip-inline.c: New file.
2698 * gdb.base/skip-inline.exp: New file.
2699
d043f8c8
SM
27002019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2701
2702 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2703 jit_function_00 to jit_function_stack_mangle.
2704 * gdb.base/jithost.c (jit_function_t): Rename to...
2705 (jit_function_stack_mangle_t): ... this.
2706 (jit_function_add_t): New typedef.
2707 (jit_function_00_code): Rename to...
2708 (jit_function_stack_mangle_code): ... this, make static.
2709 (jit_function_add_code): New.
2710 (main): Generate "add" function and call it. Adjust to changes
2711 in jithost_abi.
2712 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2713 (struct jithost_abi) <begin, end>: Remove fields.
2714 <object, function_stack_mangle, function_add>: New fields.
2715 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2716 code_end>: Remove fields.
2717 <func_stack_mangle>: New field.
2718 (read_debug_info): Adjust to renaming, create block for "add"
2719 function.
2720 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2721
873de05c
TT
27222019-12-11 Tom Tromey <tom@tromey.com>
2723
2724 * gdb.tui/resize.exp: Fix regexp.
2725 * gdb.tui/regs.exp: Fix regexps.
2726 * gdb.tui/main.exp: Fix regexp.
2727
3d979945
TT
27282019-12-11 Tom Tromey <tom@tromey.com>
2729
2730 * gdb.tui/resize.exp: Update.
2731 * gdb.tui/empty.exp (layouts): Update.
2732
2192a9d3
TT
27332019-12-11 Tom Tromey <tom@tromey.com>
2734
2735 * gdb.tui/regs.exp: Update.
2736 * gdb.tui/empty.exp (layouts): Update.
2737 * gdb.tui/basic.exp: Update.
2738 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2739
d8edc8b7
PW
27402019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2741
2742 * gdb.base/options.exp: Add -raw-values in the print completion list.
2743 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2744
4c12d936
KB
27452019-12-10 Kevin Buettner <kevinb@redhat.com>
2746
2747 * gdb.threads/omp-par-scope.c: New file.
2748 * gdb/threads/omp-par-scope.exp: New file.
2749
26b911fb
KB
27502019-12-10 Kevin Buettner <kevinb@redhat.com>
2751
bb47f919
KB
2752 * lib/gdb.exp (support_nested_function_tests): New proc.
2753
27542019-12-10 Kevin Buettner <kevinb@redhat.com>
2755
2756 * lib/gdb.exp (gdb_compile_openmp): New proc.
2757 (build_executable_from_specs): Add an "openmp" option.
2758 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2759
6c71eb7d
TT
27602019-12-10 Tom Tromey <tromey@adacore.com>
2761
2762 * gdb.ada/unchecked_union.exp: New file.
2763 * gdb.ada/unchecked_union/pck.adb: New file.
2764 * gdb.ada/unchecked_union/pck.ads: New file.
2765 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2766 * gdb-utils.exp (string_to_regexp): Also quote "?".
2767
bac7c5cf
GB
27682019-12-10 George Barrett <bob@bob131.so>
2769
2770 Test scripted probe breakpoints.
2771 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2772 * gdb.python/py-breakpoint.c (main): Likewise.
2773 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2774 specifier test.
2775 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2776
330f1d38
TBA
27772019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2778
2779 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2780 an rvalue parameter.
2781 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2782 parameter.
2783
b43315e2
AB
27842019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2787 modules.
2788
54f73dad
AB
27892019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2792 broken version of GCC.
2793
d57cbee9
AB
27942019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2797 sym-info-cmds library.
2798 * gdb.fortran/info-types.exp: Likewise.
2799 * lib/sym-info-cmds.exp: New file.
2800
c14aab8c
TV
28012019-12-08 Tom de Vries <tdevries@suse.de>
2802
2803 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2804
aa2d5a42
KS
28052019-12-07 Keith Seitz <keiths@redhat.com>
2806
2807 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2808 * gdb.base/corefile-buildid-shlib.c: New file.
2809 * gdb.base/corefile-buildid.c: New file.
2810 * gdb.base/corefile-buildid.exp: New file.
2811
93e55f0a
TV
28122019-12-06 Tom de Vries <tdevries@suse.de>
2813
2814 * gdb.dwarf2/varval.exp: Add decl before def test.
2815
c7d12402
TBA
28162019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2817
2818 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2819
06acc08f
TBA
28202019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2821
2822 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2823 CV and reference conversion for overload resolution.
2824 * gdb.cp/rvalue-ref-overload.exp: Test it.
2825
e0fad1ea
PW
28262019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2827
2828 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2829 * gdb.base/frameapply.exp: Test faas without command.
2830
8d70a9f0
AB
28312019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2834 Fortran tests.
2835 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2836 order.
2837
36c8fb93
AB
28382019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2839
2840 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2841 casting to type with no kind specified.
2842 (test_basic_parsing_of_type_kinds): Additional tests for types
2843 with no kind specified, and add tests for single/double
2844 precision/complex types.
2845
4139ff00
TT
28462019-12-04 Tom Tromey <tromey@adacore.com>
2847
2848 * gdb.base/endianity.c (struct other) <x>: New field.
2849 (main): Initialize it.
2850 * gdb.base/endianity.exp: Update.
2851
a05cf17a
TT
28522019-12-04 Tom Tromey <tromey@adacore.com>
2853
2854 * gdb.ada/scalar_storage/storage.adb: New file.
2855 * gdb.ada/scalar_storage/pck.adb: New file.
2856 * gdb.ada/scalar_storage/pck.ads: New file.
2857 * gdb.ada/scalar_storage.exp: New file.
2858
103a685e
TT
28592019-12-04 Tom Tromey <tromey@adacore.com>
2860
2861 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2862 (main): Initialize it.
2863 * gdb.base/endianity.exp: Update.
2864
c2512106
AB
28652019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2866
2867 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2868
293b38d6
AB
28692019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2872 -symbol-info-module-functions and -symbol-info-module-variables.
2873
216a7e6b
AB
28742019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2875
2876 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2877
5bbd8269
AB
28782019-12-01 Richard Bunt <richard.bunt@arm.com>
2879 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.fortran/derived-type-striding.exp: New file.
2882 * gdb.fortran/derived-type-striding.f90: New file.
2883 * gdb.fortran/array-slices.exp: New file.
2884 * gdb.fortran/array-slices.f90: New file.
2885
be09caf1
PW
28862019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2887
2888 * gdb.base/define.exp: Test . in command names.
2889 * gdb.base/setshow.exp: Update test, as . is now part of
2890 command name.
2891
643c0cbe
PW
28922019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2893
2894 * gdb.base/define-prefix.exp: New file.
2895
dcdec678
AB
28962019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2897
2898 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2899 compile.
2900 (skip_btrace_pt_tests): Likewise.
2901
640ab947
AB
29022019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2903
2904 * gdb.fortran/info-modules.exp: Compile source files in correct
2905 order.
2906
d22670f0
KB
29072019-11-27 Kevin Buettner <kevinb@redhat.com>
2908
2909 * gdb.dwarf2/imported-unit.exp: New file.
2910 * gdb.dwarf2/imported-unit.c: New file.
2911
db5960b4
AB
29122019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.mi/mi-fortran-modules-2.f90: New file.
2915 * gdb.mi/mi-fortran-modules.exp: New file.
2916 * gdb.mi/mi-fortran-modules.f90: New file.
2917
7dc42066
AB
29182019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2919
2920 * gdb.mi/mi-sym-info-1.c: New file.
2921 * gdb.mi/mi-sym-info-2.c: New file.
2922 * gdb.mi/mi-sym-info.exp: New file.
2923
0dfeecca
TT
29242019-11-22 Tom Tromey <tromey@adacore.com>
2925
2926 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2927 * gdb.ada/tasks/foo.adb: Add another stopping location.
2928
34877895
PJ
29292019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2930
2931 * gdb.base/endianity.c: New test.
2932 * gdb.base/endianity.exp: New file.
2933
2e84f897
LD
29342019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2935
2936 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2937
65d1cd5f
TV
29382019-11-21 Tom de Vries <tdevries@suse.de>
2939
2940 PR gdb/24956
2941 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2942
4f22c3f4
SDJ
29432019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2944
2945 * gdb.python/py-progspace.exp: Add missing parentheses on some
2946 'print' commands.
2947
9f6ad286
TT
29482019-11-19 Tom Tromey <tom@tromey.com>
2949
2950 * gdb.tui/winheight.exp: New file.
2951
0b8dbf3f
AB
29522019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2953
2954 * gdb.base/ctf-whatis.c: Delete.
2955 * gdb.base/ctf-whatis.exp: Delete.
2956 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2957
f833b7a7
AB
29582019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2959
2960 * gdb.base/ctf-cvexpr.exp: Delete.
2961 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2962
30d0a636
AB
29632019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2966 the compiler. Clean up header comment a little.
2967 * gdb.base/ctf-ptype.exp: Likewise.
2968 * gdb.base/ctf-whatis.exp: Likewise.
2969 * lib/gdb.exp (skip_ctf_tests): New proc.
2970
494409bb
SDJ
29712019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2972
2973 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2974 * gdb.tui/corefile-run.exp: New file.
2975
55708e99
TT
29762019-11-14 Tom Tromey <tromey@adacore.com>
2977
2978 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2979 regression tests.
2980
45e42163
TT
29812019-11-12 Tom Tromey <tom@tromey.com>
2982
2983 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2984 after any command. Expect prompt after WAIT_FOR is seen.
2985 (enter_tui): Enable resize messages.
2986 (command): Expect command in output.
2987 (get_line): Avoid error when cursor appears to be off-screen.
2988 (dump_screen): Include screen size in title.
2989 (_do_resize): New proc, from "resize".
2990 (resize): Rewrite. Do resize in two steps.
2991 * gdb.tui/empty.exp (layouts): Fix entries.
2992 (check_boxes): Remove xfail.
2993 (check_text): Dump screen on failure.
2994
086baaf1
AB
29952019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
2996
2997 * gdb.python/py-symbol.exp: Add test for
2998 gdb.lookup_static_symbols.
2999
09ff83af
AB
30002019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.python/py-symbol.c: Declare and call function from new
3003 py-symbol-2.c file.
3004 * gdb.python/py-symbol.exp: Compile both source files, and add new
3005 tests for gdb.lookup_static_symbol.
3006 * gdb.python/py-symbol-2.c: New file.
3007
11af934b
TV
30082019-11-02 Tom de Vries <tdevries@suse.de>
3009
3010 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3011 * gdb.base/anon.exp: Same.
3012 * gdb.base/auto-connect-native-target.exp: Same.
3013 * gdb.base/call-ar-st.exp: Same.
3014 * gdb.base/catch-syscall.exp: Same.
3015 * gdb.base/commands.exp: Same.
3016 * gdb.base/default.exp: Same.
3017 * gdb.base/display.exp: Same.
3018 * gdb.base/float.exp: Same.
3019 * gdb.base/foll-fork.exp: Same.
3020 * gdb.base/help.exp: Same.
3021 * gdb.base/info-macros.exp: Same.
3022 * gdb.base/info-proc.exp: Same.
3023 * gdb.base/info-target.exp: Same.
3024 * gdb.base/long_long.exp: Same.
3025 * gdb.base/macscp.exp: Same.
3026 * gdb.base/memattr.exp: Same.
3027 * gdb.base/nofield.exp: Same.
3028 * gdb.base/pointers.exp: Same.
3029 * gdb.base/printcmds.exp: Same.
3030 * gdb.base/ptype.exp: Same.
3031 * gdb.base/restore.exp: Same.
3032 * gdb.base/return.exp: Same.
3033 * gdb.base/scope.exp: Same.
3034 * gdb.base/set-noassign.exp: Same.
3035 * gdb.base/setshow.exp: Same.
3036 * gdb.base/shlib-call.exp: Same.
3037 * gdb.base/signals.exp: Same.
3038 * gdb.base/sigstep.exp: Same.
3039 * gdb.base/skip.exp: Same.
3040 * gdb.base/solib-symbol.exp: Same.
3041 * gdb.base/stap-probe.exp: Same.
3042 * gdb.base/step-line.exp: Same.
3043 * gdb.base/step-test.exp: Same.
3044 * gdb.base/style.exp: Same.
3045 * gdb.base/varargs.exp: Same.
3046 * gdb.base/vla-datatypes.exp: Same.
3047 * gdb.base/vla-ptr.exp: Same.
3048 * gdb.base/vla-sideeffect.exp: Same.
3049 * gdb.base/volatile.exp: Same.
3050 * gdb.base/watch-cond-infcall.exp: Same.
3051 * gdb.base/watchpoint.exp: Same.
3052
e96ec2ba
TV
30532019-11-02 Tom de Vries <tdevries@suse.de>
3054
3055 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3056 * gdb.cp/cpexprs.exp: Same.
3057 * gdb.cp/except-multi-location.exp: Same.
3058 * gdb.cp/exceptprint.exp: Same.
3059 * gdb.cp/gdb2384.exp: Same.
3060 * gdb.cp/inherit.exp: Same.
3061 * gdb.cp/m-static.exp: Same.
3062 * gdb.cp/meth-typedefs.exp: Same.
3063 * gdb.cp/misc.exp: Same.
3064 * gdb.cp/namespace.exp: Same.
3065 * gdb.cp/non-trivial-retval.exp: Same.
3066 * gdb.cp/overload.exp: Same.
3067 * gdb.cp/pr17132.exp: Same.
3068 * gdb.cp/re-set-overloaded.exp: Same.
3069 * gdb.cp/rvalue-ref-types.exp: Same.
3070 * gdb.cp/templates.exp: Same.
3071
bd5766ec
LM
30722019-11-01 Luis Machado <luis.machado@linaro.org>
3073
3074 PR gdb/25124
3075
3076 * gdb.arch/pr25124.S: New file.
3077 * gdb.arch/pr25124.exp: New file.
3078
165f8965
AB
30792019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3080
3081 * gdb.fortran/info-modules.exp: Update expected results, and add
3082 additional tests for 'info module functinos', and 'info module
3083 variables'.
3084 * gdb.fortran/info-types.exp: Update expected results.
3085 * gdb.fortran/info-types.f90: Extend testcase with additional
3086 module variables and functions.
3087
59c35742
AB
30882019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3089
3090 * gdb.fortran/info-modules.exp: New file.
3091 * gdb.fortran/info-types.exp: Build with new file.
3092 * gdb.fortran/info-types.f90: Include and use new module.
3093 * gdb.fortran/info-types-2.f90: New file.
3094
f3fb2519
PW
30952019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3096
3097 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3098 * gdb.base/settings.exp: Test all settings types using
3099 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3100 that now verifies that the value of "maint show" is the same as
3101 returned by the settings functions. Test the type of the
3102 maintenance settings.
3103 * gdb.base/default.exp: Update show_conv_list.
3104
d1e36019
TV
31052019-10-31 Tom de Vries <tdevries@suse.de>
3106
3107 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3108 gdb_test.
3109 * gdb.arch/amd64-disp-step.exp: Same.
3110 * gdb.asm/asm-source.exp: Same.
3111 * gdb.btrace/buffer-size.exp: Same.
3112 * gdb.btrace/cpu.exp: Same.
3113 * gdb.btrace/enable.exp: Same.
3114 * gdb.dwarf2/count.exp: Same.
3115 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3116 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3117 * gdb.fortran/vla-datatypes.exp: Same.
3118 * gdb.fortran/vla-history.exp: Same.
3119 * gdb.fortran/vla-ptype.exp: Same.
3120 * gdb.fortran/vla-value.exp: Same.
3121 * gdb.fortran/whatis_type.exp: Same.
3122 * gdb.guile/guile.exp: Same.
3123 * gdb.multi/tids.exp: Same.
3124 * gdb.python/py-finish-breakpoint.exp: Same.
3125 * gdb.python/py-framefilter.exp: Same.
3126 * gdb.python/py-pp-registration.exp: Same.
3127 * gdb.python/py-xmethods.exp: Same.
3128 * gdb.python/python.exp: Same.
3129 * gdb.server/connect-with-no-symbol-file.exp: Same.
3130 * gdb.server/no-thread-db.exp: Same.
3131 * gdb.server/run-without-local-binary.exp: Same.
3132 * gdb.stabs/weird.exp: Same.
3133 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3134 * gdb.threads/thread-find.exp: Same.
3135 * gdb.threads/tls-shared.exp: Same.
3136 * gdb.threads/tls.exp: Same.
3137 * gdb.threads/wp-replication.exp: Same.
3138 * gdb.trace/ax.exp: Same.
3139 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3140
3d11e68e
TV
31412019-10-31 Tom de Vries <tdevries@suse.de>
3142
3143 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3144 * gdb.ada/array_subscript_addr.exp: Same.
3145 * gdb.ada/arrayidx.exp: Same.
3146 * gdb.ada/arrayparam.exp: Same.
3147 * gdb.ada/arrayptr.exp: Same.
3148 * gdb.ada/boolean_expr.exp: Same.
3149 * gdb.ada/call_pn.exp: Same.
3150 * gdb.ada/complete.exp: Same.
3151 * gdb.ada/fixed_cmp.exp: Same.
3152 * gdb.ada/fun_addr.exp: Same.
3153 * gdb.ada/funcall_param.exp: Same.
3154 * gdb.ada/interface.exp: Same.
3155 * gdb.ada/mod_from_name.exp: Same.
3156 * gdb.ada/null_array.exp: Same.
3157 * gdb.ada/packed_array.exp: Same.
3158 * gdb.ada/packed_tagged.exp: Same.
3159 * gdb.ada/print_chars.exp: Same.
3160 * gdb.ada/print_pc.exp: Same.
3161 * gdb.ada/ptype_arith_binop.exp: Same.
3162 * gdb.ada/ptype_field.exp: Same.
3163 * gdb.ada/ptype_tagged_param.exp: Same.
3164 * gdb.ada/rec_return.exp: Same.
3165 * gdb.ada/ref_tick_size.exp: Same.
3166 * gdb.ada/str_ref_cmp.exp: Same.
3167 * gdb.ada/taft_type.exp: Same.
3168 * gdb.ada/tagged.exp: Same.
3169 * gdb.ada/type_coercion.exp: Same.
3170 * gdb.ada/uninitialized_vars.exp: Same.
3171
60b6ede8
TV
31722019-10-30 Tom de Vries <tdevries@suse.de>
3173
3174 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3175
30baf67b
TV
31762019-10-26 Tom de Vries <tdevries@suse.de>
3177
3178 * gdb.base/bigcore.c: Fix typos in comments.
3179 * gdb.base/ctf-ptype.c: Same.
3180 * gdb.base/long_long.c: Same.
3181 * gdb.dwarf2/dw2-op-out-param.S: Same.
3182 * gdb.python/py-evthreads.c: Same.
3183 * gdb.reverse/i387-stack-reverse.c: Same.
3184 * gdb.trace/tfile.c: Same.
3185 * lib/compiler.c: Same.
3186 * lib/compiler.cc: Same.
3187
158da0d1
TV
31882019-10-25 Tom de Vries <tdevries@suse.de>
3189
3190 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3191 gdb_test_multiple calls.
3192 * gdb.reverse/sigall-reverse.exp: Same.
3193 * gdb.reverse/solib-precsave.exp: Same.
3194 * gdb.reverse/solib-reverse.exp: Same.
3195 * gdb.reverse/until-precsave.exp: Same.
3196 * gdb.reverse/until-reverse.exp: Same.
3197
4ccdfbec
TV
31982019-10-24 Tom de Vries <tdevries@suse.de>
3199
3200 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3201 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3202 kfail using -wrap pattern flag and convenience variable
3203 gdb_test_name.
3204
33d569b7
AB
32052019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3206
3207 * gdb.python/py-progspace.exp: Add tests for the
3208 Progspace.block_for_pc method.
3209
4d0b984b
TT
32102019-10-23 Tom Tromey <tom@tromey.com>
3211
3212 * configure: Rebuild.
3213 * aclocal.m4: Use m4_include, not sinclude.
3214
94cb3754
TV
32152019-10-21 Tom de Vries <tdevries@suse.de>
3216
3217 * gdb.base/infcall-nested-structs.c: Add
3218 __attribute__((noinline,noclone)) to all functions.
3219 (call_all): Add missing variable initialization. Simplify return value.
3220 (breakpt): Increment volatile variable, to prevent call from being
3221 optimized out.
3222 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3223
062f1fc1
TV
32242019-10-17 Tom de Vries <tdevries@suse.de>
3225
3226 * gdb.fortran/module.exp: Allow info variables to print info for files
3227 other than module.f90.
3228
0b54364d
AB
32292019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3230
3231 * gdb.fortran/module.exp: Extend with 'info variables' test.
3232
7ff5fae7
AB
32332019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3234
3235 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3236 F77_FOR_TARGET.
3237
d10eccaa
TV
32382019-10-16 Tom de Vries <tdevries@suse.de>
3239
3240 PR tdep/25096
3241 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3242
745ff14e
TV
32432019-10-16 Tom de Vries <tdevries@suse.de>
3244
3245 PR tdep/24104
3246 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3247 Add KFAIL for PR tdep/25096.
3248
03e1ab94
TV
32492019-10-16 Tom de Vries <tdevries@suse.de>
3250
3251 PR testsuite/25059
3252 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3253
b17fcc10
TV
32542019-10-16 Tom de Vries <tdevries@suse.de>
3255
3256 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3257 as signed.
3258
9223170f
SM
32592019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3260
3261 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3262 one instead of increasing timeout.
3263
d6e76313
TV
32642019-10-13 Tom de Vries <tdevries@suse.de>
3265
3266 PR record/25038
3267 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3268 * gdb.reverse/sigall-reverse.exp: Same.
3269 * gdb.reverse/solib-precsave.exp: Same.
3270 * gdb.reverse/solib-reverse.exp: Same.
3271 * gdb.reverse/step-precsave.exp: Same.
3272 * gdb.reverse/until-precsave.exp: Same.
3273 * gdb.reverse/until-reverse.exp: Same.
3274 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3275
6dfc0041
AA
32762019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3277
3278 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3279 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3280 (cmp_struct_05_01, cmp_struct_static_02_01)
3281 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3282 comparisons.
3283
abcf2cc8
TV
32842019-10-10 Tom de Vries <tdevries@suse.de>
3285
3286 PR testsuite/24888
3287 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3288 gnatlink.
3289
a50faaf6
TV
32902019-10-09 Tom de Vries <tdevries@suse.de>
3291
3292 PR testsuite/25048
3293 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3294
60ff3cd7
AB
32952019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3296
3297 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3298 exceptions due to missing debug information.
3299
dfee8566
TV
33002019-10-07 Tom de Vries <tdevries@suse.de>
3301
3302 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3303
3d63690a
AB
33042019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3307 * gdb.base/annota1.exp: Update to use gdb_test_name.
3308
30d1f018
WP
33092019-10-07 Weimin Pan <weimin.pan@oracle.com>
3310
3311 * gdb.base/ctf-whatis.exp: New file.
3312 * gdb.base/ctf-whatis.c: New file.
3313 * gdb.base/ctf-ptype.exp: New file.
3314 * gdb.base/ctf-ptype.c: New file.
3315 * gdb.base/ctf-constvars.exp: New file.
3316 * gdb.base/ctf-constvars.c: New file.
3317 * gdb.base/ctf-cvexpr.exp: New file.
3318
4dbbb47c
TV
33192019-10-04 Tom de Vries <tdevries@suse.de>
3320
3321 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3322 for loop.
3323
77c2dba3
TT
33242019-10-03 Tom Tromey <tom@tromey.com>
3325
3326 PR rust/24976:
3327 * gdb.rust/simple.rs (Union2): New type.
3328 (main): Use Union2.
3329 * gdb.rust/simple.exp: Add test.
3330
179aed7f
AB
33312019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3332
3333 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3334 nested function prefix.
3335
0a4b0913
AB
33362019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3337 Richard Bunt <richard.bunt@arm.com>
3338 Andrew Burgess <andrew.burgess@embecosm.com>
3339
3340 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3341 nested functions.
3342 * gdb.fortran/nested-funcs.f90: Update expected results.
3343 * gdb.fortran/nested-funcs-2.exp: New file.
3344 * gdb.fortran/nested-funcs-2.f90: New file.
3345
082cce05
AB
33462019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * gdb.python/py-parameter.exp: Make test names unique.
3349 * gdb.python/py-template.exp: Likewise.
3350 * gdb.python/py-value.exp: Likewise.
3351
2b74ba5a
AB
33522019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.base/break-interp.exp: Reduce test name duplication.
3355 * gdb.base/call-sc.exp: Likewise.
3356 * gdb.base/callfuncs.exp: Likewise.
3357 * gdb.base/charset.exp: Likewise.
3358 * gdb.base/dump.exp: Likewise.
3359 * gdb.base/ena-dis-br.exp: Likewise.
3360 * gdb.base/relational.exp: Likewise.
3361 * gdb.base/step-over-syscall.exp: Likewise.
3362 * gdb.base/structs.exp: Likewise.
3363
58eb20d5
AB
33642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3365
3366 * gdb.linespec/explicit.exp: Make test names unique.
3367 * gdb.linespec/ls-errs.exp: Likewise.
3368
4d421147
AB
33692019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3370
3371 * gdb.reverse/break-precsave.exp: Make test names unique.
3372 * gdb.reverse/break-reverse.exp: Likewise.
3373 * gdb.reverse/finish-precsave.exp: Likewise.
3374 * gdb.reverse/finish-reverse.exp: Likewise.
3375 * gdb.reverse/machinestate-precsave.exp: Likewise.
3376 * gdb.reverse/machinestate.exp: Likewise.
3377 * gdb.reverse/readv-reverse.exp: Likewise.
3378 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3379 * gdb.reverse/sigall-precsave.exp: Likewise.
3380 * gdb.reverse/sigall-reverse.exp: Likewise.
3381 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3382 * gdb.reverse/watch-precsave.exp: Likewise.
3383 * gdb.reverse/watch-reverse.exp: Likewise.
3384
d8c06f22
AB
33852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * gdb.threads/stop-with-handle.c: New file.
3388 * gdb.threads/stop-with-handle.exp: New file.
3389
3a56ed86
TV
33902019-10-03 Tom de Vries <tdevries@suse.de>
3391
3392 PR testsuite/25059
3393 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3394 directory" line to be missing.
3395
42275044
TV
33962019-10-03 Tom de Vries <tdevries@suse.de>
3397
3398 PR testsuite/25059
3399 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3400 type optional.
3401
9ef62df0
AA
34022019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3403
3404 * gdb.python/py-format-string.c (string.h): New include.
3405 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3406 the same value, for endianness-independence.
3407 * gdb.python/py-format-string.exp (default_regexp_dict)
3408 (test_pretty_structs, test_format): Adjust expected output to the
3409 changed initialization.
3410
37f6a7f4
TT
34112019-10-02 Tom Tromey <tromey@adacore.com>
3412
3413 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3414
1d58d6a2
PA
34152019-10-02 Pedro Alves <palves@redhat.com>
3416 Andrew Burgess <andrew.burgess@embecosm.com>
3417
3418 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3419 "print-file-var.h".
3420 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3421 (get_version_1): Print this_version_id and its address.
3422 Add extern "C" wrappers around interface functions.
3423 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3424 "print-file-var.h".
3425 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3426 (get_version_2): Print this_version_id and its address.
3427 Add extern "C" wrappers around interface functions.
3428 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3429 <stddef.h> and "print-file-var.h".
3430 Add extern "C" wrappers around interface functions.
3431 [VERSION_ID_MAIN] (this_version_id): Define.
3432 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3433 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3434 up extern "C" blocks.
3435 * gdb.base/print-file-var.exp (test): New, factored out from top
3436 level.
3437 (top level): Test all combinations of attribute hidden or not,
3438 dlopen or not, and this_version_id symbol in main file or not.
3439 Compile tests as both C++ and C, make test names unique.
3440
d770d56f
TT
34412019-10-01 Tom Tromey <tom@tromey.com>
3442
3443 * gdb.base/style.exp: Test "show logging filename".
3444
7f6aba03
TT
34452019-10-01 Tom Tromey <tom@tromey.com>
3446
3447 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3448 * gdb.base/style.exp: Add metadata style test.
3449
14309bb6
TT
34502019-10-01 Tom Tromey <tom@tromey.com>
3451
3452 * gdb.base/style.exp: Test "pwd".
3453
2a3c1174
PA
34542019-10-01 Tom Tromey <tom@tromey.com>
3455
3456 * gdb.base/style.exp: Update tests.
3457
53d666ec
AA
34582019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3459
3460 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3461 'six' to unsigned.
3462 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3463 'five'. Use an all-ones bit pattern for each.
3464 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3465 to its changed values.
3466
4a56a520
TT
34672019-09-30 Tom Tromey <tromey@adacore.com>
3468
3469 * gdb.rust/traits.rs: Disable all warnings.
3470
0df0352a
TV
34712019-09-29 Tom de Vries <tdevries@suse.de>
3472
aac66a4c 3473 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3474
73d9a918
TV
34752019-09-29 Tom de Vries <tdevries@suse.de>
3476
3477 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3478
060b3ab4
TV
34792019-09-27 Tom de Vries <tdevries@suse.de>
3480
3481 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3482
68f7d34d
TV
34832019-09-27 Tom de Vries <tdevries@suse.de>
3484
3485 PR record/23188
3486 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3487
5d63b30a
TT
34882019-09-26 Tom Tromey <tromey@adacore.com>
3489
3490 * gdb.ada/py_taft.exp: New file.
3491 * gdb.ada/py_taft/main.adb: New file.
3492 * gdb.ada/py_taft/pkg.adb: New file.
3493 * gdb.ada/py_taft/pkg.ads: New file.
3494
3d435220
TV
34952019-09-24 Tom de Vries <tdevries@suse.de>
3496
3497 PR gdb/24598
3498 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3499
77d03678
TV
35002019-09-22 Tom de Vries <tdevries@suse.de>
3501
3502 * gdb.base/restore.exp: Allow register variables to be optimized out at
3503 -O0.
3504
abf516c6
UW
35052019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3506
3507 * gdb.arch/spu-info.exp: Remove file.
3508 * gdb.arch/spu-info.c: Remove file.
3509 * gdb.arch/spu-ls.exp: Remove file.
3510 * gdb.arch/spu-ls.c: Remove file.
3511
3512 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3513 * gdb.asm/spu.inc: Remove file.
3514
3515 * gdb.base/dump.exp: Remove support for spu*-*-*.
3516 * gdb.base/stack-checking.exp: Likewise.
3517 * gdb.base/overlays.exp: Likewise.
3518 * gdb.base/ovlymgr.c: Likewise.
3519 * gdb.base/spu.ld: Remove file.
3520
3521 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3522 * gdb.cp/cpexprs.exp: Likewise.
3523 * gdb.cp/exception.exp: Likewise.
3524 * gdb.cp/gdb2495.exp: Likewise.
3525 * gdb.cp/mb-templates.exp: Likewise.
3526 * gdb.cp/pr9167.exp: Likewise.
3527 * gdb.cp/userdef.exp: Likewise.
3528
3529 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3530
3531 * gdb.cell: Remove directory.
3532 * lib/cell.exp: Remove file.
3533
e452e88f
TV
35342019-09-19 Tom de Vries <tdevries@suse.de>
3535
3536 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3537
8a625130
TV
35382019-09-19 Tom de Vries <tdevries@suse.de>
3539
3540 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3541
81dc3ab5
TV
35422019-09-19 Tom de Vries <tdevries@suse.de>
3543
3544 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3545 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3546 (gdb_target_cmd): ... here.
3547 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3548 value 2.
3549
b078f3ac
AB
35502019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3551
3552 * gdb.base/source-dir.exp: Avoid having directory names in test
3553 names.
3554
f1b620e9
MG
35552019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3556
3557 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3558 directory.
3559
67f3ed6a
AB
35602019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3561
3562 * gdb.base/list-missing-source.exp: New file.
3563
d1b70248
TV
35642019-09-14 Tom de Vries <tdevries@suse.de>
3565
3566 PR teststuite/24599
3567 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3568 * lib/ada.exp (gnatmake_version_at_least): New proc.
3569
5fabdcd6
AB
35702019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * gdb.base/maint.exp: Use exec_has_index_section.
3573
aa17805f
AB
35742019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.base/maint.exp: Add test for 'maint info sections'.
3577
25e5c209
TV
35782019-09-12 Tom de Vries <tdevries@suse.de>
3579
3580 * gdb.base/store.exp: Allow register variables to be optimized out at
3581 -O0.
3582
4993045d
PW
35832019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3584
3585 * gdb.ada/rdv_wait.exp: Update to new task names.
3586 * gdb.base/task_switch_in_core.exp: Likewise.
3587 * gdb.base/info_sources_base.c: Likewise.
3588
8a516164
TT
35892019-09-10 Tom Tromey <tromey@adacore.com>
3590
3591 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3592
aa391654
TT
35932019-09-10 Tom Tromey <tromey@adacore.com>
3594
3595 * gdb.ada/dgopt.exp: New file.
3596 * gdb.ada/dgopt/x.adb: New file.
3597
8634b462
TT
35982019-09-08 Tom Tromey <tom@tromey.com>
3599
3600 * gdb.tui/resize.exp: Remove setup_xfail.
3601 * gdb.tui/regs.exp: Remove setup_xfail.
3602 * gdb.tui/basic.exp: Remove setup_xfail.
3603
736b0f76
DB
36042019-09-06 David Blaikie <dblaikie@gmail.com>
3605
3606 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3607 * gdb.cp/cplabel.exp: Ditto.
3608 * gdb.linespec/ls-errs.exp: Ditto.
3609
30331a6c
TV
36102019-09-05 Tom de Vries <tdevries@suse.de>
3611
3612 * lib/gdb.exp (cmp_file_string): New proc.
3613 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3614 runto_main. Verify save breakpoints output.
3615
98b0ebab
PW
36162019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3617
3618 * gdb.base/info-var.exp: Test info variables without running
3619 to main, to avoid expect's buffer overflow.
3620
4e962e74
TT
36212019-09-03 Tom Tromey <tromey@adacore.com>
3622
3623 * gdb.ada/bias.exp: New file.
3624 * gdb.ada/bias/bias.adb: New file.
3625 * gdb.ada/print_chars.exp: Add regression test.
3626 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3627 (MC): New variable.
3628
2ea1a07a
SL
36292019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3630
3631 * gdb.base/argv0-symlink.exp: Run only on native target
3632 and local host.
3633
8077c50d
TV
36342019-08-29 Tom de Vries <tdevries@suse.de>
3635
3636 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3637 diverse debug info.
3638 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3639
48352473
TV
36402019-08-28 Tom de Vries <tdevries@suse.de>
3641
3642 * gdb.base/info-var.exp: Allow info variables to print info for files
3643 other than info-var-f1.c and info-var-f2.c.
3644
d8f27c60
AB
36452019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3646
3647 * gdb.fortran/info-types.exp: Add module.
3648 * gdb.fortran/info-types.f90: Update expected results.
3649
1f20c35e
AB
36502019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3651
3652 * gdb.fortran/info-types.exp: New file.
3653 * gdb.fortran/info-types.f90: New file.
3654 * lib/fortran.exp (fortran_character1): New proc.
3655
4acfdd20
AB
36562019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3657
3658 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3659 functions'. Reindent as needed.
3660 * gdb.base/info-var-f1.c: New file.
3661 * gdb.base/info-var-f2.c: New file.
3662 * gdb.base/info-var.exp: New file.
3663 * gdb.base/info-var.h: New file.
3664
5c31b358
TV
36652019-08-26 Tom de Vries <tdevries@suse.de>
3666
3667 PR c++/24852
3668 * gdb.cp/no-libstdcxx-probe.exp: New test.
3669
b694989f
TV
36702019-08-26 Tom de Vries <tdevries@suse.de>
3671
3672 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3673 * tests need to be skipped.
3674 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3675 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3676 mi_skip_libstdcxx_probe_tests.
3677
d9c4ba53
SDJ
36782019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3679
3680 * gdb.python/py-xmethods.exp: Use raw strings when passing
3681 arguments to SimpleXMethodMatcher.
3682
395fad09
TV
36832019-08-22 Tom de Vries <tdevries@suse.de>
3684
3685 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3686 more informative.
3687
26c957f1
PA
36882019-08-21 Pedro Alves <palves@redhat.com>
3689
3690 * gdb.base/with.exp: Test "with" with no arguments.
3691
61f80d5d
TV
36922019-08-21 Tom de Vries <tdevries@suse.de>
3693
3694 * gdb.base/gdb-caching-proc.exp: Sort files.
3695
d7a11d13
TV
36962019-08-20 Tom de Vries <tdevries@suse.de>
3697
3698 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3699 compilation.
3700
34dafe9f
TV
37012019-08-16 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.base/compare-sections.exp ("after run to main"): Allow
3704 mismatched read-only sections for PIE executables.
3705
398fdd60
TT
37062019-08-16 Tom Tromey <tom@tromey.com>
3707
3708 * lib/tuiterm.exp (_csi_Z): New proc.
3709 * gdb.tui/basic.exp: Update window positions.
3710 * gdb.tui/empty.exp: Update window positions.
3711
d8f9e51c
SL
37122019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3713
3714 * gdb.base/examine-backward.exp: Correct regexp for
3715 "examine 3 bytes backward from ${address_zero}".
3716
3df505f6
TT
37172019-08-15 Tom Tromey <tom@tromey.com>
3718
3719 * gdb.tui/empty.exp: Enable resizing tests.
3720
272560b5
TT
37212019-08-15 Tom Tromey <tromey@adacore.com>
3722
3723 * gdb.ada/char_enum.exp: Add regression tests.
3724 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3725 and '0'.
3726 (Char, Gchar): Update.
3727 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3728
08235187
CB
37292019-08-15 Christian Biesinger <cbiesinger@google.com>
3730
3731 * gdb.python/python.exp: Expect a leading underscore on
3732 GdbOutput{,Error}File.
3733
22a2ab04
SL
37342019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3735
3736 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3737 Windows host.
3738
835b995b
SL
37392019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3740
3741 * gdb.base/batch-preserve-term-settings.exp
3742 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3743
97dd8e07
CB
37442019-08-15 Christian Biesinger <cbiesinger@google.com>
3745
3746 * lib/gdb.exp: When running on a mingw target, replace
3747 /x/ with x:/.
3748
75faf5c4
AH
37492019-08-14 Alan Hayward <alan.hayward@arm.com>
3750
3751 * gdb.arch/aarch64-prologue.c: New test.
3752 * gdb.arch/aarch64-prologue.exp: New file.
3753
abc6c00f
TV
37542019-08-13 Tom de Vries <tdevries@suse.de>
3755
3756 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3757 Thread.
3758
74c2c1f4
SL
37592019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3760
3761 * gdb.python/py-completion.exp: Download the .py file to the host
3762 and use its host pathname. Conditionalize tests that use
3763 tab completion and manipulate files on the build machine.
3764 * gdb.python/py-events.exp: Download the .py file to the host
3765 and use its host pathname.
3766 * gdb.python/py-evsignal.exp: Likewise.
3767 * gdb.python/py-evthreads.exp: Likewise.
3768 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3769 pathname syntax.
3770 * gdb.python/py-framefilter.exp: Download the .py file to the right
3771 place on the host. Match Windows pathname syntax.
3772 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3773 .py file to the host and use its host pathname.
3774 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3775 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3776 build pathname. Skip symlink test on Windows host. Add missing
3777 newline at end of file.
3778 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3779 and use its host pathname.
3780 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3781 * gdb.python/py-section-script.exp: Use host location of binfile
3782 on safe-path. Use correct path separator on Windows host.
3783 Reorder alternatives in gdb_test_multiple to prevent matching
3784 the wrong alternative on success.
3785 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3786
ca2589f3
PP
37872019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3788
3789 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3790 expect the GDB inferior to no longer immediately stop after
3791 being resumed with "signal SIGINT".
3792
020a839d
SL
37932019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3794
3795 * gdb.linespec/break-ask.exp: Generalize regexps to match
3796 Windows pathnames too.
3797
128d6509
TV
37982019-08-08 Tom de Vries <tdevries@suse.de>
3799
3800 PR testsuite/24862
3801 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3802
590042fc
PW
38032019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3804
3805 * gdb.base/style.exp: Update tests for help doc new invariants.
3806 * gdb.base/help.exp: Likewise.
3807
046bebe1
TT
38082019-08-06 Tom Tromey <tom@tromey.com>
3809
3810 * gdb.base/style.exp: Add disassemble test.
3811 * gdb.base/style.c (some_called_function): New function.
3812 (main): Use it.
3813
0b27c27d
CB
38142019-08-05 Christian Biesinger <cbiesinger@google.com>
3815
3816 * gdb.python/py-block.exp: Test dictionary access on blocks.
3817
580f1034
SM
38182019-08-05 Simon Marchi <simon.marchi@efficios.com>
3819
3820 PR gdb/24863
3821 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3822 -list-thread-groups --available test when running under
3823 check-read1.
3824
d86bd7cb
TV
38252019-08-05 Tom de Vries <tdevries@suse.de>
3826
3827 PR testsuite/24863
3828 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3829 * gdb.base/help.exp: Use with_read1_timeout_factor.
3830 * gdb.base/info-macros.exp: Same.
3831 * gdb.cp/nested-types.exp: Same.
3832
a80cf5d8
TV
38332019-08-05 Tom de Vries <tdevries@suse.de>
3834
3835 * lib/gdb.exp (version_at_least): Factor out of ...
3836 (tcl_version_at_least): ... here.
3837 (gdb_compile): Fail if pie results in non-PIE executable.
3838 (readelf_version, readelf_prints_pie): New proc.
3839 (exec_is_pie): Return -1 if unknown.
3840
d0962838
TV
38412019-08-05 Tom de Vries <tdevries@suse.de>
3842
3843 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3844
2252ff3d
SL
38452019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3846
3847 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3848
26655f53
SL
38492019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3850
3851 * lib/completion-support.exp (test_gdb_complete_none): Skip
3852 tab completion tests if no readline support.
3853 (test_gdb_complete_unique_re): Likewise.
3854 (test_gdb_complete_multiple): Likewise.
3855
db4dc13e
PW
38562019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3857
3858 * gdb.base/info_sources.exp: New file.
3859 * gdb.base/info_sources.c: New file.
3860 * gdb.base/info_sources_base.c: New file.
3861
0eba165a
PFC
38622019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3863
3864 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3865 prefix argument.
3866 (test_exit_status): Add prefix argument.
3867
59bd512b
TV
38682019-08-01 Tom de Vries <tdevries@suse.de>
3869
3870 PR testsuite/24863
3871 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3872 calling exp_continue for new thread and thread exited messages.
3873
2a3ad588
TV
38742019-08-01 Tom de Vries <tdevries@suse.de>
3875
3876 PR testsuite/24863
3877 * gdb.base/structs.exp: Fix check-read1 timeout using
3878 gdb_test_sequence.
3879 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3880
117eb594
TV
38812019-08-01 Tom de Vries <tdevries@suse.de>
3882
3883 PR testsuite/24863
3884 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3885 line.
3886
ed591340
TV
38872019-08-01 Tom de Vries <tdevries@suse.de>
3888
3889 PR testsuite/24863
3890 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3891
aa3b6533
TT
38922019-07-30 Tom Tromey <tromey@adacore.com>
3893
3894 * gdb.ada/display_nested.exp: New file.
3895 * gdb.ada/display_nested/foo.adb: New file.
3896 * gdb.ada/display_nested/pack.adb: New file.
3897 * gdb.ada/display_nested/pack.ads: New file.
3898
2906593f
CB
38992019-07-30 Christian Biesinger <cbiesinger@google.com>
3900
3901 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3902 namespace.
3903 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3904
0f575925
TV
39052019-07-30 Tom de Vries <tdevries@suse.de>
3906
3907 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3908 instead.
3909
b13057d9
TV
39102019-07-30 Tom de Vries <tdevries@suse.de>
3911
3912 PR testsuite/24834
3913 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3914 (exec_is_pie): New proc.
3915
5c4dde85
CB
39162019-07-29 Christian Biesinger <cbiesinger@google.com>
3917
3918 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3919
c620ed88
CB
39202019-07-29 Christian Biesinger <cbiesinger@google.com>
3921
3922 * gdb.python/py-objfile.c: Add global and static vars.
3923 * gdb.python/py-objfile.exp: Test new functions Objfile.
3924 lookup_global_symbol and lookup_static_symbol.
3925
3d235706
TT
39262019-07-29 Tom Tromey <tom@tromey.com>
3927
3928 * lib/tuiterm.exp (Term::_csi_@): New proc.
3929 (Term::_csi_X): Don't move cursor.
3930
c7e4c0a6
PW
39312019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3932
3933 * gdb.base/options.exp: Update backtrace - completion to
3934 new option -frame-info.
3935 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3936 Test new 'set print frame-info'. Test backtrace -frame-info
3937 overriding 'set print frame-info'.
3938 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3939 Test new 'set print frame-info'.
3940 Verify consistency of backtrace with and without filters, with and
3941 without -no-filters.
3942 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3943 default.
3944
de28a3b7
TV
39452019-07-29 Tom de Vries <tdevries@suse.de>
3946
3947 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3948 no arguments".
3949
507dd60e
TV
39502019-07-29 Tom de Vries <tdevries@suse.de>
3951
3952 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3953 is a substring of the first for "complete non-unique file name".
3954
5beafce9
TV
39552019-07-29 Tom de Vries <tdevries@suse.de>
3956
3957 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3958 with ".*".
3959
2d274232
TV
39602019-07-29 Tom de Vries <tdevries@suse.de>
3961
3962 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3963 Pass prompt_regexp parameter to gdb_test_multiple calls.
3964
9197cd8b
TV
39652019-07-29 Tom de Vries <tdevries@suse.de>
3966
3967 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3968 print registers" regexps.
9197cd8b 3969
b528dae0
TV
39702019-07-29 Tom de Vries <tdevries@suse.de>
3971
3972 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3973
d17725d7
TV
39742019-07-29 Tom de Vries <tdevries@suse.de>
3975
3976 PR gdb/24855
3977 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3978 (skip_python_tests_prompt): Add prompt_regexp argument to
3979 gdb_test_multiple calls.
3980
52b75bf1
TT
39812019-07-27 Tom Tromey <tom@tromey.com>
3982
3983 * gdb.tui/main.exp: New file.
3984
2b1d00c2
TT
39852019-07-27 Tom Tromey <tom@tromey.com>
3986
3987 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3988 optional.
3989 * gdb.tui/empty.exp: New file.
3990
ded631d5
TT
39912019-07-27 Tom Tromey <tom@tromey.com>
3992
3993 * lib/tuiterm.exp (spawn): New proc.
3994 (Term::resize): New proc.
3995 * gdb.tui/resize.exp: New file.
3996
58ac439d
TT
39972019-07-27 Tom Tromey <tom@tromey.com>
3998
3999 * gdb.tui/list.exp: New file.
4000
fe1f56ee
TT
40012019-07-27 Tom Tromey <tom@tromey.com>
4002
4003 * gdb.tui/regs.exp: New file.
4004
f790b310
TT
40052019-07-27 Tom Tromey <tom@tromey.com>
4006
4007 * gdb.tui/basic.exp: Add "layout split" test.
4008
d95fc6ee
TT
40092019-07-27 Tom Tromey <tom@tromey.com>
4010
4011 * gdb.tui/basic.exp: Add "layout asm" test.
4012
c3786b3a
TT
40132019-07-27 Tom Tromey <tom@tromey.com>
4014
4015 * lib/tuiterm.exp: New file.
4016 * gdb.tui/basic.exp: New file.
4017
98a617f8
KB
40182019-07-27 Kevin Buettner <kevinb@redhat.com>
4019
4020 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4021 Enable tests associated with this flag. Adjust regex
4022 referencing "foo_low" to now refer to "foo_cold" instead.
4023
5c076da4
KB
40242019-07-27 Kevin Buettner <kevinb@redhat.com>
4025
4026 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4027 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4028 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4029 foo_cold. Revise comments to match.
4030 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4031 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4032 were wrapped into this proc; Call do_test in loop from outermost
4033 level.
4034 (foo_low): Rename all occurrences to "foo_cold".
4035 (backtrace from baz): New test.
4036 (x2/i foo_cold): New test.
4037 (info line *foo_cold): New test.
4038
1512d3b7
TV
40392019-07-26 Tom de Vries <tdevries@suse.de>
4040
4041 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4042
297989a1
TV
40432019-07-25 Tom de Vries <tdevries@suse.de>
4044
4045 PR testsuite/24830
4046 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4047 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4048 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4049 (skip_libstdcxx_probe_tests): ... here.
4050 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4051
b3b965fb
TV
40522019-07-24 Tom de Vries <tdevries@suse.de>
4053
4054 PR testsuite/24807
4055 * gdb.objc/basicclass.m: Include stdio.h.
4056 * gdb.objc/nondebug.m: Same.
4057 * gdb.objc/objcdecode.m: Same.
4058
4625b4d0
TV
40592019-07-24 Tom de Vries <tdevries@suse.de>
4060
4061 PR testsuite/24612
4062 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4063 additional_flags.
4064
024a5840
TV
40652019-07-24 Tom de Vries <tdevries@suse.de>
4066
4067 PR testsuite/24831
4068 * gdb.multi/tids.exp: Update error messages for info threads.
4069
c76ddaa3
TV
40702019-07-24 Tom de Vries <tdevries@suse.de>
4071
4072 * gdb.base/info-types.exp: Allow info types to print info for more than
4073 one file.
4074
9a618ef6
TV
40752019-07-23 Tom de Vries <tdevries@suse.de>
4076
4077 PR testsuite/24842
4078 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4079 gdb_spawn_with_cmdline_opts.
4080
40eadf04
SP
40812019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4082
4083 * gdb.arch/arm-cmse-sgstubs.c: New test.
4084 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4085
5ba29434
TV
40862019-07-23 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/24711
4089 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4090 issuing next command.
4091
a8e9d247
AB
40922019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4093
4094 * gdb.ada/info_auto_lang.exp: Update expected results.
4095 * gdb.base/info-types.c: Add additional types to check.
4096 * gdb.base/info-types.exp: Update expected results.
4097
eb86c5e2
AB
40982019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4099
4100 * gdb.base/info-types.c: New file.
4101 * gdb.base/info-types.exp: New file.
4102
01e175fe
AB
41032019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4104
4105 * gdb.arch/riscv-bp-infcall.c: New file.
4106 * gdb.arch/riscv-bp-infcall.exp: New file.
4107
6b78c3f8
AB
41082019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 PR breakpoints/24541
4111 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4112
da738167
TV
41132019-07-14 Tom de Vries <tdevries@suse.de>
4114
4115 PR testsuite/24760
4116 * gdb.objc/basicclass.exp: Fix unterminated string.
4117
0d4e84ed
AB
41182019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4119 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4122 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4123 negative bounds.
4124 * gdb.fortran/vla-value.exp: Print elements of an array with
4125 negative bounds.
4126 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4127 testing.
4128
021d8588
AB
41292019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.base/options.exp (expect_string): Dequote strings in
4132 results.
4133 (test-string): Test strings with different quoting and reindent.
4134
f06f1252
TT
41352019-07-10 Tom Tromey <tromey@adacore.com>
4136
4137 * gdb.ada/mi_ex_cond.exp: Update expected results.
4138 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4139 * gdb.ada/mi_catch_ex.exp: Update expected results.
4140 * gdb.ada/mi_catch_assert.exp: Update expected results.
4141 * gdb.ada/catch_ex.exp (catch_exception_info)
4142 (catch_exception_entry, catch_assert_entry)
4143 (catch_unhandled_entry): Update.
4144 * gdb.ada/catch_assert_if.exp: Update expected results.
4145
b863685d
RB
41462019-07-10 Richard Bunt <richard.bunt@arm.com>
4147 Stephen Roberts <stephen.roberts@arm.com>
4148
4149 * gdb.base/define.exp: Restore original prompt.
4150
cb1e4e32
PA
41512019-07-09 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4154 breakpoints" output.
4155 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4156 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4157 throw" creates breakpoint.
4158 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4159 'type="catchpoint"'.
4160
b58a68fe
PA
41612019-07-09 Pedro Alves <palves@redhat.com>
4162
4163 PR c++/15468
4164 * gdb.cp/except-multi-location-lib.cc: New.
4165 * gdb.cp/except-multi-location-main.cc: New.
4166 * gdb.cp/except-multi-location.exp: New.
4167
0826779b
PW
41682019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4169
4170 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4171 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4172 argument and update callers.
4173
5b0e2db4
AB
41742019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4175
4176 * gdb.arch/amd64-break-on-asm-line.S: New file.
4177 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4178
1f6f6e21
PW
41792019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4180
4181 * gdb.base/printcmds.exp: Test printing C string and
4182 C wide string convenience vars without transiting via the inferior.
4183 Also make test names unique.
4184
ea142fbf
AH
41852019-07-08 Alan Hayward <alan.hayward@arm.com>
4186
5862c886 4187 PR breakpoints/25011
ea142fbf
AH
4188 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4189
213fd9fa
PA
41902019-07-04 Pedro Alves <palves@redhat.com>
4191
4192 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4193 body returned ok(0), break(3) or continue(4).
4194 * gdb.testsuite/foreach_with_prefix.exp: New file.
4195
2b40fda7
AH
41962019-07-04 Alan Hayward <alan.hayward@arm.com>
4197
4198 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4199
a26c8de0
PA
42002019-07-03 Pedro Alves <palves@redhat.com>
4201
4202 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4203 "return -code".
4204
5f4ba3e7
PA
42052019-07-03 Pedro Alves <palves@redhat.com>
4206
4207 PR cli/24732
4208 * gdb.base/shell.exp: Load completion-support.exp.
4209 Adjust expected error output. Add completion tests.
4210
a994424f
PA
42112019-07-03 Pedro Alves <palves@redhat.com>
4212
4213 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4214 string_to_regexp.
4215
3d9be6f5
PA
42162019-07-03 Pedro Alves <palves@redhat.com>
4217
4218 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4219 (expect_integer): Adjust to expect "-string".
4220 (expect_string): New.
4221 (all_options): Expect "-string".
4222 (test-flag, test-boolean): Adjust to expect "-string".
4223 (test-string): New proc.
4224 (top level): Call it.
4225
41fc454c
PA
42262019-07-03 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4229 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4230 the expected output in the success.
4231
b2b2a215
PA
42322019-07-03 Pedro Alves <palves@redhat.com>
4233
4234 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4235 Split one gdb_test_multiple call in two to avoid a race.
4236
fdbc9870
PA
42372019-07-03 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.base/with.c: New file.
4240 * gdb.base/with.exp: New file.
4241
c6ac8931
PA
42422019-07-03 Pedro Alves <palves@redhat.com>
4243
4244 * gdb.base/settings.exp: Replace all references to "maint
4245 test-settings set" with references to "maint set test-settings",
4246 and all references to "maint test-settings show" with references
4247 to "maint show test-settings".
4248
970f9d09
PA
42492019-07-03 Pedro Alves <palves@redhat.com>
4250
4251 * gdb.base/settings.exp (test-string): Adjust expected out when
4252 testing "maint test-settings show filename"
4253
54d66006
PA
42542019-07-02 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.base/options.exp (test-info-threads): New procedure.
4257 (top level): Call it.
4258
10d06d82
TT
42592019-06-28 Tom Tromey <tromey@adacore.com>
4260
4261 * gdb.dwarf2/ada-linkage-name.c: New file.
4262 * gdb.dwarf2/ada-linkage-name.exp: New file.
4263
3d507ff2
TT
42642019-06-27 Tom Tromey <tromey@adacore.com>
4265
d039f014 4266 PR c++/20020:
3d507ff2
TT
4267 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4268
8af58ffe
TV
42692019-06-26 Tom de Vries <tdevries@suse.de>
4270
4271 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4272
22e21752
TV
42732019-06-26 Tom de Vries <tdevries@suse.de>
4274
4275 * gdb.base/index-cache.exp: Add back missing debug option.
4276
b65b566c
PW
42772019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4278
4279 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4280
5c2c8c69
TV
42812019-06-25 Tom de Vries <tdevries@suse.de>
4282
4283 PR testsuite/24727
4284 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4285
164e3873
TV
42862019-06-24 Tom de Vries <tdevries@suse.de>
4287
4288 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4289
824eacee
TV
42902019-06-24 Tom de Vries <tdevries@suse.de>
4291
4292 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4293 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4294 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4295
385b97d3
TV
42962019-06-24 Tom de Vries <tdevries@suse.de>
4297
4298 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4299
c596f180
TV
43002019-06-21 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4303
b13a7d03
TV
43042019-06-21 Tom de Vries <tdevries@suse.de>
4305
4306 PR testsuite/24518
4307 PR ada/24713
4308 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4309 index.
4310
899277ae
TT
43112019-06-19 Tom Tromey <tromey@adacore.com>
4312
4313 * gdb.ada/length_cond.exp: Add intro comment.
4314
680e1bee
TT
43152019-06-19 Tom Tromey <tromey@adacore.com>
4316
4317 * gdb.ada/length_cond.exp: New file.
4318 * gdb.ada/length_cond/length_cond.adb: New file.
4319 * gdb.ada/length_cond/pck.adb: New file.
4320 * gdb.ada/length_cond/pck.ads: New file.
4321
0ed4690a
TV
43222019-06-18 Tom de Vries <tdevries@suse.de>
4323
4324 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4325
d20ed5fd
TT
43262019-06-18 Tom Tromey <tromey@adacore.com>
4327
4328 * gdb.base/list0.h: Add comment explaining control character.
4329
86e04673
TV
43302019-06-18 Tom de Vries <tdevries@suse.de>
4331
4332 * boards/fission.exp: Break up long debug_flags line.
4333
c4973306
SM
43342019-06-16 Tom de Vries <tdevries@suse.de>
4335
4336 PR gdb/24445
4337 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4338 generated index.
4339
93cb9841
AB
43402019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4341
4342 PR gdb/24686
4343 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4344 improve detection of bug gdb/24541.
4345
399aaebd
SM
43462019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4347
4348 PR gdb/24669
4349 * gdb.base/index-cache.exp (uses_readnow,
4350 expecting_index_cache_use): Define global variable.
4351 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4352 expecting_index_cache_use.
4353
584a927c
AB
43542019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4355 Andrew Burgess <andrew.burgess@embecosm.com>
4356
4357 * gdb.fortran/pointers.f90: New file.
4358 * gdb.fortran/print_type.exp: New file.
4359 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4360 * gdb.fortran/vla-type.exp: Likewise.
4361 * gdb.fortran/vla-value.exp: Likewise.
4362 * gdb.mi/mi-vla-fortran.exp: Likewise.
4363
30056ea0
AB
43642019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4365
4366 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4367 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4368 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4369 as a stop reason.
4370
ec8e2b6d
AB
43712019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4372
4373 * gdb.base/annota1.exp: Update expected results.
4374 * gdb.cp/annota2.exp: Likewise.
4375 * gdb.cp/annota3.exp: Likewise.
4376
09e4c4e1
AB
43772019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4378
4379 * gdb.base/style-logging.exp: Remove path from test name.
4380
0735b091
TT
43812019-06-14 Tom Tromey <tromey@adacore.com>
4382
4383 PR gdb/24502:
4384 * gdb.base/style-logging.exp: New file.
4385
f5686554
TT
43862019-06-14 Tom Tromey <tromey@adacore.com>
4387
4388 * gdb.base/symfile-warn.exp: New file.
4389 * gdb.base/symfile-warn.c: New file.
4390
a0c1ffed
TT
43912019-06-14 Tom Tromey <tromey@adacore.com>
4392
4393 * gdb.base/annotate-symlink.exp: New file.
4394
f411722c
TT
43952019-06-14 Tom Tromey <tromey@adacore.com>
4396
4397 * gdb.ada/set_wstr.exp: Add reassignment test.
4398
4268ec18
TT
43992019-06-14 Tom Tromey <tromey@adacore.com>
4400
4401 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4402 'unchecked_access and 'unrestricted_access as well.
4403
9a9e394b
TT
44042019-06-14 Tom Tromey <tromey@adacore.com>
4405
4406 PR ada/24539:
4407 * gdb.ada/vla.exp: Update tests.
4408 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4409 pragma.
4410
4c048731
PA
44112019-06-13 Pedro Alves <palves@redhat.com>
4412
4413 * gdb.base/settings.exp (test-integer): Test junk after
4414 "unlimited".
4415
6665660a
PA
44162019-06-13 Pedro Alves <palves@redhat.com>
4417
4418 * gdb.base/options.exp (test-thread-apply): New.
4419 (top level): Call it.
4420
5d707134
PA
44212019-06-13 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/options.exp (test-frame-apply): New.
4424 (top level): Test print commands with different "frame apply"
4425 prefixes.
4426
e2a689da
PA
44272019-06-13 Pedro Alves <palves@redhat.com>
4428
e79be6e5 4429 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4430 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4431 'max_completions' parameter and handle it.
4432 (test_gdb_completion_offers_commands): New.
4433
90a1ef87
PA
44342019-06-13 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4437
d4c16835
PA
44382019-06-13 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.base/options.exp (test-backtrace): New.
4441 (top level): Call it.
4442
2daf894e
PA
44432019-06-13 Pedro Alves <palves@redhat.com>
4444
4445 * gdb.guile/scm-frame-args.exp: Use "set print
4446 raw-frame-arguments" instead of "set print raw frame-arguments".
4447 * gdb.python/py-frame-args.exp: Likewise.
4448
e6ed716c
PA
44492019-06-13 Pedro Alves <palves@redhat.com>
4450
4451 * gdb.compile/compile.exp: Adjust expected output to option
4452 processing changes.
4453
7d8062de
PA
44542019-06-13 Pedro Alves <palves@redhat.com>
4455
4456 * gdb.base/options.exp: Build executable.
4457 (test-print): New procedure.
4458 (top level): Call it, once for "print" and another for "compile
4459 print".
4460
9d0faba9
PA
44612019-06-13 Pedro Alves <palves@redhat.com>
4462
4463 * gdb.base/options.c: New file.
4464 * gdb.base/options.exp: New file.
4465
dee7b4c8
PA
44662019-06-13 Pedro Alves <palves@redhat.com>
4467
4468 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4469 that "o" is ambiguous.
4470
dca0f6c0
PA
44712019-06-13 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/settings.c: New file.
4474 * gdb.base/settings.exp: New file.
4475
ccf46844
PA
44762019-06-13 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/completion.exp: Fix comment typo.
4479
b9a3f842
PA
44802019-06-13 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4483 foo --1" test.
4484
d106773e
PA
44852019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4486
4487 * gdb.fortran/block-data.f: New.
4488 * gdb.fortran/block-data.exp: New.
4489
fea82da0
TV
44902019-06-11 Tom de Vries <tdevries@suse.de>
4491
4492 PR testsuite/24521
4493 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4494 message.
4495
8c2e74f1
TV
44962019-06-11 Tom de Vries <tdevries@suse.de>
4497
4498 PR testsuite/24521
4499 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4500
b49851c8
TV
45012019-06-11 Tom de Vries <tdevries@suse.de>
4502
4503 * boards/readnow.exp: New file.
4504
a7067863
AB
45052019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4506
4507 * gdb.fortran/vla-sizeof.exp: Update expected results.
4508
1a3da2cd
AB
45092019-06-06 Amos Bird <amosbird@gmail.com>
4510
4511 * gdb.base/annota1.exp (thread_switch): Add test for
4512 thread-exited annotation.
4513
3847a7bf
TT
45142019-06-06 Tom Tromey <tromey@adacore.com>
4515
4516 * gdb.base/maint.exp: Expect command started/finished output.
4517
0088ba59
AB
45182019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4519
4520 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4521 comment.
4522 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4523
312617a3
AB
45242019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4525
4526 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4527 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4528 * gdb.arch/riscv-unwind-long-insn.c: New file.
4529 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4530
e1f2e1a2
CB
45312019-06-04 Christian Biesinger <cbiesinger@google.com>
4532
d3238f7d 4533 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4534
206584bd
PW
45352019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4536
4537 * lib/gdb.exp (help_list_trailer): New regexp variable
4538 factorizing the help trailer message.
4539 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4540 arg to allow to better factorize various tests.
4541 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4542 (test_prefix_command_help): Use help_list_trailer.
4543 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4544 * gdb.guile/scm-cmd.exp: Likewise.
4545 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4546 * gdb.base/help.exp: Use test_user_defined_class_help.
4547 * gdb.base/style.exp: Add tests for styling of help and apropos.
4548 * lib/gdb-utils.exp (style): Add title and highlight styles.
4549
708dc93e
PW
45502019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4551
4552 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4553 $_shell_exitsignal.
4554 * gdb.base/default.exp: Update for new convenience variables.
4555
f49055a5
TT
45562019-05-29 Tom Tromey <tromey@adacore.com>
4557
4558 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4559 to "break complete ada" test case's regexp.
4560
4330d61d
TT
45612019-05-29 Tom Tromey <tromey@adacore.com>
4562
4563 PR c++/20020:
4564 * gdb.cp/constexpr-field.exp: New file.
4565 * gdb.cp/constexpr-field.cc: New file.
4566
000439d5
TT
45672019-05-29 Tom Tromey <tromey@adacore.com>
4568
4569 * gdb.base/finish.exp (finish_no_print): New proc.
4570 (finish_tests): Call it.
4571
5a01c34c
TV
45722019-05-24 Tom de Vries <tdevries@suse.de>
4573
4574 * gdb.dwarf2/gdb-add-index.exp: New file.
4575
18125b16
TT
45762019-05-22 Tom Tromey <tromey@adacore.com>
4577
4578 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4579 * gdb.base/style.exp: Use "style".
4580 * lib/gdb-utils.exp (style): New proc.
4581
af1a8d03
TV
45822019-05-22 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.base/align.exp: Require c++11.
4585
e7fe496b
TV
45862019-05-22 Tom de Vries <tdevries@suse.de>
4587
4588 PR testsuite/24586
4589 * gdb.python/py-mi-var-info-path-expression.exp: Call
4590 mi_skip_python_tests to check if python is supported.
4591
8fca4da0
AH
45922019-05-22 Alan Hayward <alan.hayward@arm.com>
4593
4594 * gdb.arch/aarch64-pauth.c: New test.
4595 * gdb.arch/aarch64-pauth.exp: New file.
4596
b7060614
AH
45972019-05-22 Alan Hayward <alan.hayward@arm.com>
4598
4599 * README (Re-running Tests Outside The Testsuite): New section.
4600
669d0468
TV
46012019-05-21 Tom de Vries <tdevries@suse.de>
4602
4603 * gdb.arch/amd64-eval.exp: Require c++11.
4604 * gdb.base/max-depth.exp: Same.
4605 * gdb.compile/compile-cplus-array-decay.exp: Same.
4606 * gdb.cp/meth-typedefs.exp: Same.
4607 * gdb.cp/subtypes.exp: Same.
4608 * gdb.cp/temargs.exp: Same.
4609
ce3ebcaa
AH
46102019-05-21 Alan Hayward <alan.hayward@arm.com>
4611
4612 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4613
34d11c68
AB
46142019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4615
4616 PR gdb/18644
4617 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4618 * gdb.fortran/printing-types.exp: Add new test.
4619 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4620 testing.
4621 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4622 setup_kfail call.
4623
87781e84
AH
46242019-05-17 Alan Hayward <alan.hayward@arm.com>
4625
4626 * README (Running the Testsuite): Change example.
4627 (Testsuite Parameters): Remove TRANSCRIPT.
4628 * lib/gdb.exp: Remove TRANSCRIPT check.
4629
b420b89e
AH
46302019-05-17 Alan Hayward <alan.hayward@arm.com>
4631
4632 * README (Testsuite Parameters): Add replay logging to
4633 GDBSERVER_DEBUG.
4634 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4635 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4636 as a comma separated list.
4637 (gdb_debug_init): Override procedure.
4638
408e9b8b
AH
46392019-05-17 Alan Hayward <alan.hayward@arm.com>
4640
4641 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4642 (gdb_write_cmd_file): New procedure.
4643 * lib/gdbserver-support.exp (gdbserver_start): Call
4644 gdbserver_write_cmd_file.
4645 (gdbserver_write_cmd_file): New procedure.
4646
f9e2e39d
AH
46472019-05-17 Alan Hayward <alan.hayward@arm.com>
4648
4649 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4650 (delete_breakpoints): Likewise.
4651 (gdb_run_cmd): Likewise.
4652 (gdb_start_cmd): Likewise.
4653 (gdb_starti_cmd): Likewise.
4654 (gdb_internal_error_resync): Likewise.
4655 (gdb_test_multiple): Likewise.
4656 (gdb_reinitialize_dir): Likewise.
4657 (default_gdb_exit): Likewise.
4658 (gdb_file_cmd): Mark kill as optional.
4659 (default_gdb_start): Call gdb_stdin_log_init.
4660 (send_gdb): Call gdb_stdin_log_write.
4661 (rerun_to_main): Mark Y as an answer.
4662 (gdb_stdin_log_init): New function.
4663 (gdb_stdin_log_write): Likewise.
4664
81f47ac2
AH
46652019-05-17 Alan Hayward <alan.hayward@arm.com>
4666
4667 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4668 * gdb.base/debug-expr.exp: Likewise.
4669 * gdb.base/foll-fork.exp: Likewise.
4670 * gdb.base/foll-vfork.exp: Likewise.
4671 * gdb.base/fork-print-inferior-events.exp: Likewise.
4672 * gdb.base/gdb-sigterm.exp: Likewise.
4673 * gdb.base/gdbinit-history.exp: Likewise.
4674 * gdb.base/osabi.exp: Likewise.
4675 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4676 * gdb.base/ui-redirect.exp: Likewise.
4677 * gdb.gdb/unittest.exp: Likewise.
4678 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4679 * gdb.mi/mi-watch.exp: Likewise.
4680 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4681 * gdb.mi/user-selected-context-sync.exp: Likewise.
4682 * gdb.python/python.exp: Disable debug test when debugging.
4683 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4684 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4685 Likewise.
4686 * gdb.threads/stepi-random-signal.exp: Likewise.
4687
29b52314
AH
46882019-05-17 Alan Hayward <alan.hayward@arm.com>
4689
4690 * Makefile.in: Pass through GDB_DEBUG.
4691 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4692 (gdb,debug): Add board setting.
4693 * lib/gdb.exp (default_gdb_start): Start debugging.
4694 (gdb_debug_enabled): New procedure.
4695 (gdb_debug_init): Likewise.
29b52314
AH
4696
46972019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4698
29b52314
AH
4699 * Makefile.in: Pass through GDB_DEBUG.
4700 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4701 (gdb,debug): Add board setting.
4702 * lib/gdb.exp (default_gdb_start): Start debugging.
4703 (gdb_debug_enabled): New procedure.
4704 (gdb_debug_init): Likewise.
29b52314 4705
ca1285d1
AH
47062019-05-17 Alan Hayward <alan.hayward@arm.com>
4707
4708 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4709
f3a09c80
AH
47102019-05-17 Alan Hayward <alan.hayward@arm.com>
4711
4712 * gdb.base/ui-redirect.exp: Test redirection.
4713
26648588
JV
47142019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4715
4716 * gdb.mi/mi-complete.exp: New file.
4717 * gdb.mi/mi-complete.cc: Likewise.
4718
14237686
AB
47192019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4720
4721 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4722 indexed and sliced arrays, and pointers to arrays.
4723
e7bd7fba
TT
47242019-05-14 Tom Tromey <tromey@adacore.com>
4725
4726 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4727 styling test.
4728
2764128d
TV
47292019-05-14 Tom de Vries <tdevries@suse.de>
4730
4731 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4732 selection entry encoding.
4733
71bed2db
TT
47342019-05-10 Tom Tromey <tromey@adacore.com>
4735
4736 * gdb.ada/info_exc.exp: Add "complete" test.
4737
63b667ad
TV
47382019-05-09 Tom de Vries <tdevries@suse.de>
4739
4740 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4741 CU-relative.
4742
9cfd2b89
TV
47432019-05-09 Tom de Vries <tdevries@suse.de>
4744
4745 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4746 CU-relative.
4747
2228ef77
XR
47482019-05-08 Joel Brobecker <brobecker@adacore.com>
4749
4750 * gdb.ada/frame_arg_lang.exp: New testcase.
4751 * gdb.ada/frame_arg_lang/bla.adb: New file.
4752 * gdb.ada/frame_arg_lang/pck.ads: New file.
4753 * gdb.ada/frame_arg_lang/pck.adb: New file.
4754 * gdb.ada/frame_arg_lang/foo.c: New file.
4755
80e55b13
TT
47562019-05-08 Tom Tromey <tromey@adacore.com>
4757
4758 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4759
9d3421af
TT
47602019-05-08 Tom Tromey <tromey@adacore.com>
4761
4762 * gdb.base/ptype-offsets.exp: Update tests.
4763
844333e2
TT
47642019-05-08 Tom Tromey <tromey@adacore.com>
4765
4766 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4767 cases.
4768 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4769 "short".
4770
988915ee
TT
47712019-05-08 Tom Tromey <tromey@adacore.com>
4772
4773 * gdb.ada/vla.exp: New file.
4774 * gdb.ada/vla/vla.adb: New file.
4775
7bd55dac
TV
47762019-05-07 Tom de Vries <tdevries@suse.de>
4777
4778 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4779
75f06e9d
TV
47802019-05-07 Tom de Vries <tdevries@suse.de>
4781
4782 PR testsuite/24522
4783 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4784 section.
4785
77e7aaa4
TV
47862019-05-07 Tom de Vries <tdevries@suse.de>
4787
4788 PR testsuite/24522
4789 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4790 .debug_aranges section.
4791
456ba0fa
TV
47922019-05-07 Tom de Vries <tdevries@suse.de>
4793
4794 PR testsuite/24159
4795 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4796
5a56d6a6
TV
47972019-05-06 Tom de Vries <tdevries@suse.de>
4798
4799 * lib/gdb.exp (exec_has_index_section): New proc.
4800 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4801 section.
4802
9d6d4be8
TV
48032019-05-04 Tom de Vries <tdevries@suse.de>
4804
4805 * boards/cc-with-debug-names.exp: New file.
4806
222a8d25
TT
48072019-05-03 Tom Tromey <tromey@adacore.com>
4808
4809 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4810 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4811 * gdb.ada/char_enum.exp: Add test.
4812
0fdfd794
TV
48132019-05-03 Tom de Vries <tdevries@suse.de>
4814
4815 * boards/cc-with-gdb-index.exp: New file.
4816
80062eb9
AB
48172019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4818
4819 * gdb.rust/simple.exp: Add new test case.
4820 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4821 (main): Initialise an instance of the new struct.
4822
4504bbde
TT
48232019-05-01 Tom Tromey <tromey@adacore.com>
4824
4825 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4826 record.
4827 (NPR): New variable.
4828 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4829 test.
4830
d48e62f4
TT
48312019-05-01 Tom Tromey <tromey@adacore.com>
4832
4833 * gdb.ada/packed_array_assign.exp: Add packed assignment
4834 regression test.
4835
f59f30f5
TV
48362019-05-01 Tom de Vries <tdevries@suse.de>
4837
4838 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4839
b70bfc54
TV
48402019-05-01 Tom de Vries <tdevries@suse.de>
4841
4842 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4843
15f18d14
AT
48442019-04-30 Ali Tamur <tamur@google.com>
4845
4846 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4847
2ff0a947
TT
48482019-04-30 Tom Tromey <tromey@adacore.com>
4849
4850 * lib/ada.exp (find_ada_tool): New proc.
4851 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4852 * gdb.ada/catch_ex_std.exp: New file.
4853 * gdb.ada/catch_ex_std/foo.adb: New file.
4854 * gdb.ada/catch_ex_std/some_package.adb: New file.
4855 * gdb.ada/catch_ex_std/some_package.ads: New file.
4856
a776957c
TT
48572019-04-30 Tom Tromey <tromey@adacore.com>
4858
4859 PR c++/24470:
4860 * gdb.cp/temargs.cc: Add test code from PR.
4861
bc68014d
AB
48622019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4863
4864 * gdb.fortran/vla-datatypes.exp: Update expected results.
4865 * gdb.fortran/vla-ptype.exp: Likewise.
4866 * gdb.fortran/vla-type.exp: Likewise.
4867 * gdb.fortran/vla-value.exp: Likewise.
4868
f1fdc960
AB
48692019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4870
4871 * gdb.fortran/ptr-indentation.exp: Update expected results.
4872 * gdb.fortran/ptype-on-functions.exp: Likewise.
4873 * gdb.fortran/vla-ptr-info.exp: Likewise.
4874 * gdb.fortran/vla-value.exp: Likewise.
4875
bf7a4de1
AB
48762019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4877
4878 * gdb.fortran/ptype-on-functions.exp: New file.
4879 * gdb.fortran/ptype-on-functions.f90: New file.
4880
bbe75b9d
AB
48812019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4882
4883 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4884 case void string.
4885
1db455a7
AB
48862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4887
4888 * gdb.fortran/complex.exp: Expand.
4889 * gdb.fortran/complex.f: Renamed to...
4890 * gdb.fortran/complex.f90: ...this, and extended to add more
4891 complex values.
4892
b6d03bb2
AB
48932019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4894
4895 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4896 MODULO, CMPLX.
4897
2e62ab40
AB
48982019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4899 Richard Bunt <richard.bunt@arm.com>
4900
4901 * gdb.base/max-depth.c: New file.
4902 * gdb.base/max-depth.exp: New file.
4903 * gdb.python/py-nested-maps.c: New file.
4904 * gdb.python/py-nested-maps.exp: New file.
4905 * gdb.python/py-nested-maps.py: New file.
4906 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4907 (test_all_common): Call test_max_depth.
4908 * gdb.fortran/max-depth.exp: New file.
4909 * gdb.fortran/max-depth.f90: New file.
4910 * gdb.go/max-depth.exp: New file.
4911 * gdb.go/max-depth.go: New file.
4912 * gdb.modula2/max-depth.exp: New file.
4913 * gdb.modula2/max-depth.c: New file.
4914 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4915
d2b584a5
TV
49162019-04-29 Tom de Vries <tdevries@suse.de>
4917
4918 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4919
136afab8
PW
49202019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4921
4922 * gdb.base/callexit.exp: Test may-call-functions off.
4923
725cbb63
KS
49242019-04-25 Keith Seitz <keiths@redhat.com>
4925
4926 PR c++/24367
4927 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4928 (another_incomplete_struct, test_incomplete): New definitions.
4929 (main): Use new definitions.
4930 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4931 functions.
4932
701adfb0
PA
49332019-04-25 Ali Tamur <tamur@google.com>
4934
4935 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4936
82433e3e
SDJ
49372019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4938
4939 PR corefiles/11608
4940 PR corefiles/18187
4941 * gdb.base/coredump-filter-build-id.exp: New file.
4942
dd06d4d6
AH
49432019-04-25 Alan Hayward <alan.hayward@arm.com>
4944
e79be6e5
SM
4945 * Makefile.in: Pass through GDBSERVER_DEBUG.
4946 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4947 (gdbserver,debug): Add board setting.
4948 * gdb.trace/tspeed.exp: Skip when debugging.
4949 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4950 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4951
1670072e
TT
49522019-04-24 Tom Tromey <tromey@adacore.com>
4953
4954 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4955 Rust.
4956
a59240a4
TT
49572019-04-24 Tom Tromey <tromey@adacore.com>
4958
4959 * gdb.arch/amd64-eval.exp: Test bitfield return.
4960 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4961 (class Foo) <return_bitfields>: New method.
4962 (main): Call it.
4963
b907456c
AB
49642019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4965
4966 * gdb.cp/many-args.cc: New file.
4967 * gdb.cp/many-args.exp: New file.
4968
5c565afd
TV
49692019-04-23 Tom de Vries <tdevries@suse.de>
4970
4971 PR gdb/24433
4972 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4973
ba22ff86
AH
49742019-04-23 Alan Hayward <alan.hayward@arm.com>
4975
4976 * gdb.trace/backtrace.exp: Use nopie flag.
4977 * gdb.trace/circ.exp: Likewise.
4978 * gdb.trace/collection.exp: Likewise.
4979 * gdb.trace/ftrace.exp: Likewise.
4980 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4981 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4982 * gdb.trace/qtro.exp: Likewise.
4983 * gdb.trace/read-memory.exp: Likewise.
4984 * gdb.trace/report.exp: Likewise.
4985 * gdb.trace/tfile.exp: Likewise.
4986 * gdb.trace/tfind.exp: Likewise.
4987 * gdb.trace/unavailable.exp: Likewise.
4988
7905fc35
PA
49892019-04-22 Pedro Alves <palves@redhat.com>
4990
4991 * gdb.base/solib-probes-nosharedlibrary.c,
4992 gdb.base/solib-probes-nosharedlibrary.exp: New files.
4993
8ecb59f8
TT
49942019-04-19 Tom Tromey <tromey@adacore.com>
4995
4996 * gdb.ada/ptype_union.c: New file.
4997 * gdb.ada/ptype_union.exp: New file.
4998
62160ec9
TT
49992019-04-19 Tom Tromey <tromey@adacore.com>
5000
5001 PR symtab/24423:
5002 * gdb.base/list0.h (foo): Add a control-l character.
5003
36cd4ba5
TV
50042019-04-18 Tom de Vries <tdevries@suse.de>
5005
5006 PR gdb/24433
5007 * boards/local-board.exp: Set sysroot to "".
5008
b73715df
TV
50092019-04-18 Tom de Vries <tdevries@suse.de>
5010 Pedro Alves <palves@redhat.com>
5011
5012 PR gdb/24454
5013 * gdb.threads/vfork-follow-child-exec.c: New file.
5014 * gdb.threads/vfork-follow-child-exec.exp: New file.
5015 * gdb.threads/vfork-follow-child-exit.c: New file.
5016 * gdb.threads/vfork-follow-child-exit.exp: New file.
5017
4aa866af
LS
50182019-04-15 Leszek Swirski <leszeks@google.com>
5019
5020 * gdb.arch/amd64-eval.cc: New file.
5021 * gdb.arch/amd64-eval.exp: New file.
5022
e5a1a79a
AH
50232019-04-11 Alan Hayward <alan.hayward@arm.com>
5024
5025 * gdb.server/sysroot.c: New test.
5026 * gdb.server/sysroot.exp: New file.
5027 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5028 matching param.
5029
41077b66
AB
50302019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5031
5032 * gdb.base/align.exp: Extend test to cover structures containing
5033 only static fields.
5034
c30391f8
TV
50352019-04-11 Tom de Vries <tdevries@suse.de>
5036
5037 * boards/cc-with-dwz-m.exp: New file.
5038 * boards/cc-with-dwz.exp: New file.
5039 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5040
e242fd12
SM
50412019-04-09 Simon Marchi <simon.marchi@efficios.com>
5042
5043 * gdb.base/start-cpp.exp: New file.
5044 * gdb.base/start-cpp.cc: New file.
5045
2b0c8b01
KB
50462019-04-08 Kevin Buettner <kevinb@redhat.com>
5047
5048 * gdb.python/py-thrhandle.exp: Adjust tests to call
5049 thread_from_handle instead of thread_from_thread_handle.
5050
947210e5
KB
50512019-04-08 Kevin Buettner <kevinb@redhat.com>
5052
5053 * gdb.python/py-thrhandle.exp: Add tests for
5054 gdb.InferiorThread.handle.
5055
d7df6549
AB
50562019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5057
5058 * gdb.python/py-function.exp: Check calling helper function from
5059 all languages.
5060 * lib/gdb.exp (gdb_supported_languages): New proc.
5061
8bdc1658
AB
50622019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5063
5064 * gdb.base/complex-parts.c: New file.
5065 * gdb.base/complex-parts.exp: New file.
5066
05caa1d2
TT
50672019-04-01 Tom Tromey <tromey@adacore.com>
5068
5069 PR symtab/23331:
5070 * gdb.dwarf2/dw2-ranges-main.c: New file.
5071 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5072 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5073
7734102d
EZ
50742019-03-30 Simon Marchi <simark@simark.ca>
5075
5076 * gdb.base/default.exp: Add values for $_gdb_major and
5077 $_gdb_minor.
5078
188e1fa9
TT
50792019-03-29 Tom Tromey <tromey@adacore.com>
5080
5081 * gdb.base/help.exp: Tighten apropos regexp.
5082
2880242d
KS
50832019-03-29 Keith Seitz <keiths@redhat.com>
5084
5085 * gdb.fortran/array-bounds.exp: New file.
5086 * gdb.fortran/array-bounds.f90: New file.
5087
077cad8e
PW
50882019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5089
5090 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5091
80047cfc
PW
50922019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5093
5094 * gdb.multi/hello.c (main): Increase alarm timer.
5095
f489207e
SL
50962019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5097
5098 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5099 factor when no hardware watchpoint support.
5100
c92df149
AH
51012019-03-28 Alan Hayward <alan.hayward@arm.com>
5102 Pedro Alves <palves@redhat.com>
5103
5104 * boards/local-board.exp: set sysroot to /.
5105
933aebfa
AH
51062019-03-27 Alan Hayward <alan.hayward@arm.com>
5107
5108 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5109 in child.
5110
9f9aa852
AB
51112019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5114 field.
5115 (make_container): Initialise new field.
5116 * gdb.python/py-prettyprint.exp: Add new tests.
5117 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5118 <display_hint>: New method.
5119
3714a195
AB
51202019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5121
5122 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5123 gdb_continue_to_breakpoint more throughout this test.
5124 (run_lang_tests) Supply unique test names, and use
5125 gdb_test_no_output.
5126
18c77628
AB
51272019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5128
5129 * gdb.base/finish-pretty.exp: Update expected results.
5130 * gdb.base/pretty-print.c: New file.
5131 * gdb.base/pretty-print.exp: New file.
5132
9a93502f
PA
51332019-03-25 Pedro Alves <palves@redhat.com>
5134
5135 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5136 move comments outside list. Append '-i "" eof' section.
5137
968aa7ae
AH
51382019-03-22 Alan Hayward <alan.hayward@arm.com>
5139
34a7f2a4 5140 PR testsuite/25016
968aa7ae
AH
5141 * README: Add pie options.
5142 * gdb.base/break-interp.exp: Ensure pie is disabled.
5143 * gdb.base/dump.exp: Likewise.
5144 * lib/gdb.exp (gdb_compile): Add pie option.
5145
4c7d57e7
TT
51462019-03-19 Tom Tromey <tromey@adacore.com>
5147
5148 * gdb.mi/mi2-cli-display.c: New file.
5149 * gdb.mi/mi2-cli-display.exp: New file.
5150
bff8c71f
TT
51512019-03-18 Joel Brobecker <brobecker@adacore.com>
5152 Tom Tromey <tromey@adacore.com>
5153
5154 * gdb.ada/ptype_array/pck.adb: New file.
5155 * gdb.ada/ptype_array/pck.ads: New file.
5156 * gdb.ada/ptype_array/foo.adb: New file.
5157 * gdb.ada/ptype_array.exp: New file.
5158
d085f989
TT
51592019-03-14 Tom Tromey <tromey@adacore.com>
5160
5161 * gdb.base/style.exp: Add "set style sources" test.
5162
b4be1b06
SM
51632019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5164
5165 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5166 * mi-breakpoint-multiple-locations.exp: ... this.
5167 (make_breakpoints_pattern): New proc.
5168 (do_test): Add mi_version parameter, test -break-insert,
5169 -break-info and =breakpoint-created.
5170
7cde5fc2
AB
51712019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5172
5173 * config/default.exp: Remove 'load_lib gdb.exp'.
5174 * config/monitor.exp: Likewise.
5175 * config/sid.exp: Likewise.
5176 * config/sim.exp: Likewise.
5177 * config/slite.exp: Likewise.
5178 * config/unix.exp: Likewise.
5179 * gdb.base/default.exp: Remove unhelpful comment.
5180
efbecbc1
AB
51812019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5184
0841c79a
AB
51852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5186
5187 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5188
4a270568
AB
51892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5190
5191 * gdb.fortran/type-kinds.exp: Update expected results.
5192
067630bd
AB
51932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5194
5195 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5196
3be47f7a
AB
51972019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5198
5199 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5200 function.
5201 (test_basic_parsing_of_type_kinds): Expand types tested.
5202 (test_parsing_invalid_type_kinds): New function.
5203
4d00f5d8
AB
52042019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5205
5206 * gdb.fortran/intrinsics.exp: New file.
5207 * gdb.fortran/intrinsics.f90: New file.
5208 * gdb.fortran/type-kinds.exp: New file.
5209
c8f91604
AB
52102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 * gdb.fortran/dot-ops.exp: New file.
5213
dd9f2c76
AB
52142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5217 Check upper and lower case logical literals.
5218
84ec9724
AB
52192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5220
5221 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5222 Remove duplicate tests.
5223
c3734e09
AH
52242019-03-06 Alan Hayward <alan.hayward@arm.com>
5225
5226 * lib/gdb.exp (builtin_cd): rename of cd.
5227 (cd): Override builtin.
5228
aa3cfbda
RB
52292019-03-06 Richard Bunt <richard.bunt@arm.com>
5230
5231 * gdb.fortran/function-calls.exp: New file.
5232 * gdb.fortran/function-calls.f90: New test.
5233
7b63ad86
RB
52342019-03-04 Richard Bunt <richard.bunt@arm.com>
5235
5236 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5237 on user program standard output.
5238 * gdb.fortran/short-circuit-argument-list.f90: Record function
5239 calls.
5240
01abb042
AH
52412019-02-28 Alan Hayward <alan.hayward@arm.com>
5242
c3734e09
AH
5243 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5244 failure.
01abb042 5245
92137da0
RO
52462019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5247
5248 PR gdb/8527
5249 * gdb.base/interrupt-daemon-attach.c,
5250 gdb.base/interrupt-daemon-attach.exp: New test.
5251
5862844d
PA
52522019-02-27 Pedro Alves <palves@redhat.com>
5253
5254 * gdb.base/page.exp: Add tests for "set width/height -1".
5255
8ed25214
PA
52562019-02-27 Pedro Alves <palves@redhat.com>
5257
5258 * gdb.base/page.exp: Add tests for "set/show width/height" with
5259 "infinite" values.
5260
6c28e44a
TT
52612019-02-27 Tom Tromey <tromey@adacore.com>
5262
5263 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5264 2.4.
5265 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5266 workaround.
5267
bf9a735e
AB
52682019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5269
5270 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5271 tests for structs with static members.
5272
8791793c
TT
52732019-02-26 Tom Tromey <tromey@adacore.com>
5274
5275 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5276 ValueError, not TypeError.
5277
bc2a507e
KB
52782019-02-26 Kevin Buettner <kevinb@redhat.com>
5279
5280 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5281 call from main program.
5282
e0e7d3bd
JB
52832019-02-23 Joel Brobecker <brobecker@adacore.com>
5284
5285 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5286 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5287 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5288 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5289 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5290
9600246d
KS
52912019-02-22 Keith Seitz <keiths@redhat.com>
5292
5293 PR symtab/23853
5294 * gdb.base/symlink-sourcefile.c: New file.
5295 * gdb.base/symlink-sourcefile.exp: New file.
5296
0c95f9ed
TT
52972019-02-20 Tom Tromey <tom@tromey.com>
5298
5299 * gdb.base/info_qt.exp: Update.
5300
6caa91b6
SM
53012019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5302
5303 * gdb.base/source.exp: Move "error in sourced script" code to
5304 the end.
5305 * gdb.base/source-error.gdb: Move contents to
5306 source-error-1.gdb. Add new code to source source-error-1.gdb.
5307 * gdb.base/source-error-1.gdb: New file, from previous
5308 source-error.gdb.
5309
6506371f
TT
53102019-02-17 Tom Tromey <tom@tromey.com>
5311
5312 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5313 for macro styling.
5314 * gdb.base/style.c (SOME_MACRO): New macro.
5315
a0087920
TT
53162019-02-17 Tom Tromey <tom@tromey.com>
5317
5318 * gdb.base/style.exp: Add line-wrapping tests.
5319 * gdb.base/page.exp: Add test for quitting during pagination.
5320
a2cd4f14
JB
53212019-02-17 Joel Brobecker <brobecker@adacore.com>
5322
5323 * gdb.ada/big_packed_array: New testcase.
5324 * gdb.ada/homonym.exp: Fix incorrect expected output for
5325 "break <homonym__get_value>" test.
5326
9d70ffbc
WP
53272019-02-13 Weimin Pan <weimin.pan@oracle.com>
5328
5329 PR breakpoints/21870
5330 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5331 and prepare_for_testing. Add comment.
5332 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5333 redundant cleanup call. Clean up comment.
5334
01c7ae81
WP
53352019-02-12 Weimin Pan <weimin.pan@oracle.com>
5336
5337 PR breakpoints/21870
5338 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5339 * gdb.arch/aarch64-dbreg-contents.c: New file.
5340
aff29d1c
JB
53412019-02-10 Joel Brobecker <brobecker@adacore.com>
5342
5343 * gdb.ada/mi_ref_changeable: New testcase.
5344
df0da8a2
AH
53452019-02-07 Alan Hayward <alan.hayward@arm.com>
5346
5347 * gdb.base/attach.exp: Add double attach test.
5348
bd447abb
SM
53492019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5350
5351 * lib/gdb.exp (default_gdb_start): Don't match pagination
5352 prompt.
5353 (gdb_init): Set stty_init.
5354
1dbc40b9
TT
53552019-01-27 Tom Tromey <tom@tromey.com>
5356
5357 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5358 skip_python_tests.
5359
353229bf
AH
53602019-01-24 Alan Hayward <alan.hayward@arm.com>
5361
5362 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5363 New structure.
5364 (struct struct_static_02_02): Likewise.
5365 (struct struct_static_02_03): Likewise.
5366 (struct struct_static_02_04): Likewise.
5367 (struct struct_static_04_01): Likewise.
5368 (struct struct_static_04_02): Likewise.
5369 (struct struct_static_04_03): Likewise.
5370 (struct struct_static_04_04): Likewise.
5371 (struct struct_static_06_01): Likewise.
5372 (struct struct_static_06_02): Likewise.
5373 (struct struct_static_06_03): Likewise.
5374 (struct struct_static_06_04): Likewise.
5375 (cmp_struct_static_02_01): Likewise.
5376 (cmp_struct_static_02_02): Likewise.
5377 (cmp_struct_static_02_03): Likewise.
5378 (cmp_struct_static_02_04): Likewise.
5379 (cmp_struct_static_04_01): Likewise.
5380 (cmp_struct_static_04_02): Likewise.
5381 (cmp_struct_static_04_03): Likewise.
5382 (cmp_struct_static_04_04): Likewise.
5383 (cmp_struct_static_06_01): Likewise.
5384 (cmp_struct_static_06_02): Likewise.
5385 (cmp_struct_static_06_03): Likewise.
5386 (cmp_struct_static_06_04): Likewise.
5387 (call_all): Test new structs.
5388 * gdb.base/infcall-nested-structs.exp: Likewise.
5389
73021deb
AH
53902019-01-21 Alan Hayward <alan.hayward@arm.com>
5391 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5392
fc65c7db
AH
53932019-01-21 Alan Hayward <alan.hayward@arm.com>
5394 * gdb.base/stack-protector.c: New test.
5395 * gdb.base/stack-protector.exp: New file.
5396 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5397 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5398 option.
5399 (gdb_compile): Remove stack protector for GCC and prevent
5400 recursion.
5401
c24bdb02
KS
54022019-01-16 Keith Seitz <keiths@redhat.com>
5403
5404 PR gdb/23773
5405 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5406
6f072a10
PFC
54072019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5408
5409 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5410 aliases.
5411 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5412 tests.
5413 * gdb.arch/powerpc-vector-regs.c: New file.
5414 * gdb.arch/powerpc-vector-regs.exp: New file.
5415
a7b8d682
PFC
54162019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5417
5418 * gdb.arch/altivec-regs.exp: Fix the list passed to
5419 gdb_expect_list when testing "info vector".
5420
6eb6fb67
AB
54212019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5422
5423 * gdb.base/style.exp: Don't include path in testname.
5424
b56f80d8
KS
54252019-01-10 Keith Seitz <keiths@redhat.com>
5426
5427 PR gdb/23712
5428 PR symtab/23010
5429 * gdb.dwarf2/multidictionary.exp: New file.
5430
041be526
SM
54312019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5432
5433 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5434 (test_gnuv3_style_demangling): ... this.
5435 (test_lucid_style_demangling): Remove.
5436 (test_arm_style_demangling): Remove.
5437 (test_hp_style_demangling): Remove.
5438 (do_tests): Remove calls to the above.
5439
d820d0c3
AB
54402019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5441
5442 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5443 case.
5444
f097f5ad
TT
54452019-01-06 Tom Tromey <tom@tromey.com>
5446
5447 PR gdb/28155:
5448 * gdb.dwarf2/typedef-void-finish.exp: New file.
5449
2cd8cc0b
TT
54502018-12-28 Tom Tromey <tom@tromey.com>
5451 Simon Marchi <simark@simark.ca>
5452
5453 * gdb.base/jit-exec.exp: New file.
5454 * gdb.base/jit-exec.c: New file.
5455 * gdb.base/jit-execd.c: New file.
5456
35fb8261
TT
54572018-12-28 Tom Tromey <tom@tromey.com>
5458
5459 * gdb.base/style.exp: Update test to check for address styling.
5460
47fd17cd
TT
54612018-12-28 Tom Tromey <tom@tromey.com>
5462
5463 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5464 message.
5465
d47032b7
TT
54662018-12-28 Tom Tromey <tom@tromey.com>
5467
5468 * gdb.base/style.exp: Add test for version number styling.
5469
af79b68d
TT
54702018-12-28 Tom Tromey <tom@tromey.com>
5471
5472 * gdb.base/style.exp: Add test for print_address_symbolic.
5473
0bb296cb
TT
54742018-12-28 Tom Tromey <tom@tromey.com>
5475
5476 * gdb.base/style.exp: Add test for breakpoint setting.
5477
80ae2043
TT
54782018-12-28 Tom Tromey <tom@tromey.com>
5479
5480 * gdb.base/style.exp: Add test for variable names.
5481
cbe56571
TT
54822018-12-28 Tom Tromey <tom@tromey.com>
5483
5484 * gdb.base/style.exp: New file.
5485 * gdb.base/style.c: New file.
5486
9162a27c
TT
54872018-12-28 Tom Tromey <tom@tromey.com>
5488
5489 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5490 "dumb".
5491 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5492 the TERM environment variable.
5493
bc543c90
TT
54942018-12-27 Tom Tromey <tom@tromey.com>
5495
5496 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5497 pagination test.
5498
6f0ffe50
AB
54992018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5500
5501 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5502 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5503
b5a1e557
PW
55042018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5505
5506 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5507 Filename a.adb changed to bp_fun_addr.adb.
5508 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5509
6e8b1ab2
JV
55102018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5511
5512 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5513 non-PIE executables.
5514 * README: Mention the gdb,nopie_flag board setting.
5515 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5516 non-PIE executable.
5517 * gdb.arch/amd64-entry-value.exp: Likewise.
5518 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5519 * gdb.arch/i386-float.exp: Likewise.
5520 * gdb.arch/i386-signal.exp: Likewise.
5521 * gdb.mi/mi-reg-undefined.exp: Likewise.
5522
d00a27c5
PM
55232018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5524
5525 PR gdb/23974
5526 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5527
161d081c
PW
55282018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5529
5530 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5531 Update order of results accordingly.
5532
b001de23
AB
55332018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5534
5535 * gdb.base/annota1.exp: Update a test regexp.
5536
99e1a184
AB
55372018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5538
5539 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5540
7a81c1e2
PW
55412018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5542
5543 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5544 (reuse_time): Initialize to REUSE_TIME_CAP.
5545 (check_rc): New function.
5546 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5547 Check pthread_create rc.
5548 (spawner_thread_func): Check pthread_create and pthread_join rc.
5549
73e8dc90
PA
55502018-12-08 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.base/list.exp (test_forward_search): Rename to ...
5553 (test_forward_reverse_search): ... this. Also test reverse-search
5554 and the forward-search alias.
5555
13f2ed32
AB
55562018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5557
5558 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5559 local timeout variable before return, and remove all local timeout
5560 variable entirely.
5561 (gdb_load): Likewise.
5562
64d27cfc
TV
55632018-12-01 Tom de Vries <tdevries@suse.de>
5564
5565 * gdb.base/gdb-caching-proc.exp: New file.
5566
f63c03b4
SDJ
55672018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5568
5569 * Makefile.in (TIMESTAMP): New variable.
5570 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5571 command.
5572 (check-single-racy): Likewise.
5573 (check/%.exp): Likewise.
5574 (check-racy/%.exp): Likewise.
5575 (workers/%.worker): Likewise.
5576 (build-perf): Likewise.
5577 (check-perf): Likewise.
5578 * README: Describe new "TS" and "TS_FORMAT" variables.
5579 * print-ts.py: New file.
5580
1c97054b
BF
55812018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5582
5583 PR python/23714
5584 * gdb.python/python.exp: Test command repetition after
5585 gdb.execute.
5586
1871a62d
AB
55872018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5588
5589 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5590 is correctly aligned.
5591
fb5e1ed9
PW
55922018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5593
5594 * gdb.ada/info_auto_lang.exp: New testcase.
5595 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5596 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5597 * gdb.ada/info_auto_lang/some_c.c: New file.
5598
43d397ca
PW
55992018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5600
5601 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5602 FUNC_lang language syntax.
5603
beddd671
PW
56042018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5605
5606 * gdb.base/info_minsym.c: New file.
5607 * gdb.base/info_minsym.exp: New file.
5608
73fc52c4
TT
56092018-11-19 Tom Tromey <tom@tromey.com>
5610
5611 PR rust/23625:
5612 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5613 * gdb.rust/expr.exp: Update expected output. Change one test.
5614
994b876a
TT
56152018-11-19 Tom Tromey <tom@tromey.com>
5616
5617 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5618
6769f276
PA
56192018-11-19 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5622 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5623 see the expected warning.
5624
38a72da0
AH
56252018-11-16 Alan Hayward <alan.hayward@arm.com>
5626
5627 PR gdb/22736:
5628 * gdb.cp/infcall-nodebug-lib.c: New test.
5629 * gdb.cp/infcall-nodebug-main.c: New test.
5630 * gdb.cp/infcall-nodebug.exp: New file.
5631
53a89d6e
SM
56322018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5633
5634 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5635 completer tests.
5636
9325300d
TV
56372018-11-09 Tom de Vries <tdevries@suse.de>
5638
5639 * gdb.base/msym-lang.c: New test.
5640 * gdb.base/msym-lang.exp: New file.
5641 * gdb.base/msym-lang-main.c: New test.
5642
20f0d60d
TT
56432018-11-08 Tom Tromey <tom@tromey.com>
5644
5645 PR gdb/23555:
5646 PR gdb/23838:
5647 * gdb.base/warning.exp: New file.
5648
b5420128
JB
56492018-11-08 Jan Beulich <jbeulich@suse.com>
5650
5651 * testsuite/gdb.arch/i386-avx512.c,
5652 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5653
cd115d61
AB
56542018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5655
5656 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5657 point hardware.
5658
35ee2dc2
AB
56592018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5660
5661 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5662 * gdb.dwarf2/missing-type-name.exp: New file.
5663
31aceee8
TV
56642018-11-06 Tom de Vries <tdevries@suse.de>
5665
5666 * gdb.base/many-headers.c: New test.
5667 * gdb.base/many-headers.exp: New file.
5668
109be305
JW
56692018-11-06 Jim Wilson <jimw@sifive.com>
5670
5671 * gdb.base/code_elim.exp: For riscv, set additional_flags
5672 to include -msmall-data-limit=0.
5673
e2b7af72
JB
56742018-11-01 Joel Brobecker <brobecker@adacore.com>
5675
5676 * gdb.ada/watch_minus_l: New testcase.
5677
cdcda965
SM
56782018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5679
5680 * gdb.arch/aix-sighandle.c: New file.
5681 * gdb.arch/aix-sighandle.exp: New file.
5682
92dcebf3
AB
56832018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5684
5685 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5686 registers being unions.
5687
68b9ac18
TV
56882018-10-31 Tom de Vries <tdevries@suse.de>
5689
5690 * lib/valgrind.exp: New file.
5691 (vgdb_start, vgdb_stop): New procs, factored out of ...
5692 * gdb.base/valgrind-bt.exp: ... here, ...
5693 * gdb.base/valgrind-disp-step.exp: ... here and ...
5694 * gdb.base/valgrind-infcall.exp: ... here.
5695
1443936e
TV
56962018-10-31 Tom de Vries <tdevries@suse.de>
5697
5698 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5699
eb77c9df
AB
57002018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5701
5702 * gdb.dwarf2/void-type.c: New file.
5703 * gdb.dwarf2/void-type.exp: New file.
5704
82b5e646
PW
57052018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5706
5707 * gdb.base/info_qt.c: New file.
5708 * gdb.base/info_qt.exp: New file.
5709
8d619c01
EBM
57102018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5711
5712 * gdb.arch/powerpc-htm-regs.c: New file.
5713 * gdb.arch/powerpc-htm-regs.exp: New file.
5714
f2cf6173
EBM
57152018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5716
5717 * gdb.arch/powerpc-tar.c: New file.
5718 * gdb.arch/powerpc-tar.exp: New file.
5719
7ca18ed6
EBM
57202018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5721
5722 * gdb.arch/powerpc-ppr-dscr.c: New file.
5723 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5724
bfcc0eba
TV
57252018-10-25 Tom de Vries <tdevries@suse.de>
5726
5727 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5728
fe1a5cad
TV
57292018-10-24 Tom de Vries <tdevries@suse.de>
5730
5731 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5732 longer exists error.
5733
a76dc3b7
TV
57342018-10-24 Tom de Vries <tdevries@suse.de>
5735
5736 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5737
4df46df7
TV
57382018-10-24 Tom de Vries <tdevries@suse.de>
5739
5740 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5741 --db-attach in valgrind.
5742
0dbfcfff
AB
57432018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5744
5745 * gdb.arch/riscv-reg-aliases.c: New file.
5746 * gdb.arch/riscv-reg-aliases.exp: New file.
5747
b04480b1
AH
57482018-10-19 Alan Hayward <alan.hayward@arm.com>
5749
5750 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5751
2c6ac8d7
AH
57522018-10-19 Alan Hayward <alan.hayward@arm.com>
5753
5754 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5755
2bc69f25
AH
57562018-10-19 Alan Hayward <alan.hayward@arm.com>
5757
5758 * gdb.cp/ovldbreak.exp: Fix regexps.
5759
1f1ae3a3
AH
57602018-10-19 Alan Hayward <alan.hayward@arm.com>
5761
5762 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5763
94c18618
SDJ
57642018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5765
5766 PR cli/23785
5767 * gdb.base/restore.exp: New test to check if "restore" with an
5768 invalid file doesn't segfault.
5769
812cd6eb
TV
57702018-10-18 Tom de Vries <tdevries@suse.de>
5771
5772 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5773 * gdb.ada/excep_handle.exp: Same.
5774 * gdb.ada/mi_string_access.exp: Same.
5775 * gdb.ada/mi_var_union.exp: Same.
5776 * gdb.arch/arc-analyze-prologue.exp: Same.
5777 * gdb.arch/arc-decode-insn.exp: Same.
5778 * gdb.base/readnever.exp: Same.
5779 * gdb.fortran/printing-types.exp: Same.
5780 * gdb.guile/scm-lazy-string.exp: Same.
5781
c4b90788
TV
57822018-10-16 Tom de Vries <tdevries@suse.de>
5783
5784 PR gdb/23730
5785 * gdb.base/catch-follow-exec.c: Add copyright notice.
5786 * gdb.base/catch-follow-exec.exp: Rewrite to use
5787 gdb_spawn_with_cmdline_opts. Require gdb-native.
5788
8bca2978
SL
57892018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5790
5791 * gdb.trace/actions-changed.exp: Check for arch support.
5792 * gdb.trace/actions.exp: Likewise.
5793 * gdb.trace/ax.exp: Likewise.
5794 * gdb.trace/backtrace.exp: Likewise.
5795 * gdb.trace/change-loc.exp: Likewise.
5796 * gdb.trace/deltrace.exp: Likewise.
5797 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5798 * gdb.trace/ftrace.exp: Likewise.
5799 * gdb.trace/infotrace.exp: Check for arch support.
5800 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5801 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5802 * gdb.trace/mi-tsv-changed.exp: Likewise.
5803 * gdb.trace/packetlen.exp: Likewise.
5804 * gdb.trace/passc-dyn.exp: Likewise.
5805 * gdb.trace/passcount.exp: Likewise.
5806 * gdb.trace/pending.exp: Likewise.
5807 * gdb.trace/range-stepping.exp: Check for shlib support.
5808 * gdb.trace/report.exp: Check for arch support.
5809 * gdb.trace/save-trace.exp: Likewise.
5810 * gdb.trace/signal.exp: Check for signal support.
5811 * gdb.trace/tfind.exp: Check for arch support.
5812 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5813 * gdb.trace/trace-common.h: Add comment.
5814 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5815 * gdb.trace/trace-enable-disable.exp: Likewise.
5816 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5817 * gdb.trace/tracecmd.exp: Check for arch support.
5818 * gdb.trace/tspeed.exp: Check for shlib and target support.
5819 * gdb.trace/tstatus.exp: Check for arch support.
5820 * gdb.trace/tsv.exp: Likewise.
5821 * gdb.trace/while-dyn.exp: Likewise.
5822 * gdb.trace/while-stepping.exp: Likewise.
5823 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5824
f9c49bff
SM
58252018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5826
5827 * gdb.trace/tspeed.exp: Remove nowarnings.
5828 (prepare_for_trace_test): Declare "global ipalib".
5829 * gdb.trace/tspeed.c: Include unistd.h.
5830 (main): Remove superfluous printf argument.
5831
d4330bde
SL
58322018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5833
5834 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5835 directory prefix on the filename.
5836
8ecfd7bd
SDJ
58372018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5838
5839 * gdb.gdb/unittest.exp: Update expected message informing that
5840 selftests have been disabled.
5841 * gdb.server/unittest.exp: Likewise.
5842
58bbcd02
TV
58432018-10-09 Tom de Vries <tdevries@suse.de>
5844
5845 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5846 with runto_main.
5847
9f6b697b
WP
58482018-10-08 Weimin Pan <weimin.pan@oracle.com>
5849
5850 PR c++/16841
5851 * gdb.cp/virtbase2.cc: New file.
5852 * gdb.cp/virtbase2.exp: New file.
5853
add5ded5
TT
58542018-10-06 Tom Tromey <tom@tromey.com>
5855
5856 PR python/19399:
5857 * gdb.python/py-inferior.exp: Add architecture test.
5858
f9e48344
TT
58592018-10-06 Tom Tromey <tom@tromey.com>
5860
5861 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5862 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5863
2a8be203
TT
58642018-10-06 Tom Tromey <tom@tromey.com>
5865
5866 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5867 of a "throw" catchpoint.
5868
e04caa70
SDJ
58692018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5870
5871 * gdb.base/info-proc.exp: Update string expected from "help info
5872 proc".
5873
5ca8c39f
TT
58742018-10-04 Tom Tromey <tom@tromey.com>
5875
5876 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5877 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5878 (test_initial_complaints, test_empty_complaints): Update.
5879 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5880
3453e7e4
TT
58812018-10-04 Tom Tromey <tom@tromey.com>
5882
5883 PR cli/19551:
5884 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5885 * lib/gdb.exp (gdb_file_cmd): Update.
5886 * gdb.stabs/weird.exp (print_weird_var): Update.
5887 * gdb.server/solib-list.exp: Update.
5888 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5889 * gdb.mi/mi-cli.exp: Update.
5890 * gdb.linespec/linespec.exp: Update.
5891 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5892 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5893 * gdb.cp/cp-relocate.exp: Update.
5894 * gdb.base/sym-file.exp: Update.
5895 * gdb.base/relocate.exp: Update.
5896 * gdb.base/readnever.exp: Update.
5897 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5898 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5899 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5900 * gdb.base/code_elim.exp: Update.
5901 * gdb.base/break-unload-file.exp (test_break): Update.
5902 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5903 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5904 Update.
5905 * gdb.base/attach.exp (do_attach_tests): Update.
5906 * gdb.base/sepdebug.exp: Update.
5907 * gdb.python/py-section-script.exp: Update.
5908
6afcf761
TT
59092018-10-04 Tom Tromey <tom@tromey.com>
5910
5911 PR cli/22234:
5912 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5913 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5914 output.
5915
fef1b293
TT
59162018-10-04 Tom Tromey <tom@tromey.com>
5917
5918 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5919 set width and height to 0.
5920 (test_command_line_attach_run): Use -quiet.
5921
ca98345e
SL
59222018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5923
5924 * lib/gdb.exp (skip_ifunc_tests): New.
5925 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5926 other compile failures.
5927 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5928
ff34e6ae
SM
59292018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5930
5931 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5932 is_amd64_regs_target.
5933
6bb8890e
AH
59342018-10-01 Alan Hayward <alan.hayward@arm.com>
5935
5936 * gdb.arch/aarch64-sighandler-regs.c: New test.
5937 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5938 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5939
224d30d3
MM
59402018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5941
5942 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5943 assembly.
5944
f67ffa6a
AB
59452018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5946
5947 * gdb.base/frame-selection.exp: New file.
5948 * gdb.base/frame-selection.c: New file.
5949
9fc3183f
AH
59502018-09-27 Alan Hayward <alan.hayward@arm.com>
5951
5952 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5953 pthread barrier.
5954 (main): Likewise.
5955
d354055e
AB
59562018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5957
5958 * gdb.base/large-frame-1.c: New file.
5959 * gdb.base/large-frame-2.c: New file.
5960 * gdb.base/large-frame.exp: New file.
5961 * gdb.base/large-frame.h: New file.
5962
db727370
JL
59632018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5964
5965 PR gdb/20948
5966 * gdb.base/write_mem.exp: New test.
5967 * gdb.base/write_mem.c: Likewise.
5968
ae778caf
TT
59692018-09-23 Tom Tromey <tom@tromey.com>
5970
5971 PR python/18852:
5972 * gdb.python/py-parameter.exp: Add test for parameter that throws
5973 on "set".
5974
fd3ba736
TT
59752018-09-23 Tom Tromey <tom@tromey.com>
5976
5977 PR python/17284:
5978 * gdb.python/py-template.exp (test_template_arg): Add test for
5979 negative template argument number.
5980
39a24317
TT
59812018-09-23 Tom Tromey <tom@tromey.com>
5982
5983 PR python/14062:
5984 * gdb.python/python.exp: Add test for post_event error.
5985
f5769a2c
TT
59862018-09-23 Tom Tromey <tom@tromey.com>
5987
5988 PR python/18170:
5989 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
5990 convert pointers to int and long.
5991
1c1e54f6
TT
59922018-09-23 Tom Tromey <tom@tromey.com>
5993
5994 PR python/20126:
5995 * gdb.python/py-value.exp (test_value_numeric_ops): Add
5996 signed-ness conversion tests.
5997
fb4fa946
TT
59982018-09-23 Tom Tromey <tom@tromey.com>
5999
6000 PR python/18352;
6001 * gdb.python/py-value.exp (test_float_conversion): New proc.
6002 Use it.
6003
a466edac
HAQ
60042018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6005
6006 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6007
4ee9b0c5
SL
60082018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6009
6010 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6011 no readline.
6012 * gdb.base/utf8-identifiers.exp: Likewise.
6013 * gdb.cp/cpcompletion.exp: Likewise.
6014 * gdb.linespec/cpcompletion.exp: Likewise.
6015 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6016 * gdb.linespec/cpls-ops.exp: Likewise.
6017
23be8da7
RB
60182018-09-19 Richard Bunt <richard.bunt@arm.com>
6019 Chris January <chris.january@arm.com>
6020
6021 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6022 * gdb.fortran/short-circuit-argument-list.exp: New file.
6023 * gdb.fortran/short-circuit-argument-list.f90: New test.
6024
5031d0ae
SDJ
60252018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6026
6027 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6028 "arch=" keyword when executing "-stack-list-frames".
6029
b4c0d1a4
SDJ
60302018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6031
6032 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6033 "arch=" keyword when executing "-stack-list-frames".
6034
7a6d2b45
SDJ
60352018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6036
6037 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6038 break ada".
6039
8588b356
SM
60402018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6041
6042 PR python/23669
6043 * gdb.python/python.exp: Test gdb.execute("show commands").
6044
65e65158
TT
60452018-09-16 Tom Tromey <tom@tromey.com>
6046
6047 * gdb.base/new-ui.exp (do_execution_tests): Update.
6048 * gdb.base/dbx.exp (test_breakpoints): Update.
6049
bf326452
AH
60502018-09-14 Alan Hayward <alan.hayward@arm.com>
6051
6052 * lib/gdb.exp (gdb_simple_compile): Add proc.
6053 (is_elf_target): Use gdb_simple_compile.
6054 (skip_altivec_tests): Likewise.
6055 (skip_vsx_tests): Likewise.
6056 (skip_tsx_tests): Likewise.
6057 (skip_btrace_tests): Likewise.
6058 (skip_btrace_pt_tests): Likewise.
6059 (gdb_can_simple_compile): Likewise.
6060 (gdb_has_argv0): Likewise.
6061 (gdb_target_symbol_prefix): Likewise.
6062 (target_supports_scheduler_locking): Likewise.
6063
2361b0fb
TT
60642018-09-13 Tom Tromey <tom@tromey.com>
6065
6066 * Makefile.in (TAGS): Recognize proc_with_prefix and
6067 gdb_caching_proc.
6068
0ae1a321
SM
60692018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6070
6071 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6072 method.
6073
a40bf0c2
SM
60742018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6075
6076 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6077 and a few other Inferior properties when the Inferior is no
6078 longer valid.
6079
4a3fe98f
TT
60802018-09-13 Tom Tromey <tom@tromey.com>
6081
6082 PR rust/23650:
6083 * gdb.rust/simple.exp: Add test for enum field access error.
6084
098b2108
TT
60852018-09-13 Tom Tromey <tom@tromey.com>
6086
6087 PR rust/23626:
6088 * gdb.rust/simple.rs (EmptyEnum): New type.
6089 (main): Use it.
6090 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6091
1256af7d
SM
60922018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6093
6094 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6095 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6096 * gdb.python/py-symtab.exp: Update test printing an objfile.
6097
4aa8e6c2
SM
60982018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6099
6100 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6101 object.
6102
c221b2f7
AH
61032018-09-12 Alan Hayward <alan.hayward@arm.com>
6104
6105 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6106 (support_complex_tests): Use gdb_can_simple_compile.
6107 (is_ilp32_target): Likewise.
6108 (is_lp64_target): Likewise.
6109 (is_64_target): Likewise.
6110 (is_amd64_regs_target): Likewise.
6111 (is_aarch32_target): Likewise.
6112 (gdb_int128_helper): Likewise.
6113
6f1107b5
JK
61142018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6115
6116 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6117
1f5d1570
JG
61182018-09-10 Jerome Guitton <guitton@adacore.com>
6119
6120 * gdb.ada/same_component_name: Add test for case of tagged record
6121 with variable-length fields.
6122
cc330e39
XR
61232018-09-10 Xavier Roirand <roirand@adacore.com>
6124
6125 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6126 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6127 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6128 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6129
b9c50e9a
XR
61302018-09-10 Xavier Roirand <roirand@adacore.com>
6131
6132 * gdb.ada/mi_string_access.exp: New testcase.
6133 * gdb.ada/mi_string_access/bar.adb: New file.
6134 * gdb.ada/mi_string_access/pck.adb: New file.
6135 * gdb.ada/mi_string_access/pck.asd: New file.
6136
2963898f
XR
61372018-09-10 Xavier Roirand <roirand@adacore.com>
6138
6139 * gdb.ada/mi_var_union.exp: New testcase.
6140 * gdb.ada/mi_var_union/bar.adb: New file.
6141 * gdb.ada/mi_var_union/pck.adb: New file.
6142 * gdb.ada/mi_var_union/pck.asd: New file.
6143
1aac008f
TT
61442018-09-08 Tom Tromey <tom@tromey.com>
6145
6146 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6147
332cf4c9
TT
61482018-09-08 Tom Tromey <tom@tromey.com>
6149
6150 PR python/16047:
6151 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6152 (register_pretty_printers): Register new printer.
6153 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6154 test.
6155 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6156 (an_int_type3): New global.
6157
424da6cf
JB
61582018-09-08 Joel Brobecker <brobecker@adacore.com>
6159
6160 * gdb.ada/expr_with_funcall: New testcase.
6161
2a62dfa9
JB
61622018-09-08 Joel Brobecker <brobecker@adacore.com>
6163
6164 * gdb.ada/packed_array_assign: New testcase.
6165
96b6697f
AB
61662018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6167
6168 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6169 names, and add test prefixes to make test names unique.
6170
e4a62c65
TV
61712018-09-05 Tom de Vries <tdevries@suse.de>
6172
6173 * gdb.dwarf2/varval.exp: Add test.
6174
dd083ee2
GB
61752018-09-04 Gary Benson <gbenson@redhat.com>
6176
6177 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6178 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6179
aef9346c
TT
61802018-08-31 Tom Tromey <tom@tromey.com>
6181
6182 * gdb.rust/simple.rs: Rename second variable "v".
6183
c67f2e15
AB
61842018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6185
6186 * gdb.base/funcargs.c (use_a): New function.
6187 (recurse): Call use_a.
6188
078a0207
KS
61892018-08-29 Keith Seitz <keiths@redhat.com>
6190
6191 * gdb.compile/compile-cplus-anonymous.cc: New file.
6192 * gdb.compile/compile-cplus-anonymous.exp: New file.
6193 * gdb.compile/compile-cplus-array-decay.cc: New file.
6194 * gdb.compile/compile-cplus-array-decay.exp: New file.
6195 * gdb.compile/compile-cplus-inherit.cc: New file.
6196 * gdb.compile/compile-cplus-inherit.exp: New file.
6197 * gdb.compile/compile-cplus-member.cc: New file.
6198 * gdb.compile/compile-cplus-member.exp: New file.
6199 * gdb.compile/compile-cplus-method.cc: New file.
6200 * gdb.compile/compile-cplus-method.exp: New file.
6201 * gdb.compile/compile-cplus-mod.c: "New" file.
6202 * gdb.compile/compile-cplus-namespace.cc: New file.
6203 * gdb.compile/compile-cplus-namespace.exp: New file.
6204 * gdb.compile/compile-cplus-nested.cc: New file.
6205 * gdb.compile/compile-cplus-nested.exp: New file.
6206 * gdb.compile/compile-cplus-print.c: "New" file.
6207 * gdb.compile/compile-cplus-print.exp: "New" file.
6208 * gdb.compile/compile-cplus-virtual.cc: New file.
6209 * gdb.compile/compile-cplus-virtual.exp: New file.
6210 * gdb.compile/compile-cplus.c: "New" file.
6211 * gdb.compile/compile-cplus.exp: "New" file.
6212 * lib/compile-support.exp: New file.
6213
b0f492b9
GB
62142018-08-16 Gary Benson <gbenson@redhat.com>
6215
6216 PR gdb/13000:
6217 * gdb.base/batch-exit-status.exp: New file.
6218 * gdb.base/batch-exit-status.good-commands: Likewise.
6219 * gdb.base/batch-exit-status.bad-commands: Likewise.
6220
36eb4c5f
AH
62212018-08-29 Alan Hayward <alan.hayward@arm.com>
6222
6223 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6224 (struct struct02): Likewise.
6225 (struct struct03): Likewise.
6226 (struct struct04): Likewise.
6227 (struct struct_01_01): New struct.
6228 (struct struct_01_02): Likewise.
6229 (struct struct_01_03): Likewise.
6230 (struct struct_01_04): Likewise.
6231 (struct struct_02_01): Likewise.
6232 (struct struct_02_02): Likewise.
6233 (struct struct_02_03): Likewise.
6234 (struct struct_02_04): Likewise.
6235 (struct struct_04_01): Likewise.
6236 (struct struct_04_02): Likewise.
6237 (struct struct_04_03): Likewise.
6238 (struct struct_04_04): Likewise.
6239 (struct struct_05_01): Likewise.
6240 (struct struct_05_02): Likewise.
6241 (struct struct_05_03): Likewise.
6242 (struct struct_05_04): Likewise.
6243 (cmp_struct01): Remove function.
6244 (cmp_struct02): Likewise.
6245 (cmp_struct03): Likewise.
6246 (cmp_struct04): Likewise.
6247 (cmp_struct_01_01): Add Function.
6248 (cmp_struct_01_02): Likewise.
6249 (cmp_struct_01_03): Likewise.
6250 (cmp_struct_01_04): Likewise.
6251 (cmp_struct_02_01): Likewise.
6252 (cmp_struct_02_02): Likewise.
6253 (cmp_struct_02_03): Likewise.
6254 (cmp_struct_02_04): Likewise.
6255 (cmp_struct_04_01): Likewise.
6256 (cmp_struct_04_02): Likewise.
6257 (cmp_struct_04_03): Likewise.
6258 (cmp_struct_04_04): Likewise.
6259 (cmp_struct_05_01): Likewise.
6260 (cmp_struct_05_02): Likewise.
6261 (cmp_struct_05_03): Likewise.
6262 (cmp_struct_05_04): Likewise.
6263 (call_all): Add new structs.
6264 * gdb.base/infcall-nested-structs.exp: Likewise.
6265
3bf9c013
JV
62662018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6267
6268 * gdb.python/py-framefilter-mi.exp: Update regexp to
6269 check for "arch" field in frame output.
6270
450d1e88
KB
62712018-08-23 Kevin Buettner <kevinb@redhat.com>
6272
6273 * gdb.dwarf2/dw2-ranges-func.c: New file.
6274 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6275
ae739fe7
SM
62762018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6277
6278 * gdb.base/term.exp: Compare terminal settings with values from
6279 the inferior.
6280 * gdb.base/term.c: Get and set terminal settings.
6281
6d52907e
JV
62822018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6283
6284 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6285 accommodate new "arch" field in frame output.
6286 * gdb.mi/mi-return.exp: Likewise.
6287 * gdb.mi/mi-stack.exp: Likewise.
6288 * gdb.mi/mi-syn-frame.exp: Likewise.
6289 * gdb.mi/user-selected-context-sync.exp: Likewise.
6290
be2d111a
MS
62912018-08-19 Michael Spang <spang@google.com>
6292
6293 PR gdb/11786
6294 * gdb.base/gcore-tls-pie.c: New file.
6295 * gdb.base/gcore-tls-pie.exp: New file.
6296
ae3a7c47
KB
62972018-08-18 Kevin Buettner <kevinb@redhat.com>
6298
6299 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6300 * gdb.dwarf2/varval.c: New file.
6301 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6302
2ecae92e
AH
63032018-08-17 Alan Hayward <alan.hayward@arm.com>
6304
6305 PR gdb/18931
6306 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6307
c1854f1d
KS
63082018-08-16 Keith Seitz <keiths@redhat.com>
6309
6310 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6311 tests expected to pass.
6312
26fb3983
JV
63132018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6314
6315 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6316 -data-disassemble -a.
6317 (test_disassembly_bogus_args): Likewise.
6318
67943c00
AB
63192018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6320
6321 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6322
5ff2bbae
AB
63232018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6324
6325 * gdb.base/vla-optimized-out.exp: Add new test.
6326
e5bbcd0f
AB
63272018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6328
6329 * gdb.base/vla-optimized-out-o3.exp: Delete.
6330 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6331 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6332 deleted tests.
6333
9d4a934c
AB
63342018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6335
6336 PR gdb/18050:
6337 * gdb.server/extended-remote-restart.c: New file.
6338 * gdb.server/extended-remote-restart.exp: New file.
6339
045cf012
SM
63402018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6341
6342 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6343 "set variable index = 42".
6344
87d6a7aa
SM
63452018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6346
6347 * boards/index-cache-gdb.exp: New file.
6348 * gdb.dwarf2/index-cache.exp: New file.
6349 * gdb.dwarf2/index-cache.c: New file.
6350 * gdb.base/maint.exp: Check if we are using the index cache.
6351
96d68bd4
RO
63522018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6353
6354 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6355 MAKEFLAGS.
6356
5a699617
RO
63572018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6358
6359 * dg-extract-results.sh: Move to toplevel contrib.
6360 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6361 * Makefile.in (check-parallel-racy): Likewise.
6362
5bd18990
AB
63632018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6364
6365 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6366 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6367 tests if the target supports scheduler locking.
6368
3fbbcf47
TV
63692018-08-04 Tom de Vries <tdevries@suse.de>
6370
6371 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6372
3e1d3d8c
TT
63732018-08-02 Tom Tromey <tom@tromey.com>
6374
6375 PR symtab/16842.
6376 * gdb.cp/temargs.exp: Test "info address" of a template
6377 parameter.
6378
5abe0f0c
JV
63792018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6380
6381 * gdb.python/py-mi-var-info-path-expression.c: New file.
6382 * gdb.python/py-mi-var-info-path-expression.py: New file.
6383 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6384
fb66cde8
SDJ
63852018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6386
6387 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6388 error after "cannot resolve name" string.
6389
c708f4d2
AB
63902018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6391
6392 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6393 started.
6394 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6395
37cc0cae
TV
63962018-07-28 Tom de Vries <tdevries@suse.de>
6397
6398 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6399
63b4ecf7
TV
64002018-07-26 Tom de Vries <tdevries@suse.de>
6401
6402 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6403
3c3bb058
AB
64042018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6405
6406 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6407 is visible.
6408
9e7f3bbb
TV
64092018-07-26 Tom de Vries <tdevries@suse.de>
6410
6411 PR breakpoints/23366
6412 * gdb.base/catch-follow-exec.c: New test.
6413 * gdb.base/catch-follow-exec.exp: New file.
6414
16f808ec
TV
64152018-07-25 Tom de Vries <tdevries@suse.de>
6416
6417 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6418 vla-optimized-out.c.
6419
d7154a8d
JV
64202018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6421
6422 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6423 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6424
232a0032
TV
64252018-07-20 Tom de Vries <tdevries@suse.de>
6426
6427 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6428 NOCLONE macro.
6429 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6430
fbb1d502
TV
64312018-07-19 Tom de Vries <tdevries@suse.de>
6432
6433 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6434 regular expression.
6435
42dc7699
TV
64362018-07-18 Tom de Vries <tdevries@suse.de>
6437
6438 * gdb.base/vla-optimized-out.c: New test.
6439 * gdb.base/vla-optimized-out.exp: New file.
6440
7f1f7e23
SDJ
64412018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6442
6443 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6444 message "No address associated with hostname" when gdbserver
6445 cannot resolve the hostname.
6446
5759ebb3
PW
64472018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6448
6449 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6450 Add some test prefixes to make tests unique.
6451
3606ccab
PW
64522018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6453
6454 * gdb.base/frameapply.c: New file.
6455 * gdb.base/frameapply.exp: New file.
6456
529c08b2
PW
64572018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6458
6459 * gdb.base/skip.exp: Update expected error message.
6460
c7ab0aef
SDJ
64612018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6462 Jan Kratochvil <jan.kratochvil@redhat.com>
6463 Paul Fertser <fercerpav@gmail.com>
6464 Tsutomu Seki <sekiriki@gmail.com>
6465
6466 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6467 parameter.
6468 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6469 by default.
6470 * boards/native-gdbserver.exp: Likewise.
6471 * gdb.server/run-without-local-binary.exp: Improve regexp used
6472 for detecting when a remote debugging connection succeeds.
6473 * gdb.server/server-connect.exp: New file.
6474 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6475 Do not prefix the port number with ":".
6476 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6477 support for detecting and using it. Add '$debughost_gdbserver'
6478 to the list of arguments used to start gdbserver. Handle case
6479 when gdbserver cannot resolve a network name.
6480
16ff70dd
SDJ
64812018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6482
6483 PR c++/23373
6484 * gdb.base/ptype-offsets.cc (struct static_member): New
6485 struct.
6486 (main) <stmember>: New variable.
6487 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6488 with a static member in it.
6489
3541979f
AB
64902018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6491
6492 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6493 watchpoints enabled and disabled.
6494
c8ad9b9a
AB
64952018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6496
6497 * gdb.base/examine-backward.exp: Still run tests around address
6498 0x0, even if address 0x0 is not readable. Update the pattern for
6499 matching address 0x0 in expected output.
6500
e0e5e971
AB
65012018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6502
6503 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6504 malloc/free.
6505
1ea5da02
TV
65062018-07-04 Tom de Vries <tdevries@suse.de>
6507
6508 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6509
471b9d15
MR
65102018-07-02 Maciej W. Rozycki <macro@mips.com>
6511
6512 PR tdep/8282
6513 * gdb.arch/mips-disassembler-options.exp: New test.
6514 * gdb.arch/mips-disassembler-options.s: New test source.
6515
75acb486
PA
65162018-06-29 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.threads/names.exp: Adjust expected "info threads" output.
6519
cd2bb709
PA
65202018-06-29 Pedro Alves <palves@redhat.com>
6521
6522 * gdb.opt/inline-break.exp (line number, address): Add "info
6523 break" tests.
6524
991ff292
PA
65252018-06-29 Pedro Alves <palves@redhat.com>
6526
6527 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6528 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6529 number and address and running to them.
6530
356819b6 65312018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6532
6533 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6534
2512d7ef
JK
65352018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6536
6537 * lib/compiler.c: Remove executable permission flag.
6538
be1b6474
RB
65392018-06-28 Richard Bunt <richard.bunt@arm.com>
6540
6541 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6542 code.
6543 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6544
291f9a96
PT
65452018-06-28 Petr Tesarik <ptesarik@suse.cz>
6546
6547 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6548
ed6dfe51
PT
65492018-06-28 Petr Tesarik <ptesarik@suse.cz>
6550
6551 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6552 address argument is omitted.
6553
d4d429d5
PT
65542018-06-28 Petr Tesarik <ptesarik@suse.cz>
6555
6556 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6557
7ab6656f
OJ
65582018-06-27 Omair Javaid <omair.javaid@linaro.org>
6559
6560 PR gdb/21695
6561 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6562 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6563
a33ccfc7
TT
65642018-06-26 Tom Tromey <tom@tromey.com>
6565
6566 PR rust/22574:
6567 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6568 * gdb.rust/simple.rs (struct SimpleLayout): New.
6569
6d72d289
SM
65702018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6571
6572 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6573 "info registers" output.
6574
8363f9d5
RB
65752018-06-21 Richard Bunt <richard.bunt@arm.com>
6576
6577 * gdb.base/watchpoint-hw-attach.c: New test.
6578 * gdb.base/watchpoint-hw-attach.exp: New file.
6579
f00674fe
SM
65802018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6583 through /bin/sh.
6584 * boards/dwarf4-gdb-index.exp: Likewise.
6585 * boards/fission-dwp.exp: Likewise.
6586
1d554008
UW
65872018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6588
6589 * gdb.base/float128.exp: Add comment and improved fail message
6590 to the failure case of "print large128" test.
6591
d0ac1c44
SM
65922018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6593
6594 * configure.ac: Remove AC_PREREQ.
6595 * configure: Re-generate.
6596
61b04dd0
PA
65972018-06-19 Pedro Alves <palves@redhat.com>
6598
6599 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6600 (func_extern_caller): New.
6601 (main): Call func_extern_caller.
6602 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6603 logic change.
6604
f63b508a
SM
66052018-06-18 Weimin Pan <weimin.pan@oracle.com>
6606
6607 PR gdb/16841
6608 * gdb.cp/typedef-base.cc: New file.
6609 * gdb.cp/typedef-base.exp: New file.
6610
0fe3a558
TV
66112018-06-18 Tom de Vries <tdevries@suse.de>
6612
6613 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6614
7010835a
AB
66152018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6616 Richard Bunt <Richard.Bunt@arm.com>
6617
6618 * gdb.threads/attach-slow-waitpid.c: New file.
6619 * gdb.threads/attach-slow-waitpid.exp: New file.
6620 * gdb.threads/slow-waitpid.c: New file.
6621
14897d65
PA
66222018-06-14 Pedro Alves <palves@redhat.com>
6623
6624 * gdb.base/fork-running-state.c: Include <errno.h>.
6625 (exit_if_relative_exits): New.
6626 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6627 exits.
6628 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6629 child exits.
6630
5d9a0608
TV
66312018-06-14 Tom de Vries <tdevries@suse.de>
6632
6633 PR cli/22573
6634 * gdb.base/finish-pretty.c: New test.
6635 * gdb.base/finish-pretty.exp: New file.
6636
11ae5818
PA
66372018-06-14 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6640 gdb's expected startup output.
6641
1d39de44
PA
66422018-06-14 Pedro Alves <palves@redhat.com>
6643
6644 * lib/selftest-support.exp (selftest_setup): Remove inlined
6645 function handling.
6646
70ee0000
TV
66472018-06-14 Tom de Vries <tdevries@suse.de>
6648
6649 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6650 matching of breakpoint printing.
6651
11f4b608
TV
66522018-06-13 Tom de Vries <tdevries@suse.de>
6653
6654 PR testsuite/23269
6655 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6656 (fork_child): ... here, and ...
6657 (fork_parent): ... here.
6658
66592018-06-12 Tom de Vries <tdevries@suse.de>
6660
6661 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6662
9516f85a
AB
66632018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6664 Stephen Roberts <stephen.roberts@arm.com>
6665
6666 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6667 rewrite test to describe action performed, rather than possible
6668 failure.
6669
5045b3d7
GB
66702018-06-08 Gary Benson <gbenson@redhat.com>
6671
6672 * gdb.threads/check-libthread-db.exp: New file.
6673 * gdb.threads/check-libthread-db.c: Likewise.
6674
c61b06a1
TT
66752018-06-05 Tom Tromey <tom@tromey.com>
6676
6677 * gdb.base/default.exp: Update expected "show version" output.
6678
eb6af809
TT
66792018-06-05 Tom Tromey <tom@tromey.com>
6680
6681 PR cli/12326:
6682 * gdb.cp/static-print-quit.exp: Update.
6683 * lib/gdb.exp (pagination_prompt): Update.
6684 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6685 * gdb.python/python.exp: Update.
6686
178d6a63
JB
66872018-06-04 Joel Brobecker <brobecker@adacore.com>
6688
6689 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6690
8e817061
JB
66912018-06-01 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.ada/bp_fun_addr: New testcase.
6694
e86ca25f
TT
66952018-06-01 Tom Tromey <tom@tromey.com>
6696
6697 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6698 results.
6699 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6700 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6701 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6702 * gdb.base/maint.exp (maint_pass_if): Update.
6703
4b2dfa9d
MR
67042018-05-31 Maciej W. Rozycki <macro@mips.com>
6705
6706 * gdb.base/endian.exp: New test.
6707 * gdb.base/endian.c: New test source.
6708
45f25d6c
AB
67092018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6710
6711 PR gdb/23203
6712 * gdb.base/bt-selected-frame.c: New file.
6713 * gdb.base/bt-selected-frame.exp: New file.
6714 * lib/gdb.exp (get_current_frame_number): New function.
6715
d9f6d7f8
MR
67162018-05-24 Maciej W. Rozycki <macro@mips.com>
6717 Pedro Alves <palves@redhat.com>
6718
6719 * gdb.threads/tls-core.c: Include <stdlib.h>
6720 (thread_proc): Call `abort'.
6721 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6722 (tls_core_test): New procedure, bits factored out from ...
6723 (top level): ... here. Test both native cores and gcore cores.
6724
ff1cf532
TT
67252018-05-23 Tom Tromey <tom@tromey.com>
6726
6727 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6728
b98664d3
TT
67292018-05-23 Tom Tromey <tom@tromey.com>
6730
6731 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6732 symfile_complaints.
6733 (test_short_complaints): Likewise.
6734 (test_empty_complaints): Likewise.
6735 (test_initial_complaints): Update.
6736
4e9668d0
TT
67372018-05-23 Tom Tromey <tom@tromey.com>
6738
6739 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6740
43ba33c7
TT
67412018-05-23 Tom Tromey <tom@tromey.com>
6742
6743 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6744 (test_short_complaints): Update.
6745
035522c0
PA
67462018-05-22 Pedro Alves <palves@redhat.com>
6747
6748 * gdb.base/remote.exp: Only gdb_start after compiling the
6749 testcase. Issue "disconnect" before testing "set remote" command
6750 defaults. Issue clean_restart before running to main.
6751
cc0be08f
PA
67522018-05-22 Pedro Alves <palves@redhat.com>
6753
6754 * gdb.base/remote.exp: Adjust expected output of "show remote
6755 memory-write-packet-size". Add tests for "set remote
6756 memory-write-packet-size 0" and "set remote
6757 memory-write-packet-size fixed/limit".
6758
b1b60145
PA
67592018-05-22 Pedro Alves <palves@redhat.com>
6760
6761 PR gdb/22973
6762 * gdb.base/utf8-identifiers.c: New file.
6763 * gdb.base/utf8-identifiers.exp: New file.
6764
0ec848ad
PFC
67652018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6766
6767 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6768
2c3305f6
PFC
67692018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6770
6771 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6772
ce1e8424
TT
67732018-05-18 Tom Tromey <tom@tromey.com>
6774
6775 * gdb.base/ptype-offsets.exp: Update.
6776
ddfe970e
KS
67772018-05-17 Keith Seitz <keiths@redhat.com>
6778
6779 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6780 in expected breakpoint stop locations.
6781 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6782 move to proper scope to test variable values.
6783 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6784 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6785 New functions.
6786 (main): Call not_inline_func3.
6787 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6788 inline_func1, inline_func2, and inline_func3. Test that when each
6789 breakpoint is hit, GDB properly reports both the stop location
6790 and the backtrace. Repeat tests for temporary breakpoints.
6791
0726fcc6
MR
67922018-05-15 Maciej W. Rozycki <macro@mips.com>
6793
6794 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6795 rather then trying to access it in determining whether the PID
6796 of `gdbserver' could have been retrieved.
6797
8ee22052
AB
67982018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6799
6800 * gdb.arch/amd64-init-x87-values.S: New file.
6801 * gdb.arch/amd64-init-x87-values.exp: New file.
6802
7785df48
JK
68032018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6804
6805 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6806
56bcdbea
TT
68072018-05-04 Tom Tromey <tom@tromey.com>
6808
6809 PR python/22730:
6810 * gdb.python/python.exp: Test multi-line execute.
6811
a913fffb
TT
68122018-05-04 Tom Tromey <tom@tromey.com>
6813
6814 PR python/22731:
6815 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6816
7a2c85f2
TT
68172018-05-04 Tom Tromey <tom@tromey.com>
6818
6819 PR gdb/11750:
6820 * gdb.base/define.exp: Test defining a user command inside a user
6821 command.
6822 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6823
a3b60e45
JK
68242018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6825 Pedro Alves <palves@redhat.com>
6826
6827 PR breakpoints/19806 and support for PR external/20207.
6828 * gdb.base/watchpoint-unaligned.c: New file.
6829 * gdb.base/watchpoint-unaligned.exp: New file.
6830
45fe4a03
AB
68312018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6832
6833 * gdb.base/maint.exp: Make test names unique, use
6834 test_prefix_command_help to test 'help maint info', and remove
6835 repeated test of 'help maint'.
6836
9be2ae8f
TT
68372018-05-04 Tom Tromey <tom@tromey.com>
6838
6839 PR gdb/22619:
6840 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6841 behavior.
6842
11859c31
AB
68432018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6844
6845 * gdb.base/maint.exp: Process output from 'maint print registers'
6846 line at a time.
6847
089a9490
AB
68482018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6849
6850 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6851 timeout.
6852
9b0797e2
AB
68532018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6856 filter pattern.
6857
f6ac5f3d
PA
68582018-05-02 Pedro Alves <palves@redhat.com>
6859
6860 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6861 to_log_command renames.
6862 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6863
77d3c63b
TT
68642018-05-02 Tom Tromey <tom@tromey.com>
6865
6866 * gdb.python/py-parameter.exp: Set test message.
6867
0489430a
TT
68682018-05-02 Tom Tromey <tom@tromey.com>
6869
6870 PR python/20084:
6871 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6872 PARAM_ZUINTEGER_UNLIMITED tests.
6873
1632f8ba
DR
68742018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6875
6876 PR rust/23124
6877 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6878 when casting.
6879
6d7bb824
TT
68802018-04-30 Tom Tromey <tom@tromey.com>
6881
6882 * gdb.python/py-type.exp: Check align attribute.
6883 * gdb.python/py-type.c: New "aligncheck" global.
6884
007e1530
TT
68852018-04-30 Tom Tromey <tom@tromey.com>
6886
6887 PR exp/17095:
6888 * gdb.dwarf2/dw2-align.exp: New file.
6889 * gdb.cp/align.exp: New file.
6890 * gdb.base/align.exp: New file.
6891 * lib/gdb.exp (gdb_int128_helper): New proc.
6892 (has_int128_c, has_int128_cxx): New caching procs.
6893
6873858b
TT
68942018-04-27 Tom Tromey <tom@tromey.com>
6895
6896 PR rust/22545:
6897 * gdb.rust/simple.exp: Add inclusive range tests.
6898
79188d8d
PA
68992018-04-26 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6902 ifunc breakpoint locations correctly of ifunc breakpoints set
6903 while the program resolves the ifunc.
6904
c7075ad5
PA
69052018-04-26 Pedro Alves <palves@redhat.com>
6906
6907 * gdb.base/gnu-ifunc-final.c: New file.
6908 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6909 * gdb.base/gnu-ifunc.exp (executable): Delete.
6910 (staticexecutable): Adjust.
6911 (lib_opts, exec_opts): Delete.
6912 (make_binsuffix, build, set-break): New procedures.
6913 (misc_tests): New, with tests factored out from the top level.
6914 (top level): Test different combinations of ifunc resolver name,
6915 resolver with and with debug info, and ifunc target with and
6916 without debug info. Wrap static tests with with_target_prefix.
6917
8388016d
PA
69182018-04-26 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6921 return type" warnings.
6922
249b5733
PA
69232018-04-25 Pedro Alves <palves@redhat.com>
6924
6925 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6926 killed".
6927 * gdb.base/kill-after-signal.exp: Likewise.
6928 * gdb.threads/kill.exp: Likewise.
6929
f67c0c91
SDJ
69302018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6931 Sergio Durigan Junior <sergiodj@redhat.com>
6932 Pedro Alves <palves@redhat.com>
6933
6934 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6935 regexps to expect for '[Inferior ... detached]' as well.
6936 * gdb.base/attach.exp: Likewise.
6937 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6938 "gdb_continue_to_end".
6939 (test_catch_syscall_with_wrong_args): Likewise.
6940 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6941 ']'. Don't set 'verbose' on.
6942 * gdb.base/foll-vfork.exp: Likewise.
6943 * gdb.base/fork-print-inferior-events.c: New file.
6944 * gdb.base/fork-print-inferior-events.exp: New file.
6945 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6946 '[Inferior ... has been killed]' message.
6947 * gdb.base/kill-after-signal.exp: Likewise.
6948 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6949 detach message.
6950 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6951 message.
6952 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6953 regexps to expect for '[Inferior ... detached]' as well.
6954 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6955
0a8ddac4
SM
69562018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6957
6958 PR gdb/23104
6959 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6960
701adfb0
PA
69612018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6962
6963 PR gdb/23095
6964 * gdb.base/break-probes.exp: Pass shlib_load to
6965 prepare_for_testing. Set normal_bp to r_debug_state if target is
6966 bsd.
6967
d27d16bf
RB
69682018-04-19 Richard Bunt <richard.bunt@arm.com>
6969
6970 * gdb.threads/multiple-successive-infcall.c: New test.
6971 * gdb.threads/multiple-successive-infcall.exp: New file.
6972
a037790e
TT
69732018-04-17 Tom Tromey <tom@tromey.com>
6974
6975 * gdb.rust/simple.rs (Union): New type.
6976 (main): New local "u".
6977 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6978
e3a91079
AA
69792018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6980
6981 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6982 number information in output of "whereis" command.
6983 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6984
b744723f
AA
69852018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6986
6987 * gdb.ada/info_types.exp: Adjust expected output to the line
6988 numbers now printed by "info var/func/type".
6989 * gdb.base/completion.exp: Likewise.
6990 * gdb.base/included.exp: Likewise.
6991 * gdb.cp/cp-relocate.exp: Likewise.
6992 * gdb.cp/cplusfuncs.exp: Likewise.
6993 * gdb.cp/namespace.exp: Likewise.
6994 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
6995
4a4495d6
MM
69962018-04-13 Markus Metzger <markus.t.metzger@intel.com>
6997
6998 * gdb.btrace/cpu.exp: New.
6999
1d509aa6
MM
70002018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7001
7002 * gdb.base/step-indirect-call-thunk.exp: New.
7003 * gdb.base/step-indirect-call-thunk.c: New.
7004 * gdb.reverse/step-indirect-call-thunk.exp: New.
7005 * gdb.reverse/step-indirect-call-thunk.c: New.
7006
6295b6da
SM
70072018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7008
7009 * gdb.base/pie-fork.c: New file.
7010 * gdb.base/pie-fork.exp: New file.
7011
50146e70
TT
70122018-04-11 Tom Tromey <tom@tromey.com>
7013
7014 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7015
f50d8a2e
PA
70162018-04-10 Pedro Alves <palves@redhat.com>
7017
7018 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7019 exits. Instead loop running forever.
7020 (fork_parent): Run forever too.
7021
a0be7a36
SM
70222018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7023
7024 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7025 mi_continue_to_line.
7026 * gdb.mi/mi-stack.c (callee4): Add comment.
7027
9b73db36
SM
70282018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7029
7030 * gdb.mi/mi-stack.exp: Fix indentation.
7031
c912f608
SM
70322018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7033
7034 PR gdb/22979
7035 * gdb.arch/amd64-osabi.exp: New file.
7036
26540402
SM
70372018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7038
7039 PR gdb/22980
7040 * gdb.base/osabi.exp: New file.
7041
121ad66c 70422018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7043
7044 * gdb.cp/static-typedef-print.exp: New file.
7045 * gdb.cp/static-typedef-print.cc: New file.
7046
3fcded8f
JB
70472018-03-27 Joel Brobecker <brobecker@adacore.com>
7048
7049 * gdb.ada/varsize_limit: New testcase.
7050
59cc4834
JB
70512018-03-27 Joel Brobecker <brobecker@adacore.com>
7052
7053 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7054
7055 * gdb.ada/notcplusplus: New testcase.
7056
7057 * gdb.base/c-linkage-name.c: New file.
7058 * gdb.base/c-linkage-name.exp: New testcase.
7059
4ca59a9f
TT
70602018-03-26 Tom Tromey <tom@tromey.com>
7061
7062 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7063 * gdb.python/py-framefilter.py (name_error): New global.
7064 (ErrorInName.function): Use name_error.
7065
978d6c75
TT
70662018-03-26 Tom Tromey <tom@tromey.com>
7067
7068 PR backtrace/15582:
7069 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7070
b7fee5a3
KS
70712018-03-23 Keith Seitz <keiths@redhat.com>
7072
7073 PR c++/22968
7074 * gdb.cp/subtypes.exp: New file.
7075 * gdb.cp/subtypes.h: New file.
7076 * gdb.cp/subtypes.cc: New file.
7077 * gdb.cp/subtypes-2.cc: New file.
7078
376be529
AB
70792018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7080
7081 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7082 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7083 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7084 -nostartfiles when compiling the test. Confirm that all registers
7085 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7086
066cfa98
AB
70872018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7088
7089 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7090 option, syntax was wrong anyway.
7091 * gdb.arch/arm-disp-step.exp: Likewise.
7092 * gdb.arch/sparc64-regs.exp: Likewise.
7093 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7094 option, syntax was wrong anyway, switch to use
7095 prepare_for_testing.
7096 * gdb.arch/i386-disp-step.exp: Likewise.
7097
079670b9
AA
70982018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7099
7100 * gdb.ada/exec_changed.exp: Replace "target_info exists
7101 use_gdb_stub" by "use_gdb_stub".
7102 * gdb.ada/start.exp: Likewise.
7103 * gdb.base/async-shell.exp: Likewise.
7104 * gdb.base/attach-pie-misread.exp: Likewise.
7105 * gdb.base/attach-wait-input.exp: Likewise.
7106 * gdb.base/break-entry.exp: Likewise.
7107 * gdb.base/break-interp.exp: Likewise.
7108 * gdb.base/dprintf-detach.exp: Likewise.
7109 * gdb.base/nostdlib.exp: Likewise.
7110 * gdb.base/solib-nodir.exp: Likewise.
7111 * gdb.base/statistics.exp: Likewise.
7112 * gdb.base/testenv.exp: Likewise.
7113 * gdb.mi/mi-exec-run.exp: Likewise.
7114 * gdb.mi/mi-start.exp: Likewise.
7115 * gdb.multi/dummy-frame-restore.exp: Likewise.
7116 * gdb.multi/multi-arch-exec.exp: Likewise.
7117 * gdb.multi/multi-arch.exp: Likewise.
7118 * gdb.multi/tids.exp: Likewise.
7119 * gdb.multi/watchpoint-multi.exp: Likewise.
7120 * gdb.python/py-events.exp: Likewise.
7121 * gdb.threads/attach-into-signal.exp: Likewise.
7122 * gdb.threads/attach-stopped.exp: Likewise.
7123 * gdb.threads/threadapply.exp: Likewise.
7124 * lib/selftest-support.exp: Likewise.
7125
26d6cec4
AA
71262018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7127
7128 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7129
4ee89e90
SR
71302018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7131
7132 * gdb.perf/template-breakpoints.cc: New file.
7133 * gdb.perf/template-breakpoints.exp: New file.
7134 * gdb.perf/template-breakpoints.py: New file.
7135
92630041
TT
71362018-03-19 Tom Tromey <tom@tromey.com>
7137
7138 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7139 y0.
7140 * gdb.rust/simple.exp: Test bare identifier form of struct
7141 initializer.
7142
76727919
TT
71432018-03-19 Tom Tromey <tom@tromey.com>
7144
7145 * gdb.gdb/observer.exp: Remove.
7146
194ed413
AA
71472018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7148
7149 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7150 "qualified" option when setting breakpoints.
7151 * gdb.trace/backtrace.exp: Likewise.
7152 * gdb.trace/circ.exp: Likewise.
7153 * gdb.trace/collection.exp: Likewise.
7154 * gdb.trace/disconnected-tracing.exp: Likewise.
7155 * gdb.trace/ftrace-lock.exp: Likewise.
7156 * gdb.trace/ftrace.exp: Likewise.
7157 * gdb.trace/infotrace.exp: Likewise.
7158 * gdb.trace/packetlen.exp: Likewise.
7159 * gdb.trace/passc-dyn.exp: Likewise.
7160 * gdb.trace/qtro.exp: Likewise.
7161 * gdb.trace/read-memory.exp: Likewise.
7162 * gdb.trace/report.exp: Likewise.
7163 * gdb.trace/signal.exp: Likewise.
7164 * gdb.trace/status-stop.exp: Likewise.
7165 * gdb.trace/strace.exp: Likewise.
7166 * gdb.trace/tfind.exp: Likewise.
7167 * gdb.trace/trace-break.exp: Likewise.
7168 * gdb.trace/trace-condition.exp: Likewise.
7169 * gdb.trace/trace-mt.exp: Likewise.
7170 * gdb.trace/tstatus.exp: Likewise.
7171 * gdb.trace/tsv.exp: Likewise.
7172 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7173 * gdb.trace/unavailable.exp: Likewise.
7174 * gdb.trace/while-dyn.exp: Likewise.
7175
8b067d2c
AA
71762018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7177
7178 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7179 that libinproctrace is copied to the target.
7180
3ae9ce5d
TT
71812018-03-14 Tom Tromey <tom@tromey.com>
7182
7183 PR cli/14977:
7184 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7185 a null pointer.
7186 * gdb.base/wchar.exp: Likewise.
7187
b8c2339b
TT
71882018-03-14 Tom Tromey <tom@tromey.com>
7189
7190 PR cli/19918:
7191 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7192 flag.
7193
4872dc46
SM
71942018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7195
7196 PR gdb/22841
7197 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7198 "target" to remote_exec.
7199
e4fe3756
SM
72002018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7201
7202 PR gdb/22841
7203 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7204 ${board}_upload): Remove.
7205
e95a97d4
AA
72062018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7207
7208 * gdb.cp/watch-cp.cc: New test.
7209 * gdb.cp/watch-cp.exp: New file.
7210
dbbb1059
AB
72112018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7212
7213 * gdb.base/infcall-nested-structs.exp: New file.
7214 * gdb.base/infcall-nested-structs.c: New file.
7215 * gdb.base/float.exp: Add riscv support.
7216
ecc054c0
TP
72172018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7218
7219 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7220 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7221
25e3c82c
SDJ
72222018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7223
7224 * gdb.server/abspath.exp: New file.
7225 * lib/gdb.exp (with_cwd): New procedure.
7226
3083294d
SM
72272018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7228
7229 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7230 use it.
7231 (gdb_is_target_remote_prompt): New proc.
7232 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7233 (gdb_is_target_native): Pass prompt parameter to
7234 gdb_is_target_1.
7235
3275ef47
SM
72362018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7237
7238 * gdb.base/load-command.c: New file.
7239 * gdb.base/load-command.exp: New file.
7240 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7241 (gdb_is_target_1): ...this, and generalize for other targets
7242 than just remote.
7243 (gdb_is_target_remote): Use gdb_is_target_1.
7244 (gdb_is_target_native): use gdb_is_target_1.
7245
6893c19a
TT
72462018-02-26 Tom Tromey <tom@tromey.com>
7247
7248 PR python/16497:
7249 * gdb.python/py-framefilter.exp: Update test.
7250
2ddeaf8a
TT
72512018-02-26 Tom Tromey <tom@tromey.com>
7252
7253 * gdb.dwarf2/variant.c: New file.
7254 * gdb.dwarf2/variant.exp: New file.
7255
c9317f21
TT
72562018-02-26 Tom Tromey <tom@tromey.com>
7257
7258 * gdb.rust/simple.exp: Accept more possible results in enum test.
7259
6f6d0c26
SM
72602018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7261
7262 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7263 parentheses.
7264
11b03145
MR
72652018-02-23 Maciej W. Rozycki <macro@mips.com>
7266
7267 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7268 name of a variable: $actual_linejj -> $actual_line.
7269
54a27fe5
JB
72702018-02-21 John Baldwin <jhb@FreeBSD.org>
7271
7272 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7273
de65820c
MM
72742018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7275
7276 * gdb.btrace/buffer-size.exp: Do not force BTS.
7277
980548fd
PA
72782018-02-14 Pedro Alves <palves@redhat.com>
7279
7280 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7281 getting a "Quit".
7282
c4e12631
MM
72832018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7284
7285 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7286 Fix test name.
7287
c2e0e465
SM
72882018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7289
7290 * gdb.cp/m-static.exp: Check type of optimized out static
7291 member.
7292
f7216783
AB
72932018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7294
7295 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7296 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7297
0625771b
LS
72982018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7299 Leszek Swirski <leszeks@google.com>
7300
7301 * gdb.python/py-prettyprint.c
7302 (struct to_string_returns_value_inner,
7303 struct to_string_returns_value_wrapper): New.
7304 (main): Add tsrvw variable.
7305 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7306 ToStringReturnsValueWrapper): New classes.
7307 (register_pretty_printers): Register new pretty-printers.
7308 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7309 recursive pretty printer.
7310 * gdb.python/py-mi.exp: Likewise.
7311
59498c30
LS
73122018-02-01 Leszek Swirski <leszeks@google.com>
7313
7314 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7315 functions with the same name as an include file are parsed
7316 correctly.
7317
d4d38844
YQ
73182018-02-01 Yao Qi <yao.qi@linaro.org>
7319
7320 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7321 "\[^\r\n\]*".
7322
07e5f5cf
NP
73232018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7324
7325 * gdb.arch/powerpc-prologue-frame.s: New file.
7326 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7327 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7328
929b5ad4
JB
73292018-01-31 Joel Brobecker <brobecker@adacore.com>
7330
7331 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7332
e671cd59
PA
73332018-01-30 Pedro Alves <palves@redhat.com>
7334
7335 PR gdb/13211
7336 * gdb.base/interrupt-daemon.c: New.
7337 * gdb.base/interrupt-daemon.exp: New.
7338 * gdb.multi/multi-term-settings.c: New.
7339 * gdb.multi/multi-term-settings.exp: New.
7340
fc413dc4
JB
73412018-01-30 Joel Brobecker <brobecker@adacore.com>
7342
7343 * gdb.base/break.exp: Save the location where the breakpoint
7344 on break.c:47 was actually inserted when debugging the version
7345 compiled at -O2 and use it in the expected output of the "info
7346 break" test performed soon after.
7347
5c319bb2
PA
73482018-01-22 Pedro Alves <palves@redhat.com>
7349 Sergio Durigan Junior <sergiodj@redhat.com>
7350
7351 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7352 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7353
a9e40818
JB
73542018-01-22 Joel Brobecker <brobecker@adacore.com>
7355
7356 * gdb.base/break-include.c, gdb.base/break-include.inc,
7357 gdb.base/break-include.exp: New files.
7358 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7359 line number now being the actual line number where the breakpoint
7360 was inserted.
7361 * gdb.mi/mi-break.exp: Likewise.
7362 * gdb.mi/mi-reverse.exp: Likewise.
7363 * gdb.mi/mi-simplerun.exp: Ditto.
7364
e707fc44
AB
73652018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7366
7367 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7368 varobj.
7369 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7370
ae451627
AB
73712018-01-21 Don Breazeal <donb@codesourcery.com>
7372 Andrew Burgess <andrew.burgess@embecosm.com>
7373
7374 * gdb.mi/basics.c: Add new global.
7375 * gdb.mi/mi-frame-regs.exp: New file.
7376 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7377 case.
7378
b1b189e0
AB
73792018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7380
7381 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7382 non-parameter, and on an unknown symbol.
7383
fcfcc376
TT
73842018-01-19 Tom Tromey <tom@tromey.com>
7385
7386 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7387 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7388
634c1c31
AA
73892018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7390
7391 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7392 setrlimit and chdir to int.
7393
d6ad07fd
AA
73942018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7395
7396 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7397 function.
7398 (my_tend): Likewise.
7399 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7400 rationale of avoiding FP- and vector instructions.
7401
adf8243b
RK
74022018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7403
7404 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7405 "info reg" with "\[ \t\]*".
7406 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7407 "\[ \t\]+".
7408 * gdb.arch/s390-multiarch.exp: Ditto.
7409 * gdb.base/pc-fp.exp: Ditto.
7410 * gdb.reverse/i386-precsave.exp: Ditto.
7411 * gdb.reverse/i386-reverse.exp: Ditto.
7412 * gdb.reverse/i387-env-reverse.exp: Ditto.
7413 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7414
dcc06925
AA
74152018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7416
7417 * lib/gdb.exp (gdb_compile): Re-enable use of
7418 universal_compile_options for languages other than Rust.
7419
25d4fd80
AA
74202018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7421
7422 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7423
ee7f689e 74242018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7425
7426 PR gdb/16577
7427 * gdb.base/solib-vanish.exp: New.
7428 * gdb.base/solib-vanish-main.c: New.
7429 * gdb.base/solib-vanish-lib1.c: New.
7430 * gdb.base/solib-vanish-lib2.c: New.
7431
d8447b6b
YQ
74322018-01-17 Yao Qi <yao.qi@linaro.org>
7433
7434 * gdb.compile/compile.exp: Match the address printed for
7435 frame in the output of command "bt".
7436
86d6a90c
TT
74372018-01-15 Tom Tromey <tom@tromey.com>
7438
7439 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7440 compute sp_reg.
7441
cbcdb1aa
AB
74422018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7443
7444 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7445 to prepare.
7446 (prepare): Return 0 on error, 1 on success.
7447
eea61984
PA
74482018-01-12 Pedro Alves <palves@redhat.com>
7449
7450 * gdb.base/continue-after-aborted-step-over.c: New.
7451 * gdb.base/continue-after-aborted-step-over.exp: New.
7452
6181e9c2
SM
74532018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7454
7455 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7456 options when not creating an executable.
7457
3cada740
PA
74582018-01-11 Pedro Alves <palves@redhat.com>
7459
7460 PR remote/22597
7461 * gdb.server/stop-reply-no-thread.c: New file.
7462 * gdb.server/stop-reply-no-thread.exp: New file.
7463
c63d3e8d
PA
74642018-01-10 Pedro Alves <palves@redhat.com>
7465
7466 PR gdb/22670
7467 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7468 functions too. Test setting breakpoints and printing C functions
7469 with no debug info too.
7470 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7471
d4c2a405
PA
74722018-01-10 Pedro Alves <palves@redhat.com>
7473
7474 PR gdb/22670
7475 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7476 a fail.
7477
8825213e
PA
74782018-01-10 Pedro Alves <palves@redhat.com>
7479
7480 PR gdb/22670
7481 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7482
605fd3c6
YQ
74832018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7484
7485 * gdb.server/unittest.exp: Match the output in non-development
7486 mode.
7487
1e5ded6c
YQ
74882018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7489
7490 * gdb.gdb/unittest.exp: Match output in non-development mode.
7491
30066b0b
JB
74922018-01-08 Joel Brobecker <brobecker@adacore.com>
7493
7494 * gdb.ada/access_tagged_param.exp: Relax expected output
7495 for value of "ObjL" in "continue" to pck.inspect breakpoint
7496 test.
7497
04bafb1e
XR
74982018-01-08 Joel Brobecker <brobecker@adacore.com>
7499
9f86398b
JB
7500 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7501 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7502
e379cee6
PA
75032018-01-05 Pedro Alves <palves@redhat.com>
7504
7505 PR gdb/18653
7506 * gdb.base/libsegfault.exp: New.
7507
de63c46b
PA
75082018-01-05 Joel Brobecker <brobecker@adacore.com>
7509
7510 PR gdb/22670
7511 * gdb.ada/access_tagged_param.exp: New file.
7512 * gdb.ada/access_tagged_param/foo.adb: New file.
7513
f98fc17b
PA
75142018-01-05 Pedro Alves <palves@redhat.com>
7515
7516 PR gdb/22670
7517 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7518 exercise lower case too, and to exercise both full matching and
7519 wild matching.
7520
342f8240
JB
75212018-01-05 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.ada/rename_subscript_param: New testcase.
7524
7150d33c
JG
75252018-01-05 Jerome Guitton <guitton@adacore.com>
7526
7527 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7528
cc0e770c
JB
75292018-01-05 Joel Brobecker <brobecker@adacore.com>
7530
7531 * gdb.ada/convvar_comp: New testcase.
7532
672a41aa 75332018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7534
7535 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7536 (My_Table): New global variable.
7537 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7538
7365ec2f
JB
75392018-01-04 Joel Brobecker <brobecker@adacore.com>
7540
7541 PR gdb/22670
7542 * gdb.ada/maint_with_ada: New testcase.
7543
289483b6
JB
75442018-01-04 Joel Brobecker <brobecker@adacore.com>
7545
7546 PR gdb/22670
7547 * gdb.ada/bp_c_mixed_case: New testcase.
7548
344420da
JB
75492018-01-04 Joel Brobecker <brobecker@adacore.com>
7550
7551 PR gdb/22670
7552 * gdb.ada/complete.exp: Add "complete break ada" test.
7553
66fc87a0
JB
75542018-01-04 Joel Brobecker <brobecker@adacore.com>
7555
7556 PR gdb/22670
7557 * gdb.ada/info_addr_mixed_case: New testcase.
7558
9f757bf7
XR
75592018-01-03 Xavier Roirand <roirand@adacore.com>
7560
7561 * gdb.ada/excep_handle.exp: New testcase.
7562 * gdb.ada/excep_handle/foo.adb: New file.
7563 * gdb.ada/excep_handle/pck.ads: New file.
7564
bd570f80
JB
75652018-01-03 Joel Brobecker <brobecker@adacore.com>
7566
7567 * gdb.base/step-line.c: Add extra empty line in copyright header.
7568 * gdb.base/step-line.inp: Likewise.
7569
9fe561ab
JB
75702018-01-02 Joel Brobecker <brobecker@adacore.com>
7571
7572 * gdb.ada/dyn_stride.exp: Add slice test.
7573
a405673c
JB
75742018-01-02 Joel Brobecker <brobecker@adacore.com>
7575
7576 * gdb.ada/dyn_stride: New testcase.
7577
cef0f868
SH
75782017-12-27 Stafford Horne <shorne@gmail.com>
7579
7580 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7581 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7582
b67d92b0
SH
75832017-12-27 Stafford Horne <shorne@gmail.com>
7584
7585 * gdb.base/reggroups.c: New file.
7586 * gdb.base/reggroups.exp: New file.
7587
eccab96d
JB
75882017-12-18 Joel Brobecker <brobecker@adacore.com>
7589
7590 * gdb.dwarf2/ada-valprint-error.c: New file.
7591 * gdb.dwarf2/ada-valprint-error.exp: New file.
7592
0e2da9f0
JB
75932017-12-18 Joel Brobecker <brobecker@adacore.com>
7594
7595 * gdb.ada/assign_arr: New testcase.
7596
cb923fcc
XR
75972017-12-18 Xavier Roirand <roirand@adacore.com>
7598
7599 * gdb.ada/funcall_ptr: New testcase.
7600
7c161838
SDJ
76012017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7602
7603 PR cli/16224
7604 * gdb.base/ptype-offsets.cc: New file.
7605 * gdb.base/ptype-offsets.exp: New file.
7606
1af17fd9
YQ
76072017-12-15 Yao Qi <yao.qi@linaro.org>
7608
7609 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7610 if XML is disabled.
7611
828d5846
XR
76122017-12-15 Xavier Roirand <roirand@adacore.com>
7613
7614 * gdb.ada/same_component_name: New testcase.
7615
79e8fcaa
JB
76162017-12-14 Joel Brobecker <brobecker@adacore.com>
7617
7618 * gdb.ada/str_binop_equal: New testcase.
7619
e05fa6f9
JB
76202017-12-14 Joel Brobecker <brobecker@adacore.com>
7621
7622 * gdb.ada/task_switch_in_core: New testcase.
7623
b89641ba
SM
76242017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7625
7626 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7627 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7628 call test_bkpt_qualified.
7629 (test_bkpt_qualified): New proc.
7630
6892d2e4
PA
76312017-12-13 Pedro Alves <palves@redhat.com>
7632
7633 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7634 Tighten regexp by matching with an anchor.
7635
a22ecf70
PA
76362017-12-13 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7639 ("expression with namespace"): New set of tests.
7640 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7641 (Nested::Test_NS::qux): New.
7642 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7643 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7644
9937536c
JB
76452017-12-13 Joel Brobecker <brobecker@adacore.com>
7646
7647 * gdb.base/server-del-break.c: New file.
7648 * gdb.base/server-del-break.exp: New file.
7649
fe49c6f5
SH
76502017-12-12 Stafford Horne <shorne@gmail.com>
7651
7652 * gdb.xml/tdesc-regs.exp: Add or1k support.
7653
c3d18620
SH
76542017-12-12 Stafford Horne <shorne@gmail.com>
7655
7656 * gdb.base/bp-permanent.c: Define nop of or1k.
7657
c5f9cfc8
JB
76582017-12-11 Joel Brobecker <brobecker@adacore.com>
7659
7660 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7661 output with components being reordered.
7662
a9c135fc
JB
76632017-12-11 Joel Brobecker <brobecker@adacore.com>
7664
7665 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7666 output with components being reordered.
7667
927aa2e7
JK
76682017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7669 Pedro Alves <palves@redhat.com>
7670
7671 * gdb.base/maint.exp (check for .gdb_index): Check also for
7672 .debug_names.
7673 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7674 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7675 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7676 (.gdb_index used after symbol reloading): Support also .debug_names.
7677 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7678
f17d9474
YQ
76792017-12-08 Yao Qi <yao.qi@linaro.org>
7680
7681 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7682 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7683
a0de8c21
YQ
76842017-12-08 Yao Qi <yao.qi@linaro.org>
7685
7686 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7687 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7688
a738ea1d
YQ
76892017-12-08 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.arch/aarch64-tagged-pointer.c: New file.
7692 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7693
1cd9a73b
SDJ
76942017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7695
7696 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7697 "int".
7698
fa6eb693
KS
76992017-12-07 Keith Seitz <keiths@redhat.com>
7700
7701 PR breakpoints/22569
7702 * gdb.linespec/ls-errs.exp: Change expected result of "break
7703 -source this file has spaces.c -line 3".
7704 Check that an explicit source file followed by whitespace is
7705 identified as an invalid explicit location.
7706
883fd55a
KS
77072017-12-07 Keith Seitz <keiths@redhat.com>
7708
7709 * gdb.cp/nested-types.cc: New file.
7710 * gdb.cp/nested-types.exp: New file.
7711 * lib/cp-support.exp: Load data-structures.exp library.
7712 (debug_cp_test_ptype_class): New global.
7713 (cp_ptype_class_verbose, next_line): New procedures.
7714 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7715 Add and document new return value.
7716 Switch the list of lines to a queue.
7717 Add support for new `type' key for nested type definitions.
7718 Add debugging/troubleshooting messages.
7719 * lib/data-structures.exp: New file.
7720
ec72db3e
SM
77212017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7722
7723 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7724 with proc_with_prefix, don't use with_test_prefix.
7725
99598d71
TT
77262017-12-07 Tom Tromey <tom@tromey.com>
7727
7728 * gdb.base/break.exp: Add test for empty "commands".
7729
a8806230
YQ
77302017-12-07 Yao Qi <yao.qi@linaro.org>
7731
7732 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7733 malloc and catch syscall.
7734
824cc835
PM
77352017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7736
e79be6e5 7737 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7738 tests for explicit locations.
7739
7cc244de
PA
77402017-12-06 Pedro Alves <palves@redhat.com>
7741
7742 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7743 force-disabling XML descriptions.
7744
50a1fdd5
PA
77452017-12-04 Pedro Alves <palves@redhat.com>
7746
7747 PR gdb/22499
7748 * gdb.arch/amd64-disp-step-avx.S: New file.
7749 * gdb.arch/amd64-disp-step-avx.exp: New file.
7750
f0fb2488
PA
77512017-12-03 Pedro Alves <palves@redhat.com>
7752
7753 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7754 and <string.h>.
7755 (parent_function): Print distinct messages when waitpid fails, or
7756 the child exits with a signal, or the child exits for an unhandled
7757 reason.
7758 * gdb.threads/process-dies-while-detaching.exp
7759 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7760 it. Wait for both inferior output and GDB's prompt. Use an
7761 indirect spawn id list.
7762 (do_detach): New parameter 'child_exit'. Use it to compute
7763 expected inferior output.
7764 (test_detach, test_detach_watch, test_detach_killed_outside):
7765 Adjust to pass down the expected child exit kind.
7766
97cbe998
SDJ
77672017-12-01 Joel Brobecker <brobecker@adacore.com>
7768 Sergio Durigan Junior <sergiodj@redhat.com>
7769 Pedro Alves <palves@redhat.com>
7770
7771 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7772
40fc416f
SDJ
77732017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7774
7775 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7776 to 'symbol-file' and 'add-symbol-file' can be
7777 position-independent.
7778
1cc75e92
YQ
77792017-12-01 Yao Qi <yao.qi@linaro.org>
7780
7781 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7782 the URL in copyright header.
7783 * gdb.arch/aarch64-fp.exp: Likewise.
7784 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7785 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7786 * gdb.base/expand-psymtabs.exp: Likewise.
7787 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7788 * gdb.fortran/common-block.exp: Likewise.
7789 * gdb.fortran/common-block.f90: Likewise.
7790 * gdb.fortran/logical.exp: Likewise.
7791 * gdb.fortran/vla-datatypes.f90: Likewise.
7792 * gdb.fortran/vla-sub.f90: Likewise.
7793
875fb7a7
JB
77942017-11-30 Joel Brobecker <brobecker@adacore.com>
7795
7796 * gdb.ada/repeat_dyn: New testcase.
7797
6f14765f
UW
77982017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7799
7800 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7801 Update for changed thread numbering.
7802 * gdb.cell/bt.exp: Update for changed GDB output.
7803
f1af7b94
SM
78042017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7805
7806 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7807 setting isremote by hand.
7808 * boards/dwarf4-gdb-index.exp: Likewise.
7809 * boards/fission.exp: Likewise.
7810 * boards/stabs.exp: Likewise.
7811
e3919f3e
PA
78122017-11-30 Pedro Alves <palves@redhat.com>
7813
7814 * gdb.linespec/cpls-ops.exp
7815 (check_explicit_skips_function_argument): Extract the underlying
7816 type of size_t instead of hardcoding it.
7817
bd69330d
PA
78182017-11-29 Pedro Alves <palves@redhat.com>
7819
7820 PR c++/19436
7821 * gdb.linespec/cpls-abi-tag.cc: New file.
7822 * gdb.linespec/cpls-abi-tag.exp: New file.
7823
a20714ff
PA
78242017-11-29 Pedro Alves <palves@redhat.com>
7825
7826 * gdb.base/langs.exp: Use -qualified.
7827 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7828 it.
7829 * gdb.cp/namespace.exp: Use -qualified.
7830 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7831 (overload-3, template-overload, template-ret-type, const-overload)
7832 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7833 procedures.
7834 (test_driver): Call them.
7835 * gdb.cp/save-bp-qualified.cc: New.
7836 * gdb.cp/save-bp-qualified.exp: New.
7837 * gdb.linespec/explicit.exp: Test -qualified.
7838 * lib/completion-support.exp (completion::explicit_opts_list): Add
7839 "-qualified".
7840 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7841
f6f1d339
PM
78422017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7843
7844 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7845
02ca603a
TT
78462017-11-29 Tom Tromey <tom@tromey.com>
7847
7848 * gdb.base/relocate.exp: Update invalid argument test.
7849 Add new tests for invalid arguments.
7850
ed6c0bfb
TP
78512017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7852
7853 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7854 Return 0 as a long.
7855 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7856
f106e10e
TP
78572017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7858
7859 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7860 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7861 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7862 func ().
7863 * gdb.cp/shadow.cc (B.func): Return 0.
7864
10329bb2
JB
78652017-11-27 Joel Brobecker <brobecker@adacore.com>
7866
7867 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7868 expected output in gdb_expect call to allow the exception
7869 message to be present as well. Fix syntax confusion to avoid
7870 TCL thinking that exception_name is an array.
7871
617cd4bc
UW
78722017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7873
7874 * gdb.arch/spu-info.c: Include <unistd.h>.
7875 (do_signal_test): Fix broken calls to write.
7876 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7877 Fix checks for empty mailboxes. Update signal tests for corrected
7878 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7879 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7880 * gdb.cell/arch.exp: Use standard_output_file.
7881 * gdb.cell/break.exp: Likewise.
7882 * gdb.cell/bt.exp: Likewise.
7883 * gdb.cell/core.exp: Likewise.
7884 * gdb.cell/dwarfaddr.exp: Likewise.
7885 * gdb.cell/ea-cache.exp: Likewise.
7886 * gdb.cell/ea-standalone.exp: Likewise.
7887 * gdb.cell/f-regs.exp: Likewise.
7888 * gdb.cell/fork.exp: Likewise.
7889 * gdb.cell/gcore.exp: Likewise.
7890 * gdb.cell/mem-access.exp: Likewise.
7891 * gdb.cell/ptype.exp: Likewise.
7892 * gdb.cell/registers.exp: Likewise.
7893 * gdb.cell/sizeof.exp: Likewise.
7894 * gdb.cell/solib-symbol.exp: Likewise.
7895 * gdb.cell/solib.exp: Likewise.
617cd4bc 7896
a81aaca0
PA
78972017-11-25 Pedro Alves <palves@redhat.com>
7898
7899 * gdb.base/complete-empty.exp: New file.
7900 * gdb.base/completion.exp: Adjust.
7901
6a3c6ee4
PA
79022017-11-25 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.linespec/cpls-ops.cc: New file.
7905 * gdb.linespec/cpls-ops.exp: New file.
7906 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7907 factored out from ...
7908 (test_complete_prefix_range): ... this.
7909
8955eb2d
PA
79102017-11-24 Pedro Alves <palves@redhat.com>
7911
7912 * gdb.linespec/cpcompletion.exp: New file.
7913 * gdb.linespec/cpls-hyphen.cc: New file.
7914 * gdb.linespec/cpls.cc: New file.
7915 * gdb.linespec/cpls2.cc: New file.
7916 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7917 test to use test_gdb_complete_unique. Add label completion,
7918 keyword completion and explicit location completion tests.
7919 * lib/completion-support.exp: New file.
7920
e547c119
JB
79212017-11-24 Joel Brobecker <brobecker@adacore.com>
7922
7923 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7924 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7925 when hitting an exception catchpoint.
7926
7c3c1aa8
YQ
79272017-11-22 Yao Qi <yao.qi@linaro.org>
7928
7929 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7930
41bd68f5
SM
79312017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7932
7933 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7934 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7935 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7936
1daad298
YQ
79372017-11-22 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.base/info-os.exp: Pass pthreads.
7940 * gdb.multi/multi-attach.exp: Likewise.
7941
88465e87
YQ
79422017-11-22 Yao Qi <yao.qi@linaro.org>
7943
7944 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7945 compiler.
7946
dc196b23
YQ
79472017-11-22 Yao Qi <yao.qi@linaro.org>
7948
7949 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7950 * gdb.base/break-interp.exp: Likewise.
7951 * gdb.base/jit-attach-pie.exp: Likewise.
7952
2400729e
UW
79532017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7954
7955 * gdb.base/float128.c (large128): New variable.
7956 * gdb.base/float128.exp: Add test to print largest __float128 value.
7957
7a26362d
UW
79582017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7959
7960 * gdb.arch/vsx-regs.exp: Update register content checks.
7961
ed0f4273
UW
79622017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7963
7964 * gdb.arch/ppc-longdouble.exp: New file.
7965 * gdb.arch/ppc-longdouble.c: Likewise.
7966
a25d69c6
PA
79672017-11-21 Pedro Alves <palves@redhat.com>
7968
7969 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7970
73fcf641
PA
79712017-11-20 Pedro Alves <palves@redhat.com>
7972
7973 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7974 (long_double_typedef): New typedefs.
7975 Use DEF on double and long double.
7976 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7977 cases.
7978 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7979 and 'long_double_ptr_same_size' locals. Use them to decide
7980 whether cast from array/function to float is valid/invalid.
7981
71a3c369
TT
79822017-11-17 Tom Tromey <tom@tromey.com>
7983
7984 * gdb.rust/traits.rs: New file.
7985 * gdb.rust/traits.exp: New file.
7986
ced9779b
JB
79872017-11-17 Joel Brobecker <brobecker@adacore.com>
7988
7989 * gdb.ada/minsyms: New testcase.
7990
a0922d80
PA
79912017-11-16 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
7994 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
7995
ea04e54c
PA
79962017-11-16 Pedro Alves <palves@redhat.com>
7997
7998 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
7999 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8000
e849ea89
PA
80012017-11-16 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.server/reconnect-ctrl-c.c: New file.
8004 * gdb.server/reconnect-ctrl-c.exp: New file.
8005
d8ae99a7
PM
80062017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8007
8008 * gdb.python/py-rbreak.exp: New file.
8009 * gdb.python/py-rbreak.c: New file.
8010 * gdb.python/py-rbreak-func2.c: New file.
8011
968a13f8
PA
80122017-11-16 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8015 pattern.
8016 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8017 GDB.
8018
71774bc9
SM
80192017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8020
8021 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8022 regex.
8023
ddbb44cf
SM
80242017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8025
8026 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8027 test names.
8028
584a564f
PA
80292017-11-09 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8032 factored out from ...
8033 (top level): ... here, and adjusted to avoid expecting beyond the
8034 prompt in a single gdb_test_multiple.
8035
5ed7a928
PA
80362017-11-09 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8039 output.
8040 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8041 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8042 * gdb.server/ext-run.exp ("kill" test): Likewise.
8043 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8044
a60e0738
PA
80452017-11-09 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8048 match till end of line.
8049
2c88253f
PA
80502017-11-09 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8053
c7a38517
PA
80542017-11-09 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8057 New procedures, factored out from ...
8058 (top level): ... here, and adjusted to avoid expecting beyond the
8059 prompt in one go.
8060
f29f4b6b
PA
80612017-11-09 Pedro Alves <palves@redhat.com>
8062
8063 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8064 output. Fix '?' match.
8065
286acbb5
JB
80662017-11-08 Joel Brobecker <brobecker@adacore.com>
8067
8068 * gdb.ada/scoped_watch: New testcase.
8069 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8070 which is actually correct.
8071 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8072 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8073
62d7ae92
PA
80742017-11-08 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.gdb/complaints.exp (test_initial_complaints)
8077 (test_serial_complaints, test_short_complaints): Call
8078 complaint_internal instead of complaint.
8079
280ca31f
DT
80802017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8081
8082 * gdb.threads/tls-core.c: New file.
8083 * gdb.threads/tls-core.exp: Likewise.
8084
b5ec771e
PA
80852017-11-08 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8088 (p Exported_Capitalized): New test.
8089 (p exported_capitalized): New test.
8090
a02b41a7
PA
80912017-11-07 Pedro Alves <palves@redhat.com>
8092
8093 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8094
95e95a6d
PA
80952017-11-07 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8098 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8099 (disable_invalid, disable_inverted, disable_negative): New
8100 procedures.
8101 ("bad numbers"): New set of tests.
8102
cee62dbd
PA
81032017-11-07 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.cp/ena-dis-br-range.exp: Add tests.
8106
cc638e86
PA
81072017-11-07 Pedro Alves <palves@redhat.com>
8108
8109 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8110
d0fe4701
XR
81112017-11-07 Xavier Roirand <roirand@adacore.com>
8112 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.base/ena-dis-br.exp: Add reference to
8115 gdb.cp/ena-dis-br-range.exp.
8116 * gdb.cp/ena-dis-br-range.exp: New file.
8117 * gdb.cp/ena-dis-br-range.cc: New file.
8118
46f67f80
PA
81192017-11-06 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/attach-non-pgrp-leader.c: New.
8122 * gdb.base/attach-non-pgrp-leader.exp: New.
8123
726e1356
PA
81242017-11-06 Pedro Alves <palves@redhat.com>
8125
8126 * configure.ac: No longer check for termio.h and sgtty.h.
8127 * configure: Regenerate.
8128 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8129 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8130 Remove termio and sgtty code.
8131
50ab6ace
YQ
81322017-11-03 Yao Qi <yao.qi@linaro.org>
8133
8134 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8135 in GDB is disabled.
8136
8e68731c
YQ
81372017-11-03 Yao Qi <yao.qi@linaro.org>
8138
8139 * gdb.python/py-thrhandle.exp: Skip it if python is not
8140 enabled.
8141
3a87ae65
SM
81422017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8143
8144 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8145 as a breakpoint command.
8146
484d8d36
MD
81472017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8148
8149 PR python/21213
8150 * gdb.python/py-infthread.exp: Test calling
8151 InferiorThread.inferior () multiple times in a row.
8152
4a27f119
KS
81532017-10-27 Keith Seitz <keiths@redhat.com>
8154
8155 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8156 Test "info break" for every inlined function breakpoint.
8157
bb11dd58
YQ
81582017-10-27 Yao Qi <yao.qi@linaro.org>
8159
8160 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8161
a43f3893
PF
81622017-10-26 Patrick Frants <osscontribute@gmail.com>
8163
8164 * gdb.cp/classes.exp (test_static_members): Test printing
8165 Outer::instance.
8166 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8167 (Inner::instance, Outer::instance): New.
8168
792ccf00
PA
81692017-10-24 Pedro Alves <palves@redhat.com>
8170
8171 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8172 extra console" test in two stages.
8173
eb2bfbad
PA
81742017-10-24 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8177
1f75a651
PA
81782017-10-24 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8181 loop.
8182
779990d9
PA
81832017-10-24 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8186 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8187
ad9b8f5d
PA
81882017-10-24 Pedro Alves <palves@redhat.com>
8189
8190 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8191 parameter and handle it. Don't output read value in test name.
8192
fee6da6e
PA
81932017-10-24 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8196 custom test name.
8197
10389c2c
PA
81982017-10-24 Pedro Alves <palves@redhat.com>
8199
8200 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8201 include the unstable output directory name in the test's name.
8202 (initial_setup_simple) <'set args'>: Use custom test name.
8203
a80e65a9
PA
82042017-10-24 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8207 with explicit test name.
8208
15763a09
PA
82092017-10-20 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8212 'wait -i'. Use gdb_assert and remote_close.
8213
49a4ce2e
AB
82142017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8215
8216 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8217 number from variable rather than hard-coded.
8218
a75868f5
PA
82192017-10-19 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/long-inferior-output.c: New file.
8222 * gdb.base/long-inferior-output.exp: New file.
8223
c8ba13ad
KS
82242017-11-18 Keith Seitz <keiths@redhat.com>
8225
8226 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8227 method.
8228 (main): Call it.
8229 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8230 Add additional user-defined conversion operator tests.
8231
b27de576
PA
82322017-10-17 Pedro Alves <palves@redhat.com>
8233
8234 * boards/native-stdio-gdbserver.exp: Load "local-board".
8235
8484c955
PA
82362017-10-17 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.base/quit-live.c: New file.
8239 * gdb.base/quit-live.exp: New file.
8240
83d5a34d
KS
82412017-10-16 Keith Seitz <keiths@redhat.com>
8242
8243 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8244 (class_with_protected_typedef, class_with_private_typedef)
8245 (struct_with_public_typedef, struct_with_protected_typedef)
8246 (struct_with_private_typedef): New classes/structs.
8247 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8248 typedefs and access specifiers.
8249
739b3f1d
PA
82502017-10-16 Pedro Alves <palves@redhat.com>
8251 Simon Marchi <simon.marchi@polymtl.ca>
8252
8253 * README (Local vs Remote vs Native): New section.
8254 * boards/local-board.exp: New file, with bits factored out from
8255 ...
8256 * boards/native-extended-gdbserver.exp: ... here. Load
8257 "local-board".
8258 * boards/native-gdbserver.exp: Load "local-board".
8259 (${board}_spawn, ${board}_exec): Delete.
8260 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8261 ...
8262 * boards/stdio-gdbserver-base.exp: ... this new file.
8263 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8264 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8265 procedure.
8266 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8267 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8268 stdio_gdbserver_command.
8269 (${board}_get_remote_address, ${board}_get_comm_port)
8270 (${board}_download, ${board}_upload): Delete.
8271 (get_target_remote_pipe_cmd): New.
8272
fe68b953
SM
82732017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8274
8275 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8276 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8277 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8278 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8279 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8280 remove with_test_prefix.
8281
300b6685
PA
82822017-10-13 Pedro Alves <palves@redhat.com>
8283
8284 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8285 * gdb.base/annota1.exp: Use it instead of is_remote.
8286 * gdb.base/annota3.exp: Use it instead of is_remote.
8287 * gdb.cp/annota2.exp: Use it instead of is_remote.
8288 * gdb.cp/annota3.exp: Use it instead of is_remote.
8289 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8290
50500caf
PA
82912017-10-13 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8294 (test_num_test_vars, run_and_count_vars, find_env)
8295 (test_set_unset_env, test_inherit_env_var): New procedures.
8296 (top level): Use them.
8297
dad0c6d2
PA
82982017-10-13 Pedro Alves <palves@redhat.com>
8299
8300 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8301 also skip on stub-like targets.
8302
8b0553c1
PA
83032017-10-13 Pedro Alves <palves@redhat.com>
8304
8305 PR gdb/22293
8306 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8307 (top level): Move some tests to ...
8308 (test_not_found): ... this new procedure.
8309 (top level): Call it.
8310
7594f623
PA
83112017-10-13 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8314 expect different "info terminal" output if testing with a
8315 non-native target.
8316
ebe3b402
PA
83172017-10-13 Pedro Alves <palves@redhat.com>
8318 Simon Marchi <simon.marchi@polymtl.ca>
8319
8320 PR python/12966
8321 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8322
42f1b161
PA
83232017-10-13 Pedro Alves <palves@redhat.com>
8324
8325 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8326 already.
8327
8d6ef72b
PA
83282017-10-13 Pedro Alves <palves@redhat.com>
8329
8330 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8331 is_remote.
8332
d7bcd5b8
PA
83332017-10-13 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8336 is_remote.
8337
df479dc6
PA
83382017-10-13 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8341 is set.
8342 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8343 instead of is_remote.
8344
23fb630a
PA
83452017-10-13 Pedro Alves <palves@redhat.com>
8346
8347 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8348 (top level): Add comment.
8349
cc77b1dc
PA
83502017-10-13 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.base/remote.exp (top level): Fix comment typo and add
8353 missing return.
8354
27c9e813
PA
83552017-10-13 Pedro Alves <palves@redhat.com>
8356 Simon Marchi <simon.marchi@polymtl.ca>
8357
8358 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8359 calls and add comments. Skip test if use_gdb_stub is set.
8360 (top level): Use "set cwd" command instead of "cd" command.
8361
5e830d98
PA
83622017-10-13 Pedro Alves <palves@redhat.com>
8363
8364 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8365 is_remote target check.
8366
f5ca0032
PA
83672017-10-13 Pedro Alves <palves@redhat.com>
8368
8369 * gdb.base/scope.exp: Use build_executable + clean_restart +
8370 gdb_file_cmd instead of prepare_for_testing and no longer skip
8371 "before run" tests on is_remote target boards. Update comments.
8372 * boards/native-extended-gdbserver.exp
8373 (extended_gdbserver_load_last_file): New, factored out from ...
8374 (gdb_load): ... this. Move further below and add comment.
8375 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8376
8aed1c0d
PA
83772017-10-12 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/attach.exp: Remove references to gdb64.
8380 * gdb.base/dbx.exp: Remove references to gdb64.
8381
cfa34c87
SM
83822017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8383 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/label.exp: Remove is_remote target check.
8386
9192b7de
PA
83872017-10-12 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.base/auvx.exp (coredir): Update comment.
8390 (top level) <core_works>: Use "set cwd" command instead of "cd"
8391 command.
8392
6bf0052d
PA
83932017-10-12 Pedro Alves <palves@redhat.com>
8394 Simon Marchi <simon.marchi@polymtl.ca>
8395
8396 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8397 target boards.
8398
e48ef82d
PA
83992017-10-12 Pedro Alves <palves@redhat.com>
8400 Simon Marchi <simon.marchi@polymtl.ca>
8401
8402 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8403 Instead skip if there's any gdb_protocol set.
8404
8d7aea57
SM
84052017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8406 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8409
30440677
PA
84102017-10-12 Pedro Alves <palves@redhat.com>
8411 Simon Marchi <simon.marchi@polymtl.ca>
8412
8413 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8414 instead of on dejagnu remote boards.
8415
4e04f045 84162017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8417 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8418
8419 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8420 checks. Use build_executable + clean_restart instead of
8421 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8422 of enabling non-stop after starting gdb.
8423
871a186e
PA
84242017-10-12 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8427 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8428 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8429 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8430
56d704da
AK
84312017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8432
8433 * gdb.arch/arc-tdesc-cpu.exp: New file.
8434 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8435
2f20e312
SM
84362017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8437
8438 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8439
65630365
PA
84402017-10-10 Pedro Alves <palves@redhat.com>
8441
8442 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8443 expect CLI output.
8444
bf469271
PA
84452017-10-10 Pedro Alves <palves@redhat.com>
8446
8447 * lib/selftest-support.exp (selftest_setup): Update for
8448 captured_command_loop's prototype change.
8449
777a42f1
PA
84502017-10-09 Pedro Alves <palves@redhat.com>
8451
8452 Test both arch1=>arch2 and arch2=>arch1.
8453
8454 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8455 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8456 factored out to...
8457 (append_arch1_options, append_arch2_options, append_arch_options)
8458 (build_executables): New procedures.
8459 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8460 local.
8461 (top level): Add new 'first_arch' testing axis.
8462
cbd2b4e3
PA
84632017-10-09 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8466 (barrier): New.
8467 (thread_start, all_started): New functions.
8468 (main): Spawn new thread and wait until it is scheduled.
8469 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8470 option.
8471 (do_test): Add 'selected_thread' parameter. Run to all_started
8472 instead of main. Explicitly set the breakpoint at main. Switch
8473 to the SELECTED_THREAD thread.
8474 (top level): Test handling the exec event with either the main
8475 thread or the second thread selected.
8476
5c9e4427
PA
84772017-10-09 Pedro Alves <palves@redhat.com>
8478
8479 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8480 logic. Move STOP marker after the value checks.
8481 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8482 regexp.
8483
b3b7c423
SL
84842017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8485
8486 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8487
3b4b2f16
UW
84882017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8489
8490 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8491 integer-to-dfp conversion.
8492 * gdb.base/dfp-test.exp: Likewise.
8493
5cd63fda
PA
84942017-10-04 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.multi/hangout.c: Include <unistd.h>.
8497 (hangout_loop): New function.
8498 (main): Call alarm. Call hangout_loop in a loop.
8499 * gdb.multi/hello.c: Include <unistd.h>.
8500 (hello_loop): New function.
8501 (main): Call alarm. Call hangout_loop in a loop.
8502 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8503 inferior with the other selected.
8504
4c71c105
SM
85052017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8506
8507 * gdb.mi/list-thread-groups-available.exp: New file.
8508 * gdb.mi/list-thread-groups-available.c: New file.
8509
bc3b087d
SDJ
85102017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8511
8512 * gdb.base/set-cwd.exp: Make it available on
8513 native-extended-gdbserver.
8514
d092c5a2
SDJ
85152017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8516
8517 * gdb.base/set-cwd.c: New file.
8518 * gdb.base/set-cwd.exp: Likewise.
8519
45320ffa
TT
85202017-10-02 Tom Tromey <tom@tromey.com>
8521
8522 PR rust/22236:
8523 * gdb.rust/simple.rs (main): New variable "fslice".
8524 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8525
b3e3859b
TT
85262017-10-02 Tom Tromey <tom@tromey.com>
8527
8528 * gdb.rust/simple.exp: Test ptype of a slice.
8529
01af5e0d
TT
85302017-10-02 Tom Tromey <tom@tromey.com>
8531
8532 * gdb.rust/simple.exp: Test index of slice.
8533
a9bbfbd8
TT
85342017-09-27 Tom Tromey <tom@tromey.com>
8535
8536 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8537
df8899e5
TP
85382017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8539 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/compare-sections.exp (get value of read-only section): Read
8542 as unsigned value.
8543 (corrupt read-only section): Likewise and don't set written if patching
8544 failed.
8545
757bf54b
KB
85462017-09-21 Kevin Buettner <kevinb@redhat.com>
8547
8548 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8549 files.
8550
06871ae8
PA
85512017-09-20 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8554 symbol names in gdb's output.
8555 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8556
e5f25bc5
PA
85572017-09-20 Pedro Alves <palves@redhat.com>
8558
8559 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8560 Rename to ...
8561 (test_list_ambiguous_symbol): ... this and add a symbol name
8562 parameter. Adjust.
8563 (test_list_ambiguous_function): Reimplement on top of
8564 test_list_ambiguous_symbol and also test listing ambiguous
8565 variables.
8566 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8567 (ambiguous_fun): ... this.
8568 (ambiguous_var): New.
8569 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8570 (ambiguous_fun): ... this.
8571 (ambiguous_var): New.
8572
4e5a4f58
JB
85732017-09-19 John Baldwin <jhb@FreeBSD.org>
8574
8575 * gdb.base/starti.c: New file.
8576 * gdb.base/starti.exp: New file.
8577 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8578
26e53f3e
PA
85792017-09-14 Pedro Alves <palves@redhat.com>
8580
8581 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8582 (top level): Use it instead of runto.
8583
cb791d59
TT
85842017-09-11 Tom Tromey <tom@tromey.com>
8585
8586 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8587
7c96f8c1
TT
85882017-09-11 Tom Tromey <tom@tromey.com>
8589
8590 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8591 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8592
469412dd
CW
85932017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8594
8595 * gdb.fortran/printing-types.exp: New file.
8596 * gdb.fortran/printing-types.exp: New file.
8597
e0f86435
BH
85982017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8599
8600 * gdb.fortran/vla-ptype.exp: Fix typos.
8601 * gdb.fortran/vla-value.exp: Same.
8602
9e9af4be
BH
86032017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8604
8605 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8606 * gdb.mi/mi-var-child-f.exp: Likewise.
8607 * gdb.mi/mi-vla-fortran.exp: Likewise.
8608
a5ad232b 86092017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8610 Christoph Weinmann <christoph.t.weinmann@intel.com>
8611 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8612
8613 * gdb.fortran/ptr-indentation.f90: New file.
8614 * gdb.fortran/ptr-indentation.exp: New file.
8615
5aec60eb
TT
86162017-09-05 Tom Tromey <tom@tromey.com>
8617
8618 PR gdb/22010:
8619 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8620
8f8f8152
TP
86212017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8622
8623 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8624
fbd1b771
JK
86252017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8626
8627 * gdb.threads/tls-nodebug-pie.c: New file.
8628 * gdb.threads/tls-nodebug-pie.exp: New file.
8629
5eb5f850
TT
86302017-09-05 Tom Tromey <tom@tromey.com>
8631
8632 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8633 for rust.
8634
ae780a21
SM
86352017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8636
8637 * gdb.multi/multi-arch-exec.exp: Test with different
8638 "follow-exec-mode" settings.
8639 (do_test): New procedure.
8640
3693fdb3
PA
86412017-09-04 Pedro Alves <palves@redhat.com>
8642
8643 * gdb.base/func-static.c (S::method const, S::method volatile)
8644 (S::method volatile const): New methods.
8645 (c_s, v_s, cv_s): New instances.
8646 (main): Call method() on them.
8647 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8648 (cannot_resolve): New procedure.
8649 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8650 print-quote-unquoted columns.
8651 (do_test): Test printing each scope too.
8652
e68cb8e0
PA
86532017-09-04 Pedro Alves <palves@redhat.com>
8654
8655 * gdb.base/local-static.exp: Also test with
8656 class::method::variable wholly quoted.
8657 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8658
858be34c
PA
86592017-09-04 Pedro Alves <palves@redhat.com>
8660
8661 * gdb.base/local-static.c: New.
8662 * gdb.base/local-static.cc: New.
8663 * gdb.base/local-static.exp: New.
8664
46a4882b
PA
86652017-09-04 Pedro Alves <palves@redhat.com>
8666
8667 * gdb.asm/asm-source.exp: Add casts to int.
8668 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8669 (dataglobal64_1, dataglobal64_2): New globals.
8670 * gdb.base/nodebug.exp: Test different expressions involving the
8671 new globals, with print, whatis and ptype. Add casts to int.
8672 * gdb.base/solib-display.exp: Add casts to int.
8673 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8674 * gdb.cp/m-static.exp: Add cast to int.
8675 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8676 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8677 tls variable with no debug info without a cast. Test with a cast
8678 to int too.
8679 * gdb.trace/entry-values.exp: Add casts.
8680
2c5a2be1
PA
86812017-09-04 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.base/nodebug.exp: Test that ptype's error about functions
8684 with unknown return type includes the function name too.
8685
7022349d
PA
86862017-09-04 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8689 return type of munmap in infcall.
8690 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8691 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8692 type of ftell in infcall.
8693 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8694 type of getpid in infcall.
8695 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8696 infcall.
8697 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8698 Bail on failure to extract the pid.
8699 * gdb.base/nodebug.c: #include <stdint.h>.
8700 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8701 New functions.
8702 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8703 Change expected output of print/whatis/ptype with functions with
8704 no debug info. Test all supported languages. Call
8705 test_call_promotion.
8706 * gdb.compile/compile.exp: Adjust expected output to expect
8707 warning.
8708 * gdb.threads/siginfo-threads.exp: Likewise.
8709
54990598
PA
87102017-09-04 Pedro Alves <palves@redhat.com>
8711
8712 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8713 "prototypes". Test calling float functions via prototyped and
8714 unprototyped function pointers.
8715 (perform_all_tests): New parameter "prototypes". Pass it down.
8716 (top level): Pass down "prototypes" parameter to
8717 perform_all_tests.
8718
34d16ea2
SM
87192017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8720
8721 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8722 Test with nested loops.
8723
9521ecda
SM
87242017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 * gdb.base/commands.exp: Call the new procedures.
8727 (loop_break_test, loop_continue_test): New procedures.
8728
80a65e9b
SM
87292017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8730
8731 * gdb.base/commands.exp: Call new procedure.
8732 (define_if_without_arg_test): New procedure.
8733
e439fa14
PA
87342017-09-04 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/list-ambiguous.exp: New file.
8737 * gdb.base/list-ambiguous0.c: New file.
8738 * gdb.base/list-ambiguous1.c: New file.
8739 * gdb.base/list.exp (test_list_range): Adjust expected output.
8740
0a2dde4a
SDJ
87412017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8742
8743 * gdb.base/share-env-with-gdbserver.c: New file.
8744 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8745
5e89eb3a
SM
87462017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8747
8748 * gdb.base/commands.exp (gdbvar_simple_if_test,
8749 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8750 progvar_simple_if_test, progvar_simple_while_test,
8751 progvar_complex_if_while_test, user_defined_command_test,
8752 user_defined_command_args_eval,
8753 user_defined_command_args_stack_test,
8754 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8755 temporary_breakpoint_commands,
8756 gdb_test_no_prompt, redefine_hook_test,
8757 redefine_backtrace_test): Remove "global gdb_prompt".
8758
fd437cbc
SM
87592017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8760
8761 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8762 New proc, call it from toplevel.
8763
87215ad1
SDJ
87642017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8765
8766 PR remote/21852
8767 * gdb.server/normal.c: New file, copied from gdb.base.
8768 * gdb.server/run-without-local-binary.exp: New file.
8769
58afddc6
WP
87702017-08-07 Weimin Pan <weimin.pan@oracle.com>
8771
8772 * gdb.arch/sparc64-adi.exp: New file.
8773 * gdb.arch/sparc64-adi.c: New file.
8774
5277199a
PA
87752017-08-22 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8778 (top level): Add "list all overloads" tests.
8779
14278e1f
TT
87802017-08-22 Tom Tromey <tom@tromey.com>
8781
8782 * gdb.gdb/xfullpath.exp: Remove.
8783
bf223d3e
PA
87842017-08-21 Pedro Alves <palves@redhat.com>
8785
8786 PR gdb/19487
8787 * gdb.base/symbol-alias.c: New.
8788 * gdb.base/symbol-alias2.c: New.
8789 * gdb.base/symbol-alias.exp: New.
8790
c973d0aa
PA
87912017-08-21 Pedro Alves <palves@redhat.com>
8792
8793 * gdb.base/dfp-test.c
8794 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8795 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8796 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8797 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8798 * gdb.base/whatis-ptype-typedefs.c: New.
8799 * gdb.base/whatis-ptype-typedefs.exp: New.
8800 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8801 (an_int, an_int_type, an_int_type2): New globals.
8802 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8803 involving typedefs and cast expressions.
8804 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8805 (lookup_typedefs_function): New.
8806 (typedefs_pretty_printers_dict): New.
8807 (top level): Register lookup_typedefs_function in
8808 gdb.pretty_printers.
8809
6d580b63
YQ
88102017-08-18 Yao Qi <yao.qi@linaro.org>
8811
8812 * gdb.server/unittest.exp: New.
8813
206726fb
SDJ
88142017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8815
8816 PR gdb/21954
8817 * gdb.base/environ.exp: Add test to check if 'unset environment'
8818 works.
8819
bf0ec4c2
AA
88202017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8821
8822 * lib/gdb.exp (universal_compile_options): New caching proc.
8823 (gdb_compile): Suppress GCC's coloring of messages.
8824
d6382fff
TT
88252017-08-14 Tom Tromey <tom@tromey.com>
8826
8827 PR gdb/21675:
8828 * gdb.base/printcmds.exp (test_radices): New function.
8829 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8830 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8831 * lib/gdb.exp (get_integer_valueof): Use p/d.
8832
c2c2dd9f
SM
88332017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8834
8835 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8836 characters.
8837
fdffd6f4
TT
88382017-08-05 Tom Tromey <tom@tromey.com>
8839
8840 * gdb.rust/simple.exp: Allow String to appear in a different
8841 namespace.
8842
27d41eac
YQ
88432017-07-26 Yao Qi <yao.qi@linaro.org>
8844
8845 * gdb.gdb/unittest.exp: Invoke command
8846 "maintenance check xml-descriptions".
8847
031ed05d
AA
88482017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8849
8850 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8851 calling context.
8852 (hex128): Drop erroneous calculation of parameters.
8853
dcd27ddf
SM
88542017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8855
8856 * gdb.python/py-unwind.exp: Disable stack protection when
8857 building test file.
8858
47e77640
PA
88592017-07-20 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.base/default.exp (set language): Adjust expected output.
8862
62d2a18a
PA
88632017-07-20 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8866 (test_minsym): ... this, and make static.
8867 (get_pck__foo__bar__minsym): Rename to ...
8868 (get_test_minsym): ... this.
8869 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8870 symbol names and comments.
8871 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8872 (get_test_minsym): ... this.
8873 (pck__foo__bar__minsym__2): Rename to ...
8874 (test_minsym): ... this.
8875 (main): Adjust.
8876
c45ec17c
PA
88772017-07-17 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/completion.exp: Adjust expected output.
8880 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8881 the completer works.
8882
c6756f62
PA
88832017-07-17 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8886
5bd68487
AB
88872017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8888
8889 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8890
8880f2a9
TT
88912017-07-14 Tom Tromey <tom@tromey.com>
8892
8893 PR rust/21764:
8894 * gdb.rust/simple.exp: Add tests.
8895
65547233
TT
88962017-07-14 Tom Tromey <tom@tromey.com>
8897
8898 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8899
8f14146e
PA
89002017-07-14 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.linespec/base/one/thefile.cc (z1): New function.
8903 * gdb.linespec/base/two/thefile.cc (z2): New function.
8904 * gdb.linespec/linespec.exp: Add tests.
8905
b4365d02
AB
89062017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8907
8908 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8909 to mi_create_breakpoint.
8910
5d2cbaa5
AB
89112017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8912
8913 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8914 mi_create_breakpoint.
8915
11cb5716
IB
89162017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8917
8918 * gdb.dlang/demangle.exp: Update for demangling changes.
8919
03278692
TT
89202017-07-09 Tom Tromey <tom@tromey.com>
8921
8922 * gdb.dwarf2/shortpiece.exp: New file.
8923
33c5cd75
DB
89242017-07-06 David Blaikie <dblaikie@gmail.com>
8925
8926 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8927 built from fissiont-multi-cu{1,2}.c.
8928 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8929 except putting 'main' and 'func' in separate CUs in the same DWO file.
8930 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8931 test.
8932 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8933 test.
8934
8455d262
PA
89352017-07-06 Pedro Alves <palves@redhat.com>
8936
8937 * gdb.python/py-unwind.exp: Test flushregs.
8938
dc4bde35
SDJ
89392017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8940
8941 PR cli/21688
8942 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8943 tests for alias commands and trailing whitespace.
8944
51ed89aa
SDJ
89452017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8946
8947 PR cli/21688
8948 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8949 procedure. Call it.
8950
eb17d413
PA
89512017-06-29 Pedro Alves <palves@redhat.com>
8952
8953 * gdb.base/printcmds.exp: Add tests.
8954
41664b45
DG
89552017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8956
8957 PR gdb/21337
8958 * gdb.base/reread-readsym.exp: New file.
8959 * gdb.base/reread-readsym.c: New file.
8960
75312ae3
KB
89612017-06-21 Kevin Buettner <kevinb@redhat.com>
8962
8963 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8964 subpattern.
8965
66953522
PB
89662017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8967
8968 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8969 extended mnemonic.
8970 * gdb.arch/powerpc-power9.s: Likewise.
8971
5524b525
AA
89722017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8973
8974 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8975 on 32-bit x86 targets. Exploit is_*_target macros where
8976 appropriate.
8977
03c8af18
AA
89782017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8979
8980 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8981 register pieces.
8982
3bf31011
AA
89832017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8984
8985 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8986 located in one or more DWARF pieces.
8987
805acca0
AA
89882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8989
8990 * lib/gdb.exp (get_endianness): New proc.
8991 * gdb.arch/aarch64-fp.exp: Use it.
8992 * gdb.arch/altivec-regs.exp: Likewise.
8993 * gdb.arch/e500-regs.exp: Likewise.
8994 * gdb.arch/vsx-regs.exp: Likewise.
8995 * gdb.base/dump.exp: Likewise.
8996 * gdb.base/funcargs.exp: Likewise.
8997 * gdb.base/gnu_vector.exp: Likewise.
8998 * gdb.dwarf2/formdata16.exp: Likewise.
8999 * gdb.dwarf2/implptrpiece.exp: Likewise.
9000 * gdb.dwarf2/nonvar-access.exp: Likewise.
9001 * gdb.python/py-inferior.exp: Likewise.
9002 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9003
e9352324
AA
90042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9005
9006 PR gdb/21226
9007 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9008 stack value pieces are taken from the LSB end.
9009
d5d1163e
AA
90102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9011
9012 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9013 variable at nonzero offset.
9014
0567c986
AA
90152017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9016
9017 * gdb.dwarf2/var-access.c: New file.
9018 * gdb.dwarf2/var-access.exp: New test.
9019 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9020
973e9aab
TT
90212017-06-12 Tom Tromey <tom@tromey.com>
9022
9023 * gdb.dwarf2/formdata16.exp: Add tests.
9024
d9109c80
TT
90252017-06-12 Tom Tromey <tom@tromey.com>
9026
9027 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9028
30a25466
TT
90292017-06-12 Tom Tromey <tom@tromey.com>
9030
9031 PR exp/16225:
9032 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9033 * gdb.arch/vsx-regs.exp: Update tests.
9034 * gdb.arch/s390-vregs.exp (hex128): New proc.
9035 Update test.
9036 * gdb.arch/altivec-regs.exp: Update tests.
9037
aefd8b33
SDJ
90382017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9039
9040 * gdb.base/startup-with-shell.c: New file.
9041 * gdb.base/startup-with-shell.exp: Likewise.
9042
2090129c
SDJ
90432017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9044
9045 * gdb.server/non-existing-program.exp: Update regex in order to
9046 reflect the fact that gdbserver is now using fork_inferior (with a
9047 shell) to startup the inferior.
9048
8e86a419
SM
90492017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9050
9051 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9052 support function calls from GDB.
9053
e6cf65f2
TT
90542017-05-21 Tom Tromey <tom@tromey.com>
9055
9056 PR rust/21466:
9057 * gdb.rust/unsized.exp: New file.
9058 * gdb.rust/unsized.rs: New file.
9059
43cc5389
TT
90602017-05-19 Tom Tromey <tom@tromey.com>
9061
9062 PR rust/21484:
9063 * gdb.rust/watch.exp: New file.
9064 * gdb.rust/watch.rs: New file.
9065
ec8df234
TT
90662017-05-18 Tom Tromey <tom@tromey.com>
9067
9068 * gdb.rust/simple.exp: Allow Box to be qualified.
9069
3e3e7fae
TP
90702017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9071
9072 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9073
59cc050d
PA
90742017-05-18 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/fileio.c (test_write, test_read, test_close)
9077 (test_fstat): Don't print 'ret' in the fail path.
9078
c8f6abd1
PA
90792017-05-18 Pedro Alves <palves@redhat.com>
9080
9081 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9082 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9083 (test_system, test_rename, test_unlink, test_time): Change
9084 prototypes.
9085 * gdb.base/fileio.exp (stop_msg): Adjust.
9086
d2a03b77
PA
90872017-05-18 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.base/fileio.c (null_str): New global.
9090 (test_stat): Use it.
9091 * gdb.base/fileio.exp: Remove nowarnings.
9092
0d5c6999
YQ
90932017-05-17 Yao Qi <yao.qi@linaro.org>
9094
9095 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9096
21873064
YQ
90972017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9098
9099 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9100 argument command.
9101 (top-level): Invoke test_set_inferior_tty.
9102
d512d31c
PA
91032017-05-04 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9106 Add parens to print call for Python 3.
9107
90cef2ed
KS
91082017-05-03 Keith Seitz <keiths@redhat.com>
9109
9110 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9111 (main): Call it.
9112
14f819c8
TW
91132017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9114
9115 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9116 to prev and next.
9117
913aeadd
TW
91182017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9119
9120 * gdb.python/py-record-btrace.exp: Remove test for
9121 gdb.BtraceInstruction.error.
9122
a3be24ad
TW
91232017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9124
9125 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9126
ae20e79a
TW
91272017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9128
9129 * gdb.python/py-record-btrace-threads.c: New file.
9130 * gdb.python/py-record-btrace-threads.exp: New file.
9131
45ce1b47
SDJ
91322017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9133
9134 PR testsuite/8595
9135 * gdb.base/environ.exp: Make test available in all architectures.
9136 Move bits related to "info program" testing to
9137 gdb.base/info-program.exp. Rewrite tests to use the two new
9138 procedures mentione below.
9139 (test_set_show_env_var) New procedure.
9140 (test_set_show_env_var_equal): Likewise.
9141 * gdb.base/info-program.exp: New file.
9142
e15c3eb4
KS
91432017-04-27 Keith Seitz <keiths@redhat.com>
9144
9145 * gdb.cp/oranking.cc (test15): New function.
9146 (main): Call test15 and declare additional variables for testing.
9147 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9148 "p foo101('abc')" tests.
9149 Add tests for cv qualifier overloads.
9150 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9151 "lvalue reference overload" test.
9152 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9153 "print value of f1 on Child&& in f2" test.
9154
3a3fd0fd
PA
91552017-04-19 Pedro Alves <palves@redhat.com>
9156
9157 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9158 procedure.
9159 (top level): Call it.
9160 * lib/gdb.exp (gdb_define_cmd): New procedure.
9161
53375380
PA
91622017-04-12 Pedro Alves <palves@redhat.com>
9163
9164 PR gdb/21323
9165 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9166 (wchar): New global.
9167 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9168 (do_test_wide_char, wide_char_types_no_program, top level): Add
9169 wchar_t testing.
9170
53e710ac
PA
91712017-04-12 Pedro Alves <palves@redhat.com>
9172
9173 PR c++/21323
9174 * gdb.cp/wide_char_types.c: New file.
9175 * gdb.cp/wide_char_types.exp: New file.
9176
0ad9d8c7
SDJ
91772017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9178
9179 PR gdb/21352
9180 * gdb.trace/tsv.exp: Add test for "tsave -r".
9181
b1b45502
IB
91822017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9183
9184 * gdb.dlang/watch-loc.c: New file.
9185 * gdb.dlang/watch-loc.exp: New file.
9186
ec13808e
JK
91872017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9188
9189 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9190
fe5f7374
AK
91912017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9192
9193 * gdb.arch/arc-analyze-prologue.S: New file.
9194 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9195
eea78757
AK
91962017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9197
9198 * gdb.arch/arc-decode-insn.S: New file.
9199 * gdb.arch/arc-decode-insn.exp: Likewise.
9200
5badf10a
IR
92012017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9202
9203 PR tdep/20928
9204 * gdb.arch/sparc64-regs.exp: New file.
9205 * gdb.arch/sparc64-regs.S: Likewise.
9206
cee59b3f
TW
92072017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9208
9209 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9210 and memory view on Python 3.
9211
c0f55cc6
AV
92122017-03-20 Artemiy Volkov <artemiyv@acm.org>
9213 Keith Seitz <keiths@redhat.com>
9214
9215 PR gdb/14441
9216 * gdb.cp/demangle.exp: Add rvalue reference tests.
9217 * gdb.cp/rvalue-ref-casts.cc: New file.
9218 * gdb.cp/rvalue-ref-casts.exp: New file.
9219 * gdb.cp/rvalue-ref-overload.cc: New file.
9220 * gdb.cp/rvalue-ref-overload.exp: New file.
9221 * gdb.cp/rvalue-ref-params.cc: New file.
9222 * gdb.cp/rvalue-ref-params.exp: New file.
9223 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9224 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9225 * gdb.cp/rvalue-ref-types.cc: New file.
9226 * gdb.cp/rvalue-ref-types.exp: New file.
9227 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9228 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9229
51457a05
MAL
92302017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9231
9232 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9233 New procedure.
9234
5b291c04
MAL
92352017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9236
9237 * lib/mi-support.exp (mi_gdb_test): Add additional message
9238 for unexpected output.
9239
59a56148
AA
92402017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9241
9242 * gdb.base/examine-backward.c (Barrier): New character array
9243 constant, to ensure that TestStrings is preceded by a string
9244 terminator.
9245
7942e96e
AA
92462017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9247
9248 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9249 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9250 and implicit pointer into such a location.
9251
6ebac3fb
DE
92522017-03-16 Doug Evans <dje@google.com>
9253
9254 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9255
ec3b243d
TP
92562017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9257
9258 * gdb.cp/m-static.exp: Fix expectation for prototype of
9259 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9260
92612017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9262
9263 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9264 * gdb.guile/scm-lazy-string.c: New file.
9265 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9266 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9267 for pointer, array, typedef lazy strings.
9268
2cc36e25 92692017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9270
9271 PR python/17728, python/18439, python/18779
9272 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9273 * gdb.python/py-lazy-string.c (pointer): New typedef.
9274 (main): New locals ptr, array, typedef_ptr.
9275 * gdb.python/py-value.exp: Move lazy string tests to ...
9276 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9277 array, typedef lazy strings.
ec3b243d 9278
0efcde63
AK
92792017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9280
9281 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9282 Add optional 'test' parameter.
9283
7978d7c3
SM
92842017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9285
9286 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9287 Skip for versions of DejaGnu < 1.5.
9288
896c0c1e
SM
92892017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9290
9291 * lib/gdb.exp (dejagnu_version): New proc.
9292 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9293 Use dejagnu_version.
9294
5f4d1085
KS
92952017-03-10 Keith Seitz <keiths@redhat.com>
9296
9297 PR c++/8128
9298 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9299 type from destructor regexps.
9300 Add a branch which actually passes the test.
9301 Adjust "ptype t5i" test names.
9302
1de05205
PA
93032017-03-08 Pedro Alves <palves@redhat.com>
9304
9305 * gdb.base/step-over-exit.exp: Add explicit test message.
9306
c65d6b55
PA
93072017-03-08 Pedro Alves <palves@redhat.com>
9308
9309 PR gdb/18360
9310 * gdb.threads/interrupt-while-step-over.c: New file.
9311 * gdb.threads/interrupt-while-step-over.exp: New file.
9312
2e86a283
PA
93132017-03-08 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9316 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9317
25dcbff6
PA
93182017-03-08 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9321 PKRU as not supported as a PASS.
9322
dc9366eb
PA
93232017-03-08 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9326 prefix instead of $binfile1/$binfile2.
9327 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9328 in test message.
9329 * gdb.python/py-completion.exp: Use "load python file" as test
9330 messages instead of unstable path names.
9331
6e5d74e7
PA
93322017-03-08 Pedro Alves <palves@redhat.com>
9333 Jan Kratochvil <jan.kratochvil@redhat.com>
9334
9335 PR cli/21218
9336 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9337 New proc.
9338 (top level): Call it.
9339
9753a2f6
PA
93402017-03-08 Pedro Alves <palves@redhat.com>
9341
9342 PR tui/21216
9343 * gdb.tui/tui-nl-filtered-output.exp: New file.
9344
1a4dd9dd
PA
93452017-03-08 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.base/completion.exp: Move TUI completion tests to ...
9348 * gdb.tui/completion.exp: ... this new file.
9349
7cbbff33
PA
93502017-03-08 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.base/tui-disasm-long-lines.c,
9353 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9354 gdb.base/tui-layout.exp: Move to ...
9355 * gdb.tui/: ... this new directory.
9356
5f6fd321
PA
93572017-03-07 Pedro Alves <palves@redhat.com>
9358
9359 * gdb.base/tui-layout.c: New file.
9360 * gdb.base/tui-layout.exp: New file.
9361
44959fa8
PA
93622017-03-07 Pedro Alves <palves@redhat.com>
9363
9364 * gdb.base/tui-layout.c: Rename to ...
9365 * gdb.base/tui-disasm-long-lines.c: ... this.
9366 * gdb.base/tui-layout.exp: Rename to ...
9367 * gdb.base/tui-disasm-long-lines.exp: ... this.
9368
f8c4e718
PA
93692017-03-07 Pedro Alves <palves@redhat.com>
9370
9371 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9372
6dbb839a 93732017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9374
9375 * i386-mpx-call.c: New file.
9376 * i386-mpx-call.exp: New file.
9377
65b48a81
PB
93782017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9379
9380 * gdb.arch/powerpc-power.exp: Delete test.
9381 * gdb.arch/powerpc-power.s: Likewise.
9382 * gdb.disasm/disassembler-options.exp: New test.
9383 * gdb.arch/powerpc-altivec.exp: Likewise.
9384 * gdb.arch/powerpc-altivec.s: Likewise.
9385 * gdb.arch/powerpc-altivec2.exp: Likewise.
9386 * gdb.arch/powerpc-altivec2.s: Likewise.
9387 * gdb.arch/powerpc-altivec3.exp: Likewise.
9388 * gdb.arch/powerpc-altivec3.s: Likewise.
9389 * gdb.arch/powerpc-power7.exp: Likewise.
9390 * gdb.arch/powerpc-power7.s: Likewise.
9391 * gdb.arch/powerpc-power8.exp: Likewise.
9392 * gdb.arch/powerpc-power8.s: Likewise.
9393 * gdb.arch/powerpc-power9.exp: Likewise.
9394 * gdb.arch/powerpc-power9.s: Likewise.
9395 * gdb.arch/powerpc-vsx.exp: Likewise.
9396 * gdb.arch/powerpc-vsx.s: Likewise.
9397 * gdb.arch/powerpc-vsx2.exp: Likewise.
9398 * gdb.arch/powerpc-vsx2.s: Likewise.
9399 * gdb.arch/powerpc-vsx3.exp: Likewise.
9400 * gdb.arch/powerpc-vsx3.s: Likewise.
9401 * gdb.arch/arm-disassembler-options.exp: Likewise.
9402 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9403 * gdb.arch/s390-disassembler-options.exp: Likewise.
9404
17cd4947
LM
94052017-02-23 Luis Machado <lgustavo@codesourcery.com>
9406
9407 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9408 (check_supported_features): ... this. Changed return type to void.
9409 (supports_rdseed): New static global.
9410 (rdseed): Check supports_rdseed.
9411 (initialize): Call check_supported_features.
9412
2039d74e
EBM
94132017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9414
9415 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9416 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9417 and lqarx/stqcx.
9418 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9419 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9420
a51d7ecf
EBM
94212017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9422
9423 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9424 uppercase.
9425
0224619f
JK
94262017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9427
9428 * gdb.dwarf2/formdata16.c: New file.
9429 * gdb.dwarf2/formdata16.exp: New file.
9430 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9431
216f72a1
JK
94322017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9433
9434 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9435 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9436 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9437 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9438 DW_AT_GNU_*.
9439
43988095
JK
94402017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9441
9442 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9443
99e8a4f9
SDJ
94442017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9445
9446 PR gdb/21164
9447 * gdb.base/maint.exp: Add testcases for when the commands do
9448 not have arguments.
9449
b58a8c0c
TP
94502017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9451
9452 * gdb.cp/chained-calls.exp: Use p instead of P.
9453
4e746bb6
TW
94542017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9455
9456 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9457 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9458
3f77c769
TT
94592017-02-14 Tom Tromey <tom@tromey.com>
9460
9461 PR python/13598:
9462 * gdb.python/py-events.exp: Add before_prompt event tests.
9463
075beec0
AA
94642017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9465
9466 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9467
bf5f525c
LM
94682017-02-13 Luis Machado <lgustavo@codesourcery.com>
9469
9470 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9471 (main): Call my_unique_function_name.
9472 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9473 completion of patterns with a single match.
9474 Add missing -re switches to gdb_test_multiple calls.
9475
13a66184
LM
94762017-02-13 Luis Machado <lgustavo@codesourcery.com>
9477
9478 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9479 return if core file is not recognized.
9480
26a06916
SM
94812017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9482
9483 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9484 and extra UIs.
9485
b761ca9e
SM
94862017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9487
9488 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9489 proc_with_prefix.
9490
b964bee0
TT
94912017-02-10 Tom Tromey <tom@tromey.com>
9492
9493 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9494
18da0c51
MG
94952017-02-10 Martin Galvan <martingalvan@sourceware.org>
9496
9497 PR gdb/21122
9498 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9499
604c4576
JG
95002017-02-08 Jerome Guitton <guitton@adacore.com>
9501
9502 * gdb.base/define.exp: Add test for command abbreviations
9503 in define.
9504
20b477a7
LM
95052017-02-06 Luis Machado <lgustavo@codesourcery.com>
9506
9507 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9508 * gdb.reverse/insn-reverse-x86.c: New file.
9509
3f7b46f2
IR
95102017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9511
9512 PR tdep/20936
9513 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9514
f0fd41c1
TT
95152017-02-03 Tom Tromey <tom@tromey.com>
9516
9517 PR rust/21097:
9518 * gdb.rust/simple.exp: Add new tests.
9519
5be5dbf0
PA
95202017-02-02 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9523 tests.
9524
7346ef59
AA
95252017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9526
9527 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9528 taking a 2-byte value out of a 4-byte DWARF implicit value on
9529 big-endian targets.
9530 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9531 logic. Add test cases for DW_OP_implicit.
9532
787f0025
MM
95332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9534
9535 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9536
68777c29
MM
95372017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9538
9539 * gdb.btrace/enable.exp: Call gdb_exit before
9540 skip_gdbserver_tests.
9541
0a1c7e28
MM
95422017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9543
9544 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9545 GDBFLAGS.
9546
b5ac99b0
MM
95472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9548
9549 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9550 the test is skipped.
9551 * gdb.btrace/data.exp: Likewise.
9552 * gdb.btrace/delta.exp: Likewise.
9553 * gdb.btrace/dlopen.exp: Likewise.
9554 * gdb.btrace/enable-running.exp: Likewise.
9555 * gdb.btrace/enable.exp: Likewise.
9556 * gdb.btrace/exception.exp: Likewise.
9557 * gdb.btrace/function_call_history.exp: Likewise.
9558 * gdb.btrace/gcore.exp: Likewise.
9559 * gdb.btrace/instruction_history.exp: Likewise.
9560 * gdb.btrace/multi-thread-step.exp: Likewise.
9561 * gdb.btrace/nohist.exp: Likewise.
9562 * gdb.btrace/non-stop.exp: Likewise.
9563 * gdb.btrace/reconnect.exp: Likewise.
9564 * gdb.btrace/record_goto-step.exp: Likewise.
9565 * gdb.btrace/record_goto.exp: Likewise.
9566 * gdb.btrace/rn-dl-bind.exp: Likewise.
9567 * gdb.btrace/segv.exp: Likewise.
9568 * gdb.btrace/step.exp: Likewise.
9569 * gdb.btrace/stepi.exp: Likewise.
9570 * gdb.btrace/tailcall-only.exp: Likewise.
9571 * gdb.btrace/tailcall.exp: Likewise.
9572 * gdb.btrace/tsx.exp: Likewise.
9573 * gdb.btrace/unknown_functions.exp: Likewise.
9574 * gdb.btrace/vdso.exp: Likewise.
9575
cd4007e4
MM
95762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9577
9578 * gdb.btrace/enable-running.c: New.
9579 * gdb.btrace/enable-running.exp: New.
9580
2735833d
WT
95812017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9582
9583 * gdb.arch/amd64-gs_base.c: New file.
9584 * gdb.arch/amd64-gs_base.exp: New file.
9585
b51e1e94
LM
95862017-01-26 Luis Machado <lgustavo@codesourcery.com>
9587
9588 * lib/memory.exp: Remove spurious empty newlines.
9589
72ca0410
SM
95902017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9591
9592 * gdb.python/py-bad-printers.exp: Load python file using "source".
9593 * gdb.python/py-events.exp: Likewise.
9594 * gdb.python/py-evsignal.exp: Likewise.
9595 * gdb.python/py-evthreads.exp: Likewise.
9596 * gdb.python/py-frame-args.exp: Likewise.
9597 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9598 * gdb.python/py-framefilter-mi.exp: Likewise.
9599 * gdb.python/py-framefilter.exp: Likewise.
9600 * gdb.python/py-mi.exp: Likewise.
9601 * gdb.python/py-pp-maint.exp: Likewise.
9602 * gdb.python/py-pp-registration.exp: Likewise.
9603 * gdb.python/py-prettyprint.exp: Likewise.
9604 (run_lang_tests): Likewise.
9605 * gdb.python/py-typeprint.exp: Likewise.
9606
e309aa65
LM
96072017-01-26 Luis Machado <lgustavo@codesourcery.com>
9608
9609 * lib/memory.exp: New file.
9610 * lib/gdb.exp: Load memory.exp.
9611 * gdb.base/memattr.exp (delete_memory): Move proc to
9612 lib/memory.exp and rename to delete_memory_regions.
9613 Replace delete_memory with delete_memory_regions.
9614 Cleanup memory regions before tests.
9615 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9616 before tests.
9617
515aff23
LM
96182017-01-26 Luis Machado <lgustavo@codesourcery.com>
9619
9620 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9621 files.
9622 (initialize): New function conditionally defined.
9623 (testcases): Move within conditional block.
9624 (main): Call initialize.
9625 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9626 of gdb.reverse/insn-reverse.c.
9627 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9628 gdb.reverse/insn-reverse.c.
9629
d8b49cf0
YQ
96302017-01-26 Yao Qi <yao.qi@linaro.org>
9631
9632 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9633 disassemble on address 0.
9634
f13a9a0c
YQ
96352017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9636 Yao Qi <yao.qi@linaro.org>
9637
9638 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9639 * gdb.dwarf2/implptr-64bit.S: Remove.
9640 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9641 variables in caller's context. Add DW_OP_implicit_value.
9642
5ac95241
YQ
96432017-01-25 Yao Qi <yao.qi@linaro.org>
9644
9645 * lib/dwarf.exp (Dwarf::_location): Handle
9646 DW_OP_GNU_implicit_pointer with proper size.
9647
23e82930
LM
96482017-01-20 Luis Machado <lgustavo@codesourcery.com>
9649
9650 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9651 and add untested calls.
9652
d334ae25
LM
96532017-01-20 Luis Machado <lgustavo@codesourcery.com>
9654
9655 * gdb.python/python.exp: Check line number against what GDB thinks
9656 the line number is for func1.
9657
f5e6296e
IB
96582017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9659
9660 * gdb.dlang/debug-expr.exp: New file.
9661
5b362f04
LM
96622016-12-23 Luis Machado <lgustavo@codesourcery.com>
9663
9664 Fix test names for the following files:
9665
9666 * gdb.ada/exec_changed.exp
9667 * gdb.ada/info_types.exp
9668 * gdb.arch/aarch64-atomic-inst.exp
9669 * gdb.arch/aarch64-fp.exp
9670 * gdb.arch/altivec-abi.exp
9671 * gdb.arch/altivec-regs.exp
9672 * gdb.arch/amd64-byte.exp
9673 * gdb.arch/amd64-disp-step.exp
9674 * gdb.arch/amd64-dword.exp
9675 * gdb.arch/amd64-entry-value-inline.exp
9676 * gdb.arch/amd64-entry-value-param.exp
9677 * gdb.arch/amd64-entry-value-paramref.exp
9678 * gdb.arch/amd64-entry-value.exp
9679 * gdb.arch/amd64-i386-address.exp
9680 * gdb.arch/amd64-invalid-stack-middle.exp
9681 * gdb.arch/amd64-invalid-stack-top.exp
9682 * gdb.arch/amd64-optimout-repeat.exp
9683 * gdb.arch/amd64-prologue-skip.exp
9684 * gdb.arch/amd64-prologue-xmm.exp
9685 * gdb.arch/amd64-stap-special-operands.exp
9686 * gdb.arch/amd64-stap-wrong-subexp.exp
9687 * gdb.arch/amd64-tailcall-cxx.exp
9688 * gdb.arch/amd64-tailcall-noret.exp
9689 * gdb.arch/amd64-tailcall-ret.exp
9690 * gdb.arch/amd64-tailcall-self.exp
9691 * gdb.arch/amd64-word.exp
9692 * gdb.arch/arm-bl-branch-dest.exp
9693 * gdb.arch/arm-disp-step.exp
9694 * gdb.arch/arm-neon.exp
9695 * gdb.arch/arm-single-step-kernel-helper.exp
9696 * gdb.arch/avr-flash-qualifier.exp
9697 * gdb.arch/disp-step-insn-reloc.exp
9698 * gdb.arch/e500-abi.exp
9699 * gdb.arch/e500-regs.exp
9700 * gdb.arch/ftrace-insn-reloc.exp
9701 * gdb.arch/i386-avx512.exp
9702 * gdb.arch/i386-bp_permanent.exp
9703 * gdb.arch/i386-byte.exp
9704 * gdb.arch/i386-cfi-notcurrent.exp
9705 * gdb.arch/i386-disp-step.exp
9706 * gdb.arch/i386-dr3-watch.exp
9707 * gdb.arch/i386-float.exp
9708 * gdb.arch/i386-gnu-cfi.exp
9709 * gdb.arch/i386-mpx-map.exp
9710 * gdb.arch/i386-mpx-sigsegv.exp
9711 * gdb.arch/i386-mpx-simple_segv.exp
9712 * gdb.arch/i386-mpx.exp
9713 * gdb.arch/i386-permbkpt.exp
9714 * gdb.arch/i386-prologue.exp
9715 * gdb.arch/i386-signal.exp
9716 * gdb.arch/i386-size-overlap.exp
9717 * gdb.arch/i386-unwind.exp
9718 * gdb.arch/i386-word.exp
9719 * gdb.arch/mips-fcr.exp
9720 * gdb.arch/powerpc-d128-regs.exp
9721 * gdb.arch/powerpc-stackless.exp
9722 * gdb.arch/ppc64-atomic-inst.exp
9723 * gdb.arch/s390-stackless.exp
9724 * gdb.arch/s390-tdbregs.exp
9725 * gdb.arch/s390-vregs.exp
9726 * gdb.arch/sparc-sysstep.exp
9727 * gdb.arch/thumb-bx-pc.exp
9728 * gdb.arch/thumb-singlestep.exp
9729 * gdb.arch/thumb2-it.exp
9730 * gdb.arch/vsx-regs.exp
9731 * gdb.asm/asm-source.exp
9732 * gdb.base/a2-run.exp
9733 * gdb.base/advance.exp
9734 * gdb.base/all-bin.exp
9735 * gdb.base/anon.exp
9736 * gdb.base/args.exp
9737 * gdb.base/arithmet.exp
9738 * gdb.base/async-shell.exp
9739 * gdb.base/async.exp
9740 * gdb.base/attach-pie-noexec.exp
9741 * gdb.base/attach-twice.exp
9742 * gdb.base/auto-load.exp
9743 * gdb.base/bang.exp
9744 * gdb.base/bitfields.exp
9745 * gdb.base/break-always.exp
9746 * gdb.base/break-caller-line.exp
9747 * gdb.base/break-entry.exp
9748 * gdb.base/break-inline.exp
9749 * gdb.base/break-on-linker-gcd-function.exp
9750 * gdb.base/break-probes.exp
9751 * gdb.base/break.exp
9752 * gdb.base/breakpoint-shadow.exp
9753 * gdb.base/call-ar-st.exp
9754 * gdb.base/call-sc.exp
9755 * gdb.base/call-signal-resume.exp
9756 * gdb.base/call-strs.exp
9757 * gdb.base/callfuncs.exp
9758 * gdb.base/catch-fork-static.exp
9759 * gdb.base/catch-gdb-caused-signals.exp
9760 * gdb.base/catch-load.exp
9761 * gdb.base/catch-signal-fork.exp
9762 * gdb.base/catch-signal.exp
9763 * gdb.base/catch-syscall.exp
9764 * gdb.base/charset.exp
9765 * gdb.base/checkpoint.exp
9766 * gdb.base/chng-syms.exp
9767 * gdb.base/code-expr.exp
9768 * gdb.base/code_elim.exp
9769 * gdb.base/commands.exp
9770 * gdb.base/completion.exp
9771 * gdb.base/complex.exp
9772 * gdb.base/cond-expr.exp
9773 * gdb.base/condbreak.exp
9774 * gdb.base/consecutive.exp
9775 * gdb.base/continue-all-already-running.exp
9776 * gdb.base/coredump-filter.exp
9777 * gdb.base/corefile.exp
9778 * gdb.base/dbx.exp
9779 * gdb.base/debug-expr.exp
9780 * gdb.base/define.exp
9781 * gdb.base/del.exp
9782 * gdb.base/disabled-location.exp
9783 * gdb.base/disasm-end-cu.exp
9784 * gdb.base/disasm-optim.exp
9785 * gdb.base/display.exp
9786 * gdb.base/duplicate-bp.exp
9787 * gdb.base/ena-dis-br.exp
9788 * gdb.base/ending-run.exp
9789 * gdb.base/enumval.exp
9790 * gdb.base/environ.exp
9791 * gdb.base/eu-strip-infcall.exp
9792 * gdb.base/eval-avoid-side-effects.exp
9793 * gdb.base/eval-skip.exp
9794 * gdb.base/exitsignal.exp
9795 * gdb.base/expand-psymtabs.exp
9796 * gdb.base/filesym.exp
9797 * gdb.base/find-unmapped.exp
9798 * gdb.base/finish.exp
9799 * gdb.base/float.exp
9800 * gdb.base/foll-exec-mode.exp
9801 * gdb.base/foll-exec.exp
9802 * gdb.base/foll-fork.exp
9803 * gdb.base/fortran-sym-case.exp
9804 * gdb.base/freebpcmd.exp
9805 * gdb.base/func-ptr.exp
9806 * gdb.base/func-ptrs.exp
9807 * gdb.base/funcargs.exp
9808 * gdb.base/gcore-buffer-overflow.exp
9809 * gdb.base/gcore-relro-pie.exp
9810 * gdb.base/gcore-relro.exp
9811 * gdb.base/gcore.exp
9812 * gdb.base/gdb1090.exp
9813 * gdb.base/gdb11530.exp
9814 * gdb.base/gdb11531.exp
9815 * gdb.base/gdb1821.exp
9816 * gdb.base/gdbindex-stabs.exp
9817 * gdb.base/gdbvars.exp
9818 * gdb.base/hbreak.exp
9819 * gdb.base/hbreak2.exp
9820 * gdb.base/included.exp
9821 * gdb.base/infcall-input.exp
9822 * gdb.base/inferior-died.exp
9823 * gdb.base/infnan.exp
9824 * gdb.base/info-macros.exp
9825 * gdb.base/info-os.exp
9826 * gdb.base/info-proc.exp
9827 * gdb.base/info-shared.exp
9828 * gdb.base/info-target.exp
9829 * gdb.base/infoline.exp
9830 * gdb.base/interp.exp
9831 * gdb.base/interrupt.exp
9832 * gdb.base/jit-reader.exp
9833 * gdb.base/jit-simple.exp
9834 * gdb.base/kill-after-signal.exp
9835 * gdb.base/kill-detach-inferiors-cmd.exp
9836 * gdb.base/label.exp
9837 * gdb.base/langs.exp
9838 * gdb.base/ldbl_e308.exp
9839 * gdb.base/line-symtabs.exp
9840 * gdb.base/linespecs.exp
9841 * gdb.base/list.exp
9842 * gdb.base/long_long.exp
9843 * gdb.base/longest-types.exp
9844 * gdb.base/maint.exp
9845 * gdb.base/max-value-size.exp
9846 * gdb.base/memattr.exp
9847 * gdb.base/mips_pro.exp
9848 * gdb.base/morestack.exp
9849 * gdb.base/moribund-step.exp
9850 * gdb.base/multi-forks.exp
9851 * gdb.base/nested-addr.exp
9852 * gdb.base/nextoverexit.exp
9853 * gdb.base/noreturn-finish.exp
9854 * gdb.base/noreturn-return.exp
9855 * gdb.base/nostdlib.exp
9856 * gdb.base/offsets.exp
9857 * gdb.base/opaque.exp
9858 * gdb.base/pc-fp.exp
9859 * gdb.base/permissions.exp
9860 * gdb.base/print-symbol-loading.exp
9861 * gdb.base/prologue-include.exp
9862 * gdb.base/psymtab.exp
9863 * gdb.base/ptype.exp
9864 * gdb.base/random-signal.exp
9865 * gdb.base/randomize.exp
9866 * gdb.base/range-stepping.exp
9867 * gdb.base/readline-ask.exp
9868 * gdb.base/recpar.exp
9869 * gdb.base/recurse.exp
9870 * gdb.base/relational.exp
9871 * gdb.base/restore.exp
9872 * gdb.base/return-nodebug.exp
9873 * gdb.base/return.exp
9874 * gdb.base/run-after-attach.exp
9875 * gdb.base/save-bp.exp
9876 * gdb.base/scope.exp
9877 * gdb.base/sect-cmd.exp
9878 * gdb.base/set-lang-auto.exp
9879 * gdb.base/set-noassign.exp
9880 * gdb.base/setvar.exp
9881 * gdb.base/sigall.exp
9882 * gdb.base/sigbpt.exp
9883 * gdb.base/siginfo-addr.exp
9884 * gdb.base/siginfo-infcall.exp
9885 * gdb.base/siginfo-obj.exp
9886 * gdb.base/siginfo.exp
9887 * gdb.base/signals-state-child.exp
9888 * gdb.base/signest.exp
9889 * gdb.base/sigstep.exp
9890 * gdb.base/sizeof.exp
9891 * gdb.base/skip.exp
9892 * gdb.base/solib-corrupted.exp
9893 * gdb.base/solib-nodir.exp
9894 * gdb.base/solib-search.exp
9895 * gdb.base/stack-checking.exp
9896 * gdb.base/stale-infcall.exp
9897 * gdb.base/stap-probe.exp
9898 * gdb.base/start.exp
9899 * gdb.base/step-break.exp
9900 * gdb.base/step-bt.exp
9901 * gdb.base/step-line.exp
9902 * gdb.base/step-over-exit.exp
9903 * gdb.base/step-over-syscall.exp
9904 * gdb.base/step-resume-infcall.exp
9905 * gdb.base/step-test.exp
9906 * gdb.base/store.exp
9907 * gdb.base/structs3.exp
9908 * gdb.base/sym-file.exp
9909 * gdb.base/symbol-without-target_section.exp
9910 * gdb.base/term.exp
9911 * gdb.base/testenv.exp
9912 * gdb.base/ui-redirect.exp
9913 * gdb.base/until.exp
9914 * gdb.base/unwindonsignal.exp
9915 * gdb.base/value-double-free.exp
9916 * gdb.base/vla-datatypes.exp
9917 * gdb.base/vla-ptr.exp
9918 * gdb.base/vla-sideeffect.exp
9919 * gdb.base/volatile.exp
9920 * gdb.base/watch-cond-infcall.exp
9921 * gdb.base/watch-cond.exp
9922 * gdb.base/watch-non-mem.exp
9923 * gdb.base/watch-read.exp
9924 * gdb.base/watch-vfork.exp
9925 * gdb.base/watchpoint-cond-gone.exp
9926 * gdb.base/watchpoint-delete.exp
9927 * gdb.base/watchpoint-hw-hit-once.exp
9928 * gdb.base/watchpoint-hw.exp
9929 * gdb.base/watchpoint-stops-at-right-insn.exp
9930 * gdb.base/watchpoints.exp
9931 * gdb.base/wchar.exp
9932 * gdb.base/whatis-exp.exp
9933 * gdb.btrace/buffer-size.exp
9934 * gdb.btrace/data.exp
9935 * gdb.btrace/delta.exp
9936 * gdb.btrace/dlopen.exp
9937 * gdb.btrace/enable.exp
9938 * gdb.btrace/exception.exp
9939 * gdb.btrace/function_call_history.exp
9940 * gdb.btrace/gcore.exp
9941 * gdb.btrace/instruction_history.exp
9942 * gdb.btrace/nohist.exp
9943 * gdb.btrace/reconnect.exp
9944 * gdb.btrace/record_goto-step.exp
9945 * gdb.btrace/record_goto.exp
9946 * gdb.btrace/rn-dl-bind.exp
9947 * gdb.btrace/segv.exp
9948 * gdb.btrace/step.exp
9949 * gdb.btrace/stepi.exp
9950 * gdb.btrace/tailcall-only.exp
9951 * gdb.btrace/tailcall.exp
9952 * gdb.btrace/tsx.exp
9953 * gdb.btrace/unknown_functions.exp
9954 * gdb.btrace/vdso.exp
9955 * gdb.compile/compile-ifunc.exp
9956 * gdb.compile/compile-ops.exp
9957 * gdb.compile/compile-print.exp
9958 * gdb.compile/compile-setjmp.exp
9959 * gdb.cp/abstract-origin.exp
9960 * gdb.cp/ambiguous.exp
9961 * gdb.cp/annota2.exp
9962 * gdb.cp/annota3.exp
9963 * gdb.cp/anon-ns.exp
9964 * gdb.cp/anon-struct.exp
9965 * gdb.cp/anon-union.exp
9966 * gdb.cp/arg-reference.exp
9967 * gdb.cp/baseenum.exp
9968 * gdb.cp/bool.exp
9969 * gdb.cp/breakpoint.exp
9970 * gdb.cp/bs15503.exp
9971 * gdb.cp/call-c.exp
9972 * gdb.cp/casts.exp
9973 * gdb.cp/chained-calls.exp
9974 * gdb.cp/class2.exp
9975 * gdb.cp/classes.exp
9976 * gdb.cp/cmpd-minsyms.exp
9977 * gdb.cp/converts.exp
9978 * gdb.cp/cp-relocate.exp
9979 * gdb.cp/cpcompletion.exp
9980 * gdb.cp/cpexprs.exp
9981 * gdb.cp/cplabel.exp
9982 * gdb.cp/cplusfuncs.exp
9983 * gdb.cp/cpsizeof.exp
9984 * gdb.cp/ctti.exp
9985 * gdb.cp/derivation.exp
9986 * gdb.cp/destrprint.exp
9987 * gdb.cp/dispcxx.exp
9988 * gdb.cp/enum-class.exp
9989 * gdb.cp/exception.exp
9990 * gdb.cp/exceptprint.exp
9991 * gdb.cp/expand-psymtabs-cxx.exp
9992 * gdb.cp/expand-sals.exp
9993 * gdb.cp/extern-c.exp
9994 * gdb.cp/filename.exp
9995 * gdb.cp/formatted-ref.exp
9996 * gdb.cp/fpointer.exp
9997 * gdb.cp/gdb1355.exp
9998 * gdb.cp/gdb2495.exp
9999 * gdb.cp/hang.exp
10000 * gdb.cp/impl-this.exp
10001 * gdb.cp/infcall-dlopen.exp
10002 * gdb.cp/inherit.exp
10003 * gdb.cp/iostream.exp
10004 * gdb.cp/koenig.exp
10005 * gdb.cp/local.exp
10006 * gdb.cp/m-data.exp
10007 * gdb.cp/m-static.exp
10008 * gdb.cp/mb-ctor.exp
10009 * gdb.cp/mb-inline.exp
10010 * gdb.cp/mb-templates.exp
10011 * gdb.cp/member-name.exp
10012 * gdb.cp/member-ptr.exp
10013 * gdb.cp/meth-typedefs.exp
10014 * gdb.cp/method.exp
10015 * gdb.cp/method2.exp
10016 * gdb.cp/minsym-fallback.exp
10017 * gdb.cp/misc.exp
10018 * gdb.cp/namelessclass.exp
10019 * gdb.cp/namespace-enum.exp
10020 * gdb.cp/namespace-nested-import.exp
10021 * gdb.cp/namespace.exp
10022 * gdb.cp/nextoverthrow.exp
10023 * gdb.cp/no-dmgl-verbose.exp
10024 * gdb.cp/non-trivial-retval.exp
10025 * gdb.cp/noparam.exp
10026 * gdb.cp/nsdecl.exp
10027 * gdb.cp/nsimport.exp
10028 * gdb.cp/nsnested.exp
10029 * gdb.cp/nsnoimports.exp
10030 * gdb.cp/nsrecurs.exp
10031 * gdb.cp/nsstress.exp
10032 * gdb.cp/nsusing.exp
10033 * gdb.cp/operator.exp
10034 * gdb.cp/oranking.exp
10035 * gdb.cp/overload-const.exp
10036 * gdb.cp/overload.exp
10037 * gdb.cp/ovldbreak.exp
10038 * gdb.cp/ovsrch.exp
10039 * gdb.cp/paren-type.exp
10040 * gdb.cp/parse-lang.exp
10041 * gdb.cp/pass-by-ref.exp
10042 * gdb.cp/pr-1023.exp
10043 * gdb.cp/pr-1210.exp
10044 * gdb.cp/pr-574.exp
10045 * gdb.cp/pr10687.exp
10046 * gdb.cp/pr12028.exp
10047 * gdb.cp/pr17132.exp
10048 * gdb.cp/pr17494.exp
10049 * gdb.cp/pr9067.exp
10050 * gdb.cp/pr9167.exp
10051 * gdb.cp/pr9631.exp
10052 * gdb.cp/printmethod.exp
10053 * gdb.cp/psmang.exp
10054 * gdb.cp/psymtab-parameter.exp
10055 * gdb.cp/ptype-cv-cp.exp
10056 * gdb.cp/ptype-flags.exp
10057 * gdb.cp/re-set-overloaded.exp
10058 * gdb.cp/ref-types.exp
10059 * gdb.cp/rtti.exp
10060 * gdb.cp/scope-err.exp
10061 * gdb.cp/shadow.exp
10062 * gdb.cp/smartp.exp
10063 * gdb.cp/static-method.exp
10064 * gdb.cp/static-print-quit.exp
10065 * gdb.cp/temargs.exp
10066 * gdb.cp/templates.exp
10067 * gdb.cp/try_catch.exp
10068 * gdb.cp/typedef-operator.exp
10069 * gdb.cp/typeid.exp
10070 * gdb.cp/userdef.exp
10071 * gdb.cp/using-crash.exp
10072 * gdb.cp/var-tag.exp
10073 * gdb.cp/virtbase.exp
10074 * gdb.cp/virtfunc.exp
10075 * gdb.cp/virtfunc2.exp
10076 * gdb.cp/vla-cxx.exp
10077 * gdb.disasm/t01_mov.exp
10078 * gdb.disasm/t02_mova.exp
10079 * gdb.disasm/t03_add.exp
10080 * gdb.disasm/t04_sub.exp
10081 * gdb.disasm/t05_cmp.exp
10082 * gdb.disasm/t06_ari2.exp
10083 * gdb.disasm/t07_ari3.exp
10084 * gdb.disasm/t08_or.exp
10085 * gdb.disasm/t09_xor.exp
10086 * gdb.disasm/t10_and.exp
10087 * gdb.disasm/t11_logs.exp
10088 * gdb.disasm/t12_bit.exp
10089 * gdb.disasm/t13_otr.exp
10090 * gdb.dlang/circular.exp
10091 * gdb.dwarf2/arr-stride.exp
10092 * gdb.dwarf2/arr-subrange.exp
10093 * gdb.dwarf2/atomic-type.exp
10094 * gdb.dwarf2/bad-regnum.exp
10095 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10096 * gdb.dwarf2/callframecfa.exp
10097 * gdb.dwarf2/clztest.exp
10098 * gdb.dwarf2/corrupt.exp
10099 * gdb.dwarf2/data-loc.exp
10100 * gdb.dwarf2/dup-psym.exp
10101 * gdb.dwarf2/dw2-anon-mptr.exp
10102 * gdb.dwarf2/dw2-anonymous-func.exp
10103 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10104 * gdb.dwarf2/dw2-bad-unresolved.exp
10105 * gdb.dwarf2/dw2-basic.exp
10106 * gdb.dwarf2/dw2-canonicalize-type.exp
10107 * gdb.dwarf2/dw2-case-insensitive.exp
10108 * gdb.dwarf2/dw2-common-block.exp
10109 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10110 * gdb.dwarf2/dw2-compressed.exp
10111 * gdb.dwarf2/dw2-const.exp
10112 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10113 * gdb.dwarf2/dw2-cu-size.exp
10114 * gdb.dwarf2/dw2-dup-frame.exp
10115 * gdb.dwarf2/dw2-entry-value.exp
10116 * gdb.dwarf2/dw2-icycle.exp
10117 * gdb.dwarf2/dw2-ifort-parameter.exp
10118 * gdb.dwarf2/dw2-inline-break.exp
10119 * gdb.dwarf2/dw2-inline-param.exp
10120 * gdb.dwarf2/dw2-intercu.exp
10121 * gdb.dwarf2/dw2-intermix.exp
10122 * gdb.dwarf2/dw2-lexical-block-bare.exp
10123 * gdb.dwarf2/dw2-linkage-name-trust.exp
10124 * gdb.dwarf2/dw2-minsym-in-cu.exp
10125 * gdb.dwarf2/dw2-noloc.exp
10126 * gdb.dwarf2/dw2-op-call.exp
10127 * gdb.dwarf2/dw2-op-out-param.exp
10128 * gdb.dwarf2/dw2-opt-structptr.exp
10129 * gdb.dwarf2/dw2-param-error.exp
10130 * gdb.dwarf2/dw2-producer.exp
10131 * gdb.dwarf2/dw2-ranges-base.exp
10132 * gdb.dwarf2/dw2-ref-missing-frame.exp
10133 * gdb.dwarf2/dw2-reg-undefined.exp
10134 * gdb.dwarf2/dw2-regno-invalid.exp
10135 * gdb.dwarf2/dw2-restore.exp
10136 * gdb.dwarf2/dw2-restrict.exp
10137 * gdb.dwarf2/dw2-single-line-discriminators.exp
10138 * gdb.dwarf2/dw2-strp.exp
10139 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10140 * gdb.dwarf2/dw2-unresolved.exp
10141 * gdb.dwarf2/dw2-var-zero-addr.exp
10142 * gdb.dwarf2/dw4-sig-types.exp
10143 * gdb.dwarf2/dwz.exp
10144 * gdb.dwarf2/dynarr-ptr.exp
10145 * gdb.dwarf2/enum-type.exp
10146 * gdb.dwarf2/gdb-index.exp
10147 * gdb.dwarf2/implptr-64bit.exp
10148 * gdb.dwarf2/implptr-optimized-out.exp
10149 * gdb.dwarf2/implptr.exp
10150 * gdb.dwarf2/implref-array.exp
10151 * gdb.dwarf2/implref-const.exp
10152 * gdb.dwarf2/implref-global.exp
10153 * gdb.dwarf2/implref-struct.exp
10154 * gdb.dwarf2/mac-fileno.exp
10155 * gdb.dwarf2/main-subprogram.exp
10156 * gdb.dwarf2/member-ptr-forwardref.exp
10157 * gdb.dwarf2/method-ptr.exp
10158 * gdb.dwarf2/missing-sig-type.exp
10159 * gdb.dwarf2/nonvar-access.exp
10160 * gdb.dwarf2/opaque-type-lookup.exp
10161 * gdb.dwarf2/pieces-optimized-out.exp
10162 * gdb.dwarf2/pieces.exp
10163 * gdb.dwarf2/pr10770.exp
10164 * gdb.dwarf2/pr13961.exp
10165 * gdb.dwarf2/staticvirtual.exp
10166 * gdb.dwarf2/subrange.exp
10167 * gdb.dwarf2/symtab-producer.exp
10168 * gdb.dwarf2/trace-crash.exp
10169 * gdb.dwarf2/typeddwarf.exp
10170 * gdb.dwarf2/valop.exp
10171 * gdb.dwarf2/watch-notconst.exp
10172 * gdb.fortran/array-element.exp
10173 * gdb.fortran/charset.exp
10174 * gdb.fortran/common-block.exp
10175 * gdb.fortran/complex.exp
10176 * gdb.fortran/derived-type-function.exp
10177 * gdb.fortran/derived-type.exp
10178 * gdb.fortran/logical.exp
10179 * gdb.fortran/module.exp
10180 * gdb.fortran/multi-dim.exp
10181 * gdb.fortran/nested-funcs.exp
10182 * gdb.fortran/print-formatted.exp
10183 * gdb.fortran/subarray.exp
10184 * gdb.fortran/vla-alloc-assoc.exp
10185 * gdb.fortran/vla-datatypes.exp
10186 * gdb.fortran/vla-history.exp
10187 * gdb.fortran/vla-ptr-info.exp
10188 * gdb.fortran/vla-ptype-sub.exp
10189 * gdb.fortran/vla-ptype.exp
10190 * gdb.fortran/vla-sizeof.exp
10191 * gdb.fortran/vla-type.exp
10192 * gdb.fortran/vla-value-sub-arbitrary.exp
10193 * gdb.fortran/vla-value-sub-finish.exp
10194 * gdb.fortran/vla-value-sub.exp
10195 * gdb.fortran/vla-value.exp
10196 * gdb.fortran/whatis_type.exp
10197 * gdb.go/chan.exp
10198 * gdb.go/handcall.exp
10199 * gdb.go/hello.exp
10200 * gdb.go/integers.exp
10201 * gdb.go/methods.exp
10202 * gdb.go/package.exp
10203 * gdb.go/strings.exp
10204 * gdb.go/types.exp
10205 * gdb.go/unsafe.exp
10206 * gdb.guile/scm-arch.exp
10207 * gdb.guile/scm-block.exp
10208 * gdb.guile/scm-breakpoint.exp
10209 * gdb.guile/scm-cmd.exp
10210 * gdb.guile/scm-disasm.exp
10211 * gdb.guile/scm-equal.exp
10212 * gdb.guile/scm-frame-args.exp
10213 * gdb.guile/scm-frame-inline.exp
10214 * gdb.guile/scm-frame.exp
10215 * gdb.guile/scm-iterator.exp
10216 * gdb.guile/scm-math.exp
10217 * gdb.guile/scm-objfile.exp
10218 * gdb.guile/scm-ports.exp
10219 * gdb.guile/scm-symbol.exp
10220 * gdb.guile/scm-symtab.exp
10221 * gdb.guile/scm-value-cc.exp
10222 * gdb.guile/types-module.exp
10223 * gdb.linespec/break-ask.exp
10224 * gdb.linespec/cpexplicit.exp
10225 * gdb.linespec/explicit.exp
10226 * gdb.linespec/keywords.exp
10227 * gdb.linespec/linespec.exp
10228 * gdb.linespec/ls-dollar.exp
10229 * gdb.linespec/ls-errs.exp
10230 * gdb.linespec/skip-two.exp
10231 * gdb.linespec/thread.exp
10232 * gdb.mi/mi-async.exp
10233 * gdb.mi/mi-basics.exp
10234 * gdb.mi/mi-break.exp
10235 * gdb.mi/mi-catch-load.exp
10236 * gdb.mi/mi-cli.exp
10237 * gdb.mi/mi-cmd-param-changed.exp
10238 * gdb.mi/mi-console.exp
10239 * gdb.mi/mi-detach.exp
10240 * gdb.mi/mi-disassemble.exp
10241 * gdb.mi/mi-eval.exp
10242 * gdb.mi/mi-file-transfer.exp
10243 * gdb.mi/mi-file.exp
10244 * gdb.mi/mi-fill-memory.exp
10245 * gdb.mi/mi-inheritance-syntax-error.exp
10246 * gdb.mi/mi-linespec-err-cp.exp
10247 * gdb.mi/mi-logging.exp
10248 * gdb.mi/mi-memory-changed.exp
10249 * gdb.mi/mi-read-memory.exp
10250 * gdb.mi/mi-record-changed.exp
10251 * gdb.mi/mi-reg-undefined.exp
10252 * gdb.mi/mi-regs.exp
10253 * gdb.mi/mi-return.exp
10254 * gdb.mi/mi-reverse.exp
10255 * gdb.mi/mi-simplerun.exp
10256 * gdb.mi/mi-solib.exp
10257 * gdb.mi/mi-stack.exp
10258 * gdb.mi/mi-stepi.exp
10259 * gdb.mi/mi-syn-frame.exp
10260 * gdb.mi/mi-until.exp
10261 * gdb.mi/mi-var-block.exp
10262 * gdb.mi/mi-var-child.exp
10263 * gdb.mi/mi-var-cmd.exp
10264 * gdb.mi/mi-var-cp.exp
10265 * gdb.mi/mi-var-display.exp
10266 * gdb.mi/mi-var-invalidate.exp
10267 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10268 * gdb.mi/mi-vla-fortran.exp
10269 * gdb.mi/mi-watch.exp
10270 * gdb.mi/mi2-var-child.exp
10271 * gdb.mi/user-selected-context-sync.exp
10272 * gdb.modula2/unbounded-array.exp
10273 * gdb.multi/dummy-frame-restore.exp
10274 * gdb.multi/multi-arch-exec.exp
10275 * gdb.multi/multi-arch.exp
10276 * gdb.multi/tids.exp
10277 * gdb.multi/watchpoint-multi.exp
10278 * gdb.opencl/callfuncs.exp
10279 * gdb.opencl/convs_casts.exp
10280 * gdb.opencl/datatypes.exp
10281 * gdb.opencl/operators.exp
10282 * gdb.opencl/vec_comps.exp
10283 * gdb.opt/clobbered-registers-O2.exp
10284 * gdb.opt/inline-break.exp
10285 * gdb.opt/inline-bt.exp
10286 * gdb.opt/inline-cmds.exp
10287 * gdb.opt/inline-locals.exp
10288 * gdb.pascal/case-insensitive-symbols.exp
10289 * gdb.pascal/floats.exp
10290 * gdb.pascal/gdb11492.exp
10291 * gdb.python/lib-types.exp
10292 * gdb.python/py-arch.exp
10293 * gdb.python/py-as-string.exp
10294 * gdb.python/py-bad-printers.exp
10295 * gdb.python/py-block.exp
10296 * gdb.python/py-breakpoint-create-fail.exp
10297 * gdb.python/py-breakpoint.exp
10298 * gdb.python/py-caller-is.exp
10299 * gdb.python/py-cmd.exp
10300 * gdb.python/py-explore-cc.exp
10301 * gdb.python/py-explore.exp
10302 * gdb.python/py-finish-breakpoint.exp
10303 * gdb.python/py-finish-breakpoint2.exp
10304 * gdb.python/py-frame-args.exp
10305 * gdb.python/py-frame-inline.exp
10306 * gdb.python/py-frame.exp
10307 * gdb.python/py-framefilter-mi.exp
10308 * gdb.python/py-infthread.exp
10309 * gdb.python/py-lazy-string.exp
10310 * gdb.python/py-linetable.exp
10311 * gdb.python/py-mi-events.exp
10312 * gdb.python/py-mi-objfile.exp
10313 * gdb.python/py-mi.exp
10314 * gdb.python/py-objfile.exp
10315 * gdb.python/py-pp-integral.exp
10316 * gdb.python/py-pp-maint.exp
10317 * gdb.python/py-pp-re-notag.exp
10318 * gdb.python/py-pp-registration.exp
10319 * gdb.python/py-recurse-unwind.exp
10320 * gdb.python/py-strfns.exp
10321 * gdb.python/py-symbol.exp
10322 * gdb.python/py-symtab.exp
10323 * gdb.python/py-sync-interp.exp
10324 * gdb.python/py-typeprint.exp
10325 * gdb.python/py-unwind-maint.exp
10326 * gdb.python/py-unwind.exp
10327 * gdb.python/py-value-cc.exp
10328 * gdb.python/py-xmethods.exp
10329 * gdb.reverse/amd64-tailcall-reverse.exp
10330 * gdb.reverse/break-precsave.exp
10331 * gdb.reverse/break-reverse.exp
10332 * gdb.reverse/consecutive-precsave.exp
10333 * gdb.reverse/consecutive-reverse.exp
10334 * gdb.reverse/finish-precsave.exp
10335 * gdb.reverse/finish-reverse-bkpt.exp
10336 * gdb.reverse/finish-reverse.exp
10337 * gdb.reverse/fstatat-reverse.exp
10338 * gdb.reverse/getresuid-reverse.exp
10339 * gdb.reverse/i386-precsave.exp
10340 * gdb.reverse/i386-reverse.exp
10341 * gdb.reverse/i386-sse-reverse.exp
10342 * gdb.reverse/i387-env-reverse.exp
10343 * gdb.reverse/i387-stack-reverse.exp
10344 * gdb.reverse/insn-reverse.exp
10345 * gdb.reverse/machinestate-precsave.exp
10346 * gdb.reverse/machinestate.exp
10347 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10348 * gdb.reverse/pipe-reverse.exp
10349 * gdb.reverse/readv-reverse.exp
10350 * gdb.reverse/recvmsg-reverse.exp
10351 * gdb.reverse/rerun-prec.exp
10352 * gdb.reverse/s390-mvcle.exp
10353 * gdb.reverse/step-precsave.exp
10354 * gdb.reverse/step-reverse.exp
10355 * gdb.reverse/time-reverse.exp
10356 * gdb.reverse/until-precsave.exp
10357 * gdb.reverse/until-reverse.exp
10358 * gdb.reverse/waitpid-reverse.exp
10359 * gdb.reverse/watch-precsave.exp
10360 * gdb.reverse/watch-reverse.exp
10361 * gdb.rust/generics.exp
10362 * gdb.rust/methods.exp
10363 * gdb.rust/modules.exp
10364 * gdb.rust/simple.exp
10365 * gdb.server/connect-with-no-symbol-file.exp
10366 * gdb.server/ext-attach.exp
10367 * gdb.server/ext-restart.exp
10368 * gdb.server/ext-wrapper.exp
10369 * gdb.server/file-transfer.exp
10370 * gdb.server/server-exec-info.exp
10371 * gdb.server/server-kill.exp
10372 * gdb.server/server-mon.exp
10373 * gdb.server/wrapper.exp
10374 * gdb.stabs/exclfwd.exp
10375 * gdb.stabs/gdb11479.exp
10376 * gdb.threads/clone-new-thread-event.exp
10377 * gdb.threads/corethreads.exp
10378 * gdb.threads/current-lwp-dead.exp
10379 * gdb.threads/dlopen-libpthread.exp
10380 * gdb.threads/gcore-thread.exp
10381 * gdb.threads/sigstep-threads.exp
10382 * gdb.threads/watchpoint-fork.exp
10383 * gdb.trace/actions-changed.exp
10384 * gdb.trace/backtrace.exp
10385 * gdb.trace/change-loc.exp
10386 * gdb.trace/circ.exp
10387 * gdb.trace/collection.exp
10388 * gdb.trace/disconnected-tracing.exp
10389 * gdb.trace/ftrace.exp
10390 * gdb.trace/mi-trace-frame-collected.exp
10391 * gdb.trace/mi-trace-unavailable.exp
10392 * gdb.trace/mi-traceframe-changed.exp
10393 * gdb.trace/mi-tsv-changed.exp
10394 * gdb.trace/no-attach-trace.exp
10395 * gdb.trace/passc-dyn.exp
10396 * gdb.trace/qtro.exp
10397 * gdb.trace/range-stepping.exp
10398 * gdb.trace/read-memory.exp
10399 * gdb.trace/save-trace.exp
10400 * gdb.trace/signal.exp
10401 * gdb.trace/status-stop.exp
10402 * gdb.trace/tfile.exp
10403 * gdb.trace/trace-break.exp
10404 * gdb.trace/trace-buffer-size.exp
10405 * gdb.trace/trace-condition.exp
10406 * gdb.trace/tracefile-pseudo-reg.exp
10407 * gdb.trace/tstatus.exp
10408 * gdb.trace/unavailable.exp
10409 * gdb.trace/while-dyn.exp
10410 * gdb.trace/while-stepping.exp
10411
34c41c68
DE
104122016-12-22 Doug Evans <xdje42@gmail.com>
10413
10414 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10415 and msymbols.
10416
16e69324
YQ
104172016-12-19 Yao Qi <yao.qi@linaro.org>
10418
10419 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10420 (test_with_self): Don't call do_steps_and_nexts, and remove
10421 code about stepping into xmalloc.
10422
f94f411b
YQ
104232016-12-09 Yao Qi <yao.qi@linaro.org>
10424
10425 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10426
104272016-12-09 Yao Qi <yao.qi@linaro.org>
10428
10429 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10430
f1b5deee
PA
104312016-12-09 Pedro Alves <palves@redhat.com>
10432
10433 * gdb.base/all-architectures-0.exp: New file.
10434 * gdb.base/all-architectures-1.exp: New file.
10435 * gdb.base/all-architectures-2.exp: New file.
10436 * gdb.base/all-architectures-3.exp: New file.
10437 * gdb.base/all-architectures-4.exp: New file.
10438 * gdb.base/all-architectures-5.exp: New file.
10439 * gdb.base/all-architectures-6.exp: New file.
10440 * gdb.base/all-architectures-7.exp: New file.
10441 * gdb.base/all-architectures.exp.in: New file.
10442
364ca42e
YQ
104432016-12-09 Yao Qi <yao.qi@linaro.org>
10444
10445 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10446
107c2d62
LM
104472016-12-02 Luis Machado <lgustavo@codesourcery.com>
10448
10449 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10450 possible.
10451 Remove useless pattern-matching code.
10452
df3ee9ca
PA
104532016-12-02 Pedro Alves <palves@redhat.com>
10454
10455 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10456 procedure.
10457 (top level): Call it.
10458
ec835369
PA
104592016-12-02 Pedro Alves <palves@redhat.com>
10460
10461 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10462 New procedure.
10463 (top level): Call it.
10464
01770bbd
PA
104652016-12-02 Pedro Alves <palves@redhat.com>
10466
10467 PR cli/20559
10468 * gdb.base/commands.exp (user_defined_command_args_eval): New
10469 procedure.
10470 (top level): Call it.
10471
008459ea
LM
104722016-12-02 Luis Machado <lgustavo@codesourcery.com>
10473
10474 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10475 timeout handling.
10476
0c1b455e
TT
104772016-12-02 Tom Tromey <tom@tromey.com>
10478
10479 * gdb.dwarf2/main-subprogram.c: New file.
10480 * gdb.dwarf2/main-subprogram.exp: New file.
10481
018572b8
LM
104822016-12-01 Luis Machado <lgustavo@codesourcery.com>
10483
10484 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10485 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10486 gdb_test_no_output for a couple of cases.
10487 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10488
84c93cd5
LM
104892016-12-01 Luis Machado <lgustavo@codesourcery.com>
10490
10491 Fix test names and standardize compilation error messages throughout
10492 the following files:
10493
10494 * gdb.ada/start.exp
10495 * gdb.arch/alpha-step.exp
10496 * gdb.arch/e500-prologue.exp
10497 * gdb.arch/ftrace-insn-reloc.exp
10498 * gdb.arch/gdb1291.exp
10499 * gdb.arch/gdb1431.exp
10500 * gdb.arch/gdb1558.exp
10501 * gdb.arch/i386-dr3-watch.exp
10502 * gdb.arch/i386-sse-stack-align.exp
10503 * gdb.arch/ia64-breakpoint-shadow.exp
10504 * gdb.arch/pa-nullify.exp
10505 * gdb.arch/powerpc-aix-prologue.exp
10506 * gdb.arch/thumb-bx-pc.exp
10507 * gdb.base/annota1.exp
10508 * gdb.base/annota3.exp
10509 * gdb.base/arrayidx.exp
10510 * gdb.base/assign.exp
10511 * gdb.base/attach.exp
10512 * gdb.base/auxv.exp
10513 * gdb.base/bang.exp
10514 * gdb.base/bfp-test.exp
10515 * gdb.base/bigcore.exp
10516 * gdb.base/bitfields2.exp
10517 * gdb.base/break-fun-addr.exp
10518 * gdb.base/break-probes.exp
10519 * gdb.base/call-rt-st.exp
10520 * gdb.base/callexit.exp
10521 * gdb.base/catch-fork-kill.exp
10522 * gdb.base/charset.exp
10523 * gdb.base/checkpoint.exp
10524 * gdb.base/comprdebug.exp
10525 * gdb.base/constvars.exp
10526 * gdb.base/coredump-filter.exp
10527 * gdb.base/cursal.exp
10528 * gdb.base/cvexpr.exp
10529 * gdb.base/detach.exp
10530 * gdb.base/display.exp
10531 * gdb.base/dmsym.exp
10532 * gdb.base/dprintf-pending.exp
10533 * gdb.base/dso2dso.exp
10534 * gdb.base/dtrace-probe.exp
10535 * gdb.base/dump.exp
10536 * gdb.base/enum_cond.exp
10537 * gdb.base/exe-lock.exp
10538 * gdb.base/exec-invalid-sysroot.exp
10539 * gdb.base/execl-update-breakpoints.exp
10540 * gdb.base/exprs.exp
10541 * gdb.base/fileio.exp
10542 * gdb.base/find.exp
10543 * gdb.base/finish.exp
10544 * gdb.base/fixsection.exp
10545 * gdb.base/foll-vfork.exp
10546 * gdb.base/frame-args.exp
10547 * gdb.base/gcore.exp
10548 * gdb.base/gdb1250.exp
10549 * gdb.base/global-var-nested-by-dso.exp
10550 * gdb.base/gnu-ifunc.exp
10551 * gdb.base/hashline1.exp
10552 * gdb.base/hashline2.exp
10553 * gdb.base/hashline3.exp
10554 * gdb.base/hbreak-in-shr-unsupported.exp
10555 * gdb.base/huge.exp
10556 * gdb.base/infcall-input.exp
10557 * gdb.base/info-fun.exp
10558 * gdb.base/info-shared.exp
10559 * gdb.base/jit-simple.exp
10560 * gdb.base/jit-so.exp
10561 * gdb.base/jit.exp
10562 * gdb.base/jump.exp
10563 * gdb.base/label.exp
10564 * gdb.base/lineinc.exp
10565 * gdb.base/logical.exp
10566 * gdb.base/longjmp.exp
10567 * gdb.base/macscp.exp
10568 * gdb.base/miscexprs.exp
10569 * gdb.base/new-ui-echo.exp
10570 * gdb.base/new-ui-pending-input.exp
10571 * gdb.base/new-ui.exp
10572 * gdb.base/nodebug.exp
10573 * gdb.base/nofield.exp
10574 * gdb.base/offsets.exp
10575 * gdb.base/overlays.exp
10576 * gdb.base/pending.exp
10577 * gdb.base/pointers.exp
10578 * gdb.base/pr11022.exp
10579 * gdb.base/printcmds.exp
10580 * gdb.base/prologue.exp
10581 * gdb.base/ptr-typedef.exp
10582 * gdb.base/realname-expand.exp
10583 * gdb.base/relativedebug.exp
10584 * gdb.base/relocate.exp
10585 * gdb.base/remote.exp
10586 * gdb.base/reread.exp
10587 * gdb.base/return2.exp
10588 * gdb.base/savedregs.exp
10589 * gdb.base/sep.exp
10590 * gdb.base/sepdebug.exp
10591 * gdb.base/sepsymtab.exp
10592 * gdb.base/set-inferior-tty.exp
10593 * gdb.base/setshow.exp
10594 * gdb.base/shlib-call.exp
10595 * gdb.base/sigaltstack.exp
10596 * gdb.base/siginfo-addr.exp
10597 * gdb.base/signals.exp
10598 * gdb.base/signull.exp
10599 * gdb.base/sigrepeat.exp
10600 * gdb.base/so-impl-ld.exp
10601 * gdb.base/solib-display.exp
10602 * gdb.base/solib-overlap.exp
10603 * gdb.base/solib-search.exp
10604 * gdb.base/solib-symbol.exp
10605 * gdb.base/structs.exp
10606 * gdb.base/structs2.exp
10607 * gdb.base/symtab-search-order.exp
10608 * gdb.base/twice.exp
10609 * gdb.base/unload.exp
10610 * gdb.base/varargs.exp
10611 * gdb.base/watchpoint-solib.exp
10612 * gdb.base/watchpoint.exp
10613 * gdb.base/whatis.exp
10614 * gdb.base/wrong_frame_bt_full.exp
10615 * gdb.btrace/dlopen.exp
10616 * gdb.cell/ea-standalone.exp
10617 * gdb.cell/ea-test.exp
10618 * gdb.cp/dispcxx.exp
10619 * gdb.cp/gdb2384.exp
10620 * gdb.cp/method2.exp
10621 * gdb.cp/nextoverthrow.exp
10622 * gdb.cp/pr10728.exp
10623 * gdb.disasm/am33.exp
10624 * gdb.disasm/h8300s.exp
10625 * gdb.disasm/mn10300.exp
10626 * gdb.disasm/sh3.exp
10627 * gdb.dwarf2/dw2-dir-file-name.exp
10628 * gdb.fortran/complex.exp
10629 * gdb.fortran/library-module.exp
10630 * gdb.guile/scm-pretty-print.exp
10631 * gdb.guile/scm-symbol.exp
10632 * gdb.guile/scm-type.exp
10633 * gdb.guile/scm-value.exp
10634 * gdb.linespec/linespec.exp
10635 * gdb.mi/gdb701.exp
10636 * gdb.mi/gdb792.exp
10637 * gdb.mi/mi-breakpoint-changed.exp
10638 * gdb.mi/mi-dprintf-pending.exp
10639 * gdb.mi/mi-dprintf.exp
10640 * gdb.mi/mi-exit-code.exp
10641 * gdb.mi/mi-pending.exp
10642 * gdb.mi/mi-solib.exp
10643 * gdb.mi/new-ui-mi-sync.exp
10644 * gdb.mi/pr11022.exp
10645 * gdb.mi/user-selected-context-sync.exp
10646 * gdb.opt/solib-intra-step.exp
10647 * gdb.python/py-events.exp
10648 * gdb.python/py-finish-breakpoint.exp
10649 * gdb.python/py-mi.exp
10650 * gdb.python/py-prettyprint.exp
10651 * gdb.python/py-shared.exp
10652 * gdb.python/py-symbol.exp
10653 * gdb.python/py-template.exp
10654 * gdb.python/py-type.exp
10655 * gdb.python/py-value.exp
10656 * gdb.reverse/solib-precsave.exp
10657 * gdb.reverse/solib-reverse.exp
10658 * gdb.server/solib-list.exp
10659 * gdb.stabs/weird.exp
10660 * gdb.threads/reconnect-signal.exp
10661 * gdb.threads/stepi-random-signal.exp
10662 * gdb.trace/actions.exp
10663 * gdb.trace/ax.exp
10664 * gdb.trace/backtrace.exp
10665 * gdb.trace/change-loc.exp
10666 * gdb.trace/deltrace.exp
10667 * gdb.trace/ftrace-lock.exp
10668 * gdb.trace/ftrace.exp
10669 * gdb.trace/infotrace.exp
10670 * gdb.trace/mi-tracepoint-changed.exp
10671 * gdb.trace/packetlen.exp
10672 * gdb.trace/passcount.exp
10673 * gdb.trace/pending.exp
10674 * gdb.trace/range-stepping.exp
10675 * gdb.trace/report.exp
10676 * gdb.trace/stap-trace.exp
10677 * gdb.trace/tfind.exp
10678 * gdb.trace/trace-break.exp
10679 * gdb.trace/trace-condition.exp
10680 * gdb.trace/trace-enable-disable.exp
10681 * gdb.trace/trace-mt.exp
10682 * gdb.trace/tracecmd.exp
10683 * gdb.trace/tspeed.exp
10684 * gdb.trace/tsv.exp
10685 * lib/perftest.exp
10686
fb9feb35
LM
106872016-12-01 Luis Machado <lgustavo@codesourcery.com>
10688
10689 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10690 with gdb_test_no_output.
10691 Use command as test name.
10692
cd2ddb6c
LM
106932016-12-01 Luis Machado <lgustavo@codesourcery.com>
10694
10695 Fix test names starting with uppercase throughout the files.
10696
10697 * gdb.ada/assign_1.exp
10698 * gdb.ada/boolean_expr.exp
10699 * gdb.base/arrayidx.exp
10700 * gdb.base/del.exp
10701 * gdb.base/gcore-buffer-overflow.exp
10702 * gdb.base/testenv.exp
10703 * gdb.compile/compile.exp
10704 * gdb.python/py-framefilter-invalidarg.exp
10705 * gdb.python/py-framefilter.exp
10706
bb95117e
LM
107072016-12-01 Luis Machado <lgustavo@codesourcery.com>
10708
10709 Fix test names starting with uppercase throughout the files.
10710
10711 * gdb.ada/array_return.exp
10712 * gdb.ada/expr_delims.exp
10713 * gdb.ada/mi_dyn_arr.exp
10714 * gdb.ada/mi_interface.exp
10715 * gdb.ada/mi_var_array.exp
10716 * gdb.ada/watch_arg.exp
10717 * gdb.arch/alpha-step.exp
10718 * gdb.arch/altivec-regs.exp
10719 * gdb.arch/e500-regs.exp
10720 * gdb.arch/powerpc-d128-regs.exp
10721 * gdb.base/arrayidx.exp
10722 * gdb.base/break.exp
10723 * gdb.base/checkpoint.exp
10724 * gdb.base/debug-expr.exp
10725 * gdb.base/dmsym.exp
10726 * gdb.base/radix.exp
10727 * gdb.base/sepdebug.exp
10728 * gdb.base/testenv.exp
10729 * gdb.base/watch_thread_num.exp
10730 * gdb.base/watchpoint-cond-gone.exp
10731 * gdb.cell/break.exp
10732 * gdb.cell/ea-cache.exp
10733 * gdb.compile/compile.exp
10734 * gdb.cp/gdb2495.exp
10735 * gdb.gdb/selftest.exp
10736 * gdb.gdb/xfullpath.exp
10737 * gdb.go/hello.exp
10738 * gdb.go/integers.exp
10739 * gdb.objc/basicclass.exp
10740 * gdb.pascal/hello.exp
10741 * gdb.pascal/integers.exp
10742 * gdb.python/py-breakpoint.exp
10743 * gdb.python/py-cmd.exp
10744 * gdb.python/py-linetable.exp
10745 * gdb.python/py-xmethods.exp
10746 * gdb.python/python.exp
10747 * gdb.reverse/consecutive-precsave.exp
10748 * gdb.reverse/finish-precsave.exp
10749 * gdb.reverse/i386-precsave.exp
10750 * gdb.reverse/machinestate-precsave.exp
10751 * gdb.reverse/sigall-precsave.exp
10752 * gdb.reverse/solib-precsave.exp
10753 * gdb.reverse/step-precsave.exp
10754 * gdb.reverse/until-precsave.exp
10755 * gdb.reverse/watch-precsave.exp
10756 * gdb.threads/leader-exit.exp
10757 * gdb.threads/pthreads.exp
10758 * gdb.threads/wp-replication.exp
10759 * gdb.trace/actions.exp
10760 * gdb.trace/mi-tsv-changed.exp
10761 * gdb.trace/tsv.exp
10762
de97fdd4
LM
107632016-12-01 Luis Machado <lgustavo@codesourcery.com>
10764
10765 Fix test names starting with uppercase throughout the files.
10766
10767 * gdb.arch/i386-bp_permanent.exp
10768 * gdb.arch/i386-gnu-cfi.exp
10769 * gdb.base/disasm-end-cu.exp
10770 * gdb.base/macscp.exp
10771 * gdb.base/pending.exp
10772 * gdb.base/watch_thread_num.exp
10773 * gdb.cp/exception.exp
10774 * gdb.cp/gdb2495.exp
10775 * gdb.cp/local.exp
10776 * gdb.python/py-evsignal.exp
10777 * gdb.python/python.exp
10778 * gdb.trace/tracecmd.exp
10779
9f058c10
LM
107802016-12-01 Luis Machado <lgustavo@codesourcery.com>
10781
10782 Fix test names starting with uppercase throughout the files.
10783
10784 * gdb.base/charset.exp
10785 * gdb.base/eval.exp
10786 * gdb.base/multi-forks.exp
10787 * gdb.guile/scm-progspace.exp
10788 * gdb.opencl/datatypes.exp
10789 * gdb.python/py-block.exp
10790 * gdb.python/py-function.exp
10791 * gdb.python/py-symbol.exp
10792 * gdb.python/py-symtab.exp
10793 * gdb.python/py-xmethods.exp
10794 * gdb.reverse/break-precsave.exp
10795 * gdb.reverse/break-reverse.exp
10796 * gdb.reverse/consecutive-precsave.exp
10797 * gdb.reverse/consecutive-reverse.exp
10798 * gdb.reverse/finish-precsave.exp
10799 * gdb.reverse/finish-reverse-bkpt.exp
10800 * gdb.reverse/finish-reverse.exp
10801 * gdb.reverse/fstatat-reverse.exp
10802 * gdb.reverse/getresuid-reverse.exp
10803 * gdb.reverse/i386-precsave.exp
10804 * gdb.reverse/i386-reverse.exp
10805 * gdb.reverse/i386-sse-reverse.exp
10806 * gdb.reverse/i387-stack-reverse.exp
10807 * gdb.reverse/insn-reverse.exp
10808 * gdb.reverse/machinestate-precsave.exp
10809 * gdb.reverse/machinestate.exp
10810 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10811 * gdb.reverse/pipe-reverse.exp
10812 * gdb.reverse/readv-reverse.exp
10813 * gdb.reverse/recvmsg-reverse.exp
10814 * gdb.reverse/rerun-prec.exp
10815 * gdb.reverse/s390-mvcle.exp
10816 * gdb.reverse/sigall-precsave.exp
10817 * gdb.reverse/sigall-reverse.exp
10818 * gdb.reverse/solib-precsave.exp
10819 * gdb.reverse/solib-reverse.exp
10820 * gdb.reverse/step-precsave.exp
10821 * gdb.reverse/step-reverse.exp
10822 * gdb.reverse/time-reverse.exp
10823 * gdb.reverse/until-precsave.exp
10824 * gdb.reverse/until-reverse.exp
10825 * gdb.reverse/waitpid-reverse.exp
10826 * gdb.reverse/watch-precsave.exp
10827 * gdb.reverse/watch-reverse.exp
10828
cdc7edd7
LM
108292016-12-01 Luis Machado <lgustavo@codesourcery.com>
10830
10831 Fix test names starting with uppercase throughout the files.
10832
10833 * gdb.arch/i386-mpx-simple_segv.exp
10834 * gdb.arch/i386-mpx.exp
10835 * gdb.arch/i386-permbkpt.exp
10836 * gdb.arch/pa-nullify.exp
10837 * gdb.arch/powerpc-d128-regs.exp
10838 * gdb.arch/vsx-regs.exp
10839 * gdb.base/bfp-test.exp
10840 * gdb.base/break.exp
10841 * gdb.base/breakpoint-shadow.exp
10842 * gdb.base/callfuncs.exp
10843 * gdb.base/charset.exp
10844 * gdb.base/commands.exp
10845 * gdb.base/completion.exp
10846 * gdb.base/dfp-test.exp
10847 * gdb.base/echo.exp
10848 * gdb.base/ending-run.exp
10849 * gdb.base/eval.exp
10850 * gdb.base/expand-psymtabs.exp
10851 * gdb.base/float128.exp
10852 * gdb.base/floatn.exp
10853 * gdb.base/foll-exec-mode.exp
10854 * gdb.base/gdb1056.exp
10855 * gdb.base/gdb11531.exp
10856 * gdb.base/kill-after-signal.exp
10857 * gdb.base/multi-forks.exp
10858 * gdb.base/overlays.exp
10859 * gdb.base/pending.exp
10860 * gdb.base/sepdebug.exp
10861 * gdb.base/testenv.exp
10862 * gdb.base/valgrind-db-attach.exp
10863 * gdb.base/watch_thread_num.exp
10864 * gdb.base/watchpoint-cond-gone.exp
10865 * gdb.base/watchpoint.exp
10866 * gdb.base/watchpoints.exp
10867 * gdb.cp/arg-reference.exp
10868 * gdb.cp/baseenum.exp
10869 * gdb.cp/operator.exp
10870 * gdb.cp/shadow.exp
10871 * gdb.dwarf2/dw2-op-out-param.exp
10872 * gdb.dwarf2/dw2-reg-undefined.exp
10873 * gdb.go/chan.exp
10874 * gdb.go/hello.exp
10875 * gdb.go/integers.exp
10876 * gdb.go/methods.exp
10877 * gdb.go/package.exp
10878 * gdb.guile/scm-parameter.exp
10879 * gdb.guile/scm-progspace.exp
10880 * gdb.guile/scm-value.exp
10881 * gdb.mi/mi-pending.exp
10882 * gdb.mi/user-selected-context-sync.exp
10883 * gdb.multi/multi-attach.exp
10884 * gdb.multi/tids.exp
10885 * gdb.opt/clobbered-registers-O2.exp
10886 * gdb.pascal/floats.exp
10887 * gdb.pascal/integers.exp
10888 * gdb.python/py-block.exp
10889 * gdb.python/py-events.exp
10890 * gdb.python/py-parameter.exp
10891 * gdb.python/py-symbol.exp
10892 * gdb.python/py-symtab.exp
10893 * gdb.python/py-type.exp
10894 * gdb.python/py-value.exp
10895 * gdb.python/py-xmethods.exp
10896 * gdb.python/python.exp
10897 * gdb.reverse/break-precsave.exp
10898 * gdb.reverse/consecutive-precsave.exp
10899 * gdb.reverse/finish-precsave.exp
10900 * gdb.reverse/i386-precsave.exp
10901 * gdb.reverse/machinestate-precsave.exp
10902 * gdb.reverse/sigall-precsave.exp
10903 * gdb.reverse/solib-precsave.exp
10904 * gdb.reverse/step-precsave.exp
10905 * gdb.reverse/until-precsave.exp
10906 * gdb.reverse/watch-precsave.exp
10907 * gdb.server/ext-attach.exp
10908 * gdb.server/ext-restart.exp
10909 * gdb.server/ext-run.exp
10910 * gdb.server/ext-wrapper.exp
10911 * gdb.stabs/gdb11479.exp
10912 * gdb.stabs/weird.exp
10913 * gdb.threads/attach-many-short-lived-threads.exp
10914 * gdb.threads/kill.exp
10915 * gdb.threads/watchpoint-fork.exp
10916
bc6c7af4
LM
109172016-12-01 Luis Machado <lgustavo@codesourcery.com>
10918
10919 Fix test names starting with uppercase throughout all the files below.
10920
10921 * gdb.ada/array_return.exp
10922 * gdb.ada/catch_ex.exp
10923 * gdb.ada/info_exc.exp
10924 * gdb.ada/mi_catch_ex.exp
10925 * gdb.ada/mi_dyn_arr.exp
10926 * gdb.ada/mi_ex_cond.exp
10927 * gdb.ada/mi_exc_info.exp
10928 * gdb.ada/mi_interface.exp
10929 * gdb.ada/mi_task_arg.exp
10930 * gdb.ada/mi_task_info.exp
10931 * gdb.ada/mi_var_array.exp
10932 * gdb.arch/alpha-step.exp
10933 * gdb.arch/amd64-disp-step.exp
10934 * gdb.arch/arm-disp-step.exp
10935 * gdb.arch/disp-step-insn-reloc.exp
10936 * gdb.arch/e500-prologue.exp
10937 * gdb.arch/ftrace-insn-reloc.exp
10938 * gdb.arch/gdb1558.exp
10939 * gdb.arch/i386-bp_permanent.exp
10940 * gdb.arch/i386-disp-step.exp
10941 * gdb.arch/i386-float.exp
10942 * gdb.arch/i386-gnu-cfi.exp
10943 * gdb.arch/ia64-breakpoint-shadow.exp
10944 * gdb.arch/mips16-thunks.exp
10945 * gdb.arch/pa-nullify.exp
10946 * gdb.arch/powerpc-aix-prologue.exp
10947 * gdb.arch/powerpc-power.exp
10948 * gdb.arch/ppc-dfp.exp
10949 * gdb.arch/s390-tdbregs.exp
10950 * gdb.arch/spu-info.exp
10951 * gdb.arch/spu-ls.exp
10952 * gdb.arch/thumb-bx-pc.exp
10953 * gdb.base/advance.exp
10954 * gdb.base/annota-input-while-running.exp
10955 * gdb.base/arrayidx.exp
10956 * gdb.base/asmlabel.exp
10957 * gdb.base/async.exp
10958 * gdb.base/attach-wait-input.exp
10959 * gdb.base/auto-connect-native-target.exp
10960 * gdb.base/batch-preserve-term-settings.exp
10961 * gdb.base/bfp-test.exp
10962 * gdb.base/bigcore.exp
10963 * gdb.base/bp-permanent.exp
10964 * gdb.base/break-always.exp
10965 * gdb.base/break-fun-addr.exp
10966 * gdb.base/break-idempotent.exp
10967 * gdb.base/break-main-file-remove-fail.exp
10968 * gdb.base/break-probes.exp
10969 * gdb.base/break-unload-file.exp
10970 * gdb.base/break.exp
10971 * gdb.base/call-ar-st.exp
10972 * gdb.base/call-rt-st.exp
10973 * gdb.base/call-sc.exp
10974 * gdb.base/call-signal-resume.exp
10975 * gdb.base/call-strs.exp
10976 * gdb.base/callexit.exp
10977 * gdb.base/callfuncs.exp
10978 * gdb.base/catch-gdb-caused-signals.exp
10979 * gdb.base/catch-signal-siginfo-cond.exp
10980 * gdb.base/catch-syscall.exp
10981 * gdb.base/compare-sections.exp
10982 * gdb.base/cond-eval-mode.exp
10983 * gdb.base/condbreak-call-false.exp
10984 * gdb.base/consecutive-step-over.exp
10985 * gdb.base/cursal.exp
10986 * gdb.base/disabled-location.exp
10987 * gdb.base/disasm-end-cu.exp
10988 * gdb.base/display.exp
10989 * gdb.base/double-prompt-target-event-error.exp
10990 * gdb.base/dprintf-bp-same-addr.exp
10991 * gdb.base/dprintf-detach.exp
10992 * gdb.base/dprintf-next.exp
10993 * gdb.base/dprintf-non-stop.exp
10994 * gdb.base/dprintf-pending.exp
10995 * gdb.base/dso2dso.exp
10996 * gdb.base/ending-run.exp
10997 * gdb.base/enum_cond.exp
10998 * gdb.base/examine-backward.exp
10999 * gdb.base/exe-lock.exp
11000 * gdb.base/exec-invalid-sysroot.exp
11001 * gdb.base/execl-update-breakpoints.exp
11002 * gdb.base/execution-termios.exp
11003 * gdb.base/fileio.exp
11004 * gdb.base/fixsection.exp
11005 * gdb.base/foll-exec-mode.exp
11006 * gdb.base/foll-exec.exp
11007 * gdb.base/fork-running-state.exp
11008 * gdb.base/frame-args.exp
11009 * gdb.base/fullpath-expand.exp
11010 * gdb.base/func-ptr.exp
11011 * gdb.base/gcore-relro-pie.exp
11012 * gdb.base/gdb1090.exp
11013 * gdb.base/gdb1555.exp
11014 * gdb.base/global-var-nested-by-dso.exp
11015 * gdb.base/gnu-ifunc.exp
11016 * gdb.base/hbreak-in-shr-unsupported.exp
11017 * gdb.base/hbreak-unmapped.exp
11018 * gdb.base/hook-stop.exp
11019 * gdb.base/infcall-input.exp
11020 * gdb.base/info-fun.exp
11021 * gdb.base/info-shared.exp
11022 * gdb.base/interrupt-noterm.exp
11023 * gdb.base/jit-so.exp
11024 * gdb.base/jit.exp
11025 * gdb.base/line-symtabs.exp
11026 * gdb.base/list.exp
11027 * gdb.base/longjmp.exp
11028 * gdb.base/macscp.exp
11029 * gdb.base/max-value-size.exp
11030 * gdb.base/nodebug.exp
11031 * gdb.base/nofield.exp
11032 * gdb.base/overlays.exp
11033 * gdb.base/paginate-after-ctrl-c-running.exp
11034 * gdb.base/paginate-bg-execution.exp
11035 * gdb.base/paginate-inferior-exit.exp
11036 * gdb.base/pending.exp
11037 * gdb.base/pr11022.exp
11038 * gdb.base/printcmds.exp
11039 * gdb.base/ptr-typedef.exp
11040 * gdb.base/ptype.exp
11041 * gdb.base/randomize.exp
11042 * gdb.base/range-stepping.exp
11043 * gdb.base/realname-expand.exp
11044 * gdb.base/relativedebug.exp
11045 * gdb.base/remote.exp
11046 * gdb.base/savedregs.exp
11047 * gdb.base/sepdebug.exp
11048 * gdb.base/set-noassign.exp
11049 * gdb.base/shlib-call.exp
11050 * gdb.base/shreloc.exp
11051 * gdb.base/sigaltstack.exp
11052 * gdb.base/sigbpt.exp
11053 * gdb.base/siginfo-addr.exp
11054 * gdb.base/siginfo-obj.exp
11055 * gdb.base/siginfo-thread.exp
11056 * gdb.base/signest.exp
11057 * gdb.base/signull.exp
11058 * gdb.base/sigrepeat.exp
11059 * gdb.base/skip.exp
11060 * gdb.base/so-impl-ld.exp
11061 * gdb.base/solib-corrupted.exp
11062 * gdb.base/solib-disc.exp
11063 * gdb.base/solib-display.exp
11064 * gdb.base/solib-overlap.exp
11065 * gdb.base/solib-search.exp
11066 * gdb.base/solib-symbol.exp
11067 * gdb.base/source-execution.exp
11068 * gdb.base/sss-bp-on-user-bp-2.exp
11069 * gdb.base/sss-bp-on-user-bp.exp
11070 * gdb.base/stack-checking.exp
11071 * gdb.base/stale-infcall.exp
11072 * gdb.base/step-break.exp
11073 * gdb.base/step-line.exp
11074 * gdb.base/step-over-exit.exp
11075 * gdb.base/step-test.exp
11076 * gdb.base/structs.exp
11077 * gdb.base/sym-file.exp
11078 * gdb.base/symtab-search-order.exp
11079 * gdb.base/term.exp
11080 * gdb.base/type-opaque.exp
11081 * gdb.base/unload.exp
11082 * gdb.base/until-nodebug.exp
11083 * gdb.base/until.exp
11084 * gdb.base/unwindonsignal.exp
11085 * gdb.base/watch-cond.exp
11086 * gdb.base/watch-non-mem.exp
11087 * gdb.base/watch_thread_num.exp
11088 * gdb.base/watchpoint-reuse-slot.exp
11089 * gdb.base/watchpoint-solib.exp
11090 * gdb.base/watchpoint.exp
11091 * gdb.btrace/dlopen.exp
11092 * gdb.cell/arch.exp
11093 * gdb.cell/break.exp
11094 * gdb.cell/bt.exp
11095 * gdb.cell/core.exp
11096 * gdb.cell/data.exp
11097 * gdb.cell/dwarfaddr.exp
11098 * gdb.cell/ea-cache.exp
11099 * gdb.cell/ea-standalone.exp
11100 * gdb.cell/ea-test.exp
11101 * gdb.cell/f-regs.exp
11102 * gdb.cell/fork.exp
11103 * gdb.cell/gcore.exp
11104 * gdb.cell/mem-access.exp
11105 * gdb.cell/ptype.exp
11106 * gdb.cell/registers.exp
11107 * gdb.cell/sizeof.exp
11108 * gdb.cell/solib-symbol.exp
11109 * gdb.cell/solib.exp
11110 * gdb.compile/compile-tls.exp
11111 * gdb.cp/exception.exp
11112 * gdb.cp/gdb2495.exp
11113 * gdb.cp/local.exp
11114 * gdb.cp/mb-inline.exp
11115 * gdb.cp/mb-templates.exp
11116 * gdb.cp/pr10687.exp
11117 * gdb.cp/pr9167.exp
11118 * gdb.cp/scope-err.exp
11119 * gdb.cp/templates.exp
11120 * gdb.cp/virtfunc.exp
11121 * gdb.dwarf2/dw2-dir-file-name.exp
11122 * gdb.dwarf2/dw2-single-line-discriminators.exp
11123 * gdb.fortran/complex.exp
11124 * gdb.fortran/library-module.exp
11125 * gdb.guile/guile.exp
11126 * gdb.guile/scm-cmd.exp
11127 * gdb.guile/scm-frame-inline.exp
11128 * gdb.guile/scm-objfile.exp
11129 * gdb.guile/scm-pretty-print.exp
11130 * gdb.guile/scm-symbol.exp
11131 * gdb.guile/scm-type.exp
11132 * gdb.guile/scm-value.exp
11133 * gdb.linespec/keywords.exp
11134 * gdb.linespec/ls-errs.exp
11135 * gdb.linespec/macro-relative.exp
11136 * gdb.linespec/thread.exp
11137 * gdb.mi/mi-breakpoint-changed.exp
11138 * gdb.mi/mi-dprintf-pending.exp
11139 * gdb.mi/mi-fullname-deleted.exp
11140 * gdb.mi/mi-logging.exp
11141 * gdb.mi/mi-pending.exp
11142 * gdb.mi/mi-solib.exp
11143 * gdb.mi/new-ui-mi-sync.exp
11144 * gdb.mi/user-selected-context-sync.exp
11145 * gdb.multi/dummy-frame-restore.exp
11146 * gdb.multi/multi-arch-exec.exp
11147 * gdb.multi/remove-inferiors.exp
11148 * gdb.multi/watchpoint-multi-exit.exp
11149 * gdb.opt/solib-intra-step.exp
11150 * gdb.perf/backtrace.exp
11151 * gdb.perf/single-step.exp
11152 * gdb.perf/skip-command.exp
11153 * gdb.perf/skip-prologue.exp
11154 * gdb.perf/solib.exp
11155 * gdb.python/lib-types.exp
11156 * gdb.python/py-as-string.exp
11157 * gdb.python/py-bad-printers.exp
11158 * gdb.python/py-block.exp
11159 * gdb.python/py-breakpoint.exp
11160 * gdb.python/py-cmd.exp
11161 * gdb.python/py-events.exp
11162 * gdb.python/py-evthreads.exp
11163 * gdb.python/py-finish-breakpoint.exp
11164 * gdb.python/py-finish-breakpoint2.exp
11165 * gdb.python/py-frame-inline.exp
11166 * gdb.python/py-frame.exp
11167 * gdb.python/py-inferior.exp
11168 * gdb.python/py-infthread.exp
11169 * gdb.python/py-mi.exp
11170 * gdb.python/py-objfile.exp
11171 * gdb.python/py-pp-maint.exp
11172 * gdb.python/py-pp-registration.exp
11173 * gdb.python/py-prettyprint.exp
11174 * gdb.python/py-recurse-unwind.exp
11175 * gdb.python/py-shared.exp
11176 * gdb.python/py-symbol.exp
11177 * gdb.python/py-symtab.exp
11178 * gdb.python/py-template.exp
11179 * gdb.python/py-type.exp
11180 * gdb.python/py-unwind-maint.exp
11181 * gdb.python/py-unwind.exp
11182 * gdb.python/py-value.exp
11183 * gdb.python/python.exp
11184 * gdb.reverse/finish-reverse-bkpt.exp
11185 * gdb.reverse/insn-reverse.exp
11186 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11187 * gdb.reverse/solib-precsave.exp
11188 * gdb.reverse/solib-reverse.exp
11189 * gdb.stabs/gdb11479.exp
11190 * gdb.stabs/weird.exp
11191 * gdb.threads/fork-child-threads.exp
11192 * gdb.threads/fork-plus-threads.exp
11193 * gdb.threads/fork-thread-pending.exp
11194 * gdb.threads/forking-threads-plus-breakpoint.exp
11195 * gdb.threads/hand-call-in-threads.exp
11196 * gdb.threads/interrupted-hand-call.exp
11197 * gdb.threads/linux-dp.exp
11198 * gdb.threads/local-watch-wrong-thread.exp
11199 * gdb.threads/next-while-other-thread-longjmps.exp
11200 * gdb.threads/non-ldr-exit.exp
11201 * gdb.threads/pending-step.exp
11202 * gdb.threads/print-threads.exp
11203 * gdb.threads/process-dies-while-detaching.exp
11204 * gdb.threads/process-dies-while-handling-bp.exp
11205 * gdb.threads/pthreads.exp
11206 * gdb.threads/queue-signal.exp
11207 * gdb.threads/reconnect-signal.exp
11208 * gdb.threads/signal-command-handle-nopass.exp
11209 * gdb.threads/signal-command-multiple-signals-pending.exp
11210 * gdb.threads/signal-delivered-right-thread.exp
11211 * gdb.threads/signal-sigtrap.exp
11212 * gdb.threads/sigthread.exp
11213 * gdb.threads/staticthreads.exp
11214 * gdb.threads/stepi-random-signal.exp
11215 * gdb.threads/thread-unwindonsignal.exp
11216 * gdb.threads/thread_check.exp
11217 * gdb.threads/thread_events.exp
11218 * gdb.threads/tid-reuse.exp
11219 * gdb.threads/tls-nodebug.exp
11220 * gdb.threads/tls-shared.exp
11221 * gdb.threads/tls-so_extern.exp
11222 * gdb.threads/tls.exp
11223 * gdb.threads/wp-replication.exp
11224 * gdb.trace/actions-changed.exp
11225 * gdb.trace/actions.exp
11226 * gdb.trace/backtrace.exp
11227 * gdb.trace/change-loc.exp
11228 * gdb.trace/collection.exp
11229 * gdb.trace/deltrace.exp
11230 * gdb.trace/disconnected-tracing.exp
11231 * gdb.trace/entry-values.exp
11232 * gdb.trace/ftrace-lock.exp
11233 * gdb.trace/ftrace.exp
11234 * gdb.trace/infotrace.exp
11235 * gdb.trace/mi-trace-frame-collected.exp
11236 * gdb.trace/mi-trace-unavailable.exp
11237 * gdb.trace/mi-traceframe-changed.exp
11238 * gdb.trace/mi-tracepoint-changed.exp
11239 * gdb.trace/mi-tsv-changed.exp
11240 * gdb.trace/no-attach-trace.exp
11241 * gdb.trace/packetlen.exp
11242 * gdb.trace/passc-dyn.exp
11243 * gdb.trace/passcount.exp
11244 * gdb.trace/pending.exp
11245 * gdb.trace/pr16508.exp
11246 * gdb.trace/qtro.exp
11247 * gdb.trace/range-stepping.exp
11248 * gdb.trace/read-memory.exp
11249 * gdb.trace/report.exp
11250 * gdb.trace/save-trace.exp
11251 * gdb.trace/signal.exp
11252 * gdb.trace/stap-trace.exp
11253 * gdb.trace/status-stop.exp
11254 * gdb.trace/strace.exp
11255 * gdb.trace/tfile.exp
11256 * gdb.trace/tfind.exp
11257 * gdb.trace/trace-break.exp
11258 * gdb.trace/trace-condition.exp
11259 * gdb.trace/trace-enable-disable.exp
11260 * gdb.trace/trace-mt.exp
11261 * gdb.trace/tracecmd.exp
11262 * gdb.trace/tracefile-pseudo-reg.exp
11263 * gdb.trace/tspeed.exp
11264 * gdb.trace/tstatus.exp
11265 * gdb.trace/tsv.exp
11266 * gdb.trace/unavailable.exp
11267 * gdb.trace/while-dyn.exp
11268 * gdb.trace/while-stepping.exp
11269 * lib/gdb-guile.exp
11270 * lib/gdb.exp
11271 * lib/mi-support.exp
11272 * lib/pascal.exp
11273 * lib/perftest.exp
11274 * lib/prelink-support.exp
11275 * lib/selftest-support.exp
11276
ad02e4fe
SM
112772016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11278
11279 * Makefile.in: Include disable-implicit-rules.mk.
11280
22347e55
AA
112812016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11282
11283 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11284 non-byte-aligned bit fields.
11285
da5b30da
AA
112862016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11287
11288 PR gdb/12616
11289 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11290 respects the DW_AT_data_bit_offset attribute.
11291
b593ecca
SM
112922016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11293
11294 * gdb.base/default.exp: Fix output of "set language".
11295
3b165252
SM
112962016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11297
11298 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11299 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11300 make.
11301 * configure.ac: Remove checks for the make program.
11302 * configure: Re-generate.
11303
1a2f3d7f
KB
113042016-11-16 Kevin Buettner <kevinb@redhat.com>
11305
11306 * gdb.python/py-recurse-unwind.c (main): Add loop.
11307 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11308 to read_register() and gdb.parse_and_eval(). Make each code
11309 call a separate case that can be individually tested.
11310 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11311 proc. Call cont_and_backtrace for each of the code paths that
11312 we want to test in the unwinder.
11313
b7f38fda
AA
113142016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11315
11316 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11317 the definition of struct S.
11318
1f8db343
CM
113192016-11-11 Catherine Moore <clm@codesourcery.com>
11320
11321 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11322
fad0c9fb
PA
113232016-11-09 Pedro Alves <palves@redhat.com>
11324
11325 * gdb.base/commands.exp (runto_or_return): New procedure.
11326 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11327 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11328 (progvar_simple_while_test, progvar_complex_if_while_test)
11329 (if_while_breakpoint_command_test)
11330 (infrun_breakpoint_command_test, breakpoint_command_test)
11331 (user_defined_command_test, watchpoint_command_test)
11332 (test_command_prompt_position, redefine_hook_test)
11333 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11334 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11335 multi_line_input and multi_line. Remove gdb_expect and
11336 gdb_stop_suppressing_tests uses.
11337 * lib/gdb.exp (valnum_re): New global.
11338 (multi_line_input): New procedure.
11339
8354c62c
SM
113402016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11341
11342 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11343 Remove.
11344 (test_setup): Define with proc_with_prefix.
11345 (test_cli_inferior): Likewise.
11346 (test_cli_thread): Likewise.
11347 (test_cli_frame): Likewise.
11348 (test_cli_select_frame): Likewise.
11349 (test_cli_up_down): Likewise.
11350 (test_mi_thread_select): Likewise.
11351 (test_mi_stack_select_frame): Likewise.
11352 (test_cli_in_mi_inferior): Likewise.
11353 (test_cli_in_mi_thread): Likewise.
11354 (test_cli_in_mi_frame): Likewise.
11355 (top level): Do not use with_test_prefix_procname.
11356
64f367a2
PA
113572016-11-09 Pedro Alves <palves@redhat.com>
11358
11359 * gdb.base/commands.exp (gdbvar_simple_if_test)
11360 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11361 (progvar_simple_if_test, progvar_simple_while_test)
11362 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11363 (infrun_breakpoint_command_test, breakpoint_command_test)
11364 (user_defined_command_test, watchpoint_command_test)
11365 (test_command_prompt_position, deprecated_command_test)
11366 (bp_deleted_in_command, temporary_breakpoint_commands)
11367 (stray_arg0_test, source_file_with_indented_comment)
11368 (recursive_source_test, if_commands_test)
11369 (error_clears_commands_left, redefine_hook_test)
11370 (redefine_backtrace_test): Use proc_with_prefix.
11371 * lib/gdb.exp (proc_with_prefix): New proc.
11372
0bb65f1e
AA
113732016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11374
11375 * gdb.base/tui-layout.c: New file.
11376 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11377 disassembly window contains very long lines.
11378
7353f247
TT
113792016-11-08 Tom Tromey <tom@tromey.com>
11380
11381 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11382 depend on Python 2.
11383
30a7bb83
TT
113842016-11-08 Tom Tromey <tom@tromey.com>
11385
11386 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11387 New method.
11388
cdf5a07c
MG
113892016-10-29 Manish Goregaokar <manish@mozilla.com>
11390
2806dc7e 11391 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11392
51a789c3
MG
113932016-10-27 Manish Goregaokar <manish@mozilla.com>
11394
2806dc7e
PA
11395 * gdb.rust/simple.rs: Add test for univariant enums without
11396 discriminants and for encoded struct-like enums.
51a789c3 11397
f610ab6d
PA
113982016-10-28 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11401 gdb_test_multiple, tighten regexps and match symtabs and line
11402 tables incrementally.
11403
b129b0ca
LM
114042016-10-28 Luis Machado <lgustavo@codesourcery.com>
11405
11406 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11407 general.
11408
ecf45d2c
SL
114092016-10-25 Luis Machado <lgustavo@codesourcery.com>
11410
11411 * gdb.base/exec-invalid-sysroot.exp: New file.
11412
b8d38ee4
JK
114132016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11414
11415 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11416
f90fd8c2
JK
114172016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11418
11419 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11420
2d2476aa
MR
114212016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11422
2806dc7e
PA
11423 * gdb.base/killed-outside.exp: Remove $options from a call to
11424 `prepare_for_testing'.
2d2476aa 11425
e42b25a0
SM
114262016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11427
11428 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11429 Change test message.
11430
3ccdb432
SM
114312016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11432
11433 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11434 Update comment.
11435
5bad3170
SM
114362016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11437
11438 * gdb.trace/mi-trace-save.exp: New file.
11439
5ad9dba7
YQ
114402016-10-13 Yao Qi <yao.qi@linaro.org>
11441
11442 * gdb.base/code_elim.exp (get_var_address): Remove.
11443 * gdb.base/relocate.exp: Likewise.
11444 * gdb.base/shreloc.exp: Likewise.
11445 * lib/gdb.exp (get_var_address): New.
11446
62df7e21
YQ
114472016-10-13 Yao Qi <yao.qi@linaro.org>
11448
11449 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11450 floating point tests if $skip_float_test is false.
11451
4dac951e
LM
114522016-10-12 Luis Machado <lgustavo@codesourcery.com>
11453
11454 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11455 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11456 argc values.
11457 Add 1 to argc so we guarantee distinct initial/modified argc values.
11458
8f1a8fc4
JK
114592016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11462
16c85b5d
JK
114632016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11464
11465 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11466 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11467 * gdb.arch/vsx-regs.exp: Likewise.
11468
1d0e042a
YQ
114692016-10-07 Yao Qi <yao.qi@linaro.org>
11470
11471 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11472
68dadef5
MM
114732016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11474
11475 * gdb.python/python.exp: Test decode_line("*0").
11476
33fa2c6e
DE
114772016-10-06 Doug Evans <dje@google.com>
11478
11479 * gdb.python/py-value.exp (test_value_creation): Add test for large
11480 unsigned 64-bit value.
11481
9c37b5ae
TT
114822016-10-06 Tom Tromey <tom@tromey.com>
11483
11484 * gdb.compile/compile.exp: Change java tests to rust.
11485 * gdb.base/setshow.exp: Change java tests to rust.
11486 * gdb.base/default.exp: Remove java from language list.
11487 * README (Examples): Update language example.
11488 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11489 test.
11490 * lib/gdb.exp (skip_java_tests): Remove.
11491 * lib/java.exp: Remove.
11492 * gdb.java: Remove.
11493
78b86327
MR
114942016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11495
11496 * gdb.arch/mips-fcr.exp: New test.
11497 * gdb.arch/mips-fcr.c: Source for the new test.
11498
7470adbb
MR
114992016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11500
11501 * gdb.base/solib-disc.exp: Use `standard_output_file'
11502 throughout.
11503
4a556533
PA
115042016-10-06 Pedro Alves <palves@redhat.com>
11505
11506 * gdb.base/jit-simple-dl.c: New file.
11507 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11508 * gdb.base/jit-simple.c: ... this.
11509 * gdb.base/jit-simple.exp (jit_run): Delete.
11510 (build_jit): New proc.
11511 (jit_test_reread): Recompile either the main program or the shared
11512 library, depending on what is being tested. Skip changing address
11513 if caller wants to. Compare before/after addresses. If testing
11514 standalone, explicitly load the binary. Test "maint info
11515 breakpoints".
11516 (top level): Add "standalone vs shared lib" and "change address"
11517 vs "same address" axes.
11518
5a122fbc
PA
115192016-10-06 Pedro Alves <palves@redhat.com>
11520
11521 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11522 call.
11523 (jit_run): Delete.
11524 (jit_test_reread): Use with_test_prefix. Reload the main binary
11525 explicitly. Compare the before/after addresses of the JIT
11526 descriptor.
11527
ee8da4b8
DE
115282016-08-15 Doug Evans <dje@google.com>
11529
11530 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11531 for single bitfields is bool.
11532 * gdb.xml/tdesc-regs.exp: Ditto.
11533
f389f6fe
JK
115342016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11535
11536 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11537
fdebf1a4
YQ
115382016-10-05 Yao Qi <yao.qi@linaro.org>
11539
11540 * lib/gdb.exp (support_complex_tests): Return zero if
11541 gdb_skip_float_test return true.
11542
9c36d954 115432016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11544 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11545
11546 PR gdb/20487
11547 * gdb.mi/user-selected-context-sync.exp: New file.
11548 * gdb.mi/user-selected-context-sync.c: New file.
11549
4034d0ff 115502016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11551 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11552
11553 PR gdb/20487
11554 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11555 =thread-select-event check.
11556
a4297203
PB
115572016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11558
11559 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11560 the compulsory L operand changes.
11561 * gdb.arch/powerpc-power.s: Likewise.
11562
bb805577
JK
115632016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11564
11565 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11566 * gdb.base/jit-attach-pie.c: New file.
11567 * gdb.base/jit-attach-pie.exp: New file.
11568
6d61dee5
PA
115692016-09-28 Pedro Alves <palves@redhat.com>
11570
11571 * gdb.base/infcall-input.c: New file.
11572 * gdb.base/infcall-input.exp: New file.
11573
f73842fc
YQ
115742016-09-22 Yao Qi <yao.qi@linaro.org>
11575
11576 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11577 (gdb_exit): Rename it to ...
11578 (gdbserver_gdb_exit): ... Close GDBserver.
11579 (gdb_exit): New proc, call gdbserver_gdb_exit.
11580 (mi_gdb_exit): Likewise.
11581
90681dab
YQ
115822016-09-22 Yao Qi <yao.qi@linaro.org>
11583
11584 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11585 path.
11586 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11587 Remove duplication.
11588
9c211fd8
YQ
115892016-09-22 Yao Qi <yao.qi@linaro.org>
11590
11591 * lib/gdbserver-support.exp: Check the existence of
11592 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11593
ad0a504f
AK
115942016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11595
11596 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11597
36cf1806
TT
115982016-09-21 Tom Tromey <tom@tromey.com>
11599
11600 PR gdb/20604:
11601 * gdb.base/quit.exp: New file.
11602
74172ecf
SM
116032016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * .gitignore: New file.
11606
3d0ec882
MR
116072016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11608
11609 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11610 throughout.
11611
8193adea
AA
116122016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11613
11614 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11615
d41a5c09
JK
116162016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11617
11618 * gdb.cp/casts.cc (decltype): Move it ...
11619 (main): ... with its call to ...
11620 * gdb.cp/casts03.cc: ... a new file.
11621 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11622
d2dfe700
JK
116232016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11624
11625 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11626
e2a92b16
PB
116272016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11628
11629 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11630 and sync up the test with tests in gas/testsuite/gas/ppc.
11631 * gdb.arch/powerpc-power.exp: Likewise.
11632
49b4de64
JK
116332016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11634
11635 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11636
2c29df25
SDJ
116372016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11638 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11641 make m1's definition to be different from m2's. Use 'dummy' as an
11642 argument for probe 'two'.
11643
cc3c2846
JB
116442016-09-10 Jon Beniston <jon@beniston.com>
11645
11646 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11647 for sim target.
11648
e1b2624a
AA
116492016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11650
11651 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11652 variable declaration.
11653 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11654 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11655 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11656 received HWCAP as its argument.
11657
4295e285
PA
116582016-09-06 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.base/new-ui-pending-input.c: New file.
11661 * gdb.base/new-ui-pending-input.exp: New file.
11662 * gdb.exp (clear_gdb_spawn_id): New procedure.
11663 (with_spawn_id): Check whether gdb_spawn_id exists before
11664 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11665 on exit.
11666
00d5215e
UW
116672016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11668
11669 * gdb.base/float128.c: New file.
11670 * gdb.base/float128.exp: Likewise.
11671 * gdb.base/floatn.c: Likewise.
11672 * gdb.base/floatn.exp: Likewise.
11673
a9ff5f12
UW
116742016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11675
11676 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11677
f245535c
PA
116782016-09-05 Pedro Alves <palves@redhat.com>
11679
11680 PR backtrace/19927
11681 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11682 unwinders are immediately called as side effect of "source" or
11683 "disable unwinder" commands.
11684 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11685
ae9cf263
YQ
116862016-09-02 Yao Qi <yao.qi@linaro.org>
11687
11688 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11689 is true and $type is "float" or "double".
11690
27aba047
YQ
116912016-09-02 Yao Qi <yao.qi@linaro.org>
11692
11693 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11694 true.
11695 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11696 * gdb.base/call-rt-st.exp: Likewise.
11697 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11698 return value instead of gdb,skip_float_test.
11699 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11700 (do_function_calls): Use its return value instead of
11701 gdb,skip_float_test.
11702 * gdb.base/finish.exp: Likewise.
11703 * gdb.base/funcargs.exp: Likewise.
11704 * gdb.base/return.exp: Likewise.
11705 * gdb.base/return2.exp: Likewise.
11706 * gdb.base/varargs.exp: Likewise.
11707 * lib/gdb.exp (gdb_skip_float_test): Change it to
11708 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11709
5af962df
AA
117102016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11711
11712 * gdb.multi/tids.exp: Test "thread apply all".
11713
7fac6910
JK
117142016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11715
11716 * gdb.base/default.exp (tty): Remove.
11717
bb1fe4ac
KB
117182016-08-24 Kevin Buettner <kevinb@redhat.com>
11719
2806dc7e
PA
11720 * gdb.python/py-recurse-unwind.c: New file.
11721 * gdb.python/py-recurse-unwind.py: New file.
11722 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11723
0a1ddfa6
SM
117242016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11725
11726 * gdb.base/set-inferior-tty.exp: New file.
11727 * gdb.base/set-inferior-tty.c: New file.
11728
d9de1fe3
PA
117292016-08-23 Pedro Alves <palves@redhat.com>
11730
11731 PR gdb/20494
11732 * gdb.base/new-ui-echo.c: New file.
11733 * gdb.base/new-ui-echo.exp: New file.
11734
e9d9abd7
YQ
117352016-08-23 Yao Qi <yao.qi@linaro.org>
11736
11737 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11738 gdbserver_spawn.
11739 * gdb.server/connect-without-multi-process.exp (do_test):
11740 Likewise.
11741
3589529e
YQ
117422016-08-23 Yao Qi <yao.qi@linaro.org>
11743
11744 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11745 standalone_txt. Delete gdb_txt and standalone_txt on host
11746 and target. Spawn the binary on target. Copy files from
11747 target to host.
11748
6bb90213
PA
117492016-08-22 Pedro Alves <palves@redhat.com>
11750
11751 PR gdb/20505
11752 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11753 with_test_prefix. Factor out bits to ...
11754 (test_no_vdso): ... this new procedure.
11755
20c2c024
CL
117562016-08-19 Carl Love <cel@us.ibm.com>
11757
11758 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11759 maintaining separate logic for constructing the output path.
11760 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11761 * gdb.arch/ppc-dfp.exp: Likewise.
11762 * gdb.arch/ppc-fp.exp: Likewise.
11763 * gdb.arch/vsx-regs.exp: Likewise.
11764 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11765 binprefix for generating the additional binary files.
11766
0646e07d
PA
117672016-08-19 Pedro Alves <palves@redhat.com>
11768
11769 * gdb.trace/mi-trace-frame-collected.exp
11770 (test_trace_frame_collected): On x32, expect two registers.
11771
46da9242
CL
117722016-08-18 Carl Love <cel@us.ibm.com>
11773
11774 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11775 and sync up the test with tests in gas/testsuite/gas/ppc.
11776 * gdb.arch/powerpc-power.exp: Likewise.
11777
eb2332d7
SM
117782016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11779
11780 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11781 expected error message.
11782
63c61e04
SM
117832016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11784
11785 * gdb.multi/remove-inferiors.exp: New file.
11786 * gdb.multi/remove-inferiors.c: New file.
11787
7b17065f
YQ
117882016-08-12 Yao Qi <yao.qi@linaro.org>
11789
11790 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11791 argument list.
11792
01d3dedf
PA
117932016-08-10 Pedro Alves <palves@redhat.com>
11794
11795 PR gdb/19187
11796 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11797 setup_kfails.
11798
3eb7562a
PA
117992016-08-09 Pedro Alves <palves@redhat.com>
11800 Simon Marchi <simon.marchi@ericsson.com>
11801
11802 PR gdb/20418
11803 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11804 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11805
80614914
PA
118062016-08-09 Pedro Alves <palves@redhat.com>
11807
11808 PR mi/20431
11809 * gdb.mi/mi-cmd-error.exp: New file.
11810
f348d89a
PA
118112016-08-09 Pedro Alves <palves@redhat.com>
11812
11813 PR gdb/18653
11814 * gdb.base/signals-state-child.c: New file.
11815 * gdb.base/signals-state-child.exp: New file.
11816 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11817
e5ca03b4
PA
118182016-08-09 Pedro Alves <palves@redhat.com>
11819
11820 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11821
282a0691
TT
118222016-08-03 Tom Tromey <tom@tromey.com>
11823
11824 PR python/18565:
11825 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11826
41bfcd63
YQ
118272016-08-01 Yao Qi <yao.qi@linaro.org>
11828
11829 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11830 variable mode to "multi-process" if $multi_process is 1, otherwise
11831 set it to "single-process".
11832
e3465b24
YQ
118332016-08-01 Yao Qi <yao.qi@linaro.org>
11834
11835 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11836 * gdb.cp/cpexprs.exp: Likewise.
11837 * gdb.cp/m-static.exp: Likewise.
11838
0b31a4bc
TT
118392016-07-26 Tom Tromey <tom@tromey.com>
11840
11841 PR python/20190:
11842 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11843 test.
11844
e0461dbb
MM
118452016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11846
11847 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11848 selecting assembly source files.
11849 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11850 assembly source files.
11851 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11852 assembly source files.
11853 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11854 selecting assembly source files.
11855
8194e927
SM
118562016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11857
11858 * gdb.base/new-ui.exp (do_test_invalid_args): New
11859 procedure.
11860
c0272db5
TW
118612016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11862
11863 * gdb.btrace/reconnect.c: New file.
11864 * gdb.btrace/reconnect.exp: New file.
11865
e3487908
GKB
118662016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11867
11868 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11869 to test_catch_syscall_group.
11870 (test_catch_syscall_group): New.
11871
12df5c00
TT
118722016-07-21 Tom Tromey <tom@tromey.com>
11873
11874 * gdb.rust/simple.rs (main): Use empty struct expression.
11875 * gdb.rust/simple.exp: Add tests for empty struct expression.
11876
bae62ee2
YQ
118772016-07-21 Yao Qi <yao.qi@linaro.org>
11878
11879 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11880 if gdb_skip_xml_test is true on some targets.
11881
b1b53fb3
YQ
118822016-07-21 Yao Qi <yao.qi@linaro.org>
11883
11884 * gdb.server/solib-list.exp: Unset last_loaded_file.
11885
027d97f8
JK
118862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11889 "step into captured_main (args)".
11890
7674d381
JK
118912016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11892
11893 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11894
72b5d099
JK
118952016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11896
11897 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11898
1f960ced
PA
118992016-07-19 Pedro Alves <palves@redhat.com>
11900
11901 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11902 * gdb.opt/inline-bt.exp: Likewise.
11903 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11904 additional_flags=-Winline.
11905 * gdb.opt/inline-locals.exp: Likewise.
11906 * gdb.opt/inline-markers.c (ATTR): Define.
11907 (inlined_fn): Use it.
11908
f25827c1
YQ
119092016-07-19 Yao Qi <yao.qi@linaro.org>
11910
11911 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11912 (test_with_self): Remove some code. Remove argument executable.
11913 (top-level): Use do_self_tests.
11914
37539ebe
DB
119152016-07-15 Zachary Welch <zwelch@codesourcery.com>
11916 Don Breazeal <donb@codesourcery.com>
11917
11918 * gdb.base/maint.exp: Escape paths used in regular expressions.
11919 * gdb.stabs/weird.exp: Likewise.
11920
dac790e1
TT
119212016-07-13 Tom Tromey <tom@tromey.com>
11922
11923 PR python/15620, PR python/18620:
11924 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11925 (test_bkpt_events): New procs.
11926
93daf339
TT
119272016-07-13 Tom Tromey <tom@tromey.com>
11928
11929 PR python/17698:
11930 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11931 test.
11932 (test_watchpoints): Likewise.
11933 (test_bkpt_pending): New proc.
11934
6571a381
TT
119352016-07-13 Tom Tromey <tom@tromey.com>
11936
11937 PR cli/18053:
11938 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11939 completion test.
11940
e8732474
JK
119412016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11942
11943 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11944 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11945 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11946 f_label.
11947 (g): Rename g_end_lbl to g_label.
11948 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11949 low_pc and high_pc.
11950 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11951
e0f3fd7c
TT
119522016-07-12 Tom Tromey <tom@tromey.com>
11953
11954 PR python/19293:
11955 * gdb.python/py-unwind-maint.exp: Update tests.
11956
3cfe46b6
YQ
119572016-07-12 Yao Qi <yao.qi@linaro.org>
11958
11959 * lib/selftest-support.exp (selftest_setup): Match the output
11960 when captured_main is inlined.
11961
4f19a0e6
WT
119622016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11963
11964 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11965 New variables.
11966 (print this%a, print this%b, print this): New tests.
11967 * gdb.fortran/derived-types.f90 (this): New object and
11968 initialization.
11969
986cf455
SM
119702016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11971
11972 * gdb.ada/arraydim.exp: Remove extra directory level in build
11973 directory.
11974
f0464b23
SM
119752016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11976
11977 * lib/ada.exp: Remove extra directory level in build directory.
11978 * gdb.ada/cond_lang.exp: Likewise.
11979 * gdb.ada/exec_changed.exp: Likewise.
11980 * gdb.ada/lang_switch.exp: Likewise.
11981
42d94011
MG
119822016-07-06 Manish Goregaokar <manish@mozilla.com>
11983
2806dc7e
PA
11984 * simple.rs: Add test for raw pointer subscripting.
11985 * simple.exp: Add test expectations.
42d94011 11986
647c264c
YQ
119872016-07-05 Yao Qi <yao.qi@linaro.org>
11988
11989 * gdb.mi/mi-reverse.exp: Match =record-started output.
11990
20aa2c60
PA
119912016-07-01 Pedro Alves <palves@redhat.com>
11992
11993 * gdb.base/jit-reader.exp (info_registers_current_frame): New
11994 procedure.
11995 (jit_reader_test): Test the jit reader's unwinder.
11996 * gdb.base/jithost.c (jit_function_00_code): New global.
11997 (main): Use memcpy to fill in the mmapped code, instead of poking
11998 bytes manually here.
11999 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12000 value.
12001 (read_debug_info): Save the function's range.
12002 (read_sp): New function.
12003 (unwind_frame): Use it. Also unwind RBP.
12004 (get_frame_id): Use read_sp.
12005 (gdb_init_reader): Use calloc instead of malloc.
12006 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12007 parameter. Use gdb_test_multiple.
12008
ced2dffb
PA
120092016-07-01 Pedro Alves <palves@redhat.com>
12010 Antoine Tremblay <antoine.tremblay@ericsson.com>
12011
12012 * gdb.threads/process-dies-while-detaching.c: New file.
12013 * gdb.threads/process-dies-while-detaching.exp: New file.
12014
63000888
PA
120152016-07-01 Pedro Alves <palves@redhat.com>
12016
12017 * gdb.multi/watchpoint-multi-exit.c: New file.
12018 * gdb.multi/watchpoint-multi-exit.exp: New file.
12019
038d4868
PA
120202016-06-30 Pedro Alves <palves@redhat.com>
12021
12022 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12023 unset inferior_spawn_id.
12024
994e9c83
PA
120252016-06-30 Pedro Alves <palves@redhat.com>
12026
12027 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12028 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12029
e5653468
YQ
120302016-06-29 Yao Qi <yao.qi@linaro.org>
12031
12032 * gdb.base/return.c: Add copyright header.
12033
803b47e5
TT
120342016-06-29 Tom Tromey <tom@tromey.com>
12035
12036 PR python/20129:
12037 * gdb.python/py-framefilter.exp: Add tests for setting priority
12038 and disabling of non-existent frame filter.
12039
28244707
YQ
120402016-06-29 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12043 0x0f07ff.
12044
a31d2f06
YQ
120452016-06-28 Yao Qi <yao.qi@linaro.org>
12046
12047 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12048 triplets. Start gdb, execute catch syscall, and continue. Check
12049 gdb's output to determine catch syscall is supported.
12050
921d8f54
MG
120512016-06-27 Manish Goregaokar <manish@mozilla.com>
12052
25d49b86
PA
12053 * gdb.rust/simple.rs: Add test for returning unit in a function.
12054 * gdb.rust/simple.exp: Add expectation for functions returning
12055 unit.
921d8f54 12056
f4952523
PMR
120572016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12058
12059 * gdb.python/py-breakpoint-create-fail.c,
12060 gdb.python/py-breakpoint-create-fail.exp,
12061 gdb.python/py-breakpoint-create-fail.py: New testcase.
12062
fccb08f8
MG
120632016-06-25 Manish Goregaokar <manish@mozilla.com>
12064
12065 PR gdb/20239
12066 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12067 * gdb.rust/simple.exp: Add test expectations for new NonZero
12068 tests.
fccb08f8 12069
6b850546
DT
120702016-06-24 David Taylor <dtaylor@emc.com>
12071
12072 * gdb.base/offsets.exp: New file.
12073 * gdb.base/offsets.c: New file.
12074
17621150
TT
120752016-06-23 Tom Tromey <tom@tromey.com>
12076
12077 PR gdb/16483:
12078 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12079 before any filters are loaded.
12080
04d59df6
WT
120812016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12082
12083 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12084 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12085 structs.
12086 * gdb.fortran/derived-type-function.exp: New file.
12087 * gdb.fortran/derived-type-function.f90: New file.
12088
12089
ac69f786
PA
120902016-06-21 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.base/new-ui.exp: New file.
12093 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12094 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12095 (with_spawn_id): New procedure.
12096
49940788
PA
120972016-06-21 Pedro Alves <palves@redhat.com>
12098
12099 * gdb.mi/mi-exec-run.exp: New file.
12100
ef274d26
PA
121012016-06-21 Pedro Alves <palves@redhat.com>
12102
12103 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12104 breakpoint command's output on the main UI.
12105 (test_break): New procedure, factored out from calls in the top
12106 level.
12107 (top level): Use foreach_with_prefix to test MI as main UI and as
12108 separate UI.
12109
468afe6c
PA
121102016-06-21 Pedro Alves <palves@redhat.com>
12111
12112 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12113 (test_awatch_creation_and_listing)
12114 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12115 Remove 'type' parameter.
12116 (test_watchpoint_all): New parameter mi_mode. Remove
12117 with_test_prefix.
12118 (top level): Use foreach_with_prefix, and add main/separate UI MI
12119 testing axis.
12120
51f77c37
PA
121212016-06-21 Pedro Alves <palves@redhat.com>
12122
12123 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12124 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12125 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12126 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12127 (gdb_main_spawn_id, mi_spawn_id): Declare and
12128 comment.
12129 (mi_create_inferior_pty): New procedure,
12130 factored out from default_mi_gdb_start.
12131 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12132 procedures.
12133 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12134 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12135 Use mi_create_inferior_pty.
12136 (mi_gdb_start): Use eval to pass down args list.
12137
8980e177
PA
121382016-06-21 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12141 * gdb.opt/inline-cmds.exp: Add MI tests.
12142
f38d3ad1
PA
121432016-06-21 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12146
45db7c09
PA
121472016-06-21 Pedro Alves <palves@redhat.com>
12148
12149 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12150 (top level): Use it instead of mi_execute_to.
12151
5a069ab3
PA
121522016-06-21 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12155 (cont_handler_str): New.
12156 (signal_stop_handler): Set stop_handler_str instead of printing to
12157 stdout.
12158 (continue_handler): Set cont_handler_str instead of printing to
12159 stdout.
12160 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12161 mi_send_resuming_command. Print stop_handler_str and
12162 cont_handler_str instead of expecting the python events print
12163 directly.
12164
2838cc1d
SD
121652016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12166
12167 * gdb.base/jit-reader.exp: New file.
12168 * gdb.base/jithost.c: New file.
12169 * gdb.base/jithost.h: New file.
12170 * gdb.base/jitreader.c : New file.
12171 * gdb.base/jit-protocol.h: New file.
12172
21a77091
YQ
121732016-06-17 Yao Qi <yao.qi@linaro.org>
12174
12175 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12176 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12177 and detach-on-fork. Adjust tests.
12178 (top level): Invoke break_cond_on_syscall with combinations of
12179 syscall, follow-fork-mode and detach-on-fork.
12180
f50bf8e5
YQ
121812016-06-17 Yao Qi <yao.qi@linaro.org>
12182
12183 * gdb.base/step-over-exit.c: New.
12184 * gdb.base/step-over-exit.exp: New.
12185
a28d8e50
YTL
121862016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12187
12188 * gdb.base/float.exp: Add target check for nds32*-*-*.
12189 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12190
cad8e26d
AB
121912016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12192
12193 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12194 for unsupported target features.
12195 * gdb.base/call-rt-st.exp: Likewise.
12196 * gdb.base/call-sc.exp: Likewise.
12197 * gdb.base/call-signal-resume.exp: Likewise.
12198 * gdb.base/call-strs.exp: Likewise.
12199 * gdb.base/callexit.exp: Likewise.
12200 * gdb.base/callfuncs.exp: Likewise.
12201 * gdb.base/nodebug.exp: Likewise.
12202 * gdb.base/printcmds.exp: Likewise.
12203 * gdb.base/ptype.exp: Likewise.
12204 * gdb.base/structs.exp: Likewise.
12205 * gdb.base/unwindonsignal.exp: Likewise.
12206 * gdb.cp/gdb2495.exp: Likewise.
12207 * gdb.cp/templates.exp: Likewise.
12208 * gdb.cp/virtfunc.exp: Likewise.
12209 * gdb.threads/hand-call-in-threads.exp: Likewise.
12210 * gdb.threads/interrupted-hand-call.exp: Likewise.
12211 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12212
347dc102
TT
122132016-06-10 Tom Tromey <tom@tromey.com>
12214
12215 PR rust/20110:
12216 * gdb.rust/expr.exp: Add test for integer constant larger than
12217 i32.
12218
5e13cf25
BH
122192016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12220
12221 * gdb.fortran/nested-funcs.exp: New.
12222 * gdb.fortran/nested-funcs.f90: New.
12223
bb556f1f
TK
122242016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12225
12226 * gdb.base/examine-backward.c: New file.
12227 * gdb.base/examine-backward.exp: New file.
12228
38b022b4
SM
122292016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12230
12231 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12232 matching.
12233
1b40ec05
TT
122342016-06-02 Tom Tromey <tom@tromey.com>
12235
12236 PR python/18984:
12237 * gdb.python/py-shared.exp: Add solib_name test.
12238
193bd378
SM
122392016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12240
12241 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12242
3326303b
MG
122432016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12244
12245 PR c++/19893
12246 * gdb.dwarf2/implref.exp: Rename to...
12247 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12248 * gdb.dwarf2/implref-array.c: New file.
12249 * gdb.dwarf2/implref-array.exp: Likewise.
12250 * gdb.dwarf2/implref-global.c: Likewise.
12251 * gdb.dwarf2/implref-global.exp: Likewise.
12252 * gdb.dwarf2/implref-struct.c: Likewise.
12253 * gdb.dwarf2/implref-struct.exp: Likewise.
12254
825c8ef2
AT
122552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12256
12257 * gdb.trace/trace-condition.exp: Add 64bit tests.
12258
2320162a
AT
122592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12260
12261 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12262 bits types.
12263 (main): Adapt to 8 to 64 bits types.
12264 * gdb.trace/trace-condition.exp: Add new tests.
12265
a7818233
AT
122662016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12267
12268 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12269
0d336466
AT
122702016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12271
12272 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12273 Move condition tests...
12274 * gdb.trace/trace-condition.exp: Here.
12275
7faeb45a
AT
122762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12277
12278 * gdb.trace/trace-condition.exp: Add counter-case tests.
12279
e385593e
JK
122802016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12281
12282 PR c++/15231
12283 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12284 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12285
744608cc
PA
122862016-05-27 Pedro Alves <palves@redhat.com>
12287
12288 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12289 New procedure.
12290 (top level): Call it, and bail out of DejaGnu is known to be bad.
12291
ac775bf4
AB
122922016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12293
12294 * gdb.base/whatis.c: Extend the test case.
12295 * gdb.base/whatis.exp: Add additional tests.
12296
2bbad2ea
BH
122972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12298
12299* gdb.fortran/type.f90: Add pointer variable.
12300* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12301
8b70175d
BH
123022016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12303
12304 * gdb.fortran/vla-type.exp: Fix testcase name.
12305
86d8a848
BH
123062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12307
12308 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12309
e188eb36
BH
123102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12311
12312 * gdb.fortran/type.f90: Add nested structures.
12313 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12314 * gdb.fortran/derived-type.exp: Adapt expected output.
12315 * gdb.fortran/vla-type.exp: Adapt expected output.
12316
9b2db1fd
BH
123172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12318
12319 * gdb.fortran/whatis_type.exp: Adapt expected output.
12320
72b17055
BH
123212016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12322
12323 * gdb.fortran/print_type.exp: Fix expected output.
12324 * gdb.fortran/whatis_type.exp: Fix expected output.
12325
3cd81d8d
BH
123262016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12327
12328 * gdb.fortran/whatis_type.exp: Use multi_line.
12329
ddae9462
TT
123302016-05-24 Tom Tromey <tom@tromey.com>
12331
12332 PR python/17386:
12333 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12334 use value as an index.
12335
1957f6b8
TT
123362016-05-23 Tom Tromey <tom@tromey.com>
12337
12338 PR python/17981:
12339 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12340 no-breakpoint case.
12341
026a9174
PA
123422016-05-24 Pedro Alves <palves@redhat.com>
12343
12344 PR gdb/19828
12345 * gdb.threads/clone-attach-detach.c: New file.
12346 * gdb.threads/clone-attach-detach.exp: New file.
12347
e70a7231
FR
123482016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12349
12350 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12351
0f6ed0e0
TT
123522016-05-23 Tom Tromey <tom@tromey.com>
12353
12354 PR python/19438, PR python/18393:
12355 * gdb.python/py-progspace.exp: Add "dir" test.
12356 * gdb.python/py-objfile.exp: Add "dir" test.
12357
ffd19d61
YQ
123582016-05-23 Yao Qi <yao.qi@linaro.org>
12359
12360 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12361 * gdb.arch/thumb2-it.exp: Likewise.
12362
9e8f9b05
SM
123632016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12364
12365 * gdb.mi/mi-threads-interrupt.c: New file.
12366 * gdb.mi/mi-threads-interrupt.exp: New file.
12367
61c6156d
SM
123682016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12369
12370 PR gdb/18077
12371 * gdb.mi/mi-async-run.exp: New file.
12372 * gdb.mi/mi-async-run.c: New file.
12373
67218854
TT
123742016-05-17 Tom Tromey <tom@tromey.com>
12375 Manish Goregaokar <manishsmail@gmail.com>
12376
12377 * lib/rust-support.exp: New file.
12378 * lib/gdb.exp (skip_rust_tests): New proc.
12379 (build_executable_from_specs): Handle rust.
12380 * lib/future.exp (gdb_find_rustc): New proc.
12381 (gdb_default_target_compile): Handle rust.
12382 * gdb.rust/expr.exp: New file.
12383 * gdb.rust/generics.exp: New file.
12384 * gdb.rust/generics.rs: New file.
12385 * gdb.rust/methods.exp: New file.
12386 * gdb.rust/methods.rs: New file.
12387 * gdb.rust/modules.exp: New file.
12388 * gdb.rust/modules.rs: New file.
12389 * gdb.rust/simple.exp: New file.
12390 * gdb.rust/simple.rs: New file.
12391
c44af4eb
TT
123922016-05-17 Tom Tromey <tom@tromey.com>
12393
12394 * gdb.base/default.exp (set language): Add rust.
12395
dcd1f979
TT
123962016-05-17 Tom Tromey <tom@tromey.com>
12397
12398 * gdb.gdb/unittest.exp: New file.
12399
155b7f57
YQ
124002016-05-16 Yao Qi <yao.qi@linaro.org>
12401
12402 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12403 shell_prompt. Update shell_prompt_re.
12404
8ddd5a6c
DE
124052016-05-12 Doug Evans <dje@google.com>
12406
12407 PR symtab/19999
12408 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12409 $options when building executable.
12410 * gdb.dwarf2/fission-loclists-pie.S: New file.
12411 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12412
02e370d9
SM
124132016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12414
12415 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12416 of [is_remote target],
12417
8929ad8b
SM
124182016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12419
12420 * lib/gdb.exp (use_gdb_stub): New procedure.
12421
6c447423
DE
124222016-05-03 Yunlian Jiang <yunlian@google.com>
12423 Doug Evans <dje@google.com>
12424
12425 PR symtab/19914
12426 * gdb.dwarf2/dwp-sepdebug.c: New file.
12427 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12428
444e826c
SM
124292016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12430
12431 * gdb.base/detach.exp: Remove is_remote check.
12432
740feeaa
SM
124332016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12434
12435 * gdb.base/annota-input-while-running.exp: Don't check for
12436 [is_remote target]. Enable annotations after running to main.
12437 Remove unused "set test..." line.
12438
9080ac9d
SM
124392016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * gdb.trace/trace-enable-disable.exp: New file.
12442 * gdb.trace/trace-enable-disable.c: New file.
12443
952ebca5
SM
124442016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12445
12446 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12447 use it in info sharedlibrary test.
12448 * gdb.trace/ftrace-lock.exp: Likewise.
12449 * gdb.trace/ftrace.exp: Likewise.
12450 * gdb.trace/range-stepping.exp: Likewise.
12451 * gdb.trace/trace-break.exp: Likewise.
12452 * gdb.trace/trace-condition.exp: Likewise.
12453 * gdb.trace/trace-mt.exp: Likewise.
12454
d9019901
SM
124552016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12456
12457 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12458 (gdb_load_shlib): ... this.
12459 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12460 gdb_load_shlib.
12461 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12462 * gdb.base/ctxobj.exp: Likewise.
12463 * gdb.base/dprintf-pending.exp: Likewise.
12464 * gdb.base/dso2dso.exp: Likewise.
12465 * gdb.base/fixsection.exp: Likewise.
12466 * gdb.base/gcore-relro.exp: Likewise.
12467 * gdb.base/gdb1555.exp: Likewise.
12468 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12469 * gdb.base/gnu-ifunc.exp: Likewise.
12470 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12471 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12472 * gdb.base/pending.exp: Likewise.
12473 * gdb.base/print-file-var.exp: Likewise.
12474 * gdb.base/print-symbol-loading.exp: Likewise.
12475 * gdb.base/shlib-call.exp: Likewise.
12476 * gdb.base/shreloc.exp: Likewise.
12477 * gdb.base/so-impl-ld.exp: Likewise.
12478 * gdb.base/solib-disc.exp: Likewise.
12479 * gdb.base/solib-nodir.exp: Likewise.
12480 * gdb.base/solib-overlap.exp: Likewise.
12481 * gdb.base/solib-symbol.exp: Likewise.
12482 * gdb.base/solib-weak.exp (do_test): Likewise.
12483 * gdb.base/sym-file.exp: Likewise.
12484 * gdb.base/symtab-search-order.exp: Likewise.
12485 * gdb.base/type-opaque.exp: Likewise.
12486 * gdb.base/unload.exp: Likewise.
12487 * gdb.base/watchpoint-solib.exp: Likewise.
12488 * gdb.compile/compile.exp: Likewise.
12489 * gdb.cp/gdb2384.exp: Likewise.
12490 * gdb.cp/infcall-dlopen.exp: Likewise.
12491 * gdb.cp/re-set-overloaded.exp: Likewise.
12492 * gdb.fortran/library-module.exp: Likewise.
12493 * gdb.opt/solib-intra-step.exp: Likewise.
12494 * gdb.python/py-finish-breakpoint.exp: Likewise.
12495 * gdb.python/py-shared.exp: Likewise.
12496 * gdb.reverse/solib-precsave.exp: Likewise.
12497 * gdb.reverse/solib-reverse.exp: Likewise.
12498 * gdb.server/solib-list.exp: Likewise.
12499 * gdb.threads/dlopen-libpthread.exp: Likewise.
12500 * gdb.threads/tls-shared.exp: Likewise.
12501 * gdb.threads/tls-so_extern.exp: Likewise.
12502 * gdb.trace/change-loc.exp: Likewise.
12503 * gdb.trace/ftrace-lock.exp: Likewise.
12504 * gdb.trace/ftrace.exp: Likewise.
12505 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12506 * gdb.trace/pending.exp: Likewise.
12507 * gdb.trace/range-stepping.exp: Likewise.
12508 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12509 (strace_info_marker): Likewise.
12510 (strace_probe_marker): Likewise.
12511 (strace_trace_on_same_addr): Likewise.
12512 (strace_trace_on_diff_addr): Likewise.
12513 * gdb.trace/trace-break.exp: Likewise.
12514 * gdb.trace/trace-condition.exp: Likewise.
12515 * gdb.trace/trace-mt.exp: Likewise.
12516
fca4cfd9
SM
125172016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12518
12519 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12520 result of gdb_remote_download.
12521 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12522 * gdb.base/dso2dso.exp: Likewise.
12523 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12524 * gdb.base/print-file-var.exp: Likewise.
12525 * gdb.base/shlib-call.exp: Likewise.
12526 * gdb.base/shreloc.exp: Likewise.
12527 * gdb.base/solib-overlap.exp: Likewise.
12528 * gdb.base/solib-weak.exp (do_test): Likewise.
12529 * gdb.base/unload.exp: Likewise.
12530
11cf4ffb
YQ
125312016-04-27 Yao Qi <yao.qi@linaro.org>
12532
12533 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12534 exists.
12535
3e2e34f8
KB
125362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12537
12538 * vla-type.exp: Print structure from toplevel.
12539
8f07e298
BH
125402016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12541
12542 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12543 of dynamic types.
12544 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12545 of dynamic types.
12546
9920b434
BH
125472016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12548
12549 * gdb.fortran/vla-type.f90: New file.
12550 * gdb.fortran/vla-type.exp: New file.
12551
f3abeff5
YQ
125522016-04-25 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.base/branch-to-self.c: New file.
12555 * gdb.base/branch-to-self.exp: New file.
12556
0a5d52f0
YQ
125572016-04-22 Yao Qi <yao.qi@linaro.org>
12558
12559 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12560 more after $hex.
12561
495346f6
YQ
125622016-04-22 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12565 * gdb.base/annota3.exp: Likewise.
12566
4a7e075c
YQ
125672016-04-22 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.reverse/step-precsave.exp: Do one step and test program
12570 stops in "callee" and do multiple steps until program goes out
12571 of "callee".
12572 * gdb.reverse/step-reverse.exp: Likewise.
12573
5b061e98
YQ
125742016-04-22 Yao Qi <yao.qi@linaro.org>
12575
12576 * gdb.trace/signal.exp: Also pass if
12577 $tracepoint_hits($i) > $iterations.
12578
5c5dc57f
YQ
125792016-04-22 Yao Qi <yao.qi@linaro.org>
12580
12581 * gdb.trace/signal.c: New file.
12582 * gdb.trace/signal.exp: New file.
12583
a55411b9
DE
125842016-04-19 Doug Evans <xdje42@gmail.com>
12585
12586 * gdb.base/bad-file.exp: New file.
12587
a22df60a
MG
125882016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12589
12590 * gdb.dwarf2/implref.exp: New file.
12591
0c13f7e5
BH
125922016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12593
12594 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12595 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12596 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12597 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12598 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12599 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12600 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12601 * lib/fortran.exp (fortran_int4): New procedure.
12602 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12603 (fortran_logical4): Likewise.
12604
9b9b09e9
BH
126052016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12606
12607 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12608
a14d1f4d
BH
126092016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12610
12611 * lib/compiler.c: Add Intel specific preprocessor macros.
12612 * lib/compiler.cc: Likewise.
25d49b86 12613
7d49b1d0
LM
126142016-04-13 Luis Machado <lgustavo@codesourcery.com>
12615
12616 * gdb.server/connect-with-no-symbol-file.c: New file.
12617 * gdb.server/connect-with-no-symbol-file.exp: New file.
12618
8392fa22
SM
126192016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12620
12621 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12622
8c4c4aeb
SM
126232016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12624
12625 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12626 standard output directory.
12627
45e3745e
AT
126282016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12629
12630 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12631
e26b7e41
MM
126322016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12633
12634 * gdb.btrace/instruction_history.c (loop): Add declaration.
12635
8ce09462
AT
126362016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12637
12638 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12639
2e88a1ea
SM
126402016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12641
12642 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12643 parentheses to print.
12644 (continue_handler): Likewise.
12645
f48e22e3
SM
126462016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12647
12648 * gdb.server/solib-list.exp: Remove is_remote check.
12649 Pass shlib= to gdb_compile. Don't link shared library with
12650 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12651 Run binary filename through "readlink -f" on the target.
12652
096be756
PA
126532016-04-08 Pedro Alves <palves@redhat.com>
12654
12655 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12656 interpreter filename as argument to gdbserver_spawn.
12657 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12658 Return empty if $last_loaded_file does not exist.
12659
06500533
JK
126602016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12661
12662 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12663 * gdb.base/jit-main.c: Use exit after usage.
12664
2d35e871
JK
126652016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12666
12667 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12668 GDBHISTSIZE prior to the tests.
12669 * gdb.base/gdbinit-history.exp: Likewise.
12670
126712016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12672
12673 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12674 instead of build_executable. Use gdb_load_shlibs.
12675
c8064e7e
YQ
126762016-04-07 Yao Qi <yao.qi@linaro.org>
12677
12678 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12679 Execute "si" command.
12680
bde47561
YQ
126812016-04-07 Yao Qi <yao.qi@linaro.org>
12682
12683 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12684 number instead of the comments on some line.
12685
b16f8a3b
DB
126862016-04-06 Don Breazeal <donb@codesourcery.com>
12687
12688 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12689 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12690
c2f901df
SM
126912016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12692
12693 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12694 standard_output_file. Remove unused binfile variable.
12695
ac17fda0
CU
126962016-04-05 Catalin Udma <catalin.udma@freescale.com>
12697
12698 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12699 * gdb.python/py-mi-objfile.exp: Match "list main" output
12700 in console format.
12701
03a8c4df
SM
127022016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12703
12704 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12705 absolute.
12706
6e774b13
SM
127072016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12708
12709 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12710 absolute.
12711 * gdb.trace/ftrace.exp: Likewise.
12712 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12713 targets as well.
12714 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12715 (gdb_load_shlibs): Copy libraries to test directory when testing
12716 natively. Only set solib-search-path if testing remotely.
12717 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12718
7817ea46
SM
127192016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12720
12721 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12722 gdb_download. Use it even if the target is not remote.
12723 * gdb.base/jit.exp (compile_jit_test): Likewise.
12724 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12725 output directory if the destination board is local, otherwise use
12726 the standard remote_download from DejaGnu.
12727 (gdb_download): Remove.
12728 (gdb_load_shlibs): Use gdb_remote_download instead of
12729 gdb_download.
12730 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12731 Use gdb_remote_download instead of gdb_download. Use it even if
12732 the target is not remote.
12733 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12734 instead of gdb_download.
12735
7beb7f68
SM
127362016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12737
12738 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12739 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12740 run.
12741
cc63428a
AV
127422016-04-01 Artemiy Volkov <artemiyv@acm.org>
12743
12744 PR gdb/19820
12745 * gdb.base/printcmds.exp: Add artificial arrays tests.
12746
64cdf930
PA
127472016-03-31 Pedro Alves <palves@redhat.com>
12748
12749 PR gdb/19858
12750 * gdb.base/jit-main.c: Include unistd.h.
12751 (ATTACH): Define to 0 if not already defined.
12752 (wait_for_gdb, mypid): New globals.
12753 (WAIT_FOR_GDB): New macro.
12754 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12755 some breakpoint locations.
12756 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12757 New procedures.
12758 (one_jit_test): Add REATTACH parameter, and handle it. Use
12759 continue_to_test_location.
12760 (top level): Test attach, and adjusts calls to one_jit_test.
12761
40dea8cb
PA
127622016-03-31 Pedro Alves <palves@redhat.com>
12763
12764 PR gdb/19858
12765 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12766 BINSUFFIX parameter, and handle it.
12767 (top level): Adjust calls compile_jit_test.
12768
e7ea3ec7
CU
127692016-03-31 Catalin Udma <catalin.udma@freescale.com>
12770
12771 PR python/19743
12772 * gdb.python/py-mi-events-gdb.py: New file.
12773 * gdb.python/py-mi-events.c: New file.
12774 * gdb.python/py-mi-events.exp: New file.
12775
e6359af3
YQ
127762016-03-30 Yao Qi <yao.qi@linaro.org>
12777
12778 * gdb.reverse/until-precsave.exp: Match function name only.
12779 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12780 Move malloc to a condition block.
12781 * gdb.reverse/until-reverse.exp: Match function name only.
12782
a4105d04
MK
127832016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12784
12785 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12786 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12787 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12788 variable for GPR 0 instead of assuming it is register 0.
12789 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12790 * lib/trace-support.exp: Add s390 registers.
12791
bfa6adb9
YQ
127922016-03-29 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12795
1e6697ea
YQ
127962016-03-24 Yao Qi <yao.qi@linaro.org>
12797
12798 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12799 test message.
12800
64bcd522
AA
128012016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12802
12803 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12804 maintaining separate logic for constructing the output path.
12805
7868401b
DB
128062016-03-16 Don Breazeal <donb@codesourcery.com>
12807
12808 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12809 Retry fork and waitpid on interrupted system call errors.
12810 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12811 Use with_timeout_factor to increase timeout by factor of 10.
12812
1cafadb4
DB
128132016-03-15 Don Breazeal <donb@codesourcery.com>
12814
12815 * gdb.cp/scope-err.cc: New test program.
12816 * gdb.cp/scope-err.exp: New test script.
12817 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12818 lines and "set breakpoint here" comment.
12819 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12820 Fixed some whitespace and format issues.
12821 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12822 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12823
81516450
DE
128242016-03-15 Doug Evans <dje@google.com>
12825
12826 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12827 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12828 All callers updated. Add tests for enums, mixed flags register.
12829
aa52b601
DE
128302016-03-15 Doug Evans <dje@google.com>
12831
12832 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12833 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12834
fa4ff313
SM
128352016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12836
12837 * gdb.base/default.exp: Add $_as_string to the list of expected
12838 convenience functions.
12839
f2403c39
AB
128402016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12841
12842 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12843
f2f3ccb9
SM
128442016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12845
12846 * gdb.python/py-as-string.exp: New file.
12847 * gdb.python/py-as-string.c: New file.
12848
00dbd492
PA
128492016-03-09 Pedro Alves <palves@redhat.com>
12850
12851 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12852 signal" -> "Thread NN received signal" output change.
12853 * gdb.threads/ia64-sigill.exp: Likewise.
12854 * gdb.threads/linux-dp.exp: Likewise.
12855 * gdb.threads/manythreads.exp: Likewise.
12856 * gdb.threads/pending-step.exp: Likewise.
12857 * gdb.threads/print-threads.exp: Likewise.
12858 * gdb.threads/sigstep-threads.exp: Likewise.
12859 * gdb.threads/staticthreads.exp: Likewise.
12860 * gdb.threads/tls.exp: Likewise.
12861
1e6697ea
YQ
128622016-03-09 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.base/command-line-input.exp: New file.
12865
b04fd3be
MK
128662016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12867
12868 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12869 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12870 * gdb.trace/pending.exp: Accept leading dot before function name.
12871 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12872 * lib/trace-support.exp: Set registers for ppc.
12873
98fa59e9
MK
128742016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12875
12876 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12877 use it for disassembly; accept .main in addition to main in backtrace.
12878
f77198c8
MK
128792016-03-09 Wei-cheng Wang <cole945@gmail.com>
12880 Marcin Kościelnicki <koriakin@0x04.net>
12881
12882 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12883 (gdb_recursion_test_ptr): New global variable.
12884 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12885 gdb_recursion_test.
12886 (gdb_c_test): Ditto.
12887
ba84e0da
MK
128882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12889
12890 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12891 ordering.
12892
4366d36e
MK
128932016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12894
12895 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12896 (bar): Add bar_start_lbl label.
12897 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12898 of foo/bar for emitting DWARF and tracing.
12899
5eb264df
SDJ
129002016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12901
12902 * analyze-racy-logs.py: Set executable bit.
12903
fb6a751f
SDJ
129042016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12905
12906 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12907 (CHECK_TARGET_TMP): Likewise.
12908 (check-single-racy): New rule.
12909 (check-parallel-racy): Likewise.
12910 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12911 (do-check-parallel-racy): New rule.
12912 (check-racy/%.exp): Likewise.
12913 * README (Racy testcases): New section.
12914 * analyze-racy-logs.py: New file.
12915
bdf7e230
DE
129162016-03-03 Doug Evans <dje@google.com>
12917
12918 * gdb.base/skip.exp: Use with_test_prefix.
12919
4719d415
YQ
129202016-03-03 Yao Qi <yao.qi@linaro.org>
12921
12922 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12923 Invoke step_over_syscall "clone" and break_cond_on_syscall
12924 "clone".
12925 * gdb.base/step-over-clone.c: New file.
12926
ea507862
YQ
129272016-03-03 Yao Qi <yao.qi@linaro.org>
12928
12929 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12930 code format.
12931
8fc8cbda
YQ
129322016-03-03 Yao Qi <yao.qi@linaro.org>
12933
12934 * gdb.base/disp-step-fork.c: Rename to ...
12935 * gdb.base/step-over-fork.c: ... it. New file.
12936 * gdb.base/disp-step-vfork.c: Rename to ...
12937 * gdb.base/step-over-vfork.c: ... it. New file.
12938 * gdb.base/disp-step-syscall.exp: Rename to ...
12939 * gdb.base/step-over-syscall.exp: ... it. New file.
12940 (disp_step_cross_syscall): Rename to ...
12941 (step_over_syscall): ... it.
12942
92fa70b0
YQ
129432016-03-03 Yao Qi <yao.qi@linaro.org>
12944
12945 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12946 If target supports condition evaluation on target, invoke
12947 break_cond_on_syscall for fork and vfork.
12948
e197ad3c
YQ
129492016-03-03 Yao Qi <yao.qi@linaro.org>
12950
12951 * gdb.base/disp-step-syscall.exp: Don't invoke
12952 support_displaced_stepping.
12953 (disp_step_cross_syscall): Test with displaced stepping off and
12954 on if supported.
12955
0b47da9f
YQ
129562016-03-03 Yao Qi <yao.qi@linaro.org>
12957
12958 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12959 proc.
12960 (setup): New proc.
12961 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12962 and setup.
12963
065ab6dc
BH
129642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12965
12966 * gdb.fortran/vla-history.exp: Remove breakpoint.
12967
07e448ad 129682016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12969
25d49b86
PA
12970 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12971 exceeds timeout.
07e448ad 12972
9ac2d526 129732016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12974
25d49b86
PA
12975 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12976 breakpoint.
9ac2d526 12977
17807369
BH
129782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12979
12980 * gdb.mi/vla.f90: Nullify pointer after declaration.
12981
86e501af
PA
129822016-03-01 Pedro Alves <palves@redhat.com>
12983
12984 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12985
1e903e32
PA
129862016-03-01 Pedro Alves <palves@redhat.com>
12987
12988 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12989 before anything else.
12990 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
12991 _GNU_SOURCE here.
12992 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
12993 before anything else.
12994 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
12995
6ccb54e2
PA
129962016-03-01 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
12999
30ca9da1
YQ
130002016-03-01 Yao Qi <yao.qi@linaro.org>
13001
13002 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13003 prepare_for_testing.
13004
dc856b38
YQ
130052016-03-01 Yao Qi <yao.qi@linaro.org>
13006
13007 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13008
4a932159
AA
130092016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13010
13011 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13012 manually constructing the output path.
13013
f2489477
AA
130142016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13015
13016 * gdb.arch/s390-stackless.S: New.
13017 * gdb.arch/s390-stackless.exp: New.
13018
38899f16
IB
130192016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13020
13021 * gdb.dlang/circular.c: New file.
13022 * gdb.dlang/circular.exp: New file.
13023
9fde51ed
YQ
130242016-02-26 Yao Qi <yao.qi@linaro.org>
13025
13026 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13027 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13028 (testcases): Update.
13029
ce90fefe
YQ
130302016-02-26 Yao Qi <yao.qi@linaro.org>
13031
13032 * gdb.reverse/aarch64.c: Rename to ...
13033 * gdb.reverse/insn-reverse.c: ... it.
13034 * gdb.reverse/aarch64.exp: Rename to ...
13035 * gdb.reverse/insn-reverse.exp: ... it.
13036
3263bceb
YQ
130372016-02-26 Yao Qi <yao.qi@linaro.org>
13038
13039 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13040 (testcase_ftype): New.
13041 (testcases): New array.
13042 (n_testcases): New.
13043 (main): Call each element in testcases.
13044 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13045 (read_testcase): New.
13046 Do the tests in a loop.
13047
6cb59ff1
YQ
130482016-02-25 Yao Qi <yao.qi@linaro.org>
13049
13050 * gdb.base/branches.c: Remove.
13051
ae91f625
MK
130522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13053
13054 PR gdb/13808
13055 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13056
678b48b7
MK
130572016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13058
13059 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13060
7337a6f2
MK
130612016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13062
13063 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13064 change x86_64 call_insn to 'callq'.
13065
861ca91f
AT
130662016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13067
13068 * gdb.trace/tfile-avx.c: Move to...
13069 * gdb.trace/tracefile-pseudo-reg.c: Here.
13070 * gdb.trace/tfile-avx.exp: Move to...
13071 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13072
bf74e428
GB
130732016-02-24 Gary Benson <gbenson@redhat.com>
13074
13075 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13076 message on attach.
13077
cce0e923
DE
130782016-02-23 Doug Evans <dje@google.com>
13079
13080 * gdb.base/skip.c (test_skip): New function.
13081 (end_test_skip_file_and_function): New function.
13082 (test_skip_file_and_function): New function.
13083 * gdb.base/skip1.c (test_skip): New function.
13084 (skip1_test_skip_file_and_function): New function.
13085 * gdb.base/skip.exp: Add tests for new skip options.
13086 * gdb.base/skip-solib.exp: Update expected output.
13087 * gdb.perf/skip-command.cc: New file.
13088 * gdb.perf/skip-command.exp: New file.
13089 * gdb.perf/skip-command.py: New file.
13090
4000e47e
MK
130912016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13092
13093 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13094 info registers pattern.
13095
24f75ead
IB
130962016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13097
13098 * lib/future.exp: Add D support.
13099 (gdb_find_gdc): New proc.
13100 (gdb_default_target_compile): Add D support.
13101
fbb7bcbe
WW
131022016-02-18 Wei-cheng Wang <cole945@gmail.com>
13103
13104 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13105 user+system time.
13106 (trace_speed_test): Determine the iteration count for a time
13107 between 15..30 seconds.
13108
012b3a21
WT
131092016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13110
13111 * gdb.arch/i386-mpx-sigsegv.c: New file.
13112 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13113 * gdb.arch/i386-mpx-simple_segv.c: New file.
13114 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13115
2d5189bd
YQ
131162016-02-18 Yao Qi <yao.qi@linaro.org>
13117
13118 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13119 Don't call setup_kfail.
13120
40fb20d0
YQ
131212016-02-18 Yao Qi <yao.qi@linaro.org>
13122
13123 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13124 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13125
21b1f8d2
DE
131262016-02-16 Doug Evans <dje@google.com>
13127
13128 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13129 * gdb.base/skip1.c: Ditto.
13130 * gdb.base/skip.exp: Whitespace cleanup.
13131
4041ed77
DB
131322016-02-16 Don Breazeal <donb@codesourcery.com>
13133
13134 PR remote/19496
13135 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13136 Remove kfail for PR remote/19496.
13137
c4ef31bf
SM
131382016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13139
13140 * lib/gdb.exp (standard_temp_file): Return a path specific to
13141 the runtest invocation.
13142
266b65b3
SM
131432016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13144
13145 * gdb.trace/save-trace.exp: Change relative path to be in the
13146 standard output directory.
13147
a7a0a6a9
JK
131482016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13149
13150 * gdb.arch/i386-prologue.c: Add missing prototypes.
13151
c99dbb42
JK
131522016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13153
13154 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13155 * gdb.arch/i386-prologue.exp: Likewise.
13156 * gdb.arch/i386-size.exp: Likewise.
13157
aa480355
SM
131582016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13159
13160 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13161 define object file path.
13162 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13163 file path.
13164 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13165 standard_output_file to define binfile.
13166
ba881f50
JK
131672016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13168
13169 Fix compatibility with recent gfortran-5.3.1.
13170 * gdb.fortran/vla-history.exp (print vla1 allocated)
13171 (print vla2 allocated, print $2, print $3): Remove
13172 (print $4): Rename to ...
13173 (print $2): ... here.
13174 (print $9): Rename to ...
13175 (print $5): ... here.
13176 (print $10): Rename to ...
13177 (print $6): ... here.
13178 * gdb.fortran/vla.f90: Add pvla initialization.
13179
e9fb005c
JK
131802016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13181
13182 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13183 New test.
13184 * gdb.fortran/vla-value-sub.exp: Likewise.
13185
e44e00ff
MK
131862016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13187
13188 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13189
97e94151
SM
131902016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13191
13192 * i386-biarch-core.exp: Define corefile using
13193 standard_output_file.
13194
01113bc1
YQ
131952016-02-12 Yao Qi <yao.qi@linaro.org>
13196
13197 * gdb.arch/arm-single-step-kernel-helper.c: New.
13198 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13199
33b4777c
MM
132002016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13201
13202 * gdb.btrace/tailcall-only.exp: New.
13203 * gdb.btrace/tailcall-only.c: New.
13204 * gdb.btrace/x86_64-tailcall-only.S: New.
13205 * gdb.btrace/i686-tailcall-only.S: New.
13206
acc23c11
PA
132072016-02-11 Pedro Alves <palves@redhat.com>
13208
13209 * README (Parallel testing): Add missing double quotes.
13210
e352bf0a
PA
132112016-02-11 Pedro Alves <palves@redhat.com>
13212
13213 * README (Parallel testing): New section.
13214 (GDB_PARALLEL): Rewrite.
13215 (FORCE_PARALLEL): Document.
13216
9f5fed78
MK
132172016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13218
13219 * gdb.trace/tfile-avx.c: New test.
13220 * gdb.trace/tfile-avx.exp: New test.
13221
9ef9e6a6
KS
132222016-02-09 Keith Seitz <keiths@redhat.com>
13223
13224 PR breakpoints/19546
13225 * gdb.base/infcall-exec.c: New file.
13226 * gdb.base/infcall-exec2.c: New file.
13227 * gdb.base/infcall-exec.exp: New file.
13228
a96e36da
KS
132292016-02-09 Keith Seitz <keiths@redhat.com>
13230
13231 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13232 (toplevel): Call test_bkpt_address.
13233
9f61929f
KS
132342016-02-09 Keith Seitz <keiths@redhat.com>
13235
13236 PR python/19506
13237 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13238 (toplevel): Call test_bkpt_address.
13239
1e94266c
SM
132402016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13241
13242 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13243 to AC_OUTPUT.
13244 * configure: Regenerate.
13245
2a7f3dff
PA
132462016-02-09 Pedro Alves <palves@redhat.com>
13247
13248 PR breakpoints/19548
13249 * gdb.base/execl-update-breakpoints.c (some_function): New
13250 function.
13251 (main): Call it.
13252 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13253 Tighten expected GDB output.
13254
2151ccc5
SM
132552016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13256
13257 * Makefile.in (ALL_SUBDIRS): Remove.
13258 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13259 (distclean maintainer-clean realclean): Likewise.
13260 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13261 * configure: Regenerate.
13262 * gdb.ada/Makefile.in: Delete.
13263 * gdb.arch/Makefile.in: Likewise.
13264 * gdb.asm/Makefile.in: Likewise.
13265 * gdb.base/Makefile.in: Likewise.
13266 * gdb.btrace/Makefile.in: Likewise.
13267 * gdb.cell/Makefile.in: Likewise.
13268 * gdb.compile/Makefile.in: Likewise.
13269 * gdb.cp/Makefile.in: Likewise.
13270 * gdb.disasm/Makefile.in: Likewise.
13271 * gdb.dlang/Makefile.in: Likewise.
13272 * gdb.dwarf2/Makefile.in: Likewise.
13273 * gdb.fortran/Makefile.in: Likewise.
13274 * gdb.gdb/Makefile.in: Likewise.
13275 * gdb.go/Makefile.in: Likewise.
13276 * gdb.guile/Makefile.in: Likewise.
13277 * gdb.java/Makefile.in: Likewise.
13278 * gdb.linespec/Makefile.in: Likewise.
13279 * gdb.mi/Makefile.in: Likewise.
13280 * gdb.modula2/Makefile.in: Likewise.
13281 * gdb.multi/Makefile.in: Likewise.
13282 * gdb.objc/Makefile.in: Likewise.
13283 * gdb.opencl/Makefile.in: Likewise.
13284 * gdb.opt/Makefile.in: Likewise.
13285 * gdb.pascal/Makefile.in: Likewise.
13286 * gdb.perf/Makefile.in: Likewise.
13287 * gdb.python/Makefile.in: Likewise.
13288 * gdb.reverse/Makefile.in: Likewise.
13289 * gdb.server/Makefile.in: Likewise.
13290 * gdb.stabs/Makefile.in: Likewise.
13291 * gdb.threads/Makefile.in: Likewise.
13292 * gdb.trace/Makefile.in: Likewise.
13293 * gdb.xml/Makefile.in: Likewise.
13294 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13295 GDB_PARALLEL.
13296 (standard_output_file): Remove check for GDB_PARALLEL, always
13297 return path in outputs/$subdir/$testname.
13298
437277d4
SM
132992016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13300
13301 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13302 (site.exp): Assign abs_srcdir to tcl's srcdir.
13303
31d913c7
YQ
133042016-02-04 Yao Qi <yao.qi@linaro.org>
13305
13306 * gdb.base/foll-exec-mode.c: Include limits.h.
13307 (main): Add parameters argc and argv. Get directory from
13308 argv[0].
13309 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13310 compilation.
13311 * gdb.base/foll-exec.c: Include limits.h.
13312 (main): Add parameters argc and argv.
13313 Get directory from argv[0].
13314 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13315 Adjust tests on the number of lines as source code changed.
13316 * gdb.base/foll-vfork-exit.c: Include limits.h.
13317 (main): Add one line of statement before vfork.
13318 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13319 (main): Add parameters argc and argv. Get directory from
13320 argv[0].
13321 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13322 (setup_gdb): Set tbreak to skip some source lines.
13323 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13324 (main): Add parameters argc and argv. Get directory from
13325 argv[0].
13326 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13327 compilation.
13328 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13329 (main): Add parameters argc and argv. Get directory from
13330 argv[0].
13331 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13332 compilation.
13333
9482b9fb
DE
133342016-02-01 Doug Evans <dje@google.com>
13335
13336 * gdb.base/skip.exp: Clean up multiple references to same test name.
13337
6b2e4f10
PA
133382016-02-01 Pedro Alves <palves@redhat.com>
13339
ccb6afd6 13340 PR remote/19496
6b2e4f10
PA
13341 * gdb.threads/forking-threads-plus-breakpoint.exp
13342 (displaced_stepping_supported): New global.
13343 (probe_displaced_stepping_support): New procedure.
13344 (do_test): Add 'displaced' parameter, and use it.
13345 (top level): Check for displaced stepping support. Add displaced
13346 stepping on/off testing axis.
13347
37a8db1a
AB
133482016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13349
13350 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13351 pointer. Don't perform further tests on the unassociated pointer
13352 if the first test fails.
13353
5fdf6324
AB
133542016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13355
13356 * gdb.base/max-value-size.c: New file.
13357 * gdb.base/max-value-size.exp: New file.
13358 * gdb.base/huge.exp: Disable max-value-size for this test.
13359
935c6144
IB
133602016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13361
13362 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13363
7fe8399d
YQ
133642016-01-28 Yao Qi <yao.qi@linaro.org>
13365
13366 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13367
a2077e25
PA
133682016-01-25 Pedro Alves <palves@redhat.com>
13369
13370 PR threads/19461
13371 * gdb.base/fork-running-state.c: New file.
13372 * gdb.base/fork-running-state.exp: New file.
13373
1d2736d4
PA
133742016-01-25 Pedro Alves <palves@redhat.com>
13375
13376 PR gdb/19494
13377 * gdb.base/catch-fork-kill.c: New file.
13378 * gdb.base/catch-fork-kill.exp: New file.
13379
f1da4b11
PA
133802016-01-25 Pedro Alves <palves@redhat.com>
13381
13382 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13383 Delete, moved to lib/gdb.exp.
13384 * gdb.threads/forking-threads-plus-breakpoint.exp
13385 (foreach_with_prefix): Likewise.
13386 * gdb.threads/process-dies-while-handling-bp.exp
13387 (foreach_with_prefix): Likewise.
13388 * lib/gdb.exp (foreach_with_prefix): New procedure.
13389
45f38546
MK
133902016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13391
13392 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13393 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13394
dc29a1ce
MK
133952016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13396
13397 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13398 endian targets.
13399
092127d7
JK
134002016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13401 Pedro Alves <palves@redhat.com>
13402
13403 Fix testsuite compatibility with Guile.
13404 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13405 number.
13406
31d765d3
JK
134072016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13408
13409 Fix testsuite compatibility with Guile.
13410 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13411 (thread 1): New test for backtrace through signal handler.
13412
1ac78c04
YQ
134132016-01-22 Yao Qi <yao.qi@linaro.org>
13414
13415 PR testsuite/19491
13416 * gdb.base/multi-forks.c: Include
13417 ../lib/unbuffer_output.c
13418 (main): Call gdb_unbuffer_output.
13419
4f5946a8
DE
134202016-01-21 Doug Evans <dje@google.com>
13421
13422 * lib/ada.exp (gdb_compile_ada): Fix typo.
13423
305e13e6
JB
134242016-01-21 Joel Brobecker <brobecker@adacore.com>
13425
13426 * gdb.base/break-fun-addr.exp: New file.
13427 * gdb.base/break-fun-addr1.c: New file.
13428 * gdb.base/break-fun-addr2.c: New file.
13429
5f5dfff6
SM
134302016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13431
13432 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13433 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13434 enum flag values.
13435
fd356fa2
AA
134362016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13437
13438 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13439 when GDB can not set the vector return value. Add more comments
13440 for clarification.
13441
9df22175
AT
134422016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13443
13444 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13445 command.
13446
41d1845e
SM
134472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13448
13449 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13450
01ac6840
SM
134512016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13452
13453 * Makefile.in (check-single): Pass --status to runtest.
13454 (check/%.exp): Likewise.
13455
134562016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13457
13458 * Makefile.in (check-parallel): Propagate return code from make
13459 do-check-parallel.
13460
bd0a71fa
MK
134612016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13462
13463 * gdb.trace/ftrace.exp: Fix expected message on continue.
13464 * gdb.trace/pending.exp: Fix expected message on continue.
13465 * gdb.trace/trace-break.exp: Fix expected message on continue.
13466
8bcbad33
SM
134672016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13468
13469 * lib/gdb.exp (gdb_test): Remove unused global references.
13470
f303dbd6
PA
134712016-01-18 Pedro Alves <palves@redhat.com>
13472
13473 * gdb.base/async-shell.exp: Adjust expected output.
13474 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13475 * gdb.base/siginfo-thread.exp: Adjust expected output.
13476 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13477 * gdb.java/jnpe.exp: Adjust expected output.
13478 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13479 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13480 * gdb.threads/leader-exit.exp: Adjust expected output.
13481 * gdb.threads/manythreads.exp: Adjust expected output.
13482 * gdb.threads/pthreads.exp: Adjust expected output.
13483 * gdb.threads/schedlock.exp: Adjust expected output.
13484 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13485 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13486 expected output.
13487 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13488 output.
13489 * gdb.threads/sigthread.exp: Adjust expected output.
13490 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13491
b2789696
YQ
134922016-01-18 Yao Qi <yao.qi@linaro.org>
13493
13494 * gdb.guile/scm-section-script.c: Replace @progbits with
13495 %progbits.
13496 * gdb.python/py-section-script.c: Likewise.
13497
71ef29a8
PA
134982016-01-15 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.multi/tids.exp: Test star wildcard ranges.
13501
3f5b7598
PA
135022016-01-15 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13505 command from "thread apply" invocation.
13506 (thr_apply_info_thr_invalid): Default the expected output to the
13507 input tid list.
13508 (top level): Add tests that use convenience variables. Add tests
13509 for "thread apply" with a valid TID list, but missing the command.
13510
663f6d42
PA
135112016-01-13 Pedro Alves <palves@redhat.com>
13512
13513 * gdb.base/default.exp: Expect $_gthread as well.
13514 * gdb.multi/tids.exp: Test $_gthread.
13515 * gdb.threads/thread-specific.exp: Test $_gthread.
13516
c84f6bbf
PA
135172016-01-13 Pedro Alves <palves@redhat.com>
13518
13519 * gdb.multi/tids.exp: Test "info threads -gid".
13520
22a02324
PA
135212016-01-13 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13524 Breakpoint.thread.
13525 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13526
5d5658a1
PA
135272016-01-07 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.base/break.exp: Adjust to output changes.
13530 * gdb.base/hbreak2.exp: Likewise.
13531 * gdb.base/sepdebug.exp: Likewise.
13532 * gdb.base/watch_thread_num.exp: Likewise.
13533 * gdb.linespec/keywords.exp: Likewise.
13534 * gdb.multi/info-threads.exp: Likewise.
13535 * gdb.threads/thread-find.exp: Likewise.
13536 * gdb.multi/tids.c: New file.
13537 * gdb.multi/tids.exp: New file.
13538
84654457
PA
135392016-01-13 Pedro Alves <palves@redhat.com>
13540
13541 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13542
e3940304
PA
135432016-01-13 Pedro Alves <palves@redhat.com>
13544
13545 * gdb.base/default.exp: Expect $_inferior as well.
13546 * gdb.multi/base.exp: Test $_inferior.
13547
a911d87a
PA
135482016-01-13 Pedro Alves <palves@redhat.com>
13549
13550 PR breakpoints/19388
13551 * gdb.base/catch-signal-siginfo-cond.c: New file.
13552 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13553
82075af2
JS
135542016-01-12 Josh Stone <jistone@redhat.com>
13555 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13556
13557 * gdb.base/catch-syscall.c (do_execve): New variable.
13558 (main): Conditionally trigger an execve.
13559 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13560 (test_catch_syscall_execve): New, check entry/return across execve.
13561 (do_syscall_tests): Call test_catch_syscall_execve.
13562
e46eeedd
PA
135632016-01-12 Pedro Alves <palves@redhat.com>
13564
13565 * gdb.base/random-signal.exp (do_test): New procedure, with body
13566 of testcase moved in.
13567
01d8c27e
JK
135682016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13569 Pedro Alves <palves@redhat.com>
13570
13571 * gdb.base/funcargs.exp (finish from indirectly called function):
13572 Reintroduce the case for 'First'.
13573
9a706302
JK
135742016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13575 Pedro Alves <palves@redhat.com>
13576
13577 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13578 (tcatch_vfork_then_child_follow_exec)
13579 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13580 identification.
13581
c0ecb95f
JK
135822016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13583
13584 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13585 and repeats to unlimited.
13586 * gdb.python/py-value.exp: Likewise.
13587 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13588 and repeats to unlimited.
13589
6cfc1fcb
JK
135902016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13591
13592 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13593 and reordering the functions.
13594 * gdb.multi/hangout.c: Likewise.
13595 * gdb.multi/hello.c: Likewise.
13596
582a1b00
SM
135972016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13598
13599 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13600 absolute.
13601 (SingleStatisticTestResult.report): Use dict.keys instead of
13602 dict.iterkeys.
13603
79bc59cb
PA
136042016-01-06 Pedro Alves <palves@redhat.com>
13605
13606 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13607
43368e1d
MM
136082016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13609
13610 * gdb.btrace/dlopen.exp: New.
13611 * gdb.btrace/dlopen.c: New.
13612 * gdb.btrace/dlopen-dso.c: New.
13613
79fad5b8
SL
136142015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13615
13616 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13617 PATTERN argument is optional.
13618
ab8314b3
JB
136192015-12-24 Joel Brobecker <brobecker@adacore.com>
13620
13621 * lib/ada.exp (target_compile_ada_from_dir): New function.
13622 (gdb_compile_ada): Reimplement avoiding the use of project files.
13623 * gdb.ada/gnat_ada.gpr: Delete.
13624 * gdb.ada/cond_lang.exp: Adjust test to make path before
13625 filename optional.
13626 * gdb.ada/small_reg_param.exp: Likewise.
13627
fe33faff
SM
136282015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13629
13630 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13631
6d265cb4
TP
136322015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13633
13634 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13635 case.
13636
10125099
SM
136372015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13638
13639 * gdb.base/break.exp: Remove dead code.
13640 * gdb.base/sepdebug.exp: Likewise.
13641
3ca22649
SM
136422015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13643
13644 * gdb.asm/asm-source.exp: Remove HP-UX references.
13645 * gdb.base/annota1.exp: Likewise.
13646 * gdb.base/annota3.exp: Likewise.
13647 * gdb.base/attach.exp: Likewise.
13648 * gdb.base/bigcore.exp: Likewise.
13649 * gdb.base/break.exp: Likewise.
13650 * gdb.base/call-ar-st.exp: Likewise.
13651 * gdb.base/callfuncs.exp: Likewise.
13652 * gdb.base/catch-fork-static.exp: Likewise.
13653 * gdb.base/display.exp: Likewise.
13654 * gdb.base/foll-exec-mode.exp: Likewise.
13655 * gdb.base/foll-exec.exp: Likewise.
13656 * gdb.base/foll-fork.exp: Likewise.
13657 * gdb.base/foll-vfork.exp: Likewise.
13658 * gdb.base/funcargs.exp: Likewise.
13659 * gdb.base/hbreak2.exp: Likewise.
13660 * gdb.base/inferior-died.exp: Likewise.
13661 * gdb.base/interrupt.exp: Likewise.
13662 * gdb.base/multi-forks.exp: Likewise.
13663 * gdb.base/nodebug.exp: Likewise.
13664 * gdb.base/sepdebug.exp: Likewise.
13665 * gdb.base/solib1.c: Likewise.
13666 * gdb.base/step-test.exp: Likewise.
13667 * gdb.mi/non-stop.c: Likewise.
13668 * gdb.mi/pthreads.c: Likewise.
13669 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13670 * gdb.threads/pthreads.c: Likewise.
13671 * gdb.threads/staticthreads.exp: Likewise.
13672 * lib/future.exp: Likewise.
13673 * lib/gdb.exp: Likewise.
13674 * gdb.base/so-indr-cl.c: Remove.
13675 * gdb.base/so-indr-cl.exp: Likewise.
13676 * gdb.base/solib.c: Likewise.
13677 * gdb.base/solib.exp: Likewise.
13678 * gdb.base/solib2.c: Likewise.
13679
b6304613
SM
136802015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13681
13682 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13683 * gdb.base/call-ar-st.exp: Likewise.
13684 * gdb.base/callfuncs.exp: Likewise.
13685 * gdb.base/condbreak.exp: Likewise.
13686 * gdb.base/constvars.exp: Likewise.
13687 * gdb.base/hbreak2.exp: Likewise.
13688 * gdb.base/langs.exp: Likewise.
13689 * gdb.base/list.exp: Likewise.
13690 * gdb.base/long_long.exp: Likewise.
13691 * gdb.base/ptype.exp: Likewise.
13692 * gdb.base/scope.exp: Likewise.
13693 * gdb.base/signals.exp: Likewise.
13694 * gdb.base/so-impl-ld.exp: Likewise.
13695 * gdb.base/varargs.exp: Likewise.
13696 * gdb.base/volatile.exp: Likewise.
13697 * gdb.base/whatis.exp: Likewise.
13698 * gdb.cp/cplusfuncs.exp: Likewise.
13699 * gdb.cp/inherit.exp: Likewise.
13700 * gdb.cp/local.exp: Likewise.
13701 * gdb.cp/member-ptr.exp: Likewise.
13702 * gdb.cp/method.exp: Likewise.
13703 * gdb.cp/overload.exp: Likewise.
13704 * gdb.cp/templates.exp: Likewise.
13705 * gdb.stabs/weird.exp: Likewise.
13706 * lib/compiler.c: Likewise.
13707 * lib/compiler.cc: Likewise.
13708 * lib/cp-support.exp: Likewise.
13709 * lib/gdb.exp: Likewise.
13710
bf401b07
SM
137112015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13712
13713 * configure.ac: Remove HP-UX case.
13714 * configure: Regenerate.
13715
aff9c0f8
SM
137162015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13717
13718 * lib/gdb.exp (gdb_compile): Add function doc.
13719
a6904d5a
PA
137202015-12-17 Pedro Alves <palves@redhat.com>
13721
13722 PR threads/19354
13723 * gdb.multi/info-threads.exp: New file.
13724
a22279dd
YQ
137252015-12-15 Yao Qi <yao.qi@linaro.org>
13726
13727 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13728 is aarch64*-*-*.
13729
0588c796
SL
137302015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13731
13732 * gdb.base/history-duplicates.exp: Skip if no readline support.
13733
5d978e17
SL
137342015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13735
13736 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13737
7e763b86
SL
137382015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13739
13740 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13741
87a3a92c
SL
137422015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13743
13744 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13745 ctrl-C if nointerrupts target property is set.
13746 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13747 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13748 * gdb.base/paginate-bg-execution.exp: Likewise.
13749 * gdb.base/paginate-execution-startup.exp: Likewise.
13750 * gdb.base/random-signal.exp: Likewise.
13751 * gdb.base/range-stepping.exp: Likewise.
13752 * gdb.cp/annota2.exp: Likewise.
13753 * gdb.cp/annota3.exp: Likewise.
13754 * gdb.gdb/selftest.exp: Likewise.
13755 * gdb.threads/continue-pending-status.exp: Likewise.
13756 * gdb.threads/leader-exit.exp: Likewise.
13757 * gdb.threads/manythreads.exp: Likewise.
13758 * gdb.threads/pthreads.exp: Likewise.
13759 * gdb.threads/schedlock.exp: Likewise.
13760 * gdb.threads/sigthread.exp: Likewise.
13761
a8f077dc
DB
137622015-12-11 Don Breazeal <donb@codesourcery.com>
13763
13764 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13765 remote.
13766 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13767 * gdb.base/foll-exec.exp (main): Enable for target remote.
13768 * gdb.base/foll-fork.exp (main): Likewise.
13769 * gdb.base/foll-vfork.exp (main): Likewise.
13770 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13771 (proc continue_to_exit_bp_loc): Use clean_restart.
13772 * gdb.base/pie-execl.exp (main): Disable for target remote.
13773 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13774 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13775 * gdb.threads/execl.exp (main): Likewise.
13776 * gdb.threads/fork-child-threads.exp (main): Likewise.
13777 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13778 remote.
13779 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13780 remote.
13781 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13782 pid.tid style ptids, instead of just tid.
13783 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13784 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13785 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13786 ptids, instead of just tid.
13787
3b2464a8
AB
137882015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13789
13790 * gdb.base/list.exp (test_list_forward): Add end of file error
13791 test.
13792 (test_repeat_list_command): Add end of file error test.
13793 (test_list_backwards): Add beginning of file error test.
13794
a0def019
AB
137952015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13796
13797 * gdb.base/list.exp (test_list_invalid_args): New function,
13798 defined, and called.
13799
5c000dff
AB
138002015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13801
13802 * gdb.base/list.exp (test_list): Make test names unique.
13803
f1637ebe
YQ
138042015-12-11 Yao Qi <yao.qi@linaro.org>
13805
13806 * gdb.base/coremaker2.c: Remove.
13807
36d6fc0a
PA
138082015-12-10 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.multi/base.exp: Remove stale "spaces" references.
13811
762f7747
PA
138122015-12-10 Pedro Alves <palves@redhat.com>
13813
13814 * gdb.multi/base.exp: Don't use nowarnings.
13815 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13816 * gdb.multi/hangout.c: Include stdio.h.
13817 * gdb.multi/hello.c: Include stdlib.h.
13818 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13819 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13820 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13821
28d2bfb9
AB
138222015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13823
13824 * gdb.dwarf2/dw2-ranges-base.c: New file.
13825 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13826 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13827 support additional line table, and debug ranges generation.
13828 (Dwarf::ranges): New function, generate .debug_ranges.
13829 (Dwarf::lines): Support generating simple line table programs.
13830 (Dwarf::assemble): Initialise new namespace variables.
13831
5fc2beac
KB
138322015-12-09 Kevin Buettner <kevinb@redhat.com>
13833
13834 * gdb.base/async.exp (proc test_background): Add case for
13835 asynchronous execution not supported.
13836
1c35a88f
LM
138372015-12-09 Luis Machado <lgustavo@codesourcery.com>
13838
13839 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13840 format and change test names to make them unique.
13841
b593e3d9
RK
138422015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13843 Pedro Alves <pedro@redhat.com>
13844
13845 PR gdb/18702
13846 Add checking of floatformats setup on x86_64 hosts.
13847 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13848 (smallval, bigval): New labels/constants.
13849 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13850 float" after loading bigval and smallval.
13851
d72413e6
PMR
138522015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13853
13854 * gdb.ada/fun_overload_menu.exp: New testcase.
13855 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13856
ece66d65
JS
138572015-12-04 Josh Stone <jistone@redhat.com>
13858
13859 * gdb.base/catch-fork-static.exp: New.
13860
41d0efca
YQ
138612015-12-03 Yao Qi <yao.qi@linaro.org>
13862
13863 * gdb.base/sizeof.c: Don't include stdio.h and
13864 ../lib/unbuffer_output.c.
13865 (main): New variable 'size' and 'value'. Remove printf and
13866 gdb_unbuffer_output. Assign return value to size and value.
13867 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13868 at the beginning.
13869 (check_sizeof): Check the result by printing variable 'size'.
13870 (check_valueof): Check the result by printing variable 'value'.
13871
99fd02d9
YQ
138722015-12-01 Yao Qi <yao.qi@linaro.org>
13873
13874 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13875 for aarch64*-*-linux* target.
13876
f2faf941
PA
138772015-11-30 Pedro Alves <palves@redhat.com>
13878
13879 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13880
04bf20c5
PA
138812015-11-30 Pedro Alves <palves@redhat.com>
13882
13883 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13884 Handle non-stop mode vCont replies.
13885
09df4675
PA
138862015-11-30 Pedro Alves <palves@redhat.com>
13887
13888 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13889 prepare_for_testing. Start gdb with "set non-stop on" appended to
13890 GDBFLAGS. Lax expected stop output.
13891
58b584af
YQ
138922015-11-27 Yao Qi <yao.qi@linaro.org>
13893
13894 * gdb.arch/arm-neon.exp: New.
13895 * gdb.arch/arm-neon.c: New.
13896
dfcb77a8
YQ
138972015-11-27 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13900
88e8ec1b
YQ
139012015-11-27 Yao Qi <yao.qi@linaro.org>
13902
13903 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13904 frames-invalid annotation.
13905
bfde72c2
YQ
139062015-11-27 Yao Qi <yao.qi@linaro.org>
13907
13908 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13909
f6512a69
SM
139102015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13911
13912 * gdb.threads/names.exp: New file.
13913 * gdb.threads/names.c: New file.
13914 * README: Mention gdb,no_thread_names.
13915
46a3515b
MM
139162015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13917
13918 PR 19297
13919 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13920 support" error.
13921
62147a22
PA
139222015-11-24 Pedro Alves <palves@redhat.com>
13923
13924 PR 17539
13925 * gdb.base/display.exp: Expect displays to be sorted in ascending
13926 order. Use multi_line.
13927 * gdb.base/solib-display.exp: Likewise.
13928
2f341b6e
PA
139292015-11-24 Pedro Alves <palves@redhat.com>
13930
13931 PR 17539
25d49b86
PA
13932 * gdb.base/display.exp: Expect displays to be sorted in ascending
13933 order. Use multi_line.
13934 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13935
7e0aa6aa
PA
139362015-11-24 Pedro Alves <palves@redhat.com>
13937
13938 PR 17539
13939 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13940 threads in ascending order.
13941 * gdb.base/foll-fork.exp: Likewise.
13942 * gdb.base/foll-vfork.exp: Likewise.
13943 * gdb.base/multi-forks.exp: Likewise.
13944 * gdb.mi/mi-nonstop.exp: Likewise.
13945 * gdb.mi/mi-nsintrall.exp: Likewise.
13946 * gdb.multi/base.exp: Likewise.
13947 * gdb.multi/multi-arch.exp: Likewise.
13948 * gdb.python/py-inferior.exp: Likewise.
13949 * gdb.threads/break-while-running.exp: Likewise.
13950 * gdb.threads/execl.exp: Likewise.
13951 * gdb.threads/gcore-thread.exp: Likewise.
13952 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13953 * gdb.threads/kill.exp: Likewise.
13954 * gdb.threads/linux-dp.exp: Likewise.
13955 * gdb.threads/multiple-step-overs.exp: Likewise.
13956 * gdb.threads/next-bp-other-thread.exp: Likewise.
13957 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13958 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13959 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13960 * gdb.threads/thread-find.exp: Likewise.
13961 * gdb.threads/tls.exp: Likewise.
13962 * lib/mi-support.exp (mi_reverse_list): Delete.
13963 (mi_check_thread_states): No longer reverse list.
13964
2cc57ad8
PA
139652015-11-24 Pedro Alves <palves@redhat.com>
13966
13967 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13968 use lowercase.
13969
c93e8391
SM
139702015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13971
13972 * gdb.trace/actions.c: Include trace-common.h.
13973 (main): Add a location for a fast tracepoint.
13974 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13975 the normal tracepoints.
13976 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13977
045ccf91
SM
139782015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13979
13980 * save-trace.exp: Factor out code to these...
13981 (gdb_save_tracepoints): New.
13982 (gdb_load_tracepoints): New.
13983 (do_save_load_test): New.
13984
5506f9f6
KB
139852015-11-23 Kevin Buettner <kevinb@redhat.com>
13986
13987 * gdb.base/asmlabel.exp: New test.
13988 * gdb.base/asmlabel.c: New test case.
13989
16c3b12f
JB
139902015-11-23 Joel Brobecker <brobecker@adacore.com>
13991
13992 * gdb.base/wrong_frame_bt_full-main.c: New file.
13993 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
13994 * gdb.base/wrong_frame_bt_full.exp: New file.
13995
155bfbd3
JB
139962015-11-23 Joel Brobecker <brobecker@adacore.com>
13997
13998 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
13999
bb097445
JM
140002015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14001
206853a0 14002 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14003 pstate register when comparing registers values in
14004 sparc64-*-linux-gnu targets to avoid spurious differences.
14005
9c88ed8f
JM
140062015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14007
206853a0 14008 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14009
96161e25
SL
140102015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14011
14012 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14013 as type argument to gdb_compile.
14014 * gdb.base/nested-subp2.exp: Likewise.
14015 * gdb.base/nested-subp3.exp: Likewise.
14016
340c2830
DV
140172015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14018
14019 * lib/dwarf.exp (_note): Fix left shift of negative value.
14020 * gdb.trace/trace-condition.exp: Likewise.
14021
c1862d0f
YQ
140222015-11-13 Yao Qi <yao.qi@linaro.org>
14023
14024 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14025 comments about d10v.
14026 (test_scalar_returns): Likewise.
14027 * gdb.base/d10v.ld: Remove.
14028 * gdb.base/overlays.exp: Remove the target triplet checking for
14029 d10v-*-*.
14030 * gdb.base/structs.exp (test_struct_returns): Remove the
14031 comments about d10v.
14032 (test_struct_calls): Likewise.
14033
77ae9c19
YQ
140342015-11-13 Yao Qi <yao.qi@linaro.org>
14035
14036 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14037 * gdb.base/gnu_vector.c: Don't include stdio.h.
14038 (main): Don't print res and call add_some_intvecs.
14039
430e004e
MK
140402015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14041
14042 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14043 macro.
14044 (func5): Removed.
14045 (func4): Use FAST_TRACEPOINT_LABEL.
14046 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14047 macro.
14048 (func): Removed.
14049 (thread_function): Use FAST_TRACEPOINT_LABEL.
14050 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14051 (func): Remove.
14052 (marker): Use FAST_TRACEPOINT_LABEL.
14053 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14054 (pendfunc1): Remove.
14055 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14056 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14057 (foo): Remove.
14058 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14059 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14060 macro.
14061 (func): Remove.
14062 (marker): Use FAST_TRACEPOINT_LABEL.
14063 * gdb.trace/trace-common.h: New header.
14064 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14065 macro.
14066 (func): Remove.
14067 (marker): Use FAST_TRACEPOINT_LABEL.
14068 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14069 (func): Remove.
14070 (thread_function): Use FAST_TRACEPOINT_LABEL.
14071
6e7675a7
MK
140722015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14073
14074 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14075 in front.
14076 * gdb.trace/change-loc.exp: Use global pcreg definition.
14077 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14078 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14079 in front.
14080 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14081 * gdb.trace/pending.exp: Likewise.
14082 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14083 * gdb.trace/trace-break.exp: Likewise.
14084 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14085 in front.
14086 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14087 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14088 in front.
14089 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14090
dddc0e16
JB
140912015-11-09 Joel Brobecker <brobecker@adacore.com>
14092
14093 * gdb.ada/fin_fun_out: New testcase.
14094
c6f0b406
KB
140952015-11-07 Kevin Buettner <kevinb@redhat.com>
14096
14097 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14098 value associated with DW_AT_byte_size.
14099 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14100 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14101 DW_AT_upper_bound.
14102
f01dcfd9
KB
141032015-11-07 Kevin Buettner <kevinb@redhat.com>
14104
14105 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14106 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14107 version.
14108 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14109 gdb.dwarf2/dw2-canonicalize-type.exp,
14110 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14111 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14112 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14113 provided by gdb_target_symbol_prefix_flags_asm.
14114 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14115 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14116 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14117 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14118 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14119 macros where needed). Use this macro for symbols which require
14120 the prefix provided by SYMBOL_PREFIX.
14121
2223449a
KB
141222015-11-05 Kevin Buettner <kevinb@redhat.com>
14123
14124 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14125 New procs.
14126 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14127 representing expressions, of more than one list element.
14128 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14129 to prepend linker symbol prefix to f.
14130 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14131 table_1 and table_2.
14132 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14133 Likewise, for f and g.
14134 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14135 for ptr.
14136 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14137 for main.
14138 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14139 table_1_ptr and table_2_ptr.
14140
6f2f1a3a
JK
141412015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14142 Joel Brobecker <brobecker@adacore.com>
14143
14144 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14145
566c56c9
MK
141462015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14147
14148 * gdb.reverse/s390-mvcle.c: New test.
14149 * gdb.reverse/s390-mvcle.exp: New file.
14150 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14151
d5f0636b
MK
141522015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14153
14154 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14155
7ad8b86c
MK
141562015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14157
14158 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14159 reaching marker2.
14160 * gdb.reverse/getresuid-reverse.exp: Likewise.
14161 * gdb.reverse/pipe-reverse.exp: Likewise.
14162 * gdb.reverse/readv-reverse.exp: Likewise.
14163 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14164 * gdb.reverse/time-reverse.exp: Likewise.
14165 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14166
4081c0f1
YQ
141672015-10-30 Yao Qi <yao.qi@linaro.org>
14168
14169 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14170 (empty_cycle): Remove.
14171 (main): Don't call empty_cycle. Don't use watch_count_done.
14172 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14173 empty_cycle. Rewrite the code counting HW watchpoints.
14174
452b4ba5
MK
141752015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14176
14177 * gdb.reverse/fstatat-reverse.c: New test.
14178 * gdb.reverse/fstatat-reverse.exp: New file.
14179 * gdb.reverse/getresuid-reverse.c: New test.
14180 * gdb.reverse/getresuid-reverse.exp: New file.
14181 * gdb.reverse/pipe-reverse.c: New test.
14182 * gdb.reverse/pipe-reverse.exp: New file.
14183 * gdb.reverse/readv-reverse.c: New test.
14184 * gdb.reverse/readv-reverse.exp: New file.
14185 * gdb.reverse/recvmsg-reverse.c: New test.
14186 * gdb.reverse/recvmsg-reverse.exp: New file.
14187 * gdb.reverse/time-reverse.c: New test.
14188 * gdb.reverse/time-reverse.exp: New file.
14189 * gdb.reverse/waitpid-reverse.c: New test.
14190 * gdb.reverse/waitpid-reverse.exp: New file.
14191
5e2e7507
JK
141922015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14193
14194 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14195
0fde2c53
DE
141962015-10-26 Doug Evans <dje@google.com>
14197
14198 PR symtab/17391
14199 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14200 * gdb.dwarf2/bad-regnum.c: New file.
14201 * gdb.dwarf2/bad-regnum.exp: New file.
14202
1a70ae97
DE
142032015-10-26 Doug Evans <dje@google.com>
14204
14205 PR python/18938
14206 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14207 file.
14208
27dc26ab
JK
142092015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14210
14211 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14212 for a change by "Mention language in compile error message".
14213
bed91f4d
SM
142142015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14215
14216 PR python/18073
14217 * gdb.python/py-type.c (C::a_method): New.
14218 (C::a_const_method): New.
14219 (C::a_static_method): New.
14220 (a_function): New.
14221 * gdb.python/py-type.exp (test_fields): Test getting fields
14222 from function and method.
14223
3f2f83dd
KB
142242015-10-21 Keven Boell <keven.boell@intel.com>
14225
14226 * gdb.fortran/vla-alloc-assoc.exp: New file.
14227 * gdb.fortran/vla-datatypes.exp: New file.
14228 * gdb.fortran/vla-datatypes.f90: New file.
14229 * gdb.fortran/vla-history.exp: New file.
14230 * gdb.fortran/vla-ptype-sub.exp: New file.
14231 * gdb.fortran/vla-ptype.exp: New file.
14232 * gdb.fortran/vla-sizeof.exp: New file.
14233 * gdb.fortran/vla-sub.f90: New file.
14234 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14235 * gdb.fortran/vla-value-sub-finish.exp: New file.
14236 * gdb.fortran/vla-value-sub.exp: New file.
14237 * gdb.fortran/vla-value.exp: New file.
14238 * gdb.fortran/vla-ptr-info.exp: New file.
14239 * gdb.mi/mi-vla-fortran.exp: New file.
14240 * gdb.mi/vla.f90: New file.
14241
27145d50
SL
142422015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14243
14244 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14245 of hardwired timeout value.
14246
5f3ff4f8
JK
142472015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14248 Pedro Alves <palves@redhat.com>
14249
14250 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14251 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14252
bfd09d20
JS
142532015-10-19 Josh Stone <jistone@redhat.com>
14254
14255 * gdb.base/catch-syscall.c: Include <sched.h>.
14256 (unknown_syscall): New variable.
14257 (main): Trigger a vfork and an unknown syscall.
14258 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14259 (unknown_syscall_number): Likewise.
14260 (check_call_to_syscall): Accept an optional syscall pattern.
14261 (check_return_from_syscall): Likewise.
14262 (check_continue): Likewise.
14263 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14264 (test_catch_syscall_skipping_return): New test toggling off 'catch
14265 syscall' to step over the syscall return, then toggling back on.
14266 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14267 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14268 (do_syscall_tests): Call test_catch_syscall_without_args and
14269 test_catch_syscall_mid_vfork.
14270 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14271 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14272
b32b93c6
AS
142732015-10-19 Andrew Stubbs <ams@codesourcery.com>
14274
14275 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14276 print g_vE): Add new pass patterns.
14277 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14278 print various symbol names for vptr fields.
14279
9d622bda
AB
142802015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14281
14282 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14283 results.
14284
0fd8ac1c
YQ
142852015-10-12 Yao Qi <yao.qi@linaro.org>
14286
14287 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14288
34240514
YQ
142892015-10-12 Yao Qi <yao.qi@linaro.org>
14290
14291 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14292 is aarch64*-*-linux*.
14293
8240f442
YQ
142942015-10-12 Yao Qi <yao.qi@linaro.org>
14295
14296 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14297 (can_relocate_bcond_true): ... it.
14298 (can_relocate_bcond_false): New function.
14299 (foo): Likewise.
14300 (can_relocate_bl): Likewise.
14301 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14302 can_relocate_bl.
14303
2520f728
PMR
143042015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14305
14306 * gdb.base/nested-addr.c: New file.
14307 * gdb.base/nested-addr.exp: New testcase.
14308
abcef95a
MM
143092015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14310
14311 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14312 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14313 its output. Ignore the output of "record goto begin" and instead
14314 check that GDB is replaying.
14315
145e3ddb
PA
143162015-10-09 Pedro Alves <palves@redhat.com>
14317
14318 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14319 (top level): Use it in the run with no args test.
14320
d5d8c4e1
IB
143212015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14322
14323 * gdb.dlang/properties.exp: New file.
14324
06e635ef
SL
143252015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14326
14327 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14328 whether or not address 0x1000 is mapped on the target.
14329
e019fd1d
SM
143302015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14331
14332 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14333 build.
14334
77ba2a67
MM
143352015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14336
14337 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14338 instruction-history test.
14339
c60eb31f
DE
143402015-09-28 Doug Evans <dje@google.com>
14341
14342 * gdb.base/gcore.c (array_func): Add reference to static_array.
14343
9a3c8263
SM
143442015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14345
14346 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14347 source line.
14348
9720e656
SL
143492015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14350
14351 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14352 short or char as base type.
14353
938d3bf2
SL
143542015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14355
14356 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14357 to allow any size enum.
14358
e6c2c623
PMR
143592015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14360
14361 * gdb.ada/array_ptr_renaming.exp: New testcase.
14362 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14363 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14364
06da0f77
PL
143652015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14366
14367 * gdb.trace/ftrace-lock.c: New file.
14368 * gdb.trace/ftrace-lock.exp: New file.
14369
4f51c22a
PL
143702015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14371
14372 * gdb.arch/insn-reloc.c: New file.
14373 * gdb.arch/ftrace-insn-reloc.exp: New file.
14374
7041adf4
PL
143752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14376
14377 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14378 instruction.
14379 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14380 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14381 * gdb.trace/range-stepping.c: Likewise.
14382 * gdb.trace/trace-break.c: Likewise.
14383 * gdb.trace/trace-mt.c (thread_function): Likewise.
14384 * gdb.trace/ftrace.c (marker): Likewise.
14385 * gdb.trace/trace-condition.c (marker): Likewise.
14386 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14387 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14388 is_aarch64_target.
14389
015d2e7e
DE
143902015-09-18 Doug Evans <xdje42@gmail.com>
14391
14392 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14393 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14394
26b188a2
SL
143952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14396
14397 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14398 the breakpoint.
14399
79dc332b
SL
144002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14401
14402 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14403 the pending breakpoint. Remove timeout override for "Run till
14404 MI pending breakpoint on pendfunc3 on thread 2" test.
14405
f57929f2
SL
144062015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14407
14408 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14409 filename pattern.
14410
3f469b17
SL
144112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14412
14413 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14414 in breakpoint filename pattern.
14415
515b89b3
SL
144162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14417
7800dbe4
SL
14418 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14419
144202015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14421
515b89b3
SL
14422 * gdb.linespec/explicit.exp: Check for readline support for
14423 tab-completion tests. Fix obvious typo.
14424
d2939ba2
MM
144252015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14426
14427 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14428 and replay.
14429
cbb55fa7
MM
144302015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14431
14432 * gdb.btrace/non-stop.c: New.
14433 * gdb.btrace/non-stop.exp: New.
14434
43691ca1
PL
144352015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14436 Yao Qi <yao.qi@linaro.org>
14437
14438 * gdb.trace/trace-condition.c: New file.
14439 * gdb.trace/trace-condition.exp: New file.
14440
d78908cf
WW
144412015-09-16 Wei-cheng Wang <cole945@gmail.com>
14442
14443 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14444 for testing bytecode compilation.
14445
1ed415e2
PA
144462015-09-16 Pedro Alves <palves@redhat.com>
14447 Sandra Loosemore <sandra@codesourcery.com>
14448
14449 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14450 (SECONDS): Redefine.
14451 (main): Call pthread_kill and alarm early.
14452 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14453 support.
14454 (test): If the target can't hardware step and doesn't support
14455 displaced stepping, increase the timeout.
14456
d136eff5
PA
144572015-09-16 Pedro Alves <palves@redhat.com>
14458
14459 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14460 (enable_debug): New procedures.
14461 (test): Use them. Bail out if waiting for threads fails.
14462 (top level): Bail out if a test fails.
14463
991f019c
YQ
144642015-09-16 Yao Qi <yao.qi@linaro.org>
14465
14466 * gdb.asm/asm-source.exp: Set asm-arch for
14467 aarch64*-*-* target.
14468 * gdb.asm/aarch64.inc: New file.
14469
bfca584f
PMR
144702015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14471
14472 * gdb.ada/array_of_variable_length.exp: New testcase.
14473 * gdb.ada/array_of_variable_length/foo.adb: New file.
14474 * gdb.ada/array_of_variable_length/pck.adb: New file.
14475 * gdb.ada/array_of_variable_length/pck.ads: New file.
14476
b326e587
DE
144772015-09-15 Doug Evans <dje@google.com>
14478
14479 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14480 of function static local variable.
14481
5382cfab
PW
144822015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14483
14484 * gdb.threads/tls-so_extern.exp: New test file.
14485 * gdb.threads/tls-so_extern.c: New test file.
14486 * gdb.threads/tls-so_extern_main.c: New test file.
14487
141c5cc4
JK
144882015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14489
14490 * gdb.opt/solib-intra-step-lib.c: New file.
14491 * gdb.opt/solib-intra-step-main.c: New file.
14492 * gdb.opt/solib-intra-step.exp: New file.
14493
d15dcecd
PA
144942015-09-15 Pedro Alves <palves@redhat.com>
14495
14496 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14497 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14498
4c2f2a79
PA
144992015-09-14 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.base/hook-stop-continue.c: Delete.
14502 * gdb.base/hook-stop-continue.exp: Delete.
14503 * gdb.base/hook-stop-frame.c: Delete.
14504 * gdb.base/hook-stop-frame.exp: Delete.
14505 * gdb.base/hook-stop.c: New file.
14506 * gdb.base/hook-stop.exp: New file.
14507
919e6dbe
PMR
145082015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14509
14510 * gdb.ada/access_to_packed_array.exp: New testcase.
14511 * gdb.ada/access_to_packed_array/foo.adb: New file.
14512 * gdb.ada/access_to_packed_array/pack.adb: New file.
14513 * gdb.ada/access_to_packed_array/pack.ads: New file.
14514
157280a4
MM
145152015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14516
14517 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14518 buffer size test.
14519
2fd33e94
DB
145202015-09-11 Don Breazeal <donb@codesourcery.com>
14521
14522 * gdb.base/foll-exec.c: Add copyright header. Fix
14523 formatting issues.
14524 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14525 (do_exec_tests): Use clean_restart in place of zap_session,
14526 and for test initialization. Fix formatting issues. Use
14527 fail in place of perror.
14528 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14529 an expect statement to match an expression with output from
14530 the program under debug.
14531 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14532 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14533 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14534 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14535 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14536
e70b6e8e
DE
145372015-09-09 Doug Evans <dje@google.com>
14538
14539 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14540
7a551a51
DE
145412015-09-09 Doug Evans <dje@google.com>
14542
14543 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14544
4c666f84
DE
145452015-09-09 Doug Evans <dje@google.com>
14546
14547 * gdb.base/savedregs.exp: Fix typo.
14548
243a9253
PA
145492015-09-09 Pedro Alves <palves@redhat.com>
14550
14551 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14552
c0fa8fbd
SL
145532015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14554
14555 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14556 command actually switches threads. Give up on remaining
14557 tests if target fails to stop at breakpoint.
14558
cd7c1778
PMR
145592015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14560
14561 * gdb.ada/funcall_char.exp: New testcase.
14562 * gdb.ada/funcall_char/foo.adb: New file.
14563
dc5c8746
PMR
145642015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14565
14566 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14567 expected outputs. Add two testcases for completing ambiguous
14568 functions.
14569 * gdb.ada/complete/aux_pck.adb: New file.
14570 * gdb.ada/complete/aux_pck.ads: New file.
14571 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14572 Ambiguous_Func functions.
14573 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14574 * gdb.ada/complete/pck.adb: Likewise.
14575
4e83a1e7
UW
145762015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14577
14578 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14579 failures to run the test program under GDB.
14580
8ce74153
LM
145812015-08-26 Luis Machado <lgustavo@codesourcery.com>
14582
14583 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14584 to C.
14585
e9756d52
PP
145862015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14587
14588 * gdb.base/run-after-attach.exp: New test file.
14589 * gdb.base/run-after-attach.c: New test file.
14590
8d37573b
DB
145912015-08-26 Don Breazeal <donb@codesourcery.com>
14592
14593 * gdb.base/foll-exec-2.c: New test program.
14594 * gdb.base/foll-exec-2.exp: New test.
14595
63e43d3a
PMR
145962015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14597
14598 * gdb.base/nested-subp1.exp: New file.
14599 * gdb.base/nested-subp1.c: New file.
14600 * gdb.base/nested-subp2.exp: New file.
14601 * gdb.base/nested-subp2.c: New file.
14602 * gdb.base/nested-subp3.exp: New file.
14603 * gdb.base/nested-subp3.c: New file.
14604
3d40fbb5
PA
146052015-08-24 Pedro Alves <palves@redhat.com>
14606
14607 * gdb.server/connect-without-multi-process.c: New file.
14608 * gdb.server/connect-without-multi-process.exp: New file.
14609
4422ac93
LM
146102015-08-24 Luis Machado <lgustavo@codesourcery.com>
14611
14612 * gdb.opt/inline-markers.c: Make z int.
14613
91dddb86
LM
146142015-08-24 Luis Machado <lgustavo@codesourcery.com>
14615
14616 * gdb.opt/inline-markers.c: Make z volatile.
14617
a48847ee
LM
146182015-08-24 Luis Machado <lgustavo@codesourcery.com>
14619
14620 * gdb.opt/inline-bt.c: New volatile global z.
14621 * gdb.opt/inline-cmds.c: Likewise.
14622 * gdb.opt/inline-locals.c: Likewise.
14623 * gdb.opt/inline-markers.c: New extern global z.
14624 (marker): Use z.
14625 (inline_fn): Likewise.
14626
0ebbc52b
PA
146272015-08-24 Pedro Alves <palves@redhat.com>
14628
14629 * config/m32r-stub.exp: Remove file.
14630 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14631 * gdb.base/call-rt-st.exp: Likewise.
14632 * gdb.base/call-strs.exp: Likewise.
14633 * gdb.base/default.exp: Remove references to h8300-*-hms and
14634 *-*-udi*.
14635 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14636
77c365df
AA
146372015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14638
14639 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14640 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14641 and "return" use KFAIL when GDB can not read/write the vector
14642 return value.
14643
4313b8c0
GB
146442015-08-21 Gary Benson <gbenson@redhat.com>
14645
14646 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14647
0e433b32
PA
146482015-08-20 Pedro Alves <palves@redhat.com>
14649
14650 * gdb.server/solib-list.exp: No longer expect an interior stop in
14651 non-stop mode.
14652
221e1a37
PA
146532015-08-20 Pedro Alves <palves@redhat.com>
14654
14655 * gdb.server/connect-stopped-target.c: New file.
14656 * gdb.server/connect-stopped-target.exp: New file.
14657
40e3ad0e
PA
146582015-08-20 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.dwarf2/comp-unit-lang.exp: New file.
14661 * gdb.dwarf2/comp-unit-lang.c: New file.
14662
af39b327
PMR
146632015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14664
14665 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14666 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14667
7d45c7c3 146682015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14669
7d45c7c3
KB
14670 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14671 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14672
4d6cceb4
DE
146732015-08-18 Doug Evans <dje@google.com>
14674 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14675
14676 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14677 skip_python_tests. New arg prompt_regexp.
14678 (skip_python_tests): New function.
14679 * lib/mi-support.exp (mi_skip_python_tests): New function.
14680 * gdb.python/py-mi-objfile-gdb.py: New file.
14681 * gdb.python/py-mi-objfile.c: New file.
14682 * gdb.python/py-mi-objfile.exp: New file.
14683
ad89c2aa
KS
146842015-08-17 Keith Seitz <keiths@redhat.com>
14685
14686 * gdb.linespec/explicit.exp: Move strace test from here ...
14687 * gdb.trace/strace.exp: ... to here.
14688
e3ae3c43
PP
146892015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14690
14691 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14692 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14693
604b2636
DE
146942015-08-14 Doug Evans <xdje42@gmail.com>
14695
14696 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14697 inferior before selecting a new file.
14698
6ff0ba5f
DE
146992015-08-14 Doug Evans <xdje42@gmail.com>
14700
14701 * gdb.mi/mi-disassemble.exp: Update.
14702 * gdb.base/disasm-optim.S: New file.
14703 * gdb.base/disasm-optim.c: New file.
14704 * gdb.base/disasm-optim.h: New file.
14705 * gdb.base/disasm-optim.exp: New file.
14706
9ca98f92
KS
147072015-08-14 Keith Seitz <keiths@redhat.com>
14708
14709 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14710 "evaluated-by".
14711
52bbc560
JB
147122015-08-13 Joel Brobecker <brobecker@adacore.com>
14713
14714 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14715
5d8c3ed3
PMR
147162015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14717
14718 * gdb.ada/fun_renaming.exp: New testcase.
14719 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14720 * gdb.ada/fun_renaming/pack.adb: New file.
14721 * gdb.ada/fun_renaming/pack.ads: New file.
14722
ea8812bc
KS
147232015-08-12 Keith Seitz <keiths@redhat.com>
14724
14725 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14726 gdb_get_line_number.
14727
4dafcdeb
JB
147282015-08-12 Joel Brobecker <brobecker@adacore.com>
14729
14730 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14731 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14732 gdb.base/dso2dso.exp: New files.
14733
5ba32597
SDJ
147342015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14735 Pedro Alves <palves@redhat.com>
14736 Keith Seitz <keiths@redhat.com>
14737
14738 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14739 GDBFLAGS.
14740
b6dafabf
PP
147412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14742
14743 * gdb.base/gdbhistsize-history.exp
14744 (test_histsize_history_setting): Use save_vars.
14745 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14746 Use save_vars.
14747 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14748 * gdb.base/readline.exp: Use save_vars.
14749
abe8e607
PP
147502015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14751
14752 * lib/gdb.exp (save_vars): New proc.
14753
629500fa
KS
147542015-08-11 Keith Seitz <keiths@redhat.com>
14755
14756 * gdb.base/help.exp: Update help_breakpoint_text.
14757
eb8c4e2e
KS
147582015-08-11 Keith Seitz <keiths@redhat.com>
14759
14760 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14761 (at toplevel): Call test_explicit_breakpoints.
14762 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14763 breakpoints.
14764 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14765 breakpoint conditions, "-cond".
14766
87f0e720
KS
147672015-08-11 Keith Seitz <keiths@redhat.com>
14768
14769 * gdb.linespec/3explicit.c: New file.
14770 * gdb.linespec/cpexplicit.cc: New file.
14771 * gdb.linespec/cpexplicit.exp: New file.
14772 * gdb.linespec/explicit.c: New file.
14773 * gdb.linespec/explicit.exp: New file.
14774 * gdb.linespec/explicit2.c: New file.
14775 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14776 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14777 before using in the matching pattern.
14778 Clarify that `prefix' is a regular expression.
14779
f00aae0f
KS
147802015-08-11 Keith Seitz <keiths@redhat.com>
14781
14782 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14783 test.
14784 Add tests for missing ",FMT" and ",".
14785
e27852be
DE
147862015-08-10 Doug Evans <dje@google.com>
14787 Keith Seitz <keiths@redhat.com>
14788
14789 PR gdb/17960
14790 * gdb.base/completion.exp: Add location completer tests.
14791
7f03bd92
PA
147922015-08-07 Pedro Alves <palves@redhat.com>
14793
14794 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14795 tests here.
14796 (top level): Run do_test with and without displaced stepping.
14797
3fc8eb30
PA
147982015-08-07 Pedro Alves <palves@redhat.com>
14799
14800 * gdb.base/valgrind-disp-step.c: New file.
14801 * gdb.base/valgrind-disp-step.exp: New file.
14802
d4569d7b
PA
148032015-08-07 Pedro Alves <palves@redhat.com>
14804
14805 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14806 Delete function.
14807 (main): Add alarm. Run an infinite loop instead of calling
14808 wait_threads.
14809 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14810 comment.
14811 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14812 Delete function.
14813 (main): Add alarm. Run an infinite loop instead of calling
14814 wait_threads.
14815 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14816 comment.
14817
e1316e60
PA
148182015-08-07 Pedro Alves <palves@redhat.com>
14819
14820 * gdb.base/checkpoint-ns.exp: New file.
14821 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14822 standard_testfile.
14823
da8c46d2
MM
148242015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14825
14826 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14827 * gdb.btrace/instruction_history.exp: Update.
14828 * gdb.btrace/tsx.exp: New.
14829 * gdb.btrace/tsx.c: New.
14830
de1c2c52
PA
148312015-08-06 Pedro Alves <palves@redhat.com>
14832
14833 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14834 increase timeout.
14835 * gdb.reverse/until-precsave.exp: Bump timeouts.
14836
782e0bf4
PA
148372015-08-06 Pedro Alves <palves@redhat.com>
14838
14839 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14840
83e97ed0
PA
148412015-08-06 Pedro Alves <palves@redhat.com>
14842
14843 PR gdb/18749
14844 * gdb.threads/process-dies-while-handling-bp.c: New file.
14845 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14846
863d01bd
PA
148472015-08-06 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14850 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14851
0a39bb32
PA
148522015-08-05 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14855 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14856
ee2d2b10
SL
148572015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14858
14859 * gdb.base/bp-permanent.exp: Report test as unsupported if
14860 the target cannot stop at the permanent breakpoint.
14861
4e1bdb00
DE
148622015-08-03 Doug Evans <dje@google.com>
14863
14864 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14865 10000.
14866
3d338901
DE
148672015-08-03 Doug Evans <dje@google.com>
14868
14869 * Makefile.in (workers/%.worker, build-perf): New rule.
14870 (GDB_PERFTEST_MODE): New variable.
14871 (check-perf): Use it.
14872 (clean): Clean up gdb.perf parallel build subdirs.
14873 * lib/build-piece.exp: New file.
14874 * lib/gdb.exp (make_gdb_parallel_path): New function
14875 (standard_output_file, standard_temp_file): Call it.
14876 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14877 of $GDB_PARALLEL.
14878 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14879
af061d3e
DE
148802015-08-03 Doug Evans <dje@google.com>
14881
8e1afc81 14882 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14883 (LOG_FILE_NAME): New global.
14884 (TextReporter.__init__): Initialize self.txt_sum.
14885 (TextReporter.report): Add support for multiple data-points.
14886 Move report to perftest.sum, put raw data in perftest.log.
14887 (TextReporter.start): Open sum and log files.
14888 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14889 * gdb.perf/lib/perftest/testresult.py
14890 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14891
2c8c5d37
PA
148922015-07-31 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14895 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14896 kill_wait_spawned_process instead of explicit "kill -9".
14897 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14898 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14899 kill_wait_spawned_process.
14900 * gdb.base/attach-twice.exp: Likewise.
14901 * gdb.base/attach.exp: Likewise.
14902 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14903 gdb_test_multiple.
14904 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14905 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14906 kill_wait_spawned_process.
14907 * gdb.base/valgrind-infcall.exp: Likewise.
14908 * gdb.multi/multi-attach.exp: Likewise.
14909 * gdb.python/py-prompt.exp: Likewise.
14910 * gdb.python/py-sync-interp.exp: Likewise.
14911 * gdb.server/ext-attach.exp: Likewise.
14912 * gdb.threads/attach-into-signal.exp (corefunc): Use
14913 spawn_wait_for_attach, spawn_id_get_pid and
14914 kill_wait_spawned_process.
14915 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14916 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14917 spawn_id_get_pid and kill_wait_spawned_process.
14918 * gdb.threads/attach-stopped.exp (corefunc): Use
14919 spawn_wait_for_attach, spawn_id_get_pid and
14920 kill_wait_spawned_process.
14921 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14922 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14923 kill_wait_spawned_process instead of explicit "kill -9".
14924 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14925 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14926 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14927 processes. Don't map cygwin/windows pids here. Now returns a
14928 spawn id list.
14929
032a0fca
SL
149302015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14931
14932 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14933 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14934 correct patch.
14935
61a934ca
SL
149362015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14937
14938 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14939
4bc4d428
SL
149402015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14941
14942 Reapply:
14943 2014-05-21 Mark Wielaard <mjw@redhat.com>
14944
14945 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14946
998d452a
PA
149472015-07-30 Pedro Alves <palves@redhat.com>
14948
14949 * linux-low.c (handle_extended_wait): Set the child's last
14950 reported status to TARGET_WAITKIND_STOPPED.
14951
69dde7dc
PA
149522015-07-30 Pedro Alves <palves@redhat.com>
14953
14954 PR threads/18600
14955 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14956 only shows inferior 1.
14957
4dd63d48
PA
149582015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14959 Pedro Alves <palves@redhat.com>
14960
14961 PR threads/18600
14962 * gdb.threads/fork-plus-threads.c: New file.
14963 * gdb.threads/fork-plus-threads.exp: New file.
14964
d618e4c5
PP
149652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14966
14967 * gdb.base/batch-preserve-term-settings.exp
14968 (test_terminal_settings_preserved_after_cli_exit): Use
14969 send_quit_command.
14970
1eef6428
PA
149712015-07-29 Pedro Alves <palves@redhat.com>
14972 Don Breazeal <donb@codesourcery.com>
14973
14974 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14975 output from both inferior_spawn_id and gdb_spawn_id.
14976
7da5b897
SDJ
149772015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14978
14979 * gdb.threads/attach-into-signal.exp (corefunc): Use
14980 with_test_prefix on nested loops, uniquefying the test messages.
14981
dac804df
SDJ
149822015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14983
14984 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14985 commit.
14986
06265e53
PP
149872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14988
14989 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
14990 New proc.
14991 (test_terminal_settings_preserved_after_sigterm): New test.
14992
18206ca3
PP
149932015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14994
14995 * gdb.base/batch-preserve-term-settings.exp
14996 (test_terminal_settings_preserved_after_cli_exit): New test.
14997
90074d11
PP
149982015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14999
15000 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15001 manipulation of saved_gdbflags.
15002 (test_terminal_settings_preserved): Remove global declaration of
15003 the unused variable pagination_prompt. Remove manipulation of
15004 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15005 GDBFLAGS.
15006
eb1a7902
PA
150072015-07-29 Pedro Alves <palves@redhat.com>
15008
15009 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15010
8b75dd3b
PA
150112015-07-29 Pedro Alves <palves@redhat.com>
15012
15013 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15014 at the top.
15015
dedad4e3
PA
150162015-07-29 Pedro Alves <palves@redhat.com>
15017
15018 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15019 (main): Call gdb_unbuffer_output.
15020 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15021 (main): Call gdb_unbuffer_output.
15022 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15023 (main): Call gdb_unbuffer_output.
15024 * gdb.base/call-strs.exp: Adjust to step over the
15025 gdb_unbuffer_output call.
15026 * gdb.base/catch-gdb-caused-signals.c: Include
15027 "../lib/unbuffer_output.c".
15028 (main): Call gdb_unbuffer_output.
15029 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15030 (main): Call gdb_unbuffer_output.
15031 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15032 (main): Call gdb_unbuffer_output.
15033 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15034 (main): Call gdb_unbuffer_output.
15035 * gdb.base/shlib-call.exp: Adjust to step over the
15036 gdb_unbuffer_output call.
15037 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15038 (main): Call gdb_unbuffer_output.
15039 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15040 (main): Call gdb_unbuffer_output.
15041 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15042 (main): Rename to ...
15043 (test): ... this.
15044 (main): Reimplement.
15045 * gdb.base/varargs.exp: Run to test instead of to main.
15046 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15047 (main): Call gdb_unbuffer_output.
15048
58789a91
PA
150492015-07-29 Pedro Alves <palves@redhat.com>
15050
15051 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15052 factore out from mi_continue_dprintf. For call-style dprintfs,
15053 expect dprintf output out of $inferior_spawn_id.
15054 (mi_continue_dprintf): Use mi_expect_dprintf.
15055 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15056 (main): Call gdb_unbuffer_output.
15057
e8376742
PA
150582015-07-29 Pedro Alves <palves@redhat.com>
15059
15060 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15061 (default_mi_gdb_start): Set inferior_spawn_id instead of
15062 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15063 gdb_spawn_id.
15064 (mi_gdb_test): Always expect inferior output from both
15065 $inferior_spawn_id and $gdb_spawn_id.
15066
08280010
PA
150672015-07-29 Pedro Alves <palves@redhat.com>
15068
15069 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15070 send_inferior and $inferior_spawn_id.
15071
4d30e432
PA
150722015-07-29 Pedro Alves <palves@redhat.com>
15073
15074 * gdb.gdb/complaints.exp (test_initial_complaints)
15075 (test_serial_complaints, test_short_complaints): Use
15076 gdb_test_stdio.
15077 (test_empty_complaint): Handle $inferior_spawn_id !=
15078 $gdb_spawn_id.
15079
0d30a335
PA
150802015-07-29 Pedro Alves <palves@redhat.com>
15081
15082 * gdb.base/varargs.exp: Use gdb_test_stdio.
15083
39413b29
PA
150842015-07-29 Pedro Alves <palves@redhat.com>
15085
15086 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15087
7cb000a9
PA
150882015-07-29 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15091
d7b8ac82
PA
150922015-07-29 Pedro Alves <palves@redhat.com>
15093
15094 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15095 parameter into two new parameters, "inf_result" and "gdb_result".
15096 Expect inferior output and gdb output from $inferior_spawn_id and
15097 $gdb_spawn_id, respectively. Adjust all callers.
15098
789c3a0c
PA
150992015-07-29 Pedro Alves <palves@redhat.com>
15100
15101 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15102 of gdb_test_sequence.
15103
77e760c3
PA
151042015-07-29 Pedro Alves <palves@redhat.com>
15105
15106 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15107 (saw_spurious_output): Expect inferior output from
15108 $inferior_spawn_id. Use gdb_test_stdio.
15109
8396d2cd
PA
151102015-07-29 Pedro Alves <palves@redhat.com>
15111
15112 * gdb.base/dprintf.exp: Use standard_testfile. Change
15113 prepare_for_testing call.
15114 (srcfile): Don't set.
15115 (restart): New procedure.
15116 (test_dprintf): New procecure, use to continue over dprintfs.
15117 (test_call, test_agent): New procedures, tests moved here.
15118 Restart gdb and recreate dprintfs. Adjust expected output.
15119
2051d61f
PA
151202015-07-29 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15123
452397af
PA
151242015-07-29 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15127
8aed9555
PA
151282015-07-29 Pedro Alves <palves@redhat.com>
15129
15130 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15131 gdb_test_stdio.
15132
188a61b4
PA
151332015-07-29 Pedro Alves <palves@redhat.com>
15134
15135 * lib/gdb.exp (gdb_test_stdio): New procedure.
15136
12264a45
PA
151372015-07-29 Pedro Alves <palves@redhat.com>
15138
15139 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15140
23ffc893
PA
151412015-07-29 Pedro Alves <palves@redhat.com>
15142
15143 * gdb.base/call-signal-resume.exp: Remove check for
15144 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15145 * gdb.base/unwindonsignal.exp: Likewise.
15146 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15147 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15148
65566918
PA
151492015-07-29 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.base/siginfo-addr.c (pass): New function.
15152 (handler): Call it iff si_addr is correct.
15153 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15154 Set a breakpoint at "pass" and continue to it.
15155
d60a9221
SDJ
151562015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15157
15158 * gdb.python/py-objfile.exp: Make some tests have unique names.
15159 * gdb.python/py-pp-registration.exp: Likewise.
15160
bde40b8f
PA
151612015-07-28 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15164
13e1dec8
SM
151652015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15166
15167 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15168
da33c9a7
SM
151692015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15170
15171 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15172
077836f7
PP
151732015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15174
15175 * gdb.base/gdb-sigterm-2.exp: New test.
15176
b8cc7b2e
DE
151772015-07-25 Doug Evans <xdje42@gmail.com>
15178
15179 Revert:
15180 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15181 (workers/%.worker, build-perf): New rule.
15182 (GDB_PERFTEST_MODE): New variable.
15183 (check-perf): Use it.
15184 (clean): Clean up gdb.perf parallel build subdirs.
15185 * lib/build-piece.exp: New file.
15186 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15187 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15188 name.
15189 (standard_temp_file): Ditto.
15190 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15191 of $GDB_PARALLEL.
15192
c8bd4544
DE
151932015-07-24 Doug Evans <dje@google.com>
15194
15195 * gdb.perf/lib/perftest/utils.py: New file.
15196 * gdb.perf/gm-hello.cc: New file.
15197 * gdb.perf/gm-pervasive-typedef.cc: New file.
15198 * gdb.perf/gm-pervasive-typedef.h: New file.
15199 * gdb.perf/gm-std.cc: New file.
15200 * gdb.perf/gm-std.h: New file.
15201 * gdb.perf/gm-use-cerr.cc: New file.
15202 * gdb.perf/gm-utils.h: New file.
15203 * gdb.perf/gmonster-null-lookup.py: New file.
15204 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15205 * gdb.perf/gmonster-print-cerr.py: New file.
15206 * gdb.perf/gmonster-ptype-string.py: New file.
15207 * gdb.perf/gmonster-runto-main.py: New file.
15208 * gdb.perf/gmonster-select-file.py: New file.
15209 * gdb.perf/gmonster1-null-lookup.exp: New file.
15210 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15211 * gdb.perf/gmonster1-print-cerr.exp: New file.
15212 * gdb.perf/gmonster1-ptype-string.exp: New file.
15213 * gdb.perf/gmonster1-runto-main.exp: New file.
15214 * gdb.perf/gmonster1-select-file.exp: New file.
15215 * gdb.perf/gmonster1.cc: New file.
15216 * gdb.perf/gmonster1.exp: New file.
15217 * gdb.perf/gmonster2-null-lookup.exp: New file.
15218 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15219 * gdb.perf/gmonster2-print-cerr.exp: New file.
15220 * gdb.perf/gmonster2-ptype-string.exp: New file.
15221 * gdb.perf/gmonster2-runto-main.exp: New file.
15222 * gdb.perf/gmonster2-select-file.exp: New file.
15223 * gdb.perf/gmonster2.cc: New file.
15224 * gdb.perf/gmonster2.exp: New file.
15225
6eab34f3
DE
152262015-07-24 Doug Evans <dje@google.com>
15227
15228 * gdb.perf/README: New file.
15229 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15230 * lib/gen-perf-test.exp: New file.
15231
63738bfd
DE
152322015-07-24 Doug Evans <dje@google.com>
15233
15234 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15235 (PerfTest::startup): New function.
15236 (PerfTest::run): Return result of calling body.
15237 (PerfTest::assemble): Rewrite.
15238 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15239 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15240 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15241 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15242 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15243
7b606f95
DE
152442015-07-24 Doug Evans <dje@google.com>
15245
15246 * lib/gdb.exp (clean_restart): Make executable optional.
15247
a97b16b8
DE
152482015-07-24 Doug Evans <dje@google.com>
15249
15250 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15251 compiler_info references.
15252 * gdb.cp/temargs.exp: Ditto.
15253 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15254 (get_compiler_info): Early exit if already computed. Set compiler_info
15255 to "unknown" if there was a problem.
15256 (test_compiler_info): Add function comment. Call get_compiler_info.
15257
35baa57f
DE
152582015-07-24 Doug Evans <dje@google.com>
15259
15260 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15261 (workers/%.worker, build-perf): New rule.
15262 (GDB_PERFTEST_MODE): New variable.
15263 (check-perf): Use it.
15264 (clean): Clean up gdb.perf parallel build subdirs.
15265 * lib/build-piece.exp: New file.
15266 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15267 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15268 name.
15269 (standard_temp_file): Ditto.
15270 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15271 of $GDB_PARALLEL.
15272
6ebea266
DE
152732015-07-24 Doug Evans <dje@google.com>
15274
15275 * lib/future.exp (gdb_default_target_compile): New option
15276 "early_flags".
15277 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15278 --as-needed.
15279
1e76a7e9
SDJ
152802015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15281
15282 * gdb.base/catch-syscall.exp: Call gdb_exit before
15283 gdb_skip_xml_test.
15284
5068630a
PA
152852015-07-24 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.python/py-events.exp: Accept output between the stop event
15288 and the prompt.
15289 * gdb.python/py-evsignal.exp: Likewise.
15290 * gdb.python/py-evthreads.exp: Likewise.
15291
77598427
PA
152922015-07-24 Pedro Alves <palves@redhat.com>
15293
15294 PR gdb/18717
15295 * gdb.threads/non-ldr-exit.c: New file.
15296 * gdb.threads/non-ldr-exit.exp: New file.
15297
11e6c98f
YQ
152982015-07-24 Yao Qi <yao.qi@linaro.org>
15299
15300 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15301 restarting process.
15302
51aee833
YQ
153032015-07-24 Yao Qi <yao.qi@linaro.org>
15304
15305 * gdb.server/ext-restart.exp: New file.
15306
8cfe207c
YQ
153072015-07-24 Yao Qi <yao.qi@linaro.org>
15308
15309 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15310 argument options.
15311 * gdb.server/ext-wrapper.exp: New file.
15312
cc12ce38
DE
153132015-07-23 Doug Evans <dje@google.com>
15314
15315 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15316 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15317
d0d84780
PMR
153182015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15319
15320 * gdb.ada/var_arr_typedef.exp: New testcase.
15321 * gdb.ada/var_arr_typedef/pack.adb: New file.
15322 * gdb.ada/var_arr_typedef/pack.ads: New file.
15323 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15324
8b558f79
JB
153252015-07-20 Joel Brobecker <brobecker@adacore.com>
15326
15327 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15328
775a3298
JK
153292015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15330
15331 * gdb.arch/i386-biarch-core.exp: Replace istarget
15332 by "complete set gnutarget". Remove expectation for the "core-file"
15333 command.
15334
db1ff28b
JK
153352015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15336
15337 Revert the previous commit:
15338 Tests for validate symbol file using build-id.
15339
0a94970d
JK
153402015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15341
15342 Tests for validate symbol file using build-id.
15343 * gdb.base/solib-mismatch-lib.c: New file.
15344 * gdb.base/solib-mismatch-libmod.c: New file.
15345 * gdb.base/solib-mismatch.c: New file.
15346 * gdb.base/solib-mismatch.exp: New file.
15347
03346981
SL
153482015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15349
15350 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15351 nios2-*-linux*.
15352 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15353 * gdb.base/siginfo.exp: Likewise.
15354 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15355
42422cc7
PL
153562015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15357
15358 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15359 Move it to ...
15360 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15361 ... here.
15362 * gdb.trace/range-stepping.exp: Check that the target supports
15363 range stepping.
15364
cfa68bae
JK
153652015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15366
15367 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15368
8ffdba26
PA
153692015-07-14 Pedro Alves <palves@redhat.com>
15370
15371 * gdb.base/killed-outside.exp: New file.
15372 * gdb.base/killed-outside.c: New file.
15373
218a5a11
JK
153742015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15375
15376 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15377 (n at main): New.
15378 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15379
e03ed3c6
AA
153802015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15381
15382 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15383 infcall tests instead of setting up for KFAIL.
15384
485668e5
MM
153852015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15386
15387 * gdb.btrace/record_goto-step.exp: New.
15388
08464196
JK
153892015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15390
15391 PR compile/18484
15392 * gdb.compile/compile.c (struct struct_type): Add volatile to
15393 selffield's type.
15394 * gdb.compile/compile.exp
15395 (compile code struct_object.selffield = &struct_object): Skip further
15396 struct_object tests if this one xfails.
15397
bcf5c1d9
RC
153982015-07-08 Robert O'Callahan <robert@ocallahan.org>
15399
15400 PR exp/18617
15401 * gdb.trace/ax.exp: Add test.
15402
4931af25
YQ
154032015-07-07 Yao Qi <yao.qi@linaro.org>
15404
15405 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15406 instead of istarget "aarch64*-*-*".
15407 * gdb.arch/aarch64-fp.exp: Likewise.
15408 * gdb.base/float.exp: Likewise.
15409 * gdb.reverse/aarch64.exp: Likewise.
15410 * lib/gdb.exp (is_aarch64_target): New proc.
15411
9fcf688e
YQ
154122015-07-07 Yao Qi <yao.qi@linaro.org>
15413
15414 * lib/gdb.exp (is_aarch32_target): New proc.
15415 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15416 instead of "istarget "arm*-*-*"".
15417 * gdb.arch/arm-disp-step.exp: Likewise.
15418 * gdb.arch/thumb-bx-pc.exp: Likewise.
15419 * gdb.arch/thumb-prologue.exp: Likewise.
15420 * gdb.arch/thumb-singlestep.exp: Likewise.
15421 * gdb.base/disp-step-syscall.exp: Likewise.
15422 * gdb.base/float.exp: Likewise.
15423
fbd8d50d
YQ
154242015-07-07 Yao Qi <yao.qi@linaro.org>
15425
15426 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15427 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15428
71be1fdc
YQ
154292015-07-07 Yao Qi <yao.qi@linaro.org>
15430
15431 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15432 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15433 if it exists.
15434 * gdb.multi/multi-arch.exp: Likewise.
15435
3e221d36
SM
154362015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15437
15438 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15439 print.
15440
d441430b
YQ
154412015-07-07 Yao Qi <yao.qi@linaro.org>
15442
15443 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15444
06f810bd
MG
154452015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15446
15447 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15448 '[' and ']' characters.
15449
5e61e7c0
IB
154502015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15451
15452 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15453
28bf096c
PA
154542015-06-29 Pedro Alves <palves@redhat.com>
15455
15456 PR threads/18127
15457 * gdb.threads/hand-call-new-thread.c: New file.
15458 * gdb.threads/hand-call-new-thread.c: New file.
15459
ee93cd5e
KS
154602015-06-26 Keith Seitz <keiths@redhat.com>
15461 Doug Evans <dje@google.com>
15462
15463 PR 16253
15464 * gdb.cp/var-tag-2.cc: New file.
15465 * gdb.cp/var-tag-3.cc: New file.
15466 * gdb.cp/var-tag-4.cc: New file.
15467 * gdb.cp/var-tag.cc: New file.
15468 * gdb.cp/var-tag.exp: New file.
15469
fc637f04
PP
154702015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15471
15472 * gdb.base/history-duplicates.exp: New test.
15473
2e52ae68
PP
154742015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15475
15476 * gdb.base/completion.exp: Test the completion of the "focus"
15477 command.
15478
6e22494e
JK
154792015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15480
15481 * gdb.arch/amd64-prologue-skip.S: New file.
15482 * gdb.arch/amd64-prologue-skip.exp: New file.
15483
bf7b9cd9
SM
154842015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15485
15486 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15487 is_address_zero_readable check.
15488
201e8dfd
PB
154892015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15490
15491 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15492 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15493
5cd867b4
YQ
154942015-06-24 Yao Qi <yao.qi@linaro.org>
15495
15496 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15497 linux targets.
15498
4d7be007
YQ
154992015-06-24 Yao Qi <yao.qi@linaro.org>
15500
15501 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15502 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15503 * gdb.base/siginfo-thread.exp: Likewise.
15504
07fcd301
YQ
155052015-06-22 Yao Qi <yao.qi@linaro.org>
15506
15507 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15508
52042a00
YQ
155092015-06-22 Yao Qi <yao.qi@linaro.org>
15510
15511 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15512 aarch64*-*-*.
15513 (skip_hw_watchpoint_tests): Likewise.
15514
74bd41ce
PP
155152015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15516
15517 * gdb.base/gdbinit-history.exp: Test the interaction between
15518 setting GDBHISTSIZE and setting the history size via .gdbinit.
15519
bc460514
PP
155202015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15521
15522 PR gdb/16999
15523 * gdb.base/gdbhistsize-history.exp: New test.
15524
b58c513b
PP
155252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15526
15527 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15528 with GDBHISTSIZE.
15529 * gdb.base/readline.exp: Likewise.
15530
92046791
YQ
155312015-06-17 Yao Qi <yao.qi@linaro.org>
15532
15533 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15534 line.
15535
2093d2d3
PP
155362015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15537
15538 * gdb.base/gdbinit-history.exp: Add test case to check that
15539 an unlimited history file does not get truncated on exit.
15540
e6c693af
AA
155412015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15542
15543 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15544 (VECTOR): New macro. Use it...
15545 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15546 ...for these typedefs.
15547 (int8, char1, int1, double1): New typedefs.
15548 (struct just_int2, struct two_int2): New structures.
15549 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15550 (add_structvecs, add_singlevecs): New functions.
15551 (main): Call add_some_intvecs twice.
15552 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15553 the compile and exit upon failure. Try compiling for the "native"
15554 architecture. Test inferior function calls with vector arguments
15555 and vector return value handling with "finish" and "return".
15556
c74f7d1c
JT
155572015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15558
15559 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15560 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15561 PE file.
15562 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15563
98aa42ee
AT
155642015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15565
15566 PR breakpoints/16465
15567 * gdb.mi/mi-dprintf-pending.c: New file.
15568 * gdb.mi/mi-dprintf-pending.exp: New test.
15569 * gdb.mi/mi-dprintf-pendshr.c: New file.
15570
7d73c23c 155712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15572 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15573
15574 * gdb.arch/i386-mpx-map.c: New file.
15575 * gdb.arch/i386-mpx-map.exp: New File.
15576
155772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15578
15579 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15580 * gdb.arch/i386-mpx.exp: Indentation fixed.
15581
155822015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15583
15584 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15585 function and improved indentation.
15586 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15587 gdb_test_multiple. Added additional tests to skip the test.
15588
155892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15590
15591 * gdb.arch/i386-avx512.c: Change path in include file.
15592 * gdb.arch/i386-avx512.exp: Change include dir path
15593 compilation flag.
15594 * gdb.arch/i386-mpx.c: Change path in include file.
15595 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15596 flag.
15597
d5eba19a
JK
155982015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15599
15600 * gdb.compile/compile-print.exp (compile print *vararray@3)
15601 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15602
7f361056
JK
156032015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15604
15605 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15606 (do not keep jit in memory): ... this.
15607 (expect 5): Change it to ...
15608 (expect no 5): ... this.
15609
3b462ec2
SM
156102015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15611
15612 PR gdb/15564
15613 * gdb.mi/mi-detach.exp: New file.
15614
e0619de6
JK
156152015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15616
15617 PR symtab/18392
15618 * gdb.arch/amd64-tailcall-self.S: New file.
15619 * gdb.arch/amd64-tailcall-self.c: New file.
15620 * gdb.arch/amd64-tailcall-self.exp: New file.
15621
e970cb34
DB
156222015-05-28 Don Breazeal <donb@codesourcery.com>
15623
15624 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15625 tests for remote targets by checking is_target_gdbserver.
15626
b2e2f908
DE
156272015-05-27 Doug Evans <dje@google.com>
15628
15629 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15630 * gdb.dwarf2/opaque-type-lookup.c: New file.
15631 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15632
82c7be31
DE
156332015-05-26 Doug Evans <dje@google.com>
15634
15635 * gdb.cp/iostream.cc: New file.
15636 * gdb.cp/iostream.exp: New file.
15637
b4f54984
DE
156382015-05-26 Doug Evans <dje@google.com>
15639
15640 * gdb.dwarf2/dw2-op-call.exp: Update.
15641 * gdb.dwarf2/dw4-sig-types.exp: Update.
15642 * gdb.dwarf2/implptr.exp: Update.
15643 * gdb.mi/mi-cmd-param-changed.exp: Update.
15644
4ea6efe9
DE
156452015-05-26 Doug Evans <dje@google.com>
15646
15647 * gdb.python/py-lazy-string.c: New file.
15648 * gdb.python/py-lazy-string.exp: New file.
15649 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15650 (main): Update. Add estring3.
15651 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15652 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15653
f6bb7db3
YQ
156542015-05-26 Omair Javaid <omair.javaid@linaro.org>
15655 Yao Qi <yao.qi@linaro.org>
15656
15657 * gdb.reverse/aarch64.c: New.
15658 * gdb.reverse/aarch64.exp: New.
15659
a81bfbd0
OJ
156602015-05-26 Omair Javaid <omair.javaid@linaro.org>
15661
25d49b86
PA
15662 * lib/gdb.exp (supports_process_record): Return true for
15663 aarch64*-linux*.
a81bfbd0
OJ
15664 (supports_reverse): Likewise.
15665
158bf1b4
PP
156662015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15667
15668 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15669 Use with_test_prefix.
15670
a0145030
AB
156712015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15672
15673 * gdb.base/completion.exp: Add test for completion of layout
15674 names.
15675
ebe3b578
AB
156762015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15677
15678 * lib/gdb.exp (skip_tui_tests): New proc.
15679 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15680
84204ed7
PA
156812015-05-19 Pedro Alves <palves@redhat.com>
15682
15683 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15684 Save the whole env array instead of just HOME. Unset HISTSIZE in
15685 the environment while testing. Restore whole environment
15686 afterwards.
15687
37442ce1
DE
156882015-05-16 Doug Evans <xdje42@gmail.com>
15689
15690 * gdb.guile/scm-ports.c: New file.
15691 * gdb.guile/scm-ports.exp: Add memory port tests.
15692
36de76f9
JK
156932015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15694
15695 * gdb.compile/compile-print.c: New file.
15696 * gdb.compile/compile-print.exp: New file.
15697
3a9558c4
JK
156982015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15699
15700 * gdb.compile/compile-ops.exp: Cast param to void.
15701 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15702 (compile code struct_object.selffield = &struct_object): Add xfail.
15703
aa715135
JG
157042015-05-15 Joel Brobecker <brobecker@adacore.com>
15705
15706 * gdb.ada/arr_enum_with_gap: New testcase.
15707
931e5bc3
JG
157082015-05-15 Joel Brobecker <brobecker@adacore.com>
15709
15710 * gdb.ada/byte_packed_arr: New testcase.
15711
9cd4d857
JB
157122015-05-15 Joel Brobecker <brobecker@adacore.com>
15713
15714 * gdb.ada/pckd_neg: New testcase.
15715
ebfd00d2
PP
157162015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15717
15718 PR gdb/17820
15719 * gdb.base/gdbinit-history.exp: New test.
15720 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15721 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15722
4c082a81
SC
157232015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15724
15725 * gdb.python/py-xmethods.cc: Enhance test case.
15726 * gdb.python/py-xmethods.exp: New tests.
15727 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15728 function.
15729 (B_indexoper): Likewise.
15730 (global_dm_list) : Add new xmethod worker functions.
15731
f7797074
SDJ
157322015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15733
15734 * gdb.base/coredump-filter.exp: Correctly unset
15735 "coredump_var_addr" array.
15736
a4674e4e
PA
157372015-05-08 Pedro Alves <palves@redhat.com>
15738
15739 * gdb.server/non-existing-program.exp: Unset spawn_id.
15740
df2eb078
SC
157412015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15742
15743 PR python/18291
15744 * gdb.python/py-xmethods.exp: Add tests.
15745
422349a3
YQ
157462015-05-08 Yao Qi <yao.qi@linaro.org>
15747
15748 PR gdb/18208
15749 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15750 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15751 function set_coredump_filter, and remove remote_exec call.
15752 Remove argument ipid. Callers update.
15753 (top level): Don't get inferior's PID.
15754
63fc80ce
AA
157552015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15756
15757 * gdb.base/watch_thread_num.exp: Skip test on targets without
15758 access watchpoints.
15759
80ad801e
PA
157602015-05-06 Pedro Alves <palves@redhat.com>
15761
15762 PR server/18081
15763 * gdb.server/non-existing-program.exp: New file.
15764
0fa7fe50
JB
157652015-05-05 Joel Brobecker <brobecker@adacore.com>
15766
15767 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15768
3ea89b92
PMR
157692015-05-05 Joel Brobecker <brobecker@adacore.com>
15770
15771 * gdb.ada/out_of_line_in_inlined: New testcase.
15772
87b8eff0
JB
157732015-05-05 Joel Brobecker <brobecker@adacore.com>
15774
15775 * gdb.ada/var_rec_arr: New testcase.
15776
5fccc635
YQ
157772015-04-30 Yao Qi <yao.qi@linaro.org>
15778
15779 * gdb.base/break-idempotent.exp: If
15780 skip_hw_watchpoint_multi_tests returns true, skip the tests
15781 on "rwatch" and "awatch".
15782
42d38f42
YQ
157832015-04-30 Yao Qi <yao.qi@linaro.org>
15784
15785 * gdb.base/relativedebug.exp: Invoke gdb command
15786 "info sharedlibrary", and if libc.so doesn't have debug info,
15787 skip the test.
15788
2ce1cdbf
DE
157892015-04-29 Doug Evans <dje@google.com>
15790
15791 * gdb.python/py-xmethods.exp: Add ptype tests.
15792 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15793 get_result_type method.
15794
f24a38c5
LM
157952015-04-29 Luis Machado <lgustavo@codesourcery.com>
15796
15797 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15798 the target does not support hardware watchpoints.
15799
ecbf2b3c
LM
158002015-04-29 Luis Machado <lgustavo@codesourcery.com>
15801
15802 * gdb.base/break-always.exp: Abort testing if writing to memory
15803 causes an error.
15804
34f5f757
DE
158052015-04-28 Doug Evans <dje@google.com>
15806
15807 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15808 * gdb.python/py-pp-registration.exp: ... here. New file.
15809 * gdb.python/py-pp-registration.c: New file.
15810 * gdb.python/py-pp-registration.py: New file.
15811
69b4374a
DE
158122015-04-28 Doug Evans <dje@google.com>
15813
15814 * gdb.python/py-bad-printers.c: New file.
15815 * gdb.python/py-bad-printers.py: New file.
15816 * gdb.python/py-bad-printers.exp: New file.
15817
59fb7612
SS
158182015-04-28 Sasha Smundak <asmundak@google.com>
15819
15820 * gdb.python/py-type.exp: New test.
15821
2631b16a
AW
158222015-04-28 Andy Wingo <wingo@igalia.com>
15823
15824 * gdb.python/py-parameter.exp:
15825 * gdb.guile/scm-parameter.exp: Escape the path that we are
15826 matching against, as it might contain characters that are special
15827 to regular expressions.
15828
460efde1
JB
158292015-04-27 Joel Brobecker <brobecker@adacore.com>
15830
15831 * gdb.ada/rec_comp: New testcase.
15832
2d369d8e
SDJ
158332015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15834
15835 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15836 before using it.
15837
cf75d6c3
AB
158382015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15839
15840 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15841 new tests for verilog output.
15842
8dbe7ca5
YQ
158432015-04-24 Yao Qi <yao.qi@linaro.org>
15844
15845 * boards/remote-gdbserver-on-localhost.exp: New file.
15846
4ef9fb2f
PA
158472015-04-23 Pedro Alves <palves@redhat.com>
15848
15849 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15850 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15851 "end of file", remove $inferior_spawn_id from the indirect list.
15852
0a803169
PA
158532015-04-23 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15856
749ef8f8
PA
158572015-04-23 Pedro Alves <palves@redhat.com>
15858
15859 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15860 on $any_spawn_id instead of only on $gdb_spawn_id.
15861
8aae4344
PM
158622015-04-21 Pierre Muller <muller@sourceware.org>
15863
15864 PR pascal/17815
15865 * lib/pascal.exp (gpc_compile): Add new option "class".
15866 (fpc_compile): Likewise.
15867 * gdb.pascal/case-insensitive-symbols.pas: New file.
15868 * gdb.pascal/case-insensitive-symbols.exp: New file.
15869
1586c8fb
GB
158702015-04-20 Gary Benson <gbenson@redhat.com>
15871
15872 * gdb.base/attach.exp: Fix three extended remote failures.
15873
1b6e6f5c
GB
158742015-04-17 Gary Benson <gbenson@redhat.com>
15875
15876 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15877 the main executable over the remote protocol.
15878
e797481d
PA
158792015-04-16 Pedro Alves <palves@redhat.com>
15880
15881 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15882 a new gdbserver if gdbserver_reconnect_p is set.
15883
1ca99c42
PA
158842015-04-16 Pedro Alves <palves@redhat.com>
15885
15886 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15887 is set, don't exit gdbserver.
15888
af9fd6f8
AA
158892015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15890
15891 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15892 appropriate .insn, such that an older assembler can be used.
15893 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15894 the z/Architecture instruction set on 31-bit targets as well.
15895
04ff1e61
AA
158962015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15897
15898 * gdb.go/handcall.exp: Remove all logic related to the first
15899 breakpoint and rely on go_runto_main instead.
15900 * gdb.go/strings.exp: Likewise.
15901 * gdb.go/unsafe.exp: Likewise.
15902 * gdb.go/hello.exp: Likewise. Also rename the remaining
15903 breakpoint marker to "breakpoint 1".
15904 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15905 * gdb.go/strings.go: Likewise.
15906 * gdb.go/unsafe.go: Likewise.
15907 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15908 "set breakpoint 2 here" and rename the remaining breakpoint marker
15909 to "breakpoint 1".
15910
40d2f8d6
SM
159112015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15912
15913 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15914 if itertools.imap is not present.
15915 * gdb.python/py-objfile.exp: Add parentheses.
15916 * gdb.python/py-type.exp: Same.
15917 * gdb.python/py-unwind-maint.py: Same.
15918
8cbc97c6
YQ
159192015-04-15 Yao Qi <yao.qi@linaro.org>
15920
15921 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15922 of ":$ptr_size" and set its form explicitly.
15923
45fd756c
YQ
159242015-04-15 Pedro Alves <palves@redhat.com>
15925 Yao Qi <yao.qi@linaro.org>
15926
15927 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15928 timeout by factor of 4.
15929 (test_regular_watch): Likewise.
15930 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15931 * gdb.reverse/sigall-reverse.exp: Likewise.
15932 * gdb.reverse/until-precsave.exp: Likewise.
15933 * lib/gdb.exp (with_timeout_factor): New proc.
15934 (gdb_expect): Move some code to ...
15935 (get_largest_timeout): ... here. New procedure.
15936
9e811bc3
LM
159372015-04-14 Luis Machado <lgustavo@codesourcery.com>
15938
15939 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15940
0ff6fcb2
LM
159412015-04-13 Luis Machado <lgustavo@codesourcery.com>
15942
15943 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15944 to write to the .text section.
15945
7578d5f7
LM
159462015-04-13 Luis Machado <lgustavo@codesourcery.com>
15947
15948 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15949 Handle the case of targets that do not provide PID information.
15950
2efe15c4
YQ
159512015-04-13 Yao Qi <yao.qi@linaro.org>
15952
15953 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15954 and use expect instead of gdb_expect.
15955
8cd8f2f8
SDJ
159562015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15957
15958 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15959 "coredump_var_addr" to avoid naming conflict with other testcases.
15960
9ee41772
PA
159612015-04-10 Pedro Alves <palves@redhat.com>
15962
15963 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15964 gdb_test_sequence and gdb_assert.
15965
07473109
PA
159662015-04-10 Pedro Alves <palves@redhat.com>
15967
15968 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15969 test messages that don't include the breakpoint address.
15970
de3db44c
YQ
159712015-04-10 Yao Qi <yao.qi@linaro.org>
15972
15973 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15974 false for some offset and width combinations which aren't
15975 supported by linux kernel.
15976
c79d856c
PA
159772015-04-10 Pedro Alves <palves@redhat.com>
15978
15979 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15980 procedure, factored out from ...
15981 (top level): ... here. Add "set displaced-stepping" testing axis.
15982 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15983 parameter "displaced". Use it.
15984 (top level): Use foreach and add "set displaced-stepping" testing
15985 axis.
15986
ebc90b50
PA
159872015-04-10 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
15990 Remove comment.
15991 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
15992 both the address of the instruction that triggers the watchpoint
15993 and the address of the instruction immediately after, and use
15994 those addresses for the test. Fix comment.
15995
8f572e5c
PA
159962015-04-10 Pedro Alves <palves@redhat.com>
15997
15998 * gdb.base/sigstep.exp (breakpoint_to_handler)
15999 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16000 Test "backtrace" in handler.
16001 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16002 (top level): Add new "displaced" test axis to
16003 breakpoint_to_handler, breakpoint_to_handler_entry and
16004 breakpoint_over_handler.
16005
8d707a12
PA
160062015-04-10 Pedro Alves <palves@redhat.com>
16007
16008 PR gdb/18216
16009 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16010
ef713951
YQ
160112015-04-10 Yao Qi <yao.qi@linaro.org>
16012
16013 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16014 (test_add_rn_pc): New function.
16015 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16016 (top level): Invoke test_add_rn_pc.
16017
906d60cf
PA
160182015-04-10 Pedro Alves <palves@redhat.com>
16019
16020 PR gdb/13858
16021 * gdb.base/step-over-no-symbols.exp: New file.
16022
f2983cc3
AW
160232015-04-09 Andy Wingo <wingo@igalia.com>
16024
16025 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16026 after the Python tests.
16027
6d62641c
SDJ
160282015-04-08 Keith Seitz <keiths@redhat.com>
16029
16030 PR python/16699
16031 * gdb.python/py-completion.exp: New tests for completion.
16032 * gdb.python/py-completion.py (CompleteLimit1): New class.
16033 (CompleteLimit2): Likewise.
16034 (CompleteLimit3): Likewise.
16035 (CompleteLimit4): Likewise.
16036 (CompleteLimit5): Likewise.
16037 (CompleteLimit6): Likewise.
16038 (CompleteLimit7): Likewise.
16039
f3770638
PA
160402015-04-08 Pedro Alves <palves@redhat.com>
16041
16042 PR gdb/18214
16043 PR gdb/18216
16044 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16045 function.
16046 (main): Install it as SIGUSR1 handler.
16047 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16048 parameter. Always use "setup" as prefix. Toggle "set
16049 displaced-stepping" off/on depending on global. Don't switch to
16050 thread 1 here.
16051 (top level): Add displaced stepping "off/on" test axis. Update
16052 "setup" calls. Wrap each subtest with with_test_prefix. Test
16053 continuing with a queued signal in each thread.
16054
4496bed7
PA
160552015-04-08 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16058 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16059 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16060 Return early if running to main fails.
16061 * gdb.trace/while-stepping.exp: Likewise.
16062
b97fde92
PA
160632015-04-07 Pedro Alves <palves@redhat.com>
16064
16065 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16066 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16067 interact with inferior program.
16068
f71c18e7
PA
160692015-04-07 Pedro Alves <palves@redhat.com>
16070
16071 * lib/gdb.exp (inferior_spawn_id): New global.
16072 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16073 spawn id after processing the user code.
16074 (default_gdb_start): Set inferior_spawn_id.
16075 (send_inferior): New procedure.
16076 * lib/gdbserver-support.exp (gdbserver_start): Set
16077 inferior_spawn_id.
16078 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16079
6423214f
PA
160802015-04-07 Pedro Alves <palves@redhat.com>
16081
16082 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16083 * lib/gdbserver-support.exp (gdbserver_start): Make
16084 $server_spawn_id global.
16085 (gdbserver_start): Don't wait for gdbserver's spawn id with
16086 expect_background.
16087 (close_gdbserver): New procedure.
16088 (gdb_exit): Rename the default version and reimplement.
16089
71c0ee8c
PA
160902015-04-07 Pedro Alves <palves@redhat.com>
16091
72f4393d 16092 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16093 append the substituted item, not the original item.
16094
203bc29b
PA
160952015-04-07 Pedro Alves <palves@redhat.com>
16096
16097 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16098 gdb_expect.
16099
508a3ddf
PA
161002015-04-07 Pedro Alves <palves@redhat.com>
16101
16102 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16103 output appearing once only.
16104
9f6dbe2b
PA
161052015-04-07 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16108 that doesn't expect anything. Return early if running to main
16109 fails.
16110
337532fa
YQ
161112015-04-07 Yao Qi <yao.qi@linaro.org>
16112
16113 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16114 (child_function): Call alarm.
16115 (main): Move call to alarm into the loop.
16116 * gdb.threads/non-stop-fair-events.exp: Build program with
16117 -DTIMEOUT=$timeout.
16118
01b622d4
DE
161192015-04-06 Doug Evans <xdje42@gmail.com>
16120
16121 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16122 Fix dest parameter to board_info.
16123 (fpc_compile): Ditto.
16124 (gdb_compile_pascal): Rename dest arg to destfile.
16125
961f4160
PMR
161262015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16127
16128 * gdb.ada/funcall_ref.exp: New file.
16129 * gdb.ada/funcall_ref/foo.adb: New file.
16130
cafda597
YQ
161312015-04-02 Yao Qi <yao.qi@linaro.org>
16132
16133 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16134 is remote.
16135
fed040c6
GB
161362015-04-02 Gary Benson <gbenson@redhat.com>
16137
16138 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16139
d11916aa
SS
161402015-04-01 Sasha Smundak <asmundak@google.com>
16141
16142 * gdb.python/py-unwind-maint.c: New file.
16143 * gdb.python/py-unwind-maint.exp: New test.
16144 * gdb.python/py-unwind-maint.py: New file.
16145 * gdb.python/py-unwind.c: New file.
16146 * gdb.python/py-unwind.exp: New test.
16147 * gdb.python/py-unwind.py: New test.
16148
a1471180
PA
161492015-04-01 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16152 to fail instead of non-existent $test.
16153
0bbeccb1
PA
161542015-04-01 Pedro Alves <palves@redhat.com>
16155
16156 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16157 GDBFLAGS if not empty.
16158
3c724c8c
PMR
161592015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16160
16161 * gdb.ada/complete.exp: Remove "multi_line".
16162 * gdb.ada/info_exc.exp: Remove "multi_line".
16163 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16164 * gdb.ada/ptype_field.exp: Remove "multi_line".
16165 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16166 * gdb.ada/tagged.exp: Remove "multi_line".
16167 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16168 [multi_line ...]
16169 * gdb.btrace/delta.exp: Likewise.
16170 * gdb.btrace/exception.exp: Likewise.
16171 * gdb.btrace/function_call_history.exp: Likewise.
16172 * gdb.btrace/instruction_history.exp: Likewise.
16173 * gdb.btrace/nohist.exp: Likewise.
16174 * gdb.btrace/record_goto.exp: Likewise.
16175 * gdb.btrace/segv.exp: Likewise.
16176 * gdb.btrace/stepi.exp: Likewise.
16177 * gdb.btrace/tailcall.exp: Likewise.
16178 * gdb.btrace/unknown_functions.exp: Likewise.
16179 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16180 * lib/gdb.exp: Add the "multi_line" helper.
16181
4eec2deb
PA
161822015-04-01 Pedro Alves <palves@redhat.com>
16183
16184 * gdb.threads/tid-reuse.c: New file.
16185 * gdb.threads/tid-reuse.exp: New file.
16186
df8411da
SDJ
161872015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16188
16189 PR corefiles/16092
16190 * gdb.base/coredump-filter.c: New file.
16191 * gdb.base/coredump-filter.exp: Likewise.
16192
6ef37366
PM
161932015-03-27 Petr Machata <pmachata@redhat.com>
16194
16195 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16196 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16197 (Dwarf::assemble): Initialize them.
16198 (Dwarf::lines): New function.
16199
7ec911b0
JT
162002015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16201
16202 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16203 SYMBOL_PREFIX for x86_64-*-cygwin.
16204
ff908ebf
AW
162052015-03-26 Andy Wingo <wingo@igalia.com>
16206
16207 PR symtab/18148
16208 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16209 const_value but not a location.
16210 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16211 location defined in non-main CUs are visible.
16212
6d5f0679
YQ
162132015-03-26 Yao Qi <yao.qi@linaro.org>
16214
16215 PR testsuite/18139
16216 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16217 Add a line number entry for the same line.
16218 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16219 Add a line number entry for the same line.
16220
2898689b
YQ
162212015-03-26 Yao Qi <yao.qi@linaro.org>
16222
16223 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16224 .int 0.
16225 (func): Likewise. Add .Lfunc_1 label.
16226 Use .Lfunc_1 label.
16227 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16228 .int 0.
16229 (func): Likewise.
16230 Use .Lfunc_1 label.
16231
85180498
YQ
162322015-03-26 Yao Qi <yao.qi@linaro.org>
16233
16234 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16235 Call gdb_compile instead to compile each .s files without debug
16236 information.
16237
8aa08a8d
YQ
162382015-03-26 Yao Qi <yao.qi@linaro.org>
16239
16240 * gdb.base/savedregs.exp (process_saved_regs): Make
16241 "Saved registers:" optional in the pattern.
16242
66849923
MM
162432015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16244
16245 * gdb.btrace/next.exp: Merged into step.exp.
16246 * gdb.btrace/finish.exp: Merged into step.exp.
16247 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16248 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16249 "record goto" and checking the exact replay position.
16250 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16251 check for "Recording format" in "info record" output.
16252 * gdb.btrace/record_goto.exp: Choose test file based on target.
16253 * gdb.btrace/x86-record_goto.S: Renamed into ...
16254 * gdb.btrace/x86_64-record_goto.S: ... this.
16255 * gdb.btrace/i686-record_goto.S: New.
16256 * gdb.btrace/x86-tailcall.S: Renamed into ...
16257 * gdb.btrace/x86_64-tailcall.S: ... this.
16258 * gdb.btrace/i686-tailcall.S: New.
16259 * gdb.btrace/x86-tailcall.c: Renamed into ...
16260 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16261 separate statements. Update test.
16262 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16263 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16264 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16265 * gdb.btrace/tailcall.exp: Choose test file based on target.
16266 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16267
11cc1b74
MM
162682015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16269
16270 * gdb.btrace/exception.exp: Increase BTS buffer size.
16271
a25d8bf9
PA
162722015-03-24 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16275
856e7dd6
PA
162762015-03-24 Pedro Alves <palves@redhat.com>
16277
16278 * gdb.threads/schedlock.exp (test_step): No longer expect that
16279 "set scheduler-locking step" with "next" over a function call runs
16280 threads unlocked.
16281
ad235a41
AT
162822015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16283
16284 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16285
15630549
AT
162862015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16287
16288 PR breakpoints/16466
16289 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16290 * gdb.mi/mi-pending.c (thread_func): New function.
16291 (int main): Add threading support required.
16292 * gdb.mi/mi-pending.exp: Add tests for this issue.
16293 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16294 (pendfunc2): Remove stdio dependency.
16295 * gdb.mi/mi-pendshr2.c: New file.
16296
693dca06
KS
162972015-03-23 Keith Seitz <keiths@redhat.com>
16298
16299 * gdb.linespec/keywords.c: New file.
16300 * gdb.linespec/keywords.exp: New file.
16301
7e993ebf
KS
163022015-03-23 Keith Seitz <keiths@redhat.com>
16303
16304 PR gdb/18021
16305 * gdb.dwarf2/staticvirtual.exp: New test.
16306
bc23328c
JK
163072015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16308
16309 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16310 * README: Remove HP-UX and gdb.hp.
16311 (configuration):
16312 * configure: Regenerate.
16313 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16314 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16315 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16316 gdb.hp/gdb.defects/Makefile.
16317 * gdb.hp/Makefile.in: File deleted.
16318 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16319 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16320 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16321 * gdb.hp/gdb.aCC/run.c: File deleted.
16322 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16323 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16324 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16325 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16326 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16327 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16328 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16329 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16330 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16331 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16332 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16333 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16334 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16335 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16336 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16337 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16338 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16339 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16340 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16341 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16342 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16343 * gdb.hp/gdb.compat/average.c: File deleted.
16344 * gdb.hp/gdb.compat/sum.c: File deleted.
16345 * gdb.hp/gdb.compat/xdb.c: File deleted.
16346 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16347 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16348 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16349 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16350 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16351 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16352 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16353 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16354 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16355 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16356 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16357 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16358 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16359 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16360 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16361 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16362 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16363 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16364 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16365 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16366 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16367 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16368 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16369 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16370 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16371 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16372 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16373 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16374 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16375 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16376 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16377 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16378 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16379 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16380 * gdb.hp/tools/odump: File deleted.
16381
8bf3b159
PA
163822015-03-19 Pedro Alves <palves@redhat.com>
16383
16384 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16385 (saw_thread_3): New globals.
16386 (top level): Increment them when an event for the corresponding
16387 thread is seen.
16388 (no thread starvation): New test.
16389
eb54c8bf
PA
163902015-03-19 Pedro Alves <palves@redhat.com>
16391
16392 * gdb.threads/continue-pending-status.c: New file.
16393 * gdb.threads/continue-pending-status.exp: New file.
16394
32d2e5d6
PA
163952015-03-18 Pedro Alves <palves@redhat.com>
16396
16397 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16398 Use gdb_is_target_remote instead of is_remote. Use
16399 gdb_test_multiple instead of gdb_expect. Exit early if
16400 gdb_test_multiple hits its internal matches. Tighten stepi tests
16401 expected output. Fail on exit with any signal, instead of just
16402 SIGILL.
16403
f68f11b7
YQ
164042015-03-18 Yao Qi <yao.qi@linaro.org>
16405
16406 PR tdep/18107
16407 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16408 variable.
16409 * gdb.base/catch-syscall.exp: Don't skip it on
16410 aarch64*-*-linux* target. Remove elements in all_syscalls.
16411 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16412 target.
16413 (setup_all_syscalls): New proc.
16414
ca5fd19b
YQ
164152015-03-16 Yao Qi <yao.qi@linaro.org>
16416
16417 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16418 (top level): Skip tests if valid_addr_p returns false for
16419 $cmd1 or $cmd2.
16420
85642ba0
AW
164212015-03-11 Andy Wingo <wingo@igalia.com>
16422
16423 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16424
e03f9645
YQ
164252015-03-11 Yao Qi <yao.qi@linaro.org>
16426
16427 * gdb.base/catch-syscall.exp: Fix typo in comments.
16428
5d0962b2
YQ
164292015-03-11 Yao Qi <yao.qi@linaro.org>
16430
16431 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16432
b2df3cef
PA
164332015-03-09 Pedro Alves <palves@redhat.com>
16434
16435 * dg-extract-results.py: Delete.
16436
ef878e53
PA
164372015-03-09 Pedro Alves <palves@redhat.com>
16438
16439 Merge dg-extract-results.sh from GCC upstream (r218843).
16440
16441 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16442 * dg-extract-results.sh: Use --text with grep to avoid issues with
16443 binary files. Fall back to cat -v, if that doesn't work.
16444
9494d219
PA
164452015-03-05 Pedro Alves <palves@redhat.com>
16446
16447 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16448
a8d9763a
SM
164492015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16450
16451 * lib/mi-support.exp (mi_expect_interrupt): Accept
16452 alternative event for when in all-stop mode.
16453
be9957b8
PA
164542015-03-04 Pedro Alves <palves@redhat.com>
16455
16456 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16457
d57be0f4 164582015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16459
16460 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16461
c214c7cf
AA
164622015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16463
16464 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16465 regexps for GDB's current line display, accept a hex address
16466 preceding the line number.
16467
6d74a497
AA
164682015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16469
16470 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16471 the 'arch1' variable for "s390*-linux*" targets.
16472
511aee7c
PA
164732015-03-04 Pedro Alves <palves@redhat.com>
16474
16475 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16476 (main): Pass missing retval argument to pthread_join call.
16477
95e50b27
PA
164782015-03-02 Pedro Alves <palves@redhat.com>
16479
16480 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16481 (top level): Call do_test with non-stop as well.
16482
28054d69
PA
164832015-03-02 Pedro Alves <palves@redhat.com>
16484
16485 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16486 -1.
16487
4fa5d7b4
AA
164882015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16489
16490 * gdb.arch/s390-vregs.exp: New test.
16491 * gdb.arch/s390-vregs.S: New file.
16492
97c18565
PA
164932015-02-27 Pedro Alves <palves@redhat.com>
16494
16495 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16496 call to catch_command_errors.
16497 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16498 catch_command_errors.
16499
a37bfa30
PA
165002015-02-27 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16503 "true" for boolean result.
16504 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16505 prototype of main.
16506
6f98576f
PA
165072015-02-27 Pedro Alves <palves@redhat.com>
16508
16509 * lib/unbuffer_output.c: New file.
16510 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16511 (main): Call gdb_unbuffer_output.
16512
eba5ab56
YQ
165132015-02-27 Yao Qi <yao.qi@linaro.org>
16514
16515 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16516 target.
16517
0def5aaa
DE
165182015-02-26 Doug Evans <dje@google.com>
16519
16520 * gdb.cp/class2.cc (Dbase, D): New classes.
16521 (main): New local delta.
16522 * gdb.cp/class2.exp: Test printing delta.
16523 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16524 (dynbar): New global.
16525 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16526
081a1c2c
JK
165272015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16528
16529 * gdb.compile/compile-ifunc.c: New file.
16530 * gdb.compile/compile-ifunc.exp: New file.
16531
2f41223f
AT
165322015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16533
16534 * gdb.base/structs.exp: Check for correct struct on finish.
16535
03eddd80
YQ
165362015-02-26 Yao Qi <yao.qi@linaro.org>
16537
16538 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16539 is zero.
16540
80c57053
JK
165412015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16542
16543 * gdb.arch/cordic.ko.bz2: New file.
16544 * gdb.arch/cordic.ko.debug.bz2: New file.
16545 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16546
21613c12
YQ
165472015-02-25 Yao Qi <yao.qi@linaro.org>
16548
16549 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16550 aarch64*-*-* target.
16551
d8b901ed
PA
165522015-02-23 Pedro Alves <palves@redhat.com>
16553
16554 * lib/gdb.exp (delete_breakpoints): Rewrite using
16555 gdb_test_multiple.
16556
e5b85ead
PA
165572015-02-23 Pedro Alves <palves@redhat.com>
16558
16559 * gdb.base/info-os.c: Include stdlib.h.
16560
85c3a371
DE
165612015-02-22 Doug Evans <xdje42@gmail.com>
16562
16563 PR symtab/17855
16564 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16565 is read after symbols have been re-read.
16566 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16567 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16568
96553a0c
DE
165692015-02-21 Doug Evans <dje@google.com>
16570
16571 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16572
97a0c697
JK
165732015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16574
16575 PR corefiles/17808
16576 * gdb.arch/i386-biarch-core.core.bz2: New file.
16577 * gdb.arch/i386-biarch-core.exp: New file.
16578
a47cd6e9
PA
165792015-02-21 Pedro Alves <palves@redhat.com>
16580
16581 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16582 runto_main fails.
16583
c5facdc4
PA
165842015-02-20 Pedro Alves <palves@redhat.com>
16585
16586 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16587 info probes.
16588
2db9a427
PA
165892015-02-20 Pedro Alves <palves@redhat.com>
16590
16591 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16592
60fb7e9e
PA
165932015-02-20 Pedro Alves <palves@redhat.com>
16594
16595 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16596 clean_restart before gdb_target_supports_trace.
16597
5c5019c2
PA
165982015-02-20 Pedro Alves <palves@redhat.com>
16599
16600 PR threads/18006
16601 * gdb.threads/clone-thread_db.c: New file.
16602 * gdb.threads/clone-thread_db.exp: New file.
16603
c9587f88
AT
166042015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16605
16606 PR breakpoints/16812
16607 * gdb.base/catch-gdb-caused-signals.c: New file.
16608 * gdb.base/catch-gdb-caused-signals.exp: New file.
16609
f6a88844
JM
166102015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16611
16612 * configure: Regenerated.
16613 * configure.ac: Use GDB_AC_TRANSFORM.
16614 * aclocal.m4: sinclude ../transform.m4.
16615
497c491b
JM
166162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16617
16618 * lib/dtrace.exp: New file.
16619 * gdb.base/dtrace-probe.exp: Likewise.
16620 * gdb.base/dtrace-probe.d: Likewise.
16621 * gdb.base/dtrace-probe.c: Likewise.
16622 * lib/pdtrace.in: Likewise.
16623 * configure.ac: Output variables with the transformed names of
16624 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16625 * configure: Regenerated.
16626
03e98035
JM
166272015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16628
16629 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16630 expected message when trying to access $_probe_* convenience
16631 variables while not on a probe.
16632
63cc30e9
JK
166332015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16634
16635 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16636
0703599a
PA
166372015-02-11 Pedro Alves <pedro@codesourcery.com>
16638
16639 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16640 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16641
7e60a48e
DE
166422015-02-10 Doug Evans <xdje42@gmail.com>
16643
16644 * lib/gdb.exp (gdb_load): Always return a result.
16645
01b088bc
PA
166462015-02-10 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.threads/signal-sigtrap.c: New file.
16649 * gdb.threads/signal-sigtrap.exp: New file.
16650
b05ec7a5
AT
166512015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16652
16653 * gdb.trace/no-attach-trace.c: New file.
16654 * gdb.trace/no-attach-trace.exp: New file.
16655
a2c2acaf
MW
166562015-02-09 Mark Wielaard <mjw@redhat.com>
16657
16658 * gdb.dwarf2/atomic.c: New file.
16659 * gdb.dwarf2/atomic-type.exp: Likewise.
16660
31fd9caa
MM
166612015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16662
16663 * gdb.btrace/buffer-size.exp: Update "info record" output.
16664 * gdb.btrace/delta.exp: Update "info record" output.
16665 * gdb.btrace/enable.exp: Update "info record" output.
16666 * gdb.btrace/finish.exp: Update "info record" output.
16667 * gdb.btrace/instruction_history.exp: Update "info record" output.
16668 * gdb.btrace/next.exp: Update "info record" output.
16669 * gdb.btrace/nexti.exp: Update "info record" output.
16670 * gdb.btrace/step.exp: Update "info record" output.
16671 * gdb.btrace/stepi.exp: Update "info record" output.
16672 * gdb.btrace/nohist.exp: Update "info record" output.
16673
d33501a5
MM
166742015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16675
16676 * gdb.btrace/buffer-size: New.
16677
f4abbc16
MM
166782015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16679
16680 * gdb.btrace/delta.exp: Update "info record" output.
16681 * gdb.btrace/enable.exp: Update "info record" output.
16682 * gdb.btrace/finish.exp: Update "info record" output.
16683 * gdb.btrace/instruction_history.exp: Update "info record" output.
16684 * gdb.btrace/next.exp: Update "info record" output.
16685 * gdb.btrace/nexti.exp: Update "info record" output.
16686 * gdb.btrace/step.exp: Update "info record" output.
16687 * gdb.btrace/stepi.exp: Update "info record" output.
16688 * gdb.btrace/nohist.exp: Update "info record" output.
16689
b9d61307
SM
166902015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16691
16692 PR gdb/15678
16693 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16694
e584fdbc
PA
166952015-02-06 Pedro Alves <palves@redhat.com>
16696
16697 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16698 macro.
16699 (seconds_left, again): New globals.
16700 (main): Wait seconds_left in a 1-second sleep loop instead of
16701 sleeping 180 seconds. If 'again' is set, reset the seconds
16702 counter.
16703 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16704 'again' in the inferior before detaching. Print the seconds left.
16705 (options): New global.
16706 (top level): Build program with -DTIMEOUT=$timeout.
16707
77f41761
PA
167082015-02-06 Pedro Alves <palves@redhat.com>
16709
16710 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16711 determine how many seconds to pass to 'alarm'.
16712 * gdb.base/gdb-sigterm.exp (top level): Build program with
16713 -DTIMEOUT=$timeout.
16714 (do_test): Return success/failure indication. Add more verbose
16715 logging. Don't fail if 200 single steps are seen. Instead, fail
16716 when the test times out.
16717 (passes): New global.
16718 (top level): Break the testing loop if testing fails on any
16719 iteration. Use gdb_assert.
16720
b9394193
DB
167212015-02-04 Don Breazeal <donb@codesourcery.com>
16722
16723 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16724 and initialize them.
16725 (ipc_cleanup): New function.
16726 (main): Don't declare shmid, semid, and msqid. Add a call to
16727 atexit so that we call ipc_cleanup on exit.
16728
42d9e528
PA
167292015-02-04 Pedro Alves <palves@redhat.com>
16730
16731 * boards/native-extended-gdbserver.exp: Remove any target variant
16732 specifications from the board name before clearing the isremote
16733 flag from board_info.
16734
ae6ae975
DE
167352015-01-31 Doug Evans <xdje42@gmail.com>
16736
16737 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16738
cfb069a8
GB
167392015-01-31 Gary Benson <gbenson@redhat.com>
16740
16741 * gdb.base/completion.exp: Disable completion limiting for
16742 existing tests. Add new tests to check completion limiting.
16743 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16744
5dd31d79
DE
167452015-01-31 Doug Evans <xdje42@gmail.com>
16746
16747 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16748
9f050062
DE
167492015-01-31 Doug Evans <xdje42@gmail.com>
16750
16751 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16752 entries. Duplicate file section script entries.
16753 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16754 inlined entries. Add test for safe-path rejection.
16755 * gdb.python/py-section-script.c: Add duplicate inlined section script
16756 entries. Duplicate file section script entries.
16757 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16758 inlined entries. Add test for safe-path rejection.
16759
df25ebbd
JB
167602015-01-29 Joel Brobecker <brobecker@adacore.com>
16761
16762 * gdb.ada/disc_arr_bound: New testcase.
16763
4a0ca9ec
JB
167642015-01-29 Joel Brobecker <brobecker@adacore.com>
16765
16766 * gdb.ada/mi_var_array: New testcase.
16767
3a8b707a
DE
167682015-01-27 Doug Evans <dje@google.com>
16769
16770 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16771 Add test for objfile.filename, objfile.username after objfile
16772 has been unloaded.
16773
f8313f6e
JB
167742015-01-26 Joel Brobecker <brobecker@adacore.com>
16775
16776 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16777 the second test to print the name attribute of value
16778 returned by the call to gdb.lookup_type, and adjust
16779 the expected output accordingly.
16780
37bc665e
MW
167812015-01-25 Mark Wielaard <mjw@redhat.com>
16782
16783 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16784 * gdb.base/disp-step-fork.c: Include unistd.h.
16785 * gdb.base/siginfo-obj.c: Include stdio.h.
16786 * gdb.base/siginfo-thread.c: Likewise.
16787 * gdb.mi/non-stop.c: Include unistd.h.
16788 * gdb.mi/nsthrexec.c: Include stdio.h.
16789 * gdb.mi/pthreads.c: Include unistd.h.
16790 * gdb.modula2/unbounded1.c (main): Declare returns int.
16791 * gdb.reverse/consecutive-reverse.c: Likewise.
16792 * gdb.threads/create-fail.c: Include unistd.h.
16793 * gdb.threads/killed.c: Likewise.
16794 * gdb.threads/linux-dp.c: Likewise.
16795 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16796 * gdb.threads/non-ldr-exc-2.c: Likewise.
16797 * gdb.threads/non-ldr-exc-3.c: Likewise.
16798 * gdb.threads/non-ldr-exc-4.c: Likewise.
16799 * gdb.threads/pthreads.c: Include unistd.h.
16800 (main): Declare returns int.
16801 * gdb.threads/tls-main.c (foo): New declaration.
16802 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16803
f7e5394d
SM
168042015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16805
16806 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16807 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16808
743649fd
MW
168092015-01-15 Mark Wielaard <mjw@redhat.com>
16810
16811 * gdb.base/noreturn-return.c: New file.
16812 * gdb.base/noreturn-return.exp: New file.
16813 * gdb.base/noreturn-finish.c: New file.
16814 * gdb.base/noreturn-finish.exp: New file.
16815
198297aa
PA
168162015-01-23 Pedro Alves <palves@redhat.com>
16817
16818 * gdb.threads/continue-pending-after-query.c: New file.
16819 * gdb.threads/continue-pending-after-query.exp: New file.
16820
717cf30c
AG
168212015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16822 Simon Marchi <simon.marchi@ericsson.com>
16823
16824 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16825 * gdb.base/valgrind-db-attach.exp: Same.
16826 * gdb.base/valgrind-infcall.exp: Same.
16827 * lib/mi-support.exp (default_mi_gdb_start): Same.
16828 * lib/prompt.exp (default_prompt_gdb_start): Same.
16829 * lib/gdb.exp (default_gdb_spawn): Same.
16830 (gdb_interact): New.
16831
16832
4b62a76e
JK
168332015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16834
16835 * gdb.compile/compile.exp (pointer to jit function): New test.
16836
b4cdae6f
WW
168372015-01-17 Wei-cheng Wang <cole945@gmail.com>
16838
16839 * lib/gdb.exp (supports_process_record): Return true for
16840 powerpc*-*-linux*.
16841 (supports_reverse): Likewise.
16842
d221e7ef
DB
168432015-01-15 Don Breazeal <donb@codesourcery.com>
16844
16845 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16846 instead of checking whether the target board is remote and
16847 use spawn_wait_for_attach instead of exec/sleep.
16848 * gdb.base/attach-twice.exp: Likewise.
16849
bafffb51
JB
168502015-01-15 Joel Brobecker <brobecker@adacore.com>
16851
16852 * gdb.ada/var_arr_attrs: New testcase.
16853
5589af0e
PA
168542015-01-14 Pedro Alves <palves@redhat.com>
16855 Joel Brobecker <brobecker@adacore.com>
16856
16857 PR gdb/17525
16858 * gdb.base/bp-cmds-execution-x-script.c: New file.
16859 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16860 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16861
6c400b59
PA
168622015-01-14 Pedro Alves <palves@redhat.com>
16863
16864 PR cli/17828
16865 * gdb.base/batch-preserve-term-settings.c: New file.
16866 * gdb.base/batch-preserve-term-settings.exp: New file.
16867
e02c96a7
DE
168682015-01-13 Doug Evans <dje@google.com>
16869
16870 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16871 binary.
16872
576fd14c
JB
168732015-01-13 Joel Brobecker <brobecker@adacore.com>
16874
16875 * Makefile.in (clean mostlyclean): Do not delete *.py.
16876
04dccad0
JB
168772015-01-13 Joel Brobecker <brobecker@adacore.com>
16878
16879 * gdb.python/py-lookup-type.exp: New file.
16880
3d230f71
PA
168812015-01-12 Pedro Alves <palves@redhat.com>
16882
16883 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16884 restore GDBFLAGS before returning.
16885
7e67715d
JK
168862015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16887
16888 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16889 is_amd64_regs_target and is_x86_like_target.
16890
f2e0d4b4
DE
168912015-01-11 Doug Evans <xdje42@gmail.com>
16892
16893 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16894 is given without an explicit form.
16895 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16896 attributes.
16897 * gdb.dwarf/corrupt.exp: Ditto.
16898 * gdb.dwarf2/enum-type.exp: Ditto.
16899 * gdb.trace/entry-values.exp: Ditto.
16900 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16901
439250fb
DE
169022015-01-11 Doug Evans <xdje42@gmail.com>
16903
16904 PR gdb/15830
16905 * gdb.base/maint.exp: Remove references to "maint demangle".
16906 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16907 Add tests for explicitly specifying language to demangle.
16908 * gdb.dlang/demangle.exp: Ditto.
16909
ede9f622
PA
169102015-01-09 Pedro Alves <palves@redhat.com>
16911
16912 * gdb.threads/non-stop-fair-events.c: New file.
16913 * gdb.threads/non-stop-fair-events.exp: New file.
16914
a7b796db
PA
169152015-01-09 Pedro Alves <palves@redhat.com>
16916
16917 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16918 the global scope. Set a breakpoint after all threads are started
16919 rather than stepping over two source lines. Expect the prompt.
16920 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16921 global.
16922 (NUM): Now 15.
16923 (main): Use threads_started_barrier to wait for all threads to
16924 start. Main thread no longer calls thread_function. Exit after
16925 180 seconds.
16926 (loop): New function.
16927 (thread_function): Wait on threads_started_barrier barrier. Call
16928 'loop' at each iteration.
16929 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16930 threads have started, instead of hardcoding number of "next"
16931 steps. Use an access watchpoint instead of a write watchpoint.
16932
9665ffdd
PA
169332015-01-09 Pedro Alves <palves@redhat.com>
16934
16935 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16936 (thread_func): Wait on barrier.
16937 (main): Wait for all threads to start before stopping GDB.
16938 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16939 global.
16940 (thread1_func, thread2_func): Wait on barrier.
16941 (main): Wait for all threads to start before stopping GDB.
16942 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16943 New global.
16944 (thread1_func, thread2_func): Wait on barrier.
16945 (main): Wait for all threads to start before stopping GDB.
16946
c945a99f
PA
169472015-01-09 Pedro Alves <palves@redhat.com>
16948
16949 * gdb.threads/attach-many-short-lived-threads.c: New file.
16950 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16951
c1a747c1
PA
169522014-01-09 Pedro Alves <palves@redhat.com>
16953
16954 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16955 instead of to thread 2.
16956 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16957 Add barrier around each pthread_create call instead of around all
16958 calls.
16959 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16960 Set a break on thread_function and have the child threads hit it
16961 one at at a time.
16962
60b3033e
PA
169632015-01-09 Pedro Alves <palves@redhat.com>
16964
16965 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16966 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16967 false.
16968 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16969 checking whether the target board is remote.
16970 * gdb.multi/multi-attach.exp: Likewise.
16971 * gdb.python/py-sync-interp.exp: Likewise.
16972 * gdb.server/ext-attach.exp: Likewise.
16973 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16974 tests that need to attach, instead of checking whether the target
16975 board is remote at the top of the file.
16976
acc018ac
YQ
169772015-01-08 Yao Qi <yao@codesourcery.com>
16978
16979 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16980
50a18af8
JK
169812015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16982
16983 Fix testcase compilation.
16984 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16985
8503d6e1
JB
169862015-01-06 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.python/py-type.exp: Add a couple test about empty
16989 array creation, and negative-length array creation.
16990
cc73dbcc
DE
169912015-01-02 Doug Evans <xdje42@gmail.com>
16992
16993 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
16994
0300bbc7
DE
169952015-01-02 Doug Evans <dje@google.com>
16996
16997 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
16998
9d85a0ec
YQ
169992014-12-29 Yao Qi <yao@codesourcery.com>
17000
17001 * gdb.trace/entry-values.exp: Update comments. Rename variable
17002 bar_call_foo to returned_from_foo.
17003
87186c6a
MMN
170042014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17005
17006 PR gdb/17394
17007 * gdb.linespec/break-asm-file.c: New file.
17008 * gdb.linespec/break-asm-file.exp: New file.
17009 * gdb.linespec/break-asm-file0.s: New file.
17010 * gdb.linespec/break-asm-file1.s: New file.
17011
1bab7383
YQ
170122014-12-18 Nigel Stephens <nigel@mips.com>
17013 Maciej W. Rozycki <macro@codesourcery.com>
17014
17015 * gdb.base/float.exp: Handle the new output from "info float" on
17016 MIPS targets.
17017
1bc1068a
JK
170182014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17019
17020 Fix MinGW compilation.
17021 * gdb.compile/compile-ops.exp: Update untested message if
17022 !skip_compile_feature_tests.
17023 * gdb.compile/compile-setjmp.exp: Likewise.
17024 * gdb.compile/compile-tls.exp: Likewise.
17025 * gdb.compile/compile.exp: Likewise.
17026 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17027 supported on this host".
17028
b6615d10
DE
170292014-12-16 Doug Evans <xdje42@gmail.com>
17030
17031 * boards/stabs.exp: New file.
17032
25dda427
AA
170332014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17034
17035 * gdb.base/completion.exp: Adjust to format changes of "maint
17036 print user-registers".
17037
bf330350
CU
170382014-12-16 Catalin Udma <catalin.udma@freescale.com>
17039
17040 PR server/17457
17041 * gdb.arch/aarch64-fp.c: New file.
17042 * gdb.arch/aarch64-fp.exp: New file.
17043
395cf596
SDJ
170442014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17045
17046 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17047 r210637, r210913, r211666, r215400, r215817).
17048
17049 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17050 * dg-extract-results.py: New file.
17051 * dg-extract-results.sh: Use it if the environment seems
17052 suitable.
17053
17054 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17055
17056 * dg-extract-results.py (parse_run): Handle warnings that
17057 are printed before a test harness is run.
17058
17059 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17060
17061 * dg-extract-results.py (Named): Remove __cmp__ method.
17062 (output_variation): Use a key to sort variation.harnesses.
17063
17064 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17065
17066 * dg-extract-results.py: For Python 3, force sys.stdout to
17067 handle surrogate escape sequences.
17068 (safe_open): New function.
17069 (output_segment, main): Use it.
17070
17071 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17072
17073 * dg-extract-results.py (Prog.result_re): Include options
17074 in test name.
17075
17076 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17077
17078 * dg-extract-results.py (output_variation): Always sort if
17079 do_sum.
17080
e882ef3c
SM
170812014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17082
17083 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17084 as long as we get pagination notifications.
17085
4992aa20
JM
170862014-12-15 Jason Merrill <jason@redhat.com>
17087
17088 * Makefile.in (check-gdb.%): Restore.
17089 * README: Mention it.
17090
c1b5a1a6
JB
170912014-12-13 Joel Brobecker <brobecker@adacore.com>
17092
17093 * gdb.ada/str_uninit: New testcase.
17094
5537b577
JK
170952014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17096
17097 PR symtab/17642
17098 * gdb.base/vla-stub-define.c: New file.
17099 * gdb.base/vla-stub.c: New file.
17100 * gdb.base/vla-stub.exp: New file.
17101
bb2ec1b3
TT
171022014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17103 Jan Kratochvil <jan.kratochvil@redhat.com>
17104 Tom Tromey <tromey@redhat.com>
17105
17106 * configure.ac: Add gdb.compile/.
17107 * configure: Regenerate.
17108 * gdb.compile/Makefile.in: New file.
17109 * gdb.compile/compile-ops.exp: New file.
17110 * gdb.compile/compile-ops.c: New file.
17111 * gdb.compile/compile-tls.c: New file.
17112 * gdb.compile/compile-tls.exp: New file.
17113 * gdb.compile/compile-constvar.S: New file.
17114 * gdb.compile/compile-constvar.c: New file.
17115 * gdb.compile/compile-mod.c: New file.
17116 * gdb.compile/compile-nodebug.c: New file.
17117 * gdb.compile/compile-setjmp-mod.c: New file.
17118 * gdb.compile/compile-setjmp.c: New file.
17119 * gdb.compile/compile-setjmp.exp: New file.
17120 * gdb.compile/compile-shlib.c: New file.
17121 * gdb.compile/compile.c: New file.
17122 * gdb.compile/compile.exp: New file.
17123 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17124
4ff709eb
TT
171252014-12-12 Tom Tromey <tromey@redhat.com>
17126
17127 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17128 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17129
6dddd6a5
DE
171302014-12-12 Doug Evans <dje@google.com>
17131
17132 * lib/gdb-python.exp (get_python_valueof): New function.
17133 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17134
71c24708
AA
171352014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17136
17137 * gdb.base/completion.exp: Add test for completion of "info
17138 registers ".
17139
3e29f34a
MR
171402014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17141
17142 * gdb.base/func-ptrs.c: New file.
17143 * gdb.base/func-ptrs.exp: New file.
17144
fc126975
SM
171452014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17146
17147 PR breakpoints/17012
17148 * gdb.base/dprintf-detach.c: New file.
17149 * gdb.base/dprintf-detach.exp: New file.
17150
0a46d518
SM
171512014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17152
17153 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17154 * lib/gdb.exp (target_is_gdbserver): New procedure.
17155
a0be3e44
DE
171562014-12-08 Doug Evans <dje@google.com>
17157
17158 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17159
df1b803a
YQ
171602014-12-05 Yao Qi <yao@codesourcery.com>
17161
17162 * gdb.guile/scm-error.exp: Remove the third argument to
17163 gdb_remote_download.
17164 * gdb.guile/scm-frame-args.exp: Likewise.
17165 * gdb.guile/scm-section-script.exp: Likewise.
17166
ddb9f679
YQ
171672014-12-05 Yao Qi <yao@codesourcery.com>
17168
17169 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17170
86e4ed39
DE
171712014-12-04 Doug Evans <dje@google.com>
17172
17173 * gdb.python/py-objfile.exp: Add tests for
17174 objfile.add_separate_debug_file.
17175
7c50a931
DE
171762014-12-04 Doug Evans <dje@google.com>
17177
17178 * lib/gdb.exp (get_build_id): New function.
17179 (build_id_debug_filename_get): Rewrite to use it.
17180 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17181
621661e3
MR
171822014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17183
17184 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17185 `method(long)', not just 0x0.
17186 * gdb.cp/nsalias.exp: Align code labels to 4.
17187 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17188 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17189 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17190 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17191 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17192 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17193
29f0c3b7
DE
171942014-12-02 Doug Evans <dje@google.com>
17195
e1e061e7 17196 PR symtab/17602
29f0c3b7 17197 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17198 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17199 * gdb.cp/anon-ns.exp: Update.
17200
162078c8
NB
172012014-12-02 Nick Bull <nicholaspbull@gmail.com>
17202
17203 * gdb.python/py-events.py (inferior_call_handler): New.
17204 (register_changed_handler, memory_changed_handler): New.
17205 (test_events.invoke): Register new handlers.
17206 * gdb.python/py-events.exp: Add tests for inferior call,
17207 memory_changed and register_changed events.
17208
fdb09caf
AA
172092014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17210
17211 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17212 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17213 if the linker doesn't understand this.
17214
55cfb2c4
SM
172152014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17216
17217 * gdb.python/python.exp: Change expected reply to help().
17218
9e8cd6df
YQ
172192014-12-01 Yao Qi <yao@codesourcery.com>
17220
17221 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17222 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17223 * configure: Re-generated.
17224
6c659fc2
SC
172252014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17226
17227 * gdb.cp/chained-calls.cc: New file.
17228 * gdb.cp/chained-calls.exp: New file.
17229 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17230
d7fc3181
SM
172312014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17232
17233 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17234 * gdb.dwarf2/symtab-producer.exp: Same.
17235 * gdb.gdb/python-interrupts.exp: Same.
17236 * gdb.gdb/python-selftest.exp: Same.
17237 * gdb.python/py-linetable.exp: Same.
17238 * gdb.python/py-type.exp: Same.
17239 * gdb.python/py-value-cc.exp: Same.
17240 * gdb.python/py-value.exp: Same.
17241
10e79639
YQ
172422014-11-28 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.base/break-probes.exp: Match library name prefixed with
17245 sysroot.
17246
f28a0564
SM
172472014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17248
17249 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17250 test expected output. Add parentheses for the call to print.
17251 Remove L suffix from integers.
17252
3fe1ce1d
DE
172532014-11-26 Doug Evans <dje@google.com>
17254
17255 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17256
84429e27
YQ
172572014-11-22 Yao Qi <yao@codesourcery.com>
17258
17259 * gdb.trace/entry-values.c: Remove asms.
17260 (foo): Add foo_label.
17261 (bar): Add bar_label.
17262 * gdb.trace/entry-values.exp: Remove code computing foo's
17263 length and bar's length.
17264 (Dwarf::assemble): Invoke function_range for bar and use
17265 MACRO_AT_func for foo.
17266
26741859
YQ
172672014-11-22 Yao Qi <yao@codesourcery.com>
17268
17269 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17270 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17271 Use .Lgcc43_procstart instead of gcc43.
17272
45e44d27
JB
172732014-11-21 Joel Brobecker <brobecker@adacore.com>
17274
17275 * gdb.ada/n_arr_bound: New testcase.
17276
458c8db8
SDJ
172772014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17278
17279 PR breakpoints/10737
17280 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17281 test_catch_syscall_multi_arch.
17282 (test_catch_syscall_multi_arch): New function.
17283
43f3e411
DE
172842014-11-20 Doug Evans <xdje42@gmail.com>
17285
17286 * gdb.base/maint.exp: Update expected output.
17287
0d7b2549
AA
172882014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17289
17290 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17291 4-byte instruction on S390.
17292
8908fca5
JB
172932014-11-19 Joel Brobecker <brobecker@adacore.com>
17294
17295 * gdb.ada/arr_arr: New testcase.
17296
4a46959e
JB
172972014-11-19 Joel Brobecker <brobecker@adacore.com>
17298
17299 * gdb.ada/pkd_arr_elem: New Testcase.
17300
470e2f4e
LM
173012014-11-18 Luis Machado <lgustavo@codesourcery.com>
17302
17303 * gdb.reverse/break-precsave: Expect completion message for
17304 core file reads.
17305 * gdb.reverse/consecutive-precsave.exp: Likewise.
17306 * gdb.reverse/finish-precsave.exp: Likewise.
17307 * gdb.reverse/i386-precsave.exp: Likewise.
17308 * gdb.reverse/machinestate-precsave.exp: Likewise.
17309 * gdb.reverse/sigall-precsave.exp: Likewise.
17310 * gdb.reverse/solib-precsave.exp: Likewise.
17311 * gdb.reverse/step-precsave.exp: Likewise.
17312 * gdb.reverse/until-precsave.exp: Likewise.
17313 * gdb.reverse/watch-precsave.exp: Likewise.
17314
a267f3ad
AA
173152014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17316
17317 * gdb.base/bp-permanent.c: Include unistd.h.
17318 * gdb.python/py-framefilter-mi.c (main): Add return type.
17319 * gdb.python/py-framefilter.c (main): Likewise.
17320 * gdb.trace/actions-changed.c (main): Likewise.
17321
12084a9a
AA
173222014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17323
17324 * gdb.mi/until.c: Add eye-catchers.
17325 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17326 line numbers.
17327
dc7e1a77
AA
173282014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17329
17330 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17331 function header variants in break1.c.
17332 * gdb.base/ena-dis-br.exp: Likewise.
17333 * gdb.base/hbreak2.exp: Likewise.
17334 * gdb.reverse/until-precsave.exp: Drop references to removed
17335 non-prototype function header variants in ur1.c.
17336 * gdb.reverse/until-reverse.exp: Likewise.
17337
41c77605
PM
173382014-11-17 Petr Machata <pmachata@redhat.com>
17339
17340 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17341 ${_cu_offset_size} bytes abbrev offset.
17342
34248c3a
DE
173432014-11-15 Doug Evans <xdje42@gmail.com>
17344
17345 PR symtab/17559
17346 * gdb.base/line-symtabs.exp: New file.
17347 * gdb.base/line-symtabs.c: New file.
17348 * gdb.base/line-symtabs.h: New file.
17349
646da059
YQ
173502014-11-14 Yao Qi <yao@codesourcery.com>
17351
17352 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17353 (func): Add label func_label.
17354 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17355 Replace low_pc and high_pc with MACRO_AT_range.
17356 Replace name, low_pc and high_pc with MACRO_AT_func.
17357
9301ebe6
YQ
173582014-11-14 Yao Qi <yao@codesourcery.com>
17359
17360 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17361 Replace name, low_pc and high_pc with MACRO_AT_func.
17362
f166b542
YQ
173632014-11-14 Yao Qi <yao@codesourcery.com>
17364
17365 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17366 produce debug information.
17367 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17368
0f6e71e3
YQ
173692014-11-14 Yao Qi <yao@codesourcery.com>
17370
17371 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17372 object and get function length.
17373 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17374 with MACRO_AT_func.
17375 (top-level): Replace gdb_compile and clean_restart with
17376 prepare_for_testing.
17377 * gdb.dwarf2/main.c (main): Add label main_label.
17378
876c4df9
YQ
173792014-11-14 Yao Qi <yao@codesourcery.com>
17380
17381 * lib/dwarf.exp (function_range): New procedure.
17382 (Dwarf::_handle_macro_at_func): New procedure.
17383 (Dwarf::_handle_macro_at_range): New procedure.
17384 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17385
02ad9cf1
YQ
173862014-11-14 Yao Qi <yao@codesourcery.com>
17387
17388 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17389 (_handle_attribute): New procedure.
17390
a59add0c
AA
173912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17392
17393 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17394 * gdb.base/call-sc.c (zed): Likewise.
17395 * gdb.base/checkpoint.c (main): Likewise.
17396 * gdb.base/dump.c (main): Likewise.
17397 * gdb.base/gcore.c (main): Likewise.
17398 * gdb.base/huge.c (main): Likewise.
17399 * gdb.base/multi-forks.c (main): Likewise.
17400 * gdb.base/pr10179-a.c (main): Likewise.
17401 * gdb.base/savedregs.c (main): Likewise.
17402 * gdb.base/sigaltstack.c (main): Likewise.
17403 * gdb.base/siginfo.c (main): Likewise.
17404 * gdb.base/structs.c (zed): Likewise.
17405 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17406 * gdb.mi/mi-syn-frame.c (main): Likewise.
17407 * gdb.mi/until.c (foo, main): Likewise.
17408 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17409 * gdb.base/solib-weak.c (foo): Declare.
17410 * gdb.base/attach-twice.c: Include stdio.h.
17411 * gdb.base/weaklib1.c: Likewise.
17412 * gdb.base/weaklib2.c: Likewise.
17413 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17414 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17415 unistd.h.
17416 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17417 * gdb.mi/mi-exit-code.c: Likewise.
17418 * gdb.base/break-interp-lib.c: Include string.h.
17419 * gdb.base/coremaker.c: Likewise.
17420 * gdb.base/testenv.c: Likewise.
17421 * gdb.python/py-finish-breakpoint.c: Likewise.
17422 * gdb.base/inferior-died.c: Include sys/wait.h.
17423 * gdb.base/fileio.c: Include time.h.
17424 * gdb.base/async-shell.c: Include unistd.h.
17425 * gdb.base/dprintf-non-stop.c: Likewise.
17426 * gdb.base/info-os.c: Likewise.
17427 * gdb.mi/mi-console.c: Likewise.
17428 * gdb.mi/watch-nonstop.c: Likewise.
17429 * gdb.python/py-events.c: Likewise.
17430 * gdb.base/async.c (baz): Move up before its invocation.
17431 * gdb.base/code_elim2.c (my_global_func): Likewise.
17432 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17433 * gdb.base/advance.c (func2): Likewise.
17434
3b5d5997
AA
174352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17436
17437 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17438 variant.
17439 * gdb.base/annota3.c: Likewise.
17440 * gdb.base/async.c: Likewise.
17441 * gdb.base/average.c: Likewise.
17442 * gdb.base/call-ar-st.c: Likewise.
17443 * gdb.base/call-rt-st.c: Likewise.
17444 * gdb.base/call-sc.c: Likewise.
17445 * gdb.base/call-strs.c: Likewise.
17446 * gdb.base/ending-run.c: Likewise.
17447 * gdb.base/execd-prog.c: Likewise.
17448 * gdb.base/exprs.c: Likewise.
17449 * gdb.base/foll-exec.c: Likewise.
17450 * gdb.base/foll-fork.c: Likewise.
17451 * gdb.base/foll-vfork.c: Likewise.
17452 * gdb.base/funcargs.c: Likewise.
17453 * gdb.base/gcore.c: Likewise.
17454 * gdb.base/jump.c: Likewise.
17455 * gdb.base/langs0.c: Likewise.
17456 * gdb.base/langs1.c: Likewise.
17457 * gdb.base/langs2.c: Likewise.
17458 * gdb.base/mips_pro.c: Likewise.
17459 * gdb.base/nodebug.c: Likewise.
17460 * gdb.base/opaque0.c: Likewise.
17461 * gdb.base/opaque1.c: Likewise.
17462 * gdb.base/recurse.c: Likewise.
17463 * gdb.base/run.c: Likewise.
17464 * gdb.base/scope0.c: Likewise.
17465 * gdb.base/scope1.c: Likewise.
17466 * gdb.base/setshow.c: Likewise.
17467 * gdb.base/setvar.c: Likewise.
17468 * gdb.base/shmain.c: Likewise.
17469 * gdb.base/shr1.c: Likewise.
17470 * gdb.base/shr2.c: Likewise.
17471 * gdb.base/sigall.c: Likewise.
17472 * gdb.base/signals.c: Likewise.
17473 * gdb.base/so-indr-cl.c: Likewise.
17474 * gdb.base/solib2.c: Likewise.
17475 * gdb.base/structs.c: Likewise.
17476 * gdb.base/sum.c: Likewise.
17477 * gdb.base/vforked-prog.c: Likewise.
17478 * gdb.base/watchpoint.c: Likewise.
17479 * gdb.reverse/shr2.c: Likewise.
17480 * gdb.reverse/until-reverse.c: Likewise.
17481 * gdb.reverse/ur1.c: Likewise.
17482 * gdb.reverse/watch-reverse.c: Likewise.
17483
066a77c5
AA
174842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17485
17486 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17487 variant.
17488 * gdb.base/sepdebug.exp: Drop references to removed code.
17489
4f204ea5
AA
174902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17491
17492 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17493 variant. Preserve original line numbering.
17494 * gdb.base/list1.c: Likewise.
17495
3b377a3a
AA
174962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17497
17498 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17499 variant.
17500 * gdb.base/break1.c: Likewise.
17501 * gdb.base/break.exp: Drop references to removed code.
17502
e444df73
AA
175032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17504
17505 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17506 variant.
17507
8008f2a7
AA
175082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17509
17510 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17511
a5a06887
AA
175122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17513
17514 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17515 logic into perform_all_tests() and invoke it with and without
17516 function header prototypes.
17517 (do_function_calls): Remove conditional XFAIL for PR 5318.
17518 (rerun_and_prepare): Remove duplicate code.
17519 (perform_all_tests): New. Main logic moved here.
17520
44dba9b9
AA
175212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17522
17523 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17524 code guarded by #ifdef NO_PROTOTYPES.
17525 (t_double_many_args): Likewise.
17526 (DEF_FUNC_MANY_ARGS_1): Likewise.
17527 (DEF_FUNC_VALUES_1): Likewise.
17528 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17529 guarded by #ifdef PROTOTYPES.
17530
d1fbcd56
AA
175312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17532
17533 * gdb.mi/mi-console.c: Add eye-catcher.
17534 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17535 instead of literal line number.
17536
b0e59b8f
AA
175372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17538
17539 * gdb.base/shr2.c: Add eye-catcher.
17540 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17541 line number.
17542
78f98cca
AA
175432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17544
17545 * gdb.base/jump.c: Add eye-catchers.
17546 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17547 numbers.
17548
58fa2af0
AA
175492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17550
17551 * gdb.base/execd-prog.c: Add eye-catchers.
17552 * gdb.base/foll-exec.c: Likewise.
17553 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17554 line numbers.
17555
04e5059b
AA
175562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17557
17558 * gdb.base/ending-run.c: Add eye-catchers.
17559 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17560 literal line numbers.
17561
dbfdb174
AA
175622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17563
17564 * gdb.base/call-rt-st.c: Add eye-catchers.
17565 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17566 literal line numbers.
17567
888a2ade
AA
175682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17569
17570 * gdb.base/call-ar-st.c: Add eye-catchers.
17571 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17572 literal line numbers.
17573
6acc2dde
AA
175742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17575
17576 * gdb.base/average.c: Add eye-catchers.
17577 * gdb.base/sum.c: Likewise.
17578 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17579 regexps dynamically.
17580
9ecfcd1d
AA
175812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17582
17583 * gdb.base/solib1.c: Add eye-catchers.
17584 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17585 literal line numbers.
17586
78708b7c
PA
175872014-11-12 Pedro Alves <palves@redhat.com>
17588
17589 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17590 leader has exited.
17591
af48d08f
PA
175922014-11-12 Pedro Alves <palves@redhat.com>
17593
17594 * gdb.arch/i386-bp_permanent.c: New file.
17595 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17596 (srcfile): Set to i386-bp_permanent.c.
17597 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17598 that stepi does not execute the 'leave' instruction, instead of
17599 testing it does execute.
17600 * gdb.base/bp-permanent.c: New file.
17601 * gdb.base/bp-permanent.exp: New file.
17602
af3768e9
DE
176032014-11-10 Doug Evans <xdje42@gmail.com>
17604
17605 PR symtab/17564
17606 * gdb.base/symtab-search-order.exp: New file.
17607 * gdb.base/symtab-search-order.c: New file.
17608 * gdb.base/symtab-search-order-1.c: New file.
17609 * gdb.base/symtab-search-order-shlib-1.c: New file.
17610
9de00a4a
PA
176112014-11-07 Pedro Alves <palves@redhat.com>
17612
17613 PR gdb/17511
17614 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17615 i?86-*-linux*.
17616
e0f52461
SC
176172014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17618
17619 PR c++/17494
17620 * gdb.cp/pr17494.cc: New file.
17621 * gdb.cp/pr17494.exp: New file.
17622
6ce8c980
YQ
176232014-11-02 Yao Qi <yao@codesourcery.com>
17624
17625 * gdb.python/python.exp: Get working directory and match the
17626 output of "set extended-prompt \\w " with it.
17627
02be9a71
DE
176282014-10-30 Doug Evans <dje@google.com>
17629
17630 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17631 in objfiles.
17632 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17633 in progspaces.
17634
3bdff46b
LM
176352014-10-30 Janis Johnson <janisjo@codesourcery.com>
17636
17637 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17638 * gdb.base/realname-expand.exp: Likewise.
17639 * gdb.linespec/macro-relative.exp: Likewise.
17640
ab917dfb
PA
176412014-10-29 Pedro Alves <palves@redhat.com>
17642
17643 PR gdb/17408
17644 * gdb.threads/schedlock.c (some_function): New function.
17645 (call_function): New global.
17646 (MAYBE_CALL_SOME_FUNCTION): New macro.
17647 (thread_function): Call it.
17648 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17649 and use it instead of a global counter. Adjust all callers.
17650 (get_current_thread): Use "find current thread" for test message
17651 here rather than having all callers pass down the same string.
17652 (goto_loop): New procedure, factored out from ...
17653 (my_continue): ... this.
17654 (step_ten_loops): Change parameter from test message to command to
17655 use. Adjust.
17656 (list_count): Delete global.
17657 (check_result): New procedure, factored out from duplicate top
17658 level code.
17659 (continue tests): Wrap in with_test_prefix.
17660 (test_step): New procedure, factored out from duplicate top level
17661 code.
17662 (top level): Test "step" in combination with all scheduler-locking
17663 modes. Test "next" in combination with all scheduler-locking
17664 modes, and in combination with stepping over a function call or
17665 not.
17666 * gdb.threads/next-bp-other-thread.c: New file.
17667 * gdb.threads/next-bp-other-thread.exp: New file.
17668
d3d4baed
PA
176692014-10-29 Pedro Alves <palves@redhat.com>
17670
17671 PR python/17372
17672 * gdb.python/python.exp: Test a multi-line command that spawns
17673 interactive Python.
17674 * gdb.base/multi-line-starts-subshell.exp: New file.
17675
563e8d85
YQ
176762014-10-29 Yao Qi <yao@codesourcery.com>
17677
17678 * gdb.base/fileio.exp: Make directories on host.
17679
0ea4d52e
YQ
176802014-10-29 Yao Qi <yao@codesourcery.com>
17681
17682 * gdb.base/fileio.c (test_write): Close the file.
17683
7f5ef605
PA
176842014-10-28 Pedro Alves <palves@redhat.com>
17685
17686 PR gdb/12623
17687 * gdb.base/sigstep.c (no_handler): New global.
17688 (main): If 'no_handler is true, set the signal handlers to
17689 SIG_IGN.
17690 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17691 with_sw_watch and no_handler parameters. Handle them.
17692 (top level) <stepping over handler when stopped at a breakpoint
17693 test>: Add a test axis for testing with a software watchpoint, and
17694 another for testing with the signal handler set to SIG_IGN.
17695 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17696 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17697
abbdbd03
PA
176982014-10-28 Pedro Alves <palves@redhat.com>
17699
17700 PR gdb/17511
17701 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17702 * gdb.base/sigstep.exp (other_handler_location): New global.
17703 (advance): Support stepping into the signal handler, and running
17704 commands while in the handler.
17705 (in_handler_map): New global.
17706 (top level): In the advance test, add combinations for getting
17707 into the handler with stepping commands, and for running commands
17708 in the handler. Add comment descripting the advancei tests.
17709
1df4399f
PA
177102014-10-28 Pedro Alves <palves@redhat.com>
17711
17712 * gdb.base/sigstep.exp: Use build_executable instead of
17713 prepare_for_testing.
17714 (top level): Move code that starts GDB, runs to main and creates a
17715 display to ...
17716 (restart): ... this new procedure.
17717 (top level): Move backtrace from signal handler test to ...
17718 (validate_backtrace): ... this new procedure.
17719 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17720 with_test_prefix. Always restart GDB.
17721 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17722 with_test_prefix. Always restart GDB. No need to delete
17723 breakpoints after the test.
17724 (test_skip_handler): Remove prefix parameter.
17725 (skip_over_handler, breakpoint_to_handler)
17726 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17727 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17728 restart GDB. No need to delete breakpoints after the test.
17729 (top level): Use foreach to call the test procedures with
17730 different commands.
17731
a5b6e449
PA
177322014-10-28 Pedro Alves <palves@redhat.com>
17733
17734 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17735 instead of GNATS numbers.
17736 * gdb.base/sigbpt.exp: Likewise.
17737 * gdb.base/siginfo.exp: Likewise.
17738 * gdb.base/sigstep.exp: Likewise.
17739
e5f8a7cc
PA
177402014-10-27 Pedro Alves <palves@redhat.com>
17741
17742 * gdb.base/sigstep.c (dummy): New global.
17743 (main): Issue a couple writes to the new global.
17744 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17745 procedures.
17746 (skip_over_handler): Use test_skip_handler.
17747 (top level): Call skip_over_handler for stepi and nexti too.
17748 (breakpoint_over_handler): Use test_skip_handler.
17749 (top level): Call breakpoint_over_handler for stepi and nexti too.
17750
763905a3
YQ
177512014-10-27 Yao Qi <yao@codesourcery.com>
17752
17753 * gdb.trace/tfile.c (adjust_function_address)
17754 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17755 function descriptor.
17756
6f259a23
DB
177572014-10-24 Don Breazeal <donb@codesourcery.com>
17758
17759 * gdb.base/foll-fork.exp (test_follow_fork,
17760 catch_fork_child_follow): Check for updated fork messages emitted
17761 from infrun.c.
17762 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17763 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17764 vfork_and_exec_child_follow_through_step): Check for updated vfork
17765 messages emitted from infrun.c.
17766
09dd9a69
PA
177672014-10-24 Pedro Alves <palves@redhat.com>
17768
17769 * gdb.base/corefile.exp: Remove references to ultrix.
17770 * gdb.base/interrupt.exp: Likewise.
17771 * gdb.base/whatis.exp: Likewise.
17772 * gdb.gdb/selftest.exp: Likewise.
17773 * gdb.threads/manythreads.exp: Likewise.
17774 * gdb.threads/print-threads.exp: Likewise.
17775 * gdb.threads/pthreads.exp:: Likewise.
17776 * gdb.threads/schedlock.exp: Likewise.
17777
3433cfa5
SC
177782014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17779
17780 * gdb.cp/non-trivial-retval.cc: Add a test case.
17781 * gdb.cp/non-trivial-retval.exp: Add a test.
17782
092f880b
YQ
177832014-10-20 Yao Qi <yao@codesourcery.com>
17784
17785 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17786 * gdb.python/py-objfile-script-gdb.py: New file.
17787 * gdb.python/py-objfile-script.exp: Update reference to
17788 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17789 of remote_download. Remove the dest file.
17790
acbdb7f3
YQ
177912014-10-20 Yao Qi <yao@codesourcery.com>
17792
17793 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17794 * gdb.base/step-line.exp: Likewise.
17795 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17796 * gdb.dwarf2/dw2-basic.exp: Likewise.
17797 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17798 * gdb.dwarf2/dw2-filename.exp: Likewise.
17799 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17800 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17801 * gdb.dwarf2/dw2-producer.exp: Likewise.
17802 * gdb.dwarf2/mac-fileno.exp: Likewise.
17803 * gdb.python/py-frame-args.exp: Likewise.
17804 * gdb.python/py-framefilter.exp: Likewise.
17805 * gdb.python/py-mi.exp: Likewise.
17806 * gdb.python/py-objfile-script.exp: Likewise
17807 * gdb.python/py-pp-integral.exp: Likewise.
17808 * gdb.python/py-pp-re-notag.exp: Likewise.
17809 * gdb.python/py-prettyprint.exp: Likewise.
17810 * gdb.python/py-section-script.exp: Likewise.
17811 * gdb.python/py-typeprint.exp: Likewise.
17812 * gdb.python/py-xmethods.exp: Likewise.
17813 * gdb.stabs/weird.exp: Likewise.
17814 * gdb.xml/tdesc-regs.exp: Likewise.
17815
bd286a29
KCY
178162014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17817
17818 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17819 (out_cu): Use addr_len for the size of addresses.
17820 (out_line): Likewise. Size DW_LNE_set_address instruction
17821 according to addr_len.
17822 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17823 (FUNC): Add START_INSNS to definition.
17824
673dc4a0
YQ
178252014-10-18 Yao Qi <yao@codesourcery.com>
17826
17827 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17828 gdb_has_argv0 return true.
17829 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17830 check [target_info exists noargs], check [gdb_has_argv0]
17831 instead.
17832 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17833 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17834 procedures.
17835
4ffbba72
DE
178362014-10-17 Doug Evans <dje@google.com>
17837
17838 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17839 event.
17840 * gdb.python/py-events.py: Add clear_objfiles event.
17841
d096d8c1
DE
178422014-10-17 Doug Evans <dje@google.com>
17843
17844 * gdb.python/py-objfile.exp: Test progspace attribute.
17845
a80db015
LM
178462014-10-17 Luis Machado <lgustavo@codesourcery.com>
17847
17848 * gdb.guile/scm-breakpoint.exp: Do not assume any
17849 directory separators when matching source file paths.
17850 * gdb.python/py-breakpoint.exp: Likewise.
17851 * gdb.reverse/break-precsave.exp: Likewise.
17852 * gdb.reverse/break-reverse.exp: Likewise.
17853 * gdb.reverse/consecutive-precsave.exp: Likewise.
17854 * gdb.reverse/finish-precsave.exp: Likewise.
17855 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17856 * gdb.reverse/finish-reverse.exp: Likewise.
17857 * gdb.reverse/i386-precsave.exp: Likewise.
17858 * gdb.reverse/i387-env-reverse.exp: Likewise.
17859 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17860 * gdb.reverse/machinestate-precsave.exp: Likewise.
17861 * gdb.reverse/machinestate.exp: Likewise.
17862 * gdb.reverse/sigall-precsave.exp: Likewise.
17863 * gdb.reverse/solib-precsave.exp: Likewise.
17864 * gdb.reverse/step-precsave.exp: Likewise.
17865 * gdb.reverse/until-precsave.exp: Likewise.
17866 * gdb.reverse/watch-precsave.exp: Likewise.
17867 * gdb.reverse/watch-reverse.exp: Likewise.
17868
b22089ab
YQ
178692014-10-17 Yao Qi <yao@codesourcery.com>
17870
17871 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17872 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17873
6c4486e6
PA
178742014-10-17 Pedro Alves <palves@redhat.com>
17875
17876 PR gdb/17471
17877 * gdb.base/bg-execution-repeat.c: New file.
17878 * gdb.base/bg-execution-repeat.exp: New file.
17879
0ff33695
PA
178802014-10-17 Pedro Alves <palves@redhat.com>
17881
17882 PR gdb/17300
17883 * gdb.base/continue-all-already-running.c: New file.
17884 * gdb.base/continue-all-already-running.exp: New file.
17885
6fdebc3d
PA
178862014-10-17 Pedro Alves <palves@redhat.com>
17887
17888 PR gdb/17472
17889 * gdb.base/annota-input-while-running.c: New file.
17890 * gdb.base/annota-input-while-running.exp: New file.
17891
32a8097b
PA
178922014-10-17 Pedro Alves <palves@redhat.com>
17893
17894 * gdb.base/callfuncs.exp: emove references to osf.
17895 * gdb.base/sigall.exp: Likewise.
17896 * gdb.gdb/selftest.exp: Likewise.
17897 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17898 * gdb.mi/non-stop.c: Likewise.
17899 * gdb.mi/pthreads.c: Likewise.
17900 * gdb.reverse/sigall-precsave.exp: Likewise.
17901 * gdb.reverse/sigall-reverse.exp: Likewise.
17902 * gdb.threads/pthreads.c: Likewise.
17903 * gdb.threads/pthreads.exp: Likewise.
17904
7a3517ff
YQ
179052014-10-17 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17908 check 'target_info exists noargs'.
17909 (test_command_prompt_position): Likewise.
17910 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17911 Remove "set args".
17912 (progvar_simple_while_test): Likewise.
17913 (progvar_complex_if_while_test): Likewise.
17914 (if_while_breakpoint_command_test): Likewise.
17915 (infrun_breakpoint_command_test): Likewise.
17916 (breakpoint_command_test): Likewise.
17917 (watchpoint_command_test): Likewise.
17918 (bp_deleted_in_command_test): Likewise.
17919 (temporary_breakpoint_commands): Likewise.
17920
bb99c472
YQ
179212014-10-16 Yao Qi <yao@codesourcery.com>
17922
17923 * gdb.base/remotetimeout.exp: Remove noargs checking.
17924
7c16b83e
PA
179252014-10-15 Pedro Alves <palves@redhat.com>
17926
17927 PR breakpoints/9649
17928 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17929 * gdb.base/breakpoint-in-ro-region.exp
17930 (probe_target_hardware_step): New procedure.
17931 (top level): Probe hardware stepping and hardware breakpoint
17932 support. Test stepping through a read-only region, with both
17933 "breakpoint auto-hw" on and off and both "always-inserted" on and
17934 off.
17935
35a49624
IB
179362014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17937
17938 * gdb.dlang/demangle.exp: Update for demangling changes.
17939
2d1c107c
SC
179402014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17941
17942 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17943 * gdb.cp/non-trivial-retval.exp: Add new tests.
17944
778811d5
SC
179452014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17946
17947 PR c++/13403
17948 PR c++/15154
17949 * gdb.cp/non-trivial-retval.cc: New file.
17950 * gdb.cp/non-trivial-retval.exp: New file.
17951
10c5f0a8
YQ
179522014-10-15 Yao Qi <yao@codesourcery.com>
17953
17954 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17955 remote host.
17956
65d7b369
YQ
179572014-10-15 Yao Qi <yao@codesourcery.com>
17958
17959 * gdb.python/py-symbol.exp: Match file base name if host is
17960 remote, otherwise match file name with dir name.
17961 * gdb.python/py-symtab.exp: Likewise.
17962 * gdb.python/python.exp: Likewise.
17963
46dc1394
YQ
179642014-10-15 Yao Qi <yao@codesourcery.com>
17965
17966 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17967 pattern.
17968 * gdb.python/py-symtab.exp: Likewise.
17969 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17970 locationn.
17971
c40cc657
JB
179722014-10-14 Joel Brobecker <brobecker@adacore.com>
17973
17974 * gdb.ada/addr_arith: New testcase.
17975
2abf49e1
MR
179762014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17977
17978 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17979 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17980 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17981 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17982
f7088df3
SDJ
179832014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17984
17985 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17986 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17987 * gdb.arch/stap-eval-lang-ada.exp: New file.
17988
4dc06805
YQ
179892014-10-14 Yao Qi <yao@codesourcery.com>
17990
17991 * gdb.mi/mi-var-child.c (nothing1): New function.
17992 (nothing2): New function.
17993 (do_children_tests): Set function pointers by nothing1 and
17994 nothing2.
17995 * gdb.mi/mi-var-child.exp: Step over new added statements.
17996 Update test to match the new output.
17997 * gdb.mi/var-cmd.c (nothing1): New function.
17998 (nothing2): New function.
17999 (do_children_tests): Set function pointers by nothing1 and
18000 nothing2.
18001 * gdb.mi/mi-var-display.exp: Update test to match output.
18002 Step to the line specified by $line_dct_nothing.
18003 Increase the number of lines to step.
18004
46a93de2
YQ
180052014-10-14 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18008 tests.
18009 * gdb.mi/mi2-var-child.exp: Likewise.
18010
14ea52ee
DE
180112014-10-13 Doug Evans <dje@google.com>
18012
18013 * gdb.python/py-objfile.exp: Change name of file name test.
18014
e5c6e92b
DE
180152014-10-13 Doug Evans <dje@google.com>
18016
18017 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18018 from the start of the CU.
18019
c780cc2f
JK
180202014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18021 Yao Qi <yao@codesourcery.com>
18022
18023 Fix "save breakpoints" for "catch" command.
18024 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18025 Remove -nonewline. Match also the added "main" line.
18026
99894e11
JK
180272014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18028
18029 Fix "save breakpoints" for "disable $bpnum" command.
18030 * gdb.base/save-bp.c (main): Add label.
18031 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18032
6e1ac5a3
JK
180332014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18034
18035 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18036
754dd2b0
YQ
180372014-10-11 Yao Qi <yao@codesourcery.com>
18038
18039 * gdb.server/server-kill.exp: Execute command
18040 "set remote trace-status-packet on" before "tstatus".
18041
f90183d7
YQ
180422014-10-11 Yao Qi <yao@codesourcery.com>
18043
18044 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18045 (main): Call getppid.
18046 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18047 and continue to it. Read variable "server_pid".
18048
bf40a607
YQ
180492014-10-11 Yao Qi <yao@codesourcery.com>
18050
18051 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18052
052ca370
YQ
180532014-10-11 Yao Qi <yao@codesourcery.com>
18054
18055 * gdb.threads/thread-find.exp: Don't execute command
18056 "info threads".
18057 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18058 * gdb.threads/linux-dp.exp: Don't check the condition
18059 $threads_created equals to zero.
18060
3831839c
PA
180612014-10-10 Pedro Alves <palves@redhat.com>
18062
18063 * gdb.base/bigcore.exp: Remove references to IRIX.
18064 * gdb.base/funcargs.exp: Likewise.
18065 * gdb.base/interrupt.exp: Likewise.
18066 * gdb.base/mips_pro.exp: Likewise.
18067 * gdb.base/nodebug.exp: Likewise.
18068 * gdb.base/setvar.exp: Likewise.
18069 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18070
8b9a549d
PA
180712014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18072 Pedro Alves <palves@redhat.com>
18073
18074 PR symtab/14466
18075 * gdb.base/vdso-warning.c: New file.
18076 * gdb.base/vdso-warning.exp: New file.
18077
d48ba5e8
DE
180782014-10-02 Doug Evans <dje@google.com>
18079
18080 * gdb.base/structs.c (main): Don't run forever.
18081
2278c276
PA
180822014-10-02 Pedro Alves <palves@redhat.com>
18083
18084 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18085 (top level) <stop threads 1, stop threads 2>: Use it.
18086
b57bacec
PA
180872014-10-02 Pedro Alves <palves@redhat.com>
18088
18089 * gdb.threads/break-while-running.exp (test): Add new
18090 'update_thread_list' argument. Skip "info threads" if false.
18091 (top level): Add new 'update_thread_list' axis.
18092
13fd3ff3
PA
180932014-10-02 Pedro Alves <palves@redhat.com>
18094
18095 PR breakpoints/17431
18096 * gdb.base/execl-update-breakpoints.c: New file.
18097 * gdb.base/execl-update-breakpoints.exp: New file.
18098
0fec99e8
PA
180992014-10-01 Pedro Alves <palves@redhat.com>
18100
18101 * gdb.base/breakpoint-in-ro-region.c: New file.
18102 * gdb.base/breakpoint-in-ro-region.exp: New file.
18103
2ddf4301
SM
181042014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18105
18106 * gdb.mi/mi-exit-code.exp: New file.
18107 * gdb.mi/mi-exit-code.c: New file.
18108
6a5f3f43
YQ
181092014-09-30 Yao Qi <yao@codesourcery.com>
18110
18111 * lib/prelink-support.exp (build_executable_own_libs): Error if
18112 the target isn't native.
18113
345bcc73
YQ
181142014-09-30 Yao Qi <yao@codesourcery.com>
18115
18116 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18117 false.
18118
a25a5a45
PA
181192014-09-22 Pedro Alves <palves@redhat.com>
18120
18121 * gdb.threads/break-while-running.exp: New file.
18122 * gdb.threads/break-while-running.c: New file.
18123
00ba3162
YQ
181242014-09-19 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18127 Invoke test. Restart GDB with --readnow and invoke test again.
18128
c3b7b696
YQ
181292014-09-19 Yao Qi <yao@codesourcery.com>
18130
18131 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18132 proc set_breakpoint_on_gcd_function. Invoke
18133 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18134 invoke set_breakpoint_on_gcd_function again.
18135
2b4fd423
DE
181362014-09-18 Doug Evans <dje@google.com>
18137
18138 * gdb.dwarf2/symtab-producer.exp: New file.
18139
a5947601
SDJ
181402014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18141
18142 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18143 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18144 * gdb.base/global-var-nested-by-dso.c: Likewise.
18145 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18146
91c19059
SDJ
181472014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18148 Pedro Alves <palves@redhat.com>
18149
18150 * gdb.base/watch-bitfields.exp: Pass string other than test file
18151 name to prepare_for_testing.
18152 (watch): New procedure.
18153 (expect_watchpoint): Use with_test_prefix.
18154 (top level): Factor out tests to ...
18155 (test_watch_location, test_regular_watch): ... these new
18156 procedures, and use with_test_prefix and gdb_continue_to_end.
18157
bb9d5f81
PP
181582014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18159
18160 PR breakpoints/12526
18161 * gdb.base/watch-bitfields.exp: New file.
18162 * gdb.base/watch-bitfields.c: New file.
18163
635856f5
PA
181642014-09-16 Pedro Alves <palves@redhat.com>
18165
18166 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18167 software and hardware addresses, not software address against
18168 itself.
18169
7280ceea
PA
181702014-09-16 Pedro Alves <palves@redhat.com>
18171
18172 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18173 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18174
428b16bd
PA
181752014-09-16 Pedro Alves <palves@redhat.com>
18176
18177 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18178 files.
18179 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18180 "*-*-vxworks*" throughout.
18181 * gdb.base/break.exp: Likewise.
18182 * gdb.base/default.exp: Likewise.
18183 * gdb.base/scope.exp: Likewise.
18184 * gdb.base/sepdebug.exp: Likewise.
18185 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18186 throughout.
18187 * gdb.base/run.c: Likewise.
18188 * gdb.base/sepdebug.c: Likewise.
18189 * gdb.hp/gdb.aCC/run.c: Likewise.
18190 * gdb.reverse/until-reverse.c: Likewise.
18191 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18192
666d413c
YQ
181932014-09-16 Yao Qi <yao@codesourcery.com>
18194
18195 * boards/local-remote-host-native.exp: New file.
18196
57cbd724
DE
181972014-09-14 Doug Evans <xdje42@gmail.com>
18198
18199 * gdb.threads/queue-signal.c (thread_count): New variable.
18200 (thread_count_mutex, thread_count_condvar): New variables.
18201 (incr_thread_count, wait_all_threads_running): New functions.
18202 (main): Wait for all threads to be in their thread functions.
18203
81219e53
DE
182042014-09-13 Doug Evans <xdje42@gmail.com>
18205
18206 * gdb.threads/queue-signal.c: New file.
18207 * gdb.threads/queue-signal.exp: New file.
18208
3714cea7
DE
182092014-09-13 Doug Evans <xdje42@gmail.com>
18210
18211 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18212 be consistent with what default_gdb_init uses.
18213 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18214 the plain text of the prompt. Add some logging printfs.
18215 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18216
fa43b1d7
PA
182172014-09-12 Pedro Alves <palves@redhat.com>
18218
18219 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18220 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18221 * gdb.arch/i386-size-overlap.exp: Likewise.
18222 * gdb.arch/i386-size.exp: Likewise.
18223 * gdb.arch/i386-unwind.exp: Likewise.
18224 * gdb.base/a2-run.exp: Likewise.
18225 * gdb.base/break.exp: Likewise.
18226 * gdb.base/charset.exp: Likewise.
18227 * gdb.base/chng-syms.exp: Likewise.
18228 * gdb.base/commands.exp: Likewise.
18229 * gdb.base/dbx.exp: Likewise.
18230 * gdb.base/find.exp: Likewise.
18231 * gdb.base/funcargs.exp: Likewise.
18232 * gdb.base/jit-simple.exp: Likewise.
18233 * gdb.base/reread.exp: Likewise.
18234 * gdb.base/sepdebug.exp: Likewise.
18235 * gdb.base/step-bt.exp: Likewise.
18236 * gdb.cp/mb-inline.exp: Likewise.
18237 * gdb.cp/mb-templates.exp: Likewise.
18238 * gdb.objc/basicclass.exp: Likewise.
18239 * gdb.threads/killed.exp: Likewise.
18240
9d9bf2df
EBM
182412014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18242
18243 PR tdep/17379
18244 * gdb.arch/powerpc-stackless.S: New file.
18245 * gdb.arch/powerpc-stackless.exp: New file.
18246
1cf2f1b0
JK
182472014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18248
18249 * gdb.base/attach.c: Include unistd.h.
18250 (main): Call alarm. Add label postloop.
18251 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18252 gdb_breakpoint, gdb_continue_to_breakpoint.
18253 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18254
98880d46
PA
182552014-09-11 Pedro Alves <palves@redhat.com>
18256
18257 PR gdb/17347
18258 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18259 * gdb.base/attach.exp (test_command_line_attach_run): New
18260 procedure.
18261 (top level): Call it.
18262
4c92ff2c
PA
182632014-09-11 Pedro Alves <palves@redhat.com>
18264
18265 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18266 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18267 (do_command_attach_tests): Use spawn_wait_for_attach.
18268 * gdb.base/solib-overlap.exp: Likewise.
18269 * gdb.multi/multi-attach.exp: Likewise.
18270 * gdb.python/py-prompt.exp: Likewise.
18271 * gdb.python/py-sync-interp.exp: Likewise.
18272 * gdb.server/ext-attach.exp: Likewise.
18273
3adc1a7d
GKB
182742014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18275
18276 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18277 command in testcase. Simplify testcase.
18278
96334934
JB
182792014-09-10 Joel Brobecker <brobecker@adacore.com>
18280
18281 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18282
eb479039
JB
182832014-09-10 Joel Brobecker <brobecker@adacore.com>
18284
18285 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18286
deede10c
JB
182872014-09-10 Joel Brobecker <brobecker@adacore.com>
18288
18289 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18290
7828a5f5
JB
182912014-09-10 Joel Brobecker <brobecker@adacore.com>
18292
18293 * gdb.dwarf2/dynarr-ptr.c: New file.
18294 * gdb.dwarf2/dynarr-ptr.exp: New file.
18295
33aeebcf
MR
182962014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18297
18298 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18299 of 30 rather than hardcoding 120 for a slow test case. Take the
18300 `gdb,timeout' target setting into account for this calculation.
18301 Don't extend the timeout for the test cases that don't need it.
18302
7b415901
MR
183032014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18304
18305 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18306 a factor of 2 for a slow test case. Take the `gdb,timeout'
18307 target setting into account for this calculation.
18308 * gdb.reverse/until-precsave.exp: Increase the timeout by
18309 a factor of 15 and 3 respectively rather than adding 120
18310 for a pair of slow test cases. Take the `gdb,timeout'
18311 target setting into account for this calculation.
18312
4a40f85a
MR
183132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18314
18315 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18316 timeout, don't pass one down to gdb_expect.
18317 (gdb_expect): Rework timeout selection.
18318
09635af7
MR
183192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18320
18321 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18322 exception on timeout.
18323 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18324 (gdbserver_start_extended): Catch any `gdbserver_start' error
18325 exceptions.
18326 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18327 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18328 `gdbserver_gdb_load' error exceptions.
18329
2bdd10b7
MR
183302014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18331
18332 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18333 120 on waiting for the TCP socket to open.
18334
316935f0
DE
183352014-09-09 Doug Evans <xdje42@gmail.com>
18336
18337 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18338 _caller_matches, _any_caller_is, _any_caller_matches.
18339
83740597
DE
183402014-09-09 Doug Evans <xdje42@gmail.com>
18341
18342 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18343
4c122fc3
YQ
183442014-09-09 Yao Qi <yao@codesourcery.com>
18345
18346 * gdb.mi/mi-var-display.exp: Set print symbol off.
18347
a9f116cb
GKB
183482014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18349
18350 PR gdb/17035
18351 * gdb.base/commands.exp: Add tests to verify user-defined
18352 commands with empty bodies.
18353 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18354 python commands in `show user command`.
18355 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18356 scheme commands in `show user command`.
18357
c75bd3a2
JK
183582014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18359
18360 PR python/17355
18361 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18362 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18363 * gdb.python/py-framefilter-invalidarg.exp: New file.
18364 * gdb.python/py-framefilter-invalidarg.py: New file.
18365
faa42425
DE
183662014-09-06 Doug Evans <xdje42@gmail.com>
18367
18368 PR 15276
18369 * gdb.python/py-caller-is.c: New file.
18370 * gdb.python/py-caller-is.exp: New file.
18371
474ca4f6
SDJ
183722014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18373
18374 PR gdb/17235
18375 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18376 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18377
eb0b0463
SDJ
183782014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18379
18380 PR fortran/17237
18381 * gdb.fortran/print-formatted.exp: New file.
18382 * gdb.fortran/print-formatted.f90: Likewise.
18383
5f3b99cf
SS
183842014-09-03 Sasha Smundak <asmundak@google.com>
18385
18386 * gdb.python/py-frame.exp: Test Frame.read_register.
18387
7d793aa9
SDJ
183882014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18389
18390 PR python/16699
18391 * gdb.python/py-completion.exp: New file.
18392 * gdb.python/py-completion.py: Likewise.
18393
fb0576e9
DE
183942014-08-28 Doug Evans <dje@google.com>
18395
18396 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18397 eax,etc. are live with values set by gdb and thus the compiler can't
18398 use them.
18399 * gdb.arch/i386-pseudo.c (main): Ditto.
18400
ee92b0dd
DE
184012014-08-27 Doug Evans <dje@google.com>
18402
18403 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18404
6649db35
DE
184052014-08-25 Doug Evans <dje@google.com>
18406
18407 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18408 (main): Ditto.
18409
564b7600
DE
184102014-08-25 Doug Evans <dje@google.com>
18411
18412 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18413
3881fb67
YQ
184142014-08-24 Yao Qi <yao@codesourcery.com>
18415
18416 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18417 symbol off.
18418 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18419
a05a36a5
DE
184202014-08-22 Doug Evans <dje@google.com>
18421
18422 PR 17276
18423 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18424 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18425 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18426
7c343b48
YQ
184272014-08-22 Yao Qi <yao@codesourcery.com>
18428
18429 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18430 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18431 * gdb.python/python.exp: Likewise. Use .py file on the host
18432 instead of the build.
18433
22fd09ae
JK
184342014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18435
18436 * gdb.threads/gcore-stale-thread.c: New file.
18437 * gdb.threads/gcore-stale-thread.exp: New file.
18438
a8454a7c
PA
184392014-08-21 Pedro Alves <palves@redhat.com>
18440
18441 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18442 * gdb.base/gcore-relro-pie.exp: Likewise.
18443 * gdb.base/gcore-relro.exp: Likewise.
18444 * gdb.base/gcore.exp: Likewise.
18445 * gdb.base/print-symbol-loading.exp: Likewise.
18446 * gdb.threads/gcore-thread.exp: Likewise.
18447 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18448
2a31c623
PA
184492014-08-20 Pedro Alves <palves@redhat.com>
18450 Jan Kratochvil <jan.kratochvil@redhat.com>
18451
18452 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18453 configure.
18454 (EXPECT): Handle READ1 being set.
18455 (all): Depend on EXTRA_RULES.
18456 (check-read1, expect-read1, read1.so, read1): New rules.
18457 * README (Testsuite Parameters): Document the READ1 make variable.
18458 (Race detection): New section.
18459 * configure: Regenerate.
18460 * configure.ac: If build==host==target, and running under a
18461 GNU/glibc system, add read1 to the extra Makefile rules.
18462 (EXTRA_RULES): AC_SUBST it.
18463 * lib/read1.c: New file.
18464
d36430db
JB
184652014-08-20 Joel Brobecker <brobecker@adacore.com>
18466
18467 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18468 the handling of variables declared as a typedef to an array
18469 which a DW_AT_data_location attribute.
18470
9a0dc9e3
PA
184712014-08-19 Andrew Burgess <aburgess@broadcom.com>
18472 Pedro Alves <palves@redhat.com>
18473
18474 PR symtab/14604
18475 PR symtab/14605
18476 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18477 gdb_test.
18478
0718a8da
PA
184792014-08-19 Pedro Alves <palves@redhat.com>
18480
18481 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18482
13b448cd
YQ
184832014-08-19 Yao Qi <yao@codesourcery.com>
18484
18485 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18486 right line.
18487
1cbf5077
DB
184882014-08-18 David Blaikie <dblaikie@gmail.com>
18489
18490 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18491
bf0fae19
JB
184922014-08-18 Joel Brobecker <brobecker@adacore.com>
18493
18494 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18495 attribute in array range.
18496
3c8c5dcc
JB
184972014-08-18 Joel Brobecker <brobecker@adacore.com>
18498
18499 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18500
e66d4446
SC
185012014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18502
18503 PR c++/17132
18504 * gdb.cp/pr17132.cc: New file.
18505 * gdb.cp/pr17132.exp: New file.
18506
940df408
SC
185072014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18508
18509 * gdb.python/py-xmethods.py (A_getarrayind)
18510 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18511 Use 'print' with function call syntax.
18512 (E_method_matcher.match): Fix tab vs space indentation mixup.
18513
ebcc6c3a
YQ
185142014-08-15 Yao Qi <yao@codesourcery.com>
18515
18516 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18517 false.
18518
775e0f04
YQ
185192014-08-15 Yao Qi <yao@codesourcery.com>
18520
18521 * gdb.cp/casts.exp: Set print symbol off.
18522 * gdb.cp/class2.exp: Likewise.
18523 * gdb.cp/overload.exp: Likewise.
18524 * gdb.cp/templates.exp: Likewise.
18525
d769e349
DE
185262014-08-11 Doug Evans <dje@google.com>
18527
18528 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18529 (test_load_shlib): Update.
18530
20c6f1e1
YQ
185312014-08-09 Yao Qi <yao@codesourcery.com>
18532
18533 * gdb.base/display.exp: Invoke is_address_zero_readable.
18534 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18535 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18536 * gdb.base/hbreak-unmapped.exp: Return if
18537 is_address_zero_readable returns true.
18538 * gdb.base/signest.exp: Likewise.
18539 * gdb.base/signull.exp: Likewise.
18540 * gdb.base/sigbpt.exp: Likewise.
18541 * gdb.guile/scm-disasm.exp: Do the test if
18542 is_address_zero_readable returns false.
18543 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18544 * gdb.python/py-arch.exp: Likewise.
18545 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18546 * lib/gdb.exp (is_address_zero_readable): New proc.
18547
5792e8e3
YQ
185482014-08-09 Yao Qi <yao@codesourcery.com>
18549
18550 PR testsuite/13443
18551 * gdb.mi/mi-var-display.exp: Make test messages unique.
18552
3cecbbbe
TT
185532014-08-04 Tom Tromey <tromey@redhat.com>
18554
18555 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18556 target 0".
18557
00b51ff5
TT
185582014-08-04 Tom Tromey <tromey@redhat.com>
18559
18560 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18561 "target_resume".
18562
6908c509
JB
185632014-08-01 Joel Brobecker <brobecker@adacore.com>
18564
18565 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18566 inner_vla_struct_object_size.
18567 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18568 as xfail.
18569
cc6563d2
PA
185702014-07-30 Pedro Alves <palves@redhat.com>
18571
18572 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18573 comment.
18574
7e09a223
YQ
185752014-07-29 Yao Qi <yao@codesourcery.com>
18576
18577 PR gdb/17206
18578 * gdb.base/until-nodebug.exp: New.
18579
7ebdbe92
DE
185802014-07-28 Doug Evans <xdje42@gmail.com>
18581
18582 PR guile/17203
18583 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18584 previously existing parameter, and previously ambiguously spelled
18585 parameter.
18586
fdb1adc6
WN
185872014-07-28 Will Newton <will.newton@linaro.org>
18588
18589 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18590
186fcde0
DE
185912014-07-26 Ludovic Courtès <ludo@gnu.org>
18592 Doug Evans <xdje42@gmail.com>
18593
18594 PR guile/17146
18595 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18596
70509625
PA
185972014-07-25 Pedro Alves <palves@redhat.com>
18598
18599 * gdb.threads/signal-command-handle-nopass.c: New file.
18600 * gdb.threads/signal-command-handle-nopass.exp: New file.
18601 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18602 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18603 * gdb.threads/signal-delivered-right-thread.c: New file.
18604 * gdb.threads/signal-delivered-right-thread.exp: New file.
18605
c3f814a1
PA
186062014-07-25 Pedro Alves <palves@redhat.com>
18607
18608 * gdb.base/double-prompt-target-event-error.exp
18609 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18610 match.
18611 (cancel_pagination_in_target_event): Rework double prompt
18612 detection.
18613 * gdb.base/paginate-after-ctrl-c-running.exp
18614 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18615 <return>' match.
18616 * gdb.base/paginate-bg-execution.exp
18617 (test_bg_execution_pagination_return)
18618 (test_bg_execution_pagination_cancel): Remove '-notransfer
18619 <return>' matches.
18620 * gdb.base/paginate-execution-startup.exp
18621 (test_fg_execution_pagination_return)
18622 (test_fg_execution_pagination_cancel): Remove '-notransfer
18623 <return>' matches.
18624 * gdb.base/paginate-inferior-exit.exp
18625 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18626 match.
18627 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18628 * lib/gdb.exp (pagination_prompt): Run text through
18629 string_to_regexp.
18630 (gdb_test_multiple): Match $pagination_prompt instead of
18631 "<return>".
18632 (string_to_regexp): Move to lib/gdb-utils.exp.
18633
e214cf6c
JK
186342014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18635
18636 * gdb.arch/amd64-entry-value-paramref.S: New file.
18637 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18638 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18639 * gdb.arch/amd64-optimout-repeat.S: New file.
18640 * gdb.arch/amd64-optimout-repeat.c: New file.
18641 * gdb.arch/amd64-optimout-repeat.exp: New file.
18642
17d0c5c8
JK
186432014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18644
18645 PR gdb/17170
18646 * gdb.base/statistics.exp: New file.
18647
b8b8facf
DE
186482014-07-17 Doug Evans <dje@google.com>
18649
74b49205 18650 PR gdb/17170
b8b8facf
DE
18651 * gdb.base/maint.exp: Update testing of per-command stats.
18652
1b5d0ab3
PA
186532014-07-16 Pedro Alves <palves@redhat.com>
18654
18655 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18656 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18657 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18658 (tfile_write_buf): New functions.
18659 (add_memory_block): Rewrite using the above.
18660 (adjust_function_address): New function.
18661 (FUNCTION_ADDRESS): New macro.
18662 (write_basic_trace_file): Remove short_x local, and use
18663 tfile_write_16. Change type of func_addr local to unsigned long
18664 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18665 here. Cast argument of add_memory_block to char pointer.
18666 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18667 (main): Remove parameters.
18668 * gdb.trace/tfile.exp: Remove nowarnings.
18669
4d974e88
SM
186702014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18671
18672 * gdb.base/debug-expr.exp: Test string evaluation with
18673 "debug expression" on.
18674
41e99568
PA
186752014-07-15 Pedro Alves <palves@redhat.com>
18676
18677 * gdb.base/reread.exp: Use clean_restart.
18678
487d9753
PL
186792014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18680
18681 * gdb.arch/avr-flash-qualifer.c: New.
18682 * gdb.arch/avr-flash-qualifer.exp: New.
18683
cc1c52ad
PA
186842014-07-14 Pedro Alves <palves@redhat.com>
18685
18686 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18687 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18688
1e973570
PA
186892014-07-14 Pedro Alves <palves@redhat.com>
18690
18691 * gdb.base/double-prompt-target-event-error.c: New file.
18692 * gdb.base/double-prompt-target-event-error.exp: New file.
18693
93d6eb10
PA
186942014-07-14 Pedro Alves <palves@redhat.com>
18695
18696 PR gdb/17072
18697 * gdb.base/paginate-inferior-exit.c: New file.
18698 * gdb.base/paginate-inferior-exit.exp: New file.
18699
0017922d
PA
187002014-07-14 Pedro Alves <palves@redhat.com>
18701
18702 PR gdb/17072
18703 * gdb.base/paginate-bg-execution.c: New file.
18704 * gdb.base/paginate-bg-execution.exp: New file.
18705
94696ad3
PA
187062014-07-14 Pedro Alves <palves@redhat.com>
18707
18708 PR gdb/17072
18709 * gdb.base/paginate-execution-startup.c: New file.
18710 * gdb.base/paginate-execution-startup.exp: New file.
18711 * lib/gdb.exp (pagination_prompt): New global.
18712 (default_gdb_spawn): New procedure, factored out from
18713 default_gdb_spawn.
18714 (default_gdb_start): Adjust to call default_gdb_spawn.
18715 (gdb_spawn): New procedure.
18716
bd293940
PA
187172014-07-14 Pedro Alves <palves@redhat.com>
18718
18719 * lib/gdb.exp (gdb_assert): New procedure.
18720 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18721
c933f875
PA
187222014-07-14 Pedro Alves <palves@redhat.com>
18723
18724 * gdb.base/execution-termios.c: New file.
18725 * gdb.base/execution-termios.exp: New file.
18726
d98b7a16
TT
187272014-07-14 Tom Tromey <tromey@redhat.com>
18728
18729 * gdb.cp/vla-cxx.cc: New file.
18730 * gdb.cp/vla-cxx.exp: New file.
18731
548740d6
TT
187322014-07-14 Tom Tromey <tromey@redhat.com>
18733
18734 * gdb.reverse/rerun-prec.c: New file.
18735 * gdb.reverse/rerun-prec.exp: New file.
18736
a25eb028
MR
187372014-07-12 Maciej W. Rozycki <macro@mips.com>
18738 Maciej W. Rozycki <macro@codesourcery.com>
18739
18740 * lib/gdb-utils.exp: New file.
18741 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18742 inline `gdb_init_command' processing.
18743 (gdb_start_cmd): Likewise.
18744 * lib/mi-support.exp (mi_run_cmd): Likewise.
18745 * README: Document `gdb_init_command' and `gdb_init_commands'.
18746
218c2655
JK
187472014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18748
18749 Fix false FAIL running under a very long directory name.
18750 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18751 and "set print elements 10000". Twice.
18752
5401fde3
YQ
187532014-07-11 Yao Qi <yao@codesourcery.com>
18754
18755 * gdb.base/exprs.exp: "set print symbol off".
18756
e76126e8
PA
187572014-07-11 Pedro Alves <palves@redhat.com>
18758
18759 * gdb.threads/kill.c: New file.
18760 * gdb.threads/kill.exp: New file.
18761
2d6f0de6
YQ
187622014-07-10 Yao Qi <yao@codesourcery.com>
18763
18764 * gdb.trace/tfile.c (write_basic_trace_file)
18765 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18766 address written to trace file.
18767
7180e04a
PA
187682014-07-09 Pedro Alves <palves@redhat.com>
18769
18770 * gdb.base/attach-wait-input.exp: New file.
18771 * gdb.base/attach-wait-input.c: New file.
18772
9a9a7608
AB
187732014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18774
18775 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18776 setting up test structures.
18777 (main): Call new test function.
18778 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18779 test function, continue into test function and walk test
18780 structures.
18781
161ac41e
YQ
187822014-07-02 Yao Qi <yao@codesourcery.com>
18783
18784 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18785 'bar_start' at the beginning of functions 'foo' and 'bar'
18786 respectively.
18787 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18788 instead of 'foo' and 'bar'.
18789
1f267ae3
MM
187902014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18791
18792 * gdb.btrace/segv.exp: New.
18793 * gdb.btrace/segv.c: New.
18794
2b239efb
LM
187952014-07-02 Luis Machado <lgustavo@codesourcery.com>
18796
18797 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18798 instruction.
18799
cf363f18
MW
188002014-06-30 Mark Wielaard <mjw@redhat.com>
18801
18802 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18803 vulture, vilify, villar): New volatile array constants.
18804 (vindictive, vegetation): New const volatile array constants.
18805 * gdb.base/volatile.exp: Test volatile and const volatile array
18806 types.
18807
aebf9d24
AA
188082014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18809
18810 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18811 target lacks support for awatch, rwatch, or hbreak.
18812
b67a2c6f
YQ
188132014-06-27 Yao Qi <yao@codesourcery.com>
18814
18815 * gdb.multi/dummy-frame-restore.exp: New.
18816 * gdb.multi/dummy-frame-restore.c: New.
18817
aef92902
MM
188182014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18819
18820 * gdb.btrace/gcore.exp: New.
18821
8e9db26e
PA
188222014-06-23 Pedro Alves <palves@redhat.com>
18823
18824 * gdb.base/watchpoint-reuse-slot.c: New file.
18825 * gdb.base/watchpoint-reuse-slot.exp: New file.
18826
70afc5b7
SC
188272014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18828
18829 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18830 progspace's filename in 'info', 'enable' and 'disable' command
18831 tests.
18832
b972bd9c
JK
188332014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18834
18835 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18836 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18837 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18838
125f8a3d
GB
188392014-06-20 Gary Benson <gbenson@redhat.com>
18840
18841 * gdb.arch/i386-avx.exp: Fix include file location.
18842 * gdb.arch/i386-sse.exp: Likewise.
18843
3ed9baed
IB
188442014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18845
18846 * gdb.dlang/expression.exp: New file.
18847
034f788c
PA
188482014-06-19 Pedro Alves <palves@redhat.com>
18849
18850 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18851 out from ...
18852 (top level): ... here. Iterate running tests under different
18853 scheduler-locking settings.
18854
45371d0c
LM
188552014-06-18 Luis Machado <lgustavo@codesourcery.com>
18856
18857 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18858 to DW_FORM_addr and use non-zero addresses.
18859
5d376983
SC
188602014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18861
18862 PR gdb/17017
18863 * gdb.python/py-xmethods.cc: Add global function call counters and
18864 increment them in their respective functions. Remove "cout"
18865 statements.
18866 * gdb.python/py-xmethods.exp: Make tests check the global function
18867 call counters instead of depending on inferior IO.
18868
a1aa2221
LM
188692014-06-18 Don Breazeal <donb@codesourcery.com>
18870
18871 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18872 Deleted procedure.
18873 (explicit_fork_parent_follow): Deleted procedure.
18874 (explicit_fork_child_follow): Deleted procedure.
18875 (test_follow_fork): New procedure.
18876 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18877 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18878 procedure calls.
18879
0fc05997
YQ
188802014-06-17 Yao Qi <yao@codesourcery.com>
18881
18882 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18883 CP1252.
18884
70795c52
LM
188852014-06-17 Luis Machado <lgustavo@codesourcery.com>
18886
18887 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18888 Initialize ptr and S explicitly.
18889 (skip_type_update_when_not_use_rtti_test): Likewise.
18890
6be47f0c
KS
188912014-06-16 Keith Seitz <keiths@redhat.com>
18892
18893 PR mi/15863
18894 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18895 the inferior is started.
18896
d03de421
PA
188972014-06-16 Pedro Alves <palves@redhat.com>
18898
18899 * gdb.base/break-main-file-remove-fail.c: New file.
18900 * gdb.base/break-main-file-remove-fail.exp: New file.
18901 * gdb.base/break-unload-file.exp: Use build_executable instead of
18902 prepare_for_testing.
18903 (test_break): New parameter "initial_load". Handle it.
18904 (top level): Add initial_load cmdline/file axis.
18905
f9579b99
TT
189062014-06-12 Tom Tromey <tromey@redhat.com>
18907
18908 * gdb.base/completion.exp: Don't use directory name in test.
18909
3657956b
GB
189102014-06-09 Gary Benson <gbenson@redhat.com>
18911
18912 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18913 separate the always-available ANSI-standard signals from the
18914 signals that require checking.
18915 (main): Likewise.
18916 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18917 Likewise.
18918 (main): Likewise.
18919
4186eb54
KS
189202014-06-07 Keith Seitz <keiths@redhat.com>
18921
18922 Revert:
18923 PR c++/16253
18924 * gdb.cp/var-tag.cc: New file.
18925 * gdb.cp/var-tag.exp: New file.
18926 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18927 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18928 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18929 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18930
25326a28 189312014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18932
18933 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18934
829155c9
PA
189352014-06-06 Pedro Alves <palves@redhat.com>
18936
18937 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18938 in target debug output instead of looking at RSP packets,
18939 disabling the test on any target that uses hardware stepping.
18940 Update comments.
18941
61c8d22e
PA
189422014-06-06 Pedro Alves <palves@redhat.com>
18943
18944 * gdb.base/break-unload-file.exp: Fix typo.
18945
d9a47287
YQ
189462014-06-06 Yao Qi <yao@codesourcery.com>
18947
18948 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18949 from "jit_function" to "^jit_function".
18950
e5e01dbf
YQ
189512014-06-06 Yao Qi <yao@codesourcery.com>
18952
18953 * gdb.base/async.c (foo): Add one statement.
18954 * gdb.base/async.exp: Get the next instruction address and
18955 match the output of "nexti" by instruction address. Match
18956 the hex address in the output of "finish".
18957
73ba372c
GB
189582014-06-06 Gary Benson <gbenson@redhat.com>
18959
18960 * gdb.base/call-signals.c: Remove preprocessor conditionals
18961 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18962 SIGSEGV and SIGTERM.
18963 * gdb.base/sigall.c: Likewise.
18964 * gdb.base/unwindonsignal.c: Likewise.
18965 * gdb.reverse/sigall-reverse.c: Likewise.
18966
831517df
YQ
189672014-06-06 Yao Qi <yao@codesourcery.com>
18968
18969 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18970 readable, skip the test.
18971
b8b91e98
YQ
189722014-06-06 Yao Qi <yao@codesourcery.com>
18973
18974 * gdb.threads/staticthreads.c (thread_function): Move the line
18975 setting breakpoint on forward.
18976 * gdb.threads/staticthreads.exp: Update comments.
18977
fb934770
LC
189782014-06-05 Ludovic Courtès <ludo@gnu.org>
18979
18980 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18981 "history-append! type error".
18982
6ef284bd
SM
189832014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18984
18985 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18986 erroneous dprintf expected input.
18987
a872e241
DE
189882014-06-04 Doug Evans <xdje42@gmail.com>
18989
18990 * gdb.guile/scm-generics.exp: Delete.
18991
16f691fb
DE
189922014-06-04 Doug Evans <xdje42@gmail.com>
18993
18994 * gdb.guile/scm-breakpoint.exp: Update.
18995 Add tests for breakpoint registration.
18996
012370f6
TT
189972014-06-04 Tom Tromey <tromey@redhat.com>
18998
18999 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19000 VLA-in-union.
19001 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19002 inner_vla_struct, vla_union types. Initialize objects of those
19003 types and compute their sizes.
19004
9f5a4cef
HZ
190052014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19006 Hui Zhu <hui@codesourcery.com>
19007
19008 * gdb.base/fileio.exp: Add test for shell not available as well as
19009 available.
19010 * gdb.base/fileio.c (test_system): Check for shell twice.
19011
90a45c4d
YQ
190122014-06-04 Yao Qi <yao@codesourcery.com>
19013
19014 * gdb.base/auto-connect-native-target.exp: Remove redundant
19015 space from the regexp pattern.
19016
70017e41
YQ
190172014-06-04 Yao Qi <yao@codesourcery.com>
19018
19019 * gdb.base/default.exp: Replace "child" with "native" in
19020 regexp pattern.
19021
883964a7
SC
190222014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19023
19024 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19025 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19026 * gdb.python/py-xmethods.py: Python script supporting the
19027 new testcase and tests.
19028
ef370185
JB
190292014-06-03 Joel Brobecker <brobecker@adacore.com>
19030 Pedro Alves <palves@redhat.com>
19031
19032 PR breakpoints/17000
19033 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19034 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19035
1e2ccb61
BM
190362014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19037
19038 * gdb.base/subst.exp: Add tests to verify partial path matching
19039 output.
19040
c6ec5ab2
PA
190412014-06-03 Pedro Alves <palves@redhat.com>
19042
19043 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19044 target that doesn't use software single-stepping.
19045
835c559f
PA
190462014-06-03 Pedro Alves <palves@redhat.com>
19047
19048 PR breakpoints/17000
19049 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19050 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19051
06eb1586
DE
190522014-06-02 Doug Evans <xdje42@gmail.com>
19053
19054 * gdb.guile/scm-parameter.exp: New file.
19055
e698b8c4
DE
190562014-06-02 Doug Evans <xdje42@gmail.com>
19057
19058 * gdb.guile/scm-cmd.c: New file.
19059 * gdb.guile/scm-cmd.exp: New file.
19060
ded03782
DE
190612014-06-02 Doug Evans <xdje42@gmail.com>
19062
19063 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19064 pretty-printer lookup.
19065 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19066 (make-pp_s-printer): Call it.
19067 (make-pretty-printer-from-dict): New function.
19068 (lookup-pretty-printer-maker-from-dict): New function.
19069 (*pretty-printer*): Simplify.
19070 (make-objfile-pp_s-printer): New function.
19071 (install-objfile-pretty-printers!): New function.
19072 (make-progspace-pp_s-printer): New function.
19073 (install-progspace-pretty-printers!): New function.
19074 * gdb.guile/scm-progspace.c: New file.
19075 * gdb.guile/scm-progspace.exp: New file.
19076
41fac0cf
PA
190772014-06-02 Pedro Alves <palves@redhat.com>
19078
19079 * gdb.base/dprintf-bp-same-addr.c: New file.
19080 * gdb.base/dprintf-bp-same-addr.exp: New file.
19081
96ae5695
EBM
190822014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19083
19084 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19085 * gdb.arch/powerpc-power.s: Likewise.
19086
da02b3a8
JB
190872014-06-02 Joel Brobecker <brobecker@adacore.com>
19088
19089 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19090
c72b2e7b
YQ
190912014-06-01 Yao Qi <yao@codesourcery.com>
19092
19093 * gdb.base/watchpoint.exp (test_watch_location): Check null
19094 pointer can be dereferenced. If not, do the test, otherwise
19095 skip it.
19096
53e8a631
AB
190972014-05-30 Andrew Burgess <aburgess@broadcom.com>
19098
19099 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19100 results.
19101 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19102
938f0e2f
AB
191032014-05-30 Andrew Burgess <aburgess@broadcom.com>
19104
19105 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19106 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19107 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19108 * gdb.arch/amd64-invalid-stack-top.c: New file.
19109 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19110
9ba6657a
PA
191112014-05-30 Pedro Alves <palves@redhat.com>
19112
19113 PR breakpoints/17000
19114 * gdb.base/sss-bp-on-user-bp.c: New file.
19115 * gdb.base/sss-bp-on-user-bp.exp: New file.
19116
522c09bf
DB
191172014-05-30 David Blaikie <dblaikie@gmail.com>
19118
19119 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19120 gnu_inline semantics via attribute.
19121 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19122 source explicitly specifies the required semantics.
19123
bf4ef81e
MR
191242014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19125
19126 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19127
329ea579
PA
191282014-05-29 Pedro Alves <palves@redhat.com>
19129 Tom Tromey <tromey@redhat.com>
19130
19131 * gdb.base/async-shell.exp: Don't enable target-async.
19132 * gdb.base/async.exp
19133 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19134 parameter. Adjust.
19135 (top level): Don't test with "target-async".
19136 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19137 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19138 * gdb.base/inferior-died.exp: Don't enable target-async.
19139 * gdb.base/interrupt-noterm.exp: Likewise.
19140 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19141 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19142 * gdb.mi/mi-nonstop.exp: Likewise.
19143 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19144 * gdb.mi/mi-nsintrall.exp: Likewise.
19145 * gdb.mi/mi-nsmoribund.exp: Likewise.
19146 * gdb.mi/mi-nsthrexec.exp: Likewise.
19147 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19148 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19149 * gdb.python/py-evsignal.exp: Don't enable target-async.
19150 * gdb.python/py-evthreads.exp: Likewise.
19151 * gdb.python/py-prompt.exp: Likewise.
19152 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19153 * gdb.server/solib-list.exp: Don't enable target-async.
19154 * gdb.threads/thread-specific-bp.exp: Likewise.
19155 * lib/mi-support.exp: Adjust to use mi-async.
19156
fd664c91
PA
191572014-05-29 Pedro Alves <palves@redhat.com>
19158
19159 PR gdb/13860
19160 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19161 reason, even in sync mode.
19162
251bde03
PA
191632014-05-29 Pedro Alves <palves@redhat.com>
19164 Hui Zhu <hui@codesourcery.com>
19165
19166 PR PR15693
19167 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19168 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19169 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19170 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19171
7f3c0343
JB
191722014-05-28 Joel Brobecker <brobecker@adacore.com>
19173
19174 * config/monitor.exp (gdb_target_monitor): Replace use of
19175 "set remotebaud" by "set serial baud".
19176
b2715b27
AW
191772014-05-26 Andy Wingo <wingo@igalia.com>
19178
19179 * gdb.guile/scm-breakpoint.exp:
19180 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19181 properties instead of gdb-object-properties.
19182
498a4489
YQ
191832014-05-26 Yao Qi <yao@codesourcery.com>
19184
19185 * gdb.server/no-thread-db.exp: Specify source file name
19186 explicitly when setting a breakpoint.
19187
589fdceb
MM
191882014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19189
19190 * gdb.btrace/vdso.c: New.
19191 * gdb.btrace/vdso.exp: New.
19192
e9089e05
MM
191932014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19194
19195 * gdb.base/gcore.exp (capture_command_output): Move ...
19196 * lib/gdb.exp (capture_command_output): ... here.
19197
67b5c0c1
MM
191982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19199
19200 * gdb.btrace/data.exp: Test memory access during btrace replay.
19201
a2199296
SM
192022014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19203
19204 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19205
17b2616c
PA
192062014-05-21 Pedro Alves <palves@redhat.com>
19207
19208 PR gdb/13860
19209 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19210 (top level): Test that output related to execution commands is
19211 sent to the console with CLI commands, but not with MI commands.
19212 Test that breakpoint events are always mirrored to the console.
19213 Also expect the new source line to be output after a "next" in
19214 async mode too. Make it a pass/fail test.
19215 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19216 output.
19217 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19218
5166082f
PA
192192014-05-21 Pedro Alves <palves@redhat.com>
19220
19221 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19222 Use them to test variations of "list" after reaching a breakpoint.
19223 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19224 Test "list" with listsize 10 after reaching a breakpoint.
19225 * gdb.python/python.exp (decode_line current location line
19226 number): Adjust expected line number.
19227
2f25d70f
SM
192282014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19229
19230 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19231 behavior for $args, pass it directly to "run".
19232
ff604a67
MR
192332014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19234
19235 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19236 30000 to 65536.
19237
6a3cb8e8
PA
192382014-05-21 Pedro Alves <palves@redhat.com>
19239
19240 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19241 auto-connect-native-target off".
19242 * gdb.base/auto-connect-native-target.c: New file.
19243 * gdb.base/auto-connect-native-target.exp: New file.
19244
4ebfc96e
PA
192452014-05-21 Pedro Alves <palves@redhat.com>
19246
19247 * gdb.base/default.exp: Test "target native" instead of "target
19248 child".
19249
36d46afb
MW
192502014-05-21 Mark Wielaard <mjw@redhat.com>
19251
19252 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19253
5876f503
JK
192542014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19255
19256 Fix TLS access for -static -pthread.
19257 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19258 <HAVE_TLS> (thread_function, main): Initialize it.
19259 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19260 Add clean_restart.
19261 <$have_tls != "">: Check TLSVAR.
19262
0256a6ac
PA
192632014-05-21 Pedro Alves <palves@redhat.com>
19264
19265 * gdb.base/dcache-line-read-error.c: New.
19266 * gdb.base/dcache-line-read-error.exp: New.
19267
936d2992
PA
192682014-05-20 Pedro Alves <palves@redhat.com>
19269
19270 * gdb.base/compare-sections.c: New file.
19271 * gdb.base/compare-sections.exp: New file.
19272
802e8e6d
PA
192732014-05-20 Pedro Alves <palves@redhat.com>
19274
19275 * gdb.base/break-idempotent.c: New file.
19276 * gdb.base/break-idempotent.exp: New file.
19277
e59fa00f
MM
192782014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19279
19280 * gdb.btrace/nohist.exp: New.
19281
8b696e31
YQ
192822014-05-20 Yao Qi <yao@codesourcery.com>
19283
19284 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19285 gdb.reverse directory and gdb_reverse_timeout exists in board
19286 setting.
19287 * README: Document gdb_reverse_timeout.
19288
73c9764f
YQ
192892014-05-20 Yao Qi <yao@codesourcery.com>
19290
19291 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19292 'test_file_name'. Treat args as a string instead of a list.
19293 (gdb_init): Rename argument 'args' by 'test_file_name'.
19294
f1f4348a
JK
192952014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19296
19297 * gdb.arch/powerpc-power.exp: New file.
19298 * gdb.arch/powerpc-power.s: New file.
19299
0dbe70ce
DE
193002014-05-16 Doug Evans <dje@google.com>
19301
19302 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19303 * gdb.base/completion.exp: Check that all expected files exist
19304 before doing file completion.
0dbe70ce 19305
8d551b02
DE
193062014-05-16 Doug Evans <dje@google.com>
19307
19308 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19309 Update.
19310 (do_syscall_tests_without_xml): Update.
19311
73eb7709
PA
193122014-05-16 Pedro Alves <palves@redhat.com>
19313
19314 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19315 instead of "unknown output after running".
19316
3fae92fc
YQ
193172014-05-16 Yao Qi <yao@codesourcery.com>
19318
19319 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19320 file1.txt from host at the end.
19321 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19322
c2b2ccc5
DE
193232014-05-15 Doug Evans <dje@google.com>
19324
19325 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19326 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19327 loading file. Add test for TU lookup.
19328
8c217a4b
SM
193292014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19330
19331 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19332 calling "-exec-arguments" or "set args" before running the
19333 inferior.
19334
3deb39c6
SM
193352014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19336
19337 * lib/mi-support.exp (mi_expect_stop): Expect message for
19338 inferiors that exit with non-zero exit code.
19339
71a79f8c
YQ
193402014-05-14 Yao Qi <yao@codesourcery.com>
19341
19342 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19343 match absolute path on remote host.
19344 (test_file_list_exec_source_files): Remove "/" from the
19345 pattern.
19346
f23fcd46
YQ
193472014-05-14 Yao Qi <yao@codesourcery.com>
19348
19349 * boards/local-remote-host-notty.exp (${board}_file): New
19350 proc.
19351
9404b58f
KM
193522014-05-07 Kyle McMartin <kyle@redhat.com>
19353
19354 Pushed by Joel Brobecker <brobecker@adacore.com>.
19355 * gdb.arch/aarch64-atomic-inst.c: New file.
19356 * gdb.arch/aarch64-atomic-inst.exp: New file.
19357
5e45f04c
YQ
193582014-05-07 Yao Qi <yao@codesourcery.com>
19359
19360 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19361 in current context" too.
19362
c888a17d
KS
193632014-05-05 Keith Seitz <keiths@redhat.com>
19364
19365 * gdb.linespec/ls-dollar.exp: Add test for linespec
19366 file:convenience_variable.
19367
290a839c
YQ
193682014-05-05 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19371 traceframes into tfile and ctf trace files. Read data from
19372 trace file and test collected data.
19373 (gdb_collect_locals_test): Likewise.
19374 (gdb_unavailable_registers_test): Likewise.
19375 (gdb_unavailable_floats): Likewise.
19376 (gdb_collect_globals_test): Likewise.
19377 (top-level): Append "ctf" to trace_file_targets if GDB
19378 supports.
19379
b5262cd0
YQ
193802014-05-05 Yao Qi <yao@codesourcery.com>
19381
19382 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19383 code to ...
19384 (gdb_collect_args_test_1): ... it. New proc.
19385 (gdb_collect_locals_test): Move some code to ...
19386 (gdb_collect_locals_test_1): ... it. New proc.
19387 (gdb_unavailable_registers_test): Move some code to ...
19388 (gdb_unavailable_registers_test_1): ... it. New proc.
19389 (gdb_unavailable_floats): Move some code to ...
19390 (gdb_unavailable_floats_1): ... it. New proc.
19391
30a1e6cc
SDJ
193922014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19393
19394 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19395 probes to test for bitness recognition.
19396 * gdb.arch/amd64-stap-optional-prefix.exp
19397 (test_probe_value_without_reg): New procedure.
19398 Add code to test for different kinds of bitness.
19399
f33da99a
SDJ
194002014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19401
19402 PR breakpoints/16889
19403 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19404 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19405
5b80f00d
PA
194062014-05-01 Pedro Alves <palves@redhat.com>
19407
19408 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19409 gdb_file_cmd if no file is specified.
19410 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19411 last_loaded_file to set the remote exec-file.
19412
f8c2a73c
PA
194132014-05-01 Pedro Alves <palves@redhat.com>
19414
19415 * boards/local-remote-host.exp: New file.
19416
be6e8ac7
PA
194172014-05-01 Pedro Alves <palves@redhat.com>
19418
19419 * boards/local-remote-host.exp: Rename to ...
19420 * boards/local-remote-host-notty.exp: ... this.
19421
cac0dc8f
JB
194222014-04-28 Joel Brobecker <brobecker@adacore.com>
19423
19424 * gdb.ada/dyn_arrayidx: New testcase.
19425
9730e6cc
YQ
194262014-04-26 Yao Qi <yao@codesourcery.com>
19427
19428 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19429 and compute the length of function main. Save it in
19430 $main_length.
19431 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19432 (top-level): Use gdb_compile to compile objects into
19433 executable and restart GDB. Remove invocation to
19434 prepare_for_testing.
19435
7ae1a6a6
PA
194362014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19437 Pedro Alves <palves@redhat.com>
19438
19439 PR server/16255
19440 * gdb.multi/multi-attach.c: New file.
19441 * gdb.multi/multi-attach.exp: New file.
19442
4082afcc
PA
194432014-04-25 Pedro Alves <palves@redhat.com>
19444
19445 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19446 user.
19447 (top level): Test that "set remote conditional-breakpoints-packet
19448 off" works as intended.
19449 * gdb.base/dprintf.exp: Test that "set remote
19450 breakpoint-commands-packet off" works as intended.
19451 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19452 New function.
19453 (top level): Call it.
19454 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19455 remote fast-tracepoints-packet off" works as intended.
19456 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19457 * lib/gdb.exp (gdb_is_target_remote): ... here.
19458
2abc3f8d
DB
194592014-04-24 David Blaikie <dblaikie@gmail.com>
19460
19461 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19462 ensure clang would not discard them.
19463 * gdb.base/gdbvars.c: Ditto.
19464 * gdb.base/memattr.c: Ditto.
19465 * gdb.base/whatis.c: Ditto.
19466 * gdb.python/py-prettyprint.c: Ditto.
19467 * gdb.trace/actions.c: Ditto.
19468 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19469 ensure clang would not discard it.
19470
bfd39632
DB
194712014-04-24 David Blaikie <dblaikie@gmail.com>
19472
19473 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19474 clang to emit the full definition of type required by the test
19475 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19476
22842ff6
DB
194772014-04-24 David Blaikie <dblaikie@gmail.com>
19478
19479 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19480 coax Clang into emitting the definition of the type.
19481 * gdb.cp/pr10728-x.h (y): Ditto.
19482 * gdb.cp/pr10728-y.cc (y): Ditto.
19483
c2e827ad
DB
194842014-04-24 David Blaikie <dblaikie@gmail.com>
19485
19486 * gdb.base/label.exp: XFAIL label related tests under Clang.
19487 * gdb.cp/cplabel.exp: Ditto.
19488 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19489 under Clang those using labels.
19490
4c2d33e7
YQ
194912014-04-25 Yao Qi <yao@codesourcery.com>
19492
19493 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19494 double_label.
19495 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19496 partial_label and double_label.
19497
56083b99
DB
194982014-04-24 David Blaikie <dblaikie@gmail.com>
19499
19500 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19501
25d4e99d
DB
195022014-04-24 David Blaikie <dblaikie@gmail.com>
19503
19504 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19505 of the function to work across GCC and Clang.
19506 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19507 pointer types (const void ** const V void **).
19508
01f9f808
MS
195092014-04-24 Michael Sturm <michael.sturm@mintel.com>
19510 Walfred Tedeschi <walfred.tedeschi@intel.com>
19511
19512 * Makefile.in (EXECUTABLES): Added i386-avx512.
19513 * gdb.arch/i386-avx512.c: New file.
19514 * gdb.arch/i386-avx512.exp: Likewise.
19515
4b48d439
KS
195162014-04-23 Keith Seitz <keiths@redhat.com>
19517
19518 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19519 (mi_make_breakpoint_table): New procedure.
19520 (mi_create_breakpoint): Use mi_make_breakpoint
19521 and return the result.
19522 (mi_make_breakpoint): New procedure.
19523 (mi_build_kv_pairs): New procedure.
19524
19525 * gdb.mi/mi-break.exp: Remove unused globals,
19526 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19527 All callers updated.
19528 * gdb.mi/mi-dprintf.exp: Use variable to track command
19529 number.
19530 Update all callers of mi_create_breakpoint and use
19531 mi_make_breakpoint_table.
19532 Remove any unused global variables.
19533 * gdb.mi/mi-nonstop.exp: Likewise.
19534 * gdb.mi/mi-nsintrall.exp: Likewise.
19535 * gdb.mi/mi-nsmoribund.exp: Likewise.
19536 * gdb.mi/mi-nsthrexec.exp: Likewise.
19537 * gdb.mi/mi-reverse.exp: Likewise.
19538 * gdb.mi/mi-simplerun.exp: Likewise.
19539 * gdb.mi/mi-stepn.exp: Likewise.
19540 * gdb.mi/mi-syn-frame.exp: Likewise.
19541 * gdb.mi/mi-until.exp: Likewise.
19542 * gdb.mi/mi-var-cp.exp: Likewise.
19543 * gdb.mi/mi-var-display.exp: Likewise.
19544 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19545 * gdb.mi/mi2-var-child.exp: Likewise.
19546 * gdb.mi/mi-vla-c99.exp: Likewise.
19547 * lib/mi-support.exp: Likewise.
19548
19549 From Ian Lance Taylor <iant@cygnus.com>:
19550 * lib/gdb.exp (parse_args): New procedure.
19551
08351840
PA
195522014-04-23 Pedro Alves <palves@redhat.com>
19553
19554 * gdb.base/break-unload-file.c: New file.
19555 * gdb.base/break-unload-file.exp: New file.
19556 * gdb.base/sym-file-lib.c (baz): New function.
19557 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19558 field.
19559 (load): Store the segment's mapped size.
19560 (unload): New function.
19561 (unload_shlib): New function.
19562 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19563 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19564 set a breakpoint at baz, and call it.
19565 * gdb.base/sym-file.exp: New tests for stale breakpoint
19566 instructions.
19567
076855f9
PA
195682014-04-23 Pedro Alves <palves@redhat.com>
19569
19570 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19571 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19572 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19573 * gdb.base/hbreak-unmapped.c: New file.
19574 * gdb.base/hbreak-unmapped.exp: New file.
19575 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19576 * lib/gdb.exp (gdb_is_target_remote): ... here.
19577
483805cf
PA
195782014-04-22 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.base/consecutive-step-over.c: New file.
19581 * gdb.base/consecutive-step-over.exp: New file.
19582
06d97543
PA
195832014-04-22 Pedro Alves <palves@redhat.com>
19584
19585 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19586 instead of send_gdb/gdb_expect.
19587
b4429ea2
YQ
195882014-04-22 Yao Qi <yao@codesourcery.com>
19589
19590 * lib/trace-support.exp (generate_tracefile): New procedure.
19591 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19592 return 0.
19593 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19594 if generate_tracefile returns 1.
19595
51d48146
PA
195962014-04-18 Tom Tromey <palves@redhat.com>
19597 Pedro alves <tromey@redhat.com>
19598
19599 PR backtrace/15558
19600 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19601 with a backtrace limit.
19602 * gdb.python/py-frame-inline.exp: Test running to an inline
19603 function with a backtrace limit, and printing the newest frame.
19604 * gdb.python/py-frame-inline.c (main): Call f.
19605
bd1dce5f
MS
196062014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19607
19608 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19609
40d1a503
MS
196102014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19611
19612 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19613 Drop prefix from unsupported source file path.
19614
389b98f7
YQ
196152014-04-17 Yao Qi <yao@codesourcery.com>
19616
19617 * lib/gdb.exp (with_target_charset): New proc.
19618 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19619 with_target_charset.
19620 (test_print_strings): Likewise.
19621 (test_repeat_bytes): Likewise.
19622 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19623 for some tests.
19624
22869d73
KS
196252014-04-16 Keith Seitz <keiths@redhat.com>
19626
19627 PR gdb/15827
19628 * gdb.dwarf2/corrupt.c: New file.
19629 * gdb.dwarf2/corrupt.exp: New file.
19630
c4f87ca6
KS
196312014-04-16 Keith Seitz <keiths@redhat.com>
19632
19633 PR c++/16597
19634 * gdb.cp/namelessclass.cc: New file.
19635 * gdb.cp/namelessclass.exp: New file.
19636 * gdb.cp/namelessclass.S: New file.
19637
ab19de87
DE
196382014-04-16 Doug Evans <dje@google.com>
19639
19640 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19641 Add comment.
19642 (gdbserver_default_get_comm_port): New function.
19643 (gdbserver_start): Check if board file provided
19644 "gdbserver,get_comm_port" and use it if so.
19645 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19646 (gdb,socketport): Set to "stdio".
19647 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19648 (stdio_gdbserver_template): Delete.
19649 (${board}_get_remote_address): Update.
19650 (${board}_build_remote_cmd): Delete.
19651 (${board}_get_comm_port): New function.
19652 (${board}_spawn): Update.
19653 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19654 Delete.
19655 (${board}_get_remote_address): Update.
19656 (${board}_get_comm_port): New function.
19657
fc98a809
AB
196582014-04-16 Andrew Burgess <aburgess@broadcom.com>
19659
19660 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19661 appearing in any order.
19662
87fd9e6e
DE
196632014-04-15 Doug Evans <dje@google.com>
19664
19665 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19666 uninitialized value of "description".
19667
099fc3ea
KS
196682014-04-15 Keith Seitz <keiths@redhat.com>
19669
19670 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19671 Remove unused globals.
19672 (test_running_the_program): Likewise.
19673 (test_controlled_execution): Likewise.
19674 (test_controlling_breakpoints): Likewise.
19675 (test_program_termination): Likewise.
19676
5da151d4
KS
196772014-04-15 Keith Seitz <keiths@redhat.com>
19678
19679 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19680 unused globals.
19681 (test_rbreak_creation_and_listing): Likewise.
19682 (test_ignore_count): Likewise.
19683 (test_error): Likewise.
19684
35e5d2f0
PA
196852014-04-15 Pedro Alves <palves@redhat.com>
19686
19687 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19688 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19689 sym-file-loader.c.
19690 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19691 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19692 to sym-file-loader.c.
19693 (struct library): Forward declare.
19694 (load_shlib, lookup_function): Change prototypes.
19695 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19696 (translate_offset): Remove declarations.
19697 (get_text_addr): New declaration.
19698 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19699 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19700 sym-file-loader.h.
19701 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19702 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19703 here from sym-file-loader.h.
19704 (struct library): New structure.
19705 (load_shlib, lookup_function): Change prototypes and adjust to
19706 work with a struct library.
19707 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19708 (translate_offset): Make static.
19709 (get_text_addr): New function.
19710 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19711
eb4c1710
PA
197122014-04-15 Pedro Alves <palves@redhat.com>
19713
19714 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19715
2d1baf52
PA
197162014-04-15 Pedro Alves <palves@redhat.com>
19717
19718 * gdb.base/sym-file-loader.c: Include <limits.h>.
19719 (SELF_LINK): New define.
19720 (get_origin): New function.
19721 (load_shlib): Use it.
19722 * gdb.base/sym-file.exp: Don't early return if the target is
19723 remote. Use runto_main, and issue fail is that fails. Use
19724 gdb_load_shlibs.
19725 (shlib_name): Delete.
19726 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19727
7dd6df01
PA
197282014-04-15 Pedro Alves <palves@redhat.com>
19729
19730 * gdb.base/sym-file.exp: Remove regex characters from test
19731 message. Don't refer to breakpoint numbers in test messages.
19732
b50c8614
KS
197332014-04-14 Keith Seitz <keiths@redhat.com>
19734
19735 PR c++/16253
19736 * gdb.cp/var-tag.cc: New file.
19737 * gdb.cp/var-tag.exp: New file.
19738 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19739 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19740 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19741 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19742
3d567982
TT
197432014-04-14 Tom Tromey <tromey@redhat.com>
19744
19745 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19746 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19747 type.
19748 * gdb.cp/enum-class.exp: New file.
19749 * gdb.cp/enum-class.cc: New file.
19750
0626fc76
TT
197512014-04-14 Tom Tromey <tromey@redhat.com>
19752
19753 * gdb.dwarf2/enum-type.exp: New file.
19754
dca325b3
SA
197552014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19756
19757 * gdb.mi/mi-vla-c99.exp: New file.
19758 * gdb.mi/vla.c: New file.
19759
5854b38a
SA
197602014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19761
19762 * gdb.base/vla-datatypes.c: New file.
19763 * gdb.base/vla-datatypes.exp: New file.
19764
463bb957
SA
197652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19766
19767 * gdb.base/vla-ptr.c: New file.
19768 * gdb.base/vla-ptr.exp: New file.
19769
3dd170be
SA
197702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19771
19772 * gdb.dwarf2/count.exp: New file.
19773
5ecaaa66
SA
197742014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19775
19776 * gdb.base/vla-sideeffect.c: New file.
19777 * gdb.base/vla-sideeffect.exp: New file.
19778
41f1ada5
DB
197792014-04-14 David Blaikie <dblaikie@gmail.com>
19780
19781 * gdb.mi/non-stop.c: Add return value for non-void function return
19782 statement.
19783 * gdb.threads/staticthreads.c: Ditto.
19784
0be03e84
DE
197852014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19786 Doug Evans <xdje42@gmail.com>
19787
19788 * gdb.guile/scm-value.c: Improve test case.
19789 * gdb.guile/scm-value.exp: Add new test.
19790
f180a1fb
DB
197912014-04-11 David Blaikie <dblaikie@gmail.com>
19792
19793 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19794 override Clang's default.
19795
6b662e19
JB
197962014-04-11 Joel Brobecker <brobecker@adacore.com>
19797
19798 Revert the following changes (regressions):
19799
19800 * gdb.base/vla-sideeffect.c: New file.
19801 * gdb.base/vla-sideeffect.exp: New file.
19802
19803 * gdb.dwarf2/count.exp: New file.
19804
19805 * gdb.base/vla-multi.c: New file.
19806 * gdb.base/vla-multi.exp: New file.
19807
19808 * gdb.base/vla-ptr.c: New file.
19809 * gdb.base/vla-ptr.exp: New file.
19810
19811 * gdb.base/vla-datatypes.c: New file.
19812 * gdb.base/vla-datatypes.exp: New file.
19813
19814 * gdb.mi/mi-vla-c99.exp: New file.
19815 * gdb.mi/vla.c: New file.
19816
245a5f0b
KS
198172014-04-11 Keith Seitz <keiths@redhat.com>
19818
19819 PR c++/16675
19820 * gdb.cp/cpsizeof.exp: New file.
19821 * gdb.cp/cpsizeof.cc: New file.
19822
58a84dcf
SA
198232014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19824
191a8a90
JB
19825 * gdb.mi/mi-vla-c99.exp: New file.
19826 * gdb.mi/vla.c: New file.
58a84dcf 19827
c8655f75
SA
198282014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19829
19830 * gdb.base/vla-datatypes.c: New file.
19831 * gdb.base/vla-datatypes.exp: New file.
19832
024e13b4
SA
198332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19834
19835 * gdb.base/vla-ptr.c: New file.
19836 * gdb.base/vla-ptr.exp: New file.
19837
1a237e0e
SA
198382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19839
19840 * gdb.base/vla-multi.c: New file.
19841 * gdb.base/vla-multi.exp: New file.
19842
504f3432
SA
198432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19844
19845 * gdb.dwarf2/count.exp: New file.
19846
3bce8237
SA
198472014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19848
191a8a90
JB
19849 * gdb.base/vla-sideeffect.c: New file.
19850 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19851
322f9c21
YQ
198522014-04-11 Yao Qi <yao@codesourcery.com>
19853
19854 * gdb.base/completion.exp: Check file exists before running tests
19855 on file completion.
19856
d708bcd1
PA
198572014-04-10 Pedro Alves <palves@redhat.com>
19858
19859 * gdb.base/cond-eval-mode.c: New file.
19860 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19861 prepare_for_testing to build the new file. Check result of
19862 runto_main.
19863 (test_break, test_watch): New procedures.
19864 (top level): Use them.
19865
ae1d2761
PM
198662014-04-08 Pierre Muller <muller@sourceware.org>
19867
19868 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19869 Ctrl-V use for mingw hosts.
19870
7af389b8
SC
198712014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19872
19873 * gdb.python/py-value.c: Improve test case.
19874 * gdb.python/py-value.exp: Add new test.
19875
5e703181
DE
198762014-04-07 David Blaikie <dblaikie@gmail.com>
19877
19878 * lib/compiler.c: Identify the clang compiler.
19879 * lib/compiler.cc: Ditto.
19880
9810b410
YQ
198812014-04-03 Yao Qi <yao@codesourcery.com>
19882
19883 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19884
98d1b8dc
AB
198852014-04-01 Anton Blanchard <anton@samba.org>
19886
19887 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19888 messages unique.
19889
3114cea1
AB
198902014-04-01 Anton Blanchard <anton@samba.org>
19891
19892 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19893 prepare_for_testing.
19894
62f7182c
AB
198952014-04-01 Anton Blanchard <anton@samba.org>
19896
19897 * gdb.arch/ppc64-atomic-inst.c: Remove.
19898 * gdb.arch/ppc64-atomic-inst.S: New file.
19899 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19900
770e7fc7
DE
199012014-03-31 Doug Evans <dje@google.com>
19902
19903 * gdb.base/print-symbol-loading-lib.c: New file.
19904 * gdb.base/print-symbol-loading-main.c: New file.
19905 * gdb.base/print-symbol-loading.exp: New file.
19906
46e2bafa
YQ
199072014-03-31 Yao Qi <yao@codesourcery.com>
19908
19909 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19910
8776cfe9
JB
199112014-03-28 Joel Brobecker <brobecker@adacore.com>
19912
19913 * gdb.ada/mi_dyn_arr: New testcase.
19914
5d1ef361
DE
199152014-03-27 Doug Evans <dje@google.com>
19916
19917 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19918
b5bee914
YQ
199192014-03-27 Yao Qi <yao@codesourcery.com>
19920
19921 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19922 if target is nios2-*-*.
19923
0d4d0e77
YQ
199242014-03-26 Yao Qi <yao@codesourcery.com>
19925
19926 * lib/gdb.exp (readline_is_used): New proc.
19927 * gdb.base/completion.exp: Move tests on command complete up.
19928 Skip the rest of tests if readline is not used.
19929 * gdb.ada/complete.exp: Skp the test if readline is not
19930 used.
19931 * gdb.base/filesym.exp: Likewise.
19932 * gdb.base/macscp.exp: Likewise.
19933 * gdb.base/readline-ask.exp: Likewise.
19934 * gdb.base/readline.exp: Likewise.
19935 * gdb.python/py-cmd.exp: Likewise.
19936 * gdb.trace/tfile.exp: Likewise.
19937
29361eee
YQ
199382014-03-26 Yao Qi <yao@codesourcery.com>
19939
19940 * gdb.base/macscp.exp: Fix code format issues.
19941
bc9a5525
UW
199422014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19943
19944 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19945 * gdb.asm/powerpc64le.inc: New file.
19946
d3839ede
PA
199472014-03-25 Pedro Alves <palves@redhat.com>
19948 Doug Evans <dje@google.com>
19949
19950 * gdb.base/source-execution.c: New file.
19951 * gdb.base/source-execution.exp: New file.
19952 * gdb.base/source-execution.gdb: New file.
19953
01672a57
DE
199542014-03-24 Doug Evans <dje@google.com>
19955
19956 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19957 using fission.
19958
88bbeca9
HZ
199592014-03-24 Hui Zhu <hui@codesourcery.com>
19960 Pedro Alves <palves@redhat.com>
19961
19962 PR breakpoints/16101
19963 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19964 test pass/fail messages. Detect missing support for dprintf when
19965 breakpoints are actually inserted.
19966 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19967 breakpoints are actually inserted.
19968 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19969 fails.
19970
d2348791
JK
199712014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19972
19973 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19974
feef67ab
DE
199752014-03-22 Doug Evans <xdje42@gmail.com>
19976
19977 * gdb.python/python.exp (python not supported): Verify multi-line
19978 python command issues an error.
25d743f9 19979 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19980 guile command issues an error.
feef67ab 19981
ecebef6a
MR
199822014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19983
19984 * gdb.threads/thread-specific.exp: Handle the lack of usable
19985 $this_breakpoint and $this_thread.
19986
ccdd1909
HZ
199872014-03-21 Hui Zhu <hui@codesourcery.com>
19988
19989 * gdb.base/attach.exp (do_command_attach_tests): New.
19990
beb460e8
PA
199912014-03-20 Tom Tromey <tromey@redhat.com>
19992 Pedro Alves <palves@redhat.com>
19993
19994 PR cli/15718
19995 * gdb.base/condbreak-call-false.c: New file.
19996 * gdb.base/condbreak-call-false.exp: New file.
19997
40acf43a
PA
199982014-03-20 Pedro Alves <palves@redhat.com>
19999
20000 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20001 Delete.
20002 (block_signals, unblock_signals): Delete.
20003 (child_function_2, main): Remove references to deleted variable
20004 and functions.
20005
9f5e1e02
PA
200062014-03-20 Pedro Alves <palves@redhat.com>
20007
20008 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20009 Use pthread_kill to signal thread 2.
20010 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20011 Adjust to make the test send itself a signal rather than using the
20012 host's "kill" command.
20013
99619bea
PA
200142014-03-20 Pedro Alves <palves@redhat.com>
20015
20016 * gdb.threads/multiple-step-overs.c: New file.
20017 * gdb.threads/multiple-step-overs.exp: New file.
20018 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20019 Adjust expected infrun debug output.
20020
2adfaa28
PA
200212014-03-20 Pedro Alves <palves@redhat.com>
20022
20023 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20024 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20025
31e77af2
PA
200262014-03-20 Pedro Alves <palves@redhat.com>
20027
20028 PR breakpoints/7143
20029 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20030 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20031 of gdb_test_multiple.
20032 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20033 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20034
b9f437de
PA
200352014-03-20 Pedro Alves <palves@redhat.com>
20036
20037 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20038 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20039
05adc73e
PA
200402014-03-19 Pedro Alves <palves@redhat.com>
20041
20042 * gdb.base/async.exp: Remove early return.
20043
6048b950
PA
200442014-03-19 Pedro Alves <palves@redhat.com>
20045
20046 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20047
8bcfb00a
PA
200482014-03-19 Pedro Alves <palves@redhat.com>
20049
20050 * gdb.base/async.exp (test_background): Expect \r\n after
20051 "completed." in the fail pattern.
20052
884e37dc
PA
200532014-03-19 Pedro Alves <palves@redhat.com>
20054
20055 * gdb.base/async.exp (test_background): New procedure.
20056 Use it for all background execution command tests.
20057
148e57e2
PA
200582014-03-19 Pedro Alves <palves@redhat.com>
20059
20060 * gdb.base/async.exp: Use prepare_for_testing.
20061
f48088c7
PA
200622014-03-19 Pedro Alves <palves@redhat.com>
20063
20064 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20065 the same line.
20066
e2f6c966
PA
200672014-03-19 Pedro Alves <palves@redhat.com>
20068
20069 * gdb.base/async.c (main): Add "jump here" and "until here" line
20070 marker comments.
20071 * gdb.base/async.exp (jump_here): New global.
20072 (jump& test): Use it.
20073 (until_here): New global.
20074 (until& test): Use it.
20075
c30568d4
PA
200762014-03-19 Pedro Alves <palves@redhat.com>
20077
20078 * gdb.base/async.exp: Don't frob gdb_protocol.
20079
0172b6a7
DE
200802014-03-18 Doug Evans <xdje42@gmail.com>
20081
20082 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20083 Fix spelling of exec-done-display.
20084
06c868a8
JK
200852014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20086
20087 PR gdb/15358
20088 * gdb.base/gdb-sigterm.c: New file.
20089 * gdb.base/gdb-sigterm.exp: New file.
20090
0c7e1a46
PA
200912014-03-18 Pedro Alves <palves@redhat.com>
20092
20093 PR gdb/13860
20094 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20095 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20096 solib-event.
20097
f7c77d93
JB
200982014-03-17 Joel Brobecker <brobecker@adacore.com>
20099
20100 * gdb.ada/pckd_arr_ren: New testcase.
20101
5a1e8c7a
DE
201022014-03-13 Doug Evans <xdje42@gmail.com>
20103
20104 PR guile/16612
20105 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20106 collect after discarding symbols.
20107
350e1a76
DE
201082014-03-13 Ludovic Courtès <ludo@gnu.org>
20109 Doug Evans <xdje42@gmail.com>
20110
20111 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20112 to history survives a gc.
20113
a69900ae
PA
201142014-03-13 Pedro Alves <palves@redhat.com>
20115
20116 * gdb.base/default.exp: Don't test "target procfs".
20117
5db9f0bd
PA
201182014-03-13 Pedro Alves <palves@redhat.com>
20119
20120 * gdb.base/default.exp: Update "target child" and "target procfs"
20121 tests to not expect "Unix".
20122
b3ccfe11
TT
201232014-03-12 Tom Tromey <tromey@redhat.com>
20124
20125 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20126 New procs. Add target-async tests.
20127 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20128 Add target-async tests.
20129
646f4417
AA
201302014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20131
20132 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20133 'func_start' and 'func_end' for the beginning and end of the
20134 function code, respectively.
20135 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20136 'func_end' instead of 'func' and 'main'.
20137
288c211f
AA
201382014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20139
20140 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20141 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20142 generate the debug info assembler source.
20143
e0c0f156
AA
201442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20145
20146 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20147 * gdb.dwarf2/arr-subrange.exp: Likewise.
20148 * gdb.dwarf2/dwz.exp: Likewise.
20149 * gdb.dwarf2/method-ptr.exp: Likewise.
20150 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20151 * gdb.dwarf2/subrange.exp: Likewise.
20152 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20153 * gdb.dwarf2/implptrpiece.exp: Likewise.
20154 * gdb.dwarf2/nostaticblock.exp: Likewise.
20155
0e5c4555
AA
201562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20157
20158 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20159 directory to absolute path name arguments.
20160
5ec18f2b
JG
201612014-03-10 Joel Brobecker <brobecker@adacore.com>
20162
20163 * gdb.ada/tagged_access: New testcase.
20164
847fc4f2
MM
201652014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20166
20167 * gdb.btrace/data.exp: Update expected output.
20168
cc3da688
YQ
201692014-03-06 Yao Qi <yao@codesourcery.com>
20170
20171 * gdb.trace/pr16508.exp: New file.
20172
0f26cec1
PA
201732014-03-05 Pedro Alves <palves@redhat.com>
20174
20175 PR gdb/16575
20176 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20177 procedure.
20178 (top level): Adjust to use it. Add tests that exercise breakpoint
20179 interaction with the code-cache.
20180
7a5a839f
LC
201812014-02-26 Ludovic Courtès <ludo@gnu.org>
20182
20183 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20184 test for 'history-append!'.
20185
31aa7e4e
JB
201862014-02-26 Joel Brobecker <brobecker@adacore.com>
20187
20188 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20189 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20190 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20191 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20192 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20193 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20194
1b588015
JB
201952014-02-26 Joel Brobecker <brobecker@adacore.com>
20196
20197 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20198 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20199 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20200
55426c9d
JB
202012014-02-26 Joel Brobecker <brobecker@adacore.com>
20202
20203 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20204
dc53a7ad
JB
202052014-02-26 Joel Brobecker <brobecker@adacore.com>
20206
20207 * gdb.dwarf2/arr-stride.c: New file.
20208 * gdb.dwarf2/arr-stride.exp: New file.
20209
12ab52e9
PA
202102014-02-26 Pedro Alves <palves@redhat.com>
20211
20212 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20213 that won't ever trigger. Make sure that GDB reports the correct
20214 breakpoint that caused the stop.
20215
849c862e
JK
202162014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20217
20218 PR gdb/16626
20219 * gdb.base/auto-load-script: New file.
20220 * gdb.base/auto-load.c: New file.
20221 * gdb.base/auto-load.exp: New file.
20222
71b7d793
JK
20223 PR gdb/16626
20224 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20225
e2f0d509
JK
202262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20227
20228 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20229 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20230
50cc37c8
DE
202312014-02-24 Doug Evans <dje@google.com>
20232
20233 * lib/gdb.exp (run_on_host): Log error output if program fails.
20234
ea4758f2
PA
202352014-02-21 Pedro Alves <palves@redhat.com>
20236
20237 * gdb.threads/step-after-sr-lock.c: Rename to ...
20238 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20239 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20240 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20241 ... this.
20242
d7b30f67
SDJ
202432014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20244
20245 PR tdep/16397
20246 * gdb.arch/amd64-stap-special-operands.exp: New file.
20247 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20248 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20249 * gdb.arch/amd64-stap-triplet.S: Likewise.
20250 * gdb.arch/amd64-stap-triplet.c: Likewise.
20251
83deb43f
JB
202522014-02-20 Joel Brobecker <brobecker@adacore.com>
20253
20254 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20255 in .section pseudo-op.
20256
adde2bff
DE
202572014-02-20 lin zuojian <manjian2006@gmail.com>
20258 Joel Brobecker <brobecker@adacore.com>
20259 Doug Evans <xdje42@gmail.com>
20260
20261 PR symtab/16581
20262 * gdb.dwarf2/dw2-icycle.S: New file.
20263 * gdb.dwarf2/dw2-icycle.c: New file.
20264 * gdb.dwarf2/dw2-icycle.exp: New file.
20265
f7bd0f78
SC
202662014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20267
20268 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20269 operations on gdb.Value objects.
20270 * gdb.python/py-value-cc.exp: Add new test to test operations on
20271 gdb.Value objects.
20272
c17ef0d5
DE
202732014-02-18 Doug Evans <dje@google.com>
20274
20275 * Makefile.in (TESTS): New variable.
20276 (expanded_tests, expanded_tests_or_none): New variables
20277 (check-single): Pass $(expanded_tests_or_none) to runtest.
20278 (check-parallel): Only run tests in $(TESTS) if non-empty.
20279 (check/no-matching-tests-found): New rule.
20280 * README: Document TESTS makefile variable.
20281
5dd3176f
DE
202822014-02-18 Doug Evans <dje@google.com>
20283
20284 * Makefile.in (check-parallel): rm -rf outputs temp.
20285
0b10be4f
JK
202862014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20287
20288 Fix "ERROR: no fileid for" in the testsuite.
20289 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20290
85f224e7
DE
202912014-02-12 Doug Evans <dje@google.com>
20292
20293 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20294 (MISCELLANEOUS): New variable.
20295 (clean): rm -rf $(MISCELLANEOUS).
20296 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20297 dwp live in the same directory as symlinks, with each symlink pointed
20298 to a differently named file in a different directory.
20299
149b30ff
DE
203002014-02-11 Doug Evans <dje@google.com>
20301
20302 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20303 of Tcl file commands.
20304
1dfdac32
MK
203052014-02-10 Mark Kettenis <kettenis@gnu.org>
20306
20307 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20308 "kill -SIGUSR1 -1".
20309
aa4fb036
JB
203102014-02-10 Joel Brobecker <brobecker@adacore.com>
20311
20312 * gdb.ada/tick_length_array_enum_idx: New testcase.
20313
ed3ef339
DE
203142014-02-10 Doug Evans <xdje42@gmail.com>
20315
20316 * configure.ac (AC_OUTPUT): Add gdb.guile.
20317 * configure: Regenerate.
20318 * lib/gdb-guile.exp: New file.
20319 * lib/gdb.exp (get_target_charset): New function.
20320 * gdb.base/help.exp: Update expected output from "apropos apropos".
20321 * gdb.guile/Makefile.in: New file.
20322 * gdb.guile/guile.exp: New file.
20323 * gdb.guile/scm-arch.c: New file.
20324 * gdb.guile/scm-arch.exp: New file.
20325 * gdb.guile/scm-block.c: New file.
20326 * gdb.guile/scm-block.exp: New file.
20327 * gdb.guile/scm-breakpoint.c: New file.
20328 * gdb.guile/scm-breakpoint.exp: New file.
20329 * gdb.guile/scm-disasm.c: New file.
20330 * gdb.guile/scm-disasm.exp: New file.
20331 * gdb.guile/scm-equal.c: New file.
20332 * gdb.guile/scm-equal.exp: New file.
20333 * gdb.guile/scm-error.exp: New file.
20334 * gdb.guile/scm-error.scm: New file.
20335 * gdb.guile/scm-frame-args.c: New file.
20336 * gdb.guile/scm-frame-args.exp: New file.
20337 * gdb.guile/scm-frame-args.scm: New file.
20338 * gdb.guile/scm-frame-inline.c: New file.
20339 * gdb.guile/scm-frame-inline.exp: New file.
20340 * gdb.guile/scm-frame.c: New file.
20341 * gdb.guile/scm-frame.exp: New file.
20342 * gdb.guile/scm-generics.exp: New file.
20343 * gdb.guile/scm-gsmob.exp: New file.
20344 * gdb.guile/scm-iterator.c: New file.
20345 * gdb.guile/scm-iterator.exp: New file.
20346 * gdb.guile/scm-math.c: New file.
20347 * gdb.guile/scm-math.exp: New file.
20348 * gdb.guile/scm-objfile-script-gdb.in: New file.
20349 * gdb.guile/scm-objfile-script.c: New file.
20350 * gdb.guile/scm-objfile-script.exp: New file.
20351 * gdb.guile/scm-objfile.c: New file.
20352 * gdb.guile/scm-objfile.exp: New file.
20353 * gdb.guile/scm-ports.exp: New file.
20354 * gdb.guile/scm-pretty-print.c: New file.
20355 * gdb.guile/scm-pretty-print.exp: New file.
20356 * gdb.guile/scm-pretty-print.scm: New file.
20357 * gdb.guile/scm-section-script.c: New file.
20358 * gdb.guile/scm-section-script.exp: New file.
20359 * gdb.guile/scm-section-script.scm: New file.
20360 * gdb.guile/scm-symbol.c: New file.
20361 * gdb.guile/scm-symbol.exp: New file.
20362 * gdb.guile/scm-symtab-2.c: New file.
20363 * gdb.guile/scm-symtab.c: New file.
20364 * gdb.guile/scm-symtab.exp: New file.
20365 * gdb.guile/scm-type.c: New file.
20366 * gdb.guile/scm-type.exp: New file.
20367 * gdb.guile/scm-value-cc.cc: New file.
20368 * gdb.guile/scm-value-cc.exp: New file.
20369 * gdb.guile/scm-value.c: New file.
20370 * gdb.guile/scm-value.exp: New file.
20371 * gdb.guile/source2.scm: New file.
20372 * gdb.guile/types-module.cc: New file.
20373 * gdb.guile/types-module.exp: New file.
20374
7026a7c1
YQ
203752014-02-10 Yao Qi <yao@codesourcery.com>
20376
20377 PR testsuite/16543
20378 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20379 * configure: Regenerated.
20380 * Makefile.in: New file.
20381
6c466447
AS
203822014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20383
20384 * gdb.python/py-framefilter.exp: Fix typo.
20385
6e854735
YQ
203862014-02-08 Yao Qi <yao@codesourcery.com>
20387
20388 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20389 that no =breakpoint-modified is emitted when breakpoints are
20390 modified through MI commands.
20391
d137e6dc
PA
203922014-02-07 Pedro Alves <pedro@codesourcery.com>
20393 Pedro Alves <palves@redhat.com>
20394
20395 * gdb.threads/step-after-sr-lock.c: New file.
20396 * gdb.threads/step-after-sr-lock.exp: New file.
20397
b5ee5a50
PA
203982014-02-07 Pedro Alves <palves@redhat.com>
20399
20400 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20401
3c77faf3
JK
204022014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20403
20404 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20405 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20406
6dddc817
DE
204072014-02-06 Doug Evans <xdje42@gmail.com>
20408
20409 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20410 output.
20411
20412 * gdb.gdb/python-interrupts.exp: New file.
20413
de7b2893
YQ
204142014-02-05 Yao Qi <yao@codesourcery.com>
20415
20416 * gdb.trace/report.exp (use_collected_data): Test the output
20417 of "info threads" and "info inferiors".
20418
66d032ac
YQ
204192014-02-05 Yao Qi <yao@codesourcery.com>
20420
20421 Revert this patch:
20422
20423 2013-05-24 Yao Qi <yao@codesourcery.com>
20424
20425 * gdb.trace/tfile.exp: Test inferior and thread.
20426
591a12a1
UW
204272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20428
20429 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20430 on a function.
20431 * gdb.base/step-bt.c: Call hello via function pointer to make
20432 sure its first instruction is executed on powerpc64le-linux.
20433
0ff3e01f
UW
204342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20435
20436 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20437
084ee545
UW
204382014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20439
20440 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20441 of the test patterns for use on little-endian systems.
20442
6ed14ff3
UW
204432014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20444
20445 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20446 (decimal_vector): Fix for little-endian.
20447
401e27fd
JM
204482014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20449
20450 * gdb.arch/sparc-sysstep.exp: New file.
20451 * gdb.arch/sparc-sysstep.c: Likewise.
20452
20453 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20454
8b924729
EBM
204552014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20456
20457 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20458
fb151210
JB
204592014-01-23 Tom Tromey <tromey@redhat.com>
20460
20461 * gdb.ada/array_char_idx: New testcase.
20462
0740f8d8
TT
204632014-01-23 Tom Tromey <tromey@redhat.com>
20464
20465 PR python/16487:
20466 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20467 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20468 classes.
20469
21909fa1
TT
204702014-01-23 Tom Tromey <tromey@redhat.com>
20471
20472 PR python/16491:
20473 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20474 string from an inferior frame.
20475 * gdb.python/py-framefilter-mi.exp: Update.
20476
87ce2a04
DE
204772014-01-22 Doug Evans <dje@google.com>
20478
20479 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20480
237b092b
AA
204812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20482
20483 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20484
d674a709
AA
204852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20486
20487 * gdb.trace/entry-values.exp: Remove excess space character from
20488 regex patterns. Handle s390 call instruction.
20489
20fa3390
AA
204902014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20491
20492 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20493 define "*_start" label. Make "name" static.
20494 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20495 ${name} by references to ${name}_start.
20496
78466714
AA
204972014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20498
20499 * gdb.base/info-macros.exp: Remove "debug" from the compile
20500 options.
20501
ec9f644a
IB
205022014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20503
20504 * gdb.dlang/demangle.exp: New file.
20505
94b1b47e
IB
205062014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20507
20508 * gdb.dlang/primitive-types.exp: New file.
20509
7f420862
IB
205102014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20511
20512 * configure.ac: Create gdb.dlang/Makefile.
20513 * configure: Regenerate.
20514 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20515 * gdb.dlang/Makefile.in: New file.
20516 * lib/d-support.exp: New file.
20517 * lib/gdb.exp (skip_d_tests): New proc.
20518
52834460
MM
205192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20520
20521 * gdb.btrace/delta.exp: Check reverse stepi.
20522 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20523 * gdb.btrace/finish.exp: New.
20524 * gdb.btrace/next.exp: New.
20525 * gdb.btrace/nexti.exp: New.
20526 * gdb.btrace/record_goto.c: Add comments.
20527 * gdb.btrace/step.exp: New.
20528 * gdb.btrace/stepi.exp: New.
20529 * gdb.btrace/multi-thread-step.c: New.
20530 * gdb.btrace/multi-thread-step.exp: New.
20531 * gdb.btrace/rn-dl-bind.c: New.
20532 * gdb.btrace/rn-dl-bind.exp: New.
20533 * gdb.btrace/data.c: New.
20534 * gdb.btrace/data.exp: New.
20535 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20536
6e07b1d2
MM
205372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20538
20539 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20540 * gdb.btrace/exception.exp: Update.
20541 * gdb.btrace/instruction_history.exp: Update.
20542 * gdb.btrace/record_goto.exp: Update.
20543 * gdb.btrace/tailcall.exp: Update.
20544 * gdb.btrace/unknown_functions.exp: Update.
20545 * gdb.btrace/delta.exp: New.
20546
0b722aec
MM
205472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20548
20549 * gdb.btrace/record_goto.exp: Add backtrace test.
20550 * gdb.btrace/tailcall.exp: Add backtrace test.
20551
066ce621
MM
205522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20553
20554 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20555 * gdb.btrace/record_goto.c: New.
20556 * gdb.btrace/record_goto.exp: New.
20557 * gdb.btrace/x86-record_goto.S: New.
20558
0688d04e
MM
205592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20560
20561 * gdb.btrace/function_call_history.exp: Update tests.
20562 * gdb.btrace/instruction_history.exp: Update tests.
20563
8710b709
MM
205642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20565
20566 * gdb.btrace/function_call_history.exp: Fix expected field
20567 order for "record function-call-history".
20568 Add new tests for "record function-call-history /c".
20569 * gdb.btrace/exception.cc: New.
20570 * gdb.btrace/exception.exp: New.
20571 * gdb.btrace/tailcall.exp: New.
20572 * gdb.btrace/x86-tailcall.S: New.
20573 * gdb.btrace/x86-tailcall.c: New.
20574 * gdb.btrace/unknown_functions.c: New.
20575 * gdb.btrace/unknown_functions.exp: New.
20576 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20577
5de9129b
MM
205782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20579
20580 * gdb.btrace/instruction_history.exp: Update.
20581 * gdb.btrace/function_call_history.exp: Update.
20582
23a7fe75
MM
205832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20584
20585 * gdb.btrace/function_call_history.exp: Fix expected function
20586 trace.
20587 * gdb.btrace/instruction_history.exp: Initialize traced.
20588 Remove traced_functions.
20589
724c7dd8
MM
205902014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20591
20592 * gdb.btrace/function_call_history.exp: Update
20593 * gdb.btrace/instruction_history.exp: Update.
20594
6d78d93b
MM
205952014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20596
20597 * gdb.btrace/enable.exp: Update expected text.
20598
93a360cc
OJ
205992014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20600
20601 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20602 bytes.
20603
3772b53f
MR
206042014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20605
20606 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20607
596662fa
OJ
206082014-01-15 Omair Javaid <omair.javaid@linaro.org>
20609
20610 * lib/gdb.exp (supports_process_record): Return true for
20611 arm*-linux*. (supports_reverse): Likewise.
20612
b5b08fb4
SC
206132014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20614
20615 PR python/15464
20616 PR python/16113
20617 * gdb.python/py-type.c: Enhance test case.
20618 * gdb.python/py-value-cc.cc: Likewise
20619 * gdb.python/py-type.exp: Add new tests.
20620 * gdb.python/py-value-cc.exp: Likewise
20621
52d7fb13
AA
206222014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20623 Pedro Alves <palves@redhat.com>
20624
20625 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20626 Make "name" extern.
20627 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20628 references to ${name}_start by references to ${name}.
20629
a2cd8cfe
JB
206302014-01-10 Joel Brobecker <brobecker@adacore.com>
20631
20632 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20633
4e23fced
JB
206342014-01-10 Joel Brobecker <brobecker@adacore.com>
20635
20636 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20637
c6a9e42c
PA
206382014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20639 Pedro Alves <palves@redhat.com>
20640
20641 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20642 mi_gdb_target_load.
c6a9e42c 20643
b7ea362b
PA
206442014-01-08 Pedro Alves <palves@redhat.com>
20645
20646 * gdb.threads/reconnect-signal.c: New file.
20647 * gdb.threads/reconnect-signal.exp: New file.
20648
5e3f4fab
EBM
206492014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20650
20651 * gdb.base/source-dir.exp: New file.
20652
79301218
JB
206532014-01-07 Joel Brobecker <brobecker@adacore.com>
20654
20655 * gdb.ada/mi_interface: New testcase.
20656
8e355c5d
JB
206572014-01-07 Joel Brobecker <brobecker@adacore.com>
20658
20659 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20660 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20661 gdb.ada/pp-rec-component/pck.ads: New files.
20662
c0d48811
JB
206632014-01-07 Joel Brobecker <brobecker@adacore.com>
20664
20665 * gdb.python/py-pp-integral.c: New file.
20666 * gdb.python/py-pp-integral.py: New file.
20667 * gdb.python/py-pp-integral.exp: New file.
20668
17b609c3 20669For older changes see ChangeLog-1993-2013.
c906108c 20670\f
8d8cb839
EZ
20671;; Local Variables:
20672;; mode: change-log
20673;; left-margin: 8
20674;; fill-column: 74
20675;; version-control: never
20676;; End:
902f2ccb 20677
b811d2c2 20678 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20679 Copying and distribution of this file, with or without modification,
20680 are permitted provided the copyright notice and this notice are preserved.
This page took 4.731077 seconds and 4 git commands to generate.