]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Add documentation for "maint print core-file-backed-mappings"
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
9c5ec5c2
KB
12020-07-22 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.base/coredump-filter.exp: Add second
4 non-Private-Shared-Anon-File test.
5 (test_disasm): Rename binfile for test which is expected
6 to fail.
7
f9e233c9
KB
82020-07-22 Kevin Buettner <kevinb@redhat.com>
9
10 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
11 data in core file".
12 * gdb.base/coremaker.c (buf2ro): New global.
13 (mmapdata): Add a read-only mmap mapping.
14
94c265d7
KB
152020-07-22 Kevin Buettner <kevinb@redhat.com>
16
17 PR corefiles/25631
18 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
19 New test.
20 * gdb.base/coremaker.c (buf3): New global.
21 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
22 flags.
23
242020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
25
26 * gdb.base/coremaker.c (filler_ro): New global constant.
27
32fa152e
TT
282020-07-22 Tom Tromey <tromey@adacore.com>
29
30 * gdb.ada/mi_prot.exp: New file.
31 * gdb.ada/mi_prot/pkg.adb: New file.
32 * gdb.ada/mi_prot/pkg.ads: New file.
33 * gdb.ada/mi_prot/prot.adb: New file.
34
c8474dc3
TBA
352020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
36
37 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
38 loads two JITers.
39
baf8791e
AB
402020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * gdb.python/py-arch-reg-groups.exp: Additional tests.
43
f7306dac
AB
442020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
45
46 * gdb.python/py-arch-reg-names.exp: Additional tests.
47
6d3d6e4b
TV
482020-07-21 Tom de Vries <tdevries@suse.de>
49
50 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
51 breakpoint locations".
52 * gdb.reverse/solib-reverse.exp: Same.
53
803d0592
TV
542020-07-21 Tom de Vries <tdevries@suse.de>
55
56 * gdb.reverse/step-reverse.c (callee): Merge statements.
57
e9bdc510
TV
582020-07-21 Tom de Vries <tdevries@suse.de>
59
60 * gdb.fortran/info-modules.exp (info module variables): Allow missing
61 line numbers for some variables.
62
f0f9e75a
TV
632020-07-21 Tom de Vries <tdevries@suse.de>
64
65 * gdb.opt/inline-locals.c (init_array): New func.
66 (func1): Use init_array.
67 * gdb.opt/inline-locals.exp: Update pattern.
68
bd460ecb
TV
692020-07-21 Tom de Vries <tdevries@suse.de>
70
71 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
72 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
73
ae5369e7
LC
742020-07-20 Ludovic Courtès <ludo@gnu.org>
75
76 * gdb.guile/source2.scm: Add #f first argument to 'format'.
77 * gdb.guile/types-module.exp: Remove "ERROR:" from
78 regexps since Guile 3.0 no longer prints that.
79
68cf161c
LC
802020-07-20 Ludovic Courtès <ludo@gnu.org>
81
82 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
83 error regexp to match on Guile 2.2.
84
c14b4913
GB
852020-07-20 Gary Benson <gbenson@redhat.com>
86
87 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
88 with clang.
89
b243ba58
TV
902020-07-20 Tom de Vries <tdevries@suse.de>
91
92 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
93 (omp_set_lock_in_order): New function.
94 (single_scope, multi_scope, nested_func, nested_parallel): Use
95 omp_set_lock_in_order and omp_unset_lock.
96 (main): Init and destroy lock and lock2.
97
c06ad8b5
TV
982020-07-20 Tom de Vries <tdevries@suse.de>
99
100 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
101
6e22f117
TV
1022020-07-20 Tom de Vries <tdevries@suse.de>
103
104 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
105
33176ea7
TV
1062020-07-17 Tom de Vries <tdevries@suse.de>
107
108 * gdb.base/valgrind-infcall-2.c: New test.
109 * gdb.base/valgrind-infcall-2.exp: New file.
110 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
111
90c3ec2d
TV
1122020-07-17 Tom de Vries <tdevries@suse.de>
113
114 * gdb.dlang/circular.c (found): Use found_label as label name.
115 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
116 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
117 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
118 * gdb.dwarf2/ada-linkage-name.exp: Same.
119 * gdb.dwarf2/arr-subrange.exp: Same.
120 * gdb.dwarf2/atomic-type.exp: Same.
121 * gdb.dwarf2/comp-unit-lang.exp: Same.
122 * gdb.dwarf2/cpp-linkage-name.exp: Same.
123 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
124 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
125 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
126 * gdb.dwarf2/implptr-64bit.exp: Same.
127 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
128 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
129 * gdb.dwarf2/imported-unit.exp: Same.
130 * gdb.dwarf2/main-subprogram.exp: Same.
131 * gdb.dwarf2/missing-type-name.exp: Same.
132 * gdb.dwarf2/nonvar-access.exp: Same.
133 * gdb.dwarf2/struct-with-sig.exp: Same.
134 * gdb.dwarf2/typedef-void-finish.exp: Same.
135 * gdb.dwarf2/void-type.exp: Same.
136
10da644d
TV
1372020-07-17 Tom de Vries <tdevries@suse.de>
138
139 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
140 src parameter.
141 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
142 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
143 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
144 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
145 * gdb.dwarf2/dwz.exp: Same.
146 * gdb.dwarf2/implptr-optimized-out.exp: Same.
147 * gdb.dwarf2/implref-array.exp: Same.
148 * gdb.dwarf2/implref-const.exp: Same.
149 * gdb.dwarf2/implref-global.exp: Same.
150 * gdb.dwarf2/implref-struct.exp: Same.
151 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
152 * gdb.dwarf2/opaque-type-lookup.exp: Same.
153 * gdb.dwarf2/var-access.exp: Same.
154 * gdb.dwarf2/varval.exp: Same.
155 * gdb.trace/entry-values.exp: Same.
156
315e6afc
TV
1572020-07-17 Tom de Vries <tdevries@suse.de>
158
159 * lib/dwarf.exp (Dwarf::extern): Remove.
160 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
161 * gdb.dlang/circular.exp: Same.
162 * gdb.dwarf2/comp-unit-lang.exp: Same.
163 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
164 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
165 * gdb.dwarf2/dwz.exp: Same.
166 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
167 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
168 * gdb.dwarf2/imported-unit.exp: Same.
169 * gdb.dwarf2/opaque-type-lookup.exp: Same.
170
5597c940
SL
1712020-07-16 Sandra Loosemore <sandra@codesourcery.com>
172
173 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
174 Use double quotes instead of single quotes.
175
d0ce17d8
CT
1762020-07-16 Caroline Tice <cmtice@google.com>
177
178 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
179 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
180
853772cc
TV
1812020-07-16 Tom de Vries <tdevries@suse.de>
182
183 * lib/dwarf.exp (program): Initialize _line.
184 (DW_LNE_end_sequence): Reinitialize _line.
185 (DW_LNS_advance_line): Update _line.
186 (line): New proc.
187 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
188 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
189 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
190 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
191 * gdb.dwarf2/dw2-is-stmt.exp: Same.
192 * gdb.dwarf2/dw2-ranges-func.exp: Same.
193
fe07b572
AB
1942020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
195
196 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
197 generic.
198
52781cce
TV
1992020-07-15 Tom de Vries <tdevries@suse.de>
200
201 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
202 is_amd64_regs_target.
203
3dcc261c
AB
2042020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
205
206 * gdb.fortran/ptype-on-functions.exp: Add more tests.
207 * gdb.fortran/ptype-on-functions.f90: Likewise.
208
054a0959
SM
2092020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
210
211 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
212 values in documentation for addr_size to 4 and 8.
213
ccb9eba6
AB
2142020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * gdb.arch/amd64-osabi.exp: Update.
217 * gdb.arch/arm-disassembler-options.exp: Update.
218 * gdb.arch/powerpc-disassembler-options.exp: Update.
219 * gdb.arch/ppc64-symtab-cordic.exp: Update.
220 * gdb.arch/s390-disassembler-options.exp: Update.
221 * gdb.base/all-architectures.exp.tcl: Update.
222 * gdb.base/attach-pie-noexec.exp: Update.
223 * gdb.base/catch-syscall.exp: Update.
224 * gdb.xml/tdesc-arch.exp: Update.
225
025a39a7
TV
2262020-07-14 Tom de Vries <tdevries@suse.de>
227
228 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
229 (local_gettid): ... this.
230 (fn): Update.
231
74e4b667
SL
2322020-07-13 Sandra Loosemore <sandra@codesourcery.com>
233
234 * gdb.base/info_sources.exp: Skip directory match tests on
235 remote hosts.
236
f413dd74
GB
2372020-07-13 Gary Benson <gbenson@redhat.com>
238
239 * gdb.base/savedregs.exp (caller): Use parentheses to
240 make expected expression evaluation ordering explicit.
241
915771bb
GB
2422020-07-13 Gary Benson <gbenson@redhat.com>
243
244 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
245
2a122642
GB
2462020-07-13 Gary Benson <gbenson@redhat.com>
247
248 * gdb.base/bigcore.c (main): Use a volatile pointer when
249 attempting to trigger a SIGSEGV.
250 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
251 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
252 * gdb.base/savedregs.c (thrower): Likewise.
253 * gdb.mi/mi-syn-frame.c (bar): Likewise.
254
3f00c730
GB
2552020-07-13 Gary Benson <gbenson@redhat.com>
256
257 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
258 defining and using VLA structure fields into...
259 * gdb.base/vla-struct-fields.c: New file.
260 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
261 tests into...
262 * gdb.base/vla-struct-fields.exp: New file.
263
963eeee4
TV
2642020-07-13 Tom de Vries <tdevries@suse.de>
265
266 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
267 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
268 * gdb.base/gold-gdb-index.exp: Same.
269 * gdb.base/morestack.exp: Same.
270
0ed35c9a
DX
2712020-07-11 Daniel Xu <dxu@dxuuu.xyz>
272
273 PR rust/26121
274 * gdb.rust/modules.rs: Prevent linker from discarding test
275 symbol.
276
4fdba23d
PA
2772020-07-10 Pedro Alves <pedro@palves.net>
278
279 PR gdb/26199
280 * gdb.multi/multi-target.c (exit_thread): New.
281 (thread_start): Break loop if EXIT_THREAD.
282 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
283 (top level) Call test_no_resumed.
284
15f3b077
TT
2852020-07-08 Tom Tromey <tromey@adacore.com>
286
287 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
288 * gdb.ada/catch_ex.exp: Examine catchpoint text.
289
9fc501fd
AB
2902020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 PR python/22748
293 * gdb.opt/inline-frame-tailcall.c: New file.
294 * gdb.opt/inline-frame-tailcall.exp: New file.
295 * gdb.python/py-unwind-inline.c: New file.
296 * gdb.python/py-unwind-inline.exp: New file.
297 * gdb.python/py-unwind-inline.py: New file.
298
64cb3757
AB
2992020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
300
301 * gdb.python/py-arch-reg-groups.exp: New file.
302
0f767f94
AB
3032020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
304
305 * gdb.python/py-arch-reg-names.exp: New file.
306
87dbc774
AB
3072020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
308
309 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
310 gdb.PendingFrame.architecture method.
311
d8cc8af6
TV
3122020-07-06 Tom de Vries <tdevries@suse.de>
313
314 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
315
3c8ea5be
PA
3162020-07-03 Pedro Alves <palves@redhat.com>
317
318 * gdb.base/structs2.c (main): Adjust second parem_reg call to
319 explicitly write negative numbers.
320 * gdb.base/structs2.exp: Adjust expected output.
321
bf90c83a
PA
3222020-07-03 Pedro Alves <palves@redhat.com>
323
324 * gdb.base/charset.c (init_string): Change all char parameters to
325 unsigned char parameters.
326
2eb82157
PA
3272020-07-03 Pedro Alves <palves@redhat.com>
328
329 * gdb.base/call-sc.exp (start_scalars_test): Use
330 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
331 * gdb.base/overlays.c: Remove references to PARAMS.
332 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
333 * gdb.base/reread.exp: Don't set 'prototypes' global.
334 * gdb.base/structs.exp (start_structs_test): Use
335 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
336 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
337 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
338 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
339 call.
340 * gdb.base/varargs.exp: Don't set 'prototypes' global.
341
9adda7af
PA
3422020-07-03 Pedro Alves <palves@redhat.com>
343
344 * gdb.base/m32rovly.c: Delete.
345 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
346
2a17c803
PW
3472020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
348
349 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
350 of gdb_py_test_multiple.
351 * gdb.python/py-cmd.exp: Likewise.
352 * gdb.python/py-events.exp: Likewise.
353 * gdb.python/py-function.exp: Likewise.
354 * gdb.python/py-inferior.exp: Likewise.
355 * gdb.python/py-infthread.exp: Likewise.
356 * gdb.python/py-linetable.exp: Likewise.
357 * gdb.python/py-parameter.exp: Likewise.
358 * gdb.python/py-value.exp: Likewise.
359
b011fe1a
TV
3602020-06-30 Tom de Vries <tdevries@suse.de>
361
362 PR testsuite/26175
363 * lib/future.exp (gdb_default_target_compile): Detect and handle
364 early_flags.
365
df5b8876
SM
3662020-06-29 Simon Marchi <simon.marchi@efficios.com>
367
368 * boards/simavr.exp (gdb_load): Catch errors when closing
369 previous connection. Close connection, wait for process and
370 unset simavr_spawn_id on failure.
371
a3ca48cd
TV
3722020-06-29 Tom de Vries <tdevries@suse.de>
373
374 * lib/gdb.exp (unknown): Make test-case unresolved.
375
b0237c0e
TV
3762020-06-29 Tom de Vries <tdevries@suse.de>
377
378 PR gdb/25475
379 * gdb.server/solib-list.exp: Verify that the symbol reload
380 confirmation question is asked.
381
c0b3b3bd
PW
3822020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
383
384 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
385 have a input seq nr in each pass message.
386 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
387 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
388 * gdb.python/python.exp: Make test names unique,
389 use gdb_test_multiline instead of gdb_py_test_multiple,
390 use $gdb_test_name.
391 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
392
1776e3e5
NA
3932020-06-26 Nick Alcock <nick.alcock@oracle.com>
394
395 * configure.ac: Add --enable-libctf.
396 * aclocal.m4: sinclude ../config/enable.m4.
397 * Makefile.in (site.exp): Add enable_libctf to site.exp.
398 * lib/gdb.exp (skip_ctf_tests): Use it.
399 * gdb.base/ctf-constvars.exp: Error message tweak.
400 * gdb.base/ctf-ptype.exp: Likewise.
401 * configure: Regenerate.
402
f53b3eeb
GB
4032020-06-26 Gary Benson <gbenson@redhat.com>
404
405 * gdb.cp/try_catch.cc: Include string.h.
406 (main): Replace comparison against string literal with
407 strcmp, avoiding build failure with -Wstring-compare.
408 Add "marker test-complete".
409 * gdb.cp/try_catch.exp: Run the test to the above marker,
410 then verify that the value of "test" is still true.
411
6d74da72
AB
4122020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
413
414 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
415
2e52d038
AB
4162020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
417
418 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
419
3b9fce96
AB
4202020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
421
422 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
423 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
424 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
425 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
426 * gdb.arch/riscv-tdesc-loading.exp: New file.
427
ed69cbc8
AB
4282020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
431
767a879e
AB
4322020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
435 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
436 * gdb.arch/riscv-tdesc-regs.c: New file.
437 * gdb.arch/riscv-tdesc-regs.exp: New file.
438
221db974
PA
4392020-06-24 Pedro Alves <palves@redhat.com>
440
441 * gdb.arch/amd64-entry-value-paramref.exp: Use
442 prepare_for_testing_full and don't pass "c++" for the .S file
443 build spec.
444 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
445 $options, since it's an assembly file. Remove -Wno-deprecated.
446 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
447 compiling C++ programs.
448
331733cd
PA
4492020-06-24 Pedro Alves <palves@redhat.com>
450
451 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
452 Clang, add "-Wno-unknown-warning-option" to the options.
453
caa7fd04
AB
4542020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
455
456 * gdb.xml/tdesc-reload.c: New file.
457 * gdb.xml/tdesc-reload.exp: New file.
458 * gdb.xml/maint-xml-dump-01.xml: New file.
459 * gdb.xml/maint-xml-dump-02.xml: New file.
460 * gdb.xml/maint-xml-dump.exp: New file.
461
bb8d1260
SL
4622020-06-23 Sandra Loosemore <sandra@codesourcery.com>
463
464 * lib/completion-support.exp (test_gdb_completion_offers_commands):
465 Adjust for omitted commands when TUI is disabled.
466
7e4b9c4c
GB
4672020-06-23 Gary Benson <gbenson@redhat.com>
468 Pedro Alves <palves@redhat.com>
469
470 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
471 * gdb.cp/nsimport.cc: Likewise.
472 * gdb.cp/nsnested.cc: Likewise.
473 * gdb.cp/nsnoimports.cc: Likewise.
474 * gdb.cp/nsusing.cc: Likewise.
475 * gdb.cp/smartp.cc: Likewise.
476 * gdb.python/py-pp-integral.c: Likewise.
477 * gdb.python/py-pp-re-notag.c: Likewise.
478
2e573c0a
GB
4792020-06-23 Gary Benson <gbenson@redhat.com>
480
481 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
482 * gdb.cp/nsimport.cc: Likewise.
483 * gdb.cp/nsnested.cc: Likewise.
484 * gdb.cp/nsnoimports.cc: Likewise.
485 * gdb.cp/nsusing.cc: Likewise.
486 * gdb.cp/smartp.cc: Likewise.
487 * gdb.python/py-pp-integral.c: Likewise.
488 * gdb.python/py-pp-re-notag.c: Likewise.
489
746ebfe8
PW
4902020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
491
492 * gdb.base/default-args.exp: New test.
493 * gdb.base/default-args.c: New file.
494 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
495 * gdb.base/default.exp: Update to new help text.
496 * gdb.base/help.exp: Likewise.
497 * gdb.base/page.exp: Likewise.
498 * gdb.base/style.exp: Likewise.
499 * gdb.guile/guile.exp: Likewise.
500 * gdb.python/python.exp: Likewise.
501
e822f2cd
SL
5022020-06-22 Sandra Loosemore <sandra@codesourcery.com>
503
504 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
505 remote host. Fix search path syntax on Windows host.
506
48e9cc84
PW
5072020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
508
509 * gdb.base/attach.exp: Test priority of 'exec-file' changed
510 over 'exec-file-mismatch'.
511 * gdb.base/attach.c: Mark should_exit volatile.
512 * gdb.base/attach2.c: Likewise. Add a comment explaining
513 why the sleep cannot be big.
514 * gdb.base/attach3.c: New file.
515
160f8a8f
SL
5162020-06-20 Sandra Loosemore <sandra@codesourcery.com>
517
518 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
519 prefix optional.
520
4d91c2a4
SL
5212020-06-20 Sandra Loosemore <sandra@codesourcery.com>
522
523 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
524 for remote host.
525
87f83f20
SL
5262020-06-19 Sandra Loosemore <sandra@codesourcery.com>
527 Hafiz Abid Qadeer <abidh@codesourcery.com>
528
529 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
530 file sent to remote host.
531 (top level): Allow int32_t as type of 32-bit register.
532
37ab8655
TV
5332020-06-19 Tom de Vries <tdevries@suse.de>
534
535 * lib/gdb.exp (gdb_note): New proc.
536 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
537 (gdb_default_target_compile): ... here. Only call
538 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
539 (use_gdb_compile): Change to array.
540 (toplevel): Update sets of use_gdb_compile to specify language.
541 Warn about default_target_compile override. Store dejagnu's version
542 of default_target_compile in dejagnu_default_target_compile.
543
a8a56685
TV
5442020-06-18 Tom de Vries <tdevries@suse.de>
545
546 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
547 (default_gdb_init): ... here.
548
581bea2c
SL
5492020-06-17 Sandra Loosemore <sandra@codesourcery.com>
550
551 Fix TUI support checks in gdb.tui tests.
552
553 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
554 just say UNSUPPORTED.
555 * gdb.tui/corefile-run.exp: Likewise.
556 * gdb.tui/empty.exp: Likewise.
557 * gdb.tui/list-before.exp: Likewise.
558 * gdb.tui/list.exp: Likewise.
559 * gdb.tui/main.exp: Likewise.
560 * gdb.tui/regs.exp: Likewise.
561 * gdb.tui/resize.exp: Likewise.
562 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
563 * gdb.tui/tui-layout-asm.exp: Likewise.
564 * gdb.tui/tui-missing-src.exp: Likewise.
565 * gdb.tui/winheight.exp: Likewise.
566 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
567
05e682e3
SL
5682020-06-17 Sandra Loosemore <sandra@codesourcery.com>
569
570 Fix TCL error in gdb.python/py-format-string.exp.
571
572 * gdb.python/py-format-string.exp: Move test for python support
573 earlier, out of function body.
574
efb763a5
SM
5752020-06-15 Simon Marchi <simon.marchi@efficios.com>
576
577 * gdb.base/index-cache-load-twice.c: New.
578 * gdb.base/index-cache-load-twice.exp: New.
579
43327b20
KS
5802020-06-17 Keith Seitz <keiths@redhat.com>
581
99cf27cf 582 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
583 when executing "gdb --configuration".
584
081e778c
TV
5852020-06-17 Tom de Vries <tdevries@suse.de>
586
587 * lib/gdb.exp (gdb_tcl_unknown): New proc.
588 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
589 conditional on presence of gdb_tcl_unknown.
590 (gdb_finish): Make override undo conditional on presence of
591 gdb_tcl_unknown.
592
d2d1ea20
TT
5932020-06-16 Tom Tromey <tom@tromey.com>
594
595 * gdb.python/tui-window.py (failwin): New function. Register it
596 as a TUI window type.
597 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
598
c802e8a7
GB
5992020-06-16 Gary Benson <gbenson@redhat.com>
600
601 * gdb.python/py-nested-maps.c (create_map): Add missing return
602 value.
603 (create_map_map): Likewise.
604
ff08abb8
TBA
6052020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
606
607 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
608 variable.
609 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
610 and use the already-defined 'options' variable.
611
a29d5112
AB
6122020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
613 Tom de Vries <tdevries@suse.de>
614
615 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
616 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
617 (gdb_setup_known_globals): New proc.
618 (gdb_cleanup_globals): New proc.
619 * lib/gdb.exp (load_lib): New override proc.
620 (gdb_stdin_log_init): Set var in_file as persistent global.
621 * lib/pascal.exp (gdb_stdin_log_init): Set vars
622 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
623 fpc_compiler as persistent global.
624
8c74a764
TV
6252020-06-12 Tom de Vries <tdevries@suse.de>
626
627 * lib/tuiterm.exp (spawn): Rename to ...
628 (tui_spawn): ... this.
629 (toplevel): Move rename of spawn ...
630 (gdb_init_tuiterm): ... here. New proc.
631 (gdb_finish_tuiterm): New proc.
632 * lib/gdb.exp (gdb_finish_hooks): New global var.
633 (gdb_finish): Handle gdb_finish_hooks.
634 (tuiterm_env): New proc.
635 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
636 tuiterm_env.
637 * gdb.tui/basic.exp: Same.
638 * gdb.tui/corefile-run.exp: Same.
639 * gdb.tui/empty.exp: Same.
640 * gdb.tui/list-before.exp: Same.
641 * gdb.tui/list.exp: Same.
642 * gdb.tui/main.exp: Same.
643 * gdb.tui/new-layout.exp: Same.
644 * gdb.tui/regs.exp: Same.
645 * gdb.tui/resize.exp: Same.
646 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
647 * gdb.tui/tui-layout-asm.exp: Same.
648 * gdb.tui/tui-missing-src.exp: Same.
649 * gdb.tui/winheight.exp: Same.
650
26783bce
TV
6512020-06-12 Tom de Vries <tdevries@suse.de>
652
653 PR testsuite/26110
654 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
655 (gdb_finish): Reinstall dejagnu's override of ::unknown.
656
2b4e6a3f
TT
6572020-06-11 Tom Tromey <tom@tromey.com>
658
659 PR gdb/18318:
660 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
661 floating point tests.
662
2f33032a
KS
6632020-06-11 Keith Seitz <keiths@redhat.com>
664
665 PR gdb/21356
666 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
667 vla_struct.
668 Add new struct vla_typedef and union vla_typedef_union and
669 corresponding instantiation objects.
670 Initialize new objects.
671 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
672 and vla_typedef_union_object.
673 Fixup type for vla_struct_object.
674
a8baf0a3
TV
6752020-06-11 Tom de Vries <tdevries@suse.de>
676
677 * lib/gdb.exp (with_override): New proc, factored out of ...
678 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
679
7ab96794
TV
6802020-06-10 Tom de Vries <tdevries@suse.de>
681
682 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
683
cab5c3b7
SM
6842020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
685
686 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
687 parameter, update callers.
688
f8c41851
SM
6892020-06-04 Simon Marchi <simon.marchi@efficios.com>
690
691 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
692 * gdb.dwarf2/share-psymtabs-bt.c: New file.
693 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
694
1c07a73f
TV
6952020-06-04 Tom de Vries <tdevries@suse.de>
696
697 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
698
95146b5d
TV
6992020-06-04 Tom de Vries <tdevries@suse.de>
700
701 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
702 exp_continue.
703
0cfcd4f0
TV
7042020-06-04 Tom de Vries <tdevries@suse.de>
705
706 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
707
f9b5d5ea
TV
7082020-06-03 Tom de Vries <tdevries@suse.de>
709
710 PR symtab/26046
711 * gdb.cp/breakpoint-locs-2.cc: New test.
712 * gdb.cp/breakpoint-locs.cc: New test.
713 * gdb.cp/breakpoint-locs.exp: New file.
714 * gdb.cp/breakpoint-locs.h: New test.
715
5144dfba
TV
7162020-06-03 Tom de Vries <tdevries@suse.de>
717
718 PR testsuite/25609
719 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
720 value of global verbose.
721 * gdb.base/jit-elf.exp: Same.
722 * gdb.base/jit-reader.exp: Same.
723
621eacdf
TV
7242020-06-02 Tom de Vries <tdevries@suse.de>
725
726 * gdb.dwarf2/multidictionary.exp: Don't use
727 gdb_spawn_with_cmdline_opts.
728
1313c56e
AB
7292020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
730
731 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
732 use_header case.
733 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
734 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
735 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
736 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
737 * gdb.dwarf2/dw2-inline-header.c: New file.
738 * gdb.dwarf2/dw2-inline-header.h: New file.
739
f68f85b5
PA
7402020-05-30 Pedro Alves <palves@redhat.com>
741
742 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
743 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
744
678048e8
GB
7452020-05-29 Gary Benson <gbenson@redhat.com>
746
747 * gdb.compile/compile-cplus.exp (additional_flags): Also
748 set when building with clang.
749 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
750 when building with clang.
751
9fcafd23
GB
7522020-05-29 Gary Benson <gbenson@redhat.com>
753
754 * gdb.arch/i386-avx.exp (additional_flags): Also set when
755 building with clang.
756 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
757
735d5a07
GB
7582020-05-29 Gary Benson <gbenson@redhat.com>
759
760 * gdb.cp/koenig.exp (prepare_for_testing): Add
761 additional_flags=-Wno-unused-comparison.
762 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
763
4ad2c6a0
GB
7642020-05-28 Gary Benson <gbenson@redhat.com>
765
766 * gdb.base/sigaltstack.c (catcher): Add default case to switch
767 statement.
768
09fe663e
GB
7692020-05-28 Gary Benson <gbenson@redhat.com>
770
771 * gdb.cp/classes.exp (prepare_for_testing): Add
772 additional_flags=-Wno-deprecated-register.
773 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
774 * gdb.cp/misc.exp: Likewise.
775
cee00f17
GB
7762020-05-28 Gary Benson <gbenson@redhat.com>
777
778 * gdb.linespec/cpls-ops.cc (dummy): New static global.
779 (test_op_new::operator new): Add return statement.
780 (test_op_new_array::operator new[]): Likewise.
781
636edd00
PA
7822020-05-27 Pedro Alves <palves@redhat.com>
783
784 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
785 check. Use test_gdb_complete_unique instead of
786 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
787 test_gdb_complete_multiple instead of
788 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
789
c2b75043
LM
7902020-05-27 Luis Machado <luis.machado@linaro.org>
791
792 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
793 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
794 * gdb.arch/arm-disassembler-options.exp: Likewise.
795 * gdb.arch/arm-disp-step.exp: Likewise.
796 * gdb.arch/thumb-prologue.exp: Likewise.
797 * gdb.base/async.exp: Likewise.
798 * gdb.base/auxv.exp: Likewise.
799 * gdb.base/complex-parts.exp: Likewise.
800 * gdb.base/ena-dis-br.exp: Likewise.
801 * gdb.base/foll-exec.exp: Likewise.
802 * gdb.base/permissions.exp: Likewise.
803 * gdb.base/relocate.exp: Likewise.
804 * gdb.base/return2.exp: Likewise.
805 * gdb.base/sigbpt.exp: Likewise.
806 * gdb.base/siginfo-obj.exp: Likewise.
807 * gdb.cp/converts.exp: Likewise.
808 * gdb.cp/exceptprint.exp: Likewise.
809 * gdb.cp/inherit.exp: Likewise.
810 * gdb.cp/nsnoimports.exp: Likewise.
811 * gdb.cp/virtbase2.exp: Likewise.
812 * gdb.mi/mi-var-cmd.exp: Likewise.
813 * gdb.mi/var-cmd.c: Likewise.
814
53a47a3e
TT
8152020-05-26 Tom Tromey <tromey@adacore.com>
816
817 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
818
0bc2354b
TT
8192020-05-26 Tom Tromey <tromey@adacore.com>
820
821 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
822 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
823 type.
824 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
825 variable.
826
0db49895
CBG
8272020-05-26 Christian Biesinger <cbiesinger@google.com>
828
829 * Makefile.in: Use = instead of == for the test command
830 for portability.
831
40d22035
TV
8322020-05-26 Tom de Vries <tdevries@suse.de>
833
834 * gdb.base/gold-gdb-index-2.c: New test.
835 * gdb.base/gold-gdb-index.c: New test.
836 * gdb.base/gold-gdb-index.exp: New file.
837 * gdb.base/gold-gdb-index.h: New test.
838
043e2e02
TV
8392020-05-25 Tom de Vries <tdevries@suse.de>
840
841 * boards/gold-gdb-index.exp: New file.
842
462f72c5
SM
8432020-05-25 Simon Marchi <simon.marchi@efficios.com>
844
845 * boards/simavr.exp: New file.
846
6cf66e76
SM
8472020-05-25 Simon Marchi <simon.marchi@efficios.com>
848
849 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
850 * gdb.base/inferior-args.exp: New file.
851 * gdb.base/inferior-args.c: New file.
852
75d04512
SM
8532020-05-25 Simon Marchi <simon.marchi@efficios.com>
854
855 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
856 inferior_args. Pass it to gdb_reload.
857 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
858 inferior_args.
859 (gdb_reload): Add inferior_args argument.
860 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
861 pass it to gdbserver_run.
862 * boards/native-gdbserver.exp: Do not set noargs.
863 * boards/native-extended-gdbserver.exp (gdb_reload): Add
864 inferior_args argument.
865 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
866 * gdb.base/a2-run.exp: Check for use_gdb_stub.
867 * gdb.base/args.exp: Likewise.
868
42cf1844
TV
8692020-05-25 Tom de Vries <tdevries@suse.de>
870
871 * lib/gdb.exp (exec_is_pie): Add comment.
872
8f7d38ef
TV
8732020-05-25 Tom de Vries <tdevries@suse.de>
874
875 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
876 instead of $binfile in the untested message.
877
465e1b0f
TV
8782020-05-25 Tom de Vries <tdevries@suse.de>
879
880 PR testsuite/26031
881 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
882
3c5a0e02
TV
8832020-05-25 Tom de Vries <tdevries@suse.de>
884
885 * boards/gold.exp: New file.
886
0a4f5f8c
TT
8872020-05-23 Tom Tromey <tom@tromey.com>
888
889 * gdb.base/style.exp: Remove completion styling test.
890 * lib/gdb-utils.exp (style): Remove completion styles.
891
eca1f90c
TT
8922020-05-23 Tom Tromey <tom@tromey.com>
893
894 * gdb.base/style.exp: Add completion styling test.
895 * lib/gdb-utils.exp (style): Add completion styles.
896
7c13f4e8
AB
8972020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
898
899 * gdb.base/annota1.exp: Update expected results.
900 * gdb.cp/annota2.exp: Update expected results, remove duplicate
901 test name.
902 * gdb.cp/annota3.exp: Update expected results.
903
41977d16
SM
9042020-05-20 Simon Marchi <simon.marchi@efficios.com>
905
906 PR gdb/26016
907 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
908 against MAP_FAILED.
909 * gdb.base/coremaker.c (mmapdata): Likewise.
910 * gdb.base/jit-reader-host.c (main): Likewise.
911 * gdb.base/sym-file-loader.c (load): Likewise.
912 (load_shlib): Likewise.
913
b4757f2e
TT
9142020-05-20 Tom Tromey <tromey@adacore.com>
915
916 * gdb.ada/array_char_idx.exp: Recognize initialized array.
917
9a0bacfb
TV
9182020-05-20 Tom de Vries <tdevries@suse.de>
919
920 PR symtab/25833
921 * gdb.base/with-mf-inc.c: New test.
922 * gdb.base/with-mf-main.c: New test.
923 * gdb.base/with-mf.exp: New file.
924
76571211
TT
9252020-05-19 Tom Tromey <tromey@adacore.com>
926
927 * gdb.rust/simple.exp: Restore missing test result.
928
4cd9f3d5
TV
9292020-05-19 Tom de Vries <tdevries@suse.de>
930
931 * gdb.base/gdb-caching-proc.exp: Fix typo.
932
7d874253
TT
9332020-05-19 Tom Tromey <tromey@adacore.com>
934
935 * gdb.rust/simple.exp: Add some test descriptions.
936 (test_one_slice): Use with_test_prefix.
937
1d727695
TV
9382020-05-18 Tom de Vries <tdevries@suse.de>
939
940 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
941
7f32a4d5
PA
9422020-05-17 Pedro Alves <palves@redhat.com>
943
944 PR gdb/25741
945 * gdb.base/hw-sw-break-same-address.exp: New file.
946
7cfd74cf
PA
9472020-05-16 Pedro Alves <palves@redhat.com>
948
949 * gdb.multi/multi-re-run.exp (test_re_run): Switch
950 LAST_LOADED_FILE accordingly.
951
57b4f16e
PW
9522020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
953
954 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
955
7c05caf7
PW
9562020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
957
958 * gdb.base/help.exp: Test apropos and help for commands
959 having aliases. Fixed comments not starting with an
960 upper-case letter or not finishing with a dot.
961
7aa1b46f
PW
9622020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
963
3b3aaacb
PW
964 * gdb.base/alias.exp: Update help output check.
965
57b4f16e 9662020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 967
7aa1b46f
PW
968 * gdb.base/default.exp: Update output following fixes.
969
0605465f
PW
9702020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
971
972 * gdb.base/alias.exp: Test aliases starting with a prefix of
973 another alias.
974
86e4e63d
GB
9752020-05-15 Gary Benson <gbenson@redhat.com>
976
977 * gdb.base/info-os.c (main): Add return statement.
978 * gdb.base/info_minsym.c (minsym_fun): Likewise.
979 * gdb.base/large-frame-2.c (func): Likewise.
980 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
981 * gdb.base/pr10179-b.c (foo2): Likewise.
982 * gdb.base/valgrind-disp-step.c (foo): Likewise.
983 * gdb.base/watch-cond.c (func): Likewise.
984 * gdb.multi/goodbye.c (verylongfun): Likewise.
985 * gdb.multi/hello.c (commonfun): Likewise.
986 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
987 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
988 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
989 Likewise.
990 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
991 * gdb.threads/interrupt-while-step-over.c (child_function):
992 Likewise.
993 * gdb.trace/actions-changed.c (end): Likewise.
994
163df4df
GB
9952020-05-15 Gary Benson <gbenson@redhat.com>
996
997 * gdb.opencl/callfuncs.exp: Report when test skipped.
998 * gdb.opencl/convs_casts.exp: Likewise.
999 * gdb.opencl/datatypes.exp: Likewise.
1000 * gdb.opencl/operators.exp: Likewise.
1001 * gdb.opencl/vec_comps.exp: Likewise.
1002
6dbc505a
TV
10032020-05-15 Tom de Vries <tdevries@suse.de>
1004
1005 * gdb.base/align.exp.in: Rename to ...
1006 * gdb.base/align.exp.tcl: ... this.
1007 * gdb.base/align-c++.exp: Update.
1008 * gdb.base/align-c.exp: Update.
1009 * gdb.base/all-architectures.exp.in: Rename to ...
1010 * gdb.base/all-architectures.exp: ... this.
1011 * gdb.base/all-architectures-0.exp: Update.
1012 * gdb.base/all-architectures-1.exp: Update.
1013 * gdb.base/all-architectures-2.exp: Update.
1014 * gdb.base/all-architectures-3.exp: Update.
1015 * gdb.base/all-architectures-4.exp: Update.
1016 * gdb.base/all-architectures-5.exp: Update.
1017 * gdb.base/all-architectures-6.exp: Update.
1018 * gdb.base/all-architectures-7.exp: Update.
1019 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1020 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1021 * gdb.base/infcall-nested-structs-c++.exp: Update.
1022 * gdb.base/infcall-nested-structs-c.exp: Update.
1023 * gdb.base/info-types.exp.in: Rename to ...
1024 * gdb.base/info-types.exp.tcl: ... this.
1025 * gdb.base/info-types-c++.exp: Update.
1026 * gdb.base/info-types-c.exp: Update.
1027 * gdb.base/max-depth.exp.in: Rename to ...
1028 * gdb.base/max-depth.exp.tcl: ... this.
1029 * gdb.base/max-depth-c++.exp: Update.
1030 * gdb.base/max-depth-c.exp: Update.
1031 * gdb.cp/cpexprs.exp.in: Rename to ...
1032 * gdb.cp/cpexprs.exp.tcl: ... this.
1033 * gdb.cp/cpexprs-debug-types.exp: Update.
1034 * gdb.cp/cpexprs.exp: Update.
1035 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1036 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1037 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1038 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1039 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1040 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1041 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1042 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1043 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1044 * gdb.dwarf2/clang-debug-names.exp: Update.
1045
d1034d78
AB
10462020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1047
1048 * lib/check-test-names.exp: Remove code that prevents this file
1049 loading when tests are run in parallel.
1050
3c5c3649
PA
10512020-05-15 Pedro Alves <palves@redhat.com>
1052
1053 * gdb.multi/multi-kill.exp (start_inferior): Remove
1054 'testpid' parameter. Refer to namespace variable directly.
1055 (testpid): Declare as namespace variable.
1056
272c36b8
PA
10572020-05-15 Pedro Alves <palves@redhat.com>
1058
1059 * gdb.multi/multi-kill.exp: Wrap in namespace.
1060 (start_inferior): Add TESTPID parameter. Use it instead of the
1061 testpid global.
1062 (top level): Define empty TESTPID array, and pass it down to
1063 start_inferior.
1064
02eba61a
TV
10652020-05-14 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1068 output.
1069
971a3747
TV
10702020-05-14 Tom de Vries <tdevries@suse.de>
1071
1072 * gdb.base/align.exp: Split into ...
1073 * gdb.base/align.exp.in: ...
1074 * gdb.base/align-c++.exp: ...
1075 * gdb.base/align-c.exp: ... these.
1076 * gdb.base/infcall-nested-structs.exp: Split into ...
1077 * gdb.base/infcall-nested-structs.exp.in: ...
1078 * gdb.base/infcall-nested-structs-c++.exp: ...
1079 * gdb.base/infcall-nested-structs-c.exp: ... these.
1080 * gdb.base/info-types.exp: Split into ...
1081 * gdb.base/info-types.exp.in: ...
1082 * gdb.base/info-types-c++.exp: ...
1083 * gdb.base/info-types-c.exp: ... these.
1084 * gdb.base/max-depth.exp: Split into ...
1085 * gdb.base/max-depth.exp.in: ...
1086 * gdb.base/max-depth-c++.exp: ...
1087 * gdb.base/max-depth-c.exp: ... these.
1088 * gdb.cp/infcall-nodebug.exp: Split into ...
1089 * gdb.cp/infcall-nodebug.exp.in: ...
1090 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1091 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1092 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1093 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1094
a05575d3
TBA
10952020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1096 Pedro Alves <palves@redhat.com>
1097
1098 * gdb.multi/multi-exit.c: New file.
1099 * gdb.multi/multi-exit.exp: New file.
1100 * gdb.multi/multi-kill.c: New file.
1101 * gdb.multi/multi-kill.exp: New file.
1102
6ad82919
TBA
11032020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1104
1105 * gdb.base/annota1.exp: Update the expected output.
1106 * gdb.cp/annota2.exp: Ditto.
1107
843f4d93
AB
11082020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1109
1110 * lib/check-test-names.exp: Disable when testing is being run in
1111 parallel.
1112
c7c66341
TV
11132020-05-12 Tom de Vries <tdevries@suse.de>
1114
1115 * gdb.base/jit-elf.exp: Fix string concat.
1116
1b59ca1c
TV
11172020-05-12 Tom de Vries <tdevries@suse.de>
1118
1119 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1120 messages.
1121
b4991d29
TV
11222020-05-12 Tom de Vries <tdevries@suse.de>
1123
1124 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1125
dbb0ab10
TV
11262020-05-12 Tom de Vries <tdevries@suse.de>
1127
1128 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1129 * gdb.ada/mi_catch_ex.exp: Same.
1130 * gdb.ada/mi_catch_ex_hand.exp: Same.
1131
7549fed8
TV
11322020-05-12 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.fortran/complex.exp: Use with_test_prefix.
1135
af2d5cd8
TV
11362020-05-12 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.trace/passcount.exp: Fix test-names.
1139
7c121311
TV
11402020-05-12 Tom de Vries <tdevries@suse.de>
1141
1142 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1143
c9f3b40e
TV
11442020-05-12 Tom de Vries <tdevries@suse.de>
1145
1146 * gdb.gdb/complaints.exp: Use with_test_prefix.
1147 * gdb.xml/tdesc-regs.exp: Same.
1148 * gdb.opt/inline-locals.exp: Fix test name.
1149
111b33f0
TV
11502020-05-12 Tom de Vries <tdevries@suse.de>
1151
1152 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1153 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1154 * gdb.dwarf2/implref-struct.exp: Same.
1155 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1156 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1157
ebf47080
SM
11582020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1159
1160 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1161
d30dcd12
AB
11622020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1163
1164 * lib/check-test-names.exp (all_test_names): New module variable.
1165 (counts): Add 'duplicates' field.
1166 (_check_duplicates): New procedure.
1167 (check): Also check for duplicates.
1168 (do_log_summary): Print duplicates count.
1169 (do_reset_vars): Reset counter for duplicate test names, and
1170 discard all know test names.
1171
34584c09
AB
11722020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1173
1174 * lib/gdb.exp: Include check-test-names.exp library.
1175 * lib/check-test-names.exp: New file.
1176
e0002117
TV
11772020-05-11 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1180
53f539a3
KS
11812020-05-11 Keith Seitz <keiths@redhat.com>
1182
1183 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1184
113ee09a
TV
11852020-05-11 Tom de Vries <tdevries@suse.de>
1186
1187 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1188 * gdb.cp/cpexprs.exp.in: .. here.
1189 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1190 cpexprs.exp.
1191
ba3e70b0
KS
11922020-05-11 Keith Seitz <keiths@redhat.com>
1193
1194 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1195 test names.
1196 * gdb.ada/arrayptr.exp: Likewise.
1197 * gdb.ada/assign_arr.exp: Likewise.
1198 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1199 * gdb.ada/bp_on_var.exp: Likewise.
1200 * gdb.ada/call_pn.exp: Likewise.
1201 * gdb.ada/complete.exp: Likewise.
1202 * gdb.ada/fun_overload_menu.exp: Likewise.
1203 * gdb.ada/funcall_param.exp: Likewise.
1204 * gdb.ada/funcall_ref.exp: Likewise.
1205 * gdb.ada/packed_array_assign.exp: Likewise.
1206 * gdb.ada/same_component_name.exp: Likewise.
1207 * gdb.ada/type_coercion.exp: Likewise.
1208 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1209 * gdb.ada/variant_record_packed_array.exp: Likewise.
1210
3ee6bb11
TV
12112020-05-11 Tom de Vries <tdevries@suse.de>
1212
1213 PR symtab/25941
1214 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1215 out of ...
1216 * gdb.dwarf2/clang-debug-names.exp: ... here.
1217 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1218 clang-debug-names.exp.in.
1219 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1220 * gdb.dwarf2/clang-debug-names-2.c: New test.
1221
86cd6bc8
AKS
12222020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1223
1224 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1225 (fortran_runto_main): New Proc, fortran version of runto_main.
1226 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1227 * gdb.fortran/array-bounds.exp: Likewise.
1228 * gdb.fortran/array-slices.exp: Likewise.
1229 * gdb.fortran/block-data.exp: Likewise.
1230 * gdb.fortran/charset.exp: Likewise.
1231 * gdb.fortran/common-block.exp: Likewise.
1232 * gdb.fortran/complex.exp: Likewise.
1233 * gdb.fortran/derived-type-function.exp: Likewise.
1234 * gdb.fortran/derived-type.exp: Likewise.
1235 * gdb.fortran/info-modules.exp: Likewise.
1236 * gdb.fortran/info-types.exp: Likewise.
1237 * gdb.fortran/intrinsics.exp: Likewise.
1238 * gdb.fortran/library-module.exp: Likewise.
1239 * gdb.fortran/logical.exp: Likewise.
1240 * gdb.fortran/max-depth.exp: Likewise.
1241 * gdb.fortran/module.exp: Likewise.
1242 * gdb.fortran/multi-dim.exp: Likewise.
1243 * gdb.fortran/nested-funcs.exp: Likewise.
1244 * gdb.fortran/print-formatted.exp: Likewise.
1245 * gdb.fortran/print_type.exp: Likewise.
1246 * gdb.fortran/printing-types.exp: Likewise.
1247 * gdb.fortran/ptr-indentation.exp: Likewise.
1248 * gdb.fortran/ptype-on-functions.exp: Likewise.
1249 * gdb.fortran/subarray.exp: Likewise.
1250 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1251 * gdb.fortran/vla-datatypes.exp: Likewise.
1252 * gdb.fortran/vla-history.exp: Likewise.
1253 * gdb.fortran/vla-ptr-info.exp: Likewise.
1254 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1255 * gdb.fortran/vla-ptype.exp: Likewise.
1256 * gdb.fortran/vla-sizeof.exp: Likewise.
1257 * gdb.fortran/vla-type.exp: Likewise.
1258 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1259 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1260 * gdb.fortran/vla-value-sub.exp: Likewise.
1261 * gdb.fortran/vla-value.exp: Likewise.
1262 * gdb.fortran/whatis_type.exp: Likewise.
1263 * gdb.mi/mi-var-child-f.exp: Likewise.
1264
6dc55ce9 12652020-05-09 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1268
283cb58c
TV
12692020-05-08 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.dwarf2/clang-debug-names.c: New test.
1272 * gdb.dwarf2/clang-debug-names.exp: New file.
1273
ac4a4f1c
SM
12742020-05-06 Simon Marchi <simon.marchi@efficios.com>
1275
1276 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1277 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1278
24fe640b
TV
12792020-05-06 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1282 breakpoint is at a "recommended breakpoint location".
1283 * gdb.reverse/consecutive-reverse.exp: Same.
1284
0d8683a3
TV
12852020-05-06 Tom de Vries <tdevries@suse.de>
1286
1287 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1288 address.
1289
b8983c46
TV
12902020-05-06 Tom de Vries <tdevries@suse.de>
1291
1292 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1293
abf6d805
TV
12942020-05-06 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1297 info for r.
1298
0fc2a808
TV
12992020-05-06 Tom de Vries <tdevries@suse.de>
1300
1301 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1302 necessary.
1303
873dd427
TV
13042020-05-06 Tom de Vries <tdevries@suse.de>
1305
1306 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1307 void.
1308
7c99e7e2
TV
13092020-05-06 Tom de Vries <tdevries@suse.de>
1310
1311 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1312 of ...
1313 * gdb.base/async.exp: ... here.
1314 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1315 "recommended breakpoint location".
1316
6173d6a6
TV
13172020-05-06 Tom de Vries <tdevries@suse.de>
1318
1319 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1320
6015a067
TV
13212020-05-04 Tom de Vries <tdevries@suse.de>
1322
1323 * gdb.base/async.exp: Check whether instruction addresses are a
1324 "recommended breakpoint location".
1325
3b6acaee
TT
13262020-05-03 Tom Tromey <tom@tromey.com>
1327
1328 * gdb.base/sepdebug.exp: Remove "catch" test.
1329 * gdb.base/break.exp: Remove "catch" test.
1330 * gdb.base/default.exp: Update expected output.
1331
5beb4d17
TV
13322020-05-02 Tom de Vries <tdevries@suse.de>
1333
1334 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1335 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1336 * gdb.arch/i386-mpx-map.exp: Same.
1337 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1338 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1339 * gdb.arch/i386-mpx.exp: Same.
1340
8caf140d
TV
13412020-05-02 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1344
693196cb
TV
13452020-05-01 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.ada/operator_bp.exp: Allow more than required amount of
1348 breakpoint.
1349
53ae0aa9
TV
13502020-05-01 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1353
ee9d1e5f
HD
13542020-04-30 Hannes Domani <ssbssa@yahoo.de>
1355
1356 PR gdb/18706
1357 * gdb.cp/stub-array-size.cc: New test.
1358 * gdb.cp/stub-array-size.exp: New file.
1359 * gdb.cp/stub-array-size.h: New test.
1360 * gdb.cp/stub-array-size2.cc: New test.
1361
d5cf82c0
HD
13622020-04-30 Hannes Domani <ssbssa@yahoo.de>
1363
1364 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1365 output to the new format.
1366
42e165c3
SM
13672020-04-29 Simon Marchi <simon.marchi@efficios.com>
1368
1369 * gdb.base/break.exp: Use with_test_prefix.
1370
6e4e3fe1
TV
13712020-04-29 Tom de Vries <tdevries@suse.de>
1372
1373 * lib/gdb.exp (debug_types): New proc.
1374 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1375 * gdb.python/py-symtab.exp: Same.
1376
d642b692
HD
13772020-04-29 Hannes Domani <ssbssa@yahoo.de>
1378
1379 PR gdb/17320
1380 * gdb.base/pretty-array.c: New test.
1381 * gdb.base/pretty-array.exp: New file.
1382
ea90f227
TV
13832020-04-29 Tom de Vries <tdevries@suse.de>
1384
1385 PR symtab/25889
1386 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1387 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1388 and include cpexprs.exp.
1389
a65189c9
TV
13902020-04-28 Mark Williams <mark@myosotissp.com>
1391
1392 PR gdb/24480
1393 * dw4-toplevel-types.exp: Test for top level types.
1394 * dw4-toplevel-types.cc: Test for top level types.
1395
32d1f47a
TBA
13962020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1397
1398 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1399 (theads -> threads).
1400
56a4f5a1
TV
14012020-04-28 Tom de Vries <tdevries@suse.de>
1402
1403 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1404
0b2f8a3b
TV
14052020-04-28 Tom de Vries <tdevries@suse.de>
1406
1407 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1408
5390c717
TV
14092020-04-28 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1412
15cd93d0
TV
14132020-04-28 Tom de Vries <tdevries@suse.de>
1414
1415 * gdb.dwarf2/main-foo.c: New test.
1416 * gdb.dwarf2/struct-with-sig.exp: New file.
1417
d472f0fb
TV
14182020-04-25 Tom de Vries <tdevries@suse.de>
1419
1420 * boards/debug-types.exp: New file.
1421
8d840e05
AB
14222020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1423
1424 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1425
bcfe6157
TT
14262020-04-24 Tom Tromey <tom@tromey.com>
1427
1428 PR symtab/12707:
1429 * gdb.python/py-symbol.exp: Update expected results for
1430 linkage_name test.
1431 * gdb.cp/print-demangle.exp: New file.
1432 * gdb.base/c-linkage-name.exp: Fix test.
1433 * gdb.guile/scm-symbol.exp: Update expected results for
1434 linkage_name test.
1435
f049a313
TT
14362020-04-24 Tom Tromey <tom@tromey.com>
1437
1438 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1439 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1440 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1441 assembler.
1442
7cf28874
TV
14432020-04-24 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1446 C++.
1447
dac2fef7
TT
14482020-04-24 Tom Tromey <tromey@adacore.com>
1449
1450 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1451 values.
1452 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1453 values. Update test for minimal encodings.
1454 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1455 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1456 values. Update test for minimal encodings.
1457
1acda803
TT
14582020-04-24 Tom Tromey <tromey@adacore.com>
1459
1460 PR python/23662:
1461 * gdb.ada/variant.exp: Add Python checks.
1462 * gdb.rust/simple.exp: Add dynamic type checks.
1463
adfb9815
TT
14642020-04-24 Tom Tromey <tromey@adacore.com>
1465
1466 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1467 Make array type matching more lax.
1468 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1469 * gdb.ada/mi_variant.exp: New file.
1470 * gdb.ada/mi_variant/pck.ads: New file.
1471 * gdb.ada/mi_variant/pkg.adb: New file.
1472 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1473 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1474
7d79de9a
TT
14752020-04-24 Tom Tromey <tromey@adacore.com>
1476
1477 * gdb.ada/variant.exp: Add dynamic field offset tests.
1478 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1479 * gdb.ada/variant/pkg.adb: Add new variables.
1480
f8e89861
TT
14812020-04-24 Tom Tromey <tromey@adacore.com>
1482
1483 * gdb.ada/variant.exp: New file
1484 * gdb.ada/variant/pkg.adb: New file
1485 * gdb.ada/variant/pck.adb: New file
1486
86e887ae
TV
14872020-04-24 Tom de Vries <tdevries@suse.de>
1488
1489 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1490
88428775
TV
14912020-04-24 Tom de Vries <tdevries@suse.de>
1492
1493 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1494 flags.
1495
4e86f6e7
TV
14962020-04-24 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1499
2016d3e6
TV
15002020-04-24 Tom de Vries <tdevries@suse.de>
1501
1502 * lib/gdb.exp (default_gdb_start): Handle eof.
1503 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1504 failure.
1505 * gdb.base/readnever.exp: Handle clean_restart failure.
1506
70bc38f5
TV
15072020-04-23 Tom de Vries <tdevries@suse.de>
1508
1509 * gdb.base/decl-before-def.exp: Run to main and print a again.
1510
de82891c
TV
15112020-04-23 Tom de Vries <tdevries@suse.de>
1512
1513 * gdb.base/decl-before-def-decl.c: New test.
1514 * gdb.base/decl-before-def-def.c: New test.
1515 * gdb.base/decl-before-def.exp: New file.
1516
96038148
TV
15172020-04-23 Tom de Vries <tdevries@suse.de>
1518
1519 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1520
54ac3df1
TV
15212020-04-22 Tom de Vries <tdevries@suse.de>
1522
1523 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1524 debug_info_offset.
1525 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1526 before $objsfile in the line line.
1527
714534e1
TV
15282020-04-22 Tom de Vries <tdevries@suse.de>
1529
1530 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1531
16a7dbf4
MS
15322020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1533
1534 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1535 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1536 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1537 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1538 * gdb.base/jit-protocol.h: Update definitions to match all usage
1539 contexts.
1540
15412020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1542
1543 * gdb.base: Rename all jit related test and source files.
1544
15452020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1546
1547 * gdb.base/jit-reader.exp: Relax register output check.
1548
317d2668
TV
15492020-04-22 Tom de Vries <tdevries@suse.de>
1550
1551 PR symtab/25764
1552 * gdb.base/psym-external-decl-2.c: New test.
1553 * gdb.base/psym-external-decl.c: New test.
1554 * gdb.base/psym-external-decl.exp: New file.
1555 * gdb.threads/tls.exp: Add PR25807 kfail.
1556
eea9e357
TV
15572020-04-22 Tom de Vries <tdevries@suse.de>
1558
1559 PR symtab/25801
1560 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1561 in "info source" output.
1562
3d5afab3
TV
15632020-04-22 Tom de Vries <tdevries@suse.de>
1564
1565 PR symtab/25700
1566 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1567 symtab for imported_unit.c.
1568
b32102f6
GB
15692020-04-21 Gary Benson <gbenson@redhat.com>
1570
1571 * gdb.base/advance.c (func): New argument, to match call site.
1572 (func2, func3): Add return statements.
1573
d43b7a2d
TBA
15742020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1575
1576 * gdb.multi/run-only-second-inf.c: New file.
1577 * gdb.multi/run-only-second-inf.exp: New file.
1578
d89edf9b
MM
15792020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1580
1581 * gdb.btrace/multi-inferior.c: New test.
1582 * gdb.btrace/multi-inferior.exp: New file.
1583
1a476b6d
MM
15842020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1585
1586 * gdb.btrace/enable-new-thread.c: New test.
1587 * gdb.btrace/enable-new-thread.exp: New file.
1588
4778a5f8
TV
15892020-04-21 Tom de Vries <tdevries@suse.de>
1590
1591 PR gdb/25471
1592 * gdb.threads/killed-outside.c: New test.
1593 * gdb.threads/killed-outside.exp: New file.
1594
9b2c992c
GB
15952020-04-20 Gary Benson <gbenson@redhat.com>
1596
1597 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1598 * gdb.base/nested-subp2.exp: Likewise.
1599 * gdb.base/nested-subp3.exp: Likewise.
1600
b5d1d6f7
GB
16012020-04-20 Gary Benson <gbenson@redhat.com>
1602
1603 * gdb.base/nested-subp1.exp: Disable test when using clang.
1604 * gdb.base/nested-subp2.exp: Likewise.
1605 * gdb.base/nested-subp3.exp: Likewise.
1606
25230285
GB
16072020-04-20 Gary Benson <gbenson@redhat.com>
1608
1609 * gdb.cp/exception.cc: Fix compilation error with clang.
1610
fa93cc8f
GB
16112020-04-20 Gary Benson <gbenson@redhat.com>
1612
809730f3 1613 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1614
e0c45f30
GB
16152020-04-20 Gary Benson <gbenson@redhat.com>
1616
1617 * gdb.base/jit-main.c: Fix compilation error with clang.
1618
4ddfec93
KR
16192020-04-17 Kamil Rytarowski <n54@gmx.com>
1620
1621 * gdb.base/attach-twice.c: Include "sys/types.h".
1622 (PTRACE_ATTACH): Add fallback definition.
1623 (main): Pass `0' to the 4th argument of `ptrace'.
1624
2bed205e
KR
16252020-04-17 Kamil Rytarowski <n54@gmx.com>
1626
1627 * gdb.base/fork-running-state.c: Include "signal.h".
1628
0743fc83
TT
16292020-04-17 Tom Tromey <tromey@adacore.com>
1630
1631 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1632 Update tests.
1633 * gdb.btrace/cpu.exp: Update tests.
1634 * gdb.base/maint.exp: Update tests.
1635 * gdb.base/default.exp: Update tests.
1636 * gdb.base/completion.exp: Update tests.
1637
efba5c23
TV
16382020-04-16 Tom de Vries <tdevries@suse.de>
1639
1640 PR symtab/25791
1641 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1642 (ensure_gdb_index): and factor out and move ...
1643 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1644 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1645
d191d716
TV
16462020-04-16 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1649 loading exec.
1650
99f1bc6a
AB
16512020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1652
1653 * gdb.base/many-completions.exp: New file.
1654
194d088f
TV
16552020-04-14 Tom de Vries <tdevries@suse.de>
1656
1657 PR symtab/25718
1658 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1659
c1a66c06
TV
16602020-04-14 Tom de Vries <tdevries@suse.de>
1661
1662 PR symtab/25720
1663 * gdb.base/maint-expand-symbols-header-file.c: New test.
1664 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1665 * gdb.base/maint-expand-symbols-header-file.h: New test.
1666
21b0982c
AB
16672020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1668
1669 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1670 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1671 get_func_info.
1672 (get_func_info): Delete.
1673 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1674 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1675 * lib/dwarf.exp (get_func_info): New function.
1676
dd1cab06
TV
16772020-04-13 Tom de Vries <tdevries@suse.de>
1678
1679 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1680 to what find_gnatmake does.
1681
71ea2b6b
TV
16822020-04-10 Tom de Vries <tdevries@suse.de>
1683
1684 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1685 -readnow.
1686
bdfc1e8a
TV
16872020-04-10 Tom de Vries <tdevries@suse.de>
1688
1689 PR cli/25808
1690 * gdb.base/style.c: Add leading newlines.
1691 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1692 Check listing of main's one-line body.
1693
14ca8ecf
TV
16942020-04-08 Tom de Vries <tdevries@suse.de>
1695
1696 * lib/gdb.exp (psymtabs_p): New proc.
1697 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1698 importing unit" unsupported if there are no partial symbols.
1699
e21d048f
TV
17002020-04-08 Tom de Vries <tdevries@suse.de>
1701
1702 PR testsuite/25760
1703 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1704
25c11aca
TV
17052020-04-07 Tom de Vries <tdevries@suse.de>
1706
1707 PR symtab/25796
1708 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1709
5707e24b
TV
17102020-04-07 Tom de Vries <tdevries@suse.de>
1711
1712 * gdb.base/check-psymtab.c: New test.
1713 * gdb.base/check-psymtab.exp: New file.
1714
6ee448cc
TT
17152020-04-06 Tom Tromey <tromey@adacore.com>
1716
1717 * gdb.ada/variant-record/proc.adb: New file.
1718 * gdb.ada/variant-record/value.adb: New file.
1719 * gdb.ada/variant-record/value.s: New file.
1720 * gdb.ada/variant-record.exp: New file.
1721
9e7c9a03
HD
17222020-04-03 Hannes Domani <ssbssa@yahoo.de>
1723
1724 PR gdb/25325
1725 * gdb.cp/typed-enum.cc: New test.
1726 * gdb.cp/typed-enum.exp: New file.
1727
c90d28ac
AB
17282020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1729
1730 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1731 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1732 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1733 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1734 * gdb.opt/inline-small-func.c: New file.
1735 * gdb.opt/inline-small-func.exp: New file.
1736 * gdb.opt/inline-small-func.h: New file.
1737
34e9a9fa
AB
17382020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1739
1740 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1741 function.
1742
6a354911
AB
17432020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1744
1745 * lib/dwarf.exp (function_range): Allow compiler options to be
1746 specified.
1747
880d9777
TV
17482020-04-02 Tom de Vries <tdevries@suse.de>
1749
1750 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1751 __attribute__((always_inline)).
1752 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1753
f32682ea
TV
17542020-04-02 Tom de Vries <tdevries@suse.de>
1755
1756 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1757 (gdbserver_gdb_exit): ... here. Add timeout warning.
1758 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1759 (connect_target_extended_remote): Append new server_spawn_id to
1760 server_spawn_ids.
1761 (cleanup): New proc.
1762 (setup, <toplevel>): Call cleanup.
1763
d3214198
TV
17642020-04-02 Tom de Vries <tdevries@suse.de>
1765
1766 * gdb.base/main-psymtab.exp: New file.
1767
cc77ed24
TV
17682020-04-02 Tom de Vries <tdevries@suse.de>
1769
1770 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1771
3638a098
TT
17722020-04-01 Tom Tromey <tom@tromey.com>
1773
1774 * gdb.base/complex-parts.exp: Add type tests.
1775
c34e8714
TT
17762020-04-01 Tom Tromey <tom@tromey.com>
1777
1778 * gdb.base/complex-parts.exp: Add arithmetic tests.
1779
981c08ce
TT
17802020-04-01 Tom Tromey <tom@tromey.com>
1781
1782 * gdb.compile/compile.exp: Update.
1783 * gdb.compile/compile-cplus.exp: Update.
1784 * gdb.base/varargs.exp: Update.
1785 * gdb.base/floatn.exp: Update.
1786 * gdb.base/endianity.exp: Update.
1787 * gdb.base/callfuncs.exp (do_function_calls): Update.
1788 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1789 (complex_float_integral_args): Update.
1790 * gdb.base/complex.exp: Update.
1791 * gdb.base/complex-parts.exp: Update.
1792
3d1cfd43
TT
17932020-04-01 Tom Tromey <tromey@adacore.com>
1794
1795 * gdb.rust/union.rs: New file.
1796 * gdb.rust/union.exp: New file.
1797 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1798 (main): Update.
1799 * gdb.rust/simple.exp: Move union tests to union.exp.
1800
e033dfa9
TT
18012020-04-01 Tom Tromey <tromey@adacore.com>
1802
1803 * gdb.rust/simple.rs (main): Remove "y0".
1804
53cccef1
TBA
18052020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1806
1807 * gdb.multi/stop-all-on-exit.c: New test.
1808 * gdb.multi/stop-all-on-exit.exp: New file.
1809
60e22c1e
HD
18102020-04-01 Hannes Domani <ssbssa@yahoo.de>
1811
1812 PR gdb/24789
1813 * gdb.cp/misc.cc: Add integer reference variable.
1814 * gdb.cp/misc.exp: Add test.
1815
e139a727
TBA
18162020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1817
1818 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1819 scenario to cover execution until the end and also the case
1820
16b0db75
TV
18212020-03-31 Tom de Vries <tdevries@suse.de>
1822
1823 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1824 c. Use "maint info symtabs" to check symtab expansion.
1825
c0502da6
TV
18262020-03-30 Tom de Vries <tdevries@suse.de>
1827
1828 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1829 unsupported.
1830 (verify_psymtab_expanded): Move ...
1831 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1832 test.
1833 (readnow): New proc.
1834
5935fd15
AB
18352020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1836
1837 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1838 with $hex.
1839
1773be9e
TT
18402020-03-20 Tom Tromey <tromey@adacore.com>
1841
1842 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1843
70304be9
TT
18442020-03-20 Tom Tromey <tromey@adacore.com>
1845
1846 * gdb.ada/sub_variant/subv.adb: New file.
1847 * gdb.ada/sub_variant.exp: New file.
1848
0dd7b8f7
TV
18492020-03-20 Tom de Vries <tdevries@suse.de>
1850
1851 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1852 first break fails.
1853 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1854
cada5fc9
AB
18552020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.server/exit-multiple-threads.c: New file.
1858 * gdb.server/exit-multiple-threads.exp: New file.
1859
6b8c53f2
AB
18602020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.fortran/mixed-lang-stack.c: New file.
1863 * gdb.fortran/mixed-lang-stack.cpp: New file.
1864 * gdb.fortran/mixed-lang-stack.exp: New file.
1865 * gdb.fortran/mixed-lang-stack.f90: New file.
1866
19a2740f
AB
18672020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * gdb.linespec/cp-completion-aliases.cc: New file.
1870 * gdb.linespec/cp-completion-aliases.exp: New file.
1871
d8c8b848
TV
18722020-03-19 Tom de Vries <tdevries@suse.de>
1873
1874 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1875 more precise.
1876
a9933ccf
TV
18772020-03-18 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1880 * gdb.dwarf2/break-inline-psymtab.c: New test.
1881 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1882
2f89101f
TV
18832020-03-16 Tom de Vries <tdevries@suse.de>
1884
1885 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1886 cache_verify and cache_verify_proc.
1887
6b9374f1
TV
18882020-03-15 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.server/solib-list.exp: Handle
1891 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1892
eaeaf44c
TV
18932020-03-15 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1896 objfiles".
1897
3293bbaf
TT
18982020-03-14 Tom Tromey <tom@tromey.com>
1899
1900 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1901
ab44624c
TV
19022020-03-14 Tom de Vries <tdevries@suse.de>
1903
1904 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1905
54c43825
TV
19062020-03-14 Tom de Vries <tdevries@suse.de>
1907
1908 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1909 result in line-by-line fashion.
1910
2ac70237
TV
19112020-03-14 Tom de Vries <tdevries@suse.de>
1912
1913 * lib/gdb.exp (supports_statement_frontiers): New proc.
1914 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1915
09546b56
TV
19162020-03-14 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.base/printcmds.exp: Add missing quoting for "print
1919 teststring2".
1920
a1f6a07c
TT
19212020-03-13 Tom Tromey <tom@tromey.com>
1922
1923 * gdb.base/printcmds.exp (test_print_strings): Add regression
1924 test.
1925 * gdb.base/printcmds.c (charptr): New typedef.
1926 (teststring2): New global.
1927
1b83d09c
AB
19282020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1929
1930 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1931 full path in the test name.
1932 (test_ld): Add some with_test_prefix blocks to make test names
1933 unique.
1934
2d61316c
TV
19352020-03-13 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1938
2e9145ac
TV
19392020-03-13 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1942
96c7f873
TV
19432020-03-13 Tom de Vries <tdevries@suse.de>
1944
1945 PR symtab/25646
1946 * gdb.dwarf2/imported-unit.exp: Add test.
1947
49ba92c0
TV
19482020-03-13 Tom de Vries <tdevries@suse.de>
1949
1950 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1951 (var1, var2): New variable.
1952 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1953 matching symbols.
1954
301b21e0
TV
19552020-03-13 Tom de Vries <tdevries@suse.de>
1956
1957 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1958 (Term::command): Use prompt prefix.
1959 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1960 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1961 command_no_prompt_prefix instead of prefix.
1962 * gdb.tui/tui-layout-asm.exp: Same.
1963
3f512721
SM
19642020-03-12 Simon Marchi <simon.marchi@efficios.com>
1965
1966 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1967
40310f30
SM
19682020-03-12 Simon Marchi <simon.marchi@efficios.com>
1969
1970 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1971 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1972 on" while stepping over the test instruction, match printed
1973 message.
1974
09252140
TV
19752020-03-12 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.base/info-types.exp: Use exp_continue during matching of output
1978 of "info types".
1979
14e9c72c
TV
19802020-03-12 Tom de Vries <tdevries@suse.de>
1981
1982 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1983
e515d67e
TV
19842020-03-12 Tom de Vries <tdevries@suse.de>
1985
1986 * gdb.fortran/module.exp: Use exp_continue during matching of output
1987 of "info variable -n".
1988
307eafd8
TV
19892020-03-12 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1992 gdb.dwarf2/dw2-ranges-base.c.
1993
9a2de3fc
TV
19942020-03-12 Tom de Vries <tdevries@suse.de>
1995
1996 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1997 in presence of GLIBC debuginfo.
1998
3217502e
TV
19992020-03-12 Tom de Vries <tdevries@suse.de>
2000
2001 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2002 $core.
2003
1281424c
TV
20042020-03-12 Tom de Vries <tdevries@suse.de>
2005
2006 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2007 more precise.
2008
038b97fc
SM
20092020-03-11 Simon Marchi <simon.marchi@efficios.com>
2010
2011 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2012 from Unix to Windows path.
2013
5308d1e7
TV
20142020-03-11 Tom de Vries <tdevries@suse.de>
2015
2016 * gdb.ada/minsyms.exp: Set language to ada.
2017
f870f78f
TV
20182020-03-11 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2021
5a13315d
TV
20222020-03-11 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2025
976862ed
TT
20262020-03-11 Tom Tromey <tromey@adacore.com>
2027
2028 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2029
7462c383
TV
20302020-03-11 Tom de Vries <tdevries@suse.de>
2031
2032 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2033
1c6c46a0
TV
20342020-03-11 Tom de Vries <tdevries@suse.de>
2035
2036 * gdb.base/break-interp.exp: Limit verbose scope.
2037
44f41bb7
TV
20382020-03-11 Tom de Vries <tdevries@suse.de>
2039
2040 * gdb.fortran/logical.f90: Define variable with character type.
2041 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2042
b76f3a42
TV
20432020-03-11 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2046
1c33af77
TV
20472020-03-11 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2050 symtabs.
2051
8c95582d
AB
20522020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2053 Bernd Edlinger <bernd.edlinger@hotmail.de>
2054
2055 * gdb.cp/step-and-next-inline.cc: New file.
2056 * gdb.cp/step-and-next-inline.exp: New file.
2057 * gdb.cp/step-and-next-inline.h: New file.
2058 * gdb.dwarf2/dw2-is-stmt.c: New file.
2059 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2060 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2061 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2062 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2063
cecf8547
AB
20642020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2065
2066 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2067 is-stmt flag in the line table.
2068
0ba678c9
TV
20692020-03-09 Tom de Vries <tdevries@suse.de>
2070
2071 * lib/gdb.exp (cached_file): Create cache dir.
2072
72fbdf83
TV
20732020-03-07 Tom de Vries <tdevries@suse.de>
2074
2075 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2076 * gdb.cp/rvalue-ref-params.exp: Same.
2077
436b5e99
TV
20782020-03-06 Tom de Vries <tdevries@suse.de>
2079
2080 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2081 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2082
09f2921c
TV
20832020-03-06 Tom de Vries <tdevries@suse.de>
2084
2085 * README: Fix "the the".
2086 * gdb.base/dprintf.exp: Same.
2087
50a3cc5d
TV
20882020-03-05 Tom de Vries <tdevries@suse.de>
2089
2090 * gdb.base/maint.exp: Update "main print statistics" expected output.
2091
0a709cba
AKS
20922020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2093
2094 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2095 (fortran_int8): Likewise.
2096 (fortran_real4): Likewise.
2097 (fortran_real8): Likewise.
2098 (fortran_complex4): Likewise.
2099 (fortran_logical4): Likewise.
2100 (fortran_character1): Likewise.
2101
5e5d66b6
AB
21022020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2103
2104 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2105 printed as true.
2106
7b973adc
SDJ
21072020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2108
2109 * gdb.base/printcmds.exp: Add test to verify printf of a
2110 variable holding an address.
2111
478e490a
TV
21122020-03-03 Tom de Vries <tdevries@suse.de>
2113
2114 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2115
1ef44e86
TV
21162020-03-03 Tom de Vries <tdevries@suse.de>
2117
2118 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2119 gdb_test_multiple call.
2120
b98cc2cf
TV
21212020-03-03 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2124 gdb_test_multiple calls.
2125
63e163f2
AB
21262020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 * gdb.base/default.exp: Remove test of 'set history filename'.
2129 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2130 filename to the empty string.
2131 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2132 and GDBHISTSIZE.
2133
24ed6739
AB
21342020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2135
2136 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2137 disabled.
2138
590003dc
TV
21392020-03-02 Pedro Alves <palves@redhat.com>
2140 Tom de Vries <tdevries@suse.de>
2141
2142 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2143 -prompt prefix, before user_code argument. Add -lbl option likewise.
2144 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2145 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2146 argument.
2147 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2148 have "\r\n" at start-of-line, instead of at end-of-line.
2149
f5e46084
SM
21502020-02-28 Simon Marchi <simon.marchi@efficios.com>
2151
2152 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2153 libinproctrace.so.
2154
f7a7000d
LM
21552020-02-28 Luis Machado <luis.machado@linaro.org>
2156
2157 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2158 to "p/x".
2159
718e0816
LM
21602020-02-28 Luis Machado <luis.machado@linaro.org>
2161
2162 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2163 asm/ptrace.h and error.h.
2164
13c3a74a
TV
21652020-02-28 Tom de Vries <tdevries@suse.de>
2166
2167 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2168 (struct wrapper, do_something, mundane/symada__cS): Move ...
2169 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2170 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2171 Update "print symada__cS before partial symtab expansion" regexp.
2172 Update breakpoint location. Flush symbol cache after expansion.
2173
85d2d5bb
LM
21742020-02-28 Luis Machado <luis.machado@linaro.org>
2175
2176 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2177
3608f86c
TV
21782020-02-27 Tom de Vries <tdevries@suse.de>
2179
2180 * config/sid.exp: Remove unused globals.
2181 * gdb.base/attach.exp: Same.
2182 * gdb.base/catch-load.exp: Same.
2183 * gdb.base/dbx.exp: Same.
2184 * lib/gdb.exp: Same.
2185 * lib/mi-support.exp: Same.
2186 * lib/prompt.exp: Same.
2187
c8d4f6df
TV
21882020-02-27 Tom de Vries <tdevries@suse.de>
2189
2190 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2191 not set.
2192
0d79cdc4
AM
21932020-02-26 Aaron Merey <amerey@redhat.com>
2194
2195 * gdb.debuginfod: New directory for debuginfod tests.
2196 * gdb.debuginfod/main.c: New test file.
2197 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2198
0dce4280
TV
21992020-02-26 Tom de Vries <tdevries@suse.de>
2200
2201 PR gdb/25603
2202 * gdb.base/persistent-lang.cc: New test.
2203 * gdb.base/persistent-lang.exp: New file.
2204
9e80cfa1
AB
22052020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2206
2207 * gdb.fortran/derived-type-striding.exp: Add a new test.
2208 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2209 new test.
2210
2078dbb2
AB
22112020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2212
2213 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2214 names.
2215
70d49700
TV
22162020-02-25 Tom de Vries <tdevries@suse.de>
2217
2218 PR go/18926
2219 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2220
a88ef40d
TV
22212020-02-24 Tom de Vries <tdevries@suse.de>
2222
2223 PR gdb/25592
2224 * gdb.base/info-locals-unused-static-var.c: New test.
2225 * gdb.base/info-locals-unused-static-var.exp: New file.
2226
01b1af32
TT
22272020-02-22 Tom Tromey <tom@tromey.com>
2228
2229 * gdb.python/tui-window.exp: New file.
2230 * gdb.python/tui-window.py: New file.
2231
7c043ba6
TT
22322020-02-22 Tom Tromey <tom@tromey.com>
2233
2234 PR tui/17850:
2235 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2236 tests.
2237
c22fef7e
TT
22382020-02-22 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.tui/new-layout.exp: Add sub-layout tests.
2241
ee325b61
TT
22422020-02-22 Tom Tromey <tom@tromey.com>
2243
2244 * gdb.tui/new-layout.exp: New file.
2245
3f0cbb04
TT
22462020-02-22 Tom Tromey <tom@tromey.com>
2247
2248 * gdb.rust/rust-style.rs: New file.
2249 * gdb.rust/rust-style.exp: New file.
2250 * gdb.base/style.exp: Test structure printing.
2251 * gdb.base/style.c (struct some_struct): New type.
2252 (enum etype): New type.
2253 (struct_value): New global.
2254
75525152
TV
22552020-02-21 Tom de Vries <tdevries@suse.de>
2256
2257 PR go/18926
2258 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2259 Remove blanket xfails. Use message argument for gdb_breakpoint.
2260 Make continuing to breakpoint test conditional on setting breakpoint.
2261 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2262 DW_AT_name attribute. Add xfail for GCC PR93866.
2263
bd360d30
AB
22642020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2265
2266 * gdb.dwarf2/cpp-linkage-name.c: New file.
2267 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2268
c7adb09f 22692020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2270
2271 * lib/gdb.exp (gdb_wrapper_init): Reset
2272 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2273 not exist.
2274
a9c79803
TV
22752020-02-20 Tom de Vries <tdevries@suse.de>
2276
2277 PR go/17018
2278 * gdb.go/hello.exp: Copy ...
2279 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2280 print of st to print value of global definition. Add xfail for GCC
2281 PR93844.
2282 * gdb.go/hello.exp: Remove printing of st before definition.
2283 * gdb.go/hello.go: Copy ...
2284 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2285 to st.
2286 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2287
d7445728
TV
22882020-02-20 Tom de Vries <tdevries@suse.de>
2289
2290 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2291 (gdb_simple_compile): Handle compile_flags go by using .go extension
2292 for source file.
2293 * gdb.go/chan.exp: Use support_go_compile.
2294 * gdb.go/handcall.exp: Same.
2295 * gdb.go/hello.exp: Same.
2296 * gdb.go/integers.exp: Same.
2297 * gdb.go/max-depth.exp: Same.
2298 * gdb.go/methods.exp: Same.
2299 * gdb.go/package.exp: Same.
2300 * gdb.go/strings.exp: Same.
2301 * gdb.go/types.exp: Same.
2302 * gdb.go/unsafe.exp: Same.
2303
c9c41e6d
TV
23042020-02-19 Tom de Vries <tdevries@suse.de>
2305
2306 * gdb.python/lib-types.exp: Make xfail more strict.
2307
f20ff837
TV
23082020-02-19 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2311
08410482
DE
23122020-02-19 Doug Evans <dje@google.com>
2313
2314 PR rust/25535
2315 * gdb.rust/simple.exp: Add test.
2316 * gdb.rust/simple.rs: Add test.
2317
623563f7
TV
23182020-02-19 Tom de Vries <tdevries@suse.de>
2319
2320 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2321 output line-by-line.
2322
d3308cfd
TV
23232020-02-19 Tom de Vries <tdevries@suse.de>
2324
2325 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2326
86cbc5dc
TV
23272020-02-19 Tom de Vries <tdevries@suse.de>
2328
2329 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2330 prelink.
2331
9db2b96b
TV
23322020-02-19 Tom de Vries <tdevries@suse.de>
2333
2334 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2335 (gdb_do_cache): Use gdb_do_cache_wrap.
2336 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2337
89e2fdc5
TV
23382020-02-19 Tom de Vries <tdevries@suse.de>
2339
2340 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2341 gdb_compile option.
2342
373d7ac0
SM
23432020-02-18 Simon Marchi <simon.marchi@efficios.com>
2344
2345 * gdb.base/printcmds.exp (test_print_enums): Update expected
2346 output.
2347
b29a2df0
SM
23482020-02-18 Simon Marchi <simon.marchi@efficios.com>
2349
2350 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2351 for "unknown".
2352
6740f0cc
SM
23532020-02-18 Simon Marchi <simon.marchi@efficios.com>
2354
2355 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2356 enumerator.
2357
edd45eb0
SM
23582020-02-18 Simon Marchi <simon.marchi@efficios.com>
2359
2360 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2361 FE_, add FE_NONE.
2362 (three): Update.
2363 (enum flag_enum_without_zero): New enum.
2364 (flag_enum_without_zero): New variable.
2365 (enum not_flag_enum): New enum.
2366 (three_not_flag): New variable.
2367 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2368 (test_print_enums): Add more tests for printing flag enums.
2369
d4295de4
TV
23702020-02-18 Tom de Vries <tdevries@suse.de>
2371
2372 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2373 (gdb_compile_ada): ... here.
2374 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2375 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2376
f251f505
TT
23772020-02-14 Tom Tromey <tom@tromey.com>
2378
2379 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2380 build directory.
2381 * boards/gdbserver-base.exp: Update path to gdbserver.
2382
8f432634
TV
23832020-02-13 Tom de Vries <tdevries@suse.de>
2384
2385 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2386
92b6eaf7
TV
23872020-02-13 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2390 are missing.
2391
f3b0f7fe
TV
23922020-02-13 Tom de Vries <tdevries@suse.de>
2393
2394 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2395 call.
2396
f6be8713
SDJ
23972020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2398
2399 PR tui/25126
2400 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2401 * gdb.base/cached-source-file.c: New file.
2402 * gdb.base/cached-source-file.exp: New file.
2403
b2770d5e
TV
24042020-02-11 Tom de Vries <tdevries@suse.de>
2405
2406 PR testsuite/25488
2407 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2408
44f6938e
TV
24092020-02-10 Tom de Vries <tdevries@suse.de>
2410
2411 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2412
5f0e2eb7
MR
24132020-02-10 Maciej W. Rozycki <macro@wdc.com>
2414
2415 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2416 and $after_addr are both integers before making a comparison.
2417
46ce2b6f
TV
24182020-02-09 Tom de Vries <tdevries@suse.de>
2419
2420 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2421 command output and paste it into gdb.log. If any, paste catch message
2422 to gdb.log.
2423
5abbbe1d
TT
24242020-02-07 Tom Tromey <tromey@adacore.com>
2425
2426 PR breakpoints/24915:
2427 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2428
1d5d29e7
SV
24292020-02-06 Shahab Vahedi <shahab@synopsys.com>
2430
2431 * gdb.tui/tui-missing-src.exp: Add the "missing source
2432 file" test for the TUI.
2433
b0999b9b
AB
24342020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2435
2436 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2437 including a port number in the output.
2438
c3b149eb
AKS
24392020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2440
2441 * lib/fortran.exp (fortran_int4): Handle clang.
2442 (fortran_int8): Likewise.
2443 (fortran_real4): Likewise.
2444 (fortran_real8): Likewise.
2445 (fortran_complex4): Likewise.
2446 (fortran_logical4): Likewise.
2447 (fortran_character1): Likewise.
2448
f8dcc90b
TV
24492020-02-04 Tom de Vries <tdevries@suse.de>
2450
2451 * README (Race detection): Add note.
2452
f90ac7c2
TV
24532020-02-04 Tom de Vries <tdevries@suse.de>
2454
2455 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2456
780636ae
TV
24572020-02-04 Tom de Vries <tdevries@suse.de>
2458
2459 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2460
5d2e1193
RA
24612020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2462
2463 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2464 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2465 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2466 blttar, bnetarl.
2467 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2468 binary for blttar, bnetarl.
2469 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2470 wait instruction. Delete ldmx test.
2471 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2472
e409c542
AKS
24732020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2474
2475 * gdb.fortran/array-bounds-high.exp: New file.
2476 * gdb.fortran/array-bounds-high.f90: New file.
2477
b0029748
LD
24782020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2479
2480 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2481 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2482
195a8287
TV
24832020-02-01 Tom de Vries <tdevries@suse.de>
2484
2485 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2486
42330a68
AB
24872020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2488
2489 PR tui/9765
2490 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2491 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2492
b62a8028
LM
24932020-01-29 Luis Machado <luis.machado@linaro.org>
2494
2495 * gdb.arch/aarch64-brk-patterns.c: New source file.
2496 * gdb.arch/aarch64-brk-patterns.exp: New test.
2497
5f440116
TBA
24982020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2499
2500 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2501 GCC/Clang version.
2502 * gdb.cp/pass-by-ref.exp: Ditto.
2503
ee2a6fc6
TV
25042020-01-29 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2507 * gdb.threads/watchpoint-fork-mt.c: Same.
2508 * gdb.threads/watchpoint-fork-parent.c: Same.
2509 * gdb.threads/watchpoint-fork-st.c: Same.
2510 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2511
16b10d6e
LM
25122020-01-27 Luis Machado <luis.machado@linaro.org>
2513
2514 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2515 sitting at a syscall instruction when we hit the syscall function's
2516 breakpoint.
2517 Check PC against one obtained with the x command.
2518 Validate syscall number.
2519 (step_over_syscall): Don't continue to the syscall instruction if
2520 we're already there.
2521
b1468492
PW
25222020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2523
2524 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2525
7ffa82e1
AB
25262020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2527
2528 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2529 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2530
3d92a3e3
AB
25312020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2532
2533 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2534 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2535
94a72be7
AB
25362020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2537
2538 * gdb.base/maint.exp: Update line table parsing test.
2539 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2540
53af73bf
PA
25412020-01-24 Pedro Alves <palves@redhat.com>
2542
2543 PR gdb/25410
2544 * gdb.multi/multi-re-run-1.c: New.
2545 * gdb.multi/multi-re-run-2.c: New.
2546 * gdb.multi/multi-re-run.exp: New.
2547
1ba1ac88
AB
25482020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2549
2550 PR gdb/23718
2551 * gdb.server/server-kill-python.exp: New file.
2552
f3364a6d
AB
25532020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2554
2555 * gdb.server/multi-ui-errors.c: New file.
2556 * gdb.server/multi-ui-errors.exp: New file.
2557
733d0a67
AB
25582020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2559
2560 PR tui/9765
2561 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2562
4f13c1c0
TT
25632020-01-19 Tom Tromey <tom@tromey.com>
2564
2565 * gdb.tui/main.exp: Add check for plain "file".
2566
40c94099
CB
25672020-01-16 Christian Biesinger <cbiesinger@google.com>
2568
2569 * lib/gdb.exp: Fix spelling error (seperatelly).
2570
ff47f4f0
TT
25712020-01-14 Tom Tromey <tom@tromey.com>
2572
2573 PR symtab/12535:
2574 * gdb.python/python.exp: Test decode_line with empty string
2575 argument.
2576
717c684d
BE
25772020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2578
2579 * gdb.base/skip-inline.exp: Extend test.
2580
44e4c775
AB
25812020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2584 * gdb.dwarf2/dw2-bad-elf.c: New file.
2585 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2586
d93c6db7
AB
25872020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2588
2589 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2590 _line_saw_file.
2591
9a6d629c
AB
25922020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2593
2594 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2595 border.
2596
d9ebdab7
TBA
25972020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2598
2599 * gdb.multi/multi-target.exp (setup): Factor out "info
2600 connections" and "info inferiors" tests to ...
2601 (test_info_inferiors): ... this new procedure.
2602 (top level): Run new "info-inferiors" tests.
2603
f3c469b9
PA
26042020-01-10 Pedro Alves <palves@redhat.com>
2605
2606 * gdb.server/bkpt-other-inferior.exp: New file.
2607
121b3efd
PA
26082020-01-10 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2611 of "add-inferior".
2612 * gdb.base/quit-live.exp: Likewise.
2613 * gdb.base/remote-exec-file.exp: Likewise.
2614 * gdb.guile/scm-progspace.exp: Likewise.
2615 * gdb.linespec/linespec.exp: Likewise.
2616 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2617 * gdb.mi/user-selected-context-sync.exp: Likewise.
2618 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2619 "info inferiors" tests.
2620 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2621 "add-inferior".
2622 * gdb.multi/watchpoint-multi.exp: Likewise.
2623 * gdb.python/py-inferior.exp: Likewise.
2624 * gdb.server/extended-remote-restart.exp: Likewise.
2625 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2626 "info inferiors".
2627 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2628 * gdb.trace/report.exp: Likewise.
2629
1dadb1dd
PA
26302020-01-10 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.multi/multi-target.c: New file.
2633 * gdb.multi/multi-target.exp: New file.
2634 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2635 mode requested, but remote does not support non-stop".
2636
78f2c40a
PA
26372020-01-10 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2640 disconnect before reconnecting.
2641
e7af6c70
TBA
26422020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2643 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.server/connect-without-multi-process.exp: Also test
2646 continuing to end.
2647
acdf84a6
PA
26482020-01-10 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.base/remote-exec-file.exp: New file.
2651
873657b9
PA
26522020-01-10 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2655 output.
2656 * gdb.threads/async.c: New.
2657 * gdb.threads/async.exp: New.
2658 * gdb.multi/tids-gid-reset.c: New.
2659 * gdb.multi/tids-gid-reset.exp: New.
2660
7f0ae84c
GB
26612020-01-10 George Barrett <bob@bob131.so>
2662
2663 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2664 to help in finding the image relocation offset.
2665 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2666 options in arguments.
2667 (stap_test_no_debuginfo): Likewise.
2668 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2669 test variants.
2670 (stap_test): Add null semaphore relocation test.
2671
47e9d49d
GB
26722020-01-10 George Barrett <bob@bob131.so>
2673
2674 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2675 * gdb.base/stap-probe.exp: Likewise.
2676 (stap_test): Pass argument as an additional flag.
2677 (stap_test_no_debuginfo): Likewise.
2678 (stap_test): Check `info probes stap' output for semaphore
2679 addresses if the test binary is supposed to have them.
2680
f5a7c406
AB
26812020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 * gdb.tui/basic.exp: Add more scrolling tests.
2684
9ae6bf64
TT
26852020-01-09 Tom Tromey <tom@tromey.com>
2686
2687 PR tui/18932:
2688 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2689 meangingful value.
2690 (Term::command, Term::resize): Update.
2691 * gdb.tui/basic.exp: Add scrolling test.
2692
b2efe70c
AB
26932020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2694
2695 * gdb.tui/tui-layout-asm.exp: New file.
2696
3804da7e
AB
26972020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2698
2699 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2700
b40aa28f
AB
27012020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2702
2703 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2704 (Term::enter_tui): Use Term::prepare_for_tui.
2705
63ffd7c9
AB
27062020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2707
2708 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2709 called.
2710
3be966f6
AB
27112020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2712
2713 * gdb.base/skip.exp: Fix race condition in test.
2714
153d79c4
AB
27152020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2716
2717 * gdb.base/backtrace.c: New file.
2718 * gdb.base/backtrace.exp: New file.
2719
f2302a34
AB
27202020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2723
6ec1d75e
PW
27242020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2725
2726 * gdb.base/style.exp: Test that warnings are styled.
2727
c296cbe6
BE
27282019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2729
2730 * gdb.base/line65535.exp: New file.
2731 * gdb.base/line65535.c: New file.
2732
b28a729d
SM
27332019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2734
2735 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2736 * lib/gnat_debug_info_test.adb: New file.
2737 * gdb.ada/ptype_tagged_param.exp: Use
2738 gnat_runtime_has_debug_info, expect a different output if
2739 runtime does not have debug info.
2740
7f2d7a0d
SM
27412019-12-20 Simon Marchi <simon.marchi@efficios.com>
2742
2743 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2744 (another) quote in test name.
2745
f3bce483
SM
27462019-12-20 Simon Marchi <simon.marchi@efficios.com>
2747
2748 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2749 Add quote in test name.
2750
c855a912
TBA
27512019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2752
2753 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2754 directory instead.
2755 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2756 * gdb.cp/pass-by-ref-2.cc: New file.
2757 * gdb.cp/pass-by-ref-2.exp: New file.
2758
fc9d2d72
TT
27592019-12-20 Tom Tromey <tom@tromey.com>
2760
2761 * gdb.tui/list-before.exp: New file.
2762
77b97e00
TT
27632019-12-20 Tom Tromey <tom@tromey.com>
2764
2765 * gdb.tui/list.exp: Check for source on initial listing.
2766
f69656d0
TT
27672019-12-11 Tom Tromey <tromey@adacore.com>
2768
2769 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2770 Add crlf test.
2771
99a55965
SM
27722019-12-18 Simon Marchi <simon.marchi@efficios.com>
2773
2774 * gdb.base/default.exp: Update value of $_gdb_major.
2775
5024637f
BE
27762019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2777
2778 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2779
b63634be
BE
27802019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2781
2782 * gdb.base/skip.exp: Whitespace fix.
2783
45d73523
BE
27842019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2785
2786 * gdb.base/skip-inline.c: New file.
2787 * gdb.base/skip-inline.exp: New file.
2788
d043f8c8
SM
27892019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2790
2791 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2792 jit_function_00 to jit_function_stack_mangle.
2793 * gdb.base/jithost.c (jit_function_t): Rename to...
2794 (jit_function_stack_mangle_t): ... this.
2795 (jit_function_add_t): New typedef.
2796 (jit_function_00_code): Rename to...
2797 (jit_function_stack_mangle_code): ... this, make static.
2798 (jit_function_add_code): New.
2799 (main): Generate "add" function and call it. Adjust to changes
2800 in jithost_abi.
2801 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2802 (struct jithost_abi) <begin, end>: Remove fields.
2803 <object, function_stack_mangle, function_add>: New fields.
2804 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2805 code_end>: Remove fields.
2806 <func_stack_mangle>: New field.
2807 (read_debug_info): Adjust to renaming, create block for "add"
2808 function.
2809 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2810
873de05c
TT
28112019-12-11 Tom Tromey <tom@tromey.com>
2812
2813 * gdb.tui/resize.exp: Fix regexp.
2814 * gdb.tui/regs.exp: Fix regexps.
2815 * gdb.tui/main.exp: Fix regexp.
2816
3d979945
TT
28172019-12-11 Tom Tromey <tom@tromey.com>
2818
2819 * gdb.tui/resize.exp: Update.
2820 * gdb.tui/empty.exp (layouts): Update.
2821
2192a9d3
TT
28222019-12-11 Tom Tromey <tom@tromey.com>
2823
2824 * gdb.tui/regs.exp: Update.
2825 * gdb.tui/empty.exp (layouts): Update.
2826 * gdb.tui/basic.exp: Update.
2827 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2828
d8edc8b7
PW
28292019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2830
2831 * gdb.base/options.exp: Add -raw-values in the print completion list.
2832 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2833
4c12d936
KB
28342019-12-10 Kevin Buettner <kevinb@redhat.com>
2835
2836 * gdb.threads/omp-par-scope.c: New file.
2837 * gdb/threads/omp-par-scope.exp: New file.
2838
26b911fb
KB
28392019-12-10 Kevin Buettner <kevinb@redhat.com>
2840
bb47f919
KB
2841 * lib/gdb.exp (support_nested_function_tests): New proc.
2842
28432019-12-10 Kevin Buettner <kevinb@redhat.com>
2844
2845 * lib/gdb.exp (gdb_compile_openmp): New proc.
2846 (build_executable_from_specs): Add an "openmp" option.
2847 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2848
6c71eb7d
TT
28492019-12-10 Tom Tromey <tromey@adacore.com>
2850
2851 * gdb.ada/unchecked_union.exp: New file.
2852 * gdb.ada/unchecked_union/pck.adb: New file.
2853 * gdb.ada/unchecked_union/pck.ads: New file.
2854 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2855 * gdb-utils.exp (string_to_regexp): Also quote "?".
2856
bac7c5cf
GB
28572019-12-10 George Barrett <bob@bob131.so>
2858
2859 Test scripted probe breakpoints.
2860 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2861 * gdb.python/py-breakpoint.c (main): Likewise.
2862 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2863 specifier test.
2864 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2865
330f1d38
TBA
28662019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2867
2868 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2869 an rvalue parameter.
2870 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2871 parameter.
2872
b43315e2
AB
28732019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2874
2875 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2876 modules.
2877
54f73dad
AB
28782019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2879
2880 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2881 broken version of GCC.
2882
d57cbee9
AB
28832019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2884
2885 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2886 sym-info-cmds library.
2887 * gdb.fortran/info-types.exp: Likewise.
2888 * lib/sym-info-cmds.exp: New file.
2889
c14aab8c
TV
28902019-12-08 Tom de Vries <tdevries@suse.de>
2891
2892 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2893
aa2d5a42
KS
28942019-12-07 Keith Seitz <keiths@redhat.com>
2895
2896 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2897 * gdb.base/corefile-buildid-shlib.c: New file.
2898 * gdb.base/corefile-buildid.c: New file.
2899 * gdb.base/corefile-buildid.exp: New file.
2900
93e55f0a
TV
29012019-12-06 Tom de Vries <tdevries@suse.de>
2902
2903 * gdb.dwarf2/varval.exp: Add decl before def test.
2904
c7d12402
TBA
29052019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2906
2907 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2908
06acc08f
TBA
29092019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2910
2911 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2912 CV and reference conversion for overload resolution.
2913 * gdb.cp/rvalue-ref-overload.exp: Test it.
2914
e0fad1ea
PW
29152019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2916
2917 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2918 * gdb.base/frameapply.exp: Test faas without command.
2919
8d70a9f0
AB
29202019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2921
2922 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2923 Fortran tests.
2924 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2925 order.
2926
36c8fb93
AB
29272019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2928
2929 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2930 casting to type with no kind specified.
2931 (test_basic_parsing_of_type_kinds): Additional tests for types
2932 with no kind specified, and add tests for single/double
2933 precision/complex types.
2934
4139ff00
TT
29352019-12-04 Tom Tromey <tromey@adacore.com>
2936
2937 * gdb.base/endianity.c (struct other) <x>: New field.
2938 (main): Initialize it.
2939 * gdb.base/endianity.exp: Update.
2940
a05cf17a
TT
29412019-12-04 Tom Tromey <tromey@adacore.com>
2942
2943 * gdb.ada/scalar_storage/storage.adb: New file.
2944 * gdb.ada/scalar_storage/pck.adb: New file.
2945 * gdb.ada/scalar_storage/pck.ads: New file.
2946 * gdb.ada/scalar_storage.exp: New file.
2947
103a685e
TT
29482019-12-04 Tom Tromey <tromey@adacore.com>
2949
2950 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2951 (main): Initialize it.
2952 * gdb.base/endianity.exp: Update.
2953
c2512106
AB
29542019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2955
2956 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2957
293b38d6
AB
29582019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2959
2960 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2961 -symbol-info-module-functions and -symbol-info-module-variables.
2962
216a7e6b
AB
29632019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2964
2965 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2966
5bbd8269
AB
29672019-12-01 Richard Bunt <richard.bunt@arm.com>
2968 Andrew Burgess <andrew.burgess@embecosm.com>
2969
2970 * gdb.fortran/derived-type-striding.exp: New file.
2971 * gdb.fortran/derived-type-striding.f90: New file.
2972 * gdb.fortran/array-slices.exp: New file.
2973 * gdb.fortran/array-slices.f90: New file.
2974
be09caf1
PW
29752019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2976
2977 * gdb.base/define.exp: Test . in command names.
2978 * gdb.base/setshow.exp: Update test, as . is now part of
2979 command name.
2980
643c0cbe
PW
29812019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2982
2983 * gdb.base/define-prefix.exp: New file.
2984
dcdec678
AB
29852019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2986
2987 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2988 compile.
2989 (skip_btrace_pt_tests): Likewise.
2990
640ab947
AB
29912019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.fortran/info-modules.exp: Compile source files in correct
2994 order.
2995
d22670f0
KB
29962019-11-27 Kevin Buettner <kevinb@redhat.com>
2997
2998 * gdb.dwarf2/imported-unit.exp: New file.
2999 * gdb.dwarf2/imported-unit.c: New file.
3000
db5960b4
AB
30012019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.mi/mi-fortran-modules-2.f90: New file.
3004 * gdb.mi/mi-fortran-modules.exp: New file.
3005 * gdb.mi/mi-fortran-modules.f90: New file.
3006
7dc42066
AB
30072019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.mi/mi-sym-info-1.c: New file.
3010 * gdb.mi/mi-sym-info-2.c: New file.
3011 * gdb.mi/mi-sym-info.exp: New file.
3012
0dfeecca
TT
30132019-11-22 Tom Tromey <tromey@adacore.com>
3014
3015 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3016 * gdb.ada/tasks/foo.adb: Add another stopping location.
3017
34877895
PJ
30182019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3019
3020 * gdb.base/endianity.c: New test.
3021 * gdb.base/endianity.exp: New file.
3022
2e84f897
LD
30232019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3024
3025 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3026
65d1cd5f
TV
30272019-11-21 Tom de Vries <tdevries@suse.de>
3028
3029 PR gdb/24956
3030 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3031
4f22c3f4
SDJ
30322019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3033
3034 * gdb.python/py-progspace.exp: Add missing parentheses on some
3035 'print' commands.
3036
9f6ad286
TT
30372019-11-19 Tom Tromey <tom@tromey.com>
3038
3039 * gdb.tui/winheight.exp: New file.
3040
0b8dbf3f
AB
30412019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.base/ctf-whatis.c: Delete.
3044 * gdb.base/ctf-whatis.exp: Delete.
3045 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3046
f833b7a7
AB
30472019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.base/ctf-cvexpr.exp: Delete.
3050 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3051
30d0a636
AB
30522019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3053
3054 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3055 the compiler. Clean up header comment a little.
3056 * gdb.base/ctf-ptype.exp: Likewise.
3057 * gdb.base/ctf-whatis.exp: Likewise.
3058 * lib/gdb.exp (skip_ctf_tests): New proc.
3059
494409bb
SDJ
30602019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3061
3062 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3063 * gdb.tui/corefile-run.exp: New file.
3064
55708e99
TT
30652019-11-14 Tom Tromey <tromey@adacore.com>
3066
3067 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3068 regression tests.
3069
45e42163
TT
30702019-11-12 Tom Tromey <tom@tromey.com>
3071
3072 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3073 after any command. Expect prompt after WAIT_FOR is seen.
3074 (enter_tui): Enable resize messages.
3075 (command): Expect command in output.
3076 (get_line): Avoid error when cursor appears to be off-screen.
3077 (dump_screen): Include screen size in title.
3078 (_do_resize): New proc, from "resize".
3079 (resize): Rewrite. Do resize in two steps.
3080 * gdb.tui/empty.exp (layouts): Fix entries.
3081 (check_boxes): Remove xfail.
3082 (check_text): Dump screen on failure.
3083
086baaf1
AB
30842019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.python/py-symbol.exp: Add test for
3087 gdb.lookup_static_symbols.
3088
09ff83af
AB
30892019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.python/py-symbol.c: Declare and call function from new
3092 py-symbol-2.c file.
3093 * gdb.python/py-symbol.exp: Compile both source files, and add new
3094 tests for gdb.lookup_static_symbol.
3095 * gdb.python/py-symbol-2.c: New file.
3096
11af934b
TV
30972019-11-02 Tom de Vries <tdevries@suse.de>
3098
3099 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3100 * gdb.base/anon.exp: Same.
3101 * gdb.base/auto-connect-native-target.exp: Same.
3102 * gdb.base/call-ar-st.exp: Same.
3103 * gdb.base/catch-syscall.exp: Same.
3104 * gdb.base/commands.exp: Same.
3105 * gdb.base/default.exp: Same.
3106 * gdb.base/display.exp: Same.
3107 * gdb.base/float.exp: Same.
3108 * gdb.base/foll-fork.exp: Same.
3109 * gdb.base/help.exp: Same.
3110 * gdb.base/info-macros.exp: Same.
3111 * gdb.base/info-proc.exp: Same.
3112 * gdb.base/info-target.exp: Same.
3113 * gdb.base/long_long.exp: Same.
3114 * gdb.base/macscp.exp: Same.
3115 * gdb.base/memattr.exp: Same.
3116 * gdb.base/nofield.exp: Same.
3117 * gdb.base/pointers.exp: Same.
3118 * gdb.base/printcmds.exp: Same.
3119 * gdb.base/ptype.exp: Same.
3120 * gdb.base/restore.exp: Same.
3121 * gdb.base/return.exp: Same.
3122 * gdb.base/scope.exp: Same.
3123 * gdb.base/set-noassign.exp: Same.
3124 * gdb.base/setshow.exp: Same.
3125 * gdb.base/shlib-call.exp: Same.
3126 * gdb.base/signals.exp: Same.
3127 * gdb.base/sigstep.exp: Same.
3128 * gdb.base/skip.exp: Same.
3129 * gdb.base/solib-symbol.exp: Same.
3130 * gdb.base/stap-probe.exp: Same.
3131 * gdb.base/step-line.exp: Same.
3132 * gdb.base/step-test.exp: Same.
3133 * gdb.base/style.exp: Same.
3134 * gdb.base/varargs.exp: Same.
3135 * gdb.base/vla-datatypes.exp: Same.
3136 * gdb.base/vla-ptr.exp: Same.
3137 * gdb.base/vla-sideeffect.exp: Same.
3138 * gdb.base/volatile.exp: Same.
3139 * gdb.base/watch-cond-infcall.exp: Same.
3140 * gdb.base/watchpoint.exp: Same.
3141
e96ec2ba
TV
31422019-11-02 Tom de Vries <tdevries@suse.de>
3143
3144 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3145 * gdb.cp/cpexprs.exp: Same.
3146 * gdb.cp/except-multi-location.exp: Same.
3147 * gdb.cp/exceptprint.exp: Same.
3148 * gdb.cp/gdb2384.exp: Same.
3149 * gdb.cp/inherit.exp: Same.
3150 * gdb.cp/m-static.exp: Same.
3151 * gdb.cp/meth-typedefs.exp: Same.
3152 * gdb.cp/misc.exp: Same.
3153 * gdb.cp/namespace.exp: Same.
3154 * gdb.cp/non-trivial-retval.exp: Same.
3155 * gdb.cp/overload.exp: Same.
3156 * gdb.cp/pr17132.exp: Same.
3157 * gdb.cp/re-set-overloaded.exp: Same.
3158 * gdb.cp/rvalue-ref-types.exp: Same.
3159 * gdb.cp/templates.exp: Same.
3160
bd5766ec
LM
31612019-11-01 Luis Machado <luis.machado@linaro.org>
3162
3163 PR gdb/25124
3164
3165 * gdb.arch/pr25124.S: New file.
3166 * gdb.arch/pr25124.exp: New file.
3167
165f8965
AB
31682019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3169
3170 * gdb.fortran/info-modules.exp: Update expected results, and add
3171 additional tests for 'info module functinos', and 'info module
3172 variables'.
3173 * gdb.fortran/info-types.exp: Update expected results.
3174 * gdb.fortran/info-types.f90: Extend testcase with additional
3175 module variables and functions.
3176
59c35742
AB
31772019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3178
3179 * gdb.fortran/info-modules.exp: New file.
3180 * gdb.fortran/info-types.exp: Build with new file.
3181 * gdb.fortran/info-types.f90: Include and use new module.
3182 * gdb.fortran/info-types-2.f90: New file.
3183
f3fb2519
PW
31842019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3185
3186 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3187 * gdb.base/settings.exp: Test all settings types using
3188 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3189 that now verifies that the value of "maint show" is the same as
3190 returned by the settings functions. Test the type of the
3191 maintenance settings.
3192 * gdb.base/default.exp: Update show_conv_list.
3193
d1e36019
TV
31942019-10-31 Tom de Vries <tdevries@suse.de>
3195
3196 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3197 gdb_test.
3198 * gdb.arch/amd64-disp-step.exp: Same.
3199 * gdb.asm/asm-source.exp: Same.
3200 * gdb.btrace/buffer-size.exp: Same.
3201 * gdb.btrace/cpu.exp: Same.
3202 * gdb.btrace/enable.exp: Same.
3203 * gdb.dwarf2/count.exp: Same.
3204 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3205 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3206 * gdb.fortran/vla-datatypes.exp: Same.
3207 * gdb.fortran/vla-history.exp: Same.
3208 * gdb.fortran/vla-ptype.exp: Same.
3209 * gdb.fortran/vla-value.exp: Same.
3210 * gdb.fortran/whatis_type.exp: Same.
3211 * gdb.guile/guile.exp: Same.
3212 * gdb.multi/tids.exp: Same.
3213 * gdb.python/py-finish-breakpoint.exp: Same.
3214 * gdb.python/py-framefilter.exp: Same.
3215 * gdb.python/py-pp-registration.exp: Same.
3216 * gdb.python/py-xmethods.exp: Same.
3217 * gdb.python/python.exp: Same.
3218 * gdb.server/connect-with-no-symbol-file.exp: Same.
3219 * gdb.server/no-thread-db.exp: Same.
3220 * gdb.server/run-without-local-binary.exp: Same.
3221 * gdb.stabs/weird.exp: Same.
3222 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3223 * gdb.threads/thread-find.exp: Same.
3224 * gdb.threads/tls-shared.exp: Same.
3225 * gdb.threads/tls.exp: Same.
3226 * gdb.threads/wp-replication.exp: Same.
3227 * gdb.trace/ax.exp: Same.
3228 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3229
3d11e68e
TV
32302019-10-31 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3233 * gdb.ada/array_subscript_addr.exp: Same.
3234 * gdb.ada/arrayidx.exp: Same.
3235 * gdb.ada/arrayparam.exp: Same.
3236 * gdb.ada/arrayptr.exp: Same.
3237 * gdb.ada/boolean_expr.exp: Same.
3238 * gdb.ada/call_pn.exp: Same.
3239 * gdb.ada/complete.exp: Same.
3240 * gdb.ada/fixed_cmp.exp: Same.
3241 * gdb.ada/fun_addr.exp: Same.
3242 * gdb.ada/funcall_param.exp: Same.
3243 * gdb.ada/interface.exp: Same.
3244 * gdb.ada/mod_from_name.exp: Same.
3245 * gdb.ada/null_array.exp: Same.
3246 * gdb.ada/packed_array.exp: Same.
3247 * gdb.ada/packed_tagged.exp: Same.
3248 * gdb.ada/print_chars.exp: Same.
3249 * gdb.ada/print_pc.exp: Same.
3250 * gdb.ada/ptype_arith_binop.exp: Same.
3251 * gdb.ada/ptype_field.exp: Same.
3252 * gdb.ada/ptype_tagged_param.exp: Same.
3253 * gdb.ada/rec_return.exp: Same.
3254 * gdb.ada/ref_tick_size.exp: Same.
3255 * gdb.ada/str_ref_cmp.exp: Same.
3256 * gdb.ada/taft_type.exp: Same.
3257 * gdb.ada/tagged.exp: Same.
3258 * gdb.ada/type_coercion.exp: Same.
3259 * gdb.ada/uninitialized_vars.exp: Same.
3260
60b6ede8
TV
32612019-10-30 Tom de Vries <tdevries@suse.de>
3262
3263 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3264
30baf67b
TV
32652019-10-26 Tom de Vries <tdevries@suse.de>
3266
3267 * gdb.base/bigcore.c: Fix typos in comments.
3268 * gdb.base/ctf-ptype.c: Same.
3269 * gdb.base/long_long.c: Same.
3270 * gdb.dwarf2/dw2-op-out-param.S: Same.
3271 * gdb.python/py-evthreads.c: Same.
3272 * gdb.reverse/i387-stack-reverse.c: Same.
3273 * gdb.trace/tfile.c: Same.
3274 * lib/compiler.c: Same.
3275 * lib/compiler.cc: Same.
3276
158da0d1
TV
32772019-10-25 Tom de Vries <tdevries@suse.de>
3278
3279 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3280 gdb_test_multiple calls.
3281 * gdb.reverse/sigall-reverse.exp: Same.
3282 * gdb.reverse/solib-precsave.exp: Same.
3283 * gdb.reverse/solib-reverse.exp: Same.
3284 * gdb.reverse/until-precsave.exp: Same.
3285 * gdb.reverse/until-reverse.exp: Same.
3286
4ccdfbec
TV
32872019-10-24 Tom de Vries <tdevries@suse.de>
3288
3289 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3290 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3291 kfail using -wrap pattern flag and convenience variable
3292 gdb_test_name.
3293
33d569b7
AB
32942019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3295
3296 * gdb.python/py-progspace.exp: Add tests for the
3297 Progspace.block_for_pc method.
3298
4d0b984b
TT
32992019-10-23 Tom Tromey <tom@tromey.com>
3300
3301 * configure: Rebuild.
3302 * aclocal.m4: Use m4_include, not sinclude.
3303
94cb3754
TV
33042019-10-21 Tom de Vries <tdevries@suse.de>
3305
3306 * gdb.base/infcall-nested-structs.c: Add
3307 __attribute__((noinline,noclone)) to all functions.
3308 (call_all): Add missing variable initialization. Simplify return value.
3309 (breakpt): Increment volatile variable, to prevent call from being
3310 optimized out.
3311 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3312
062f1fc1
TV
33132019-10-17 Tom de Vries <tdevries@suse.de>
3314
3315 * gdb.fortran/module.exp: Allow info variables to print info for files
3316 other than module.f90.
3317
0b54364d
AB
33182019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3319
3320 * gdb.fortran/module.exp: Extend with 'info variables' test.
3321
7ff5fae7
AB
33222019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3323
3324 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3325 F77_FOR_TARGET.
3326
d10eccaa
TV
33272019-10-16 Tom de Vries <tdevries@suse.de>
3328
3329 PR tdep/25096
3330 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3331
745ff14e
TV
33322019-10-16 Tom de Vries <tdevries@suse.de>
3333
3334 PR tdep/24104
3335 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3336 Add KFAIL for PR tdep/25096.
3337
03e1ab94
TV
33382019-10-16 Tom de Vries <tdevries@suse.de>
3339
3340 PR testsuite/25059
3341 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3342
b17fcc10
TV
33432019-10-16 Tom de Vries <tdevries@suse.de>
3344
3345 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3346 as signed.
3347
9223170f
SM
33482019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3349
3350 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3351 one instead of increasing timeout.
3352
d6e76313
TV
33532019-10-13 Tom de Vries <tdevries@suse.de>
3354
3355 PR record/25038
3356 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3357 * gdb.reverse/sigall-reverse.exp: Same.
3358 * gdb.reverse/solib-precsave.exp: Same.
3359 * gdb.reverse/solib-reverse.exp: Same.
3360 * gdb.reverse/step-precsave.exp: Same.
3361 * gdb.reverse/until-precsave.exp: Same.
3362 * gdb.reverse/until-reverse.exp: Same.
3363 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3364
6dfc0041
AA
33652019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3366
3367 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3368 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3369 (cmp_struct_05_01, cmp_struct_static_02_01)
3370 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3371 comparisons.
3372
abcf2cc8
TV
33732019-10-10 Tom de Vries <tdevries@suse.de>
3374
3375 PR testsuite/24888
3376 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3377 gnatlink.
3378
a50faaf6
TV
33792019-10-09 Tom de Vries <tdevries@suse.de>
3380
3381 PR testsuite/25048
3382 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3383
60ff3cd7
AB
33842019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3385
3386 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3387 exceptions due to missing debug information.
3388
dfee8566
TV
33892019-10-07 Tom de Vries <tdevries@suse.de>
3390
3391 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3392
3d63690a
AB
33932019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3394
3395 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3396 * gdb.base/annota1.exp: Update to use gdb_test_name.
3397
30d1f018
WP
33982019-10-07 Weimin Pan <weimin.pan@oracle.com>
3399
3400 * gdb.base/ctf-whatis.exp: New file.
3401 * gdb.base/ctf-whatis.c: New file.
3402 * gdb.base/ctf-ptype.exp: New file.
3403 * gdb.base/ctf-ptype.c: New file.
3404 * gdb.base/ctf-constvars.exp: New file.
3405 * gdb.base/ctf-constvars.c: New file.
3406 * gdb.base/ctf-cvexpr.exp: New file.
3407
4dbbb47c
TV
34082019-10-04 Tom de Vries <tdevries@suse.de>
3409
3410 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3411 for loop.
3412
77c2dba3
TT
34132019-10-03 Tom Tromey <tom@tromey.com>
3414
3415 PR rust/24976:
3416 * gdb.rust/simple.rs (Union2): New type.
3417 (main): Use Union2.
3418 * gdb.rust/simple.exp: Add test.
3419
179aed7f
AB
34202019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3421
3422 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3423 nested function prefix.
3424
0a4b0913
AB
34252019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3426 Richard Bunt <richard.bunt@arm.com>
3427 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3430 nested functions.
3431 * gdb.fortran/nested-funcs.f90: Update expected results.
3432 * gdb.fortran/nested-funcs-2.exp: New file.
3433 * gdb.fortran/nested-funcs-2.f90: New file.
3434
082cce05
AB
34352019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3436
3437 * gdb.python/py-parameter.exp: Make test names unique.
3438 * gdb.python/py-template.exp: Likewise.
3439 * gdb.python/py-value.exp: Likewise.
3440
2b74ba5a
AB
34412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3442
3443 * gdb.base/break-interp.exp: Reduce test name duplication.
3444 * gdb.base/call-sc.exp: Likewise.
3445 * gdb.base/callfuncs.exp: Likewise.
3446 * gdb.base/charset.exp: Likewise.
3447 * gdb.base/dump.exp: Likewise.
3448 * gdb.base/ena-dis-br.exp: Likewise.
3449 * gdb.base/relational.exp: Likewise.
3450 * gdb.base/step-over-syscall.exp: Likewise.
3451 * gdb.base/structs.exp: Likewise.
3452
58eb20d5
AB
34532019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.linespec/explicit.exp: Make test names unique.
3456 * gdb.linespec/ls-errs.exp: Likewise.
3457
4d421147
AB
34582019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3459
3460 * gdb.reverse/break-precsave.exp: Make test names unique.
3461 * gdb.reverse/break-reverse.exp: Likewise.
3462 * gdb.reverse/finish-precsave.exp: Likewise.
3463 * gdb.reverse/finish-reverse.exp: Likewise.
3464 * gdb.reverse/machinestate-precsave.exp: Likewise.
3465 * gdb.reverse/machinestate.exp: Likewise.
3466 * gdb.reverse/readv-reverse.exp: Likewise.
3467 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3468 * gdb.reverse/sigall-precsave.exp: Likewise.
3469 * gdb.reverse/sigall-reverse.exp: Likewise.
3470 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3471 * gdb.reverse/watch-precsave.exp: Likewise.
3472 * gdb.reverse/watch-reverse.exp: Likewise.
3473
d8c06f22
AB
34742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.threads/stop-with-handle.c: New file.
3477 * gdb.threads/stop-with-handle.exp: New file.
3478
3a56ed86
TV
34792019-10-03 Tom de Vries <tdevries@suse.de>
3480
3481 PR testsuite/25059
3482 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3483 directory" line to be missing.
3484
42275044
TV
34852019-10-03 Tom de Vries <tdevries@suse.de>
3486
3487 PR testsuite/25059
3488 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3489 type optional.
3490
9ef62df0
AA
34912019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3492
3493 * gdb.python/py-format-string.c (string.h): New include.
3494 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3495 the same value, for endianness-independence.
3496 * gdb.python/py-format-string.exp (default_regexp_dict)
3497 (test_pretty_structs, test_format): Adjust expected output to the
3498 changed initialization.
3499
37f6a7f4
TT
35002019-10-02 Tom Tromey <tromey@adacore.com>
3501
3502 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3503
1d58d6a2
PA
35042019-10-02 Pedro Alves <palves@redhat.com>
3505 Andrew Burgess <andrew.burgess@embecosm.com>
3506
3507 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3508 "print-file-var.h".
3509 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3510 (get_version_1): Print this_version_id and its address.
3511 Add extern "C" wrappers around interface functions.
3512 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3513 "print-file-var.h".
3514 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3515 (get_version_2): Print this_version_id and its address.
3516 Add extern "C" wrappers around interface functions.
3517 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3518 <stddef.h> and "print-file-var.h".
3519 Add extern "C" wrappers around interface functions.
3520 [VERSION_ID_MAIN] (this_version_id): Define.
3521 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3522 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3523 up extern "C" blocks.
3524 * gdb.base/print-file-var.exp (test): New, factored out from top
3525 level.
3526 (top level): Test all combinations of attribute hidden or not,
3527 dlopen or not, and this_version_id symbol in main file or not.
3528 Compile tests as both C++ and C, make test names unique.
3529
d770d56f
TT
35302019-10-01 Tom Tromey <tom@tromey.com>
3531
3532 * gdb.base/style.exp: Test "show logging filename".
3533
7f6aba03
TT
35342019-10-01 Tom Tromey <tom@tromey.com>
3535
3536 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3537 * gdb.base/style.exp: Add metadata style test.
3538
14309bb6
TT
35392019-10-01 Tom Tromey <tom@tromey.com>
3540
3541 * gdb.base/style.exp: Test "pwd".
3542
2a3c1174
PA
35432019-10-01 Tom Tromey <tom@tromey.com>
3544
3545 * gdb.base/style.exp: Update tests.
3546
53d666ec
AA
35472019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3548
3549 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3550 'six' to unsigned.
3551 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3552 'five'. Use an all-ones bit pattern for each.
3553 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3554 to its changed values.
3555
4a56a520
TT
35562019-09-30 Tom Tromey <tromey@adacore.com>
3557
3558 * gdb.rust/traits.rs: Disable all warnings.
3559
0df0352a
TV
35602019-09-29 Tom de Vries <tdevries@suse.de>
3561
aac66a4c 3562 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3563
73d9a918
TV
35642019-09-29 Tom de Vries <tdevries@suse.de>
3565
3566 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3567
060b3ab4
TV
35682019-09-27 Tom de Vries <tdevries@suse.de>
3569
3570 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3571
68f7d34d
TV
35722019-09-27 Tom de Vries <tdevries@suse.de>
3573
3574 PR record/23188
3575 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3576
5d63b30a
TT
35772019-09-26 Tom Tromey <tromey@adacore.com>
3578
3579 * gdb.ada/py_taft.exp: New file.
3580 * gdb.ada/py_taft/main.adb: New file.
3581 * gdb.ada/py_taft/pkg.adb: New file.
3582 * gdb.ada/py_taft/pkg.ads: New file.
3583
3d435220
TV
35842019-09-24 Tom de Vries <tdevries@suse.de>
3585
3586 PR gdb/24598
3587 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3588
77d03678
TV
35892019-09-22 Tom de Vries <tdevries@suse.de>
3590
3591 * gdb.base/restore.exp: Allow register variables to be optimized out at
3592 -O0.
3593
abf516c6
UW
35942019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3595
3596 * gdb.arch/spu-info.exp: Remove file.
3597 * gdb.arch/spu-info.c: Remove file.
3598 * gdb.arch/spu-ls.exp: Remove file.
3599 * gdb.arch/spu-ls.c: Remove file.
3600
3601 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3602 * gdb.asm/spu.inc: Remove file.
3603
3604 * gdb.base/dump.exp: Remove support for spu*-*-*.
3605 * gdb.base/stack-checking.exp: Likewise.
3606 * gdb.base/overlays.exp: Likewise.
3607 * gdb.base/ovlymgr.c: Likewise.
3608 * gdb.base/spu.ld: Remove file.
3609
3610 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3611 * gdb.cp/cpexprs.exp: Likewise.
3612 * gdb.cp/exception.exp: Likewise.
3613 * gdb.cp/gdb2495.exp: Likewise.
3614 * gdb.cp/mb-templates.exp: Likewise.
3615 * gdb.cp/pr9167.exp: Likewise.
3616 * gdb.cp/userdef.exp: Likewise.
3617
3618 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3619
3620 * gdb.cell: Remove directory.
3621 * lib/cell.exp: Remove file.
3622
e452e88f
TV
36232019-09-19 Tom de Vries <tdevries@suse.de>
3624
3625 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3626
8a625130
TV
36272019-09-19 Tom de Vries <tdevries@suse.de>
3628
3629 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3630
81dc3ab5
TV
36312019-09-19 Tom de Vries <tdevries@suse.de>
3632
3633 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3634 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3635 (gdb_target_cmd): ... here.
3636 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3637 value 2.
3638
b078f3ac
AB
36392019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3640
3641 * gdb.base/source-dir.exp: Avoid having directory names in test
3642 names.
3643
f1b620e9
MG
36442019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3645
3646 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3647 directory.
3648
67f3ed6a
AB
36492019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3650
3651 * gdb.base/list-missing-source.exp: New file.
3652
d1b70248
TV
36532019-09-14 Tom de Vries <tdevries@suse.de>
3654
3655 PR teststuite/24599
3656 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3657 * lib/ada.exp (gnatmake_version_at_least): New proc.
3658
5fabdcd6
AB
36592019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3660
3661 * gdb.base/maint.exp: Use exec_has_index_section.
3662
aa17805f
AB
36632019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3664
3665 * gdb.base/maint.exp: Add test for 'maint info sections'.
3666
25e5c209
TV
36672019-09-12 Tom de Vries <tdevries@suse.de>
3668
3669 * gdb.base/store.exp: Allow register variables to be optimized out at
3670 -O0.
3671
4993045d
PW
36722019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3673
3674 * gdb.ada/rdv_wait.exp: Update to new task names.
3675 * gdb.base/task_switch_in_core.exp: Likewise.
3676 * gdb.base/info_sources_base.c: Likewise.
3677
8a516164
TT
36782019-09-10 Tom Tromey <tromey@adacore.com>
3679
3680 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3681
aa391654
TT
36822019-09-10 Tom Tromey <tromey@adacore.com>
3683
3684 * gdb.ada/dgopt.exp: New file.
3685 * gdb.ada/dgopt/x.adb: New file.
3686
8634b462
TT
36872019-09-08 Tom Tromey <tom@tromey.com>
3688
3689 * gdb.tui/resize.exp: Remove setup_xfail.
3690 * gdb.tui/regs.exp: Remove setup_xfail.
3691 * gdb.tui/basic.exp: Remove setup_xfail.
3692
736b0f76
DB
36932019-09-06 David Blaikie <dblaikie@gmail.com>
3694
3695 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3696 * gdb.cp/cplabel.exp: Ditto.
3697 * gdb.linespec/ls-errs.exp: Ditto.
3698
30331a6c
TV
36992019-09-05 Tom de Vries <tdevries@suse.de>
3700
3701 * lib/gdb.exp (cmp_file_string): New proc.
3702 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3703 runto_main. Verify save breakpoints output.
3704
98b0ebab
PW
37052019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3706
3707 * gdb.base/info-var.exp: Test info variables without running
3708 to main, to avoid expect's buffer overflow.
3709
4e962e74
TT
37102019-09-03 Tom Tromey <tromey@adacore.com>
3711
3712 * gdb.ada/bias.exp: New file.
3713 * gdb.ada/bias/bias.adb: New file.
3714 * gdb.ada/print_chars.exp: Add regression test.
3715 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3716 (MC): New variable.
3717
2ea1a07a
SL
37182019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3719
3720 * gdb.base/argv0-symlink.exp: Run only on native target
3721 and local host.
3722
8077c50d
TV
37232019-08-29 Tom de Vries <tdevries@suse.de>
3724
3725 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3726 diverse debug info.
3727 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3728
48352473
TV
37292019-08-28 Tom de Vries <tdevries@suse.de>
3730
3731 * gdb.base/info-var.exp: Allow info variables to print info for files
3732 other than info-var-f1.c and info-var-f2.c.
3733
d8f27c60
AB
37342019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3735
3736 * gdb.fortran/info-types.exp: Add module.
3737 * gdb.fortran/info-types.f90: Update expected results.
3738
1f20c35e
AB
37392019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3740
3741 * gdb.fortran/info-types.exp: New file.
3742 * gdb.fortran/info-types.f90: New file.
3743 * lib/fortran.exp (fortran_character1): New proc.
3744
4acfdd20
AB
37452019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3746
3747 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3748 functions'. Reindent as needed.
3749 * gdb.base/info-var-f1.c: New file.
3750 * gdb.base/info-var-f2.c: New file.
3751 * gdb.base/info-var.exp: New file.
3752 * gdb.base/info-var.h: New file.
3753
5c31b358
TV
37542019-08-26 Tom de Vries <tdevries@suse.de>
3755
3756 PR c++/24852
3757 * gdb.cp/no-libstdcxx-probe.exp: New test.
3758
b694989f
TV
37592019-08-26 Tom de Vries <tdevries@suse.de>
3760
3761 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3762 * tests need to be skipped.
3763 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3764 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3765 mi_skip_libstdcxx_probe_tests.
3766
d9c4ba53
SDJ
37672019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3768
3769 * gdb.python/py-xmethods.exp: Use raw strings when passing
3770 arguments to SimpleXMethodMatcher.
3771
395fad09
TV
37722019-08-22 Tom de Vries <tdevries@suse.de>
3773
3774 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3775 more informative.
3776
26c957f1
PA
37772019-08-21 Pedro Alves <palves@redhat.com>
3778
3779 * gdb.base/with.exp: Test "with" with no arguments.
3780
61f80d5d
TV
37812019-08-21 Tom de Vries <tdevries@suse.de>
3782
3783 * gdb.base/gdb-caching-proc.exp: Sort files.
3784
d7a11d13
TV
37852019-08-20 Tom de Vries <tdevries@suse.de>
3786
3787 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3788 compilation.
3789
34dafe9f
TV
37902019-08-16 Tom de Vries <tdevries@suse.de>
3791
3792 * gdb.base/compare-sections.exp ("after run to main"): Allow
3793 mismatched read-only sections for PIE executables.
3794
398fdd60
TT
37952019-08-16 Tom Tromey <tom@tromey.com>
3796
3797 * lib/tuiterm.exp (_csi_Z): New proc.
3798 * gdb.tui/basic.exp: Update window positions.
3799 * gdb.tui/empty.exp: Update window positions.
3800
d8f9e51c
SL
38012019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.base/examine-backward.exp: Correct regexp for
3804 "examine 3 bytes backward from ${address_zero}".
3805
3df505f6
TT
38062019-08-15 Tom Tromey <tom@tromey.com>
3807
3808 * gdb.tui/empty.exp: Enable resizing tests.
3809
272560b5
TT
38102019-08-15 Tom Tromey <tromey@adacore.com>
3811
3812 * gdb.ada/char_enum.exp: Add regression tests.
3813 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3814 and '0'.
3815 (Char, Gchar): Update.
3816 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3817
08235187
CB
38182019-08-15 Christian Biesinger <cbiesinger@google.com>
3819
3820 * gdb.python/python.exp: Expect a leading underscore on
3821 GdbOutput{,Error}File.
3822
22a2ab04
SL
38232019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3824
3825 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3826 Windows host.
3827
835b995b
SL
38282019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3829
3830 * gdb.base/batch-preserve-term-settings.exp
3831 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3832
97dd8e07
CB
38332019-08-15 Christian Biesinger <cbiesinger@google.com>
3834
3835 * lib/gdb.exp: When running on a mingw target, replace
3836 /x/ with x:/.
3837
75faf5c4
AH
38382019-08-14 Alan Hayward <alan.hayward@arm.com>
3839
3840 * gdb.arch/aarch64-prologue.c: New test.
3841 * gdb.arch/aarch64-prologue.exp: New file.
3842
abc6c00f
TV
38432019-08-13 Tom de Vries <tdevries@suse.de>
3844
3845 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3846 Thread.
3847
74c2c1f4
SL
38482019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3849
3850 * gdb.python/py-completion.exp: Download the .py file to the host
3851 and use its host pathname. Conditionalize tests that use
3852 tab completion and manipulate files on the build machine.
3853 * gdb.python/py-events.exp: Download the .py file to the host
3854 and use its host pathname.
3855 * gdb.python/py-evsignal.exp: Likewise.
3856 * gdb.python/py-evthreads.exp: Likewise.
3857 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3858 pathname syntax.
3859 * gdb.python/py-framefilter.exp: Download the .py file to the right
3860 place on the host. Match Windows pathname syntax.
3861 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3862 .py file to the host and use its host pathname.
3863 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3864 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3865 build pathname. Skip symlink test on Windows host. Add missing
3866 newline at end of file.
3867 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3868 and use its host pathname.
3869 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3870 * gdb.python/py-section-script.exp: Use host location of binfile
3871 on safe-path. Use correct path separator on Windows host.
3872 Reorder alternatives in gdb_test_multiple to prevent matching
3873 the wrong alternative on success.
3874 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3875
ca2589f3
PP
38762019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3877
3878 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3879 expect the GDB inferior to no longer immediately stop after
3880 being resumed with "signal SIGINT".
3881
020a839d
SL
38822019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3883
3884 * gdb.linespec/break-ask.exp: Generalize regexps to match
3885 Windows pathnames too.
3886
128d6509
TV
38872019-08-08 Tom de Vries <tdevries@suse.de>
3888
3889 PR testsuite/24862
3890 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3891
590042fc
PW
38922019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3893
3894 * gdb.base/style.exp: Update tests for help doc new invariants.
3895 * gdb.base/help.exp: Likewise.
3896
046bebe1
TT
38972019-08-06 Tom Tromey <tom@tromey.com>
3898
3899 * gdb.base/style.exp: Add disassemble test.
3900 * gdb.base/style.c (some_called_function): New function.
3901 (main): Use it.
3902
0b27c27d
CB
39032019-08-05 Christian Biesinger <cbiesinger@google.com>
3904
3905 * gdb.python/py-block.exp: Test dictionary access on blocks.
3906
580f1034
SM
39072019-08-05 Simon Marchi <simon.marchi@efficios.com>
3908
3909 PR gdb/24863
3910 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3911 -list-thread-groups --available test when running under
3912 check-read1.
3913
d86bd7cb
TV
39142019-08-05 Tom de Vries <tdevries@suse.de>
3915
3916 PR testsuite/24863
3917 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3918 * gdb.base/help.exp: Use with_read1_timeout_factor.
3919 * gdb.base/info-macros.exp: Same.
3920 * gdb.cp/nested-types.exp: Same.
3921
a80cf5d8
TV
39222019-08-05 Tom de Vries <tdevries@suse.de>
3923
3924 * lib/gdb.exp (version_at_least): Factor out of ...
3925 (tcl_version_at_least): ... here.
3926 (gdb_compile): Fail if pie results in non-PIE executable.
3927 (readelf_version, readelf_prints_pie): New proc.
3928 (exec_is_pie): Return -1 if unknown.
3929
d0962838
TV
39302019-08-05 Tom de Vries <tdevries@suse.de>
3931
3932 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3933
2252ff3d
SL
39342019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3935
3936 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3937
26655f53
SL
39382019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3939
3940 * lib/completion-support.exp (test_gdb_complete_none): Skip
3941 tab completion tests if no readline support.
3942 (test_gdb_complete_unique_re): Likewise.
3943 (test_gdb_complete_multiple): Likewise.
3944
db4dc13e
PW
39452019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3946
3947 * gdb.base/info_sources.exp: New file.
3948 * gdb.base/info_sources.c: New file.
3949 * gdb.base/info_sources_base.c: New file.
3950
0eba165a
PFC
39512019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3952
3953 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3954 prefix argument.
3955 (test_exit_status): Add prefix argument.
3956
59bd512b
TV
39572019-08-01 Tom de Vries <tdevries@suse.de>
3958
3959 PR testsuite/24863
3960 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3961 calling exp_continue for new thread and thread exited messages.
3962
2a3ad588
TV
39632019-08-01 Tom de Vries <tdevries@suse.de>
3964
3965 PR testsuite/24863
3966 * gdb.base/structs.exp: Fix check-read1 timeout using
3967 gdb_test_sequence.
3968 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3969
117eb594
TV
39702019-08-01 Tom de Vries <tdevries@suse.de>
3971
3972 PR testsuite/24863
3973 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3974 line.
3975
ed591340
TV
39762019-08-01 Tom de Vries <tdevries@suse.de>
3977
3978 PR testsuite/24863
3979 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3980
aa3b6533
TT
39812019-07-30 Tom Tromey <tromey@adacore.com>
3982
3983 * gdb.ada/display_nested.exp: New file.
3984 * gdb.ada/display_nested/foo.adb: New file.
3985 * gdb.ada/display_nested/pack.adb: New file.
3986 * gdb.ada/display_nested/pack.ads: New file.
3987
2906593f
CB
39882019-07-30 Christian Biesinger <cbiesinger@google.com>
3989
3990 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3991 namespace.
3992 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3993
0f575925
TV
39942019-07-30 Tom de Vries <tdevries@suse.de>
3995
3996 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3997 instead.
3998
b13057d9
TV
39992019-07-30 Tom de Vries <tdevries@suse.de>
4000
4001 PR testsuite/24834
4002 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4003 (exec_is_pie): New proc.
4004
5c4dde85
CB
40052019-07-29 Christian Biesinger <cbiesinger@google.com>
4006
4007 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4008
c620ed88
CB
40092019-07-29 Christian Biesinger <cbiesinger@google.com>
4010
4011 * gdb.python/py-objfile.c: Add global and static vars.
4012 * gdb.python/py-objfile.exp: Test new functions Objfile.
4013 lookup_global_symbol and lookup_static_symbol.
4014
3d235706
TT
40152019-07-29 Tom Tromey <tom@tromey.com>
4016
4017 * lib/tuiterm.exp (Term::_csi_@): New proc.
4018 (Term::_csi_X): Don't move cursor.
4019
c7e4c0a6
PW
40202019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4021
4022 * gdb.base/options.exp: Update backtrace - completion to
4023 new option -frame-info.
4024 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4025 Test new 'set print frame-info'. Test backtrace -frame-info
4026 overriding 'set print frame-info'.
4027 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4028 Test new 'set print frame-info'.
4029 Verify consistency of backtrace with and without filters, with and
4030 without -no-filters.
4031 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4032 default.
4033
de28a3b7
TV
40342019-07-29 Tom de Vries <tdevries@suse.de>
4035
4036 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4037 no arguments".
4038
507dd60e
TV
40392019-07-29 Tom de Vries <tdevries@suse.de>
4040
4041 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4042 is a substring of the first for "complete non-unique file name".
4043
5beafce9
TV
40442019-07-29 Tom de Vries <tdevries@suse.de>
4045
4046 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4047 with ".*".
4048
2d274232
TV
40492019-07-29 Tom de Vries <tdevries@suse.de>
4050
4051 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4052 Pass prompt_regexp parameter to gdb_test_multiple calls.
4053
9197cd8b
TV
40542019-07-29 Tom de Vries <tdevries@suse.de>
4055
4056 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4057 print registers" regexps.
9197cd8b 4058
b528dae0
TV
40592019-07-29 Tom de Vries <tdevries@suse.de>
4060
4061 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4062
d17725d7
TV
40632019-07-29 Tom de Vries <tdevries@suse.de>
4064
4065 PR gdb/24855
4066 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4067 (skip_python_tests_prompt): Add prompt_regexp argument to
4068 gdb_test_multiple calls.
4069
52b75bf1
TT
40702019-07-27 Tom Tromey <tom@tromey.com>
4071
4072 * gdb.tui/main.exp: New file.
4073
2b1d00c2
TT
40742019-07-27 Tom Tromey <tom@tromey.com>
4075
4076 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4077 optional.
4078 * gdb.tui/empty.exp: New file.
4079
ded631d5
TT
40802019-07-27 Tom Tromey <tom@tromey.com>
4081
4082 * lib/tuiterm.exp (spawn): New proc.
4083 (Term::resize): New proc.
4084 * gdb.tui/resize.exp: New file.
4085
58ac439d
TT
40862019-07-27 Tom Tromey <tom@tromey.com>
4087
4088 * gdb.tui/list.exp: New file.
4089
fe1f56ee
TT
40902019-07-27 Tom Tromey <tom@tromey.com>
4091
4092 * gdb.tui/regs.exp: New file.
4093
f790b310
TT
40942019-07-27 Tom Tromey <tom@tromey.com>
4095
4096 * gdb.tui/basic.exp: Add "layout split" test.
4097
d95fc6ee
TT
40982019-07-27 Tom Tromey <tom@tromey.com>
4099
4100 * gdb.tui/basic.exp: Add "layout asm" test.
4101
c3786b3a
TT
41022019-07-27 Tom Tromey <tom@tromey.com>
4103
4104 * lib/tuiterm.exp: New file.
4105 * gdb.tui/basic.exp: New file.
4106
98a617f8
KB
41072019-07-27 Kevin Buettner <kevinb@redhat.com>
4108
4109 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4110 Enable tests associated with this flag. Adjust regex
4111 referencing "foo_low" to now refer to "foo_cold" instead.
4112
5c076da4
KB
41132019-07-27 Kevin Buettner <kevinb@redhat.com>
4114
4115 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4116 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4117 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4118 foo_cold. Revise comments to match.
4119 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4120 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4121 were wrapped into this proc; Call do_test in loop from outermost
4122 level.
4123 (foo_low): Rename all occurrences to "foo_cold".
4124 (backtrace from baz): New test.
4125 (x2/i foo_cold): New test.
4126 (info line *foo_cold): New test.
4127
1512d3b7
TV
41282019-07-26 Tom de Vries <tdevries@suse.de>
4129
4130 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4131
297989a1
TV
41322019-07-25 Tom de Vries <tdevries@suse.de>
4133
4134 PR testsuite/24830
4135 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4136 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4137 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4138 (skip_libstdcxx_probe_tests): ... here.
4139 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4140
b3b965fb
TV
41412019-07-24 Tom de Vries <tdevries@suse.de>
4142
4143 PR testsuite/24807
4144 * gdb.objc/basicclass.m: Include stdio.h.
4145 * gdb.objc/nondebug.m: Same.
4146 * gdb.objc/objcdecode.m: Same.
4147
4625b4d0
TV
41482019-07-24 Tom de Vries <tdevries@suse.de>
4149
4150 PR testsuite/24612
4151 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4152 additional_flags.
4153
024a5840
TV
41542019-07-24 Tom de Vries <tdevries@suse.de>
4155
4156 PR testsuite/24831
4157 * gdb.multi/tids.exp: Update error messages for info threads.
4158
c76ddaa3
TV
41592019-07-24 Tom de Vries <tdevries@suse.de>
4160
4161 * gdb.base/info-types.exp: Allow info types to print info for more than
4162 one file.
4163
9a618ef6
TV
41642019-07-23 Tom de Vries <tdevries@suse.de>
4165
4166 PR testsuite/24842
4167 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4168 gdb_spawn_with_cmdline_opts.
4169
40eadf04
SP
41702019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4171
4172 * gdb.arch/arm-cmse-sgstubs.c: New test.
4173 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4174
5ba29434
TV
41752019-07-23 Tom de Vries <tdevries@suse.de>
4176
4177 PR testsuite/24711
4178 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4179 issuing next command.
4180
a8e9d247
AB
41812019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4182
4183 * gdb.ada/info_auto_lang.exp: Update expected results.
4184 * gdb.base/info-types.c: Add additional types to check.
4185 * gdb.base/info-types.exp: Update expected results.
4186
eb86c5e2
AB
41872019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4188
4189 * gdb.base/info-types.c: New file.
4190 * gdb.base/info-types.exp: New file.
4191
01e175fe
AB
41922019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.arch/riscv-bp-infcall.c: New file.
4195 * gdb.arch/riscv-bp-infcall.exp: New file.
4196
6b78c3f8
AB
41972019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 PR breakpoints/24541
4200 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4201
da738167
TV
42022019-07-14 Tom de Vries <tdevries@suse.de>
4203
4204 PR testsuite/24760
4205 * gdb.objc/basicclass.exp: Fix unterminated string.
4206
0d4e84ed
AB
42072019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4208 Andrew Burgess <andrew.burgess@embecosm.com>
4209
4210 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4211 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4212 negative bounds.
4213 * gdb.fortran/vla-value.exp: Print elements of an array with
4214 negative bounds.
4215 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4216 testing.
4217
021d8588
AB
42182019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4219
4220 * gdb.base/options.exp (expect_string): Dequote strings in
4221 results.
4222 (test-string): Test strings with different quoting and reindent.
4223
f06f1252
TT
42242019-07-10 Tom Tromey <tromey@adacore.com>
4225
4226 * gdb.ada/mi_ex_cond.exp: Update expected results.
4227 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4228 * gdb.ada/mi_catch_ex.exp: Update expected results.
4229 * gdb.ada/mi_catch_assert.exp: Update expected results.
4230 * gdb.ada/catch_ex.exp (catch_exception_info)
4231 (catch_exception_entry, catch_assert_entry)
4232 (catch_unhandled_entry): Update.
4233 * gdb.ada/catch_assert_if.exp: Update expected results.
4234
b863685d
RB
42352019-07-10 Richard Bunt <richard.bunt@arm.com>
4236 Stephen Roberts <stephen.roberts@arm.com>
4237
4238 * gdb.base/define.exp: Restore original prompt.
4239
cb1e4e32
PA
42402019-07-09 Pedro Alves <palves@redhat.com>
4241
4242 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4243 breakpoints" output.
4244 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4245 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4246 throw" creates breakpoint.
4247 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4248 'type="catchpoint"'.
4249
b58a68fe
PA
42502019-07-09 Pedro Alves <palves@redhat.com>
4251
4252 PR c++/15468
4253 * gdb.cp/except-multi-location-lib.cc: New.
4254 * gdb.cp/except-multi-location-main.cc: New.
4255 * gdb.cp/except-multi-location.exp: New.
4256
0826779b
PW
42572019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4258
4259 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4260 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4261 argument and update callers.
4262
5b0e2db4
AB
42632019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4264
4265 * gdb.arch/amd64-break-on-asm-line.S: New file.
4266 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4267
1f6f6e21
PW
42682019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4269
4270 * gdb.base/printcmds.exp: Test printing C string and
4271 C wide string convenience vars without transiting via the inferior.
4272 Also make test names unique.
4273
ea142fbf
AH
42742019-07-08 Alan Hayward <alan.hayward@arm.com>
4275
5862c886 4276 PR breakpoints/25011
ea142fbf
AH
4277 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4278
213fd9fa
PA
42792019-07-04 Pedro Alves <palves@redhat.com>
4280
4281 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4282 body returned ok(0), break(3) or continue(4).
4283 * gdb.testsuite/foreach_with_prefix.exp: New file.
4284
2b40fda7
AH
42852019-07-04 Alan Hayward <alan.hayward@arm.com>
4286
4287 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4288
a26c8de0
PA
42892019-07-03 Pedro Alves <palves@redhat.com>
4290
4291 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4292 "return -code".
4293
5f4ba3e7
PA
42942019-07-03 Pedro Alves <palves@redhat.com>
4295
4296 PR cli/24732
4297 * gdb.base/shell.exp: Load completion-support.exp.
4298 Adjust expected error output. Add completion tests.
4299
a994424f
PA
43002019-07-03 Pedro Alves <palves@redhat.com>
4301
4302 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4303 string_to_regexp.
4304
3d9be6f5
PA
43052019-07-03 Pedro Alves <palves@redhat.com>
4306
4307 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4308 (expect_integer): Adjust to expect "-string".
4309 (expect_string): New.
4310 (all_options): Expect "-string".
4311 (test-flag, test-boolean): Adjust to expect "-string".
4312 (test-string): New proc.
4313 (top level): Call it.
4314
41fc454c
PA
43152019-07-03 Pedro Alves <palves@redhat.com>
4316
4317 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4318 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4319 the expected output in the success.
4320
b2b2a215
PA
43212019-07-03 Pedro Alves <palves@redhat.com>
4322
4323 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4324 Split one gdb_test_multiple call in two to avoid a race.
4325
fdbc9870
PA
43262019-07-03 Pedro Alves <palves@redhat.com>
4327
4328 * gdb.base/with.c: New file.
4329 * gdb.base/with.exp: New file.
4330
c6ac8931
PA
43312019-07-03 Pedro Alves <palves@redhat.com>
4332
4333 * gdb.base/settings.exp: Replace all references to "maint
4334 test-settings set" with references to "maint set test-settings",
4335 and all references to "maint test-settings show" with references
4336 to "maint show test-settings".
4337
970f9d09
PA
43382019-07-03 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/settings.exp (test-string): Adjust expected out when
4341 testing "maint test-settings show filename"
4342
54d66006
PA
43432019-07-02 Pedro Alves <palves@redhat.com>
4344
4345 * gdb.base/options.exp (test-info-threads): New procedure.
4346 (top level): Call it.
4347
10d06d82
TT
43482019-06-28 Tom Tromey <tromey@adacore.com>
4349
4350 * gdb.dwarf2/ada-linkage-name.c: New file.
4351 * gdb.dwarf2/ada-linkage-name.exp: New file.
4352
3d507ff2
TT
43532019-06-27 Tom Tromey <tromey@adacore.com>
4354
d039f014 4355 PR c++/20020:
3d507ff2
TT
4356 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4357
8af58ffe
TV
43582019-06-26 Tom de Vries <tdevries@suse.de>
4359
4360 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4361
22e21752
TV
43622019-06-26 Tom de Vries <tdevries@suse.de>
4363
4364 * gdb.base/index-cache.exp: Add back missing debug option.
4365
b65b566c
PW
43662019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4367
4368 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4369
5c2c8c69
TV
43702019-06-25 Tom de Vries <tdevries@suse.de>
4371
4372 PR testsuite/24727
4373 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4374
164e3873
TV
43752019-06-24 Tom de Vries <tdevries@suse.de>
4376
4377 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4378
824eacee
TV
43792019-06-24 Tom de Vries <tdevries@suse.de>
4380
4381 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4382 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4383 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4384
385b97d3
TV
43852019-06-24 Tom de Vries <tdevries@suse.de>
4386
4387 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4388
c596f180
TV
43892019-06-21 Tom de Vries <tdevries@suse.de>
4390
4391 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4392
b13a7d03
TV
43932019-06-21 Tom de Vries <tdevries@suse.de>
4394
4395 PR testsuite/24518
4396 PR ada/24713
4397 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4398 index.
4399
899277ae
TT
44002019-06-19 Tom Tromey <tromey@adacore.com>
4401
4402 * gdb.ada/length_cond.exp: Add intro comment.
4403
680e1bee
TT
44042019-06-19 Tom Tromey <tromey@adacore.com>
4405
4406 * gdb.ada/length_cond.exp: New file.
4407 * gdb.ada/length_cond/length_cond.adb: New file.
4408 * gdb.ada/length_cond/pck.adb: New file.
4409 * gdb.ada/length_cond/pck.ads: New file.
4410
0ed4690a
TV
44112019-06-18 Tom de Vries <tdevries@suse.de>
4412
4413 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4414
d20ed5fd
TT
44152019-06-18 Tom Tromey <tromey@adacore.com>
4416
4417 * gdb.base/list0.h: Add comment explaining control character.
4418
86e04673
TV
44192019-06-18 Tom de Vries <tdevries@suse.de>
4420
4421 * boards/fission.exp: Break up long debug_flags line.
4422
c4973306
SM
44232019-06-16 Tom de Vries <tdevries@suse.de>
4424
4425 PR gdb/24445
4426 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4427 generated index.
4428
93cb9841
AB
44292019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4430
4431 PR gdb/24686
4432 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4433 improve detection of bug gdb/24541.
4434
399aaebd
SM
44352019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4436
4437 PR gdb/24669
4438 * gdb.base/index-cache.exp (uses_readnow,
4439 expecting_index_cache_use): Define global variable.
4440 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4441 expecting_index_cache_use.
4442
584a927c
AB
44432019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4444 Andrew Burgess <andrew.burgess@embecosm.com>
4445
4446 * gdb.fortran/pointers.f90: New file.
4447 * gdb.fortran/print_type.exp: New file.
4448 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4449 * gdb.fortran/vla-type.exp: Likewise.
4450 * gdb.fortran/vla-value.exp: Likewise.
4451 * gdb.mi/mi-vla-fortran.exp: Likewise.
4452
30056ea0
AB
44532019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4454
4455 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4456 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4457 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4458 as a stop reason.
4459
ec8e2b6d
AB
44602019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4461
4462 * gdb.base/annota1.exp: Update expected results.
4463 * gdb.cp/annota2.exp: Likewise.
4464 * gdb.cp/annota3.exp: Likewise.
4465
09e4c4e1
AB
44662019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4467
4468 * gdb.base/style-logging.exp: Remove path from test name.
4469
0735b091
TT
44702019-06-14 Tom Tromey <tromey@adacore.com>
4471
4472 PR gdb/24502:
4473 * gdb.base/style-logging.exp: New file.
4474
f5686554
TT
44752019-06-14 Tom Tromey <tromey@adacore.com>
4476
4477 * gdb.base/symfile-warn.exp: New file.
4478 * gdb.base/symfile-warn.c: New file.
4479
a0c1ffed
TT
44802019-06-14 Tom Tromey <tromey@adacore.com>
4481
4482 * gdb.base/annotate-symlink.exp: New file.
4483
f411722c
TT
44842019-06-14 Tom Tromey <tromey@adacore.com>
4485
4486 * gdb.ada/set_wstr.exp: Add reassignment test.
4487
4268ec18
TT
44882019-06-14 Tom Tromey <tromey@adacore.com>
4489
4490 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4491 'unchecked_access and 'unrestricted_access as well.
4492
9a9e394b
TT
44932019-06-14 Tom Tromey <tromey@adacore.com>
4494
4495 PR ada/24539:
4496 * gdb.ada/vla.exp: Update tests.
4497 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4498 pragma.
4499
4c048731
PA
45002019-06-13 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.base/settings.exp (test-integer): Test junk after
4503 "unlimited".
4504
6665660a
PA
45052019-06-13 Pedro Alves <palves@redhat.com>
4506
4507 * gdb.base/options.exp (test-thread-apply): New.
4508 (top level): Call it.
4509
5d707134
PA
45102019-06-13 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.base/options.exp (test-frame-apply): New.
4513 (top level): Test print commands with different "frame apply"
4514 prefixes.
4515
e2a689da
PA
45162019-06-13 Pedro Alves <palves@redhat.com>
4517
e79be6e5 4518 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4519 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4520 'max_completions' parameter and handle it.
4521 (test_gdb_completion_offers_commands): New.
4522
90a1ef87
PA
45232019-06-13 Pedro Alves <palves@redhat.com>
4524
4525 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4526
d4c16835
PA
45272019-06-13 Pedro Alves <palves@redhat.com>
4528
4529 * gdb.base/options.exp (test-backtrace): New.
4530 (top level): Call it.
4531
2daf894e
PA
45322019-06-13 Pedro Alves <palves@redhat.com>
4533
4534 * gdb.guile/scm-frame-args.exp: Use "set print
4535 raw-frame-arguments" instead of "set print raw frame-arguments".
4536 * gdb.python/py-frame-args.exp: Likewise.
4537
e6ed716c
PA
45382019-06-13 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.compile/compile.exp: Adjust expected output to option
4541 processing changes.
4542
7d8062de
PA
45432019-06-13 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/options.exp: Build executable.
4546 (test-print): New procedure.
4547 (top level): Call it, once for "print" and another for "compile
4548 print".
4549
9d0faba9
PA
45502019-06-13 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/options.c: New file.
4553 * gdb.base/options.exp: New file.
4554
dee7b4c8
PA
45552019-06-13 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4558 that "o" is ambiguous.
4559
dca0f6c0
PA
45602019-06-13 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.base/settings.c: New file.
4563 * gdb.base/settings.exp: New file.
4564
ccf46844
PA
45652019-06-13 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.base/completion.exp: Fix comment typo.
4568
b9a3f842
PA
45692019-06-13 Pedro Alves <palves@redhat.com>
4570
4571 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4572 foo --1" test.
4573
d106773e
PA
45742019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4575
4576 * gdb.fortran/block-data.f: New.
4577 * gdb.fortran/block-data.exp: New.
4578
fea82da0
TV
45792019-06-11 Tom de Vries <tdevries@suse.de>
4580
4581 PR testsuite/24521
4582 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4583 message.
4584
8c2e74f1
TV
45852019-06-11 Tom de Vries <tdevries@suse.de>
4586
4587 PR testsuite/24521
4588 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4589
b49851c8
TV
45902019-06-11 Tom de Vries <tdevries@suse.de>
4591
4592 * boards/readnow.exp: New file.
4593
a7067863
AB
45942019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4595
4596 * gdb.fortran/vla-sizeof.exp: Update expected results.
4597
1a3da2cd
AB
45982019-06-06 Amos Bird <amosbird@gmail.com>
4599
4600 * gdb.base/annota1.exp (thread_switch): Add test for
4601 thread-exited annotation.
4602
3847a7bf
TT
46032019-06-06 Tom Tromey <tromey@adacore.com>
4604
4605 * gdb.base/maint.exp: Expect command started/finished output.
4606
0088ba59
AB
46072019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4608
4609 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4610 comment.
4611 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4612
312617a3
AB
46132019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4614
4615 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4616 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4617 * gdb.arch/riscv-unwind-long-insn.c: New file.
4618 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4619
e1f2e1a2
CB
46202019-06-04 Christian Biesinger <cbiesinger@google.com>
4621
d3238f7d 4622 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4623
206584bd
PW
46242019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4625
4626 * lib/gdb.exp (help_list_trailer): New regexp variable
4627 factorizing the help trailer message.
4628 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4629 arg to allow to better factorize various tests.
4630 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4631 (test_prefix_command_help): Use help_list_trailer.
4632 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4633 * gdb.guile/scm-cmd.exp: Likewise.
4634 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4635 * gdb.base/help.exp: Use test_user_defined_class_help.
4636 * gdb.base/style.exp: Add tests for styling of help and apropos.
4637 * lib/gdb-utils.exp (style): Add title and highlight styles.
4638
708dc93e
PW
46392019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4640
4641 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4642 $_shell_exitsignal.
4643 * gdb.base/default.exp: Update for new convenience variables.
4644
f49055a5
TT
46452019-05-29 Tom Tromey <tromey@adacore.com>
4646
4647 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4648 to "break complete ada" test case's regexp.
4649
4330d61d
TT
46502019-05-29 Tom Tromey <tromey@adacore.com>
4651
4652 PR c++/20020:
4653 * gdb.cp/constexpr-field.exp: New file.
4654 * gdb.cp/constexpr-field.cc: New file.
4655
000439d5
TT
46562019-05-29 Tom Tromey <tromey@adacore.com>
4657
4658 * gdb.base/finish.exp (finish_no_print): New proc.
4659 (finish_tests): Call it.
4660
5a01c34c
TV
46612019-05-24 Tom de Vries <tdevries@suse.de>
4662
4663 * gdb.dwarf2/gdb-add-index.exp: New file.
4664
18125b16
TT
46652019-05-22 Tom Tromey <tromey@adacore.com>
4666
4667 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4668 * gdb.base/style.exp: Use "style".
4669 * lib/gdb-utils.exp (style): New proc.
4670
af1a8d03
TV
46712019-05-22 Tom de Vries <tdevries@suse.de>
4672
4673 * gdb.base/align.exp: Require c++11.
4674
e7fe496b
TV
46752019-05-22 Tom de Vries <tdevries@suse.de>
4676
4677 PR testsuite/24586
4678 * gdb.python/py-mi-var-info-path-expression.exp: Call
4679 mi_skip_python_tests to check if python is supported.
4680
8fca4da0
AH
46812019-05-22 Alan Hayward <alan.hayward@arm.com>
4682
4683 * gdb.arch/aarch64-pauth.c: New test.
4684 * gdb.arch/aarch64-pauth.exp: New file.
4685
b7060614
AH
46862019-05-22 Alan Hayward <alan.hayward@arm.com>
4687
4688 * README (Re-running Tests Outside The Testsuite): New section.
4689
669d0468
TV
46902019-05-21 Tom de Vries <tdevries@suse.de>
4691
4692 * gdb.arch/amd64-eval.exp: Require c++11.
4693 * gdb.base/max-depth.exp: Same.
4694 * gdb.compile/compile-cplus-array-decay.exp: Same.
4695 * gdb.cp/meth-typedefs.exp: Same.
4696 * gdb.cp/subtypes.exp: Same.
4697 * gdb.cp/temargs.exp: Same.
4698
ce3ebcaa
AH
46992019-05-21 Alan Hayward <alan.hayward@arm.com>
4700
4701 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4702
34d11c68
AB
47032019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 PR gdb/18644
4706 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4707 * gdb.fortran/printing-types.exp: Add new test.
4708 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4709 testing.
4710 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4711 setup_kfail call.
4712
87781e84
AH
47132019-05-17 Alan Hayward <alan.hayward@arm.com>
4714
4715 * README (Running the Testsuite): Change example.
4716 (Testsuite Parameters): Remove TRANSCRIPT.
4717 * lib/gdb.exp: Remove TRANSCRIPT check.
4718
b420b89e
AH
47192019-05-17 Alan Hayward <alan.hayward@arm.com>
4720
4721 * README (Testsuite Parameters): Add replay logging to
4722 GDBSERVER_DEBUG.
4723 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4724 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4725 as a comma separated list.
4726 (gdb_debug_init): Override procedure.
4727
408e9b8b
AH
47282019-05-17 Alan Hayward <alan.hayward@arm.com>
4729
4730 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4731 (gdb_write_cmd_file): New procedure.
4732 * lib/gdbserver-support.exp (gdbserver_start): Call
4733 gdbserver_write_cmd_file.
4734 (gdbserver_write_cmd_file): New procedure.
4735
f9e2e39d
AH
47362019-05-17 Alan Hayward <alan.hayward@arm.com>
4737
4738 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4739 (delete_breakpoints): Likewise.
4740 (gdb_run_cmd): Likewise.
4741 (gdb_start_cmd): Likewise.
4742 (gdb_starti_cmd): Likewise.
4743 (gdb_internal_error_resync): Likewise.
4744 (gdb_test_multiple): Likewise.
4745 (gdb_reinitialize_dir): Likewise.
4746 (default_gdb_exit): Likewise.
4747 (gdb_file_cmd): Mark kill as optional.
4748 (default_gdb_start): Call gdb_stdin_log_init.
4749 (send_gdb): Call gdb_stdin_log_write.
4750 (rerun_to_main): Mark Y as an answer.
4751 (gdb_stdin_log_init): New function.
4752 (gdb_stdin_log_write): Likewise.
4753
81f47ac2
AH
47542019-05-17 Alan Hayward <alan.hayward@arm.com>
4755
4756 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4757 * gdb.base/debug-expr.exp: Likewise.
4758 * gdb.base/foll-fork.exp: Likewise.
4759 * gdb.base/foll-vfork.exp: Likewise.
4760 * gdb.base/fork-print-inferior-events.exp: Likewise.
4761 * gdb.base/gdb-sigterm.exp: Likewise.
4762 * gdb.base/gdbinit-history.exp: Likewise.
4763 * gdb.base/osabi.exp: Likewise.
4764 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4765 * gdb.base/ui-redirect.exp: Likewise.
4766 * gdb.gdb/unittest.exp: Likewise.
4767 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4768 * gdb.mi/mi-watch.exp: Likewise.
4769 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4770 * gdb.mi/user-selected-context-sync.exp: Likewise.
4771 * gdb.python/python.exp: Disable debug test when debugging.
4772 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4773 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4774 Likewise.
4775 * gdb.threads/stepi-random-signal.exp: Likewise.
4776
29b52314
AH
47772019-05-17 Alan Hayward <alan.hayward@arm.com>
4778
4779 * Makefile.in: Pass through GDB_DEBUG.
4780 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4781 (gdb,debug): Add board setting.
4782 * lib/gdb.exp (default_gdb_start): Start debugging.
4783 (gdb_debug_enabled): New procedure.
4784 (gdb_debug_init): Likewise.
29b52314
AH
4785
47862019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4787
29b52314
AH
4788 * Makefile.in: Pass through GDB_DEBUG.
4789 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4790 (gdb,debug): Add board setting.
4791 * lib/gdb.exp (default_gdb_start): Start debugging.
4792 (gdb_debug_enabled): New procedure.
4793 (gdb_debug_init): Likewise.
29b52314 4794
ca1285d1
AH
47952019-05-17 Alan Hayward <alan.hayward@arm.com>
4796
4797 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4798
f3a09c80
AH
47992019-05-17 Alan Hayward <alan.hayward@arm.com>
4800
4801 * gdb.base/ui-redirect.exp: Test redirection.
4802
26648588
JV
48032019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4804
4805 * gdb.mi/mi-complete.exp: New file.
4806 * gdb.mi/mi-complete.cc: Likewise.
4807
14237686
AB
48082019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4809
4810 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4811 indexed and sliced arrays, and pointers to arrays.
4812
e7bd7fba
TT
48132019-05-14 Tom Tromey <tromey@adacore.com>
4814
4815 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4816 styling test.
4817
2764128d
TV
48182019-05-14 Tom de Vries <tdevries@suse.de>
4819
4820 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4821 selection entry encoding.
4822
71bed2db
TT
48232019-05-10 Tom Tromey <tromey@adacore.com>
4824
4825 * gdb.ada/info_exc.exp: Add "complete" test.
4826
63b667ad
TV
48272019-05-09 Tom de Vries <tdevries@suse.de>
4828
4829 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4830 CU-relative.
4831
9cfd2b89
TV
48322019-05-09 Tom de Vries <tdevries@suse.de>
4833
4834 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4835 CU-relative.
4836
2228ef77
XR
48372019-05-08 Joel Brobecker <brobecker@adacore.com>
4838
4839 * gdb.ada/frame_arg_lang.exp: New testcase.
4840 * gdb.ada/frame_arg_lang/bla.adb: New file.
4841 * gdb.ada/frame_arg_lang/pck.ads: New file.
4842 * gdb.ada/frame_arg_lang/pck.adb: New file.
4843 * gdb.ada/frame_arg_lang/foo.c: New file.
4844
80e55b13
TT
48452019-05-08 Tom Tromey <tromey@adacore.com>
4846
4847 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4848
9d3421af
TT
48492019-05-08 Tom Tromey <tromey@adacore.com>
4850
4851 * gdb.base/ptype-offsets.exp: Update tests.
4852
844333e2
TT
48532019-05-08 Tom Tromey <tromey@adacore.com>
4854
4855 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4856 cases.
4857 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4858 "short".
4859
988915ee
TT
48602019-05-08 Tom Tromey <tromey@adacore.com>
4861
4862 * gdb.ada/vla.exp: New file.
4863 * gdb.ada/vla/vla.adb: New file.
4864
7bd55dac
TV
48652019-05-07 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4868
75f06e9d
TV
48692019-05-07 Tom de Vries <tdevries@suse.de>
4870
4871 PR testsuite/24522
4872 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4873 section.
4874
77e7aaa4
TV
48752019-05-07 Tom de Vries <tdevries@suse.de>
4876
4877 PR testsuite/24522
4878 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4879 .debug_aranges section.
4880
456ba0fa
TV
48812019-05-07 Tom de Vries <tdevries@suse.de>
4882
4883 PR testsuite/24159
4884 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4885
5a56d6a6
TV
48862019-05-06 Tom de Vries <tdevries@suse.de>
4887
4888 * lib/gdb.exp (exec_has_index_section): New proc.
4889 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4890 section.
4891
9d6d4be8
TV
48922019-05-04 Tom de Vries <tdevries@suse.de>
4893
4894 * boards/cc-with-debug-names.exp: New file.
4895
222a8d25
TT
48962019-05-03 Tom Tromey <tromey@adacore.com>
4897
4898 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4899 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4900 * gdb.ada/char_enum.exp: Add test.
4901
0fdfd794
TV
49022019-05-03 Tom de Vries <tdevries@suse.de>
4903
4904 * boards/cc-with-gdb-index.exp: New file.
4905
80062eb9
AB
49062019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4907
4908 * gdb.rust/simple.exp: Add new test case.
4909 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4910 (main): Initialise an instance of the new struct.
4911
4504bbde
TT
49122019-05-01 Tom Tromey <tromey@adacore.com>
4913
4914 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4915 record.
4916 (NPR): New variable.
4917 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4918 test.
4919
d48e62f4
TT
49202019-05-01 Tom Tromey <tromey@adacore.com>
4921
4922 * gdb.ada/packed_array_assign.exp: Add packed assignment
4923 regression test.
4924
f59f30f5
TV
49252019-05-01 Tom de Vries <tdevries@suse.de>
4926
4927 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4928
b70bfc54
TV
49292019-05-01 Tom de Vries <tdevries@suse.de>
4930
4931 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4932
15f18d14
AT
49332019-04-30 Ali Tamur <tamur@google.com>
4934
4935 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4936
2ff0a947
TT
49372019-04-30 Tom Tromey <tromey@adacore.com>
4938
4939 * lib/ada.exp (find_ada_tool): New proc.
4940 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4941 * gdb.ada/catch_ex_std.exp: New file.
4942 * gdb.ada/catch_ex_std/foo.adb: New file.
4943 * gdb.ada/catch_ex_std/some_package.adb: New file.
4944 * gdb.ada/catch_ex_std/some_package.ads: New file.
4945
a776957c
TT
49462019-04-30 Tom Tromey <tromey@adacore.com>
4947
4948 PR c++/24470:
4949 * gdb.cp/temargs.cc: Add test code from PR.
4950
bc68014d
AB
49512019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4952
4953 * gdb.fortran/vla-datatypes.exp: Update expected results.
4954 * gdb.fortran/vla-ptype.exp: Likewise.
4955 * gdb.fortran/vla-type.exp: Likewise.
4956 * gdb.fortran/vla-value.exp: Likewise.
4957
f1fdc960
AB
49582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.fortran/ptr-indentation.exp: Update expected results.
4961 * gdb.fortran/ptype-on-functions.exp: Likewise.
4962 * gdb.fortran/vla-ptr-info.exp: Likewise.
4963 * gdb.fortran/vla-value.exp: Likewise.
4964
bf7a4de1
AB
49652019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4966
4967 * gdb.fortran/ptype-on-functions.exp: New file.
4968 * gdb.fortran/ptype-on-functions.f90: New file.
4969
bbe75b9d
AB
49702019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4971
4972 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4973 case void string.
4974
1db455a7
AB
49752019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4976
4977 * gdb.fortran/complex.exp: Expand.
4978 * gdb.fortran/complex.f: Renamed to...
4979 * gdb.fortran/complex.f90: ...this, and extended to add more
4980 complex values.
4981
b6d03bb2
AB
49822019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4985 MODULO, CMPLX.
4986
2e62ab40
AB
49872019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4988 Richard Bunt <richard.bunt@arm.com>
4989
4990 * gdb.base/max-depth.c: New file.
4991 * gdb.base/max-depth.exp: New file.
4992 * gdb.python/py-nested-maps.c: New file.
4993 * gdb.python/py-nested-maps.exp: New file.
4994 * gdb.python/py-nested-maps.py: New file.
4995 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4996 (test_all_common): Call test_max_depth.
4997 * gdb.fortran/max-depth.exp: New file.
4998 * gdb.fortran/max-depth.f90: New file.
4999 * gdb.go/max-depth.exp: New file.
5000 * gdb.go/max-depth.go: New file.
5001 * gdb.modula2/max-depth.exp: New file.
5002 * gdb.modula2/max-depth.c: New file.
5003 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5004
d2b584a5
TV
50052019-04-29 Tom de Vries <tdevries@suse.de>
5006
5007 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5008
136afab8
PW
50092019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5010
5011 * gdb.base/callexit.exp: Test may-call-functions off.
5012
725cbb63
KS
50132019-04-25 Keith Seitz <keiths@redhat.com>
5014
5015 PR c++/24367
5016 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5017 (another_incomplete_struct, test_incomplete): New definitions.
5018 (main): Use new definitions.
5019 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5020 functions.
5021
701adfb0
PA
50222019-04-25 Ali Tamur <tamur@google.com>
5023
5024 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5025
82433e3e
SDJ
50262019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5027
5028 PR corefiles/11608
5029 PR corefiles/18187
5030 * gdb.base/coredump-filter-build-id.exp: New file.
5031
dd06d4d6
AH
50322019-04-25 Alan Hayward <alan.hayward@arm.com>
5033
e79be6e5
SM
5034 * Makefile.in: Pass through GDBSERVER_DEBUG.
5035 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5036 (gdbserver,debug): Add board setting.
5037 * gdb.trace/tspeed.exp: Skip when debugging.
5038 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5039 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5040
1670072e
TT
50412019-04-24 Tom Tromey <tromey@adacore.com>
5042
5043 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5044 Rust.
5045
a59240a4
TT
50462019-04-24 Tom Tromey <tromey@adacore.com>
5047
5048 * gdb.arch/amd64-eval.exp: Test bitfield return.
5049 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5050 (class Foo) <return_bitfields>: New method.
5051 (main): Call it.
5052
b907456c
AB
50532019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * gdb.cp/many-args.cc: New file.
5056 * gdb.cp/many-args.exp: New file.
5057
5c565afd
TV
50582019-04-23 Tom de Vries <tdevries@suse.de>
5059
5060 PR gdb/24433
5061 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5062
ba22ff86
AH
50632019-04-23 Alan Hayward <alan.hayward@arm.com>
5064
5065 * gdb.trace/backtrace.exp: Use nopie flag.
5066 * gdb.trace/circ.exp: Likewise.
5067 * gdb.trace/collection.exp: Likewise.
5068 * gdb.trace/ftrace.exp: Likewise.
5069 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5070 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5071 * gdb.trace/qtro.exp: Likewise.
5072 * gdb.trace/read-memory.exp: Likewise.
5073 * gdb.trace/report.exp: Likewise.
5074 * gdb.trace/tfile.exp: Likewise.
5075 * gdb.trace/tfind.exp: Likewise.
5076 * gdb.trace/unavailable.exp: Likewise.
5077
7905fc35
PA
50782019-04-22 Pedro Alves <palves@redhat.com>
5079
5080 * gdb.base/solib-probes-nosharedlibrary.c,
5081 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5082
8ecb59f8
TT
50832019-04-19 Tom Tromey <tromey@adacore.com>
5084
5085 * gdb.ada/ptype_union.c: New file.
5086 * gdb.ada/ptype_union.exp: New file.
5087
62160ec9
TT
50882019-04-19 Tom Tromey <tromey@adacore.com>
5089
5090 PR symtab/24423:
5091 * gdb.base/list0.h (foo): Add a control-l character.
5092
36cd4ba5
TV
50932019-04-18 Tom de Vries <tdevries@suse.de>
5094
5095 PR gdb/24433
5096 * boards/local-board.exp: Set sysroot to "".
5097
b73715df
TV
50982019-04-18 Tom de Vries <tdevries@suse.de>
5099 Pedro Alves <palves@redhat.com>
5100
5101 PR gdb/24454
5102 * gdb.threads/vfork-follow-child-exec.c: New file.
5103 * gdb.threads/vfork-follow-child-exec.exp: New file.
5104 * gdb.threads/vfork-follow-child-exit.c: New file.
5105 * gdb.threads/vfork-follow-child-exit.exp: New file.
5106
4aa866af
LS
51072019-04-15 Leszek Swirski <leszeks@google.com>
5108
5109 * gdb.arch/amd64-eval.cc: New file.
5110 * gdb.arch/amd64-eval.exp: New file.
5111
e5a1a79a
AH
51122019-04-11 Alan Hayward <alan.hayward@arm.com>
5113
5114 * gdb.server/sysroot.c: New test.
5115 * gdb.server/sysroot.exp: New file.
5116 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5117 matching param.
5118
41077b66
AB
51192019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5120
5121 * gdb.base/align.exp: Extend test to cover structures containing
5122 only static fields.
5123
c30391f8
TV
51242019-04-11 Tom de Vries <tdevries@suse.de>
5125
5126 * boards/cc-with-dwz-m.exp: New file.
5127 * boards/cc-with-dwz.exp: New file.
5128 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5129
e242fd12
SM
51302019-04-09 Simon Marchi <simon.marchi@efficios.com>
5131
5132 * gdb.base/start-cpp.exp: New file.
5133 * gdb.base/start-cpp.cc: New file.
5134
2b0c8b01
KB
51352019-04-08 Kevin Buettner <kevinb@redhat.com>
5136
5137 * gdb.python/py-thrhandle.exp: Adjust tests to call
5138 thread_from_handle instead of thread_from_thread_handle.
5139
947210e5
KB
51402019-04-08 Kevin Buettner <kevinb@redhat.com>
5141
5142 * gdb.python/py-thrhandle.exp: Add tests for
5143 gdb.InferiorThread.handle.
5144
d7df6549
AB
51452019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5146
5147 * gdb.python/py-function.exp: Check calling helper function from
5148 all languages.
5149 * lib/gdb.exp (gdb_supported_languages): New proc.
5150
8bdc1658
AB
51512019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5152
5153 * gdb.base/complex-parts.c: New file.
5154 * gdb.base/complex-parts.exp: New file.
5155
05caa1d2
TT
51562019-04-01 Tom Tromey <tromey@adacore.com>
5157
5158 PR symtab/23331:
5159 * gdb.dwarf2/dw2-ranges-main.c: New file.
5160 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5161 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5162
7734102d
EZ
51632019-03-30 Simon Marchi <simark@simark.ca>
5164
5165 * gdb.base/default.exp: Add values for $_gdb_major and
5166 $_gdb_minor.
5167
188e1fa9
TT
51682019-03-29 Tom Tromey <tromey@adacore.com>
5169
5170 * gdb.base/help.exp: Tighten apropos regexp.
5171
2880242d
KS
51722019-03-29 Keith Seitz <keiths@redhat.com>
5173
5174 * gdb.fortran/array-bounds.exp: New file.
5175 * gdb.fortran/array-bounds.f90: New file.
5176
077cad8e
PW
51772019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5178
5179 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5180
80047cfc
PW
51812019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5182
5183 * gdb.multi/hello.c (main): Increase alarm timer.
5184
f489207e
SL
51852019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5186
5187 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5188 factor when no hardware watchpoint support.
5189
c92df149
AH
51902019-03-28 Alan Hayward <alan.hayward@arm.com>
5191 Pedro Alves <palves@redhat.com>
5192
5193 * boards/local-board.exp: set sysroot to /.
5194
933aebfa
AH
51952019-03-27 Alan Hayward <alan.hayward@arm.com>
5196
5197 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5198 in child.
5199
9f9aa852
AB
52002019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5201
5202 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5203 field.
5204 (make_container): Initialise new field.
5205 * gdb.python/py-prettyprint.exp: Add new tests.
5206 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5207 <display_hint>: New method.
5208
3714a195
AB
52092019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5210
5211 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5212 gdb_continue_to_breakpoint more throughout this test.
5213 (run_lang_tests) Supply unique test names, and use
5214 gdb_test_no_output.
5215
18c77628
AB
52162019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5217
5218 * gdb.base/finish-pretty.exp: Update expected results.
5219 * gdb.base/pretty-print.c: New file.
5220 * gdb.base/pretty-print.exp: New file.
5221
9a93502f
PA
52222019-03-25 Pedro Alves <palves@redhat.com>
5223
5224 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5225 move comments outside list. Append '-i "" eof' section.
5226
968aa7ae
AH
52272019-03-22 Alan Hayward <alan.hayward@arm.com>
5228
34a7f2a4 5229 PR testsuite/25016
968aa7ae
AH
5230 * README: Add pie options.
5231 * gdb.base/break-interp.exp: Ensure pie is disabled.
5232 * gdb.base/dump.exp: Likewise.
5233 * lib/gdb.exp (gdb_compile): Add pie option.
5234
4c7d57e7
TT
52352019-03-19 Tom Tromey <tromey@adacore.com>
5236
5237 * gdb.mi/mi2-cli-display.c: New file.
5238 * gdb.mi/mi2-cli-display.exp: New file.
5239
bff8c71f
TT
52402019-03-18 Joel Brobecker <brobecker@adacore.com>
5241 Tom Tromey <tromey@adacore.com>
5242
5243 * gdb.ada/ptype_array/pck.adb: New file.
5244 * gdb.ada/ptype_array/pck.ads: New file.
5245 * gdb.ada/ptype_array/foo.adb: New file.
5246 * gdb.ada/ptype_array.exp: New file.
5247
d085f989
TT
52482019-03-14 Tom Tromey <tromey@adacore.com>
5249
5250 * gdb.base/style.exp: Add "set style sources" test.
5251
b4be1b06
SM
52522019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5253
5254 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5255 * mi-breakpoint-multiple-locations.exp: ... this.
5256 (make_breakpoints_pattern): New proc.
5257 (do_test): Add mi_version parameter, test -break-insert,
5258 -break-info and =breakpoint-created.
5259
7cde5fc2
AB
52602019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5261
5262 * config/default.exp: Remove 'load_lib gdb.exp'.
5263 * config/monitor.exp: Likewise.
5264 * config/sid.exp: Likewise.
5265 * config/sim.exp: Likewise.
5266 * config/slite.exp: Likewise.
5267 * config/unix.exp: Likewise.
5268 * gdb.base/default.exp: Remove unhelpful comment.
5269
efbecbc1
AB
52702019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5271
5272 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5273
0841c79a
AB
52742019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5277
4a270568
AB
52782019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5279
5280 * gdb.fortran/type-kinds.exp: Update expected results.
5281
067630bd
AB
52822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5283
5284 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5285
3be47f7a
AB
52862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5287
5288 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5289 function.
5290 (test_basic_parsing_of_type_kinds): Expand types tested.
5291 (test_parsing_invalid_type_kinds): New function.
5292
4d00f5d8
AB
52932019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5294
5295 * gdb.fortran/intrinsics.exp: New file.
5296 * gdb.fortran/intrinsics.f90: New file.
5297 * gdb.fortran/type-kinds.exp: New file.
5298
c8f91604
AB
52992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.fortran/dot-ops.exp: New file.
5302
dd9f2c76
AB
53032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5304
5305 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5306 Check upper and lower case logical literals.
5307
84ec9724
AB
53082019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5309
5310 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5311 Remove duplicate tests.
5312
c3734e09
AH
53132019-03-06 Alan Hayward <alan.hayward@arm.com>
5314
5315 * lib/gdb.exp (builtin_cd): rename of cd.
5316 (cd): Override builtin.
5317
aa3cfbda
RB
53182019-03-06 Richard Bunt <richard.bunt@arm.com>
5319
5320 * gdb.fortran/function-calls.exp: New file.
5321 * gdb.fortran/function-calls.f90: New test.
5322
7b63ad86
RB
53232019-03-04 Richard Bunt <richard.bunt@arm.com>
5324
5325 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5326 on user program standard output.
5327 * gdb.fortran/short-circuit-argument-list.f90: Record function
5328 calls.
5329
01abb042
AH
53302019-02-28 Alan Hayward <alan.hayward@arm.com>
5331
c3734e09
AH
5332 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5333 failure.
01abb042 5334
92137da0
RO
53352019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5336
5337 PR gdb/8527
5338 * gdb.base/interrupt-daemon-attach.c,
5339 gdb.base/interrupt-daemon-attach.exp: New test.
5340
5862844d
PA
53412019-02-27 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.base/page.exp: Add tests for "set width/height -1".
5344
8ed25214
PA
53452019-02-27 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/page.exp: Add tests for "set/show width/height" with
5348 "infinite" values.
5349
6c28e44a
TT
53502019-02-27 Tom Tromey <tromey@adacore.com>
5351
5352 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5353 2.4.
5354 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5355 workaround.
5356
bf9a735e
AB
53572019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5360 tests for structs with static members.
5361
8791793c
TT
53622019-02-26 Tom Tromey <tromey@adacore.com>
5363
5364 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5365 ValueError, not TypeError.
5366
bc2a507e
KB
53672019-02-26 Kevin Buettner <kevinb@redhat.com>
5368
5369 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5370 call from main program.
5371
e0e7d3bd
JB
53722019-02-23 Joel Brobecker <brobecker@adacore.com>
5373
5374 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5375 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5376 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5377 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5378 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5379
9600246d
KS
53802019-02-22 Keith Seitz <keiths@redhat.com>
5381
5382 PR symtab/23853
5383 * gdb.base/symlink-sourcefile.c: New file.
5384 * gdb.base/symlink-sourcefile.exp: New file.
5385
0c95f9ed
TT
53862019-02-20 Tom Tromey <tom@tromey.com>
5387
5388 * gdb.base/info_qt.exp: Update.
5389
6caa91b6
SM
53902019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5391
5392 * gdb.base/source.exp: Move "error in sourced script" code to
5393 the end.
5394 * gdb.base/source-error.gdb: Move contents to
5395 source-error-1.gdb. Add new code to source source-error-1.gdb.
5396 * gdb.base/source-error-1.gdb: New file, from previous
5397 source-error.gdb.
5398
6506371f
TT
53992019-02-17 Tom Tromey <tom@tromey.com>
5400
5401 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5402 for macro styling.
5403 * gdb.base/style.c (SOME_MACRO): New macro.
5404
a0087920
TT
54052019-02-17 Tom Tromey <tom@tromey.com>
5406
5407 * gdb.base/style.exp: Add line-wrapping tests.
5408 * gdb.base/page.exp: Add test for quitting during pagination.
5409
a2cd4f14
JB
54102019-02-17 Joel Brobecker <brobecker@adacore.com>
5411
5412 * gdb.ada/big_packed_array: New testcase.
5413 * gdb.ada/homonym.exp: Fix incorrect expected output for
5414 "break <homonym__get_value>" test.
5415
9d70ffbc
WP
54162019-02-13 Weimin Pan <weimin.pan@oracle.com>
5417
5418 PR breakpoints/21870
5419 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5420 and prepare_for_testing. Add comment.
5421 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5422 redundant cleanup call. Clean up comment.
5423
01c7ae81
WP
54242019-02-12 Weimin Pan <weimin.pan@oracle.com>
5425
5426 PR breakpoints/21870
5427 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5428 * gdb.arch/aarch64-dbreg-contents.c: New file.
5429
aff29d1c
JB
54302019-02-10 Joel Brobecker <brobecker@adacore.com>
5431
5432 * gdb.ada/mi_ref_changeable: New testcase.
5433
df0da8a2
AH
54342019-02-07 Alan Hayward <alan.hayward@arm.com>
5435
5436 * gdb.base/attach.exp: Add double attach test.
5437
bd447abb
SM
54382019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5439
5440 * lib/gdb.exp (default_gdb_start): Don't match pagination
5441 prompt.
5442 (gdb_init): Set stty_init.
5443
1dbc40b9
TT
54442019-01-27 Tom Tromey <tom@tromey.com>
5445
5446 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5447 skip_python_tests.
5448
353229bf
AH
54492019-01-24 Alan Hayward <alan.hayward@arm.com>
5450
5451 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5452 New structure.
5453 (struct struct_static_02_02): Likewise.
5454 (struct struct_static_02_03): Likewise.
5455 (struct struct_static_02_04): Likewise.
5456 (struct struct_static_04_01): Likewise.
5457 (struct struct_static_04_02): Likewise.
5458 (struct struct_static_04_03): Likewise.
5459 (struct struct_static_04_04): Likewise.
5460 (struct struct_static_06_01): Likewise.
5461 (struct struct_static_06_02): Likewise.
5462 (struct struct_static_06_03): Likewise.
5463 (struct struct_static_06_04): Likewise.
5464 (cmp_struct_static_02_01): Likewise.
5465 (cmp_struct_static_02_02): Likewise.
5466 (cmp_struct_static_02_03): Likewise.
5467 (cmp_struct_static_02_04): Likewise.
5468 (cmp_struct_static_04_01): Likewise.
5469 (cmp_struct_static_04_02): Likewise.
5470 (cmp_struct_static_04_03): Likewise.
5471 (cmp_struct_static_04_04): Likewise.
5472 (cmp_struct_static_06_01): Likewise.
5473 (cmp_struct_static_06_02): Likewise.
5474 (cmp_struct_static_06_03): Likewise.
5475 (cmp_struct_static_06_04): Likewise.
5476 (call_all): Test new structs.
5477 * gdb.base/infcall-nested-structs.exp: Likewise.
5478
73021deb
AH
54792019-01-21 Alan Hayward <alan.hayward@arm.com>
5480 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5481
fc65c7db
AH
54822019-01-21 Alan Hayward <alan.hayward@arm.com>
5483 * gdb.base/stack-protector.c: New test.
5484 * gdb.base/stack-protector.exp: New file.
5485 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5486 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5487 option.
5488 (gdb_compile): Remove stack protector for GCC and prevent
5489 recursion.
5490
c24bdb02
KS
54912019-01-16 Keith Seitz <keiths@redhat.com>
5492
5493 PR gdb/23773
5494 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5495
6f072a10
PFC
54962019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5497
5498 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5499 aliases.
5500 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5501 tests.
5502 * gdb.arch/powerpc-vector-regs.c: New file.
5503 * gdb.arch/powerpc-vector-regs.exp: New file.
5504
a7b8d682
PFC
55052019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5506
5507 * gdb.arch/altivec-regs.exp: Fix the list passed to
5508 gdb_expect_list when testing "info vector".
5509
6eb6fb67
AB
55102019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5511
5512 * gdb.base/style.exp: Don't include path in testname.
5513
b56f80d8
KS
55142019-01-10 Keith Seitz <keiths@redhat.com>
5515
5516 PR gdb/23712
5517 PR symtab/23010
5518 * gdb.dwarf2/multidictionary.exp: New file.
5519
041be526
SM
55202019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5521
5522 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5523 (test_gnuv3_style_demangling): ... this.
5524 (test_lucid_style_demangling): Remove.
5525 (test_arm_style_demangling): Remove.
5526 (test_hp_style_demangling): Remove.
5527 (do_tests): Remove calls to the above.
5528
d820d0c3
AB
55292019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5530
5531 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5532 case.
5533
f097f5ad
TT
55342019-01-06 Tom Tromey <tom@tromey.com>
5535
5536 PR gdb/28155:
5537 * gdb.dwarf2/typedef-void-finish.exp: New file.
5538
2cd8cc0b
TT
55392018-12-28 Tom Tromey <tom@tromey.com>
5540 Simon Marchi <simark@simark.ca>
5541
5542 * gdb.base/jit-exec.exp: New file.
5543 * gdb.base/jit-exec.c: New file.
5544 * gdb.base/jit-execd.c: New file.
5545
35fb8261
TT
55462018-12-28 Tom Tromey <tom@tromey.com>
5547
5548 * gdb.base/style.exp: Update test to check for address styling.
5549
47fd17cd
TT
55502018-12-28 Tom Tromey <tom@tromey.com>
5551
5552 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5553 message.
5554
d47032b7
TT
55552018-12-28 Tom Tromey <tom@tromey.com>
5556
5557 * gdb.base/style.exp: Add test for version number styling.
5558
af79b68d
TT
55592018-12-28 Tom Tromey <tom@tromey.com>
5560
5561 * gdb.base/style.exp: Add test for print_address_symbolic.
5562
0bb296cb
TT
55632018-12-28 Tom Tromey <tom@tromey.com>
5564
5565 * gdb.base/style.exp: Add test for breakpoint setting.
5566
80ae2043
TT
55672018-12-28 Tom Tromey <tom@tromey.com>
5568
5569 * gdb.base/style.exp: Add test for variable names.
5570
cbe56571
TT
55712018-12-28 Tom Tromey <tom@tromey.com>
5572
5573 * gdb.base/style.exp: New file.
5574 * gdb.base/style.c: New file.
5575
9162a27c
TT
55762018-12-28 Tom Tromey <tom@tromey.com>
5577
5578 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5579 "dumb".
5580 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5581 the TERM environment variable.
5582
bc543c90
TT
55832018-12-27 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5586 pagination test.
5587
6f0ffe50
AB
55882018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5589
5590 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5591 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5592
b5a1e557
PW
55932018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5594
5595 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5596 Filename a.adb changed to bp_fun_addr.adb.
5597 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5598
6e8b1ab2
JV
55992018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5600
5601 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5602 non-PIE executables.
5603 * README: Mention the gdb,nopie_flag board setting.
5604 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5605 non-PIE executable.
5606 * gdb.arch/amd64-entry-value.exp: Likewise.
5607 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5608 * gdb.arch/i386-float.exp: Likewise.
5609 * gdb.arch/i386-signal.exp: Likewise.
5610 * gdb.mi/mi-reg-undefined.exp: Likewise.
5611
d00a27c5
PM
56122018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5613
5614 PR gdb/23974
5615 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5616
161d081c
PW
56172018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5618
5619 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5620 Update order of results accordingly.
5621
b001de23
AB
56222018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5623
5624 * gdb.base/annota1.exp: Update a test regexp.
5625
99e1a184
AB
56262018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5627
5628 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5629
7a81c1e2
PW
56302018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5631
5632 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5633 (reuse_time): Initialize to REUSE_TIME_CAP.
5634 (check_rc): New function.
5635 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5636 Check pthread_create rc.
5637 (spawner_thread_func): Check pthread_create and pthread_join rc.
5638
73e8dc90
PA
56392018-12-08 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/list.exp (test_forward_search): Rename to ...
5642 (test_forward_reverse_search): ... this. Also test reverse-search
5643 and the forward-search alias.
5644
13f2ed32
AB
56452018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5646
5647 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5648 local timeout variable before return, and remove all local timeout
5649 variable entirely.
5650 (gdb_load): Likewise.
5651
64d27cfc
TV
56522018-12-01 Tom de Vries <tdevries@suse.de>
5653
5654 * gdb.base/gdb-caching-proc.exp: New file.
5655
f63c03b4
SDJ
56562018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5657
5658 * Makefile.in (TIMESTAMP): New variable.
5659 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5660 command.
5661 (check-single-racy): Likewise.
5662 (check/%.exp): Likewise.
5663 (check-racy/%.exp): Likewise.
5664 (workers/%.worker): Likewise.
5665 (build-perf): Likewise.
5666 (check-perf): Likewise.
5667 * README: Describe new "TS" and "TS_FORMAT" variables.
5668 * print-ts.py: New file.
5669
1c97054b
BF
56702018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5671
5672 PR python/23714
5673 * gdb.python/python.exp: Test command repetition after
5674 gdb.execute.
5675
1871a62d
AB
56762018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5677
5678 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5679 is correctly aligned.
5680
fb5e1ed9
PW
56812018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5682
5683 * gdb.ada/info_auto_lang.exp: New testcase.
5684 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5685 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5686 * gdb.ada/info_auto_lang/some_c.c: New file.
5687
43d397ca
PW
56882018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5689
5690 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5691 FUNC_lang language syntax.
5692
beddd671
PW
56932018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5694
5695 * gdb.base/info_minsym.c: New file.
5696 * gdb.base/info_minsym.exp: New file.
5697
73fc52c4
TT
56982018-11-19 Tom Tromey <tom@tromey.com>
5699
5700 PR rust/23625:
5701 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5702 * gdb.rust/expr.exp: Update expected output. Change one test.
5703
994b876a
TT
57042018-11-19 Tom Tromey <tom@tromey.com>
5705
5706 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5707
6769f276
PA
57082018-11-19 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5711 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5712 see the expected warning.
5713
38a72da0
AH
57142018-11-16 Alan Hayward <alan.hayward@arm.com>
5715
5716 PR gdb/22736:
5717 * gdb.cp/infcall-nodebug-lib.c: New test.
5718 * gdb.cp/infcall-nodebug-main.c: New test.
5719 * gdb.cp/infcall-nodebug.exp: New file.
5720
53a89d6e
SM
57212018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5722
5723 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5724 completer tests.
5725
9325300d
TV
57262018-11-09 Tom de Vries <tdevries@suse.de>
5727
5728 * gdb.base/msym-lang.c: New test.
5729 * gdb.base/msym-lang.exp: New file.
5730 * gdb.base/msym-lang-main.c: New test.
5731
20f0d60d
TT
57322018-11-08 Tom Tromey <tom@tromey.com>
5733
5734 PR gdb/23555:
5735 PR gdb/23838:
5736 * gdb.base/warning.exp: New file.
5737
b5420128
JB
57382018-11-08 Jan Beulich <jbeulich@suse.com>
5739
5740 * testsuite/gdb.arch/i386-avx512.c,
5741 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5742
cd115d61
AB
57432018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5744
5745 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5746 point hardware.
5747
35ee2dc2
AB
57482018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5749
5750 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5751 * gdb.dwarf2/missing-type-name.exp: New file.
5752
31aceee8
TV
57532018-11-06 Tom de Vries <tdevries@suse.de>
5754
5755 * gdb.base/many-headers.c: New test.
5756 * gdb.base/many-headers.exp: New file.
5757
109be305
JW
57582018-11-06 Jim Wilson <jimw@sifive.com>
5759
5760 * gdb.base/code_elim.exp: For riscv, set additional_flags
5761 to include -msmall-data-limit=0.
5762
e2b7af72
JB
57632018-11-01 Joel Brobecker <brobecker@adacore.com>
5764
5765 * gdb.ada/watch_minus_l: New testcase.
5766
cdcda965
SM
57672018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5768
5769 * gdb.arch/aix-sighandle.c: New file.
5770 * gdb.arch/aix-sighandle.exp: New file.
5771
92dcebf3
AB
57722018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5773
5774 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5775 registers being unions.
5776
68b9ac18
TV
57772018-10-31 Tom de Vries <tdevries@suse.de>
5778
5779 * lib/valgrind.exp: New file.
5780 (vgdb_start, vgdb_stop): New procs, factored out of ...
5781 * gdb.base/valgrind-bt.exp: ... here, ...
5782 * gdb.base/valgrind-disp-step.exp: ... here and ...
5783 * gdb.base/valgrind-infcall.exp: ... here.
5784
1443936e
TV
57852018-10-31 Tom de Vries <tdevries@suse.de>
5786
5787 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5788
eb77c9df
AB
57892018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5790
5791 * gdb.dwarf2/void-type.c: New file.
5792 * gdb.dwarf2/void-type.exp: New file.
5793
82b5e646
PW
57942018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5795
5796 * gdb.base/info_qt.c: New file.
5797 * gdb.base/info_qt.exp: New file.
5798
8d619c01
EBM
57992018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5800
5801 * gdb.arch/powerpc-htm-regs.c: New file.
5802 * gdb.arch/powerpc-htm-regs.exp: New file.
5803
f2cf6173
EBM
58042018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5805
5806 * gdb.arch/powerpc-tar.c: New file.
5807 * gdb.arch/powerpc-tar.exp: New file.
5808
7ca18ed6
EBM
58092018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5810
5811 * gdb.arch/powerpc-ppr-dscr.c: New file.
5812 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5813
bfcc0eba
TV
58142018-10-25 Tom de Vries <tdevries@suse.de>
5815
5816 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5817
fe1a5cad
TV
58182018-10-24 Tom de Vries <tdevries@suse.de>
5819
5820 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5821 longer exists error.
5822
a76dc3b7
TV
58232018-10-24 Tom de Vries <tdevries@suse.de>
5824
5825 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5826
4df46df7
TV
58272018-10-24 Tom de Vries <tdevries@suse.de>
5828
5829 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5830 --db-attach in valgrind.
5831
0dbfcfff
AB
58322018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5833
5834 * gdb.arch/riscv-reg-aliases.c: New file.
5835 * gdb.arch/riscv-reg-aliases.exp: New file.
5836
b04480b1
AH
58372018-10-19 Alan Hayward <alan.hayward@arm.com>
5838
5839 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5840
2c6ac8d7
AH
58412018-10-19 Alan Hayward <alan.hayward@arm.com>
5842
5843 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5844
2bc69f25
AH
58452018-10-19 Alan Hayward <alan.hayward@arm.com>
5846
5847 * gdb.cp/ovldbreak.exp: Fix regexps.
5848
1f1ae3a3
AH
58492018-10-19 Alan Hayward <alan.hayward@arm.com>
5850
5851 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5852
94c18618
SDJ
58532018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5854
5855 PR cli/23785
5856 * gdb.base/restore.exp: New test to check if "restore" with an
5857 invalid file doesn't segfault.
5858
812cd6eb
TV
58592018-10-18 Tom de Vries <tdevries@suse.de>
5860
5861 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5862 * gdb.ada/excep_handle.exp: Same.
5863 * gdb.ada/mi_string_access.exp: Same.
5864 * gdb.ada/mi_var_union.exp: Same.
5865 * gdb.arch/arc-analyze-prologue.exp: Same.
5866 * gdb.arch/arc-decode-insn.exp: Same.
5867 * gdb.base/readnever.exp: Same.
5868 * gdb.fortran/printing-types.exp: Same.
5869 * gdb.guile/scm-lazy-string.exp: Same.
5870
c4b90788
TV
58712018-10-16 Tom de Vries <tdevries@suse.de>
5872
5873 PR gdb/23730
5874 * gdb.base/catch-follow-exec.c: Add copyright notice.
5875 * gdb.base/catch-follow-exec.exp: Rewrite to use
5876 gdb_spawn_with_cmdline_opts. Require gdb-native.
5877
8bca2978
SL
58782018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5879
5880 * gdb.trace/actions-changed.exp: Check for arch support.
5881 * gdb.trace/actions.exp: Likewise.
5882 * gdb.trace/ax.exp: Likewise.
5883 * gdb.trace/backtrace.exp: Likewise.
5884 * gdb.trace/change-loc.exp: Likewise.
5885 * gdb.trace/deltrace.exp: Likewise.
5886 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5887 * gdb.trace/ftrace.exp: Likewise.
5888 * gdb.trace/infotrace.exp: Check for arch support.
5889 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5890 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5891 * gdb.trace/mi-tsv-changed.exp: Likewise.
5892 * gdb.trace/packetlen.exp: Likewise.
5893 * gdb.trace/passc-dyn.exp: Likewise.
5894 * gdb.trace/passcount.exp: Likewise.
5895 * gdb.trace/pending.exp: Likewise.
5896 * gdb.trace/range-stepping.exp: Check for shlib support.
5897 * gdb.trace/report.exp: Check for arch support.
5898 * gdb.trace/save-trace.exp: Likewise.
5899 * gdb.trace/signal.exp: Check for signal support.
5900 * gdb.trace/tfind.exp: Check for arch support.
5901 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5902 * gdb.trace/trace-common.h: Add comment.
5903 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5904 * gdb.trace/trace-enable-disable.exp: Likewise.
5905 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5906 * gdb.trace/tracecmd.exp: Check for arch support.
5907 * gdb.trace/tspeed.exp: Check for shlib and target support.
5908 * gdb.trace/tstatus.exp: Check for arch support.
5909 * gdb.trace/tsv.exp: Likewise.
5910 * gdb.trace/while-dyn.exp: Likewise.
5911 * gdb.trace/while-stepping.exp: Likewise.
5912 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5913
f9c49bff
SM
59142018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5915
5916 * gdb.trace/tspeed.exp: Remove nowarnings.
5917 (prepare_for_trace_test): Declare "global ipalib".
5918 * gdb.trace/tspeed.c: Include unistd.h.
5919 (main): Remove superfluous printf argument.
5920
d4330bde
SL
59212018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5922
5923 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5924 directory prefix on the filename.
5925
8ecfd7bd
SDJ
59262018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5927
5928 * gdb.gdb/unittest.exp: Update expected message informing that
5929 selftests have been disabled.
5930 * gdb.server/unittest.exp: Likewise.
5931
58bbcd02
TV
59322018-10-09 Tom de Vries <tdevries@suse.de>
5933
5934 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5935 with runto_main.
5936
9f6b697b
WP
59372018-10-08 Weimin Pan <weimin.pan@oracle.com>
5938
5939 PR c++/16841
5940 * gdb.cp/virtbase2.cc: New file.
5941 * gdb.cp/virtbase2.exp: New file.
5942
add5ded5
TT
59432018-10-06 Tom Tromey <tom@tromey.com>
5944
5945 PR python/19399:
5946 * gdb.python/py-inferior.exp: Add architecture test.
5947
f9e48344
TT
59482018-10-06 Tom Tromey <tom@tromey.com>
5949
5950 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5951 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5952
2a8be203
TT
59532018-10-06 Tom Tromey <tom@tromey.com>
5954
5955 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5956 of a "throw" catchpoint.
5957
e04caa70
SDJ
59582018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5959
5960 * gdb.base/info-proc.exp: Update string expected from "help info
5961 proc".
5962
5ca8c39f
TT
59632018-10-04 Tom Tromey <tom@tromey.com>
5964
5965 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5966 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5967 (test_initial_complaints, test_empty_complaints): Update.
5968 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5969
3453e7e4
TT
59702018-10-04 Tom Tromey <tom@tromey.com>
5971
5972 PR cli/19551:
5973 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5974 * lib/gdb.exp (gdb_file_cmd): Update.
5975 * gdb.stabs/weird.exp (print_weird_var): Update.
5976 * gdb.server/solib-list.exp: Update.
5977 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5978 * gdb.mi/mi-cli.exp: Update.
5979 * gdb.linespec/linespec.exp: Update.
5980 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5981 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5982 * gdb.cp/cp-relocate.exp: Update.
5983 * gdb.base/sym-file.exp: Update.
5984 * gdb.base/relocate.exp: Update.
5985 * gdb.base/readnever.exp: Update.
5986 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5987 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5988 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5989 * gdb.base/code_elim.exp: Update.
5990 * gdb.base/break-unload-file.exp (test_break): Update.
5991 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5992 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5993 Update.
5994 * gdb.base/attach.exp (do_attach_tests): Update.
5995 * gdb.base/sepdebug.exp: Update.
5996 * gdb.python/py-section-script.exp: Update.
5997
6afcf761
TT
59982018-10-04 Tom Tromey <tom@tromey.com>
5999
6000 PR cli/22234:
6001 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6002 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6003 output.
6004
fef1b293
TT
60052018-10-04 Tom Tromey <tom@tromey.com>
6006
6007 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6008 set width and height to 0.
6009 (test_command_line_attach_run): Use -quiet.
6010
ca98345e
SL
60112018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6012
6013 * lib/gdb.exp (skip_ifunc_tests): New.
6014 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6015 other compile failures.
6016 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6017
ff34e6ae
SM
60182018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6019
6020 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6021 is_amd64_regs_target.
6022
6bb8890e
AH
60232018-10-01 Alan Hayward <alan.hayward@arm.com>
6024
6025 * gdb.arch/aarch64-sighandler-regs.c: New test.
6026 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6027 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6028
224d30d3
MM
60292018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6030
6031 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6032 assembly.
6033
f67ffa6a
AB
60342018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6035
6036 * gdb.base/frame-selection.exp: New file.
6037 * gdb.base/frame-selection.c: New file.
6038
9fc3183f
AH
60392018-09-27 Alan Hayward <alan.hayward@arm.com>
6040
6041 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6042 pthread barrier.
6043 (main): Likewise.
6044
d354055e
AB
60452018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6046
6047 * gdb.base/large-frame-1.c: New file.
6048 * gdb.base/large-frame-2.c: New file.
6049 * gdb.base/large-frame.exp: New file.
6050 * gdb.base/large-frame.h: New file.
6051
db727370
JL
60522018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6053
6054 PR gdb/20948
6055 * gdb.base/write_mem.exp: New test.
6056 * gdb.base/write_mem.c: Likewise.
6057
ae778caf
TT
60582018-09-23 Tom Tromey <tom@tromey.com>
6059
6060 PR python/18852:
6061 * gdb.python/py-parameter.exp: Add test for parameter that throws
6062 on "set".
6063
fd3ba736
TT
60642018-09-23 Tom Tromey <tom@tromey.com>
6065
6066 PR python/17284:
6067 * gdb.python/py-template.exp (test_template_arg): Add test for
6068 negative template argument number.
6069
39a24317
TT
60702018-09-23 Tom Tromey <tom@tromey.com>
6071
6072 PR python/14062:
6073 * gdb.python/python.exp: Add test for post_event error.
6074
f5769a2c
TT
60752018-09-23 Tom Tromey <tom@tromey.com>
6076
6077 PR python/18170:
6078 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6079 convert pointers to int and long.
6080
1c1e54f6
TT
60812018-09-23 Tom Tromey <tom@tromey.com>
6082
6083 PR python/20126:
6084 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6085 signed-ness conversion tests.
6086
fb4fa946
TT
60872018-09-23 Tom Tromey <tom@tromey.com>
6088
6089 PR python/18352;
6090 * gdb.python/py-value.exp (test_float_conversion): New proc.
6091 Use it.
6092
a466edac
HAQ
60932018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6094
6095 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6096
4ee9b0c5
SL
60972018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6098
6099 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6100 no readline.
6101 * gdb.base/utf8-identifiers.exp: Likewise.
6102 * gdb.cp/cpcompletion.exp: Likewise.
6103 * gdb.linespec/cpcompletion.exp: Likewise.
6104 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6105 * gdb.linespec/cpls-ops.exp: Likewise.
6106
23be8da7
RB
61072018-09-19 Richard Bunt <richard.bunt@arm.com>
6108 Chris January <chris.january@arm.com>
6109
6110 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6111 * gdb.fortran/short-circuit-argument-list.exp: New file.
6112 * gdb.fortran/short-circuit-argument-list.f90: New test.
6113
5031d0ae
SDJ
61142018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6115
6116 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6117 "arch=" keyword when executing "-stack-list-frames".
6118
b4c0d1a4
SDJ
61192018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6120
6121 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6122 "arch=" keyword when executing "-stack-list-frames".
6123
7a6d2b45
SDJ
61242018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6125
6126 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6127 break ada".
6128
8588b356
SM
61292018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6130
6131 PR python/23669
6132 * gdb.python/python.exp: Test gdb.execute("show commands").
6133
65e65158
TT
61342018-09-16 Tom Tromey <tom@tromey.com>
6135
6136 * gdb.base/new-ui.exp (do_execution_tests): Update.
6137 * gdb.base/dbx.exp (test_breakpoints): Update.
6138
bf326452
AH
61392018-09-14 Alan Hayward <alan.hayward@arm.com>
6140
6141 * lib/gdb.exp (gdb_simple_compile): Add proc.
6142 (is_elf_target): Use gdb_simple_compile.
6143 (skip_altivec_tests): Likewise.
6144 (skip_vsx_tests): Likewise.
6145 (skip_tsx_tests): Likewise.
6146 (skip_btrace_tests): Likewise.
6147 (skip_btrace_pt_tests): Likewise.
6148 (gdb_can_simple_compile): Likewise.
6149 (gdb_has_argv0): Likewise.
6150 (gdb_target_symbol_prefix): Likewise.
6151 (target_supports_scheduler_locking): Likewise.
6152
2361b0fb
TT
61532018-09-13 Tom Tromey <tom@tromey.com>
6154
6155 * Makefile.in (TAGS): Recognize proc_with_prefix and
6156 gdb_caching_proc.
6157
0ae1a321
SM
61582018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6159
6160 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6161 method.
6162
a40bf0c2
SM
61632018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6164
6165 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6166 and a few other Inferior properties when the Inferior is no
6167 longer valid.
6168
4a3fe98f
TT
61692018-09-13 Tom Tromey <tom@tromey.com>
6170
6171 PR rust/23650:
6172 * gdb.rust/simple.exp: Add test for enum field access error.
6173
098b2108
TT
61742018-09-13 Tom Tromey <tom@tromey.com>
6175
6176 PR rust/23626:
6177 * gdb.rust/simple.rs (EmptyEnum): New type.
6178 (main): Use it.
6179 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6180
1256af7d
SM
61812018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6182
6183 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6184 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6185 * gdb.python/py-symtab.exp: Update test printing an objfile.
6186
4aa8e6c2
SM
61872018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6188
6189 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6190 object.
6191
c221b2f7
AH
61922018-09-12 Alan Hayward <alan.hayward@arm.com>
6193
6194 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6195 (support_complex_tests): Use gdb_can_simple_compile.
6196 (is_ilp32_target): Likewise.
6197 (is_lp64_target): Likewise.
6198 (is_64_target): Likewise.
6199 (is_amd64_regs_target): Likewise.
6200 (is_aarch32_target): Likewise.
6201 (gdb_int128_helper): Likewise.
6202
6f1107b5
JK
62032018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6204
6205 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6206
1f5d1570
JG
62072018-09-10 Jerome Guitton <guitton@adacore.com>
6208
6209 * gdb.ada/same_component_name: Add test for case of tagged record
6210 with variable-length fields.
6211
cc330e39
XR
62122018-09-10 Xavier Roirand <roirand@adacore.com>
6213
6214 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6215 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6216 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6217 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6218
b9c50e9a
XR
62192018-09-10 Xavier Roirand <roirand@adacore.com>
6220
6221 * gdb.ada/mi_string_access.exp: New testcase.
6222 * gdb.ada/mi_string_access/bar.adb: New file.
6223 * gdb.ada/mi_string_access/pck.adb: New file.
6224 * gdb.ada/mi_string_access/pck.asd: New file.
6225
2963898f
XR
62262018-09-10 Xavier Roirand <roirand@adacore.com>
6227
6228 * gdb.ada/mi_var_union.exp: New testcase.
6229 * gdb.ada/mi_var_union/bar.adb: New file.
6230 * gdb.ada/mi_var_union/pck.adb: New file.
6231 * gdb.ada/mi_var_union/pck.asd: New file.
6232
1aac008f
TT
62332018-09-08 Tom Tromey <tom@tromey.com>
6234
6235 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6236
332cf4c9
TT
62372018-09-08 Tom Tromey <tom@tromey.com>
6238
6239 PR python/16047:
6240 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6241 (register_pretty_printers): Register new printer.
6242 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6243 test.
6244 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6245 (an_int_type3): New global.
6246
424da6cf
JB
62472018-09-08 Joel Brobecker <brobecker@adacore.com>
6248
6249 * gdb.ada/expr_with_funcall: New testcase.
6250
2a62dfa9
JB
62512018-09-08 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.ada/packed_array_assign: New testcase.
6254
96b6697f
AB
62552018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6256
6257 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6258 names, and add test prefixes to make test names unique.
6259
e4a62c65
TV
62602018-09-05 Tom de Vries <tdevries@suse.de>
6261
6262 * gdb.dwarf2/varval.exp: Add test.
6263
dd083ee2
GB
62642018-09-04 Gary Benson <gbenson@redhat.com>
6265
6266 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6267 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6268
aef9346c
TT
62692018-08-31 Tom Tromey <tom@tromey.com>
6270
6271 * gdb.rust/simple.rs: Rename second variable "v".
6272
c67f2e15
AB
62732018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6274
6275 * gdb.base/funcargs.c (use_a): New function.
6276 (recurse): Call use_a.
6277
078a0207
KS
62782018-08-29 Keith Seitz <keiths@redhat.com>
6279
6280 * gdb.compile/compile-cplus-anonymous.cc: New file.
6281 * gdb.compile/compile-cplus-anonymous.exp: New file.
6282 * gdb.compile/compile-cplus-array-decay.cc: New file.
6283 * gdb.compile/compile-cplus-array-decay.exp: New file.
6284 * gdb.compile/compile-cplus-inherit.cc: New file.
6285 * gdb.compile/compile-cplus-inherit.exp: New file.
6286 * gdb.compile/compile-cplus-member.cc: New file.
6287 * gdb.compile/compile-cplus-member.exp: New file.
6288 * gdb.compile/compile-cplus-method.cc: New file.
6289 * gdb.compile/compile-cplus-method.exp: New file.
6290 * gdb.compile/compile-cplus-mod.c: "New" file.
6291 * gdb.compile/compile-cplus-namespace.cc: New file.
6292 * gdb.compile/compile-cplus-namespace.exp: New file.
6293 * gdb.compile/compile-cplus-nested.cc: New file.
6294 * gdb.compile/compile-cplus-nested.exp: New file.
6295 * gdb.compile/compile-cplus-print.c: "New" file.
6296 * gdb.compile/compile-cplus-print.exp: "New" file.
6297 * gdb.compile/compile-cplus-virtual.cc: New file.
6298 * gdb.compile/compile-cplus-virtual.exp: New file.
6299 * gdb.compile/compile-cplus.c: "New" file.
6300 * gdb.compile/compile-cplus.exp: "New" file.
6301 * lib/compile-support.exp: New file.
6302
b0f492b9
GB
63032018-08-16 Gary Benson <gbenson@redhat.com>
6304
6305 PR gdb/13000:
6306 * gdb.base/batch-exit-status.exp: New file.
6307 * gdb.base/batch-exit-status.good-commands: Likewise.
6308 * gdb.base/batch-exit-status.bad-commands: Likewise.
6309
36eb4c5f
AH
63102018-08-29 Alan Hayward <alan.hayward@arm.com>
6311
6312 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6313 (struct struct02): Likewise.
6314 (struct struct03): Likewise.
6315 (struct struct04): Likewise.
6316 (struct struct_01_01): New struct.
6317 (struct struct_01_02): Likewise.
6318 (struct struct_01_03): Likewise.
6319 (struct struct_01_04): Likewise.
6320 (struct struct_02_01): Likewise.
6321 (struct struct_02_02): Likewise.
6322 (struct struct_02_03): Likewise.
6323 (struct struct_02_04): Likewise.
6324 (struct struct_04_01): Likewise.
6325 (struct struct_04_02): Likewise.
6326 (struct struct_04_03): Likewise.
6327 (struct struct_04_04): Likewise.
6328 (struct struct_05_01): Likewise.
6329 (struct struct_05_02): Likewise.
6330 (struct struct_05_03): Likewise.
6331 (struct struct_05_04): Likewise.
6332 (cmp_struct01): Remove function.
6333 (cmp_struct02): Likewise.
6334 (cmp_struct03): Likewise.
6335 (cmp_struct04): Likewise.
6336 (cmp_struct_01_01): Add Function.
6337 (cmp_struct_01_02): Likewise.
6338 (cmp_struct_01_03): Likewise.
6339 (cmp_struct_01_04): Likewise.
6340 (cmp_struct_02_01): Likewise.
6341 (cmp_struct_02_02): Likewise.
6342 (cmp_struct_02_03): Likewise.
6343 (cmp_struct_02_04): Likewise.
6344 (cmp_struct_04_01): Likewise.
6345 (cmp_struct_04_02): Likewise.
6346 (cmp_struct_04_03): Likewise.
6347 (cmp_struct_04_04): Likewise.
6348 (cmp_struct_05_01): Likewise.
6349 (cmp_struct_05_02): Likewise.
6350 (cmp_struct_05_03): Likewise.
6351 (cmp_struct_05_04): Likewise.
6352 (call_all): Add new structs.
6353 * gdb.base/infcall-nested-structs.exp: Likewise.
6354
3bf9c013
JV
63552018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6356
6357 * gdb.python/py-framefilter-mi.exp: Update regexp to
6358 check for "arch" field in frame output.
6359
450d1e88
KB
63602018-08-23 Kevin Buettner <kevinb@redhat.com>
6361
6362 * gdb.dwarf2/dw2-ranges-func.c: New file.
6363 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6364
ae739fe7
SM
63652018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6366
6367 * gdb.base/term.exp: Compare terminal settings with values from
6368 the inferior.
6369 * gdb.base/term.c: Get and set terminal settings.
6370
6d52907e
JV
63712018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6372
6373 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6374 accommodate new "arch" field in frame output.
6375 * gdb.mi/mi-return.exp: Likewise.
6376 * gdb.mi/mi-stack.exp: Likewise.
6377 * gdb.mi/mi-syn-frame.exp: Likewise.
6378 * gdb.mi/user-selected-context-sync.exp: Likewise.
6379
be2d111a
MS
63802018-08-19 Michael Spang <spang@google.com>
6381
6382 PR gdb/11786
6383 * gdb.base/gcore-tls-pie.c: New file.
6384 * gdb.base/gcore-tls-pie.exp: New file.
6385
ae3a7c47
KB
63862018-08-18 Kevin Buettner <kevinb@redhat.com>
6387
6388 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6389 * gdb.dwarf2/varval.c: New file.
6390 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6391
2ecae92e
AH
63922018-08-17 Alan Hayward <alan.hayward@arm.com>
6393
6394 PR gdb/18931
6395 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6396
c1854f1d
KS
63972018-08-16 Keith Seitz <keiths@redhat.com>
6398
6399 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6400 tests expected to pass.
6401
26fb3983
JV
64022018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6403
6404 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6405 -data-disassemble -a.
6406 (test_disassembly_bogus_args): Likewise.
6407
67943c00
AB
64082018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6409
6410 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6411
5ff2bbae
AB
64122018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6413
6414 * gdb.base/vla-optimized-out.exp: Add new test.
6415
e5bbcd0f
AB
64162018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6417
6418 * gdb.base/vla-optimized-out-o3.exp: Delete.
6419 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6420 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6421 deleted tests.
6422
9d4a934c
AB
64232018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6424
6425 PR gdb/18050:
6426 * gdb.server/extended-remote-restart.c: New file.
6427 * gdb.server/extended-remote-restart.exp: New file.
6428
045cf012
SM
64292018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6430
6431 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6432 "set variable index = 42".
6433
87d6a7aa
SM
64342018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6435
6436 * boards/index-cache-gdb.exp: New file.
6437 * gdb.dwarf2/index-cache.exp: New file.
6438 * gdb.dwarf2/index-cache.c: New file.
6439 * gdb.base/maint.exp: Check if we are using the index cache.
6440
96d68bd4
RO
64412018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6442
6443 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6444 MAKEFLAGS.
6445
5a699617
RO
64462018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6447
6448 * dg-extract-results.sh: Move to toplevel contrib.
6449 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6450 * Makefile.in (check-parallel-racy): Likewise.
6451
5bd18990
AB
64522018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6453
6454 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6455 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6456 tests if the target supports scheduler locking.
6457
3fbbcf47
TV
64582018-08-04 Tom de Vries <tdevries@suse.de>
6459
6460 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6461
3e1d3d8c
TT
64622018-08-02 Tom Tromey <tom@tromey.com>
6463
6464 PR symtab/16842.
6465 * gdb.cp/temargs.exp: Test "info address" of a template
6466 parameter.
6467
5abe0f0c
JV
64682018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6469
6470 * gdb.python/py-mi-var-info-path-expression.c: New file.
6471 * gdb.python/py-mi-var-info-path-expression.py: New file.
6472 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6473
fb66cde8
SDJ
64742018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6475
6476 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6477 error after "cannot resolve name" string.
6478
c708f4d2
AB
64792018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6480
6481 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6482 started.
6483 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6484
37cc0cae
TV
64852018-07-28 Tom de Vries <tdevries@suse.de>
6486
6487 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6488
63b4ecf7
TV
64892018-07-26 Tom de Vries <tdevries@suse.de>
6490
6491 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6492
3c3bb058
AB
64932018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6494
6495 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6496 is visible.
6497
9e7f3bbb
TV
64982018-07-26 Tom de Vries <tdevries@suse.de>
6499
6500 PR breakpoints/23366
6501 * gdb.base/catch-follow-exec.c: New test.
6502 * gdb.base/catch-follow-exec.exp: New file.
6503
16f808ec
TV
65042018-07-25 Tom de Vries <tdevries@suse.de>
6505
6506 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6507 vla-optimized-out.c.
6508
d7154a8d
JV
65092018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6510
6511 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6512 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6513
232a0032
TV
65142018-07-20 Tom de Vries <tdevries@suse.de>
6515
6516 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6517 NOCLONE macro.
6518 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6519
fbb1d502
TV
65202018-07-19 Tom de Vries <tdevries@suse.de>
6521
6522 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6523 regular expression.
6524
42dc7699
TV
65252018-07-18 Tom de Vries <tdevries@suse.de>
6526
6527 * gdb.base/vla-optimized-out.c: New test.
6528 * gdb.base/vla-optimized-out.exp: New file.
6529
7f1f7e23
SDJ
65302018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6531
6532 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6533 message "No address associated with hostname" when gdbserver
6534 cannot resolve the hostname.
6535
5759ebb3
PW
65362018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6537
6538 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6539 Add some test prefixes to make tests unique.
6540
3606ccab
PW
65412018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6542
6543 * gdb.base/frameapply.c: New file.
6544 * gdb.base/frameapply.exp: New file.
6545
529c08b2
PW
65462018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6547
6548 * gdb.base/skip.exp: Update expected error message.
6549
c7ab0aef
SDJ
65502018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6551 Jan Kratochvil <jan.kratochvil@redhat.com>
6552 Paul Fertser <fercerpav@gmail.com>
6553 Tsutomu Seki <sekiriki@gmail.com>
6554
6555 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6556 parameter.
6557 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6558 by default.
6559 * boards/native-gdbserver.exp: Likewise.
6560 * gdb.server/run-without-local-binary.exp: Improve regexp used
6561 for detecting when a remote debugging connection succeeds.
6562 * gdb.server/server-connect.exp: New file.
6563 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6564 Do not prefix the port number with ":".
6565 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6566 support for detecting and using it. Add '$debughost_gdbserver'
6567 to the list of arguments used to start gdbserver. Handle case
6568 when gdbserver cannot resolve a network name.
6569
16ff70dd
SDJ
65702018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6571
6572 PR c++/23373
6573 * gdb.base/ptype-offsets.cc (struct static_member): New
6574 struct.
6575 (main) <stmember>: New variable.
6576 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6577 with a static member in it.
6578
3541979f
AB
65792018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6580
6581 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6582 watchpoints enabled and disabled.
6583
c8ad9b9a
AB
65842018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6585
6586 * gdb.base/examine-backward.exp: Still run tests around address
6587 0x0, even if address 0x0 is not readable. Update the pattern for
6588 matching address 0x0 in expected output.
6589
e0e5e971
AB
65902018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6591
6592 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6593 malloc/free.
6594
1ea5da02
TV
65952018-07-04 Tom de Vries <tdevries@suse.de>
6596
6597 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6598
471b9d15
MR
65992018-07-02 Maciej W. Rozycki <macro@mips.com>
6600
6601 PR tdep/8282
6602 * gdb.arch/mips-disassembler-options.exp: New test.
6603 * gdb.arch/mips-disassembler-options.s: New test source.
6604
75acb486
PA
66052018-06-29 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.threads/names.exp: Adjust expected "info threads" output.
6608
cd2bb709
PA
66092018-06-29 Pedro Alves <palves@redhat.com>
6610
6611 * gdb.opt/inline-break.exp (line number, address): Add "info
6612 break" tests.
6613
991ff292
PA
66142018-06-29 Pedro Alves <palves@redhat.com>
6615
6616 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6617 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6618 number and address and running to them.
6619
356819b6 66202018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6621
6622 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6623
2512d7ef
JK
66242018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 * lib/compiler.c: Remove executable permission flag.
6627
be1b6474
RB
66282018-06-28 Richard Bunt <richard.bunt@arm.com>
6629
6630 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6631 code.
6632 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6633
291f9a96
PT
66342018-06-28 Petr Tesarik <ptesarik@suse.cz>
6635
6636 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6637
ed6dfe51
PT
66382018-06-28 Petr Tesarik <ptesarik@suse.cz>
6639
6640 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6641 address argument is omitted.
6642
d4d429d5
PT
66432018-06-28 Petr Tesarik <ptesarik@suse.cz>
6644
6645 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6646
7ab6656f
OJ
66472018-06-27 Omair Javaid <omair.javaid@linaro.org>
6648
6649 PR gdb/21695
6650 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6651 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6652
a33ccfc7
TT
66532018-06-26 Tom Tromey <tom@tromey.com>
6654
6655 PR rust/22574:
6656 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6657 * gdb.rust/simple.rs (struct SimpleLayout): New.
6658
6d72d289
SM
66592018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6660
6661 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6662 "info registers" output.
6663
8363f9d5
RB
66642018-06-21 Richard Bunt <richard.bunt@arm.com>
6665
6666 * gdb.base/watchpoint-hw-attach.c: New test.
6667 * gdb.base/watchpoint-hw-attach.exp: New file.
6668
f00674fe
SM
66692018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6670
6671 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6672 through /bin/sh.
6673 * boards/dwarf4-gdb-index.exp: Likewise.
6674 * boards/fission-dwp.exp: Likewise.
6675
1d554008
UW
66762018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6677
6678 * gdb.base/float128.exp: Add comment and improved fail message
6679 to the failure case of "print large128" test.
6680
d0ac1c44
SM
66812018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6682
6683 * configure.ac: Remove AC_PREREQ.
6684 * configure: Re-generate.
6685
61b04dd0
PA
66862018-06-19 Pedro Alves <palves@redhat.com>
6687
6688 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6689 (func_extern_caller): New.
6690 (main): Call func_extern_caller.
6691 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6692 logic change.
6693
f63b508a
SM
66942018-06-18 Weimin Pan <weimin.pan@oracle.com>
6695
6696 PR gdb/16841
6697 * gdb.cp/typedef-base.cc: New file.
6698 * gdb.cp/typedef-base.exp: New file.
6699
0fe3a558
TV
67002018-06-18 Tom de Vries <tdevries@suse.de>
6701
6702 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6703
7010835a
AB
67042018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6705 Richard Bunt <Richard.Bunt@arm.com>
6706
6707 * gdb.threads/attach-slow-waitpid.c: New file.
6708 * gdb.threads/attach-slow-waitpid.exp: New file.
6709 * gdb.threads/slow-waitpid.c: New file.
6710
14897d65
PA
67112018-06-14 Pedro Alves <palves@redhat.com>
6712
6713 * gdb.base/fork-running-state.c: Include <errno.h>.
6714 (exit_if_relative_exits): New.
6715 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6716 exits.
6717 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6718 child exits.
6719
5d9a0608
TV
67202018-06-14 Tom de Vries <tdevries@suse.de>
6721
6722 PR cli/22573
6723 * gdb.base/finish-pretty.c: New test.
6724 * gdb.base/finish-pretty.exp: New file.
6725
11ae5818
PA
67262018-06-14 Pedro Alves <palves@redhat.com>
6727
6728 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6729 gdb's expected startup output.
6730
1d39de44
PA
67312018-06-14 Pedro Alves <palves@redhat.com>
6732
6733 * lib/selftest-support.exp (selftest_setup): Remove inlined
6734 function handling.
6735
70ee0000
TV
67362018-06-14 Tom de Vries <tdevries@suse.de>
6737
6738 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6739 matching of breakpoint printing.
6740
11f4b608
TV
67412018-06-13 Tom de Vries <tdevries@suse.de>
6742
6743 PR testsuite/23269
6744 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6745 (fork_child): ... here, and ...
6746 (fork_parent): ... here.
6747
67482018-06-12 Tom de Vries <tdevries@suse.de>
6749
6750 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6751
9516f85a
AB
67522018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6753 Stephen Roberts <stephen.roberts@arm.com>
6754
6755 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6756 rewrite test to describe action performed, rather than possible
6757 failure.
6758
5045b3d7
GB
67592018-06-08 Gary Benson <gbenson@redhat.com>
6760
6761 * gdb.threads/check-libthread-db.exp: New file.
6762 * gdb.threads/check-libthread-db.c: Likewise.
6763
c61b06a1
TT
67642018-06-05 Tom Tromey <tom@tromey.com>
6765
6766 * gdb.base/default.exp: Update expected "show version" output.
6767
eb6af809
TT
67682018-06-05 Tom Tromey <tom@tromey.com>
6769
6770 PR cli/12326:
6771 * gdb.cp/static-print-quit.exp: Update.
6772 * lib/gdb.exp (pagination_prompt): Update.
6773 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6774 * gdb.python/python.exp: Update.
6775
178d6a63
JB
67762018-06-04 Joel Brobecker <brobecker@adacore.com>
6777
6778 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6779
8e817061
JB
67802018-06-01 Joel Brobecker <brobecker@adacore.com>
6781
6782 * gdb.ada/bp_fun_addr: New testcase.
6783
e86ca25f
TT
67842018-06-01 Tom Tromey <tom@tromey.com>
6785
6786 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6787 results.
6788 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6789 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6790 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6791 * gdb.base/maint.exp (maint_pass_if): Update.
6792
4b2dfa9d
MR
67932018-05-31 Maciej W. Rozycki <macro@mips.com>
6794
6795 * gdb.base/endian.exp: New test.
6796 * gdb.base/endian.c: New test source.
6797
45f25d6c
AB
67982018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6799
6800 PR gdb/23203
6801 * gdb.base/bt-selected-frame.c: New file.
6802 * gdb.base/bt-selected-frame.exp: New file.
6803 * lib/gdb.exp (get_current_frame_number): New function.
6804
d9f6d7f8
MR
68052018-05-24 Maciej W. Rozycki <macro@mips.com>
6806 Pedro Alves <palves@redhat.com>
6807
6808 * gdb.threads/tls-core.c: Include <stdlib.h>
6809 (thread_proc): Call `abort'.
6810 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6811 (tls_core_test): New procedure, bits factored out from ...
6812 (top level): ... here. Test both native cores and gcore cores.
6813
ff1cf532
TT
68142018-05-23 Tom Tromey <tom@tromey.com>
6815
6816 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6817
b98664d3
TT
68182018-05-23 Tom Tromey <tom@tromey.com>
6819
6820 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6821 symfile_complaints.
6822 (test_short_complaints): Likewise.
6823 (test_empty_complaints): Likewise.
6824 (test_initial_complaints): Update.
6825
4e9668d0
TT
68262018-05-23 Tom Tromey <tom@tromey.com>
6827
6828 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6829
43ba33c7
TT
68302018-05-23 Tom Tromey <tom@tromey.com>
6831
6832 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6833 (test_short_complaints): Update.
6834
035522c0
PA
68352018-05-22 Pedro Alves <palves@redhat.com>
6836
6837 * gdb.base/remote.exp: Only gdb_start after compiling the
6838 testcase. Issue "disconnect" before testing "set remote" command
6839 defaults. Issue clean_restart before running to main.
6840
cc0be08f
PA
68412018-05-22 Pedro Alves <palves@redhat.com>
6842
6843 * gdb.base/remote.exp: Adjust expected output of "show remote
6844 memory-write-packet-size". Add tests for "set remote
6845 memory-write-packet-size 0" and "set remote
6846 memory-write-packet-size fixed/limit".
6847
b1b60145
PA
68482018-05-22 Pedro Alves <palves@redhat.com>
6849
6850 PR gdb/22973
6851 * gdb.base/utf8-identifiers.c: New file.
6852 * gdb.base/utf8-identifiers.exp: New file.
6853
0ec848ad
PFC
68542018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6855
6856 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6857
2c3305f6
PFC
68582018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6859
6860 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6861
ce1e8424
TT
68622018-05-18 Tom Tromey <tom@tromey.com>
6863
6864 * gdb.base/ptype-offsets.exp: Update.
6865
ddfe970e
KS
68662018-05-17 Keith Seitz <keiths@redhat.com>
6867
6868 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6869 in expected breakpoint stop locations.
6870 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6871 move to proper scope to test variable values.
6872 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6873 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6874 New functions.
6875 (main): Call not_inline_func3.
6876 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6877 inline_func1, inline_func2, and inline_func3. Test that when each
6878 breakpoint is hit, GDB properly reports both the stop location
6879 and the backtrace. Repeat tests for temporary breakpoints.
6880
0726fcc6
MR
68812018-05-15 Maciej W. Rozycki <macro@mips.com>
6882
6883 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6884 rather then trying to access it in determining whether the PID
6885 of `gdbserver' could have been retrieved.
6886
8ee22052
AB
68872018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6888
6889 * gdb.arch/amd64-init-x87-values.S: New file.
6890 * gdb.arch/amd64-init-x87-values.exp: New file.
6891
7785df48
JK
68922018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6893
6894 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6895
56bcdbea
TT
68962018-05-04 Tom Tromey <tom@tromey.com>
6897
6898 PR python/22730:
6899 * gdb.python/python.exp: Test multi-line execute.
6900
a913fffb
TT
69012018-05-04 Tom Tromey <tom@tromey.com>
6902
6903 PR python/22731:
6904 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6905
7a2c85f2
TT
69062018-05-04 Tom Tromey <tom@tromey.com>
6907
6908 PR gdb/11750:
6909 * gdb.base/define.exp: Test defining a user command inside a user
6910 command.
6911 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6912
a3b60e45
JK
69132018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6914 Pedro Alves <palves@redhat.com>
6915
6916 PR breakpoints/19806 and support for PR external/20207.
6917 * gdb.base/watchpoint-unaligned.c: New file.
6918 * gdb.base/watchpoint-unaligned.exp: New file.
6919
45fe4a03
AB
69202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * gdb.base/maint.exp: Make test names unique, use
6923 test_prefix_command_help to test 'help maint info', and remove
6924 repeated test of 'help maint'.
6925
9be2ae8f
TT
69262018-05-04 Tom Tromey <tom@tromey.com>
6927
6928 PR gdb/22619:
6929 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6930 behavior.
6931
11859c31
AB
69322018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6933
6934 * gdb.base/maint.exp: Process output from 'maint print registers'
6935 line at a time.
6936
089a9490
AB
69372018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6938
6939 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6940 timeout.
6941
9b0797e2
AB
69422018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6943
6944 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6945 filter pattern.
6946
f6ac5f3d
PA
69472018-05-02 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6950 to_log_command renames.
6951 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6952
77d3c63b
TT
69532018-05-02 Tom Tromey <tom@tromey.com>
6954
6955 * gdb.python/py-parameter.exp: Set test message.
6956
0489430a
TT
69572018-05-02 Tom Tromey <tom@tromey.com>
6958
6959 PR python/20084:
6960 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6961 PARAM_ZUINTEGER_UNLIMITED tests.
6962
1632f8ba
DR
69632018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6964
6965 PR rust/23124
6966 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6967 when casting.
6968
6d7bb824
TT
69692018-04-30 Tom Tromey <tom@tromey.com>
6970
6971 * gdb.python/py-type.exp: Check align attribute.
6972 * gdb.python/py-type.c: New "aligncheck" global.
6973
007e1530
TT
69742018-04-30 Tom Tromey <tom@tromey.com>
6975
6976 PR exp/17095:
6977 * gdb.dwarf2/dw2-align.exp: New file.
6978 * gdb.cp/align.exp: New file.
6979 * gdb.base/align.exp: New file.
6980 * lib/gdb.exp (gdb_int128_helper): New proc.
6981 (has_int128_c, has_int128_cxx): New caching procs.
6982
6873858b
TT
69832018-04-27 Tom Tromey <tom@tromey.com>
6984
6985 PR rust/22545:
6986 * gdb.rust/simple.exp: Add inclusive range tests.
6987
79188d8d
PA
69882018-04-26 Pedro Alves <palves@redhat.com>
6989
6990 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6991 ifunc breakpoint locations correctly of ifunc breakpoints set
6992 while the program resolves the ifunc.
6993
c7075ad5
PA
69942018-04-26 Pedro Alves <palves@redhat.com>
6995
6996 * gdb.base/gnu-ifunc-final.c: New file.
6997 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6998 * gdb.base/gnu-ifunc.exp (executable): Delete.
6999 (staticexecutable): Adjust.
7000 (lib_opts, exec_opts): Delete.
7001 (make_binsuffix, build, set-break): New procedures.
7002 (misc_tests): New, with tests factored out from the top level.
7003 (top level): Test different combinations of ifunc resolver name,
7004 resolver with and with debug info, and ifunc target with and
7005 without debug info. Wrap static tests with with_target_prefix.
7006
8388016d
PA
70072018-04-26 Pedro Alves <palves@redhat.com>
7008
7009 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7010 return type" warnings.
7011
249b5733
PA
70122018-04-25 Pedro Alves <palves@redhat.com>
7013
7014 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7015 killed".
7016 * gdb.base/kill-after-signal.exp: Likewise.
7017 * gdb.threads/kill.exp: Likewise.
7018
f67c0c91
SDJ
70192018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7020 Sergio Durigan Junior <sergiodj@redhat.com>
7021 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7024 regexps to expect for '[Inferior ... detached]' as well.
7025 * gdb.base/attach.exp: Likewise.
7026 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7027 "gdb_continue_to_end".
7028 (test_catch_syscall_with_wrong_args): Likewise.
7029 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7030 ']'. Don't set 'verbose' on.
7031 * gdb.base/foll-vfork.exp: Likewise.
7032 * gdb.base/fork-print-inferior-events.c: New file.
7033 * gdb.base/fork-print-inferior-events.exp: New file.
7034 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7035 '[Inferior ... has been killed]' message.
7036 * gdb.base/kill-after-signal.exp: Likewise.
7037 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7038 detach message.
7039 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7040 message.
7041 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7042 regexps to expect for '[Inferior ... detached]' as well.
7043 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7044
0a8ddac4
SM
70452018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7046
7047 PR gdb/23104
7048 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7049
701adfb0
PA
70502018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7051
7052 PR gdb/23095
7053 * gdb.base/break-probes.exp: Pass shlib_load to
7054 prepare_for_testing. Set normal_bp to r_debug_state if target is
7055 bsd.
7056
d27d16bf
RB
70572018-04-19 Richard Bunt <richard.bunt@arm.com>
7058
7059 * gdb.threads/multiple-successive-infcall.c: New test.
7060 * gdb.threads/multiple-successive-infcall.exp: New file.
7061
a037790e
TT
70622018-04-17 Tom Tromey <tom@tromey.com>
7063
7064 * gdb.rust/simple.rs (Union): New type.
7065 (main): New local "u".
7066 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7067
e3a91079
AA
70682018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7069
7070 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7071 number information in output of "whereis" command.
7072 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7073
b744723f
AA
70742018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7075
7076 * gdb.ada/info_types.exp: Adjust expected output to the line
7077 numbers now printed by "info var/func/type".
7078 * gdb.base/completion.exp: Likewise.
7079 * gdb.base/included.exp: Likewise.
7080 * gdb.cp/cp-relocate.exp: Likewise.
7081 * gdb.cp/cplusfuncs.exp: Likewise.
7082 * gdb.cp/namespace.exp: Likewise.
7083 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7084
4a4495d6
MM
70852018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7086
7087 * gdb.btrace/cpu.exp: New.
7088
1d509aa6
MM
70892018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7090
7091 * gdb.base/step-indirect-call-thunk.exp: New.
7092 * gdb.base/step-indirect-call-thunk.c: New.
7093 * gdb.reverse/step-indirect-call-thunk.exp: New.
7094 * gdb.reverse/step-indirect-call-thunk.c: New.
7095
6295b6da
SM
70962018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7097
7098 * gdb.base/pie-fork.c: New file.
7099 * gdb.base/pie-fork.exp: New file.
7100
50146e70
TT
71012018-04-11 Tom Tromey <tom@tromey.com>
7102
7103 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7104
f50d8a2e
PA
71052018-04-10 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7108 exits. Instead loop running forever.
7109 (fork_parent): Run forever too.
7110
a0be7a36
SM
71112018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7112
7113 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7114 mi_continue_to_line.
7115 * gdb.mi/mi-stack.c (callee4): Add comment.
7116
9b73db36
SM
71172018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7118
7119 * gdb.mi/mi-stack.exp: Fix indentation.
7120
c912f608
SM
71212018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7122
7123 PR gdb/22979
7124 * gdb.arch/amd64-osabi.exp: New file.
7125
26540402
SM
71262018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7127
7128 PR gdb/22980
7129 * gdb.base/osabi.exp: New file.
7130
121ad66c 71312018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7132
7133 * gdb.cp/static-typedef-print.exp: New file.
7134 * gdb.cp/static-typedef-print.cc: New file.
7135
3fcded8f
JB
71362018-03-27 Joel Brobecker <brobecker@adacore.com>
7137
7138 * gdb.ada/varsize_limit: New testcase.
7139
59cc4834
JB
71402018-03-27 Joel Brobecker <brobecker@adacore.com>
7141
7142 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7143
7144 * gdb.ada/notcplusplus: New testcase.
7145
7146 * gdb.base/c-linkage-name.c: New file.
7147 * gdb.base/c-linkage-name.exp: New testcase.
7148
4ca59a9f
TT
71492018-03-26 Tom Tromey <tom@tromey.com>
7150
7151 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7152 * gdb.python/py-framefilter.py (name_error): New global.
7153 (ErrorInName.function): Use name_error.
7154
978d6c75
TT
71552018-03-26 Tom Tromey <tom@tromey.com>
7156
7157 PR backtrace/15582:
7158 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7159
b7fee5a3
KS
71602018-03-23 Keith Seitz <keiths@redhat.com>
7161
7162 PR c++/22968
7163 * gdb.cp/subtypes.exp: New file.
7164 * gdb.cp/subtypes.h: New file.
7165 * gdb.cp/subtypes.cc: New file.
7166 * gdb.cp/subtypes-2.cc: New file.
7167
376be529
AB
71682018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7169
7170 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7171 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7172 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7173 -nostartfiles when compiling the test. Confirm that all registers
7174 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7175
066cfa98
AB
71762018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7177
7178 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7179 option, syntax was wrong anyway.
7180 * gdb.arch/arm-disp-step.exp: Likewise.
7181 * gdb.arch/sparc64-regs.exp: Likewise.
7182 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7183 option, syntax was wrong anyway, switch to use
7184 prepare_for_testing.
7185 * gdb.arch/i386-disp-step.exp: Likewise.
7186
079670b9
AA
71872018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7188
7189 * gdb.ada/exec_changed.exp: Replace "target_info exists
7190 use_gdb_stub" by "use_gdb_stub".
7191 * gdb.ada/start.exp: Likewise.
7192 * gdb.base/async-shell.exp: Likewise.
7193 * gdb.base/attach-pie-misread.exp: Likewise.
7194 * gdb.base/attach-wait-input.exp: Likewise.
7195 * gdb.base/break-entry.exp: Likewise.
7196 * gdb.base/break-interp.exp: Likewise.
7197 * gdb.base/dprintf-detach.exp: Likewise.
7198 * gdb.base/nostdlib.exp: Likewise.
7199 * gdb.base/solib-nodir.exp: Likewise.
7200 * gdb.base/statistics.exp: Likewise.
7201 * gdb.base/testenv.exp: Likewise.
7202 * gdb.mi/mi-exec-run.exp: Likewise.
7203 * gdb.mi/mi-start.exp: Likewise.
7204 * gdb.multi/dummy-frame-restore.exp: Likewise.
7205 * gdb.multi/multi-arch-exec.exp: Likewise.
7206 * gdb.multi/multi-arch.exp: Likewise.
7207 * gdb.multi/tids.exp: Likewise.
7208 * gdb.multi/watchpoint-multi.exp: Likewise.
7209 * gdb.python/py-events.exp: Likewise.
7210 * gdb.threads/attach-into-signal.exp: Likewise.
7211 * gdb.threads/attach-stopped.exp: Likewise.
7212 * gdb.threads/threadapply.exp: Likewise.
7213 * lib/selftest-support.exp: Likewise.
7214
26d6cec4
AA
72152018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7216
7217 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7218
4ee89e90
SR
72192018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7220
7221 * gdb.perf/template-breakpoints.cc: New file.
7222 * gdb.perf/template-breakpoints.exp: New file.
7223 * gdb.perf/template-breakpoints.py: New file.
7224
92630041
TT
72252018-03-19 Tom Tromey <tom@tromey.com>
7226
7227 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7228 y0.
7229 * gdb.rust/simple.exp: Test bare identifier form of struct
7230 initializer.
7231
76727919
TT
72322018-03-19 Tom Tromey <tom@tromey.com>
7233
7234 * gdb.gdb/observer.exp: Remove.
7235
194ed413
AA
72362018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7237
7238 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7239 "qualified" option when setting breakpoints.
7240 * gdb.trace/backtrace.exp: Likewise.
7241 * gdb.trace/circ.exp: Likewise.
7242 * gdb.trace/collection.exp: Likewise.
7243 * gdb.trace/disconnected-tracing.exp: Likewise.
7244 * gdb.trace/ftrace-lock.exp: Likewise.
7245 * gdb.trace/ftrace.exp: Likewise.
7246 * gdb.trace/infotrace.exp: Likewise.
7247 * gdb.trace/packetlen.exp: Likewise.
7248 * gdb.trace/passc-dyn.exp: Likewise.
7249 * gdb.trace/qtro.exp: Likewise.
7250 * gdb.trace/read-memory.exp: Likewise.
7251 * gdb.trace/report.exp: Likewise.
7252 * gdb.trace/signal.exp: Likewise.
7253 * gdb.trace/status-stop.exp: Likewise.
7254 * gdb.trace/strace.exp: Likewise.
7255 * gdb.trace/tfind.exp: Likewise.
7256 * gdb.trace/trace-break.exp: Likewise.
7257 * gdb.trace/trace-condition.exp: Likewise.
7258 * gdb.trace/trace-mt.exp: Likewise.
7259 * gdb.trace/tstatus.exp: Likewise.
7260 * gdb.trace/tsv.exp: Likewise.
7261 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7262 * gdb.trace/unavailable.exp: Likewise.
7263 * gdb.trace/while-dyn.exp: Likewise.
7264
8b067d2c
AA
72652018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7266
7267 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7268 that libinproctrace is copied to the target.
7269
3ae9ce5d
TT
72702018-03-14 Tom Tromey <tom@tromey.com>
7271
7272 PR cli/14977:
7273 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7274 a null pointer.
7275 * gdb.base/wchar.exp: Likewise.
7276
b8c2339b
TT
72772018-03-14 Tom Tromey <tom@tromey.com>
7278
7279 PR cli/19918:
7280 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7281 flag.
7282
4872dc46
SM
72832018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7284
7285 PR gdb/22841
7286 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7287 "target" to remote_exec.
7288
e4fe3756
SM
72892018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7290
7291 PR gdb/22841
7292 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7293 ${board}_upload): Remove.
7294
e95a97d4
AA
72952018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7296
7297 * gdb.cp/watch-cp.cc: New test.
7298 * gdb.cp/watch-cp.exp: New file.
7299
dbbb1059
AB
73002018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7301
7302 * gdb.base/infcall-nested-structs.exp: New file.
7303 * gdb.base/infcall-nested-structs.c: New file.
7304 * gdb.base/float.exp: Add riscv support.
7305
ecc054c0
TP
73062018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7307
7308 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7309 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7310
25e3c82c
SDJ
73112018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7312
7313 * gdb.server/abspath.exp: New file.
7314 * lib/gdb.exp (with_cwd): New procedure.
7315
3083294d
SM
73162018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7317
7318 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7319 use it.
7320 (gdb_is_target_remote_prompt): New proc.
7321 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7322 (gdb_is_target_native): Pass prompt parameter to
7323 gdb_is_target_1.
7324
3275ef47
SM
73252018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7326
7327 * gdb.base/load-command.c: New file.
7328 * gdb.base/load-command.exp: New file.
7329 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7330 (gdb_is_target_1): ...this, and generalize for other targets
7331 than just remote.
7332 (gdb_is_target_remote): Use gdb_is_target_1.
7333 (gdb_is_target_native): use gdb_is_target_1.
7334
6893c19a
TT
73352018-02-26 Tom Tromey <tom@tromey.com>
7336
7337 PR python/16497:
7338 * gdb.python/py-framefilter.exp: Update test.
7339
2ddeaf8a
TT
73402018-02-26 Tom Tromey <tom@tromey.com>
7341
7342 * gdb.dwarf2/variant.c: New file.
7343 * gdb.dwarf2/variant.exp: New file.
7344
c9317f21
TT
73452018-02-26 Tom Tromey <tom@tromey.com>
7346
7347 * gdb.rust/simple.exp: Accept more possible results in enum test.
7348
6f6d0c26
SM
73492018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7350
7351 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7352 parentheses.
7353
11b03145
MR
73542018-02-23 Maciej W. Rozycki <macro@mips.com>
7355
7356 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7357 name of a variable: $actual_linejj -> $actual_line.
7358
54a27fe5
JB
73592018-02-21 John Baldwin <jhb@FreeBSD.org>
7360
7361 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7362
de65820c
MM
73632018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7364
7365 * gdb.btrace/buffer-size.exp: Do not force BTS.
7366
980548fd
PA
73672018-02-14 Pedro Alves <palves@redhat.com>
7368
7369 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7370 getting a "Quit".
7371
c4e12631
MM
73722018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7373
7374 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7375 Fix test name.
7376
c2e0e465
SM
73772018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7378
7379 * gdb.cp/m-static.exp: Check type of optimized out static
7380 member.
7381
f7216783
AB
73822018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7383
7384 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7385 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7386
0625771b
LS
73872018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7388 Leszek Swirski <leszeks@google.com>
7389
7390 * gdb.python/py-prettyprint.c
7391 (struct to_string_returns_value_inner,
7392 struct to_string_returns_value_wrapper): New.
7393 (main): Add tsrvw variable.
7394 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7395 ToStringReturnsValueWrapper): New classes.
7396 (register_pretty_printers): Register new pretty-printers.
7397 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7398 recursive pretty printer.
7399 * gdb.python/py-mi.exp: Likewise.
7400
59498c30
LS
74012018-02-01 Leszek Swirski <leszeks@google.com>
7402
7403 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7404 functions with the same name as an include file are parsed
7405 correctly.
7406
d4d38844
YQ
74072018-02-01 Yao Qi <yao.qi@linaro.org>
7408
7409 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7410 "\[^\r\n\]*".
7411
07e5f5cf
NP
74122018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7413
7414 * gdb.arch/powerpc-prologue-frame.s: New file.
7415 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7416 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7417
929b5ad4
JB
74182018-01-31 Joel Brobecker <brobecker@adacore.com>
7419
7420 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7421
e671cd59
PA
74222018-01-30 Pedro Alves <palves@redhat.com>
7423
7424 PR gdb/13211
7425 * gdb.base/interrupt-daemon.c: New.
7426 * gdb.base/interrupt-daemon.exp: New.
7427 * gdb.multi/multi-term-settings.c: New.
7428 * gdb.multi/multi-term-settings.exp: New.
7429
fc413dc4
JB
74302018-01-30 Joel Brobecker <brobecker@adacore.com>
7431
7432 * gdb.base/break.exp: Save the location where the breakpoint
7433 on break.c:47 was actually inserted when debugging the version
7434 compiled at -O2 and use it in the expected output of the "info
7435 break" test performed soon after.
7436
5c319bb2
PA
74372018-01-22 Pedro Alves <palves@redhat.com>
7438 Sergio Durigan Junior <sergiodj@redhat.com>
7439
7440 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7441 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7442
a9e40818
JB
74432018-01-22 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.base/break-include.c, gdb.base/break-include.inc,
7446 gdb.base/break-include.exp: New files.
7447 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7448 line number now being the actual line number where the breakpoint
7449 was inserted.
7450 * gdb.mi/mi-break.exp: Likewise.
7451 * gdb.mi/mi-reverse.exp: Likewise.
7452 * gdb.mi/mi-simplerun.exp: Ditto.
7453
e707fc44
AB
74542018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7455
7456 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7457 varobj.
7458 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7459
ae451627
AB
74602018-01-21 Don Breazeal <donb@codesourcery.com>
7461 Andrew Burgess <andrew.burgess@embecosm.com>
7462
7463 * gdb.mi/basics.c: Add new global.
7464 * gdb.mi/mi-frame-regs.exp: New file.
7465 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7466 case.
7467
b1b189e0
AB
74682018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7469
7470 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7471 non-parameter, and on an unknown symbol.
7472
fcfcc376
TT
74732018-01-19 Tom Tromey <tom@tromey.com>
7474
7475 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7476 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7477
634c1c31
AA
74782018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7479
7480 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7481 setrlimit and chdir to int.
7482
d6ad07fd
AA
74832018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7484
7485 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7486 function.
7487 (my_tend): Likewise.
7488 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7489 rationale of avoiding FP- and vector instructions.
7490
adf8243b
RK
74912018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7492
7493 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7494 "info reg" with "\[ \t\]*".
7495 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7496 "\[ \t\]+".
7497 * gdb.arch/s390-multiarch.exp: Ditto.
7498 * gdb.base/pc-fp.exp: Ditto.
7499 * gdb.reverse/i386-precsave.exp: Ditto.
7500 * gdb.reverse/i386-reverse.exp: Ditto.
7501 * gdb.reverse/i387-env-reverse.exp: Ditto.
7502 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7503
dcc06925
AA
75042018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7505
7506 * lib/gdb.exp (gdb_compile): Re-enable use of
7507 universal_compile_options for languages other than Rust.
7508
25d4fd80
AA
75092018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7510
7511 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7512
ee7f689e 75132018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7514
7515 PR gdb/16577
7516 * gdb.base/solib-vanish.exp: New.
7517 * gdb.base/solib-vanish-main.c: New.
7518 * gdb.base/solib-vanish-lib1.c: New.
7519 * gdb.base/solib-vanish-lib2.c: New.
7520
d8447b6b
YQ
75212018-01-17 Yao Qi <yao.qi@linaro.org>
7522
7523 * gdb.compile/compile.exp: Match the address printed for
7524 frame in the output of command "bt".
7525
86d6a90c
TT
75262018-01-15 Tom Tromey <tom@tromey.com>
7527
7528 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7529 compute sp_reg.
7530
cbcdb1aa
AB
75312018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7532
7533 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7534 to prepare.
7535 (prepare): Return 0 on error, 1 on success.
7536
eea61984
PA
75372018-01-12 Pedro Alves <palves@redhat.com>
7538
7539 * gdb.base/continue-after-aborted-step-over.c: New.
7540 * gdb.base/continue-after-aborted-step-over.exp: New.
7541
6181e9c2
SM
75422018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7543
7544 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7545 options when not creating an executable.
7546
3cada740
PA
75472018-01-11 Pedro Alves <palves@redhat.com>
7548
7549 PR remote/22597
7550 * gdb.server/stop-reply-no-thread.c: New file.
7551 * gdb.server/stop-reply-no-thread.exp: New file.
7552
c63d3e8d
PA
75532018-01-10 Pedro Alves <palves@redhat.com>
7554
7555 PR gdb/22670
7556 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7557 functions too. Test setting breakpoints and printing C functions
7558 with no debug info too.
7559 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7560
d4c2a405
PA
75612018-01-10 Pedro Alves <palves@redhat.com>
7562
7563 PR gdb/22670
7564 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7565 a fail.
7566
8825213e
PA
75672018-01-10 Pedro Alves <palves@redhat.com>
7568
7569 PR gdb/22670
7570 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7571
605fd3c6
YQ
75722018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7573
7574 * gdb.server/unittest.exp: Match the output in non-development
7575 mode.
7576
1e5ded6c
YQ
75772018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7578
7579 * gdb.gdb/unittest.exp: Match output in non-development mode.
7580
30066b0b
JB
75812018-01-08 Joel Brobecker <brobecker@adacore.com>
7582
7583 * gdb.ada/access_tagged_param.exp: Relax expected output
7584 for value of "ObjL" in "continue" to pck.inspect breakpoint
7585 test.
7586
04bafb1e
XR
75872018-01-08 Joel Brobecker <brobecker@adacore.com>
7588
9f86398b
JB
7589 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7590 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7591
e379cee6
PA
75922018-01-05 Pedro Alves <palves@redhat.com>
7593
7594 PR gdb/18653
7595 * gdb.base/libsegfault.exp: New.
7596
de63c46b
PA
75972018-01-05 Joel Brobecker <brobecker@adacore.com>
7598
7599 PR gdb/22670
7600 * gdb.ada/access_tagged_param.exp: New file.
7601 * gdb.ada/access_tagged_param/foo.adb: New file.
7602
f98fc17b
PA
76032018-01-05 Pedro Alves <palves@redhat.com>
7604
7605 PR gdb/22670
7606 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7607 exercise lower case too, and to exercise both full matching and
7608 wild matching.
7609
342f8240
JB
76102018-01-05 Joel Brobecker <brobecker@adacore.com>
7611
7612 * gdb.ada/rename_subscript_param: New testcase.
7613
7150d33c
JG
76142018-01-05 Jerome Guitton <guitton@adacore.com>
7615
7616 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7617
cc0e770c
JB
76182018-01-05 Joel Brobecker <brobecker@adacore.com>
7619
7620 * gdb.ada/convvar_comp: New testcase.
7621
672a41aa 76222018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7623
7624 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7625 (My_Table): New global variable.
7626 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7627
7365ec2f
JB
76282018-01-04 Joel Brobecker <brobecker@adacore.com>
7629
7630 PR gdb/22670
7631 * gdb.ada/maint_with_ada: New testcase.
7632
289483b6
JB
76332018-01-04 Joel Brobecker <brobecker@adacore.com>
7634
7635 PR gdb/22670
7636 * gdb.ada/bp_c_mixed_case: New testcase.
7637
344420da
JB
76382018-01-04 Joel Brobecker <brobecker@adacore.com>
7639
7640 PR gdb/22670
7641 * gdb.ada/complete.exp: Add "complete break ada" test.
7642
66fc87a0
JB
76432018-01-04 Joel Brobecker <brobecker@adacore.com>
7644
7645 PR gdb/22670
7646 * gdb.ada/info_addr_mixed_case: New testcase.
7647
9f757bf7
XR
76482018-01-03 Xavier Roirand <roirand@adacore.com>
7649
7650 * gdb.ada/excep_handle.exp: New testcase.
7651 * gdb.ada/excep_handle/foo.adb: New file.
7652 * gdb.ada/excep_handle/pck.ads: New file.
7653
bd570f80
JB
76542018-01-03 Joel Brobecker <brobecker@adacore.com>
7655
7656 * gdb.base/step-line.c: Add extra empty line in copyright header.
7657 * gdb.base/step-line.inp: Likewise.
7658
9fe561ab
JB
76592018-01-02 Joel Brobecker <brobecker@adacore.com>
7660
7661 * gdb.ada/dyn_stride.exp: Add slice test.
7662
a405673c
JB
76632018-01-02 Joel Brobecker <brobecker@adacore.com>
7664
7665 * gdb.ada/dyn_stride: New testcase.
7666
cef0f868
SH
76672017-12-27 Stafford Horne <shorne@gmail.com>
7668
7669 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7670 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7671
b67d92b0
SH
76722017-12-27 Stafford Horne <shorne@gmail.com>
7673
7674 * gdb.base/reggroups.c: New file.
7675 * gdb.base/reggroups.exp: New file.
7676
eccab96d
JB
76772017-12-18 Joel Brobecker <brobecker@adacore.com>
7678
7679 * gdb.dwarf2/ada-valprint-error.c: New file.
7680 * gdb.dwarf2/ada-valprint-error.exp: New file.
7681
0e2da9f0
JB
76822017-12-18 Joel Brobecker <brobecker@adacore.com>
7683
7684 * gdb.ada/assign_arr: New testcase.
7685
cb923fcc
XR
76862017-12-18 Xavier Roirand <roirand@adacore.com>
7687
7688 * gdb.ada/funcall_ptr: New testcase.
7689
7c161838
SDJ
76902017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7691
7692 PR cli/16224
7693 * gdb.base/ptype-offsets.cc: New file.
7694 * gdb.base/ptype-offsets.exp: New file.
7695
1af17fd9
YQ
76962017-12-15 Yao Qi <yao.qi@linaro.org>
7697
7698 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7699 if XML is disabled.
7700
828d5846
XR
77012017-12-15 Xavier Roirand <roirand@adacore.com>
7702
7703 * gdb.ada/same_component_name: New testcase.
7704
79e8fcaa
JB
77052017-12-14 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.ada/str_binop_equal: New testcase.
7708
e05fa6f9
JB
77092017-12-14 Joel Brobecker <brobecker@adacore.com>
7710
7711 * gdb.ada/task_switch_in_core: New testcase.
7712
b89641ba
SM
77132017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7714
7715 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7716 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7717 call test_bkpt_qualified.
7718 (test_bkpt_qualified): New proc.
7719
6892d2e4
PA
77202017-12-13 Pedro Alves <palves@redhat.com>
7721
7722 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7723 Tighten regexp by matching with an anchor.
7724
a22ecf70
PA
77252017-12-13 Pedro Alves <palves@redhat.com>
7726
7727 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7728 ("expression with namespace"): New set of tests.
7729 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7730 (Nested::Test_NS::qux): New.
7731 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7732 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7733
9937536c
JB
77342017-12-13 Joel Brobecker <brobecker@adacore.com>
7735
7736 * gdb.base/server-del-break.c: New file.
7737 * gdb.base/server-del-break.exp: New file.
7738
fe49c6f5
SH
77392017-12-12 Stafford Horne <shorne@gmail.com>
7740
7741 * gdb.xml/tdesc-regs.exp: Add or1k support.
7742
c3d18620
SH
77432017-12-12 Stafford Horne <shorne@gmail.com>
7744
7745 * gdb.base/bp-permanent.c: Define nop of or1k.
7746
c5f9cfc8
JB
77472017-12-11 Joel Brobecker <brobecker@adacore.com>
7748
7749 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7750 output with components being reordered.
7751
a9c135fc
JB
77522017-12-11 Joel Brobecker <brobecker@adacore.com>
7753
7754 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7755 output with components being reordered.
7756
927aa2e7
JK
77572017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7758 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.base/maint.exp (check for .gdb_index): Check also for
7761 .debug_names.
7762 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7763 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7764 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7765 (.gdb_index used after symbol reloading): Support also .debug_names.
7766 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7767
f17d9474
YQ
77682017-12-08 Yao Qi <yao.qi@linaro.org>
7769
7770 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7771 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7772
a0de8c21
YQ
77732017-12-08 Yao Qi <yao.qi@linaro.org>
7774
7775 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7776 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7777
a738ea1d
YQ
77782017-12-08 Yao Qi <yao.qi@linaro.org>
7779
7780 * gdb.arch/aarch64-tagged-pointer.c: New file.
7781 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7782
1cd9a73b
SDJ
77832017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7784
7785 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7786 "int".
7787
fa6eb693
KS
77882017-12-07 Keith Seitz <keiths@redhat.com>
7789
7790 PR breakpoints/22569
7791 * gdb.linespec/ls-errs.exp: Change expected result of "break
7792 -source this file has spaces.c -line 3".
7793 Check that an explicit source file followed by whitespace is
7794 identified as an invalid explicit location.
7795
883fd55a
KS
77962017-12-07 Keith Seitz <keiths@redhat.com>
7797
7798 * gdb.cp/nested-types.cc: New file.
7799 * gdb.cp/nested-types.exp: New file.
7800 * lib/cp-support.exp: Load data-structures.exp library.
7801 (debug_cp_test_ptype_class): New global.
7802 (cp_ptype_class_verbose, next_line): New procedures.
7803 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7804 Add and document new return value.
7805 Switch the list of lines to a queue.
7806 Add support for new `type' key for nested type definitions.
7807 Add debugging/troubleshooting messages.
7808 * lib/data-structures.exp: New file.
7809
ec72db3e
SM
78102017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7811
7812 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7813 with proc_with_prefix, don't use with_test_prefix.
7814
99598d71
TT
78152017-12-07 Tom Tromey <tom@tromey.com>
7816
7817 * gdb.base/break.exp: Add test for empty "commands".
7818
a8806230
YQ
78192017-12-07 Yao Qi <yao.qi@linaro.org>
7820
7821 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7822 malloc and catch syscall.
7823
824cc835
PM
78242017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7825
e79be6e5 7826 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7827 tests for explicit locations.
7828
7cc244de
PA
78292017-12-06 Pedro Alves <palves@redhat.com>
7830
7831 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7832 force-disabling XML descriptions.
7833
50a1fdd5
PA
78342017-12-04 Pedro Alves <palves@redhat.com>
7835
7836 PR gdb/22499
7837 * gdb.arch/amd64-disp-step-avx.S: New file.
7838 * gdb.arch/amd64-disp-step-avx.exp: New file.
7839
f0fb2488
PA
78402017-12-03 Pedro Alves <palves@redhat.com>
7841
7842 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7843 and <string.h>.
7844 (parent_function): Print distinct messages when waitpid fails, or
7845 the child exits with a signal, or the child exits for an unhandled
7846 reason.
7847 * gdb.threads/process-dies-while-detaching.exp
7848 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7849 it. Wait for both inferior output and GDB's prompt. Use an
7850 indirect spawn id list.
7851 (do_detach): New parameter 'child_exit'. Use it to compute
7852 expected inferior output.
7853 (test_detach, test_detach_watch, test_detach_killed_outside):
7854 Adjust to pass down the expected child exit kind.
7855
97cbe998
SDJ
78562017-12-01 Joel Brobecker <brobecker@adacore.com>
7857 Sergio Durigan Junior <sergiodj@redhat.com>
7858 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7861
40fc416f
SDJ
78622017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7863
7864 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7865 to 'symbol-file' and 'add-symbol-file' can be
7866 position-independent.
7867
1cc75e92
YQ
78682017-12-01 Yao Qi <yao.qi@linaro.org>
7869
7870 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7871 the URL in copyright header.
7872 * gdb.arch/aarch64-fp.exp: Likewise.
7873 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7874 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7875 * gdb.base/expand-psymtabs.exp: Likewise.
7876 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7877 * gdb.fortran/common-block.exp: Likewise.
7878 * gdb.fortran/common-block.f90: Likewise.
7879 * gdb.fortran/logical.exp: Likewise.
7880 * gdb.fortran/vla-datatypes.f90: Likewise.
7881 * gdb.fortran/vla-sub.f90: Likewise.
7882
875fb7a7
JB
78832017-11-30 Joel Brobecker <brobecker@adacore.com>
7884
7885 * gdb.ada/repeat_dyn: New testcase.
7886
6f14765f
UW
78872017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7888
7889 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7890 Update for changed thread numbering.
7891 * gdb.cell/bt.exp: Update for changed GDB output.
7892
f1af7b94
SM
78932017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7896 setting isremote by hand.
7897 * boards/dwarf4-gdb-index.exp: Likewise.
7898 * boards/fission.exp: Likewise.
7899 * boards/stabs.exp: Likewise.
7900
e3919f3e
PA
79012017-11-30 Pedro Alves <palves@redhat.com>
7902
7903 * gdb.linespec/cpls-ops.exp
7904 (check_explicit_skips_function_argument): Extract the underlying
7905 type of size_t instead of hardcoding it.
7906
bd69330d
PA
79072017-11-29 Pedro Alves <palves@redhat.com>
7908
7909 PR c++/19436
7910 * gdb.linespec/cpls-abi-tag.cc: New file.
7911 * gdb.linespec/cpls-abi-tag.exp: New file.
7912
a20714ff
PA
79132017-11-29 Pedro Alves <palves@redhat.com>
7914
7915 * gdb.base/langs.exp: Use -qualified.
7916 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7917 it.
7918 * gdb.cp/namespace.exp: Use -qualified.
7919 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7920 (overload-3, template-overload, template-ret-type, const-overload)
7921 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7922 procedures.
7923 (test_driver): Call them.
7924 * gdb.cp/save-bp-qualified.cc: New.
7925 * gdb.cp/save-bp-qualified.exp: New.
7926 * gdb.linespec/explicit.exp: Test -qualified.
7927 * lib/completion-support.exp (completion::explicit_opts_list): Add
7928 "-qualified".
7929 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7930
f6f1d339
PM
79312017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7932
7933 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7934
02ca603a
TT
79352017-11-29 Tom Tromey <tom@tromey.com>
7936
7937 * gdb.base/relocate.exp: Update invalid argument test.
7938 Add new tests for invalid arguments.
7939
ed6c0bfb
TP
79402017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7941
7942 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7943 Return 0 as a long.
7944 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7945
f106e10e
TP
79462017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7947
7948 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7949 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7950 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7951 func ().
7952 * gdb.cp/shadow.cc (B.func): Return 0.
7953
10329bb2
JB
79542017-11-27 Joel Brobecker <brobecker@adacore.com>
7955
7956 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7957 expected output in gdb_expect call to allow the exception
7958 message to be present as well. Fix syntax confusion to avoid
7959 TCL thinking that exception_name is an array.
7960
617cd4bc
UW
79612017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7962
7963 * gdb.arch/spu-info.c: Include <unistd.h>.
7964 (do_signal_test): Fix broken calls to write.
7965 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7966 Fix checks for empty mailboxes. Update signal tests for corrected
7967 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7968 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7969 * gdb.cell/arch.exp: Use standard_output_file.
7970 * gdb.cell/break.exp: Likewise.
7971 * gdb.cell/bt.exp: Likewise.
7972 * gdb.cell/core.exp: Likewise.
7973 * gdb.cell/dwarfaddr.exp: Likewise.
7974 * gdb.cell/ea-cache.exp: Likewise.
7975 * gdb.cell/ea-standalone.exp: Likewise.
7976 * gdb.cell/f-regs.exp: Likewise.
7977 * gdb.cell/fork.exp: Likewise.
7978 * gdb.cell/gcore.exp: Likewise.
7979 * gdb.cell/mem-access.exp: Likewise.
7980 * gdb.cell/ptype.exp: Likewise.
7981 * gdb.cell/registers.exp: Likewise.
7982 * gdb.cell/sizeof.exp: Likewise.
7983 * gdb.cell/solib-symbol.exp: Likewise.
7984 * gdb.cell/solib.exp: Likewise.
617cd4bc 7985
a81aaca0
PA
79862017-11-25 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.base/complete-empty.exp: New file.
7989 * gdb.base/completion.exp: Adjust.
7990
6a3c6ee4
PA
79912017-11-25 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.linespec/cpls-ops.cc: New file.
7994 * gdb.linespec/cpls-ops.exp: New file.
7995 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7996 factored out from ...
7997 (test_complete_prefix_range): ... this.
7998
8955eb2d
PA
79992017-11-24 Pedro Alves <palves@redhat.com>
8000
8001 * gdb.linespec/cpcompletion.exp: New file.
8002 * gdb.linespec/cpls-hyphen.cc: New file.
8003 * gdb.linespec/cpls.cc: New file.
8004 * gdb.linespec/cpls2.cc: New file.
8005 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8006 test to use test_gdb_complete_unique. Add label completion,
8007 keyword completion and explicit location completion tests.
8008 * lib/completion-support.exp: New file.
8009
e547c119
JB
80102017-11-24 Joel Brobecker <brobecker@adacore.com>
8011
8012 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8013 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8014 when hitting an exception catchpoint.
8015
7c3c1aa8
YQ
80162017-11-22 Yao Qi <yao.qi@linaro.org>
8017
8018 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8019
41bd68f5
SM
80202017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8021
8022 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8023 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8024 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8025
1daad298
YQ
80262017-11-22 Yao Qi <yao.qi@linaro.org>
8027
8028 * gdb.base/info-os.exp: Pass pthreads.
8029 * gdb.multi/multi-attach.exp: Likewise.
8030
88465e87
YQ
80312017-11-22 Yao Qi <yao.qi@linaro.org>
8032
8033 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8034 compiler.
8035
dc196b23
YQ
80362017-11-22 Yao Qi <yao.qi@linaro.org>
8037
8038 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8039 * gdb.base/break-interp.exp: Likewise.
8040 * gdb.base/jit-attach-pie.exp: Likewise.
8041
2400729e
UW
80422017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8043
8044 * gdb.base/float128.c (large128): New variable.
8045 * gdb.base/float128.exp: Add test to print largest __float128 value.
8046
7a26362d
UW
80472017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8048
8049 * gdb.arch/vsx-regs.exp: Update register content checks.
8050
ed0f4273
UW
80512017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8052
8053 * gdb.arch/ppc-longdouble.exp: New file.
8054 * gdb.arch/ppc-longdouble.c: Likewise.
8055
a25d69c6
PA
80562017-11-21 Pedro Alves <palves@redhat.com>
8057
8058 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8059
73fcf641
PA
80602017-11-20 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8063 (long_double_typedef): New typedefs.
8064 Use DEF on double and long double.
8065 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8066 cases.
8067 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8068 and 'long_double_ptr_same_size' locals. Use them to decide
8069 whether cast from array/function to float is valid/invalid.
8070
71a3c369
TT
80712017-11-17 Tom Tromey <tom@tromey.com>
8072
8073 * gdb.rust/traits.rs: New file.
8074 * gdb.rust/traits.exp: New file.
8075
ced9779b
JB
80762017-11-17 Joel Brobecker <brobecker@adacore.com>
8077
8078 * gdb.ada/minsyms: New testcase.
8079
a0922d80
PA
80802017-11-16 Pedro Alves <palves@redhat.com>
8081
8082 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8083 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8084
ea04e54c
PA
80852017-11-16 Pedro Alves <palves@redhat.com>
8086
8087 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8088 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8089
e849ea89
PA
80902017-11-16 Pedro Alves <palves@redhat.com>
8091
8092 * gdb.server/reconnect-ctrl-c.c: New file.
8093 * gdb.server/reconnect-ctrl-c.exp: New file.
8094
d8ae99a7
PM
80952017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8096
8097 * gdb.python/py-rbreak.exp: New file.
8098 * gdb.python/py-rbreak.c: New file.
8099 * gdb.python/py-rbreak-func2.c: New file.
8100
968a13f8
PA
81012017-11-16 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8104 pattern.
8105 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8106 GDB.
8107
71774bc9
SM
81082017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8109
8110 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8111 regex.
8112
ddbb44cf
SM
81132017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8114
8115 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8116 test names.
8117
584a564f
PA
81182017-11-09 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8121 factored out from ...
8122 (top level): ... here, and adjusted to avoid expecting beyond the
8123 prompt in a single gdb_test_multiple.
8124
5ed7a928
PA
81252017-11-09 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8128 output.
8129 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8130 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8131 * gdb.server/ext-run.exp ("kill" test): Likewise.
8132 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8133
a60e0738
PA
81342017-11-09 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8137 match till end of line.
8138
2c88253f
PA
81392017-11-09 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8142
c7a38517
PA
81432017-11-09 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8146 New procedures, factored out from ...
8147 (top level): ... here, and adjusted to avoid expecting beyond the
8148 prompt in one go.
8149
f29f4b6b
PA
81502017-11-09 Pedro Alves <palves@redhat.com>
8151
8152 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8153 output. Fix '?' match.
8154
286acbb5
JB
81552017-11-08 Joel Brobecker <brobecker@adacore.com>
8156
8157 * gdb.ada/scoped_watch: New testcase.
8158 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8159 which is actually correct.
8160 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8161 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8162
62d7ae92
PA
81632017-11-08 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.gdb/complaints.exp (test_initial_complaints)
8166 (test_serial_complaints, test_short_complaints): Call
8167 complaint_internal instead of complaint.
8168
280ca31f
DT
81692017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8170
8171 * gdb.threads/tls-core.c: New file.
8172 * gdb.threads/tls-core.exp: Likewise.
8173
b5ec771e
PA
81742017-11-08 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8177 (p Exported_Capitalized): New test.
8178 (p exported_capitalized): New test.
8179
a02b41a7
PA
81802017-11-07 Pedro Alves <palves@redhat.com>
8181
8182 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8183
95e95a6d
PA
81842017-11-07 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8187 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8188 (disable_invalid, disable_inverted, disable_negative): New
8189 procedures.
8190 ("bad numbers"): New set of tests.
8191
cee62dbd
PA
81922017-11-07 Pedro Alves <palves@redhat.com>
8193
8194 * gdb.cp/ena-dis-br-range.exp: Add tests.
8195
cc638e86
PA
81962017-11-07 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8199
d0fe4701
XR
82002017-11-07 Xavier Roirand <roirand@adacore.com>
8201 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/ena-dis-br.exp: Add reference to
8204 gdb.cp/ena-dis-br-range.exp.
8205 * gdb.cp/ena-dis-br-range.exp: New file.
8206 * gdb.cp/ena-dis-br-range.cc: New file.
8207
46f67f80
PA
82082017-11-06 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/attach-non-pgrp-leader.c: New.
8211 * gdb.base/attach-non-pgrp-leader.exp: New.
8212
726e1356
PA
82132017-11-06 Pedro Alves <palves@redhat.com>
8214
8215 * configure.ac: No longer check for termio.h and sgtty.h.
8216 * configure: Regenerate.
8217 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8218 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8219 Remove termio and sgtty code.
8220
50ab6ace
YQ
82212017-11-03 Yao Qi <yao.qi@linaro.org>
8222
8223 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8224 in GDB is disabled.
8225
8e68731c
YQ
82262017-11-03 Yao Qi <yao.qi@linaro.org>
8227
8228 * gdb.python/py-thrhandle.exp: Skip it if python is not
8229 enabled.
8230
3a87ae65
SM
82312017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8232
8233 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8234 as a breakpoint command.
8235
484d8d36
MD
82362017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8237
8238 PR python/21213
8239 * gdb.python/py-infthread.exp: Test calling
8240 InferiorThread.inferior () multiple times in a row.
8241
4a27f119
KS
82422017-10-27 Keith Seitz <keiths@redhat.com>
8243
8244 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8245 Test "info break" for every inlined function breakpoint.
8246
bb11dd58
YQ
82472017-10-27 Yao Qi <yao.qi@linaro.org>
8248
8249 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8250
a43f3893
PF
82512017-10-26 Patrick Frants <osscontribute@gmail.com>
8252
8253 * gdb.cp/classes.exp (test_static_members): Test printing
8254 Outer::instance.
8255 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8256 (Inner::instance, Outer::instance): New.
8257
792ccf00
PA
82582017-10-24 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8261 extra console" test in two stages.
8262
eb2bfbad
PA
82632017-10-24 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8266
1f75a651
PA
82672017-10-24 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8270 loop.
8271
779990d9
PA
82722017-10-24 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8275 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8276
ad9b8f5d
PA
82772017-10-24 Pedro Alves <palves@redhat.com>
8278
8279 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8280 parameter and handle it. Don't output read value in test name.
8281
fee6da6e
PA
82822017-10-24 Pedro Alves <palves@redhat.com>
8283
8284 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8285 custom test name.
8286
10389c2c
PA
82872017-10-24 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8290 include the unstable output directory name in the test's name.
8291 (initial_setup_simple) <'set args'>: Use custom test name.
8292
a80e65a9
PA
82932017-10-24 Pedro Alves <palves@redhat.com>
8294
8295 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8296 with explicit test name.
8297
15763a09
PA
82982017-10-20 Pedro Alves <palves@redhat.com>
8299
8300 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8301 'wait -i'. Use gdb_assert and remote_close.
8302
49a4ce2e
AB
83032017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8304
8305 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8306 number from variable rather than hard-coded.
8307
a75868f5
PA
83082017-10-19 Pedro Alves <palves@redhat.com>
8309
8310 * gdb.base/long-inferior-output.c: New file.
8311 * gdb.base/long-inferior-output.exp: New file.
8312
c8ba13ad
KS
83132017-11-18 Keith Seitz <keiths@redhat.com>
8314
8315 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8316 method.
8317 (main): Call it.
8318 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8319 Add additional user-defined conversion operator tests.
8320
b27de576
PA
83212017-10-17 Pedro Alves <palves@redhat.com>
8322
8323 * boards/native-stdio-gdbserver.exp: Load "local-board".
8324
8484c955
PA
83252017-10-17 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/quit-live.c: New file.
8328 * gdb.base/quit-live.exp: New file.
8329
83d5a34d
KS
83302017-10-16 Keith Seitz <keiths@redhat.com>
8331
8332 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8333 (class_with_protected_typedef, class_with_private_typedef)
8334 (struct_with_public_typedef, struct_with_protected_typedef)
8335 (struct_with_private_typedef): New classes/structs.
8336 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8337 typedefs and access specifiers.
8338
739b3f1d
PA
83392017-10-16 Pedro Alves <palves@redhat.com>
8340 Simon Marchi <simon.marchi@polymtl.ca>
8341
8342 * README (Local vs Remote vs Native): New section.
8343 * boards/local-board.exp: New file, with bits factored out from
8344 ...
8345 * boards/native-extended-gdbserver.exp: ... here. Load
8346 "local-board".
8347 * boards/native-gdbserver.exp: Load "local-board".
8348 (${board}_spawn, ${board}_exec): Delete.
8349 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8350 ...
8351 * boards/stdio-gdbserver-base.exp: ... this new file.
8352 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8353 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8354 procedure.
8355 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8356 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8357 stdio_gdbserver_command.
8358 (${board}_get_remote_address, ${board}_get_comm_port)
8359 (${board}_download, ${board}_upload): Delete.
8360 (get_target_remote_pipe_cmd): New.
8361
fe68b953
SM
83622017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8363
8364 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8365 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8366 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8367 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8368 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8369 remove with_test_prefix.
8370
300b6685
PA
83712017-10-13 Pedro Alves <palves@redhat.com>
8372
8373 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8374 * gdb.base/annota1.exp: Use it instead of is_remote.
8375 * gdb.base/annota3.exp: Use it instead of is_remote.
8376 * gdb.cp/annota2.exp: Use it instead of is_remote.
8377 * gdb.cp/annota3.exp: Use it instead of is_remote.
8378 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8379
50500caf
PA
83802017-10-13 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8383 (test_num_test_vars, run_and_count_vars, find_env)
8384 (test_set_unset_env, test_inherit_env_var): New procedures.
8385 (top level): Use them.
8386
dad0c6d2
PA
83872017-10-13 Pedro Alves <palves@redhat.com>
8388
8389 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8390 also skip on stub-like targets.
8391
8b0553c1
PA
83922017-10-13 Pedro Alves <palves@redhat.com>
8393
8394 PR gdb/22293
8395 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8396 (top level): Move some tests to ...
8397 (test_not_found): ... this new procedure.
8398 (top level): Call it.
8399
7594f623
PA
84002017-10-13 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8403 expect different "info terminal" output if testing with a
8404 non-native target.
8405
ebe3b402
PA
84062017-10-13 Pedro Alves <palves@redhat.com>
8407 Simon Marchi <simon.marchi@polymtl.ca>
8408
8409 PR python/12966
8410 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8411
42f1b161
PA
84122017-10-13 Pedro Alves <palves@redhat.com>
8413
8414 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8415 already.
8416
8d6ef72b
PA
84172017-10-13 Pedro Alves <palves@redhat.com>
8418
8419 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8420 is_remote.
8421
d7bcd5b8
PA
84222017-10-13 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8425 is_remote.
8426
df479dc6
PA
84272017-10-13 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8430 is set.
8431 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8432 instead of is_remote.
8433
23fb630a
PA
84342017-10-13 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8437 (top level): Add comment.
8438
cc77b1dc
PA
84392017-10-13 Pedro Alves <palves@redhat.com>
8440
8441 * gdb.base/remote.exp (top level): Fix comment typo and add
8442 missing return.
8443
27c9e813
PA
84442017-10-13 Pedro Alves <palves@redhat.com>
8445 Simon Marchi <simon.marchi@polymtl.ca>
8446
8447 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8448 calls and add comments. Skip test if use_gdb_stub is set.
8449 (top level): Use "set cwd" command instead of "cd" command.
8450
5e830d98
PA
84512017-10-13 Pedro Alves <palves@redhat.com>
8452
8453 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8454 is_remote target check.
8455
f5ca0032
PA
84562017-10-13 Pedro Alves <palves@redhat.com>
8457
8458 * gdb.base/scope.exp: Use build_executable + clean_restart +
8459 gdb_file_cmd instead of prepare_for_testing and no longer skip
8460 "before run" tests on is_remote target boards. Update comments.
8461 * boards/native-extended-gdbserver.exp
8462 (extended_gdbserver_load_last_file): New, factored out from ...
8463 (gdb_load): ... this. Move further below and add comment.
8464 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8465
8aed1c0d
PA
84662017-10-12 Pedro Alves <palves@redhat.com>
8467
8468 * gdb.base/attach.exp: Remove references to gdb64.
8469 * gdb.base/dbx.exp: Remove references to gdb64.
8470
cfa34c87
SM
84712017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8472 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/label.exp: Remove is_remote target check.
8475
9192b7de
PA
84762017-10-12 Pedro Alves <palves@redhat.com>
8477
8478 * gdb.base/auvx.exp (coredir): Update comment.
8479 (top level) <core_works>: Use "set cwd" command instead of "cd"
8480 command.
8481
6bf0052d
PA
84822017-10-12 Pedro Alves <palves@redhat.com>
8483 Simon Marchi <simon.marchi@polymtl.ca>
8484
8485 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8486 target boards.
8487
e48ef82d
PA
84882017-10-12 Pedro Alves <palves@redhat.com>
8489 Simon Marchi <simon.marchi@polymtl.ca>
8490
8491 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8492 Instead skip if there's any gdb_protocol set.
8493
8d7aea57
SM
84942017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8495 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8498
30440677
PA
84992017-10-12 Pedro Alves <palves@redhat.com>
8500 Simon Marchi <simon.marchi@polymtl.ca>
8501
8502 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8503 instead of on dejagnu remote boards.
8504
4e04f045 85052017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8506 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8507
8508 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8509 checks. Use build_executable + clean_restart instead of
8510 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8511 of enabling non-stop after starting gdb.
8512
871a186e
PA
85132017-10-12 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8516 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8517 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8518 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8519
56d704da
AK
85202017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8521
8522 * gdb.arch/arc-tdesc-cpu.exp: New file.
8523 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8524
2f20e312
SM
85252017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8526
8527 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8528
65630365
PA
85292017-10-10 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8532 expect CLI output.
8533
bf469271
PA
85342017-10-10 Pedro Alves <palves@redhat.com>
8535
8536 * lib/selftest-support.exp (selftest_setup): Update for
8537 captured_command_loop's prototype change.
8538
777a42f1
PA
85392017-10-09 Pedro Alves <palves@redhat.com>
8540
8541 Test both arch1=>arch2 and arch2=>arch1.
8542
8543 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8544 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8545 factored out to...
8546 (append_arch1_options, append_arch2_options, append_arch_options)
8547 (build_executables): New procedures.
8548 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8549 local.
8550 (top level): Add new 'first_arch' testing axis.
8551
cbd2b4e3
PA
85522017-10-09 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8555 (barrier): New.
8556 (thread_start, all_started): New functions.
8557 (main): Spawn new thread and wait until it is scheduled.
8558 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8559 option.
8560 (do_test): Add 'selected_thread' parameter. Run to all_started
8561 instead of main. Explicitly set the breakpoint at main. Switch
8562 to the SELECTED_THREAD thread.
8563 (top level): Test handling the exec event with either the main
8564 thread or the second thread selected.
8565
5c9e4427
PA
85662017-10-09 Pedro Alves <palves@redhat.com>
8567
8568 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8569 logic. Move STOP marker after the value checks.
8570 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8571 regexp.
8572
b3b7c423
SL
85732017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8574
8575 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8576
3b4b2f16
UW
85772017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8578
8579 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8580 integer-to-dfp conversion.
8581 * gdb.base/dfp-test.exp: Likewise.
8582
5cd63fda
PA
85832017-10-04 Pedro Alves <palves@redhat.com>
8584
8585 * gdb.multi/hangout.c: Include <unistd.h>.
8586 (hangout_loop): New function.
8587 (main): Call alarm. Call hangout_loop in a loop.
8588 * gdb.multi/hello.c: Include <unistd.h>.
8589 (hello_loop): New function.
8590 (main): Call alarm. Call hangout_loop in a loop.
8591 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8592 inferior with the other selected.
8593
4c71c105
SM
85942017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8595
8596 * gdb.mi/list-thread-groups-available.exp: New file.
8597 * gdb.mi/list-thread-groups-available.c: New file.
8598
bc3b087d
SDJ
85992017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8600
8601 * gdb.base/set-cwd.exp: Make it available on
8602 native-extended-gdbserver.
8603
d092c5a2
SDJ
86042017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8605
8606 * gdb.base/set-cwd.c: New file.
8607 * gdb.base/set-cwd.exp: Likewise.
8608
45320ffa
TT
86092017-10-02 Tom Tromey <tom@tromey.com>
8610
8611 PR rust/22236:
8612 * gdb.rust/simple.rs (main): New variable "fslice".
8613 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8614
b3e3859b
TT
86152017-10-02 Tom Tromey <tom@tromey.com>
8616
8617 * gdb.rust/simple.exp: Test ptype of a slice.
8618
01af5e0d
TT
86192017-10-02 Tom Tromey <tom@tromey.com>
8620
8621 * gdb.rust/simple.exp: Test index of slice.
8622
a9bbfbd8
TT
86232017-09-27 Tom Tromey <tom@tromey.com>
8624
8625 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8626
df8899e5
TP
86272017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8628 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/compare-sections.exp (get value of read-only section): Read
8631 as unsigned value.
8632 (corrupt read-only section): Likewise and don't set written if patching
8633 failed.
8634
757bf54b
KB
86352017-09-21 Kevin Buettner <kevinb@redhat.com>
8636
8637 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8638 files.
8639
06871ae8
PA
86402017-09-20 Pedro Alves <palves@redhat.com>
8641
8642 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8643 symbol names in gdb's output.
8644 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8645
e5f25bc5
PA
86462017-09-20 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8649 Rename to ...
8650 (test_list_ambiguous_symbol): ... this and add a symbol name
8651 parameter. Adjust.
8652 (test_list_ambiguous_function): Reimplement on top of
8653 test_list_ambiguous_symbol and also test listing ambiguous
8654 variables.
8655 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8656 (ambiguous_fun): ... this.
8657 (ambiguous_var): New.
8658 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8659 (ambiguous_fun): ... this.
8660 (ambiguous_var): New.
8661
4e5a4f58
JB
86622017-09-19 John Baldwin <jhb@FreeBSD.org>
8663
8664 * gdb.base/starti.c: New file.
8665 * gdb.base/starti.exp: New file.
8666 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8667
26e53f3e
PA
86682017-09-14 Pedro Alves <palves@redhat.com>
8669
8670 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8671 (top level): Use it instead of runto.
8672
cb791d59
TT
86732017-09-11 Tom Tromey <tom@tromey.com>
8674
8675 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8676
7c96f8c1
TT
86772017-09-11 Tom Tromey <tom@tromey.com>
8678
8679 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8680 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8681
469412dd
CW
86822017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8683
8684 * gdb.fortran/printing-types.exp: New file.
8685 * gdb.fortran/printing-types.exp: New file.
8686
e0f86435
BH
86872017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8688
8689 * gdb.fortran/vla-ptype.exp: Fix typos.
8690 * gdb.fortran/vla-value.exp: Same.
8691
9e9af4be
BH
86922017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8693
8694 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8695 * gdb.mi/mi-var-child-f.exp: Likewise.
8696 * gdb.mi/mi-vla-fortran.exp: Likewise.
8697
a5ad232b 86982017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8699 Christoph Weinmann <christoph.t.weinmann@intel.com>
8700 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8701
8702 * gdb.fortran/ptr-indentation.f90: New file.
8703 * gdb.fortran/ptr-indentation.exp: New file.
8704
5aec60eb
TT
87052017-09-05 Tom Tromey <tom@tromey.com>
8706
8707 PR gdb/22010:
8708 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8709
8f8f8152
TP
87102017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8711
8712 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8713
fbd1b771
JK
87142017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8715
8716 * gdb.threads/tls-nodebug-pie.c: New file.
8717 * gdb.threads/tls-nodebug-pie.exp: New file.
8718
5eb5f850
TT
87192017-09-05 Tom Tromey <tom@tromey.com>
8720
8721 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8722 for rust.
8723
ae780a21
SM
87242017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8725
8726 * gdb.multi/multi-arch-exec.exp: Test with different
8727 "follow-exec-mode" settings.
8728 (do_test): New procedure.
8729
3693fdb3
PA
87302017-09-04 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.base/func-static.c (S::method const, S::method volatile)
8733 (S::method volatile const): New methods.
8734 (c_s, v_s, cv_s): New instances.
8735 (main): Call method() on them.
8736 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8737 (cannot_resolve): New procedure.
8738 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8739 print-quote-unquoted columns.
8740 (do_test): Test printing each scope too.
8741
e68cb8e0
PA
87422017-09-04 Pedro Alves <palves@redhat.com>
8743
8744 * gdb.base/local-static.exp: Also test with
8745 class::method::variable wholly quoted.
8746 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8747
858be34c
PA
87482017-09-04 Pedro Alves <palves@redhat.com>
8749
8750 * gdb.base/local-static.c: New.
8751 * gdb.base/local-static.cc: New.
8752 * gdb.base/local-static.exp: New.
8753
46a4882b
PA
87542017-09-04 Pedro Alves <palves@redhat.com>
8755
8756 * gdb.asm/asm-source.exp: Add casts to int.
8757 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8758 (dataglobal64_1, dataglobal64_2): New globals.
8759 * gdb.base/nodebug.exp: Test different expressions involving the
8760 new globals, with print, whatis and ptype. Add casts to int.
8761 * gdb.base/solib-display.exp: Add casts to int.
8762 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8763 * gdb.cp/m-static.exp: Add cast to int.
8764 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8765 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8766 tls variable with no debug info without a cast. Test with a cast
8767 to int too.
8768 * gdb.trace/entry-values.exp: Add casts.
8769
2c5a2be1
PA
87702017-09-04 Pedro Alves <palves@redhat.com>
8771
8772 * gdb.base/nodebug.exp: Test that ptype's error about functions
8773 with unknown return type includes the function name too.
8774
7022349d
PA
87752017-09-04 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8778 return type of munmap in infcall.
8779 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8780 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8781 type of ftell in infcall.
8782 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8783 type of getpid in infcall.
8784 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8785 infcall.
8786 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8787 Bail on failure to extract the pid.
8788 * gdb.base/nodebug.c: #include <stdint.h>.
8789 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8790 New functions.
8791 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8792 Change expected output of print/whatis/ptype with functions with
8793 no debug info. Test all supported languages. Call
8794 test_call_promotion.
8795 * gdb.compile/compile.exp: Adjust expected output to expect
8796 warning.
8797 * gdb.threads/siginfo-threads.exp: Likewise.
8798
54990598
PA
87992017-09-04 Pedro Alves <palves@redhat.com>
8800
8801 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8802 "prototypes". Test calling float functions via prototyped and
8803 unprototyped function pointers.
8804 (perform_all_tests): New parameter "prototypes". Pass it down.
8805 (top level): Pass down "prototypes" parameter to
8806 perform_all_tests.
8807
34d16ea2
SM
88082017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8809
8810 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8811 Test with nested loops.
8812
9521ecda
SM
88132017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8814
8815 * gdb.base/commands.exp: Call the new procedures.
8816 (loop_break_test, loop_continue_test): New procedures.
8817
80a65e9b
SM
88182017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8819
8820 * gdb.base/commands.exp: Call new procedure.
8821 (define_if_without_arg_test): New procedure.
8822
e439fa14
PA
88232017-09-04 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.base/list-ambiguous.exp: New file.
8826 * gdb.base/list-ambiguous0.c: New file.
8827 * gdb.base/list-ambiguous1.c: New file.
8828 * gdb.base/list.exp (test_list_range): Adjust expected output.
8829
0a2dde4a
SDJ
88302017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8831
8832 * gdb.base/share-env-with-gdbserver.c: New file.
8833 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8834
5e89eb3a
SM
88352017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8836
8837 * gdb.base/commands.exp (gdbvar_simple_if_test,
8838 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8839 progvar_simple_if_test, progvar_simple_while_test,
8840 progvar_complex_if_while_test, user_defined_command_test,
8841 user_defined_command_args_eval,
8842 user_defined_command_args_stack_test,
8843 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8844 temporary_breakpoint_commands,
8845 gdb_test_no_prompt, redefine_hook_test,
8846 redefine_backtrace_test): Remove "global gdb_prompt".
8847
fd437cbc
SM
88482017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8849
8850 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8851 New proc, call it from toplevel.
8852
87215ad1
SDJ
88532017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8854
8855 PR remote/21852
8856 * gdb.server/normal.c: New file, copied from gdb.base.
8857 * gdb.server/run-without-local-binary.exp: New file.
8858
58afddc6
WP
88592017-08-07 Weimin Pan <weimin.pan@oracle.com>
8860
8861 * gdb.arch/sparc64-adi.exp: New file.
8862 * gdb.arch/sparc64-adi.c: New file.
8863
5277199a
PA
88642017-08-22 Pedro Alves <palves@redhat.com>
8865
8866 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8867 (top level): Add "list all overloads" tests.
8868
14278e1f
TT
88692017-08-22 Tom Tromey <tom@tromey.com>
8870
8871 * gdb.gdb/xfullpath.exp: Remove.
8872
bf223d3e
PA
88732017-08-21 Pedro Alves <palves@redhat.com>
8874
8875 PR gdb/19487
8876 * gdb.base/symbol-alias.c: New.
8877 * gdb.base/symbol-alias2.c: New.
8878 * gdb.base/symbol-alias.exp: New.
8879
c973d0aa
PA
88802017-08-21 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.base/dfp-test.c
8883 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8884 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8885 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8886 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8887 * gdb.base/whatis-ptype-typedefs.c: New.
8888 * gdb.base/whatis-ptype-typedefs.exp: New.
8889 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8890 (an_int, an_int_type, an_int_type2): New globals.
8891 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8892 involving typedefs and cast expressions.
8893 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8894 (lookup_typedefs_function): New.
8895 (typedefs_pretty_printers_dict): New.
8896 (top level): Register lookup_typedefs_function in
8897 gdb.pretty_printers.
8898
6d580b63
YQ
88992017-08-18 Yao Qi <yao.qi@linaro.org>
8900
8901 * gdb.server/unittest.exp: New.
8902
206726fb
SDJ
89032017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8904
8905 PR gdb/21954
8906 * gdb.base/environ.exp: Add test to check if 'unset environment'
8907 works.
8908
bf0ec4c2
AA
89092017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8910
8911 * lib/gdb.exp (universal_compile_options): New caching proc.
8912 (gdb_compile): Suppress GCC's coloring of messages.
8913
d6382fff
TT
89142017-08-14 Tom Tromey <tom@tromey.com>
8915
8916 PR gdb/21675:
8917 * gdb.base/printcmds.exp (test_radices): New function.
8918 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8919 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8920 * lib/gdb.exp (get_integer_valueof): Use p/d.
8921
c2c2dd9f
SM
89222017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8923
8924 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8925 characters.
8926
fdffd6f4
TT
89272017-08-05 Tom Tromey <tom@tromey.com>
8928
8929 * gdb.rust/simple.exp: Allow String to appear in a different
8930 namespace.
8931
27d41eac
YQ
89322017-07-26 Yao Qi <yao.qi@linaro.org>
8933
8934 * gdb.gdb/unittest.exp: Invoke command
8935 "maintenance check xml-descriptions".
8936
031ed05d
AA
89372017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8938
8939 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8940 calling context.
8941 (hex128): Drop erroneous calculation of parameters.
8942
dcd27ddf
SM
89432017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8944
8945 * gdb.python/py-unwind.exp: Disable stack protection when
8946 building test file.
8947
47e77640
PA
89482017-07-20 Pedro Alves <palves@redhat.com>
8949
8950 * gdb.base/default.exp (set language): Adjust expected output.
8951
62d2a18a
PA
89522017-07-20 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8955 (test_minsym): ... this, and make static.
8956 (get_pck__foo__bar__minsym): Rename to ...
8957 (get_test_minsym): ... this.
8958 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8959 symbol names and comments.
8960 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8961 (get_test_minsym): ... this.
8962 (pck__foo__bar__minsym__2): Rename to ...
8963 (test_minsym): ... this.
8964 (main): Adjust.
8965
c45ec17c
PA
89662017-07-17 Pedro Alves <palves@redhat.com>
8967
8968 * gdb.base/completion.exp: Adjust expected output.
8969 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8970 the completer works.
8971
c6756f62
PA
89722017-07-17 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8975
5bd68487
AB
89762017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8977
8978 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8979
8880f2a9
TT
89802017-07-14 Tom Tromey <tom@tromey.com>
8981
8982 PR rust/21764:
8983 * gdb.rust/simple.exp: Add tests.
8984
65547233
TT
89852017-07-14 Tom Tromey <tom@tromey.com>
8986
8987 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8988
8f14146e
PA
89892017-07-14 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.linespec/base/one/thefile.cc (z1): New function.
8992 * gdb.linespec/base/two/thefile.cc (z2): New function.
8993 * gdb.linespec/linespec.exp: Add tests.
8994
b4365d02
AB
89952017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8996
8997 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8998 to mi_create_breakpoint.
8999
5d2cbaa5
AB
90002017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9001
9002 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9003 mi_create_breakpoint.
9004
11cb5716
IB
90052017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9006
9007 * gdb.dlang/demangle.exp: Update for demangling changes.
9008
03278692
TT
90092017-07-09 Tom Tromey <tom@tromey.com>
9010
9011 * gdb.dwarf2/shortpiece.exp: New file.
9012
33c5cd75
DB
90132017-07-06 David Blaikie <dblaikie@gmail.com>
9014
9015 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9016 built from fissiont-multi-cu{1,2}.c.
9017 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9018 except putting 'main' and 'func' in separate CUs in the same DWO file.
9019 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9020 test.
9021 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9022 test.
9023
8455d262
PA
90242017-07-06 Pedro Alves <palves@redhat.com>
9025
9026 * gdb.python/py-unwind.exp: Test flushregs.
9027
dc4bde35
SDJ
90282017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9029
9030 PR cli/21688
9031 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9032 tests for alias commands and trailing whitespace.
9033
51ed89aa
SDJ
90342017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9035
9036 PR cli/21688
9037 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9038 procedure. Call it.
9039
eb17d413
PA
90402017-06-29 Pedro Alves <palves@redhat.com>
9041
9042 * gdb.base/printcmds.exp: Add tests.
9043
41664b45
DG
90442017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9045
9046 PR gdb/21337
9047 * gdb.base/reread-readsym.exp: New file.
9048 * gdb.base/reread-readsym.c: New file.
9049
75312ae3
KB
90502017-06-21 Kevin Buettner <kevinb@redhat.com>
9051
9052 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9053 subpattern.
9054
66953522
PB
90552017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9056
9057 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9058 extended mnemonic.
9059 * gdb.arch/powerpc-power9.s: Likewise.
9060
5524b525
AA
90612017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9062
9063 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9064 on 32-bit x86 targets. Exploit is_*_target macros where
9065 appropriate.
9066
03c8af18
AA
90672017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9068
9069 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9070 register pieces.
9071
3bf31011
AA
90722017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9073
9074 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9075 located in one or more DWARF pieces.
9076
805acca0
AA
90772017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9078
9079 * lib/gdb.exp (get_endianness): New proc.
9080 * gdb.arch/aarch64-fp.exp: Use it.
9081 * gdb.arch/altivec-regs.exp: Likewise.
9082 * gdb.arch/e500-regs.exp: Likewise.
9083 * gdb.arch/vsx-regs.exp: Likewise.
9084 * gdb.base/dump.exp: Likewise.
9085 * gdb.base/funcargs.exp: Likewise.
9086 * gdb.base/gnu_vector.exp: Likewise.
9087 * gdb.dwarf2/formdata16.exp: Likewise.
9088 * gdb.dwarf2/implptrpiece.exp: Likewise.
9089 * gdb.dwarf2/nonvar-access.exp: Likewise.
9090 * gdb.python/py-inferior.exp: Likewise.
9091 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9092
e9352324
AA
90932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9094
9095 PR gdb/21226
9096 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9097 stack value pieces are taken from the LSB end.
9098
d5d1163e
AA
90992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9100
9101 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9102 variable at nonzero offset.
9103
0567c986
AA
91042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9105
9106 * gdb.dwarf2/var-access.c: New file.
9107 * gdb.dwarf2/var-access.exp: New test.
9108 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9109
973e9aab
TT
91102017-06-12 Tom Tromey <tom@tromey.com>
9111
9112 * gdb.dwarf2/formdata16.exp: Add tests.
9113
d9109c80
TT
91142017-06-12 Tom Tromey <tom@tromey.com>
9115
9116 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9117
30a25466
TT
91182017-06-12 Tom Tromey <tom@tromey.com>
9119
9120 PR exp/16225:
9121 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9122 * gdb.arch/vsx-regs.exp: Update tests.
9123 * gdb.arch/s390-vregs.exp (hex128): New proc.
9124 Update test.
9125 * gdb.arch/altivec-regs.exp: Update tests.
9126
aefd8b33
SDJ
91272017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9128
9129 * gdb.base/startup-with-shell.c: New file.
9130 * gdb.base/startup-with-shell.exp: Likewise.
9131
2090129c
SDJ
91322017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9133
9134 * gdb.server/non-existing-program.exp: Update regex in order to
9135 reflect the fact that gdbserver is now using fork_inferior (with a
9136 shell) to startup the inferior.
9137
8e86a419
SM
91382017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9139
9140 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9141 support function calls from GDB.
9142
e6cf65f2
TT
91432017-05-21 Tom Tromey <tom@tromey.com>
9144
9145 PR rust/21466:
9146 * gdb.rust/unsized.exp: New file.
9147 * gdb.rust/unsized.rs: New file.
9148
43cc5389
TT
91492017-05-19 Tom Tromey <tom@tromey.com>
9150
9151 PR rust/21484:
9152 * gdb.rust/watch.exp: New file.
9153 * gdb.rust/watch.rs: New file.
9154
ec8df234
TT
91552017-05-18 Tom Tromey <tom@tromey.com>
9156
9157 * gdb.rust/simple.exp: Allow Box to be qualified.
9158
3e3e7fae
TP
91592017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9160
9161 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9162
59cc050d
PA
91632017-05-18 Pedro Alves <palves@redhat.com>
9164
9165 * gdb.base/fileio.c (test_write, test_read, test_close)
9166 (test_fstat): Don't print 'ret' in the fail path.
9167
c8f6abd1
PA
91682017-05-18 Pedro Alves <palves@redhat.com>
9169
9170 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9171 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9172 (test_system, test_rename, test_unlink, test_time): Change
9173 prototypes.
9174 * gdb.base/fileio.exp (stop_msg): Adjust.
9175
d2a03b77
PA
91762017-05-18 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.base/fileio.c (null_str): New global.
9179 (test_stat): Use it.
9180 * gdb.base/fileio.exp: Remove nowarnings.
9181
0d5c6999
YQ
91822017-05-17 Yao Qi <yao.qi@linaro.org>
9183
9184 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9185
21873064
YQ
91862017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9187
9188 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9189 argument command.
9190 (top-level): Invoke test_set_inferior_tty.
9191
d512d31c
PA
91922017-05-04 Pedro Alves <palves@redhat.com>
9193
9194 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9195 Add parens to print call for Python 3.
9196
90cef2ed
KS
91972017-05-03 Keith Seitz <keiths@redhat.com>
9198
9199 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9200 (main): Call it.
9201
14f819c8
TW
92022017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9203
9204 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9205 to prev and next.
9206
913aeadd
TW
92072017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9208
9209 * gdb.python/py-record-btrace.exp: Remove test for
9210 gdb.BtraceInstruction.error.
9211
a3be24ad
TW
92122017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9213
9214 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9215
ae20e79a
TW
92162017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9217
9218 * gdb.python/py-record-btrace-threads.c: New file.
9219 * gdb.python/py-record-btrace-threads.exp: New file.
9220
45ce1b47
SDJ
92212017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9222
9223 PR testsuite/8595
9224 * gdb.base/environ.exp: Make test available in all architectures.
9225 Move bits related to "info program" testing to
9226 gdb.base/info-program.exp. Rewrite tests to use the two new
9227 procedures mentione below.
9228 (test_set_show_env_var) New procedure.
9229 (test_set_show_env_var_equal): Likewise.
9230 * gdb.base/info-program.exp: New file.
9231
e15c3eb4
KS
92322017-04-27 Keith Seitz <keiths@redhat.com>
9233
9234 * gdb.cp/oranking.cc (test15): New function.
9235 (main): Call test15 and declare additional variables for testing.
9236 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9237 "p foo101('abc')" tests.
9238 Add tests for cv qualifier overloads.
9239 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9240 "lvalue reference overload" test.
9241 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9242 "print value of f1 on Child&& in f2" test.
9243
3a3fd0fd
PA
92442017-04-19 Pedro Alves <palves@redhat.com>
9245
9246 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9247 procedure.
9248 (top level): Call it.
9249 * lib/gdb.exp (gdb_define_cmd): New procedure.
9250
53375380
PA
92512017-04-12 Pedro Alves <palves@redhat.com>
9252
9253 PR gdb/21323
9254 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9255 (wchar): New global.
9256 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9257 (do_test_wide_char, wide_char_types_no_program, top level): Add
9258 wchar_t testing.
9259
53e710ac
PA
92602017-04-12 Pedro Alves <palves@redhat.com>
9261
9262 PR c++/21323
9263 * gdb.cp/wide_char_types.c: New file.
9264 * gdb.cp/wide_char_types.exp: New file.
9265
0ad9d8c7
SDJ
92662017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9267
9268 PR gdb/21352
9269 * gdb.trace/tsv.exp: Add test for "tsave -r".
9270
b1b45502
IB
92712017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9272
9273 * gdb.dlang/watch-loc.c: New file.
9274 * gdb.dlang/watch-loc.exp: New file.
9275
ec13808e
JK
92762017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9277
9278 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9279
fe5f7374
AK
92802017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9281
9282 * gdb.arch/arc-analyze-prologue.S: New file.
9283 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9284
eea78757
AK
92852017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9286
9287 * gdb.arch/arc-decode-insn.S: New file.
9288 * gdb.arch/arc-decode-insn.exp: Likewise.
9289
5badf10a
IR
92902017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9291
9292 PR tdep/20928
9293 * gdb.arch/sparc64-regs.exp: New file.
9294 * gdb.arch/sparc64-regs.S: Likewise.
9295
cee59b3f
TW
92962017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9297
9298 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9299 and memory view on Python 3.
9300
c0f55cc6
AV
93012017-03-20 Artemiy Volkov <artemiyv@acm.org>
9302 Keith Seitz <keiths@redhat.com>
9303
9304 PR gdb/14441
9305 * gdb.cp/demangle.exp: Add rvalue reference tests.
9306 * gdb.cp/rvalue-ref-casts.cc: New file.
9307 * gdb.cp/rvalue-ref-casts.exp: New file.
9308 * gdb.cp/rvalue-ref-overload.cc: New file.
9309 * gdb.cp/rvalue-ref-overload.exp: New file.
9310 * gdb.cp/rvalue-ref-params.cc: New file.
9311 * gdb.cp/rvalue-ref-params.exp: New file.
9312 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9313 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9314 * gdb.cp/rvalue-ref-types.cc: New file.
9315 * gdb.cp/rvalue-ref-types.exp: New file.
9316 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9317 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9318
51457a05
MAL
93192017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9320
9321 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9322 New procedure.
9323
5b291c04
MAL
93242017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9325
9326 * lib/mi-support.exp (mi_gdb_test): Add additional message
9327 for unexpected output.
9328
59a56148
AA
93292017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9330
9331 * gdb.base/examine-backward.c (Barrier): New character array
9332 constant, to ensure that TestStrings is preceded by a string
9333 terminator.
9334
7942e96e
AA
93352017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9336
9337 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9338 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9339 and implicit pointer into such a location.
9340
6ebac3fb
DE
93412017-03-16 Doug Evans <dje@google.com>
9342
9343 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9344
ec3b243d
TP
93452017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9346
9347 * gdb.cp/m-static.exp: Fix expectation for prototype of
9348 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9349
93502017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9351
9352 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9353 * gdb.guile/scm-lazy-string.c: New file.
9354 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9355 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9356 for pointer, array, typedef lazy strings.
9357
2cc36e25 93582017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9359
9360 PR python/17728, python/18439, python/18779
9361 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9362 * gdb.python/py-lazy-string.c (pointer): New typedef.
9363 (main): New locals ptr, array, typedef_ptr.
9364 * gdb.python/py-value.exp: Move lazy string tests to ...
9365 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9366 array, typedef lazy strings.
ec3b243d 9367
0efcde63
AK
93682017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9369
9370 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9371 Add optional 'test' parameter.
9372
7978d7c3
SM
93732017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9374
9375 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9376 Skip for versions of DejaGnu < 1.5.
9377
896c0c1e
SM
93782017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9379
9380 * lib/gdb.exp (dejagnu_version): New proc.
9381 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9382 Use dejagnu_version.
9383
5f4d1085
KS
93842017-03-10 Keith Seitz <keiths@redhat.com>
9385
9386 PR c++/8128
9387 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9388 type from destructor regexps.
9389 Add a branch which actually passes the test.
9390 Adjust "ptype t5i" test names.
9391
1de05205
PA
93922017-03-08 Pedro Alves <palves@redhat.com>
9393
9394 * gdb.base/step-over-exit.exp: Add explicit test message.
9395
c65d6b55
PA
93962017-03-08 Pedro Alves <palves@redhat.com>
9397
9398 PR gdb/18360
9399 * gdb.threads/interrupt-while-step-over.c: New file.
9400 * gdb.threads/interrupt-while-step-over.exp: New file.
9401
2e86a283
PA
94022017-03-08 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9405 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9406
25dcbff6
PA
94072017-03-08 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9410 PKRU as not supported as a PASS.
9411
dc9366eb
PA
94122017-03-08 Pedro Alves <palves@redhat.com>
9413
9414 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9415 prefix instead of $binfile1/$binfile2.
9416 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9417 in test message.
9418 * gdb.python/py-completion.exp: Use "load python file" as test
9419 messages instead of unstable path names.
9420
6e5d74e7
PA
94212017-03-08 Pedro Alves <palves@redhat.com>
9422 Jan Kratochvil <jan.kratochvil@redhat.com>
9423
9424 PR cli/21218
9425 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9426 New proc.
9427 (top level): Call it.
9428
9753a2f6
PA
94292017-03-08 Pedro Alves <palves@redhat.com>
9430
9431 PR tui/21216
9432 * gdb.tui/tui-nl-filtered-output.exp: New file.
9433
1a4dd9dd
PA
94342017-03-08 Pedro Alves <palves@redhat.com>
9435
9436 * gdb.base/completion.exp: Move TUI completion tests to ...
9437 * gdb.tui/completion.exp: ... this new file.
9438
7cbbff33
PA
94392017-03-08 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/tui-disasm-long-lines.c,
9442 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9443 gdb.base/tui-layout.exp: Move to ...
9444 * gdb.tui/: ... this new directory.
9445
5f6fd321
PA
94462017-03-07 Pedro Alves <palves@redhat.com>
9447
9448 * gdb.base/tui-layout.c: New file.
9449 * gdb.base/tui-layout.exp: New file.
9450
44959fa8
PA
94512017-03-07 Pedro Alves <palves@redhat.com>
9452
9453 * gdb.base/tui-layout.c: Rename to ...
9454 * gdb.base/tui-disasm-long-lines.c: ... this.
9455 * gdb.base/tui-layout.exp: Rename to ...
9456 * gdb.base/tui-disasm-long-lines.exp: ... this.
9457
f8c4e718
PA
94582017-03-07 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9461
6dbb839a 94622017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9463
9464 * i386-mpx-call.c: New file.
9465 * i386-mpx-call.exp: New file.
9466
65b48a81
PB
94672017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9468
9469 * gdb.arch/powerpc-power.exp: Delete test.
9470 * gdb.arch/powerpc-power.s: Likewise.
9471 * gdb.disasm/disassembler-options.exp: New test.
9472 * gdb.arch/powerpc-altivec.exp: Likewise.
9473 * gdb.arch/powerpc-altivec.s: Likewise.
9474 * gdb.arch/powerpc-altivec2.exp: Likewise.
9475 * gdb.arch/powerpc-altivec2.s: Likewise.
9476 * gdb.arch/powerpc-altivec3.exp: Likewise.
9477 * gdb.arch/powerpc-altivec3.s: Likewise.
9478 * gdb.arch/powerpc-power7.exp: Likewise.
9479 * gdb.arch/powerpc-power7.s: Likewise.
9480 * gdb.arch/powerpc-power8.exp: Likewise.
9481 * gdb.arch/powerpc-power8.s: Likewise.
9482 * gdb.arch/powerpc-power9.exp: Likewise.
9483 * gdb.arch/powerpc-power9.s: Likewise.
9484 * gdb.arch/powerpc-vsx.exp: Likewise.
9485 * gdb.arch/powerpc-vsx.s: Likewise.
9486 * gdb.arch/powerpc-vsx2.exp: Likewise.
9487 * gdb.arch/powerpc-vsx2.s: Likewise.
9488 * gdb.arch/powerpc-vsx3.exp: Likewise.
9489 * gdb.arch/powerpc-vsx3.s: Likewise.
9490 * gdb.arch/arm-disassembler-options.exp: Likewise.
9491 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9492 * gdb.arch/s390-disassembler-options.exp: Likewise.
9493
17cd4947
LM
94942017-02-23 Luis Machado <lgustavo@codesourcery.com>
9495
9496 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9497 (check_supported_features): ... this. Changed return type to void.
9498 (supports_rdseed): New static global.
9499 (rdseed): Check supports_rdseed.
9500 (initialize): Call check_supported_features.
9501
2039d74e
EBM
95022017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9503
9504 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9505 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9506 and lqarx/stqcx.
9507 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9508 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9509
a51d7ecf
EBM
95102017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9511
9512 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9513 uppercase.
9514
0224619f
JK
95152017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9516
9517 * gdb.dwarf2/formdata16.c: New file.
9518 * gdb.dwarf2/formdata16.exp: New file.
9519 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9520
216f72a1
JK
95212017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9524 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9525 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9526 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9527 DW_AT_GNU_*.
9528
43988095
JK
95292017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9530
9531 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9532
99e8a4f9
SDJ
95332017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9534
9535 PR gdb/21164
9536 * gdb.base/maint.exp: Add testcases for when the commands do
9537 not have arguments.
9538
b58a8c0c
TP
95392017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9540
9541 * gdb.cp/chained-calls.exp: Use p instead of P.
9542
4e746bb6
TW
95432017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9544
9545 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9546 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9547
3f77c769
TT
95482017-02-14 Tom Tromey <tom@tromey.com>
9549
9550 PR python/13598:
9551 * gdb.python/py-events.exp: Add before_prompt event tests.
9552
075beec0
AA
95532017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9554
9555 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9556
bf5f525c
LM
95572017-02-13 Luis Machado <lgustavo@codesourcery.com>
9558
9559 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9560 (main): Call my_unique_function_name.
9561 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9562 completion of patterns with a single match.
9563 Add missing -re switches to gdb_test_multiple calls.
9564
13a66184
LM
95652017-02-13 Luis Machado <lgustavo@codesourcery.com>
9566
9567 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9568 return if core file is not recognized.
9569
26a06916
SM
95702017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9571
9572 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9573 and extra UIs.
9574
b761ca9e
SM
95752017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9576
9577 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9578 proc_with_prefix.
9579
b964bee0
TT
95802017-02-10 Tom Tromey <tom@tromey.com>
9581
9582 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9583
18da0c51
MG
95842017-02-10 Martin Galvan <martingalvan@sourceware.org>
9585
9586 PR gdb/21122
9587 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9588
604c4576
JG
95892017-02-08 Jerome Guitton <guitton@adacore.com>
9590
9591 * gdb.base/define.exp: Add test for command abbreviations
9592 in define.
9593
20b477a7
LM
95942017-02-06 Luis Machado <lgustavo@codesourcery.com>
9595
9596 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9597 * gdb.reverse/insn-reverse-x86.c: New file.
9598
3f7b46f2
IR
95992017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9600
9601 PR tdep/20936
9602 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9603
f0fd41c1
TT
96042017-02-03 Tom Tromey <tom@tromey.com>
9605
9606 PR rust/21097:
9607 * gdb.rust/simple.exp: Add new tests.
9608
5be5dbf0
PA
96092017-02-02 Pedro Alves <palves@redhat.com>
9610
9611 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9612 tests.
9613
7346ef59
AA
96142017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9615
9616 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9617 taking a 2-byte value out of a 4-byte DWARF implicit value on
9618 big-endian targets.
9619 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9620 logic. Add test cases for DW_OP_implicit.
9621
787f0025
MM
96222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9623
9624 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9625
68777c29
MM
96262017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9627
9628 * gdb.btrace/enable.exp: Call gdb_exit before
9629 skip_gdbserver_tests.
9630
0a1c7e28
MM
96312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9632
9633 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9634 GDBFLAGS.
9635
b5ac99b0
MM
96362017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9637
9638 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9639 the test is skipped.
9640 * gdb.btrace/data.exp: Likewise.
9641 * gdb.btrace/delta.exp: Likewise.
9642 * gdb.btrace/dlopen.exp: Likewise.
9643 * gdb.btrace/enable-running.exp: Likewise.
9644 * gdb.btrace/enable.exp: Likewise.
9645 * gdb.btrace/exception.exp: Likewise.
9646 * gdb.btrace/function_call_history.exp: Likewise.
9647 * gdb.btrace/gcore.exp: Likewise.
9648 * gdb.btrace/instruction_history.exp: Likewise.
9649 * gdb.btrace/multi-thread-step.exp: Likewise.
9650 * gdb.btrace/nohist.exp: Likewise.
9651 * gdb.btrace/non-stop.exp: Likewise.
9652 * gdb.btrace/reconnect.exp: Likewise.
9653 * gdb.btrace/record_goto-step.exp: Likewise.
9654 * gdb.btrace/record_goto.exp: Likewise.
9655 * gdb.btrace/rn-dl-bind.exp: Likewise.
9656 * gdb.btrace/segv.exp: Likewise.
9657 * gdb.btrace/step.exp: Likewise.
9658 * gdb.btrace/stepi.exp: Likewise.
9659 * gdb.btrace/tailcall-only.exp: Likewise.
9660 * gdb.btrace/tailcall.exp: Likewise.
9661 * gdb.btrace/tsx.exp: Likewise.
9662 * gdb.btrace/unknown_functions.exp: Likewise.
9663 * gdb.btrace/vdso.exp: Likewise.
9664
cd4007e4
MM
96652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9666
9667 * gdb.btrace/enable-running.c: New.
9668 * gdb.btrace/enable-running.exp: New.
9669
2735833d
WT
96702017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9671
9672 * gdb.arch/amd64-gs_base.c: New file.
9673 * gdb.arch/amd64-gs_base.exp: New file.
9674
b51e1e94
LM
96752017-01-26 Luis Machado <lgustavo@codesourcery.com>
9676
9677 * lib/memory.exp: Remove spurious empty newlines.
9678
72ca0410
SM
96792017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9680
9681 * gdb.python/py-bad-printers.exp: Load python file using "source".
9682 * gdb.python/py-events.exp: Likewise.
9683 * gdb.python/py-evsignal.exp: Likewise.
9684 * gdb.python/py-evthreads.exp: Likewise.
9685 * gdb.python/py-frame-args.exp: Likewise.
9686 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9687 * gdb.python/py-framefilter-mi.exp: Likewise.
9688 * gdb.python/py-framefilter.exp: Likewise.
9689 * gdb.python/py-mi.exp: Likewise.
9690 * gdb.python/py-pp-maint.exp: Likewise.
9691 * gdb.python/py-pp-registration.exp: Likewise.
9692 * gdb.python/py-prettyprint.exp: Likewise.
9693 (run_lang_tests): Likewise.
9694 * gdb.python/py-typeprint.exp: Likewise.
9695
e309aa65
LM
96962017-01-26 Luis Machado <lgustavo@codesourcery.com>
9697
9698 * lib/memory.exp: New file.
9699 * lib/gdb.exp: Load memory.exp.
9700 * gdb.base/memattr.exp (delete_memory): Move proc to
9701 lib/memory.exp and rename to delete_memory_regions.
9702 Replace delete_memory with delete_memory_regions.
9703 Cleanup memory regions before tests.
9704 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9705 before tests.
9706
515aff23
LM
97072017-01-26 Luis Machado <lgustavo@codesourcery.com>
9708
9709 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9710 files.
9711 (initialize): New function conditionally defined.
9712 (testcases): Move within conditional block.
9713 (main): Call initialize.
9714 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9715 of gdb.reverse/insn-reverse.c.
9716 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9717 gdb.reverse/insn-reverse.c.
9718
d8b49cf0
YQ
97192017-01-26 Yao Qi <yao.qi@linaro.org>
9720
9721 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9722 disassemble on address 0.
9723
f13a9a0c
YQ
97242017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9725 Yao Qi <yao.qi@linaro.org>
9726
9727 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9728 * gdb.dwarf2/implptr-64bit.S: Remove.
9729 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9730 variables in caller's context. Add DW_OP_implicit_value.
9731
5ac95241
YQ
97322017-01-25 Yao Qi <yao.qi@linaro.org>
9733
9734 * lib/dwarf.exp (Dwarf::_location): Handle
9735 DW_OP_GNU_implicit_pointer with proper size.
9736
23e82930
LM
97372017-01-20 Luis Machado <lgustavo@codesourcery.com>
9738
9739 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9740 and add untested calls.
9741
d334ae25
LM
97422017-01-20 Luis Machado <lgustavo@codesourcery.com>
9743
9744 * gdb.python/python.exp: Check line number against what GDB thinks
9745 the line number is for func1.
9746
f5e6296e
IB
97472017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9748
9749 * gdb.dlang/debug-expr.exp: New file.
9750
5b362f04
LM
97512016-12-23 Luis Machado <lgustavo@codesourcery.com>
9752
9753 Fix test names for the following files:
9754
9755 * gdb.ada/exec_changed.exp
9756 * gdb.ada/info_types.exp
9757 * gdb.arch/aarch64-atomic-inst.exp
9758 * gdb.arch/aarch64-fp.exp
9759 * gdb.arch/altivec-abi.exp
9760 * gdb.arch/altivec-regs.exp
9761 * gdb.arch/amd64-byte.exp
9762 * gdb.arch/amd64-disp-step.exp
9763 * gdb.arch/amd64-dword.exp
9764 * gdb.arch/amd64-entry-value-inline.exp
9765 * gdb.arch/amd64-entry-value-param.exp
9766 * gdb.arch/amd64-entry-value-paramref.exp
9767 * gdb.arch/amd64-entry-value.exp
9768 * gdb.arch/amd64-i386-address.exp
9769 * gdb.arch/amd64-invalid-stack-middle.exp
9770 * gdb.arch/amd64-invalid-stack-top.exp
9771 * gdb.arch/amd64-optimout-repeat.exp
9772 * gdb.arch/amd64-prologue-skip.exp
9773 * gdb.arch/amd64-prologue-xmm.exp
9774 * gdb.arch/amd64-stap-special-operands.exp
9775 * gdb.arch/amd64-stap-wrong-subexp.exp
9776 * gdb.arch/amd64-tailcall-cxx.exp
9777 * gdb.arch/amd64-tailcall-noret.exp
9778 * gdb.arch/amd64-tailcall-ret.exp
9779 * gdb.arch/amd64-tailcall-self.exp
9780 * gdb.arch/amd64-word.exp
9781 * gdb.arch/arm-bl-branch-dest.exp
9782 * gdb.arch/arm-disp-step.exp
9783 * gdb.arch/arm-neon.exp
9784 * gdb.arch/arm-single-step-kernel-helper.exp
9785 * gdb.arch/avr-flash-qualifier.exp
9786 * gdb.arch/disp-step-insn-reloc.exp
9787 * gdb.arch/e500-abi.exp
9788 * gdb.arch/e500-regs.exp
9789 * gdb.arch/ftrace-insn-reloc.exp
9790 * gdb.arch/i386-avx512.exp
9791 * gdb.arch/i386-bp_permanent.exp
9792 * gdb.arch/i386-byte.exp
9793 * gdb.arch/i386-cfi-notcurrent.exp
9794 * gdb.arch/i386-disp-step.exp
9795 * gdb.arch/i386-dr3-watch.exp
9796 * gdb.arch/i386-float.exp
9797 * gdb.arch/i386-gnu-cfi.exp
9798 * gdb.arch/i386-mpx-map.exp
9799 * gdb.arch/i386-mpx-sigsegv.exp
9800 * gdb.arch/i386-mpx-simple_segv.exp
9801 * gdb.arch/i386-mpx.exp
9802 * gdb.arch/i386-permbkpt.exp
9803 * gdb.arch/i386-prologue.exp
9804 * gdb.arch/i386-signal.exp
9805 * gdb.arch/i386-size-overlap.exp
9806 * gdb.arch/i386-unwind.exp
9807 * gdb.arch/i386-word.exp
9808 * gdb.arch/mips-fcr.exp
9809 * gdb.arch/powerpc-d128-regs.exp
9810 * gdb.arch/powerpc-stackless.exp
9811 * gdb.arch/ppc64-atomic-inst.exp
9812 * gdb.arch/s390-stackless.exp
9813 * gdb.arch/s390-tdbregs.exp
9814 * gdb.arch/s390-vregs.exp
9815 * gdb.arch/sparc-sysstep.exp
9816 * gdb.arch/thumb-bx-pc.exp
9817 * gdb.arch/thumb-singlestep.exp
9818 * gdb.arch/thumb2-it.exp
9819 * gdb.arch/vsx-regs.exp
9820 * gdb.asm/asm-source.exp
9821 * gdb.base/a2-run.exp
9822 * gdb.base/advance.exp
9823 * gdb.base/all-bin.exp
9824 * gdb.base/anon.exp
9825 * gdb.base/args.exp
9826 * gdb.base/arithmet.exp
9827 * gdb.base/async-shell.exp
9828 * gdb.base/async.exp
9829 * gdb.base/attach-pie-noexec.exp
9830 * gdb.base/attach-twice.exp
9831 * gdb.base/auto-load.exp
9832 * gdb.base/bang.exp
9833 * gdb.base/bitfields.exp
9834 * gdb.base/break-always.exp
9835 * gdb.base/break-caller-line.exp
9836 * gdb.base/break-entry.exp
9837 * gdb.base/break-inline.exp
9838 * gdb.base/break-on-linker-gcd-function.exp
9839 * gdb.base/break-probes.exp
9840 * gdb.base/break.exp
9841 * gdb.base/breakpoint-shadow.exp
9842 * gdb.base/call-ar-st.exp
9843 * gdb.base/call-sc.exp
9844 * gdb.base/call-signal-resume.exp
9845 * gdb.base/call-strs.exp
9846 * gdb.base/callfuncs.exp
9847 * gdb.base/catch-fork-static.exp
9848 * gdb.base/catch-gdb-caused-signals.exp
9849 * gdb.base/catch-load.exp
9850 * gdb.base/catch-signal-fork.exp
9851 * gdb.base/catch-signal.exp
9852 * gdb.base/catch-syscall.exp
9853 * gdb.base/charset.exp
9854 * gdb.base/checkpoint.exp
9855 * gdb.base/chng-syms.exp
9856 * gdb.base/code-expr.exp
9857 * gdb.base/code_elim.exp
9858 * gdb.base/commands.exp
9859 * gdb.base/completion.exp
9860 * gdb.base/complex.exp
9861 * gdb.base/cond-expr.exp
9862 * gdb.base/condbreak.exp
9863 * gdb.base/consecutive.exp
9864 * gdb.base/continue-all-already-running.exp
9865 * gdb.base/coredump-filter.exp
9866 * gdb.base/corefile.exp
9867 * gdb.base/dbx.exp
9868 * gdb.base/debug-expr.exp
9869 * gdb.base/define.exp
9870 * gdb.base/del.exp
9871 * gdb.base/disabled-location.exp
9872 * gdb.base/disasm-end-cu.exp
9873 * gdb.base/disasm-optim.exp
9874 * gdb.base/display.exp
9875 * gdb.base/duplicate-bp.exp
9876 * gdb.base/ena-dis-br.exp
9877 * gdb.base/ending-run.exp
9878 * gdb.base/enumval.exp
9879 * gdb.base/environ.exp
9880 * gdb.base/eu-strip-infcall.exp
9881 * gdb.base/eval-avoid-side-effects.exp
9882 * gdb.base/eval-skip.exp
9883 * gdb.base/exitsignal.exp
9884 * gdb.base/expand-psymtabs.exp
9885 * gdb.base/filesym.exp
9886 * gdb.base/find-unmapped.exp
9887 * gdb.base/finish.exp
9888 * gdb.base/float.exp
9889 * gdb.base/foll-exec-mode.exp
9890 * gdb.base/foll-exec.exp
9891 * gdb.base/foll-fork.exp
9892 * gdb.base/fortran-sym-case.exp
9893 * gdb.base/freebpcmd.exp
9894 * gdb.base/func-ptr.exp
9895 * gdb.base/func-ptrs.exp
9896 * gdb.base/funcargs.exp
9897 * gdb.base/gcore-buffer-overflow.exp
9898 * gdb.base/gcore-relro-pie.exp
9899 * gdb.base/gcore-relro.exp
9900 * gdb.base/gcore.exp
9901 * gdb.base/gdb1090.exp
9902 * gdb.base/gdb11530.exp
9903 * gdb.base/gdb11531.exp
9904 * gdb.base/gdb1821.exp
9905 * gdb.base/gdbindex-stabs.exp
9906 * gdb.base/gdbvars.exp
9907 * gdb.base/hbreak.exp
9908 * gdb.base/hbreak2.exp
9909 * gdb.base/included.exp
9910 * gdb.base/infcall-input.exp
9911 * gdb.base/inferior-died.exp
9912 * gdb.base/infnan.exp
9913 * gdb.base/info-macros.exp
9914 * gdb.base/info-os.exp
9915 * gdb.base/info-proc.exp
9916 * gdb.base/info-shared.exp
9917 * gdb.base/info-target.exp
9918 * gdb.base/infoline.exp
9919 * gdb.base/interp.exp
9920 * gdb.base/interrupt.exp
9921 * gdb.base/jit-reader.exp
9922 * gdb.base/jit-simple.exp
9923 * gdb.base/kill-after-signal.exp
9924 * gdb.base/kill-detach-inferiors-cmd.exp
9925 * gdb.base/label.exp
9926 * gdb.base/langs.exp
9927 * gdb.base/ldbl_e308.exp
9928 * gdb.base/line-symtabs.exp
9929 * gdb.base/linespecs.exp
9930 * gdb.base/list.exp
9931 * gdb.base/long_long.exp
9932 * gdb.base/longest-types.exp
9933 * gdb.base/maint.exp
9934 * gdb.base/max-value-size.exp
9935 * gdb.base/memattr.exp
9936 * gdb.base/mips_pro.exp
9937 * gdb.base/morestack.exp
9938 * gdb.base/moribund-step.exp
9939 * gdb.base/multi-forks.exp
9940 * gdb.base/nested-addr.exp
9941 * gdb.base/nextoverexit.exp
9942 * gdb.base/noreturn-finish.exp
9943 * gdb.base/noreturn-return.exp
9944 * gdb.base/nostdlib.exp
9945 * gdb.base/offsets.exp
9946 * gdb.base/opaque.exp
9947 * gdb.base/pc-fp.exp
9948 * gdb.base/permissions.exp
9949 * gdb.base/print-symbol-loading.exp
9950 * gdb.base/prologue-include.exp
9951 * gdb.base/psymtab.exp
9952 * gdb.base/ptype.exp
9953 * gdb.base/random-signal.exp
9954 * gdb.base/randomize.exp
9955 * gdb.base/range-stepping.exp
9956 * gdb.base/readline-ask.exp
9957 * gdb.base/recpar.exp
9958 * gdb.base/recurse.exp
9959 * gdb.base/relational.exp
9960 * gdb.base/restore.exp
9961 * gdb.base/return-nodebug.exp
9962 * gdb.base/return.exp
9963 * gdb.base/run-after-attach.exp
9964 * gdb.base/save-bp.exp
9965 * gdb.base/scope.exp
9966 * gdb.base/sect-cmd.exp
9967 * gdb.base/set-lang-auto.exp
9968 * gdb.base/set-noassign.exp
9969 * gdb.base/setvar.exp
9970 * gdb.base/sigall.exp
9971 * gdb.base/sigbpt.exp
9972 * gdb.base/siginfo-addr.exp
9973 * gdb.base/siginfo-infcall.exp
9974 * gdb.base/siginfo-obj.exp
9975 * gdb.base/siginfo.exp
9976 * gdb.base/signals-state-child.exp
9977 * gdb.base/signest.exp
9978 * gdb.base/sigstep.exp
9979 * gdb.base/sizeof.exp
9980 * gdb.base/skip.exp
9981 * gdb.base/solib-corrupted.exp
9982 * gdb.base/solib-nodir.exp
9983 * gdb.base/solib-search.exp
9984 * gdb.base/stack-checking.exp
9985 * gdb.base/stale-infcall.exp
9986 * gdb.base/stap-probe.exp
9987 * gdb.base/start.exp
9988 * gdb.base/step-break.exp
9989 * gdb.base/step-bt.exp
9990 * gdb.base/step-line.exp
9991 * gdb.base/step-over-exit.exp
9992 * gdb.base/step-over-syscall.exp
9993 * gdb.base/step-resume-infcall.exp
9994 * gdb.base/step-test.exp
9995 * gdb.base/store.exp
9996 * gdb.base/structs3.exp
9997 * gdb.base/sym-file.exp
9998 * gdb.base/symbol-without-target_section.exp
9999 * gdb.base/term.exp
10000 * gdb.base/testenv.exp
10001 * gdb.base/ui-redirect.exp
10002 * gdb.base/until.exp
10003 * gdb.base/unwindonsignal.exp
10004 * gdb.base/value-double-free.exp
10005 * gdb.base/vla-datatypes.exp
10006 * gdb.base/vla-ptr.exp
10007 * gdb.base/vla-sideeffect.exp
10008 * gdb.base/volatile.exp
10009 * gdb.base/watch-cond-infcall.exp
10010 * gdb.base/watch-cond.exp
10011 * gdb.base/watch-non-mem.exp
10012 * gdb.base/watch-read.exp
10013 * gdb.base/watch-vfork.exp
10014 * gdb.base/watchpoint-cond-gone.exp
10015 * gdb.base/watchpoint-delete.exp
10016 * gdb.base/watchpoint-hw-hit-once.exp
10017 * gdb.base/watchpoint-hw.exp
10018 * gdb.base/watchpoint-stops-at-right-insn.exp
10019 * gdb.base/watchpoints.exp
10020 * gdb.base/wchar.exp
10021 * gdb.base/whatis-exp.exp
10022 * gdb.btrace/buffer-size.exp
10023 * gdb.btrace/data.exp
10024 * gdb.btrace/delta.exp
10025 * gdb.btrace/dlopen.exp
10026 * gdb.btrace/enable.exp
10027 * gdb.btrace/exception.exp
10028 * gdb.btrace/function_call_history.exp
10029 * gdb.btrace/gcore.exp
10030 * gdb.btrace/instruction_history.exp
10031 * gdb.btrace/nohist.exp
10032 * gdb.btrace/reconnect.exp
10033 * gdb.btrace/record_goto-step.exp
10034 * gdb.btrace/record_goto.exp
10035 * gdb.btrace/rn-dl-bind.exp
10036 * gdb.btrace/segv.exp
10037 * gdb.btrace/step.exp
10038 * gdb.btrace/stepi.exp
10039 * gdb.btrace/tailcall-only.exp
10040 * gdb.btrace/tailcall.exp
10041 * gdb.btrace/tsx.exp
10042 * gdb.btrace/unknown_functions.exp
10043 * gdb.btrace/vdso.exp
10044 * gdb.compile/compile-ifunc.exp
10045 * gdb.compile/compile-ops.exp
10046 * gdb.compile/compile-print.exp
10047 * gdb.compile/compile-setjmp.exp
10048 * gdb.cp/abstract-origin.exp
10049 * gdb.cp/ambiguous.exp
10050 * gdb.cp/annota2.exp
10051 * gdb.cp/annota3.exp
10052 * gdb.cp/anon-ns.exp
10053 * gdb.cp/anon-struct.exp
10054 * gdb.cp/anon-union.exp
10055 * gdb.cp/arg-reference.exp
10056 * gdb.cp/baseenum.exp
10057 * gdb.cp/bool.exp
10058 * gdb.cp/breakpoint.exp
10059 * gdb.cp/bs15503.exp
10060 * gdb.cp/call-c.exp
10061 * gdb.cp/casts.exp
10062 * gdb.cp/chained-calls.exp
10063 * gdb.cp/class2.exp
10064 * gdb.cp/classes.exp
10065 * gdb.cp/cmpd-minsyms.exp
10066 * gdb.cp/converts.exp
10067 * gdb.cp/cp-relocate.exp
10068 * gdb.cp/cpcompletion.exp
10069 * gdb.cp/cpexprs.exp
10070 * gdb.cp/cplabel.exp
10071 * gdb.cp/cplusfuncs.exp
10072 * gdb.cp/cpsizeof.exp
10073 * gdb.cp/ctti.exp
10074 * gdb.cp/derivation.exp
10075 * gdb.cp/destrprint.exp
10076 * gdb.cp/dispcxx.exp
10077 * gdb.cp/enum-class.exp
10078 * gdb.cp/exception.exp
10079 * gdb.cp/exceptprint.exp
10080 * gdb.cp/expand-psymtabs-cxx.exp
10081 * gdb.cp/expand-sals.exp
10082 * gdb.cp/extern-c.exp
10083 * gdb.cp/filename.exp
10084 * gdb.cp/formatted-ref.exp
10085 * gdb.cp/fpointer.exp
10086 * gdb.cp/gdb1355.exp
10087 * gdb.cp/gdb2495.exp
10088 * gdb.cp/hang.exp
10089 * gdb.cp/impl-this.exp
10090 * gdb.cp/infcall-dlopen.exp
10091 * gdb.cp/inherit.exp
10092 * gdb.cp/iostream.exp
10093 * gdb.cp/koenig.exp
10094 * gdb.cp/local.exp
10095 * gdb.cp/m-data.exp
10096 * gdb.cp/m-static.exp
10097 * gdb.cp/mb-ctor.exp
10098 * gdb.cp/mb-inline.exp
10099 * gdb.cp/mb-templates.exp
10100 * gdb.cp/member-name.exp
10101 * gdb.cp/member-ptr.exp
10102 * gdb.cp/meth-typedefs.exp
10103 * gdb.cp/method.exp
10104 * gdb.cp/method2.exp
10105 * gdb.cp/minsym-fallback.exp
10106 * gdb.cp/misc.exp
10107 * gdb.cp/namelessclass.exp
10108 * gdb.cp/namespace-enum.exp
10109 * gdb.cp/namespace-nested-import.exp
10110 * gdb.cp/namespace.exp
10111 * gdb.cp/nextoverthrow.exp
10112 * gdb.cp/no-dmgl-verbose.exp
10113 * gdb.cp/non-trivial-retval.exp
10114 * gdb.cp/noparam.exp
10115 * gdb.cp/nsdecl.exp
10116 * gdb.cp/nsimport.exp
10117 * gdb.cp/nsnested.exp
10118 * gdb.cp/nsnoimports.exp
10119 * gdb.cp/nsrecurs.exp
10120 * gdb.cp/nsstress.exp
10121 * gdb.cp/nsusing.exp
10122 * gdb.cp/operator.exp
10123 * gdb.cp/oranking.exp
10124 * gdb.cp/overload-const.exp
10125 * gdb.cp/overload.exp
10126 * gdb.cp/ovldbreak.exp
10127 * gdb.cp/ovsrch.exp
10128 * gdb.cp/paren-type.exp
10129 * gdb.cp/parse-lang.exp
10130 * gdb.cp/pass-by-ref.exp
10131 * gdb.cp/pr-1023.exp
10132 * gdb.cp/pr-1210.exp
10133 * gdb.cp/pr-574.exp
10134 * gdb.cp/pr10687.exp
10135 * gdb.cp/pr12028.exp
10136 * gdb.cp/pr17132.exp
10137 * gdb.cp/pr17494.exp
10138 * gdb.cp/pr9067.exp
10139 * gdb.cp/pr9167.exp
10140 * gdb.cp/pr9631.exp
10141 * gdb.cp/printmethod.exp
10142 * gdb.cp/psmang.exp
10143 * gdb.cp/psymtab-parameter.exp
10144 * gdb.cp/ptype-cv-cp.exp
10145 * gdb.cp/ptype-flags.exp
10146 * gdb.cp/re-set-overloaded.exp
10147 * gdb.cp/ref-types.exp
10148 * gdb.cp/rtti.exp
10149 * gdb.cp/scope-err.exp
10150 * gdb.cp/shadow.exp
10151 * gdb.cp/smartp.exp
10152 * gdb.cp/static-method.exp
10153 * gdb.cp/static-print-quit.exp
10154 * gdb.cp/temargs.exp
10155 * gdb.cp/templates.exp
10156 * gdb.cp/try_catch.exp
10157 * gdb.cp/typedef-operator.exp
10158 * gdb.cp/typeid.exp
10159 * gdb.cp/userdef.exp
10160 * gdb.cp/using-crash.exp
10161 * gdb.cp/var-tag.exp
10162 * gdb.cp/virtbase.exp
10163 * gdb.cp/virtfunc.exp
10164 * gdb.cp/virtfunc2.exp
10165 * gdb.cp/vla-cxx.exp
10166 * gdb.disasm/t01_mov.exp
10167 * gdb.disasm/t02_mova.exp
10168 * gdb.disasm/t03_add.exp
10169 * gdb.disasm/t04_sub.exp
10170 * gdb.disasm/t05_cmp.exp
10171 * gdb.disasm/t06_ari2.exp
10172 * gdb.disasm/t07_ari3.exp
10173 * gdb.disasm/t08_or.exp
10174 * gdb.disasm/t09_xor.exp
10175 * gdb.disasm/t10_and.exp
10176 * gdb.disasm/t11_logs.exp
10177 * gdb.disasm/t12_bit.exp
10178 * gdb.disasm/t13_otr.exp
10179 * gdb.dlang/circular.exp
10180 * gdb.dwarf2/arr-stride.exp
10181 * gdb.dwarf2/arr-subrange.exp
10182 * gdb.dwarf2/atomic-type.exp
10183 * gdb.dwarf2/bad-regnum.exp
10184 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10185 * gdb.dwarf2/callframecfa.exp
10186 * gdb.dwarf2/clztest.exp
10187 * gdb.dwarf2/corrupt.exp
10188 * gdb.dwarf2/data-loc.exp
10189 * gdb.dwarf2/dup-psym.exp
10190 * gdb.dwarf2/dw2-anon-mptr.exp
10191 * gdb.dwarf2/dw2-anonymous-func.exp
10192 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10193 * gdb.dwarf2/dw2-bad-unresolved.exp
10194 * gdb.dwarf2/dw2-basic.exp
10195 * gdb.dwarf2/dw2-canonicalize-type.exp
10196 * gdb.dwarf2/dw2-case-insensitive.exp
10197 * gdb.dwarf2/dw2-common-block.exp
10198 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10199 * gdb.dwarf2/dw2-compressed.exp
10200 * gdb.dwarf2/dw2-const.exp
10201 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10202 * gdb.dwarf2/dw2-cu-size.exp
10203 * gdb.dwarf2/dw2-dup-frame.exp
10204 * gdb.dwarf2/dw2-entry-value.exp
10205 * gdb.dwarf2/dw2-icycle.exp
10206 * gdb.dwarf2/dw2-ifort-parameter.exp
10207 * gdb.dwarf2/dw2-inline-break.exp
10208 * gdb.dwarf2/dw2-inline-param.exp
10209 * gdb.dwarf2/dw2-intercu.exp
10210 * gdb.dwarf2/dw2-intermix.exp
10211 * gdb.dwarf2/dw2-lexical-block-bare.exp
10212 * gdb.dwarf2/dw2-linkage-name-trust.exp
10213 * gdb.dwarf2/dw2-minsym-in-cu.exp
10214 * gdb.dwarf2/dw2-noloc.exp
10215 * gdb.dwarf2/dw2-op-call.exp
10216 * gdb.dwarf2/dw2-op-out-param.exp
10217 * gdb.dwarf2/dw2-opt-structptr.exp
10218 * gdb.dwarf2/dw2-param-error.exp
10219 * gdb.dwarf2/dw2-producer.exp
10220 * gdb.dwarf2/dw2-ranges-base.exp
10221 * gdb.dwarf2/dw2-ref-missing-frame.exp
10222 * gdb.dwarf2/dw2-reg-undefined.exp
10223 * gdb.dwarf2/dw2-regno-invalid.exp
10224 * gdb.dwarf2/dw2-restore.exp
10225 * gdb.dwarf2/dw2-restrict.exp
10226 * gdb.dwarf2/dw2-single-line-discriminators.exp
10227 * gdb.dwarf2/dw2-strp.exp
10228 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10229 * gdb.dwarf2/dw2-unresolved.exp
10230 * gdb.dwarf2/dw2-var-zero-addr.exp
10231 * gdb.dwarf2/dw4-sig-types.exp
10232 * gdb.dwarf2/dwz.exp
10233 * gdb.dwarf2/dynarr-ptr.exp
10234 * gdb.dwarf2/enum-type.exp
10235 * gdb.dwarf2/gdb-index.exp
10236 * gdb.dwarf2/implptr-64bit.exp
10237 * gdb.dwarf2/implptr-optimized-out.exp
10238 * gdb.dwarf2/implptr.exp
10239 * gdb.dwarf2/implref-array.exp
10240 * gdb.dwarf2/implref-const.exp
10241 * gdb.dwarf2/implref-global.exp
10242 * gdb.dwarf2/implref-struct.exp
10243 * gdb.dwarf2/mac-fileno.exp
10244 * gdb.dwarf2/main-subprogram.exp
10245 * gdb.dwarf2/member-ptr-forwardref.exp
10246 * gdb.dwarf2/method-ptr.exp
10247 * gdb.dwarf2/missing-sig-type.exp
10248 * gdb.dwarf2/nonvar-access.exp
10249 * gdb.dwarf2/opaque-type-lookup.exp
10250 * gdb.dwarf2/pieces-optimized-out.exp
10251 * gdb.dwarf2/pieces.exp
10252 * gdb.dwarf2/pr10770.exp
10253 * gdb.dwarf2/pr13961.exp
10254 * gdb.dwarf2/staticvirtual.exp
10255 * gdb.dwarf2/subrange.exp
10256 * gdb.dwarf2/symtab-producer.exp
10257 * gdb.dwarf2/trace-crash.exp
10258 * gdb.dwarf2/typeddwarf.exp
10259 * gdb.dwarf2/valop.exp
10260 * gdb.dwarf2/watch-notconst.exp
10261 * gdb.fortran/array-element.exp
10262 * gdb.fortran/charset.exp
10263 * gdb.fortran/common-block.exp
10264 * gdb.fortran/complex.exp
10265 * gdb.fortran/derived-type-function.exp
10266 * gdb.fortran/derived-type.exp
10267 * gdb.fortran/logical.exp
10268 * gdb.fortran/module.exp
10269 * gdb.fortran/multi-dim.exp
10270 * gdb.fortran/nested-funcs.exp
10271 * gdb.fortran/print-formatted.exp
10272 * gdb.fortran/subarray.exp
10273 * gdb.fortran/vla-alloc-assoc.exp
10274 * gdb.fortran/vla-datatypes.exp
10275 * gdb.fortran/vla-history.exp
10276 * gdb.fortran/vla-ptr-info.exp
10277 * gdb.fortran/vla-ptype-sub.exp
10278 * gdb.fortran/vla-ptype.exp
10279 * gdb.fortran/vla-sizeof.exp
10280 * gdb.fortran/vla-type.exp
10281 * gdb.fortran/vla-value-sub-arbitrary.exp
10282 * gdb.fortran/vla-value-sub-finish.exp
10283 * gdb.fortran/vla-value-sub.exp
10284 * gdb.fortran/vla-value.exp
10285 * gdb.fortran/whatis_type.exp
10286 * gdb.go/chan.exp
10287 * gdb.go/handcall.exp
10288 * gdb.go/hello.exp
10289 * gdb.go/integers.exp
10290 * gdb.go/methods.exp
10291 * gdb.go/package.exp
10292 * gdb.go/strings.exp
10293 * gdb.go/types.exp
10294 * gdb.go/unsafe.exp
10295 * gdb.guile/scm-arch.exp
10296 * gdb.guile/scm-block.exp
10297 * gdb.guile/scm-breakpoint.exp
10298 * gdb.guile/scm-cmd.exp
10299 * gdb.guile/scm-disasm.exp
10300 * gdb.guile/scm-equal.exp
10301 * gdb.guile/scm-frame-args.exp
10302 * gdb.guile/scm-frame-inline.exp
10303 * gdb.guile/scm-frame.exp
10304 * gdb.guile/scm-iterator.exp
10305 * gdb.guile/scm-math.exp
10306 * gdb.guile/scm-objfile.exp
10307 * gdb.guile/scm-ports.exp
10308 * gdb.guile/scm-symbol.exp
10309 * gdb.guile/scm-symtab.exp
10310 * gdb.guile/scm-value-cc.exp
10311 * gdb.guile/types-module.exp
10312 * gdb.linespec/break-ask.exp
10313 * gdb.linespec/cpexplicit.exp
10314 * gdb.linespec/explicit.exp
10315 * gdb.linespec/keywords.exp
10316 * gdb.linespec/linespec.exp
10317 * gdb.linespec/ls-dollar.exp
10318 * gdb.linespec/ls-errs.exp
10319 * gdb.linespec/skip-two.exp
10320 * gdb.linespec/thread.exp
10321 * gdb.mi/mi-async.exp
10322 * gdb.mi/mi-basics.exp
10323 * gdb.mi/mi-break.exp
10324 * gdb.mi/mi-catch-load.exp
10325 * gdb.mi/mi-cli.exp
10326 * gdb.mi/mi-cmd-param-changed.exp
10327 * gdb.mi/mi-console.exp
10328 * gdb.mi/mi-detach.exp
10329 * gdb.mi/mi-disassemble.exp
10330 * gdb.mi/mi-eval.exp
10331 * gdb.mi/mi-file-transfer.exp
10332 * gdb.mi/mi-file.exp
10333 * gdb.mi/mi-fill-memory.exp
10334 * gdb.mi/mi-inheritance-syntax-error.exp
10335 * gdb.mi/mi-linespec-err-cp.exp
10336 * gdb.mi/mi-logging.exp
10337 * gdb.mi/mi-memory-changed.exp
10338 * gdb.mi/mi-read-memory.exp
10339 * gdb.mi/mi-record-changed.exp
10340 * gdb.mi/mi-reg-undefined.exp
10341 * gdb.mi/mi-regs.exp
10342 * gdb.mi/mi-return.exp
10343 * gdb.mi/mi-reverse.exp
10344 * gdb.mi/mi-simplerun.exp
10345 * gdb.mi/mi-solib.exp
10346 * gdb.mi/mi-stack.exp
10347 * gdb.mi/mi-stepi.exp
10348 * gdb.mi/mi-syn-frame.exp
10349 * gdb.mi/mi-until.exp
10350 * gdb.mi/mi-var-block.exp
10351 * gdb.mi/mi-var-child.exp
10352 * gdb.mi/mi-var-cmd.exp
10353 * gdb.mi/mi-var-cp.exp
10354 * gdb.mi/mi-var-display.exp
10355 * gdb.mi/mi-var-invalidate.exp
10356 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10357 * gdb.mi/mi-vla-fortran.exp
10358 * gdb.mi/mi-watch.exp
10359 * gdb.mi/mi2-var-child.exp
10360 * gdb.mi/user-selected-context-sync.exp
10361 * gdb.modula2/unbounded-array.exp
10362 * gdb.multi/dummy-frame-restore.exp
10363 * gdb.multi/multi-arch-exec.exp
10364 * gdb.multi/multi-arch.exp
10365 * gdb.multi/tids.exp
10366 * gdb.multi/watchpoint-multi.exp
10367 * gdb.opencl/callfuncs.exp
10368 * gdb.opencl/convs_casts.exp
10369 * gdb.opencl/datatypes.exp
10370 * gdb.opencl/operators.exp
10371 * gdb.opencl/vec_comps.exp
10372 * gdb.opt/clobbered-registers-O2.exp
10373 * gdb.opt/inline-break.exp
10374 * gdb.opt/inline-bt.exp
10375 * gdb.opt/inline-cmds.exp
10376 * gdb.opt/inline-locals.exp
10377 * gdb.pascal/case-insensitive-symbols.exp
10378 * gdb.pascal/floats.exp
10379 * gdb.pascal/gdb11492.exp
10380 * gdb.python/lib-types.exp
10381 * gdb.python/py-arch.exp
10382 * gdb.python/py-as-string.exp
10383 * gdb.python/py-bad-printers.exp
10384 * gdb.python/py-block.exp
10385 * gdb.python/py-breakpoint-create-fail.exp
10386 * gdb.python/py-breakpoint.exp
10387 * gdb.python/py-caller-is.exp
10388 * gdb.python/py-cmd.exp
10389 * gdb.python/py-explore-cc.exp
10390 * gdb.python/py-explore.exp
10391 * gdb.python/py-finish-breakpoint.exp
10392 * gdb.python/py-finish-breakpoint2.exp
10393 * gdb.python/py-frame-args.exp
10394 * gdb.python/py-frame-inline.exp
10395 * gdb.python/py-frame.exp
10396 * gdb.python/py-framefilter-mi.exp
10397 * gdb.python/py-infthread.exp
10398 * gdb.python/py-lazy-string.exp
10399 * gdb.python/py-linetable.exp
10400 * gdb.python/py-mi-events.exp
10401 * gdb.python/py-mi-objfile.exp
10402 * gdb.python/py-mi.exp
10403 * gdb.python/py-objfile.exp
10404 * gdb.python/py-pp-integral.exp
10405 * gdb.python/py-pp-maint.exp
10406 * gdb.python/py-pp-re-notag.exp
10407 * gdb.python/py-pp-registration.exp
10408 * gdb.python/py-recurse-unwind.exp
10409 * gdb.python/py-strfns.exp
10410 * gdb.python/py-symbol.exp
10411 * gdb.python/py-symtab.exp
10412 * gdb.python/py-sync-interp.exp
10413 * gdb.python/py-typeprint.exp
10414 * gdb.python/py-unwind-maint.exp
10415 * gdb.python/py-unwind.exp
10416 * gdb.python/py-value-cc.exp
10417 * gdb.python/py-xmethods.exp
10418 * gdb.reverse/amd64-tailcall-reverse.exp
10419 * gdb.reverse/break-precsave.exp
10420 * gdb.reverse/break-reverse.exp
10421 * gdb.reverse/consecutive-precsave.exp
10422 * gdb.reverse/consecutive-reverse.exp
10423 * gdb.reverse/finish-precsave.exp
10424 * gdb.reverse/finish-reverse-bkpt.exp
10425 * gdb.reverse/finish-reverse.exp
10426 * gdb.reverse/fstatat-reverse.exp
10427 * gdb.reverse/getresuid-reverse.exp
10428 * gdb.reverse/i386-precsave.exp
10429 * gdb.reverse/i386-reverse.exp
10430 * gdb.reverse/i386-sse-reverse.exp
10431 * gdb.reverse/i387-env-reverse.exp
10432 * gdb.reverse/i387-stack-reverse.exp
10433 * gdb.reverse/insn-reverse.exp
10434 * gdb.reverse/machinestate-precsave.exp
10435 * gdb.reverse/machinestate.exp
10436 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10437 * gdb.reverse/pipe-reverse.exp
10438 * gdb.reverse/readv-reverse.exp
10439 * gdb.reverse/recvmsg-reverse.exp
10440 * gdb.reverse/rerun-prec.exp
10441 * gdb.reverse/s390-mvcle.exp
10442 * gdb.reverse/step-precsave.exp
10443 * gdb.reverse/step-reverse.exp
10444 * gdb.reverse/time-reverse.exp
10445 * gdb.reverse/until-precsave.exp
10446 * gdb.reverse/until-reverse.exp
10447 * gdb.reverse/waitpid-reverse.exp
10448 * gdb.reverse/watch-precsave.exp
10449 * gdb.reverse/watch-reverse.exp
10450 * gdb.rust/generics.exp
10451 * gdb.rust/methods.exp
10452 * gdb.rust/modules.exp
10453 * gdb.rust/simple.exp
10454 * gdb.server/connect-with-no-symbol-file.exp
10455 * gdb.server/ext-attach.exp
10456 * gdb.server/ext-restart.exp
10457 * gdb.server/ext-wrapper.exp
10458 * gdb.server/file-transfer.exp
10459 * gdb.server/server-exec-info.exp
10460 * gdb.server/server-kill.exp
10461 * gdb.server/server-mon.exp
10462 * gdb.server/wrapper.exp
10463 * gdb.stabs/exclfwd.exp
10464 * gdb.stabs/gdb11479.exp
10465 * gdb.threads/clone-new-thread-event.exp
10466 * gdb.threads/corethreads.exp
10467 * gdb.threads/current-lwp-dead.exp
10468 * gdb.threads/dlopen-libpthread.exp
10469 * gdb.threads/gcore-thread.exp
10470 * gdb.threads/sigstep-threads.exp
10471 * gdb.threads/watchpoint-fork.exp
10472 * gdb.trace/actions-changed.exp
10473 * gdb.trace/backtrace.exp
10474 * gdb.trace/change-loc.exp
10475 * gdb.trace/circ.exp
10476 * gdb.trace/collection.exp
10477 * gdb.trace/disconnected-tracing.exp
10478 * gdb.trace/ftrace.exp
10479 * gdb.trace/mi-trace-frame-collected.exp
10480 * gdb.trace/mi-trace-unavailable.exp
10481 * gdb.trace/mi-traceframe-changed.exp
10482 * gdb.trace/mi-tsv-changed.exp
10483 * gdb.trace/no-attach-trace.exp
10484 * gdb.trace/passc-dyn.exp
10485 * gdb.trace/qtro.exp
10486 * gdb.trace/range-stepping.exp
10487 * gdb.trace/read-memory.exp
10488 * gdb.trace/save-trace.exp
10489 * gdb.trace/signal.exp
10490 * gdb.trace/status-stop.exp
10491 * gdb.trace/tfile.exp
10492 * gdb.trace/trace-break.exp
10493 * gdb.trace/trace-buffer-size.exp
10494 * gdb.trace/trace-condition.exp
10495 * gdb.trace/tracefile-pseudo-reg.exp
10496 * gdb.trace/tstatus.exp
10497 * gdb.trace/unavailable.exp
10498 * gdb.trace/while-dyn.exp
10499 * gdb.trace/while-stepping.exp
10500
34c41c68
DE
105012016-12-22 Doug Evans <xdje42@gmail.com>
10502
10503 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10504 and msymbols.
10505
16e69324
YQ
105062016-12-19 Yao Qi <yao.qi@linaro.org>
10507
10508 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10509 (test_with_self): Don't call do_steps_and_nexts, and remove
10510 code about stepping into xmalloc.
10511
f94f411b
YQ
105122016-12-09 Yao Qi <yao.qi@linaro.org>
10513
10514 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10515
105162016-12-09 Yao Qi <yao.qi@linaro.org>
10517
10518 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10519
f1b5deee
PA
105202016-12-09 Pedro Alves <palves@redhat.com>
10521
10522 * gdb.base/all-architectures-0.exp: New file.
10523 * gdb.base/all-architectures-1.exp: New file.
10524 * gdb.base/all-architectures-2.exp: New file.
10525 * gdb.base/all-architectures-3.exp: New file.
10526 * gdb.base/all-architectures-4.exp: New file.
10527 * gdb.base/all-architectures-5.exp: New file.
10528 * gdb.base/all-architectures-6.exp: New file.
10529 * gdb.base/all-architectures-7.exp: New file.
10530 * gdb.base/all-architectures.exp.in: New file.
10531
364ca42e
YQ
105322016-12-09 Yao Qi <yao.qi@linaro.org>
10533
10534 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10535
107c2d62
LM
105362016-12-02 Luis Machado <lgustavo@codesourcery.com>
10537
10538 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10539 possible.
10540 Remove useless pattern-matching code.
10541
df3ee9ca
PA
105422016-12-02 Pedro Alves <palves@redhat.com>
10543
10544 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10545 procedure.
10546 (top level): Call it.
10547
ec835369
PA
105482016-12-02 Pedro Alves <palves@redhat.com>
10549
10550 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10551 New procedure.
10552 (top level): Call it.
10553
01770bbd
PA
105542016-12-02 Pedro Alves <palves@redhat.com>
10555
10556 PR cli/20559
10557 * gdb.base/commands.exp (user_defined_command_args_eval): New
10558 procedure.
10559 (top level): Call it.
10560
008459ea
LM
105612016-12-02 Luis Machado <lgustavo@codesourcery.com>
10562
10563 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10564 timeout handling.
10565
0c1b455e
TT
105662016-12-02 Tom Tromey <tom@tromey.com>
10567
10568 * gdb.dwarf2/main-subprogram.c: New file.
10569 * gdb.dwarf2/main-subprogram.exp: New file.
10570
018572b8
LM
105712016-12-01 Luis Machado <lgustavo@codesourcery.com>
10572
10573 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10574 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10575 gdb_test_no_output for a couple of cases.
10576 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10577
84c93cd5
LM
105782016-12-01 Luis Machado <lgustavo@codesourcery.com>
10579
10580 Fix test names and standardize compilation error messages throughout
10581 the following files:
10582
10583 * gdb.ada/start.exp
10584 * gdb.arch/alpha-step.exp
10585 * gdb.arch/e500-prologue.exp
10586 * gdb.arch/ftrace-insn-reloc.exp
10587 * gdb.arch/gdb1291.exp
10588 * gdb.arch/gdb1431.exp
10589 * gdb.arch/gdb1558.exp
10590 * gdb.arch/i386-dr3-watch.exp
10591 * gdb.arch/i386-sse-stack-align.exp
10592 * gdb.arch/ia64-breakpoint-shadow.exp
10593 * gdb.arch/pa-nullify.exp
10594 * gdb.arch/powerpc-aix-prologue.exp
10595 * gdb.arch/thumb-bx-pc.exp
10596 * gdb.base/annota1.exp
10597 * gdb.base/annota3.exp
10598 * gdb.base/arrayidx.exp
10599 * gdb.base/assign.exp
10600 * gdb.base/attach.exp
10601 * gdb.base/auxv.exp
10602 * gdb.base/bang.exp
10603 * gdb.base/bfp-test.exp
10604 * gdb.base/bigcore.exp
10605 * gdb.base/bitfields2.exp
10606 * gdb.base/break-fun-addr.exp
10607 * gdb.base/break-probes.exp
10608 * gdb.base/call-rt-st.exp
10609 * gdb.base/callexit.exp
10610 * gdb.base/catch-fork-kill.exp
10611 * gdb.base/charset.exp
10612 * gdb.base/checkpoint.exp
10613 * gdb.base/comprdebug.exp
10614 * gdb.base/constvars.exp
10615 * gdb.base/coredump-filter.exp
10616 * gdb.base/cursal.exp
10617 * gdb.base/cvexpr.exp
10618 * gdb.base/detach.exp
10619 * gdb.base/display.exp
10620 * gdb.base/dmsym.exp
10621 * gdb.base/dprintf-pending.exp
10622 * gdb.base/dso2dso.exp
10623 * gdb.base/dtrace-probe.exp
10624 * gdb.base/dump.exp
10625 * gdb.base/enum_cond.exp
10626 * gdb.base/exe-lock.exp
10627 * gdb.base/exec-invalid-sysroot.exp
10628 * gdb.base/execl-update-breakpoints.exp
10629 * gdb.base/exprs.exp
10630 * gdb.base/fileio.exp
10631 * gdb.base/find.exp
10632 * gdb.base/finish.exp
10633 * gdb.base/fixsection.exp
10634 * gdb.base/foll-vfork.exp
10635 * gdb.base/frame-args.exp
10636 * gdb.base/gcore.exp
10637 * gdb.base/gdb1250.exp
10638 * gdb.base/global-var-nested-by-dso.exp
10639 * gdb.base/gnu-ifunc.exp
10640 * gdb.base/hashline1.exp
10641 * gdb.base/hashline2.exp
10642 * gdb.base/hashline3.exp
10643 * gdb.base/hbreak-in-shr-unsupported.exp
10644 * gdb.base/huge.exp
10645 * gdb.base/infcall-input.exp
10646 * gdb.base/info-fun.exp
10647 * gdb.base/info-shared.exp
10648 * gdb.base/jit-simple.exp
10649 * gdb.base/jit-so.exp
10650 * gdb.base/jit.exp
10651 * gdb.base/jump.exp
10652 * gdb.base/label.exp
10653 * gdb.base/lineinc.exp
10654 * gdb.base/logical.exp
10655 * gdb.base/longjmp.exp
10656 * gdb.base/macscp.exp
10657 * gdb.base/miscexprs.exp
10658 * gdb.base/new-ui-echo.exp
10659 * gdb.base/new-ui-pending-input.exp
10660 * gdb.base/new-ui.exp
10661 * gdb.base/nodebug.exp
10662 * gdb.base/nofield.exp
10663 * gdb.base/offsets.exp
10664 * gdb.base/overlays.exp
10665 * gdb.base/pending.exp
10666 * gdb.base/pointers.exp
10667 * gdb.base/pr11022.exp
10668 * gdb.base/printcmds.exp
10669 * gdb.base/prologue.exp
10670 * gdb.base/ptr-typedef.exp
10671 * gdb.base/realname-expand.exp
10672 * gdb.base/relativedebug.exp
10673 * gdb.base/relocate.exp
10674 * gdb.base/remote.exp
10675 * gdb.base/reread.exp
10676 * gdb.base/return2.exp
10677 * gdb.base/savedregs.exp
10678 * gdb.base/sep.exp
10679 * gdb.base/sepdebug.exp
10680 * gdb.base/sepsymtab.exp
10681 * gdb.base/set-inferior-tty.exp
10682 * gdb.base/setshow.exp
10683 * gdb.base/shlib-call.exp
10684 * gdb.base/sigaltstack.exp
10685 * gdb.base/siginfo-addr.exp
10686 * gdb.base/signals.exp
10687 * gdb.base/signull.exp
10688 * gdb.base/sigrepeat.exp
10689 * gdb.base/so-impl-ld.exp
10690 * gdb.base/solib-display.exp
10691 * gdb.base/solib-overlap.exp
10692 * gdb.base/solib-search.exp
10693 * gdb.base/solib-symbol.exp
10694 * gdb.base/structs.exp
10695 * gdb.base/structs2.exp
10696 * gdb.base/symtab-search-order.exp
10697 * gdb.base/twice.exp
10698 * gdb.base/unload.exp
10699 * gdb.base/varargs.exp
10700 * gdb.base/watchpoint-solib.exp
10701 * gdb.base/watchpoint.exp
10702 * gdb.base/whatis.exp
10703 * gdb.base/wrong_frame_bt_full.exp
10704 * gdb.btrace/dlopen.exp
10705 * gdb.cell/ea-standalone.exp
10706 * gdb.cell/ea-test.exp
10707 * gdb.cp/dispcxx.exp
10708 * gdb.cp/gdb2384.exp
10709 * gdb.cp/method2.exp
10710 * gdb.cp/nextoverthrow.exp
10711 * gdb.cp/pr10728.exp
10712 * gdb.disasm/am33.exp
10713 * gdb.disasm/h8300s.exp
10714 * gdb.disasm/mn10300.exp
10715 * gdb.disasm/sh3.exp
10716 * gdb.dwarf2/dw2-dir-file-name.exp
10717 * gdb.fortran/complex.exp
10718 * gdb.fortran/library-module.exp
10719 * gdb.guile/scm-pretty-print.exp
10720 * gdb.guile/scm-symbol.exp
10721 * gdb.guile/scm-type.exp
10722 * gdb.guile/scm-value.exp
10723 * gdb.linespec/linespec.exp
10724 * gdb.mi/gdb701.exp
10725 * gdb.mi/gdb792.exp
10726 * gdb.mi/mi-breakpoint-changed.exp
10727 * gdb.mi/mi-dprintf-pending.exp
10728 * gdb.mi/mi-dprintf.exp
10729 * gdb.mi/mi-exit-code.exp
10730 * gdb.mi/mi-pending.exp
10731 * gdb.mi/mi-solib.exp
10732 * gdb.mi/new-ui-mi-sync.exp
10733 * gdb.mi/pr11022.exp
10734 * gdb.mi/user-selected-context-sync.exp
10735 * gdb.opt/solib-intra-step.exp
10736 * gdb.python/py-events.exp
10737 * gdb.python/py-finish-breakpoint.exp
10738 * gdb.python/py-mi.exp
10739 * gdb.python/py-prettyprint.exp
10740 * gdb.python/py-shared.exp
10741 * gdb.python/py-symbol.exp
10742 * gdb.python/py-template.exp
10743 * gdb.python/py-type.exp
10744 * gdb.python/py-value.exp
10745 * gdb.reverse/solib-precsave.exp
10746 * gdb.reverse/solib-reverse.exp
10747 * gdb.server/solib-list.exp
10748 * gdb.stabs/weird.exp
10749 * gdb.threads/reconnect-signal.exp
10750 * gdb.threads/stepi-random-signal.exp
10751 * gdb.trace/actions.exp
10752 * gdb.trace/ax.exp
10753 * gdb.trace/backtrace.exp
10754 * gdb.trace/change-loc.exp
10755 * gdb.trace/deltrace.exp
10756 * gdb.trace/ftrace-lock.exp
10757 * gdb.trace/ftrace.exp
10758 * gdb.trace/infotrace.exp
10759 * gdb.trace/mi-tracepoint-changed.exp
10760 * gdb.trace/packetlen.exp
10761 * gdb.trace/passcount.exp
10762 * gdb.trace/pending.exp
10763 * gdb.trace/range-stepping.exp
10764 * gdb.trace/report.exp
10765 * gdb.trace/stap-trace.exp
10766 * gdb.trace/tfind.exp
10767 * gdb.trace/trace-break.exp
10768 * gdb.trace/trace-condition.exp
10769 * gdb.trace/trace-enable-disable.exp
10770 * gdb.trace/trace-mt.exp
10771 * gdb.trace/tracecmd.exp
10772 * gdb.trace/tspeed.exp
10773 * gdb.trace/tsv.exp
10774 * lib/perftest.exp
10775
fb9feb35
LM
107762016-12-01 Luis Machado <lgustavo@codesourcery.com>
10777
10778 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10779 with gdb_test_no_output.
10780 Use command as test name.
10781
cd2ddb6c
LM
107822016-12-01 Luis Machado <lgustavo@codesourcery.com>
10783
10784 Fix test names starting with uppercase throughout the files.
10785
10786 * gdb.ada/assign_1.exp
10787 * gdb.ada/boolean_expr.exp
10788 * gdb.base/arrayidx.exp
10789 * gdb.base/del.exp
10790 * gdb.base/gcore-buffer-overflow.exp
10791 * gdb.base/testenv.exp
10792 * gdb.compile/compile.exp
10793 * gdb.python/py-framefilter-invalidarg.exp
10794 * gdb.python/py-framefilter.exp
10795
bb95117e
LM
107962016-12-01 Luis Machado <lgustavo@codesourcery.com>
10797
10798 Fix test names starting with uppercase throughout the files.
10799
10800 * gdb.ada/array_return.exp
10801 * gdb.ada/expr_delims.exp
10802 * gdb.ada/mi_dyn_arr.exp
10803 * gdb.ada/mi_interface.exp
10804 * gdb.ada/mi_var_array.exp
10805 * gdb.ada/watch_arg.exp
10806 * gdb.arch/alpha-step.exp
10807 * gdb.arch/altivec-regs.exp
10808 * gdb.arch/e500-regs.exp
10809 * gdb.arch/powerpc-d128-regs.exp
10810 * gdb.base/arrayidx.exp
10811 * gdb.base/break.exp
10812 * gdb.base/checkpoint.exp
10813 * gdb.base/debug-expr.exp
10814 * gdb.base/dmsym.exp
10815 * gdb.base/radix.exp
10816 * gdb.base/sepdebug.exp
10817 * gdb.base/testenv.exp
10818 * gdb.base/watch_thread_num.exp
10819 * gdb.base/watchpoint-cond-gone.exp
10820 * gdb.cell/break.exp
10821 * gdb.cell/ea-cache.exp
10822 * gdb.compile/compile.exp
10823 * gdb.cp/gdb2495.exp
10824 * gdb.gdb/selftest.exp
10825 * gdb.gdb/xfullpath.exp
10826 * gdb.go/hello.exp
10827 * gdb.go/integers.exp
10828 * gdb.objc/basicclass.exp
10829 * gdb.pascal/hello.exp
10830 * gdb.pascal/integers.exp
10831 * gdb.python/py-breakpoint.exp
10832 * gdb.python/py-cmd.exp
10833 * gdb.python/py-linetable.exp
10834 * gdb.python/py-xmethods.exp
10835 * gdb.python/python.exp
10836 * gdb.reverse/consecutive-precsave.exp
10837 * gdb.reverse/finish-precsave.exp
10838 * gdb.reverse/i386-precsave.exp
10839 * gdb.reverse/machinestate-precsave.exp
10840 * gdb.reverse/sigall-precsave.exp
10841 * gdb.reverse/solib-precsave.exp
10842 * gdb.reverse/step-precsave.exp
10843 * gdb.reverse/until-precsave.exp
10844 * gdb.reverse/watch-precsave.exp
10845 * gdb.threads/leader-exit.exp
10846 * gdb.threads/pthreads.exp
10847 * gdb.threads/wp-replication.exp
10848 * gdb.trace/actions.exp
10849 * gdb.trace/mi-tsv-changed.exp
10850 * gdb.trace/tsv.exp
10851
de97fdd4
LM
108522016-12-01 Luis Machado <lgustavo@codesourcery.com>
10853
10854 Fix test names starting with uppercase throughout the files.
10855
10856 * gdb.arch/i386-bp_permanent.exp
10857 * gdb.arch/i386-gnu-cfi.exp
10858 * gdb.base/disasm-end-cu.exp
10859 * gdb.base/macscp.exp
10860 * gdb.base/pending.exp
10861 * gdb.base/watch_thread_num.exp
10862 * gdb.cp/exception.exp
10863 * gdb.cp/gdb2495.exp
10864 * gdb.cp/local.exp
10865 * gdb.python/py-evsignal.exp
10866 * gdb.python/python.exp
10867 * gdb.trace/tracecmd.exp
10868
9f058c10
LM
108692016-12-01 Luis Machado <lgustavo@codesourcery.com>
10870
10871 Fix test names starting with uppercase throughout the files.
10872
10873 * gdb.base/charset.exp
10874 * gdb.base/eval.exp
10875 * gdb.base/multi-forks.exp
10876 * gdb.guile/scm-progspace.exp
10877 * gdb.opencl/datatypes.exp
10878 * gdb.python/py-block.exp
10879 * gdb.python/py-function.exp
10880 * gdb.python/py-symbol.exp
10881 * gdb.python/py-symtab.exp
10882 * gdb.python/py-xmethods.exp
10883 * gdb.reverse/break-precsave.exp
10884 * gdb.reverse/break-reverse.exp
10885 * gdb.reverse/consecutive-precsave.exp
10886 * gdb.reverse/consecutive-reverse.exp
10887 * gdb.reverse/finish-precsave.exp
10888 * gdb.reverse/finish-reverse-bkpt.exp
10889 * gdb.reverse/finish-reverse.exp
10890 * gdb.reverse/fstatat-reverse.exp
10891 * gdb.reverse/getresuid-reverse.exp
10892 * gdb.reverse/i386-precsave.exp
10893 * gdb.reverse/i386-reverse.exp
10894 * gdb.reverse/i386-sse-reverse.exp
10895 * gdb.reverse/i387-stack-reverse.exp
10896 * gdb.reverse/insn-reverse.exp
10897 * gdb.reverse/machinestate-precsave.exp
10898 * gdb.reverse/machinestate.exp
10899 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10900 * gdb.reverse/pipe-reverse.exp
10901 * gdb.reverse/readv-reverse.exp
10902 * gdb.reverse/recvmsg-reverse.exp
10903 * gdb.reverse/rerun-prec.exp
10904 * gdb.reverse/s390-mvcle.exp
10905 * gdb.reverse/sigall-precsave.exp
10906 * gdb.reverse/sigall-reverse.exp
10907 * gdb.reverse/solib-precsave.exp
10908 * gdb.reverse/solib-reverse.exp
10909 * gdb.reverse/step-precsave.exp
10910 * gdb.reverse/step-reverse.exp
10911 * gdb.reverse/time-reverse.exp
10912 * gdb.reverse/until-precsave.exp
10913 * gdb.reverse/until-reverse.exp
10914 * gdb.reverse/waitpid-reverse.exp
10915 * gdb.reverse/watch-precsave.exp
10916 * gdb.reverse/watch-reverse.exp
10917
cdc7edd7
LM
109182016-12-01 Luis Machado <lgustavo@codesourcery.com>
10919
10920 Fix test names starting with uppercase throughout the files.
10921
10922 * gdb.arch/i386-mpx-simple_segv.exp
10923 * gdb.arch/i386-mpx.exp
10924 * gdb.arch/i386-permbkpt.exp
10925 * gdb.arch/pa-nullify.exp
10926 * gdb.arch/powerpc-d128-regs.exp
10927 * gdb.arch/vsx-regs.exp
10928 * gdb.base/bfp-test.exp
10929 * gdb.base/break.exp
10930 * gdb.base/breakpoint-shadow.exp
10931 * gdb.base/callfuncs.exp
10932 * gdb.base/charset.exp
10933 * gdb.base/commands.exp
10934 * gdb.base/completion.exp
10935 * gdb.base/dfp-test.exp
10936 * gdb.base/echo.exp
10937 * gdb.base/ending-run.exp
10938 * gdb.base/eval.exp
10939 * gdb.base/expand-psymtabs.exp
10940 * gdb.base/float128.exp
10941 * gdb.base/floatn.exp
10942 * gdb.base/foll-exec-mode.exp
10943 * gdb.base/gdb1056.exp
10944 * gdb.base/gdb11531.exp
10945 * gdb.base/kill-after-signal.exp
10946 * gdb.base/multi-forks.exp
10947 * gdb.base/overlays.exp
10948 * gdb.base/pending.exp
10949 * gdb.base/sepdebug.exp
10950 * gdb.base/testenv.exp
10951 * gdb.base/valgrind-db-attach.exp
10952 * gdb.base/watch_thread_num.exp
10953 * gdb.base/watchpoint-cond-gone.exp
10954 * gdb.base/watchpoint.exp
10955 * gdb.base/watchpoints.exp
10956 * gdb.cp/arg-reference.exp
10957 * gdb.cp/baseenum.exp
10958 * gdb.cp/operator.exp
10959 * gdb.cp/shadow.exp
10960 * gdb.dwarf2/dw2-op-out-param.exp
10961 * gdb.dwarf2/dw2-reg-undefined.exp
10962 * gdb.go/chan.exp
10963 * gdb.go/hello.exp
10964 * gdb.go/integers.exp
10965 * gdb.go/methods.exp
10966 * gdb.go/package.exp
10967 * gdb.guile/scm-parameter.exp
10968 * gdb.guile/scm-progspace.exp
10969 * gdb.guile/scm-value.exp
10970 * gdb.mi/mi-pending.exp
10971 * gdb.mi/user-selected-context-sync.exp
10972 * gdb.multi/multi-attach.exp
10973 * gdb.multi/tids.exp
10974 * gdb.opt/clobbered-registers-O2.exp
10975 * gdb.pascal/floats.exp
10976 * gdb.pascal/integers.exp
10977 * gdb.python/py-block.exp
10978 * gdb.python/py-events.exp
10979 * gdb.python/py-parameter.exp
10980 * gdb.python/py-symbol.exp
10981 * gdb.python/py-symtab.exp
10982 * gdb.python/py-type.exp
10983 * gdb.python/py-value.exp
10984 * gdb.python/py-xmethods.exp
10985 * gdb.python/python.exp
10986 * gdb.reverse/break-precsave.exp
10987 * gdb.reverse/consecutive-precsave.exp
10988 * gdb.reverse/finish-precsave.exp
10989 * gdb.reverse/i386-precsave.exp
10990 * gdb.reverse/machinestate-precsave.exp
10991 * gdb.reverse/sigall-precsave.exp
10992 * gdb.reverse/solib-precsave.exp
10993 * gdb.reverse/step-precsave.exp
10994 * gdb.reverse/until-precsave.exp
10995 * gdb.reverse/watch-precsave.exp
10996 * gdb.server/ext-attach.exp
10997 * gdb.server/ext-restart.exp
10998 * gdb.server/ext-run.exp
10999 * gdb.server/ext-wrapper.exp
11000 * gdb.stabs/gdb11479.exp
11001 * gdb.stabs/weird.exp
11002 * gdb.threads/attach-many-short-lived-threads.exp
11003 * gdb.threads/kill.exp
11004 * gdb.threads/watchpoint-fork.exp
11005
bc6c7af4
LM
110062016-12-01 Luis Machado <lgustavo@codesourcery.com>
11007
11008 Fix test names starting with uppercase throughout all the files below.
11009
11010 * gdb.ada/array_return.exp
11011 * gdb.ada/catch_ex.exp
11012 * gdb.ada/info_exc.exp
11013 * gdb.ada/mi_catch_ex.exp
11014 * gdb.ada/mi_dyn_arr.exp
11015 * gdb.ada/mi_ex_cond.exp
11016 * gdb.ada/mi_exc_info.exp
11017 * gdb.ada/mi_interface.exp
11018 * gdb.ada/mi_task_arg.exp
11019 * gdb.ada/mi_task_info.exp
11020 * gdb.ada/mi_var_array.exp
11021 * gdb.arch/alpha-step.exp
11022 * gdb.arch/amd64-disp-step.exp
11023 * gdb.arch/arm-disp-step.exp
11024 * gdb.arch/disp-step-insn-reloc.exp
11025 * gdb.arch/e500-prologue.exp
11026 * gdb.arch/ftrace-insn-reloc.exp
11027 * gdb.arch/gdb1558.exp
11028 * gdb.arch/i386-bp_permanent.exp
11029 * gdb.arch/i386-disp-step.exp
11030 * gdb.arch/i386-float.exp
11031 * gdb.arch/i386-gnu-cfi.exp
11032 * gdb.arch/ia64-breakpoint-shadow.exp
11033 * gdb.arch/mips16-thunks.exp
11034 * gdb.arch/pa-nullify.exp
11035 * gdb.arch/powerpc-aix-prologue.exp
11036 * gdb.arch/powerpc-power.exp
11037 * gdb.arch/ppc-dfp.exp
11038 * gdb.arch/s390-tdbregs.exp
11039 * gdb.arch/spu-info.exp
11040 * gdb.arch/spu-ls.exp
11041 * gdb.arch/thumb-bx-pc.exp
11042 * gdb.base/advance.exp
11043 * gdb.base/annota-input-while-running.exp
11044 * gdb.base/arrayidx.exp
11045 * gdb.base/asmlabel.exp
11046 * gdb.base/async.exp
11047 * gdb.base/attach-wait-input.exp
11048 * gdb.base/auto-connect-native-target.exp
11049 * gdb.base/batch-preserve-term-settings.exp
11050 * gdb.base/bfp-test.exp
11051 * gdb.base/bigcore.exp
11052 * gdb.base/bp-permanent.exp
11053 * gdb.base/break-always.exp
11054 * gdb.base/break-fun-addr.exp
11055 * gdb.base/break-idempotent.exp
11056 * gdb.base/break-main-file-remove-fail.exp
11057 * gdb.base/break-probes.exp
11058 * gdb.base/break-unload-file.exp
11059 * gdb.base/break.exp
11060 * gdb.base/call-ar-st.exp
11061 * gdb.base/call-rt-st.exp
11062 * gdb.base/call-sc.exp
11063 * gdb.base/call-signal-resume.exp
11064 * gdb.base/call-strs.exp
11065 * gdb.base/callexit.exp
11066 * gdb.base/callfuncs.exp
11067 * gdb.base/catch-gdb-caused-signals.exp
11068 * gdb.base/catch-signal-siginfo-cond.exp
11069 * gdb.base/catch-syscall.exp
11070 * gdb.base/compare-sections.exp
11071 * gdb.base/cond-eval-mode.exp
11072 * gdb.base/condbreak-call-false.exp
11073 * gdb.base/consecutive-step-over.exp
11074 * gdb.base/cursal.exp
11075 * gdb.base/disabled-location.exp
11076 * gdb.base/disasm-end-cu.exp
11077 * gdb.base/display.exp
11078 * gdb.base/double-prompt-target-event-error.exp
11079 * gdb.base/dprintf-bp-same-addr.exp
11080 * gdb.base/dprintf-detach.exp
11081 * gdb.base/dprintf-next.exp
11082 * gdb.base/dprintf-non-stop.exp
11083 * gdb.base/dprintf-pending.exp
11084 * gdb.base/dso2dso.exp
11085 * gdb.base/ending-run.exp
11086 * gdb.base/enum_cond.exp
11087 * gdb.base/examine-backward.exp
11088 * gdb.base/exe-lock.exp
11089 * gdb.base/exec-invalid-sysroot.exp
11090 * gdb.base/execl-update-breakpoints.exp
11091 * gdb.base/execution-termios.exp
11092 * gdb.base/fileio.exp
11093 * gdb.base/fixsection.exp
11094 * gdb.base/foll-exec-mode.exp
11095 * gdb.base/foll-exec.exp
11096 * gdb.base/fork-running-state.exp
11097 * gdb.base/frame-args.exp
11098 * gdb.base/fullpath-expand.exp
11099 * gdb.base/func-ptr.exp
11100 * gdb.base/gcore-relro-pie.exp
11101 * gdb.base/gdb1090.exp
11102 * gdb.base/gdb1555.exp
11103 * gdb.base/global-var-nested-by-dso.exp
11104 * gdb.base/gnu-ifunc.exp
11105 * gdb.base/hbreak-in-shr-unsupported.exp
11106 * gdb.base/hbreak-unmapped.exp
11107 * gdb.base/hook-stop.exp
11108 * gdb.base/infcall-input.exp
11109 * gdb.base/info-fun.exp
11110 * gdb.base/info-shared.exp
11111 * gdb.base/interrupt-noterm.exp
11112 * gdb.base/jit-so.exp
11113 * gdb.base/jit.exp
11114 * gdb.base/line-symtabs.exp
11115 * gdb.base/list.exp
11116 * gdb.base/longjmp.exp
11117 * gdb.base/macscp.exp
11118 * gdb.base/max-value-size.exp
11119 * gdb.base/nodebug.exp
11120 * gdb.base/nofield.exp
11121 * gdb.base/overlays.exp
11122 * gdb.base/paginate-after-ctrl-c-running.exp
11123 * gdb.base/paginate-bg-execution.exp
11124 * gdb.base/paginate-inferior-exit.exp
11125 * gdb.base/pending.exp
11126 * gdb.base/pr11022.exp
11127 * gdb.base/printcmds.exp
11128 * gdb.base/ptr-typedef.exp
11129 * gdb.base/ptype.exp
11130 * gdb.base/randomize.exp
11131 * gdb.base/range-stepping.exp
11132 * gdb.base/realname-expand.exp
11133 * gdb.base/relativedebug.exp
11134 * gdb.base/remote.exp
11135 * gdb.base/savedregs.exp
11136 * gdb.base/sepdebug.exp
11137 * gdb.base/set-noassign.exp
11138 * gdb.base/shlib-call.exp
11139 * gdb.base/shreloc.exp
11140 * gdb.base/sigaltstack.exp
11141 * gdb.base/sigbpt.exp
11142 * gdb.base/siginfo-addr.exp
11143 * gdb.base/siginfo-obj.exp
11144 * gdb.base/siginfo-thread.exp
11145 * gdb.base/signest.exp
11146 * gdb.base/signull.exp
11147 * gdb.base/sigrepeat.exp
11148 * gdb.base/skip.exp
11149 * gdb.base/so-impl-ld.exp
11150 * gdb.base/solib-corrupted.exp
11151 * gdb.base/solib-disc.exp
11152 * gdb.base/solib-display.exp
11153 * gdb.base/solib-overlap.exp
11154 * gdb.base/solib-search.exp
11155 * gdb.base/solib-symbol.exp
11156 * gdb.base/source-execution.exp
11157 * gdb.base/sss-bp-on-user-bp-2.exp
11158 * gdb.base/sss-bp-on-user-bp.exp
11159 * gdb.base/stack-checking.exp
11160 * gdb.base/stale-infcall.exp
11161 * gdb.base/step-break.exp
11162 * gdb.base/step-line.exp
11163 * gdb.base/step-over-exit.exp
11164 * gdb.base/step-test.exp
11165 * gdb.base/structs.exp
11166 * gdb.base/sym-file.exp
11167 * gdb.base/symtab-search-order.exp
11168 * gdb.base/term.exp
11169 * gdb.base/type-opaque.exp
11170 * gdb.base/unload.exp
11171 * gdb.base/until-nodebug.exp
11172 * gdb.base/until.exp
11173 * gdb.base/unwindonsignal.exp
11174 * gdb.base/watch-cond.exp
11175 * gdb.base/watch-non-mem.exp
11176 * gdb.base/watch_thread_num.exp
11177 * gdb.base/watchpoint-reuse-slot.exp
11178 * gdb.base/watchpoint-solib.exp
11179 * gdb.base/watchpoint.exp
11180 * gdb.btrace/dlopen.exp
11181 * gdb.cell/arch.exp
11182 * gdb.cell/break.exp
11183 * gdb.cell/bt.exp
11184 * gdb.cell/core.exp
11185 * gdb.cell/data.exp
11186 * gdb.cell/dwarfaddr.exp
11187 * gdb.cell/ea-cache.exp
11188 * gdb.cell/ea-standalone.exp
11189 * gdb.cell/ea-test.exp
11190 * gdb.cell/f-regs.exp
11191 * gdb.cell/fork.exp
11192 * gdb.cell/gcore.exp
11193 * gdb.cell/mem-access.exp
11194 * gdb.cell/ptype.exp
11195 * gdb.cell/registers.exp
11196 * gdb.cell/sizeof.exp
11197 * gdb.cell/solib-symbol.exp
11198 * gdb.cell/solib.exp
11199 * gdb.compile/compile-tls.exp
11200 * gdb.cp/exception.exp
11201 * gdb.cp/gdb2495.exp
11202 * gdb.cp/local.exp
11203 * gdb.cp/mb-inline.exp
11204 * gdb.cp/mb-templates.exp
11205 * gdb.cp/pr10687.exp
11206 * gdb.cp/pr9167.exp
11207 * gdb.cp/scope-err.exp
11208 * gdb.cp/templates.exp
11209 * gdb.cp/virtfunc.exp
11210 * gdb.dwarf2/dw2-dir-file-name.exp
11211 * gdb.dwarf2/dw2-single-line-discriminators.exp
11212 * gdb.fortran/complex.exp
11213 * gdb.fortran/library-module.exp
11214 * gdb.guile/guile.exp
11215 * gdb.guile/scm-cmd.exp
11216 * gdb.guile/scm-frame-inline.exp
11217 * gdb.guile/scm-objfile.exp
11218 * gdb.guile/scm-pretty-print.exp
11219 * gdb.guile/scm-symbol.exp
11220 * gdb.guile/scm-type.exp
11221 * gdb.guile/scm-value.exp
11222 * gdb.linespec/keywords.exp
11223 * gdb.linespec/ls-errs.exp
11224 * gdb.linespec/macro-relative.exp
11225 * gdb.linespec/thread.exp
11226 * gdb.mi/mi-breakpoint-changed.exp
11227 * gdb.mi/mi-dprintf-pending.exp
11228 * gdb.mi/mi-fullname-deleted.exp
11229 * gdb.mi/mi-logging.exp
11230 * gdb.mi/mi-pending.exp
11231 * gdb.mi/mi-solib.exp
11232 * gdb.mi/new-ui-mi-sync.exp
11233 * gdb.mi/user-selected-context-sync.exp
11234 * gdb.multi/dummy-frame-restore.exp
11235 * gdb.multi/multi-arch-exec.exp
11236 * gdb.multi/remove-inferiors.exp
11237 * gdb.multi/watchpoint-multi-exit.exp
11238 * gdb.opt/solib-intra-step.exp
11239 * gdb.perf/backtrace.exp
11240 * gdb.perf/single-step.exp
11241 * gdb.perf/skip-command.exp
11242 * gdb.perf/skip-prologue.exp
11243 * gdb.perf/solib.exp
11244 * gdb.python/lib-types.exp
11245 * gdb.python/py-as-string.exp
11246 * gdb.python/py-bad-printers.exp
11247 * gdb.python/py-block.exp
11248 * gdb.python/py-breakpoint.exp
11249 * gdb.python/py-cmd.exp
11250 * gdb.python/py-events.exp
11251 * gdb.python/py-evthreads.exp
11252 * gdb.python/py-finish-breakpoint.exp
11253 * gdb.python/py-finish-breakpoint2.exp
11254 * gdb.python/py-frame-inline.exp
11255 * gdb.python/py-frame.exp
11256 * gdb.python/py-inferior.exp
11257 * gdb.python/py-infthread.exp
11258 * gdb.python/py-mi.exp
11259 * gdb.python/py-objfile.exp
11260 * gdb.python/py-pp-maint.exp
11261 * gdb.python/py-pp-registration.exp
11262 * gdb.python/py-prettyprint.exp
11263 * gdb.python/py-recurse-unwind.exp
11264 * gdb.python/py-shared.exp
11265 * gdb.python/py-symbol.exp
11266 * gdb.python/py-symtab.exp
11267 * gdb.python/py-template.exp
11268 * gdb.python/py-type.exp
11269 * gdb.python/py-unwind-maint.exp
11270 * gdb.python/py-unwind.exp
11271 * gdb.python/py-value.exp
11272 * gdb.python/python.exp
11273 * gdb.reverse/finish-reverse-bkpt.exp
11274 * gdb.reverse/insn-reverse.exp
11275 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11276 * gdb.reverse/solib-precsave.exp
11277 * gdb.reverse/solib-reverse.exp
11278 * gdb.stabs/gdb11479.exp
11279 * gdb.stabs/weird.exp
11280 * gdb.threads/fork-child-threads.exp
11281 * gdb.threads/fork-plus-threads.exp
11282 * gdb.threads/fork-thread-pending.exp
11283 * gdb.threads/forking-threads-plus-breakpoint.exp
11284 * gdb.threads/hand-call-in-threads.exp
11285 * gdb.threads/interrupted-hand-call.exp
11286 * gdb.threads/linux-dp.exp
11287 * gdb.threads/local-watch-wrong-thread.exp
11288 * gdb.threads/next-while-other-thread-longjmps.exp
11289 * gdb.threads/non-ldr-exit.exp
11290 * gdb.threads/pending-step.exp
11291 * gdb.threads/print-threads.exp
11292 * gdb.threads/process-dies-while-detaching.exp
11293 * gdb.threads/process-dies-while-handling-bp.exp
11294 * gdb.threads/pthreads.exp
11295 * gdb.threads/queue-signal.exp
11296 * gdb.threads/reconnect-signal.exp
11297 * gdb.threads/signal-command-handle-nopass.exp
11298 * gdb.threads/signal-command-multiple-signals-pending.exp
11299 * gdb.threads/signal-delivered-right-thread.exp
11300 * gdb.threads/signal-sigtrap.exp
11301 * gdb.threads/sigthread.exp
11302 * gdb.threads/staticthreads.exp
11303 * gdb.threads/stepi-random-signal.exp
11304 * gdb.threads/thread-unwindonsignal.exp
11305 * gdb.threads/thread_check.exp
11306 * gdb.threads/thread_events.exp
11307 * gdb.threads/tid-reuse.exp
11308 * gdb.threads/tls-nodebug.exp
11309 * gdb.threads/tls-shared.exp
11310 * gdb.threads/tls-so_extern.exp
11311 * gdb.threads/tls.exp
11312 * gdb.threads/wp-replication.exp
11313 * gdb.trace/actions-changed.exp
11314 * gdb.trace/actions.exp
11315 * gdb.trace/backtrace.exp
11316 * gdb.trace/change-loc.exp
11317 * gdb.trace/collection.exp
11318 * gdb.trace/deltrace.exp
11319 * gdb.trace/disconnected-tracing.exp
11320 * gdb.trace/entry-values.exp
11321 * gdb.trace/ftrace-lock.exp
11322 * gdb.trace/ftrace.exp
11323 * gdb.trace/infotrace.exp
11324 * gdb.trace/mi-trace-frame-collected.exp
11325 * gdb.trace/mi-trace-unavailable.exp
11326 * gdb.trace/mi-traceframe-changed.exp
11327 * gdb.trace/mi-tracepoint-changed.exp
11328 * gdb.trace/mi-tsv-changed.exp
11329 * gdb.trace/no-attach-trace.exp
11330 * gdb.trace/packetlen.exp
11331 * gdb.trace/passc-dyn.exp
11332 * gdb.trace/passcount.exp
11333 * gdb.trace/pending.exp
11334 * gdb.trace/pr16508.exp
11335 * gdb.trace/qtro.exp
11336 * gdb.trace/range-stepping.exp
11337 * gdb.trace/read-memory.exp
11338 * gdb.trace/report.exp
11339 * gdb.trace/save-trace.exp
11340 * gdb.trace/signal.exp
11341 * gdb.trace/stap-trace.exp
11342 * gdb.trace/status-stop.exp
11343 * gdb.trace/strace.exp
11344 * gdb.trace/tfile.exp
11345 * gdb.trace/tfind.exp
11346 * gdb.trace/trace-break.exp
11347 * gdb.trace/trace-condition.exp
11348 * gdb.trace/trace-enable-disable.exp
11349 * gdb.trace/trace-mt.exp
11350 * gdb.trace/tracecmd.exp
11351 * gdb.trace/tracefile-pseudo-reg.exp
11352 * gdb.trace/tspeed.exp
11353 * gdb.trace/tstatus.exp
11354 * gdb.trace/tsv.exp
11355 * gdb.trace/unavailable.exp
11356 * gdb.trace/while-dyn.exp
11357 * gdb.trace/while-stepping.exp
11358 * lib/gdb-guile.exp
11359 * lib/gdb.exp
11360 * lib/mi-support.exp
11361 * lib/pascal.exp
11362 * lib/perftest.exp
11363 * lib/prelink-support.exp
11364 * lib/selftest-support.exp
11365
ad02e4fe
SM
113662016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11367
11368 * Makefile.in: Include disable-implicit-rules.mk.
11369
22347e55
AA
113702016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11371
11372 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11373 non-byte-aligned bit fields.
11374
da5b30da
AA
113752016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11376
11377 PR gdb/12616
11378 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11379 respects the DW_AT_data_bit_offset attribute.
11380
b593ecca
SM
113812016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11382
11383 * gdb.base/default.exp: Fix output of "set language".
11384
3b165252
SM
113852016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11386
11387 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11388 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11389 make.
11390 * configure.ac: Remove checks for the make program.
11391 * configure: Re-generate.
11392
1a2f3d7f
KB
113932016-11-16 Kevin Buettner <kevinb@redhat.com>
11394
11395 * gdb.python/py-recurse-unwind.c (main): Add loop.
11396 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11397 to read_register() and gdb.parse_and_eval(). Make each code
11398 call a separate case that can be individually tested.
11399 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11400 proc. Call cont_and_backtrace for each of the code paths that
11401 we want to test in the unwinder.
11402
b7f38fda
AA
114032016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11404
11405 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11406 the definition of struct S.
11407
1f8db343
CM
114082016-11-11 Catherine Moore <clm@codesourcery.com>
11409
11410 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11411
fad0c9fb
PA
114122016-11-09 Pedro Alves <palves@redhat.com>
11413
11414 * gdb.base/commands.exp (runto_or_return): New procedure.
11415 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11416 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11417 (progvar_simple_while_test, progvar_complex_if_while_test)
11418 (if_while_breakpoint_command_test)
11419 (infrun_breakpoint_command_test, breakpoint_command_test)
11420 (user_defined_command_test, watchpoint_command_test)
11421 (test_command_prompt_position, redefine_hook_test)
11422 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11423 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11424 multi_line_input and multi_line. Remove gdb_expect and
11425 gdb_stop_suppressing_tests uses.
11426 * lib/gdb.exp (valnum_re): New global.
11427 (multi_line_input): New procedure.
11428
8354c62c
SM
114292016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11430
11431 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11432 Remove.
11433 (test_setup): Define with proc_with_prefix.
11434 (test_cli_inferior): Likewise.
11435 (test_cli_thread): Likewise.
11436 (test_cli_frame): Likewise.
11437 (test_cli_select_frame): Likewise.
11438 (test_cli_up_down): Likewise.
11439 (test_mi_thread_select): Likewise.
11440 (test_mi_stack_select_frame): Likewise.
11441 (test_cli_in_mi_inferior): Likewise.
11442 (test_cli_in_mi_thread): Likewise.
11443 (test_cli_in_mi_frame): Likewise.
11444 (top level): Do not use with_test_prefix_procname.
11445
64f367a2
PA
114462016-11-09 Pedro Alves <palves@redhat.com>
11447
11448 * gdb.base/commands.exp (gdbvar_simple_if_test)
11449 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11450 (progvar_simple_if_test, progvar_simple_while_test)
11451 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11452 (infrun_breakpoint_command_test, breakpoint_command_test)
11453 (user_defined_command_test, watchpoint_command_test)
11454 (test_command_prompt_position, deprecated_command_test)
11455 (bp_deleted_in_command, temporary_breakpoint_commands)
11456 (stray_arg0_test, source_file_with_indented_comment)
11457 (recursive_source_test, if_commands_test)
11458 (error_clears_commands_left, redefine_hook_test)
11459 (redefine_backtrace_test): Use proc_with_prefix.
11460 * lib/gdb.exp (proc_with_prefix): New proc.
11461
0bb65f1e
AA
114622016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11463
11464 * gdb.base/tui-layout.c: New file.
11465 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11466 disassembly window contains very long lines.
11467
7353f247
TT
114682016-11-08 Tom Tromey <tom@tromey.com>
11469
11470 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11471 depend on Python 2.
11472
30a7bb83
TT
114732016-11-08 Tom Tromey <tom@tromey.com>
11474
11475 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11476 New method.
11477
cdf5a07c
MG
114782016-10-29 Manish Goregaokar <manish@mozilla.com>
11479
2806dc7e 11480 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11481
51a789c3
MG
114822016-10-27 Manish Goregaokar <manish@mozilla.com>
11483
2806dc7e
PA
11484 * gdb.rust/simple.rs: Add test for univariant enums without
11485 discriminants and for encoded struct-like enums.
51a789c3 11486
f610ab6d
PA
114872016-10-28 Pedro Alves <palves@redhat.com>
11488
11489 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11490 gdb_test_multiple, tighten regexps and match symtabs and line
11491 tables incrementally.
11492
b129b0ca
LM
114932016-10-28 Luis Machado <lgustavo@codesourcery.com>
11494
11495 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11496 general.
11497
ecf45d2c
SL
114982016-10-25 Luis Machado <lgustavo@codesourcery.com>
11499
11500 * gdb.base/exec-invalid-sysroot.exp: New file.
11501
b8d38ee4
JK
115022016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11503
11504 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11505
f90fd8c2
JK
115062016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11507
11508 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11509
2d2476aa
MR
115102016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11511
2806dc7e
PA
11512 * gdb.base/killed-outside.exp: Remove $options from a call to
11513 `prepare_for_testing'.
2d2476aa 11514
e42b25a0
SM
115152016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11516
11517 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11518 Change test message.
11519
3ccdb432
SM
115202016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11521
11522 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11523 Update comment.
11524
5bad3170
SM
115252016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11526
11527 * gdb.trace/mi-trace-save.exp: New file.
11528
5ad9dba7
YQ
115292016-10-13 Yao Qi <yao.qi@linaro.org>
11530
11531 * gdb.base/code_elim.exp (get_var_address): Remove.
11532 * gdb.base/relocate.exp: Likewise.
11533 * gdb.base/shreloc.exp: Likewise.
11534 * lib/gdb.exp (get_var_address): New.
11535
62df7e21
YQ
115362016-10-13 Yao Qi <yao.qi@linaro.org>
11537
11538 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11539 floating point tests if $skip_float_test is false.
11540
4dac951e
LM
115412016-10-12 Luis Machado <lgustavo@codesourcery.com>
11542
11543 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11544 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11545 argc values.
11546 Add 1 to argc so we guarantee distinct initial/modified argc values.
11547
8f1a8fc4
JK
115482016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11549
11550 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11551
16c85b5d
JK
115522016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11553
11554 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11555 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11556 * gdb.arch/vsx-regs.exp: Likewise.
11557
1d0e042a
YQ
115582016-10-07 Yao Qi <yao.qi@linaro.org>
11559
11560 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11561
68dadef5
MM
115622016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11563
11564 * gdb.python/python.exp: Test decode_line("*0").
11565
33fa2c6e
DE
115662016-10-06 Doug Evans <dje@google.com>
11567
11568 * gdb.python/py-value.exp (test_value_creation): Add test for large
11569 unsigned 64-bit value.
11570
9c37b5ae
TT
115712016-10-06 Tom Tromey <tom@tromey.com>
11572
11573 * gdb.compile/compile.exp: Change java tests to rust.
11574 * gdb.base/setshow.exp: Change java tests to rust.
11575 * gdb.base/default.exp: Remove java from language list.
11576 * README (Examples): Update language example.
11577 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11578 test.
11579 * lib/gdb.exp (skip_java_tests): Remove.
11580 * lib/java.exp: Remove.
11581 * gdb.java: Remove.
11582
78b86327
MR
115832016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11584
11585 * gdb.arch/mips-fcr.exp: New test.
11586 * gdb.arch/mips-fcr.c: Source for the new test.
11587
7470adbb
MR
115882016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11589
11590 * gdb.base/solib-disc.exp: Use `standard_output_file'
11591 throughout.
11592
4a556533
PA
115932016-10-06 Pedro Alves <palves@redhat.com>
11594
11595 * gdb.base/jit-simple-dl.c: New file.
11596 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11597 * gdb.base/jit-simple.c: ... this.
11598 * gdb.base/jit-simple.exp (jit_run): Delete.
11599 (build_jit): New proc.
11600 (jit_test_reread): Recompile either the main program or the shared
11601 library, depending on what is being tested. Skip changing address
11602 if caller wants to. Compare before/after addresses. If testing
11603 standalone, explicitly load the binary. Test "maint info
11604 breakpoints".
11605 (top level): Add "standalone vs shared lib" and "change address"
11606 vs "same address" axes.
11607
5a122fbc
PA
116082016-10-06 Pedro Alves <palves@redhat.com>
11609
11610 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11611 call.
11612 (jit_run): Delete.
11613 (jit_test_reread): Use with_test_prefix. Reload the main binary
11614 explicitly. Compare the before/after addresses of the JIT
11615 descriptor.
11616
ee8da4b8
DE
116172016-08-15 Doug Evans <dje@google.com>
11618
11619 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11620 for single bitfields is bool.
11621 * gdb.xml/tdesc-regs.exp: Ditto.
11622
f389f6fe
JK
116232016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11624
11625 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11626
fdebf1a4
YQ
116272016-10-05 Yao Qi <yao.qi@linaro.org>
11628
11629 * lib/gdb.exp (support_complex_tests): Return zero if
11630 gdb_skip_float_test return true.
11631
9c36d954 116322016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11633 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11634
11635 PR gdb/20487
11636 * gdb.mi/user-selected-context-sync.exp: New file.
11637 * gdb.mi/user-selected-context-sync.c: New file.
11638
4034d0ff 116392016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11640 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11641
11642 PR gdb/20487
11643 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11644 =thread-select-event check.
11645
a4297203
PB
116462016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11647
11648 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11649 the compulsory L operand changes.
11650 * gdb.arch/powerpc-power.s: Likewise.
11651
bb805577
JK
116522016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11653
11654 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11655 * gdb.base/jit-attach-pie.c: New file.
11656 * gdb.base/jit-attach-pie.exp: New file.
11657
6d61dee5
PA
116582016-09-28 Pedro Alves <palves@redhat.com>
11659
11660 * gdb.base/infcall-input.c: New file.
11661 * gdb.base/infcall-input.exp: New file.
11662
f73842fc
YQ
116632016-09-22 Yao Qi <yao.qi@linaro.org>
11664
11665 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11666 (gdb_exit): Rename it to ...
11667 (gdbserver_gdb_exit): ... Close GDBserver.
11668 (gdb_exit): New proc, call gdbserver_gdb_exit.
11669 (mi_gdb_exit): Likewise.
11670
90681dab
YQ
116712016-09-22 Yao Qi <yao.qi@linaro.org>
11672
11673 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11674 path.
11675 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11676 Remove duplication.
11677
9c211fd8
YQ
116782016-09-22 Yao Qi <yao.qi@linaro.org>
11679
11680 * lib/gdbserver-support.exp: Check the existence of
11681 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11682
ad0a504f
AK
116832016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11684
11685 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11686
36cf1806
TT
116872016-09-21 Tom Tromey <tom@tromey.com>
11688
11689 PR gdb/20604:
11690 * gdb.base/quit.exp: New file.
11691
74172ecf
SM
116922016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 * .gitignore: New file.
11695
3d0ec882
MR
116962016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11697
11698 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11699 throughout.
11700
8193adea
AA
117012016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11702
11703 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11704
d41a5c09
JK
117052016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11706
11707 * gdb.cp/casts.cc (decltype): Move it ...
11708 (main): ... with its call to ...
11709 * gdb.cp/casts03.cc: ... a new file.
11710 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11711
d2dfe700
JK
117122016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11713
11714 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11715
e2a92b16
PB
117162016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11717
11718 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11719 and sync up the test with tests in gas/testsuite/gas/ppc.
11720 * gdb.arch/powerpc-power.exp: Likewise.
11721
49b4de64
JK
117222016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11723
11724 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11725
2c29df25
SDJ
117262016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11727 Jan Kratochvil <jan.kratochvil@redhat.com>
11728
11729 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11730 make m1's definition to be different from m2's. Use 'dummy' as an
11731 argument for probe 'two'.
11732
cc3c2846
JB
117332016-09-10 Jon Beniston <jon@beniston.com>
11734
11735 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11736 for sim target.
11737
e1b2624a
AA
117382016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11739
11740 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11741 variable declaration.
11742 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11743 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11744 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11745 received HWCAP as its argument.
11746
4295e285
PA
117472016-09-06 Pedro Alves <palves@redhat.com>
11748
11749 * gdb.base/new-ui-pending-input.c: New file.
11750 * gdb.base/new-ui-pending-input.exp: New file.
11751 * gdb.exp (clear_gdb_spawn_id): New procedure.
11752 (with_spawn_id): Check whether gdb_spawn_id exists before
11753 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11754 on exit.
11755
00d5215e
UW
117562016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11757
11758 * gdb.base/float128.c: New file.
11759 * gdb.base/float128.exp: Likewise.
11760 * gdb.base/floatn.c: Likewise.
11761 * gdb.base/floatn.exp: Likewise.
11762
a9ff5f12
UW
117632016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11764
11765 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11766
f245535c
PA
117672016-09-05 Pedro Alves <palves@redhat.com>
11768
11769 PR backtrace/19927
11770 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11771 unwinders are immediately called as side effect of "source" or
11772 "disable unwinder" commands.
11773 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11774
ae9cf263
YQ
117752016-09-02 Yao Qi <yao.qi@linaro.org>
11776
11777 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11778 is true and $type is "float" or "double".
11779
27aba047
YQ
117802016-09-02 Yao Qi <yao.qi@linaro.org>
11781
11782 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11783 true.
11784 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11785 * gdb.base/call-rt-st.exp: Likewise.
11786 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11787 return value instead of gdb,skip_float_test.
11788 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11789 (do_function_calls): Use its return value instead of
11790 gdb,skip_float_test.
11791 * gdb.base/finish.exp: Likewise.
11792 * gdb.base/funcargs.exp: Likewise.
11793 * gdb.base/return.exp: Likewise.
11794 * gdb.base/return2.exp: Likewise.
11795 * gdb.base/varargs.exp: Likewise.
11796 * lib/gdb.exp (gdb_skip_float_test): Change it to
11797 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11798
5af962df
AA
117992016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11800
11801 * gdb.multi/tids.exp: Test "thread apply all".
11802
7fac6910
JK
118032016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11804
11805 * gdb.base/default.exp (tty): Remove.
11806
bb1fe4ac
KB
118072016-08-24 Kevin Buettner <kevinb@redhat.com>
11808
2806dc7e
PA
11809 * gdb.python/py-recurse-unwind.c: New file.
11810 * gdb.python/py-recurse-unwind.py: New file.
11811 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11812
0a1ddfa6
SM
118132016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11814
11815 * gdb.base/set-inferior-tty.exp: New file.
11816 * gdb.base/set-inferior-tty.c: New file.
11817
d9de1fe3
PA
118182016-08-23 Pedro Alves <palves@redhat.com>
11819
11820 PR gdb/20494
11821 * gdb.base/new-ui-echo.c: New file.
11822 * gdb.base/new-ui-echo.exp: New file.
11823
e9d9abd7
YQ
118242016-08-23 Yao Qi <yao.qi@linaro.org>
11825
11826 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11827 gdbserver_spawn.
11828 * gdb.server/connect-without-multi-process.exp (do_test):
11829 Likewise.
11830
3589529e
YQ
118312016-08-23 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11834 standalone_txt. Delete gdb_txt and standalone_txt on host
11835 and target. Spawn the binary on target. Copy files from
11836 target to host.
11837
6bb90213
PA
118382016-08-22 Pedro Alves <palves@redhat.com>
11839
11840 PR gdb/20505
11841 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11842 with_test_prefix. Factor out bits to ...
11843 (test_no_vdso): ... this new procedure.
11844
20c2c024
CL
118452016-08-19 Carl Love <cel@us.ibm.com>
11846
11847 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11848 maintaining separate logic for constructing the output path.
11849 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11850 * gdb.arch/ppc-dfp.exp: Likewise.
11851 * gdb.arch/ppc-fp.exp: Likewise.
11852 * gdb.arch/vsx-regs.exp: Likewise.
11853 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11854 binprefix for generating the additional binary files.
11855
0646e07d
PA
118562016-08-19 Pedro Alves <palves@redhat.com>
11857
11858 * gdb.trace/mi-trace-frame-collected.exp
11859 (test_trace_frame_collected): On x32, expect two registers.
11860
46da9242
CL
118612016-08-18 Carl Love <cel@us.ibm.com>
11862
11863 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11864 and sync up the test with tests in gas/testsuite/gas/ppc.
11865 * gdb.arch/powerpc-power.exp: Likewise.
11866
eb2332d7
SM
118672016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11868
11869 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11870 expected error message.
11871
63c61e04
SM
118722016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11873
11874 * gdb.multi/remove-inferiors.exp: New file.
11875 * gdb.multi/remove-inferiors.c: New file.
11876
7b17065f
YQ
118772016-08-12 Yao Qi <yao.qi@linaro.org>
11878
11879 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11880 argument list.
11881
01d3dedf
PA
118822016-08-10 Pedro Alves <palves@redhat.com>
11883
11884 PR gdb/19187
11885 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11886 setup_kfails.
11887
3eb7562a
PA
118882016-08-09 Pedro Alves <palves@redhat.com>
11889 Simon Marchi <simon.marchi@ericsson.com>
11890
11891 PR gdb/20418
11892 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11893 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11894
80614914
PA
118952016-08-09 Pedro Alves <palves@redhat.com>
11896
11897 PR mi/20431
11898 * gdb.mi/mi-cmd-error.exp: New file.
11899
f348d89a
PA
119002016-08-09 Pedro Alves <palves@redhat.com>
11901
11902 PR gdb/18653
11903 * gdb.base/signals-state-child.c: New file.
11904 * gdb.base/signals-state-child.exp: New file.
11905 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11906
e5ca03b4
PA
119072016-08-09 Pedro Alves <palves@redhat.com>
11908
11909 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11910
282a0691
TT
119112016-08-03 Tom Tromey <tom@tromey.com>
11912
11913 PR python/18565:
11914 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11915
41bfcd63
YQ
119162016-08-01 Yao Qi <yao.qi@linaro.org>
11917
11918 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11919 variable mode to "multi-process" if $multi_process is 1, otherwise
11920 set it to "single-process".
11921
e3465b24
YQ
119222016-08-01 Yao Qi <yao.qi@linaro.org>
11923
11924 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11925 * gdb.cp/cpexprs.exp: Likewise.
11926 * gdb.cp/m-static.exp: Likewise.
11927
0b31a4bc
TT
119282016-07-26 Tom Tromey <tom@tromey.com>
11929
11930 PR python/20190:
11931 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11932 test.
11933
e0461dbb
MM
119342016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11935
11936 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11937 selecting assembly source files.
11938 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11939 assembly source files.
11940 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11941 assembly source files.
11942 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11943 selecting assembly source files.
11944
8194e927
SM
119452016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11946
11947 * gdb.base/new-ui.exp (do_test_invalid_args): New
11948 procedure.
11949
c0272db5
TW
119502016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11951
11952 * gdb.btrace/reconnect.c: New file.
11953 * gdb.btrace/reconnect.exp: New file.
11954
e3487908
GKB
119552016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11956
11957 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11958 to test_catch_syscall_group.
11959 (test_catch_syscall_group): New.
11960
12df5c00
TT
119612016-07-21 Tom Tromey <tom@tromey.com>
11962
11963 * gdb.rust/simple.rs (main): Use empty struct expression.
11964 * gdb.rust/simple.exp: Add tests for empty struct expression.
11965
bae62ee2
YQ
119662016-07-21 Yao Qi <yao.qi@linaro.org>
11967
11968 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11969 if gdb_skip_xml_test is true on some targets.
11970
b1b53fb3
YQ
119712016-07-21 Yao Qi <yao.qi@linaro.org>
11972
11973 * gdb.server/solib-list.exp: Unset last_loaded_file.
11974
027d97f8
JK
119752016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11976
11977 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11978 "step into captured_main (args)".
11979
7674d381
JK
119802016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11981
11982 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11983
72b5d099
JK
119842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11985
11986 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11987
1f960ced
PA
119882016-07-19 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11991 * gdb.opt/inline-bt.exp: Likewise.
11992 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11993 additional_flags=-Winline.
11994 * gdb.opt/inline-locals.exp: Likewise.
11995 * gdb.opt/inline-markers.c (ATTR): Define.
11996 (inlined_fn): Use it.
11997
f25827c1
YQ
119982016-07-19 Yao Qi <yao.qi@linaro.org>
11999
12000 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12001 (test_with_self): Remove some code. Remove argument executable.
12002 (top-level): Use do_self_tests.
12003
37539ebe
DB
120042016-07-15 Zachary Welch <zwelch@codesourcery.com>
12005 Don Breazeal <donb@codesourcery.com>
12006
12007 * gdb.base/maint.exp: Escape paths used in regular expressions.
12008 * gdb.stabs/weird.exp: Likewise.
12009
dac790e1
TT
120102016-07-13 Tom Tromey <tom@tromey.com>
12011
12012 PR python/15620, PR python/18620:
12013 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12014 (test_bkpt_events): New procs.
12015
93daf339
TT
120162016-07-13 Tom Tromey <tom@tromey.com>
12017
12018 PR python/17698:
12019 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12020 test.
12021 (test_watchpoints): Likewise.
12022 (test_bkpt_pending): New proc.
12023
6571a381
TT
120242016-07-13 Tom Tromey <tom@tromey.com>
12025
12026 PR cli/18053:
12027 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12028 completion test.
12029
e8732474
JK
120302016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12031
12032 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12033 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12034 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12035 f_label.
12036 (g): Rename g_end_lbl to g_label.
12037 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12038 low_pc and high_pc.
12039 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12040
e0f3fd7c
TT
120412016-07-12 Tom Tromey <tom@tromey.com>
12042
12043 PR python/19293:
12044 * gdb.python/py-unwind-maint.exp: Update tests.
12045
3cfe46b6
YQ
120462016-07-12 Yao Qi <yao.qi@linaro.org>
12047
12048 * lib/selftest-support.exp (selftest_setup): Match the output
12049 when captured_main is inlined.
12050
4f19a0e6
WT
120512016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12052
12053 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12054 New variables.
12055 (print this%a, print this%b, print this): New tests.
12056 * gdb.fortran/derived-types.f90 (this): New object and
12057 initialization.
12058
986cf455
SM
120592016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12060
12061 * gdb.ada/arraydim.exp: Remove extra directory level in build
12062 directory.
12063
f0464b23
SM
120642016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12065
12066 * lib/ada.exp: Remove extra directory level in build directory.
12067 * gdb.ada/cond_lang.exp: Likewise.
12068 * gdb.ada/exec_changed.exp: Likewise.
12069 * gdb.ada/lang_switch.exp: Likewise.
12070
42d94011
MG
120712016-07-06 Manish Goregaokar <manish@mozilla.com>
12072
2806dc7e
PA
12073 * simple.rs: Add test for raw pointer subscripting.
12074 * simple.exp: Add test expectations.
42d94011 12075
647c264c
YQ
120762016-07-05 Yao Qi <yao.qi@linaro.org>
12077
12078 * gdb.mi/mi-reverse.exp: Match =record-started output.
12079
20aa2c60
PA
120802016-07-01 Pedro Alves <palves@redhat.com>
12081
12082 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12083 procedure.
12084 (jit_reader_test): Test the jit reader's unwinder.
12085 * gdb.base/jithost.c (jit_function_00_code): New global.
12086 (main): Use memcpy to fill in the mmapped code, instead of poking
12087 bytes manually here.
12088 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12089 value.
12090 (read_debug_info): Save the function's range.
12091 (read_sp): New function.
12092 (unwind_frame): Use it. Also unwind RBP.
12093 (get_frame_id): Use read_sp.
12094 (gdb_init_reader): Use calloc instead of malloc.
12095 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12096 parameter. Use gdb_test_multiple.
12097
ced2dffb
PA
120982016-07-01 Pedro Alves <palves@redhat.com>
12099 Antoine Tremblay <antoine.tremblay@ericsson.com>
12100
12101 * gdb.threads/process-dies-while-detaching.c: New file.
12102 * gdb.threads/process-dies-while-detaching.exp: New file.
12103
63000888
PA
121042016-07-01 Pedro Alves <palves@redhat.com>
12105
12106 * gdb.multi/watchpoint-multi-exit.c: New file.
12107 * gdb.multi/watchpoint-multi-exit.exp: New file.
12108
038d4868
PA
121092016-06-30 Pedro Alves <palves@redhat.com>
12110
12111 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12112 unset inferior_spawn_id.
12113
994e9c83
PA
121142016-06-30 Pedro Alves <palves@redhat.com>
12115
12116 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12117 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12118
e5653468
YQ
121192016-06-29 Yao Qi <yao.qi@linaro.org>
12120
12121 * gdb.base/return.c: Add copyright header.
12122
803b47e5
TT
121232016-06-29 Tom Tromey <tom@tromey.com>
12124
12125 PR python/20129:
12126 * gdb.python/py-framefilter.exp: Add tests for setting priority
12127 and disabling of non-existent frame filter.
12128
28244707
YQ
121292016-06-29 Yao Qi <yao.qi@linaro.org>
12130
12131 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12132 0x0f07ff.
12133
a31d2f06
YQ
121342016-06-28 Yao Qi <yao.qi@linaro.org>
12135
12136 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12137 triplets. Start gdb, execute catch syscall, and continue. Check
12138 gdb's output to determine catch syscall is supported.
12139
921d8f54
MG
121402016-06-27 Manish Goregaokar <manish@mozilla.com>
12141
25d49b86
PA
12142 * gdb.rust/simple.rs: Add test for returning unit in a function.
12143 * gdb.rust/simple.exp: Add expectation for functions returning
12144 unit.
921d8f54 12145
f4952523
PMR
121462016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12147
12148 * gdb.python/py-breakpoint-create-fail.c,
12149 gdb.python/py-breakpoint-create-fail.exp,
12150 gdb.python/py-breakpoint-create-fail.py: New testcase.
12151
fccb08f8
MG
121522016-06-25 Manish Goregaokar <manish@mozilla.com>
12153
12154 PR gdb/20239
12155 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12156 * gdb.rust/simple.exp: Add test expectations for new NonZero
12157 tests.
fccb08f8 12158
6b850546
DT
121592016-06-24 David Taylor <dtaylor@emc.com>
12160
12161 * gdb.base/offsets.exp: New file.
12162 * gdb.base/offsets.c: New file.
12163
17621150
TT
121642016-06-23 Tom Tromey <tom@tromey.com>
12165
12166 PR gdb/16483:
12167 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12168 before any filters are loaded.
12169
04d59df6
WT
121702016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12171
12172 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12173 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12174 structs.
12175 * gdb.fortran/derived-type-function.exp: New file.
12176 * gdb.fortran/derived-type-function.f90: New file.
12177
12178
ac69f786
PA
121792016-06-21 Pedro Alves <palves@redhat.com>
12180
12181 * gdb.base/new-ui.exp: New file.
12182 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12183 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12184 (with_spawn_id): New procedure.
12185
49940788
PA
121862016-06-21 Pedro Alves <palves@redhat.com>
12187
12188 * gdb.mi/mi-exec-run.exp: New file.
12189
ef274d26
PA
121902016-06-21 Pedro Alves <palves@redhat.com>
12191
12192 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12193 breakpoint command's output on the main UI.
12194 (test_break): New procedure, factored out from calls in the top
12195 level.
12196 (top level): Use foreach_with_prefix to test MI as main UI and as
12197 separate UI.
12198
468afe6c
PA
121992016-06-21 Pedro Alves <palves@redhat.com>
12200
12201 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12202 (test_awatch_creation_and_listing)
12203 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12204 Remove 'type' parameter.
12205 (test_watchpoint_all): New parameter mi_mode. Remove
12206 with_test_prefix.
12207 (top level): Use foreach_with_prefix, and add main/separate UI MI
12208 testing axis.
12209
51f77c37
PA
122102016-06-21 Pedro Alves <palves@redhat.com>
12211
12212 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12213 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12214 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12215 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12216 (gdb_main_spawn_id, mi_spawn_id): Declare and
12217 comment.
12218 (mi_create_inferior_pty): New procedure,
12219 factored out from default_mi_gdb_start.
12220 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12221 procedures.
12222 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12223 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12224 Use mi_create_inferior_pty.
12225 (mi_gdb_start): Use eval to pass down args list.
12226
8980e177
PA
122272016-06-21 Pedro Alves <palves@redhat.com>
12228
12229 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12230 * gdb.opt/inline-cmds.exp: Add MI tests.
12231
f38d3ad1
PA
122322016-06-21 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12235
45db7c09
PA
122362016-06-21 Pedro Alves <palves@redhat.com>
12237
12238 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12239 (top level): Use it instead of mi_execute_to.
12240
5a069ab3
PA
122412016-06-21 Pedro Alves <palves@redhat.com>
12242
12243 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12244 (cont_handler_str): New.
12245 (signal_stop_handler): Set stop_handler_str instead of printing to
12246 stdout.
12247 (continue_handler): Set cont_handler_str instead of printing to
12248 stdout.
12249 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12250 mi_send_resuming_command. Print stop_handler_str and
12251 cont_handler_str instead of expecting the python events print
12252 directly.
12253
2838cc1d
SD
122542016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12255
12256 * gdb.base/jit-reader.exp: New file.
12257 * gdb.base/jithost.c: New file.
12258 * gdb.base/jithost.h: New file.
12259 * gdb.base/jitreader.c : New file.
12260 * gdb.base/jit-protocol.h: New file.
12261
21a77091
YQ
122622016-06-17 Yao Qi <yao.qi@linaro.org>
12263
12264 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12265 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12266 and detach-on-fork. Adjust tests.
12267 (top level): Invoke break_cond_on_syscall with combinations of
12268 syscall, follow-fork-mode and detach-on-fork.
12269
f50bf8e5
YQ
122702016-06-17 Yao Qi <yao.qi@linaro.org>
12271
12272 * gdb.base/step-over-exit.c: New.
12273 * gdb.base/step-over-exit.exp: New.
12274
a28d8e50
YTL
122752016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12276
12277 * gdb.base/float.exp: Add target check for nds32*-*-*.
12278 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12279
cad8e26d
AB
122802016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12281
12282 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12283 for unsupported target features.
12284 * gdb.base/call-rt-st.exp: Likewise.
12285 * gdb.base/call-sc.exp: Likewise.
12286 * gdb.base/call-signal-resume.exp: Likewise.
12287 * gdb.base/call-strs.exp: Likewise.
12288 * gdb.base/callexit.exp: Likewise.
12289 * gdb.base/callfuncs.exp: Likewise.
12290 * gdb.base/nodebug.exp: Likewise.
12291 * gdb.base/printcmds.exp: Likewise.
12292 * gdb.base/ptype.exp: Likewise.
12293 * gdb.base/structs.exp: Likewise.
12294 * gdb.base/unwindonsignal.exp: Likewise.
12295 * gdb.cp/gdb2495.exp: Likewise.
12296 * gdb.cp/templates.exp: Likewise.
12297 * gdb.cp/virtfunc.exp: Likewise.
12298 * gdb.threads/hand-call-in-threads.exp: Likewise.
12299 * gdb.threads/interrupted-hand-call.exp: Likewise.
12300 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12301
347dc102
TT
123022016-06-10 Tom Tromey <tom@tromey.com>
12303
12304 PR rust/20110:
12305 * gdb.rust/expr.exp: Add test for integer constant larger than
12306 i32.
12307
5e13cf25
BH
123082016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12309
12310 * gdb.fortran/nested-funcs.exp: New.
12311 * gdb.fortran/nested-funcs.f90: New.
12312
bb556f1f
TK
123132016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12314
12315 * gdb.base/examine-backward.c: New file.
12316 * gdb.base/examine-backward.exp: New file.
12317
38b022b4
SM
123182016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12319
12320 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12321 matching.
12322
1b40ec05
TT
123232016-06-02 Tom Tromey <tom@tromey.com>
12324
12325 PR python/18984:
12326 * gdb.python/py-shared.exp: Add solib_name test.
12327
193bd378
SM
123282016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12329
12330 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12331
3326303b
MG
123322016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12333
12334 PR c++/19893
12335 * gdb.dwarf2/implref.exp: Rename to...
12336 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12337 * gdb.dwarf2/implref-array.c: New file.
12338 * gdb.dwarf2/implref-array.exp: Likewise.
12339 * gdb.dwarf2/implref-global.c: Likewise.
12340 * gdb.dwarf2/implref-global.exp: Likewise.
12341 * gdb.dwarf2/implref-struct.c: Likewise.
12342 * gdb.dwarf2/implref-struct.exp: Likewise.
12343
825c8ef2
AT
123442016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12345
12346 * gdb.trace/trace-condition.exp: Add 64bit tests.
12347
2320162a
AT
123482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12349
12350 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12351 bits types.
12352 (main): Adapt to 8 to 64 bits types.
12353 * gdb.trace/trace-condition.exp: Add new tests.
12354
a7818233
AT
123552016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12356
12357 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12358
0d336466
AT
123592016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12360
12361 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12362 Move condition tests...
12363 * gdb.trace/trace-condition.exp: Here.
12364
7faeb45a
AT
123652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12366
12367 * gdb.trace/trace-condition.exp: Add counter-case tests.
12368
e385593e
JK
123692016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12370
12371 PR c++/15231
12372 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12373 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12374
744608cc
PA
123752016-05-27 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12378 New procedure.
12379 (top level): Call it, and bail out of DejaGnu is known to be bad.
12380
ac775bf4
AB
123812016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12382
12383 * gdb.base/whatis.c: Extend the test case.
12384 * gdb.base/whatis.exp: Add additional tests.
12385
2bbad2ea
BH
123862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12387
12388* gdb.fortran/type.f90: Add pointer variable.
12389* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12390
8b70175d
BH
123912016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12392
12393 * gdb.fortran/vla-type.exp: Fix testcase name.
12394
86d8a848
BH
123952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12396
12397 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12398
e188eb36
BH
123992016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12400
12401 * gdb.fortran/type.f90: Add nested structures.
12402 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12403 * gdb.fortran/derived-type.exp: Adapt expected output.
12404 * gdb.fortran/vla-type.exp: Adapt expected output.
12405
9b2db1fd
BH
124062016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12407
12408 * gdb.fortran/whatis_type.exp: Adapt expected output.
12409
72b17055
BH
124102016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12411
12412 * gdb.fortran/print_type.exp: Fix expected output.
12413 * gdb.fortran/whatis_type.exp: Fix expected output.
12414
3cd81d8d
BH
124152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12416
12417 * gdb.fortran/whatis_type.exp: Use multi_line.
12418
ddae9462
TT
124192016-05-24 Tom Tromey <tom@tromey.com>
12420
12421 PR python/17386:
12422 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12423 use value as an index.
12424
1957f6b8
TT
124252016-05-23 Tom Tromey <tom@tromey.com>
12426
12427 PR python/17981:
12428 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12429 no-breakpoint case.
12430
026a9174
PA
124312016-05-24 Pedro Alves <palves@redhat.com>
12432
12433 PR gdb/19828
12434 * gdb.threads/clone-attach-detach.c: New file.
12435 * gdb.threads/clone-attach-detach.exp: New file.
12436
e70a7231
FR
124372016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12438
12439 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12440
0f6ed0e0
TT
124412016-05-23 Tom Tromey <tom@tromey.com>
12442
12443 PR python/19438, PR python/18393:
12444 * gdb.python/py-progspace.exp: Add "dir" test.
12445 * gdb.python/py-objfile.exp: Add "dir" test.
12446
ffd19d61
YQ
124472016-05-23 Yao Qi <yao.qi@linaro.org>
12448
12449 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12450 * gdb.arch/thumb2-it.exp: Likewise.
12451
9e8f9b05
SM
124522016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12453
12454 * gdb.mi/mi-threads-interrupt.c: New file.
12455 * gdb.mi/mi-threads-interrupt.exp: New file.
12456
61c6156d
SM
124572016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12458
12459 PR gdb/18077
12460 * gdb.mi/mi-async-run.exp: New file.
12461 * gdb.mi/mi-async-run.c: New file.
12462
67218854
TT
124632016-05-17 Tom Tromey <tom@tromey.com>
12464 Manish Goregaokar <manishsmail@gmail.com>
12465
12466 * lib/rust-support.exp: New file.
12467 * lib/gdb.exp (skip_rust_tests): New proc.
12468 (build_executable_from_specs): Handle rust.
12469 * lib/future.exp (gdb_find_rustc): New proc.
12470 (gdb_default_target_compile): Handle rust.
12471 * gdb.rust/expr.exp: New file.
12472 * gdb.rust/generics.exp: New file.
12473 * gdb.rust/generics.rs: New file.
12474 * gdb.rust/methods.exp: New file.
12475 * gdb.rust/methods.rs: New file.
12476 * gdb.rust/modules.exp: New file.
12477 * gdb.rust/modules.rs: New file.
12478 * gdb.rust/simple.exp: New file.
12479 * gdb.rust/simple.rs: New file.
12480
c44af4eb
TT
124812016-05-17 Tom Tromey <tom@tromey.com>
12482
12483 * gdb.base/default.exp (set language): Add rust.
12484
dcd1f979
TT
124852016-05-17 Tom Tromey <tom@tromey.com>
12486
12487 * gdb.gdb/unittest.exp: New file.
12488
155b7f57
YQ
124892016-05-16 Yao Qi <yao.qi@linaro.org>
12490
12491 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12492 shell_prompt. Update shell_prompt_re.
12493
8ddd5a6c
DE
124942016-05-12 Doug Evans <dje@google.com>
12495
12496 PR symtab/19999
12497 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12498 $options when building executable.
12499 * gdb.dwarf2/fission-loclists-pie.S: New file.
12500 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12501
02e370d9
SM
125022016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12503
12504 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12505 of [is_remote target],
12506
8929ad8b
SM
125072016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12508
12509 * lib/gdb.exp (use_gdb_stub): New procedure.
12510
6c447423
DE
125112016-05-03 Yunlian Jiang <yunlian@google.com>
12512 Doug Evans <dje@google.com>
12513
12514 PR symtab/19914
12515 * gdb.dwarf2/dwp-sepdebug.c: New file.
12516 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12517
444e826c
SM
125182016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12519
12520 * gdb.base/detach.exp: Remove is_remote check.
12521
740feeaa
SM
125222016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12523
12524 * gdb.base/annota-input-while-running.exp: Don't check for
12525 [is_remote target]. Enable annotations after running to main.
12526 Remove unused "set test..." line.
12527
9080ac9d
SM
125282016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12529
12530 * gdb.trace/trace-enable-disable.exp: New file.
12531 * gdb.trace/trace-enable-disable.c: New file.
12532
952ebca5
SM
125332016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12534
12535 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12536 use it in info sharedlibrary test.
12537 * gdb.trace/ftrace-lock.exp: Likewise.
12538 * gdb.trace/ftrace.exp: Likewise.
12539 * gdb.trace/range-stepping.exp: Likewise.
12540 * gdb.trace/trace-break.exp: Likewise.
12541 * gdb.trace/trace-condition.exp: Likewise.
12542 * gdb.trace/trace-mt.exp: Likewise.
12543
d9019901
SM
125442016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12545
12546 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12547 (gdb_load_shlib): ... this.
12548 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12549 gdb_load_shlib.
12550 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12551 * gdb.base/ctxobj.exp: Likewise.
12552 * gdb.base/dprintf-pending.exp: Likewise.
12553 * gdb.base/dso2dso.exp: Likewise.
12554 * gdb.base/fixsection.exp: Likewise.
12555 * gdb.base/gcore-relro.exp: Likewise.
12556 * gdb.base/gdb1555.exp: Likewise.
12557 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12558 * gdb.base/gnu-ifunc.exp: Likewise.
12559 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12560 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12561 * gdb.base/pending.exp: Likewise.
12562 * gdb.base/print-file-var.exp: Likewise.
12563 * gdb.base/print-symbol-loading.exp: Likewise.
12564 * gdb.base/shlib-call.exp: Likewise.
12565 * gdb.base/shreloc.exp: Likewise.
12566 * gdb.base/so-impl-ld.exp: Likewise.
12567 * gdb.base/solib-disc.exp: Likewise.
12568 * gdb.base/solib-nodir.exp: Likewise.
12569 * gdb.base/solib-overlap.exp: Likewise.
12570 * gdb.base/solib-symbol.exp: Likewise.
12571 * gdb.base/solib-weak.exp (do_test): Likewise.
12572 * gdb.base/sym-file.exp: Likewise.
12573 * gdb.base/symtab-search-order.exp: Likewise.
12574 * gdb.base/type-opaque.exp: Likewise.
12575 * gdb.base/unload.exp: Likewise.
12576 * gdb.base/watchpoint-solib.exp: Likewise.
12577 * gdb.compile/compile.exp: Likewise.
12578 * gdb.cp/gdb2384.exp: Likewise.
12579 * gdb.cp/infcall-dlopen.exp: Likewise.
12580 * gdb.cp/re-set-overloaded.exp: Likewise.
12581 * gdb.fortran/library-module.exp: Likewise.
12582 * gdb.opt/solib-intra-step.exp: Likewise.
12583 * gdb.python/py-finish-breakpoint.exp: Likewise.
12584 * gdb.python/py-shared.exp: Likewise.
12585 * gdb.reverse/solib-precsave.exp: Likewise.
12586 * gdb.reverse/solib-reverse.exp: Likewise.
12587 * gdb.server/solib-list.exp: Likewise.
12588 * gdb.threads/dlopen-libpthread.exp: Likewise.
12589 * gdb.threads/tls-shared.exp: Likewise.
12590 * gdb.threads/tls-so_extern.exp: Likewise.
12591 * gdb.trace/change-loc.exp: Likewise.
12592 * gdb.trace/ftrace-lock.exp: Likewise.
12593 * gdb.trace/ftrace.exp: Likewise.
12594 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12595 * gdb.trace/pending.exp: Likewise.
12596 * gdb.trace/range-stepping.exp: Likewise.
12597 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12598 (strace_info_marker): Likewise.
12599 (strace_probe_marker): Likewise.
12600 (strace_trace_on_same_addr): Likewise.
12601 (strace_trace_on_diff_addr): Likewise.
12602 * gdb.trace/trace-break.exp: Likewise.
12603 * gdb.trace/trace-condition.exp: Likewise.
12604 * gdb.trace/trace-mt.exp: Likewise.
12605
fca4cfd9
SM
126062016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12607
12608 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12609 result of gdb_remote_download.
12610 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12611 * gdb.base/dso2dso.exp: Likewise.
12612 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12613 * gdb.base/print-file-var.exp: Likewise.
12614 * gdb.base/shlib-call.exp: Likewise.
12615 * gdb.base/shreloc.exp: Likewise.
12616 * gdb.base/solib-overlap.exp: Likewise.
12617 * gdb.base/solib-weak.exp (do_test): Likewise.
12618 * gdb.base/unload.exp: Likewise.
12619
11cf4ffb
YQ
126202016-04-27 Yao Qi <yao.qi@linaro.org>
12621
12622 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12623 exists.
12624
3e2e34f8
KB
126252016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12626
12627 * vla-type.exp: Print structure from toplevel.
12628
8f07e298
BH
126292016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12630
12631 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12632 of dynamic types.
12633 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12634 of dynamic types.
12635
9920b434
BH
126362016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12637
12638 * gdb.fortran/vla-type.f90: New file.
12639 * gdb.fortran/vla-type.exp: New file.
12640
f3abeff5
YQ
126412016-04-25 Yao Qi <yao.qi@linaro.org>
12642
12643 * gdb.base/branch-to-self.c: New file.
12644 * gdb.base/branch-to-self.exp: New file.
12645
0a5d52f0
YQ
126462016-04-22 Yao Qi <yao.qi@linaro.org>
12647
12648 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12649 more after $hex.
12650
495346f6
YQ
126512016-04-22 Yao Qi <yao.qi@linaro.org>
12652
12653 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12654 * gdb.base/annota3.exp: Likewise.
12655
4a7e075c
YQ
126562016-04-22 Yao Qi <yao.qi@linaro.org>
12657
12658 * gdb.reverse/step-precsave.exp: Do one step and test program
12659 stops in "callee" and do multiple steps until program goes out
12660 of "callee".
12661 * gdb.reverse/step-reverse.exp: Likewise.
12662
5b061e98
YQ
126632016-04-22 Yao Qi <yao.qi@linaro.org>
12664
12665 * gdb.trace/signal.exp: Also pass if
12666 $tracepoint_hits($i) > $iterations.
12667
5c5dc57f
YQ
126682016-04-22 Yao Qi <yao.qi@linaro.org>
12669
12670 * gdb.trace/signal.c: New file.
12671 * gdb.trace/signal.exp: New file.
12672
a55411b9
DE
126732016-04-19 Doug Evans <xdje42@gmail.com>
12674
12675 * gdb.base/bad-file.exp: New file.
12676
a22df60a
MG
126772016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12678
12679 * gdb.dwarf2/implref.exp: New file.
12680
0c13f7e5
BH
126812016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12682
12683 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12684 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12685 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12686 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12687 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12688 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12689 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12690 * lib/fortran.exp (fortran_int4): New procedure.
12691 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12692 (fortran_logical4): Likewise.
12693
9b9b09e9
BH
126942016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12695
12696 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12697
a14d1f4d
BH
126982016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12699
12700 * lib/compiler.c: Add Intel specific preprocessor macros.
12701 * lib/compiler.cc: Likewise.
25d49b86 12702
7d49b1d0
LM
127032016-04-13 Luis Machado <lgustavo@codesourcery.com>
12704
12705 * gdb.server/connect-with-no-symbol-file.c: New file.
12706 * gdb.server/connect-with-no-symbol-file.exp: New file.
12707
8392fa22
SM
127082016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12709
12710 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12711
8c4c4aeb
SM
127122016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12713
12714 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12715 standard output directory.
12716
45e3745e
AT
127172016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12718
12719 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12720
e26b7e41
MM
127212016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12722
12723 * gdb.btrace/instruction_history.c (loop): Add declaration.
12724
8ce09462
AT
127252016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12726
12727 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12728
2e88a1ea
SM
127292016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12730
12731 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12732 parentheses to print.
12733 (continue_handler): Likewise.
12734
f48e22e3
SM
127352016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 * gdb.server/solib-list.exp: Remove is_remote check.
12738 Pass shlib= to gdb_compile. Don't link shared library with
12739 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12740 Run binary filename through "readlink -f" on the target.
12741
096be756
PA
127422016-04-08 Pedro Alves <palves@redhat.com>
12743
12744 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12745 interpreter filename as argument to gdbserver_spawn.
12746 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12747 Return empty if $last_loaded_file does not exist.
12748
06500533
JK
127492016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12750
12751 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12752 * gdb.base/jit-main.c: Use exit after usage.
12753
2d35e871
JK
127542016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12755
12756 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12757 GDBHISTSIZE prior to the tests.
12758 * gdb.base/gdbinit-history.exp: Likewise.
12759
127602016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12761
12762 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12763 instead of build_executable. Use gdb_load_shlibs.
12764
c8064e7e
YQ
127652016-04-07 Yao Qi <yao.qi@linaro.org>
12766
12767 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12768 Execute "si" command.
12769
bde47561
YQ
127702016-04-07 Yao Qi <yao.qi@linaro.org>
12771
12772 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12773 number instead of the comments on some line.
12774
b16f8a3b
DB
127752016-04-06 Don Breazeal <donb@codesourcery.com>
12776
12777 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12778 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12779
c2f901df
SM
127802016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12781
12782 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12783 standard_output_file. Remove unused binfile variable.
12784
ac17fda0
CU
127852016-04-05 Catalin Udma <catalin.udma@freescale.com>
12786
12787 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12788 * gdb.python/py-mi-objfile.exp: Match "list main" output
12789 in console format.
12790
03a8c4df
SM
127912016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12792
12793 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12794 absolute.
12795
6e774b13
SM
127962016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12797
12798 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12799 absolute.
12800 * gdb.trace/ftrace.exp: Likewise.
12801 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12802 targets as well.
12803 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12804 (gdb_load_shlibs): Copy libraries to test directory when testing
12805 natively. Only set solib-search-path if testing remotely.
12806 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12807
7817ea46
SM
128082016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12809
12810 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12811 gdb_download. Use it even if the target is not remote.
12812 * gdb.base/jit.exp (compile_jit_test): Likewise.
12813 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12814 output directory if the destination board is local, otherwise use
12815 the standard remote_download from DejaGnu.
12816 (gdb_download): Remove.
12817 (gdb_load_shlibs): Use gdb_remote_download instead of
12818 gdb_download.
12819 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12820 Use gdb_remote_download instead of gdb_download. Use it even if
12821 the target is not remote.
12822 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12823 instead of gdb_download.
12824
7beb7f68
SM
128252016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12826
12827 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12828 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12829 run.
12830
cc63428a
AV
128312016-04-01 Artemiy Volkov <artemiyv@acm.org>
12832
12833 PR gdb/19820
12834 * gdb.base/printcmds.exp: Add artificial arrays tests.
12835
64cdf930
PA
128362016-03-31 Pedro Alves <palves@redhat.com>
12837
12838 PR gdb/19858
12839 * gdb.base/jit-main.c: Include unistd.h.
12840 (ATTACH): Define to 0 if not already defined.
12841 (wait_for_gdb, mypid): New globals.
12842 (WAIT_FOR_GDB): New macro.
12843 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12844 some breakpoint locations.
12845 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12846 New procedures.
12847 (one_jit_test): Add REATTACH parameter, and handle it. Use
12848 continue_to_test_location.
12849 (top level): Test attach, and adjusts calls to one_jit_test.
12850
40dea8cb
PA
128512016-03-31 Pedro Alves <palves@redhat.com>
12852
12853 PR gdb/19858
12854 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12855 BINSUFFIX parameter, and handle it.
12856 (top level): Adjust calls compile_jit_test.
12857
e7ea3ec7
CU
128582016-03-31 Catalin Udma <catalin.udma@freescale.com>
12859
12860 PR python/19743
12861 * gdb.python/py-mi-events-gdb.py: New file.
12862 * gdb.python/py-mi-events.c: New file.
12863 * gdb.python/py-mi-events.exp: New file.
12864
e6359af3
YQ
128652016-03-30 Yao Qi <yao.qi@linaro.org>
12866
12867 * gdb.reverse/until-precsave.exp: Match function name only.
12868 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12869 Move malloc to a condition block.
12870 * gdb.reverse/until-reverse.exp: Match function name only.
12871
a4105d04
MK
128722016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12873
12874 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12875 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12876 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12877 variable for GPR 0 instead of assuming it is register 0.
12878 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12879 * lib/trace-support.exp: Add s390 registers.
12880
bfa6adb9
YQ
128812016-03-29 Yao Qi <yao.qi@linaro.org>
12882
12883 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12884
1e6697ea
YQ
128852016-03-24 Yao Qi <yao.qi@linaro.org>
12886
12887 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12888 test message.
12889
64bcd522
AA
128902016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12891
12892 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12893 maintaining separate logic for constructing the output path.
12894
7868401b
DB
128952016-03-16 Don Breazeal <donb@codesourcery.com>
12896
12897 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12898 Retry fork and waitpid on interrupted system call errors.
12899 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12900 Use with_timeout_factor to increase timeout by factor of 10.
12901
1cafadb4
DB
129022016-03-15 Don Breazeal <donb@codesourcery.com>
12903
12904 * gdb.cp/scope-err.cc: New test program.
12905 * gdb.cp/scope-err.exp: New test script.
12906 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12907 lines and "set breakpoint here" comment.
12908 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12909 Fixed some whitespace and format issues.
12910 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12911 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12912
81516450
DE
129132016-03-15 Doug Evans <dje@google.com>
12914
12915 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12916 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12917 All callers updated. Add tests for enums, mixed flags register.
12918
aa52b601
DE
129192016-03-15 Doug Evans <dje@google.com>
12920
12921 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12922 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12923
fa4ff313
SM
129242016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12925
12926 * gdb.base/default.exp: Add $_as_string to the list of expected
12927 convenience functions.
12928
f2403c39
AB
129292016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12930
12931 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12932
f2f3ccb9
SM
129332016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12934
12935 * gdb.python/py-as-string.exp: New file.
12936 * gdb.python/py-as-string.c: New file.
12937
00dbd492
PA
129382016-03-09 Pedro Alves <palves@redhat.com>
12939
12940 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12941 signal" -> "Thread NN received signal" output change.
12942 * gdb.threads/ia64-sigill.exp: Likewise.
12943 * gdb.threads/linux-dp.exp: Likewise.
12944 * gdb.threads/manythreads.exp: Likewise.
12945 * gdb.threads/pending-step.exp: Likewise.
12946 * gdb.threads/print-threads.exp: Likewise.
12947 * gdb.threads/sigstep-threads.exp: Likewise.
12948 * gdb.threads/staticthreads.exp: Likewise.
12949 * gdb.threads/tls.exp: Likewise.
12950
1e6697ea
YQ
129512016-03-09 Pedro Alves <palves@redhat.com>
12952
12953 * gdb.base/command-line-input.exp: New file.
12954
b04fd3be
MK
129552016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12956
12957 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12958 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12959 * gdb.trace/pending.exp: Accept leading dot before function name.
12960 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12961 * lib/trace-support.exp: Set registers for ppc.
12962
98fa59e9
MK
129632016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12964
12965 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12966 use it for disassembly; accept .main in addition to main in backtrace.
12967
f77198c8
MK
129682016-03-09 Wei-cheng Wang <cole945@gmail.com>
12969 Marcin Kościelnicki <koriakin@0x04.net>
12970
12971 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12972 (gdb_recursion_test_ptr): New global variable.
12973 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12974 gdb_recursion_test.
12975 (gdb_c_test): Ditto.
12976
ba84e0da
MK
129772016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12978
12979 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12980 ordering.
12981
4366d36e
MK
129822016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12983
12984 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12985 (bar): Add bar_start_lbl label.
12986 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12987 of foo/bar for emitting DWARF and tracing.
12988
5eb264df
SDJ
129892016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12990
12991 * analyze-racy-logs.py: Set executable bit.
12992
fb6a751f
SDJ
129932016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12994
12995 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12996 (CHECK_TARGET_TMP): Likewise.
12997 (check-single-racy): New rule.
12998 (check-parallel-racy): Likewise.
12999 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13000 (do-check-parallel-racy): New rule.
13001 (check-racy/%.exp): Likewise.
13002 * README (Racy testcases): New section.
13003 * analyze-racy-logs.py: New file.
13004
bdf7e230
DE
130052016-03-03 Doug Evans <dje@google.com>
13006
13007 * gdb.base/skip.exp: Use with_test_prefix.
13008
4719d415
YQ
130092016-03-03 Yao Qi <yao.qi@linaro.org>
13010
13011 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13012 Invoke step_over_syscall "clone" and break_cond_on_syscall
13013 "clone".
13014 * gdb.base/step-over-clone.c: New file.
13015
ea507862
YQ
130162016-03-03 Yao Qi <yao.qi@linaro.org>
13017
13018 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13019 code format.
13020
8fc8cbda
YQ
130212016-03-03 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.base/disp-step-fork.c: Rename to ...
13024 * gdb.base/step-over-fork.c: ... it. New file.
13025 * gdb.base/disp-step-vfork.c: Rename to ...
13026 * gdb.base/step-over-vfork.c: ... it. New file.
13027 * gdb.base/disp-step-syscall.exp: Rename to ...
13028 * gdb.base/step-over-syscall.exp: ... it. New file.
13029 (disp_step_cross_syscall): Rename to ...
13030 (step_over_syscall): ... it.
13031
92fa70b0
YQ
130322016-03-03 Yao Qi <yao.qi@linaro.org>
13033
13034 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13035 If target supports condition evaluation on target, invoke
13036 break_cond_on_syscall for fork and vfork.
13037
e197ad3c
YQ
130382016-03-03 Yao Qi <yao.qi@linaro.org>
13039
13040 * gdb.base/disp-step-syscall.exp: Don't invoke
13041 support_displaced_stepping.
13042 (disp_step_cross_syscall): Test with displaced stepping off and
13043 on if supported.
13044
0b47da9f
YQ
130452016-03-03 Yao Qi <yao.qi@linaro.org>
13046
13047 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13048 proc.
13049 (setup): New proc.
13050 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13051 and setup.
13052
065ab6dc
BH
130532016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13054
13055 * gdb.fortran/vla-history.exp: Remove breakpoint.
13056
07e448ad 130572016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13058
25d49b86
PA
13059 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13060 exceeds timeout.
07e448ad 13061
9ac2d526 130622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13063
25d49b86
PA
13064 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13065 breakpoint.
9ac2d526 13066
17807369
BH
130672016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13068
13069 * gdb.mi/vla.f90: Nullify pointer after declaration.
13070
86e501af
PA
130712016-03-01 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13074
1e903e32
PA
130752016-03-01 Pedro Alves <palves@redhat.com>
13076
13077 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13078 before anything else.
13079 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13080 _GNU_SOURCE here.
13081 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13082 before anything else.
13083 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13084
6ccb54e2
PA
130852016-03-01 Pedro Alves <palves@redhat.com>
13086
13087 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13088
30ca9da1
YQ
130892016-03-01 Yao Qi <yao.qi@linaro.org>
13090
13091 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13092 prepare_for_testing.
13093
dc856b38
YQ
130942016-03-01 Yao Qi <yao.qi@linaro.org>
13095
13096 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13097
4a932159
AA
130982016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13099
13100 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13101 manually constructing the output path.
13102
f2489477
AA
131032016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13104
13105 * gdb.arch/s390-stackless.S: New.
13106 * gdb.arch/s390-stackless.exp: New.
13107
38899f16
IB
131082016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13109
13110 * gdb.dlang/circular.c: New file.
13111 * gdb.dlang/circular.exp: New file.
13112
9fde51ed
YQ
131132016-02-26 Yao Qi <yao.qi@linaro.org>
13114
13115 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13116 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13117 (testcases): Update.
13118
ce90fefe
YQ
131192016-02-26 Yao Qi <yao.qi@linaro.org>
13120
13121 * gdb.reverse/aarch64.c: Rename to ...
13122 * gdb.reverse/insn-reverse.c: ... it.
13123 * gdb.reverse/aarch64.exp: Rename to ...
13124 * gdb.reverse/insn-reverse.exp: ... it.
13125
3263bceb
YQ
131262016-02-26 Yao Qi <yao.qi@linaro.org>
13127
13128 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13129 (testcase_ftype): New.
13130 (testcases): New array.
13131 (n_testcases): New.
13132 (main): Call each element in testcases.
13133 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13134 (read_testcase): New.
13135 Do the tests in a loop.
13136
6cb59ff1
YQ
131372016-02-25 Yao Qi <yao.qi@linaro.org>
13138
13139 * gdb.base/branches.c: Remove.
13140
ae91f625
MK
131412016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13142
13143 PR gdb/13808
13144 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13145
678b48b7
MK
131462016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13147
13148 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13149
7337a6f2
MK
131502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13151
13152 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13153 change x86_64 call_insn to 'callq'.
13154
861ca91f
AT
131552016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13156
13157 * gdb.trace/tfile-avx.c: Move to...
13158 * gdb.trace/tracefile-pseudo-reg.c: Here.
13159 * gdb.trace/tfile-avx.exp: Move to...
13160 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13161
bf74e428
GB
131622016-02-24 Gary Benson <gbenson@redhat.com>
13163
13164 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13165 message on attach.
13166
cce0e923
DE
131672016-02-23 Doug Evans <dje@google.com>
13168
13169 * gdb.base/skip.c (test_skip): New function.
13170 (end_test_skip_file_and_function): New function.
13171 (test_skip_file_and_function): New function.
13172 * gdb.base/skip1.c (test_skip): New function.
13173 (skip1_test_skip_file_and_function): New function.
13174 * gdb.base/skip.exp: Add tests for new skip options.
13175 * gdb.base/skip-solib.exp: Update expected output.
13176 * gdb.perf/skip-command.cc: New file.
13177 * gdb.perf/skip-command.exp: New file.
13178 * gdb.perf/skip-command.py: New file.
13179
4000e47e
MK
131802016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13181
13182 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13183 info registers pattern.
13184
24f75ead
IB
131852016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13186
13187 * lib/future.exp: Add D support.
13188 (gdb_find_gdc): New proc.
13189 (gdb_default_target_compile): Add D support.
13190
fbb7bcbe
WW
131912016-02-18 Wei-cheng Wang <cole945@gmail.com>
13192
13193 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13194 user+system time.
13195 (trace_speed_test): Determine the iteration count for a time
13196 between 15..30 seconds.
13197
012b3a21
WT
131982016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13199
13200 * gdb.arch/i386-mpx-sigsegv.c: New file.
13201 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13202 * gdb.arch/i386-mpx-simple_segv.c: New file.
13203 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13204
2d5189bd
YQ
132052016-02-18 Yao Qi <yao.qi@linaro.org>
13206
13207 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13208 Don't call setup_kfail.
13209
40fb20d0
YQ
132102016-02-18 Yao Qi <yao.qi@linaro.org>
13211
13212 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13213 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13214
21b1f8d2
DE
132152016-02-16 Doug Evans <dje@google.com>
13216
13217 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13218 * gdb.base/skip1.c: Ditto.
13219 * gdb.base/skip.exp: Whitespace cleanup.
13220
4041ed77
DB
132212016-02-16 Don Breazeal <donb@codesourcery.com>
13222
13223 PR remote/19496
13224 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13225 Remove kfail for PR remote/19496.
13226
c4ef31bf
SM
132272016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13228
13229 * lib/gdb.exp (standard_temp_file): Return a path specific to
13230 the runtest invocation.
13231
266b65b3
SM
132322016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13233
13234 * gdb.trace/save-trace.exp: Change relative path to be in the
13235 standard output directory.
13236
a7a0a6a9
JK
132372016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13238
13239 * gdb.arch/i386-prologue.c: Add missing prototypes.
13240
c99dbb42
JK
132412016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13242
13243 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13244 * gdb.arch/i386-prologue.exp: Likewise.
13245 * gdb.arch/i386-size.exp: Likewise.
13246
aa480355
SM
132472016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13248
13249 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13250 define object file path.
13251 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13252 file path.
13253 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13254 standard_output_file to define binfile.
13255
ba881f50
JK
132562016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13257
13258 Fix compatibility with recent gfortran-5.3.1.
13259 * gdb.fortran/vla-history.exp (print vla1 allocated)
13260 (print vla2 allocated, print $2, print $3): Remove
13261 (print $4): Rename to ...
13262 (print $2): ... here.
13263 (print $9): Rename to ...
13264 (print $5): ... here.
13265 (print $10): Rename to ...
13266 (print $6): ... here.
13267 * gdb.fortran/vla.f90: Add pvla initialization.
13268
e9fb005c
JK
132692016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13270
13271 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13272 New test.
13273 * gdb.fortran/vla-value-sub.exp: Likewise.
13274
e44e00ff
MK
132752016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13276
13277 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13278
97e94151
SM
132792016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13280
13281 * i386-biarch-core.exp: Define corefile using
13282 standard_output_file.
13283
01113bc1
YQ
132842016-02-12 Yao Qi <yao.qi@linaro.org>
13285
13286 * gdb.arch/arm-single-step-kernel-helper.c: New.
13287 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13288
33b4777c
MM
132892016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13290
13291 * gdb.btrace/tailcall-only.exp: New.
13292 * gdb.btrace/tailcall-only.c: New.
13293 * gdb.btrace/x86_64-tailcall-only.S: New.
13294 * gdb.btrace/i686-tailcall-only.S: New.
13295
acc23c11
PA
132962016-02-11 Pedro Alves <palves@redhat.com>
13297
13298 * README (Parallel testing): Add missing double quotes.
13299
e352bf0a
PA
133002016-02-11 Pedro Alves <palves@redhat.com>
13301
13302 * README (Parallel testing): New section.
13303 (GDB_PARALLEL): Rewrite.
13304 (FORCE_PARALLEL): Document.
13305
9f5fed78
MK
133062016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13307
13308 * gdb.trace/tfile-avx.c: New test.
13309 * gdb.trace/tfile-avx.exp: New test.
13310
9ef9e6a6
KS
133112016-02-09 Keith Seitz <keiths@redhat.com>
13312
13313 PR breakpoints/19546
13314 * gdb.base/infcall-exec.c: New file.
13315 * gdb.base/infcall-exec2.c: New file.
13316 * gdb.base/infcall-exec.exp: New file.
13317
a96e36da
KS
133182016-02-09 Keith Seitz <keiths@redhat.com>
13319
13320 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13321 (toplevel): Call test_bkpt_address.
13322
9f61929f
KS
133232016-02-09 Keith Seitz <keiths@redhat.com>
13324
13325 PR python/19506
13326 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13327 (toplevel): Call test_bkpt_address.
13328
1e94266c
SM
133292016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13330
13331 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13332 to AC_OUTPUT.
13333 * configure: Regenerate.
13334
2a7f3dff
PA
133352016-02-09 Pedro Alves <palves@redhat.com>
13336
13337 PR breakpoints/19548
13338 * gdb.base/execl-update-breakpoints.c (some_function): New
13339 function.
13340 (main): Call it.
13341 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13342 Tighten expected GDB output.
13343
2151ccc5
SM
133442016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13345
13346 * Makefile.in (ALL_SUBDIRS): Remove.
13347 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13348 (distclean maintainer-clean realclean): Likewise.
13349 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13350 * configure: Regenerate.
13351 * gdb.ada/Makefile.in: Delete.
13352 * gdb.arch/Makefile.in: Likewise.
13353 * gdb.asm/Makefile.in: Likewise.
13354 * gdb.base/Makefile.in: Likewise.
13355 * gdb.btrace/Makefile.in: Likewise.
13356 * gdb.cell/Makefile.in: Likewise.
13357 * gdb.compile/Makefile.in: Likewise.
13358 * gdb.cp/Makefile.in: Likewise.
13359 * gdb.disasm/Makefile.in: Likewise.
13360 * gdb.dlang/Makefile.in: Likewise.
13361 * gdb.dwarf2/Makefile.in: Likewise.
13362 * gdb.fortran/Makefile.in: Likewise.
13363 * gdb.gdb/Makefile.in: Likewise.
13364 * gdb.go/Makefile.in: Likewise.
13365 * gdb.guile/Makefile.in: Likewise.
13366 * gdb.java/Makefile.in: Likewise.
13367 * gdb.linespec/Makefile.in: Likewise.
13368 * gdb.mi/Makefile.in: Likewise.
13369 * gdb.modula2/Makefile.in: Likewise.
13370 * gdb.multi/Makefile.in: Likewise.
13371 * gdb.objc/Makefile.in: Likewise.
13372 * gdb.opencl/Makefile.in: Likewise.
13373 * gdb.opt/Makefile.in: Likewise.
13374 * gdb.pascal/Makefile.in: Likewise.
13375 * gdb.perf/Makefile.in: Likewise.
13376 * gdb.python/Makefile.in: Likewise.
13377 * gdb.reverse/Makefile.in: Likewise.
13378 * gdb.server/Makefile.in: Likewise.
13379 * gdb.stabs/Makefile.in: Likewise.
13380 * gdb.threads/Makefile.in: Likewise.
13381 * gdb.trace/Makefile.in: Likewise.
13382 * gdb.xml/Makefile.in: Likewise.
13383 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13384 GDB_PARALLEL.
13385 (standard_output_file): Remove check for GDB_PARALLEL, always
13386 return path in outputs/$subdir/$testname.
13387
437277d4
SM
133882016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13389
13390 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13391 (site.exp): Assign abs_srcdir to tcl's srcdir.
13392
31d913c7
YQ
133932016-02-04 Yao Qi <yao.qi@linaro.org>
13394
13395 * gdb.base/foll-exec-mode.c: Include limits.h.
13396 (main): Add parameters argc and argv. Get directory from
13397 argv[0].
13398 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13399 compilation.
13400 * gdb.base/foll-exec.c: Include limits.h.
13401 (main): Add parameters argc and argv.
13402 Get directory from argv[0].
13403 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13404 Adjust tests on the number of lines as source code changed.
13405 * gdb.base/foll-vfork-exit.c: Include limits.h.
13406 (main): Add one line of statement before vfork.
13407 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13408 (main): Add parameters argc and argv. Get directory from
13409 argv[0].
13410 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13411 (setup_gdb): Set tbreak to skip some source lines.
13412 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13413 (main): Add parameters argc and argv. Get directory from
13414 argv[0].
13415 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13416 compilation.
13417 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13418 (main): Add parameters argc and argv. Get directory from
13419 argv[0].
13420 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13421 compilation.
13422
9482b9fb
DE
134232016-02-01 Doug Evans <dje@google.com>
13424
13425 * gdb.base/skip.exp: Clean up multiple references to same test name.
13426
6b2e4f10
PA
134272016-02-01 Pedro Alves <palves@redhat.com>
13428
ccb6afd6 13429 PR remote/19496
6b2e4f10
PA
13430 * gdb.threads/forking-threads-plus-breakpoint.exp
13431 (displaced_stepping_supported): New global.
13432 (probe_displaced_stepping_support): New procedure.
13433 (do_test): Add 'displaced' parameter, and use it.
13434 (top level): Check for displaced stepping support. Add displaced
13435 stepping on/off testing axis.
13436
37a8db1a
AB
134372016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13438
13439 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13440 pointer. Don't perform further tests on the unassociated pointer
13441 if the first test fails.
13442
5fdf6324
AB
134432016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13444
13445 * gdb.base/max-value-size.c: New file.
13446 * gdb.base/max-value-size.exp: New file.
13447 * gdb.base/huge.exp: Disable max-value-size for this test.
13448
935c6144
IB
134492016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13450
13451 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13452
7fe8399d
YQ
134532016-01-28 Yao Qi <yao.qi@linaro.org>
13454
13455 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13456
a2077e25
PA
134572016-01-25 Pedro Alves <palves@redhat.com>
13458
13459 PR threads/19461
13460 * gdb.base/fork-running-state.c: New file.
13461 * gdb.base/fork-running-state.exp: New file.
13462
1d2736d4
PA
134632016-01-25 Pedro Alves <palves@redhat.com>
13464
13465 PR gdb/19494
13466 * gdb.base/catch-fork-kill.c: New file.
13467 * gdb.base/catch-fork-kill.exp: New file.
13468
f1da4b11
PA
134692016-01-25 Pedro Alves <palves@redhat.com>
13470
13471 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13472 Delete, moved to lib/gdb.exp.
13473 * gdb.threads/forking-threads-plus-breakpoint.exp
13474 (foreach_with_prefix): Likewise.
13475 * gdb.threads/process-dies-while-handling-bp.exp
13476 (foreach_with_prefix): Likewise.
13477 * lib/gdb.exp (foreach_with_prefix): New procedure.
13478
45f38546
MK
134792016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13480
13481 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13482 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13483
dc29a1ce
MK
134842016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13485
13486 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13487 endian targets.
13488
092127d7
JK
134892016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13490 Pedro Alves <palves@redhat.com>
13491
13492 Fix testsuite compatibility with Guile.
13493 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13494 number.
13495
31d765d3
JK
134962016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13497
13498 Fix testsuite compatibility with Guile.
13499 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13500 (thread 1): New test for backtrace through signal handler.
13501
1ac78c04
YQ
135022016-01-22 Yao Qi <yao.qi@linaro.org>
13503
13504 PR testsuite/19491
13505 * gdb.base/multi-forks.c: Include
13506 ../lib/unbuffer_output.c
13507 (main): Call gdb_unbuffer_output.
13508
4f5946a8
DE
135092016-01-21 Doug Evans <dje@google.com>
13510
13511 * lib/ada.exp (gdb_compile_ada): Fix typo.
13512
305e13e6
JB
135132016-01-21 Joel Brobecker <brobecker@adacore.com>
13514
13515 * gdb.base/break-fun-addr.exp: New file.
13516 * gdb.base/break-fun-addr1.c: New file.
13517 * gdb.base/break-fun-addr2.c: New file.
13518
5f5dfff6
SM
135192016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13520
13521 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13522 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13523 enum flag values.
13524
fd356fa2
AA
135252016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13526
13527 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13528 when GDB can not set the vector return value. Add more comments
13529 for clarification.
13530
9df22175
AT
135312016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13532
13533 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13534 command.
13535
41d1845e
SM
135362016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13537
13538 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13539
01ac6840
SM
135402016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13541
13542 * Makefile.in (check-single): Pass --status to runtest.
13543 (check/%.exp): Likewise.
13544
135452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13546
13547 * Makefile.in (check-parallel): Propagate return code from make
13548 do-check-parallel.
13549
bd0a71fa
MK
135502016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13551
13552 * gdb.trace/ftrace.exp: Fix expected message on continue.
13553 * gdb.trace/pending.exp: Fix expected message on continue.
13554 * gdb.trace/trace-break.exp: Fix expected message on continue.
13555
8bcbad33
SM
135562016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13557
13558 * lib/gdb.exp (gdb_test): Remove unused global references.
13559
f303dbd6
PA
135602016-01-18 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.base/async-shell.exp: Adjust expected output.
13563 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13564 * gdb.base/siginfo-thread.exp: Adjust expected output.
13565 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13566 * gdb.java/jnpe.exp: Adjust expected output.
13567 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13568 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13569 * gdb.threads/leader-exit.exp: Adjust expected output.
13570 * gdb.threads/manythreads.exp: Adjust expected output.
13571 * gdb.threads/pthreads.exp: Adjust expected output.
13572 * gdb.threads/schedlock.exp: Adjust expected output.
13573 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13574 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13575 expected output.
13576 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13577 output.
13578 * gdb.threads/sigthread.exp: Adjust expected output.
13579 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13580
b2789696
YQ
135812016-01-18 Yao Qi <yao.qi@linaro.org>
13582
13583 * gdb.guile/scm-section-script.c: Replace @progbits with
13584 %progbits.
13585 * gdb.python/py-section-script.c: Likewise.
13586
71ef29a8
PA
135872016-01-15 Pedro Alves <palves@redhat.com>
13588
13589 * gdb.multi/tids.exp: Test star wildcard ranges.
13590
3f5b7598
PA
135912016-01-15 Pedro Alves <palves@redhat.com>
13592
13593 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13594 command from "thread apply" invocation.
13595 (thr_apply_info_thr_invalid): Default the expected output to the
13596 input tid list.
13597 (top level): Add tests that use convenience variables. Add tests
13598 for "thread apply" with a valid TID list, but missing the command.
13599
663f6d42
PA
136002016-01-13 Pedro Alves <palves@redhat.com>
13601
13602 * gdb.base/default.exp: Expect $_gthread as well.
13603 * gdb.multi/tids.exp: Test $_gthread.
13604 * gdb.threads/thread-specific.exp: Test $_gthread.
13605
c84f6bbf
PA
136062016-01-13 Pedro Alves <palves@redhat.com>
13607
13608 * gdb.multi/tids.exp: Test "info threads -gid".
13609
22a02324
PA
136102016-01-13 Pedro Alves <palves@redhat.com>
13611
13612 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13613 Breakpoint.thread.
13614 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13615
5d5658a1
PA
136162016-01-07 Pedro Alves <palves@redhat.com>
13617
13618 * gdb.base/break.exp: Adjust to output changes.
13619 * gdb.base/hbreak2.exp: Likewise.
13620 * gdb.base/sepdebug.exp: Likewise.
13621 * gdb.base/watch_thread_num.exp: Likewise.
13622 * gdb.linespec/keywords.exp: Likewise.
13623 * gdb.multi/info-threads.exp: Likewise.
13624 * gdb.threads/thread-find.exp: Likewise.
13625 * gdb.multi/tids.c: New file.
13626 * gdb.multi/tids.exp: New file.
13627
84654457
PA
136282016-01-13 Pedro Alves <palves@redhat.com>
13629
13630 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13631
e3940304
PA
136322016-01-13 Pedro Alves <palves@redhat.com>
13633
13634 * gdb.base/default.exp: Expect $_inferior as well.
13635 * gdb.multi/base.exp: Test $_inferior.
13636
a911d87a
PA
136372016-01-13 Pedro Alves <palves@redhat.com>
13638
13639 PR breakpoints/19388
13640 * gdb.base/catch-signal-siginfo-cond.c: New file.
13641 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13642
82075af2
JS
136432016-01-12 Josh Stone <jistone@redhat.com>
13644 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13645
13646 * gdb.base/catch-syscall.c (do_execve): New variable.
13647 (main): Conditionally trigger an execve.
13648 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13649 (test_catch_syscall_execve): New, check entry/return across execve.
13650 (do_syscall_tests): Call test_catch_syscall_execve.
13651
e46eeedd
PA
136522016-01-12 Pedro Alves <palves@redhat.com>
13653
13654 * gdb.base/random-signal.exp (do_test): New procedure, with body
13655 of testcase moved in.
13656
01d8c27e
JK
136572016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13658 Pedro Alves <palves@redhat.com>
13659
13660 * gdb.base/funcargs.exp (finish from indirectly called function):
13661 Reintroduce the case for 'First'.
13662
9a706302
JK
136632016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13664 Pedro Alves <palves@redhat.com>
13665
13666 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13667 (tcatch_vfork_then_child_follow_exec)
13668 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13669 identification.
13670
c0ecb95f
JK
136712016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13672
13673 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13674 and repeats to unlimited.
13675 * gdb.python/py-value.exp: Likewise.
13676 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13677 and repeats to unlimited.
13678
6cfc1fcb
JK
136792016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13680
13681 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13682 and reordering the functions.
13683 * gdb.multi/hangout.c: Likewise.
13684 * gdb.multi/hello.c: Likewise.
13685
582a1b00
SM
136862016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13687
13688 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13689 absolute.
13690 (SingleStatisticTestResult.report): Use dict.keys instead of
13691 dict.iterkeys.
13692
79bc59cb
PA
136932016-01-06 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13696
43368e1d
MM
136972016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13698
13699 * gdb.btrace/dlopen.exp: New.
13700 * gdb.btrace/dlopen.c: New.
13701 * gdb.btrace/dlopen-dso.c: New.
13702
79fad5b8
SL
137032015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13704
13705 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13706 PATTERN argument is optional.
13707
ab8314b3
JB
137082015-12-24 Joel Brobecker <brobecker@adacore.com>
13709
13710 * lib/ada.exp (target_compile_ada_from_dir): New function.
13711 (gdb_compile_ada): Reimplement avoiding the use of project files.
13712 * gdb.ada/gnat_ada.gpr: Delete.
13713 * gdb.ada/cond_lang.exp: Adjust test to make path before
13714 filename optional.
13715 * gdb.ada/small_reg_param.exp: Likewise.
13716
fe33faff
SM
137172015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13718
13719 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13720
6d265cb4
TP
137212015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13722
13723 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13724 case.
13725
10125099
SM
137262015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13727
13728 * gdb.base/break.exp: Remove dead code.
13729 * gdb.base/sepdebug.exp: Likewise.
13730
3ca22649
SM
137312015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13732
13733 * gdb.asm/asm-source.exp: Remove HP-UX references.
13734 * gdb.base/annota1.exp: Likewise.
13735 * gdb.base/annota3.exp: Likewise.
13736 * gdb.base/attach.exp: Likewise.
13737 * gdb.base/bigcore.exp: Likewise.
13738 * gdb.base/break.exp: Likewise.
13739 * gdb.base/call-ar-st.exp: Likewise.
13740 * gdb.base/callfuncs.exp: Likewise.
13741 * gdb.base/catch-fork-static.exp: Likewise.
13742 * gdb.base/display.exp: Likewise.
13743 * gdb.base/foll-exec-mode.exp: Likewise.
13744 * gdb.base/foll-exec.exp: Likewise.
13745 * gdb.base/foll-fork.exp: Likewise.
13746 * gdb.base/foll-vfork.exp: Likewise.
13747 * gdb.base/funcargs.exp: Likewise.
13748 * gdb.base/hbreak2.exp: Likewise.
13749 * gdb.base/inferior-died.exp: Likewise.
13750 * gdb.base/interrupt.exp: Likewise.
13751 * gdb.base/multi-forks.exp: Likewise.
13752 * gdb.base/nodebug.exp: Likewise.
13753 * gdb.base/sepdebug.exp: Likewise.
13754 * gdb.base/solib1.c: Likewise.
13755 * gdb.base/step-test.exp: Likewise.
13756 * gdb.mi/non-stop.c: Likewise.
13757 * gdb.mi/pthreads.c: Likewise.
13758 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13759 * gdb.threads/pthreads.c: Likewise.
13760 * gdb.threads/staticthreads.exp: Likewise.
13761 * lib/future.exp: Likewise.
13762 * lib/gdb.exp: Likewise.
13763 * gdb.base/so-indr-cl.c: Remove.
13764 * gdb.base/so-indr-cl.exp: Likewise.
13765 * gdb.base/solib.c: Likewise.
13766 * gdb.base/solib.exp: Likewise.
13767 * gdb.base/solib2.c: Likewise.
13768
b6304613
SM
137692015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13770
13771 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13772 * gdb.base/call-ar-st.exp: Likewise.
13773 * gdb.base/callfuncs.exp: Likewise.
13774 * gdb.base/condbreak.exp: Likewise.
13775 * gdb.base/constvars.exp: Likewise.
13776 * gdb.base/hbreak2.exp: Likewise.
13777 * gdb.base/langs.exp: Likewise.
13778 * gdb.base/list.exp: Likewise.
13779 * gdb.base/long_long.exp: Likewise.
13780 * gdb.base/ptype.exp: Likewise.
13781 * gdb.base/scope.exp: Likewise.
13782 * gdb.base/signals.exp: Likewise.
13783 * gdb.base/so-impl-ld.exp: Likewise.
13784 * gdb.base/varargs.exp: Likewise.
13785 * gdb.base/volatile.exp: Likewise.
13786 * gdb.base/whatis.exp: Likewise.
13787 * gdb.cp/cplusfuncs.exp: Likewise.
13788 * gdb.cp/inherit.exp: Likewise.
13789 * gdb.cp/local.exp: Likewise.
13790 * gdb.cp/member-ptr.exp: Likewise.
13791 * gdb.cp/method.exp: Likewise.
13792 * gdb.cp/overload.exp: Likewise.
13793 * gdb.cp/templates.exp: Likewise.
13794 * gdb.stabs/weird.exp: Likewise.
13795 * lib/compiler.c: Likewise.
13796 * lib/compiler.cc: Likewise.
13797 * lib/cp-support.exp: Likewise.
13798 * lib/gdb.exp: Likewise.
13799
bf401b07
SM
138002015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13801
13802 * configure.ac: Remove HP-UX case.
13803 * configure: Regenerate.
13804
aff9c0f8
SM
138052015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13806
13807 * lib/gdb.exp (gdb_compile): Add function doc.
13808
a6904d5a
PA
138092015-12-17 Pedro Alves <palves@redhat.com>
13810
13811 PR threads/19354
13812 * gdb.multi/info-threads.exp: New file.
13813
a22279dd
YQ
138142015-12-15 Yao Qi <yao.qi@linaro.org>
13815
13816 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13817 is aarch64*-*-*.
13818
0588c796
SL
138192015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13820
13821 * gdb.base/history-duplicates.exp: Skip if no readline support.
13822
5d978e17
SL
138232015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13824
13825 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13826
7e763b86
SL
138272015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13828
13829 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13830
87a3a92c
SL
138312015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13832
13833 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13834 ctrl-C if nointerrupts target property is set.
13835 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13836 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13837 * gdb.base/paginate-bg-execution.exp: Likewise.
13838 * gdb.base/paginate-execution-startup.exp: Likewise.
13839 * gdb.base/random-signal.exp: Likewise.
13840 * gdb.base/range-stepping.exp: Likewise.
13841 * gdb.cp/annota2.exp: Likewise.
13842 * gdb.cp/annota3.exp: Likewise.
13843 * gdb.gdb/selftest.exp: Likewise.
13844 * gdb.threads/continue-pending-status.exp: Likewise.
13845 * gdb.threads/leader-exit.exp: Likewise.
13846 * gdb.threads/manythreads.exp: Likewise.
13847 * gdb.threads/pthreads.exp: Likewise.
13848 * gdb.threads/schedlock.exp: Likewise.
13849 * gdb.threads/sigthread.exp: Likewise.
13850
a8f077dc
DB
138512015-12-11 Don Breazeal <donb@codesourcery.com>
13852
13853 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13854 remote.
13855 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13856 * gdb.base/foll-exec.exp (main): Enable for target remote.
13857 * gdb.base/foll-fork.exp (main): Likewise.
13858 * gdb.base/foll-vfork.exp (main): Likewise.
13859 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13860 (proc continue_to_exit_bp_loc): Use clean_restart.
13861 * gdb.base/pie-execl.exp (main): Disable for target remote.
13862 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13863 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13864 * gdb.threads/execl.exp (main): Likewise.
13865 * gdb.threads/fork-child-threads.exp (main): Likewise.
13866 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13867 remote.
13868 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13869 remote.
13870 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13871 pid.tid style ptids, instead of just tid.
13872 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13873 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13874 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13875 ptids, instead of just tid.
13876
3b2464a8
AB
138772015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13878
13879 * gdb.base/list.exp (test_list_forward): Add end of file error
13880 test.
13881 (test_repeat_list_command): Add end of file error test.
13882 (test_list_backwards): Add beginning of file error test.
13883
a0def019
AB
138842015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13885
13886 * gdb.base/list.exp (test_list_invalid_args): New function,
13887 defined, and called.
13888
5c000dff
AB
138892015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13890
13891 * gdb.base/list.exp (test_list): Make test names unique.
13892
f1637ebe
YQ
138932015-12-11 Yao Qi <yao.qi@linaro.org>
13894
13895 * gdb.base/coremaker2.c: Remove.
13896
36d6fc0a
PA
138972015-12-10 Pedro Alves <palves@redhat.com>
13898
13899 * gdb.multi/base.exp: Remove stale "spaces" references.
13900
762f7747
PA
139012015-12-10 Pedro Alves <palves@redhat.com>
13902
13903 * gdb.multi/base.exp: Don't use nowarnings.
13904 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13905 * gdb.multi/hangout.c: Include stdio.h.
13906 * gdb.multi/hello.c: Include stdlib.h.
13907 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13908 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13909 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13910
28d2bfb9
AB
139112015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13912
13913 * gdb.dwarf2/dw2-ranges-base.c: New file.
13914 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13915 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13916 support additional line table, and debug ranges generation.
13917 (Dwarf::ranges): New function, generate .debug_ranges.
13918 (Dwarf::lines): Support generating simple line table programs.
13919 (Dwarf::assemble): Initialise new namespace variables.
13920
5fc2beac
KB
139212015-12-09 Kevin Buettner <kevinb@redhat.com>
13922
13923 * gdb.base/async.exp (proc test_background): Add case for
13924 asynchronous execution not supported.
13925
1c35a88f
LM
139262015-12-09 Luis Machado <lgustavo@codesourcery.com>
13927
13928 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13929 format and change test names to make them unique.
13930
b593e3d9
RK
139312015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13932 Pedro Alves <pedro@redhat.com>
13933
13934 PR gdb/18702
13935 Add checking of floatformats setup on x86_64 hosts.
13936 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13937 (smallval, bigval): New labels/constants.
13938 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13939 float" after loading bigval and smallval.
13940
d72413e6
PMR
139412015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13942
13943 * gdb.ada/fun_overload_menu.exp: New testcase.
13944 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13945
ece66d65
JS
139462015-12-04 Josh Stone <jistone@redhat.com>
13947
13948 * gdb.base/catch-fork-static.exp: New.
13949
41d0efca
YQ
139502015-12-03 Yao Qi <yao.qi@linaro.org>
13951
13952 * gdb.base/sizeof.c: Don't include stdio.h and
13953 ../lib/unbuffer_output.c.
13954 (main): New variable 'size' and 'value'. Remove printf and
13955 gdb_unbuffer_output. Assign return value to size and value.
13956 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13957 at the beginning.
13958 (check_sizeof): Check the result by printing variable 'size'.
13959 (check_valueof): Check the result by printing variable 'value'.
13960
99fd02d9
YQ
139612015-12-01 Yao Qi <yao.qi@linaro.org>
13962
13963 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13964 for aarch64*-*-linux* target.
13965
f2faf941
PA
139662015-11-30 Pedro Alves <palves@redhat.com>
13967
13968 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13969
04bf20c5
PA
139702015-11-30 Pedro Alves <palves@redhat.com>
13971
13972 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13973 Handle non-stop mode vCont replies.
13974
09df4675
PA
139752015-11-30 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13978 prepare_for_testing. Start gdb with "set non-stop on" appended to
13979 GDBFLAGS. Lax expected stop output.
13980
58b584af
YQ
139812015-11-27 Yao Qi <yao.qi@linaro.org>
13982
13983 * gdb.arch/arm-neon.exp: New.
13984 * gdb.arch/arm-neon.c: New.
13985
dfcb77a8
YQ
139862015-11-27 Yao Qi <yao.qi@linaro.org>
13987
13988 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13989
88e8ec1b
YQ
139902015-11-27 Yao Qi <yao.qi@linaro.org>
13991
13992 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13993 frames-invalid annotation.
13994
bfde72c2
YQ
139952015-11-27 Yao Qi <yao.qi@linaro.org>
13996
13997 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13998
f6512a69
SM
139992015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14000
14001 * gdb.threads/names.exp: New file.
14002 * gdb.threads/names.c: New file.
14003 * README: Mention gdb,no_thread_names.
14004
46a3515b
MM
140052015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14006
14007 PR 19297
14008 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14009 support" error.
14010
62147a22
PA
140112015-11-24 Pedro Alves <palves@redhat.com>
14012
14013 PR 17539
14014 * gdb.base/display.exp: Expect displays to be sorted in ascending
14015 order. Use multi_line.
14016 * gdb.base/solib-display.exp: Likewise.
14017
2f341b6e
PA
140182015-11-24 Pedro Alves <palves@redhat.com>
14019
14020 PR 17539
25d49b86
PA
14021 * gdb.base/display.exp: Expect displays to be sorted in ascending
14022 order. Use multi_line.
14023 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14024
7e0aa6aa
PA
140252015-11-24 Pedro Alves <palves@redhat.com>
14026
14027 PR 17539
14028 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14029 threads in ascending order.
14030 * gdb.base/foll-fork.exp: Likewise.
14031 * gdb.base/foll-vfork.exp: Likewise.
14032 * gdb.base/multi-forks.exp: Likewise.
14033 * gdb.mi/mi-nonstop.exp: Likewise.
14034 * gdb.mi/mi-nsintrall.exp: Likewise.
14035 * gdb.multi/base.exp: Likewise.
14036 * gdb.multi/multi-arch.exp: Likewise.
14037 * gdb.python/py-inferior.exp: Likewise.
14038 * gdb.threads/break-while-running.exp: Likewise.
14039 * gdb.threads/execl.exp: Likewise.
14040 * gdb.threads/gcore-thread.exp: Likewise.
14041 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14042 * gdb.threads/kill.exp: Likewise.
14043 * gdb.threads/linux-dp.exp: Likewise.
14044 * gdb.threads/multiple-step-overs.exp: Likewise.
14045 * gdb.threads/next-bp-other-thread.exp: Likewise.
14046 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14047 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14048 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14049 * gdb.threads/thread-find.exp: Likewise.
14050 * gdb.threads/tls.exp: Likewise.
14051 * lib/mi-support.exp (mi_reverse_list): Delete.
14052 (mi_check_thread_states): No longer reverse list.
14053
2cc57ad8
PA
140542015-11-24 Pedro Alves <palves@redhat.com>
14055
14056 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14057 use lowercase.
14058
c93e8391
SM
140592015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14060
14061 * gdb.trace/actions.c: Include trace-common.h.
14062 (main): Add a location for a fast tracepoint.
14063 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14064 the normal tracepoints.
14065 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14066
045ccf91
SM
140672015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14068
14069 * save-trace.exp: Factor out code to these...
14070 (gdb_save_tracepoints): New.
14071 (gdb_load_tracepoints): New.
14072 (do_save_load_test): New.
14073
5506f9f6
KB
140742015-11-23 Kevin Buettner <kevinb@redhat.com>
14075
14076 * gdb.base/asmlabel.exp: New test.
14077 * gdb.base/asmlabel.c: New test case.
14078
16c3b12f
JB
140792015-11-23 Joel Brobecker <brobecker@adacore.com>
14080
14081 * gdb.base/wrong_frame_bt_full-main.c: New file.
14082 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14083 * gdb.base/wrong_frame_bt_full.exp: New file.
14084
155bfbd3
JB
140852015-11-23 Joel Brobecker <brobecker@adacore.com>
14086
14087 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14088
bb097445
JM
140892015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14090
206853a0 14091 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14092 pstate register when comparing registers values in
14093 sparc64-*-linux-gnu targets to avoid spurious differences.
14094
9c88ed8f
JM
140952015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14096
206853a0 14097 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14098
96161e25
SL
140992015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14100
14101 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14102 as type argument to gdb_compile.
14103 * gdb.base/nested-subp2.exp: Likewise.
14104 * gdb.base/nested-subp3.exp: Likewise.
14105
340c2830
DV
141062015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14107
14108 * lib/dwarf.exp (_note): Fix left shift of negative value.
14109 * gdb.trace/trace-condition.exp: Likewise.
14110
c1862d0f
YQ
141112015-11-13 Yao Qi <yao.qi@linaro.org>
14112
14113 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14114 comments about d10v.
14115 (test_scalar_returns): Likewise.
14116 * gdb.base/d10v.ld: Remove.
14117 * gdb.base/overlays.exp: Remove the target triplet checking for
14118 d10v-*-*.
14119 * gdb.base/structs.exp (test_struct_returns): Remove the
14120 comments about d10v.
14121 (test_struct_calls): Likewise.
14122
77ae9c19
YQ
141232015-11-13 Yao Qi <yao.qi@linaro.org>
14124
14125 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14126 * gdb.base/gnu_vector.c: Don't include stdio.h.
14127 (main): Don't print res and call add_some_intvecs.
14128
430e004e
MK
141292015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14130
14131 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14132 macro.
14133 (func5): Removed.
14134 (func4): Use FAST_TRACEPOINT_LABEL.
14135 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14136 macro.
14137 (func): Removed.
14138 (thread_function): Use FAST_TRACEPOINT_LABEL.
14139 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14140 (func): Remove.
14141 (marker): Use FAST_TRACEPOINT_LABEL.
14142 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14143 (pendfunc1): Remove.
14144 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14145 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14146 (foo): Remove.
14147 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14148 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14149 macro.
14150 (func): Remove.
14151 (marker): Use FAST_TRACEPOINT_LABEL.
14152 * gdb.trace/trace-common.h: New header.
14153 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14154 macro.
14155 (func): Remove.
14156 (marker): Use FAST_TRACEPOINT_LABEL.
14157 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14158 (func): Remove.
14159 (thread_function): Use FAST_TRACEPOINT_LABEL.
14160
6e7675a7
MK
141612015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14162
14163 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14164 in front.
14165 * gdb.trace/change-loc.exp: Use global pcreg definition.
14166 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14167 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14168 in front.
14169 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14170 * gdb.trace/pending.exp: Likewise.
14171 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14172 * gdb.trace/trace-break.exp: Likewise.
14173 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14174 in front.
14175 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14176 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14177 in front.
14178 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14179
dddc0e16
JB
141802015-11-09 Joel Brobecker <brobecker@adacore.com>
14181
14182 * gdb.ada/fin_fun_out: New testcase.
14183
c6f0b406
KB
141842015-11-07 Kevin Buettner <kevinb@redhat.com>
14185
14186 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14187 value associated with DW_AT_byte_size.
14188 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14189 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14190 DW_AT_upper_bound.
14191
f01dcfd9
KB
141922015-11-07 Kevin Buettner <kevinb@redhat.com>
14193
14194 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14195 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14196 version.
14197 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14198 gdb.dwarf2/dw2-canonicalize-type.exp,
14199 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14200 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14201 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14202 provided by gdb_target_symbol_prefix_flags_asm.
14203 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14204 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14205 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14206 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14207 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14208 macros where needed). Use this macro for symbols which require
14209 the prefix provided by SYMBOL_PREFIX.
14210
2223449a
KB
142112015-11-05 Kevin Buettner <kevinb@redhat.com>
14212
14213 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14214 New procs.
14215 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14216 representing expressions, of more than one list element.
14217 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14218 to prepend linker symbol prefix to f.
14219 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14220 table_1 and table_2.
14221 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14222 Likewise, for f and g.
14223 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14224 for ptr.
14225 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14226 for main.
14227 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14228 table_1_ptr and table_2_ptr.
14229
6f2f1a3a
JK
142302015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14231 Joel Brobecker <brobecker@adacore.com>
14232
14233 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14234
566c56c9
MK
142352015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14236
14237 * gdb.reverse/s390-mvcle.c: New test.
14238 * gdb.reverse/s390-mvcle.exp: New file.
14239 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14240
d5f0636b
MK
142412015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14242
14243 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14244
7ad8b86c
MK
142452015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14246
14247 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14248 reaching marker2.
14249 * gdb.reverse/getresuid-reverse.exp: Likewise.
14250 * gdb.reverse/pipe-reverse.exp: Likewise.
14251 * gdb.reverse/readv-reverse.exp: Likewise.
14252 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14253 * gdb.reverse/time-reverse.exp: Likewise.
14254 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14255
4081c0f1
YQ
142562015-10-30 Yao Qi <yao.qi@linaro.org>
14257
14258 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14259 (empty_cycle): Remove.
14260 (main): Don't call empty_cycle. Don't use watch_count_done.
14261 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14262 empty_cycle. Rewrite the code counting HW watchpoints.
14263
452b4ba5
MK
142642015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14265
14266 * gdb.reverse/fstatat-reverse.c: New test.
14267 * gdb.reverse/fstatat-reverse.exp: New file.
14268 * gdb.reverse/getresuid-reverse.c: New test.
14269 * gdb.reverse/getresuid-reverse.exp: New file.
14270 * gdb.reverse/pipe-reverse.c: New test.
14271 * gdb.reverse/pipe-reverse.exp: New file.
14272 * gdb.reverse/readv-reverse.c: New test.
14273 * gdb.reverse/readv-reverse.exp: New file.
14274 * gdb.reverse/recvmsg-reverse.c: New test.
14275 * gdb.reverse/recvmsg-reverse.exp: New file.
14276 * gdb.reverse/time-reverse.c: New test.
14277 * gdb.reverse/time-reverse.exp: New file.
14278 * gdb.reverse/waitpid-reverse.c: New test.
14279 * gdb.reverse/waitpid-reverse.exp: New file.
14280
5e2e7507
JK
142812015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14282
14283 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14284
0fde2c53
DE
142852015-10-26 Doug Evans <dje@google.com>
14286
14287 PR symtab/17391
14288 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14289 * gdb.dwarf2/bad-regnum.c: New file.
14290 * gdb.dwarf2/bad-regnum.exp: New file.
14291
1a70ae97
DE
142922015-10-26 Doug Evans <dje@google.com>
14293
14294 PR python/18938
14295 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14296 file.
14297
27dc26ab
JK
142982015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14299
14300 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14301 for a change by "Mention language in compile error message".
14302
bed91f4d
SM
143032015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14304
14305 PR python/18073
14306 * gdb.python/py-type.c (C::a_method): New.
14307 (C::a_const_method): New.
14308 (C::a_static_method): New.
14309 (a_function): New.
14310 * gdb.python/py-type.exp (test_fields): Test getting fields
14311 from function and method.
14312
3f2f83dd
KB
143132015-10-21 Keven Boell <keven.boell@intel.com>
14314
14315 * gdb.fortran/vla-alloc-assoc.exp: New file.
14316 * gdb.fortran/vla-datatypes.exp: New file.
14317 * gdb.fortran/vla-datatypes.f90: New file.
14318 * gdb.fortran/vla-history.exp: New file.
14319 * gdb.fortran/vla-ptype-sub.exp: New file.
14320 * gdb.fortran/vla-ptype.exp: New file.
14321 * gdb.fortran/vla-sizeof.exp: New file.
14322 * gdb.fortran/vla-sub.f90: New file.
14323 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14324 * gdb.fortran/vla-value-sub-finish.exp: New file.
14325 * gdb.fortran/vla-value-sub.exp: New file.
14326 * gdb.fortran/vla-value.exp: New file.
14327 * gdb.fortran/vla-ptr-info.exp: New file.
14328 * gdb.mi/mi-vla-fortran.exp: New file.
14329 * gdb.mi/vla.f90: New file.
14330
27145d50
SL
143312015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14332
14333 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14334 of hardwired timeout value.
14335
5f3ff4f8
JK
143362015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14337 Pedro Alves <palves@redhat.com>
14338
14339 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14340 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14341
bfd09d20
JS
143422015-10-19 Josh Stone <jistone@redhat.com>
14343
14344 * gdb.base/catch-syscall.c: Include <sched.h>.
14345 (unknown_syscall): New variable.
14346 (main): Trigger a vfork and an unknown syscall.
14347 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14348 (unknown_syscall_number): Likewise.
14349 (check_call_to_syscall): Accept an optional syscall pattern.
14350 (check_return_from_syscall): Likewise.
14351 (check_continue): Likewise.
14352 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14353 (test_catch_syscall_skipping_return): New test toggling off 'catch
14354 syscall' to step over the syscall return, then toggling back on.
14355 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14356 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14357 (do_syscall_tests): Call test_catch_syscall_without_args and
14358 test_catch_syscall_mid_vfork.
14359 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14360 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14361
b32b93c6
AS
143622015-10-19 Andrew Stubbs <ams@codesourcery.com>
14363
14364 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14365 print g_vE): Add new pass patterns.
14366 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14367 print various symbol names for vptr fields.
14368
9d622bda
AB
143692015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14370
14371 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14372 results.
14373
0fd8ac1c
YQ
143742015-10-12 Yao Qi <yao.qi@linaro.org>
14375
14376 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14377
34240514
YQ
143782015-10-12 Yao Qi <yao.qi@linaro.org>
14379
14380 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14381 is aarch64*-*-linux*.
14382
8240f442
YQ
143832015-10-12 Yao Qi <yao.qi@linaro.org>
14384
14385 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14386 (can_relocate_bcond_true): ... it.
14387 (can_relocate_bcond_false): New function.
14388 (foo): Likewise.
14389 (can_relocate_bl): Likewise.
14390 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14391 can_relocate_bl.
14392
2520f728
PMR
143932015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14394
14395 * gdb.base/nested-addr.c: New file.
14396 * gdb.base/nested-addr.exp: New testcase.
14397
abcef95a
MM
143982015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14399
14400 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14401 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14402 its output. Ignore the output of "record goto begin" and instead
14403 check that GDB is replaying.
14404
145e3ddb
PA
144052015-10-09 Pedro Alves <palves@redhat.com>
14406
14407 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14408 (top level): Use it in the run with no args test.
14409
d5d8c4e1
IB
144102015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14411
14412 * gdb.dlang/properties.exp: New file.
14413
06e635ef
SL
144142015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14415
14416 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14417 whether or not address 0x1000 is mapped on the target.
14418
e019fd1d
SM
144192015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14420
14421 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14422 build.
14423
77ba2a67
MM
144242015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14425
14426 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14427 instruction-history test.
14428
c60eb31f
DE
144292015-09-28 Doug Evans <dje@google.com>
14430
14431 * gdb.base/gcore.c (array_func): Add reference to static_array.
14432
9a3c8263
SM
144332015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14434
14435 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14436 source line.
14437
9720e656
SL
144382015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14439
14440 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14441 short or char as base type.
14442
938d3bf2
SL
144432015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14444
14445 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14446 to allow any size enum.
14447
e6c2c623
PMR
144482015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14449
14450 * gdb.ada/array_ptr_renaming.exp: New testcase.
14451 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14452 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14453
06da0f77
PL
144542015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14455
14456 * gdb.trace/ftrace-lock.c: New file.
14457 * gdb.trace/ftrace-lock.exp: New file.
14458
4f51c22a
PL
144592015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14460
14461 * gdb.arch/insn-reloc.c: New file.
14462 * gdb.arch/ftrace-insn-reloc.exp: New file.
14463
7041adf4
PL
144642015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14465
14466 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14467 instruction.
14468 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14469 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14470 * gdb.trace/range-stepping.c: Likewise.
14471 * gdb.trace/trace-break.c: Likewise.
14472 * gdb.trace/trace-mt.c (thread_function): Likewise.
14473 * gdb.trace/ftrace.c (marker): Likewise.
14474 * gdb.trace/trace-condition.c (marker): Likewise.
14475 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14476 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14477 is_aarch64_target.
14478
015d2e7e
DE
144792015-09-18 Doug Evans <xdje42@gmail.com>
14480
14481 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14482 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14483
26b188a2
SL
144842015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14485
14486 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14487 the breakpoint.
14488
79dc332b
SL
144892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14490
14491 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14492 the pending breakpoint. Remove timeout override for "Run till
14493 MI pending breakpoint on pendfunc3 on thread 2" test.
14494
f57929f2
SL
144952015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14496
14497 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14498 filename pattern.
14499
3f469b17
SL
145002015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14501
14502 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14503 in breakpoint filename pattern.
14504
515b89b3
SL
145052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14506
7800dbe4
SL
14507 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14508
145092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14510
515b89b3
SL
14511 * gdb.linespec/explicit.exp: Check for readline support for
14512 tab-completion tests. Fix obvious typo.
14513
d2939ba2
MM
145142015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14515
14516 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14517 and replay.
14518
cbb55fa7
MM
145192015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14520
14521 * gdb.btrace/non-stop.c: New.
14522 * gdb.btrace/non-stop.exp: New.
14523
43691ca1
PL
145242015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14525 Yao Qi <yao.qi@linaro.org>
14526
14527 * gdb.trace/trace-condition.c: New file.
14528 * gdb.trace/trace-condition.exp: New file.
14529
d78908cf
WW
145302015-09-16 Wei-cheng Wang <cole945@gmail.com>
14531
14532 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14533 for testing bytecode compilation.
14534
1ed415e2
PA
145352015-09-16 Pedro Alves <palves@redhat.com>
14536 Sandra Loosemore <sandra@codesourcery.com>
14537
14538 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14539 (SECONDS): Redefine.
14540 (main): Call pthread_kill and alarm early.
14541 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14542 support.
14543 (test): If the target can't hardware step and doesn't support
14544 displaced stepping, increase the timeout.
14545
d136eff5
PA
145462015-09-16 Pedro Alves <palves@redhat.com>
14547
14548 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14549 (enable_debug): New procedures.
14550 (test): Use them. Bail out if waiting for threads fails.
14551 (top level): Bail out if a test fails.
14552
991f019c
YQ
145532015-09-16 Yao Qi <yao.qi@linaro.org>
14554
14555 * gdb.asm/asm-source.exp: Set asm-arch for
14556 aarch64*-*-* target.
14557 * gdb.asm/aarch64.inc: New file.
14558
bfca584f
PMR
145592015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14560
14561 * gdb.ada/array_of_variable_length.exp: New testcase.
14562 * gdb.ada/array_of_variable_length/foo.adb: New file.
14563 * gdb.ada/array_of_variable_length/pck.adb: New file.
14564 * gdb.ada/array_of_variable_length/pck.ads: New file.
14565
b326e587
DE
145662015-09-15 Doug Evans <dje@google.com>
14567
14568 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14569 of function static local variable.
14570
5382cfab
PW
145712015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14572
14573 * gdb.threads/tls-so_extern.exp: New test file.
14574 * gdb.threads/tls-so_extern.c: New test file.
14575 * gdb.threads/tls-so_extern_main.c: New test file.
14576
141c5cc4
JK
145772015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14578
14579 * gdb.opt/solib-intra-step-lib.c: New file.
14580 * gdb.opt/solib-intra-step-main.c: New file.
14581 * gdb.opt/solib-intra-step.exp: New file.
14582
d15dcecd
PA
145832015-09-15 Pedro Alves <palves@redhat.com>
14584
14585 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14586 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14587
4c2f2a79
PA
145882015-09-14 Pedro Alves <palves@redhat.com>
14589
14590 * gdb.base/hook-stop-continue.c: Delete.
14591 * gdb.base/hook-stop-continue.exp: Delete.
14592 * gdb.base/hook-stop-frame.c: Delete.
14593 * gdb.base/hook-stop-frame.exp: Delete.
14594 * gdb.base/hook-stop.c: New file.
14595 * gdb.base/hook-stop.exp: New file.
14596
919e6dbe
PMR
145972015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14598
14599 * gdb.ada/access_to_packed_array.exp: New testcase.
14600 * gdb.ada/access_to_packed_array/foo.adb: New file.
14601 * gdb.ada/access_to_packed_array/pack.adb: New file.
14602 * gdb.ada/access_to_packed_array/pack.ads: New file.
14603
157280a4
MM
146042015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14605
14606 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14607 buffer size test.
14608
2fd33e94
DB
146092015-09-11 Don Breazeal <donb@codesourcery.com>
14610
14611 * gdb.base/foll-exec.c: Add copyright header. Fix
14612 formatting issues.
14613 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14614 (do_exec_tests): Use clean_restart in place of zap_session,
14615 and for test initialization. Fix formatting issues. Use
14616 fail in place of perror.
14617 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14618 an expect statement to match an expression with output from
14619 the program under debug.
14620 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14621 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14622 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14623 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14624 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14625
e70b6e8e
DE
146262015-09-09 Doug Evans <dje@google.com>
14627
14628 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14629
7a551a51
DE
146302015-09-09 Doug Evans <dje@google.com>
14631
14632 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14633
4c666f84
DE
146342015-09-09 Doug Evans <dje@google.com>
14635
14636 * gdb.base/savedregs.exp: Fix typo.
14637
243a9253
PA
146382015-09-09 Pedro Alves <palves@redhat.com>
14639
14640 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14641
c0fa8fbd
SL
146422015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14643
14644 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14645 command actually switches threads. Give up on remaining
14646 tests if target fails to stop at breakpoint.
14647
cd7c1778
PMR
146482015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14649
14650 * gdb.ada/funcall_char.exp: New testcase.
14651 * gdb.ada/funcall_char/foo.adb: New file.
14652
dc5c8746
PMR
146532015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14654
14655 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14656 expected outputs. Add two testcases for completing ambiguous
14657 functions.
14658 * gdb.ada/complete/aux_pck.adb: New file.
14659 * gdb.ada/complete/aux_pck.ads: New file.
14660 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14661 Ambiguous_Func functions.
14662 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14663 * gdb.ada/complete/pck.adb: Likewise.
14664
4e83a1e7
UW
146652015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14666
14667 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14668 failures to run the test program under GDB.
14669
8ce74153
LM
146702015-08-26 Luis Machado <lgustavo@codesourcery.com>
14671
14672 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14673 to C.
14674
e9756d52
PP
146752015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14676
14677 * gdb.base/run-after-attach.exp: New test file.
14678 * gdb.base/run-after-attach.c: New test file.
14679
8d37573b
DB
146802015-08-26 Don Breazeal <donb@codesourcery.com>
14681
14682 * gdb.base/foll-exec-2.c: New test program.
14683 * gdb.base/foll-exec-2.exp: New test.
14684
63e43d3a
PMR
146852015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14686
14687 * gdb.base/nested-subp1.exp: New file.
14688 * gdb.base/nested-subp1.c: New file.
14689 * gdb.base/nested-subp2.exp: New file.
14690 * gdb.base/nested-subp2.c: New file.
14691 * gdb.base/nested-subp3.exp: New file.
14692 * gdb.base/nested-subp3.c: New file.
14693
3d40fbb5
PA
146942015-08-24 Pedro Alves <palves@redhat.com>
14695
14696 * gdb.server/connect-without-multi-process.c: New file.
14697 * gdb.server/connect-without-multi-process.exp: New file.
14698
4422ac93
LM
146992015-08-24 Luis Machado <lgustavo@codesourcery.com>
14700
14701 * gdb.opt/inline-markers.c: Make z int.
14702
91dddb86
LM
147032015-08-24 Luis Machado <lgustavo@codesourcery.com>
14704
14705 * gdb.opt/inline-markers.c: Make z volatile.
14706
a48847ee
LM
147072015-08-24 Luis Machado <lgustavo@codesourcery.com>
14708
14709 * gdb.opt/inline-bt.c: New volatile global z.
14710 * gdb.opt/inline-cmds.c: Likewise.
14711 * gdb.opt/inline-locals.c: Likewise.
14712 * gdb.opt/inline-markers.c: New extern global z.
14713 (marker): Use z.
14714 (inline_fn): Likewise.
14715
0ebbc52b
PA
147162015-08-24 Pedro Alves <palves@redhat.com>
14717
14718 * config/m32r-stub.exp: Remove file.
14719 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14720 * gdb.base/call-rt-st.exp: Likewise.
14721 * gdb.base/call-strs.exp: Likewise.
14722 * gdb.base/default.exp: Remove references to h8300-*-hms and
14723 *-*-udi*.
14724 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14725
77c365df
AA
147262015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14727
14728 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14729 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14730 and "return" use KFAIL when GDB can not read/write the vector
14731 return value.
14732
4313b8c0
GB
147332015-08-21 Gary Benson <gbenson@redhat.com>
14734
14735 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14736
0e433b32
PA
147372015-08-20 Pedro Alves <palves@redhat.com>
14738
14739 * gdb.server/solib-list.exp: No longer expect an interior stop in
14740 non-stop mode.
14741
221e1a37
PA
147422015-08-20 Pedro Alves <palves@redhat.com>
14743
14744 * gdb.server/connect-stopped-target.c: New file.
14745 * gdb.server/connect-stopped-target.exp: New file.
14746
40e3ad0e
PA
147472015-08-20 Pedro Alves <palves@redhat.com>
14748
14749 * gdb.dwarf2/comp-unit-lang.exp: New file.
14750 * gdb.dwarf2/comp-unit-lang.c: New file.
14751
af39b327
PMR
147522015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14753
14754 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14755 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14756
7d45c7c3 147572015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14758
7d45c7c3
KB
14759 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14760 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14761
4d6cceb4
DE
147622015-08-18 Doug Evans <dje@google.com>
14763 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14764
14765 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14766 skip_python_tests. New arg prompt_regexp.
14767 (skip_python_tests): New function.
14768 * lib/mi-support.exp (mi_skip_python_tests): New function.
14769 * gdb.python/py-mi-objfile-gdb.py: New file.
14770 * gdb.python/py-mi-objfile.c: New file.
14771 * gdb.python/py-mi-objfile.exp: New file.
14772
ad89c2aa
KS
147732015-08-17 Keith Seitz <keiths@redhat.com>
14774
14775 * gdb.linespec/explicit.exp: Move strace test from here ...
14776 * gdb.trace/strace.exp: ... to here.
14777
e3ae3c43
PP
147782015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14779
14780 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14781 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14782
604b2636
DE
147832015-08-14 Doug Evans <xdje42@gmail.com>
14784
14785 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14786 inferior before selecting a new file.
14787
6ff0ba5f
DE
147882015-08-14 Doug Evans <xdje42@gmail.com>
14789
14790 * gdb.mi/mi-disassemble.exp: Update.
14791 * gdb.base/disasm-optim.S: New file.
14792 * gdb.base/disasm-optim.c: New file.
14793 * gdb.base/disasm-optim.h: New file.
14794 * gdb.base/disasm-optim.exp: New file.
14795
9ca98f92
KS
147962015-08-14 Keith Seitz <keiths@redhat.com>
14797
14798 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14799 "evaluated-by".
14800
52bbc560
JB
148012015-08-13 Joel Brobecker <brobecker@adacore.com>
14802
14803 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14804
5d8c3ed3
PMR
148052015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14806
14807 * gdb.ada/fun_renaming.exp: New testcase.
14808 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14809 * gdb.ada/fun_renaming/pack.adb: New file.
14810 * gdb.ada/fun_renaming/pack.ads: New file.
14811
ea8812bc
KS
148122015-08-12 Keith Seitz <keiths@redhat.com>
14813
14814 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14815 gdb_get_line_number.
14816
4dafcdeb
JB
148172015-08-12 Joel Brobecker <brobecker@adacore.com>
14818
14819 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14820 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14821 gdb.base/dso2dso.exp: New files.
14822
5ba32597
SDJ
148232015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14824 Pedro Alves <palves@redhat.com>
14825 Keith Seitz <keiths@redhat.com>
14826
14827 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14828 GDBFLAGS.
14829
b6dafabf
PP
148302015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14831
14832 * gdb.base/gdbhistsize-history.exp
14833 (test_histsize_history_setting): Use save_vars.
14834 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14835 Use save_vars.
14836 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14837 * gdb.base/readline.exp: Use save_vars.
14838
abe8e607
PP
148392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14840
14841 * lib/gdb.exp (save_vars): New proc.
14842
629500fa
KS
148432015-08-11 Keith Seitz <keiths@redhat.com>
14844
14845 * gdb.base/help.exp: Update help_breakpoint_text.
14846
eb8c4e2e
KS
148472015-08-11 Keith Seitz <keiths@redhat.com>
14848
14849 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14850 (at toplevel): Call test_explicit_breakpoints.
14851 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14852 breakpoints.
14853 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14854 breakpoint conditions, "-cond".
14855
87f0e720
KS
148562015-08-11 Keith Seitz <keiths@redhat.com>
14857
14858 * gdb.linespec/3explicit.c: New file.
14859 * gdb.linespec/cpexplicit.cc: New file.
14860 * gdb.linespec/cpexplicit.exp: New file.
14861 * gdb.linespec/explicit.c: New file.
14862 * gdb.linespec/explicit.exp: New file.
14863 * gdb.linespec/explicit2.c: New file.
14864 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14865 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14866 before using in the matching pattern.
14867 Clarify that `prefix' is a regular expression.
14868
f00aae0f
KS
148692015-08-11 Keith Seitz <keiths@redhat.com>
14870
14871 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14872 test.
14873 Add tests for missing ",FMT" and ",".
14874
e27852be
DE
148752015-08-10 Doug Evans <dje@google.com>
14876 Keith Seitz <keiths@redhat.com>
14877
14878 PR gdb/17960
14879 * gdb.base/completion.exp: Add location completer tests.
14880
7f03bd92
PA
148812015-08-07 Pedro Alves <palves@redhat.com>
14882
14883 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14884 tests here.
14885 (top level): Run do_test with and without displaced stepping.
14886
3fc8eb30
PA
148872015-08-07 Pedro Alves <palves@redhat.com>
14888
14889 * gdb.base/valgrind-disp-step.c: New file.
14890 * gdb.base/valgrind-disp-step.exp: New file.
14891
d4569d7b
PA
148922015-08-07 Pedro Alves <palves@redhat.com>
14893
14894 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14895 Delete function.
14896 (main): Add alarm. Run an infinite loop instead of calling
14897 wait_threads.
14898 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14899 comment.
14900 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14901 Delete function.
14902 (main): Add alarm. Run an infinite loop instead of calling
14903 wait_threads.
14904 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14905 comment.
14906
e1316e60
PA
149072015-08-07 Pedro Alves <palves@redhat.com>
14908
14909 * gdb.base/checkpoint-ns.exp: New file.
14910 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14911 standard_testfile.
14912
da8c46d2
MM
149132015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14914
14915 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14916 * gdb.btrace/instruction_history.exp: Update.
14917 * gdb.btrace/tsx.exp: New.
14918 * gdb.btrace/tsx.c: New.
14919
de1c2c52
PA
149202015-08-06 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14923 increase timeout.
14924 * gdb.reverse/until-precsave.exp: Bump timeouts.
14925
782e0bf4
PA
149262015-08-06 Pedro Alves <palves@redhat.com>
14927
14928 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14929
83e97ed0
PA
149302015-08-06 Pedro Alves <palves@redhat.com>
14931
14932 PR gdb/18749
14933 * gdb.threads/process-dies-while-handling-bp.c: New file.
14934 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14935
863d01bd
PA
149362015-08-06 Pedro Alves <palves@redhat.com>
14937
14938 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14939 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14940
0a39bb32
PA
149412015-08-05 Pedro Alves <palves@redhat.com>
14942
14943 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14944 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14945
ee2d2b10
SL
149462015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14947
14948 * gdb.base/bp-permanent.exp: Report test as unsupported if
14949 the target cannot stop at the permanent breakpoint.
14950
4e1bdb00
DE
149512015-08-03 Doug Evans <dje@google.com>
14952
14953 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14954 10000.
14955
3d338901
DE
149562015-08-03 Doug Evans <dje@google.com>
14957
14958 * Makefile.in (workers/%.worker, build-perf): New rule.
14959 (GDB_PERFTEST_MODE): New variable.
14960 (check-perf): Use it.
14961 (clean): Clean up gdb.perf parallel build subdirs.
14962 * lib/build-piece.exp: New file.
14963 * lib/gdb.exp (make_gdb_parallel_path): New function
14964 (standard_output_file, standard_temp_file): Call it.
14965 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14966 of $GDB_PARALLEL.
14967 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14968
af061d3e
DE
149692015-08-03 Doug Evans <dje@google.com>
14970
8e1afc81 14971 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14972 (LOG_FILE_NAME): New global.
14973 (TextReporter.__init__): Initialize self.txt_sum.
14974 (TextReporter.report): Add support for multiple data-points.
14975 Move report to perftest.sum, put raw data in perftest.log.
14976 (TextReporter.start): Open sum and log files.
14977 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14978 * gdb.perf/lib/perftest/testresult.py
14979 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14980
2c8c5d37
PA
149812015-07-31 Pedro Alves <palves@redhat.com>
14982
14983 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14984 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14985 kill_wait_spawned_process instead of explicit "kill -9".
14986 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14987 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14988 kill_wait_spawned_process.
14989 * gdb.base/attach-twice.exp: Likewise.
14990 * gdb.base/attach.exp: Likewise.
14991 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14992 gdb_test_multiple.
14993 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14994 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14995 kill_wait_spawned_process.
14996 * gdb.base/valgrind-infcall.exp: Likewise.
14997 * gdb.multi/multi-attach.exp: Likewise.
14998 * gdb.python/py-prompt.exp: Likewise.
14999 * gdb.python/py-sync-interp.exp: Likewise.
15000 * gdb.server/ext-attach.exp: Likewise.
15001 * gdb.threads/attach-into-signal.exp (corefunc): Use
15002 spawn_wait_for_attach, spawn_id_get_pid and
15003 kill_wait_spawned_process.
15004 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15005 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15006 spawn_id_get_pid and kill_wait_spawned_process.
15007 * gdb.threads/attach-stopped.exp (corefunc): Use
15008 spawn_wait_for_attach, spawn_id_get_pid and
15009 kill_wait_spawned_process.
15010 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15011 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15012 kill_wait_spawned_process instead of explicit "kill -9".
15013 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15014 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15015 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15016 processes. Don't map cygwin/windows pids here. Now returns a
15017 spawn id list.
15018
032a0fca
SL
150192015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15020
15021 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15022 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15023 correct patch.
15024
61a934ca
SL
150252015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15026
15027 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15028
4bc4d428
SL
150292015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15030
15031 Reapply:
15032 2014-05-21 Mark Wielaard <mjw@redhat.com>
15033
15034 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15035
998d452a
PA
150362015-07-30 Pedro Alves <palves@redhat.com>
15037
15038 * linux-low.c (handle_extended_wait): Set the child's last
15039 reported status to TARGET_WAITKIND_STOPPED.
15040
69dde7dc
PA
150412015-07-30 Pedro Alves <palves@redhat.com>
15042
15043 PR threads/18600
15044 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15045 only shows inferior 1.
15046
4dd63d48
PA
150472015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15048 Pedro Alves <palves@redhat.com>
15049
15050 PR threads/18600
15051 * gdb.threads/fork-plus-threads.c: New file.
15052 * gdb.threads/fork-plus-threads.exp: New file.
15053
d618e4c5
PP
150542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15055
15056 * gdb.base/batch-preserve-term-settings.exp
15057 (test_terminal_settings_preserved_after_cli_exit): Use
15058 send_quit_command.
15059
1eef6428
PA
150602015-07-29 Pedro Alves <palves@redhat.com>
15061 Don Breazeal <donb@codesourcery.com>
15062
15063 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15064 output from both inferior_spawn_id and gdb_spawn_id.
15065
7da5b897
SDJ
150662015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15067
15068 * gdb.threads/attach-into-signal.exp (corefunc): Use
15069 with_test_prefix on nested loops, uniquefying the test messages.
15070
dac804df
SDJ
150712015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15072
15073 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15074 commit.
15075
06265e53
PP
150762015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15077
15078 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15079 New proc.
15080 (test_terminal_settings_preserved_after_sigterm): New test.
15081
18206ca3
PP
150822015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15083
15084 * gdb.base/batch-preserve-term-settings.exp
15085 (test_terminal_settings_preserved_after_cli_exit): New test.
15086
90074d11
PP
150872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15088
15089 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15090 manipulation of saved_gdbflags.
15091 (test_terminal_settings_preserved): Remove global declaration of
15092 the unused variable pagination_prompt. Remove manipulation of
15093 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15094 GDBFLAGS.
15095
eb1a7902
PA
150962015-07-29 Pedro Alves <palves@redhat.com>
15097
15098 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15099
8b75dd3b
PA
151002015-07-29 Pedro Alves <palves@redhat.com>
15101
15102 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15103 at the top.
15104
dedad4e3
PA
151052015-07-29 Pedro Alves <palves@redhat.com>
15106
15107 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15108 (main): Call gdb_unbuffer_output.
15109 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15110 (main): Call gdb_unbuffer_output.
15111 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15112 (main): Call gdb_unbuffer_output.
15113 * gdb.base/call-strs.exp: Adjust to step over the
15114 gdb_unbuffer_output call.
15115 * gdb.base/catch-gdb-caused-signals.c: Include
15116 "../lib/unbuffer_output.c".
15117 (main): Call gdb_unbuffer_output.
15118 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15119 (main): Call gdb_unbuffer_output.
15120 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15121 (main): Call gdb_unbuffer_output.
15122 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15123 (main): Call gdb_unbuffer_output.
15124 * gdb.base/shlib-call.exp: Adjust to step over the
15125 gdb_unbuffer_output call.
15126 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15127 (main): Call gdb_unbuffer_output.
15128 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15129 (main): Call gdb_unbuffer_output.
15130 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15131 (main): Rename to ...
15132 (test): ... this.
15133 (main): Reimplement.
15134 * gdb.base/varargs.exp: Run to test instead of to main.
15135 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15136 (main): Call gdb_unbuffer_output.
15137
58789a91
PA
151382015-07-29 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15141 factore out from mi_continue_dprintf. For call-style dprintfs,
15142 expect dprintf output out of $inferior_spawn_id.
15143 (mi_continue_dprintf): Use mi_expect_dprintf.
15144 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15145 (main): Call gdb_unbuffer_output.
15146
e8376742
PA
151472015-07-29 Pedro Alves <palves@redhat.com>
15148
15149 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15150 (default_mi_gdb_start): Set inferior_spawn_id instead of
15151 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15152 gdb_spawn_id.
15153 (mi_gdb_test): Always expect inferior output from both
15154 $inferior_spawn_id and $gdb_spawn_id.
15155
08280010
PA
151562015-07-29 Pedro Alves <palves@redhat.com>
15157
15158 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15159 send_inferior and $inferior_spawn_id.
15160
4d30e432
PA
151612015-07-29 Pedro Alves <palves@redhat.com>
15162
15163 * gdb.gdb/complaints.exp (test_initial_complaints)
15164 (test_serial_complaints, test_short_complaints): Use
15165 gdb_test_stdio.
15166 (test_empty_complaint): Handle $inferior_spawn_id !=
15167 $gdb_spawn_id.
15168
0d30a335
PA
151692015-07-29 Pedro Alves <palves@redhat.com>
15170
15171 * gdb.base/varargs.exp: Use gdb_test_stdio.
15172
39413b29
PA
151732015-07-29 Pedro Alves <palves@redhat.com>
15174
15175 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15176
7cb000a9
PA
151772015-07-29 Pedro Alves <palves@redhat.com>
15178
15179 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15180
d7b8ac82
PA
151812015-07-29 Pedro Alves <palves@redhat.com>
15182
15183 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15184 parameter into two new parameters, "inf_result" and "gdb_result".
15185 Expect inferior output and gdb output from $inferior_spawn_id and
15186 $gdb_spawn_id, respectively. Adjust all callers.
15187
789c3a0c
PA
151882015-07-29 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15191 of gdb_test_sequence.
15192
77e760c3
PA
151932015-07-29 Pedro Alves <palves@redhat.com>
15194
15195 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15196 (saw_spurious_output): Expect inferior output from
15197 $inferior_spawn_id. Use gdb_test_stdio.
15198
8396d2cd
PA
151992015-07-29 Pedro Alves <palves@redhat.com>
15200
15201 * gdb.base/dprintf.exp: Use standard_testfile. Change
15202 prepare_for_testing call.
15203 (srcfile): Don't set.
15204 (restart): New procedure.
15205 (test_dprintf): New procecure, use to continue over dprintfs.
15206 (test_call, test_agent): New procedures, tests moved here.
15207 Restart gdb and recreate dprintfs. Adjust expected output.
15208
2051d61f
PA
152092015-07-29 Pedro Alves <palves@redhat.com>
15210
15211 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15212
452397af
PA
152132015-07-29 Pedro Alves <palves@redhat.com>
15214
15215 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15216
8aed9555
PA
152172015-07-29 Pedro Alves <palves@redhat.com>
15218
15219 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15220 gdb_test_stdio.
15221
188a61b4
PA
152222015-07-29 Pedro Alves <palves@redhat.com>
15223
15224 * lib/gdb.exp (gdb_test_stdio): New procedure.
15225
12264a45
PA
152262015-07-29 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15229
23ffc893
PA
152302015-07-29 Pedro Alves <palves@redhat.com>
15231
15232 * gdb.base/call-signal-resume.exp: Remove check for
15233 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15234 * gdb.base/unwindonsignal.exp: Likewise.
15235 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15236 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15237
65566918
PA
152382015-07-29 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.base/siginfo-addr.c (pass): New function.
15241 (handler): Call it iff si_addr is correct.
15242 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15243 Set a breakpoint at "pass" and continue to it.
15244
d60a9221
SDJ
152452015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15246
15247 * gdb.python/py-objfile.exp: Make some tests have unique names.
15248 * gdb.python/py-pp-registration.exp: Likewise.
15249
bde40b8f
PA
152502015-07-28 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15253
13e1dec8
SM
152542015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15255
15256 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15257
da33c9a7
SM
152582015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15259
15260 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15261
077836f7
PP
152622015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15263
15264 * gdb.base/gdb-sigterm-2.exp: New test.
15265
b8cc7b2e
DE
152662015-07-25 Doug Evans <xdje42@gmail.com>
15267
15268 Revert:
15269 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15270 (workers/%.worker, build-perf): New rule.
15271 (GDB_PERFTEST_MODE): New variable.
15272 (check-perf): Use it.
15273 (clean): Clean up gdb.perf parallel build subdirs.
15274 * lib/build-piece.exp: New file.
15275 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15276 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15277 name.
15278 (standard_temp_file): Ditto.
15279 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15280 of $GDB_PARALLEL.
15281
c8bd4544
DE
152822015-07-24 Doug Evans <dje@google.com>
15283
15284 * gdb.perf/lib/perftest/utils.py: New file.
15285 * gdb.perf/gm-hello.cc: New file.
15286 * gdb.perf/gm-pervasive-typedef.cc: New file.
15287 * gdb.perf/gm-pervasive-typedef.h: New file.
15288 * gdb.perf/gm-std.cc: New file.
15289 * gdb.perf/gm-std.h: New file.
15290 * gdb.perf/gm-use-cerr.cc: New file.
15291 * gdb.perf/gm-utils.h: New file.
15292 * gdb.perf/gmonster-null-lookup.py: New file.
15293 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15294 * gdb.perf/gmonster-print-cerr.py: New file.
15295 * gdb.perf/gmonster-ptype-string.py: New file.
15296 * gdb.perf/gmonster-runto-main.py: New file.
15297 * gdb.perf/gmonster-select-file.py: New file.
15298 * gdb.perf/gmonster1-null-lookup.exp: New file.
15299 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15300 * gdb.perf/gmonster1-print-cerr.exp: New file.
15301 * gdb.perf/gmonster1-ptype-string.exp: New file.
15302 * gdb.perf/gmonster1-runto-main.exp: New file.
15303 * gdb.perf/gmonster1-select-file.exp: New file.
15304 * gdb.perf/gmonster1.cc: New file.
15305 * gdb.perf/gmonster1.exp: New file.
15306 * gdb.perf/gmonster2-null-lookup.exp: New file.
15307 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15308 * gdb.perf/gmonster2-print-cerr.exp: New file.
15309 * gdb.perf/gmonster2-ptype-string.exp: New file.
15310 * gdb.perf/gmonster2-runto-main.exp: New file.
15311 * gdb.perf/gmonster2-select-file.exp: New file.
15312 * gdb.perf/gmonster2.cc: New file.
15313 * gdb.perf/gmonster2.exp: New file.
15314
6eab34f3
DE
153152015-07-24 Doug Evans <dje@google.com>
15316
15317 * gdb.perf/README: New file.
15318 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15319 * lib/gen-perf-test.exp: New file.
15320
63738bfd
DE
153212015-07-24 Doug Evans <dje@google.com>
15322
15323 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15324 (PerfTest::startup): New function.
15325 (PerfTest::run): Return result of calling body.
15326 (PerfTest::assemble): Rewrite.
15327 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15328 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15329 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15330 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15331 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15332
7b606f95
DE
153332015-07-24 Doug Evans <dje@google.com>
15334
15335 * lib/gdb.exp (clean_restart): Make executable optional.
15336
a97b16b8
DE
153372015-07-24 Doug Evans <dje@google.com>
15338
15339 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15340 compiler_info references.
15341 * gdb.cp/temargs.exp: Ditto.
15342 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15343 (get_compiler_info): Early exit if already computed. Set compiler_info
15344 to "unknown" if there was a problem.
15345 (test_compiler_info): Add function comment. Call get_compiler_info.
15346
35baa57f
DE
153472015-07-24 Doug Evans <dje@google.com>
15348
15349 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15350 (workers/%.worker, build-perf): New rule.
15351 (GDB_PERFTEST_MODE): New variable.
15352 (check-perf): Use it.
15353 (clean): Clean up gdb.perf parallel build subdirs.
15354 * lib/build-piece.exp: New file.
15355 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15356 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15357 name.
15358 (standard_temp_file): Ditto.
15359 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15360 of $GDB_PARALLEL.
15361
6ebea266
DE
153622015-07-24 Doug Evans <dje@google.com>
15363
15364 * lib/future.exp (gdb_default_target_compile): New option
15365 "early_flags".
15366 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15367 --as-needed.
15368
1e76a7e9
SDJ
153692015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15370
15371 * gdb.base/catch-syscall.exp: Call gdb_exit before
15372 gdb_skip_xml_test.
15373
5068630a
PA
153742015-07-24 Pedro Alves <palves@redhat.com>
15375
15376 * gdb.python/py-events.exp: Accept output between the stop event
15377 and the prompt.
15378 * gdb.python/py-evsignal.exp: Likewise.
15379 * gdb.python/py-evthreads.exp: Likewise.
15380
77598427
PA
153812015-07-24 Pedro Alves <palves@redhat.com>
15382
15383 PR gdb/18717
15384 * gdb.threads/non-ldr-exit.c: New file.
15385 * gdb.threads/non-ldr-exit.exp: New file.
15386
11e6c98f
YQ
153872015-07-24 Yao Qi <yao.qi@linaro.org>
15388
15389 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15390 restarting process.
15391
51aee833
YQ
153922015-07-24 Yao Qi <yao.qi@linaro.org>
15393
15394 * gdb.server/ext-restart.exp: New file.
15395
8cfe207c
YQ
153962015-07-24 Yao Qi <yao.qi@linaro.org>
15397
15398 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15399 argument options.
15400 * gdb.server/ext-wrapper.exp: New file.
15401
cc12ce38
DE
154022015-07-23 Doug Evans <dje@google.com>
15403
15404 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15405 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15406
d0d84780
PMR
154072015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15408
15409 * gdb.ada/var_arr_typedef.exp: New testcase.
15410 * gdb.ada/var_arr_typedef/pack.adb: New file.
15411 * gdb.ada/var_arr_typedef/pack.ads: New file.
15412 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15413
8b558f79
JB
154142015-07-20 Joel Brobecker <brobecker@adacore.com>
15415
15416 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15417
775a3298
JK
154182015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15419
15420 * gdb.arch/i386-biarch-core.exp: Replace istarget
15421 by "complete set gnutarget". Remove expectation for the "core-file"
15422 command.
15423
db1ff28b
JK
154242015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15425
15426 Revert the previous commit:
15427 Tests for validate symbol file using build-id.
15428
0a94970d
JK
154292015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15430
15431 Tests for validate symbol file using build-id.
15432 * gdb.base/solib-mismatch-lib.c: New file.
15433 * gdb.base/solib-mismatch-libmod.c: New file.
15434 * gdb.base/solib-mismatch.c: New file.
15435 * gdb.base/solib-mismatch.exp: New file.
15436
03346981
SL
154372015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15438
15439 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15440 nios2-*-linux*.
15441 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15442 * gdb.base/siginfo.exp: Likewise.
15443 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15444
42422cc7
PL
154452015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15446
15447 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15448 Move it to ...
15449 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15450 ... here.
15451 * gdb.trace/range-stepping.exp: Check that the target supports
15452 range stepping.
15453
cfa68bae
JK
154542015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15455
15456 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15457
8ffdba26
PA
154582015-07-14 Pedro Alves <palves@redhat.com>
15459
15460 * gdb.base/killed-outside.exp: New file.
15461 * gdb.base/killed-outside.c: New file.
15462
218a5a11
JK
154632015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15464
15465 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15466 (n at main): New.
15467 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15468
e03ed3c6
AA
154692015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15470
15471 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15472 infcall tests instead of setting up for KFAIL.
15473
485668e5
MM
154742015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15475
15476 * gdb.btrace/record_goto-step.exp: New.
15477
08464196
JK
154782015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15479
15480 PR compile/18484
15481 * gdb.compile/compile.c (struct struct_type): Add volatile to
15482 selffield's type.
15483 * gdb.compile/compile.exp
15484 (compile code struct_object.selffield = &struct_object): Skip further
15485 struct_object tests if this one xfails.
15486
bcf5c1d9
RC
154872015-07-08 Robert O'Callahan <robert@ocallahan.org>
15488
15489 PR exp/18617
15490 * gdb.trace/ax.exp: Add test.
15491
4931af25
YQ
154922015-07-07 Yao Qi <yao.qi@linaro.org>
15493
15494 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15495 instead of istarget "aarch64*-*-*".
15496 * gdb.arch/aarch64-fp.exp: Likewise.
15497 * gdb.base/float.exp: Likewise.
15498 * gdb.reverse/aarch64.exp: Likewise.
15499 * lib/gdb.exp (is_aarch64_target): New proc.
15500
9fcf688e
YQ
155012015-07-07 Yao Qi <yao.qi@linaro.org>
15502
15503 * lib/gdb.exp (is_aarch32_target): New proc.
15504 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15505 instead of "istarget "arm*-*-*"".
15506 * gdb.arch/arm-disp-step.exp: Likewise.
15507 * gdb.arch/thumb-bx-pc.exp: Likewise.
15508 * gdb.arch/thumb-prologue.exp: Likewise.
15509 * gdb.arch/thumb-singlestep.exp: Likewise.
15510 * gdb.base/disp-step-syscall.exp: Likewise.
15511 * gdb.base/float.exp: Likewise.
15512
fbd8d50d
YQ
155132015-07-07 Yao Qi <yao.qi@linaro.org>
15514
15515 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15516 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15517
71be1fdc
YQ
155182015-07-07 Yao Qi <yao.qi@linaro.org>
15519
15520 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15521 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15522 if it exists.
15523 * gdb.multi/multi-arch.exp: Likewise.
15524
3e221d36
SM
155252015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15526
15527 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15528 print.
15529
d441430b
YQ
155302015-07-07 Yao Qi <yao.qi@linaro.org>
15531
15532 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15533
06f810bd
MG
155342015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15535
15536 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15537 '[' and ']' characters.
15538
5e61e7c0
IB
155392015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15540
15541 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15542
28bf096c
PA
155432015-06-29 Pedro Alves <palves@redhat.com>
15544
15545 PR threads/18127
15546 * gdb.threads/hand-call-new-thread.c: New file.
15547 * gdb.threads/hand-call-new-thread.c: New file.
15548
ee93cd5e
KS
155492015-06-26 Keith Seitz <keiths@redhat.com>
15550 Doug Evans <dje@google.com>
15551
15552 PR 16253
15553 * gdb.cp/var-tag-2.cc: New file.
15554 * gdb.cp/var-tag-3.cc: New file.
15555 * gdb.cp/var-tag-4.cc: New file.
15556 * gdb.cp/var-tag.cc: New file.
15557 * gdb.cp/var-tag.exp: New file.
15558
fc637f04
PP
155592015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15560
15561 * gdb.base/history-duplicates.exp: New test.
15562
2e52ae68
PP
155632015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15564
15565 * gdb.base/completion.exp: Test the completion of the "focus"
15566 command.
15567
6e22494e
JK
155682015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15569
15570 * gdb.arch/amd64-prologue-skip.S: New file.
15571 * gdb.arch/amd64-prologue-skip.exp: New file.
15572
bf7b9cd9
SM
155732015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15574
15575 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15576 is_address_zero_readable check.
15577
201e8dfd
PB
155782015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15579
15580 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15581 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15582
5cd867b4
YQ
155832015-06-24 Yao Qi <yao.qi@linaro.org>
15584
15585 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15586 linux targets.
15587
4d7be007
YQ
155882015-06-24 Yao Qi <yao.qi@linaro.org>
15589
15590 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15591 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15592 * gdb.base/siginfo-thread.exp: Likewise.
15593
07fcd301
YQ
155942015-06-22 Yao Qi <yao.qi@linaro.org>
15595
15596 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15597
52042a00
YQ
155982015-06-22 Yao Qi <yao.qi@linaro.org>
15599
15600 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15601 aarch64*-*-*.
15602 (skip_hw_watchpoint_tests): Likewise.
15603
74bd41ce
PP
156042015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15605
15606 * gdb.base/gdbinit-history.exp: Test the interaction between
15607 setting GDBHISTSIZE and setting the history size via .gdbinit.
15608
bc460514
PP
156092015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15610
15611 PR gdb/16999
15612 * gdb.base/gdbhistsize-history.exp: New test.
15613
b58c513b
PP
156142015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15615
15616 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15617 with GDBHISTSIZE.
15618 * gdb.base/readline.exp: Likewise.
15619
92046791
YQ
156202015-06-17 Yao Qi <yao.qi@linaro.org>
15621
15622 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15623 line.
15624
2093d2d3
PP
156252015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15626
15627 * gdb.base/gdbinit-history.exp: Add test case to check that
15628 an unlimited history file does not get truncated on exit.
15629
e6c693af
AA
156302015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15631
15632 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15633 (VECTOR): New macro. Use it...
15634 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15635 ...for these typedefs.
15636 (int8, char1, int1, double1): New typedefs.
15637 (struct just_int2, struct two_int2): New structures.
15638 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15639 (add_structvecs, add_singlevecs): New functions.
15640 (main): Call add_some_intvecs twice.
15641 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15642 the compile and exit upon failure. Try compiling for the "native"
15643 architecture. Test inferior function calls with vector arguments
15644 and vector return value handling with "finish" and "return".
15645
c74f7d1c
JT
156462015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15647
15648 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15649 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15650 PE file.
15651 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15652
98aa42ee
AT
156532015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15654
15655 PR breakpoints/16465
15656 * gdb.mi/mi-dprintf-pending.c: New file.
15657 * gdb.mi/mi-dprintf-pending.exp: New test.
15658 * gdb.mi/mi-dprintf-pendshr.c: New file.
15659
7d73c23c 156602015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15661 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15662
15663 * gdb.arch/i386-mpx-map.c: New file.
15664 * gdb.arch/i386-mpx-map.exp: New File.
15665
156662015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15667
15668 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15669 * gdb.arch/i386-mpx.exp: Indentation fixed.
15670
156712015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15672
15673 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15674 function and improved indentation.
15675 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15676 gdb_test_multiple. Added additional tests to skip the test.
15677
156782015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15679
15680 * gdb.arch/i386-avx512.c: Change path in include file.
15681 * gdb.arch/i386-avx512.exp: Change include dir path
15682 compilation flag.
15683 * gdb.arch/i386-mpx.c: Change path in include file.
15684 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15685 flag.
15686
d5eba19a
JK
156872015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15688
15689 * gdb.compile/compile-print.exp (compile print *vararray@3)
15690 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15691
7f361056
JK
156922015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15693
15694 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15695 (do not keep jit in memory): ... this.
15696 (expect 5): Change it to ...
15697 (expect no 5): ... this.
15698
3b462ec2
SM
156992015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15700
15701 PR gdb/15564
15702 * gdb.mi/mi-detach.exp: New file.
15703
e0619de6
JK
157042015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15705
15706 PR symtab/18392
15707 * gdb.arch/amd64-tailcall-self.S: New file.
15708 * gdb.arch/amd64-tailcall-self.c: New file.
15709 * gdb.arch/amd64-tailcall-self.exp: New file.
15710
e970cb34
DB
157112015-05-28 Don Breazeal <donb@codesourcery.com>
15712
15713 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15714 tests for remote targets by checking is_target_gdbserver.
15715
b2e2f908
DE
157162015-05-27 Doug Evans <dje@google.com>
15717
15718 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15719 * gdb.dwarf2/opaque-type-lookup.c: New file.
15720 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15721
82c7be31
DE
157222015-05-26 Doug Evans <dje@google.com>
15723
15724 * gdb.cp/iostream.cc: New file.
15725 * gdb.cp/iostream.exp: New file.
15726
b4f54984
DE
157272015-05-26 Doug Evans <dje@google.com>
15728
15729 * gdb.dwarf2/dw2-op-call.exp: Update.
15730 * gdb.dwarf2/dw4-sig-types.exp: Update.
15731 * gdb.dwarf2/implptr.exp: Update.
15732 * gdb.mi/mi-cmd-param-changed.exp: Update.
15733
4ea6efe9
DE
157342015-05-26 Doug Evans <dje@google.com>
15735
15736 * gdb.python/py-lazy-string.c: New file.
15737 * gdb.python/py-lazy-string.exp: New file.
15738 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15739 (main): Update. Add estring3.
15740 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15741 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15742
f6bb7db3
YQ
157432015-05-26 Omair Javaid <omair.javaid@linaro.org>
15744 Yao Qi <yao.qi@linaro.org>
15745
15746 * gdb.reverse/aarch64.c: New.
15747 * gdb.reverse/aarch64.exp: New.
15748
a81bfbd0
OJ
157492015-05-26 Omair Javaid <omair.javaid@linaro.org>
15750
25d49b86
PA
15751 * lib/gdb.exp (supports_process_record): Return true for
15752 aarch64*-linux*.
a81bfbd0
OJ
15753 (supports_reverse): Likewise.
15754
158bf1b4
PP
157552015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15756
15757 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15758 Use with_test_prefix.
15759
a0145030
AB
157602015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15761
15762 * gdb.base/completion.exp: Add test for completion of layout
15763 names.
15764
ebe3b578
AB
157652015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15766
15767 * lib/gdb.exp (skip_tui_tests): New proc.
15768 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15769
84204ed7
PA
157702015-05-19 Pedro Alves <palves@redhat.com>
15771
15772 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15773 Save the whole env array instead of just HOME. Unset HISTSIZE in
15774 the environment while testing. Restore whole environment
15775 afterwards.
15776
37442ce1
DE
157772015-05-16 Doug Evans <xdje42@gmail.com>
15778
15779 * gdb.guile/scm-ports.c: New file.
15780 * gdb.guile/scm-ports.exp: Add memory port tests.
15781
36de76f9
JK
157822015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15783
15784 * gdb.compile/compile-print.c: New file.
15785 * gdb.compile/compile-print.exp: New file.
15786
3a9558c4
JK
157872015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15788
15789 * gdb.compile/compile-ops.exp: Cast param to void.
15790 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15791 (compile code struct_object.selffield = &struct_object): Add xfail.
15792
aa715135
JG
157932015-05-15 Joel Brobecker <brobecker@adacore.com>
15794
15795 * gdb.ada/arr_enum_with_gap: New testcase.
15796
931e5bc3
JG
157972015-05-15 Joel Brobecker <brobecker@adacore.com>
15798
15799 * gdb.ada/byte_packed_arr: New testcase.
15800
9cd4d857
JB
158012015-05-15 Joel Brobecker <brobecker@adacore.com>
15802
15803 * gdb.ada/pckd_neg: New testcase.
15804
ebfd00d2
PP
158052015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15806
15807 PR gdb/17820
15808 * gdb.base/gdbinit-history.exp: New test.
15809 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15810 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15811
4c082a81
SC
158122015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15813
15814 * gdb.python/py-xmethods.cc: Enhance test case.
15815 * gdb.python/py-xmethods.exp: New tests.
15816 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15817 function.
15818 (B_indexoper): Likewise.
15819 (global_dm_list) : Add new xmethod worker functions.
15820
f7797074
SDJ
158212015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15822
15823 * gdb.base/coredump-filter.exp: Correctly unset
15824 "coredump_var_addr" array.
15825
a4674e4e
PA
158262015-05-08 Pedro Alves <palves@redhat.com>
15827
15828 * gdb.server/non-existing-program.exp: Unset spawn_id.
15829
df2eb078
SC
158302015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15831
15832 PR python/18291
15833 * gdb.python/py-xmethods.exp: Add tests.
15834
422349a3
YQ
158352015-05-08 Yao Qi <yao.qi@linaro.org>
15836
15837 PR gdb/18208
15838 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15839 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15840 function set_coredump_filter, and remove remote_exec call.
15841 Remove argument ipid. Callers update.
15842 (top level): Don't get inferior's PID.
15843
63fc80ce
AA
158442015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15845
15846 * gdb.base/watch_thread_num.exp: Skip test on targets without
15847 access watchpoints.
15848
80ad801e
PA
158492015-05-06 Pedro Alves <palves@redhat.com>
15850
15851 PR server/18081
15852 * gdb.server/non-existing-program.exp: New file.
15853
0fa7fe50
JB
158542015-05-05 Joel Brobecker <brobecker@adacore.com>
15855
15856 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15857
3ea89b92
PMR
158582015-05-05 Joel Brobecker <brobecker@adacore.com>
15859
15860 * gdb.ada/out_of_line_in_inlined: New testcase.
15861
87b8eff0
JB
158622015-05-05 Joel Brobecker <brobecker@adacore.com>
15863
15864 * gdb.ada/var_rec_arr: New testcase.
15865
5fccc635
YQ
158662015-04-30 Yao Qi <yao.qi@linaro.org>
15867
15868 * gdb.base/break-idempotent.exp: If
15869 skip_hw_watchpoint_multi_tests returns true, skip the tests
15870 on "rwatch" and "awatch".
15871
42d38f42
YQ
158722015-04-30 Yao Qi <yao.qi@linaro.org>
15873
15874 * gdb.base/relativedebug.exp: Invoke gdb command
15875 "info sharedlibrary", and if libc.so doesn't have debug info,
15876 skip the test.
15877
2ce1cdbf
DE
158782015-04-29 Doug Evans <dje@google.com>
15879
15880 * gdb.python/py-xmethods.exp: Add ptype tests.
15881 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15882 get_result_type method.
15883
f24a38c5
LM
158842015-04-29 Luis Machado <lgustavo@codesourcery.com>
15885
15886 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15887 the target does not support hardware watchpoints.
15888
ecbf2b3c
LM
158892015-04-29 Luis Machado <lgustavo@codesourcery.com>
15890
15891 * gdb.base/break-always.exp: Abort testing if writing to memory
15892 causes an error.
15893
34f5f757
DE
158942015-04-28 Doug Evans <dje@google.com>
15895
15896 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15897 * gdb.python/py-pp-registration.exp: ... here. New file.
15898 * gdb.python/py-pp-registration.c: New file.
15899 * gdb.python/py-pp-registration.py: New file.
15900
69b4374a
DE
159012015-04-28 Doug Evans <dje@google.com>
15902
15903 * gdb.python/py-bad-printers.c: New file.
15904 * gdb.python/py-bad-printers.py: New file.
15905 * gdb.python/py-bad-printers.exp: New file.
15906
59fb7612
SS
159072015-04-28 Sasha Smundak <asmundak@google.com>
15908
15909 * gdb.python/py-type.exp: New test.
15910
2631b16a
AW
159112015-04-28 Andy Wingo <wingo@igalia.com>
15912
15913 * gdb.python/py-parameter.exp:
15914 * gdb.guile/scm-parameter.exp: Escape the path that we are
15915 matching against, as it might contain characters that are special
15916 to regular expressions.
15917
460efde1
JB
159182015-04-27 Joel Brobecker <brobecker@adacore.com>
15919
15920 * gdb.ada/rec_comp: New testcase.
15921
2d369d8e
SDJ
159222015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15923
15924 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15925 before using it.
15926
cf75d6c3
AB
159272015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15928
15929 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15930 new tests for verilog output.
15931
8dbe7ca5
YQ
159322015-04-24 Yao Qi <yao.qi@linaro.org>
15933
15934 * boards/remote-gdbserver-on-localhost.exp: New file.
15935
4ef9fb2f
PA
159362015-04-23 Pedro Alves <palves@redhat.com>
15937
15938 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15939 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15940 "end of file", remove $inferior_spawn_id from the indirect list.
15941
0a803169
PA
159422015-04-23 Pedro Alves <palves@redhat.com>
15943
15944 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15945
749ef8f8
PA
159462015-04-23 Pedro Alves <palves@redhat.com>
15947
15948 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15949 on $any_spawn_id instead of only on $gdb_spawn_id.
15950
8aae4344
PM
159512015-04-21 Pierre Muller <muller@sourceware.org>
15952
15953 PR pascal/17815
15954 * lib/pascal.exp (gpc_compile): Add new option "class".
15955 (fpc_compile): Likewise.
15956 * gdb.pascal/case-insensitive-symbols.pas: New file.
15957 * gdb.pascal/case-insensitive-symbols.exp: New file.
15958
1586c8fb
GB
159592015-04-20 Gary Benson <gbenson@redhat.com>
15960
15961 * gdb.base/attach.exp: Fix three extended remote failures.
15962
1b6e6f5c
GB
159632015-04-17 Gary Benson <gbenson@redhat.com>
15964
15965 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15966 the main executable over the remote protocol.
15967
e797481d
PA
159682015-04-16 Pedro Alves <palves@redhat.com>
15969
15970 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15971 a new gdbserver if gdbserver_reconnect_p is set.
15972
1ca99c42
PA
159732015-04-16 Pedro Alves <palves@redhat.com>
15974
15975 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15976 is set, don't exit gdbserver.
15977
af9fd6f8
AA
159782015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15979
15980 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15981 appropriate .insn, such that an older assembler can be used.
15982 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15983 the z/Architecture instruction set on 31-bit targets as well.
15984
04ff1e61
AA
159852015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15986
15987 * gdb.go/handcall.exp: Remove all logic related to the first
15988 breakpoint and rely on go_runto_main instead.
15989 * gdb.go/strings.exp: Likewise.
15990 * gdb.go/unsafe.exp: Likewise.
15991 * gdb.go/hello.exp: Likewise. Also rename the remaining
15992 breakpoint marker to "breakpoint 1".
15993 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15994 * gdb.go/strings.go: Likewise.
15995 * gdb.go/unsafe.go: Likewise.
15996 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15997 "set breakpoint 2 here" and rename the remaining breakpoint marker
15998 to "breakpoint 1".
15999
40d2f8d6
SM
160002015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16001
16002 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16003 if itertools.imap is not present.
16004 * gdb.python/py-objfile.exp: Add parentheses.
16005 * gdb.python/py-type.exp: Same.
16006 * gdb.python/py-unwind-maint.py: Same.
16007
8cbc97c6
YQ
160082015-04-15 Yao Qi <yao.qi@linaro.org>
16009
16010 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16011 of ":$ptr_size" and set its form explicitly.
16012
45fd756c
YQ
160132015-04-15 Pedro Alves <palves@redhat.com>
16014 Yao Qi <yao.qi@linaro.org>
16015
16016 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16017 timeout by factor of 4.
16018 (test_regular_watch): Likewise.
16019 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16020 * gdb.reverse/sigall-reverse.exp: Likewise.
16021 * gdb.reverse/until-precsave.exp: Likewise.
16022 * lib/gdb.exp (with_timeout_factor): New proc.
16023 (gdb_expect): Move some code to ...
16024 (get_largest_timeout): ... here. New procedure.
16025
9e811bc3
LM
160262015-04-14 Luis Machado <lgustavo@codesourcery.com>
16027
16028 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16029
0ff6fcb2
LM
160302015-04-13 Luis Machado <lgustavo@codesourcery.com>
16031
16032 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16033 to write to the .text section.
16034
7578d5f7
LM
160352015-04-13 Luis Machado <lgustavo@codesourcery.com>
16036
16037 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16038 Handle the case of targets that do not provide PID information.
16039
2efe15c4
YQ
160402015-04-13 Yao Qi <yao.qi@linaro.org>
16041
16042 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16043 and use expect instead of gdb_expect.
16044
8cd8f2f8
SDJ
160452015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16046
16047 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16048 "coredump_var_addr" to avoid naming conflict with other testcases.
16049
9ee41772
PA
160502015-04-10 Pedro Alves <palves@redhat.com>
16051
16052 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16053 gdb_test_sequence and gdb_assert.
16054
07473109
PA
160552015-04-10 Pedro Alves <palves@redhat.com>
16056
16057 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16058 test messages that don't include the breakpoint address.
16059
de3db44c
YQ
160602015-04-10 Yao Qi <yao.qi@linaro.org>
16061
16062 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16063 false for some offset and width combinations which aren't
16064 supported by linux kernel.
16065
c79d856c
PA
160662015-04-10 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16069 procedure, factored out from ...
16070 (top level): ... here. Add "set displaced-stepping" testing axis.
16071 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16072 parameter "displaced". Use it.
16073 (top level): Use foreach and add "set displaced-stepping" testing
16074 axis.
16075
ebc90b50
PA
160762015-04-10 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16079 Remove comment.
16080 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16081 both the address of the instruction that triggers the watchpoint
16082 and the address of the instruction immediately after, and use
16083 those addresses for the test. Fix comment.
16084
8f572e5c
PA
160852015-04-10 Pedro Alves <palves@redhat.com>
16086
16087 * gdb.base/sigstep.exp (breakpoint_to_handler)
16088 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16089 Test "backtrace" in handler.
16090 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16091 (top level): Add new "displaced" test axis to
16092 breakpoint_to_handler, breakpoint_to_handler_entry and
16093 breakpoint_over_handler.
16094
8d707a12
PA
160952015-04-10 Pedro Alves <palves@redhat.com>
16096
16097 PR gdb/18216
16098 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16099
ef713951
YQ
161002015-04-10 Yao Qi <yao.qi@linaro.org>
16101
16102 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16103 (test_add_rn_pc): New function.
16104 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16105 (top level): Invoke test_add_rn_pc.
16106
906d60cf
PA
161072015-04-10 Pedro Alves <palves@redhat.com>
16108
16109 PR gdb/13858
16110 * gdb.base/step-over-no-symbols.exp: New file.
16111
f2983cc3
AW
161122015-04-09 Andy Wingo <wingo@igalia.com>
16113
16114 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16115 after the Python tests.
16116
6d62641c
SDJ
161172015-04-08 Keith Seitz <keiths@redhat.com>
16118
16119 PR python/16699
16120 * gdb.python/py-completion.exp: New tests for completion.
16121 * gdb.python/py-completion.py (CompleteLimit1): New class.
16122 (CompleteLimit2): Likewise.
16123 (CompleteLimit3): Likewise.
16124 (CompleteLimit4): Likewise.
16125 (CompleteLimit5): Likewise.
16126 (CompleteLimit6): Likewise.
16127 (CompleteLimit7): Likewise.
16128
f3770638
PA
161292015-04-08 Pedro Alves <palves@redhat.com>
16130
16131 PR gdb/18214
16132 PR gdb/18216
16133 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16134 function.
16135 (main): Install it as SIGUSR1 handler.
16136 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16137 parameter. Always use "setup" as prefix. Toggle "set
16138 displaced-stepping" off/on depending on global. Don't switch to
16139 thread 1 here.
16140 (top level): Add displaced stepping "off/on" test axis. Update
16141 "setup" calls. Wrap each subtest with with_test_prefix. Test
16142 continuing with a queued signal in each thread.
16143
4496bed7
PA
161442015-04-08 Pedro Alves <palves@redhat.com>
16145
16146 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16147 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16148 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16149 Return early if running to main fails.
16150 * gdb.trace/while-stepping.exp: Likewise.
16151
b97fde92
PA
161522015-04-07 Pedro Alves <palves@redhat.com>
16153
16154 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16155 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16156 interact with inferior program.
16157
f71c18e7
PA
161582015-04-07 Pedro Alves <palves@redhat.com>
16159
16160 * lib/gdb.exp (inferior_spawn_id): New global.
16161 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16162 spawn id after processing the user code.
16163 (default_gdb_start): Set inferior_spawn_id.
16164 (send_inferior): New procedure.
16165 * lib/gdbserver-support.exp (gdbserver_start): Set
16166 inferior_spawn_id.
16167 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16168
6423214f
PA
161692015-04-07 Pedro Alves <palves@redhat.com>
16170
16171 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16172 * lib/gdbserver-support.exp (gdbserver_start): Make
16173 $server_spawn_id global.
16174 (gdbserver_start): Don't wait for gdbserver's spawn id with
16175 expect_background.
16176 (close_gdbserver): New procedure.
16177 (gdb_exit): Rename the default version and reimplement.
16178
71c0ee8c
PA
161792015-04-07 Pedro Alves <palves@redhat.com>
16180
72f4393d 16181 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16182 append the substituted item, not the original item.
16183
203bc29b
PA
161842015-04-07 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16187 gdb_expect.
16188
508a3ddf
PA
161892015-04-07 Pedro Alves <palves@redhat.com>
16190
16191 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16192 output appearing once only.
16193
9f6dbe2b
PA
161942015-04-07 Pedro Alves <palves@redhat.com>
16195
16196 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16197 that doesn't expect anything. Return early if running to main
16198 fails.
16199
337532fa
YQ
162002015-04-07 Yao Qi <yao.qi@linaro.org>
16201
16202 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16203 (child_function): Call alarm.
16204 (main): Move call to alarm into the loop.
16205 * gdb.threads/non-stop-fair-events.exp: Build program with
16206 -DTIMEOUT=$timeout.
16207
01b622d4
DE
162082015-04-06 Doug Evans <xdje42@gmail.com>
16209
16210 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16211 Fix dest parameter to board_info.
16212 (fpc_compile): Ditto.
16213 (gdb_compile_pascal): Rename dest arg to destfile.
16214
961f4160
PMR
162152015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16216
16217 * gdb.ada/funcall_ref.exp: New file.
16218 * gdb.ada/funcall_ref/foo.adb: New file.
16219
cafda597
YQ
162202015-04-02 Yao Qi <yao.qi@linaro.org>
16221
16222 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16223 is remote.
16224
fed040c6
GB
162252015-04-02 Gary Benson <gbenson@redhat.com>
16226
16227 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16228
d11916aa
SS
162292015-04-01 Sasha Smundak <asmundak@google.com>
16230
16231 * gdb.python/py-unwind-maint.c: New file.
16232 * gdb.python/py-unwind-maint.exp: New test.
16233 * gdb.python/py-unwind-maint.py: New file.
16234 * gdb.python/py-unwind.c: New file.
16235 * gdb.python/py-unwind.exp: New test.
16236 * gdb.python/py-unwind.py: New test.
16237
a1471180
PA
162382015-04-01 Pedro Alves <palves@redhat.com>
16239
16240 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16241 to fail instead of non-existent $test.
16242
0bbeccb1
PA
162432015-04-01 Pedro Alves <palves@redhat.com>
16244
16245 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16246 GDBFLAGS if not empty.
16247
3c724c8c
PMR
162482015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16249
16250 * gdb.ada/complete.exp: Remove "multi_line".
16251 * gdb.ada/info_exc.exp: Remove "multi_line".
16252 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16253 * gdb.ada/ptype_field.exp: Remove "multi_line".
16254 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16255 * gdb.ada/tagged.exp: Remove "multi_line".
16256 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16257 [multi_line ...]
16258 * gdb.btrace/delta.exp: Likewise.
16259 * gdb.btrace/exception.exp: Likewise.
16260 * gdb.btrace/function_call_history.exp: Likewise.
16261 * gdb.btrace/instruction_history.exp: Likewise.
16262 * gdb.btrace/nohist.exp: Likewise.
16263 * gdb.btrace/record_goto.exp: Likewise.
16264 * gdb.btrace/segv.exp: Likewise.
16265 * gdb.btrace/stepi.exp: Likewise.
16266 * gdb.btrace/tailcall.exp: Likewise.
16267 * gdb.btrace/unknown_functions.exp: Likewise.
16268 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16269 * lib/gdb.exp: Add the "multi_line" helper.
16270
4eec2deb
PA
162712015-04-01 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.threads/tid-reuse.c: New file.
16274 * gdb.threads/tid-reuse.exp: New file.
16275
df8411da
SDJ
162762015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16277
16278 PR corefiles/16092
16279 * gdb.base/coredump-filter.c: New file.
16280 * gdb.base/coredump-filter.exp: Likewise.
16281
6ef37366
PM
162822015-03-27 Petr Machata <pmachata@redhat.com>
16283
16284 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16285 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16286 (Dwarf::assemble): Initialize them.
16287 (Dwarf::lines): New function.
16288
7ec911b0
JT
162892015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16290
16291 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16292 SYMBOL_PREFIX for x86_64-*-cygwin.
16293
ff908ebf
AW
162942015-03-26 Andy Wingo <wingo@igalia.com>
16295
16296 PR symtab/18148
16297 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16298 const_value but not a location.
16299 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16300 location defined in non-main CUs are visible.
16301
6d5f0679
YQ
163022015-03-26 Yao Qi <yao.qi@linaro.org>
16303
16304 PR testsuite/18139
16305 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16306 Add a line number entry for the same line.
16307 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16308 Add a line number entry for the same line.
16309
2898689b
YQ
163102015-03-26 Yao Qi <yao.qi@linaro.org>
16311
16312 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16313 .int 0.
16314 (func): Likewise. Add .Lfunc_1 label.
16315 Use .Lfunc_1 label.
16316 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16317 .int 0.
16318 (func): Likewise.
16319 Use .Lfunc_1 label.
16320
85180498
YQ
163212015-03-26 Yao Qi <yao.qi@linaro.org>
16322
16323 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16324 Call gdb_compile instead to compile each .s files without debug
16325 information.
16326
8aa08a8d
YQ
163272015-03-26 Yao Qi <yao.qi@linaro.org>
16328
16329 * gdb.base/savedregs.exp (process_saved_regs): Make
16330 "Saved registers:" optional in the pattern.
16331
66849923
MM
163322015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16333
16334 * gdb.btrace/next.exp: Merged into step.exp.
16335 * gdb.btrace/finish.exp: Merged into step.exp.
16336 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16337 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16338 "record goto" and checking the exact replay position.
16339 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16340 check for "Recording format" in "info record" output.
16341 * gdb.btrace/record_goto.exp: Choose test file based on target.
16342 * gdb.btrace/x86-record_goto.S: Renamed into ...
16343 * gdb.btrace/x86_64-record_goto.S: ... this.
16344 * gdb.btrace/i686-record_goto.S: New.
16345 * gdb.btrace/x86-tailcall.S: Renamed into ...
16346 * gdb.btrace/x86_64-tailcall.S: ... this.
16347 * gdb.btrace/i686-tailcall.S: New.
16348 * gdb.btrace/x86-tailcall.c: Renamed into ...
16349 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16350 separate statements. Update test.
16351 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16352 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16353 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16354 * gdb.btrace/tailcall.exp: Choose test file based on target.
16355 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16356
11cc1b74
MM
163572015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16358
16359 * gdb.btrace/exception.exp: Increase BTS buffer size.
16360
a25d8bf9
PA
163612015-03-24 Pedro Alves <palves@redhat.com>
16362
16363 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16364
856e7dd6
PA
163652015-03-24 Pedro Alves <palves@redhat.com>
16366
16367 * gdb.threads/schedlock.exp (test_step): No longer expect that
16368 "set scheduler-locking step" with "next" over a function call runs
16369 threads unlocked.
16370
ad235a41
AT
163712015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16372
16373 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16374
15630549
AT
163752015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16376
16377 PR breakpoints/16466
16378 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16379 * gdb.mi/mi-pending.c (thread_func): New function.
16380 (int main): Add threading support required.
16381 * gdb.mi/mi-pending.exp: Add tests for this issue.
16382 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16383 (pendfunc2): Remove stdio dependency.
16384 * gdb.mi/mi-pendshr2.c: New file.
16385
693dca06
KS
163862015-03-23 Keith Seitz <keiths@redhat.com>
16387
16388 * gdb.linespec/keywords.c: New file.
16389 * gdb.linespec/keywords.exp: New file.
16390
7e993ebf
KS
163912015-03-23 Keith Seitz <keiths@redhat.com>
16392
16393 PR gdb/18021
16394 * gdb.dwarf2/staticvirtual.exp: New test.
16395
bc23328c
JK
163962015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16397
16398 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16399 * README: Remove HP-UX and gdb.hp.
16400 (configuration):
16401 * configure: Regenerate.
16402 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16403 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16404 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16405 gdb.hp/gdb.defects/Makefile.
16406 * gdb.hp/Makefile.in: File deleted.
16407 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16408 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16409 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16410 * gdb.hp/gdb.aCC/run.c: File deleted.
16411 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16412 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16413 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16414 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16415 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16416 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16417 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16418 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16419 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16420 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16421 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16422 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16423 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16424 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16425 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16426 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16427 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16428 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16429 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16430 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16431 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16432 * gdb.hp/gdb.compat/average.c: File deleted.
16433 * gdb.hp/gdb.compat/sum.c: File deleted.
16434 * gdb.hp/gdb.compat/xdb.c: File deleted.
16435 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16436 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16437 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16438 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16439 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16440 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16441 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16442 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16443 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16444 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16445 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16446 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16447 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16448 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16449 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16450 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16451 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16452 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16453 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16454 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16455 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16456 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16457 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16458 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16459 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16460 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16461 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16462 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16463 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16464 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16465 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16466 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16467 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16468 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16469 * gdb.hp/tools/odump: File deleted.
16470
8bf3b159
PA
164712015-03-19 Pedro Alves <palves@redhat.com>
16472
16473 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16474 (saw_thread_3): New globals.
16475 (top level): Increment them when an event for the corresponding
16476 thread is seen.
16477 (no thread starvation): New test.
16478
eb54c8bf
PA
164792015-03-19 Pedro Alves <palves@redhat.com>
16480
16481 * gdb.threads/continue-pending-status.c: New file.
16482 * gdb.threads/continue-pending-status.exp: New file.
16483
32d2e5d6
PA
164842015-03-18 Pedro Alves <palves@redhat.com>
16485
16486 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16487 Use gdb_is_target_remote instead of is_remote. Use
16488 gdb_test_multiple instead of gdb_expect. Exit early if
16489 gdb_test_multiple hits its internal matches. Tighten stepi tests
16490 expected output. Fail on exit with any signal, instead of just
16491 SIGILL.
16492
f68f11b7
YQ
164932015-03-18 Yao Qi <yao.qi@linaro.org>
16494
16495 PR tdep/18107
16496 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16497 variable.
16498 * gdb.base/catch-syscall.exp: Don't skip it on
16499 aarch64*-*-linux* target. Remove elements in all_syscalls.
16500 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16501 target.
16502 (setup_all_syscalls): New proc.
16503
ca5fd19b
YQ
165042015-03-16 Yao Qi <yao.qi@linaro.org>
16505
16506 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16507 (top level): Skip tests if valid_addr_p returns false for
16508 $cmd1 or $cmd2.
16509
85642ba0
AW
165102015-03-11 Andy Wingo <wingo@igalia.com>
16511
16512 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16513
e03f9645
YQ
165142015-03-11 Yao Qi <yao.qi@linaro.org>
16515
16516 * gdb.base/catch-syscall.exp: Fix typo in comments.
16517
5d0962b2
YQ
165182015-03-11 Yao Qi <yao.qi@linaro.org>
16519
16520 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16521
b2df3cef
PA
165222015-03-09 Pedro Alves <palves@redhat.com>
16523
16524 * dg-extract-results.py: Delete.
16525
ef878e53
PA
165262015-03-09 Pedro Alves <palves@redhat.com>
16527
16528 Merge dg-extract-results.sh from GCC upstream (r218843).
16529
16530 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16531 * dg-extract-results.sh: Use --text with grep to avoid issues with
16532 binary files. Fall back to cat -v, if that doesn't work.
16533
9494d219
PA
165342015-03-05 Pedro Alves <palves@redhat.com>
16535
16536 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16537
a8d9763a
SM
165382015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16539
16540 * lib/mi-support.exp (mi_expect_interrupt): Accept
16541 alternative event for when in all-stop mode.
16542
be9957b8
PA
165432015-03-04 Pedro Alves <palves@redhat.com>
16544
16545 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16546
d57be0f4 165472015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16548
16549 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16550
c214c7cf
AA
165512015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16552
16553 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16554 regexps for GDB's current line display, accept a hex address
16555 preceding the line number.
16556
6d74a497
AA
165572015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16558
16559 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16560 the 'arch1' variable for "s390*-linux*" targets.
16561
511aee7c
PA
165622015-03-04 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16565 (main): Pass missing retval argument to pthread_join call.
16566
95e50b27
PA
165672015-03-02 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16570 (top level): Call do_test with non-stop as well.
16571
28054d69
PA
165722015-03-02 Pedro Alves <palves@redhat.com>
16573
16574 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16575 -1.
16576
4fa5d7b4
AA
165772015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16578
16579 * gdb.arch/s390-vregs.exp: New test.
16580 * gdb.arch/s390-vregs.S: New file.
16581
97c18565
PA
165822015-02-27 Pedro Alves <palves@redhat.com>
16583
16584 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16585 call to catch_command_errors.
16586 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16587 catch_command_errors.
16588
a37bfa30
PA
165892015-02-27 Pedro Alves <palves@redhat.com>
16590
16591 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16592 "true" for boolean result.
16593 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16594 prototype of main.
16595
6f98576f
PA
165962015-02-27 Pedro Alves <palves@redhat.com>
16597
16598 * lib/unbuffer_output.c: New file.
16599 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16600 (main): Call gdb_unbuffer_output.
16601
eba5ab56
YQ
166022015-02-27 Yao Qi <yao.qi@linaro.org>
16603
16604 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16605 target.
16606
0def5aaa
DE
166072015-02-26 Doug Evans <dje@google.com>
16608
16609 * gdb.cp/class2.cc (Dbase, D): New classes.
16610 (main): New local delta.
16611 * gdb.cp/class2.exp: Test printing delta.
16612 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16613 (dynbar): New global.
16614 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16615
081a1c2c
JK
166162015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16617
16618 * gdb.compile/compile-ifunc.c: New file.
16619 * gdb.compile/compile-ifunc.exp: New file.
16620
2f41223f
AT
166212015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16622
16623 * gdb.base/structs.exp: Check for correct struct on finish.
16624
03eddd80
YQ
166252015-02-26 Yao Qi <yao.qi@linaro.org>
16626
16627 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16628 is zero.
16629
80c57053
JK
166302015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16631
16632 * gdb.arch/cordic.ko.bz2: New file.
16633 * gdb.arch/cordic.ko.debug.bz2: New file.
16634 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16635
21613c12
YQ
166362015-02-25 Yao Qi <yao.qi@linaro.org>
16637
16638 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16639 aarch64*-*-* target.
16640
d8b901ed
PA
166412015-02-23 Pedro Alves <palves@redhat.com>
16642
16643 * lib/gdb.exp (delete_breakpoints): Rewrite using
16644 gdb_test_multiple.
16645
e5b85ead
PA
166462015-02-23 Pedro Alves <palves@redhat.com>
16647
16648 * gdb.base/info-os.c: Include stdlib.h.
16649
85c3a371
DE
166502015-02-22 Doug Evans <xdje42@gmail.com>
16651
16652 PR symtab/17855
16653 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16654 is read after symbols have been re-read.
16655 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16656 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16657
96553a0c
DE
166582015-02-21 Doug Evans <dje@google.com>
16659
16660 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16661
97a0c697
JK
166622015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16663
16664 PR corefiles/17808
16665 * gdb.arch/i386-biarch-core.core.bz2: New file.
16666 * gdb.arch/i386-biarch-core.exp: New file.
16667
a47cd6e9
PA
166682015-02-21 Pedro Alves <palves@redhat.com>
16669
16670 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16671 runto_main fails.
16672
c5facdc4
PA
166732015-02-20 Pedro Alves <palves@redhat.com>
16674
16675 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16676 info probes.
16677
2db9a427
PA
166782015-02-20 Pedro Alves <palves@redhat.com>
16679
16680 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16681
60fb7e9e
PA
166822015-02-20 Pedro Alves <palves@redhat.com>
16683
16684 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16685 clean_restart before gdb_target_supports_trace.
16686
5c5019c2
PA
166872015-02-20 Pedro Alves <palves@redhat.com>
16688
16689 PR threads/18006
16690 * gdb.threads/clone-thread_db.c: New file.
16691 * gdb.threads/clone-thread_db.exp: New file.
16692
c9587f88
AT
166932015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16694
16695 PR breakpoints/16812
16696 * gdb.base/catch-gdb-caused-signals.c: New file.
16697 * gdb.base/catch-gdb-caused-signals.exp: New file.
16698
f6a88844
JM
166992015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16700
16701 * configure: Regenerated.
16702 * configure.ac: Use GDB_AC_TRANSFORM.
16703 * aclocal.m4: sinclude ../transform.m4.
16704
497c491b
JM
167052015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16706
16707 * lib/dtrace.exp: New file.
16708 * gdb.base/dtrace-probe.exp: Likewise.
16709 * gdb.base/dtrace-probe.d: Likewise.
16710 * gdb.base/dtrace-probe.c: Likewise.
16711 * lib/pdtrace.in: Likewise.
16712 * configure.ac: Output variables with the transformed names of
16713 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16714 * configure: Regenerated.
16715
03e98035
JM
167162015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16717
16718 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16719 expected message when trying to access $_probe_* convenience
16720 variables while not on a probe.
16721
63cc30e9
JK
167222015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16723
16724 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16725
0703599a
PA
167262015-02-11 Pedro Alves <pedro@codesourcery.com>
16727
16728 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16729 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16730
7e60a48e
DE
167312015-02-10 Doug Evans <xdje42@gmail.com>
16732
16733 * lib/gdb.exp (gdb_load): Always return a result.
16734
01b088bc
PA
167352015-02-10 Pedro Alves <palves@redhat.com>
16736
16737 * gdb.threads/signal-sigtrap.c: New file.
16738 * gdb.threads/signal-sigtrap.exp: New file.
16739
b05ec7a5
AT
167402015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16741
16742 * gdb.trace/no-attach-trace.c: New file.
16743 * gdb.trace/no-attach-trace.exp: New file.
16744
a2c2acaf
MW
167452015-02-09 Mark Wielaard <mjw@redhat.com>
16746
16747 * gdb.dwarf2/atomic.c: New file.
16748 * gdb.dwarf2/atomic-type.exp: Likewise.
16749
31fd9caa
MM
167502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16751
16752 * gdb.btrace/buffer-size.exp: Update "info record" output.
16753 * gdb.btrace/delta.exp: Update "info record" output.
16754 * gdb.btrace/enable.exp: Update "info record" output.
16755 * gdb.btrace/finish.exp: Update "info record" output.
16756 * gdb.btrace/instruction_history.exp: Update "info record" output.
16757 * gdb.btrace/next.exp: Update "info record" output.
16758 * gdb.btrace/nexti.exp: Update "info record" output.
16759 * gdb.btrace/step.exp: Update "info record" output.
16760 * gdb.btrace/stepi.exp: Update "info record" output.
16761 * gdb.btrace/nohist.exp: Update "info record" output.
16762
d33501a5
MM
167632015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16764
16765 * gdb.btrace/buffer-size: New.
16766
f4abbc16
MM
167672015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16768
16769 * gdb.btrace/delta.exp: Update "info record" output.
16770 * gdb.btrace/enable.exp: Update "info record" output.
16771 * gdb.btrace/finish.exp: Update "info record" output.
16772 * gdb.btrace/instruction_history.exp: Update "info record" output.
16773 * gdb.btrace/next.exp: Update "info record" output.
16774 * gdb.btrace/nexti.exp: Update "info record" output.
16775 * gdb.btrace/step.exp: Update "info record" output.
16776 * gdb.btrace/stepi.exp: Update "info record" output.
16777 * gdb.btrace/nohist.exp: Update "info record" output.
16778
b9d61307
SM
167792015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16780
16781 PR gdb/15678
16782 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16783
e584fdbc
PA
167842015-02-06 Pedro Alves <palves@redhat.com>
16785
16786 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16787 macro.
16788 (seconds_left, again): New globals.
16789 (main): Wait seconds_left in a 1-second sleep loop instead of
16790 sleeping 180 seconds. If 'again' is set, reset the seconds
16791 counter.
16792 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16793 'again' in the inferior before detaching. Print the seconds left.
16794 (options): New global.
16795 (top level): Build program with -DTIMEOUT=$timeout.
16796
77f41761
PA
167972015-02-06 Pedro Alves <palves@redhat.com>
16798
16799 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16800 determine how many seconds to pass to 'alarm'.
16801 * gdb.base/gdb-sigterm.exp (top level): Build program with
16802 -DTIMEOUT=$timeout.
16803 (do_test): Return success/failure indication. Add more verbose
16804 logging. Don't fail if 200 single steps are seen. Instead, fail
16805 when the test times out.
16806 (passes): New global.
16807 (top level): Break the testing loop if testing fails on any
16808 iteration. Use gdb_assert.
16809
b9394193
DB
168102015-02-04 Don Breazeal <donb@codesourcery.com>
16811
16812 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16813 and initialize them.
16814 (ipc_cleanup): New function.
16815 (main): Don't declare shmid, semid, and msqid. Add a call to
16816 atexit so that we call ipc_cleanup on exit.
16817
42d9e528
PA
168182015-02-04 Pedro Alves <palves@redhat.com>
16819
16820 * boards/native-extended-gdbserver.exp: Remove any target variant
16821 specifications from the board name before clearing the isremote
16822 flag from board_info.
16823
ae6ae975
DE
168242015-01-31 Doug Evans <xdje42@gmail.com>
16825
16826 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16827
cfb069a8
GB
168282015-01-31 Gary Benson <gbenson@redhat.com>
16829
16830 * gdb.base/completion.exp: Disable completion limiting for
16831 existing tests. Add new tests to check completion limiting.
16832 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16833
5dd31d79
DE
168342015-01-31 Doug Evans <xdje42@gmail.com>
16835
16836 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16837
9f050062
DE
168382015-01-31 Doug Evans <xdje42@gmail.com>
16839
16840 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16841 entries. Duplicate file section script entries.
16842 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16843 inlined entries. Add test for safe-path rejection.
16844 * gdb.python/py-section-script.c: Add duplicate inlined section script
16845 entries. Duplicate file section script entries.
16846 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16847 inlined entries. Add test for safe-path rejection.
16848
df25ebbd
JB
168492015-01-29 Joel Brobecker <brobecker@adacore.com>
16850
16851 * gdb.ada/disc_arr_bound: New testcase.
16852
4a0ca9ec
JB
168532015-01-29 Joel Brobecker <brobecker@adacore.com>
16854
16855 * gdb.ada/mi_var_array: New testcase.
16856
3a8b707a
DE
168572015-01-27 Doug Evans <dje@google.com>
16858
16859 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16860 Add test for objfile.filename, objfile.username after objfile
16861 has been unloaded.
16862
f8313f6e
JB
168632015-01-26 Joel Brobecker <brobecker@adacore.com>
16864
16865 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16866 the second test to print the name attribute of value
16867 returned by the call to gdb.lookup_type, and adjust
16868 the expected output accordingly.
16869
37bc665e
MW
168702015-01-25 Mark Wielaard <mjw@redhat.com>
16871
16872 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16873 * gdb.base/disp-step-fork.c: Include unistd.h.
16874 * gdb.base/siginfo-obj.c: Include stdio.h.
16875 * gdb.base/siginfo-thread.c: Likewise.
16876 * gdb.mi/non-stop.c: Include unistd.h.
16877 * gdb.mi/nsthrexec.c: Include stdio.h.
16878 * gdb.mi/pthreads.c: Include unistd.h.
16879 * gdb.modula2/unbounded1.c (main): Declare returns int.
16880 * gdb.reverse/consecutive-reverse.c: Likewise.
16881 * gdb.threads/create-fail.c: Include unistd.h.
16882 * gdb.threads/killed.c: Likewise.
16883 * gdb.threads/linux-dp.c: Likewise.
16884 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16885 * gdb.threads/non-ldr-exc-2.c: Likewise.
16886 * gdb.threads/non-ldr-exc-3.c: Likewise.
16887 * gdb.threads/non-ldr-exc-4.c: Likewise.
16888 * gdb.threads/pthreads.c: Include unistd.h.
16889 (main): Declare returns int.
16890 * gdb.threads/tls-main.c (foo): New declaration.
16891 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16892
f7e5394d
SM
168932015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16894
16895 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16896 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16897
743649fd
MW
168982015-01-15 Mark Wielaard <mjw@redhat.com>
16899
16900 * gdb.base/noreturn-return.c: New file.
16901 * gdb.base/noreturn-return.exp: New file.
16902 * gdb.base/noreturn-finish.c: New file.
16903 * gdb.base/noreturn-finish.exp: New file.
16904
198297aa
PA
169052015-01-23 Pedro Alves <palves@redhat.com>
16906
16907 * gdb.threads/continue-pending-after-query.c: New file.
16908 * gdb.threads/continue-pending-after-query.exp: New file.
16909
717cf30c
AG
169102015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16911 Simon Marchi <simon.marchi@ericsson.com>
16912
16913 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16914 * gdb.base/valgrind-db-attach.exp: Same.
16915 * gdb.base/valgrind-infcall.exp: Same.
16916 * lib/mi-support.exp (default_mi_gdb_start): Same.
16917 * lib/prompt.exp (default_prompt_gdb_start): Same.
16918 * lib/gdb.exp (default_gdb_spawn): Same.
16919 (gdb_interact): New.
16920
16921
4b62a76e
JK
169222015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16923
16924 * gdb.compile/compile.exp (pointer to jit function): New test.
16925
b4cdae6f
WW
169262015-01-17 Wei-cheng Wang <cole945@gmail.com>
16927
16928 * lib/gdb.exp (supports_process_record): Return true for
16929 powerpc*-*-linux*.
16930 (supports_reverse): Likewise.
16931
d221e7ef
DB
169322015-01-15 Don Breazeal <donb@codesourcery.com>
16933
16934 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16935 instead of checking whether the target board is remote and
16936 use spawn_wait_for_attach instead of exec/sleep.
16937 * gdb.base/attach-twice.exp: Likewise.
16938
bafffb51
JB
169392015-01-15 Joel Brobecker <brobecker@adacore.com>
16940
16941 * gdb.ada/var_arr_attrs: New testcase.
16942
5589af0e
PA
169432015-01-14 Pedro Alves <palves@redhat.com>
16944 Joel Brobecker <brobecker@adacore.com>
16945
16946 PR gdb/17525
16947 * gdb.base/bp-cmds-execution-x-script.c: New file.
16948 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16949 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16950
6c400b59
PA
169512015-01-14 Pedro Alves <palves@redhat.com>
16952
16953 PR cli/17828
16954 * gdb.base/batch-preserve-term-settings.c: New file.
16955 * gdb.base/batch-preserve-term-settings.exp: New file.
16956
e02c96a7
DE
169572015-01-13 Doug Evans <dje@google.com>
16958
16959 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16960 binary.
16961
576fd14c
JB
169622015-01-13 Joel Brobecker <brobecker@adacore.com>
16963
16964 * Makefile.in (clean mostlyclean): Do not delete *.py.
16965
04dccad0
JB
169662015-01-13 Joel Brobecker <brobecker@adacore.com>
16967
16968 * gdb.python/py-lookup-type.exp: New file.
16969
3d230f71
PA
169702015-01-12 Pedro Alves <palves@redhat.com>
16971
16972 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16973 restore GDBFLAGS before returning.
16974
7e67715d
JK
169752015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16976
16977 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16978 is_amd64_regs_target and is_x86_like_target.
16979
f2e0d4b4
DE
169802015-01-11 Doug Evans <xdje42@gmail.com>
16981
16982 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16983 is given without an explicit form.
16984 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16985 attributes.
16986 * gdb.dwarf/corrupt.exp: Ditto.
16987 * gdb.dwarf2/enum-type.exp: Ditto.
16988 * gdb.trace/entry-values.exp: Ditto.
16989 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16990
439250fb
DE
169912015-01-11 Doug Evans <xdje42@gmail.com>
16992
16993 PR gdb/15830
16994 * gdb.base/maint.exp: Remove references to "maint demangle".
16995 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16996 Add tests for explicitly specifying language to demangle.
16997 * gdb.dlang/demangle.exp: Ditto.
16998
ede9f622
PA
169992015-01-09 Pedro Alves <palves@redhat.com>
17000
17001 * gdb.threads/non-stop-fair-events.c: New file.
17002 * gdb.threads/non-stop-fair-events.exp: New file.
17003
a7b796db
PA
170042015-01-09 Pedro Alves <palves@redhat.com>
17005
17006 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17007 the global scope. Set a breakpoint after all threads are started
17008 rather than stepping over two source lines. Expect the prompt.
17009 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17010 global.
17011 (NUM): Now 15.
17012 (main): Use threads_started_barrier to wait for all threads to
17013 start. Main thread no longer calls thread_function. Exit after
17014 180 seconds.
17015 (loop): New function.
17016 (thread_function): Wait on threads_started_barrier barrier. Call
17017 'loop' at each iteration.
17018 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17019 threads have started, instead of hardcoding number of "next"
17020 steps. Use an access watchpoint instead of a write watchpoint.
17021
9665ffdd
PA
170222015-01-09 Pedro Alves <palves@redhat.com>
17023
17024 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17025 (thread_func): Wait on barrier.
17026 (main): Wait for all threads to start before stopping GDB.
17027 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17028 global.
17029 (thread1_func, thread2_func): Wait on barrier.
17030 (main): Wait for all threads to start before stopping GDB.
17031 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17032 New global.
17033 (thread1_func, thread2_func): Wait on barrier.
17034 (main): Wait for all threads to start before stopping GDB.
17035
c945a99f
PA
170362015-01-09 Pedro Alves <palves@redhat.com>
17037
17038 * gdb.threads/attach-many-short-lived-threads.c: New file.
17039 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17040
c1a747c1
PA
170412014-01-09 Pedro Alves <palves@redhat.com>
17042
17043 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17044 instead of to thread 2.
17045 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17046 Add barrier around each pthread_create call instead of around all
17047 calls.
17048 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17049 Set a break on thread_function and have the child threads hit it
17050 one at at a time.
17051
60b3033e
PA
170522015-01-09 Pedro Alves <palves@redhat.com>
17053
17054 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17055 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17056 false.
17057 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17058 checking whether the target board is remote.
17059 * gdb.multi/multi-attach.exp: Likewise.
17060 * gdb.python/py-sync-interp.exp: Likewise.
17061 * gdb.server/ext-attach.exp: Likewise.
17062 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17063 tests that need to attach, instead of checking whether the target
17064 board is remote at the top of the file.
17065
acc018ac
YQ
170662015-01-08 Yao Qi <yao@codesourcery.com>
17067
17068 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17069
50a18af8
JK
170702015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17071
17072 Fix testcase compilation.
17073 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17074
8503d6e1
JB
170752015-01-06 Joel Brobecker <brobecker@adacore.com>
17076
17077 * gdb.python/py-type.exp: Add a couple test about empty
17078 array creation, and negative-length array creation.
17079
cc73dbcc
DE
170802015-01-02 Doug Evans <xdje42@gmail.com>
17081
17082 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17083
0300bbc7
DE
170842015-01-02 Doug Evans <dje@google.com>
17085
17086 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17087
9d85a0ec
YQ
170882014-12-29 Yao Qi <yao@codesourcery.com>
17089
17090 * gdb.trace/entry-values.exp: Update comments. Rename variable
17091 bar_call_foo to returned_from_foo.
17092
87186c6a
MMN
170932014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17094
17095 PR gdb/17394
17096 * gdb.linespec/break-asm-file.c: New file.
17097 * gdb.linespec/break-asm-file.exp: New file.
17098 * gdb.linespec/break-asm-file0.s: New file.
17099 * gdb.linespec/break-asm-file1.s: New file.
17100
1bab7383
YQ
171012014-12-18 Nigel Stephens <nigel@mips.com>
17102 Maciej W. Rozycki <macro@codesourcery.com>
17103
17104 * gdb.base/float.exp: Handle the new output from "info float" on
17105 MIPS targets.
17106
1bc1068a
JK
171072014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17108
17109 Fix MinGW compilation.
17110 * gdb.compile/compile-ops.exp: Update untested message if
17111 !skip_compile_feature_tests.
17112 * gdb.compile/compile-setjmp.exp: Likewise.
17113 * gdb.compile/compile-tls.exp: Likewise.
17114 * gdb.compile/compile.exp: Likewise.
17115 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17116 supported on this host".
17117
b6615d10
DE
171182014-12-16 Doug Evans <xdje42@gmail.com>
17119
17120 * boards/stabs.exp: New file.
17121
25dda427
AA
171222014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17123
17124 * gdb.base/completion.exp: Adjust to format changes of "maint
17125 print user-registers".
17126
bf330350
CU
171272014-12-16 Catalin Udma <catalin.udma@freescale.com>
17128
17129 PR server/17457
17130 * gdb.arch/aarch64-fp.c: New file.
17131 * gdb.arch/aarch64-fp.exp: New file.
17132
395cf596
SDJ
171332014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17134
17135 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17136 r210637, r210913, r211666, r215400, r215817).
17137
17138 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17139 * dg-extract-results.py: New file.
17140 * dg-extract-results.sh: Use it if the environment seems
17141 suitable.
17142
17143 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17144
17145 * dg-extract-results.py (parse_run): Handle warnings that
17146 are printed before a test harness is run.
17147
17148 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17149
17150 * dg-extract-results.py (Named): Remove __cmp__ method.
17151 (output_variation): Use a key to sort variation.harnesses.
17152
17153 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17154
17155 * dg-extract-results.py: For Python 3, force sys.stdout to
17156 handle surrogate escape sequences.
17157 (safe_open): New function.
17158 (output_segment, main): Use it.
17159
17160 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17161
17162 * dg-extract-results.py (Prog.result_re): Include options
17163 in test name.
17164
17165 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17166
17167 * dg-extract-results.py (output_variation): Always sort if
17168 do_sum.
17169
e882ef3c
SM
171702014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17171
17172 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17173 as long as we get pagination notifications.
17174
4992aa20
JM
171752014-12-15 Jason Merrill <jason@redhat.com>
17176
17177 * Makefile.in (check-gdb.%): Restore.
17178 * README: Mention it.
17179
c1b5a1a6
JB
171802014-12-13 Joel Brobecker <brobecker@adacore.com>
17181
17182 * gdb.ada/str_uninit: New testcase.
17183
5537b577
JK
171842014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17185
17186 PR symtab/17642
17187 * gdb.base/vla-stub-define.c: New file.
17188 * gdb.base/vla-stub.c: New file.
17189 * gdb.base/vla-stub.exp: New file.
17190
bb2ec1b3
TT
171912014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17192 Jan Kratochvil <jan.kratochvil@redhat.com>
17193 Tom Tromey <tromey@redhat.com>
17194
17195 * configure.ac: Add gdb.compile/.
17196 * configure: Regenerate.
17197 * gdb.compile/Makefile.in: New file.
17198 * gdb.compile/compile-ops.exp: New file.
17199 * gdb.compile/compile-ops.c: New file.
17200 * gdb.compile/compile-tls.c: New file.
17201 * gdb.compile/compile-tls.exp: New file.
17202 * gdb.compile/compile-constvar.S: New file.
17203 * gdb.compile/compile-constvar.c: New file.
17204 * gdb.compile/compile-mod.c: New file.
17205 * gdb.compile/compile-nodebug.c: New file.
17206 * gdb.compile/compile-setjmp-mod.c: New file.
17207 * gdb.compile/compile-setjmp.c: New file.
17208 * gdb.compile/compile-setjmp.exp: New file.
17209 * gdb.compile/compile-shlib.c: New file.
17210 * gdb.compile/compile.c: New file.
17211 * gdb.compile/compile.exp: New file.
17212 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17213
4ff709eb
TT
172142014-12-12 Tom Tromey <tromey@redhat.com>
17215
17216 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17217 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17218
6dddd6a5
DE
172192014-12-12 Doug Evans <dje@google.com>
17220
17221 * lib/gdb-python.exp (get_python_valueof): New function.
17222 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17223
71c24708
AA
172242014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17225
17226 * gdb.base/completion.exp: Add test for completion of "info
17227 registers ".
17228
3e29f34a
MR
172292014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17230
17231 * gdb.base/func-ptrs.c: New file.
17232 * gdb.base/func-ptrs.exp: New file.
17233
fc126975
SM
172342014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17235
17236 PR breakpoints/17012
17237 * gdb.base/dprintf-detach.c: New file.
17238 * gdb.base/dprintf-detach.exp: New file.
17239
0a46d518
SM
172402014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17241
17242 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17243 * lib/gdb.exp (target_is_gdbserver): New procedure.
17244
a0be3e44
DE
172452014-12-08 Doug Evans <dje@google.com>
17246
17247 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17248
df1b803a
YQ
172492014-12-05 Yao Qi <yao@codesourcery.com>
17250
17251 * gdb.guile/scm-error.exp: Remove the third argument to
17252 gdb_remote_download.
17253 * gdb.guile/scm-frame-args.exp: Likewise.
17254 * gdb.guile/scm-section-script.exp: Likewise.
17255
ddb9f679
YQ
172562014-12-05 Yao Qi <yao@codesourcery.com>
17257
17258 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17259
86e4ed39
DE
172602014-12-04 Doug Evans <dje@google.com>
17261
17262 * gdb.python/py-objfile.exp: Add tests for
17263 objfile.add_separate_debug_file.
17264
7c50a931
DE
172652014-12-04 Doug Evans <dje@google.com>
17266
17267 * lib/gdb.exp (get_build_id): New function.
17268 (build_id_debug_filename_get): Rewrite to use it.
17269 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17270
621661e3
MR
172712014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17272
17273 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17274 `method(long)', not just 0x0.
17275 * gdb.cp/nsalias.exp: Align code labels to 4.
17276 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17277 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17278 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17279 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17280 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17281 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17282
29f0c3b7
DE
172832014-12-02 Doug Evans <dje@google.com>
17284
e1e061e7 17285 PR symtab/17602
29f0c3b7 17286 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17287 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17288 * gdb.cp/anon-ns.exp: Update.
17289
162078c8
NB
172902014-12-02 Nick Bull <nicholaspbull@gmail.com>
17291
17292 * gdb.python/py-events.py (inferior_call_handler): New.
17293 (register_changed_handler, memory_changed_handler): New.
17294 (test_events.invoke): Register new handlers.
17295 * gdb.python/py-events.exp: Add tests for inferior call,
17296 memory_changed and register_changed events.
17297
fdb09caf
AA
172982014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17299
17300 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17301 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17302 if the linker doesn't understand this.
17303
55cfb2c4
SM
173042014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17305
17306 * gdb.python/python.exp: Change expected reply to help().
17307
9e8cd6df
YQ
173082014-12-01 Yao Qi <yao@codesourcery.com>
17309
17310 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17311 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17312 * configure: Re-generated.
17313
6c659fc2
SC
173142014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17315
17316 * gdb.cp/chained-calls.cc: New file.
17317 * gdb.cp/chained-calls.exp: New file.
17318 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17319
d7fc3181
SM
173202014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17321
17322 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17323 * gdb.dwarf2/symtab-producer.exp: Same.
17324 * gdb.gdb/python-interrupts.exp: Same.
17325 * gdb.gdb/python-selftest.exp: Same.
17326 * gdb.python/py-linetable.exp: Same.
17327 * gdb.python/py-type.exp: Same.
17328 * gdb.python/py-value-cc.exp: Same.
17329 * gdb.python/py-value.exp: Same.
17330
10e79639
YQ
173312014-11-28 Yao Qi <yao@codesourcery.com>
17332
17333 * gdb.base/break-probes.exp: Match library name prefixed with
17334 sysroot.
17335
f28a0564
SM
173362014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17337
17338 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17339 test expected output. Add parentheses for the call to print.
17340 Remove L suffix from integers.
17341
3fe1ce1d
DE
173422014-11-26 Doug Evans <dje@google.com>
17343
17344 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17345
84429e27
YQ
173462014-11-22 Yao Qi <yao@codesourcery.com>
17347
17348 * gdb.trace/entry-values.c: Remove asms.
17349 (foo): Add foo_label.
17350 (bar): Add bar_label.
17351 * gdb.trace/entry-values.exp: Remove code computing foo's
17352 length and bar's length.
17353 (Dwarf::assemble): Invoke function_range for bar and use
17354 MACRO_AT_func for foo.
17355
26741859
YQ
173562014-11-22 Yao Qi <yao@codesourcery.com>
17357
17358 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17359 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17360 Use .Lgcc43_procstart instead of gcc43.
17361
45e44d27
JB
173622014-11-21 Joel Brobecker <brobecker@adacore.com>
17363
17364 * gdb.ada/n_arr_bound: New testcase.
17365
458c8db8
SDJ
173662014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17367
17368 PR breakpoints/10737
17369 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17370 test_catch_syscall_multi_arch.
17371 (test_catch_syscall_multi_arch): New function.
17372
43f3e411
DE
173732014-11-20 Doug Evans <xdje42@gmail.com>
17374
17375 * gdb.base/maint.exp: Update expected output.
17376
0d7b2549
AA
173772014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17378
17379 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17380 4-byte instruction on S390.
17381
8908fca5
JB
173822014-11-19 Joel Brobecker <brobecker@adacore.com>
17383
17384 * gdb.ada/arr_arr: New testcase.
17385
4a46959e
JB
173862014-11-19 Joel Brobecker <brobecker@adacore.com>
17387
17388 * gdb.ada/pkd_arr_elem: New Testcase.
17389
470e2f4e
LM
173902014-11-18 Luis Machado <lgustavo@codesourcery.com>
17391
17392 * gdb.reverse/break-precsave: Expect completion message for
17393 core file reads.
17394 * gdb.reverse/consecutive-precsave.exp: Likewise.
17395 * gdb.reverse/finish-precsave.exp: Likewise.
17396 * gdb.reverse/i386-precsave.exp: Likewise.
17397 * gdb.reverse/machinestate-precsave.exp: Likewise.
17398 * gdb.reverse/sigall-precsave.exp: Likewise.
17399 * gdb.reverse/solib-precsave.exp: Likewise.
17400 * gdb.reverse/step-precsave.exp: Likewise.
17401 * gdb.reverse/until-precsave.exp: Likewise.
17402 * gdb.reverse/watch-precsave.exp: Likewise.
17403
a267f3ad
AA
174042014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17405
17406 * gdb.base/bp-permanent.c: Include unistd.h.
17407 * gdb.python/py-framefilter-mi.c (main): Add return type.
17408 * gdb.python/py-framefilter.c (main): Likewise.
17409 * gdb.trace/actions-changed.c (main): Likewise.
17410
12084a9a
AA
174112014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17412
17413 * gdb.mi/until.c: Add eye-catchers.
17414 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17415 line numbers.
17416
dc7e1a77
AA
174172014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17418
17419 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17420 function header variants in break1.c.
17421 * gdb.base/ena-dis-br.exp: Likewise.
17422 * gdb.base/hbreak2.exp: Likewise.
17423 * gdb.reverse/until-precsave.exp: Drop references to removed
17424 non-prototype function header variants in ur1.c.
17425 * gdb.reverse/until-reverse.exp: Likewise.
17426
41c77605
PM
174272014-11-17 Petr Machata <pmachata@redhat.com>
17428
17429 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17430 ${_cu_offset_size} bytes abbrev offset.
17431
34248c3a
DE
174322014-11-15 Doug Evans <xdje42@gmail.com>
17433
17434 PR symtab/17559
17435 * gdb.base/line-symtabs.exp: New file.
17436 * gdb.base/line-symtabs.c: New file.
17437 * gdb.base/line-symtabs.h: New file.
17438
646da059
YQ
174392014-11-14 Yao Qi <yao@codesourcery.com>
17440
17441 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17442 (func): Add label func_label.
17443 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17444 Replace low_pc and high_pc with MACRO_AT_range.
17445 Replace name, low_pc and high_pc with MACRO_AT_func.
17446
9301ebe6
YQ
174472014-11-14 Yao Qi <yao@codesourcery.com>
17448
17449 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17450 Replace name, low_pc and high_pc with MACRO_AT_func.
17451
f166b542
YQ
174522014-11-14 Yao Qi <yao@codesourcery.com>
17453
17454 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17455 produce debug information.
17456 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17457
0f6e71e3
YQ
174582014-11-14 Yao Qi <yao@codesourcery.com>
17459
17460 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17461 object and get function length.
17462 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17463 with MACRO_AT_func.
17464 (top-level): Replace gdb_compile and clean_restart with
17465 prepare_for_testing.
17466 * gdb.dwarf2/main.c (main): Add label main_label.
17467
876c4df9
YQ
174682014-11-14 Yao Qi <yao@codesourcery.com>
17469
17470 * lib/dwarf.exp (function_range): New procedure.
17471 (Dwarf::_handle_macro_at_func): New procedure.
17472 (Dwarf::_handle_macro_at_range): New procedure.
17473 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17474
02ad9cf1
YQ
174752014-11-14 Yao Qi <yao@codesourcery.com>
17476
17477 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17478 (_handle_attribute): New procedure.
17479
a59add0c
AA
174802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17481
17482 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17483 * gdb.base/call-sc.c (zed): Likewise.
17484 * gdb.base/checkpoint.c (main): Likewise.
17485 * gdb.base/dump.c (main): Likewise.
17486 * gdb.base/gcore.c (main): Likewise.
17487 * gdb.base/huge.c (main): Likewise.
17488 * gdb.base/multi-forks.c (main): Likewise.
17489 * gdb.base/pr10179-a.c (main): Likewise.
17490 * gdb.base/savedregs.c (main): Likewise.
17491 * gdb.base/sigaltstack.c (main): Likewise.
17492 * gdb.base/siginfo.c (main): Likewise.
17493 * gdb.base/structs.c (zed): Likewise.
17494 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17495 * gdb.mi/mi-syn-frame.c (main): Likewise.
17496 * gdb.mi/until.c (foo, main): Likewise.
17497 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17498 * gdb.base/solib-weak.c (foo): Declare.
17499 * gdb.base/attach-twice.c: Include stdio.h.
17500 * gdb.base/weaklib1.c: Likewise.
17501 * gdb.base/weaklib2.c: Likewise.
17502 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17503 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17504 unistd.h.
17505 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17506 * gdb.mi/mi-exit-code.c: Likewise.
17507 * gdb.base/break-interp-lib.c: Include string.h.
17508 * gdb.base/coremaker.c: Likewise.
17509 * gdb.base/testenv.c: Likewise.
17510 * gdb.python/py-finish-breakpoint.c: Likewise.
17511 * gdb.base/inferior-died.c: Include sys/wait.h.
17512 * gdb.base/fileio.c: Include time.h.
17513 * gdb.base/async-shell.c: Include unistd.h.
17514 * gdb.base/dprintf-non-stop.c: Likewise.
17515 * gdb.base/info-os.c: Likewise.
17516 * gdb.mi/mi-console.c: Likewise.
17517 * gdb.mi/watch-nonstop.c: Likewise.
17518 * gdb.python/py-events.c: Likewise.
17519 * gdb.base/async.c (baz): Move up before its invocation.
17520 * gdb.base/code_elim2.c (my_global_func): Likewise.
17521 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17522 * gdb.base/advance.c (func2): Likewise.
17523
3b5d5997
AA
175242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17525
17526 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17527 variant.
17528 * gdb.base/annota3.c: Likewise.
17529 * gdb.base/async.c: Likewise.
17530 * gdb.base/average.c: Likewise.
17531 * gdb.base/call-ar-st.c: Likewise.
17532 * gdb.base/call-rt-st.c: Likewise.
17533 * gdb.base/call-sc.c: Likewise.
17534 * gdb.base/call-strs.c: Likewise.
17535 * gdb.base/ending-run.c: Likewise.
17536 * gdb.base/execd-prog.c: Likewise.
17537 * gdb.base/exprs.c: Likewise.
17538 * gdb.base/foll-exec.c: Likewise.
17539 * gdb.base/foll-fork.c: Likewise.
17540 * gdb.base/foll-vfork.c: Likewise.
17541 * gdb.base/funcargs.c: Likewise.
17542 * gdb.base/gcore.c: Likewise.
17543 * gdb.base/jump.c: Likewise.
17544 * gdb.base/langs0.c: Likewise.
17545 * gdb.base/langs1.c: Likewise.
17546 * gdb.base/langs2.c: Likewise.
17547 * gdb.base/mips_pro.c: Likewise.
17548 * gdb.base/nodebug.c: Likewise.
17549 * gdb.base/opaque0.c: Likewise.
17550 * gdb.base/opaque1.c: Likewise.
17551 * gdb.base/recurse.c: Likewise.
17552 * gdb.base/run.c: Likewise.
17553 * gdb.base/scope0.c: Likewise.
17554 * gdb.base/scope1.c: Likewise.
17555 * gdb.base/setshow.c: Likewise.
17556 * gdb.base/setvar.c: Likewise.
17557 * gdb.base/shmain.c: Likewise.
17558 * gdb.base/shr1.c: Likewise.
17559 * gdb.base/shr2.c: Likewise.
17560 * gdb.base/sigall.c: Likewise.
17561 * gdb.base/signals.c: Likewise.
17562 * gdb.base/so-indr-cl.c: Likewise.
17563 * gdb.base/solib2.c: Likewise.
17564 * gdb.base/structs.c: Likewise.
17565 * gdb.base/sum.c: Likewise.
17566 * gdb.base/vforked-prog.c: Likewise.
17567 * gdb.base/watchpoint.c: Likewise.
17568 * gdb.reverse/shr2.c: Likewise.
17569 * gdb.reverse/until-reverse.c: Likewise.
17570 * gdb.reverse/ur1.c: Likewise.
17571 * gdb.reverse/watch-reverse.c: Likewise.
17572
066a77c5
AA
175732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17574
17575 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17576 variant.
17577 * gdb.base/sepdebug.exp: Drop references to removed code.
17578
4f204ea5
AA
175792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17580
17581 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17582 variant. Preserve original line numbering.
17583 * gdb.base/list1.c: Likewise.
17584
3b377a3a
AA
175852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17586
17587 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17588 variant.
17589 * gdb.base/break1.c: Likewise.
17590 * gdb.base/break.exp: Drop references to removed code.
17591
e444df73
AA
175922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17593
17594 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17595 variant.
17596
8008f2a7
AA
175972014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17598
17599 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17600
a5a06887
AA
176012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17602
17603 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17604 logic into perform_all_tests() and invoke it with and without
17605 function header prototypes.
17606 (do_function_calls): Remove conditional XFAIL for PR 5318.
17607 (rerun_and_prepare): Remove duplicate code.
17608 (perform_all_tests): New. Main logic moved here.
17609
44dba9b9
AA
176102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17611
17612 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17613 code guarded by #ifdef NO_PROTOTYPES.
17614 (t_double_many_args): Likewise.
17615 (DEF_FUNC_MANY_ARGS_1): Likewise.
17616 (DEF_FUNC_VALUES_1): Likewise.
17617 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17618 guarded by #ifdef PROTOTYPES.
17619
d1fbcd56
AA
176202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17621
17622 * gdb.mi/mi-console.c: Add eye-catcher.
17623 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17624 instead of literal line number.
17625
b0e59b8f
AA
176262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17627
17628 * gdb.base/shr2.c: Add eye-catcher.
17629 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17630 line number.
17631
78f98cca
AA
176322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17633
17634 * gdb.base/jump.c: Add eye-catchers.
17635 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17636 numbers.
17637
58fa2af0
AA
176382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17639
17640 * gdb.base/execd-prog.c: Add eye-catchers.
17641 * gdb.base/foll-exec.c: Likewise.
17642 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17643 line numbers.
17644
04e5059b
AA
176452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17646
17647 * gdb.base/ending-run.c: Add eye-catchers.
17648 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17649 literal line numbers.
17650
dbfdb174
AA
176512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17652
17653 * gdb.base/call-rt-st.c: Add eye-catchers.
17654 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17655 literal line numbers.
17656
888a2ade
AA
176572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17658
17659 * gdb.base/call-ar-st.c: Add eye-catchers.
17660 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17661 literal line numbers.
17662
6acc2dde
AA
176632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17664
17665 * gdb.base/average.c: Add eye-catchers.
17666 * gdb.base/sum.c: Likewise.
17667 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17668 regexps dynamically.
17669
9ecfcd1d
AA
176702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17671
17672 * gdb.base/solib1.c: Add eye-catchers.
17673 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17674 literal line numbers.
17675
78708b7c
PA
176762014-11-12 Pedro Alves <palves@redhat.com>
17677
17678 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17679 leader has exited.
17680
af48d08f
PA
176812014-11-12 Pedro Alves <palves@redhat.com>
17682
17683 * gdb.arch/i386-bp_permanent.c: New file.
17684 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17685 (srcfile): Set to i386-bp_permanent.c.
17686 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17687 that stepi does not execute the 'leave' instruction, instead of
17688 testing it does execute.
17689 * gdb.base/bp-permanent.c: New file.
17690 * gdb.base/bp-permanent.exp: New file.
17691
af3768e9
DE
176922014-11-10 Doug Evans <xdje42@gmail.com>
17693
17694 PR symtab/17564
17695 * gdb.base/symtab-search-order.exp: New file.
17696 * gdb.base/symtab-search-order.c: New file.
17697 * gdb.base/symtab-search-order-1.c: New file.
17698 * gdb.base/symtab-search-order-shlib-1.c: New file.
17699
9de00a4a
PA
177002014-11-07 Pedro Alves <palves@redhat.com>
17701
17702 PR gdb/17511
17703 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17704 i?86-*-linux*.
17705
e0f52461
SC
177062014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17707
17708 PR c++/17494
17709 * gdb.cp/pr17494.cc: New file.
17710 * gdb.cp/pr17494.exp: New file.
17711
6ce8c980
YQ
177122014-11-02 Yao Qi <yao@codesourcery.com>
17713
17714 * gdb.python/python.exp: Get working directory and match the
17715 output of "set extended-prompt \\w " with it.
17716
02be9a71
DE
177172014-10-30 Doug Evans <dje@google.com>
17718
17719 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17720 in objfiles.
17721 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17722 in progspaces.
17723
3bdff46b
LM
177242014-10-30 Janis Johnson <janisjo@codesourcery.com>
17725
17726 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17727 * gdb.base/realname-expand.exp: Likewise.
17728 * gdb.linespec/macro-relative.exp: Likewise.
17729
ab917dfb
PA
177302014-10-29 Pedro Alves <palves@redhat.com>
17731
17732 PR gdb/17408
17733 * gdb.threads/schedlock.c (some_function): New function.
17734 (call_function): New global.
17735 (MAYBE_CALL_SOME_FUNCTION): New macro.
17736 (thread_function): Call it.
17737 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17738 and use it instead of a global counter. Adjust all callers.
17739 (get_current_thread): Use "find current thread" for test message
17740 here rather than having all callers pass down the same string.
17741 (goto_loop): New procedure, factored out from ...
17742 (my_continue): ... this.
17743 (step_ten_loops): Change parameter from test message to command to
17744 use. Adjust.
17745 (list_count): Delete global.
17746 (check_result): New procedure, factored out from duplicate top
17747 level code.
17748 (continue tests): Wrap in with_test_prefix.
17749 (test_step): New procedure, factored out from duplicate top level
17750 code.
17751 (top level): Test "step" in combination with all scheduler-locking
17752 modes. Test "next" in combination with all scheduler-locking
17753 modes, and in combination with stepping over a function call or
17754 not.
17755 * gdb.threads/next-bp-other-thread.c: New file.
17756 * gdb.threads/next-bp-other-thread.exp: New file.
17757
d3d4baed
PA
177582014-10-29 Pedro Alves <palves@redhat.com>
17759
17760 PR python/17372
17761 * gdb.python/python.exp: Test a multi-line command that spawns
17762 interactive Python.
17763 * gdb.base/multi-line-starts-subshell.exp: New file.
17764
563e8d85
YQ
177652014-10-29 Yao Qi <yao@codesourcery.com>
17766
17767 * gdb.base/fileio.exp: Make directories on host.
17768
0ea4d52e
YQ
177692014-10-29 Yao Qi <yao@codesourcery.com>
17770
17771 * gdb.base/fileio.c (test_write): Close the file.
17772
7f5ef605
PA
177732014-10-28 Pedro Alves <palves@redhat.com>
17774
17775 PR gdb/12623
17776 * gdb.base/sigstep.c (no_handler): New global.
17777 (main): If 'no_handler is true, set the signal handlers to
17778 SIG_IGN.
17779 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17780 with_sw_watch and no_handler parameters. Handle them.
17781 (top level) <stepping over handler when stopped at a breakpoint
17782 test>: Add a test axis for testing with a software watchpoint, and
17783 another for testing with the signal handler set to SIG_IGN.
17784 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17785 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17786
abbdbd03
PA
177872014-10-28 Pedro Alves <palves@redhat.com>
17788
17789 PR gdb/17511
17790 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17791 * gdb.base/sigstep.exp (other_handler_location): New global.
17792 (advance): Support stepping into the signal handler, and running
17793 commands while in the handler.
17794 (in_handler_map): New global.
17795 (top level): In the advance test, add combinations for getting
17796 into the handler with stepping commands, and for running commands
17797 in the handler. Add comment descripting the advancei tests.
17798
1df4399f
PA
177992014-10-28 Pedro Alves <palves@redhat.com>
17800
17801 * gdb.base/sigstep.exp: Use build_executable instead of
17802 prepare_for_testing.
17803 (top level): Move code that starts GDB, runs to main and creates a
17804 display to ...
17805 (restart): ... this new procedure.
17806 (top level): Move backtrace from signal handler test to ...
17807 (validate_backtrace): ... this new procedure.
17808 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17809 with_test_prefix. Always restart GDB.
17810 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17811 with_test_prefix. Always restart GDB. No need to delete
17812 breakpoints after the test.
17813 (test_skip_handler): Remove prefix parameter.
17814 (skip_over_handler, breakpoint_to_handler)
17815 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17816 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17817 restart GDB. No need to delete breakpoints after the test.
17818 (top level): Use foreach to call the test procedures with
17819 different commands.
17820
a5b6e449
PA
178212014-10-28 Pedro Alves <palves@redhat.com>
17822
17823 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17824 instead of GNATS numbers.
17825 * gdb.base/sigbpt.exp: Likewise.
17826 * gdb.base/siginfo.exp: Likewise.
17827 * gdb.base/sigstep.exp: Likewise.
17828
e5f8a7cc
PA
178292014-10-27 Pedro Alves <palves@redhat.com>
17830
17831 * gdb.base/sigstep.c (dummy): New global.
17832 (main): Issue a couple writes to the new global.
17833 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17834 procedures.
17835 (skip_over_handler): Use test_skip_handler.
17836 (top level): Call skip_over_handler for stepi and nexti too.
17837 (breakpoint_over_handler): Use test_skip_handler.
17838 (top level): Call breakpoint_over_handler for stepi and nexti too.
17839
763905a3
YQ
178402014-10-27 Yao Qi <yao@codesourcery.com>
17841
17842 * gdb.trace/tfile.c (adjust_function_address)
17843 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17844 function descriptor.
17845
6f259a23
DB
178462014-10-24 Don Breazeal <donb@codesourcery.com>
17847
17848 * gdb.base/foll-fork.exp (test_follow_fork,
17849 catch_fork_child_follow): Check for updated fork messages emitted
17850 from infrun.c.
17851 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17852 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17853 vfork_and_exec_child_follow_through_step): Check for updated vfork
17854 messages emitted from infrun.c.
17855
09dd9a69
PA
178562014-10-24 Pedro Alves <palves@redhat.com>
17857
17858 * gdb.base/corefile.exp: Remove references to ultrix.
17859 * gdb.base/interrupt.exp: Likewise.
17860 * gdb.base/whatis.exp: Likewise.
17861 * gdb.gdb/selftest.exp: Likewise.
17862 * gdb.threads/manythreads.exp: Likewise.
17863 * gdb.threads/print-threads.exp: Likewise.
17864 * gdb.threads/pthreads.exp:: Likewise.
17865 * gdb.threads/schedlock.exp: Likewise.
17866
3433cfa5
SC
178672014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17868
17869 * gdb.cp/non-trivial-retval.cc: Add a test case.
17870 * gdb.cp/non-trivial-retval.exp: Add a test.
17871
092f880b
YQ
178722014-10-20 Yao Qi <yao@codesourcery.com>
17873
17874 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17875 * gdb.python/py-objfile-script-gdb.py: New file.
17876 * gdb.python/py-objfile-script.exp: Update reference to
17877 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17878 of remote_download. Remove the dest file.
17879
acbdb7f3
YQ
178802014-10-20 Yao Qi <yao@codesourcery.com>
17881
17882 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17883 * gdb.base/step-line.exp: Likewise.
17884 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17885 * gdb.dwarf2/dw2-basic.exp: Likewise.
17886 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17887 * gdb.dwarf2/dw2-filename.exp: Likewise.
17888 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17889 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17890 * gdb.dwarf2/dw2-producer.exp: Likewise.
17891 * gdb.dwarf2/mac-fileno.exp: Likewise.
17892 * gdb.python/py-frame-args.exp: Likewise.
17893 * gdb.python/py-framefilter.exp: Likewise.
17894 * gdb.python/py-mi.exp: Likewise.
17895 * gdb.python/py-objfile-script.exp: Likewise
17896 * gdb.python/py-pp-integral.exp: Likewise.
17897 * gdb.python/py-pp-re-notag.exp: Likewise.
17898 * gdb.python/py-prettyprint.exp: Likewise.
17899 * gdb.python/py-section-script.exp: Likewise.
17900 * gdb.python/py-typeprint.exp: Likewise.
17901 * gdb.python/py-xmethods.exp: Likewise.
17902 * gdb.stabs/weird.exp: Likewise.
17903 * gdb.xml/tdesc-regs.exp: Likewise.
17904
bd286a29
KCY
179052014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17906
17907 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17908 (out_cu): Use addr_len for the size of addresses.
17909 (out_line): Likewise. Size DW_LNE_set_address instruction
17910 according to addr_len.
17911 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17912 (FUNC): Add START_INSNS to definition.
17913
673dc4a0
YQ
179142014-10-18 Yao Qi <yao@codesourcery.com>
17915
17916 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17917 gdb_has_argv0 return true.
17918 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17919 check [target_info exists noargs], check [gdb_has_argv0]
17920 instead.
17921 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17922 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17923 procedures.
17924
4ffbba72
DE
179252014-10-17 Doug Evans <dje@google.com>
17926
17927 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17928 event.
17929 * gdb.python/py-events.py: Add clear_objfiles event.
17930
d096d8c1
DE
179312014-10-17 Doug Evans <dje@google.com>
17932
17933 * gdb.python/py-objfile.exp: Test progspace attribute.
17934
a80db015
LM
179352014-10-17 Luis Machado <lgustavo@codesourcery.com>
17936
17937 * gdb.guile/scm-breakpoint.exp: Do not assume any
17938 directory separators when matching source file paths.
17939 * gdb.python/py-breakpoint.exp: Likewise.
17940 * gdb.reverse/break-precsave.exp: Likewise.
17941 * gdb.reverse/break-reverse.exp: Likewise.
17942 * gdb.reverse/consecutive-precsave.exp: Likewise.
17943 * gdb.reverse/finish-precsave.exp: Likewise.
17944 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17945 * gdb.reverse/finish-reverse.exp: Likewise.
17946 * gdb.reverse/i386-precsave.exp: Likewise.
17947 * gdb.reverse/i387-env-reverse.exp: Likewise.
17948 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17949 * gdb.reverse/machinestate-precsave.exp: Likewise.
17950 * gdb.reverse/machinestate.exp: Likewise.
17951 * gdb.reverse/sigall-precsave.exp: Likewise.
17952 * gdb.reverse/solib-precsave.exp: Likewise.
17953 * gdb.reverse/step-precsave.exp: Likewise.
17954 * gdb.reverse/until-precsave.exp: Likewise.
17955 * gdb.reverse/watch-precsave.exp: Likewise.
17956 * gdb.reverse/watch-reverse.exp: Likewise.
17957
b22089ab
YQ
179582014-10-17 Yao Qi <yao@codesourcery.com>
17959
17960 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17961 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17962
6c4486e6
PA
179632014-10-17 Pedro Alves <palves@redhat.com>
17964
17965 PR gdb/17471
17966 * gdb.base/bg-execution-repeat.c: New file.
17967 * gdb.base/bg-execution-repeat.exp: New file.
17968
0ff33695
PA
179692014-10-17 Pedro Alves <palves@redhat.com>
17970
17971 PR gdb/17300
17972 * gdb.base/continue-all-already-running.c: New file.
17973 * gdb.base/continue-all-already-running.exp: New file.
17974
6fdebc3d
PA
179752014-10-17 Pedro Alves <palves@redhat.com>
17976
17977 PR gdb/17472
17978 * gdb.base/annota-input-while-running.c: New file.
17979 * gdb.base/annota-input-while-running.exp: New file.
17980
32a8097b
PA
179812014-10-17 Pedro Alves <palves@redhat.com>
17982
17983 * gdb.base/callfuncs.exp: emove references to osf.
17984 * gdb.base/sigall.exp: Likewise.
17985 * gdb.gdb/selftest.exp: Likewise.
17986 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17987 * gdb.mi/non-stop.c: Likewise.
17988 * gdb.mi/pthreads.c: Likewise.
17989 * gdb.reverse/sigall-precsave.exp: Likewise.
17990 * gdb.reverse/sigall-reverse.exp: Likewise.
17991 * gdb.threads/pthreads.c: Likewise.
17992 * gdb.threads/pthreads.exp: Likewise.
17993
7a3517ff
YQ
179942014-10-17 Yao Qi <yao@codesourcery.com>
17995
17996 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17997 check 'target_info exists noargs'.
17998 (test_command_prompt_position): Likewise.
17999 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18000 Remove "set args".
18001 (progvar_simple_while_test): Likewise.
18002 (progvar_complex_if_while_test): Likewise.
18003 (if_while_breakpoint_command_test): Likewise.
18004 (infrun_breakpoint_command_test): Likewise.
18005 (breakpoint_command_test): Likewise.
18006 (watchpoint_command_test): Likewise.
18007 (bp_deleted_in_command_test): Likewise.
18008 (temporary_breakpoint_commands): Likewise.
18009
bb99c472
YQ
180102014-10-16 Yao Qi <yao@codesourcery.com>
18011
18012 * gdb.base/remotetimeout.exp: Remove noargs checking.
18013
7c16b83e
PA
180142014-10-15 Pedro Alves <palves@redhat.com>
18015
18016 PR breakpoints/9649
18017 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18018 * gdb.base/breakpoint-in-ro-region.exp
18019 (probe_target_hardware_step): New procedure.
18020 (top level): Probe hardware stepping and hardware breakpoint
18021 support. Test stepping through a read-only region, with both
18022 "breakpoint auto-hw" on and off and both "always-inserted" on and
18023 off.
18024
35a49624
IB
180252014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18026
18027 * gdb.dlang/demangle.exp: Update for demangling changes.
18028
2d1c107c
SC
180292014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18030
18031 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18032 * gdb.cp/non-trivial-retval.exp: Add new tests.
18033
778811d5
SC
180342014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18035
18036 PR c++/13403
18037 PR c++/15154
18038 * gdb.cp/non-trivial-retval.cc: New file.
18039 * gdb.cp/non-trivial-retval.exp: New file.
18040
10c5f0a8
YQ
180412014-10-15 Yao Qi <yao@codesourcery.com>
18042
18043 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18044 remote host.
18045
65d7b369
YQ
180462014-10-15 Yao Qi <yao@codesourcery.com>
18047
18048 * gdb.python/py-symbol.exp: Match file base name if host is
18049 remote, otherwise match file name with dir name.
18050 * gdb.python/py-symtab.exp: Likewise.
18051 * gdb.python/python.exp: Likewise.
18052
46dc1394
YQ
180532014-10-15 Yao Qi <yao@codesourcery.com>
18054
18055 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18056 pattern.
18057 * gdb.python/py-symtab.exp: Likewise.
18058 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18059 locationn.
18060
c40cc657
JB
180612014-10-14 Joel Brobecker <brobecker@adacore.com>
18062
18063 * gdb.ada/addr_arith: New testcase.
18064
2abf49e1
MR
180652014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18066
18067 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18068 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18069 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18070 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18071
f7088df3
SDJ
180722014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18073
18074 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18075 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18076 * gdb.arch/stap-eval-lang-ada.exp: New file.
18077
4dc06805
YQ
180782014-10-14 Yao Qi <yao@codesourcery.com>
18079
18080 * gdb.mi/mi-var-child.c (nothing1): New function.
18081 (nothing2): New function.
18082 (do_children_tests): Set function pointers by nothing1 and
18083 nothing2.
18084 * gdb.mi/mi-var-child.exp: Step over new added statements.
18085 Update test to match the new output.
18086 * gdb.mi/var-cmd.c (nothing1): New function.
18087 (nothing2): New function.
18088 (do_children_tests): Set function pointers by nothing1 and
18089 nothing2.
18090 * gdb.mi/mi-var-display.exp: Update test to match output.
18091 Step to the line specified by $line_dct_nothing.
18092 Increase the number of lines to step.
18093
46a93de2
YQ
180942014-10-14 Yao Qi <yao@codesourcery.com>
18095
18096 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18097 tests.
18098 * gdb.mi/mi2-var-child.exp: Likewise.
18099
14ea52ee
DE
181002014-10-13 Doug Evans <dje@google.com>
18101
18102 * gdb.python/py-objfile.exp: Change name of file name test.
18103
e5c6e92b
DE
181042014-10-13 Doug Evans <dje@google.com>
18105
18106 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18107 from the start of the CU.
18108
c780cc2f
JK
181092014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18110 Yao Qi <yao@codesourcery.com>
18111
18112 Fix "save breakpoints" for "catch" command.
18113 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18114 Remove -nonewline. Match also the added "main" line.
18115
99894e11
JK
181162014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18117
18118 Fix "save breakpoints" for "disable $bpnum" command.
18119 * gdb.base/save-bp.c (main): Add label.
18120 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18121
6e1ac5a3
JK
181222014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18123
18124 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18125
754dd2b0
YQ
181262014-10-11 Yao Qi <yao@codesourcery.com>
18127
18128 * gdb.server/server-kill.exp: Execute command
18129 "set remote trace-status-packet on" before "tstatus".
18130
f90183d7
YQ
181312014-10-11 Yao Qi <yao@codesourcery.com>
18132
18133 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18134 (main): Call getppid.
18135 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18136 and continue to it. Read variable "server_pid".
18137
bf40a607
YQ
181382014-10-11 Yao Qi <yao@codesourcery.com>
18139
18140 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18141
052ca370
YQ
181422014-10-11 Yao Qi <yao@codesourcery.com>
18143
18144 * gdb.threads/thread-find.exp: Don't execute command
18145 "info threads".
18146 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18147 * gdb.threads/linux-dp.exp: Don't check the condition
18148 $threads_created equals to zero.
18149
3831839c
PA
181502014-10-10 Pedro Alves <palves@redhat.com>
18151
18152 * gdb.base/bigcore.exp: Remove references to IRIX.
18153 * gdb.base/funcargs.exp: Likewise.
18154 * gdb.base/interrupt.exp: Likewise.
18155 * gdb.base/mips_pro.exp: Likewise.
18156 * gdb.base/nodebug.exp: Likewise.
18157 * gdb.base/setvar.exp: Likewise.
18158 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18159
8b9a549d
PA
181602014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18161 Pedro Alves <palves@redhat.com>
18162
18163 PR symtab/14466
18164 * gdb.base/vdso-warning.c: New file.
18165 * gdb.base/vdso-warning.exp: New file.
18166
d48ba5e8
DE
181672014-10-02 Doug Evans <dje@google.com>
18168
18169 * gdb.base/structs.c (main): Don't run forever.
18170
2278c276
PA
181712014-10-02 Pedro Alves <palves@redhat.com>
18172
18173 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18174 (top level) <stop threads 1, stop threads 2>: Use it.
18175
b57bacec
PA
181762014-10-02 Pedro Alves <palves@redhat.com>
18177
18178 * gdb.threads/break-while-running.exp (test): Add new
18179 'update_thread_list' argument. Skip "info threads" if false.
18180 (top level): Add new 'update_thread_list' axis.
18181
13fd3ff3
PA
181822014-10-02 Pedro Alves <palves@redhat.com>
18183
18184 PR breakpoints/17431
18185 * gdb.base/execl-update-breakpoints.c: New file.
18186 * gdb.base/execl-update-breakpoints.exp: New file.
18187
0fec99e8
PA
181882014-10-01 Pedro Alves <palves@redhat.com>
18189
18190 * gdb.base/breakpoint-in-ro-region.c: New file.
18191 * gdb.base/breakpoint-in-ro-region.exp: New file.
18192
2ddf4301
SM
181932014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18194
18195 * gdb.mi/mi-exit-code.exp: New file.
18196 * gdb.mi/mi-exit-code.c: New file.
18197
6a5f3f43
YQ
181982014-09-30 Yao Qi <yao@codesourcery.com>
18199
18200 * lib/prelink-support.exp (build_executable_own_libs): Error if
18201 the target isn't native.
18202
345bcc73
YQ
182032014-09-30 Yao Qi <yao@codesourcery.com>
18204
18205 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18206 false.
18207
a25a5a45
PA
182082014-09-22 Pedro Alves <palves@redhat.com>
18209
18210 * gdb.threads/break-while-running.exp: New file.
18211 * gdb.threads/break-while-running.c: New file.
18212
00ba3162
YQ
182132014-09-19 Yao Qi <yao@codesourcery.com>
18214
18215 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18216 Invoke test. Restart GDB with --readnow and invoke test again.
18217
c3b7b696
YQ
182182014-09-19 Yao Qi <yao@codesourcery.com>
18219
18220 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18221 proc set_breakpoint_on_gcd_function. Invoke
18222 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18223 invoke set_breakpoint_on_gcd_function again.
18224
2b4fd423
DE
182252014-09-18 Doug Evans <dje@google.com>
18226
18227 * gdb.dwarf2/symtab-producer.exp: New file.
18228
a5947601
SDJ
182292014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18230
18231 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18232 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18233 * gdb.base/global-var-nested-by-dso.c: Likewise.
18234 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18235
91c19059
SDJ
182362014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18237 Pedro Alves <palves@redhat.com>
18238
18239 * gdb.base/watch-bitfields.exp: Pass string other than test file
18240 name to prepare_for_testing.
18241 (watch): New procedure.
18242 (expect_watchpoint): Use with_test_prefix.
18243 (top level): Factor out tests to ...
18244 (test_watch_location, test_regular_watch): ... these new
18245 procedures, and use with_test_prefix and gdb_continue_to_end.
18246
bb9d5f81
PP
182472014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18248
18249 PR breakpoints/12526
18250 * gdb.base/watch-bitfields.exp: New file.
18251 * gdb.base/watch-bitfields.c: New file.
18252
635856f5
PA
182532014-09-16 Pedro Alves <palves@redhat.com>
18254
18255 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18256 software and hardware addresses, not software address against
18257 itself.
18258
7280ceea
PA
182592014-09-16 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18262 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18263
428b16bd
PA
182642014-09-16 Pedro Alves <palves@redhat.com>
18265
18266 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18267 files.
18268 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18269 "*-*-vxworks*" throughout.
18270 * gdb.base/break.exp: Likewise.
18271 * gdb.base/default.exp: Likewise.
18272 * gdb.base/scope.exp: Likewise.
18273 * gdb.base/sepdebug.exp: Likewise.
18274 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18275 throughout.
18276 * gdb.base/run.c: Likewise.
18277 * gdb.base/sepdebug.c: Likewise.
18278 * gdb.hp/gdb.aCC/run.c: Likewise.
18279 * gdb.reverse/until-reverse.c: Likewise.
18280 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18281
666d413c
YQ
182822014-09-16 Yao Qi <yao@codesourcery.com>
18283
18284 * boards/local-remote-host-native.exp: New file.
18285
57cbd724
DE
182862014-09-14 Doug Evans <xdje42@gmail.com>
18287
18288 * gdb.threads/queue-signal.c (thread_count): New variable.
18289 (thread_count_mutex, thread_count_condvar): New variables.
18290 (incr_thread_count, wait_all_threads_running): New functions.
18291 (main): Wait for all threads to be in their thread functions.
18292
81219e53
DE
182932014-09-13 Doug Evans <xdje42@gmail.com>
18294
18295 * gdb.threads/queue-signal.c: New file.
18296 * gdb.threads/queue-signal.exp: New file.
18297
3714cea7
DE
182982014-09-13 Doug Evans <xdje42@gmail.com>
18299
18300 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18301 be consistent with what default_gdb_init uses.
18302 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18303 the plain text of the prompt. Add some logging printfs.
18304 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18305
fa43b1d7
PA
183062014-09-12 Pedro Alves <palves@redhat.com>
18307
18308 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18309 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18310 * gdb.arch/i386-size-overlap.exp: Likewise.
18311 * gdb.arch/i386-size.exp: Likewise.
18312 * gdb.arch/i386-unwind.exp: Likewise.
18313 * gdb.base/a2-run.exp: Likewise.
18314 * gdb.base/break.exp: Likewise.
18315 * gdb.base/charset.exp: Likewise.
18316 * gdb.base/chng-syms.exp: Likewise.
18317 * gdb.base/commands.exp: Likewise.
18318 * gdb.base/dbx.exp: Likewise.
18319 * gdb.base/find.exp: Likewise.
18320 * gdb.base/funcargs.exp: Likewise.
18321 * gdb.base/jit-simple.exp: Likewise.
18322 * gdb.base/reread.exp: Likewise.
18323 * gdb.base/sepdebug.exp: Likewise.
18324 * gdb.base/step-bt.exp: Likewise.
18325 * gdb.cp/mb-inline.exp: Likewise.
18326 * gdb.cp/mb-templates.exp: Likewise.
18327 * gdb.objc/basicclass.exp: Likewise.
18328 * gdb.threads/killed.exp: Likewise.
18329
9d9bf2df
EBM
183302014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18331
18332 PR tdep/17379
18333 * gdb.arch/powerpc-stackless.S: New file.
18334 * gdb.arch/powerpc-stackless.exp: New file.
18335
1cf2f1b0
JK
183362014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18337
18338 * gdb.base/attach.c: Include unistd.h.
18339 (main): Call alarm. Add label postloop.
18340 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18341 gdb_breakpoint, gdb_continue_to_breakpoint.
18342 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18343
98880d46
PA
183442014-09-11 Pedro Alves <palves@redhat.com>
18345
18346 PR gdb/17347
18347 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18348 * gdb.base/attach.exp (test_command_line_attach_run): New
18349 procedure.
18350 (top level): Call it.
18351
4c92ff2c
PA
183522014-09-11 Pedro Alves <palves@redhat.com>
18353
18354 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18355 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18356 (do_command_attach_tests): Use spawn_wait_for_attach.
18357 * gdb.base/solib-overlap.exp: Likewise.
18358 * gdb.multi/multi-attach.exp: Likewise.
18359 * gdb.python/py-prompt.exp: Likewise.
18360 * gdb.python/py-sync-interp.exp: Likewise.
18361 * gdb.server/ext-attach.exp: Likewise.
18362
3adc1a7d
GKB
183632014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18364
18365 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18366 command in testcase. Simplify testcase.
18367
96334934
JB
183682014-09-10 Joel Brobecker <brobecker@adacore.com>
18369
18370 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18371
eb479039
JB
183722014-09-10 Joel Brobecker <brobecker@adacore.com>
18373
18374 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18375
deede10c
JB
183762014-09-10 Joel Brobecker <brobecker@adacore.com>
18377
18378 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18379
7828a5f5
JB
183802014-09-10 Joel Brobecker <brobecker@adacore.com>
18381
18382 * gdb.dwarf2/dynarr-ptr.c: New file.
18383 * gdb.dwarf2/dynarr-ptr.exp: New file.
18384
33aeebcf
MR
183852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18386
18387 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18388 of 30 rather than hardcoding 120 for a slow test case. Take the
18389 `gdb,timeout' target setting into account for this calculation.
18390 Don't extend the timeout for the test cases that don't need it.
18391
7b415901
MR
183922014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18393
18394 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18395 a factor of 2 for a slow test case. Take the `gdb,timeout'
18396 target setting into account for this calculation.
18397 * gdb.reverse/until-precsave.exp: Increase the timeout by
18398 a factor of 15 and 3 respectively rather than adding 120
18399 for a pair of slow test cases. Take the `gdb,timeout'
18400 target setting into account for this calculation.
18401
4a40f85a
MR
184022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18403
18404 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18405 timeout, don't pass one down to gdb_expect.
18406 (gdb_expect): Rework timeout selection.
18407
09635af7
MR
184082014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18409
18410 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18411 exception on timeout.
18412 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18413 (gdbserver_start_extended): Catch any `gdbserver_start' error
18414 exceptions.
18415 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18416 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18417 `gdbserver_gdb_load' error exceptions.
18418
2bdd10b7
MR
184192014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18420
18421 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18422 120 on waiting for the TCP socket to open.
18423
316935f0
DE
184242014-09-09 Doug Evans <xdje42@gmail.com>
18425
18426 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18427 _caller_matches, _any_caller_is, _any_caller_matches.
18428
83740597
DE
184292014-09-09 Doug Evans <xdje42@gmail.com>
18430
18431 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18432
4c122fc3
YQ
184332014-09-09 Yao Qi <yao@codesourcery.com>
18434
18435 * gdb.mi/mi-var-display.exp: Set print symbol off.
18436
a9f116cb
GKB
184372014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18438
18439 PR gdb/17035
18440 * gdb.base/commands.exp: Add tests to verify user-defined
18441 commands with empty bodies.
18442 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18443 python commands in `show user command`.
18444 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18445 scheme commands in `show user command`.
18446
c75bd3a2
JK
184472014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18448
18449 PR python/17355
18450 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18451 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18452 * gdb.python/py-framefilter-invalidarg.exp: New file.
18453 * gdb.python/py-framefilter-invalidarg.py: New file.
18454
faa42425
DE
184552014-09-06 Doug Evans <xdje42@gmail.com>
18456
18457 PR 15276
18458 * gdb.python/py-caller-is.c: New file.
18459 * gdb.python/py-caller-is.exp: New file.
18460
474ca4f6
SDJ
184612014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18462
18463 PR gdb/17235
18464 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18465 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18466
eb0b0463
SDJ
184672014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18468
18469 PR fortran/17237
18470 * gdb.fortran/print-formatted.exp: New file.
18471 * gdb.fortran/print-formatted.f90: Likewise.
18472
5f3b99cf
SS
184732014-09-03 Sasha Smundak <asmundak@google.com>
18474
18475 * gdb.python/py-frame.exp: Test Frame.read_register.
18476
7d793aa9
SDJ
184772014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18478
18479 PR python/16699
18480 * gdb.python/py-completion.exp: New file.
18481 * gdb.python/py-completion.py: Likewise.
18482
fb0576e9
DE
184832014-08-28 Doug Evans <dje@google.com>
18484
18485 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18486 eax,etc. are live with values set by gdb and thus the compiler can't
18487 use them.
18488 * gdb.arch/i386-pseudo.c (main): Ditto.
18489
ee92b0dd
DE
184902014-08-27 Doug Evans <dje@google.com>
18491
18492 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18493
6649db35
DE
184942014-08-25 Doug Evans <dje@google.com>
18495
18496 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18497 (main): Ditto.
18498
564b7600
DE
184992014-08-25 Doug Evans <dje@google.com>
18500
18501 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18502
3881fb67
YQ
185032014-08-24 Yao Qi <yao@codesourcery.com>
18504
18505 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18506 symbol off.
18507 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18508
a05a36a5
DE
185092014-08-22 Doug Evans <dje@google.com>
18510
18511 PR 17276
18512 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18513 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18514 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18515
7c343b48
YQ
185162014-08-22 Yao Qi <yao@codesourcery.com>
18517
18518 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18519 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18520 * gdb.python/python.exp: Likewise. Use .py file on the host
18521 instead of the build.
18522
22fd09ae
JK
185232014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18524
18525 * gdb.threads/gcore-stale-thread.c: New file.
18526 * gdb.threads/gcore-stale-thread.exp: New file.
18527
a8454a7c
PA
185282014-08-21 Pedro Alves <palves@redhat.com>
18529
18530 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18531 * gdb.base/gcore-relro-pie.exp: Likewise.
18532 * gdb.base/gcore-relro.exp: Likewise.
18533 * gdb.base/gcore.exp: Likewise.
18534 * gdb.base/print-symbol-loading.exp: Likewise.
18535 * gdb.threads/gcore-thread.exp: Likewise.
18536 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18537
2a31c623
PA
185382014-08-20 Pedro Alves <palves@redhat.com>
18539 Jan Kratochvil <jan.kratochvil@redhat.com>
18540
18541 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18542 configure.
18543 (EXPECT): Handle READ1 being set.
18544 (all): Depend on EXTRA_RULES.
18545 (check-read1, expect-read1, read1.so, read1): New rules.
18546 * README (Testsuite Parameters): Document the READ1 make variable.
18547 (Race detection): New section.
18548 * configure: Regenerate.
18549 * configure.ac: If build==host==target, and running under a
18550 GNU/glibc system, add read1 to the extra Makefile rules.
18551 (EXTRA_RULES): AC_SUBST it.
18552 * lib/read1.c: New file.
18553
d36430db
JB
185542014-08-20 Joel Brobecker <brobecker@adacore.com>
18555
18556 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18557 the handling of variables declared as a typedef to an array
18558 which a DW_AT_data_location attribute.
18559
9a0dc9e3
PA
185602014-08-19 Andrew Burgess <aburgess@broadcom.com>
18561 Pedro Alves <palves@redhat.com>
18562
18563 PR symtab/14604
18564 PR symtab/14605
18565 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18566 gdb_test.
18567
0718a8da
PA
185682014-08-19 Pedro Alves <palves@redhat.com>
18569
18570 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18571
13b448cd
YQ
185722014-08-19 Yao Qi <yao@codesourcery.com>
18573
18574 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18575 right line.
18576
1cbf5077
DB
185772014-08-18 David Blaikie <dblaikie@gmail.com>
18578
18579 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18580
bf0fae19
JB
185812014-08-18 Joel Brobecker <brobecker@adacore.com>
18582
18583 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18584 attribute in array range.
18585
3c8c5dcc
JB
185862014-08-18 Joel Brobecker <brobecker@adacore.com>
18587
18588 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18589
e66d4446
SC
185902014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18591
18592 PR c++/17132
18593 * gdb.cp/pr17132.cc: New file.
18594 * gdb.cp/pr17132.exp: New file.
18595
940df408
SC
185962014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18597
18598 * gdb.python/py-xmethods.py (A_getarrayind)
18599 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18600 Use 'print' with function call syntax.
18601 (E_method_matcher.match): Fix tab vs space indentation mixup.
18602
ebcc6c3a
YQ
186032014-08-15 Yao Qi <yao@codesourcery.com>
18604
18605 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18606 false.
18607
775e0f04
YQ
186082014-08-15 Yao Qi <yao@codesourcery.com>
18609
18610 * gdb.cp/casts.exp: Set print symbol off.
18611 * gdb.cp/class2.exp: Likewise.
18612 * gdb.cp/overload.exp: Likewise.
18613 * gdb.cp/templates.exp: Likewise.
18614
d769e349
DE
186152014-08-11 Doug Evans <dje@google.com>
18616
18617 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18618 (test_load_shlib): Update.
18619
20c6f1e1
YQ
186202014-08-09 Yao Qi <yao@codesourcery.com>
18621
18622 * gdb.base/display.exp: Invoke is_address_zero_readable.
18623 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18624 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18625 * gdb.base/hbreak-unmapped.exp: Return if
18626 is_address_zero_readable returns true.
18627 * gdb.base/signest.exp: Likewise.
18628 * gdb.base/signull.exp: Likewise.
18629 * gdb.base/sigbpt.exp: Likewise.
18630 * gdb.guile/scm-disasm.exp: Do the test if
18631 is_address_zero_readable returns false.
18632 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18633 * gdb.python/py-arch.exp: Likewise.
18634 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18635 * lib/gdb.exp (is_address_zero_readable): New proc.
18636
5792e8e3
YQ
186372014-08-09 Yao Qi <yao@codesourcery.com>
18638
18639 PR testsuite/13443
18640 * gdb.mi/mi-var-display.exp: Make test messages unique.
18641
3cecbbbe
TT
186422014-08-04 Tom Tromey <tromey@redhat.com>
18643
18644 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18645 target 0".
18646
00b51ff5
TT
186472014-08-04 Tom Tromey <tromey@redhat.com>
18648
18649 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18650 "target_resume".
18651
6908c509
JB
186522014-08-01 Joel Brobecker <brobecker@adacore.com>
18653
18654 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18655 inner_vla_struct_object_size.
18656 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18657 as xfail.
18658
cc6563d2
PA
186592014-07-30 Pedro Alves <palves@redhat.com>
18660
18661 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18662 comment.
18663
7e09a223
YQ
186642014-07-29 Yao Qi <yao@codesourcery.com>
18665
18666 PR gdb/17206
18667 * gdb.base/until-nodebug.exp: New.
18668
7ebdbe92
DE
186692014-07-28 Doug Evans <xdje42@gmail.com>
18670
18671 PR guile/17203
18672 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18673 previously existing parameter, and previously ambiguously spelled
18674 parameter.
18675
fdb1adc6
WN
186762014-07-28 Will Newton <will.newton@linaro.org>
18677
18678 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18679
186fcde0
DE
186802014-07-26 Ludovic Courtès <ludo@gnu.org>
18681 Doug Evans <xdje42@gmail.com>
18682
18683 PR guile/17146
18684 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18685
70509625
PA
186862014-07-25 Pedro Alves <palves@redhat.com>
18687
18688 * gdb.threads/signal-command-handle-nopass.c: New file.
18689 * gdb.threads/signal-command-handle-nopass.exp: New file.
18690 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18691 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18692 * gdb.threads/signal-delivered-right-thread.c: New file.
18693 * gdb.threads/signal-delivered-right-thread.exp: New file.
18694
c3f814a1
PA
186952014-07-25 Pedro Alves <palves@redhat.com>
18696
18697 * gdb.base/double-prompt-target-event-error.exp
18698 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18699 match.
18700 (cancel_pagination_in_target_event): Rework double prompt
18701 detection.
18702 * gdb.base/paginate-after-ctrl-c-running.exp
18703 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18704 <return>' match.
18705 * gdb.base/paginate-bg-execution.exp
18706 (test_bg_execution_pagination_return)
18707 (test_bg_execution_pagination_cancel): Remove '-notransfer
18708 <return>' matches.
18709 * gdb.base/paginate-execution-startup.exp
18710 (test_fg_execution_pagination_return)
18711 (test_fg_execution_pagination_cancel): Remove '-notransfer
18712 <return>' matches.
18713 * gdb.base/paginate-inferior-exit.exp
18714 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18715 match.
18716 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18717 * lib/gdb.exp (pagination_prompt): Run text through
18718 string_to_regexp.
18719 (gdb_test_multiple): Match $pagination_prompt instead of
18720 "<return>".
18721 (string_to_regexp): Move to lib/gdb-utils.exp.
18722
e214cf6c
JK
187232014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18724
18725 * gdb.arch/amd64-entry-value-paramref.S: New file.
18726 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18727 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18728 * gdb.arch/amd64-optimout-repeat.S: New file.
18729 * gdb.arch/amd64-optimout-repeat.c: New file.
18730 * gdb.arch/amd64-optimout-repeat.exp: New file.
18731
17d0c5c8
JK
187322014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18733
18734 PR gdb/17170
18735 * gdb.base/statistics.exp: New file.
18736
b8b8facf
DE
187372014-07-17 Doug Evans <dje@google.com>
18738
74b49205 18739 PR gdb/17170
b8b8facf
DE
18740 * gdb.base/maint.exp: Update testing of per-command stats.
18741
1b5d0ab3
PA
187422014-07-16 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18745 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18746 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18747 (tfile_write_buf): New functions.
18748 (add_memory_block): Rewrite using the above.
18749 (adjust_function_address): New function.
18750 (FUNCTION_ADDRESS): New macro.
18751 (write_basic_trace_file): Remove short_x local, and use
18752 tfile_write_16. Change type of func_addr local to unsigned long
18753 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18754 here. Cast argument of add_memory_block to char pointer.
18755 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18756 (main): Remove parameters.
18757 * gdb.trace/tfile.exp: Remove nowarnings.
18758
4d974e88
SM
187592014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18760
18761 * gdb.base/debug-expr.exp: Test string evaluation with
18762 "debug expression" on.
18763
41e99568
PA
187642014-07-15 Pedro Alves <palves@redhat.com>
18765
18766 * gdb.base/reread.exp: Use clean_restart.
18767
487d9753
PL
187682014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18769
18770 * gdb.arch/avr-flash-qualifer.c: New.
18771 * gdb.arch/avr-flash-qualifer.exp: New.
18772
cc1c52ad
PA
187732014-07-14 Pedro Alves <palves@redhat.com>
18774
18775 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18776 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18777
1e973570
PA
187782014-07-14 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/double-prompt-target-event-error.c: New file.
18781 * gdb.base/double-prompt-target-event-error.exp: New file.
18782
93d6eb10
PA
187832014-07-14 Pedro Alves <palves@redhat.com>
18784
18785 PR gdb/17072
18786 * gdb.base/paginate-inferior-exit.c: New file.
18787 * gdb.base/paginate-inferior-exit.exp: New file.
18788
0017922d
PA
187892014-07-14 Pedro Alves <palves@redhat.com>
18790
18791 PR gdb/17072
18792 * gdb.base/paginate-bg-execution.c: New file.
18793 * gdb.base/paginate-bg-execution.exp: New file.
18794
94696ad3
PA
187952014-07-14 Pedro Alves <palves@redhat.com>
18796
18797 PR gdb/17072
18798 * gdb.base/paginate-execution-startup.c: New file.
18799 * gdb.base/paginate-execution-startup.exp: New file.
18800 * lib/gdb.exp (pagination_prompt): New global.
18801 (default_gdb_spawn): New procedure, factored out from
18802 default_gdb_spawn.
18803 (default_gdb_start): Adjust to call default_gdb_spawn.
18804 (gdb_spawn): New procedure.
18805
bd293940
PA
188062014-07-14 Pedro Alves <palves@redhat.com>
18807
18808 * lib/gdb.exp (gdb_assert): New procedure.
18809 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18810
c933f875
PA
188112014-07-14 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.base/execution-termios.c: New file.
18814 * gdb.base/execution-termios.exp: New file.
18815
d98b7a16
TT
188162014-07-14 Tom Tromey <tromey@redhat.com>
18817
18818 * gdb.cp/vla-cxx.cc: New file.
18819 * gdb.cp/vla-cxx.exp: New file.
18820
548740d6
TT
188212014-07-14 Tom Tromey <tromey@redhat.com>
18822
18823 * gdb.reverse/rerun-prec.c: New file.
18824 * gdb.reverse/rerun-prec.exp: New file.
18825
a25eb028
MR
188262014-07-12 Maciej W. Rozycki <macro@mips.com>
18827 Maciej W. Rozycki <macro@codesourcery.com>
18828
18829 * lib/gdb-utils.exp: New file.
18830 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18831 inline `gdb_init_command' processing.
18832 (gdb_start_cmd): Likewise.
18833 * lib/mi-support.exp (mi_run_cmd): Likewise.
18834 * README: Document `gdb_init_command' and `gdb_init_commands'.
18835
218c2655
JK
188362014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18837
18838 Fix false FAIL running under a very long directory name.
18839 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18840 and "set print elements 10000". Twice.
18841
5401fde3
YQ
188422014-07-11 Yao Qi <yao@codesourcery.com>
18843
18844 * gdb.base/exprs.exp: "set print symbol off".
18845
e76126e8
PA
188462014-07-11 Pedro Alves <palves@redhat.com>
18847
18848 * gdb.threads/kill.c: New file.
18849 * gdb.threads/kill.exp: New file.
18850
2d6f0de6
YQ
188512014-07-10 Yao Qi <yao@codesourcery.com>
18852
18853 * gdb.trace/tfile.c (write_basic_trace_file)
18854 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18855 address written to trace file.
18856
7180e04a
PA
188572014-07-09 Pedro Alves <palves@redhat.com>
18858
18859 * gdb.base/attach-wait-input.exp: New file.
18860 * gdb.base/attach-wait-input.c: New file.
18861
9a9a7608
AB
188622014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18863
18864 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18865 setting up test structures.
18866 (main): Call new test function.
18867 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18868 test function, continue into test function and walk test
18869 structures.
18870
161ac41e
YQ
188712014-07-02 Yao Qi <yao@codesourcery.com>
18872
18873 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18874 'bar_start' at the beginning of functions 'foo' and 'bar'
18875 respectively.
18876 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18877 instead of 'foo' and 'bar'.
18878
1f267ae3
MM
188792014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18880
18881 * gdb.btrace/segv.exp: New.
18882 * gdb.btrace/segv.c: New.
18883
2b239efb
LM
188842014-07-02 Luis Machado <lgustavo@codesourcery.com>
18885
18886 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18887 instruction.
18888
cf363f18
MW
188892014-06-30 Mark Wielaard <mjw@redhat.com>
18890
18891 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18892 vulture, vilify, villar): New volatile array constants.
18893 (vindictive, vegetation): New const volatile array constants.
18894 * gdb.base/volatile.exp: Test volatile and const volatile array
18895 types.
18896
aebf9d24
AA
188972014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18898
18899 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18900 target lacks support for awatch, rwatch, or hbreak.
18901
b67a2c6f
YQ
189022014-06-27 Yao Qi <yao@codesourcery.com>
18903
18904 * gdb.multi/dummy-frame-restore.exp: New.
18905 * gdb.multi/dummy-frame-restore.c: New.
18906
aef92902
MM
189072014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18908
18909 * gdb.btrace/gcore.exp: New.
18910
8e9db26e
PA
189112014-06-23 Pedro Alves <palves@redhat.com>
18912
18913 * gdb.base/watchpoint-reuse-slot.c: New file.
18914 * gdb.base/watchpoint-reuse-slot.exp: New file.
18915
70afc5b7
SC
189162014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18917
18918 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18919 progspace's filename in 'info', 'enable' and 'disable' command
18920 tests.
18921
b972bd9c
JK
189222014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18923
18924 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18925 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18926 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18927
125f8a3d
GB
189282014-06-20 Gary Benson <gbenson@redhat.com>
18929
18930 * gdb.arch/i386-avx.exp: Fix include file location.
18931 * gdb.arch/i386-sse.exp: Likewise.
18932
3ed9baed
IB
189332014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18934
18935 * gdb.dlang/expression.exp: New file.
18936
034f788c
PA
189372014-06-19 Pedro Alves <palves@redhat.com>
18938
18939 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18940 out from ...
18941 (top level): ... here. Iterate running tests under different
18942 scheduler-locking settings.
18943
45371d0c
LM
189442014-06-18 Luis Machado <lgustavo@codesourcery.com>
18945
18946 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18947 to DW_FORM_addr and use non-zero addresses.
18948
5d376983
SC
189492014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18950
18951 PR gdb/17017
18952 * gdb.python/py-xmethods.cc: Add global function call counters and
18953 increment them in their respective functions. Remove "cout"
18954 statements.
18955 * gdb.python/py-xmethods.exp: Make tests check the global function
18956 call counters instead of depending on inferior IO.
18957
a1aa2221
LM
189582014-06-18 Don Breazeal <donb@codesourcery.com>
18959
18960 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18961 Deleted procedure.
18962 (explicit_fork_parent_follow): Deleted procedure.
18963 (explicit_fork_child_follow): Deleted procedure.
18964 (test_follow_fork): New procedure.
18965 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18966 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18967 procedure calls.
18968
0fc05997
YQ
189692014-06-17 Yao Qi <yao@codesourcery.com>
18970
18971 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18972 CP1252.
18973
70795c52
LM
189742014-06-17 Luis Machado <lgustavo@codesourcery.com>
18975
18976 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18977 Initialize ptr and S explicitly.
18978 (skip_type_update_when_not_use_rtti_test): Likewise.
18979
6be47f0c
KS
189802014-06-16 Keith Seitz <keiths@redhat.com>
18981
18982 PR mi/15863
18983 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18984 the inferior is started.
18985
d03de421
PA
189862014-06-16 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/break-main-file-remove-fail.c: New file.
18989 * gdb.base/break-main-file-remove-fail.exp: New file.
18990 * gdb.base/break-unload-file.exp: Use build_executable instead of
18991 prepare_for_testing.
18992 (test_break): New parameter "initial_load". Handle it.
18993 (top level): Add initial_load cmdline/file axis.
18994
f9579b99
TT
189952014-06-12 Tom Tromey <tromey@redhat.com>
18996
18997 * gdb.base/completion.exp: Don't use directory name in test.
18998
3657956b
GB
189992014-06-09 Gary Benson <gbenson@redhat.com>
19000
19001 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19002 separate the always-available ANSI-standard signals from the
19003 signals that require checking.
19004 (main): Likewise.
19005 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19006 Likewise.
19007 (main): Likewise.
19008
4186eb54
KS
190092014-06-07 Keith Seitz <keiths@redhat.com>
19010
19011 Revert:
19012 PR c++/16253
19013 * gdb.cp/var-tag.cc: New file.
19014 * gdb.cp/var-tag.exp: New file.
19015 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19016 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19017 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19018 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19019
25326a28 190202014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19021
19022 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19023
829155c9
PA
190242014-06-06 Pedro Alves <palves@redhat.com>
19025
19026 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19027 in target debug output instead of looking at RSP packets,
19028 disabling the test on any target that uses hardware stepping.
19029 Update comments.
19030
61c8d22e
PA
190312014-06-06 Pedro Alves <palves@redhat.com>
19032
19033 * gdb.base/break-unload-file.exp: Fix typo.
19034
d9a47287
YQ
190352014-06-06 Yao Qi <yao@codesourcery.com>
19036
19037 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19038 from "jit_function" to "^jit_function".
19039
e5e01dbf
YQ
190402014-06-06 Yao Qi <yao@codesourcery.com>
19041
19042 * gdb.base/async.c (foo): Add one statement.
19043 * gdb.base/async.exp: Get the next instruction address and
19044 match the output of "nexti" by instruction address. Match
19045 the hex address in the output of "finish".
19046
73ba372c
GB
190472014-06-06 Gary Benson <gbenson@redhat.com>
19048
19049 * gdb.base/call-signals.c: Remove preprocessor conditionals
19050 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19051 SIGSEGV and SIGTERM.
19052 * gdb.base/sigall.c: Likewise.
19053 * gdb.base/unwindonsignal.c: Likewise.
19054 * gdb.reverse/sigall-reverse.c: Likewise.
19055
831517df
YQ
190562014-06-06 Yao Qi <yao@codesourcery.com>
19057
19058 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19059 readable, skip the test.
19060
b8b91e98
YQ
190612014-06-06 Yao Qi <yao@codesourcery.com>
19062
19063 * gdb.threads/staticthreads.c (thread_function): Move the line
19064 setting breakpoint on forward.
19065 * gdb.threads/staticthreads.exp: Update comments.
19066
fb934770
LC
190672014-06-05 Ludovic Courtès <ludo@gnu.org>
19068
19069 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19070 "history-append! type error".
19071
6ef284bd
SM
190722014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19073
19074 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19075 erroneous dprintf expected input.
19076
a872e241
DE
190772014-06-04 Doug Evans <xdje42@gmail.com>
19078
19079 * gdb.guile/scm-generics.exp: Delete.
19080
16f691fb
DE
190812014-06-04 Doug Evans <xdje42@gmail.com>
19082
19083 * gdb.guile/scm-breakpoint.exp: Update.
19084 Add tests for breakpoint registration.
19085
012370f6
TT
190862014-06-04 Tom Tromey <tromey@redhat.com>
19087
19088 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19089 VLA-in-union.
19090 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19091 inner_vla_struct, vla_union types. Initialize objects of those
19092 types and compute their sizes.
19093
9f5a4cef
HZ
190942014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19095 Hui Zhu <hui@codesourcery.com>
19096
19097 * gdb.base/fileio.exp: Add test for shell not available as well as
19098 available.
19099 * gdb.base/fileio.c (test_system): Check for shell twice.
19100
90a45c4d
YQ
191012014-06-04 Yao Qi <yao@codesourcery.com>
19102
19103 * gdb.base/auto-connect-native-target.exp: Remove redundant
19104 space from the regexp pattern.
19105
70017e41
YQ
191062014-06-04 Yao Qi <yao@codesourcery.com>
19107
19108 * gdb.base/default.exp: Replace "child" with "native" in
19109 regexp pattern.
19110
883964a7
SC
191112014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19112
19113 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19114 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19115 * gdb.python/py-xmethods.py: Python script supporting the
19116 new testcase and tests.
19117
ef370185
JB
191182014-06-03 Joel Brobecker <brobecker@adacore.com>
19119 Pedro Alves <palves@redhat.com>
19120
19121 PR breakpoints/17000
19122 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19123 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19124
1e2ccb61
BM
191252014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19126
19127 * gdb.base/subst.exp: Add tests to verify partial path matching
19128 output.
19129
c6ec5ab2
PA
191302014-06-03 Pedro Alves <palves@redhat.com>
19131
19132 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19133 target that doesn't use software single-stepping.
19134
835c559f
PA
191352014-06-03 Pedro Alves <palves@redhat.com>
19136
19137 PR breakpoints/17000
19138 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19139 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19140
06eb1586
DE
191412014-06-02 Doug Evans <xdje42@gmail.com>
19142
19143 * gdb.guile/scm-parameter.exp: New file.
19144
e698b8c4
DE
191452014-06-02 Doug Evans <xdje42@gmail.com>
19146
19147 * gdb.guile/scm-cmd.c: New file.
19148 * gdb.guile/scm-cmd.exp: New file.
19149
ded03782
DE
191502014-06-02 Doug Evans <xdje42@gmail.com>
19151
19152 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19153 pretty-printer lookup.
19154 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19155 (make-pp_s-printer): Call it.
19156 (make-pretty-printer-from-dict): New function.
19157 (lookup-pretty-printer-maker-from-dict): New function.
19158 (*pretty-printer*): Simplify.
19159 (make-objfile-pp_s-printer): New function.
19160 (install-objfile-pretty-printers!): New function.
19161 (make-progspace-pp_s-printer): New function.
19162 (install-progspace-pretty-printers!): New function.
19163 * gdb.guile/scm-progspace.c: New file.
19164 * gdb.guile/scm-progspace.exp: New file.
19165
41fac0cf
PA
191662014-06-02 Pedro Alves <palves@redhat.com>
19167
19168 * gdb.base/dprintf-bp-same-addr.c: New file.
19169 * gdb.base/dprintf-bp-same-addr.exp: New file.
19170
96ae5695
EBM
191712014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19172
19173 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19174 * gdb.arch/powerpc-power.s: Likewise.
19175
da02b3a8
JB
191762014-06-02 Joel Brobecker <brobecker@adacore.com>
19177
19178 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19179
c72b2e7b
YQ
191802014-06-01 Yao Qi <yao@codesourcery.com>
19181
19182 * gdb.base/watchpoint.exp (test_watch_location): Check null
19183 pointer can be dereferenced. If not, do the test, otherwise
19184 skip it.
19185
53e8a631
AB
191862014-05-30 Andrew Burgess <aburgess@broadcom.com>
19187
19188 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19189 results.
19190 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19191
938f0e2f
AB
191922014-05-30 Andrew Burgess <aburgess@broadcom.com>
19193
19194 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19195 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19196 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19197 * gdb.arch/amd64-invalid-stack-top.c: New file.
19198 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19199
9ba6657a
PA
192002014-05-30 Pedro Alves <palves@redhat.com>
19201
19202 PR breakpoints/17000
19203 * gdb.base/sss-bp-on-user-bp.c: New file.
19204 * gdb.base/sss-bp-on-user-bp.exp: New file.
19205
522c09bf
DB
192062014-05-30 David Blaikie <dblaikie@gmail.com>
19207
19208 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19209 gnu_inline semantics via attribute.
19210 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19211 source explicitly specifies the required semantics.
19212
bf4ef81e
MR
192132014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19214
19215 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19216
329ea579
PA
192172014-05-29 Pedro Alves <palves@redhat.com>
19218 Tom Tromey <tromey@redhat.com>
19219
19220 * gdb.base/async-shell.exp: Don't enable target-async.
19221 * gdb.base/async.exp
19222 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19223 parameter. Adjust.
19224 (top level): Don't test with "target-async".
19225 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19226 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19227 * gdb.base/inferior-died.exp: Don't enable target-async.
19228 * gdb.base/interrupt-noterm.exp: Likewise.
19229 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19230 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19231 * gdb.mi/mi-nonstop.exp: Likewise.
19232 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19233 * gdb.mi/mi-nsintrall.exp: Likewise.
19234 * gdb.mi/mi-nsmoribund.exp: Likewise.
19235 * gdb.mi/mi-nsthrexec.exp: Likewise.
19236 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19237 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19238 * gdb.python/py-evsignal.exp: Don't enable target-async.
19239 * gdb.python/py-evthreads.exp: Likewise.
19240 * gdb.python/py-prompt.exp: Likewise.
19241 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19242 * gdb.server/solib-list.exp: Don't enable target-async.
19243 * gdb.threads/thread-specific-bp.exp: Likewise.
19244 * lib/mi-support.exp: Adjust to use mi-async.
19245
fd664c91
PA
192462014-05-29 Pedro Alves <palves@redhat.com>
19247
19248 PR gdb/13860
19249 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19250 reason, even in sync mode.
19251
251bde03
PA
192522014-05-29 Pedro Alves <palves@redhat.com>
19253 Hui Zhu <hui@codesourcery.com>
19254
19255 PR PR15693
19256 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19257 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19258 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19259 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19260
7f3c0343
JB
192612014-05-28 Joel Brobecker <brobecker@adacore.com>
19262
19263 * config/monitor.exp (gdb_target_monitor): Replace use of
19264 "set remotebaud" by "set serial baud".
19265
b2715b27
AW
192662014-05-26 Andy Wingo <wingo@igalia.com>
19267
19268 * gdb.guile/scm-breakpoint.exp:
19269 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19270 properties instead of gdb-object-properties.
19271
498a4489
YQ
192722014-05-26 Yao Qi <yao@codesourcery.com>
19273
19274 * gdb.server/no-thread-db.exp: Specify source file name
19275 explicitly when setting a breakpoint.
19276
589fdceb
MM
192772014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19278
19279 * gdb.btrace/vdso.c: New.
19280 * gdb.btrace/vdso.exp: New.
19281
e9089e05
MM
192822014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19283
19284 * gdb.base/gcore.exp (capture_command_output): Move ...
19285 * lib/gdb.exp (capture_command_output): ... here.
19286
67b5c0c1
MM
192872014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19288
19289 * gdb.btrace/data.exp: Test memory access during btrace replay.
19290
a2199296
SM
192912014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19292
19293 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19294
17b2616c
PA
192952014-05-21 Pedro Alves <palves@redhat.com>
19296
19297 PR gdb/13860
19298 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19299 (top level): Test that output related to execution commands is
19300 sent to the console with CLI commands, but not with MI commands.
19301 Test that breakpoint events are always mirrored to the console.
19302 Also expect the new source line to be output after a "next" in
19303 async mode too. Make it a pass/fail test.
19304 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19305 output.
19306 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19307
5166082f
PA
193082014-05-21 Pedro Alves <palves@redhat.com>
19309
19310 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19311 Use them to test variations of "list" after reaching a breakpoint.
19312 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19313 Test "list" with listsize 10 after reaching a breakpoint.
19314 * gdb.python/python.exp (decode_line current location line
19315 number): Adjust expected line number.
19316
2f25d70f
SM
193172014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19318
19319 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19320 behavior for $args, pass it directly to "run".
19321
ff604a67
MR
193222014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19323
19324 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19325 30000 to 65536.
19326
6a3cb8e8
PA
193272014-05-21 Pedro Alves <palves@redhat.com>
19328
19329 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19330 auto-connect-native-target off".
19331 * gdb.base/auto-connect-native-target.c: New file.
19332 * gdb.base/auto-connect-native-target.exp: New file.
19333
4ebfc96e
PA
193342014-05-21 Pedro Alves <palves@redhat.com>
19335
19336 * gdb.base/default.exp: Test "target native" instead of "target
19337 child".
19338
36d46afb
MW
193392014-05-21 Mark Wielaard <mjw@redhat.com>
19340
19341 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19342
5876f503
JK
193432014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19344
19345 Fix TLS access for -static -pthread.
19346 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19347 <HAVE_TLS> (thread_function, main): Initialize it.
19348 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19349 Add clean_restart.
19350 <$have_tls != "">: Check TLSVAR.
19351
0256a6ac
PA
193522014-05-21 Pedro Alves <palves@redhat.com>
19353
19354 * gdb.base/dcache-line-read-error.c: New.
19355 * gdb.base/dcache-line-read-error.exp: New.
19356
936d2992
PA
193572014-05-20 Pedro Alves <palves@redhat.com>
19358
19359 * gdb.base/compare-sections.c: New file.
19360 * gdb.base/compare-sections.exp: New file.
19361
802e8e6d
PA
193622014-05-20 Pedro Alves <palves@redhat.com>
19363
19364 * gdb.base/break-idempotent.c: New file.
19365 * gdb.base/break-idempotent.exp: New file.
19366
e59fa00f
MM
193672014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19368
19369 * gdb.btrace/nohist.exp: New.
19370
8b696e31
YQ
193712014-05-20 Yao Qi <yao@codesourcery.com>
19372
19373 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19374 gdb.reverse directory and gdb_reverse_timeout exists in board
19375 setting.
19376 * README: Document gdb_reverse_timeout.
19377
73c9764f
YQ
193782014-05-20 Yao Qi <yao@codesourcery.com>
19379
19380 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19381 'test_file_name'. Treat args as a string instead of a list.
19382 (gdb_init): Rename argument 'args' by 'test_file_name'.
19383
f1f4348a
JK
193842014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19385
19386 * gdb.arch/powerpc-power.exp: New file.
19387 * gdb.arch/powerpc-power.s: New file.
19388
0dbe70ce
DE
193892014-05-16 Doug Evans <dje@google.com>
19390
19391 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19392 * gdb.base/completion.exp: Check that all expected files exist
19393 before doing file completion.
0dbe70ce 19394
8d551b02
DE
193952014-05-16 Doug Evans <dje@google.com>
19396
19397 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19398 Update.
19399 (do_syscall_tests_without_xml): Update.
19400
73eb7709
PA
194012014-05-16 Pedro Alves <palves@redhat.com>
19402
19403 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19404 instead of "unknown output after running".
19405
3fae92fc
YQ
194062014-05-16 Yao Qi <yao@codesourcery.com>
19407
19408 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19409 file1.txt from host at the end.
19410 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19411
c2b2ccc5
DE
194122014-05-15 Doug Evans <dje@google.com>
19413
19414 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19415 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19416 loading file. Add test for TU lookup.
19417
8c217a4b
SM
194182014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19419
19420 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19421 calling "-exec-arguments" or "set args" before running the
19422 inferior.
19423
3deb39c6
SM
194242014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19425
19426 * lib/mi-support.exp (mi_expect_stop): Expect message for
19427 inferiors that exit with non-zero exit code.
19428
71a79f8c
YQ
194292014-05-14 Yao Qi <yao@codesourcery.com>
19430
19431 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19432 match absolute path on remote host.
19433 (test_file_list_exec_source_files): Remove "/" from the
19434 pattern.
19435
f23fcd46
YQ
194362014-05-14 Yao Qi <yao@codesourcery.com>
19437
19438 * boards/local-remote-host-notty.exp (${board}_file): New
19439 proc.
19440
9404b58f
KM
194412014-05-07 Kyle McMartin <kyle@redhat.com>
19442
19443 Pushed by Joel Brobecker <brobecker@adacore.com>.
19444 * gdb.arch/aarch64-atomic-inst.c: New file.
19445 * gdb.arch/aarch64-atomic-inst.exp: New file.
19446
5e45f04c
YQ
194472014-05-07 Yao Qi <yao@codesourcery.com>
19448
19449 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19450 in current context" too.
19451
c888a17d
KS
194522014-05-05 Keith Seitz <keiths@redhat.com>
19453
19454 * gdb.linespec/ls-dollar.exp: Add test for linespec
19455 file:convenience_variable.
19456
290a839c
YQ
194572014-05-05 Yao Qi <yao@codesourcery.com>
19458
19459 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19460 traceframes into tfile and ctf trace files. Read data from
19461 trace file and test collected data.
19462 (gdb_collect_locals_test): Likewise.
19463 (gdb_unavailable_registers_test): Likewise.
19464 (gdb_unavailable_floats): Likewise.
19465 (gdb_collect_globals_test): Likewise.
19466 (top-level): Append "ctf" to trace_file_targets if GDB
19467 supports.
19468
b5262cd0
YQ
194692014-05-05 Yao Qi <yao@codesourcery.com>
19470
19471 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19472 code to ...
19473 (gdb_collect_args_test_1): ... it. New proc.
19474 (gdb_collect_locals_test): Move some code to ...
19475 (gdb_collect_locals_test_1): ... it. New proc.
19476 (gdb_unavailable_registers_test): Move some code to ...
19477 (gdb_unavailable_registers_test_1): ... it. New proc.
19478 (gdb_unavailable_floats): Move some code to ...
19479 (gdb_unavailable_floats_1): ... it. New proc.
19480
30a1e6cc
SDJ
194812014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19482
19483 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19484 probes to test for bitness recognition.
19485 * gdb.arch/amd64-stap-optional-prefix.exp
19486 (test_probe_value_without_reg): New procedure.
19487 Add code to test for different kinds of bitness.
19488
f33da99a
SDJ
194892014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19490
19491 PR breakpoints/16889
19492 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19493 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19494
5b80f00d
PA
194952014-05-01 Pedro Alves <palves@redhat.com>
19496
19497 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19498 gdb_file_cmd if no file is specified.
19499 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19500 last_loaded_file to set the remote exec-file.
19501
f8c2a73c
PA
195022014-05-01 Pedro Alves <palves@redhat.com>
19503
19504 * boards/local-remote-host.exp: New file.
19505
be6e8ac7
PA
195062014-05-01 Pedro Alves <palves@redhat.com>
19507
19508 * boards/local-remote-host.exp: Rename to ...
19509 * boards/local-remote-host-notty.exp: ... this.
19510
cac0dc8f
JB
195112014-04-28 Joel Brobecker <brobecker@adacore.com>
19512
19513 * gdb.ada/dyn_arrayidx: New testcase.
19514
9730e6cc
YQ
195152014-04-26 Yao Qi <yao@codesourcery.com>
19516
19517 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19518 and compute the length of function main. Save it in
19519 $main_length.
19520 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19521 (top-level): Use gdb_compile to compile objects into
19522 executable and restart GDB. Remove invocation to
19523 prepare_for_testing.
19524
7ae1a6a6
PA
195252014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19526 Pedro Alves <palves@redhat.com>
19527
19528 PR server/16255
19529 * gdb.multi/multi-attach.c: New file.
19530 * gdb.multi/multi-attach.exp: New file.
19531
4082afcc
PA
195322014-04-25 Pedro Alves <palves@redhat.com>
19533
19534 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19535 user.
19536 (top level): Test that "set remote conditional-breakpoints-packet
19537 off" works as intended.
19538 * gdb.base/dprintf.exp: Test that "set remote
19539 breakpoint-commands-packet off" works as intended.
19540 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19541 New function.
19542 (top level): Call it.
19543 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19544 remote fast-tracepoints-packet off" works as intended.
19545 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19546 * lib/gdb.exp (gdb_is_target_remote): ... here.
19547
2abc3f8d
DB
195482014-04-24 David Blaikie <dblaikie@gmail.com>
19549
19550 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19551 ensure clang would not discard them.
19552 * gdb.base/gdbvars.c: Ditto.
19553 * gdb.base/memattr.c: Ditto.
19554 * gdb.base/whatis.c: Ditto.
19555 * gdb.python/py-prettyprint.c: Ditto.
19556 * gdb.trace/actions.c: Ditto.
19557 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19558 ensure clang would not discard it.
19559
bfd39632
DB
195602014-04-24 David Blaikie <dblaikie@gmail.com>
19561
19562 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19563 clang to emit the full definition of type required by the test
19564 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19565
22842ff6
DB
195662014-04-24 David Blaikie <dblaikie@gmail.com>
19567
19568 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19569 coax Clang into emitting the definition of the type.
19570 * gdb.cp/pr10728-x.h (y): Ditto.
19571 * gdb.cp/pr10728-y.cc (y): Ditto.
19572
c2e827ad
DB
195732014-04-24 David Blaikie <dblaikie@gmail.com>
19574
19575 * gdb.base/label.exp: XFAIL label related tests under Clang.
19576 * gdb.cp/cplabel.exp: Ditto.
19577 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19578 under Clang those using labels.
19579
4c2d33e7
YQ
195802014-04-25 Yao Qi <yao@codesourcery.com>
19581
19582 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19583 double_label.
19584 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19585 partial_label and double_label.
19586
56083b99
DB
195872014-04-24 David Blaikie <dblaikie@gmail.com>
19588
19589 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19590
25d4e99d
DB
195912014-04-24 David Blaikie <dblaikie@gmail.com>
19592
19593 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19594 of the function to work across GCC and Clang.
19595 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19596 pointer types (const void ** const V void **).
19597
01f9f808
MS
195982014-04-24 Michael Sturm <michael.sturm@mintel.com>
19599 Walfred Tedeschi <walfred.tedeschi@intel.com>
19600
19601 * Makefile.in (EXECUTABLES): Added i386-avx512.
19602 * gdb.arch/i386-avx512.c: New file.
19603 * gdb.arch/i386-avx512.exp: Likewise.
19604
4b48d439
KS
196052014-04-23 Keith Seitz <keiths@redhat.com>
19606
19607 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19608 (mi_make_breakpoint_table): New procedure.
19609 (mi_create_breakpoint): Use mi_make_breakpoint
19610 and return the result.
19611 (mi_make_breakpoint): New procedure.
19612 (mi_build_kv_pairs): New procedure.
19613
19614 * gdb.mi/mi-break.exp: Remove unused globals,
19615 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19616 All callers updated.
19617 * gdb.mi/mi-dprintf.exp: Use variable to track command
19618 number.
19619 Update all callers of mi_create_breakpoint and use
19620 mi_make_breakpoint_table.
19621 Remove any unused global variables.
19622 * gdb.mi/mi-nonstop.exp: Likewise.
19623 * gdb.mi/mi-nsintrall.exp: Likewise.
19624 * gdb.mi/mi-nsmoribund.exp: Likewise.
19625 * gdb.mi/mi-nsthrexec.exp: Likewise.
19626 * gdb.mi/mi-reverse.exp: Likewise.
19627 * gdb.mi/mi-simplerun.exp: Likewise.
19628 * gdb.mi/mi-stepn.exp: Likewise.
19629 * gdb.mi/mi-syn-frame.exp: Likewise.
19630 * gdb.mi/mi-until.exp: Likewise.
19631 * gdb.mi/mi-var-cp.exp: Likewise.
19632 * gdb.mi/mi-var-display.exp: Likewise.
19633 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19634 * gdb.mi/mi2-var-child.exp: Likewise.
19635 * gdb.mi/mi-vla-c99.exp: Likewise.
19636 * lib/mi-support.exp: Likewise.
19637
19638 From Ian Lance Taylor <iant@cygnus.com>:
19639 * lib/gdb.exp (parse_args): New procedure.
19640
08351840
PA
196412014-04-23 Pedro Alves <palves@redhat.com>
19642
19643 * gdb.base/break-unload-file.c: New file.
19644 * gdb.base/break-unload-file.exp: New file.
19645 * gdb.base/sym-file-lib.c (baz): New function.
19646 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19647 field.
19648 (load): Store the segment's mapped size.
19649 (unload): New function.
19650 (unload_shlib): New function.
19651 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19652 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19653 set a breakpoint at baz, and call it.
19654 * gdb.base/sym-file.exp: New tests for stale breakpoint
19655 instructions.
19656
076855f9
PA
196572014-04-23 Pedro Alves <palves@redhat.com>
19658
19659 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19660 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19661 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19662 * gdb.base/hbreak-unmapped.c: New file.
19663 * gdb.base/hbreak-unmapped.exp: New file.
19664 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19665 * lib/gdb.exp (gdb_is_target_remote): ... here.
19666
483805cf
PA
196672014-04-22 Pedro Alves <palves@redhat.com>
19668
19669 * gdb.base/consecutive-step-over.c: New file.
19670 * gdb.base/consecutive-step-over.exp: New file.
19671
06d97543
PA
196722014-04-22 Pedro Alves <palves@redhat.com>
19673
19674 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19675 instead of send_gdb/gdb_expect.
19676
b4429ea2
YQ
196772014-04-22 Yao Qi <yao@codesourcery.com>
19678
19679 * lib/trace-support.exp (generate_tracefile): New procedure.
19680 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19681 return 0.
19682 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19683 if generate_tracefile returns 1.
19684
51d48146
PA
196852014-04-18 Tom Tromey <palves@redhat.com>
19686 Pedro alves <tromey@redhat.com>
19687
19688 PR backtrace/15558
19689 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19690 with a backtrace limit.
19691 * gdb.python/py-frame-inline.exp: Test running to an inline
19692 function with a backtrace limit, and printing the newest frame.
19693 * gdb.python/py-frame-inline.c (main): Call f.
19694
bd1dce5f
MS
196952014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19696
19697 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19698
40d1a503
MS
196992014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19700
19701 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19702 Drop prefix from unsupported source file path.
19703
389b98f7
YQ
197042014-04-17 Yao Qi <yao@codesourcery.com>
19705
19706 * lib/gdb.exp (with_target_charset): New proc.
19707 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19708 with_target_charset.
19709 (test_print_strings): Likewise.
19710 (test_repeat_bytes): Likewise.
19711 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19712 for some tests.
19713
22869d73
KS
197142014-04-16 Keith Seitz <keiths@redhat.com>
19715
19716 PR gdb/15827
19717 * gdb.dwarf2/corrupt.c: New file.
19718 * gdb.dwarf2/corrupt.exp: New file.
19719
c4f87ca6
KS
197202014-04-16 Keith Seitz <keiths@redhat.com>
19721
19722 PR c++/16597
19723 * gdb.cp/namelessclass.cc: New file.
19724 * gdb.cp/namelessclass.exp: New file.
19725 * gdb.cp/namelessclass.S: New file.
19726
ab19de87
DE
197272014-04-16 Doug Evans <dje@google.com>
19728
19729 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19730 Add comment.
19731 (gdbserver_default_get_comm_port): New function.
19732 (gdbserver_start): Check if board file provided
19733 "gdbserver,get_comm_port" and use it if so.
19734 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19735 (gdb,socketport): Set to "stdio".
19736 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19737 (stdio_gdbserver_template): Delete.
19738 (${board}_get_remote_address): Update.
19739 (${board}_build_remote_cmd): Delete.
19740 (${board}_get_comm_port): New function.
19741 (${board}_spawn): Update.
19742 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19743 Delete.
19744 (${board}_get_remote_address): Update.
19745 (${board}_get_comm_port): New function.
19746
fc98a809
AB
197472014-04-16 Andrew Burgess <aburgess@broadcom.com>
19748
19749 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19750 appearing in any order.
19751
87fd9e6e
DE
197522014-04-15 Doug Evans <dje@google.com>
19753
19754 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19755 uninitialized value of "description".
19756
099fc3ea
KS
197572014-04-15 Keith Seitz <keiths@redhat.com>
19758
19759 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19760 Remove unused globals.
19761 (test_running_the_program): Likewise.
19762 (test_controlled_execution): Likewise.
19763 (test_controlling_breakpoints): Likewise.
19764 (test_program_termination): Likewise.
19765
5da151d4
KS
197662014-04-15 Keith Seitz <keiths@redhat.com>
19767
19768 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19769 unused globals.
19770 (test_rbreak_creation_and_listing): Likewise.
19771 (test_ignore_count): Likewise.
19772 (test_error): Likewise.
19773
35e5d2f0
PA
197742014-04-15 Pedro Alves <palves@redhat.com>
19775
19776 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19777 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19778 sym-file-loader.c.
19779 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19780 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19781 to sym-file-loader.c.
19782 (struct library): Forward declare.
19783 (load_shlib, lookup_function): Change prototypes.
19784 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19785 (translate_offset): Remove declarations.
19786 (get_text_addr): New declaration.
19787 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19788 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19789 sym-file-loader.h.
19790 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19791 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19792 here from sym-file-loader.h.
19793 (struct library): New structure.
19794 (load_shlib, lookup_function): Change prototypes and adjust to
19795 work with a struct library.
19796 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19797 (translate_offset): Make static.
19798 (get_text_addr): New function.
19799 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19800
eb4c1710
PA
198012014-04-15 Pedro Alves <palves@redhat.com>
19802
19803 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19804
2d1baf52
PA
198052014-04-15 Pedro Alves <palves@redhat.com>
19806
19807 * gdb.base/sym-file-loader.c: Include <limits.h>.
19808 (SELF_LINK): New define.
19809 (get_origin): New function.
19810 (load_shlib): Use it.
19811 * gdb.base/sym-file.exp: Don't early return if the target is
19812 remote. Use runto_main, and issue fail is that fails. Use
19813 gdb_load_shlibs.
19814 (shlib_name): Delete.
19815 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19816
7dd6df01
PA
198172014-04-15 Pedro Alves <palves@redhat.com>
19818
19819 * gdb.base/sym-file.exp: Remove regex characters from test
19820 message. Don't refer to breakpoint numbers in test messages.
19821
b50c8614
KS
198222014-04-14 Keith Seitz <keiths@redhat.com>
19823
19824 PR c++/16253
19825 * gdb.cp/var-tag.cc: New file.
19826 * gdb.cp/var-tag.exp: New file.
19827 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19828 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19829 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19830 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19831
3d567982
TT
198322014-04-14 Tom Tromey <tromey@redhat.com>
19833
19834 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19835 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19836 type.
19837 * gdb.cp/enum-class.exp: New file.
19838 * gdb.cp/enum-class.cc: New file.
19839
0626fc76
TT
198402014-04-14 Tom Tromey <tromey@redhat.com>
19841
19842 * gdb.dwarf2/enum-type.exp: New file.
19843
dca325b3
SA
198442014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19845
19846 * gdb.mi/mi-vla-c99.exp: New file.
19847 * gdb.mi/vla.c: New file.
19848
5854b38a
SA
198492014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19850
19851 * gdb.base/vla-datatypes.c: New file.
19852 * gdb.base/vla-datatypes.exp: New file.
19853
463bb957
SA
198542014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19855
19856 * gdb.base/vla-ptr.c: New file.
19857 * gdb.base/vla-ptr.exp: New file.
19858
3dd170be
SA
198592014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19860
19861 * gdb.dwarf2/count.exp: New file.
19862
5ecaaa66
SA
198632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19864
19865 * gdb.base/vla-sideeffect.c: New file.
19866 * gdb.base/vla-sideeffect.exp: New file.
19867
41f1ada5
DB
198682014-04-14 David Blaikie <dblaikie@gmail.com>
19869
19870 * gdb.mi/non-stop.c: Add return value for non-void function return
19871 statement.
19872 * gdb.threads/staticthreads.c: Ditto.
19873
0be03e84
DE
198742014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19875 Doug Evans <xdje42@gmail.com>
19876
19877 * gdb.guile/scm-value.c: Improve test case.
19878 * gdb.guile/scm-value.exp: Add new test.
19879
f180a1fb
DB
198802014-04-11 David Blaikie <dblaikie@gmail.com>
19881
19882 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19883 override Clang's default.
19884
6b662e19
JB
198852014-04-11 Joel Brobecker <brobecker@adacore.com>
19886
19887 Revert the following changes (regressions):
19888
19889 * gdb.base/vla-sideeffect.c: New file.
19890 * gdb.base/vla-sideeffect.exp: New file.
19891
19892 * gdb.dwarf2/count.exp: New file.
19893
19894 * gdb.base/vla-multi.c: New file.
19895 * gdb.base/vla-multi.exp: New file.
19896
19897 * gdb.base/vla-ptr.c: New file.
19898 * gdb.base/vla-ptr.exp: New file.
19899
19900 * gdb.base/vla-datatypes.c: New file.
19901 * gdb.base/vla-datatypes.exp: New file.
19902
19903 * gdb.mi/mi-vla-c99.exp: New file.
19904 * gdb.mi/vla.c: New file.
19905
245a5f0b
KS
199062014-04-11 Keith Seitz <keiths@redhat.com>
19907
19908 PR c++/16675
19909 * gdb.cp/cpsizeof.exp: New file.
19910 * gdb.cp/cpsizeof.cc: New file.
19911
58a84dcf
SA
199122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19913
191a8a90
JB
19914 * gdb.mi/mi-vla-c99.exp: New file.
19915 * gdb.mi/vla.c: New file.
58a84dcf 19916
c8655f75
SA
199172014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19918
19919 * gdb.base/vla-datatypes.c: New file.
19920 * gdb.base/vla-datatypes.exp: New file.
19921
024e13b4
SA
199222014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19923
19924 * gdb.base/vla-ptr.c: New file.
19925 * gdb.base/vla-ptr.exp: New file.
19926
1a237e0e
SA
199272014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19928
19929 * gdb.base/vla-multi.c: New file.
19930 * gdb.base/vla-multi.exp: New file.
19931
504f3432
SA
199322014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19933
19934 * gdb.dwarf2/count.exp: New file.
19935
3bce8237
SA
199362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19937
191a8a90
JB
19938 * gdb.base/vla-sideeffect.c: New file.
19939 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19940
322f9c21
YQ
199412014-04-11 Yao Qi <yao@codesourcery.com>
19942
19943 * gdb.base/completion.exp: Check file exists before running tests
19944 on file completion.
19945
d708bcd1
PA
199462014-04-10 Pedro Alves <palves@redhat.com>
19947
19948 * gdb.base/cond-eval-mode.c: New file.
19949 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19950 prepare_for_testing to build the new file. Check result of
19951 runto_main.
19952 (test_break, test_watch): New procedures.
19953 (top level): Use them.
19954
ae1d2761
PM
199552014-04-08 Pierre Muller <muller@sourceware.org>
19956
19957 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19958 Ctrl-V use for mingw hosts.
19959
7af389b8
SC
199602014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19961
19962 * gdb.python/py-value.c: Improve test case.
19963 * gdb.python/py-value.exp: Add new test.
19964
5e703181
DE
199652014-04-07 David Blaikie <dblaikie@gmail.com>
19966
19967 * lib/compiler.c: Identify the clang compiler.
19968 * lib/compiler.cc: Ditto.
19969
9810b410
YQ
199702014-04-03 Yao Qi <yao@codesourcery.com>
19971
19972 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19973
98d1b8dc
AB
199742014-04-01 Anton Blanchard <anton@samba.org>
19975
19976 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19977 messages unique.
19978
3114cea1
AB
199792014-04-01 Anton Blanchard <anton@samba.org>
19980
19981 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19982 prepare_for_testing.
19983
62f7182c
AB
199842014-04-01 Anton Blanchard <anton@samba.org>
19985
19986 * gdb.arch/ppc64-atomic-inst.c: Remove.
19987 * gdb.arch/ppc64-atomic-inst.S: New file.
19988 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19989
770e7fc7
DE
199902014-03-31 Doug Evans <dje@google.com>
19991
19992 * gdb.base/print-symbol-loading-lib.c: New file.
19993 * gdb.base/print-symbol-loading-main.c: New file.
19994 * gdb.base/print-symbol-loading.exp: New file.
19995
46e2bafa
YQ
199962014-03-31 Yao Qi <yao@codesourcery.com>
19997
19998 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19999
8776cfe9
JB
200002014-03-28 Joel Brobecker <brobecker@adacore.com>
20001
20002 * gdb.ada/mi_dyn_arr: New testcase.
20003
5d1ef361
DE
200042014-03-27 Doug Evans <dje@google.com>
20005
20006 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20007
b5bee914
YQ
200082014-03-27 Yao Qi <yao@codesourcery.com>
20009
20010 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20011 if target is nios2-*-*.
20012
0d4d0e77
YQ
200132014-03-26 Yao Qi <yao@codesourcery.com>
20014
20015 * lib/gdb.exp (readline_is_used): New proc.
20016 * gdb.base/completion.exp: Move tests on command complete up.
20017 Skip the rest of tests if readline is not used.
20018 * gdb.ada/complete.exp: Skp the test if readline is not
20019 used.
20020 * gdb.base/filesym.exp: Likewise.
20021 * gdb.base/macscp.exp: Likewise.
20022 * gdb.base/readline-ask.exp: Likewise.
20023 * gdb.base/readline.exp: Likewise.
20024 * gdb.python/py-cmd.exp: Likewise.
20025 * gdb.trace/tfile.exp: Likewise.
20026
29361eee
YQ
200272014-03-26 Yao Qi <yao@codesourcery.com>
20028
20029 * gdb.base/macscp.exp: Fix code format issues.
20030
bc9a5525
UW
200312014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20032
20033 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20034 * gdb.asm/powerpc64le.inc: New file.
20035
d3839ede
PA
200362014-03-25 Pedro Alves <palves@redhat.com>
20037 Doug Evans <dje@google.com>
20038
20039 * gdb.base/source-execution.c: New file.
20040 * gdb.base/source-execution.exp: New file.
20041 * gdb.base/source-execution.gdb: New file.
20042
01672a57
DE
200432014-03-24 Doug Evans <dje@google.com>
20044
20045 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20046 using fission.
20047
88bbeca9
HZ
200482014-03-24 Hui Zhu <hui@codesourcery.com>
20049 Pedro Alves <palves@redhat.com>
20050
20051 PR breakpoints/16101
20052 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20053 test pass/fail messages. Detect missing support for dprintf when
20054 breakpoints are actually inserted.
20055 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20056 breakpoints are actually inserted.
20057 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20058 fails.
20059
d2348791
JK
200602014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20061
20062 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20063
feef67ab
DE
200642014-03-22 Doug Evans <xdje42@gmail.com>
20065
20066 * gdb.python/python.exp (python not supported): Verify multi-line
20067 python command issues an error.
25d743f9 20068 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20069 guile command issues an error.
feef67ab 20070
ecebef6a
MR
200712014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20072
20073 * gdb.threads/thread-specific.exp: Handle the lack of usable
20074 $this_breakpoint and $this_thread.
20075
ccdd1909
HZ
200762014-03-21 Hui Zhu <hui@codesourcery.com>
20077
20078 * gdb.base/attach.exp (do_command_attach_tests): New.
20079
beb460e8
PA
200802014-03-20 Tom Tromey <tromey@redhat.com>
20081 Pedro Alves <palves@redhat.com>
20082
20083 PR cli/15718
20084 * gdb.base/condbreak-call-false.c: New file.
20085 * gdb.base/condbreak-call-false.exp: New file.
20086
40acf43a
PA
200872014-03-20 Pedro Alves <palves@redhat.com>
20088
20089 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20090 Delete.
20091 (block_signals, unblock_signals): Delete.
20092 (child_function_2, main): Remove references to deleted variable
20093 and functions.
20094
9f5e1e02
PA
200952014-03-20 Pedro Alves <palves@redhat.com>
20096
20097 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20098 Use pthread_kill to signal thread 2.
20099 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20100 Adjust to make the test send itself a signal rather than using the
20101 host's "kill" command.
20102
99619bea
PA
201032014-03-20 Pedro Alves <palves@redhat.com>
20104
20105 * gdb.threads/multiple-step-overs.c: New file.
20106 * gdb.threads/multiple-step-overs.exp: New file.
20107 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20108 Adjust expected infrun debug output.
20109
2adfaa28
PA
201102014-03-20 Pedro Alves <palves@redhat.com>
20111
20112 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20113 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20114
31e77af2
PA
201152014-03-20 Pedro Alves <palves@redhat.com>
20116
20117 PR breakpoints/7143
20118 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20119 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20120 of gdb_test_multiple.
20121 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20122 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20123
b9f437de
PA
201242014-03-20 Pedro Alves <palves@redhat.com>
20125
20126 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20127 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20128
05adc73e
PA
201292014-03-19 Pedro Alves <palves@redhat.com>
20130
20131 * gdb.base/async.exp: Remove early return.
20132
6048b950
PA
201332014-03-19 Pedro Alves <palves@redhat.com>
20134
20135 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20136
8bcfb00a
PA
201372014-03-19 Pedro Alves <palves@redhat.com>
20138
20139 * gdb.base/async.exp (test_background): Expect \r\n after
20140 "completed." in the fail pattern.
20141
884e37dc
PA
201422014-03-19 Pedro Alves <palves@redhat.com>
20143
20144 * gdb.base/async.exp (test_background): New procedure.
20145 Use it for all background execution command tests.
20146
148e57e2
PA
201472014-03-19 Pedro Alves <palves@redhat.com>
20148
20149 * gdb.base/async.exp: Use prepare_for_testing.
20150
f48088c7
PA
201512014-03-19 Pedro Alves <palves@redhat.com>
20152
20153 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20154 the same line.
20155
e2f6c966
PA
201562014-03-19 Pedro Alves <palves@redhat.com>
20157
20158 * gdb.base/async.c (main): Add "jump here" and "until here" line
20159 marker comments.
20160 * gdb.base/async.exp (jump_here): New global.
20161 (jump& test): Use it.
20162 (until_here): New global.
20163 (until& test): Use it.
20164
c30568d4
PA
201652014-03-19 Pedro Alves <palves@redhat.com>
20166
20167 * gdb.base/async.exp: Don't frob gdb_protocol.
20168
0172b6a7
DE
201692014-03-18 Doug Evans <xdje42@gmail.com>
20170
20171 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20172 Fix spelling of exec-done-display.
20173
06c868a8
JK
201742014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20175
20176 PR gdb/15358
20177 * gdb.base/gdb-sigterm.c: New file.
20178 * gdb.base/gdb-sigterm.exp: New file.
20179
0c7e1a46
PA
201802014-03-18 Pedro Alves <palves@redhat.com>
20181
20182 PR gdb/13860
20183 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20184 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20185 solib-event.
20186
f7c77d93
JB
201872014-03-17 Joel Brobecker <brobecker@adacore.com>
20188
20189 * gdb.ada/pckd_arr_ren: New testcase.
20190
5a1e8c7a
DE
201912014-03-13 Doug Evans <xdje42@gmail.com>
20192
20193 PR guile/16612
20194 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20195 collect after discarding symbols.
20196
350e1a76
DE
201972014-03-13 Ludovic Courtès <ludo@gnu.org>
20198 Doug Evans <xdje42@gmail.com>
20199
20200 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20201 to history survives a gc.
20202
a69900ae
PA
202032014-03-13 Pedro Alves <palves@redhat.com>
20204
20205 * gdb.base/default.exp: Don't test "target procfs".
20206
5db9f0bd
PA
202072014-03-13 Pedro Alves <palves@redhat.com>
20208
20209 * gdb.base/default.exp: Update "target child" and "target procfs"
20210 tests to not expect "Unix".
20211
b3ccfe11
TT
202122014-03-12 Tom Tromey <tromey@redhat.com>
20213
20214 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20215 New procs. Add target-async tests.
20216 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20217 Add target-async tests.
20218
646f4417
AA
202192014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20220
20221 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20222 'func_start' and 'func_end' for the beginning and end of the
20223 function code, respectively.
20224 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20225 'func_end' instead of 'func' and 'main'.
20226
288c211f
AA
202272014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20228
20229 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20230 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20231 generate the debug info assembler source.
20232
e0c0f156
AA
202332014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20234
20235 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20236 * gdb.dwarf2/arr-subrange.exp: Likewise.
20237 * gdb.dwarf2/dwz.exp: Likewise.
20238 * gdb.dwarf2/method-ptr.exp: Likewise.
20239 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20240 * gdb.dwarf2/subrange.exp: Likewise.
20241 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20242 * gdb.dwarf2/implptrpiece.exp: Likewise.
20243 * gdb.dwarf2/nostaticblock.exp: Likewise.
20244
0e5c4555
AA
202452014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20246
20247 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20248 directory to absolute path name arguments.
20249
5ec18f2b
JG
202502014-03-10 Joel Brobecker <brobecker@adacore.com>
20251
20252 * gdb.ada/tagged_access: New testcase.
20253
847fc4f2
MM
202542014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20255
20256 * gdb.btrace/data.exp: Update expected output.
20257
cc3da688
YQ
202582014-03-06 Yao Qi <yao@codesourcery.com>
20259
20260 * gdb.trace/pr16508.exp: New file.
20261
0f26cec1
PA
202622014-03-05 Pedro Alves <palves@redhat.com>
20263
20264 PR gdb/16575
20265 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20266 procedure.
20267 (top level): Adjust to use it. Add tests that exercise breakpoint
20268 interaction with the code-cache.
20269
7a5a839f
LC
202702014-02-26 Ludovic Courtès <ludo@gnu.org>
20271
20272 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20273 test for 'history-append!'.
20274
31aa7e4e
JB
202752014-02-26 Joel Brobecker <brobecker@adacore.com>
20276
20277 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20278 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20279 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20280 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20281 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20282 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20283
1b588015
JB
202842014-02-26 Joel Brobecker <brobecker@adacore.com>
20285
20286 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20287 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20288 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20289
55426c9d
JB
202902014-02-26 Joel Brobecker <brobecker@adacore.com>
20291
20292 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20293
dc53a7ad
JB
202942014-02-26 Joel Brobecker <brobecker@adacore.com>
20295
20296 * gdb.dwarf2/arr-stride.c: New file.
20297 * gdb.dwarf2/arr-stride.exp: New file.
20298
12ab52e9
PA
202992014-02-26 Pedro Alves <palves@redhat.com>
20300
20301 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20302 that won't ever trigger. Make sure that GDB reports the correct
20303 breakpoint that caused the stop.
20304
849c862e
JK
203052014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20306
20307 PR gdb/16626
20308 * gdb.base/auto-load-script: New file.
20309 * gdb.base/auto-load.c: New file.
20310 * gdb.base/auto-load.exp: New file.
20311
71b7d793
JK
20312 PR gdb/16626
20313 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20314
e2f0d509
JK
203152014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20316
20317 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20318 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20319
50cc37c8
DE
203202014-02-24 Doug Evans <dje@google.com>
20321
20322 * lib/gdb.exp (run_on_host): Log error output if program fails.
20323
ea4758f2
PA
203242014-02-21 Pedro Alves <palves@redhat.com>
20325
20326 * gdb.threads/step-after-sr-lock.c: Rename to ...
20327 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20328 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20329 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20330 ... this.
20331
d7b30f67
SDJ
203322014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20333
20334 PR tdep/16397
20335 * gdb.arch/amd64-stap-special-operands.exp: New file.
20336 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20337 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20338 * gdb.arch/amd64-stap-triplet.S: Likewise.
20339 * gdb.arch/amd64-stap-triplet.c: Likewise.
20340
83deb43f
JB
203412014-02-20 Joel Brobecker <brobecker@adacore.com>
20342
20343 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20344 in .section pseudo-op.
20345
adde2bff
DE
203462014-02-20 lin zuojian <manjian2006@gmail.com>
20347 Joel Brobecker <brobecker@adacore.com>
20348 Doug Evans <xdje42@gmail.com>
20349
20350 PR symtab/16581
20351 * gdb.dwarf2/dw2-icycle.S: New file.
20352 * gdb.dwarf2/dw2-icycle.c: New file.
20353 * gdb.dwarf2/dw2-icycle.exp: New file.
20354
f7bd0f78
SC
203552014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20356
20357 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20358 operations on gdb.Value objects.
20359 * gdb.python/py-value-cc.exp: Add new test to test operations on
20360 gdb.Value objects.
20361
c17ef0d5
DE
203622014-02-18 Doug Evans <dje@google.com>
20363
20364 * Makefile.in (TESTS): New variable.
20365 (expanded_tests, expanded_tests_or_none): New variables
20366 (check-single): Pass $(expanded_tests_or_none) to runtest.
20367 (check-parallel): Only run tests in $(TESTS) if non-empty.
20368 (check/no-matching-tests-found): New rule.
20369 * README: Document TESTS makefile variable.
20370
5dd3176f
DE
203712014-02-18 Doug Evans <dje@google.com>
20372
20373 * Makefile.in (check-parallel): rm -rf outputs temp.
20374
0b10be4f
JK
203752014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20376
20377 Fix "ERROR: no fileid for" in the testsuite.
20378 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20379
85f224e7
DE
203802014-02-12 Doug Evans <dje@google.com>
20381
20382 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20383 (MISCELLANEOUS): New variable.
20384 (clean): rm -rf $(MISCELLANEOUS).
20385 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20386 dwp live in the same directory as symlinks, with each symlink pointed
20387 to a differently named file in a different directory.
20388
149b30ff
DE
203892014-02-11 Doug Evans <dje@google.com>
20390
20391 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20392 of Tcl file commands.
20393
1dfdac32
MK
203942014-02-10 Mark Kettenis <kettenis@gnu.org>
20395
20396 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20397 "kill -SIGUSR1 -1".
20398
aa4fb036
JB
203992014-02-10 Joel Brobecker <brobecker@adacore.com>
20400
20401 * gdb.ada/tick_length_array_enum_idx: New testcase.
20402
ed3ef339
DE
204032014-02-10 Doug Evans <xdje42@gmail.com>
20404
20405 * configure.ac (AC_OUTPUT): Add gdb.guile.
20406 * configure: Regenerate.
20407 * lib/gdb-guile.exp: New file.
20408 * lib/gdb.exp (get_target_charset): New function.
20409 * gdb.base/help.exp: Update expected output from "apropos apropos".
20410 * gdb.guile/Makefile.in: New file.
20411 * gdb.guile/guile.exp: New file.
20412 * gdb.guile/scm-arch.c: New file.
20413 * gdb.guile/scm-arch.exp: New file.
20414 * gdb.guile/scm-block.c: New file.
20415 * gdb.guile/scm-block.exp: New file.
20416 * gdb.guile/scm-breakpoint.c: New file.
20417 * gdb.guile/scm-breakpoint.exp: New file.
20418 * gdb.guile/scm-disasm.c: New file.
20419 * gdb.guile/scm-disasm.exp: New file.
20420 * gdb.guile/scm-equal.c: New file.
20421 * gdb.guile/scm-equal.exp: New file.
20422 * gdb.guile/scm-error.exp: New file.
20423 * gdb.guile/scm-error.scm: New file.
20424 * gdb.guile/scm-frame-args.c: New file.
20425 * gdb.guile/scm-frame-args.exp: New file.
20426 * gdb.guile/scm-frame-args.scm: New file.
20427 * gdb.guile/scm-frame-inline.c: New file.
20428 * gdb.guile/scm-frame-inline.exp: New file.
20429 * gdb.guile/scm-frame.c: New file.
20430 * gdb.guile/scm-frame.exp: New file.
20431 * gdb.guile/scm-generics.exp: New file.
20432 * gdb.guile/scm-gsmob.exp: New file.
20433 * gdb.guile/scm-iterator.c: New file.
20434 * gdb.guile/scm-iterator.exp: New file.
20435 * gdb.guile/scm-math.c: New file.
20436 * gdb.guile/scm-math.exp: New file.
20437 * gdb.guile/scm-objfile-script-gdb.in: New file.
20438 * gdb.guile/scm-objfile-script.c: New file.
20439 * gdb.guile/scm-objfile-script.exp: New file.
20440 * gdb.guile/scm-objfile.c: New file.
20441 * gdb.guile/scm-objfile.exp: New file.
20442 * gdb.guile/scm-ports.exp: New file.
20443 * gdb.guile/scm-pretty-print.c: New file.
20444 * gdb.guile/scm-pretty-print.exp: New file.
20445 * gdb.guile/scm-pretty-print.scm: New file.
20446 * gdb.guile/scm-section-script.c: New file.
20447 * gdb.guile/scm-section-script.exp: New file.
20448 * gdb.guile/scm-section-script.scm: New file.
20449 * gdb.guile/scm-symbol.c: New file.
20450 * gdb.guile/scm-symbol.exp: New file.
20451 * gdb.guile/scm-symtab-2.c: New file.
20452 * gdb.guile/scm-symtab.c: New file.
20453 * gdb.guile/scm-symtab.exp: New file.
20454 * gdb.guile/scm-type.c: New file.
20455 * gdb.guile/scm-type.exp: New file.
20456 * gdb.guile/scm-value-cc.cc: New file.
20457 * gdb.guile/scm-value-cc.exp: New file.
20458 * gdb.guile/scm-value.c: New file.
20459 * gdb.guile/scm-value.exp: New file.
20460 * gdb.guile/source2.scm: New file.
20461 * gdb.guile/types-module.cc: New file.
20462 * gdb.guile/types-module.exp: New file.
20463
7026a7c1
YQ
204642014-02-10 Yao Qi <yao@codesourcery.com>
20465
20466 PR testsuite/16543
20467 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20468 * configure: Regenerated.
20469 * Makefile.in: New file.
20470
6c466447
AS
204712014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20472
20473 * gdb.python/py-framefilter.exp: Fix typo.
20474
6e854735
YQ
204752014-02-08 Yao Qi <yao@codesourcery.com>
20476
20477 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20478 that no =breakpoint-modified is emitted when breakpoints are
20479 modified through MI commands.
20480
d137e6dc
PA
204812014-02-07 Pedro Alves <pedro@codesourcery.com>
20482 Pedro Alves <palves@redhat.com>
20483
20484 * gdb.threads/step-after-sr-lock.c: New file.
20485 * gdb.threads/step-after-sr-lock.exp: New file.
20486
b5ee5a50
PA
204872014-02-07 Pedro Alves <palves@redhat.com>
20488
20489 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20490
3c77faf3
JK
204912014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20492
20493 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20494 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20495
6dddc817
DE
204962014-02-06 Doug Evans <xdje42@gmail.com>
20497
20498 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20499 output.
20500
20501 * gdb.gdb/python-interrupts.exp: New file.
20502
de7b2893
YQ
205032014-02-05 Yao Qi <yao@codesourcery.com>
20504
20505 * gdb.trace/report.exp (use_collected_data): Test the output
20506 of "info threads" and "info inferiors".
20507
66d032ac
YQ
205082014-02-05 Yao Qi <yao@codesourcery.com>
20509
20510 Revert this patch:
20511
20512 2013-05-24 Yao Qi <yao@codesourcery.com>
20513
20514 * gdb.trace/tfile.exp: Test inferior and thread.
20515
591a12a1
UW
205162014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20517
20518 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20519 on a function.
20520 * gdb.base/step-bt.c: Call hello via function pointer to make
20521 sure its first instruction is executed on powerpc64le-linux.
20522
0ff3e01f
UW
205232014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20524
20525 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20526
084ee545
UW
205272014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20528
20529 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20530 of the test patterns for use on little-endian systems.
20531
6ed14ff3
UW
205322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20533
20534 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20535 (decimal_vector): Fix for little-endian.
20536
401e27fd
JM
205372014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20538
20539 * gdb.arch/sparc-sysstep.exp: New file.
20540 * gdb.arch/sparc-sysstep.c: Likewise.
20541
20542 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20543
8b924729
EBM
205442014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20545
20546 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20547
fb151210
JB
205482014-01-23 Tom Tromey <tromey@redhat.com>
20549
20550 * gdb.ada/array_char_idx: New testcase.
20551
0740f8d8
TT
205522014-01-23 Tom Tromey <tromey@redhat.com>
20553
20554 PR python/16487:
20555 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20556 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20557 classes.
20558
21909fa1
TT
205592014-01-23 Tom Tromey <tromey@redhat.com>
20560
20561 PR python/16491:
20562 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20563 string from an inferior frame.
20564 * gdb.python/py-framefilter-mi.exp: Update.
20565
87ce2a04
DE
205662014-01-22 Doug Evans <dje@google.com>
20567
20568 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20569
237b092b
AA
205702014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20571
20572 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20573
d674a709
AA
205742014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20575
20576 * gdb.trace/entry-values.exp: Remove excess space character from
20577 regex patterns. Handle s390 call instruction.
20578
20fa3390
AA
205792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20580
20581 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20582 define "*_start" label. Make "name" static.
20583 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20584 ${name} by references to ${name}_start.
20585
78466714
AA
205862014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20587
20588 * gdb.base/info-macros.exp: Remove "debug" from the compile
20589 options.
20590
ec9f644a
IB
205912014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20592
20593 * gdb.dlang/demangle.exp: New file.
20594
94b1b47e
IB
205952014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20596
20597 * gdb.dlang/primitive-types.exp: New file.
20598
7f420862
IB
205992014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20600
20601 * configure.ac: Create gdb.dlang/Makefile.
20602 * configure: Regenerate.
20603 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20604 * gdb.dlang/Makefile.in: New file.
20605 * lib/d-support.exp: New file.
20606 * lib/gdb.exp (skip_d_tests): New proc.
20607
52834460
MM
206082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20609
20610 * gdb.btrace/delta.exp: Check reverse stepi.
20611 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20612 * gdb.btrace/finish.exp: New.
20613 * gdb.btrace/next.exp: New.
20614 * gdb.btrace/nexti.exp: New.
20615 * gdb.btrace/record_goto.c: Add comments.
20616 * gdb.btrace/step.exp: New.
20617 * gdb.btrace/stepi.exp: New.
20618 * gdb.btrace/multi-thread-step.c: New.
20619 * gdb.btrace/multi-thread-step.exp: New.
20620 * gdb.btrace/rn-dl-bind.c: New.
20621 * gdb.btrace/rn-dl-bind.exp: New.
20622 * gdb.btrace/data.c: New.
20623 * gdb.btrace/data.exp: New.
20624 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20625
6e07b1d2
MM
206262014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20627
20628 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20629 * gdb.btrace/exception.exp: Update.
20630 * gdb.btrace/instruction_history.exp: Update.
20631 * gdb.btrace/record_goto.exp: Update.
20632 * gdb.btrace/tailcall.exp: Update.
20633 * gdb.btrace/unknown_functions.exp: Update.
20634 * gdb.btrace/delta.exp: New.
20635
0b722aec
MM
206362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20637
20638 * gdb.btrace/record_goto.exp: Add backtrace test.
20639 * gdb.btrace/tailcall.exp: Add backtrace test.
20640
066ce621
MM
206412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20642
20643 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20644 * gdb.btrace/record_goto.c: New.
20645 * gdb.btrace/record_goto.exp: New.
20646 * gdb.btrace/x86-record_goto.S: New.
20647
0688d04e
MM
206482014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20649
20650 * gdb.btrace/function_call_history.exp: Update tests.
20651 * gdb.btrace/instruction_history.exp: Update tests.
20652
8710b709
MM
206532014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20654
20655 * gdb.btrace/function_call_history.exp: Fix expected field
20656 order for "record function-call-history".
20657 Add new tests for "record function-call-history /c".
20658 * gdb.btrace/exception.cc: New.
20659 * gdb.btrace/exception.exp: New.
20660 * gdb.btrace/tailcall.exp: New.
20661 * gdb.btrace/x86-tailcall.S: New.
20662 * gdb.btrace/x86-tailcall.c: New.
20663 * gdb.btrace/unknown_functions.c: New.
20664 * gdb.btrace/unknown_functions.exp: New.
20665 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20666
5de9129b
MM
206672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20668
20669 * gdb.btrace/instruction_history.exp: Update.
20670 * gdb.btrace/function_call_history.exp: Update.
20671
23a7fe75
MM
206722014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20673
20674 * gdb.btrace/function_call_history.exp: Fix expected function
20675 trace.
20676 * gdb.btrace/instruction_history.exp: Initialize traced.
20677 Remove traced_functions.
20678
724c7dd8
MM
206792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20680
20681 * gdb.btrace/function_call_history.exp: Update
20682 * gdb.btrace/instruction_history.exp: Update.
20683
6d78d93b
MM
206842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20685
20686 * gdb.btrace/enable.exp: Update expected text.
20687
93a360cc
OJ
206882014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20689
20690 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20691 bytes.
20692
3772b53f
MR
206932014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20694
20695 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20696
596662fa
OJ
206972014-01-15 Omair Javaid <omair.javaid@linaro.org>
20698
20699 * lib/gdb.exp (supports_process_record): Return true for
20700 arm*-linux*. (supports_reverse): Likewise.
20701
b5b08fb4
SC
207022014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20703
20704 PR python/15464
20705 PR python/16113
20706 * gdb.python/py-type.c: Enhance test case.
20707 * gdb.python/py-value-cc.cc: Likewise
20708 * gdb.python/py-type.exp: Add new tests.
20709 * gdb.python/py-value-cc.exp: Likewise
20710
52d7fb13
AA
207112014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20712 Pedro Alves <palves@redhat.com>
20713
20714 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20715 Make "name" extern.
20716 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20717 references to ${name}_start by references to ${name}.
20718
a2cd8cfe
JB
207192014-01-10 Joel Brobecker <brobecker@adacore.com>
20720
20721 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20722
4e23fced
JB
207232014-01-10 Joel Brobecker <brobecker@adacore.com>
20724
20725 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20726
c6a9e42c
PA
207272014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20728 Pedro Alves <palves@redhat.com>
20729
20730 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20731 mi_gdb_target_load.
c6a9e42c 20732
b7ea362b
PA
207332014-01-08 Pedro Alves <palves@redhat.com>
20734
20735 * gdb.threads/reconnect-signal.c: New file.
20736 * gdb.threads/reconnect-signal.exp: New file.
20737
5e3f4fab
EBM
207382014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20739
20740 * gdb.base/source-dir.exp: New file.
20741
79301218
JB
207422014-01-07 Joel Brobecker <brobecker@adacore.com>
20743
20744 * gdb.ada/mi_interface: New testcase.
20745
8e355c5d
JB
207462014-01-07 Joel Brobecker <brobecker@adacore.com>
20747
20748 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20749 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20750 gdb.ada/pp-rec-component/pck.ads: New files.
20751
c0d48811
JB
207522014-01-07 Joel Brobecker <brobecker@adacore.com>
20753
20754 * gdb.python/py-pp-integral.c: New file.
20755 * gdb.python/py-pp-integral.py: New file.
20756 * gdb.python/py-pp-integral.exp: New file.
20757
17b609c3 20758For older changes see ChangeLog-1993-2013.
c906108c 20759\f
8d8cb839
EZ
20760;; Local Variables:
20761;; mode: change-log
20762;; left-margin: 8
20763;; fill-column: 74
20764;; version-control: never
20765;; End:
902f2ccb 20766
b811d2c2 20767 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20768 Copying and distribution of this file, with or without modification,
20769 are permitted provided the copyright notice and this notice are preserved.