]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb, gdbserver: make stopped_pids global variables static
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6d3d6e4b
TV
12020-07-21 Tom de Vries <tdevries@suse.de>
2
3 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
4 breakpoint locations".
5 * gdb.reverse/solib-reverse.exp: Same.
6
803d0592
TV
72020-07-21 Tom de Vries <tdevries@suse.de>
8
9 * gdb.reverse/step-reverse.c (callee): Merge statements.
10
e9bdc510
TV
112020-07-21 Tom de Vries <tdevries@suse.de>
12
13 * gdb.fortran/info-modules.exp (info module variables): Allow missing
14 line numbers for some variables.
15
f0f9e75a
TV
162020-07-21 Tom de Vries <tdevries@suse.de>
17
18 * gdb.opt/inline-locals.c (init_array): New func.
19 (func1): Use init_array.
20 * gdb.opt/inline-locals.exp: Update pattern.
21
bd460ecb
TV
222020-07-21 Tom de Vries <tdevries@suse.de>
23
24 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
25 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
26
ae5369e7
LC
272020-07-20 Ludovic Courtès <ludo@gnu.org>
28
29 * gdb.guile/source2.scm: Add #f first argument to 'format'.
30 * gdb.guile/types-module.exp: Remove "ERROR:" from
31 regexps since Guile 3.0 no longer prints that.
32
68cf161c
LC
332020-07-20 Ludovic Courtès <ludo@gnu.org>
34
35 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
36 error regexp to match on Guile 2.2.
37
c14b4913
GB
382020-07-20 Gary Benson <gbenson@redhat.com>
39
40 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
41 with clang.
42
b243ba58
TV
432020-07-20 Tom de Vries <tdevries@suse.de>
44
45 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
46 (omp_set_lock_in_order): New function.
47 (single_scope, multi_scope, nested_func, nested_parallel): Use
48 omp_set_lock_in_order and omp_unset_lock.
49 (main): Init and destroy lock and lock2.
50
c06ad8b5
TV
512020-07-20 Tom de Vries <tdevries@suse.de>
52
53 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
54
6e22f117
TV
552020-07-20 Tom de Vries <tdevries@suse.de>
56
57 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
58
33176ea7
TV
592020-07-17 Tom de Vries <tdevries@suse.de>
60
61 * gdb.base/valgrind-infcall-2.c: New test.
62 * gdb.base/valgrind-infcall-2.exp: New file.
63 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
64
90c3ec2d
TV
652020-07-17 Tom de Vries <tdevries@suse.de>
66
67 * gdb.dlang/circular.c (found): Use found_label as label name.
68 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
69 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
70 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
71 * gdb.dwarf2/ada-linkage-name.exp: Same.
72 * gdb.dwarf2/arr-subrange.exp: Same.
73 * gdb.dwarf2/atomic-type.exp: Same.
74 * gdb.dwarf2/comp-unit-lang.exp: Same.
75 * gdb.dwarf2/cpp-linkage-name.exp: Same.
76 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
77 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
78 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
79 * gdb.dwarf2/implptr-64bit.exp: Same.
80 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
81 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
82 * gdb.dwarf2/imported-unit.exp: Same.
83 * gdb.dwarf2/main-subprogram.exp: Same.
84 * gdb.dwarf2/missing-type-name.exp: Same.
85 * gdb.dwarf2/nonvar-access.exp: Same.
86 * gdb.dwarf2/struct-with-sig.exp: Same.
87 * gdb.dwarf2/typedef-void-finish.exp: Same.
88 * gdb.dwarf2/void-type.exp: Same.
89
10da644d
TV
902020-07-17 Tom de Vries <tdevries@suse.de>
91
92 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
93 src parameter.
94 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
95 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
96 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
97 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
98 * gdb.dwarf2/dwz.exp: Same.
99 * gdb.dwarf2/implptr-optimized-out.exp: Same.
100 * gdb.dwarf2/implref-array.exp: Same.
101 * gdb.dwarf2/implref-const.exp: Same.
102 * gdb.dwarf2/implref-global.exp: Same.
103 * gdb.dwarf2/implref-struct.exp: Same.
104 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
105 * gdb.dwarf2/opaque-type-lookup.exp: Same.
106 * gdb.dwarf2/var-access.exp: Same.
107 * gdb.dwarf2/varval.exp: Same.
108 * gdb.trace/entry-values.exp: Same.
109
315e6afc
TV
1102020-07-17 Tom de Vries <tdevries@suse.de>
111
112 * lib/dwarf.exp (Dwarf::extern): Remove.
113 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
114 * gdb.dlang/circular.exp: Same.
115 * gdb.dwarf2/comp-unit-lang.exp: Same.
116 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
117 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
118 * gdb.dwarf2/dwz.exp: Same.
119 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
120 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
121 * gdb.dwarf2/imported-unit.exp: Same.
122 * gdb.dwarf2/opaque-type-lookup.exp: Same.
123
5597c940
SL
1242020-07-16 Sandra Loosemore <sandra@codesourcery.com>
125
126 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
127 Use double quotes instead of single quotes.
128
d0ce17d8
CT
1292020-07-16 Caroline Tice <cmtice@google.com>
130
131 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
132 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
133
853772cc
TV
1342020-07-16 Tom de Vries <tdevries@suse.de>
135
136 * lib/dwarf.exp (program): Initialize _line.
137 (DW_LNE_end_sequence): Reinitialize _line.
138 (DW_LNS_advance_line): Update _line.
139 (line): New proc.
140 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
141 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
142 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
143 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
144 * gdb.dwarf2/dw2-is-stmt.exp: Same.
145 * gdb.dwarf2/dw2-ranges-func.exp: Same.
146
fe07b572
AB
1472020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
148
149 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
150 generic.
151
52781cce
TV
1522020-07-15 Tom de Vries <tdevries@suse.de>
153
154 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
155 is_amd64_regs_target.
156
3dcc261c
AB
1572020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
158
159 * gdb.fortran/ptype-on-functions.exp: Add more tests.
160 * gdb.fortran/ptype-on-functions.f90: Likewise.
161
054a0959
SM
1622020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
163
164 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
165 values in documentation for addr_size to 4 and 8.
166
ccb9eba6
AB
1672020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
168
169 * gdb.arch/amd64-osabi.exp: Update.
170 * gdb.arch/arm-disassembler-options.exp: Update.
171 * gdb.arch/powerpc-disassembler-options.exp: Update.
172 * gdb.arch/ppc64-symtab-cordic.exp: Update.
173 * gdb.arch/s390-disassembler-options.exp: Update.
174 * gdb.base/all-architectures.exp.tcl: Update.
175 * gdb.base/attach-pie-noexec.exp: Update.
176 * gdb.base/catch-syscall.exp: Update.
177 * gdb.xml/tdesc-arch.exp: Update.
178
025a39a7
TV
1792020-07-14 Tom de Vries <tdevries@suse.de>
180
181 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
182 (local_gettid): ... this.
183 (fn): Update.
184
74e4b667
SL
1852020-07-13 Sandra Loosemore <sandra@codesourcery.com>
186
187 * gdb.base/info_sources.exp: Skip directory match tests on
188 remote hosts.
189
f413dd74
GB
1902020-07-13 Gary Benson <gbenson@redhat.com>
191
192 * gdb.base/savedregs.exp (caller): Use parentheses to
193 make expected expression evaluation ordering explicit.
194
915771bb
GB
1952020-07-13 Gary Benson <gbenson@redhat.com>
196
197 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
198
2a122642
GB
1992020-07-13 Gary Benson <gbenson@redhat.com>
200
201 * gdb.base/bigcore.c (main): Use a volatile pointer when
202 attempting to trigger a SIGSEGV.
203 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
204 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
205 * gdb.base/savedregs.c (thrower): Likewise.
206 * gdb.mi/mi-syn-frame.c (bar): Likewise.
207
3f00c730
GB
2082020-07-13 Gary Benson <gbenson@redhat.com>
209
210 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
211 defining and using VLA structure fields into...
212 * gdb.base/vla-struct-fields.c: New file.
213 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
214 tests into...
215 * gdb.base/vla-struct-fields.exp: New file.
216
963eeee4
TV
2172020-07-13 Tom de Vries <tdevries@suse.de>
218
219 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
220 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
221 * gdb.base/gold-gdb-index.exp: Same.
222 * gdb.base/morestack.exp: Same.
223
0ed35c9a
DX
2242020-07-11 Daniel Xu <dxu@dxuuu.xyz>
225
226 PR rust/26121
227 * gdb.rust/modules.rs: Prevent linker from discarding test
228 symbol.
229
4fdba23d
PA
2302020-07-10 Pedro Alves <pedro@palves.net>
231
232 PR gdb/26199
233 * gdb.multi/multi-target.c (exit_thread): New.
234 (thread_start): Break loop if EXIT_THREAD.
235 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
236 (top level) Call test_no_resumed.
237
15f3b077
TT
2382020-07-08 Tom Tromey <tromey@adacore.com>
239
240 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
241 * gdb.ada/catch_ex.exp: Examine catchpoint text.
242
9fc501fd
AB
2432020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
244
245 PR python/22748
246 * gdb.opt/inline-frame-tailcall.c: New file.
247 * gdb.opt/inline-frame-tailcall.exp: New file.
248 * gdb.python/py-unwind-inline.c: New file.
249 * gdb.python/py-unwind-inline.exp: New file.
250 * gdb.python/py-unwind-inline.py: New file.
251
64cb3757
AB
2522020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
253
254 * gdb.python/py-arch-reg-groups.exp: New file.
255
0f767f94
AB
2562020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
257
258 * gdb.python/py-arch-reg-names.exp: New file.
259
87dbc774
AB
2602020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
261
262 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
263 gdb.PendingFrame.architecture method.
264
d8cc8af6
TV
2652020-07-06 Tom de Vries <tdevries@suse.de>
266
267 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
268
3c8ea5be
PA
2692020-07-03 Pedro Alves <palves@redhat.com>
270
271 * gdb.base/structs2.c (main): Adjust second parem_reg call to
272 explicitly write negative numbers.
273 * gdb.base/structs2.exp: Adjust expected output.
274
bf90c83a
PA
2752020-07-03 Pedro Alves <palves@redhat.com>
276
277 * gdb.base/charset.c (init_string): Change all char parameters to
278 unsigned char parameters.
279
2eb82157
PA
2802020-07-03 Pedro Alves <palves@redhat.com>
281
282 * gdb.base/call-sc.exp (start_scalars_test): Use
283 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
284 * gdb.base/overlays.c: Remove references to PARAMS.
285 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
286 * gdb.base/reread.exp: Don't set 'prototypes' global.
287 * gdb.base/structs.exp (start_structs_test): Use
288 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
289 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
290 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
291 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
292 call.
293 * gdb.base/varargs.exp: Don't set 'prototypes' global.
294
9adda7af
PA
2952020-07-03 Pedro Alves <palves@redhat.com>
296
297 * gdb.base/m32rovly.c: Delete.
298 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
299
2a17c803
PW
3002020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
301
302 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
303 of gdb_py_test_multiple.
304 * gdb.python/py-cmd.exp: Likewise.
305 * gdb.python/py-events.exp: Likewise.
306 * gdb.python/py-function.exp: Likewise.
307 * gdb.python/py-inferior.exp: Likewise.
308 * gdb.python/py-infthread.exp: Likewise.
309 * gdb.python/py-linetable.exp: Likewise.
310 * gdb.python/py-parameter.exp: Likewise.
311 * gdb.python/py-value.exp: Likewise.
312
b011fe1a
TV
3132020-06-30 Tom de Vries <tdevries@suse.de>
314
315 PR testsuite/26175
316 * lib/future.exp (gdb_default_target_compile): Detect and handle
317 early_flags.
318
df5b8876
SM
3192020-06-29 Simon Marchi <simon.marchi@efficios.com>
320
321 * boards/simavr.exp (gdb_load): Catch errors when closing
322 previous connection. Close connection, wait for process and
323 unset simavr_spawn_id on failure.
324
a3ca48cd
TV
3252020-06-29 Tom de Vries <tdevries@suse.de>
326
327 * lib/gdb.exp (unknown): Make test-case unresolved.
328
b0237c0e
TV
3292020-06-29 Tom de Vries <tdevries@suse.de>
330
331 PR gdb/25475
332 * gdb.server/solib-list.exp: Verify that the symbol reload
333 confirmation question is asked.
334
c0b3b3bd
PW
3352020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
336
337 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
338 have a input seq nr in each pass message.
339 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
340 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
341 * gdb.python/python.exp: Make test names unique,
342 use gdb_test_multiline instead of gdb_py_test_multiple,
343 use $gdb_test_name.
344 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
345
1776e3e5
NA
3462020-06-26 Nick Alcock <nick.alcock@oracle.com>
347
348 * configure.ac: Add --enable-libctf.
349 * aclocal.m4: sinclude ../config/enable.m4.
350 * Makefile.in (site.exp): Add enable_libctf to site.exp.
351 * lib/gdb.exp (skip_ctf_tests): Use it.
352 * gdb.base/ctf-constvars.exp: Error message tweak.
353 * gdb.base/ctf-ptype.exp: Likewise.
354 * configure: Regenerate.
355
f53b3eeb
GB
3562020-06-26 Gary Benson <gbenson@redhat.com>
357
358 * gdb.cp/try_catch.cc: Include string.h.
359 (main): Replace comparison against string literal with
360 strcmp, avoiding build failure with -Wstring-compare.
361 Add "marker test-complete".
362 * gdb.cp/try_catch.exp: Run the test to the above marker,
363 then verify that the value of "test" is still true.
364
6d74da72
AB
3652020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
366
367 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
368
2e52d038
AB
3692020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
370
371 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
372
3b9fce96
AB
3732020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
376 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
377 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
378 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
379 * gdb.arch/riscv-tdesc-loading.exp: New file.
380
ed69cbc8
AB
3812020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
384
767a879e
AB
3852020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
386
387 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
388 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
389 * gdb.arch/riscv-tdesc-regs.c: New file.
390 * gdb.arch/riscv-tdesc-regs.exp: New file.
391
221db974
PA
3922020-06-24 Pedro Alves <palves@redhat.com>
393
394 * gdb.arch/amd64-entry-value-paramref.exp: Use
395 prepare_for_testing_full and don't pass "c++" for the .S file
396 build spec.
397 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
398 $options, since it's an assembly file. Remove -Wno-deprecated.
399 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
400 compiling C++ programs.
401
331733cd
PA
4022020-06-24 Pedro Alves <palves@redhat.com>
403
404 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
405 Clang, add "-Wno-unknown-warning-option" to the options.
406
caa7fd04
AB
4072020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
408
409 * gdb.xml/tdesc-reload.c: New file.
410 * gdb.xml/tdesc-reload.exp: New file.
411 * gdb.xml/maint-xml-dump-01.xml: New file.
412 * gdb.xml/maint-xml-dump-02.xml: New file.
413 * gdb.xml/maint-xml-dump.exp: New file.
414
bb8d1260
SL
4152020-06-23 Sandra Loosemore <sandra@codesourcery.com>
416
417 * lib/completion-support.exp (test_gdb_completion_offers_commands):
418 Adjust for omitted commands when TUI is disabled.
419
7e4b9c4c
GB
4202020-06-23 Gary Benson <gbenson@redhat.com>
421 Pedro Alves <palves@redhat.com>
422
423 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
424 * gdb.cp/nsimport.cc: Likewise.
425 * gdb.cp/nsnested.cc: Likewise.
426 * gdb.cp/nsnoimports.cc: Likewise.
427 * gdb.cp/nsusing.cc: Likewise.
428 * gdb.cp/smartp.cc: Likewise.
429 * gdb.python/py-pp-integral.c: Likewise.
430 * gdb.python/py-pp-re-notag.c: Likewise.
431
2e573c0a
GB
4322020-06-23 Gary Benson <gbenson@redhat.com>
433
434 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
435 * gdb.cp/nsimport.cc: Likewise.
436 * gdb.cp/nsnested.cc: Likewise.
437 * gdb.cp/nsnoimports.cc: Likewise.
438 * gdb.cp/nsusing.cc: Likewise.
439 * gdb.cp/smartp.cc: Likewise.
440 * gdb.python/py-pp-integral.c: Likewise.
441 * gdb.python/py-pp-re-notag.c: Likewise.
442
746ebfe8
PW
4432020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
444
445 * gdb.base/default-args.exp: New test.
446 * gdb.base/default-args.c: New file.
447 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
448 * gdb.base/default.exp: Update to new help text.
449 * gdb.base/help.exp: Likewise.
450 * gdb.base/page.exp: Likewise.
451 * gdb.base/style.exp: Likewise.
452 * gdb.guile/guile.exp: Likewise.
453 * gdb.python/python.exp: Likewise.
454
e822f2cd
SL
4552020-06-22 Sandra Loosemore <sandra@codesourcery.com>
456
457 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
458 remote host. Fix search path syntax on Windows host.
459
48e9cc84
PW
4602020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
461
462 * gdb.base/attach.exp: Test priority of 'exec-file' changed
463 over 'exec-file-mismatch'.
464 * gdb.base/attach.c: Mark should_exit volatile.
465 * gdb.base/attach2.c: Likewise. Add a comment explaining
466 why the sleep cannot be big.
467 * gdb.base/attach3.c: New file.
468
160f8a8f
SL
4692020-06-20 Sandra Loosemore <sandra@codesourcery.com>
470
471 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
472 prefix optional.
473
4d91c2a4
SL
4742020-06-20 Sandra Loosemore <sandra@codesourcery.com>
475
476 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
477 for remote host.
478
87f83f20
SL
4792020-06-19 Sandra Loosemore <sandra@codesourcery.com>
480 Hafiz Abid Qadeer <abidh@codesourcery.com>
481
482 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
483 file sent to remote host.
484 (top level): Allow int32_t as type of 32-bit register.
485
37ab8655
TV
4862020-06-19 Tom de Vries <tdevries@suse.de>
487
488 * lib/gdb.exp (gdb_note): New proc.
489 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
490 (gdb_default_target_compile): ... here. Only call
491 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
492 (use_gdb_compile): Change to array.
493 (toplevel): Update sets of use_gdb_compile to specify language.
494 Warn about default_target_compile override. Store dejagnu's version
495 of default_target_compile in dejagnu_default_target_compile.
496
a8a56685
TV
4972020-06-18 Tom de Vries <tdevries@suse.de>
498
499 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
500 (default_gdb_init): ... here.
501
581bea2c
SL
5022020-06-17 Sandra Loosemore <sandra@codesourcery.com>
503
504 Fix TUI support checks in gdb.tui tests.
505
506 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
507 just say UNSUPPORTED.
508 * gdb.tui/corefile-run.exp: Likewise.
509 * gdb.tui/empty.exp: Likewise.
510 * gdb.tui/list-before.exp: Likewise.
511 * gdb.tui/list.exp: Likewise.
512 * gdb.tui/main.exp: Likewise.
513 * gdb.tui/regs.exp: Likewise.
514 * gdb.tui/resize.exp: Likewise.
515 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
516 * gdb.tui/tui-layout-asm.exp: Likewise.
517 * gdb.tui/tui-missing-src.exp: Likewise.
518 * gdb.tui/winheight.exp: Likewise.
519 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
520
05e682e3
SL
5212020-06-17 Sandra Loosemore <sandra@codesourcery.com>
522
523 Fix TCL error in gdb.python/py-format-string.exp.
524
525 * gdb.python/py-format-string.exp: Move test for python support
526 earlier, out of function body.
527
efb763a5
SM
5282020-06-15 Simon Marchi <simon.marchi@efficios.com>
529
530 * gdb.base/index-cache-load-twice.c: New.
531 * gdb.base/index-cache-load-twice.exp: New.
532
43327b20
KS
5332020-06-17 Keith Seitz <keiths@redhat.com>
534
99cf27cf 535 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
536 when executing "gdb --configuration".
537
081e778c
TV
5382020-06-17 Tom de Vries <tdevries@suse.de>
539
540 * lib/gdb.exp (gdb_tcl_unknown): New proc.
541 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
542 conditional on presence of gdb_tcl_unknown.
543 (gdb_finish): Make override undo conditional on presence of
544 gdb_tcl_unknown.
545
d2d1ea20
TT
5462020-06-16 Tom Tromey <tom@tromey.com>
547
548 * gdb.python/tui-window.py (failwin): New function. Register it
549 as a TUI window type.
550 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
551
c802e8a7
GB
5522020-06-16 Gary Benson <gbenson@redhat.com>
553
554 * gdb.python/py-nested-maps.c (create_map): Add missing return
555 value.
556 (create_map_map): Likewise.
557
ff08abb8
TBA
5582020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
559
560 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
561 variable.
562 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
563 and use the already-defined 'options' variable.
564
a29d5112
AB
5652020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
566 Tom de Vries <tdevries@suse.de>
567
568 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
569 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
570 (gdb_setup_known_globals): New proc.
571 (gdb_cleanup_globals): New proc.
572 * lib/gdb.exp (load_lib): New override proc.
573 (gdb_stdin_log_init): Set var in_file as persistent global.
574 * lib/pascal.exp (gdb_stdin_log_init): Set vars
575 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
576 fpc_compiler as persistent global.
577
8c74a764
TV
5782020-06-12 Tom de Vries <tdevries@suse.de>
579
580 * lib/tuiterm.exp (spawn): Rename to ...
581 (tui_spawn): ... this.
582 (toplevel): Move rename of spawn ...
583 (gdb_init_tuiterm): ... here. New proc.
584 (gdb_finish_tuiterm): New proc.
585 * lib/gdb.exp (gdb_finish_hooks): New global var.
586 (gdb_finish): Handle gdb_finish_hooks.
587 (tuiterm_env): New proc.
588 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
589 tuiterm_env.
590 * gdb.tui/basic.exp: Same.
591 * gdb.tui/corefile-run.exp: Same.
592 * gdb.tui/empty.exp: Same.
593 * gdb.tui/list-before.exp: Same.
594 * gdb.tui/list.exp: Same.
595 * gdb.tui/main.exp: Same.
596 * gdb.tui/new-layout.exp: Same.
597 * gdb.tui/regs.exp: Same.
598 * gdb.tui/resize.exp: Same.
599 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
600 * gdb.tui/tui-layout-asm.exp: Same.
601 * gdb.tui/tui-missing-src.exp: Same.
602 * gdb.tui/winheight.exp: Same.
603
26783bce
TV
6042020-06-12 Tom de Vries <tdevries@suse.de>
605
606 PR testsuite/26110
607 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
608 (gdb_finish): Reinstall dejagnu's override of ::unknown.
609
2b4e6a3f
TT
6102020-06-11 Tom Tromey <tom@tromey.com>
611
612 PR gdb/18318:
613 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
614 floating point tests.
615
2f33032a
KS
6162020-06-11 Keith Seitz <keiths@redhat.com>
617
618 PR gdb/21356
619 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
620 vla_struct.
621 Add new struct vla_typedef and union vla_typedef_union and
622 corresponding instantiation objects.
623 Initialize new objects.
624 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
625 and vla_typedef_union_object.
626 Fixup type for vla_struct_object.
627
a8baf0a3
TV
6282020-06-11 Tom de Vries <tdevries@suse.de>
629
630 * lib/gdb.exp (with_override): New proc, factored out of ...
631 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
632
7ab96794
TV
6332020-06-10 Tom de Vries <tdevries@suse.de>
634
635 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
636
cab5c3b7
SM
6372020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
638
639 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
640 parameter, update callers.
641
f8c41851
SM
6422020-06-04 Simon Marchi <simon.marchi@efficios.com>
643
644 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
645 * gdb.dwarf2/share-psymtabs-bt.c: New file.
646 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
647
1c07a73f
TV
6482020-06-04 Tom de Vries <tdevries@suse.de>
649
650 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
651
95146b5d
TV
6522020-06-04 Tom de Vries <tdevries@suse.de>
653
654 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
655 exp_continue.
656
0cfcd4f0
TV
6572020-06-04 Tom de Vries <tdevries@suse.de>
658
659 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
660
f9b5d5ea
TV
6612020-06-03 Tom de Vries <tdevries@suse.de>
662
663 PR symtab/26046
664 * gdb.cp/breakpoint-locs-2.cc: New test.
665 * gdb.cp/breakpoint-locs.cc: New test.
666 * gdb.cp/breakpoint-locs.exp: New file.
667 * gdb.cp/breakpoint-locs.h: New test.
668
5144dfba
TV
6692020-06-03 Tom de Vries <tdevries@suse.de>
670
671 PR testsuite/25609
672 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
673 value of global verbose.
674 * gdb.base/jit-elf.exp: Same.
675 * gdb.base/jit-reader.exp: Same.
676
621eacdf
TV
6772020-06-02 Tom de Vries <tdevries@suse.de>
678
679 * gdb.dwarf2/multidictionary.exp: Don't use
680 gdb_spawn_with_cmdline_opts.
681
1313c56e
AB
6822020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
683
684 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
685 use_header case.
686 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
687 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
688 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
689 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
690 * gdb.dwarf2/dw2-inline-header.c: New file.
691 * gdb.dwarf2/dw2-inline-header.h: New file.
692
f68f85b5
PA
6932020-05-30 Pedro Alves <palves@redhat.com>
694
695 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
696 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
697
678048e8
GB
6982020-05-29 Gary Benson <gbenson@redhat.com>
699
700 * gdb.compile/compile-cplus.exp (additional_flags): Also
701 set when building with clang.
702 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
703 when building with clang.
704
9fcafd23
GB
7052020-05-29 Gary Benson <gbenson@redhat.com>
706
707 * gdb.arch/i386-avx.exp (additional_flags): Also set when
708 building with clang.
709 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
710
735d5a07
GB
7112020-05-29 Gary Benson <gbenson@redhat.com>
712
713 * gdb.cp/koenig.exp (prepare_for_testing): Add
714 additional_flags=-Wno-unused-comparison.
715 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
716
4ad2c6a0
GB
7172020-05-28 Gary Benson <gbenson@redhat.com>
718
719 * gdb.base/sigaltstack.c (catcher): Add default case to switch
720 statement.
721
09fe663e
GB
7222020-05-28 Gary Benson <gbenson@redhat.com>
723
724 * gdb.cp/classes.exp (prepare_for_testing): Add
725 additional_flags=-Wno-deprecated-register.
726 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
727 * gdb.cp/misc.exp: Likewise.
728
cee00f17
GB
7292020-05-28 Gary Benson <gbenson@redhat.com>
730
731 * gdb.linespec/cpls-ops.cc (dummy): New static global.
732 (test_op_new::operator new): Add return statement.
733 (test_op_new_array::operator new[]): Likewise.
734
636edd00
PA
7352020-05-27 Pedro Alves <palves@redhat.com>
736
737 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
738 check. Use test_gdb_complete_unique instead of
739 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
740 test_gdb_complete_multiple instead of
741 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
742
c2b75043
LM
7432020-05-27 Luis Machado <luis.machado@linaro.org>
744
745 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
746 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
747 * gdb.arch/arm-disassembler-options.exp: Likewise.
748 * gdb.arch/arm-disp-step.exp: Likewise.
749 * gdb.arch/thumb-prologue.exp: Likewise.
750 * gdb.base/async.exp: Likewise.
751 * gdb.base/auxv.exp: Likewise.
752 * gdb.base/complex-parts.exp: Likewise.
753 * gdb.base/ena-dis-br.exp: Likewise.
754 * gdb.base/foll-exec.exp: Likewise.
755 * gdb.base/permissions.exp: Likewise.
756 * gdb.base/relocate.exp: Likewise.
757 * gdb.base/return2.exp: Likewise.
758 * gdb.base/sigbpt.exp: Likewise.
759 * gdb.base/siginfo-obj.exp: Likewise.
760 * gdb.cp/converts.exp: Likewise.
761 * gdb.cp/exceptprint.exp: Likewise.
762 * gdb.cp/inherit.exp: Likewise.
763 * gdb.cp/nsnoimports.exp: Likewise.
764 * gdb.cp/virtbase2.exp: Likewise.
765 * gdb.mi/mi-var-cmd.exp: Likewise.
766 * gdb.mi/var-cmd.c: Likewise.
767
53a47a3e
TT
7682020-05-26 Tom Tromey <tromey@adacore.com>
769
770 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
771
0bc2354b
TT
7722020-05-26 Tom Tromey <tromey@adacore.com>
773
774 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
775 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
776 type.
777 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
778 variable.
779
0db49895
CBG
7802020-05-26 Christian Biesinger <cbiesinger@google.com>
781
782 * Makefile.in: Use = instead of == for the test command
783 for portability.
784
40d22035
TV
7852020-05-26 Tom de Vries <tdevries@suse.de>
786
787 * gdb.base/gold-gdb-index-2.c: New test.
788 * gdb.base/gold-gdb-index.c: New test.
789 * gdb.base/gold-gdb-index.exp: New file.
790 * gdb.base/gold-gdb-index.h: New test.
791
043e2e02
TV
7922020-05-25 Tom de Vries <tdevries@suse.de>
793
794 * boards/gold-gdb-index.exp: New file.
795
462f72c5
SM
7962020-05-25 Simon Marchi <simon.marchi@efficios.com>
797
798 * boards/simavr.exp: New file.
799
6cf66e76
SM
8002020-05-25 Simon Marchi <simon.marchi@efficios.com>
801
802 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
803 * gdb.base/inferior-args.exp: New file.
804 * gdb.base/inferior-args.c: New file.
805
75d04512
SM
8062020-05-25 Simon Marchi <simon.marchi@efficios.com>
807
808 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
809 inferior_args. Pass it to gdb_reload.
810 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
811 inferior_args.
812 (gdb_reload): Add inferior_args argument.
813 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
814 pass it to gdbserver_run.
815 * boards/native-gdbserver.exp: Do not set noargs.
816 * boards/native-extended-gdbserver.exp (gdb_reload): Add
817 inferior_args argument.
818 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
819 * gdb.base/a2-run.exp: Check for use_gdb_stub.
820 * gdb.base/args.exp: Likewise.
821
42cf1844
TV
8222020-05-25 Tom de Vries <tdevries@suse.de>
823
824 * lib/gdb.exp (exec_is_pie): Add comment.
825
8f7d38ef
TV
8262020-05-25 Tom de Vries <tdevries@suse.de>
827
828 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
829 instead of $binfile in the untested message.
830
465e1b0f
TV
8312020-05-25 Tom de Vries <tdevries@suse.de>
832
833 PR testsuite/26031
834 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
835
3c5a0e02
TV
8362020-05-25 Tom de Vries <tdevries@suse.de>
837
838 * boards/gold.exp: New file.
839
0a4f5f8c
TT
8402020-05-23 Tom Tromey <tom@tromey.com>
841
842 * gdb.base/style.exp: Remove completion styling test.
843 * lib/gdb-utils.exp (style): Remove completion styles.
844
eca1f90c
TT
8452020-05-23 Tom Tromey <tom@tromey.com>
846
847 * gdb.base/style.exp: Add completion styling test.
848 * lib/gdb-utils.exp (style): Add completion styles.
849
7c13f4e8
AB
8502020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
851
852 * gdb.base/annota1.exp: Update expected results.
853 * gdb.cp/annota2.exp: Update expected results, remove duplicate
854 test name.
855 * gdb.cp/annota3.exp: Update expected results.
856
41977d16
SM
8572020-05-20 Simon Marchi <simon.marchi@efficios.com>
858
859 PR gdb/26016
860 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
861 against MAP_FAILED.
862 * gdb.base/coremaker.c (mmapdata): Likewise.
863 * gdb.base/jit-reader-host.c (main): Likewise.
864 * gdb.base/sym-file-loader.c (load): Likewise.
865 (load_shlib): Likewise.
866
b4757f2e
TT
8672020-05-20 Tom Tromey <tromey@adacore.com>
868
869 * gdb.ada/array_char_idx.exp: Recognize initialized array.
870
9a0bacfb
TV
8712020-05-20 Tom de Vries <tdevries@suse.de>
872
873 PR symtab/25833
874 * gdb.base/with-mf-inc.c: New test.
875 * gdb.base/with-mf-main.c: New test.
876 * gdb.base/with-mf.exp: New file.
877
76571211
TT
8782020-05-19 Tom Tromey <tromey@adacore.com>
879
880 * gdb.rust/simple.exp: Restore missing test result.
881
4cd9f3d5
TV
8822020-05-19 Tom de Vries <tdevries@suse.de>
883
884 * gdb.base/gdb-caching-proc.exp: Fix typo.
885
7d874253
TT
8862020-05-19 Tom Tromey <tromey@adacore.com>
887
888 * gdb.rust/simple.exp: Add some test descriptions.
889 (test_one_slice): Use with_test_prefix.
890
1d727695
TV
8912020-05-18 Tom de Vries <tdevries@suse.de>
892
893 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
894
7f32a4d5
PA
8952020-05-17 Pedro Alves <palves@redhat.com>
896
897 PR gdb/25741
898 * gdb.base/hw-sw-break-same-address.exp: New file.
899
7cfd74cf
PA
9002020-05-16 Pedro Alves <palves@redhat.com>
901
902 * gdb.multi/multi-re-run.exp (test_re_run): Switch
903 LAST_LOADED_FILE accordingly.
904
57b4f16e
PW
9052020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
906
907 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
908
7c05caf7
PW
9092020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
910
911 * gdb.base/help.exp: Test apropos and help for commands
912 having aliases. Fixed comments not starting with an
913 upper-case letter or not finishing with a dot.
914
7aa1b46f
PW
9152020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
916
3b3aaacb
PW
917 * gdb.base/alias.exp: Update help output check.
918
57b4f16e 9192020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 920
7aa1b46f
PW
921 * gdb.base/default.exp: Update output following fixes.
922
0605465f
PW
9232020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
924
925 * gdb.base/alias.exp: Test aliases starting with a prefix of
926 another alias.
927
86e4e63d
GB
9282020-05-15 Gary Benson <gbenson@redhat.com>
929
930 * gdb.base/info-os.c (main): Add return statement.
931 * gdb.base/info_minsym.c (minsym_fun): Likewise.
932 * gdb.base/large-frame-2.c (func): Likewise.
933 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
934 * gdb.base/pr10179-b.c (foo2): Likewise.
935 * gdb.base/valgrind-disp-step.c (foo): Likewise.
936 * gdb.base/watch-cond.c (func): Likewise.
937 * gdb.multi/goodbye.c (verylongfun): Likewise.
938 * gdb.multi/hello.c (commonfun): Likewise.
939 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
940 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
941 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
942 Likewise.
943 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
944 * gdb.threads/interrupt-while-step-over.c (child_function):
945 Likewise.
946 * gdb.trace/actions-changed.c (end): Likewise.
947
163df4df
GB
9482020-05-15 Gary Benson <gbenson@redhat.com>
949
950 * gdb.opencl/callfuncs.exp: Report when test skipped.
951 * gdb.opencl/convs_casts.exp: Likewise.
952 * gdb.opencl/datatypes.exp: Likewise.
953 * gdb.opencl/operators.exp: Likewise.
954 * gdb.opencl/vec_comps.exp: Likewise.
955
6dbc505a
TV
9562020-05-15 Tom de Vries <tdevries@suse.de>
957
958 * gdb.base/align.exp.in: Rename to ...
959 * gdb.base/align.exp.tcl: ... this.
960 * gdb.base/align-c++.exp: Update.
961 * gdb.base/align-c.exp: Update.
962 * gdb.base/all-architectures.exp.in: Rename to ...
963 * gdb.base/all-architectures.exp: ... this.
964 * gdb.base/all-architectures-0.exp: Update.
965 * gdb.base/all-architectures-1.exp: Update.
966 * gdb.base/all-architectures-2.exp: Update.
967 * gdb.base/all-architectures-3.exp: Update.
968 * gdb.base/all-architectures-4.exp: Update.
969 * gdb.base/all-architectures-5.exp: Update.
970 * gdb.base/all-architectures-6.exp: Update.
971 * gdb.base/all-architectures-7.exp: Update.
972 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
973 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
974 * gdb.base/infcall-nested-structs-c++.exp: Update.
975 * gdb.base/infcall-nested-structs-c.exp: Update.
976 * gdb.base/info-types.exp.in: Rename to ...
977 * gdb.base/info-types.exp.tcl: ... this.
978 * gdb.base/info-types-c++.exp: Update.
979 * gdb.base/info-types-c.exp: Update.
980 * gdb.base/max-depth.exp.in: Rename to ...
981 * gdb.base/max-depth.exp.tcl: ... this.
982 * gdb.base/max-depth-c++.exp: Update.
983 * gdb.base/max-depth-c.exp: Update.
984 * gdb.cp/cpexprs.exp.in: Rename to ...
985 * gdb.cp/cpexprs.exp.tcl: ... this.
986 * gdb.cp/cpexprs-debug-types.exp: Update.
987 * gdb.cp/cpexprs.exp: Update.
988 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
989 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
990 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
991 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
992 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
993 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
994 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
995 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
996 * gdb.dwarf2/clang-debug-names-2.exp: Update.
997 * gdb.dwarf2/clang-debug-names.exp: Update.
998
d1034d78
AB
9992020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1000
1001 * lib/check-test-names.exp: Remove code that prevents this file
1002 loading when tests are run in parallel.
1003
3c5c3649
PA
10042020-05-15 Pedro Alves <palves@redhat.com>
1005
1006 * gdb.multi/multi-kill.exp (start_inferior): Remove
1007 'testpid' parameter. Refer to namespace variable directly.
1008 (testpid): Declare as namespace variable.
1009
272c36b8
PA
10102020-05-15 Pedro Alves <palves@redhat.com>
1011
1012 * gdb.multi/multi-kill.exp: Wrap in namespace.
1013 (start_inferior): Add TESTPID parameter. Use it instead of the
1014 testpid global.
1015 (top level): Define empty TESTPID array, and pass it down to
1016 start_inferior.
1017
02eba61a
TV
10182020-05-14 Tom de Vries <tdevries@suse.de>
1019
1020 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1021 output.
1022
971a3747
TV
10232020-05-14 Tom de Vries <tdevries@suse.de>
1024
1025 * gdb.base/align.exp: Split into ...
1026 * gdb.base/align.exp.in: ...
1027 * gdb.base/align-c++.exp: ...
1028 * gdb.base/align-c.exp: ... these.
1029 * gdb.base/infcall-nested-structs.exp: Split into ...
1030 * gdb.base/infcall-nested-structs.exp.in: ...
1031 * gdb.base/infcall-nested-structs-c++.exp: ...
1032 * gdb.base/infcall-nested-structs-c.exp: ... these.
1033 * gdb.base/info-types.exp: Split into ...
1034 * gdb.base/info-types.exp.in: ...
1035 * gdb.base/info-types-c++.exp: ...
1036 * gdb.base/info-types-c.exp: ... these.
1037 * gdb.base/max-depth.exp: Split into ...
1038 * gdb.base/max-depth.exp.in: ...
1039 * gdb.base/max-depth-c++.exp: ...
1040 * gdb.base/max-depth-c.exp: ... these.
1041 * gdb.cp/infcall-nodebug.exp: Split into ...
1042 * gdb.cp/infcall-nodebug.exp.in: ...
1043 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1044 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1045 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1046 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1047
a05575d3
TBA
10482020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1049 Pedro Alves <palves@redhat.com>
1050
1051 * gdb.multi/multi-exit.c: New file.
1052 * gdb.multi/multi-exit.exp: New file.
1053 * gdb.multi/multi-kill.c: New file.
1054 * gdb.multi/multi-kill.exp: New file.
1055
6ad82919
TBA
10562020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1057
1058 * gdb.base/annota1.exp: Update the expected output.
1059 * gdb.cp/annota2.exp: Ditto.
1060
843f4d93
AB
10612020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * lib/check-test-names.exp: Disable when testing is being run in
1064 parallel.
1065
c7c66341
TV
10662020-05-12 Tom de Vries <tdevries@suse.de>
1067
1068 * gdb.base/jit-elf.exp: Fix string concat.
1069
1b59ca1c
TV
10702020-05-12 Tom de Vries <tdevries@suse.de>
1071
1072 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1073 messages.
1074
b4991d29
TV
10752020-05-12 Tom de Vries <tdevries@suse.de>
1076
1077 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1078
dbb0ab10
TV
10792020-05-12 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1082 * gdb.ada/mi_catch_ex.exp: Same.
1083 * gdb.ada/mi_catch_ex_hand.exp: Same.
1084
7549fed8
TV
10852020-05-12 Tom de Vries <tdevries@suse.de>
1086
1087 * gdb.fortran/complex.exp: Use with_test_prefix.
1088
af2d5cd8
TV
10892020-05-12 Tom de Vries <tdevries@suse.de>
1090
1091 * gdb.trace/passcount.exp: Fix test-names.
1092
7c121311
TV
10932020-05-12 Tom de Vries <tdevries@suse.de>
1094
1095 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1096
c9f3b40e
TV
10972020-05-12 Tom de Vries <tdevries@suse.de>
1098
1099 * gdb.gdb/complaints.exp: Use with_test_prefix.
1100 * gdb.xml/tdesc-regs.exp: Same.
1101 * gdb.opt/inline-locals.exp: Fix test name.
1102
111b33f0
TV
11032020-05-12 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1106 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1107 * gdb.dwarf2/implref-struct.exp: Same.
1108 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1109 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1110
ebf47080
SM
11112020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1112
1113 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1114
d30dcd12
AB
11152020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1116
1117 * lib/check-test-names.exp (all_test_names): New module variable.
1118 (counts): Add 'duplicates' field.
1119 (_check_duplicates): New procedure.
1120 (check): Also check for duplicates.
1121 (do_log_summary): Print duplicates count.
1122 (do_reset_vars): Reset counter for duplicate test names, and
1123 discard all know test names.
1124
34584c09
AB
11252020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1126
1127 * lib/gdb.exp: Include check-test-names.exp library.
1128 * lib/check-test-names.exp: New file.
1129
e0002117
TV
11302020-05-11 Tom de Vries <tdevries@suse.de>
1131
1132 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1133
53f539a3
KS
11342020-05-11 Keith Seitz <keiths@redhat.com>
1135
1136 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1137
113ee09a
TV
11382020-05-11 Tom de Vries <tdevries@suse.de>
1139
1140 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1141 * gdb.cp/cpexprs.exp.in: .. here.
1142 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1143 cpexprs.exp.
1144
ba3e70b0
KS
11452020-05-11 Keith Seitz <keiths@redhat.com>
1146
1147 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1148 test names.
1149 * gdb.ada/arrayptr.exp: Likewise.
1150 * gdb.ada/assign_arr.exp: Likewise.
1151 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1152 * gdb.ada/bp_on_var.exp: Likewise.
1153 * gdb.ada/call_pn.exp: Likewise.
1154 * gdb.ada/complete.exp: Likewise.
1155 * gdb.ada/fun_overload_menu.exp: Likewise.
1156 * gdb.ada/funcall_param.exp: Likewise.
1157 * gdb.ada/funcall_ref.exp: Likewise.
1158 * gdb.ada/packed_array_assign.exp: Likewise.
1159 * gdb.ada/same_component_name.exp: Likewise.
1160 * gdb.ada/type_coercion.exp: Likewise.
1161 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1162 * gdb.ada/variant_record_packed_array.exp: Likewise.
1163
3ee6bb11
TV
11642020-05-11 Tom de Vries <tdevries@suse.de>
1165
1166 PR symtab/25941
1167 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1168 out of ...
1169 * gdb.dwarf2/clang-debug-names.exp: ... here.
1170 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1171 clang-debug-names.exp.in.
1172 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1173 * gdb.dwarf2/clang-debug-names-2.c: New test.
1174
86cd6bc8
AKS
11752020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1176
1177 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1178 (fortran_runto_main): New Proc, fortran version of runto_main.
1179 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1180 * gdb.fortran/array-bounds.exp: Likewise.
1181 * gdb.fortran/array-slices.exp: Likewise.
1182 * gdb.fortran/block-data.exp: Likewise.
1183 * gdb.fortran/charset.exp: Likewise.
1184 * gdb.fortran/common-block.exp: Likewise.
1185 * gdb.fortran/complex.exp: Likewise.
1186 * gdb.fortran/derived-type-function.exp: Likewise.
1187 * gdb.fortran/derived-type.exp: Likewise.
1188 * gdb.fortran/info-modules.exp: Likewise.
1189 * gdb.fortran/info-types.exp: Likewise.
1190 * gdb.fortran/intrinsics.exp: Likewise.
1191 * gdb.fortran/library-module.exp: Likewise.
1192 * gdb.fortran/logical.exp: Likewise.
1193 * gdb.fortran/max-depth.exp: Likewise.
1194 * gdb.fortran/module.exp: Likewise.
1195 * gdb.fortran/multi-dim.exp: Likewise.
1196 * gdb.fortran/nested-funcs.exp: Likewise.
1197 * gdb.fortran/print-formatted.exp: Likewise.
1198 * gdb.fortran/print_type.exp: Likewise.
1199 * gdb.fortran/printing-types.exp: Likewise.
1200 * gdb.fortran/ptr-indentation.exp: Likewise.
1201 * gdb.fortran/ptype-on-functions.exp: Likewise.
1202 * gdb.fortran/subarray.exp: Likewise.
1203 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1204 * gdb.fortran/vla-datatypes.exp: Likewise.
1205 * gdb.fortran/vla-history.exp: Likewise.
1206 * gdb.fortran/vla-ptr-info.exp: Likewise.
1207 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1208 * gdb.fortran/vla-ptype.exp: Likewise.
1209 * gdb.fortran/vla-sizeof.exp: Likewise.
1210 * gdb.fortran/vla-type.exp: Likewise.
1211 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1212 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1213 * gdb.fortran/vla-value-sub.exp: Likewise.
1214 * gdb.fortran/vla-value.exp: Likewise.
1215 * gdb.fortran/whatis_type.exp: Likewise.
1216 * gdb.mi/mi-var-child-f.exp: Likewise.
1217
6dc55ce9 12182020-05-09 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1221
283cb58c
TV
12222020-05-08 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.dwarf2/clang-debug-names.c: New test.
1225 * gdb.dwarf2/clang-debug-names.exp: New file.
1226
ac4a4f1c
SM
12272020-05-06 Simon Marchi <simon.marchi@efficios.com>
1228
1229 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1230 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1231
24fe640b
TV
12322020-05-06 Tom de Vries <tdevries@suse.de>
1233
1234 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1235 breakpoint is at a "recommended breakpoint location".
1236 * gdb.reverse/consecutive-reverse.exp: Same.
1237
0d8683a3
TV
12382020-05-06 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1241 address.
1242
b8983c46
TV
12432020-05-06 Tom de Vries <tdevries@suse.de>
1244
1245 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1246
abf6d805
TV
12472020-05-06 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1250 info for r.
1251
0fc2a808
TV
12522020-05-06 Tom de Vries <tdevries@suse.de>
1253
1254 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1255 necessary.
1256
873dd427
TV
12572020-05-06 Tom de Vries <tdevries@suse.de>
1258
1259 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1260 void.
1261
7c99e7e2
TV
12622020-05-06 Tom de Vries <tdevries@suse.de>
1263
1264 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1265 of ...
1266 * gdb.base/async.exp: ... here.
1267 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1268 "recommended breakpoint location".
1269
6173d6a6
TV
12702020-05-06 Tom de Vries <tdevries@suse.de>
1271
1272 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1273
6015a067
TV
12742020-05-04 Tom de Vries <tdevries@suse.de>
1275
1276 * gdb.base/async.exp: Check whether instruction addresses are a
1277 "recommended breakpoint location".
1278
3b6acaee
TT
12792020-05-03 Tom Tromey <tom@tromey.com>
1280
1281 * gdb.base/sepdebug.exp: Remove "catch" test.
1282 * gdb.base/break.exp: Remove "catch" test.
1283 * gdb.base/default.exp: Update expected output.
1284
5beb4d17
TV
12852020-05-02 Tom de Vries <tdevries@suse.de>
1286
1287 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1288 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1289 * gdb.arch/i386-mpx-map.exp: Same.
1290 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1291 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1292 * gdb.arch/i386-mpx.exp: Same.
1293
8caf140d
TV
12942020-05-02 Tom de Vries <tdevries@suse.de>
1295
1296 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1297
693196cb
TV
12982020-05-01 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.ada/operator_bp.exp: Allow more than required amount of
1301 breakpoint.
1302
53ae0aa9
TV
13032020-05-01 Tom de Vries <tdevries@suse.de>
1304
1305 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1306
ee9d1e5f
HD
13072020-04-30 Hannes Domani <ssbssa@yahoo.de>
1308
1309 PR gdb/18706
1310 * gdb.cp/stub-array-size.cc: New test.
1311 * gdb.cp/stub-array-size.exp: New file.
1312 * gdb.cp/stub-array-size.h: New test.
1313 * gdb.cp/stub-array-size2.cc: New test.
1314
d5cf82c0
HD
13152020-04-30 Hannes Domani <ssbssa@yahoo.de>
1316
1317 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1318 output to the new format.
1319
42e165c3
SM
13202020-04-29 Simon Marchi <simon.marchi@efficios.com>
1321
1322 * gdb.base/break.exp: Use with_test_prefix.
1323
6e4e3fe1
TV
13242020-04-29 Tom de Vries <tdevries@suse.de>
1325
1326 * lib/gdb.exp (debug_types): New proc.
1327 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1328 * gdb.python/py-symtab.exp: Same.
1329
d642b692
HD
13302020-04-29 Hannes Domani <ssbssa@yahoo.de>
1331
1332 PR gdb/17320
1333 * gdb.base/pretty-array.c: New test.
1334 * gdb.base/pretty-array.exp: New file.
1335
ea90f227
TV
13362020-04-29 Tom de Vries <tdevries@suse.de>
1337
1338 PR symtab/25889
1339 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1340 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1341 and include cpexprs.exp.
1342
a65189c9
TV
13432020-04-28 Mark Williams <mark@myosotissp.com>
1344
1345 PR gdb/24480
1346 * dw4-toplevel-types.exp: Test for top level types.
1347 * dw4-toplevel-types.cc: Test for top level types.
1348
32d1f47a
TBA
13492020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1350
1351 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1352 (theads -> threads).
1353
56a4f5a1
TV
13542020-04-28 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1357
0b2f8a3b
TV
13582020-04-28 Tom de Vries <tdevries@suse.de>
1359
1360 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1361
5390c717
TV
13622020-04-28 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1365
15cd93d0
TV
13662020-04-28 Tom de Vries <tdevries@suse.de>
1367
1368 * gdb.dwarf2/main-foo.c: New test.
1369 * gdb.dwarf2/struct-with-sig.exp: New file.
1370
d472f0fb
TV
13712020-04-25 Tom de Vries <tdevries@suse.de>
1372
1373 * boards/debug-types.exp: New file.
1374
8d840e05
AB
13752020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1376
1377 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1378
bcfe6157
TT
13792020-04-24 Tom Tromey <tom@tromey.com>
1380
1381 PR symtab/12707:
1382 * gdb.python/py-symbol.exp: Update expected results for
1383 linkage_name test.
1384 * gdb.cp/print-demangle.exp: New file.
1385 * gdb.base/c-linkage-name.exp: Fix test.
1386 * gdb.guile/scm-symbol.exp: Update expected results for
1387 linkage_name test.
1388
f049a313
TT
13892020-04-24 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1392 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1393 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1394 assembler.
1395
7cf28874
TV
13962020-04-24 Tom de Vries <tdevries@suse.de>
1397
1398 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1399 C++.
1400
dac2fef7
TT
14012020-04-24 Tom Tromey <tromey@adacore.com>
1402
1403 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1404 values.
1405 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1406 values. Update test for minimal encodings.
1407 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1408 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1409 values. Update test for minimal encodings.
1410
1acda803
TT
14112020-04-24 Tom Tromey <tromey@adacore.com>
1412
1413 PR python/23662:
1414 * gdb.ada/variant.exp: Add Python checks.
1415 * gdb.rust/simple.exp: Add dynamic type checks.
1416
adfb9815
TT
14172020-04-24 Tom Tromey <tromey@adacore.com>
1418
1419 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1420 Make array type matching more lax.
1421 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1422 * gdb.ada/mi_variant.exp: New file.
1423 * gdb.ada/mi_variant/pck.ads: New file.
1424 * gdb.ada/mi_variant/pkg.adb: New file.
1425 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1426 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1427
7d79de9a
TT
14282020-04-24 Tom Tromey <tromey@adacore.com>
1429
1430 * gdb.ada/variant.exp: Add dynamic field offset tests.
1431 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1432 * gdb.ada/variant/pkg.adb: Add new variables.
1433
f8e89861
TT
14342020-04-24 Tom Tromey <tromey@adacore.com>
1435
1436 * gdb.ada/variant.exp: New file
1437 * gdb.ada/variant/pkg.adb: New file
1438 * gdb.ada/variant/pck.adb: New file
1439
86e887ae
TV
14402020-04-24 Tom de Vries <tdevries@suse.de>
1441
1442 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1443
88428775
TV
14442020-04-24 Tom de Vries <tdevries@suse.de>
1445
1446 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1447 flags.
1448
4e86f6e7
TV
14492020-04-24 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1452
2016d3e6
TV
14532020-04-24 Tom de Vries <tdevries@suse.de>
1454
1455 * lib/gdb.exp (default_gdb_start): Handle eof.
1456 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1457 failure.
1458 * gdb.base/readnever.exp: Handle clean_restart failure.
1459
70bc38f5
TV
14602020-04-23 Tom de Vries <tdevries@suse.de>
1461
1462 * gdb.base/decl-before-def.exp: Run to main and print a again.
1463
de82891c
TV
14642020-04-23 Tom de Vries <tdevries@suse.de>
1465
1466 * gdb.base/decl-before-def-decl.c: New test.
1467 * gdb.base/decl-before-def-def.c: New test.
1468 * gdb.base/decl-before-def.exp: New file.
1469
96038148
TV
14702020-04-23 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1473
54ac3df1
TV
14742020-04-22 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1477 debug_info_offset.
1478 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1479 before $objsfile in the line line.
1480
714534e1
TV
14812020-04-22 Tom de Vries <tdevries@suse.de>
1482
1483 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1484
16a7dbf4
MS
14852020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1486
1487 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1488 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1489 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1490 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1491 * gdb.base/jit-protocol.h: Update definitions to match all usage
1492 contexts.
1493
14942020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1495
1496 * gdb.base: Rename all jit related test and source files.
1497
14982020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1499
1500 * gdb.base/jit-reader.exp: Relax register output check.
1501
317d2668
TV
15022020-04-22 Tom de Vries <tdevries@suse.de>
1503
1504 PR symtab/25764
1505 * gdb.base/psym-external-decl-2.c: New test.
1506 * gdb.base/psym-external-decl.c: New test.
1507 * gdb.base/psym-external-decl.exp: New file.
1508 * gdb.threads/tls.exp: Add PR25807 kfail.
1509
eea9e357
TV
15102020-04-22 Tom de Vries <tdevries@suse.de>
1511
1512 PR symtab/25801
1513 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1514 in "info source" output.
1515
3d5afab3
TV
15162020-04-22 Tom de Vries <tdevries@suse.de>
1517
1518 PR symtab/25700
1519 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1520 symtab for imported_unit.c.
1521
b32102f6
GB
15222020-04-21 Gary Benson <gbenson@redhat.com>
1523
1524 * gdb.base/advance.c (func): New argument, to match call site.
1525 (func2, func3): Add return statements.
1526
d43b7a2d
TBA
15272020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1528
1529 * gdb.multi/run-only-second-inf.c: New file.
1530 * gdb.multi/run-only-second-inf.exp: New file.
1531
d89edf9b
MM
15322020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1533
1534 * gdb.btrace/multi-inferior.c: New test.
1535 * gdb.btrace/multi-inferior.exp: New file.
1536
1a476b6d
MM
15372020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1538
1539 * gdb.btrace/enable-new-thread.c: New test.
1540 * gdb.btrace/enable-new-thread.exp: New file.
1541
4778a5f8
TV
15422020-04-21 Tom de Vries <tdevries@suse.de>
1543
1544 PR gdb/25471
1545 * gdb.threads/killed-outside.c: New test.
1546 * gdb.threads/killed-outside.exp: New file.
1547
9b2c992c
GB
15482020-04-20 Gary Benson <gbenson@redhat.com>
1549
1550 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1551 * gdb.base/nested-subp2.exp: Likewise.
1552 * gdb.base/nested-subp3.exp: Likewise.
1553
b5d1d6f7
GB
15542020-04-20 Gary Benson <gbenson@redhat.com>
1555
1556 * gdb.base/nested-subp1.exp: Disable test when using clang.
1557 * gdb.base/nested-subp2.exp: Likewise.
1558 * gdb.base/nested-subp3.exp: Likewise.
1559
25230285
GB
15602020-04-20 Gary Benson <gbenson@redhat.com>
1561
1562 * gdb.cp/exception.cc: Fix compilation error with clang.
1563
fa93cc8f
GB
15642020-04-20 Gary Benson <gbenson@redhat.com>
1565
809730f3 1566 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1567
e0c45f30
GB
15682020-04-20 Gary Benson <gbenson@redhat.com>
1569
1570 * gdb.base/jit-main.c: Fix compilation error with clang.
1571
4ddfec93
KR
15722020-04-17 Kamil Rytarowski <n54@gmx.com>
1573
1574 * gdb.base/attach-twice.c: Include "sys/types.h".
1575 (PTRACE_ATTACH): Add fallback definition.
1576 (main): Pass `0' to the 4th argument of `ptrace'.
1577
2bed205e
KR
15782020-04-17 Kamil Rytarowski <n54@gmx.com>
1579
1580 * gdb.base/fork-running-state.c: Include "signal.h".
1581
0743fc83
TT
15822020-04-17 Tom Tromey <tromey@adacore.com>
1583
1584 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1585 Update tests.
1586 * gdb.btrace/cpu.exp: Update tests.
1587 * gdb.base/maint.exp: Update tests.
1588 * gdb.base/default.exp: Update tests.
1589 * gdb.base/completion.exp: Update tests.
1590
efba5c23
TV
15912020-04-16 Tom de Vries <tdevries@suse.de>
1592
1593 PR symtab/25791
1594 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1595 (ensure_gdb_index): and factor out and move ...
1596 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1597 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1598
d191d716
TV
15992020-04-16 Tom de Vries <tdevries@suse.de>
1600
1601 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1602 loading exec.
1603
99f1bc6a
AB
16042020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1605
1606 * gdb.base/many-completions.exp: New file.
1607
194d088f
TV
16082020-04-14 Tom de Vries <tdevries@suse.de>
1609
1610 PR symtab/25718
1611 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1612
c1a66c06
TV
16132020-04-14 Tom de Vries <tdevries@suse.de>
1614
1615 PR symtab/25720
1616 * gdb.base/maint-expand-symbols-header-file.c: New test.
1617 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1618 * gdb.base/maint-expand-symbols-header-file.h: New test.
1619
21b0982c
AB
16202020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1621
1622 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1623 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1624 get_func_info.
1625 (get_func_info): Delete.
1626 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1627 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1628 * lib/dwarf.exp (get_func_info): New function.
1629
dd1cab06
TV
16302020-04-13 Tom de Vries <tdevries@suse.de>
1631
1632 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1633 to what find_gnatmake does.
1634
71ea2b6b
TV
16352020-04-10 Tom de Vries <tdevries@suse.de>
1636
1637 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1638 -readnow.
1639
bdfc1e8a
TV
16402020-04-10 Tom de Vries <tdevries@suse.de>
1641
1642 PR cli/25808
1643 * gdb.base/style.c: Add leading newlines.
1644 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1645 Check listing of main's one-line body.
1646
14ca8ecf
TV
16472020-04-08 Tom de Vries <tdevries@suse.de>
1648
1649 * lib/gdb.exp (psymtabs_p): New proc.
1650 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1651 importing unit" unsupported if there are no partial symbols.
1652
e21d048f
TV
16532020-04-08 Tom de Vries <tdevries@suse.de>
1654
1655 PR testsuite/25760
1656 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1657
25c11aca
TV
16582020-04-07 Tom de Vries <tdevries@suse.de>
1659
1660 PR symtab/25796
1661 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1662
5707e24b
TV
16632020-04-07 Tom de Vries <tdevries@suse.de>
1664
1665 * gdb.base/check-psymtab.c: New test.
1666 * gdb.base/check-psymtab.exp: New file.
1667
6ee448cc
TT
16682020-04-06 Tom Tromey <tromey@adacore.com>
1669
1670 * gdb.ada/variant-record/proc.adb: New file.
1671 * gdb.ada/variant-record/value.adb: New file.
1672 * gdb.ada/variant-record/value.s: New file.
1673 * gdb.ada/variant-record.exp: New file.
1674
9e7c9a03
HD
16752020-04-03 Hannes Domani <ssbssa@yahoo.de>
1676
1677 PR gdb/25325
1678 * gdb.cp/typed-enum.cc: New test.
1679 * gdb.cp/typed-enum.exp: New file.
1680
c90d28ac
AB
16812020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1682
1683 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1684 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1685 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1686 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1687 * gdb.opt/inline-small-func.c: New file.
1688 * gdb.opt/inline-small-func.exp: New file.
1689 * gdb.opt/inline-small-func.h: New file.
1690
34e9a9fa
AB
16912020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1692
1693 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1694 function.
1695
6a354911
AB
16962020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1697
1698 * lib/dwarf.exp (function_range): Allow compiler options to be
1699 specified.
1700
880d9777
TV
17012020-04-02 Tom de Vries <tdevries@suse.de>
1702
1703 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1704 __attribute__((always_inline)).
1705 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1706
f32682ea
TV
17072020-04-02 Tom de Vries <tdevries@suse.de>
1708
1709 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1710 (gdbserver_gdb_exit): ... here. Add timeout warning.
1711 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1712 (connect_target_extended_remote): Append new server_spawn_id to
1713 server_spawn_ids.
1714 (cleanup): New proc.
1715 (setup, <toplevel>): Call cleanup.
1716
d3214198
TV
17172020-04-02 Tom de Vries <tdevries@suse.de>
1718
1719 * gdb.base/main-psymtab.exp: New file.
1720
cc77ed24
TV
17212020-04-02 Tom de Vries <tdevries@suse.de>
1722
1723 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1724
3638a098
TT
17252020-04-01 Tom Tromey <tom@tromey.com>
1726
1727 * gdb.base/complex-parts.exp: Add type tests.
1728
c34e8714
TT
17292020-04-01 Tom Tromey <tom@tromey.com>
1730
1731 * gdb.base/complex-parts.exp: Add arithmetic tests.
1732
981c08ce
TT
17332020-04-01 Tom Tromey <tom@tromey.com>
1734
1735 * gdb.compile/compile.exp: Update.
1736 * gdb.compile/compile-cplus.exp: Update.
1737 * gdb.base/varargs.exp: Update.
1738 * gdb.base/floatn.exp: Update.
1739 * gdb.base/endianity.exp: Update.
1740 * gdb.base/callfuncs.exp (do_function_calls): Update.
1741 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1742 (complex_float_integral_args): Update.
1743 * gdb.base/complex.exp: Update.
1744 * gdb.base/complex-parts.exp: Update.
1745
3d1cfd43
TT
17462020-04-01 Tom Tromey <tromey@adacore.com>
1747
1748 * gdb.rust/union.rs: New file.
1749 * gdb.rust/union.exp: New file.
1750 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1751 (main): Update.
1752 * gdb.rust/simple.exp: Move union tests to union.exp.
1753
e033dfa9
TT
17542020-04-01 Tom Tromey <tromey@adacore.com>
1755
1756 * gdb.rust/simple.rs (main): Remove "y0".
1757
53cccef1
TBA
17582020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1759
1760 * gdb.multi/stop-all-on-exit.c: New test.
1761 * gdb.multi/stop-all-on-exit.exp: New file.
1762
60e22c1e
HD
17632020-04-01 Hannes Domani <ssbssa@yahoo.de>
1764
1765 PR gdb/24789
1766 * gdb.cp/misc.cc: Add integer reference variable.
1767 * gdb.cp/misc.exp: Add test.
1768
e139a727
TBA
17692020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1770
1771 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1772 scenario to cover execution until the end and also the case
1773
16b0db75
TV
17742020-03-31 Tom de Vries <tdevries@suse.de>
1775
1776 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1777 c. Use "maint info symtabs" to check symtab expansion.
1778
c0502da6
TV
17792020-03-30 Tom de Vries <tdevries@suse.de>
1780
1781 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1782 unsupported.
1783 (verify_psymtab_expanded): Move ...
1784 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1785 test.
1786 (readnow): New proc.
1787
5935fd15
AB
17882020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1789
1790 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1791 with $hex.
1792
1773be9e
TT
17932020-03-20 Tom Tromey <tromey@adacore.com>
1794
1795 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1796
70304be9
TT
17972020-03-20 Tom Tromey <tromey@adacore.com>
1798
1799 * gdb.ada/sub_variant/subv.adb: New file.
1800 * gdb.ada/sub_variant.exp: New file.
1801
0dd7b8f7
TV
18022020-03-20 Tom de Vries <tdevries@suse.de>
1803
1804 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1805 first break fails.
1806 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1807
cada5fc9
AB
18082020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * gdb.server/exit-multiple-threads.c: New file.
1811 * gdb.server/exit-multiple-threads.exp: New file.
1812
6b8c53f2
AB
18132020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1814
1815 * gdb.fortran/mixed-lang-stack.c: New file.
1816 * gdb.fortran/mixed-lang-stack.cpp: New file.
1817 * gdb.fortran/mixed-lang-stack.exp: New file.
1818 * gdb.fortran/mixed-lang-stack.f90: New file.
1819
19a2740f
AB
18202020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1821
1822 * gdb.linespec/cp-completion-aliases.cc: New file.
1823 * gdb.linespec/cp-completion-aliases.exp: New file.
1824
d8c8b848
TV
18252020-03-19 Tom de Vries <tdevries@suse.de>
1826
1827 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1828 more precise.
1829
a9933ccf
TV
18302020-03-18 Tom de Vries <tdevries@suse.de>
1831
1832 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1833 * gdb.dwarf2/break-inline-psymtab.c: New test.
1834 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1835
2f89101f
TV
18362020-03-16 Tom de Vries <tdevries@suse.de>
1837
1838 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1839 cache_verify and cache_verify_proc.
1840
6b9374f1
TV
18412020-03-15 Tom de Vries <tdevries@suse.de>
1842
1843 * gdb.server/solib-list.exp: Handle
1844 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1845
eaeaf44c
TV
18462020-03-15 Tom de Vries <tdevries@suse.de>
1847
1848 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1849 objfiles".
1850
3293bbaf
TT
18512020-03-14 Tom Tromey <tom@tromey.com>
1852
1853 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1854
ab44624c
TV
18552020-03-14 Tom de Vries <tdevries@suse.de>
1856
1857 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1858
54c43825
TV
18592020-03-14 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1862 result in line-by-line fashion.
1863
2ac70237
TV
18642020-03-14 Tom de Vries <tdevries@suse.de>
1865
1866 * lib/gdb.exp (supports_statement_frontiers): New proc.
1867 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1868
09546b56
TV
18692020-03-14 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.base/printcmds.exp: Add missing quoting for "print
1872 teststring2".
1873
a1f6a07c
TT
18742020-03-13 Tom Tromey <tom@tromey.com>
1875
1876 * gdb.base/printcmds.exp (test_print_strings): Add regression
1877 test.
1878 * gdb.base/printcmds.c (charptr): New typedef.
1879 (teststring2): New global.
1880
1b83d09c
AB
18812020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1882
1883 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1884 full path in the test name.
1885 (test_ld): Add some with_test_prefix blocks to make test names
1886 unique.
1887
2d61316c
TV
18882020-03-13 Tom de Vries <tdevries@suse.de>
1889
1890 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1891
2e9145ac
TV
18922020-03-13 Tom de Vries <tdevries@suse.de>
1893
1894 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1895
96c7f873
TV
18962020-03-13 Tom de Vries <tdevries@suse.de>
1897
1898 PR symtab/25646
1899 * gdb.dwarf2/imported-unit.exp: Add test.
1900
49ba92c0
TV
19012020-03-13 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1904 (var1, var2): New variable.
1905 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1906 matching symbols.
1907
301b21e0
TV
19082020-03-13 Tom de Vries <tdevries@suse.de>
1909
1910 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1911 (Term::command): Use prompt prefix.
1912 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1913 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1914 command_no_prompt_prefix instead of prefix.
1915 * gdb.tui/tui-layout-asm.exp: Same.
1916
3f512721
SM
19172020-03-12 Simon Marchi <simon.marchi@efficios.com>
1918
1919 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1920
40310f30
SM
19212020-03-12 Simon Marchi <simon.marchi@efficios.com>
1922
1923 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1924 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1925 on" while stepping over the test instruction, match printed
1926 message.
1927
09252140
TV
19282020-03-12 Tom de Vries <tdevries@suse.de>
1929
1930 * gdb.base/info-types.exp: Use exp_continue during matching of output
1931 of "info types".
1932
14e9c72c
TV
19332020-03-12 Tom de Vries <tdevries@suse.de>
1934
1935 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1936
e515d67e
TV
19372020-03-12 Tom de Vries <tdevries@suse.de>
1938
1939 * gdb.fortran/module.exp: Use exp_continue during matching of output
1940 of "info variable -n".
1941
307eafd8
TV
19422020-03-12 Tom de Vries <tdevries@suse.de>
1943
1944 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1945 gdb.dwarf2/dw2-ranges-base.c.
1946
9a2de3fc
TV
19472020-03-12 Tom de Vries <tdevries@suse.de>
1948
1949 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1950 in presence of GLIBC debuginfo.
1951
3217502e
TV
19522020-03-12 Tom de Vries <tdevries@suse.de>
1953
1954 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1955 $core.
1956
1281424c
TV
19572020-03-12 Tom de Vries <tdevries@suse.de>
1958
1959 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1960 more precise.
1961
038b97fc
SM
19622020-03-11 Simon Marchi <simon.marchi@efficios.com>
1963
1964 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1965 from Unix to Windows path.
1966
5308d1e7
TV
19672020-03-11 Tom de Vries <tdevries@suse.de>
1968
1969 * gdb.ada/minsyms.exp: Set language to ada.
1970
f870f78f
TV
19712020-03-11 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1974
5a13315d
TV
19752020-03-11 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1978
976862ed
TT
19792020-03-11 Tom Tromey <tromey@adacore.com>
1980
1981 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1982
7462c383
TV
19832020-03-11 Tom de Vries <tdevries@suse.de>
1984
1985 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1986
1c6c46a0
TV
19872020-03-11 Tom de Vries <tdevries@suse.de>
1988
1989 * gdb.base/break-interp.exp: Limit verbose scope.
1990
44f41bb7
TV
19912020-03-11 Tom de Vries <tdevries@suse.de>
1992
1993 * gdb.fortran/logical.f90: Define variable with character type.
1994 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1995
b76f3a42
TV
19962020-03-11 Tom de Vries <tdevries@suse.de>
1997
1998 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1999
1c33af77
TV
20002020-03-11 Tom de Vries <tdevries@suse.de>
2001
2002 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2003 symtabs.
2004
8c95582d
AB
20052020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2006 Bernd Edlinger <bernd.edlinger@hotmail.de>
2007
2008 * gdb.cp/step-and-next-inline.cc: New file.
2009 * gdb.cp/step-and-next-inline.exp: New file.
2010 * gdb.cp/step-and-next-inline.h: New file.
2011 * gdb.dwarf2/dw2-is-stmt.c: New file.
2012 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2013 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2014 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2015 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2016
cecf8547
AB
20172020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2018
2019 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2020 is-stmt flag in the line table.
2021
0ba678c9
TV
20222020-03-09 Tom de Vries <tdevries@suse.de>
2023
2024 * lib/gdb.exp (cached_file): Create cache dir.
2025
72fbdf83
TV
20262020-03-07 Tom de Vries <tdevries@suse.de>
2027
2028 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2029 * gdb.cp/rvalue-ref-params.exp: Same.
2030
436b5e99
TV
20312020-03-06 Tom de Vries <tdevries@suse.de>
2032
2033 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2034 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2035
09f2921c
TV
20362020-03-06 Tom de Vries <tdevries@suse.de>
2037
2038 * README: Fix "the the".
2039 * gdb.base/dprintf.exp: Same.
2040
50a3cc5d
TV
20412020-03-05 Tom de Vries <tdevries@suse.de>
2042
2043 * gdb.base/maint.exp: Update "main print statistics" expected output.
2044
0a709cba
AKS
20452020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2046
2047 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2048 (fortran_int8): Likewise.
2049 (fortran_real4): Likewise.
2050 (fortran_real8): Likewise.
2051 (fortran_complex4): Likewise.
2052 (fortran_logical4): Likewise.
2053 (fortran_character1): Likewise.
2054
5e5d66b6
AB
20552020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2058 printed as true.
2059
7b973adc
SDJ
20602020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2061
2062 * gdb.base/printcmds.exp: Add test to verify printf of a
2063 variable holding an address.
2064
478e490a
TV
20652020-03-03 Tom de Vries <tdevries@suse.de>
2066
2067 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2068
1ef44e86
TV
20692020-03-03 Tom de Vries <tdevries@suse.de>
2070
2071 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2072 gdb_test_multiple call.
2073
b98cc2cf
TV
20742020-03-03 Tom de Vries <tdevries@suse.de>
2075
2076 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2077 gdb_test_multiple calls.
2078
63e163f2
AB
20792020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2080
2081 * gdb.base/default.exp: Remove test of 'set history filename'.
2082 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2083 filename to the empty string.
2084 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2085 and GDBHISTSIZE.
2086
24ed6739
AB
20872020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2088
2089 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2090 disabled.
2091
590003dc
TV
20922020-03-02 Pedro Alves <palves@redhat.com>
2093 Tom de Vries <tdevries@suse.de>
2094
2095 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2096 -prompt prefix, before user_code argument. Add -lbl option likewise.
2097 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2098 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2099 argument.
2100 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2101 have "\r\n" at start-of-line, instead of at end-of-line.
2102
f5e46084
SM
21032020-02-28 Simon Marchi <simon.marchi@efficios.com>
2104
2105 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2106 libinproctrace.so.
2107
f7a7000d
LM
21082020-02-28 Luis Machado <luis.machado@linaro.org>
2109
2110 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2111 to "p/x".
2112
718e0816
LM
21132020-02-28 Luis Machado <luis.machado@linaro.org>
2114
2115 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2116 asm/ptrace.h and error.h.
2117
13c3a74a
TV
21182020-02-28 Tom de Vries <tdevries@suse.de>
2119
2120 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2121 (struct wrapper, do_something, mundane/symada__cS): Move ...
2122 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2123 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2124 Update "print symada__cS before partial symtab expansion" regexp.
2125 Update breakpoint location. Flush symbol cache after expansion.
2126
85d2d5bb
LM
21272020-02-28 Luis Machado <luis.machado@linaro.org>
2128
2129 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2130
3608f86c
TV
21312020-02-27 Tom de Vries <tdevries@suse.de>
2132
2133 * config/sid.exp: Remove unused globals.
2134 * gdb.base/attach.exp: Same.
2135 * gdb.base/catch-load.exp: Same.
2136 * gdb.base/dbx.exp: Same.
2137 * lib/gdb.exp: Same.
2138 * lib/mi-support.exp: Same.
2139 * lib/prompt.exp: Same.
2140
c8d4f6df
TV
21412020-02-27 Tom de Vries <tdevries@suse.de>
2142
2143 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2144 not set.
2145
0d79cdc4
AM
21462020-02-26 Aaron Merey <amerey@redhat.com>
2147
2148 * gdb.debuginfod: New directory for debuginfod tests.
2149 * gdb.debuginfod/main.c: New test file.
2150 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2151
0dce4280
TV
21522020-02-26 Tom de Vries <tdevries@suse.de>
2153
2154 PR gdb/25603
2155 * gdb.base/persistent-lang.cc: New test.
2156 * gdb.base/persistent-lang.exp: New file.
2157
9e80cfa1
AB
21582020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2159
2160 * gdb.fortran/derived-type-striding.exp: Add a new test.
2161 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2162 new test.
2163
2078dbb2
AB
21642020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2165
2166 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2167 names.
2168
70d49700
TV
21692020-02-25 Tom de Vries <tdevries@suse.de>
2170
2171 PR go/18926
2172 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2173
a88ef40d
TV
21742020-02-24 Tom de Vries <tdevries@suse.de>
2175
2176 PR gdb/25592
2177 * gdb.base/info-locals-unused-static-var.c: New test.
2178 * gdb.base/info-locals-unused-static-var.exp: New file.
2179
01b1af32
TT
21802020-02-22 Tom Tromey <tom@tromey.com>
2181
2182 * gdb.python/tui-window.exp: New file.
2183 * gdb.python/tui-window.py: New file.
2184
7c043ba6
TT
21852020-02-22 Tom Tromey <tom@tromey.com>
2186
2187 PR tui/17850:
2188 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2189 tests.
2190
c22fef7e
TT
21912020-02-22 Tom Tromey <tom@tromey.com>
2192
2193 * gdb.tui/new-layout.exp: Add sub-layout tests.
2194
ee325b61
TT
21952020-02-22 Tom Tromey <tom@tromey.com>
2196
2197 * gdb.tui/new-layout.exp: New file.
2198
3f0cbb04
TT
21992020-02-22 Tom Tromey <tom@tromey.com>
2200
2201 * gdb.rust/rust-style.rs: New file.
2202 * gdb.rust/rust-style.exp: New file.
2203 * gdb.base/style.exp: Test structure printing.
2204 * gdb.base/style.c (struct some_struct): New type.
2205 (enum etype): New type.
2206 (struct_value): New global.
2207
75525152
TV
22082020-02-21 Tom de Vries <tdevries@suse.de>
2209
2210 PR go/18926
2211 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2212 Remove blanket xfails. Use message argument for gdb_breakpoint.
2213 Make continuing to breakpoint test conditional on setting breakpoint.
2214 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2215 DW_AT_name attribute. Add xfail for GCC PR93866.
2216
bd360d30
AB
22172020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.dwarf2/cpp-linkage-name.c: New file.
2220 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2221
c7adb09f 22222020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2223
2224 * lib/gdb.exp (gdb_wrapper_init): Reset
2225 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2226 not exist.
2227
a9c79803
TV
22282020-02-20 Tom de Vries <tdevries@suse.de>
2229
2230 PR go/17018
2231 * gdb.go/hello.exp: Copy ...
2232 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2233 print of st to print value of global definition. Add xfail for GCC
2234 PR93844.
2235 * gdb.go/hello.exp: Remove printing of st before definition.
2236 * gdb.go/hello.go: Copy ...
2237 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2238 to st.
2239 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2240
d7445728
TV
22412020-02-20 Tom de Vries <tdevries@suse.de>
2242
2243 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2244 (gdb_simple_compile): Handle compile_flags go by using .go extension
2245 for source file.
2246 * gdb.go/chan.exp: Use support_go_compile.
2247 * gdb.go/handcall.exp: Same.
2248 * gdb.go/hello.exp: Same.
2249 * gdb.go/integers.exp: Same.
2250 * gdb.go/max-depth.exp: Same.
2251 * gdb.go/methods.exp: Same.
2252 * gdb.go/package.exp: Same.
2253 * gdb.go/strings.exp: Same.
2254 * gdb.go/types.exp: Same.
2255 * gdb.go/unsafe.exp: Same.
2256
c9c41e6d
TV
22572020-02-19 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.python/lib-types.exp: Make xfail more strict.
2260
f20ff837
TV
22612020-02-19 Tom de Vries <tdevries@suse.de>
2262
2263 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2264
08410482
DE
22652020-02-19 Doug Evans <dje@google.com>
2266
2267 PR rust/25535
2268 * gdb.rust/simple.exp: Add test.
2269 * gdb.rust/simple.rs: Add test.
2270
623563f7
TV
22712020-02-19 Tom de Vries <tdevries@suse.de>
2272
2273 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2274 output line-by-line.
2275
d3308cfd
TV
22762020-02-19 Tom de Vries <tdevries@suse.de>
2277
2278 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2279
86cbc5dc
TV
22802020-02-19 Tom de Vries <tdevries@suse.de>
2281
2282 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2283 prelink.
2284
9db2b96b
TV
22852020-02-19 Tom de Vries <tdevries@suse.de>
2286
2287 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2288 (gdb_do_cache): Use gdb_do_cache_wrap.
2289 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2290
89e2fdc5
TV
22912020-02-19 Tom de Vries <tdevries@suse.de>
2292
2293 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2294 gdb_compile option.
2295
373d7ac0
SM
22962020-02-18 Simon Marchi <simon.marchi@efficios.com>
2297
2298 * gdb.base/printcmds.exp (test_print_enums): Update expected
2299 output.
2300
b29a2df0
SM
23012020-02-18 Simon Marchi <simon.marchi@efficios.com>
2302
2303 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2304 for "unknown".
2305
6740f0cc
SM
23062020-02-18 Simon Marchi <simon.marchi@efficios.com>
2307
2308 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2309 enumerator.
2310
edd45eb0
SM
23112020-02-18 Simon Marchi <simon.marchi@efficios.com>
2312
2313 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2314 FE_, add FE_NONE.
2315 (three): Update.
2316 (enum flag_enum_without_zero): New enum.
2317 (flag_enum_without_zero): New variable.
2318 (enum not_flag_enum): New enum.
2319 (three_not_flag): New variable.
2320 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2321 (test_print_enums): Add more tests for printing flag enums.
2322
d4295de4
TV
23232020-02-18 Tom de Vries <tdevries@suse.de>
2324
2325 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2326 (gdb_compile_ada): ... here.
2327 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2328 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2329
f251f505
TT
23302020-02-14 Tom Tromey <tom@tromey.com>
2331
2332 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2333 build directory.
2334 * boards/gdbserver-base.exp: Update path to gdbserver.
2335
8f432634
TV
23362020-02-13 Tom de Vries <tdevries@suse.de>
2337
2338 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2339
92b6eaf7
TV
23402020-02-13 Tom de Vries <tdevries@suse.de>
2341
2342 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2343 are missing.
2344
f3b0f7fe
TV
23452020-02-13 Tom de Vries <tdevries@suse.de>
2346
2347 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2348 call.
2349
f6be8713
SDJ
23502020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2351
2352 PR tui/25126
2353 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2354 * gdb.base/cached-source-file.c: New file.
2355 * gdb.base/cached-source-file.exp: New file.
2356
b2770d5e
TV
23572020-02-11 Tom de Vries <tdevries@suse.de>
2358
2359 PR testsuite/25488
2360 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2361
44f6938e
TV
23622020-02-10 Tom de Vries <tdevries@suse.de>
2363
2364 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2365
5f0e2eb7
MR
23662020-02-10 Maciej W. Rozycki <macro@wdc.com>
2367
2368 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2369 and $after_addr are both integers before making a comparison.
2370
46ce2b6f
TV
23712020-02-09 Tom de Vries <tdevries@suse.de>
2372
2373 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2374 command output and paste it into gdb.log. If any, paste catch message
2375 to gdb.log.
2376
5abbbe1d
TT
23772020-02-07 Tom Tromey <tromey@adacore.com>
2378
2379 PR breakpoints/24915:
2380 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2381
1d5d29e7
SV
23822020-02-06 Shahab Vahedi <shahab@synopsys.com>
2383
2384 * gdb.tui/tui-missing-src.exp: Add the "missing source
2385 file" test for the TUI.
2386
b0999b9b
AB
23872020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2388
2389 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2390 including a port number in the output.
2391
c3b149eb
AKS
23922020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2393
2394 * lib/fortran.exp (fortran_int4): Handle clang.
2395 (fortran_int8): Likewise.
2396 (fortran_real4): Likewise.
2397 (fortran_real8): Likewise.
2398 (fortran_complex4): Likewise.
2399 (fortran_logical4): Likewise.
2400 (fortran_character1): Likewise.
2401
f8dcc90b
TV
24022020-02-04 Tom de Vries <tdevries@suse.de>
2403
2404 * README (Race detection): Add note.
2405
f90ac7c2
TV
24062020-02-04 Tom de Vries <tdevries@suse.de>
2407
2408 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2409
780636ae
TV
24102020-02-04 Tom de Vries <tdevries@suse.de>
2411
2412 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2413
5d2e1193
RA
24142020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2415
2416 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2417 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2418 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2419 blttar, bnetarl.
2420 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2421 binary for blttar, bnetarl.
2422 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2423 wait instruction. Delete ldmx test.
2424 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2425
e409c542
AKS
24262020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2427
2428 * gdb.fortran/array-bounds-high.exp: New file.
2429 * gdb.fortran/array-bounds-high.f90: New file.
2430
b0029748
LD
24312020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2432
2433 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2434 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2435
195a8287
TV
24362020-02-01 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2439
42330a68
AB
24402020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2441
2442 PR tui/9765
2443 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2444 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2445
b62a8028
LM
24462020-01-29 Luis Machado <luis.machado@linaro.org>
2447
2448 * gdb.arch/aarch64-brk-patterns.c: New source file.
2449 * gdb.arch/aarch64-brk-patterns.exp: New test.
2450
5f440116
TBA
24512020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2452
2453 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2454 GCC/Clang version.
2455 * gdb.cp/pass-by-ref.exp: Ditto.
2456
ee2a6fc6
TV
24572020-01-29 Tom de Vries <tdevries@suse.de>
2458
2459 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2460 * gdb.threads/watchpoint-fork-mt.c: Same.
2461 * gdb.threads/watchpoint-fork-parent.c: Same.
2462 * gdb.threads/watchpoint-fork-st.c: Same.
2463 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2464
16b10d6e
LM
24652020-01-27 Luis Machado <luis.machado@linaro.org>
2466
2467 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2468 sitting at a syscall instruction when we hit the syscall function's
2469 breakpoint.
2470 Check PC against one obtained with the x command.
2471 Validate syscall number.
2472 (step_over_syscall): Don't continue to the syscall instruction if
2473 we're already there.
2474
b1468492
PW
24752020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2476
2477 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2478
7ffa82e1
AB
24792020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2482 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2483
3d92a3e3
AB
24842020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2485
2486 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2487 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2488
94a72be7
AB
24892020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2490
2491 * gdb.base/maint.exp: Update line table parsing test.
2492 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2493
53af73bf
PA
24942020-01-24 Pedro Alves <palves@redhat.com>
2495
2496 PR gdb/25410
2497 * gdb.multi/multi-re-run-1.c: New.
2498 * gdb.multi/multi-re-run-2.c: New.
2499 * gdb.multi/multi-re-run.exp: New.
2500
1ba1ac88
AB
25012020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2502
2503 PR gdb/23718
2504 * gdb.server/server-kill-python.exp: New file.
2505
f3364a6d
AB
25062020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * gdb.server/multi-ui-errors.c: New file.
2509 * gdb.server/multi-ui-errors.exp: New file.
2510
733d0a67
AB
25112020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2512
2513 PR tui/9765
2514 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2515
4f13c1c0
TT
25162020-01-19 Tom Tromey <tom@tromey.com>
2517
2518 * gdb.tui/main.exp: Add check for plain "file".
2519
40c94099
CB
25202020-01-16 Christian Biesinger <cbiesinger@google.com>
2521
2522 * lib/gdb.exp: Fix spelling error (seperatelly).
2523
ff47f4f0
TT
25242020-01-14 Tom Tromey <tom@tromey.com>
2525
2526 PR symtab/12535:
2527 * gdb.python/python.exp: Test decode_line with empty string
2528 argument.
2529
717c684d
BE
25302020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2531
2532 * gdb.base/skip-inline.exp: Extend test.
2533
44e4c775
AB
25342020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2535
2536 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2537 * gdb.dwarf2/dw2-bad-elf.c: New file.
2538 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2539
d93c6db7
AB
25402020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2541
2542 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2543 _line_saw_file.
2544
9a6d629c
AB
25452020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2546
2547 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2548 border.
2549
d9ebdab7
TBA
25502020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2551
2552 * gdb.multi/multi-target.exp (setup): Factor out "info
2553 connections" and "info inferiors" tests to ...
2554 (test_info_inferiors): ... this new procedure.
2555 (top level): Run new "info-inferiors" tests.
2556
f3c469b9
PA
25572020-01-10 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.server/bkpt-other-inferior.exp: New file.
2560
121b3efd
PA
25612020-01-10 Pedro Alves <palves@redhat.com>
2562
2563 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2564 of "add-inferior".
2565 * gdb.base/quit-live.exp: Likewise.
2566 * gdb.base/remote-exec-file.exp: Likewise.
2567 * gdb.guile/scm-progspace.exp: Likewise.
2568 * gdb.linespec/linespec.exp: Likewise.
2569 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2570 * gdb.mi/user-selected-context-sync.exp: Likewise.
2571 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2572 "info inferiors" tests.
2573 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2574 "add-inferior".
2575 * gdb.multi/watchpoint-multi.exp: Likewise.
2576 * gdb.python/py-inferior.exp: Likewise.
2577 * gdb.server/extended-remote-restart.exp: Likewise.
2578 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2579 "info inferiors".
2580 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2581 * gdb.trace/report.exp: Likewise.
2582
1dadb1dd
PA
25832020-01-10 Pedro Alves <palves@redhat.com>
2584
2585 * gdb.multi/multi-target.c: New file.
2586 * gdb.multi/multi-target.exp: New file.
2587 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2588 mode requested, but remote does not support non-stop".
2589
78f2c40a
PA
25902020-01-10 Pedro Alves <palves@redhat.com>
2591
2592 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2593 disconnect before reconnecting.
2594
e7af6c70
TBA
25952020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2596 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.server/connect-without-multi-process.exp: Also test
2599 continuing to end.
2600
acdf84a6
PA
26012020-01-10 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/remote-exec-file.exp: New file.
2604
873657b9
PA
26052020-01-10 Pedro Alves <palves@redhat.com>
2606
2607 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2608 output.
2609 * gdb.threads/async.c: New.
2610 * gdb.threads/async.exp: New.
2611 * gdb.multi/tids-gid-reset.c: New.
2612 * gdb.multi/tids-gid-reset.exp: New.
2613
7f0ae84c
GB
26142020-01-10 George Barrett <bob@bob131.so>
2615
2616 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2617 to help in finding the image relocation offset.
2618 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2619 options in arguments.
2620 (stap_test_no_debuginfo): Likewise.
2621 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2622 test variants.
2623 (stap_test): Add null semaphore relocation test.
2624
47e9d49d
GB
26252020-01-10 George Barrett <bob@bob131.so>
2626
2627 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2628 * gdb.base/stap-probe.exp: Likewise.
2629 (stap_test): Pass argument as an additional flag.
2630 (stap_test_no_debuginfo): Likewise.
2631 (stap_test): Check `info probes stap' output for semaphore
2632 addresses if the test binary is supposed to have them.
2633
f5a7c406
AB
26342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2635
2636 * gdb.tui/basic.exp: Add more scrolling tests.
2637
9ae6bf64
TT
26382020-01-09 Tom Tromey <tom@tromey.com>
2639
2640 PR tui/18932:
2641 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2642 meangingful value.
2643 (Term::command, Term::resize): Update.
2644 * gdb.tui/basic.exp: Add scrolling test.
2645
b2efe70c
AB
26462020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2647
2648 * gdb.tui/tui-layout-asm.exp: New file.
2649
3804da7e
AB
26502020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2651
2652 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2653
b40aa28f
AB
26542020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2655
2656 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2657 (Term::enter_tui): Use Term::prepare_for_tui.
2658
63ffd7c9
AB
26592020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2662 called.
2663
3be966f6
AB
26642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.base/skip.exp: Fix race condition in test.
2667
153d79c4
AB
26682020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2669
2670 * gdb.base/backtrace.c: New file.
2671 * gdb.base/backtrace.exp: New file.
2672
f2302a34
AB
26732020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2674
2675 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2676
6ec1d75e
PW
26772020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2678
2679 * gdb.base/style.exp: Test that warnings are styled.
2680
c296cbe6
BE
26812019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2682
2683 * gdb.base/line65535.exp: New file.
2684 * gdb.base/line65535.c: New file.
2685
b28a729d
SM
26862019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2687
2688 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2689 * lib/gnat_debug_info_test.adb: New file.
2690 * gdb.ada/ptype_tagged_param.exp: Use
2691 gnat_runtime_has_debug_info, expect a different output if
2692 runtime does not have debug info.
2693
7f2d7a0d
SM
26942019-12-20 Simon Marchi <simon.marchi@efficios.com>
2695
2696 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2697 (another) quote in test name.
2698
f3bce483
SM
26992019-12-20 Simon Marchi <simon.marchi@efficios.com>
2700
2701 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2702 Add quote in test name.
2703
c855a912
TBA
27042019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2705
2706 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2707 directory instead.
2708 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2709 * gdb.cp/pass-by-ref-2.cc: New file.
2710 * gdb.cp/pass-by-ref-2.exp: New file.
2711
fc9d2d72
TT
27122019-12-20 Tom Tromey <tom@tromey.com>
2713
2714 * gdb.tui/list-before.exp: New file.
2715
77b97e00
TT
27162019-12-20 Tom Tromey <tom@tromey.com>
2717
2718 * gdb.tui/list.exp: Check for source on initial listing.
2719
f69656d0
TT
27202019-12-11 Tom Tromey <tromey@adacore.com>
2721
2722 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2723 Add crlf test.
2724
99a55965
SM
27252019-12-18 Simon Marchi <simon.marchi@efficios.com>
2726
2727 * gdb.base/default.exp: Update value of $_gdb_major.
2728
5024637f
BE
27292019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2730
2731 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2732
b63634be
BE
27332019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2734
2735 * gdb.base/skip.exp: Whitespace fix.
2736
45d73523
BE
27372019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2738
2739 * gdb.base/skip-inline.c: New file.
2740 * gdb.base/skip-inline.exp: New file.
2741
d043f8c8
SM
27422019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2743
2744 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2745 jit_function_00 to jit_function_stack_mangle.
2746 * gdb.base/jithost.c (jit_function_t): Rename to...
2747 (jit_function_stack_mangle_t): ... this.
2748 (jit_function_add_t): New typedef.
2749 (jit_function_00_code): Rename to...
2750 (jit_function_stack_mangle_code): ... this, make static.
2751 (jit_function_add_code): New.
2752 (main): Generate "add" function and call it. Adjust to changes
2753 in jithost_abi.
2754 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2755 (struct jithost_abi) <begin, end>: Remove fields.
2756 <object, function_stack_mangle, function_add>: New fields.
2757 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2758 code_end>: Remove fields.
2759 <func_stack_mangle>: New field.
2760 (read_debug_info): Adjust to renaming, create block for "add"
2761 function.
2762 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2763
873de05c
TT
27642019-12-11 Tom Tromey <tom@tromey.com>
2765
2766 * gdb.tui/resize.exp: Fix regexp.
2767 * gdb.tui/regs.exp: Fix regexps.
2768 * gdb.tui/main.exp: Fix regexp.
2769
3d979945
TT
27702019-12-11 Tom Tromey <tom@tromey.com>
2771
2772 * gdb.tui/resize.exp: Update.
2773 * gdb.tui/empty.exp (layouts): Update.
2774
2192a9d3
TT
27752019-12-11 Tom Tromey <tom@tromey.com>
2776
2777 * gdb.tui/regs.exp: Update.
2778 * gdb.tui/empty.exp (layouts): Update.
2779 * gdb.tui/basic.exp: Update.
2780 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2781
d8edc8b7
PW
27822019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2783
2784 * gdb.base/options.exp: Add -raw-values in the print completion list.
2785 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2786
4c12d936
KB
27872019-12-10 Kevin Buettner <kevinb@redhat.com>
2788
2789 * gdb.threads/omp-par-scope.c: New file.
2790 * gdb/threads/omp-par-scope.exp: New file.
2791
26b911fb
KB
27922019-12-10 Kevin Buettner <kevinb@redhat.com>
2793
bb47f919
KB
2794 * lib/gdb.exp (support_nested_function_tests): New proc.
2795
27962019-12-10 Kevin Buettner <kevinb@redhat.com>
2797
2798 * lib/gdb.exp (gdb_compile_openmp): New proc.
2799 (build_executable_from_specs): Add an "openmp" option.
2800 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2801
6c71eb7d
TT
28022019-12-10 Tom Tromey <tromey@adacore.com>
2803
2804 * gdb.ada/unchecked_union.exp: New file.
2805 * gdb.ada/unchecked_union/pck.adb: New file.
2806 * gdb.ada/unchecked_union/pck.ads: New file.
2807 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2808 * gdb-utils.exp (string_to_regexp): Also quote "?".
2809
bac7c5cf
GB
28102019-12-10 George Barrett <bob@bob131.so>
2811
2812 Test scripted probe breakpoints.
2813 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2814 * gdb.python/py-breakpoint.c (main): Likewise.
2815 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2816 specifier test.
2817 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2818
330f1d38
TBA
28192019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2820
2821 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2822 an rvalue parameter.
2823 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2824 parameter.
2825
b43315e2
AB
28262019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2829 modules.
2830
54f73dad
AB
28312019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2832
2833 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2834 broken version of GCC.
2835
d57cbee9
AB
28362019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2837
2838 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2839 sym-info-cmds library.
2840 * gdb.fortran/info-types.exp: Likewise.
2841 * lib/sym-info-cmds.exp: New file.
2842
c14aab8c
TV
28432019-12-08 Tom de Vries <tdevries@suse.de>
2844
2845 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2846
aa2d5a42
KS
28472019-12-07 Keith Seitz <keiths@redhat.com>
2848
2849 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2850 * gdb.base/corefile-buildid-shlib.c: New file.
2851 * gdb.base/corefile-buildid.c: New file.
2852 * gdb.base/corefile-buildid.exp: New file.
2853
93e55f0a
TV
28542019-12-06 Tom de Vries <tdevries@suse.de>
2855
2856 * gdb.dwarf2/varval.exp: Add decl before def test.
2857
c7d12402
TBA
28582019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2859
2860 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2861
06acc08f
TBA
28622019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2863
2864 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2865 CV and reference conversion for overload resolution.
2866 * gdb.cp/rvalue-ref-overload.exp: Test it.
2867
e0fad1ea
PW
28682019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2869
2870 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2871 * gdb.base/frameapply.exp: Test faas without command.
2872
8d70a9f0
AB
28732019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2874
2875 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2876 Fortran tests.
2877 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2878 order.
2879
36c8fb93
AB
28802019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2881
2882 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2883 casting to type with no kind specified.
2884 (test_basic_parsing_of_type_kinds): Additional tests for types
2885 with no kind specified, and add tests for single/double
2886 precision/complex types.
2887
4139ff00
TT
28882019-12-04 Tom Tromey <tromey@adacore.com>
2889
2890 * gdb.base/endianity.c (struct other) <x>: New field.
2891 (main): Initialize it.
2892 * gdb.base/endianity.exp: Update.
2893
a05cf17a
TT
28942019-12-04 Tom Tromey <tromey@adacore.com>
2895
2896 * gdb.ada/scalar_storage/storage.adb: New file.
2897 * gdb.ada/scalar_storage/pck.adb: New file.
2898 * gdb.ada/scalar_storage/pck.ads: New file.
2899 * gdb.ada/scalar_storage.exp: New file.
2900
103a685e
TT
29012019-12-04 Tom Tromey <tromey@adacore.com>
2902
2903 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2904 (main): Initialize it.
2905 * gdb.base/endianity.exp: Update.
2906
c2512106
AB
29072019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2908
2909 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2910
293b38d6
AB
29112019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2914 -symbol-info-module-functions and -symbol-info-module-variables.
2915
216a7e6b
AB
29162019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2919
5bbd8269
AB
29202019-12-01 Richard Bunt <richard.bunt@arm.com>
2921 Andrew Burgess <andrew.burgess@embecosm.com>
2922
2923 * gdb.fortran/derived-type-striding.exp: New file.
2924 * gdb.fortran/derived-type-striding.f90: New file.
2925 * gdb.fortran/array-slices.exp: New file.
2926 * gdb.fortran/array-slices.f90: New file.
2927
be09caf1
PW
29282019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2929
2930 * gdb.base/define.exp: Test . in command names.
2931 * gdb.base/setshow.exp: Update test, as . is now part of
2932 command name.
2933
643c0cbe
PW
29342019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2935
2936 * gdb.base/define-prefix.exp: New file.
2937
dcdec678
AB
29382019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2939
2940 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2941 compile.
2942 (skip_btrace_pt_tests): Likewise.
2943
640ab947
AB
29442019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2945
2946 * gdb.fortran/info-modules.exp: Compile source files in correct
2947 order.
2948
d22670f0
KB
29492019-11-27 Kevin Buettner <kevinb@redhat.com>
2950
2951 * gdb.dwarf2/imported-unit.exp: New file.
2952 * gdb.dwarf2/imported-unit.c: New file.
2953
db5960b4
AB
29542019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2955
2956 * gdb.mi/mi-fortran-modules-2.f90: New file.
2957 * gdb.mi/mi-fortran-modules.exp: New file.
2958 * gdb.mi/mi-fortran-modules.f90: New file.
2959
7dc42066
AB
29602019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.mi/mi-sym-info-1.c: New file.
2963 * gdb.mi/mi-sym-info-2.c: New file.
2964 * gdb.mi/mi-sym-info.exp: New file.
2965
0dfeecca
TT
29662019-11-22 Tom Tromey <tromey@adacore.com>
2967
2968 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2969 * gdb.ada/tasks/foo.adb: Add another stopping location.
2970
34877895
PJ
29712019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2972
2973 * gdb.base/endianity.c: New test.
2974 * gdb.base/endianity.exp: New file.
2975
2e84f897
LD
29762019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2977
2978 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2979
65d1cd5f
TV
29802019-11-21 Tom de Vries <tdevries@suse.de>
2981
2982 PR gdb/24956
2983 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2984
4f22c3f4
SDJ
29852019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2986
2987 * gdb.python/py-progspace.exp: Add missing parentheses on some
2988 'print' commands.
2989
9f6ad286
TT
29902019-11-19 Tom Tromey <tom@tromey.com>
2991
2992 * gdb.tui/winheight.exp: New file.
2993
0b8dbf3f
AB
29942019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2995
2996 * gdb.base/ctf-whatis.c: Delete.
2997 * gdb.base/ctf-whatis.exp: Delete.
2998 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2999
f833b7a7
AB
30002019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3001
3002 * gdb.base/ctf-cvexpr.exp: Delete.
3003 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3004
30d0a636
AB
30052019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3008 the compiler. Clean up header comment a little.
3009 * gdb.base/ctf-ptype.exp: Likewise.
3010 * gdb.base/ctf-whatis.exp: Likewise.
3011 * lib/gdb.exp (skip_ctf_tests): New proc.
3012
494409bb
SDJ
30132019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3014
3015 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3016 * gdb.tui/corefile-run.exp: New file.
3017
55708e99
TT
30182019-11-14 Tom Tromey <tromey@adacore.com>
3019
3020 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3021 regression tests.
3022
45e42163
TT
30232019-11-12 Tom Tromey <tom@tromey.com>
3024
3025 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3026 after any command. Expect prompt after WAIT_FOR is seen.
3027 (enter_tui): Enable resize messages.
3028 (command): Expect command in output.
3029 (get_line): Avoid error when cursor appears to be off-screen.
3030 (dump_screen): Include screen size in title.
3031 (_do_resize): New proc, from "resize".
3032 (resize): Rewrite. Do resize in two steps.
3033 * gdb.tui/empty.exp (layouts): Fix entries.
3034 (check_boxes): Remove xfail.
3035 (check_text): Dump screen on failure.
3036
086baaf1
AB
30372019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.python/py-symbol.exp: Add test for
3040 gdb.lookup_static_symbols.
3041
09ff83af
AB
30422019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3043
3044 * gdb.python/py-symbol.c: Declare and call function from new
3045 py-symbol-2.c file.
3046 * gdb.python/py-symbol.exp: Compile both source files, and add new
3047 tests for gdb.lookup_static_symbol.
3048 * gdb.python/py-symbol-2.c: New file.
3049
11af934b
TV
30502019-11-02 Tom de Vries <tdevries@suse.de>
3051
3052 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3053 * gdb.base/anon.exp: Same.
3054 * gdb.base/auto-connect-native-target.exp: Same.
3055 * gdb.base/call-ar-st.exp: Same.
3056 * gdb.base/catch-syscall.exp: Same.
3057 * gdb.base/commands.exp: Same.
3058 * gdb.base/default.exp: Same.
3059 * gdb.base/display.exp: Same.
3060 * gdb.base/float.exp: Same.
3061 * gdb.base/foll-fork.exp: Same.
3062 * gdb.base/help.exp: Same.
3063 * gdb.base/info-macros.exp: Same.
3064 * gdb.base/info-proc.exp: Same.
3065 * gdb.base/info-target.exp: Same.
3066 * gdb.base/long_long.exp: Same.
3067 * gdb.base/macscp.exp: Same.
3068 * gdb.base/memattr.exp: Same.
3069 * gdb.base/nofield.exp: Same.
3070 * gdb.base/pointers.exp: Same.
3071 * gdb.base/printcmds.exp: Same.
3072 * gdb.base/ptype.exp: Same.
3073 * gdb.base/restore.exp: Same.
3074 * gdb.base/return.exp: Same.
3075 * gdb.base/scope.exp: Same.
3076 * gdb.base/set-noassign.exp: Same.
3077 * gdb.base/setshow.exp: Same.
3078 * gdb.base/shlib-call.exp: Same.
3079 * gdb.base/signals.exp: Same.
3080 * gdb.base/sigstep.exp: Same.
3081 * gdb.base/skip.exp: Same.
3082 * gdb.base/solib-symbol.exp: Same.
3083 * gdb.base/stap-probe.exp: Same.
3084 * gdb.base/step-line.exp: Same.
3085 * gdb.base/step-test.exp: Same.
3086 * gdb.base/style.exp: Same.
3087 * gdb.base/varargs.exp: Same.
3088 * gdb.base/vla-datatypes.exp: Same.
3089 * gdb.base/vla-ptr.exp: Same.
3090 * gdb.base/vla-sideeffect.exp: Same.
3091 * gdb.base/volatile.exp: Same.
3092 * gdb.base/watch-cond-infcall.exp: Same.
3093 * gdb.base/watchpoint.exp: Same.
3094
e96ec2ba
TV
30952019-11-02 Tom de Vries <tdevries@suse.de>
3096
3097 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3098 * gdb.cp/cpexprs.exp: Same.
3099 * gdb.cp/except-multi-location.exp: Same.
3100 * gdb.cp/exceptprint.exp: Same.
3101 * gdb.cp/gdb2384.exp: Same.
3102 * gdb.cp/inherit.exp: Same.
3103 * gdb.cp/m-static.exp: Same.
3104 * gdb.cp/meth-typedefs.exp: Same.
3105 * gdb.cp/misc.exp: Same.
3106 * gdb.cp/namespace.exp: Same.
3107 * gdb.cp/non-trivial-retval.exp: Same.
3108 * gdb.cp/overload.exp: Same.
3109 * gdb.cp/pr17132.exp: Same.
3110 * gdb.cp/re-set-overloaded.exp: Same.
3111 * gdb.cp/rvalue-ref-types.exp: Same.
3112 * gdb.cp/templates.exp: Same.
3113
bd5766ec
LM
31142019-11-01 Luis Machado <luis.machado@linaro.org>
3115
3116 PR gdb/25124
3117
3118 * gdb.arch/pr25124.S: New file.
3119 * gdb.arch/pr25124.exp: New file.
3120
165f8965
AB
31212019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3122
3123 * gdb.fortran/info-modules.exp: Update expected results, and add
3124 additional tests for 'info module functinos', and 'info module
3125 variables'.
3126 * gdb.fortran/info-types.exp: Update expected results.
3127 * gdb.fortran/info-types.f90: Extend testcase with additional
3128 module variables and functions.
3129
59c35742
AB
31302019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.fortran/info-modules.exp: New file.
3133 * gdb.fortran/info-types.exp: Build with new file.
3134 * gdb.fortran/info-types.f90: Include and use new module.
3135 * gdb.fortran/info-types-2.f90: New file.
3136
f3fb2519
PW
31372019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3138
3139 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3140 * gdb.base/settings.exp: Test all settings types using
3141 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3142 that now verifies that the value of "maint show" is the same as
3143 returned by the settings functions. Test the type of the
3144 maintenance settings.
3145 * gdb.base/default.exp: Update show_conv_list.
3146
d1e36019
TV
31472019-10-31 Tom de Vries <tdevries@suse.de>
3148
3149 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3150 gdb_test.
3151 * gdb.arch/amd64-disp-step.exp: Same.
3152 * gdb.asm/asm-source.exp: Same.
3153 * gdb.btrace/buffer-size.exp: Same.
3154 * gdb.btrace/cpu.exp: Same.
3155 * gdb.btrace/enable.exp: Same.
3156 * gdb.dwarf2/count.exp: Same.
3157 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3158 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3159 * gdb.fortran/vla-datatypes.exp: Same.
3160 * gdb.fortran/vla-history.exp: Same.
3161 * gdb.fortran/vla-ptype.exp: Same.
3162 * gdb.fortran/vla-value.exp: Same.
3163 * gdb.fortran/whatis_type.exp: Same.
3164 * gdb.guile/guile.exp: Same.
3165 * gdb.multi/tids.exp: Same.
3166 * gdb.python/py-finish-breakpoint.exp: Same.
3167 * gdb.python/py-framefilter.exp: Same.
3168 * gdb.python/py-pp-registration.exp: Same.
3169 * gdb.python/py-xmethods.exp: Same.
3170 * gdb.python/python.exp: Same.
3171 * gdb.server/connect-with-no-symbol-file.exp: Same.
3172 * gdb.server/no-thread-db.exp: Same.
3173 * gdb.server/run-without-local-binary.exp: Same.
3174 * gdb.stabs/weird.exp: Same.
3175 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3176 * gdb.threads/thread-find.exp: Same.
3177 * gdb.threads/tls-shared.exp: Same.
3178 * gdb.threads/tls.exp: Same.
3179 * gdb.threads/wp-replication.exp: Same.
3180 * gdb.trace/ax.exp: Same.
3181 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3182
3d11e68e
TV
31832019-10-31 Tom de Vries <tdevries@suse.de>
3184
3185 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3186 * gdb.ada/array_subscript_addr.exp: Same.
3187 * gdb.ada/arrayidx.exp: Same.
3188 * gdb.ada/arrayparam.exp: Same.
3189 * gdb.ada/arrayptr.exp: Same.
3190 * gdb.ada/boolean_expr.exp: Same.
3191 * gdb.ada/call_pn.exp: Same.
3192 * gdb.ada/complete.exp: Same.
3193 * gdb.ada/fixed_cmp.exp: Same.
3194 * gdb.ada/fun_addr.exp: Same.
3195 * gdb.ada/funcall_param.exp: Same.
3196 * gdb.ada/interface.exp: Same.
3197 * gdb.ada/mod_from_name.exp: Same.
3198 * gdb.ada/null_array.exp: Same.
3199 * gdb.ada/packed_array.exp: Same.
3200 * gdb.ada/packed_tagged.exp: Same.
3201 * gdb.ada/print_chars.exp: Same.
3202 * gdb.ada/print_pc.exp: Same.
3203 * gdb.ada/ptype_arith_binop.exp: Same.
3204 * gdb.ada/ptype_field.exp: Same.
3205 * gdb.ada/ptype_tagged_param.exp: Same.
3206 * gdb.ada/rec_return.exp: Same.
3207 * gdb.ada/ref_tick_size.exp: Same.
3208 * gdb.ada/str_ref_cmp.exp: Same.
3209 * gdb.ada/taft_type.exp: Same.
3210 * gdb.ada/tagged.exp: Same.
3211 * gdb.ada/type_coercion.exp: Same.
3212 * gdb.ada/uninitialized_vars.exp: Same.
3213
60b6ede8
TV
32142019-10-30 Tom de Vries <tdevries@suse.de>
3215
3216 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3217
30baf67b
TV
32182019-10-26 Tom de Vries <tdevries@suse.de>
3219
3220 * gdb.base/bigcore.c: Fix typos in comments.
3221 * gdb.base/ctf-ptype.c: Same.
3222 * gdb.base/long_long.c: Same.
3223 * gdb.dwarf2/dw2-op-out-param.S: Same.
3224 * gdb.python/py-evthreads.c: Same.
3225 * gdb.reverse/i387-stack-reverse.c: Same.
3226 * gdb.trace/tfile.c: Same.
3227 * lib/compiler.c: Same.
3228 * lib/compiler.cc: Same.
3229
158da0d1
TV
32302019-10-25 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3233 gdb_test_multiple calls.
3234 * gdb.reverse/sigall-reverse.exp: Same.
3235 * gdb.reverse/solib-precsave.exp: Same.
3236 * gdb.reverse/solib-reverse.exp: Same.
3237 * gdb.reverse/until-precsave.exp: Same.
3238 * gdb.reverse/until-reverse.exp: Same.
3239
4ccdfbec
TV
32402019-10-24 Tom de Vries <tdevries@suse.de>
3241
3242 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3243 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3244 kfail using -wrap pattern flag and convenience variable
3245 gdb_test_name.
3246
33d569b7
AB
32472019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3248
3249 * gdb.python/py-progspace.exp: Add tests for the
3250 Progspace.block_for_pc method.
3251
4d0b984b
TT
32522019-10-23 Tom Tromey <tom@tromey.com>
3253
3254 * configure: Rebuild.
3255 * aclocal.m4: Use m4_include, not sinclude.
3256
94cb3754
TV
32572019-10-21 Tom de Vries <tdevries@suse.de>
3258
3259 * gdb.base/infcall-nested-structs.c: Add
3260 __attribute__((noinline,noclone)) to all functions.
3261 (call_all): Add missing variable initialization. Simplify return value.
3262 (breakpt): Increment volatile variable, to prevent call from being
3263 optimized out.
3264 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3265
062f1fc1
TV
32662019-10-17 Tom de Vries <tdevries@suse.de>
3267
3268 * gdb.fortran/module.exp: Allow info variables to print info for files
3269 other than module.f90.
3270
0b54364d
AB
32712019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3272
3273 * gdb.fortran/module.exp: Extend with 'info variables' test.
3274
7ff5fae7
AB
32752019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3276
3277 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3278 F77_FOR_TARGET.
3279
d10eccaa
TV
32802019-10-16 Tom de Vries <tdevries@suse.de>
3281
3282 PR tdep/25096
3283 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3284
745ff14e
TV
32852019-10-16 Tom de Vries <tdevries@suse.de>
3286
3287 PR tdep/24104
3288 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3289 Add KFAIL for PR tdep/25096.
3290
03e1ab94
TV
32912019-10-16 Tom de Vries <tdevries@suse.de>
3292
3293 PR testsuite/25059
3294 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3295
b17fcc10
TV
32962019-10-16 Tom de Vries <tdevries@suse.de>
3297
3298 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3299 as signed.
3300
9223170f
SM
33012019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3302
3303 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3304 one instead of increasing timeout.
3305
d6e76313
TV
33062019-10-13 Tom de Vries <tdevries@suse.de>
3307
3308 PR record/25038
3309 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3310 * gdb.reverse/sigall-reverse.exp: Same.
3311 * gdb.reverse/solib-precsave.exp: Same.
3312 * gdb.reverse/solib-reverse.exp: Same.
3313 * gdb.reverse/step-precsave.exp: Same.
3314 * gdb.reverse/until-precsave.exp: Same.
3315 * gdb.reverse/until-reverse.exp: Same.
3316 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3317
6dfc0041
AA
33182019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3319
3320 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3321 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3322 (cmp_struct_05_01, cmp_struct_static_02_01)
3323 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3324 comparisons.
3325
abcf2cc8
TV
33262019-10-10 Tom de Vries <tdevries@suse.de>
3327
3328 PR testsuite/24888
3329 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3330 gnatlink.
3331
a50faaf6
TV
33322019-10-09 Tom de Vries <tdevries@suse.de>
3333
3334 PR testsuite/25048
3335 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3336
60ff3cd7
AB
33372019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3338
3339 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3340 exceptions due to missing debug information.
3341
dfee8566
TV
33422019-10-07 Tom de Vries <tdevries@suse.de>
3343
3344 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3345
3d63690a
AB
33462019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3347
3348 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3349 * gdb.base/annota1.exp: Update to use gdb_test_name.
3350
30d1f018
WP
33512019-10-07 Weimin Pan <weimin.pan@oracle.com>
3352
3353 * gdb.base/ctf-whatis.exp: New file.
3354 * gdb.base/ctf-whatis.c: New file.
3355 * gdb.base/ctf-ptype.exp: New file.
3356 * gdb.base/ctf-ptype.c: New file.
3357 * gdb.base/ctf-constvars.exp: New file.
3358 * gdb.base/ctf-constvars.c: New file.
3359 * gdb.base/ctf-cvexpr.exp: New file.
3360
4dbbb47c
TV
33612019-10-04 Tom de Vries <tdevries@suse.de>
3362
3363 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3364 for loop.
3365
77c2dba3
TT
33662019-10-03 Tom Tromey <tom@tromey.com>
3367
3368 PR rust/24976:
3369 * gdb.rust/simple.rs (Union2): New type.
3370 (main): Use Union2.
3371 * gdb.rust/simple.exp: Add test.
3372
179aed7f
AB
33732019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3376 nested function prefix.
3377
0a4b0913
AB
33782019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3379 Richard Bunt <richard.bunt@arm.com>
3380 Andrew Burgess <andrew.burgess@embecosm.com>
3381
3382 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3383 nested functions.
3384 * gdb.fortran/nested-funcs.f90: Update expected results.
3385 * gdb.fortran/nested-funcs-2.exp: New file.
3386 * gdb.fortran/nested-funcs-2.f90: New file.
3387
082cce05
AB
33882019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3389
3390 * gdb.python/py-parameter.exp: Make test names unique.
3391 * gdb.python/py-template.exp: Likewise.
3392 * gdb.python/py-value.exp: Likewise.
3393
2b74ba5a
AB
33942019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3395
3396 * gdb.base/break-interp.exp: Reduce test name duplication.
3397 * gdb.base/call-sc.exp: Likewise.
3398 * gdb.base/callfuncs.exp: Likewise.
3399 * gdb.base/charset.exp: Likewise.
3400 * gdb.base/dump.exp: Likewise.
3401 * gdb.base/ena-dis-br.exp: Likewise.
3402 * gdb.base/relational.exp: Likewise.
3403 * gdb.base/step-over-syscall.exp: Likewise.
3404 * gdb.base/structs.exp: Likewise.
3405
58eb20d5
AB
34062019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.linespec/explicit.exp: Make test names unique.
3409 * gdb.linespec/ls-errs.exp: Likewise.
3410
4d421147
AB
34112019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3412
3413 * gdb.reverse/break-precsave.exp: Make test names unique.
3414 * gdb.reverse/break-reverse.exp: Likewise.
3415 * gdb.reverse/finish-precsave.exp: Likewise.
3416 * gdb.reverse/finish-reverse.exp: Likewise.
3417 * gdb.reverse/machinestate-precsave.exp: Likewise.
3418 * gdb.reverse/machinestate.exp: Likewise.
3419 * gdb.reverse/readv-reverse.exp: Likewise.
3420 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3421 * gdb.reverse/sigall-precsave.exp: Likewise.
3422 * gdb.reverse/sigall-reverse.exp: Likewise.
3423 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3424 * gdb.reverse/watch-precsave.exp: Likewise.
3425 * gdb.reverse/watch-reverse.exp: Likewise.
3426
d8c06f22
AB
34272019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 * gdb.threads/stop-with-handle.c: New file.
3430 * gdb.threads/stop-with-handle.exp: New file.
3431
3a56ed86
TV
34322019-10-03 Tom de Vries <tdevries@suse.de>
3433
3434 PR testsuite/25059
3435 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3436 directory" line to be missing.
3437
42275044
TV
34382019-10-03 Tom de Vries <tdevries@suse.de>
3439
3440 PR testsuite/25059
3441 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3442 type optional.
3443
9ef62df0
AA
34442019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3445
3446 * gdb.python/py-format-string.c (string.h): New include.
3447 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3448 the same value, for endianness-independence.
3449 * gdb.python/py-format-string.exp (default_regexp_dict)
3450 (test_pretty_structs, test_format): Adjust expected output to the
3451 changed initialization.
3452
37f6a7f4
TT
34532019-10-02 Tom Tromey <tromey@adacore.com>
3454
3455 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3456
1d58d6a2
PA
34572019-10-02 Pedro Alves <palves@redhat.com>
3458 Andrew Burgess <andrew.burgess@embecosm.com>
3459
3460 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3461 "print-file-var.h".
3462 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3463 (get_version_1): Print this_version_id and its address.
3464 Add extern "C" wrappers around interface functions.
3465 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3466 "print-file-var.h".
3467 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3468 (get_version_2): Print this_version_id and its address.
3469 Add extern "C" wrappers around interface functions.
3470 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3471 <stddef.h> and "print-file-var.h".
3472 Add extern "C" wrappers around interface functions.
3473 [VERSION_ID_MAIN] (this_version_id): Define.
3474 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3475 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3476 up extern "C" blocks.
3477 * gdb.base/print-file-var.exp (test): New, factored out from top
3478 level.
3479 (top level): Test all combinations of attribute hidden or not,
3480 dlopen or not, and this_version_id symbol in main file or not.
3481 Compile tests as both C++ and C, make test names unique.
3482
d770d56f
TT
34832019-10-01 Tom Tromey <tom@tromey.com>
3484
3485 * gdb.base/style.exp: Test "show logging filename".
3486
7f6aba03
TT
34872019-10-01 Tom Tromey <tom@tromey.com>
3488
3489 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3490 * gdb.base/style.exp: Add metadata style test.
3491
14309bb6
TT
34922019-10-01 Tom Tromey <tom@tromey.com>
3493
3494 * gdb.base/style.exp: Test "pwd".
3495
2a3c1174
PA
34962019-10-01 Tom Tromey <tom@tromey.com>
3497
3498 * gdb.base/style.exp: Update tests.
3499
53d666ec
AA
35002019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3501
3502 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3503 'six' to unsigned.
3504 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3505 'five'. Use an all-ones bit pattern for each.
3506 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3507 to its changed values.
3508
4a56a520
TT
35092019-09-30 Tom Tromey <tromey@adacore.com>
3510
3511 * gdb.rust/traits.rs: Disable all warnings.
3512
0df0352a
TV
35132019-09-29 Tom de Vries <tdevries@suse.de>
3514
aac66a4c 3515 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3516
73d9a918
TV
35172019-09-29 Tom de Vries <tdevries@suse.de>
3518
3519 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3520
060b3ab4
TV
35212019-09-27 Tom de Vries <tdevries@suse.de>
3522
3523 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3524
68f7d34d
TV
35252019-09-27 Tom de Vries <tdevries@suse.de>
3526
3527 PR record/23188
3528 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3529
5d63b30a
TT
35302019-09-26 Tom Tromey <tromey@adacore.com>
3531
3532 * gdb.ada/py_taft.exp: New file.
3533 * gdb.ada/py_taft/main.adb: New file.
3534 * gdb.ada/py_taft/pkg.adb: New file.
3535 * gdb.ada/py_taft/pkg.ads: New file.
3536
3d435220
TV
35372019-09-24 Tom de Vries <tdevries@suse.de>
3538
3539 PR gdb/24598
3540 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3541
77d03678
TV
35422019-09-22 Tom de Vries <tdevries@suse.de>
3543
3544 * gdb.base/restore.exp: Allow register variables to be optimized out at
3545 -O0.
3546
abf516c6
UW
35472019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3548
3549 * gdb.arch/spu-info.exp: Remove file.
3550 * gdb.arch/spu-info.c: Remove file.
3551 * gdb.arch/spu-ls.exp: Remove file.
3552 * gdb.arch/spu-ls.c: Remove file.
3553
3554 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3555 * gdb.asm/spu.inc: Remove file.
3556
3557 * gdb.base/dump.exp: Remove support for spu*-*-*.
3558 * gdb.base/stack-checking.exp: Likewise.
3559 * gdb.base/overlays.exp: Likewise.
3560 * gdb.base/ovlymgr.c: Likewise.
3561 * gdb.base/spu.ld: Remove file.
3562
3563 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3564 * gdb.cp/cpexprs.exp: Likewise.
3565 * gdb.cp/exception.exp: Likewise.
3566 * gdb.cp/gdb2495.exp: Likewise.
3567 * gdb.cp/mb-templates.exp: Likewise.
3568 * gdb.cp/pr9167.exp: Likewise.
3569 * gdb.cp/userdef.exp: Likewise.
3570
3571 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3572
3573 * gdb.cell: Remove directory.
3574 * lib/cell.exp: Remove file.
3575
e452e88f
TV
35762019-09-19 Tom de Vries <tdevries@suse.de>
3577
3578 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3579
8a625130
TV
35802019-09-19 Tom de Vries <tdevries@suse.de>
3581
3582 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3583
81dc3ab5
TV
35842019-09-19 Tom de Vries <tdevries@suse.de>
3585
3586 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3587 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3588 (gdb_target_cmd): ... here.
3589 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3590 value 2.
3591
b078f3ac
AB
35922019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3593
3594 * gdb.base/source-dir.exp: Avoid having directory names in test
3595 names.
3596
f1b620e9
MG
35972019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3598
3599 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3600 directory.
3601
67f3ed6a
AB
36022019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3603
3604 * gdb.base/list-missing-source.exp: New file.
3605
d1b70248
TV
36062019-09-14 Tom de Vries <tdevries@suse.de>
3607
3608 PR teststuite/24599
3609 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3610 * lib/ada.exp (gnatmake_version_at_least): New proc.
3611
5fabdcd6
AB
36122019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3613
3614 * gdb.base/maint.exp: Use exec_has_index_section.
3615
aa17805f
AB
36162019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3617
3618 * gdb.base/maint.exp: Add test for 'maint info sections'.
3619
25e5c209
TV
36202019-09-12 Tom de Vries <tdevries@suse.de>
3621
3622 * gdb.base/store.exp: Allow register variables to be optimized out at
3623 -O0.
3624
4993045d
PW
36252019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3626
3627 * gdb.ada/rdv_wait.exp: Update to new task names.
3628 * gdb.base/task_switch_in_core.exp: Likewise.
3629 * gdb.base/info_sources_base.c: Likewise.
3630
8a516164
TT
36312019-09-10 Tom Tromey <tromey@adacore.com>
3632
3633 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3634
aa391654
TT
36352019-09-10 Tom Tromey <tromey@adacore.com>
3636
3637 * gdb.ada/dgopt.exp: New file.
3638 * gdb.ada/dgopt/x.adb: New file.
3639
8634b462
TT
36402019-09-08 Tom Tromey <tom@tromey.com>
3641
3642 * gdb.tui/resize.exp: Remove setup_xfail.
3643 * gdb.tui/regs.exp: Remove setup_xfail.
3644 * gdb.tui/basic.exp: Remove setup_xfail.
3645
736b0f76
DB
36462019-09-06 David Blaikie <dblaikie@gmail.com>
3647
3648 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3649 * gdb.cp/cplabel.exp: Ditto.
3650 * gdb.linespec/ls-errs.exp: Ditto.
3651
30331a6c
TV
36522019-09-05 Tom de Vries <tdevries@suse.de>
3653
3654 * lib/gdb.exp (cmp_file_string): New proc.
3655 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3656 runto_main. Verify save breakpoints output.
3657
98b0ebab
PW
36582019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3659
3660 * gdb.base/info-var.exp: Test info variables without running
3661 to main, to avoid expect's buffer overflow.
3662
4e962e74
TT
36632019-09-03 Tom Tromey <tromey@adacore.com>
3664
3665 * gdb.ada/bias.exp: New file.
3666 * gdb.ada/bias/bias.adb: New file.
3667 * gdb.ada/print_chars.exp: Add regression test.
3668 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3669 (MC): New variable.
3670
2ea1a07a
SL
36712019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3672
3673 * gdb.base/argv0-symlink.exp: Run only on native target
3674 and local host.
3675
8077c50d
TV
36762019-08-29 Tom de Vries <tdevries@suse.de>
3677
3678 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3679 diverse debug info.
3680 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3681
48352473
TV
36822019-08-28 Tom de Vries <tdevries@suse.de>
3683
3684 * gdb.base/info-var.exp: Allow info variables to print info for files
3685 other than info-var-f1.c and info-var-f2.c.
3686
d8f27c60
AB
36872019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3688
3689 * gdb.fortran/info-types.exp: Add module.
3690 * gdb.fortran/info-types.f90: Update expected results.
3691
1f20c35e
AB
36922019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * gdb.fortran/info-types.exp: New file.
3695 * gdb.fortran/info-types.f90: New file.
3696 * lib/fortran.exp (fortran_character1): New proc.
3697
4acfdd20
AB
36982019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3699
3700 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3701 functions'. Reindent as needed.
3702 * gdb.base/info-var-f1.c: New file.
3703 * gdb.base/info-var-f2.c: New file.
3704 * gdb.base/info-var.exp: New file.
3705 * gdb.base/info-var.h: New file.
3706
5c31b358
TV
37072019-08-26 Tom de Vries <tdevries@suse.de>
3708
3709 PR c++/24852
3710 * gdb.cp/no-libstdcxx-probe.exp: New test.
3711
b694989f
TV
37122019-08-26 Tom de Vries <tdevries@suse.de>
3713
3714 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3715 * tests need to be skipped.
3716 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3717 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3718 mi_skip_libstdcxx_probe_tests.
3719
d9c4ba53
SDJ
37202019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3721
3722 * gdb.python/py-xmethods.exp: Use raw strings when passing
3723 arguments to SimpleXMethodMatcher.
3724
395fad09
TV
37252019-08-22 Tom de Vries <tdevries@suse.de>
3726
3727 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3728 more informative.
3729
26c957f1
PA
37302019-08-21 Pedro Alves <palves@redhat.com>
3731
3732 * gdb.base/with.exp: Test "with" with no arguments.
3733
61f80d5d
TV
37342019-08-21 Tom de Vries <tdevries@suse.de>
3735
3736 * gdb.base/gdb-caching-proc.exp: Sort files.
3737
d7a11d13
TV
37382019-08-20 Tom de Vries <tdevries@suse.de>
3739
3740 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3741 compilation.
3742
34dafe9f
TV
37432019-08-16 Tom de Vries <tdevries@suse.de>
3744
3745 * gdb.base/compare-sections.exp ("after run to main"): Allow
3746 mismatched read-only sections for PIE executables.
3747
398fdd60
TT
37482019-08-16 Tom Tromey <tom@tromey.com>
3749
3750 * lib/tuiterm.exp (_csi_Z): New proc.
3751 * gdb.tui/basic.exp: Update window positions.
3752 * gdb.tui/empty.exp: Update window positions.
3753
d8f9e51c
SL
37542019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3755
3756 * gdb.base/examine-backward.exp: Correct regexp for
3757 "examine 3 bytes backward from ${address_zero}".
3758
3df505f6
TT
37592019-08-15 Tom Tromey <tom@tromey.com>
3760
3761 * gdb.tui/empty.exp: Enable resizing tests.
3762
272560b5
TT
37632019-08-15 Tom Tromey <tromey@adacore.com>
3764
3765 * gdb.ada/char_enum.exp: Add regression tests.
3766 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3767 and '0'.
3768 (Char, Gchar): Update.
3769 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3770
08235187
CB
37712019-08-15 Christian Biesinger <cbiesinger@google.com>
3772
3773 * gdb.python/python.exp: Expect a leading underscore on
3774 GdbOutput{,Error}File.
3775
22a2ab04
SL
37762019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3777
3778 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3779 Windows host.
3780
835b995b
SL
37812019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3782
3783 * gdb.base/batch-preserve-term-settings.exp
3784 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3785
97dd8e07
CB
37862019-08-15 Christian Biesinger <cbiesinger@google.com>
3787
3788 * lib/gdb.exp: When running on a mingw target, replace
3789 /x/ with x:/.
3790
75faf5c4
AH
37912019-08-14 Alan Hayward <alan.hayward@arm.com>
3792
3793 * gdb.arch/aarch64-prologue.c: New test.
3794 * gdb.arch/aarch64-prologue.exp: New file.
3795
abc6c00f
TV
37962019-08-13 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3799 Thread.
3800
74c2c1f4
SL
38012019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.python/py-completion.exp: Download the .py file to the host
3804 and use its host pathname. Conditionalize tests that use
3805 tab completion and manipulate files on the build machine.
3806 * gdb.python/py-events.exp: Download the .py file to the host
3807 and use its host pathname.
3808 * gdb.python/py-evsignal.exp: Likewise.
3809 * gdb.python/py-evthreads.exp: Likewise.
3810 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3811 pathname syntax.
3812 * gdb.python/py-framefilter.exp: Download the .py file to the right
3813 place on the host. Match Windows pathname syntax.
3814 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3815 .py file to the host and use its host pathname.
3816 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3817 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3818 build pathname. Skip symlink test on Windows host. Add missing
3819 newline at end of file.
3820 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3821 and use its host pathname.
3822 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3823 * gdb.python/py-section-script.exp: Use host location of binfile
3824 on safe-path. Use correct path separator on Windows host.
3825 Reorder alternatives in gdb_test_multiple to prevent matching
3826 the wrong alternative on success.
3827 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3828
ca2589f3
PP
38292019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3830
3831 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3832 expect the GDB inferior to no longer immediately stop after
3833 being resumed with "signal SIGINT".
3834
020a839d
SL
38352019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3836
3837 * gdb.linespec/break-ask.exp: Generalize regexps to match
3838 Windows pathnames too.
3839
128d6509
TV
38402019-08-08 Tom de Vries <tdevries@suse.de>
3841
3842 PR testsuite/24862
3843 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3844
590042fc
PW
38452019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3846
3847 * gdb.base/style.exp: Update tests for help doc new invariants.
3848 * gdb.base/help.exp: Likewise.
3849
046bebe1
TT
38502019-08-06 Tom Tromey <tom@tromey.com>
3851
3852 * gdb.base/style.exp: Add disassemble test.
3853 * gdb.base/style.c (some_called_function): New function.
3854 (main): Use it.
3855
0b27c27d
CB
38562019-08-05 Christian Biesinger <cbiesinger@google.com>
3857
3858 * gdb.python/py-block.exp: Test dictionary access on blocks.
3859
580f1034
SM
38602019-08-05 Simon Marchi <simon.marchi@efficios.com>
3861
3862 PR gdb/24863
3863 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3864 -list-thread-groups --available test when running under
3865 check-read1.
3866
d86bd7cb
TV
38672019-08-05 Tom de Vries <tdevries@suse.de>
3868
3869 PR testsuite/24863
3870 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3871 * gdb.base/help.exp: Use with_read1_timeout_factor.
3872 * gdb.base/info-macros.exp: Same.
3873 * gdb.cp/nested-types.exp: Same.
3874
a80cf5d8
TV
38752019-08-05 Tom de Vries <tdevries@suse.de>
3876
3877 * lib/gdb.exp (version_at_least): Factor out of ...
3878 (tcl_version_at_least): ... here.
3879 (gdb_compile): Fail if pie results in non-PIE executable.
3880 (readelf_version, readelf_prints_pie): New proc.
3881 (exec_is_pie): Return -1 if unknown.
3882
d0962838
TV
38832019-08-05 Tom de Vries <tdevries@suse.de>
3884
3885 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3886
2252ff3d
SL
38872019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3888
3889 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3890
26655f53
SL
38912019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3892
3893 * lib/completion-support.exp (test_gdb_complete_none): Skip
3894 tab completion tests if no readline support.
3895 (test_gdb_complete_unique_re): Likewise.
3896 (test_gdb_complete_multiple): Likewise.
3897
db4dc13e
PW
38982019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3899
3900 * gdb.base/info_sources.exp: New file.
3901 * gdb.base/info_sources.c: New file.
3902 * gdb.base/info_sources_base.c: New file.
3903
0eba165a
PFC
39042019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3905
3906 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3907 prefix argument.
3908 (test_exit_status): Add prefix argument.
3909
59bd512b
TV
39102019-08-01 Tom de Vries <tdevries@suse.de>
3911
3912 PR testsuite/24863
3913 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3914 calling exp_continue for new thread and thread exited messages.
3915
2a3ad588
TV
39162019-08-01 Tom de Vries <tdevries@suse.de>
3917
3918 PR testsuite/24863
3919 * gdb.base/structs.exp: Fix check-read1 timeout using
3920 gdb_test_sequence.
3921 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3922
117eb594
TV
39232019-08-01 Tom de Vries <tdevries@suse.de>
3924
3925 PR testsuite/24863
3926 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3927 line.
3928
ed591340
TV
39292019-08-01 Tom de Vries <tdevries@suse.de>
3930
3931 PR testsuite/24863
3932 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3933
aa3b6533
TT
39342019-07-30 Tom Tromey <tromey@adacore.com>
3935
3936 * gdb.ada/display_nested.exp: New file.
3937 * gdb.ada/display_nested/foo.adb: New file.
3938 * gdb.ada/display_nested/pack.adb: New file.
3939 * gdb.ada/display_nested/pack.ads: New file.
3940
2906593f
CB
39412019-07-30 Christian Biesinger <cbiesinger@google.com>
3942
3943 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3944 namespace.
3945 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3946
0f575925
TV
39472019-07-30 Tom de Vries <tdevries@suse.de>
3948
3949 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3950 instead.
3951
b13057d9
TV
39522019-07-30 Tom de Vries <tdevries@suse.de>
3953
3954 PR testsuite/24834
3955 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3956 (exec_is_pie): New proc.
3957
5c4dde85
CB
39582019-07-29 Christian Biesinger <cbiesinger@google.com>
3959
3960 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3961
c620ed88
CB
39622019-07-29 Christian Biesinger <cbiesinger@google.com>
3963
3964 * gdb.python/py-objfile.c: Add global and static vars.
3965 * gdb.python/py-objfile.exp: Test new functions Objfile.
3966 lookup_global_symbol and lookup_static_symbol.
3967
3d235706
TT
39682019-07-29 Tom Tromey <tom@tromey.com>
3969
3970 * lib/tuiterm.exp (Term::_csi_@): New proc.
3971 (Term::_csi_X): Don't move cursor.
3972
c7e4c0a6
PW
39732019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3974
3975 * gdb.base/options.exp: Update backtrace - completion to
3976 new option -frame-info.
3977 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3978 Test new 'set print frame-info'. Test backtrace -frame-info
3979 overriding 'set print frame-info'.
3980 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3981 Test new 'set print frame-info'.
3982 Verify consistency of backtrace with and without filters, with and
3983 without -no-filters.
3984 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3985 default.
3986
de28a3b7
TV
39872019-07-29 Tom de Vries <tdevries@suse.de>
3988
3989 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3990 no arguments".
3991
507dd60e
TV
39922019-07-29 Tom de Vries <tdevries@suse.de>
3993
3994 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3995 is a substring of the first for "complete non-unique file name".
3996
5beafce9
TV
39972019-07-29 Tom de Vries <tdevries@suse.de>
3998
3999 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4000 with ".*".
4001
2d274232
TV
40022019-07-29 Tom de Vries <tdevries@suse.de>
4003
4004 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4005 Pass prompt_regexp parameter to gdb_test_multiple calls.
4006
9197cd8b
TV
40072019-07-29 Tom de Vries <tdevries@suse.de>
4008
4009 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4010 print registers" regexps.
9197cd8b 4011
b528dae0
TV
40122019-07-29 Tom de Vries <tdevries@suse.de>
4013
4014 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4015
d17725d7
TV
40162019-07-29 Tom de Vries <tdevries@suse.de>
4017
4018 PR gdb/24855
4019 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4020 (skip_python_tests_prompt): Add prompt_regexp argument to
4021 gdb_test_multiple calls.
4022
52b75bf1
TT
40232019-07-27 Tom Tromey <tom@tromey.com>
4024
4025 * gdb.tui/main.exp: New file.
4026
2b1d00c2
TT
40272019-07-27 Tom Tromey <tom@tromey.com>
4028
4029 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4030 optional.
4031 * gdb.tui/empty.exp: New file.
4032
ded631d5
TT
40332019-07-27 Tom Tromey <tom@tromey.com>
4034
4035 * lib/tuiterm.exp (spawn): New proc.
4036 (Term::resize): New proc.
4037 * gdb.tui/resize.exp: New file.
4038
58ac439d
TT
40392019-07-27 Tom Tromey <tom@tromey.com>
4040
4041 * gdb.tui/list.exp: New file.
4042
fe1f56ee
TT
40432019-07-27 Tom Tromey <tom@tromey.com>
4044
4045 * gdb.tui/regs.exp: New file.
4046
f790b310
TT
40472019-07-27 Tom Tromey <tom@tromey.com>
4048
4049 * gdb.tui/basic.exp: Add "layout split" test.
4050
d95fc6ee
TT
40512019-07-27 Tom Tromey <tom@tromey.com>
4052
4053 * gdb.tui/basic.exp: Add "layout asm" test.
4054
c3786b3a
TT
40552019-07-27 Tom Tromey <tom@tromey.com>
4056
4057 * lib/tuiterm.exp: New file.
4058 * gdb.tui/basic.exp: New file.
4059
98a617f8
KB
40602019-07-27 Kevin Buettner <kevinb@redhat.com>
4061
4062 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4063 Enable tests associated with this flag. Adjust regex
4064 referencing "foo_low" to now refer to "foo_cold" instead.
4065
5c076da4
KB
40662019-07-27 Kevin Buettner <kevinb@redhat.com>
4067
4068 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4069 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4070 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4071 foo_cold. Revise comments to match.
4072 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4073 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4074 were wrapped into this proc; Call do_test in loop from outermost
4075 level.
4076 (foo_low): Rename all occurrences to "foo_cold".
4077 (backtrace from baz): New test.
4078 (x2/i foo_cold): New test.
4079 (info line *foo_cold): New test.
4080
1512d3b7
TV
40812019-07-26 Tom de Vries <tdevries@suse.de>
4082
4083 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4084
297989a1
TV
40852019-07-25 Tom de Vries <tdevries@suse.de>
4086
4087 PR testsuite/24830
4088 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4089 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4090 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4091 (skip_libstdcxx_probe_tests): ... here.
4092 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4093
b3b965fb
TV
40942019-07-24 Tom de Vries <tdevries@suse.de>
4095
4096 PR testsuite/24807
4097 * gdb.objc/basicclass.m: Include stdio.h.
4098 * gdb.objc/nondebug.m: Same.
4099 * gdb.objc/objcdecode.m: Same.
4100
4625b4d0
TV
41012019-07-24 Tom de Vries <tdevries@suse.de>
4102
4103 PR testsuite/24612
4104 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4105 additional_flags.
4106
024a5840
TV
41072019-07-24 Tom de Vries <tdevries@suse.de>
4108
4109 PR testsuite/24831
4110 * gdb.multi/tids.exp: Update error messages for info threads.
4111
c76ddaa3
TV
41122019-07-24 Tom de Vries <tdevries@suse.de>
4113
4114 * gdb.base/info-types.exp: Allow info types to print info for more than
4115 one file.
4116
9a618ef6
TV
41172019-07-23 Tom de Vries <tdevries@suse.de>
4118
4119 PR testsuite/24842
4120 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4121 gdb_spawn_with_cmdline_opts.
4122
40eadf04
SP
41232019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4124
4125 * gdb.arch/arm-cmse-sgstubs.c: New test.
4126 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4127
5ba29434
TV
41282019-07-23 Tom de Vries <tdevries@suse.de>
4129
4130 PR testsuite/24711
4131 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4132 issuing next command.
4133
a8e9d247
AB
41342019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4135
4136 * gdb.ada/info_auto_lang.exp: Update expected results.
4137 * gdb.base/info-types.c: Add additional types to check.
4138 * gdb.base/info-types.exp: Update expected results.
4139
eb86c5e2
AB
41402019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 * gdb.base/info-types.c: New file.
4143 * gdb.base/info-types.exp: New file.
4144
01e175fe
AB
41452019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4146
4147 * gdb.arch/riscv-bp-infcall.c: New file.
4148 * gdb.arch/riscv-bp-infcall.exp: New file.
4149
6b78c3f8
AB
41502019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4151
4152 PR breakpoints/24541
4153 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4154
da738167
TV
41552019-07-14 Tom de Vries <tdevries@suse.de>
4156
4157 PR testsuite/24760
4158 * gdb.objc/basicclass.exp: Fix unterminated string.
4159
0d4e84ed
AB
41602019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4161 Andrew Burgess <andrew.burgess@embecosm.com>
4162
4163 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4164 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4165 negative bounds.
4166 * gdb.fortran/vla-value.exp: Print elements of an array with
4167 negative bounds.
4168 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4169 testing.
4170
021d8588
AB
41712019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4172
4173 * gdb.base/options.exp (expect_string): Dequote strings in
4174 results.
4175 (test-string): Test strings with different quoting and reindent.
4176
f06f1252
TT
41772019-07-10 Tom Tromey <tromey@adacore.com>
4178
4179 * gdb.ada/mi_ex_cond.exp: Update expected results.
4180 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4181 * gdb.ada/mi_catch_ex.exp: Update expected results.
4182 * gdb.ada/mi_catch_assert.exp: Update expected results.
4183 * gdb.ada/catch_ex.exp (catch_exception_info)
4184 (catch_exception_entry, catch_assert_entry)
4185 (catch_unhandled_entry): Update.
4186 * gdb.ada/catch_assert_if.exp: Update expected results.
4187
b863685d
RB
41882019-07-10 Richard Bunt <richard.bunt@arm.com>
4189 Stephen Roberts <stephen.roberts@arm.com>
4190
4191 * gdb.base/define.exp: Restore original prompt.
4192
cb1e4e32
PA
41932019-07-09 Pedro Alves <palves@redhat.com>
4194
4195 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4196 breakpoints" output.
4197 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4198 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4199 throw" creates breakpoint.
4200 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4201 'type="catchpoint"'.
4202
b58a68fe
PA
42032019-07-09 Pedro Alves <palves@redhat.com>
4204
4205 PR c++/15468
4206 * gdb.cp/except-multi-location-lib.cc: New.
4207 * gdb.cp/except-multi-location-main.cc: New.
4208 * gdb.cp/except-multi-location.exp: New.
4209
0826779b
PW
42102019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4211
4212 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4213 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4214 argument and update callers.
4215
5b0e2db4
AB
42162019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4217
4218 * gdb.arch/amd64-break-on-asm-line.S: New file.
4219 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4220
1f6f6e21
PW
42212019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4222
4223 * gdb.base/printcmds.exp: Test printing C string and
4224 C wide string convenience vars without transiting via the inferior.
4225 Also make test names unique.
4226
ea142fbf
AH
42272019-07-08 Alan Hayward <alan.hayward@arm.com>
4228
5862c886 4229 PR breakpoints/25011
ea142fbf
AH
4230 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4231
213fd9fa
PA
42322019-07-04 Pedro Alves <palves@redhat.com>
4233
4234 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4235 body returned ok(0), break(3) or continue(4).
4236 * gdb.testsuite/foreach_with_prefix.exp: New file.
4237
2b40fda7
AH
42382019-07-04 Alan Hayward <alan.hayward@arm.com>
4239
4240 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4241
a26c8de0
PA
42422019-07-03 Pedro Alves <palves@redhat.com>
4243
4244 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4245 "return -code".
4246
5f4ba3e7
PA
42472019-07-03 Pedro Alves <palves@redhat.com>
4248
4249 PR cli/24732
4250 * gdb.base/shell.exp: Load completion-support.exp.
4251 Adjust expected error output. Add completion tests.
4252
a994424f
PA
42532019-07-03 Pedro Alves <palves@redhat.com>
4254
4255 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4256 string_to_regexp.
4257
3d9be6f5
PA
42582019-07-03 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4261 (expect_integer): Adjust to expect "-string".
4262 (expect_string): New.
4263 (all_options): Expect "-string".
4264 (test-flag, test-boolean): Adjust to expect "-string".
4265 (test-string): New proc.
4266 (top level): Call it.
4267
41fc454c
PA
42682019-07-03 Pedro Alves <palves@redhat.com>
4269
4270 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4271 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4272 the expected output in the success.
4273
b2b2a215
PA
42742019-07-03 Pedro Alves <palves@redhat.com>
4275
4276 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4277 Split one gdb_test_multiple call in two to avoid a race.
4278
fdbc9870
PA
42792019-07-03 Pedro Alves <palves@redhat.com>
4280
4281 * gdb.base/with.c: New file.
4282 * gdb.base/with.exp: New file.
4283
c6ac8931
PA
42842019-07-03 Pedro Alves <palves@redhat.com>
4285
4286 * gdb.base/settings.exp: Replace all references to "maint
4287 test-settings set" with references to "maint set test-settings",
4288 and all references to "maint test-settings show" with references
4289 to "maint show test-settings".
4290
970f9d09
PA
42912019-07-03 Pedro Alves <palves@redhat.com>
4292
4293 * gdb.base/settings.exp (test-string): Adjust expected out when
4294 testing "maint test-settings show filename"
4295
54d66006
PA
42962019-07-02 Pedro Alves <palves@redhat.com>
4297
4298 * gdb.base/options.exp (test-info-threads): New procedure.
4299 (top level): Call it.
4300
10d06d82
TT
43012019-06-28 Tom Tromey <tromey@adacore.com>
4302
4303 * gdb.dwarf2/ada-linkage-name.c: New file.
4304 * gdb.dwarf2/ada-linkage-name.exp: New file.
4305
3d507ff2
TT
43062019-06-27 Tom Tromey <tromey@adacore.com>
4307
d039f014 4308 PR c++/20020:
3d507ff2
TT
4309 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4310
8af58ffe
TV
43112019-06-26 Tom de Vries <tdevries@suse.de>
4312
4313 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4314
22e21752
TV
43152019-06-26 Tom de Vries <tdevries@suse.de>
4316
4317 * gdb.base/index-cache.exp: Add back missing debug option.
4318
b65b566c
PW
43192019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4320
4321 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4322
5c2c8c69
TV
43232019-06-25 Tom de Vries <tdevries@suse.de>
4324
4325 PR testsuite/24727
4326 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4327
164e3873
TV
43282019-06-24 Tom de Vries <tdevries@suse.de>
4329
4330 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4331
824eacee
TV
43322019-06-24 Tom de Vries <tdevries@suse.de>
4333
4334 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4335 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4336 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4337
385b97d3
TV
43382019-06-24 Tom de Vries <tdevries@suse.de>
4339
4340 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4341
c596f180
TV
43422019-06-21 Tom de Vries <tdevries@suse.de>
4343
4344 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4345
b13a7d03
TV
43462019-06-21 Tom de Vries <tdevries@suse.de>
4347
4348 PR testsuite/24518
4349 PR ada/24713
4350 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4351 index.
4352
899277ae
TT
43532019-06-19 Tom Tromey <tromey@adacore.com>
4354
4355 * gdb.ada/length_cond.exp: Add intro comment.
4356
680e1bee
TT
43572019-06-19 Tom Tromey <tromey@adacore.com>
4358
4359 * gdb.ada/length_cond.exp: New file.
4360 * gdb.ada/length_cond/length_cond.adb: New file.
4361 * gdb.ada/length_cond/pck.adb: New file.
4362 * gdb.ada/length_cond/pck.ads: New file.
4363
0ed4690a
TV
43642019-06-18 Tom de Vries <tdevries@suse.de>
4365
4366 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4367
d20ed5fd
TT
43682019-06-18 Tom Tromey <tromey@adacore.com>
4369
4370 * gdb.base/list0.h: Add comment explaining control character.
4371
86e04673
TV
43722019-06-18 Tom de Vries <tdevries@suse.de>
4373
4374 * boards/fission.exp: Break up long debug_flags line.
4375
c4973306
SM
43762019-06-16 Tom de Vries <tdevries@suse.de>
4377
4378 PR gdb/24445
4379 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4380 generated index.
4381
93cb9841
AB
43822019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4383
4384 PR gdb/24686
4385 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4386 improve detection of bug gdb/24541.
4387
399aaebd
SM
43882019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4389
4390 PR gdb/24669
4391 * gdb.base/index-cache.exp (uses_readnow,
4392 expecting_index_cache_use): Define global variable.
4393 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4394 expecting_index_cache_use.
4395
584a927c
AB
43962019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4397 Andrew Burgess <andrew.burgess@embecosm.com>
4398
4399 * gdb.fortran/pointers.f90: New file.
4400 * gdb.fortran/print_type.exp: New file.
4401 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4402 * gdb.fortran/vla-type.exp: Likewise.
4403 * gdb.fortran/vla-value.exp: Likewise.
4404 * gdb.mi/mi-vla-fortran.exp: Likewise.
4405
30056ea0
AB
44062019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4407
4408 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4409 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4410 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4411 as a stop reason.
4412
ec8e2b6d
AB
44132019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4414
4415 * gdb.base/annota1.exp: Update expected results.
4416 * gdb.cp/annota2.exp: Likewise.
4417 * gdb.cp/annota3.exp: Likewise.
4418
09e4c4e1
AB
44192019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4420
4421 * gdb.base/style-logging.exp: Remove path from test name.
4422
0735b091
TT
44232019-06-14 Tom Tromey <tromey@adacore.com>
4424
4425 PR gdb/24502:
4426 * gdb.base/style-logging.exp: New file.
4427
f5686554
TT
44282019-06-14 Tom Tromey <tromey@adacore.com>
4429
4430 * gdb.base/symfile-warn.exp: New file.
4431 * gdb.base/symfile-warn.c: New file.
4432
a0c1ffed
TT
44332019-06-14 Tom Tromey <tromey@adacore.com>
4434
4435 * gdb.base/annotate-symlink.exp: New file.
4436
f411722c
TT
44372019-06-14 Tom Tromey <tromey@adacore.com>
4438
4439 * gdb.ada/set_wstr.exp: Add reassignment test.
4440
4268ec18
TT
44412019-06-14 Tom Tromey <tromey@adacore.com>
4442
4443 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4444 'unchecked_access and 'unrestricted_access as well.
4445
9a9e394b
TT
44462019-06-14 Tom Tromey <tromey@adacore.com>
4447
4448 PR ada/24539:
4449 * gdb.ada/vla.exp: Update tests.
4450 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4451 pragma.
4452
4c048731
PA
44532019-06-13 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.base/settings.exp (test-integer): Test junk after
4456 "unlimited".
4457
6665660a
PA
44582019-06-13 Pedro Alves <palves@redhat.com>
4459
4460 * gdb.base/options.exp (test-thread-apply): New.
4461 (top level): Call it.
4462
5d707134
PA
44632019-06-13 Pedro Alves <palves@redhat.com>
4464
4465 * gdb.base/options.exp (test-frame-apply): New.
4466 (top level): Test print commands with different "frame apply"
4467 prefixes.
4468
e2a689da
PA
44692019-06-13 Pedro Alves <palves@redhat.com>
4470
e79be6e5 4471 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4472 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4473 'max_completions' parameter and handle it.
4474 (test_gdb_completion_offers_commands): New.
4475
90a1ef87
PA
44762019-06-13 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4479
d4c16835
PA
44802019-06-13 Pedro Alves <palves@redhat.com>
4481
4482 * gdb.base/options.exp (test-backtrace): New.
4483 (top level): Call it.
4484
2daf894e
PA
44852019-06-13 Pedro Alves <palves@redhat.com>
4486
4487 * gdb.guile/scm-frame-args.exp: Use "set print
4488 raw-frame-arguments" instead of "set print raw frame-arguments".
4489 * gdb.python/py-frame-args.exp: Likewise.
4490
e6ed716c
PA
44912019-06-13 Pedro Alves <palves@redhat.com>
4492
4493 * gdb.compile/compile.exp: Adjust expected output to option
4494 processing changes.
4495
7d8062de
PA
44962019-06-13 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.base/options.exp: Build executable.
4499 (test-print): New procedure.
4500 (top level): Call it, once for "print" and another for "compile
4501 print".
4502
9d0faba9
PA
45032019-06-13 Pedro Alves <palves@redhat.com>
4504
4505 * gdb.base/options.c: New file.
4506 * gdb.base/options.exp: New file.
4507
dee7b4c8
PA
45082019-06-13 Pedro Alves <palves@redhat.com>
4509
4510 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4511 that "o" is ambiguous.
4512
dca0f6c0
PA
45132019-06-13 Pedro Alves <palves@redhat.com>
4514
4515 * gdb.base/settings.c: New file.
4516 * gdb.base/settings.exp: New file.
4517
ccf46844
PA
45182019-06-13 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/completion.exp: Fix comment typo.
4521
b9a3f842
PA
45222019-06-13 Pedro Alves <palves@redhat.com>
4523
4524 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4525 foo --1" test.
4526
d106773e
PA
45272019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4528
4529 * gdb.fortran/block-data.f: New.
4530 * gdb.fortran/block-data.exp: New.
4531
fea82da0
TV
45322019-06-11 Tom de Vries <tdevries@suse.de>
4533
4534 PR testsuite/24521
4535 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4536 message.
4537
8c2e74f1
TV
45382019-06-11 Tom de Vries <tdevries@suse.de>
4539
4540 PR testsuite/24521
4541 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4542
b49851c8
TV
45432019-06-11 Tom de Vries <tdevries@suse.de>
4544
4545 * boards/readnow.exp: New file.
4546
a7067863
AB
45472019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4548
4549 * gdb.fortran/vla-sizeof.exp: Update expected results.
4550
1a3da2cd
AB
45512019-06-06 Amos Bird <amosbird@gmail.com>
4552
4553 * gdb.base/annota1.exp (thread_switch): Add test for
4554 thread-exited annotation.
4555
3847a7bf
TT
45562019-06-06 Tom Tromey <tromey@adacore.com>
4557
4558 * gdb.base/maint.exp: Expect command started/finished output.
4559
0088ba59
AB
45602019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4561
4562 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4563 comment.
4564 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4565
312617a3
AB
45662019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4567
4568 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4569 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4570 * gdb.arch/riscv-unwind-long-insn.c: New file.
4571 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4572
e1f2e1a2
CB
45732019-06-04 Christian Biesinger <cbiesinger@google.com>
4574
d3238f7d 4575 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4576
206584bd
PW
45772019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4578
4579 * lib/gdb.exp (help_list_trailer): New regexp variable
4580 factorizing the help trailer message.
4581 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4582 arg to allow to better factorize various tests.
4583 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4584 (test_prefix_command_help): Use help_list_trailer.
4585 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4586 * gdb.guile/scm-cmd.exp: Likewise.
4587 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4588 * gdb.base/help.exp: Use test_user_defined_class_help.
4589 * gdb.base/style.exp: Add tests for styling of help and apropos.
4590 * lib/gdb-utils.exp (style): Add title and highlight styles.
4591
708dc93e
PW
45922019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4593
4594 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4595 $_shell_exitsignal.
4596 * gdb.base/default.exp: Update for new convenience variables.
4597
f49055a5
TT
45982019-05-29 Tom Tromey <tromey@adacore.com>
4599
4600 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4601 to "break complete ada" test case's regexp.
4602
4330d61d
TT
46032019-05-29 Tom Tromey <tromey@adacore.com>
4604
4605 PR c++/20020:
4606 * gdb.cp/constexpr-field.exp: New file.
4607 * gdb.cp/constexpr-field.cc: New file.
4608
000439d5
TT
46092019-05-29 Tom Tromey <tromey@adacore.com>
4610
4611 * gdb.base/finish.exp (finish_no_print): New proc.
4612 (finish_tests): Call it.
4613
5a01c34c
TV
46142019-05-24 Tom de Vries <tdevries@suse.de>
4615
4616 * gdb.dwarf2/gdb-add-index.exp: New file.
4617
18125b16
TT
46182019-05-22 Tom Tromey <tromey@adacore.com>
4619
4620 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4621 * gdb.base/style.exp: Use "style".
4622 * lib/gdb-utils.exp (style): New proc.
4623
af1a8d03
TV
46242019-05-22 Tom de Vries <tdevries@suse.de>
4625
4626 * gdb.base/align.exp: Require c++11.
4627
e7fe496b
TV
46282019-05-22 Tom de Vries <tdevries@suse.de>
4629
4630 PR testsuite/24586
4631 * gdb.python/py-mi-var-info-path-expression.exp: Call
4632 mi_skip_python_tests to check if python is supported.
4633
8fca4da0
AH
46342019-05-22 Alan Hayward <alan.hayward@arm.com>
4635
4636 * gdb.arch/aarch64-pauth.c: New test.
4637 * gdb.arch/aarch64-pauth.exp: New file.
4638
b7060614
AH
46392019-05-22 Alan Hayward <alan.hayward@arm.com>
4640
4641 * README (Re-running Tests Outside The Testsuite): New section.
4642
669d0468
TV
46432019-05-21 Tom de Vries <tdevries@suse.de>
4644
4645 * gdb.arch/amd64-eval.exp: Require c++11.
4646 * gdb.base/max-depth.exp: Same.
4647 * gdb.compile/compile-cplus-array-decay.exp: Same.
4648 * gdb.cp/meth-typedefs.exp: Same.
4649 * gdb.cp/subtypes.exp: Same.
4650 * gdb.cp/temargs.exp: Same.
4651
ce3ebcaa
AH
46522019-05-21 Alan Hayward <alan.hayward@arm.com>
4653
4654 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4655
34d11c68
AB
46562019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4657
4658 PR gdb/18644
4659 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4660 * gdb.fortran/printing-types.exp: Add new test.
4661 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4662 testing.
4663 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4664 setup_kfail call.
4665
87781e84
AH
46662019-05-17 Alan Hayward <alan.hayward@arm.com>
4667
4668 * README (Running the Testsuite): Change example.
4669 (Testsuite Parameters): Remove TRANSCRIPT.
4670 * lib/gdb.exp: Remove TRANSCRIPT check.
4671
b420b89e
AH
46722019-05-17 Alan Hayward <alan.hayward@arm.com>
4673
4674 * README (Testsuite Parameters): Add replay logging to
4675 GDBSERVER_DEBUG.
4676 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4677 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4678 as a comma separated list.
4679 (gdb_debug_init): Override procedure.
4680
408e9b8b
AH
46812019-05-17 Alan Hayward <alan.hayward@arm.com>
4682
4683 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4684 (gdb_write_cmd_file): New procedure.
4685 * lib/gdbserver-support.exp (gdbserver_start): Call
4686 gdbserver_write_cmd_file.
4687 (gdbserver_write_cmd_file): New procedure.
4688
f9e2e39d
AH
46892019-05-17 Alan Hayward <alan.hayward@arm.com>
4690
4691 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4692 (delete_breakpoints): Likewise.
4693 (gdb_run_cmd): Likewise.
4694 (gdb_start_cmd): Likewise.
4695 (gdb_starti_cmd): Likewise.
4696 (gdb_internal_error_resync): Likewise.
4697 (gdb_test_multiple): Likewise.
4698 (gdb_reinitialize_dir): Likewise.
4699 (default_gdb_exit): Likewise.
4700 (gdb_file_cmd): Mark kill as optional.
4701 (default_gdb_start): Call gdb_stdin_log_init.
4702 (send_gdb): Call gdb_stdin_log_write.
4703 (rerun_to_main): Mark Y as an answer.
4704 (gdb_stdin_log_init): New function.
4705 (gdb_stdin_log_write): Likewise.
4706
81f47ac2
AH
47072019-05-17 Alan Hayward <alan.hayward@arm.com>
4708
4709 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4710 * gdb.base/debug-expr.exp: Likewise.
4711 * gdb.base/foll-fork.exp: Likewise.
4712 * gdb.base/foll-vfork.exp: Likewise.
4713 * gdb.base/fork-print-inferior-events.exp: Likewise.
4714 * gdb.base/gdb-sigterm.exp: Likewise.
4715 * gdb.base/gdbinit-history.exp: Likewise.
4716 * gdb.base/osabi.exp: Likewise.
4717 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4718 * gdb.base/ui-redirect.exp: Likewise.
4719 * gdb.gdb/unittest.exp: Likewise.
4720 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4721 * gdb.mi/mi-watch.exp: Likewise.
4722 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4723 * gdb.mi/user-selected-context-sync.exp: Likewise.
4724 * gdb.python/python.exp: Disable debug test when debugging.
4725 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4726 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4727 Likewise.
4728 * gdb.threads/stepi-random-signal.exp: Likewise.
4729
29b52314
AH
47302019-05-17 Alan Hayward <alan.hayward@arm.com>
4731
4732 * Makefile.in: Pass through GDB_DEBUG.
4733 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4734 (gdb,debug): Add board setting.
4735 * lib/gdb.exp (default_gdb_start): Start debugging.
4736 (gdb_debug_enabled): New procedure.
4737 (gdb_debug_init): Likewise.
29b52314
AH
4738
47392019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4740
29b52314
AH
4741 * Makefile.in: Pass through GDB_DEBUG.
4742 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4743 (gdb,debug): Add board setting.
4744 * lib/gdb.exp (default_gdb_start): Start debugging.
4745 (gdb_debug_enabled): New procedure.
4746 (gdb_debug_init): Likewise.
29b52314 4747
ca1285d1
AH
47482019-05-17 Alan Hayward <alan.hayward@arm.com>
4749
4750 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4751
f3a09c80
AH
47522019-05-17 Alan Hayward <alan.hayward@arm.com>
4753
4754 * gdb.base/ui-redirect.exp: Test redirection.
4755
26648588
JV
47562019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4757
4758 * gdb.mi/mi-complete.exp: New file.
4759 * gdb.mi/mi-complete.cc: Likewise.
4760
14237686
AB
47612019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4762
4763 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4764 indexed and sliced arrays, and pointers to arrays.
4765
e7bd7fba
TT
47662019-05-14 Tom Tromey <tromey@adacore.com>
4767
4768 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4769 styling test.
4770
2764128d
TV
47712019-05-14 Tom de Vries <tdevries@suse.de>
4772
4773 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4774 selection entry encoding.
4775
71bed2db
TT
47762019-05-10 Tom Tromey <tromey@adacore.com>
4777
4778 * gdb.ada/info_exc.exp: Add "complete" test.
4779
63b667ad
TV
47802019-05-09 Tom de Vries <tdevries@suse.de>
4781
4782 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4783 CU-relative.
4784
9cfd2b89
TV
47852019-05-09 Tom de Vries <tdevries@suse.de>
4786
4787 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4788 CU-relative.
4789
2228ef77
XR
47902019-05-08 Joel Brobecker <brobecker@adacore.com>
4791
4792 * gdb.ada/frame_arg_lang.exp: New testcase.
4793 * gdb.ada/frame_arg_lang/bla.adb: New file.
4794 * gdb.ada/frame_arg_lang/pck.ads: New file.
4795 * gdb.ada/frame_arg_lang/pck.adb: New file.
4796 * gdb.ada/frame_arg_lang/foo.c: New file.
4797
80e55b13
TT
47982019-05-08 Tom Tromey <tromey@adacore.com>
4799
4800 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4801
9d3421af
TT
48022019-05-08 Tom Tromey <tromey@adacore.com>
4803
4804 * gdb.base/ptype-offsets.exp: Update tests.
4805
844333e2
TT
48062019-05-08 Tom Tromey <tromey@adacore.com>
4807
4808 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4809 cases.
4810 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4811 "short".
4812
988915ee
TT
48132019-05-08 Tom Tromey <tromey@adacore.com>
4814
4815 * gdb.ada/vla.exp: New file.
4816 * gdb.ada/vla/vla.adb: New file.
4817
7bd55dac
TV
48182019-05-07 Tom de Vries <tdevries@suse.de>
4819
4820 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4821
75f06e9d
TV
48222019-05-07 Tom de Vries <tdevries@suse.de>
4823
4824 PR testsuite/24522
4825 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4826 section.
4827
77e7aaa4
TV
48282019-05-07 Tom de Vries <tdevries@suse.de>
4829
4830 PR testsuite/24522
4831 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4832 .debug_aranges section.
4833
456ba0fa
TV
48342019-05-07 Tom de Vries <tdevries@suse.de>
4835
4836 PR testsuite/24159
4837 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4838
5a56d6a6
TV
48392019-05-06 Tom de Vries <tdevries@suse.de>
4840
4841 * lib/gdb.exp (exec_has_index_section): New proc.
4842 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4843 section.
4844
9d6d4be8
TV
48452019-05-04 Tom de Vries <tdevries@suse.de>
4846
4847 * boards/cc-with-debug-names.exp: New file.
4848
222a8d25
TT
48492019-05-03 Tom Tromey <tromey@adacore.com>
4850
4851 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4852 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4853 * gdb.ada/char_enum.exp: Add test.
4854
0fdfd794
TV
48552019-05-03 Tom de Vries <tdevries@suse.de>
4856
4857 * boards/cc-with-gdb-index.exp: New file.
4858
80062eb9
AB
48592019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4860
4861 * gdb.rust/simple.exp: Add new test case.
4862 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4863 (main): Initialise an instance of the new struct.
4864
4504bbde
TT
48652019-05-01 Tom Tromey <tromey@adacore.com>
4866
4867 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4868 record.
4869 (NPR): New variable.
4870 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4871 test.
4872
d48e62f4
TT
48732019-05-01 Tom Tromey <tromey@adacore.com>
4874
4875 * gdb.ada/packed_array_assign.exp: Add packed assignment
4876 regression test.
4877
f59f30f5
TV
48782019-05-01 Tom de Vries <tdevries@suse.de>
4879
4880 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4881
b70bfc54
TV
48822019-05-01 Tom de Vries <tdevries@suse.de>
4883
4884 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4885
15f18d14
AT
48862019-04-30 Ali Tamur <tamur@google.com>
4887
4888 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4889
2ff0a947
TT
48902019-04-30 Tom Tromey <tromey@adacore.com>
4891
4892 * lib/ada.exp (find_ada_tool): New proc.
4893 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4894 * gdb.ada/catch_ex_std.exp: New file.
4895 * gdb.ada/catch_ex_std/foo.adb: New file.
4896 * gdb.ada/catch_ex_std/some_package.adb: New file.
4897 * gdb.ada/catch_ex_std/some_package.ads: New file.
4898
a776957c
TT
48992019-04-30 Tom Tromey <tromey@adacore.com>
4900
4901 PR c++/24470:
4902 * gdb.cp/temargs.cc: Add test code from PR.
4903
bc68014d
AB
49042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4905
4906 * gdb.fortran/vla-datatypes.exp: Update expected results.
4907 * gdb.fortran/vla-ptype.exp: Likewise.
4908 * gdb.fortran/vla-type.exp: Likewise.
4909 * gdb.fortran/vla-value.exp: Likewise.
4910
f1fdc960
AB
49112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4912
4913 * gdb.fortran/ptr-indentation.exp: Update expected results.
4914 * gdb.fortran/ptype-on-functions.exp: Likewise.
4915 * gdb.fortran/vla-ptr-info.exp: Likewise.
4916 * gdb.fortran/vla-value.exp: Likewise.
4917
bf7a4de1
AB
49182019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4919
4920 * gdb.fortran/ptype-on-functions.exp: New file.
4921 * gdb.fortran/ptype-on-functions.f90: New file.
4922
bbe75b9d
AB
49232019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4924
4925 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4926 case void string.
4927
1db455a7
AB
49282019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4929
4930 * gdb.fortran/complex.exp: Expand.
4931 * gdb.fortran/complex.f: Renamed to...
4932 * gdb.fortran/complex.f90: ...this, and extended to add more
4933 complex values.
4934
b6d03bb2
AB
49352019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4936
4937 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4938 MODULO, CMPLX.
4939
2e62ab40
AB
49402019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4941 Richard Bunt <richard.bunt@arm.com>
4942
4943 * gdb.base/max-depth.c: New file.
4944 * gdb.base/max-depth.exp: New file.
4945 * gdb.python/py-nested-maps.c: New file.
4946 * gdb.python/py-nested-maps.exp: New file.
4947 * gdb.python/py-nested-maps.py: New file.
4948 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4949 (test_all_common): Call test_max_depth.
4950 * gdb.fortran/max-depth.exp: New file.
4951 * gdb.fortran/max-depth.f90: New file.
4952 * gdb.go/max-depth.exp: New file.
4953 * gdb.go/max-depth.go: New file.
4954 * gdb.modula2/max-depth.exp: New file.
4955 * gdb.modula2/max-depth.c: New file.
4956 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4957
d2b584a5
TV
49582019-04-29 Tom de Vries <tdevries@suse.de>
4959
4960 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4961
136afab8
PW
49622019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4963
4964 * gdb.base/callexit.exp: Test may-call-functions off.
4965
725cbb63
KS
49662019-04-25 Keith Seitz <keiths@redhat.com>
4967
4968 PR c++/24367
4969 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4970 (another_incomplete_struct, test_incomplete): New definitions.
4971 (main): Use new definitions.
4972 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4973 functions.
4974
701adfb0
PA
49752019-04-25 Ali Tamur <tamur@google.com>
4976
4977 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4978
82433e3e
SDJ
49792019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4980
4981 PR corefiles/11608
4982 PR corefiles/18187
4983 * gdb.base/coredump-filter-build-id.exp: New file.
4984
dd06d4d6
AH
49852019-04-25 Alan Hayward <alan.hayward@arm.com>
4986
e79be6e5
SM
4987 * Makefile.in: Pass through GDBSERVER_DEBUG.
4988 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4989 (gdbserver,debug): Add board setting.
4990 * gdb.trace/tspeed.exp: Skip when debugging.
4991 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4992 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4993
1670072e
TT
49942019-04-24 Tom Tromey <tromey@adacore.com>
4995
4996 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4997 Rust.
4998
a59240a4
TT
49992019-04-24 Tom Tromey <tromey@adacore.com>
5000
5001 * gdb.arch/amd64-eval.exp: Test bitfield return.
5002 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5003 (class Foo) <return_bitfields>: New method.
5004 (main): Call it.
5005
b907456c
AB
50062019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5007
5008 * gdb.cp/many-args.cc: New file.
5009 * gdb.cp/many-args.exp: New file.
5010
5c565afd
TV
50112019-04-23 Tom de Vries <tdevries@suse.de>
5012
5013 PR gdb/24433
5014 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5015
ba22ff86
AH
50162019-04-23 Alan Hayward <alan.hayward@arm.com>
5017
5018 * gdb.trace/backtrace.exp: Use nopie flag.
5019 * gdb.trace/circ.exp: Likewise.
5020 * gdb.trace/collection.exp: Likewise.
5021 * gdb.trace/ftrace.exp: Likewise.
5022 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5023 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5024 * gdb.trace/qtro.exp: Likewise.
5025 * gdb.trace/read-memory.exp: Likewise.
5026 * gdb.trace/report.exp: Likewise.
5027 * gdb.trace/tfile.exp: Likewise.
5028 * gdb.trace/tfind.exp: Likewise.
5029 * gdb.trace/unavailable.exp: Likewise.
5030
7905fc35
PA
50312019-04-22 Pedro Alves <palves@redhat.com>
5032
5033 * gdb.base/solib-probes-nosharedlibrary.c,
5034 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5035
8ecb59f8
TT
50362019-04-19 Tom Tromey <tromey@adacore.com>
5037
5038 * gdb.ada/ptype_union.c: New file.
5039 * gdb.ada/ptype_union.exp: New file.
5040
62160ec9
TT
50412019-04-19 Tom Tromey <tromey@adacore.com>
5042
5043 PR symtab/24423:
5044 * gdb.base/list0.h (foo): Add a control-l character.
5045
36cd4ba5
TV
50462019-04-18 Tom de Vries <tdevries@suse.de>
5047
5048 PR gdb/24433
5049 * boards/local-board.exp: Set sysroot to "".
5050
b73715df
TV
50512019-04-18 Tom de Vries <tdevries@suse.de>
5052 Pedro Alves <palves@redhat.com>
5053
5054 PR gdb/24454
5055 * gdb.threads/vfork-follow-child-exec.c: New file.
5056 * gdb.threads/vfork-follow-child-exec.exp: New file.
5057 * gdb.threads/vfork-follow-child-exit.c: New file.
5058 * gdb.threads/vfork-follow-child-exit.exp: New file.
5059
4aa866af
LS
50602019-04-15 Leszek Swirski <leszeks@google.com>
5061
5062 * gdb.arch/amd64-eval.cc: New file.
5063 * gdb.arch/amd64-eval.exp: New file.
5064
e5a1a79a
AH
50652019-04-11 Alan Hayward <alan.hayward@arm.com>
5066
5067 * gdb.server/sysroot.c: New test.
5068 * gdb.server/sysroot.exp: New file.
5069 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5070 matching param.
5071
41077b66
AB
50722019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5073
5074 * gdb.base/align.exp: Extend test to cover structures containing
5075 only static fields.
5076
c30391f8
TV
50772019-04-11 Tom de Vries <tdevries@suse.de>
5078
5079 * boards/cc-with-dwz-m.exp: New file.
5080 * boards/cc-with-dwz.exp: New file.
5081 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5082
e242fd12
SM
50832019-04-09 Simon Marchi <simon.marchi@efficios.com>
5084
5085 * gdb.base/start-cpp.exp: New file.
5086 * gdb.base/start-cpp.cc: New file.
5087
2b0c8b01
KB
50882019-04-08 Kevin Buettner <kevinb@redhat.com>
5089
5090 * gdb.python/py-thrhandle.exp: Adjust tests to call
5091 thread_from_handle instead of thread_from_thread_handle.
5092
947210e5
KB
50932019-04-08 Kevin Buettner <kevinb@redhat.com>
5094
5095 * gdb.python/py-thrhandle.exp: Add tests for
5096 gdb.InferiorThread.handle.
5097
d7df6549
AB
50982019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5099
5100 * gdb.python/py-function.exp: Check calling helper function from
5101 all languages.
5102 * lib/gdb.exp (gdb_supported_languages): New proc.
5103
8bdc1658
AB
51042019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5105
5106 * gdb.base/complex-parts.c: New file.
5107 * gdb.base/complex-parts.exp: New file.
5108
05caa1d2
TT
51092019-04-01 Tom Tromey <tromey@adacore.com>
5110
5111 PR symtab/23331:
5112 * gdb.dwarf2/dw2-ranges-main.c: New file.
5113 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5114 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5115
7734102d
EZ
51162019-03-30 Simon Marchi <simark@simark.ca>
5117
5118 * gdb.base/default.exp: Add values for $_gdb_major and
5119 $_gdb_minor.
5120
188e1fa9
TT
51212019-03-29 Tom Tromey <tromey@adacore.com>
5122
5123 * gdb.base/help.exp: Tighten apropos regexp.
5124
2880242d
KS
51252019-03-29 Keith Seitz <keiths@redhat.com>
5126
5127 * gdb.fortran/array-bounds.exp: New file.
5128 * gdb.fortran/array-bounds.f90: New file.
5129
077cad8e
PW
51302019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5131
5132 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5133
80047cfc
PW
51342019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5135
5136 * gdb.multi/hello.c (main): Increase alarm timer.
5137
f489207e
SL
51382019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5139
5140 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5141 factor when no hardware watchpoint support.
5142
c92df149
AH
51432019-03-28 Alan Hayward <alan.hayward@arm.com>
5144 Pedro Alves <palves@redhat.com>
5145
5146 * boards/local-board.exp: set sysroot to /.
5147
933aebfa
AH
51482019-03-27 Alan Hayward <alan.hayward@arm.com>
5149
5150 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5151 in child.
5152
9f9aa852
AB
51532019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5154
5155 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5156 field.
5157 (make_container): Initialise new field.
5158 * gdb.python/py-prettyprint.exp: Add new tests.
5159 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5160 <display_hint>: New method.
5161
3714a195
AB
51622019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5163
5164 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5165 gdb_continue_to_breakpoint more throughout this test.
5166 (run_lang_tests) Supply unique test names, and use
5167 gdb_test_no_output.
5168
18c77628
AB
51692019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5170
5171 * gdb.base/finish-pretty.exp: Update expected results.
5172 * gdb.base/pretty-print.c: New file.
5173 * gdb.base/pretty-print.exp: New file.
5174
9a93502f
PA
51752019-03-25 Pedro Alves <palves@redhat.com>
5176
5177 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5178 move comments outside list. Append '-i "" eof' section.
5179
968aa7ae
AH
51802019-03-22 Alan Hayward <alan.hayward@arm.com>
5181
34a7f2a4 5182 PR testsuite/25016
968aa7ae
AH
5183 * README: Add pie options.
5184 * gdb.base/break-interp.exp: Ensure pie is disabled.
5185 * gdb.base/dump.exp: Likewise.
5186 * lib/gdb.exp (gdb_compile): Add pie option.
5187
4c7d57e7
TT
51882019-03-19 Tom Tromey <tromey@adacore.com>
5189
5190 * gdb.mi/mi2-cli-display.c: New file.
5191 * gdb.mi/mi2-cli-display.exp: New file.
5192
bff8c71f
TT
51932019-03-18 Joel Brobecker <brobecker@adacore.com>
5194 Tom Tromey <tromey@adacore.com>
5195
5196 * gdb.ada/ptype_array/pck.adb: New file.
5197 * gdb.ada/ptype_array/pck.ads: New file.
5198 * gdb.ada/ptype_array/foo.adb: New file.
5199 * gdb.ada/ptype_array.exp: New file.
5200
d085f989
TT
52012019-03-14 Tom Tromey <tromey@adacore.com>
5202
5203 * gdb.base/style.exp: Add "set style sources" test.
5204
b4be1b06
SM
52052019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5206
5207 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5208 * mi-breakpoint-multiple-locations.exp: ... this.
5209 (make_breakpoints_pattern): New proc.
5210 (do_test): Add mi_version parameter, test -break-insert,
5211 -break-info and =breakpoint-created.
5212
7cde5fc2
AB
52132019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5214
5215 * config/default.exp: Remove 'load_lib gdb.exp'.
5216 * config/monitor.exp: Likewise.
5217 * config/sid.exp: Likewise.
5218 * config/sim.exp: Likewise.
5219 * config/slite.exp: Likewise.
5220 * config/unix.exp: Likewise.
5221 * gdb.base/default.exp: Remove unhelpful comment.
5222
efbecbc1
AB
52232019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5224
5225 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5226
0841c79a
AB
52272019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5228
5229 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5230
4a270568
AB
52312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * gdb.fortran/type-kinds.exp: Update expected results.
5234
067630bd
AB
52352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5236
5237 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5238
3be47f7a
AB
52392019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5240
5241 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5242 function.
5243 (test_basic_parsing_of_type_kinds): Expand types tested.
5244 (test_parsing_invalid_type_kinds): New function.
5245
4d00f5d8
AB
52462019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5247
5248 * gdb.fortran/intrinsics.exp: New file.
5249 * gdb.fortran/intrinsics.f90: New file.
5250 * gdb.fortran/type-kinds.exp: New file.
5251
c8f91604
AB
52522019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5253
5254 * gdb.fortran/dot-ops.exp: New file.
5255
dd9f2c76
AB
52562019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5257
5258 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5259 Check upper and lower case logical literals.
5260
84ec9724
AB
52612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5262
5263 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5264 Remove duplicate tests.
5265
c3734e09
AH
52662019-03-06 Alan Hayward <alan.hayward@arm.com>
5267
5268 * lib/gdb.exp (builtin_cd): rename of cd.
5269 (cd): Override builtin.
5270
aa3cfbda
RB
52712019-03-06 Richard Bunt <richard.bunt@arm.com>
5272
5273 * gdb.fortran/function-calls.exp: New file.
5274 * gdb.fortran/function-calls.f90: New test.
5275
7b63ad86
RB
52762019-03-04 Richard Bunt <richard.bunt@arm.com>
5277
5278 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5279 on user program standard output.
5280 * gdb.fortran/short-circuit-argument-list.f90: Record function
5281 calls.
5282
01abb042
AH
52832019-02-28 Alan Hayward <alan.hayward@arm.com>
5284
c3734e09
AH
5285 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5286 failure.
01abb042 5287
92137da0
RO
52882019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5289
5290 PR gdb/8527
5291 * gdb.base/interrupt-daemon-attach.c,
5292 gdb.base/interrupt-daemon-attach.exp: New test.
5293
5862844d
PA
52942019-02-27 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.base/page.exp: Add tests for "set width/height -1".
5297
8ed25214
PA
52982019-02-27 Pedro Alves <palves@redhat.com>
5299
5300 * gdb.base/page.exp: Add tests for "set/show width/height" with
5301 "infinite" values.
5302
6c28e44a
TT
53032019-02-27 Tom Tromey <tromey@adacore.com>
5304
5305 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5306 2.4.
5307 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5308 workaround.
5309
bf9a735e
AB
53102019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5311
5312 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5313 tests for structs with static members.
5314
8791793c
TT
53152019-02-26 Tom Tromey <tromey@adacore.com>
5316
5317 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5318 ValueError, not TypeError.
5319
bc2a507e
KB
53202019-02-26 Kevin Buettner <kevinb@redhat.com>
5321
5322 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5323 call from main program.
5324
e0e7d3bd
JB
53252019-02-23 Joel Brobecker <brobecker@adacore.com>
5326
5327 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5328 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5329 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5330 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5331 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5332
9600246d
KS
53332019-02-22 Keith Seitz <keiths@redhat.com>
5334
5335 PR symtab/23853
5336 * gdb.base/symlink-sourcefile.c: New file.
5337 * gdb.base/symlink-sourcefile.exp: New file.
5338
0c95f9ed
TT
53392019-02-20 Tom Tromey <tom@tromey.com>
5340
5341 * gdb.base/info_qt.exp: Update.
5342
6caa91b6
SM
53432019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5344
5345 * gdb.base/source.exp: Move "error in sourced script" code to
5346 the end.
5347 * gdb.base/source-error.gdb: Move contents to
5348 source-error-1.gdb. Add new code to source source-error-1.gdb.
5349 * gdb.base/source-error-1.gdb: New file, from previous
5350 source-error.gdb.
5351
6506371f
TT
53522019-02-17 Tom Tromey <tom@tromey.com>
5353
5354 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5355 for macro styling.
5356 * gdb.base/style.c (SOME_MACRO): New macro.
5357
a0087920
TT
53582019-02-17 Tom Tromey <tom@tromey.com>
5359
5360 * gdb.base/style.exp: Add line-wrapping tests.
5361 * gdb.base/page.exp: Add test for quitting during pagination.
5362
a2cd4f14
JB
53632019-02-17 Joel Brobecker <brobecker@adacore.com>
5364
5365 * gdb.ada/big_packed_array: New testcase.
5366 * gdb.ada/homonym.exp: Fix incorrect expected output for
5367 "break <homonym__get_value>" test.
5368
9d70ffbc
WP
53692019-02-13 Weimin Pan <weimin.pan@oracle.com>
5370
5371 PR breakpoints/21870
5372 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5373 and prepare_for_testing. Add comment.
5374 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5375 redundant cleanup call. Clean up comment.
5376
01c7ae81
WP
53772019-02-12 Weimin Pan <weimin.pan@oracle.com>
5378
5379 PR breakpoints/21870
5380 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5381 * gdb.arch/aarch64-dbreg-contents.c: New file.
5382
aff29d1c
JB
53832019-02-10 Joel Brobecker <brobecker@adacore.com>
5384
5385 * gdb.ada/mi_ref_changeable: New testcase.
5386
df0da8a2
AH
53872019-02-07 Alan Hayward <alan.hayward@arm.com>
5388
5389 * gdb.base/attach.exp: Add double attach test.
5390
bd447abb
SM
53912019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5392
5393 * lib/gdb.exp (default_gdb_start): Don't match pagination
5394 prompt.
5395 (gdb_init): Set stty_init.
5396
1dbc40b9
TT
53972019-01-27 Tom Tromey <tom@tromey.com>
5398
5399 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5400 skip_python_tests.
5401
353229bf
AH
54022019-01-24 Alan Hayward <alan.hayward@arm.com>
5403
5404 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5405 New structure.
5406 (struct struct_static_02_02): Likewise.
5407 (struct struct_static_02_03): Likewise.
5408 (struct struct_static_02_04): Likewise.
5409 (struct struct_static_04_01): Likewise.
5410 (struct struct_static_04_02): Likewise.
5411 (struct struct_static_04_03): Likewise.
5412 (struct struct_static_04_04): Likewise.
5413 (struct struct_static_06_01): Likewise.
5414 (struct struct_static_06_02): Likewise.
5415 (struct struct_static_06_03): Likewise.
5416 (struct struct_static_06_04): Likewise.
5417 (cmp_struct_static_02_01): Likewise.
5418 (cmp_struct_static_02_02): Likewise.
5419 (cmp_struct_static_02_03): Likewise.
5420 (cmp_struct_static_02_04): Likewise.
5421 (cmp_struct_static_04_01): Likewise.
5422 (cmp_struct_static_04_02): Likewise.
5423 (cmp_struct_static_04_03): Likewise.
5424 (cmp_struct_static_04_04): Likewise.
5425 (cmp_struct_static_06_01): Likewise.
5426 (cmp_struct_static_06_02): Likewise.
5427 (cmp_struct_static_06_03): Likewise.
5428 (cmp_struct_static_06_04): Likewise.
5429 (call_all): Test new structs.
5430 * gdb.base/infcall-nested-structs.exp: Likewise.
5431
73021deb
AH
54322019-01-21 Alan Hayward <alan.hayward@arm.com>
5433 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5434
fc65c7db
AH
54352019-01-21 Alan Hayward <alan.hayward@arm.com>
5436 * gdb.base/stack-protector.c: New test.
5437 * gdb.base/stack-protector.exp: New file.
5438 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5439 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5440 option.
5441 (gdb_compile): Remove stack protector for GCC and prevent
5442 recursion.
5443
c24bdb02
KS
54442019-01-16 Keith Seitz <keiths@redhat.com>
5445
5446 PR gdb/23773
5447 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5448
6f072a10
PFC
54492019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5450
5451 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5452 aliases.
5453 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5454 tests.
5455 * gdb.arch/powerpc-vector-regs.c: New file.
5456 * gdb.arch/powerpc-vector-regs.exp: New file.
5457
a7b8d682
PFC
54582019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5459
5460 * gdb.arch/altivec-regs.exp: Fix the list passed to
5461 gdb_expect_list when testing "info vector".
5462
6eb6fb67
AB
54632019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5464
5465 * gdb.base/style.exp: Don't include path in testname.
5466
b56f80d8
KS
54672019-01-10 Keith Seitz <keiths@redhat.com>
5468
5469 PR gdb/23712
5470 PR symtab/23010
5471 * gdb.dwarf2/multidictionary.exp: New file.
5472
041be526
SM
54732019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5474
5475 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5476 (test_gnuv3_style_demangling): ... this.
5477 (test_lucid_style_demangling): Remove.
5478 (test_arm_style_demangling): Remove.
5479 (test_hp_style_demangling): Remove.
5480 (do_tests): Remove calls to the above.
5481
d820d0c3
AB
54822019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5483
5484 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5485 case.
5486
f097f5ad
TT
54872019-01-06 Tom Tromey <tom@tromey.com>
5488
5489 PR gdb/28155:
5490 * gdb.dwarf2/typedef-void-finish.exp: New file.
5491
2cd8cc0b
TT
54922018-12-28 Tom Tromey <tom@tromey.com>
5493 Simon Marchi <simark@simark.ca>
5494
5495 * gdb.base/jit-exec.exp: New file.
5496 * gdb.base/jit-exec.c: New file.
5497 * gdb.base/jit-execd.c: New file.
5498
35fb8261
TT
54992018-12-28 Tom Tromey <tom@tromey.com>
5500
5501 * gdb.base/style.exp: Update test to check for address styling.
5502
47fd17cd
TT
55032018-12-28 Tom Tromey <tom@tromey.com>
5504
5505 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5506 message.
5507
d47032b7
TT
55082018-12-28 Tom Tromey <tom@tromey.com>
5509
5510 * gdb.base/style.exp: Add test for version number styling.
5511
af79b68d
TT
55122018-12-28 Tom Tromey <tom@tromey.com>
5513
5514 * gdb.base/style.exp: Add test for print_address_symbolic.
5515
0bb296cb
TT
55162018-12-28 Tom Tromey <tom@tromey.com>
5517
5518 * gdb.base/style.exp: Add test for breakpoint setting.
5519
80ae2043
TT
55202018-12-28 Tom Tromey <tom@tromey.com>
5521
5522 * gdb.base/style.exp: Add test for variable names.
5523
cbe56571
TT
55242018-12-28 Tom Tromey <tom@tromey.com>
5525
5526 * gdb.base/style.exp: New file.
5527 * gdb.base/style.c: New file.
5528
9162a27c
TT
55292018-12-28 Tom Tromey <tom@tromey.com>
5530
5531 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5532 "dumb".
5533 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5534 the TERM environment variable.
5535
bc543c90
TT
55362018-12-27 Tom Tromey <tom@tromey.com>
5537
5538 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5539 pagination test.
5540
6f0ffe50
AB
55412018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5542
5543 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5544 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5545
b5a1e557
PW
55462018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5547
5548 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5549 Filename a.adb changed to bp_fun_addr.adb.
5550 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5551
6e8b1ab2
JV
55522018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5553
5554 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5555 non-PIE executables.
5556 * README: Mention the gdb,nopie_flag board setting.
5557 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5558 non-PIE executable.
5559 * gdb.arch/amd64-entry-value.exp: Likewise.
5560 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5561 * gdb.arch/i386-float.exp: Likewise.
5562 * gdb.arch/i386-signal.exp: Likewise.
5563 * gdb.mi/mi-reg-undefined.exp: Likewise.
5564
d00a27c5
PM
55652018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5566
5567 PR gdb/23974
5568 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5569
161d081c
PW
55702018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5571
5572 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5573 Update order of results accordingly.
5574
b001de23
AB
55752018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5576
5577 * gdb.base/annota1.exp: Update a test regexp.
5578
99e1a184
AB
55792018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5580
5581 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5582
7a81c1e2
PW
55832018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5584
5585 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5586 (reuse_time): Initialize to REUSE_TIME_CAP.
5587 (check_rc): New function.
5588 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5589 Check pthread_create rc.
5590 (spawner_thread_func): Check pthread_create and pthread_join rc.
5591
73e8dc90
PA
55922018-12-08 Pedro Alves <palves@redhat.com>
5593
5594 * gdb.base/list.exp (test_forward_search): Rename to ...
5595 (test_forward_reverse_search): ... this. Also test reverse-search
5596 and the forward-search alias.
5597
13f2ed32
AB
55982018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5599
5600 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5601 local timeout variable before return, and remove all local timeout
5602 variable entirely.
5603 (gdb_load): Likewise.
5604
64d27cfc
TV
56052018-12-01 Tom de Vries <tdevries@suse.de>
5606
5607 * gdb.base/gdb-caching-proc.exp: New file.
5608
f63c03b4
SDJ
56092018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5610
5611 * Makefile.in (TIMESTAMP): New variable.
5612 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5613 command.
5614 (check-single-racy): Likewise.
5615 (check/%.exp): Likewise.
5616 (check-racy/%.exp): Likewise.
5617 (workers/%.worker): Likewise.
5618 (build-perf): Likewise.
5619 (check-perf): Likewise.
5620 * README: Describe new "TS" and "TS_FORMAT" variables.
5621 * print-ts.py: New file.
5622
1c97054b
BF
56232018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5624
5625 PR python/23714
5626 * gdb.python/python.exp: Test command repetition after
5627 gdb.execute.
5628
1871a62d
AB
56292018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5630
5631 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5632 is correctly aligned.
5633
fb5e1ed9
PW
56342018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5635
5636 * gdb.ada/info_auto_lang.exp: New testcase.
5637 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5638 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5639 * gdb.ada/info_auto_lang/some_c.c: New file.
5640
43d397ca
PW
56412018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5642
5643 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5644 FUNC_lang language syntax.
5645
beddd671
PW
56462018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5647
5648 * gdb.base/info_minsym.c: New file.
5649 * gdb.base/info_minsym.exp: New file.
5650
73fc52c4
TT
56512018-11-19 Tom Tromey <tom@tromey.com>
5652
5653 PR rust/23625:
5654 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5655 * gdb.rust/expr.exp: Update expected output. Change one test.
5656
994b876a
TT
56572018-11-19 Tom Tromey <tom@tromey.com>
5658
5659 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5660
6769f276
PA
56612018-11-19 Pedro Alves <palves@redhat.com>
5662
5663 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5664 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5665 see the expected warning.
5666
38a72da0
AH
56672018-11-16 Alan Hayward <alan.hayward@arm.com>
5668
5669 PR gdb/22736:
5670 * gdb.cp/infcall-nodebug-lib.c: New test.
5671 * gdb.cp/infcall-nodebug-main.c: New test.
5672 * gdb.cp/infcall-nodebug.exp: New file.
5673
53a89d6e
SM
56742018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5675
5676 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5677 completer tests.
5678
9325300d
TV
56792018-11-09 Tom de Vries <tdevries@suse.de>
5680
5681 * gdb.base/msym-lang.c: New test.
5682 * gdb.base/msym-lang.exp: New file.
5683 * gdb.base/msym-lang-main.c: New test.
5684
20f0d60d
TT
56852018-11-08 Tom Tromey <tom@tromey.com>
5686
5687 PR gdb/23555:
5688 PR gdb/23838:
5689 * gdb.base/warning.exp: New file.
5690
b5420128
JB
56912018-11-08 Jan Beulich <jbeulich@suse.com>
5692
5693 * testsuite/gdb.arch/i386-avx512.c,
5694 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5695
cd115d61
AB
56962018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5697
5698 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5699 point hardware.
5700
35ee2dc2
AB
57012018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5702
5703 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5704 * gdb.dwarf2/missing-type-name.exp: New file.
5705
31aceee8
TV
57062018-11-06 Tom de Vries <tdevries@suse.de>
5707
5708 * gdb.base/many-headers.c: New test.
5709 * gdb.base/many-headers.exp: New file.
5710
109be305
JW
57112018-11-06 Jim Wilson <jimw@sifive.com>
5712
5713 * gdb.base/code_elim.exp: For riscv, set additional_flags
5714 to include -msmall-data-limit=0.
5715
e2b7af72
JB
57162018-11-01 Joel Brobecker <brobecker@adacore.com>
5717
5718 * gdb.ada/watch_minus_l: New testcase.
5719
cdcda965
SM
57202018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5721
5722 * gdb.arch/aix-sighandle.c: New file.
5723 * gdb.arch/aix-sighandle.exp: New file.
5724
92dcebf3
AB
57252018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5726
5727 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5728 registers being unions.
5729
68b9ac18
TV
57302018-10-31 Tom de Vries <tdevries@suse.de>
5731
5732 * lib/valgrind.exp: New file.
5733 (vgdb_start, vgdb_stop): New procs, factored out of ...
5734 * gdb.base/valgrind-bt.exp: ... here, ...
5735 * gdb.base/valgrind-disp-step.exp: ... here and ...
5736 * gdb.base/valgrind-infcall.exp: ... here.
5737
1443936e
TV
57382018-10-31 Tom de Vries <tdevries@suse.de>
5739
5740 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5741
eb77c9df
AB
57422018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5743
5744 * gdb.dwarf2/void-type.c: New file.
5745 * gdb.dwarf2/void-type.exp: New file.
5746
82b5e646
PW
57472018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5748
5749 * gdb.base/info_qt.c: New file.
5750 * gdb.base/info_qt.exp: New file.
5751
8d619c01
EBM
57522018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5753
5754 * gdb.arch/powerpc-htm-regs.c: New file.
5755 * gdb.arch/powerpc-htm-regs.exp: New file.
5756
f2cf6173
EBM
57572018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5758
5759 * gdb.arch/powerpc-tar.c: New file.
5760 * gdb.arch/powerpc-tar.exp: New file.
5761
7ca18ed6
EBM
57622018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5763
5764 * gdb.arch/powerpc-ppr-dscr.c: New file.
5765 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5766
bfcc0eba
TV
57672018-10-25 Tom de Vries <tdevries@suse.de>
5768
5769 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5770
fe1a5cad
TV
57712018-10-24 Tom de Vries <tdevries@suse.de>
5772
5773 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5774 longer exists error.
5775
a76dc3b7
TV
57762018-10-24 Tom de Vries <tdevries@suse.de>
5777
5778 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5779
4df46df7
TV
57802018-10-24 Tom de Vries <tdevries@suse.de>
5781
5782 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5783 --db-attach in valgrind.
5784
0dbfcfff
AB
57852018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.arch/riscv-reg-aliases.c: New file.
5788 * gdb.arch/riscv-reg-aliases.exp: New file.
5789
b04480b1
AH
57902018-10-19 Alan Hayward <alan.hayward@arm.com>
5791
5792 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5793
2c6ac8d7
AH
57942018-10-19 Alan Hayward <alan.hayward@arm.com>
5795
5796 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5797
2bc69f25
AH
57982018-10-19 Alan Hayward <alan.hayward@arm.com>
5799
5800 * gdb.cp/ovldbreak.exp: Fix regexps.
5801
1f1ae3a3
AH
58022018-10-19 Alan Hayward <alan.hayward@arm.com>
5803
5804 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5805
94c18618
SDJ
58062018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5807
5808 PR cli/23785
5809 * gdb.base/restore.exp: New test to check if "restore" with an
5810 invalid file doesn't segfault.
5811
812cd6eb
TV
58122018-10-18 Tom de Vries <tdevries@suse.de>
5813
5814 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5815 * gdb.ada/excep_handle.exp: Same.
5816 * gdb.ada/mi_string_access.exp: Same.
5817 * gdb.ada/mi_var_union.exp: Same.
5818 * gdb.arch/arc-analyze-prologue.exp: Same.
5819 * gdb.arch/arc-decode-insn.exp: Same.
5820 * gdb.base/readnever.exp: Same.
5821 * gdb.fortran/printing-types.exp: Same.
5822 * gdb.guile/scm-lazy-string.exp: Same.
5823
c4b90788
TV
58242018-10-16 Tom de Vries <tdevries@suse.de>
5825
5826 PR gdb/23730
5827 * gdb.base/catch-follow-exec.c: Add copyright notice.
5828 * gdb.base/catch-follow-exec.exp: Rewrite to use
5829 gdb_spawn_with_cmdline_opts. Require gdb-native.
5830
8bca2978
SL
58312018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5832
5833 * gdb.trace/actions-changed.exp: Check for arch support.
5834 * gdb.trace/actions.exp: Likewise.
5835 * gdb.trace/ax.exp: Likewise.
5836 * gdb.trace/backtrace.exp: Likewise.
5837 * gdb.trace/change-loc.exp: Likewise.
5838 * gdb.trace/deltrace.exp: Likewise.
5839 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5840 * gdb.trace/ftrace.exp: Likewise.
5841 * gdb.trace/infotrace.exp: Check for arch support.
5842 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5843 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5844 * gdb.trace/mi-tsv-changed.exp: Likewise.
5845 * gdb.trace/packetlen.exp: Likewise.
5846 * gdb.trace/passc-dyn.exp: Likewise.
5847 * gdb.trace/passcount.exp: Likewise.
5848 * gdb.trace/pending.exp: Likewise.
5849 * gdb.trace/range-stepping.exp: Check for shlib support.
5850 * gdb.trace/report.exp: Check for arch support.
5851 * gdb.trace/save-trace.exp: Likewise.
5852 * gdb.trace/signal.exp: Check for signal support.
5853 * gdb.trace/tfind.exp: Check for arch support.
5854 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5855 * gdb.trace/trace-common.h: Add comment.
5856 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5857 * gdb.trace/trace-enable-disable.exp: Likewise.
5858 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5859 * gdb.trace/tracecmd.exp: Check for arch support.
5860 * gdb.trace/tspeed.exp: Check for shlib and target support.
5861 * gdb.trace/tstatus.exp: Check for arch support.
5862 * gdb.trace/tsv.exp: Likewise.
5863 * gdb.trace/while-dyn.exp: Likewise.
5864 * gdb.trace/while-stepping.exp: Likewise.
5865 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5866
f9c49bff
SM
58672018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5868
5869 * gdb.trace/tspeed.exp: Remove nowarnings.
5870 (prepare_for_trace_test): Declare "global ipalib".
5871 * gdb.trace/tspeed.c: Include unistd.h.
5872 (main): Remove superfluous printf argument.
5873
d4330bde
SL
58742018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5875
5876 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5877 directory prefix on the filename.
5878
8ecfd7bd
SDJ
58792018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5880
5881 * gdb.gdb/unittest.exp: Update expected message informing that
5882 selftests have been disabled.
5883 * gdb.server/unittest.exp: Likewise.
5884
58bbcd02
TV
58852018-10-09 Tom de Vries <tdevries@suse.de>
5886
5887 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5888 with runto_main.
5889
9f6b697b
WP
58902018-10-08 Weimin Pan <weimin.pan@oracle.com>
5891
5892 PR c++/16841
5893 * gdb.cp/virtbase2.cc: New file.
5894 * gdb.cp/virtbase2.exp: New file.
5895
add5ded5
TT
58962018-10-06 Tom Tromey <tom@tromey.com>
5897
5898 PR python/19399:
5899 * gdb.python/py-inferior.exp: Add architecture test.
5900
f9e48344
TT
59012018-10-06 Tom Tromey <tom@tromey.com>
5902
5903 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5904 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5905
2a8be203
TT
59062018-10-06 Tom Tromey <tom@tromey.com>
5907
5908 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5909 of a "throw" catchpoint.
5910
e04caa70
SDJ
59112018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5912
5913 * gdb.base/info-proc.exp: Update string expected from "help info
5914 proc".
5915
5ca8c39f
TT
59162018-10-04 Tom Tromey <tom@tromey.com>
5917
5918 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5919 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5920 (test_initial_complaints, test_empty_complaints): Update.
5921 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5922
3453e7e4
TT
59232018-10-04 Tom Tromey <tom@tromey.com>
5924
5925 PR cli/19551:
5926 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5927 * lib/gdb.exp (gdb_file_cmd): Update.
5928 * gdb.stabs/weird.exp (print_weird_var): Update.
5929 * gdb.server/solib-list.exp: Update.
5930 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5931 * gdb.mi/mi-cli.exp: Update.
5932 * gdb.linespec/linespec.exp: Update.
5933 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5934 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5935 * gdb.cp/cp-relocate.exp: Update.
5936 * gdb.base/sym-file.exp: Update.
5937 * gdb.base/relocate.exp: Update.
5938 * gdb.base/readnever.exp: Update.
5939 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5940 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5941 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5942 * gdb.base/code_elim.exp: Update.
5943 * gdb.base/break-unload-file.exp (test_break): Update.
5944 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5945 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5946 Update.
5947 * gdb.base/attach.exp (do_attach_tests): Update.
5948 * gdb.base/sepdebug.exp: Update.
5949 * gdb.python/py-section-script.exp: Update.
5950
6afcf761
TT
59512018-10-04 Tom Tromey <tom@tromey.com>
5952
5953 PR cli/22234:
5954 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5955 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5956 output.
5957
fef1b293
TT
59582018-10-04 Tom Tromey <tom@tromey.com>
5959
5960 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5961 set width and height to 0.
5962 (test_command_line_attach_run): Use -quiet.
5963
ca98345e
SL
59642018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5965
5966 * lib/gdb.exp (skip_ifunc_tests): New.
5967 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5968 other compile failures.
5969 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5970
ff34e6ae
SM
59712018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5972
5973 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5974 is_amd64_regs_target.
5975
6bb8890e
AH
59762018-10-01 Alan Hayward <alan.hayward@arm.com>
5977
5978 * gdb.arch/aarch64-sighandler-regs.c: New test.
5979 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5980 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5981
224d30d3
MM
59822018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5983
5984 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5985 assembly.
5986
f67ffa6a
AB
59872018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5988
5989 * gdb.base/frame-selection.exp: New file.
5990 * gdb.base/frame-selection.c: New file.
5991
9fc3183f
AH
59922018-09-27 Alan Hayward <alan.hayward@arm.com>
5993
5994 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5995 pthread barrier.
5996 (main): Likewise.
5997
d354055e
AB
59982018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5999
6000 * gdb.base/large-frame-1.c: New file.
6001 * gdb.base/large-frame-2.c: New file.
6002 * gdb.base/large-frame.exp: New file.
6003 * gdb.base/large-frame.h: New file.
6004
db727370
JL
60052018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6006
6007 PR gdb/20948
6008 * gdb.base/write_mem.exp: New test.
6009 * gdb.base/write_mem.c: Likewise.
6010
ae778caf
TT
60112018-09-23 Tom Tromey <tom@tromey.com>
6012
6013 PR python/18852:
6014 * gdb.python/py-parameter.exp: Add test for parameter that throws
6015 on "set".
6016
fd3ba736
TT
60172018-09-23 Tom Tromey <tom@tromey.com>
6018
6019 PR python/17284:
6020 * gdb.python/py-template.exp (test_template_arg): Add test for
6021 negative template argument number.
6022
39a24317
TT
60232018-09-23 Tom Tromey <tom@tromey.com>
6024
6025 PR python/14062:
6026 * gdb.python/python.exp: Add test for post_event error.
6027
f5769a2c
TT
60282018-09-23 Tom Tromey <tom@tromey.com>
6029
6030 PR python/18170:
6031 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6032 convert pointers to int and long.
6033
1c1e54f6
TT
60342018-09-23 Tom Tromey <tom@tromey.com>
6035
6036 PR python/20126:
6037 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6038 signed-ness conversion tests.
6039
fb4fa946
TT
60402018-09-23 Tom Tromey <tom@tromey.com>
6041
6042 PR python/18352;
6043 * gdb.python/py-value.exp (test_float_conversion): New proc.
6044 Use it.
6045
a466edac
HAQ
60462018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6047
6048 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6049
4ee9b0c5
SL
60502018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6051
6052 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6053 no readline.
6054 * gdb.base/utf8-identifiers.exp: Likewise.
6055 * gdb.cp/cpcompletion.exp: Likewise.
6056 * gdb.linespec/cpcompletion.exp: Likewise.
6057 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6058 * gdb.linespec/cpls-ops.exp: Likewise.
6059
23be8da7
RB
60602018-09-19 Richard Bunt <richard.bunt@arm.com>
6061 Chris January <chris.january@arm.com>
6062
6063 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6064 * gdb.fortran/short-circuit-argument-list.exp: New file.
6065 * gdb.fortran/short-circuit-argument-list.f90: New test.
6066
5031d0ae
SDJ
60672018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6068
6069 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6070 "arch=" keyword when executing "-stack-list-frames".
6071
b4c0d1a4
SDJ
60722018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6073
6074 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6075 "arch=" keyword when executing "-stack-list-frames".
6076
7a6d2b45
SDJ
60772018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6078
6079 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6080 break ada".
6081
8588b356
SM
60822018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6083
6084 PR python/23669
6085 * gdb.python/python.exp: Test gdb.execute("show commands").
6086
65e65158
TT
60872018-09-16 Tom Tromey <tom@tromey.com>
6088
6089 * gdb.base/new-ui.exp (do_execution_tests): Update.
6090 * gdb.base/dbx.exp (test_breakpoints): Update.
6091
bf326452
AH
60922018-09-14 Alan Hayward <alan.hayward@arm.com>
6093
6094 * lib/gdb.exp (gdb_simple_compile): Add proc.
6095 (is_elf_target): Use gdb_simple_compile.
6096 (skip_altivec_tests): Likewise.
6097 (skip_vsx_tests): Likewise.
6098 (skip_tsx_tests): Likewise.
6099 (skip_btrace_tests): Likewise.
6100 (skip_btrace_pt_tests): Likewise.
6101 (gdb_can_simple_compile): Likewise.
6102 (gdb_has_argv0): Likewise.
6103 (gdb_target_symbol_prefix): Likewise.
6104 (target_supports_scheduler_locking): Likewise.
6105
2361b0fb
TT
61062018-09-13 Tom Tromey <tom@tromey.com>
6107
6108 * Makefile.in (TAGS): Recognize proc_with_prefix and
6109 gdb_caching_proc.
6110
0ae1a321
SM
61112018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6112
6113 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6114 method.
6115
a40bf0c2
SM
61162018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6117
6118 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6119 and a few other Inferior properties when the Inferior is no
6120 longer valid.
6121
4a3fe98f
TT
61222018-09-13 Tom Tromey <tom@tromey.com>
6123
6124 PR rust/23650:
6125 * gdb.rust/simple.exp: Add test for enum field access error.
6126
098b2108
TT
61272018-09-13 Tom Tromey <tom@tromey.com>
6128
6129 PR rust/23626:
6130 * gdb.rust/simple.rs (EmptyEnum): New type.
6131 (main): Use it.
6132 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6133
1256af7d
SM
61342018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6135
6136 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6137 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6138 * gdb.python/py-symtab.exp: Update test printing an objfile.
6139
4aa8e6c2
SM
61402018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6141
6142 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6143 object.
6144
c221b2f7
AH
61452018-09-12 Alan Hayward <alan.hayward@arm.com>
6146
6147 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6148 (support_complex_tests): Use gdb_can_simple_compile.
6149 (is_ilp32_target): Likewise.
6150 (is_lp64_target): Likewise.
6151 (is_64_target): Likewise.
6152 (is_amd64_regs_target): Likewise.
6153 (is_aarch32_target): Likewise.
6154 (gdb_int128_helper): Likewise.
6155
6f1107b5
JK
61562018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6157
6158 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6159
1f5d1570
JG
61602018-09-10 Jerome Guitton <guitton@adacore.com>
6161
6162 * gdb.ada/same_component_name: Add test for case of tagged record
6163 with variable-length fields.
6164
cc330e39
XR
61652018-09-10 Xavier Roirand <roirand@adacore.com>
6166
6167 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6168 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6169 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6170 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6171
b9c50e9a
XR
61722018-09-10 Xavier Roirand <roirand@adacore.com>
6173
6174 * gdb.ada/mi_string_access.exp: New testcase.
6175 * gdb.ada/mi_string_access/bar.adb: New file.
6176 * gdb.ada/mi_string_access/pck.adb: New file.
6177 * gdb.ada/mi_string_access/pck.asd: New file.
6178
2963898f
XR
61792018-09-10 Xavier Roirand <roirand@adacore.com>
6180
6181 * gdb.ada/mi_var_union.exp: New testcase.
6182 * gdb.ada/mi_var_union/bar.adb: New file.
6183 * gdb.ada/mi_var_union/pck.adb: New file.
6184 * gdb.ada/mi_var_union/pck.asd: New file.
6185
1aac008f
TT
61862018-09-08 Tom Tromey <tom@tromey.com>
6187
6188 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6189
332cf4c9
TT
61902018-09-08 Tom Tromey <tom@tromey.com>
6191
6192 PR python/16047:
6193 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6194 (register_pretty_printers): Register new printer.
6195 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6196 test.
6197 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6198 (an_int_type3): New global.
6199
424da6cf
JB
62002018-09-08 Joel Brobecker <brobecker@adacore.com>
6201
6202 * gdb.ada/expr_with_funcall: New testcase.
6203
2a62dfa9
JB
62042018-09-08 Joel Brobecker <brobecker@adacore.com>
6205
6206 * gdb.ada/packed_array_assign: New testcase.
6207
96b6697f
AB
62082018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6209
6210 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6211 names, and add test prefixes to make test names unique.
6212
e4a62c65
TV
62132018-09-05 Tom de Vries <tdevries@suse.de>
6214
6215 * gdb.dwarf2/varval.exp: Add test.
6216
dd083ee2
GB
62172018-09-04 Gary Benson <gbenson@redhat.com>
6218
6219 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6220 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6221
aef9346c
TT
62222018-08-31 Tom Tromey <tom@tromey.com>
6223
6224 * gdb.rust/simple.rs: Rename second variable "v".
6225
c67f2e15
AB
62262018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6227
6228 * gdb.base/funcargs.c (use_a): New function.
6229 (recurse): Call use_a.
6230
078a0207
KS
62312018-08-29 Keith Seitz <keiths@redhat.com>
6232
6233 * gdb.compile/compile-cplus-anonymous.cc: New file.
6234 * gdb.compile/compile-cplus-anonymous.exp: New file.
6235 * gdb.compile/compile-cplus-array-decay.cc: New file.
6236 * gdb.compile/compile-cplus-array-decay.exp: New file.
6237 * gdb.compile/compile-cplus-inherit.cc: New file.
6238 * gdb.compile/compile-cplus-inherit.exp: New file.
6239 * gdb.compile/compile-cplus-member.cc: New file.
6240 * gdb.compile/compile-cplus-member.exp: New file.
6241 * gdb.compile/compile-cplus-method.cc: New file.
6242 * gdb.compile/compile-cplus-method.exp: New file.
6243 * gdb.compile/compile-cplus-mod.c: "New" file.
6244 * gdb.compile/compile-cplus-namespace.cc: New file.
6245 * gdb.compile/compile-cplus-namespace.exp: New file.
6246 * gdb.compile/compile-cplus-nested.cc: New file.
6247 * gdb.compile/compile-cplus-nested.exp: New file.
6248 * gdb.compile/compile-cplus-print.c: "New" file.
6249 * gdb.compile/compile-cplus-print.exp: "New" file.
6250 * gdb.compile/compile-cplus-virtual.cc: New file.
6251 * gdb.compile/compile-cplus-virtual.exp: New file.
6252 * gdb.compile/compile-cplus.c: "New" file.
6253 * gdb.compile/compile-cplus.exp: "New" file.
6254 * lib/compile-support.exp: New file.
6255
b0f492b9
GB
62562018-08-16 Gary Benson <gbenson@redhat.com>
6257
6258 PR gdb/13000:
6259 * gdb.base/batch-exit-status.exp: New file.
6260 * gdb.base/batch-exit-status.good-commands: Likewise.
6261 * gdb.base/batch-exit-status.bad-commands: Likewise.
6262
36eb4c5f
AH
62632018-08-29 Alan Hayward <alan.hayward@arm.com>
6264
6265 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6266 (struct struct02): Likewise.
6267 (struct struct03): Likewise.
6268 (struct struct04): Likewise.
6269 (struct struct_01_01): New struct.
6270 (struct struct_01_02): Likewise.
6271 (struct struct_01_03): Likewise.
6272 (struct struct_01_04): Likewise.
6273 (struct struct_02_01): Likewise.
6274 (struct struct_02_02): Likewise.
6275 (struct struct_02_03): Likewise.
6276 (struct struct_02_04): Likewise.
6277 (struct struct_04_01): Likewise.
6278 (struct struct_04_02): Likewise.
6279 (struct struct_04_03): Likewise.
6280 (struct struct_04_04): Likewise.
6281 (struct struct_05_01): Likewise.
6282 (struct struct_05_02): Likewise.
6283 (struct struct_05_03): Likewise.
6284 (struct struct_05_04): Likewise.
6285 (cmp_struct01): Remove function.
6286 (cmp_struct02): Likewise.
6287 (cmp_struct03): Likewise.
6288 (cmp_struct04): Likewise.
6289 (cmp_struct_01_01): Add Function.
6290 (cmp_struct_01_02): Likewise.
6291 (cmp_struct_01_03): Likewise.
6292 (cmp_struct_01_04): Likewise.
6293 (cmp_struct_02_01): Likewise.
6294 (cmp_struct_02_02): Likewise.
6295 (cmp_struct_02_03): Likewise.
6296 (cmp_struct_02_04): Likewise.
6297 (cmp_struct_04_01): Likewise.
6298 (cmp_struct_04_02): Likewise.
6299 (cmp_struct_04_03): Likewise.
6300 (cmp_struct_04_04): Likewise.
6301 (cmp_struct_05_01): Likewise.
6302 (cmp_struct_05_02): Likewise.
6303 (cmp_struct_05_03): Likewise.
6304 (cmp_struct_05_04): Likewise.
6305 (call_all): Add new structs.
6306 * gdb.base/infcall-nested-structs.exp: Likewise.
6307
3bf9c013
JV
63082018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6309
6310 * gdb.python/py-framefilter-mi.exp: Update regexp to
6311 check for "arch" field in frame output.
6312
450d1e88
KB
63132018-08-23 Kevin Buettner <kevinb@redhat.com>
6314
6315 * gdb.dwarf2/dw2-ranges-func.c: New file.
6316 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6317
ae739fe7
SM
63182018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6319
6320 * gdb.base/term.exp: Compare terminal settings with values from
6321 the inferior.
6322 * gdb.base/term.c: Get and set terminal settings.
6323
6d52907e
JV
63242018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6325
6326 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6327 accommodate new "arch" field in frame output.
6328 * gdb.mi/mi-return.exp: Likewise.
6329 * gdb.mi/mi-stack.exp: Likewise.
6330 * gdb.mi/mi-syn-frame.exp: Likewise.
6331 * gdb.mi/user-selected-context-sync.exp: Likewise.
6332
be2d111a
MS
63332018-08-19 Michael Spang <spang@google.com>
6334
6335 PR gdb/11786
6336 * gdb.base/gcore-tls-pie.c: New file.
6337 * gdb.base/gcore-tls-pie.exp: New file.
6338
ae3a7c47
KB
63392018-08-18 Kevin Buettner <kevinb@redhat.com>
6340
6341 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6342 * gdb.dwarf2/varval.c: New file.
6343 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6344
2ecae92e
AH
63452018-08-17 Alan Hayward <alan.hayward@arm.com>
6346
6347 PR gdb/18931
6348 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6349
c1854f1d
KS
63502018-08-16 Keith Seitz <keiths@redhat.com>
6351
6352 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6353 tests expected to pass.
6354
26fb3983
JV
63552018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6356
6357 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6358 -data-disassemble -a.
6359 (test_disassembly_bogus_args): Likewise.
6360
67943c00
AB
63612018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6362
6363 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6364
5ff2bbae
AB
63652018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6366
6367 * gdb.base/vla-optimized-out.exp: Add new test.
6368
e5bbcd0f
AB
63692018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6370
6371 * gdb.base/vla-optimized-out-o3.exp: Delete.
6372 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6373 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6374 deleted tests.
6375
9d4a934c
AB
63762018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6377
6378 PR gdb/18050:
6379 * gdb.server/extended-remote-restart.c: New file.
6380 * gdb.server/extended-remote-restart.exp: New file.
6381
045cf012
SM
63822018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6383
6384 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6385 "set variable index = 42".
6386
87d6a7aa
SM
63872018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6388
6389 * boards/index-cache-gdb.exp: New file.
6390 * gdb.dwarf2/index-cache.exp: New file.
6391 * gdb.dwarf2/index-cache.c: New file.
6392 * gdb.base/maint.exp: Check if we are using the index cache.
6393
96d68bd4
RO
63942018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6395
6396 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6397 MAKEFLAGS.
6398
5a699617
RO
63992018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6400
6401 * dg-extract-results.sh: Move to toplevel contrib.
6402 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6403 * Makefile.in (check-parallel-racy): Likewise.
6404
5bd18990
AB
64052018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6406
6407 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6408 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6409 tests if the target supports scheduler locking.
6410
3fbbcf47
TV
64112018-08-04 Tom de Vries <tdevries@suse.de>
6412
6413 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6414
3e1d3d8c
TT
64152018-08-02 Tom Tromey <tom@tromey.com>
6416
6417 PR symtab/16842.
6418 * gdb.cp/temargs.exp: Test "info address" of a template
6419 parameter.
6420
5abe0f0c
JV
64212018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6422
6423 * gdb.python/py-mi-var-info-path-expression.c: New file.
6424 * gdb.python/py-mi-var-info-path-expression.py: New file.
6425 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6426
fb66cde8
SDJ
64272018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6428
6429 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6430 error after "cannot resolve name" string.
6431
c708f4d2
AB
64322018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6433
6434 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6435 started.
6436 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6437
37cc0cae
TV
64382018-07-28 Tom de Vries <tdevries@suse.de>
6439
6440 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6441
63b4ecf7
TV
64422018-07-26 Tom de Vries <tdevries@suse.de>
6443
6444 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6445
3c3bb058
AB
64462018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6447
6448 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6449 is visible.
6450
9e7f3bbb
TV
64512018-07-26 Tom de Vries <tdevries@suse.de>
6452
6453 PR breakpoints/23366
6454 * gdb.base/catch-follow-exec.c: New test.
6455 * gdb.base/catch-follow-exec.exp: New file.
6456
16f808ec
TV
64572018-07-25 Tom de Vries <tdevries@suse.de>
6458
6459 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6460 vla-optimized-out.c.
6461
d7154a8d
JV
64622018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6463
6464 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6465 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6466
232a0032
TV
64672018-07-20 Tom de Vries <tdevries@suse.de>
6468
6469 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6470 NOCLONE macro.
6471 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6472
fbb1d502
TV
64732018-07-19 Tom de Vries <tdevries@suse.de>
6474
6475 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6476 regular expression.
6477
42dc7699
TV
64782018-07-18 Tom de Vries <tdevries@suse.de>
6479
6480 * gdb.base/vla-optimized-out.c: New test.
6481 * gdb.base/vla-optimized-out.exp: New file.
6482
7f1f7e23
SDJ
64832018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6484
6485 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6486 message "No address associated with hostname" when gdbserver
6487 cannot resolve the hostname.
6488
5759ebb3
PW
64892018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6490
6491 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6492 Add some test prefixes to make tests unique.
6493
3606ccab
PW
64942018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6495
6496 * gdb.base/frameapply.c: New file.
6497 * gdb.base/frameapply.exp: New file.
6498
529c08b2
PW
64992018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6500
6501 * gdb.base/skip.exp: Update expected error message.
6502
c7ab0aef
SDJ
65032018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6504 Jan Kratochvil <jan.kratochvil@redhat.com>
6505 Paul Fertser <fercerpav@gmail.com>
6506 Tsutomu Seki <sekiriki@gmail.com>
6507
6508 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6509 parameter.
6510 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6511 by default.
6512 * boards/native-gdbserver.exp: Likewise.
6513 * gdb.server/run-without-local-binary.exp: Improve regexp used
6514 for detecting when a remote debugging connection succeeds.
6515 * gdb.server/server-connect.exp: New file.
6516 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6517 Do not prefix the port number with ":".
6518 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6519 support for detecting and using it. Add '$debughost_gdbserver'
6520 to the list of arguments used to start gdbserver. Handle case
6521 when gdbserver cannot resolve a network name.
6522
16ff70dd
SDJ
65232018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6524
6525 PR c++/23373
6526 * gdb.base/ptype-offsets.cc (struct static_member): New
6527 struct.
6528 (main) <stmember>: New variable.
6529 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6530 with a static member in it.
6531
3541979f
AB
65322018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6533
6534 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6535 watchpoints enabled and disabled.
6536
c8ad9b9a
AB
65372018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.base/examine-backward.exp: Still run tests around address
6540 0x0, even if address 0x0 is not readable. Update the pattern for
6541 matching address 0x0 in expected output.
6542
e0e5e971
AB
65432018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6544
6545 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6546 malloc/free.
6547
1ea5da02
TV
65482018-07-04 Tom de Vries <tdevries@suse.de>
6549
6550 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6551
471b9d15
MR
65522018-07-02 Maciej W. Rozycki <macro@mips.com>
6553
6554 PR tdep/8282
6555 * gdb.arch/mips-disassembler-options.exp: New test.
6556 * gdb.arch/mips-disassembler-options.s: New test source.
6557
75acb486
PA
65582018-06-29 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.threads/names.exp: Adjust expected "info threads" output.
6561
cd2bb709
PA
65622018-06-29 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.opt/inline-break.exp (line number, address): Add "info
6565 break" tests.
6566
991ff292
PA
65672018-06-29 Pedro Alves <palves@redhat.com>
6568
6569 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6570 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6571 number and address and running to them.
6572
356819b6 65732018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6574
6575 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6576
2512d7ef
JK
65772018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6578
6579 * lib/compiler.c: Remove executable permission flag.
6580
be1b6474
RB
65812018-06-28 Richard Bunt <richard.bunt@arm.com>
6582
6583 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6584 code.
6585 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6586
291f9a96
PT
65872018-06-28 Petr Tesarik <ptesarik@suse.cz>
6588
6589 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6590
ed6dfe51
PT
65912018-06-28 Petr Tesarik <ptesarik@suse.cz>
6592
6593 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6594 address argument is omitted.
6595
d4d429d5
PT
65962018-06-28 Petr Tesarik <ptesarik@suse.cz>
6597
6598 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6599
7ab6656f
OJ
66002018-06-27 Omair Javaid <omair.javaid@linaro.org>
6601
6602 PR gdb/21695
6603 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6604 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6605
a33ccfc7
TT
66062018-06-26 Tom Tromey <tom@tromey.com>
6607
6608 PR rust/22574:
6609 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6610 * gdb.rust/simple.rs (struct SimpleLayout): New.
6611
6d72d289
SM
66122018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6613
6614 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6615 "info registers" output.
6616
8363f9d5
RB
66172018-06-21 Richard Bunt <richard.bunt@arm.com>
6618
6619 * gdb.base/watchpoint-hw-attach.c: New test.
6620 * gdb.base/watchpoint-hw-attach.exp: New file.
6621
f00674fe
SM
66222018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6623
6624 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6625 through /bin/sh.
6626 * boards/dwarf4-gdb-index.exp: Likewise.
6627 * boards/fission-dwp.exp: Likewise.
6628
1d554008
UW
66292018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6630
6631 * gdb.base/float128.exp: Add comment and improved fail message
6632 to the failure case of "print large128" test.
6633
d0ac1c44
SM
66342018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6635
6636 * configure.ac: Remove AC_PREREQ.
6637 * configure: Re-generate.
6638
61b04dd0
PA
66392018-06-19 Pedro Alves <palves@redhat.com>
6640
6641 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6642 (func_extern_caller): New.
6643 (main): Call func_extern_caller.
6644 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6645 logic change.
6646
f63b508a
SM
66472018-06-18 Weimin Pan <weimin.pan@oracle.com>
6648
6649 PR gdb/16841
6650 * gdb.cp/typedef-base.cc: New file.
6651 * gdb.cp/typedef-base.exp: New file.
6652
0fe3a558
TV
66532018-06-18 Tom de Vries <tdevries@suse.de>
6654
6655 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6656
7010835a
AB
66572018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6658 Richard Bunt <Richard.Bunt@arm.com>
6659
6660 * gdb.threads/attach-slow-waitpid.c: New file.
6661 * gdb.threads/attach-slow-waitpid.exp: New file.
6662 * gdb.threads/slow-waitpid.c: New file.
6663
14897d65
PA
66642018-06-14 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.base/fork-running-state.c: Include <errno.h>.
6667 (exit_if_relative_exits): New.
6668 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6669 exits.
6670 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6671 child exits.
6672
5d9a0608
TV
66732018-06-14 Tom de Vries <tdevries@suse.de>
6674
6675 PR cli/22573
6676 * gdb.base/finish-pretty.c: New test.
6677 * gdb.base/finish-pretty.exp: New file.
6678
11ae5818
PA
66792018-06-14 Pedro Alves <palves@redhat.com>
6680
6681 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6682 gdb's expected startup output.
6683
1d39de44
PA
66842018-06-14 Pedro Alves <palves@redhat.com>
6685
6686 * lib/selftest-support.exp (selftest_setup): Remove inlined
6687 function handling.
6688
70ee0000
TV
66892018-06-14 Tom de Vries <tdevries@suse.de>
6690
6691 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6692 matching of breakpoint printing.
6693
11f4b608
TV
66942018-06-13 Tom de Vries <tdevries@suse.de>
6695
6696 PR testsuite/23269
6697 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6698 (fork_child): ... here, and ...
6699 (fork_parent): ... here.
6700
67012018-06-12 Tom de Vries <tdevries@suse.de>
6702
6703 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6704
9516f85a
AB
67052018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6706 Stephen Roberts <stephen.roberts@arm.com>
6707
6708 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6709 rewrite test to describe action performed, rather than possible
6710 failure.
6711
5045b3d7
GB
67122018-06-08 Gary Benson <gbenson@redhat.com>
6713
6714 * gdb.threads/check-libthread-db.exp: New file.
6715 * gdb.threads/check-libthread-db.c: Likewise.
6716
c61b06a1
TT
67172018-06-05 Tom Tromey <tom@tromey.com>
6718
6719 * gdb.base/default.exp: Update expected "show version" output.
6720
eb6af809
TT
67212018-06-05 Tom Tromey <tom@tromey.com>
6722
6723 PR cli/12326:
6724 * gdb.cp/static-print-quit.exp: Update.
6725 * lib/gdb.exp (pagination_prompt): Update.
6726 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6727 * gdb.python/python.exp: Update.
6728
178d6a63
JB
67292018-06-04 Joel Brobecker <brobecker@adacore.com>
6730
6731 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6732
8e817061
JB
67332018-06-01 Joel Brobecker <brobecker@adacore.com>
6734
6735 * gdb.ada/bp_fun_addr: New testcase.
6736
e86ca25f
TT
67372018-06-01 Tom Tromey <tom@tromey.com>
6738
6739 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6740 results.
6741 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6742 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6743 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6744 * gdb.base/maint.exp (maint_pass_if): Update.
6745
4b2dfa9d
MR
67462018-05-31 Maciej W. Rozycki <macro@mips.com>
6747
6748 * gdb.base/endian.exp: New test.
6749 * gdb.base/endian.c: New test source.
6750
45f25d6c
AB
67512018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6752
6753 PR gdb/23203
6754 * gdb.base/bt-selected-frame.c: New file.
6755 * gdb.base/bt-selected-frame.exp: New file.
6756 * lib/gdb.exp (get_current_frame_number): New function.
6757
d9f6d7f8
MR
67582018-05-24 Maciej W. Rozycki <macro@mips.com>
6759 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.threads/tls-core.c: Include <stdlib.h>
6762 (thread_proc): Call `abort'.
6763 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6764 (tls_core_test): New procedure, bits factored out from ...
6765 (top level): ... here. Test both native cores and gcore cores.
6766
ff1cf532
TT
67672018-05-23 Tom Tromey <tom@tromey.com>
6768
6769 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6770
b98664d3
TT
67712018-05-23 Tom Tromey <tom@tromey.com>
6772
6773 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6774 symfile_complaints.
6775 (test_short_complaints): Likewise.
6776 (test_empty_complaints): Likewise.
6777 (test_initial_complaints): Update.
6778
4e9668d0
TT
67792018-05-23 Tom Tromey <tom@tromey.com>
6780
6781 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6782
43ba33c7
TT
67832018-05-23 Tom Tromey <tom@tromey.com>
6784
6785 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6786 (test_short_complaints): Update.
6787
035522c0
PA
67882018-05-22 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/remote.exp: Only gdb_start after compiling the
6791 testcase. Issue "disconnect" before testing "set remote" command
6792 defaults. Issue clean_restart before running to main.
6793
cc0be08f
PA
67942018-05-22 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/remote.exp: Adjust expected output of "show remote
6797 memory-write-packet-size". Add tests for "set remote
6798 memory-write-packet-size 0" and "set remote
6799 memory-write-packet-size fixed/limit".
6800
b1b60145
PA
68012018-05-22 Pedro Alves <palves@redhat.com>
6802
6803 PR gdb/22973
6804 * gdb.base/utf8-identifiers.c: New file.
6805 * gdb.base/utf8-identifiers.exp: New file.
6806
0ec848ad
PFC
68072018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6808
6809 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6810
2c3305f6
PFC
68112018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6812
6813 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6814
ce1e8424
TT
68152018-05-18 Tom Tromey <tom@tromey.com>
6816
6817 * gdb.base/ptype-offsets.exp: Update.
6818
ddfe970e
KS
68192018-05-17 Keith Seitz <keiths@redhat.com>
6820
6821 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6822 in expected breakpoint stop locations.
6823 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6824 move to proper scope to test variable values.
6825 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6826 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6827 New functions.
6828 (main): Call not_inline_func3.
6829 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6830 inline_func1, inline_func2, and inline_func3. Test that when each
6831 breakpoint is hit, GDB properly reports both the stop location
6832 and the backtrace. Repeat tests for temporary breakpoints.
6833
0726fcc6
MR
68342018-05-15 Maciej W. Rozycki <macro@mips.com>
6835
6836 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6837 rather then trying to access it in determining whether the PID
6838 of `gdbserver' could have been retrieved.
6839
8ee22052
AB
68402018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6841
6842 * gdb.arch/amd64-init-x87-values.S: New file.
6843 * gdb.arch/amd64-init-x87-values.exp: New file.
6844
7785df48
JK
68452018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6846
6847 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6848
56bcdbea
TT
68492018-05-04 Tom Tromey <tom@tromey.com>
6850
6851 PR python/22730:
6852 * gdb.python/python.exp: Test multi-line execute.
6853
a913fffb
TT
68542018-05-04 Tom Tromey <tom@tromey.com>
6855
6856 PR python/22731:
6857 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6858
7a2c85f2
TT
68592018-05-04 Tom Tromey <tom@tromey.com>
6860
6861 PR gdb/11750:
6862 * gdb.base/define.exp: Test defining a user command inside a user
6863 command.
6864 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6865
a3b60e45
JK
68662018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6867 Pedro Alves <palves@redhat.com>
6868
6869 PR breakpoints/19806 and support for PR external/20207.
6870 * gdb.base/watchpoint-unaligned.c: New file.
6871 * gdb.base/watchpoint-unaligned.exp: New file.
6872
45fe4a03
AB
68732018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6874
6875 * gdb.base/maint.exp: Make test names unique, use
6876 test_prefix_command_help to test 'help maint info', and remove
6877 repeated test of 'help maint'.
6878
9be2ae8f
TT
68792018-05-04 Tom Tromey <tom@tromey.com>
6880
6881 PR gdb/22619:
6882 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6883 behavior.
6884
11859c31
AB
68852018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6886
6887 * gdb.base/maint.exp: Process output from 'maint print registers'
6888 line at a time.
6889
089a9490
AB
68902018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6891
6892 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6893 timeout.
6894
9b0797e2
AB
68952018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6896
6897 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6898 filter pattern.
6899
f6ac5f3d
PA
69002018-05-02 Pedro Alves <palves@redhat.com>
6901
6902 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6903 to_log_command renames.
6904 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6905
77d3c63b
TT
69062018-05-02 Tom Tromey <tom@tromey.com>
6907
6908 * gdb.python/py-parameter.exp: Set test message.
6909
0489430a
TT
69102018-05-02 Tom Tromey <tom@tromey.com>
6911
6912 PR python/20084:
6913 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6914 PARAM_ZUINTEGER_UNLIMITED tests.
6915
1632f8ba
DR
69162018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6917
6918 PR rust/23124
6919 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6920 when casting.
6921
6d7bb824
TT
69222018-04-30 Tom Tromey <tom@tromey.com>
6923
6924 * gdb.python/py-type.exp: Check align attribute.
6925 * gdb.python/py-type.c: New "aligncheck" global.
6926
007e1530
TT
69272018-04-30 Tom Tromey <tom@tromey.com>
6928
6929 PR exp/17095:
6930 * gdb.dwarf2/dw2-align.exp: New file.
6931 * gdb.cp/align.exp: New file.
6932 * gdb.base/align.exp: New file.
6933 * lib/gdb.exp (gdb_int128_helper): New proc.
6934 (has_int128_c, has_int128_cxx): New caching procs.
6935
6873858b
TT
69362018-04-27 Tom Tromey <tom@tromey.com>
6937
6938 PR rust/22545:
6939 * gdb.rust/simple.exp: Add inclusive range tests.
6940
79188d8d
PA
69412018-04-26 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6944 ifunc breakpoint locations correctly of ifunc breakpoints set
6945 while the program resolves the ifunc.
6946
c7075ad5
PA
69472018-04-26 Pedro Alves <palves@redhat.com>
6948
6949 * gdb.base/gnu-ifunc-final.c: New file.
6950 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6951 * gdb.base/gnu-ifunc.exp (executable): Delete.
6952 (staticexecutable): Adjust.
6953 (lib_opts, exec_opts): Delete.
6954 (make_binsuffix, build, set-break): New procedures.
6955 (misc_tests): New, with tests factored out from the top level.
6956 (top level): Test different combinations of ifunc resolver name,
6957 resolver with and with debug info, and ifunc target with and
6958 without debug info. Wrap static tests with with_target_prefix.
6959
8388016d
PA
69602018-04-26 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6963 return type" warnings.
6964
249b5733
PA
69652018-04-25 Pedro Alves <palves@redhat.com>
6966
6967 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6968 killed".
6969 * gdb.base/kill-after-signal.exp: Likewise.
6970 * gdb.threads/kill.exp: Likewise.
6971
f67c0c91
SDJ
69722018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6973 Sergio Durigan Junior <sergiodj@redhat.com>
6974 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6977 regexps to expect for '[Inferior ... detached]' as well.
6978 * gdb.base/attach.exp: Likewise.
6979 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6980 "gdb_continue_to_end".
6981 (test_catch_syscall_with_wrong_args): Likewise.
6982 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6983 ']'. Don't set 'verbose' on.
6984 * gdb.base/foll-vfork.exp: Likewise.
6985 * gdb.base/fork-print-inferior-events.c: New file.
6986 * gdb.base/fork-print-inferior-events.exp: New file.
6987 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6988 '[Inferior ... has been killed]' message.
6989 * gdb.base/kill-after-signal.exp: Likewise.
6990 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6991 detach message.
6992 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6993 message.
6994 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6995 regexps to expect for '[Inferior ... detached]' as well.
6996 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6997
0a8ddac4
SM
69982018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6999
7000 PR gdb/23104
7001 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7002
701adfb0
PA
70032018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7004
7005 PR gdb/23095
7006 * gdb.base/break-probes.exp: Pass shlib_load to
7007 prepare_for_testing. Set normal_bp to r_debug_state if target is
7008 bsd.
7009
d27d16bf
RB
70102018-04-19 Richard Bunt <richard.bunt@arm.com>
7011
7012 * gdb.threads/multiple-successive-infcall.c: New test.
7013 * gdb.threads/multiple-successive-infcall.exp: New file.
7014
a037790e
TT
70152018-04-17 Tom Tromey <tom@tromey.com>
7016
7017 * gdb.rust/simple.rs (Union): New type.
7018 (main): New local "u".
7019 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7020
e3a91079
AA
70212018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7022
7023 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7024 number information in output of "whereis" command.
7025 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7026
b744723f
AA
70272018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7028
7029 * gdb.ada/info_types.exp: Adjust expected output to the line
7030 numbers now printed by "info var/func/type".
7031 * gdb.base/completion.exp: Likewise.
7032 * gdb.base/included.exp: Likewise.
7033 * gdb.cp/cp-relocate.exp: Likewise.
7034 * gdb.cp/cplusfuncs.exp: Likewise.
7035 * gdb.cp/namespace.exp: Likewise.
7036 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7037
4a4495d6
MM
70382018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7039
7040 * gdb.btrace/cpu.exp: New.
7041
1d509aa6
MM
70422018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7043
7044 * gdb.base/step-indirect-call-thunk.exp: New.
7045 * gdb.base/step-indirect-call-thunk.c: New.
7046 * gdb.reverse/step-indirect-call-thunk.exp: New.
7047 * gdb.reverse/step-indirect-call-thunk.c: New.
7048
6295b6da
SM
70492018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7050
7051 * gdb.base/pie-fork.c: New file.
7052 * gdb.base/pie-fork.exp: New file.
7053
50146e70
TT
70542018-04-11 Tom Tromey <tom@tromey.com>
7055
7056 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7057
f50d8a2e
PA
70582018-04-10 Pedro Alves <palves@redhat.com>
7059
7060 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7061 exits. Instead loop running forever.
7062 (fork_parent): Run forever too.
7063
a0be7a36
SM
70642018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7065
7066 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7067 mi_continue_to_line.
7068 * gdb.mi/mi-stack.c (callee4): Add comment.
7069
9b73db36
SM
70702018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7071
7072 * gdb.mi/mi-stack.exp: Fix indentation.
7073
c912f608
SM
70742018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7075
7076 PR gdb/22979
7077 * gdb.arch/amd64-osabi.exp: New file.
7078
26540402
SM
70792018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7080
7081 PR gdb/22980
7082 * gdb.base/osabi.exp: New file.
7083
121ad66c 70842018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7085
7086 * gdb.cp/static-typedef-print.exp: New file.
7087 * gdb.cp/static-typedef-print.cc: New file.
7088
3fcded8f
JB
70892018-03-27 Joel Brobecker <brobecker@adacore.com>
7090
7091 * gdb.ada/varsize_limit: New testcase.
7092
59cc4834
JB
70932018-03-27 Joel Brobecker <brobecker@adacore.com>
7094
7095 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7096
7097 * gdb.ada/notcplusplus: New testcase.
7098
7099 * gdb.base/c-linkage-name.c: New file.
7100 * gdb.base/c-linkage-name.exp: New testcase.
7101
4ca59a9f
TT
71022018-03-26 Tom Tromey <tom@tromey.com>
7103
7104 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7105 * gdb.python/py-framefilter.py (name_error): New global.
7106 (ErrorInName.function): Use name_error.
7107
978d6c75
TT
71082018-03-26 Tom Tromey <tom@tromey.com>
7109
7110 PR backtrace/15582:
7111 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7112
b7fee5a3
KS
71132018-03-23 Keith Seitz <keiths@redhat.com>
7114
7115 PR c++/22968
7116 * gdb.cp/subtypes.exp: New file.
7117 * gdb.cp/subtypes.h: New file.
7118 * gdb.cp/subtypes.cc: New file.
7119 * gdb.cp/subtypes-2.cc: New file.
7120
376be529
AB
71212018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7122
7123 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7124 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7125 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7126 -nostartfiles when compiling the test. Confirm that all registers
7127 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7128
066cfa98
AB
71292018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7130
7131 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7132 option, syntax was wrong anyway.
7133 * gdb.arch/arm-disp-step.exp: Likewise.
7134 * gdb.arch/sparc64-regs.exp: Likewise.
7135 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7136 option, syntax was wrong anyway, switch to use
7137 prepare_for_testing.
7138 * gdb.arch/i386-disp-step.exp: Likewise.
7139
079670b9
AA
71402018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7141
7142 * gdb.ada/exec_changed.exp: Replace "target_info exists
7143 use_gdb_stub" by "use_gdb_stub".
7144 * gdb.ada/start.exp: Likewise.
7145 * gdb.base/async-shell.exp: Likewise.
7146 * gdb.base/attach-pie-misread.exp: Likewise.
7147 * gdb.base/attach-wait-input.exp: Likewise.
7148 * gdb.base/break-entry.exp: Likewise.
7149 * gdb.base/break-interp.exp: Likewise.
7150 * gdb.base/dprintf-detach.exp: Likewise.
7151 * gdb.base/nostdlib.exp: Likewise.
7152 * gdb.base/solib-nodir.exp: Likewise.
7153 * gdb.base/statistics.exp: Likewise.
7154 * gdb.base/testenv.exp: Likewise.
7155 * gdb.mi/mi-exec-run.exp: Likewise.
7156 * gdb.mi/mi-start.exp: Likewise.
7157 * gdb.multi/dummy-frame-restore.exp: Likewise.
7158 * gdb.multi/multi-arch-exec.exp: Likewise.
7159 * gdb.multi/multi-arch.exp: Likewise.
7160 * gdb.multi/tids.exp: Likewise.
7161 * gdb.multi/watchpoint-multi.exp: Likewise.
7162 * gdb.python/py-events.exp: Likewise.
7163 * gdb.threads/attach-into-signal.exp: Likewise.
7164 * gdb.threads/attach-stopped.exp: Likewise.
7165 * gdb.threads/threadapply.exp: Likewise.
7166 * lib/selftest-support.exp: Likewise.
7167
26d6cec4
AA
71682018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7169
7170 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7171
4ee89e90
SR
71722018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7173
7174 * gdb.perf/template-breakpoints.cc: New file.
7175 * gdb.perf/template-breakpoints.exp: New file.
7176 * gdb.perf/template-breakpoints.py: New file.
7177
92630041
TT
71782018-03-19 Tom Tromey <tom@tromey.com>
7179
7180 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7181 y0.
7182 * gdb.rust/simple.exp: Test bare identifier form of struct
7183 initializer.
7184
76727919
TT
71852018-03-19 Tom Tromey <tom@tromey.com>
7186
7187 * gdb.gdb/observer.exp: Remove.
7188
194ed413
AA
71892018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7190
7191 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7192 "qualified" option when setting breakpoints.
7193 * gdb.trace/backtrace.exp: Likewise.
7194 * gdb.trace/circ.exp: Likewise.
7195 * gdb.trace/collection.exp: Likewise.
7196 * gdb.trace/disconnected-tracing.exp: Likewise.
7197 * gdb.trace/ftrace-lock.exp: Likewise.
7198 * gdb.trace/ftrace.exp: Likewise.
7199 * gdb.trace/infotrace.exp: Likewise.
7200 * gdb.trace/packetlen.exp: Likewise.
7201 * gdb.trace/passc-dyn.exp: Likewise.
7202 * gdb.trace/qtro.exp: Likewise.
7203 * gdb.trace/read-memory.exp: Likewise.
7204 * gdb.trace/report.exp: Likewise.
7205 * gdb.trace/signal.exp: Likewise.
7206 * gdb.trace/status-stop.exp: Likewise.
7207 * gdb.trace/strace.exp: Likewise.
7208 * gdb.trace/tfind.exp: Likewise.
7209 * gdb.trace/trace-break.exp: Likewise.
7210 * gdb.trace/trace-condition.exp: Likewise.
7211 * gdb.trace/trace-mt.exp: Likewise.
7212 * gdb.trace/tstatus.exp: Likewise.
7213 * gdb.trace/tsv.exp: Likewise.
7214 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7215 * gdb.trace/unavailable.exp: Likewise.
7216 * gdb.trace/while-dyn.exp: Likewise.
7217
8b067d2c
AA
72182018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7219
7220 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7221 that libinproctrace is copied to the target.
7222
3ae9ce5d
TT
72232018-03-14 Tom Tromey <tom@tromey.com>
7224
7225 PR cli/14977:
7226 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7227 a null pointer.
7228 * gdb.base/wchar.exp: Likewise.
7229
b8c2339b
TT
72302018-03-14 Tom Tromey <tom@tromey.com>
7231
7232 PR cli/19918:
7233 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7234 flag.
7235
4872dc46
SM
72362018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7237
7238 PR gdb/22841
7239 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7240 "target" to remote_exec.
7241
e4fe3756
SM
72422018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7243
7244 PR gdb/22841
7245 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7246 ${board}_upload): Remove.
7247
e95a97d4
AA
72482018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7249
7250 * gdb.cp/watch-cp.cc: New test.
7251 * gdb.cp/watch-cp.exp: New file.
7252
dbbb1059
AB
72532018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7254
7255 * gdb.base/infcall-nested-structs.exp: New file.
7256 * gdb.base/infcall-nested-structs.c: New file.
7257 * gdb.base/float.exp: Add riscv support.
7258
ecc054c0
TP
72592018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7260
7261 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7262 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7263
25e3c82c
SDJ
72642018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7265
7266 * gdb.server/abspath.exp: New file.
7267 * lib/gdb.exp (with_cwd): New procedure.
7268
3083294d
SM
72692018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7270
7271 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7272 use it.
7273 (gdb_is_target_remote_prompt): New proc.
7274 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7275 (gdb_is_target_native): Pass prompt parameter to
7276 gdb_is_target_1.
7277
3275ef47
SM
72782018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7279
7280 * gdb.base/load-command.c: New file.
7281 * gdb.base/load-command.exp: New file.
7282 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7283 (gdb_is_target_1): ...this, and generalize for other targets
7284 than just remote.
7285 (gdb_is_target_remote): Use gdb_is_target_1.
7286 (gdb_is_target_native): use gdb_is_target_1.
7287
6893c19a
TT
72882018-02-26 Tom Tromey <tom@tromey.com>
7289
7290 PR python/16497:
7291 * gdb.python/py-framefilter.exp: Update test.
7292
2ddeaf8a
TT
72932018-02-26 Tom Tromey <tom@tromey.com>
7294
7295 * gdb.dwarf2/variant.c: New file.
7296 * gdb.dwarf2/variant.exp: New file.
7297
c9317f21
TT
72982018-02-26 Tom Tromey <tom@tromey.com>
7299
7300 * gdb.rust/simple.exp: Accept more possible results in enum test.
7301
6f6d0c26
SM
73022018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7303
7304 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7305 parentheses.
7306
11b03145
MR
73072018-02-23 Maciej W. Rozycki <macro@mips.com>
7308
7309 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7310 name of a variable: $actual_linejj -> $actual_line.
7311
54a27fe5
JB
73122018-02-21 John Baldwin <jhb@FreeBSD.org>
7313
7314 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7315
de65820c
MM
73162018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7317
7318 * gdb.btrace/buffer-size.exp: Do not force BTS.
7319
980548fd
PA
73202018-02-14 Pedro Alves <palves@redhat.com>
7321
7322 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7323 getting a "Quit".
7324
c4e12631
MM
73252018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7326
7327 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7328 Fix test name.
7329
c2e0e465
SM
73302018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7331
7332 * gdb.cp/m-static.exp: Check type of optimized out static
7333 member.
7334
f7216783
AB
73352018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7336
7337 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7338 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7339
0625771b
LS
73402018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7341 Leszek Swirski <leszeks@google.com>
7342
7343 * gdb.python/py-prettyprint.c
7344 (struct to_string_returns_value_inner,
7345 struct to_string_returns_value_wrapper): New.
7346 (main): Add tsrvw variable.
7347 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7348 ToStringReturnsValueWrapper): New classes.
7349 (register_pretty_printers): Register new pretty-printers.
7350 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7351 recursive pretty printer.
7352 * gdb.python/py-mi.exp: Likewise.
7353
59498c30
LS
73542018-02-01 Leszek Swirski <leszeks@google.com>
7355
7356 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7357 functions with the same name as an include file are parsed
7358 correctly.
7359
d4d38844
YQ
73602018-02-01 Yao Qi <yao.qi@linaro.org>
7361
7362 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7363 "\[^\r\n\]*".
7364
07e5f5cf
NP
73652018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7366
7367 * gdb.arch/powerpc-prologue-frame.s: New file.
7368 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7369 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7370
929b5ad4
JB
73712018-01-31 Joel Brobecker <brobecker@adacore.com>
7372
7373 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7374
e671cd59
PA
73752018-01-30 Pedro Alves <palves@redhat.com>
7376
7377 PR gdb/13211
7378 * gdb.base/interrupt-daemon.c: New.
7379 * gdb.base/interrupt-daemon.exp: New.
7380 * gdb.multi/multi-term-settings.c: New.
7381 * gdb.multi/multi-term-settings.exp: New.
7382
fc413dc4
JB
73832018-01-30 Joel Brobecker <brobecker@adacore.com>
7384
7385 * gdb.base/break.exp: Save the location where the breakpoint
7386 on break.c:47 was actually inserted when debugging the version
7387 compiled at -O2 and use it in the expected output of the "info
7388 break" test performed soon after.
7389
5c319bb2
PA
73902018-01-22 Pedro Alves <palves@redhat.com>
7391 Sergio Durigan Junior <sergiodj@redhat.com>
7392
7393 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7394 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7395
a9e40818
JB
73962018-01-22 Joel Brobecker <brobecker@adacore.com>
7397
7398 * gdb.base/break-include.c, gdb.base/break-include.inc,
7399 gdb.base/break-include.exp: New files.
7400 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7401 line number now being the actual line number where the breakpoint
7402 was inserted.
7403 * gdb.mi/mi-break.exp: Likewise.
7404 * gdb.mi/mi-reverse.exp: Likewise.
7405 * gdb.mi/mi-simplerun.exp: Ditto.
7406
e707fc44
AB
74072018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7408
7409 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7410 varobj.
7411 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7412
ae451627
AB
74132018-01-21 Don Breazeal <donb@codesourcery.com>
7414 Andrew Burgess <andrew.burgess@embecosm.com>
7415
7416 * gdb.mi/basics.c: Add new global.
7417 * gdb.mi/mi-frame-regs.exp: New file.
7418 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7419 case.
7420
b1b189e0
AB
74212018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7422
7423 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7424 non-parameter, and on an unknown symbol.
7425
fcfcc376
TT
74262018-01-19 Tom Tromey <tom@tromey.com>
7427
7428 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7429 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7430
634c1c31
AA
74312018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7432
7433 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7434 setrlimit and chdir to int.
7435
d6ad07fd
AA
74362018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7437
7438 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7439 function.
7440 (my_tend): Likewise.
7441 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7442 rationale of avoiding FP- and vector instructions.
7443
adf8243b
RK
74442018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7445
7446 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7447 "info reg" with "\[ \t\]*".
7448 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7449 "\[ \t\]+".
7450 * gdb.arch/s390-multiarch.exp: Ditto.
7451 * gdb.base/pc-fp.exp: Ditto.
7452 * gdb.reverse/i386-precsave.exp: Ditto.
7453 * gdb.reverse/i386-reverse.exp: Ditto.
7454 * gdb.reverse/i387-env-reverse.exp: Ditto.
7455 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7456
dcc06925
AA
74572018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7458
7459 * lib/gdb.exp (gdb_compile): Re-enable use of
7460 universal_compile_options for languages other than Rust.
7461
25d4fd80
AA
74622018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7463
7464 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7465
ee7f689e 74662018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7467
7468 PR gdb/16577
7469 * gdb.base/solib-vanish.exp: New.
7470 * gdb.base/solib-vanish-main.c: New.
7471 * gdb.base/solib-vanish-lib1.c: New.
7472 * gdb.base/solib-vanish-lib2.c: New.
7473
d8447b6b
YQ
74742018-01-17 Yao Qi <yao.qi@linaro.org>
7475
7476 * gdb.compile/compile.exp: Match the address printed for
7477 frame in the output of command "bt".
7478
86d6a90c
TT
74792018-01-15 Tom Tromey <tom@tromey.com>
7480
7481 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7482 compute sp_reg.
7483
cbcdb1aa
AB
74842018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7485
7486 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7487 to prepare.
7488 (prepare): Return 0 on error, 1 on success.
7489
eea61984
PA
74902018-01-12 Pedro Alves <palves@redhat.com>
7491
7492 * gdb.base/continue-after-aborted-step-over.c: New.
7493 * gdb.base/continue-after-aborted-step-over.exp: New.
7494
6181e9c2
SM
74952018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7496
7497 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7498 options when not creating an executable.
7499
3cada740
PA
75002018-01-11 Pedro Alves <palves@redhat.com>
7501
7502 PR remote/22597
7503 * gdb.server/stop-reply-no-thread.c: New file.
7504 * gdb.server/stop-reply-no-thread.exp: New file.
7505
c63d3e8d
PA
75062018-01-10 Pedro Alves <palves@redhat.com>
7507
7508 PR gdb/22670
7509 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7510 functions too. Test setting breakpoints and printing C functions
7511 with no debug info too.
7512 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7513
d4c2a405
PA
75142018-01-10 Pedro Alves <palves@redhat.com>
7515
7516 PR gdb/22670
7517 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7518 a fail.
7519
8825213e
PA
75202018-01-10 Pedro Alves <palves@redhat.com>
7521
7522 PR gdb/22670
7523 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7524
605fd3c6
YQ
75252018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7526
7527 * gdb.server/unittest.exp: Match the output in non-development
7528 mode.
7529
1e5ded6c
YQ
75302018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7531
7532 * gdb.gdb/unittest.exp: Match output in non-development mode.
7533
30066b0b
JB
75342018-01-08 Joel Brobecker <brobecker@adacore.com>
7535
7536 * gdb.ada/access_tagged_param.exp: Relax expected output
7537 for value of "ObjL" in "continue" to pck.inspect breakpoint
7538 test.
7539
04bafb1e
XR
75402018-01-08 Joel Brobecker <brobecker@adacore.com>
7541
9f86398b
JB
7542 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7543 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7544
e379cee6
PA
75452018-01-05 Pedro Alves <palves@redhat.com>
7546
7547 PR gdb/18653
7548 * gdb.base/libsegfault.exp: New.
7549
de63c46b
PA
75502018-01-05 Joel Brobecker <brobecker@adacore.com>
7551
7552 PR gdb/22670
7553 * gdb.ada/access_tagged_param.exp: New file.
7554 * gdb.ada/access_tagged_param/foo.adb: New file.
7555
f98fc17b
PA
75562018-01-05 Pedro Alves <palves@redhat.com>
7557
7558 PR gdb/22670
7559 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7560 exercise lower case too, and to exercise both full matching and
7561 wild matching.
7562
342f8240
JB
75632018-01-05 Joel Brobecker <brobecker@adacore.com>
7564
7565 * gdb.ada/rename_subscript_param: New testcase.
7566
7150d33c
JG
75672018-01-05 Jerome Guitton <guitton@adacore.com>
7568
7569 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7570
cc0e770c
JB
75712018-01-05 Joel Brobecker <brobecker@adacore.com>
7572
7573 * gdb.ada/convvar_comp: New testcase.
7574
672a41aa 75752018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7576
7577 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7578 (My_Table): New global variable.
7579 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7580
7365ec2f
JB
75812018-01-04 Joel Brobecker <brobecker@adacore.com>
7582
7583 PR gdb/22670
7584 * gdb.ada/maint_with_ada: New testcase.
7585
289483b6
JB
75862018-01-04 Joel Brobecker <brobecker@adacore.com>
7587
7588 PR gdb/22670
7589 * gdb.ada/bp_c_mixed_case: New testcase.
7590
344420da
JB
75912018-01-04 Joel Brobecker <brobecker@adacore.com>
7592
7593 PR gdb/22670
7594 * gdb.ada/complete.exp: Add "complete break ada" test.
7595
66fc87a0
JB
75962018-01-04 Joel Brobecker <brobecker@adacore.com>
7597
7598 PR gdb/22670
7599 * gdb.ada/info_addr_mixed_case: New testcase.
7600
9f757bf7
XR
76012018-01-03 Xavier Roirand <roirand@adacore.com>
7602
7603 * gdb.ada/excep_handle.exp: New testcase.
7604 * gdb.ada/excep_handle/foo.adb: New file.
7605 * gdb.ada/excep_handle/pck.ads: New file.
7606
bd570f80
JB
76072018-01-03 Joel Brobecker <brobecker@adacore.com>
7608
7609 * gdb.base/step-line.c: Add extra empty line in copyright header.
7610 * gdb.base/step-line.inp: Likewise.
7611
9fe561ab
JB
76122018-01-02 Joel Brobecker <brobecker@adacore.com>
7613
7614 * gdb.ada/dyn_stride.exp: Add slice test.
7615
a405673c
JB
76162018-01-02 Joel Brobecker <brobecker@adacore.com>
7617
7618 * gdb.ada/dyn_stride: New testcase.
7619
cef0f868
SH
76202017-12-27 Stafford Horne <shorne@gmail.com>
7621
7622 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7623 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7624
b67d92b0
SH
76252017-12-27 Stafford Horne <shorne@gmail.com>
7626
7627 * gdb.base/reggroups.c: New file.
7628 * gdb.base/reggroups.exp: New file.
7629
eccab96d
JB
76302017-12-18 Joel Brobecker <brobecker@adacore.com>
7631
7632 * gdb.dwarf2/ada-valprint-error.c: New file.
7633 * gdb.dwarf2/ada-valprint-error.exp: New file.
7634
0e2da9f0
JB
76352017-12-18 Joel Brobecker <brobecker@adacore.com>
7636
7637 * gdb.ada/assign_arr: New testcase.
7638
cb923fcc
XR
76392017-12-18 Xavier Roirand <roirand@adacore.com>
7640
7641 * gdb.ada/funcall_ptr: New testcase.
7642
7c161838
SDJ
76432017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7644
7645 PR cli/16224
7646 * gdb.base/ptype-offsets.cc: New file.
7647 * gdb.base/ptype-offsets.exp: New file.
7648
1af17fd9
YQ
76492017-12-15 Yao Qi <yao.qi@linaro.org>
7650
7651 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7652 if XML is disabled.
7653
828d5846
XR
76542017-12-15 Xavier Roirand <roirand@adacore.com>
7655
7656 * gdb.ada/same_component_name: New testcase.
7657
79e8fcaa
JB
76582017-12-14 Joel Brobecker <brobecker@adacore.com>
7659
7660 * gdb.ada/str_binop_equal: New testcase.
7661
e05fa6f9
JB
76622017-12-14 Joel Brobecker <brobecker@adacore.com>
7663
7664 * gdb.ada/task_switch_in_core: New testcase.
7665
b89641ba
SM
76662017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7667
7668 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7669 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7670 call test_bkpt_qualified.
7671 (test_bkpt_qualified): New proc.
7672
6892d2e4
PA
76732017-12-13 Pedro Alves <palves@redhat.com>
7674
7675 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7676 Tighten regexp by matching with an anchor.
7677
a22ecf70
PA
76782017-12-13 Pedro Alves <palves@redhat.com>
7679
7680 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7681 ("expression with namespace"): New set of tests.
7682 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7683 (Nested::Test_NS::qux): New.
7684 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7685 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7686
9937536c
JB
76872017-12-13 Joel Brobecker <brobecker@adacore.com>
7688
7689 * gdb.base/server-del-break.c: New file.
7690 * gdb.base/server-del-break.exp: New file.
7691
fe49c6f5
SH
76922017-12-12 Stafford Horne <shorne@gmail.com>
7693
7694 * gdb.xml/tdesc-regs.exp: Add or1k support.
7695
c3d18620
SH
76962017-12-12 Stafford Horne <shorne@gmail.com>
7697
7698 * gdb.base/bp-permanent.c: Define nop of or1k.
7699
c5f9cfc8
JB
77002017-12-11 Joel Brobecker <brobecker@adacore.com>
7701
7702 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7703 output with components being reordered.
7704
a9c135fc
JB
77052017-12-11 Joel Brobecker <brobecker@adacore.com>
7706
7707 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7708 output with components being reordered.
7709
927aa2e7
JK
77102017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7711 Pedro Alves <palves@redhat.com>
7712
7713 * gdb.base/maint.exp (check for .gdb_index): Check also for
7714 .debug_names.
7715 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7716 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7717 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7718 (.gdb_index used after symbol reloading): Support also .debug_names.
7719 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7720
f17d9474
YQ
77212017-12-08 Yao Qi <yao.qi@linaro.org>
7722
7723 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7724 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7725
a0de8c21
YQ
77262017-12-08 Yao Qi <yao.qi@linaro.org>
7727
7728 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7729 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7730
a738ea1d
YQ
77312017-12-08 Yao Qi <yao.qi@linaro.org>
7732
7733 * gdb.arch/aarch64-tagged-pointer.c: New file.
7734 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7735
1cd9a73b
SDJ
77362017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7737
7738 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7739 "int".
7740
fa6eb693
KS
77412017-12-07 Keith Seitz <keiths@redhat.com>
7742
7743 PR breakpoints/22569
7744 * gdb.linespec/ls-errs.exp: Change expected result of "break
7745 -source this file has spaces.c -line 3".
7746 Check that an explicit source file followed by whitespace is
7747 identified as an invalid explicit location.
7748
883fd55a
KS
77492017-12-07 Keith Seitz <keiths@redhat.com>
7750
7751 * gdb.cp/nested-types.cc: New file.
7752 * gdb.cp/nested-types.exp: New file.
7753 * lib/cp-support.exp: Load data-structures.exp library.
7754 (debug_cp_test_ptype_class): New global.
7755 (cp_ptype_class_verbose, next_line): New procedures.
7756 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7757 Add and document new return value.
7758 Switch the list of lines to a queue.
7759 Add support for new `type' key for nested type definitions.
7760 Add debugging/troubleshooting messages.
7761 * lib/data-structures.exp: New file.
7762
ec72db3e
SM
77632017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7764
7765 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7766 with proc_with_prefix, don't use with_test_prefix.
7767
99598d71
TT
77682017-12-07 Tom Tromey <tom@tromey.com>
7769
7770 * gdb.base/break.exp: Add test for empty "commands".
7771
a8806230
YQ
77722017-12-07 Yao Qi <yao.qi@linaro.org>
7773
7774 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7775 malloc and catch syscall.
7776
824cc835
PM
77772017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7778
e79be6e5 7779 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7780 tests for explicit locations.
7781
7cc244de
PA
77822017-12-06 Pedro Alves <palves@redhat.com>
7783
7784 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7785 force-disabling XML descriptions.
7786
50a1fdd5
PA
77872017-12-04 Pedro Alves <palves@redhat.com>
7788
7789 PR gdb/22499
7790 * gdb.arch/amd64-disp-step-avx.S: New file.
7791 * gdb.arch/amd64-disp-step-avx.exp: New file.
7792
f0fb2488
PA
77932017-12-03 Pedro Alves <palves@redhat.com>
7794
7795 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7796 and <string.h>.
7797 (parent_function): Print distinct messages when waitpid fails, or
7798 the child exits with a signal, or the child exits for an unhandled
7799 reason.
7800 * gdb.threads/process-dies-while-detaching.exp
7801 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7802 it. Wait for both inferior output and GDB's prompt. Use an
7803 indirect spawn id list.
7804 (do_detach): New parameter 'child_exit'. Use it to compute
7805 expected inferior output.
7806 (test_detach, test_detach_watch, test_detach_killed_outside):
7807 Adjust to pass down the expected child exit kind.
7808
97cbe998
SDJ
78092017-12-01 Joel Brobecker <brobecker@adacore.com>
7810 Sergio Durigan Junior <sergiodj@redhat.com>
7811 Pedro Alves <palves@redhat.com>
7812
7813 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7814
40fc416f
SDJ
78152017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7816
7817 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7818 to 'symbol-file' and 'add-symbol-file' can be
7819 position-independent.
7820
1cc75e92
YQ
78212017-12-01 Yao Qi <yao.qi@linaro.org>
7822
7823 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7824 the URL in copyright header.
7825 * gdb.arch/aarch64-fp.exp: Likewise.
7826 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7827 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7828 * gdb.base/expand-psymtabs.exp: Likewise.
7829 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7830 * gdb.fortran/common-block.exp: Likewise.
7831 * gdb.fortran/common-block.f90: Likewise.
7832 * gdb.fortran/logical.exp: Likewise.
7833 * gdb.fortran/vla-datatypes.f90: Likewise.
7834 * gdb.fortran/vla-sub.f90: Likewise.
7835
875fb7a7
JB
78362017-11-30 Joel Brobecker <brobecker@adacore.com>
7837
7838 * gdb.ada/repeat_dyn: New testcase.
7839
6f14765f
UW
78402017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7841
7842 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7843 Update for changed thread numbering.
7844 * gdb.cell/bt.exp: Update for changed GDB output.
7845
f1af7b94
SM
78462017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7847
7848 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7849 setting isremote by hand.
7850 * boards/dwarf4-gdb-index.exp: Likewise.
7851 * boards/fission.exp: Likewise.
7852 * boards/stabs.exp: Likewise.
7853
e3919f3e
PA
78542017-11-30 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.linespec/cpls-ops.exp
7857 (check_explicit_skips_function_argument): Extract the underlying
7858 type of size_t instead of hardcoding it.
7859
bd69330d
PA
78602017-11-29 Pedro Alves <palves@redhat.com>
7861
7862 PR c++/19436
7863 * gdb.linespec/cpls-abi-tag.cc: New file.
7864 * gdb.linespec/cpls-abi-tag.exp: New file.
7865
a20714ff
PA
78662017-11-29 Pedro Alves <palves@redhat.com>
7867
7868 * gdb.base/langs.exp: Use -qualified.
7869 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7870 it.
7871 * gdb.cp/namespace.exp: Use -qualified.
7872 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7873 (overload-3, template-overload, template-ret-type, const-overload)
7874 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7875 procedures.
7876 (test_driver): Call them.
7877 * gdb.cp/save-bp-qualified.cc: New.
7878 * gdb.cp/save-bp-qualified.exp: New.
7879 * gdb.linespec/explicit.exp: Test -qualified.
7880 * lib/completion-support.exp (completion::explicit_opts_list): Add
7881 "-qualified".
7882 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7883
f6f1d339
PM
78842017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7885
7886 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7887
02ca603a
TT
78882017-11-29 Tom Tromey <tom@tromey.com>
7889
7890 * gdb.base/relocate.exp: Update invalid argument test.
7891 Add new tests for invalid arguments.
7892
ed6c0bfb
TP
78932017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7894
7895 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7896 Return 0 as a long.
7897 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7898
f106e10e
TP
78992017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7900
7901 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7902 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7903 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7904 func ().
7905 * gdb.cp/shadow.cc (B.func): Return 0.
7906
10329bb2
JB
79072017-11-27 Joel Brobecker <brobecker@adacore.com>
7908
7909 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7910 expected output in gdb_expect call to allow the exception
7911 message to be present as well. Fix syntax confusion to avoid
7912 TCL thinking that exception_name is an array.
7913
617cd4bc
UW
79142017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7915
7916 * gdb.arch/spu-info.c: Include <unistd.h>.
7917 (do_signal_test): Fix broken calls to write.
7918 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7919 Fix checks for empty mailboxes. Update signal tests for corrected
7920 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7921 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7922 * gdb.cell/arch.exp: Use standard_output_file.
7923 * gdb.cell/break.exp: Likewise.
7924 * gdb.cell/bt.exp: Likewise.
7925 * gdb.cell/core.exp: Likewise.
7926 * gdb.cell/dwarfaddr.exp: Likewise.
7927 * gdb.cell/ea-cache.exp: Likewise.
7928 * gdb.cell/ea-standalone.exp: Likewise.
7929 * gdb.cell/f-regs.exp: Likewise.
7930 * gdb.cell/fork.exp: Likewise.
7931 * gdb.cell/gcore.exp: Likewise.
7932 * gdb.cell/mem-access.exp: Likewise.
7933 * gdb.cell/ptype.exp: Likewise.
7934 * gdb.cell/registers.exp: Likewise.
7935 * gdb.cell/sizeof.exp: Likewise.
7936 * gdb.cell/solib-symbol.exp: Likewise.
7937 * gdb.cell/solib.exp: Likewise.
617cd4bc 7938
a81aaca0
PA
79392017-11-25 Pedro Alves <palves@redhat.com>
7940
7941 * gdb.base/complete-empty.exp: New file.
7942 * gdb.base/completion.exp: Adjust.
7943
6a3c6ee4
PA
79442017-11-25 Pedro Alves <palves@redhat.com>
7945
7946 * gdb.linespec/cpls-ops.cc: New file.
7947 * gdb.linespec/cpls-ops.exp: New file.
7948 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7949 factored out from ...
7950 (test_complete_prefix_range): ... this.
7951
8955eb2d
PA
79522017-11-24 Pedro Alves <palves@redhat.com>
7953
7954 * gdb.linespec/cpcompletion.exp: New file.
7955 * gdb.linespec/cpls-hyphen.cc: New file.
7956 * gdb.linespec/cpls.cc: New file.
7957 * gdb.linespec/cpls2.cc: New file.
7958 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7959 test to use test_gdb_complete_unique. Add label completion,
7960 keyword completion and explicit location completion tests.
7961 * lib/completion-support.exp: New file.
7962
e547c119
JB
79632017-11-24 Joel Brobecker <brobecker@adacore.com>
7964
7965 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7966 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7967 when hitting an exception catchpoint.
7968
7c3c1aa8
YQ
79692017-11-22 Yao Qi <yao.qi@linaro.org>
7970
7971 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7972
41bd68f5
SM
79732017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7974
7975 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7976 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7977 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7978
1daad298
YQ
79792017-11-22 Yao Qi <yao.qi@linaro.org>
7980
7981 * gdb.base/info-os.exp: Pass pthreads.
7982 * gdb.multi/multi-attach.exp: Likewise.
7983
88465e87
YQ
79842017-11-22 Yao Qi <yao.qi@linaro.org>
7985
7986 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7987 compiler.
7988
dc196b23
YQ
79892017-11-22 Yao Qi <yao.qi@linaro.org>
7990
7991 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7992 * gdb.base/break-interp.exp: Likewise.
7993 * gdb.base/jit-attach-pie.exp: Likewise.
7994
2400729e
UW
79952017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7996
7997 * gdb.base/float128.c (large128): New variable.
7998 * gdb.base/float128.exp: Add test to print largest __float128 value.
7999
7a26362d
UW
80002017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8001
8002 * gdb.arch/vsx-regs.exp: Update register content checks.
8003
ed0f4273
UW
80042017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8005
8006 * gdb.arch/ppc-longdouble.exp: New file.
8007 * gdb.arch/ppc-longdouble.c: Likewise.
8008
a25d69c6
PA
80092017-11-21 Pedro Alves <palves@redhat.com>
8010
8011 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8012
73fcf641
PA
80132017-11-20 Pedro Alves <palves@redhat.com>
8014
8015 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8016 (long_double_typedef): New typedefs.
8017 Use DEF on double and long double.
8018 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8019 cases.
8020 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8021 and 'long_double_ptr_same_size' locals. Use them to decide
8022 whether cast from array/function to float is valid/invalid.
8023
71a3c369
TT
80242017-11-17 Tom Tromey <tom@tromey.com>
8025
8026 * gdb.rust/traits.rs: New file.
8027 * gdb.rust/traits.exp: New file.
8028
ced9779b
JB
80292017-11-17 Joel Brobecker <brobecker@adacore.com>
8030
8031 * gdb.ada/minsyms: New testcase.
8032
a0922d80
PA
80332017-11-16 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8036 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8037
ea04e54c
PA
80382017-11-16 Pedro Alves <palves@redhat.com>
8039
8040 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8041 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8042
e849ea89
PA
80432017-11-16 Pedro Alves <palves@redhat.com>
8044
8045 * gdb.server/reconnect-ctrl-c.c: New file.
8046 * gdb.server/reconnect-ctrl-c.exp: New file.
8047
d8ae99a7
PM
80482017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8049
8050 * gdb.python/py-rbreak.exp: New file.
8051 * gdb.python/py-rbreak.c: New file.
8052 * gdb.python/py-rbreak-func2.c: New file.
8053
968a13f8
PA
80542017-11-16 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8057 pattern.
8058 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8059 GDB.
8060
71774bc9
SM
80612017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8062
8063 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8064 regex.
8065
ddbb44cf
SM
80662017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8067
8068 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8069 test names.
8070
584a564f
PA
80712017-11-09 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8074 factored out from ...
8075 (top level): ... here, and adjusted to avoid expecting beyond the
8076 prompt in a single gdb_test_multiple.
8077
5ed7a928
PA
80782017-11-09 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8081 output.
8082 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8083 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8084 * gdb.server/ext-run.exp ("kill" test): Likewise.
8085 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8086
a60e0738
PA
80872017-11-09 Pedro Alves <palves@redhat.com>
8088
8089 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8090 match till end of line.
8091
2c88253f
PA
80922017-11-09 Pedro Alves <palves@redhat.com>
8093
8094 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8095
c7a38517
PA
80962017-11-09 Pedro Alves <palves@redhat.com>
8097
8098 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8099 New procedures, factored out from ...
8100 (top level): ... here, and adjusted to avoid expecting beyond the
8101 prompt in one go.
8102
f29f4b6b
PA
81032017-11-09 Pedro Alves <palves@redhat.com>
8104
8105 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8106 output. Fix '?' match.
8107
286acbb5
JB
81082017-11-08 Joel Brobecker <brobecker@adacore.com>
8109
8110 * gdb.ada/scoped_watch: New testcase.
8111 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8112 which is actually correct.
8113 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8114 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8115
62d7ae92
PA
81162017-11-08 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.gdb/complaints.exp (test_initial_complaints)
8119 (test_serial_complaints, test_short_complaints): Call
8120 complaint_internal instead of complaint.
8121
280ca31f
DT
81222017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8123
8124 * gdb.threads/tls-core.c: New file.
8125 * gdb.threads/tls-core.exp: Likewise.
8126
b5ec771e
PA
81272017-11-08 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8130 (p Exported_Capitalized): New test.
8131 (p exported_capitalized): New test.
8132
a02b41a7
PA
81332017-11-07 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8136
95e95a6d
PA
81372017-11-07 Pedro Alves <palves@redhat.com>
8138
8139 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8140 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8141 (disable_invalid, disable_inverted, disable_negative): New
8142 procedures.
8143 ("bad numbers"): New set of tests.
8144
cee62dbd
PA
81452017-11-07 Pedro Alves <palves@redhat.com>
8146
8147 * gdb.cp/ena-dis-br-range.exp: Add tests.
8148
cc638e86
PA
81492017-11-07 Pedro Alves <palves@redhat.com>
8150
8151 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8152
d0fe4701
XR
81532017-11-07 Xavier Roirand <roirand@adacore.com>
8154 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.base/ena-dis-br.exp: Add reference to
8157 gdb.cp/ena-dis-br-range.exp.
8158 * gdb.cp/ena-dis-br-range.exp: New file.
8159 * gdb.cp/ena-dis-br-range.cc: New file.
8160
46f67f80
PA
81612017-11-06 Pedro Alves <palves@redhat.com>
8162
8163 * gdb.base/attach-non-pgrp-leader.c: New.
8164 * gdb.base/attach-non-pgrp-leader.exp: New.
8165
726e1356
PA
81662017-11-06 Pedro Alves <palves@redhat.com>
8167
8168 * configure.ac: No longer check for termio.h and sgtty.h.
8169 * configure: Regenerate.
8170 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8171 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8172 Remove termio and sgtty code.
8173
50ab6ace
YQ
81742017-11-03 Yao Qi <yao.qi@linaro.org>
8175
8176 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8177 in GDB is disabled.
8178
8e68731c
YQ
81792017-11-03 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.python/py-thrhandle.exp: Skip it if python is not
8182 enabled.
8183
3a87ae65
SM
81842017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8185
8186 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8187 as a breakpoint command.
8188
484d8d36
MD
81892017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8190
8191 PR python/21213
8192 * gdb.python/py-infthread.exp: Test calling
8193 InferiorThread.inferior () multiple times in a row.
8194
4a27f119
KS
81952017-10-27 Keith Seitz <keiths@redhat.com>
8196
8197 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8198 Test "info break" for every inlined function breakpoint.
8199
bb11dd58
YQ
82002017-10-27 Yao Qi <yao.qi@linaro.org>
8201
8202 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8203
a43f3893
PF
82042017-10-26 Patrick Frants <osscontribute@gmail.com>
8205
8206 * gdb.cp/classes.exp (test_static_members): Test printing
8207 Outer::instance.
8208 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8209 (Inner::instance, Outer::instance): New.
8210
792ccf00
PA
82112017-10-24 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8214 extra console" test in two stages.
8215
eb2bfbad
PA
82162017-10-24 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8219
1f75a651
PA
82202017-10-24 Pedro Alves <palves@redhat.com>
8221
8222 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8223 loop.
8224
779990d9
PA
82252017-10-24 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8228 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8229
ad9b8f5d
PA
82302017-10-24 Pedro Alves <palves@redhat.com>
8231
8232 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8233 parameter and handle it. Don't output read value in test name.
8234
fee6da6e
PA
82352017-10-24 Pedro Alves <palves@redhat.com>
8236
8237 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8238 custom test name.
8239
10389c2c
PA
82402017-10-24 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8243 include the unstable output directory name in the test's name.
8244 (initial_setup_simple) <'set args'>: Use custom test name.
8245
a80e65a9
PA
82462017-10-24 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8249 with explicit test name.
8250
15763a09
PA
82512017-10-20 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8254 'wait -i'. Use gdb_assert and remote_close.
8255
49a4ce2e
AB
82562017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8257
8258 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8259 number from variable rather than hard-coded.
8260
a75868f5
PA
82612017-10-19 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.base/long-inferior-output.c: New file.
8264 * gdb.base/long-inferior-output.exp: New file.
8265
c8ba13ad
KS
82662017-11-18 Keith Seitz <keiths@redhat.com>
8267
8268 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8269 method.
8270 (main): Call it.
8271 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8272 Add additional user-defined conversion operator tests.
8273
b27de576
PA
82742017-10-17 Pedro Alves <palves@redhat.com>
8275
8276 * boards/native-stdio-gdbserver.exp: Load "local-board".
8277
8484c955
PA
82782017-10-17 Pedro Alves <palves@redhat.com>
8279
8280 * gdb.base/quit-live.c: New file.
8281 * gdb.base/quit-live.exp: New file.
8282
83d5a34d
KS
82832017-10-16 Keith Seitz <keiths@redhat.com>
8284
8285 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8286 (class_with_protected_typedef, class_with_private_typedef)
8287 (struct_with_public_typedef, struct_with_protected_typedef)
8288 (struct_with_private_typedef): New classes/structs.
8289 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8290 typedefs and access specifiers.
8291
739b3f1d
PA
82922017-10-16 Pedro Alves <palves@redhat.com>
8293 Simon Marchi <simon.marchi@polymtl.ca>
8294
8295 * README (Local vs Remote vs Native): New section.
8296 * boards/local-board.exp: New file, with bits factored out from
8297 ...
8298 * boards/native-extended-gdbserver.exp: ... here. Load
8299 "local-board".
8300 * boards/native-gdbserver.exp: Load "local-board".
8301 (${board}_spawn, ${board}_exec): Delete.
8302 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8303 ...
8304 * boards/stdio-gdbserver-base.exp: ... this new file.
8305 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8306 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8307 procedure.
8308 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8309 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8310 stdio_gdbserver_command.
8311 (${board}_get_remote_address, ${board}_get_comm_port)
8312 (${board}_download, ${board}_upload): Delete.
8313 (get_target_remote_pipe_cmd): New.
8314
fe68b953
SM
83152017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8316
8317 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8318 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8319 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8320 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8321 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8322 remove with_test_prefix.
8323
300b6685
PA
83242017-10-13 Pedro Alves <palves@redhat.com>
8325
8326 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8327 * gdb.base/annota1.exp: Use it instead of is_remote.
8328 * gdb.base/annota3.exp: Use it instead of is_remote.
8329 * gdb.cp/annota2.exp: Use it instead of is_remote.
8330 * gdb.cp/annota3.exp: Use it instead of is_remote.
8331 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8332
50500caf
PA
83332017-10-13 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8336 (test_num_test_vars, run_and_count_vars, find_env)
8337 (test_set_unset_env, test_inherit_env_var): New procedures.
8338 (top level): Use them.
8339
dad0c6d2
PA
83402017-10-13 Pedro Alves <palves@redhat.com>
8341
8342 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8343 also skip on stub-like targets.
8344
8b0553c1
PA
83452017-10-13 Pedro Alves <palves@redhat.com>
8346
8347 PR gdb/22293
8348 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8349 (top level): Move some tests to ...
8350 (test_not_found): ... this new procedure.
8351 (top level): Call it.
8352
7594f623
PA
83532017-10-13 Pedro Alves <palves@redhat.com>
8354
8355 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8356 expect different "info terminal" output if testing with a
8357 non-native target.
8358
ebe3b402
PA
83592017-10-13 Pedro Alves <palves@redhat.com>
8360 Simon Marchi <simon.marchi@polymtl.ca>
8361
8362 PR python/12966
8363 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8364
42f1b161
PA
83652017-10-13 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8368 already.
8369
8d6ef72b
PA
83702017-10-13 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8373 is_remote.
8374
d7bcd5b8
PA
83752017-10-13 Pedro Alves <palves@redhat.com>
8376
8377 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8378 is_remote.
8379
df479dc6
PA
83802017-10-13 Pedro Alves <palves@redhat.com>
8381
8382 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8383 is set.
8384 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8385 instead of is_remote.
8386
23fb630a
PA
83872017-10-13 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8390 (top level): Add comment.
8391
cc77b1dc
PA
83922017-10-13 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.base/remote.exp (top level): Fix comment typo and add
8395 missing return.
8396
27c9e813
PA
83972017-10-13 Pedro Alves <palves@redhat.com>
8398 Simon Marchi <simon.marchi@polymtl.ca>
8399
8400 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8401 calls and add comments. Skip test if use_gdb_stub is set.
8402 (top level): Use "set cwd" command instead of "cd" command.
8403
5e830d98
PA
84042017-10-13 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8407 is_remote target check.
8408
f5ca0032
PA
84092017-10-13 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.base/scope.exp: Use build_executable + clean_restart +
8412 gdb_file_cmd instead of prepare_for_testing and no longer skip
8413 "before run" tests on is_remote target boards. Update comments.
8414 * boards/native-extended-gdbserver.exp
8415 (extended_gdbserver_load_last_file): New, factored out from ...
8416 (gdb_load): ... this. Move further below and add comment.
8417 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8418
8aed1c0d
PA
84192017-10-12 Pedro Alves <palves@redhat.com>
8420
8421 * gdb.base/attach.exp: Remove references to gdb64.
8422 * gdb.base/dbx.exp: Remove references to gdb64.
8423
cfa34c87
SM
84242017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8425 Pedro Alves <palves@redhat.com>
8426
8427 * gdb.base/label.exp: Remove is_remote target check.
8428
9192b7de
PA
84292017-10-12 Pedro Alves <palves@redhat.com>
8430
8431 * gdb.base/auvx.exp (coredir): Update comment.
8432 (top level) <core_works>: Use "set cwd" command instead of "cd"
8433 command.
8434
6bf0052d
PA
84352017-10-12 Pedro Alves <palves@redhat.com>
8436 Simon Marchi <simon.marchi@polymtl.ca>
8437
8438 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8439 target boards.
8440
e48ef82d
PA
84412017-10-12 Pedro Alves <palves@redhat.com>
8442 Simon Marchi <simon.marchi@polymtl.ca>
8443
8444 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8445 Instead skip if there's any gdb_protocol set.
8446
8d7aea57
SM
84472017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8448 Pedro Alves <palves@redhat.com>
8449
8450 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8451
30440677
PA
84522017-10-12 Pedro Alves <palves@redhat.com>
8453 Simon Marchi <simon.marchi@polymtl.ca>
8454
8455 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8456 instead of on dejagnu remote boards.
8457
4e04f045 84582017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8459 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8460
8461 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8462 checks. Use build_executable + clean_restart instead of
8463 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8464 of enabling non-stop after starting gdb.
8465
871a186e
PA
84662017-10-12 Pedro Alves <palves@redhat.com>
8467
8468 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8469 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8470 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8471 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8472
56d704da
AK
84732017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8474
8475 * gdb.arch/arc-tdesc-cpu.exp: New file.
8476 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8477
2f20e312
SM
84782017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8479
8480 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8481
65630365
PA
84822017-10-10 Pedro Alves <palves@redhat.com>
8483
8484 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8485 expect CLI output.
8486
bf469271
PA
84872017-10-10 Pedro Alves <palves@redhat.com>
8488
8489 * lib/selftest-support.exp (selftest_setup): Update for
8490 captured_command_loop's prototype change.
8491
777a42f1
PA
84922017-10-09 Pedro Alves <palves@redhat.com>
8493
8494 Test both arch1=>arch2 and arch2=>arch1.
8495
8496 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8497 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8498 factored out to...
8499 (append_arch1_options, append_arch2_options, append_arch_options)
8500 (build_executables): New procedures.
8501 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8502 local.
8503 (top level): Add new 'first_arch' testing axis.
8504
cbd2b4e3
PA
85052017-10-09 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8508 (barrier): New.
8509 (thread_start, all_started): New functions.
8510 (main): Spawn new thread and wait until it is scheduled.
8511 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8512 option.
8513 (do_test): Add 'selected_thread' parameter. Run to all_started
8514 instead of main. Explicitly set the breakpoint at main. Switch
8515 to the SELECTED_THREAD thread.
8516 (top level): Test handling the exec event with either the main
8517 thread or the second thread selected.
8518
5c9e4427
PA
85192017-10-09 Pedro Alves <palves@redhat.com>
8520
8521 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8522 logic. Move STOP marker after the value checks.
8523 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8524 regexp.
8525
b3b7c423
SL
85262017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8527
8528 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8529
3b4b2f16
UW
85302017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8531
8532 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8533 integer-to-dfp conversion.
8534 * gdb.base/dfp-test.exp: Likewise.
8535
5cd63fda
PA
85362017-10-04 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.multi/hangout.c: Include <unistd.h>.
8539 (hangout_loop): New function.
8540 (main): Call alarm. Call hangout_loop in a loop.
8541 * gdb.multi/hello.c: Include <unistd.h>.
8542 (hello_loop): New function.
8543 (main): Call alarm. Call hangout_loop in a loop.
8544 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8545 inferior with the other selected.
8546
4c71c105
SM
85472017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8548
8549 * gdb.mi/list-thread-groups-available.exp: New file.
8550 * gdb.mi/list-thread-groups-available.c: New file.
8551
bc3b087d
SDJ
85522017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8553
8554 * gdb.base/set-cwd.exp: Make it available on
8555 native-extended-gdbserver.
8556
d092c5a2
SDJ
85572017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8558
8559 * gdb.base/set-cwd.c: New file.
8560 * gdb.base/set-cwd.exp: Likewise.
8561
45320ffa
TT
85622017-10-02 Tom Tromey <tom@tromey.com>
8563
8564 PR rust/22236:
8565 * gdb.rust/simple.rs (main): New variable "fslice".
8566 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8567
b3e3859b
TT
85682017-10-02 Tom Tromey <tom@tromey.com>
8569
8570 * gdb.rust/simple.exp: Test ptype of a slice.
8571
01af5e0d
TT
85722017-10-02 Tom Tromey <tom@tromey.com>
8573
8574 * gdb.rust/simple.exp: Test index of slice.
8575
a9bbfbd8
TT
85762017-09-27 Tom Tromey <tom@tromey.com>
8577
8578 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8579
df8899e5
TP
85802017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8581 Pedro Alves <palves@redhat.com>
8582
8583 * gdb.base/compare-sections.exp (get value of read-only section): Read
8584 as unsigned value.
8585 (corrupt read-only section): Likewise and don't set written if patching
8586 failed.
8587
757bf54b
KB
85882017-09-21 Kevin Buettner <kevinb@redhat.com>
8589
8590 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8591 files.
8592
06871ae8
PA
85932017-09-20 Pedro Alves <palves@redhat.com>
8594
8595 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8596 symbol names in gdb's output.
8597 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8598
e5f25bc5
PA
85992017-09-20 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8602 Rename to ...
8603 (test_list_ambiguous_symbol): ... this and add a symbol name
8604 parameter. Adjust.
8605 (test_list_ambiguous_function): Reimplement on top of
8606 test_list_ambiguous_symbol and also test listing ambiguous
8607 variables.
8608 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8609 (ambiguous_fun): ... this.
8610 (ambiguous_var): New.
8611 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8612 (ambiguous_fun): ... this.
8613 (ambiguous_var): New.
8614
4e5a4f58
JB
86152017-09-19 John Baldwin <jhb@FreeBSD.org>
8616
8617 * gdb.base/starti.c: New file.
8618 * gdb.base/starti.exp: New file.
8619 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8620
26e53f3e
PA
86212017-09-14 Pedro Alves <palves@redhat.com>
8622
8623 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8624 (top level): Use it instead of runto.
8625
cb791d59
TT
86262017-09-11 Tom Tromey <tom@tromey.com>
8627
8628 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8629
7c96f8c1
TT
86302017-09-11 Tom Tromey <tom@tromey.com>
8631
8632 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8633 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8634
469412dd
CW
86352017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8636
8637 * gdb.fortran/printing-types.exp: New file.
8638 * gdb.fortran/printing-types.exp: New file.
8639
e0f86435
BH
86402017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8641
8642 * gdb.fortran/vla-ptype.exp: Fix typos.
8643 * gdb.fortran/vla-value.exp: Same.
8644
9e9af4be
BH
86452017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8646
8647 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8648 * gdb.mi/mi-var-child-f.exp: Likewise.
8649 * gdb.mi/mi-vla-fortran.exp: Likewise.
8650
a5ad232b 86512017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8652 Christoph Weinmann <christoph.t.weinmann@intel.com>
8653 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8654
8655 * gdb.fortran/ptr-indentation.f90: New file.
8656 * gdb.fortran/ptr-indentation.exp: New file.
8657
5aec60eb
TT
86582017-09-05 Tom Tromey <tom@tromey.com>
8659
8660 PR gdb/22010:
8661 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8662
8f8f8152
TP
86632017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8664
8665 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8666
fbd1b771
JK
86672017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8668
8669 * gdb.threads/tls-nodebug-pie.c: New file.
8670 * gdb.threads/tls-nodebug-pie.exp: New file.
8671
5eb5f850
TT
86722017-09-05 Tom Tromey <tom@tromey.com>
8673
8674 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8675 for rust.
8676
ae780a21
SM
86772017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8678
8679 * gdb.multi/multi-arch-exec.exp: Test with different
8680 "follow-exec-mode" settings.
8681 (do_test): New procedure.
8682
3693fdb3
PA
86832017-09-04 Pedro Alves <palves@redhat.com>
8684
8685 * gdb.base/func-static.c (S::method const, S::method volatile)
8686 (S::method volatile const): New methods.
8687 (c_s, v_s, cv_s): New instances.
8688 (main): Call method() on them.
8689 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8690 (cannot_resolve): New procedure.
8691 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8692 print-quote-unquoted columns.
8693 (do_test): Test printing each scope too.
8694
e68cb8e0
PA
86952017-09-04 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/local-static.exp: Also test with
8698 class::method::variable wholly quoted.
8699 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8700
858be34c
PA
87012017-09-04 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/local-static.c: New.
8704 * gdb.base/local-static.cc: New.
8705 * gdb.base/local-static.exp: New.
8706
46a4882b
PA
87072017-09-04 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.asm/asm-source.exp: Add casts to int.
8710 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8711 (dataglobal64_1, dataglobal64_2): New globals.
8712 * gdb.base/nodebug.exp: Test different expressions involving the
8713 new globals, with print, whatis and ptype. Add casts to int.
8714 * gdb.base/solib-display.exp: Add casts to int.
8715 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8716 * gdb.cp/m-static.exp: Add cast to int.
8717 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8718 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8719 tls variable with no debug info without a cast. Test with a cast
8720 to int too.
8721 * gdb.trace/entry-values.exp: Add casts.
8722
2c5a2be1
PA
87232017-09-04 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/nodebug.exp: Test that ptype's error about functions
8726 with unknown return type includes the function name too.
8727
7022349d
PA
87282017-09-04 Pedro Alves <palves@redhat.com>
8729
8730 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8731 return type of munmap in infcall.
8732 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8733 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8734 type of ftell in infcall.
8735 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8736 type of getpid in infcall.
8737 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8738 infcall.
8739 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8740 Bail on failure to extract the pid.
8741 * gdb.base/nodebug.c: #include <stdint.h>.
8742 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8743 New functions.
8744 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8745 Change expected output of print/whatis/ptype with functions with
8746 no debug info. Test all supported languages. Call
8747 test_call_promotion.
8748 * gdb.compile/compile.exp: Adjust expected output to expect
8749 warning.
8750 * gdb.threads/siginfo-threads.exp: Likewise.
8751
54990598
PA
87522017-09-04 Pedro Alves <palves@redhat.com>
8753
8754 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8755 "prototypes". Test calling float functions via prototyped and
8756 unprototyped function pointers.
8757 (perform_all_tests): New parameter "prototypes". Pass it down.
8758 (top level): Pass down "prototypes" parameter to
8759 perform_all_tests.
8760
34d16ea2
SM
87612017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8762
8763 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8764 Test with nested loops.
8765
9521ecda
SM
87662017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8767
8768 * gdb.base/commands.exp: Call the new procedures.
8769 (loop_break_test, loop_continue_test): New procedures.
8770
80a65e9b
SM
87712017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8772
8773 * gdb.base/commands.exp: Call new procedure.
8774 (define_if_without_arg_test): New procedure.
8775
e439fa14
PA
87762017-09-04 Pedro Alves <palves@redhat.com>
8777
8778 * gdb.base/list-ambiguous.exp: New file.
8779 * gdb.base/list-ambiguous0.c: New file.
8780 * gdb.base/list-ambiguous1.c: New file.
8781 * gdb.base/list.exp (test_list_range): Adjust expected output.
8782
0a2dde4a
SDJ
87832017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8784
8785 * gdb.base/share-env-with-gdbserver.c: New file.
8786 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8787
5e89eb3a
SM
87882017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8789
8790 * gdb.base/commands.exp (gdbvar_simple_if_test,
8791 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8792 progvar_simple_if_test, progvar_simple_while_test,
8793 progvar_complex_if_while_test, user_defined_command_test,
8794 user_defined_command_args_eval,
8795 user_defined_command_args_stack_test,
8796 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8797 temporary_breakpoint_commands,
8798 gdb_test_no_prompt, redefine_hook_test,
8799 redefine_backtrace_test): Remove "global gdb_prompt".
8800
fd437cbc
SM
88012017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8802
8803 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8804 New proc, call it from toplevel.
8805
87215ad1
SDJ
88062017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8807
8808 PR remote/21852
8809 * gdb.server/normal.c: New file, copied from gdb.base.
8810 * gdb.server/run-without-local-binary.exp: New file.
8811
58afddc6
WP
88122017-08-07 Weimin Pan <weimin.pan@oracle.com>
8813
8814 * gdb.arch/sparc64-adi.exp: New file.
8815 * gdb.arch/sparc64-adi.c: New file.
8816
5277199a
PA
88172017-08-22 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8820 (top level): Add "list all overloads" tests.
8821
14278e1f
TT
88222017-08-22 Tom Tromey <tom@tromey.com>
8823
8824 * gdb.gdb/xfullpath.exp: Remove.
8825
bf223d3e
PA
88262017-08-21 Pedro Alves <palves@redhat.com>
8827
8828 PR gdb/19487
8829 * gdb.base/symbol-alias.c: New.
8830 * gdb.base/symbol-alias2.c: New.
8831 * gdb.base/symbol-alias.exp: New.
8832
c973d0aa
PA
88332017-08-21 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/dfp-test.c
8836 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8837 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8838 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8839 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8840 * gdb.base/whatis-ptype-typedefs.c: New.
8841 * gdb.base/whatis-ptype-typedefs.exp: New.
8842 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8843 (an_int, an_int_type, an_int_type2): New globals.
8844 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8845 involving typedefs and cast expressions.
8846 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8847 (lookup_typedefs_function): New.
8848 (typedefs_pretty_printers_dict): New.
8849 (top level): Register lookup_typedefs_function in
8850 gdb.pretty_printers.
8851
6d580b63
YQ
88522017-08-18 Yao Qi <yao.qi@linaro.org>
8853
8854 * gdb.server/unittest.exp: New.
8855
206726fb
SDJ
88562017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8857
8858 PR gdb/21954
8859 * gdb.base/environ.exp: Add test to check if 'unset environment'
8860 works.
8861
bf0ec4c2
AA
88622017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8863
8864 * lib/gdb.exp (universal_compile_options): New caching proc.
8865 (gdb_compile): Suppress GCC's coloring of messages.
8866
d6382fff
TT
88672017-08-14 Tom Tromey <tom@tromey.com>
8868
8869 PR gdb/21675:
8870 * gdb.base/printcmds.exp (test_radices): New function.
8871 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8872 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8873 * lib/gdb.exp (get_integer_valueof): Use p/d.
8874
c2c2dd9f
SM
88752017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8878 characters.
8879
fdffd6f4
TT
88802017-08-05 Tom Tromey <tom@tromey.com>
8881
8882 * gdb.rust/simple.exp: Allow String to appear in a different
8883 namespace.
8884
27d41eac
YQ
88852017-07-26 Yao Qi <yao.qi@linaro.org>
8886
8887 * gdb.gdb/unittest.exp: Invoke command
8888 "maintenance check xml-descriptions".
8889
031ed05d
AA
88902017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8891
8892 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8893 calling context.
8894 (hex128): Drop erroneous calculation of parameters.
8895
dcd27ddf
SM
88962017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.python/py-unwind.exp: Disable stack protection when
8899 building test file.
8900
47e77640
PA
89012017-07-20 Pedro Alves <palves@redhat.com>
8902
8903 * gdb.base/default.exp (set language): Adjust expected output.
8904
62d2a18a
PA
89052017-07-20 Pedro Alves <palves@redhat.com>
8906
8907 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8908 (test_minsym): ... this, and make static.
8909 (get_pck__foo__bar__minsym): Rename to ...
8910 (get_test_minsym): ... this.
8911 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8912 symbol names and comments.
8913 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8914 (get_test_minsym): ... this.
8915 (pck__foo__bar__minsym__2): Rename to ...
8916 (test_minsym): ... this.
8917 (main): Adjust.
8918
c45ec17c
PA
89192017-07-17 Pedro Alves <palves@redhat.com>
8920
8921 * gdb.base/completion.exp: Adjust expected output.
8922 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8923 the completer works.
8924
c6756f62
PA
89252017-07-17 Pedro Alves <palves@redhat.com>
8926
8927 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8928
5bd68487
AB
89292017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8930
8931 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8932
8880f2a9
TT
89332017-07-14 Tom Tromey <tom@tromey.com>
8934
8935 PR rust/21764:
8936 * gdb.rust/simple.exp: Add tests.
8937
65547233
TT
89382017-07-14 Tom Tromey <tom@tromey.com>
8939
8940 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8941
8f14146e
PA
89422017-07-14 Pedro Alves <palves@redhat.com>
8943
8944 * gdb.linespec/base/one/thefile.cc (z1): New function.
8945 * gdb.linespec/base/two/thefile.cc (z2): New function.
8946 * gdb.linespec/linespec.exp: Add tests.
8947
b4365d02
AB
89482017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8949
8950 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8951 to mi_create_breakpoint.
8952
5d2cbaa5
AB
89532017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8954
8955 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8956 mi_create_breakpoint.
8957
11cb5716
IB
89582017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8959
8960 * gdb.dlang/demangle.exp: Update for demangling changes.
8961
03278692
TT
89622017-07-09 Tom Tromey <tom@tromey.com>
8963
8964 * gdb.dwarf2/shortpiece.exp: New file.
8965
33c5cd75
DB
89662017-07-06 David Blaikie <dblaikie@gmail.com>
8967
8968 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8969 built from fissiont-multi-cu{1,2}.c.
8970 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8971 except putting 'main' and 'func' in separate CUs in the same DWO file.
8972 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8973 test.
8974 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8975 test.
8976
8455d262
PA
89772017-07-06 Pedro Alves <palves@redhat.com>
8978
8979 * gdb.python/py-unwind.exp: Test flushregs.
8980
dc4bde35
SDJ
89812017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8982
8983 PR cli/21688
8984 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8985 tests for alias commands and trailing whitespace.
8986
51ed89aa
SDJ
89872017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8988
8989 PR cli/21688
8990 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8991 procedure. Call it.
8992
eb17d413
PA
89932017-06-29 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.base/printcmds.exp: Add tests.
8996
41664b45
DG
89972017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8998
8999 PR gdb/21337
9000 * gdb.base/reread-readsym.exp: New file.
9001 * gdb.base/reread-readsym.c: New file.
9002
75312ae3
KB
90032017-06-21 Kevin Buettner <kevinb@redhat.com>
9004
9005 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9006 subpattern.
9007
66953522
PB
90082017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9009
9010 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9011 extended mnemonic.
9012 * gdb.arch/powerpc-power9.s: Likewise.
9013
5524b525
AA
90142017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9017 on 32-bit x86 targets. Exploit is_*_target macros where
9018 appropriate.
9019
03c8af18
AA
90202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9023 register pieces.
9024
3bf31011
AA
90252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9026
9027 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9028 located in one or more DWARF pieces.
9029
805acca0
AA
90302017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9031
9032 * lib/gdb.exp (get_endianness): New proc.
9033 * gdb.arch/aarch64-fp.exp: Use it.
9034 * gdb.arch/altivec-regs.exp: Likewise.
9035 * gdb.arch/e500-regs.exp: Likewise.
9036 * gdb.arch/vsx-regs.exp: Likewise.
9037 * gdb.base/dump.exp: Likewise.
9038 * gdb.base/funcargs.exp: Likewise.
9039 * gdb.base/gnu_vector.exp: Likewise.
9040 * gdb.dwarf2/formdata16.exp: Likewise.
9041 * gdb.dwarf2/implptrpiece.exp: Likewise.
9042 * gdb.dwarf2/nonvar-access.exp: Likewise.
9043 * gdb.python/py-inferior.exp: Likewise.
9044 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9045
e9352324
AA
90462017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9047
9048 PR gdb/21226
9049 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9050 stack value pieces are taken from the LSB end.
9051
d5d1163e
AA
90522017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9053
9054 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9055 variable at nonzero offset.
9056
0567c986
AA
90572017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9058
9059 * gdb.dwarf2/var-access.c: New file.
9060 * gdb.dwarf2/var-access.exp: New test.
9061 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9062
973e9aab
TT
90632017-06-12 Tom Tromey <tom@tromey.com>
9064
9065 * gdb.dwarf2/formdata16.exp: Add tests.
9066
d9109c80
TT
90672017-06-12 Tom Tromey <tom@tromey.com>
9068
9069 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9070
30a25466
TT
90712017-06-12 Tom Tromey <tom@tromey.com>
9072
9073 PR exp/16225:
9074 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9075 * gdb.arch/vsx-regs.exp: Update tests.
9076 * gdb.arch/s390-vregs.exp (hex128): New proc.
9077 Update test.
9078 * gdb.arch/altivec-regs.exp: Update tests.
9079
aefd8b33
SDJ
90802017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9081
9082 * gdb.base/startup-with-shell.c: New file.
9083 * gdb.base/startup-with-shell.exp: Likewise.
9084
2090129c
SDJ
90852017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9086
9087 * gdb.server/non-existing-program.exp: Update regex in order to
9088 reflect the fact that gdbserver is now using fork_inferior (with a
9089 shell) to startup the inferior.
9090
8e86a419
SM
90912017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9092
9093 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9094 support function calls from GDB.
9095
e6cf65f2
TT
90962017-05-21 Tom Tromey <tom@tromey.com>
9097
9098 PR rust/21466:
9099 * gdb.rust/unsized.exp: New file.
9100 * gdb.rust/unsized.rs: New file.
9101
43cc5389
TT
91022017-05-19 Tom Tromey <tom@tromey.com>
9103
9104 PR rust/21484:
9105 * gdb.rust/watch.exp: New file.
9106 * gdb.rust/watch.rs: New file.
9107
ec8df234
TT
91082017-05-18 Tom Tromey <tom@tromey.com>
9109
9110 * gdb.rust/simple.exp: Allow Box to be qualified.
9111
3e3e7fae
TP
91122017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9113
9114 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9115
59cc050d
PA
91162017-05-18 Pedro Alves <palves@redhat.com>
9117
9118 * gdb.base/fileio.c (test_write, test_read, test_close)
9119 (test_fstat): Don't print 'ret' in the fail path.
9120
c8f6abd1
PA
91212017-05-18 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9124 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9125 (test_system, test_rename, test_unlink, test_time): Change
9126 prototypes.
9127 * gdb.base/fileio.exp (stop_msg): Adjust.
9128
d2a03b77
PA
91292017-05-18 Pedro Alves <palves@redhat.com>
9130
9131 * gdb.base/fileio.c (null_str): New global.
9132 (test_stat): Use it.
9133 * gdb.base/fileio.exp: Remove nowarnings.
9134
0d5c6999
YQ
91352017-05-17 Yao Qi <yao.qi@linaro.org>
9136
9137 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9138
21873064
YQ
91392017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9140
9141 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9142 argument command.
9143 (top-level): Invoke test_set_inferior_tty.
9144
d512d31c
PA
91452017-05-04 Pedro Alves <palves@redhat.com>
9146
9147 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9148 Add parens to print call for Python 3.
9149
90cef2ed
KS
91502017-05-03 Keith Seitz <keiths@redhat.com>
9151
9152 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9153 (main): Call it.
9154
14f819c8
TW
91552017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9156
9157 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9158 to prev and next.
9159
913aeadd
TW
91602017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9161
9162 * gdb.python/py-record-btrace.exp: Remove test for
9163 gdb.BtraceInstruction.error.
9164
a3be24ad
TW
91652017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9166
9167 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9168
ae20e79a
TW
91692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9170
9171 * gdb.python/py-record-btrace-threads.c: New file.
9172 * gdb.python/py-record-btrace-threads.exp: New file.
9173
45ce1b47
SDJ
91742017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9175
9176 PR testsuite/8595
9177 * gdb.base/environ.exp: Make test available in all architectures.
9178 Move bits related to "info program" testing to
9179 gdb.base/info-program.exp. Rewrite tests to use the two new
9180 procedures mentione below.
9181 (test_set_show_env_var) New procedure.
9182 (test_set_show_env_var_equal): Likewise.
9183 * gdb.base/info-program.exp: New file.
9184
e15c3eb4
KS
91852017-04-27 Keith Seitz <keiths@redhat.com>
9186
9187 * gdb.cp/oranking.cc (test15): New function.
9188 (main): Call test15 and declare additional variables for testing.
9189 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9190 "p foo101('abc')" tests.
9191 Add tests for cv qualifier overloads.
9192 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9193 "lvalue reference overload" test.
9194 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9195 "print value of f1 on Child&& in f2" test.
9196
3a3fd0fd
PA
91972017-04-19 Pedro Alves <palves@redhat.com>
9198
9199 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9200 procedure.
9201 (top level): Call it.
9202 * lib/gdb.exp (gdb_define_cmd): New procedure.
9203
53375380
PA
92042017-04-12 Pedro Alves <palves@redhat.com>
9205
9206 PR gdb/21323
9207 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9208 (wchar): New global.
9209 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9210 (do_test_wide_char, wide_char_types_no_program, top level): Add
9211 wchar_t testing.
9212
53e710ac
PA
92132017-04-12 Pedro Alves <palves@redhat.com>
9214
9215 PR c++/21323
9216 * gdb.cp/wide_char_types.c: New file.
9217 * gdb.cp/wide_char_types.exp: New file.
9218
0ad9d8c7
SDJ
92192017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9220
9221 PR gdb/21352
9222 * gdb.trace/tsv.exp: Add test for "tsave -r".
9223
b1b45502
IB
92242017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9225
9226 * gdb.dlang/watch-loc.c: New file.
9227 * gdb.dlang/watch-loc.exp: New file.
9228
ec13808e
JK
92292017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9230
9231 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9232
fe5f7374
AK
92332017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9234
9235 * gdb.arch/arc-analyze-prologue.S: New file.
9236 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9237
eea78757
AK
92382017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9239
9240 * gdb.arch/arc-decode-insn.S: New file.
9241 * gdb.arch/arc-decode-insn.exp: Likewise.
9242
5badf10a
IR
92432017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9244
9245 PR tdep/20928
9246 * gdb.arch/sparc64-regs.exp: New file.
9247 * gdb.arch/sparc64-regs.S: Likewise.
9248
cee59b3f
TW
92492017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9250
9251 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9252 and memory view on Python 3.
9253
c0f55cc6
AV
92542017-03-20 Artemiy Volkov <artemiyv@acm.org>
9255 Keith Seitz <keiths@redhat.com>
9256
9257 PR gdb/14441
9258 * gdb.cp/demangle.exp: Add rvalue reference tests.
9259 * gdb.cp/rvalue-ref-casts.cc: New file.
9260 * gdb.cp/rvalue-ref-casts.exp: New file.
9261 * gdb.cp/rvalue-ref-overload.cc: New file.
9262 * gdb.cp/rvalue-ref-overload.exp: New file.
9263 * gdb.cp/rvalue-ref-params.cc: New file.
9264 * gdb.cp/rvalue-ref-params.exp: New file.
9265 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9266 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9267 * gdb.cp/rvalue-ref-types.cc: New file.
9268 * gdb.cp/rvalue-ref-types.exp: New file.
9269 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9270 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9271
51457a05
MAL
92722017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9273
9274 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9275 New procedure.
9276
5b291c04
MAL
92772017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9278
9279 * lib/mi-support.exp (mi_gdb_test): Add additional message
9280 for unexpected output.
9281
59a56148
AA
92822017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9283
9284 * gdb.base/examine-backward.c (Barrier): New character array
9285 constant, to ensure that TestStrings is preceded by a string
9286 terminator.
9287
7942e96e
AA
92882017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9289
9290 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9291 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9292 and implicit pointer into such a location.
9293
6ebac3fb
DE
92942017-03-16 Doug Evans <dje@google.com>
9295
9296 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9297
ec3b243d
TP
92982017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9299
9300 * gdb.cp/m-static.exp: Fix expectation for prototype of
9301 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9302
93032017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9304
9305 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9306 * gdb.guile/scm-lazy-string.c: New file.
9307 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9308 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9309 for pointer, array, typedef lazy strings.
9310
2cc36e25 93112017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9312
9313 PR python/17728, python/18439, python/18779
9314 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9315 * gdb.python/py-lazy-string.c (pointer): New typedef.
9316 (main): New locals ptr, array, typedef_ptr.
9317 * gdb.python/py-value.exp: Move lazy string tests to ...
9318 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9319 array, typedef lazy strings.
ec3b243d 9320
0efcde63
AK
93212017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9322
9323 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9324 Add optional 'test' parameter.
9325
7978d7c3
SM
93262017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9327
9328 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9329 Skip for versions of DejaGnu < 1.5.
9330
896c0c1e
SM
93312017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9332
9333 * lib/gdb.exp (dejagnu_version): New proc.
9334 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9335 Use dejagnu_version.
9336
5f4d1085
KS
93372017-03-10 Keith Seitz <keiths@redhat.com>
9338
9339 PR c++/8128
9340 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9341 type from destructor regexps.
9342 Add a branch which actually passes the test.
9343 Adjust "ptype t5i" test names.
9344
1de05205
PA
93452017-03-08 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.base/step-over-exit.exp: Add explicit test message.
9348
c65d6b55
PA
93492017-03-08 Pedro Alves <palves@redhat.com>
9350
9351 PR gdb/18360
9352 * gdb.threads/interrupt-while-step-over.c: New file.
9353 * gdb.threads/interrupt-while-step-over.exp: New file.
9354
2e86a283
PA
93552017-03-08 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9358 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9359
25dcbff6
PA
93602017-03-08 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9363 PKRU as not supported as a PASS.
9364
dc9366eb
PA
93652017-03-08 Pedro Alves <palves@redhat.com>
9366
9367 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9368 prefix instead of $binfile1/$binfile2.
9369 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9370 in test message.
9371 * gdb.python/py-completion.exp: Use "load python file" as test
9372 messages instead of unstable path names.
9373
6e5d74e7
PA
93742017-03-08 Pedro Alves <palves@redhat.com>
9375 Jan Kratochvil <jan.kratochvil@redhat.com>
9376
9377 PR cli/21218
9378 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9379 New proc.
9380 (top level): Call it.
9381
9753a2f6
PA
93822017-03-08 Pedro Alves <palves@redhat.com>
9383
9384 PR tui/21216
9385 * gdb.tui/tui-nl-filtered-output.exp: New file.
9386
1a4dd9dd
PA
93872017-03-08 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/completion.exp: Move TUI completion tests to ...
9390 * gdb.tui/completion.exp: ... this new file.
9391
7cbbff33
PA
93922017-03-08 Pedro Alves <palves@redhat.com>
9393
9394 * gdb.base/tui-disasm-long-lines.c,
9395 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9396 gdb.base/tui-layout.exp: Move to ...
9397 * gdb.tui/: ... this new directory.
9398
5f6fd321
PA
93992017-03-07 Pedro Alves <palves@redhat.com>
9400
9401 * gdb.base/tui-layout.c: New file.
9402 * gdb.base/tui-layout.exp: New file.
9403
44959fa8
PA
94042017-03-07 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.base/tui-layout.c: Rename to ...
9407 * gdb.base/tui-disasm-long-lines.c: ... this.
9408 * gdb.base/tui-layout.exp: Rename to ...
9409 * gdb.base/tui-disasm-long-lines.exp: ... this.
9410
f8c4e718
PA
94112017-03-07 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9414
6dbb839a 94152017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9416
9417 * i386-mpx-call.c: New file.
9418 * i386-mpx-call.exp: New file.
9419
65b48a81
PB
94202017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9421
9422 * gdb.arch/powerpc-power.exp: Delete test.
9423 * gdb.arch/powerpc-power.s: Likewise.
9424 * gdb.disasm/disassembler-options.exp: New test.
9425 * gdb.arch/powerpc-altivec.exp: Likewise.
9426 * gdb.arch/powerpc-altivec.s: Likewise.
9427 * gdb.arch/powerpc-altivec2.exp: Likewise.
9428 * gdb.arch/powerpc-altivec2.s: Likewise.
9429 * gdb.arch/powerpc-altivec3.exp: Likewise.
9430 * gdb.arch/powerpc-altivec3.s: Likewise.
9431 * gdb.arch/powerpc-power7.exp: Likewise.
9432 * gdb.arch/powerpc-power7.s: Likewise.
9433 * gdb.arch/powerpc-power8.exp: Likewise.
9434 * gdb.arch/powerpc-power8.s: Likewise.
9435 * gdb.arch/powerpc-power9.exp: Likewise.
9436 * gdb.arch/powerpc-power9.s: Likewise.
9437 * gdb.arch/powerpc-vsx.exp: Likewise.
9438 * gdb.arch/powerpc-vsx.s: Likewise.
9439 * gdb.arch/powerpc-vsx2.exp: Likewise.
9440 * gdb.arch/powerpc-vsx2.s: Likewise.
9441 * gdb.arch/powerpc-vsx3.exp: Likewise.
9442 * gdb.arch/powerpc-vsx3.s: Likewise.
9443 * gdb.arch/arm-disassembler-options.exp: Likewise.
9444 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9445 * gdb.arch/s390-disassembler-options.exp: Likewise.
9446
17cd4947
LM
94472017-02-23 Luis Machado <lgustavo@codesourcery.com>
9448
9449 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9450 (check_supported_features): ... this. Changed return type to void.
9451 (supports_rdseed): New static global.
9452 (rdseed): Check supports_rdseed.
9453 (initialize): Call check_supported_features.
9454
2039d74e
EBM
94552017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9456
9457 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9458 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9459 and lqarx/stqcx.
9460 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9461 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9462
a51d7ecf
EBM
94632017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9464
9465 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9466 uppercase.
9467
0224619f
JK
94682017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9469
9470 * gdb.dwarf2/formdata16.c: New file.
9471 * gdb.dwarf2/formdata16.exp: New file.
9472 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9473
216f72a1
JK
94742017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9475
9476 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9477 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9478 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9479 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9480 DW_AT_GNU_*.
9481
43988095
JK
94822017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9483
9484 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9485
99e8a4f9
SDJ
94862017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9487
9488 PR gdb/21164
9489 * gdb.base/maint.exp: Add testcases for when the commands do
9490 not have arguments.
9491
b58a8c0c
TP
94922017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9493
9494 * gdb.cp/chained-calls.exp: Use p instead of P.
9495
4e746bb6
TW
94962017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9497
9498 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9499 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9500
3f77c769
TT
95012017-02-14 Tom Tromey <tom@tromey.com>
9502
9503 PR python/13598:
9504 * gdb.python/py-events.exp: Add before_prompt event tests.
9505
075beec0
AA
95062017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9507
9508 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9509
bf5f525c
LM
95102017-02-13 Luis Machado <lgustavo@codesourcery.com>
9511
9512 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9513 (main): Call my_unique_function_name.
9514 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9515 completion of patterns with a single match.
9516 Add missing -re switches to gdb_test_multiple calls.
9517
13a66184
LM
95182017-02-13 Luis Machado <lgustavo@codesourcery.com>
9519
9520 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9521 return if core file is not recognized.
9522
26a06916
SM
95232017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9524
9525 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9526 and extra UIs.
9527
b761ca9e
SM
95282017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9529
9530 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9531 proc_with_prefix.
9532
b964bee0
TT
95332017-02-10 Tom Tromey <tom@tromey.com>
9534
9535 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9536
18da0c51
MG
95372017-02-10 Martin Galvan <martingalvan@sourceware.org>
9538
9539 PR gdb/21122
9540 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9541
604c4576
JG
95422017-02-08 Jerome Guitton <guitton@adacore.com>
9543
9544 * gdb.base/define.exp: Add test for command abbreviations
9545 in define.
9546
20b477a7
LM
95472017-02-06 Luis Machado <lgustavo@codesourcery.com>
9548
9549 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9550 * gdb.reverse/insn-reverse-x86.c: New file.
9551
3f7b46f2
IR
95522017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9553
9554 PR tdep/20936
9555 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9556
f0fd41c1
TT
95572017-02-03 Tom Tromey <tom@tromey.com>
9558
9559 PR rust/21097:
9560 * gdb.rust/simple.exp: Add new tests.
9561
5be5dbf0
PA
95622017-02-02 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9565 tests.
9566
7346ef59
AA
95672017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9568
9569 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9570 taking a 2-byte value out of a 4-byte DWARF implicit value on
9571 big-endian targets.
9572 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9573 logic. Add test cases for DW_OP_implicit.
9574
787f0025
MM
95752017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9576
9577 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9578
68777c29
MM
95792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9580
9581 * gdb.btrace/enable.exp: Call gdb_exit before
9582 skip_gdbserver_tests.
9583
0a1c7e28
MM
95842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9585
9586 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9587 GDBFLAGS.
9588
b5ac99b0
MM
95892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9590
9591 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9592 the test is skipped.
9593 * gdb.btrace/data.exp: Likewise.
9594 * gdb.btrace/delta.exp: Likewise.
9595 * gdb.btrace/dlopen.exp: Likewise.
9596 * gdb.btrace/enable-running.exp: Likewise.
9597 * gdb.btrace/enable.exp: Likewise.
9598 * gdb.btrace/exception.exp: Likewise.
9599 * gdb.btrace/function_call_history.exp: Likewise.
9600 * gdb.btrace/gcore.exp: Likewise.
9601 * gdb.btrace/instruction_history.exp: Likewise.
9602 * gdb.btrace/multi-thread-step.exp: Likewise.
9603 * gdb.btrace/nohist.exp: Likewise.
9604 * gdb.btrace/non-stop.exp: Likewise.
9605 * gdb.btrace/reconnect.exp: Likewise.
9606 * gdb.btrace/record_goto-step.exp: Likewise.
9607 * gdb.btrace/record_goto.exp: Likewise.
9608 * gdb.btrace/rn-dl-bind.exp: Likewise.
9609 * gdb.btrace/segv.exp: Likewise.
9610 * gdb.btrace/step.exp: Likewise.
9611 * gdb.btrace/stepi.exp: Likewise.
9612 * gdb.btrace/tailcall-only.exp: Likewise.
9613 * gdb.btrace/tailcall.exp: Likewise.
9614 * gdb.btrace/tsx.exp: Likewise.
9615 * gdb.btrace/unknown_functions.exp: Likewise.
9616 * gdb.btrace/vdso.exp: Likewise.
9617
cd4007e4
MM
96182017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9619
9620 * gdb.btrace/enable-running.c: New.
9621 * gdb.btrace/enable-running.exp: New.
9622
2735833d
WT
96232017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9624
9625 * gdb.arch/amd64-gs_base.c: New file.
9626 * gdb.arch/amd64-gs_base.exp: New file.
9627
b51e1e94
LM
96282017-01-26 Luis Machado <lgustavo@codesourcery.com>
9629
9630 * lib/memory.exp: Remove spurious empty newlines.
9631
72ca0410
SM
96322017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9633
9634 * gdb.python/py-bad-printers.exp: Load python file using "source".
9635 * gdb.python/py-events.exp: Likewise.
9636 * gdb.python/py-evsignal.exp: Likewise.
9637 * gdb.python/py-evthreads.exp: Likewise.
9638 * gdb.python/py-frame-args.exp: Likewise.
9639 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9640 * gdb.python/py-framefilter-mi.exp: Likewise.
9641 * gdb.python/py-framefilter.exp: Likewise.
9642 * gdb.python/py-mi.exp: Likewise.
9643 * gdb.python/py-pp-maint.exp: Likewise.
9644 * gdb.python/py-pp-registration.exp: Likewise.
9645 * gdb.python/py-prettyprint.exp: Likewise.
9646 (run_lang_tests): Likewise.
9647 * gdb.python/py-typeprint.exp: Likewise.
9648
e309aa65
LM
96492017-01-26 Luis Machado <lgustavo@codesourcery.com>
9650
9651 * lib/memory.exp: New file.
9652 * lib/gdb.exp: Load memory.exp.
9653 * gdb.base/memattr.exp (delete_memory): Move proc to
9654 lib/memory.exp and rename to delete_memory_regions.
9655 Replace delete_memory with delete_memory_regions.
9656 Cleanup memory regions before tests.
9657 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9658 before tests.
9659
515aff23
LM
96602017-01-26 Luis Machado <lgustavo@codesourcery.com>
9661
9662 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9663 files.
9664 (initialize): New function conditionally defined.
9665 (testcases): Move within conditional block.
9666 (main): Call initialize.
9667 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9668 of gdb.reverse/insn-reverse.c.
9669 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9670 gdb.reverse/insn-reverse.c.
9671
d8b49cf0
YQ
96722017-01-26 Yao Qi <yao.qi@linaro.org>
9673
9674 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9675 disassemble on address 0.
9676
f13a9a0c
YQ
96772017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9678 Yao Qi <yao.qi@linaro.org>
9679
9680 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9681 * gdb.dwarf2/implptr-64bit.S: Remove.
9682 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9683 variables in caller's context. Add DW_OP_implicit_value.
9684
5ac95241
YQ
96852017-01-25 Yao Qi <yao.qi@linaro.org>
9686
9687 * lib/dwarf.exp (Dwarf::_location): Handle
9688 DW_OP_GNU_implicit_pointer with proper size.
9689
23e82930
LM
96902017-01-20 Luis Machado <lgustavo@codesourcery.com>
9691
9692 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9693 and add untested calls.
9694
d334ae25
LM
96952017-01-20 Luis Machado <lgustavo@codesourcery.com>
9696
9697 * gdb.python/python.exp: Check line number against what GDB thinks
9698 the line number is for func1.
9699
f5e6296e
IB
97002017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9701
9702 * gdb.dlang/debug-expr.exp: New file.
9703
5b362f04
LM
97042016-12-23 Luis Machado <lgustavo@codesourcery.com>
9705
9706 Fix test names for the following files:
9707
9708 * gdb.ada/exec_changed.exp
9709 * gdb.ada/info_types.exp
9710 * gdb.arch/aarch64-atomic-inst.exp
9711 * gdb.arch/aarch64-fp.exp
9712 * gdb.arch/altivec-abi.exp
9713 * gdb.arch/altivec-regs.exp
9714 * gdb.arch/amd64-byte.exp
9715 * gdb.arch/amd64-disp-step.exp
9716 * gdb.arch/amd64-dword.exp
9717 * gdb.arch/amd64-entry-value-inline.exp
9718 * gdb.arch/amd64-entry-value-param.exp
9719 * gdb.arch/amd64-entry-value-paramref.exp
9720 * gdb.arch/amd64-entry-value.exp
9721 * gdb.arch/amd64-i386-address.exp
9722 * gdb.arch/amd64-invalid-stack-middle.exp
9723 * gdb.arch/amd64-invalid-stack-top.exp
9724 * gdb.arch/amd64-optimout-repeat.exp
9725 * gdb.arch/amd64-prologue-skip.exp
9726 * gdb.arch/amd64-prologue-xmm.exp
9727 * gdb.arch/amd64-stap-special-operands.exp
9728 * gdb.arch/amd64-stap-wrong-subexp.exp
9729 * gdb.arch/amd64-tailcall-cxx.exp
9730 * gdb.arch/amd64-tailcall-noret.exp
9731 * gdb.arch/amd64-tailcall-ret.exp
9732 * gdb.arch/amd64-tailcall-self.exp
9733 * gdb.arch/amd64-word.exp
9734 * gdb.arch/arm-bl-branch-dest.exp
9735 * gdb.arch/arm-disp-step.exp
9736 * gdb.arch/arm-neon.exp
9737 * gdb.arch/arm-single-step-kernel-helper.exp
9738 * gdb.arch/avr-flash-qualifier.exp
9739 * gdb.arch/disp-step-insn-reloc.exp
9740 * gdb.arch/e500-abi.exp
9741 * gdb.arch/e500-regs.exp
9742 * gdb.arch/ftrace-insn-reloc.exp
9743 * gdb.arch/i386-avx512.exp
9744 * gdb.arch/i386-bp_permanent.exp
9745 * gdb.arch/i386-byte.exp
9746 * gdb.arch/i386-cfi-notcurrent.exp
9747 * gdb.arch/i386-disp-step.exp
9748 * gdb.arch/i386-dr3-watch.exp
9749 * gdb.arch/i386-float.exp
9750 * gdb.arch/i386-gnu-cfi.exp
9751 * gdb.arch/i386-mpx-map.exp
9752 * gdb.arch/i386-mpx-sigsegv.exp
9753 * gdb.arch/i386-mpx-simple_segv.exp
9754 * gdb.arch/i386-mpx.exp
9755 * gdb.arch/i386-permbkpt.exp
9756 * gdb.arch/i386-prologue.exp
9757 * gdb.arch/i386-signal.exp
9758 * gdb.arch/i386-size-overlap.exp
9759 * gdb.arch/i386-unwind.exp
9760 * gdb.arch/i386-word.exp
9761 * gdb.arch/mips-fcr.exp
9762 * gdb.arch/powerpc-d128-regs.exp
9763 * gdb.arch/powerpc-stackless.exp
9764 * gdb.arch/ppc64-atomic-inst.exp
9765 * gdb.arch/s390-stackless.exp
9766 * gdb.arch/s390-tdbregs.exp
9767 * gdb.arch/s390-vregs.exp
9768 * gdb.arch/sparc-sysstep.exp
9769 * gdb.arch/thumb-bx-pc.exp
9770 * gdb.arch/thumb-singlestep.exp
9771 * gdb.arch/thumb2-it.exp
9772 * gdb.arch/vsx-regs.exp
9773 * gdb.asm/asm-source.exp
9774 * gdb.base/a2-run.exp
9775 * gdb.base/advance.exp
9776 * gdb.base/all-bin.exp
9777 * gdb.base/anon.exp
9778 * gdb.base/args.exp
9779 * gdb.base/arithmet.exp
9780 * gdb.base/async-shell.exp
9781 * gdb.base/async.exp
9782 * gdb.base/attach-pie-noexec.exp
9783 * gdb.base/attach-twice.exp
9784 * gdb.base/auto-load.exp
9785 * gdb.base/bang.exp
9786 * gdb.base/bitfields.exp
9787 * gdb.base/break-always.exp
9788 * gdb.base/break-caller-line.exp
9789 * gdb.base/break-entry.exp
9790 * gdb.base/break-inline.exp
9791 * gdb.base/break-on-linker-gcd-function.exp
9792 * gdb.base/break-probes.exp
9793 * gdb.base/break.exp
9794 * gdb.base/breakpoint-shadow.exp
9795 * gdb.base/call-ar-st.exp
9796 * gdb.base/call-sc.exp
9797 * gdb.base/call-signal-resume.exp
9798 * gdb.base/call-strs.exp
9799 * gdb.base/callfuncs.exp
9800 * gdb.base/catch-fork-static.exp
9801 * gdb.base/catch-gdb-caused-signals.exp
9802 * gdb.base/catch-load.exp
9803 * gdb.base/catch-signal-fork.exp
9804 * gdb.base/catch-signal.exp
9805 * gdb.base/catch-syscall.exp
9806 * gdb.base/charset.exp
9807 * gdb.base/checkpoint.exp
9808 * gdb.base/chng-syms.exp
9809 * gdb.base/code-expr.exp
9810 * gdb.base/code_elim.exp
9811 * gdb.base/commands.exp
9812 * gdb.base/completion.exp
9813 * gdb.base/complex.exp
9814 * gdb.base/cond-expr.exp
9815 * gdb.base/condbreak.exp
9816 * gdb.base/consecutive.exp
9817 * gdb.base/continue-all-already-running.exp
9818 * gdb.base/coredump-filter.exp
9819 * gdb.base/corefile.exp
9820 * gdb.base/dbx.exp
9821 * gdb.base/debug-expr.exp
9822 * gdb.base/define.exp
9823 * gdb.base/del.exp
9824 * gdb.base/disabled-location.exp
9825 * gdb.base/disasm-end-cu.exp
9826 * gdb.base/disasm-optim.exp
9827 * gdb.base/display.exp
9828 * gdb.base/duplicate-bp.exp
9829 * gdb.base/ena-dis-br.exp
9830 * gdb.base/ending-run.exp
9831 * gdb.base/enumval.exp
9832 * gdb.base/environ.exp
9833 * gdb.base/eu-strip-infcall.exp
9834 * gdb.base/eval-avoid-side-effects.exp
9835 * gdb.base/eval-skip.exp
9836 * gdb.base/exitsignal.exp
9837 * gdb.base/expand-psymtabs.exp
9838 * gdb.base/filesym.exp
9839 * gdb.base/find-unmapped.exp
9840 * gdb.base/finish.exp
9841 * gdb.base/float.exp
9842 * gdb.base/foll-exec-mode.exp
9843 * gdb.base/foll-exec.exp
9844 * gdb.base/foll-fork.exp
9845 * gdb.base/fortran-sym-case.exp
9846 * gdb.base/freebpcmd.exp
9847 * gdb.base/func-ptr.exp
9848 * gdb.base/func-ptrs.exp
9849 * gdb.base/funcargs.exp
9850 * gdb.base/gcore-buffer-overflow.exp
9851 * gdb.base/gcore-relro-pie.exp
9852 * gdb.base/gcore-relro.exp
9853 * gdb.base/gcore.exp
9854 * gdb.base/gdb1090.exp
9855 * gdb.base/gdb11530.exp
9856 * gdb.base/gdb11531.exp
9857 * gdb.base/gdb1821.exp
9858 * gdb.base/gdbindex-stabs.exp
9859 * gdb.base/gdbvars.exp
9860 * gdb.base/hbreak.exp
9861 * gdb.base/hbreak2.exp
9862 * gdb.base/included.exp
9863 * gdb.base/infcall-input.exp
9864 * gdb.base/inferior-died.exp
9865 * gdb.base/infnan.exp
9866 * gdb.base/info-macros.exp
9867 * gdb.base/info-os.exp
9868 * gdb.base/info-proc.exp
9869 * gdb.base/info-shared.exp
9870 * gdb.base/info-target.exp
9871 * gdb.base/infoline.exp
9872 * gdb.base/interp.exp
9873 * gdb.base/interrupt.exp
9874 * gdb.base/jit-reader.exp
9875 * gdb.base/jit-simple.exp
9876 * gdb.base/kill-after-signal.exp
9877 * gdb.base/kill-detach-inferiors-cmd.exp
9878 * gdb.base/label.exp
9879 * gdb.base/langs.exp
9880 * gdb.base/ldbl_e308.exp
9881 * gdb.base/line-symtabs.exp
9882 * gdb.base/linespecs.exp
9883 * gdb.base/list.exp
9884 * gdb.base/long_long.exp
9885 * gdb.base/longest-types.exp
9886 * gdb.base/maint.exp
9887 * gdb.base/max-value-size.exp
9888 * gdb.base/memattr.exp
9889 * gdb.base/mips_pro.exp
9890 * gdb.base/morestack.exp
9891 * gdb.base/moribund-step.exp
9892 * gdb.base/multi-forks.exp
9893 * gdb.base/nested-addr.exp
9894 * gdb.base/nextoverexit.exp
9895 * gdb.base/noreturn-finish.exp
9896 * gdb.base/noreturn-return.exp
9897 * gdb.base/nostdlib.exp
9898 * gdb.base/offsets.exp
9899 * gdb.base/opaque.exp
9900 * gdb.base/pc-fp.exp
9901 * gdb.base/permissions.exp
9902 * gdb.base/print-symbol-loading.exp
9903 * gdb.base/prologue-include.exp
9904 * gdb.base/psymtab.exp
9905 * gdb.base/ptype.exp
9906 * gdb.base/random-signal.exp
9907 * gdb.base/randomize.exp
9908 * gdb.base/range-stepping.exp
9909 * gdb.base/readline-ask.exp
9910 * gdb.base/recpar.exp
9911 * gdb.base/recurse.exp
9912 * gdb.base/relational.exp
9913 * gdb.base/restore.exp
9914 * gdb.base/return-nodebug.exp
9915 * gdb.base/return.exp
9916 * gdb.base/run-after-attach.exp
9917 * gdb.base/save-bp.exp
9918 * gdb.base/scope.exp
9919 * gdb.base/sect-cmd.exp
9920 * gdb.base/set-lang-auto.exp
9921 * gdb.base/set-noassign.exp
9922 * gdb.base/setvar.exp
9923 * gdb.base/sigall.exp
9924 * gdb.base/sigbpt.exp
9925 * gdb.base/siginfo-addr.exp
9926 * gdb.base/siginfo-infcall.exp
9927 * gdb.base/siginfo-obj.exp
9928 * gdb.base/siginfo.exp
9929 * gdb.base/signals-state-child.exp
9930 * gdb.base/signest.exp
9931 * gdb.base/sigstep.exp
9932 * gdb.base/sizeof.exp
9933 * gdb.base/skip.exp
9934 * gdb.base/solib-corrupted.exp
9935 * gdb.base/solib-nodir.exp
9936 * gdb.base/solib-search.exp
9937 * gdb.base/stack-checking.exp
9938 * gdb.base/stale-infcall.exp
9939 * gdb.base/stap-probe.exp
9940 * gdb.base/start.exp
9941 * gdb.base/step-break.exp
9942 * gdb.base/step-bt.exp
9943 * gdb.base/step-line.exp
9944 * gdb.base/step-over-exit.exp
9945 * gdb.base/step-over-syscall.exp
9946 * gdb.base/step-resume-infcall.exp
9947 * gdb.base/step-test.exp
9948 * gdb.base/store.exp
9949 * gdb.base/structs3.exp
9950 * gdb.base/sym-file.exp
9951 * gdb.base/symbol-without-target_section.exp
9952 * gdb.base/term.exp
9953 * gdb.base/testenv.exp
9954 * gdb.base/ui-redirect.exp
9955 * gdb.base/until.exp
9956 * gdb.base/unwindonsignal.exp
9957 * gdb.base/value-double-free.exp
9958 * gdb.base/vla-datatypes.exp
9959 * gdb.base/vla-ptr.exp
9960 * gdb.base/vla-sideeffect.exp
9961 * gdb.base/volatile.exp
9962 * gdb.base/watch-cond-infcall.exp
9963 * gdb.base/watch-cond.exp
9964 * gdb.base/watch-non-mem.exp
9965 * gdb.base/watch-read.exp
9966 * gdb.base/watch-vfork.exp
9967 * gdb.base/watchpoint-cond-gone.exp
9968 * gdb.base/watchpoint-delete.exp
9969 * gdb.base/watchpoint-hw-hit-once.exp
9970 * gdb.base/watchpoint-hw.exp
9971 * gdb.base/watchpoint-stops-at-right-insn.exp
9972 * gdb.base/watchpoints.exp
9973 * gdb.base/wchar.exp
9974 * gdb.base/whatis-exp.exp
9975 * gdb.btrace/buffer-size.exp
9976 * gdb.btrace/data.exp
9977 * gdb.btrace/delta.exp
9978 * gdb.btrace/dlopen.exp
9979 * gdb.btrace/enable.exp
9980 * gdb.btrace/exception.exp
9981 * gdb.btrace/function_call_history.exp
9982 * gdb.btrace/gcore.exp
9983 * gdb.btrace/instruction_history.exp
9984 * gdb.btrace/nohist.exp
9985 * gdb.btrace/reconnect.exp
9986 * gdb.btrace/record_goto-step.exp
9987 * gdb.btrace/record_goto.exp
9988 * gdb.btrace/rn-dl-bind.exp
9989 * gdb.btrace/segv.exp
9990 * gdb.btrace/step.exp
9991 * gdb.btrace/stepi.exp
9992 * gdb.btrace/tailcall-only.exp
9993 * gdb.btrace/tailcall.exp
9994 * gdb.btrace/tsx.exp
9995 * gdb.btrace/unknown_functions.exp
9996 * gdb.btrace/vdso.exp
9997 * gdb.compile/compile-ifunc.exp
9998 * gdb.compile/compile-ops.exp
9999 * gdb.compile/compile-print.exp
10000 * gdb.compile/compile-setjmp.exp
10001 * gdb.cp/abstract-origin.exp
10002 * gdb.cp/ambiguous.exp
10003 * gdb.cp/annota2.exp
10004 * gdb.cp/annota3.exp
10005 * gdb.cp/anon-ns.exp
10006 * gdb.cp/anon-struct.exp
10007 * gdb.cp/anon-union.exp
10008 * gdb.cp/arg-reference.exp
10009 * gdb.cp/baseenum.exp
10010 * gdb.cp/bool.exp
10011 * gdb.cp/breakpoint.exp
10012 * gdb.cp/bs15503.exp
10013 * gdb.cp/call-c.exp
10014 * gdb.cp/casts.exp
10015 * gdb.cp/chained-calls.exp
10016 * gdb.cp/class2.exp
10017 * gdb.cp/classes.exp
10018 * gdb.cp/cmpd-minsyms.exp
10019 * gdb.cp/converts.exp
10020 * gdb.cp/cp-relocate.exp
10021 * gdb.cp/cpcompletion.exp
10022 * gdb.cp/cpexprs.exp
10023 * gdb.cp/cplabel.exp
10024 * gdb.cp/cplusfuncs.exp
10025 * gdb.cp/cpsizeof.exp
10026 * gdb.cp/ctti.exp
10027 * gdb.cp/derivation.exp
10028 * gdb.cp/destrprint.exp
10029 * gdb.cp/dispcxx.exp
10030 * gdb.cp/enum-class.exp
10031 * gdb.cp/exception.exp
10032 * gdb.cp/exceptprint.exp
10033 * gdb.cp/expand-psymtabs-cxx.exp
10034 * gdb.cp/expand-sals.exp
10035 * gdb.cp/extern-c.exp
10036 * gdb.cp/filename.exp
10037 * gdb.cp/formatted-ref.exp
10038 * gdb.cp/fpointer.exp
10039 * gdb.cp/gdb1355.exp
10040 * gdb.cp/gdb2495.exp
10041 * gdb.cp/hang.exp
10042 * gdb.cp/impl-this.exp
10043 * gdb.cp/infcall-dlopen.exp
10044 * gdb.cp/inherit.exp
10045 * gdb.cp/iostream.exp
10046 * gdb.cp/koenig.exp
10047 * gdb.cp/local.exp
10048 * gdb.cp/m-data.exp
10049 * gdb.cp/m-static.exp
10050 * gdb.cp/mb-ctor.exp
10051 * gdb.cp/mb-inline.exp
10052 * gdb.cp/mb-templates.exp
10053 * gdb.cp/member-name.exp
10054 * gdb.cp/member-ptr.exp
10055 * gdb.cp/meth-typedefs.exp
10056 * gdb.cp/method.exp
10057 * gdb.cp/method2.exp
10058 * gdb.cp/minsym-fallback.exp
10059 * gdb.cp/misc.exp
10060 * gdb.cp/namelessclass.exp
10061 * gdb.cp/namespace-enum.exp
10062 * gdb.cp/namespace-nested-import.exp
10063 * gdb.cp/namespace.exp
10064 * gdb.cp/nextoverthrow.exp
10065 * gdb.cp/no-dmgl-verbose.exp
10066 * gdb.cp/non-trivial-retval.exp
10067 * gdb.cp/noparam.exp
10068 * gdb.cp/nsdecl.exp
10069 * gdb.cp/nsimport.exp
10070 * gdb.cp/nsnested.exp
10071 * gdb.cp/nsnoimports.exp
10072 * gdb.cp/nsrecurs.exp
10073 * gdb.cp/nsstress.exp
10074 * gdb.cp/nsusing.exp
10075 * gdb.cp/operator.exp
10076 * gdb.cp/oranking.exp
10077 * gdb.cp/overload-const.exp
10078 * gdb.cp/overload.exp
10079 * gdb.cp/ovldbreak.exp
10080 * gdb.cp/ovsrch.exp
10081 * gdb.cp/paren-type.exp
10082 * gdb.cp/parse-lang.exp
10083 * gdb.cp/pass-by-ref.exp
10084 * gdb.cp/pr-1023.exp
10085 * gdb.cp/pr-1210.exp
10086 * gdb.cp/pr-574.exp
10087 * gdb.cp/pr10687.exp
10088 * gdb.cp/pr12028.exp
10089 * gdb.cp/pr17132.exp
10090 * gdb.cp/pr17494.exp
10091 * gdb.cp/pr9067.exp
10092 * gdb.cp/pr9167.exp
10093 * gdb.cp/pr9631.exp
10094 * gdb.cp/printmethod.exp
10095 * gdb.cp/psmang.exp
10096 * gdb.cp/psymtab-parameter.exp
10097 * gdb.cp/ptype-cv-cp.exp
10098 * gdb.cp/ptype-flags.exp
10099 * gdb.cp/re-set-overloaded.exp
10100 * gdb.cp/ref-types.exp
10101 * gdb.cp/rtti.exp
10102 * gdb.cp/scope-err.exp
10103 * gdb.cp/shadow.exp
10104 * gdb.cp/smartp.exp
10105 * gdb.cp/static-method.exp
10106 * gdb.cp/static-print-quit.exp
10107 * gdb.cp/temargs.exp
10108 * gdb.cp/templates.exp
10109 * gdb.cp/try_catch.exp
10110 * gdb.cp/typedef-operator.exp
10111 * gdb.cp/typeid.exp
10112 * gdb.cp/userdef.exp
10113 * gdb.cp/using-crash.exp
10114 * gdb.cp/var-tag.exp
10115 * gdb.cp/virtbase.exp
10116 * gdb.cp/virtfunc.exp
10117 * gdb.cp/virtfunc2.exp
10118 * gdb.cp/vla-cxx.exp
10119 * gdb.disasm/t01_mov.exp
10120 * gdb.disasm/t02_mova.exp
10121 * gdb.disasm/t03_add.exp
10122 * gdb.disasm/t04_sub.exp
10123 * gdb.disasm/t05_cmp.exp
10124 * gdb.disasm/t06_ari2.exp
10125 * gdb.disasm/t07_ari3.exp
10126 * gdb.disasm/t08_or.exp
10127 * gdb.disasm/t09_xor.exp
10128 * gdb.disasm/t10_and.exp
10129 * gdb.disasm/t11_logs.exp
10130 * gdb.disasm/t12_bit.exp
10131 * gdb.disasm/t13_otr.exp
10132 * gdb.dlang/circular.exp
10133 * gdb.dwarf2/arr-stride.exp
10134 * gdb.dwarf2/arr-subrange.exp
10135 * gdb.dwarf2/atomic-type.exp
10136 * gdb.dwarf2/bad-regnum.exp
10137 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10138 * gdb.dwarf2/callframecfa.exp
10139 * gdb.dwarf2/clztest.exp
10140 * gdb.dwarf2/corrupt.exp
10141 * gdb.dwarf2/data-loc.exp
10142 * gdb.dwarf2/dup-psym.exp
10143 * gdb.dwarf2/dw2-anon-mptr.exp
10144 * gdb.dwarf2/dw2-anonymous-func.exp
10145 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10146 * gdb.dwarf2/dw2-bad-unresolved.exp
10147 * gdb.dwarf2/dw2-basic.exp
10148 * gdb.dwarf2/dw2-canonicalize-type.exp
10149 * gdb.dwarf2/dw2-case-insensitive.exp
10150 * gdb.dwarf2/dw2-common-block.exp
10151 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10152 * gdb.dwarf2/dw2-compressed.exp
10153 * gdb.dwarf2/dw2-const.exp
10154 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10155 * gdb.dwarf2/dw2-cu-size.exp
10156 * gdb.dwarf2/dw2-dup-frame.exp
10157 * gdb.dwarf2/dw2-entry-value.exp
10158 * gdb.dwarf2/dw2-icycle.exp
10159 * gdb.dwarf2/dw2-ifort-parameter.exp
10160 * gdb.dwarf2/dw2-inline-break.exp
10161 * gdb.dwarf2/dw2-inline-param.exp
10162 * gdb.dwarf2/dw2-intercu.exp
10163 * gdb.dwarf2/dw2-intermix.exp
10164 * gdb.dwarf2/dw2-lexical-block-bare.exp
10165 * gdb.dwarf2/dw2-linkage-name-trust.exp
10166 * gdb.dwarf2/dw2-minsym-in-cu.exp
10167 * gdb.dwarf2/dw2-noloc.exp
10168 * gdb.dwarf2/dw2-op-call.exp
10169 * gdb.dwarf2/dw2-op-out-param.exp
10170 * gdb.dwarf2/dw2-opt-structptr.exp
10171 * gdb.dwarf2/dw2-param-error.exp
10172 * gdb.dwarf2/dw2-producer.exp
10173 * gdb.dwarf2/dw2-ranges-base.exp
10174 * gdb.dwarf2/dw2-ref-missing-frame.exp
10175 * gdb.dwarf2/dw2-reg-undefined.exp
10176 * gdb.dwarf2/dw2-regno-invalid.exp
10177 * gdb.dwarf2/dw2-restore.exp
10178 * gdb.dwarf2/dw2-restrict.exp
10179 * gdb.dwarf2/dw2-single-line-discriminators.exp
10180 * gdb.dwarf2/dw2-strp.exp
10181 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10182 * gdb.dwarf2/dw2-unresolved.exp
10183 * gdb.dwarf2/dw2-var-zero-addr.exp
10184 * gdb.dwarf2/dw4-sig-types.exp
10185 * gdb.dwarf2/dwz.exp
10186 * gdb.dwarf2/dynarr-ptr.exp
10187 * gdb.dwarf2/enum-type.exp
10188 * gdb.dwarf2/gdb-index.exp
10189 * gdb.dwarf2/implptr-64bit.exp
10190 * gdb.dwarf2/implptr-optimized-out.exp
10191 * gdb.dwarf2/implptr.exp
10192 * gdb.dwarf2/implref-array.exp
10193 * gdb.dwarf2/implref-const.exp
10194 * gdb.dwarf2/implref-global.exp
10195 * gdb.dwarf2/implref-struct.exp
10196 * gdb.dwarf2/mac-fileno.exp
10197 * gdb.dwarf2/main-subprogram.exp
10198 * gdb.dwarf2/member-ptr-forwardref.exp
10199 * gdb.dwarf2/method-ptr.exp
10200 * gdb.dwarf2/missing-sig-type.exp
10201 * gdb.dwarf2/nonvar-access.exp
10202 * gdb.dwarf2/opaque-type-lookup.exp
10203 * gdb.dwarf2/pieces-optimized-out.exp
10204 * gdb.dwarf2/pieces.exp
10205 * gdb.dwarf2/pr10770.exp
10206 * gdb.dwarf2/pr13961.exp
10207 * gdb.dwarf2/staticvirtual.exp
10208 * gdb.dwarf2/subrange.exp
10209 * gdb.dwarf2/symtab-producer.exp
10210 * gdb.dwarf2/trace-crash.exp
10211 * gdb.dwarf2/typeddwarf.exp
10212 * gdb.dwarf2/valop.exp
10213 * gdb.dwarf2/watch-notconst.exp
10214 * gdb.fortran/array-element.exp
10215 * gdb.fortran/charset.exp
10216 * gdb.fortran/common-block.exp
10217 * gdb.fortran/complex.exp
10218 * gdb.fortran/derived-type-function.exp
10219 * gdb.fortran/derived-type.exp
10220 * gdb.fortran/logical.exp
10221 * gdb.fortran/module.exp
10222 * gdb.fortran/multi-dim.exp
10223 * gdb.fortran/nested-funcs.exp
10224 * gdb.fortran/print-formatted.exp
10225 * gdb.fortran/subarray.exp
10226 * gdb.fortran/vla-alloc-assoc.exp
10227 * gdb.fortran/vla-datatypes.exp
10228 * gdb.fortran/vla-history.exp
10229 * gdb.fortran/vla-ptr-info.exp
10230 * gdb.fortran/vla-ptype-sub.exp
10231 * gdb.fortran/vla-ptype.exp
10232 * gdb.fortran/vla-sizeof.exp
10233 * gdb.fortran/vla-type.exp
10234 * gdb.fortran/vla-value-sub-arbitrary.exp
10235 * gdb.fortran/vla-value-sub-finish.exp
10236 * gdb.fortran/vla-value-sub.exp
10237 * gdb.fortran/vla-value.exp
10238 * gdb.fortran/whatis_type.exp
10239 * gdb.go/chan.exp
10240 * gdb.go/handcall.exp
10241 * gdb.go/hello.exp
10242 * gdb.go/integers.exp
10243 * gdb.go/methods.exp
10244 * gdb.go/package.exp
10245 * gdb.go/strings.exp
10246 * gdb.go/types.exp
10247 * gdb.go/unsafe.exp
10248 * gdb.guile/scm-arch.exp
10249 * gdb.guile/scm-block.exp
10250 * gdb.guile/scm-breakpoint.exp
10251 * gdb.guile/scm-cmd.exp
10252 * gdb.guile/scm-disasm.exp
10253 * gdb.guile/scm-equal.exp
10254 * gdb.guile/scm-frame-args.exp
10255 * gdb.guile/scm-frame-inline.exp
10256 * gdb.guile/scm-frame.exp
10257 * gdb.guile/scm-iterator.exp
10258 * gdb.guile/scm-math.exp
10259 * gdb.guile/scm-objfile.exp
10260 * gdb.guile/scm-ports.exp
10261 * gdb.guile/scm-symbol.exp
10262 * gdb.guile/scm-symtab.exp
10263 * gdb.guile/scm-value-cc.exp
10264 * gdb.guile/types-module.exp
10265 * gdb.linespec/break-ask.exp
10266 * gdb.linespec/cpexplicit.exp
10267 * gdb.linespec/explicit.exp
10268 * gdb.linespec/keywords.exp
10269 * gdb.linespec/linespec.exp
10270 * gdb.linespec/ls-dollar.exp
10271 * gdb.linespec/ls-errs.exp
10272 * gdb.linespec/skip-two.exp
10273 * gdb.linespec/thread.exp
10274 * gdb.mi/mi-async.exp
10275 * gdb.mi/mi-basics.exp
10276 * gdb.mi/mi-break.exp
10277 * gdb.mi/mi-catch-load.exp
10278 * gdb.mi/mi-cli.exp
10279 * gdb.mi/mi-cmd-param-changed.exp
10280 * gdb.mi/mi-console.exp
10281 * gdb.mi/mi-detach.exp
10282 * gdb.mi/mi-disassemble.exp
10283 * gdb.mi/mi-eval.exp
10284 * gdb.mi/mi-file-transfer.exp
10285 * gdb.mi/mi-file.exp
10286 * gdb.mi/mi-fill-memory.exp
10287 * gdb.mi/mi-inheritance-syntax-error.exp
10288 * gdb.mi/mi-linespec-err-cp.exp
10289 * gdb.mi/mi-logging.exp
10290 * gdb.mi/mi-memory-changed.exp
10291 * gdb.mi/mi-read-memory.exp
10292 * gdb.mi/mi-record-changed.exp
10293 * gdb.mi/mi-reg-undefined.exp
10294 * gdb.mi/mi-regs.exp
10295 * gdb.mi/mi-return.exp
10296 * gdb.mi/mi-reverse.exp
10297 * gdb.mi/mi-simplerun.exp
10298 * gdb.mi/mi-solib.exp
10299 * gdb.mi/mi-stack.exp
10300 * gdb.mi/mi-stepi.exp
10301 * gdb.mi/mi-syn-frame.exp
10302 * gdb.mi/mi-until.exp
10303 * gdb.mi/mi-var-block.exp
10304 * gdb.mi/mi-var-child.exp
10305 * gdb.mi/mi-var-cmd.exp
10306 * gdb.mi/mi-var-cp.exp
10307 * gdb.mi/mi-var-display.exp
10308 * gdb.mi/mi-var-invalidate.exp
10309 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10310 * gdb.mi/mi-vla-fortran.exp
10311 * gdb.mi/mi-watch.exp
10312 * gdb.mi/mi2-var-child.exp
10313 * gdb.mi/user-selected-context-sync.exp
10314 * gdb.modula2/unbounded-array.exp
10315 * gdb.multi/dummy-frame-restore.exp
10316 * gdb.multi/multi-arch-exec.exp
10317 * gdb.multi/multi-arch.exp
10318 * gdb.multi/tids.exp
10319 * gdb.multi/watchpoint-multi.exp
10320 * gdb.opencl/callfuncs.exp
10321 * gdb.opencl/convs_casts.exp
10322 * gdb.opencl/datatypes.exp
10323 * gdb.opencl/operators.exp
10324 * gdb.opencl/vec_comps.exp
10325 * gdb.opt/clobbered-registers-O2.exp
10326 * gdb.opt/inline-break.exp
10327 * gdb.opt/inline-bt.exp
10328 * gdb.opt/inline-cmds.exp
10329 * gdb.opt/inline-locals.exp
10330 * gdb.pascal/case-insensitive-symbols.exp
10331 * gdb.pascal/floats.exp
10332 * gdb.pascal/gdb11492.exp
10333 * gdb.python/lib-types.exp
10334 * gdb.python/py-arch.exp
10335 * gdb.python/py-as-string.exp
10336 * gdb.python/py-bad-printers.exp
10337 * gdb.python/py-block.exp
10338 * gdb.python/py-breakpoint-create-fail.exp
10339 * gdb.python/py-breakpoint.exp
10340 * gdb.python/py-caller-is.exp
10341 * gdb.python/py-cmd.exp
10342 * gdb.python/py-explore-cc.exp
10343 * gdb.python/py-explore.exp
10344 * gdb.python/py-finish-breakpoint.exp
10345 * gdb.python/py-finish-breakpoint2.exp
10346 * gdb.python/py-frame-args.exp
10347 * gdb.python/py-frame-inline.exp
10348 * gdb.python/py-frame.exp
10349 * gdb.python/py-framefilter-mi.exp
10350 * gdb.python/py-infthread.exp
10351 * gdb.python/py-lazy-string.exp
10352 * gdb.python/py-linetable.exp
10353 * gdb.python/py-mi-events.exp
10354 * gdb.python/py-mi-objfile.exp
10355 * gdb.python/py-mi.exp
10356 * gdb.python/py-objfile.exp
10357 * gdb.python/py-pp-integral.exp
10358 * gdb.python/py-pp-maint.exp
10359 * gdb.python/py-pp-re-notag.exp
10360 * gdb.python/py-pp-registration.exp
10361 * gdb.python/py-recurse-unwind.exp
10362 * gdb.python/py-strfns.exp
10363 * gdb.python/py-symbol.exp
10364 * gdb.python/py-symtab.exp
10365 * gdb.python/py-sync-interp.exp
10366 * gdb.python/py-typeprint.exp
10367 * gdb.python/py-unwind-maint.exp
10368 * gdb.python/py-unwind.exp
10369 * gdb.python/py-value-cc.exp
10370 * gdb.python/py-xmethods.exp
10371 * gdb.reverse/amd64-tailcall-reverse.exp
10372 * gdb.reverse/break-precsave.exp
10373 * gdb.reverse/break-reverse.exp
10374 * gdb.reverse/consecutive-precsave.exp
10375 * gdb.reverse/consecutive-reverse.exp
10376 * gdb.reverse/finish-precsave.exp
10377 * gdb.reverse/finish-reverse-bkpt.exp
10378 * gdb.reverse/finish-reverse.exp
10379 * gdb.reverse/fstatat-reverse.exp
10380 * gdb.reverse/getresuid-reverse.exp
10381 * gdb.reverse/i386-precsave.exp
10382 * gdb.reverse/i386-reverse.exp
10383 * gdb.reverse/i386-sse-reverse.exp
10384 * gdb.reverse/i387-env-reverse.exp
10385 * gdb.reverse/i387-stack-reverse.exp
10386 * gdb.reverse/insn-reverse.exp
10387 * gdb.reverse/machinestate-precsave.exp
10388 * gdb.reverse/machinestate.exp
10389 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10390 * gdb.reverse/pipe-reverse.exp
10391 * gdb.reverse/readv-reverse.exp
10392 * gdb.reverse/recvmsg-reverse.exp
10393 * gdb.reverse/rerun-prec.exp
10394 * gdb.reverse/s390-mvcle.exp
10395 * gdb.reverse/step-precsave.exp
10396 * gdb.reverse/step-reverse.exp
10397 * gdb.reverse/time-reverse.exp
10398 * gdb.reverse/until-precsave.exp
10399 * gdb.reverse/until-reverse.exp
10400 * gdb.reverse/waitpid-reverse.exp
10401 * gdb.reverse/watch-precsave.exp
10402 * gdb.reverse/watch-reverse.exp
10403 * gdb.rust/generics.exp
10404 * gdb.rust/methods.exp
10405 * gdb.rust/modules.exp
10406 * gdb.rust/simple.exp
10407 * gdb.server/connect-with-no-symbol-file.exp
10408 * gdb.server/ext-attach.exp
10409 * gdb.server/ext-restart.exp
10410 * gdb.server/ext-wrapper.exp
10411 * gdb.server/file-transfer.exp
10412 * gdb.server/server-exec-info.exp
10413 * gdb.server/server-kill.exp
10414 * gdb.server/server-mon.exp
10415 * gdb.server/wrapper.exp
10416 * gdb.stabs/exclfwd.exp
10417 * gdb.stabs/gdb11479.exp
10418 * gdb.threads/clone-new-thread-event.exp
10419 * gdb.threads/corethreads.exp
10420 * gdb.threads/current-lwp-dead.exp
10421 * gdb.threads/dlopen-libpthread.exp
10422 * gdb.threads/gcore-thread.exp
10423 * gdb.threads/sigstep-threads.exp
10424 * gdb.threads/watchpoint-fork.exp
10425 * gdb.trace/actions-changed.exp
10426 * gdb.trace/backtrace.exp
10427 * gdb.trace/change-loc.exp
10428 * gdb.trace/circ.exp
10429 * gdb.trace/collection.exp
10430 * gdb.trace/disconnected-tracing.exp
10431 * gdb.trace/ftrace.exp
10432 * gdb.trace/mi-trace-frame-collected.exp
10433 * gdb.trace/mi-trace-unavailable.exp
10434 * gdb.trace/mi-traceframe-changed.exp
10435 * gdb.trace/mi-tsv-changed.exp
10436 * gdb.trace/no-attach-trace.exp
10437 * gdb.trace/passc-dyn.exp
10438 * gdb.trace/qtro.exp
10439 * gdb.trace/range-stepping.exp
10440 * gdb.trace/read-memory.exp
10441 * gdb.trace/save-trace.exp
10442 * gdb.trace/signal.exp
10443 * gdb.trace/status-stop.exp
10444 * gdb.trace/tfile.exp
10445 * gdb.trace/trace-break.exp
10446 * gdb.trace/trace-buffer-size.exp
10447 * gdb.trace/trace-condition.exp
10448 * gdb.trace/tracefile-pseudo-reg.exp
10449 * gdb.trace/tstatus.exp
10450 * gdb.trace/unavailable.exp
10451 * gdb.trace/while-dyn.exp
10452 * gdb.trace/while-stepping.exp
10453
34c41c68
DE
104542016-12-22 Doug Evans <xdje42@gmail.com>
10455
10456 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10457 and msymbols.
10458
16e69324
YQ
104592016-12-19 Yao Qi <yao.qi@linaro.org>
10460
10461 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10462 (test_with_self): Don't call do_steps_and_nexts, and remove
10463 code about stepping into xmalloc.
10464
f94f411b
YQ
104652016-12-09 Yao Qi <yao.qi@linaro.org>
10466
10467 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10468
104692016-12-09 Yao Qi <yao.qi@linaro.org>
10470
10471 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10472
f1b5deee
PA
104732016-12-09 Pedro Alves <palves@redhat.com>
10474
10475 * gdb.base/all-architectures-0.exp: New file.
10476 * gdb.base/all-architectures-1.exp: New file.
10477 * gdb.base/all-architectures-2.exp: New file.
10478 * gdb.base/all-architectures-3.exp: New file.
10479 * gdb.base/all-architectures-4.exp: New file.
10480 * gdb.base/all-architectures-5.exp: New file.
10481 * gdb.base/all-architectures-6.exp: New file.
10482 * gdb.base/all-architectures-7.exp: New file.
10483 * gdb.base/all-architectures.exp.in: New file.
10484
364ca42e
YQ
104852016-12-09 Yao Qi <yao.qi@linaro.org>
10486
10487 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10488
107c2d62
LM
104892016-12-02 Luis Machado <lgustavo@codesourcery.com>
10490
10491 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10492 possible.
10493 Remove useless pattern-matching code.
10494
df3ee9ca
PA
104952016-12-02 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10498 procedure.
10499 (top level): Call it.
10500
ec835369
PA
105012016-12-02 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10504 New procedure.
10505 (top level): Call it.
10506
01770bbd
PA
105072016-12-02 Pedro Alves <palves@redhat.com>
10508
10509 PR cli/20559
10510 * gdb.base/commands.exp (user_defined_command_args_eval): New
10511 procedure.
10512 (top level): Call it.
10513
008459ea
LM
105142016-12-02 Luis Machado <lgustavo@codesourcery.com>
10515
10516 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10517 timeout handling.
10518
0c1b455e
TT
105192016-12-02 Tom Tromey <tom@tromey.com>
10520
10521 * gdb.dwarf2/main-subprogram.c: New file.
10522 * gdb.dwarf2/main-subprogram.exp: New file.
10523
018572b8
LM
105242016-12-01 Luis Machado <lgustavo@codesourcery.com>
10525
10526 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10527 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10528 gdb_test_no_output for a couple of cases.
10529 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10530
84c93cd5
LM
105312016-12-01 Luis Machado <lgustavo@codesourcery.com>
10532
10533 Fix test names and standardize compilation error messages throughout
10534 the following files:
10535
10536 * gdb.ada/start.exp
10537 * gdb.arch/alpha-step.exp
10538 * gdb.arch/e500-prologue.exp
10539 * gdb.arch/ftrace-insn-reloc.exp
10540 * gdb.arch/gdb1291.exp
10541 * gdb.arch/gdb1431.exp
10542 * gdb.arch/gdb1558.exp
10543 * gdb.arch/i386-dr3-watch.exp
10544 * gdb.arch/i386-sse-stack-align.exp
10545 * gdb.arch/ia64-breakpoint-shadow.exp
10546 * gdb.arch/pa-nullify.exp
10547 * gdb.arch/powerpc-aix-prologue.exp
10548 * gdb.arch/thumb-bx-pc.exp
10549 * gdb.base/annota1.exp
10550 * gdb.base/annota3.exp
10551 * gdb.base/arrayidx.exp
10552 * gdb.base/assign.exp
10553 * gdb.base/attach.exp
10554 * gdb.base/auxv.exp
10555 * gdb.base/bang.exp
10556 * gdb.base/bfp-test.exp
10557 * gdb.base/bigcore.exp
10558 * gdb.base/bitfields2.exp
10559 * gdb.base/break-fun-addr.exp
10560 * gdb.base/break-probes.exp
10561 * gdb.base/call-rt-st.exp
10562 * gdb.base/callexit.exp
10563 * gdb.base/catch-fork-kill.exp
10564 * gdb.base/charset.exp
10565 * gdb.base/checkpoint.exp
10566 * gdb.base/comprdebug.exp
10567 * gdb.base/constvars.exp
10568 * gdb.base/coredump-filter.exp
10569 * gdb.base/cursal.exp
10570 * gdb.base/cvexpr.exp
10571 * gdb.base/detach.exp
10572 * gdb.base/display.exp
10573 * gdb.base/dmsym.exp
10574 * gdb.base/dprintf-pending.exp
10575 * gdb.base/dso2dso.exp
10576 * gdb.base/dtrace-probe.exp
10577 * gdb.base/dump.exp
10578 * gdb.base/enum_cond.exp
10579 * gdb.base/exe-lock.exp
10580 * gdb.base/exec-invalid-sysroot.exp
10581 * gdb.base/execl-update-breakpoints.exp
10582 * gdb.base/exprs.exp
10583 * gdb.base/fileio.exp
10584 * gdb.base/find.exp
10585 * gdb.base/finish.exp
10586 * gdb.base/fixsection.exp
10587 * gdb.base/foll-vfork.exp
10588 * gdb.base/frame-args.exp
10589 * gdb.base/gcore.exp
10590 * gdb.base/gdb1250.exp
10591 * gdb.base/global-var-nested-by-dso.exp
10592 * gdb.base/gnu-ifunc.exp
10593 * gdb.base/hashline1.exp
10594 * gdb.base/hashline2.exp
10595 * gdb.base/hashline3.exp
10596 * gdb.base/hbreak-in-shr-unsupported.exp
10597 * gdb.base/huge.exp
10598 * gdb.base/infcall-input.exp
10599 * gdb.base/info-fun.exp
10600 * gdb.base/info-shared.exp
10601 * gdb.base/jit-simple.exp
10602 * gdb.base/jit-so.exp
10603 * gdb.base/jit.exp
10604 * gdb.base/jump.exp
10605 * gdb.base/label.exp
10606 * gdb.base/lineinc.exp
10607 * gdb.base/logical.exp
10608 * gdb.base/longjmp.exp
10609 * gdb.base/macscp.exp
10610 * gdb.base/miscexprs.exp
10611 * gdb.base/new-ui-echo.exp
10612 * gdb.base/new-ui-pending-input.exp
10613 * gdb.base/new-ui.exp
10614 * gdb.base/nodebug.exp
10615 * gdb.base/nofield.exp
10616 * gdb.base/offsets.exp
10617 * gdb.base/overlays.exp
10618 * gdb.base/pending.exp
10619 * gdb.base/pointers.exp
10620 * gdb.base/pr11022.exp
10621 * gdb.base/printcmds.exp
10622 * gdb.base/prologue.exp
10623 * gdb.base/ptr-typedef.exp
10624 * gdb.base/realname-expand.exp
10625 * gdb.base/relativedebug.exp
10626 * gdb.base/relocate.exp
10627 * gdb.base/remote.exp
10628 * gdb.base/reread.exp
10629 * gdb.base/return2.exp
10630 * gdb.base/savedregs.exp
10631 * gdb.base/sep.exp
10632 * gdb.base/sepdebug.exp
10633 * gdb.base/sepsymtab.exp
10634 * gdb.base/set-inferior-tty.exp
10635 * gdb.base/setshow.exp
10636 * gdb.base/shlib-call.exp
10637 * gdb.base/sigaltstack.exp
10638 * gdb.base/siginfo-addr.exp
10639 * gdb.base/signals.exp
10640 * gdb.base/signull.exp
10641 * gdb.base/sigrepeat.exp
10642 * gdb.base/so-impl-ld.exp
10643 * gdb.base/solib-display.exp
10644 * gdb.base/solib-overlap.exp
10645 * gdb.base/solib-search.exp
10646 * gdb.base/solib-symbol.exp
10647 * gdb.base/structs.exp
10648 * gdb.base/structs2.exp
10649 * gdb.base/symtab-search-order.exp
10650 * gdb.base/twice.exp
10651 * gdb.base/unload.exp
10652 * gdb.base/varargs.exp
10653 * gdb.base/watchpoint-solib.exp
10654 * gdb.base/watchpoint.exp
10655 * gdb.base/whatis.exp
10656 * gdb.base/wrong_frame_bt_full.exp
10657 * gdb.btrace/dlopen.exp
10658 * gdb.cell/ea-standalone.exp
10659 * gdb.cell/ea-test.exp
10660 * gdb.cp/dispcxx.exp
10661 * gdb.cp/gdb2384.exp
10662 * gdb.cp/method2.exp
10663 * gdb.cp/nextoverthrow.exp
10664 * gdb.cp/pr10728.exp
10665 * gdb.disasm/am33.exp
10666 * gdb.disasm/h8300s.exp
10667 * gdb.disasm/mn10300.exp
10668 * gdb.disasm/sh3.exp
10669 * gdb.dwarf2/dw2-dir-file-name.exp
10670 * gdb.fortran/complex.exp
10671 * gdb.fortran/library-module.exp
10672 * gdb.guile/scm-pretty-print.exp
10673 * gdb.guile/scm-symbol.exp
10674 * gdb.guile/scm-type.exp
10675 * gdb.guile/scm-value.exp
10676 * gdb.linespec/linespec.exp
10677 * gdb.mi/gdb701.exp
10678 * gdb.mi/gdb792.exp
10679 * gdb.mi/mi-breakpoint-changed.exp
10680 * gdb.mi/mi-dprintf-pending.exp
10681 * gdb.mi/mi-dprintf.exp
10682 * gdb.mi/mi-exit-code.exp
10683 * gdb.mi/mi-pending.exp
10684 * gdb.mi/mi-solib.exp
10685 * gdb.mi/new-ui-mi-sync.exp
10686 * gdb.mi/pr11022.exp
10687 * gdb.mi/user-selected-context-sync.exp
10688 * gdb.opt/solib-intra-step.exp
10689 * gdb.python/py-events.exp
10690 * gdb.python/py-finish-breakpoint.exp
10691 * gdb.python/py-mi.exp
10692 * gdb.python/py-prettyprint.exp
10693 * gdb.python/py-shared.exp
10694 * gdb.python/py-symbol.exp
10695 * gdb.python/py-template.exp
10696 * gdb.python/py-type.exp
10697 * gdb.python/py-value.exp
10698 * gdb.reverse/solib-precsave.exp
10699 * gdb.reverse/solib-reverse.exp
10700 * gdb.server/solib-list.exp
10701 * gdb.stabs/weird.exp
10702 * gdb.threads/reconnect-signal.exp
10703 * gdb.threads/stepi-random-signal.exp
10704 * gdb.trace/actions.exp
10705 * gdb.trace/ax.exp
10706 * gdb.trace/backtrace.exp
10707 * gdb.trace/change-loc.exp
10708 * gdb.trace/deltrace.exp
10709 * gdb.trace/ftrace-lock.exp
10710 * gdb.trace/ftrace.exp
10711 * gdb.trace/infotrace.exp
10712 * gdb.trace/mi-tracepoint-changed.exp
10713 * gdb.trace/packetlen.exp
10714 * gdb.trace/passcount.exp
10715 * gdb.trace/pending.exp
10716 * gdb.trace/range-stepping.exp
10717 * gdb.trace/report.exp
10718 * gdb.trace/stap-trace.exp
10719 * gdb.trace/tfind.exp
10720 * gdb.trace/trace-break.exp
10721 * gdb.trace/trace-condition.exp
10722 * gdb.trace/trace-enable-disable.exp
10723 * gdb.trace/trace-mt.exp
10724 * gdb.trace/tracecmd.exp
10725 * gdb.trace/tspeed.exp
10726 * gdb.trace/tsv.exp
10727 * lib/perftest.exp
10728
fb9feb35
LM
107292016-12-01 Luis Machado <lgustavo@codesourcery.com>
10730
10731 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10732 with gdb_test_no_output.
10733 Use command as test name.
10734
cd2ddb6c
LM
107352016-12-01 Luis Machado <lgustavo@codesourcery.com>
10736
10737 Fix test names starting with uppercase throughout the files.
10738
10739 * gdb.ada/assign_1.exp
10740 * gdb.ada/boolean_expr.exp
10741 * gdb.base/arrayidx.exp
10742 * gdb.base/del.exp
10743 * gdb.base/gcore-buffer-overflow.exp
10744 * gdb.base/testenv.exp
10745 * gdb.compile/compile.exp
10746 * gdb.python/py-framefilter-invalidarg.exp
10747 * gdb.python/py-framefilter.exp
10748
bb95117e
LM
107492016-12-01 Luis Machado <lgustavo@codesourcery.com>
10750
10751 Fix test names starting with uppercase throughout the files.
10752
10753 * gdb.ada/array_return.exp
10754 * gdb.ada/expr_delims.exp
10755 * gdb.ada/mi_dyn_arr.exp
10756 * gdb.ada/mi_interface.exp
10757 * gdb.ada/mi_var_array.exp
10758 * gdb.ada/watch_arg.exp
10759 * gdb.arch/alpha-step.exp
10760 * gdb.arch/altivec-regs.exp
10761 * gdb.arch/e500-regs.exp
10762 * gdb.arch/powerpc-d128-regs.exp
10763 * gdb.base/arrayidx.exp
10764 * gdb.base/break.exp
10765 * gdb.base/checkpoint.exp
10766 * gdb.base/debug-expr.exp
10767 * gdb.base/dmsym.exp
10768 * gdb.base/radix.exp
10769 * gdb.base/sepdebug.exp
10770 * gdb.base/testenv.exp
10771 * gdb.base/watch_thread_num.exp
10772 * gdb.base/watchpoint-cond-gone.exp
10773 * gdb.cell/break.exp
10774 * gdb.cell/ea-cache.exp
10775 * gdb.compile/compile.exp
10776 * gdb.cp/gdb2495.exp
10777 * gdb.gdb/selftest.exp
10778 * gdb.gdb/xfullpath.exp
10779 * gdb.go/hello.exp
10780 * gdb.go/integers.exp
10781 * gdb.objc/basicclass.exp
10782 * gdb.pascal/hello.exp
10783 * gdb.pascal/integers.exp
10784 * gdb.python/py-breakpoint.exp
10785 * gdb.python/py-cmd.exp
10786 * gdb.python/py-linetable.exp
10787 * gdb.python/py-xmethods.exp
10788 * gdb.python/python.exp
10789 * gdb.reverse/consecutive-precsave.exp
10790 * gdb.reverse/finish-precsave.exp
10791 * gdb.reverse/i386-precsave.exp
10792 * gdb.reverse/machinestate-precsave.exp
10793 * gdb.reverse/sigall-precsave.exp
10794 * gdb.reverse/solib-precsave.exp
10795 * gdb.reverse/step-precsave.exp
10796 * gdb.reverse/until-precsave.exp
10797 * gdb.reverse/watch-precsave.exp
10798 * gdb.threads/leader-exit.exp
10799 * gdb.threads/pthreads.exp
10800 * gdb.threads/wp-replication.exp
10801 * gdb.trace/actions.exp
10802 * gdb.trace/mi-tsv-changed.exp
10803 * gdb.trace/tsv.exp
10804
de97fdd4
LM
108052016-12-01 Luis Machado <lgustavo@codesourcery.com>
10806
10807 Fix test names starting with uppercase throughout the files.
10808
10809 * gdb.arch/i386-bp_permanent.exp
10810 * gdb.arch/i386-gnu-cfi.exp
10811 * gdb.base/disasm-end-cu.exp
10812 * gdb.base/macscp.exp
10813 * gdb.base/pending.exp
10814 * gdb.base/watch_thread_num.exp
10815 * gdb.cp/exception.exp
10816 * gdb.cp/gdb2495.exp
10817 * gdb.cp/local.exp
10818 * gdb.python/py-evsignal.exp
10819 * gdb.python/python.exp
10820 * gdb.trace/tracecmd.exp
10821
9f058c10
LM
108222016-12-01 Luis Machado <lgustavo@codesourcery.com>
10823
10824 Fix test names starting with uppercase throughout the files.
10825
10826 * gdb.base/charset.exp
10827 * gdb.base/eval.exp
10828 * gdb.base/multi-forks.exp
10829 * gdb.guile/scm-progspace.exp
10830 * gdb.opencl/datatypes.exp
10831 * gdb.python/py-block.exp
10832 * gdb.python/py-function.exp
10833 * gdb.python/py-symbol.exp
10834 * gdb.python/py-symtab.exp
10835 * gdb.python/py-xmethods.exp
10836 * gdb.reverse/break-precsave.exp
10837 * gdb.reverse/break-reverse.exp
10838 * gdb.reverse/consecutive-precsave.exp
10839 * gdb.reverse/consecutive-reverse.exp
10840 * gdb.reverse/finish-precsave.exp
10841 * gdb.reverse/finish-reverse-bkpt.exp
10842 * gdb.reverse/finish-reverse.exp
10843 * gdb.reverse/fstatat-reverse.exp
10844 * gdb.reverse/getresuid-reverse.exp
10845 * gdb.reverse/i386-precsave.exp
10846 * gdb.reverse/i386-reverse.exp
10847 * gdb.reverse/i386-sse-reverse.exp
10848 * gdb.reverse/i387-stack-reverse.exp
10849 * gdb.reverse/insn-reverse.exp
10850 * gdb.reverse/machinestate-precsave.exp
10851 * gdb.reverse/machinestate.exp
10852 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10853 * gdb.reverse/pipe-reverse.exp
10854 * gdb.reverse/readv-reverse.exp
10855 * gdb.reverse/recvmsg-reverse.exp
10856 * gdb.reverse/rerun-prec.exp
10857 * gdb.reverse/s390-mvcle.exp
10858 * gdb.reverse/sigall-precsave.exp
10859 * gdb.reverse/sigall-reverse.exp
10860 * gdb.reverse/solib-precsave.exp
10861 * gdb.reverse/solib-reverse.exp
10862 * gdb.reverse/step-precsave.exp
10863 * gdb.reverse/step-reverse.exp
10864 * gdb.reverse/time-reverse.exp
10865 * gdb.reverse/until-precsave.exp
10866 * gdb.reverse/until-reverse.exp
10867 * gdb.reverse/waitpid-reverse.exp
10868 * gdb.reverse/watch-precsave.exp
10869 * gdb.reverse/watch-reverse.exp
10870
cdc7edd7
LM
108712016-12-01 Luis Machado <lgustavo@codesourcery.com>
10872
10873 Fix test names starting with uppercase throughout the files.
10874
10875 * gdb.arch/i386-mpx-simple_segv.exp
10876 * gdb.arch/i386-mpx.exp
10877 * gdb.arch/i386-permbkpt.exp
10878 * gdb.arch/pa-nullify.exp
10879 * gdb.arch/powerpc-d128-regs.exp
10880 * gdb.arch/vsx-regs.exp
10881 * gdb.base/bfp-test.exp
10882 * gdb.base/break.exp
10883 * gdb.base/breakpoint-shadow.exp
10884 * gdb.base/callfuncs.exp
10885 * gdb.base/charset.exp
10886 * gdb.base/commands.exp
10887 * gdb.base/completion.exp
10888 * gdb.base/dfp-test.exp
10889 * gdb.base/echo.exp
10890 * gdb.base/ending-run.exp
10891 * gdb.base/eval.exp
10892 * gdb.base/expand-psymtabs.exp
10893 * gdb.base/float128.exp
10894 * gdb.base/floatn.exp
10895 * gdb.base/foll-exec-mode.exp
10896 * gdb.base/gdb1056.exp
10897 * gdb.base/gdb11531.exp
10898 * gdb.base/kill-after-signal.exp
10899 * gdb.base/multi-forks.exp
10900 * gdb.base/overlays.exp
10901 * gdb.base/pending.exp
10902 * gdb.base/sepdebug.exp
10903 * gdb.base/testenv.exp
10904 * gdb.base/valgrind-db-attach.exp
10905 * gdb.base/watch_thread_num.exp
10906 * gdb.base/watchpoint-cond-gone.exp
10907 * gdb.base/watchpoint.exp
10908 * gdb.base/watchpoints.exp
10909 * gdb.cp/arg-reference.exp
10910 * gdb.cp/baseenum.exp
10911 * gdb.cp/operator.exp
10912 * gdb.cp/shadow.exp
10913 * gdb.dwarf2/dw2-op-out-param.exp
10914 * gdb.dwarf2/dw2-reg-undefined.exp
10915 * gdb.go/chan.exp
10916 * gdb.go/hello.exp
10917 * gdb.go/integers.exp
10918 * gdb.go/methods.exp
10919 * gdb.go/package.exp
10920 * gdb.guile/scm-parameter.exp
10921 * gdb.guile/scm-progspace.exp
10922 * gdb.guile/scm-value.exp
10923 * gdb.mi/mi-pending.exp
10924 * gdb.mi/user-selected-context-sync.exp
10925 * gdb.multi/multi-attach.exp
10926 * gdb.multi/tids.exp
10927 * gdb.opt/clobbered-registers-O2.exp
10928 * gdb.pascal/floats.exp
10929 * gdb.pascal/integers.exp
10930 * gdb.python/py-block.exp
10931 * gdb.python/py-events.exp
10932 * gdb.python/py-parameter.exp
10933 * gdb.python/py-symbol.exp
10934 * gdb.python/py-symtab.exp
10935 * gdb.python/py-type.exp
10936 * gdb.python/py-value.exp
10937 * gdb.python/py-xmethods.exp
10938 * gdb.python/python.exp
10939 * gdb.reverse/break-precsave.exp
10940 * gdb.reverse/consecutive-precsave.exp
10941 * gdb.reverse/finish-precsave.exp
10942 * gdb.reverse/i386-precsave.exp
10943 * gdb.reverse/machinestate-precsave.exp
10944 * gdb.reverse/sigall-precsave.exp
10945 * gdb.reverse/solib-precsave.exp
10946 * gdb.reverse/step-precsave.exp
10947 * gdb.reverse/until-precsave.exp
10948 * gdb.reverse/watch-precsave.exp
10949 * gdb.server/ext-attach.exp
10950 * gdb.server/ext-restart.exp
10951 * gdb.server/ext-run.exp
10952 * gdb.server/ext-wrapper.exp
10953 * gdb.stabs/gdb11479.exp
10954 * gdb.stabs/weird.exp
10955 * gdb.threads/attach-many-short-lived-threads.exp
10956 * gdb.threads/kill.exp
10957 * gdb.threads/watchpoint-fork.exp
10958
bc6c7af4
LM
109592016-12-01 Luis Machado <lgustavo@codesourcery.com>
10960
10961 Fix test names starting with uppercase throughout all the files below.
10962
10963 * gdb.ada/array_return.exp
10964 * gdb.ada/catch_ex.exp
10965 * gdb.ada/info_exc.exp
10966 * gdb.ada/mi_catch_ex.exp
10967 * gdb.ada/mi_dyn_arr.exp
10968 * gdb.ada/mi_ex_cond.exp
10969 * gdb.ada/mi_exc_info.exp
10970 * gdb.ada/mi_interface.exp
10971 * gdb.ada/mi_task_arg.exp
10972 * gdb.ada/mi_task_info.exp
10973 * gdb.ada/mi_var_array.exp
10974 * gdb.arch/alpha-step.exp
10975 * gdb.arch/amd64-disp-step.exp
10976 * gdb.arch/arm-disp-step.exp
10977 * gdb.arch/disp-step-insn-reloc.exp
10978 * gdb.arch/e500-prologue.exp
10979 * gdb.arch/ftrace-insn-reloc.exp
10980 * gdb.arch/gdb1558.exp
10981 * gdb.arch/i386-bp_permanent.exp
10982 * gdb.arch/i386-disp-step.exp
10983 * gdb.arch/i386-float.exp
10984 * gdb.arch/i386-gnu-cfi.exp
10985 * gdb.arch/ia64-breakpoint-shadow.exp
10986 * gdb.arch/mips16-thunks.exp
10987 * gdb.arch/pa-nullify.exp
10988 * gdb.arch/powerpc-aix-prologue.exp
10989 * gdb.arch/powerpc-power.exp
10990 * gdb.arch/ppc-dfp.exp
10991 * gdb.arch/s390-tdbregs.exp
10992 * gdb.arch/spu-info.exp
10993 * gdb.arch/spu-ls.exp
10994 * gdb.arch/thumb-bx-pc.exp
10995 * gdb.base/advance.exp
10996 * gdb.base/annota-input-while-running.exp
10997 * gdb.base/arrayidx.exp
10998 * gdb.base/asmlabel.exp
10999 * gdb.base/async.exp
11000 * gdb.base/attach-wait-input.exp
11001 * gdb.base/auto-connect-native-target.exp
11002 * gdb.base/batch-preserve-term-settings.exp
11003 * gdb.base/bfp-test.exp
11004 * gdb.base/bigcore.exp
11005 * gdb.base/bp-permanent.exp
11006 * gdb.base/break-always.exp
11007 * gdb.base/break-fun-addr.exp
11008 * gdb.base/break-idempotent.exp
11009 * gdb.base/break-main-file-remove-fail.exp
11010 * gdb.base/break-probes.exp
11011 * gdb.base/break-unload-file.exp
11012 * gdb.base/break.exp
11013 * gdb.base/call-ar-st.exp
11014 * gdb.base/call-rt-st.exp
11015 * gdb.base/call-sc.exp
11016 * gdb.base/call-signal-resume.exp
11017 * gdb.base/call-strs.exp
11018 * gdb.base/callexit.exp
11019 * gdb.base/callfuncs.exp
11020 * gdb.base/catch-gdb-caused-signals.exp
11021 * gdb.base/catch-signal-siginfo-cond.exp
11022 * gdb.base/catch-syscall.exp
11023 * gdb.base/compare-sections.exp
11024 * gdb.base/cond-eval-mode.exp
11025 * gdb.base/condbreak-call-false.exp
11026 * gdb.base/consecutive-step-over.exp
11027 * gdb.base/cursal.exp
11028 * gdb.base/disabled-location.exp
11029 * gdb.base/disasm-end-cu.exp
11030 * gdb.base/display.exp
11031 * gdb.base/double-prompt-target-event-error.exp
11032 * gdb.base/dprintf-bp-same-addr.exp
11033 * gdb.base/dprintf-detach.exp
11034 * gdb.base/dprintf-next.exp
11035 * gdb.base/dprintf-non-stop.exp
11036 * gdb.base/dprintf-pending.exp
11037 * gdb.base/dso2dso.exp
11038 * gdb.base/ending-run.exp
11039 * gdb.base/enum_cond.exp
11040 * gdb.base/examine-backward.exp
11041 * gdb.base/exe-lock.exp
11042 * gdb.base/exec-invalid-sysroot.exp
11043 * gdb.base/execl-update-breakpoints.exp
11044 * gdb.base/execution-termios.exp
11045 * gdb.base/fileio.exp
11046 * gdb.base/fixsection.exp
11047 * gdb.base/foll-exec-mode.exp
11048 * gdb.base/foll-exec.exp
11049 * gdb.base/fork-running-state.exp
11050 * gdb.base/frame-args.exp
11051 * gdb.base/fullpath-expand.exp
11052 * gdb.base/func-ptr.exp
11053 * gdb.base/gcore-relro-pie.exp
11054 * gdb.base/gdb1090.exp
11055 * gdb.base/gdb1555.exp
11056 * gdb.base/global-var-nested-by-dso.exp
11057 * gdb.base/gnu-ifunc.exp
11058 * gdb.base/hbreak-in-shr-unsupported.exp
11059 * gdb.base/hbreak-unmapped.exp
11060 * gdb.base/hook-stop.exp
11061 * gdb.base/infcall-input.exp
11062 * gdb.base/info-fun.exp
11063 * gdb.base/info-shared.exp
11064 * gdb.base/interrupt-noterm.exp
11065 * gdb.base/jit-so.exp
11066 * gdb.base/jit.exp
11067 * gdb.base/line-symtabs.exp
11068 * gdb.base/list.exp
11069 * gdb.base/longjmp.exp
11070 * gdb.base/macscp.exp
11071 * gdb.base/max-value-size.exp
11072 * gdb.base/nodebug.exp
11073 * gdb.base/nofield.exp
11074 * gdb.base/overlays.exp
11075 * gdb.base/paginate-after-ctrl-c-running.exp
11076 * gdb.base/paginate-bg-execution.exp
11077 * gdb.base/paginate-inferior-exit.exp
11078 * gdb.base/pending.exp
11079 * gdb.base/pr11022.exp
11080 * gdb.base/printcmds.exp
11081 * gdb.base/ptr-typedef.exp
11082 * gdb.base/ptype.exp
11083 * gdb.base/randomize.exp
11084 * gdb.base/range-stepping.exp
11085 * gdb.base/realname-expand.exp
11086 * gdb.base/relativedebug.exp
11087 * gdb.base/remote.exp
11088 * gdb.base/savedregs.exp
11089 * gdb.base/sepdebug.exp
11090 * gdb.base/set-noassign.exp
11091 * gdb.base/shlib-call.exp
11092 * gdb.base/shreloc.exp
11093 * gdb.base/sigaltstack.exp
11094 * gdb.base/sigbpt.exp
11095 * gdb.base/siginfo-addr.exp
11096 * gdb.base/siginfo-obj.exp
11097 * gdb.base/siginfo-thread.exp
11098 * gdb.base/signest.exp
11099 * gdb.base/signull.exp
11100 * gdb.base/sigrepeat.exp
11101 * gdb.base/skip.exp
11102 * gdb.base/so-impl-ld.exp
11103 * gdb.base/solib-corrupted.exp
11104 * gdb.base/solib-disc.exp
11105 * gdb.base/solib-display.exp
11106 * gdb.base/solib-overlap.exp
11107 * gdb.base/solib-search.exp
11108 * gdb.base/solib-symbol.exp
11109 * gdb.base/source-execution.exp
11110 * gdb.base/sss-bp-on-user-bp-2.exp
11111 * gdb.base/sss-bp-on-user-bp.exp
11112 * gdb.base/stack-checking.exp
11113 * gdb.base/stale-infcall.exp
11114 * gdb.base/step-break.exp
11115 * gdb.base/step-line.exp
11116 * gdb.base/step-over-exit.exp
11117 * gdb.base/step-test.exp
11118 * gdb.base/structs.exp
11119 * gdb.base/sym-file.exp
11120 * gdb.base/symtab-search-order.exp
11121 * gdb.base/term.exp
11122 * gdb.base/type-opaque.exp
11123 * gdb.base/unload.exp
11124 * gdb.base/until-nodebug.exp
11125 * gdb.base/until.exp
11126 * gdb.base/unwindonsignal.exp
11127 * gdb.base/watch-cond.exp
11128 * gdb.base/watch-non-mem.exp
11129 * gdb.base/watch_thread_num.exp
11130 * gdb.base/watchpoint-reuse-slot.exp
11131 * gdb.base/watchpoint-solib.exp
11132 * gdb.base/watchpoint.exp
11133 * gdb.btrace/dlopen.exp
11134 * gdb.cell/arch.exp
11135 * gdb.cell/break.exp
11136 * gdb.cell/bt.exp
11137 * gdb.cell/core.exp
11138 * gdb.cell/data.exp
11139 * gdb.cell/dwarfaddr.exp
11140 * gdb.cell/ea-cache.exp
11141 * gdb.cell/ea-standalone.exp
11142 * gdb.cell/ea-test.exp
11143 * gdb.cell/f-regs.exp
11144 * gdb.cell/fork.exp
11145 * gdb.cell/gcore.exp
11146 * gdb.cell/mem-access.exp
11147 * gdb.cell/ptype.exp
11148 * gdb.cell/registers.exp
11149 * gdb.cell/sizeof.exp
11150 * gdb.cell/solib-symbol.exp
11151 * gdb.cell/solib.exp
11152 * gdb.compile/compile-tls.exp
11153 * gdb.cp/exception.exp
11154 * gdb.cp/gdb2495.exp
11155 * gdb.cp/local.exp
11156 * gdb.cp/mb-inline.exp
11157 * gdb.cp/mb-templates.exp
11158 * gdb.cp/pr10687.exp
11159 * gdb.cp/pr9167.exp
11160 * gdb.cp/scope-err.exp
11161 * gdb.cp/templates.exp
11162 * gdb.cp/virtfunc.exp
11163 * gdb.dwarf2/dw2-dir-file-name.exp
11164 * gdb.dwarf2/dw2-single-line-discriminators.exp
11165 * gdb.fortran/complex.exp
11166 * gdb.fortran/library-module.exp
11167 * gdb.guile/guile.exp
11168 * gdb.guile/scm-cmd.exp
11169 * gdb.guile/scm-frame-inline.exp
11170 * gdb.guile/scm-objfile.exp
11171 * gdb.guile/scm-pretty-print.exp
11172 * gdb.guile/scm-symbol.exp
11173 * gdb.guile/scm-type.exp
11174 * gdb.guile/scm-value.exp
11175 * gdb.linespec/keywords.exp
11176 * gdb.linespec/ls-errs.exp
11177 * gdb.linespec/macro-relative.exp
11178 * gdb.linespec/thread.exp
11179 * gdb.mi/mi-breakpoint-changed.exp
11180 * gdb.mi/mi-dprintf-pending.exp
11181 * gdb.mi/mi-fullname-deleted.exp
11182 * gdb.mi/mi-logging.exp
11183 * gdb.mi/mi-pending.exp
11184 * gdb.mi/mi-solib.exp
11185 * gdb.mi/new-ui-mi-sync.exp
11186 * gdb.mi/user-selected-context-sync.exp
11187 * gdb.multi/dummy-frame-restore.exp
11188 * gdb.multi/multi-arch-exec.exp
11189 * gdb.multi/remove-inferiors.exp
11190 * gdb.multi/watchpoint-multi-exit.exp
11191 * gdb.opt/solib-intra-step.exp
11192 * gdb.perf/backtrace.exp
11193 * gdb.perf/single-step.exp
11194 * gdb.perf/skip-command.exp
11195 * gdb.perf/skip-prologue.exp
11196 * gdb.perf/solib.exp
11197 * gdb.python/lib-types.exp
11198 * gdb.python/py-as-string.exp
11199 * gdb.python/py-bad-printers.exp
11200 * gdb.python/py-block.exp
11201 * gdb.python/py-breakpoint.exp
11202 * gdb.python/py-cmd.exp
11203 * gdb.python/py-events.exp
11204 * gdb.python/py-evthreads.exp
11205 * gdb.python/py-finish-breakpoint.exp
11206 * gdb.python/py-finish-breakpoint2.exp
11207 * gdb.python/py-frame-inline.exp
11208 * gdb.python/py-frame.exp
11209 * gdb.python/py-inferior.exp
11210 * gdb.python/py-infthread.exp
11211 * gdb.python/py-mi.exp
11212 * gdb.python/py-objfile.exp
11213 * gdb.python/py-pp-maint.exp
11214 * gdb.python/py-pp-registration.exp
11215 * gdb.python/py-prettyprint.exp
11216 * gdb.python/py-recurse-unwind.exp
11217 * gdb.python/py-shared.exp
11218 * gdb.python/py-symbol.exp
11219 * gdb.python/py-symtab.exp
11220 * gdb.python/py-template.exp
11221 * gdb.python/py-type.exp
11222 * gdb.python/py-unwind-maint.exp
11223 * gdb.python/py-unwind.exp
11224 * gdb.python/py-value.exp
11225 * gdb.python/python.exp
11226 * gdb.reverse/finish-reverse-bkpt.exp
11227 * gdb.reverse/insn-reverse.exp
11228 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11229 * gdb.reverse/solib-precsave.exp
11230 * gdb.reverse/solib-reverse.exp
11231 * gdb.stabs/gdb11479.exp
11232 * gdb.stabs/weird.exp
11233 * gdb.threads/fork-child-threads.exp
11234 * gdb.threads/fork-plus-threads.exp
11235 * gdb.threads/fork-thread-pending.exp
11236 * gdb.threads/forking-threads-plus-breakpoint.exp
11237 * gdb.threads/hand-call-in-threads.exp
11238 * gdb.threads/interrupted-hand-call.exp
11239 * gdb.threads/linux-dp.exp
11240 * gdb.threads/local-watch-wrong-thread.exp
11241 * gdb.threads/next-while-other-thread-longjmps.exp
11242 * gdb.threads/non-ldr-exit.exp
11243 * gdb.threads/pending-step.exp
11244 * gdb.threads/print-threads.exp
11245 * gdb.threads/process-dies-while-detaching.exp
11246 * gdb.threads/process-dies-while-handling-bp.exp
11247 * gdb.threads/pthreads.exp
11248 * gdb.threads/queue-signal.exp
11249 * gdb.threads/reconnect-signal.exp
11250 * gdb.threads/signal-command-handle-nopass.exp
11251 * gdb.threads/signal-command-multiple-signals-pending.exp
11252 * gdb.threads/signal-delivered-right-thread.exp
11253 * gdb.threads/signal-sigtrap.exp
11254 * gdb.threads/sigthread.exp
11255 * gdb.threads/staticthreads.exp
11256 * gdb.threads/stepi-random-signal.exp
11257 * gdb.threads/thread-unwindonsignal.exp
11258 * gdb.threads/thread_check.exp
11259 * gdb.threads/thread_events.exp
11260 * gdb.threads/tid-reuse.exp
11261 * gdb.threads/tls-nodebug.exp
11262 * gdb.threads/tls-shared.exp
11263 * gdb.threads/tls-so_extern.exp
11264 * gdb.threads/tls.exp
11265 * gdb.threads/wp-replication.exp
11266 * gdb.trace/actions-changed.exp
11267 * gdb.trace/actions.exp
11268 * gdb.trace/backtrace.exp
11269 * gdb.trace/change-loc.exp
11270 * gdb.trace/collection.exp
11271 * gdb.trace/deltrace.exp
11272 * gdb.trace/disconnected-tracing.exp
11273 * gdb.trace/entry-values.exp
11274 * gdb.trace/ftrace-lock.exp
11275 * gdb.trace/ftrace.exp
11276 * gdb.trace/infotrace.exp
11277 * gdb.trace/mi-trace-frame-collected.exp
11278 * gdb.trace/mi-trace-unavailable.exp
11279 * gdb.trace/mi-traceframe-changed.exp
11280 * gdb.trace/mi-tracepoint-changed.exp
11281 * gdb.trace/mi-tsv-changed.exp
11282 * gdb.trace/no-attach-trace.exp
11283 * gdb.trace/packetlen.exp
11284 * gdb.trace/passc-dyn.exp
11285 * gdb.trace/passcount.exp
11286 * gdb.trace/pending.exp
11287 * gdb.trace/pr16508.exp
11288 * gdb.trace/qtro.exp
11289 * gdb.trace/range-stepping.exp
11290 * gdb.trace/read-memory.exp
11291 * gdb.trace/report.exp
11292 * gdb.trace/save-trace.exp
11293 * gdb.trace/signal.exp
11294 * gdb.trace/stap-trace.exp
11295 * gdb.trace/status-stop.exp
11296 * gdb.trace/strace.exp
11297 * gdb.trace/tfile.exp
11298 * gdb.trace/tfind.exp
11299 * gdb.trace/trace-break.exp
11300 * gdb.trace/trace-condition.exp
11301 * gdb.trace/trace-enable-disable.exp
11302 * gdb.trace/trace-mt.exp
11303 * gdb.trace/tracecmd.exp
11304 * gdb.trace/tracefile-pseudo-reg.exp
11305 * gdb.trace/tspeed.exp
11306 * gdb.trace/tstatus.exp
11307 * gdb.trace/tsv.exp
11308 * gdb.trace/unavailable.exp
11309 * gdb.trace/while-dyn.exp
11310 * gdb.trace/while-stepping.exp
11311 * lib/gdb-guile.exp
11312 * lib/gdb.exp
11313 * lib/mi-support.exp
11314 * lib/pascal.exp
11315 * lib/perftest.exp
11316 * lib/prelink-support.exp
11317 * lib/selftest-support.exp
11318
ad02e4fe
SM
113192016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11320
11321 * Makefile.in: Include disable-implicit-rules.mk.
11322
22347e55
AA
113232016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11324
11325 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11326 non-byte-aligned bit fields.
11327
da5b30da
AA
113282016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11329
11330 PR gdb/12616
11331 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11332 respects the DW_AT_data_bit_offset attribute.
11333
b593ecca
SM
113342016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11335
11336 * gdb.base/default.exp: Fix output of "set language".
11337
3b165252
SM
113382016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11339
11340 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11341 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11342 make.
11343 * configure.ac: Remove checks for the make program.
11344 * configure: Re-generate.
11345
1a2f3d7f
KB
113462016-11-16 Kevin Buettner <kevinb@redhat.com>
11347
11348 * gdb.python/py-recurse-unwind.c (main): Add loop.
11349 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11350 to read_register() and gdb.parse_and_eval(). Make each code
11351 call a separate case that can be individually tested.
11352 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11353 proc. Call cont_and_backtrace for each of the code paths that
11354 we want to test in the unwinder.
11355
b7f38fda
AA
113562016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11357
11358 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11359 the definition of struct S.
11360
1f8db343
CM
113612016-11-11 Catherine Moore <clm@codesourcery.com>
11362
11363 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11364
fad0c9fb
PA
113652016-11-09 Pedro Alves <palves@redhat.com>
11366
11367 * gdb.base/commands.exp (runto_or_return): New procedure.
11368 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11369 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11370 (progvar_simple_while_test, progvar_complex_if_while_test)
11371 (if_while_breakpoint_command_test)
11372 (infrun_breakpoint_command_test, breakpoint_command_test)
11373 (user_defined_command_test, watchpoint_command_test)
11374 (test_command_prompt_position, redefine_hook_test)
11375 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11376 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11377 multi_line_input and multi_line. Remove gdb_expect and
11378 gdb_stop_suppressing_tests uses.
11379 * lib/gdb.exp (valnum_re): New global.
11380 (multi_line_input): New procedure.
11381
8354c62c
SM
113822016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11383
11384 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11385 Remove.
11386 (test_setup): Define with proc_with_prefix.
11387 (test_cli_inferior): Likewise.
11388 (test_cli_thread): Likewise.
11389 (test_cli_frame): Likewise.
11390 (test_cli_select_frame): Likewise.
11391 (test_cli_up_down): Likewise.
11392 (test_mi_thread_select): Likewise.
11393 (test_mi_stack_select_frame): Likewise.
11394 (test_cli_in_mi_inferior): Likewise.
11395 (test_cli_in_mi_thread): Likewise.
11396 (test_cli_in_mi_frame): Likewise.
11397 (top level): Do not use with_test_prefix_procname.
11398
64f367a2
PA
113992016-11-09 Pedro Alves <palves@redhat.com>
11400
11401 * gdb.base/commands.exp (gdbvar_simple_if_test)
11402 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11403 (progvar_simple_if_test, progvar_simple_while_test)
11404 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11405 (infrun_breakpoint_command_test, breakpoint_command_test)
11406 (user_defined_command_test, watchpoint_command_test)
11407 (test_command_prompt_position, deprecated_command_test)
11408 (bp_deleted_in_command, temporary_breakpoint_commands)
11409 (stray_arg0_test, source_file_with_indented_comment)
11410 (recursive_source_test, if_commands_test)
11411 (error_clears_commands_left, redefine_hook_test)
11412 (redefine_backtrace_test): Use proc_with_prefix.
11413 * lib/gdb.exp (proc_with_prefix): New proc.
11414
0bb65f1e
AA
114152016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11416
11417 * gdb.base/tui-layout.c: New file.
11418 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11419 disassembly window contains very long lines.
11420
7353f247
TT
114212016-11-08 Tom Tromey <tom@tromey.com>
11422
11423 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11424 depend on Python 2.
11425
30a7bb83
TT
114262016-11-08 Tom Tromey <tom@tromey.com>
11427
11428 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11429 New method.
11430
cdf5a07c
MG
114312016-10-29 Manish Goregaokar <manish@mozilla.com>
11432
2806dc7e 11433 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11434
51a789c3
MG
114352016-10-27 Manish Goregaokar <manish@mozilla.com>
11436
2806dc7e
PA
11437 * gdb.rust/simple.rs: Add test for univariant enums without
11438 discriminants and for encoded struct-like enums.
51a789c3 11439
f610ab6d
PA
114402016-10-28 Pedro Alves <palves@redhat.com>
11441
11442 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11443 gdb_test_multiple, tighten regexps and match symtabs and line
11444 tables incrementally.
11445
b129b0ca
LM
114462016-10-28 Luis Machado <lgustavo@codesourcery.com>
11447
11448 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11449 general.
11450
ecf45d2c
SL
114512016-10-25 Luis Machado <lgustavo@codesourcery.com>
11452
11453 * gdb.base/exec-invalid-sysroot.exp: New file.
11454
b8d38ee4
JK
114552016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11456
11457 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11458
f90fd8c2
JK
114592016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11460
11461 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11462
2d2476aa
MR
114632016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11464
2806dc7e
PA
11465 * gdb.base/killed-outside.exp: Remove $options from a call to
11466 `prepare_for_testing'.
2d2476aa 11467
e42b25a0
SM
114682016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11469
11470 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11471 Change test message.
11472
3ccdb432
SM
114732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11474
11475 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11476 Update comment.
11477
5bad3170
SM
114782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11479
11480 * gdb.trace/mi-trace-save.exp: New file.
11481
5ad9dba7
YQ
114822016-10-13 Yao Qi <yao.qi@linaro.org>
11483
11484 * gdb.base/code_elim.exp (get_var_address): Remove.
11485 * gdb.base/relocate.exp: Likewise.
11486 * gdb.base/shreloc.exp: Likewise.
11487 * lib/gdb.exp (get_var_address): New.
11488
62df7e21
YQ
114892016-10-13 Yao Qi <yao.qi@linaro.org>
11490
11491 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11492 floating point tests if $skip_float_test is false.
11493
4dac951e
LM
114942016-10-12 Luis Machado <lgustavo@codesourcery.com>
11495
11496 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11497 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11498 argc values.
11499 Add 1 to argc so we guarantee distinct initial/modified argc values.
11500
8f1a8fc4
JK
115012016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11502
11503 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11504
16c85b5d
JK
115052016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11506
11507 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11508 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11509 * gdb.arch/vsx-regs.exp: Likewise.
11510
1d0e042a
YQ
115112016-10-07 Yao Qi <yao.qi@linaro.org>
11512
11513 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11514
68dadef5
MM
115152016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11516
11517 * gdb.python/python.exp: Test decode_line("*0").
11518
33fa2c6e
DE
115192016-10-06 Doug Evans <dje@google.com>
11520
11521 * gdb.python/py-value.exp (test_value_creation): Add test for large
11522 unsigned 64-bit value.
11523
9c37b5ae
TT
115242016-10-06 Tom Tromey <tom@tromey.com>
11525
11526 * gdb.compile/compile.exp: Change java tests to rust.
11527 * gdb.base/setshow.exp: Change java tests to rust.
11528 * gdb.base/default.exp: Remove java from language list.
11529 * README (Examples): Update language example.
11530 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11531 test.
11532 * lib/gdb.exp (skip_java_tests): Remove.
11533 * lib/java.exp: Remove.
11534 * gdb.java: Remove.
11535
78b86327
MR
115362016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11537
11538 * gdb.arch/mips-fcr.exp: New test.
11539 * gdb.arch/mips-fcr.c: Source for the new test.
11540
7470adbb
MR
115412016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11542
11543 * gdb.base/solib-disc.exp: Use `standard_output_file'
11544 throughout.
11545
4a556533
PA
115462016-10-06 Pedro Alves <palves@redhat.com>
11547
11548 * gdb.base/jit-simple-dl.c: New file.
11549 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11550 * gdb.base/jit-simple.c: ... this.
11551 * gdb.base/jit-simple.exp (jit_run): Delete.
11552 (build_jit): New proc.
11553 (jit_test_reread): Recompile either the main program or the shared
11554 library, depending on what is being tested. Skip changing address
11555 if caller wants to. Compare before/after addresses. If testing
11556 standalone, explicitly load the binary. Test "maint info
11557 breakpoints".
11558 (top level): Add "standalone vs shared lib" and "change address"
11559 vs "same address" axes.
11560
5a122fbc
PA
115612016-10-06 Pedro Alves <palves@redhat.com>
11562
11563 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11564 call.
11565 (jit_run): Delete.
11566 (jit_test_reread): Use with_test_prefix. Reload the main binary
11567 explicitly. Compare the before/after addresses of the JIT
11568 descriptor.
11569
ee8da4b8
DE
115702016-08-15 Doug Evans <dje@google.com>
11571
11572 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11573 for single bitfields is bool.
11574 * gdb.xml/tdesc-regs.exp: Ditto.
11575
f389f6fe
JK
115762016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11577
11578 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11579
fdebf1a4
YQ
115802016-10-05 Yao Qi <yao.qi@linaro.org>
11581
11582 * lib/gdb.exp (support_complex_tests): Return zero if
11583 gdb_skip_float_test return true.
11584
9c36d954 115852016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11586 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11587
11588 PR gdb/20487
11589 * gdb.mi/user-selected-context-sync.exp: New file.
11590 * gdb.mi/user-selected-context-sync.c: New file.
11591
4034d0ff 115922016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11593 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11594
11595 PR gdb/20487
11596 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11597 =thread-select-event check.
11598
a4297203
PB
115992016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11600
11601 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11602 the compulsory L operand changes.
11603 * gdb.arch/powerpc-power.s: Likewise.
11604
bb805577
JK
116052016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11606
11607 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11608 * gdb.base/jit-attach-pie.c: New file.
11609 * gdb.base/jit-attach-pie.exp: New file.
11610
6d61dee5
PA
116112016-09-28 Pedro Alves <palves@redhat.com>
11612
11613 * gdb.base/infcall-input.c: New file.
11614 * gdb.base/infcall-input.exp: New file.
11615
f73842fc
YQ
116162016-09-22 Yao Qi <yao.qi@linaro.org>
11617
11618 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11619 (gdb_exit): Rename it to ...
11620 (gdbserver_gdb_exit): ... Close GDBserver.
11621 (gdb_exit): New proc, call gdbserver_gdb_exit.
11622 (mi_gdb_exit): Likewise.
11623
90681dab
YQ
116242016-09-22 Yao Qi <yao.qi@linaro.org>
11625
11626 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11627 path.
11628 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11629 Remove duplication.
11630
9c211fd8
YQ
116312016-09-22 Yao Qi <yao.qi@linaro.org>
11632
11633 * lib/gdbserver-support.exp: Check the existence of
11634 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11635
ad0a504f
AK
116362016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11637
11638 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11639
36cf1806
TT
116402016-09-21 Tom Tromey <tom@tromey.com>
11641
11642 PR gdb/20604:
11643 * gdb.base/quit.exp: New file.
11644
74172ecf
SM
116452016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11646
11647 * .gitignore: New file.
11648
3d0ec882
MR
116492016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11650
11651 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11652 throughout.
11653
8193adea
AA
116542016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11655
11656 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11657
d41a5c09
JK
116582016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11659
11660 * gdb.cp/casts.cc (decltype): Move it ...
11661 (main): ... with its call to ...
11662 * gdb.cp/casts03.cc: ... a new file.
11663 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11664
d2dfe700
JK
116652016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11666
11667 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11668
e2a92b16
PB
116692016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11670
11671 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11672 and sync up the test with tests in gas/testsuite/gas/ppc.
11673 * gdb.arch/powerpc-power.exp: Likewise.
11674
49b4de64
JK
116752016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11676
11677 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11678
2c29df25
SDJ
116792016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11680 Jan Kratochvil <jan.kratochvil@redhat.com>
11681
11682 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11683 make m1's definition to be different from m2's. Use 'dummy' as an
11684 argument for probe 'two'.
11685
cc3c2846
JB
116862016-09-10 Jon Beniston <jon@beniston.com>
11687
11688 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11689 for sim target.
11690
e1b2624a
AA
116912016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11692
11693 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11694 variable declaration.
11695 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11696 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11697 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11698 received HWCAP as its argument.
11699
4295e285
PA
117002016-09-06 Pedro Alves <palves@redhat.com>
11701
11702 * gdb.base/new-ui-pending-input.c: New file.
11703 * gdb.base/new-ui-pending-input.exp: New file.
11704 * gdb.exp (clear_gdb_spawn_id): New procedure.
11705 (with_spawn_id): Check whether gdb_spawn_id exists before
11706 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11707 on exit.
11708
00d5215e
UW
117092016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11710
11711 * gdb.base/float128.c: New file.
11712 * gdb.base/float128.exp: Likewise.
11713 * gdb.base/floatn.c: Likewise.
11714 * gdb.base/floatn.exp: Likewise.
11715
a9ff5f12
UW
117162016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11717
11718 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11719
f245535c
PA
117202016-09-05 Pedro Alves <palves@redhat.com>
11721
11722 PR backtrace/19927
11723 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11724 unwinders are immediately called as side effect of "source" or
11725 "disable unwinder" commands.
11726 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11727
ae9cf263
YQ
117282016-09-02 Yao Qi <yao.qi@linaro.org>
11729
11730 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11731 is true and $type is "float" or "double".
11732
27aba047
YQ
117332016-09-02 Yao Qi <yao.qi@linaro.org>
11734
11735 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11736 true.
11737 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11738 * gdb.base/call-rt-st.exp: Likewise.
11739 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11740 return value instead of gdb,skip_float_test.
11741 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11742 (do_function_calls): Use its return value instead of
11743 gdb,skip_float_test.
11744 * gdb.base/finish.exp: Likewise.
11745 * gdb.base/funcargs.exp: Likewise.
11746 * gdb.base/return.exp: Likewise.
11747 * gdb.base/return2.exp: Likewise.
11748 * gdb.base/varargs.exp: Likewise.
11749 * lib/gdb.exp (gdb_skip_float_test): Change it to
11750 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11751
5af962df
AA
117522016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11753
11754 * gdb.multi/tids.exp: Test "thread apply all".
11755
7fac6910
JK
117562016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11757
11758 * gdb.base/default.exp (tty): Remove.
11759
bb1fe4ac
KB
117602016-08-24 Kevin Buettner <kevinb@redhat.com>
11761
2806dc7e
PA
11762 * gdb.python/py-recurse-unwind.c: New file.
11763 * gdb.python/py-recurse-unwind.py: New file.
11764 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11765
0a1ddfa6
SM
117662016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11767
11768 * gdb.base/set-inferior-tty.exp: New file.
11769 * gdb.base/set-inferior-tty.c: New file.
11770
d9de1fe3
PA
117712016-08-23 Pedro Alves <palves@redhat.com>
11772
11773 PR gdb/20494
11774 * gdb.base/new-ui-echo.c: New file.
11775 * gdb.base/new-ui-echo.exp: New file.
11776
e9d9abd7
YQ
117772016-08-23 Yao Qi <yao.qi@linaro.org>
11778
11779 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11780 gdbserver_spawn.
11781 * gdb.server/connect-without-multi-process.exp (do_test):
11782 Likewise.
11783
3589529e
YQ
117842016-08-23 Yao Qi <yao.qi@linaro.org>
11785
11786 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11787 standalone_txt. Delete gdb_txt and standalone_txt on host
11788 and target. Spawn the binary on target. Copy files from
11789 target to host.
11790
6bb90213
PA
117912016-08-22 Pedro Alves <palves@redhat.com>
11792
11793 PR gdb/20505
11794 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11795 with_test_prefix. Factor out bits to ...
11796 (test_no_vdso): ... this new procedure.
11797
20c2c024
CL
117982016-08-19 Carl Love <cel@us.ibm.com>
11799
11800 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11801 maintaining separate logic for constructing the output path.
11802 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11803 * gdb.arch/ppc-dfp.exp: Likewise.
11804 * gdb.arch/ppc-fp.exp: Likewise.
11805 * gdb.arch/vsx-regs.exp: Likewise.
11806 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11807 binprefix for generating the additional binary files.
11808
0646e07d
PA
118092016-08-19 Pedro Alves <palves@redhat.com>
11810
11811 * gdb.trace/mi-trace-frame-collected.exp
11812 (test_trace_frame_collected): On x32, expect two registers.
11813
46da9242
CL
118142016-08-18 Carl Love <cel@us.ibm.com>
11815
11816 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11817 and sync up the test with tests in gas/testsuite/gas/ppc.
11818 * gdb.arch/powerpc-power.exp: Likewise.
11819
eb2332d7
SM
118202016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11821
11822 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11823 expected error message.
11824
63c61e04
SM
118252016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11826
11827 * gdb.multi/remove-inferiors.exp: New file.
11828 * gdb.multi/remove-inferiors.c: New file.
11829
7b17065f
YQ
118302016-08-12 Yao Qi <yao.qi@linaro.org>
11831
11832 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11833 argument list.
11834
01d3dedf
PA
118352016-08-10 Pedro Alves <palves@redhat.com>
11836
11837 PR gdb/19187
11838 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11839 setup_kfails.
11840
3eb7562a
PA
118412016-08-09 Pedro Alves <palves@redhat.com>
11842 Simon Marchi <simon.marchi@ericsson.com>
11843
11844 PR gdb/20418
11845 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11846 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11847
80614914
PA
118482016-08-09 Pedro Alves <palves@redhat.com>
11849
11850 PR mi/20431
11851 * gdb.mi/mi-cmd-error.exp: New file.
11852
f348d89a
PA
118532016-08-09 Pedro Alves <palves@redhat.com>
11854
11855 PR gdb/18653
11856 * gdb.base/signals-state-child.c: New file.
11857 * gdb.base/signals-state-child.exp: New file.
11858 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11859
e5ca03b4
PA
118602016-08-09 Pedro Alves <palves@redhat.com>
11861
11862 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11863
282a0691
TT
118642016-08-03 Tom Tromey <tom@tromey.com>
11865
11866 PR python/18565:
11867 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11868
41bfcd63
YQ
118692016-08-01 Yao Qi <yao.qi@linaro.org>
11870
11871 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11872 variable mode to "multi-process" if $multi_process is 1, otherwise
11873 set it to "single-process".
11874
e3465b24
YQ
118752016-08-01 Yao Qi <yao.qi@linaro.org>
11876
11877 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11878 * gdb.cp/cpexprs.exp: Likewise.
11879 * gdb.cp/m-static.exp: Likewise.
11880
0b31a4bc
TT
118812016-07-26 Tom Tromey <tom@tromey.com>
11882
11883 PR python/20190:
11884 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11885 test.
11886
e0461dbb
MM
118872016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11888
11889 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11890 selecting assembly source files.
11891 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11892 assembly source files.
11893 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11894 assembly source files.
11895 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11896 selecting assembly source files.
11897
8194e927
SM
118982016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11899
11900 * gdb.base/new-ui.exp (do_test_invalid_args): New
11901 procedure.
11902
c0272db5
TW
119032016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11904
11905 * gdb.btrace/reconnect.c: New file.
11906 * gdb.btrace/reconnect.exp: New file.
11907
e3487908
GKB
119082016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11909
11910 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11911 to test_catch_syscall_group.
11912 (test_catch_syscall_group): New.
11913
12df5c00
TT
119142016-07-21 Tom Tromey <tom@tromey.com>
11915
11916 * gdb.rust/simple.rs (main): Use empty struct expression.
11917 * gdb.rust/simple.exp: Add tests for empty struct expression.
11918
bae62ee2
YQ
119192016-07-21 Yao Qi <yao.qi@linaro.org>
11920
11921 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11922 if gdb_skip_xml_test is true on some targets.
11923
b1b53fb3
YQ
119242016-07-21 Yao Qi <yao.qi@linaro.org>
11925
11926 * gdb.server/solib-list.exp: Unset last_loaded_file.
11927
027d97f8
JK
119282016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11929
11930 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11931 "step into captured_main (args)".
11932
7674d381
JK
119332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11934
11935 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11936
72b5d099
JK
119372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11938
11939 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11940
1f960ced
PA
119412016-07-19 Pedro Alves <palves@redhat.com>
11942
11943 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11944 * gdb.opt/inline-bt.exp: Likewise.
11945 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11946 additional_flags=-Winline.
11947 * gdb.opt/inline-locals.exp: Likewise.
11948 * gdb.opt/inline-markers.c (ATTR): Define.
11949 (inlined_fn): Use it.
11950
f25827c1
YQ
119512016-07-19 Yao Qi <yao.qi@linaro.org>
11952
11953 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11954 (test_with_self): Remove some code. Remove argument executable.
11955 (top-level): Use do_self_tests.
11956
37539ebe
DB
119572016-07-15 Zachary Welch <zwelch@codesourcery.com>
11958 Don Breazeal <donb@codesourcery.com>
11959
11960 * gdb.base/maint.exp: Escape paths used in regular expressions.
11961 * gdb.stabs/weird.exp: Likewise.
11962
dac790e1
TT
119632016-07-13 Tom Tromey <tom@tromey.com>
11964
11965 PR python/15620, PR python/18620:
11966 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11967 (test_bkpt_events): New procs.
11968
93daf339
TT
119692016-07-13 Tom Tromey <tom@tromey.com>
11970
11971 PR python/17698:
11972 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11973 test.
11974 (test_watchpoints): Likewise.
11975 (test_bkpt_pending): New proc.
11976
6571a381
TT
119772016-07-13 Tom Tromey <tom@tromey.com>
11978
11979 PR cli/18053:
11980 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11981 completion test.
11982
e8732474
JK
119832016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11984
11985 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11986 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11987 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11988 f_label.
11989 (g): Rename g_end_lbl to g_label.
11990 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11991 low_pc and high_pc.
11992 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11993
e0f3fd7c
TT
119942016-07-12 Tom Tromey <tom@tromey.com>
11995
11996 PR python/19293:
11997 * gdb.python/py-unwind-maint.exp: Update tests.
11998
3cfe46b6
YQ
119992016-07-12 Yao Qi <yao.qi@linaro.org>
12000
12001 * lib/selftest-support.exp (selftest_setup): Match the output
12002 when captured_main is inlined.
12003
4f19a0e6
WT
120042016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12005
12006 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12007 New variables.
12008 (print this%a, print this%b, print this): New tests.
12009 * gdb.fortran/derived-types.f90 (this): New object and
12010 initialization.
12011
986cf455
SM
120122016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12013
12014 * gdb.ada/arraydim.exp: Remove extra directory level in build
12015 directory.
12016
f0464b23
SM
120172016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12018
12019 * lib/ada.exp: Remove extra directory level in build directory.
12020 * gdb.ada/cond_lang.exp: Likewise.
12021 * gdb.ada/exec_changed.exp: Likewise.
12022 * gdb.ada/lang_switch.exp: Likewise.
12023
42d94011
MG
120242016-07-06 Manish Goregaokar <manish@mozilla.com>
12025
2806dc7e
PA
12026 * simple.rs: Add test for raw pointer subscripting.
12027 * simple.exp: Add test expectations.
42d94011 12028
647c264c
YQ
120292016-07-05 Yao Qi <yao.qi@linaro.org>
12030
12031 * gdb.mi/mi-reverse.exp: Match =record-started output.
12032
20aa2c60
PA
120332016-07-01 Pedro Alves <palves@redhat.com>
12034
12035 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12036 procedure.
12037 (jit_reader_test): Test the jit reader's unwinder.
12038 * gdb.base/jithost.c (jit_function_00_code): New global.
12039 (main): Use memcpy to fill in the mmapped code, instead of poking
12040 bytes manually here.
12041 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12042 value.
12043 (read_debug_info): Save the function's range.
12044 (read_sp): New function.
12045 (unwind_frame): Use it. Also unwind RBP.
12046 (get_frame_id): Use read_sp.
12047 (gdb_init_reader): Use calloc instead of malloc.
12048 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12049 parameter. Use gdb_test_multiple.
12050
ced2dffb
PA
120512016-07-01 Pedro Alves <palves@redhat.com>
12052 Antoine Tremblay <antoine.tremblay@ericsson.com>
12053
12054 * gdb.threads/process-dies-while-detaching.c: New file.
12055 * gdb.threads/process-dies-while-detaching.exp: New file.
12056
63000888
PA
120572016-07-01 Pedro Alves <palves@redhat.com>
12058
12059 * gdb.multi/watchpoint-multi-exit.c: New file.
12060 * gdb.multi/watchpoint-multi-exit.exp: New file.
12061
038d4868
PA
120622016-06-30 Pedro Alves <palves@redhat.com>
12063
12064 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12065 unset inferior_spawn_id.
12066
994e9c83
PA
120672016-06-30 Pedro Alves <palves@redhat.com>
12068
12069 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12070 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12071
e5653468
YQ
120722016-06-29 Yao Qi <yao.qi@linaro.org>
12073
12074 * gdb.base/return.c: Add copyright header.
12075
803b47e5
TT
120762016-06-29 Tom Tromey <tom@tromey.com>
12077
12078 PR python/20129:
12079 * gdb.python/py-framefilter.exp: Add tests for setting priority
12080 and disabling of non-existent frame filter.
12081
28244707
YQ
120822016-06-29 Yao Qi <yao.qi@linaro.org>
12083
12084 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12085 0x0f07ff.
12086
a31d2f06
YQ
120872016-06-28 Yao Qi <yao.qi@linaro.org>
12088
12089 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12090 triplets. Start gdb, execute catch syscall, and continue. Check
12091 gdb's output to determine catch syscall is supported.
12092
921d8f54
MG
120932016-06-27 Manish Goregaokar <manish@mozilla.com>
12094
25d49b86
PA
12095 * gdb.rust/simple.rs: Add test for returning unit in a function.
12096 * gdb.rust/simple.exp: Add expectation for functions returning
12097 unit.
921d8f54 12098
f4952523
PMR
120992016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12100
12101 * gdb.python/py-breakpoint-create-fail.c,
12102 gdb.python/py-breakpoint-create-fail.exp,
12103 gdb.python/py-breakpoint-create-fail.py: New testcase.
12104
fccb08f8
MG
121052016-06-25 Manish Goregaokar <manish@mozilla.com>
12106
12107 PR gdb/20239
12108 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12109 * gdb.rust/simple.exp: Add test expectations for new NonZero
12110 tests.
fccb08f8 12111
6b850546
DT
121122016-06-24 David Taylor <dtaylor@emc.com>
12113
12114 * gdb.base/offsets.exp: New file.
12115 * gdb.base/offsets.c: New file.
12116
17621150
TT
121172016-06-23 Tom Tromey <tom@tromey.com>
12118
12119 PR gdb/16483:
12120 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12121 before any filters are loaded.
12122
04d59df6
WT
121232016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12124
12125 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12126 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12127 structs.
12128 * gdb.fortran/derived-type-function.exp: New file.
12129 * gdb.fortran/derived-type-function.f90: New file.
12130
12131
ac69f786
PA
121322016-06-21 Pedro Alves <palves@redhat.com>
12133
12134 * gdb.base/new-ui.exp: New file.
12135 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12136 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12137 (with_spawn_id): New procedure.
12138
49940788
PA
121392016-06-21 Pedro Alves <palves@redhat.com>
12140
12141 * gdb.mi/mi-exec-run.exp: New file.
12142
ef274d26
PA
121432016-06-21 Pedro Alves <palves@redhat.com>
12144
12145 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12146 breakpoint command's output on the main UI.
12147 (test_break): New procedure, factored out from calls in the top
12148 level.
12149 (top level): Use foreach_with_prefix to test MI as main UI and as
12150 separate UI.
12151
468afe6c
PA
121522016-06-21 Pedro Alves <palves@redhat.com>
12153
12154 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12155 (test_awatch_creation_and_listing)
12156 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12157 Remove 'type' parameter.
12158 (test_watchpoint_all): New parameter mi_mode. Remove
12159 with_test_prefix.
12160 (top level): Use foreach_with_prefix, and add main/separate UI MI
12161 testing axis.
12162
51f77c37
PA
121632016-06-21 Pedro Alves <palves@redhat.com>
12164
12165 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12166 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12167 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12168 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12169 (gdb_main_spawn_id, mi_spawn_id): Declare and
12170 comment.
12171 (mi_create_inferior_pty): New procedure,
12172 factored out from default_mi_gdb_start.
12173 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12174 procedures.
12175 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12176 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12177 Use mi_create_inferior_pty.
12178 (mi_gdb_start): Use eval to pass down args list.
12179
8980e177
PA
121802016-06-21 Pedro Alves <palves@redhat.com>
12181
12182 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12183 * gdb.opt/inline-cmds.exp: Add MI tests.
12184
f38d3ad1
PA
121852016-06-21 Pedro Alves <palves@redhat.com>
12186
12187 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12188
45db7c09
PA
121892016-06-21 Pedro Alves <palves@redhat.com>
12190
12191 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12192 (top level): Use it instead of mi_execute_to.
12193
5a069ab3
PA
121942016-06-21 Pedro Alves <palves@redhat.com>
12195
12196 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12197 (cont_handler_str): New.
12198 (signal_stop_handler): Set stop_handler_str instead of printing to
12199 stdout.
12200 (continue_handler): Set cont_handler_str instead of printing to
12201 stdout.
12202 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12203 mi_send_resuming_command. Print stop_handler_str and
12204 cont_handler_str instead of expecting the python events print
12205 directly.
12206
2838cc1d
SD
122072016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12208
12209 * gdb.base/jit-reader.exp: New file.
12210 * gdb.base/jithost.c: New file.
12211 * gdb.base/jithost.h: New file.
12212 * gdb.base/jitreader.c : New file.
12213 * gdb.base/jit-protocol.h: New file.
12214
21a77091
YQ
122152016-06-17 Yao Qi <yao.qi@linaro.org>
12216
12217 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12218 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12219 and detach-on-fork. Adjust tests.
12220 (top level): Invoke break_cond_on_syscall with combinations of
12221 syscall, follow-fork-mode and detach-on-fork.
12222
f50bf8e5
YQ
122232016-06-17 Yao Qi <yao.qi@linaro.org>
12224
12225 * gdb.base/step-over-exit.c: New.
12226 * gdb.base/step-over-exit.exp: New.
12227
a28d8e50
YTL
122282016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12229
12230 * gdb.base/float.exp: Add target check for nds32*-*-*.
12231 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12232
cad8e26d
AB
122332016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12234
12235 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12236 for unsupported target features.
12237 * gdb.base/call-rt-st.exp: Likewise.
12238 * gdb.base/call-sc.exp: Likewise.
12239 * gdb.base/call-signal-resume.exp: Likewise.
12240 * gdb.base/call-strs.exp: Likewise.
12241 * gdb.base/callexit.exp: Likewise.
12242 * gdb.base/callfuncs.exp: Likewise.
12243 * gdb.base/nodebug.exp: Likewise.
12244 * gdb.base/printcmds.exp: Likewise.
12245 * gdb.base/ptype.exp: Likewise.
12246 * gdb.base/structs.exp: Likewise.
12247 * gdb.base/unwindonsignal.exp: Likewise.
12248 * gdb.cp/gdb2495.exp: Likewise.
12249 * gdb.cp/templates.exp: Likewise.
12250 * gdb.cp/virtfunc.exp: Likewise.
12251 * gdb.threads/hand-call-in-threads.exp: Likewise.
12252 * gdb.threads/interrupted-hand-call.exp: Likewise.
12253 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12254
347dc102
TT
122552016-06-10 Tom Tromey <tom@tromey.com>
12256
12257 PR rust/20110:
12258 * gdb.rust/expr.exp: Add test for integer constant larger than
12259 i32.
12260
5e13cf25
BH
122612016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12262
12263 * gdb.fortran/nested-funcs.exp: New.
12264 * gdb.fortran/nested-funcs.f90: New.
12265
bb556f1f
TK
122662016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12267
12268 * gdb.base/examine-backward.c: New file.
12269 * gdb.base/examine-backward.exp: New file.
12270
38b022b4
SM
122712016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12272
12273 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12274 matching.
12275
1b40ec05
TT
122762016-06-02 Tom Tromey <tom@tromey.com>
12277
12278 PR python/18984:
12279 * gdb.python/py-shared.exp: Add solib_name test.
12280
193bd378
SM
122812016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12282
12283 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12284
3326303b
MG
122852016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12286
12287 PR c++/19893
12288 * gdb.dwarf2/implref.exp: Rename to...
12289 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12290 * gdb.dwarf2/implref-array.c: New file.
12291 * gdb.dwarf2/implref-array.exp: Likewise.
12292 * gdb.dwarf2/implref-global.c: Likewise.
12293 * gdb.dwarf2/implref-global.exp: Likewise.
12294 * gdb.dwarf2/implref-struct.c: Likewise.
12295 * gdb.dwarf2/implref-struct.exp: Likewise.
12296
825c8ef2
AT
122972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12298
12299 * gdb.trace/trace-condition.exp: Add 64bit tests.
12300
2320162a
AT
123012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12302
12303 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12304 bits types.
12305 (main): Adapt to 8 to 64 bits types.
12306 * gdb.trace/trace-condition.exp: Add new tests.
12307
a7818233
AT
123082016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12309
12310 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12311
0d336466
AT
123122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12313
12314 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12315 Move condition tests...
12316 * gdb.trace/trace-condition.exp: Here.
12317
7faeb45a
AT
123182016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12319
12320 * gdb.trace/trace-condition.exp: Add counter-case tests.
12321
e385593e
JK
123222016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 PR c++/15231
12325 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12326 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12327
744608cc
PA
123282016-05-27 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12331 New procedure.
12332 (top level): Call it, and bail out of DejaGnu is known to be bad.
12333
ac775bf4
AB
123342016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12335
12336 * gdb.base/whatis.c: Extend the test case.
12337 * gdb.base/whatis.exp: Add additional tests.
12338
2bbad2ea
BH
123392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12340
12341* gdb.fortran/type.f90: Add pointer variable.
12342* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12343
8b70175d
BH
123442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12345
12346 * gdb.fortran/vla-type.exp: Fix testcase name.
12347
86d8a848
BH
123482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12349
12350 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12351
e188eb36
BH
123522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12353
12354 * gdb.fortran/type.f90: Add nested structures.
12355 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12356 * gdb.fortran/derived-type.exp: Adapt expected output.
12357 * gdb.fortran/vla-type.exp: Adapt expected output.
12358
9b2db1fd
BH
123592016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12360
12361 * gdb.fortran/whatis_type.exp: Adapt expected output.
12362
72b17055
BH
123632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12364
12365 * gdb.fortran/print_type.exp: Fix expected output.
12366 * gdb.fortran/whatis_type.exp: Fix expected output.
12367
3cd81d8d
BH
123682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12369
12370 * gdb.fortran/whatis_type.exp: Use multi_line.
12371
ddae9462
TT
123722016-05-24 Tom Tromey <tom@tromey.com>
12373
12374 PR python/17386:
12375 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12376 use value as an index.
12377
1957f6b8
TT
123782016-05-23 Tom Tromey <tom@tromey.com>
12379
12380 PR python/17981:
12381 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12382 no-breakpoint case.
12383
026a9174
PA
123842016-05-24 Pedro Alves <palves@redhat.com>
12385
12386 PR gdb/19828
12387 * gdb.threads/clone-attach-detach.c: New file.
12388 * gdb.threads/clone-attach-detach.exp: New file.
12389
e70a7231
FR
123902016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12391
12392 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12393
0f6ed0e0
TT
123942016-05-23 Tom Tromey <tom@tromey.com>
12395
12396 PR python/19438, PR python/18393:
12397 * gdb.python/py-progspace.exp: Add "dir" test.
12398 * gdb.python/py-objfile.exp: Add "dir" test.
12399
ffd19d61
YQ
124002016-05-23 Yao Qi <yao.qi@linaro.org>
12401
12402 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12403 * gdb.arch/thumb2-it.exp: Likewise.
12404
9e8f9b05
SM
124052016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12406
12407 * gdb.mi/mi-threads-interrupt.c: New file.
12408 * gdb.mi/mi-threads-interrupt.exp: New file.
12409
61c6156d
SM
124102016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12411
12412 PR gdb/18077
12413 * gdb.mi/mi-async-run.exp: New file.
12414 * gdb.mi/mi-async-run.c: New file.
12415
67218854
TT
124162016-05-17 Tom Tromey <tom@tromey.com>
12417 Manish Goregaokar <manishsmail@gmail.com>
12418
12419 * lib/rust-support.exp: New file.
12420 * lib/gdb.exp (skip_rust_tests): New proc.
12421 (build_executable_from_specs): Handle rust.
12422 * lib/future.exp (gdb_find_rustc): New proc.
12423 (gdb_default_target_compile): Handle rust.
12424 * gdb.rust/expr.exp: New file.
12425 * gdb.rust/generics.exp: New file.
12426 * gdb.rust/generics.rs: New file.
12427 * gdb.rust/methods.exp: New file.
12428 * gdb.rust/methods.rs: New file.
12429 * gdb.rust/modules.exp: New file.
12430 * gdb.rust/modules.rs: New file.
12431 * gdb.rust/simple.exp: New file.
12432 * gdb.rust/simple.rs: New file.
12433
c44af4eb
TT
124342016-05-17 Tom Tromey <tom@tromey.com>
12435
12436 * gdb.base/default.exp (set language): Add rust.
12437
dcd1f979
TT
124382016-05-17 Tom Tromey <tom@tromey.com>
12439
12440 * gdb.gdb/unittest.exp: New file.
12441
155b7f57
YQ
124422016-05-16 Yao Qi <yao.qi@linaro.org>
12443
12444 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12445 shell_prompt. Update shell_prompt_re.
12446
8ddd5a6c
DE
124472016-05-12 Doug Evans <dje@google.com>
12448
12449 PR symtab/19999
12450 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12451 $options when building executable.
12452 * gdb.dwarf2/fission-loclists-pie.S: New file.
12453 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12454
02e370d9
SM
124552016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12456
12457 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12458 of [is_remote target],
12459
8929ad8b
SM
124602016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12461
12462 * lib/gdb.exp (use_gdb_stub): New procedure.
12463
6c447423
DE
124642016-05-03 Yunlian Jiang <yunlian@google.com>
12465 Doug Evans <dje@google.com>
12466
12467 PR symtab/19914
12468 * gdb.dwarf2/dwp-sepdebug.c: New file.
12469 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12470
444e826c
SM
124712016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12472
12473 * gdb.base/detach.exp: Remove is_remote check.
12474
740feeaa
SM
124752016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12476
12477 * gdb.base/annota-input-while-running.exp: Don't check for
12478 [is_remote target]. Enable annotations after running to main.
12479 Remove unused "set test..." line.
12480
9080ac9d
SM
124812016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12482
12483 * gdb.trace/trace-enable-disable.exp: New file.
12484 * gdb.trace/trace-enable-disable.c: New file.
12485
952ebca5
SM
124862016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12487
12488 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12489 use it in info sharedlibrary test.
12490 * gdb.trace/ftrace-lock.exp: Likewise.
12491 * gdb.trace/ftrace.exp: Likewise.
12492 * gdb.trace/range-stepping.exp: Likewise.
12493 * gdb.trace/trace-break.exp: Likewise.
12494 * gdb.trace/trace-condition.exp: Likewise.
12495 * gdb.trace/trace-mt.exp: Likewise.
12496
d9019901
SM
124972016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12498
12499 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12500 (gdb_load_shlib): ... this.
12501 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12502 gdb_load_shlib.
12503 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12504 * gdb.base/ctxobj.exp: Likewise.
12505 * gdb.base/dprintf-pending.exp: Likewise.
12506 * gdb.base/dso2dso.exp: Likewise.
12507 * gdb.base/fixsection.exp: Likewise.
12508 * gdb.base/gcore-relro.exp: Likewise.
12509 * gdb.base/gdb1555.exp: Likewise.
12510 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12511 * gdb.base/gnu-ifunc.exp: Likewise.
12512 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12513 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12514 * gdb.base/pending.exp: Likewise.
12515 * gdb.base/print-file-var.exp: Likewise.
12516 * gdb.base/print-symbol-loading.exp: Likewise.
12517 * gdb.base/shlib-call.exp: Likewise.
12518 * gdb.base/shreloc.exp: Likewise.
12519 * gdb.base/so-impl-ld.exp: Likewise.
12520 * gdb.base/solib-disc.exp: Likewise.
12521 * gdb.base/solib-nodir.exp: Likewise.
12522 * gdb.base/solib-overlap.exp: Likewise.
12523 * gdb.base/solib-symbol.exp: Likewise.
12524 * gdb.base/solib-weak.exp (do_test): Likewise.
12525 * gdb.base/sym-file.exp: Likewise.
12526 * gdb.base/symtab-search-order.exp: Likewise.
12527 * gdb.base/type-opaque.exp: Likewise.
12528 * gdb.base/unload.exp: Likewise.
12529 * gdb.base/watchpoint-solib.exp: Likewise.
12530 * gdb.compile/compile.exp: Likewise.
12531 * gdb.cp/gdb2384.exp: Likewise.
12532 * gdb.cp/infcall-dlopen.exp: Likewise.
12533 * gdb.cp/re-set-overloaded.exp: Likewise.
12534 * gdb.fortran/library-module.exp: Likewise.
12535 * gdb.opt/solib-intra-step.exp: Likewise.
12536 * gdb.python/py-finish-breakpoint.exp: Likewise.
12537 * gdb.python/py-shared.exp: Likewise.
12538 * gdb.reverse/solib-precsave.exp: Likewise.
12539 * gdb.reverse/solib-reverse.exp: Likewise.
12540 * gdb.server/solib-list.exp: Likewise.
12541 * gdb.threads/dlopen-libpthread.exp: Likewise.
12542 * gdb.threads/tls-shared.exp: Likewise.
12543 * gdb.threads/tls-so_extern.exp: Likewise.
12544 * gdb.trace/change-loc.exp: Likewise.
12545 * gdb.trace/ftrace-lock.exp: Likewise.
12546 * gdb.trace/ftrace.exp: Likewise.
12547 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12548 * gdb.trace/pending.exp: Likewise.
12549 * gdb.trace/range-stepping.exp: Likewise.
12550 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12551 (strace_info_marker): Likewise.
12552 (strace_probe_marker): Likewise.
12553 (strace_trace_on_same_addr): Likewise.
12554 (strace_trace_on_diff_addr): Likewise.
12555 * gdb.trace/trace-break.exp: Likewise.
12556 * gdb.trace/trace-condition.exp: Likewise.
12557 * gdb.trace/trace-mt.exp: Likewise.
12558
fca4cfd9
SM
125592016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12560
12561 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12562 result of gdb_remote_download.
12563 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12564 * gdb.base/dso2dso.exp: Likewise.
12565 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12566 * gdb.base/print-file-var.exp: Likewise.
12567 * gdb.base/shlib-call.exp: Likewise.
12568 * gdb.base/shreloc.exp: Likewise.
12569 * gdb.base/solib-overlap.exp: Likewise.
12570 * gdb.base/solib-weak.exp (do_test): Likewise.
12571 * gdb.base/unload.exp: Likewise.
12572
11cf4ffb
YQ
125732016-04-27 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12576 exists.
12577
3e2e34f8
KB
125782016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12579
12580 * vla-type.exp: Print structure from toplevel.
12581
8f07e298
BH
125822016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12583
12584 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12585 of dynamic types.
12586 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12587 of dynamic types.
12588
9920b434
BH
125892016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12590
12591 * gdb.fortran/vla-type.f90: New file.
12592 * gdb.fortran/vla-type.exp: New file.
12593
f3abeff5
YQ
125942016-04-25 Yao Qi <yao.qi@linaro.org>
12595
12596 * gdb.base/branch-to-self.c: New file.
12597 * gdb.base/branch-to-self.exp: New file.
12598
0a5d52f0
YQ
125992016-04-22 Yao Qi <yao.qi@linaro.org>
12600
12601 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12602 more after $hex.
12603
495346f6
YQ
126042016-04-22 Yao Qi <yao.qi@linaro.org>
12605
12606 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12607 * gdb.base/annota3.exp: Likewise.
12608
4a7e075c
YQ
126092016-04-22 Yao Qi <yao.qi@linaro.org>
12610
12611 * gdb.reverse/step-precsave.exp: Do one step and test program
12612 stops in "callee" and do multiple steps until program goes out
12613 of "callee".
12614 * gdb.reverse/step-reverse.exp: Likewise.
12615
5b061e98
YQ
126162016-04-22 Yao Qi <yao.qi@linaro.org>
12617
12618 * gdb.trace/signal.exp: Also pass if
12619 $tracepoint_hits($i) > $iterations.
12620
5c5dc57f
YQ
126212016-04-22 Yao Qi <yao.qi@linaro.org>
12622
12623 * gdb.trace/signal.c: New file.
12624 * gdb.trace/signal.exp: New file.
12625
a55411b9
DE
126262016-04-19 Doug Evans <xdje42@gmail.com>
12627
12628 * gdb.base/bad-file.exp: New file.
12629
a22df60a
MG
126302016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12631
12632 * gdb.dwarf2/implref.exp: New file.
12633
0c13f7e5
BH
126342016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12635
12636 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12637 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12638 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12639 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12640 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12641 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12642 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12643 * lib/fortran.exp (fortran_int4): New procedure.
12644 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12645 (fortran_logical4): Likewise.
12646
9b9b09e9
BH
126472016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12648
12649 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12650
a14d1f4d
BH
126512016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12652
12653 * lib/compiler.c: Add Intel specific preprocessor macros.
12654 * lib/compiler.cc: Likewise.
25d49b86 12655
7d49b1d0
LM
126562016-04-13 Luis Machado <lgustavo@codesourcery.com>
12657
12658 * gdb.server/connect-with-no-symbol-file.c: New file.
12659 * gdb.server/connect-with-no-symbol-file.exp: New file.
12660
8392fa22
SM
126612016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12662
12663 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12664
8c4c4aeb
SM
126652016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12666
12667 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12668 standard output directory.
12669
45e3745e
AT
126702016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12671
12672 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12673
e26b7e41
MM
126742016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12675
12676 * gdb.btrace/instruction_history.c (loop): Add declaration.
12677
8ce09462
AT
126782016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12679
12680 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12681
2e88a1ea
SM
126822016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12683
12684 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12685 parentheses to print.
12686 (continue_handler): Likewise.
12687
f48e22e3
SM
126882016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12689
12690 * gdb.server/solib-list.exp: Remove is_remote check.
12691 Pass shlib= to gdb_compile. Don't link shared library with
12692 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12693 Run binary filename through "readlink -f" on the target.
12694
096be756
PA
126952016-04-08 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12698 interpreter filename as argument to gdbserver_spawn.
12699 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12700 Return empty if $last_loaded_file does not exist.
12701
06500533
JK
127022016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12703
12704 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12705 * gdb.base/jit-main.c: Use exit after usage.
12706
2d35e871
JK
127072016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12708
12709 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12710 GDBHISTSIZE prior to the tests.
12711 * gdb.base/gdbinit-history.exp: Likewise.
12712
127132016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12714
12715 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12716 instead of build_executable. Use gdb_load_shlibs.
12717
c8064e7e
YQ
127182016-04-07 Yao Qi <yao.qi@linaro.org>
12719
12720 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12721 Execute "si" command.
12722
bde47561
YQ
127232016-04-07 Yao Qi <yao.qi@linaro.org>
12724
12725 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12726 number instead of the comments on some line.
12727
b16f8a3b
DB
127282016-04-06 Don Breazeal <donb@codesourcery.com>
12729
12730 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12731 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12732
c2f901df
SM
127332016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12734
12735 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12736 standard_output_file. Remove unused binfile variable.
12737
ac17fda0
CU
127382016-04-05 Catalin Udma <catalin.udma@freescale.com>
12739
12740 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12741 * gdb.python/py-mi-objfile.exp: Match "list main" output
12742 in console format.
12743
03a8c4df
SM
127442016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12745
12746 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12747 absolute.
12748
6e774b13
SM
127492016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12750
12751 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12752 absolute.
12753 * gdb.trace/ftrace.exp: Likewise.
12754 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12755 targets as well.
12756 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12757 (gdb_load_shlibs): Copy libraries to test directory when testing
12758 natively. Only set solib-search-path if testing remotely.
12759 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12760
7817ea46
SM
127612016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12762
12763 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12764 gdb_download. Use it even if the target is not remote.
12765 * gdb.base/jit.exp (compile_jit_test): Likewise.
12766 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12767 output directory if the destination board is local, otherwise use
12768 the standard remote_download from DejaGnu.
12769 (gdb_download): Remove.
12770 (gdb_load_shlibs): Use gdb_remote_download instead of
12771 gdb_download.
12772 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12773 Use gdb_remote_download instead of gdb_download. Use it even if
12774 the target is not remote.
12775 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12776 instead of gdb_download.
12777
7beb7f68
SM
127782016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12779
12780 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12781 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12782 run.
12783
cc63428a
AV
127842016-04-01 Artemiy Volkov <artemiyv@acm.org>
12785
12786 PR gdb/19820
12787 * gdb.base/printcmds.exp: Add artificial arrays tests.
12788
64cdf930
PA
127892016-03-31 Pedro Alves <palves@redhat.com>
12790
12791 PR gdb/19858
12792 * gdb.base/jit-main.c: Include unistd.h.
12793 (ATTACH): Define to 0 if not already defined.
12794 (wait_for_gdb, mypid): New globals.
12795 (WAIT_FOR_GDB): New macro.
12796 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12797 some breakpoint locations.
12798 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12799 New procedures.
12800 (one_jit_test): Add REATTACH parameter, and handle it. Use
12801 continue_to_test_location.
12802 (top level): Test attach, and adjusts calls to one_jit_test.
12803
40dea8cb
PA
128042016-03-31 Pedro Alves <palves@redhat.com>
12805
12806 PR gdb/19858
12807 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12808 BINSUFFIX parameter, and handle it.
12809 (top level): Adjust calls compile_jit_test.
12810
e7ea3ec7
CU
128112016-03-31 Catalin Udma <catalin.udma@freescale.com>
12812
12813 PR python/19743
12814 * gdb.python/py-mi-events-gdb.py: New file.
12815 * gdb.python/py-mi-events.c: New file.
12816 * gdb.python/py-mi-events.exp: New file.
12817
e6359af3
YQ
128182016-03-30 Yao Qi <yao.qi@linaro.org>
12819
12820 * gdb.reverse/until-precsave.exp: Match function name only.
12821 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12822 Move malloc to a condition block.
12823 * gdb.reverse/until-reverse.exp: Match function name only.
12824
a4105d04
MK
128252016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12826
12827 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12828 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12829 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12830 variable for GPR 0 instead of assuming it is register 0.
12831 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12832 * lib/trace-support.exp: Add s390 registers.
12833
bfa6adb9
YQ
128342016-03-29 Yao Qi <yao.qi@linaro.org>
12835
12836 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12837
1e6697ea
YQ
128382016-03-24 Yao Qi <yao.qi@linaro.org>
12839
12840 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12841 test message.
12842
64bcd522
AA
128432016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12844
12845 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12846 maintaining separate logic for constructing the output path.
12847
7868401b
DB
128482016-03-16 Don Breazeal <donb@codesourcery.com>
12849
12850 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12851 Retry fork and waitpid on interrupted system call errors.
12852 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12853 Use with_timeout_factor to increase timeout by factor of 10.
12854
1cafadb4
DB
128552016-03-15 Don Breazeal <donb@codesourcery.com>
12856
12857 * gdb.cp/scope-err.cc: New test program.
12858 * gdb.cp/scope-err.exp: New test script.
12859 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12860 lines and "set breakpoint here" comment.
12861 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12862 Fixed some whitespace and format issues.
12863 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12864 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12865
81516450
DE
128662016-03-15 Doug Evans <dje@google.com>
12867
12868 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12869 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12870 All callers updated. Add tests for enums, mixed flags register.
12871
aa52b601
DE
128722016-03-15 Doug Evans <dje@google.com>
12873
12874 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12875 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12876
fa4ff313
SM
128772016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12878
12879 * gdb.base/default.exp: Add $_as_string to the list of expected
12880 convenience functions.
12881
f2403c39
AB
128822016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12883
12884 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12885
f2f3ccb9
SM
128862016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12887
12888 * gdb.python/py-as-string.exp: New file.
12889 * gdb.python/py-as-string.c: New file.
12890
00dbd492
PA
128912016-03-09 Pedro Alves <palves@redhat.com>
12892
12893 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12894 signal" -> "Thread NN received signal" output change.
12895 * gdb.threads/ia64-sigill.exp: Likewise.
12896 * gdb.threads/linux-dp.exp: Likewise.
12897 * gdb.threads/manythreads.exp: Likewise.
12898 * gdb.threads/pending-step.exp: Likewise.
12899 * gdb.threads/print-threads.exp: Likewise.
12900 * gdb.threads/sigstep-threads.exp: Likewise.
12901 * gdb.threads/staticthreads.exp: Likewise.
12902 * gdb.threads/tls.exp: Likewise.
12903
1e6697ea
YQ
129042016-03-09 Pedro Alves <palves@redhat.com>
12905
12906 * gdb.base/command-line-input.exp: New file.
12907
b04fd3be
MK
129082016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12909
12910 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12911 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12912 * gdb.trace/pending.exp: Accept leading dot before function name.
12913 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12914 * lib/trace-support.exp: Set registers for ppc.
12915
98fa59e9
MK
129162016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12917
12918 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12919 use it for disassembly; accept .main in addition to main in backtrace.
12920
f77198c8
MK
129212016-03-09 Wei-cheng Wang <cole945@gmail.com>
12922 Marcin Kościelnicki <koriakin@0x04.net>
12923
12924 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12925 (gdb_recursion_test_ptr): New global variable.
12926 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12927 gdb_recursion_test.
12928 (gdb_c_test): Ditto.
12929
ba84e0da
MK
129302016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12931
12932 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12933 ordering.
12934
4366d36e
MK
129352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12936
12937 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12938 (bar): Add bar_start_lbl label.
12939 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12940 of foo/bar for emitting DWARF and tracing.
12941
5eb264df
SDJ
129422016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12943
12944 * analyze-racy-logs.py: Set executable bit.
12945
fb6a751f
SDJ
129462016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12947
12948 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12949 (CHECK_TARGET_TMP): Likewise.
12950 (check-single-racy): New rule.
12951 (check-parallel-racy): Likewise.
12952 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12953 (do-check-parallel-racy): New rule.
12954 (check-racy/%.exp): Likewise.
12955 * README (Racy testcases): New section.
12956 * analyze-racy-logs.py: New file.
12957
bdf7e230
DE
129582016-03-03 Doug Evans <dje@google.com>
12959
12960 * gdb.base/skip.exp: Use with_test_prefix.
12961
4719d415
YQ
129622016-03-03 Yao Qi <yao.qi@linaro.org>
12963
12964 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12965 Invoke step_over_syscall "clone" and break_cond_on_syscall
12966 "clone".
12967 * gdb.base/step-over-clone.c: New file.
12968
ea507862
YQ
129692016-03-03 Yao Qi <yao.qi@linaro.org>
12970
12971 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12972 code format.
12973
8fc8cbda
YQ
129742016-03-03 Yao Qi <yao.qi@linaro.org>
12975
12976 * gdb.base/disp-step-fork.c: Rename to ...
12977 * gdb.base/step-over-fork.c: ... it. New file.
12978 * gdb.base/disp-step-vfork.c: Rename to ...
12979 * gdb.base/step-over-vfork.c: ... it. New file.
12980 * gdb.base/disp-step-syscall.exp: Rename to ...
12981 * gdb.base/step-over-syscall.exp: ... it. New file.
12982 (disp_step_cross_syscall): Rename to ...
12983 (step_over_syscall): ... it.
12984
92fa70b0
YQ
129852016-03-03 Yao Qi <yao.qi@linaro.org>
12986
12987 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12988 If target supports condition evaluation on target, invoke
12989 break_cond_on_syscall for fork and vfork.
12990
e197ad3c
YQ
129912016-03-03 Yao Qi <yao.qi@linaro.org>
12992
12993 * gdb.base/disp-step-syscall.exp: Don't invoke
12994 support_displaced_stepping.
12995 (disp_step_cross_syscall): Test with displaced stepping off and
12996 on if supported.
12997
0b47da9f
YQ
129982016-03-03 Yao Qi <yao.qi@linaro.org>
12999
13000 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13001 proc.
13002 (setup): New proc.
13003 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13004 and setup.
13005
065ab6dc
BH
130062016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13007
13008 * gdb.fortran/vla-history.exp: Remove breakpoint.
13009
07e448ad 130102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13011
25d49b86
PA
13012 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13013 exceeds timeout.
07e448ad 13014
9ac2d526 130152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13016
25d49b86
PA
13017 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13018 breakpoint.
9ac2d526 13019
17807369
BH
130202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13021
13022 * gdb.mi/vla.f90: Nullify pointer after declaration.
13023
86e501af
PA
130242016-03-01 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13027
1e903e32
PA
130282016-03-01 Pedro Alves <palves@redhat.com>
13029
13030 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13031 before anything else.
13032 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13033 _GNU_SOURCE here.
13034 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13035 before anything else.
13036 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13037
6ccb54e2
PA
130382016-03-01 Pedro Alves <palves@redhat.com>
13039
13040 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13041
30ca9da1
YQ
130422016-03-01 Yao Qi <yao.qi@linaro.org>
13043
13044 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13045 prepare_for_testing.
13046
dc856b38
YQ
130472016-03-01 Yao Qi <yao.qi@linaro.org>
13048
13049 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13050
4a932159
AA
130512016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13052
13053 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13054 manually constructing the output path.
13055
f2489477
AA
130562016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13057
13058 * gdb.arch/s390-stackless.S: New.
13059 * gdb.arch/s390-stackless.exp: New.
13060
38899f16
IB
130612016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13062
13063 * gdb.dlang/circular.c: New file.
13064 * gdb.dlang/circular.exp: New file.
13065
9fde51ed
YQ
130662016-02-26 Yao Qi <yao.qi@linaro.org>
13067
13068 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13069 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13070 (testcases): Update.
13071
ce90fefe
YQ
130722016-02-26 Yao Qi <yao.qi@linaro.org>
13073
13074 * gdb.reverse/aarch64.c: Rename to ...
13075 * gdb.reverse/insn-reverse.c: ... it.
13076 * gdb.reverse/aarch64.exp: Rename to ...
13077 * gdb.reverse/insn-reverse.exp: ... it.
13078
3263bceb
YQ
130792016-02-26 Yao Qi <yao.qi@linaro.org>
13080
13081 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13082 (testcase_ftype): New.
13083 (testcases): New array.
13084 (n_testcases): New.
13085 (main): Call each element in testcases.
13086 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13087 (read_testcase): New.
13088 Do the tests in a loop.
13089
6cb59ff1
YQ
130902016-02-25 Yao Qi <yao.qi@linaro.org>
13091
13092 * gdb.base/branches.c: Remove.
13093
ae91f625
MK
130942016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13095
13096 PR gdb/13808
13097 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13098
678b48b7
MK
130992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13100
13101 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13102
7337a6f2
MK
131032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13104
13105 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13106 change x86_64 call_insn to 'callq'.
13107
861ca91f
AT
131082016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13109
13110 * gdb.trace/tfile-avx.c: Move to...
13111 * gdb.trace/tracefile-pseudo-reg.c: Here.
13112 * gdb.trace/tfile-avx.exp: Move to...
13113 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13114
bf74e428
GB
131152016-02-24 Gary Benson <gbenson@redhat.com>
13116
13117 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13118 message on attach.
13119
cce0e923
DE
131202016-02-23 Doug Evans <dje@google.com>
13121
13122 * gdb.base/skip.c (test_skip): New function.
13123 (end_test_skip_file_and_function): New function.
13124 (test_skip_file_and_function): New function.
13125 * gdb.base/skip1.c (test_skip): New function.
13126 (skip1_test_skip_file_and_function): New function.
13127 * gdb.base/skip.exp: Add tests for new skip options.
13128 * gdb.base/skip-solib.exp: Update expected output.
13129 * gdb.perf/skip-command.cc: New file.
13130 * gdb.perf/skip-command.exp: New file.
13131 * gdb.perf/skip-command.py: New file.
13132
4000e47e
MK
131332016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13134
13135 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13136 info registers pattern.
13137
24f75ead
IB
131382016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13139
13140 * lib/future.exp: Add D support.
13141 (gdb_find_gdc): New proc.
13142 (gdb_default_target_compile): Add D support.
13143
fbb7bcbe
WW
131442016-02-18 Wei-cheng Wang <cole945@gmail.com>
13145
13146 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13147 user+system time.
13148 (trace_speed_test): Determine the iteration count for a time
13149 between 15..30 seconds.
13150
012b3a21
WT
131512016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13152
13153 * gdb.arch/i386-mpx-sigsegv.c: New file.
13154 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13155 * gdb.arch/i386-mpx-simple_segv.c: New file.
13156 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13157
2d5189bd
YQ
131582016-02-18 Yao Qi <yao.qi@linaro.org>
13159
13160 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13161 Don't call setup_kfail.
13162
40fb20d0
YQ
131632016-02-18 Yao Qi <yao.qi@linaro.org>
13164
13165 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13166 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13167
21b1f8d2
DE
131682016-02-16 Doug Evans <dje@google.com>
13169
13170 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13171 * gdb.base/skip1.c: Ditto.
13172 * gdb.base/skip.exp: Whitespace cleanup.
13173
4041ed77
DB
131742016-02-16 Don Breazeal <donb@codesourcery.com>
13175
13176 PR remote/19496
13177 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13178 Remove kfail for PR remote/19496.
13179
c4ef31bf
SM
131802016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13181
13182 * lib/gdb.exp (standard_temp_file): Return a path specific to
13183 the runtest invocation.
13184
266b65b3
SM
131852016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13186
13187 * gdb.trace/save-trace.exp: Change relative path to be in the
13188 standard output directory.
13189
a7a0a6a9
JK
131902016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13191
13192 * gdb.arch/i386-prologue.c: Add missing prototypes.
13193
c99dbb42
JK
131942016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13195
13196 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13197 * gdb.arch/i386-prologue.exp: Likewise.
13198 * gdb.arch/i386-size.exp: Likewise.
13199
aa480355
SM
132002016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13201
13202 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13203 define object file path.
13204 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13205 file path.
13206 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13207 standard_output_file to define binfile.
13208
ba881f50
JK
132092016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13210
13211 Fix compatibility with recent gfortran-5.3.1.
13212 * gdb.fortran/vla-history.exp (print vla1 allocated)
13213 (print vla2 allocated, print $2, print $3): Remove
13214 (print $4): Rename to ...
13215 (print $2): ... here.
13216 (print $9): Rename to ...
13217 (print $5): ... here.
13218 (print $10): Rename to ...
13219 (print $6): ... here.
13220 * gdb.fortran/vla.f90: Add pvla initialization.
13221
e9fb005c
JK
132222016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13223
13224 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13225 New test.
13226 * gdb.fortran/vla-value-sub.exp: Likewise.
13227
e44e00ff
MK
132282016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13229
13230 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13231
97e94151
SM
132322016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13233
13234 * i386-biarch-core.exp: Define corefile using
13235 standard_output_file.
13236
01113bc1
YQ
132372016-02-12 Yao Qi <yao.qi@linaro.org>
13238
13239 * gdb.arch/arm-single-step-kernel-helper.c: New.
13240 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13241
33b4777c
MM
132422016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13243
13244 * gdb.btrace/tailcall-only.exp: New.
13245 * gdb.btrace/tailcall-only.c: New.
13246 * gdb.btrace/x86_64-tailcall-only.S: New.
13247 * gdb.btrace/i686-tailcall-only.S: New.
13248
acc23c11
PA
132492016-02-11 Pedro Alves <palves@redhat.com>
13250
13251 * README (Parallel testing): Add missing double quotes.
13252
e352bf0a
PA
132532016-02-11 Pedro Alves <palves@redhat.com>
13254
13255 * README (Parallel testing): New section.
13256 (GDB_PARALLEL): Rewrite.
13257 (FORCE_PARALLEL): Document.
13258
9f5fed78
MK
132592016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13260
13261 * gdb.trace/tfile-avx.c: New test.
13262 * gdb.trace/tfile-avx.exp: New test.
13263
9ef9e6a6
KS
132642016-02-09 Keith Seitz <keiths@redhat.com>
13265
13266 PR breakpoints/19546
13267 * gdb.base/infcall-exec.c: New file.
13268 * gdb.base/infcall-exec2.c: New file.
13269 * gdb.base/infcall-exec.exp: New file.
13270
a96e36da
KS
132712016-02-09 Keith Seitz <keiths@redhat.com>
13272
13273 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13274 (toplevel): Call test_bkpt_address.
13275
9f61929f
KS
132762016-02-09 Keith Seitz <keiths@redhat.com>
13277
13278 PR python/19506
13279 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13280 (toplevel): Call test_bkpt_address.
13281
1e94266c
SM
132822016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13283
13284 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13285 to AC_OUTPUT.
13286 * configure: Regenerate.
13287
2a7f3dff
PA
132882016-02-09 Pedro Alves <palves@redhat.com>
13289
13290 PR breakpoints/19548
13291 * gdb.base/execl-update-breakpoints.c (some_function): New
13292 function.
13293 (main): Call it.
13294 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13295 Tighten expected GDB output.
13296
2151ccc5
SM
132972016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13298
13299 * Makefile.in (ALL_SUBDIRS): Remove.
13300 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13301 (distclean maintainer-clean realclean): Likewise.
13302 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13303 * configure: Regenerate.
13304 * gdb.ada/Makefile.in: Delete.
13305 * gdb.arch/Makefile.in: Likewise.
13306 * gdb.asm/Makefile.in: Likewise.
13307 * gdb.base/Makefile.in: Likewise.
13308 * gdb.btrace/Makefile.in: Likewise.
13309 * gdb.cell/Makefile.in: Likewise.
13310 * gdb.compile/Makefile.in: Likewise.
13311 * gdb.cp/Makefile.in: Likewise.
13312 * gdb.disasm/Makefile.in: Likewise.
13313 * gdb.dlang/Makefile.in: Likewise.
13314 * gdb.dwarf2/Makefile.in: Likewise.
13315 * gdb.fortran/Makefile.in: Likewise.
13316 * gdb.gdb/Makefile.in: Likewise.
13317 * gdb.go/Makefile.in: Likewise.
13318 * gdb.guile/Makefile.in: Likewise.
13319 * gdb.java/Makefile.in: Likewise.
13320 * gdb.linespec/Makefile.in: Likewise.
13321 * gdb.mi/Makefile.in: Likewise.
13322 * gdb.modula2/Makefile.in: Likewise.
13323 * gdb.multi/Makefile.in: Likewise.
13324 * gdb.objc/Makefile.in: Likewise.
13325 * gdb.opencl/Makefile.in: Likewise.
13326 * gdb.opt/Makefile.in: Likewise.
13327 * gdb.pascal/Makefile.in: Likewise.
13328 * gdb.perf/Makefile.in: Likewise.
13329 * gdb.python/Makefile.in: Likewise.
13330 * gdb.reverse/Makefile.in: Likewise.
13331 * gdb.server/Makefile.in: Likewise.
13332 * gdb.stabs/Makefile.in: Likewise.
13333 * gdb.threads/Makefile.in: Likewise.
13334 * gdb.trace/Makefile.in: Likewise.
13335 * gdb.xml/Makefile.in: Likewise.
13336 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13337 GDB_PARALLEL.
13338 (standard_output_file): Remove check for GDB_PARALLEL, always
13339 return path in outputs/$subdir/$testname.
13340
437277d4
SM
133412016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13342
13343 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13344 (site.exp): Assign abs_srcdir to tcl's srcdir.
13345
31d913c7
YQ
133462016-02-04 Yao Qi <yao.qi@linaro.org>
13347
13348 * gdb.base/foll-exec-mode.c: Include limits.h.
13349 (main): Add parameters argc and argv. Get directory from
13350 argv[0].
13351 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13352 compilation.
13353 * gdb.base/foll-exec.c: Include limits.h.
13354 (main): Add parameters argc and argv.
13355 Get directory from argv[0].
13356 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13357 Adjust tests on the number of lines as source code changed.
13358 * gdb.base/foll-vfork-exit.c: Include limits.h.
13359 (main): Add one line of statement before vfork.
13360 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13361 (main): Add parameters argc and argv. Get directory from
13362 argv[0].
13363 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13364 (setup_gdb): Set tbreak to skip some source lines.
13365 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13366 (main): Add parameters argc and argv. Get directory from
13367 argv[0].
13368 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13369 compilation.
13370 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13371 (main): Add parameters argc and argv. Get directory from
13372 argv[0].
13373 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13374 compilation.
13375
9482b9fb
DE
133762016-02-01 Doug Evans <dje@google.com>
13377
13378 * gdb.base/skip.exp: Clean up multiple references to same test name.
13379
6b2e4f10
PA
133802016-02-01 Pedro Alves <palves@redhat.com>
13381
ccb6afd6 13382 PR remote/19496
6b2e4f10
PA
13383 * gdb.threads/forking-threads-plus-breakpoint.exp
13384 (displaced_stepping_supported): New global.
13385 (probe_displaced_stepping_support): New procedure.
13386 (do_test): Add 'displaced' parameter, and use it.
13387 (top level): Check for displaced stepping support. Add displaced
13388 stepping on/off testing axis.
13389
37a8db1a
AB
133902016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13391
13392 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13393 pointer. Don't perform further tests on the unassociated pointer
13394 if the first test fails.
13395
5fdf6324
AB
133962016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13397
13398 * gdb.base/max-value-size.c: New file.
13399 * gdb.base/max-value-size.exp: New file.
13400 * gdb.base/huge.exp: Disable max-value-size for this test.
13401
935c6144
IB
134022016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13403
13404 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13405
7fe8399d
YQ
134062016-01-28 Yao Qi <yao.qi@linaro.org>
13407
13408 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13409
a2077e25
PA
134102016-01-25 Pedro Alves <palves@redhat.com>
13411
13412 PR threads/19461
13413 * gdb.base/fork-running-state.c: New file.
13414 * gdb.base/fork-running-state.exp: New file.
13415
1d2736d4
PA
134162016-01-25 Pedro Alves <palves@redhat.com>
13417
13418 PR gdb/19494
13419 * gdb.base/catch-fork-kill.c: New file.
13420 * gdb.base/catch-fork-kill.exp: New file.
13421
f1da4b11
PA
134222016-01-25 Pedro Alves <palves@redhat.com>
13423
13424 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13425 Delete, moved to lib/gdb.exp.
13426 * gdb.threads/forking-threads-plus-breakpoint.exp
13427 (foreach_with_prefix): Likewise.
13428 * gdb.threads/process-dies-while-handling-bp.exp
13429 (foreach_with_prefix): Likewise.
13430 * lib/gdb.exp (foreach_with_prefix): New procedure.
13431
45f38546
MK
134322016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13433
13434 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13435 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13436
dc29a1ce
MK
134372016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13438
13439 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13440 endian targets.
13441
092127d7
JK
134422016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13443 Pedro Alves <palves@redhat.com>
13444
13445 Fix testsuite compatibility with Guile.
13446 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13447 number.
13448
31d765d3
JK
134492016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13450
13451 Fix testsuite compatibility with Guile.
13452 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13453 (thread 1): New test for backtrace through signal handler.
13454
1ac78c04
YQ
134552016-01-22 Yao Qi <yao.qi@linaro.org>
13456
13457 PR testsuite/19491
13458 * gdb.base/multi-forks.c: Include
13459 ../lib/unbuffer_output.c
13460 (main): Call gdb_unbuffer_output.
13461
4f5946a8
DE
134622016-01-21 Doug Evans <dje@google.com>
13463
13464 * lib/ada.exp (gdb_compile_ada): Fix typo.
13465
305e13e6
JB
134662016-01-21 Joel Brobecker <brobecker@adacore.com>
13467
13468 * gdb.base/break-fun-addr.exp: New file.
13469 * gdb.base/break-fun-addr1.c: New file.
13470 * gdb.base/break-fun-addr2.c: New file.
13471
5f5dfff6
SM
134722016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13473
13474 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13475 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13476 enum flag values.
13477
fd356fa2
AA
134782016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13479
13480 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13481 when GDB can not set the vector return value. Add more comments
13482 for clarification.
13483
9df22175
AT
134842016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13485
13486 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13487 command.
13488
41d1845e
SM
134892016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13490
13491 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13492
01ac6840
SM
134932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13494
13495 * Makefile.in (check-single): Pass --status to runtest.
13496 (check/%.exp): Likewise.
13497
134982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13499
13500 * Makefile.in (check-parallel): Propagate return code from make
13501 do-check-parallel.
13502
bd0a71fa
MK
135032016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13504
13505 * gdb.trace/ftrace.exp: Fix expected message on continue.
13506 * gdb.trace/pending.exp: Fix expected message on continue.
13507 * gdb.trace/trace-break.exp: Fix expected message on continue.
13508
8bcbad33
SM
135092016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13510
13511 * lib/gdb.exp (gdb_test): Remove unused global references.
13512
f303dbd6
PA
135132016-01-18 Pedro Alves <palves@redhat.com>
13514
13515 * gdb.base/async-shell.exp: Adjust expected output.
13516 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13517 * gdb.base/siginfo-thread.exp: Adjust expected output.
13518 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13519 * gdb.java/jnpe.exp: Adjust expected output.
13520 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13521 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13522 * gdb.threads/leader-exit.exp: Adjust expected output.
13523 * gdb.threads/manythreads.exp: Adjust expected output.
13524 * gdb.threads/pthreads.exp: Adjust expected output.
13525 * gdb.threads/schedlock.exp: Adjust expected output.
13526 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13527 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13528 expected output.
13529 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13530 output.
13531 * gdb.threads/sigthread.exp: Adjust expected output.
13532 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13533
b2789696
YQ
135342016-01-18 Yao Qi <yao.qi@linaro.org>
13535
13536 * gdb.guile/scm-section-script.c: Replace @progbits with
13537 %progbits.
13538 * gdb.python/py-section-script.c: Likewise.
13539
71ef29a8
PA
135402016-01-15 Pedro Alves <palves@redhat.com>
13541
13542 * gdb.multi/tids.exp: Test star wildcard ranges.
13543
3f5b7598
PA
135442016-01-15 Pedro Alves <palves@redhat.com>
13545
13546 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13547 command from "thread apply" invocation.
13548 (thr_apply_info_thr_invalid): Default the expected output to the
13549 input tid list.
13550 (top level): Add tests that use convenience variables. Add tests
13551 for "thread apply" with a valid TID list, but missing the command.
13552
663f6d42
PA
135532016-01-13 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/default.exp: Expect $_gthread as well.
13556 * gdb.multi/tids.exp: Test $_gthread.
13557 * gdb.threads/thread-specific.exp: Test $_gthread.
13558
c84f6bbf
PA
135592016-01-13 Pedro Alves <palves@redhat.com>
13560
13561 * gdb.multi/tids.exp: Test "info threads -gid".
13562
22a02324
PA
135632016-01-13 Pedro Alves <palves@redhat.com>
13564
13565 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13566 Breakpoint.thread.
13567 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13568
5d5658a1
PA
135692016-01-07 Pedro Alves <palves@redhat.com>
13570
13571 * gdb.base/break.exp: Adjust to output changes.
13572 * gdb.base/hbreak2.exp: Likewise.
13573 * gdb.base/sepdebug.exp: Likewise.
13574 * gdb.base/watch_thread_num.exp: Likewise.
13575 * gdb.linespec/keywords.exp: Likewise.
13576 * gdb.multi/info-threads.exp: Likewise.
13577 * gdb.threads/thread-find.exp: Likewise.
13578 * gdb.multi/tids.c: New file.
13579 * gdb.multi/tids.exp: New file.
13580
84654457
PA
135812016-01-13 Pedro Alves <palves@redhat.com>
13582
13583 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13584
e3940304
PA
135852016-01-13 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.base/default.exp: Expect $_inferior as well.
13588 * gdb.multi/base.exp: Test $_inferior.
13589
a911d87a
PA
135902016-01-13 Pedro Alves <palves@redhat.com>
13591
13592 PR breakpoints/19388
13593 * gdb.base/catch-signal-siginfo-cond.c: New file.
13594 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13595
82075af2
JS
135962016-01-12 Josh Stone <jistone@redhat.com>
13597 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13598
13599 * gdb.base/catch-syscall.c (do_execve): New variable.
13600 (main): Conditionally trigger an execve.
13601 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13602 (test_catch_syscall_execve): New, check entry/return across execve.
13603 (do_syscall_tests): Call test_catch_syscall_execve.
13604
e46eeedd
PA
136052016-01-12 Pedro Alves <palves@redhat.com>
13606
13607 * gdb.base/random-signal.exp (do_test): New procedure, with body
13608 of testcase moved in.
13609
01d8c27e
JK
136102016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13611 Pedro Alves <palves@redhat.com>
13612
13613 * gdb.base/funcargs.exp (finish from indirectly called function):
13614 Reintroduce the case for 'First'.
13615
9a706302
JK
136162016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13617 Pedro Alves <palves@redhat.com>
13618
13619 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13620 (tcatch_vfork_then_child_follow_exec)
13621 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13622 identification.
13623
c0ecb95f
JK
136242016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13625
13626 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13627 and repeats to unlimited.
13628 * gdb.python/py-value.exp: Likewise.
13629 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13630 and repeats to unlimited.
13631
6cfc1fcb
JK
136322016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13633
13634 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13635 and reordering the functions.
13636 * gdb.multi/hangout.c: Likewise.
13637 * gdb.multi/hello.c: Likewise.
13638
582a1b00
SM
136392016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13640
13641 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13642 absolute.
13643 (SingleStatisticTestResult.report): Use dict.keys instead of
13644 dict.iterkeys.
13645
79bc59cb
PA
136462016-01-06 Pedro Alves <palves@redhat.com>
13647
13648 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13649
43368e1d
MM
136502016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13651
13652 * gdb.btrace/dlopen.exp: New.
13653 * gdb.btrace/dlopen.c: New.
13654 * gdb.btrace/dlopen-dso.c: New.
13655
79fad5b8
SL
136562015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13657
13658 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13659 PATTERN argument is optional.
13660
ab8314b3
JB
136612015-12-24 Joel Brobecker <brobecker@adacore.com>
13662
13663 * lib/ada.exp (target_compile_ada_from_dir): New function.
13664 (gdb_compile_ada): Reimplement avoiding the use of project files.
13665 * gdb.ada/gnat_ada.gpr: Delete.
13666 * gdb.ada/cond_lang.exp: Adjust test to make path before
13667 filename optional.
13668 * gdb.ada/small_reg_param.exp: Likewise.
13669
fe33faff
SM
136702015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13671
13672 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13673
6d265cb4
TP
136742015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13675
13676 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13677 case.
13678
10125099
SM
136792015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13680
13681 * gdb.base/break.exp: Remove dead code.
13682 * gdb.base/sepdebug.exp: Likewise.
13683
3ca22649
SM
136842015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13685
13686 * gdb.asm/asm-source.exp: Remove HP-UX references.
13687 * gdb.base/annota1.exp: Likewise.
13688 * gdb.base/annota3.exp: Likewise.
13689 * gdb.base/attach.exp: Likewise.
13690 * gdb.base/bigcore.exp: Likewise.
13691 * gdb.base/break.exp: Likewise.
13692 * gdb.base/call-ar-st.exp: Likewise.
13693 * gdb.base/callfuncs.exp: Likewise.
13694 * gdb.base/catch-fork-static.exp: Likewise.
13695 * gdb.base/display.exp: Likewise.
13696 * gdb.base/foll-exec-mode.exp: Likewise.
13697 * gdb.base/foll-exec.exp: Likewise.
13698 * gdb.base/foll-fork.exp: Likewise.
13699 * gdb.base/foll-vfork.exp: Likewise.
13700 * gdb.base/funcargs.exp: Likewise.
13701 * gdb.base/hbreak2.exp: Likewise.
13702 * gdb.base/inferior-died.exp: Likewise.
13703 * gdb.base/interrupt.exp: Likewise.
13704 * gdb.base/multi-forks.exp: Likewise.
13705 * gdb.base/nodebug.exp: Likewise.
13706 * gdb.base/sepdebug.exp: Likewise.
13707 * gdb.base/solib1.c: Likewise.
13708 * gdb.base/step-test.exp: Likewise.
13709 * gdb.mi/non-stop.c: Likewise.
13710 * gdb.mi/pthreads.c: Likewise.
13711 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13712 * gdb.threads/pthreads.c: Likewise.
13713 * gdb.threads/staticthreads.exp: Likewise.
13714 * lib/future.exp: Likewise.
13715 * lib/gdb.exp: Likewise.
13716 * gdb.base/so-indr-cl.c: Remove.
13717 * gdb.base/so-indr-cl.exp: Likewise.
13718 * gdb.base/solib.c: Likewise.
13719 * gdb.base/solib.exp: Likewise.
13720 * gdb.base/solib2.c: Likewise.
13721
b6304613
SM
137222015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13723
13724 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13725 * gdb.base/call-ar-st.exp: Likewise.
13726 * gdb.base/callfuncs.exp: Likewise.
13727 * gdb.base/condbreak.exp: Likewise.
13728 * gdb.base/constvars.exp: Likewise.
13729 * gdb.base/hbreak2.exp: Likewise.
13730 * gdb.base/langs.exp: Likewise.
13731 * gdb.base/list.exp: Likewise.
13732 * gdb.base/long_long.exp: Likewise.
13733 * gdb.base/ptype.exp: Likewise.
13734 * gdb.base/scope.exp: Likewise.
13735 * gdb.base/signals.exp: Likewise.
13736 * gdb.base/so-impl-ld.exp: Likewise.
13737 * gdb.base/varargs.exp: Likewise.
13738 * gdb.base/volatile.exp: Likewise.
13739 * gdb.base/whatis.exp: Likewise.
13740 * gdb.cp/cplusfuncs.exp: Likewise.
13741 * gdb.cp/inherit.exp: Likewise.
13742 * gdb.cp/local.exp: Likewise.
13743 * gdb.cp/member-ptr.exp: Likewise.
13744 * gdb.cp/method.exp: Likewise.
13745 * gdb.cp/overload.exp: Likewise.
13746 * gdb.cp/templates.exp: Likewise.
13747 * gdb.stabs/weird.exp: Likewise.
13748 * lib/compiler.c: Likewise.
13749 * lib/compiler.cc: Likewise.
13750 * lib/cp-support.exp: Likewise.
13751 * lib/gdb.exp: Likewise.
13752
bf401b07
SM
137532015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13754
13755 * configure.ac: Remove HP-UX case.
13756 * configure: Regenerate.
13757
aff9c0f8
SM
137582015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13759
13760 * lib/gdb.exp (gdb_compile): Add function doc.
13761
a6904d5a
PA
137622015-12-17 Pedro Alves <palves@redhat.com>
13763
13764 PR threads/19354
13765 * gdb.multi/info-threads.exp: New file.
13766
a22279dd
YQ
137672015-12-15 Yao Qi <yao.qi@linaro.org>
13768
13769 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13770 is aarch64*-*-*.
13771
0588c796
SL
137722015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13773
13774 * gdb.base/history-duplicates.exp: Skip if no readline support.
13775
5d978e17
SL
137762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13777
13778 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13779
7e763b86
SL
137802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13781
13782 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13783
87a3a92c
SL
137842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13785
13786 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13787 ctrl-C if nointerrupts target property is set.
13788 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13789 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13790 * gdb.base/paginate-bg-execution.exp: Likewise.
13791 * gdb.base/paginate-execution-startup.exp: Likewise.
13792 * gdb.base/random-signal.exp: Likewise.
13793 * gdb.base/range-stepping.exp: Likewise.
13794 * gdb.cp/annota2.exp: Likewise.
13795 * gdb.cp/annota3.exp: Likewise.
13796 * gdb.gdb/selftest.exp: Likewise.
13797 * gdb.threads/continue-pending-status.exp: Likewise.
13798 * gdb.threads/leader-exit.exp: Likewise.
13799 * gdb.threads/manythreads.exp: Likewise.
13800 * gdb.threads/pthreads.exp: Likewise.
13801 * gdb.threads/schedlock.exp: Likewise.
13802 * gdb.threads/sigthread.exp: Likewise.
13803
a8f077dc
DB
138042015-12-11 Don Breazeal <donb@codesourcery.com>
13805
13806 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13807 remote.
13808 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13809 * gdb.base/foll-exec.exp (main): Enable for target remote.
13810 * gdb.base/foll-fork.exp (main): Likewise.
13811 * gdb.base/foll-vfork.exp (main): Likewise.
13812 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13813 (proc continue_to_exit_bp_loc): Use clean_restart.
13814 * gdb.base/pie-execl.exp (main): Disable for target remote.
13815 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13816 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13817 * gdb.threads/execl.exp (main): Likewise.
13818 * gdb.threads/fork-child-threads.exp (main): Likewise.
13819 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13820 remote.
13821 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13822 remote.
13823 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13824 pid.tid style ptids, instead of just tid.
13825 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13826 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13827 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13828 ptids, instead of just tid.
13829
3b2464a8
AB
138302015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13831
13832 * gdb.base/list.exp (test_list_forward): Add end of file error
13833 test.
13834 (test_repeat_list_command): Add end of file error test.
13835 (test_list_backwards): Add beginning of file error test.
13836
a0def019
AB
138372015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13838
13839 * gdb.base/list.exp (test_list_invalid_args): New function,
13840 defined, and called.
13841
5c000dff
AB
138422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13843
13844 * gdb.base/list.exp (test_list): Make test names unique.
13845
f1637ebe
YQ
138462015-12-11 Yao Qi <yao.qi@linaro.org>
13847
13848 * gdb.base/coremaker2.c: Remove.
13849
36d6fc0a
PA
138502015-12-10 Pedro Alves <palves@redhat.com>
13851
13852 * gdb.multi/base.exp: Remove stale "spaces" references.
13853
762f7747
PA
138542015-12-10 Pedro Alves <palves@redhat.com>
13855
13856 * gdb.multi/base.exp: Don't use nowarnings.
13857 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13858 * gdb.multi/hangout.c: Include stdio.h.
13859 * gdb.multi/hello.c: Include stdlib.h.
13860 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13861 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13862 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13863
28d2bfb9
AB
138642015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13865
13866 * gdb.dwarf2/dw2-ranges-base.c: New file.
13867 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13868 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13869 support additional line table, and debug ranges generation.
13870 (Dwarf::ranges): New function, generate .debug_ranges.
13871 (Dwarf::lines): Support generating simple line table programs.
13872 (Dwarf::assemble): Initialise new namespace variables.
13873
5fc2beac
KB
138742015-12-09 Kevin Buettner <kevinb@redhat.com>
13875
13876 * gdb.base/async.exp (proc test_background): Add case for
13877 asynchronous execution not supported.
13878
1c35a88f
LM
138792015-12-09 Luis Machado <lgustavo@codesourcery.com>
13880
13881 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13882 format and change test names to make them unique.
13883
b593e3d9
RK
138842015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13885 Pedro Alves <pedro@redhat.com>
13886
13887 PR gdb/18702
13888 Add checking of floatformats setup on x86_64 hosts.
13889 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13890 (smallval, bigval): New labels/constants.
13891 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13892 float" after loading bigval and smallval.
13893
d72413e6
PMR
138942015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13895
13896 * gdb.ada/fun_overload_menu.exp: New testcase.
13897 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13898
ece66d65
JS
138992015-12-04 Josh Stone <jistone@redhat.com>
13900
13901 * gdb.base/catch-fork-static.exp: New.
13902
41d0efca
YQ
139032015-12-03 Yao Qi <yao.qi@linaro.org>
13904
13905 * gdb.base/sizeof.c: Don't include stdio.h and
13906 ../lib/unbuffer_output.c.
13907 (main): New variable 'size' and 'value'. Remove printf and
13908 gdb_unbuffer_output. Assign return value to size and value.
13909 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13910 at the beginning.
13911 (check_sizeof): Check the result by printing variable 'size'.
13912 (check_valueof): Check the result by printing variable 'value'.
13913
99fd02d9
YQ
139142015-12-01 Yao Qi <yao.qi@linaro.org>
13915
13916 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13917 for aarch64*-*-linux* target.
13918
f2faf941
PA
139192015-11-30 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13922
04bf20c5
PA
139232015-11-30 Pedro Alves <palves@redhat.com>
13924
13925 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13926 Handle non-stop mode vCont replies.
13927
09df4675
PA
139282015-11-30 Pedro Alves <palves@redhat.com>
13929
13930 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13931 prepare_for_testing. Start gdb with "set non-stop on" appended to
13932 GDBFLAGS. Lax expected stop output.
13933
58b584af
YQ
139342015-11-27 Yao Qi <yao.qi@linaro.org>
13935
13936 * gdb.arch/arm-neon.exp: New.
13937 * gdb.arch/arm-neon.c: New.
13938
dfcb77a8
YQ
139392015-11-27 Yao Qi <yao.qi@linaro.org>
13940
13941 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13942
88e8ec1b
YQ
139432015-11-27 Yao Qi <yao.qi@linaro.org>
13944
13945 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13946 frames-invalid annotation.
13947
bfde72c2
YQ
139482015-11-27 Yao Qi <yao.qi@linaro.org>
13949
13950 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13951
f6512a69
SM
139522015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13953
13954 * gdb.threads/names.exp: New file.
13955 * gdb.threads/names.c: New file.
13956 * README: Mention gdb,no_thread_names.
13957
46a3515b
MM
139582015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13959
13960 PR 19297
13961 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13962 support" error.
13963
62147a22
PA
139642015-11-24 Pedro Alves <palves@redhat.com>
13965
13966 PR 17539
13967 * gdb.base/display.exp: Expect displays to be sorted in ascending
13968 order. Use multi_line.
13969 * gdb.base/solib-display.exp: Likewise.
13970
2f341b6e
PA
139712015-11-24 Pedro Alves <palves@redhat.com>
13972
13973 PR 17539
25d49b86
PA
13974 * gdb.base/display.exp: Expect displays to be sorted in ascending
13975 order. Use multi_line.
13976 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13977
7e0aa6aa
PA
139782015-11-24 Pedro Alves <palves@redhat.com>
13979
13980 PR 17539
13981 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13982 threads in ascending order.
13983 * gdb.base/foll-fork.exp: Likewise.
13984 * gdb.base/foll-vfork.exp: Likewise.
13985 * gdb.base/multi-forks.exp: Likewise.
13986 * gdb.mi/mi-nonstop.exp: Likewise.
13987 * gdb.mi/mi-nsintrall.exp: Likewise.
13988 * gdb.multi/base.exp: Likewise.
13989 * gdb.multi/multi-arch.exp: Likewise.
13990 * gdb.python/py-inferior.exp: Likewise.
13991 * gdb.threads/break-while-running.exp: Likewise.
13992 * gdb.threads/execl.exp: Likewise.
13993 * gdb.threads/gcore-thread.exp: Likewise.
13994 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13995 * gdb.threads/kill.exp: Likewise.
13996 * gdb.threads/linux-dp.exp: Likewise.
13997 * gdb.threads/multiple-step-overs.exp: Likewise.
13998 * gdb.threads/next-bp-other-thread.exp: Likewise.
13999 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14000 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14001 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14002 * gdb.threads/thread-find.exp: Likewise.
14003 * gdb.threads/tls.exp: Likewise.
14004 * lib/mi-support.exp (mi_reverse_list): Delete.
14005 (mi_check_thread_states): No longer reverse list.
14006
2cc57ad8
PA
140072015-11-24 Pedro Alves <palves@redhat.com>
14008
14009 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14010 use lowercase.
14011
c93e8391
SM
140122015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14013
14014 * gdb.trace/actions.c: Include trace-common.h.
14015 (main): Add a location for a fast tracepoint.
14016 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14017 the normal tracepoints.
14018 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14019
045ccf91
SM
140202015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14021
14022 * save-trace.exp: Factor out code to these...
14023 (gdb_save_tracepoints): New.
14024 (gdb_load_tracepoints): New.
14025 (do_save_load_test): New.
14026
5506f9f6
KB
140272015-11-23 Kevin Buettner <kevinb@redhat.com>
14028
14029 * gdb.base/asmlabel.exp: New test.
14030 * gdb.base/asmlabel.c: New test case.
14031
16c3b12f
JB
140322015-11-23 Joel Brobecker <brobecker@adacore.com>
14033
14034 * gdb.base/wrong_frame_bt_full-main.c: New file.
14035 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14036 * gdb.base/wrong_frame_bt_full.exp: New file.
14037
155bfbd3
JB
140382015-11-23 Joel Brobecker <brobecker@adacore.com>
14039
14040 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14041
bb097445
JM
140422015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14043
206853a0 14044 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14045 pstate register when comparing registers values in
14046 sparc64-*-linux-gnu targets to avoid spurious differences.
14047
9c88ed8f
JM
140482015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14049
206853a0 14050 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14051
96161e25
SL
140522015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14053
14054 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14055 as type argument to gdb_compile.
14056 * gdb.base/nested-subp2.exp: Likewise.
14057 * gdb.base/nested-subp3.exp: Likewise.
14058
340c2830
DV
140592015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14060
14061 * lib/dwarf.exp (_note): Fix left shift of negative value.
14062 * gdb.trace/trace-condition.exp: Likewise.
14063
c1862d0f
YQ
140642015-11-13 Yao Qi <yao.qi@linaro.org>
14065
14066 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14067 comments about d10v.
14068 (test_scalar_returns): Likewise.
14069 * gdb.base/d10v.ld: Remove.
14070 * gdb.base/overlays.exp: Remove the target triplet checking for
14071 d10v-*-*.
14072 * gdb.base/structs.exp (test_struct_returns): Remove the
14073 comments about d10v.
14074 (test_struct_calls): Likewise.
14075
77ae9c19
YQ
140762015-11-13 Yao Qi <yao.qi@linaro.org>
14077
14078 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14079 * gdb.base/gnu_vector.c: Don't include stdio.h.
14080 (main): Don't print res and call add_some_intvecs.
14081
430e004e
MK
140822015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14083
14084 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14085 macro.
14086 (func5): Removed.
14087 (func4): Use FAST_TRACEPOINT_LABEL.
14088 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14089 macro.
14090 (func): Removed.
14091 (thread_function): Use FAST_TRACEPOINT_LABEL.
14092 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14093 (func): Remove.
14094 (marker): Use FAST_TRACEPOINT_LABEL.
14095 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14096 (pendfunc1): Remove.
14097 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14098 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14099 (foo): Remove.
14100 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14101 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14102 macro.
14103 (func): Remove.
14104 (marker): Use FAST_TRACEPOINT_LABEL.
14105 * gdb.trace/trace-common.h: New header.
14106 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14107 macro.
14108 (func): Remove.
14109 (marker): Use FAST_TRACEPOINT_LABEL.
14110 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14111 (func): Remove.
14112 (thread_function): Use FAST_TRACEPOINT_LABEL.
14113
6e7675a7
MK
141142015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14115
14116 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14117 in front.
14118 * gdb.trace/change-loc.exp: Use global pcreg definition.
14119 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14120 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14121 in front.
14122 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14123 * gdb.trace/pending.exp: Likewise.
14124 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14125 * gdb.trace/trace-break.exp: Likewise.
14126 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14127 in front.
14128 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14129 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14130 in front.
14131 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14132
dddc0e16
JB
141332015-11-09 Joel Brobecker <brobecker@adacore.com>
14134
14135 * gdb.ada/fin_fun_out: New testcase.
14136
c6f0b406
KB
141372015-11-07 Kevin Buettner <kevinb@redhat.com>
14138
14139 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14140 value associated with DW_AT_byte_size.
14141 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14142 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14143 DW_AT_upper_bound.
14144
f01dcfd9
KB
141452015-11-07 Kevin Buettner <kevinb@redhat.com>
14146
14147 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14148 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14149 version.
14150 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14151 gdb.dwarf2/dw2-canonicalize-type.exp,
14152 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14153 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14154 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14155 provided by gdb_target_symbol_prefix_flags_asm.
14156 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14157 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14158 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14159 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14160 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14161 macros where needed). Use this macro for symbols which require
14162 the prefix provided by SYMBOL_PREFIX.
14163
2223449a
KB
141642015-11-05 Kevin Buettner <kevinb@redhat.com>
14165
14166 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14167 New procs.
14168 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14169 representing expressions, of more than one list element.
14170 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14171 to prepend linker symbol prefix to f.
14172 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14173 table_1 and table_2.
14174 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14175 Likewise, for f and g.
14176 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14177 for ptr.
14178 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14179 for main.
14180 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14181 table_1_ptr and table_2_ptr.
14182
6f2f1a3a
JK
141832015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14184 Joel Brobecker <brobecker@adacore.com>
14185
14186 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14187
566c56c9
MK
141882015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14189
14190 * gdb.reverse/s390-mvcle.c: New test.
14191 * gdb.reverse/s390-mvcle.exp: New file.
14192 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14193
d5f0636b
MK
141942015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14195
14196 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14197
7ad8b86c
MK
141982015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14199
14200 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14201 reaching marker2.
14202 * gdb.reverse/getresuid-reverse.exp: Likewise.
14203 * gdb.reverse/pipe-reverse.exp: Likewise.
14204 * gdb.reverse/readv-reverse.exp: Likewise.
14205 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14206 * gdb.reverse/time-reverse.exp: Likewise.
14207 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14208
4081c0f1
YQ
142092015-10-30 Yao Qi <yao.qi@linaro.org>
14210
14211 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14212 (empty_cycle): Remove.
14213 (main): Don't call empty_cycle. Don't use watch_count_done.
14214 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14215 empty_cycle. Rewrite the code counting HW watchpoints.
14216
452b4ba5
MK
142172015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14218
14219 * gdb.reverse/fstatat-reverse.c: New test.
14220 * gdb.reverse/fstatat-reverse.exp: New file.
14221 * gdb.reverse/getresuid-reverse.c: New test.
14222 * gdb.reverse/getresuid-reverse.exp: New file.
14223 * gdb.reverse/pipe-reverse.c: New test.
14224 * gdb.reverse/pipe-reverse.exp: New file.
14225 * gdb.reverse/readv-reverse.c: New test.
14226 * gdb.reverse/readv-reverse.exp: New file.
14227 * gdb.reverse/recvmsg-reverse.c: New test.
14228 * gdb.reverse/recvmsg-reverse.exp: New file.
14229 * gdb.reverse/time-reverse.c: New test.
14230 * gdb.reverse/time-reverse.exp: New file.
14231 * gdb.reverse/waitpid-reverse.c: New test.
14232 * gdb.reverse/waitpid-reverse.exp: New file.
14233
5e2e7507
JK
142342015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14235
14236 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14237
0fde2c53
DE
142382015-10-26 Doug Evans <dje@google.com>
14239
14240 PR symtab/17391
14241 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14242 * gdb.dwarf2/bad-regnum.c: New file.
14243 * gdb.dwarf2/bad-regnum.exp: New file.
14244
1a70ae97
DE
142452015-10-26 Doug Evans <dje@google.com>
14246
14247 PR python/18938
14248 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14249 file.
14250
27dc26ab
JK
142512015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14252
14253 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14254 for a change by "Mention language in compile error message".
14255
bed91f4d
SM
142562015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14257
14258 PR python/18073
14259 * gdb.python/py-type.c (C::a_method): New.
14260 (C::a_const_method): New.
14261 (C::a_static_method): New.
14262 (a_function): New.
14263 * gdb.python/py-type.exp (test_fields): Test getting fields
14264 from function and method.
14265
3f2f83dd
KB
142662015-10-21 Keven Boell <keven.boell@intel.com>
14267
14268 * gdb.fortran/vla-alloc-assoc.exp: New file.
14269 * gdb.fortran/vla-datatypes.exp: New file.
14270 * gdb.fortran/vla-datatypes.f90: New file.
14271 * gdb.fortran/vla-history.exp: New file.
14272 * gdb.fortran/vla-ptype-sub.exp: New file.
14273 * gdb.fortran/vla-ptype.exp: New file.
14274 * gdb.fortran/vla-sizeof.exp: New file.
14275 * gdb.fortran/vla-sub.f90: New file.
14276 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14277 * gdb.fortran/vla-value-sub-finish.exp: New file.
14278 * gdb.fortran/vla-value-sub.exp: New file.
14279 * gdb.fortran/vla-value.exp: New file.
14280 * gdb.fortran/vla-ptr-info.exp: New file.
14281 * gdb.mi/mi-vla-fortran.exp: New file.
14282 * gdb.mi/vla.f90: New file.
14283
27145d50
SL
142842015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14285
14286 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14287 of hardwired timeout value.
14288
5f3ff4f8
JK
142892015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14290 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14293 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14294
bfd09d20
JS
142952015-10-19 Josh Stone <jistone@redhat.com>
14296
14297 * gdb.base/catch-syscall.c: Include <sched.h>.
14298 (unknown_syscall): New variable.
14299 (main): Trigger a vfork and an unknown syscall.
14300 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14301 (unknown_syscall_number): Likewise.
14302 (check_call_to_syscall): Accept an optional syscall pattern.
14303 (check_return_from_syscall): Likewise.
14304 (check_continue): Likewise.
14305 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14306 (test_catch_syscall_skipping_return): New test toggling off 'catch
14307 syscall' to step over the syscall return, then toggling back on.
14308 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14309 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14310 (do_syscall_tests): Call test_catch_syscall_without_args and
14311 test_catch_syscall_mid_vfork.
14312 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14313 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14314
b32b93c6
AS
143152015-10-19 Andrew Stubbs <ams@codesourcery.com>
14316
14317 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14318 print g_vE): Add new pass patterns.
14319 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14320 print various symbol names for vptr fields.
14321
9d622bda
AB
143222015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14323
14324 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14325 results.
14326
0fd8ac1c
YQ
143272015-10-12 Yao Qi <yao.qi@linaro.org>
14328
14329 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14330
34240514
YQ
143312015-10-12 Yao Qi <yao.qi@linaro.org>
14332
14333 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14334 is aarch64*-*-linux*.
14335
8240f442
YQ
143362015-10-12 Yao Qi <yao.qi@linaro.org>
14337
14338 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14339 (can_relocate_bcond_true): ... it.
14340 (can_relocate_bcond_false): New function.
14341 (foo): Likewise.
14342 (can_relocate_bl): Likewise.
14343 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14344 can_relocate_bl.
14345
2520f728
PMR
143462015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14347
14348 * gdb.base/nested-addr.c: New file.
14349 * gdb.base/nested-addr.exp: New testcase.
14350
abcef95a
MM
143512015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14352
14353 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14354 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14355 its output. Ignore the output of "record goto begin" and instead
14356 check that GDB is replaying.
14357
145e3ddb
PA
143582015-10-09 Pedro Alves <palves@redhat.com>
14359
14360 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14361 (top level): Use it in the run with no args test.
14362
d5d8c4e1
IB
143632015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14364
14365 * gdb.dlang/properties.exp: New file.
14366
06e635ef
SL
143672015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14368
14369 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14370 whether or not address 0x1000 is mapped on the target.
14371
e019fd1d
SM
143722015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14373
14374 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14375 build.
14376
77ba2a67
MM
143772015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14378
14379 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14380 instruction-history test.
14381
c60eb31f
DE
143822015-09-28 Doug Evans <dje@google.com>
14383
14384 * gdb.base/gcore.c (array_func): Add reference to static_array.
14385
9a3c8263
SM
143862015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14387
14388 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14389 source line.
14390
9720e656
SL
143912015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14392
14393 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14394 short or char as base type.
14395
938d3bf2
SL
143962015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14397
14398 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14399 to allow any size enum.
14400
e6c2c623
PMR
144012015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14402
14403 * gdb.ada/array_ptr_renaming.exp: New testcase.
14404 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14405 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14406
06da0f77
PL
144072015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14408
14409 * gdb.trace/ftrace-lock.c: New file.
14410 * gdb.trace/ftrace-lock.exp: New file.
14411
4f51c22a
PL
144122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14413
14414 * gdb.arch/insn-reloc.c: New file.
14415 * gdb.arch/ftrace-insn-reloc.exp: New file.
14416
7041adf4
PL
144172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14418
14419 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14420 instruction.
14421 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14422 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14423 * gdb.trace/range-stepping.c: Likewise.
14424 * gdb.trace/trace-break.c: Likewise.
14425 * gdb.trace/trace-mt.c (thread_function): Likewise.
14426 * gdb.trace/ftrace.c (marker): Likewise.
14427 * gdb.trace/trace-condition.c (marker): Likewise.
14428 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14429 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14430 is_aarch64_target.
14431
015d2e7e
DE
144322015-09-18 Doug Evans <xdje42@gmail.com>
14433
14434 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14435 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14436
26b188a2
SL
144372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14438
14439 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14440 the breakpoint.
14441
79dc332b
SL
144422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14443
14444 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14445 the pending breakpoint. Remove timeout override for "Run till
14446 MI pending breakpoint on pendfunc3 on thread 2" test.
14447
f57929f2
SL
144482015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14449
14450 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14451 filename pattern.
14452
3f469b17
SL
144532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14454
14455 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14456 in breakpoint filename pattern.
14457
515b89b3
SL
144582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14459
7800dbe4
SL
14460 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14461
144622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14463
515b89b3
SL
14464 * gdb.linespec/explicit.exp: Check for readline support for
14465 tab-completion tests. Fix obvious typo.
14466
d2939ba2
MM
144672015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14468
14469 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14470 and replay.
14471
cbb55fa7
MM
144722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14473
14474 * gdb.btrace/non-stop.c: New.
14475 * gdb.btrace/non-stop.exp: New.
14476
43691ca1
PL
144772015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14478 Yao Qi <yao.qi@linaro.org>
14479
14480 * gdb.trace/trace-condition.c: New file.
14481 * gdb.trace/trace-condition.exp: New file.
14482
d78908cf
WW
144832015-09-16 Wei-cheng Wang <cole945@gmail.com>
14484
14485 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14486 for testing bytecode compilation.
14487
1ed415e2
PA
144882015-09-16 Pedro Alves <palves@redhat.com>
14489 Sandra Loosemore <sandra@codesourcery.com>
14490
14491 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14492 (SECONDS): Redefine.
14493 (main): Call pthread_kill and alarm early.
14494 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14495 support.
14496 (test): If the target can't hardware step and doesn't support
14497 displaced stepping, increase the timeout.
14498
d136eff5
PA
144992015-09-16 Pedro Alves <palves@redhat.com>
14500
14501 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14502 (enable_debug): New procedures.
14503 (test): Use them. Bail out if waiting for threads fails.
14504 (top level): Bail out if a test fails.
14505
991f019c
YQ
145062015-09-16 Yao Qi <yao.qi@linaro.org>
14507
14508 * gdb.asm/asm-source.exp: Set asm-arch for
14509 aarch64*-*-* target.
14510 * gdb.asm/aarch64.inc: New file.
14511
bfca584f
PMR
145122015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14513
14514 * gdb.ada/array_of_variable_length.exp: New testcase.
14515 * gdb.ada/array_of_variable_length/foo.adb: New file.
14516 * gdb.ada/array_of_variable_length/pck.adb: New file.
14517 * gdb.ada/array_of_variable_length/pck.ads: New file.
14518
b326e587
DE
145192015-09-15 Doug Evans <dje@google.com>
14520
14521 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14522 of function static local variable.
14523
5382cfab
PW
145242015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14525
14526 * gdb.threads/tls-so_extern.exp: New test file.
14527 * gdb.threads/tls-so_extern.c: New test file.
14528 * gdb.threads/tls-so_extern_main.c: New test file.
14529
141c5cc4
JK
145302015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14531
14532 * gdb.opt/solib-intra-step-lib.c: New file.
14533 * gdb.opt/solib-intra-step-main.c: New file.
14534 * gdb.opt/solib-intra-step.exp: New file.
14535
d15dcecd
PA
145362015-09-15 Pedro Alves <palves@redhat.com>
14537
14538 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14539 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14540
4c2f2a79
PA
145412015-09-14 Pedro Alves <palves@redhat.com>
14542
14543 * gdb.base/hook-stop-continue.c: Delete.
14544 * gdb.base/hook-stop-continue.exp: Delete.
14545 * gdb.base/hook-stop-frame.c: Delete.
14546 * gdb.base/hook-stop-frame.exp: Delete.
14547 * gdb.base/hook-stop.c: New file.
14548 * gdb.base/hook-stop.exp: New file.
14549
919e6dbe
PMR
145502015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14551
14552 * gdb.ada/access_to_packed_array.exp: New testcase.
14553 * gdb.ada/access_to_packed_array/foo.adb: New file.
14554 * gdb.ada/access_to_packed_array/pack.adb: New file.
14555 * gdb.ada/access_to_packed_array/pack.ads: New file.
14556
157280a4
MM
145572015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14558
14559 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14560 buffer size test.
14561
2fd33e94
DB
145622015-09-11 Don Breazeal <donb@codesourcery.com>
14563
14564 * gdb.base/foll-exec.c: Add copyright header. Fix
14565 formatting issues.
14566 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14567 (do_exec_tests): Use clean_restart in place of zap_session,
14568 and for test initialization. Fix formatting issues. Use
14569 fail in place of perror.
14570 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14571 an expect statement to match an expression with output from
14572 the program under debug.
14573 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14574 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14575 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14576 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14577 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14578
e70b6e8e
DE
145792015-09-09 Doug Evans <dje@google.com>
14580
14581 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14582
7a551a51
DE
145832015-09-09 Doug Evans <dje@google.com>
14584
14585 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14586
4c666f84
DE
145872015-09-09 Doug Evans <dje@google.com>
14588
14589 * gdb.base/savedregs.exp: Fix typo.
14590
243a9253
PA
145912015-09-09 Pedro Alves <palves@redhat.com>
14592
14593 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14594
c0fa8fbd
SL
145952015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14596
14597 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14598 command actually switches threads. Give up on remaining
14599 tests if target fails to stop at breakpoint.
14600
cd7c1778
PMR
146012015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14602
14603 * gdb.ada/funcall_char.exp: New testcase.
14604 * gdb.ada/funcall_char/foo.adb: New file.
14605
dc5c8746
PMR
146062015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14607
14608 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14609 expected outputs. Add two testcases for completing ambiguous
14610 functions.
14611 * gdb.ada/complete/aux_pck.adb: New file.
14612 * gdb.ada/complete/aux_pck.ads: New file.
14613 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14614 Ambiguous_Func functions.
14615 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14616 * gdb.ada/complete/pck.adb: Likewise.
14617
4e83a1e7
UW
146182015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14619
14620 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14621 failures to run the test program under GDB.
14622
8ce74153
LM
146232015-08-26 Luis Machado <lgustavo@codesourcery.com>
14624
14625 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14626 to C.
14627
e9756d52
PP
146282015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14629
14630 * gdb.base/run-after-attach.exp: New test file.
14631 * gdb.base/run-after-attach.c: New test file.
14632
8d37573b
DB
146332015-08-26 Don Breazeal <donb@codesourcery.com>
14634
14635 * gdb.base/foll-exec-2.c: New test program.
14636 * gdb.base/foll-exec-2.exp: New test.
14637
63e43d3a
PMR
146382015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14639
14640 * gdb.base/nested-subp1.exp: New file.
14641 * gdb.base/nested-subp1.c: New file.
14642 * gdb.base/nested-subp2.exp: New file.
14643 * gdb.base/nested-subp2.c: New file.
14644 * gdb.base/nested-subp3.exp: New file.
14645 * gdb.base/nested-subp3.c: New file.
14646
3d40fbb5
PA
146472015-08-24 Pedro Alves <palves@redhat.com>
14648
14649 * gdb.server/connect-without-multi-process.c: New file.
14650 * gdb.server/connect-without-multi-process.exp: New file.
14651
4422ac93
LM
146522015-08-24 Luis Machado <lgustavo@codesourcery.com>
14653
14654 * gdb.opt/inline-markers.c: Make z int.
14655
91dddb86
LM
146562015-08-24 Luis Machado <lgustavo@codesourcery.com>
14657
14658 * gdb.opt/inline-markers.c: Make z volatile.
14659
a48847ee
LM
146602015-08-24 Luis Machado <lgustavo@codesourcery.com>
14661
14662 * gdb.opt/inline-bt.c: New volatile global z.
14663 * gdb.opt/inline-cmds.c: Likewise.
14664 * gdb.opt/inline-locals.c: Likewise.
14665 * gdb.opt/inline-markers.c: New extern global z.
14666 (marker): Use z.
14667 (inline_fn): Likewise.
14668
0ebbc52b
PA
146692015-08-24 Pedro Alves <palves@redhat.com>
14670
14671 * config/m32r-stub.exp: Remove file.
14672 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14673 * gdb.base/call-rt-st.exp: Likewise.
14674 * gdb.base/call-strs.exp: Likewise.
14675 * gdb.base/default.exp: Remove references to h8300-*-hms and
14676 *-*-udi*.
14677 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14678
77c365df
AA
146792015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14680
14681 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14682 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14683 and "return" use KFAIL when GDB can not read/write the vector
14684 return value.
14685
4313b8c0
GB
146862015-08-21 Gary Benson <gbenson@redhat.com>
14687
14688 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14689
0e433b32
PA
146902015-08-20 Pedro Alves <palves@redhat.com>
14691
14692 * gdb.server/solib-list.exp: No longer expect an interior stop in
14693 non-stop mode.
14694
221e1a37
PA
146952015-08-20 Pedro Alves <palves@redhat.com>
14696
14697 * gdb.server/connect-stopped-target.c: New file.
14698 * gdb.server/connect-stopped-target.exp: New file.
14699
40e3ad0e
PA
147002015-08-20 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.dwarf2/comp-unit-lang.exp: New file.
14703 * gdb.dwarf2/comp-unit-lang.c: New file.
14704
af39b327
PMR
147052015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14706
14707 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14708 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14709
7d45c7c3 147102015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14711
7d45c7c3
KB
14712 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14713 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14714
4d6cceb4
DE
147152015-08-18 Doug Evans <dje@google.com>
14716 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14717
14718 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14719 skip_python_tests. New arg prompt_regexp.
14720 (skip_python_tests): New function.
14721 * lib/mi-support.exp (mi_skip_python_tests): New function.
14722 * gdb.python/py-mi-objfile-gdb.py: New file.
14723 * gdb.python/py-mi-objfile.c: New file.
14724 * gdb.python/py-mi-objfile.exp: New file.
14725
ad89c2aa
KS
147262015-08-17 Keith Seitz <keiths@redhat.com>
14727
14728 * gdb.linespec/explicit.exp: Move strace test from here ...
14729 * gdb.trace/strace.exp: ... to here.
14730
e3ae3c43
PP
147312015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14732
14733 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14734 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14735
604b2636
DE
147362015-08-14 Doug Evans <xdje42@gmail.com>
14737
14738 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14739 inferior before selecting a new file.
14740
6ff0ba5f
DE
147412015-08-14 Doug Evans <xdje42@gmail.com>
14742
14743 * gdb.mi/mi-disassemble.exp: Update.
14744 * gdb.base/disasm-optim.S: New file.
14745 * gdb.base/disasm-optim.c: New file.
14746 * gdb.base/disasm-optim.h: New file.
14747 * gdb.base/disasm-optim.exp: New file.
14748
9ca98f92
KS
147492015-08-14 Keith Seitz <keiths@redhat.com>
14750
14751 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14752 "evaluated-by".
14753
52bbc560
JB
147542015-08-13 Joel Brobecker <brobecker@adacore.com>
14755
14756 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14757
5d8c3ed3
PMR
147582015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14759
14760 * gdb.ada/fun_renaming.exp: New testcase.
14761 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14762 * gdb.ada/fun_renaming/pack.adb: New file.
14763 * gdb.ada/fun_renaming/pack.ads: New file.
14764
ea8812bc
KS
147652015-08-12 Keith Seitz <keiths@redhat.com>
14766
14767 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14768 gdb_get_line_number.
14769
4dafcdeb
JB
147702015-08-12 Joel Brobecker <brobecker@adacore.com>
14771
14772 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14773 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14774 gdb.base/dso2dso.exp: New files.
14775
5ba32597
SDJ
147762015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14777 Pedro Alves <palves@redhat.com>
14778 Keith Seitz <keiths@redhat.com>
14779
14780 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14781 GDBFLAGS.
14782
b6dafabf
PP
147832015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14784
14785 * gdb.base/gdbhistsize-history.exp
14786 (test_histsize_history_setting): Use save_vars.
14787 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14788 Use save_vars.
14789 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14790 * gdb.base/readline.exp: Use save_vars.
14791
abe8e607
PP
147922015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14793
14794 * lib/gdb.exp (save_vars): New proc.
14795
629500fa
KS
147962015-08-11 Keith Seitz <keiths@redhat.com>
14797
14798 * gdb.base/help.exp: Update help_breakpoint_text.
14799
eb8c4e2e
KS
148002015-08-11 Keith Seitz <keiths@redhat.com>
14801
14802 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14803 (at toplevel): Call test_explicit_breakpoints.
14804 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14805 breakpoints.
14806 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14807 breakpoint conditions, "-cond".
14808
87f0e720
KS
148092015-08-11 Keith Seitz <keiths@redhat.com>
14810
14811 * gdb.linespec/3explicit.c: New file.
14812 * gdb.linespec/cpexplicit.cc: New file.
14813 * gdb.linespec/cpexplicit.exp: New file.
14814 * gdb.linespec/explicit.c: New file.
14815 * gdb.linespec/explicit.exp: New file.
14816 * gdb.linespec/explicit2.c: New file.
14817 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14818 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14819 before using in the matching pattern.
14820 Clarify that `prefix' is a regular expression.
14821
f00aae0f
KS
148222015-08-11 Keith Seitz <keiths@redhat.com>
14823
14824 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14825 test.
14826 Add tests for missing ",FMT" and ",".
14827
e27852be
DE
148282015-08-10 Doug Evans <dje@google.com>
14829 Keith Seitz <keiths@redhat.com>
14830
14831 PR gdb/17960
14832 * gdb.base/completion.exp: Add location completer tests.
14833
7f03bd92
PA
148342015-08-07 Pedro Alves <palves@redhat.com>
14835
14836 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14837 tests here.
14838 (top level): Run do_test with and without displaced stepping.
14839
3fc8eb30
PA
148402015-08-07 Pedro Alves <palves@redhat.com>
14841
14842 * gdb.base/valgrind-disp-step.c: New file.
14843 * gdb.base/valgrind-disp-step.exp: New file.
14844
d4569d7b
PA
148452015-08-07 Pedro Alves <palves@redhat.com>
14846
14847 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14848 Delete function.
14849 (main): Add alarm. Run an infinite loop instead of calling
14850 wait_threads.
14851 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14852 comment.
14853 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14854 Delete function.
14855 (main): Add alarm. Run an infinite loop instead of calling
14856 wait_threads.
14857 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14858 comment.
14859
e1316e60
PA
148602015-08-07 Pedro Alves <palves@redhat.com>
14861
14862 * gdb.base/checkpoint-ns.exp: New file.
14863 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14864 standard_testfile.
14865
da8c46d2
MM
148662015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14867
14868 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14869 * gdb.btrace/instruction_history.exp: Update.
14870 * gdb.btrace/tsx.exp: New.
14871 * gdb.btrace/tsx.c: New.
14872
de1c2c52
PA
148732015-08-06 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14876 increase timeout.
14877 * gdb.reverse/until-precsave.exp: Bump timeouts.
14878
782e0bf4
PA
148792015-08-06 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14882
83e97ed0
PA
148832015-08-06 Pedro Alves <palves@redhat.com>
14884
14885 PR gdb/18749
14886 * gdb.threads/process-dies-while-handling-bp.c: New file.
14887 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14888
863d01bd
PA
148892015-08-06 Pedro Alves <palves@redhat.com>
14890
14891 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14892 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14893
0a39bb32
PA
148942015-08-05 Pedro Alves <palves@redhat.com>
14895
14896 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14897 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14898
ee2d2b10
SL
148992015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14900
14901 * gdb.base/bp-permanent.exp: Report test as unsupported if
14902 the target cannot stop at the permanent breakpoint.
14903
4e1bdb00
DE
149042015-08-03 Doug Evans <dje@google.com>
14905
14906 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14907 10000.
14908
3d338901
DE
149092015-08-03 Doug Evans <dje@google.com>
14910
14911 * Makefile.in (workers/%.worker, build-perf): New rule.
14912 (GDB_PERFTEST_MODE): New variable.
14913 (check-perf): Use it.
14914 (clean): Clean up gdb.perf parallel build subdirs.
14915 * lib/build-piece.exp: New file.
14916 * lib/gdb.exp (make_gdb_parallel_path): New function
14917 (standard_output_file, standard_temp_file): Call it.
14918 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14919 of $GDB_PARALLEL.
14920 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14921
af061d3e
DE
149222015-08-03 Doug Evans <dje@google.com>
14923
8e1afc81 14924 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14925 (LOG_FILE_NAME): New global.
14926 (TextReporter.__init__): Initialize self.txt_sum.
14927 (TextReporter.report): Add support for multiple data-points.
14928 Move report to perftest.sum, put raw data in perftest.log.
14929 (TextReporter.start): Open sum and log files.
14930 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14931 * gdb.perf/lib/perftest/testresult.py
14932 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14933
2c8c5d37
PA
149342015-07-31 Pedro Alves <palves@redhat.com>
14935
14936 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14937 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14938 kill_wait_spawned_process instead of explicit "kill -9".
14939 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14940 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14941 kill_wait_spawned_process.
14942 * gdb.base/attach-twice.exp: Likewise.
14943 * gdb.base/attach.exp: Likewise.
14944 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14945 gdb_test_multiple.
14946 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14947 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14948 kill_wait_spawned_process.
14949 * gdb.base/valgrind-infcall.exp: Likewise.
14950 * gdb.multi/multi-attach.exp: Likewise.
14951 * gdb.python/py-prompt.exp: Likewise.
14952 * gdb.python/py-sync-interp.exp: Likewise.
14953 * gdb.server/ext-attach.exp: Likewise.
14954 * gdb.threads/attach-into-signal.exp (corefunc): Use
14955 spawn_wait_for_attach, spawn_id_get_pid and
14956 kill_wait_spawned_process.
14957 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14958 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14959 spawn_id_get_pid and kill_wait_spawned_process.
14960 * gdb.threads/attach-stopped.exp (corefunc): Use
14961 spawn_wait_for_attach, spawn_id_get_pid and
14962 kill_wait_spawned_process.
14963 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14964 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14965 kill_wait_spawned_process instead of explicit "kill -9".
14966 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14967 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14968 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14969 processes. Don't map cygwin/windows pids here. Now returns a
14970 spawn id list.
14971
032a0fca
SL
149722015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14973
14974 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14975 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14976 correct patch.
14977
61a934ca
SL
149782015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14979
14980 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14981
4bc4d428
SL
149822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14983
14984 Reapply:
14985 2014-05-21 Mark Wielaard <mjw@redhat.com>
14986
14987 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14988
998d452a
PA
149892015-07-30 Pedro Alves <palves@redhat.com>
14990
14991 * linux-low.c (handle_extended_wait): Set the child's last
14992 reported status to TARGET_WAITKIND_STOPPED.
14993
69dde7dc
PA
149942015-07-30 Pedro Alves <palves@redhat.com>
14995
14996 PR threads/18600
14997 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14998 only shows inferior 1.
14999
4dd63d48
PA
150002015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15001 Pedro Alves <palves@redhat.com>
15002
15003 PR threads/18600
15004 * gdb.threads/fork-plus-threads.c: New file.
15005 * gdb.threads/fork-plus-threads.exp: New file.
15006
d618e4c5
PP
150072015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15008
15009 * gdb.base/batch-preserve-term-settings.exp
15010 (test_terminal_settings_preserved_after_cli_exit): Use
15011 send_quit_command.
15012
1eef6428
PA
150132015-07-29 Pedro Alves <palves@redhat.com>
15014 Don Breazeal <donb@codesourcery.com>
15015
15016 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15017 output from both inferior_spawn_id and gdb_spawn_id.
15018
7da5b897
SDJ
150192015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15020
15021 * gdb.threads/attach-into-signal.exp (corefunc): Use
15022 with_test_prefix on nested loops, uniquefying the test messages.
15023
dac804df
SDJ
150242015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15025
15026 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15027 commit.
15028
06265e53
PP
150292015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15030
15031 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15032 New proc.
15033 (test_terminal_settings_preserved_after_sigterm): New test.
15034
18206ca3
PP
150352015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15036
15037 * gdb.base/batch-preserve-term-settings.exp
15038 (test_terminal_settings_preserved_after_cli_exit): New test.
15039
90074d11
PP
150402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15041
15042 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15043 manipulation of saved_gdbflags.
15044 (test_terminal_settings_preserved): Remove global declaration of
15045 the unused variable pagination_prompt. Remove manipulation of
15046 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15047 GDBFLAGS.
15048
eb1a7902
PA
150492015-07-29 Pedro Alves <palves@redhat.com>
15050
15051 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15052
8b75dd3b
PA
150532015-07-29 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15056 at the top.
15057
dedad4e3
PA
150582015-07-29 Pedro Alves <palves@redhat.com>
15059
15060 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15061 (main): Call gdb_unbuffer_output.
15062 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15063 (main): Call gdb_unbuffer_output.
15064 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15065 (main): Call gdb_unbuffer_output.
15066 * gdb.base/call-strs.exp: Adjust to step over the
15067 gdb_unbuffer_output call.
15068 * gdb.base/catch-gdb-caused-signals.c: Include
15069 "../lib/unbuffer_output.c".
15070 (main): Call gdb_unbuffer_output.
15071 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15072 (main): Call gdb_unbuffer_output.
15073 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15074 (main): Call gdb_unbuffer_output.
15075 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15076 (main): Call gdb_unbuffer_output.
15077 * gdb.base/shlib-call.exp: Adjust to step over the
15078 gdb_unbuffer_output call.
15079 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15080 (main): Call gdb_unbuffer_output.
15081 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15082 (main): Call gdb_unbuffer_output.
15083 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15084 (main): Rename to ...
15085 (test): ... this.
15086 (main): Reimplement.
15087 * gdb.base/varargs.exp: Run to test instead of to main.
15088 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15089 (main): Call gdb_unbuffer_output.
15090
58789a91
PA
150912015-07-29 Pedro Alves <palves@redhat.com>
15092
15093 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15094 factore out from mi_continue_dprintf. For call-style dprintfs,
15095 expect dprintf output out of $inferior_spawn_id.
15096 (mi_continue_dprintf): Use mi_expect_dprintf.
15097 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15098 (main): Call gdb_unbuffer_output.
15099
e8376742
PA
151002015-07-29 Pedro Alves <palves@redhat.com>
15101
15102 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15103 (default_mi_gdb_start): Set inferior_spawn_id instead of
15104 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15105 gdb_spawn_id.
15106 (mi_gdb_test): Always expect inferior output from both
15107 $inferior_spawn_id and $gdb_spawn_id.
15108
08280010
PA
151092015-07-29 Pedro Alves <palves@redhat.com>
15110
15111 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15112 send_inferior and $inferior_spawn_id.
15113
4d30e432
PA
151142015-07-29 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.gdb/complaints.exp (test_initial_complaints)
15117 (test_serial_complaints, test_short_complaints): Use
15118 gdb_test_stdio.
15119 (test_empty_complaint): Handle $inferior_spawn_id !=
15120 $gdb_spawn_id.
15121
0d30a335
PA
151222015-07-29 Pedro Alves <palves@redhat.com>
15123
15124 * gdb.base/varargs.exp: Use gdb_test_stdio.
15125
39413b29
PA
151262015-07-29 Pedro Alves <palves@redhat.com>
15127
15128 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15129
7cb000a9
PA
151302015-07-29 Pedro Alves <palves@redhat.com>
15131
15132 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15133
d7b8ac82
PA
151342015-07-29 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15137 parameter into two new parameters, "inf_result" and "gdb_result".
15138 Expect inferior output and gdb output from $inferior_spawn_id and
15139 $gdb_spawn_id, respectively. Adjust all callers.
15140
789c3a0c
PA
151412015-07-29 Pedro Alves <palves@redhat.com>
15142
15143 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15144 of gdb_test_sequence.
15145
77e760c3
PA
151462015-07-29 Pedro Alves <palves@redhat.com>
15147
15148 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15149 (saw_spurious_output): Expect inferior output from
15150 $inferior_spawn_id. Use gdb_test_stdio.
15151
8396d2cd
PA
151522015-07-29 Pedro Alves <palves@redhat.com>
15153
15154 * gdb.base/dprintf.exp: Use standard_testfile. Change
15155 prepare_for_testing call.
15156 (srcfile): Don't set.
15157 (restart): New procedure.
15158 (test_dprintf): New procecure, use to continue over dprintfs.
15159 (test_call, test_agent): New procedures, tests moved here.
15160 Restart gdb and recreate dprintfs. Adjust expected output.
15161
2051d61f
PA
151622015-07-29 Pedro Alves <palves@redhat.com>
15163
15164 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15165
452397af
PA
151662015-07-29 Pedro Alves <palves@redhat.com>
15167
15168 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15169
8aed9555
PA
151702015-07-29 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15173 gdb_test_stdio.
15174
188a61b4
PA
151752015-07-29 Pedro Alves <palves@redhat.com>
15176
15177 * lib/gdb.exp (gdb_test_stdio): New procedure.
15178
12264a45
PA
151792015-07-29 Pedro Alves <palves@redhat.com>
15180
15181 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15182
23ffc893
PA
151832015-07-29 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/call-signal-resume.exp: Remove check for
15186 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15187 * gdb.base/unwindonsignal.exp: Likewise.
15188 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15189 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15190
65566918
PA
151912015-07-29 Pedro Alves <palves@redhat.com>
15192
15193 * gdb.base/siginfo-addr.c (pass): New function.
15194 (handler): Call it iff si_addr is correct.
15195 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15196 Set a breakpoint at "pass" and continue to it.
15197
d60a9221
SDJ
151982015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15199
15200 * gdb.python/py-objfile.exp: Make some tests have unique names.
15201 * gdb.python/py-pp-registration.exp: Likewise.
15202
bde40b8f
PA
152032015-07-28 Pedro Alves <palves@redhat.com>
15204
15205 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15206
13e1dec8
SM
152072015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15208
15209 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15210
da33c9a7
SM
152112015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15212
15213 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15214
077836f7
PP
152152015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15216
15217 * gdb.base/gdb-sigterm-2.exp: New test.
15218
b8cc7b2e
DE
152192015-07-25 Doug Evans <xdje42@gmail.com>
15220
15221 Revert:
15222 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15223 (workers/%.worker, build-perf): New rule.
15224 (GDB_PERFTEST_MODE): New variable.
15225 (check-perf): Use it.
15226 (clean): Clean up gdb.perf parallel build subdirs.
15227 * lib/build-piece.exp: New file.
15228 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15229 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15230 name.
15231 (standard_temp_file): Ditto.
15232 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15233 of $GDB_PARALLEL.
15234
c8bd4544
DE
152352015-07-24 Doug Evans <dje@google.com>
15236
15237 * gdb.perf/lib/perftest/utils.py: New file.
15238 * gdb.perf/gm-hello.cc: New file.
15239 * gdb.perf/gm-pervasive-typedef.cc: New file.
15240 * gdb.perf/gm-pervasive-typedef.h: New file.
15241 * gdb.perf/gm-std.cc: New file.
15242 * gdb.perf/gm-std.h: New file.
15243 * gdb.perf/gm-use-cerr.cc: New file.
15244 * gdb.perf/gm-utils.h: New file.
15245 * gdb.perf/gmonster-null-lookup.py: New file.
15246 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15247 * gdb.perf/gmonster-print-cerr.py: New file.
15248 * gdb.perf/gmonster-ptype-string.py: New file.
15249 * gdb.perf/gmonster-runto-main.py: New file.
15250 * gdb.perf/gmonster-select-file.py: New file.
15251 * gdb.perf/gmonster1-null-lookup.exp: New file.
15252 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15253 * gdb.perf/gmonster1-print-cerr.exp: New file.
15254 * gdb.perf/gmonster1-ptype-string.exp: New file.
15255 * gdb.perf/gmonster1-runto-main.exp: New file.
15256 * gdb.perf/gmonster1-select-file.exp: New file.
15257 * gdb.perf/gmonster1.cc: New file.
15258 * gdb.perf/gmonster1.exp: New file.
15259 * gdb.perf/gmonster2-null-lookup.exp: New file.
15260 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15261 * gdb.perf/gmonster2-print-cerr.exp: New file.
15262 * gdb.perf/gmonster2-ptype-string.exp: New file.
15263 * gdb.perf/gmonster2-runto-main.exp: New file.
15264 * gdb.perf/gmonster2-select-file.exp: New file.
15265 * gdb.perf/gmonster2.cc: New file.
15266 * gdb.perf/gmonster2.exp: New file.
15267
6eab34f3
DE
152682015-07-24 Doug Evans <dje@google.com>
15269
15270 * gdb.perf/README: New file.
15271 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15272 * lib/gen-perf-test.exp: New file.
15273
63738bfd
DE
152742015-07-24 Doug Evans <dje@google.com>
15275
15276 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15277 (PerfTest::startup): New function.
15278 (PerfTest::run): Return result of calling body.
15279 (PerfTest::assemble): Rewrite.
15280 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15281 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15282 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15283 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15284 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15285
7b606f95
DE
152862015-07-24 Doug Evans <dje@google.com>
15287
15288 * lib/gdb.exp (clean_restart): Make executable optional.
15289
a97b16b8
DE
152902015-07-24 Doug Evans <dje@google.com>
15291
15292 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15293 compiler_info references.
15294 * gdb.cp/temargs.exp: Ditto.
15295 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15296 (get_compiler_info): Early exit if already computed. Set compiler_info
15297 to "unknown" if there was a problem.
15298 (test_compiler_info): Add function comment. Call get_compiler_info.
15299
35baa57f
DE
153002015-07-24 Doug Evans <dje@google.com>
15301
15302 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15303 (workers/%.worker, build-perf): New rule.
15304 (GDB_PERFTEST_MODE): New variable.
15305 (check-perf): Use it.
15306 (clean): Clean up gdb.perf parallel build subdirs.
15307 * lib/build-piece.exp: New file.
15308 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15309 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15310 name.
15311 (standard_temp_file): Ditto.
15312 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15313 of $GDB_PARALLEL.
15314
6ebea266
DE
153152015-07-24 Doug Evans <dje@google.com>
15316
15317 * lib/future.exp (gdb_default_target_compile): New option
15318 "early_flags".
15319 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15320 --as-needed.
15321
1e76a7e9
SDJ
153222015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15323
15324 * gdb.base/catch-syscall.exp: Call gdb_exit before
15325 gdb_skip_xml_test.
15326
5068630a
PA
153272015-07-24 Pedro Alves <palves@redhat.com>
15328
15329 * gdb.python/py-events.exp: Accept output between the stop event
15330 and the prompt.
15331 * gdb.python/py-evsignal.exp: Likewise.
15332 * gdb.python/py-evthreads.exp: Likewise.
15333
77598427
PA
153342015-07-24 Pedro Alves <palves@redhat.com>
15335
15336 PR gdb/18717
15337 * gdb.threads/non-ldr-exit.c: New file.
15338 * gdb.threads/non-ldr-exit.exp: New file.
15339
11e6c98f
YQ
153402015-07-24 Yao Qi <yao.qi@linaro.org>
15341
15342 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15343 restarting process.
15344
51aee833
YQ
153452015-07-24 Yao Qi <yao.qi@linaro.org>
15346
15347 * gdb.server/ext-restart.exp: New file.
15348
8cfe207c
YQ
153492015-07-24 Yao Qi <yao.qi@linaro.org>
15350
15351 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15352 argument options.
15353 * gdb.server/ext-wrapper.exp: New file.
15354
cc12ce38
DE
153552015-07-23 Doug Evans <dje@google.com>
15356
15357 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15358 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15359
d0d84780
PMR
153602015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15361
15362 * gdb.ada/var_arr_typedef.exp: New testcase.
15363 * gdb.ada/var_arr_typedef/pack.adb: New file.
15364 * gdb.ada/var_arr_typedef/pack.ads: New file.
15365 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15366
8b558f79
JB
153672015-07-20 Joel Brobecker <brobecker@adacore.com>
15368
15369 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15370
775a3298
JK
153712015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15372
15373 * gdb.arch/i386-biarch-core.exp: Replace istarget
15374 by "complete set gnutarget". Remove expectation for the "core-file"
15375 command.
15376
db1ff28b
JK
153772015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15378
15379 Revert the previous commit:
15380 Tests for validate symbol file using build-id.
15381
0a94970d
JK
153822015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15383
15384 Tests for validate symbol file using build-id.
15385 * gdb.base/solib-mismatch-lib.c: New file.
15386 * gdb.base/solib-mismatch-libmod.c: New file.
15387 * gdb.base/solib-mismatch.c: New file.
15388 * gdb.base/solib-mismatch.exp: New file.
15389
03346981
SL
153902015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15391
15392 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15393 nios2-*-linux*.
15394 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15395 * gdb.base/siginfo.exp: Likewise.
15396 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15397
42422cc7
PL
153982015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15399
15400 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15401 Move it to ...
15402 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15403 ... here.
15404 * gdb.trace/range-stepping.exp: Check that the target supports
15405 range stepping.
15406
cfa68bae
JK
154072015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15408
15409 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15410
8ffdba26
PA
154112015-07-14 Pedro Alves <palves@redhat.com>
15412
15413 * gdb.base/killed-outside.exp: New file.
15414 * gdb.base/killed-outside.c: New file.
15415
218a5a11
JK
154162015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15417
15418 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15419 (n at main): New.
15420 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15421
e03ed3c6
AA
154222015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15423
15424 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15425 infcall tests instead of setting up for KFAIL.
15426
485668e5
MM
154272015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15428
15429 * gdb.btrace/record_goto-step.exp: New.
15430
08464196
JK
154312015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15432
15433 PR compile/18484
15434 * gdb.compile/compile.c (struct struct_type): Add volatile to
15435 selffield's type.
15436 * gdb.compile/compile.exp
15437 (compile code struct_object.selffield = &struct_object): Skip further
15438 struct_object tests if this one xfails.
15439
bcf5c1d9
RC
154402015-07-08 Robert O'Callahan <robert@ocallahan.org>
15441
15442 PR exp/18617
15443 * gdb.trace/ax.exp: Add test.
15444
4931af25
YQ
154452015-07-07 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15448 instead of istarget "aarch64*-*-*".
15449 * gdb.arch/aarch64-fp.exp: Likewise.
15450 * gdb.base/float.exp: Likewise.
15451 * gdb.reverse/aarch64.exp: Likewise.
15452 * lib/gdb.exp (is_aarch64_target): New proc.
15453
9fcf688e
YQ
154542015-07-07 Yao Qi <yao.qi@linaro.org>
15455
15456 * lib/gdb.exp (is_aarch32_target): New proc.
15457 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15458 instead of "istarget "arm*-*-*"".
15459 * gdb.arch/arm-disp-step.exp: Likewise.
15460 * gdb.arch/thumb-bx-pc.exp: Likewise.
15461 * gdb.arch/thumb-prologue.exp: Likewise.
15462 * gdb.arch/thumb-singlestep.exp: Likewise.
15463 * gdb.base/disp-step-syscall.exp: Likewise.
15464 * gdb.base/float.exp: Likewise.
15465
fbd8d50d
YQ
154662015-07-07 Yao Qi <yao.qi@linaro.org>
15467
15468 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15469 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15470
71be1fdc
YQ
154712015-07-07 Yao Qi <yao.qi@linaro.org>
15472
15473 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15474 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15475 if it exists.
15476 * gdb.multi/multi-arch.exp: Likewise.
15477
3e221d36
SM
154782015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15479
15480 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15481 print.
15482
d441430b
YQ
154832015-07-07 Yao Qi <yao.qi@linaro.org>
15484
15485 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15486
06f810bd
MG
154872015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15488
15489 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15490 '[' and ']' characters.
15491
5e61e7c0
IB
154922015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15493
15494 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15495
28bf096c
PA
154962015-06-29 Pedro Alves <palves@redhat.com>
15497
15498 PR threads/18127
15499 * gdb.threads/hand-call-new-thread.c: New file.
15500 * gdb.threads/hand-call-new-thread.c: New file.
15501
ee93cd5e
KS
155022015-06-26 Keith Seitz <keiths@redhat.com>
15503 Doug Evans <dje@google.com>
15504
15505 PR 16253
15506 * gdb.cp/var-tag-2.cc: New file.
15507 * gdb.cp/var-tag-3.cc: New file.
15508 * gdb.cp/var-tag-4.cc: New file.
15509 * gdb.cp/var-tag.cc: New file.
15510 * gdb.cp/var-tag.exp: New file.
15511
fc637f04
PP
155122015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15513
15514 * gdb.base/history-duplicates.exp: New test.
15515
2e52ae68
PP
155162015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15517
15518 * gdb.base/completion.exp: Test the completion of the "focus"
15519 command.
15520
6e22494e
JK
155212015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15522
15523 * gdb.arch/amd64-prologue-skip.S: New file.
15524 * gdb.arch/amd64-prologue-skip.exp: New file.
15525
bf7b9cd9
SM
155262015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15527
15528 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15529 is_address_zero_readable check.
15530
201e8dfd
PB
155312015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15532
15533 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15534 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15535
5cd867b4
YQ
155362015-06-24 Yao Qi <yao.qi@linaro.org>
15537
15538 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15539 linux targets.
15540
4d7be007
YQ
155412015-06-24 Yao Qi <yao.qi@linaro.org>
15542
15543 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15544 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15545 * gdb.base/siginfo-thread.exp: Likewise.
15546
07fcd301
YQ
155472015-06-22 Yao Qi <yao.qi@linaro.org>
15548
15549 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15550
52042a00
YQ
155512015-06-22 Yao Qi <yao.qi@linaro.org>
15552
15553 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15554 aarch64*-*-*.
15555 (skip_hw_watchpoint_tests): Likewise.
15556
74bd41ce
PP
155572015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15558
15559 * gdb.base/gdbinit-history.exp: Test the interaction between
15560 setting GDBHISTSIZE and setting the history size via .gdbinit.
15561
bc460514
PP
155622015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15563
15564 PR gdb/16999
15565 * gdb.base/gdbhistsize-history.exp: New test.
15566
b58c513b
PP
155672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15568
15569 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15570 with GDBHISTSIZE.
15571 * gdb.base/readline.exp: Likewise.
15572
92046791
YQ
155732015-06-17 Yao Qi <yao.qi@linaro.org>
15574
15575 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15576 line.
15577
2093d2d3
PP
155782015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15579
15580 * gdb.base/gdbinit-history.exp: Add test case to check that
15581 an unlimited history file does not get truncated on exit.
15582
e6c693af
AA
155832015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15584
15585 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15586 (VECTOR): New macro. Use it...
15587 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15588 ...for these typedefs.
15589 (int8, char1, int1, double1): New typedefs.
15590 (struct just_int2, struct two_int2): New structures.
15591 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15592 (add_structvecs, add_singlevecs): New functions.
15593 (main): Call add_some_intvecs twice.
15594 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15595 the compile and exit upon failure. Try compiling for the "native"
15596 architecture. Test inferior function calls with vector arguments
15597 and vector return value handling with "finish" and "return".
15598
c74f7d1c
JT
155992015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15600
15601 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15602 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15603 PE file.
15604 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15605
98aa42ee
AT
156062015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15607
15608 PR breakpoints/16465
15609 * gdb.mi/mi-dprintf-pending.c: New file.
15610 * gdb.mi/mi-dprintf-pending.exp: New test.
15611 * gdb.mi/mi-dprintf-pendshr.c: New file.
15612
7d73c23c 156132015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15614 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15615
15616 * gdb.arch/i386-mpx-map.c: New file.
15617 * gdb.arch/i386-mpx-map.exp: New File.
15618
156192015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15620
15621 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15622 * gdb.arch/i386-mpx.exp: Indentation fixed.
15623
156242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15625
15626 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15627 function and improved indentation.
15628 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15629 gdb_test_multiple. Added additional tests to skip the test.
15630
156312015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15632
15633 * gdb.arch/i386-avx512.c: Change path in include file.
15634 * gdb.arch/i386-avx512.exp: Change include dir path
15635 compilation flag.
15636 * gdb.arch/i386-mpx.c: Change path in include file.
15637 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15638 flag.
15639
d5eba19a
JK
156402015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15641
15642 * gdb.compile/compile-print.exp (compile print *vararray@3)
15643 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15644
7f361056
JK
156452015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15646
15647 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15648 (do not keep jit in memory): ... this.
15649 (expect 5): Change it to ...
15650 (expect no 5): ... this.
15651
3b462ec2
SM
156522015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15653
15654 PR gdb/15564
15655 * gdb.mi/mi-detach.exp: New file.
15656
e0619de6
JK
156572015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15658
15659 PR symtab/18392
15660 * gdb.arch/amd64-tailcall-self.S: New file.
15661 * gdb.arch/amd64-tailcall-self.c: New file.
15662 * gdb.arch/amd64-tailcall-self.exp: New file.
15663
e970cb34
DB
156642015-05-28 Don Breazeal <donb@codesourcery.com>
15665
15666 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15667 tests for remote targets by checking is_target_gdbserver.
15668
b2e2f908
DE
156692015-05-27 Doug Evans <dje@google.com>
15670
15671 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15672 * gdb.dwarf2/opaque-type-lookup.c: New file.
15673 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15674
82c7be31
DE
156752015-05-26 Doug Evans <dje@google.com>
15676
15677 * gdb.cp/iostream.cc: New file.
15678 * gdb.cp/iostream.exp: New file.
15679
b4f54984
DE
156802015-05-26 Doug Evans <dje@google.com>
15681
15682 * gdb.dwarf2/dw2-op-call.exp: Update.
15683 * gdb.dwarf2/dw4-sig-types.exp: Update.
15684 * gdb.dwarf2/implptr.exp: Update.
15685 * gdb.mi/mi-cmd-param-changed.exp: Update.
15686
4ea6efe9
DE
156872015-05-26 Doug Evans <dje@google.com>
15688
15689 * gdb.python/py-lazy-string.c: New file.
15690 * gdb.python/py-lazy-string.exp: New file.
15691 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15692 (main): Update. Add estring3.
15693 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15694 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15695
f6bb7db3
YQ
156962015-05-26 Omair Javaid <omair.javaid@linaro.org>
15697 Yao Qi <yao.qi@linaro.org>
15698
15699 * gdb.reverse/aarch64.c: New.
15700 * gdb.reverse/aarch64.exp: New.
15701
a81bfbd0
OJ
157022015-05-26 Omair Javaid <omair.javaid@linaro.org>
15703
25d49b86
PA
15704 * lib/gdb.exp (supports_process_record): Return true for
15705 aarch64*-linux*.
a81bfbd0
OJ
15706 (supports_reverse): Likewise.
15707
158bf1b4
PP
157082015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15709
15710 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15711 Use with_test_prefix.
15712
a0145030
AB
157132015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15714
15715 * gdb.base/completion.exp: Add test for completion of layout
15716 names.
15717
ebe3b578
AB
157182015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15719
15720 * lib/gdb.exp (skip_tui_tests): New proc.
15721 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15722
84204ed7
PA
157232015-05-19 Pedro Alves <palves@redhat.com>
15724
15725 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15726 Save the whole env array instead of just HOME. Unset HISTSIZE in
15727 the environment while testing. Restore whole environment
15728 afterwards.
15729
37442ce1
DE
157302015-05-16 Doug Evans <xdje42@gmail.com>
15731
15732 * gdb.guile/scm-ports.c: New file.
15733 * gdb.guile/scm-ports.exp: Add memory port tests.
15734
36de76f9
JK
157352015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15736
15737 * gdb.compile/compile-print.c: New file.
15738 * gdb.compile/compile-print.exp: New file.
15739
3a9558c4
JK
157402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15741
15742 * gdb.compile/compile-ops.exp: Cast param to void.
15743 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15744 (compile code struct_object.selffield = &struct_object): Add xfail.
15745
aa715135
JG
157462015-05-15 Joel Brobecker <brobecker@adacore.com>
15747
15748 * gdb.ada/arr_enum_with_gap: New testcase.
15749
931e5bc3
JG
157502015-05-15 Joel Brobecker <brobecker@adacore.com>
15751
15752 * gdb.ada/byte_packed_arr: New testcase.
15753
9cd4d857
JB
157542015-05-15 Joel Brobecker <brobecker@adacore.com>
15755
15756 * gdb.ada/pckd_neg: New testcase.
15757
ebfd00d2
PP
157582015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15759
15760 PR gdb/17820
15761 * gdb.base/gdbinit-history.exp: New test.
15762 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15763 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15764
4c082a81
SC
157652015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15766
15767 * gdb.python/py-xmethods.cc: Enhance test case.
15768 * gdb.python/py-xmethods.exp: New tests.
15769 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15770 function.
15771 (B_indexoper): Likewise.
15772 (global_dm_list) : Add new xmethod worker functions.
15773
f7797074
SDJ
157742015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15775
15776 * gdb.base/coredump-filter.exp: Correctly unset
15777 "coredump_var_addr" array.
15778
a4674e4e
PA
157792015-05-08 Pedro Alves <palves@redhat.com>
15780
15781 * gdb.server/non-existing-program.exp: Unset spawn_id.
15782
df2eb078
SC
157832015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15784
15785 PR python/18291
15786 * gdb.python/py-xmethods.exp: Add tests.
15787
422349a3
YQ
157882015-05-08 Yao Qi <yao.qi@linaro.org>
15789
15790 PR gdb/18208
15791 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15792 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15793 function set_coredump_filter, and remove remote_exec call.
15794 Remove argument ipid. Callers update.
15795 (top level): Don't get inferior's PID.
15796
63fc80ce
AA
157972015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15798
15799 * gdb.base/watch_thread_num.exp: Skip test on targets without
15800 access watchpoints.
15801
80ad801e
PA
158022015-05-06 Pedro Alves <palves@redhat.com>
15803
15804 PR server/18081
15805 * gdb.server/non-existing-program.exp: New file.
15806
0fa7fe50
JB
158072015-05-05 Joel Brobecker <brobecker@adacore.com>
15808
15809 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15810
3ea89b92
PMR
158112015-05-05 Joel Brobecker <brobecker@adacore.com>
15812
15813 * gdb.ada/out_of_line_in_inlined: New testcase.
15814
87b8eff0
JB
158152015-05-05 Joel Brobecker <brobecker@adacore.com>
15816
15817 * gdb.ada/var_rec_arr: New testcase.
15818
5fccc635
YQ
158192015-04-30 Yao Qi <yao.qi@linaro.org>
15820
15821 * gdb.base/break-idempotent.exp: If
15822 skip_hw_watchpoint_multi_tests returns true, skip the tests
15823 on "rwatch" and "awatch".
15824
42d38f42
YQ
158252015-04-30 Yao Qi <yao.qi@linaro.org>
15826
15827 * gdb.base/relativedebug.exp: Invoke gdb command
15828 "info sharedlibrary", and if libc.so doesn't have debug info,
15829 skip the test.
15830
2ce1cdbf
DE
158312015-04-29 Doug Evans <dje@google.com>
15832
15833 * gdb.python/py-xmethods.exp: Add ptype tests.
15834 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15835 get_result_type method.
15836
f24a38c5
LM
158372015-04-29 Luis Machado <lgustavo@codesourcery.com>
15838
15839 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15840 the target does not support hardware watchpoints.
15841
ecbf2b3c
LM
158422015-04-29 Luis Machado <lgustavo@codesourcery.com>
15843
15844 * gdb.base/break-always.exp: Abort testing if writing to memory
15845 causes an error.
15846
34f5f757
DE
158472015-04-28 Doug Evans <dje@google.com>
15848
15849 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15850 * gdb.python/py-pp-registration.exp: ... here. New file.
15851 * gdb.python/py-pp-registration.c: New file.
15852 * gdb.python/py-pp-registration.py: New file.
15853
69b4374a
DE
158542015-04-28 Doug Evans <dje@google.com>
15855
15856 * gdb.python/py-bad-printers.c: New file.
15857 * gdb.python/py-bad-printers.py: New file.
15858 * gdb.python/py-bad-printers.exp: New file.
15859
59fb7612
SS
158602015-04-28 Sasha Smundak <asmundak@google.com>
15861
15862 * gdb.python/py-type.exp: New test.
15863
2631b16a
AW
158642015-04-28 Andy Wingo <wingo@igalia.com>
15865
15866 * gdb.python/py-parameter.exp:
15867 * gdb.guile/scm-parameter.exp: Escape the path that we are
15868 matching against, as it might contain characters that are special
15869 to regular expressions.
15870
460efde1
JB
158712015-04-27 Joel Brobecker <brobecker@adacore.com>
15872
15873 * gdb.ada/rec_comp: New testcase.
15874
2d369d8e
SDJ
158752015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15876
15877 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15878 before using it.
15879
cf75d6c3
AB
158802015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15881
15882 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15883 new tests for verilog output.
15884
8dbe7ca5
YQ
158852015-04-24 Yao Qi <yao.qi@linaro.org>
15886
15887 * boards/remote-gdbserver-on-localhost.exp: New file.
15888
4ef9fb2f
PA
158892015-04-23 Pedro Alves <palves@redhat.com>
15890
15891 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15892 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15893 "end of file", remove $inferior_spawn_id from the indirect list.
15894
0a803169
PA
158952015-04-23 Pedro Alves <palves@redhat.com>
15896
15897 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15898
749ef8f8
PA
158992015-04-23 Pedro Alves <palves@redhat.com>
15900
15901 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15902 on $any_spawn_id instead of only on $gdb_spawn_id.
15903
8aae4344
PM
159042015-04-21 Pierre Muller <muller@sourceware.org>
15905
15906 PR pascal/17815
15907 * lib/pascal.exp (gpc_compile): Add new option "class".
15908 (fpc_compile): Likewise.
15909 * gdb.pascal/case-insensitive-symbols.pas: New file.
15910 * gdb.pascal/case-insensitive-symbols.exp: New file.
15911
1586c8fb
GB
159122015-04-20 Gary Benson <gbenson@redhat.com>
15913
15914 * gdb.base/attach.exp: Fix three extended remote failures.
15915
1b6e6f5c
GB
159162015-04-17 Gary Benson <gbenson@redhat.com>
15917
15918 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15919 the main executable over the remote protocol.
15920
e797481d
PA
159212015-04-16 Pedro Alves <palves@redhat.com>
15922
15923 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15924 a new gdbserver if gdbserver_reconnect_p is set.
15925
1ca99c42
PA
159262015-04-16 Pedro Alves <palves@redhat.com>
15927
15928 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15929 is set, don't exit gdbserver.
15930
af9fd6f8
AA
159312015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15932
15933 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15934 appropriate .insn, such that an older assembler can be used.
15935 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15936 the z/Architecture instruction set on 31-bit targets as well.
15937
04ff1e61
AA
159382015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15939
15940 * gdb.go/handcall.exp: Remove all logic related to the first
15941 breakpoint and rely on go_runto_main instead.
15942 * gdb.go/strings.exp: Likewise.
15943 * gdb.go/unsafe.exp: Likewise.
15944 * gdb.go/hello.exp: Likewise. Also rename the remaining
15945 breakpoint marker to "breakpoint 1".
15946 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15947 * gdb.go/strings.go: Likewise.
15948 * gdb.go/unsafe.go: Likewise.
15949 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15950 "set breakpoint 2 here" and rename the remaining breakpoint marker
15951 to "breakpoint 1".
15952
40d2f8d6
SM
159532015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15954
15955 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15956 if itertools.imap is not present.
15957 * gdb.python/py-objfile.exp: Add parentheses.
15958 * gdb.python/py-type.exp: Same.
15959 * gdb.python/py-unwind-maint.py: Same.
15960
8cbc97c6
YQ
159612015-04-15 Yao Qi <yao.qi@linaro.org>
15962
15963 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15964 of ":$ptr_size" and set its form explicitly.
15965
45fd756c
YQ
159662015-04-15 Pedro Alves <palves@redhat.com>
15967 Yao Qi <yao.qi@linaro.org>
15968
15969 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15970 timeout by factor of 4.
15971 (test_regular_watch): Likewise.
15972 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15973 * gdb.reverse/sigall-reverse.exp: Likewise.
15974 * gdb.reverse/until-precsave.exp: Likewise.
15975 * lib/gdb.exp (with_timeout_factor): New proc.
15976 (gdb_expect): Move some code to ...
15977 (get_largest_timeout): ... here. New procedure.
15978
9e811bc3
LM
159792015-04-14 Luis Machado <lgustavo@codesourcery.com>
15980
15981 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15982
0ff6fcb2
LM
159832015-04-13 Luis Machado <lgustavo@codesourcery.com>
15984
15985 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15986 to write to the .text section.
15987
7578d5f7
LM
159882015-04-13 Luis Machado <lgustavo@codesourcery.com>
15989
15990 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15991 Handle the case of targets that do not provide PID information.
15992
2efe15c4
YQ
159932015-04-13 Yao Qi <yao.qi@linaro.org>
15994
15995 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15996 and use expect instead of gdb_expect.
15997
8cd8f2f8
SDJ
159982015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15999
16000 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16001 "coredump_var_addr" to avoid naming conflict with other testcases.
16002
9ee41772
PA
160032015-04-10 Pedro Alves <palves@redhat.com>
16004
16005 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16006 gdb_test_sequence and gdb_assert.
16007
07473109
PA
160082015-04-10 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16011 test messages that don't include the breakpoint address.
16012
de3db44c
YQ
160132015-04-10 Yao Qi <yao.qi@linaro.org>
16014
16015 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16016 false for some offset and width combinations which aren't
16017 supported by linux kernel.
16018
c79d856c
PA
160192015-04-10 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16022 procedure, factored out from ...
16023 (top level): ... here. Add "set displaced-stepping" testing axis.
16024 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16025 parameter "displaced". Use it.
16026 (top level): Use foreach and add "set displaced-stepping" testing
16027 axis.
16028
ebc90b50
PA
160292015-04-10 Pedro Alves <palves@redhat.com>
16030
16031 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16032 Remove comment.
16033 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16034 both the address of the instruction that triggers the watchpoint
16035 and the address of the instruction immediately after, and use
16036 those addresses for the test. Fix comment.
16037
8f572e5c
PA
160382015-04-10 Pedro Alves <palves@redhat.com>
16039
16040 * gdb.base/sigstep.exp (breakpoint_to_handler)
16041 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16042 Test "backtrace" in handler.
16043 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16044 (top level): Add new "displaced" test axis to
16045 breakpoint_to_handler, breakpoint_to_handler_entry and
16046 breakpoint_over_handler.
16047
8d707a12
PA
160482015-04-10 Pedro Alves <palves@redhat.com>
16049
16050 PR gdb/18216
16051 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16052
ef713951
YQ
160532015-04-10 Yao Qi <yao.qi@linaro.org>
16054
16055 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16056 (test_add_rn_pc): New function.
16057 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16058 (top level): Invoke test_add_rn_pc.
16059
906d60cf
PA
160602015-04-10 Pedro Alves <palves@redhat.com>
16061
16062 PR gdb/13858
16063 * gdb.base/step-over-no-symbols.exp: New file.
16064
f2983cc3
AW
160652015-04-09 Andy Wingo <wingo@igalia.com>
16066
16067 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16068 after the Python tests.
16069
6d62641c
SDJ
160702015-04-08 Keith Seitz <keiths@redhat.com>
16071
16072 PR python/16699
16073 * gdb.python/py-completion.exp: New tests for completion.
16074 * gdb.python/py-completion.py (CompleteLimit1): New class.
16075 (CompleteLimit2): Likewise.
16076 (CompleteLimit3): Likewise.
16077 (CompleteLimit4): Likewise.
16078 (CompleteLimit5): Likewise.
16079 (CompleteLimit6): Likewise.
16080 (CompleteLimit7): Likewise.
16081
f3770638
PA
160822015-04-08 Pedro Alves <palves@redhat.com>
16083
16084 PR gdb/18214
16085 PR gdb/18216
16086 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16087 function.
16088 (main): Install it as SIGUSR1 handler.
16089 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16090 parameter. Always use "setup" as prefix. Toggle "set
16091 displaced-stepping" off/on depending on global. Don't switch to
16092 thread 1 here.
16093 (top level): Add displaced stepping "off/on" test axis. Update
16094 "setup" calls. Wrap each subtest with with_test_prefix. Test
16095 continuing with a queued signal in each thread.
16096
4496bed7
PA
160972015-04-08 Pedro Alves <palves@redhat.com>
16098
16099 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16100 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16101 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16102 Return early if running to main fails.
16103 * gdb.trace/while-stepping.exp: Likewise.
16104
b97fde92
PA
161052015-04-07 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16108 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16109 interact with inferior program.
16110
f71c18e7
PA
161112015-04-07 Pedro Alves <palves@redhat.com>
16112
16113 * lib/gdb.exp (inferior_spawn_id): New global.
16114 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16115 spawn id after processing the user code.
16116 (default_gdb_start): Set inferior_spawn_id.
16117 (send_inferior): New procedure.
16118 * lib/gdbserver-support.exp (gdbserver_start): Set
16119 inferior_spawn_id.
16120 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16121
6423214f
PA
161222015-04-07 Pedro Alves <palves@redhat.com>
16123
16124 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16125 * lib/gdbserver-support.exp (gdbserver_start): Make
16126 $server_spawn_id global.
16127 (gdbserver_start): Don't wait for gdbserver's spawn id with
16128 expect_background.
16129 (close_gdbserver): New procedure.
16130 (gdb_exit): Rename the default version and reimplement.
16131
71c0ee8c
PA
161322015-04-07 Pedro Alves <palves@redhat.com>
16133
72f4393d 16134 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16135 append the substituted item, not the original item.
16136
203bc29b
PA
161372015-04-07 Pedro Alves <palves@redhat.com>
16138
16139 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16140 gdb_expect.
16141
508a3ddf
PA
161422015-04-07 Pedro Alves <palves@redhat.com>
16143
16144 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16145 output appearing once only.
16146
9f6dbe2b
PA
161472015-04-07 Pedro Alves <palves@redhat.com>
16148
16149 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16150 that doesn't expect anything. Return early if running to main
16151 fails.
16152
337532fa
YQ
161532015-04-07 Yao Qi <yao.qi@linaro.org>
16154
16155 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16156 (child_function): Call alarm.
16157 (main): Move call to alarm into the loop.
16158 * gdb.threads/non-stop-fair-events.exp: Build program with
16159 -DTIMEOUT=$timeout.
16160
01b622d4
DE
161612015-04-06 Doug Evans <xdje42@gmail.com>
16162
16163 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16164 Fix dest parameter to board_info.
16165 (fpc_compile): Ditto.
16166 (gdb_compile_pascal): Rename dest arg to destfile.
16167
961f4160
PMR
161682015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16169
16170 * gdb.ada/funcall_ref.exp: New file.
16171 * gdb.ada/funcall_ref/foo.adb: New file.
16172
cafda597
YQ
161732015-04-02 Yao Qi <yao.qi@linaro.org>
16174
16175 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16176 is remote.
16177
fed040c6
GB
161782015-04-02 Gary Benson <gbenson@redhat.com>
16179
16180 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16181
d11916aa
SS
161822015-04-01 Sasha Smundak <asmundak@google.com>
16183
16184 * gdb.python/py-unwind-maint.c: New file.
16185 * gdb.python/py-unwind-maint.exp: New test.
16186 * gdb.python/py-unwind-maint.py: New file.
16187 * gdb.python/py-unwind.c: New file.
16188 * gdb.python/py-unwind.exp: New test.
16189 * gdb.python/py-unwind.py: New test.
16190
a1471180
PA
161912015-04-01 Pedro Alves <palves@redhat.com>
16192
16193 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16194 to fail instead of non-existent $test.
16195
0bbeccb1
PA
161962015-04-01 Pedro Alves <palves@redhat.com>
16197
16198 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16199 GDBFLAGS if not empty.
16200
3c724c8c
PMR
162012015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16202
16203 * gdb.ada/complete.exp: Remove "multi_line".
16204 * gdb.ada/info_exc.exp: Remove "multi_line".
16205 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16206 * gdb.ada/ptype_field.exp: Remove "multi_line".
16207 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16208 * gdb.ada/tagged.exp: Remove "multi_line".
16209 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16210 [multi_line ...]
16211 * gdb.btrace/delta.exp: Likewise.
16212 * gdb.btrace/exception.exp: Likewise.
16213 * gdb.btrace/function_call_history.exp: Likewise.
16214 * gdb.btrace/instruction_history.exp: Likewise.
16215 * gdb.btrace/nohist.exp: Likewise.
16216 * gdb.btrace/record_goto.exp: Likewise.
16217 * gdb.btrace/segv.exp: Likewise.
16218 * gdb.btrace/stepi.exp: Likewise.
16219 * gdb.btrace/tailcall.exp: Likewise.
16220 * gdb.btrace/unknown_functions.exp: Likewise.
16221 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16222 * lib/gdb.exp: Add the "multi_line" helper.
16223
4eec2deb
PA
162242015-04-01 Pedro Alves <palves@redhat.com>
16225
16226 * gdb.threads/tid-reuse.c: New file.
16227 * gdb.threads/tid-reuse.exp: New file.
16228
df8411da
SDJ
162292015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16230
16231 PR corefiles/16092
16232 * gdb.base/coredump-filter.c: New file.
16233 * gdb.base/coredump-filter.exp: Likewise.
16234
6ef37366
PM
162352015-03-27 Petr Machata <pmachata@redhat.com>
16236
16237 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16238 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16239 (Dwarf::assemble): Initialize them.
16240 (Dwarf::lines): New function.
16241
7ec911b0
JT
162422015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16243
16244 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16245 SYMBOL_PREFIX for x86_64-*-cygwin.
16246
ff908ebf
AW
162472015-03-26 Andy Wingo <wingo@igalia.com>
16248
16249 PR symtab/18148
16250 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16251 const_value but not a location.
16252 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16253 location defined in non-main CUs are visible.
16254
6d5f0679
YQ
162552015-03-26 Yao Qi <yao.qi@linaro.org>
16256
16257 PR testsuite/18139
16258 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16259 Add a line number entry for the same line.
16260 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16261 Add a line number entry for the same line.
16262
2898689b
YQ
162632015-03-26 Yao Qi <yao.qi@linaro.org>
16264
16265 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16266 .int 0.
16267 (func): Likewise. Add .Lfunc_1 label.
16268 Use .Lfunc_1 label.
16269 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16270 .int 0.
16271 (func): Likewise.
16272 Use .Lfunc_1 label.
16273
85180498
YQ
162742015-03-26 Yao Qi <yao.qi@linaro.org>
16275
16276 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16277 Call gdb_compile instead to compile each .s files without debug
16278 information.
16279
8aa08a8d
YQ
162802015-03-26 Yao Qi <yao.qi@linaro.org>
16281
16282 * gdb.base/savedregs.exp (process_saved_regs): Make
16283 "Saved registers:" optional in the pattern.
16284
66849923
MM
162852015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16286
16287 * gdb.btrace/next.exp: Merged into step.exp.
16288 * gdb.btrace/finish.exp: Merged into step.exp.
16289 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16290 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16291 "record goto" and checking the exact replay position.
16292 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16293 check for "Recording format" in "info record" output.
16294 * gdb.btrace/record_goto.exp: Choose test file based on target.
16295 * gdb.btrace/x86-record_goto.S: Renamed into ...
16296 * gdb.btrace/x86_64-record_goto.S: ... this.
16297 * gdb.btrace/i686-record_goto.S: New.
16298 * gdb.btrace/x86-tailcall.S: Renamed into ...
16299 * gdb.btrace/x86_64-tailcall.S: ... this.
16300 * gdb.btrace/i686-tailcall.S: New.
16301 * gdb.btrace/x86-tailcall.c: Renamed into ...
16302 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16303 separate statements. Update test.
16304 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16305 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16306 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16307 * gdb.btrace/tailcall.exp: Choose test file based on target.
16308 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16309
11cc1b74
MM
163102015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16311
16312 * gdb.btrace/exception.exp: Increase BTS buffer size.
16313
a25d8bf9
PA
163142015-03-24 Pedro Alves <palves@redhat.com>
16315
16316 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16317
856e7dd6
PA
163182015-03-24 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.threads/schedlock.exp (test_step): No longer expect that
16321 "set scheduler-locking step" with "next" over a function call runs
16322 threads unlocked.
16323
ad235a41
AT
163242015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16325
16326 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16327
15630549
AT
163282015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16329
16330 PR breakpoints/16466
16331 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16332 * gdb.mi/mi-pending.c (thread_func): New function.
16333 (int main): Add threading support required.
16334 * gdb.mi/mi-pending.exp: Add tests for this issue.
16335 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16336 (pendfunc2): Remove stdio dependency.
16337 * gdb.mi/mi-pendshr2.c: New file.
16338
693dca06
KS
163392015-03-23 Keith Seitz <keiths@redhat.com>
16340
16341 * gdb.linespec/keywords.c: New file.
16342 * gdb.linespec/keywords.exp: New file.
16343
7e993ebf
KS
163442015-03-23 Keith Seitz <keiths@redhat.com>
16345
16346 PR gdb/18021
16347 * gdb.dwarf2/staticvirtual.exp: New test.
16348
bc23328c
JK
163492015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16350
16351 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16352 * README: Remove HP-UX and gdb.hp.
16353 (configuration):
16354 * configure: Regenerate.
16355 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16356 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16357 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16358 gdb.hp/gdb.defects/Makefile.
16359 * gdb.hp/Makefile.in: File deleted.
16360 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16361 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16362 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16363 * gdb.hp/gdb.aCC/run.c: File deleted.
16364 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16365 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16366 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16367 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16368 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16369 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16370 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16371 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16372 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16373 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16374 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16375 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16376 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16377 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16378 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16379 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16380 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16381 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16382 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16383 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16384 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16385 * gdb.hp/gdb.compat/average.c: File deleted.
16386 * gdb.hp/gdb.compat/sum.c: File deleted.
16387 * gdb.hp/gdb.compat/xdb.c: File deleted.
16388 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16389 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16390 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16391 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16392 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16393 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16394 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16395 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16396 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16397 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16398 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16399 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16400 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16401 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16402 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16403 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16404 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16405 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16406 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16407 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16408 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16409 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16410 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16411 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16412 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16413 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16414 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16415 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16416 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16417 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16418 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16419 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16420 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16421 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16422 * gdb.hp/tools/odump: File deleted.
16423
8bf3b159
PA
164242015-03-19 Pedro Alves <palves@redhat.com>
16425
16426 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16427 (saw_thread_3): New globals.
16428 (top level): Increment them when an event for the corresponding
16429 thread is seen.
16430 (no thread starvation): New test.
16431
eb54c8bf
PA
164322015-03-19 Pedro Alves <palves@redhat.com>
16433
16434 * gdb.threads/continue-pending-status.c: New file.
16435 * gdb.threads/continue-pending-status.exp: New file.
16436
32d2e5d6
PA
164372015-03-18 Pedro Alves <palves@redhat.com>
16438
16439 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16440 Use gdb_is_target_remote instead of is_remote. Use
16441 gdb_test_multiple instead of gdb_expect. Exit early if
16442 gdb_test_multiple hits its internal matches. Tighten stepi tests
16443 expected output. Fail on exit with any signal, instead of just
16444 SIGILL.
16445
f68f11b7
YQ
164462015-03-18 Yao Qi <yao.qi@linaro.org>
16447
16448 PR tdep/18107
16449 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16450 variable.
16451 * gdb.base/catch-syscall.exp: Don't skip it on
16452 aarch64*-*-linux* target. Remove elements in all_syscalls.
16453 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16454 target.
16455 (setup_all_syscalls): New proc.
16456
ca5fd19b
YQ
164572015-03-16 Yao Qi <yao.qi@linaro.org>
16458
16459 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16460 (top level): Skip tests if valid_addr_p returns false for
16461 $cmd1 or $cmd2.
16462
85642ba0
AW
164632015-03-11 Andy Wingo <wingo@igalia.com>
16464
16465 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16466
e03f9645
YQ
164672015-03-11 Yao Qi <yao.qi@linaro.org>
16468
16469 * gdb.base/catch-syscall.exp: Fix typo in comments.
16470
5d0962b2
YQ
164712015-03-11 Yao Qi <yao.qi@linaro.org>
16472
16473 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16474
b2df3cef
PA
164752015-03-09 Pedro Alves <palves@redhat.com>
16476
16477 * dg-extract-results.py: Delete.
16478
ef878e53
PA
164792015-03-09 Pedro Alves <palves@redhat.com>
16480
16481 Merge dg-extract-results.sh from GCC upstream (r218843).
16482
16483 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16484 * dg-extract-results.sh: Use --text with grep to avoid issues with
16485 binary files. Fall back to cat -v, if that doesn't work.
16486
9494d219
PA
164872015-03-05 Pedro Alves <palves@redhat.com>
16488
16489 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16490
a8d9763a
SM
164912015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16492
16493 * lib/mi-support.exp (mi_expect_interrupt): Accept
16494 alternative event for when in all-stop mode.
16495
be9957b8
PA
164962015-03-04 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16499
d57be0f4 165002015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16501
16502 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16503
c214c7cf
AA
165042015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16505
16506 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16507 regexps for GDB's current line display, accept a hex address
16508 preceding the line number.
16509
6d74a497
AA
165102015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16511
16512 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16513 the 'arch1' variable for "s390*-linux*" targets.
16514
511aee7c
PA
165152015-03-04 Pedro Alves <palves@redhat.com>
16516
16517 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16518 (main): Pass missing retval argument to pthread_join call.
16519
95e50b27
PA
165202015-03-02 Pedro Alves <palves@redhat.com>
16521
16522 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16523 (top level): Call do_test with non-stop as well.
16524
28054d69
PA
165252015-03-02 Pedro Alves <palves@redhat.com>
16526
16527 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16528 -1.
16529
4fa5d7b4
AA
165302015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16531
16532 * gdb.arch/s390-vregs.exp: New test.
16533 * gdb.arch/s390-vregs.S: New file.
16534
97c18565
PA
165352015-02-27 Pedro Alves <palves@redhat.com>
16536
16537 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16538 call to catch_command_errors.
16539 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16540 catch_command_errors.
16541
a37bfa30
PA
165422015-02-27 Pedro Alves <palves@redhat.com>
16543
16544 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16545 "true" for boolean result.
16546 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16547 prototype of main.
16548
6f98576f
PA
165492015-02-27 Pedro Alves <palves@redhat.com>
16550
16551 * lib/unbuffer_output.c: New file.
16552 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16553 (main): Call gdb_unbuffer_output.
16554
eba5ab56
YQ
165552015-02-27 Yao Qi <yao.qi@linaro.org>
16556
16557 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16558 target.
16559
0def5aaa
DE
165602015-02-26 Doug Evans <dje@google.com>
16561
16562 * gdb.cp/class2.cc (Dbase, D): New classes.
16563 (main): New local delta.
16564 * gdb.cp/class2.exp: Test printing delta.
16565 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16566 (dynbar): New global.
16567 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16568
081a1c2c
JK
165692015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16570
16571 * gdb.compile/compile-ifunc.c: New file.
16572 * gdb.compile/compile-ifunc.exp: New file.
16573
2f41223f
AT
165742015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16575
16576 * gdb.base/structs.exp: Check for correct struct on finish.
16577
03eddd80
YQ
165782015-02-26 Yao Qi <yao.qi@linaro.org>
16579
16580 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16581 is zero.
16582
80c57053
JK
165832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16584
16585 * gdb.arch/cordic.ko.bz2: New file.
16586 * gdb.arch/cordic.ko.debug.bz2: New file.
16587 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16588
21613c12
YQ
165892015-02-25 Yao Qi <yao.qi@linaro.org>
16590
16591 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16592 aarch64*-*-* target.
16593
d8b901ed
PA
165942015-02-23 Pedro Alves <palves@redhat.com>
16595
16596 * lib/gdb.exp (delete_breakpoints): Rewrite using
16597 gdb_test_multiple.
16598
e5b85ead
PA
165992015-02-23 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.base/info-os.c: Include stdlib.h.
16602
85c3a371
DE
166032015-02-22 Doug Evans <xdje42@gmail.com>
16604
16605 PR symtab/17855
16606 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16607 is read after symbols have been re-read.
16608 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16609 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16610
96553a0c
DE
166112015-02-21 Doug Evans <dje@google.com>
16612
16613 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16614
97a0c697
JK
166152015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16616
16617 PR corefiles/17808
16618 * gdb.arch/i386-biarch-core.core.bz2: New file.
16619 * gdb.arch/i386-biarch-core.exp: New file.
16620
a47cd6e9
PA
166212015-02-21 Pedro Alves <palves@redhat.com>
16622
16623 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16624 runto_main fails.
16625
c5facdc4
PA
166262015-02-20 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16629 info probes.
16630
2db9a427
PA
166312015-02-20 Pedro Alves <palves@redhat.com>
16632
16633 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16634
60fb7e9e
PA
166352015-02-20 Pedro Alves <palves@redhat.com>
16636
16637 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16638 clean_restart before gdb_target_supports_trace.
16639
5c5019c2
PA
166402015-02-20 Pedro Alves <palves@redhat.com>
16641
16642 PR threads/18006
16643 * gdb.threads/clone-thread_db.c: New file.
16644 * gdb.threads/clone-thread_db.exp: New file.
16645
c9587f88
AT
166462015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16647
16648 PR breakpoints/16812
16649 * gdb.base/catch-gdb-caused-signals.c: New file.
16650 * gdb.base/catch-gdb-caused-signals.exp: New file.
16651
f6a88844
JM
166522015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16653
16654 * configure: Regenerated.
16655 * configure.ac: Use GDB_AC_TRANSFORM.
16656 * aclocal.m4: sinclude ../transform.m4.
16657
497c491b
JM
166582015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16659
16660 * lib/dtrace.exp: New file.
16661 * gdb.base/dtrace-probe.exp: Likewise.
16662 * gdb.base/dtrace-probe.d: Likewise.
16663 * gdb.base/dtrace-probe.c: Likewise.
16664 * lib/pdtrace.in: Likewise.
16665 * configure.ac: Output variables with the transformed names of
16666 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16667 * configure: Regenerated.
16668
03e98035
JM
166692015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16670
16671 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16672 expected message when trying to access $_probe_* convenience
16673 variables while not on a probe.
16674
63cc30e9
JK
166752015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16676
16677 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16678
0703599a
PA
166792015-02-11 Pedro Alves <pedro@codesourcery.com>
16680
16681 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16682 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16683
7e60a48e
DE
166842015-02-10 Doug Evans <xdje42@gmail.com>
16685
16686 * lib/gdb.exp (gdb_load): Always return a result.
16687
01b088bc
PA
166882015-02-10 Pedro Alves <palves@redhat.com>
16689
16690 * gdb.threads/signal-sigtrap.c: New file.
16691 * gdb.threads/signal-sigtrap.exp: New file.
16692
b05ec7a5
AT
166932015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16694
16695 * gdb.trace/no-attach-trace.c: New file.
16696 * gdb.trace/no-attach-trace.exp: New file.
16697
a2c2acaf
MW
166982015-02-09 Mark Wielaard <mjw@redhat.com>
16699
16700 * gdb.dwarf2/atomic.c: New file.
16701 * gdb.dwarf2/atomic-type.exp: Likewise.
16702
31fd9caa
MM
167032015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16704
16705 * gdb.btrace/buffer-size.exp: Update "info record" output.
16706 * gdb.btrace/delta.exp: Update "info record" output.
16707 * gdb.btrace/enable.exp: Update "info record" output.
16708 * gdb.btrace/finish.exp: Update "info record" output.
16709 * gdb.btrace/instruction_history.exp: Update "info record" output.
16710 * gdb.btrace/next.exp: Update "info record" output.
16711 * gdb.btrace/nexti.exp: Update "info record" output.
16712 * gdb.btrace/step.exp: Update "info record" output.
16713 * gdb.btrace/stepi.exp: Update "info record" output.
16714 * gdb.btrace/nohist.exp: Update "info record" output.
16715
d33501a5
MM
167162015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16717
16718 * gdb.btrace/buffer-size: New.
16719
f4abbc16
MM
167202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16721
16722 * gdb.btrace/delta.exp: Update "info record" output.
16723 * gdb.btrace/enable.exp: Update "info record" output.
16724 * gdb.btrace/finish.exp: Update "info record" output.
16725 * gdb.btrace/instruction_history.exp: Update "info record" output.
16726 * gdb.btrace/next.exp: Update "info record" output.
16727 * gdb.btrace/nexti.exp: Update "info record" output.
16728 * gdb.btrace/step.exp: Update "info record" output.
16729 * gdb.btrace/stepi.exp: Update "info record" output.
16730 * gdb.btrace/nohist.exp: Update "info record" output.
16731
b9d61307
SM
167322015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16733
16734 PR gdb/15678
16735 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16736
e584fdbc
PA
167372015-02-06 Pedro Alves <palves@redhat.com>
16738
16739 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16740 macro.
16741 (seconds_left, again): New globals.
16742 (main): Wait seconds_left in a 1-second sleep loop instead of
16743 sleeping 180 seconds. If 'again' is set, reset the seconds
16744 counter.
16745 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16746 'again' in the inferior before detaching. Print the seconds left.
16747 (options): New global.
16748 (top level): Build program with -DTIMEOUT=$timeout.
16749
77f41761
PA
167502015-02-06 Pedro Alves <palves@redhat.com>
16751
16752 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16753 determine how many seconds to pass to 'alarm'.
16754 * gdb.base/gdb-sigterm.exp (top level): Build program with
16755 -DTIMEOUT=$timeout.
16756 (do_test): Return success/failure indication. Add more verbose
16757 logging. Don't fail if 200 single steps are seen. Instead, fail
16758 when the test times out.
16759 (passes): New global.
16760 (top level): Break the testing loop if testing fails on any
16761 iteration. Use gdb_assert.
16762
b9394193
DB
167632015-02-04 Don Breazeal <donb@codesourcery.com>
16764
16765 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16766 and initialize them.
16767 (ipc_cleanup): New function.
16768 (main): Don't declare shmid, semid, and msqid. Add a call to
16769 atexit so that we call ipc_cleanup on exit.
16770
42d9e528
PA
167712015-02-04 Pedro Alves <palves@redhat.com>
16772
16773 * boards/native-extended-gdbserver.exp: Remove any target variant
16774 specifications from the board name before clearing the isremote
16775 flag from board_info.
16776
ae6ae975
DE
167772015-01-31 Doug Evans <xdje42@gmail.com>
16778
16779 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16780
cfb069a8
GB
167812015-01-31 Gary Benson <gbenson@redhat.com>
16782
16783 * gdb.base/completion.exp: Disable completion limiting for
16784 existing tests. Add new tests to check completion limiting.
16785 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16786
5dd31d79
DE
167872015-01-31 Doug Evans <xdje42@gmail.com>
16788
16789 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16790
9f050062
DE
167912015-01-31 Doug Evans <xdje42@gmail.com>
16792
16793 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16794 entries. Duplicate file section script entries.
16795 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16796 inlined entries. Add test for safe-path rejection.
16797 * gdb.python/py-section-script.c: Add duplicate inlined section script
16798 entries. Duplicate file section script entries.
16799 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16800 inlined entries. Add test for safe-path rejection.
16801
df25ebbd
JB
168022015-01-29 Joel Brobecker <brobecker@adacore.com>
16803
16804 * gdb.ada/disc_arr_bound: New testcase.
16805
4a0ca9ec
JB
168062015-01-29 Joel Brobecker <brobecker@adacore.com>
16807
16808 * gdb.ada/mi_var_array: New testcase.
16809
3a8b707a
DE
168102015-01-27 Doug Evans <dje@google.com>
16811
16812 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16813 Add test for objfile.filename, objfile.username after objfile
16814 has been unloaded.
16815
f8313f6e
JB
168162015-01-26 Joel Brobecker <brobecker@adacore.com>
16817
16818 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16819 the second test to print the name attribute of value
16820 returned by the call to gdb.lookup_type, and adjust
16821 the expected output accordingly.
16822
37bc665e
MW
168232015-01-25 Mark Wielaard <mjw@redhat.com>
16824
16825 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16826 * gdb.base/disp-step-fork.c: Include unistd.h.
16827 * gdb.base/siginfo-obj.c: Include stdio.h.
16828 * gdb.base/siginfo-thread.c: Likewise.
16829 * gdb.mi/non-stop.c: Include unistd.h.
16830 * gdb.mi/nsthrexec.c: Include stdio.h.
16831 * gdb.mi/pthreads.c: Include unistd.h.
16832 * gdb.modula2/unbounded1.c (main): Declare returns int.
16833 * gdb.reverse/consecutive-reverse.c: Likewise.
16834 * gdb.threads/create-fail.c: Include unistd.h.
16835 * gdb.threads/killed.c: Likewise.
16836 * gdb.threads/linux-dp.c: Likewise.
16837 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16838 * gdb.threads/non-ldr-exc-2.c: Likewise.
16839 * gdb.threads/non-ldr-exc-3.c: Likewise.
16840 * gdb.threads/non-ldr-exc-4.c: Likewise.
16841 * gdb.threads/pthreads.c: Include unistd.h.
16842 (main): Declare returns int.
16843 * gdb.threads/tls-main.c (foo): New declaration.
16844 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16845
f7e5394d
SM
168462015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16847
16848 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16849 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16850
743649fd
MW
168512015-01-15 Mark Wielaard <mjw@redhat.com>
16852
16853 * gdb.base/noreturn-return.c: New file.
16854 * gdb.base/noreturn-return.exp: New file.
16855 * gdb.base/noreturn-finish.c: New file.
16856 * gdb.base/noreturn-finish.exp: New file.
16857
198297aa
PA
168582015-01-23 Pedro Alves <palves@redhat.com>
16859
16860 * gdb.threads/continue-pending-after-query.c: New file.
16861 * gdb.threads/continue-pending-after-query.exp: New file.
16862
717cf30c
AG
168632015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16864 Simon Marchi <simon.marchi@ericsson.com>
16865
16866 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16867 * gdb.base/valgrind-db-attach.exp: Same.
16868 * gdb.base/valgrind-infcall.exp: Same.
16869 * lib/mi-support.exp (default_mi_gdb_start): Same.
16870 * lib/prompt.exp (default_prompt_gdb_start): Same.
16871 * lib/gdb.exp (default_gdb_spawn): Same.
16872 (gdb_interact): New.
16873
16874
4b62a76e
JK
168752015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16876
16877 * gdb.compile/compile.exp (pointer to jit function): New test.
16878
b4cdae6f
WW
168792015-01-17 Wei-cheng Wang <cole945@gmail.com>
16880
16881 * lib/gdb.exp (supports_process_record): Return true for
16882 powerpc*-*-linux*.
16883 (supports_reverse): Likewise.
16884
d221e7ef
DB
168852015-01-15 Don Breazeal <donb@codesourcery.com>
16886
16887 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16888 instead of checking whether the target board is remote and
16889 use spawn_wait_for_attach instead of exec/sleep.
16890 * gdb.base/attach-twice.exp: Likewise.
16891
bafffb51
JB
168922015-01-15 Joel Brobecker <brobecker@adacore.com>
16893
16894 * gdb.ada/var_arr_attrs: New testcase.
16895
5589af0e
PA
168962015-01-14 Pedro Alves <palves@redhat.com>
16897 Joel Brobecker <brobecker@adacore.com>
16898
16899 PR gdb/17525
16900 * gdb.base/bp-cmds-execution-x-script.c: New file.
16901 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16902 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16903
6c400b59
PA
169042015-01-14 Pedro Alves <palves@redhat.com>
16905
16906 PR cli/17828
16907 * gdb.base/batch-preserve-term-settings.c: New file.
16908 * gdb.base/batch-preserve-term-settings.exp: New file.
16909
e02c96a7
DE
169102015-01-13 Doug Evans <dje@google.com>
16911
16912 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16913 binary.
16914
576fd14c
JB
169152015-01-13 Joel Brobecker <brobecker@adacore.com>
16916
16917 * Makefile.in (clean mostlyclean): Do not delete *.py.
16918
04dccad0
JB
169192015-01-13 Joel Brobecker <brobecker@adacore.com>
16920
16921 * gdb.python/py-lookup-type.exp: New file.
16922
3d230f71
PA
169232015-01-12 Pedro Alves <palves@redhat.com>
16924
16925 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16926 restore GDBFLAGS before returning.
16927
7e67715d
JK
169282015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16929
16930 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16931 is_amd64_regs_target and is_x86_like_target.
16932
f2e0d4b4
DE
169332015-01-11 Doug Evans <xdje42@gmail.com>
16934
16935 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16936 is given without an explicit form.
16937 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16938 attributes.
16939 * gdb.dwarf/corrupt.exp: Ditto.
16940 * gdb.dwarf2/enum-type.exp: Ditto.
16941 * gdb.trace/entry-values.exp: Ditto.
16942 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16943
439250fb
DE
169442015-01-11 Doug Evans <xdje42@gmail.com>
16945
16946 PR gdb/15830
16947 * gdb.base/maint.exp: Remove references to "maint demangle".
16948 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16949 Add tests for explicitly specifying language to demangle.
16950 * gdb.dlang/demangle.exp: Ditto.
16951
ede9f622
PA
169522015-01-09 Pedro Alves <palves@redhat.com>
16953
16954 * gdb.threads/non-stop-fair-events.c: New file.
16955 * gdb.threads/non-stop-fair-events.exp: New file.
16956
a7b796db
PA
169572015-01-09 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16960 the global scope. Set a breakpoint after all threads are started
16961 rather than stepping over two source lines. Expect the prompt.
16962 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16963 global.
16964 (NUM): Now 15.
16965 (main): Use threads_started_barrier to wait for all threads to
16966 start. Main thread no longer calls thread_function. Exit after
16967 180 seconds.
16968 (loop): New function.
16969 (thread_function): Wait on threads_started_barrier barrier. Call
16970 'loop' at each iteration.
16971 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16972 threads have started, instead of hardcoding number of "next"
16973 steps. Use an access watchpoint instead of a write watchpoint.
16974
9665ffdd
PA
169752015-01-09 Pedro Alves <palves@redhat.com>
16976
16977 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16978 (thread_func): Wait on barrier.
16979 (main): Wait for all threads to start before stopping GDB.
16980 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16981 global.
16982 (thread1_func, thread2_func): Wait on barrier.
16983 (main): Wait for all threads to start before stopping GDB.
16984 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16985 New global.
16986 (thread1_func, thread2_func): Wait on barrier.
16987 (main): Wait for all threads to start before stopping GDB.
16988
c945a99f
PA
169892015-01-09 Pedro Alves <palves@redhat.com>
16990
16991 * gdb.threads/attach-many-short-lived-threads.c: New file.
16992 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16993
c1a747c1
PA
169942014-01-09 Pedro Alves <palves@redhat.com>
16995
16996 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16997 instead of to thread 2.
16998 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16999 Add barrier around each pthread_create call instead of around all
17000 calls.
17001 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17002 Set a break on thread_function and have the child threads hit it
17003 one at at a time.
17004
60b3033e
PA
170052015-01-09 Pedro Alves <palves@redhat.com>
17006
17007 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17008 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17009 false.
17010 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17011 checking whether the target board is remote.
17012 * gdb.multi/multi-attach.exp: Likewise.
17013 * gdb.python/py-sync-interp.exp: Likewise.
17014 * gdb.server/ext-attach.exp: Likewise.
17015 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17016 tests that need to attach, instead of checking whether the target
17017 board is remote at the top of the file.
17018
acc018ac
YQ
170192015-01-08 Yao Qi <yao@codesourcery.com>
17020
17021 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17022
50a18af8
JK
170232015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17024
17025 Fix testcase compilation.
17026 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17027
8503d6e1
JB
170282015-01-06 Joel Brobecker <brobecker@adacore.com>
17029
17030 * gdb.python/py-type.exp: Add a couple test about empty
17031 array creation, and negative-length array creation.
17032
cc73dbcc
DE
170332015-01-02 Doug Evans <xdje42@gmail.com>
17034
17035 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17036
0300bbc7
DE
170372015-01-02 Doug Evans <dje@google.com>
17038
17039 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17040
9d85a0ec
YQ
170412014-12-29 Yao Qi <yao@codesourcery.com>
17042
17043 * gdb.trace/entry-values.exp: Update comments. Rename variable
17044 bar_call_foo to returned_from_foo.
17045
87186c6a
MMN
170462014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17047
17048 PR gdb/17394
17049 * gdb.linespec/break-asm-file.c: New file.
17050 * gdb.linespec/break-asm-file.exp: New file.
17051 * gdb.linespec/break-asm-file0.s: New file.
17052 * gdb.linespec/break-asm-file1.s: New file.
17053
1bab7383
YQ
170542014-12-18 Nigel Stephens <nigel@mips.com>
17055 Maciej W. Rozycki <macro@codesourcery.com>
17056
17057 * gdb.base/float.exp: Handle the new output from "info float" on
17058 MIPS targets.
17059
1bc1068a
JK
170602014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17061
17062 Fix MinGW compilation.
17063 * gdb.compile/compile-ops.exp: Update untested message if
17064 !skip_compile_feature_tests.
17065 * gdb.compile/compile-setjmp.exp: Likewise.
17066 * gdb.compile/compile-tls.exp: Likewise.
17067 * gdb.compile/compile.exp: Likewise.
17068 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17069 supported on this host".
17070
b6615d10
DE
170712014-12-16 Doug Evans <xdje42@gmail.com>
17072
17073 * boards/stabs.exp: New file.
17074
25dda427
AA
170752014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17076
17077 * gdb.base/completion.exp: Adjust to format changes of "maint
17078 print user-registers".
17079
bf330350
CU
170802014-12-16 Catalin Udma <catalin.udma@freescale.com>
17081
17082 PR server/17457
17083 * gdb.arch/aarch64-fp.c: New file.
17084 * gdb.arch/aarch64-fp.exp: New file.
17085
395cf596
SDJ
170862014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17087
17088 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17089 r210637, r210913, r211666, r215400, r215817).
17090
17091 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17092 * dg-extract-results.py: New file.
17093 * dg-extract-results.sh: Use it if the environment seems
17094 suitable.
17095
17096 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17097
17098 * dg-extract-results.py (parse_run): Handle warnings that
17099 are printed before a test harness is run.
17100
17101 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17102
17103 * dg-extract-results.py (Named): Remove __cmp__ method.
17104 (output_variation): Use a key to sort variation.harnesses.
17105
17106 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17107
17108 * dg-extract-results.py: For Python 3, force sys.stdout to
17109 handle surrogate escape sequences.
17110 (safe_open): New function.
17111 (output_segment, main): Use it.
17112
17113 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17114
17115 * dg-extract-results.py (Prog.result_re): Include options
17116 in test name.
17117
17118 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17119
17120 * dg-extract-results.py (output_variation): Always sort if
17121 do_sum.
17122
e882ef3c
SM
171232014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17124
17125 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17126 as long as we get pagination notifications.
17127
4992aa20
JM
171282014-12-15 Jason Merrill <jason@redhat.com>
17129
17130 * Makefile.in (check-gdb.%): Restore.
17131 * README: Mention it.
17132
c1b5a1a6
JB
171332014-12-13 Joel Brobecker <brobecker@adacore.com>
17134
17135 * gdb.ada/str_uninit: New testcase.
17136
5537b577
JK
171372014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17138
17139 PR symtab/17642
17140 * gdb.base/vla-stub-define.c: New file.
17141 * gdb.base/vla-stub.c: New file.
17142 * gdb.base/vla-stub.exp: New file.
17143
bb2ec1b3
TT
171442014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17145 Jan Kratochvil <jan.kratochvil@redhat.com>
17146 Tom Tromey <tromey@redhat.com>
17147
17148 * configure.ac: Add gdb.compile/.
17149 * configure: Regenerate.
17150 * gdb.compile/Makefile.in: New file.
17151 * gdb.compile/compile-ops.exp: New file.
17152 * gdb.compile/compile-ops.c: New file.
17153 * gdb.compile/compile-tls.c: New file.
17154 * gdb.compile/compile-tls.exp: New file.
17155 * gdb.compile/compile-constvar.S: New file.
17156 * gdb.compile/compile-constvar.c: New file.
17157 * gdb.compile/compile-mod.c: New file.
17158 * gdb.compile/compile-nodebug.c: New file.
17159 * gdb.compile/compile-setjmp-mod.c: New file.
17160 * gdb.compile/compile-setjmp.c: New file.
17161 * gdb.compile/compile-setjmp.exp: New file.
17162 * gdb.compile/compile-shlib.c: New file.
17163 * gdb.compile/compile.c: New file.
17164 * gdb.compile/compile.exp: New file.
17165 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17166
4ff709eb
TT
171672014-12-12 Tom Tromey <tromey@redhat.com>
17168
17169 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17170 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17171
6dddd6a5
DE
171722014-12-12 Doug Evans <dje@google.com>
17173
17174 * lib/gdb-python.exp (get_python_valueof): New function.
17175 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17176
71c24708
AA
171772014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17178
17179 * gdb.base/completion.exp: Add test for completion of "info
17180 registers ".
17181
3e29f34a
MR
171822014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17183
17184 * gdb.base/func-ptrs.c: New file.
17185 * gdb.base/func-ptrs.exp: New file.
17186
fc126975
SM
171872014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17188
17189 PR breakpoints/17012
17190 * gdb.base/dprintf-detach.c: New file.
17191 * gdb.base/dprintf-detach.exp: New file.
17192
0a46d518
SM
171932014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17194
17195 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17196 * lib/gdb.exp (target_is_gdbserver): New procedure.
17197
a0be3e44
DE
171982014-12-08 Doug Evans <dje@google.com>
17199
17200 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17201
df1b803a
YQ
172022014-12-05 Yao Qi <yao@codesourcery.com>
17203
17204 * gdb.guile/scm-error.exp: Remove the third argument to
17205 gdb_remote_download.
17206 * gdb.guile/scm-frame-args.exp: Likewise.
17207 * gdb.guile/scm-section-script.exp: Likewise.
17208
ddb9f679
YQ
172092014-12-05 Yao Qi <yao@codesourcery.com>
17210
17211 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17212
86e4ed39
DE
172132014-12-04 Doug Evans <dje@google.com>
17214
17215 * gdb.python/py-objfile.exp: Add tests for
17216 objfile.add_separate_debug_file.
17217
7c50a931
DE
172182014-12-04 Doug Evans <dje@google.com>
17219
17220 * lib/gdb.exp (get_build_id): New function.
17221 (build_id_debug_filename_get): Rewrite to use it.
17222 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17223
621661e3
MR
172242014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17225
17226 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17227 `method(long)', not just 0x0.
17228 * gdb.cp/nsalias.exp: Align code labels to 4.
17229 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17230 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17231 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17232 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17233 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17234 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17235
29f0c3b7
DE
172362014-12-02 Doug Evans <dje@google.com>
17237
e1e061e7 17238 PR symtab/17602
29f0c3b7 17239 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17240 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17241 * gdb.cp/anon-ns.exp: Update.
17242
162078c8
NB
172432014-12-02 Nick Bull <nicholaspbull@gmail.com>
17244
17245 * gdb.python/py-events.py (inferior_call_handler): New.
17246 (register_changed_handler, memory_changed_handler): New.
17247 (test_events.invoke): Register new handlers.
17248 * gdb.python/py-events.exp: Add tests for inferior call,
17249 memory_changed and register_changed events.
17250
fdb09caf
AA
172512014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17252
17253 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17254 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17255 if the linker doesn't understand this.
17256
55cfb2c4
SM
172572014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17258
17259 * gdb.python/python.exp: Change expected reply to help().
17260
9e8cd6df
YQ
172612014-12-01 Yao Qi <yao@codesourcery.com>
17262
17263 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17264 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17265 * configure: Re-generated.
17266
6c659fc2
SC
172672014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17268
17269 * gdb.cp/chained-calls.cc: New file.
17270 * gdb.cp/chained-calls.exp: New file.
17271 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17272
d7fc3181
SM
172732014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17274
17275 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17276 * gdb.dwarf2/symtab-producer.exp: Same.
17277 * gdb.gdb/python-interrupts.exp: Same.
17278 * gdb.gdb/python-selftest.exp: Same.
17279 * gdb.python/py-linetable.exp: Same.
17280 * gdb.python/py-type.exp: Same.
17281 * gdb.python/py-value-cc.exp: Same.
17282 * gdb.python/py-value.exp: Same.
17283
10e79639
YQ
172842014-11-28 Yao Qi <yao@codesourcery.com>
17285
17286 * gdb.base/break-probes.exp: Match library name prefixed with
17287 sysroot.
17288
f28a0564
SM
172892014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17290
17291 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17292 test expected output. Add parentheses for the call to print.
17293 Remove L suffix from integers.
17294
3fe1ce1d
DE
172952014-11-26 Doug Evans <dje@google.com>
17296
17297 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17298
84429e27
YQ
172992014-11-22 Yao Qi <yao@codesourcery.com>
17300
17301 * gdb.trace/entry-values.c: Remove asms.
17302 (foo): Add foo_label.
17303 (bar): Add bar_label.
17304 * gdb.trace/entry-values.exp: Remove code computing foo's
17305 length and bar's length.
17306 (Dwarf::assemble): Invoke function_range for bar and use
17307 MACRO_AT_func for foo.
17308
26741859
YQ
173092014-11-22 Yao Qi <yao@codesourcery.com>
17310
17311 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17312 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17313 Use .Lgcc43_procstart instead of gcc43.
17314
45e44d27
JB
173152014-11-21 Joel Brobecker <brobecker@adacore.com>
17316
17317 * gdb.ada/n_arr_bound: New testcase.
17318
458c8db8
SDJ
173192014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17320
17321 PR breakpoints/10737
17322 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17323 test_catch_syscall_multi_arch.
17324 (test_catch_syscall_multi_arch): New function.
17325
43f3e411
DE
173262014-11-20 Doug Evans <xdje42@gmail.com>
17327
17328 * gdb.base/maint.exp: Update expected output.
17329
0d7b2549
AA
173302014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17331
17332 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17333 4-byte instruction on S390.
17334
8908fca5
JB
173352014-11-19 Joel Brobecker <brobecker@adacore.com>
17336
17337 * gdb.ada/arr_arr: New testcase.
17338
4a46959e
JB
173392014-11-19 Joel Brobecker <brobecker@adacore.com>
17340
17341 * gdb.ada/pkd_arr_elem: New Testcase.
17342
470e2f4e
LM
173432014-11-18 Luis Machado <lgustavo@codesourcery.com>
17344
17345 * gdb.reverse/break-precsave: Expect completion message for
17346 core file reads.
17347 * gdb.reverse/consecutive-precsave.exp: Likewise.
17348 * gdb.reverse/finish-precsave.exp: Likewise.
17349 * gdb.reverse/i386-precsave.exp: Likewise.
17350 * gdb.reverse/machinestate-precsave.exp: Likewise.
17351 * gdb.reverse/sigall-precsave.exp: Likewise.
17352 * gdb.reverse/solib-precsave.exp: Likewise.
17353 * gdb.reverse/step-precsave.exp: Likewise.
17354 * gdb.reverse/until-precsave.exp: Likewise.
17355 * gdb.reverse/watch-precsave.exp: Likewise.
17356
a267f3ad
AA
173572014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17358
17359 * gdb.base/bp-permanent.c: Include unistd.h.
17360 * gdb.python/py-framefilter-mi.c (main): Add return type.
17361 * gdb.python/py-framefilter.c (main): Likewise.
17362 * gdb.trace/actions-changed.c (main): Likewise.
17363
12084a9a
AA
173642014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17365
17366 * gdb.mi/until.c: Add eye-catchers.
17367 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17368 line numbers.
17369
dc7e1a77
AA
173702014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17371
17372 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17373 function header variants in break1.c.
17374 * gdb.base/ena-dis-br.exp: Likewise.
17375 * gdb.base/hbreak2.exp: Likewise.
17376 * gdb.reverse/until-precsave.exp: Drop references to removed
17377 non-prototype function header variants in ur1.c.
17378 * gdb.reverse/until-reverse.exp: Likewise.
17379
41c77605
PM
173802014-11-17 Petr Machata <pmachata@redhat.com>
17381
17382 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17383 ${_cu_offset_size} bytes abbrev offset.
17384
34248c3a
DE
173852014-11-15 Doug Evans <xdje42@gmail.com>
17386
17387 PR symtab/17559
17388 * gdb.base/line-symtabs.exp: New file.
17389 * gdb.base/line-symtabs.c: New file.
17390 * gdb.base/line-symtabs.h: New file.
17391
646da059
YQ
173922014-11-14 Yao Qi <yao@codesourcery.com>
17393
17394 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17395 (func): Add label func_label.
17396 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17397 Replace low_pc and high_pc with MACRO_AT_range.
17398 Replace name, low_pc and high_pc with MACRO_AT_func.
17399
9301ebe6
YQ
174002014-11-14 Yao Qi <yao@codesourcery.com>
17401
17402 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17403 Replace name, low_pc and high_pc with MACRO_AT_func.
17404
f166b542
YQ
174052014-11-14 Yao Qi <yao@codesourcery.com>
17406
17407 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17408 produce debug information.
17409 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17410
0f6e71e3
YQ
174112014-11-14 Yao Qi <yao@codesourcery.com>
17412
17413 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17414 object and get function length.
17415 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17416 with MACRO_AT_func.
17417 (top-level): Replace gdb_compile and clean_restart with
17418 prepare_for_testing.
17419 * gdb.dwarf2/main.c (main): Add label main_label.
17420
876c4df9
YQ
174212014-11-14 Yao Qi <yao@codesourcery.com>
17422
17423 * lib/dwarf.exp (function_range): New procedure.
17424 (Dwarf::_handle_macro_at_func): New procedure.
17425 (Dwarf::_handle_macro_at_range): New procedure.
17426 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17427
02ad9cf1
YQ
174282014-11-14 Yao Qi <yao@codesourcery.com>
17429
17430 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17431 (_handle_attribute): New procedure.
17432
a59add0c
AA
174332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17434
17435 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17436 * gdb.base/call-sc.c (zed): Likewise.
17437 * gdb.base/checkpoint.c (main): Likewise.
17438 * gdb.base/dump.c (main): Likewise.
17439 * gdb.base/gcore.c (main): Likewise.
17440 * gdb.base/huge.c (main): Likewise.
17441 * gdb.base/multi-forks.c (main): Likewise.
17442 * gdb.base/pr10179-a.c (main): Likewise.
17443 * gdb.base/savedregs.c (main): Likewise.
17444 * gdb.base/sigaltstack.c (main): Likewise.
17445 * gdb.base/siginfo.c (main): Likewise.
17446 * gdb.base/structs.c (zed): Likewise.
17447 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17448 * gdb.mi/mi-syn-frame.c (main): Likewise.
17449 * gdb.mi/until.c (foo, main): Likewise.
17450 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17451 * gdb.base/solib-weak.c (foo): Declare.
17452 * gdb.base/attach-twice.c: Include stdio.h.
17453 * gdb.base/weaklib1.c: Likewise.
17454 * gdb.base/weaklib2.c: Likewise.
17455 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17456 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17457 unistd.h.
17458 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17459 * gdb.mi/mi-exit-code.c: Likewise.
17460 * gdb.base/break-interp-lib.c: Include string.h.
17461 * gdb.base/coremaker.c: Likewise.
17462 * gdb.base/testenv.c: Likewise.
17463 * gdb.python/py-finish-breakpoint.c: Likewise.
17464 * gdb.base/inferior-died.c: Include sys/wait.h.
17465 * gdb.base/fileio.c: Include time.h.
17466 * gdb.base/async-shell.c: Include unistd.h.
17467 * gdb.base/dprintf-non-stop.c: Likewise.
17468 * gdb.base/info-os.c: Likewise.
17469 * gdb.mi/mi-console.c: Likewise.
17470 * gdb.mi/watch-nonstop.c: Likewise.
17471 * gdb.python/py-events.c: Likewise.
17472 * gdb.base/async.c (baz): Move up before its invocation.
17473 * gdb.base/code_elim2.c (my_global_func): Likewise.
17474 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17475 * gdb.base/advance.c (func2): Likewise.
17476
3b5d5997
AA
174772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17478
17479 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17480 variant.
17481 * gdb.base/annota3.c: Likewise.
17482 * gdb.base/async.c: Likewise.
17483 * gdb.base/average.c: Likewise.
17484 * gdb.base/call-ar-st.c: Likewise.
17485 * gdb.base/call-rt-st.c: Likewise.
17486 * gdb.base/call-sc.c: Likewise.
17487 * gdb.base/call-strs.c: Likewise.
17488 * gdb.base/ending-run.c: Likewise.
17489 * gdb.base/execd-prog.c: Likewise.
17490 * gdb.base/exprs.c: Likewise.
17491 * gdb.base/foll-exec.c: Likewise.
17492 * gdb.base/foll-fork.c: Likewise.
17493 * gdb.base/foll-vfork.c: Likewise.
17494 * gdb.base/funcargs.c: Likewise.
17495 * gdb.base/gcore.c: Likewise.
17496 * gdb.base/jump.c: Likewise.
17497 * gdb.base/langs0.c: Likewise.
17498 * gdb.base/langs1.c: Likewise.
17499 * gdb.base/langs2.c: Likewise.
17500 * gdb.base/mips_pro.c: Likewise.
17501 * gdb.base/nodebug.c: Likewise.
17502 * gdb.base/opaque0.c: Likewise.
17503 * gdb.base/opaque1.c: Likewise.
17504 * gdb.base/recurse.c: Likewise.
17505 * gdb.base/run.c: Likewise.
17506 * gdb.base/scope0.c: Likewise.
17507 * gdb.base/scope1.c: Likewise.
17508 * gdb.base/setshow.c: Likewise.
17509 * gdb.base/setvar.c: Likewise.
17510 * gdb.base/shmain.c: Likewise.
17511 * gdb.base/shr1.c: Likewise.
17512 * gdb.base/shr2.c: Likewise.
17513 * gdb.base/sigall.c: Likewise.
17514 * gdb.base/signals.c: Likewise.
17515 * gdb.base/so-indr-cl.c: Likewise.
17516 * gdb.base/solib2.c: Likewise.
17517 * gdb.base/structs.c: Likewise.
17518 * gdb.base/sum.c: Likewise.
17519 * gdb.base/vforked-prog.c: Likewise.
17520 * gdb.base/watchpoint.c: Likewise.
17521 * gdb.reverse/shr2.c: Likewise.
17522 * gdb.reverse/until-reverse.c: Likewise.
17523 * gdb.reverse/ur1.c: Likewise.
17524 * gdb.reverse/watch-reverse.c: Likewise.
17525
066a77c5
AA
175262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17527
17528 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17529 variant.
17530 * gdb.base/sepdebug.exp: Drop references to removed code.
17531
4f204ea5
AA
175322014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17533
17534 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17535 variant. Preserve original line numbering.
17536 * gdb.base/list1.c: Likewise.
17537
3b377a3a
AA
175382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17539
17540 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17541 variant.
17542 * gdb.base/break1.c: Likewise.
17543 * gdb.base/break.exp: Drop references to removed code.
17544
e444df73
AA
175452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17546
17547 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17548 variant.
17549
8008f2a7
AA
175502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17551
17552 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17553
a5a06887
AA
175542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17555
17556 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17557 logic into perform_all_tests() and invoke it with and without
17558 function header prototypes.
17559 (do_function_calls): Remove conditional XFAIL for PR 5318.
17560 (rerun_and_prepare): Remove duplicate code.
17561 (perform_all_tests): New. Main logic moved here.
17562
44dba9b9
AA
175632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17564
17565 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17566 code guarded by #ifdef NO_PROTOTYPES.
17567 (t_double_many_args): Likewise.
17568 (DEF_FUNC_MANY_ARGS_1): Likewise.
17569 (DEF_FUNC_VALUES_1): Likewise.
17570 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17571 guarded by #ifdef PROTOTYPES.
17572
d1fbcd56
AA
175732014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17574
17575 * gdb.mi/mi-console.c: Add eye-catcher.
17576 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17577 instead of literal line number.
17578
b0e59b8f
AA
175792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17580
17581 * gdb.base/shr2.c: Add eye-catcher.
17582 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17583 line number.
17584
78f98cca
AA
175852014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17586
17587 * gdb.base/jump.c: Add eye-catchers.
17588 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17589 numbers.
17590
58fa2af0
AA
175912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17592
17593 * gdb.base/execd-prog.c: Add eye-catchers.
17594 * gdb.base/foll-exec.c: Likewise.
17595 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17596 line numbers.
17597
04e5059b
AA
175982014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17599
17600 * gdb.base/ending-run.c: Add eye-catchers.
17601 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17602 literal line numbers.
17603
dbfdb174
AA
176042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17605
17606 * gdb.base/call-rt-st.c: Add eye-catchers.
17607 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17608 literal line numbers.
17609
888a2ade
AA
176102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17611
17612 * gdb.base/call-ar-st.c: Add eye-catchers.
17613 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17614 literal line numbers.
17615
6acc2dde
AA
176162014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17617
17618 * gdb.base/average.c: Add eye-catchers.
17619 * gdb.base/sum.c: Likewise.
17620 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17621 regexps dynamically.
17622
9ecfcd1d
AA
176232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17624
17625 * gdb.base/solib1.c: Add eye-catchers.
17626 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17627 literal line numbers.
17628
78708b7c
PA
176292014-11-12 Pedro Alves <palves@redhat.com>
17630
17631 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17632 leader has exited.
17633
af48d08f
PA
176342014-11-12 Pedro Alves <palves@redhat.com>
17635
17636 * gdb.arch/i386-bp_permanent.c: New file.
17637 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17638 (srcfile): Set to i386-bp_permanent.c.
17639 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17640 that stepi does not execute the 'leave' instruction, instead of
17641 testing it does execute.
17642 * gdb.base/bp-permanent.c: New file.
17643 * gdb.base/bp-permanent.exp: New file.
17644
af3768e9
DE
176452014-11-10 Doug Evans <xdje42@gmail.com>
17646
17647 PR symtab/17564
17648 * gdb.base/symtab-search-order.exp: New file.
17649 * gdb.base/symtab-search-order.c: New file.
17650 * gdb.base/symtab-search-order-1.c: New file.
17651 * gdb.base/symtab-search-order-shlib-1.c: New file.
17652
9de00a4a
PA
176532014-11-07 Pedro Alves <palves@redhat.com>
17654
17655 PR gdb/17511
17656 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17657 i?86-*-linux*.
17658
e0f52461
SC
176592014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17660
17661 PR c++/17494
17662 * gdb.cp/pr17494.cc: New file.
17663 * gdb.cp/pr17494.exp: New file.
17664
6ce8c980
YQ
176652014-11-02 Yao Qi <yao@codesourcery.com>
17666
17667 * gdb.python/python.exp: Get working directory and match the
17668 output of "set extended-prompt \\w " with it.
17669
02be9a71
DE
176702014-10-30 Doug Evans <dje@google.com>
17671
17672 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17673 in objfiles.
17674 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17675 in progspaces.
17676
3bdff46b
LM
176772014-10-30 Janis Johnson <janisjo@codesourcery.com>
17678
17679 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17680 * gdb.base/realname-expand.exp: Likewise.
17681 * gdb.linespec/macro-relative.exp: Likewise.
17682
ab917dfb
PA
176832014-10-29 Pedro Alves <palves@redhat.com>
17684
17685 PR gdb/17408
17686 * gdb.threads/schedlock.c (some_function): New function.
17687 (call_function): New global.
17688 (MAYBE_CALL_SOME_FUNCTION): New macro.
17689 (thread_function): Call it.
17690 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17691 and use it instead of a global counter. Adjust all callers.
17692 (get_current_thread): Use "find current thread" for test message
17693 here rather than having all callers pass down the same string.
17694 (goto_loop): New procedure, factored out from ...
17695 (my_continue): ... this.
17696 (step_ten_loops): Change parameter from test message to command to
17697 use. Adjust.
17698 (list_count): Delete global.
17699 (check_result): New procedure, factored out from duplicate top
17700 level code.
17701 (continue tests): Wrap in with_test_prefix.
17702 (test_step): New procedure, factored out from duplicate top level
17703 code.
17704 (top level): Test "step" in combination with all scheduler-locking
17705 modes. Test "next" in combination with all scheduler-locking
17706 modes, and in combination with stepping over a function call or
17707 not.
17708 * gdb.threads/next-bp-other-thread.c: New file.
17709 * gdb.threads/next-bp-other-thread.exp: New file.
17710
d3d4baed
PA
177112014-10-29 Pedro Alves <palves@redhat.com>
17712
17713 PR python/17372
17714 * gdb.python/python.exp: Test a multi-line command that spawns
17715 interactive Python.
17716 * gdb.base/multi-line-starts-subshell.exp: New file.
17717
563e8d85
YQ
177182014-10-29 Yao Qi <yao@codesourcery.com>
17719
17720 * gdb.base/fileio.exp: Make directories on host.
17721
0ea4d52e
YQ
177222014-10-29 Yao Qi <yao@codesourcery.com>
17723
17724 * gdb.base/fileio.c (test_write): Close the file.
17725
7f5ef605
PA
177262014-10-28 Pedro Alves <palves@redhat.com>
17727
17728 PR gdb/12623
17729 * gdb.base/sigstep.c (no_handler): New global.
17730 (main): If 'no_handler is true, set the signal handlers to
17731 SIG_IGN.
17732 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17733 with_sw_watch and no_handler parameters. Handle them.
17734 (top level) <stepping over handler when stopped at a breakpoint
17735 test>: Add a test axis for testing with a software watchpoint, and
17736 another for testing with the signal handler set to SIG_IGN.
17737 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17738 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17739
abbdbd03
PA
177402014-10-28 Pedro Alves <palves@redhat.com>
17741
17742 PR gdb/17511
17743 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17744 * gdb.base/sigstep.exp (other_handler_location): New global.
17745 (advance): Support stepping into the signal handler, and running
17746 commands while in the handler.
17747 (in_handler_map): New global.
17748 (top level): In the advance test, add combinations for getting
17749 into the handler with stepping commands, and for running commands
17750 in the handler. Add comment descripting the advancei tests.
17751
1df4399f
PA
177522014-10-28 Pedro Alves <palves@redhat.com>
17753
17754 * gdb.base/sigstep.exp: Use build_executable instead of
17755 prepare_for_testing.
17756 (top level): Move code that starts GDB, runs to main and creates a
17757 display to ...
17758 (restart): ... this new procedure.
17759 (top level): Move backtrace from signal handler test to ...
17760 (validate_backtrace): ... this new procedure.
17761 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17762 with_test_prefix. Always restart GDB.
17763 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17764 with_test_prefix. Always restart GDB. No need to delete
17765 breakpoints after the test.
17766 (test_skip_handler): Remove prefix parameter.
17767 (skip_over_handler, breakpoint_to_handler)
17768 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17769 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17770 restart GDB. No need to delete breakpoints after the test.
17771 (top level): Use foreach to call the test procedures with
17772 different commands.
17773
a5b6e449
PA
177742014-10-28 Pedro Alves <palves@redhat.com>
17775
17776 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17777 instead of GNATS numbers.
17778 * gdb.base/sigbpt.exp: Likewise.
17779 * gdb.base/siginfo.exp: Likewise.
17780 * gdb.base/sigstep.exp: Likewise.
17781
e5f8a7cc
PA
177822014-10-27 Pedro Alves <palves@redhat.com>
17783
17784 * gdb.base/sigstep.c (dummy): New global.
17785 (main): Issue a couple writes to the new global.
17786 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17787 procedures.
17788 (skip_over_handler): Use test_skip_handler.
17789 (top level): Call skip_over_handler for stepi and nexti too.
17790 (breakpoint_over_handler): Use test_skip_handler.
17791 (top level): Call breakpoint_over_handler for stepi and nexti too.
17792
763905a3
YQ
177932014-10-27 Yao Qi <yao@codesourcery.com>
17794
17795 * gdb.trace/tfile.c (adjust_function_address)
17796 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17797 function descriptor.
17798
6f259a23
DB
177992014-10-24 Don Breazeal <donb@codesourcery.com>
17800
17801 * gdb.base/foll-fork.exp (test_follow_fork,
17802 catch_fork_child_follow): Check for updated fork messages emitted
17803 from infrun.c.
17804 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17805 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17806 vfork_and_exec_child_follow_through_step): Check for updated vfork
17807 messages emitted from infrun.c.
17808
09dd9a69
PA
178092014-10-24 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.base/corefile.exp: Remove references to ultrix.
17812 * gdb.base/interrupt.exp: Likewise.
17813 * gdb.base/whatis.exp: Likewise.
17814 * gdb.gdb/selftest.exp: Likewise.
17815 * gdb.threads/manythreads.exp: Likewise.
17816 * gdb.threads/print-threads.exp: Likewise.
17817 * gdb.threads/pthreads.exp:: Likewise.
17818 * gdb.threads/schedlock.exp: Likewise.
17819
3433cfa5
SC
178202014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17821
17822 * gdb.cp/non-trivial-retval.cc: Add a test case.
17823 * gdb.cp/non-trivial-retval.exp: Add a test.
17824
092f880b
YQ
178252014-10-20 Yao Qi <yao@codesourcery.com>
17826
17827 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17828 * gdb.python/py-objfile-script-gdb.py: New file.
17829 * gdb.python/py-objfile-script.exp: Update reference to
17830 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17831 of remote_download. Remove the dest file.
17832
acbdb7f3
YQ
178332014-10-20 Yao Qi <yao@codesourcery.com>
17834
17835 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17836 * gdb.base/step-line.exp: Likewise.
17837 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17838 * gdb.dwarf2/dw2-basic.exp: Likewise.
17839 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17840 * gdb.dwarf2/dw2-filename.exp: Likewise.
17841 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17842 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17843 * gdb.dwarf2/dw2-producer.exp: Likewise.
17844 * gdb.dwarf2/mac-fileno.exp: Likewise.
17845 * gdb.python/py-frame-args.exp: Likewise.
17846 * gdb.python/py-framefilter.exp: Likewise.
17847 * gdb.python/py-mi.exp: Likewise.
17848 * gdb.python/py-objfile-script.exp: Likewise
17849 * gdb.python/py-pp-integral.exp: Likewise.
17850 * gdb.python/py-pp-re-notag.exp: Likewise.
17851 * gdb.python/py-prettyprint.exp: Likewise.
17852 * gdb.python/py-section-script.exp: Likewise.
17853 * gdb.python/py-typeprint.exp: Likewise.
17854 * gdb.python/py-xmethods.exp: Likewise.
17855 * gdb.stabs/weird.exp: Likewise.
17856 * gdb.xml/tdesc-regs.exp: Likewise.
17857
bd286a29
KCY
178582014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17859
17860 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17861 (out_cu): Use addr_len for the size of addresses.
17862 (out_line): Likewise. Size DW_LNE_set_address instruction
17863 according to addr_len.
17864 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17865 (FUNC): Add START_INSNS to definition.
17866
673dc4a0
YQ
178672014-10-18 Yao Qi <yao@codesourcery.com>
17868
17869 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17870 gdb_has_argv0 return true.
17871 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17872 check [target_info exists noargs], check [gdb_has_argv0]
17873 instead.
17874 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17875 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17876 procedures.
17877
4ffbba72
DE
178782014-10-17 Doug Evans <dje@google.com>
17879
17880 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17881 event.
17882 * gdb.python/py-events.py: Add clear_objfiles event.
17883
d096d8c1
DE
178842014-10-17 Doug Evans <dje@google.com>
17885
17886 * gdb.python/py-objfile.exp: Test progspace attribute.
17887
a80db015
LM
178882014-10-17 Luis Machado <lgustavo@codesourcery.com>
17889
17890 * gdb.guile/scm-breakpoint.exp: Do not assume any
17891 directory separators when matching source file paths.
17892 * gdb.python/py-breakpoint.exp: Likewise.
17893 * gdb.reverse/break-precsave.exp: Likewise.
17894 * gdb.reverse/break-reverse.exp: Likewise.
17895 * gdb.reverse/consecutive-precsave.exp: Likewise.
17896 * gdb.reverse/finish-precsave.exp: Likewise.
17897 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17898 * gdb.reverse/finish-reverse.exp: Likewise.
17899 * gdb.reverse/i386-precsave.exp: Likewise.
17900 * gdb.reverse/i387-env-reverse.exp: Likewise.
17901 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17902 * gdb.reverse/machinestate-precsave.exp: Likewise.
17903 * gdb.reverse/machinestate.exp: Likewise.
17904 * gdb.reverse/sigall-precsave.exp: Likewise.
17905 * gdb.reverse/solib-precsave.exp: Likewise.
17906 * gdb.reverse/step-precsave.exp: Likewise.
17907 * gdb.reverse/until-precsave.exp: Likewise.
17908 * gdb.reverse/watch-precsave.exp: Likewise.
17909 * gdb.reverse/watch-reverse.exp: Likewise.
17910
b22089ab
YQ
179112014-10-17 Yao Qi <yao@codesourcery.com>
17912
17913 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17914 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17915
6c4486e6
PA
179162014-10-17 Pedro Alves <palves@redhat.com>
17917
17918 PR gdb/17471
17919 * gdb.base/bg-execution-repeat.c: New file.
17920 * gdb.base/bg-execution-repeat.exp: New file.
17921
0ff33695
PA
179222014-10-17 Pedro Alves <palves@redhat.com>
17923
17924 PR gdb/17300
17925 * gdb.base/continue-all-already-running.c: New file.
17926 * gdb.base/continue-all-already-running.exp: New file.
17927
6fdebc3d
PA
179282014-10-17 Pedro Alves <palves@redhat.com>
17929
17930 PR gdb/17472
17931 * gdb.base/annota-input-while-running.c: New file.
17932 * gdb.base/annota-input-while-running.exp: New file.
17933
32a8097b
PA
179342014-10-17 Pedro Alves <palves@redhat.com>
17935
17936 * gdb.base/callfuncs.exp: emove references to osf.
17937 * gdb.base/sigall.exp: Likewise.
17938 * gdb.gdb/selftest.exp: Likewise.
17939 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17940 * gdb.mi/non-stop.c: Likewise.
17941 * gdb.mi/pthreads.c: Likewise.
17942 * gdb.reverse/sigall-precsave.exp: Likewise.
17943 * gdb.reverse/sigall-reverse.exp: Likewise.
17944 * gdb.threads/pthreads.c: Likewise.
17945 * gdb.threads/pthreads.exp: Likewise.
17946
7a3517ff
YQ
179472014-10-17 Yao Qi <yao@codesourcery.com>
17948
17949 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17950 check 'target_info exists noargs'.
17951 (test_command_prompt_position): Likewise.
17952 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17953 Remove "set args".
17954 (progvar_simple_while_test): Likewise.
17955 (progvar_complex_if_while_test): Likewise.
17956 (if_while_breakpoint_command_test): Likewise.
17957 (infrun_breakpoint_command_test): Likewise.
17958 (breakpoint_command_test): Likewise.
17959 (watchpoint_command_test): Likewise.
17960 (bp_deleted_in_command_test): Likewise.
17961 (temporary_breakpoint_commands): Likewise.
17962
bb99c472
YQ
179632014-10-16 Yao Qi <yao@codesourcery.com>
17964
17965 * gdb.base/remotetimeout.exp: Remove noargs checking.
17966
7c16b83e
PA
179672014-10-15 Pedro Alves <palves@redhat.com>
17968
17969 PR breakpoints/9649
17970 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17971 * gdb.base/breakpoint-in-ro-region.exp
17972 (probe_target_hardware_step): New procedure.
17973 (top level): Probe hardware stepping and hardware breakpoint
17974 support. Test stepping through a read-only region, with both
17975 "breakpoint auto-hw" on and off and both "always-inserted" on and
17976 off.
17977
35a49624
IB
179782014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17979
17980 * gdb.dlang/demangle.exp: Update for demangling changes.
17981
2d1c107c
SC
179822014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17983
17984 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17985 * gdb.cp/non-trivial-retval.exp: Add new tests.
17986
778811d5
SC
179872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17988
17989 PR c++/13403
17990 PR c++/15154
17991 * gdb.cp/non-trivial-retval.cc: New file.
17992 * gdb.cp/non-trivial-retval.exp: New file.
17993
10c5f0a8
YQ
179942014-10-15 Yao Qi <yao@codesourcery.com>
17995
17996 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17997 remote host.
17998
65d7b369
YQ
179992014-10-15 Yao Qi <yao@codesourcery.com>
18000
18001 * gdb.python/py-symbol.exp: Match file base name if host is
18002 remote, otherwise match file name with dir name.
18003 * gdb.python/py-symtab.exp: Likewise.
18004 * gdb.python/python.exp: Likewise.
18005
46dc1394
YQ
180062014-10-15 Yao Qi <yao@codesourcery.com>
18007
18008 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18009 pattern.
18010 * gdb.python/py-symtab.exp: Likewise.
18011 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18012 locationn.
18013
c40cc657
JB
180142014-10-14 Joel Brobecker <brobecker@adacore.com>
18015
18016 * gdb.ada/addr_arith: New testcase.
18017
2abf49e1
MR
180182014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18019
18020 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18021 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18022 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18023 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18024
f7088df3
SDJ
180252014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18026
18027 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18028 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18029 * gdb.arch/stap-eval-lang-ada.exp: New file.
18030
4dc06805
YQ
180312014-10-14 Yao Qi <yao@codesourcery.com>
18032
18033 * gdb.mi/mi-var-child.c (nothing1): New function.
18034 (nothing2): New function.
18035 (do_children_tests): Set function pointers by nothing1 and
18036 nothing2.
18037 * gdb.mi/mi-var-child.exp: Step over new added statements.
18038 Update test to match the new output.
18039 * gdb.mi/var-cmd.c (nothing1): New function.
18040 (nothing2): New function.
18041 (do_children_tests): Set function pointers by nothing1 and
18042 nothing2.
18043 * gdb.mi/mi-var-display.exp: Update test to match output.
18044 Step to the line specified by $line_dct_nothing.
18045 Increase the number of lines to step.
18046
46a93de2
YQ
180472014-10-14 Yao Qi <yao@codesourcery.com>
18048
18049 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18050 tests.
18051 * gdb.mi/mi2-var-child.exp: Likewise.
18052
14ea52ee
DE
180532014-10-13 Doug Evans <dje@google.com>
18054
18055 * gdb.python/py-objfile.exp: Change name of file name test.
18056
e5c6e92b
DE
180572014-10-13 Doug Evans <dje@google.com>
18058
18059 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18060 from the start of the CU.
18061
c780cc2f
JK
180622014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18063 Yao Qi <yao@codesourcery.com>
18064
18065 Fix "save breakpoints" for "catch" command.
18066 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18067 Remove -nonewline. Match also the added "main" line.
18068
99894e11
JK
180692014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18070
18071 Fix "save breakpoints" for "disable $bpnum" command.
18072 * gdb.base/save-bp.c (main): Add label.
18073 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18074
6e1ac5a3
JK
180752014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18076
18077 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18078
754dd2b0
YQ
180792014-10-11 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.server/server-kill.exp: Execute command
18082 "set remote trace-status-packet on" before "tstatus".
18083
f90183d7
YQ
180842014-10-11 Yao Qi <yao@codesourcery.com>
18085
18086 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18087 (main): Call getppid.
18088 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18089 and continue to it. Read variable "server_pid".
18090
bf40a607
YQ
180912014-10-11 Yao Qi <yao@codesourcery.com>
18092
18093 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18094
052ca370
YQ
180952014-10-11 Yao Qi <yao@codesourcery.com>
18096
18097 * gdb.threads/thread-find.exp: Don't execute command
18098 "info threads".
18099 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18100 * gdb.threads/linux-dp.exp: Don't check the condition
18101 $threads_created equals to zero.
18102
3831839c
PA
181032014-10-10 Pedro Alves <palves@redhat.com>
18104
18105 * gdb.base/bigcore.exp: Remove references to IRIX.
18106 * gdb.base/funcargs.exp: Likewise.
18107 * gdb.base/interrupt.exp: Likewise.
18108 * gdb.base/mips_pro.exp: Likewise.
18109 * gdb.base/nodebug.exp: Likewise.
18110 * gdb.base/setvar.exp: Likewise.
18111 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18112
8b9a549d
PA
181132014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18114 Pedro Alves <palves@redhat.com>
18115
18116 PR symtab/14466
18117 * gdb.base/vdso-warning.c: New file.
18118 * gdb.base/vdso-warning.exp: New file.
18119
d48ba5e8
DE
181202014-10-02 Doug Evans <dje@google.com>
18121
18122 * gdb.base/structs.c (main): Don't run forever.
18123
2278c276
PA
181242014-10-02 Pedro Alves <palves@redhat.com>
18125
18126 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18127 (top level) <stop threads 1, stop threads 2>: Use it.
18128
b57bacec
PA
181292014-10-02 Pedro Alves <palves@redhat.com>
18130
18131 * gdb.threads/break-while-running.exp (test): Add new
18132 'update_thread_list' argument. Skip "info threads" if false.
18133 (top level): Add new 'update_thread_list' axis.
18134
13fd3ff3
PA
181352014-10-02 Pedro Alves <palves@redhat.com>
18136
18137 PR breakpoints/17431
18138 * gdb.base/execl-update-breakpoints.c: New file.
18139 * gdb.base/execl-update-breakpoints.exp: New file.
18140
0fec99e8
PA
181412014-10-01 Pedro Alves <palves@redhat.com>
18142
18143 * gdb.base/breakpoint-in-ro-region.c: New file.
18144 * gdb.base/breakpoint-in-ro-region.exp: New file.
18145
2ddf4301
SM
181462014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18147
18148 * gdb.mi/mi-exit-code.exp: New file.
18149 * gdb.mi/mi-exit-code.c: New file.
18150
6a5f3f43
YQ
181512014-09-30 Yao Qi <yao@codesourcery.com>
18152
18153 * lib/prelink-support.exp (build_executable_own_libs): Error if
18154 the target isn't native.
18155
345bcc73
YQ
181562014-09-30 Yao Qi <yao@codesourcery.com>
18157
18158 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18159 false.
18160
a25a5a45
PA
181612014-09-22 Pedro Alves <palves@redhat.com>
18162
18163 * gdb.threads/break-while-running.exp: New file.
18164 * gdb.threads/break-while-running.c: New file.
18165
00ba3162
YQ
181662014-09-19 Yao Qi <yao@codesourcery.com>
18167
18168 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18169 Invoke test. Restart GDB with --readnow and invoke test again.
18170
c3b7b696
YQ
181712014-09-19 Yao Qi <yao@codesourcery.com>
18172
18173 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18174 proc set_breakpoint_on_gcd_function. Invoke
18175 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18176 invoke set_breakpoint_on_gcd_function again.
18177
2b4fd423
DE
181782014-09-18 Doug Evans <dje@google.com>
18179
18180 * gdb.dwarf2/symtab-producer.exp: New file.
18181
a5947601
SDJ
181822014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18183
18184 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18185 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18186 * gdb.base/global-var-nested-by-dso.c: Likewise.
18187 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18188
91c19059
SDJ
181892014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18190 Pedro Alves <palves@redhat.com>
18191
18192 * gdb.base/watch-bitfields.exp: Pass string other than test file
18193 name to prepare_for_testing.
18194 (watch): New procedure.
18195 (expect_watchpoint): Use with_test_prefix.
18196 (top level): Factor out tests to ...
18197 (test_watch_location, test_regular_watch): ... these new
18198 procedures, and use with_test_prefix and gdb_continue_to_end.
18199
bb9d5f81
PP
182002014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18201
18202 PR breakpoints/12526
18203 * gdb.base/watch-bitfields.exp: New file.
18204 * gdb.base/watch-bitfields.c: New file.
18205
635856f5
PA
182062014-09-16 Pedro Alves <palves@redhat.com>
18207
18208 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18209 software and hardware addresses, not software address against
18210 itself.
18211
7280ceea
PA
182122014-09-16 Pedro Alves <palves@redhat.com>
18213
18214 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18215 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18216
428b16bd
PA
182172014-09-16 Pedro Alves <palves@redhat.com>
18218
18219 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18220 files.
18221 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18222 "*-*-vxworks*" throughout.
18223 * gdb.base/break.exp: Likewise.
18224 * gdb.base/default.exp: Likewise.
18225 * gdb.base/scope.exp: Likewise.
18226 * gdb.base/sepdebug.exp: Likewise.
18227 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18228 throughout.
18229 * gdb.base/run.c: Likewise.
18230 * gdb.base/sepdebug.c: Likewise.
18231 * gdb.hp/gdb.aCC/run.c: Likewise.
18232 * gdb.reverse/until-reverse.c: Likewise.
18233 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18234
666d413c
YQ
182352014-09-16 Yao Qi <yao@codesourcery.com>
18236
18237 * boards/local-remote-host-native.exp: New file.
18238
57cbd724
DE
182392014-09-14 Doug Evans <xdje42@gmail.com>
18240
18241 * gdb.threads/queue-signal.c (thread_count): New variable.
18242 (thread_count_mutex, thread_count_condvar): New variables.
18243 (incr_thread_count, wait_all_threads_running): New functions.
18244 (main): Wait for all threads to be in their thread functions.
18245
81219e53
DE
182462014-09-13 Doug Evans <xdje42@gmail.com>
18247
18248 * gdb.threads/queue-signal.c: New file.
18249 * gdb.threads/queue-signal.exp: New file.
18250
3714cea7
DE
182512014-09-13 Doug Evans <xdje42@gmail.com>
18252
18253 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18254 be consistent with what default_gdb_init uses.
18255 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18256 the plain text of the prompt. Add some logging printfs.
18257 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18258
fa43b1d7
PA
182592014-09-12 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18262 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18263 * gdb.arch/i386-size-overlap.exp: Likewise.
18264 * gdb.arch/i386-size.exp: Likewise.
18265 * gdb.arch/i386-unwind.exp: Likewise.
18266 * gdb.base/a2-run.exp: Likewise.
18267 * gdb.base/break.exp: Likewise.
18268 * gdb.base/charset.exp: Likewise.
18269 * gdb.base/chng-syms.exp: Likewise.
18270 * gdb.base/commands.exp: Likewise.
18271 * gdb.base/dbx.exp: Likewise.
18272 * gdb.base/find.exp: Likewise.
18273 * gdb.base/funcargs.exp: Likewise.
18274 * gdb.base/jit-simple.exp: Likewise.
18275 * gdb.base/reread.exp: Likewise.
18276 * gdb.base/sepdebug.exp: Likewise.
18277 * gdb.base/step-bt.exp: Likewise.
18278 * gdb.cp/mb-inline.exp: Likewise.
18279 * gdb.cp/mb-templates.exp: Likewise.
18280 * gdb.objc/basicclass.exp: Likewise.
18281 * gdb.threads/killed.exp: Likewise.
18282
9d9bf2df
EBM
182832014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18284
18285 PR tdep/17379
18286 * gdb.arch/powerpc-stackless.S: New file.
18287 * gdb.arch/powerpc-stackless.exp: New file.
18288
1cf2f1b0
JK
182892014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18290
18291 * gdb.base/attach.c: Include unistd.h.
18292 (main): Call alarm. Add label postloop.
18293 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18294 gdb_breakpoint, gdb_continue_to_breakpoint.
18295 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18296
98880d46
PA
182972014-09-11 Pedro Alves <palves@redhat.com>
18298
18299 PR gdb/17347
18300 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18301 * gdb.base/attach.exp (test_command_line_attach_run): New
18302 procedure.
18303 (top level): Call it.
18304
4c92ff2c
PA
183052014-09-11 Pedro Alves <palves@redhat.com>
18306
18307 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18308 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18309 (do_command_attach_tests): Use spawn_wait_for_attach.
18310 * gdb.base/solib-overlap.exp: Likewise.
18311 * gdb.multi/multi-attach.exp: Likewise.
18312 * gdb.python/py-prompt.exp: Likewise.
18313 * gdb.python/py-sync-interp.exp: Likewise.
18314 * gdb.server/ext-attach.exp: Likewise.
18315
3adc1a7d
GKB
183162014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18317
18318 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18319 command in testcase. Simplify testcase.
18320
96334934
JB
183212014-09-10 Joel Brobecker <brobecker@adacore.com>
18322
18323 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18324
eb479039
JB
183252014-09-10 Joel Brobecker <brobecker@adacore.com>
18326
18327 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18328
deede10c
JB
183292014-09-10 Joel Brobecker <brobecker@adacore.com>
18330
18331 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18332
7828a5f5
JB
183332014-09-10 Joel Brobecker <brobecker@adacore.com>
18334
18335 * gdb.dwarf2/dynarr-ptr.c: New file.
18336 * gdb.dwarf2/dynarr-ptr.exp: New file.
18337
33aeebcf
MR
183382014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18339
18340 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18341 of 30 rather than hardcoding 120 for a slow test case. Take the
18342 `gdb,timeout' target setting into account for this calculation.
18343 Don't extend the timeout for the test cases that don't need it.
18344
7b415901
MR
183452014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18346
18347 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18348 a factor of 2 for a slow test case. Take the `gdb,timeout'
18349 target setting into account for this calculation.
18350 * gdb.reverse/until-precsave.exp: Increase the timeout by
18351 a factor of 15 and 3 respectively rather than adding 120
18352 for a pair of slow test cases. Take the `gdb,timeout'
18353 target setting into account for this calculation.
18354
4a40f85a
MR
183552014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18356
18357 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18358 timeout, don't pass one down to gdb_expect.
18359 (gdb_expect): Rework timeout selection.
18360
09635af7
MR
183612014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18362
18363 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18364 exception on timeout.
18365 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18366 (gdbserver_start_extended): Catch any `gdbserver_start' error
18367 exceptions.
18368 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18369 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18370 `gdbserver_gdb_load' error exceptions.
18371
2bdd10b7
MR
183722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18373
18374 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18375 120 on waiting for the TCP socket to open.
18376
316935f0
DE
183772014-09-09 Doug Evans <xdje42@gmail.com>
18378
18379 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18380 _caller_matches, _any_caller_is, _any_caller_matches.
18381
83740597
DE
183822014-09-09 Doug Evans <xdje42@gmail.com>
18383
18384 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18385
4c122fc3
YQ
183862014-09-09 Yao Qi <yao@codesourcery.com>
18387
18388 * gdb.mi/mi-var-display.exp: Set print symbol off.
18389
a9f116cb
GKB
183902014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18391
18392 PR gdb/17035
18393 * gdb.base/commands.exp: Add tests to verify user-defined
18394 commands with empty bodies.
18395 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18396 python commands in `show user command`.
18397 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18398 scheme commands in `show user command`.
18399
c75bd3a2
JK
184002014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18401
18402 PR python/17355
18403 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18404 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18405 * gdb.python/py-framefilter-invalidarg.exp: New file.
18406 * gdb.python/py-framefilter-invalidarg.py: New file.
18407
faa42425
DE
184082014-09-06 Doug Evans <xdje42@gmail.com>
18409
18410 PR 15276
18411 * gdb.python/py-caller-is.c: New file.
18412 * gdb.python/py-caller-is.exp: New file.
18413
474ca4f6
SDJ
184142014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18415
18416 PR gdb/17235
18417 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18418 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18419
eb0b0463
SDJ
184202014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18421
18422 PR fortran/17237
18423 * gdb.fortran/print-formatted.exp: New file.
18424 * gdb.fortran/print-formatted.f90: Likewise.
18425
5f3b99cf
SS
184262014-09-03 Sasha Smundak <asmundak@google.com>
18427
18428 * gdb.python/py-frame.exp: Test Frame.read_register.
18429
7d793aa9
SDJ
184302014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18431
18432 PR python/16699
18433 * gdb.python/py-completion.exp: New file.
18434 * gdb.python/py-completion.py: Likewise.
18435
fb0576e9
DE
184362014-08-28 Doug Evans <dje@google.com>
18437
18438 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18439 eax,etc. are live with values set by gdb and thus the compiler can't
18440 use them.
18441 * gdb.arch/i386-pseudo.c (main): Ditto.
18442
ee92b0dd
DE
184432014-08-27 Doug Evans <dje@google.com>
18444
18445 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18446
6649db35
DE
184472014-08-25 Doug Evans <dje@google.com>
18448
18449 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18450 (main): Ditto.
18451
564b7600
DE
184522014-08-25 Doug Evans <dje@google.com>
18453
18454 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18455
3881fb67
YQ
184562014-08-24 Yao Qi <yao@codesourcery.com>
18457
18458 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18459 symbol off.
18460 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18461
a05a36a5
DE
184622014-08-22 Doug Evans <dje@google.com>
18463
18464 PR 17276
18465 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18466 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18467 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18468
7c343b48
YQ
184692014-08-22 Yao Qi <yao@codesourcery.com>
18470
18471 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18472 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18473 * gdb.python/python.exp: Likewise. Use .py file on the host
18474 instead of the build.
18475
22fd09ae
JK
184762014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18477
18478 * gdb.threads/gcore-stale-thread.c: New file.
18479 * gdb.threads/gcore-stale-thread.exp: New file.
18480
a8454a7c
PA
184812014-08-21 Pedro Alves <palves@redhat.com>
18482
18483 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18484 * gdb.base/gcore-relro-pie.exp: Likewise.
18485 * gdb.base/gcore-relro.exp: Likewise.
18486 * gdb.base/gcore.exp: Likewise.
18487 * gdb.base/print-symbol-loading.exp: Likewise.
18488 * gdb.threads/gcore-thread.exp: Likewise.
18489 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18490
2a31c623
PA
184912014-08-20 Pedro Alves <palves@redhat.com>
18492 Jan Kratochvil <jan.kratochvil@redhat.com>
18493
18494 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18495 configure.
18496 (EXPECT): Handle READ1 being set.
18497 (all): Depend on EXTRA_RULES.
18498 (check-read1, expect-read1, read1.so, read1): New rules.
18499 * README (Testsuite Parameters): Document the READ1 make variable.
18500 (Race detection): New section.
18501 * configure: Regenerate.
18502 * configure.ac: If build==host==target, and running under a
18503 GNU/glibc system, add read1 to the extra Makefile rules.
18504 (EXTRA_RULES): AC_SUBST it.
18505 * lib/read1.c: New file.
18506
d36430db
JB
185072014-08-20 Joel Brobecker <brobecker@adacore.com>
18508
18509 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18510 the handling of variables declared as a typedef to an array
18511 which a DW_AT_data_location attribute.
18512
9a0dc9e3
PA
185132014-08-19 Andrew Burgess <aburgess@broadcom.com>
18514 Pedro Alves <palves@redhat.com>
18515
18516 PR symtab/14604
18517 PR symtab/14605
18518 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18519 gdb_test.
18520
0718a8da
PA
185212014-08-19 Pedro Alves <palves@redhat.com>
18522
18523 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18524
13b448cd
YQ
185252014-08-19 Yao Qi <yao@codesourcery.com>
18526
18527 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18528 right line.
18529
1cbf5077
DB
185302014-08-18 David Blaikie <dblaikie@gmail.com>
18531
18532 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18533
bf0fae19
JB
185342014-08-18 Joel Brobecker <brobecker@adacore.com>
18535
18536 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18537 attribute in array range.
18538
3c8c5dcc
JB
185392014-08-18 Joel Brobecker <brobecker@adacore.com>
18540
18541 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18542
e66d4446
SC
185432014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18544
18545 PR c++/17132
18546 * gdb.cp/pr17132.cc: New file.
18547 * gdb.cp/pr17132.exp: New file.
18548
940df408
SC
185492014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18550
18551 * gdb.python/py-xmethods.py (A_getarrayind)
18552 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18553 Use 'print' with function call syntax.
18554 (E_method_matcher.match): Fix tab vs space indentation mixup.
18555
ebcc6c3a
YQ
185562014-08-15 Yao Qi <yao@codesourcery.com>
18557
18558 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18559 false.
18560
775e0f04
YQ
185612014-08-15 Yao Qi <yao@codesourcery.com>
18562
18563 * gdb.cp/casts.exp: Set print symbol off.
18564 * gdb.cp/class2.exp: Likewise.
18565 * gdb.cp/overload.exp: Likewise.
18566 * gdb.cp/templates.exp: Likewise.
18567
d769e349
DE
185682014-08-11 Doug Evans <dje@google.com>
18569
18570 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18571 (test_load_shlib): Update.
18572
20c6f1e1
YQ
185732014-08-09 Yao Qi <yao@codesourcery.com>
18574
18575 * gdb.base/display.exp: Invoke is_address_zero_readable.
18576 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18577 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18578 * gdb.base/hbreak-unmapped.exp: Return if
18579 is_address_zero_readable returns true.
18580 * gdb.base/signest.exp: Likewise.
18581 * gdb.base/signull.exp: Likewise.
18582 * gdb.base/sigbpt.exp: Likewise.
18583 * gdb.guile/scm-disasm.exp: Do the test if
18584 is_address_zero_readable returns false.
18585 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18586 * gdb.python/py-arch.exp: Likewise.
18587 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18588 * lib/gdb.exp (is_address_zero_readable): New proc.
18589
5792e8e3
YQ
185902014-08-09 Yao Qi <yao@codesourcery.com>
18591
18592 PR testsuite/13443
18593 * gdb.mi/mi-var-display.exp: Make test messages unique.
18594
3cecbbbe
TT
185952014-08-04 Tom Tromey <tromey@redhat.com>
18596
18597 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18598 target 0".
18599
00b51ff5
TT
186002014-08-04 Tom Tromey <tromey@redhat.com>
18601
18602 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18603 "target_resume".
18604
6908c509
JB
186052014-08-01 Joel Brobecker <brobecker@adacore.com>
18606
18607 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18608 inner_vla_struct_object_size.
18609 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18610 as xfail.
18611
cc6563d2
PA
186122014-07-30 Pedro Alves <palves@redhat.com>
18613
18614 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18615 comment.
18616
7e09a223
YQ
186172014-07-29 Yao Qi <yao@codesourcery.com>
18618
18619 PR gdb/17206
18620 * gdb.base/until-nodebug.exp: New.
18621
7ebdbe92
DE
186222014-07-28 Doug Evans <xdje42@gmail.com>
18623
18624 PR guile/17203
18625 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18626 previously existing parameter, and previously ambiguously spelled
18627 parameter.
18628
fdb1adc6
WN
186292014-07-28 Will Newton <will.newton@linaro.org>
18630
18631 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18632
186fcde0
DE
186332014-07-26 Ludovic Courtès <ludo@gnu.org>
18634 Doug Evans <xdje42@gmail.com>
18635
18636 PR guile/17146
18637 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18638
70509625
PA
186392014-07-25 Pedro Alves <palves@redhat.com>
18640
18641 * gdb.threads/signal-command-handle-nopass.c: New file.
18642 * gdb.threads/signal-command-handle-nopass.exp: New file.
18643 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18644 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18645 * gdb.threads/signal-delivered-right-thread.c: New file.
18646 * gdb.threads/signal-delivered-right-thread.exp: New file.
18647
c3f814a1
PA
186482014-07-25 Pedro Alves <palves@redhat.com>
18649
18650 * gdb.base/double-prompt-target-event-error.exp
18651 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18652 match.
18653 (cancel_pagination_in_target_event): Rework double prompt
18654 detection.
18655 * gdb.base/paginate-after-ctrl-c-running.exp
18656 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18657 <return>' match.
18658 * gdb.base/paginate-bg-execution.exp
18659 (test_bg_execution_pagination_return)
18660 (test_bg_execution_pagination_cancel): Remove '-notransfer
18661 <return>' matches.
18662 * gdb.base/paginate-execution-startup.exp
18663 (test_fg_execution_pagination_return)
18664 (test_fg_execution_pagination_cancel): Remove '-notransfer
18665 <return>' matches.
18666 * gdb.base/paginate-inferior-exit.exp
18667 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18668 match.
18669 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18670 * lib/gdb.exp (pagination_prompt): Run text through
18671 string_to_regexp.
18672 (gdb_test_multiple): Match $pagination_prompt instead of
18673 "<return>".
18674 (string_to_regexp): Move to lib/gdb-utils.exp.
18675
e214cf6c
JK
186762014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18677
18678 * gdb.arch/amd64-entry-value-paramref.S: New file.
18679 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18680 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18681 * gdb.arch/amd64-optimout-repeat.S: New file.
18682 * gdb.arch/amd64-optimout-repeat.c: New file.
18683 * gdb.arch/amd64-optimout-repeat.exp: New file.
18684
17d0c5c8
JK
186852014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18686
18687 PR gdb/17170
18688 * gdb.base/statistics.exp: New file.
18689
b8b8facf
DE
186902014-07-17 Doug Evans <dje@google.com>
18691
74b49205 18692 PR gdb/17170
b8b8facf
DE
18693 * gdb.base/maint.exp: Update testing of per-command stats.
18694
1b5d0ab3
PA
186952014-07-16 Pedro Alves <palves@redhat.com>
18696
18697 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18698 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18699 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18700 (tfile_write_buf): New functions.
18701 (add_memory_block): Rewrite using the above.
18702 (adjust_function_address): New function.
18703 (FUNCTION_ADDRESS): New macro.
18704 (write_basic_trace_file): Remove short_x local, and use
18705 tfile_write_16. Change type of func_addr local to unsigned long
18706 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18707 here. Cast argument of add_memory_block to char pointer.
18708 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18709 (main): Remove parameters.
18710 * gdb.trace/tfile.exp: Remove nowarnings.
18711
4d974e88
SM
187122014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18713
18714 * gdb.base/debug-expr.exp: Test string evaluation with
18715 "debug expression" on.
18716
41e99568
PA
187172014-07-15 Pedro Alves <palves@redhat.com>
18718
18719 * gdb.base/reread.exp: Use clean_restart.
18720
487d9753
PL
187212014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18722
18723 * gdb.arch/avr-flash-qualifer.c: New.
18724 * gdb.arch/avr-flash-qualifer.exp: New.
18725
cc1c52ad
PA
187262014-07-14 Pedro Alves <palves@redhat.com>
18727
18728 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18729 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18730
1e973570
PA
187312014-07-14 Pedro Alves <palves@redhat.com>
18732
18733 * gdb.base/double-prompt-target-event-error.c: New file.
18734 * gdb.base/double-prompt-target-event-error.exp: New file.
18735
93d6eb10
PA
187362014-07-14 Pedro Alves <palves@redhat.com>
18737
18738 PR gdb/17072
18739 * gdb.base/paginate-inferior-exit.c: New file.
18740 * gdb.base/paginate-inferior-exit.exp: New file.
18741
0017922d
PA
187422014-07-14 Pedro Alves <palves@redhat.com>
18743
18744 PR gdb/17072
18745 * gdb.base/paginate-bg-execution.c: New file.
18746 * gdb.base/paginate-bg-execution.exp: New file.
18747
94696ad3
PA
187482014-07-14 Pedro Alves <palves@redhat.com>
18749
18750 PR gdb/17072
18751 * gdb.base/paginate-execution-startup.c: New file.
18752 * gdb.base/paginate-execution-startup.exp: New file.
18753 * lib/gdb.exp (pagination_prompt): New global.
18754 (default_gdb_spawn): New procedure, factored out from
18755 default_gdb_spawn.
18756 (default_gdb_start): Adjust to call default_gdb_spawn.
18757 (gdb_spawn): New procedure.
18758
bd293940
PA
187592014-07-14 Pedro Alves <palves@redhat.com>
18760
18761 * lib/gdb.exp (gdb_assert): New procedure.
18762 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18763
c933f875
PA
187642014-07-14 Pedro Alves <palves@redhat.com>
18765
18766 * gdb.base/execution-termios.c: New file.
18767 * gdb.base/execution-termios.exp: New file.
18768
d98b7a16
TT
187692014-07-14 Tom Tromey <tromey@redhat.com>
18770
18771 * gdb.cp/vla-cxx.cc: New file.
18772 * gdb.cp/vla-cxx.exp: New file.
18773
548740d6
TT
187742014-07-14 Tom Tromey <tromey@redhat.com>
18775
18776 * gdb.reverse/rerun-prec.c: New file.
18777 * gdb.reverse/rerun-prec.exp: New file.
18778
a25eb028
MR
187792014-07-12 Maciej W. Rozycki <macro@mips.com>
18780 Maciej W. Rozycki <macro@codesourcery.com>
18781
18782 * lib/gdb-utils.exp: New file.
18783 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18784 inline `gdb_init_command' processing.
18785 (gdb_start_cmd): Likewise.
18786 * lib/mi-support.exp (mi_run_cmd): Likewise.
18787 * README: Document `gdb_init_command' and `gdb_init_commands'.
18788
218c2655
JK
187892014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18790
18791 Fix false FAIL running under a very long directory name.
18792 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18793 and "set print elements 10000". Twice.
18794
5401fde3
YQ
187952014-07-11 Yao Qi <yao@codesourcery.com>
18796
18797 * gdb.base/exprs.exp: "set print symbol off".
18798
e76126e8
PA
187992014-07-11 Pedro Alves <palves@redhat.com>
18800
18801 * gdb.threads/kill.c: New file.
18802 * gdb.threads/kill.exp: New file.
18803
2d6f0de6
YQ
188042014-07-10 Yao Qi <yao@codesourcery.com>
18805
18806 * gdb.trace/tfile.c (write_basic_trace_file)
18807 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18808 address written to trace file.
18809
7180e04a
PA
188102014-07-09 Pedro Alves <palves@redhat.com>
18811
18812 * gdb.base/attach-wait-input.exp: New file.
18813 * gdb.base/attach-wait-input.c: New file.
18814
9a9a7608
AB
188152014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18816
18817 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18818 setting up test structures.
18819 (main): Call new test function.
18820 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18821 test function, continue into test function and walk test
18822 structures.
18823
161ac41e
YQ
188242014-07-02 Yao Qi <yao@codesourcery.com>
18825
18826 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18827 'bar_start' at the beginning of functions 'foo' and 'bar'
18828 respectively.
18829 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18830 instead of 'foo' and 'bar'.
18831
1f267ae3
MM
188322014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18833
18834 * gdb.btrace/segv.exp: New.
18835 * gdb.btrace/segv.c: New.
18836
2b239efb
LM
188372014-07-02 Luis Machado <lgustavo@codesourcery.com>
18838
18839 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18840 instruction.
18841
cf363f18
MW
188422014-06-30 Mark Wielaard <mjw@redhat.com>
18843
18844 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18845 vulture, vilify, villar): New volatile array constants.
18846 (vindictive, vegetation): New const volatile array constants.
18847 * gdb.base/volatile.exp: Test volatile and const volatile array
18848 types.
18849
aebf9d24
AA
188502014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18851
18852 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18853 target lacks support for awatch, rwatch, or hbreak.
18854
b67a2c6f
YQ
188552014-06-27 Yao Qi <yao@codesourcery.com>
18856
18857 * gdb.multi/dummy-frame-restore.exp: New.
18858 * gdb.multi/dummy-frame-restore.c: New.
18859
aef92902
MM
188602014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18861
18862 * gdb.btrace/gcore.exp: New.
18863
8e9db26e
PA
188642014-06-23 Pedro Alves <palves@redhat.com>
18865
18866 * gdb.base/watchpoint-reuse-slot.c: New file.
18867 * gdb.base/watchpoint-reuse-slot.exp: New file.
18868
70afc5b7
SC
188692014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18870
18871 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18872 progspace's filename in 'info', 'enable' and 'disable' command
18873 tests.
18874
b972bd9c
JK
188752014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18876
18877 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18878 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18879 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18880
125f8a3d
GB
188812014-06-20 Gary Benson <gbenson@redhat.com>
18882
18883 * gdb.arch/i386-avx.exp: Fix include file location.
18884 * gdb.arch/i386-sse.exp: Likewise.
18885
3ed9baed
IB
188862014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18887
18888 * gdb.dlang/expression.exp: New file.
18889
034f788c
PA
188902014-06-19 Pedro Alves <palves@redhat.com>
18891
18892 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18893 out from ...
18894 (top level): ... here. Iterate running tests under different
18895 scheduler-locking settings.
18896
45371d0c
LM
188972014-06-18 Luis Machado <lgustavo@codesourcery.com>
18898
18899 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18900 to DW_FORM_addr and use non-zero addresses.
18901
5d376983
SC
189022014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18903
18904 PR gdb/17017
18905 * gdb.python/py-xmethods.cc: Add global function call counters and
18906 increment them in their respective functions. Remove "cout"
18907 statements.
18908 * gdb.python/py-xmethods.exp: Make tests check the global function
18909 call counters instead of depending on inferior IO.
18910
a1aa2221
LM
189112014-06-18 Don Breazeal <donb@codesourcery.com>
18912
18913 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18914 Deleted procedure.
18915 (explicit_fork_parent_follow): Deleted procedure.
18916 (explicit_fork_child_follow): Deleted procedure.
18917 (test_follow_fork): New procedure.
18918 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18919 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18920 procedure calls.
18921
0fc05997
YQ
189222014-06-17 Yao Qi <yao@codesourcery.com>
18923
18924 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18925 CP1252.
18926
70795c52
LM
189272014-06-17 Luis Machado <lgustavo@codesourcery.com>
18928
18929 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18930 Initialize ptr and S explicitly.
18931 (skip_type_update_when_not_use_rtti_test): Likewise.
18932
6be47f0c
KS
189332014-06-16 Keith Seitz <keiths@redhat.com>
18934
18935 PR mi/15863
18936 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18937 the inferior is started.
18938
d03de421
PA
189392014-06-16 Pedro Alves <palves@redhat.com>
18940
18941 * gdb.base/break-main-file-remove-fail.c: New file.
18942 * gdb.base/break-main-file-remove-fail.exp: New file.
18943 * gdb.base/break-unload-file.exp: Use build_executable instead of
18944 prepare_for_testing.
18945 (test_break): New parameter "initial_load". Handle it.
18946 (top level): Add initial_load cmdline/file axis.
18947
f9579b99
TT
189482014-06-12 Tom Tromey <tromey@redhat.com>
18949
18950 * gdb.base/completion.exp: Don't use directory name in test.
18951
3657956b
GB
189522014-06-09 Gary Benson <gbenson@redhat.com>
18953
18954 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18955 separate the always-available ANSI-standard signals from the
18956 signals that require checking.
18957 (main): Likewise.
18958 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18959 Likewise.
18960 (main): Likewise.
18961
4186eb54
KS
189622014-06-07 Keith Seitz <keiths@redhat.com>
18963
18964 Revert:
18965 PR c++/16253
18966 * gdb.cp/var-tag.cc: New file.
18967 * gdb.cp/var-tag.exp: New file.
18968 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18969 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18970 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18971 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18972
25326a28 189732014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18974
18975 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18976
829155c9
PA
189772014-06-06 Pedro Alves <palves@redhat.com>
18978
18979 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18980 in target debug output instead of looking at RSP packets,
18981 disabling the test on any target that uses hardware stepping.
18982 Update comments.
18983
61c8d22e
PA
189842014-06-06 Pedro Alves <palves@redhat.com>
18985
18986 * gdb.base/break-unload-file.exp: Fix typo.
18987
d9a47287
YQ
189882014-06-06 Yao Qi <yao@codesourcery.com>
18989
18990 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18991 from "jit_function" to "^jit_function".
18992
e5e01dbf
YQ
189932014-06-06 Yao Qi <yao@codesourcery.com>
18994
18995 * gdb.base/async.c (foo): Add one statement.
18996 * gdb.base/async.exp: Get the next instruction address and
18997 match the output of "nexti" by instruction address. Match
18998 the hex address in the output of "finish".
18999
73ba372c
GB
190002014-06-06 Gary Benson <gbenson@redhat.com>
19001
19002 * gdb.base/call-signals.c: Remove preprocessor conditionals
19003 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19004 SIGSEGV and SIGTERM.
19005 * gdb.base/sigall.c: Likewise.
19006 * gdb.base/unwindonsignal.c: Likewise.
19007 * gdb.reverse/sigall-reverse.c: Likewise.
19008
831517df
YQ
190092014-06-06 Yao Qi <yao@codesourcery.com>
19010
19011 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19012 readable, skip the test.
19013
b8b91e98
YQ
190142014-06-06 Yao Qi <yao@codesourcery.com>
19015
19016 * gdb.threads/staticthreads.c (thread_function): Move the line
19017 setting breakpoint on forward.
19018 * gdb.threads/staticthreads.exp: Update comments.
19019
fb934770
LC
190202014-06-05 Ludovic Courtès <ludo@gnu.org>
19021
19022 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19023 "history-append! type error".
19024
6ef284bd
SM
190252014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19026
19027 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19028 erroneous dprintf expected input.
19029
a872e241
DE
190302014-06-04 Doug Evans <xdje42@gmail.com>
19031
19032 * gdb.guile/scm-generics.exp: Delete.
19033
16f691fb
DE
190342014-06-04 Doug Evans <xdje42@gmail.com>
19035
19036 * gdb.guile/scm-breakpoint.exp: Update.
19037 Add tests for breakpoint registration.
19038
012370f6
TT
190392014-06-04 Tom Tromey <tromey@redhat.com>
19040
19041 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19042 VLA-in-union.
19043 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19044 inner_vla_struct, vla_union types. Initialize objects of those
19045 types and compute their sizes.
19046
9f5a4cef
HZ
190472014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19048 Hui Zhu <hui@codesourcery.com>
19049
19050 * gdb.base/fileio.exp: Add test for shell not available as well as
19051 available.
19052 * gdb.base/fileio.c (test_system): Check for shell twice.
19053
90a45c4d
YQ
190542014-06-04 Yao Qi <yao@codesourcery.com>
19055
19056 * gdb.base/auto-connect-native-target.exp: Remove redundant
19057 space from the regexp pattern.
19058
70017e41
YQ
190592014-06-04 Yao Qi <yao@codesourcery.com>
19060
19061 * gdb.base/default.exp: Replace "child" with "native" in
19062 regexp pattern.
19063
883964a7
SC
190642014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19065
19066 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19067 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19068 * gdb.python/py-xmethods.py: Python script supporting the
19069 new testcase and tests.
19070
ef370185
JB
190712014-06-03 Joel Brobecker <brobecker@adacore.com>
19072 Pedro Alves <palves@redhat.com>
19073
19074 PR breakpoints/17000
19075 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19076 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19077
1e2ccb61
BM
190782014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19079
19080 * gdb.base/subst.exp: Add tests to verify partial path matching
19081 output.
19082
c6ec5ab2
PA
190832014-06-03 Pedro Alves <palves@redhat.com>
19084
19085 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19086 target that doesn't use software single-stepping.
19087
835c559f
PA
190882014-06-03 Pedro Alves <palves@redhat.com>
19089
19090 PR breakpoints/17000
19091 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19092 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19093
06eb1586
DE
190942014-06-02 Doug Evans <xdje42@gmail.com>
19095
19096 * gdb.guile/scm-parameter.exp: New file.
19097
e698b8c4
DE
190982014-06-02 Doug Evans <xdje42@gmail.com>
19099
19100 * gdb.guile/scm-cmd.c: New file.
19101 * gdb.guile/scm-cmd.exp: New file.
19102
ded03782
DE
191032014-06-02 Doug Evans <xdje42@gmail.com>
19104
19105 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19106 pretty-printer lookup.
19107 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19108 (make-pp_s-printer): Call it.
19109 (make-pretty-printer-from-dict): New function.
19110 (lookup-pretty-printer-maker-from-dict): New function.
19111 (*pretty-printer*): Simplify.
19112 (make-objfile-pp_s-printer): New function.
19113 (install-objfile-pretty-printers!): New function.
19114 (make-progspace-pp_s-printer): New function.
19115 (install-progspace-pretty-printers!): New function.
19116 * gdb.guile/scm-progspace.c: New file.
19117 * gdb.guile/scm-progspace.exp: New file.
19118
41fac0cf
PA
191192014-06-02 Pedro Alves <palves@redhat.com>
19120
19121 * gdb.base/dprintf-bp-same-addr.c: New file.
19122 * gdb.base/dprintf-bp-same-addr.exp: New file.
19123
96ae5695
EBM
191242014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19125
19126 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19127 * gdb.arch/powerpc-power.s: Likewise.
19128
da02b3a8
JB
191292014-06-02 Joel Brobecker <brobecker@adacore.com>
19130
19131 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19132
c72b2e7b
YQ
191332014-06-01 Yao Qi <yao@codesourcery.com>
19134
19135 * gdb.base/watchpoint.exp (test_watch_location): Check null
19136 pointer can be dereferenced. If not, do the test, otherwise
19137 skip it.
19138
53e8a631
AB
191392014-05-30 Andrew Burgess <aburgess@broadcom.com>
19140
19141 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19142 results.
19143 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19144
938f0e2f
AB
191452014-05-30 Andrew Burgess <aburgess@broadcom.com>
19146
19147 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19148 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19149 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19150 * gdb.arch/amd64-invalid-stack-top.c: New file.
19151 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19152
9ba6657a
PA
191532014-05-30 Pedro Alves <palves@redhat.com>
19154
19155 PR breakpoints/17000
19156 * gdb.base/sss-bp-on-user-bp.c: New file.
19157 * gdb.base/sss-bp-on-user-bp.exp: New file.
19158
522c09bf
DB
191592014-05-30 David Blaikie <dblaikie@gmail.com>
19160
19161 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19162 gnu_inline semantics via attribute.
19163 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19164 source explicitly specifies the required semantics.
19165
bf4ef81e
MR
191662014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19167
19168 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19169
329ea579
PA
191702014-05-29 Pedro Alves <palves@redhat.com>
19171 Tom Tromey <tromey@redhat.com>
19172
19173 * gdb.base/async-shell.exp: Don't enable target-async.
19174 * gdb.base/async.exp
19175 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19176 parameter. Adjust.
19177 (top level): Don't test with "target-async".
19178 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19179 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19180 * gdb.base/inferior-died.exp: Don't enable target-async.
19181 * gdb.base/interrupt-noterm.exp: Likewise.
19182 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19183 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19184 * gdb.mi/mi-nonstop.exp: Likewise.
19185 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19186 * gdb.mi/mi-nsintrall.exp: Likewise.
19187 * gdb.mi/mi-nsmoribund.exp: Likewise.
19188 * gdb.mi/mi-nsthrexec.exp: Likewise.
19189 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19190 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19191 * gdb.python/py-evsignal.exp: Don't enable target-async.
19192 * gdb.python/py-evthreads.exp: Likewise.
19193 * gdb.python/py-prompt.exp: Likewise.
19194 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19195 * gdb.server/solib-list.exp: Don't enable target-async.
19196 * gdb.threads/thread-specific-bp.exp: Likewise.
19197 * lib/mi-support.exp: Adjust to use mi-async.
19198
fd664c91
PA
191992014-05-29 Pedro Alves <palves@redhat.com>
19200
19201 PR gdb/13860
19202 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19203 reason, even in sync mode.
19204
251bde03
PA
192052014-05-29 Pedro Alves <palves@redhat.com>
19206 Hui Zhu <hui@codesourcery.com>
19207
19208 PR PR15693
19209 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19210 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19211 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19212 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19213
7f3c0343
JB
192142014-05-28 Joel Brobecker <brobecker@adacore.com>
19215
19216 * config/monitor.exp (gdb_target_monitor): Replace use of
19217 "set remotebaud" by "set serial baud".
19218
b2715b27
AW
192192014-05-26 Andy Wingo <wingo@igalia.com>
19220
19221 * gdb.guile/scm-breakpoint.exp:
19222 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19223 properties instead of gdb-object-properties.
19224
498a4489
YQ
192252014-05-26 Yao Qi <yao@codesourcery.com>
19226
19227 * gdb.server/no-thread-db.exp: Specify source file name
19228 explicitly when setting a breakpoint.
19229
589fdceb
MM
192302014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19231
19232 * gdb.btrace/vdso.c: New.
19233 * gdb.btrace/vdso.exp: New.
19234
e9089e05
MM
192352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19236
19237 * gdb.base/gcore.exp (capture_command_output): Move ...
19238 * lib/gdb.exp (capture_command_output): ... here.
19239
67b5c0c1
MM
192402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19241
19242 * gdb.btrace/data.exp: Test memory access during btrace replay.
19243
a2199296
SM
192442014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19245
19246 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19247
17b2616c
PA
192482014-05-21 Pedro Alves <palves@redhat.com>
19249
19250 PR gdb/13860
19251 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19252 (top level): Test that output related to execution commands is
19253 sent to the console with CLI commands, but not with MI commands.
19254 Test that breakpoint events are always mirrored to the console.
19255 Also expect the new source line to be output after a "next" in
19256 async mode too. Make it a pass/fail test.
19257 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19258 output.
19259 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19260
5166082f
PA
192612014-05-21 Pedro Alves <palves@redhat.com>
19262
19263 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19264 Use them to test variations of "list" after reaching a breakpoint.
19265 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19266 Test "list" with listsize 10 after reaching a breakpoint.
19267 * gdb.python/python.exp (decode_line current location line
19268 number): Adjust expected line number.
19269
2f25d70f
SM
192702014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19271
19272 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19273 behavior for $args, pass it directly to "run".
19274
ff604a67
MR
192752014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19276
19277 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19278 30000 to 65536.
19279
6a3cb8e8
PA
192802014-05-21 Pedro Alves <palves@redhat.com>
19281
19282 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19283 auto-connect-native-target off".
19284 * gdb.base/auto-connect-native-target.c: New file.
19285 * gdb.base/auto-connect-native-target.exp: New file.
19286
4ebfc96e
PA
192872014-05-21 Pedro Alves <palves@redhat.com>
19288
19289 * gdb.base/default.exp: Test "target native" instead of "target
19290 child".
19291
36d46afb
MW
192922014-05-21 Mark Wielaard <mjw@redhat.com>
19293
19294 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19295
5876f503
JK
192962014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19297
19298 Fix TLS access for -static -pthread.
19299 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19300 <HAVE_TLS> (thread_function, main): Initialize it.
19301 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19302 Add clean_restart.
19303 <$have_tls != "">: Check TLSVAR.
19304
0256a6ac
PA
193052014-05-21 Pedro Alves <palves@redhat.com>
19306
19307 * gdb.base/dcache-line-read-error.c: New.
19308 * gdb.base/dcache-line-read-error.exp: New.
19309
936d2992
PA
193102014-05-20 Pedro Alves <palves@redhat.com>
19311
19312 * gdb.base/compare-sections.c: New file.
19313 * gdb.base/compare-sections.exp: New file.
19314
802e8e6d
PA
193152014-05-20 Pedro Alves <palves@redhat.com>
19316
19317 * gdb.base/break-idempotent.c: New file.
19318 * gdb.base/break-idempotent.exp: New file.
19319
e59fa00f
MM
193202014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19321
19322 * gdb.btrace/nohist.exp: New.
19323
8b696e31
YQ
193242014-05-20 Yao Qi <yao@codesourcery.com>
19325
19326 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19327 gdb.reverse directory and gdb_reverse_timeout exists in board
19328 setting.
19329 * README: Document gdb_reverse_timeout.
19330
73c9764f
YQ
193312014-05-20 Yao Qi <yao@codesourcery.com>
19332
19333 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19334 'test_file_name'. Treat args as a string instead of a list.
19335 (gdb_init): Rename argument 'args' by 'test_file_name'.
19336
f1f4348a
JK
193372014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19338
19339 * gdb.arch/powerpc-power.exp: New file.
19340 * gdb.arch/powerpc-power.s: New file.
19341
0dbe70ce
DE
193422014-05-16 Doug Evans <dje@google.com>
19343
19344 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19345 * gdb.base/completion.exp: Check that all expected files exist
19346 before doing file completion.
0dbe70ce 19347
8d551b02
DE
193482014-05-16 Doug Evans <dje@google.com>
19349
19350 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19351 Update.
19352 (do_syscall_tests_without_xml): Update.
19353
73eb7709
PA
193542014-05-16 Pedro Alves <palves@redhat.com>
19355
19356 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19357 instead of "unknown output after running".
19358
3fae92fc
YQ
193592014-05-16 Yao Qi <yao@codesourcery.com>
19360
19361 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19362 file1.txt from host at the end.
19363 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19364
c2b2ccc5
DE
193652014-05-15 Doug Evans <dje@google.com>
19366
19367 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19368 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19369 loading file. Add test for TU lookup.
19370
8c217a4b
SM
193712014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19372
19373 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19374 calling "-exec-arguments" or "set args" before running the
19375 inferior.
19376
3deb39c6
SM
193772014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19378
19379 * lib/mi-support.exp (mi_expect_stop): Expect message for
19380 inferiors that exit with non-zero exit code.
19381
71a79f8c
YQ
193822014-05-14 Yao Qi <yao@codesourcery.com>
19383
19384 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19385 match absolute path on remote host.
19386 (test_file_list_exec_source_files): Remove "/" from the
19387 pattern.
19388
f23fcd46
YQ
193892014-05-14 Yao Qi <yao@codesourcery.com>
19390
19391 * boards/local-remote-host-notty.exp (${board}_file): New
19392 proc.
19393
9404b58f
KM
193942014-05-07 Kyle McMartin <kyle@redhat.com>
19395
19396 Pushed by Joel Brobecker <brobecker@adacore.com>.
19397 * gdb.arch/aarch64-atomic-inst.c: New file.
19398 * gdb.arch/aarch64-atomic-inst.exp: New file.
19399
5e45f04c
YQ
194002014-05-07 Yao Qi <yao@codesourcery.com>
19401
19402 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19403 in current context" too.
19404
c888a17d
KS
194052014-05-05 Keith Seitz <keiths@redhat.com>
19406
19407 * gdb.linespec/ls-dollar.exp: Add test for linespec
19408 file:convenience_variable.
19409
290a839c
YQ
194102014-05-05 Yao Qi <yao@codesourcery.com>
19411
19412 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19413 traceframes into tfile and ctf trace files. Read data from
19414 trace file and test collected data.
19415 (gdb_collect_locals_test): Likewise.
19416 (gdb_unavailable_registers_test): Likewise.
19417 (gdb_unavailable_floats): Likewise.
19418 (gdb_collect_globals_test): Likewise.
19419 (top-level): Append "ctf" to trace_file_targets if GDB
19420 supports.
19421
b5262cd0
YQ
194222014-05-05 Yao Qi <yao@codesourcery.com>
19423
19424 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19425 code to ...
19426 (gdb_collect_args_test_1): ... it. New proc.
19427 (gdb_collect_locals_test): Move some code to ...
19428 (gdb_collect_locals_test_1): ... it. New proc.
19429 (gdb_unavailable_registers_test): Move some code to ...
19430 (gdb_unavailable_registers_test_1): ... it. New proc.
19431 (gdb_unavailable_floats): Move some code to ...
19432 (gdb_unavailable_floats_1): ... it. New proc.
19433
30a1e6cc
SDJ
194342014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19435
19436 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19437 probes to test for bitness recognition.
19438 * gdb.arch/amd64-stap-optional-prefix.exp
19439 (test_probe_value_without_reg): New procedure.
19440 Add code to test for different kinds of bitness.
19441
f33da99a
SDJ
194422014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19443
19444 PR breakpoints/16889
19445 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19446 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19447
5b80f00d
PA
194482014-05-01 Pedro Alves <palves@redhat.com>
19449
19450 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19451 gdb_file_cmd if no file is specified.
19452 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19453 last_loaded_file to set the remote exec-file.
19454
f8c2a73c
PA
194552014-05-01 Pedro Alves <palves@redhat.com>
19456
19457 * boards/local-remote-host.exp: New file.
19458
be6e8ac7
PA
194592014-05-01 Pedro Alves <palves@redhat.com>
19460
19461 * boards/local-remote-host.exp: Rename to ...
19462 * boards/local-remote-host-notty.exp: ... this.
19463
cac0dc8f
JB
194642014-04-28 Joel Brobecker <brobecker@adacore.com>
19465
19466 * gdb.ada/dyn_arrayidx: New testcase.
19467
9730e6cc
YQ
194682014-04-26 Yao Qi <yao@codesourcery.com>
19469
19470 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19471 and compute the length of function main. Save it in
19472 $main_length.
19473 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19474 (top-level): Use gdb_compile to compile objects into
19475 executable and restart GDB. Remove invocation to
19476 prepare_for_testing.
19477
7ae1a6a6
PA
194782014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19479 Pedro Alves <palves@redhat.com>
19480
19481 PR server/16255
19482 * gdb.multi/multi-attach.c: New file.
19483 * gdb.multi/multi-attach.exp: New file.
19484
4082afcc
PA
194852014-04-25 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19488 user.
19489 (top level): Test that "set remote conditional-breakpoints-packet
19490 off" works as intended.
19491 * gdb.base/dprintf.exp: Test that "set remote
19492 breakpoint-commands-packet off" works as intended.
19493 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19494 New function.
19495 (top level): Call it.
19496 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19497 remote fast-tracepoints-packet off" works as intended.
19498 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19499 * lib/gdb.exp (gdb_is_target_remote): ... here.
19500
2abc3f8d
DB
195012014-04-24 David Blaikie <dblaikie@gmail.com>
19502
19503 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19504 ensure clang would not discard them.
19505 * gdb.base/gdbvars.c: Ditto.
19506 * gdb.base/memattr.c: Ditto.
19507 * gdb.base/whatis.c: Ditto.
19508 * gdb.python/py-prettyprint.c: Ditto.
19509 * gdb.trace/actions.c: Ditto.
19510 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19511 ensure clang would not discard it.
19512
bfd39632
DB
195132014-04-24 David Blaikie <dblaikie@gmail.com>
19514
19515 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19516 clang to emit the full definition of type required by the test
19517 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19518
22842ff6
DB
195192014-04-24 David Blaikie <dblaikie@gmail.com>
19520
19521 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19522 coax Clang into emitting the definition of the type.
19523 * gdb.cp/pr10728-x.h (y): Ditto.
19524 * gdb.cp/pr10728-y.cc (y): Ditto.
19525
c2e827ad
DB
195262014-04-24 David Blaikie <dblaikie@gmail.com>
19527
19528 * gdb.base/label.exp: XFAIL label related tests under Clang.
19529 * gdb.cp/cplabel.exp: Ditto.
19530 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19531 under Clang those using labels.
19532
4c2d33e7
YQ
195332014-04-25 Yao Qi <yao@codesourcery.com>
19534
19535 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19536 double_label.
19537 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19538 partial_label and double_label.
19539
56083b99
DB
195402014-04-24 David Blaikie <dblaikie@gmail.com>
19541
19542 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19543
25d4e99d
DB
195442014-04-24 David Blaikie <dblaikie@gmail.com>
19545
19546 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19547 of the function to work across GCC and Clang.
19548 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19549 pointer types (const void ** const V void **).
19550
01f9f808
MS
195512014-04-24 Michael Sturm <michael.sturm@mintel.com>
19552 Walfred Tedeschi <walfred.tedeschi@intel.com>
19553
19554 * Makefile.in (EXECUTABLES): Added i386-avx512.
19555 * gdb.arch/i386-avx512.c: New file.
19556 * gdb.arch/i386-avx512.exp: Likewise.
19557
4b48d439
KS
195582014-04-23 Keith Seitz <keiths@redhat.com>
19559
19560 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19561 (mi_make_breakpoint_table): New procedure.
19562 (mi_create_breakpoint): Use mi_make_breakpoint
19563 and return the result.
19564 (mi_make_breakpoint): New procedure.
19565 (mi_build_kv_pairs): New procedure.
19566
19567 * gdb.mi/mi-break.exp: Remove unused globals,
19568 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19569 All callers updated.
19570 * gdb.mi/mi-dprintf.exp: Use variable to track command
19571 number.
19572 Update all callers of mi_create_breakpoint and use
19573 mi_make_breakpoint_table.
19574 Remove any unused global variables.
19575 * gdb.mi/mi-nonstop.exp: Likewise.
19576 * gdb.mi/mi-nsintrall.exp: Likewise.
19577 * gdb.mi/mi-nsmoribund.exp: Likewise.
19578 * gdb.mi/mi-nsthrexec.exp: Likewise.
19579 * gdb.mi/mi-reverse.exp: Likewise.
19580 * gdb.mi/mi-simplerun.exp: Likewise.
19581 * gdb.mi/mi-stepn.exp: Likewise.
19582 * gdb.mi/mi-syn-frame.exp: Likewise.
19583 * gdb.mi/mi-until.exp: Likewise.
19584 * gdb.mi/mi-var-cp.exp: Likewise.
19585 * gdb.mi/mi-var-display.exp: Likewise.
19586 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19587 * gdb.mi/mi2-var-child.exp: Likewise.
19588 * gdb.mi/mi-vla-c99.exp: Likewise.
19589 * lib/mi-support.exp: Likewise.
19590
19591 From Ian Lance Taylor <iant@cygnus.com>:
19592 * lib/gdb.exp (parse_args): New procedure.
19593
08351840
PA
195942014-04-23 Pedro Alves <palves@redhat.com>
19595
19596 * gdb.base/break-unload-file.c: New file.
19597 * gdb.base/break-unload-file.exp: New file.
19598 * gdb.base/sym-file-lib.c (baz): New function.
19599 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19600 field.
19601 (load): Store the segment's mapped size.
19602 (unload): New function.
19603 (unload_shlib): New function.
19604 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19605 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19606 set a breakpoint at baz, and call it.
19607 * gdb.base/sym-file.exp: New tests for stale breakpoint
19608 instructions.
19609
076855f9
PA
196102014-04-23 Pedro Alves <palves@redhat.com>
19611
19612 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19613 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19614 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19615 * gdb.base/hbreak-unmapped.c: New file.
19616 * gdb.base/hbreak-unmapped.exp: New file.
19617 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19618 * lib/gdb.exp (gdb_is_target_remote): ... here.
19619
483805cf
PA
196202014-04-22 Pedro Alves <palves@redhat.com>
19621
19622 * gdb.base/consecutive-step-over.c: New file.
19623 * gdb.base/consecutive-step-over.exp: New file.
19624
06d97543
PA
196252014-04-22 Pedro Alves <palves@redhat.com>
19626
19627 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19628 instead of send_gdb/gdb_expect.
19629
b4429ea2
YQ
196302014-04-22 Yao Qi <yao@codesourcery.com>
19631
19632 * lib/trace-support.exp (generate_tracefile): New procedure.
19633 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19634 return 0.
19635 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19636 if generate_tracefile returns 1.
19637
51d48146
PA
196382014-04-18 Tom Tromey <palves@redhat.com>
19639 Pedro alves <tromey@redhat.com>
19640
19641 PR backtrace/15558
19642 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19643 with a backtrace limit.
19644 * gdb.python/py-frame-inline.exp: Test running to an inline
19645 function with a backtrace limit, and printing the newest frame.
19646 * gdb.python/py-frame-inline.c (main): Call f.
19647
bd1dce5f
MS
196482014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19649
19650 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19651
40d1a503
MS
196522014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19653
19654 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19655 Drop prefix from unsupported source file path.
19656
389b98f7
YQ
196572014-04-17 Yao Qi <yao@codesourcery.com>
19658
19659 * lib/gdb.exp (with_target_charset): New proc.
19660 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19661 with_target_charset.
19662 (test_print_strings): Likewise.
19663 (test_repeat_bytes): Likewise.
19664 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19665 for some tests.
19666
22869d73
KS
196672014-04-16 Keith Seitz <keiths@redhat.com>
19668
19669 PR gdb/15827
19670 * gdb.dwarf2/corrupt.c: New file.
19671 * gdb.dwarf2/corrupt.exp: New file.
19672
c4f87ca6
KS
196732014-04-16 Keith Seitz <keiths@redhat.com>
19674
19675 PR c++/16597
19676 * gdb.cp/namelessclass.cc: New file.
19677 * gdb.cp/namelessclass.exp: New file.
19678 * gdb.cp/namelessclass.S: New file.
19679
ab19de87
DE
196802014-04-16 Doug Evans <dje@google.com>
19681
19682 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19683 Add comment.
19684 (gdbserver_default_get_comm_port): New function.
19685 (gdbserver_start): Check if board file provided
19686 "gdbserver,get_comm_port" and use it if so.
19687 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19688 (gdb,socketport): Set to "stdio".
19689 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19690 (stdio_gdbserver_template): Delete.
19691 (${board}_get_remote_address): Update.
19692 (${board}_build_remote_cmd): Delete.
19693 (${board}_get_comm_port): New function.
19694 (${board}_spawn): Update.
19695 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19696 Delete.
19697 (${board}_get_remote_address): Update.
19698 (${board}_get_comm_port): New function.
19699
fc98a809
AB
197002014-04-16 Andrew Burgess <aburgess@broadcom.com>
19701
19702 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19703 appearing in any order.
19704
87fd9e6e
DE
197052014-04-15 Doug Evans <dje@google.com>
19706
19707 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19708 uninitialized value of "description".
19709
099fc3ea
KS
197102014-04-15 Keith Seitz <keiths@redhat.com>
19711
19712 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19713 Remove unused globals.
19714 (test_running_the_program): Likewise.
19715 (test_controlled_execution): Likewise.
19716 (test_controlling_breakpoints): Likewise.
19717 (test_program_termination): Likewise.
19718
5da151d4
KS
197192014-04-15 Keith Seitz <keiths@redhat.com>
19720
19721 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19722 unused globals.
19723 (test_rbreak_creation_and_listing): Likewise.
19724 (test_ignore_count): Likewise.
19725 (test_error): Likewise.
19726
35e5d2f0
PA
197272014-04-15 Pedro Alves <palves@redhat.com>
19728
19729 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19730 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19731 sym-file-loader.c.
19732 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19733 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19734 to sym-file-loader.c.
19735 (struct library): Forward declare.
19736 (load_shlib, lookup_function): Change prototypes.
19737 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19738 (translate_offset): Remove declarations.
19739 (get_text_addr): New declaration.
19740 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19741 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19742 sym-file-loader.h.
19743 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19744 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19745 here from sym-file-loader.h.
19746 (struct library): New structure.
19747 (load_shlib, lookup_function): Change prototypes and adjust to
19748 work with a struct library.
19749 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19750 (translate_offset): Make static.
19751 (get_text_addr): New function.
19752 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19753
eb4c1710
PA
197542014-04-15 Pedro Alves <palves@redhat.com>
19755
19756 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19757
2d1baf52
PA
197582014-04-15 Pedro Alves <palves@redhat.com>
19759
19760 * gdb.base/sym-file-loader.c: Include <limits.h>.
19761 (SELF_LINK): New define.
19762 (get_origin): New function.
19763 (load_shlib): Use it.
19764 * gdb.base/sym-file.exp: Don't early return if the target is
19765 remote. Use runto_main, and issue fail is that fails. Use
19766 gdb_load_shlibs.
19767 (shlib_name): Delete.
19768 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19769
7dd6df01
PA
197702014-04-15 Pedro Alves <palves@redhat.com>
19771
19772 * gdb.base/sym-file.exp: Remove regex characters from test
19773 message. Don't refer to breakpoint numbers in test messages.
19774
b50c8614
KS
197752014-04-14 Keith Seitz <keiths@redhat.com>
19776
19777 PR c++/16253
19778 * gdb.cp/var-tag.cc: New file.
19779 * gdb.cp/var-tag.exp: New file.
19780 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19781 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19782 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19783 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19784
3d567982
TT
197852014-04-14 Tom Tromey <tromey@redhat.com>
19786
19787 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19788 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19789 type.
19790 * gdb.cp/enum-class.exp: New file.
19791 * gdb.cp/enum-class.cc: New file.
19792
0626fc76
TT
197932014-04-14 Tom Tromey <tromey@redhat.com>
19794
19795 * gdb.dwarf2/enum-type.exp: New file.
19796
dca325b3
SA
197972014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19798
19799 * gdb.mi/mi-vla-c99.exp: New file.
19800 * gdb.mi/vla.c: New file.
19801
5854b38a
SA
198022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19803
19804 * gdb.base/vla-datatypes.c: New file.
19805 * gdb.base/vla-datatypes.exp: New file.
19806
463bb957
SA
198072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19808
19809 * gdb.base/vla-ptr.c: New file.
19810 * gdb.base/vla-ptr.exp: New file.
19811
3dd170be
SA
198122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19813
19814 * gdb.dwarf2/count.exp: New file.
19815
5ecaaa66
SA
198162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19817
19818 * gdb.base/vla-sideeffect.c: New file.
19819 * gdb.base/vla-sideeffect.exp: New file.
19820
41f1ada5
DB
198212014-04-14 David Blaikie <dblaikie@gmail.com>
19822
19823 * gdb.mi/non-stop.c: Add return value for non-void function return
19824 statement.
19825 * gdb.threads/staticthreads.c: Ditto.
19826
0be03e84
DE
198272014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19828 Doug Evans <xdje42@gmail.com>
19829
19830 * gdb.guile/scm-value.c: Improve test case.
19831 * gdb.guile/scm-value.exp: Add new test.
19832
f180a1fb
DB
198332014-04-11 David Blaikie <dblaikie@gmail.com>
19834
19835 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19836 override Clang's default.
19837
6b662e19
JB
198382014-04-11 Joel Brobecker <brobecker@adacore.com>
19839
19840 Revert the following changes (regressions):
19841
19842 * gdb.base/vla-sideeffect.c: New file.
19843 * gdb.base/vla-sideeffect.exp: New file.
19844
19845 * gdb.dwarf2/count.exp: New file.
19846
19847 * gdb.base/vla-multi.c: New file.
19848 * gdb.base/vla-multi.exp: New file.
19849
19850 * gdb.base/vla-ptr.c: New file.
19851 * gdb.base/vla-ptr.exp: New file.
19852
19853 * gdb.base/vla-datatypes.c: New file.
19854 * gdb.base/vla-datatypes.exp: New file.
19855
19856 * gdb.mi/mi-vla-c99.exp: New file.
19857 * gdb.mi/vla.c: New file.
19858
245a5f0b
KS
198592014-04-11 Keith Seitz <keiths@redhat.com>
19860
19861 PR c++/16675
19862 * gdb.cp/cpsizeof.exp: New file.
19863 * gdb.cp/cpsizeof.cc: New file.
19864
58a84dcf
SA
198652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19866
191a8a90
JB
19867 * gdb.mi/mi-vla-c99.exp: New file.
19868 * gdb.mi/vla.c: New file.
58a84dcf 19869
c8655f75
SA
198702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19871
19872 * gdb.base/vla-datatypes.c: New file.
19873 * gdb.base/vla-datatypes.exp: New file.
19874
024e13b4
SA
198752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19876
19877 * gdb.base/vla-ptr.c: New file.
19878 * gdb.base/vla-ptr.exp: New file.
19879
1a237e0e
SA
198802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19881
19882 * gdb.base/vla-multi.c: New file.
19883 * gdb.base/vla-multi.exp: New file.
19884
504f3432
SA
198852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19886
19887 * gdb.dwarf2/count.exp: New file.
19888
3bce8237
SA
198892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19890
191a8a90
JB
19891 * gdb.base/vla-sideeffect.c: New file.
19892 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19893
322f9c21
YQ
198942014-04-11 Yao Qi <yao@codesourcery.com>
19895
19896 * gdb.base/completion.exp: Check file exists before running tests
19897 on file completion.
19898
d708bcd1
PA
198992014-04-10 Pedro Alves <palves@redhat.com>
19900
19901 * gdb.base/cond-eval-mode.c: New file.
19902 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19903 prepare_for_testing to build the new file. Check result of
19904 runto_main.
19905 (test_break, test_watch): New procedures.
19906 (top level): Use them.
19907
ae1d2761
PM
199082014-04-08 Pierre Muller <muller@sourceware.org>
19909
19910 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19911 Ctrl-V use for mingw hosts.
19912
7af389b8
SC
199132014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19914
19915 * gdb.python/py-value.c: Improve test case.
19916 * gdb.python/py-value.exp: Add new test.
19917
5e703181
DE
199182014-04-07 David Blaikie <dblaikie@gmail.com>
19919
19920 * lib/compiler.c: Identify the clang compiler.
19921 * lib/compiler.cc: Ditto.
19922
9810b410
YQ
199232014-04-03 Yao Qi <yao@codesourcery.com>
19924
19925 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19926
98d1b8dc
AB
199272014-04-01 Anton Blanchard <anton@samba.org>
19928
19929 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19930 messages unique.
19931
3114cea1
AB
199322014-04-01 Anton Blanchard <anton@samba.org>
19933
19934 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19935 prepare_for_testing.
19936
62f7182c
AB
199372014-04-01 Anton Blanchard <anton@samba.org>
19938
19939 * gdb.arch/ppc64-atomic-inst.c: Remove.
19940 * gdb.arch/ppc64-atomic-inst.S: New file.
19941 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19942
770e7fc7
DE
199432014-03-31 Doug Evans <dje@google.com>
19944
19945 * gdb.base/print-symbol-loading-lib.c: New file.
19946 * gdb.base/print-symbol-loading-main.c: New file.
19947 * gdb.base/print-symbol-loading.exp: New file.
19948
46e2bafa
YQ
199492014-03-31 Yao Qi <yao@codesourcery.com>
19950
19951 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19952
8776cfe9
JB
199532014-03-28 Joel Brobecker <brobecker@adacore.com>
19954
19955 * gdb.ada/mi_dyn_arr: New testcase.
19956
5d1ef361
DE
199572014-03-27 Doug Evans <dje@google.com>
19958
19959 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19960
b5bee914
YQ
199612014-03-27 Yao Qi <yao@codesourcery.com>
19962
19963 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19964 if target is nios2-*-*.
19965
0d4d0e77
YQ
199662014-03-26 Yao Qi <yao@codesourcery.com>
19967
19968 * lib/gdb.exp (readline_is_used): New proc.
19969 * gdb.base/completion.exp: Move tests on command complete up.
19970 Skip the rest of tests if readline is not used.
19971 * gdb.ada/complete.exp: Skp the test if readline is not
19972 used.
19973 * gdb.base/filesym.exp: Likewise.
19974 * gdb.base/macscp.exp: Likewise.
19975 * gdb.base/readline-ask.exp: Likewise.
19976 * gdb.base/readline.exp: Likewise.
19977 * gdb.python/py-cmd.exp: Likewise.
19978 * gdb.trace/tfile.exp: Likewise.
19979
29361eee
YQ
199802014-03-26 Yao Qi <yao@codesourcery.com>
19981
19982 * gdb.base/macscp.exp: Fix code format issues.
19983
bc9a5525
UW
199842014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19985
19986 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19987 * gdb.asm/powerpc64le.inc: New file.
19988
d3839ede
PA
199892014-03-25 Pedro Alves <palves@redhat.com>
19990 Doug Evans <dje@google.com>
19991
19992 * gdb.base/source-execution.c: New file.
19993 * gdb.base/source-execution.exp: New file.
19994 * gdb.base/source-execution.gdb: New file.
19995
01672a57
DE
199962014-03-24 Doug Evans <dje@google.com>
19997
19998 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19999 using fission.
20000
88bbeca9
HZ
200012014-03-24 Hui Zhu <hui@codesourcery.com>
20002 Pedro Alves <palves@redhat.com>
20003
20004 PR breakpoints/16101
20005 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20006 test pass/fail messages. Detect missing support for dprintf when
20007 breakpoints are actually inserted.
20008 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20009 breakpoints are actually inserted.
20010 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20011 fails.
20012
d2348791
JK
200132014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20014
20015 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20016
feef67ab
DE
200172014-03-22 Doug Evans <xdje42@gmail.com>
20018
20019 * gdb.python/python.exp (python not supported): Verify multi-line
20020 python command issues an error.
25d743f9 20021 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20022 guile command issues an error.
feef67ab 20023
ecebef6a
MR
200242014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20025
20026 * gdb.threads/thread-specific.exp: Handle the lack of usable
20027 $this_breakpoint and $this_thread.
20028
ccdd1909
HZ
200292014-03-21 Hui Zhu <hui@codesourcery.com>
20030
20031 * gdb.base/attach.exp (do_command_attach_tests): New.
20032
beb460e8
PA
200332014-03-20 Tom Tromey <tromey@redhat.com>
20034 Pedro Alves <palves@redhat.com>
20035
20036 PR cli/15718
20037 * gdb.base/condbreak-call-false.c: New file.
20038 * gdb.base/condbreak-call-false.exp: New file.
20039
40acf43a
PA
200402014-03-20 Pedro Alves <palves@redhat.com>
20041
20042 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20043 Delete.
20044 (block_signals, unblock_signals): Delete.
20045 (child_function_2, main): Remove references to deleted variable
20046 and functions.
20047
9f5e1e02
PA
200482014-03-20 Pedro Alves <palves@redhat.com>
20049
20050 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20051 Use pthread_kill to signal thread 2.
20052 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20053 Adjust to make the test send itself a signal rather than using the
20054 host's "kill" command.
20055
99619bea
PA
200562014-03-20 Pedro Alves <palves@redhat.com>
20057
20058 * gdb.threads/multiple-step-overs.c: New file.
20059 * gdb.threads/multiple-step-overs.exp: New file.
20060 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20061 Adjust expected infrun debug output.
20062
2adfaa28
PA
200632014-03-20 Pedro Alves <palves@redhat.com>
20064
20065 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20066 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20067
31e77af2
PA
200682014-03-20 Pedro Alves <palves@redhat.com>
20069
20070 PR breakpoints/7143
20071 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20072 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20073 of gdb_test_multiple.
20074 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20075 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20076
b9f437de
PA
200772014-03-20 Pedro Alves <palves@redhat.com>
20078
20079 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20080 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20081
05adc73e
PA
200822014-03-19 Pedro Alves <palves@redhat.com>
20083
20084 * gdb.base/async.exp: Remove early return.
20085
6048b950
PA
200862014-03-19 Pedro Alves <palves@redhat.com>
20087
20088 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20089
8bcfb00a
PA
200902014-03-19 Pedro Alves <palves@redhat.com>
20091
20092 * gdb.base/async.exp (test_background): Expect \r\n after
20093 "completed." in the fail pattern.
20094
884e37dc
PA
200952014-03-19 Pedro Alves <palves@redhat.com>
20096
20097 * gdb.base/async.exp (test_background): New procedure.
20098 Use it for all background execution command tests.
20099
148e57e2
PA
201002014-03-19 Pedro Alves <palves@redhat.com>
20101
20102 * gdb.base/async.exp: Use prepare_for_testing.
20103
f48088c7
PA
201042014-03-19 Pedro Alves <palves@redhat.com>
20105
20106 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20107 the same line.
20108
e2f6c966
PA
201092014-03-19 Pedro Alves <palves@redhat.com>
20110
20111 * gdb.base/async.c (main): Add "jump here" and "until here" line
20112 marker comments.
20113 * gdb.base/async.exp (jump_here): New global.
20114 (jump& test): Use it.
20115 (until_here): New global.
20116 (until& test): Use it.
20117
c30568d4
PA
201182014-03-19 Pedro Alves <palves@redhat.com>
20119
20120 * gdb.base/async.exp: Don't frob gdb_protocol.
20121
0172b6a7
DE
201222014-03-18 Doug Evans <xdje42@gmail.com>
20123
20124 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20125 Fix spelling of exec-done-display.
20126
06c868a8
JK
201272014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20128
20129 PR gdb/15358
20130 * gdb.base/gdb-sigterm.c: New file.
20131 * gdb.base/gdb-sigterm.exp: New file.
20132
0c7e1a46
PA
201332014-03-18 Pedro Alves <palves@redhat.com>
20134
20135 PR gdb/13860
20136 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20137 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20138 solib-event.
20139
f7c77d93
JB
201402014-03-17 Joel Brobecker <brobecker@adacore.com>
20141
20142 * gdb.ada/pckd_arr_ren: New testcase.
20143
5a1e8c7a
DE
201442014-03-13 Doug Evans <xdje42@gmail.com>
20145
20146 PR guile/16612
20147 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20148 collect after discarding symbols.
20149
350e1a76
DE
201502014-03-13 Ludovic Courtès <ludo@gnu.org>
20151 Doug Evans <xdje42@gmail.com>
20152
20153 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20154 to history survives a gc.
20155
a69900ae
PA
201562014-03-13 Pedro Alves <palves@redhat.com>
20157
20158 * gdb.base/default.exp: Don't test "target procfs".
20159
5db9f0bd
PA
201602014-03-13 Pedro Alves <palves@redhat.com>
20161
20162 * gdb.base/default.exp: Update "target child" and "target procfs"
20163 tests to not expect "Unix".
20164
b3ccfe11
TT
201652014-03-12 Tom Tromey <tromey@redhat.com>
20166
20167 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20168 New procs. Add target-async tests.
20169 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20170 Add target-async tests.
20171
646f4417
AA
201722014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20173
20174 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20175 'func_start' and 'func_end' for the beginning and end of the
20176 function code, respectively.
20177 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20178 'func_end' instead of 'func' and 'main'.
20179
288c211f
AA
201802014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20181
20182 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20183 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20184 generate the debug info assembler source.
20185
e0c0f156
AA
201862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20187
20188 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20189 * gdb.dwarf2/arr-subrange.exp: Likewise.
20190 * gdb.dwarf2/dwz.exp: Likewise.
20191 * gdb.dwarf2/method-ptr.exp: Likewise.
20192 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20193 * gdb.dwarf2/subrange.exp: Likewise.
20194 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20195 * gdb.dwarf2/implptrpiece.exp: Likewise.
20196 * gdb.dwarf2/nostaticblock.exp: Likewise.
20197
0e5c4555
AA
201982014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20199
20200 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20201 directory to absolute path name arguments.
20202
5ec18f2b
JG
202032014-03-10 Joel Brobecker <brobecker@adacore.com>
20204
20205 * gdb.ada/tagged_access: New testcase.
20206
847fc4f2
MM
202072014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20208
20209 * gdb.btrace/data.exp: Update expected output.
20210
cc3da688
YQ
202112014-03-06 Yao Qi <yao@codesourcery.com>
20212
20213 * gdb.trace/pr16508.exp: New file.
20214
0f26cec1
PA
202152014-03-05 Pedro Alves <palves@redhat.com>
20216
20217 PR gdb/16575
20218 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20219 procedure.
20220 (top level): Adjust to use it. Add tests that exercise breakpoint
20221 interaction with the code-cache.
20222
7a5a839f
LC
202232014-02-26 Ludovic Courtès <ludo@gnu.org>
20224
20225 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20226 test for 'history-append!'.
20227
31aa7e4e
JB
202282014-02-26 Joel Brobecker <brobecker@adacore.com>
20229
20230 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20231 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20232 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20233 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20234 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20235 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20236
1b588015
JB
202372014-02-26 Joel Brobecker <brobecker@adacore.com>
20238
20239 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20240 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20241 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20242
55426c9d
JB
202432014-02-26 Joel Brobecker <brobecker@adacore.com>
20244
20245 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20246
dc53a7ad
JB
202472014-02-26 Joel Brobecker <brobecker@adacore.com>
20248
20249 * gdb.dwarf2/arr-stride.c: New file.
20250 * gdb.dwarf2/arr-stride.exp: New file.
20251
12ab52e9
PA
202522014-02-26 Pedro Alves <palves@redhat.com>
20253
20254 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20255 that won't ever trigger. Make sure that GDB reports the correct
20256 breakpoint that caused the stop.
20257
849c862e
JK
202582014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20259
20260 PR gdb/16626
20261 * gdb.base/auto-load-script: New file.
20262 * gdb.base/auto-load.c: New file.
20263 * gdb.base/auto-load.exp: New file.
20264
71b7d793
JK
20265 PR gdb/16626
20266 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20267
e2f0d509
JK
202682014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20269
20270 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20271 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20272
50cc37c8
DE
202732014-02-24 Doug Evans <dje@google.com>
20274
20275 * lib/gdb.exp (run_on_host): Log error output if program fails.
20276
ea4758f2
PA
202772014-02-21 Pedro Alves <palves@redhat.com>
20278
20279 * gdb.threads/step-after-sr-lock.c: Rename to ...
20280 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20281 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20282 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20283 ... this.
20284
d7b30f67
SDJ
202852014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20286
20287 PR tdep/16397
20288 * gdb.arch/amd64-stap-special-operands.exp: New file.
20289 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20290 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20291 * gdb.arch/amd64-stap-triplet.S: Likewise.
20292 * gdb.arch/amd64-stap-triplet.c: Likewise.
20293
83deb43f
JB
202942014-02-20 Joel Brobecker <brobecker@adacore.com>
20295
20296 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20297 in .section pseudo-op.
20298
adde2bff
DE
202992014-02-20 lin zuojian <manjian2006@gmail.com>
20300 Joel Brobecker <brobecker@adacore.com>
20301 Doug Evans <xdje42@gmail.com>
20302
20303 PR symtab/16581
20304 * gdb.dwarf2/dw2-icycle.S: New file.
20305 * gdb.dwarf2/dw2-icycle.c: New file.
20306 * gdb.dwarf2/dw2-icycle.exp: New file.
20307
f7bd0f78
SC
203082014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20309
20310 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20311 operations on gdb.Value objects.
20312 * gdb.python/py-value-cc.exp: Add new test to test operations on
20313 gdb.Value objects.
20314
c17ef0d5
DE
203152014-02-18 Doug Evans <dje@google.com>
20316
20317 * Makefile.in (TESTS): New variable.
20318 (expanded_tests, expanded_tests_or_none): New variables
20319 (check-single): Pass $(expanded_tests_or_none) to runtest.
20320 (check-parallel): Only run tests in $(TESTS) if non-empty.
20321 (check/no-matching-tests-found): New rule.
20322 * README: Document TESTS makefile variable.
20323
5dd3176f
DE
203242014-02-18 Doug Evans <dje@google.com>
20325
20326 * Makefile.in (check-parallel): rm -rf outputs temp.
20327
0b10be4f
JK
203282014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20329
20330 Fix "ERROR: no fileid for" in the testsuite.
20331 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20332
85f224e7
DE
203332014-02-12 Doug Evans <dje@google.com>
20334
20335 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20336 (MISCELLANEOUS): New variable.
20337 (clean): rm -rf $(MISCELLANEOUS).
20338 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20339 dwp live in the same directory as symlinks, with each symlink pointed
20340 to a differently named file in a different directory.
20341
149b30ff
DE
203422014-02-11 Doug Evans <dje@google.com>
20343
20344 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20345 of Tcl file commands.
20346
1dfdac32
MK
203472014-02-10 Mark Kettenis <kettenis@gnu.org>
20348
20349 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20350 "kill -SIGUSR1 -1".
20351
aa4fb036
JB
203522014-02-10 Joel Brobecker <brobecker@adacore.com>
20353
20354 * gdb.ada/tick_length_array_enum_idx: New testcase.
20355
ed3ef339
DE
203562014-02-10 Doug Evans <xdje42@gmail.com>
20357
20358 * configure.ac (AC_OUTPUT): Add gdb.guile.
20359 * configure: Regenerate.
20360 * lib/gdb-guile.exp: New file.
20361 * lib/gdb.exp (get_target_charset): New function.
20362 * gdb.base/help.exp: Update expected output from "apropos apropos".
20363 * gdb.guile/Makefile.in: New file.
20364 * gdb.guile/guile.exp: New file.
20365 * gdb.guile/scm-arch.c: New file.
20366 * gdb.guile/scm-arch.exp: New file.
20367 * gdb.guile/scm-block.c: New file.
20368 * gdb.guile/scm-block.exp: New file.
20369 * gdb.guile/scm-breakpoint.c: New file.
20370 * gdb.guile/scm-breakpoint.exp: New file.
20371 * gdb.guile/scm-disasm.c: New file.
20372 * gdb.guile/scm-disasm.exp: New file.
20373 * gdb.guile/scm-equal.c: New file.
20374 * gdb.guile/scm-equal.exp: New file.
20375 * gdb.guile/scm-error.exp: New file.
20376 * gdb.guile/scm-error.scm: New file.
20377 * gdb.guile/scm-frame-args.c: New file.
20378 * gdb.guile/scm-frame-args.exp: New file.
20379 * gdb.guile/scm-frame-args.scm: New file.
20380 * gdb.guile/scm-frame-inline.c: New file.
20381 * gdb.guile/scm-frame-inline.exp: New file.
20382 * gdb.guile/scm-frame.c: New file.
20383 * gdb.guile/scm-frame.exp: New file.
20384 * gdb.guile/scm-generics.exp: New file.
20385 * gdb.guile/scm-gsmob.exp: New file.
20386 * gdb.guile/scm-iterator.c: New file.
20387 * gdb.guile/scm-iterator.exp: New file.
20388 * gdb.guile/scm-math.c: New file.
20389 * gdb.guile/scm-math.exp: New file.
20390 * gdb.guile/scm-objfile-script-gdb.in: New file.
20391 * gdb.guile/scm-objfile-script.c: New file.
20392 * gdb.guile/scm-objfile-script.exp: New file.
20393 * gdb.guile/scm-objfile.c: New file.
20394 * gdb.guile/scm-objfile.exp: New file.
20395 * gdb.guile/scm-ports.exp: New file.
20396 * gdb.guile/scm-pretty-print.c: New file.
20397 * gdb.guile/scm-pretty-print.exp: New file.
20398 * gdb.guile/scm-pretty-print.scm: New file.
20399 * gdb.guile/scm-section-script.c: New file.
20400 * gdb.guile/scm-section-script.exp: New file.
20401 * gdb.guile/scm-section-script.scm: New file.
20402 * gdb.guile/scm-symbol.c: New file.
20403 * gdb.guile/scm-symbol.exp: New file.
20404 * gdb.guile/scm-symtab-2.c: New file.
20405 * gdb.guile/scm-symtab.c: New file.
20406 * gdb.guile/scm-symtab.exp: New file.
20407 * gdb.guile/scm-type.c: New file.
20408 * gdb.guile/scm-type.exp: New file.
20409 * gdb.guile/scm-value-cc.cc: New file.
20410 * gdb.guile/scm-value-cc.exp: New file.
20411 * gdb.guile/scm-value.c: New file.
20412 * gdb.guile/scm-value.exp: New file.
20413 * gdb.guile/source2.scm: New file.
20414 * gdb.guile/types-module.cc: New file.
20415 * gdb.guile/types-module.exp: New file.
20416
7026a7c1
YQ
204172014-02-10 Yao Qi <yao@codesourcery.com>
20418
20419 PR testsuite/16543
20420 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20421 * configure: Regenerated.
20422 * Makefile.in: New file.
20423
6c466447
AS
204242014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20425
20426 * gdb.python/py-framefilter.exp: Fix typo.
20427
6e854735
YQ
204282014-02-08 Yao Qi <yao@codesourcery.com>
20429
20430 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20431 that no =breakpoint-modified is emitted when breakpoints are
20432 modified through MI commands.
20433
d137e6dc
PA
204342014-02-07 Pedro Alves <pedro@codesourcery.com>
20435 Pedro Alves <palves@redhat.com>
20436
20437 * gdb.threads/step-after-sr-lock.c: New file.
20438 * gdb.threads/step-after-sr-lock.exp: New file.
20439
b5ee5a50
PA
204402014-02-07 Pedro Alves <palves@redhat.com>
20441
20442 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20443
3c77faf3
JK
204442014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20445
20446 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20447 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20448
6dddc817
DE
204492014-02-06 Doug Evans <xdje42@gmail.com>
20450
20451 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20452 output.
20453
20454 * gdb.gdb/python-interrupts.exp: New file.
20455
de7b2893
YQ
204562014-02-05 Yao Qi <yao@codesourcery.com>
20457
20458 * gdb.trace/report.exp (use_collected_data): Test the output
20459 of "info threads" and "info inferiors".
20460
66d032ac
YQ
204612014-02-05 Yao Qi <yao@codesourcery.com>
20462
20463 Revert this patch:
20464
20465 2013-05-24 Yao Qi <yao@codesourcery.com>
20466
20467 * gdb.trace/tfile.exp: Test inferior and thread.
20468
591a12a1
UW
204692014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20470
20471 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20472 on a function.
20473 * gdb.base/step-bt.c: Call hello via function pointer to make
20474 sure its first instruction is executed on powerpc64le-linux.
20475
0ff3e01f
UW
204762014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20477
20478 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20479
084ee545
UW
204802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20481
20482 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20483 of the test patterns for use on little-endian systems.
20484
6ed14ff3
UW
204852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20486
20487 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20488 (decimal_vector): Fix for little-endian.
20489
401e27fd
JM
204902014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20491
20492 * gdb.arch/sparc-sysstep.exp: New file.
20493 * gdb.arch/sparc-sysstep.c: Likewise.
20494
20495 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20496
8b924729
EBM
204972014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20498
20499 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20500
fb151210
JB
205012014-01-23 Tom Tromey <tromey@redhat.com>
20502
20503 * gdb.ada/array_char_idx: New testcase.
20504
0740f8d8
TT
205052014-01-23 Tom Tromey <tromey@redhat.com>
20506
20507 PR python/16487:
20508 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20509 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20510 classes.
20511
21909fa1
TT
205122014-01-23 Tom Tromey <tromey@redhat.com>
20513
20514 PR python/16491:
20515 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20516 string from an inferior frame.
20517 * gdb.python/py-framefilter-mi.exp: Update.
20518
87ce2a04
DE
205192014-01-22 Doug Evans <dje@google.com>
20520
20521 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20522
237b092b
AA
205232014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20524
20525 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20526
d674a709
AA
205272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20528
20529 * gdb.trace/entry-values.exp: Remove excess space character from
20530 regex patterns. Handle s390 call instruction.
20531
20fa3390
AA
205322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20533
20534 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20535 define "*_start" label. Make "name" static.
20536 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20537 ${name} by references to ${name}_start.
20538
78466714
AA
205392014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20540
20541 * gdb.base/info-macros.exp: Remove "debug" from the compile
20542 options.
20543
ec9f644a
IB
205442014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20545
20546 * gdb.dlang/demangle.exp: New file.
20547
94b1b47e
IB
205482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20549
20550 * gdb.dlang/primitive-types.exp: New file.
20551
7f420862
IB
205522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20553
20554 * configure.ac: Create gdb.dlang/Makefile.
20555 * configure: Regenerate.
20556 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20557 * gdb.dlang/Makefile.in: New file.
20558 * lib/d-support.exp: New file.
20559 * lib/gdb.exp (skip_d_tests): New proc.
20560
52834460
MM
205612014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20562
20563 * gdb.btrace/delta.exp: Check reverse stepi.
20564 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20565 * gdb.btrace/finish.exp: New.
20566 * gdb.btrace/next.exp: New.
20567 * gdb.btrace/nexti.exp: New.
20568 * gdb.btrace/record_goto.c: Add comments.
20569 * gdb.btrace/step.exp: New.
20570 * gdb.btrace/stepi.exp: New.
20571 * gdb.btrace/multi-thread-step.c: New.
20572 * gdb.btrace/multi-thread-step.exp: New.
20573 * gdb.btrace/rn-dl-bind.c: New.
20574 * gdb.btrace/rn-dl-bind.exp: New.
20575 * gdb.btrace/data.c: New.
20576 * gdb.btrace/data.exp: New.
20577 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20578
6e07b1d2
MM
205792014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20580
20581 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20582 * gdb.btrace/exception.exp: Update.
20583 * gdb.btrace/instruction_history.exp: Update.
20584 * gdb.btrace/record_goto.exp: Update.
20585 * gdb.btrace/tailcall.exp: Update.
20586 * gdb.btrace/unknown_functions.exp: Update.
20587 * gdb.btrace/delta.exp: New.
20588
0b722aec
MM
205892014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20590
20591 * gdb.btrace/record_goto.exp: Add backtrace test.
20592 * gdb.btrace/tailcall.exp: Add backtrace test.
20593
066ce621
MM
205942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20595
20596 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20597 * gdb.btrace/record_goto.c: New.
20598 * gdb.btrace/record_goto.exp: New.
20599 * gdb.btrace/x86-record_goto.S: New.
20600
0688d04e
MM
206012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20602
20603 * gdb.btrace/function_call_history.exp: Update tests.
20604 * gdb.btrace/instruction_history.exp: Update tests.
20605
8710b709
MM
206062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20607
20608 * gdb.btrace/function_call_history.exp: Fix expected field
20609 order for "record function-call-history".
20610 Add new tests for "record function-call-history /c".
20611 * gdb.btrace/exception.cc: New.
20612 * gdb.btrace/exception.exp: New.
20613 * gdb.btrace/tailcall.exp: New.
20614 * gdb.btrace/x86-tailcall.S: New.
20615 * gdb.btrace/x86-tailcall.c: New.
20616 * gdb.btrace/unknown_functions.c: New.
20617 * gdb.btrace/unknown_functions.exp: New.
20618 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20619
5de9129b
MM
206202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20621
20622 * gdb.btrace/instruction_history.exp: Update.
20623 * gdb.btrace/function_call_history.exp: Update.
20624
23a7fe75
MM
206252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20626
20627 * gdb.btrace/function_call_history.exp: Fix expected function
20628 trace.
20629 * gdb.btrace/instruction_history.exp: Initialize traced.
20630 Remove traced_functions.
20631
724c7dd8
MM
206322014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20633
20634 * gdb.btrace/function_call_history.exp: Update
20635 * gdb.btrace/instruction_history.exp: Update.
20636
6d78d93b
MM
206372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20638
20639 * gdb.btrace/enable.exp: Update expected text.
20640
93a360cc
OJ
206412014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20642
20643 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20644 bytes.
20645
3772b53f
MR
206462014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20647
20648 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20649
596662fa
OJ
206502014-01-15 Omair Javaid <omair.javaid@linaro.org>
20651
20652 * lib/gdb.exp (supports_process_record): Return true for
20653 arm*-linux*. (supports_reverse): Likewise.
20654
b5b08fb4
SC
206552014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20656
20657 PR python/15464
20658 PR python/16113
20659 * gdb.python/py-type.c: Enhance test case.
20660 * gdb.python/py-value-cc.cc: Likewise
20661 * gdb.python/py-type.exp: Add new tests.
20662 * gdb.python/py-value-cc.exp: Likewise
20663
52d7fb13
AA
206642014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20665 Pedro Alves <palves@redhat.com>
20666
20667 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20668 Make "name" extern.
20669 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20670 references to ${name}_start by references to ${name}.
20671
a2cd8cfe
JB
206722014-01-10 Joel Brobecker <brobecker@adacore.com>
20673
20674 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20675
4e23fced
JB
206762014-01-10 Joel Brobecker <brobecker@adacore.com>
20677
20678 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20679
c6a9e42c
PA
206802014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20681 Pedro Alves <palves@redhat.com>
20682
20683 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20684 mi_gdb_target_load.
c6a9e42c 20685
b7ea362b
PA
206862014-01-08 Pedro Alves <palves@redhat.com>
20687
20688 * gdb.threads/reconnect-signal.c: New file.
20689 * gdb.threads/reconnect-signal.exp: New file.
20690
5e3f4fab
EBM
206912014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20692
20693 * gdb.base/source-dir.exp: New file.
20694
79301218
JB
206952014-01-07 Joel Brobecker <brobecker@adacore.com>
20696
20697 * gdb.ada/mi_interface: New testcase.
20698
8e355c5d
JB
206992014-01-07 Joel Brobecker <brobecker@adacore.com>
20700
20701 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20702 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20703 gdb.ada/pp-rec-component/pck.ads: New files.
20704
c0d48811
JB
207052014-01-07 Joel Brobecker <brobecker@adacore.com>
20706
20707 * gdb.python/py-pp-integral.c: New file.
20708 * gdb.python/py-pp-integral.py: New file.
20709 * gdb.python/py-pp-integral.exp: New file.
20710
17b609c3 20711For older changes see ChangeLog-1993-2013.
c906108c 20712\f
8d8cb839
EZ
20713;; Local Variables:
20714;; mode: change-log
20715;; left-margin: 8
20716;; fill-column: 74
20717;; version-control: never
20718;; End:
902f2ccb 20719
b811d2c2 20720 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20721 Copying and distribution of this file, with or without modification,
20722 are permitted provided the copyright notice and this notice are preserved.