Use NT_FILE note section for reading core target memory
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
94c265d7
KB
12020-07-22 Kevin Buettner <kevinb@redhat.com>
2
3 PR corefiles/25631
4 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
5 New test.
6 * gdb.base/coremaker.c (buf3): New global.
7 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
8 flags.
9
102020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
11
12 * gdb.base/coremaker.c (filler_ro): New global constant.
13
32fa152e
TT
142020-07-22 Tom Tromey <tromey@adacore.com>
15
16 * gdb.ada/mi_prot.exp: New file.
17 * gdb.ada/mi_prot/pkg.adb: New file.
18 * gdb.ada/mi_prot/pkg.ads: New file.
19 * gdb.ada/mi_prot/prot.adb: New file.
20
c8474dc3
TBA
212020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
22
23 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
24 loads two JITers.
25
baf8791e
AB
262020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
27
28 * gdb.python/py-arch-reg-groups.exp: Additional tests.
29
f7306dac
AB
302020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.python/py-arch-reg-names.exp: Additional tests.
33
6d3d6e4b
TV
342020-07-21 Tom de Vries <tdevries@suse.de>
35
36 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
37 breakpoint locations".
38 * gdb.reverse/solib-reverse.exp: Same.
39
803d0592
TV
402020-07-21 Tom de Vries <tdevries@suse.de>
41
42 * gdb.reverse/step-reverse.c (callee): Merge statements.
43
e9bdc510
TV
442020-07-21 Tom de Vries <tdevries@suse.de>
45
46 * gdb.fortran/info-modules.exp (info module variables): Allow missing
47 line numbers for some variables.
48
f0f9e75a
TV
492020-07-21 Tom de Vries <tdevries@suse.de>
50
51 * gdb.opt/inline-locals.c (init_array): New func.
52 (func1): Use init_array.
53 * gdb.opt/inline-locals.exp: Update pattern.
54
bd460ecb
TV
552020-07-21 Tom de Vries <tdevries@suse.de>
56
57 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
58 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
59
ae5369e7
LC
602020-07-20 Ludovic Courtès <ludo@gnu.org>
61
62 * gdb.guile/source2.scm: Add #f first argument to 'format'.
63 * gdb.guile/types-module.exp: Remove "ERROR:" from
64 regexps since Guile 3.0 no longer prints that.
65
68cf161c
LC
662020-07-20 Ludovic Courtès <ludo@gnu.org>
67
68 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
69 error regexp to match on Guile 2.2.
70
c14b4913
GB
712020-07-20 Gary Benson <gbenson@redhat.com>
72
73 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
74 with clang.
75
b243ba58
TV
762020-07-20 Tom de Vries <tdevries@suse.de>
77
78 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
79 (omp_set_lock_in_order): New function.
80 (single_scope, multi_scope, nested_func, nested_parallel): Use
81 omp_set_lock_in_order and omp_unset_lock.
82 (main): Init and destroy lock and lock2.
83
c06ad8b5
TV
842020-07-20 Tom de Vries <tdevries@suse.de>
85
86 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
87
6e22f117
TV
882020-07-20 Tom de Vries <tdevries@suse.de>
89
90 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
91
33176ea7
TV
922020-07-17 Tom de Vries <tdevries@suse.de>
93
94 * gdb.base/valgrind-infcall-2.c: New test.
95 * gdb.base/valgrind-infcall-2.exp: New file.
96 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
97
90c3ec2d
TV
982020-07-17 Tom de Vries <tdevries@suse.de>
99
100 * gdb.dlang/circular.c (found): Use found_label as label name.
101 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
102 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
103 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
104 * gdb.dwarf2/ada-linkage-name.exp: Same.
105 * gdb.dwarf2/arr-subrange.exp: Same.
106 * gdb.dwarf2/atomic-type.exp: Same.
107 * gdb.dwarf2/comp-unit-lang.exp: Same.
108 * gdb.dwarf2/cpp-linkage-name.exp: Same.
109 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
110 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
111 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
112 * gdb.dwarf2/implptr-64bit.exp: Same.
113 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
114 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
115 * gdb.dwarf2/imported-unit.exp: Same.
116 * gdb.dwarf2/main-subprogram.exp: Same.
117 * gdb.dwarf2/missing-type-name.exp: Same.
118 * gdb.dwarf2/nonvar-access.exp: Same.
119 * gdb.dwarf2/struct-with-sig.exp: Same.
120 * gdb.dwarf2/typedef-void-finish.exp: Same.
121 * gdb.dwarf2/void-type.exp: Same.
122
10da644d
TV
1232020-07-17 Tom de Vries <tdevries@suse.de>
124
125 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
126 src parameter.
127 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
128 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
129 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
130 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
131 * gdb.dwarf2/dwz.exp: Same.
132 * gdb.dwarf2/implptr-optimized-out.exp: Same.
133 * gdb.dwarf2/implref-array.exp: Same.
134 * gdb.dwarf2/implref-const.exp: Same.
135 * gdb.dwarf2/implref-global.exp: Same.
136 * gdb.dwarf2/implref-struct.exp: Same.
137 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
138 * gdb.dwarf2/opaque-type-lookup.exp: Same.
139 * gdb.dwarf2/var-access.exp: Same.
140 * gdb.dwarf2/varval.exp: Same.
141 * gdb.trace/entry-values.exp: Same.
142
315e6afc
TV
1432020-07-17 Tom de Vries <tdevries@suse.de>
144
145 * lib/dwarf.exp (Dwarf::extern): Remove.
146 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
147 * gdb.dlang/circular.exp: Same.
148 * gdb.dwarf2/comp-unit-lang.exp: Same.
149 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
150 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
151 * gdb.dwarf2/dwz.exp: Same.
152 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
153 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
154 * gdb.dwarf2/imported-unit.exp: Same.
155 * gdb.dwarf2/opaque-type-lookup.exp: Same.
156
5597c940
SL
1572020-07-16 Sandra Loosemore <sandra@codesourcery.com>
158
159 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
160 Use double quotes instead of single quotes.
161
d0ce17d8
CT
1622020-07-16 Caroline Tice <cmtice@google.com>
163
164 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
165 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
166
853772cc
TV
1672020-07-16 Tom de Vries <tdevries@suse.de>
168
169 * lib/dwarf.exp (program): Initialize _line.
170 (DW_LNE_end_sequence): Reinitialize _line.
171 (DW_LNS_advance_line): Update _line.
172 (line): New proc.
173 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
174 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
175 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
176 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
177 * gdb.dwarf2/dw2-is-stmt.exp: Same.
178 * gdb.dwarf2/dw2-ranges-func.exp: Same.
179
fe07b572
AB
1802020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
183 generic.
184
52781cce
TV
1852020-07-15 Tom de Vries <tdevries@suse.de>
186
187 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
188 is_amd64_regs_target.
189
3dcc261c
AB
1902020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
191
192 * gdb.fortran/ptype-on-functions.exp: Add more tests.
193 * gdb.fortran/ptype-on-functions.f90: Likewise.
194
054a0959
SM
1952020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
196
197 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
198 values in documentation for addr_size to 4 and 8.
199
ccb9eba6
AB
2002020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * gdb.arch/amd64-osabi.exp: Update.
203 * gdb.arch/arm-disassembler-options.exp: Update.
204 * gdb.arch/powerpc-disassembler-options.exp: Update.
205 * gdb.arch/ppc64-symtab-cordic.exp: Update.
206 * gdb.arch/s390-disassembler-options.exp: Update.
207 * gdb.base/all-architectures.exp.tcl: Update.
208 * gdb.base/attach-pie-noexec.exp: Update.
209 * gdb.base/catch-syscall.exp: Update.
210 * gdb.xml/tdesc-arch.exp: Update.
211
025a39a7
TV
2122020-07-14 Tom de Vries <tdevries@suse.de>
213
214 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
215 (local_gettid): ... this.
216 (fn): Update.
217
74e4b667
SL
2182020-07-13 Sandra Loosemore <sandra@codesourcery.com>
219
220 * gdb.base/info_sources.exp: Skip directory match tests on
221 remote hosts.
222
f413dd74
GB
2232020-07-13 Gary Benson <gbenson@redhat.com>
224
225 * gdb.base/savedregs.exp (caller): Use parentheses to
226 make expected expression evaluation ordering explicit.
227
915771bb
GB
2282020-07-13 Gary Benson <gbenson@redhat.com>
229
230 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
231
2a122642
GB
2322020-07-13 Gary Benson <gbenson@redhat.com>
233
234 * gdb.base/bigcore.c (main): Use a volatile pointer when
235 attempting to trigger a SIGSEGV.
236 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
237 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
238 * gdb.base/savedregs.c (thrower): Likewise.
239 * gdb.mi/mi-syn-frame.c (bar): Likewise.
240
3f00c730
GB
2412020-07-13 Gary Benson <gbenson@redhat.com>
242
243 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
244 defining and using VLA structure fields into...
245 * gdb.base/vla-struct-fields.c: New file.
246 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
247 tests into...
248 * gdb.base/vla-struct-fields.exp: New file.
249
963eeee4
TV
2502020-07-13 Tom de Vries <tdevries@suse.de>
251
252 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
253 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
254 * gdb.base/gold-gdb-index.exp: Same.
255 * gdb.base/morestack.exp: Same.
256
0ed35c9a
DX
2572020-07-11 Daniel Xu <dxu@dxuuu.xyz>
258
259 PR rust/26121
260 * gdb.rust/modules.rs: Prevent linker from discarding test
261 symbol.
262
4fdba23d
PA
2632020-07-10 Pedro Alves <pedro@palves.net>
264
265 PR gdb/26199
266 * gdb.multi/multi-target.c (exit_thread): New.
267 (thread_start): Break loop if EXIT_THREAD.
268 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
269 (top level) Call test_no_resumed.
270
15f3b077
TT
2712020-07-08 Tom Tromey <tromey@adacore.com>
272
273 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
274 * gdb.ada/catch_ex.exp: Examine catchpoint text.
275
9fc501fd
AB
2762020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
277
278 PR python/22748
279 * gdb.opt/inline-frame-tailcall.c: New file.
280 * gdb.opt/inline-frame-tailcall.exp: New file.
281 * gdb.python/py-unwind-inline.c: New file.
282 * gdb.python/py-unwind-inline.exp: New file.
283 * gdb.python/py-unwind-inline.py: New file.
284
64cb3757
AB
2852020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
286
287 * gdb.python/py-arch-reg-groups.exp: New file.
288
0f767f94
AB
2892020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
290
291 * gdb.python/py-arch-reg-names.exp: New file.
292
87dbc774
AB
2932020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
294
295 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
296 gdb.PendingFrame.architecture method.
297
d8cc8af6
TV
2982020-07-06 Tom de Vries <tdevries@suse.de>
299
300 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
301
3c8ea5be
PA
3022020-07-03 Pedro Alves <palves@redhat.com>
303
304 * gdb.base/structs2.c (main): Adjust second parem_reg call to
305 explicitly write negative numbers.
306 * gdb.base/structs2.exp: Adjust expected output.
307
bf90c83a
PA
3082020-07-03 Pedro Alves <palves@redhat.com>
309
310 * gdb.base/charset.c (init_string): Change all char parameters to
311 unsigned char parameters.
312
2eb82157
PA
3132020-07-03 Pedro Alves <palves@redhat.com>
314
315 * gdb.base/call-sc.exp (start_scalars_test): Use
316 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
317 * gdb.base/overlays.c: Remove references to PARAMS.
318 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
319 * gdb.base/reread.exp: Don't set 'prototypes' global.
320 * gdb.base/structs.exp (start_structs_test): Use
321 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
322 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
323 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
324 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
325 call.
326 * gdb.base/varargs.exp: Don't set 'prototypes' global.
327
9adda7af
PA
3282020-07-03 Pedro Alves <palves@redhat.com>
329
330 * gdb.base/m32rovly.c: Delete.
331 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
332
2a17c803
PW
3332020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
334
335 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
336 of gdb_py_test_multiple.
337 * gdb.python/py-cmd.exp: Likewise.
338 * gdb.python/py-events.exp: Likewise.
339 * gdb.python/py-function.exp: Likewise.
340 * gdb.python/py-inferior.exp: Likewise.
341 * gdb.python/py-infthread.exp: Likewise.
342 * gdb.python/py-linetable.exp: Likewise.
343 * gdb.python/py-parameter.exp: Likewise.
344 * gdb.python/py-value.exp: Likewise.
345
b011fe1a
TV
3462020-06-30 Tom de Vries <tdevries@suse.de>
347
348 PR testsuite/26175
349 * lib/future.exp (gdb_default_target_compile): Detect and handle
350 early_flags.
351
df5b8876
SM
3522020-06-29 Simon Marchi <simon.marchi@efficios.com>
353
354 * boards/simavr.exp (gdb_load): Catch errors when closing
355 previous connection. Close connection, wait for process and
356 unset simavr_spawn_id on failure.
357
a3ca48cd
TV
3582020-06-29 Tom de Vries <tdevries@suse.de>
359
360 * lib/gdb.exp (unknown): Make test-case unresolved.
361
b0237c0e
TV
3622020-06-29 Tom de Vries <tdevries@suse.de>
363
364 PR gdb/25475
365 * gdb.server/solib-list.exp: Verify that the symbol reload
366 confirmation question is asked.
367
c0b3b3bd
PW
3682020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
369
370 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
371 have a input seq nr in each pass message.
372 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
373 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
374 * gdb.python/python.exp: Make test names unique,
375 use gdb_test_multiline instead of gdb_py_test_multiple,
376 use $gdb_test_name.
377 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
378
1776e3e5
NA
3792020-06-26 Nick Alcock <nick.alcock@oracle.com>
380
381 * configure.ac: Add --enable-libctf.
382 * aclocal.m4: sinclude ../config/enable.m4.
383 * Makefile.in (site.exp): Add enable_libctf to site.exp.
384 * lib/gdb.exp (skip_ctf_tests): Use it.
385 * gdb.base/ctf-constvars.exp: Error message tweak.
386 * gdb.base/ctf-ptype.exp: Likewise.
387 * configure: Regenerate.
388
f53b3eeb
GB
3892020-06-26 Gary Benson <gbenson@redhat.com>
390
391 * gdb.cp/try_catch.cc: Include string.h.
392 (main): Replace comparison against string literal with
393 strcmp, avoiding build failure with -Wstring-compare.
394 Add "marker test-complete".
395 * gdb.cp/try_catch.exp: Run the test to the above marker,
396 then verify that the value of "test" is still true.
397
6d74da72
AB
3982020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
399
400 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
401
2e52d038
AB
4022020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
403
404 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
405
3b9fce96
AB
4062020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
407
408 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
409 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
410 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
411 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
412 * gdb.arch/riscv-tdesc-loading.exp: New file.
413
ed69cbc8
AB
4142020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
415
416 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
417
767a879e
AB
4182020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
419
420 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
421 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
422 * gdb.arch/riscv-tdesc-regs.c: New file.
423 * gdb.arch/riscv-tdesc-regs.exp: New file.
424
221db974
PA
4252020-06-24 Pedro Alves <palves@redhat.com>
426
427 * gdb.arch/amd64-entry-value-paramref.exp: Use
428 prepare_for_testing_full and don't pass "c++" for the .S file
429 build spec.
430 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
431 $options, since it's an assembly file. Remove -Wno-deprecated.
432 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
433 compiling C++ programs.
434
331733cd
PA
4352020-06-24 Pedro Alves <palves@redhat.com>
436
437 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
438 Clang, add "-Wno-unknown-warning-option" to the options.
439
caa7fd04
AB
4402020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.xml/tdesc-reload.c: New file.
443 * gdb.xml/tdesc-reload.exp: New file.
444 * gdb.xml/maint-xml-dump-01.xml: New file.
445 * gdb.xml/maint-xml-dump-02.xml: New file.
446 * gdb.xml/maint-xml-dump.exp: New file.
447
bb8d1260
SL
4482020-06-23 Sandra Loosemore <sandra@codesourcery.com>
449
450 * lib/completion-support.exp (test_gdb_completion_offers_commands):
451 Adjust for omitted commands when TUI is disabled.
452
7e4b9c4c
GB
4532020-06-23 Gary Benson <gbenson@redhat.com>
454 Pedro Alves <palves@redhat.com>
455
456 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
457 * gdb.cp/nsimport.cc: Likewise.
458 * gdb.cp/nsnested.cc: Likewise.
459 * gdb.cp/nsnoimports.cc: Likewise.
460 * gdb.cp/nsusing.cc: Likewise.
461 * gdb.cp/smartp.cc: Likewise.
462 * gdb.python/py-pp-integral.c: Likewise.
463 * gdb.python/py-pp-re-notag.c: Likewise.
464
2e573c0a
GB
4652020-06-23 Gary Benson <gbenson@redhat.com>
466
467 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
468 * gdb.cp/nsimport.cc: Likewise.
469 * gdb.cp/nsnested.cc: Likewise.
470 * gdb.cp/nsnoimports.cc: Likewise.
471 * gdb.cp/nsusing.cc: Likewise.
472 * gdb.cp/smartp.cc: Likewise.
473 * gdb.python/py-pp-integral.c: Likewise.
474 * gdb.python/py-pp-re-notag.c: Likewise.
475
746ebfe8
PW
4762020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
477
478 * gdb.base/default-args.exp: New test.
479 * gdb.base/default-args.c: New file.
480 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
481 * gdb.base/default.exp: Update to new help text.
482 * gdb.base/help.exp: Likewise.
483 * gdb.base/page.exp: Likewise.
484 * gdb.base/style.exp: Likewise.
485 * gdb.guile/guile.exp: Likewise.
486 * gdb.python/python.exp: Likewise.
487
e822f2cd
SL
4882020-06-22 Sandra Loosemore <sandra@codesourcery.com>
489
490 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
491 remote host. Fix search path syntax on Windows host.
492
48e9cc84
PW
4932020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
494
495 * gdb.base/attach.exp: Test priority of 'exec-file' changed
496 over 'exec-file-mismatch'.
497 * gdb.base/attach.c: Mark should_exit volatile.
498 * gdb.base/attach2.c: Likewise. Add a comment explaining
499 why the sleep cannot be big.
500 * gdb.base/attach3.c: New file.
501
160f8a8f
SL
5022020-06-20 Sandra Loosemore <sandra@codesourcery.com>
503
504 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
505 prefix optional.
506
4d91c2a4
SL
5072020-06-20 Sandra Loosemore <sandra@codesourcery.com>
508
509 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
510 for remote host.
511
87f83f20
SL
5122020-06-19 Sandra Loosemore <sandra@codesourcery.com>
513 Hafiz Abid Qadeer <abidh@codesourcery.com>
514
515 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
516 file sent to remote host.
517 (top level): Allow int32_t as type of 32-bit register.
518
37ab8655
TV
5192020-06-19 Tom de Vries <tdevries@suse.de>
520
521 * lib/gdb.exp (gdb_note): New proc.
522 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
523 (gdb_default_target_compile): ... here. Only call
524 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
525 (use_gdb_compile): Change to array.
526 (toplevel): Update sets of use_gdb_compile to specify language.
527 Warn about default_target_compile override. Store dejagnu's version
528 of default_target_compile in dejagnu_default_target_compile.
529
a8a56685
TV
5302020-06-18 Tom de Vries <tdevries@suse.de>
531
532 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
533 (default_gdb_init): ... here.
534
581bea2c
SL
5352020-06-17 Sandra Loosemore <sandra@codesourcery.com>
536
537 Fix TUI support checks in gdb.tui tests.
538
539 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
540 just say UNSUPPORTED.
541 * gdb.tui/corefile-run.exp: Likewise.
542 * gdb.tui/empty.exp: Likewise.
543 * gdb.tui/list-before.exp: Likewise.
544 * gdb.tui/list.exp: Likewise.
545 * gdb.tui/main.exp: Likewise.
546 * gdb.tui/regs.exp: Likewise.
547 * gdb.tui/resize.exp: Likewise.
548 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
549 * gdb.tui/tui-layout-asm.exp: Likewise.
550 * gdb.tui/tui-missing-src.exp: Likewise.
551 * gdb.tui/winheight.exp: Likewise.
552 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
553
05e682e3
SL
5542020-06-17 Sandra Loosemore <sandra@codesourcery.com>
555
556 Fix TCL error in gdb.python/py-format-string.exp.
557
558 * gdb.python/py-format-string.exp: Move test for python support
559 earlier, out of function body.
560
efb763a5
SM
5612020-06-15 Simon Marchi <simon.marchi@efficios.com>
562
563 * gdb.base/index-cache-load-twice.c: New.
564 * gdb.base/index-cache-load-twice.exp: New.
565
43327b20
KS
5662020-06-17 Keith Seitz <keiths@redhat.com>
567
99cf27cf 568 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
569 when executing "gdb --configuration".
570
081e778c
TV
5712020-06-17 Tom de Vries <tdevries@suse.de>
572
573 * lib/gdb.exp (gdb_tcl_unknown): New proc.
574 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
575 conditional on presence of gdb_tcl_unknown.
576 (gdb_finish): Make override undo conditional on presence of
577 gdb_tcl_unknown.
578
d2d1ea20
TT
5792020-06-16 Tom Tromey <tom@tromey.com>
580
581 * gdb.python/tui-window.py (failwin): New function. Register it
582 as a TUI window type.
583 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
584
c802e8a7
GB
5852020-06-16 Gary Benson <gbenson@redhat.com>
586
587 * gdb.python/py-nested-maps.c (create_map): Add missing return
588 value.
589 (create_map_map): Likewise.
590
ff08abb8
TBA
5912020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
592
593 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
594 variable.
595 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
596 and use the already-defined 'options' variable.
597
a29d5112
AB
5982020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
599 Tom de Vries <tdevries@suse.de>
600
601 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
602 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
603 (gdb_setup_known_globals): New proc.
604 (gdb_cleanup_globals): New proc.
605 * lib/gdb.exp (load_lib): New override proc.
606 (gdb_stdin_log_init): Set var in_file as persistent global.
607 * lib/pascal.exp (gdb_stdin_log_init): Set vars
608 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
609 fpc_compiler as persistent global.
610
8c74a764
TV
6112020-06-12 Tom de Vries <tdevries@suse.de>
612
613 * lib/tuiterm.exp (spawn): Rename to ...
614 (tui_spawn): ... this.
615 (toplevel): Move rename of spawn ...
616 (gdb_init_tuiterm): ... here. New proc.
617 (gdb_finish_tuiterm): New proc.
618 * lib/gdb.exp (gdb_finish_hooks): New global var.
619 (gdb_finish): Handle gdb_finish_hooks.
620 (tuiterm_env): New proc.
621 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
622 tuiterm_env.
623 * gdb.tui/basic.exp: Same.
624 * gdb.tui/corefile-run.exp: Same.
625 * gdb.tui/empty.exp: Same.
626 * gdb.tui/list-before.exp: Same.
627 * gdb.tui/list.exp: Same.
628 * gdb.tui/main.exp: Same.
629 * gdb.tui/new-layout.exp: Same.
630 * gdb.tui/regs.exp: Same.
631 * gdb.tui/resize.exp: Same.
632 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
633 * gdb.tui/tui-layout-asm.exp: Same.
634 * gdb.tui/tui-missing-src.exp: Same.
635 * gdb.tui/winheight.exp: Same.
636
26783bce
TV
6372020-06-12 Tom de Vries <tdevries@suse.de>
638
639 PR testsuite/26110
640 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
641 (gdb_finish): Reinstall dejagnu's override of ::unknown.
642
2b4e6a3f
TT
6432020-06-11 Tom Tromey <tom@tromey.com>
644
645 PR gdb/18318:
646 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
647 floating point tests.
648
2f33032a
KS
6492020-06-11 Keith Seitz <keiths@redhat.com>
650
651 PR gdb/21356
652 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
653 vla_struct.
654 Add new struct vla_typedef and union vla_typedef_union and
655 corresponding instantiation objects.
656 Initialize new objects.
657 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
658 and vla_typedef_union_object.
659 Fixup type for vla_struct_object.
660
a8baf0a3
TV
6612020-06-11 Tom de Vries <tdevries@suse.de>
662
663 * lib/gdb.exp (with_override): New proc, factored out of ...
664 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
665
7ab96794
TV
6662020-06-10 Tom de Vries <tdevries@suse.de>
667
668 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
669
cab5c3b7
SM
6702020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
671
672 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
673 parameter, update callers.
674
f8c41851
SM
6752020-06-04 Simon Marchi <simon.marchi@efficios.com>
676
677 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
678 * gdb.dwarf2/share-psymtabs-bt.c: New file.
679 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
680
1c07a73f
TV
6812020-06-04 Tom de Vries <tdevries@suse.de>
682
683 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
684
95146b5d
TV
6852020-06-04 Tom de Vries <tdevries@suse.de>
686
687 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
688 exp_continue.
689
0cfcd4f0
TV
6902020-06-04 Tom de Vries <tdevries@suse.de>
691
692 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
693
f9b5d5ea
TV
6942020-06-03 Tom de Vries <tdevries@suse.de>
695
696 PR symtab/26046
697 * gdb.cp/breakpoint-locs-2.cc: New test.
698 * gdb.cp/breakpoint-locs.cc: New test.
699 * gdb.cp/breakpoint-locs.exp: New file.
700 * gdb.cp/breakpoint-locs.h: New test.
701
5144dfba
TV
7022020-06-03 Tom de Vries <tdevries@suse.de>
703
704 PR testsuite/25609
705 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
706 value of global verbose.
707 * gdb.base/jit-elf.exp: Same.
708 * gdb.base/jit-reader.exp: Same.
709
621eacdf
TV
7102020-06-02 Tom de Vries <tdevries@suse.de>
711
712 * gdb.dwarf2/multidictionary.exp: Don't use
713 gdb_spawn_with_cmdline_opts.
714
1313c56e
AB
7152020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
716
717 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
718 use_header case.
719 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
720 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
721 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
722 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
723 * gdb.dwarf2/dw2-inline-header.c: New file.
724 * gdb.dwarf2/dw2-inline-header.h: New file.
725
f68f85b5
PA
7262020-05-30 Pedro Alves <palves@redhat.com>
727
728 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
729 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
730
678048e8
GB
7312020-05-29 Gary Benson <gbenson@redhat.com>
732
733 * gdb.compile/compile-cplus.exp (additional_flags): Also
734 set when building with clang.
735 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
736 when building with clang.
737
9fcafd23
GB
7382020-05-29 Gary Benson <gbenson@redhat.com>
739
740 * gdb.arch/i386-avx.exp (additional_flags): Also set when
741 building with clang.
742 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
743
735d5a07
GB
7442020-05-29 Gary Benson <gbenson@redhat.com>
745
746 * gdb.cp/koenig.exp (prepare_for_testing): Add
747 additional_flags=-Wno-unused-comparison.
748 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
749
4ad2c6a0
GB
7502020-05-28 Gary Benson <gbenson@redhat.com>
751
752 * gdb.base/sigaltstack.c (catcher): Add default case to switch
753 statement.
754
09fe663e
GB
7552020-05-28 Gary Benson <gbenson@redhat.com>
756
757 * gdb.cp/classes.exp (prepare_for_testing): Add
758 additional_flags=-Wno-deprecated-register.
759 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
760 * gdb.cp/misc.exp: Likewise.
761
cee00f17
GB
7622020-05-28 Gary Benson <gbenson@redhat.com>
763
764 * gdb.linespec/cpls-ops.cc (dummy): New static global.
765 (test_op_new::operator new): Add return statement.
766 (test_op_new_array::operator new[]): Likewise.
767
636edd00
PA
7682020-05-27 Pedro Alves <palves@redhat.com>
769
770 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
771 check. Use test_gdb_complete_unique instead of
772 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
773 test_gdb_complete_multiple instead of
774 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
775
c2b75043
LM
7762020-05-27 Luis Machado <luis.machado@linaro.org>
777
778 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
779 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
780 * gdb.arch/arm-disassembler-options.exp: Likewise.
781 * gdb.arch/arm-disp-step.exp: Likewise.
782 * gdb.arch/thumb-prologue.exp: Likewise.
783 * gdb.base/async.exp: Likewise.
784 * gdb.base/auxv.exp: Likewise.
785 * gdb.base/complex-parts.exp: Likewise.
786 * gdb.base/ena-dis-br.exp: Likewise.
787 * gdb.base/foll-exec.exp: Likewise.
788 * gdb.base/permissions.exp: Likewise.
789 * gdb.base/relocate.exp: Likewise.
790 * gdb.base/return2.exp: Likewise.
791 * gdb.base/sigbpt.exp: Likewise.
792 * gdb.base/siginfo-obj.exp: Likewise.
793 * gdb.cp/converts.exp: Likewise.
794 * gdb.cp/exceptprint.exp: Likewise.
795 * gdb.cp/inherit.exp: Likewise.
796 * gdb.cp/nsnoimports.exp: Likewise.
797 * gdb.cp/virtbase2.exp: Likewise.
798 * gdb.mi/mi-var-cmd.exp: Likewise.
799 * gdb.mi/var-cmd.c: Likewise.
800
53a47a3e
TT
8012020-05-26 Tom Tromey <tromey@adacore.com>
802
803 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
804
0bc2354b
TT
8052020-05-26 Tom Tromey <tromey@adacore.com>
806
807 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
808 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
809 type.
810 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
811 variable.
812
0db49895
CBG
8132020-05-26 Christian Biesinger <cbiesinger@google.com>
814
815 * Makefile.in: Use = instead of == for the test command
816 for portability.
817
40d22035
TV
8182020-05-26 Tom de Vries <tdevries@suse.de>
819
820 * gdb.base/gold-gdb-index-2.c: New test.
821 * gdb.base/gold-gdb-index.c: New test.
822 * gdb.base/gold-gdb-index.exp: New file.
823 * gdb.base/gold-gdb-index.h: New test.
824
043e2e02
TV
8252020-05-25 Tom de Vries <tdevries@suse.de>
826
827 * boards/gold-gdb-index.exp: New file.
828
462f72c5
SM
8292020-05-25 Simon Marchi <simon.marchi@efficios.com>
830
831 * boards/simavr.exp: New file.
832
6cf66e76
SM
8332020-05-25 Simon Marchi <simon.marchi@efficios.com>
834
835 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
836 * gdb.base/inferior-args.exp: New file.
837 * gdb.base/inferior-args.c: New file.
838
75d04512
SM
8392020-05-25 Simon Marchi <simon.marchi@efficios.com>
840
841 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
842 inferior_args. Pass it to gdb_reload.
843 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
844 inferior_args.
845 (gdb_reload): Add inferior_args argument.
846 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
847 pass it to gdbserver_run.
848 * boards/native-gdbserver.exp: Do not set noargs.
849 * boards/native-extended-gdbserver.exp (gdb_reload): Add
850 inferior_args argument.
851 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
852 * gdb.base/a2-run.exp: Check for use_gdb_stub.
853 * gdb.base/args.exp: Likewise.
854
42cf1844
TV
8552020-05-25 Tom de Vries <tdevries@suse.de>
856
857 * lib/gdb.exp (exec_is_pie): Add comment.
858
8f7d38ef
TV
8592020-05-25 Tom de Vries <tdevries@suse.de>
860
861 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
862 instead of $binfile in the untested message.
863
465e1b0f
TV
8642020-05-25 Tom de Vries <tdevries@suse.de>
865
866 PR testsuite/26031
867 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
868
3c5a0e02
TV
8692020-05-25 Tom de Vries <tdevries@suse.de>
870
871 * boards/gold.exp: New file.
872
0a4f5f8c
TT
8732020-05-23 Tom Tromey <tom@tromey.com>
874
875 * gdb.base/style.exp: Remove completion styling test.
876 * lib/gdb-utils.exp (style): Remove completion styles.
877
eca1f90c
TT
8782020-05-23 Tom Tromey <tom@tromey.com>
879
880 * gdb.base/style.exp: Add completion styling test.
881 * lib/gdb-utils.exp (style): Add completion styles.
882
7c13f4e8
AB
8832020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
884
885 * gdb.base/annota1.exp: Update expected results.
886 * gdb.cp/annota2.exp: Update expected results, remove duplicate
887 test name.
888 * gdb.cp/annota3.exp: Update expected results.
889
41977d16
SM
8902020-05-20 Simon Marchi <simon.marchi@efficios.com>
891
892 PR gdb/26016
893 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
894 against MAP_FAILED.
895 * gdb.base/coremaker.c (mmapdata): Likewise.
896 * gdb.base/jit-reader-host.c (main): Likewise.
897 * gdb.base/sym-file-loader.c (load): Likewise.
898 (load_shlib): Likewise.
899
b4757f2e
TT
9002020-05-20 Tom Tromey <tromey@adacore.com>
901
902 * gdb.ada/array_char_idx.exp: Recognize initialized array.
903
9a0bacfb
TV
9042020-05-20 Tom de Vries <tdevries@suse.de>
905
906 PR symtab/25833
907 * gdb.base/with-mf-inc.c: New test.
908 * gdb.base/with-mf-main.c: New test.
909 * gdb.base/with-mf.exp: New file.
910
76571211
TT
9112020-05-19 Tom Tromey <tromey@adacore.com>
912
913 * gdb.rust/simple.exp: Restore missing test result.
914
4cd9f3d5
TV
9152020-05-19 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/gdb-caching-proc.exp: Fix typo.
918
7d874253
TT
9192020-05-19 Tom Tromey <tromey@adacore.com>
920
921 * gdb.rust/simple.exp: Add some test descriptions.
922 (test_one_slice): Use with_test_prefix.
923
1d727695
TV
9242020-05-18 Tom de Vries <tdevries@suse.de>
925
926 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
927
7f32a4d5
PA
9282020-05-17 Pedro Alves <palves@redhat.com>
929
930 PR gdb/25741
931 * gdb.base/hw-sw-break-same-address.exp: New file.
932
7cfd74cf
PA
9332020-05-16 Pedro Alves <palves@redhat.com>
934
935 * gdb.multi/multi-re-run.exp (test_re_run): Switch
936 LAST_LOADED_FILE accordingly.
937
57b4f16e
PW
9382020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
939
940 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
941
7c05caf7
PW
9422020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
943
944 * gdb.base/help.exp: Test apropos and help for commands
945 having aliases. Fixed comments not starting with an
946 upper-case letter or not finishing with a dot.
947
7aa1b46f
PW
9482020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
949
3b3aaacb
PW
950 * gdb.base/alias.exp: Update help output check.
951
57b4f16e 9522020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 953
7aa1b46f
PW
954 * gdb.base/default.exp: Update output following fixes.
955
0605465f
PW
9562020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
957
958 * gdb.base/alias.exp: Test aliases starting with a prefix of
959 another alias.
960
86e4e63d
GB
9612020-05-15 Gary Benson <gbenson@redhat.com>
962
963 * gdb.base/info-os.c (main): Add return statement.
964 * gdb.base/info_minsym.c (minsym_fun): Likewise.
965 * gdb.base/large-frame-2.c (func): Likewise.
966 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
967 * gdb.base/pr10179-b.c (foo2): Likewise.
968 * gdb.base/valgrind-disp-step.c (foo): Likewise.
969 * gdb.base/watch-cond.c (func): Likewise.
970 * gdb.multi/goodbye.c (verylongfun): Likewise.
971 * gdb.multi/hello.c (commonfun): Likewise.
972 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
973 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
974 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
975 Likewise.
976 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
977 * gdb.threads/interrupt-while-step-over.c (child_function):
978 Likewise.
979 * gdb.trace/actions-changed.c (end): Likewise.
980
163df4df
GB
9812020-05-15 Gary Benson <gbenson@redhat.com>
982
983 * gdb.opencl/callfuncs.exp: Report when test skipped.
984 * gdb.opencl/convs_casts.exp: Likewise.
985 * gdb.opencl/datatypes.exp: Likewise.
986 * gdb.opencl/operators.exp: Likewise.
987 * gdb.opencl/vec_comps.exp: Likewise.
988
6dbc505a
TV
9892020-05-15 Tom de Vries <tdevries@suse.de>
990
991 * gdb.base/align.exp.in: Rename to ...
992 * gdb.base/align.exp.tcl: ... this.
993 * gdb.base/align-c++.exp: Update.
994 * gdb.base/align-c.exp: Update.
995 * gdb.base/all-architectures.exp.in: Rename to ...
996 * gdb.base/all-architectures.exp: ... this.
997 * gdb.base/all-architectures-0.exp: Update.
998 * gdb.base/all-architectures-1.exp: Update.
999 * gdb.base/all-architectures-2.exp: Update.
1000 * gdb.base/all-architectures-3.exp: Update.
1001 * gdb.base/all-architectures-4.exp: Update.
1002 * gdb.base/all-architectures-5.exp: Update.
1003 * gdb.base/all-architectures-6.exp: Update.
1004 * gdb.base/all-architectures-7.exp: Update.
1005 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1006 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1007 * gdb.base/infcall-nested-structs-c++.exp: Update.
1008 * gdb.base/infcall-nested-structs-c.exp: Update.
1009 * gdb.base/info-types.exp.in: Rename to ...
1010 * gdb.base/info-types.exp.tcl: ... this.
1011 * gdb.base/info-types-c++.exp: Update.
1012 * gdb.base/info-types-c.exp: Update.
1013 * gdb.base/max-depth.exp.in: Rename to ...
1014 * gdb.base/max-depth.exp.tcl: ... this.
1015 * gdb.base/max-depth-c++.exp: Update.
1016 * gdb.base/max-depth-c.exp: Update.
1017 * gdb.cp/cpexprs.exp.in: Rename to ...
1018 * gdb.cp/cpexprs.exp.tcl: ... this.
1019 * gdb.cp/cpexprs-debug-types.exp: Update.
1020 * gdb.cp/cpexprs.exp: Update.
1021 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1022 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1023 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1024 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1025 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1026 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1027 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1028 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1029 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1030 * gdb.dwarf2/clang-debug-names.exp: Update.
1031
d1034d78
AB
10322020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1033
1034 * lib/check-test-names.exp: Remove code that prevents this file
1035 loading when tests are run in parallel.
1036
3c5c3649
PA
10372020-05-15 Pedro Alves <palves@redhat.com>
1038
1039 * gdb.multi/multi-kill.exp (start_inferior): Remove
1040 'testpid' parameter. Refer to namespace variable directly.
1041 (testpid): Declare as namespace variable.
1042
272c36b8
PA
10432020-05-15 Pedro Alves <palves@redhat.com>
1044
1045 * gdb.multi/multi-kill.exp: Wrap in namespace.
1046 (start_inferior): Add TESTPID parameter. Use it instead of the
1047 testpid global.
1048 (top level): Define empty TESTPID array, and pass it down to
1049 start_inferior.
1050
02eba61a
TV
10512020-05-14 Tom de Vries <tdevries@suse.de>
1052
1053 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1054 output.
1055
971a3747
TV
10562020-05-14 Tom de Vries <tdevries@suse.de>
1057
1058 * gdb.base/align.exp: Split into ...
1059 * gdb.base/align.exp.in: ...
1060 * gdb.base/align-c++.exp: ...
1061 * gdb.base/align-c.exp: ... these.
1062 * gdb.base/infcall-nested-structs.exp: Split into ...
1063 * gdb.base/infcall-nested-structs.exp.in: ...
1064 * gdb.base/infcall-nested-structs-c++.exp: ...
1065 * gdb.base/infcall-nested-structs-c.exp: ... these.
1066 * gdb.base/info-types.exp: Split into ...
1067 * gdb.base/info-types.exp.in: ...
1068 * gdb.base/info-types-c++.exp: ...
1069 * gdb.base/info-types-c.exp: ... these.
1070 * gdb.base/max-depth.exp: Split into ...
1071 * gdb.base/max-depth.exp.in: ...
1072 * gdb.base/max-depth-c++.exp: ...
1073 * gdb.base/max-depth-c.exp: ... these.
1074 * gdb.cp/infcall-nodebug.exp: Split into ...
1075 * gdb.cp/infcall-nodebug.exp.in: ...
1076 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1077 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1078 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1079 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1080
a05575d3
TBA
10812020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1082 Pedro Alves <palves@redhat.com>
1083
1084 * gdb.multi/multi-exit.c: New file.
1085 * gdb.multi/multi-exit.exp: New file.
1086 * gdb.multi/multi-kill.c: New file.
1087 * gdb.multi/multi-kill.exp: New file.
1088
6ad82919
TBA
10892020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1090
1091 * gdb.base/annota1.exp: Update the expected output.
1092 * gdb.cp/annota2.exp: Ditto.
1093
843f4d93
AB
10942020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * lib/check-test-names.exp: Disable when testing is being run in
1097 parallel.
1098
c7c66341
TV
10992020-05-12 Tom de Vries <tdevries@suse.de>
1100
1101 * gdb.base/jit-elf.exp: Fix string concat.
1102
1b59ca1c
TV
11032020-05-12 Tom de Vries <tdevries@suse.de>
1104
1105 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1106 messages.
1107
b4991d29
TV
11082020-05-12 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1111
dbb0ab10
TV
11122020-05-12 Tom de Vries <tdevries@suse.de>
1113
1114 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1115 * gdb.ada/mi_catch_ex.exp: Same.
1116 * gdb.ada/mi_catch_ex_hand.exp: Same.
1117
7549fed8
TV
11182020-05-12 Tom de Vries <tdevries@suse.de>
1119
1120 * gdb.fortran/complex.exp: Use with_test_prefix.
1121
af2d5cd8
TV
11222020-05-12 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.trace/passcount.exp: Fix test-names.
1125
7c121311
TV
11262020-05-12 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1129
c9f3b40e
TV
11302020-05-12 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.gdb/complaints.exp: Use with_test_prefix.
1133 * gdb.xml/tdesc-regs.exp: Same.
1134 * gdb.opt/inline-locals.exp: Fix test name.
1135
111b33f0
TV
11362020-05-12 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1139 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1140 * gdb.dwarf2/implref-struct.exp: Same.
1141 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1142 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1143
ebf47080
SM
11442020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1145
1146 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1147
d30dcd12
AB
11482020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1149
1150 * lib/check-test-names.exp (all_test_names): New module variable.
1151 (counts): Add 'duplicates' field.
1152 (_check_duplicates): New procedure.
1153 (check): Also check for duplicates.
1154 (do_log_summary): Print duplicates count.
1155 (do_reset_vars): Reset counter for duplicate test names, and
1156 discard all know test names.
1157
34584c09
AB
11582020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1159
1160 * lib/gdb.exp: Include check-test-names.exp library.
1161 * lib/check-test-names.exp: New file.
1162
e0002117
TV
11632020-05-11 Tom de Vries <tdevries@suse.de>
1164
1165 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1166
53f539a3
KS
11672020-05-11 Keith Seitz <keiths@redhat.com>
1168
1169 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1170
113ee09a
TV
11712020-05-11 Tom de Vries <tdevries@suse.de>
1172
1173 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1174 * gdb.cp/cpexprs.exp.in: .. here.
1175 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1176 cpexprs.exp.
1177
ba3e70b0
KS
11782020-05-11 Keith Seitz <keiths@redhat.com>
1179
1180 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1181 test names.
1182 * gdb.ada/arrayptr.exp: Likewise.
1183 * gdb.ada/assign_arr.exp: Likewise.
1184 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1185 * gdb.ada/bp_on_var.exp: Likewise.
1186 * gdb.ada/call_pn.exp: Likewise.
1187 * gdb.ada/complete.exp: Likewise.
1188 * gdb.ada/fun_overload_menu.exp: Likewise.
1189 * gdb.ada/funcall_param.exp: Likewise.
1190 * gdb.ada/funcall_ref.exp: Likewise.
1191 * gdb.ada/packed_array_assign.exp: Likewise.
1192 * gdb.ada/same_component_name.exp: Likewise.
1193 * gdb.ada/type_coercion.exp: Likewise.
1194 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1195 * gdb.ada/variant_record_packed_array.exp: Likewise.
1196
3ee6bb11
TV
11972020-05-11 Tom de Vries <tdevries@suse.de>
1198
1199 PR symtab/25941
1200 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1201 out of ...
1202 * gdb.dwarf2/clang-debug-names.exp: ... here.
1203 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1204 clang-debug-names.exp.in.
1205 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1206 * gdb.dwarf2/clang-debug-names-2.c: New test.
1207
86cd6bc8
AKS
12082020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1209
1210 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1211 (fortran_runto_main): New Proc, fortran version of runto_main.
1212 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1213 * gdb.fortran/array-bounds.exp: Likewise.
1214 * gdb.fortran/array-slices.exp: Likewise.
1215 * gdb.fortran/block-data.exp: Likewise.
1216 * gdb.fortran/charset.exp: Likewise.
1217 * gdb.fortran/common-block.exp: Likewise.
1218 * gdb.fortran/complex.exp: Likewise.
1219 * gdb.fortran/derived-type-function.exp: Likewise.
1220 * gdb.fortran/derived-type.exp: Likewise.
1221 * gdb.fortran/info-modules.exp: Likewise.
1222 * gdb.fortran/info-types.exp: Likewise.
1223 * gdb.fortran/intrinsics.exp: Likewise.
1224 * gdb.fortran/library-module.exp: Likewise.
1225 * gdb.fortran/logical.exp: Likewise.
1226 * gdb.fortran/max-depth.exp: Likewise.
1227 * gdb.fortran/module.exp: Likewise.
1228 * gdb.fortran/multi-dim.exp: Likewise.
1229 * gdb.fortran/nested-funcs.exp: Likewise.
1230 * gdb.fortran/print-formatted.exp: Likewise.
1231 * gdb.fortran/print_type.exp: Likewise.
1232 * gdb.fortran/printing-types.exp: Likewise.
1233 * gdb.fortran/ptr-indentation.exp: Likewise.
1234 * gdb.fortran/ptype-on-functions.exp: Likewise.
1235 * gdb.fortran/subarray.exp: Likewise.
1236 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1237 * gdb.fortran/vla-datatypes.exp: Likewise.
1238 * gdb.fortran/vla-history.exp: Likewise.
1239 * gdb.fortran/vla-ptr-info.exp: Likewise.
1240 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1241 * gdb.fortran/vla-ptype.exp: Likewise.
1242 * gdb.fortran/vla-sizeof.exp: Likewise.
1243 * gdb.fortran/vla-type.exp: Likewise.
1244 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1245 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1246 * gdb.fortran/vla-value-sub.exp: Likewise.
1247 * gdb.fortran/vla-value.exp: Likewise.
1248 * gdb.fortran/whatis_type.exp: Likewise.
1249 * gdb.mi/mi-var-child-f.exp: Likewise.
1250
6dc55ce9 12512020-05-09 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1254
283cb58c
TV
12552020-05-08 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.dwarf2/clang-debug-names.c: New test.
1258 * gdb.dwarf2/clang-debug-names.exp: New file.
1259
ac4a4f1c
SM
12602020-05-06 Simon Marchi <simon.marchi@efficios.com>
1261
1262 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1263 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1264
24fe640b
TV
12652020-05-06 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1268 breakpoint is at a "recommended breakpoint location".
1269 * gdb.reverse/consecutive-reverse.exp: Same.
1270
0d8683a3
TV
12712020-05-06 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1274 address.
1275
b8983c46
TV
12762020-05-06 Tom de Vries <tdevries@suse.de>
1277
1278 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1279
abf6d805
TV
12802020-05-06 Tom de Vries <tdevries@suse.de>
1281
1282 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1283 info for r.
1284
0fc2a808
TV
12852020-05-06 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1288 necessary.
1289
873dd427
TV
12902020-05-06 Tom de Vries <tdevries@suse.de>
1291
1292 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1293 void.
1294
7c99e7e2
TV
12952020-05-06 Tom de Vries <tdevries@suse.de>
1296
1297 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1298 of ...
1299 * gdb.base/async.exp: ... here.
1300 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1301 "recommended breakpoint location".
1302
6173d6a6
TV
13032020-05-06 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1306
6015a067
TV
13072020-05-04 Tom de Vries <tdevries@suse.de>
1308
1309 * gdb.base/async.exp: Check whether instruction addresses are a
1310 "recommended breakpoint location".
1311
3b6acaee
TT
13122020-05-03 Tom Tromey <tom@tromey.com>
1313
1314 * gdb.base/sepdebug.exp: Remove "catch" test.
1315 * gdb.base/break.exp: Remove "catch" test.
1316 * gdb.base/default.exp: Update expected output.
1317
5beb4d17
TV
13182020-05-02 Tom de Vries <tdevries@suse.de>
1319
1320 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1321 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1322 * gdb.arch/i386-mpx-map.exp: Same.
1323 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1324 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1325 * gdb.arch/i386-mpx.exp: Same.
1326
8caf140d
TV
13272020-05-02 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1330
693196cb
TV
13312020-05-01 Tom de Vries <tdevries@suse.de>
1332
1333 * gdb.ada/operator_bp.exp: Allow more than required amount of
1334 breakpoint.
1335
53ae0aa9
TV
13362020-05-01 Tom de Vries <tdevries@suse.de>
1337
1338 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1339
ee9d1e5f
HD
13402020-04-30 Hannes Domani <ssbssa@yahoo.de>
1341
1342 PR gdb/18706
1343 * gdb.cp/stub-array-size.cc: New test.
1344 * gdb.cp/stub-array-size.exp: New file.
1345 * gdb.cp/stub-array-size.h: New test.
1346 * gdb.cp/stub-array-size2.cc: New test.
1347
d5cf82c0
HD
13482020-04-30 Hannes Domani <ssbssa@yahoo.de>
1349
1350 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1351 output to the new format.
1352
42e165c3
SM
13532020-04-29 Simon Marchi <simon.marchi@efficios.com>
1354
1355 * gdb.base/break.exp: Use with_test_prefix.
1356
6e4e3fe1
TV
13572020-04-29 Tom de Vries <tdevries@suse.de>
1358
1359 * lib/gdb.exp (debug_types): New proc.
1360 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1361 * gdb.python/py-symtab.exp: Same.
1362
d642b692
HD
13632020-04-29 Hannes Domani <ssbssa@yahoo.de>
1364
1365 PR gdb/17320
1366 * gdb.base/pretty-array.c: New test.
1367 * gdb.base/pretty-array.exp: New file.
1368
ea90f227
TV
13692020-04-29 Tom de Vries <tdevries@suse.de>
1370
1371 PR symtab/25889
1372 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1373 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1374 and include cpexprs.exp.
1375
a65189c9
TV
13762020-04-28 Mark Williams <mark@myosotissp.com>
1377
1378 PR gdb/24480
1379 * dw4-toplevel-types.exp: Test for top level types.
1380 * dw4-toplevel-types.cc: Test for top level types.
1381
32d1f47a
TBA
13822020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1383
1384 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1385 (theads -> threads).
1386
56a4f5a1
TV
13872020-04-28 Tom de Vries <tdevries@suse.de>
1388
1389 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1390
0b2f8a3b
TV
13912020-04-28 Tom de Vries <tdevries@suse.de>
1392
1393 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1394
5390c717
TV
13952020-04-28 Tom de Vries <tdevries@suse.de>
1396
1397 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1398
15cd93d0
TV
13992020-04-28 Tom de Vries <tdevries@suse.de>
1400
1401 * gdb.dwarf2/main-foo.c: New test.
1402 * gdb.dwarf2/struct-with-sig.exp: New file.
1403
d472f0fb
TV
14042020-04-25 Tom de Vries <tdevries@suse.de>
1405
1406 * boards/debug-types.exp: New file.
1407
8d840e05
AB
14082020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1409
1410 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1411
bcfe6157
TT
14122020-04-24 Tom Tromey <tom@tromey.com>
1413
1414 PR symtab/12707:
1415 * gdb.python/py-symbol.exp: Update expected results for
1416 linkage_name test.
1417 * gdb.cp/print-demangle.exp: New file.
1418 * gdb.base/c-linkage-name.exp: Fix test.
1419 * gdb.guile/scm-symbol.exp: Update expected results for
1420 linkage_name test.
1421
f049a313
TT
14222020-04-24 Tom Tromey <tom@tromey.com>
1423
1424 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1425 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1426 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1427 assembler.
1428
7cf28874
TV
14292020-04-24 Tom de Vries <tdevries@suse.de>
1430
1431 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1432 C++.
1433
dac2fef7
TT
14342020-04-24 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1437 values.
1438 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1439 values. Update test for minimal encodings.
1440 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1441 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1442 values. Update test for minimal encodings.
1443
1acda803
TT
14442020-04-24 Tom Tromey <tromey@adacore.com>
1445
1446 PR python/23662:
1447 * gdb.ada/variant.exp: Add Python checks.
1448 * gdb.rust/simple.exp: Add dynamic type checks.
1449
adfb9815
TT
14502020-04-24 Tom Tromey <tromey@adacore.com>
1451
1452 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1453 Make array type matching more lax.
1454 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1455 * gdb.ada/mi_variant.exp: New file.
1456 * gdb.ada/mi_variant/pck.ads: New file.
1457 * gdb.ada/mi_variant/pkg.adb: New file.
1458 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1459 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1460
7d79de9a
TT
14612020-04-24 Tom Tromey <tromey@adacore.com>
1462
1463 * gdb.ada/variant.exp: Add dynamic field offset tests.
1464 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1465 * gdb.ada/variant/pkg.adb: Add new variables.
1466
f8e89861
TT
14672020-04-24 Tom Tromey <tromey@adacore.com>
1468
1469 * gdb.ada/variant.exp: New file
1470 * gdb.ada/variant/pkg.adb: New file
1471 * gdb.ada/variant/pck.adb: New file
1472
86e887ae
TV
14732020-04-24 Tom de Vries <tdevries@suse.de>
1474
1475 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1476
88428775
TV
14772020-04-24 Tom de Vries <tdevries@suse.de>
1478
1479 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1480 flags.
1481
4e86f6e7
TV
14822020-04-24 Tom de Vries <tdevries@suse.de>
1483
1484 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1485
2016d3e6
TV
14862020-04-24 Tom de Vries <tdevries@suse.de>
1487
1488 * lib/gdb.exp (default_gdb_start): Handle eof.
1489 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1490 failure.
1491 * gdb.base/readnever.exp: Handle clean_restart failure.
1492
70bc38f5
TV
14932020-04-23 Tom de Vries <tdevries@suse.de>
1494
1495 * gdb.base/decl-before-def.exp: Run to main and print a again.
1496
de82891c
TV
14972020-04-23 Tom de Vries <tdevries@suse.de>
1498
1499 * gdb.base/decl-before-def-decl.c: New test.
1500 * gdb.base/decl-before-def-def.c: New test.
1501 * gdb.base/decl-before-def.exp: New file.
1502
96038148
TV
15032020-04-23 Tom de Vries <tdevries@suse.de>
1504
1505 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1506
54ac3df1
TV
15072020-04-22 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1510 debug_info_offset.
1511 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1512 before $objsfile in the line line.
1513
714534e1
TV
15142020-04-22 Tom de Vries <tdevries@suse.de>
1515
1516 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1517
16a7dbf4
MS
15182020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1519
1520 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1521 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1522 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1523 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1524 * gdb.base/jit-protocol.h: Update definitions to match all usage
1525 contexts.
1526
15272020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1528
1529 * gdb.base: Rename all jit related test and source files.
1530
15312020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1532
1533 * gdb.base/jit-reader.exp: Relax register output check.
1534
317d2668
TV
15352020-04-22 Tom de Vries <tdevries@suse.de>
1536
1537 PR symtab/25764
1538 * gdb.base/psym-external-decl-2.c: New test.
1539 * gdb.base/psym-external-decl.c: New test.
1540 * gdb.base/psym-external-decl.exp: New file.
1541 * gdb.threads/tls.exp: Add PR25807 kfail.
1542
eea9e357
TV
15432020-04-22 Tom de Vries <tdevries@suse.de>
1544
1545 PR symtab/25801
1546 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1547 in "info source" output.
1548
3d5afab3
TV
15492020-04-22 Tom de Vries <tdevries@suse.de>
1550
1551 PR symtab/25700
1552 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1553 symtab for imported_unit.c.
1554
b32102f6
GB
15552020-04-21 Gary Benson <gbenson@redhat.com>
1556
1557 * gdb.base/advance.c (func): New argument, to match call site.
1558 (func2, func3): Add return statements.
1559
d43b7a2d
TBA
15602020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1561
1562 * gdb.multi/run-only-second-inf.c: New file.
1563 * gdb.multi/run-only-second-inf.exp: New file.
1564
d89edf9b
MM
15652020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1566
1567 * gdb.btrace/multi-inferior.c: New test.
1568 * gdb.btrace/multi-inferior.exp: New file.
1569
1a476b6d
MM
15702020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1571
1572 * gdb.btrace/enable-new-thread.c: New test.
1573 * gdb.btrace/enable-new-thread.exp: New file.
1574
4778a5f8
TV
15752020-04-21 Tom de Vries <tdevries@suse.de>
1576
1577 PR gdb/25471
1578 * gdb.threads/killed-outside.c: New test.
1579 * gdb.threads/killed-outside.exp: New file.
1580
9b2c992c
GB
15812020-04-20 Gary Benson <gbenson@redhat.com>
1582
1583 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1584 * gdb.base/nested-subp2.exp: Likewise.
1585 * gdb.base/nested-subp3.exp: Likewise.
1586
b5d1d6f7
GB
15872020-04-20 Gary Benson <gbenson@redhat.com>
1588
1589 * gdb.base/nested-subp1.exp: Disable test when using clang.
1590 * gdb.base/nested-subp2.exp: Likewise.
1591 * gdb.base/nested-subp3.exp: Likewise.
1592
25230285
GB
15932020-04-20 Gary Benson <gbenson@redhat.com>
1594
1595 * gdb.cp/exception.cc: Fix compilation error with clang.
1596
fa93cc8f
GB
15972020-04-20 Gary Benson <gbenson@redhat.com>
1598
809730f3 1599 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1600
e0c45f30
GB
16012020-04-20 Gary Benson <gbenson@redhat.com>
1602
1603 * gdb.base/jit-main.c: Fix compilation error with clang.
1604
4ddfec93
KR
16052020-04-17 Kamil Rytarowski <n54@gmx.com>
1606
1607 * gdb.base/attach-twice.c: Include "sys/types.h".
1608 (PTRACE_ATTACH): Add fallback definition.
1609 (main): Pass `0' to the 4th argument of `ptrace'.
1610
2bed205e
KR
16112020-04-17 Kamil Rytarowski <n54@gmx.com>
1612
1613 * gdb.base/fork-running-state.c: Include "signal.h".
1614
0743fc83
TT
16152020-04-17 Tom Tromey <tromey@adacore.com>
1616
1617 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1618 Update tests.
1619 * gdb.btrace/cpu.exp: Update tests.
1620 * gdb.base/maint.exp: Update tests.
1621 * gdb.base/default.exp: Update tests.
1622 * gdb.base/completion.exp: Update tests.
1623
efba5c23
TV
16242020-04-16 Tom de Vries <tdevries@suse.de>
1625
1626 PR symtab/25791
1627 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1628 (ensure_gdb_index): and factor out and move ...
1629 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1630 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1631
d191d716
TV
16322020-04-16 Tom de Vries <tdevries@suse.de>
1633
1634 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1635 loading exec.
1636
99f1bc6a
AB
16372020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1638
1639 * gdb.base/many-completions.exp: New file.
1640
194d088f
TV
16412020-04-14 Tom de Vries <tdevries@suse.de>
1642
1643 PR symtab/25718
1644 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1645
c1a66c06
TV
16462020-04-14 Tom de Vries <tdevries@suse.de>
1647
1648 PR symtab/25720
1649 * gdb.base/maint-expand-symbols-header-file.c: New test.
1650 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1651 * gdb.base/maint-expand-symbols-header-file.h: New test.
1652
21b0982c
AB
16532020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1656 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1657 get_func_info.
1658 (get_func_info): Delete.
1659 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1660 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1661 * lib/dwarf.exp (get_func_info): New function.
1662
dd1cab06
TV
16632020-04-13 Tom de Vries <tdevries@suse.de>
1664
1665 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1666 to what find_gnatmake does.
1667
71ea2b6b
TV
16682020-04-10 Tom de Vries <tdevries@suse.de>
1669
1670 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1671 -readnow.
1672
bdfc1e8a
TV
16732020-04-10 Tom de Vries <tdevries@suse.de>
1674
1675 PR cli/25808
1676 * gdb.base/style.c: Add leading newlines.
1677 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1678 Check listing of main's one-line body.
1679
14ca8ecf
TV
16802020-04-08 Tom de Vries <tdevries@suse.de>
1681
1682 * lib/gdb.exp (psymtabs_p): New proc.
1683 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1684 importing unit" unsupported if there are no partial symbols.
1685
e21d048f
TV
16862020-04-08 Tom de Vries <tdevries@suse.de>
1687
1688 PR testsuite/25760
1689 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1690
25c11aca
TV
16912020-04-07 Tom de Vries <tdevries@suse.de>
1692
1693 PR symtab/25796
1694 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1695
5707e24b
TV
16962020-04-07 Tom de Vries <tdevries@suse.de>
1697
1698 * gdb.base/check-psymtab.c: New test.
1699 * gdb.base/check-psymtab.exp: New file.
1700
6ee448cc
TT
17012020-04-06 Tom Tromey <tromey@adacore.com>
1702
1703 * gdb.ada/variant-record/proc.adb: New file.
1704 * gdb.ada/variant-record/value.adb: New file.
1705 * gdb.ada/variant-record/value.s: New file.
1706 * gdb.ada/variant-record.exp: New file.
1707
9e7c9a03
HD
17082020-04-03 Hannes Domani <ssbssa@yahoo.de>
1709
1710 PR gdb/25325
1711 * gdb.cp/typed-enum.cc: New test.
1712 * gdb.cp/typed-enum.exp: New file.
1713
c90d28ac
AB
17142020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1715
1716 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1717 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1718 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1719 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1720 * gdb.opt/inline-small-func.c: New file.
1721 * gdb.opt/inline-small-func.exp: New file.
1722 * gdb.opt/inline-small-func.h: New file.
1723
34e9a9fa
AB
17242020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1725
1726 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1727 function.
1728
6a354911
AB
17292020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1730
1731 * lib/dwarf.exp (function_range): Allow compiler options to be
1732 specified.
1733
880d9777
TV
17342020-04-02 Tom de Vries <tdevries@suse.de>
1735
1736 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1737 __attribute__((always_inline)).
1738 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1739
f32682ea
TV
17402020-04-02 Tom de Vries <tdevries@suse.de>
1741
1742 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1743 (gdbserver_gdb_exit): ... here. Add timeout warning.
1744 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1745 (connect_target_extended_remote): Append new server_spawn_id to
1746 server_spawn_ids.
1747 (cleanup): New proc.
1748 (setup, <toplevel>): Call cleanup.
1749
d3214198
TV
17502020-04-02 Tom de Vries <tdevries@suse.de>
1751
1752 * gdb.base/main-psymtab.exp: New file.
1753
cc77ed24
TV
17542020-04-02 Tom de Vries <tdevries@suse.de>
1755
1756 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1757
3638a098
TT
17582020-04-01 Tom Tromey <tom@tromey.com>
1759
1760 * gdb.base/complex-parts.exp: Add type tests.
1761
c34e8714
TT
17622020-04-01 Tom Tromey <tom@tromey.com>
1763
1764 * gdb.base/complex-parts.exp: Add arithmetic tests.
1765
981c08ce
TT
17662020-04-01 Tom Tromey <tom@tromey.com>
1767
1768 * gdb.compile/compile.exp: Update.
1769 * gdb.compile/compile-cplus.exp: Update.
1770 * gdb.base/varargs.exp: Update.
1771 * gdb.base/floatn.exp: Update.
1772 * gdb.base/endianity.exp: Update.
1773 * gdb.base/callfuncs.exp (do_function_calls): Update.
1774 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1775 (complex_float_integral_args): Update.
1776 * gdb.base/complex.exp: Update.
1777 * gdb.base/complex-parts.exp: Update.
1778
3d1cfd43
TT
17792020-04-01 Tom Tromey <tromey@adacore.com>
1780
1781 * gdb.rust/union.rs: New file.
1782 * gdb.rust/union.exp: New file.
1783 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1784 (main): Update.
1785 * gdb.rust/simple.exp: Move union tests to union.exp.
1786
e033dfa9
TT
17872020-04-01 Tom Tromey <tromey@adacore.com>
1788
1789 * gdb.rust/simple.rs (main): Remove "y0".
1790
53cccef1
TBA
17912020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1792
1793 * gdb.multi/stop-all-on-exit.c: New test.
1794 * gdb.multi/stop-all-on-exit.exp: New file.
1795
60e22c1e
HD
17962020-04-01 Hannes Domani <ssbssa@yahoo.de>
1797
1798 PR gdb/24789
1799 * gdb.cp/misc.cc: Add integer reference variable.
1800 * gdb.cp/misc.exp: Add test.
1801
e139a727
TBA
18022020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1803
1804 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1805 scenario to cover execution until the end and also the case
1806
16b0db75
TV
18072020-03-31 Tom de Vries <tdevries@suse.de>
1808
1809 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1810 c. Use "maint info symtabs" to check symtab expansion.
1811
c0502da6
TV
18122020-03-30 Tom de Vries <tdevries@suse.de>
1813
1814 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1815 unsupported.
1816 (verify_psymtab_expanded): Move ...
1817 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1818 test.
1819 (readnow): New proc.
1820
5935fd15
AB
18212020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1824 with $hex.
1825
1773be9e
TT
18262020-03-20 Tom Tromey <tromey@adacore.com>
1827
1828 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1829
70304be9
TT
18302020-03-20 Tom Tromey <tromey@adacore.com>
1831
1832 * gdb.ada/sub_variant/subv.adb: New file.
1833 * gdb.ada/sub_variant.exp: New file.
1834
0dd7b8f7
TV
18352020-03-20 Tom de Vries <tdevries@suse.de>
1836
1837 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1838 first break fails.
1839 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1840
cada5fc9
AB
18412020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1842
1843 * gdb.server/exit-multiple-threads.c: New file.
1844 * gdb.server/exit-multiple-threads.exp: New file.
1845
6b8c53f2
AB
18462020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1847
1848 * gdb.fortran/mixed-lang-stack.c: New file.
1849 * gdb.fortran/mixed-lang-stack.cpp: New file.
1850 * gdb.fortran/mixed-lang-stack.exp: New file.
1851 * gdb.fortran/mixed-lang-stack.f90: New file.
1852
19a2740f
AB
18532020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1854
1855 * gdb.linespec/cp-completion-aliases.cc: New file.
1856 * gdb.linespec/cp-completion-aliases.exp: New file.
1857
d8c8b848
TV
18582020-03-19 Tom de Vries <tdevries@suse.de>
1859
1860 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1861 more precise.
1862
a9933ccf
TV
18632020-03-18 Tom de Vries <tdevries@suse.de>
1864
1865 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1866 * gdb.dwarf2/break-inline-psymtab.c: New test.
1867 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1868
2f89101f
TV
18692020-03-16 Tom de Vries <tdevries@suse.de>
1870
1871 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1872 cache_verify and cache_verify_proc.
1873
6b9374f1
TV
18742020-03-15 Tom de Vries <tdevries@suse.de>
1875
1876 * gdb.server/solib-list.exp: Handle
1877 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1878
eaeaf44c
TV
18792020-03-15 Tom de Vries <tdevries@suse.de>
1880
1881 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1882 objfiles".
1883
3293bbaf
TT
18842020-03-14 Tom Tromey <tom@tromey.com>
1885
1886 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1887
ab44624c
TV
18882020-03-14 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1891
54c43825
TV
18922020-03-14 Tom de Vries <tdevries@suse.de>
1893
1894 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1895 result in line-by-line fashion.
1896
2ac70237
TV
18972020-03-14 Tom de Vries <tdevries@suse.de>
1898
1899 * lib/gdb.exp (supports_statement_frontiers): New proc.
1900 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1901
09546b56
TV
19022020-03-14 Tom de Vries <tdevries@suse.de>
1903
1904 * gdb.base/printcmds.exp: Add missing quoting for "print
1905 teststring2".
1906
a1f6a07c
TT
19072020-03-13 Tom Tromey <tom@tromey.com>
1908
1909 * gdb.base/printcmds.exp (test_print_strings): Add regression
1910 test.
1911 * gdb.base/printcmds.c (charptr): New typedef.
1912 (teststring2): New global.
1913
1b83d09c
AB
19142020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1915
1916 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1917 full path in the test name.
1918 (test_ld): Add some with_test_prefix blocks to make test names
1919 unique.
1920
2d61316c
TV
19212020-03-13 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1924
2e9145ac
TV
19252020-03-13 Tom de Vries <tdevries@suse.de>
1926
1927 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1928
96c7f873
TV
19292020-03-13 Tom de Vries <tdevries@suse.de>
1930
1931 PR symtab/25646
1932 * gdb.dwarf2/imported-unit.exp: Add test.
1933
49ba92c0
TV
19342020-03-13 Tom de Vries <tdevries@suse.de>
1935
1936 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1937 (var1, var2): New variable.
1938 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1939 matching symbols.
1940
301b21e0
TV
19412020-03-13 Tom de Vries <tdevries@suse.de>
1942
1943 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1944 (Term::command): Use prompt prefix.
1945 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1946 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1947 command_no_prompt_prefix instead of prefix.
1948 * gdb.tui/tui-layout-asm.exp: Same.
1949
3f512721
SM
19502020-03-12 Simon Marchi <simon.marchi@efficios.com>
1951
1952 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1953
40310f30
SM
19542020-03-12 Simon Marchi <simon.marchi@efficios.com>
1955
1956 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1957 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1958 on" while stepping over the test instruction, match printed
1959 message.
1960
09252140
TV
19612020-03-12 Tom de Vries <tdevries@suse.de>
1962
1963 * gdb.base/info-types.exp: Use exp_continue during matching of output
1964 of "info types".
1965
14e9c72c
TV
19662020-03-12 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1969
e515d67e
TV
19702020-03-12 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.fortran/module.exp: Use exp_continue during matching of output
1973 of "info variable -n".
1974
307eafd8
TV
19752020-03-12 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1978 gdb.dwarf2/dw2-ranges-base.c.
1979
9a2de3fc
TV
19802020-03-12 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1983 in presence of GLIBC debuginfo.
1984
3217502e
TV
19852020-03-12 Tom de Vries <tdevries@suse.de>
1986
1987 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1988 $core.
1989
1281424c
TV
19902020-03-12 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1993 more precise.
1994
038b97fc
SM
19952020-03-11 Simon Marchi <simon.marchi@efficios.com>
1996
1997 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1998 from Unix to Windows path.
1999
5308d1e7
TV
20002020-03-11 Tom de Vries <tdevries@suse.de>
2001
2002 * gdb.ada/minsyms.exp: Set language to ada.
2003
f870f78f
TV
20042020-03-11 Tom de Vries <tdevries@suse.de>
2005
2006 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2007
5a13315d
TV
20082020-03-11 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2011
976862ed
TT
20122020-03-11 Tom Tromey <tromey@adacore.com>
2013
2014 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2015
7462c383
TV
20162020-03-11 Tom de Vries <tdevries@suse.de>
2017
2018 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2019
1c6c46a0
TV
20202020-03-11 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/break-interp.exp: Limit verbose scope.
2023
44f41bb7
TV
20242020-03-11 Tom de Vries <tdevries@suse.de>
2025
2026 * gdb.fortran/logical.f90: Define variable with character type.
2027 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2028
b76f3a42
TV
20292020-03-11 Tom de Vries <tdevries@suse.de>
2030
2031 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2032
1c33af77
TV
20332020-03-11 Tom de Vries <tdevries@suse.de>
2034
2035 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2036 symtabs.
2037
8c95582d
AB
20382020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2039 Bernd Edlinger <bernd.edlinger@hotmail.de>
2040
2041 * gdb.cp/step-and-next-inline.cc: New file.
2042 * gdb.cp/step-and-next-inline.exp: New file.
2043 * gdb.cp/step-and-next-inline.h: New file.
2044 * gdb.dwarf2/dw2-is-stmt.c: New file.
2045 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2046 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2047 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2048 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2049
cecf8547
AB
20502020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2051
2052 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2053 is-stmt flag in the line table.
2054
0ba678c9
TV
20552020-03-09 Tom de Vries <tdevries@suse.de>
2056
2057 * lib/gdb.exp (cached_file): Create cache dir.
2058
72fbdf83
TV
20592020-03-07 Tom de Vries <tdevries@suse.de>
2060
2061 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2062 * gdb.cp/rvalue-ref-params.exp: Same.
2063
436b5e99
TV
20642020-03-06 Tom de Vries <tdevries@suse.de>
2065
2066 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2067 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2068
09f2921c
TV
20692020-03-06 Tom de Vries <tdevries@suse.de>
2070
2071 * README: Fix "the the".
2072 * gdb.base/dprintf.exp: Same.
2073
50a3cc5d
TV
20742020-03-05 Tom de Vries <tdevries@suse.de>
2075
2076 * gdb.base/maint.exp: Update "main print statistics" expected output.
2077
0a709cba
AKS
20782020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2079
2080 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2081 (fortran_int8): Likewise.
2082 (fortran_real4): Likewise.
2083 (fortran_real8): Likewise.
2084 (fortran_complex4): Likewise.
2085 (fortran_logical4): Likewise.
2086 (fortran_character1): Likewise.
2087
5e5d66b6
AB
20882020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2089
2090 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2091 printed as true.
2092
7b973adc
SDJ
20932020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2094
2095 * gdb.base/printcmds.exp: Add test to verify printf of a
2096 variable holding an address.
2097
478e490a
TV
20982020-03-03 Tom de Vries <tdevries@suse.de>
2099
2100 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2101
1ef44e86
TV
21022020-03-03 Tom de Vries <tdevries@suse.de>
2103
2104 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2105 gdb_test_multiple call.
2106
b98cc2cf
TV
21072020-03-03 Tom de Vries <tdevries@suse.de>
2108
2109 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2110 gdb_test_multiple calls.
2111
63e163f2
AB
21122020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2113
2114 * gdb.base/default.exp: Remove test of 'set history filename'.
2115 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2116 filename to the empty string.
2117 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2118 and GDBHISTSIZE.
2119
24ed6739
AB
21202020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2121
2122 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2123 disabled.
2124
590003dc
TV
21252020-03-02 Pedro Alves <palves@redhat.com>
2126 Tom de Vries <tdevries@suse.de>
2127
2128 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2129 -prompt prefix, before user_code argument. Add -lbl option likewise.
2130 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2131 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2132 argument.
2133 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2134 have "\r\n" at start-of-line, instead of at end-of-line.
2135
f5e46084
SM
21362020-02-28 Simon Marchi <simon.marchi@efficios.com>
2137
2138 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2139 libinproctrace.so.
2140
f7a7000d
LM
21412020-02-28 Luis Machado <luis.machado@linaro.org>
2142
2143 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2144 to "p/x".
2145
718e0816
LM
21462020-02-28 Luis Machado <luis.machado@linaro.org>
2147
2148 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2149 asm/ptrace.h and error.h.
2150
13c3a74a
TV
21512020-02-28 Tom de Vries <tdevries@suse.de>
2152
2153 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2154 (struct wrapper, do_something, mundane/symada__cS): Move ...
2155 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2156 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2157 Update "print symada__cS before partial symtab expansion" regexp.
2158 Update breakpoint location. Flush symbol cache after expansion.
2159
85d2d5bb
LM
21602020-02-28 Luis Machado <luis.machado@linaro.org>
2161
2162 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2163
3608f86c
TV
21642020-02-27 Tom de Vries <tdevries@suse.de>
2165
2166 * config/sid.exp: Remove unused globals.
2167 * gdb.base/attach.exp: Same.
2168 * gdb.base/catch-load.exp: Same.
2169 * gdb.base/dbx.exp: Same.
2170 * lib/gdb.exp: Same.
2171 * lib/mi-support.exp: Same.
2172 * lib/prompt.exp: Same.
2173
c8d4f6df
TV
21742020-02-27 Tom de Vries <tdevries@suse.de>
2175
2176 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2177 not set.
2178
0d79cdc4
AM
21792020-02-26 Aaron Merey <amerey@redhat.com>
2180
2181 * gdb.debuginfod: New directory for debuginfod tests.
2182 * gdb.debuginfod/main.c: New test file.
2183 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2184
0dce4280
TV
21852020-02-26 Tom de Vries <tdevries@suse.de>
2186
2187 PR gdb/25603
2188 * gdb.base/persistent-lang.cc: New test.
2189 * gdb.base/persistent-lang.exp: New file.
2190
9e80cfa1
AB
21912020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2192
2193 * gdb.fortran/derived-type-striding.exp: Add a new test.
2194 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2195 new test.
2196
2078dbb2
AB
21972020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2200 names.
2201
70d49700
TV
22022020-02-25 Tom de Vries <tdevries@suse.de>
2203
2204 PR go/18926
2205 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2206
a88ef40d
TV
22072020-02-24 Tom de Vries <tdevries@suse.de>
2208
2209 PR gdb/25592
2210 * gdb.base/info-locals-unused-static-var.c: New test.
2211 * gdb.base/info-locals-unused-static-var.exp: New file.
2212
01b1af32
TT
22132020-02-22 Tom Tromey <tom@tromey.com>
2214
2215 * gdb.python/tui-window.exp: New file.
2216 * gdb.python/tui-window.py: New file.
2217
7c043ba6
TT
22182020-02-22 Tom Tromey <tom@tromey.com>
2219
2220 PR tui/17850:
2221 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2222 tests.
2223
c22fef7e
TT
22242020-02-22 Tom Tromey <tom@tromey.com>
2225
2226 * gdb.tui/new-layout.exp: Add sub-layout tests.
2227
ee325b61
TT
22282020-02-22 Tom Tromey <tom@tromey.com>
2229
2230 * gdb.tui/new-layout.exp: New file.
2231
3f0cbb04
TT
22322020-02-22 Tom Tromey <tom@tromey.com>
2233
2234 * gdb.rust/rust-style.rs: New file.
2235 * gdb.rust/rust-style.exp: New file.
2236 * gdb.base/style.exp: Test structure printing.
2237 * gdb.base/style.c (struct some_struct): New type.
2238 (enum etype): New type.
2239 (struct_value): New global.
2240
75525152
TV
22412020-02-21 Tom de Vries <tdevries@suse.de>
2242
2243 PR go/18926
2244 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2245 Remove blanket xfails. Use message argument for gdb_breakpoint.
2246 Make continuing to breakpoint test conditional on setting breakpoint.
2247 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2248 DW_AT_name attribute. Add xfail for GCC PR93866.
2249
bd360d30
AB
22502020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2251
2252 * gdb.dwarf2/cpp-linkage-name.c: New file.
2253 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2254
c7adb09f 22552020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2256
2257 * lib/gdb.exp (gdb_wrapper_init): Reset
2258 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2259 not exist.
2260
a9c79803
TV
22612020-02-20 Tom de Vries <tdevries@suse.de>
2262
2263 PR go/17018
2264 * gdb.go/hello.exp: Copy ...
2265 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2266 print of st to print value of global definition. Add xfail for GCC
2267 PR93844.
2268 * gdb.go/hello.exp: Remove printing of st before definition.
2269 * gdb.go/hello.go: Copy ...
2270 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2271 to st.
2272 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2273
d7445728
TV
22742020-02-20 Tom de Vries <tdevries@suse.de>
2275
2276 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2277 (gdb_simple_compile): Handle compile_flags go by using .go extension
2278 for source file.
2279 * gdb.go/chan.exp: Use support_go_compile.
2280 * gdb.go/handcall.exp: Same.
2281 * gdb.go/hello.exp: Same.
2282 * gdb.go/integers.exp: Same.
2283 * gdb.go/max-depth.exp: Same.
2284 * gdb.go/methods.exp: Same.
2285 * gdb.go/package.exp: Same.
2286 * gdb.go/strings.exp: Same.
2287 * gdb.go/types.exp: Same.
2288 * gdb.go/unsafe.exp: Same.
2289
c9c41e6d
TV
22902020-02-19 Tom de Vries <tdevries@suse.de>
2291
2292 * gdb.python/lib-types.exp: Make xfail more strict.
2293
f20ff837
TV
22942020-02-19 Tom de Vries <tdevries@suse.de>
2295
2296 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2297
08410482
DE
22982020-02-19 Doug Evans <dje@google.com>
2299
2300 PR rust/25535
2301 * gdb.rust/simple.exp: Add test.
2302 * gdb.rust/simple.rs: Add test.
2303
623563f7
TV
23042020-02-19 Tom de Vries <tdevries@suse.de>
2305
2306 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2307 output line-by-line.
2308
d3308cfd
TV
23092020-02-19 Tom de Vries <tdevries@suse.de>
2310
2311 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2312
86cbc5dc
TV
23132020-02-19 Tom de Vries <tdevries@suse.de>
2314
2315 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2316 prelink.
2317
9db2b96b
TV
23182020-02-19 Tom de Vries <tdevries@suse.de>
2319
2320 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2321 (gdb_do_cache): Use gdb_do_cache_wrap.
2322 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2323
89e2fdc5
TV
23242020-02-19 Tom de Vries <tdevries@suse.de>
2325
2326 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2327 gdb_compile option.
2328
373d7ac0
SM
23292020-02-18 Simon Marchi <simon.marchi@efficios.com>
2330
2331 * gdb.base/printcmds.exp (test_print_enums): Update expected
2332 output.
2333
b29a2df0
SM
23342020-02-18 Simon Marchi <simon.marchi@efficios.com>
2335
2336 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2337 for "unknown".
2338
6740f0cc
SM
23392020-02-18 Simon Marchi <simon.marchi@efficios.com>
2340
2341 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2342 enumerator.
2343
edd45eb0
SM
23442020-02-18 Simon Marchi <simon.marchi@efficios.com>
2345
2346 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2347 FE_, add FE_NONE.
2348 (three): Update.
2349 (enum flag_enum_without_zero): New enum.
2350 (flag_enum_without_zero): New variable.
2351 (enum not_flag_enum): New enum.
2352 (three_not_flag): New variable.
2353 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2354 (test_print_enums): Add more tests for printing flag enums.
2355
d4295de4
TV
23562020-02-18 Tom de Vries <tdevries@suse.de>
2357
2358 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2359 (gdb_compile_ada): ... here.
2360 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2361 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2362
f251f505
TT
23632020-02-14 Tom Tromey <tom@tromey.com>
2364
2365 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2366 build directory.
2367 * boards/gdbserver-base.exp: Update path to gdbserver.
2368
8f432634
TV
23692020-02-13 Tom de Vries <tdevries@suse.de>
2370
2371 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2372
92b6eaf7
TV
23732020-02-13 Tom de Vries <tdevries@suse.de>
2374
2375 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2376 are missing.
2377
f3b0f7fe
TV
23782020-02-13 Tom de Vries <tdevries@suse.de>
2379
2380 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2381 call.
2382
f6be8713
SDJ
23832020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2384
2385 PR tui/25126
2386 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2387 * gdb.base/cached-source-file.c: New file.
2388 * gdb.base/cached-source-file.exp: New file.
2389
b2770d5e
TV
23902020-02-11 Tom de Vries <tdevries@suse.de>
2391
2392 PR testsuite/25488
2393 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2394
44f6938e
TV
23952020-02-10 Tom de Vries <tdevries@suse.de>
2396
2397 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2398
5f0e2eb7
MR
23992020-02-10 Maciej W. Rozycki <macro@wdc.com>
2400
2401 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2402 and $after_addr are both integers before making a comparison.
2403
46ce2b6f
TV
24042020-02-09 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2407 command output and paste it into gdb.log. If any, paste catch message
2408 to gdb.log.
2409
5abbbe1d
TT
24102020-02-07 Tom Tromey <tromey@adacore.com>
2411
2412 PR breakpoints/24915:
2413 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2414
1d5d29e7
SV
24152020-02-06 Shahab Vahedi <shahab@synopsys.com>
2416
2417 * gdb.tui/tui-missing-src.exp: Add the "missing source
2418 file" test for the TUI.
2419
b0999b9b
AB
24202020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2421
2422 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2423 including a port number in the output.
2424
c3b149eb
AKS
24252020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2426
2427 * lib/fortran.exp (fortran_int4): Handle clang.
2428 (fortran_int8): Likewise.
2429 (fortran_real4): Likewise.
2430 (fortran_real8): Likewise.
2431 (fortran_complex4): Likewise.
2432 (fortran_logical4): Likewise.
2433 (fortran_character1): Likewise.
2434
f8dcc90b
TV
24352020-02-04 Tom de Vries <tdevries@suse.de>
2436
2437 * README (Race detection): Add note.
2438
f90ac7c2
TV
24392020-02-04 Tom de Vries <tdevries@suse.de>
2440
2441 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2442
780636ae
TV
24432020-02-04 Tom de Vries <tdevries@suse.de>
2444
2445 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2446
5d2e1193
RA
24472020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2448
2449 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2450 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2451 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2452 blttar, bnetarl.
2453 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2454 binary for blttar, bnetarl.
2455 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2456 wait instruction. Delete ldmx test.
2457 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2458
e409c542
AKS
24592020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2460
2461 * gdb.fortran/array-bounds-high.exp: New file.
2462 * gdb.fortran/array-bounds-high.f90: New file.
2463
b0029748
LD
24642020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2465
2466 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2467 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2468
195a8287
TV
24692020-02-01 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2472
42330a68
AB
24732020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2474
2475 PR tui/9765
2476 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2477 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2478
b62a8028
LM
24792020-01-29 Luis Machado <luis.machado@linaro.org>
2480
2481 * gdb.arch/aarch64-brk-patterns.c: New source file.
2482 * gdb.arch/aarch64-brk-patterns.exp: New test.
2483
5f440116
TBA
24842020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2485
2486 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2487 GCC/Clang version.
2488 * gdb.cp/pass-by-ref.exp: Ditto.
2489
ee2a6fc6
TV
24902020-01-29 Tom de Vries <tdevries@suse.de>
2491
2492 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2493 * gdb.threads/watchpoint-fork-mt.c: Same.
2494 * gdb.threads/watchpoint-fork-parent.c: Same.
2495 * gdb.threads/watchpoint-fork-st.c: Same.
2496 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2497
16b10d6e
LM
24982020-01-27 Luis Machado <luis.machado@linaro.org>
2499
2500 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2501 sitting at a syscall instruction when we hit the syscall function's
2502 breakpoint.
2503 Check PC against one obtained with the x command.
2504 Validate syscall number.
2505 (step_over_syscall): Don't continue to the syscall instruction if
2506 we're already there.
2507
b1468492
PW
25082020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2509
2510 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2511
7ffa82e1
AB
25122020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2513
2514 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2515 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2516
3d92a3e3
AB
25172020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2520 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2521
94a72be7
AB
25222020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2523
2524 * gdb.base/maint.exp: Update line table parsing test.
2525 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2526
53af73bf
PA
25272020-01-24 Pedro Alves <palves@redhat.com>
2528
2529 PR gdb/25410
2530 * gdb.multi/multi-re-run-1.c: New.
2531 * gdb.multi/multi-re-run-2.c: New.
2532 * gdb.multi/multi-re-run.exp: New.
2533
1ba1ac88
AB
25342020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 PR gdb/23718
2537 * gdb.server/server-kill-python.exp: New file.
2538
f3364a6d
AB
25392020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2540
2541 * gdb.server/multi-ui-errors.c: New file.
2542 * gdb.server/multi-ui-errors.exp: New file.
2543
733d0a67
AB
25442020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2545
2546 PR tui/9765
2547 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2548
4f13c1c0
TT
25492020-01-19 Tom Tromey <tom@tromey.com>
2550
2551 * gdb.tui/main.exp: Add check for plain "file".
2552
40c94099
CB
25532020-01-16 Christian Biesinger <cbiesinger@google.com>
2554
2555 * lib/gdb.exp: Fix spelling error (seperatelly).
2556
ff47f4f0
TT
25572020-01-14 Tom Tromey <tom@tromey.com>
2558
2559 PR symtab/12535:
2560 * gdb.python/python.exp: Test decode_line with empty string
2561 argument.
2562
717c684d
BE
25632020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2564
2565 * gdb.base/skip-inline.exp: Extend test.
2566
44e4c775
AB
25672020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2570 * gdb.dwarf2/dw2-bad-elf.c: New file.
2571 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2572
d93c6db7
AB
25732020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2574
2575 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2576 _line_saw_file.
2577
9a6d629c
AB
25782020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2579
2580 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2581 border.
2582
d9ebdab7
TBA
25832020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2584
2585 * gdb.multi/multi-target.exp (setup): Factor out "info
2586 connections" and "info inferiors" tests to ...
2587 (test_info_inferiors): ... this new procedure.
2588 (top level): Run new "info-inferiors" tests.
2589
f3c469b9
PA
25902020-01-10 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.server/bkpt-other-inferior.exp: New file.
2593
121b3efd
PA
25942020-01-10 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2597 of "add-inferior".
2598 * gdb.base/quit-live.exp: Likewise.
2599 * gdb.base/remote-exec-file.exp: Likewise.
2600 * gdb.guile/scm-progspace.exp: Likewise.
2601 * gdb.linespec/linespec.exp: Likewise.
2602 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2603 * gdb.mi/user-selected-context-sync.exp: Likewise.
2604 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2605 "info inferiors" tests.
2606 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2607 "add-inferior".
2608 * gdb.multi/watchpoint-multi.exp: Likewise.
2609 * gdb.python/py-inferior.exp: Likewise.
2610 * gdb.server/extended-remote-restart.exp: Likewise.
2611 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2612 "info inferiors".
2613 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2614 * gdb.trace/report.exp: Likewise.
2615
1dadb1dd
PA
26162020-01-10 Pedro Alves <palves@redhat.com>
2617
2618 * gdb.multi/multi-target.c: New file.
2619 * gdb.multi/multi-target.exp: New file.
2620 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2621 mode requested, but remote does not support non-stop".
2622
78f2c40a
PA
26232020-01-10 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2626 disconnect before reconnecting.
2627
e7af6c70
TBA
26282020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2629 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.server/connect-without-multi-process.exp: Also test
2632 continuing to end.
2633
acdf84a6
PA
26342020-01-10 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.base/remote-exec-file.exp: New file.
2637
873657b9
PA
26382020-01-10 Pedro Alves <palves@redhat.com>
2639
2640 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2641 output.
2642 * gdb.threads/async.c: New.
2643 * gdb.threads/async.exp: New.
2644 * gdb.multi/tids-gid-reset.c: New.
2645 * gdb.multi/tids-gid-reset.exp: New.
2646
7f0ae84c
GB
26472020-01-10 George Barrett <bob@bob131.so>
2648
2649 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2650 to help in finding the image relocation offset.
2651 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2652 options in arguments.
2653 (stap_test_no_debuginfo): Likewise.
2654 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2655 test variants.
2656 (stap_test): Add null semaphore relocation test.
2657
47e9d49d
GB
26582020-01-10 George Barrett <bob@bob131.so>
2659
2660 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2661 * gdb.base/stap-probe.exp: Likewise.
2662 (stap_test): Pass argument as an additional flag.
2663 (stap_test_no_debuginfo): Likewise.
2664 (stap_test): Check `info probes stap' output for semaphore
2665 addresses if the test binary is supposed to have them.
2666
f5a7c406
AB
26672020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2668
2669 * gdb.tui/basic.exp: Add more scrolling tests.
2670
9ae6bf64
TT
26712020-01-09 Tom Tromey <tom@tromey.com>
2672
2673 PR tui/18932:
2674 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2675 meangingful value.
2676 (Term::command, Term::resize): Update.
2677 * gdb.tui/basic.exp: Add scrolling test.
2678
b2efe70c
AB
26792020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2680
2681 * gdb.tui/tui-layout-asm.exp: New file.
2682
3804da7e
AB
26832020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2684
2685 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2686
b40aa28f
AB
26872020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2690 (Term::enter_tui): Use Term::prepare_for_tui.
2691
63ffd7c9
AB
26922020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2693
2694 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2695 called.
2696
3be966f6
AB
26972020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * gdb.base/skip.exp: Fix race condition in test.
2700
153d79c4
AB
27012020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * gdb.base/backtrace.c: New file.
2704 * gdb.base/backtrace.exp: New file.
2705
f2302a34
AB
27062020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2709
6ec1d75e
PW
27102020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2711
2712 * gdb.base/style.exp: Test that warnings are styled.
2713
c296cbe6
BE
27142019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2715
2716 * gdb.base/line65535.exp: New file.
2717 * gdb.base/line65535.c: New file.
2718
b28a729d
SM
27192019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2720
2721 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2722 * lib/gnat_debug_info_test.adb: New file.
2723 * gdb.ada/ptype_tagged_param.exp: Use
2724 gnat_runtime_has_debug_info, expect a different output if
2725 runtime does not have debug info.
2726
7f2d7a0d
SM
27272019-12-20 Simon Marchi <simon.marchi@efficios.com>
2728
2729 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2730 (another) quote in test name.
2731
f3bce483
SM
27322019-12-20 Simon Marchi <simon.marchi@efficios.com>
2733
2734 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2735 Add quote in test name.
2736
c855a912
TBA
27372019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2738
2739 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2740 directory instead.
2741 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2742 * gdb.cp/pass-by-ref-2.cc: New file.
2743 * gdb.cp/pass-by-ref-2.exp: New file.
2744
fc9d2d72
TT
27452019-12-20 Tom Tromey <tom@tromey.com>
2746
2747 * gdb.tui/list-before.exp: New file.
2748
77b97e00
TT
27492019-12-20 Tom Tromey <tom@tromey.com>
2750
2751 * gdb.tui/list.exp: Check for source on initial listing.
2752
f69656d0
TT
27532019-12-11 Tom Tromey <tromey@adacore.com>
2754
2755 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2756 Add crlf test.
2757
99a55965
SM
27582019-12-18 Simon Marchi <simon.marchi@efficios.com>
2759
2760 * gdb.base/default.exp: Update value of $_gdb_major.
2761
5024637f
BE
27622019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2763
2764 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2765
b63634be
BE
27662019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2767
2768 * gdb.base/skip.exp: Whitespace fix.
2769
45d73523
BE
27702019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2771
2772 * gdb.base/skip-inline.c: New file.
2773 * gdb.base/skip-inline.exp: New file.
2774
d043f8c8
SM
27752019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2776
2777 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2778 jit_function_00 to jit_function_stack_mangle.
2779 * gdb.base/jithost.c (jit_function_t): Rename to...
2780 (jit_function_stack_mangle_t): ... this.
2781 (jit_function_add_t): New typedef.
2782 (jit_function_00_code): Rename to...
2783 (jit_function_stack_mangle_code): ... this, make static.
2784 (jit_function_add_code): New.
2785 (main): Generate "add" function and call it. Adjust to changes
2786 in jithost_abi.
2787 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2788 (struct jithost_abi) <begin, end>: Remove fields.
2789 <object, function_stack_mangle, function_add>: New fields.
2790 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2791 code_end>: Remove fields.
2792 <func_stack_mangle>: New field.
2793 (read_debug_info): Adjust to renaming, create block for "add"
2794 function.
2795 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2796
873de05c
TT
27972019-12-11 Tom Tromey <tom@tromey.com>
2798
2799 * gdb.tui/resize.exp: Fix regexp.
2800 * gdb.tui/regs.exp: Fix regexps.
2801 * gdb.tui/main.exp: Fix regexp.
2802
3d979945
TT
28032019-12-11 Tom Tromey <tom@tromey.com>
2804
2805 * gdb.tui/resize.exp: Update.
2806 * gdb.tui/empty.exp (layouts): Update.
2807
2192a9d3
TT
28082019-12-11 Tom Tromey <tom@tromey.com>
2809
2810 * gdb.tui/regs.exp: Update.
2811 * gdb.tui/empty.exp (layouts): Update.
2812 * gdb.tui/basic.exp: Update.
2813 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2814
d8edc8b7
PW
28152019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2816
2817 * gdb.base/options.exp: Add -raw-values in the print completion list.
2818 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2819
4c12d936
KB
28202019-12-10 Kevin Buettner <kevinb@redhat.com>
2821
2822 * gdb.threads/omp-par-scope.c: New file.
2823 * gdb/threads/omp-par-scope.exp: New file.
2824
26b911fb
KB
28252019-12-10 Kevin Buettner <kevinb@redhat.com>
2826
bb47f919
KB
2827 * lib/gdb.exp (support_nested_function_tests): New proc.
2828
28292019-12-10 Kevin Buettner <kevinb@redhat.com>
2830
2831 * lib/gdb.exp (gdb_compile_openmp): New proc.
2832 (build_executable_from_specs): Add an "openmp" option.
2833 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2834
6c71eb7d
TT
28352019-12-10 Tom Tromey <tromey@adacore.com>
2836
2837 * gdb.ada/unchecked_union.exp: New file.
2838 * gdb.ada/unchecked_union/pck.adb: New file.
2839 * gdb.ada/unchecked_union/pck.ads: New file.
2840 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2841 * gdb-utils.exp (string_to_regexp): Also quote "?".
2842
bac7c5cf
GB
28432019-12-10 George Barrett <bob@bob131.so>
2844
2845 Test scripted probe breakpoints.
2846 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2847 * gdb.python/py-breakpoint.c (main): Likewise.
2848 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2849 specifier test.
2850 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2851
330f1d38
TBA
28522019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2853
2854 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2855 an rvalue parameter.
2856 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2857 parameter.
2858
b43315e2
AB
28592019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2862 modules.
2863
54f73dad
AB
28642019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2865
2866 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2867 broken version of GCC.
2868
d57cbee9
AB
28692019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2870
2871 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2872 sym-info-cmds library.
2873 * gdb.fortran/info-types.exp: Likewise.
2874 * lib/sym-info-cmds.exp: New file.
2875
c14aab8c
TV
28762019-12-08 Tom de Vries <tdevries@suse.de>
2877
2878 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2879
aa2d5a42
KS
28802019-12-07 Keith Seitz <keiths@redhat.com>
2881
2882 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2883 * gdb.base/corefile-buildid-shlib.c: New file.
2884 * gdb.base/corefile-buildid.c: New file.
2885 * gdb.base/corefile-buildid.exp: New file.
2886
93e55f0a
TV
28872019-12-06 Tom de Vries <tdevries@suse.de>
2888
2889 * gdb.dwarf2/varval.exp: Add decl before def test.
2890
c7d12402
TBA
28912019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2892
2893 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2894
06acc08f
TBA
28952019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2896
2897 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2898 CV and reference conversion for overload resolution.
2899 * gdb.cp/rvalue-ref-overload.exp: Test it.
2900
e0fad1ea
PW
29012019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2902
2903 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2904 * gdb.base/frameapply.exp: Test faas without command.
2905
8d70a9f0
AB
29062019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2909 Fortran tests.
2910 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2911 order.
2912
36c8fb93
AB
29132019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2914
2915 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2916 casting to type with no kind specified.
2917 (test_basic_parsing_of_type_kinds): Additional tests for types
2918 with no kind specified, and add tests for single/double
2919 precision/complex types.
2920
4139ff00
TT
29212019-12-04 Tom Tromey <tromey@adacore.com>
2922
2923 * gdb.base/endianity.c (struct other) <x>: New field.
2924 (main): Initialize it.
2925 * gdb.base/endianity.exp: Update.
2926
a05cf17a
TT
29272019-12-04 Tom Tromey <tromey@adacore.com>
2928
2929 * gdb.ada/scalar_storage/storage.adb: New file.
2930 * gdb.ada/scalar_storage/pck.adb: New file.
2931 * gdb.ada/scalar_storage/pck.ads: New file.
2932 * gdb.ada/scalar_storage.exp: New file.
2933
103a685e
TT
29342019-12-04 Tom Tromey <tromey@adacore.com>
2935
2936 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2937 (main): Initialize it.
2938 * gdb.base/endianity.exp: Update.
2939
c2512106
AB
29402019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2941
2942 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2943
293b38d6
AB
29442019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2947 -symbol-info-module-functions and -symbol-info-module-variables.
2948
216a7e6b
AB
29492019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2950
2951 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2952
5bbd8269
AB
29532019-12-01 Richard Bunt <richard.bunt@arm.com>
2954 Andrew Burgess <andrew.burgess@embecosm.com>
2955
2956 * gdb.fortran/derived-type-striding.exp: New file.
2957 * gdb.fortran/derived-type-striding.f90: New file.
2958 * gdb.fortran/array-slices.exp: New file.
2959 * gdb.fortran/array-slices.f90: New file.
2960
be09caf1
PW
29612019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2962
2963 * gdb.base/define.exp: Test . in command names.
2964 * gdb.base/setshow.exp: Update test, as . is now part of
2965 command name.
2966
643c0cbe
PW
29672019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2968
2969 * gdb.base/define-prefix.exp: New file.
2970
dcdec678
AB
29712019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2972
2973 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2974 compile.
2975 (skip_btrace_pt_tests): Likewise.
2976
640ab947
AB
29772019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2978
2979 * gdb.fortran/info-modules.exp: Compile source files in correct
2980 order.
2981
d22670f0
KB
29822019-11-27 Kevin Buettner <kevinb@redhat.com>
2983
2984 * gdb.dwarf2/imported-unit.exp: New file.
2985 * gdb.dwarf2/imported-unit.c: New file.
2986
db5960b4
AB
29872019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.mi/mi-fortran-modules-2.f90: New file.
2990 * gdb.mi/mi-fortran-modules.exp: New file.
2991 * gdb.mi/mi-fortran-modules.f90: New file.
2992
7dc42066
AB
29932019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2994
2995 * gdb.mi/mi-sym-info-1.c: New file.
2996 * gdb.mi/mi-sym-info-2.c: New file.
2997 * gdb.mi/mi-sym-info.exp: New file.
2998
0dfeecca
TT
29992019-11-22 Tom Tromey <tromey@adacore.com>
3000
3001 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3002 * gdb.ada/tasks/foo.adb: Add another stopping location.
3003
34877895
PJ
30042019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3005
3006 * gdb.base/endianity.c: New test.
3007 * gdb.base/endianity.exp: New file.
3008
2e84f897
LD
30092019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3010
3011 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3012
65d1cd5f
TV
30132019-11-21 Tom de Vries <tdevries@suse.de>
3014
3015 PR gdb/24956
3016 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3017
4f22c3f4
SDJ
30182019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3019
3020 * gdb.python/py-progspace.exp: Add missing parentheses on some
3021 'print' commands.
3022
9f6ad286
TT
30232019-11-19 Tom Tromey <tom@tromey.com>
3024
3025 * gdb.tui/winheight.exp: New file.
3026
0b8dbf3f
AB
30272019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3028
3029 * gdb.base/ctf-whatis.c: Delete.
3030 * gdb.base/ctf-whatis.exp: Delete.
3031 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3032
f833b7a7
AB
30332019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3034
3035 * gdb.base/ctf-cvexpr.exp: Delete.
3036 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3037
30d0a636
AB
30382019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3039
3040 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3041 the compiler. Clean up header comment a little.
3042 * gdb.base/ctf-ptype.exp: Likewise.
3043 * gdb.base/ctf-whatis.exp: Likewise.
3044 * lib/gdb.exp (skip_ctf_tests): New proc.
3045
494409bb
SDJ
30462019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3047
3048 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3049 * gdb.tui/corefile-run.exp: New file.
3050
55708e99
TT
30512019-11-14 Tom Tromey <tromey@adacore.com>
3052
3053 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3054 regression tests.
3055
45e42163
TT
30562019-11-12 Tom Tromey <tom@tromey.com>
3057
3058 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3059 after any command. Expect prompt after WAIT_FOR is seen.
3060 (enter_tui): Enable resize messages.
3061 (command): Expect command in output.
3062 (get_line): Avoid error when cursor appears to be off-screen.
3063 (dump_screen): Include screen size in title.
3064 (_do_resize): New proc, from "resize".
3065 (resize): Rewrite. Do resize in two steps.
3066 * gdb.tui/empty.exp (layouts): Fix entries.
3067 (check_boxes): Remove xfail.
3068 (check_text): Dump screen on failure.
3069
086baaf1
AB
30702019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3071
3072 * gdb.python/py-symbol.exp: Add test for
3073 gdb.lookup_static_symbols.
3074
09ff83af
AB
30752019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3076
3077 * gdb.python/py-symbol.c: Declare and call function from new
3078 py-symbol-2.c file.
3079 * gdb.python/py-symbol.exp: Compile both source files, and add new
3080 tests for gdb.lookup_static_symbol.
3081 * gdb.python/py-symbol-2.c: New file.
3082
11af934b
TV
30832019-11-02 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3086 * gdb.base/anon.exp: Same.
3087 * gdb.base/auto-connect-native-target.exp: Same.
3088 * gdb.base/call-ar-st.exp: Same.
3089 * gdb.base/catch-syscall.exp: Same.
3090 * gdb.base/commands.exp: Same.
3091 * gdb.base/default.exp: Same.
3092 * gdb.base/display.exp: Same.
3093 * gdb.base/float.exp: Same.
3094 * gdb.base/foll-fork.exp: Same.
3095 * gdb.base/help.exp: Same.
3096 * gdb.base/info-macros.exp: Same.
3097 * gdb.base/info-proc.exp: Same.
3098 * gdb.base/info-target.exp: Same.
3099 * gdb.base/long_long.exp: Same.
3100 * gdb.base/macscp.exp: Same.
3101 * gdb.base/memattr.exp: Same.
3102 * gdb.base/nofield.exp: Same.
3103 * gdb.base/pointers.exp: Same.
3104 * gdb.base/printcmds.exp: Same.
3105 * gdb.base/ptype.exp: Same.
3106 * gdb.base/restore.exp: Same.
3107 * gdb.base/return.exp: Same.
3108 * gdb.base/scope.exp: Same.
3109 * gdb.base/set-noassign.exp: Same.
3110 * gdb.base/setshow.exp: Same.
3111 * gdb.base/shlib-call.exp: Same.
3112 * gdb.base/signals.exp: Same.
3113 * gdb.base/sigstep.exp: Same.
3114 * gdb.base/skip.exp: Same.
3115 * gdb.base/solib-symbol.exp: Same.
3116 * gdb.base/stap-probe.exp: Same.
3117 * gdb.base/step-line.exp: Same.
3118 * gdb.base/step-test.exp: Same.
3119 * gdb.base/style.exp: Same.
3120 * gdb.base/varargs.exp: Same.
3121 * gdb.base/vla-datatypes.exp: Same.
3122 * gdb.base/vla-ptr.exp: Same.
3123 * gdb.base/vla-sideeffect.exp: Same.
3124 * gdb.base/volatile.exp: Same.
3125 * gdb.base/watch-cond-infcall.exp: Same.
3126 * gdb.base/watchpoint.exp: Same.
3127
e96ec2ba
TV
31282019-11-02 Tom de Vries <tdevries@suse.de>
3129
3130 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3131 * gdb.cp/cpexprs.exp: Same.
3132 * gdb.cp/except-multi-location.exp: Same.
3133 * gdb.cp/exceptprint.exp: Same.
3134 * gdb.cp/gdb2384.exp: Same.
3135 * gdb.cp/inherit.exp: Same.
3136 * gdb.cp/m-static.exp: Same.
3137 * gdb.cp/meth-typedefs.exp: Same.
3138 * gdb.cp/misc.exp: Same.
3139 * gdb.cp/namespace.exp: Same.
3140 * gdb.cp/non-trivial-retval.exp: Same.
3141 * gdb.cp/overload.exp: Same.
3142 * gdb.cp/pr17132.exp: Same.
3143 * gdb.cp/re-set-overloaded.exp: Same.
3144 * gdb.cp/rvalue-ref-types.exp: Same.
3145 * gdb.cp/templates.exp: Same.
3146
bd5766ec
LM
31472019-11-01 Luis Machado <luis.machado@linaro.org>
3148
3149 PR gdb/25124
3150
3151 * gdb.arch/pr25124.S: New file.
3152 * gdb.arch/pr25124.exp: New file.
3153
165f8965
AB
31542019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * gdb.fortran/info-modules.exp: Update expected results, and add
3157 additional tests for 'info module functinos', and 'info module
3158 variables'.
3159 * gdb.fortran/info-types.exp: Update expected results.
3160 * gdb.fortran/info-types.f90: Extend testcase with additional
3161 module variables and functions.
3162
59c35742
AB
31632019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3164
3165 * gdb.fortran/info-modules.exp: New file.
3166 * gdb.fortran/info-types.exp: Build with new file.
3167 * gdb.fortran/info-types.f90: Include and use new module.
3168 * gdb.fortran/info-types-2.f90: New file.
3169
f3fb2519
PW
31702019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3171
3172 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3173 * gdb.base/settings.exp: Test all settings types using
3174 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3175 that now verifies that the value of "maint show" is the same as
3176 returned by the settings functions. Test the type of the
3177 maintenance settings.
3178 * gdb.base/default.exp: Update show_conv_list.
3179
d1e36019
TV
31802019-10-31 Tom de Vries <tdevries@suse.de>
3181
3182 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3183 gdb_test.
3184 * gdb.arch/amd64-disp-step.exp: Same.
3185 * gdb.asm/asm-source.exp: Same.
3186 * gdb.btrace/buffer-size.exp: Same.
3187 * gdb.btrace/cpu.exp: Same.
3188 * gdb.btrace/enable.exp: Same.
3189 * gdb.dwarf2/count.exp: Same.
3190 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3191 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3192 * gdb.fortran/vla-datatypes.exp: Same.
3193 * gdb.fortran/vla-history.exp: Same.
3194 * gdb.fortran/vla-ptype.exp: Same.
3195 * gdb.fortran/vla-value.exp: Same.
3196 * gdb.fortran/whatis_type.exp: Same.
3197 * gdb.guile/guile.exp: Same.
3198 * gdb.multi/tids.exp: Same.
3199 * gdb.python/py-finish-breakpoint.exp: Same.
3200 * gdb.python/py-framefilter.exp: Same.
3201 * gdb.python/py-pp-registration.exp: Same.
3202 * gdb.python/py-xmethods.exp: Same.
3203 * gdb.python/python.exp: Same.
3204 * gdb.server/connect-with-no-symbol-file.exp: Same.
3205 * gdb.server/no-thread-db.exp: Same.
3206 * gdb.server/run-without-local-binary.exp: Same.
3207 * gdb.stabs/weird.exp: Same.
3208 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3209 * gdb.threads/thread-find.exp: Same.
3210 * gdb.threads/tls-shared.exp: Same.
3211 * gdb.threads/tls.exp: Same.
3212 * gdb.threads/wp-replication.exp: Same.
3213 * gdb.trace/ax.exp: Same.
3214 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3215
3d11e68e
TV
32162019-10-31 Tom de Vries <tdevries@suse.de>
3217
3218 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3219 * gdb.ada/array_subscript_addr.exp: Same.
3220 * gdb.ada/arrayidx.exp: Same.
3221 * gdb.ada/arrayparam.exp: Same.
3222 * gdb.ada/arrayptr.exp: Same.
3223 * gdb.ada/boolean_expr.exp: Same.
3224 * gdb.ada/call_pn.exp: Same.
3225 * gdb.ada/complete.exp: Same.
3226 * gdb.ada/fixed_cmp.exp: Same.
3227 * gdb.ada/fun_addr.exp: Same.
3228 * gdb.ada/funcall_param.exp: Same.
3229 * gdb.ada/interface.exp: Same.
3230 * gdb.ada/mod_from_name.exp: Same.
3231 * gdb.ada/null_array.exp: Same.
3232 * gdb.ada/packed_array.exp: Same.
3233 * gdb.ada/packed_tagged.exp: Same.
3234 * gdb.ada/print_chars.exp: Same.
3235 * gdb.ada/print_pc.exp: Same.
3236 * gdb.ada/ptype_arith_binop.exp: Same.
3237 * gdb.ada/ptype_field.exp: Same.
3238 * gdb.ada/ptype_tagged_param.exp: Same.
3239 * gdb.ada/rec_return.exp: Same.
3240 * gdb.ada/ref_tick_size.exp: Same.
3241 * gdb.ada/str_ref_cmp.exp: Same.
3242 * gdb.ada/taft_type.exp: Same.
3243 * gdb.ada/tagged.exp: Same.
3244 * gdb.ada/type_coercion.exp: Same.
3245 * gdb.ada/uninitialized_vars.exp: Same.
3246
60b6ede8
TV
32472019-10-30 Tom de Vries <tdevries@suse.de>
3248
3249 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3250
30baf67b
TV
32512019-10-26 Tom de Vries <tdevries@suse.de>
3252
3253 * gdb.base/bigcore.c: Fix typos in comments.
3254 * gdb.base/ctf-ptype.c: Same.
3255 * gdb.base/long_long.c: Same.
3256 * gdb.dwarf2/dw2-op-out-param.S: Same.
3257 * gdb.python/py-evthreads.c: Same.
3258 * gdb.reverse/i387-stack-reverse.c: Same.
3259 * gdb.trace/tfile.c: Same.
3260 * lib/compiler.c: Same.
3261 * lib/compiler.cc: Same.
3262
158da0d1
TV
32632019-10-25 Tom de Vries <tdevries@suse.de>
3264
3265 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3266 gdb_test_multiple calls.
3267 * gdb.reverse/sigall-reverse.exp: Same.
3268 * gdb.reverse/solib-precsave.exp: Same.
3269 * gdb.reverse/solib-reverse.exp: Same.
3270 * gdb.reverse/until-precsave.exp: Same.
3271 * gdb.reverse/until-reverse.exp: Same.
3272
4ccdfbec
TV
32732019-10-24 Tom de Vries <tdevries@suse.de>
3274
3275 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3276 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3277 kfail using -wrap pattern flag and convenience variable
3278 gdb_test_name.
3279
33d569b7
AB
32802019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3281
3282 * gdb.python/py-progspace.exp: Add tests for the
3283 Progspace.block_for_pc method.
3284
4d0b984b
TT
32852019-10-23 Tom Tromey <tom@tromey.com>
3286
3287 * configure: Rebuild.
3288 * aclocal.m4: Use m4_include, not sinclude.
3289
94cb3754
TV
32902019-10-21 Tom de Vries <tdevries@suse.de>
3291
3292 * gdb.base/infcall-nested-structs.c: Add
3293 __attribute__((noinline,noclone)) to all functions.
3294 (call_all): Add missing variable initialization. Simplify return value.
3295 (breakpt): Increment volatile variable, to prevent call from being
3296 optimized out.
3297 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3298
062f1fc1
TV
32992019-10-17 Tom de Vries <tdevries@suse.de>
3300
3301 * gdb.fortran/module.exp: Allow info variables to print info for files
3302 other than module.f90.
3303
0b54364d
AB
33042019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3305
3306 * gdb.fortran/module.exp: Extend with 'info variables' test.
3307
7ff5fae7
AB
33082019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3309
3310 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3311 F77_FOR_TARGET.
3312
d10eccaa
TV
33132019-10-16 Tom de Vries <tdevries@suse.de>
3314
3315 PR tdep/25096
3316 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3317
745ff14e
TV
33182019-10-16 Tom de Vries <tdevries@suse.de>
3319
3320 PR tdep/24104
3321 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3322 Add KFAIL for PR tdep/25096.
3323
03e1ab94
TV
33242019-10-16 Tom de Vries <tdevries@suse.de>
3325
3326 PR testsuite/25059
3327 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3328
b17fcc10
TV
33292019-10-16 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3332 as signed.
3333
9223170f
SM
33342019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3335
3336 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3337 one instead of increasing timeout.
3338
d6e76313
TV
33392019-10-13 Tom de Vries <tdevries@suse.de>
3340
3341 PR record/25038
3342 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3343 * gdb.reverse/sigall-reverse.exp: Same.
3344 * gdb.reverse/solib-precsave.exp: Same.
3345 * gdb.reverse/solib-reverse.exp: Same.
3346 * gdb.reverse/step-precsave.exp: Same.
3347 * gdb.reverse/until-precsave.exp: Same.
3348 * gdb.reverse/until-reverse.exp: Same.
3349 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3350
6dfc0041
AA
33512019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3352
3353 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3354 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3355 (cmp_struct_05_01, cmp_struct_static_02_01)
3356 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3357 comparisons.
3358
abcf2cc8
TV
33592019-10-10 Tom de Vries <tdevries@suse.de>
3360
3361 PR testsuite/24888
3362 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3363 gnatlink.
3364
a50faaf6
TV
33652019-10-09 Tom de Vries <tdevries@suse.de>
3366
3367 PR testsuite/25048
3368 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3369
60ff3cd7
AB
33702019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3371
3372 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3373 exceptions due to missing debug information.
3374
dfee8566
TV
33752019-10-07 Tom de Vries <tdevries@suse.de>
3376
3377 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3378
3d63690a
AB
33792019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3382 * gdb.base/annota1.exp: Update to use gdb_test_name.
3383
30d1f018
WP
33842019-10-07 Weimin Pan <weimin.pan@oracle.com>
3385
3386 * gdb.base/ctf-whatis.exp: New file.
3387 * gdb.base/ctf-whatis.c: New file.
3388 * gdb.base/ctf-ptype.exp: New file.
3389 * gdb.base/ctf-ptype.c: New file.
3390 * gdb.base/ctf-constvars.exp: New file.
3391 * gdb.base/ctf-constvars.c: New file.
3392 * gdb.base/ctf-cvexpr.exp: New file.
3393
4dbbb47c
TV
33942019-10-04 Tom de Vries <tdevries@suse.de>
3395
3396 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3397 for loop.
3398
77c2dba3
TT
33992019-10-03 Tom Tromey <tom@tromey.com>
3400
3401 PR rust/24976:
3402 * gdb.rust/simple.rs (Union2): New type.
3403 (main): Use Union2.
3404 * gdb.rust/simple.exp: Add test.
3405
179aed7f
AB
34062019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3409 nested function prefix.
3410
0a4b0913
AB
34112019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3412 Richard Bunt <richard.bunt@arm.com>
3413 Andrew Burgess <andrew.burgess@embecosm.com>
3414
3415 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3416 nested functions.
3417 * gdb.fortran/nested-funcs.f90: Update expected results.
3418 * gdb.fortran/nested-funcs-2.exp: New file.
3419 * gdb.fortran/nested-funcs-2.f90: New file.
3420
082cce05
AB
34212019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * gdb.python/py-parameter.exp: Make test names unique.
3424 * gdb.python/py-template.exp: Likewise.
3425 * gdb.python/py-value.exp: Likewise.
3426
2b74ba5a
AB
34272019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 * gdb.base/break-interp.exp: Reduce test name duplication.
3430 * gdb.base/call-sc.exp: Likewise.
3431 * gdb.base/callfuncs.exp: Likewise.
3432 * gdb.base/charset.exp: Likewise.
3433 * gdb.base/dump.exp: Likewise.
3434 * gdb.base/ena-dis-br.exp: Likewise.
3435 * gdb.base/relational.exp: Likewise.
3436 * gdb.base/step-over-syscall.exp: Likewise.
3437 * gdb.base/structs.exp: Likewise.
3438
58eb20d5
AB
34392019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3440
3441 * gdb.linespec/explicit.exp: Make test names unique.
3442 * gdb.linespec/ls-errs.exp: Likewise.
3443
4d421147
AB
34442019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3445
3446 * gdb.reverse/break-precsave.exp: Make test names unique.
3447 * gdb.reverse/break-reverse.exp: Likewise.
3448 * gdb.reverse/finish-precsave.exp: Likewise.
3449 * gdb.reverse/finish-reverse.exp: Likewise.
3450 * gdb.reverse/machinestate-precsave.exp: Likewise.
3451 * gdb.reverse/machinestate.exp: Likewise.
3452 * gdb.reverse/readv-reverse.exp: Likewise.
3453 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3454 * gdb.reverse/sigall-precsave.exp: Likewise.
3455 * gdb.reverse/sigall-reverse.exp: Likewise.
3456 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3457 * gdb.reverse/watch-precsave.exp: Likewise.
3458 * gdb.reverse/watch-reverse.exp: Likewise.
3459
d8c06f22
AB
34602019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3461
3462 * gdb.threads/stop-with-handle.c: New file.
3463 * gdb.threads/stop-with-handle.exp: New file.
3464
3a56ed86
TV
34652019-10-03 Tom de Vries <tdevries@suse.de>
3466
3467 PR testsuite/25059
3468 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3469 directory" line to be missing.
3470
42275044
TV
34712019-10-03 Tom de Vries <tdevries@suse.de>
3472
3473 PR testsuite/25059
3474 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3475 type optional.
3476
9ef62df0
AA
34772019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3478
3479 * gdb.python/py-format-string.c (string.h): New include.
3480 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3481 the same value, for endianness-independence.
3482 * gdb.python/py-format-string.exp (default_regexp_dict)
3483 (test_pretty_structs, test_format): Adjust expected output to the
3484 changed initialization.
3485
37f6a7f4
TT
34862019-10-02 Tom Tromey <tromey@adacore.com>
3487
3488 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3489
1d58d6a2
PA
34902019-10-02 Pedro Alves <palves@redhat.com>
3491 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3494 "print-file-var.h".
3495 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3496 (get_version_1): Print this_version_id and its address.
3497 Add extern "C" wrappers around interface functions.
3498 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3499 "print-file-var.h".
3500 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3501 (get_version_2): Print this_version_id and its address.
3502 Add extern "C" wrappers around interface functions.
3503 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3504 <stddef.h> and "print-file-var.h".
3505 Add extern "C" wrappers around interface functions.
3506 [VERSION_ID_MAIN] (this_version_id): Define.
3507 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3508 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3509 up extern "C" blocks.
3510 * gdb.base/print-file-var.exp (test): New, factored out from top
3511 level.
3512 (top level): Test all combinations of attribute hidden or not,
3513 dlopen or not, and this_version_id symbol in main file or not.
3514 Compile tests as both C++ and C, make test names unique.
3515
d770d56f
TT
35162019-10-01 Tom Tromey <tom@tromey.com>
3517
3518 * gdb.base/style.exp: Test "show logging filename".
3519
7f6aba03
TT
35202019-10-01 Tom Tromey <tom@tromey.com>
3521
3522 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3523 * gdb.base/style.exp: Add metadata style test.
3524
14309bb6
TT
35252019-10-01 Tom Tromey <tom@tromey.com>
3526
3527 * gdb.base/style.exp: Test "pwd".
3528
2a3c1174
PA
35292019-10-01 Tom Tromey <tom@tromey.com>
3530
3531 * gdb.base/style.exp: Update tests.
3532
53d666ec
AA
35332019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3534
3535 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3536 'six' to unsigned.
3537 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3538 'five'. Use an all-ones bit pattern for each.
3539 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3540 to its changed values.
3541
4a56a520
TT
35422019-09-30 Tom Tromey <tromey@adacore.com>
3543
3544 * gdb.rust/traits.rs: Disable all warnings.
3545
0df0352a
TV
35462019-09-29 Tom de Vries <tdevries@suse.de>
3547
aac66a4c 3548 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3549
73d9a918
TV
35502019-09-29 Tom de Vries <tdevries@suse.de>
3551
3552 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3553
060b3ab4
TV
35542019-09-27 Tom de Vries <tdevries@suse.de>
3555
3556 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3557
68f7d34d
TV
35582019-09-27 Tom de Vries <tdevries@suse.de>
3559
3560 PR record/23188
3561 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3562
5d63b30a
TT
35632019-09-26 Tom Tromey <tromey@adacore.com>
3564
3565 * gdb.ada/py_taft.exp: New file.
3566 * gdb.ada/py_taft/main.adb: New file.
3567 * gdb.ada/py_taft/pkg.adb: New file.
3568 * gdb.ada/py_taft/pkg.ads: New file.
3569
3d435220
TV
35702019-09-24 Tom de Vries <tdevries@suse.de>
3571
3572 PR gdb/24598
3573 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3574
77d03678
TV
35752019-09-22 Tom de Vries <tdevries@suse.de>
3576
3577 * gdb.base/restore.exp: Allow register variables to be optimized out at
3578 -O0.
3579
abf516c6
UW
35802019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3581
3582 * gdb.arch/spu-info.exp: Remove file.
3583 * gdb.arch/spu-info.c: Remove file.
3584 * gdb.arch/spu-ls.exp: Remove file.
3585 * gdb.arch/spu-ls.c: Remove file.
3586
3587 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3588 * gdb.asm/spu.inc: Remove file.
3589
3590 * gdb.base/dump.exp: Remove support for spu*-*-*.
3591 * gdb.base/stack-checking.exp: Likewise.
3592 * gdb.base/overlays.exp: Likewise.
3593 * gdb.base/ovlymgr.c: Likewise.
3594 * gdb.base/spu.ld: Remove file.
3595
3596 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3597 * gdb.cp/cpexprs.exp: Likewise.
3598 * gdb.cp/exception.exp: Likewise.
3599 * gdb.cp/gdb2495.exp: Likewise.
3600 * gdb.cp/mb-templates.exp: Likewise.
3601 * gdb.cp/pr9167.exp: Likewise.
3602 * gdb.cp/userdef.exp: Likewise.
3603
3604 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3605
3606 * gdb.cell: Remove directory.
3607 * lib/cell.exp: Remove file.
3608
e452e88f
TV
36092019-09-19 Tom de Vries <tdevries@suse.de>
3610
3611 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3612
8a625130
TV
36132019-09-19 Tom de Vries <tdevries@suse.de>
3614
3615 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3616
81dc3ab5
TV
36172019-09-19 Tom de Vries <tdevries@suse.de>
3618
3619 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3620 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3621 (gdb_target_cmd): ... here.
3622 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3623 value 2.
3624
b078f3ac
AB
36252019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3626
3627 * gdb.base/source-dir.exp: Avoid having directory names in test
3628 names.
3629
f1b620e9
MG
36302019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3631
3632 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3633 directory.
3634
67f3ed6a
AB
36352019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3636
3637 * gdb.base/list-missing-source.exp: New file.
3638
d1b70248
TV
36392019-09-14 Tom de Vries <tdevries@suse.de>
3640
3641 PR teststuite/24599
3642 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3643 * lib/ada.exp (gnatmake_version_at_least): New proc.
3644
5fabdcd6
AB
36452019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3646
3647 * gdb.base/maint.exp: Use exec_has_index_section.
3648
aa17805f
AB
36492019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.base/maint.exp: Add test for 'maint info sections'.
3652
25e5c209
TV
36532019-09-12 Tom de Vries <tdevries@suse.de>
3654
3655 * gdb.base/store.exp: Allow register variables to be optimized out at
3656 -O0.
3657
4993045d
PW
36582019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3659
3660 * gdb.ada/rdv_wait.exp: Update to new task names.
3661 * gdb.base/task_switch_in_core.exp: Likewise.
3662 * gdb.base/info_sources_base.c: Likewise.
3663
8a516164
TT
36642019-09-10 Tom Tromey <tromey@adacore.com>
3665
3666 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3667
aa391654
TT
36682019-09-10 Tom Tromey <tromey@adacore.com>
3669
3670 * gdb.ada/dgopt.exp: New file.
3671 * gdb.ada/dgopt/x.adb: New file.
3672
8634b462
TT
36732019-09-08 Tom Tromey <tom@tromey.com>
3674
3675 * gdb.tui/resize.exp: Remove setup_xfail.
3676 * gdb.tui/regs.exp: Remove setup_xfail.
3677 * gdb.tui/basic.exp: Remove setup_xfail.
3678
736b0f76
DB
36792019-09-06 David Blaikie <dblaikie@gmail.com>
3680
3681 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3682 * gdb.cp/cplabel.exp: Ditto.
3683 * gdb.linespec/ls-errs.exp: Ditto.
3684
30331a6c
TV
36852019-09-05 Tom de Vries <tdevries@suse.de>
3686
3687 * lib/gdb.exp (cmp_file_string): New proc.
3688 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3689 runto_main. Verify save breakpoints output.
3690
98b0ebab
PW
36912019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3692
3693 * gdb.base/info-var.exp: Test info variables without running
3694 to main, to avoid expect's buffer overflow.
3695
4e962e74
TT
36962019-09-03 Tom Tromey <tromey@adacore.com>
3697
3698 * gdb.ada/bias.exp: New file.
3699 * gdb.ada/bias/bias.adb: New file.
3700 * gdb.ada/print_chars.exp: Add regression test.
3701 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3702 (MC): New variable.
3703
2ea1a07a
SL
37042019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3705
3706 * gdb.base/argv0-symlink.exp: Run only on native target
3707 and local host.
3708
8077c50d
TV
37092019-08-29 Tom de Vries <tdevries@suse.de>
3710
3711 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3712 diverse debug info.
3713 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3714
48352473
TV
37152019-08-28 Tom de Vries <tdevries@suse.de>
3716
3717 * gdb.base/info-var.exp: Allow info variables to print info for files
3718 other than info-var-f1.c and info-var-f2.c.
3719
d8f27c60
AB
37202019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3721
3722 * gdb.fortran/info-types.exp: Add module.
3723 * gdb.fortran/info-types.f90: Update expected results.
3724
1f20c35e
AB
37252019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3726
3727 * gdb.fortran/info-types.exp: New file.
3728 * gdb.fortran/info-types.f90: New file.
3729 * lib/fortran.exp (fortran_character1): New proc.
3730
4acfdd20
AB
37312019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3732
3733 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3734 functions'. Reindent as needed.
3735 * gdb.base/info-var-f1.c: New file.
3736 * gdb.base/info-var-f2.c: New file.
3737 * gdb.base/info-var.exp: New file.
3738 * gdb.base/info-var.h: New file.
3739
5c31b358
TV
37402019-08-26 Tom de Vries <tdevries@suse.de>
3741
3742 PR c++/24852
3743 * gdb.cp/no-libstdcxx-probe.exp: New test.
3744
b694989f
TV
37452019-08-26 Tom de Vries <tdevries@suse.de>
3746
3747 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3748 * tests need to be skipped.
3749 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3750 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3751 mi_skip_libstdcxx_probe_tests.
3752
d9c4ba53
SDJ
37532019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3754
3755 * gdb.python/py-xmethods.exp: Use raw strings when passing
3756 arguments to SimpleXMethodMatcher.
3757
395fad09
TV
37582019-08-22 Tom de Vries <tdevries@suse.de>
3759
3760 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3761 more informative.
3762
26c957f1
PA
37632019-08-21 Pedro Alves <palves@redhat.com>
3764
3765 * gdb.base/with.exp: Test "with" with no arguments.
3766
61f80d5d
TV
37672019-08-21 Tom de Vries <tdevries@suse.de>
3768
3769 * gdb.base/gdb-caching-proc.exp: Sort files.
3770
d7a11d13
TV
37712019-08-20 Tom de Vries <tdevries@suse.de>
3772
3773 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3774 compilation.
3775
34dafe9f
TV
37762019-08-16 Tom de Vries <tdevries@suse.de>
3777
3778 * gdb.base/compare-sections.exp ("after run to main"): Allow
3779 mismatched read-only sections for PIE executables.
3780
398fdd60
TT
37812019-08-16 Tom Tromey <tom@tromey.com>
3782
3783 * lib/tuiterm.exp (_csi_Z): New proc.
3784 * gdb.tui/basic.exp: Update window positions.
3785 * gdb.tui/empty.exp: Update window positions.
3786
d8f9e51c
SL
37872019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3788
3789 * gdb.base/examine-backward.exp: Correct regexp for
3790 "examine 3 bytes backward from ${address_zero}".
3791
3df505f6
TT
37922019-08-15 Tom Tromey <tom@tromey.com>
3793
3794 * gdb.tui/empty.exp: Enable resizing tests.
3795
272560b5
TT
37962019-08-15 Tom Tromey <tromey@adacore.com>
3797
3798 * gdb.ada/char_enum.exp: Add regression tests.
3799 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3800 and '0'.
3801 (Char, Gchar): Update.
3802 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3803
08235187
CB
38042019-08-15 Christian Biesinger <cbiesinger@google.com>
3805
3806 * gdb.python/python.exp: Expect a leading underscore on
3807 GdbOutput{,Error}File.
3808
22a2ab04
SL
38092019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3810
3811 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3812 Windows host.
3813
835b995b
SL
38142019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3815
3816 * gdb.base/batch-preserve-term-settings.exp
3817 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3818
97dd8e07
CB
38192019-08-15 Christian Biesinger <cbiesinger@google.com>
3820
3821 * lib/gdb.exp: When running on a mingw target, replace
3822 /x/ with x:/.
3823
75faf5c4
AH
38242019-08-14 Alan Hayward <alan.hayward@arm.com>
3825
3826 * gdb.arch/aarch64-prologue.c: New test.
3827 * gdb.arch/aarch64-prologue.exp: New file.
3828
abc6c00f
TV
38292019-08-13 Tom de Vries <tdevries@suse.de>
3830
3831 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3832 Thread.
3833
74c2c1f4
SL
38342019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3835
3836 * gdb.python/py-completion.exp: Download the .py file to the host
3837 and use its host pathname. Conditionalize tests that use
3838 tab completion and manipulate files on the build machine.
3839 * gdb.python/py-events.exp: Download the .py file to the host
3840 and use its host pathname.
3841 * gdb.python/py-evsignal.exp: Likewise.
3842 * gdb.python/py-evthreads.exp: Likewise.
3843 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3844 pathname syntax.
3845 * gdb.python/py-framefilter.exp: Download the .py file to the right
3846 place on the host. Match Windows pathname syntax.
3847 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3848 .py file to the host and use its host pathname.
3849 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3850 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3851 build pathname. Skip symlink test on Windows host. Add missing
3852 newline at end of file.
3853 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3854 and use its host pathname.
3855 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3856 * gdb.python/py-section-script.exp: Use host location of binfile
3857 on safe-path. Use correct path separator on Windows host.
3858 Reorder alternatives in gdb_test_multiple to prevent matching
3859 the wrong alternative on success.
3860 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3861
ca2589f3
PP
38622019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3863
3864 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3865 expect the GDB inferior to no longer immediately stop after
3866 being resumed with "signal SIGINT".
3867
020a839d
SL
38682019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3869
3870 * gdb.linespec/break-ask.exp: Generalize regexps to match
3871 Windows pathnames too.
3872
128d6509
TV
38732019-08-08 Tom de Vries <tdevries@suse.de>
3874
3875 PR testsuite/24862
3876 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3877
590042fc
PW
38782019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3879
3880 * gdb.base/style.exp: Update tests for help doc new invariants.
3881 * gdb.base/help.exp: Likewise.
3882
046bebe1
TT
38832019-08-06 Tom Tromey <tom@tromey.com>
3884
3885 * gdb.base/style.exp: Add disassemble test.
3886 * gdb.base/style.c (some_called_function): New function.
3887 (main): Use it.
3888
0b27c27d
CB
38892019-08-05 Christian Biesinger <cbiesinger@google.com>
3890
3891 * gdb.python/py-block.exp: Test dictionary access on blocks.
3892
580f1034
SM
38932019-08-05 Simon Marchi <simon.marchi@efficios.com>
3894
3895 PR gdb/24863
3896 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3897 -list-thread-groups --available test when running under
3898 check-read1.
3899
d86bd7cb
TV
39002019-08-05 Tom de Vries <tdevries@suse.de>
3901
3902 PR testsuite/24863
3903 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3904 * gdb.base/help.exp: Use with_read1_timeout_factor.
3905 * gdb.base/info-macros.exp: Same.
3906 * gdb.cp/nested-types.exp: Same.
3907
a80cf5d8
TV
39082019-08-05 Tom de Vries <tdevries@suse.de>
3909
3910 * lib/gdb.exp (version_at_least): Factor out of ...
3911 (tcl_version_at_least): ... here.
3912 (gdb_compile): Fail if pie results in non-PIE executable.
3913 (readelf_version, readelf_prints_pie): New proc.
3914 (exec_is_pie): Return -1 if unknown.
3915
d0962838
TV
39162019-08-05 Tom de Vries <tdevries@suse.de>
3917
3918 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3919
2252ff3d
SL
39202019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3921
3922 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3923
26655f53
SL
39242019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3925
3926 * lib/completion-support.exp (test_gdb_complete_none): Skip
3927 tab completion tests if no readline support.
3928 (test_gdb_complete_unique_re): Likewise.
3929 (test_gdb_complete_multiple): Likewise.
3930
db4dc13e
PW
39312019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3932
3933 * gdb.base/info_sources.exp: New file.
3934 * gdb.base/info_sources.c: New file.
3935 * gdb.base/info_sources_base.c: New file.
3936
0eba165a
PFC
39372019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3938
3939 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3940 prefix argument.
3941 (test_exit_status): Add prefix argument.
3942
59bd512b
TV
39432019-08-01 Tom de Vries <tdevries@suse.de>
3944
3945 PR testsuite/24863
3946 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3947 calling exp_continue for new thread and thread exited messages.
3948
2a3ad588
TV
39492019-08-01 Tom de Vries <tdevries@suse.de>
3950
3951 PR testsuite/24863
3952 * gdb.base/structs.exp: Fix check-read1 timeout using
3953 gdb_test_sequence.
3954 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3955
117eb594
TV
39562019-08-01 Tom de Vries <tdevries@suse.de>
3957
3958 PR testsuite/24863
3959 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3960 line.
3961
ed591340
TV
39622019-08-01 Tom de Vries <tdevries@suse.de>
3963
3964 PR testsuite/24863
3965 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3966
aa3b6533
TT
39672019-07-30 Tom Tromey <tromey@adacore.com>
3968
3969 * gdb.ada/display_nested.exp: New file.
3970 * gdb.ada/display_nested/foo.adb: New file.
3971 * gdb.ada/display_nested/pack.adb: New file.
3972 * gdb.ada/display_nested/pack.ads: New file.
3973
2906593f
CB
39742019-07-30 Christian Biesinger <cbiesinger@google.com>
3975
3976 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3977 namespace.
3978 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3979
0f575925
TV
39802019-07-30 Tom de Vries <tdevries@suse.de>
3981
3982 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3983 instead.
3984
b13057d9
TV
39852019-07-30 Tom de Vries <tdevries@suse.de>
3986
3987 PR testsuite/24834
3988 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3989 (exec_is_pie): New proc.
3990
5c4dde85
CB
39912019-07-29 Christian Biesinger <cbiesinger@google.com>
3992
3993 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3994
c620ed88
CB
39952019-07-29 Christian Biesinger <cbiesinger@google.com>
3996
3997 * gdb.python/py-objfile.c: Add global and static vars.
3998 * gdb.python/py-objfile.exp: Test new functions Objfile.
3999 lookup_global_symbol and lookup_static_symbol.
4000
3d235706
TT
40012019-07-29 Tom Tromey <tom@tromey.com>
4002
4003 * lib/tuiterm.exp (Term::_csi_@): New proc.
4004 (Term::_csi_X): Don't move cursor.
4005
c7e4c0a6
PW
40062019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4007
4008 * gdb.base/options.exp: Update backtrace - completion to
4009 new option -frame-info.
4010 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4011 Test new 'set print frame-info'. Test backtrace -frame-info
4012 overriding 'set print frame-info'.
4013 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4014 Test new 'set print frame-info'.
4015 Verify consistency of backtrace with and without filters, with and
4016 without -no-filters.
4017 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4018 default.
4019
de28a3b7
TV
40202019-07-29 Tom de Vries <tdevries@suse.de>
4021
4022 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4023 no arguments".
4024
507dd60e
TV
40252019-07-29 Tom de Vries <tdevries@suse.de>
4026
4027 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4028 is a substring of the first for "complete non-unique file name".
4029
5beafce9
TV
40302019-07-29 Tom de Vries <tdevries@suse.de>
4031
4032 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4033 with ".*".
4034
2d274232
TV
40352019-07-29 Tom de Vries <tdevries@suse.de>
4036
4037 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4038 Pass prompt_regexp parameter to gdb_test_multiple calls.
4039
9197cd8b
TV
40402019-07-29 Tom de Vries <tdevries@suse.de>
4041
4042 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4043 print registers" regexps.
9197cd8b 4044
b528dae0
TV
40452019-07-29 Tom de Vries <tdevries@suse.de>
4046
4047 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4048
d17725d7
TV
40492019-07-29 Tom de Vries <tdevries@suse.de>
4050
4051 PR gdb/24855
4052 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4053 (skip_python_tests_prompt): Add prompt_regexp argument to
4054 gdb_test_multiple calls.
4055
52b75bf1
TT
40562019-07-27 Tom Tromey <tom@tromey.com>
4057
4058 * gdb.tui/main.exp: New file.
4059
2b1d00c2
TT
40602019-07-27 Tom Tromey <tom@tromey.com>
4061
4062 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4063 optional.
4064 * gdb.tui/empty.exp: New file.
4065
ded631d5
TT
40662019-07-27 Tom Tromey <tom@tromey.com>
4067
4068 * lib/tuiterm.exp (spawn): New proc.
4069 (Term::resize): New proc.
4070 * gdb.tui/resize.exp: New file.
4071
58ac439d
TT
40722019-07-27 Tom Tromey <tom@tromey.com>
4073
4074 * gdb.tui/list.exp: New file.
4075
fe1f56ee
TT
40762019-07-27 Tom Tromey <tom@tromey.com>
4077
4078 * gdb.tui/regs.exp: New file.
4079
f790b310
TT
40802019-07-27 Tom Tromey <tom@tromey.com>
4081
4082 * gdb.tui/basic.exp: Add "layout split" test.
4083
d95fc6ee
TT
40842019-07-27 Tom Tromey <tom@tromey.com>
4085
4086 * gdb.tui/basic.exp: Add "layout asm" test.
4087
c3786b3a
TT
40882019-07-27 Tom Tromey <tom@tromey.com>
4089
4090 * lib/tuiterm.exp: New file.
4091 * gdb.tui/basic.exp: New file.
4092
98a617f8
KB
40932019-07-27 Kevin Buettner <kevinb@redhat.com>
4094
4095 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4096 Enable tests associated with this flag. Adjust regex
4097 referencing "foo_low" to now refer to "foo_cold" instead.
4098
5c076da4
KB
40992019-07-27 Kevin Buettner <kevinb@redhat.com>
4100
4101 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4102 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4103 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4104 foo_cold. Revise comments to match.
4105 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4106 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4107 were wrapped into this proc; Call do_test in loop from outermost
4108 level.
4109 (foo_low): Rename all occurrences to "foo_cold".
4110 (backtrace from baz): New test.
4111 (x2/i foo_cold): New test.
4112 (info line *foo_cold): New test.
4113
1512d3b7
TV
41142019-07-26 Tom de Vries <tdevries@suse.de>
4115
4116 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4117
297989a1
TV
41182019-07-25 Tom de Vries <tdevries@suse.de>
4119
4120 PR testsuite/24830
4121 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4122 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4123 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4124 (skip_libstdcxx_probe_tests): ... here.
4125 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4126
b3b965fb
TV
41272019-07-24 Tom de Vries <tdevries@suse.de>
4128
4129 PR testsuite/24807
4130 * gdb.objc/basicclass.m: Include stdio.h.
4131 * gdb.objc/nondebug.m: Same.
4132 * gdb.objc/objcdecode.m: Same.
4133
4625b4d0
TV
41342019-07-24 Tom de Vries <tdevries@suse.de>
4135
4136 PR testsuite/24612
4137 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4138 additional_flags.
4139
024a5840
TV
41402019-07-24 Tom de Vries <tdevries@suse.de>
4141
4142 PR testsuite/24831
4143 * gdb.multi/tids.exp: Update error messages for info threads.
4144
c76ddaa3
TV
41452019-07-24 Tom de Vries <tdevries@suse.de>
4146
4147 * gdb.base/info-types.exp: Allow info types to print info for more than
4148 one file.
4149
9a618ef6
TV
41502019-07-23 Tom de Vries <tdevries@suse.de>
4151
4152 PR testsuite/24842
4153 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4154 gdb_spawn_with_cmdline_opts.
4155
40eadf04
SP
41562019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4157
4158 * gdb.arch/arm-cmse-sgstubs.c: New test.
4159 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4160
5ba29434
TV
41612019-07-23 Tom de Vries <tdevries@suse.de>
4162
4163 PR testsuite/24711
4164 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4165 issuing next command.
4166
a8e9d247
AB
41672019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4168
4169 * gdb.ada/info_auto_lang.exp: Update expected results.
4170 * gdb.base/info-types.c: Add additional types to check.
4171 * gdb.base/info-types.exp: Update expected results.
4172
eb86c5e2
AB
41732019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4174
4175 * gdb.base/info-types.c: New file.
4176 * gdb.base/info-types.exp: New file.
4177
01e175fe
AB
41782019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4179
4180 * gdb.arch/riscv-bp-infcall.c: New file.
4181 * gdb.arch/riscv-bp-infcall.exp: New file.
4182
6b78c3f8
AB
41832019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4184
4185 PR breakpoints/24541
4186 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4187
da738167
TV
41882019-07-14 Tom de Vries <tdevries@suse.de>
4189
4190 PR testsuite/24760
4191 * gdb.objc/basicclass.exp: Fix unterminated string.
4192
0d4e84ed
AB
41932019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4194 Andrew Burgess <andrew.burgess@embecosm.com>
4195
4196 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4197 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4198 negative bounds.
4199 * gdb.fortran/vla-value.exp: Print elements of an array with
4200 negative bounds.
4201 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4202 testing.
4203
021d8588
AB
42042019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4205
4206 * gdb.base/options.exp (expect_string): Dequote strings in
4207 results.
4208 (test-string): Test strings with different quoting and reindent.
4209
f06f1252
TT
42102019-07-10 Tom Tromey <tromey@adacore.com>
4211
4212 * gdb.ada/mi_ex_cond.exp: Update expected results.
4213 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4214 * gdb.ada/mi_catch_ex.exp: Update expected results.
4215 * gdb.ada/mi_catch_assert.exp: Update expected results.
4216 * gdb.ada/catch_ex.exp (catch_exception_info)
4217 (catch_exception_entry, catch_assert_entry)
4218 (catch_unhandled_entry): Update.
4219 * gdb.ada/catch_assert_if.exp: Update expected results.
4220
b863685d
RB
42212019-07-10 Richard Bunt <richard.bunt@arm.com>
4222 Stephen Roberts <stephen.roberts@arm.com>
4223
4224 * gdb.base/define.exp: Restore original prompt.
4225
cb1e4e32
PA
42262019-07-09 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4229 breakpoints" output.
4230 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4231 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4232 throw" creates breakpoint.
4233 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4234 'type="catchpoint"'.
4235
b58a68fe
PA
42362019-07-09 Pedro Alves <palves@redhat.com>
4237
4238 PR c++/15468
4239 * gdb.cp/except-multi-location-lib.cc: New.
4240 * gdb.cp/except-multi-location-main.cc: New.
4241 * gdb.cp/except-multi-location.exp: New.
4242
0826779b
PW
42432019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4244
4245 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4246 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4247 argument and update callers.
4248
5b0e2db4
AB
42492019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4250
4251 * gdb.arch/amd64-break-on-asm-line.S: New file.
4252 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4253
1f6f6e21
PW
42542019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4255
4256 * gdb.base/printcmds.exp: Test printing C string and
4257 C wide string convenience vars without transiting via the inferior.
4258 Also make test names unique.
4259
ea142fbf
AH
42602019-07-08 Alan Hayward <alan.hayward@arm.com>
4261
5862c886 4262 PR breakpoints/25011
ea142fbf
AH
4263 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4264
213fd9fa
PA
42652019-07-04 Pedro Alves <palves@redhat.com>
4266
4267 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4268 body returned ok(0), break(3) or continue(4).
4269 * gdb.testsuite/foreach_with_prefix.exp: New file.
4270
2b40fda7
AH
42712019-07-04 Alan Hayward <alan.hayward@arm.com>
4272
4273 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4274
a26c8de0
PA
42752019-07-03 Pedro Alves <palves@redhat.com>
4276
4277 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4278 "return -code".
4279
5f4ba3e7
PA
42802019-07-03 Pedro Alves <palves@redhat.com>
4281
4282 PR cli/24732
4283 * gdb.base/shell.exp: Load completion-support.exp.
4284 Adjust expected error output. Add completion tests.
4285
a994424f
PA
42862019-07-03 Pedro Alves <palves@redhat.com>
4287
4288 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4289 string_to_regexp.
4290
3d9be6f5
PA
42912019-07-03 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4294 (expect_integer): Adjust to expect "-string".
4295 (expect_string): New.
4296 (all_options): Expect "-string".
4297 (test-flag, test-boolean): Adjust to expect "-string".
4298 (test-string): New proc.
4299 (top level): Call it.
4300
41fc454c
PA
43012019-07-03 Pedro Alves <palves@redhat.com>
4302
4303 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4304 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4305 the expected output in the success.
4306
b2b2a215
PA
43072019-07-03 Pedro Alves <palves@redhat.com>
4308
4309 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4310 Split one gdb_test_multiple call in two to avoid a race.
4311
fdbc9870
PA
43122019-07-03 Pedro Alves <palves@redhat.com>
4313
4314 * gdb.base/with.c: New file.
4315 * gdb.base/with.exp: New file.
4316
c6ac8931
PA
43172019-07-03 Pedro Alves <palves@redhat.com>
4318
4319 * gdb.base/settings.exp: Replace all references to "maint
4320 test-settings set" with references to "maint set test-settings",
4321 and all references to "maint test-settings show" with references
4322 to "maint show test-settings".
4323
970f9d09
PA
43242019-07-03 Pedro Alves <palves@redhat.com>
4325
4326 * gdb.base/settings.exp (test-string): Adjust expected out when
4327 testing "maint test-settings show filename"
4328
54d66006
PA
43292019-07-02 Pedro Alves <palves@redhat.com>
4330
4331 * gdb.base/options.exp (test-info-threads): New procedure.
4332 (top level): Call it.
4333
10d06d82
TT
43342019-06-28 Tom Tromey <tromey@adacore.com>
4335
4336 * gdb.dwarf2/ada-linkage-name.c: New file.
4337 * gdb.dwarf2/ada-linkage-name.exp: New file.
4338
3d507ff2
TT
43392019-06-27 Tom Tromey <tromey@adacore.com>
4340
d039f014 4341 PR c++/20020:
3d507ff2
TT
4342 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4343
8af58ffe
TV
43442019-06-26 Tom de Vries <tdevries@suse.de>
4345
4346 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4347
22e21752
TV
43482019-06-26 Tom de Vries <tdevries@suse.de>
4349
4350 * gdb.base/index-cache.exp: Add back missing debug option.
4351
b65b566c
PW
43522019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4353
4354 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4355
5c2c8c69
TV
43562019-06-25 Tom de Vries <tdevries@suse.de>
4357
4358 PR testsuite/24727
4359 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4360
164e3873
TV
43612019-06-24 Tom de Vries <tdevries@suse.de>
4362
4363 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4364
824eacee
TV
43652019-06-24 Tom de Vries <tdevries@suse.de>
4366
4367 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4368 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4369 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4370
385b97d3
TV
43712019-06-24 Tom de Vries <tdevries@suse.de>
4372
4373 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4374
c596f180
TV
43752019-06-21 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4378
b13a7d03
TV
43792019-06-21 Tom de Vries <tdevries@suse.de>
4380
4381 PR testsuite/24518
4382 PR ada/24713
4383 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4384 index.
4385
899277ae
TT
43862019-06-19 Tom Tromey <tromey@adacore.com>
4387
4388 * gdb.ada/length_cond.exp: Add intro comment.
4389
680e1bee
TT
43902019-06-19 Tom Tromey <tromey@adacore.com>
4391
4392 * gdb.ada/length_cond.exp: New file.
4393 * gdb.ada/length_cond/length_cond.adb: New file.
4394 * gdb.ada/length_cond/pck.adb: New file.
4395 * gdb.ada/length_cond/pck.ads: New file.
4396
0ed4690a
TV
43972019-06-18 Tom de Vries <tdevries@suse.de>
4398
4399 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4400
d20ed5fd
TT
44012019-06-18 Tom Tromey <tromey@adacore.com>
4402
4403 * gdb.base/list0.h: Add comment explaining control character.
4404
86e04673
TV
44052019-06-18 Tom de Vries <tdevries@suse.de>
4406
4407 * boards/fission.exp: Break up long debug_flags line.
4408
c4973306
SM
44092019-06-16 Tom de Vries <tdevries@suse.de>
4410
4411 PR gdb/24445
4412 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4413 generated index.
4414
93cb9841
AB
44152019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4416
4417 PR gdb/24686
4418 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4419 improve detection of bug gdb/24541.
4420
399aaebd
SM
44212019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4422
4423 PR gdb/24669
4424 * gdb.base/index-cache.exp (uses_readnow,
4425 expecting_index_cache_use): Define global variable.
4426 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4427 expecting_index_cache_use.
4428
584a927c
AB
44292019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4430 Andrew Burgess <andrew.burgess@embecosm.com>
4431
4432 * gdb.fortran/pointers.f90: New file.
4433 * gdb.fortran/print_type.exp: New file.
4434 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4435 * gdb.fortran/vla-type.exp: Likewise.
4436 * gdb.fortran/vla-value.exp: Likewise.
4437 * gdb.mi/mi-vla-fortran.exp: Likewise.
4438
30056ea0
AB
44392019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4442 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4443 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4444 as a stop reason.
4445
ec8e2b6d
AB
44462019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4447
4448 * gdb.base/annota1.exp: Update expected results.
4449 * gdb.cp/annota2.exp: Likewise.
4450 * gdb.cp/annota3.exp: Likewise.
4451
09e4c4e1
AB
44522019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4453
4454 * gdb.base/style-logging.exp: Remove path from test name.
4455
0735b091
TT
44562019-06-14 Tom Tromey <tromey@adacore.com>
4457
4458 PR gdb/24502:
4459 * gdb.base/style-logging.exp: New file.
4460
f5686554
TT
44612019-06-14 Tom Tromey <tromey@adacore.com>
4462
4463 * gdb.base/symfile-warn.exp: New file.
4464 * gdb.base/symfile-warn.c: New file.
4465
a0c1ffed
TT
44662019-06-14 Tom Tromey <tromey@adacore.com>
4467
4468 * gdb.base/annotate-symlink.exp: New file.
4469
f411722c
TT
44702019-06-14 Tom Tromey <tromey@adacore.com>
4471
4472 * gdb.ada/set_wstr.exp: Add reassignment test.
4473
4268ec18
TT
44742019-06-14 Tom Tromey <tromey@adacore.com>
4475
4476 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4477 'unchecked_access and 'unrestricted_access as well.
4478
9a9e394b
TT
44792019-06-14 Tom Tromey <tromey@adacore.com>
4480
4481 PR ada/24539:
4482 * gdb.ada/vla.exp: Update tests.
4483 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4484 pragma.
4485
4c048731
PA
44862019-06-13 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/settings.exp (test-integer): Test junk after
4489 "unlimited".
4490
6665660a
PA
44912019-06-13 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.base/options.exp (test-thread-apply): New.
4494 (top level): Call it.
4495
5d707134
PA
44962019-06-13 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/options.exp (test-frame-apply): New.
4499 (top level): Test print commands with different "frame apply"
4500 prefixes.
4501
e2a689da
PA
45022019-06-13 Pedro Alves <palves@redhat.com>
4503
e79be6e5 4504 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4505 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4506 'max_completions' parameter and handle it.
4507 (test_gdb_completion_offers_commands): New.
4508
90a1ef87
PA
45092019-06-13 Pedro Alves <palves@redhat.com>
4510
4511 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4512
d4c16835
PA
45132019-06-13 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.base/options.exp (test-backtrace): New.
4516 (top level): Call it.
4517
2daf894e
PA
45182019-06-13 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.guile/scm-frame-args.exp: Use "set print
4521 raw-frame-arguments" instead of "set print raw frame-arguments".
4522 * gdb.python/py-frame-args.exp: Likewise.
4523
e6ed716c
PA
45242019-06-13 Pedro Alves <palves@redhat.com>
4525
4526 * gdb.compile/compile.exp: Adjust expected output to option
4527 processing changes.
4528
7d8062de
PA
45292019-06-13 Pedro Alves <palves@redhat.com>
4530
4531 * gdb.base/options.exp: Build executable.
4532 (test-print): New procedure.
4533 (top level): Call it, once for "print" and another for "compile
4534 print".
4535
9d0faba9
PA
45362019-06-13 Pedro Alves <palves@redhat.com>
4537
4538 * gdb.base/options.c: New file.
4539 * gdb.base/options.exp: New file.
4540
dee7b4c8
PA
45412019-06-13 Pedro Alves <palves@redhat.com>
4542
4543 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4544 that "o" is ambiguous.
4545
dca0f6c0
PA
45462019-06-13 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.base/settings.c: New file.
4549 * gdb.base/settings.exp: New file.
4550
ccf46844
PA
45512019-06-13 Pedro Alves <palves@redhat.com>
4552
4553 * gdb.base/completion.exp: Fix comment typo.
4554
b9a3f842
PA
45552019-06-13 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4558 foo --1" test.
4559
d106773e
PA
45602019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4561
4562 * gdb.fortran/block-data.f: New.
4563 * gdb.fortran/block-data.exp: New.
4564
fea82da0
TV
45652019-06-11 Tom de Vries <tdevries@suse.de>
4566
4567 PR testsuite/24521
4568 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4569 message.
4570
8c2e74f1
TV
45712019-06-11 Tom de Vries <tdevries@suse.de>
4572
4573 PR testsuite/24521
4574 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4575
b49851c8
TV
45762019-06-11 Tom de Vries <tdevries@suse.de>
4577
4578 * boards/readnow.exp: New file.
4579
a7067863
AB
45802019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4581
4582 * gdb.fortran/vla-sizeof.exp: Update expected results.
4583
1a3da2cd
AB
45842019-06-06 Amos Bird <amosbird@gmail.com>
4585
4586 * gdb.base/annota1.exp (thread_switch): Add test for
4587 thread-exited annotation.
4588
3847a7bf
TT
45892019-06-06 Tom Tromey <tromey@adacore.com>
4590
4591 * gdb.base/maint.exp: Expect command started/finished output.
4592
0088ba59
AB
45932019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4594
4595 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4596 comment.
4597 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4598
312617a3
AB
45992019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4602 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4603 * gdb.arch/riscv-unwind-long-insn.c: New file.
4604 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4605
e1f2e1a2
CB
46062019-06-04 Christian Biesinger <cbiesinger@google.com>
4607
d3238f7d 4608 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4609
206584bd
PW
46102019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4611
4612 * lib/gdb.exp (help_list_trailer): New regexp variable
4613 factorizing the help trailer message.
4614 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4615 arg to allow to better factorize various tests.
4616 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4617 (test_prefix_command_help): Use help_list_trailer.
4618 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4619 * gdb.guile/scm-cmd.exp: Likewise.
4620 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4621 * gdb.base/help.exp: Use test_user_defined_class_help.
4622 * gdb.base/style.exp: Add tests for styling of help and apropos.
4623 * lib/gdb-utils.exp (style): Add title and highlight styles.
4624
708dc93e
PW
46252019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4626
4627 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4628 $_shell_exitsignal.
4629 * gdb.base/default.exp: Update for new convenience variables.
4630
f49055a5
TT
46312019-05-29 Tom Tromey <tromey@adacore.com>
4632
4633 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4634 to "break complete ada" test case's regexp.
4635
4330d61d
TT
46362019-05-29 Tom Tromey <tromey@adacore.com>
4637
4638 PR c++/20020:
4639 * gdb.cp/constexpr-field.exp: New file.
4640 * gdb.cp/constexpr-field.cc: New file.
4641
000439d5
TT
46422019-05-29 Tom Tromey <tromey@adacore.com>
4643
4644 * gdb.base/finish.exp (finish_no_print): New proc.
4645 (finish_tests): Call it.
4646
5a01c34c
TV
46472019-05-24 Tom de Vries <tdevries@suse.de>
4648
4649 * gdb.dwarf2/gdb-add-index.exp: New file.
4650
18125b16
TT
46512019-05-22 Tom Tromey <tromey@adacore.com>
4652
4653 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4654 * gdb.base/style.exp: Use "style".
4655 * lib/gdb-utils.exp (style): New proc.
4656
af1a8d03
TV
46572019-05-22 Tom de Vries <tdevries@suse.de>
4658
4659 * gdb.base/align.exp: Require c++11.
4660
e7fe496b
TV
46612019-05-22 Tom de Vries <tdevries@suse.de>
4662
4663 PR testsuite/24586
4664 * gdb.python/py-mi-var-info-path-expression.exp: Call
4665 mi_skip_python_tests to check if python is supported.
4666
8fca4da0
AH
46672019-05-22 Alan Hayward <alan.hayward@arm.com>
4668
4669 * gdb.arch/aarch64-pauth.c: New test.
4670 * gdb.arch/aarch64-pauth.exp: New file.
4671
b7060614
AH
46722019-05-22 Alan Hayward <alan.hayward@arm.com>
4673
4674 * README (Re-running Tests Outside The Testsuite): New section.
4675
669d0468
TV
46762019-05-21 Tom de Vries <tdevries@suse.de>
4677
4678 * gdb.arch/amd64-eval.exp: Require c++11.
4679 * gdb.base/max-depth.exp: Same.
4680 * gdb.compile/compile-cplus-array-decay.exp: Same.
4681 * gdb.cp/meth-typedefs.exp: Same.
4682 * gdb.cp/subtypes.exp: Same.
4683 * gdb.cp/temargs.exp: Same.
4684
ce3ebcaa
AH
46852019-05-21 Alan Hayward <alan.hayward@arm.com>
4686
4687 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4688
34d11c68
AB
46892019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4690
4691 PR gdb/18644
4692 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4693 * gdb.fortran/printing-types.exp: Add new test.
4694 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4695 testing.
4696 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4697 setup_kfail call.
4698
87781e84
AH
46992019-05-17 Alan Hayward <alan.hayward@arm.com>
4700
4701 * README (Running the Testsuite): Change example.
4702 (Testsuite Parameters): Remove TRANSCRIPT.
4703 * lib/gdb.exp: Remove TRANSCRIPT check.
4704
b420b89e
AH
47052019-05-17 Alan Hayward <alan.hayward@arm.com>
4706
4707 * README (Testsuite Parameters): Add replay logging to
4708 GDBSERVER_DEBUG.
4709 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4710 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4711 as a comma separated list.
4712 (gdb_debug_init): Override procedure.
4713
408e9b8b
AH
47142019-05-17 Alan Hayward <alan.hayward@arm.com>
4715
4716 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4717 (gdb_write_cmd_file): New procedure.
4718 * lib/gdbserver-support.exp (gdbserver_start): Call
4719 gdbserver_write_cmd_file.
4720 (gdbserver_write_cmd_file): New procedure.
4721
f9e2e39d
AH
47222019-05-17 Alan Hayward <alan.hayward@arm.com>
4723
4724 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4725 (delete_breakpoints): Likewise.
4726 (gdb_run_cmd): Likewise.
4727 (gdb_start_cmd): Likewise.
4728 (gdb_starti_cmd): Likewise.
4729 (gdb_internal_error_resync): Likewise.
4730 (gdb_test_multiple): Likewise.
4731 (gdb_reinitialize_dir): Likewise.
4732 (default_gdb_exit): Likewise.
4733 (gdb_file_cmd): Mark kill as optional.
4734 (default_gdb_start): Call gdb_stdin_log_init.
4735 (send_gdb): Call gdb_stdin_log_write.
4736 (rerun_to_main): Mark Y as an answer.
4737 (gdb_stdin_log_init): New function.
4738 (gdb_stdin_log_write): Likewise.
4739
81f47ac2
AH
47402019-05-17 Alan Hayward <alan.hayward@arm.com>
4741
4742 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4743 * gdb.base/debug-expr.exp: Likewise.
4744 * gdb.base/foll-fork.exp: Likewise.
4745 * gdb.base/foll-vfork.exp: Likewise.
4746 * gdb.base/fork-print-inferior-events.exp: Likewise.
4747 * gdb.base/gdb-sigterm.exp: Likewise.
4748 * gdb.base/gdbinit-history.exp: Likewise.
4749 * gdb.base/osabi.exp: Likewise.
4750 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4751 * gdb.base/ui-redirect.exp: Likewise.
4752 * gdb.gdb/unittest.exp: Likewise.
4753 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4754 * gdb.mi/mi-watch.exp: Likewise.
4755 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4756 * gdb.mi/user-selected-context-sync.exp: Likewise.
4757 * gdb.python/python.exp: Disable debug test when debugging.
4758 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4759 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4760 Likewise.
4761 * gdb.threads/stepi-random-signal.exp: Likewise.
4762
29b52314
AH
47632019-05-17 Alan Hayward <alan.hayward@arm.com>
4764
4765 * Makefile.in: Pass through GDB_DEBUG.
4766 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4767 (gdb,debug): Add board setting.
4768 * lib/gdb.exp (default_gdb_start): Start debugging.
4769 (gdb_debug_enabled): New procedure.
4770 (gdb_debug_init): Likewise.
29b52314
AH
4771
47722019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4773
29b52314
AH
4774 * Makefile.in: Pass through GDB_DEBUG.
4775 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4776 (gdb,debug): Add board setting.
4777 * lib/gdb.exp (default_gdb_start): Start debugging.
4778 (gdb_debug_enabled): New procedure.
4779 (gdb_debug_init): Likewise.
29b52314 4780
ca1285d1
AH
47812019-05-17 Alan Hayward <alan.hayward@arm.com>
4782
4783 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4784
f3a09c80
AH
47852019-05-17 Alan Hayward <alan.hayward@arm.com>
4786
4787 * gdb.base/ui-redirect.exp: Test redirection.
4788
26648588
JV
47892019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4790
4791 * gdb.mi/mi-complete.exp: New file.
4792 * gdb.mi/mi-complete.cc: Likewise.
4793
14237686
AB
47942019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4795
4796 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4797 indexed and sliced arrays, and pointers to arrays.
4798
e7bd7fba
TT
47992019-05-14 Tom Tromey <tromey@adacore.com>
4800
4801 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4802 styling test.
4803
2764128d
TV
48042019-05-14 Tom de Vries <tdevries@suse.de>
4805
4806 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4807 selection entry encoding.
4808
71bed2db
TT
48092019-05-10 Tom Tromey <tromey@adacore.com>
4810
4811 * gdb.ada/info_exc.exp: Add "complete" test.
4812
63b667ad
TV
48132019-05-09 Tom de Vries <tdevries@suse.de>
4814
4815 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4816 CU-relative.
4817
9cfd2b89
TV
48182019-05-09 Tom de Vries <tdevries@suse.de>
4819
4820 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4821 CU-relative.
4822
2228ef77
XR
48232019-05-08 Joel Brobecker <brobecker@adacore.com>
4824
4825 * gdb.ada/frame_arg_lang.exp: New testcase.
4826 * gdb.ada/frame_arg_lang/bla.adb: New file.
4827 * gdb.ada/frame_arg_lang/pck.ads: New file.
4828 * gdb.ada/frame_arg_lang/pck.adb: New file.
4829 * gdb.ada/frame_arg_lang/foo.c: New file.
4830
80e55b13
TT
48312019-05-08 Tom Tromey <tromey@adacore.com>
4832
4833 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4834
9d3421af
TT
48352019-05-08 Tom Tromey <tromey@adacore.com>
4836
4837 * gdb.base/ptype-offsets.exp: Update tests.
4838
844333e2
TT
48392019-05-08 Tom Tromey <tromey@adacore.com>
4840
4841 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4842 cases.
4843 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4844 "short".
4845
988915ee
TT
48462019-05-08 Tom Tromey <tromey@adacore.com>
4847
4848 * gdb.ada/vla.exp: New file.
4849 * gdb.ada/vla/vla.adb: New file.
4850
7bd55dac
TV
48512019-05-07 Tom de Vries <tdevries@suse.de>
4852
4853 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4854
75f06e9d
TV
48552019-05-07 Tom de Vries <tdevries@suse.de>
4856
4857 PR testsuite/24522
4858 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4859 section.
4860
77e7aaa4
TV
48612019-05-07 Tom de Vries <tdevries@suse.de>
4862
4863 PR testsuite/24522
4864 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4865 .debug_aranges section.
4866
456ba0fa
TV
48672019-05-07 Tom de Vries <tdevries@suse.de>
4868
4869 PR testsuite/24159
4870 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4871
5a56d6a6
TV
48722019-05-06 Tom de Vries <tdevries@suse.de>
4873
4874 * lib/gdb.exp (exec_has_index_section): New proc.
4875 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4876 section.
4877
9d6d4be8
TV
48782019-05-04 Tom de Vries <tdevries@suse.de>
4879
4880 * boards/cc-with-debug-names.exp: New file.
4881
222a8d25
TT
48822019-05-03 Tom Tromey <tromey@adacore.com>
4883
4884 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4885 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4886 * gdb.ada/char_enum.exp: Add test.
4887
0fdfd794
TV
48882019-05-03 Tom de Vries <tdevries@suse.de>
4889
4890 * boards/cc-with-gdb-index.exp: New file.
4891
80062eb9
AB
48922019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4893
4894 * gdb.rust/simple.exp: Add new test case.
4895 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4896 (main): Initialise an instance of the new struct.
4897
4504bbde
TT
48982019-05-01 Tom Tromey <tromey@adacore.com>
4899
4900 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4901 record.
4902 (NPR): New variable.
4903 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4904 test.
4905
d48e62f4
TT
49062019-05-01 Tom Tromey <tromey@adacore.com>
4907
4908 * gdb.ada/packed_array_assign.exp: Add packed assignment
4909 regression test.
4910
f59f30f5
TV
49112019-05-01 Tom de Vries <tdevries@suse.de>
4912
4913 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4914
b70bfc54
TV
49152019-05-01 Tom de Vries <tdevries@suse.de>
4916
4917 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4918
15f18d14
AT
49192019-04-30 Ali Tamur <tamur@google.com>
4920
4921 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4922
2ff0a947
TT
49232019-04-30 Tom Tromey <tromey@adacore.com>
4924
4925 * lib/ada.exp (find_ada_tool): New proc.
4926 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4927 * gdb.ada/catch_ex_std.exp: New file.
4928 * gdb.ada/catch_ex_std/foo.adb: New file.
4929 * gdb.ada/catch_ex_std/some_package.adb: New file.
4930 * gdb.ada/catch_ex_std/some_package.ads: New file.
4931
a776957c
TT
49322019-04-30 Tom Tromey <tromey@adacore.com>
4933
4934 PR c++/24470:
4935 * gdb.cp/temargs.cc: Add test code from PR.
4936
bc68014d
AB
49372019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4938
4939 * gdb.fortran/vla-datatypes.exp: Update expected results.
4940 * gdb.fortran/vla-ptype.exp: Likewise.
4941 * gdb.fortran/vla-type.exp: Likewise.
4942 * gdb.fortran/vla-value.exp: Likewise.
4943
f1fdc960
AB
49442019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4945
4946 * gdb.fortran/ptr-indentation.exp: Update expected results.
4947 * gdb.fortran/ptype-on-functions.exp: Likewise.
4948 * gdb.fortran/vla-ptr-info.exp: Likewise.
4949 * gdb.fortran/vla-value.exp: Likewise.
4950
bf7a4de1
AB
49512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * gdb.fortran/ptype-on-functions.exp: New file.
4954 * gdb.fortran/ptype-on-functions.f90: New file.
4955
bbe75b9d
AB
49562019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4957
4958 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4959 case void string.
4960
1db455a7
AB
49612019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4962
4963 * gdb.fortran/complex.exp: Expand.
4964 * gdb.fortran/complex.f: Renamed to...
4965 * gdb.fortran/complex.f90: ...this, and extended to add more
4966 complex values.
4967
b6d03bb2
AB
49682019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4969
4970 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4971 MODULO, CMPLX.
4972
2e62ab40
AB
49732019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4974 Richard Bunt <richard.bunt@arm.com>
4975
4976 * gdb.base/max-depth.c: New file.
4977 * gdb.base/max-depth.exp: New file.
4978 * gdb.python/py-nested-maps.c: New file.
4979 * gdb.python/py-nested-maps.exp: New file.
4980 * gdb.python/py-nested-maps.py: New file.
4981 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4982 (test_all_common): Call test_max_depth.
4983 * gdb.fortran/max-depth.exp: New file.
4984 * gdb.fortran/max-depth.f90: New file.
4985 * gdb.go/max-depth.exp: New file.
4986 * gdb.go/max-depth.go: New file.
4987 * gdb.modula2/max-depth.exp: New file.
4988 * gdb.modula2/max-depth.c: New file.
4989 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4990
d2b584a5
TV
49912019-04-29 Tom de Vries <tdevries@suse.de>
4992
4993 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4994
136afab8
PW
49952019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4996
4997 * gdb.base/callexit.exp: Test may-call-functions off.
4998
725cbb63
KS
49992019-04-25 Keith Seitz <keiths@redhat.com>
5000
5001 PR c++/24367
5002 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5003 (another_incomplete_struct, test_incomplete): New definitions.
5004 (main): Use new definitions.
5005 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5006 functions.
5007
701adfb0
PA
50082019-04-25 Ali Tamur <tamur@google.com>
5009
5010 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5011
82433e3e
SDJ
50122019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5013
5014 PR corefiles/11608
5015 PR corefiles/18187
5016 * gdb.base/coredump-filter-build-id.exp: New file.
5017
dd06d4d6
AH
50182019-04-25 Alan Hayward <alan.hayward@arm.com>
5019
e79be6e5
SM
5020 * Makefile.in: Pass through GDBSERVER_DEBUG.
5021 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5022 (gdbserver,debug): Add board setting.
5023 * gdb.trace/tspeed.exp: Skip when debugging.
5024 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5025 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5026
1670072e
TT
50272019-04-24 Tom Tromey <tromey@adacore.com>
5028
5029 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5030 Rust.
5031
a59240a4
TT
50322019-04-24 Tom Tromey <tromey@adacore.com>
5033
5034 * gdb.arch/amd64-eval.exp: Test bitfield return.
5035 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5036 (class Foo) <return_bitfields>: New method.
5037 (main): Call it.
5038
b907456c
AB
50392019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * gdb.cp/many-args.cc: New file.
5042 * gdb.cp/many-args.exp: New file.
5043
5c565afd
TV
50442019-04-23 Tom de Vries <tdevries@suse.de>
5045
5046 PR gdb/24433
5047 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5048
ba22ff86
AH
50492019-04-23 Alan Hayward <alan.hayward@arm.com>
5050
5051 * gdb.trace/backtrace.exp: Use nopie flag.
5052 * gdb.trace/circ.exp: Likewise.
5053 * gdb.trace/collection.exp: Likewise.
5054 * gdb.trace/ftrace.exp: Likewise.
5055 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5056 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5057 * gdb.trace/qtro.exp: Likewise.
5058 * gdb.trace/read-memory.exp: Likewise.
5059 * gdb.trace/report.exp: Likewise.
5060 * gdb.trace/tfile.exp: Likewise.
5061 * gdb.trace/tfind.exp: Likewise.
5062 * gdb.trace/unavailable.exp: Likewise.
5063
7905fc35
PA
50642019-04-22 Pedro Alves <palves@redhat.com>
5065
5066 * gdb.base/solib-probes-nosharedlibrary.c,
5067 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5068
8ecb59f8
TT
50692019-04-19 Tom Tromey <tromey@adacore.com>
5070
5071 * gdb.ada/ptype_union.c: New file.
5072 * gdb.ada/ptype_union.exp: New file.
5073
62160ec9
TT
50742019-04-19 Tom Tromey <tromey@adacore.com>
5075
5076 PR symtab/24423:
5077 * gdb.base/list0.h (foo): Add a control-l character.
5078
36cd4ba5
TV
50792019-04-18 Tom de Vries <tdevries@suse.de>
5080
5081 PR gdb/24433
5082 * boards/local-board.exp: Set sysroot to "".
5083
b73715df
TV
50842019-04-18 Tom de Vries <tdevries@suse.de>
5085 Pedro Alves <palves@redhat.com>
5086
5087 PR gdb/24454
5088 * gdb.threads/vfork-follow-child-exec.c: New file.
5089 * gdb.threads/vfork-follow-child-exec.exp: New file.
5090 * gdb.threads/vfork-follow-child-exit.c: New file.
5091 * gdb.threads/vfork-follow-child-exit.exp: New file.
5092
4aa866af
LS
50932019-04-15 Leszek Swirski <leszeks@google.com>
5094
5095 * gdb.arch/amd64-eval.cc: New file.
5096 * gdb.arch/amd64-eval.exp: New file.
5097
e5a1a79a
AH
50982019-04-11 Alan Hayward <alan.hayward@arm.com>
5099
5100 * gdb.server/sysroot.c: New test.
5101 * gdb.server/sysroot.exp: New file.
5102 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5103 matching param.
5104
41077b66
AB
51052019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5106
5107 * gdb.base/align.exp: Extend test to cover structures containing
5108 only static fields.
5109
c30391f8
TV
51102019-04-11 Tom de Vries <tdevries@suse.de>
5111
5112 * boards/cc-with-dwz-m.exp: New file.
5113 * boards/cc-with-dwz.exp: New file.
5114 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5115
e242fd12
SM
51162019-04-09 Simon Marchi <simon.marchi@efficios.com>
5117
5118 * gdb.base/start-cpp.exp: New file.
5119 * gdb.base/start-cpp.cc: New file.
5120
2b0c8b01
KB
51212019-04-08 Kevin Buettner <kevinb@redhat.com>
5122
5123 * gdb.python/py-thrhandle.exp: Adjust tests to call
5124 thread_from_handle instead of thread_from_thread_handle.
5125
947210e5
KB
51262019-04-08 Kevin Buettner <kevinb@redhat.com>
5127
5128 * gdb.python/py-thrhandle.exp: Add tests for
5129 gdb.InferiorThread.handle.
5130
d7df6549
AB
51312019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5132
5133 * gdb.python/py-function.exp: Check calling helper function from
5134 all languages.
5135 * lib/gdb.exp (gdb_supported_languages): New proc.
5136
8bdc1658
AB
51372019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.base/complex-parts.c: New file.
5140 * gdb.base/complex-parts.exp: New file.
5141
05caa1d2
TT
51422019-04-01 Tom Tromey <tromey@adacore.com>
5143
5144 PR symtab/23331:
5145 * gdb.dwarf2/dw2-ranges-main.c: New file.
5146 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5147 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5148
7734102d
EZ
51492019-03-30 Simon Marchi <simark@simark.ca>
5150
5151 * gdb.base/default.exp: Add values for $_gdb_major and
5152 $_gdb_minor.
5153
188e1fa9
TT
51542019-03-29 Tom Tromey <tromey@adacore.com>
5155
5156 * gdb.base/help.exp: Tighten apropos regexp.
5157
2880242d
KS
51582019-03-29 Keith Seitz <keiths@redhat.com>
5159
5160 * gdb.fortran/array-bounds.exp: New file.
5161 * gdb.fortran/array-bounds.f90: New file.
5162
077cad8e
PW
51632019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5164
5165 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5166
80047cfc
PW
51672019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5168
5169 * gdb.multi/hello.c (main): Increase alarm timer.
5170
f489207e
SL
51712019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5172
5173 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5174 factor when no hardware watchpoint support.
5175
c92df149
AH
51762019-03-28 Alan Hayward <alan.hayward@arm.com>
5177 Pedro Alves <palves@redhat.com>
5178
5179 * boards/local-board.exp: set sysroot to /.
5180
933aebfa
AH
51812019-03-27 Alan Hayward <alan.hayward@arm.com>
5182
5183 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5184 in child.
5185
9f9aa852
AB
51862019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5187
5188 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5189 field.
5190 (make_container): Initialise new field.
5191 * gdb.python/py-prettyprint.exp: Add new tests.
5192 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5193 <display_hint>: New method.
5194
3714a195
AB
51952019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5198 gdb_continue_to_breakpoint more throughout this test.
5199 (run_lang_tests) Supply unique test names, and use
5200 gdb_test_no_output.
5201
18c77628
AB
52022019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 * gdb.base/finish-pretty.exp: Update expected results.
5205 * gdb.base/pretty-print.c: New file.
5206 * gdb.base/pretty-print.exp: New file.
5207
9a93502f
PA
52082019-03-25 Pedro Alves <palves@redhat.com>
5209
5210 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5211 move comments outside list. Append '-i "" eof' section.
5212
968aa7ae
AH
52132019-03-22 Alan Hayward <alan.hayward@arm.com>
5214
34a7f2a4 5215 PR testsuite/25016
968aa7ae
AH
5216 * README: Add pie options.
5217 * gdb.base/break-interp.exp: Ensure pie is disabled.
5218 * gdb.base/dump.exp: Likewise.
5219 * lib/gdb.exp (gdb_compile): Add pie option.
5220
4c7d57e7
TT
52212019-03-19 Tom Tromey <tromey@adacore.com>
5222
5223 * gdb.mi/mi2-cli-display.c: New file.
5224 * gdb.mi/mi2-cli-display.exp: New file.
5225
bff8c71f
TT
52262019-03-18 Joel Brobecker <brobecker@adacore.com>
5227 Tom Tromey <tromey@adacore.com>
5228
5229 * gdb.ada/ptype_array/pck.adb: New file.
5230 * gdb.ada/ptype_array/pck.ads: New file.
5231 * gdb.ada/ptype_array/foo.adb: New file.
5232 * gdb.ada/ptype_array.exp: New file.
5233
d085f989
TT
52342019-03-14 Tom Tromey <tromey@adacore.com>
5235
5236 * gdb.base/style.exp: Add "set style sources" test.
5237
b4be1b06
SM
52382019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5239
5240 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5241 * mi-breakpoint-multiple-locations.exp: ... this.
5242 (make_breakpoints_pattern): New proc.
5243 (do_test): Add mi_version parameter, test -break-insert,
5244 -break-info and =breakpoint-created.
5245
7cde5fc2
AB
52462019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * config/default.exp: Remove 'load_lib gdb.exp'.
5249 * config/monitor.exp: Likewise.
5250 * config/sid.exp: Likewise.
5251 * config/sim.exp: Likewise.
5252 * config/slite.exp: Likewise.
5253 * config/unix.exp: Likewise.
5254 * gdb.base/default.exp: Remove unhelpful comment.
5255
efbecbc1
AB
52562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5257
5258 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5259
0841c79a
AB
52602019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5261
5262 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5263
4a270568
AB
52642019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5265
5266 * gdb.fortran/type-kinds.exp: Update expected results.
5267
067630bd
AB
52682019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5269
5270 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5271
3be47f7a
AB
52722019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5273
5274 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5275 function.
5276 (test_basic_parsing_of_type_kinds): Expand types tested.
5277 (test_parsing_invalid_type_kinds): New function.
5278
4d00f5d8
AB
52792019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5280
5281 * gdb.fortran/intrinsics.exp: New file.
5282 * gdb.fortran/intrinsics.f90: New file.
5283 * gdb.fortran/type-kinds.exp: New file.
5284
c8f91604
AB
52852019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5286
5287 * gdb.fortran/dot-ops.exp: New file.
5288
dd9f2c76
AB
52892019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5292 Check upper and lower case logical literals.
5293
84ec9724
AB
52942019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5295
5296 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5297 Remove duplicate tests.
5298
c3734e09
AH
52992019-03-06 Alan Hayward <alan.hayward@arm.com>
5300
5301 * lib/gdb.exp (builtin_cd): rename of cd.
5302 (cd): Override builtin.
5303
aa3cfbda
RB
53042019-03-06 Richard Bunt <richard.bunt@arm.com>
5305
5306 * gdb.fortran/function-calls.exp: New file.
5307 * gdb.fortran/function-calls.f90: New test.
5308
7b63ad86
RB
53092019-03-04 Richard Bunt <richard.bunt@arm.com>
5310
5311 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5312 on user program standard output.
5313 * gdb.fortran/short-circuit-argument-list.f90: Record function
5314 calls.
5315
01abb042
AH
53162019-02-28 Alan Hayward <alan.hayward@arm.com>
5317
c3734e09
AH
5318 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5319 failure.
01abb042 5320
92137da0
RO
53212019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5322
5323 PR gdb/8527
5324 * gdb.base/interrupt-daemon-attach.c,
5325 gdb.base/interrupt-daemon-attach.exp: New test.
5326
5862844d
PA
53272019-02-27 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.base/page.exp: Add tests for "set width/height -1".
5330
8ed25214
PA
53312019-02-27 Pedro Alves <palves@redhat.com>
5332
5333 * gdb.base/page.exp: Add tests for "set/show width/height" with
5334 "infinite" values.
5335
6c28e44a
TT
53362019-02-27 Tom Tromey <tromey@adacore.com>
5337
5338 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5339 2.4.
5340 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5341 workaround.
5342
bf9a735e
AB
53432019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5346 tests for structs with static members.
5347
8791793c
TT
53482019-02-26 Tom Tromey <tromey@adacore.com>
5349
5350 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5351 ValueError, not TypeError.
5352
bc2a507e
KB
53532019-02-26 Kevin Buettner <kevinb@redhat.com>
5354
5355 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5356 call from main program.
5357
e0e7d3bd
JB
53582019-02-23 Joel Brobecker <brobecker@adacore.com>
5359
5360 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5361 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5362 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5363 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5364 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5365
9600246d
KS
53662019-02-22 Keith Seitz <keiths@redhat.com>
5367
5368 PR symtab/23853
5369 * gdb.base/symlink-sourcefile.c: New file.
5370 * gdb.base/symlink-sourcefile.exp: New file.
5371
0c95f9ed
TT
53722019-02-20 Tom Tromey <tom@tromey.com>
5373
5374 * gdb.base/info_qt.exp: Update.
5375
6caa91b6
SM
53762019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5377
5378 * gdb.base/source.exp: Move "error in sourced script" code to
5379 the end.
5380 * gdb.base/source-error.gdb: Move contents to
5381 source-error-1.gdb. Add new code to source source-error-1.gdb.
5382 * gdb.base/source-error-1.gdb: New file, from previous
5383 source-error.gdb.
5384
6506371f
TT
53852019-02-17 Tom Tromey <tom@tromey.com>
5386
5387 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5388 for macro styling.
5389 * gdb.base/style.c (SOME_MACRO): New macro.
5390
a0087920
TT
53912019-02-17 Tom Tromey <tom@tromey.com>
5392
5393 * gdb.base/style.exp: Add line-wrapping tests.
5394 * gdb.base/page.exp: Add test for quitting during pagination.
5395
a2cd4f14
JB
53962019-02-17 Joel Brobecker <brobecker@adacore.com>
5397
5398 * gdb.ada/big_packed_array: New testcase.
5399 * gdb.ada/homonym.exp: Fix incorrect expected output for
5400 "break <homonym__get_value>" test.
5401
9d70ffbc
WP
54022019-02-13 Weimin Pan <weimin.pan@oracle.com>
5403
5404 PR breakpoints/21870
5405 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5406 and prepare_for_testing. Add comment.
5407 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5408 redundant cleanup call. Clean up comment.
5409
01c7ae81
WP
54102019-02-12 Weimin Pan <weimin.pan@oracle.com>
5411
5412 PR breakpoints/21870
5413 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5414 * gdb.arch/aarch64-dbreg-contents.c: New file.
5415
aff29d1c
JB
54162019-02-10 Joel Brobecker <brobecker@adacore.com>
5417
5418 * gdb.ada/mi_ref_changeable: New testcase.
5419
df0da8a2
AH
54202019-02-07 Alan Hayward <alan.hayward@arm.com>
5421
5422 * gdb.base/attach.exp: Add double attach test.
5423
bd447abb
SM
54242019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5425
5426 * lib/gdb.exp (default_gdb_start): Don't match pagination
5427 prompt.
5428 (gdb_init): Set stty_init.
5429
1dbc40b9
TT
54302019-01-27 Tom Tromey <tom@tromey.com>
5431
5432 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5433 skip_python_tests.
5434
353229bf
AH
54352019-01-24 Alan Hayward <alan.hayward@arm.com>
5436
5437 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5438 New structure.
5439 (struct struct_static_02_02): Likewise.
5440 (struct struct_static_02_03): Likewise.
5441 (struct struct_static_02_04): Likewise.
5442 (struct struct_static_04_01): Likewise.
5443 (struct struct_static_04_02): Likewise.
5444 (struct struct_static_04_03): Likewise.
5445 (struct struct_static_04_04): Likewise.
5446 (struct struct_static_06_01): Likewise.
5447 (struct struct_static_06_02): Likewise.
5448 (struct struct_static_06_03): Likewise.
5449 (struct struct_static_06_04): Likewise.
5450 (cmp_struct_static_02_01): Likewise.
5451 (cmp_struct_static_02_02): Likewise.
5452 (cmp_struct_static_02_03): Likewise.
5453 (cmp_struct_static_02_04): Likewise.
5454 (cmp_struct_static_04_01): Likewise.
5455 (cmp_struct_static_04_02): Likewise.
5456 (cmp_struct_static_04_03): Likewise.
5457 (cmp_struct_static_04_04): Likewise.
5458 (cmp_struct_static_06_01): Likewise.
5459 (cmp_struct_static_06_02): Likewise.
5460 (cmp_struct_static_06_03): Likewise.
5461 (cmp_struct_static_06_04): Likewise.
5462 (call_all): Test new structs.
5463 * gdb.base/infcall-nested-structs.exp: Likewise.
5464
73021deb
AH
54652019-01-21 Alan Hayward <alan.hayward@arm.com>
5466 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5467
fc65c7db
AH
54682019-01-21 Alan Hayward <alan.hayward@arm.com>
5469 * gdb.base/stack-protector.c: New test.
5470 * gdb.base/stack-protector.exp: New file.
5471 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5472 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5473 option.
5474 (gdb_compile): Remove stack protector for GCC and prevent
5475 recursion.
5476
c24bdb02
KS
54772019-01-16 Keith Seitz <keiths@redhat.com>
5478
5479 PR gdb/23773
5480 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5481
6f072a10
PFC
54822019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5483
5484 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5485 aliases.
5486 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5487 tests.
5488 * gdb.arch/powerpc-vector-regs.c: New file.
5489 * gdb.arch/powerpc-vector-regs.exp: New file.
5490
a7b8d682
PFC
54912019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5492
5493 * gdb.arch/altivec-regs.exp: Fix the list passed to
5494 gdb_expect_list when testing "info vector".
5495
6eb6fb67
AB
54962019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5497
5498 * gdb.base/style.exp: Don't include path in testname.
5499
b56f80d8
KS
55002019-01-10 Keith Seitz <keiths@redhat.com>
5501
5502 PR gdb/23712
5503 PR symtab/23010
5504 * gdb.dwarf2/multidictionary.exp: New file.
5505
041be526
SM
55062019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5507
5508 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5509 (test_gnuv3_style_demangling): ... this.
5510 (test_lucid_style_demangling): Remove.
5511 (test_arm_style_demangling): Remove.
5512 (test_hp_style_demangling): Remove.
5513 (do_tests): Remove calls to the above.
5514
d820d0c3
AB
55152019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5516
5517 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5518 case.
5519
f097f5ad
TT
55202019-01-06 Tom Tromey <tom@tromey.com>
5521
5522 PR gdb/28155:
5523 * gdb.dwarf2/typedef-void-finish.exp: New file.
5524
2cd8cc0b
TT
55252018-12-28 Tom Tromey <tom@tromey.com>
5526 Simon Marchi <simark@simark.ca>
5527
5528 * gdb.base/jit-exec.exp: New file.
5529 * gdb.base/jit-exec.c: New file.
5530 * gdb.base/jit-execd.c: New file.
5531
35fb8261
TT
55322018-12-28 Tom Tromey <tom@tromey.com>
5533
5534 * gdb.base/style.exp: Update test to check for address styling.
5535
47fd17cd
TT
55362018-12-28 Tom Tromey <tom@tromey.com>
5537
5538 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5539 message.
5540
d47032b7
TT
55412018-12-28 Tom Tromey <tom@tromey.com>
5542
5543 * gdb.base/style.exp: Add test for version number styling.
5544
af79b68d
TT
55452018-12-28 Tom Tromey <tom@tromey.com>
5546
5547 * gdb.base/style.exp: Add test for print_address_symbolic.
5548
0bb296cb
TT
55492018-12-28 Tom Tromey <tom@tromey.com>
5550
5551 * gdb.base/style.exp: Add test for breakpoint setting.
5552
80ae2043
TT
55532018-12-28 Tom Tromey <tom@tromey.com>
5554
5555 * gdb.base/style.exp: Add test for variable names.
5556
cbe56571
TT
55572018-12-28 Tom Tromey <tom@tromey.com>
5558
5559 * gdb.base/style.exp: New file.
5560 * gdb.base/style.c: New file.
5561
9162a27c
TT
55622018-12-28 Tom Tromey <tom@tromey.com>
5563
5564 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5565 "dumb".
5566 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5567 the TERM environment variable.
5568
bc543c90
TT
55692018-12-27 Tom Tromey <tom@tromey.com>
5570
5571 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5572 pagination test.
5573
6f0ffe50
AB
55742018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5575
5576 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5577 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5578
b5a1e557
PW
55792018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5580
5581 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5582 Filename a.adb changed to bp_fun_addr.adb.
5583 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5584
6e8b1ab2
JV
55852018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5586
5587 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5588 non-PIE executables.
5589 * README: Mention the gdb,nopie_flag board setting.
5590 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5591 non-PIE executable.
5592 * gdb.arch/amd64-entry-value.exp: Likewise.
5593 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5594 * gdb.arch/i386-float.exp: Likewise.
5595 * gdb.arch/i386-signal.exp: Likewise.
5596 * gdb.mi/mi-reg-undefined.exp: Likewise.
5597
d00a27c5
PM
55982018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5599
5600 PR gdb/23974
5601 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5602
161d081c
PW
56032018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5604
5605 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5606 Update order of results accordingly.
5607
b001de23
AB
56082018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5609
5610 * gdb.base/annota1.exp: Update a test regexp.
5611
99e1a184
AB
56122018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5615
7a81c1e2
PW
56162018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5617
5618 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5619 (reuse_time): Initialize to REUSE_TIME_CAP.
5620 (check_rc): New function.
5621 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5622 Check pthread_create rc.
5623 (spawner_thread_func): Check pthread_create and pthread_join rc.
5624
73e8dc90
PA
56252018-12-08 Pedro Alves <palves@redhat.com>
5626
5627 * gdb.base/list.exp (test_forward_search): Rename to ...
5628 (test_forward_reverse_search): ... this. Also test reverse-search
5629 and the forward-search alias.
5630
13f2ed32
AB
56312018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5632
5633 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5634 local timeout variable before return, and remove all local timeout
5635 variable entirely.
5636 (gdb_load): Likewise.
5637
64d27cfc
TV
56382018-12-01 Tom de Vries <tdevries@suse.de>
5639
5640 * gdb.base/gdb-caching-proc.exp: New file.
5641
f63c03b4
SDJ
56422018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5643
5644 * Makefile.in (TIMESTAMP): New variable.
5645 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5646 command.
5647 (check-single-racy): Likewise.
5648 (check/%.exp): Likewise.
5649 (check-racy/%.exp): Likewise.
5650 (workers/%.worker): Likewise.
5651 (build-perf): Likewise.
5652 (check-perf): Likewise.
5653 * README: Describe new "TS" and "TS_FORMAT" variables.
5654 * print-ts.py: New file.
5655
1c97054b
BF
56562018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5657
5658 PR python/23714
5659 * gdb.python/python.exp: Test command repetition after
5660 gdb.execute.
5661
1871a62d
AB
56622018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5665 is correctly aligned.
5666
fb5e1ed9
PW
56672018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5668
5669 * gdb.ada/info_auto_lang.exp: New testcase.
5670 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5671 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5672 * gdb.ada/info_auto_lang/some_c.c: New file.
5673
43d397ca
PW
56742018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5675
5676 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5677 FUNC_lang language syntax.
5678
beddd671
PW
56792018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5680
5681 * gdb.base/info_minsym.c: New file.
5682 * gdb.base/info_minsym.exp: New file.
5683
73fc52c4
TT
56842018-11-19 Tom Tromey <tom@tromey.com>
5685
5686 PR rust/23625:
5687 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5688 * gdb.rust/expr.exp: Update expected output. Change one test.
5689
994b876a
TT
56902018-11-19 Tom Tromey <tom@tromey.com>
5691
5692 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5693
6769f276
PA
56942018-11-19 Pedro Alves <palves@redhat.com>
5695
5696 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5697 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5698 see the expected warning.
5699
38a72da0
AH
57002018-11-16 Alan Hayward <alan.hayward@arm.com>
5701
5702 PR gdb/22736:
5703 * gdb.cp/infcall-nodebug-lib.c: New test.
5704 * gdb.cp/infcall-nodebug-main.c: New test.
5705 * gdb.cp/infcall-nodebug.exp: New file.
5706
53a89d6e
SM
57072018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5708
5709 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5710 completer tests.
5711
9325300d
TV
57122018-11-09 Tom de Vries <tdevries@suse.de>
5713
5714 * gdb.base/msym-lang.c: New test.
5715 * gdb.base/msym-lang.exp: New file.
5716 * gdb.base/msym-lang-main.c: New test.
5717
20f0d60d
TT
57182018-11-08 Tom Tromey <tom@tromey.com>
5719
5720 PR gdb/23555:
5721 PR gdb/23838:
5722 * gdb.base/warning.exp: New file.
5723
b5420128
JB
57242018-11-08 Jan Beulich <jbeulich@suse.com>
5725
5726 * testsuite/gdb.arch/i386-avx512.c,
5727 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5728
cd115d61
AB
57292018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5730
5731 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5732 point hardware.
5733
35ee2dc2
AB
57342018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5735
5736 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5737 * gdb.dwarf2/missing-type-name.exp: New file.
5738
31aceee8
TV
57392018-11-06 Tom de Vries <tdevries@suse.de>
5740
5741 * gdb.base/many-headers.c: New test.
5742 * gdb.base/many-headers.exp: New file.
5743
109be305
JW
57442018-11-06 Jim Wilson <jimw@sifive.com>
5745
5746 * gdb.base/code_elim.exp: For riscv, set additional_flags
5747 to include -msmall-data-limit=0.
5748
e2b7af72
JB
57492018-11-01 Joel Brobecker <brobecker@adacore.com>
5750
5751 * gdb.ada/watch_minus_l: New testcase.
5752
cdcda965
SM
57532018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5754
5755 * gdb.arch/aix-sighandle.c: New file.
5756 * gdb.arch/aix-sighandle.exp: New file.
5757
92dcebf3
AB
57582018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5759
5760 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5761 registers being unions.
5762
68b9ac18
TV
57632018-10-31 Tom de Vries <tdevries@suse.de>
5764
5765 * lib/valgrind.exp: New file.
5766 (vgdb_start, vgdb_stop): New procs, factored out of ...
5767 * gdb.base/valgrind-bt.exp: ... here, ...
5768 * gdb.base/valgrind-disp-step.exp: ... here and ...
5769 * gdb.base/valgrind-infcall.exp: ... here.
5770
1443936e
TV
57712018-10-31 Tom de Vries <tdevries@suse.de>
5772
5773 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5774
eb77c9df
AB
57752018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5776
5777 * gdb.dwarf2/void-type.c: New file.
5778 * gdb.dwarf2/void-type.exp: New file.
5779
82b5e646
PW
57802018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5781
5782 * gdb.base/info_qt.c: New file.
5783 * gdb.base/info_qt.exp: New file.
5784
8d619c01
EBM
57852018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5786
5787 * gdb.arch/powerpc-htm-regs.c: New file.
5788 * gdb.arch/powerpc-htm-regs.exp: New file.
5789
f2cf6173
EBM
57902018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5791
5792 * gdb.arch/powerpc-tar.c: New file.
5793 * gdb.arch/powerpc-tar.exp: New file.
5794
7ca18ed6
EBM
57952018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5796
5797 * gdb.arch/powerpc-ppr-dscr.c: New file.
5798 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5799
bfcc0eba
TV
58002018-10-25 Tom de Vries <tdevries@suse.de>
5801
5802 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5803
fe1a5cad
TV
58042018-10-24 Tom de Vries <tdevries@suse.de>
5805
5806 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5807 longer exists error.
5808
a76dc3b7
TV
58092018-10-24 Tom de Vries <tdevries@suse.de>
5810
5811 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5812
4df46df7
TV
58132018-10-24 Tom de Vries <tdevries@suse.de>
5814
5815 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5816 --db-attach in valgrind.
5817
0dbfcfff
AB
58182018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5819
5820 * gdb.arch/riscv-reg-aliases.c: New file.
5821 * gdb.arch/riscv-reg-aliases.exp: New file.
5822
b04480b1
AH
58232018-10-19 Alan Hayward <alan.hayward@arm.com>
5824
5825 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5826
2c6ac8d7
AH
58272018-10-19 Alan Hayward <alan.hayward@arm.com>
5828
5829 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5830
2bc69f25
AH
58312018-10-19 Alan Hayward <alan.hayward@arm.com>
5832
5833 * gdb.cp/ovldbreak.exp: Fix regexps.
5834
1f1ae3a3
AH
58352018-10-19 Alan Hayward <alan.hayward@arm.com>
5836
5837 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5838
94c18618
SDJ
58392018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5840
5841 PR cli/23785
5842 * gdb.base/restore.exp: New test to check if "restore" with an
5843 invalid file doesn't segfault.
5844
812cd6eb
TV
58452018-10-18 Tom de Vries <tdevries@suse.de>
5846
5847 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5848 * gdb.ada/excep_handle.exp: Same.
5849 * gdb.ada/mi_string_access.exp: Same.
5850 * gdb.ada/mi_var_union.exp: Same.
5851 * gdb.arch/arc-analyze-prologue.exp: Same.
5852 * gdb.arch/arc-decode-insn.exp: Same.
5853 * gdb.base/readnever.exp: Same.
5854 * gdb.fortran/printing-types.exp: Same.
5855 * gdb.guile/scm-lazy-string.exp: Same.
5856
c4b90788
TV
58572018-10-16 Tom de Vries <tdevries@suse.de>
5858
5859 PR gdb/23730
5860 * gdb.base/catch-follow-exec.c: Add copyright notice.
5861 * gdb.base/catch-follow-exec.exp: Rewrite to use
5862 gdb_spawn_with_cmdline_opts. Require gdb-native.
5863
8bca2978
SL
58642018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5865
5866 * gdb.trace/actions-changed.exp: Check for arch support.
5867 * gdb.trace/actions.exp: Likewise.
5868 * gdb.trace/ax.exp: Likewise.
5869 * gdb.trace/backtrace.exp: Likewise.
5870 * gdb.trace/change-loc.exp: Likewise.
5871 * gdb.trace/deltrace.exp: Likewise.
5872 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5873 * gdb.trace/ftrace.exp: Likewise.
5874 * gdb.trace/infotrace.exp: Check for arch support.
5875 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5876 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5877 * gdb.trace/mi-tsv-changed.exp: Likewise.
5878 * gdb.trace/packetlen.exp: Likewise.
5879 * gdb.trace/passc-dyn.exp: Likewise.
5880 * gdb.trace/passcount.exp: Likewise.
5881 * gdb.trace/pending.exp: Likewise.
5882 * gdb.trace/range-stepping.exp: Check for shlib support.
5883 * gdb.trace/report.exp: Check for arch support.
5884 * gdb.trace/save-trace.exp: Likewise.
5885 * gdb.trace/signal.exp: Check for signal support.
5886 * gdb.trace/tfind.exp: Check for arch support.
5887 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5888 * gdb.trace/trace-common.h: Add comment.
5889 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5890 * gdb.trace/trace-enable-disable.exp: Likewise.
5891 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5892 * gdb.trace/tracecmd.exp: Check for arch support.
5893 * gdb.trace/tspeed.exp: Check for shlib and target support.
5894 * gdb.trace/tstatus.exp: Check for arch support.
5895 * gdb.trace/tsv.exp: Likewise.
5896 * gdb.trace/while-dyn.exp: Likewise.
5897 * gdb.trace/while-stepping.exp: Likewise.
5898 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5899
f9c49bff
SM
59002018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5901
5902 * gdb.trace/tspeed.exp: Remove nowarnings.
5903 (prepare_for_trace_test): Declare "global ipalib".
5904 * gdb.trace/tspeed.c: Include unistd.h.
5905 (main): Remove superfluous printf argument.
5906
d4330bde
SL
59072018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5908
5909 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5910 directory prefix on the filename.
5911
8ecfd7bd
SDJ
59122018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5913
5914 * gdb.gdb/unittest.exp: Update expected message informing that
5915 selftests have been disabled.
5916 * gdb.server/unittest.exp: Likewise.
5917
58bbcd02
TV
59182018-10-09 Tom de Vries <tdevries@suse.de>
5919
5920 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5921 with runto_main.
5922
9f6b697b
WP
59232018-10-08 Weimin Pan <weimin.pan@oracle.com>
5924
5925 PR c++/16841
5926 * gdb.cp/virtbase2.cc: New file.
5927 * gdb.cp/virtbase2.exp: New file.
5928
add5ded5
TT
59292018-10-06 Tom Tromey <tom@tromey.com>
5930
5931 PR python/19399:
5932 * gdb.python/py-inferior.exp: Add architecture test.
5933
f9e48344
TT
59342018-10-06 Tom Tromey <tom@tromey.com>
5935
5936 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5937 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5938
2a8be203
TT
59392018-10-06 Tom Tromey <tom@tromey.com>
5940
5941 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5942 of a "throw" catchpoint.
5943
e04caa70
SDJ
59442018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5945
5946 * gdb.base/info-proc.exp: Update string expected from "help info
5947 proc".
5948
5ca8c39f
TT
59492018-10-04 Tom Tromey <tom@tromey.com>
5950
5951 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5952 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5953 (test_initial_complaints, test_empty_complaints): Update.
5954 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5955
3453e7e4
TT
59562018-10-04 Tom Tromey <tom@tromey.com>
5957
5958 PR cli/19551:
5959 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5960 * lib/gdb.exp (gdb_file_cmd): Update.
5961 * gdb.stabs/weird.exp (print_weird_var): Update.
5962 * gdb.server/solib-list.exp: Update.
5963 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5964 * gdb.mi/mi-cli.exp: Update.
5965 * gdb.linespec/linespec.exp: Update.
5966 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5967 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5968 * gdb.cp/cp-relocate.exp: Update.
5969 * gdb.base/sym-file.exp: Update.
5970 * gdb.base/relocate.exp: Update.
5971 * gdb.base/readnever.exp: Update.
5972 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5973 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5974 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5975 * gdb.base/code_elim.exp: Update.
5976 * gdb.base/break-unload-file.exp (test_break): Update.
5977 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5978 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5979 Update.
5980 * gdb.base/attach.exp (do_attach_tests): Update.
5981 * gdb.base/sepdebug.exp: Update.
5982 * gdb.python/py-section-script.exp: Update.
5983
6afcf761
TT
59842018-10-04 Tom Tromey <tom@tromey.com>
5985
5986 PR cli/22234:
5987 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5988 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5989 output.
5990
fef1b293
TT
59912018-10-04 Tom Tromey <tom@tromey.com>
5992
5993 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5994 set width and height to 0.
5995 (test_command_line_attach_run): Use -quiet.
5996
ca98345e
SL
59972018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5998
5999 * lib/gdb.exp (skip_ifunc_tests): New.
6000 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6001 other compile failures.
6002 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6003
ff34e6ae
SM
60042018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6005
6006 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6007 is_amd64_regs_target.
6008
6bb8890e
AH
60092018-10-01 Alan Hayward <alan.hayward@arm.com>
6010
6011 * gdb.arch/aarch64-sighandler-regs.c: New test.
6012 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6013 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6014
224d30d3
MM
60152018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6016
6017 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6018 assembly.
6019
f67ffa6a
AB
60202018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6021
6022 * gdb.base/frame-selection.exp: New file.
6023 * gdb.base/frame-selection.c: New file.
6024
9fc3183f
AH
60252018-09-27 Alan Hayward <alan.hayward@arm.com>
6026
6027 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6028 pthread barrier.
6029 (main): Likewise.
6030
d354055e
AB
60312018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6032
6033 * gdb.base/large-frame-1.c: New file.
6034 * gdb.base/large-frame-2.c: New file.
6035 * gdb.base/large-frame.exp: New file.
6036 * gdb.base/large-frame.h: New file.
6037
db727370
JL
60382018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6039
6040 PR gdb/20948
6041 * gdb.base/write_mem.exp: New test.
6042 * gdb.base/write_mem.c: Likewise.
6043
ae778caf
TT
60442018-09-23 Tom Tromey <tom@tromey.com>
6045
6046 PR python/18852:
6047 * gdb.python/py-parameter.exp: Add test for parameter that throws
6048 on "set".
6049
fd3ba736
TT
60502018-09-23 Tom Tromey <tom@tromey.com>
6051
6052 PR python/17284:
6053 * gdb.python/py-template.exp (test_template_arg): Add test for
6054 negative template argument number.
6055
39a24317
TT
60562018-09-23 Tom Tromey <tom@tromey.com>
6057
6058 PR python/14062:
6059 * gdb.python/python.exp: Add test for post_event error.
6060
f5769a2c
TT
60612018-09-23 Tom Tromey <tom@tromey.com>
6062
6063 PR python/18170:
6064 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6065 convert pointers to int and long.
6066
1c1e54f6
TT
60672018-09-23 Tom Tromey <tom@tromey.com>
6068
6069 PR python/20126:
6070 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6071 signed-ness conversion tests.
6072
fb4fa946
TT
60732018-09-23 Tom Tromey <tom@tromey.com>
6074
6075 PR python/18352;
6076 * gdb.python/py-value.exp (test_float_conversion): New proc.
6077 Use it.
6078
a466edac
HAQ
60792018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6080
6081 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6082
4ee9b0c5
SL
60832018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6084
6085 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6086 no readline.
6087 * gdb.base/utf8-identifiers.exp: Likewise.
6088 * gdb.cp/cpcompletion.exp: Likewise.
6089 * gdb.linespec/cpcompletion.exp: Likewise.
6090 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6091 * gdb.linespec/cpls-ops.exp: Likewise.
6092
23be8da7
RB
60932018-09-19 Richard Bunt <richard.bunt@arm.com>
6094 Chris January <chris.january@arm.com>
6095
6096 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6097 * gdb.fortran/short-circuit-argument-list.exp: New file.
6098 * gdb.fortran/short-circuit-argument-list.f90: New test.
6099
5031d0ae
SDJ
61002018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6101
6102 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6103 "arch=" keyword when executing "-stack-list-frames".
6104
b4c0d1a4
SDJ
61052018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6106
6107 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6108 "arch=" keyword when executing "-stack-list-frames".
6109
7a6d2b45
SDJ
61102018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6111
6112 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6113 break ada".
6114
8588b356
SM
61152018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6116
6117 PR python/23669
6118 * gdb.python/python.exp: Test gdb.execute("show commands").
6119
65e65158
TT
61202018-09-16 Tom Tromey <tom@tromey.com>
6121
6122 * gdb.base/new-ui.exp (do_execution_tests): Update.
6123 * gdb.base/dbx.exp (test_breakpoints): Update.
6124
bf326452
AH
61252018-09-14 Alan Hayward <alan.hayward@arm.com>
6126
6127 * lib/gdb.exp (gdb_simple_compile): Add proc.
6128 (is_elf_target): Use gdb_simple_compile.
6129 (skip_altivec_tests): Likewise.
6130 (skip_vsx_tests): Likewise.
6131 (skip_tsx_tests): Likewise.
6132 (skip_btrace_tests): Likewise.
6133 (skip_btrace_pt_tests): Likewise.
6134 (gdb_can_simple_compile): Likewise.
6135 (gdb_has_argv0): Likewise.
6136 (gdb_target_symbol_prefix): Likewise.
6137 (target_supports_scheduler_locking): Likewise.
6138
2361b0fb
TT
61392018-09-13 Tom Tromey <tom@tromey.com>
6140
6141 * Makefile.in (TAGS): Recognize proc_with_prefix and
6142 gdb_caching_proc.
6143
0ae1a321
SM
61442018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6145
6146 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6147 method.
6148
a40bf0c2
SM
61492018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6150
6151 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6152 and a few other Inferior properties when the Inferior is no
6153 longer valid.
6154
4a3fe98f
TT
61552018-09-13 Tom Tromey <tom@tromey.com>
6156
6157 PR rust/23650:
6158 * gdb.rust/simple.exp: Add test for enum field access error.
6159
098b2108
TT
61602018-09-13 Tom Tromey <tom@tromey.com>
6161
6162 PR rust/23626:
6163 * gdb.rust/simple.rs (EmptyEnum): New type.
6164 (main): Use it.
6165 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6166
1256af7d
SM
61672018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6168
6169 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6170 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6171 * gdb.python/py-symtab.exp: Update test printing an objfile.
6172
4aa8e6c2
SM
61732018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6174
6175 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6176 object.
6177
c221b2f7
AH
61782018-09-12 Alan Hayward <alan.hayward@arm.com>
6179
6180 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6181 (support_complex_tests): Use gdb_can_simple_compile.
6182 (is_ilp32_target): Likewise.
6183 (is_lp64_target): Likewise.
6184 (is_64_target): Likewise.
6185 (is_amd64_regs_target): Likewise.
6186 (is_aarch32_target): Likewise.
6187 (gdb_int128_helper): Likewise.
6188
6f1107b5
JK
61892018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6192
1f5d1570
JG
61932018-09-10 Jerome Guitton <guitton@adacore.com>
6194
6195 * gdb.ada/same_component_name: Add test for case of tagged record
6196 with variable-length fields.
6197
cc330e39
XR
61982018-09-10 Xavier Roirand <roirand@adacore.com>
6199
6200 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6201 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6202 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6203 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6204
b9c50e9a
XR
62052018-09-10 Xavier Roirand <roirand@adacore.com>
6206
6207 * gdb.ada/mi_string_access.exp: New testcase.
6208 * gdb.ada/mi_string_access/bar.adb: New file.
6209 * gdb.ada/mi_string_access/pck.adb: New file.
6210 * gdb.ada/mi_string_access/pck.asd: New file.
6211
2963898f
XR
62122018-09-10 Xavier Roirand <roirand@adacore.com>
6213
6214 * gdb.ada/mi_var_union.exp: New testcase.
6215 * gdb.ada/mi_var_union/bar.adb: New file.
6216 * gdb.ada/mi_var_union/pck.adb: New file.
6217 * gdb.ada/mi_var_union/pck.asd: New file.
6218
1aac008f
TT
62192018-09-08 Tom Tromey <tom@tromey.com>
6220
6221 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6222
332cf4c9
TT
62232018-09-08 Tom Tromey <tom@tromey.com>
6224
6225 PR python/16047:
6226 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6227 (register_pretty_printers): Register new printer.
6228 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6229 test.
6230 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6231 (an_int_type3): New global.
6232
424da6cf
JB
62332018-09-08 Joel Brobecker <brobecker@adacore.com>
6234
6235 * gdb.ada/expr_with_funcall: New testcase.
6236
2a62dfa9
JB
62372018-09-08 Joel Brobecker <brobecker@adacore.com>
6238
6239 * gdb.ada/packed_array_assign: New testcase.
6240
96b6697f
AB
62412018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6242
6243 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6244 names, and add test prefixes to make test names unique.
6245
e4a62c65
TV
62462018-09-05 Tom de Vries <tdevries@suse.de>
6247
6248 * gdb.dwarf2/varval.exp: Add test.
6249
dd083ee2
GB
62502018-09-04 Gary Benson <gbenson@redhat.com>
6251
6252 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6253 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6254
aef9346c
TT
62552018-08-31 Tom Tromey <tom@tromey.com>
6256
6257 * gdb.rust/simple.rs: Rename second variable "v".
6258
c67f2e15
AB
62592018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6260
6261 * gdb.base/funcargs.c (use_a): New function.
6262 (recurse): Call use_a.
6263
078a0207
KS
62642018-08-29 Keith Seitz <keiths@redhat.com>
6265
6266 * gdb.compile/compile-cplus-anonymous.cc: New file.
6267 * gdb.compile/compile-cplus-anonymous.exp: New file.
6268 * gdb.compile/compile-cplus-array-decay.cc: New file.
6269 * gdb.compile/compile-cplus-array-decay.exp: New file.
6270 * gdb.compile/compile-cplus-inherit.cc: New file.
6271 * gdb.compile/compile-cplus-inherit.exp: New file.
6272 * gdb.compile/compile-cplus-member.cc: New file.
6273 * gdb.compile/compile-cplus-member.exp: New file.
6274 * gdb.compile/compile-cplus-method.cc: New file.
6275 * gdb.compile/compile-cplus-method.exp: New file.
6276 * gdb.compile/compile-cplus-mod.c: "New" file.
6277 * gdb.compile/compile-cplus-namespace.cc: New file.
6278 * gdb.compile/compile-cplus-namespace.exp: New file.
6279 * gdb.compile/compile-cplus-nested.cc: New file.
6280 * gdb.compile/compile-cplus-nested.exp: New file.
6281 * gdb.compile/compile-cplus-print.c: "New" file.
6282 * gdb.compile/compile-cplus-print.exp: "New" file.
6283 * gdb.compile/compile-cplus-virtual.cc: New file.
6284 * gdb.compile/compile-cplus-virtual.exp: New file.
6285 * gdb.compile/compile-cplus.c: "New" file.
6286 * gdb.compile/compile-cplus.exp: "New" file.
6287 * lib/compile-support.exp: New file.
6288
b0f492b9
GB
62892018-08-16 Gary Benson <gbenson@redhat.com>
6290
6291 PR gdb/13000:
6292 * gdb.base/batch-exit-status.exp: New file.
6293 * gdb.base/batch-exit-status.good-commands: Likewise.
6294 * gdb.base/batch-exit-status.bad-commands: Likewise.
6295
36eb4c5f
AH
62962018-08-29 Alan Hayward <alan.hayward@arm.com>
6297
6298 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6299 (struct struct02): Likewise.
6300 (struct struct03): Likewise.
6301 (struct struct04): Likewise.
6302 (struct struct_01_01): New struct.
6303 (struct struct_01_02): Likewise.
6304 (struct struct_01_03): Likewise.
6305 (struct struct_01_04): Likewise.
6306 (struct struct_02_01): Likewise.
6307 (struct struct_02_02): Likewise.
6308 (struct struct_02_03): Likewise.
6309 (struct struct_02_04): Likewise.
6310 (struct struct_04_01): Likewise.
6311 (struct struct_04_02): Likewise.
6312 (struct struct_04_03): Likewise.
6313 (struct struct_04_04): Likewise.
6314 (struct struct_05_01): Likewise.
6315 (struct struct_05_02): Likewise.
6316 (struct struct_05_03): Likewise.
6317 (struct struct_05_04): Likewise.
6318 (cmp_struct01): Remove function.
6319 (cmp_struct02): Likewise.
6320 (cmp_struct03): Likewise.
6321 (cmp_struct04): Likewise.
6322 (cmp_struct_01_01): Add Function.
6323 (cmp_struct_01_02): Likewise.
6324 (cmp_struct_01_03): Likewise.
6325 (cmp_struct_01_04): Likewise.
6326 (cmp_struct_02_01): Likewise.
6327 (cmp_struct_02_02): Likewise.
6328 (cmp_struct_02_03): Likewise.
6329 (cmp_struct_02_04): Likewise.
6330 (cmp_struct_04_01): Likewise.
6331 (cmp_struct_04_02): Likewise.
6332 (cmp_struct_04_03): Likewise.
6333 (cmp_struct_04_04): Likewise.
6334 (cmp_struct_05_01): Likewise.
6335 (cmp_struct_05_02): Likewise.
6336 (cmp_struct_05_03): Likewise.
6337 (cmp_struct_05_04): Likewise.
6338 (call_all): Add new structs.
6339 * gdb.base/infcall-nested-structs.exp: Likewise.
6340
3bf9c013
JV
63412018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6342
6343 * gdb.python/py-framefilter-mi.exp: Update regexp to
6344 check for "arch" field in frame output.
6345
450d1e88
KB
63462018-08-23 Kevin Buettner <kevinb@redhat.com>
6347
6348 * gdb.dwarf2/dw2-ranges-func.c: New file.
6349 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6350
ae739fe7
SM
63512018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6352
6353 * gdb.base/term.exp: Compare terminal settings with values from
6354 the inferior.
6355 * gdb.base/term.c: Get and set terminal settings.
6356
6d52907e
JV
63572018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6358
6359 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6360 accommodate new "arch" field in frame output.
6361 * gdb.mi/mi-return.exp: Likewise.
6362 * gdb.mi/mi-stack.exp: Likewise.
6363 * gdb.mi/mi-syn-frame.exp: Likewise.
6364 * gdb.mi/user-selected-context-sync.exp: Likewise.
6365
be2d111a
MS
63662018-08-19 Michael Spang <spang@google.com>
6367
6368 PR gdb/11786
6369 * gdb.base/gcore-tls-pie.c: New file.
6370 * gdb.base/gcore-tls-pie.exp: New file.
6371
ae3a7c47
KB
63722018-08-18 Kevin Buettner <kevinb@redhat.com>
6373
6374 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6375 * gdb.dwarf2/varval.c: New file.
6376 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6377
2ecae92e
AH
63782018-08-17 Alan Hayward <alan.hayward@arm.com>
6379
6380 PR gdb/18931
6381 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6382
c1854f1d
KS
63832018-08-16 Keith Seitz <keiths@redhat.com>
6384
6385 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6386 tests expected to pass.
6387
26fb3983
JV
63882018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6389
6390 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6391 -data-disassemble -a.
6392 (test_disassembly_bogus_args): Likewise.
6393
67943c00
AB
63942018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6395
6396 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6397
5ff2bbae
AB
63982018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6399
6400 * gdb.base/vla-optimized-out.exp: Add new test.
6401
e5bbcd0f
AB
64022018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6403
6404 * gdb.base/vla-optimized-out-o3.exp: Delete.
6405 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6406 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6407 deleted tests.
6408
9d4a934c
AB
64092018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6410
6411 PR gdb/18050:
6412 * gdb.server/extended-remote-restart.c: New file.
6413 * gdb.server/extended-remote-restart.exp: New file.
6414
045cf012
SM
64152018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6416
6417 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6418 "set variable index = 42".
6419
87d6a7aa
SM
64202018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6421
6422 * boards/index-cache-gdb.exp: New file.
6423 * gdb.dwarf2/index-cache.exp: New file.
6424 * gdb.dwarf2/index-cache.c: New file.
6425 * gdb.base/maint.exp: Check if we are using the index cache.
6426
96d68bd4
RO
64272018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6428
6429 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6430 MAKEFLAGS.
6431
5a699617
RO
64322018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6433
6434 * dg-extract-results.sh: Move to toplevel contrib.
6435 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6436 * Makefile.in (check-parallel-racy): Likewise.
6437
5bd18990
AB
64382018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6439
6440 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6441 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6442 tests if the target supports scheduler locking.
6443
3fbbcf47
TV
64442018-08-04 Tom de Vries <tdevries@suse.de>
6445
6446 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6447
3e1d3d8c
TT
64482018-08-02 Tom Tromey <tom@tromey.com>
6449
6450 PR symtab/16842.
6451 * gdb.cp/temargs.exp: Test "info address" of a template
6452 parameter.
6453
5abe0f0c
JV
64542018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6455
6456 * gdb.python/py-mi-var-info-path-expression.c: New file.
6457 * gdb.python/py-mi-var-info-path-expression.py: New file.
6458 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6459
fb66cde8
SDJ
64602018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6461
6462 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6463 error after "cannot resolve name" string.
6464
c708f4d2
AB
64652018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6468 started.
6469 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6470
37cc0cae
TV
64712018-07-28 Tom de Vries <tdevries@suse.de>
6472
6473 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6474
63b4ecf7
TV
64752018-07-26 Tom de Vries <tdevries@suse.de>
6476
6477 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6478
3c3bb058
AB
64792018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6480
6481 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6482 is visible.
6483
9e7f3bbb
TV
64842018-07-26 Tom de Vries <tdevries@suse.de>
6485
6486 PR breakpoints/23366
6487 * gdb.base/catch-follow-exec.c: New test.
6488 * gdb.base/catch-follow-exec.exp: New file.
6489
16f808ec
TV
64902018-07-25 Tom de Vries <tdevries@suse.de>
6491
6492 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6493 vla-optimized-out.c.
6494
d7154a8d
JV
64952018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6496
6497 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6498 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6499
232a0032
TV
65002018-07-20 Tom de Vries <tdevries@suse.de>
6501
6502 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6503 NOCLONE macro.
6504 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6505
fbb1d502
TV
65062018-07-19 Tom de Vries <tdevries@suse.de>
6507
6508 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6509 regular expression.
6510
42dc7699
TV
65112018-07-18 Tom de Vries <tdevries@suse.de>
6512
6513 * gdb.base/vla-optimized-out.c: New test.
6514 * gdb.base/vla-optimized-out.exp: New file.
6515
7f1f7e23
SDJ
65162018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6517
6518 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6519 message "No address associated with hostname" when gdbserver
6520 cannot resolve the hostname.
6521
5759ebb3
PW
65222018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6523
6524 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6525 Add some test prefixes to make tests unique.
6526
3606ccab
PW
65272018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6528
6529 * gdb.base/frameapply.c: New file.
6530 * gdb.base/frameapply.exp: New file.
6531
529c08b2
PW
65322018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6533
6534 * gdb.base/skip.exp: Update expected error message.
6535
c7ab0aef
SDJ
65362018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6537 Jan Kratochvil <jan.kratochvil@redhat.com>
6538 Paul Fertser <fercerpav@gmail.com>
6539 Tsutomu Seki <sekiriki@gmail.com>
6540
6541 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6542 parameter.
6543 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6544 by default.
6545 * boards/native-gdbserver.exp: Likewise.
6546 * gdb.server/run-without-local-binary.exp: Improve regexp used
6547 for detecting when a remote debugging connection succeeds.
6548 * gdb.server/server-connect.exp: New file.
6549 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6550 Do not prefix the port number with ":".
6551 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6552 support for detecting and using it. Add '$debughost_gdbserver'
6553 to the list of arguments used to start gdbserver. Handle case
6554 when gdbserver cannot resolve a network name.
6555
16ff70dd
SDJ
65562018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6557
6558 PR c++/23373
6559 * gdb.base/ptype-offsets.cc (struct static_member): New
6560 struct.
6561 (main) <stmember>: New variable.
6562 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6563 with a static member in it.
6564
3541979f
AB
65652018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6566
6567 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6568 watchpoints enabled and disabled.
6569
c8ad9b9a
AB
65702018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6571
6572 * gdb.base/examine-backward.exp: Still run tests around address
6573 0x0, even if address 0x0 is not readable. Update the pattern for
6574 matching address 0x0 in expected output.
6575
e0e5e971
AB
65762018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6579 malloc/free.
6580
1ea5da02
TV
65812018-07-04 Tom de Vries <tdevries@suse.de>
6582
6583 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6584
471b9d15
MR
65852018-07-02 Maciej W. Rozycki <macro@mips.com>
6586
6587 PR tdep/8282
6588 * gdb.arch/mips-disassembler-options.exp: New test.
6589 * gdb.arch/mips-disassembler-options.s: New test source.
6590
75acb486
PA
65912018-06-29 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.threads/names.exp: Adjust expected "info threads" output.
6594
cd2bb709
PA
65952018-06-29 Pedro Alves <palves@redhat.com>
6596
6597 * gdb.opt/inline-break.exp (line number, address): Add "info
6598 break" tests.
6599
991ff292
PA
66002018-06-29 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6603 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6604 number and address and running to them.
6605
356819b6 66062018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6607
6608 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6609
2512d7ef
JK
66102018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6611
6612 * lib/compiler.c: Remove executable permission flag.
6613
be1b6474
RB
66142018-06-28 Richard Bunt <richard.bunt@arm.com>
6615
6616 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6617 code.
6618 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6619
291f9a96
PT
66202018-06-28 Petr Tesarik <ptesarik@suse.cz>
6621
6622 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6623
ed6dfe51
PT
66242018-06-28 Petr Tesarik <ptesarik@suse.cz>
6625
6626 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6627 address argument is omitted.
6628
d4d429d5
PT
66292018-06-28 Petr Tesarik <ptesarik@suse.cz>
6630
6631 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6632
7ab6656f
OJ
66332018-06-27 Omair Javaid <omair.javaid@linaro.org>
6634
6635 PR gdb/21695
6636 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6637 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6638
a33ccfc7
TT
66392018-06-26 Tom Tromey <tom@tromey.com>
6640
6641 PR rust/22574:
6642 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6643 * gdb.rust/simple.rs (struct SimpleLayout): New.
6644
6d72d289
SM
66452018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6646
6647 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6648 "info registers" output.
6649
8363f9d5
RB
66502018-06-21 Richard Bunt <richard.bunt@arm.com>
6651
6652 * gdb.base/watchpoint-hw-attach.c: New test.
6653 * gdb.base/watchpoint-hw-attach.exp: New file.
6654
f00674fe
SM
66552018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6656
6657 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6658 through /bin/sh.
6659 * boards/dwarf4-gdb-index.exp: Likewise.
6660 * boards/fission-dwp.exp: Likewise.
6661
1d554008
UW
66622018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6663
6664 * gdb.base/float128.exp: Add comment and improved fail message
6665 to the failure case of "print large128" test.
6666
d0ac1c44
SM
66672018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6668
6669 * configure.ac: Remove AC_PREREQ.
6670 * configure: Re-generate.
6671
61b04dd0
PA
66722018-06-19 Pedro Alves <palves@redhat.com>
6673
6674 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6675 (func_extern_caller): New.
6676 (main): Call func_extern_caller.
6677 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6678 logic change.
6679
f63b508a
SM
66802018-06-18 Weimin Pan <weimin.pan@oracle.com>
6681
6682 PR gdb/16841
6683 * gdb.cp/typedef-base.cc: New file.
6684 * gdb.cp/typedef-base.exp: New file.
6685
0fe3a558
TV
66862018-06-18 Tom de Vries <tdevries@suse.de>
6687
6688 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6689
7010835a
AB
66902018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6691 Richard Bunt <Richard.Bunt@arm.com>
6692
6693 * gdb.threads/attach-slow-waitpid.c: New file.
6694 * gdb.threads/attach-slow-waitpid.exp: New file.
6695 * gdb.threads/slow-waitpid.c: New file.
6696
14897d65
PA
66972018-06-14 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.base/fork-running-state.c: Include <errno.h>.
6700 (exit_if_relative_exits): New.
6701 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6702 exits.
6703 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6704 child exits.
6705
5d9a0608
TV
67062018-06-14 Tom de Vries <tdevries@suse.de>
6707
6708 PR cli/22573
6709 * gdb.base/finish-pretty.c: New test.
6710 * gdb.base/finish-pretty.exp: New file.
6711
11ae5818
PA
67122018-06-14 Pedro Alves <palves@redhat.com>
6713
6714 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6715 gdb's expected startup output.
6716
1d39de44
PA
67172018-06-14 Pedro Alves <palves@redhat.com>
6718
6719 * lib/selftest-support.exp (selftest_setup): Remove inlined
6720 function handling.
6721
70ee0000
TV
67222018-06-14 Tom de Vries <tdevries@suse.de>
6723
6724 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6725 matching of breakpoint printing.
6726
11f4b608
TV
67272018-06-13 Tom de Vries <tdevries@suse.de>
6728
6729 PR testsuite/23269
6730 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6731 (fork_child): ... here, and ...
6732 (fork_parent): ... here.
6733
67342018-06-12 Tom de Vries <tdevries@suse.de>
6735
6736 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6737
9516f85a
AB
67382018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6739 Stephen Roberts <stephen.roberts@arm.com>
6740
6741 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6742 rewrite test to describe action performed, rather than possible
6743 failure.
6744
5045b3d7
GB
67452018-06-08 Gary Benson <gbenson@redhat.com>
6746
6747 * gdb.threads/check-libthread-db.exp: New file.
6748 * gdb.threads/check-libthread-db.c: Likewise.
6749
c61b06a1
TT
67502018-06-05 Tom Tromey <tom@tromey.com>
6751
6752 * gdb.base/default.exp: Update expected "show version" output.
6753
eb6af809
TT
67542018-06-05 Tom Tromey <tom@tromey.com>
6755
6756 PR cli/12326:
6757 * gdb.cp/static-print-quit.exp: Update.
6758 * lib/gdb.exp (pagination_prompt): Update.
6759 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6760 * gdb.python/python.exp: Update.
6761
178d6a63
JB
67622018-06-04 Joel Brobecker <brobecker@adacore.com>
6763
6764 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6765
8e817061
JB
67662018-06-01 Joel Brobecker <brobecker@adacore.com>
6767
6768 * gdb.ada/bp_fun_addr: New testcase.
6769
e86ca25f
TT
67702018-06-01 Tom Tromey <tom@tromey.com>
6771
6772 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6773 results.
6774 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6775 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6776 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6777 * gdb.base/maint.exp (maint_pass_if): Update.
6778
4b2dfa9d
MR
67792018-05-31 Maciej W. Rozycki <macro@mips.com>
6780
6781 * gdb.base/endian.exp: New test.
6782 * gdb.base/endian.c: New test source.
6783
45f25d6c
AB
67842018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6785
6786 PR gdb/23203
6787 * gdb.base/bt-selected-frame.c: New file.
6788 * gdb.base/bt-selected-frame.exp: New file.
6789 * lib/gdb.exp (get_current_frame_number): New function.
6790
d9f6d7f8
MR
67912018-05-24 Maciej W. Rozycki <macro@mips.com>
6792 Pedro Alves <palves@redhat.com>
6793
6794 * gdb.threads/tls-core.c: Include <stdlib.h>
6795 (thread_proc): Call `abort'.
6796 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6797 (tls_core_test): New procedure, bits factored out from ...
6798 (top level): ... here. Test both native cores and gcore cores.
6799
ff1cf532
TT
68002018-05-23 Tom Tromey <tom@tromey.com>
6801
6802 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6803
b98664d3
TT
68042018-05-23 Tom Tromey <tom@tromey.com>
6805
6806 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6807 symfile_complaints.
6808 (test_short_complaints): Likewise.
6809 (test_empty_complaints): Likewise.
6810 (test_initial_complaints): Update.
6811
4e9668d0
TT
68122018-05-23 Tom Tromey <tom@tromey.com>
6813
6814 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6815
43ba33c7
TT
68162018-05-23 Tom Tromey <tom@tromey.com>
6817
6818 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6819 (test_short_complaints): Update.
6820
035522c0
PA
68212018-05-22 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.base/remote.exp: Only gdb_start after compiling the
6824 testcase. Issue "disconnect" before testing "set remote" command
6825 defaults. Issue clean_restart before running to main.
6826
cc0be08f
PA
68272018-05-22 Pedro Alves <palves@redhat.com>
6828
6829 * gdb.base/remote.exp: Adjust expected output of "show remote
6830 memory-write-packet-size". Add tests for "set remote
6831 memory-write-packet-size 0" and "set remote
6832 memory-write-packet-size fixed/limit".
6833
b1b60145
PA
68342018-05-22 Pedro Alves <palves@redhat.com>
6835
6836 PR gdb/22973
6837 * gdb.base/utf8-identifiers.c: New file.
6838 * gdb.base/utf8-identifiers.exp: New file.
6839
0ec848ad
PFC
68402018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6841
6842 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6843
2c3305f6
PFC
68442018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6845
6846 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6847
ce1e8424
TT
68482018-05-18 Tom Tromey <tom@tromey.com>
6849
6850 * gdb.base/ptype-offsets.exp: Update.
6851
ddfe970e
KS
68522018-05-17 Keith Seitz <keiths@redhat.com>
6853
6854 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6855 in expected breakpoint stop locations.
6856 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6857 move to proper scope to test variable values.
6858 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6859 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6860 New functions.
6861 (main): Call not_inline_func3.
6862 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6863 inline_func1, inline_func2, and inline_func3. Test that when each
6864 breakpoint is hit, GDB properly reports both the stop location
6865 and the backtrace. Repeat tests for temporary breakpoints.
6866
0726fcc6
MR
68672018-05-15 Maciej W. Rozycki <macro@mips.com>
6868
6869 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6870 rather then trying to access it in determining whether the PID
6871 of `gdbserver' could have been retrieved.
6872
8ee22052
AB
68732018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6874
6875 * gdb.arch/amd64-init-x87-values.S: New file.
6876 * gdb.arch/amd64-init-x87-values.exp: New file.
6877
7785df48
JK
68782018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6879
6880 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6881
56bcdbea
TT
68822018-05-04 Tom Tromey <tom@tromey.com>
6883
6884 PR python/22730:
6885 * gdb.python/python.exp: Test multi-line execute.
6886
a913fffb
TT
68872018-05-04 Tom Tromey <tom@tromey.com>
6888
6889 PR python/22731:
6890 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6891
7a2c85f2
TT
68922018-05-04 Tom Tromey <tom@tromey.com>
6893
6894 PR gdb/11750:
6895 * gdb.base/define.exp: Test defining a user command inside a user
6896 command.
6897 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6898
a3b60e45
JK
68992018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6900 Pedro Alves <palves@redhat.com>
6901
6902 PR breakpoints/19806 and support for PR external/20207.
6903 * gdb.base/watchpoint-unaligned.c: New file.
6904 * gdb.base/watchpoint-unaligned.exp: New file.
6905
45fe4a03
AB
69062018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6907
6908 * gdb.base/maint.exp: Make test names unique, use
6909 test_prefix_command_help to test 'help maint info', and remove
6910 repeated test of 'help maint'.
6911
9be2ae8f
TT
69122018-05-04 Tom Tromey <tom@tromey.com>
6913
6914 PR gdb/22619:
6915 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6916 behavior.
6917
11859c31
AB
69182018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6919
6920 * gdb.base/maint.exp: Process output from 'maint print registers'
6921 line at a time.
6922
089a9490
AB
69232018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6924
6925 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6926 timeout.
6927
9b0797e2
AB
69282018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6929
6930 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6931 filter pattern.
6932
f6ac5f3d
PA
69332018-05-02 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6936 to_log_command renames.
6937 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6938
77d3c63b
TT
69392018-05-02 Tom Tromey <tom@tromey.com>
6940
6941 * gdb.python/py-parameter.exp: Set test message.
6942
0489430a
TT
69432018-05-02 Tom Tromey <tom@tromey.com>
6944
6945 PR python/20084:
6946 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6947 PARAM_ZUINTEGER_UNLIMITED tests.
6948
1632f8ba
DR
69492018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6950
6951 PR rust/23124
6952 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6953 when casting.
6954
6d7bb824
TT
69552018-04-30 Tom Tromey <tom@tromey.com>
6956
6957 * gdb.python/py-type.exp: Check align attribute.
6958 * gdb.python/py-type.c: New "aligncheck" global.
6959
007e1530
TT
69602018-04-30 Tom Tromey <tom@tromey.com>
6961
6962 PR exp/17095:
6963 * gdb.dwarf2/dw2-align.exp: New file.
6964 * gdb.cp/align.exp: New file.
6965 * gdb.base/align.exp: New file.
6966 * lib/gdb.exp (gdb_int128_helper): New proc.
6967 (has_int128_c, has_int128_cxx): New caching procs.
6968
6873858b
TT
69692018-04-27 Tom Tromey <tom@tromey.com>
6970
6971 PR rust/22545:
6972 * gdb.rust/simple.exp: Add inclusive range tests.
6973
79188d8d
PA
69742018-04-26 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6977 ifunc breakpoint locations correctly of ifunc breakpoints set
6978 while the program resolves the ifunc.
6979
c7075ad5
PA
69802018-04-26 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.base/gnu-ifunc-final.c: New file.
6983 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6984 * gdb.base/gnu-ifunc.exp (executable): Delete.
6985 (staticexecutable): Adjust.
6986 (lib_opts, exec_opts): Delete.
6987 (make_binsuffix, build, set-break): New procedures.
6988 (misc_tests): New, with tests factored out from the top level.
6989 (top level): Test different combinations of ifunc resolver name,
6990 resolver with and with debug info, and ifunc target with and
6991 without debug info. Wrap static tests with with_target_prefix.
6992
8388016d
PA
69932018-04-26 Pedro Alves <palves@redhat.com>
6994
6995 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6996 return type" warnings.
6997
249b5733
PA
69982018-04-25 Pedro Alves <palves@redhat.com>
6999
7000 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7001 killed".
7002 * gdb.base/kill-after-signal.exp: Likewise.
7003 * gdb.threads/kill.exp: Likewise.
7004
f67c0c91
SDJ
70052018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7006 Sergio Durigan Junior <sergiodj@redhat.com>
7007 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7010 regexps to expect for '[Inferior ... detached]' as well.
7011 * gdb.base/attach.exp: Likewise.
7012 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7013 "gdb_continue_to_end".
7014 (test_catch_syscall_with_wrong_args): Likewise.
7015 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7016 ']'. Don't set 'verbose' on.
7017 * gdb.base/foll-vfork.exp: Likewise.
7018 * gdb.base/fork-print-inferior-events.c: New file.
7019 * gdb.base/fork-print-inferior-events.exp: New file.
7020 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7021 '[Inferior ... has been killed]' message.
7022 * gdb.base/kill-after-signal.exp: Likewise.
7023 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7024 detach message.
7025 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7026 message.
7027 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7028 regexps to expect for '[Inferior ... detached]' as well.
7029 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7030
0a8ddac4
SM
70312018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7032
7033 PR gdb/23104
7034 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7035
701adfb0
PA
70362018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7037
7038 PR gdb/23095
7039 * gdb.base/break-probes.exp: Pass shlib_load to
7040 prepare_for_testing. Set normal_bp to r_debug_state if target is
7041 bsd.
7042
d27d16bf
RB
70432018-04-19 Richard Bunt <richard.bunt@arm.com>
7044
7045 * gdb.threads/multiple-successive-infcall.c: New test.
7046 * gdb.threads/multiple-successive-infcall.exp: New file.
7047
a037790e
TT
70482018-04-17 Tom Tromey <tom@tromey.com>
7049
7050 * gdb.rust/simple.rs (Union): New type.
7051 (main): New local "u".
7052 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7053
e3a91079
AA
70542018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7055
7056 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7057 number information in output of "whereis" command.
7058 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7059
b744723f
AA
70602018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7061
7062 * gdb.ada/info_types.exp: Adjust expected output to the line
7063 numbers now printed by "info var/func/type".
7064 * gdb.base/completion.exp: Likewise.
7065 * gdb.base/included.exp: Likewise.
7066 * gdb.cp/cp-relocate.exp: Likewise.
7067 * gdb.cp/cplusfuncs.exp: Likewise.
7068 * gdb.cp/namespace.exp: Likewise.
7069 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7070
4a4495d6
MM
70712018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7072
7073 * gdb.btrace/cpu.exp: New.
7074
1d509aa6
MM
70752018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7076
7077 * gdb.base/step-indirect-call-thunk.exp: New.
7078 * gdb.base/step-indirect-call-thunk.c: New.
7079 * gdb.reverse/step-indirect-call-thunk.exp: New.
7080 * gdb.reverse/step-indirect-call-thunk.c: New.
7081
6295b6da
SM
70822018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7083
7084 * gdb.base/pie-fork.c: New file.
7085 * gdb.base/pie-fork.exp: New file.
7086
50146e70
TT
70872018-04-11 Tom Tromey <tom@tromey.com>
7088
7089 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7090
f50d8a2e
PA
70912018-04-10 Pedro Alves <palves@redhat.com>
7092
7093 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7094 exits. Instead loop running forever.
7095 (fork_parent): Run forever too.
7096
a0be7a36
SM
70972018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7098
7099 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7100 mi_continue_to_line.
7101 * gdb.mi/mi-stack.c (callee4): Add comment.
7102
9b73db36
SM
71032018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7104
7105 * gdb.mi/mi-stack.exp: Fix indentation.
7106
c912f608
SM
71072018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7108
7109 PR gdb/22979
7110 * gdb.arch/amd64-osabi.exp: New file.
7111
26540402
SM
71122018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7113
7114 PR gdb/22980
7115 * gdb.base/osabi.exp: New file.
7116
121ad66c 71172018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7118
7119 * gdb.cp/static-typedef-print.exp: New file.
7120 * gdb.cp/static-typedef-print.cc: New file.
7121
3fcded8f
JB
71222018-03-27 Joel Brobecker <brobecker@adacore.com>
7123
7124 * gdb.ada/varsize_limit: New testcase.
7125
59cc4834
JB
71262018-03-27 Joel Brobecker <brobecker@adacore.com>
7127
7128 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7129
7130 * gdb.ada/notcplusplus: New testcase.
7131
7132 * gdb.base/c-linkage-name.c: New file.
7133 * gdb.base/c-linkage-name.exp: New testcase.
7134
4ca59a9f
TT
71352018-03-26 Tom Tromey <tom@tromey.com>
7136
7137 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7138 * gdb.python/py-framefilter.py (name_error): New global.
7139 (ErrorInName.function): Use name_error.
7140
978d6c75
TT
71412018-03-26 Tom Tromey <tom@tromey.com>
7142
7143 PR backtrace/15582:
7144 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7145
b7fee5a3
KS
71462018-03-23 Keith Seitz <keiths@redhat.com>
7147
7148 PR c++/22968
7149 * gdb.cp/subtypes.exp: New file.
7150 * gdb.cp/subtypes.h: New file.
7151 * gdb.cp/subtypes.cc: New file.
7152 * gdb.cp/subtypes-2.cc: New file.
7153
376be529
AB
71542018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7155
7156 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7157 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7158 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7159 -nostartfiles when compiling the test. Confirm that all registers
7160 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7161
066cfa98
AB
71622018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7163
7164 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7165 option, syntax was wrong anyway.
7166 * gdb.arch/arm-disp-step.exp: Likewise.
7167 * gdb.arch/sparc64-regs.exp: Likewise.
7168 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7169 option, syntax was wrong anyway, switch to use
7170 prepare_for_testing.
7171 * gdb.arch/i386-disp-step.exp: Likewise.
7172
079670b9
AA
71732018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7174
7175 * gdb.ada/exec_changed.exp: Replace "target_info exists
7176 use_gdb_stub" by "use_gdb_stub".
7177 * gdb.ada/start.exp: Likewise.
7178 * gdb.base/async-shell.exp: Likewise.
7179 * gdb.base/attach-pie-misread.exp: Likewise.
7180 * gdb.base/attach-wait-input.exp: Likewise.
7181 * gdb.base/break-entry.exp: Likewise.
7182 * gdb.base/break-interp.exp: Likewise.
7183 * gdb.base/dprintf-detach.exp: Likewise.
7184 * gdb.base/nostdlib.exp: Likewise.
7185 * gdb.base/solib-nodir.exp: Likewise.
7186 * gdb.base/statistics.exp: Likewise.
7187 * gdb.base/testenv.exp: Likewise.
7188 * gdb.mi/mi-exec-run.exp: Likewise.
7189 * gdb.mi/mi-start.exp: Likewise.
7190 * gdb.multi/dummy-frame-restore.exp: Likewise.
7191 * gdb.multi/multi-arch-exec.exp: Likewise.
7192 * gdb.multi/multi-arch.exp: Likewise.
7193 * gdb.multi/tids.exp: Likewise.
7194 * gdb.multi/watchpoint-multi.exp: Likewise.
7195 * gdb.python/py-events.exp: Likewise.
7196 * gdb.threads/attach-into-signal.exp: Likewise.
7197 * gdb.threads/attach-stopped.exp: Likewise.
7198 * gdb.threads/threadapply.exp: Likewise.
7199 * lib/selftest-support.exp: Likewise.
7200
26d6cec4
AA
72012018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7202
7203 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7204
4ee89e90
SR
72052018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7206
7207 * gdb.perf/template-breakpoints.cc: New file.
7208 * gdb.perf/template-breakpoints.exp: New file.
7209 * gdb.perf/template-breakpoints.py: New file.
7210
92630041
TT
72112018-03-19 Tom Tromey <tom@tromey.com>
7212
7213 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7214 y0.
7215 * gdb.rust/simple.exp: Test bare identifier form of struct
7216 initializer.
7217
76727919
TT
72182018-03-19 Tom Tromey <tom@tromey.com>
7219
7220 * gdb.gdb/observer.exp: Remove.
7221
194ed413
AA
72222018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7223
7224 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7225 "qualified" option when setting breakpoints.
7226 * gdb.trace/backtrace.exp: Likewise.
7227 * gdb.trace/circ.exp: Likewise.
7228 * gdb.trace/collection.exp: Likewise.
7229 * gdb.trace/disconnected-tracing.exp: Likewise.
7230 * gdb.trace/ftrace-lock.exp: Likewise.
7231 * gdb.trace/ftrace.exp: Likewise.
7232 * gdb.trace/infotrace.exp: Likewise.
7233 * gdb.trace/packetlen.exp: Likewise.
7234 * gdb.trace/passc-dyn.exp: Likewise.
7235 * gdb.trace/qtro.exp: Likewise.
7236 * gdb.trace/read-memory.exp: Likewise.
7237 * gdb.trace/report.exp: Likewise.
7238 * gdb.trace/signal.exp: Likewise.
7239 * gdb.trace/status-stop.exp: Likewise.
7240 * gdb.trace/strace.exp: Likewise.
7241 * gdb.trace/tfind.exp: Likewise.
7242 * gdb.trace/trace-break.exp: Likewise.
7243 * gdb.trace/trace-condition.exp: Likewise.
7244 * gdb.trace/trace-mt.exp: Likewise.
7245 * gdb.trace/tstatus.exp: Likewise.
7246 * gdb.trace/tsv.exp: Likewise.
7247 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7248 * gdb.trace/unavailable.exp: Likewise.
7249 * gdb.trace/while-dyn.exp: Likewise.
7250
8b067d2c
AA
72512018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7252
7253 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7254 that libinproctrace is copied to the target.
7255
3ae9ce5d
TT
72562018-03-14 Tom Tromey <tom@tromey.com>
7257
7258 PR cli/14977:
7259 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7260 a null pointer.
7261 * gdb.base/wchar.exp: Likewise.
7262
b8c2339b
TT
72632018-03-14 Tom Tromey <tom@tromey.com>
7264
7265 PR cli/19918:
7266 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7267 flag.
7268
4872dc46
SM
72692018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7270
7271 PR gdb/22841
7272 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7273 "target" to remote_exec.
7274
e4fe3756
SM
72752018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7276
7277 PR gdb/22841
7278 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7279 ${board}_upload): Remove.
7280
e95a97d4
AA
72812018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7282
7283 * gdb.cp/watch-cp.cc: New test.
7284 * gdb.cp/watch-cp.exp: New file.
7285
dbbb1059
AB
72862018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7287
7288 * gdb.base/infcall-nested-structs.exp: New file.
7289 * gdb.base/infcall-nested-structs.c: New file.
7290 * gdb.base/float.exp: Add riscv support.
7291
ecc054c0
TP
72922018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7293
7294 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7295 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7296
25e3c82c
SDJ
72972018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7298
7299 * gdb.server/abspath.exp: New file.
7300 * lib/gdb.exp (with_cwd): New procedure.
7301
3083294d
SM
73022018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7303
7304 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7305 use it.
7306 (gdb_is_target_remote_prompt): New proc.
7307 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7308 (gdb_is_target_native): Pass prompt parameter to
7309 gdb_is_target_1.
7310
3275ef47
SM
73112018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7312
7313 * gdb.base/load-command.c: New file.
7314 * gdb.base/load-command.exp: New file.
7315 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7316 (gdb_is_target_1): ...this, and generalize for other targets
7317 than just remote.
7318 (gdb_is_target_remote): Use gdb_is_target_1.
7319 (gdb_is_target_native): use gdb_is_target_1.
7320
6893c19a
TT
73212018-02-26 Tom Tromey <tom@tromey.com>
7322
7323 PR python/16497:
7324 * gdb.python/py-framefilter.exp: Update test.
7325
2ddeaf8a
TT
73262018-02-26 Tom Tromey <tom@tromey.com>
7327
7328 * gdb.dwarf2/variant.c: New file.
7329 * gdb.dwarf2/variant.exp: New file.
7330
c9317f21
TT
73312018-02-26 Tom Tromey <tom@tromey.com>
7332
7333 * gdb.rust/simple.exp: Accept more possible results in enum test.
7334
6f6d0c26
SM
73352018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7336
7337 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7338 parentheses.
7339
11b03145
MR
73402018-02-23 Maciej W. Rozycki <macro@mips.com>
7341
7342 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7343 name of a variable: $actual_linejj -> $actual_line.
7344
54a27fe5
JB
73452018-02-21 John Baldwin <jhb@FreeBSD.org>
7346
7347 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7348
de65820c
MM
73492018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7350
7351 * gdb.btrace/buffer-size.exp: Do not force BTS.
7352
980548fd
PA
73532018-02-14 Pedro Alves <palves@redhat.com>
7354
7355 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7356 getting a "Quit".
7357
c4e12631
MM
73582018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7359
7360 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7361 Fix test name.
7362
c2e0e465
SM
73632018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7364
7365 * gdb.cp/m-static.exp: Check type of optimized out static
7366 member.
7367
f7216783
AB
73682018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7369
7370 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7371 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7372
0625771b
LS
73732018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7374 Leszek Swirski <leszeks@google.com>
7375
7376 * gdb.python/py-prettyprint.c
7377 (struct to_string_returns_value_inner,
7378 struct to_string_returns_value_wrapper): New.
7379 (main): Add tsrvw variable.
7380 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7381 ToStringReturnsValueWrapper): New classes.
7382 (register_pretty_printers): Register new pretty-printers.
7383 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7384 recursive pretty printer.
7385 * gdb.python/py-mi.exp: Likewise.
7386
59498c30
LS
73872018-02-01 Leszek Swirski <leszeks@google.com>
7388
7389 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7390 functions with the same name as an include file are parsed
7391 correctly.
7392
d4d38844
YQ
73932018-02-01 Yao Qi <yao.qi@linaro.org>
7394
7395 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7396 "\[^\r\n\]*".
7397
07e5f5cf
NP
73982018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7399
7400 * gdb.arch/powerpc-prologue-frame.s: New file.
7401 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7402 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7403
929b5ad4
JB
74042018-01-31 Joel Brobecker <brobecker@adacore.com>
7405
7406 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7407
e671cd59
PA
74082018-01-30 Pedro Alves <palves@redhat.com>
7409
7410 PR gdb/13211
7411 * gdb.base/interrupt-daemon.c: New.
7412 * gdb.base/interrupt-daemon.exp: New.
7413 * gdb.multi/multi-term-settings.c: New.
7414 * gdb.multi/multi-term-settings.exp: New.
7415
fc413dc4
JB
74162018-01-30 Joel Brobecker <brobecker@adacore.com>
7417
7418 * gdb.base/break.exp: Save the location where the breakpoint
7419 on break.c:47 was actually inserted when debugging the version
7420 compiled at -O2 and use it in the expected output of the "info
7421 break" test performed soon after.
7422
5c319bb2
PA
74232018-01-22 Pedro Alves <palves@redhat.com>
7424 Sergio Durigan Junior <sergiodj@redhat.com>
7425
7426 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7427 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7428
a9e40818
JB
74292018-01-22 Joel Brobecker <brobecker@adacore.com>
7430
7431 * gdb.base/break-include.c, gdb.base/break-include.inc,
7432 gdb.base/break-include.exp: New files.
7433 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7434 line number now being the actual line number where the breakpoint
7435 was inserted.
7436 * gdb.mi/mi-break.exp: Likewise.
7437 * gdb.mi/mi-reverse.exp: Likewise.
7438 * gdb.mi/mi-simplerun.exp: Ditto.
7439
e707fc44
AB
74402018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7441
7442 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7443 varobj.
7444 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7445
ae451627
AB
74462018-01-21 Don Breazeal <donb@codesourcery.com>
7447 Andrew Burgess <andrew.burgess@embecosm.com>
7448
7449 * gdb.mi/basics.c: Add new global.
7450 * gdb.mi/mi-frame-regs.exp: New file.
7451 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7452 case.
7453
b1b189e0
AB
74542018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7455
7456 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7457 non-parameter, and on an unknown symbol.
7458
fcfcc376
TT
74592018-01-19 Tom Tromey <tom@tromey.com>
7460
7461 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7462 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7463
634c1c31
AA
74642018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7465
7466 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7467 setrlimit and chdir to int.
7468
d6ad07fd
AA
74692018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7470
7471 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7472 function.
7473 (my_tend): Likewise.
7474 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7475 rationale of avoiding FP- and vector instructions.
7476
adf8243b
RK
74772018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7478
7479 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7480 "info reg" with "\[ \t\]*".
7481 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7482 "\[ \t\]+".
7483 * gdb.arch/s390-multiarch.exp: Ditto.
7484 * gdb.base/pc-fp.exp: Ditto.
7485 * gdb.reverse/i386-precsave.exp: Ditto.
7486 * gdb.reverse/i386-reverse.exp: Ditto.
7487 * gdb.reverse/i387-env-reverse.exp: Ditto.
7488 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7489
dcc06925
AA
74902018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7491
7492 * lib/gdb.exp (gdb_compile): Re-enable use of
7493 universal_compile_options for languages other than Rust.
7494
25d4fd80
AA
74952018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7496
7497 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7498
ee7f689e 74992018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7500
7501 PR gdb/16577
7502 * gdb.base/solib-vanish.exp: New.
7503 * gdb.base/solib-vanish-main.c: New.
7504 * gdb.base/solib-vanish-lib1.c: New.
7505 * gdb.base/solib-vanish-lib2.c: New.
7506
d8447b6b
YQ
75072018-01-17 Yao Qi <yao.qi@linaro.org>
7508
7509 * gdb.compile/compile.exp: Match the address printed for
7510 frame in the output of command "bt".
7511
86d6a90c
TT
75122018-01-15 Tom Tromey <tom@tromey.com>
7513
7514 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7515 compute sp_reg.
7516
cbcdb1aa
AB
75172018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7518
7519 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7520 to prepare.
7521 (prepare): Return 0 on error, 1 on success.
7522
eea61984
PA
75232018-01-12 Pedro Alves <palves@redhat.com>
7524
7525 * gdb.base/continue-after-aborted-step-over.c: New.
7526 * gdb.base/continue-after-aborted-step-over.exp: New.
7527
6181e9c2
SM
75282018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7529
7530 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7531 options when not creating an executable.
7532
3cada740
PA
75332018-01-11 Pedro Alves <palves@redhat.com>
7534
7535 PR remote/22597
7536 * gdb.server/stop-reply-no-thread.c: New file.
7537 * gdb.server/stop-reply-no-thread.exp: New file.
7538
c63d3e8d
PA
75392018-01-10 Pedro Alves <palves@redhat.com>
7540
7541 PR gdb/22670
7542 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7543 functions too. Test setting breakpoints and printing C functions
7544 with no debug info too.
7545 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7546
d4c2a405
PA
75472018-01-10 Pedro Alves <palves@redhat.com>
7548
7549 PR gdb/22670
7550 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7551 a fail.
7552
8825213e
PA
75532018-01-10 Pedro Alves <palves@redhat.com>
7554
7555 PR gdb/22670
7556 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7557
605fd3c6
YQ
75582018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7559
7560 * gdb.server/unittest.exp: Match the output in non-development
7561 mode.
7562
1e5ded6c
YQ
75632018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7564
7565 * gdb.gdb/unittest.exp: Match output in non-development mode.
7566
30066b0b
JB
75672018-01-08 Joel Brobecker <brobecker@adacore.com>
7568
7569 * gdb.ada/access_tagged_param.exp: Relax expected output
7570 for value of "ObjL" in "continue" to pck.inspect breakpoint
7571 test.
7572
04bafb1e
XR
75732018-01-08 Joel Brobecker <brobecker@adacore.com>
7574
9f86398b
JB
7575 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7576 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7577
e379cee6
PA
75782018-01-05 Pedro Alves <palves@redhat.com>
7579
7580 PR gdb/18653
7581 * gdb.base/libsegfault.exp: New.
7582
de63c46b
PA
75832018-01-05 Joel Brobecker <brobecker@adacore.com>
7584
7585 PR gdb/22670
7586 * gdb.ada/access_tagged_param.exp: New file.
7587 * gdb.ada/access_tagged_param/foo.adb: New file.
7588
f98fc17b
PA
75892018-01-05 Pedro Alves <palves@redhat.com>
7590
7591 PR gdb/22670
7592 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7593 exercise lower case too, and to exercise both full matching and
7594 wild matching.
7595
342f8240
JB
75962018-01-05 Joel Brobecker <brobecker@adacore.com>
7597
7598 * gdb.ada/rename_subscript_param: New testcase.
7599
7150d33c
JG
76002018-01-05 Jerome Guitton <guitton@adacore.com>
7601
7602 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7603
cc0e770c
JB
76042018-01-05 Joel Brobecker <brobecker@adacore.com>
7605
7606 * gdb.ada/convvar_comp: New testcase.
7607
672a41aa 76082018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7609
7610 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7611 (My_Table): New global variable.
7612 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7613
7365ec2f
JB
76142018-01-04 Joel Brobecker <brobecker@adacore.com>
7615
7616 PR gdb/22670
7617 * gdb.ada/maint_with_ada: New testcase.
7618
289483b6
JB
76192018-01-04 Joel Brobecker <brobecker@adacore.com>
7620
7621 PR gdb/22670
7622 * gdb.ada/bp_c_mixed_case: New testcase.
7623
344420da
JB
76242018-01-04 Joel Brobecker <brobecker@adacore.com>
7625
7626 PR gdb/22670
7627 * gdb.ada/complete.exp: Add "complete break ada" test.
7628
66fc87a0
JB
76292018-01-04 Joel Brobecker <brobecker@adacore.com>
7630
7631 PR gdb/22670
7632 * gdb.ada/info_addr_mixed_case: New testcase.
7633
9f757bf7
XR
76342018-01-03 Xavier Roirand <roirand@adacore.com>
7635
7636 * gdb.ada/excep_handle.exp: New testcase.
7637 * gdb.ada/excep_handle/foo.adb: New file.
7638 * gdb.ada/excep_handle/pck.ads: New file.
7639
bd570f80
JB
76402018-01-03 Joel Brobecker <brobecker@adacore.com>
7641
7642 * gdb.base/step-line.c: Add extra empty line in copyright header.
7643 * gdb.base/step-line.inp: Likewise.
7644
9fe561ab
JB
76452018-01-02 Joel Brobecker <brobecker@adacore.com>
7646
7647 * gdb.ada/dyn_stride.exp: Add slice test.
7648
a405673c
JB
76492018-01-02 Joel Brobecker <brobecker@adacore.com>
7650
7651 * gdb.ada/dyn_stride: New testcase.
7652
cef0f868
SH
76532017-12-27 Stafford Horne <shorne@gmail.com>
7654
7655 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7656 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7657
b67d92b0
SH
76582017-12-27 Stafford Horne <shorne@gmail.com>
7659
7660 * gdb.base/reggroups.c: New file.
7661 * gdb.base/reggroups.exp: New file.
7662
eccab96d
JB
76632017-12-18 Joel Brobecker <brobecker@adacore.com>
7664
7665 * gdb.dwarf2/ada-valprint-error.c: New file.
7666 * gdb.dwarf2/ada-valprint-error.exp: New file.
7667
0e2da9f0
JB
76682017-12-18 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.ada/assign_arr: New testcase.
7671
cb923fcc
XR
76722017-12-18 Xavier Roirand <roirand@adacore.com>
7673
7674 * gdb.ada/funcall_ptr: New testcase.
7675
7c161838
SDJ
76762017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7677
7678 PR cli/16224
7679 * gdb.base/ptype-offsets.cc: New file.
7680 * gdb.base/ptype-offsets.exp: New file.
7681
1af17fd9
YQ
76822017-12-15 Yao Qi <yao.qi@linaro.org>
7683
7684 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7685 if XML is disabled.
7686
828d5846
XR
76872017-12-15 Xavier Roirand <roirand@adacore.com>
7688
7689 * gdb.ada/same_component_name: New testcase.
7690
79e8fcaa
JB
76912017-12-14 Joel Brobecker <brobecker@adacore.com>
7692
7693 * gdb.ada/str_binop_equal: New testcase.
7694
e05fa6f9
JB
76952017-12-14 Joel Brobecker <brobecker@adacore.com>
7696
7697 * gdb.ada/task_switch_in_core: New testcase.
7698
b89641ba
SM
76992017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7700
7701 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7702 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7703 call test_bkpt_qualified.
7704 (test_bkpt_qualified): New proc.
7705
6892d2e4
PA
77062017-12-13 Pedro Alves <palves@redhat.com>
7707
7708 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7709 Tighten regexp by matching with an anchor.
7710
a22ecf70
PA
77112017-12-13 Pedro Alves <palves@redhat.com>
7712
7713 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7714 ("expression with namespace"): New set of tests.
7715 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7716 (Nested::Test_NS::qux): New.
7717 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7718 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7719
9937536c
JB
77202017-12-13 Joel Brobecker <brobecker@adacore.com>
7721
7722 * gdb.base/server-del-break.c: New file.
7723 * gdb.base/server-del-break.exp: New file.
7724
fe49c6f5
SH
77252017-12-12 Stafford Horne <shorne@gmail.com>
7726
7727 * gdb.xml/tdesc-regs.exp: Add or1k support.
7728
c3d18620
SH
77292017-12-12 Stafford Horne <shorne@gmail.com>
7730
7731 * gdb.base/bp-permanent.c: Define nop of or1k.
7732
c5f9cfc8
JB
77332017-12-11 Joel Brobecker <brobecker@adacore.com>
7734
7735 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7736 output with components being reordered.
7737
a9c135fc
JB
77382017-12-11 Joel Brobecker <brobecker@adacore.com>
7739
7740 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7741 output with components being reordered.
7742
927aa2e7
JK
77432017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7744 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.base/maint.exp (check for .gdb_index): Check also for
7747 .debug_names.
7748 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7749 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7750 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7751 (.gdb_index used after symbol reloading): Support also .debug_names.
7752 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7753
f17d9474
YQ
77542017-12-08 Yao Qi <yao.qi@linaro.org>
7755
7756 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7757 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7758
a0de8c21
YQ
77592017-12-08 Yao Qi <yao.qi@linaro.org>
7760
7761 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7762 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7763
a738ea1d
YQ
77642017-12-08 Yao Qi <yao.qi@linaro.org>
7765
7766 * gdb.arch/aarch64-tagged-pointer.c: New file.
7767 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7768
1cd9a73b
SDJ
77692017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7770
7771 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7772 "int".
7773
fa6eb693
KS
77742017-12-07 Keith Seitz <keiths@redhat.com>
7775
7776 PR breakpoints/22569
7777 * gdb.linespec/ls-errs.exp: Change expected result of "break
7778 -source this file has spaces.c -line 3".
7779 Check that an explicit source file followed by whitespace is
7780 identified as an invalid explicit location.
7781
883fd55a
KS
77822017-12-07 Keith Seitz <keiths@redhat.com>
7783
7784 * gdb.cp/nested-types.cc: New file.
7785 * gdb.cp/nested-types.exp: New file.
7786 * lib/cp-support.exp: Load data-structures.exp library.
7787 (debug_cp_test_ptype_class): New global.
7788 (cp_ptype_class_verbose, next_line): New procedures.
7789 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7790 Add and document new return value.
7791 Switch the list of lines to a queue.
7792 Add support for new `type' key for nested type definitions.
7793 Add debugging/troubleshooting messages.
7794 * lib/data-structures.exp: New file.
7795
ec72db3e
SM
77962017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7797
7798 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7799 with proc_with_prefix, don't use with_test_prefix.
7800
99598d71
TT
78012017-12-07 Tom Tromey <tom@tromey.com>
7802
7803 * gdb.base/break.exp: Add test for empty "commands".
7804
a8806230
YQ
78052017-12-07 Yao Qi <yao.qi@linaro.org>
7806
7807 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7808 malloc and catch syscall.
7809
824cc835
PM
78102017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7811
e79be6e5 7812 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7813 tests for explicit locations.
7814
7cc244de
PA
78152017-12-06 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7818 force-disabling XML descriptions.
7819
50a1fdd5
PA
78202017-12-04 Pedro Alves <palves@redhat.com>
7821
7822 PR gdb/22499
7823 * gdb.arch/amd64-disp-step-avx.S: New file.
7824 * gdb.arch/amd64-disp-step-avx.exp: New file.
7825
f0fb2488
PA
78262017-12-03 Pedro Alves <palves@redhat.com>
7827
7828 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7829 and <string.h>.
7830 (parent_function): Print distinct messages when waitpid fails, or
7831 the child exits with a signal, or the child exits for an unhandled
7832 reason.
7833 * gdb.threads/process-dies-while-detaching.exp
7834 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7835 it. Wait for both inferior output and GDB's prompt. Use an
7836 indirect spawn id list.
7837 (do_detach): New parameter 'child_exit'. Use it to compute
7838 expected inferior output.
7839 (test_detach, test_detach_watch, test_detach_killed_outside):
7840 Adjust to pass down the expected child exit kind.
7841
97cbe998
SDJ
78422017-12-01 Joel Brobecker <brobecker@adacore.com>
7843 Sergio Durigan Junior <sergiodj@redhat.com>
7844 Pedro Alves <palves@redhat.com>
7845
7846 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7847
40fc416f
SDJ
78482017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7849
7850 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7851 to 'symbol-file' and 'add-symbol-file' can be
7852 position-independent.
7853
1cc75e92
YQ
78542017-12-01 Yao Qi <yao.qi@linaro.org>
7855
7856 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7857 the URL in copyright header.
7858 * gdb.arch/aarch64-fp.exp: Likewise.
7859 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7860 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7861 * gdb.base/expand-psymtabs.exp: Likewise.
7862 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7863 * gdb.fortran/common-block.exp: Likewise.
7864 * gdb.fortran/common-block.f90: Likewise.
7865 * gdb.fortran/logical.exp: Likewise.
7866 * gdb.fortran/vla-datatypes.f90: Likewise.
7867 * gdb.fortran/vla-sub.f90: Likewise.
7868
875fb7a7
JB
78692017-11-30 Joel Brobecker <brobecker@adacore.com>
7870
7871 * gdb.ada/repeat_dyn: New testcase.
7872
6f14765f
UW
78732017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7874
7875 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7876 Update for changed thread numbering.
7877 * gdb.cell/bt.exp: Update for changed GDB output.
7878
f1af7b94
SM
78792017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7880
7881 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7882 setting isremote by hand.
7883 * boards/dwarf4-gdb-index.exp: Likewise.
7884 * boards/fission.exp: Likewise.
7885 * boards/stabs.exp: Likewise.
7886
e3919f3e
PA
78872017-11-30 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.linespec/cpls-ops.exp
7890 (check_explicit_skips_function_argument): Extract the underlying
7891 type of size_t instead of hardcoding it.
7892
bd69330d
PA
78932017-11-29 Pedro Alves <palves@redhat.com>
7894
7895 PR c++/19436
7896 * gdb.linespec/cpls-abi-tag.cc: New file.
7897 * gdb.linespec/cpls-abi-tag.exp: New file.
7898
a20714ff
PA
78992017-11-29 Pedro Alves <palves@redhat.com>
7900
7901 * gdb.base/langs.exp: Use -qualified.
7902 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7903 it.
7904 * gdb.cp/namespace.exp: Use -qualified.
7905 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7906 (overload-3, template-overload, template-ret-type, const-overload)
7907 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7908 procedures.
7909 (test_driver): Call them.
7910 * gdb.cp/save-bp-qualified.cc: New.
7911 * gdb.cp/save-bp-qualified.exp: New.
7912 * gdb.linespec/explicit.exp: Test -qualified.
7913 * lib/completion-support.exp (completion::explicit_opts_list): Add
7914 "-qualified".
7915 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7916
f6f1d339
PM
79172017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7918
7919 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7920
02ca603a
TT
79212017-11-29 Tom Tromey <tom@tromey.com>
7922
7923 * gdb.base/relocate.exp: Update invalid argument test.
7924 Add new tests for invalid arguments.
7925
ed6c0bfb
TP
79262017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7927
7928 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7929 Return 0 as a long.
7930 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7931
f106e10e
TP
79322017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7933
7934 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7935 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7936 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7937 func ().
7938 * gdb.cp/shadow.cc (B.func): Return 0.
7939
10329bb2
JB
79402017-11-27 Joel Brobecker <brobecker@adacore.com>
7941
7942 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7943 expected output in gdb_expect call to allow the exception
7944 message to be present as well. Fix syntax confusion to avoid
7945 TCL thinking that exception_name is an array.
7946
617cd4bc
UW
79472017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7948
7949 * gdb.arch/spu-info.c: Include <unistd.h>.
7950 (do_signal_test): Fix broken calls to write.
7951 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7952 Fix checks for empty mailboxes. Update signal tests for corrected
7953 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7954 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7955 * gdb.cell/arch.exp: Use standard_output_file.
7956 * gdb.cell/break.exp: Likewise.
7957 * gdb.cell/bt.exp: Likewise.
7958 * gdb.cell/core.exp: Likewise.
7959 * gdb.cell/dwarfaddr.exp: Likewise.
7960 * gdb.cell/ea-cache.exp: Likewise.
7961 * gdb.cell/ea-standalone.exp: Likewise.
7962 * gdb.cell/f-regs.exp: Likewise.
7963 * gdb.cell/fork.exp: Likewise.
7964 * gdb.cell/gcore.exp: Likewise.
7965 * gdb.cell/mem-access.exp: Likewise.
7966 * gdb.cell/ptype.exp: Likewise.
7967 * gdb.cell/registers.exp: Likewise.
7968 * gdb.cell/sizeof.exp: Likewise.
7969 * gdb.cell/solib-symbol.exp: Likewise.
7970 * gdb.cell/solib.exp: Likewise.
617cd4bc 7971
a81aaca0
PA
79722017-11-25 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.base/complete-empty.exp: New file.
7975 * gdb.base/completion.exp: Adjust.
7976
6a3c6ee4
PA
79772017-11-25 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.linespec/cpls-ops.cc: New file.
7980 * gdb.linespec/cpls-ops.exp: New file.
7981 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7982 factored out from ...
7983 (test_complete_prefix_range): ... this.
7984
8955eb2d
PA
79852017-11-24 Pedro Alves <palves@redhat.com>
7986
7987 * gdb.linespec/cpcompletion.exp: New file.
7988 * gdb.linespec/cpls-hyphen.cc: New file.
7989 * gdb.linespec/cpls.cc: New file.
7990 * gdb.linespec/cpls2.cc: New file.
7991 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7992 test to use test_gdb_complete_unique. Add label completion,
7993 keyword completion and explicit location completion tests.
7994 * lib/completion-support.exp: New file.
7995
e547c119
JB
79962017-11-24 Joel Brobecker <brobecker@adacore.com>
7997
7998 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7999 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8000 when hitting an exception catchpoint.
8001
7c3c1aa8
YQ
80022017-11-22 Yao Qi <yao.qi@linaro.org>
8003
8004 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8005
41bd68f5
SM
80062017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8007
8008 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8009 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8010 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8011
1daad298
YQ
80122017-11-22 Yao Qi <yao.qi@linaro.org>
8013
8014 * gdb.base/info-os.exp: Pass pthreads.
8015 * gdb.multi/multi-attach.exp: Likewise.
8016
88465e87
YQ
80172017-11-22 Yao Qi <yao.qi@linaro.org>
8018
8019 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8020 compiler.
8021
dc196b23
YQ
80222017-11-22 Yao Qi <yao.qi@linaro.org>
8023
8024 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8025 * gdb.base/break-interp.exp: Likewise.
8026 * gdb.base/jit-attach-pie.exp: Likewise.
8027
2400729e
UW
80282017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8029
8030 * gdb.base/float128.c (large128): New variable.
8031 * gdb.base/float128.exp: Add test to print largest __float128 value.
8032
7a26362d
UW
80332017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8034
8035 * gdb.arch/vsx-regs.exp: Update register content checks.
8036
ed0f4273
UW
80372017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8038
8039 * gdb.arch/ppc-longdouble.exp: New file.
8040 * gdb.arch/ppc-longdouble.c: Likewise.
8041
a25d69c6
PA
80422017-11-21 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8045
73fcf641
PA
80462017-11-20 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8049 (long_double_typedef): New typedefs.
8050 Use DEF on double and long double.
8051 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8052 cases.
8053 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8054 and 'long_double_ptr_same_size' locals. Use them to decide
8055 whether cast from array/function to float is valid/invalid.
8056
71a3c369
TT
80572017-11-17 Tom Tromey <tom@tromey.com>
8058
8059 * gdb.rust/traits.rs: New file.
8060 * gdb.rust/traits.exp: New file.
8061
ced9779b
JB
80622017-11-17 Joel Brobecker <brobecker@adacore.com>
8063
8064 * gdb.ada/minsyms: New testcase.
8065
a0922d80
PA
80662017-11-16 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8069 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8070
ea04e54c
PA
80712017-11-16 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8074 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8075
e849ea89
PA
80762017-11-16 Pedro Alves <palves@redhat.com>
8077
8078 * gdb.server/reconnect-ctrl-c.c: New file.
8079 * gdb.server/reconnect-ctrl-c.exp: New file.
8080
d8ae99a7
PM
80812017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8082
8083 * gdb.python/py-rbreak.exp: New file.
8084 * gdb.python/py-rbreak.c: New file.
8085 * gdb.python/py-rbreak-func2.c: New file.
8086
968a13f8
PA
80872017-11-16 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8090 pattern.
8091 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8092 GDB.
8093
71774bc9
SM
80942017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8095
8096 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8097 regex.
8098
ddbb44cf
SM
80992017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8100
8101 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8102 test names.
8103
584a564f
PA
81042017-11-09 Pedro Alves <palves@redhat.com>
8105
8106 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8107 factored out from ...
8108 (top level): ... here, and adjusted to avoid expecting beyond the
8109 prompt in a single gdb_test_multiple.
8110
5ed7a928
PA
81112017-11-09 Pedro Alves <palves@redhat.com>
8112
8113 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8114 output.
8115 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8116 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8117 * gdb.server/ext-run.exp ("kill" test): Likewise.
8118 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8119
a60e0738
PA
81202017-11-09 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8123 match till end of line.
8124
2c88253f
PA
81252017-11-09 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8128
c7a38517
PA
81292017-11-09 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8132 New procedures, factored out from ...
8133 (top level): ... here, and adjusted to avoid expecting beyond the
8134 prompt in one go.
8135
f29f4b6b
PA
81362017-11-09 Pedro Alves <palves@redhat.com>
8137
8138 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8139 output. Fix '?' match.
8140
286acbb5
JB
81412017-11-08 Joel Brobecker <brobecker@adacore.com>
8142
8143 * gdb.ada/scoped_watch: New testcase.
8144 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8145 which is actually correct.
8146 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8147 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8148
62d7ae92
PA
81492017-11-08 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.gdb/complaints.exp (test_initial_complaints)
8152 (test_serial_complaints, test_short_complaints): Call
8153 complaint_internal instead of complaint.
8154
280ca31f
DT
81552017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8156
8157 * gdb.threads/tls-core.c: New file.
8158 * gdb.threads/tls-core.exp: Likewise.
8159
b5ec771e
PA
81602017-11-08 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8163 (p Exported_Capitalized): New test.
8164 (p exported_capitalized): New test.
8165
a02b41a7
PA
81662017-11-07 Pedro Alves <palves@redhat.com>
8167
8168 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8169
95e95a6d
PA
81702017-11-07 Pedro Alves <palves@redhat.com>
8171
8172 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8173 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8174 (disable_invalid, disable_inverted, disable_negative): New
8175 procedures.
8176 ("bad numbers"): New set of tests.
8177
cee62dbd
PA
81782017-11-07 Pedro Alves <palves@redhat.com>
8179
8180 * gdb.cp/ena-dis-br-range.exp: Add tests.
8181
cc638e86
PA
81822017-11-07 Pedro Alves <palves@redhat.com>
8183
8184 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8185
d0fe4701
XR
81862017-11-07 Xavier Roirand <roirand@adacore.com>
8187 Pedro Alves <palves@redhat.com>
8188
8189 * gdb.base/ena-dis-br.exp: Add reference to
8190 gdb.cp/ena-dis-br-range.exp.
8191 * gdb.cp/ena-dis-br-range.exp: New file.
8192 * gdb.cp/ena-dis-br-range.cc: New file.
8193
46f67f80
PA
81942017-11-06 Pedro Alves <palves@redhat.com>
8195
8196 * gdb.base/attach-non-pgrp-leader.c: New.
8197 * gdb.base/attach-non-pgrp-leader.exp: New.
8198
726e1356
PA
81992017-11-06 Pedro Alves <palves@redhat.com>
8200
8201 * configure.ac: No longer check for termio.h and sgtty.h.
8202 * configure: Regenerate.
8203 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8204 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8205 Remove termio and sgtty code.
8206
50ab6ace
YQ
82072017-11-03 Yao Qi <yao.qi@linaro.org>
8208
8209 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8210 in GDB is disabled.
8211
8e68731c
YQ
82122017-11-03 Yao Qi <yao.qi@linaro.org>
8213
8214 * gdb.python/py-thrhandle.exp: Skip it if python is not
8215 enabled.
8216
3a87ae65
SM
82172017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8218
8219 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8220 as a breakpoint command.
8221
484d8d36
MD
82222017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8223
8224 PR python/21213
8225 * gdb.python/py-infthread.exp: Test calling
8226 InferiorThread.inferior () multiple times in a row.
8227
4a27f119
KS
82282017-10-27 Keith Seitz <keiths@redhat.com>
8229
8230 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8231 Test "info break" for every inlined function breakpoint.
8232
bb11dd58
YQ
82332017-10-27 Yao Qi <yao.qi@linaro.org>
8234
8235 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8236
a43f3893
PF
82372017-10-26 Patrick Frants <osscontribute@gmail.com>
8238
8239 * gdb.cp/classes.exp (test_static_members): Test printing
8240 Outer::instance.
8241 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8242 (Inner::instance, Outer::instance): New.
8243
792ccf00
PA
82442017-10-24 Pedro Alves <palves@redhat.com>
8245
8246 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8247 extra console" test in two stages.
8248
eb2bfbad
PA
82492017-10-24 Pedro Alves <palves@redhat.com>
8250
8251 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8252
1f75a651
PA
82532017-10-24 Pedro Alves <palves@redhat.com>
8254
8255 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8256 loop.
8257
779990d9
PA
82582017-10-24 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8261 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8262
ad9b8f5d
PA
82632017-10-24 Pedro Alves <palves@redhat.com>
8264
8265 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8266 parameter and handle it. Don't output read value in test name.
8267
fee6da6e
PA
82682017-10-24 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8271 custom test name.
8272
10389c2c
PA
82732017-10-24 Pedro Alves <palves@redhat.com>
8274
8275 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8276 include the unstable output directory name in the test's name.
8277 (initial_setup_simple) <'set args'>: Use custom test name.
8278
a80e65a9
PA
82792017-10-24 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8282 with explicit test name.
8283
15763a09
PA
82842017-10-20 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8287 'wait -i'. Use gdb_assert and remote_close.
8288
49a4ce2e
AB
82892017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8290
8291 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8292 number from variable rather than hard-coded.
8293
a75868f5
PA
82942017-10-19 Pedro Alves <palves@redhat.com>
8295
8296 * gdb.base/long-inferior-output.c: New file.
8297 * gdb.base/long-inferior-output.exp: New file.
8298
c8ba13ad
KS
82992017-11-18 Keith Seitz <keiths@redhat.com>
8300
8301 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8302 method.
8303 (main): Call it.
8304 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8305 Add additional user-defined conversion operator tests.
8306
b27de576
PA
83072017-10-17 Pedro Alves <palves@redhat.com>
8308
8309 * boards/native-stdio-gdbserver.exp: Load "local-board".
8310
8484c955
PA
83112017-10-17 Pedro Alves <palves@redhat.com>
8312
8313 * gdb.base/quit-live.c: New file.
8314 * gdb.base/quit-live.exp: New file.
8315
83d5a34d
KS
83162017-10-16 Keith Seitz <keiths@redhat.com>
8317
8318 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8319 (class_with_protected_typedef, class_with_private_typedef)
8320 (struct_with_public_typedef, struct_with_protected_typedef)
8321 (struct_with_private_typedef): New classes/structs.
8322 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8323 typedefs and access specifiers.
8324
739b3f1d
PA
83252017-10-16 Pedro Alves <palves@redhat.com>
8326 Simon Marchi <simon.marchi@polymtl.ca>
8327
8328 * README (Local vs Remote vs Native): New section.
8329 * boards/local-board.exp: New file, with bits factored out from
8330 ...
8331 * boards/native-extended-gdbserver.exp: ... here. Load
8332 "local-board".
8333 * boards/native-gdbserver.exp: Load "local-board".
8334 (${board}_spawn, ${board}_exec): Delete.
8335 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8336 ...
8337 * boards/stdio-gdbserver-base.exp: ... this new file.
8338 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8339 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8340 procedure.
8341 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8342 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8343 stdio_gdbserver_command.
8344 (${board}_get_remote_address, ${board}_get_comm_port)
8345 (${board}_download, ${board}_upload): Delete.
8346 (get_target_remote_pipe_cmd): New.
8347
fe68b953
SM
83482017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8349
8350 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8351 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8352 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8353 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8354 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8355 remove with_test_prefix.
8356
300b6685
PA
83572017-10-13 Pedro Alves <palves@redhat.com>
8358
8359 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8360 * gdb.base/annota1.exp: Use it instead of is_remote.
8361 * gdb.base/annota3.exp: Use it instead of is_remote.
8362 * gdb.cp/annota2.exp: Use it instead of is_remote.
8363 * gdb.cp/annota3.exp: Use it instead of is_remote.
8364 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8365
50500caf
PA
83662017-10-13 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8369 (test_num_test_vars, run_and_count_vars, find_env)
8370 (test_set_unset_env, test_inherit_env_var): New procedures.
8371 (top level): Use them.
8372
dad0c6d2
PA
83732017-10-13 Pedro Alves <palves@redhat.com>
8374
8375 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8376 also skip on stub-like targets.
8377
8b0553c1
PA
83782017-10-13 Pedro Alves <palves@redhat.com>
8379
8380 PR gdb/22293
8381 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8382 (top level): Move some tests to ...
8383 (test_not_found): ... this new procedure.
8384 (top level): Call it.
8385
7594f623
PA
83862017-10-13 Pedro Alves <palves@redhat.com>
8387
8388 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8389 expect different "info terminal" output if testing with a
8390 non-native target.
8391
ebe3b402
PA
83922017-10-13 Pedro Alves <palves@redhat.com>
8393 Simon Marchi <simon.marchi@polymtl.ca>
8394
8395 PR python/12966
8396 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8397
42f1b161
PA
83982017-10-13 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8401 already.
8402
8d6ef72b
PA
84032017-10-13 Pedro Alves <palves@redhat.com>
8404
8405 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8406 is_remote.
8407
d7bcd5b8
PA
84082017-10-13 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8411 is_remote.
8412
df479dc6
PA
84132017-10-13 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8416 is set.
8417 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8418 instead of is_remote.
8419
23fb630a
PA
84202017-10-13 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8423 (top level): Add comment.
8424
cc77b1dc
PA
84252017-10-13 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/remote.exp (top level): Fix comment typo and add
8428 missing return.
8429
27c9e813
PA
84302017-10-13 Pedro Alves <palves@redhat.com>
8431 Simon Marchi <simon.marchi@polymtl.ca>
8432
8433 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8434 calls and add comments. Skip test if use_gdb_stub is set.
8435 (top level): Use "set cwd" command instead of "cd" command.
8436
5e830d98
PA
84372017-10-13 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8440 is_remote target check.
8441
f5ca0032
PA
84422017-10-13 Pedro Alves <palves@redhat.com>
8443
8444 * gdb.base/scope.exp: Use build_executable + clean_restart +
8445 gdb_file_cmd instead of prepare_for_testing and no longer skip
8446 "before run" tests on is_remote target boards. Update comments.
8447 * boards/native-extended-gdbserver.exp
8448 (extended_gdbserver_load_last_file): New, factored out from ...
8449 (gdb_load): ... this. Move further below and add comment.
8450 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8451
8aed1c0d
PA
84522017-10-12 Pedro Alves <palves@redhat.com>
8453
8454 * gdb.base/attach.exp: Remove references to gdb64.
8455 * gdb.base/dbx.exp: Remove references to gdb64.
8456
cfa34c87
SM
84572017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8458 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/label.exp: Remove is_remote target check.
8461
9192b7de
PA
84622017-10-12 Pedro Alves <palves@redhat.com>
8463
8464 * gdb.base/auvx.exp (coredir): Update comment.
8465 (top level) <core_works>: Use "set cwd" command instead of "cd"
8466 command.
8467
6bf0052d
PA
84682017-10-12 Pedro Alves <palves@redhat.com>
8469 Simon Marchi <simon.marchi@polymtl.ca>
8470
8471 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8472 target boards.
8473
e48ef82d
PA
84742017-10-12 Pedro Alves <palves@redhat.com>
8475 Simon Marchi <simon.marchi@polymtl.ca>
8476
8477 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8478 Instead skip if there's any gdb_protocol set.
8479
8d7aea57
SM
84802017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8481 Pedro Alves <palves@redhat.com>
8482
8483 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8484
30440677
PA
84852017-10-12 Pedro Alves <palves@redhat.com>
8486 Simon Marchi <simon.marchi@polymtl.ca>
8487
8488 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8489 instead of on dejagnu remote boards.
8490
4e04f045 84912017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8492 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8493
8494 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8495 checks. Use build_executable + clean_restart instead of
8496 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8497 of enabling non-stop after starting gdb.
8498
871a186e
PA
84992017-10-12 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8502 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8503 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8504 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8505
56d704da
AK
85062017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8507
8508 * gdb.arch/arc-tdesc-cpu.exp: New file.
8509 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8510
2f20e312
SM
85112017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8512
8513 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8514
65630365
PA
85152017-10-10 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8518 expect CLI output.
8519
bf469271
PA
85202017-10-10 Pedro Alves <palves@redhat.com>
8521
8522 * lib/selftest-support.exp (selftest_setup): Update for
8523 captured_command_loop's prototype change.
8524
777a42f1
PA
85252017-10-09 Pedro Alves <palves@redhat.com>
8526
8527 Test both arch1=>arch2 and arch2=>arch1.
8528
8529 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8530 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8531 factored out to...
8532 (append_arch1_options, append_arch2_options, append_arch_options)
8533 (build_executables): New procedures.
8534 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8535 local.
8536 (top level): Add new 'first_arch' testing axis.
8537
cbd2b4e3
PA
85382017-10-09 Pedro Alves <palves@redhat.com>
8539
8540 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8541 (barrier): New.
8542 (thread_start, all_started): New functions.
8543 (main): Spawn new thread and wait until it is scheduled.
8544 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8545 option.
8546 (do_test): Add 'selected_thread' parameter. Run to all_started
8547 instead of main. Explicitly set the breakpoint at main. Switch
8548 to the SELECTED_THREAD thread.
8549 (top level): Test handling the exec event with either the main
8550 thread or the second thread selected.
8551
5c9e4427
PA
85522017-10-09 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8555 logic. Move STOP marker after the value checks.
8556 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8557 regexp.
8558
b3b7c423
SL
85592017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8560
8561 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8562
3b4b2f16
UW
85632017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8564
8565 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8566 integer-to-dfp conversion.
8567 * gdb.base/dfp-test.exp: Likewise.
8568
5cd63fda
PA
85692017-10-04 Pedro Alves <palves@redhat.com>
8570
8571 * gdb.multi/hangout.c: Include <unistd.h>.
8572 (hangout_loop): New function.
8573 (main): Call alarm. Call hangout_loop in a loop.
8574 * gdb.multi/hello.c: Include <unistd.h>.
8575 (hello_loop): New function.
8576 (main): Call alarm. Call hangout_loop in a loop.
8577 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8578 inferior with the other selected.
8579
4c71c105
SM
85802017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8581
8582 * gdb.mi/list-thread-groups-available.exp: New file.
8583 * gdb.mi/list-thread-groups-available.c: New file.
8584
bc3b087d
SDJ
85852017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8586
8587 * gdb.base/set-cwd.exp: Make it available on
8588 native-extended-gdbserver.
8589
d092c5a2
SDJ
85902017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8591
8592 * gdb.base/set-cwd.c: New file.
8593 * gdb.base/set-cwd.exp: Likewise.
8594
45320ffa
TT
85952017-10-02 Tom Tromey <tom@tromey.com>
8596
8597 PR rust/22236:
8598 * gdb.rust/simple.rs (main): New variable "fslice".
8599 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8600
b3e3859b
TT
86012017-10-02 Tom Tromey <tom@tromey.com>
8602
8603 * gdb.rust/simple.exp: Test ptype of a slice.
8604
01af5e0d
TT
86052017-10-02 Tom Tromey <tom@tromey.com>
8606
8607 * gdb.rust/simple.exp: Test index of slice.
8608
a9bbfbd8
TT
86092017-09-27 Tom Tromey <tom@tromey.com>
8610
8611 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8612
df8899e5
TP
86132017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8614 Pedro Alves <palves@redhat.com>
8615
8616 * gdb.base/compare-sections.exp (get value of read-only section): Read
8617 as unsigned value.
8618 (corrupt read-only section): Likewise and don't set written if patching
8619 failed.
8620
757bf54b
KB
86212017-09-21 Kevin Buettner <kevinb@redhat.com>
8622
8623 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8624 files.
8625
06871ae8
PA
86262017-09-20 Pedro Alves <palves@redhat.com>
8627
8628 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8629 symbol names in gdb's output.
8630 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8631
e5f25bc5
PA
86322017-09-20 Pedro Alves <palves@redhat.com>
8633
8634 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8635 Rename to ...
8636 (test_list_ambiguous_symbol): ... this and add a symbol name
8637 parameter. Adjust.
8638 (test_list_ambiguous_function): Reimplement on top of
8639 test_list_ambiguous_symbol and also test listing ambiguous
8640 variables.
8641 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8642 (ambiguous_fun): ... this.
8643 (ambiguous_var): New.
8644 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8645 (ambiguous_fun): ... this.
8646 (ambiguous_var): New.
8647
4e5a4f58
JB
86482017-09-19 John Baldwin <jhb@FreeBSD.org>
8649
8650 * gdb.base/starti.c: New file.
8651 * gdb.base/starti.exp: New file.
8652 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8653
26e53f3e
PA
86542017-09-14 Pedro Alves <palves@redhat.com>
8655
8656 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8657 (top level): Use it instead of runto.
8658
cb791d59
TT
86592017-09-11 Tom Tromey <tom@tromey.com>
8660
8661 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8662
7c96f8c1
TT
86632017-09-11 Tom Tromey <tom@tromey.com>
8664
8665 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8666 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8667
469412dd
CW
86682017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8669
8670 * gdb.fortran/printing-types.exp: New file.
8671 * gdb.fortran/printing-types.exp: New file.
8672
e0f86435
BH
86732017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8674
8675 * gdb.fortran/vla-ptype.exp: Fix typos.
8676 * gdb.fortran/vla-value.exp: Same.
8677
9e9af4be
BH
86782017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8679
8680 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8681 * gdb.mi/mi-var-child-f.exp: Likewise.
8682 * gdb.mi/mi-vla-fortran.exp: Likewise.
8683
a5ad232b 86842017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8685 Christoph Weinmann <christoph.t.weinmann@intel.com>
8686 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8687
8688 * gdb.fortran/ptr-indentation.f90: New file.
8689 * gdb.fortran/ptr-indentation.exp: New file.
8690
5aec60eb
TT
86912017-09-05 Tom Tromey <tom@tromey.com>
8692
8693 PR gdb/22010:
8694 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8695
8f8f8152
TP
86962017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8697
8698 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8699
fbd1b771
JK
87002017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8701
8702 * gdb.threads/tls-nodebug-pie.c: New file.
8703 * gdb.threads/tls-nodebug-pie.exp: New file.
8704
5eb5f850
TT
87052017-09-05 Tom Tromey <tom@tromey.com>
8706
8707 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8708 for rust.
8709
ae780a21
SM
87102017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8711
8712 * gdb.multi/multi-arch-exec.exp: Test with different
8713 "follow-exec-mode" settings.
8714 (do_test): New procedure.
8715
3693fdb3
PA
87162017-09-04 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.base/func-static.c (S::method const, S::method volatile)
8719 (S::method volatile const): New methods.
8720 (c_s, v_s, cv_s): New instances.
8721 (main): Call method() on them.
8722 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8723 (cannot_resolve): New procedure.
8724 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8725 print-quote-unquoted columns.
8726 (do_test): Test printing each scope too.
8727
e68cb8e0
PA
87282017-09-04 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/local-static.exp: Also test with
8731 class::method::variable wholly quoted.
8732 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8733
858be34c
PA
87342017-09-04 Pedro Alves <palves@redhat.com>
8735
8736 * gdb.base/local-static.c: New.
8737 * gdb.base/local-static.cc: New.
8738 * gdb.base/local-static.exp: New.
8739
46a4882b
PA
87402017-09-04 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.asm/asm-source.exp: Add casts to int.
8743 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8744 (dataglobal64_1, dataglobal64_2): New globals.
8745 * gdb.base/nodebug.exp: Test different expressions involving the
8746 new globals, with print, whatis and ptype. Add casts to int.
8747 * gdb.base/solib-display.exp: Add casts to int.
8748 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8749 * gdb.cp/m-static.exp: Add cast to int.
8750 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8751 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8752 tls variable with no debug info without a cast. Test with a cast
8753 to int too.
8754 * gdb.trace/entry-values.exp: Add casts.
8755
2c5a2be1
PA
87562017-09-04 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.base/nodebug.exp: Test that ptype's error about functions
8759 with unknown return type includes the function name too.
8760
7022349d
PA
87612017-09-04 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8764 return type of munmap in infcall.
8765 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8766 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8767 type of ftell in infcall.
8768 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8769 type of getpid in infcall.
8770 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8771 infcall.
8772 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8773 Bail on failure to extract the pid.
8774 * gdb.base/nodebug.c: #include <stdint.h>.
8775 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8776 New functions.
8777 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8778 Change expected output of print/whatis/ptype with functions with
8779 no debug info. Test all supported languages. Call
8780 test_call_promotion.
8781 * gdb.compile/compile.exp: Adjust expected output to expect
8782 warning.
8783 * gdb.threads/siginfo-threads.exp: Likewise.
8784
54990598
PA
87852017-09-04 Pedro Alves <palves@redhat.com>
8786
8787 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8788 "prototypes". Test calling float functions via prototyped and
8789 unprototyped function pointers.
8790 (perform_all_tests): New parameter "prototypes". Pass it down.
8791 (top level): Pass down "prototypes" parameter to
8792 perform_all_tests.
8793
34d16ea2
SM
87942017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8795
8796 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8797 Test with nested loops.
8798
9521ecda
SM
87992017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8800
8801 * gdb.base/commands.exp: Call the new procedures.
8802 (loop_break_test, loop_continue_test): New procedures.
8803
80a65e9b
SM
88042017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8805
8806 * gdb.base/commands.exp: Call new procedure.
8807 (define_if_without_arg_test): New procedure.
8808
e439fa14
PA
88092017-09-04 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.base/list-ambiguous.exp: New file.
8812 * gdb.base/list-ambiguous0.c: New file.
8813 * gdb.base/list-ambiguous1.c: New file.
8814 * gdb.base/list.exp (test_list_range): Adjust expected output.
8815
0a2dde4a
SDJ
88162017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8817
8818 * gdb.base/share-env-with-gdbserver.c: New file.
8819 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8820
5e89eb3a
SM
88212017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8822
8823 * gdb.base/commands.exp (gdbvar_simple_if_test,
8824 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8825 progvar_simple_if_test, progvar_simple_while_test,
8826 progvar_complex_if_while_test, user_defined_command_test,
8827 user_defined_command_args_eval,
8828 user_defined_command_args_stack_test,
8829 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8830 temporary_breakpoint_commands,
8831 gdb_test_no_prompt, redefine_hook_test,
8832 redefine_backtrace_test): Remove "global gdb_prompt".
8833
fd437cbc
SM
88342017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8835
8836 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8837 New proc, call it from toplevel.
8838
87215ad1
SDJ
88392017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8840
8841 PR remote/21852
8842 * gdb.server/normal.c: New file, copied from gdb.base.
8843 * gdb.server/run-without-local-binary.exp: New file.
8844
58afddc6
WP
88452017-08-07 Weimin Pan <weimin.pan@oracle.com>
8846
8847 * gdb.arch/sparc64-adi.exp: New file.
8848 * gdb.arch/sparc64-adi.c: New file.
8849
5277199a
PA
88502017-08-22 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8853 (top level): Add "list all overloads" tests.
8854
14278e1f
TT
88552017-08-22 Tom Tromey <tom@tromey.com>
8856
8857 * gdb.gdb/xfullpath.exp: Remove.
8858
bf223d3e
PA
88592017-08-21 Pedro Alves <palves@redhat.com>
8860
8861 PR gdb/19487
8862 * gdb.base/symbol-alias.c: New.
8863 * gdb.base/symbol-alias2.c: New.
8864 * gdb.base/symbol-alias.exp: New.
8865
c973d0aa
PA
88662017-08-21 Pedro Alves <palves@redhat.com>
8867
8868 * gdb.base/dfp-test.c
8869 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8870 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8871 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8872 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8873 * gdb.base/whatis-ptype-typedefs.c: New.
8874 * gdb.base/whatis-ptype-typedefs.exp: New.
8875 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8876 (an_int, an_int_type, an_int_type2): New globals.
8877 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8878 involving typedefs and cast expressions.
8879 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8880 (lookup_typedefs_function): New.
8881 (typedefs_pretty_printers_dict): New.
8882 (top level): Register lookup_typedefs_function in
8883 gdb.pretty_printers.
8884
6d580b63
YQ
88852017-08-18 Yao Qi <yao.qi@linaro.org>
8886
8887 * gdb.server/unittest.exp: New.
8888
206726fb
SDJ
88892017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8890
8891 PR gdb/21954
8892 * gdb.base/environ.exp: Add test to check if 'unset environment'
8893 works.
8894
bf0ec4c2
AA
88952017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8896
8897 * lib/gdb.exp (universal_compile_options): New caching proc.
8898 (gdb_compile): Suppress GCC's coloring of messages.
8899
d6382fff
TT
89002017-08-14 Tom Tromey <tom@tromey.com>
8901
8902 PR gdb/21675:
8903 * gdb.base/printcmds.exp (test_radices): New function.
8904 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8905 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8906 * lib/gdb.exp (get_integer_valueof): Use p/d.
8907
c2c2dd9f
SM
89082017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8909
8910 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8911 characters.
8912
fdffd6f4
TT
89132017-08-05 Tom Tromey <tom@tromey.com>
8914
8915 * gdb.rust/simple.exp: Allow String to appear in a different
8916 namespace.
8917
27d41eac
YQ
89182017-07-26 Yao Qi <yao.qi@linaro.org>
8919
8920 * gdb.gdb/unittest.exp: Invoke command
8921 "maintenance check xml-descriptions".
8922
031ed05d
AA
89232017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8924
8925 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8926 calling context.
8927 (hex128): Drop erroneous calculation of parameters.
8928
dcd27ddf
SM
89292017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8930
8931 * gdb.python/py-unwind.exp: Disable stack protection when
8932 building test file.
8933
47e77640
PA
89342017-07-20 Pedro Alves <palves@redhat.com>
8935
8936 * gdb.base/default.exp (set language): Adjust expected output.
8937
62d2a18a
PA
89382017-07-20 Pedro Alves <palves@redhat.com>
8939
8940 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8941 (test_minsym): ... this, and make static.
8942 (get_pck__foo__bar__minsym): Rename to ...
8943 (get_test_minsym): ... this.
8944 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8945 symbol names and comments.
8946 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8947 (get_test_minsym): ... this.
8948 (pck__foo__bar__minsym__2): Rename to ...
8949 (test_minsym): ... this.
8950 (main): Adjust.
8951
c45ec17c
PA
89522017-07-17 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/completion.exp: Adjust expected output.
8955 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8956 the completer works.
8957
c6756f62
PA
89582017-07-17 Pedro Alves <palves@redhat.com>
8959
8960 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8961
5bd68487
AB
89622017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8963
8964 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8965
8880f2a9
TT
89662017-07-14 Tom Tromey <tom@tromey.com>
8967
8968 PR rust/21764:
8969 * gdb.rust/simple.exp: Add tests.
8970
65547233
TT
89712017-07-14 Tom Tromey <tom@tromey.com>
8972
8973 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8974
8f14146e
PA
89752017-07-14 Pedro Alves <palves@redhat.com>
8976
8977 * gdb.linespec/base/one/thefile.cc (z1): New function.
8978 * gdb.linespec/base/two/thefile.cc (z2): New function.
8979 * gdb.linespec/linespec.exp: Add tests.
8980
b4365d02
AB
89812017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8982
8983 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8984 to mi_create_breakpoint.
8985
5d2cbaa5
AB
89862017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8987
8988 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8989 mi_create_breakpoint.
8990
11cb5716
IB
89912017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8992
8993 * gdb.dlang/demangle.exp: Update for demangling changes.
8994
03278692
TT
89952017-07-09 Tom Tromey <tom@tromey.com>
8996
8997 * gdb.dwarf2/shortpiece.exp: New file.
8998
33c5cd75
DB
89992017-07-06 David Blaikie <dblaikie@gmail.com>
9000
9001 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9002 built from fissiont-multi-cu{1,2}.c.
9003 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9004 except putting 'main' and 'func' in separate CUs in the same DWO file.
9005 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9006 test.
9007 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9008 test.
9009
8455d262
PA
90102017-07-06 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.python/py-unwind.exp: Test flushregs.
9013
dc4bde35
SDJ
90142017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9015
9016 PR cli/21688
9017 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9018 tests for alias commands and trailing whitespace.
9019
51ed89aa
SDJ
90202017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9021
9022 PR cli/21688
9023 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9024 procedure. Call it.
9025
eb17d413
PA
90262017-06-29 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.base/printcmds.exp: Add tests.
9029
41664b45
DG
90302017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9031
9032 PR gdb/21337
9033 * gdb.base/reread-readsym.exp: New file.
9034 * gdb.base/reread-readsym.c: New file.
9035
75312ae3
KB
90362017-06-21 Kevin Buettner <kevinb@redhat.com>
9037
9038 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9039 subpattern.
9040
66953522
PB
90412017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9042
9043 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9044 extended mnemonic.
9045 * gdb.arch/powerpc-power9.s: Likewise.
9046
5524b525
AA
90472017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9048
9049 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9050 on 32-bit x86 targets. Exploit is_*_target macros where
9051 appropriate.
9052
03c8af18
AA
90532017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9054
9055 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9056 register pieces.
9057
3bf31011
AA
90582017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9059
9060 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9061 located in one or more DWARF pieces.
9062
805acca0
AA
90632017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9064
9065 * lib/gdb.exp (get_endianness): New proc.
9066 * gdb.arch/aarch64-fp.exp: Use it.
9067 * gdb.arch/altivec-regs.exp: Likewise.
9068 * gdb.arch/e500-regs.exp: Likewise.
9069 * gdb.arch/vsx-regs.exp: Likewise.
9070 * gdb.base/dump.exp: Likewise.
9071 * gdb.base/funcargs.exp: Likewise.
9072 * gdb.base/gnu_vector.exp: Likewise.
9073 * gdb.dwarf2/formdata16.exp: Likewise.
9074 * gdb.dwarf2/implptrpiece.exp: Likewise.
9075 * gdb.dwarf2/nonvar-access.exp: Likewise.
9076 * gdb.python/py-inferior.exp: Likewise.
9077 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9078
e9352324
AA
90792017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9080
9081 PR gdb/21226
9082 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9083 stack value pieces are taken from the LSB end.
9084
d5d1163e
AA
90852017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9086
9087 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9088 variable at nonzero offset.
9089
0567c986
AA
90902017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9091
9092 * gdb.dwarf2/var-access.c: New file.
9093 * gdb.dwarf2/var-access.exp: New test.
9094 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9095
973e9aab
TT
90962017-06-12 Tom Tromey <tom@tromey.com>
9097
9098 * gdb.dwarf2/formdata16.exp: Add tests.
9099
d9109c80
TT
91002017-06-12 Tom Tromey <tom@tromey.com>
9101
9102 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9103
30a25466
TT
91042017-06-12 Tom Tromey <tom@tromey.com>
9105
9106 PR exp/16225:
9107 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9108 * gdb.arch/vsx-regs.exp: Update tests.
9109 * gdb.arch/s390-vregs.exp (hex128): New proc.
9110 Update test.
9111 * gdb.arch/altivec-regs.exp: Update tests.
9112
aefd8b33
SDJ
91132017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9114
9115 * gdb.base/startup-with-shell.c: New file.
9116 * gdb.base/startup-with-shell.exp: Likewise.
9117
2090129c
SDJ
91182017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9119
9120 * gdb.server/non-existing-program.exp: Update regex in order to
9121 reflect the fact that gdbserver is now using fork_inferior (with a
9122 shell) to startup the inferior.
9123
8e86a419
SM
91242017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9125
9126 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9127 support function calls from GDB.
9128
e6cf65f2
TT
91292017-05-21 Tom Tromey <tom@tromey.com>
9130
9131 PR rust/21466:
9132 * gdb.rust/unsized.exp: New file.
9133 * gdb.rust/unsized.rs: New file.
9134
43cc5389
TT
91352017-05-19 Tom Tromey <tom@tromey.com>
9136
9137 PR rust/21484:
9138 * gdb.rust/watch.exp: New file.
9139 * gdb.rust/watch.rs: New file.
9140
ec8df234
TT
91412017-05-18 Tom Tromey <tom@tromey.com>
9142
9143 * gdb.rust/simple.exp: Allow Box to be qualified.
9144
3e3e7fae
TP
91452017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9146
9147 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9148
59cc050d
PA
91492017-05-18 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/fileio.c (test_write, test_read, test_close)
9152 (test_fstat): Don't print 'ret' in the fail path.
9153
c8f6abd1
PA
91542017-05-18 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9157 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9158 (test_system, test_rename, test_unlink, test_time): Change
9159 prototypes.
9160 * gdb.base/fileio.exp (stop_msg): Adjust.
9161
d2a03b77
PA
91622017-05-18 Pedro Alves <palves@redhat.com>
9163
9164 * gdb.base/fileio.c (null_str): New global.
9165 (test_stat): Use it.
9166 * gdb.base/fileio.exp: Remove nowarnings.
9167
0d5c6999
YQ
91682017-05-17 Yao Qi <yao.qi@linaro.org>
9169
9170 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9171
21873064
YQ
91722017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9173
9174 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9175 argument command.
9176 (top-level): Invoke test_set_inferior_tty.
9177
d512d31c
PA
91782017-05-04 Pedro Alves <palves@redhat.com>
9179
9180 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9181 Add parens to print call for Python 3.
9182
90cef2ed
KS
91832017-05-03 Keith Seitz <keiths@redhat.com>
9184
9185 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9186 (main): Call it.
9187
14f819c8
TW
91882017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9189
9190 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9191 to prev and next.
9192
913aeadd
TW
91932017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9194
9195 * gdb.python/py-record-btrace.exp: Remove test for
9196 gdb.BtraceInstruction.error.
9197
a3be24ad
TW
91982017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9199
9200 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9201
ae20e79a
TW
92022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9203
9204 * gdb.python/py-record-btrace-threads.c: New file.
9205 * gdb.python/py-record-btrace-threads.exp: New file.
9206
45ce1b47
SDJ
92072017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9208
9209 PR testsuite/8595
9210 * gdb.base/environ.exp: Make test available in all architectures.
9211 Move bits related to "info program" testing to
9212 gdb.base/info-program.exp. Rewrite tests to use the two new
9213 procedures mentione below.
9214 (test_set_show_env_var) New procedure.
9215 (test_set_show_env_var_equal): Likewise.
9216 * gdb.base/info-program.exp: New file.
9217
e15c3eb4
KS
92182017-04-27 Keith Seitz <keiths@redhat.com>
9219
9220 * gdb.cp/oranking.cc (test15): New function.
9221 (main): Call test15 and declare additional variables for testing.
9222 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9223 "p foo101('abc')" tests.
9224 Add tests for cv qualifier overloads.
9225 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9226 "lvalue reference overload" test.
9227 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9228 "print value of f1 on Child&& in f2" test.
9229
3a3fd0fd
PA
92302017-04-19 Pedro Alves <palves@redhat.com>
9231
9232 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9233 procedure.
9234 (top level): Call it.
9235 * lib/gdb.exp (gdb_define_cmd): New procedure.
9236
53375380
PA
92372017-04-12 Pedro Alves <palves@redhat.com>
9238
9239 PR gdb/21323
9240 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9241 (wchar): New global.
9242 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9243 (do_test_wide_char, wide_char_types_no_program, top level): Add
9244 wchar_t testing.
9245
53e710ac
PA
92462017-04-12 Pedro Alves <palves@redhat.com>
9247
9248 PR c++/21323
9249 * gdb.cp/wide_char_types.c: New file.
9250 * gdb.cp/wide_char_types.exp: New file.
9251
0ad9d8c7
SDJ
92522017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9253
9254 PR gdb/21352
9255 * gdb.trace/tsv.exp: Add test for "tsave -r".
9256
b1b45502
IB
92572017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9258
9259 * gdb.dlang/watch-loc.c: New file.
9260 * gdb.dlang/watch-loc.exp: New file.
9261
ec13808e
JK
92622017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9263
9264 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9265
fe5f7374
AK
92662017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9267
9268 * gdb.arch/arc-analyze-prologue.S: New file.
9269 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9270
eea78757
AK
92712017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9272
9273 * gdb.arch/arc-decode-insn.S: New file.
9274 * gdb.arch/arc-decode-insn.exp: Likewise.
9275
5badf10a
IR
92762017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9277
9278 PR tdep/20928
9279 * gdb.arch/sparc64-regs.exp: New file.
9280 * gdb.arch/sparc64-regs.S: Likewise.
9281
cee59b3f
TW
92822017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9283
9284 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9285 and memory view on Python 3.
9286
c0f55cc6
AV
92872017-03-20 Artemiy Volkov <artemiyv@acm.org>
9288 Keith Seitz <keiths@redhat.com>
9289
9290 PR gdb/14441
9291 * gdb.cp/demangle.exp: Add rvalue reference tests.
9292 * gdb.cp/rvalue-ref-casts.cc: New file.
9293 * gdb.cp/rvalue-ref-casts.exp: New file.
9294 * gdb.cp/rvalue-ref-overload.cc: New file.
9295 * gdb.cp/rvalue-ref-overload.exp: New file.
9296 * gdb.cp/rvalue-ref-params.cc: New file.
9297 * gdb.cp/rvalue-ref-params.exp: New file.
9298 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9299 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9300 * gdb.cp/rvalue-ref-types.cc: New file.
9301 * gdb.cp/rvalue-ref-types.exp: New file.
9302 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9303 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9304
51457a05
MAL
93052017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9306
9307 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9308 New procedure.
9309
5b291c04
MAL
93102017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9311
9312 * lib/mi-support.exp (mi_gdb_test): Add additional message
9313 for unexpected output.
9314
59a56148
AA
93152017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9316
9317 * gdb.base/examine-backward.c (Barrier): New character array
9318 constant, to ensure that TestStrings is preceded by a string
9319 terminator.
9320
7942e96e
AA
93212017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9322
9323 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9324 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9325 and implicit pointer into such a location.
9326
6ebac3fb
DE
93272017-03-16 Doug Evans <dje@google.com>
9328
9329 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9330
ec3b243d
TP
93312017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9332
9333 * gdb.cp/m-static.exp: Fix expectation for prototype of
9334 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9335
93362017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9337
9338 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9339 * gdb.guile/scm-lazy-string.c: New file.
9340 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9341 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9342 for pointer, array, typedef lazy strings.
9343
2cc36e25 93442017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9345
9346 PR python/17728, python/18439, python/18779
9347 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9348 * gdb.python/py-lazy-string.c (pointer): New typedef.
9349 (main): New locals ptr, array, typedef_ptr.
9350 * gdb.python/py-value.exp: Move lazy string tests to ...
9351 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9352 array, typedef lazy strings.
ec3b243d 9353
0efcde63
AK
93542017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9355
9356 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9357 Add optional 'test' parameter.
9358
7978d7c3
SM
93592017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9360
9361 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9362 Skip for versions of DejaGnu < 1.5.
9363
896c0c1e
SM
93642017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9365
9366 * lib/gdb.exp (dejagnu_version): New proc.
9367 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9368 Use dejagnu_version.
9369
5f4d1085
KS
93702017-03-10 Keith Seitz <keiths@redhat.com>
9371
9372 PR c++/8128
9373 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9374 type from destructor regexps.
9375 Add a branch which actually passes the test.
9376 Adjust "ptype t5i" test names.
9377
1de05205
PA
93782017-03-08 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/step-over-exit.exp: Add explicit test message.
9381
c65d6b55
PA
93822017-03-08 Pedro Alves <palves@redhat.com>
9383
9384 PR gdb/18360
9385 * gdb.threads/interrupt-while-step-over.c: New file.
9386 * gdb.threads/interrupt-while-step-over.exp: New file.
9387
2e86a283
PA
93882017-03-08 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9391 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9392
25dcbff6
PA
93932017-03-08 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9396 PKRU as not supported as a PASS.
9397
dc9366eb
PA
93982017-03-08 Pedro Alves <palves@redhat.com>
9399
9400 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9401 prefix instead of $binfile1/$binfile2.
9402 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9403 in test message.
9404 * gdb.python/py-completion.exp: Use "load python file" as test
9405 messages instead of unstable path names.
9406
6e5d74e7
PA
94072017-03-08 Pedro Alves <palves@redhat.com>
9408 Jan Kratochvil <jan.kratochvil@redhat.com>
9409
9410 PR cli/21218
9411 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9412 New proc.
9413 (top level): Call it.
9414
9753a2f6
PA
94152017-03-08 Pedro Alves <palves@redhat.com>
9416
9417 PR tui/21216
9418 * gdb.tui/tui-nl-filtered-output.exp: New file.
9419
1a4dd9dd
PA
94202017-03-08 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.base/completion.exp: Move TUI completion tests to ...
9423 * gdb.tui/completion.exp: ... this new file.
9424
7cbbff33
PA
94252017-03-08 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/tui-disasm-long-lines.c,
9428 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9429 gdb.base/tui-layout.exp: Move to ...
9430 * gdb.tui/: ... this new directory.
9431
5f6fd321
PA
94322017-03-07 Pedro Alves <palves@redhat.com>
9433
9434 * gdb.base/tui-layout.c: New file.
9435 * gdb.base/tui-layout.exp: New file.
9436
44959fa8
PA
94372017-03-07 Pedro Alves <palves@redhat.com>
9438
9439 * gdb.base/tui-layout.c: Rename to ...
9440 * gdb.base/tui-disasm-long-lines.c: ... this.
9441 * gdb.base/tui-layout.exp: Rename to ...
9442 * gdb.base/tui-disasm-long-lines.exp: ... this.
9443
f8c4e718
PA
94442017-03-07 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9447
6dbb839a 94482017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9449
9450 * i386-mpx-call.c: New file.
9451 * i386-mpx-call.exp: New file.
9452
65b48a81
PB
94532017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9454
9455 * gdb.arch/powerpc-power.exp: Delete test.
9456 * gdb.arch/powerpc-power.s: Likewise.
9457 * gdb.disasm/disassembler-options.exp: New test.
9458 * gdb.arch/powerpc-altivec.exp: Likewise.
9459 * gdb.arch/powerpc-altivec.s: Likewise.
9460 * gdb.arch/powerpc-altivec2.exp: Likewise.
9461 * gdb.arch/powerpc-altivec2.s: Likewise.
9462 * gdb.arch/powerpc-altivec3.exp: Likewise.
9463 * gdb.arch/powerpc-altivec3.s: Likewise.
9464 * gdb.arch/powerpc-power7.exp: Likewise.
9465 * gdb.arch/powerpc-power7.s: Likewise.
9466 * gdb.arch/powerpc-power8.exp: Likewise.
9467 * gdb.arch/powerpc-power8.s: Likewise.
9468 * gdb.arch/powerpc-power9.exp: Likewise.
9469 * gdb.arch/powerpc-power9.s: Likewise.
9470 * gdb.arch/powerpc-vsx.exp: Likewise.
9471 * gdb.arch/powerpc-vsx.s: Likewise.
9472 * gdb.arch/powerpc-vsx2.exp: Likewise.
9473 * gdb.arch/powerpc-vsx2.s: Likewise.
9474 * gdb.arch/powerpc-vsx3.exp: Likewise.
9475 * gdb.arch/powerpc-vsx3.s: Likewise.
9476 * gdb.arch/arm-disassembler-options.exp: Likewise.
9477 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9478 * gdb.arch/s390-disassembler-options.exp: Likewise.
9479
17cd4947
LM
94802017-02-23 Luis Machado <lgustavo@codesourcery.com>
9481
9482 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9483 (check_supported_features): ... this. Changed return type to void.
9484 (supports_rdseed): New static global.
9485 (rdseed): Check supports_rdseed.
9486 (initialize): Call check_supported_features.
9487
2039d74e
EBM
94882017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9489
9490 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9491 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9492 and lqarx/stqcx.
9493 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9494 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9495
a51d7ecf
EBM
94962017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9497
9498 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9499 uppercase.
9500
0224619f
JK
95012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9502
9503 * gdb.dwarf2/formdata16.c: New file.
9504 * gdb.dwarf2/formdata16.exp: New file.
9505 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9506
216f72a1
JK
95072017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9508
9509 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9510 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9511 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9512 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9513 DW_AT_GNU_*.
9514
43988095
JK
95152017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9516
9517 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9518
99e8a4f9
SDJ
95192017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9520
9521 PR gdb/21164
9522 * gdb.base/maint.exp: Add testcases for when the commands do
9523 not have arguments.
9524
b58a8c0c
TP
95252017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9526
9527 * gdb.cp/chained-calls.exp: Use p instead of P.
9528
4e746bb6
TW
95292017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9530
9531 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9532 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9533
3f77c769
TT
95342017-02-14 Tom Tromey <tom@tromey.com>
9535
9536 PR python/13598:
9537 * gdb.python/py-events.exp: Add before_prompt event tests.
9538
075beec0
AA
95392017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9540
9541 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9542
bf5f525c
LM
95432017-02-13 Luis Machado <lgustavo@codesourcery.com>
9544
9545 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9546 (main): Call my_unique_function_name.
9547 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9548 completion of patterns with a single match.
9549 Add missing -re switches to gdb_test_multiple calls.
9550
13a66184
LM
95512017-02-13 Luis Machado <lgustavo@codesourcery.com>
9552
9553 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9554 return if core file is not recognized.
9555
26a06916
SM
95562017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9557
9558 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9559 and extra UIs.
9560
b761ca9e
SM
95612017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9562
9563 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9564 proc_with_prefix.
9565
b964bee0
TT
95662017-02-10 Tom Tromey <tom@tromey.com>
9567
9568 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9569
18da0c51
MG
95702017-02-10 Martin Galvan <martingalvan@sourceware.org>
9571
9572 PR gdb/21122
9573 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9574
604c4576
JG
95752017-02-08 Jerome Guitton <guitton@adacore.com>
9576
9577 * gdb.base/define.exp: Add test for command abbreviations
9578 in define.
9579
20b477a7
LM
95802017-02-06 Luis Machado <lgustavo@codesourcery.com>
9581
9582 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9583 * gdb.reverse/insn-reverse-x86.c: New file.
9584
3f7b46f2
IR
95852017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9586
9587 PR tdep/20936
9588 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9589
f0fd41c1
TT
95902017-02-03 Tom Tromey <tom@tromey.com>
9591
9592 PR rust/21097:
9593 * gdb.rust/simple.exp: Add new tests.
9594
5be5dbf0
PA
95952017-02-02 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9598 tests.
9599
7346ef59
AA
96002017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9601
9602 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9603 taking a 2-byte value out of a 4-byte DWARF implicit value on
9604 big-endian targets.
9605 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9606 logic. Add test cases for DW_OP_implicit.
9607
787f0025
MM
96082017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9609
9610 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9611
68777c29
MM
96122017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9613
9614 * gdb.btrace/enable.exp: Call gdb_exit before
9615 skip_gdbserver_tests.
9616
0a1c7e28
MM
96172017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9618
9619 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9620 GDBFLAGS.
9621
b5ac99b0
MM
96222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9623
9624 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9625 the test is skipped.
9626 * gdb.btrace/data.exp: Likewise.
9627 * gdb.btrace/delta.exp: Likewise.
9628 * gdb.btrace/dlopen.exp: Likewise.
9629 * gdb.btrace/enable-running.exp: Likewise.
9630 * gdb.btrace/enable.exp: Likewise.
9631 * gdb.btrace/exception.exp: Likewise.
9632 * gdb.btrace/function_call_history.exp: Likewise.
9633 * gdb.btrace/gcore.exp: Likewise.
9634 * gdb.btrace/instruction_history.exp: Likewise.
9635 * gdb.btrace/multi-thread-step.exp: Likewise.
9636 * gdb.btrace/nohist.exp: Likewise.
9637 * gdb.btrace/non-stop.exp: Likewise.
9638 * gdb.btrace/reconnect.exp: Likewise.
9639 * gdb.btrace/record_goto-step.exp: Likewise.
9640 * gdb.btrace/record_goto.exp: Likewise.
9641 * gdb.btrace/rn-dl-bind.exp: Likewise.
9642 * gdb.btrace/segv.exp: Likewise.
9643 * gdb.btrace/step.exp: Likewise.
9644 * gdb.btrace/stepi.exp: Likewise.
9645 * gdb.btrace/tailcall-only.exp: Likewise.
9646 * gdb.btrace/tailcall.exp: Likewise.
9647 * gdb.btrace/tsx.exp: Likewise.
9648 * gdb.btrace/unknown_functions.exp: Likewise.
9649 * gdb.btrace/vdso.exp: Likewise.
9650
cd4007e4
MM
96512017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9652
9653 * gdb.btrace/enable-running.c: New.
9654 * gdb.btrace/enable-running.exp: New.
9655
2735833d
WT
96562017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9657
9658 * gdb.arch/amd64-gs_base.c: New file.
9659 * gdb.arch/amd64-gs_base.exp: New file.
9660
b51e1e94
LM
96612017-01-26 Luis Machado <lgustavo@codesourcery.com>
9662
9663 * lib/memory.exp: Remove spurious empty newlines.
9664
72ca0410
SM
96652017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9666
9667 * gdb.python/py-bad-printers.exp: Load python file using "source".
9668 * gdb.python/py-events.exp: Likewise.
9669 * gdb.python/py-evsignal.exp: Likewise.
9670 * gdb.python/py-evthreads.exp: Likewise.
9671 * gdb.python/py-frame-args.exp: Likewise.
9672 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9673 * gdb.python/py-framefilter-mi.exp: Likewise.
9674 * gdb.python/py-framefilter.exp: Likewise.
9675 * gdb.python/py-mi.exp: Likewise.
9676 * gdb.python/py-pp-maint.exp: Likewise.
9677 * gdb.python/py-pp-registration.exp: Likewise.
9678 * gdb.python/py-prettyprint.exp: Likewise.
9679 (run_lang_tests): Likewise.
9680 * gdb.python/py-typeprint.exp: Likewise.
9681
e309aa65
LM
96822017-01-26 Luis Machado <lgustavo@codesourcery.com>
9683
9684 * lib/memory.exp: New file.
9685 * lib/gdb.exp: Load memory.exp.
9686 * gdb.base/memattr.exp (delete_memory): Move proc to
9687 lib/memory.exp and rename to delete_memory_regions.
9688 Replace delete_memory with delete_memory_regions.
9689 Cleanup memory regions before tests.
9690 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9691 before tests.
9692
515aff23
LM
96932017-01-26 Luis Machado <lgustavo@codesourcery.com>
9694
9695 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9696 files.
9697 (initialize): New function conditionally defined.
9698 (testcases): Move within conditional block.
9699 (main): Call initialize.
9700 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9701 of gdb.reverse/insn-reverse.c.
9702 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9703 gdb.reverse/insn-reverse.c.
9704
d8b49cf0
YQ
97052017-01-26 Yao Qi <yao.qi@linaro.org>
9706
9707 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9708 disassemble on address 0.
9709
f13a9a0c
YQ
97102017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9711 Yao Qi <yao.qi@linaro.org>
9712
9713 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9714 * gdb.dwarf2/implptr-64bit.S: Remove.
9715 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9716 variables in caller's context. Add DW_OP_implicit_value.
9717
5ac95241
YQ
97182017-01-25 Yao Qi <yao.qi@linaro.org>
9719
9720 * lib/dwarf.exp (Dwarf::_location): Handle
9721 DW_OP_GNU_implicit_pointer with proper size.
9722
23e82930
LM
97232017-01-20 Luis Machado <lgustavo@codesourcery.com>
9724
9725 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9726 and add untested calls.
9727
d334ae25
LM
97282017-01-20 Luis Machado <lgustavo@codesourcery.com>
9729
9730 * gdb.python/python.exp: Check line number against what GDB thinks
9731 the line number is for func1.
9732
f5e6296e
IB
97332017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9734
9735 * gdb.dlang/debug-expr.exp: New file.
9736
5b362f04
LM
97372016-12-23 Luis Machado <lgustavo@codesourcery.com>
9738
9739 Fix test names for the following files:
9740
9741 * gdb.ada/exec_changed.exp
9742 * gdb.ada/info_types.exp
9743 * gdb.arch/aarch64-atomic-inst.exp
9744 * gdb.arch/aarch64-fp.exp
9745 * gdb.arch/altivec-abi.exp
9746 * gdb.arch/altivec-regs.exp
9747 * gdb.arch/amd64-byte.exp
9748 * gdb.arch/amd64-disp-step.exp
9749 * gdb.arch/amd64-dword.exp
9750 * gdb.arch/amd64-entry-value-inline.exp
9751 * gdb.arch/amd64-entry-value-param.exp
9752 * gdb.arch/amd64-entry-value-paramref.exp
9753 * gdb.arch/amd64-entry-value.exp
9754 * gdb.arch/amd64-i386-address.exp
9755 * gdb.arch/amd64-invalid-stack-middle.exp
9756 * gdb.arch/amd64-invalid-stack-top.exp
9757 * gdb.arch/amd64-optimout-repeat.exp
9758 * gdb.arch/amd64-prologue-skip.exp
9759 * gdb.arch/amd64-prologue-xmm.exp
9760 * gdb.arch/amd64-stap-special-operands.exp
9761 * gdb.arch/amd64-stap-wrong-subexp.exp
9762 * gdb.arch/amd64-tailcall-cxx.exp
9763 * gdb.arch/amd64-tailcall-noret.exp
9764 * gdb.arch/amd64-tailcall-ret.exp
9765 * gdb.arch/amd64-tailcall-self.exp
9766 * gdb.arch/amd64-word.exp
9767 * gdb.arch/arm-bl-branch-dest.exp
9768 * gdb.arch/arm-disp-step.exp
9769 * gdb.arch/arm-neon.exp
9770 * gdb.arch/arm-single-step-kernel-helper.exp
9771 * gdb.arch/avr-flash-qualifier.exp
9772 * gdb.arch/disp-step-insn-reloc.exp
9773 * gdb.arch/e500-abi.exp
9774 * gdb.arch/e500-regs.exp
9775 * gdb.arch/ftrace-insn-reloc.exp
9776 * gdb.arch/i386-avx512.exp
9777 * gdb.arch/i386-bp_permanent.exp
9778 * gdb.arch/i386-byte.exp
9779 * gdb.arch/i386-cfi-notcurrent.exp
9780 * gdb.arch/i386-disp-step.exp
9781 * gdb.arch/i386-dr3-watch.exp
9782 * gdb.arch/i386-float.exp
9783 * gdb.arch/i386-gnu-cfi.exp
9784 * gdb.arch/i386-mpx-map.exp
9785 * gdb.arch/i386-mpx-sigsegv.exp
9786 * gdb.arch/i386-mpx-simple_segv.exp
9787 * gdb.arch/i386-mpx.exp
9788 * gdb.arch/i386-permbkpt.exp
9789 * gdb.arch/i386-prologue.exp
9790 * gdb.arch/i386-signal.exp
9791 * gdb.arch/i386-size-overlap.exp
9792 * gdb.arch/i386-unwind.exp
9793 * gdb.arch/i386-word.exp
9794 * gdb.arch/mips-fcr.exp
9795 * gdb.arch/powerpc-d128-regs.exp
9796 * gdb.arch/powerpc-stackless.exp
9797 * gdb.arch/ppc64-atomic-inst.exp
9798 * gdb.arch/s390-stackless.exp
9799 * gdb.arch/s390-tdbregs.exp
9800 * gdb.arch/s390-vregs.exp
9801 * gdb.arch/sparc-sysstep.exp
9802 * gdb.arch/thumb-bx-pc.exp
9803 * gdb.arch/thumb-singlestep.exp
9804 * gdb.arch/thumb2-it.exp
9805 * gdb.arch/vsx-regs.exp
9806 * gdb.asm/asm-source.exp
9807 * gdb.base/a2-run.exp
9808 * gdb.base/advance.exp
9809 * gdb.base/all-bin.exp
9810 * gdb.base/anon.exp
9811 * gdb.base/args.exp
9812 * gdb.base/arithmet.exp
9813 * gdb.base/async-shell.exp
9814 * gdb.base/async.exp
9815 * gdb.base/attach-pie-noexec.exp
9816 * gdb.base/attach-twice.exp
9817 * gdb.base/auto-load.exp
9818 * gdb.base/bang.exp
9819 * gdb.base/bitfields.exp
9820 * gdb.base/break-always.exp
9821 * gdb.base/break-caller-line.exp
9822 * gdb.base/break-entry.exp
9823 * gdb.base/break-inline.exp
9824 * gdb.base/break-on-linker-gcd-function.exp
9825 * gdb.base/break-probes.exp
9826 * gdb.base/break.exp
9827 * gdb.base/breakpoint-shadow.exp
9828 * gdb.base/call-ar-st.exp
9829 * gdb.base/call-sc.exp
9830 * gdb.base/call-signal-resume.exp
9831 * gdb.base/call-strs.exp
9832 * gdb.base/callfuncs.exp
9833 * gdb.base/catch-fork-static.exp
9834 * gdb.base/catch-gdb-caused-signals.exp
9835 * gdb.base/catch-load.exp
9836 * gdb.base/catch-signal-fork.exp
9837 * gdb.base/catch-signal.exp
9838 * gdb.base/catch-syscall.exp
9839 * gdb.base/charset.exp
9840 * gdb.base/checkpoint.exp
9841 * gdb.base/chng-syms.exp
9842 * gdb.base/code-expr.exp
9843 * gdb.base/code_elim.exp
9844 * gdb.base/commands.exp
9845 * gdb.base/completion.exp
9846 * gdb.base/complex.exp
9847 * gdb.base/cond-expr.exp
9848 * gdb.base/condbreak.exp
9849 * gdb.base/consecutive.exp
9850 * gdb.base/continue-all-already-running.exp
9851 * gdb.base/coredump-filter.exp
9852 * gdb.base/corefile.exp
9853 * gdb.base/dbx.exp
9854 * gdb.base/debug-expr.exp
9855 * gdb.base/define.exp
9856 * gdb.base/del.exp
9857 * gdb.base/disabled-location.exp
9858 * gdb.base/disasm-end-cu.exp
9859 * gdb.base/disasm-optim.exp
9860 * gdb.base/display.exp
9861 * gdb.base/duplicate-bp.exp
9862 * gdb.base/ena-dis-br.exp
9863 * gdb.base/ending-run.exp
9864 * gdb.base/enumval.exp
9865 * gdb.base/environ.exp
9866 * gdb.base/eu-strip-infcall.exp
9867 * gdb.base/eval-avoid-side-effects.exp
9868 * gdb.base/eval-skip.exp
9869 * gdb.base/exitsignal.exp
9870 * gdb.base/expand-psymtabs.exp
9871 * gdb.base/filesym.exp
9872 * gdb.base/find-unmapped.exp
9873 * gdb.base/finish.exp
9874 * gdb.base/float.exp
9875 * gdb.base/foll-exec-mode.exp
9876 * gdb.base/foll-exec.exp
9877 * gdb.base/foll-fork.exp
9878 * gdb.base/fortran-sym-case.exp
9879 * gdb.base/freebpcmd.exp
9880 * gdb.base/func-ptr.exp
9881 * gdb.base/func-ptrs.exp
9882 * gdb.base/funcargs.exp
9883 * gdb.base/gcore-buffer-overflow.exp
9884 * gdb.base/gcore-relro-pie.exp
9885 * gdb.base/gcore-relro.exp
9886 * gdb.base/gcore.exp
9887 * gdb.base/gdb1090.exp
9888 * gdb.base/gdb11530.exp
9889 * gdb.base/gdb11531.exp
9890 * gdb.base/gdb1821.exp
9891 * gdb.base/gdbindex-stabs.exp
9892 * gdb.base/gdbvars.exp
9893 * gdb.base/hbreak.exp
9894 * gdb.base/hbreak2.exp
9895 * gdb.base/included.exp
9896 * gdb.base/infcall-input.exp
9897 * gdb.base/inferior-died.exp
9898 * gdb.base/infnan.exp
9899 * gdb.base/info-macros.exp
9900 * gdb.base/info-os.exp
9901 * gdb.base/info-proc.exp
9902 * gdb.base/info-shared.exp
9903 * gdb.base/info-target.exp
9904 * gdb.base/infoline.exp
9905 * gdb.base/interp.exp
9906 * gdb.base/interrupt.exp
9907 * gdb.base/jit-reader.exp
9908 * gdb.base/jit-simple.exp
9909 * gdb.base/kill-after-signal.exp
9910 * gdb.base/kill-detach-inferiors-cmd.exp
9911 * gdb.base/label.exp
9912 * gdb.base/langs.exp
9913 * gdb.base/ldbl_e308.exp
9914 * gdb.base/line-symtabs.exp
9915 * gdb.base/linespecs.exp
9916 * gdb.base/list.exp
9917 * gdb.base/long_long.exp
9918 * gdb.base/longest-types.exp
9919 * gdb.base/maint.exp
9920 * gdb.base/max-value-size.exp
9921 * gdb.base/memattr.exp
9922 * gdb.base/mips_pro.exp
9923 * gdb.base/morestack.exp
9924 * gdb.base/moribund-step.exp
9925 * gdb.base/multi-forks.exp
9926 * gdb.base/nested-addr.exp
9927 * gdb.base/nextoverexit.exp
9928 * gdb.base/noreturn-finish.exp
9929 * gdb.base/noreturn-return.exp
9930 * gdb.base/nostdlib.exp
9931 * gdb.base/offsets.exp
9932 * gdb.base/opaque.exp
9933 * gdb.base/pc-fp.exp
9934 * gdb.base/permissions.exp
9935 * gdb.base/print-symbol-loading.exp
9936 * gdb.base/prologue-include.exp
9937 * gdb.base/psymtab.exp
9938 * gdb.base/ptype.exp
9939 * gdb.base/random-signal.exp
9940 * gdb.base/randomize.exp
9941 * gdb.base/range-stepping.exp
9942 * gdb.base/readline-ask.exp
9943 * gdb.base/recpar.exp
9944 * gdb.base/recurse.exp
9945 * gdb.base/relational.exp
9946 * gdb.base/restore.exp
9947 * gdb.base/return-nodebug.exp
9948 * gdb.base/return.exp
9949 * gdb.base/run-after-attach.exp
9950 * gdb.base/save-bp.exp
9951 * gdb.base/scope.exp
9952 * gdb.base/sect-cmd.exp
9953 * gdb.base/set-lang-auto.exp
9954 * gdb.base/set-noassign.exp
9955 * gdb.base/setvar.exp
9956 * gdb.base/sigall.exp
9957 * gdb.base/sigbpt.exp
9958 * gdb.base/siginfo-addr.exp
9959 * gdb.base/siginfo-infcall.exp
9960 * gdb.base/siginfo-obj.exp
9961 * gdb.base/siginfo.exp
9962 * gdb.base/signals-state-child.exp
9963 * gdb.base/signest.exp
9964 * gdb.base/sigstep.exp
9965 * gdb.base/sizeof.exp
9966 * gdb.base/skip.exp
9967 * gdb.base/solib-corrupted.exp
9968 * gdb.base/solib-nodir.exp
9969 * gdb.base/solib-search.exp
9970 * gdb.base/stack-checking.exp
9971 * gdb.base/stale-infcall.exp
9972 * gdb.base/stap-probe.exp
9973 * gdb.base/start.exp
9974 * gdb.base/step-break.exp
9975 * gdb.base/step-bt.exp
9976 * gdb.base/step-line.exp
9977 * gdb.base/step-over-exit.exp
9978 * gdb.base/step-over-syscall.exp
9979 * gdb.base/step-resume-infcall.exp
9980 * gdb.base/step-test.exp
9981 * gdb.base/store.exp
9982 * gdb.base/structs3.exp
9983 * gdb.base/sym-file.exp
9984 * gdb.base/symbol-without-target_section.exp
9985 * gdb.base/term.exp
9986 * gdb.base/testenv.exp
9987 * gdb.base/ui-redirect.exp
9988 * gdb.base/until.exp
9989 * gdb.base/unwindonsignal.exp
9990 * gdb.base/value-double-free.exp
9991 * gdb.base/vla-datatypes.exp
9992 * gdb.base/vla-ptr.exp
9993 * gdb.base/vla-sideeffect.exp
9994 * gdb.base/volatile.exp
9995 * gdb.base/watch-cond-infcall.exp
9996 * gdb.base/watch-cond.exp
9997 * gdb.base/watch-non-mem.exp
9998 * gdb.base/watch-read.exp
9999 * gdb.base/watch-vfork.exp
10000 * gdb.base/watchpoint-cond-gone.exp
10001 * gdb.base/watchpoint-delete.exp
10002 * gdb.base/watchpoint-hw-hit-once.exp
10003 * gdb.base/watchpoint-hw.exp
10004 * gdb.base/watchpoint-stops-at-right-insn.exp
10005 * gdb.base/watchpoints.exp
10006 * gdb.base/wchar.exp
10007 * gdb.base/whatis-exp.exp
10008 * gdb.btrace/buffer-size.exp
10009 * gdb.btrace/data.exp
10010 * gdb.btrace/delta.exp
10011 * gdb.btrace/dlopen.exp
10012 * gdb.btrace/enable.exp
10013 * gdb.btrace/exception.exp
10014 * gdb.btrace/function_call_history.exp
10015 * gdb.btrace/gcore.exp
10016 * gdb.btrace/instruction_history.exp
10017 * gdb.btrace/nohist.exp
10018 * gdb.btrace/reconnect.exp
10019 * gdb.btrace/record_goto-step.exp
10020 * gdb.btrace/record_goto.exp
10021 * gdb.btrace/rn-dl-bind.exp
10022 * gdb.btrace/segv.exp
10023 * gdb.btrace/step.exp
10024 * gdb.btrace/stepi.exp
10025 * gdb.btrace/tailcall-only.exp
10026 * gdb.btrace/tailcall.exp
10027 * gdb.btrace/tsx.exp
10028 * gdb.btrace/unknown_functions.exp
10029 * gdb.btrace/vdso.exp
10030 * gdb.compile/compile-ifunc.exp
10031 * gdb.compile/compile-ops.exp
10032 * gdb.compile/compile-print.exp
10033 * gdb.compile/compile-setjmp.exp
10034 * gdb.cp/abstract-origin.exp
10035 * gdb.cp/ambiguous.exp
10036 * gdb.cp/annota2.exp
10037 * gdb.cp/annota3.exp
10038 * gdb.cp/anon-ns.exp
10039 * gdb.cp/anon-struct.exp
10040 * gdb.cp/anon-union.exp
10041 * gdb.cp/arg-reference.exp
10042 * gdb.cp/baseenum.exp
10043 * gdb.cp/bool.exp
10044 * gdb.cp/breakpoint.exp
10045 * gdb.cp/bs15503.exp
10046 * gdb.cp/call-c.exp
10047 * gdb.cp/casts.exp
10048 * gdb.cp/chained-calls.exp
10049 * gdb.cp/class2.exp
10050 * gdb.cp/classes.exp
10051 * gdb.cp/cmpd-minsyms.exp
10052 * gdb.cp/converts.exp
10053 * gdb.cp/cp-relocate.exp
10054 * gdb.cp/cpcompletion.exp
10055 * gdb.cp/cpexprs.exp
10056 * gdb.cp/cplabel.exp
10057 * gdb.cp/cplusfuncs.exp
10058 * gdb.cp/cpsizeof.exp
10059 * gdb.cp/ctti.exp
10060 * gdb.cp/derivation.exp
10061 * gdb.cp/destrprint.exp
10062 * gdb.cp/dispcxx.exp
10063 * gdb.cp/enum-class.exp
10064 * gdb.cp/exception.exp
10065 * gdb.cp/exceptprint.exp
10066 * gdb.cp/expand-psymtabs-cxx.exp
10067 * gdb.cp/expand-sals.exp
10068 * gdb.cp/extern-c.exp
10069 * gdb.cp/filename.exp
10070 * gdb.cp/formatted-ref.exp
10071 * gdb.cp/fpointer.exp
10072 * gdb.cp/gdb1355.exp
10073 * gdb.cp/gdb2495.exp
10074 * gdb.cp/hang.exp
10075 * gdb.cp/impl-this.exp
10076 * gdb.cp/infcall-dlopen.exp
10077 * gdb.cp/inherit.exp
10078 * gdb.cp/iostream.exp
10079 * gdb.cp/koenig.exp
10080 * gdb.cp/local.exp
10081 * gdb.cp/m-data.exp
10082 * gdb.cp/m-static.exp
10083 * gdb.cp/mb-ctor.exp
10084 * gdb.cp/mb-inline.exp
10085 * gdb.cp/mb-templates.exp
10086 * gdb.cp/member-name.exp
10087 * gdb.cp/member-ptr.exp
10088 * gdb.cp/meth-typedefs.exp
10089 * gdb.cp/method.exp
10090 * gdb.cp/method2.exp
10091 * gdb.cp/minsym-fallback.exp
10092 * gdb.cp/misc.exp
10093 * gdb.cp/namelessclass.exp
10094 * gdb.cp/namespace-enum.exp
10095 * gdb.cp/namespace-nested-import.exp
10096 * gdb.cp/namespace.exp
10097 * gdb.cp/nextoverthrow.exp
10098 * gdb.cp/no-dmgl-verbose.exp
10099 * gdb.cp/non-trivial-retval.exp
10100 * gdb.cp/noparam.exp
10101 * gdb.cp/nsdecl.exp
10102 * gdb.cp/nsimport.exp
10103 * gdb.cp/nsnested.exp
10104 * gdb.cp/nsnoimports.exp
10105 * gdb.cp/nsrecurs.exp
10106 * gdb.cp/nsstress.exp
10107 * gdb.cp/nsusing.exp
10108 * gdb.cp/operator.exp
10109 * gdb.cp/oranking.exp
10110 * gdb.cp/overload-const.exp
10111 * gdb.cp/overload.exp
10112 * gdb.cp/ovldbreak.exp
10113 * gdb.cp/ovsrch.exp
10114 * gdb.cp/paren-type.exp
10115 * gdb.cp/parse-lang.exp
10116 * gdb.cp/pass-by-ref.exp
10117 * gdb.cp/pr-1023.exp
10118 * gdb.cp/pr-1210.exp
10119 * gdb.cp/pr-574.exp
10120 * gdb.cp/pr10687.exp
10121 * gdb.cp/pr12028.exp
10122 * gdb.cp/pr17132.exp
10123 * gdb.cp/pr17494.exp
10124 * gdb.cp/pr9067.exp
10125 * gdb.cp/pr9167.exp
10126 * gdb.cp/pr9631.exp
10127 * gdb.cp/printmethod.exp
10128 * gdb.cp/psmang.exp
10129 * gdb.cp/psymtab-parameter.exp
10130 * gdb.cp/ptype-cv-cp.exp
10131 * gdb.cp/ptype-flags.exp
10132 * gdb.cp/re-set-overloaded.exp
10133 * gdb.cp/ref-types.exp
10134 * gdb.cp/rtti.exp
10135 * gdb.cp/scope-err.exp
10136 * gdb.cp/shadow.exp
10137 * gdb.cp/smartp.exp
10138 * gdb.cp/static-method.exp
10139 * gdb.cp/static-print-quit.exp
10140 * gdb.cp/temargs.exp
10141 * gdb.cp/templates.exp
10142 * gdb.cp/try_catch.exp
10143 * gdb.cp/typedef-operator.exp
10144 * gdb.cp/typeid.exp
10145 * gdb.cp/userdef.exp
10146 * gdb.cp/using-crash.exp
10147 * gdb.cp/var-tag.exp
10148 * gdb.cp/virtbase.exp
10149 * gdb.cp/virtfunc.exp
10150 * gdb.cp/virtfunc2.exp
10151 * gdb.cp/vla-cxx.exp
10152 * gdb.disasm/t01_mov.exp
10153 * gdb.disasm/t02_mova.exp
10154 * gdb.disasm/t03_add.exp
10155 * gdb.disasm/t04_sub.exp
10156 * gdb.disasm/t05_cmp.exp
10157 * gdb.disasm/t06_ari2.exp
10158 * gdb.disasm/t07_ari3.exp
10159 * gdb.disasm/t08_or.exp
10160 * gdb.disasm/t09_xor.exp
10161 * gdb.disasm/t10_and.exp
10162 * gdb.disasm/t11_logs.exp
10163 * gdb.disasm/t12_bit.exp
10164 * gdb.disasm/t13_otr.exp
10165 * gdb.dlang/circular.exp
10166 * gdb.dwarf2/arr-stride.exp
10167 * gdb.dwarf2/arr-subrange.exp
10168 * gdb.dwarf2/atomic-type.exp
10169 * gdb.dwarf2/bad-regnum.exp
10170 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10171 * gdb.dwarf2/callframecfa.exp
10172 * gdb.dwarf2/clztest.exp
10173 * gdb.dwarf2/corrupt.exp
10174 * gdb.dwarf2/data-loc.exp
10175 * gdb.dwarf2/dup-psym.exp
10176 * gdb.dwarf2/dw2-anon-mptr.exp
10177 * gdb.dwarf2/dw2-anonymous-func.exp
10178 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10179 * gdb.dwarf2/dw2-bad-unresolved.exp
10180 * gdb.dwarf2/dw2-basic.exp
10181 * gdb.dwarf2/dw2-canonicalize-type.exp
10182 * gdb.dwarf2/dw2-case-insensitive.exp
10183 * gdb.dwarf2/dw2-common-block.exp
10184 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10185 * gdb.dwarf2/dw2-compressed.exp
10186 * gdb.dwarf2/dw2-const.exp
10187 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10188 * gdb.dwarf2/dw2-cu-size.exp
10189 * gdb.dwarf2/dw2-dup-frame.exp
10190 * gdb.dwarf2/dw2-entry-value.exp
10191 * gdb.dwarf2/dw2-icycle.exp
10192 * gdb.dwarf2/dw2-ifort-parameter.exp
10193 * gdb.dwarf2/dw2-inline-break.exp
10194 * gdb.dwarf2/dw2-inline-param.exp
10195 * gdb.dwarf2/dw2-intercu.exp
10196 * gdb.dwarf2/dw2-intermix.exp
10197 * gdb.dwarf2/dw2-lexical-block-bare.exp
10198 * gdb.dwarf2/dw2-linkage-name-trust.exp
10199 * gdb.dwarf2/dw2-minsym-in-cu.exp
10200 * gdb.dwarf2/dw2-noloc.exp
10201 * gdb.dwarf2/dw2-op-call.exp
10202 * gdb.dwarf2/dw2-op-out-param.exp
10203 * gdb.dwarf2/dw2-opt-structptr.exp
10204 * gdb.dwarf2/dw2-param-error.exp
10205 * gdb.dwarf2/dw2-producer.exp
10206 * gdb.dwarf2/dw2-ranges-base.exp
10207 * gdb.dwarf2/dw2-ref-missing-frame.exp
10208 * gdb.dwarf2/dw2-reg-undefined.exp
10209 * gdb.dwarf2/dw2-regno-invalid.exp
10210 * gdb.dwarf2/dw2-restore.exp
10211 * gdb.dwarf2/dw2-restrict.exp
10212 * gdb.dwarf2/dw2-single-line-discriminators.exp
10213 * gdb.dwarf2/dw2-strp.exp
10214 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10215 * gdb.dwarf2/dw2-unresolved.exp
10216 * gdb.dwarf2/dw2-var-zero-addr.exp
10217 * gdb.dwarf2/dw4-sig-types.exp
10218 * gdb.dwarf2/dwz.exp
10219 * gdb.dwarf2/dynarr-ptr.exp
10220 * gdb.dwarf2/enum-type.exp
10221 * gdb.dwarf2/gdb-index.exp
10222 * gdb.dwarf2/implptr-64bit.exp
10223 * gdb.dwarf2/implptr-optimized-out.exp
10224 * gdb.dwarf2/implptr.exp
10225 * gdb.dwarf2/implref-array.exp
10226 * gdb.dwarf2/implref-const.exp
10227 * gdb.dwarf2/implref-global.exp
10228 * gdb.dwarf2/implref-struct.exp
10229 * gdb.dwarf2/mac-fileno.exp
10230 * gdb.dwarf2/main-subprogram.exp
10231 * gdb.dwarf2/member-ptr-forwardref.exp
10232 * gdb.dwarf2/method-ptr.exp
10233 * gdb.dwarf2/missing-sig-type.exp
10234 * gdb.dwarf2/nonvar-access.exp
10235 * gdb.dwarf2/opaque-type-lookup.exp
10236 * gdb.dwarf2/pieces-optimized-out.exp
10237 * gdb.dwarf2/pieces.exp
10238 * gdb.dwarf2/pr10770.exp
10239 * gdb.dwarf2/pr13961.exp
10240 * gdb.dwarf2/staticvirtual.exp
10241 * gdb.dwarf2/subrange.exp
10242 * gdb.dwarf2/symtab-producer.exp
10243 * gdb.dwarf2/trace-crash.exp
10244 * gdb.dwarf2/typeddwarf.exp
10245 * gdb.dwarf2/valop.exp
10246 * gdb.dwarf2/watch-notconst.exp
10247 * gdb.fortran/array-element.exp
10248 * gdb.fortran/charset.exp
10249 * gdb.fortran/common-block.exp
10250 * gdb.fortran/complex.exp
10251 * gdb.fortran/derived-type-function.exp
10252 * gdb.fortran/derived-type.exp
10253 * gdb.fortran/logical.exp
10254 * gdb.fortran/module.exp
10255 * gdb.fortran/multi-dim.exp
10256 * gdb.fortran/nested-funcs.exp
10257 * gdb.fortran/print-formatted.exp
10258 * gdb.fortran/subarray.exp
10259 * gdb.fortran/vla-alloc-assoc.exp
10260 * gdb.fortran/vla-datatypes.exp
10261 * gdb.fortran/vla-history.exp
10262 * gdb.fortran/vla-ptr-info.exp
10263 * gdb.fortran/vla-ptype-sub.exp
10264 * gdb.fortran/vla-ptype.exp
10265 * gdb.fortran/vla-sizeof.exp
10266 * gdb.fortran/vla-type.exp
10267 * gdb.fortran/vla-value-sub-arbitrary.exp
10268 * gdb.fortran/vla-value-sub-finish.exp
10269 * gdb.fortran/vla-value-sub.exp
10270 * gdb.fortran/vla-value.exp
10271 * gdb.fortran/whatis_type.exp
10272 * gdb.go/chan.exp
10273 * gdb.go/handcall.exp
10274 * gdb.go/hello.exp
10275 * gdb.go/integers.exp
10276 * gdb.go/methods.exp
10277 * gdb.go/package.exp
10278 * gdb.go/strings.exp
10279 * gdb.go/types.exp
10280 * gdb.go/unsafe.exp
10281 * gdb.guile/scm-arch.exp
10282 * gdb.guile/scm-block.exp
10283 * gdb.guile/scm-breakpoint.exp
10284 * gdb.guile/scm-cmd.exp
10285 * gdb.guile/scm-disasm.exp
10286 * gdb.guile/scm-equal.exp
10287 * gdb.guile/scm-frame-args.exp
10288 * gdb.guile/scm-frame-inline.exp
10289 * gdb.guile/scm-frame.exp
10290 * gdb.guile/scm-iterator.exp
10291 * gdb.guile/scm-math.exp
10292 * gdb.guile/scm-objfile.exp
10293 * gdb.guile/scm-ports.exp
10294 * gdb.guile/scm-symbol.exp
10295 * gdb.guile/scm-symtab.exp
10296 * gdb.guile/scm-value-cc.exp
10297 * gdb.guile/types-module.exp
10298 * gdb.linespec/break-ask.exp
10299 * gdb.linespec/cpexplicit.exp
10300 * gdb.linespec/explicit.exp
10301 * gdb.linespec/keywords.exp
10302 * gdb.linespec/linespec.exp
10303 * gdb.linespec/ls-dollar.exp
10304 * gdb.linespec/ls-errs.exp
10305 * gdb.linespec/skip-two.exp
10306 * gdb.linespec/thread.exp
10307 * gdb.mi/mi-async.exp
10308 * gdb.mi/mi-basics.exp
10309 * gdb.mi/mi-break.exp
10310 * gdb.mi/mi-catch-load.exp
10311 * gdb.mi/mi-cli.exp
10312 * gdb.mi/mi-cmd-param-changed.exp
10313 * gdb.mi/mi-console.exp
10314 * gdb.mi/mi-detach.exp
10315 * gdb.mi/mi-disassemble.exp
10316 * gdb.mi/mi-eval.exp
10317 * gdb.mi/mi-file-transfer.exp
10318 * gdb.mi/mi-file.exp
10319 * gdb.mi/mi-fill-memory.exp
10320 * gdb.mi/mi-inheritance-syntax-error.exp
10321 * gdb.mi/mi-linespec-err-cp.exp
10322 * gdb.mi/mi-logging.exp
10323 * gdb.mi/mi-memory-changed.exp
10324 * gdb.mi/mi-read-memory.exp
10325 * gdb.mi/mi-record-changed.exp
10326 * gdb.mi/mi-reg-undefined.exp
10327 * gdb.mi/mi-regs.exp
10328 * gdb.mi/mi-return.exp
10329 * gdb.mi/mi-reverse.exp
10330 * gdb.mi/mi-simplerun.exp
10331 * gdb.mi/mi-solib.exp
10332 * gdb.mi/mi-stack.exp
10333 * gdb.mi/mi-stepi.exp
10334 * gdb.mi/mi-syn-frame.exp
10335 * gdb.mi/mi-until.exp
10336 * gdb.mi/mi-var-block.exp
10337 * gdb.mi/mi-var-child.exp
10338 * gdb.mi/mi-var-cmd.exp
10339 * gdb.mi/mi-var-cp.exp
10340 * gdb.mi/mi-var-display.exp
10341 * gdb.mi/mi-var-invalidate.exp
10342 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10343 * gdb.mi/mi-vla-fortran.exp
10344 * gdb.mi/mi-watch.exp
10345 * gdb.mi/mi2-var-child.exp
10346 * gdb.mi/user-selected-context-sync.exp
10347 * gdb.modula2/unbounded-array.exp
10348 * gdb.multi/dummy-frame-restore.exp
10349 * gdb.multi/multi-arch-exec.exp
10350 * gdb.multi/multi-arch.exp
10351 * gdb.multi/tids.exp
10352 * gdb.multi/watchpoint-multi.exp
10353 * gdb.opencl/callfuncs.exp
10354 * gdb.opencl/convs_casts.exp
10355 * gdb.opencl/datatypes.exp
10356 * gdb.opencl/operators.exp
10357 * gdb.opencl/vec_comps.exp
10358 * gdb.opt/clobbered-registers-O2.exp
10359 * gdb.opt/inline-break.exp
10360 * gdb.opt/inline-bt.exp
10361 * gdb.opt/inline-cmds.exp
10362 * gdb.opt/inline-locals.exp
10363 * gdb.pascal/case-insensitive-symbols.exp
10364 * gdb.pascal/floats.exp
10365 * gdb.pascal/gdb11492.exp
10366 * gdb.python/lib-types.exp
10367 * gdb.python/py-arch.exp
10368 * gdb.python/py-as-string.exp
10369 * gdb.python/py-bad-printers.exp
10370 * gdb.python/py-block.exp
10371 * gdb.python/py-breakpoint-create-fail.exp
10372 * gdb.python/py-breakpoint.exp
10373 * gdb.python/py-caller-is.exp
10374 * gdb.python/py-cmd.exp
10375 * gdb.python/py-explore-cc.exp
10376 * gdb.python/py-explore.exp
10377 * gdb.python/py-finish-breakpoint.exp
10378 * gdb.python/py-finish-breakpoint2.exp
10379 * gdb.python/py-frame-args.exp
10380 * gdb.python/py-frame-inline.exp
10381 * gdb.python/py-frame.exp
10382 * gdb.python/py-framefilter-mi.exp
10383 * gdb.python/py-infthread.exp
10384 * gdb.python/py-lazy-string.exp
10385 * gdb.python/py-linetable.exp
10386 * gdb.python/py-mi-events.exp
10387 * gdb.python/py-mi-objfile.exp
10388 * gdb.python/py-mi.exp
10389 * gdb.python/py-objfile.exp
10390 * gdb.python/py-pp-integral.exp
10391 * gdb.python/py-pp-maint.exp
10392 * gdb.python/py-pp-re-notag.exp
10393 * gdb.python/py-pp-registration.exp
10394 * gdb.python/py-recurse-unwind.exp
10395 * gdb.python/py-strfns.exp
10396 * gdb.python/py-symbol.exp
10397 * gdb.python/py-symtab.exp
10398 * gdb.python/py-sync-interp.exp
10399 * gdb.python/py-typeprint.exp
10400 * gdb.python/py-unwind-maint.exp
10401 * gdb.python/py-unwind.exp
10402 * gdb.python/py-value-cc.exp
10403 * gdb.python/py-xmethods.exp
10404 * gdb.reverse/amd64-tailcall-reverse.exp
10405 * gdb.reverse/break-precsave.exp
10406 * gdb.reverse/break-reverse.exp
10407 * gdb.reverse/consecutive-precsave.exp
10408 * gdb.reverse/consecutive-reverse.exp
10409 * gdb.reverse/finish-precsave.exp
10410 * gdb.reverse/finish-reverse-bkpt.exp
10411 * gdb.reverse/finish-reverse.exp
10412 * gdb.reverse/fstatat-reverse.exp
10413 * gdb.reverse/getresuid-reverse.exp
10414 * gdb.reverse/i386-precsave.exp
10415 * gdb.reverse/i386-reverse.exp
10416 * gdb.reverse/i386-sse-reverse.exp
10417 * gdb.reverse/i387-env-reverse.exp
10418 * gdb.reverse/i387-stack-reverse.exp
10419 * gdb.reverse/insn-reverse.exp
10420 * gdb.reverse/machinestate-precsave.exp
10421 * gdb.reverse/machinestate.exp
10422 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10423 * gdb.reverse/pipe-reverse.exp
10424 * gdb.reverse/readv-reverse.exp
10425 * gdb.reverse/recvmsg-reverse.exp
10426 * gdb.reverse/rerun-prec.exp
10427 * gdb.reverse/s390-mvcle.exp
10428 * gdb.reverse/step-precsave.exp
10429 * gdb.reverse/step-reverse.exp
10430 * gdb.reverse/time-reverse.exp
10431 * gdb.reverse/until-precsave.exp
10432 * gdb.reverse/until-reverse.exp
10433 * gdb.reverse/waitpid-reverse.exp
10434 * gdb.reverse/watch-precsave.exp
10435 * gdb.reverse/watch-reverse.exp
10436 * gdb.rust/generics.exp
10437 * gdb.rust/methods.exp
10438 * gdb.rust/modules.exp
10439 * gdb.rust/simple.exp
10440 * gdb.server/connect-with-no-symbol-file.exp
10441 * gdb.server/ext-attach.exp
10442 * gdb.server/ext-restart.exp
10443 * gdb.server/ext-wrapper.exp
10444 * gdb.server/file-transfer.exp
10445 * gdb.server/server-exec-info.exp
10446 * gdb.server/server-kill.exp
10447 * gdb.server/server-mon.exp
10448 * gdb.server/wrapper.exp
10449 * gdb.stabs/exclfwd.exp
10450 * gdb.stabs/gdb11479.exp
10451 * gdb.threads/clone-new-thread-event.exp
10452 * gdb.threads/corethreads.exp
10453 * gdb.threads/current-lwp-dead.exp
10454 * gdb.threads/dlopen-libpthread.exp
10455 * gdb.threads/gcore-thread.exp
10456 * gdb.threads/sigstep-threads.exp
10457 * gdb.threads/watchpoint-fork.exp
10458 * gdb.trace/actions-changed.exp
10459 * gdb.trace/backtrace.exp
10460 * gdb.trace/change-loc.exp
10461 * gdb.trace/circ.exp
10462 * gdb.trace/collection.exp
10463 * gdb.trace/disconnected-tracing.exp
10464 * gdb.trace/ftrace.exp
10465 * gdb.trace/mi-trace-frame-collected.exp
10466 * gdb.trace/mi-trace-unavailable.exp
10467 * gdb.trace/mi-traceframe-changed.exp
10468 * gdb.trace/mi-tsv-changed.exp
10469 * gdb.trace/no-attach-trace.exp
10470 * gdb.trace/passc-dyn.exp
10471 * gdb.trace/qtro.exp
10472 * gdb.trace/range-stepping.exp
10473 * gdb.trace/read-memory.exp
10474 * gdb.trace/save-trace.exp
10475 * gdb.trace/signal.exp
10476 * gdb.trace/status-stop.exp
10477 * gdb.trace/tfile.exp
10478 * gdb.trace/trace-break.exp
10479 * gdb.trace/trace-buffer-size.exp
10480 * gdb.trace/trace-condition.exp
10481 * gdb.trace/tracefile-pseudo-reg.exp
10482 * gdb.trace/tstatus.exp
10483 * gdb.trace/unavailable.exp
10484 * gdb.trace/while-dyn.exp
10485 * gdb.trace/while-stepping.exp
10486
34c41c68
DE
104872016-12-22 Doug Evans <xdje42@gmail.com>
10488
10489 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10490 and msymbols.
10491
16e69324
YQ
104922016-12-19 Yao Qi <yao.qi@linaro.org>
10493
10494 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10495 (test_with_self): Don't call do_steps_and_nexts, and remove
10496 code about stepping into xmalloc.
10497
f94f411b
YQ
104982016-12-09 Yao Qi <yao.qi@linaro.org>
10499
10500 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10501
105022016-12-09 Yao Qi <yao.qi@linaro.org>
10503
10504 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10505
f1b5deee
PA
105062016-12-09 Pedro Alves <palves@redhat.com>
10507
10508 * gdb.base/all-architectures-0.exp: New file.
10509 * gdb.base/all-architectures-1.exp: New file.
10510 * gdb.base/all-architectures-2.exp: New file.
10511 * gdb.base/all-architectures-3.exp: New file.
10512 * gdb.base/all-architectures-4.exp: New file.
10513 * gdb.base/all-architectures-5.exp: New file.
10514 * gdb.base/all-architectures-6.exp: New file.
10515 * gdb.base/all-architectures-7.exp: New file.
10516 * gdb.base/all-architectures.exp.in: New file.
10517
364ca42e
YQ
105182016-12-09 Yao Qi <yao.qi@linaro.org>
10519
10520 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10521
107c2d62
LM
105222016-12-02 Luis Machado <lgustavo@codesourcery.com>
10523
10524 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10525 possible.
10526 Remove useless pattern-matching code.
10527
df3ee9ca
PA
105282016-12-02 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10531 procedure.
10532 (top level): Call it.
10533
ec835369
PA
105342016-12-02 Pedro Alves <palves@redhat.com>
10535
10536 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10537 New procedure.
10538 (top level): Call it.
10539
01770bbd
PA
105402016-12-02 Pedro Alves <palves@redhat.com>
10541
10542 PR cli/20559
10543 * gdb.base/commands.exp (user_defined_command_args_eval): New
10544 procedure.
10545 (top level): Call it.
10546
008459ea
LM
105472016-12-02 Luis Machado <lgustavo@codesourcery.com>
10548
10549 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10550 timeout handling.
10551
0c1b455e
TT
105522016-12-02 Tom Tromey <tom@tromey.com>
10553
10554 * gdb.dwarf2/main-subprogram.c: New file.
10555 * gdb.dwarf2/main-subprogram.exp: New file.
10556
018572b8
LM
105572016-12-01 Luis Machado <lgustavo@codesourcery.com>
10558
10559 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10560 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10561 gdb_test_no_output for a couple of cases.
10562 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10563
84c93cd5
LM
105642016-12-01 Luis Machado <lgustavo@codesourcery.com>
10565
10566 Fix test names and standardize compilation error messages throughout
10567 the following files:
10568
10569 * gdb.ada/start.exp
10570 * gdb.arch/alpha-step.exp
10571 * gdb.arch/e500-prologue.exp
10572 * gdb.arch/ftrace-insn-reloc.exp
10573 * gdb.arch/gdb1291.exp
10574 * gdb.arch/gdb1431.exp
10575 * gdb.arch/gdb1558.exp
10576 * gdb.arch/i386-dr3-watch.exp
10577 * gdb.arch/i386-sse-stack-align.exp
10578 * gdb.arch/ia64-breakpoint-shadow.exp
10579 * gdb.arch/pa-nullify.exp
10580 * gdb.arch/powerpc-aix-prologue.exp
10581 * gdb.arch/thumb-bx-pc.exp
10582 * gdb.base/annota1.exp
10583 * gdb.base/annota3.exp
10584 * gdb.base/arrayidx.exp
10585 * gdb.base/assign.exp
10586 * gdb.base/attach.exp
10587 * gdb.base/auxv.exp
10588 * gdb.base/bang.exp
10589 * gdb.base/bfp-test.exp
10590 * gdb.base/bigcore.exp
10591 * gdb.base/bitfields2.exp
10592 * gdb.base/break-fun-addr.exp
10593 * gdb.base/break-probes.exp
10594 * gdb.base/call-rt-st.exp
10595 * gdb.base/callexit.exp
10596 * gdb.base/catch-fork-kill.exp
10597 * gdb.base/charset.exp
10598 * gdb.base/checkpoint.exp
10599 * gdb.base/comprdebug.exp
10600 * gdb.base/constvars.exp
10601 * gdb.base/coredump-filter.exp
10602 * gdb.base/cursal.exp
10603 * gdb.base/cvexpr.exp
10604 * gdb.base/detach.exp
10605 * gdb.base/display.exp
10606 * gdb.base/dmsym.exp
10607 * gdb.base/dprintf-pending.exp
10608 * gdb.base/dso2dso.exp
10609 * gdb.base/dtrace-probe.exp
10610 * gdb.base/dump.exp
10611 * gdb.base/enum_cond.exp
10612 * gdb.base/exe-lock.exp
10613 * gdb.base/exec-invalid-sysroot.exp
10614 * gdb.base/execl-update-breakpoints.exp
10615 * gdb.base/exprs.exp
10616 * gdb.base/fileio.exp
10617 * gdb.base/find.exp
10618 * gdb.base/finish.exp
10619 * gdb.base/fixsection.exp
10620 * gdb.base/foll-vfork.exp
10621 * gdb.base/frame-args.exp
10622 * gdb.base/gcore.exp
10623 * gdb.base/gdb1250.exp
10624 * gdb.base/global-var-nested-by-dso.exp
10625 * gdb.base/gnu-ifunc.exp
10626 * gdb.base/hashline1.exp
10627 * gdb.base/hashline2.exp
10628 * gdb.base/hashline3.exp
10629 * gdb.base/hbreak-in-shr-unsupported.exp
10630 * gdb.base/huge.exp
10631 * gdb.base/infcall-input.exp
10632 * gdb.base/info-fun.exp
10633 * gdb.base/info-shared.exp
10634 * gdb.base/jit-simple.exp
10635 * gdb.base/jit-so.exp
10636 * gdb.base/jit.exp
10637 * gdb.base/jump.exp
10638 * gdb.base/label.exp
10639 * gdb.base/lineinc.exp
10640 * gdb.base/logical.exp
10641 * gdb.base/longjmp.exp
10642 * gdb.base/macscp.exp
10643 * gdb.base/miscexprs.exp
10644 * gdb.base/new-ui-echo.exp
10645 * gdb.base/new-ui-pending-input.exp
10646 * gdb.base/new-ui.exp
10647 * gdb.base/nodebug.exp
10648 * gdb.base/nofield.exp
10649 * gdb.base/offsets.exp
10650 * gdb.base/overlays.exp
10651 * gdb.base/pending.exp
10652 * gdb.base/pointers.exp
10653 * gdb.base/pr11022.exp
10654 * gdb.base/printcmds.exp
10655 * gdb.base/prologue.exp
10656 * gdb.base/ptr-typedef.exp
10657 * gdb.base/realname-expand.exp
10658 * gdb.base/relativedebug.exp
10659 * gdb.base/relocate.exp
10660 * gdb.base/remote.exp
10661 * gdb.base/reread.exp
10662 * gdb.base/return2.exp
10663 * gdb.base/savedregs.exp
10664 * gdb.base/sep.exp
10665 * gdb.base/sepdebug.exp
10666 * gdb.base/sepsymtab.exp
10667 * gdb.base/set-inferior-tty.exp
10668 * gdb.base/setshow.exp
10669 * gdb.base/shlib-call.exp
10670 * gdb.base/sigaltstack.exp
10671 * gdb.base/siginfo-addr.exp
10672 * gdb.base/signals.exp
10673 * gdb.base/signull.exp
10674 * gdb.base/sigrepeat.exp
10675 * gdb.base/so-impl-ld.exp
10676 * gdb.base/solib-display.exp
10677 * gdb.base/solib-overlap.exp
10678 * gdb.base/solib-search.exp
10679 * gdb.base/solib-symbol.exp
10680 * gdb.base/structs.exp
10681 * gdb.base/structs2.exp
10682 * gdb.base/symtab-search-order.exp
10683 * gdb.base/twice.exp
10684 * gdb.base/unload.exp
10685 * gdb.base/varargs.exp
10686 * gdb.base/watchpoint-solib.exp
10687 * gdb.base/watchpoint.exp
10688 * gdb.base/whatis.exp
10689 * gdb.base/wrong_frame_bt_full.exp
10690 * gdb.btrace/dlopen.exp
10691 * gdb.cell/ea-standalone.exp
10692 * gdb.cell/ea-test.exp
10693 * gdb.cp/dispcxx.exp
10694 * gdb.cp/gdb2384.exp
10695 * gdb.cp/method2.exp
10696 * gdb.cp/nextoverthrow.exp
10697 * gdb.cp/pr10728.exp
10698 * gdb.disasm/am33.exp
10699 * gdb.disasm/h8300s.exp
10700 * gdb.disasm/mn10300.exp
10701 * gdb.disasm/sh3.exp
10702 * gdb.dwarf2/dw2-dir-file-name.exp
10703 * gdb.fortran/complex.exp
10704 * gdb.fortran/library-module.exp
10705 * gdb.guile/scm-pretty-print.exp
10706 * gdb.guile/scm-symbol.exp
10707 * gdb.guile/scm-type.exp
10708 * gdb.guile/scm-value.exp
10709 * gdb.linespec/linespec.exp
10710 * gdb.mi/gdb701.exp
10711 * gdb.mi/gdb792.exp
10712 * gdb.mi/mi-breakpoint-changed.exp
10713 * gdb.mi/mi-dprintf-pending.exp
10714 * gdb.mi/mi-dprintf.exp
10715 * gdb.mi/mi-exit-code.exp
10716 * gdb.mi/mi-pending.exp
10717 * gdb.mi/mi-solib.exp
10718 * gdb.mi/new-ui-mi-sync.exp
10719 * gdb.mi/pr11022.exp
10720 * gdb.mi/user-selected-context-sync.exp
10721 * gdb.opt/solib-intra-step.exp
10722 * gdb.python/py-events.exp
10723 * gdb.python/py-finish-breakpoint.exp
10724 * gdb.python/py-mi.exp
10725 * gdb.python/py-prettyprint.exp
10726 * gdb.python/py-shared.exp
10727 * gdb.python/py-symbol.exp
10728 * gdb.python/py-template.exp
10729 * gdb.python/py-type.exp
10730 * gdb.python/py-value.exp
10731 * gdb.reverse/solib-precsave.exp
10732 * gdb.reverse/solib-reverse.exp
10733 * gdb.server/solib-list.exp
10734 * gdb.stabs/weird.exp
10735 * gdb.threads/reconnect-signal.exp
10736 * gdb.threads/stepi-random-signal.exp
10737 * gdb.trace/actions.exp
10738 * gdb.trace/ax.exp
10739 * gdb.trace/backtrace.exp
10740 * gdb.trace/change-loc.exp
10741 * gdb.trace/deltrace.exp
10742 * gdb.trace/ftrace-lock.exp
10743 * gdb.trace/ftrace.exp
10744 * gdb.trace/infotrace.exp
10745 * gdb.trace/mi-tracepoint-changed.exp
10746 * gdb.trace/packetlen.exp
10747 * gdb.trace/passcount.exp
10748 * gdb.trace/pending.exp
10749 * gdb.trace/range-stepping.exp
10750 * gdb.trace/report.exp
10751 * gdb.trace/stap-trace.exp
10752 * gdb.trace/tfind.exp
10753 * gdb.trace/trace-break.exp
10754 * gdb.trace/trace-condition.exp
10755 * gdb.trace/trace-enable-disable.exp
10756 * gdb.trace/trace-mt.exp
10757 * gdb.trace/tracecmd.exp
10758 * gdb.trace/tspeed.exp
10759 * gdb.trace/tsv.exp
10760 * lib/perftest.exp
10761
fb9feb35
LM
107622016-12-01 Luis Machado <lgustavo@codesourcery.com>
10763
10764 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10765 with gdb_test_no_output.
10766 Use command as test name.
10767
cd2ddb6c
LM
107682016-12-01 Luis Machado <lgustavo@codesourcery.com>
10769
10770 Fix test names starting with uppercase throughout the files.
10771
10772 * gdb.ada/assign_1.exp
10773 * gdb.ada/boolean_expr.exp
10774 * gdb.base/arrayidx.exp
10775 * gdb.base/del.exp
10776 * gdb.base/gcore-buffer-overflow.exp
10777 * gdb.base/testenv.exp
10778 * gdb.compile/compile.exp
10779 * gdb.python/py-framefilter-invalidarg.exp
10780 * gdb.python/py-framefilter.exp
10781
bb95117e
LM
107822016-12-01 Luis Machado <lgustavo@codesourcery.com>
10783
10784 Fix test names starting with uppercase throughout the files.
10785
10786 * gdb.ada/array_return.exp
10787 * gdb.ada/expr_delims.exp
10788 * gdb.ada/mi_dyn_arr.exp
10789 * gdb.ada/mi_interface.exp
10790 * gdb.ada/mi_var_array.exp
10791 * gdb.ada/watch_arg.exp
10792 * gdb.arch/alpha-step.exp
10793 * gdb.arch/altivec-regs.exp
10794 * gdb.arch/e500-regs.exp
10795 * gdb.arch/powerpc-d128-regs.exp
10796 * gdb.base/arrayidx.exp
10797 * gdb.base/break.exp
10798 * gdb.base/checkpoint.exp
10799 * gdb.base/debug-expr.exp
10800 * gdb.base/dmsym.exp
10801 * gdb.base/radix.exp
10802 * gdb.base/sepdebug.exp
10803 * gdb.base/testenv.exp
10804 * gdb.base/watch_thread_num.exp
10805 * gdb.base/watchpoint-cond-gone.exp
10806 * gdb.cell/break.exp
10807 * gdb.cell/ea-cache.exp
10808 * gdb.compile/compile.exp
10809 * gdb.cp/gdb2495.exp
10810 * gdb.gdb/selftest.exp
10811 * gdb.gdb/xfullpath.exp
10812 * gdb.go/hello.exp
10813 * gdb.go/integers.exp
10814 * gdb.objc/basicclass.exp
10815 * gdb.pascal/hello.exp
10816 * gdb.pascal/integers.exp
10817 * gdb.python/py-breakpoint.exp
10818 * gdb.python/py-cmd.exp
10819 * gdb.python/py-linetable.exp
10820 * gdb.python/py-xmethods.exp
10821 * gdb.python/python.exp
10822 * gdb.reverse/consecutive-precsave.exp
10823 * gdb.reverse/finish-precsave.exp
10824 * gdb.reverse/i386-precsave.exp
10825 * gdb.reverse/machinestate-precsave.exp
10826 * gdb.reverse/sigall-precsave.exp
10827 * gdb.reverse/solib-precsave.exp
10828 * gdb.reverse/step-precsave.exp
10829 * gdb.reverse/until-precsave.exp
10830 * gdb.reverse/watch-precsave.exp
10831 * gdb.threads/leader-exit.exp
10832 * gdb.threads/pthreads.exp
10833 * gdb.threads/wp-replication.exp
10834 * gdb.trace/actions.exp
10835 * gdb.trace/mi-tsv-changed.exp
10836 * gdb.trace/tsv.exp
10837
de97fdd4
LM
108382016-12-01 Luis Machado <lgustavo@codesourcery.com>
10839
10840 Fix test names starting with uppercase throughout the files.
10841
10842 * gdb.arch/i386-bp_permanent.exp
10843 * gdb.arch/i386-gnu-cfi.exp
10844 * gdb.base/disasm-end-cu.exp
10845 * gdb.base/macscp.exp
10846 * gdb.base/pending.exp
10847 * gdb.base/watch_thread_num.exp
10848 * gdb.cp/exception.exp
10849 * gdb.cp/gdb2495.exp
10850 * gdb.cp/local.exp
10851 * gdb.python/py-evsignal.exp
10852 * gdb.python/python.exp
10853 * gdb.trace/tracecmd.exp
10854
9f058c10
LM
108552016-12-01 Luis Machado <lgustavo@codesourcery.com>
10856
10857 Fix test names starting with uppercase throughout the files.
10858
10859 * gdb.base/charset.exp
10860 * gdb.base/eval.exp
10861 * gdb.base/multi-forks.exp
10862 * gdb.guile/scm-progspace.exp
10863 * gdb.opencl/datatypes.exp
10864 * gdb.python/py-block.exp
10865 * gdb.python/py-function.exp
10866 * gdb.python/py-symbol.exp
10867 * gdb.python/py-symtab.exp
10868 * gdb.python/py-xmethods.exp
10869 * gdb.reverse/break-precsave.exp
10870 * gdb.reverse/break-reverse.exp
10871 * gdb.reverse/consecutive-precsave.exp
10872 * gdb.reverse/consecutive-reverse.exp
10873 * gdb.reverse/finish-precsave.exp
10874 * gdb.reverse/finish-reverse-bkpt.exp
10875 * gdb.reverse/finish-reverse.exp
10876 * gdb.reverse/fstatat-reverse.exp
10877 * gdb.reverse/getresuid-reverse.exp
10878 * gdb.reverse/i386-precsave.exp
10879 * gdb.reverse/i386-reverse.exp
10880 * gdb.reverse/i386-sse-reverse.exp
10881 * gdb.reverse/i387-stack-reverse.exp
10882 * gdb.reverse/insn-reverse.exp
10883 * gdb.reverse/machinestate-precsave.exp
10884 * gdb.reverse/machinestate.exp
10885 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10886 * gdb.reverse/pipe-reverse.exp
10887 * gdb.reverse/readv-reverse.exp
10888 * gdb.reverse/recvmsg-reverse.exp
10889 * gdb.reverse/rerun-prec.exp
10890 * gdb.reverse/s390-mvcle.exp
10891 * gdb.reverse/sigall-precsave.exp
10892 * gdb.reverse/sigall-reverse.exp
10893 * gdb.reverse/solib-precsave.exp
10894 * gdb.reverse/solib-reverse.exp
10895 * gdb.reverse/step-precsave.exp
10896 * gdb.reverse/step-reverse.exp
10897 * gdb.reverse/time-reverse.exp
10898 * gdb.reverse/until-precsave.exp
10899 * gdb.reverse/until-reverse.exp
10900 * gdb.reverse/waitpid-reverse.exp
10901 * gdb.reverse/watch-precsave.exp
10902 * gdb.reverse/watch-reverse.exp
10903
cdc7edd7
LM
109042016-12-01 Luis Machado <lgustavo@codesourcery.com>
10905
10906 Fix test names starting with uppercase throughout the files.
10907
10908 * gdb.arch/i386-mpx-simple_segv.exp
10909 * gdb.arch/i386-mpx.exp
10910 * gdb.arch/i386-permbkpt.exp
10911 * gdb.arch/pa-nullify.exp
10912 * gdb.arch/powerpc-d128-regs.exp
10913 * gdb.arch/vsx-regs.exp
10914 * gdb.base/bfp-test.exp
10915 * gdb.base/break.exp
10916 * gdb.base/breakpoint-shadow.exp
10917 * gdb.base/callfuncs.exp
10918 * gdb.base/charset.exp
10919 * gdb.base/commands.exp
10920 * gdb.base/completion.exp
10921 * gdb.base/dfp-test.exp
10922 * gdb.base/echo.exp
10923 * gdb.base/ending-run.exp
10924 * gdb.base/eval.exp
10925 * gdb.base/expand-psymtabs.exp
10926 * gdb.base/float128.exp
10927 * gdb.base/floatn.exp
10928 * gdb.base/foll-exec-mode.exp
10929 * gdb.base/gdb1056.exp
10930 * gdb.base/gdb11531.exp
10931 * gdb.base/kill-after-signal.exp
10932 * gdb.base/multi-forks.exp
10933 * gdb.base/overlays.exp
10934 * gdb.base/pending.exp
10935 * gdb.base/sepdebug.exp
10936 * gdb.base/testenv.exp
10937 * gdb.base/valgrind-db-attach.exp
10938 * gdb.base/watch_thread_num.exp
10939 * gdb.base/watchpoint-cond-gone.exp
10940 * gdb.base/watchpoint.exp
10941 * gdb.base/watchpoints.exp
10942 * gdb.cp/arg-reference.exp
10943 * gdb.cp/baseenum.exp
10944 * gdb.cp/operator.exp
10945 * gdb.cp/shadow.exp
10946 * gdb.dwarf2/dw2-op-out-param.exp
10947 * gdb.dwarf2/dw2-reg-undefined.exp
10948 * gdb.go/chan.exp
10949 * gdb.go/hello.exp
10950 * gdb.go/integers.exp
10951 * gdb.go/methods.exp
10952 * gdb.go/package.exp
10953 * gdb.guile/scm-parameter.exp
10954 * gdb.guile/scm-progspace.exp
10955 * gdb.guile/scm-value.exp
10956 * gdb.mi/mi-pending.exp
10957 * gdb.mi/user-selected-context-sync.exp
10958 * gdb.multi/multi-attach.exp
10959 * gdb.multi/tids.exp
10960 * gdb.opt/clobbered-registers-O2.exp
10961 * gdb.pascal/floats.exp
10962 * gdb.pascal/integers.exp
10963 * gdb.python/py-block.exp
10964 * gdb.python/py-events.exp
10965 * gdb.python/py-parameter.exp
10966 * gdb.python/py-symbol.exp
10967 * gdb.python/py-symtab.exp
10968 * gdb.python/py-type.exp
10969 * gdb.python/py-value.exp
10970 * gdb.python/py-xmethods.exp
10971 * gdb.python/python.exp
10972 * gdb.reverse/break-precsave.exp
10973 * gdb.reverse/consecutive-precsave.exp
10974 * gdb.reverse/finish-precsave.exp
10975 * gdb.reverse/i386-precsave.exp
10976 * gdb.reverse/machinestate-precsave.exp
10977 * gdb.reverse/sigall-precsave.exp
10978 * gdb.reverse/solib-precsave.exp
10979 * gdb.reverse/step-precsave.exp
10980 * gdb.reverse/until-precsave.exp
10981 * gdb.reverse/watch-precsave.exp
10982 * gdb.server/ext-attach.exp
10983 * gdb.server/ext-restart.exp
10984 * gdb.server/ext-run.exp
10985 * gdb.server/ext-wrapper.exp
10986 * gdb.stabs/gdb11479.exp
10987 * gdb.stabs/weird.exp
10988 * gdb.threads/attach-many-short-lived-threads.exp
10989 * gdb.threads/kill.exp
10990 * gdb.threads/watchpoint-fork.exp
10991
bc6c7af4
LM
109922016-12-01 Luis Machado <lgustavo@codesourcery.com>
10993
10994 Fix test names starting with uppercase throughout all the files below.
10995
10996 * gdb.ada/array_return.exp
10997 * gdb.ada/catch_ex.exp
10998 * gdb.ada/info_exc.exp
10999 * gdb.ada/mi_catch_ex.exp
11000 * gdb.ada/mi_dyn_arr.exp
11001 * gdb.ada/mi_ex_cond.exp
11002 * gdb.ada/mi_exc_info.exp
11003 * gdb.ada/mi_interface.exp
11004 * gdb.ada/mi_task_arg.exp
11005 * gdb.ada/mi_task_info.exp
11006 * gdb.ada/mi_var_array.exp
11007 * gdb.arch/alpha-step.exp
11008 * gdb.arch/amd64-disp-step.exp
11009 * gdb.arch/arm-disp-step.exp
11010 * gdb.arch/disp-step-insn-reloc.exp
11011 * gdb.arch/e500-prologue.exp
11012 * gdb.arch/ftrace-insn-reloc.exp
11013 * gdb.arch/gdb1558.exp
11014 * gdb.arch/i386-bp_permanent.exp
11015 * gdb.arch/i386-disp-step.exp
11016 * gdb.arch/i386-float.exp
11017 * gdb.arch/i386-gnu-cfi.exp
11018 * gdb.arch/ia64-breakpoint-shadow.exp
11019 * gdb.arch/mips16-thunks.exp
11020 * gdb.arch/pa-nullify.exp
11021 * gdb.arch/powerpc-aix-prologue.exp
11022 * gdb.arch/powerpc-power.exp
11023 * gdb.arch/ppc-dfp.exp
11024 * gdb.arch/s390-tdbregs.exp
11025 * gdb.arch/spu-info.exp
11026 * gdb.arch/spu-ls.exp
11027 * gdb.arch/thumb-bx-pc.exp
11028 * gdb.base/advance.exp
11029 * gdb.base/annota-input-while-running.exp
11030 * gdb.base/arrayidx.exp
11031 * gdb.base/asmlabel.exp
11032 * gdb.base/async.exp
11033 * gdb.base/attach-wait-input.exp
11034 * gdb.base/auto-connect-native-target.exp
11035 * gdb.base/batch-preserve-term-settings.exp
11036 * gdb.base/bfp-test.exp
11037 * gdb.base/bigcore.exp
11038 * gdb.base/bp-permanent.exp
11039 * gdb.base/break-always.exp
11040 * gdb.base/break-fun-addr.exp
11041 * gdb.base/break-idempotent.exp
11042 * gdb.base/break-main-file-remove-fail.exp
11043 * gdb.base/break-probes.exp
11044 * gdb.base/break-unload-file.exp
11045 * gdb.base/break.exp
11046 * gdb.base/call-ar-st.exp
11047 * gdb.base/call-rt-st.exp
11048 * gdb.base/call-sc.exp
11049 * gdb.base/call-signal-resume.exp
11050 * gdb.base/call-strs.exp
11051 * gdb.base/callexit.exp
11052 * gdb.base/callfuncs.exp
11053 * gdb.base/catch-gdb-caused-signals.exp
11054 * gdb.base/catch-signal-siginfo-cond.exp
11055 * gdb.base/catch-syscall.exp
11056 * gdb.base/compare-sections.exp
11057 * gdb.base/cond-eval-mode.exp
11058 * gdb.base/condbreak-call-false.exp
11059 * gdb.base/consecutive-step-over.exp
11060 * gdb.base/cursal.exp
11061 * gdb.base/disabled-location.exp
11062 * gdb.base/disasm-end-cu.exp
11063 * gdb.base/display.exp
11064 * gdb.base/double-prompt-target-event-error.exp
11065 * gdb.base/dprintf-bp-same-addr.exp
11066 * gdb.base/dprintf-detach.exp
11067 * gdb.base/dprintf-next.exp
11068 * gdb.base/dprintf-non-stop.exp
11069 * gdb.base/dprintf-pending.exp
11070 * gdb.base/dso2dso.exp
11071 * gdb.base/ending-run.exp
11072 * gdb.base/enum_cond.exp
11073 * gdb.base/examine-backward.exp
11074 * gdb.base/exe-lock.exp
11075 * gdb.base/exec-invalid-sysroot.exp
11076 * gdb.base/execl-update-breakpoints.exp
11077 * gdb.base/execution-termios.exp
11078 * gdb.base/fileio.exp
11079 * gdb.base/fixsection.exp
11080 * gdb.base/foll-exec-mode.exp
11081 * gdb.base/foll-exec.exp
11082 * gdb.base/fork-running-state.exp
11083 * gdb.base/frame-args.exp
11084 * gdb.base/fullpath-expand.exp
11085 * gdb.base/func-ptr.exp
11086 * gdb.base/gcore-relro-pie.exp
11087 * gdb.base/gdb1090.exp
11088 * gdb.base/gdb1555.exp
11089 * gdb.base/global-var-nested-by-dso.exp
11090 * gdb.base/gnu-ifunc.exp
11091 * gdb.base/hbreak-in-shr-unsupported.exp
11092 * gdb.base/hbreak-unmapped.exp
11093 * gdb.base/hook-stop.exp
11094 * gdb.base/infcall-input.exp
11095 * gdb.base/info-fun.exp
11096 * gdb.base/info-shared.exp
11097 * gdb.base/interrupt-noterm.exp
11098 * gdb.base/jit-so.exp
11099 * gdb.base/jit.exp
11100 * gdb.base/line-symtabs.exp
11101 * gdb.base/list.exp
11102 * gdb.base/longjmp.exp
11103 * gdb.base/macscp.exp
11104 * gdb.base/max-value-size.exp
11105 * gdb.base/nodebug.exp
11106 * gdb.base/nofield.exp
11107 * gdb.base/overlays.exp
11108 * gdb.base/paginate-after-ctrl-c-running.exp
11109 * gdb.base/paginate-bg-execution.exp
11110 * gdb.base/paginate-inferior-exit.exp
11111 * gdb.base/pending.exp
11112 * gdb.base/pr11022.exp
11113 * gdb.base/printcmds.exp
11114 * gdb.base/ptr-typedef.exp
11115 * gdb.base/ptype.exp
11116 * gdb.base/randomize.exp
11117 * gdb.base/range-stepping.exp
11118 * gdb.base/realname-expand.exp
11119 * gdb.base/relativedebug.exp
11120 * gdb.base/remote.exp
11121 * gdb.base/savedregs.exp
11122 * gdb.base/sepdebug.exp
11123 * gdb.base/set-noassign.exp
11124 * gdb.base/shlib-call.exp
11125 * gdb.base/shreloc.exp
11126 * gdb.base/sigaltstack.exp
11127 * gdb.base/sigbpt.exp
11128 * gdb.base/siginfo-addr.exp
11129 * gdb.base/siginfo-obj.exp
11130 * gdb.base/siginfo-thread.exp
11131 * gdb.base/signest.exp
11132 * gdb.base/signull.exp
11133 * gdb.base/sigrepeat.exp
11134 * gdb.base/skip.exp
11135 * gdb.base/so-impl-ld.exp
11136 * gdb.base/solib-corrupted.exp
11137 * gdb.base/solib-disc.exp
11138 * gdb.base/solib-display.exp
11139 * gdb.base/solib-overlap.exp
11140 * gdb.base/solib-search.exp
11141 * gdb.base/solib-symbol.exp
11142 * gdb.base/source-execution.exp
11143 * gdb.base/sss-bp-on-user-bp-2.exp
11144 * gdb.base/sss-bp-on-user-bp.exp
11145 * gdb.base/stack-checking.exp
11146 * gdb.base/stale-infcall.exp
11147 * gdb.base/step-break.exp
11148 * gdb.base/step-line.exp
11149 * gdb.base/step-over-exit.exp
11150 * gdb.base/step-test.exp
11151 * gdb.base/structs.exp
11152 * gdb.base/sym-file.exp
11153 * gdb.base/symtab-search-order.exp
11154 * gdb.base/term.exp
11155 * gdb.base/type-opaque.exp
11156 * gdb.base/unload.exp
11157 * gdb.base/until-nodebug.exp
11158 * gdb.base/until.exp
11159 * gdb.base/unwindonsignal.exp
11160 * gdb.base/watch-cond.exp
11161 * gdb.base/watch-non-mem.exp
11162 * gdb.base/watch_thread_num.exp
11163 * gdb.base/watchpoint-reuse-slot.exp
11164 * gdb.base/watchpoint-solib.exp
11165 * gdb.base/watchpoint.exp
11166 * gdb.btrace/dlopen.exp
11167 * gdb.cell/arch.exp
11168 * gdb.cell/break.exp
11169 * gdb.cell/bt.exp
11170 * gdb.cell/core.exp
11171 * gdb.cell/data.exp
11172 * gdb.cell/dwarfaddr.exp
11173 * gdb.cell/ea-cache.exp
11174 * gdb.cell/ea-standalone.exp
11175 * gdb.cell/ea-test.exp
11176 * gdb.cell/f-regs.exp
11177 * gdb.cell/fork.exp
11178 * gdb.cell/gcore.exp
11179 * gdb.cell/mem-access.exp
11180 * gdb.cell/ptype.exp
11181 * gdb.cell/registers.exp
11182 * gdb.cell/sizeof.exp
11183 * gdb.cell/solib-symbol.exp
11184 * gdb.cell/solib.exp
11185 * gdb.compile/compile-tls.exp
11186 * gdb.cp/exception.exp
11187 * gdb.cp/gdb2495.exp
11188 * gdb.cp/local.exp
11189 * gdb.cp/mb-inline.exp
11190 * gdb.cp/mb-templates.exp
11191 * gdb.cp/pr10687.exp
11192 * gdb.cp/pr9167.exp
11193 * gdb.cp/scope-err.exp
11194 * gdb.cp/templates.exp
11195 * gdb.cp/virtfunc.exp
11196 * gdb.dwarf2/dw2-dir-file-name.exp
11197 * gdb.dwarf2/dw2-single-line-discriminators.exp
11198 * gdb.fortran/complex.exp
11199 * gdb.fortran/library-module.exp
11200 * gdb.guile/guile.exp
11201 * gdb.guile/scm-cmd.exp
11202 * gdb.guile/scm-frame-inline.exp
11203 * gdb.guile/scm-objfile.exp
11204 * gdb.guile/scm-pretty-print.exp
11205 * gdb.guile/scm-symbol.exp
11206 * gdb.guile/scm-type.exp
11207 * gdb.guile/scm-value.exp
11208 * gdb.linespec/keywords.exp
11209 * gdb.linespec/ls-errs.exp
11210 * gdb.linespec/macro-relative.exp
11211 * gdb.linespec/thread.exp
11212 * gdb.mi/mi-breakpoint-changed.exp
11213 * gdb.mi/mi-dprintf-pending.exp
11214 * gdb.mi/mi-fullname-deleted.exp
11215 * gdb.mi/mi-logging.exp
11216 * gdb.mi/mi-pending.exp
11217 * gdb.mi/mi-solib.exp
11218 * gdb.mi/new-ui-mi-sync.exp
11219 * gdb.mi/user-selected-context-sync.exp
11220 * gdb.multi/dummy-frame-restore.exp
11221 * gdb.multi/multi-arch-exec.exp
11222 * gdb.multi/remove-inferiors.exp
11223 * gdb.multi/watchpoint-multi-exit.exp
11224 * gdb.opt/solib-intra-step.exp
11225 * gdb.perf/backtrace.exp
11226 * gdb.perf/single-step.exp
11227 * gdb.perf/skip-command.exp
11228 * gdb.perf/skip-prologue.exp
11229 * gdb.perf/solib.exp
11230 * gdb.python/lib-types.exp
11231 * gdb.python/py-as-string.exp
11232 * gdb.python/py-bad-printers.exp
11233 * gdb.python/py-block.exp
11234 * gdb.python/py-breakpoint.exp
11235 * gdb.python/py-cmd.exp
11236 * gdb.python/py-events.exp
11237 * gdb.python/py-evthreads.exp
11238 * gdb.python/py-finish-breakpoint.exp
11239 * gdb.python/py-finish-breakpoint2.exp
11240 * gdb.python/py-frame-inline.exp
11241 * gdb.python/py-frame.exp
11242 * gdb.python/py-inferior.exp
11243 * gdb.python/py-infthread.exp
11244 * gdb.python/py-mi.exp
11245 * gdb.python/py-objfile.exp
11246 * gdb.python/py-pp-maint.exp
11247 * gdb.python/py-pp-registration.exp
11248 * gdb.python/py-prettyprint.exp
11249 * gdb.python/py-recurse-unwind.exp
11250 * gdb.python/py-shared.exp
11251 * gdb.python/py-symbol.exp
11252 * gdb.python/py-symtab.exp
11253 * gdb.python/py-template.exp
11254 * gdb.python/py-type.exp
11255 * gdb.python/py-unwind-maint.exp
11256 * gdb.python/py-unwind.exp
11257 * gdb.python/py-value.exp
11258 * gdb.python/python.exp
11259 * gdb.reverse/finish-reverse-bkpt.exp
11260 * gdb.reverse/insn-reverse.exp
11261 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11262 * gdb.reverse/solib-precsave.exp
11263 * gdb.reverse/solib-reverse.exp
11264 * gdb.stabs/gdb11479.exp
11265 * gdb.stabs/weird.exp
11266 * gdb.threads/fork-child-threads.exp
11267 * gdb.threads/fork-plus-threads.exp
11268 * gdb.threads/fork-thread-pending.exp
11269 * gdb.threads/forking-threads-plus-breakpoint.exp
11270 * gdb.threads/hand-call-in-threads.exp
11271 * gdb.threads/interrupted-hand-call.exp
11272 * gdb.threads/linux-dp.exp
11273 * gdb.threads/local-watch-wrong-thread.exp
11274 * gdb.threads/next-while-other-thread-longjmps.exp
11275 * gdb.threads/non-ldr-exit.exp
11276 * gdb.threads/pending-step.exp
11277 * gdb.threads/print-threads.exp
11278 * gdb.threads/process-dies-while-detaching.exp
11279 * gdb.threads/process-dies-while-handling-bp.exp
11280 * gdb.threads/pthreads.exp
11281 * gdb.threads/queue-signal.exp
11282 * gdb.threads/reconnect-signal.exp
11283 * gdb.threads/signal-command-handle-nopass.exp
11284 * gdb.threads/signal-command-multiple-signals-pending.exp
11285 * gdb.threads/signal-delivered-right-thread.exp
11286 * gdb.threads/signal-sigtrap.exp
11287 * gdb.threads/sigthread.exp
11288 * gdb.threads/staticthreads.exp
11289 * gdb.threads/stepi-random-signal.exp
11290 * gdb.threads/thread-unwindonsignal.exp
11291 * gdb.threads/thread_check.exp
11292 * gdb.threads/thread_events.exp
11293 * gdb.threads/tid-reuse.exp
11294 * gdb.threads/tls-nodebug.exp
11295 * gdb.threads/tls-shared.exp
11296 * gdb.threads/tls-so_extern.exp
11297 * gdb.threads/tls.exp
11298 * gdb.threads/wp-replication.exp
11299 * gdb.trace/actions-changed.exp
11300 * gdb.trace/actions.exp
11301 * gdb.trace/backtrace.exp
11302 * gdb.trace/change-loc.exp
11303 * gdb.trace/collection.exp
11304 * gdb.trace/deltrace.exp
11305 * gdb.trace/disconnected-tracing.exp
11306 * gdb.trace/entry-values.exp
11307 * gdb.trace/ftrace-lock.exp
11308 * gdb.trace/ftrace.exp
11309 * gdb.trace/infotrace.exp
11310 * gdb.trace/mi-trace-frame-collected.exp
11311 * gdb.trace/mi-trace-unavailable.exp
11312 * gdb.trace/mi-traceframe-changed.exp
11313 * gdb.trace/mi-tracepoint-changed.exp
11314 * gdb.trace/mi-tsv-changed.exp
11315 * gdb.trace/no-attach-trace.exp
11316 * gdb.trace/packetlen.exp
11317 * gdb.trace/passc-dyn.exp
11318 * gdb.trace/passcount.exp
11319 * gdb.trace/pending.exp
11320 * gdb.trace/pr16508.exp
11321 * gdb.trace/qtro.exp
11322 * gdb.trace/range-stepping.exp
11323 * gdb.trace/read-memory.exp
11324 * gdb.trace/report.exp
11325 * gdb.trace/save-trace.exp
11326 * gdb.trace/signal.exp
11327 * gdb.trace/stap-trace.exp
11328 * gdb.trace/status-stop.exp
11329 * gdb.trace/strace.exp
11330 * gdb.trace/tfile.exp
11331 * gdb.trace/tfind.exp
11332 * gdb.trace/trace-break.exp
11333 * gdb.trace/trace-condition.exp
11334 * gdb.trace/trace-enable-disable.exp
11335 * gdb.trace/trace-mt.exp
11336 * gdb.trace/tracecmd.exp
11337 * gdb.trace/tracefile-pseudo-reg.exp
11338 * gdb.trace/tspeed.exp
11339 * gdb.trace/tstatus.exp
11340 * gdb.trace/tsv.exp
11341 * gdb.trace/unavailable.exp
11342 * gdb.trace/while-dyn.exp
11343 * gdb.trace/while-stepping.exp
11344 * lib/gdb-guile.exp
11345 * lib/gdb.exp
11346 * lib/mi-support.exp
11347 * lib/pascal.exp
11348 * lib/perftest.exp
11349 * lib/prelink-support.exp
11350 * lib/selftest-support.exp
11351
ad02e4fe
SM
113522016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11353
11354 * Makefile.in: Include disable-implicit-rules.mk.
11355
22347e55
AA
113562016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11357
11358 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11359 non-byte-aligned bit fields.
11360
da5b30da
AA
113612016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11362
11363 PR gdb/12616
11364 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11365 respects the DW_AT_data_bit_offset attribute.
11366
b593ecca
SM
113672016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11368
11369 * gdb.base/default.exp: Fix output of "set language".
11370
3b165252
SM
113712016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11372
11373 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11374 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11375 make.
11376 * configure.ac: Remove checks for the make program.
11377 * configure: Re-generate.
11378
1a2f3d7f
KB
113792016-11-16 Kevin Buettner <kevinb@redhat.com>
11380
11381 * gdb.python/py-recurse-unwind.c (main): Add loop.
11382 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11383 to read_register() and gdb.parse_and_eval(). Make each code
11384 call a separate case that can be individually tested.
11385 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11386 proc. Call cont_and_backtrace for each of the code paths that
11387 we want to test in the unwinder.
11388
b7f38fda
AA
113892016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11390
11391 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11392 the definition of struct S.
11393
1f8db343
CM
113942016-11-11 Catherine Moore <clm@codesourcery.com>
11395
11396 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11397
fad0c9fb
PA
113982016-11-09 Pedro Alves <palves@redhat.com>
11399
11400 * gdb.base/commands.exp (runto_or_return): New procedure.
11401 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11402 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11403 (progvar_simple_while_test, progvar_complex_if_while_test)
11404 (if_while_breakpoint_command_test)
11405 (infrun_breakpoint_command_test, breakpoint_command_test)
11406 (user_defined_command_test, watchpoint_command_test)
11407 (test_command_prompt_position, redefine_hook_test)
11408 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11409 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11410 multi_line_input and multi_line. Remove gdb_expect and
11411 gdb_stop_suppressing_tests uses.
11412 * lib/gdb.exp (valnum_re): New global.
11413 (multi_line_input): New procedure.
11414
8354c62c
SM
114152016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11416
11417 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11418 Remove.
11419 (test_setup): Define with proc_with_prefix.
11420 (test_cli_inferior): Likewise.
11421 (test_cli_thread): Likewise.
11422 (test_cli_frame): Likewise.
11423 (test_cli_select_frame): Likewise.
11424 (test_cli_up_down): Likewise.
11425 (test_mi_thread_select): Likewise.
11426 (test_mi_stack_select_frame): Likewise.
11427 (test_cli_in_mi_inferior): Likewise.
11428 (test_cli_in_mi_thread): Likewise.
11429 (test_cli_in_mi_frame): Likewise.
11430 (top level): Do not use with_test_prefix_procname.
11431
64f367a2
PA
114322016-11-09 Pedro Alves <palves@redhat.com>
11433
11434 * gdb.base/commands.exp (gdbvar_simple_if_test)
11435 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11436 (progvar_simple_if_test, progvar_simple_while_test)
11437 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11438 (infrun_breakpoint_command_test, breakpoint_command_test)
11439 (user_defined_command_test, watchpoint_command_test)
11440 (test_command_prompt_position, deprecated_command_test)
11441 (bp_deleted_in_command, temporary_breakpoint_commands)
11442 (stray_arg0_test, source_file_with_indented_comment)
11443 (recursive_source_test, if_commands_test)
11444 (error_clears_commands_left, redefine_hook_test)
11445 (redefine_backtrace_test): Use proc_with_prefix.
11446 * lib/gdb.exp (proc_with_prefix): New proc.
11447
0bb65f1e
AA
114482016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11449
11450 * gdb.base/tui-layout.c: New file.
11451 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11452 disassembly window contains very long lines.
11453
7353f247
TT
114542016-11-08 Tom Tromey <tom@tromey.com>
11455
11456 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11457 depend on Python 2.
11458
30a7bb83
TT
114592016-11-08 Tom Tromey <tom@tromey.com>
11460
11461 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11462 New method.
11463
cdf5a07c
MG
114642016-10-29 Manish Goregaokar <manish@mozilla.com>
11465
2806dc7e 11466 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11467
51a789c3
MG
114682016-10-27 Manish Goregaokar <manish@mozilla.com>
11469
2806dc7e
PA
11470 * gdb.rust/simple.rs: Add test for univariant enums without
11471 discriminants and for encoded struct-like enums.
51a789c3 11472
f610ab6d
PA
114732016-10-28 Pedro Alves <palves@redhat.com>
11474
11475 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11476 gdb_test_multiple, tighten regexps and match symtabs and line
11477 tables incrementally.
11478
b129b0ca
LM
114792016-10-28 Luis Machado <lgustavo@codesourcery.com>
11480
11481 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11482 general.
11483
ecf45d2c
SL
114842016-10-25 Luis Machado <lgustavo@codesourcery.com>
11485
11486 * gdb.base/exec-invalid-sysroot.exp: New file.
11487
b8d38ee4
JK
114882016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11489
11490 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11491
f90fd8c2
JK
114922016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11493
11494 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11495
2d2476aa
MR
114962016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11497
2806dc7e
PA
11498 * gdb.base/killed-outside.exp: Remove $options from a call to
11499 `prepare_for_testing'.
2d2476aa 11500
e42b25a0
SM
115012016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11502
11503 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11504 Change test message.
11505
3ccdb432
SM
115062016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11507
11508 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11509 Update comment.
11510
5bad3170
SM
115112016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11512
11513 * gdb.trace/mi-trace-save.exp: New file.
11514
5ad9dba7
YQ
115152016-10-13 Yao Qi <yao.qi@linaro.org>
11516
11517 * gdb.base/code_elim.exp (get_var_address): Remove.
11518 * gdb.base/relocate.exp: Likewise.
11519 * gdb.base/shreloc.exp: Likewise.
11520 * lib/gdb.exp (get_var_address): New.
11521
62df7e21
YQ
115222016-10-13 Yao Qi <yao.qi@linaro.org>
11523
11524 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11525 floating point tests if $skip_float_test is false.
11526
4dac951e
LM
115272016-10-12 Luis Machado <lgustavo@codesourcery.com>
11528
11529 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11530 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11531 argc values.
11532 Add 1 to argc so we guarantee distinct initial/modified argc values.
11533
8f1a8fc4
JK
115342016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11535
11536 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11537
16c85b5d
JK
115382016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11539
11540 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11541 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11542 * gdb.arch/vsx-regs.exp: Likewise.
11543
1d0e042a
YQ
115442016-10-07 Yao Qi <yao.qi@linaro.org>
11545
11546 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11547
68dadef5
MM
115482016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11549
11550 * gdb.python/python.exp: Test decode_line("*0").
11551
33fa2c6e
DE
115522016-10-06 Doug Evans <dje@google.com>
11553
11554 * gdb.python/py-value.exp (test_value_creation): Add test for large
11555 unsigned 64-bit value.
11556
9c37b5ae
TT
115572016-10-06 Tom Tromey <tom@tromey.com>
11558
11559 * gdb.compile/compile.exp: Change java tests to rust.
11560 * gdb.base/setshow.exp: Change java tests to rust.
11561 * gdb.base/default.exp: Remove java from language list.
11562 * README (Examples): Update language example.
11563 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11564 test.
11565 * lib/gdb.exp (skip_java_tests): Remove.
11566 * lib/java.exp: Remove.
11567 * gdb.java: Remove.
11568
78b86327
MR
115692016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11570
11571 * gdb.arch/mips-fcr.exp: New test.
11572 * gdb.arch/mips-fcr.c: Source for the new test.
11573
7470adbb
MR
115742016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11575
11576 * gdb.base/solib-disc.exp: Use `standard_output_file'
11577 throughout.
11578
4a556533
PA
115792016-10-06 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/jit-simple-dl.c: New file.
11582 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11583 * gdb.base/jit-simple.c: ... this.
11584 * gdb.base/jit-simple.exp (jit_run): Delete.
11585 (build_jit): New proc.
11586 (jit_test_reread): Recompile either the main program or the shared
11587 library, depending on what is being tested. Skip changing address
11588 if caller wants to. Compare before/after addresses. If testing
11589 standalone, explicitly load the binary. Test "maint info
11590 breakpoints".
11591 (top level): Add "standalone vs shared lib" and "change address"
11592 vs "same address" axes.
11593
5a122fbc
PA
115942016-10-06 Pedro Alves <palves@redhat.com>
11595
11596 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11597 call.
11598 (jit_run): Delete.
11599 (jit_test_reread): Use with_test_prefix. Reload the main binary
11600 explicitly. Compare the before/after addresses of the JIT
11601 descriptor.
11602
ee8da4b8
DE
116032016-08-15 Doug Evans <dje@google.com>
11604
11605 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11606 for single bitfields is bool.
11607 * gdb.xml/tdesc-regs.exp: Ditto.
11608
f389f6fe
JK
116092016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11610
11611 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11612
fdebf1a4
YQ
116132016-10-05 Yao Qi <yao.qi@linaro.org>
11614
11615 * lib/gdb.exp (support_complex_tests): Return zero if
11616 gdb_skip_float_test return true.
11617
9c36d954 116182016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11619 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11620
11621 PR gdb/20487
11622 * gdb.mi/user-selected-context-sync.exp: New file.
11623 * gdb.mi/user-selected-context-sync.c: New file.
11624
4034d0ff 116252016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11626 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11627
11628 PR gdb/20487
11629 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11630 =thread-select-event check.
11631
a4297203
PB
116322016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11633
11634 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11635 the compulsory L operand changes.
11636 * gdb.arch/powerpc-power.s: Likewise.
11637
bb805577
JK
116382016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11639
11640 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11641 * gdb.base/jit-attach-pie.c: New file.
11642 * gdb.base/jit-attach-pie.exp: New file.
11643
6d61dee5
PA
116442016-09-28 Pedro Alves <palves@redhat.com>
11645
11646 * gdb.base/infcall-input.c: New file.
11647 * gdb.base/infcall-input.exp: New file.
11648
f73842fc
YQ
116492016-09-22 Yao Qi <yao.qi@linaro.org>
11650
11651 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11652 (gdb_exit): Rename it to ...
11653 (gdbserver_gdb_exit): ... Close GDBserver.
11654 (gdb_exit): New proc, call gdbserver_gdb_exit.
11655 (mi_gdb_exit): Likewise.
11656
90681dab
YQ
116572016-09-22 Yao Qi <yao.qi@linaro.org>
11658
11659 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11660 path.
11661 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11662 Remove duplication.
11663
9c211fd8
YQ
116642016-09-22 Yao Qi <yao.qi@linaro.org>
11665
11666 * lib/gdbserver-support.exp: Check the existence of
11667 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11668
ad0a504f
AK
116692016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11670
11671 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11672
36cf1806
TT
116732016-09-21 Tom Tromey <tom@tromey.com>
11674
11675 PR gdb/20604:
11676 * gdb.base/quit.exp: New file.
11677
74172ecf
SM
116782016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11679
11680 * .gitignore: New file.
11681
3d0ec882
MR
116822016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11683
11684 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11685 throughout.
11686
8193adea
AA
116872016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11688
11689 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11690
d41a5c09
JK
116912016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11692
11693 * gdb.cp/casts.cc (decltype): Move it ...
11694 (main): ... with its call to ...
11695 * gdb.cp/casts03.cc: ... a new file.
11696 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11697
d2dfe700
JK
116982016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11699
11700 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11701
e2a92b16
PB
117022016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11703
11704 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11705 and sync up the test with tests in gas/testsuite/gas/ppc.
11706 * gdb.arch/powerpc-power.exp: Likewise.
11707
49b4de64
JK
117082016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11709
11710 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11711
2c29df25
SDJ
117122016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11713 Jan Kratochvil <jan.kratochvil@redhat.com>
11714
11715 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11716 make m1's definition to be different from m2's. Use 'dummy' as an
11717 argument for probe 'two'.
11718
cc3c2846
JB
117192016-09-10 Jon Beniston <jon@beniston.com>
11720
11721 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11722 for sim target.
11723
e1b2624a
AA
117242016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11725
11726 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11727 variable declaration.
11728 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11729 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11730 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11731 received HWCAP as its argument.
11732
4295e285
PA
117332016-09-06 Pedro Alves <palves@redhat.com>
11734
11735 * gdb.base/new-ui-pending-input.c: New file.
11736 * gdb.base/new-ui-pending-input.exp: New file.
11737 * gdb.exp (clear_gdb_spawn_id): New procedure.
11738 (with_spawn_id): Check whether gdb_spawn_id exists before
11739 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11740 on exit.
11741
00d5215e
UW
117422016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11743
11744 * gdb.base/float128.c: New file.
11745 * gdb.base/float128.exp: Likewise.
11746 * gdb.base/floatn.c: Likewise.
11747 * gdb.base/floatn.exp: Likewise.
11748
a9ff5f12
UW
117492016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11750
11751 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11752
f245535c
PA
117532016-09-05 Pedro Alves <palves@redhat.com>
11754
11755 PR backtrace/19927
11756 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11757 unwinders are immediately called as side effect of "source" or
11758 "disable unwinder" commands.
11759 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11760
ae9cf263
YQ
117612016-09-02 Yao Qi <yao.qi@linaro.org>
11762
11763 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11764 is true and $type is "float" or "double".
11765
27aba047
YQ
117662016-09-02 Yao Qi <yao.qi@linaro.org>
11767
11768 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11769 true.
11770 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11771 * gdb.base/call-rt-st.exp: Likewise.
11772 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11773 return value instead of gdb,skip_float_test.
11774 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11775 (do_function_calls): Use its return value instead of
11776 gdb,skip_float_test.
11777 * gdb.base/finish.exp: Likewise.
11778 * gdb.base/funcargs.exp: Likewise.
11779 * gdb.base/return.exp: Likewise.
11780 * gdb.base/return2.exp: Likewise.
11781 * gdb.base/varargs.exp: Likewise.
11782 * lib/gdb.exp (gdb_skip_float_test): Change it to
11783 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11784
5af962df
AA
117852016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11786
11787 * gdb.multi/tids.exp: Test "thread apply all".
11788
7fac6910
JK
117892016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11790
11791 * gdb.base/default.exp (tty): Remove.
11792
bb1fe4ac
KB
117932016-08-24 Kevin Buettner <kevinb@redhat.com>
11794
2806dc7e
PA
11795 * gdb.python/py-recurse-unwind.c: New file.
11796 * gdb.python/py-recurse-unwind.py: New file.
11797 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11798
0a1ddfa6
SM
117992016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11800
11801 * gdb.base/set-inferior-tty.exp: New file.
11802 * gdb.base/set-inferior-tty.c: New file.
11803
d9de1fe3
PA
118042016-08-23 Pedro Alves <palves@redhat.com>
11805
11806 PR gdb/20494
11807 * gdb.base/new-ui-echo.c: New file.
11808 * gdb.base/new-ui-echo.exp: New file.
11809
e9d9abd7
YQ
118102016-08-23 Yao Qi <yao.qi@linaro.org>
11811
11812 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11813 gdbserver_spawn.
11814 * gdb.server/connect-without-multi-process.exp (do_test):
11815 Likewise.
11816
3589529e
YQ
118172016-08-23 Yao Qi <yao.qi@linaro.org>
11818
11819 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11820 standalone_txt. Delete gdb_txt and standalone_txt on host
11821 and target. Spawn the binary on target. Copy files from
11822 target to host.
11823
6bb90213
PA
118242016-08-22 Pedro Alves <palves@redhat.com>
11825
11826 PR gdb/20505
11827 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11828 with_test_prefix. Factor out bits to ...
11829 (test_no_vdso): ... this new procedure.
11830
20c2c024
CL
118312016-08-19 Carl Love <cel@us.ibm.com>
11832
11833 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11834 maintaining separate logic for constructing the output path.
11835 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11836 * gdb.arch/ppc-dfp.exp: Likewise.
11837 * gdb.arch/ppc-fp.exp: Likewise.
11838 * gdb.arch/vsx-regs.exp: Likewise.
11839 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11840 binprefix for generating the additional binary files.
11841
0646e07d
PA
118422016-08-19 Pedro Alves <palves@redhat.com>
11843
11844 * gdb.trace/mi-trace-frame-collected.exp
11845 (test_trace_frame_collected): On x32, expect two registers.
11846
46da9242
CL
118472016-08-18 Carl Love <cel@us.ibm.com>
11848
11849 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11850 and sync up the test with tests in gas/testsuite/gas/ppc.
11851 * gdb.arch/powerpc-power.exp: Likewise.
11852
eb2332d7
SM
118532016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11854
11855 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11856 expected error message.
11857
63c61e04
SM
118582016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11859
11860 * gdb.multi/remove-inferiors.exp: New file.
11861 * gdb.multi/remove-inferiors.c: New file.
11862
7b17065f
YQ
118632016-08-12 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11866 argument list.
11867
01d3dedf
PA
118682016-08-10 Pedro Alves <palves@redhat.com>
11869
11870 PR gdb/19187
11871 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11872 setup_kfails.
11873
3eb7562a
PA
118742016-08-09 Pedro Alves <palves@redhat.com>
11875 Simon Marchi <simon.marchi@ericsson.com>
11876
11877 PR gdb/20418
11878 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11879 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11880
80614914
PA
118812016-08-09 Pedro Alves <palves@redhat.com>
11882
11883 PR mi/20431
11884 * gdb.mi/mi-cmd-error.exp: New file.
11885
f348d89a
PA
118862016-08-09 Pedro Alves <palves@redhat.com>
11887
11888 PR gdb/18653
11889 * gdb.base/signals-state-child.c: New file.
11890 * gdb.base/signals-state-child.exp: New file.
11891 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11892
e5ca03b4
PA
118932016-08-09 Pedro Alves <palves@redhat.com>
11894
11895 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11896
282a0691
TT
118972016-08-03 Tom Tromey <tom@tromey.com>
11898
11899 PR python/18565:
11900 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11901
41bfcd63
YQ
119022016-08-01 Yao Qi <yao.qi@linaro.org>
11903
11904 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11905 variable mode to "multi-process" if $multi_process is 1, otherwise
11906 set it to "single-process".
11907
e3465b24
YQ
119082016-08-01 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11911 * gdb.cp/cpexprs.exp: Likewise.
11912 * gdb.cp/m-static.exp: Likewise.
11913
0b31a4bc
TT
119142016-07-26 Tom Tromey <tom@tromey.com>
11915
11916 PR python/20190:
11917 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11918 test.
11919
e0461dbb
MM
119202016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11921
11922 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11923 selecting assembly source files.
11924 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11925 assembly source files.
11926 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11927 assembly source files.
11928 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11929 selecting assembly source files.
11930
8194e927
SM
119312016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11932
11933 * gdb.base/new-ui.exp (do_test_invalid_args): New
11934 procedure.
11935
c0272db5
TW
119362016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11937
11938 * gdb.btrace/reconnect.c: New file.
11939 * gdb.btrace/reconnect.exp: New file.
11940
e3487908
GKB
119412016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11942
11943 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11944 to test_catch_syscall_group.
11945 (test_catch_syscall_group): New.
11946
12df5c00
TT
119472016-07-21 Tom Tromey <tom@tromey.com>
11948
11949 * gdb.rust/simple.rs (main): Use empty struct expression.
11950 * gdb.rust/simple.exp: Add tests for empty struct expression.
11951
bae62ee2
YQ
119522016-07-21 Yao Qi <yao.qi@linaro.org>
11953
11954 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11955 if gdb_skip_xml_test is true on some targets.
11956
b1b53fb3
YQ
119572016-07-21 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.server/solib-list.exp: Unset last_loaded_file.
11960
027d97f8
JK
119612016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11962
11963 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11964 "step into captured_main (args)".
11965
7674d381
JK
119662016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11967
11968 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11969
72b5d099
JK
119702016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11971
11972 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11973
1f960ced
PA
119742016-07-19 Pedro Alves <palves@redhat.com>
11975
11976 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11977 * gdb.opt/inline-bt.exp: Likewise.
11978 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11979 additional_flags=-Winline.
11980 * gdb.opt/inline-locals.exp: Likewise.
11981 * gdb.opt/inline-markers.c (ATTR): Define.
11982 (inlined_fn): Use it.
11983
f25827c1
YQ
119842016-07-19 Yao Qi <yao.qi@linaro.org>
11985
11986 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11987 (test_with_self): Remove some code. Remove argument executable.
11988 (top-level): Use do_self_tests.
11989
37539ebe
DB
119902016-07-15 Zachary Welch <zwelch@codesourcery.com>
11991 Don Breazeal <donb@codesourcery.com>
11992
11993 * gdb.base/maint.exp: Escape paths used in regular expressions.
11994 * gdb.stabs/weird.exp: Likewise.
11995
dac790e1
TT
119962016-07-13 Tom Tromey <tom@tromey.com>
11997
11998 PR python/15620, PR python/18620:
11999 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12000 (test_bkpt_events): New procs.
12001
93daf339
TT
120022016-07-13 Tom Tromey <tom@tromey.com>
12003
12004 PR python/17698:
12005 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12006 test.
12007 (test_watchpoints): Likewise.
12008 (test_bkpt_pending): New proc.
12009
6571a381
TT
120102016-07-13 Tom Tromey <tom@tromey.com>
12011
12012 PR cli/18053:
12013 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12014 completion test.
12015
e8732474
JK
120162016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12017
12018 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12019 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12020 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12021 f_label.
12022 (g): Rename g_end_lbl to g_label.
12023 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12024 low_pc and high_pc.
12025 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12026
e0f3fd7c
TT
120272016-07-12 Tom Tromey <tom@tromey.com>
12028
12029 PR python/19293:
12030 * gdb.python/py-unwind-maint.exp: Update tests.
12031
3cfe46b6
YQ
120322016-07-12 Yao Qi <yao.qi@linaro.org>
12033
12034 * lib/selftest-support.exp (selftest_setup): Match the output
12035 when captured_main is inlined.
12036
4f19a0e6
WT
120372016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12038
12039 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12040 New variables.
12041 (print this%a, print this%b, print this): New tests.
12042 * gdb.fortran/derived-types.f90 (this): New object and
12043 initialization.
12044
986cf455
SM
120452016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12046
12047 * gdb.ada/arraydim.exp: Remove extra directory level in build
12048 directory.
12049
f0464b23
SM
120502016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12051
12052 * lib/ada.exp: Remove extra directory level in build directory.
12053 * gdb.ada/cond_lang.exp: Likewise.
12054 * gdb.ada/exec_changed.exp: Likewise.
12055 * gdb.ada/lang_switch.exp: Likewise.
12056
42d94011
MG
120572016-07-06 Manish Goregaokar <manish@mozilla.com>
12058
2806dc7e
PA
12059 * simple.rs: Add test for raw pointer subscripting.
12060 * simple.exp: Add test expectations.
42d94011 12061
647c264c
YQ
120622016-07-05 Yao Qi <yao.qi@linaro.org>
12063
12064 * gdb.mi/mi-reverse.exp: Match =record-started output.
12065
20aa2c60
PA
120662016-07-01 Pedro Alves <palves@redhat.com>
12067
12068 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12069 procedure.
12070 (jit_reader_test): Test the jit reader's unwinder.
12071 * gdb.base/jithost.c (jit_function_00_code): New global.
12072 (main): Use memcpy to fill in the mmapped code, instead of poking
12073 bytes manually here.
12074 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12075 value.
12076 (read_debug_info): Save the function's range.
12077 (read_sp): New function.
12078 (unwind_frame): Use it. Also unwind RBP.
12079 (get_frame_id): Use read_sp.
12080 (gdb_init_reader): Use calloc instead of malloc.
12081 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12082 parameter. Use gdb_test_multiple.
12083
ced2dffb
PA
120842016-07-01 Pedro Alves <palves@redhat.com>
12085 Antoine Tremblay <antoine.tremblay@ericsson.com>
12086
12087 * gdb.threads/process-dies-while-detaching.c: New file.
12088 * gdb.threads/process-dies-while-detaching.exp: New file.
12089
63000888
PA
120902016-07-01 Pedro Alves <palves@redhat.com>
12091
12092 * gdb.multi/watchpoint-multi-exit.c: New file.
12093 * gdb.multi/watchpoint-multi-exit.exp: New file.
12094
038d4868
PA
120952016-06-30 Pedro Alves <palves@redhat.com>
12096
12097 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12098 unset inferior_spawn_id.
12099
994e9c83
PA
121002016-06-30 Pedro Alves <palves@redhat.com>
12101
12102 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12103 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12104
e5653468
YQ
121052016-06-29 Yao Qi <yao.qi@linaro.org>
12106
12107 * gdb.base/return.c: Add copyright header.
12108
803b47e5
TT
121092016-06-29 Tom Tromey <tom@tromey.com>
12110
12111 PR python/20129:
12112 * gdb.python/py-framefilter.exp: Add tests for setting priority
12113 and disabling of non-existent frame filter.
12114
28244707
YQ
121152016-06-29 Yao Qi <yao.qi@linaro.org>
12116
12117 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12118 0x0f07ff.
12119
a31d2f06
YQ
121202016-06-28 Yao Qi <yao.qi@linaro.org>
12121
12122 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12123 triplets. Start gdb, execute catch syscall, and continue. Check
12124 gdb's output to determine catch syscall is supported.
12125
921d8f54
MG
121262016-06-27 Manish Goregaokar <manish@mozilla.com>
12127
25d49b86
PA
12128 * gdb.rust/simple.rs: Add test for returning unit in a function.
12129 * gdb.rust/simple.exp: Add expectation for functions returning
12130 unit.
921d8f54 12131
f4952523
PMR
121322016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12133
12134 * gdb.python/py-breakpoint-create-fail.c,
12135 gdb.python/py-breakpoint-create-fail.exp,
12136 gdb.python/py-breakpoint-create-fail.py: New testcase.
12137
fccb08f8
MG
121382016-06-25 Manish Goregaokar <manish@mozilla.com>
12139
12140 PR gdb/20239
12141 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12142 * gdb.rust/simple.exp: Add test expectations for new NonZero
12143 tests.
fccb08f8 12144
6b850546
DT
121452016-06-24 David Taylor <dtaylor@emc.com>
12146
12147 * gdb.base/offsets.exp: New file.
12148 * gdb.base/offsets.c: New file.
12149
17621150
TT
121502016-06-23 Tom Tromey <tom@tromey.com>
12151
12152 PR gdb/16483:
12153 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12154 before any filters are loaded.
12155
04d59df6
WT
121562016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12157
12158 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12159 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12160 structs.
12161 * gdb.fortran/derived-type-function.exp: New file.
12162 * gdb.fortran/derived-type-function.f90: New file.
12163
12164
ac69f786
PA
121652016-06-21 Pedro Alves <palves@redhat.com>
12166
12167 * gdb.base/new-ui.exp: New file.
12168 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12169 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12170 (with_spawn_id): New procedure.
12171
49940788
PA
121722016-06-21 Pedro Alves <palves@redhat.com>
12173
12174 * gdb.mi/mi-exec-run.exp: New file.
12175
ef274d26
PA
121762016-06-21 Pedro Alves <palves@redhat.com>
12177
12178 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12179 breakpoint command's output on the main UI.
12180 (test_break): New procedure, factored out from calls in the top
12181 level.
12182 (top level): Use foreach_with_prefix to test MI as main UI and as
12183 separate UI.
12184
468afe6c
PA
121852016-06-21 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12188 (test_awatch_creation_and_listing)
12189 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12190 Remove 'type' parameter.
12191 (test_watchpoint_all): New parameter mi_mode. Remove
12192 with_test_prefix.
12193 (top level): Use foreach_with_prefix, and add main/separate UI MI
12194 testing axis.
12195
51f77c37
PA
121962016-06-21 Pedro Alves <palves@redhat.com>
12197
12198 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12199 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12200 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12201 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12202 (gdb_main_spawn_id, mi_spawn_id): Declare and
12203 comment.
12204 (mi_create_inferior_pty): New procedure,
12205 factored out from default_mi_gdb_start.
12206 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12207 procedures.
12208 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12209 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12210 Use mi_create_inferior_pty.
12211 (mi_gdb_start): Use eval to pass down args list.
12212
8980e177
PA
122132016-06-21 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12216 * gdb.opt/inline-cmds.exp: Add MI tests.
12217
f38d3ad1
PA
122182016-06-21 Pedro Alves <palves@redhat.com>
12219
12220 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12221
45db7c09
PA
122222016-06-21 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12225 (top level): Use it instead of mi_execute_to.
12226
5a069ab3
PA
122272016-06-21 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12230 (cont_handler_str): New.
12231 (signal_stop_handler): Set stop_handler_str instead of printing to
12232 stdout.
12233 (continue_handler): Set cont_handler_str instead of printing to
12234 stdout.
12235 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12236 mi_send_resuming_command. Print stop_handler_str and
12237 cont_handler_str instead of expecting the python events print
12238 directly.
12239
2838cc1d
SD
122402016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12241
12242 * gdb.base/jit-reader.exp: New file.
12243 * gdb.base/jithost.c: New file.
12244 * gdb.base/jithost.h: New file.
12245 * gdb.base/jitreader.c : New file.
12246 * gdb.base/jit-protocol.h: New file.
12247
21a77091
YQ
122482016-06-17 Yao Qi <yao.qi@linaro.org>
12249
12250 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12251 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12252 and detach-on-fork. Adjust tests.
12253 (top level): Invoke break_cond_on_syscall with combinations of
12254 syscall, follow-fork-mode and detach-on-fork.
12255
f50bf8e5
YQ
122562016-06-17 Yao Qi <yao.qi@linaro.org>
12257
12258 * gdb.base/step-over-exit.c: New.
12259 * gdb.base/step-over-exit.exp: New.
12260
a28d8e50
YTL
122612016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12262
12263 * gdb.base/float.exp: Add target check for nds32*-*-*.
12264 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12265
cad8e26d
AB
122662016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12267
12268 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12269 for unsupported target features.
12270 * gdb.base/call-rt-st.exp: Likewise.
12271 * gdb.base/call-sc.exp: Likewise.
12272 * gdb.base/call-signal-resume.exp: Likewise.
12273 * gdb.base/call-strs.exp: Likewise.
12274 * gdb.base/callexit.exp: Likewise.
12275 * gdb.base/callfuncs.exp: Likewise.
12276 * gdb.base/nodebug.exp: Likewise.
12277 * gdb.base/printcmds.exp: Likewise.
12278 * gdb.base/ptype.exp: Likewise.
12279 * gdb.base/structs.exp: Likewise.
12280 * gdb.base/unwindonsignal.exp: Likewise.
12281 * gdb.cp/gdb2495.exp: Likewise.
12282 * gdb.cp/templates.exp: Likewise.
12283 * gdb.cp/virtfunc.exp: Likewise.
12284 * gdb.threads/hand-call-in-threads.exp: Likewise.
12285 * gdb.threads/interrupted-hand-call.exp: Likewise.
12286 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12287
347dc102
TT
122882016-06-10 Tom Tromey <tom@tromey.com>
12289
12290 PR rust/20110:
12291 * gdb.rust/expr.exp: Add test for integer constant larger than
12292 i32.
12293
5e13cf25
BH
122942016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12295
12296 * gdb.fortran/nested-funcs.exp: New.
12297 * gdb.fortran/nested-funcs.f90: New.
12298
bb556f1f
TK
122992016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12300
12301 * gdb.base/examine-backward.c: New file.
12302 * gdb.base/examine-backward.exp: New file.
12303
38b022b4
SM
123042016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12305
12306 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12307 matching.
12308
1b40ec05
TT
123092016-06-02 Tom Tromey <tom@tromey.com>
12310
12311 PR python/18984:
12312 * gdb.python/py-shared.exp: Add solib_name test.
12313
193bd378
SM
123142016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12315
12316 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12317
3326303b
MG
123182016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12319
12320 PR c++/19893
12321 * gdb.dwarf2/implref.exp: Rename to...
12322 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12323 * gdb.dwarf2/implref-array.c: New file.
12324 * gdb.dwarf2/implref-array.exp: Likewise.
12325 * gdb.dwarf2/implref-global.c: Likewise.
12326 * gdb.dwarf2/implref-global.exp: Likewise.
12327 * gdb.dwarf2/implref-struct.c: Likewise.
12328 * gdb.dwarf2/implref-struct.exp: Likewise.
12329
825c8ef2
AT
123302016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12331
12332 * gdb.trace/trace-condition.exp: Add 64bit tests.
12333
2320162a
AT
123342016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12335
12336 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12337 bits types.
12338 (main): Adapt to 8 to 64 bits types.
12339 * gdb.trace/trace-condition.exp: Add new tests.
12340
a7818233
AT
123412016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12342
12343 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12344
0d336466
AT
123452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12346
12347 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12348 Move condition tests...
12349 * gdb.trace/trace-condition.exp: Here.
12350
7faeb45a
AT
123512016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12352
12353 * gdb.trace/trace-condition.exp: Add counter-case tests.
12354
e385593e
JK
123552016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12356
12357 PR c++/15231
12358 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12359 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12360
744608cc
PA
123612016-05-27 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12364 New procedure.
12365 (top level): Call it, and bail out of DejaGnu is known to be bad.
12366
ac775bf4
AB
123672016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12368
12369 * gdb.base/whatis.c: Extend the test case.
12370 * gdb.base/whatis.exp: Add additional tests.
12371
2bbad2ea
BH
123722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12373
12374* gdb.fortran/type.f90: Add pointer variable.
12375* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12376
8b70175d
BH
123772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12378
12379 * gdb.fortran/vla-type.exp: Fix testcase name.
12380
86d8a848
BH
123812016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12382
12383 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12384
e188eb36
BH
123852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12386
12387 * gdb.fortran/type.f90: Add nested structures.
12388 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12389 * gdb.fortran/derived-type.exp: Adapt expected output.
12390 * gdb.fortran/vla-type.exp: Adapt expected output.
12391
9b2db1fd
BH
123922016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12393
12394 * gdb.fortran/whatis_type.exp: Adapt expected output.
12395
72b17055
BH
123962016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12397
12398 * gdb.fortran/print_type.exp: Fix expected output.
12399 * gdb.fortran/whatis_type.exp: Fix expected output.
12400
3cd81d8d
BH
124012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12402
12403 * gdb.fortran/whatis_type.exp: Use multi_line.
12404
ddae9462
TT
124052016-05-24 Tom Tromey <tom@tromey.com>
12406
12407 PR python/17386:
12408 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12409 use value as an index.
12410
1957f6b8
TT
124112016-05-23 Tom Tromey <tom@tromey.com>
12412
12413 PR python/17981:
12414 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12415 no-breakpoint case.
12416
026a9174
PA
124172016-05-24 Pedro Alves <palves@redhat.com>
12418
12419 PR gdb/19828
12420 * gdb.threads/clone-attach-detach.c: New file.
12421 * gdb.threads/clone-attach-detach.exp: New file.
12422
e70a7231
FR
124232016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12424
12425 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12426
0f6ed0e0
TT
124272016-05-23 Tom Tromey <tom@tromey.com>
12428
12429 PR python/19438, PR python/18393:
12430 * gdb.python/py-progspace.exp: Add "dir" test.
12431 * gdb.python/py-objfile.exp: Add "dir" test.
12432
ffd19d61
YQ
124332016-05-23 Yao Qi <yao.qi@linaro.org>
12434
12435 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12436 * gdb.arch/thumb2-it.exp: Likewise.
12437
9e8f9b05
SM
124382016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12439
12440 * gdb.mi/mi-threads-interrupt.c: New file.
12441 * gdb.mi/mi-threads-interrupt.exp: New file.
12442
61c6156d
SM
124432016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 PR gdb/18077
12446 * gdb.mi/mi-async-run.exp: New file.
12447 * gdb.mi/mi-async-run.c: New file.
12448
67218854
TT
124492016-05-17 Tom Tromey <tom@tromey.com>
12450 Manish Goregaokar <manishsmail@gmail.com>
12451
12452 * lib/rust-support.exp: New file.
12453 * lib/gdb.exp (skip_rust_tests): New proc.
12454 (build_executable_from_specs): Handle rust.
12455 * lib/future.exp (gdb_find_rustc): New proc.
12456 (gdb_default_target_compile): Handle rust.
12457 * gdb.rust/expr.exp: New file.
12458 * gdb.rust/generics.exp: New file.
12459 * gdb.rust/generics.rs: New file.
12460 * gdb.rust/methods.exp: New file.
12461 * gdb.rust/methods.rs: New file.
12462 * gdb.rust/modules.exp: New file.
12463 * gdb.rust/modules.rs: New file.
12464 * gdb.rust/simple.exp: New file.
12465 * gdb.rust/simple.rs: New file.
12466
c44af4eb
TT
124672016-05-17 Tom Tromey <tom@tromey.com>
12468
12469 * gdb.base/default.exp (set language): Add rust.
12470
dcd1f979
TT
124712016-05-17 Tom Tromey <tom@tromey.com>
12472
12473 * gdb.gdb/unittest.exp: New file.
12474
155b7f57
YQ
124752016-05-16 Yao Qi <yao.qi@linaro.org>
12476
12477 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12478 shell_prompt. Update shell_prompt_re.
12479
8ddd5a6c
DE
124802016-05-12 Doug Evans <dje@google.com>
12481
12482 PR symtab/19999
12483 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12484 $options when building executable.
12485 * gdb.dwarf2/fission-loclists-pie.S: New file.
12486 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12487
02e370d9
SM
124882016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12489
12490 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12491 of [is_remote target],
12492
8929ad8b
SM
124932016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12494
12495 * lib/gdb.exp (use_gdb_stub): New procedure.
12496
6c447423
DE
124972016-05-03 Yunlian Jiang <yunlian@google.com>
12498 Doug Evans <dje@google.com>
12499
12500 PR symtab/19914
12501 * gdb.dwarf2/dwp-sepdebug.c: New file.
12502 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12503
444e826c
SM
125042016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12505
12506 * gdb.base/detach.exp: Remove is_remote check.
12507
740feeaa
SM
125082016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12509
12510 * gdb.base/annota-input-while-running.exp: Don't check for
12511 [is_remote target]. Enable annotations after running to main.
12512 Remove unused "set test..." line.
12513
9080ac9d
SM
125142016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12515
12516 * gdb.trace/trace-enable-disable.exp: New file.
12517 * gdb.trace/trace-enable-disable.c: New file.
12518
952ebca5
SM
125192016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12520
12521 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12522 use it in info sharedlibrary test.
12523 * gdb.trace/ftrace-lock.exp: Likewise.
12524 * gdb.trace/ftrace.exp: Likewise.
12525 * gdb.trace/range-stepping.exp: Likewise.
12526 * gdb.trace/trace-break.exp: Likewise.
12527 * gdb.trace/trace-condition.exp: Likewise.
12528 * gdb.trace/trace-mt.exp: Likewise.
12529
d9019901
SM
125302016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12531
12532 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12533 (gdb_load_shlib): ... this.
12534 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12535 gdb_load_shlib.
12536 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12537 * gdb.base/ctxobj.exp: Likewise.
12538 * gdb.base/dprintf-pending.exp: Likewise.
12539 * gdb.base/dso2dso.exp: Likewise.
12540 * gdb.base/fixsection.exp: Likewise.
12541 * gdb.base/gcore-relro.exp: Likewise.
12542 * gdb.base/gdb1555.exp: Likewise.
12543 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12544 * gdb.base/gnu-ifunc.exp: Likewise.
12545 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12546 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12547 * gdb.base/pending.exp: Likewise.
12548 * gdb.base/print-file-var.exp: Likewise.
12549 * gdb.base/print-symbol-loading.exp: Likewise.
12550 * gdb.base/shlib-call.exp: Likewise.
12551 * gdb.base/shreloc.exp: Likewise.
12552 * gdb.base/so-impl-ld.exp: Likewise.
12553 * gdb.base/solib-disc.exp: Likewise.
12554 * gdb.base/solib-nodir.exp: Likewise.
12555 * gdb.base/solib-overlap.exp: Likewise.
12556 * gdb.base/solib-symbol.exp: Likewise.
12557 * gdb.base/solib-weak.exp (do_test): Likewise.
12558 * gdb.base/sym-file.exp: Likewise.
12559 * gdb.base/symtab-search-order.exp: Likewise.
12560 * gdb.base/type-opaque.exp: Likewise.
12561 * gdb.base/unload.exp: Likewise.
12562 * gdb.base/watchpoint-solib.exp: Likewise.
12563 * gdb.compile/compile.exp: Likewise.
12564 * gdb.cp/gdb2384.exp: Likewise.
12565 * gdb.cp/infcall-dlopen.exp: Likewise.
12566 * gdb.cp/re-set-overloaded.exp: Likewise.
12567 * gdb.fortran/library-module.exp: Likewise.
12568 * gdb.opt/solib-intra-step.exp: Likewise.
12569 * gdb.python/py-finish-breakpoint.exp: Likewise.
12570 * gdb.python/py-shared.exp: Likewise.
12571 * gdb.reverse/solib-precsave.exp: Likewise.
12572 * gdb.reverse/solib-reverse.exp: Likewise.
12573 * gdb.server/solib-list.exp: Likewise.
12574 * gdb.threads/dlopen-libpthread.exp: Likewise.
12575 * gdb.threads/tls-shared.exp: Likewise.
12576 * gdb.threads/tls-so_extern.exp: Likewise.
12577 * gdb.trace/change-loc.exp: Likewise.
12578 * gdb.trace/ftrace-lock.exp: Likewise.
12579 * gdb.trace/ftrace.exp: Likewise.
12580 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12581 * gdb.trace/pending.exp: Likewise.
12582 * gdb.trace/range-stepping.exp: Likewise.
12583 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12584 (strace_info_marker): Likewise.
12585 (strace_probe_marker): Likewise.
12586 (strace_trace_on_same_addr): Likewise.
12587 (strace_trace_on_diff_addr): Likewise.
12588 * gdb.trace/trace-break.exp: Likewise.
12589 * gdb.trace/trace-condition.exp: Likewise.
12590 * gdb.trace/trace-mt.exp: Likewise.
12591
fca4cfd9
SM
125922016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12593
12594 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12595 result of gdb_remote_download.
12596 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12597 * gdb.base/dso2dso.exp: Likewise.
12598 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12599 * gdb.base/print-file-var.exp: Likewise.
12600 * gdb.base/shlib-call.exp: Likewise.
12601 * gdb.base/shreloc.exp: Likewise.
12602 * gdb.base/solib-overlap.exp: Likewise.
12603 * gdb.base/solib-weak.exp (do_test): Likewise.
12604 * gdb.base/unload.exp: Likewise.
12605
11cf4ffb
YQ
126062016-04-27 Yao Qi <yao.qi@linaro.org>
12607
12608 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12609 exists.
12610
3e2e34f8
KB
126112016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12612
12613 * vla-type.exp: Print structure from toplevel.
12614
8f07e298
BH
126152016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12616
12617 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12618 of dynamic types.
12619 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12620 of dynamic types.
12621
9920b434
BH
126222016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12623
12624 * gdb.fortran/vla-type.f90: New file.
12625 * gdb.fortran/vla-type.exp: New file.
12626
f3abeff5
YQ
126272016-04-25 Yao Qi <yao.qi@linaro.org>
12628
12629 * gdb.base/branch-to-self.c: New file.
12630 * gdb.base/branch-to-self.exp: New file.
12631
0a5d52f0
YQ
126322016-04-22 Yao Qi <yao.qi@linaro.org>
12633
12634 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12635 more after $hex.
12636
495346f6
YQ
126372016-04-22 Yao Qi <yao.qi@linaro.org>
12638
12639 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12640 * gdb.base/annota3.exp: Likewise.
12641
4a7e075c
YQ
126422016-04-22 Yao Qi <yao.qi@linaro.org>
12643
12644 * gdb.reverse/step-precsave.exp: Do one step and test program
12645 stops in "callee" and do multiple steps until program goes out
12646 of "callee".
12647 * gdb.reverse/step-reverse.exp: Likewise.
12648
5b061e98
YQ
126492016-04-22 Yao Qi <yao.qi@linaro.org>
12650
12651 * gdb.trace/signal.exp: Also pass if
12652 $tracepoint_hits($i) > $iterations.
12653
5c5dc57f
YQ
126542016-04-22 Yao Qi <yao.qi@linaro.org>
12655
12656 * gdb.trace/signal.c: New file.
12657 * gdb.trace/signal.exp: New file.
12658
a55411b9
DE
126592016-04-19 Doug Evans <xdje42@gmail.com>
12660
12661 * gdb.base/bad-file.exp: New file.
12662
a22df60a
MG
126632016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12664
12665 * gdb.dwarf2/implref.exp: New file.
12666
0c13f7e5
BH
126672016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12668
12669 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12670 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12671 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12672 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12673 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12674 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12675 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12676 * lib/fortran.exp (fortran_int4): New procedure.
12677 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12678 (fortran_logical4): Likewise.
12679
9b9b09e9
BH
126802016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12681
12682 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12683
a14d1f4d
BH
126842016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12685
12686 * lib/compiler.c: Add Intel specific preprocessor macros.
12687 * lib/compiler.cc: Likewise.
25d49b86 12688
7d49b1d0
LM
126892016-04-13 Luis Machado <lgustavo@codesourcery.com>
12690
12691 * gdb.server/connect-with-no-symbol-file.c: New file.
12692 * gdb.server/connect-with-no-symbol-file.exp: New file.
12693
8392fa22
SM
126942016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12695
12696 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12697
8c4c4aeb
SM
126982016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12699
12700 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12701 standard output directory.
12702
45e3745e
AT
127032016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12704
12705 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12706
e26b7e41
MM
127072016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12708
12709 * gdb.btrace/instruction_history.c (loop): Add declaration.
12710
8ce09462
AT
127112016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12712
12713 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12714
2e88a1ea
SM
127152016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12716
12717 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12718 parentheses to print.
12719 (continue_handler): Likewise.
12720
f48e22e3
SM
127212016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12722
12723 * gdb.server/solib-list.exp: Remove is_remote check.
12724 Pass shlib= to gdb_compile. Don't link shared library with
12725 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12726 Run binary filename through "readlink -f" on the target.
12727
096be756
PA
127282016-04-08 Pedro Alves <palves@redhat.com>
12729
12730 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12731 interpreter filename as argument to gdbserver_spawn.
12732 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12733 Return empty if $last_loaded_file does not exist.
12734
06500533
JK
127352016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12736
12737 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12738 * gdb.base/jit-main.c: Use exit after usage.
12739
2d35e871
JK
127402016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12741
12742 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12743 GDBHISTSIZE prior to the tests.
12744 * gdb.base/gdbinit-history.exp: Likewise.
12745
127462016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12747
12748 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12749 instead of build_executable. Use gdb_load_shlibs.
12750
c8064e7e
YQ
127512016-04-07 Yao Qi <yao.qi@linaro.org>
12752
12753 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12754 Execute "si" command.
12755
bde47561
YQ
127562016-04-07 Yao Qi <yao.qi@linaro.org>
12757
12758 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12759 number instead of the comments on some line.
12760
b16f8a3b
DB
127612016-04-06 Don Breazeal <donb@codesourcery.com>
12762
12763 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12764 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12765
c2f901df
SM
127662016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12767
12768 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12769 standard_output_file. Remove unused binfile variable.
12770
ac17fda0
CU
127712016-04-05 Catalin Udma <catalin.udma@freescale.com>
12772
12773 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12774 * gdb.python/py-mi-objfile.exp: Match "list main" output
12775 in console format.
12776
03a8c4df
SM
127772016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12778
12779 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12780 absolute.
12781
6e774b13
SM
127822016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12783
12784 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12785 absolute.
12786 * gdb.trace/ftrace.exp: Likewise.
12787 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12788 targets as well.
12789 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12790 (gdb_load_shlibs): Copy libraries to test directory when testing
12791 natively. Only set solib-search-path if testing remotely.
12792 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12793
7817ea46
SM
127942016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12795
12796 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12797 gdb_download. Use it even if the target is not remote.
12798 * gdb.base/jit.exp (compile_jit_test): Likewise.
12799 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12800 output directory if the destination board is local, otherwise use
12801 the standard remote_download from DejaGnu.
12802 (gdb_download): Remove.
12803 (gdb_load_shlibs): Use gdb_remote_download instead of
12804 gdb_download.
12805 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12806 Use gdb_remote_download instead of gdb_download. Use it even if
12807 the target is not remote.
12808 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12809 instead of gdb_download.
12810
7beb7f68
SM
128112016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12812
12813 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12814 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12815 run.
12816
cc63428a
AV
128172016-04-01 Artemiy Volkov <artemiyv@acm.org>
12818
12819 PR gdb/19820
12820 * gdb.base/printcmds.exp: Add artificial arrays tests.
12821
64cdf930
PA
128222016-03-31 Pedro Alves <palves@redhat.com>
12823
12824 PR gdb/19858
12825 * gdb.base/jit-main.c: Include unistd.h.
12826 (ATTACH): Define to 0 if not already defined.
12827 (wait_for_gdb, mypid): New globals.
12828 (WAIT_FOR_GDB): New macro.
12829 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12830 some breakpoint locations.
12831 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12832 New procedures.
12833 (one_jit_test): Add REATTACH parameter, and handle it. Use
12834 continue_to_test_location.
12835 (top level): Test attach, and adjusts calls to one_jit_test.
12836
40dea8cb
PA
128372016-03-31 Pedro Alves <palves@redhat.com>
12838
12839 PR gdb/19858
12840 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12841 BINSUFFIX parameter, and handle it.
12842 (top level): Adjust calls compile_jit_test.
12843
e7ea3ec7
CU
128442016-03-31 Catalin Udma <catalin.udma@freescale.com>
12845
12846 PR python/19743
12847 * gdb.python/py-mi-events-gdb.py: New file.
12848 * gdb.python/py-mi-events.c: New file.
12849 * gdb.python/py-mi-events.exp: New file.
12850
e6359af3
YQ
128512016-03-30 Yao Qi <yao.qi@linaro.org>
12852
12853 * gdb.reverse/until-precsave.exp: Match function name only.
12854 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12855 Move malloc to a condition block.
12856 * gdb.reverse/until-reverse.exp: Match function name only.
12857
a4105d04
MK
128582016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12859
12860 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12861 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12862 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12863 variable for GPR 0 instead of assuming it is register 0.
12864 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12865 * lib/trace-support.exp: Add s390 registers.
12866
bfa6adb9
YQ
128672016-03-29 Yao Qi <yao.qi@linaro.org>
12868
12869 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12870
1e6697ea
YQ
128712016-03-24 Yao Qi <yao.qi@linaro.org>
12872
12873 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12874 test message.
12875
64bcd522
AA
128762016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12877
12878 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12879 maintaining separate logic for constructing the output path.
12880
7868401b
DB
128812016-03-16 Don Breazeal <donb@codesourcery.com>
12882
12883 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12884 Retry fork and waitpid on interrupted system call errors.
12885 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12886 Use with_timeout_factor to increase timeout by factor of 10.
12887
1cafadb4
DB
128882016-03-15 Don Breazeal <donb@codesourcery.com>
12889
12890 * gdb.cp/scope-err.cc: New test program.
12891 * gdb.cp/scope-err.exp: New test script.
12892 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12893 lines and "set breakpoint here" comment.
12894 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12895 Fixed some whitespace and format issues.
12896 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12897 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12898
81516450
DE
128992016-03-15 Doug Evans <dje@google.com>
12900
12901 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12902 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12903 All callers updated. Add tests for enums, mixed flags register.
12904
aa52b601
DE
129052016-03-15 Doug Evans <dje@google.com>
12906
12907 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12908 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12909
fa4ff313
SM
129102016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12911
12912 * gdb.base/default.exp: Add $_as_string to the list of expected
12913 convenience functions.
12914
f2403c39
AB
129152016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12916
12917 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12918
f2f3ccb9
SM
129192016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12920
12921 * gdb.python/py-as-string.exp: New file.
12922 * gdb.python/py-as-string.c: New file.
12923
00dbd492
PA
129242016-03-09 Pedro Alves <palves@redhat.com>
12925
12926 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12927 signal" -> "Thread NN received signal" output change.
12928 * gdb.threads/ia64-sigill.exp: Likewise.
12929 * gdb.threads/linux-dp.exp: Likewise.
12930 * gdb.threads/manythreads.exp: Likewise.
12931 * gdb.threads/pending-step.exp: Likewise.
12932 * gdb.threads/print-threads.exp: Likewise.
12933 * gdb.threads/sigstep-threads.exp: Likewise.
12934 * gdb.threads/staticthreads.exp: Likewise.
12935 * gdb.threads/tls.exp: Likewise.
12936
1e6697ea
YQ
129372016-03-09 Pedro Alves <palves@redhat.com>
12938
12939 * gdb.base/command-line-input.exp: New file.
12940
b04fd3be
MK
129412016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12942
12943 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12944 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12945 * gdb.trace/pending.exp: Accept leading dot before function name.
12946 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12947 * lib/trace-support.exp: Set registers for ppc.
12948
98fa59e9
MK
129492016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12950
12951 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12952 use it for disassembly; accept .main in addition to main in backtrace.
12953
f77198c8
MK
129542016-03-09 Wei-cheng Wang <cole945@gmail.com>
12955 Marcin Kościelnicki <koriakin@0x04.net>
12956
12957 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12958 (gdb_recursion_test_ptr): New global variable.
12959 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12960 gdb_recursion_test.
12961 (gdb_c_test): Ditto.
12962
ba84e0da
MK
129632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12964
12965 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12966 ordering.
12967
4366d36e
MK
129682016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12969
12970 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12971 (bar): Add bar_start_lbl label.
12972 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12973 of foo/bar for emitting DWARF and tracing.
12974
5eb264df
SDJ
129752016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12976
12977 * analyze-racy-logs.py: Set executable bit.
12978
fb6a751f
SDJ
129792016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12980
12981 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12982 (CHECK_TARGET_TMP): Likewise.
12983 (check-single-racy): New rule.
12984 (check-parallel-racy): Likewise.
12985 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12986 (do-check-parallel-racy): New rule.
12987 (check-racy/%.exp): Likewise.
12988 * README (Racy testcases): New section.
12989 * analyze-racy-logs.py: New file.
12990
bdf7e230
DE
129912016-03-03 Doug Evans <dje@google.com>
12992
12993 * gdb.base/skip.exp: Use with_test_prefix.
12994
4719d415
YQ
129952016-03-03 Yao Qi <yao.qi@linaro.org>
12996
12997 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12998 Invoke step_over_syscall "clone" and break_cond_on_syscall
12999 "clone".
13000 * gdb.base/step-over-clone.c: New file.
13001
ea507862
YQ
130022016-03-03 Yao Qi <yao.qi@linaro.org>
13003
13004 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13005 code format.
13006
8fc8cbda
YQ
130072016-03-03 Yao Qi <yao.qi@linaro.org>
13008
13009 * gdb.base/disp-step-fork.c: Rename to ...
13010 * gdb.base/step-over-fork.c: ... it. New file.
13011 * gdb.base/disp-step-vfork.c: Rename to ...
13012 * gdb.base/step-over-vfork.c: ... it. New file.
13013 * gdb.base/disp-step-syscall.exp: Rename to ...
13014 * gdb.base/step-over-syscall.exp: ... it. New file.
13015 (disp_step_cross_syscall): Rename to ...
13016 (step_over_syscall): ... it.
13017
92fa70b0
YQ
130182016-03-03 Yao Qi <yao.qi@linaro.org>
13019
13020 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13021 If target supports condition evaluation on target, invoke
13022 break_cond_on_syscall for fork and vfork.
13023
e197ad3c
YQ
130242016-03-03 Yao Qi <yao.qi@linaro.org>
13025
13026 * gdb.base/disp-step-syscall.exp: Don't invoke
13027 support_displaced_stepping.
13028 (disp_step_cross_syscall): Test with displaced stepping off and
13029 on if supported.
13030
0b47da9f
YQ
130312016-03-03 Yao Qi <yao.qi@linaro.org>
13032
13033 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13034 proc.
13035 (setup): New proc.
13036 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13037 and setup.
13038
065ab6dc
BH
130392016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13040
13041 * gdb.fortran/vla-history.exp: Remove breakpoint.
13042
07e448ad 130432016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13044
25d49b86
PA
13045 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13046 exceeds timeout.
07e448ad 13047
9ac2d526 130482016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13049
25d49b86
PA
13050 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13051 breakpoint.
9ac2d526 13052
17807369
BH
130532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13054
13055 * gdb.mi/vla.f90: Nullify pointer after declaration.
13056
86e501af
PA
130572016-03-01 Pedro Alves <palves@redhat.com>
13058
13059 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13060
1e903e32
PA
130612016-03-01 Pedro Alves <palves@redhat.com>
13062
13063 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13064 before anything else.
13065 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13066 _GNU_SOURCE here.
13067 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13068 before anything else.
13069 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13070
6ccb54e2
PA
130712016-03-01 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13074
30ca9da1
YQ
130752016-03-01 Yao Qi <yao.qi@linaro.org>
13076
13077 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13078 prepare_for_testing.
13079
dc856b38
YQ
130802016-03-01 Yao Qi <yao.qi@linaro.org>
13081
13082 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13083
4a932159
AA
130842016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13085
13086 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13087 manually constructing the output path.
13088
f2489477
AA
130892016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13090
13091 * gdb.arch/s390-stackless.S: New.
13092 * gdb.arch/s390-stackless.exp: New.
13093
38899f16
IB
130942016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13095
13096 * gdb.dlang/circular.c: New file.
13097 * gdb.dlang/circular.exp: New file.
13098
9fde51ed
YQ
130992016-02-26 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13102 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13103 (testcases): Update.
13104
ce90fefe
YQ
131052016-02-26 Yao Qi <yao.qi@linaro.org>
13106
13107 * gdb.reverse/aarch64.c: Rename to ...
13108 * gdb.reverse/insn-reverse.c: ... it.
13109 * gdb.reverse/aarch64.exp: Rename to ...
13110 * gdb.reverse/insn-reverse.exp: ... it.
13111
3263bceb
YQ
131122016-02-26 Yao Qi <yao.qi@linaro.org>
13113
13114 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13115 (testcase_ftype): New.
13116 (testcases): New array.
13117 (n_testcases): New.
13118 (main): Call each element in testcases.
13119 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13120 (read_testcase): New.
13121 Do the tests in a loop.
13122
6cb59ff1
YQ
131232016-02-25 Yao Qi <yao.qi@linaro.org>
13124
13125 * gdb.base/branches.c: Remove.
13126
ae91f625
MK
131272016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13128
13129 PR gdb/13808
13130 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13131
678b48b7
MK
131322016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13133
13134 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13135
7337a6f2
MK
131362016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13137
13138 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13139 change x86_64 call_insn to 'callq'.
13140
861ca91f
AT
131412016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13142
13143 * gdb.trace/tfile-avx.c: Move to...
13144 * gdb.trace/tracefile-pseudo-reg.c: Here.
13145 * gdb.trace/tfile-avx.exp: Move to...
13146 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13147
bf74e428
GB
131482016-02-24 Gary Benson <gbenson@redhat.com>
13149
13150 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13151 message on attach.
13152
cce0e923
DE
131532016-02-23 Doug Evans <dje@google.com>
13154
13155 * gdb.base/skip.c (test_skip): New function.
13156 (end_test_skip_file_and_function): New function.
13157 (test_skip_file_and_function): New function.
13158 * gdb.base/skip1.c (test_skip): New function.
13159 (skip1_test_skip_file_and_function): New function.
13160 * gdb.base/skip.exp: Add tests for new skip options.
13161 * gdb.base/skip-solib.exp: Update expected output.
13162 * gdb.perf/skip-command.cc: New file.
13163 * gdb.perf/skip-command.exp: New file.
13164 * gdb.perf/skip-command.py: New file.
13165
4000e47e
MK
131662016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13167
13168 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13169 info registers pattern.
13170
24f75ead
IB
131712016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13172
13173 * lib/future.exp: Add D support.
13174 (gdb_find_gdc): New proc.
13175 (gdb_default_target_compile): Add D support.
13176
fbb7bcbe
WW
131772016-02-18 Wei-cheng Wang <cole945@gmail.com>
13178
13179 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13180 user+system time.
13181 (trace_speed_test): Determine the iteration count for a time
13182 between 15..30 seconds.
13183
012b3a21
WT
131842016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13185
13186 * gdb.arch/i386-mpx-sigsegv.c: New file.
13187 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13188 * gdb.arch/i386-mpx-simple_segv.c: New file.
13189 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13190
2d5189bd
YQ
131912016-02-18 Yao Qi <yao.qi@linaro.org>
13192
13193 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13194 Don't call setup_kfail.
13195
40fb20d0
YQ
131962016-02-18 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13199 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13200
21b1f8d2
DE
132012016-02-16 Doug Evans <dje@google.com>
13202
13203 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13204 * gdb.base/skip1.c: Ditto.
13205 * gdb.base/skip.exp: Whitespace cleanup.
13206
4041ed77
DB
132072016-02-16 Don Breazeal <donb@codesourcery.com>
13208
13209 PR remote/19496
13210 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13211 Remove kfail for PR remote/19496.
13212
c4ef31bf
SM
132132016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13214
13215 * lib/gdb.exp (standard_temp_file): Return a path specific to
13216 the runtest invocation.
13217
266b65b3
SM
132182016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13219
13220 * gdb.trace/save-trace.exp: Change relative path to be in the
13221 standard output directory.
13222
a7a0a6a9
JK
132232016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13224
13225 * gdb.arch/i386-prologue.c: Add missing prototypes.
13226
c99dbb42
JK
132272016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13228
13229 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13230 * gdb.arch/i386-prologue.exp: Likewise.
13231 * gdb.arch/i386-size.exp: Likewise.
13232
aa480355
SM
132332016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13234
13235 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13236 define object file path.
13237 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13238 file path.
13239 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13240 standard_output_file to define binfile.
13241
ba881f50
JK
132422016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13243
13244 Fix compatibility with recent gfortran-5.3.1.
13245 * gdb.fortran/vla-history.exp (print vla1 allocated)
13246 (print vla2 allocated, print $2, print $3): Remove
13247 (print $4): Rename to ...
13248 (print $2): ... here.
13249 (print $9): Rename to ...
13250 (print $5): ... here.
13251 (print $10): Rename to ...
13252 (print $6): ... here.
13253 * gdb.fortran/vla.f90: Add pvla initialization.
13254
e9fb005c
JK
132552016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13256
13257 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13258 New test.
13259 * gdb.fortran/vla-value-sub.exp: Likewise.
13260
e44e00ff
MK
132612016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13262
13263 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13264
97e94151
SM
132652016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * i386-biarch-core.exp: Define corefile using
13268 standard_output_file.
13269
01113bc1
YQ
132702016-02-12 Yao Qi <yao.qi@linaro.org>
13271
13272 * gdb.arch/arm-single-step-kernel-helper.c: New.
13273 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13274
33b4777c
MM
132752016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13276
13277 * gdb.btrace/tailcall-only.exp: New.
13278 * gdb.btrace/tailcall-only.c: New.
13279 * gdb.btrace/x86_64-tailcall-only.S: New.
13280 * gdb.btrace/i686-tailcall-only.S: New.
13281
acc23c11
PA
132822016-02-11 Pedro Alves <palves@redhat.com>
13283
13284 * README (Parallel testing): Add missing double quotes.
13285
e352bf0a
PA
132862016-02-11 Pedro Alves <palves@redhat.com>
13287
13288 * README (Parallel testing): New section.
13289 (GDB_PARALLEL): Rewrite.
13290 (FORCE_PARALLEL): Document.
13291
9f5fed78
MK
132922016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13293
13294 * gdb.trace/tfile-avx.c: New test.
13295 * gdb.trace/tfile-avx.exp: New test.
13296
9ef9e6a6
KS
132972016-02-09 Keith Seitz <keiths@redhat.com>
13298
13299 PR breakpoints/19546
13300 * gdb.base/infcall-exec.c: New file.
13301 * gdb.base/infcall-exec2.c: New file.
13302 * gdb.base/infcall-exec.exp: New file.
13303
a96e36da
KS
133042016-02-09 Keith Seitz <keiths@redhat.com>
13305
13306 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13307 (toplevel): Call test_bkpt_address.
13308
9f61929f
KS
133092016-02-09 Keith Seitz <keiths@redhat.com>
13310
13311 PR python/19506
13312 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13313 (toplevel): Call test_bkpt_address.
13314
1e94266c
SM
133152016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13318 to AC_OUTPUT.
13319 * configure: Regenerate.
13320
2a7f3dff
PA
133212016-02-09 Pedro Alves <palves@redhat.com>
13322
13323 PR breakpoints/19548
13324 * gdb.base/execl-update-breakpoints.c (some_function): New
13325 function.
13326 (main): Call it.
13327 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13328 Tighten expected GDB output.
13329
2151ccc5
SM
133302016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13331
13332 * Makefile.in (ALL_SUBDIRS): Remove.
13333 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13334 (distclean maintainer-clean realclean): Likewise.
13335 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13336 * configure: Regenerate.
13337 * gdb.ada/Makefile.in: Delete.
13338 * gdb.arch/Makefile.in: Likewise.
13339 * gdb.asm/Makefile.in: Likewise.
13340 * gdb.base/Makefile.in: Likewise.
13341 * gdb.btrace/Makefile.in: Likewise.
13342 * gdb.cell/Makefile.in: Likewise.
13343 * gdb.compile/Makefile.in: Likewise.
13344 * gdb.cp/Makefile.in: Likewise.
13345 * gdb.disasm/Makefile.in: Likewise.
13346 * gdb.dlang/Makefile.in: Likewise.
13347 * gdb.dwarf2/Makefile.in: Likewise.
13348 * gdb.fortran/Makefile.in: Likewise.
13349 * gdb.gdb/Makefile.in: Likewise.
13350 * gdb.go/Makefile.in: Likewise.
13351 * gdb.guile/Makefile.in: Likewise.
13352 * gdb.java/Makefile.in: Likewise.
13353 * gdb.linespec/Makefile.in: Likewise.
13354 * gdb.mi/Makefile.in: Likewise.
13355 * gdb.modula2/Makefile.in: Likewise.
13356 * gdb.multi/Makefile.in: Likewise.
13357 * gdb.objc/Makefile.in: Likewise.
13358 * gdb.opencl/Makefile.in: Likewise.
13359 * gdb.opt/Makefile.in: Likewise.
13360 * gdb.pascal/Makefile.in: Likewise.
13361 * gdb.perf/Makefile.in: Likewise.
13362 * gdb.python/Makefile.in: Likewise.
13363 * gdb.reverse/Makefile.in: Likewise.
13364 * gdb.server/Makefile.in: Likewise.
13365 * gdb.stabs/Makefile.in: Likewise.
13366 * gdb.threads/Makefile.in: Likewise.
13367 * gdb.trace/Makefile.in: Likewise.
13368 * gdb.xml/Makefile.in: Likewise.
13369 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13370 GDB_PARALLEL.
13371 (standard_output_file): Remove check for GDB_PARALLEL, always
13372 return path in outputs/$subdir/$testname.
13373
437277d4
SM
133742016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13375
13376 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13377 (site.exp): Assign abs_srcdir to tcl's srcdir.
13378
31d913c7
YQ
133792016-02-04 Yao Qi <yao.qi@linaro.org>
13380
13381 * gdb.base/foll-exec-mode.c: Include limits.h.
13382 (main): Add parameters argc and argv. Get directory from
13383 argv[0].
13384 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13385 compilation.
13386 * gdb.base/foll-exec.c: Include limits.h.
13387 (main): Add parameters argc and argv.
13388 Get directory from argv[0].
13389 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13390 Adjust tests on the number of lines as source code changed.
13391 * gdb.base/foll-vfork-exit.c: Include limits.h.
13392 (main): Add one line of statement before vfork.
13393 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13394 (main): Add parameters argc and argv. Get directory from
13395 argv[0].
13396 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13397 (setup_gdb): Set tbreak to skip some source lines.
13398 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13399 (main): Add parameters argc and argv. Get directory from
13400 argv[0].
13401 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13402 compilation.
13403 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13404 (main): Add parameters argc and argv. Get directory from
13405 argv[0].
13406 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13407 compilation.
13408
9482b9fb
DE
134092016-02-01 Doug Evans <dje@google.com>
13410
13411 * gdb.base/skip.exp: Clean up multiple references to same test name.
13412
6b2e4f10
PA
134132016-02-01 Pedro Alves <palves@redhat.com>
13414
ccb6afd6 13415 PR remote/19496
6b2e4f10
PA
13416 * gdb.threads/forking-threads-plus-breakpoint.exp
13417 (displaced_stepping_supported): New global.
13418 (probe_displaced_stepping_support): New procedure.
13419 (do_test): Add 'displaced' parameter, and use it.
13420 (top level): Check for displaced stepping support. Add displaced
13421 stepping on/off testing axis.
13422
37a8db1a
AB
134232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13424
13425 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13426 pointer. Don't perform further tests on the unassociated pointer
13427 if the first test fails.
13428
5fdf6324
AB
134292016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13430
13431 * gdb.base/max-value-size.c: New file.
13432 * gdb.base/max-value-size.exp: New file.
13433 * gdb.base/huge.exp: Disable max-value-size for this test.
13434
935c6144
IB
134352016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13436
13437 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13438
7fe8399d
YQ
134392016-01-28 Yao Qi <yao.qi@linaro.org>
13440
13441 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13442
a2077e25
PA
134432016-01-25 Pedro Alves <palves@redhat.com>
13444
13445 PR threads/19461
13446 * gdb.base/fork-running-state.c: New file.
13447 * gdb.base/fork-running-state.exp: New file.
13448
1d2736d4
PA
134492016-01-25 Pedro Alves <palves@redhat.com>
13450
13451 PR gdb/19494
13452 * gdb.base/catch-fork-kill.c: New file.
13453 * gdb.base/catch-fork-kill.exp: New file.
13454
f1da4b11
PA
134552016-01-25 Pedro Alves <palves@redhat.com>
13456
13457 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13458 Delete, moved to lib/gdb.exp.
13459 * gdb.threads/forking-threads-plus-breakpoint.exp
13460 (foreach_with_prefix): Likewise.
13461 * gdb.threads/process-dies-while-handling-bp.exp
13462 (foreach_with_prefix): Likewise.
13463 * lib/gdb.exp (foreach_with_prefix): New procedure.
13464
45f38546
MK
134652016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13466
13467 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13468 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13469
dc29a1ce
MK
134702016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13471
13472 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13473 endian targets.
13474
092127d7
JK
134752016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13476 Pedro Alves <palves@redhat.com>
13477
13478 Fix testsuite compatibility with Guile.
13479 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13480 number.
13481
31d765d3
JK
134822016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13483
13484 Fix testsuite compatibility with Guile.
13485 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13486 (thread 1): New test for backtrace through signal handler.
13487
1ac78c04
YQ
134882016-01-22 Yao Qi <yao.qi@linaro.org>
13489
13490 PR testsuite/19491
13491 * gdb.base/multi-forks.c: Include
13492 ../lib/unbuffer_output.c
13493 (main): Call gdb_unbuffer_output.
13494
4f5946a8
DE
134952016-01-21 Doug Evans <dje@google.com>
13496
13497 * lib/ada.exp (gdb_compile_ada): Fix typo.
13498
305e13e6
JB
134992016-01-21 Joel Brobecker <brobecker@adacore.com>
13500
13501 * gdb.base/break-fun-addr.exp: New file.
13502 * gdb.base/break-fun-addr1.c: New file.
13503 * gdb.base/break-fun-addr2.c: New file.
13504
5f5dfff6
SM
135052016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13506
13507 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13508 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13509 enum flag values.
13510
fd356fa2
AA
135112016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13512
13513 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13514 when GDB can not set the vector return value. Add more comments
13515 for clarification.
13516
9df22175
AT
135172016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13518
13519 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13520 command.
13521
41d1845e
SM
135222016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13523
13524 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13525
01ac6840
SM
135262016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13527
13528 * Makefile.in (check-single): Pass --status to runtest.
13529 (check/%.exp): Likewise.
13530
135312016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13532
13533 * Makefile.in (check-parallel): Propagate return code from make
13534 do-check-parallel.
13535
bd0a71fa
MK
135362016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13537
13538 * gdb.trace/ftrace.exp: Fix expected message on continue.
13539 * gdb.trace/pending.exp: Fix expected message on continue.
13540 * gdb.trace/trace-break.exp: Fix expected message on continue.
13541
8bcbad33
SM
135422016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13543
13544 * lib/gdb.exp (gdb_test): Remove unused global references.
13545
f303dbd6
PA
135462016-01-18 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.base/async-shell.exp: Adjust expected output.
13549 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13550 * gdb.base/siginfo-thread.exp: Adjust expected output.
13551 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13552 * gdb.java/jnpe.exp: Adjust expected output.
13553 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13554 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13555 * gdb.threads/leader-exit.exp: Adjust expected output.
13556 * gdb.threads/manythreads.exp: Adjust expected output.
13557 * gdb.threads/pthreads.exp: Adjust expected output.
13558 * gdb.threads/schedlock.exp: Adjust expected output.
13559 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13560 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13561 expected output.
13562 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13563 output.
13564 * gdb.threads/sigthread.exp: Adjust expected output.
13565 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13566
b2789696
YQ
135672016-01-18 Yao Qi <yao.qi@linaro.org>
13568
13569 * gdb.guile/scm-section-script.c: Replace @progbits with
13570 %progbits.
13571 * gdb.python/py-section-script.c: Likewise.
13572
71ef29a8
PA
135732016-01-15 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.multi/tids.exp: Test star wildcard ranges.
13576
3f5b7598
PA
135772016-01-15 Pedro Alves <palves@redhat.com>
13578
13579 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13580 command from "thread apply" invocation.
13581 (thr_apply_info_thr_invalid): Default the expected output to the
13582 input tid list.
13583 (top level): Add tests that use convenience variables. Add tests
13584 for "thread apply" with a valid TID list, but missing the command.
13585
663f6d42
PA
135862016-01-13 Pedro Alves <palves@redhat.com>
13587
13588 * gdb.base/default.exp: Expect $_gthread as well.
13589 * gdb.multi/tids.exp: Test $_gthread.
13590 * gdb.threads/thread-specific.exp: Test $_gthread.
13591
c84f6bbf
PA
135922016-01-13 Pedro Alves <palves@redhat.com>
13593
13594 * gdb.multi/tids.exp: Test "info threads -gid".
13595
22a02324
PA
135962016-01-13 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13599 Breakpoint.thread.
13600 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13601
5d5658a1
PA
136022016-01-07 Pedro Alves <palves@redhat.com>
13603
13604 * gdb.base/break.exp: Adjust to output changes.
13605 * gdb.base/hbreak2.exp: Likewise.
13606 * gdb.base/sepdebug.exp: Likewise.
13607 * gdb.base/watch_thread_num.exp: Likewise.
13608 * gdb.linespec/keywords.exp: Likewise.
13609 * gdb.multi/info-threads.exp: Likewise.
13610 * gdb.threads/thread-find.exp: Likewise.
13611 * gdb.multi/tids.c: New file.
13612 * gdb.multi/tids.exp: New file.
13613
84654457
PA
136142016-01-13 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13617
e3940304
PA
136182016-01-13 Pedro Alves <palves@redhat.com>
13619
13620 * gdb.base/default.exp: Expect $_inferior as well.
13621 * gdb.multi/base.exp: Test $_inferior.
13622
a911d87a
PA
136232016-01-13 Pedro Alves <palves@redhat.com>
13624
13625 PR breakpoints/19388
13626 * gdb.base/catch-signal-siginfo-cond.c: New file.
13627 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13628
82075af2
JS
136292016-01-12 Josh Stone <jistone@redhat.com>
13630 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13631
13632 * gdb.base/catch-syscall.c (do_execve): New variable.
13633 (main): Conditionally trigger an execve.
13634 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13635 (test_catch_syscall_execve): New, check entry/return across execve.
13636 (do_syscall_tests): Call test_catch_syscall_execve.
13637
e46eeedd
PA
136382016-01-12 Pedro Alves <palves@redhat.com>
13639
13640 * gdb.base/random-signal.exp (do_test): New procedure, with body
13641 of testcase moved in.
13642
01d8c27e
JK
136432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13644 Pedro Alves <palves@redhat.com>
13645
13646 * gdb.base/funcargs.exp (finish from indirectly called function):
13647 Reintroduce the case for 'First'.
13648
9a706302
JK
136492016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13650 Pedro Alves <palves@redhat.com>
13651
13652 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13653 (tcatch_vfork_then_child_follow_exec)
13654 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13655 identification.
13656
c0ecb95f
JK
136572016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13658
13659 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13660 and repeats to unlimited.
13661 * gdb.python/py-value.exp: Likewise.
13662 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13663 and repeats to unlimited.
13664
6cfc1fcb
JK
136652016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13666
13667 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13668 and reordering the functions.
13669 * gdb.multi/hangout.c: Likewise.
13670 * gdb.multi/hello.c: Likewise.
13671
582a1b00
SM
136722016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13673
13674 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13675 absolute.
13676 (SingleStatisticTestResult.report): Use dict.keys instead of
13677 dict.iterkeys.
13678
79bc59cb
PA
136792016-01-06 Pedro Alves <palves@redhat.com>
13680
13681 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13682
43368e1d
MM
136832016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13684
13685 * gdb.btrace/dlopen.exp: New.
13686 * gdb.btrace/dlopen.c: New.
13687 * gdb.btrace/dlopen-dso.c: New.
13688
79fad5b8
SL
136892015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13690
13691 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13692 PATTERN argument is optional.
13693
ab8314b3
JB
136942015-12-24 Joel Brobecker <brobecker@adacore.com>
13695
13696 * lib/ada.exp (target_compile_ada_from_dir): New function.
13697 (gdb_compile_ada): Reimplement avoiding the use of project files.
13698 * gdb.ada/gnat_ada.gpr: Delete.
13699 * gdb.ada/cond_lang.exp: Adjust test to make path before
13700 filename optional.
13701 * gdb.ada/small_reg_param.exp: Likewise.
13702
fe33faff
SM
137032015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13704
13705 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13706
6d265cb4
TP
137072015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13708
13709 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13710 case.
13711
10125099
SM
137122015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13713
13714 * gdb.base/break.exp: Remove dead code.
13715 * gdb.base/sepdebug.exp: Likewise.
13716
3ca22649
SM
137172015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13718
13719 * gdb.asm/asm-source.exp: Remove HP-UX references.
13720 * gdb.base/annota1.exp: Likewise.
13721 * gdb.base/annota3.exp: Likewise.
13722 * gdb.base/attach.exp: Likewise.
13723 * gdb.base/bigcore.exp: Likewise.
13724 * gdb.base/break.exp: Likewise.
13725 * gdb.base/call-ar-st.exp: Likewise.
13726 * gdb.base/callfuncs.exp: Likewise.
13727 * gdb.base/catch-fork-static.exp: Likewise.
13728 * gdb.base/display.exp: Likewise.
13729 * gdb.base/foll-exec-mode.exp: Likewise.
13730 * gdb.base/foll-exec.exp: Likewise.
13731 * gdb.base/foll-fork.exp: Likewise.
13732 * gdb.base/foll-vfork.exp: Likewise.
13733 * gdb.base/funcargs.exp: Likewise.
13734 * gdb.base/hbreak2.exp: Likewise.
13735 * gdb.base/inferior-died.exp: Likewise.
13736 * gdb.base/interrupt.exp: Likewise.
13737 * gdb.base/multi-forks.exp: Likewise.
13738 * gdb.base/nodebug.exp: Likewise.
13739 * gdb.base/sepdebug.exp: Likewise.
13740 * gdb.base/solib1.c: Likewise.
13741 * gdb.base/step-test.exp: Likewise.
13742 * gdb.mi/non-stop.c: Likewise.
13743 * gdb.mi/pthreads.c: Likewise.
13744 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13745 * gdb.threads/pthreads.c: Likewise.
13746 * gdb.threads/staticthreads.exp: Likewise.
13747 * lib/future.exp: Likewise.
13748 * lib/gdb.exp: Likewise.
13749 * gdb.base/so-indr-cl.c: Remove.
13750 * gdb.base/so-indr-cl.exp: Likewise.
13751 * gdb.base/solib.c: Likewise.
13752 * gdb.base/solib.exp: Likewise.
13753 * gdb.base/solib2.c: Likewise.
13754
b6304613
SM
137552015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13756
13757 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13758 * gdb.base/call-ar-st.exp: Likewise.
13759 * gdb.base/callfuncs.exp: Likewise.
13760 * gdb.base/condbreak.exp: Likewise.
13761 * gdb.base/constvars.exp: Likewise.
13762 * gdb.base/hbreak2.exp: Likewise.
13763 * gdb.base/langs.exp: Likewise.
13764 * gdb.base/list.exp: Likewise.
13765 * gdb.base/long_long.exp: Likewise.
13766 * gdb.base/ptype.exp: Likewise.
13767 * gdb.base/scope.exp: Likewise.
13768 * gdb.base/signals.exp: Likewise.
13769 * gdb.base/so-impl-ld.exp: Likewise.
13770 * gdb.base/varargs.exp: Likewise.
13771 * gdb.base/volatile.exp: Likewise.
13772 * gdb.base/whatis.exp: Likewise.
13773 * gdb.cp/cplusfuncs.exp: Likewise.
13774 * gdb.cp/inherit.exp: Likewise.
13775 * gdb.cp/local.exp: Likewise.
13776 * gdb.cp/member-ptr.exp: Likewise.
13777 * gdb.cp/method.exp: Likewise.
13778 * gdb.cp/overload.exp: Likewise.
13779 * gdb.cp/templates.exp: Likewise.
13780 * gdb.stabs/weird.exp: Likewise.
13781 * lib/compiler.c: Likewise.
13782 * lib/compiler.cc: Likewise.
13783 * lib/cp-support.exp: Likewise.
13784 * lib/gdb.exp: Likewise.
13785
bf401b07
SM
137862015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13787
13788 * configure.ac: Remove HP-UX case.
13789 * configure: Regenerate.
13790
aff9c0f8
SM
137912015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13792
13793 * lib/gdb.exp (gdb_compile): Add function doc.
13794
a6904d5a
PA
137952015-12-17 Pedro Alves <palves@redhat.com>
13796
13797 PR threads/19354
13798 * gdb.multi/info-threads.exp: New file.
13799
a22279dd
YQ
138002015-12-15 Yao Qi <yao.qi@linaro.org>
13801
13802 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13803 is aarch64*-*-*.
13804
0588c796
SL
138052015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13806
13807 * gdb.base/history-duplicates.exp: Skip if no readline support.
13808
5d978e17
SL
138092015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13810
13811 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13812
7e763b86
SL
138132015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13814
13815 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13816
87a3a92c
SL
138172015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13818
13819 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13820 ctrl-C if nointerrupts target property is set.
13821 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13822 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13823 * gdb.base/paginate-bg-execution.exp: Likewise.
13824 * gdb.base/paginate-execution-startup.exp: Likewise.
13825 * gdb.base/random-signal.exp: Likewise.
13826 * gdb.base/range-stepping.exp: Likewise.
13827 * gdb.cp/annota2.exp: Likewise.
13828 * gdb.cp/annota3.exp: Likewise.
13829 * gdb.gdb/selftest.exp: Likewise.
13830 * gdb.threads/continue-pending-status.exp: Likewise.
13831 * gdb.threads/leader-exit.exp: Likewise.
13832 * gdb.threads/manythreads.exp: Likewise.
13833 * gdb.threads/pthreads.exp: Likewise.
13834 * gdb.threads/schedlock.exp: Likewise.
13835 * gdb.threads/sigthread.exp: Likewise.
13836
a8f077dc
DB
138372015-12-11 Don Breazeal <donb@codesourcery.com>
13838
13839 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13840 remote.
13841 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13842 * gdb.base/foll-exec.exp (main): Enable for target remote.
13843 * gdb.base/foll-fork.exp (main): Likewise.
13844 * gdb.base/foll-vfork.exp (main): Likewise.
13845 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13846 (proc continue_to_exit_bp_loc): Use clean_restart.
13847 * gdb.base/pie-execl.exp (main): Disable for target remote.
13848 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13849 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13850 * gdb.threads/execl.exp (main): Likewise.
13851 * gdb.threads/fork-child-threads.exp (main): Likewise.
13852 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13853 remote.
13854 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13855 remote.
13856 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13857 pid.tid style ptids, instead of just tid.
13858 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13859 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13860 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13861 ptids, instead of just tid.
13862
3b2464a8
AB
138632015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13864
13865 * gdb.base/list.exp (test_list_forward): Add end of file error
13866 test.
13867 (test_repeat_list_command): Add end of file error test.
13868 (test_list_backwards): Add beginning of file error test.
13869
a0def019
AB
138702015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13871
13872 * gdb.base/list.exp (test_list_invalid_args): New function,
13873 defined, and called.
13874
5c000dff
AB
138752015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13876
13877 * gdb.base/list.exp (test_list): Make test names unique.
13878
f1637ebe
YQ
138792015-12-11 Yao Qi <yao.qi@linaro.org>
13880
13881 * gdb.base/coremaker2.c: Remove.
13882
36d6fc0a
PA
138832015-12-10 Pedro Alves <palves@redhat.com>
13884
13885 * gdb.multi/base.exp: Remove stale "spaces" references.
13886
762f7747
PA
138872015-12-10 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.multi/base.exp: Don't use nowarnings.
13890 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13891 * gdb.multi/hangout.c: Include stdio.h.
13892 * gdb.multi/hello.c: Include stdlib.h.
13893 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13894 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13895 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13896
28d2bfb9
AB
138972015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13898
13899 * gdb.dwarf2/dw2-ranges-base.c: New file.
13900 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13901 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13902 support additional line table, and debug ranges generation.
13903 (Dwarf::ranges): New function, generate .debug_ranges.
13904 (Dwarf::lines): Support generating simple line table programs.
13905 (Dwarf::assemble): Initialise new namespace variables.
13906
5fc2beac
KB
139072015-12-09 Kevin Buettner <kevinb@redhat.com>
13908
13909 * gdb.base/async.exp (proc test_background): Add case for
13910 asynchronous execution not supported.
13911
1c35a88f
LM
139122015-12-09 Luis Machado <lgustavo@codesourcery.com>
13913
13914 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13915 format and change test names to make them unique.
13916
b593e3d9
RK
139172015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13918 Pedro Alves <pedro@redhat.com>
13919
13920 PR gdb/18702
13921 Add checking of floatformats setup on x86_64 hosts.
13922 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13923 (smallval, bigval): New labels/constants.
13924 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13925 float" after loading bigval and smallval.
13926
d72413e6
PMR
139272015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13928
13929 * gdb.ada/fun_overload_menu.exp: New testcase.
13930 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13931
ece66d65
JS
139322015-12-04 Josh Stone <jistone@redhat.com>
13933
13934 * gdb.base/catch-fork-static.exp: New.
13935
41d0efca
YQ
139362015-12-03 Yao Qi <yao.qi@linaro.org>
13937
13938 * gdb.base/sizeof.c: Don't include stdio.h and
13939 ../lib/unbuffer_output.c.
13940 (main): New variable 'size' and 'value'. Remove printf and
13941 gdb_unbuffer_output. Assign return value to size and value.
13942 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13943 at the beginning.
13944 (check_sizeof): Check the result by printing variable 'size'.
13945 (check_valueof): Check the result by printing variable 'value'.
13946
99fd02d9
YQ
139472015-12-01 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13950 for aarch64*-*-linux* target.
13951
f2faf941
PA
139522015-11-30 Pedro Alves <palves@redhat.com>
13953
13954 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13955
04bf20c5
PA
139562015-11-30 Pedro Alves <palves@redhat.com>
13957
13958 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13959 Handle non-stop mode vCont replies.
13960
09df4675
PA
139612015-11-30 Pedro Alves <palves@redhat.com>
13962
13963 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13964 prepare_for_testing. Start gdb with "set non-stop on" appended to
13965 GDBFLAGS. Lax expected stop output.
13966
58b584af
YQ
139672015-11-27 Yao Qi <yao.qi@linaro.org>
13968
13969 * gdb.arch/arm-neon.exp: New.
13970 * gdb.arch/arm-neon.c: New.
13971
dfcb77a8
YQ
139722015-11-27 Yao Qi <yao.qi@linaro.org>
13973
13974 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13975
88e8ec1b
YQ
139762015-11-27 Yao Qi <yao.qi@linaro.org>
13977
13978 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13979 frames-invalid annotation.
13980
bfde72c2
YQ
139812015-11-27 Yao Qi <yao.qi@linaro.org>
13982
13983 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13984
f6512a69
SM
139852015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13986
13987 * gdb.threads/names.exp: New file.
13988 * gdb.threads/names.c: New file.
13989 * README: Mention gdb,no_thread_names.
13990
46a3515b
MM
139912015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13992
13993 PR 19297
13994 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13995 support" error.
13996
62147a22
PA
139972015-11-24 Pedro Alves <palves@redhat.com>
13998
13999 PR 17539
14000 * gdb.base/display.exp: Expect displays to be sorted in ascending
14001 order. Use multi_line.
14002 * gdb.base/solib-display.exp: Likewise.
14003
2f341b6e
PA
140042015-11-24 Pedro Alves <palves@redhat.com>
14005
14006 PR 17539
25d49b86
PA
14007 * gdb.base/display.exp: Expect displays to be sorted in ascending
14008 order. Use multi_line.
14009 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14010
7e0aa6aa
PA
140112015-11-24 Pedro Alves <palves@redhat.com>
14012
14013 PR 17539
14014 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14015 threads in ascending order.
14016 * gdb.base/foll-fork.exp: Likewise.
14017 * gdb.base/foll-vfork.exp: Likewise.
14018 * gdb.base/multi-forks.exp: Likewise.
14019 * gdb.mi/mi-nonstop.exp: Likewise.
14020 * gdb.mi/mi-nsintrall.exp: Likewise.
14021 * gdb.multi/base.exp: Likewise.
14022 * gdb.multi/multi-arch.exp: Likewise.
14023 * gdb.python/py-inferior.exp: Likewise.
14024 * gdb.threads/break-while-running.exp: Likewise.
14025 * gdb.threads/execl.exp: Likewise.
14026 * gdb.threads/gcore-thread.exp: Likewise.
14027 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14028 * gdb.threads/kill.exp: Likewise.
14029 * gdb.threads/linux-dp.exp: Likewise.
14030 * gdb.threads/multiple-step-overs.exp: Likewise.
14031 * gdb.threads/next-bp-other-thread.exp: Likewise.
14032 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14033 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14034 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14035 * gdb.threads/thread-find.exp: Likewise.
14036 * gdb.threads/tls.exp: Likewise.
14037 * lib/mi-support.exp (mi_reverse_list): Delete.
14038 (mi_check_thread_states): No longer reverse list.
14039
2cc57ad8
PA
140402015-11-24 Pedro Alves <palves@redhat.com>
14041
14042 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14043 use lowercase.
14044
c93e8391
SM
140452015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14046
14047 * gdb.trace/actions.c: Include trace-common.h.
14048 (main): Add a location for a fast tracepoint.
14049 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14050 the normal tracepoints.
14051 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14052
045ccf91
SM
140532015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14054
14055 * save-trace.exp: Factor out code to these...
14056 (gdb_save_tracepoints): New.
14057 (gdb_load_tracepoints): New.
14058 (do_save_load_test): New.
14059
5506f9f6
KB
140602015-11-23 Kevin Buettner <kevinb@redhat.com>
14061
14062 * gdb.base/asmlabel.exp: New test.
14063 * gdb.base/asmlabel.c: New test case.
14064
16c3b12f
JB
140652015-11-23 Joel Brobecker <brobecker@adacore.com>
14066
14067 * gdb.base/wrong_frame_bt_full-main.c: New file.
14068 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14069 * gdb.base/wrong_frame_bt_full.exp: New file.
14070
155bfbd3
JB
140712015-11-23 Joel Brobecker <brobecker@adacore.com>
14072
14073 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14074
bb097445
JM
140752015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14076
206853a0 14077 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14078 pstate register when comparing registers values in
14079 sparc64-*-linux-gnu targets to avoid spurious differences.
14080
9c88ed8f
JM
140812015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14082
206853a0 14083 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14084
96161e25
SL
140852015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14086
14087 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14088 as type argument to gdb_compile.
14089 * gdb.base/nested-subp2.exp: Likewise.
14090 * gdb.base/nested-subp3.exp: Likewise.
14091
340c2830
DV
140922015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14093
14094 * lib/dwarf.exp (_note): Fix left shift of negative value.
14095 * gdb.trace/trace-condition.exp: Likewise.
14096
c1862d0f
YQ
140972015-11-13 Yao Qi <yao.qi@linaro.org>
14098
14099 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14100 comments about d10v.
14101 (test_scalar_returns): Likewise.
14102 * gdb.base/d10v.ld: Remove.
14103 * gdb.base/overlays.exp: Remove the target triplet checking for
14104 d10v-*-*.
14105 * gdb.base/structs.exp (test_struct_returns): Remove the
14106 comments about d10v.
14107 (test_struct_calls): Likewise.
14108
77ae9c19
YQ
141092015-11-13 Yao Qi <yao.qi@linaro.org>
14110
14111 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14112 * gdb.base/gnu_vector.c: Don't include stdio.h.
14113 (main): Don't print res and call add_some_intvecs.
14114
430e004e
MK
141152015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14116
14117 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14118 macro.
14119 (func5): Removed.
14120 (func4): Use FAST_TRACEPOINT_LABEL.
14121 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14122 macro.
14123 (func): Removed.
14124 (thread_function): Use FAST_TRACEPOINT_LABEL.
14125 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14126 (func): Remove.
14127 (marker): Use FAST_TRACEPOINT_LABEL.
14128 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14129 (pendfunc1): Remove.
14130 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14131 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14132 (foo): Remove.
14133 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14134 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14135 macro.
14136 (func): Remove.
14137 (marker): Use FAST_TRACEPOINT_LABEL.
14138 * gdb.trace/trace-common.h: New header.
14139 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14140 macro.
14141 (func): Remove.
14142 (marker): Use FAST_TRACEPOINT_LABEL.
14143 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14144 (func): Remove.
14145 (thread_function): Use FAST_TRACEPOINT_LABEL.
14146
6e7675a7
MK
141472015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14148
14149 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14150 in front.
14151 * gdb.trace/change-loc.exp: Use global pcreg definition.
14152 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14153 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14154 in front.
14155 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14156 * gdb.trace/pending.exp: Likewise.
14157 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14158 * gdb.trace/trace-break.exp: Likewise.
14159 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14160 in front.
14161 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14162 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14163 in front.
14164 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14165
dddc0e16
JB
141662015-11-09 Joel Brobecker <brobecker@adacore.com>
14167
14168 * gdb.ada/fin_fun_out: New testcase.
14169
c6f0b406
KB
141702015-11-07 Kevin Buettner <kevinb@redhat.com>
14171
14172 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14173 value associated with DW_AT_byte_size.
14174 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14175 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14176 DW_AT_upper_bound.
14177
f01dcfd9
KB
141782015-11-07 Kevin Buettner <kevinb@redhat.com>
14179
14180 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14181 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14182 version.
14183 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14184 gdb.dwarf2/dw2-canonicalize-type.exp,
14185 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14186 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14187 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14188 provided by gdb_target_symbol_prefix_flags_asm.
14189 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14190 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14191 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14192 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14193 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14194 macros where needed). Use this macro for symbols which require
14195 the prefix provided by SYMBOL_PREFIX.
14196
2223449a
KB
141972015-11-05 Kevin Buettner <kevinb@redhat.com>
14198
14199 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14200 New procs.
14201 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14202 representing expressions, of more than one list element.
14203 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14204 to prepend linker symbol prefix to f.
14205 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14206 table_1 and table_2.
14207 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14208 Likewise, for f and g.
14209 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14210 for ptr.
14211 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14212 for main.
14213 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14214 table_1_ptr and table_2_ptr.
14215
6f2f1a3a
JK
142162015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14217 Joel Brobecker <brobecker@adacore.com>
14218
14219 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14220
566c56c9
MK
142212015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14222
14223 * gdb.reverse/s390-mvcle.c: New test.
14224 * gdb.reverse/s390-mvcle.exp: New file.
14225 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14226
d5f0636b
MK
142272015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14228
14229 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14230
7ad8b86c
MK
142312015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14232
14233 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14234 reaching marker2.
14235 * gdb.reverse/getresuid-reverse.exp: Likewise.
14236 * gdb.reverse/pipe-reverse.exp: Likewise.
14237 * gdb.reverse/readv-reverse.exp: Likewise.
14238 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14239 * gdb.reverse/time-reverse.exp: Likewise.
14240 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14241
4081c0f1
YQ
142422015-10-30 Yao Qi <yao.qi@linaro.org>
14243
14244 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14245 (empty_cycle): Remove.
14246 (main): Don't call empty_cycle. Don't use watch_count_done.
14247 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14248 empty_cycle. Rewrite the code counting HW watchpoints.
14249
452b4ba5
MK
142502015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14251
14252 * gdb.reverse/fstatat-reverse.c: New test.
14253 * gdb.reverse/fstatat-reverse.exp: New file.
14254 * gdb.reverse/getresuid-reverse.c: New test.
14255 * gdb.reverse/getresuid-reverse.exp: New file.
14256 * gdb.reverse/pipe-reverse.c: New test.
14257 * gdb.reverse/pipe-reverse.exp: New file.
14258 * gdb.reverse/readv-reverse.c: New test.
14259 * gdb.reverse/readv-reverse.exp: New file.
14260 * gdb.reverse/recvmsg-reverse.c: New test.
14261 * gdb.reverse/recvmsg-reverse.exp: New file.
14262 * gdb.reverse/time-reverse.c: New test.
14263 * gdb.reverse/time-reverse.exp: New file.
14264 * gdb.reverse/waitpid-reverse.c: New test.
14265 * gdb.reverse/waitpid-reverse.exp: New file.
14266
5e2e7507
JK
142672015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14270
0fde2c53
DE
142712015-10-26 Doug Evans <dje@google.com>
14272
14273 PR symtab/17391
14274 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14275 * gdb.dwarf2/bad-regnum.c: New file.
14276 * gdb.dwarf2/bad-regnum.exp: New file.
14277
1a70ae97
DE
142782015-10-26 Doug Evans <dje@google.com>
14279
14280 PR python/18938
14281 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14282 file.
14283
27dc26ab
JK
142842015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14285
14286 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14287 for a change by "Mention language in compile error message".
14288
bed91f4d
SM
142892015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14290
14291 PR python/18073
14292 * gdb.python/py-type.c (C::a_method): New.
14293 (C::a_const_method): New.
14294 (C::a_static_method): New.
14295 (a_function): New.
14296 * gdb.python/py-type.exp (test_fields): Test getting fields
14297 from function and method.
14298
3f2f83dd
KB
142992015-10-21 Keven Boell <keven.boell@intel.com>
14300
14301 * gdb.fortran/vla-alloc-assoc.exp: New file.
14302 * gdb.fortran/vla-datatypes.exp: New file.
14303 * gdb.fortran/vla-datatypes.f90: New file.
14304 * gdb.fortran/vla-history.exp: New file.
14305 * gdb.fortran/vla-ptype-sub.exp: New file.
14306 * gdb.fortran/vla-ptype.exp: New file.
14307 * gdb.fortran/vla-sizeof.exp: New file.
14308 * gdb.fortran/vla-sub.f90: New file.
14309 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14310 * gdb.fortran/vla-value-sub-finish.exp: New file.
14311 * gdb.fortran/vla-value-sub.exp: New file.
14312 * gdb.fortran/vla-value.exp: New file.
14313 * gdb.fortran/vla-ptr-info.exp: New file.
14314 * gdb.mi/mi-vla-fortran.exp: New file.
14315 * gdb.mi/vla.f90: New file.
14316
27145d50
SL
143172015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14318
14319 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14320 of hardwired timeout value.
14321
5f3ff4f8
JK
143222015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14323 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14326 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14327
bfd09d20
JS
143282015-10-19 Josh Stone <jistone@redhat.com>
14329
14330 * gdb.base/catch-syscall.c: Include <sched.h>.
14331 (unknown_syscall): New variable.
14332 (main): Trigger a vfork and an unknown syscall.
14333 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14334 (unknown_syscall_number): Likewise.
14335 (check_call_to_syscall): Accept an optional syscall pattern.
14336 (check_return_from_syscall): Likewise.
14337 (check_continue): Likewise.
14338 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14339 (test_catch_syscall_skipping_return): New test toggling off 'catch
14340 syscall' to step over the syscall return, then toggling back on.
14341 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14342 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14343 (do_syscall_tests): Call test_catch_syscall_without_args and
14344 test_catch_syscall_mid_vfork.
14345 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14346 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14347
b32b93c6
AS
143482015-10-19 Andrew Stubbs <ams@codesourcery.com>
14349
14350 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14351 print g_vE): Add new pass patterns.
14352 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14353 print various symbol names for vptr fields.
14354
9d622bda
AB
143552015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14356
14357 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14358 results.
14359
0fd8ac1c
YQ
143602015-10-12 Yao Qi <yao.qi@linaro.org>
14361
14362 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14363
34240514
YQ
143642015-10-12 Yao Qi <yao.qi@linaro.org>
14365
14366 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14367 is aarch64*-*-linux*.
14368
8240f442
YQ
143692015-10-12 Yao Qi <yao.qi@linaro.org>
14370
14371 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14372 (can_relocate_bcond_true): ... it.
14373 (can_relocate_bcond_false): New function.
14374 (foo): Likewise.
14375 (can_relocate_bl): Likewise.
14376 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14377 can_relocate_bl.
14378
2520f728
PMR
143792015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14380
14381 * gdb.base/nested-addr.c: New file.
14382 * gdb.base/nested-addr.exp: New testcase.
14383
abcef95a
MM
143842015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14385
14386 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14387 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14388 its output. Ignore the output of "record goto begin" and instead
14389 check that GDB is replaying.
14390
145e3ddb
PA
143912015-10-09 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14394 (top level): Use it in the run with no args test.
14395
d5d8c4e1
IB
143962015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14397
14398 * gdb.dlang/properties.exp: New file.
14399
06e635ef
SL
144002015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14401
14402 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14403 whether or not address 0x1000 is mapped on the target.
14404
e019fd1d
SM
144052015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14406
14407 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14408 build.
14409
77ba2a67
MM
144102015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14411
14412 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14413 instruction-history test.
14414
c60eb31f
DE
144152015-09-28 Doug Evans <dje@google.com>
14416
14417 * gdb.base/gcore.c (array_func): Add reference to static_array.
14418
9a3c8263
SM
144192015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14420
14421 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14422 source line.
14423
9720e656
SL
144242015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14425
14426 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14427 short or char as base type.
14428
938d3bf2
SL
144292015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14430
14431 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14432 to allow any size enum.
14433
e6c2c623
PMR
144342015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14435
14436 * gdb.ada/array_ptr_renaming.exp: New testcase.
14437 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14438 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14439
06da0f77
PL
144402015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14441
14442 * gdb.trace/ftrace-lock.c: New file.
14443 * gdb.trace/ftrace-lock.exp: New file.
14444
4f51c22a
PL
144452015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14446
14447 * gdb.arch/insn-reloc.c: New file.
14448 * gdb.arch/ftrace-insn-reloc.exp: New file.
14449
7041adf4
PL
144502015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14451
14452 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14453 instruction.
14454 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14455 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14456 * gdb.trace/range-stepping.c: Likewise.
14457 * gdb.trace/trace-break.c: Likewise.
14458 * gdb.trace/trace-mt.c (thread_function): Likewise.
14459 * gdb.trace/ftrace.c (marker): Likewise.
14460 * gdb.trace/trace-condition.c (marker): Likewise.
14461 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14462 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14463 is_aarch64_target.
14464
015d2e7e
DE
144652015-09-18 Doug Evans <xdje42@gmail.com>
14466
14467 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14468 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14469
26b188a2
SL
144702015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14471
14472 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14473 the breakpoint.
14474
79dc332b
SL
144752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14476
14477 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14478 the pending breakpoint. Remove timeout override for "Run till
14479 MI pending breakpoint on pendfunc3 on thread 2" test.
14480
f57929f2
SL
144812015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14482
14483 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14484 filename pattern.
14485
3f469b17
SL
144862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14487
14488 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14489 in breakpoint filename pattern.
14490
515b89b3
SL
144912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14492
7800dbe4
SL
14493 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14494
144952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14496
515b89b3
SL
14497 * gdb.linespec/explicit.exp: Check for readline support for
14498 tab-completion tests. Fix obvious typo.
14499
d2939ba2
MM
145002015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14501
14502 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14503 and replay.
14504
cbb55fa7
MM
145052015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14506
14507 * gdb.btrace/non-stop.c: New.
14508 * gdb.btrace/non-stop.exp: New.
14509
43691ca1
PL
145102015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14511 Yao Qi <yao.qi@linaro.org>
14512
14513 * gdb.trace/trace-condition.c: New file.
14514 * gdb.trace/trace-condition.exp: New file.
14515
d78908cf
WW
145162015-09-16 Wei-cheng Wang <cole945@gmail.com>
14517
14518 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14519 for testing bytecode compilation.
14520
1ed415e2
PA
145212015-09-16 Pedro Alves <palves@redhat.com>
14522 Sandra Loosemore <sandra@codesourcery.com>
14523
14524 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14525 (SECONDS): Redefine.
14526 (main): Call pthread_kill and alarm early.
14527 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14528 support.
14529 (test): If the target can't hardware step and doesn't support
14530 displaced stepping, increase the timeout.
14531
d136eff5
PA
145322015-09-16 Pedro Alves <palves@redhat.com>
14533
14534 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14535 (enable_debug): New procedures.
14536 (test): Use them. Bail out if waiting for threads fails.
14537 (top level): Bail out if a test fails.
14538
991f019c
YQ
145392015-09-16 Yao Qi <yao.qi@linaro.org>
14540
14541 * gdb.asm/asm-source.exp: Set asm-arch for
14542 aarch64*-*-* target.
14543 * gdb.asm/aarch64.inc: New file.
14544
bfca584f
PMR
145452015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14546
14547 * gdb.ada/array_of_variable_length.exp: New testcase.
14548 * gdb.ada/array_of_variable_length/foo.adb: New file.
14549 * gdb.ada/array_of_variable_length/pck.adb: New file.
14550 * gdb.ada/array_of_variable_length/pck.ads: New file.
14551
b326e587
DE
145522015-09-15 Doug Evans <dje@google.com>
14553
14554 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14555 of function static local variable.
14556
5382cfab
PW
145572015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14558
14559 * gdb.threads/tls-so_extern.exp: New test file.
14560 * gdb.threads/tls-so_extern.c: New test file.
14561 * gdb.threads/tls-so_extern_main.c: New test file.
14562
141c5cc4
JK
145632015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14564
14565 * gdb.opt/solib-intra-step-lib.c: New file.
14566 * gdb.opt/solib-intra-step-main.c: New file.
14567 * gdb.opt/solib-intra-step.exp: New file.
14568
d15dcecd
PA
145692015-09-15 Pedro Alves <palves@redhat.com>
14570
14571 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14572 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14573
4c2f2a79
PA
145742015-09-14 Pedro Alves <palves@redhat.com>
14575
14576 * gdb.base/hook-stop-continue.c: Delete.
14577 * gdb.base/hook-stop-continue.exp: Delete.
14578 * gdb.base/hook-stop-frame.c: Delete.
14579 * gdb.base/hook-stop-frame.exp: Delete.
14580 * gdb.base/hook-stop.c: New file.
14581 * gdb.base/hook-stop.exp: New file.
14582
919e6dbe
PMR
145832015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14584
14585 * gdb.ada/access_to_packed_array.exp: New testcase.
14586 * gdb.ada/access_to_packed_array/foo.adb: New file.
14587 * gdb.ada/access_to_packed_array/pack.adb: New file.
14588 * gdb.ada/access_to_packed_array/pack.ads: New file.
14589
157280a4
MM
145902015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14591
14592 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14593 buffer size test.
14594
2fd33e94
DB
145952015-09-11 Don Breazeal <donb@codesourcery.com>
14596
14597 * gdb.base/foll-exec.c: Add copyright header. Fix
14598 formatting issues.
14599 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14600 (do_exec_tests): Use clean_restart in place of zap_session,
14601 and for test initialization. Fix formatting issues. Use
14602 fail in place of perror.
14603 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14604 an expect statement to match an expression with output from
14605 the program under debug.
14606 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14607 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14608 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14609 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14610 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14611
e70b6e8e
DE
146122015-09-09 Doug Evans <dje@google.com>
14613
14614 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14615
7a551a51
DE
146162015-09-09 Doug Evans <dje@google.com>
14617
14618 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14619
4c666f84
DE
146202015-09-09 Doug Evans <dje@google.com>
14621
14622 * gdb.base/savedregs.exp: Fix typo.
14623
243a9253
PA
146242015-09-09 Pedro Alves <palves@redhat.com>
14625
14626 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14627
c0fa8fbd
SL
146282015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14629
14630 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14631 command actually switches threads. Give up on remaining
14632 tests if target fails to stop at breakpoint.
14633
cd7c1778
PMR
146342015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14635
14636 * gdb.ada/funcall_char.exp: New testcase.
14637 * gdb.ada/funcall_char/foo.adb: New file.
14638
dc5c8746
PMR
146392015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14640
14641 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14642 expected outputs. Add two testcases for completing ambiguous
14643 functions.
14644 * gdb.ada/complete/aux_pck.adb: New file.
14645 * gdb.ada/complete/aux_pck.ads: New file.
14646 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14647 Ambiguous_Func functions.
14648 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14649 * gdb.ada/complete/pck.adb: Likewise.
14650
4e83a1e7
UW
146512015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14652
14653 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14654 failures to run the test program under GDB.
14655
8ce74153
LM
146562015-08-26 Luis Machado <lgustavo@codesourcery.com>
14657
14658 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14659 to C.
14660
e9756d52
PP
146612015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14662
14663 * gdb.base/run-after-attach.exp: New test file.
14664 * gdb.base/run-after-attach.c: New test file.
14665
8d37573b
DB
146662015-08-26 Don Breazeal <donb@codesourcery.com>
14667
14668 * gdb.base/foll-exec-2.c: New test program.
14669 * gdb.base/foll-exec-2.exp: New test.
14670
63e43d3a
PMR
146712015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14672
14673 * gdb.base/nested-subp1.exp: New file.
14674 * gdb.base/nested-subp1.c: New file.
14675 * gdb.base/nested-subp2.exp: New file.
14676 * gdb.base/nested-subp2.c: New file.
14677 * gdb.base/nested-subp3.exp: New file.
14678 * gdb.base/nested-subp3.c: New file.
14679
3d40fbb5
PA
146802015-08-24 Pedro Alves <palves@redhat.com>
14681
14682 * gdb.server/connect-without-multi-process.c: New file.
14683 * gdb.server/connect-without-multi-process.exp: New file.
14684
4422ac93
LM
146852015-08-24 Luis Machado <lgustavo@codesourcery.com>
14686
14687 * gdb.opt/inline-markers.c: Make z int.
14688
91dddb86
LM
146892015-08-24 Luis Machado <lgustavo@codesourcery.com>
14690
14691 * gdb.opt/inline-markers.c: Make z volatile.
14692
a48847ee
LM
146932015-08-24 Luis Machado <lgustavo@codesourcery.com>
14694
14695 * gdb.opt/inline-bt.c: New volatile global z.
14696 * gdb.opt/inline-cmds.c: Likewise.
14697 * gdb.opt/inline-locals.c: Likewise.
14698 * gdb.opt/inline-markers.c: New extern global z.
14699 (marker): Use z.
14700 (inline_fn): Likewise.
14701
0ebbc52b
PA
147022015-08-24 Pedro Alves <palves@redhat.com>
14703
14704 * config/m32r-stub.exp: Remove file.
14705 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14706 * gdb.base/call-rt-st.exp: Likewise.
14707 * gdb.base/call-strs.exp: Likewise.
14708 * gdb.base/default.exp: Remove references to h8300-*-hms and
14709 *-*-udi*.
14710 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14711
77c365df
AA
147122015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14713
14714 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14715 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14716 and "return" use KFAIL when GDB can not read/write the vector
14717 return value.
14718
4313b8c0
GB
147192015-08-21 Gary Benson <gbenson@redhat.com>
14720
14721 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14722
0e433b32
PA
147232015-08-20 Pedro Alves <palves@redhat.com>
14724
14725 * gdb.server/solib-list.exp: No longer expect an interior stop in
14726 non-stop mode.
14727
221e1a37
PA
147282015-08-20 Pedro Alves <palves@redhat.com>
14729
14730 * gdb.server/connect-stopped-target.c: New file.
14731 * gdb.server/connect-stopped-target.exp: New file.
14732
40e3ad0e
PA
147332015-08-20 Pedro Alves <palves@redhat.com>
14734
14735 * gdb.dwarf2/comp-unit-lang.exp: New file.
14736 * gdb.dwarf2/comp-unit-lang.c: New file.
14737
af39b327
PMR
147382015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14739
14740 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14741 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14742
7d45c7c3 147432015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14744
7d45c7c3
KB
14745 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14746 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14747
4d6cceb4
DE
147482015-08-18 Doug Evans <dje@google.com>
14749 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14750
14751 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14752 skip_python_tests. New arg prompt_regexp.
14753 (skip_python_tests): New function.
14754 * lib/mi-support.exp (mi_skip_python_tests): New function.
14755 * gdb.python/py-mi-objfile-gdb.py: New file.
14756 * gdb.python/py-mi-objfile.c: New file.
14757 * gdb.python/py-mi-objfile.exp: New file.
14758
ad89c2aa
KS
147592015-08-17 Keith Seitz <keiths@redhat.com>
14760
14761 * gdb.linespec/explicit.exp: Move strace test from here ...
14762 * gdb.trace/strace.exp: ... to here.
14763
e3ae3c43
PP
147642015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14765
14766 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14767 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14768
604b2636
DE
147692015-08-14 Doug Evans <xdje42@gmail.com>
14770
14771 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14772 inferior before selecting a new file.
14773
6ff0ba5f
DE
147742015-08-14 Doug Evans <xdje42@gmail.com>
14775
14776 * gdb.mi/mi-disassemble.exp: Update.
14777 * gdb.base/disasm-optim.S: New file.
14778 * gdb.base/disasm-optim.c: New file.
14779 * gdb.base/disasm-optim.h: New file.
14780 * gdb.base/disasm-optim.exp: New file.
14781
9ca98f92
KS
147822015-08-14 Keith Seitz <keiths@redhat.com>
14783
14784 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14785 "evaluated-by".
14786
52bbc560
JB
147872015-08-13 Joel Brobecker <brobecker@adacore.com>
14788
14789 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14790
5d8c3ed3
PMR
147912015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14792
14793 * gdb.ada/fun_renaming.exp: New testcase.
14794 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14795 * gdb.ada/fun_renaming/pack.adb: New file.
14796 * gdb.ada/fun_renaming/pack.ads: New file.
14797
ea8812bc
KS
147982015-08-12 Keith Seitz <keiths@redhat.com>
14799
14800 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14801 gdb_get_line_number.
14802
4dafcdeb
JB
148032015-08-12 Joel Brobecker <brobecker@adacore.com>
14804
14805 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14806 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14807 gdb.base/dso2dso.exp: New files.
14808
5ba32597
SDJ
148092015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14810 Pedro Alves <palves@redhat.com>
14811 Keith Seitz <keiths@redhat.com>
14812
14813 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14814 GDBFLAGS.
14815
b6dafabf
PP
148162015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14817
14818 * gdb.base/gdbhistsize-history.exp
14819 (test_histsize_history_setting): Use save_vars.
14820 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14821 Use save_vars.
14822 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14823 * gdb.base/readline.exp: Use save_vars.
14824
abe8e607
PP
148252015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14826
14827 * lib/gdb.exp (save_vars): New proc.
14828
629500fa
KS
148292015-08-11 Keith Seitz <keiths@redhat.com>
14830
14831 * gdb.base/help.exp: Update help_breakpoint_text.
14832
eb8c4e2e
KS
148332015-08-11 Keith Seitz <keiths@redhat.com>
14834
14835 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14836 (at toplevel): Call test_explicit_breakpoints.
14837 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14838 breakpoints.
14839 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14840 breakpoint conditions, "-cond".
14841
87f0e720
KS
148422015-08-11 Keith Seitz <keiths@redhat.com>
14843
14844 * gdb.linespec/3explicit.c: New file.
14845 * gdb.linespec/cpexplicit.cc: New file.
14846 * gdb.linespec/cpexplicit.exp: New file.
14847 * gdb.linespec/explicit.c: New file.
14848 * gdb.linespec/explicit.exp: New file.
14849 * gdb.linespec/explicit2.c: New file.
14850 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14851 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14852 before using in the matching pattern.
14853 Clarify that `prefix' is a regular expression.
14854
f00aae0f
KS
148552015-08-11 Keith Seitz <keiths@redhat.com>
14856
14857 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14858 test.
14859 Add tests for missing ",FMT" and ",".
14860
e27852be
DE
148612015-08-10 Doug Evans <dje@google.com>
14862 Keith Seitz <keiths@redhat.com>
14863
14864 PR gdb/17960
14865 * gdb.base/completion.exp: Add location completer tests.
14866
7f03bd92
PA
148672015-08-07 Pedro Alves <palves@redhat.com>
14868
14869 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14870 tests here.
14871 (top level): Run do_test with and without displaced stepping.
14872
3fc8eb30
PA
148732015-08-07 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.base/valgrind-disp-step.c: New file.
14876 * gdb.base/valgrind-disp-step.exp: New file.
14877
d4569d7b
PA
148782015-08-07 Pedro Alves <palves@redhat.com>
14879
14880 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14881 Delete function.
14882 (main): Add alarm. Run an infinite loop instead of calling
14883 wait_threads.
14884 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14885 comment.
14886 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14887 Delete function.
14888 (main): Add alarm. Run an infinite loop instead of calling
14889 wait_threads.
14890 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14891 comment.
14892
e1316e60
PA
148932015-08-07 Pedro Alves <palves@redhat.com>
14894
14895 * gdb.base/checkpoint-ns.exp: New file.
14896 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14897 standard_testfile.
14898
da8c46d2
MM
148992015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14900
14901 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14902 * gdb.btrace/instruction_history.exp: Update.
14903 * gdb.btrace/tsx.exp: New.
14904 * gdb.btrace/tsx.c: New.
14905
de1c2c52
PA
149062015-08-06 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14909 increase timeout.
14910 * gdb.reverse/until-precsave.exp: Bump timeouts.
14911
782e0bf4
PA
149122015-08-06 Pedro Alves <palves@redhat.com>
14913
14914 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14915
83e97ed0
PA
149162015-08-06 Pedro Alves <palves@redhat.com>
14917
14918 PR gdb/18749
14919 * gdb.threads/process-dies-while-handling-bp.c: New file.
14920 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14921
863d01bd
PA
149222015-08-06 Pedro Alves <palves@redhat.com>
14923
14924 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14925 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14926
0a39bb32
PA
149272015-08-05 Pedro Alves <palves@redhat.com>
14928
14929 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14930 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14931
ee2d2b10
SL
149322015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14933
14934 * gdb.base/bp-permanent.exp: Report test as unsupported if
14935 the target cannot stop at the permanent breakpoint.
14936
4e1bdb00
DE
149372015-08-03 Doug Evans <dje@google.com>
14938
14939 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14940 10000.
14941
3d338901
DE
149422015-08-03 Doug Evans <dje@google.com>
14943
14944 * Makefile.in (workers/%.worker, build-perf): New rule.
14945 (GDB_PERFTEST_MODE): New variable.
14946 (check-perf): Use it.
14947 (clean): Clean up gdb.perf parallel build subdirs.
14948 * lib/build-piece.exp: New file.
14949 * lib/gdb.exp (make_gdb_parallel_path): New function
14950 (standard_output_file, standard_temp_file): Call it.
14951 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14952 of $GDB_PARALLEL.
14953 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14954
af061d3e
DE
149552015-08-03 Doug Evans <dje@google.com>
14956
8e1afc81 14957 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14958 (LOG_FILE_NAME): New global.
14959 (TextReporter.__init__): Initialize self.txt_sum.
14960 (TextReporter.report): Add support for multiple data-points.
14961 Move report to perftest.sum, put raw data in perftest.log.
14962 (TextReporter.start): Open sum and log files.
14963 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14964 * gdb.perf/lib/perftest/testresult.py
14965 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14966
2c8c5d37
PA
149672015-07-31 Pedro Alves <palves@redhat.com>
14968
14969 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14970 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14971 kill_wait_spawned_process instead of explicit "kill -9".
14972 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14973 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14974 kill_wait_spawned_process.
14975 * gdb.base/attach-twice.exp: Likewise.
14976 * gdb.base/attach.exp: Likewise.
14977 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14978 gdb_test_multiple.
14979 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14980 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14981 kill_wait_spawned_process.
14982 * gdb.base/valgrind-infcall.exp: Likewise.
14983 * gdb.multi/multi-attach.exp: Likewise.
14984 * gdb.python/py-prompt.exp: Likewise.
14985 * gdb.python/py-sync-interp.exp: Likewise.
14986 * gdb.server/ext-attach.exp: Likewise.
14987 * gdb.threads/attach-into-signal.exp (corefunc): Use
14988 spawn_wait_for_attach, spawn_id_get_pid and
14989 kill_wait_spawned_process.
14990 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14991 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14992 spawn_id_get_pid and kill_wait_spawned_process.
14993 * gdb.threads/attach-stopped.exp (corefunc): Use
14994 spawn_wait_for_attach, spawn_id_get_pid and
14995 kill_wait_spawned_process.
14996 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14997 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14998 kill_wait_spawned_process instead of explicit "kill -9".
14999 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15000 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15001 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15002 processes. Don't map cygwin/windows pids here. Now returns a
15003 spawn id list.
15004
032a0fca
SL
150052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15006
15007 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15008 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15009 correct patch.
15010
61a934ca
SL
150112015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15012
15013 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15014
4bc4d428
SL
150152015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15016
15017 Reapply:
15018 2014-05-21 Mark Wielaard <mjw@redhat.com>
15019
15020 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15021
998d452a
PA
150222015-07-30 Pedro Alves <palves@redhat.com>
15023
15024 * linux-low.c (handle_extended_wait): Set the child's last
15025 reported status to TARGET_WAITKIND_STOPPED.
15026
69dde7dc
PA
150272015-07-30 Pedro Alves <palves@redhat.com>
15028
15029 PR threads/18600
15030 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15031 only shows inferior 1.
15032
4dd63d48
PA
150332015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15034 Pedro Alves <palves@redhat.com>
15035
15036 PR threads/18600
15037 * gdb.threads/fork-plus-threads.c: New file.
15038 * gdb.threads/fork-plus-threads.exp: New file.
15039
d618e4c5
PP
150402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15041
15042 * gdb.base/batch-preserve-term-settings.exp
15043 (test_terminal_settings_preserved_after_cli_exit): Use
15044 send_quit_command.
15045
1eef6428
PA
150462015-07-29 Pedro Alves <palves@redhat.com>
15047 Don Breazeal <donb@codesourcery.com>
15048
15049 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15050 output from both inferior_spawn_id and gdb_spawn_id.
15051
7da5b897
SDJ
150522015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15053
15054 * gdb.threads/attach-into-signal.exp (corefunc): Use
15055 with_test_prefix on nested loops, uniquefying the test messages.
15056
dac804df
SDJ
150572015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15058
15059 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15060 commit.
15061
06265e53
PP
150622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15063
15064 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15065 New proc.
15066 (test_terminal_settings_preserved_after_sigterm): New test.
15067
18206ca3
PP
150682015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15069
15070 * gdb.base/batch-preserve-term-settings.exp
15071 (test_terminal_settings_preserved_after_cli_exit): New test.
15072
90074d11
PP
150732015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15074
15075 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15076 manipulation of saved_gdbflags.
15077 (test_terminal_settings_preserved): Remove global declaration of
15078 the unused variable pagination_prompt. Remove manipulation of
15079 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15080 GDBFLAGS.
15081
eb1a7902
PA
150822015-07-29 Pedro Alves <palves@redhat.com>
15083
15084 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15085
8b75dd3b
PA
150862015-07-29 Pedro Alves <palves@redhat.com>
15087
15088 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15089 at the top.
15090
dedad4e3
PA
150912015-07-29 Pedro Alves <palves@redhat.com>
15092
15093 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15094 (main): Call gdb_unbuffer_output.
15095 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15096 (main): Call gdb_unbuffer_output.
15097 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15098 (main): Call gdb_unbuffer_output.
15099 * gdb.base/call-strs.exp: Adjust to step over the
15100 gdb_unbuffer_output call.
15101 * gdb.base/catch-gdb-caused-signals.c: Include
15102 "../lib/unbuffer_output.c".
15103 (main): Call gdb_unbuffer_output.
15104 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15105 (main): Call gdb_unbuffer_output.
15106 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15107 (main): Call gdb_unbuffer_output.
15108 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15109 (main): Call gdb_unbuffer_output.
15110 * gdb.base/shlib-call.exp: Adjust to step over the
15111 gdb_unbuffer_output call.
15112 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15113 (main): Call gdb_unbuffer_output.
15114 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15115 (main): Call gdb_unbuffer_output.
15116 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15117 (main): Rename to ...
15118 (test): ... this.
15119 (main): Reimplement.
15120 * gdb.base/varargs.exp: Run to test instead of to main.
15121 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15122 (main): Call gdb_unbuffer_output.
15123
58789a91
PA
151242015-07-29 Pedro Alves <palves@redhat.com>
15125
15126 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15127 factore out from mi_continue_dprintf. For call-style dprintfs,
15128 expect dprintf output out of $inferior_spawn_id.
15129 (mi_continue_dprintf): Use mi_expect_dprintf.
15130 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15131 (main): Call gdb_unbuffer_output.
15132
e8376742
PA
151332015-07-29 Pedro Alves <palves@redhat.com>
15134
15135 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15136 (default_mi_gdb_start): Set inferior_spawn_id instead of
15137 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15138 gdb_spawn_id.
15139 (mi_gdb_test): Always expect inferior output from both
15140 $inferior_spawn_id and $gdb_spawn_id.
15141
08280010
PA
151422015-07-29 Pedro Alves <palves@redhat.com>
15143
15144 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15145 send_inferior and $inferior_spawn_id.
15146
4d30e432
PA
151472015-07-29 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.gdb/complaints.exp (test_initial_complaints)
15150 (test_serial_complaints, test_short_complaints): Use
15151 gdb_test_stdio.
15152 (test_empty_complaint): Handle $inferior_spawn_id !=
15153 $gdb_spawn_id.
15154
0d30a335
PA
151552015-07-29 Pedro Alves <palves@redhat.com>
15156
15157 * gdb.base/varargs.exp: Use gdb_test_stdio.
15158
39413b29
PA
151592015-07-29 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15162
7cb000a9
PA
151632015-07-29 Pedro Alves <palves@redhat.com>
15164
15165 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15166
d7b8ac82
PA
151672015-07-29 Pedro Alves <palves@redhat.com>
15168
15169 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15170 parameter into two new parameters, "inf_result" and "gdb_result".
15171 Expect inferior output and gdb output from $inferior_spawn_id and
15172 $gdb_spawn_id, respectively. Adjust all callers.
15173
789c3a0c
PA
151742015-07-29 Pedro Alves <palves@redhat.com>
15175
15176 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15177 of gdb_test_sequence.
15178
77e760c3
PA
151792015-07-29 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15182 (saw_spurious_output): Expect inferior output from
15183 $inferior_spawn_id. Use gdb_test_stdio.
15184
8396d2cd
PA
151852015-07-29 Pedro Alves <palves@redhat.com>
15186
15187 * gdb.base/dprintf.exp: Use standard_testfile. Change
15188 prepare_for_testing call.
15189 (srcfile): Don't set.
15190 (restart): New procedure.
15191 (test_dprintf): New procecure, use to continue over dprintfs.
15192 (test_call, test_agent): New procedures, tests moved here.
15193 Restart gdb and recreate dprintfs. Adjust expected output.
15194
2051d61f
PA
151952015-07-29 Pedro Alves <palves@redhat.com>
15196
15197 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15198
452397af
PA
151992015-07-29 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15202
8aed9555
PA
152032015-07-29 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15206 gdb_test_stdio.
15207
188a61b4
PA
152082015-07-29 Pedro Alves <palves@redhat.com>
15209
15210 * lib/gdb.exp (gdb_test_stdio): New procedure.
15211
12264a45
PA
152122015-07-29 Pedro Alves <palves@redhat.com>
15213
15214 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15215
23ffc893
PA
152162015-07-29 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.base/call-signal-resume.exp: Remove check for
15219 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15220 * gdb.base/unwindonsignal.exp: Likewise.
15221 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15222 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15223
65566918
PA
152242015-07-29 Pedro Alves <palves@redhat.com>
15225
15226 * gdb.base/siginfo-addr.c (pass): New function.
15227 (handler): Call it iff si_addr is correct.
15228 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15229 Set a breakpoint at "pass" and continue to it.
15230
d60a9221
SDJ
152312015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15232
15233 * gdb.python/py-objfile.exp: Make some tests have unique names.
15234 * gdb.python/py-pp-registration.exp: Likewise.
15235
bde40b8f
PA
152362015-07-28 Pedro Alves <palves@redhat.com>
15237
15238 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15239
13e1dec8
SM
152402015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15241
15242 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15243
da33c9a7
SM
152442015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15245
15246 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15247
077836f7
PP
152482015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15249
15250 * gdb.base/gdb-sigterm-2.exp: New test.
15251
b8cc7b2e
DE
152522015-07-25 Doug Evans <xdje42@gmail.com>
15253
15254 Revert:
15255 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15256 (workers/%.worker, build-perf): New rule.
15257 (GDB_PERFTEST_MODE): New variable.
15258 (check-perf): Use it.
15259 (clean): Clean up gdb.perf parallel build subdirs.
15260 * lib/build-piece.exp: New file.
15261 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15262 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15263 name.
15264 (standard_temp_file): Ditto.
15265 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15266 of $GDB_PARALLEL.
15267
c8bd4544
DE
152682015-07-24 Doug Evans <dje@google.com>
15269
15270 * gdb.perf/lib/perftest/utils.py: New file.
15271 * gdb.perf/gm-hello.cc: New file.
15272 * gdb.perf/gm-pervasive-typedef.cc: New file.
15273 * gdb.perf/gm-pervasive-typedef.h: New file.
15274 * gdb.perf/gm-std.cc: New file.
15275 * gdb.perf/gm-std.h: New file.
15276 * gdb.perf/gm-use-cerr.cc: New file.
15277 * gdb.perf/gm-utils.h: New file.
15278 * gdb.perf/gmonster-null-lookup.py: New file.
15279 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15280 * gdb.perf/gmonster-print-cerr.py: New file.
15281 * gdb.perf/gmonster-ptype-string.py: New file.
15282 * gdb.perf/gmonster-runto-main.py: New file.
15283 * gdb.perf/gmonster-select-file.py: New file.
15284 * gdb.perf/gmonster1-null-lookup.exp: New file.
15285 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15286 * gdb.perf/gmonster1-print-cerr.exp: New file.
15287 * gdb.perf/gmonster1-ptype-string.exp: New file.
15288 * gdb.perf/gmonster1-runto-main.exp: New file.
15289 * gdb.perf/gmonster1-select-file.exp: New file.
15290 * gdb.perf/gmonster1.cc: New file.
15291 * gdb.perf/gmonster1.exp: New file.
15292 * gdb.perf/gmonster2-null-lookup.exp: New file.
15293 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15294 * gdb.perf/gmonster2-print-cerr.exp: New file.
15295 * gdb.perf/gmonster2-ptype-string.exp: New file.
15296 * gdb.perf/gmonster2-runto-main.exp: New file.
15297 * gdb.perf/gmonster2-select-file.exp: New file.
15298 * gdb.perf/gmonster2.cc: New file.
15299 * gdb.perf/gmonster2.exp: New file.
15300
6eab34f3
DE
153012015-07-24 Doug Evans <dje@google.com>
15302
15303 * gdb.perf/README: New file.
15304 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15305 * lib/gen-perf-test.exp: New file.
15306
63738bfd
DE
153072015-07-24 Doug Evans <dje@google.com>
15308
15309 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15310 (PerfTest::startup): New function.
15311 (PerfTest::run): Return result of calling body.
15312 (PerfTest::assemble): Rewrite.
15313 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15314 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15315 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15316 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15317 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15318
7b606f95
DE
153192015-07-24 Doug Evans <dje@google.com>
15320
15321 * lib/gdb.exp (clean_restart): Make executable optional.
15322
a97b16b8
DE
153232015-07-24 Doug Evans <dje@google.com>
15324
15325 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15326 compiler_info references.
15327 * gdb.cp/temargs.exp: Ditto.
15328 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15329 (get_compiler_info): Early exit if already computed. Set compiler_info
15330 to "unknown" if there was a problem.
15331 (test_compiler_info): Add function comment. Call get_compiler_info.
15332
35baa57f
DE
153332015-07-24 Doug Evans <dje@google.com>
15334
15335 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15336 (workers/%.worker, build-perf): New rule.
15337 (GDB_PERFTEST_MODE): New variable.
15338 (check-perf): Use it.
15339 (clean): Clean up gdb.perf parallel build subdirs.
15340 * lib/build-piece.exp: New file.
15341 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15342 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15343 name.
15344 (standard_temp_file): Ditto.
15345 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15346 of $GDB_PARALLEL.
15347
6ebea266
DE
153482015-07-24 Doug Evans <dje@google.com>
15349
15350 * lib/future.exp (gdb_default_target_compile): New option
15351 "early_flags".
15352 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15353 --as-needed.
15354
1e76a7e9
SDJ
153552015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15356
15357 * gdb.base/catch-syscall.exp: Call gdb_exit before
15358 gdb_skip_xml_test.
15359
5068630a
PA
153602015-07-24 Pedro Alves <palves@redhat.com>
15361
15362 * gdb.python/py-events.exp: Accept output between the stop event
15363 and the prompt.
15364 * gdb.python/py-evsignal.exp: Likewise.
15365 * gdb.python/py-evthreads.exp: Likewise.
15366
77598427
PA
153672015-07-24 Pedro Alves <palves@redhat.com>
15368
15369 PR gdb/18717
15370 * gdb.threads/non-ldr-exit.c: New file.
15371 * gdb.threads/non-ldr-exit.exp: New file.
15372
11e6c98f
YQ
153732015-07-24 Yao Qi <yao.qi@linaro.org>
15374
15375 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15376 restarting process.
15377
51aee833
YQ
153782015-07-24 Yao Qi <yao.qi@linaro.org>
15379
15380 * gdb.server/ext-restart.exp: New file.
15381
8cfe207c
YQ
153822015-07-24 Yao Qi <yao.qi@linaro.org>
15383
15384 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15385 argument options.
15386 * gdb.server/ext-wrapper.exp: New file.
15387
cc12ce38
DE
153882015-07-23 Doug Evans <dje@google.com>
15389
15390 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15391 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15392
d0d84780
PMR
153932015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15394
15395 * gdb.ada/var_arr_typedef.exp: New testcase.
15396 * gdb.ada/var_arr_typedef/pack.adb: New file.
15397 * gdb.ada/var_arr_typedef/pack.ads: New file.
15398 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15399
8b558f79
JB
154002015-07-20 Joel Brobecker <brobecker@adacore.com>
15401
15402 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15403
775a3298
JK
154042015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15405
15406 * gdb.arch/i386-biarch-core.exp: Replace istarget
15407 by "complete set gnutarget". Remove expectation for the "core-file"
15408 command.
15409
db1ff28b
JK
154102015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15411
15412 Revert the previous commit:
15413 Tests for validate symbol file using build-id.
15414
0a94970d
JK
154152015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15416
15417 Tests for validate symbol file using build-id.
15418 * gdb.base/solib-mismatch-lib.c: New file.
15419 * gdb.base/solib-mismatch-libmod.c: New file.
15420 * gdb.base/solib-mismatch.c: New file.
15421 * gdb.base/solib-mismatch.exp: New file.
15422
03346981
SL
154232015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15424
15425 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15426 nios2-*-linux*.
15427 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15428 * gdb.base/siginfo.exp: Likewise.
15429 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15430
42422cc7
PL
154312015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15432
15433 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15434 Move it to ...
15435 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15436 ... here.
15437 * gdb.trace/range-stepping.exp: Check that the target supports
15438 range stepping.
15439
cfa68bae
JK
154402015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15441
15442 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15443
8ffdba26
PA
154442015-07-14 Pedro Alves <palves@redhat.com>
15445
15446 * gdb.base/killed-outside.exp: New file.
15447 * gdb.base/killed-outside.c: New file.
15448
218a5a11
JK
154492015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15450
15451 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15452 (n at main): New.
15453 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15454
e03ed3c6
AA
154552015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15456
15457 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15458 infcall tests instead of setting up for KFAIL.
15459
485668e5
MM
154602015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15461
15462 * gdb.btrace/record_goto-step.exp: New.
15463
08464196
JK
154642015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15465
15466 PR compile/18484
15467 * gdb.compile/compile.c (struct struct_type): Add volatile to
15468 selffield's type.
15469 * gdb.compile/compile.exp
15470 (compile code struct_object.selffield = &struct_object): Skip further
15471 struct_object tests if this one xfails.
15472
bcf5c1d9
RC
154732015-07-08 Robert O'Callahan <robert@ocallahan.org>
15474
15475 PR exp/18617
15476 * gdb.trace/ax.exp: Add test.
15477
4931af25
YQ
154782015-07-07 Yao Qi <yao.qi@linaro.org>
15479
15480 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15481 instead of istarget "aarch64*-*-*".
15482 * gdb.arch/aarch64-fp.exp: Likewise.
15483 * gdb.base/float.exp: Likewise.
15484 * gdb.reverse/aarch64.exp: Likewise.
15485 * lib/gdb.exp (is_aarch64_target): New proc.
15486
9fcf688e
YQ
154872015-07-07 Yao Qi <yao.qi@linaro.org>
15488
15489 * lib/gdb.exp (is_aarch32_target): New proc.
15490 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15491 instead of "istarget "arm*-*-*"".
15492 * gdb.arch/arm-disp-step.exp: Likewise.
15493 * gdb.arch/thumb-bx-pc.exp: Likewise.
15494 * gdb.arch/thumb-prologue.exp: Likewise.
15495 * gdb.arch/thumb-singlestep.exp: Likewise.
15496 * gdb.base/disp-step-syscall.exp: Likewise.
15497 * gdb.base/float.exp: Likewise.
15498
fbd8d50d
YQ
154992015-07-07 Yao Qi <yao.qi@linaro.org>
15500
15501 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15502 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15503
71be1fdc
YQ
155042015-07-07 Yao Qi <yao.qi@linaro.org>
15505
15506 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15507 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15508 if it exists.
15509 * gdb.multi/multi-arch.exp: Likewise.
15510
3e221d36
SM
155112015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15512
15513 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15514 print.
15515
d441430b
YQ
155162015-07-07 Yao Qi <yao.qi@linaro.org>
15517
15518 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15519
06f810bd
MG
155202015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15521
15522 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15523 '[' and ']' characters.
15524
5e61e7c0
IB
155252015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15526
15527 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15528
28bf096c
PA
155292015-06-29 Pedro Alves <palves@redhat.com>
15530
15531 PR threads/18127
15532 * gdb.threads/hand-call-new-thread.c: New file.
15533 * gdb.threads/hand-call-new-thread.c: New file.
15534
ee93cd5e
KS
155352015-06-26 Keith Seitz <keiths@redhat.com>
15536 Doug Evans <dje@google.com>
15537
15538 PR 16253
15539 * gdb.cp/var-tag-2.cc: New file.
15540 * gdb.cp/var-tag-3.cc: New file.
15541 * gdb.cp/var-tag-4.cc: New file.
15542 * gdb.cp/var-tag.cc: New file.
15543 * gdb.cp/var-tag.exp: New file.
15544
fc637f04
PP
155452015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15546
15547 * gdb.base/history-duplicates.exp: New test.
15548
2e52ae68
PP
155492015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15550
15551 * gdb.base/completion.exp: Test the completion of the "focus"
15552 command.
15553
6e22494e
JK
155542015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15555
15556 * gdb.arch/amd64-prologue-skip.S: New file.
15557 * gdb.arch/amd64-prologue-skip.exp: New file.
15558
bf7b9cd9
SM
155592015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15560
15561 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15562 is_address_zero_readable check.
15563
201e8dfd
PB
155642015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15565
15566 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15567 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15568
5cd867b4
YQ
155692015-06-24 Yao Qi <yao.qi@linaro.org>
15570
15571 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15572 linux targets.
15573
4d7be007
YQ
155742015-06-24 Yao Qi <yao.qi@linaro.org>
15575
15576 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15577 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15578 * gdb.base/siginfo-thread.exp: Likewise.
15579
07fcd301
YQ
155802015-06-22 Yao Qi <yao.qi@linaro.org>
15581
15582 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15583
52042a00
YQ
155842015-06-22 Yao Qi <yao.qi@linaro.org>
15585
15586 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15587 aarch64*-*-*.
15588 (skip_hw_watchpoint_tests): Likewise.
15589
74bd41ce
PP
155902015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15591
15592 * gdb.base/gdbinit-history.exp: Test the interaction between
15593 setting GDBHISTSIZE and setting the history size via .gdbinit.
15594
bc460514
PP
155952015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15596
15597 PR gdb/16999
15598 * gdb.base/gdbhistsize-history.exp: New test.
15599
b58c513b
PP
156002015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15601
15602 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15603 with GDBHISTSIZE.
15604 * gdb.base/readline.exp: Likewise.
15605
92046791
YQ
156062015-06-17 Yao Qi <yao.qi@linaro.org>
15607
15608 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15609 line.
15610
2093d2d3
PP
156112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15612
15613 * gdb.base/gdbinit-history.exp: Add test case to check that
15614 an unlimited history file does not get truncated on exit.
15615
e6c693af
AA
156162015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15617
15618 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15619 (VECTOR): New macro. Use it...
15620 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15621 ...for these typedefs.
15622 (int8, char1, int1, double1): New typedefs.
15623 (struct just_int2, struct two_int2): New structures.
15624 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15625 (add_structvecs, add_singlevecs): New functions.
15626 (main): Call add_some_intvecs twice.
15627 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15628 the compile and exit upon failure. Try compiling for the "native"
15629 architecture. Test inferior function calls with vector arguments
15630 and vector return value handling with "finish" and "return".
15631
c74f7d1c
JT
156322015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15633
15634 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15635 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15636 PE file.
15637 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15638
98aa42ee
AT
156392015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15640
15641 PR breakpoints/16465
15642 * gdb.mi/mi-dprintf-pending.c: New file.
15643 * gdb.mi/mi-dprintf-pending.exp: New test.
15644 * gdb.mi/mi-dprintf-pendshr.c: New file.
15645
7d73c23c 156462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15647 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15648
15649 * gdb.arch/i386-mpx-map.c: New file.
15650 * gdb.arch/i386-mpx-map.exp: New File.
15651
156522015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15653
15654 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15655 * gdb.arch/i386-mpx.exp: Indentation fixed.
15656
156572015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15658
15659 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15660 function and improved indentation.
15661 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15662 gdb_test_multiple. Added additional tests to skip the test.
15663
156642015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15665
15666 * gdb.arch/i386-avx512.c: Change path in include file.
15667 * gdb.arch/i386-avx512.exp: Change include dir path
15668 compilation flag.
15669 * gdb.arch/i386-mpx.c: Change path in include file.
15670 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15671 flag.
15672
d5eba19a
JK
156732015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15674
15675 * gdb.compile/compile-print.exp (compile print *vararray@3)
15676 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15677
7f361056
JK
156782015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15679
15680 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15681 (do not keep jit in memory): ... this.
15682 (expect 5): Change it to ...
15683 (expect no 5): ... this.
15684
3b462ec2
SM
156852015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15686
15687 PR gdb/15564
15688 * gdb.mi/mi-detach.exp: New file.
15689
e0619de6
JK
156902015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15691
15692 PR symtab/18392
15693 * gdb.arch/amd64-tailcall-self.S: New file.
15694 * gdb.arch/amd64-tailcall-self.c: New file.
15695 * gdb.arch/amd64-tailcall-self.exp: New file.
15696
e970cb34
DB
156972015-05-28 Don Breazeal <donb@codesourcery.com>
15698
15699 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15700 tests for remote targets by checking is_target_gdbserver.
15701
b2e2f908
DE
157022015-05-27 Doug Evans <dje@google.com>
15703
15704 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15705 * gdb.dwarf2/opaque-type-lookup.c: New file.
15706 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15707
82c7be31
DE
157082015-05-26 Doug Evans <dje@google.com>
15709
15710 * gdb.cp/iostream.cc: New file.
15711 * gdb.cp/iostream.exp: New file.
15712
b4f54984
DE
157132015-05-26 Doug Evans <dje@google.com>
15714
15715 * gdb.dwarf2/dw2-op-call.exp: Update.
15716 * gdb.dwarf2/dw4-sig-types.exp: Update.
15717 * gdb.dwarf2/implptr.exp: Update.
15718 * gdb.mi/mi-cmd-param-changed.exp: Update.
15719
4ea6efe9
DE
157202015-05-26 Doug Evans <dje@google.com>
15721
15722 * gdb.python/py-lazy-string.c: New file.
15723 * gdb.python/py-lazy-string.exp: New file.
15724 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15725 (main): Update. Add estring3.
15726 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15727 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15728
f6bb7db3
YQ
157292015-05-26 Omair Javaid <omair.javaid@linaro.org>
15730 Yao Qi <yao.qi@linaro.org>
15731
15732 * gdb.reverse/aarch64.c: New.
15733 * gdb.reverse/aarch64.exp: New.
15734
a81bfbd0
OJ
157352015-05-26 Omair Javaid <omair.javaid@linaro.org>
15736
25d49b86
PA
15737 * lib/gdb.exp (supports_process_record): Return true for
15738 aarch64*-linux*.
a81bfbd0
OJ
15739 (supports_reverse): Likewise.
15740
158bf1b4
PP
157412015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15742
15743 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15744 Use with_test_prefix.
15745
a0145030
AB
157462015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15747
15748 * gdb.base/completion.exp: Add test for completion of layout
15749 names.
15750
ebe3b578
AB
157512015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15752
15753 * lib/gdb.exp (skip_tui_tests): New proc.
15754 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15755
84204ed7
PA
157562015-05-19 Pedro Alves <palves@redhat.com>
15757
15758 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15759 Save the whole env array instead of just HOME. Unset HISTSIZE in
15760 the environment while testing. Restore whole environment
15761 afterwards.
15762
37442ce1
DE
157632015-05-16 Doug Evans <xdje42@gmail.com>
15764
15765 * gdb.guile/scm-ports.c: New file.
15766 * gdb.guile/scm-ports.exp: Add memory port tests.
15767
36de76f9
JK
157682015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15769
15770 * gdb.compile/compile-print.c: New file.
15771 * gdb.compile/compile-print.exp: New file.
15772
3a9558c4
JK
157732015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15774
15775 * gdb.compile/compile-ops.exp: Cast param to void.
15776 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15777 (compile code struct_object.selffield = &struct_object): Add xfail.
15778
aa715135
JG
157792015-05-15 Joel Brobecker <brobecker@adacore.com>
15780
15781 * gdb.ada/arr_enum_with_gap: New testcase.
15782
931e5bc3
JG
157832015-05-15 Joel Brobecker <brobecker@adacore.com>
15784
15785 * gdb.ada/byte_packed_arr: New testcase.
15786
9cd4d857
JB
157872015-05-15 Joel Brobecker <brobecker@adacore.com>
15788
15789 * gdb.ada/pckd_neg: New testcase.
15790
ebfd00d2
PP
157912015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15792
15793 PR gdb/17820
15794 * gdb.base/gdbinit-history.exp: New test.
15795 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15796 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15797
4c082a81
SC
157982015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15799
15800 * gdb.python/py-xmethods.cc: Enhance test case.
15801 * gdb.python/py-xmethods.exp: New tests.
15802 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15803 function.
15804 (B_indexoper): Likewise.
15805 (global_dm_list) : Add new xmethod worker functions.
15806
f7797074
SDJ
158072015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15808
15809 * gdb.base/coredump-filter.exp: Correctly unset
15810 "coredump_var_addr" array.
15811
a4674e4e
PA
158122015-05-08 Pedro Alves <palves@redhat.com>
15813
15814 * gdb.server/non-existing-program.exp: Unset spawn_id.
15815
df2eb078
SC
158162015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15817
15818 PR python/18291
15819 * gdb.python/py-xmethods.exp: Add tests.
15820
422349a3
YQ
158212015-05-08 Yao Qi <yao.qi@linaro.org>
15822
15823 PR gdb/18208
15824 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15825 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15826 function set_coredump_filter, and remove remote_exec call.
15827 Remove argument ipid. Callers update.
15828 (top level): Don't get inferior's PID.
15829
63fc80ce
AA
158302015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15831
15832 * gdb.base/watch_thread_num.exp: Skip test on targets without
15833 access watchpoints.
15834
80ad801e
PA
158352015-05-06 Pedro Alves <palves@redhat.com>
15836
15837 PR server/18081
15838 * gdb.server/non-existing-program.exp: New file.
15839
0fa7fe50
JB
158402015-05-05 Joel Brobecker <brobecker@adacore.com>
15841
15842 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15843
3ea89b92
PMR
158442015-05-05 Joel Brobecker <brobecker@adacore.com>
15845
15846 * gdb.ada/out_of_line_in_inlined: New testcase.
15847
87b8eff0
JB
158482015-05-05 Joel Brobecker <brobecker@adacore.com>
15849
15850 * gdb.ada/var_rec_arr: New testcase.
15851
5fccc635
YQ
158522015-04-30 Yao Qi <yao.qi@linaro.org>
15853
15854 * gdb.base/break-idempotent.exp: If
15855 skip_hw_watchpoint_multi_tests returns true, skip the tests
15856 on "rwatch" and "awatch".
15857
42d38f42
YQ
158582015-04-30 Yao Qi <yao.qi@linaro.org>
15859
15860 * gdb.base/relativedebug.exp: Invoke gdb command
15861 "info sharedlibrary", and if libc.so doesn't have debug info,
15862 skip the test.
15863
2ce1cdbf
DE
158642015-04-29 Doug Evans <dje@google.com>
15865
15866 * gdb.python/py-xmethods.exp: Add ptype tests.
15867 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15868 get_result_type method.
15869
f24a38c5
LM
158702015-04-29 Luis Machado <lgustavo@codesourcery.com>
15871
15872 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15873 the target does not support hardware watchpoints.
15874
ecbf2b3c
LM
158752015-04-29 Luis Machado <lgustavo@codesourcery.com>
15876
15877 * gdb.base/break-always.exp: Abort testing if writing to memory
15878 causes an error.
15879
34f5f757
DE
158802015-04-28 Doug Evans <dje@google.com>
15881
15882 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15883 * gdb.python/py-pp-registration.exp: ... here. New file.
15884 * gdb.python/py-pp-registration.c: New file.
15885 * gdb.python/py-pp-registration.py: New file.
15886
69b4374a
DE
158872015-04-28 Doug Evans <dje@google.com>
15888
15889 * gdb.python/py-bad-printers.c: New file.
15890 * gdb.python/py-bad-printers.py: New file.
15891 * gdb.python/py-bad-printers.exp: New file.
15892
59fb7612
SS
158932015-04-28 Sasha Smundak <asmundak@google.com>
15894
15895 * gdb.python/py-type.exp: New test.
15896
2631b16a
AW
158972015-04-28 Andy Wingo <wingo@igalia.com>
15898
15899 * gdb.python/py-parameter.exp:
15900 * gdb.guile/scm-parameter.exp: Escape the path that we are
15901 matching against, as it might contain characters that are special
15902 to regular expressions.
15903
460efde1
JB
159042015-04-27 Joel Brobecker <brobecker@adacore.com>
15905
15906 * gdb.ada/rec_comp: New testcase.
15907
2d369d8e
SDJ
159082015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15909
15910 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15911 before using it.
15912
cf75d6c3
AB
159132015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15914
15915 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15916 new tests for verilog output.
15917
8dbe7ca5
YQ
159182015-04-24 Yao Qi <yao.qi@linaro.org>
15919
15920 * boards/remote-gdbserver-on-localhost.exp: New file.
15921
4ef9fb2f
PA
159222015-04-23 Pedro Alves <palves@redhat.com>
15923
15924 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15925 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15926 "end of file", remove $inferior_spawn_id from the indirect list.
15927
0a803169
PA
159282015-04-23 Pedro Alves <palves@redhat.com>
15929
15930 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15931
749ef8f8
PA
159322015-04-23 Pedro Alves <palves@redhat.com>
15933
15934 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15935 on $any_spawn_id instead of only on $gdb_spawn_id.
15936
8aae4344
PM
159372015-04-21 Pierre Muller <muller@sourceware.org>
15938
15939 PR pascal/17815
15940 * lib/pascal.exp (gpc_compile): Add new option "class".
15941 (fpc_compile): Likewise.
15942 * gdb.pascal/case-insensitive-symbols.pas: New file.
15943 * gdb.pascal/case-insensitive-symbols.exp: New file.
15944
1586c8fb
GB
159452015-04-20 Gary Benson <gbenson@redhat.com>
15946
15947 * gdb.base/attach.exp: Fix three extended remote failures.
15948
1b6e6f5c
GB
159492015-04-17 Gary Benson <gbenson@redhat.com>
15950
15951 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15952 the main executable over the remote protocol.
15953
e797481d
PA
159542015-04-16 Pedro Alves <palves@redhat.com>
15955
15956 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15957 a new gdbserver if gdbserver_reconnect_p is set.
15958
1ca99c42
PA
159592015-04-16 Pedro Alves <palves@redhat.com>
15960
15961 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15962 is set, don't exit gdbserver.
15963
af9fd6f8
AA
159642015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15965
15966 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15967 appropriate .insn, such that an older assembler can be used.
15968 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15969 the z/Architecture instruction set on 31-bit targets as well.
15970
04ff1e61
AA
159712015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15972
15973 * gdb.go/handcall.exp: Remove all logic related to the first
15974 breakpoint and rely on go_runto_main instead.
15975 * gdb.go/strings.exp: Likewise.
15976 * gdb.go/unsafe.exp: Likewise.
15977 * gdb.go/hello.exp: Likewise. Also rename the remaining
15978 breakpoint marker to "breakpoint 1".
15979 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15980 * gdb.go/strings.go: Likewise.
15981 * gdb.go/unsafe.go: Likewise.
15982 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15983 "set breakpoint 2 here" and rename the remaining breakpoint marker
15984 to "breakpoint 1".
15985
40d2f8d6
SM
159862015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15987
15988 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15989 if itertools.imap is not present.
15990 * gdb.python/py-objfile.exp: Add parentheses.
15991 * gdb.python/py-type.exp: Same.
15992 * gdb.python/py-unwind-maint.py: Same.
15993
8cbc97c6
YQ
159942015-04-15 Yao Qi <yao.qi@linaro.org>
15995
15996 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15997 of ":$ptr_size" and set its form explicitly.
15998
45fd756c
YQ
159992015-04-15 Pedro Alves <palves@redhat.com>
16000 Yao Qi <yao.qi@linaro.org>
16001
16002 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16003 timeout by factor of 4.
16004 (test_regular_watch): Likewise.
16005 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16006 * gdb.reverse/sigall-reverse.exp: Likewise.
16007 * gdb.reverse/until-precsave.exp: Likewise.
16008 * lib/gdb.exp (with_timeout_factor): New proc.
16009 (gdb_expect): Move some code to ...
16010 (get_largest_timeout): ... here. New procedure.
16011
9e811bc3
LM
160122015-04-14 Luis Machado <lgustavo@codesourcery.com>
16013
16014 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16015
0ff6fcb2
LM
160162015-04-13 Luis Machado <lgustavo@codesourcery.com>
16017
16018 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16019 to write to the .text section.
16020
7578d5f7
LM
160212015-04-13 Luis Machado <lgustavo@codesourcery.com>
16022
16023 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16024 Handle the case of targets that do not provide PID information.
16025
2efe15c4
YQ
160262015-04-13 Yao Qi <yao.qi@linaro.org>
16027
16028 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16029 and use expect instead of gdb_expect.
16030
8cd8f2f8
SDJ
160312015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16032
16033 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16034 "coredump_var_addr" to avoid naming conflict with other testcases.
16035
9ee41772
PA
160362015-04-10 Pedro Alves <palves@redhat.com>
16037
16038 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16039 gdb_test_sequence and gdb_assert.
16040
07473109
PA
160412015-04-10 Pedro Alves <palves@redhat.com>
16042
16043 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16044 test messages that don't include the breakpoint address.
16045
de3db44c
YQ
160462015-04-10 Yao Qi <yao.qi@linaro.org>
16047
16048 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16049 false for some offset and width combinations which aren't
16050 supported by linux kernel.
16051
c79d856c
PA
160522015-04-10 Pedro Alves <palves@redhat.com>
16053
16054 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16055 procedure, factored out from ...
16056 (top level): ... here. Add "set displaced-stepping" testing axis.
16057 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16058 parameter "displaced". Use it.
16059 (top level): Use foreach and add "set displaced-stepping" testing
16060 axis.
16061
ebc90b50
PA
160622015-04-10 Pedro Alves <palves@redhat.com>
16063
16064 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16065 Remove comment.
16066 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16067 both the address of the instruction that triggers the watchpoint
16068 and the address of the instruction immediately after, and use
16069 those addresses for the test. Fix comment.
16070
8f572e5c
PA
160712015-04-10 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.base/sigstep.exp (breakpoint_to_handler)
16074 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16075 Test "backtrace" in handler.
16076 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16077 (top level): Add new "displaced" test axis to
16078 breakpoint_to_handler, breakpoint_to_handler_entry and
16079 breakpoint_over_handler.
16080
8d707a12
PA
160812015-04-10 Pedro Alves <palves@redhat.com>
16082
16083 PR gdb/18216
16084 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16085
ef713951
YQ
160862015-04-10 Yao Qi <yao.qi@linaro.org>
16087
16088 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16089 (test_add_rn_pc): New function.
16090 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16091 (top level): Invoke test_add_rn_pc.
16092
906d60cf
PA
160932015-04-10 Pedro Alves <palves@redhat.com>
16094
16095 PR gdb/13858
16096 * gdb.base/step-over-no-symbols.exp: New file.
16097
f2983cc3
AW
160982015-04-09 Andy Wingo <wingo@igalia.com>
16099
16100 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16101 after the Python tests.
16102
6d62641c
SDJ
161032015-04-08 Keith Seitz <keiths@redhat.com>
16104
16105 PR python/16699
16106 * gdb.python/py-completion.exp: New tests for completion.
16107 * gdb.python/py-completion.py (CompleteLimit1): New class.
16108 (CompleteLimit2): Likewise.
16109 (CompleteLimit3): Likewise.
16110 (CompleteLimit4): Likewise.
16111 (CompleteLimit5): Likewise.
16112 (CompleteLimit6): Likewise.
16113 (CompleteLimit7): Likewise.
16114
f3770638
PA
161152015-04-08 Pedro Alves <palves@redhat.com>
16116
16117 PR gdb/18214
16118 PR gdb/18216
16119 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16120 function.
16121 (main): Install it as SIGUSR1 handler.
16122 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16123 parameter. Always use "setup" as prefix. Toggle "set
16124 displaced-stepping" off/on depending on global. Don't switch to
16125 thread 1 here.
16126 (top level): Add displaced stepping "off/on" test axis. Update
16127 "setup" calls. Wrap each subtest with with_test_prefix. Test
16128 continuing with a queued signal in each thread.
16129
4496bed7
PA
161302015-04-08 Pedro Alves <palves@redhat.com>
16131
16132 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16133 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16134 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16135 Return early if running to main fails.
16136 * gdb.trace/while-stepping.exp: Likewise.
16137
b97fde92
PA
161382015-04-07 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16141 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16142 interact with inferior program.
16143
f71c18e7
PA
161442015-04-07 Pedro Alves <palves@redhat.com>
16145
16146 * lib/gdb.exp (inferior_spawn_id): New global.
16147 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16148 spawn id after processing the user code.
16149 (default_gdb_start): Set inferior_spawn_id.
16150 (send_inferior): New procedure.
16151 * lib/gdbserver-support.exp (gdbserver_start): Set
16152 inferior_spawn_id.
16153 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16154
6423214f
PA
161552015-04-07 Pedro Alves <palves@redhat.com>
16156
16157 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16158 * lib/gdbserver-support.exp (gdbserver_start): Make
16159 $server_spawn_id global.
16160 (gdbserver_start): Don't wait for gdbserver's spawn id with
16161 expect_background.
16162 (close_gdbserver): New procedure.
16163 (gdb_exit): Rename the default version and reimplement.
16164
71c0ee8c
PA
161652015-04-07 Pedro Alves <palves@redhat.com>
16166
72f4393d 16167 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16168 append the substituted item, not the original item.
16169
203bc29b
PA
161702015-04-07 Pedro Alves <palves@redhat.com>
16171
16172 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16173 gdb_expect.
16174
508a3ddf
PA
161752015-04-07 Pedro Alves <palves@redhat.com>
16176
16177 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16178 output appearing once only.
16179
9f6dbe2b
PA
161802015-04-07 Pedro Alves <palves@redhat.com>
16181
16182 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16183 that doesn't expect anything. Return early if running to main
16184 fails.
16185
337532fa
YQ
161862015-04-07 Yao Qi <yao.qi@linaro.org>
16187
16188 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16189 (child_function): Call alarm.
16190 (main): Move call to alarm into the loop.
16191 * gdb.threads/non-stop-fair-events.exp: Build program with
16192 -DTIMEOUT=$timeout.
16193
01b622d4
DE
161942015-04-06 Doug Evans <xdje42@gmail.com>
16195
16196 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16197 Fix dest parameter to board_info.
16198 (fpc_compile): Ditto.
16199 (gdb_compile_pascal): Rename dest arg to destfile.
16200
961f4160
PMR
162012015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16202
16203 * gdb.ada/funcall_ref.exp: New file.
16204 * gdb.ada/funcall_ref/foo.adb: New file.
16205
cafda597
YQ
162062015-04-02 Yao Qi <yao.qi@linaro.org>
16207
16208 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16209 is remote.
16210
fed040c6
GB
162112015-04-02 Gary Benson <gbenson@redhat.com>
16212
16213 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16214
d11916aa
SS
162152015-04-01 Sasha Smundak <asmundak@google.com>
16216
16217 * gdb.python/py-unwind-maint.c: New file.
16218 * gdb.python/py-unwind-maint.exp: New test.
16219 * gdb.python/py-unwind-maint.py: New file.
16220 * gdb.python/py-unwind.c: New file.
16221 * gdb.python/py-unwind.exp: New test.
16222 * gdb.python/py-unwind.py: New test.
16223
a1471180
PA
162242015-04-01 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16227 to fail instead of non-existent $test.
16228
0bbeccb1
PA
162292015-04-01 Pedro Alves <palves@redhat.com>
16230
16231 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16232 GDBFLAGS if not empty.
16233
3c724c8c
PMR
162342015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16235
16236 * gdb.ada/complete.exp: Remove "multi_line".
16237 * gdb.ada/info_exc.exp: Remove "multi_line".
16238 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16239 * gdb.ada/ptype_field.exp: Remove "multi_line".
16240 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16241 * gdb.ada/tagged.exp: Remove "multi_line".
16242 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16243 [multi_line ...]
16244 * gdb.btrace/delta.exp: Likewise.
16245 * gdb.btrace/exception.exp: Likewise.
16246 * gdb.btrace/function_call_history.exp: Likewise.
16247 * gdb.btrace/instruction_history.exp: Likewise.
16248 * gdb.btrace/nohist.exp: Likewise.
16249 * gdb.btrace/record_goto.exp: Likewise.
16250 * gdb.btrace/segv.exp: Likewise.
16251 * gdb.btrace/stepi.exp: Likewise.
16252 * gdb.btrace/tailcall.exp: Likewise.
16253 * gdb.btrace/unknown_functions.exp: Likewise.
16254 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16255 * lib/gdb.exp: Add the "multi_line" helper.
16256
4eec2deb
PA
162572015-04-01 Pedro Alves <palves@redhat.com>
16258
16259 * gdb.threads/tid-reuse.c: New file.
16260 * gdb.threads/tid-reuse.exp: New file.
16261
df8411da
SDJ
162622015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16263
16264 PR corefiles/16092
16265 * gdb.base/coredump-filter.c: New file.
16266 * gdb.base/coredump-filter.exp: Likewise.
16267
6ef37366
PM
162682015-03-27 Petr Machata <pmachata@redhat.com>
16269
16270 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16271 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16272 (Dwarf::assemble): Initialize them.
16273 (Dwarf::lines): New function.
16274
7ec911b0
JT
162752015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16276
16277 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16278 SYMBOL_PREFIX for x86_64-*-cygwin.
16279
ff908ebf
AW
162802015-03-26 Andy Wingo <wingo@igalia.com>
16281
16282 PR symtab/18148
16283 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16284 const_value but not a location.
16285 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16286 location defined in non-main CUs are visible.
16287
6d5f0679
YQ
162882015-03-26 Yao Qi <yao.qi@linaro.org>
16289
16290 PR testsuite/18139
16291 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16292 Add a line number entry for the same line.
16293 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16294 Add a line number entry for the same line.
16295
2898689b
YQ
162962015-03-26 Yao Qi <yao.qi@linaro.org>
16297
16298 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16299 .int 0.
16300 (func): Likewise. Add .Lfunc_1 label.
16301 Use .Lfunc_1 label.
16302 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16303 .int 0.
16304 (func): Likewise.
16305 Use .Lfunc_1 label.
16306
85180498
YQ
163072015-03-26 Yao Qi <yao.qi@linaro.org>
16308
16309 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16310 Call gdb_compile instead to compile each .s files without debug
16311 information.
16312
8aa08a8d
YQ
163132015-03-26 Yao Qi <yao.qi@linaro.org>
16314
16315 * gdb.base/savedregs.exp (process_saved_regs): Make
16316 "Saved registers:" optional in the pattern.
16317
66849923
MM
163182015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16319
16320 * gdb.btrace/next.exp: Merged into step.exp.
16321 * gdb.btrace/finish.exp: Merged into step.exp.
16322 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16323 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16324 "record goto" and checking the exact replay position.
16325 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16326 check for "Recording format" in "info record" output.
16327 * gdb.btrace/record_goto.exp: Choose test file based on target.
16328 * gdb.btrace/x86-record_goto.S: Renamed into ...
16329 * gdb.btrace/x86_64-record_goto.S: ... this.
16330 * gdb.btrace/i686-record_goto.S: New.
16331 * gdb.btrace/x86-tailcall.S: Renamed into ...
16332 * gdb.btrace/x86_64-tailcall.S: ... this.
16333 * gdb.btrace/i686-tailcall.S: New.
16334 * gdb.btrace/x86-tailcall.c: Renamed into ...
16335 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16336 separate statements. Update test.
16337 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16338 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16339 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16340 * gdb.btrace/tailcall.exp: Choose test file based on target.
16341 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16342
11cc1b74
MM
163432015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16344
16345 * gdb.btrace/exception.exp: Increase BTS buffer size.
16346
a25d8bf9
PA
163472015-03-24 Pedro Alves <palves@redhat.com>
16348
16349 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16350
856e7dd6
PA
163512015-03-24 Pedro Alves <palves@redhat.com>
16352
16353 * gdb.threads/schedlock.exp (test_step): No longer expect that
16354 "set scheduler-locking step" with "next" over a function call runs
16355 threads unlocked.
16356
ad235a41
AT
163572015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16358
16359 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16360
15630549
AT
163612015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16362
16363 PR breakpoints/16466
16364 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16365 * gdb.mi/mi-pending.c (thread_func): New function.
16366 (int main): Add threading support required.
16367 * gdb.mi/mi-pending.exp: Add tests for this issue.
16368 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16369 (pendfunc2): Remove stdio dependency.
16370 * gdb.mi/mi-pendshr2.c: New file.
16371
693dca06
KS
163722015-03-23 Keith Seitz <keiths@redhat.com>
16373
16374 * gdb.linespec/keywords.c: New file.
16375 * gdb.linespec/keywords.exp: New file.
16376
7e993ebf
KS
163772015-03-23 Keith Seitz <keiths@redhat.com>
16378
16379 PR gdb/18021
16380 * gdb.dwarf2/staticvirtual.exp: New test.
16381
bc23328c
JK
163822015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16383
16384 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16385 * README: Remove HP-UX and gdb.hp.
16386 (configuration):
16387 * configure: Regenerate.
16388 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16389 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16390 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16391 gdb.hp/gdb.defects/Makefile.
16392 * gdb.hp/Makefile.in: File deleted.
16393 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16394 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16395 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16396 * gdb.hp/gdb.aCC/run.c: File deleted.
16397 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16398 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16399 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16400 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16401 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16402 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16403 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16404 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16405 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16406 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16407 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16408 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16409 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16410 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16411 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16412 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16413 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16414 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16415 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16416 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16417 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16418 * gdb.hp/gdb.compat/average.c: File deleted.
16419 * gdb.hp/gdb.compat/sum.c: File deleted.
16420 * gdb.hp/gdb.compat/xdb.c: File deleted.
16421 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16422 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16423 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16424 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16425 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16426 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16427 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16428 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16429 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16430 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16431 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16432 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16433 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16434 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16435 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16436 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16437 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16438 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16439 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16440 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16441 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16442 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16443 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16444 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16445 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16446 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16447 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16448 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16449 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16450 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16451 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16452 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16453 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16454 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16455 * gdb.hp/tools/odump: File deleted.
16456
8bf3b159
PA
164572015-03-19 Pedro Alves <palves@redhat.com>
16458
16459 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16460 (saw_thread_3): New globals.
16461 (top level): Increment them when an event for the corresponding
16462 thread is seen.
16463 (no thread starvation): New test.
16464
eb54c8bf
PA
164652015-03-19 Pedro Alves <palves@redhat.com>
16466
16467 * gdb.threads/continue-pending-status.c: New file.
16468 * gdb.threads/continue-pending-status.exp: New file.
16469
32d2e5d6
PA
164702015-03-18 Pedro Alves <palves@redhat.com>
16471
16472 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16473 Use gdb_is_target_remote instead of is_remote. Use
16474 gdb_test_multiple instead of gdb_expect. Exit early if
16475 gdb_test_multiple hits its internal matches. Tighten stepi tests
16476 expected output. Fail on exit with any signal, instead of just
16477 SIGILL.
16478
f68f11b7
YQ
164792015-03-18 Yao Qi <yao.qi@linaro.org>
16480
16481 PR tdep/18107
16482 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16483 variable.
16484 * gdb.base/catch-syscall.exp: Don't skip it on
16485 aarch64*-*-linux* target. Remove elements in all_syscalls.
16486 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16487 target.
16488 (setup_all_syscalls): New proc.
16489
ca5fd19b
YQ
164902015-03-16 Yao Qi <yao.qi@linaro.org>
16491
16492 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16493 (top level): Skip tests if valid_addr_p returns false for
16494 $cmd1 or $cmd2.
16495
85642ba0
AW
164962015-03-11 Andy Wingo <wingo@igalia.com>
16497
16498 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16499
e03f9645
YQ
165002015-03-11 Yao Qi <yao.qi@linaro.org>
16501
16502 * gdb.base/catch-syscall.exp: Fix typo in comments.
16503
5d0962b2
YQ
165042015-03-11 Yao Qi <yao.qi@linaro.org>
16505
16506 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16507
b2df3cef
PA
165082015-03-09 Pedro Alves <palves@redhat.com>
16509
16510 * dg-extract-results.py: Delete.
16511
ef878e53
PA
165122015-03-09 Pedro Alves <palves@redhat.com>
16513
16514 Merge dg-extract-results.sh from GCC upstream (r218843).
16515
16516 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16517 * dg-extract-results.sh: Use --text with grep to avoid issues with
16518 binary files. Fall back to cat -v, if that doesn't work.
16519
9494d219
PA
165202015-03-05 Pedro Alves <palves@redhat.com>
16521
16522 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16523
a8d9763a
SM
165242015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16525
16526 * lib/mi-support.exp (mi_expect_interrupt): Accept
16527 alternative event for when in all-stop mode.
16528
be9957b8
PA
165292015-03-04 Pedro Alves <palves@redhat.com>
16530
16531 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16532
d57be0f4 165332015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16534
16535 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16536
c214c7cf
AA
165372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16538
16539 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16540 regexps for GDB's current line display, accept a hex address
16541 preceding the line number.
16542
6d74a497
AA
165432015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16544
16545 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16546 the 'arch1' variable for "s390*-linux*" targets.
16547
511aee7c
PA
165482015-03-04 Pedro Alves <palves@redhat.com>
16549
16550 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16551 (main): Pass missing retval argument to pthread_join call.
16552
95e50b27
PA
165532015-03-02 Pedro Alves <palves@redhat.com>
16554
16555 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16556 (top level): Call do_test with non-stop as well.
16557
28054d69
PA
165582015-03-02 Pedro Alves <palves@redhat.com>
16559
16560 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16561 -1.
16562
4fa5d7b4
AA
165632015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16564
16565 * gdb.arch/s390-vregs.exp: New test.
16566 * gdb.arch/s390-vregs.S: New file.
16567
97c18565
PA
165682015-02-27 Pedro Alves <palves@redhat.com>
16569
16570 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16571 call to catch_command_errors.
16572 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16573 catch_command_errors.
16574
a37bfa30
PA
165752015-02-27 Pedro Alves <palves@redhat.com>
16576
16577 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16578 "true" for boolean result.
16579 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16580 prototype of main.
16581
6f98576f
PA
165822015-02-27 Pedro Alves <palves@redhat.com>
16583
16584 * lib/unbuffer_output.c: New file.
16585 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16586 (main): Call gdb_unbuffer_output.
16587
eba5ab56
YQ
165882015-02-27 Yao Qi <yao.qi@linaro.org>
16589
16590 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16591 target.
16592
0def5aaa
DE
165932015-02-26 Doug Evans <dje@google.com>
16594
16595 * gdb.cp/class2.cc (Dbase, D): New classes.
16596 (main): New local delta.
16597 * gdb.cp/class2.exp: Test printing delta.
16598 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16599 (dynbar): New global.
16600 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16601
081a1c2c
JK
166022015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16603
16604 * gdb.compile/compile-ifunc.c: New file.
16605 * gdb.compile/compile-ifunc.exp: New file.
16606
2f41223f
AT
166072015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16608
16609 * gdb.base/structs.exp: Check for correct struct on finish.
16610
03eddd80
YQ
166112015-02-26 Yao Qi <yao.qi@linaro.org>
16612
16613 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16614 is zero.
16615
80c57053
JK
166162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16617
16618 * gdb.arch/cordic.ko.bz2: New file.
16619 * gdb.arch/cordic.ko.debug.bz2: New file.
16620 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16621
21613c12
YQ
166222015-02-25 Yao Qi <yao.qi@linaro.org>
16623
16624 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16625 aarch64*-*-* target.
16626
d8b901ed
PA
166272015-02-23 Pedro Alves <palves@redhat.com>
16628
16629 * lib/gdb.exp (delete_breakpoints): Rewrite using
16630 gdb_test_multiple.
16631
e5b85ead
PA
166322015-02-23 Pedro Alves <palves@redhat.com>
16633
16634 * gdb.base/info-os.c: Include stdlib.h.
16635
85c3a371
DE
166362015-02-22 Doug Evans <xdje42@gmail.com>
16637
16638 PR symtab/17855
16639 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16640 is read after symbols have been re-read.
16641 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16642 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16643
96553a0c
DE
166442015-02-21 Doug Evans <dje@google.com>
16645
16646 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16647
97a0c697
JK
166482015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16649
16650 PR corefiles/17808
16651 * gdb.arch/i386-biarch-core.core.bz2: New file.
16652 * gdb.arch/i386-biarch-core.exp: New file.
16653
a47cd6e9
PA
166542015-02-21 Pedro Alves <palves@redhat.com>
16655
16656 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16657 runto_main fails.
16658
c5facdc4
PA
166592015-02-20 Pedro Alves <palves@redhat.com>
16660
16661 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16662 info probes.
16663
2db9a427
PA
166642015-02-20 Pedro Alves <palves@redhat.com>
16665
16666 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16667
60fb7e9e
PA
166682015-02-20 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16671 clean_restart before gdb_target_supports_trace.
16672
5c5019c2
PA
166732015-02-20 Pedro Alves <palves@redhat.com>
16674
16675 PR threads/18006
16676 * gdb.threads/clone-thread_db.c: New file.
16677 * gdb.threads/clone-thread_db.exp: New file.
16678
c9587f88
AT
166792015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16680
16681 PR breakpoints/16812
16682 * gdb.base/catch-gdb-caused-signals.c: New file.
16683 * gdb.base/catch-gdb-caused-signals.exp: New file.
16684
f6a88844
JM
166852015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16686
16687 * configure: Regenerated.
16688 * configure.ac: Use GDB_AC_TRANSFORM.
16689 * aclocal.m4: sinclude ../transform.m4.
16690
497c491b
JM
166912015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16692
16693 * lib/dtrace.exp: New file.
16694 * gdb.base/dtrace-probe.exp: Likewise.
16695 * gdb.base/dtrace-probe.d: Likewise.
16696 * gdb.base/dtrace-probe.c: Likewise.
16697 * lib/pdtrace.in: Likewise.
16698 * configure.ac: Output variables with the transformed names of
16699 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16700 * configure: Regenerated.
16701
03e98035
JM
167022015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16703
16704 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16705 expected message when trying to access $_probe_* convenience
16706 variables while not on a probe.
16707
63cc30e9
JK
167082015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16709
16710 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16711
0703599a
PA
167122015-02-11 Pedro Alves <pedro@codesourcery.com>
16713
16714 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16715 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16716
7e60a48e
DE
167172015-02-10 Doug Evans <xdje42@gmail.com>
16718
16719 * lib/gdb.exp (gdb_load): Always return a result.
16720
01b088bc
PA
167212015-02-10 Pedro Alves <palves@redhat.com>
16722
16723 * gdb.threads/signal-sigtrap.c: New file.
16724 * gdb.threads/signal-sigtrap.exp: New file.
16725
b05ec7a5
AT
167262015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16727
16728 * gdb.trace/no-attach-trace.c: New file.
16729 * gdb.trace/no-attach-trace.exp: New file.
16730
a2c2acaf
MW
167312015-02-09 Mark Wielaard <mjw@redhat.com>
16732
16733 * gdb.dwarf2/atomic.c: New file.
16734 * gdb.dwarf2/atomic-type.exp: Likewise.
16735
31fd9caa
MM
167362015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16737
16738 * gdb.btrace/buffer-size.exp: Update "info record" output.
16739 * gdb.btrace/delta.exp: Update "info record" output.
16740 * gdb.btrace/enable.exp: Update "info record" output.
16741 * gdb.btrace/finish.exp: Update "info record" output.
16742 * gdb.btrace/instruction_history.exp: Update "info record" output.
16743 * gdb.btrace/next.exp: Update "info record" output.
16744 * gdb.btrace/nexti.exp: Update "info record" output.
16745 * gdb.btrace/step.exp: Update "info record" output.
16746 * gdb.btrace/stepi.exp: Update "info record" output.
16747 * gdb.btrace/nohist.exp: Update "info record" output.
16748
d33501a5
MM
167492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16750
16751 * gdb.btrace/buffer-size: New.
16752
f4abbc16
MM
167532015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16754
16755 * gdb.btrace/delta.exp: Update "info record" output.
16756 * gdb.btrace/enable.exp: Update "info record" output.
16757 * gdb.btrace/finish.exp: Update "info record" output.
16758 * gdb.btrace/instruction_history.exp: Update "info record" output.
16759 * gdb.btrace/next.exp: Update "info record" output.
16760 * gdb.btrace/nexti.exp: Update "info record" output.
16761 * gdb.btrace/step.exp: Update "info record" output.
16762 * gdb.btrace/stepi.exp: Update "info record" output.
16763 * gdb.btrace/nohist.exp: Update "info record" output.
16764
b9d61307
SM
167652015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16766
16767 PR gdb/15678
16768 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16769
e584fdbc
PA
167702015-02-06 Pedro Alves <palves@redhat.com>
16771
16772 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16773 macro.
16774 (seconds_left, again): New globals.
16775 (main): Wait seconds_left in a 1-second sleep loop instead of
16776 sleeping 180 seconds. If 'again' is set, reset the seconds
16777 counter.
16778 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16779 'again' in the inferior before detaching. Print the seconds left.
16780 (options): New global.
16781 (top level): Build program with -DTIMEOUT=$timeout.
16782
77f41761
PA
167832015-02-06 Pedro Alves <palves@redhat.com>
16784
16785 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16786 determine how many seconds to pass to 'alarm'.
16787 * gdb.base/gdb-sigterm.exp (top level): Build program with
16788 -DTIMEOUT=$timeout.
16789 (do_test): Return success/failure indication. Add more verbose
16790 logging. Don't fail if 200 single steps are seen. Instead, fail
16791 when the test times out.
16792 (passes): New global.
16793 (top level): Break the testing loop if testing fails on any
16794 iteration. Use gdb_assert.
16795
b9394193
DB
167962015-02-04 Don Breazeal <donb@codesourcery.com>
16797
16798 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16799 and initialize them.
16800 (ipc_cleanup): New function.
16801 (main): Don't declare shmid, semid, and msqid. Add a call to
16802 atexit so that we call ipc_cleanup on exit.
16803
42d9e528
PA
168042015-02-04 Pedro Alves <palves@redhat.com>
16805
16806 * boards/native-extended-gdbserver.exp: Remove any target variant
16807 specifications from the board name before clearing the isremote
16808 flag from board_info.
16809
ae6ae975
DE
168102015-01-31 Doug Evans <xdje42@gmail.com>
16811
16812 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16813
cfb069a8
GB
168142015-01-31 Gary Benson <gbenson@redhat.com>
16815
16816 * gdb.base/completion.exp: Disable completion limiting for
16817 existing tests. Add new tests to check completion limiting.
16818 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16819
5dd31d79
DE
168202015-01-31 Doug Evans <xdje42@gmail.com>
16821
16822 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16823
9f050062
DE
168242015-01-31 Doug Evans <xdje42@gmail.com>
16825
16826 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16827 entries. Duplicate file section script entries.
16828 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16829 inlined entries. Add test for safe-path rejection.
16830 * gdb.python/py-section-script.c: Add duplicate inlined section script
16831 entries. Duplicate file section script entries.
16832 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16833 inlined entries. Add test for safe-path rejection.
16834
df25ebbd
JB
168352015-01-29 Joel Brobecker <brobecker@adacore.com>
16836
16837 * gdb.ada/disc_arr_bound: New testcase.
16838
4a0ca9ec
JB
168392015-01-29 Joel Brobecker <brobecker@adacore.com>
16840
16841 * gdb.ada/mi_var_array: New testcase.
16842
3a8b707a
DE
168432015-01-27 Doug Evans <dje@google.com>
16844
16845 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16846 Add test for objfile.filename, objfile.username after objfile
16847 has been unloaded.
16848
f8313f6e
JB
168492015-01-26 Joel Brobecker <brobecker@adacore.com>
16850
16851 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16852 the second test to print the name attribute of value
16853 returned by the call to gdb.lookup_type, and adjust
16854 the expected output accordingly.
16855
37bc665e
MW
168562015-01-25 Mark Wielaard <mjw@redhat.com>
16857
16858 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16859 * gdb.base/disp-step-fork.c: Include unistd.h.
16860 * gdb.base/siginfo-obj.c: Include stdio.h.
16861 * gdb.base/siginfo-thread.c: Likewise.
16862 * gdb.mi/non-stop.c: Include unistd.h.
16863 * gdb.mi/nsthrexec.c: Include stdio.h.
16864 * gdb.mi/pthreads.c: Include unistd.h.
16865 * gdb.modula2/unbounded1.c (main): Declare returns int.
16866 * gdb.reverse/consecutive-reverse.c: Likewise.
16867 * gdb.threads/create-fail.c: Include unistd.h.
16868 * gdb.threads/killed.c: Likewise.
16869 * gdb.threads/linux-dp.c: Likewise.
16870 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16871 * gdb.threads/non-ldr-exc-2.c: Likewise.
16872 * gdb.threads/non-ldr-exc-3.c: Likewise.
16873 * gdb.threads/non-ldr-exc-4.c: Likewise.
16874 * gdb.threads/pthreads.c: Include unistd.h.
16875 (main): Declare returns int.
16876 * gdb.threads/tls-main.c (foo): New declaration.
16877 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16878
f7e5394d
SM
168792015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16880
16881 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16882 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16883
743649fd
MW
168842015-01-15 Mark Wielaard <mjw@redhat.com>
16885
16886 * gdb.base/noreturn-return.c: New file.
16887 * gdb.base/noreturn-return.exp: New file.
16888 * gdb.base/noreturn-finish.c: New file.
16889 * gdb.base/noreturn-finish.exp: New file.
16890
198297aa
PA
168912015-01-23 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.threads/continue-pending-after-query.c: New file.
16894 * gdb.threads/continue-pending-after-query.exp: New file.
16895
717cf30c
AG
168962015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16897 Simon Marchi <simon.marchi@ericsson.com>
16898
16899 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16900 * gdb.base/valgrind-db-attach.exp: Same.
16901 * gdb.base/valgrind-infcall.exp: Same.
16902 * lib/mi-support.exp (default_mi_gdb_start): Same.
16903 * lib/prompt.exp (default_prompt_gdb_start): Same.
16904 * lib/gdb.exp (default_gdb_spawn): Same.
16905 (gdb_interact): New.
16906
16907
4b62a76e
JK
169082015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16909
16910 * gdb.compile/compile.exp (pointer to jit function): New test.
16911
b4cdae6f
WW
169122015-01-17 Wei-cheng Wang <cole945@gmail.com>
16913
16914 * lib/gdb.exp (supports_process_record): Return true for
16915 powerpc*-*-linux*.
16916 (supports_reverse): Likewise.
16917
d221e7ef
DB
169182015-01-15 Don Breazeal <donb@codesourcery.com>
16919
16920 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16921 instead of checking whether the target board is remote and
16922 use spawn_wait_for_attach instead of exec/sleep.
16923 * gdb.base/attach-twice.exp: Likewise.
16924
bafffb51
JB
169252015-01-15 Joel Brobecker <brobecker@adacore.com>
16926
16927 * gdb.ada/var_arr_attrs: New testcase.
16928
5589af0e
PA
169292015-01-14 Pedro Alves <palves@redhat.com>
16930 Joel Brobecker <brobecker@adacore.com>
16931
16932 PR gdb/17525
16933 * gdb.base/bp-cmds-execution-x-script.c: New file.
16934 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16935 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16936
6c400b59
PA
169372015-01-14 Pedro Alves <palves@redhat.com>
16938
16939 PR cli/17828
16940 * gdb.base/batch-preserve-term-settings.c: New file.
16941 * gdb.base/batch-preserve-term-settings.exp: New file.
16942
e02c96a7
DE
169432015-01-13 Doug Evans <dje@google.com>
16944
16945 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16946 binary.
16947
576fd14c
JB
169482015-01-13 Joel Brobecker <brobecker@adacore.com>
16949
16950 * Makefile.in (clean mostlyclean): Do not delete *.py.
16951
04dccad0
JB
169522015-01-13 Joel Brobecker <brobecker@adacore.com>
16953
16954 * gdb.python/py-lookup-type.exp: New file.
16955
3d230f71
PA
169562015-01-12 Pedro Alves <palves@redhat.com>
16957
16958 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16959 restore GDBFLAGS before returning.
16960
7e67715d
JK
169612015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16962
16963 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16964 is_amd64_regs_target and is_x86_like_target.
16965
f2e0d4b4
DE
169662015-01-11 Doug Evans <xdje42@gmail.com>
16967
16968 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16969 is given without an explicit form.
16970 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16971 attributes.
16972 * gdb.dwarf/corrupt.exp: Ditto.
16973 * gdb.dwarf2/enum-type.exp: Ditto.
16974 * gdb.trace/entry-values.exp: Ditto.
16975 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16976
439250fb
DE
169772015-01-11 Doug Evans <xdje42@gmail.com>
16978
16979 PR gdb/15830
16980 * gdb.base/maint.exp: Remove references to "maint demangle".
16981 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16982 Add tests for explicitly specifying language to demangle.
16983 * gdb.dlang/demangle.exp: Ditto.
16984
ede9f622
PA
169852015-01-09 Pedro Alves <palves@redhat.com>
16986
16987 * gdb.threads/non-stop-fair-events.c: New file.
16988 * gdb.threads/non-stop-fair-events.exp: New file.
16989
a7b796db
PA
169902015-01-09 Pedro Alves <palves@redhat.com>
16991
16992 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16993 the global scope. Set a breakpoint after all threads are started
16994 rather than stepping over two source lines. Expect the prompt.
16995 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16996 global.
16997 (NUM): Now 15.
16998 (main): Use threads_started_barrier to wait for all threads to
16999 start. Main thread no longer calls thread_function. Exit after
17000 180 seconds.
17001 (loop): New function.
17002 (thread_function): Wait on threads_started_barrier barrier. Call
17003 'loop' at each iteration.
17004 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17005 threads have started, instead of hardcoding number of "next"
17006 steps. Use an access watchpoint instead of a write watchpoint.
17007
9665ffdd
PA
170082015-01-09 Pedro Alves <palves@redhat.com>
17009
17010 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17011 (thread_func): Wait on barrier.
17012 (main): Wait for all threads to start before stopping GDB.
17013 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17014 global.
17015 (thread1_func, thread2_func): Wait on barrier.
17016 (main): Wait for all threads to start before stopping GDB.
17017 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17018 New global.
17019 (thread1_func, thread2_func): Wait on barrier.
17020 (main): Wait for all threads to start before stopping GDB.
17021
c945a99f
PA
170222015-01-09 Pedro Alves <palves@redhat.com>
17023
17024 * gdb.threads/attach-many-short-lived-threads.c: New file.
17025 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17026
c1a747c1
PA
170272014-01-09 Pedro Alves <palves@redhat.com>
17028
17029 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17030 instead of to thread 2.
17031 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17032 Add barrier around each pthread_create call instead of around all
17033 calls.
17034 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17035 Set a break on thread_function and have the child threads hit it
17036 one at at a time.
17037
60b3033e
PA
170382015-01-09 Pedro Alves <palves@redhat.com>
17039
17040 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17041 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17042 false.
17043 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17044 checking whether the target board is remote.
17045 * gdb.multi/multi-attach.exp: Likewise.
17046 * gdb.python/py-sync-interp.exp: Likewise.
17047 * gdb.server/ext-attach.exp: Likewise.
17048 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17049 tests that need to attach, instead of checking whether the target
17050 board is remote at the top of the file.
17051
acc018ac
YQ
170522015-01-08 Yao Qi <yao@codesourcery.com>
17053
17054 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17055
50a18af8
JK
170562015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17057
17058 Fix testcase compilation.
17059 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17060
8503d6e1
JB
170612015-01-06 Joel Brobecker <brobecker@adacore.com>
17062
17063 * gdb.python/py-type.exp: Add a couple test about empty
17064 array creation, and negative-length array creation.
17065
cc73dbcc
DE
170662015-01-02 Doug Evans <xdje42@gmail.com>
17067
17068 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17069
0300bbc7
DE
170702015-01-02 Doug Evans <dje@google.com>
17071
17072 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17073
9d85a0ec
YQ
170742014-12-29 Yao Qi <yao@codesourcery.com>
17075
17076 * gdb.trace/entry-values.exp: Update comments. Rename variable
17077 bar_call_foo to returned_from_foo.
17078
87186c6a
MMN
170792014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17080
17081 PR gdb/17394
17082 * gdb.linespec/break-asm-file.c: New file.
17083 * gdb.linespec/break-asm-file.exp: New file.
17084 * gdb.linespec/break-asm-file0.s: New file.
17085 * gdb.linespec/break-asm-file1.s: New file.
17086
1bab7383
YQ
170872014-12-18 Nigel Stephens <nigel@mips.com>
17088 Maciej W. Rozycki <macro@codesourcery.com>
17089
17090 * gdb.base/float.exp: Handle the new output from "info float" on
17091 MIPS targets.
17092
1bc1068a
JK
170932014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17094
17095 Fix MinGW compilation.
17096 * gdb.compile/compile-ops.exp: Update untested message if
17097 !skip_compile_feature_tests.
17098 * gdb.compile/compile-setjmp.exp: Likewise.
17099 * gdb.compile/compile-tls.exp: Likewise.
17100 * gdb.compile/compile.exp: Likewise.
17101 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17102 supported on this host".
17103
b6615d10
DE
171042014-12-16 Doug Evans <xdje42@gmail.com>
17105
17106 * boards/stabs.exp: New file.
17107
25dda427
AA
171082014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17109
17110 * gdb.base/completion.exp: Adjust to format changes of "maint
17111 print user-registers".
17112
bf330350
CU
171132014-12-16 Catalin Udma <catalin.udma@freescale.com>
17114
17115 PR server/17457
17116 * gdb.arch/aarch64-fp.c: New file.
17117 * gdb.arch/aarch64-fp.exp: New file.
17118
395cf596
SDJ
171192014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17120
17121 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17122 r210637, r210913, r211666, r215400, r215817).
17123
17124 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17125 * dg-extract-results.py: New file.
17126 * dg-extract-results.sh: Use it if the environment seems
17127 suitable.
17128
17129 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17130
17131 * dg-extract-results.py (parse_run): Handle warnings that
17132 are printed before a test harness is run.
17133
17134 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17135
17136 * dg-extract-results.py (Named): Remove __cmp__ method.
17137 (output_variation): Use a key to sort variation.harnesses.
17138
17139 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17140
17141 * dg-extract-results.py: For Python 3, force sys.stdout to
17142 handle surrogate escape sequences.
17143 (safe_open): New function.
17144 (output_segment, main): Use it.
17145
17146 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17147
17148 * dg-extract-results.py (Prog.result_re): Include options
17149 in test name.
17150
17151 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17152
17153 * dg-extract-results.py (output_variation): Always sort if
17154 do_sum.
17155
e882ef3c
SM
171562014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17157
17158 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17159 as long as we get pagination notifications.
17160
4992aa20
JM
171612014-12-15 Jason Merrill <jason@redhat.com>
17162
17163 * Makefile.in (check-gdb.%): Restore.
17164 * README: Mention it.
17165
c1b5a1a6
JB
171662014-12-13 Joel Brobecker <brobecker@adacore.com>
17167
17168 * gdb.ada/str_uninit: New testcase.
17169
5537b577
JK
171702014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17171
17172 PR symtab/17642
17173 * gdb.base/vla-stub-define.c: New file.
17174 * gdb.base/vla-stub.c: New file.
17175 * gdb.base/vla-stub.exp: New file.
17176
bb2ec1b3
TT
171772014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17178 Jan Kratochvil <jan.kratochvil@redhat.com>
17179 Tom Tromey <tromey@redhat.com>
17180
17181 * configure.ac: Add gdb.compile/.
17182 * configure: Regenerate.
17183 * gdb.compile/Makefile.in: New file.
17184 * gdb.compile/compile-ops.exp: New file.
17185 * gdb.compile/compile-ops.c: New file.
17186 * gdb.compile/compile-tls.c: New file.
17187 * gdb.compile/compile-tls.exp: New file.
17188 * gdb.compile/compile-constvar.S: New file.
17189 * gdb.compile/compile-constvar.c: New file.
17190 * gdb.compile/compile-mod.c: New file.
17191 * gdb.compile/compile-nodebug.c: New file.
17192 * gdb.compile/compile-setjmp-mod.c: New file.
17193 * gdb.compile/compile-setjmp.c: New file.
17194 * gdb.compile/compile-setjmp.exp: New file.
17195 * gdb.compile/compile-shlib.c: New file.
17196 * gdb.compile/compile.c: New file.
17197 * gdb.compile/compile.exp: New file.
17198 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17199
4ff709eb
TT
172002014-12-12 Tom Tromey <tromey@redhat.com>
17201
17202 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17203 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17204
6dddd6a5
DE
172052014-12-12 Doug Evans <dje@google.com>
17206
17207 * lib/gdb-python.exp (get_python_valueof): New function.
17208 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17209
71c24708
AA
172102014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17211
17212 * gdb.base/completion.exp: Add test for completion of "info
17213 registers ".
17214
3e29f34a
MR
172152014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17216
17217 * gdb.base/func-ptrs.c: New file.
17218 * gdb.base/func-ptrs.exp: New file.
17219
fc126975
SM
172202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17221
17222 PR breakpoints/17012
17223 * gdb.base/dprintf-detach.c: New file.
17224 * gdb.base/dprintf-detach.exp: New file.
17225
0a46d518
SM
172262014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17227
17228 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17229 * lib/gdb.exp (target_is_gdbserver): New procedure.
17230
a0be3e44
DE
172312014-12-08 Doug Evans <dje@google.com>
17232
17233 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17234
df1b803a
YQ
172352014-12-05 Yao Qi <yao@codesourcery.com>
17236
17237 * gdb.guile/scm-error.exp: Remove the third argument to
17238 gdb_remote_download.
17239 * gdb.guile/scm-frame-args.exp: Likewise.
17240 * gdb.guile/scm-section-script.exp: Likewise.
17241
ddb9f679
YQ
172422014-12-05 Yao Qi <yao@codesourcery.com>
17243
17244 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17245
86e4ed39
DE
172462014-12-04 Doug Evans <dje@google.com>
17247
17248 * gdb.python/py-objfile.exp: Add tests for
17249 objfile.add_separate_debug_file.
17250
7c50a931
DE
172512014-12-04 Doug Evans <dje@google.com>
17252
17253 * lib/gdb.exp (get_build_id): New function.
17254 (build_id_debug_filename_get): Rewrite to use it.
17255 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17256
621661e3
MR
172572014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17258
17259 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17260 `method(long)', not just 0x0.
17261 * gdb.cp/nsalias.exp: Align code labels to 4.
17262 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17263 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17264 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17265 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17266 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17267 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17268
29f0c3b7
DE
172692014-12-02 Doug Evans <dje@google.com>
17270
e1e061e7 17271 PR symtab/17602
29f0c3b7 17272 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17273 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17274 * gdb.cp/anon-ns.exp: Update.
17275
162078c8
NB
172762014-12-02 Nick Bull <nicholaspbull@gmail.com>
17277
17278 * gdb.python/py-events.py (inferior_call_handler): New.
17279 (register_changed_handler, memory_changed_handler): New.
17280 (test_events.invoke): Register new handlers.
17281 * gdb.python/py-events.exp: Add tests for inferior call,
17282 memory_changed and register_changed events.
17283
fdb09caf
AA
172842014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17285
17286 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17287 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17288 if the linker doesn't understand this.
17289
55cfb2c4
SM
172902014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17291
17292 * gdb.python/python.exp: Change expected reply to help().
17293
9e8cd6df
YQ
172942014-12-01 Yao Qi <yao@codesourcery.com>
17295
17296 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17297 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17298 * configure: Re-generated.
17299
6c659fc2
SC
173002014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17301
17302 * gdb.cp/chained-calls.cc: New file.
17303 * gdb.cp/chained-calls.exp: New file.
17304 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17305
d7fc3181
SM
173062014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17307
17308 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17309 * gdb.dwarf2/symtab-producer.exp: Same.
17310 * gdb.gdb/python-interrupts.exp: Same.
17311 * gdb.gdb/python-selftest.exp: Same.
17312 * gdb.python/py-linetable.exp: Same.
17313 * gdb.python/py-type.exp: Same.
17314 * gdb.python/py-value-cc.exp: Same.
17315 * gdb.python/py-value.exp: Same.
17316
10e79639
YQ
173172014-11-28 Yao Qi <yao@codesourcery.com>
17318
17319 * gdb.base/break-probes.exp: Match library name prefixed with
17320 sysroot.
17321
f28a0564
SM
173222014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17323
17324 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17325 test expected output. Add parentheses for the call to print.
17326 Remove L suffix from integers.
17327
3fe1ce1d
DE
173282014-11-26 Doug Evans <dje@google.com>
17329
17330 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17331
84429e27
YQ
173322014-11-22 Yao Qi <yao@codesourcery.com>
17333
17334 * gdb.trace/entry-values.c: Remove asms.
17335 (foo): Add foo_label.
17336 (bar): Add bar_label.
17337 * gdb.trace/entry-values.exp: Remove code computing foo's
17338 length and bar's length.
17339 (Dwarf::assemble): Invoke function_range for bar and use
17340 MACRO_AT_func for foo.
17341
26741859
YQ
173422014-11-22 Yao Qi <yao@codesourcery.com>
17343
17344 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17345 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17346 Use .Lgcc43_procstart instead of gcc43.
17347
45e44d27
JB
173482014-11-21 Joel Brobecker <brobecker@adacore.com>
17349
17350 * gdb.ada/n_arr_bound: New testcase.
17351
458c8db8
SDJ
173522014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17353
17354 PR breakpoints/10737
17355 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17356 test_catch_syscall_multi_arch.
17357 (test_catch_syscall_multi_arch): New function.
17358
43f3e411
DE
173592014-11-20 Doug Evans <xdje42@gmail.com>
17360
17361 * gdb.base/maint.exp: Update expected output.
17362
0d7b2549
AA
173632014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17364
17365 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17366 4-byte instruction on S390.
17367
8908fca5
JB
173682014-11-19 Joel Brobecker <brobecker@adacore.com>
17369
17370 * gdb.ada/arr_arr: New testcase.
17371
4a46959e
JB
173722014-11-19 Joel Brobecker <brobecker@adacore.com>
17373
17374 * gdb.ada/pkd_arr_elem: New Testcase.
17375
470e2f4e
LM
173762014-11-18 Luis Machado <lgustavo@codesourcery.com>
17377
17378 * gdb.reverse/break-precsave: Expect completion message for
17379 core file reads.
17380 * gdb.reverse/consecutive-precsave.exp: Likewise.
17381 * gdb.reverse/finish-precsave.exp: Likewise.
17382 * gdb.reverse/i386-precsave.exp: Likewise.
17383 * gdb.reverse/machinestate-precsave.exp: Likewise.
17384 * gdb.reverse/sigall-precsave.exp: Likewise.
17385 * gdb.reverse/solib-precsave.exp: Likewise.
17386 * gdb.reverse/step-precsave.exp: Likewise.
17387 * gdb.reverse/until-precsave.exp: Likewise.
17388 * gdb.reverse/watch-precsave.exp: Likewise.
17389
a267f3ad
AA
173902014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17391
17392 * gdb.base/bp-permanent.c: Include unistd.h.
17393 * gdb.python/py-framefilter-mi.c (main): Add return type.
17394 * gdb.python/py-framefilter.c (main): Likewise.
17395 * gdb.trace/actions-changed.c (main): Likewise.
17396
12084a9a
AA
173972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17398
17399 * gdb.mi/until.c: Add eye-catchers.
17400 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17401 line numbers.
17402
dc7e1a77
AA
174032014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17404
17405 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17406 function header variants in break1.c.
17407 * gdb.base/ena-dis-br.exp: Likewise.
17408 * gdb.base/hbreak2.exp: Likewise.
17409 * gdb.reverse/until-precsave.exp: Drop references to removed
17410 non-prototype function header variants in ur1.c.
17411 * gdb.reverse/until-reverse.exp: Likewise.
17412
41c77605
PM
174132014-11-17 Petr Machata <pmachata@redhat.com>
17414
17415 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17416 ${_cu_offset_size} bytes abbrev offset.
17417
34248c3a
DE
174182014-11-15 Doug Evans <xdje42@gmail.com>
17419
17420 PR symtab/17559
17421 * gdb.base/line-symtabs.exp: New file.
17422 * gdb.base/line-symtabs.c: New file.
17423 * gdb.base/line-symtabs.h: New file.
17424
646da059
YQ
174252014-11-14 Yao Qi <yao@codesourcery.com>
17426
17427 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17428 (func): Add label func_label.
17429 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17430 Replace low_pc and high_pc with MACRO_AT_range.
17431 Replace name, low_pc and high_pc with MACRO_AT_func.
17432
9301ebe6
YQ
174332014-11-14 Yao Qi <yao@codesourcery.com>
17434
17435 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17436 Replace name, low_pc and high_pc with MACRO_AT_func.
17437
f166b542
YQ
174382014-11-14 Yao Qi <yao@codesourcery.com>
17439
17440 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17441 produce debug information.
17442 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17443
0f6e71e3
YQ
174442014-11-14 Yao Qi <yao@codesourcery.com>
17445
17446 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17447 object and get function length.
17448 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17449 with MACRO_AT_func.
17450 (top-level): Replace gdb_compile and clean_restart with
17451 prepare_for_testing.
17452 * gdb.dwarf2/main.c (main): Add label main_label.
17453
876c4df9
YQ
174542014-11-14 Yao Qi <yao@codesourcery.com>
17455
17456 * lib/dwarf.exp (function_range): New procedure.
17457 (Dwarf::_handle_macro_at_func): New procedure.
17458 (Dwarf::_handle_macro_at_range): New procedure.
17459 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17460
02ad9cf1
YQ
174612014-11-14 Yao Qi <yao@codesourcery.com>
17462
17463 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17464 (_handle_attribute): New procedure.
17465
a59add0c
AA
174662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17467
17468 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17469 * gdb.base/call-sc.c (zed): Likewise.
17470 * gdb.base/checkpoint.c (main): Likewise.
17471 * gdb.base/dump.c (main): Likewise.
17472 * gdb.base/gcore.c (main): Likewise.
17473 * gdb.base/huge.c (main): Likewise.
17474 * gdb.base/multi-forks.c (main): Likewise.
17475 * gdb.base/pr10179-a.c (main): Likewise.
17476 * gdb.base/savedregs.c (main): Likewise.
17477 * gdb.base/sigaltstack.c (main): Likewise.
17478 * gdb.base/siginfo.c (main): Likewise.
17479 * gdb.base/structs.c (zed): Likewise.
17480 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17481 * gdb.mi/mi-syn-frame.c (main): Likewise.
17482 * gdb.mi/until.c (foo, main): Likewise.
17483 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17484 * gdb.base/solib-weak.c (foo): Declare.
17485 * gdb.base/attach-twice.c: Include stdio.h.
17486 * gdb.base/weaklib1.c: Likewise.
17487 * gdb.base/weaklib2.c: Likewise.
17488 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17489 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17490 unistd.h.
17491 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17492 * gdb.mi/mi-exit-code.c: Likewise.
17493 * gdb.base/break-interp-lib.c: Include string.h.
17494 * gdb.base/coremaker.c: Likewise.
17495 * gdb.base/testenv.c: Likewise.
17496 * gdb.python/py-finish-breakpoint.c: Likewise.
17497 * gdb.base/inferior-died.c: Include sys/wait.h.
17498 * gdb.base/fileio.c: Include time.h.
17499 * gdb.base/async-shell.c: Include unistd.h.
17500 * gdb.base/dprintf-non-stop.c: Likewise.
17501 * gdb.base/info-os.c: Likewise.
17502 * gdb.mi/mi-console.c: Likewise.
17503 * gdb.mi/watch-nonstop.c: Likewise.
17504 * gdb.python/py-events.c: Likewise.
17505 * gdb.base/async.c (baz): Move up before its invocation.
17506 * gdb.base/code_elim2.c (my_global_func): Likewise.
17507 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17508 * gdb.base/advance.c (func2): Likewise.
17509
3b5d5997
AA
175102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17511
17512 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17513 variant.
17514 * gdb.base/annota3.c: Likewise.
17515 * gdb.base/async.c: Likewise.
17516 * gdb.base/average.c: Likewise.
17517 * gdb.base/call-ar-st.c: Likewise.
17518 * gdb.base/call-rt-st.c: Likewise.
17519 * gdb.base/call-sc.c: Likewise.
17520 * gdb.base/call-strs.c: Likewise.
17521 * gdb.base/ending-run.c: Likewise.
17522 * gdb.base/execd-prog.c: Likewise.
17523 * gdb.base/exprs.c: Likewise.
17524 * gdb.base/foll-exec.c: Likewise.
17525 * gdb.base/foll-fork.c: Likewise.
17526 * gdb.base/foll-vfork.c: Likewise.
17527 * gdb.base/funcargs.c: Likewise.
17528 * gdb.base/gcore.c: Likewise.
17529 * gdb.base/jump.c: Likewise.
17530 * gdb.base/langs0.c: Likewise.
17531 * gdb.base/langs1.c: Likewise.
17532 * gdb.base/langs2.c: Likewise.
17533 * gdb.base/mips_pro.c: Likewise.
17534 * gdb.base/nodebug.c: Likewise.
17535 * gdb.base/opaque0.c: Likewise.
17536 * gdb.base/opaque1.c: Likewise.
17537 * gdb.base/recurse.c: Likewise.
17538 * gdb.base/run.c: Likewise.
17539 * gdb.base/scope0.c: Likewise.
17540 * gdb.base/scope1.c: Likewise.
17541 * gdb.base/setshow.c: Likewise.
17542 * gdb.base/setvar.c: Likewise.
17543 * gdb.base/shmain.c: Likewise.
17544 * gdb.base/shr1.c: Likewise.
17545 * gdb.base/shr2.c: Likewise.
17546 * gdb.base/sigall.c: Likewise.
17547 * gdb.base/signals.c: Likewise.
17548 * gdb.base/so-indr-cl.c: Likewise.
17549 * gdb.base/solib2.c: Likewise.
17550 * gdb.base/structs.c: Likewise.
17551 * gdb.base/sum.c: Likewise.
17552 * gdb.base/vforked-prog.c: Likewise.
17553 * gdb.base/watchpoint.c: Likewise.
17554 * gdb.reverse/shr2.c: Likewise.
17555 * gdb.reverse/until-reverse.c: Likewise.
17556 * gdb.reverse/ur1.c: Likewise.
17557 * gdb.reverse/watch-reverse.c: Likewise.
17558
066a77c5
AA
175592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17560
17561 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17562 variant.
17563 * gdb.base/sepdebug.exp: Drop references to removed code.
17564
4f204ea5
AA
175652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17566
17567 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17568 variant. Preserve original line numbering.
17569 * gdb.base/list1.c: Likewise.
17570
3b377a3a
AA
175712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17572
17573 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17574 variant.
17575 * gdb.base/break1.c: Likewise.
17576 * gdb.base/break.exp: Drop references to removed code.
17577
e444df73
AA
175782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17579
17580 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17581 variant.
17582
8008f2a7
AA
175832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17584
17585 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17586
a5a06887
AA
175872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17588
17589 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17590 logic into perform_all_tests() and invoke it with and without
17591 function header prototypes.
17592 (do_function_calls): Remove conditional XFAIL for PR 5318.
17593 (rerun_and_prepare): Remove duplicate code.
17594 (perform_all_tests): New. Main logic moved here.
17595
44dba9b9
AA
175962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17597
17598 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17599 code guarded by #ifdef NO_PROTOTYPES.
17600 (t_double_many_args): Likewise.
17601 (DEF_FUNC_MANY_ARGS_1): Likewise.
17602 (DEF_FUNC_VALUES_1): Likewise.
17603 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17604 guarded by #ifdef PROTOTYPES.
17605
d1fbcd56
AA
176062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17607
17608 * gdb.mi/mi-console.c: Add eye-catcher.
17609 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17610 instead of literal line number.
17611
b0e59b8f
AA
176122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17613
17614 * gdb.base/shr2.c: Add eye-catcher.
17615 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17616 line number.
17617
78f98cca
AA
176182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17619
17620 * gdb.base/jump.c: Add eye-catchers.
17621 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17622 numbers.
17623
58fa2af0
AA
176242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17625
17626 * gdb.base/execd-prog.c: Add eye-catchers.
17627 * gdb.base/foll-exec.c: Likewise.
17628 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17629 line numbers.
17630
04e5059b
AA
176312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17632
17633 * gdb.base/ending-run.c: Add eye-catchers.
17634 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17635 literal line numbers.
17636
dbfdb174
AA
176372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17638
17639 * gdb.base/call-rt-st.c: Add eye-catchers.
17640 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17641 literal line numbers.
17642
888a2ade
AA
176432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17644
17645 * gdb.base/call-ar-st.c: Add eye-catchers.
17646 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17647 literal line numbers.
17648
6acc2dde
AA
176492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17650
17651 * gdb.base/average.c: Add eye-catchers.
17652 * gdb.base/sum.c: Likewise.
17653 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17654 regexps dynamically.
17655
9ecfcd1d
AA
176562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17657
17658 * gdb.base/solib1.c: Add eye-catchers.
17659 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17660 literal line numbers.
17661
78708b7c
PA
176622014-11-12 Pedro Alves <palves@redhat.com>
17663
17664 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17665 leader has exited.
17666
af48d08f
PA
176672014-11-12 Pedro Alves <palves@redhat.com>
17668
17669 * gdb.arch/i386-bp_permanent.c: New file.
17670 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17671 (srcfile): Set to i386-bp_permanent.c.
17672 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17673 that stepi does not execute the 'leave' instruction, instead of
17674 testing it does execute.
17675 * gdb.base/bp-permanent.c: New file.
17676 * gdb.base/bp-permanent.exp: New file.
17677
af3768e9
DE
176782014-11-10 Doug Evans <xdje42@gmail.com>
17679
17680 PR symtab/17564
17681 * gdb.base/symtab-search-order.exp: New file.
17682 * gdb.base/symtab-search-order.c: New file.
17683 * gdb.base/symtab-search-order-1.c: New file.
17684 * gdb.base/symtab-search-order-shlib-1.c: New file.
17685
9de00a4a
PA
176862014-11-07 Pedro Alves <palves@redhat.com>
17687
17688 PR gdb/17511
17689 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17690 i?86-*-linux*.
17691
e0f52461
SC
176922014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17693
17694 PR c++/17494
17695 * gdb.cp/pr17494.cc: New file.
17696 * gdb.cp/pr17494.exp: New file.
17697
6ce8c980
YQ
176982014-11-02 Yao Qi <yao@codesourcery.com>
17699
17700 * gdb.python/python.exp: Get working directory and match the
17701 output of "set extended-prompt \\w " with it.
17702
02be9a71
DE
177032014-10-30 Doug Evans <dje@google.com>
17704
17705 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17706 in objfiles.
17707 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17708 in progspaces.
17709
3bdff46b
LM
177102014-10-30 Janis Johnson <janisjo@codesourcery.com>
17711
17712 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17713 * gdb.base/realname-expand.exp: Likewise.
17714 * gdb.linespec/macro-relative.exp: Likewise.
17715
ab917dfb
PA
177162014-10-29 Pedro Alves <palves@redhat.com>
17717
17718 PR gdb/17408
17719 * gdb.threads/schedlock.c (some_function): New function.
17720 (call_function): New global.
17721 (MAYBE_CALL_SOME_FUNCTION): New macro.
17722 (thread_function): Call it.
17723 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17724 and use it instead of a global counter. Adjust all callers.
17725 (get_current_thread): Use "find current thread" for test message
17726 here rather than having all callers pass down the same string.
17727 (goto_loop): New procedure, factored out from ...
17728 (my_continue): ... this.
17729 (step_ten_loops): Change parameter from test message to command to
17730 use. Adjust.
17731 (list_count): Delete global.
17732 (check_result): New procedure, factored out from duplicate top
17733 level code.
17734 (continue tests): Wrap in with_test_prefix.
17735 (test_step): New procedure, factored out from duplicate top level
17736 code.
17737 (top level): Test "step" in combination with all scheduler-locking
17738 modes. Test "next" in combination with all scheduler-locking
17739 modes, and in combination with stepping over a function call or
17740 not.
17741 * gdb.threads/next-bp-other-thread.c: New file.
17742 * gdb.threads/next-bp-other-thread.exp: New file.
17743
d3d4baed
PA
177442014-10-29 Pedro Alves <palves@redhat.com>
17745
17746 PR python/17372
17747 * gdb.python/python.exp: Test a multi-line command that spawns
17748 interactive Python.
17749 * gdb.base/multi-line-starts-subshell.exp: New file.
17750
563e8d85
YQ
177512014-10-29 Yao Qi <yao@codesourcery.com>
17752
17753 * gdb.base/fileio.exp: Make directories on host.
17754
0ea4d52e
YQ
177552014-10-29 Yao Qi <yao@codesourcery.com>
17756
17757 * gdb.base/fileio.c (test_write): Close the file.
17758
7f5ef605
PA
177592014-10-28 Pedro Alves <palves@redhat.com>
17760
17761 PR gdb/12623
17762 * gdb.base/sigstep.c (no_handler): New global.
17763 (main): If 'no_handler is true, set the signal handlers to
17764 SIG_IGN.
17765 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17766 with_sw_watch and no_handler parameters. Handle them.
17767 (top level) <stepping over handler when stopped at a breakpoint
17768 test>: Add a test axis for testing with a software watchpoint, and
17769 another for testing with the signal handler set to SIG_IGN.
17770 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17771 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17772
abbdbd03
PA
177732014-10-28 Pedro Alves <palves@redhat.com>
17774
17775 PR gdb/17511
17776 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17777 * gdb.base/sigstep.exp (other_handler_location): New global.
17778 (advance): Support stepping into the signal handler, and running
17779 commands while in the handler.
17780 (in_handler_map): New global.
17781 (top level): In the advance test, add combinations for getting
17782 into the handler with stepping commands, and for running commands
17783 in the handler. Add comment descripting the advancei tests.
17784
1df4399f
PA
177852014-10-28 Pedro Alves <palves@redhat.com>
17786
17787 * gdb.base/sigstep.exp: Use build_executable instead of
17788 prepare_for_testing.
17789 (top level): Move code that starts GDB, runs to main and creates a
17790 display to ...
17791 (restart): ... this new procedure.
17792 (top level): Move backtrace from signal handler test to ...
17793 (validate_backtrace): ... this new procedure.
17794 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17795 with_test_prefix. Always restart GDB.
17796 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17797 with_test_prefix. Always restart GDB. No need to delete
17798 breakpoints after the test.
17799 (test_skip_handler): Remove prefix parameter.
17800 (skip_over_handler, breakpoint_to_handler)
17801 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17802 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17803 restart GDB. No need to delete breakpoints after the test.
17804 (top level): Use foreach to call the test procedures with
17805 different commands.
17806
a5b6e449
PA
178072014-10-28 Pedro Alves <palves@redhat.com>
17808
17809 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17810 instead of GNATS numbers.
17811 * gdb.base/sigbpt.exp: Likewise.
17812 * gdb.base/siginfo.exp: Likewise.
17813 * gdb.base/sigstep.exp: Likewise.
17814
e5f8a7cc
PA
178152014-10-27 Pedro Alves <palves@redhat.com>
17816
17817 * gdb.base/sigstep.c (dummy): New global.
17818 (main): Issue a couple writes to the new global.
17819 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17820 procedures.
17821 (skip_over_handler): Use test_skip_handler.
17822 (top level): Call skip_over_handler for stepi and nexti too.
17823 (breakpoint_over_handler): Use test_skip_handler.
17824 (top level): Call breakpoint_over_handler for stepi and nexti too.
17825
763905a3
YQ
178262014-10-27 Yao Qi <yao@codesourcery.com>
17827
17828 * gdb.trace/tfile.c (adjust_function_address)
17829 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17830 function descriptor.
17831
6f259a23
DB
178322014-10-24 Don Breazeal <donb@codesourcery.com>
17833
17834 * gdb.base/foll-fork.exp (test_follow_fork,
17835 catch_fork_child_follow): Check for updated fork messages emitted
17836 from infrun.c.
17837 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17838 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17839 vfork_and_exec_child_follow_through_step): Check for updated vfork
17840 messages emitted from infrun.c.
17841
09dd9a69
PA
178422014-10-24 Pedro Alves <palves@redhat.com>
17843
17844 * gdb.base/corefile.exp: Remove references to ultrix.
17845 * gdb.base/interrupt.exp: Likewise.
17846 * gdb.base/whatis.exp: Likewise.
17847 * gdb.gdb/selftest.exp: Likewise.
17848 * gdb.threads/manythreads.exp: Likewise.
17849 * gdb.threads/print-threads.exp: Likewise.
17850 * gdb.threads/pthreads.exp:: Likewise.
17851 * gdb.threads/schedlock.exp: Likewise.
17852
3433cfa5
SC
178532014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17854
17855 * gdb.cp/non-trivial-retval.cc: Add a test case.
17856 * gdb.cp/non-trivial-retval.exp: Add a test.
17857
092f880b
YQ
178582014-10-20 Yao Qi <yao@codesourcery.com>
17859
17860 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17861 * gdb.python/py-objfile-script-gdb.py: New file.
17862 * gdb.python/py-objfile-script.exp: Update reference to
17863 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17864 of remote_download. Remove the dest file.
17865
acbdb7f3
YQ
178662014-10-20 Yao Qi <yao@codesourcery.com>
17867
17868 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17869 * gdb.base/step-line.exp: Likewise.
17870 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17871 * gdb.dwarf2/dw2-basic.exp: Likewise.
17872 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17873 * gdb.dwarf2/dw2-filename.exp: Likewise.
17874 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17875 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17876 * gdb.dwarf2/dw2-producer.exp: Likewise.
17877 * gdb.dwarf2/mac-fileno.exp: Likewise.
17878 * gdb.python/py-frame-args.exp: Likewise.
17879 * gdb.python/py-framefilter.exp: Likewise.
17880 * gdb.python/py-mi.exp: Likewise.
17881 * gdb.python/py-objfile-script.exp: Likewise
17882 * gdb.python/py-pp-integral.exp: Likewise.
17883 * gdb.python/py-pp-re-notag.exp: Likewise.
17884 * gdb.python/py-prettyprint.exp: Likewise.
17885 * gdb.python/py-section-script.exp: Likewise.
17886 * gdb.python/py-typeprint.exp: Likewise.
17887 * gdb.python/py-xmethods.exp: Likewise.
17888 * gdb.stabs/weird.exp: Likewise.
17889 * gdb.xml/tdesc-regs.exp: Likewise.
17890
bd286a29
KCY
178912014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17892
17893 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17894 (out_cu): Use addr_len for the size of addresses.
17895 (out_line): Likewise. Size DW_LNE_set_address instruction
17896 according to addr_len.
17897 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17898 (FUNC): Add START_INSNS to definition.
17899
673dc4a0
YQ
179002014-10-18 Yao Qi <yao@codesourcery.com>
17901
17902 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17903 gdb_has_argv0 return true.
17904 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17905 check [target_info exists noargs], check [gdb_has_argv0]
17906 instead.
17907 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17908 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17909 procedures.
17910
4ffbba72
DE
179112014-10-17 Doug Evans <dje@google.com>
17912
17913 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17914 event.
17915 * gdb.python/py-events.py: Add clear_objfiles event.
17916
d096d8c1
DE
179172014-10-17 Doug Evans <dje@google.com>
17918
17919 * gdb.python/py-objfile.exp: Test progspace attribute.
17920
a80db015
LM
179212014-10-17 Luis Machado <lgustavo@codesourcery.com>
17922
17923 * gdb.guile/scm-breakpoint.exp: Do not assume any
17924 directory separators when matching source file paths.
17925 * gdb.python/py-breakpoint.exp: Likewise.
17926 * gdb.reverse/break-precsave.exp: Likewise.
17927 * gdb.reverse/break-reverse.exp: Likewise.
17928 * gdb.reverse/consecutive-precsave.exp: Likewise.
17929 * gdb.reverse/finish-precsave.exp: Likewise.
17930 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17931 * gdb.reverse/finish-reverse.exp: Likewise.
17932 * gdb.reverse/i386-precsave.exp: Likewise.
17933 * gdb.reverse/i387-env-reverse.exp: Likewise.
17934 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17935 * gdb.reverse/machinestate-precsave.exp: Likewise.
17936 * gdb.reverse/machinestate.exp: Likewise.
17937 * gdb.reverse/sigall-precsave.exp: Likewise.
17938 * gdb.reverse/solib-precsave.exp: Likewise.
17939 * gdb.reverse/step-precsave.exp: Likewise.
17940 * gdb.reverse/until-precsave.exp: Likewise.
17941 * gdb.reverse/watch-precsave.exp: Likewise.
17942 * gdb.reverse/watch-reverse.exp: Likewise.
17943
b22089ab
YQ
179442014-10-17 Yao Qi <yao@codesourcery.com>
17945
17946 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17947 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17948
6c4486e6
PA
179492014-10-17 Pedro Alves <palves@redhat.com>
17950
17951 PR gdb/17471
17952 * gdb.base/bg-execution-repeat.c: New file.
17953 * gdb.base/bg-execution-repeat.exp: New file.
17954
0ff33695
PA
179552014-10-17 Pedro Alves <palves@redhat.com>
17956
17957 PR gdb/17300
17958 * gdb.base/continue-all-already-running.c: New file.
17959 * gdb.base/continue-all-already-running.exp: New file.
17960
6fdebc3d
PA
179612014-10-17 Pedro Alves <palves@redhat.com>
17962
17963 PR gdb/17472
17964 * gdb.base/annota-input-while-running.c: New file.
17965 * gdb.base/annota-input-while-running.exp: New file.
17966
32a8097b
PA
179672014-10-17 Pedro Alves <palves@redhat.com>
17968
17969 * gdb.base/callfuncs.exp: emove references to osf.
17970 * gdb.base/sigall.exp: Likewise.
17971 * gdb.gdb/selftest.exp: Likewise.
17972 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17973 * gdb.mi/non-stop.c: Likewise.
17974 * gdb.mi/pthreads.c: Likewise.
17975 * gdb.reverse/sigall-precsave.exp: Likewise.
17976 * gdb.reverse/sigall-reverse.exp: Likewise.
17977 * gdb.threads/pthreads.c: Likewise.
17978 * gdb.threads/pthreads.exp: Likewise.
17979
7a3517ff
YQ
179802014-10-17 Yao Qi <yao@codesourcery.com>
17981
17982 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17983 check 'target_info exists noargs'.
17984 (test_command_prompt_position): Likewise.
17985 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17986 Remove "set args".
17987 (progvar_simple_while_test): Likewise.
17988 (progvar_complex_if_while_test): Likewise.
17989 (if_while_breakpoint_command_test): Likewise.
17990 (infrun_breakpoint_command_test): Likewise.
17991 (breakpoint_command_test): Likewise.
17992 (watchpoint_command_test): Likewise.
17993 (bp_deleted_in_command_test): Likewise.
17994 (temporary_breakpoint_commands): Likewise.
17995
bb99c472
YQ
179962014-10-16 Yao Qi <yao@codesourcery.com>
17997
17998 * gdb.base/remotetimeout.exp: Remove noargs checking.
17999
7c16b83e
PA
180002014-10-15 Pedro Alves <palves@redhat.com>
18001
18002 PR breakpoints/9649
18003 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18004 * gdb.base/breakpoint-in-ro-region.exp
18005 (probe_target_hardware_step): New procedure.
18006 (top level): Probe hardware stepping and hardware breakpoint
18007 support. Test stepping through a read-only region, with both
18008 "breakpoint auto-hw" on and off and both "always-inserted" on and
18009 off.
18010
35a49624
IB
180112014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18012
18013 * gdb.dlang/demangle.exp: Update for demangling changes.
18014
2d1c107c
SC
180152014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18016
18017 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18018 * gdb.cp/non-trivial-retval.exp: Add new tests.
18019
778811d5
SC
180202014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18021
18022 PR c++/13403
18023 PR c++/15154
18024 * gdb.cp/non-trivial-retval.cc: New file.
18025 * gdb.cp/non-trivial-retval.exp: New file.
18026
10c5f0a8
YQ
180272014-10-15 Yao Qi <yao@codesourcery.com>
18028
18029 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18030 remote host.
18031
65d7b369
YQ
180322014-10-15 Yao Qi <yao@codesourcery.com>
18033
18034 * gdb.python/py-symbol.exp: Match file base name if host is
18035 remote, otherwise match file name with dir name.
18036 * gdb.python/py-symtab.exp: Likewise.
18037 * gdb.python/python.exp: Likewise.
18038
46dc1394
YQ
180392014-10-15 Yao Qi <yao@codesourcery.com>
18040
18041 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18042 pattern.
18043 * gdb.python/py-symtab.exp: Likewise.
18044 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18045 locationn.
18046
c40cc657
JB
180472014-10-14 Joel Brobecker <brobecker@adacore.com>
18048
18049 * gdb.ada/addr_arith: New testcase.
18050
2abf49e1
MR
180512014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18052
18053 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18054 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18055 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18056 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18057
f7088df3
SDJ
180582014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18059
18060 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18061 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18062 * gdb.arch/stap-eval-lang-ada.exp: New file.
18063
4dc06805
YQ
180642014-10-14 Yao Qi <yao@codesourcery.com>
18065
18066 * gdb.mi/mi-var-child.c (nothing1): New function.
18067 (nothing2): New function.
18068 (do_children_tests): Set function pointers by nothing1 and
18069 nothing2.
18070 * gdb.mi/mi-var-child.exp: Step over new added statements.
18071 Update test to match the new output.
18072 * gdb.mi/var-cmd.c (nothing1): New function.
18073 (nothing2): New function.
18074 (do_children_tests): Set function pointers by nothing1 and
18075 nothing2.
18076 * gdb.mi/mi-var-display.exp: Update test to match output.
18077 Step to the line specified by $line_dct_nothing.
18078 Increase the number of lines to step.
18079
46a93de2
YQ
180802014-10-14 Yao Qi <yao@codesourcery.com>
18081
18082 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18083 tests.
18084 * gdb.mi/mi2-var-child.exp: Likewise.
18085
14ea52ee
DE
180862014-10-13 Doug Evans <dje@google.com>
18087
18088 * gdb.python/py-objfile.exp: Change name of file name test.
18089
e5c6e92b
DE
180902014-10-13 Doug Evans <dje@google.com>
18091
18092 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18093 from the start of the CU.
18094
c780cc2f
JK
180952014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18096 Yao Qi <yao@codesourcery.com>
18097
18098 Fix "save breakpoints" for "catch" command.
18099 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18100 Remove -nonewline. Match also the added "main" line.
18101
99894e11
JK
181022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18103
18104 Fix "save breakpoints" for "disable $bpnum" command.
18105 * gdb.base/save-bp.c (main): Add label.
18106 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18107
6e1ac5a3
JK
181082014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18109
18110 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18111
754dd2b0
YQ
181122014-10-11 Yao Qi <yao@codesourcery.com>
18113
18114 * gdb.server/server-kill.exp: Execute command
18115 "set remote trace-status-packet on" before "tstatus".
18116
f90183d7
YQ
181172014-10-11 Yao Qi <yao@codesourcery.com>
18118
18119 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18120 (main): Call getppid.
18121 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18122 and continue to it. Read variable "server_pid".
18123
bf40a607
YQ
181242014-10-11 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18127
052ca370
YQ
181282014-10-11 Yao Qi <yao@codesourcery.com>
18129
18130 * gdb.threads/thread-find.exp: Don't execute command
18131 "info threads".
18132 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18133 * gdb.threads/linux-dp.exp: Don't check the condition
18134 $threads_created equals to zero.
18135
3831839c
PA
181362014-10-10 Pedro Alves <palves@redhat.com>
18137
18138 * gdb.base/bigcore.exp: Remove references to IRIX.
18139 * gdb.base/funcargs.exp: Likewise.
18140 * gdb.base/interrupt.exp: Likewise.
18141 * gdb.base/mips_pro.exp: Likewise.
18142 * gdb.base/nodebug.exp: Likewise.
18143 * gdb.base/setvar.exp: Likewise.
18144 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18145
8b9a549d
PA
181462014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18147 Pedro Alves <palves@redhat.com>
18148
18149 PR symtab/14466
18150 * gdb.base/vdso-warning.c: New file.
18151 * gdb.base/vdso-warning.exp: New file.
18152
d48ba5e8
DE
181532014-10-02 Doug Evans <dje@google.com>
18154
18155 * gdb.base/structs.c (main): Don't run forever.
18156
2278c276
PA
181572014-10-02 Pedro Alves <palves@redhat.com>
18158
18159 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18160 (top level) <stop threads 1, stop threads 2>: Use it.
18161
b57bacec
PA
181622014-10-02 Pedro Alves <palves@redhat.com>
18163
18164 * gdb.threads/break-while-running.exp (test): Add new
18165 'update_thread_list' argument. Skip "info threads" if false.
18166 (top level): Add new 'update_thread_list' axis.
18167
13fd3ff3
PA
181682014-10-02 Pedro Alves <palves@redhat.com>
18169
18170 PR breakpoints/17431
18171 * gdb.base/execl-update-breakpoints.c: New file.
18172 * gdb.base/execl-update-breakpoints.exp: New file.
18173
0fec99e8
PA
181742014-10-01 Pedro Alves <palves@redhat.com>
18175
18176 * gdb.base/breakpoint-in-ro-region.c: New file.
18177 * gdb.base/breakpoint-in-ro-region.exp: New file.
18178
2ddf4301
SM
181792014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18180
18181 * gdb.mi/mi-exit-code.exp: New file.
18182 * gdb.mi/mi-exit-code.c: New file.
18183
6a5f3f43
YQ
181842014-09-30 Yao Qi <yao@codesourcery.com>
18185
18186 * lib/prelink-support.exp (build_executable_own_libs): Error if
18187 the target isn't native.
18188
345bcc73
YQ
181892014-09-30 Yao Qi <yao@codesourcery.com>
18190
18191 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18192 false.
18193
a25a5a45
PA
181942014-09-22 Pedro Alves <palves@redhat.com>
18195
18196 * gdb.threads/break-while-running.exp: New file.
18197 * gdb.threads/break-while-running.c: New file.
18198
00ba3162
YQ
181992014-09-19 Yao Qi <yao@codesourcery.com>
18200
18201 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18202 Invoke test. Restart GDB with --readnow and invoke test again.
18203
c3b7b696
YQ
182042014-09-19 Yao Qi <yao@codesourcery.com>
18205
18206 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18207 proc set_breakpoint_on_gcd_function. Invoke
18208 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18209 invoke set_breakpoint_on_gcd_function again.
18210
2b4fd423
DE
182112014-09-18 Doug Evans <dje@google.com>
18212
18213 * gdb.dwarf2/symtab-producer.exp: New file.
18214
a5947601
SDJ
182152014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18216
18217 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18218 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18219 * gdb.base/global-var-nested-by-dso.c: Likewise.
18220 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18221
91c19059
SDJ
182222014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18223 Pedro Alves <palves@redhat.com>
18224
18225 * gdb.base/watch-bitfields.exp: Pass string other than test file
18226 name to prepare_for_testing.
18227 (watch): New procedure.
18228 (expect_watchpoint): Use with_test_prefix.
18229 (top level): Factor out tests to ...
18230 (test_watch_location, test_regular_watch): ... these new
18231 procedures, and use with_test_prefix and gdb_continue_to_end.
18232
bb9d5f81
PP
182332014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18234
18235 PR breakpoints/12526
18236 * gdb.base/watch-bitfields.exp: New file.
18237 * gdb.base/watch-bitfields.c: New file.
18238
635856f5
PA
182392014-09-16 Pedro Alves <palves@redhat.com>
18240
18241 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18242 software and hardware addresses, not software address against
18243 itself.
18244
7280ceea
PA
182452014-09-16 Pedro Alves <palves@redhat.com>
18246
18247 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18248 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18249
428b16bd
PA
182502014-09-16 Pedro Alves <palves@redhat.com>
18251
18252 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18253 files.
18254 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18255 "*-*-vxworks*" throughout.
18256 * gdb.base/break.exp: Likewise.
18257 * gdb.base/default.exp: Likewise.
18258 * gdb.base/scope.exp: Likewise.
18259 * gdb.base/sepdebug.exp: Likewise.
18260 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18261 throughout.
18262 * gdb.base/run.c: Likewise.
18263 * gdb.base/sepdebug.c: Likewise.
18264 * gdb.hp/gdb.aCC/run.c: Likewise.
18265 * gdb.reverse/until-reverse.c: Likewise.
18266 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18267
666d413c
YQ
182682014-09-16 Yao Qi <yao@codesourcery.com>
18269
18270 * boards/local-remote-host-native.exp: New file.
18271
57cbd724
DE
182722014-09-14 Doug Evans <xdje42@gmail.com>
18273
18274 * gdb.threads/queue-signal.c (thread_count): New variable.
18275 (thread_count_mutex, thread_count_condvar): New variables.
18276 (incr_thread_count, wait_all_threads_running): New functions.
18277 (main): Wait for all threads to be in their thread functions.
18278
81219e53
DE
182792014-09-13 Doug Evans <xdje42@gmail.com>
18280
18281 * gdb.threads/queue-signal.c: New file.
18282 * gdb.threads/queue-signal.exp: New file.
18283
3714cea7
DE
182842014-09-13 Doug Evans <xdje42@gmail.com>
18285
18286 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18287 be consistent with what default_gdb_init uses.
18288 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18289 the plain text of the prompt. Add some logging printfs.
18290 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18291
fa43b1d7
PA
182922014-09-12 Pedro Alves <palves@redhat.com>
18293
18294 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18295 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18296 * gdb.arch/i386-size-overlap.exp: Likewise.
18297 * gdb.arch/i386-size.exp: Likewise.
18298 * gdb.arch/i386-unwind.exp: Likewise.
18299 * gdb.base/a2-run.exp: Likewise.
18300 * gdb.base/break.exp: Likewise.
18301 * gdb.base/charset.exp: Likewise.
18302 * gdb.base/chng-syms.exp: Likewise.
18303 * gdb.base/commands.exp: Likewise.
18304 * gdb.base/dbx.exp: Likewise.
18305 * gdb.base/find.exp: Likewise.
18306 * gdb.base/funcargs.exp: Likewise.
18307 * gdb.base/jit-simple.exp: Likewise.
18308 * gdb.base/reread.exp: Likewise.
18309 * gdb.base/sepdebug.exp: Likewise.
18310 * gdb.base/step-bt.exp: Likewise.
18311 * gdb.cp/mb-inline.exp: Likewise.
18312 * gdb.cp/mb-templates.exp: Likewise.
18313 * gdb.objc/basicclass.exp: Likewise.
18314 * gdb.threads/killed.exp: Likewise.
18315
9d9bf2df
EBM
183162014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18317
18318 PR tdep/17379
18319 * gdb.arch/powerpc-stackless.S: New file.
18320 * gdb.arch/powerpc-stackless.exp: New file.
18321
1cf2f1b0
JK
183222014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18323
18324 * gdb.base/attach.c: Include unistd.h.
18325 (main): Call alarm. Add label postloop.
18326 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18327 gdb_breakpoint, gdb_continue_to_breakpoint.
18328 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18329
98880d46
PA
183302014-09-11 Pedro Alves <palves@redhat.com>
18331
18332 PR gdb/17347
18333 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18334 * gdb.base/attach.exp (test_command_line_attach_run): New
18335 procedure.
18336 (top level): Call it.
18337
4c92ff2c
PA
183382014-09-11 Pedro Alves <palves@redhat.com>
18339
18340 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18341 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18342 (do_command_attach_tests): Use spawn_wait_for_attach.
18343 * gdb.base/solib-overlap.exp: Likewise.
18344 * gdb.multi/multi-attach.exp: Likewise.
18345 * gdb.python/py-prompt.exp: Likewise.
18346 * gdb.python/py-sync-interp.exp: Likewise.
18347 * gdb.server/ext-attach.exp: Likewise.
18348
3adc1a7d
GKB
183492014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18350
18351 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18352 command in testcase. Simplify testcase.
18353
96334934
JB
183542014-09-10 Joel Brobecker <brobecker@adacore.com>
18355
18356 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18357
eb479039
JB
183582014-09-10 Joel Brobecker <brobecker@adacore.com>
18359
18360 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18361
deede10c
JB
183622014-09-10 Joel Brobecker <brobecker@adacore.com>
18363
18364 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18365
7828a5f5
JB
183662014-09-10 Joel Brobecker <brobecker@adacore.com>
18367
18368 * gdb.dwarf2/dynarr-ptr.c: New file.
18369 * gdb.dwarf2/dynarr-ptr.exp: New file.
18370
33aeebcf
MR
183712014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18372
18373 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18374 of 30 rather than hardcoding 120 for a slow test case. Take the
18375 `gdb,timeout' target setting into account for this calculation.
18376 Don't extend the timeout for the test cases that don't need it.
18377
7b415901
MR
183782014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18379
18380 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18381 a factor of 2 for a slow test case. Take the `gdb,timeout'
18382 target setting into account for this calculation.
18383 * gdb.reverse/until-precsave.exp: Increase the timeout by
18384 a factor of 15 and 3 respectively rather than adding 120
18385 for a pair of slow test cases. Take the `gdb,timeout'
18386 target setting into account for this calculation.
18387
4a40f85a
MR
183882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18389
18390 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18391 timeout, don't pass one down to gdb_expect.
18392 (gdb_expect): Rework timeout selection.
18393
09635af7
MR
183942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18395
18396 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18397 exception on timeout.
18398 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18399 (gdbserver_start_extended): Catch any `gdbserver_start' error
18400 exceptions.
18401 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18402 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18403 `gdbserver_gdb_load' error exceptions.
18404
2bdd10b7
MR
184052014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18406
18407 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18408 120 on waiting for the TCP socket to open.
18409
316935f0
DE
184102014-09-09 Doug Evans <xdje42@gmail.com>
18411
18412 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18413 _caller_matches, _any_caller_is, _any_caller_matches.
18414
83740597
DE
184152014-09-09 Doug Evans <xdje42@gmail.com>
18416
18417 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18418
4c122fc3
YQ
184192014-09-09 Yao Qi <yao@codesourcery.com>
18420
18421 * gdb.mi/mi-var-display.exp: Set print symbol off.
18422
a9f116cb
GKB
184232014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18424
18425 PR gdb/17035
18426 * gdb.base/commands.exp: Add tests to verify user-defined
18427 commands with empty bodies.
18428 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18429 python commands in `show user command`.
18430 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18431 scheme commands in `show user command`.
18432
c75bd3a2
JK
184332014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18434
18435 PR python/17355
18436 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18437 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18438 * gdb.python/py-framefilter-invalidarg.exp: New file.
18439 * gdb.python/py-framefilter-invalidarg.py: New file.
18440
faa42425
DE
184412014-09-06 Doug Evans <xdje42@gmail.com>
18442
18443 PR 15276
18444 * gdb.python/py-caller-is.c: New file.
18445 * gdb.python/py-caller-is.exp: New file.
18446
474ca4f6
SDJ
184472014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18448
18449 PR gdb/17235
18450 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18451 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18452
eb0b0463
SDJ
184532014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18454
18455 PR fortran/17237
18456 * gdb.fortran/print-formatted.exp: New file.
18457 * gdb.fortran/print-formatted.f90: Likewise.
18458
5f3b99cf
SS
184592014-09-03 Sasha Smundak <asmundak@google.com>
18460
18461 * gdb.python/py-frame.exp: Test Frame.read_register.
18462
7d793aa9
SDJ
184632014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18464
18465 PR python/16699
18466 * gdb.python/py-completion.exp: New file.
18467 * gdb.python/py-completion.py: Likewise.
18468
fb0576e9
DE
184692014-08-28 Doug Evans <dje@google.com>
18470
18471 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18472 eax,etc. are live with values set by gdb and thus the compiler can't
18473 use them.
18474 * gdb.arch/i386-pseudo.c (main): Ditto.
18475
ee92b0dd
DE
184762014-08-27 Doug Evans <dje@google.com>
18477
18478 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18479
6649db35
DE
184802014-08-25 Doug Evans <dje@google.com>
18481
18482 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18483 (main): Ditto.
18484
564b7600
DE
184852014-08-25 Doug Evans <dje@google.com>
18486
18487 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18488
3881fb67
YQ
184892014-08-24 Yao Qi <yao@codesourcery.com>
18490
18491 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18492 symbol off.
18493 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18494
a05a36a5
DE
184952014-08-22 Doug Evans <dje@google.com>
18496
18497 PR 17276
18498 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18499 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18500 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18501
7c343b48
YQ
185022014-08-22 Yao Qi <yao@codesourcery.com>
18503
18504 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18505 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18506 * gdb.python/python.exp: Likewise. Use .py file on the host
18507 instead of the build.
18508
22fd09ae
JK
185092014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18510
18511 * gdb.threads/gcore-stale-thread.c: New file.
18512 * gdb.threads/gcore-stale-thread.exp: New file.
18513
a8454a7c
PA
185142014-08-21 Pedro Alves <palves@redhat.com>
18515
18516 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18517 * gdb.base/gcore-relro-pie.exp: Likewise.
18518 * gdb.base/gcore-relro.exp: Likewise.
18519 * gdb.base/gcore.exp: Likewise.
18520 * gdb.base/print-symbol-loading.exp: Likewise.
18521 * gdb.threads/gcore-thread.exp: Likewise.
18522 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18523
2a31c623
PA
185242014-08-20 Pedro Alves <palves@redhat.com>
18525 Jan Kratochvil <jan.kratochvil@redhat.com>
18526
18527 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18528 configure.
18529 (EXPECT): Handle READ1 being set.
18530 (all): Depend on EXTRA_RULES.
18531 (check-read1, expect-read1, read1.so, read1): New rules.
18532 * README (Testsuite Parameters): Document the READ1 make variable.
18533 (Race detection): New section.
18534 * configure: Regenerate.
18535 * configure.ac: If build==host==target, and running under a
18536 GNU/glibc system, add read1 to the extra Makefile rules.
18537 (EXTRA_RULES): AC_SUBST it.
18538 * lib/read1.c: New file.
18539
d36430db
JB
185402014-08-20 Joel Brobecker <brobecker@adacore.com>
18541
18542 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18543 the handling of variables declared as a typedef to an array
18544 which a DW_AT_data_location attribute.
18545
9a0dc9e3
PA
185462014-08-19 Andrew Burgess <aburgess@broadcom.com>
18547 Pedro Alves <palves@redhat.com>
18548
18549 PR symtab/14604
18550 PR symtab/14605
18551 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18552 gdb_test.
18553
0718a8da
PA
185542014-08-19 Pedro Alves <palves@redhat.com>
18555
18556 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18557
13b448cd
YQ
185582014-08-19 Yao Qi <yao@codesourcery.com>
18559
18560 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18561 right line.
18562
1cbf5077
DB
185632014-08-18 David Blaikie <dblaikie@gmail.com>
18564
18565 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18566
bf0fae19
JB
185672014-08-18 Joel Brobecker <brobecker@adacore.com>
18568
18569 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18570 attribute in array range.
18571
3c8c5dcc
JB
185722014-08-18 Joel Brobecker <brobecker@adacore.com>
18573
18574 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18575
e66d4446
SC
185762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18577
18578 PR c++/17132
18579 * gdb.cp/pr17132.cc: New file.
18580 * gdb.cp/pr17132.exp: New file.
18581
940df408
SC
185822014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18583
18584 * gdb.python/py-xmethods.py (A_getarrayind)
18585 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18586 Use 'print' with function call syntax.
18587 (E_method_matcher.match): Fix tab vs space indentation mixup.
18588
ebcc6c3a
YQ
185892014-08-15 Yao Qi <yao@codesourcery.com>
18590
18591 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18592 false.
18593
775e0f04
YQ
185942014-08-15 Yao Qi <yao@codesourcery.com>
18595
18596 * gdb.cp/casts.exp: Set print symbol off.
18597 * gdb.cp/class2.exp: Likewise.
18598 * gdb.cp/overload.exp: Likewise.
18599 * gdb.cp/templates.exp: Likewise.
18600
d769e349
DE
186012014-08-11 Doug Evans <dje@google.com>
18602
18603 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18604 (test_load_shlib): Update.
18605
20c6f1e1
YQ
186062014-08-09 Yao Qi <yao@codesourcery.com>
18607
18608 * gdb.base/display.exp: Invoke is_address_zero_readable.
18609 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18610 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18611 * gdb.base/hbreak-unmapped.exp: Return if
18612 is_address_zero_readable returns true.
18613 * gdb.base/signest.exp: Likewise.
18614 * gdb.base/signull.exp: Likewise.
18615 * gdb.base/sigbpt.exp: Likewise.
18616 * gdb.guile/scm-disasm.exp: Do the test if
18617 is_address_zero_readable returns false.
18618 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18619 * gdb.python/py-arch.exp: Likewise.
18620 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18621 * lib/gdb.exp (is_address_zero_readable): New proc.
18622
5792e8e3
YQ
186232014-08-09 Yao Qi <yao@codesourcery.com>
18624
18625 PR testsuite/13443
18626 * gdb.mi/mi-var-display.exp: Make test messages unique.
18627
3cecbbbe
TT
186282014-08-04 Tom Tromey <tromey@redhat.com>
18629
18630 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18631 target 0".
18632
00b51ff5
TT
186332014-08-04 Tom Tromey <tromey@redhat.com>
18634
18635 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18636 "target_resume".
18637
6908c509
JB
186382014-08-01 Joel Brobecker <brobecker@adacore.com>
18639
18640 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18641 inner_vla_struct_object_size.
18642 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18643 as xfail.
18644
cc6563d2
PA
186452014-07-30 Pedro Alves <palves@redhat.com>
18646
18647 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18648 comment.
18649
7e09a223
YQ
186502014-07-29 Yao Qi <yao@codesourcery.com>
18651
18652 PR gdb/17206
18653 * gdb.base/until-nodebug.exp: New.
18654
7ebdbe92
DE
186552014-07-28 Doug Evans <xdje42@gmail.com>
18656
18657 PR guile/17203
18658 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18659 previously existing parameter, and previously ambiguously spelled
18660 parameter.
18661
fdb1adc6
WN
186622014-07-28 Will Newton <will.newton@linaro.org>
18663
18664 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18665
186fcde0
DE
186662014-07-26 Ludovic Courtès <ludo@gnu.org>
18667 Doug Evans <xdje42@gmail.com>
18668
18669 PR guile/17146
18670 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18671
70509625
PA
186722014-07-25 Pedro Alves <palves@redhat.com>
18673
18674 * gdb.threads/signal-command-handle-nopass.c: New file.
18675 * gdb.threads/signal-command-handle-nopass.exp: New file.
18676 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18677 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18678 * gdb.threads/signal-delivered-right-thread.c: New file.
18679 * gdb.threads/signal-delivered-right-thread.exp: New file.
18680
c3f814a1
PA
186812014-07-25 Pedro Alves <palves@redhat.com>
18682
18683 * gdb.base/double-prompt-target-event-error.exp
18684 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18685 match.
18686 (cancel_pagination_in_target_event): Rework double prompt
18687 detection.
18688 * gdb.base/paginate-after-ctrl-c-running.exp
18689 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18690 <return>' match.
18691 * gdb.base/paginate-bg-execution.exp
18692 (test_bg_execution_pagination_return)
18693 (test_bg_execution_pagination_cancel): Remove '-notransfer
18694 <return>' matches.
18695 * gdb.base/paginate-execution-startup.exp
18696 (test_fg_execution_pagination_return)
18697 (test_fg_execution_pagination_cancel): Remove '-notransfer
18698 <return>' matches.
18699 * gdb.base/paginate-inferior-exit.exp
18700 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18701 match.
18702 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18703 * lib/gdb.exp (pagination_prompt): Run text through
18704 string_to_regexp.
18705 (gdb_test_multiple): Match $pagination_prompt instead of
18706 "<return>".
18707 (string_to_regexp): Move to lib/gdb-utils.exp.
18708
e214cf6c
JK
187092014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18710
18711 * gdb.arch/amd64-entry-value-paramref.S: New file.
18712 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18713 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18714 * gdb.arch/amd64-optimout-repeat.S: New file.
18715 * gdb.arch/amd64-optimout-repeat.c: New file.
18716 * gdb.arch/amd64-optimout-repeat.exp: New file.
18717
17d0c5c8
JK
187182014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18719
18720 PR gdb/17170
18721 * gdb.base/statistics.exp: New file.
18722
b8b8facf
DE
187232014-07-17 Doug Evans <dje@google.com>
18724
74b49205 18725 PR gdb/17170
b8b8facf
DE
18726 * gdb.base/maint.exp: Update testing of per-command stats.
18727
1b5d0ab3
PA
187282014-07-16 Pedro Alves <palves@redhat.com>
18729
18730 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18731 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18732 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18733 (tfile_write_buf): New functions.
18734 (add_memory_block): Rewrite using the above.
18735 (adjust_function_address): New function.
18736 (FUNCTION_ADDRESS): New macro.
18737 (write_basic_trace_file): Remove short_x local, and use
18738 tfile_write_16. Change type of func_addr local to unsigned long
18739 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18740 here. Cast argument of add_memory_block to char pointer.
18741 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18742 (main): Remove parameters.
18743 * gdb.trace/tfile.exp: Remove nowarnings.
18744
4d974e88
SM
187452014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18746
18747 * gdb.base/debug-expr.exp: Test string evaluation with
18748 "debug expression" on.
18749
41e99568
PA
187502014-07-15 Pedro Alves <palves@redhat.com>
18751
18752 * gdb.base/reread.exp: Use clean_restart.
18753
487d9753
PL
187542014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18755
18756 * gdb.arch/avr-flash-qualifer.c: New.
18757 * gdb.arch/avr-flash-qualifer.exp: New.
18758
cc1c52ad
PA
187592014-07-14 Pedro Alves <palves@redhat.com>
18760
18761 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18762 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18763
1e973570
PA
187642014-07-14 Pedro Alves <palves@redhat.com>
18765
18766 * gdb.base/double-prompt-target-event-error.c: New file.
18767 * gdb.base/double-prompt-target-event-error.exp: New file.
18768
93d6eb10
PA
187692014-07-14 Pedro Alves <palves@redhat.com>
18770
18771 PR gdb/17072
18772 * gdb.base/paginate-inferior-exit.c: New file.
18773 * gdb.base/paginate-inferior-exit.exp: New file.
18774
0017922d
PA
187752014-07-14 Pedro Alves <palves@redhat.com>
18776
18777 PR gdb/17072
18778 * gdb.base/paginate-bg-execution.c: New file.
18779 * gdb.base/paginate-bg-execution.exp: New file.
18780
94696ad3
PA
187812014-07-14 Pedro Alves <palves@redhat.com>
18782
18783 PR gdb/17072
18784 * gdb.base/paginate-execution-startup.c: New file.
18785 * gdb.base/paginate-execution-startup.exp: New file.
18786 * lib/gdb.exp (pagination_prompt): New global.
18787 (default_gdb_spawn): New procedure, factored out from
18788 default_gdb_spawn.
18789 (default_gdb_start): Adjust to call default_gdb_spawn.
18790 (gdb_spawn): New procedure.
18791
bd293940
PA
187922014-07-14 Pedro Alves <palves@redhat.com>
18793
18794 * lib/gdb.exp (gdb_assert): New procedure.
18795 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18796
c933f875
PA
187972014-07-14 Pedro Alves <palves@redhat.com>
18798
18799 * gdb.base/execution-termios.c: New file.
18800 * gdb.base/execution-termios.exp: New file.
18801
d98b7a16
TT
188022014-07-14 Tom Tromey <tromey@redhat.com>
18803
18804 * gdb.cp/vla-cxx.cc: New file.
18805 * gdb.cp/vla-cxx.exp: New file.
18806
548740d6
TT
188072014-07-14 Tom Tromey <tromey@redhat.com>
18808
18809 * gdb.reverse/rerun-prec.c: New file.
18810 * gdb.reverse/rerun-prec.exp: New file.
18811
a25eb028
MR
188122014-07-12 Maciej W. Rozycki <macro@mips.com>
18813 Maciej W. Rozycki <macro@codesourcery.com>
18814
18815 * lib/gdb-utils.exp: New file.
18816 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18817 inline `gdb_init_command' processing.
18818 (gdb_start_cmd): Likewise.
18819 * lib/mi-support.exp (mi_run_cmd): Likewise.
18820 * README: Document `gdb_init_command' and `gdb_init_commands'.
18821
218c2655
JK
188222014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18823
18824 Fix false FAIL running under a very long directory name.
18825 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18826 and "set print elements 10000". Twice.
18827
5401fde3
YQ
188282014-07-11 Yao Qi <yao@codesourcery.com>
18829
18830 * gdb.base/exprs.exp: "set print symbol off".
18831
e76126e8
PA
188322014-07-11 Pedro Alves <palves@redhat.com>
18833
18834 * gdb.threads/kill.c: New file.
18835 * gdb.threads/kill.exp: New file.
18836
2d6f0de6
YQ
188372014-07-10 Yao Qi <yao@codesourcery.com>
18838
18839 * gdb.trace/tfile.c (write_basic_trace_file)
18840 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18841 address written to trace file.
18842
7180e04a
PA
188432014-07-09 Pedro Alves <palves@redhat.com>
18844
18845 * gdb.base/attach-wait-input.exp: New file.
18846 * gdb.base/attach-wait-input.c: New file.
18847
9a9a7608
AB
188482014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18849
18850 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18851 setting up test structures.
18852 (main): Call new test function.
18853 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18854 test function, continue into test function and walk test
18855 structures.
18856
161ac41e
YQ
188572014-07-02 Yao Qi <yao@codesourcery.com>
18858
18859 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18860 'bar_start' at the beginning of functions 'foo' and 'bar'
18861 respectively.
18862 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18863 instead of 'foo' and 'bar'.
18864
1f267ae3
MM
188652014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18866
18867 * gdb.btrace/segv.exp: New.
18868 * gdb.btrace/segv.c: New.
18869
2b239efb
LM
188702014-07-02 Luis Machado <lgustavo@codesourcery.com>
18871
18872 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18873 instruction.
18874
cf363f18
MW
188752014-06-30 Mark Wielaard <mjw@redhat.com>
18876
18877 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18878 vulture, vilify, villar): New volatile array constants.
18879 (vindictive, vegetation): New const volatile array constants.
18880 * gdb.base/volatile.exp: Test volatile and const volatile array
18881 types.
18882
aebf9d24
AA
188832014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18884
18885 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18886 target lacks support for awatch, rwatch, or hbreak.
18887
b67a2c6f
YQ
188882014-06-27 Yao Qi <yao@codesourcery.com>
18889
18890 * gdb.multi/dummy-frame-restore.exp: New.
18891 * gdb.multi/dummy-frame-restore.c: New.
18892
aef92902
MM
188932014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18894
18895 * gdb.btrace/gcore.exp: New.
18896
8e9db26e
PA
188972014-06-23 Pedro Alves <palves@redhat.com>
18898
18899 * gdb.base/watchpoint-reuse-slot.c: New file.
18900 * gdb.base/watchpoint-reuse-slot.exp: New file.
18901
70afc5b7
SC
189022014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18903
18904 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18905 progspace's filename in 'info', 'enable' and 'disable' command
18906 tests.
18907
b972bd9c
JK
189082014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18909
18910 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18911 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18912 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18913
125f8a3d
GB
189142014-06-20 Gary Benson <gbenson@redhat.com>
18915
18916 * gdb.arch/i386-avx.exp: Fix include file location.
18917 * gdb.arch/i386-sse.exp: Likewise.
18918
3ed9baed
IB
189192014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18920
18921 * gdb.dlang/expression.exp: New file.
18922
034f788c
PA
189232014-06-19 Pedro Alves <palves@redhat.com>
18924
18925 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18926 out from ...
18927 (top level): ... here. Iterate running tests under different
18928 scheduler-locking settings.
18929
45371d0c
LM
189302014-06-18 Luis Machado <lgustavo@codesourcery.com>
18931
18932 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18933 to DW_FORM_addr and use non-zero addresses.
18934
5d376983
SC
189352014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18936
18937 PR gdb/17017
18938 * gdb.python/py-xmethods.cc: Add global function call counters and
18939 increment them in their respective functions. Remove "cout"
18940 statements.
18941 * gdb.python/py-xmethods.exp: Make tests check the global function
18942 call counters instead of depending on inferior IO.
18943
a1aa2221
LM
189442014-06-18 Don Breazeal <donb@codesourcery.com>
18945
18946 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18947 Deleted procedure.
18948 (explicit_fork_parent_follow): Deleted procedure.
18949 (explicit_fork_child_follow): Deleted procedure.
18950 (test_follow_fork): New procedure.
18951 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18952 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18953 procedure calls.
18954
0fc05997
YQ
189552014-06-17 Yao Qi <yao@codesourcery.com>
18956
18957 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18958 CP1252.
18959
70795c52
LM
189602014-06-17 Luis Machado <lgustavo@codesourcery.com>
18961
18962 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18963 Initialize ptr and S explicitly.
18964 (skip_type_update_when_not_use_rtti_test): Likewise.
18965
6be47f0c
KS
189662014-06-16 Keith Seitz <keiths@redhat.com>
18967
18968 PR mi/15863
18969 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18970 the inferior is started.
18971
d03de421
PA
189722014-06-16 Pedro Alves <palves@redhat.com>
18973
18974 * gdb.base/break-main-file-remove-fail.c: New file.
18975 * gdb.base/break-main-file-remove-fail.exp: New file.
18976 * gdb.base/break-unload-file.exp: Use build_executable instead of
18977 prepare_for_testing.
18978 (test_break): New parameter "initial_load". Handle it.
18979 (top level): Add initial_load cmdline/file axis.
18980
f9579b99
TT
189812014-06-12 Tom Tromey <tromey@redhat.com>
18982
18983 * gdb.base/completion.exp: Don't use directory name in test.
18984
3657956b
GB
189852014-06-09 Gary Benson <gbenson@redhat.com>
18986
18987 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18988 separate the always-available ANSI-standard signals from the
18989 signals that require checking.
18990 (main): Likewise.
18991 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18992 Likewise.
18993 (main): Likewise.
18994
4186eb54
KS
189952014-06-07 Keith Seitz <keiths@redhat.com>
18996
18997 Revert:
18998 PR c++/16253
18999 * gdb.cp/var-tag.cc: New file.
19000 * gdb.cp/var-tag.exp: New file.
19001 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19002 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19003 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19004 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19005
25326a28 190062014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19007
19008 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19009
829155c9
PA
190102014-06-06 Pedro Alves <palves@redhat.com>
19011
19012 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19013 in target debug output instead of looking at RSP packets,
19014 disabling the test on any target that uses hardware stepping.
19015 Update comments.
19016
61c8d22e
PA
190172014-06-06 Pedro Alves <palves@redhat.com>
19018
19019 * gdb.base/break-unload-file.exp: Fix typo.
19020
d9a47287
YQ
190212014-06-06 Yao Qi <yao@codesourcery.com>
19022
19023 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19024 from "jit_function" to "^jit_function".
19025
e5e01dbf
YQ
190262014-06-06 Yao Qi <yao@codesourcery.com>
19027
19028 * gdb.base/async.c (foo): Add one statement.
19029 * gdb.base/async.exp: Get the next instruction address and
19030 match the output of "nexti" by instruction address. Match
19031 the hex address in the output of "finish".
19032
73ba372c
GB
190332014-06-06 Gary Benson <gbenson@redhat.com>
19034
19035 * gdb.base/call-signals.c: Remove preprocessor conditionals
19036 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19037 SIGSEGV and SIGTERM.
19038 * gdb.base/sigall.c: Likewise.
19039 * gdb.base/unwindonsignal.c: Likewise.
19040 * gdb.reverse/sigall-reverse.c: Likewise.
19041
831517df
YQ
190422014-06-06 Yao Qi <yao@codesourcery.com>
19043
19044 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19045 readable, skip the test.
19046
b8b91e98
YQ
190472014-06-06 Yao Qi <yao@codesourcery.com>
19048
19049 * gdb.threads/staticthreads.c (thread_function): Move the line
19050 setting breakpoint on forward.
19051 * gdb.threads/staticthreads.exp: Update comments.
19052
fb934770
LC
190532014-06-05 Ludovic Courtès <ludo@gnu.org>
19054
19055 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19056 "history-append! type error".
19057
6ef284bd
SM
190582014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19059
19060 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19061 erroneous dprintf expected input.
19062
a872e241
DE
190632014-06-04 Doug Evans <xdje42@gmail.com>
19064
19065 * gdb.guile/scm-generics.exp: Delete.
19066
16f691fb
DE
190672014-06-04 Doug Evans <xdje42@gmail.com>
19068
19069 * gdb.guile/scm-breakpoint.exp: Update.
19070 Add tests for breakpoint registration.
19071
012370f6
TT
190722014-06-04 Tom Tromey <tromey@redhat.com>
19073
19074 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19075 VLA-in-union.
19076 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19077 inner_vla_struct, vla_union types. Initialize objects of those
19078 types and compute their sizes.
19079
9f5a4cef
HZ
190802014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19081 Hui Zhu <hui@codesourcery.com>
19082
19083 * gdb.base/fileio.exp: Add test for shell not available as well as
19084 available.
19085 * gdb.base/fileio.c (test_system): Check for shell twice.
19086
90a45c4d
YQ
190872014-06-04 Yao Qi <yao@codesourcery.com>
19088
19089 * gdb.base/auto-connect-native-target.exp: Remove redundant
19090 space from the regexp pattern.
19091
70017e41
YQ
190922014-06-04 Yao Qi <yao@codesourcery.com>
19093
19094 * gdb.base/default.exp: Replace "child" with "native" in
19095 regexp pattern.
19096
883964a7
SC
190972014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19098
19099 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19100 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19101 * gdb.python/py-xmethods.py: Python script supporting the
19102 new testcase and tests.
19103
ef370185
JB
191042014-06-03 Joel Brobecker <brobecker@adacore.com>
19105 Pedro Alves <palves@redhat.com>
19106
19107 PR breakpoints/17000
19108 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19109 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19110
1e2ccb61
BM
191112014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19112
19113 * gdb.base/subst.exp: Add tests to verify partial path matching
19114 output.
19115
c6ec5ab2
PA
191162014-06-03 Pedro Alves <palves@redhat.com>
19117
19118 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19119 target that doesn't use software single-stepping.
19120
835c559f
PA
191212014-06-03 Pedro Alves <palves@redhat.com>
19122
19123 PR breakpoints/17000
19124 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19125 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19126
06eb1586
DE
191272014-06-02 Doug Evans <xdje42@gmail.com>
19128
19129 * gdb.guile/scm-parameter.exp: New file.
19130
e698b8c4
DE
191312014-06-02 Doug Evans <xdje42@gmail.com>
19132
19133 * gdb.guile/scm-cmd.c: New file.
19134 * gdb.guile/scm-cmd.exp: New file.
19135
ded03782
DE
191362014-06-02 Doug Evans <xdje42@gmail.com>
19137
19138 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19139 pretty-printer lookup.
19140 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19141 (make-pp_s-printer): Call it.
19142 (make-pretty-printer-from-dict): New function.
19143 (lookup-pretty-printer-maker-from-dict): New function.
19144 (*pretty-printer*): Simplify.
19145 (make-objfile-pp_s-printer): New function.
19146 (install-objfile-pretty-printers!): New function.
19147 (make-progspace-pp_s-printer): New function.
19148 (install-progspace-pretty-printers!): New function.
19149 * gdb.guile/scm-progspace.c: New file.
19150 * gdb.guile/scm-progspace.exp: New file.
19151
41fac0cf
PA
191522014-06-02 Pedro Alves <palves@redhat.com>
19153
19154 * gdb.base/dprintf-bp-same-addr.c: New file.
19155 * gdb.base/dprintf-bp-same-addr.exp: New file.
19156
96ae5695
EBM
191572014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19158
19159 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19160 * gdb.arch/powerpc-power.s: Likewise.
19161
da02b3a8
JB
191622014-06-02 Joel Brobecker <brobecker@adacore.com>
19163
19164 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19165
c72b2e7b
YQ
191662014-06-01 Yao Qi <yao@codesourcery.com>
19167
19168 * gdb.base/watchpoint.exp (test_watch_location): Check null
19169 pointer can be dereferenced. If not, do the test, otherwise
19170 skip it.
19171
53e8a631
AB
191722014-05-30 Andrew Burgess <aburgess@broadcom.com>
19173
19174 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19175 results.
19176 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19177
938f0e2f
AB
191782014-05-30 Andrew Burgess <aburgess@broadcom.com>
19179
19180 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19181 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19182 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19183 * gdb.arch/amd64-invalid-stack-top.c: New file.
19184 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19185
9ba6657a
PA
191862014-05-30 Pedro Alves <palves@redhat.com>
19187
19188 PR breakpoints/17000
19189 * gdb.base/sss-bp-on-user-bp.c: New file.
19190 * gdb.base/sss-bp-on-user-bp.exp: New file.
19191
522c09bf
DB
191922014-05-30 David Blaikie <dblaikie@gmail.com>
19193
19194 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19195 gnu_inline semantics via attribute.
19196 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19197 source explicitly specifies the required semantics.
19198
bf4ef81e
MR
191992014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19200
19201 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19202
329ea579
PA
192032014-05-29 Pedro Alves <palves@redhat.com>
19204 Tom Tromey <tromey@redhat.com>
19205
19206 * gdb.base/async-shell.exp: Don't enable target-async.
19207 * gdb.base/async.exp
19208 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19209 parameter. Adjust.
19210 (top level): Don't test with "target-async".
19211 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19212 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19213 * gdb.base/inferior-died.exp: Don't enable target-async.
19214 * gdb.base/interrupt-noterm.exp: Likewise.
19215 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19216 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19217 * gdb.mi/mi-nonstop.exp: Likewise.
19218 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19219 * gdb.mi/mi-nsintrall.exp: Likewise.
19220 * gdb.mi/mi-nsmoribund.exp: Likewise.
19221 * gdb.mi/mi-nsthrexec.exp: Likewise.
19222 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19223 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19224 * gdb.python/py-evsignal.exp: Don't enable target-async.
19225 * gdb.python/py-evthreads.exp: Likewise.
19226 * gdb.python/py-prompt.exp: Likewise.
19227 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19228 * gdb.server/solib-list.exp: Don't enable target-async.
19229 * gdb.threads/thread-specific-bp.exp: Likewise.
19230 * lib/mi-support.exp: Adjust to use mi-async.
19231
fd664c91
PA
192322014-05-29 Pedro Alves <palves@redhat.com>
19233
19234 PR gdb/13860
19235 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19236 reason, even in sync mode.
19237
251bde03
PA
192382014-05-29 Pedro Alves <palves@redhat.com>
19239 Hui Zhu <hui@codesourcery.com>
19240
19241 PR PR15693
19242 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19243 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19244 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19245 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19246
7f3c0343
JB
192472014-05-28 Joel Brobecker <brobecker@adacore.com>
19248
19249 * config/monitor.exp (gdb_target_monitor): Replace use of
19250 "set remotebaud" by "set serial baud".
19251
b2715b27
AW
192522014-05-26 Andy Wingo <wingo@igalia.com>
19253
19254 * gdb.guile/scm-breakpoint.exp:
19255 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19256 properties instead of gdb-object-properties.
19257
498a4489
YQ
192582014-05-26 Yao Qi <yao@codesourcery.com>
19259
19260 * gdb.server/no-thread-db.exp: Specify source file name
19261 explicitly when setting a breakpoint.
19262
589fdceb
MM
192632014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19264
19265 * gdb.btrace/vdso.c: New.
19266 * gdb.btrace/vdso.exp: New.
19267
e9089e05
MM
192682014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19269
19270 * gdb.base/gcore.exp (capture_command_output): Move ...
19271 * lib/gdb.exp (capture_command_output): ... here.
19272
67b5c0c1
MM
192732014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19274
19275 * gdb.btrace/data.exp: Test memory access during btrace replay.
19276
a2199296
SM
192772014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19278
19279 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19280
17b2616c
PA
192812014-05-21 Pedro Alves <palves@redhat.com>
19282
19283 PR gdb/13860
19284 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19285 (top level): Test that output related to execution commands is
19286 sent to the console with CLI commands, but not with MI commands.
19287 Test that breakpoint events are always mirrored to the console.
19288 Also expect the new source line to be output after a "next" in
19289 async mode too. Make it a pass/fail test.
19290 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19291 output.
19292 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19293
5166082f
PA
192942014-05-21 Pedro Alves <palves@redhat.com>
19295
19296 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19297 Use them to test variations of "list" after reaching a breakpoint.
19298 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19299 Test "list" with listsize 10 after reaching a breakpoint.
19300 * gdb.python/python.exp (decode_line current location line
19301 number): Adjust expected line number.
19302
2f25d70f
SM
193032014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19304
19305 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19306 behavior for $args, pass it directly to "run".
19307
ff604a67
MR
193082014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19309
19310 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19311 30000 to 65536.
19312
6a3cb8e8
PA
193132014-05-21 Pedro Alves <palves@redhat.com>
19314
19315 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19316 auto-connect-native-target off".
19317 * gdb.base/auto-connect-native-target.c: New file.
19318 * gdb.base/auto-connect-native-target.exp: New file.
19319
4ebfc96e
PA
193202014-05-21 Pedro Alves <palves@redhat.com>
19321
19322 * gdb.base/default.exp: Test "target native" instead of "target
19323 child".
19324
36d46afb
MW
193252014-05-21 Mark Wielaard <mjw@redhat.com>
19326
19327 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19328
5876f503
JK
193292014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19330
19331 Fix TLS access for -static -pthread.
19332 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19333 <HAVE_TLS> (thread_function, main): Initialize it.
19334 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19335 Add clean_restart.
19336 <$have_tls != "">: Check TLSVAR.
19337
0256a6ac
PA
193382014-05-21 Pedro Alves <palves@redhat.com>
19339
19340 * gdb.base/dcache-line-read-error.c: New.
19341 * gdb.base/dcache-line-read-error.exp: New.
19342
936d2992
PA
193432014-05-20 Pedro Alves <palves@redhat.com>
19344
19345 * gdb.base/compare-sections.c: New file.
19346 * gdb.base/compare-sections.exp: New file.
19347
802e8e6d
PA
193482014-05-20 Pedro Alves <palves@redhat.com>
19349
19350 * gdb.base/break-idempotent.c: New file.
19351 * gdb.base/break-idempotent.exp: New file.
19352
e59fa00f
MM
193532014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19354
19355 * gdb.btrace/nohist.exp: New.
19356
8b696e31
YQ
193572014-05-20 Yao Qi <yao@codesourcery.com>
19358
19359 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19360 gdb.reverse directory and gdb_reverse_timeout exists in board
19361 setting.
19362 * README: Document gdb_reverse_timeout.
19363
73c9764f
YQ
193642014-05-20 Yao Qi <yao@codesourcery.com>
19365
19366 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19367 'test_file_name'. Treat args as a string instead of a list.
19368 (gdb_init): Rename argument 'args' by 'test_file_name'.
19369
f1f4348a
JK
193702014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19371
19372 * gdb.arch/powerpc-power.exp: New file.
19373 * gdb.arch/powerpc-power.s: New file.
19374
0dbe70ce
DE
193752014-05-16 Doug Evans <dje@google.com>
19376
19377 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19378 * gdb.base/completion.exp: Check that all expected files exist
19379 before doing file completion.
0dbe70ce 19380
8d551b02
DE
193812014-05-16 Doug Evans <dje@google.com>
19382
19383 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19384 Update.
19385 (do_syscall_tests_without_xml): Update.
19386
73eb7709
PA
193872014-05-16 Pedro Alves <palves@redhat.com>
19388
19389 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19390 instead of "unknown output after running".
19391
3fae92fc
YQ
193922014-05-16 Yao Qi <yao@codesourcery.com>
19393
19394 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19395 file1.txt from host at the end.
19396 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19397
c2b2ccc5
DE
193982014-05-15 Doug Evans <dje@google.com>
19399
19400 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19401 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19402 loading file. Add test for TU lookup.
19403
8c217a4b
SM
194042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19405
19406 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19407 calling "-exec-arguments" or "set args" before running the
19408 inferior.
19409
3deb39c6
SM
194102014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19411
19412 * lib/mi-support.exp (mi_expect_stop): Expect message for
19413 inferiors that exit with non-zero exit code.
19414
71a79f8c
YQ
194152014-05-14 Yao Qi <yao@codesourcery.com>
19416
19417 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19418 match absolute path on remote host.
19419 (test_file_list_exec_source_files): Remove "/" from the
19420 pattern.
19421
f23fcd46
YQ
194222014-05-14 Yao Qi <yao@codesourcery.com>
19423
19424 * boards/local-remote-host-notty.exp (${board}_file): New
19425 proc.
19426
9404b58f
KM
194272014-05-07 Kyle McMartin <kyle@redhat.com>
19428
19429 Pushed by Joel Brobecker <brobecker@adacore.com>.
19430 * gdb.arch/aarch64-atomic-inst.c: New file.
19431 * gdb.arch/aarch64-atomic-inst.exp: New file.
19432
5e45f04c
YQ
194332014-05-07 Yao Qi <yao@codesourcery.com>
19434
19435 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19436 in current context" too.
19437
c888a17d
KS
194382014-05-05 Keith Seitz <keiths@redhat.com>
19439
19440 * gdb.linespec/ls-dollar.exp: Add test for linespec
19441 file:convenience_variable.
19442
290a839c
YQ
194432014-05-05 Yao Qi <yao@codesourcery.com>
19444
19445 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19446 traceframes into tfile and ctf trace files. Read data from
19447 trace file and test collected data.
19448 (gdb_collect_locals_test): Likewise.
19449 (gdb_unavailable_registers_test): Likewise.
19450 (gdb_unavailable_floats): Likewise.
19451 (gdb_collect_globals_test): Likewise.
19452 (top-level): Append "ctf" to trace_file_targets if GDB
19453 supports.
19454
b5262cd0
YQ
194552014-05-05 Yao Qi <yao@codesourcery.com>
19456
19457 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19458 code to ...
19459 (gdb_collect_args_test_1): ... it. New proc.
19460 (gdb_collect_locals_test): Move some code to ...
19461 (gdb_collect_locals_test_1): ... it. New proc.
19462 (gdb_unavailable_registers_test): Move some code to ...
19463 (gdb_unavailable_registers_test_1): ... it. New proc.
19464 (gdb_unavailable_floats): Move some code to ...
19465 (gdb_unavailable_floats_1): ... it. New proc.
19466
30a1e6cc
SDJ
194672014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19468
19469 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19470 probes to test for bitness recognition.
19471 * gdb.arch/amd64-stap-optional-prefix.exp
19472 (test_probe_value_without_reg): New procedure.
19473 Add code to test for different kinds of bitness.
19474
f33da99a
SDJ
194752014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19476
19477 PR breakpoints/16889
19478 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19479 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19480
5b80f00d
PA
194812014-05-01 Pedro Alves <palves@redhat.com>
19482
19483 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19484 gdb_file_cmd if no file is specified.
19485 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19486 last_loaded_file to set the remote exec-file.
19487
f8c2a73c
PA
194882014-05-01 Pedro Alves <palves@redhat.com>
19489
19490 * boards/local-remote-host.exp: New file.
19491
be6e8ac7
PA
194922014-05-01 Pedro Alves <palves@redhat.com>
19493
19494 * boards/local-remote-host.exp: Rename to ...
19495 * boards/local-remote-host-notty.exp: ... this.
19496
cac0dc8f
JB
194972014-04-28 Joel Brobecker <brobecker@adacore.com>
19498
19499 * gdb.ada/dyn_arrayidx: New testcase.
19500
9730e6cc
YQ
195012014-04-26 Yao Qi <yao@codesourcery.com>
19502
19503 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19504 and compute the length of function main. Save it in
19505 $main_length.
19506 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19507 (top-level): Use gdb_compile to compile objects into
19508 executable and restart GDB. Remove invocation to
19509 prepare_for_testing.
19510
7ae1a6a6
PA
195112014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19512 Pedro Alves <palves@redhat.com>
19513
19514 PR server/16255
19515 * gdb.multi/multi-attach.c: New file.
19516 * gdb.multi/multi-attach.exp: New file.
19517
4082afcc
PA
195182014-04-25 Pedro Alves <palves@redhat.com>
19519
19520 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19521 user.
19522 (top level): Test that "set remote conditional-breakpoints-packet
19523 off" works as intended.
19524 * gdb.base/dprintf.exp: Test that "set remote
19525 breakpoint-commands-packet off" works as intended.
19526 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19527 New function.
19528 (top level): Call it.
19529 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19530 remote fast-tracepoints-packet off" works as intended.
19531 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19532 * lib/gdb.exp (gdb_is_target_remote): ... here.
19533
2abc3f8d
DB
195342014-04-24 David Blaikie <dblaikie@gmail.com>
19535
19536 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19537 ensure clang would not discard them.
19538 * gdb.base/gdbvars.c: Ditto.
19539 * gdb.base/memattr.c: Ditto.
19540 * gdb.base/whatis.c: Ditto.
19541 * gdb.python/py-prettyprint.c: Ditto.
19542 * gdb.trace/actions.c: Ditto.
19543 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19544 ensure clang would not discard it.
19545
bfd39632
DB
195462014-04-24 David Blaikie <dblaikie@gmail.com>
19547
19548 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19549 clang to emit the full definition of type required by the test
19550 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19551
22842ff6
DB
195522014-04-24 David Blaikie <dblaikie@gmail.com>
19553
19554 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19555 coax Clang into emitting the definition of the type.
19556 * gdb.cp/pr10728-x.h (y): Ditto.
19557 * gdb.cp/pr10728-y.cc (y): Ditto.
19558
c2e827ad
DB
195592014-04-24 David Blaikie <dblaikie@gmail.com>
19560
19561 * gdb.base/label.exp: XFAIL label related tests under Clang.
19562 * gdb.cp/cplabel.exp: Ditto.
19563 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19564 under Clang those using labels.
19565
4c2d33e7
YQ
195662014-04-25 Yao Qi <yao@codesourcery.com>
19567
19568 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19569 double_label.
19570 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19571 partial_label and double_label.
19572
56083b99
DB
195732014-04-24 David Blaikie <dblaikie@gmail.com>
19574
19575 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19576
25d4e99d
DB
195772014-04-24 David Blaikie <dblaikie@gmail.com>
19578
19579 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19580 of the function to work across GCC and Clang.
19581 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19582 pointer types (const void ** const V void **).
19583
01f9f808
MS
195842014-04-24 Michael Sturm <michael.sturm@mintel.com>
19585 Walfred Tedeschi <walfred.tedeschi@intel.com>
19586
19587 * Makefile.in (EXECUTABLES): Added i386-avx512.
19588 * gdb.arch/i386-avx512.c: New file.
19589 * gdb.arch/i386-avx512.exp: Likewise.
19590
4b48d439
KS
195912014-04-23 Keith Seitz <keiths@redhat.com>
19592
19593 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19594 (mi_make_breakpoint_table): New procedure.
19595 (mi_create_breakpoint): Use mi_make_breakpoint
19596 and return the result.
19597 (mi_make_breakpoint): New procedure.
19598 (mi_build_kv_pairs): New procedure.
19599
19600 * gdb.mi/mi-break.exp: Remove unused globals,
19601 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19602 All callers updated.
19603 * gdb.mi/mi-dprintf.exp: Use variable to track command
19604 number.
19605 Update all callers of mi_create_breakpoint and use
19606 mi_make_breakpoint_table.
19607 Remove any unused global variables.
19608 * gdb.mi/mi-nonstop.exp: Likewise.
19609 * gdb.mi/mi-nsintrall.exp: Likewise.
19610 * gdb.mi/mi-nsmoribund.exp: Likewise.
19611 * gdb.mi/mi-nsthrexec.exp: Likewise.
19612 * gdb.mi/mi-reverse.exp: Likewise.
19613 * gdb.mi/mi-simplerun.exp: Likewise.
19614 * gdb.mi/mi-stepn.exp: Likewise.
19615 * gdb.mi/mi-syn-frame.exp: Likewise.
19616 * gdb.mi/mi-until.exp: Likewise.
19617 * gdb.mi/mi-var-cp.exp: Likewise.
19618 * gdb.mi/mi-var-display.exp: Likewise.
19619 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19620 * gdb.mi/mi2-var-child.exp: Likewise.
19621 * gdb.mi/mi-vla-c99.exp: Likewise.
19622 * lib/mi-support.exp: Likewise.
19623
19624 From Ian Lance Taylor <iant@cygnus.com>:
19625 * lib/gdb.exp (parse_args): New procedure.
19626
08351840
PA
196272014-04-23 Pedro Alves <palves@redhat.com>
19628
19629 * gdb.base/break-unload-file.c: New file.
19630 * gdb.base/break-unload-file.exp: New file.
19631 * gdb.base/sym-file-lib.c (baz): New function.
19632 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19633 field.
19634 (load): Store the segment's mapped size.
19635 (unload): New function.
19636 (unload_shlib): New function.
19637 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19638 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19639 set a breakpoint at baz, and call it.
19640 * gdb.base/sym-file.exp: New tests for stale breakpoint
19641 instructions.
19642
076855f9
PA
196432014-04-23 Pedro Alves <palves@redhat.com>
19644
19645 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19646 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19647 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19648 * gdb.base/hbreak-unmapped.c: New file.
19649 * gdb.base/hbreak-unmapped.exp: New file.
19650 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19651 * lib/gdb.exp (gdb_is_target_remote): ... here.
19652
483805cf
PA
196532014-04-22 Pedro Alves <palves@redhat.com>
19654
19655 * gdb.base/consecutive-step-over.c: New file.
19656 * gdb.base/consecutive-step-over.exp: New file.
19657
06d97543
PA
196582014-04-22 Pedro Alves <palves@redhat.com>
19659
19660 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19661 instead of send_gdb/gdb_expect.
19662
b4429ea2
YQ
196632014-04-22 Yao Qi <yao@codesourcery.com>
19664
19665 * lib/trace-support.exp (generate_tracefile): New procedure.
19666 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19667 return 0.
19668 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19669 if generate_tracefile returns 1.
19670
51d48146
PA
196712014-04-18 Tom Tromey <palves@redhat.com>
19672 Pedro alves <tromey@redhat.com>
19673
19674 PR backtrace/15558
19675 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19676 with a backtrace limit.
19677 * gdb.python/py-frame-inline.exp: Test running to an inline
19678 function with a backtrace limit, and printing the newest frame.
19679 * gdb.python/py-frame-inline.c (main): Call f.
19680
bd1dce5f
MS
196812014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19682
19683 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19684
40d1a503
MS
196852014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19686
19687 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19688 Drop prefix from unsupported source file path.
19689
389b98f7
YQ
196902014-04-17 Yao Qi <yao@codesourcery.com>
19691
19692 * lib/gdb.exp (with_target_charset): New proc.
19693 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19694 with_target_charset.
19695 (test_print_strings): Likewise.
19696 (test_repeat_bytes): Likewise.
19697 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19698 for some tests.
19699
22869d73
KS
197002014-04-16 Keith Seitz <keiths@redhat.com>
19701
19702 PR gdb/15827
19703 * gdb.dwarf2/corrupt.c: New file.
19704 * gdb.dwarf2/corrupt.exp: New file.
19705
c4f87ca6
KS
197062014-04-16 Keith Seitz <keiths@redhat.com>
19707
19708 PR c++/16597
19709 * gdb.cp/namelessclass.cc: New file.
19710 * gdb.cp/namelessclass.exp: New file.
19711 * gdb.cp/namelessclass.S: New file.
19712
ab19de87
DE
197132014-04-16 Doug Evans <dje@google.com>
19714
19715 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19716 Add comment.
19717 (gdbserver_default_get_comm_port): New function.
19718 (gdbserver_start): Check if board file provided
19719 "gdbserver,get_comm_port" and use it if so.
19720 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19721 (gdb,socketport): Set to "stdio".
19722 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19723 (stdio_gdbserver_template): Delete.
19724 (${board}_get_remote_address): Update.
19725 (${board}_build_remote_cmd): Delete.
19726 (${board}_get_comm_port): New function.
19727 (${board}_spawn): Update.
19728 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19729 Delete.
19730 (${board}_get_remote_address): Update.
19731 (${board}_get_comm_port): New function.
19732
fc98a809
AB
197332014-04-16 Andrew Burgess <aburgess@broadcom.com>
19734
19735 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19736 appearing in any order.
19737
87fd9e6e
DE
197382014-04-15 Doug Evans <dje@google.com>
19739
19740 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19741 uninitialized value of "description".
19742
099fc3ea
KS
197432014-04-15 Keith Seitz <keiths@redhat.com>
19744
19745 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19746 Remove unused globals.
19747 (test_running_the_program): Likewise.
19748 (test_controlled_execution): Likewise.
19749 (test_controlling_breakpoints): Likewise.
19750 (test_program_termination): Likewise.
19751
5da151d4
KS
197522014-04-15 Keith Seitz <keiths@redhat.com>
19753
19754 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19755 unused globals.
19756 (test_rbreak_creation_and_listing): Likewise.
19757 (test_ignore_count): Likewise.
19758 (test_error): Likewise.
19759
35e5d2f0
PA
197602014-04-15 Pedro Alves <palves@redhat.com>
19761
19762 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19763 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19764 sym-file-loader.c.
19765 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19766 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19767 to sym-file-loader.c.
19768 (struct library): Forward declare.
19769 (load_shlib, lookup_function): Change prototypes.
19770 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19771 (translate_offset): Remove declarations.
19772 (get_text_addr): New declaration.
19773 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19774 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19775 sym-file-loader.h.
19776 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19777 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19778 here from sym-file-loader.h.
19779 (struct library): New structure.
19780 (load_shlib, lookup_function): Change prototypes and adjust to
19781 work with a struct library.
19782 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19783 (translate_offset): Make static.
19784 (get_text_addr): New function.
19785 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19786
eb4c1710
PA
197872014-04-15 Pedro Alves <palves@redhat.com>
19788
19789 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19790
2d1baf52
PA
197912014-04-15 Pedro Alves <palves@redhat.com>
19792
19793 * gdb.base/sym-file-loader.c: Include <limits.h>.
19794 (SELF_LINK): New define.
19795 (get_origin): New function.
19796 (load_shlib): Use it.
19797 * gdb.base/sym-file.exp: Don't early return if the target is
19798 remote. Use runto_main, and issue fail is that fails. Use
19799 gdb_load_shlibs.
19800 (shlib_name): Delete.
19801 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19802
7dd6df01
PA
198032014-04-15 Pedro Alves <palves@redhat.com>
19804
19805 * gdb.base/sym-file.exp: Remove regex characters from test
19806 message. Don't refer to breakpoint numbers in test messages.
19807
b50c8614
KS
198082014-04-14 Keith Seitz <keiths@redhat.com>
19809
19810 PR c++/16253
19811 * gdb.cp/var-tag.cc: New file.
19812 * gdb.cp/var-tag.exp: New file.
19813 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19814 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19815 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19816 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19817
3d567982
TT
198182014-04-14 Tom Tromey <tromey@redhat.com>
19819
19820 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19821 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19822 type.
19823 * gdb.cp/enum-class.exp: New file.
19824 * gdb.cp/enum-class.cc: New file.
19825
0626fc76
TT
198262014-04-14 Tom Tromey <tromey@redhat.com>
19827
19828 * gdb.dwarf2/enum-type.exp: New file.
19829
dca325b3
SA
198302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19831
19832 * gdb.mi/mi-vla-c99.exp: New file.
19833 * gdb.mi/vla.c: New file.
19834
5854b38a
SA
198352014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19836
19837 * gdb.base/vla-datatypes.c: New file.
19838 * gdb.base/vla-datatypes.exp: New file.
19839
463bb957
SA
198402014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19841
19842 * gdb.base/vla-ptr.c: New file.
19843 * gdb.base/vla-ptr.exp: New file.
19844
3dd170be
SA
198452014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19846
19847 * gdb.dwarf2/count.exp: New file.
19848
5ecaaa66
SA
198492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19850
19851 * gdb.base/vla-sideeffect.c: New file.
19852 * gdb.base/vla-sideeffect.exp: New file.
19853
41f1ada5
DB
198542014-04-14 David Blaikie <dblaikie@gmail.com>
19855
19856 * gdb.mi/non-stop.c: Add return value for non-void function return
19857 statement.
19858 * gdb.threads/staticthreads.c: Ditto.
19859
0be03e84
DE
198602014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19861 Doug Evans <xdje42@gmail.com>
19862
19863 * gdb.guile/scm-value.c: Improve test case.
19864 * gdb.guile/scm-value.exp: Add new test.
19865
f180a1fb
DB
198662014-04-11 David Blaikie <dblaikie@gmail.com>
19867
19868 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19869 override Clang's default.
19870
6b662e19
JB
198712014-04-11 Joel Brobecker <brobecker@adacore.com>
19872
19873 Revert the following changes (regressions):
19874
19875 * gdb.base/vla-sideeffect.c: New file.
19876 * gdb.base/vla-sideeffect.exp: New file.
19877
19878 * gdb.dwarf2/count.exp: New file.
19879
19880 * gdb.base/vla-multi.c: New file.
19881 * gdb.base/vla-multi.exp: New file.
19882
19883 * gdb.base/vla-ptr.c: New file.
19884 * gdb.base/vla-ptr.exp: New file.
19885
19886 * gdb.base/vla-datatypes.c: New file.
19887 * gdb.base/vla-datatypes.exp: New file.
19888
19889 * gdb.mi/mi-vla-c99.exp: New file.
19890 * gdb.mi/vla.c: New file.
19891
245a5f0b
KS
198922014-04-11 Keith Seitz <keiths@redhat.com>
19893
19894 PR c++/16675
19895 * gdb.cp/cpsizeof.exp: New file.
19896 * gdb.cp/cpsizeof.cc: New file.
19897
58a84dcf
SA
198982014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19899
191a8a90
JB
19900 * gdb.mi/mi-vla-c99.exp: New file.
19901 * gdb.mi/vla.c: New file.
58a84dcf 19902
c8655f75
SA
199032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19904
19905 * gdb.base/vla-datatypes.c: New file.
19906 * gdb.base/vla-datatypes.exp: New file.
19907
024e13b4
SA
199082014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19909
19910 * gdb.base/vla-ptr.c: New file.
19911 * gdb.base/vla-ptr.exp: New file.
19912
1a237e0e
SA
199132014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19914
19915 * gdb.base/vla-multi.c: New file.
19916 * gdb.base/vla-multi.exp: New file.
19917
504f3432
SA
199182014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19919
19920 * gdb.dwarf2/count.exp: New file.
19921
3bce8237
SA
199222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19923
191a8a90
JB
19924 * gdb.base/vla-sideeffect.c: New file.
19925 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19926
322f9c21
YQ
199272014-04-11 Yao Qi <yao@codesourcery.com>
19928
19929 * gdb.base/completion.exp: Check file exists before running tests
19930 on file completion.
19931
d708bcd1
PA
199322014-04-10 Pedro Alves <palves@redhat.com>
19933
19934 * gdb.base/cond-eval-mode.c: New file.
19935 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19936 prepare_for_testing to build the new file. Check result of
19937 runto_main.
19938 (test_break, test_watch): New procedures.
19939 (top level): Use them.
19940
ae1d2761
PM
199412014-04-08 Pierre Muller <muller@sourceware.org>
19942
19943 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19944 Ctrl-V use for mingw hosts.
19945
7af389b8
SC
199462014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19947
19948 * gdb.python/py-value.c: Improve test case.
19949 * gdb.python/py-value.exp: Add new test.
19950
5e703181
DE
199512014-04-07 David Blaikie <dblaikie@gmail.com>
19952
19953 * lib/compiler.c: Identify the clang compiler.
19954 * lib/compiler.cc: Ditto.
19955
9810b410
YQ
199562014-04-03 Yao Qi <yao@codesourcery.com>
19957
19958 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19959
98d1b8dc
AB
199602014-04-01 Anton Blanchard <anton@samba.org>
19961
19962 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19963 messages unique.
19964
3114cea1
AB
199652014-04-01 Anton Blanchard <anton@samba.org>
19966
19967 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19968 prepare_for_testing.
19969
62f7182c
AB
199702014-04-01 Anton Blanchard <anton@samba.org>
19971
19972 * gdb.arch/ppc64-atomic-inst.c: Remove.
19973 * gdb.arch/ppc64-atomic-inst.S: New file.
19974 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19975
770e7fc7
DE
199762014-03-31 Doug Evans <dje@google.com>
19977
19978 * gdb.base/print-symbol-loading-lib.c: New file.
19979 * gdb.base/print-symbol-loading-main.c: New file.
19980 * gdb.base/print-symbol-loading.exp: New file.
19981
46e2bafa
YQ
199822014-03-31 Yao Qi <yao@codesourcery.com>
19983
19984 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19985
8776cfe9
JB
199862014-03-28 Joel Brobecker <brobecker@adacore.com>
19987
19988 * gdb.ada/mi_dyn_arr: New testcase.
19989
5d1ef361
DE
199902014-03-27 Doug Evans <dje@google.com>
19991
19992 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19993
b5bee914
YQ
199942014-03-27 Yao Qi <yao@codesourcery.com>
19995
19996 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19997 if target is nios2-*-*.
19998
0d4d0e77
YQ
199992014-03-26 Yao Qi <yao@codesourcery.com>
20000
20001 * lib/gdb.exp (readline_is_used): New proc.
20002 * gdb.base/completion.exp: Move tests on command complete up.
20003 Skip the rest of tests if readline is not used.
20004 * gdb.ada/complete.exp: Skp the test if readline is not
20005 used.
20006 * gdb.base/filesym.exp: Likewise.
20007 * gdb.base/macscp.exp: Likewise.
20008 * gdb.base/readline-ask.exp: Likewise.
20009 * gdb.base/readline.exp: Likewise.
20010 * gdb.python/py-cmd.exp: Likewise.
20011 * gdb.trace/tfile.exp: Likewise.
20012
29361eee
YQ
200132014-03-26 Yao Qi <yao@codesourcery.com>
20014
20015 * gdb.base/macscp.exp: Fix code format issues.
20016
bc9a5525
UW
200172014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20018
20019 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20020 * gdb.asm/powerpc64le.inc: New file.
20021
d3839ede
PA
200222014-03-25 Pedro Alves <palves@redhat.com>
20023 Doug Evans <dje@google.com>
20024
20025 * gdb.base/source-execution.c: New file.
20026 * gdb.base/source-execution.exp: New file.
20027 * gdb.base/source-execution.gdb: New file.
20028
01672a57
DE
200292014-03-24 Doug Evans <dje@google.com>
20030
20031 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20032 using fission.
20033
88bbeca9
HZ
200342014-03-24 Hui Zhu <hui@codesourcery.com>
20035 Pedro Alves <palves@redhat.com>
20036
20037 PR breakpoints/16101
20038 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20039 test pass/fail messages. Detect missing support for dprintf when
20040 breakpoints are actually inserted.
20041 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20042 breakpoints are actually inserted.
20043 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20044 fails.
20045
d2348791
JK
200462014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20047
20048 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20049
feef67ab
DE
200502014-03-22 Doug Evans <xdje42@gmail.com>
20051
20052 * gdb.python/python.exp (python not supported): Verify multi-line
20053 python command issues an error.
25d743f9 20054 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20055 guile command issues an error.
feef67ab 20056
ecebef6a
MR
200572014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20058
20059 * gdb.threads/thread-specific.exp: Handle the lack of usable
20060 $this_breakpoint and $this_thread.
20061
ccdd1909
HZ
200622014-03-21 Hui Zhu <hui@codesourcery.com>
20063
20064 * gdb.base/attach.exp (do_command_attach_tests): New.
20065
beb460e8
PA
200662014-03-20 Tom Tromey <tromey@redhat.com>
20067 Pedro Alves <palves@redhat.com>
20068
20069 PR cli/15718
20070 * gdb.base/condbreak-call-false.c: New file.
20071 * gdb.base/condbreak-call-false.exp: New file.
20072
40acf43a
PA
200732014-03-20 Pedro Alves <palves@redhat.com>
20074
20075 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20076 Delete.
20077 (block_signals, unblock_signals): Delete.
20078 (child_function_2, main): Remove references to deleted variable
20079 and functions.
20080
9f5e1e02
PA
200812014-03-20 Pedro Alves <palves@redhat.com>
20082
20083 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20084 Use pthread_kill to signal thread 2.
20085 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20086 Adjust to make the test send itself a signal rather than using the
20087 host's "kill" command.
20088
99619bea
PA
200892014-03-20 Pedro Alves <palves@redhat.com>
20090
20091 * gdb.threads/multiple-step-overs.c: New file.
20092 * gdb.threads/multiple-step-overs.exp: New file.
20093 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20094 Adjust expected infrun debug output.
20095
2adfaa28
PA
200962014-03-20 Pedro Alves <palves@redhat.com>
20097
20098 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20099 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20100
31e77af2
PA
201012014-03-20 Pedro Alves <palves@redhat.com>
20102
20103 PR breakpoints/7143
20104 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20105 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20106 of gdb_test_multiple.
20107 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20108 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20109
b9f437de
PA
201102014-03-20 Pedro Alves <palves@redhat.com>
20111
20112 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20113 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20114
05adc73e
PA
201152014-03-19 Pedro Alves <palves@redhat.com>
20116
20117 * gdb.base/async.exp: Remove early return.
20118
6048b950
PA
201192014-03-19 Pedro Alves <palves@redhat.com>
20120
20121 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20122
8bcfb00a
PA
201232014-03-19 Pedro Alves <palves@redhat.com>
20124
20125 * gdb.base/async.exp (test_background): Expect \r\n after
20126 "completed." in the fail pattern.
20127
884e37dc
PA
201282014-03-19 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.base/async.exp (test_background): New procedure.
20131 Use it for all background execution command tests.
20132
148e57e2
PA
201332014-03-19 Pedro Alves <palves@redhat.com>
20134
20135 * gdb.base/async.exp: Use prepare_for_testing.
20136
f48088c7
PA
201372014-03-19 Pedro Alves <palves@redhat.com>
20138
20139 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20140 the same line.
20141
e2f6c966
PA
201422014-03-19 Pedro Alves <palves@redhat.com>
20143
20144 * gdb.base/async.c (main): Add "jump here" and "until here" line
20145 marker comments.
20146 * gdb.base/async.exp (jump_here): New global.
20147 (jump& test): Use it.
20148 (until_here): New global.
20149 (until& test): Use it.
20150
c30568d4
PA
201512014-03-19 Pedro Alves <palves@redhat.com>
20152
20153 * gdb.base/async.exp: Don't frob gdb_protocol.
20154
0172b6a7
DE
201552014-03-18 Doug Evans <xdje42@gmail.com>
20156
20157 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20158 Fix spelling of exec-done-display.
20159
06c868a8
JK
201602014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20161
20162 PR gdb/15358
20163 * gdb.base/gdb-sigterm.c: New file.
20164 * gdb.base/gdb-sigterm.exp: New file.
20165
0c7e1a46
PA
201662014-03-18 Pedro Alves <palves@redhat.com>
20167
20168 PR gdb/13860
20169 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20170 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20171 solib-event.
20172
f7c77d93
JB
201732014-03-17 Joel Brobecker <brobecker@adacore.com>
20174
20175 * gdb.ada/pckd_arr_ren: New testcase.
20176
5a1e8c7a
DE
201772014-03-13 Doug Evans <xdje42@gmail.com>
20178
20179 PR guile/16612
20180 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20181 collect after discarding symbols.
20182
350e1a76
DE
201832014-03-13 Ludovic Courtès <ludo@gnu.org>
20184 Doug Evans <xdje42@gmail.com>
20185
20186 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20187 to history survives a gc.
20188
a69900ae
PA
201892014-03-13 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.base/default.exp: Don't test "target procfs".
20192
5db9f0bd
PA
201932014-03-13 Pedro Alves <palves@redhat.com>
20194
20195 * gdb.base/default.exp: Update "target child" and "target procfs"
20196 tests to not expect "Unix".
20197
b3ccfe11
TT
201982014-03-12 Tom Tromey <tromey@redhat.com>
20199
20200 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20201 New procs. Add target-async tests.
20202 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20203 Add target-async tests.
20204
646f4417
AA
202052014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20206
20207 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20208 'func_start' and 'func_end' for the beginning and end of the
20209 function code, respectively.
20210 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20211 'func_end' instead of 'func' and 'main'.
20212
288c211f
AA
202132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20214
20215 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20216 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20217 generate the debug info assembler source.
20218
e0c0f156
AA
202192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20220
20221 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20222 * gdb.dwarf2/arr-subrange.exp: Likewise.
20223 * gdb.dwarf2/dwz.exp: Likewise.
20224 * gdb.dwarf2/method-ptr.exp: Likewise.
20225 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20226 * gdb.dwarf2/subrange.exp: Likewise.
20227 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20228 * gdb.dwarf2/implptrpiece.exp: Likewise.
20229 * gdb.dwarf2/nostaticblock.exp: Likewise.
20230
0e5c4555
AA
202312014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20232
20233 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20234 directory to absolute path name arguments.
20235
5ec18f2b
JG
202362014-03-10 Joel Brobecker <brobecker@adacore.com>
20237
20238 * gdb.ada/tagged_access: New testcase.
20239
847fc4f2
MM
202402014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20241
20242 * gdb.btrace/data.exp: Update expected output.
20243
cc3da688
YQ
202442014-03-06 Yao Qi <yao@codesourcery.com>
20245
20246 * gdb.trace/pr16508.exp: New file.
20247
0f26cec1
PA
202482014-03-05 Pedro Alves <palves@redhat.com>
20249
20250 PR gdb/16575
20251 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20252 procedure.
20253 (top level): Adjust to use it. Add tests that exercise breakpoint
20254 interaction with the code-cache.
20255
7a5a839f
LC
202562014-02-26 Ludovic Courtès <ludo@gnu.org>
20257
20258 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20259 test for 'history-append!'.
20260
31aa7e4e
JB
202612014-02-26 Joel Brobecker <brobecker@adacore.com>
20262
20263 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20264 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20265 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20266 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20267 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20268 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20269
1b588015
JB
202702014-02-26 Joel Brobecker <brobecker@adacore.com>
20271
20272 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20273 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20274 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20275
55426c9d
JB
202762014-02-26 Joel Brobecker <brobecker@adacore.com>
20277
20278 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20279
dc53a7ad
JB
202802014-02-26 Joel Brobecker <brobecker@adacore.com>
20281
20282 * gdb.dwarf2/arr-stride.c: New file.
20283 * gdb.dwarf2/arr-stride.exp: New file.
20284
12ab52e9
PA
202852014-02-26 Pedro Alves <palves@redhat.com>
20286
20287 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20288 that won't ever trigger. Make sure that GDB reports the correct
20289 breakpoint that caused the stop.
20290
849c862e
JK
202912014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20292
20293 PR gdb/16626
20294 * gdb.base/auto-load-script: New file.
20295 * gdb.base/auto-load.c: New file.
20296 * gdb.base/auto-load.exp: New file.
20297
71b7d793
JK
20298 PR gdb/16626
20299 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20300
e2f0d509
JK
203012014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20302
20303 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20304 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20305
50cc37c8
DE
203062014-02-24 Doug Evans <dje@google.com>
20307
20308 * lib/gdb.exp (run_on_host): Log error output if program fails.
20309
ea4758f2
PA
203102014-02-21 Pedro Alves <palves@redhat.com>
20311
20312 * gdb.threads/step-after-sr-lock.c: Rename to ...
20313 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20314 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20315 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20316 ... this.
20317
d7b30f67
SDJ
203182014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20319
20320 PR tdep/16397
20321 * gdb.arch/amd64-stap-special-operands.exp: New file.
20322 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20323 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20324 * gdb.arch/amd64-stap-triplet.S: Likewise.
20325 * gdb.arch/amd64-stap-triplet.c: Likewise.
20326
83deb43f
JB
203272014-02-20 Joel Brobecker <brobecker@adacore.com>
20328
20329 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20330 in .section pseudo-op.
20331
adde2bff
DE
203322014-02-20 lin zuojian <manjian2006@gmail.com>
20333 Joel Brobecker <brobecker@adacore.com>
20334 Doug Evans <xdje42@gmail.com>
20335
20336 PR symtab/16581
20337 * gdb.dwarf2/dw2-icycle.S: New file.
20338 * gdb.dwarf2/dw2-icycle.c: New file.
20339 * gdb.dwarf2/dw2-icycle.exp: New file.
20340
f7bd0f78
SC
203412014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20342
20343 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20344 operations on gdb.Value objects.
20345 * gdb.python/py-value-cc.exp: Add new test to test operations on
20346 gdb.Value objects.
20347
c17ef0d5
DE
203482014-02-18 Doug Evans <dje@google.com>
20349
20350 * Makefile.in (TESTS): New variable.
20351 (expanded_tests, expanded_tests_or_none): New variables
20352 (check-single): Pass $(expanded_tests_or_none) to runtest.
20353 (check-parallel): Only run tests in $(TESTS) if non-empty.
20354 (check/no-matching-tests-found): New rule.
20355 * README: Document TESTS makefile variable.
20356
5dd3176f
DE
203572014-02-18 Doug Evans <dje@google.com>
20358
20359 * Makefile.in (check-parallel): rm -rf outputs temp.
20360
0b10be4f
JK
203612014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20362
20363 Fix "ERROR: no fileid for" in the testsuite.
20364 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20365
85f224e7
DE
203662014-02-12 Doug Evans <dje@google.com>
20367
20368 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20369 (MISCELLANEOUS): New variable.
20370 (clean): rm -rf $(MISCELLANEOUS).
20371 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20372 dwp live in the same directory as symlinks, with each symlink pointed
20373 to a differently named file in a different directory.
20374
149b30ff
DE
203752014-02-11 Doug Evans <dje@google.com>
20376
20377 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20378 of Tcl file commands.
20379
1dfdac32
MK
203802014-02-10 Mark Kettenis <kettenis@gnu.org>
20381
20382 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20383 "kill -SIGUSR1 -1".
20384
aa4fb036
JB
203852014-02-10 Joel Brobecker <brobecker@adacore.com>
20386
20387 * gdb.ada/tick_length_array_enum_idx: New testcase.
20388
ed3ef339
DE
203892014-02-10 Doug Evans <xdje42@gmail.com>
20390
20391 * configure.ac (AC_OUTPUT): Add gdb.guile.
20392 * configure: Regenerate.
20393 * lib/gdb-guile.exp: New file.
20394 * lib/gdb.exp (get_target_charset): New function.
20395 * gdb.base/help.exp: Update expected output from "apropos apropos".
20396 * gdb.guile/Makefile.in: New file.
20397 * gdb.guile/guile.exp: New file.
20398 * gdb.guile/scm-arch.c: New file.
20399 * gdb.guile/scm-arch.exp: New file.
20400 * gdb.guile/scm-block.c: New file.
20401 * gdb.guile/scm-block.exp: New file.
20402 * gdb.guile/scm-breakpoint.c: New file.
20403 * gdb.guile/scm-breakpoint.exp: New file.
20404 * gdb.guile/scm-disasm.c: New file.
20405 * gdb.guile/scm-disasm.exp: New file.
20406 * gdb.guile/scm-equal.c: New file.
20407 * gdb.guile/scm-equal.exp: New file.
20408 * gdb.guile/scm-error.exp: New file.
20409 * gdb.guile/scm-error.scm: New file.
20410 * gdb.guile/scm-frame-args.c: New file.
20411 * gdb.guile/scm-frame-args.exp: New file.
20412 * gdb.guile/scm-frame-args.scm: New file.
20413 * gdb.guile/scm-frame-inline.c: New file.
20414 * gdb.guile/scm-frame-inline.exp: New file.
20415 * gdb.guile/scm-frame.c: New file.
20416 * gdb.guile/scm-frame.exp: New file.
20417 * gdb.guile/scm-generics.exp: New file.
20418 * gdb.guile/scm-gsmob.exp: New file.
20419 * gdb.guile/scm-iterator.c: New file.
20420 * gdb.guile/scm-iterator.exp: New file.
20421 * gdb.guile/scm-math.c: New file.
20422 * gdb.guile/scm-math.exp: New file.
20423 * gdb.guile/scm-objfile-script-gdb.in: New file.
20424 * gdb.guile/scm-objfile-script.c: New file.
20425 * gdb.guile/scm-objfile-script.exp: New file.
20426 * gdb.guile/scm-objfile.c: New file.
20427 * gdb.guile/scm-objfile.exp: New file.
20428 * gdb.guile/scm-ports.exp: New file.
20429 * gdb.guile/scm-pretty-print.c: New file.
20430 * gdb.guile/scm-pretty-print.exp: New file.
20431 * gdb.guile/scm-pretty-print.scm: New file.
20432 * gdb.guile/scm-section-script.c: New file.
20433 * gdb.guile/scm-section-script.exp: New file.
20434 * gdb.guile/scm-section-script.scm: New file.
20435 * gdb.guile/scm-symbol.c: New file.
20436 * gdb.guile/scm-symbol.exp: New file.
20437 * gdb.guile/scm-symtab-2.c: New file.
20438 * gdb.guile/scm-symtab.c: New file.
20439 * gdb.guile/scm-symtab.exp: New file.
20440 * gdb.guile/scm-type.c: New file.
20441 * gdb.guile/scm-type.exp: New file.
20442 * gdb.guile/scm-value-cc.cc: New file.
20443 * gdb.guile/scm-value-cc.exp: New file.
20444 * gdb.guile/scm-value.c: New file.
20445 * gdb.guile/scm-value.exp: New file.
20446 * gdb.guile/source2.scm: New file.
20447 * gdb.guile/types-module.cc: New file.
20448 * gdb.guile/types-module.exp: New file.
20449
7026a7c1
YQ
204502014-02-10 Yao Qi <yao@codesourcery.com>
20451
20452 PR testsuite/16543
20453 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20454 * configure: Regenerated.
20455 * Makefile.in: New file.
20456
6c466447
AS
204572014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20458
20459 * gdb.python/py-framefilter.exp: Fix typo.
20460
6e854735
YQ
204612014-02-08 Yao Qi <yao@codesourcery.com>
20462
20463 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20464 that no =breakpoint-modified is emitted when breakpoints are
20465 modified through MI commands.
20466
d137e6dc
PA
204672014-02-07 Pedro Alves <pedro@codesourcery.com>
20468 Pedro Alves <palves@redhat.com>
20469
20470 * gdb.threads/step-after-sr-lock.c: New file.
20471 * gdb.threads/step-after-sr-lock.exp: New file.
20472
b5ee5a50
PA
204732014-02-07 Pedro Alves <palves@redhat.com>
20474
20475 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20476
3c77faf3
JK
204772014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20478
20479 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20480 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20481
6dddc817
DE
204822014-02-06 Doug Evans <xdje42@gmail.com>
20483
20484 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20485 output.
20486
20487 * gdb.gdb/python-interrupts.exp: New file.
20488
de7b2893
YQ
204892014-02-05 Yao Qi <yao@codesourcery.com>
20490
20491 * gdb.trace/report.exp (use_collected_data): Test the output
20492 of "info threads" and "info inferiors".
20493
66d032ac
YQ
204942014-02-05 Yao Qi <yao@codesourcery.com>
20495
20496 Revert this patch:
20497
20498 2013-05-24 Yao Qi <yao@codesourcery.com>
20499
20500 * gdb.trace/tfile.exp: Test inferior and thread.
20501
591a12a1
UW
205022014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20503
20504 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20505 on a function.
20506 * gdb.base/step-bt.c: Call hello via function pointer to make
20507 sure its first instruction is executed on powerpc64le-linux.
20508
0ff3e01f
UW
205092014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20510
20511 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20512
084ee545
UW
205132014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20514
20515 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20516 of the test patterns for use on little-endian systems.
20517
6ed14ff3
UW
205182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20519
20520 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20521 (decimal_vector): Fix for little-endian.
20522
401e27fd
JM
205232014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20524
20525 * gdb.arch/sparc-sysstep.exp: New file.
20526 * gdb.arch/sparc-sysstep.c: Likewise.
20527
20528 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20529
8b924729
EBM
205302014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20531
20532 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20533
fb151210
JB
205342014-01-23 Tom Tromey <tromey@redhat.com>
20535
20536 * gdb.ada/array_char_idx: New testcase.
20537
0740f8d8
TT
205382014-01-23 Tom Tromey <tromey@redhat.com>
20539
20540 PR python/16487:
20541 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20542 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20543 classes.
20544
21909fa1
TT
205452014-01-23 Tom Tromey <tromey@redhat.com>
20546
20547 PR python/16491:
20548 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20549 string from an inferior frame.
20550 * gdb.python/py-framefilter-mi.exp: Update.
20551
87ce2a04
DE
205522014-01-22 Doug Evans <dje@google.com>
20553
20554 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20555
237b092b
AA
205562014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20557
20558 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20559
d674a709
AA
205602014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20561
20562 * gdb.trace/entry-values.exp: Remove excess space character from
20563 regex patterns. Handle s390 call instruction.
20564
20fa3390
AA
205652014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20566
20567 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20568 define "*_start" label. Make "name" static.
20569 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20570 ${name} by references to ${name}_start.
20571
78466714
AA
205722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20573
20574 * gdb.base/info-macros.exp: Remove "debug" from the compile
20575 options.
20576
ec9f644a
IB
205772014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20578
20579 * gdb.dlang/demangle.exp: New file.
20580
94b1b47e
IB
205812014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20582
20583 * gdb.dlang/primitive-types.exp: New file.
20584
7f420862
IB
205852014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20586
20587 * configure.ac: Create gdb.dlang/Makefile.
20588 * configure: Regenerate.
20589 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20590 * gdb.dlang/Makefile.in: New file.
20591 * lib/d-support.exp: New file.
20592 * lib/gdb.exp (skip_d_tests): New proc.
20593
52834460
MM
205942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20595
20596 * gdb.btrace/delta.exp: Check reverse stepi.
20597 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20598 * gdb.btrace/finish.exp: New.
20599 * gdb.btrace/next.exp: New.
20600 * gdb.btrace/nexti.exp: New.
20601 * gdb.btrace/record_goto.c: Add comments.
20602 * gdb.btrace/step.exp: New.
20603 * gdb.btrace/stepi.exp: New.
20604 * gdb.btrace/multi-thread-step.c: New.
20605 * gdb.btrace/multi-thread-step.exp: New.
20606 * gdb.btrace/rn-dl-bind.c: New.
20607 * gdb.btrace/rn-dl-bind.exp: New.
20608 * gdb.btrace/data.c: New.
20609 * gdb.btrace/data.exp: New.
20610 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20611
6e07b1d2
MM
206122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20613
20614 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20615 * gdb.btrace/exception.exp: Update.
20616 * gdb.btrace/instruction_history.exp: Update.
20617 * gdb.btrace/record_goto.exp: Update.
20618 * gdb.btrace/tailcall.exp: Update.
20619 * gdb.btrace/unknown_functions.exp: Update.
20620 * gdb.btrace/delta.exp: New.
20621
0b722aec
MM
206222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20623
20624 * gdb.btrace/record_goto.exp: Add backtrace test.
20625 * gdb.btrace/tailcall.exp: Add backtrace test.
20626
066ce621
MM
206272014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20628
20629 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20630 * gdb.btrace/record_goto.c: New.
20631 * gdb.btrace/record_goto.exp: New.
20632 * gdb.btrace/x86-record_goto.S: New.
20633
0688d04e
MM
206342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20635
20636 * gdb.btrace/function_call_history.exp: Update tests.
20637 * gdb.btrace/instruction_history.exp: Update tests.
20638
8710b709
MM
206392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20640
20641 * gdb.btrace/function_call_history.exp: Fix expected field
20642 order for "record function-call-history".
20643 Add new tests for "record function-call-history /c".
20644 * gdb.btrace/exception.cc: New.
20645 * gdb.btrace/exception.exp: New.
20646 * gdb.btrace/tailcall.exp: New.
20647 * gdb.btrace/x86-tailcall.S: New.
20648 * gdb.btrace/x86-tailcall.c: New.
20649 * gdb.btrace/unknown_functions.c: New.
20650 * gdb.btrace/unknown_functions.exp: New.
20651 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20652
5de9129b
MM
206532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20654
20655 * gdb.btrace/instruction_history.exp: Update.
20656 * gdb.btrace/function_call_history.exp: Update.
20657
23a7fe75
MM
206582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20659
20660 * gdb.btrace/function_call_history.exp: Fix expected function
20661 trace.
20662 * gdb.btrace/instruction_history.exp: Initialize traced.
20663 Remove traced_functions.
20664
724c7dd8
MM
206652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20666
20667 * gdb.btrace/function_call_history.exp: Update
20668 * gdb.btrace/instruction_history.exp: Update.
20669
6d78d93b
MM
206702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20671
20672 * gdb.btrace/enable.exp: Update expected text.
20673
93a360cc
OJ
206742014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20675
20676 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20677 bytes.
20678
3772b53f
MR
206792014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20680
20681 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20682
596662fa
OJ
206832014-01-15 Omair Javaid <omair.javaid@linaro.org>
20684
20685 * lib/gdb.exp (supports_process_record): Return true for
20686 arm*-linux*. (supports_reverse): Likewise.
20687
b5b08fb4
SC
206882014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20689
20690 PR python/15464
20691 PR python/16113
20692 * gdb.python/py-type.c: Enhance test case.
20693 * gdb.python/py-value-cc.cc: Likewise
20694 * gdb.python/py-type.exp: Add new tests.
20695 * gdb.python/py-value-cc.exp: Likewise
20696
52d7fb13
AA
206972014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20698 Pedro Alves <palves@redhat.com>
20699
20700 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20701 Make "name" extern.
20702 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20703 references to ${name}_start by references to ${name}.
20704
a2cd8cfe
JB
207052014-01-10 Joel Brobecker <brobecker@adacore.com>
20706
20707 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20708
4e23fced
JB
207092014-01-10 Joel Brobecker <brobecker@adacore.com>
20710
20711 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20712
c6a9e42c
PA
207132014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20714 Pedro Alves <palves@redhat.com>
20715
20716 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20717 mi_gdb_target_load.
c6a9e42c 20718
b7ea362b
PA
207192014-01-08 Pedro Alves <palves@redhat.com>
20720
20721 * gdb.threads/reconnect-signal.c: New file.
20722 * gdb.threads/reconnect-signal.exp: New file.
20723
5e3f4fab
EBM
207242014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20725
20726 * gdb.base/source-dir.exp: New file.
20727
79301218
JB
207282014-01-07 Joel Brobecker <brobecker@adacore.com>
20729
20730 * gdb.ada/mi_interface: New testcase.
20731
8e355c5d
JB
207322014-01-07 Joel Brobecker <brobecker@adacore.com>
20733
20734 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20735 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20736 gdb.ada/pp-rec-component/pck.ads: New files.
20737
c0d48811
JB
207382014-01-07 Joel Brobecker <brobecker@adacore.com>
20739
20740 * gdb.python/py-pp-integral.c: New file.
20741 * gdb.python/py-pp-integral.py: New file.
20742 * gdb.python/py-pp-integral.exp: New file.
20743
17b609c3 20744For older changes see ChangeLog-1993-2013.
c906108c 20745\f
8d8cb839
EZ
20746;; Local Variables:
20747;; mode: change-log
20748;; left-margin: 8
20749;; fill-column: 74
20750;; version-control: never
20751;; End:
902f2ccb 20752
b811d2c2 20753 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20754 Copying and distribution of this file, with or without modification,
20755 are permitted provided the copyright notice and this notice are preserved.
This page took 3.633747 seconds and 4 git commands to generate.