[gdb/testsuite] Don't leak env vars in gdb.debuginfod/fetch_src_and_symbols.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
bd460ecb
TV
12020-07-21 Tom de Vries <tdevries@suse.de>
2
3 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
4 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
5
ae5369e7
LC
62020-07-20 Ludovic Courtès <ludo@gnu.org>
7
8 * gdb.guile/source2.scm: Add #f first argument to 'format'.
9 * gdb.guile/types-module.exp: Remove "ERROR:" from
10 regexps since Guile 3.0 no longer prints that.
11
68cf161c
LC
122020-07-20 Ludovic Courtès <ludo@gnu.org>
13
14 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
15 error regexp to match on Guile 2.2.
16
c14b4913
GB
172020-07-20 Gary Benson <gbenson@redhat.com>
18
19 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
20 with clang.
21
b243ba58
TV
222020-07-20 Tom de Vries <tdevries@suse.de>
23
24 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
25 (omp_set_lock_in_order): New function.
26 (single_scope, multi_scope, nested_func, nested_parallel): Use
27 omp_set_lock_in_order and omp_unset_lock.
28 (main): Init and destroy lock and lock2.
29
c06ad8b5
TV
302020-07-20 Tom de Vries <tdevries@suse.de>
31
32 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
33
6e22f117
TV
342020-07-20 Tom de Vries <tdevries@suse.de>
35
36 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
37
33176ea7
TV
382020-07-17 Tom de Vries <tdevries@suse.de>
39
40 * gdb.base/valgrind-infcall-2.c: New test.
41 * gdb.base/valgrind-infcall-2.exp: New file.
42 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
43
90c3ec2d
TV
442020-07-17 Tom de Vries <tdevries@suse.de>
45
46 * gdb.dlang/circular.c (found): Use found_label as label name.
47 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
48 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
49 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
50 * gdb.dwarf2/ada-linkage-name.exp: Same.
51 * gdb.dwarf2/arr-subrange.exp: Same.
52 * gdb.dwarf2/atomic-type.exp: Same.
53 * gdb.dwarf2/comp-unit-lang.exp: Same.
54 * gdb.dwarf2/cpp-linkage-name.exp: Same.
55 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
56 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
57 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
58 * gdb.dwarf2/implptr-64bit.exp: Same.
59 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
60 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
61 * gdb.dwarf2/imported-unit.exp: Same.
62 * gdb.dwarf2/main-subprogram.exp: Same.
63 * gdb.dwarf2/missing-type-name.exp: Same.
64 * gdb.dwarf2/nonvar-access.exp: Same.
65 * gdb.dwarf2/struct-with-sig.exp: Same.
66 * gdb.dwarf2/typedef-void-finish.exp: Same.
67 * gdb.dwarf2/void-type.exp: Same.
68
10da644d
TV
692020-07-17 Tom de Vries <tdevries@suse.de>
70
71 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
72 src parameter.
73 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
74 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
75 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
76 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
77 * gdb.dwarf2/dwz.exp: Same.
78 * gdb.dwarf2/implptr-optimized-out.exp: Same.
79 * gdb.dwarf2/implref-array.exp: Same.
80 * gdb.dwarf2/implref-const.exp: Same.
81 * gdb.dwarf2/implref-global.exp: Same.
82 * gdb.dwarf2/implref-struct.exp: Same.
83 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
84 * gdb.dwarf2/opaque-type-lookup.exp: Same.
85 * gdb.dwarf2/var-access.exp: Same.
86 * gdb.dwarf2/varval.exp: Same.
87 * gdb.trace/entry-values.exp: Same.
88
315e6afc
TV
892020-07-17 Tom de Vries <tdevries@suse.de>
90
91 * lib/dwarf.exp (Dwarf::extern): Remove.
92 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
93 * gdb.dlang/circular.exp: Same.
94 * gdb.dwarf2/comp-unit-lang.exp: Same.
95 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
96 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
97 * gdb.dwarf2/dwz.exp: Same.
98 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
99 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
100 * gdb.dwarf2/imported-unit.exp: Same.
101 * gdb.dwarf2/opaque-type-lookup.exp: Same.
102
5597c940
SL
1032020-07-16 Sandra Loosemore <sandra@codesourcery.com>
104
105 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
106 Use double quotes instead of single quotes.
107
d0ce17d8
CT
1082020-07-16 Caroline Tice <cmtice@google.com>
109
110 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
111 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
112
853772cc
TV
1132020-07-16 Tom de Vries <tdevries@suse.de>
114
115 * lib/dwarf.exp (program): Initialize _line.
116 (DW_LNE_end_sequence): Reinitialize _line.
117 (DW_LNS_advance_line): Update _line.
118 (line): New proc.
119 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
120 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
121 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
122 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
123 * gdb.dwarf2/dw2-is-stmt.exp: Same.
124 * gdb.dwarf2/dw2-ranges-func.exp: Same.
125
fe07b572
AB
1262020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
127
128 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
129 generic.
130
52781cce
TV
1312020-07-15 Tom de Vries <tdevries@suse.de>
132
133 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
134 is_amd64_regs_target.
135
3dcc261c
AB
1362020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
137
138 * gdb.fortran/ptype-on-functions.exp: Add more tests.
139 * gdb.fortran/ptype-on-functions.f90: Likewise.
140
054a0959
SM
1412020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
142
143 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
144 values in documentation for addr_size to 4 and 8.
145
ccb9eba6
AB
1462020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * gdb.arch/amd64-osabi.exp: Update.
149 * gdb.arch/arm-disassembler-options.exp: Update.
150 * gdb.arch/powerpc-disassembler-options.exp: Update.
151 * gdb.arch/ppc64-symtab-cordic.exp: Update.
152 * gdb.arch/s390-disassembler-options.exp: Update.
153 * gdb.base/all-architectures.exp.tcl: Update.
154 * gdb.base/attach-pie-noexec.exp: Update.
155 * gdb.base/catch-syscall.exp: Update.
156 * gdb.xml/tdesc-arch.exp: Update.
157
025a39a7
TV
1582020-07-14 Tom de Vries <tdevries@suse.de>
159
160 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
161 (local_gettid): ... this.
162 (fn): Update.
163
74e4b667
SL
1642020-07-13 Sandra Loosemore <sandra@codesourcery.com>
165
166 * gdb.base/info_sources.exp: Skip directory match tests on
167 remote hosts.
168
f413dd74
GB
1692020-07-13 Gary Benson <gbenson@redhat.com>
170
171 * gdb.base/savedregs.exp (caller): Use parentheses to
172 make expected expression evaluation ordering explicit.
173
915771bb
GB
1742020-07-13 Gary Benson <gbenson@redhat.com>
175
176 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
177
2a122642
GB
1782020-07-13 Gary Benson <gbenson@redhat.com>
179
180 * gdb.base/bigcore.c (main): Use a volatile pointer when
181 attempting to trigger a SIGSEGV.
182 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
183 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
184 * gdb.base/savedregs.c (thrower): Likewise.
185 * gdb.mi/mi-syn-frame.c (bar): Likewise.
186
3f00c730
GB
1872020-07-13 Gary Benson <gbenson@redhat.com>
188
189 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
190 defining and using VLA structure fields into...
191 * gdb.base/vla-struct-fields.c: New file.
192 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
193 tests into...
194 * gdb.base/vla-struct-fields.exp: New file.
195
963eeee4
TV
1962020-07-13 Tom de Vries <tdevries@suse.de>
197
198 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
199 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
200 * gdb.base/gold-gdb-index.exp: Same.
201 * gdb.base/morestack.exp: Same.
202
0ed35c9a
DX
2032020-07-11 Daniel Xu <dxu@dxuuu.xyz>
204
205 PR rust/26121
206 * gdb.rust/modules.rs: Prevent linker from discarding test
207 symbol.
208
4fdba23d
PA
2092020-07-10 Pedro Alves <pedro@palves.net>
210
211 PR gdb/26199
212 * gdb.multi/multi-target.c (exit_thread): New.
213 (thread_start): Break loop if EXIT_THREAD.
214 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
215 (top level) Call test_no_resumed.
216
15f3b077
TT
2172020-07-08 Tom Tromey <tromey@adacore.com>
218
219 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
220 * gdb.ada/catch_ex.exp: Examine catchpoint text.
221
9fc501fd
AB
2222020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
223
224 PR python/22748
225 * gdb.opt/inline-frame-tailcall.c: New file.
226 * gdb.opt/inline-frame-tailcall.exp: New file.
227 * gdb.python/py-unwind-inline.c: New file.
228 * gdb.python/py-unwind-inline.exp: New file.
229 * gdb.python/py-unwind-inline.py: New file.
230
64cb3757
AB
2312020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
232
233 * gdb.python/py-arch-reg-groups.exp: New file.
234
0f767f94
AB
2352020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
236
237 * gdb.python/py-arch-reg-names.exp: New file.
238
87dbc774
AB
2392020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
240
241 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
242 gdb.PendingFrame.architecture method.
243
d8cc8af6
TV
2442020-07-06 Tom de Vries <tdevries@suse.de>
245
246 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
247
3c8ea5be
PA
2482020-07-03 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/structs2.c (main): Adjust second parem_reg call to
251 explicitly write negative numbers.
252 * gdb.base/structs2.exp: Adjust expected output.
253
bf90c83a
PA
2542020-07-03 Pedro Alves <palves@redhat.com>
255
256 * gdb.base/charset.c (init_string): Change all char parameters to
257 unsigned char parameters.
258
2eb82157
PA
2592020-07-03 Pedro Alves <palves@redhat.com>
260
261 * gdb.base/call-sc.exp (start_scalars_test): Use
262 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
263 * gdb.base/overlays.c: Remove references to PARAMS.
264 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
265 * gdb.base/reread.exp: Don't set 'prototypes' global.
266 * gdb.base/structs.exp (start_structs_test): Use
267 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
268 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
269 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
270 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
271 call.
272 * gdb.base/varargs.exp: Don't set 'prototypes' global.
273
9adda7af
PA
2742020-07-03 Pedro Alves <palves@redhat.com>
275
276 * gdb.base/m32rovly.c: Delete.
277 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
278
2a17c803
PW
2792020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
280
281 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
282 of gdb_py_test_multiple.
283 * gdb.python/py-cmd.exp: Likewise.
284 * gdb.python/py-events.exp: Likewise.
285 * gdb.python/py-function.exp: Likewise.
286 * gdb.python/py-inferior.exp: Likewise.
287 * gdb.python/py-infthread.exp: Likewise.
288 * gdb.python/py-linetable.exp: Likewise.
289 * gdb.python/py-parameter.exp: Likewise.
290 * gdb.python/py-value.exp: Likewise.
291
b011fe1a
TV
2922020-06-30 Tom de Vries <tdevries@suse.de>
293
294 PR testsuite/26175
295 * lib/future.exp (gdb_default_target_compile): Detect and handle
296 early_flags.
297
df5b8876
SM
2982020-06-29 Simon Marchi <simon.marchi@efficios.com>
299
300 * boards/simavr.exp (gdb_load): Catch errors when closing
301 previous connection. Close connection, wait for process and
302 unset simavr_spawn_id on failure.
303
a3ca48cd
TV
3042020-06-29 Tom de Vries <tdevries@suse.de>
305
306 * lib/gdb.exp (unknown): Make test-case unresolved.
307
b0237c0e
TV
3082020-06-29 Tom de Vries <tdevries@suse.de>
309
310 PR gdb/25475
311 * gdb.server/solib-list.exp: Verify that the symbol reload
312 confirmation question is asked.
313
c0b3b3bd
PW
3142020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
315
316 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
317 have a input seq nr in each pass message.
318 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
319 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
320 * gdb.python/python.exp: Make test names unique,
321 use gdb_test_multiline instead of gdb_py_test_multiple,
322 use $gdb_test_name.
323 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
324
1776e3e5
NA
3252020-06-26 Nick Alcock <nick.alcock@oracle.com>
326
327 * configure.ac: Add --enable-libctf.
328 * aclocal.m4: sinclude ../config/enable.m4.
329 * Makefile.in (site.exp): Add enable_libctf to site.exp.
330 * lib/gdb.exp (skip_ctf_tests): Use it.
331 * gdb.base/ctf-constvars.exp: Error message tweak.
332 * gdb.base/ctf-ptype.exp: Likewise.
333 * configure: Regenerate.
334
f53b3eeb
GB
3352020-06-26 Gary Benson <gbenson@redhat.com>
336
337 * gdb.cp/try_catch.cc: Include string.h.
338 (main): Replace comparison against string literal with
339 strcmp, avoiding build failure with -Wstring-compare.
340 Add "marker test-complete".
341 * gdb.cp/try_catch.exp: Run the test to the above marker,
342 then verify that the value of "test" is still true.
343
6d74da72
AB
3442020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
345
346 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
347
2e52d038
AB
3482020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
349
350 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
351
3b9fce96
AB
3522020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
353
354 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
355 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
356 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
357 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
358 * gdb.arch/riscv-tdesc-loading.exp: New file.
359
ed69cbc8
AB
3602020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
361
362 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
363
767a879e
AB
3642020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
367 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
368 * gdb.arch/riscv-tdesc-regs.c: New file.
369 * gdb.arch/riscv-tdesc-regs.exp: New file.
370
221db974
PA
3712020-06-24 Pedro Alves <palves@redhat.com>
372
373 * gdb.arch/amd64-entry-value-paramref.exp: Use
374 prepare_for_testing_full and don't pass "c++" for the .S file
375 build spec.
376 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
377 $options, since it's an assembly file. Remove -Wno-deprecated.
378 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
379 compiling C++ programs.
380
331733cd
PA
3812020-06-24 Pedro Alves <palves@redhat.com>
382
383 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
384 Clang, add "-Wno-unknown-warning-option" to the options.
385
caa7fd04
AB
3862020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.xml/tdesc-reload.c: New file.
389 * gdb.xml/tdesc-reload.exp: New file.
390 * gdb.xml/maint-xml-dump-01.xml: New file.
391 * gdb.xml/maint-xml-dump-02.xml: New file.
392 * gdb.xml/maint-xml-dump.exp: New file.
393
bb8d1260
SL
3942020-06-23 Sandra Loosemore <sandra@codesourcery.com>
395
396 * lib/completion-support.exp (test_gdb_completion_offers_commands):
397 Adjust for omitted commands when TUI is disabled.
398
7e4b9c4c
GB
3992020-06-23 Gary Benson <gbenson@redhat.com>
400 Pedro Alves <palves@redhat.com>
401
402 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
403 * gdb.cp/nsimport.cc: Likewise.
404 * gdb.cp/nsnested.cc: Likewise.
405 * gdb.cp/nsnoimports.cc: Likewise.
406 * gdb.cp/nsusing.cc: Likewise.
407 * gdb.cp/smartp.cc: Likewise.
408 * gdb.python/py-pp-integral.c: Likewise.
409 * gdb.python/py-pp-re-notag.c: Likewise.
410
2e573c0a
GB
4112020-06-23 Gary Benson <gbenson@redhat.com>
412
413 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
414 * gdb.cp/nsimport.cc: Likewise.
415 * gdb.cp/nsnested.cc: Likewise.
416 * gdb.cp/nsnoimports.cc: Likewise.
417 * gdb.cp/nsusing.cc: Likewise.
418 * gdb.cp/smartp.cc: Likewise.
419 * gdb.python/py-pp-integral.c: Likewise.
420 * gdb.python/py-pp-re-notag.c: Likewise.
421
746ebfe8
PW
4222020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
423
424 * gdb.base/default-args.exp: New test.
425 * gdb.base/default-args.c: New file.
426 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
427 * gdb.base/default.exp: Update to new help text.
428 * gdb.base/help.exp: Likewise.
429 * gdb.base/page.exp: Likewise.
430 * gdb.base/style.exp: Likewise.
431 * gdb.guile/guile.exp: Likewise.
432 * gdb.python/python.exp: Likewise.
433
e822f2cd
SL
4342020-06-22 Sandra Loosemore <sandra@codesourcery.com>
435
436 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
437 remote host. Fix search path syntax on Windows host.
438
48e9cc84
PW
4392020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
440
441 * gdb.base/attach.exp: Test priority of 'exec-file' changed
442 over 'exec-file-mismatch'.
443 * gdb.base/attach.c: Mark should_exit volatile.
444 * gdb.base/attach2.c: Likewise. Add a comment explaining
445 why the sleep cannot be big.
446 * gdb.base/attach3.c: New file.
447
160f8a8f
SL
4482020-06-20 Sandra Loosemore <sandra@codesourcery.com>
449
450 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
451 prefix optional.
452
4d91c2a4
SL
4532020-06-20 Sandra Loosemore <sandra@codesourcery.com>
454
455 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
456 for remote host.
457
87f83f20
SL
4582020-06-19 Sandra Loosemore <sandra@codesourcery.com>
459 Hafiz Abid Qadeer <abidh@codesourcery.com>
460
461 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
462 file sent to remote host.
463 (top level): Allow int32_t as type of 32-bit register.
464
37ab8655
TV
4652020-06-19 Tom de Vries <tdevries@suse.de>
466
467 * lib/gdb.exp (gdb_note): New proc.
468 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
469 (gdb_default_target_compile): ... here. Only call
470 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
471 (use_gdb_compile): Change to array.
472 (toplevel): Update sets of use_gdb_compile to specify language.
473 Warn about default_target_compile override. Store dejagnu's version
474 of default_target_compile in dejagnu_default_target_compile.
475
a8a56685
TV
4762020-06-18 Tom de Vries <tdevries@suse.de>
477
478 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
479 (default_gdb_init): ... here.
480
581bea2c
SL
4812020-06-17 Sandra Loosemore <sandra@codesourcery.com>
482
483 Fix TUI support checks in gdb.tui tests.
484
485 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
486 just say UNSUPPORTED.
487 * gdb.tui/corefile-run.exp: Likewise.
488 * gdb.tui/empty.exp: Likewise.
489 * gdb.tui/list-before.exp: Likewise.
490 * gdb.tui/list.exp: Likewise.
491 * gdb.tui/main.exp: Likewise.
492 * gdb.tui/regs.exp: Likewise.
493 * gdb.tui/resize.exp: Likewise.
494 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
495 * gdb.tui/tui-layout-asm.exp: Likewise.
496 * gdb.tui/tui-missing-src.exp: Likewise.
497 * gdb.tui/winheight.exp: Likewise.
498 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
499
05e682e3
SL
5002020-06-17 Sandra Loosemore <sandra@codesourcery.com>
501
502 Fix TCL error in gdb.python/py-format-string.exp.
503
504 * gdb.python/py-format-string.exp: Move test for python support
505 earlier, out of function body.
506
efb763a5
SM
5072020-06-15 Simon Marchi <simon.marchi@efficios.com>
508
509 * gdb.base/index-cache-load-twice.c: New.
510 * gdb.base/index-cache-load-twice.exp: New.
511
43327b20
KS
5122020-06-17 Keith Seitz <keiths@redhat.com>
513
99cf27cf 514 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
515 when executing "gdb --configuration".
516
081e778c
TV
5172020-06-17 Tom de Vries <tdevries@suse.de>
518
519 * lib/gdb.exp (gdb_tcl_unknown): New proc.
520 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
521 conditional on presence of gdb_tcl_unknown.
522 (gdb_finish): Make override undo conditional on presence of
523 gdb_tcl_unknown.
524
d2d1ea20
TT
5252020-06-16 Tom Tromey <tom@tromey.com>
526
527 * gdb.python/tui-window.py (failwin): New function. Register it
528 as a TUI window type.
529 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
530
c802e8a7
GB
5312020-06-16 Gary Benson <gbenson@redhat.com>
532
533 * gdb.python/py-nested-maps.c (create_map): Add missing return
534 value.
535 (create_map_map): Likewise.
536
ff08abb8
TBA
5372020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
538
539 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
540 variable.
541 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
542 and use the already-defined 'options' variable.
543
a29d5112
AB
5442020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
545 Tom de Vries <tdevries@suse.de>
546
547 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
548 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
549 (gdb_setup_known_globals): New proc.
550 (gdb_cleanup_globals): New proc.
551 * lib/gdb.exp (load_lib): New override proc.
552 (gdb_stdin_log_init): Set var in_file as persistent global.
553 * lib/pascal.exp (gdb_stdin_log_init): Set vars
554 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
555 fpc_compiler as persistent global.
556
8c74a764
TV
5572020-06-12 Tom de Vries <tdevries@suse.de>
558
559 * lib/tuiterm.exp (spawn): Rename to ...
560 (tui_spawn): ... this.
561 (toplevel): Move rename of spawn ...
562 (gdb_init_tuiterm): ... here. New proc.
563 (gdb_finish_tuiterm): New proc.
564 * lib/gdb.exp (gdb_finish_hooks): New global var.
565 (gdb_finish): Handle gdb_finish_hooks.
566 (tuiterm_env): New proc.
567 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
568 tuiterm_env.
569 * gdb.tui/basic.exp: Same.
570 * gdb.tui/corefile-run.exp: Same.
571 * gdb.tui/empty.exp: Same.
572 * gdb.tui/list-before.exp: Same.
573 * gdb.tui/list.exp: Same.
574 * gdb.tui/main.exp: Same.
575 * gdb.tui/new-layout.exp: Same.
576 * gdb.tui/regs.exp: Same.
577 * gdb.tui/resize.exp: Same.
578 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
579 * gdb.tui/tui-layout-asm.exp: Same.
580 * gdb.tui/tui-missing-src.exp: Same.
581 * gdb.tui/winheight.exp: Same.
582
26783bce
TV
5832020-06-12 Tom de Vries <tdevries@suse.de>
584
585 PR testsuite/26110
586 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
587 (gdb_finish): Reinstall dejagnu's override of ::unknown.
588
2b4e6a3f
TT
5892020-06-11 Tom Tromey <tom@tromey.com>
590
591 PR gdb/18318:
592 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
593 floating point tests.
594
2f33032a
KS
5952020-06-11 Keith Seitz <keiths@redhat.com>
596
597 PR gdb/21356
598 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
599 vla_struct.
600 Add new struct vla_typedef and union vla_typedef_union and
601 corresponding instantiation objects.
602 Initialize new objects.
603 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
604 and vla_typedef_union_object.
605 Fixup type for vla_struct_object.
606
a8baf0a3
TV
6072020-06-11 Tom de Vries <tdevries@suse.de>
608
609 * lib/gdb.exp (with_override): New proc, factored out of ...
610 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
611
7ab96794
TV
6122020-06-10 Tom de Vries <tdevries@suse.de>
613
614 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
615
cab5c3b7
SM
6162020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
617
618 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
619 parameter, update callers.
620
f8c41851
SM
6212020-06-04 Simon Marchi <simon.marchi@efficios.com>
622
623 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
624 * gdb.dwarf2/share-psymtabs-bt.c: New file.
625 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
626
1c07a73f
TV
6272020-06-04 Tom de Vries <tdevries@suse.de>
628
629 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
630
95146b5d
TV
6312020-06-04 Tom de Vries <tdevries@suse.de>
632
633 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
634 exp_continue.
635
0cfcd4f0
TV
6362020-06-04 Tom de Vries <tdevries@suse.de>
637
638 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
639
f9b5d5ea
TV
6402020-06-03 Tom de Vries <tdevries@suse.de>
641
642 PR symtab/26046
643 * gdb.cp/breakpoint-locs-2.cc: New test.
644 * gdb.cp/breakpoint-locs.cc: New test.
645 * gdb.cp/breakpoint-locs.exp: New file.
646 * gdb.cp/breakpoint-locs.h: New test.
647
5144dfba
TV
6482020-06-03 Tom de Vries <tdevries@suse.de>
649
650 PR testsuite/25609
651 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
652 value of global verbose.
653 * gdb.base/jit-elf.exp: Same.
654 * gdb.base/jit-reader.exp: Same.
655
621eacdf
TV
6562020-06-02 Tom de Vries <tdevries@suse.de>
657
658 * gdb.dwarf2/multidictionary.exp: Don't use
659 gdb_spawn_with_cmdline_opts.
660
1313c56e
AB
6612020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
662
663 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
664 use_header case.
665 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
666 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
667 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
668 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
669 * gdb.dwarf2/dw2-inline-header.c: New file.
670 * gdb.dwarf2/dw2-inline-header.h: New file.
671
f68f85b5
PA
6722020-05-30 Pedro Alves <palves@redhat.com>
673
674 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
675 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
676
678048e8
GB
6772020-05-29 Gary Benson <gbenson@redhat.com>
678
679 * gdb.compile/compile-cplus.exp (additional_flags): Also
680 set when building with clang.
681 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
682 when building with clang.
683
9fcafd23
GB
6842020-05-29 Gary Benson <gbenson@redhat.com>
685
686 * gdb.arch/i386-avx.exp (additional_flags): Also set when
687 building with clang.
688 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
689
735d5a07
GB
6902020-05-29 Gary Benson <gbenson@redhat.com>
691
692 * gdb.cp/koenig.exp (prepare_for_testing): Add
693 additional_flags=-Wno-unused-comparison.
694 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
695
4ad2c6a0
GB
6962020-05-28 Gary Benson <gbenson@redhat.com>
697
698 * gdb.base/sigaltstack.c (catcher): Add default case to switch
699 statement.
700
09fe663e
GB
7012020-05-28 Gary Benson <gbenson@redhat.com>
702
703 * gdb.cp/classes.exp (prepare_for_testing): Add
704 additional_flags=-Wno-deprecated-register.
705 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
706 * gdb.cp/misc.exp: Likewise.
707
cee00f17
GB
7082020-05-28 Gary Benson <gbenson@redhat.com>
709
710 * gdb.linespec/cpls-ops.cc (dummy): New static global.
711 (test_op_new::operator new): Add return statement.
712 (test_op_new_array::operator new[]): Likewise.
713
636edd00
PA
7142020-05-27 Pedro Alves <palves@redhat.com>
715
716 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
717 check. Use test_gdb_complete_unique instead of
718 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
719 test_gdb_complete_multiple instead of
720 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
721
c2b75043
LM
7222020-05-27 Luis Machado <luis.machado@linaro.org>
723
724 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
725 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
726 * gdb.arch/arm-disassembler-options.exp: Likewise.
727 * gdb.arch/arm-disp-step.exp: Likewise.
728 * gdb.arch/thumb-prologue.exp: Likewise.
729 * gdb.base/async.exp: Likewise.
730 * gdb.base/auxv.exp: Likewise.
731 * gdb.base/complex-parts.exp: Likewise.
732 * gdb.base/ena-dis-br.exp: Likewise.
733 * gdb.base/foll-exec.exp: Likewise.
734 * gdb.base/permissions.exp: Likewise.
735 * gdb.base/relocate.exp: Likewise.
736 * gdb.base/return2.exp: Likewise.
737 * gdb.base/sigbpt.exp: Likewise.
738 * gdb.base/siginfo-obj.exp: Likewise.
739 * gdb.cp/converts.exp: Likewise.
740 * gdb.cp/exceptprint.exp: Likewise.
741 * gdb.cp/inherit.exp: Likewise.
742 * gdb.cp/nsnoimports.exp: Likewise.
743 * gdb.cp/virtbase2.exp: Likewise.
744 * gdb.mi/mi-var-cmd.exp: Likewise.
745 * gdb.mi/var-cmd.c: Likewise.
746
53a47a3e
TT
7472020-05-26 Tom Tromey <tromey@adacore.com>
748
749 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
750
0bc2354b
TT
7512020-05-26 Tom Tromey <tromey@adacore.com>
752
753 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
754 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
755 type.
756 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
757 variable.
758
0db49895
CBG
7592020-05-26 Christian Biesinger <cbiesinger@google.com>
760
761 * Makefile.in: Use = instead of == for the test command
762 for portability.
763
40d22035
TV
7642020-05-26 Tom de Vries <tdevries@suse.de>
765
766 * gdb.base/gold-gdb-index-2.c: New test.
767 * gdb.base/gold-gdb-index.c: New test.
768 * gdb.base/gold-gdb-index.exp: New file.
769 * gdb.base/gold-gdb-index.h: New test.
770
043e2e02
TV
7712020-05-25 Tom de Vries <tdevries@suse.de>
772
773 * boards/gold-gdb-index.exp: New file.
774
462f72c5
SM
7752020-05-25 Simon Marchi <simon.marchi@efficios.com>
776
777 * boards/simavr.exp: New file.
778
6cf66e76
SM
7792020-05-25 Simon Marchi <simon.marchi@efficios.com>
780
781 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
782 * gdb.base/inferior-args.exp: New file.
783 * gdb.base/inferior-args.c: New file.
784
75d04512
SM
7852020-05-25 Simon Marchi <simon.marchi@efficios.com>
786
787 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
788 inferior_args. Pass it to gdb_reload.
789 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
790 inferior_args.
791 (gdb_reload): Add inferior_args argument.
792 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
793 pass it to gdbserver_run.
794 * boards/native-gdbserver.exp: Do not set noargs.
795 * boards/native-extended-gdbserver.exp (gdb_reload): Add
796 inferior_args argument.
797 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
798 * gdb.base/a2-run.exp: Check for use_gdb_stub.
799 * gdb.base/args.exp: Likewise.
800
42cf1844
TV
8012020-05-25 Tom de Vries <tdevries@suse.de>
802
803 * lib/gdb.exp (exec_is_pie): Add comment.
804
8f7d38ef
TV
8052020-05-25 Tom de Vries <tdevries@suse.de>
806
807 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
808 instead of $binfile in the untested message.
809
465e1b0f
TV
8102020-05-25 Tom de Vries <tdevries@suse.de>
811
812 PR testsuite/26031
813 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
814
3c5a0e02
TV
8152020-05-25 Tom de Vries <tdevries@suse.de>
816
817 * boards/gold.exp: New file.
818
0a4f5f8c
TT
8192020-05-23 Tom Tromey <tom@tromey.com>
820
821 * gdb.base/style.exp: Remove completion styling test.
822 * lib/gdb-utils.exp (style): Remove completion styles.
823
eca1f90c
TT
8242020-05-23 Tom Tromey <tom@tromey.com>
825
826 * gdb.base/style.exp: Add completion styling test.
827 * lib/gdb-utils.exp (style): Add completion styles.
828
7c13f4e8
AB
8292020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
830
831 * gdb.base/annota1.exp: Update expected results.
832 * gdb.cp/annota2.exp: Update expected results, remove duplicate
833 test name.
834 * gdb.cp/annota3.exp: Update expected results.
835
41977d16
SM
8362020-05-20 Simon Marchi <simon.marchi@efficios.com>
837
838 PR gdb/26016
839 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
840 against MAP_FAILED.
841 * gdb.base/coremaker.c (mmapdata): Likewise.
842 * gdb.base/jit-reader-host.c (main): Likewise.
843 * gdb.base/sym-file-loader.c (load): Likewise.
844 (load_shlib): Likewise.
845
b4757f2e
TT
8462020-05-20 Tom Tromey <tromey@adacore.com>
847
848 * gdb.ada/array_char_idx.exp: Recognize initialized array.
849
9a0bacfb
TV
8502020-05-20 Tom de Vries <tdevries@suse.de>
851
852 PR symtab/25833
853 * gdb.base/with-mf-inc.c: New test.
854 * gdb.base/with-mf-main.c: New test.
855 * gdb.base/with-mf.exp: New file.
856
76571211
TT
8572020-05-19 Tom Tromey <tromey@adacore.com>
858
859 * gdb.rust/simple.exp: Restore missing test result.
860
4cd9f3d5
TV
8612020-05-19 Tom de Vries <tdevries@suse.de>
862
863 * gdb.base/gdb-caching-proc.exp: Fix typo.
864
7d874253
TT
8652020-05-19 Tom Tromey <tromey@adacore.com>
866
867 * gdb.rust/simple.exp: Add some test descriptions.
868 (test_one_slice): Use with_test_prefix.
869
1d727695
TV
8702020-05-18 Tom de Vries <tdevries@suse.de>
871
872 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
873
7f32a4d5
PA
8742020-05-17 Pedro Alves <palves@redhat.com>
875
876 PR gdb/25741
877 * gdb.base/hw-sw-break-same-address.exp: New file.
878
7cfd74cf
PA
8792020-05-16 Pedro Alves <palves@redhat.com>
880
881 * gdb.multi/multi-re-run.exp (test_re_run): Switch
882 LAST_LOADED_FILE accordingly.
883
57b4f16e
PW
8842020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
885
886 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
887
7c05caf7
PW
8882020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
889
890 * gdb.base/help.exp: Test apropos and help for commands
891 having aliases. Fixed comments not starting with an
892 upper-case letter or not finishing with a dot.
893
7aa1b46f
PW
8942020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
895
3b3aaacb
PW
896 * gdb.base/alias.exp: Update help output check.
897
57b4f16e 8982020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 899
7aa1b46f
PW
900 * gdb.base/default.exp: Update output following fixes.
901
0605465f
PW
9022020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
903
904 * gdb.base/alias.exp: Test aliases starting with a prefix of
905 another alias.
906
86e4e63d
GB
9072020-05-15 Gary Benson <gbenson@redhat.com>
908
909 * gdb.base/info-os.c (main): Add return statement.
910 * gdb.base/info_minsym.c (minsym_fun): Likewise.
911 * gdb.base/large-frame-2.c (func): Likewise.
912 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
913 * gdb.base/pr10179-b.c (foo2): Likewise.
914 * gdb.base/valgrind-disp-step.c (foo): Likewise.
915 * gdb.base/watch-cond.c (func): Likewise.
916 * gdb.multi/goodbye.c (verylongfun): Likewise.
917 * gdb.multi/hello.c (commonfun): Likewise.
918 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
919 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
920 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
921 Likewise.
922 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
923 * gdb.threads/interrupt-while-step-over.c (child_function):
924 Likewise.
925 * gdb.trace/actions-changed.c (end): Likewise.
926
163df4df
GB
9272020-05-15 Gary Benson <gbenson@redhat.com>
928
929 * gdb.opencl/callfuncs.exp: Report when test skipped.
930 * gdb.opencl/convs_casts.exp: Likewise.
931 * gdb.opencl/datatypes.exp: Likewise.
932 * gdb.opencl/operators.exp: Likewise.
933 * gdb.opencl/vec_comps.exp: Likewise.
934
6dbc505a
TV
9352020-05-15 Tom de Vries <tdevries@suse.de>
936
937 * gdb.base/align.exp.in: Rename to ...
938 * gdb.base/align.exp.tcl: ... this.
939 * gdb.base/align-c++.exp: Update.
940 * gdb.base/align-c.exp: Update.
941 * gdb.base/all-architectures.exp.in: Rename to ...
942 * gdb.base/all-architectures.exp: ... this.
943 * gdb.base/all-architectures-0.exp: Update.
944 * gdb.base/all-architectures-1.exp: Update.
945 * gdb.base/all-architectures-2.exp: Update.
946 * gdb.base/all-architectures-3.exp: Update.
947 * gdb.base/all-architectures-4.exp: Update.
948 * gdb.base/all-architectures-5.exp: Update.
949 * gdb.base/all-architectures-6.exp: Update.
950 * gdb.base/all-architectures-7.exp: Update.
951 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
952 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
953 * gdb.base/infcall-nested-structs-c++.exp: Update.
954 * gdb.base/infcall-nested-structs-c.exp: Update.
955 * gdb.base/info-types.exp.in: Rename to ...
956 * gdb.base/info-types.exp.tcl: ... this.
957 * gdb.base/info-types-c++.exp: Update.
958 * gdb.base/info-types-c.exp: Update.
959 * gdb.base/max-depth.exp.in: Rename to ...
960 * gdb.base/max-depth.exp.tcl: ... this.
961 * gdb.base/max-depth-c++.exp: Update.
962 * gdb.base/max-depth-c.exp: Update.
963 * gdb.cp/cpexprs.exp.in: Rename to ...
964 * gdb.cp/cpexprs.exp.tcl: ... this.
965 * gdb.cp/cpexprs-debug-types.exp: Update.
966 * gdb.cp/cpexprs.exp: Update.
967 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
968 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
969 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
970 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
971 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
972 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
973 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
974 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
975 * gdb.dwarf2/clang-debug-names-2.exp: Update.
976 * gdb.dwarf2/clang-debug-names.exp: Update.
977
d1034d78
AB
9782020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
979
980 * lib/check-test-names.exp: Remove code that prevents this file
981 loading when tests are run in parallel.
982
3c5c3649
PA
9832020-05-15 Pedro Alves <palves@redhat.com>
984
985 * gdb.multi/multi-kill.exp (start_inferior): Remove
986 'testpid' parameter. Refer to namespace variable directly.
987 (testpid): Declare as namespace variable.
988
272c36b8
PA
9892020-05-15 Pedro Alves <palves@redhat.com>
990
991 * gdb.multi/multi-kill.exp: Wrap in namespace.
992 (start_inferior): Add TESTPID parameter. Use it instead of the
993 testpid global.
994 (top level): Define empty TESTPID array, and pass it down to
995 start_inferior.
996
02eba61a
TV
9972020-05-14 Tom de Vries <tdevries@suse.de>
998
999 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1000 output.
1001
971a3747
TV
10022020-05-14 Tom de Vries <tdevries@suse.de>
1003
1004 * gdb.base/align.exp: Split into ...
1005 * gdb.base/align.exp.in: ...
1006 * gdb.base/align-c++.exp: ...
1007 * gdb.base/align-c.exp: ... these.
1008 * gdb.base/infcall-nested-structs.exp: Split into ...
1009 * gdb.base/infcall-nested-structs.exp.in: ...
1010 * gdb.base/infcall-nested-structs-c++.exp: ...
1011 * gdb.base/infcall-nested-structs-c.exp: ... these.
1012 * gdb.base/info-types.exp: Split into ...
1013 * gdb.base/info-types.exp.in: ...
1014 * gdb.base/info-types-c++.exp: ...
1015 * gdb.base/info-types-c.exp: ... these.
1016 * gdb.base/max-depth.exp: Split into ...
1017 * gdb.base/max-depth.exp.in: ...
1018 * gdb.base/max-depth-c++.exp: ...
1019 * gdb.base/max-depth-c.exp: ... these.
1020 * gdb.cp/infcall-nodebug.exp: Split into ...
1021 * gdb.cp/infcall-nodebug.exp.in: ...
1022 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1023 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1024 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1025 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1026
a05575d3
TBA
10272020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1028 Pedro Alves <palves@redhat.com>
1029
1030 * gdb.multi/multi-exit.c: New file.
1031 * gdb.multi/multi-exit.exp: New file.
1032 * gdb.multi/multi-kill.c: New file.
1033 * gdb.multi/multi-kill.exp: New file.
1034
6ad82919
TBA
10352020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1036
1037 * gdb.base/annota1.exp: Update the expected output.
1038 * gdb.cp/annota2.exp: Ditto.
1039
843f4d93
AB
10402020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1041
1042 * lib/check-test-names.exp: Disable when testing is being run in
1043 parallel.
1044
c7c66341
TV
10452020-05-12 Tom de Vries <tdevries@suse.de>
1046
1047 * gdb.base/jit-elf.exp: Fix string concat.
1048
1b59ca1c
TV
10492020-05-12 Tom de Vries <tdevries@suse.de>
1050
1051 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1052 messages.
1053
b4991d29
TV
10542020-05-12 Tom de Vries <tdevries@suse.de>
1055
1056 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1057
dbb0ab10
TV
10582020-05-12 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1061 * gdb.ada/mi_catch_ex.exp: Same.
1062 * gdb.ada/mi_catch_ex_hand.exp: Same.
1063
7549fed8
TV
10642020-05-12 Tom de Vries <tdevries@suse.de>
1065
1066 * gdb.fortran/complex.exp: Use with_test_prefix.
1067
af2d5cd8
TV
10682020-05-12 Tom de Vries <tdevries@suse.de>
1069
1070 * gdb.trace/passcount.exp: Fix test-names.
1071
7c121311
TV
10722020-05-12 Tom de Vries <tdevries@suse.de>
1073
1074 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1075
c9f3b40e
TV
10762020-05-12 Tom de Vries <tdevries@suse.de>
1077
1078 * gdb.gdb/complaints.exp: Use with_test_prefix.
1079 * gdb.xml/tdesc-regs.exp: Same.
1080 * gdb.opt/inline-locals.exp: Fix test name.
1081
111b33f0
TV
10822020-05-12 Tom de Vries <tdevries@suse.de>
1083
1084 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1085 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1086 * gdb.dwarf2/implref-struct.exp: Same.
1087 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1088 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1089
ebf47080
SM
10902020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1091
1092 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1093
d30dcd12
AB
10942020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * lib/check-test-names.exp (all_test_names): New module variable.
1097 (counts): Add 'duplicates' field.
1098 (_check_duplicates): New procedure.
1099 (check): Also check for duplicates.
1100 (do_log_summary): Print duplicates count.
1101 (do_reset_vars): Reset counter for duplicate test names, and
1102 discard all know test names.
1103
34584c09
AB
11042020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1105
1106 * lib/gdb.exp: Include check-test-names.exp library.
1107 * lib/check-test-names.exp: New file.
1108
e0002117
TV
11092020-05-11 Tom de Vries <tdevries@suse.de>
1110
1111 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1112
53f539a3
KS
11132020-05-11 Keith Seitz <keiths@redhat.com>
1114
1115 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1116
113ee09a
TV
11172020-05-11 Tom de Vries <tdevries@suse.de>
1118
1119 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1120 * gdb.cp/cpexprs.exp.in: .. here.
1121 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1122 cpexprs.exp.
1123
ba3e70b0
KS
11242020-05-11 Keith Seitz <keiths@redhat.com>
1125
1126 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1127 test names.
1128 * gdb.ada/arrayptr.exp: Likewise.
1129 * gdb.ada/assign_arr.exp: Likewise.
1130 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1131 * gdb.ada/bp_on_var.exp: Likewise.
1132 * gdb.ada/call_pn.exp: Likewise.
1133 * gdb.ada/complete.exp: Likewise.
1134 * gdb.ada/fun_overload_menu.exp: Likewise.
1135 * gdb.ada/funcall_param.exp: Likewise.
1136 * gdb.ada/funcall_ref.exp: Likewise.
1137 * gdb.ada/packed_array_assign.exp: Likewise.
1138 * gdb.ada/same_component_name.exp: Likewise.
1139 * gdb.ada/type_coercion.exp: Likewise.
1140 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1141 * gdb.ada/variant_record_packed_array.exp: Likewise.
1142
3ee6bb11
TV
11432020-05-11 Tom de Vries <tdevries@suse.de>
1144
1145 PR symtab/25941
1146 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1147 out of ...
1148 * gdb.dwarf2/clang-debug-names.exp: ... here.
1149 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1150 clang-debug-names.exp.in.
1151 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1152 * gdb.dwarf2/clang-debug-names-2.c: New test.
1153
86cd6bc8
AKS
11542020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1155
1156 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1157 (fortran_runto_main): New Proc, fortran version of runto_main.
1158 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1159 * gdb.fortran/array-bounds.exp: Likewise.
1160 * gdb.fortran/array-slices.exp: Likewise.
1161 * gdb.fortran/block-data.exp: Likewise.
1162 * gdb.fortran/charset.exp: Likewise.
1163 * gdb.fortran/common-block.exp: Likewise.
1164 * gdb.fortran/complex.exp: Likewise.
1165 * gdb.fortran/derived-type-function.exp: Likewise.
1166 * gdb.fortran/derived-type.exp: Likewise.
1167 * gdb.fortran/info-modules.exp: Likewise.
1168 * gdb.fortran/info-types.exp: Likewise.
1169 * gdb.fortran/intrinsics.exp: Likewise.
1170 * gdb.fortran/library-module.exp: Likewise.
1171 * gdb.fortran/logical.exp: Likewise.
1172 * gdb.fortran/max-depth.exp: Likewise.
1173 * gdb.fortran/module.exp: Likewise.
1174 * gdb.fortran/multi-dim.exp: Likewise.
1175 * gdb.fortran/nested-funcs.exp: Likewise.
1176 * gdb.fortran/print-formatted.exp: Likewise.
1177 * gdb.fortran/print_type.exp: Likewise.
1178 * gdb.fortran/printing-types.exp: Likewise.
1179 * gdb.fortran/ptr-indentation.exp: Likewise.
1180 * gdb.fortran/ptype-on-functions.exp: Likewise.
1181 * gdb.fortran/subarray.exp: Likewise.
1182 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1183 * gdb.fortran/vla-datatypes.exp: Likewise.
1184 * gdb.fortran/vla-history.exp: Likewise.
1185 * gdb.fortran/vla-ptr-info.exp: Likewise.
1186 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1187 * gdb.fortran/vla-ptype.exp: Likewise.
1188 * gdb.fortran/vla-sizeof.exp: Likewise.
1189 * gdb.fortran/vla-type.exp: Likewise.
1190 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1191 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1192 * gdb.fortran/vla-value-sub.exp: Likewise.
1193 * gdb.fortran/vla-value.exp: Likewise.
1194 * gdb.fortran/whatis_type.exp: Likewise.
1195 * gdb.mi/mi-var-child-f.exp: Likewise.
1196
6dc55ce9 11972020-05-09 Tom de Vries <tdevries@suse.de>
1198
1199 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1200
283cb58c
TV
12012020-05-08 Tom de Vries <tdevries@suse.de>
1202
1203 * gdb.dwarf2/clang-debug-names.c: New test.
1204 * gdb.dwarf2/clang-debug-names.exp: New file.
1205
ac4a4f1c
SM
12062020-05-06 Simon Marchi <simon.marchi@efficios.com>
1207
1208 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1209 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1210
24fe640b
TV
12112020-05-06 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1214 breakpoint is at a "recommended breakpoint location".
1215 * gdb.reverse/consecutive-reverse.exp: Same.
1216
0d8683a3
TV
12172020-05-06 Tom de Vries <tdevries@suse.de>
1218
1219 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1220 address.
1221
b8983c46
TV
12222020-05-06 Tom de Vries <tdevries@suse.de>
1223
1224 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1225
abf6d805
TV
12262020-05-06 Tom de Vries <tdevries@suse.de>
1227
1228 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1229 info for r.
1230
0fc2a808
TV
12312020-05-06 Tom de Vries <tdevries@suse.de>
1232
1233 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1234 necessary.
1235
873dd427
TV
12362020-05-06 Tom de Vries <tdevries@suse.de>
1237
1238 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1239 void.
1240
7c99e7e2
TV
12412020-05-06 Tom de Vries <tdevries@suse.de>
1242
1243 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1244 of ...
1245 * gdb.base/async.exp: ... here.
1246 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1247 "recommended breakpoint location".
1248
6173d6a6
TV
12492020-05-06 Tom de Vries <tdevries@suse.de>
1250
1251 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1252
6015a067
TV
12532020-05-04 Tom de Vries <tdevries@suse.de>
1254
1255 * gdb.base/async.exp: Check whether instruction addresses are a
1256 "recommended breakpoint location".
1257
3b6acaee
TT
12582020-05-03 Tom Tromey <tom@tromey.com>
1259
1260 * gdb.base/sepdebug.exp: Remove "catch" test.
1261 * gdb.base/break.exp: Remove "catch" test.
1262 * gdb.base/default.exp: Update expected output.
1263
5beb4d17
TV
12642020-05-02 Tom de Vries <tdevries@suse.de>
1265
1266 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1267 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1268 * gdb.arch/i386-mpx-map.exp: Same.
1269 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1270 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1271 * gdb.arch/i386-mpx.exp: Same.
1272
8caf140d
TV
12732020-05-02 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1276
693196cb
TV
12772020-05-01 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.ada/operator_bp.exp: Allow more than required amount of
1280 breakpoint.
1281
53ae0aa9
TV
12822020-05-01 Tom de Vries <tdevries@suse.de>
1283
1284 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1285
ee9d1e5f
HD
12862020-04-30 Hannes Domani <ssbssa@yahoo.de>
1287
1288 PR gdb/18706
1289 * gdb.cp/stub-array-size.cc: New test.
1290 * gdb.cp/stub-array-size.exp: New file.
1291 * gdb.cp/stub-array-size.h: New test.
1292 * gdb.cp/stub-array-size2.cc: New test.
1293
d5cf82c0
HD
12942020-04-30 Hannes Domani <ssbssa@yahoo.de>
1295
1296 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1297 output to the new format.
1298
42e165c3
SM
12992020-04-29 Simon Marchi <simon.marchi@efficios.com>
1300
1301 * gdb.base/break.exp: Use with_test_prefix.
1302
6e4e3fe1
TV
13032020-04-29 Tom de Vries <tdevries@suse.de>
1304
1305 * lib/gdb.exp (debug_types): New proc.
1306 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1307 * gdb.python/py-symtab.exp: Same.
1308
d642b692
HD
13092020-04-29 Hannes Domani <ssbssa@yahoo.de>
1310
1311 PR gdb/17320
1312 * gdb.base/pretty-array.c: New test.
1313 * gdb.base/pretty-array.exp: New file.
1314
ea90f227
TV
13152020-04-29 Tom de Vries <tdevries@suse.de>
1316
1317 PR symtab/25889
1318 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1319 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1320 and include cpexprs.exp.
1321
a65189c9
TV
13222020-04-28 Mark Williams <mark@myosotissp.com>
1323
1324 PR gdb/24480
1325 * dw4-toplevel-types.exp: Test for top level types.
1326 * dw4-toplevel-types.cc: Test for top level types.
1327
32d1f47a
TBA
13282020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1329
1330 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1331 (theads -> threads).
1332
56a4f5a1
TV
13332020-04-28 Tom de Vries <tdevries@suse.de>
1334
1335 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1336
0b2f8a3b
TV
13372020-04-28 Tom de Vries <tdevries@suse.de>
1338
1339 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1340
5390c717
TV
13412020-04-28 Tom de Vries <tdevries@suse.de>
1342
1343 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1344
15cd93d0
TV
13452020-04-28 Tom de Vries <tdevries@suse.de>
1346
1347 * gdb.dwarf2/main-foo.c: New test.
1348 * gdb.dwarf2/struct-with-sig.exp: New file.
1349
d472f0fb
TV
13502020-04-25 Tom de Vries <tdevries@suse.de>
1351
1352 * boards/debug-types.exp: New file.
1353
8d840e05
AB
13542020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1355
1356 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1357
bcfe6157
TT
13582020-04-24 Tom Tromey <tom@tromey.com>
1359
1360 PR symtab/12707:
1361 * gdb.python/py-symbol.exp: Update expected results for
1362 linkage_name test.
1363 * gdb.cp/print-demangle.exp: New file.
1364 * gdb.base/c-linkage-name.exp: Fix test.
1365 * gdb.guile/scm-symbol.exp: Update expected results for
1366 linkage_name test.
1367
f049a313
TT
13682020-04-24 Tom Tromey <tom@tromey.com>
1369
1370 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1371 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1372 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1373 assembler.
1374
7cf28874
TV
13752020-04-24 Tom de Vries <tdevries@suse.de>
1376
1377 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1378 C++.
1379
dac2fef7
TT
13802020-04-24 Tom Tromey <tromey@adacore.com>
1381
1382 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1383 values.
1384 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1385 values. Update test for minimal encodings.
1386 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1387 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1388 values. Update test for minimal encodings.
1389
1acda803
TT
13902020-04-24 Tom Tromey <tromey@adacore.com>
1391
1392 PR python/23662:
1393 * gdb.ada/variant.exp: Add Python checks.
1394 * gdb.rust/simple.exp: Add dynamic type checks.
1395
adfb9815
TT
13962020-04-24 Tom Tromey <tromey@adacore.com>
1397
1398 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1399 Make array type matching more lax.
1400 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1401 * gdb.ada/mi_variant.exp: New file.
1402 * gdb.ada/mi_variant/pck.ads: New file.
1403 * gdb.ada/mi_variant/pkg.adb: New file.
1404 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1405 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1406
7d79de9a
TT
14072020-04-24 Tom Tromey <tromey@adacore.com>
1408
1409 * gdb.ada/variant.exp: Add dynamic field offset tests.
1410 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1411 * gdb.ada/variant/pkg.adb: Add new variables.
1412
f8e89861
TT
14132020-04-24 Tom Tromey <tromey@adacore.com>
1414
1415 * gdb.ada/variant.exp: New file
1416 * gdb.ada/variant/pkg.adb: New file
1417 * gdb.ada/variant/pck.adb: New file
1418
86e887ae
TV
14192020-04-24 Tom de Vries <tdevries@suse.de>
1420
1421 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1422
88428775
TV
14232020-04-24 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1426 flags.
1427
4e86f6e7
TV
14282020-04-24 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1431
2016d3e6
TV
14322020-04-24 Tom de Vries <tdevries@suse.de>
1433
1434 * lib/gdb.exp (default_gdb_start): Handle eof.
1435 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1436 failure.
1437 * gdb.base/readnever.exp: Handle clean_restart failure.
1438
70bc38f5
TV
14392020-04-23 Tom de Vries <tdevries@suse.de>
1440
1441 * gdb.base/decl-before-def.exp: Run to main and print a again.
1442
de82891c
TV
14432020-04-23 Tom de Vries <tdevries@suse.de>
1444
1445 * gdb.base/decl-before-def-decl.c: New test.
1446 * gdb.base/decl-before-def-def.c: New test.
1447 * gdb.base/decl-before-def.exp: New file.
1448
96038148
TV
14492020-04-23 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1452
54ac3df1
TV
14532020-04-22 Tom de Vries <tdevries@suse.de>
1454
1455 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1456 debug_info_offset.
1457 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1458 before $objsfile in the line line.
1459
714534e1
TV
14602020-04-22 Tom de Vries <tdevries@suse.de>
1461
1462 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1463
16a7dbf4
MS
14642020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1465
1466 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1467 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1468 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1469 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1470 * gdb.base/jit-protocol.h: Update definitions to match all usage
1471 contexts.
1472
14732020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1474
1475 * gdb.base: Rename all jit related test and source files.
1476
14772020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1478
1479 * gdb.base/jit-reader.exp: Relax register output check.
1480
317d2668
TV
14812020-04-22 Tom de Vries <tdevries@suse.de>
1482
1483 PR symtab/25764
1484 * gdb.base/psym-external-decl-2.c: New test.
1485 * gdb.base/psym-external-decl.c: New test.
1486 * gdb.base/psym-external-decl.exp: New file.
1487 * gdb.threads/tls.exp: Add PR25807 kfail.
1488
eea9e357
TV
14892020-04-22 Tom de Vries <tdevries@suse.de>
1490
1491 PR symtab/25801
1492 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1493 in "info source" output.
1494
3d5afab3
TV
14952020-04-22 Tom de Vries <tdevries@suse.de>
1496
1497 PR symtab/25700
1498 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1499 symtab for imported_unit.c.
1500
b32102f6
GB
15012020-04-21 Gary Benson <gbenson@redhat.com>
1502
1503 * gdb.base/advance.c (func): New argument, to match call site.
1504 (func2, func3): Add return statements.
1505
d43b7a2d
TBA
15062020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1507
1508 * gdb.multi/run-only-second-inf.c: New file.
1509 * gdb.multi/run-only-second-inf.exp: New file.
1510
d89edf9b
MM
15112020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1512
1513 * gdb.btrace/multi-inferior.c: New test.
1514 * gdb.btrace/multi-inferior.exp: New file.
1515
1a476b6d
MM
15162020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1517
1518 * gdb.btrace/enable-new-thread.c: New test.
1519 * gdb.btrace/enable-new-thread.exp: New file.
1520
4778a5f8
TV
15212020-04-21 Tom de Vries <tdevries@suse.de>
1522
1523 PR gdb/25471
1524 * gdb.threads/killed-outside.c: New test.
1525 * gdb.threads/killed-outside.exp: New file.
1526
9b2c992c
GB
15272020-04-20 Gary Benson <gbenson@redhat.com>
1528
1529 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1530 * gdb.base/nested-subp2.exp: Likewise.
1531 * gdb.base/nested-subp3.exp: Likewise.
1532
b5d1d6f7
GB
15332020-04-20 Gary Benson <gbenson@redhat.com>
1534
1535 * gdb.base/nested-subp1.exp: Disable test when using clang.
1536 * gdb.base/nested-subp2.exp: Likewise.
1537 * gdb.base/nested-subp3.exp: Likewise.
1538
25230285
GB
15392020-04-20 Gary Benson <gbenson@redhat.com>
1540
1541 * gdb.cp/exception.cc: Fix compilation error with clang.
1542
fa93cc8f
GB
15432020-04-20 Gary Benson <gbenson@redhat.com>
1544
809730f3 1545 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1546
e0c45f30
GB
15472020-04-20 Gary Benson <gbenson@redhat.com>
1548
1549 * gdb.base/jit-main.c: Fix compilation error with clang.
1550
4ddfec93
KR
15512020-04-17 Kamil Rytarowski <n54@gmx.com>
1552
1553 * gdb.base/attach-twice.c: Include "sys/types.h".
1554 (PTRACE_ATTACH): Add fallback definition.
1555 (main): Pass `0' to the 4th argument of `ptrace'.
1556
2bed205e
KR
15572020-04-17 Kamil Rytarowski <n54@gmx.com>
1558
1559 * gdb.base/fork-running-state.c: Include "signal.h".
1560
0743fc83
TT
15612020-04-17 Tom Tromey <tromey@adacore.com>
1562
1563 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1564 Update tests.
1565 * gdb.btrace/cpu.exp: Update tests.
1566 * gdb.base/maint.exp: Update tests.
1567 * gdb.base/default.exp: Update tests.
1568 * gdb.base/completion.exp: Update tests.
1569
efba5c23
TV
15702020-04-16 Tom de Vries <tdevries@suse.de>
1571
1572 PR symtab/25791
1573 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1574 (ensure_gdb_index): and factor out and move ...
1575 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1576 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1577
d191d716
TV
15782020-04-16 Tom de Vries <tdevries@suse.de>
1579
1580 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1581 loading exec.
1582
99f1bc6a
AB
15832020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1584
1585 * gdb.base/many-completions.exp: New file.
1586
194d088f
TV
15872020-04-14 Tom de Vries <tdevries@suse.de>
1588
1589 PR symtab/25718
1590 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1591
c1a66c06
TV
15922020-04-14 Tom de Vries <tdevries@suse.de>
1593
1594 PR symtab/25720
1595 * gdb.base/maint-expand-symbols-header-file.c: New test.
1596 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1597 * gdb.base/maint-expand-symbols-header-file.h: New test.
1598
21b0982c
AB
15992020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1600
1601 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1602 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1603 get_func_info.
1604 (get_func_info): Delete.
1605 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1606 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1607 * lib/dwarf.exp (get_func_info): New function.
1608
dd1cab06
TV
16092020-04-13 Tom de Vries <tdevries@suse.de>
1610
1611 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1612 to what find_gnatmake does.
1613
71ea2b6b
TV
16142020-04-10 Tom de Vries <tdevries@suse.de>
1615
1616 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1617 -readnow.
1618
bdfc1e8a
TV
16192020-04-10 Tom de Vries <tdevries@suse.de>
1620
1621 PR cli/25808
1622 * gdb.base/style.c: Add leading newlines.
1623 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1624 Check listing of main's one-line body.
1625
14ca8ecf
TV
16262020-04-08 Tom de Vries <tdevries@suse.de>
1627
1628 * lib/gdb.exp (psymtabs_p): New proc.
1629 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1630 importing unit" unsupported if there are no partial symbols.
1631
e21d048f
TV
16322020-04-08 Tom de Vries <tdevries@suse.de>
1633
1634 PR testsuite/25760
1635 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1636
25c11aca
TV
16372020-04-07 Tom de Vries <tdevries@suse.de>
1638
1639 PR symtab/25796
1640 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1641
5707e24b
TV
16422020-04-07 Tom de Vries <tdevries@suse.de>
1643
1644 * gdb.base/check-psymtab.c: New test.
1645 * gdb.base/check-psymtab.exp: New file.
1646
6ee448cc
TT
16472020-04-06 Tom Tromey <tromey@adacore.com>
1648
1649 * gdb.ada/variant-record/proc.adb: New file.
1650 * gdb.ada/variant-record/value.adb: New file.
1651 * gdb.ada/variant-record/value.s: New file.
1652 * gdb.ada/variant-record.exp: New file.
1653
9e7c9a03
HD
16542020-04-03 Hannes Domani <ssbssa@yahoo.de>
1655
1656 PR gdb/25325
1657 * gdb.cp/typed-enum.cc: New test.
1658 * gdb.cp/typed-enum.exp: New file.
1659
c90d28ac
AB
16602020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1661
1662 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1663 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1664 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1665 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1666 * gdb.opt/inline-small-func.c: New file.
1667 * gdb.opt/inline-small-func.exp: New file.
1668 * gdb.opt/inline-small-func.h: New file.
1669
34e9a9fa
AB
16702020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1671
1672 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1673 function.
1674
6a354911
AB
16752020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1676
1677 * lib/dwarf.exp (function_range): Allow compiler options to be
1678 specified.
1679
880d9777
TV
16802020-04-02 Tom de Vries <tdevries@suse.de>
1681
1682 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1683 __attribute__((always_inline)).
1684 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1685
f32682ea
TV
16862020-04-02 Tom de Vries <tdevries@suse.de>
1687
1688 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1689 (gdbserver_gdb_exit): ... here. Add timeout warning.
1690 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1691 (connect_target_extended_remote): Append new server_spawn_id to
1692 server_spawn_ids.
1693 (cleanup): New proc.
1694 (setup, <toplevel>): Call cleanup.
1695
d3214198
TV
16962020-04-02 Tom de Vries <tdevries@suse.de>
1697
1698 * gdb.base/main-psymtab.exp: New file.
1699
cc77ed24
TV
17002020-04-02 Tom de Vries <tdevries@suse.de>
1701
1702 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1703
3638a098
TT
17042020-04-01 Tom Tromey <tom@tromey.com>
1705
1706 * gdb.base/complex-parts.exp: Add type tests.
1707
c34e8714
TT
17082020-04-01 Tom Tromey <tom@tromey.com>
1709
1710 * gdb.base/complex-parts.exp: Add arithmetic tests.
1711
981c08ce
TT
17122020-04-01 Tom Tromey <tom@tromey.com>
1713
1714 * gdb.compile/compile.exp: Update.
1715 * gdb.compile/compile-cplus.exp: Update.
1716 * gdb.base/varargs.exp: Update.
1717 * gdb.base/floatn.exp: Update.
1718 * gdb.base/endianity.exp: Update.
1719 * gdb.base/callfuncs.exp (do_function_calls): Update.
1720 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1721 (complex_float_integral_args): Update.
1722 * gdb.base/complex.exp: Update.
1723 * gdb.base/complex-parts.exp: Update.
1724
3d1cfd43
TT
17252020-04-01 Tom Tromey <tromey@adacore.com>
1726
1727 * gdb.rust/union.rs: New file.
1728 * gdb.rust/union.exp: New file.
1729 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1730 (main): Update.
1731 * gdb.rust/simple.exp: Move union tests to union.exp.
1732
e033dfa9
TT
17332020-04-01 Tom Tromey <tromey@adacore.com>
1734
1735 * gdb.rust/simple.rs (main): Remove "y0".
1736
53cccef1
TBA
17372020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1738
1739 * gdb.multi/stop-all-on-exit.c: New test.
1740 * gdb.multi/stop-all-on-exit.exp: New file.
1741
60e22c1e
HD
17422020-04-01 Hannes Domani <ssbssa@yahoo.de>
1743
1744 PR gdb/24789
1745 * gdb.cp/misc.cc: Add integer reference variable.
1746 * gdb.cp/misc.exp: Add test.
1747
e139a727
TBA
17482020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1749
1750 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1751 scenario to cover execution until the end and also the case
1752
16b0db75
TV
17532020-03-31 Tom de Vries <tdevries@suse.de>
1754
1755 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1756 c. Use "maint info symtabs" to check symtab expansion.
1757
c0502da6
TV
17582020-03-30 Tom de Vries <tdevries@suse.de>
1759
1760 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1761 unsupported.
1762 (verify_psymtab_expanded): Move ...
1763 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1764 test.
1765 (readnow): New proc.
1766
5935fd15
AB
17672020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1768
1769 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1770 with $hex.
1771
1773be9e
TT
17722020-03-20 Tom Tromey <tromey@adacore.com>
1773
1774 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1775
70304be9
TT
17762020-03-20 Tom Tromey <tromey@adacore.com>
1777
1778 * gdb.ada/sub_variant/subv.adb: New file.
1779 * gdb.ada/sub_variant.exp: New file.
1780
0dd7b8f7
TV
17812020-03-20 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1784 first break fails.
1785 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1786
cada5fc9
AB
17872020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1788
1789 * gdb.server/exit-multiple-threads.c: New file.
1790 * gdb.server/exit-multiple-threads.exp: New file.
1791
6b8c53f2
AB
17922020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1793
1794 * gdb.fortran/mixed-lang-stack.c: New file.
1795 * gdb.fortran/mixed-lang-stack.cpp: New file.
1796 * gdb.fortran/mixed-lang-stack.exp: New file.
1797 * gdb.fortran/mixed-lang-stack.f90: New file.
1798
19a2740f
AB
17992020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1800
1801 * gdb.linespec/cp-completion-aliases.cc: New file.
1802 * gdb.linespec/cp-completion-aliases.exp: New file.
1803
d8c8b848
TV
18042020-03-19 Tom de Vries <tdevries@suse.de>
1805
1806 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1807 more precise.
1808
a9933ccf
TV
18092020-03-18 Tom de Vries <tdevries@suse.de>
1810
1811 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1812 * gdb.dwarf2/break-inline-psymtab.c: New test.
1813 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1814
2f89101f
TV
18152020-03-16 Tom de Vries <tdevries@suse.de>
1816
1817 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1818 cache_verify and cache_verify_proc.
1819
6b9374f1
TV
18202020-03-15 Tom de Vries <tdevries@suse.de>
1821
1822 * gdb.server/solib-list.exp: Handle
1823 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1824
eaeaf44c
TV
18252020-03-15 Tom de Vries <tdevries@suse.de>
1826
1827 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1828 objfiles".
1829
3293bbaf
TT
18302020-03-14 Tom Tromey <tom@tromey.com>
1831
1832 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1833
ab44624c
TV
18342020-03-14 Tom de Vries <tdevries@suse.de>
1835
1836 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1837
54c43825
TV
18382020-03-14 Tom de Vries <tdevries@suse.de>
1839
1840 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1841 result in line-by-line fashion.
1842
2ac70237
TV
18432020-03-14 Tom de Vries <tdevries@suse.de>
1844
1845 * lib/gdb.exp (supports_statement_frontiers): New proc.
1846 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1847
09546b56
TV
18482020-03-14 Tom de Vries <tdevries@suse.de>
1849
1850 * gdb.base/printcmds.exp: Add missing quoting for "print
1851 teststring2".
1852
a1f6a07c
TT
18532020-03-13 Tom Tromey <tom@tromey.com>
1854
1855 * gdb.base/printcmds.exp (test_print_strings): Add regression
1856 test.
1857 * gdb.base/printcmds.c (charptr): New typedef.
1858 (teststring2): New global.
1859
1b83d09c
AB
18602020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1861
1862 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1863 full path in the test name.
1864 (test_ld): Add some with_test_prefix blocks to make test names
1865 unique.
1866
2d61316c
TV
18672020-03-13 Tom de Vries <tdevries@suse.de>
1868
1869 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1870
2e9145ac
TV
18712020-03-13 Tom de Vries <tdevries@suse.de>
1872
1873 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1874
96c7f873
TV
18752020-03-13 Tom de Vries <tdevries@suse.de>
1876
1877 PR symtab/25646
1878 * gdb.dwarf2/imported-unit.exp: Add test.
1879
49ba92c0
TV
18802020-03-13 Tom de Vries <tdevries@suse.de>
1881
1882 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1883 (var1, var2): New variable.
1884 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1885 matching symbols.
1886
301b21e0
TV
18872020-03-13 Tom de Vries <tdevries@suse.de>
1888
1889 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1890 (Term::command): Use prompt prefix.
1891 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1892 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1893 command_no_prompt_prefix instead of prefix.
1894 * gdb.tui/tui-layout-asm.exp: Same.
1895
3f512721
SM
18962020-03-12 Simon Marchi <simon.marchi@efficios.com>
1897
1898 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1899
40310f30
SM
19002020-03-12 Simon Marchi <simon.marchi@efficios.com>
1901
1902 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1903 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1904 on" while stepping over the test instruction, match printed
1905 message.
1906
09252140
TV
19072020-03-12 Tom de Vries <tdevries@suse.de>
1908
1909 * gdb.base/info-types.exp: Use exp_continue during matching of output
1910 of "info types".
1911
14e9c72c
TV
19122020-03-12 Tom de Vries <tdevries@suse.de>
1913
1914 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1915
e515d67e
TV
19162020-03-12 Tom de Vries <tdevries@suse.de>
1917
1918 * gdb.fortran/module.exp: Use exp_continue during matching of output
1919 of "info variable -n".
1920
307eafd8
TV
19212020-03-12 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1924 gdb.dwarf2/dw2-ranges-base.c.
1925
9a2de3fc
TV
19262020-03-12 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1929 in presence of GLIBC debuginfo.
1930
3217502e
TV
19312020-03-12 Tom de Vries <tdevries@suse.de>
1932
1933 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1934 $core.
1935
1281424c
TV
19362020-03-12 Tom de Vries <tdevries@suse.de>
1937
1938 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1939 more precise.
1940
038b97fc
SM
19412020-03-11 Simon Marchi <simon.marchi@efficios.com>
1942
1943 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1944 from Unix to Windows path.
1945
5308d1e7
TV
19462020-03-11 Tom de Vries <tdevries@suse.de>
1947
1948 * gdb.ada/minsyms.exp: Set language to ada.
1949
f870f78f
TV
19502020-03-11 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1953
5a13315d
TV
19542020-03-11 Tom de Vries <tdevries@suse.de>
1955
1956 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1957
976862ed
TT
19582020-03-11 Tom Tromey <tromey@adacore.com>
1959
1960 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1961
7462c383
TV
19622020-03-11 Tom de Vries <tdevries@suse.de>
1963
1964 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1965
1c6c46a0
TV
19662020-03-11 Tom de Vries <tdevries@suse.de>
1967
1968 * gdb.base/break-interp.exp: Limit verbose scope.
1969
44f41bb7
TV
19702020-03-11 Tom de Vries <tdevries@suse.de>
1971
1972 * gdb.fortran/logical.f90: Define variable with character type.
1973 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1974
b76f3a42
TV
19752020-03-11 Tom de Vries <tdevries@suse.de>
1976
1977 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1978
1c33af77
TV
19792020-03-11 Tom de Vries <tdevries@suse.de>
1980
1981 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1982 symtabs.
1983
8c95582d
AB
19842020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1985 Bernd Edlinger <bernd.edlinger@hotmail.de>
1986
1987 * gdb.cp/step-and-next-inline.cc: New file.
1988 * gdb.cp/step-and-next-inline.exp: New file.
1989 * gdb.cp/step-and-next-inline.h: New file.
1990 * gdb.dwarf2/dw2-is-stmt.c: New file.
1991 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1992 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1993 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1994 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1995
cecf8547
AB
19962020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1999 is-stmt flag in the line table.
2000
0ba678c9
TV
20012020-03-09 Tom de Vries <tdevries@suse.de>
2002
2003 * lib/gdb.exp (cached_file): Create cache dir.
2004
72fbdf83
TV
20052020-03-07 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2008 * gdb.cp/rvalue-ref-params.exp: Same.
2009
436b5e99
TV
20102020-03-06 Tom de Vries <tdevries@suse.de>
2011
2012 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2013 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2014
09f2921c
TV
20152020-03-06 Tom de Vries <tdevries@suse.de>
2016
2017 * README: Fix "the the".
2018 * gdb.base/dprintf.exp: Same.
2019
50a3cc5d
TV
20202020-03-05 Tom de Vries <tdevries@suse.de>
2021
2022 * gdb.base/maint.exp: Update "main print statistics" expected output.
2023
0a709cba
AKS
20242020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2025
2026 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2027 (fortran_int8): Likewise.
2028 (fortran_real4): Likewise.
2029 (fortran_real8): Likewise.
2030 (fortran_complex4): Likewise.
2031 (fortran_logical4): Likewise.
2032 (fortran_character1): Likewise.
2033
5e5d66b6
AB
20342020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2035
2036 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2037 printed as true.
2038
7b973adc
SDJ
20392020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2040
2041 * gdb.base/printcmds.exp: Add test to verify printf of a
2042 variable holding an address.
2043
478e490a
TV
20442020-03-03 Tom de Vries <tdevries@suse.de>
2045
2046 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2047
1ef44e86
TV
20482020-03-03 Tom de Vries <tdevries@suse.de>
2049
2050 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2051 gdb_test_multiple call.
2052
b98cc2cf
TV
20532020-03-03 Tom de Vries <tdevries@suse.de>
2054
2055 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2056 gdb_test_multiple calls.
2057
63e163f2
AB
20582020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2059
2060 * gdb.base/default.exp: Remove test of 'set history filename'.
2061 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2062 filename to the empty string.
2063 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2064 and GDBHISTSIZE.
2065
24ed6739
AB
20662020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2067
2068 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2069 disabled.
2070
590003dc
TV
20712020-03-02 Pedro Alves <palves@redhat.com>
2072 Tom de Vries <tdevries@suse.de>
2073
2074 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2075 -prompt prefix, before user_code argument. Add -lbl option likewise.
2076 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2077 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2078 argument.
2079 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2080 have "\r\n" at start-of-line, instead of at end-of-line.
2081
f5e46084
SM
20822020-02-28 Simon Marchi <simon.marchi@efficios.com>
2083
2084 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2085 libinproctrace.so.
2086
f7a7000d
LM
20872020-02-28 Luis Machado <luis.machado@linaro.org>
2088
2089 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2090 to "p/x".
2091
718e0816
LM
20922020-02-28 Luis Machado <luis.machado@linaro.org>
2093
2094 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2095 asm/ptrace.h and error.h.
2096
13c3a74a
TV
20972020-02-28 Tom de Vries <tdevries@suse.de>
2098
2099 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2100 (struct wrapper, do_something, mundane/symada__cS): Move ...
2101 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2102 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2103 Update "print symada__cS before partial symtab expansion" regexp.
2104 Update breakpoint location. Flush symbol cache after expansion.
2105
85d2d5bb
LM
21062020-02-28 Luis Machado <luis.machado@linaro.org>
2107
2108 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2109
3608f86c
TV
21102020-02-27 Tom de Vries <tdevries@suse.de>
2111
2112 * config/sid.exp: Remove unused globals.
2113 * gdb.base/attach.exp: Same.
2114 * gdb.base/catch-load.exp: Same.
2115 * gdb.base/dbx.exp: Same.
2116 * lib/gdb.exp: Same.
2117 * lib/mi-support.exp: Same.
2118 * lib/prompt.exp: Same.
2119
c8d4f6df
TV
21202020-02-27 Tom de Vries <tdevries@suse.de>
2121
2122 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2123 not set.
2124
0d79cdc4
AM
21252020-02-26 Aaron Merey <amerey@redhat.com>
2126
2127 * gdb.debuginfod: New directory for debuginfod tests.
2128 * gdb.debuginfod/main.c: New test file.
2129 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2130
0dce4280
TV
21312020-02-26 Tom de Vries <tdevries@suse.de>
2132
2133 PR gdb/25603
2134 * gdb.base/persistent-lang.cc: New test.
2135 * gdb.base/persistent-lang.exp: New file.
2136
9e80cfa1
AB
21372020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2138
2139 * gdb.fortran/derived-type-striding.exp: Add a new test.
2140 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2141 new test.
2142
2078dbb2
AB
21432020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2144
2145 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2146 names.
2147
70d49700
TV
21482020-02-25 Tom de Vries <tdevries@suse.de>
2149
2150 PR go/18926
2151 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2152
a88ef40d
TV
21532020-02-24 Tom de Vries <tdevries@suse.de>
2154
2155 PR gdb/25592
2156 * gdb.base/info-locals-unused-static-var.c: New test.
2157 * gdb.base/info-locals-unused-static-var.exp: New file.
2158
01b1af32
TT
21592020-02-22 Tom Tromey <tom@tromey.com>
2160
2161 * gdb.python/tui-window.exp: New file.
2162 * gdb.python/tui-window.py: New file.
2163
7c043ba6
TT
21642020-02-22 Tom Tromey <tom@tromey.com>
2165
2166 PR tui/17850:
2167 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2168 tests.
2169
c22fef7e
TT
21702020-02-22 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.tui/new-layout.exp: Add sub-layout tests.
2173
ee325b61
TT
21742020-02-22 Tom Tromey <tom@tromey.com>
2175
2176 * gdb.tui/new-layout.exp: New file.
2177
3f0cbb04
TT
21782020-02-22 Tom Tromey <tom@tromey.com>
2179
2180 * gdb.rust/rust-style.rs: New file.
2181 * gdb.rust/rust-style.exp: New file.
2182 * gdb.base/style.exp: Test structure printing.
2183 * gdb.base/style.c (struct some_struct): New type.
2184 (enum etype): New type.
2185 (struct_value): New global.
2186
75525152
TV
21872020-02-21 Tom de Vries <tdevries@suse.de>
2188
2189 PR go/18926
2190 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2191 Remove blanket xfails. Use message argument for gdb_breakpoint.
2192 Make continuing to breakpoint test conditional on setting breakpoint.
2193 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2194 DW_AT_name attribute. Add xfail for GCC PR93866.
2195
bd360d30
AB
21962020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2197
2198 * gdb.dwarf2/cpp-linkage-name.c: New file.
2199 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2200
c7adb09f 22012020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2202
2203 * lib/gdb.exp (gdb_wrapper_init): Reset
2204 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2205 not exist.
2206
a9c79803
TV
22072020-02-20 Tom de Vries <tdevries@suse.de>
2208
2209 PR go/17018
2210 * gdb.go/hello.exp: Copy ...
2211 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2212 print of st to print value of global definition. Add xfail for GCC
2213 PR93844.
2214 * gdb.go/hello.exp: Remove printing of st before definition.
2215 * gdb.go/hello.go: Copy ...
2216 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2217 to st.
2218 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2219
d7445728
TV
22202020-02-20 Tom de Vries <tdevries@suse.de>
2221
2222 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2223 (gdb_simple_compile): Handle compile_flags go by using .go extension
2224 for source file.
2225 * gdb.go/chan.exp: Use support_go_compile.
2226 * gdb.go/handcall.exp: Same.
2227 * gdb.go/hello.exp: Same.
2228 * gdb.go/integers.exp: Same.
2229 * gdb.go/max-depth.exp: Same.
2230 * gdb.go/methods.exp: Same.
2231 * gdb.go/package.exp: Same.
2232 * gdb.go/strings.exp: Same.
2233 * gdb.go/types.exp: Same.
2234 * gdb.go/unsafe.exp: Same.
2235
c9c41e6d
TV
22362020-02-19 Tom de Vries <tdevries@suse.de>
2237
2238 * gdb.python/lib-types.exp: Make xfail more strict.
2239
f20ff837
TV
22402020-02-19 Tom de Vries <tdevries@suse.de>
2241
2242 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2243
08410482
DE
22442020-02-19 Doug Evans <dje@google.com>
2245
2246 PR rust/25535
2247 * gdb.rust/simple.exp: Add test.
2248 * gdb.rust/simple.rs: Add test.
2249
623563f7
TV
22502020-02-19 Tom de Vries <tdevries@suse.de>
2251
2252 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2253 output line-by-line.
2254
d3308cfd
TV
22552020-02-19 Tom de Vries <tdevries@suse.de>
2256
2257 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2258
86cbc5dc
TV
22592020-02-19 Tom de Vries <tdevries@suse.de>
2260
2261 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2262 prelink.
2263
9db2b96b
TV
22642020-02-19 Tom de Vries <tdevries@suse.de>
2265
2266 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2267 (gdb_do_cache): Use gdb_do_cache_wrap.
2268 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2269
89e2fdc5
TV
22702020-02-19 Tom de Vries <tdevries@suse.de>
2271
2272 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2273 gdb_compile option.
2274
373d7ac0
SM
22752020-02-18 Simon Marchi <simon.marchi@efficios.com>
2276
2277 * gdb.base/printcmds.exp (test_print_enums): Update expected
2278 output.
2279
b29a2df0
SM
22802020-02-18 Simon Marchi <simon.marchi@efficios.com>
2281
2282 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2283 for "unknown".
2284
6740f0cc
SM
22852020-02-18 Simon Marchi <simon.marchi@efficios.com>
2286
2287 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2288 enumerator.
2289
edd45eb0
SM
22902020-02-18 Simon Marchi <simon.marchi@efficios.com>
2291
2292 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2293 FE_, add FE_NONE.
2294 (three): Update.
2295 (enum flag_enum_without_zero): New enum.
2296 (flag_enum_without_zero): New variable.
2297 (enum not_flag_enum): New enum.
2298 (three_not_flag): New variable.
2299 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2300 (test_print_enums): Add more tests for printing flag enums.
2301
d4295de4
TV
23022020-02-18 Tom de Vries <tdevries@suse.de>
2303
2304 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2305 (gdb_compile_ada): ... here.
2306 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2307 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2308
f251f505
TT
23092020-02-14 Tom Tromey <tom@tromey.com>
2310
2311 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2312 build directory.
2313 * boards/gdbserver-base.exp: Update path to gdbserver.
2314
8f432634
TV
23152020-02-13 Tom de Vries <tdevries@suse.de>
2316
2317 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2318
92b6eaf7
TV
23192020-02-13 Tom de Vries <tdevries@suse.de>
2320
2321 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2322 are missing.
2323
f3b0f7fe
TV
23242020-02-13 Tom de Vries <tdevries@suse.de>
2325
2326 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2327 call.
2328
f6be8713
SDJ
23292020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2330
2331 PR tui/25126
2332 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2333 * gdb.base/cached-source-file.c: New file.
2334 * gdb.base/cached-source-file.exp: New file.
2335
b2770d5e
TV
23362020-02-11 Tom de Vries <tdevries@suse.de>
2337
2338 PR testsuite/25488
2339 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2340
44f6938e
TV
23412020-02-10 Tom de Vries <tdevries@suse.de>
2342
2343 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2344
5f0e2eb7
MR
23452020-02-10 Maciej W. Rozycki <macro@wdc.com>
2346
2347 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2348 and $after_addr are both integers before making a comparison.
2349
46ce2b6f
TV
23502020-02-09 Tom de Vries <tdevries@suse.de>
2351
2352 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2353 command output and paste it into gdb.log. If any, paste catch message
2354 to gdb.log.
2355
5abbbe1d
TT
23562020-02-07 Tom Tromey <tromey@adacore.com>
2357
2358 PR breakpoints/24915:
2359 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2360
1d5d29e7
SV
23612020-02-06 Shahab Vahedi <shahab@synopsys.com>
2362
2363 * gdb.tui/tui-missing-src.exp: Add the "missing source
2364 file" test for the TUI.
2365
b0999b9b
AB
23662020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2367
2368 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2369 including a port number in the output.
2370
c3b149eb
AKS
23712020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2372
2373 * lib/fortran.exp (fortran_int4): Handle clang.
2374 (fortran_int8): Likewise.
2375 (fortran_real4): Likewise.
2376 (fortran_real8): Likewise.
2377 (fortran_complex4): Likewise.
2378 (fortran_logical4): Likewise.
2379 (fortran_character1): Likewise.
2380
f8dcc90b
TV
23812020-02-04 Tom de Vries <tdevries@suse.de>
2382
2383 * README (Race detection): Add note.
2384
f90ac7c2
TV
23852020-02-04 Tom de Vries <tdevries@suse.de>
2386
2387 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2388
780636ae
TV
23892020-02-04 Tom de Vries <tdevries@suse.de>
2390
2391 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2392
5d2e1193
RA
23932020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2394
2395 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2396 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2397 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2398 blttar, bnetarl.
2399 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2400 binary for blttar, bnetarl.
2401 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2402 wait instruction. Delete ldmx test.
2403 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2404
e409c542
AKS
24052020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2406
2407 * gdb.fortran/array-bounds-high.exp: New file.
2408 * gdb.fortran/array-bounds-high.f90: New file.
2409
b0029748
LD
24102020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2411
2412 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2413 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2414
195a8287
TV
24152020-02-01 Tom de Vries <tdevries@suse.de>
2416
2417 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2418
42330a68
AB
24192020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2420
2421 PR tui/9765
2422 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2423 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2424
b62a8028
LM
24252020-01-29 Luis Machado <luis.machado@linaro.org>
2426
2427 * gdb.arch/aarch64-brk-patterns.c: New source file.
2428 * gdb.arch/aarch64-brk-patterns.exp: New test.
2429
5f440116
TBA
24302020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2431
2432 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2433 GCC/Clang version.
2434 * gdb.cp/pass-by-ref.exp: Ditto.
2435
ee2a6fc6
TV
24362020-01-29 Tom de Vries <tdevries@suse.de>
2437
2438 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2439 * gdb.threads/watchpoint-fork-mt.c: Same.
2440 * gdb.threads/watchpoint-fork-parent.c: Same.
2441 * gdb.threads/watchpoint-fork-st.c: Same.
2442 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2443
16b10d6e
LM
24442020-01-27 Luis Machado <luis.machado@linaro.org>
2445
2446 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2447 sitting at a syscall instruction when we hit the syscall function's
2448 breakpoint.
2449 Check PC against one obtained with the x command.
2450 Validate syscall number.
2451 (step_over_syscall): Don't continue to the syscall instruction if
2452 we're already there.
2453
b1468492
PW
24542020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2455
2456 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2457
7ffa82e1
AB
24582020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2459
2460 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2461 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2462
3d92a3e3
AB
24632020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2464
2465 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2466 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2467
94a72be7
AB
24682020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2469
2470 * gdb.base/maint.exp: Update line table parsing test.
2471 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2472
53af73bf
PA
24732020-01-24 Pedro Alves <palves@redhat.com>
2474
2475 PR gdb/25410
2476 * gdb.multi/multi-re-run-1.c: New.
2477 * gdb.multi/multi-re-run-2.c: New.
2478 * gdb.multi/multi-re-run.exp: New.
2479
1ba1ac88
AB
24802020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2481
2482 PR gdb/23718
2483 * gdb.server/server-kill-python.exp: New file.
2484
f3364a6d
AB
24852020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2486
2487 * gdb.server/multi-ui-errors.c: New file.
2488 * gdb.server/multi-ui-errors.exp: New file.
2489
733d0a67
AB
24902020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2491
2492 PR tui/9765
2493 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2494
4f13c1c0
TT
24952020-01-19 Tom Tromey <tom@tromey.com>
2496
2497 * gdb.tui/main.exp: Add check for plain "file".
2498
40c94099
CB
24992020-01-16 Christian Biesinger <cbiesinger@google.com>
2500
2501 * lib/gdb.exp: Fix spelling error (seperatelly).
2502
ff47f4f0
TT
25032020-01-14 Tom Tromey <tom@tromey.com>
2504
2505 PR symtab/12535:
2506 * gdb.python/python.exp: Test decode_line with empty string
2507 argument.
2508
717c684d
BE
25092020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2510
2511 * gdb.base/skip-inline.exp: Extend test.
2512
44e4c775
AB
25132020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2516 * gdb.dwarf2/dw2-bad-elf.c: New file.
2517 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2518
d93c6db7
AB
25192020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2520
2521 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2522 _line_saw_file.
2523
9a6d629c
AB
25242020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2525
2526 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2527 border.
2528
d9ebdab7
TBA
25292020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2530
2531 * gdb.multi/multi-target.exp (setup): Factor out "info
2532 connections" and "info inferiors" tests to ...
2533 (test_info_inferiors): ... this new procedure.
2534 (top level): Run new "info-inferiors" tests.
2535
f3c469b9
PA
25362020-01-10 Pedro Alves <palves@redhat.com>
2537
2538 * gdb.server/bkpt-other-inferior.exp: New file.
2539
121b3efd
PA
25402020-01-10 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2543 of "add-inferior".
2544 * gdb.base/quit-live.exp: Likewise.
2545 * gdb.base/remote-exec-file.exp: Likewise.
2546 * gdb.guile/scm-progspace.exp: Likewise.
2547 * gdb.linespec/linespec.exp: Likewise.
2548 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2549 * gdb.mi/user-selected-context-sync.exp: Likewise.
2550 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2551 "info inferiors" tests.
2552 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2553 "add-inferior".
2554 * gdb.multi/watchpoint-multi.exp: Likewise.
2555 * gdb.python/py-inferior.exp: Likewise.
2556 * gdb.server/extended-remote-restart.exp: Likewise.
2557 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2558 "info inferiors".
2559 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2560 * gdb.trace/report.exp: Likewise.
2561
1dadb1dd
PA
25622020-01-10 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.multi/multi-target.c: New file.
2565 * gdb.multi/multi-target.exp: New file.
2566 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2567 mode requested, but remote does not support non-stop".
2568
78f2c40a
PA
25692020-01-10 Pedro Alves <palves@redhat.com>
2570
2571 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2572 disconnect before reconnecting.
2573
e7af6c70
TBA
25742020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2575 Pedro Alves <palves@redhat.com>
2576
2577 * gdb.server/connect-without-multi-process.exp: Also test
2578 continuing to end.
2579
acdf84a6
PA
25802020-01-10 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.base/remote-exec-file.exp: New file.
2583
873657b9
PA
25842020-01-10 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2587 output.
2588 * gdb.threads/async.c: New.
2589 * gdb.threads/async.exp: New.
2590 * gdb.multi/tids-gid-reset.c: New.
2591 * gdb.multi/tids-gid-reset.exp: New.
2592
7f0ae84c
GB
25932020-01-10 George Barrett <bob@bob131.so>
2594
2595 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2596 to help in finding the image relocation offset.
2597 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2598 options in arguments.
2599 (stap_test_no_debuginfo): Likewise.
2600 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2601 test variants.
2602 (stap_test): Add null semaphore relocation test.
2603
47e9d49d
GB
26042020-01-10 George Barrett <bob@bob131.so>
2605
2606 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2607 * gdb.base/stap-probe.exp: Likewise.
2608 (stap_test): Pass argument as an additional flag.
2609 (stap_test_no_debuginfo): Likewise.
2610 (stap_test): Check `info probes stap' output for semaphore
2611 addresses if the test binary is supposed to have them.
2612
f5a7c406
AB
26132020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2614
2615 * gdb.tui/basic.exp: Add more scrolling tests.
2616
9ae6bf64
TT
26172020-01-09 Tom Tromey <tom@tromey.com>
2618
2619 PR tui/18932:
2620 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2621 meangingful value.
2622 (Term::command, Term::resize): Update.
2623 * gdb.tui/basic.exp: Add scrolling test.
2624
b2efe70c
AB
26252020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * gdb.tui/tui-layout-asm.exp: New file.
2628
3804da7e
AB
26292020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2630
2631 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2632
b40aa28f
AB
26332020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2634
2635 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2636 (Term::enter_tui): Use Term::prepare_for_tui.
2637
63ffd7c9
AB
26382020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2639
2640 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2641 called.
2642
3be966f6
AB
26432020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2644
2645 * gdb.base/skip.exp: Fix race condition in test.
2646
153d79c4
AB
26472020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2648
2649 * gdb.base/backtrace.c: New file.
2650 * gdb.base/backtrace.exp: New file.
2651
f2302a34
AB
26522020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2653
2654 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2655
6ec1d75e
PW
26562020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2657
2658 * gdb.base/style.exp: Test that warnings are styled.
2659
c296cbe6
BE
26602019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2661
2662 * gdb.base/line65535.exp: New file.
2663 * gdb.base/line65535.c: New file.
2664
b28a729d
SM
26652019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2666
2667 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2668 * lib/gnat_debug_info_test.adb: New file.
2669 * gdb.ada/ptype_tagged_param.exp: Use
2670 gnat_runtime_has_debug_info, expect a different output if
2671 runtime does not have debug info.
2672
7f2d7a0d
SM
26732019-12-20 Simon Marchi <simon.marchi@efficios.com>
2674
2675 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2676 (another) quote in test name.
2677
f3bce483
SM
26782019-12-20 Simon Marchi <simon.marchi@efficios.com>
2679
2680 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2681 Add quote in test name.
2682
c855a912
TBA
26832019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2684
2685 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2686 directory instead.
2687 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2688 * gdb.cp/pass-by-ref-2.cc: New file.
2689 * gdb.cp/pass-by-ref-2.exp: New file.
2690
fc9d2d72
TT
26912019-12-20 Tom Tromey <tom@tromey.com>
2692
2693 * gdb.tui/list-before.exp: New file.
2694
77b97e00
TT
26952019-12-20 Tom Tromey <tom@tromey.com>
2696
2697 * gdb.tui/list.exp: Check for source on initial listing.
2698
f69656d0
TT
26992019-12-11 Tom Tromey <tromey@adacore.com>
2700
2701 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2702 Add crlf test.
2703
99a55965
SM
27042019-12-18 Simon Marchi <simon.marchi@efficios.com>
2705
2706 * gdb.base/default.exp: Update value of $_gdb_major.
2707
5024637f
BE
27082019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2709
2710 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2711
b63634be
BE
27122019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2713
2714 * gdb.base/skip.exp: Whitespace fix.
2715
45d73523
BE
27162019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2717
2718 * gdb.base/skip-inline.c: New file.
2719 * gdb.base/skip-inline.exp: New file.
2720
d043f8c8
SM
27212019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2722
2723 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2724 jit_function_00 to jit_function_stack_mangle.
2725 * gdb.base/jithost.c (jit_function_t): Rename to...
2726 (jit_function_stack_mangle_t): ... this.
2727 (jit_function_add_t): New typedef.
2728 (jit_function_00_code): Rename to...
2729 (jit_function_stack_mangle_code): ... this, make static.
2730 (jit_function_add_code): New.
2731 (main): Generate "add" function and call it. Adjust to changes
2732 in jithost_abi.
2733 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2734 (struct jithost_abi) <begin, end>: Remove fields.
2735 <object, function_stack_mangle, function_add>: New fields.
2736 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2737 code_end>: Remove fields.
2738 <func_stack_mangle>: New field.
2739 (read_debug_info): Adjust to renaming, create block for "add"
2740 function.
2741 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2742
873de05c
TT
27432019-12-11 Tom Tromey <tom@tromey.com>
2744
2745 * gdb.tui/resize.exp: Fix regexp.
2746 * gdb.tui/regs.exp: Fix regexps.
2747 * gdb.tui/main.exp: Fix regexp.
2748
3d979945
TT
27492019-12-11 Tom Tromey <tom@tromey.com>
2750
2751 * gdb.tui/resize.exp: Update.
2752 * gdb.tui/empty.exp (layouts): Update.
2753
2192a9d3
TT
27542019-12-11 Tom Tromey <tom@tromey.com>
2755
2756 * gdb.tui/regs.exp: Update.
2757 * gdb.tui/empty.exp (layouts): Update.
2758 * gdb.tui/basic.exp: Update.
2759 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2760
d8edc8b7
PW
27612019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2762
2763 * gdb.base/options.exp: Add -raw-values in the print completion list.
2764 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2765
4c12d936
KB
27662019-12-10 Kevin Buettner <kevinb@redhat.com>
2767
2768 * gdb.threads/omp-par-scope.c: New file.
2769 * gdb/threads/omp-par-scope.exp: New file.
2770
26b911fb
KB
27712019-12-10 Kevin Buettner <kevinb@redhat.com>
2772
bb47f919
KB
2773 * lib/gdb.exp (support_nested_function_tests): New proc.
2774
27752019-12-10 Kevin Buettner <kevinb@redhat.com>
2776
2777 * lib/gdb.exp (gdb_compile_openmp): New proc.
2778 (build_executable_from_specs): Add an "openmp" option.
2779 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2780
6c71eb7d
TT
27812019-12-10 Tom Tromey <tromey@adacore.com>
2782
2783 * gdb.ada/unchecked_union.exp: New file.
2784 * gdb.ada/unchecked_union/pck.adb: New file.
2785 * gdb.ada/unchecked_union/pck.ads: New file.
2786 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2787 * gdb-utils.exp (string_to_regexp): Also quote "?".
2788
bac7c5cf
GB
27892019-12-10 George Barrett <bob@bob131.so>
2790
2791 Test scripted probe breakpoints.
2792 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2793 * gdb.python/py-breakpoint.c (main): Likewise.
2794 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2795 specifier test.
2796 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2797
330f1d38
TBA
27982019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2799
2800 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2801 an rvalue parameter.
2802 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2803 parameter.
2804
b43315e2
AB
28052019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2808 modules.
2809
54f73dad
AB
28102019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2813 broken version of GCC.
2814
d57cbee9
AB
28152019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2816
2817 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2818 sym-info-cmds library.
2819 * gdb.fortran/info-types.exp: Likewise.
2820 * lib/sym-info-cmds.exp: New file.
2821
c14aab8c
TV
28222019-12-08 Tom de Vries <tdevries@suse.de>
2823
2824 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2825
aa2d5a42
KS
28262019-12-07 Keith Seitz <keiths@redhat.com>
2827
2828 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2829 * gdb.base/corefile-buildid-shlib.c: New file.
2830 * gdb.base/corefile-buildid.c: New file.
2831 * gdb.base/corefile-buildid.exp: New file.
2832
93e55f0a
TV
28332019-12-06 Tom de Vries <tdevries@suse.de>
2834
2835 * gdb.dwarf2/varval.exp: Add decl before def test.
2836
c7d12402
TBA
28372019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2838
2839 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2840
06acc08f
TBA
28412019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2842
2843 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2844 CV and reference conversion for overload resolution.
2845 * gdb.cp/rvalue-ref-overload.exp: Test it.
2846
e0fad1ea
PW
28472019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2848
2849 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2850 * gdb.base/frameapply.exp: Test faas without command.
2851
8d70a9f0
AB
28522019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2853
2854 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2855 Fortran tests.
2856 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2857 order.
2858
36c8fb93
AB
28592019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2860
2861 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2862 casting to type with no kind specified.
2863 (test_basic_parsing_of_type_kinds): Additional tests for types
2864 with no kind specified, and add tests for single/double
2865 precision/complex types.
2866
4139ff00
TT
28672019-12-04 Tom Tromey <tromey@adacore.com>
2868
2869 * gdb.base/endianity.c (struct other) <x>: New field.
2870 (main): Initialize it.
2871 * gdb.base/endianity.exp: Update.
2872
a05cf17a
TT
28732019-12-04 Tom Tromey <tromey@adacore.com>
2874
2875 * gdb.ada/scalar_storage/storage.adb: New file.
2876 * gdb.ada/scalar_storage/pck.adb: New file.
2877 * gdb.ada/scalar_storage/pck.ads: New file.
2878 * gdb.ada/scalar_storage.exp: New file.
2879
103a685e
TT
28802019-12-04 Tom Tromey <tromey@adacore.com>
2881
2882 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2883 (main): Initialize it.
2884 * gdb.base/endianity.exp: Update.
2885
c2512106
AB
28862019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2887
2888 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2889
293b38d6
AB
28902019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2891
2892 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2893 -symbol-info-module-functions and -symbol-info-module-variables.
2894
216a7e6b
AB
28952019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2896
2897 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2898
5bbd8269
AB
28992019-12-01 Richard Bunt <richard.bunt@arm.com>
2900 Andrew Burgess <andrew.burgess@embecosm.com>
2901
2902 * gdb.fortran/derived-type-striding.exp: New file.
2903 * gdb.fortran/derived-type-striding.f90: New file.
2904 * gdb.fortran/array-slices.exp: New file.
2905 * gdb.fortran/array-slices.f90: New file.
2906
be09caf1
PW
29072019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2908
2909 * gdb.base/define.exp: Test . in command names.
2910 * gdb.base/setshow.exp: Update test, as . is now part of
2911 command name.
2912
643c0cbe
PW
29132019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2914
2915 * gdb.base/define-prefix.exp: New file.
2916
dcdec678
AB
29172019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2918
2919 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2920 compile.
2921 (skip_btrace_pt_tests): Likewise.
2922
640ab947
AB
29232019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2924
2925 * gdb.fortran/info-modules.exp: Compile source files in correct
2926 order.
2927
d22670f0
KB
29282019-11-27 Kevin Buettner <kevinb@redhat.com>
2929
2930 * gdb.dwarf2/imported-unit.exp: New file.
2931 * gdb.dwarf2/imported-unit.c: New file.
2932
db5960b4
AB
29332019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2934
2935 * gdb.mi/mi-fortran-modules-2.f90: New file.
2936 * gdb.mi/mi-fortran-modules.exp: New file.
2937 * gdb.mi/mi-fortran-modules.f90: New file.
2938
7dc42066
AB
29392019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2940
2941 * gdb.mi/mi-sym-info-1.c: New file.
2942 * gdb.mi/mi-sym-info-2.c: New file.
2943 * gdb.mi/mi-sym-info.exp: New file.
2944
0dfeecca
TT
29452019-11-22 Tom Tromey <tromey@adacore.com>
2946
2947 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2948 * gdb.ada/tasks/foo.adb: Add another stopping location.
2949
34877895
PJ
29502019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2951
2952 * gdb.base/endianity.c: New test.
2953 * gdb.base/endianity.exp: New file.
2954
2e84f897
LD
29552019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2956
2957 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2958
65d1cd5f
TV
29592019-11-21 Tom de Vries <tdevries@suse.de>
2960
2961 PR gdb/24956
2962 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2963
4f22c3f4
SDJ
29642019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2965
2966 * gdb.python/py-progspace.exp: Add missing parentheses on some
2967 'print' commands.
2968
9f6ad286
TT
29692019-11-19 Tom Tromey <tom@tromey.com>
2970
2971 * gdb.tui/winheight.exp: New file.
2972
0b8dbf3f
AB
29732019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2974
2975 * gdb.base/ctf-whatis.c: Delete.
2976 * gdb.base/ctf-whatis.exp: Delete.
2977 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2978
f833b7a7
AB
29792019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2980
2981 * gdb.base/ctf-cvexpr.exp: Delete.
2982 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2983
30d0a636
AB
29842019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2985
2986 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2987 the compiler. Clean up header comment a little.
2988 * gdb.base/ctf-ptype.exp: Likewise.
2989 * gdb.base/ctf-whatis.exp: Likewise.
2990 * lib/gdb.exp (skip_ctf_tests): New proc.
2991
494409bb
SDJ
29922019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2993
2994 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2995 * gdb.tui/corefile-run.exp: New file.
2996
55708e99
TT
29972019-11-14 Tom Tromey <tromey@adacore.com>
2998
2999 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3000 regression tests.
3001
45e42163
TT
30022019-11-12 Tom Tromey <tom@tromey.com>
3003
3004 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3005 after any command. Expect prompt after WAIT_FOR is seen.
3006 (enter_tui): Enable resize messages.
3007 (command): Expect command in output.
3008 (get_line): Avoid error when cursor appears to be off-screen.
3009 (dump_screen): Include screen size in title.
3010 (_do_resize): New proc, from "resize".
3011 (resize): Rewrite. Do resize in two steps.
3012 * gdb.tui/empty.exp (layouts): Fix entries.
3013 (check_boxes): Remove xfail.
3014 (check_text): Dump screen on failure.
3015
086baaf1
AB
30162019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * gdb.python/py-symbol.exp: Add test for
3019 gdb.lookup_static_symbols.
3020
09ff83af
AB
30212019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3022
3023 * gdb.python/py-symbol.c: Declare and call function from new
3024 py-symbol-2.c file.
3025 * gdb.python/py-symbol.exp: Compile both source files, and add new
3026 tests for gdb.lookup_static_symbol.
3027 * gdb.python/py-symbol-2.c: New file.
3028
11af934b
TV
30292019-11-02 Tom de Vries <tdevries@suse.de>
3030
3031 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3032 * gdb.base/anon.exp: Same.
3033 * gdb.base/auto-connect-native-target.exp: Same.
3034 * gdb.base/call-ar-st.exp: Same.
3035 * gdb.base/catch-syscall.exp: Same.
3036 * gdb.base/commands.exp: Same.
3037 * gdb.base/default.exp: Same.
3038 * gdb.base/display.exp: Same.
3039 * gdb.base/float.exp: Same.
3040 * gdb.base/foll-fork.exp: Same.
3041 * gdb.base/help.exp: Same.
3042 * gdb.base/info-macros.exp: Same.
3043 * gdb.base/info-proc.exp: Same.
3044 * gdb.base/info-target.exp: Same.
3045 * gdb.base/long_long.exp: Same.
3046 * gdb.base/macscp.exp: Same.
3047 * gdb.base/memattr.exp: Same.
3048 * gdb.base/nofield.exp: Same.
3049 * gdb.base/pointers.exp: Same.
3050 * gdb.base/printcmds.exp: Same.
3051 * gdb.base/ptype.exp: Same.
3052 * gdb.base/restore.exp: Same.
3053 * gdb.base/return.exp: Same.
3054 * gdb.base/scope.exp: Same.
3055 * gdb.base/set-noassign.exp: Same.
3056 * gdb.base/setshow.exp: Same.
3057 * gdb.base/shlib-call.exp: Same.
3058 * gdb.base/signals.exp: Same.
3059 * gdb.base/sigstep.exp: Same.
3060 * gdb.base/skip.exp: Same.
3061 * gdb.base/solib-symbol.exp: Same.
3062 * gdb.base/stap-probe.exp: Same.
3063 * gdb.base/step-line.exp: Same.
3064 * gdb.base/step-test.exp: Same.
3065 * gdb.base/style.exp: Same.
3066 * gdb.base/varargs.exp: Same.
3067 * gdb.base/vla-datatypes.exp: Same.
3068 * gdb.base/vla-ptr.exp: Same.
3069 * gdb.base/vla-sideeffect.exp: Same.
3070 * gdb.base/volatile.exp: Same.
3071 * gdb.base/watch-cond-infcall.exp: Same.
3072 * gdb.base/watchpoint.exp: Same.
3073
e96ec2ba
TV
30742019-11-02 Tom de Vries <tdevries@suse.de>
3075
3076 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3077 * gdb.cp/cpexprs.exp: Same.
3078 * gdb.cp/except-multi-location.exp: Same.
3079 * gdb.cp/exceptprint.exp: Same.
3080 * gdb.cp/gdb2384.exp: Same.
3081 * gdb.cp/inherit.exp: Same.
3082 * gdb.cp/m-static.exp: Same.
3083 * gdb.cp/meth-typedefs.exp: Same.
3084 * gdb.cp/misc.exp: Same.
3085 * gdb.cp/namespace.exp: Same.
3086 * gdb.cp/non-trivial-retval.exp: Same.
3087 * gdb.cp/overload.exp: Same.
3088 * gdb.cp/pr17132.exp: Same.
3089 * gdb.cp/re-set-overloaded.exp: Same.
3090 * gdb.cp/rvalue-ref-types.exp: Same.
3091 * gdb.cp/templates.exp: Same.
3092
bd5766ec
LM
30932019-11-01 Luis Machado <luis.machado@linaro.org>
3094
3095 PR gdb/25124
3096
3097 * gdb.arch/pr25124.S: New file.
3098 * gdb.arch/pr25124.exp: New file.
3099
165f8965
AB
31002019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3101
3102 * gdb.fortran/info-modules.exp: Update expected results, and add
3103 additional tests for 'info module functinos', and 'info module
3104 variables'.
3105 * gdb.fortran/info-types.exp: Update expected results.
3106 * gdb.fortran/info-types.f90: Extend testcase with additional
3107 module variables and functions.
3108
59c35742
AB
31092019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3110
3111 * gdb.fortran/info-modules.exp: New file.
3112 * gdb.fortran/info-types.exp: Build with new file.
3113 * gdb.fortran/info-types.f90: Include and use new module.
3114 * gdb.fortran/info-types-2.f90: New file.
3115
f3fb2519
PW
31162019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3117
3118 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3119 * gdb.base/settings.exp: Test all settings types using
3120 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3121 that now verifies that the value of "maint show" is the same as
3122 returned by the settings functions. Test the type of the
3123 maintenance settings.
3124 * gdb.base/default.exp: Update show_conv_list.
3125
d1e36019
TV
31262019-10-31 Tom de Vries <tdevries@suse.de>
3127
3128 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3129 gdb_test.
3130 * gdb.arch/amd64-disp-step.exp: Same.
3131 * gdb.asm/asm-source.exp: Same.
3132 * gdb.btrace/buffer-size.exp: Same.
3133 * gdb.btrace/cpu.exp: Same.
3134 * gdb.btrace/enable.exp: Same.
3135 * gdb.dwarf2/count.exp: Same.
3136 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3137 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3138 * gdb.fortran/vla-datatypes.exp: Same.
3139 * gdb.fortran/vla-history.exp: Same.
3140 * gdb.fortran/vla-ptype.exp: Same.
3141 * gdb.fortran/vla-value.exp: Same.
3142 * gdb.fortran/whatis_type.exp: Same.
3143 * gdb.guile/guile.exp: Same.
3144 * gdb.multi/tids.exp: Same.
3145 * gdb.python/py-finish-breakpoint.exp: Same.
3146 * gdb.python/py-framefilter.exp: Same.
3147 * gdb.python/py-pp-registration.exp: Same.
3148 * gdb.python/py-xmethods.exp: Same.
3149 * gdb.python/python.exp: Same.
3150 * gdb.server/connect-with-no-symbol-file.exp: Same.
3151 * gdb.server/no-thread-db.exp: Same.
3152 * gdb.server/run-without-local-binary.exp: Same.
3153 * gdb.stabs/weird.exp: Same.
3154 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3155 * gdb.threads/thread-find.exp: Same.
3156 * gdb.threads/tls-shared.exp: Same.
3157 * gdb.threads/tls.exp: Same.
3158 * gdb.threads/wp-replication.exp: Same.
3159 * gdb.trace/ax.exp: Same.
3160 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3161
3d11e68e
TV
31622019-10-31 Tom de Vries <tdevries@suse.de>
3163
3164 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3165 * gdb.ada/array_subscript_addr.exp: Same.
3166 * gdb.ada/arrayidx.exp: Same.
3167 * gdb.ada/arrayparam.exp: Same.
3168 * gdb.ada/arrayptr.exp: Same.
3169 * gdb.ada/boolean_expr.exp: Same.
3170 * gdb.ada/call_pn.exp: Same.
3171 * gdb.ada/complete.exp: Same.
3172 * gdb.ada/fixed_cmp.exp: Same.
3173 * gdb.ada/fun_addr.exp: Same.
3174 * gdb.ada/funcall_param.exp: Same.
3175 * gdb.ada/interface.exp: Same.
3176 * gdb.ada/mod_from_name.exp: Same.
3177 * gdb.ada/null_array.exp: Same.
3178 * gdb.ada/packed_array.exp: Same.
3179 * gdb.ada/packed_tagged.exp: Same.
3180 * gdb.ada/print_chars.exp: Same.
3181 * gdb.ada/print_pc.exp: Same.
3182 * gdb.ada/ptype_arith_binop.exp: Same.
3183 * gdb.ada/ptype_field.exp: Same.
3184 * gdb.ada/ptype_tagged_param.exp: Same.
3185 * gdb.ada/rec_return.exp: Same.
3186 * gdb.ada/ref_tick_size.exp: Same.
3187 * gdb.ada/str_ref_cmp.exp: Same.
3188 * gdb.ada/taft_type.exp: Same.
3189 * gdb.ada/tagged.exp: Same.
3190 * gdb.ada/type_coercion.exp: Same.
3191 * gdb.ada/uninitialized_vars.exp: Same.
3192
60b6ede8
TV
31932019-10-30 Tom de Vries <tdevries@suse.de>
3194
3195 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3196
30baf67b
TV
31972019-10-26 Tom de Vries <tdevries@suse.de>
3198
3199 * gdb.base/bigcore.c: Fix typos in comments.
3200 * gdb.base/ctf-ptype.c: Same.
3201 * gdb.base/long_long.c: Same.
3202 * gdb.dwarf2/dw2-op-out-param.S: Same.
3203 * gdb.python/py-evthreads.c: Same.
3204 * gdb.reverse/i387-stack-reverse.c: Same.
3205 * gdb.trace/tfile.c: Same.
3206 * lib/compiler.c: Same.
3207 * lib/compiler.cc: Same.
3208
158da0d1
TV
32092019-10-25 Tom de Vries <tdevries@suse.de>
3210
3211 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3212 gdb_test_multiple calls.
3213 * gdb.reverse/sigall-reverse.exp: Same.
3214 * gdb.reverse/solib-precsave.exp: Same.
3215 * gdb.reverse/solib-reverse.exp: Same.
3216 * gdb.reverse/until-precsave.exp: Same.
3217 * gdb.reverse/until-reverse.exp: Same.
3218
4ccdfbec
TV
32192019-10-24 Tom de Vries <tdevries@suse.de>
3220
3221 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3222 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3223 kfail using -wrap pattern flag and convenience variable
3224 gdb_test_name.
3225
33d569b7
AB
32262019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3227
3228 * gdb.python/py-progspace.exp: Add tests for the
3229 Progspace.block_for_pc method.
3230
4d0b984b
TT
32312019-10-23 Tom Tromey <tom@tromey.com>
3232
3233 * configure: Rebuild.
3234 * aclocal.m4: Use m4_include, not sinclude.
3235
94cb3754
TV
32362019-10-21 Tom de Vries <tdevries@suse.de>
3237
3238 * gdb.base/infcall-nested-structs.c: Add
3239 __attribute__((noinline,noclone)) to all functions.
3240 (call_all): Add missing variable initialization. Simplify return value.
3241 (breakpt): Increment volatile variable, to prevent call from being
3242 optimized out.
3243 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3244
062f1fc1
TV
32452019-10-17 Tom de Vries <tdevries@suse.de>
3246
3247 * gdb.fortran/module.exp: Allow info variables to print info for files
3248 other than module.f90.
3249
0b54364d
AB
32502019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3251
3252 * gdb.fortran/module.exp: Extend with 'info variables' test.
3253
7ff5fae7
AB
32542019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3255
3256 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3257 F77_FOR_TARGET.
3258
d10eccaa
TV
32592019-10-16 Tom de Vries <tdevries@suse.de>
3260
3261 PR tdep/25096
3262 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3263
745ff14e
TV
32642019-10-16 Tom de Vries <tdevries@suse.de>
3265
3266 PR tdep/24104
3267 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3268 Add KFAIL for PR tdep/25096.
3269
03e1ab94
TV
32702019-10-16 Tom de Vries <tdevries@suse.de>
3271
3272 PR testsuite/25059
3273 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3274
b17fcc10
TV
32752019-10-16 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3278 as signed.
3279
9223170f
SM
32802019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3281
3282 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3283 one instead of increasing timeout.
3284
d6e76313
TV
32852019-10-13 Tom de Vries <tdevries@suse.de>
3286
3287 PR record/25038
3288 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3289 * gdb.reverse/sigall-reverse.exp: Same.
3290 * gdb.reverse/solib-precsave.exp: Same.
3291 * gdb.reverse/solib-reverse.exp: Same.
3292 * gdb.reverse/step-precsave.exp: Same.
3293 * gdb.reverse/until-precsave.exp: Same.
3294 * gdb.reverse/until-reverse.exp: Same.
3295 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3296
6dfc0041
AA
32972019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3298
3299 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3300 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3301 (cmp_struct_05_01, cmp_struct_static_02_01)
3302 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3303 comparisons.
3304
abcf2cc8
TV
33052019-10-10 Tom de Vries <tdevries@suse.de>
3306
3307 PR testsuite/24888
3308 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3309 gnatlink.
3310
a50faaf6
TV
33112019-10-09 Tom de Vries <tdevries@suse.de>
3312
3313 PR testsuite/25048
3314 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3315
60ff3cd7
AB
33162019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3317
3318 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3319 exceptions due to missing debug information.
3320
dfee8566
TV
33212019-10-07 Tom de Vries <tdevries@suse.de>
3322
3323 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3324
3d63690a
AB
33252019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3326
3327 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3328 * gdb.base/annota1.exp: Update to use gdb_test_name.
3329
30d1f018
WP
33302019-10-07 Weimin Pan <weimin.pan@oracle.com>
3331
3332 * gdb.base/ctf-whatis.exp: New file.
3333 * gdb.base/ctf-whatis.c: New file.
3334 * gdb.base/ctf-ptype.exp: New file.
3335 * gdb.base/ctf-ptype.c: New file.
3336 * gdb.base/ctf-constvars.exp: New file.
3337 * gdb.base/ctf-constvars.c: New file.
3338 * gdb.base/ctf-cvexpr.exp: New file.
3339
4dbbb47c
TV
33402019-10-04 Tom de Vries <tdevries@suse.de>
3341
3342 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3343 for loop.
3344
77c2dba3
TT
33452019-10-03 Tom Tromey <tom@tromey.com>
3346
3347 PR rust/24976:
3348 * gdb.rust/simple.rs (Union2): New type.
3349 (main): Use Union2.
3350 * gdb.rust/simple.exp: Add test.
3351
179aed7f
AB
33522019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3353
3354 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3355 nested function prefix.
3356
0a4b0913
AB
33572019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3358 Richard Bunt <richard.bunt@arm.com>
3359 Andrew Burgess <andrew.burgess@embecosm.com>
3360
3361 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3362 nested functions.
3363 * gdb.fortran/nested-funcs.f90: Update expected results.
3364 * gdb.fortran/nested-funcs-2.exp: New file.
3365 * gdb.fortran/nested-funcs-2.f90: New file.
3366
082cce05
AB
33672019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.python/py-parameter.exp: Make test names unique.
3370 * gdb.python/py-template.exp: Likewise.
3371 * gdb.python/py-value.exp: Likewise.
3372
2b74ba5a
AB
33732019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3374
3375 * gdb.base/break-interp.exp: Reduce test name duplication.
3376 * gdb.base/call-sc.exp: Likewise.
3377 * gdb.base/callfuncs.exp: Likewise.
3378 * gdb.base/charset.exp: Likewise.
3379 * gdb.base/dump.exp: Likewise.
3380 * gdb.base/ena-dis-br.exp: Likewise.
3381 * gdb.base/relational.exp: Likewise.
3382 * gdb.base/step-over-syscall.exp: Likewise.
3383 * gdb.base/structs.exp: Likewise.
3384
58eb20d5
AB
33852019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3386
3387 * gdb.linespec/explicit.exp: Make test names unique.
3388 * gdb.linespec/ls-errs.exp: Likewise.
3389
4d421147
AB
33902019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3391
3392 * gdb.reverse/break-precsave.exp: Make test names unique.
3393 * gdb.reverse/break-reverse.exp: Likewise.
3394 * gdb.reverse/finish-precsave.exp: Likewise.
3395 * gdb.reverse/finish-reverse.exp: Likewise.
3396 * gdb.reverse/machinestate-precsave.exp: Likewise.
3397 * gdb.reverse/machinestate.exp: Likewise.
3398 * gdb.reverse/readv-reverse.exp: Likewise.
3399 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3400 * gdb.reverse/sigall-precsave.exp: Likewise.
3401 * gdb.reverse/sigall-reverse.exp: Likewise.
3402 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3403 * gdb.reverse/watch-precsave.exp: Likewise.
3404 * gdb.reverse/watch-reverse.exp: Likewise.
3405
d8c06f22
AB
34062019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3407
3408 * gdb.threads/stop-with-handle.c: New file.
3409 * gdb.threads/stop-with-handle.exp: New file.
3410
3a56ed86
TV
34112019-10-03 Tom de Vries <tdevries@suse.de>
3412
3413 PR testsuite/25059
3414 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3415 directory" line to be missing.
3416
42275044
TV
34172019-10-03 Tom de Vries <tdevries@suse.de>
3418
3419 PR testsuite/25059
3420 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3421 type optional.
3422
9ef62df0
AA
34232019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3424
3425 * gdb.python/py-format-string.c (string.h): New include.
3426 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3427 the same value, for endianness-independence.
3428 * gdb.python/py-format-string.exp (default_regexp_dict)
3429 (test_pretty_structs, test_format): Adjust expected output to the
3430 changed initialization.
3431
37f6a7f4
TT
34322019-10-02 Tom Tromey <tromey@adacore.com>
3433
3434 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3435
1d58d6a2
PA
34362019-10-02 Pedro Alves <palves@redhat.com>
3437 Andrew Burgess <andrew.burgess@embecosm.com>
3438
3439 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3440 "print-file-var.h".
3441 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3442 (get_version_1): Print this_version_id and its address.
3443 Add extern "C" wrappers around interface functions.
3444 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3445 "print-file-var.h".
3446 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3447 (get_version_2): Print this_version_id and its address.
3448 Add extern "C" wrappers around interface functions.
3449 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3450 <stddef.h> and "print-file-var.h".
3451 Add extern "C" wrappers around interface functions.
3452 [VERSION_ID_MAIN] (this_version_id): Define.
3453 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3454 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3455 up extern "C" blocks.
3456 * gdb.base/print-file-var.exp (test): New, factored out from top
3457 level.
3458 (top level): Test all combinations of attribute hidden or not,
3459 dlopen or not, and this_version_id symbol in main file or not.
3460 Compile tests as both C++ and C, make test names unique.
3461
d770d56f
TT
34622019-10-01 Tom Tromey <tom@tromey.com>
3463
3464 * gdb.base/style.exp: Test "show logging filename".
3465
7f6aba03
TT
34662019-10-01 Tom Tromey <tom@tromey.com>
3467
3468 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3469 * gdb.base/style.exp: Add metadata style test.
3470
14309bb6
TT
34712019-10-01 Tom Tromey <tom@tromey.com>
3472
3473 * gdb.base/style.exp: Test "pwd".
3474
2a3c1174
PA
34752019-10-01 Tom Tromey <tom@tromey.com>
3476
3477 * gdb.base/style.exp: Update tests.
3478
53d666ec
AA
34792019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3480
3481 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3482 'six' to unsigned.
3483 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3484 'five'. Use an all-ones bit pattern for each.
3485 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3486 to its changed values.
3487
4a56a520
TT
34882019-09-30 Tom Tromey <tromey@adacore.com>
3489
3490 * gdb.rust/traits.rs: Disable all warnings.
3491
0df0352a
TV
34922019-09-29 Tom de Vries <tdevries@suse.de>
3493
aac66a4c 3494 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3495
73d9a918
TV
34962019-09-29 Tom de Vries <tdevries@suse.de>
3497
3498 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3499
060b3ab4
TV
35002019-09-27 Tom de Vries <tdevries@suse.de>
3501
3502 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3503
68f7d34d
TV
35042019-09-27 Tom de Vries <tdevries@suse.de>
3505
3506 PR record/23188
3507 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3508
5d63b30a
TT
35092019-09-26 Tom Tromey <tromey@adacore.com>
3510
3511 * gdb.ada/py_taft.exp: New file.
3512 * gdb.ada/py_taft/main.adb: New file.
3513 * gdb.ada/py_taft/pkg.adb: New file.
3514 * gdb.ada/py_taft/pkg.ads: New file.
3515
3d435220
TV
35162019-09-24 Tom de Vries <tdevries@suse.de>
3517
3518 PR gdb/24598
3519 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3520
77d03678
TV
35212019-09-22 Tom de Vries <tdevries@suse.de>
3522
3523 * gdb.base/restore.exp: Allow register variables to be optimized out at
3524 -O0.
3525
abf516c6
UW
35262019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3527
3528 * gdb.arch/spu-info.exp: Remove file.
3529 * gdb.arch/spu-info.c: Remove file.
3530 * gdb.arch/spu-ls.exp: Remove file.
3531 * gdb.arch/spu-ls.c: Remove file.
3532
3533 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3534 * gdb.asm/spu.inc: Remove file.
3535
3536 * gdb.base/dump.exp: Remove support for spu*-*-*.
3537 * gdb.base/stack-checking.exp: Likewise.
3538 * gdb.base/overlays.exp: Likewise.
3539 * gdb.base/ovlymgr.c: Likewise.
3540 * gdb.base/spu.ld: Remove file.
3541
3542 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3543 * gdb.cp/cpexprs.exp: Likewise.
3544 * gdb.cp/exception.exp: Likewise.
3545 * gdb.cp/gdb2495.exp: Likewise.
3546 * gdb.cp/mb-templates.exp: Likewise.
3547 * gdb.cp/pr9167.exp: Likewise.
3548 * gdb.cp/userdef.exp: Likewise.
3549
3550 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3551
3552 * gdb.cell: Remove directory.
3553 * lib/cell.exp: Remove file.
3554
e452e88f
TV
35552019-09-19 Tom de Vries <tdevries@suse.de>
3556
3557 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3558
8a625130
TV
35592019-09-19 Tom de Vries <tdevries@suse.de>
3560
3561 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3562
81dc3ab5
TV
35632019-09-19 Tom de Vries <tdevries@suse.de>
3564
3565 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3566 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3567 (gdb_target_cmd): ... here.
3568 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3569 value 2.
3570
b078f3ac
AB
35712019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3572
3573 * gdb.base/source-dir.exp: Avoid having directory names in test
3574 names.
3575
f1b620e9
MG
35762019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3577
3578 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3579 directory.
3580
67f3ed6a
AB
35812019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3582
3583 * gdb.base/list-missing-source.exp: New file.
3584
d1b70248
TV
35852019-09-14 Tom de Vries <tdevries@suse.de>
3586
3587 PR teststuite/24599
3588 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3589 * lib/ada.exp (gnatmake_version_at_least): New proc.
3590
5fabdcd6
AB
35912019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3592
3593 * gdb.base/maint.exp: Use exec_has_index_section.
3594
aa17805f
AB
35952019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3596
3597 * gdb.base/maint.exp: Add test for 'maint info sections'.
3598
25e5c209
TV
35992019-09-12 Tom de Vries <tdevries@suse.de>
3600
3601 * gdb.base/store.exp: Allow register variables to be optimized out at
3602 -O0.
3603
4993045d
PW
36042019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3605
3606 * gdb.ada/rdv_wait.exp: Update to new task names.
3607 * gdb.base/task_switch_in_core.exp: Likewise.
3608 * gdb.base/info_sources_base.c: Likewise.
3609
8a516164
TT
36102019-09-10 Tom Tromey <tromey@adacore.com>
3611
3612 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3613
aa391654
TT
36142019-09-10 Tom Tromey <tromey@adacore.com>
3615
3616 * gdb.ada/dgopt.exp: New file.
3617 * gdb.ada/dgopt/x.adb: New file.
3618
8634b462
TT
36192019-09-08 Tom Tromey <tom@tromey.com>
3620
3621 * gdb.tui/resize.exp: Remove setup_xfail.
3622 * gdb.tui/regs.exp: Remove setup_xfail.
3623 * gdb.tui/basic.exp: Remove setup_xfail.
3624
736b0f76
DB
36252019-09-06 David Blaikie <dblaikie@gmail.com>
3626
3627 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3628 * gdb.cp/cplabel.exp: Ditto.
3629 * gdb.linespec/ls-errs.exp: Ditto.
3630
30331a6c
TV
36312019-09-05 Tom de Vries <tdevries@suse.de>
3632
3633 * lib/gdb.exp (cmp_file_string): New proc.
3634 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3635 runto_main. Verify save breakpoints output.
3636
98b0ebab
PW
36372019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3638
3639 * gdb.base/info-var.exp: Test info variables without running
3640 to main, to avoid expect's buffer overflow.
3641
4e962e74
TT
36422019-09-03 Tom Tromey <tromey@adacore.com>
3643
3644 * gdb.ada/bias.exp: New file.
3645 * gdb.ada/bias/bias.adb: New file.
3646 * gdb.ada/print_chars.exp: Add regression test.
3647 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3648 (MC): New variable.
3649
2ea1a07a
SL
36502019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3651
3652 * gdb.base/argv0-symlink.exp: Run only on native target
3653 and local host.
3654
8077c50d
TV
36552019-08-29 Tom de Vries <tdevries@suse.de>
3656
3657 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3658 diverse debug info.
3659 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3660
48352473
TV
36612019-08-28 Tom de Vries <tdevries@suse.de>
3662
3663 * gdb.base/info-var.exp: Allow info variables to print info for files
3664 other than info-var-f1.c and info-var-f2.c.
3665
d8f27c60
AB
36662019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * gdb.fortran/info-types.exp: Add module.
3669 * gdb.fortran/info-types.f90: Update expected results.
3670
1f20c35e
AB
36712019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3672
3673 * gdb.fortran/info-types.exp: New file.
3674 * gdb.fortran/info-types.f90: New file.
3675 * lib/fortran.exp (fortran_character1): New proc.
3676
4acfdd20
AB
36772019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3680 functions'. Reindent as needed.
3681 * gdb.base/info-var-f1.c: New file.
3682 * gdb.base/info-var-f2.c: New file.
3683 * gdb.base/info-var.exp: New file.
3684 * gdb.base/info-var.h: New file.
3685
5c31b358
TV
36862019-08-26 Tom de Vries <tdevries@suse.de>
3687
3688 PR c++/24852
3689 * gdb.cp/no-libstdcxx-probe.exp: New test.
3690
b694989f
TV
36912019-08-26 Tom de Vries <tdevries@suse.de>
3692
3693 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3694 * tests need to be skipped.
3695 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3696 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3697 mi_skip_libstdcxx_probe_tests.
3698
d9c4ba53
SDJ
36992019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3700
3701 * gdb.python/py-xmethods.exp: Use raw strings when passing
3702 arguments to SimpleXMethodMatcher.
3703
395fad09
TV
37042019-08-22 Tom de Vries <tdevries@suse.de>
3705
3706 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3707 more informative.
3708
26c957f1
PA
37092019-08-21 Pedro Alves <palves@redhat.com>
3710
3711 * gdb.base/with.exp: Test "with" with no arguments.
3712
61f80d5d
TV
37132019-08-21 Tom de Vries <tdevries@suse.de>
3714
3715 * gdb.base/gdb-caching-proc.exp: Sort files.
3716
d7a11d13
TV
37172019-08-20 Tom de Vries <tdevries@suse.de>
3718
3719 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3720 compilation.
3721
34dafe9f
TV
37222019-08-16 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.base/compare-sections.exp ("after run to main"): Allow
3725 mismatched read-only sections for PIE executables.
3726
398fdd60
TT
37272019-08-16 Tom Tromey <tom@tromey.com>
3728
3729 * lib/tuiterm.exp (_csi_Z): New proc.
3730 * gdb.tui/basic.exp: Update window positions.
3731 * gdb.tui/empty.exp: Update window positions.
3732
d8f9e51c
SL
37332019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3734
3735 * gdb.base/examine-backward.exp: Correct regexp for
3736 "examine 3 bytes backward from ${address_zero}".
3737
3df505f6
TT
37382019-08-15 Tom Tromey <tom@tromey.com>
3739
3740 * gdb.tui/empty.exp: Enable resizing tests.
3741
272560b5
TT
37422019-08-15 Tom Tromey <tromey@adacore.com>
3743
3744 * gdb.ada/char_enum.exp: Add regression tests.
3745 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3746 and '0'.
3747 (Char, Gchar): Update.
3748 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3749
08235187
CB
37502019-08-15 Christian Biesinger <cbiesinger@google.com>
3751
3752 * gdb.python/python.exp: Expect a leading underscore on
3753 GdbOutput{,Error}File.
3754
22a2ab04
SL
37552019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3756
3757 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3758 Windows host.
3759
835b995b
SL
37602019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3761
3762 * gdb.base/batch-preserve-term-settings.exp
3763 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3764
97dd8e07
CB
37652019-08-15 Christian Biesinger <cbiesinger@google.com>
3766
3767 * lib/gdb.exp: When running on a mingw target, replace
3768 /x/ with x:/.
3769
75faf5c4
AH
37702019-08-14 Alan Hayward <alan.hayward@arm.com>
3771
3772 * gdb.arch/aarch64-prologue.c: New test.
3773 * gdb.arch/aarch64-prologue.exp: New file.
3774
abc6c00f
TV
37752019-08-13 Tom de Vries <tdevries@suse.de>
3776
3777 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3778 Thread.
3779
74c2c1f4
SL
37802019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3781
3782 * gdb.python/py-completion.exp: Download the .py file to the host
3783 and use its host pathname. Conditionalize tests that use
3784 tab completion and manipulate files on the build machine.
3785 * gdb.python/py-events.exp: Download the .py file to the host
3786 and use its host pathname.
3787 * gdb.python/py-evsignal.exp: Likewise.
3788 * gdb.python/py-evthreads.exp: Likewise.
3789 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3790 pathname syntax.
3791 * gdb.python/py-framefilter.exp: Download the .py file to the right
3792 place on the host. Match Windows pathname syntax.
3793 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3794 .py file to the host and use its host pathname.
3795 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3796 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3797 build pathname. Skip symlink test on Windows host. Add missing
3798 newline at end of file.
3799 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3800 and use its host pathname.
3801 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3802 * gdb.python/py-section-script.exp: Use host location of binfile
3803 on safe-path. Use correct path separator on Windows host.
3804 Reorder alternatives in gdb_test_multiple to prevent matching
3805 the wrong alternative on success.
3806 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3807
ca2589f3
PP
38082019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3809
3810 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3811 expect the GDB inferior to no longer immediately stop after
3812 being resumed with "signal SIGINT".
3813
020a839d
SL
38142019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3815
3816 * gdb.linespec/break-ask.exp: Generalize regexps to match
3817 Windows pathnames too.
3818
128d6509
TV
38192019-08-08 Tom de Vries <tdevries@suse.de>
3820
3821 PR testsuite/24862
3822 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3823
590042fc
PW
38242019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3825
3826 * gdb.base/style.exp: Update tests for help doc new invariants.
3827 * gdb.base/help.exp: Likewise.
3828
046bebe1
TT
38292019-08-06 Tom Tromey <tom@tromey.com>
3830
3831 * gdb.base/style.exp: Add disassemble test.
3832 * gdb.base/style.c (some_called_function): New function.
3833 (main): Use it.
3834
0b27c27d
CB
38352019-08-05 Christian Biesinger <cbiesinger@google.com>
3836
3837 * gdb.python/py-block.exp: Test dictionary access on blocks.
3838
580f1034
SM
38392019-08-05 Simon Marchi <simon.marchi@efficios.com>
3840
3841 PR gdb/24863
3842 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3843 -list-thread-groups --available test when running under
3844 check-read1.
3845
d86bd7cb
TV
38462019-08-05 Tom de Vries <tdevries@suse.de>
3847
3848 PR testsuite/24863
3849 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3850 * gdb.base/help.exp: Use with_read1_timeout_factor.
3851 * gdb.base/info-macros.exp: Same.
3852 * gdb.cp/nested-types.exp: Same.
3853
a80cf5d8
TV
38542019-08-05 Tom de Vries <tdevries@suse.de>
3855
3856 * lib/gdb.exp (version_at_least): Factor out of ...
3857 (tcl_version_at_least): ... here.
3858 (gdb_compile): Fail if pie results in non-PIE executable.
3859 (readelf_version, readelf_prints_pie): New proc.
3860 (exec_is_pie): Return -1 if unknown.
3861
d0962838
TV
38622019-08-05 Tom de Vries <tdevries@suse.de>
3863
3864 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3865
2252ff3d
SL
38662019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3867
3868 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3869
26655f53
SL
38702019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3871
3872 * lib/completion-support.exp (test_gdb_complete_none): Skip
3873 tab completion tests if no readline support.
3874 (test_gdb_complete_unique_re): Likewise.
3875 (test_gdb_complete_multiple): Likewise.
3876
db4dc13e
PW
38772019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3878
3879 * gdb.base/info_sources.exp: New file.
3880 * gdb.base/info_sources.c: New file.
3881 * gdb.base/info_sources_base.c: New file.
3882
0eba165a
PFC
38832019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3884
3885 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3886 prefix argument.
3887 (test_exit_status): Add prefix argument.
3888
59bd512b
TV
38892019-08-01 Tom de Vries <tdevries@suse.de>
3890
3891 PR testsuite/24863
3892 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3893 calling exp_continue for new thread and thread exited messages.
3894
2a3ad588
TV
38952019-08-01 Tom de Vries <tdevries@suse.de>
3896
3897 PR testsuite/24863
3898 * gdb.base/structs.exp: Fix check-read1 timeout using
3899 gdb_test_sequence.
3900 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3901
117eb594
TV
39022019-08-01 Tom de Vries <tdevries@suse.de>
3903
3904 PR testsuite/24863
3905 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3906 line.
3907
ed591340
TV
39082019-08-01 Tom de Vries <tdevries@suse.de>
3909
3910 PR testsuite/24863
3911 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3912
aa3b6533
TT
39132019-07-30 Tom Tromey <tromey@adacore.com>
3914
3915 * gdb.ada/display_nested.exp: New file.
3916 * gdb.ada/display_nested/foo.adb: New file.
3917 * gdb.ada/display_nested/pack.adb: New file.
3918 * gdb.ada/display_nested/pack.ads: New file.
3919
2906593f
CB
39202019-07-30 Christian Biesinger <cbiesinger@google.com>
3921
3922 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3923 namespace.
3924 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3925
0f575925
TV
39262019-07-30 Tom de Vries <tdevries@suse.de>
3927
3928 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3929 instead.
3930
b13057d9
TV
39312019-07-30 Tom de Vries <tdevries@suse.de>
3932
3933 PR testsuite/24834
3934 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3935 (exec_is_pie): New proc.
3936
5c4dde85
CB
39372019-07-29 Christian Biesinger <cbiesinger@google.com>
3938
3939 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3940
c620ed88
CB
39412019-07-29 Christian Biesinger <cbiesinger@google.com>
3942
3943 * gdb.python/py-objfile.c: Add global and static vars.
3944 * gdb.python/py-objfile.exp: Test new functions Objfile.
3945 lookup_global_symbol and lookup_static_symbol.
3946
3d235706
TT
39472019-07-29 Tom Tromey <tom@tromey.com>
3948
3949 * lib/tuiterm.exp (Term::_csi_@): New proc.
3950 (Term::_csi_X): Don't move cursor.
3951
c7e4c0a6
PW
39522019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3953
3954 * gdb.base/options.exp: Update backtrace - completion to
3955 new option -frame-info.
3956 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3957 Test new 'set print frame-info'. Test backtrace -frame-info
3958 overriding 'set print frame-info'.
3959 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3960 Test new 'set print frame-info'.
3961 Verify consistency of backtrace with and without filters, with and
3962 without -no-filters.
3963 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3964 default.
3965
de28a3b7
TV
39662019-07-29 Tom de Vries <tdevries@suse.de>
3967
3968 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3969 no arguments".
3970
507dd60e
TV
39712019-07-29 Tom de Vries <tdevries@suse.de>
3972
3973 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3974 is a substring of the first for "complete non-unique file name".
3975
5beafce9
TV
39762019-07-29 Tom de Vries <tdevries@suse.de>
3977
3978 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3979 with ".*".
3980
2d274232
TV
39812019-07-29 Tom de Vries <tdevries@suse.de>
3982
3983 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3984 Pass prompt_regexp parameter to gdb_test_multiple calls.
3985
9197cd8b
TV
39862019-07-29 Tom de Vries <tdevries@suse.de>
3987
3988 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3989 print registers" regexps.
9197cd8b 3990
b528dae0
TV
39912019-07-29 Tom de Vries <tdevries@suse.de>
3992
3993 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3994
d17725d7
TV
39952019-07-29 Tom de Vries <tdevries@suse.de>
3996
3997 PR gdb/24855
3998 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3999 (skip_python_tests_prompt): Add prompt_regexp argument to
4000 gdb_test_multiple calls.
4001
52b75bf1
TT
40022019-07-27 Tom Tromey <tom@tromey.com>
4003
4004 * gdb.tui/main.exp: New file.
4005
2b1d00c2
TT
40062019-07-27 Tom Tromey <tom@tromey.com>
4007
4008 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4009 optional.
4010 * gdb.tui/empty.exp: New file.
4011
ded631d5
TT
40122019-07-27 Tom Tromey <tom@tromey.com>
4013
4014 * lib/tuiterm.exp (spawn): New proc.
4015 (Term::resize): New proc.
4016 * gdb.tui/resize.exp: New file.
4017
58ac439d
TT
40182019-07-27 Tom Tromey <tom@tromey.com>
4019
4020 * gdb.tui/list.exp: New file.
4021
fe1f56ee
TT
40222019-07-27 Tom Tromey <tom@tromey.com>
4023
4024 * gdb.tui/regs.exp: New file.
4025
f790b310
TT
40262019-07-27 Tom Tromey <tom@tromey.com>
4027
4028 * gdb.tui/basic.exp: Add "layout split" test.
4029
d95fc6ee
TT
40302019-07-27 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.tui/basic.exp: Add "layout asm" test.
4033
c3786b3a
TT
40342019-07-27 Tom Tromey <tom@tromey.com>
4035
4036 * lib/tuiterm.exp: New file.
4037 * gdb.tui/basic.exp: New file.
4038
98a617f8
KB
40392019-07-27 Kevin Buettner <kevinb@redhat.com>
4040
4041 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4042 Enable tests associated with this flag. Adjust regex
4043 referencing "foo_low" to now refer to "foo_cold" instead.
4044
5c076da4
KB
40452019-07-27 Kevin Buettner <kevinb@redhat.com>
4046
4047 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4048 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4049 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4050 foo_cold. Revise comments to match.
4051 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4052 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4053 were wrapped into this proc; Call do_test in loop from outermost
4054 level.
4055 (foo_low): Rename all occurrences to "foo_cold".
4056 (backtrace from baz): New test.
4057 (x2/i foo_cold): New test.
4058 (info line *foo_cold): New test.
4059
1512d3b7
TV
40602019-07-26 Tom de Vries <tdevries@suse.de>
4061
4062 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4063
297989a1
TV
40642019-07-25 Tom de Vries <tdevries@suse.de>
4065
4066 PR testsuite/24830
4067 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4068 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4069 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4070 (skip_libstdcxx_probe_tests): ... here.
4071 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4072
b3b965fb
TV
40732019-07-24 Tom de Vries <tdevries@suse.de>
4074
4075 PR testsuite/24807
4076 * gdb.objc/basicclass.m: Include stdio.h.
4077 * gdb.objc/nondebug.m: Same.
4078 * gdb.objc/objcdecode.m: Same.
4079
4625b4d0
TV
40802019-07-24 Tom de Vries <tdevries@suse.de>
4081
4082 PR testsuite/24612
4083 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4084 additional_flags.
4085
024a5840
TV
40862019-07-24 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/24831
4089 * gdb.multi/tids.exp: Update error messages for info threads.
4090
c76ddaa3
TV
40912019-07-24 Tom de Vries <tdevries@suse.de>
4092
4093 * gdb.base/info-types.exp: Allow info types to print info for more than
4094 one file.
4095
9a618ef6
TV
40962019-07-23 Tom de Vries <tdevries@suse.de>
4097
4098 PR testsuite/24842
4099 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4100 gdb_spawn_with_cmdline_opts.
4101
40eadf04
SP
41022019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4103
4104 * gdb.arch/arm-cmse-sgstubs.c: New test.
4105 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4106
5ba29434
TV
41072019-07-23 Tom de Vries <tdevries@suse.de>
4108
4109 PR testsuite/24711
4110 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4111 issuing next command.
4112
a8e9d247
AB
41132019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.ada/info_auto_lang.exp: Update expected results.
4116 * gdb.base/info-types.c: Add additional types to check.
4117 * gdb.base/info-types.exp: Update expected results.
4118
eb86c5e2
AB
41192019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4120
4121 * gdb.base/info-types.c: New file.
4122 * gdb.base/info-types.exp: New file.
4123
01e175fe
AB
41242019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4125
4126 * gdb.arch/riscv-bp-infcall.c: New file.
4127 * gdb.arch/riscv-bp-infcall.exp: New file.
4128
6b78c3f8
AB
41292019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 PR breakpoints/24541
4132 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4133
da738167
TV
41342019-07-14 Tom de Vries <tdevries@suse.de>
4135
4136 PR testsuite/24760
4137 * gdb.objc/basicclass.exp: Fix unterminated string.
4138
0d4e84ed
AB
41392019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4140 Andrew Burgess <andrew.burgess@embecosm.com>
4141
4142 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4143 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4144 negative bounds.
4145 * gdb.fortran/vla-value.exp: Print elements of an array with
4146 negative bounds.
4147 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4148 testing.
4149
021d8588
AB
41502019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4151
4152 * gdb.base/options.exp (expect_string): Dequote strings in
4153 results.
4154 (test-string): Test strings with different quoting and reindent.
4155
f06f1252
TT
41562019-07-10 Tom Tromey <tromey@adacore.com>
4157
4158 * gdb.ada/mi_ex_cond.exp: Update expected results.
4159 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4160 * gdb.ada/mi_catch_ex.exp: Update expected results.
4161 * gdb.ada/mi_catch_assert.exp: Update expected results.
4162 * gdb.ada/catch_ex.exp (catch_exception_info)
4163 (catch_exception_entry, catch_assert_entry)
4164 (catch_unhandled_entry): Update.
4165 * gdb.ada/catch_assert_if.exp: Update expected results.
4166
b863685d
RB
41672019-07-10 Richard Bunt <richard.bunt@arm.com>
4168 Stephen Roberts <stephen.roberts@arm.com>
4169
4170 * gdb.base/define.exp: Restore original prompt.
4171
cb1e4e32
PA
41722019-07-09 Pedro Alves <palves@redhat.com>
4173
4174 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4175 breakpoints" output.
4176 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4177 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4178 throw" creates breakpoint.
4179 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4180 'type="catchpoint"'.
4181
b58a68fe
PA
41822019-07-09 Pedro Alves <palves@redhat.com>
4183
4184 PR c++/15468
4185 * gdb.cp/except-multi-location-lib.cc: New.
4186 * gdb.cp/except-multi-location-main.cc: New.
4187 * gdb.cp/except-multi-location.exp: New.
4188
0826779b
PW
41892019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4190
4191 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4192 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4193 argument and update callers.
4194
5b0e2db4
AB
41952019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4196
4197 * gdb.arch/amd64-break-on-asm-line.S: New file.
4198 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4199
1f6f6e21
PW
42002019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4201
4202 * gdb.base/printcmds.exp: Test printing C string and
4203 C wide string convenience vars without transiting via the inferior.
4204 Also make test names unique.
4205
ea142fbf
AH
42062019-07-08 Alan Hayward <alan.hayward@arm.com>
4207
5862c886 4208 PR breakpoints/25011
ea142fbf
AH
4209 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4210
213fd9fa
PA
42112019-07-04 Pedro Alves <palves@redhat.com>
4212
4213 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4214 body returned ok(0), break(3) or continue(4).
4215 * gdb.testsuite/foreach_with_prefix.exp: New file.
4216
2b40fda7
AH
42172019-07-04 Alan Hayward <alan.hayward@arm.com>
4218
4219 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4220
a26c8de0
PA
42212019-07-03 Pedro Alves <palves@redhat.com>
4222
4223 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4224 "return -code".
4225
5f4ba3e7
PA
42262019-07-03 Pedro Alves <palves@redhat.com>
4227
4228 PR cli/24732
4229 * gdb.base/shell.exp: Load completion-support.exp.
4230 Adjust expected error output. Add completion tests.
4231
a994424f
PA
42322019-07-03 Pedro Alves <palves@redhat.com>
4233
4234 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4235 string_to_regexp.
4236
3d9be6f5
PA
42372019-07-03 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4240 (expect_integer): Adjust to expect "-string".
4241 (expect_string): New.
4242 (all_options): Expect "-string".
4243 (test-flag, test-boolean): Adjust to expect "-string".
4244 (test-string): New proc.
4245 (top level): Call it.
4246
41fc454c
PA
42472019-07-03 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4250 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4251 the expected output in the success.
4252
b2b2a215
PA
42532019-07-03 Pedro Alves <palves@redhat.com>
4254
4255 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4256 Split one gdb_test_multiple call in two to avoid a race.
4257
fdbc9870
PA
42582019-07-03 Pedro Alves <palves@redhat.com>
4259
4260 * gdb.base/with.c: New file.
4261 * gdb.base/with.exp: New file.
4262
c6ac8931
PA
42632019-07-03 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/settings.exp: Replace all references to "maint
4266 test-settings set" with references to "maint set test-settings",
4267 and all references to "maint test-settings show" with references
4268 to "maint show test-settings".
4269
970f9d09
PA
42702019-07-03 Pedro Alves <palves@redhat.com>
4271
4272 * gdb.base/settings.exp (test-string): Adjust expected out when
4273 testing "maint test-settings show filename"
4274
54d66006
PA
42752019-07-02 Pedro Alves <palves@redhat.com>
4276
4277 * gdb.base/options.exp (test-info-threads): New procedure.
4278 (top level): Call it.
4279
10d06d82
TT
42802019-06-28 Tom Tromey <tromey@adacore.com>
4281
4282 * gdb.dwarf2/ada-linkage-name.c: New file.
4283 * gdb.dwarf2/ada-linkage-name.exp: New file.
4284
3d507ff2
TT
42852019-06-27 Tom Tromey <tromey@adacore.com>
4286
d039f014 4287 PR c++/20020:
3d507ff2
TT
4288 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4289
8af58ffe
TV
42902019-06-26 Tom de Vries <tdevries@suse.de>
4291
4292 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4293
22e21752
TV
42942019-06-26 Tom de Vries <tdevries@suse.de>
4295
4296 * gdb.base/index-cache.exp: Add back missing debug option.
4297
b65b566c
PW
42982019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4299
4300 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4301
5c2c8c69
TV
43022019-06-25 Tom de Vries <tdevries@suse.de>
4303
4304 PR testsuite/24727
4305 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4306
164e3873
TV
43072019-06-24 Tom de Vries <tdevries@suse.de>
4308
4309 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4310
824eacee
TV
43112019-06-24 Tom de Vries <tdevries@suse.de>
4312
4313 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4314 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4315 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4316
385b97d3
TV
43172019-06-24 Tom de Vries <tdevries@suse.de>
4318
4319 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4320
c596f180
TV
43212019-06-21 Tom de Vries <tdevries@suse.de>
4322
4323 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4324
b13a7d03
TV
43252019-06-21 Tom de Vries <tdevries@suse.de>
4326
4327 PR testsuite/24518
4328 PR ada/24713
4329 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4330 index.
4331
899277ae
TT
43322019-06-19 Tom Tromey <tromey@adacore.com>
4333
4334 * gdb.ada/length_cond.exp: Add intro comment.
4335
680e1bee
TT
43362019-06-19 Tom Tromey <tromey@adacore.com>
4337
4338 * gdb.ada/length_cond.exp: New file.
4339 * gdb.ada/length_cond/length_cond.adb: New file.
4340 * gdb.ada/length_cond/pck.adb: New file.
4341 * gdb.ada/length_cond/pck.ads: New file.
4342
0ed4690a
TV
43432019-06-18 Tom de Vries <tdevries@suse.de>
4344
4345 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4346
d20ed5fd
TT
43472019-06-18 Tom Tromey <tromey@adacore.com>
4348
4349 * gdb.base/list0.h: Add comment explaining control character.
4350
86e04673
TV
43512019-06-18 Tom de Vries <tdevries@suse.de>
4352
4353 * boards/fission.exp: Break up long debug_flags line.
4354
c4973306
SM
43552019-06-16 Tom de Vries <tdevries@suse.de>
4356
4357 PR gdb/24445
4358 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4359 generated index.
4360
93cb9841
AB
43612019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4362
4363 PR gdb/24686
4364 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4365 improve detection of bug gdb/24541.
4366
399aaebd
SM
43672019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4368
4369 PR gdb/24669
4370 * gdb.base/index-cache.exp (uses_readnow,
4371 expecting_index_cache_use): Define global variable.
4372 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4373 expecting_index_cache_use.
4374
584a927c
AB
43752019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4376 Andrew Burgess <andrew.burgess@embecosm.com>
4377
4378 * gdb.fortran/pointers.f90: New file.
4379 * gdb.fortran/print_type.exp: New file.
4380 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4381 * gdb.fortran/vla-type.exp: Likewise.
4382 * gdb.fortran/vla-value.exp: Likewise.
4383 * gdb.mi/mi-vla-fortran.exp: Likewise.
4384
30056ea0
AB
43852019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4386
4387 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4388 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4389 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4390 as a stop reason.
4391
ec8e2b6d
AB
43922019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.base/annota1.exp: Update expected results.
4395 * gdb.cp/annota2.exp: Likewise.
4396 * gdb.cp/annota3.exp: Likewise.
4397
09e4c4e1
AB
43982019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4399
4400 * gdb.base/style-logging.exp: Remove path from test name.
4401
0735b091
TT
44022019-06-14 Tom Tromey <tromey@adacore.com>
4403
4404 PR gdb/24502:
4405 * gdb.base/style-logging.exp: New file.
4406
f5686554
TT
44072019-06-14 Tom Tromey <tromey@adacore.com>
4408
4409 * gdb.base/symfile-warn.exp: New file.
4410 * gdb.base/symfile-warn.c: New file.
4411
a0c1ffed
TT
44122019-06-14 Tom Tromey <tromey@adacore.com>
4413
4414 * gdb.base/annotate-symlink.exp: New file.
4415
f411722c
TT
44162019-06-14 Tom Tromey <tromey@adacore.com>
4417
4418 * gdb.ada/set_wstr.exp: Add reassignment test.
4419
4268ec18
TT
44202019-06-14 Tom Tromey <tromey@adacore.com>
4421
4422 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4423 'unchecked_access and 'unrestricted_access as well.
4424
9a9e394b
TT
44252019-06-14 Tom Tromey <tromey@adacore.com>
4426
4427 PR ada/24539:
4428 * gdb.ada/vla.exp: Update tests.
4429 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4430 pragma.
4431
4c048731
PA
44322019-06-13 Pedro Alves <palves@redhat.com>
4433
4434 * gdb.base/settings.exp (test-integer): Test junk after
4435 "unlimited".
4436
6665660a
PA
44372019-06-13 Pedro Alves <palves@redhat.com>
4438
4439 * gdb.base/options.exp (test-thread-apply): New.
4440 (top level): Call it.
4441
5d707134
PA
44422019-06-13 Pedro Alves <palves@redhat.com>
4443
4444 * gdb.base/options.exp (test-frame-apply): New.
4445 (top level): Test print commands with different "frame apply"
4446 prefixes.
4447
e2a689da
PA
44482019-06-13 Pedro Alves <palves@redhat.com>
4449
e79be6e5 4450 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4451 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4452 'max_completions' parameter and handle it.
4453 (test_gdb_completion_offers_commands): New.
4454
90a1ef87
PA
44552019-06-13 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4458
d4c16835
PA
44592019-06-13 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.base/options.exp (test-backtrace): New.
4462 (top level): Call it.
4463
2daf894e
PA
44642019-06-13 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.guile/scm-frame-args.exp: Use "set print
4467 raw-frame-arguments" instead of "set print raw frame-arguments".
4468 * gdb.python/py-frame-args.exp: Likewise.
4469
e6ed716c
PA
44702019-06-13 Pedro Alves <palves@redhat.com>
4471
4472 * gdb.compile/compile.exp: Adjust expected output to option
4473 processing changes.
4474
7d8062de
PA
44752019-06-13 Pedro Alves <palves@redhat.com>
4476
4477 * gdb.base/options.exp: Build executable.
4478 (test-print): New procedure.
4479 (top level): Call it, once for "print" and another for "compile
4480 print".
4481
9d0faba9
PA
44822019-06-13 Pedro Alves <palves@redhat.com>
4483
4484 * gdb.base/options.c: New file.
4485 * gdb.base/options.exp: New file.
4486
dee7b4c8
PA
44872019-06-13 Pedro Alves <palves@redhat.com>
4488
4489 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4490 that "o" is ambiguous.
4491
dca0f6c0
PA
44922019-06-13 Pedro Alves <palves@redhat.com>
4493
4494 * gdb.base/settings.c: New file.
4495 * gdb.base/settings.exp: New file.
4496
ccf46844
PA
44972019-06-13 Pedro Alves <palves@redhat.com>
4498
4499 * gdb.base/completion.exp: Fix comment typo.
4500
b9a3f842
PA
45012019-06-13 Pedro Alves <palves@redhat.com>
4502
4503 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4504 foo --1" test.
4505
d106773e
PA
45062019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4507
4508 * gdb.fortran/block-data.f: New.
4509 * gdb.fortran/block-data.exp: New.
4510
fea82da0
TV
45112019-06-11 Tom de Vries <tdevries@suse.de>
4512
4513 PR testsuite/24521
4514 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4515 message.
4516
8c2e74f1
TV
45172019-06-11 Tom de Vries <tdevries@suse.de>
4518
4519 PR testsuite/24521
4520 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4521
b49851c8
TV
45222019-06-11 Tom de Vries <tdevries@suse.de>
4523
4524 * boards/readnow.exp: New file.
4525
a7067863
AB
45262019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4527
4528 * gdb.fortran/vla-sizeof.exp: Update expected results.
4529
1a3da2cd
AB
45302019-06-06 Amos Bird <amosbird@gmail.com>
4531
4532 * gdb.base/annota1.exp (thread_switch): Add test for
4533 thread-exited annotation.
4534
3847a7bf
TT
45352019-06-06 Tom Tromey <tromey@adacore.com>
4536
4537 * gdb.base/maint.exp: Expect command started/finished output.
4538
0088ba59
AB
45392019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4540
4541 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4542 comment.
4543 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4544
312617a3
AB
45452019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4546
4547 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4548 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4549 * gdb.arch/riscv-unwind-long-insn.c: New file.
4550 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4551
e1f2e1a2
CB
45522019-06-04 Christian Biesinger <cbiesinger@google.com>
4553
d3238f7d 4554 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4555
206584bd
PW
45562019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4557
4558 * lib/gdb.exp (help_list_trailer): New regexp variable
4559 factorizing the help trailer message.
4560 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4561 arg to allow to better factorize various tests.
4562 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4563 (test_prefix_command_help): Use help_list_trailer.
4564 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4565 * gdb.guile/scm-cmd.exp: Likewise.
4566 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4567 * gdb.base/help.exp: Use test_user_defined_class_help.
4568 * gdb.base/style.exp: Add tests for styling of help and apropos.
4569 * lib/gdb-utils.exp (style): Add title and highlight styles.
4570
708dc93e
PW
45712019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4572
4573 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4574 $_shell_exitsignal.
4575 * gdb.base/default.exp: Update for new convenience variables.
4576
f49055a5
TT
45772019-05-29 Tom Tromey <tromey@adacore.com>
4578
4579 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4580 to "break complete ada" test case's regexp.
4581
4330d61d
TT
45822019-05-29 Tom Tromey <tromey@adacore.com>
4583
4584 PR c++/20020:
4585 * gdb.cp/constexpr-field.exp: New file.
4586 * gdb.cp/constexpr-field.cc: New file.
4587
000439d5
TT
45882019-05-29 Tom Tromey <tromey@adacore.com>
4589
4590 * gdb.base/finish.exp (finish_no_print): New proc.
4591 (finish_tests): Call it.
4592
5a01c34c
TV
45932019-05-24 Tom de Vries <tdevries@suse.de>
4594
4595 * gdb.dwarf2/gdb-add-index.exp: New file.
4596
18125b16
TT
45972019-05-22 Tom Tromey <tromey@adacore.com>
4598
4599 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4600 * gdb.base/style.exp: Use "style".
4601 * lib/gdb-utils.exp (style): New proc.
4602
af1a8d03
TV
46032019-05-22 Tom de Vries <tdevries@suse.de>
4604
4605 * gdb.base/align.exp: Require c++11.
4606
e7fe496b
TV
46072019-05-22 Tom de Vries <tdevries@suse.de>
4608
4609 PR testsuite/24586
4610 * gdb.python/py-mi-var-info-path-expression.exp: Call
4611 mi_skip_python_tests to check if python is supported.
4612
8fca4da0
AH
46132019-05-22 Alan Hayward <alan.hayward@arm.com>
4614
4615 * gdb.arch/aarch64-pauth.c: New test.
4616 * gdb.arch/aarch64-pauth.exp: New file.
4617
b7060614
AH
46182019-05-22 Alan Hayward <alan.hayward@arm.com>
4619
4620 * README (Re-running Tests Outside The Testsuite): New section.
4621
669d0468
TV
46222019-05-21 Tom de Vries <tdevries@suse.de>
4623
4624 * gdb.arch/amd64-eval.exp: Require c++11.
4625 * gdb.base/max-depth.exp: Same.
4626 * gdb.compile/compile-cplus-array-decay.exp: Same.
4627 * gdb.cp/meth-typedefs.exp: Same.
4628 * gdb.cp/subtypes.exp: Same.
4629 * gdb.cp/temargs.exp: Same.
4630
ce3ebcaa
AH
46312019-05-21 Alan Hayward <alan.hayward@arm.com>
4632
4633 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4634
34d11c68
AB
46352019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4636
4637 PR gdb/18644
4638 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4639 * gdb.fortran/printing-types.exp: Add new test.
4640 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4641 testing.
4642 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4643 setup_kfail call.
4644
87781e84
AH
46452019-05-17 Alan Hayward <alan.hayward@arm.com>
4646
4647 * README (Running the Testsuite): Change example.
4648 (Testsuite Parameters): Remove TRANSCRIPT.
4649 * lib/gdb.exp: Remove TRANSCRIPT check.
4650
b420b89e
AH
46512019-05-17 Alan Hayward <alan.hayward@arm.com>
4652
4653 * README (Testsuite Parameters): Add replay logging to
4654 GDBSERVER_DEBUG.
4655 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4656 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4657 as a comma separated list.
4658 (gdb_debug_init): Override procedure.
4659
408e9b8b
AH
46602019-05-17 Alan Hayward <alan.hayward@arm.com>
4661
4662 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4663 (gdb_write_cmd_file): New procedure.
4664 * lib/gdbserver-support.exp (gdbserver_start): Call
4665 gdbserver_write_cmd_file.
4666 (gdbserver_write_cmd_file): New procedure.
4667
f9e2e39d
AH
46682019-05-17 Alan Hayward <alan.hayward@arm.com>
4669
4670 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4671 (delete_breakpoints): Likewise.
4672 (gdb_run_cmd): Likewise.
4673 (gdb_start_cmd): Likewise.
4674 (gdb_starti_cmd): Likewise.
4675 (gdb_internal_error_resync): Likewise.
4676 (gdb_test_multiple): Likewise.
4677 (gdb_reinitialize_dir): Likewise.
4678 (default_gdb_exit): Likewise.
4679 (gdb_file_cmd): Mark kill as optional.
4680 (default_gdb_start): Call gdb_stdin_log_init.
4681 (send_gdb): Call gdb_stdin_log_write.
4682 (rerun_to_main): Mark Y as an answer.
4683 (gdb_stdin_log_init): New function.
4684 (gdb_stdin_log_write): Likewise.
4685
81f47ac2
AH
46862019-05-17 Alan Hayward <alan.hayward@arm.com>
4687
4688 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4689 * gdb.base/debug-expr.exp: Likewise.
4690 * gdb.base/foll-fork.exp: Likewise.
4691 * gdb.base/foll-vfork.exp: Likewise.
4692 * gdb.base/fork-print-inferior-events.exp: Likewise.
4693 * gdb.base/gdb-sigterm.exp: Likewise.
4694 * gdb.base/gdbinit-history.exp: Likewise.
4695 * gdb.base/osabi.exp: Likewise.
4696 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4697 * gdb.base/ui-redirect.exp: Likewise.
4698 * gdb.gdb/unittest.exp: Likewise.
4699 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4700 * gdb.mi/mi-watch.exp: Likewise.
4701 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4702 * gdb.mi/user-selected-context-sync.exp: Likewise.
4703 * gdb.python/python.exp: Disable debug test when debugging.
4704 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4705 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4706 Likewise.
4707 * gdb.threads/stepi-random-signal.exp: Likewise.
4708
29b52314
AH
47092019-05-17 Alan Hayward <alan.hayward@arm.com>
4710
4711 * Makefile.in: Pass through GDB_DEBUG.
4712 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4713 (gdb,debug): Add board setting.
4714 * lib/gdb.exp (default_gdb_start): Start debugging.
4715 (gdb_debug_enabled): New procedure.
4716 (gdb_debug_init): Likewise.
29b52314
AH
4717
47182019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4719
29b52314
AH
4720 * Makefile.in: Pass through GDB_DEBUG.
4721 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4722 (gdb,debug): Add board setting.
4723 * lib/gdb.exp (default_gdb_start): Start debugging.
4724 (gdb_debug_enabled): New procedure.
4725 (gdb_debug_init): Likewise.
29b52314 4726
ca1285d1
AH
47272019-05-17 Alan Hayward <alan.hayward@arm.com>
4728
4729 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4730
f3a09c80
AH
47312019-05-17 Alan Hayward <alan.hayward@arm.com>
4732
4733 * gdb.base/ui-redirect.exp: Test redirection.
4734
26648588
JV
47352019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4736
4737 * gdb.mi/mi-complete.exp: New file.
4738 * gdb.mi/mi-complete.cc: Likewise.
4739
14237686
AB
47402019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4741
4742 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4743 indexed and sliced arrays, and pointers to arrays.
4744
e7bd7fba
TT
47452019-05-14 Tom Tromey <tromey@adacore.com>
4746
4747 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4748 styling test.
4749
2764128d
TV
47502019-05-14 Tom de Vries <tdevries@suse.de>
4751
4752 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4753 selection entry encoding.
4754
71bed2db
TT
47552019-05-10 Tom Tromey <tromey@adacore.com>
4756
4757 * gdb.ada/info_exc.exp: Add "complete" test.
4758
63b667ad
TV
47592019-05-09 Tom de Vries <tdevries@suse.de>
4760
4761 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4762 CU-relative.
4763
9cfd2b89
TV
47642019-05-09 Tom de Vries <tdevries@suse.de>
4765
4766 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4767 CU-relative.
4768
2228ef77
XR
47692019-05-08 Joel Brobecker <brobecker@adacore.com>
4770
4771 * gdb.ada/frame_arg_lang.exp: New testcase.
4772 * gdb.ada/frame_arg_lang/bla.adb: New file.
4773 * gdb.ada/frame_arg_lang/pck.ads: New file.
4774 * gdb.ada/frame_arg_lang/pck.adb: New file.
4775 * gdb.ada/frame_arg_lang/foo.c: New file.
4776
80e55b13
TT
47772019-05-08 Tom Tromey <tromey@adacore.com>
4778
4779 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4780
9d3421af
TT
47812019-05-08 Tom Tromey <tromey@adacore.com>
4782
4783 * gdb.base/ptype-offsets.exp: Update tests.
4784
844333e2
TT
47852019-05-08 Tom Tromey <tromey@adacore.com>
4786
4787 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4788 cases.
4789 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4790 "short".
4791
988915ee
TT
47922019-05-08 Tom Tromey <tromey@adacore.com>
4793
4794 * gdb.ada/vla.exp: New file.
4795 * gdb.ada/vla/vla.adb: New file.
4796
7bd55dac
TV
47972019-05-07 Tom de Vries <tdevries@suse.de>
4798
4799 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4800
75f06e9d
TV
48012019-05-07 Tom de Vries <tdevries@suse.de>
4802
4803 PR testsuite/24522
4804 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4805 section.
4806
77e7aaa4
TV
48072019-05-07 Tom de Vries <tdevries@suse.de>
4808
4809 PR testsuite/24522
4810 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4811 .debug_aranges section.
4812
456ba0fa
TV
48132019-05-07 Tom de Vries <tdevries@suse.de>
4814
4815 PR testsuite/24159
4816 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4817
5a56d6a6
TV
48182019-05-06 Tom de Vries <tdevries@suse.de>
4819
4820 * lib/gdb.exp (exec_has_index_section): New proc.
4821 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4822 section.
4823
9d6d4be8
TV
48242019-05-04 Tom de Vries <tdevries@suse.de>
4825
4826 * boards/cc-with-debug-names.exp: New file.
4827
222a8d25
TT
48282019-05-03 Tom Tromey <tromey@adacore.com>
4829
4830 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4831 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4832 * gdb.ada/char_enum.exp: Add test.
4833
0fdfd794
TV
48342019-05-03 Tom de Vries <tdevries@suse.de>
4835
4836 * boards/cc-with-gdb-index.exp: New file.
4837
80062eb9
AB
48382019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4839
4840 * gdb.rust/simple.exp: Add new test case.
4841 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4842 (main): Initialise an instance of the new struct.
4843
4504bbde
TT
48442019-05-01 Tom Tromey <tromey@adacore.com>
4845
4846 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4847 record.
4848 (NPR): New variable.
4849 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4850 test.
4851
d48e62f4
TT
48522019-05-01 Tom Tromey <tromey@adacore.com>
4853
4854 * gdb.ada/packed_array_assign.exp: Add packed assignment
4855 regression test.
4856
f59f30f5
TV
48572019-05-01 Tom de Vries <tdevries@suse.de>
4858
4859 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4860
b70bfc54
TV
48612019-05-01 Tom de Vries <tdevries@suse.de>
4862
4863 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4864
15f18d14
AT
48652019-04-30 Ali Tamur <tamur@google.com>
4866
4867 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4868
2ff0a947
TT
48692019-04-30 Tom Tromey <tromey@adacore.com>
4870
4871 * lib/ada.exp (find_ada_tool): New proc.
4872 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4873 * gdb.ada/catch_ex_std.exp: New file.
4874 * gdb.ada/catch_ex_std/foo.adb: New file.
4875 * gdb.ada/catch_ex_std/some_package.adb: New file.
4876 * gdb.ada/catch_ex_std/some_package.ads: New file.
4877
a776957c
TT
48782019-04-30 Tom Tromey <tromey@adacore.com>
4879
4880 PR c++/24470:
4881 * gdb.cp/temargs.cc: Add test code from PR.
4882
bc68014d
AB
48832019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4884
4885 * gdb.fortran/vla-datatypes.exp: Update expected results.
4886 * gdb.fortran/vla-ptype.exp: Likewise.
4887 * gdb.fortran/vla-type.exp: Likewise.
4888 * gdb.fortran/vla-value.exp: Likewise.
4889
f1fdc960
AB
48902019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4891
4892 * gdb.fortran/ptr-indentation.exp: Update expected results.
4893 * gdb.fortran/ptype-on-functions.exp: Likewise.
4894 * gdb.fortran/vla-ptr-info.exp: Likewise.
4895 * gdb.fortran/vla-value.exp: Likewise.
4896
bf7a4de1
AB
48972019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4898
4899 * gdb.fortran/ptype-on-functions.exp: New file.
4900 * gdb.fortran/ptype-on-functions.f90: New file.
4901
bbe75b9d
AB
49022019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4903
4904 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4905 case void string.
4906
1db455a7
AB
49072019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4908
4909 * gdb.fortran/complex.exp: Expand.
4910 * gdb.fortran/complex.f: Renamed to...
4911 * gdb.fortran/complex.f90: ...this, and extended to add more
4912 complex values.
4913
b6d03bb2
AB
49142019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4915
4916 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4917 MODULO, CMPLX.
4918
2e62ab40
AB
49192019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4920 Richard Bunt <richard.bunt@arm.com>
4921
4922 * gdb.base/max-depth.c: New file.
4923 * gdb.base/max-depth.exp: New file.
4924 * gdb.python/py-nested-maps.c: New file.
4925 * gdb.python/py-nested-maps.exp: New file.
4926 * gdb.python/py-nested-maps.py: New file.
4927 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4928 (test_all_common): Call test_max_depth.
4929 * gdb.fortran/max-depth.exp: New file.
4930 * gdb.fortran/max-depth.f90: New file.
4931 * gdb.go/max-depth.exp: New file.
4932 * gdb.go/max-depth.go: New file.
4933 * gdb.modula2/max-depth.exp: New file.
4934 * gdb.modula2/max-depth.c: New file.
4935 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4936
d2b584a5
TV
49372019-04-29 Tom de Vries <tdevries@suse.de>
4938
4939 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4940
136afab8
PW
49412019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4942
4943 * gdb.base/callexit.exp: Test may-call-functions off.
4944
725cbb63
KS
49452019-04-25 Keith Seitz <keiths@redhat.com>
4946
4947 PR c++/24367
4948 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4949 (another_incomplete_struct, test_incomplete): New definitions.
4950 (main): Use new definitions.
4951 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4952 functions.
4953
701adfb0
PA
49542019-04-25 Ali Tamur <tamur@google.com>
4955
4956 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4957
82433e3e
SDJ
49582019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4959
4960 PR corefiles/11608
4961 PR corefiles/18187
4962 * gdb.base/coredump-filter-build-id.exp: New file.
4963
dd06d4d6
AH
49642019-04-25 Alan Hayward <alan.hayward@arm.com>
4965
e79be6e5
SM
4966 * Makefile.in: Pass through GDBSERVER_DEBUG.
4967 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4968 (gdbserver,debug): Add board setting.
4969 * gdb.trace/tspeed.exp: Skip when debugging.
4970 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4971 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4972
1670072e
TT
49732019-04-24 Tom Tromey <tromey@adacore.com>
4974
4975 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4976 Rust.
4977
a59240a4
TT
49782019-04-24 Tom Tromey <tromey@adacore.com>
4979
4980 * gdb.arch/amd64-eval.exp: Test bitfield return.
4981 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4982 (class Foo) <return_bitfields>: New method.
4983 (main): Call it.
4984
b907456c
AB
49852019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4986
4987 * gdb.cp/many-args.cc: New file.
4988 * gdb.cp/many-args.exp: New file.
4989
5c565afd
TV
49902019-04-23 Tom de Vries <tdevries@suse.de>
4991
4992 PR gdb/24433
4993 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4994
ba22ff86
AH
49952019-04-23 Alan Hayward <alan.hayward@arm.com>
4996
4997 * gdb.trace/backtrace.exp: Use nopie flag.
4998 * gdb.trace/circ.exp: Likewise.
4999 * gdb.trace/collection.exp: Likewise.
5000 * gdb.trace/ftrace.exp: Likewise.
5001 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5002 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5003 * gdb.trace/qtro.exp: Likewise.
5004 * gdb.trace/read-memory.exp: Likewise.
5005 * gdb.trace/report.exp: Likewise.
5006 * gdb.trace/tfile.exp: Likewise.
5007 * gdb.trace/tfind.exp: Likewise.
5008 * gdb.trace/unavailable.exp: Likewise.
5009
7905fc35
PA
50102019-04-22 Pedro Alves <palves@redhat.com>
5011
5012 * gdb.base/solib-probes-nosharedlibrary.c,
5013 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5014
8ecb59f8
TT
50152019-04-19 Tom Tromey <tromey@adacore.com>
5016
5017 * gdb.ada/ptype_union.c: New file.
5018 * gdb.ada/ptype_union.exp: New file.
5019
62160ec9
TT
50202019-04-19 Tom Tromey <tromey@adacore.com>
5021
5022 PR symtab/24423:
5023 * gdb.base/list0.h (foo): Add a control-l character.
5024
36cd4ba5
TV
50252019-04-18 Tom de Vries <tdevries@suse.de>
5026
5027 PR gdb/24433
5028 * boards/local-board.exp: Set sysroot to "".
5029
b73715df
TV
50302019-04-18 Tom de Vries <tdevries@suse.de>
5031 Pedro Alves <palves@redhat.com>
5032
5033 PR gdb/24454
5034 * gdb.threads/vfork-follow-child-exec.c: New file.
5035 * gdb.threads/vfork-follow-child-exec.exp: New file.
5036 * gdb.threads/vfork-follow-child-exit.c: New file.
5037 * gdb.threads/vfork-follow-child-exit.exp: New file.
5038
4aa866af
LS
50392019-04-15 Leszek Swirski <leszeks@google.com>
5040
5041 * gdb.arch/amd64-eval.cc: New file.
5042 * gdb.arch/amd64-eval.exp: New file.
5043
e5a1a79a
AH
50442019-04-11 Alan Hayward <alan.hayward@arm.com>
5045
5046 * gdb.server/sysroot.c: New test.
5047 * gdb.server/sysroot.exp: New file.
5048 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5049 matching param.
5050
41077b66
AB
50512019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5052
5053 * gdb.base/align.exp: Extend test to cover structures containing
5054 only static fields.
5055
c30391f8
TV
50562019-04-11 Tom de Vries <tdevries@suse.de>
5057
5058 * boards/cc-with-dwz-m.exp: New file.
5059 * boards/cc-with-dwz.exp: New file.
5060 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5061
e242fd12
SM
50622019-04-09 Simon Marchi <simon.marchi@efficios.com>
5063
5064 * gdb.base/start-cpp.exp: New file.
5065 * gdb.base/start-cpp.cc: New file.
5066
2b0c8b01
KB
50672019-04-08 Kevin Buettner <kevinb@redhat.com>
5068
5069 * gdb.python/py-thrhandle.exp: Adjust tests to call
5070 thread_from_handle instead of thread_from_thread_handle.
5071
947210e5
KB
50722019-04-08 Kevin Buettner <kevinb@redhat.com>
5073
5074 * gdb.python/py-thrhandle.exp: Add tests for
5075 gdb.InferiorThread.handle.
5076
d7df6549
AB
50772019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5078
5079 * gdb.python/py-function.exp: Check calling helper function from
5080 all languages.
5081 * lib/gdb.exp (gdb_supported_languages): New proc.
5082
8bdc1658
AB
50832019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5084
5085 * gdb.base/complex-parts.c: New file.
5086 * gdb.base/complex-parts.exp: New file.
5087
05caa1d2
TT
50882019-04-01 Tom Tromey <tromey@adacore.com>
5089
5090 PR symtab/23331:
5091 * gdb.dwarf2/dw2-ranges-main.c: New file.
5092 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5093 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5094
7734102d
EZ
50952019-03-30 Simon Marchi <simark@simark.ca>
5096
5097 * gdb.base/default.exp: Add values for $_gdb_major and
5098 $_gdb_minor.
5099
188e1fa9
TT
51002019-03-29 Tom Tromey <tromey@adacore.com>
5101
5102 * gdb.base/help.exp: Tighten apropos regexp.
5103
2880242d
KS
51042019-03-29 Keith Seitz <keiths@redhat.com>
5105
5106 * gdb.fortran/array-bounds.exp: New file.
5107 * gdb.fortran/array-bounds.f90: New file.
5108
077cad8e
PW
51092019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5110
5111 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5112
80047cfc
PW
51132019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5114
5115 * gdb.multi/hello.c (main): Increase alarm timer.
5116
f489207e
SL
51172019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5118
5119 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5120 factor when no hardware watchpoint support.
5121
c92df149
AH
51222019-03-28 Alan Hayward <alan.hayward@arm.com>
5123 Pedro Alves <palves@redhat.com>
5124
5125 * boards/local-board.exp: set sysroot to /.
5126
933aebfa
AH
51272019-03-27 Alan Hayward <alan.hayward@arm.com>
5128
5129 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5130 in child.
5131
9f9aa852
AB
51322019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5133
5134 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5135 field.
5136 (make_container): Initialise new field.
5137 * gdb.python/py-prettyprint.exp: Add new tests.
5138 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5139 <display_hint>: New method.
5140
3714a195
AB
51412019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5142
5143 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5144 gdb_continue_to_breakpoint more throughout this test.
5145 (run_lang_tests) Supply unique test names, and use
5146 gdb_test_no_output.
5147
18c77628
AB
51482019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5149
5150 * gdb.base/finish-pretty.exp: Update expected results.
5151 * gdb.base/pretty-print.c: New file.
5152 * gdb.base/pretty-print.exp: New file.
5153
9a93502f
PA
51542019-03-25 Pedro Alves <palves@redhat.com>
5155
5156 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5157 move comments outside list. Append '-i "" eof' section.
5158
968aa7ae
AH
51592019-03-22 Alan Hayward <alan.hayward@arm.com>
5160
34a7f2a4 5161 PR testsuite/25016
968aa7ae
AH
5162 * README: Add pie options.
5163 * gdb.base/break-interp.exp: Ensure pie is disabled.
5164 * gdb.base/dump.exp: Likewise.
5165 * lib/gdb.exp (gdb_compile): Add pie option.
5166
4c7d57e7
TT
51672019-03-19 Tom Tromey <tromey@adacore.com>
5168
5169 * gdb.mi/mi2-cli-display.c: New file.
5170 * gdb.mi/mi2-cli-display.exp: New file.
5171
bff8c71f
TT
51722019-03-18 Joel Brobecker <brobecker@adacore.com>
5173 Tom Tromey <tromey@adacore.com>
5174
5175 * gdb.ada/ptype_array/pck.adb: New file.
5176 * gdb.ada/ptype_array/pck.ads: New file.
5177 * gdb.ada/ptype_array/foo.adb: New file.
5178 * gdb.ada/ptype_array.exp: New file.
5179
d085f989
TT
51802019-03-14 Tom Tromey <tromey@adacore.com>
5181
5182 * gdb.base/style.exp: Add "set style sources" test.
5183
b4be1b06
SM
51842019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5185
5186 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5187 * mi-breakpoint-multiple-locations.exp: ... this.
5188 (make_breakpoints_pattern): New proc.
5189 (do_test): Add mi_version parameter, test -break-insert,
5190 -break-info and =breakpoint-created.
5191
7cde5fc2
AB
51922019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5193
5194 * config/default.exp: Remove 'load_lib gdb.exp'.
5195 * config/monitor.exp: Likewise.
5196 * config/sid.exp: Likewise.
5197 * config/sim.exp: Likewise.
5198 * config/slite.exp: Likewise.
5199 * config/unix.exp: Likewise.
5200 * gdb.base/default.exp: Remove unhelpful comment.
5201
efbecbc1
AB
52022019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5205
0841c79a
AB
52062019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5207
5208 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5209
4a270568
AB
52102019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5211
5212 * gdb.fortran/type-kinds.exp: Update expected results.
5213
067630bd
AB
52142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5217
3be47f7a
AB
52182019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5219
5220 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5221 function.
5222 (test_basic_parsing_of_type_kinds): Expand types tested.
5223 (test_parsing_invalid_type_kinds): New function.
5224
4d00f5d8
AB
52252019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5226
5227 * gdb.fortran/intrinsics.exp: New file.
5228 * gdb.fortran/intrinsics.f90: New file.
5229 * gdb.fortran/type-kinds.exp: New file.
5230
c8f91604
AB
52312019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5232
5233 * gdb.fortran/dot-ops.exp: New file.
5234
dd9f2c76
AB
52352019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5236
5237 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5238 Check upper and lower case logical literals.
5239
84ec9724
AB
52402019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5241
5242 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5243 Remove duplicate tests.
5244
c3734e09
AH
52452019-03-06 Alan Hayward <alan.hayward@arm.com>
5246
5247 * lib/gdb.exp (builtin_cd): rename of cd.
5248 (cd): Override builtin.
5249
aa3cfbda
RB
52502019-03-06 Richard Bunt <richard.bunt@arm.com>
5251
5252 * gdb.fortran/function-calls.exp: New file.
5253 * gdb.fortran/function-calls.f90: New test.
5254
7b63ad86
RB
52552019-03-04 Richard Bunt <richard.bunt@arm.com>
5256
5257 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5258 on user program standard output.
5259 * gdb.fortran/short-circuit-argument-list.f90: Record function
5260 calls.
5261
01abb042
AH
52622019-02-28 Alan Hayward <alan.hayward@arm.com>
5263
c3734e09
AH
5264 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5265 failure.
01abb042 5266
92137da0
RO
52672019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5268
5269 PR gdb/8527
5270 * gdb.base/interrupt-daemon-attach.c,
5271 gdb.base/interrupt-daemon-attach.exp: New test.
5272
5862844d
PA
52732019-02-27 Pedro Alves <palves@redhat.com>
5274
5275 * gdb.base/page.exp: Add tests for "set width/height -1".
5276
8ed25214
PA
52772019-02-27 Pedro Alves <palves@redhat.com>
5278
5279 * gdb.base/page.exp: Add tests for "set/show width/height" with
5280 "infinite" values.
5281
6c28e44a
TT
52822019-02-27 Tom Tromey <tromey@adacore.com>
5283
5284 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5285 2.4.
5286 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5287 workaround.
5288
bf9a735e
AB
52892019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5290
5291 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5292 tests for structs with static members.
5293
8791793c
TT
52942019-02-26 Tom Tromey <tromey@adacore.com>
5295
5296 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5297 ValueError, not TypeError.
5298
bc2a507e
KB
52992019-02-26 Kevin Buettner <kevinb@redhat.com>
5300
5301 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5302 call from main program.
5303
e0e7d3bd
JB
53042019-02-23 Joel Brobecker <brobecker@adacore.com>
5305
5306 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5307 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5308 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5309 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5310 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5311
9600246d
KS
53122019-02-22 Keith Seitz <keiths@redhat.com>
5313
5314 PR symtab/23853
5315 * gdb.base/symlink-sourcefile.c: New file.
5316 * gdb.base/symlink-sourcefile.exp: New file.
5317
0c95f9ed
TT
53182019-02-20 Tom Tromey <tom@tromey.com>
5319
5320 * gdb.base/info_qt.exp: Update.
5321
6caa91b6
SM
53222019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5323
5324 * gdb.base/source.exp: Move "error in sourced script" code to
5325 the end.
5326 * gdb.base/source-error.gdb: Move contents to
5327 source-error-1.gdb. Add new code to source source-error-1.gdb.
5328 * gdb.base/source-error-1.gdb: New file, from previous
5329 source-error.gdb.
5330
6506371f
TT
53312019-02-17 Tom Tromey <tom@tromey.com>
5332
5333 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5334 for macro styling.
5335 * gdb.base/style.c (SOME_MACRO): New macro.
5336
a0087920
TT
53372019-02-17 Tom Tromey <tom@tromey.com>
5338
5339 * gdb.base/style.exp: Add line-wrapping tests.
5340 * gdb.base/page.exp: Add test for quitting during pagination.
5341
a2cd4f14
JB
53422019-02-17 Joel Brobecker <brobecker@adacore.com>
5343
5344 * gdb.ada/big_packed_array: New testcase.
5345 * gdb.ada/homonym.exp: Fix incorrect expected output for
5346 "break <homonym__get_value>" test.
5347
9d70ffbc
WP
53482019-02-13 Weimin Pan <weimin.pan@oracle.com>
5349
5350 PR breakpoints/21870
5351 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5352 and prepare_for_testing. Add comment.
5353 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5354 redundant cleanup call. Clean up comment.
5355
01c7ae81
WP
53562019-02-12 Weimin Pan <weimin.pan@oracle.com>
5357
5358 PR breakpoints/21870
5359 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5360 * gdb.arch/aarch64-dbreg-contents.c: New file.
5361
aff29d1c
JB
53622019-02-10 Joel Brobecker <brobecker@adacore.com>
5363
5364 * gdb.ada/mi_ref_changeable: New testcase.
5365
df0da8a2
AH
53662019-02-07 Alan Hayward <alan.hayward@arm.com>
5367
5368 * gdb.base/attach.exp: Add double attach test.
5369
bd447abb
SM
53702019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5371
5372 * lib/gdb.exp (default_gdb_start): Don't match pagination
5373 prompt.
5374 (gdb_init): Set stty_init.
5375
1dbc40b9
TT
53762019-01-27 Tom Tromey <tom@tromey.com>
5377
5378 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5379 skip_python_tests.
5380
353229bf
AH
53812019-01-24 Alan Hayward <alan.hayward@arm.com>
5382
5383 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5384 New structure.
5385 (struct struct_static_02_02): Likewise.
5386 (struct struct_static_02_03): Likewise.
5387 (struct struct_static_02_04): Likewise.
5388 (struct struct_static_04_01): Likewise.
5389 (struct struct_static_04_02): Likewise.
5390 (struct struct_static_04_03): Likewise.
5391 (struct struct_static_04_04): Likewise.
5392 (struct struct_static_06_01): Likewise.
5393 (struct struct_static_06_02): Likewise.
5394 (struct struct_static_06_03): Likewise.
5395 (struct struct_static_06_04): Likewise.
5396 (cmp_struct_static_02_01): Likewise.
5397 (cmp_struct_static_02_02): Likewise.
5398 (cmp_struct_static_02_03): Likewise.
5399 (cmp_struct_static_02_04): Likewise.
5400 (cmp_struct_static_04_01): Likewise.
5401 (cmp_struct_static_04_02): Likewise.
5402 (cmp_struct_static_04_03): Likewise.
5403 (cmp_struct_static_04_04): Likewise.
5404 (cmp_struct_static_06_01): Likewise.
5405 (cmp_struct_static_06_02): Likewise.
5406 (cmp_struct_static_06_03): Likewise.
5407 (cmp_struct_static_06_04): Likewise.
5408 (call_all): Test new structs.
5409 * gdb.base/infcall-nested-structs.exp: Likewise.
5410
73021deb
AH
54112019-01-21 Alan Hayward <alan.hayward@arm.com>
5412 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5413
fc65c7db
AH
54142019-01-21 Alan Hayward <alan.hayward@arm.com>
5415 * gdb.base/stack-protector.c: New test.
5416 * gdb.base/stack-protector.exp: New file.
5417 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5418 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5419 option.
5420 (gdb_compile): Remove stack protector for GCC and prevent
5421 recursion.
5422
c24bdb02
KS
54232019-01-16 Keith Seitz <keiths@redhat.com>
5424
5425 PR gdb/23773
5426 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5427
6f072a10
PFC
54282019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5429
5430 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5431 aliases.
5432 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5433 tests.
5434 * gdb.arch/powerpc-vector-regs.c: New file.
5435 * gdb.arch/powerpc-vector-regs.exp: New file.
5436
a7b8d682
PFC
54372019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5438
5439 * gdb.arch/altivec-regs.exp: Fix the list passed to
5440 gdb_expect_list when testing "info vector".
5441
6eb6fb67
AB
54422019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5443
5444 * gdb.base/style.exp: Don't include path in testname.
5445
b56f80d8
KS
54462019-01-10 Keith Seitz <keiths@redhat.com>
5447
5448 PR gdb/23712
5449 PR symtab/23010
5450 * gdb.dwarf2/multidictionary.exp: New file.
5451
041be526
SM
54522019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5453
5454 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5455 (test_gnuv3_style_demangling): ... this.
5456 (test_lucid_style_demangling): Remove.
5457 (test_arm_style_demangling): Remove.
5458 (test_hp_style_demangling): Remove.
5459 (do_tests): Remove calls to the above.
5460
d820d0c3
AB
54612019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5462
5463 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5464 case.
5465
f097f5ad
TT
54662019-01-06 Tom Tromey <tom@tromey.com>
5467
5468 PR gdb/28155:
5469 * gdb.dwarf2/typedef-void-finish.exp: New file.
5470
2cd8cc0b
TT
54712018-12-28 Tom Tromey <tom@tromey.com>
5472 Simon Marchi <simark@simark.ca>
5473
5474 * gdb.base/jit-exec.exp: New file.
5475 * gdb.base/jit-exec.c: New file.
5476 * gdb.base/jit-execd.c: New file.
5477
35fb8261
TT
54782018-12-28 Tom Tromey <tom@tromey.com>
5479
5480 * gdb.base/style.exp: Update test to check for address styling.
5481
47fd17cd
TT
54822018-12-28 Tom Tromey <tom@tromey.com>
5483
5484 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5485 message.
5486
d47032b7
TT
54872018-12-28 Tom Tromey <tom@tromey.com>
5488
5489 * gdb.base/style.exp: Add test for version number styling.
5490
af79b68d
TT
54912018-12-28 Tom Tromey <tom@tromey.com>
5492
5493 * gdb.base/style.exp: Add test for print_address_symbolic.
5494
0bb296cb
TT
54952018-12-28 Tom Tromey <tom@tromey.com>
5496
5497 * gdb.base/style.exp: Add test for breakpoint setting.
5498
80ae2043
TT
54992018-12-28 Tom Tromey <tom@tromey.com>
5500
5501 * gdb.base/style.exp: Add test for variable names.
5502
cbe56571
TT
55032018-12-28 Tom Tromey <tom@tromey.com>
5504
5505 * gdb.base/style.exp: New file.
5506 * gdb.base/style.c: New file.
5507
9162a27c
TT
55082018-12-28 Tom Tromey <tom@tromey.com>
5509
5510 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5511 "dumb".
5512 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5513 the TERM environment variable.
5514
bc543c90
TT
55152018-12-27 Tom Tromey <tom@tromey.com>
5516
5517 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5518 pagination test.
5519
6f0ffe50
AB
55202018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5521
5522 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5523 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5524
b5a1e557
PW
55252018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5526
5527 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5528 Filename a.adb changed to bp_fun_addr.adb.
5529 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5530
6e8b1ab2
JV
55312018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5532
5533 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5534 non-PIE executables.
5535 * README: Mention the gdb,nopie_flag board setting.
5536 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5537 non-PIE executable.
5538 * gdb.arch/amd64-entry-value.exp: Likewise.
5539 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5540 * gdb.arch/i386-float.exp: Likewise.
5541 * gdb.arch/i386-signal.exp: Likewise.
5542 * gdb.mi/mi-reg-undefined.exp: Likewise.
5543
d00a27c5
PM
55442018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5545
5546 PR gdb/23974
5547 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5548
161d081c
PW
55492018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5550
5551 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5552 Update order of results accordingly.
5553
b001de23
AB
55542018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5555
5556 * gdb.base/annota1.exp: Update a test regexp.
5557
99e1a184
AB
55582018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5559
5560 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5561
7a81c1e2
PW
55622018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5563
5564 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5565 (reuse_time): Initialize to REUSE_TIME_CAP.
5566 (check_rc): New function.
5567 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5568 Check pthread_create rc.
5569 (spawner_thread_func): Check pthread_create and pthread_join rc.
5570
73e8dc90
PA
55712018-12-08 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/list.exp (test_forward_search): Rename to ...
5574 (test_forward_reverse_search): ... this. Also test reverse-search
5575 and the forward-search alias.
5576
13f2ed32
AB
55772018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5578
5579 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5580 local timeout variable before return, and remove all local timeout
5581 variable entirely.
5582 (gdb_load): Likewise.
5583
64d27cfc
TV
55842018-12-01 Tom de Vries <tdevries@suse.de>
5585
5586 * gdb.base/gdb-caching-proc.exp: New file.
5587
f63c03b4
SDJ
55882018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5589
5590 * Makefile.in (TIMESTAMP): New variable.
5591 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5592 command.
5593 (check-single-racy): Likewise.
5594 (check/%.exp): Likewise.
5595 (check-racy/%.exp): Likewise.
5596 (workers/%.worker): Likewise.
5597 (build-perf): Likewise.
5598 (check-perf): Likewise.
5599 * README: Describe new "TS" and "TS_FORMAT" variables.
5600 * print-ts.py: New file.
5601
1c97054b
BF
56022018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5603
5604 PR python/23714
5605 * gdb.python/python.exp: Test command repetition after
5606 gdb.execute.
5607
1871a62d
AB
56082018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5609
5610 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5611 is correctly aligned.
5612
fb5e1ed9
PW
56132018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5614
5615 * gdb.ada/info_auto_lang.exp: New testcase.
5616 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5617 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5618 * gdb.ada/info_auto_lang/some_c.c: New file.
5619
43d397ca
PW
56202018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5621
5622 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5623 FUNC_lang language syntax.
5624
beddd671
PW
56252018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5626
5627 * gdb.base/info_minsym.c: New file.
5628 * gdb.base/info_minsym.exp: New file.
5629
73fc52c4
TT
56302018-11-19 Tom Tromey <tom@tromey.com>
5631
5632 PR rust/23625:
5633 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5634 * gdb.rust/expr.exp: Update expected output. Change one test.
5635
994b876a
TT
56362018-11-19 Tom Tromey <tom@tromey.com>
5637
5638 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5639
6769f276
PA
56402018-11-19 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5643 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5644 see the expected warning.
5645
38a72da0
AH
56462018-11-16 Alan Hayward <alan.hayward@arm.com>
5647
5648 PR gdb/22736:
5649 * gdb.cp/infcall-nodebug-lib.c: New test.
5650 * gdb.cp/infcall-nodebug-main.c: New test.
5651 * gdb.cp/infcall-nodebug.exp: New file.
5652
53a89d6e
SM
56532018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5654
5655 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5656 completer tests.
5657
9325300d
TV
56582018-11-09 Tom de Vries <tdevries@suse.de>
5659
5660 * gdb.base/msym-lang.c: New test.
5661 * gdb.base/msym-lang.exp: New file.
5662 * gdb.base/msym-lang-main.c: New test.
5663
20f0d60d
TT
56642018-11-08 Tom Tromey <tom@tromey.com>
5665
5666 PR gdb/23555:
5667 PR gdb/23838:
5668 * gdb.base/warning.exp: New file.
5669
b5420128
JB
56702018-11-08 Jan Beulich <jbeulich@suse.com>
5671
5672 * testsuite/gdb.arch/i386-avx512.c,
5673 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5674
cd115d61
AB
56752018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5676
5677 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5678 point hardware.
5679
35ee2dc2
AB
56802018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5681
5682 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5683 * gdb.dwarf2/missing-type-name.exp: New file.
5684
31aceee8
TV
56852018-11-06 Tom de Vries <tdevries@suse.de>
5686
5687 * gdb.base/many-headers.c: New test.
5688 * gdb.base/many-headers.exp: New file.
5689
109be305
JW
56902018-11-06 Jim Wilson <jimw@sifive.com>
5691
5692 * gdb.base/code_elim.exp: For riscv, set additional_flags
5693 to include -msmall-data-limit=0.
5694
e2b7af72
JB
56952018-11-01 Joel Brobecker <brobecker@adacore.com>
5696
5697 * gdb.ada/watch_minus_l: New testcase.
5698
cdcda965
SM
56992018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5700
5701 * gdb.arch/aix-sighandle.c: New file.
5702 * gdb.arch/aix-sighandle.exp: New file.
5703
92dcebf3
AB
57042018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5705
5706 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5707 registers being unions.
5708
68b9ac18
TV
57092018-10-31 Tom de Vries <tdevries@suse.de>
5710
5711 * lib/valgrind.exp: New file.
5712 (vgdb_start, vgdb_stop): New procs, factored out of ...
5713 * gdb.base/valgrind-bt.exp: ... here, ...
5714 * gdb.base/valgrind-disp-step.exp: ... here and ...
5715 * gdb.base/valgrind-infcall.exp: ... here.
5716
1443936e
TV
57172018-10-31 Tom de Vries <tdevries@suse.de>
5718
5719 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5720
eb77c9df
AB
57212018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5722
5723 * gdb.dwarf2/void-type.c: New file.
5724 * gdb.dwarf2/void-type.exp: New file.
5725
82b5e646
PW
57262018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5727
5728 * gdb.base/info_qt.c: New file.
5729 * gdb.base/info_qt.exp: New file.
5730
8d619c01
EBM
57312018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5732
5733 * gdb.arch/powerpc-htm-regs.c: New file.
5734 * gdb.arch/powerpc-htm-regs.exp: New file.
5735
f2cf6173
EBM
57362018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5737
5738 * gdb.arch/powerpc-tar.c: New file.
5739 * gdb.arch/powerpc-tar.exp: New file.
5740
7ca18ed6
EBM
57412018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5742
5743 * gdb.arch/powerpc-ppr-dscr.c: New file.
5744 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5745
bfcc0eba
TV
57462018-10-25 Tom de Vries <tdevries@suse.de>
5747
5748 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5749
fe1a5cad
TV
57502018-10-24 Tom de Vries <tdevries@suse.de>
5751
5752 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5753 longer exists error.
5754
a76dc3b7
TV
57552018-10-24 Tom de Vries <tdevries@suse.de>
5756
5757 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5758
4df46df7
TV
57592018-10-24 Tom de Vries <tdevries@suse.de>
5760
5761 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5762 --db-attach in valgrind.
5763
0dbfcfff
AB
57642018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5765
5766 * gdb.arch/riscv-reg-aliases.c: New file.
5767 * gdb.arch/riscv-reg-aliases.exp: New file.
5768
b04480b1
AH
57692018-10-19 Alan Hayward <alan.hayward@arm.com>
5770
5771 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5772
2c6ac8d7
AH
57732018-10-19 Alan Hayward <alan.hayward@arm.com>
5774
5775 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5776
2bc69f25
AH
57772018-10-19 Alan Hayward <alan.hayward@arm.com>
5778
5779 * gdb.cp/ovldbreak.exp: Fix regexps.
5780
1f1ae3a3
AH
57812018-10-19 Alan Hayward <alan.hayward@arm.com>
5782
5783 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5784
94c18618
SDJ
57852018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5786
5787 PR cli/23785
5788 * gdb.base/restore.exp: New test to check if "restore" with an
5789 invalid file doesn't segfault.
5790
812cd6eb
TV
57912018-10-18 Tom de Vries <tdevries@suse.de>
5792
5793 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5794 * gdb.ada/excep_handle.exp: Same.
5795 * gdb.ada/mi_string_access.exp: Same.
5796 * gdb.ada/mi_var_union.exp: Same.
5797 * gdb.arch/arc-analyze-prologue.exp: Same.
5798 * gdb.arch/arc-decode-insn.exp: Same.
5799 * gdb.base/readnever.exp: Same.
5800 * gdb.fortran/printing-types.exp: Same.
5801 * gdb.guile/scm-lazy-string.exp: Same.
5802
c4b90788
TV
58032018-10-16 Tom de Vries <tdevries@suse.de>
5804
5805 PR gdb/23730
5806 * gdb.base/catch-follow-exec.c: Add copyright notice.
5807 * gdb.base/catch-follow-exec.exp: Rewrite to use
5808 gdb_spawn_with_cmdline_opts. Require gdb-native.
5809
8bca2978
SL
58102018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5811
5812 * gdb.trace/actions-changed.exp: Check for arch support.
5813 * gdb.trace/actions.exp: Likewise.
5814 * gdb.trace/ax.exp: Likewise.
5815 * gdb.trace/backtrace.exp: Likewise.
5816 * gdb.trace/change-loc.exp: Likewise.
5817 * gdb.trace/deltrace.exp: Likewise.
5818 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5819 * gdb.trace/ftrace.exp: Likewise.
5820 * gdb.trace/infotrace.exp: Check for arch support.
5821 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5822 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5823 * gdb.trace/mi-tsv-changed.exp: Likewise.
5824 * gdb.trace/packetlen.exp: Likewise.
5825 * gdb.trace/passc-dyn.exp: Likewise.
5826 * gdb.trace/passcount.exp: Likewise.
5827 * gdb.trace/pending.exp: Likewise.
5828 * gdb.trace/range-stepping.exp: Check for shlib support.
5829 * gdb.trace/report.exp: Check for arch support.
5830 * gdb.trace/save-trace.exp: Likewise.
5831 * gdb.trace/signal.exp: Check for signal support.
5832 * gdb.trace/tfind.exp: Check for arch support.
5833 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5834 * gdb.trace/trace-common.h: Add comment.
5835 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5836 * gdb.trace/trace-enable-disable.exp: Likewise.
5837 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5838 * gdb.trace/tracecmd.exp: Check for arch support.
5839 * gdb.trace/tspeed.exp: Check for shlib and target support.
5840 * gdb.trace/tstatus.exp: Check for arch support.
5841 * gdb.trace/tsv.exp: Likewise.
5842 * gdb.trace/while-dyn.exp: Likewise.
5843 * gdb.trace/while-stepping.exp: Likewise.
5844 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5845
f9c49bff
SM
58462018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5847
5848 * gdb.trace/tspeed.exp: Remove nowarnings.
5849 (prepare_for_trace_test): Declare "global ipalib".
5850 * gdb.trace/tspeed.c: Include unistd.h.
5851 (main): Remove superfluous printf argument.
5852
d4330bde
SL
58532018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5854
5855 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5856 directory prefix on the filename.
5857
8ecfd7bd
SDJ
58582018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5859
5860 * gdb.gdb/unittest.exp: Update expected message informing that
5861 selftests have been disabled.
5862 * gdb.server/unittest.exp: Likewise.
5863
58bbcd02
TV
58642018-10-09 Tom de Vries <tdevries@suse.de>
5865
5866 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5867 with runto_main.
5868
9f6b697b
WP
58692018-10-08 Weimin Pan <weimin.pan@oracle.com>
5870
5871 PR c++/16841
5872 * gdb.cp/virtbase2.cc: New file.
5873 * gdb.cp/virtbase2.exp: New file.
5874
add5ded5
TT
58752018-10-06 Tom Tromey <tom@tromey.com>
5876
5877 PR python/19399:
5878 * gdb.python/py-inferior.exp: Add architecture test.
5879
f9e48344
TT
58802018-10-06 Tom Tromey <tom@tromey.com>
5881
5882 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5883 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5884
2a8be203
TT
58852018-10-06 Tom Tromey <tom@tromey.com>
5886
5887 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5888 of a "throw" catchpoint.
5889
e04caa70
SDJ
58902018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5891
5892 * gdb.base/info-proc.exp: Update string expected from "help info
5893 proc".
5894
5ca8c39f
TT
58952018-10-04 Tom Tromey <tom@tromey.com>
5896
5897 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5898 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5899 (test_initial_complaints, test_empty_complaints): Update.
5900 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5901
3453e7e4
TT
59022018-10-04 Tom Tromey <tom@tromey.com>
5903
5904 PR cli/19551:
5905 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5906 * lib/gdb.exp (gdb_file_cmd): Update.
5907 * gdb.stabs/weird.exp (print_weird_var): Update.
5908 * gdb.server/solib-list.exp: Update.
5909 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5910 * gdb.mi/mi-cli.exp: Update.
5911 * gdb.linespec/linespec.exp: Update.
5912 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5913 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5914 * gdb.cp/cp-relocate.exp: Update.
5915 * gdb.base/sym-file.exp: Update.
5916 * gdb.base/relocate.exp: Update.
5917 * gdb.base/readnever.exp: Update.
5918 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5919 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5920 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5921 * gdb.base/code_elim.exp: Update.
5922 * gdb.base/break-unload-file.exp (test_break): Update.
5923 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5924 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5925 Update.
5926 * gdb.base/attach.exp (do_attach_tests): Update.
5927 * gdb.base/sepdebug.exp: Update.
5928 * gdb.python/py-section-script.exp: Update.
5929
6afcf761
TT
59302018-10-04 Tom Tromey <tom@tromey.com>
5931
5932 PR cli/22234:
5933 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5934 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5935 output.
5936
fef1b293
TT
59372018-10-04 Tom Tromey <tom@tromey.com>
5938
5939 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5940 set width and height to 0.
5941 (test_command_line_attach_run): Use -quiet.
5942
ca98345e
SL
59432018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5944
5945 * lib/gdb.exp (skip_ifunc_tests): New.
5946 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5947 other compile failures.
5948 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5949
ff34e6ae
SM
59502018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5951
5952 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5953 is_amd64_regs_target.
5954
6bb8890e
AH
59552018-10-01 Alan Hayward <alan.hayward@arm.com>
5956
5957 * gdb.arch/aarch64-sighandler-regs.c: New test.
5958 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5959 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5960
224d30d3
MM
59612018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5962
5963 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5964 assembly.
5965
f67ffa6a
AB
59662018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5967
5968 * gdb.base/frame-selection.exp: New file.
5969 * gdb.base/frame-selection.c: New file.
5970
9fc3183f
AH
59712018-09-27 Alan Hayward <alan.hayward@arm.com>
5972
5973 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5974 pthread barrier.
5975 (main): Likewise.
5976
d354055e
AB
59772018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5978
5979 * gdb.base/large-frame-1.c: New file.
5980 * gdb.base/large-frame-2.c: New file.
5981 * gdb.base/large-frame.exp: New file.
5982 * gdb.base/large-frame.h: New file.
5983
db727370
JL
59842018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5985
5986 PR gdb/20948
5987 * gdb.base/write_mem.exp: New test.
5988 * gdb.base/write_mem.c: Likewise.
5989
ae778caf
TT
59902018-09-23 Tom Tromey <tom@tromey.com>
5991
5992 PR python/18852:
5993 * gdb.python/py-parameter.exp: Add test for parameter that throws
5994 on "set".
5995
fd3ba736
TT
59962018-09-23 Tom Tromey <tom@tromey.com>
5997
5998 PR python/17284:
5999 * gdb.python/py-template.exp (test_template_arg): Add test for
6000 negative template argument number.
6001
39a24317
TT
60022018-09-23 Tom Tromey <tom@tromey.com>
6003
6004 PR python/14062:
6005 * gdb.python/python.exp: Add test for post_event error.
6006
f5769a2c
TT
60072018-09-23 Tom Tromey <tom@tromey.com>
6008
6009 PR python/18170:
6010 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6011 convert pointers to int and long.
6012
1c1e54f6
TT
60132018-09-23 Tom Tromey <tom@tromey.com>
6014
6015 PR python/20126:
6016 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6017 signed-ness conversion tests.
6018
fb4fa946
TT
60192018-09-23 Tom Tromey <tom@tromey.com>
6020
6021 PR python/18352;
6022 * gdb.python/py-value.exp (test_float_conversion): New proc.
6023 Use it.
6024
a466edac
HAQ
60252018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6026
6027 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6028
4ee9b0c5
SL
60292018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6030
6031 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6032 no readline.
6033 * gdb.base/utf8-identifiers.exp: Likewise.
6034 * gdb.cp/cpcompletion.exp: Likewise.
6035 * gdb.linespec/cpcompletion.exp: Likewise.
6036 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6037 * gdb.linespec/cpls-ops.exp: Likewise.
6038
23be8da7
RB
60392018-09-19 Richard Bunt <richard.bunt@arm.com>
6040 Chris January <chris.january@arm.com>
6041
6042 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6043 * gdb.fortran/short-circuit-argument-list.exp: New file.
6044 * gdb.fortran/short-circuit-argument-list.f90: New test.
6045
5031d0ae
SDJ
60462018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6047
6048 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6049 "arch=" keyword when executing "-stack-list-frames".
6050
b4c0d1a4
SDJ
60512018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6052
6053 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6054 "arch=" keyword when executing "-stack-list-frames".
6055
7a6d2b45
SDJ
60562018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6057
6058 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6059 break ada".
6060
8588b356
SM
60612018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6062
6063 PR python/23669
6064 * gdb.python/python.exp: Test gdb.execute("show commands").
6065
65e65158
TT
60662018-09-16 Tom Tromey <tom@tromey.com>
6067
6068 * gdb.base/new-ui.exp (do_execution_tests): Update.
6069 * gdb.base/dbx.exp (test_breakpoints): Update.
6070
bf326452
AH
60712018-09-14 Alan Hayward <alan.hayward@arm.com>
6072
6073 * lib/gdb.exp (gdb_simple_compile): Add proc.
6074 (is_elf_target): Use gdb_simple_compile.
6075 (skip_altivec_tests): Likewise.
6076 (skip_vsx_tests): Likewise.
6077 (skip_tsx_tests): Likewise.
6078 (skip_btrace_tests): Likewise.
6079 (skip_btrace_pt_tests): Likewise.
6080 (gdb_can_simple_compile): Likewise.
6081 (gdb_has_argv0): Likewise.
6082 (gdb_target_symbol_prefix): Likewise.
6083 (target_supports_scheduler_locking): Likewise.
6084
2361b0fb
TT
60852018-09-13 Tom Tromey <tom@tromey.com>
6086
6087 * Makefile.in (TAGS): Recognize proc_with_prefix and
6088 gdb_caching_proc.
6089
0ae1a321
SM
60902018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6091
6092 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6093 method.
6094
a40bf0c2
SM
60952018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6096
6097 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6098 and a few other Inferior properties when the Inferior is no
6099 longer valid.
6100
4a3fe98f
TT
61012018-09-13 Tom Tromey <tom@tromey.com>
6102
6103 PR rust/23650:
6104 * gdb.rust/simple.exp: Add test for enum field access error.
6105
098b2108
TT
61062018-09-13 Tom Tromey <tom@tromey.com>
6107
6108 PR rust/23626:
6109 * gdb.rust/simple.rs (EmptyEnum): New type.
6110 (main): Use it.
6111 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6112
1256af7d
SM
61132018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6114
6115 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6116 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6117 * gdb.python/py-symtab.exp: Update test printing an objfile.
6118
4aa8e6c2
SM
61192018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6120
6121 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6122 object.
6123
c221b2f7
AH
61242018-09-12 Alan Hayward <alan.hayward@arm.com>
6125
6126 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6127 (support_complex_tests): Use gdb_can_simple_compile.
6128 (is_ilp32_target): Likewise.
6129 (is_lp64_target): Likewise.
6130 (is_64_target): Likewise.
6131 (is_amd64_regs_target): Likewise.
6132 (is_aarch32_target): Likewise.
6133 (gdb_int128_helper): Likewise.
6134
6f1107b5
JK
61352018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6136
6137 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6138
1f5d1570
JG
61392018-09-10 Jerome Guitton <guitton@adacore.com>
6140
6141 * gdb.ada/same_component_name: Add test for case of tagged record
6142 with variable-length fields.
6143
cc330e39
XR
61442018-09-10 Xavier Roirand <roirand@adacore.com>
6145
6146 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6147 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6148 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6149 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6150
b9c50e9a
XR
61512018-09-10 Xavier Roirand <roirand@adacore.com>
6152
6153 * gdb.ada/mi_string_access.exp: New testcase.
6154 * gdb.ada/mi_string_access/bar.adb: New file.
6155 * gdb.ada/mi_string_access/pck.adb: New file.
6156 * gdb.ada/mi_string_access/pck.asd: New file.
6157
2963898f
XR
61582018-09-10 Xavier Roirand <roirand@adacore.com>
6159
6160 * gdb.ada/mi_var_union.exp: New testcase.
6161 * gdb.ada/mi_var_union/bar.adb: New file.
6162 * gdb.ada/mi_var_union/pck.adb: New file.
6163 * gdb.ada/mi_var_union/pck.asd: New file.
6164
1aac008f
TT
61652018-09-08 Tom Tromey <tom@tromey.com>
6166
6167 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6168
332cf4c9
TT
61692018-09-08 Tom Tromey <tom@tromey.com>
6170
6171 PR python/16047:
6172 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6173 (register_pretty_printers): Register new printer.
6174 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6175 test.
6176 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6177 (an_int_type3): New global.
6178
424da6cf
JB
61792018-09-08 Joel Brobecker <brobecker@adacore.com>
6180
6181 * gdb.ada/expr_with_funcall: New testcase.
6182
2a62dfa9
JB
61832018-09-08 Joel Brobecker <brobecker@adacore.com>
6184
6185 * gdb.ada/packed_array_assign: New testcase.
6186
96b6697f
AB
61872018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6188
6189 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6190 names, and add test prefixes to make test names unique.
6191
e4a62c65
TV
61922018-09-05 Tom de Vries <tdevries@suse.de>
6193
6194 * gdb.dwarf2/varval.exp: Add test.
6195
dd083ee2
GB
61962018-09-04 Gary Benson <gbenson@redhat.com>
6197
6198 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6199 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6200
aef9346c
TT
62012018-08-31 Tom Tromey <tom@tromey.com>
6202
6203 * gdb.rust/simple.rs: Rename second variable "v".
6204
c67f2e15
AB
62052018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6206
6207 * gdb.base/funcargs.c (use_a): New function.
6208 (recurse): Call use_a.
6209
078a0207
KS
62102018-08-29 Keith Seitz <keiths@redhat.com>
6211
6212 * gdb.compile/compile-cplus-anonymous.cc: New file.
6213 * gdb.compile/compile-cplus-anonymous.exp: New file.
6214 * gdb.compile/compile-cplus-array-decay.cc: New file.
6215 * gdb.compile/compile-cplus-array-decay.exp: New file.
6216 * gdb.compile/compile-cplus-inherit.cc: New file.
6217 * gdb.compile/compile-cplus-inherit.exp: New file.
6218 * gdb.compile/compile-cplus-member.cc: New file.
6219 * gdb.compile/compile-cplus-member.exp: New file.
6220 * gdb.compile/compile-cplus-method.cc: New file.
6221 * gdb.compile/compile-cplus-method.exp: New file.
6222 * gdb.compile/compile-cplus-mod.c: "New" file.
6223 * gdb.compile/compile-cplus-namespace.cc: New file.
6224 * gdb.compile/compile-cplus-namespace.exp: New file.
6225 * gdb.compile/compile-cplus-nested.cc: New file.
6226 * gdb.compile/compile-cplus-nested.exp: New file.
6227 * gdb.compile/compile-cplus-print.c: "New" file.
6228 * gdb.compile/compile-cplus-print.exp: "New" file.
6229 * gdb.compile/compile-cplus-virtual.cc: New file.
6230 * gdb.compile/compile-cplus-virtual.exp: New file.
6231 * gdb.compile/compile-cplus.c: "New" file.
6232 * gdb.compile/compile-cplus.exp: "New" file.
6233 * lib/compile-support.exp: New file.
6234
b0f492b9
GB
62352018-08-16 Gary Benson <gbenson@redhat.com>
6236
6237 PR gdb/13000:
6238 * gdb.base/batch-exit-status.exp: New file.
6239 * gdb.base/batch-exit-status.good-commands: Likewise.
6240 * gdb.base/batch-exit-status.bad-commands: Likewise.
6241
36eb4c5f
AH
62422018-08-29 Alan Hayward <alan.hayward@arm.com>
6243
6244 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6245 (struct struct02): Likewise.
6246 (struct struct03): Likewise.
6247 (struct struct04): Likewise.
6248 (struct struct_01_01): New struct.
6249 (struct struct_01_02): Likewise.
6250 (struct struct_01_03): Likewise.
6251 (struct struct_01_04): Likewise.
6252 (struct struct_02_01): Likewise.
6253 (struct struct_02_02): Likewise.
6254 (struct struct_02_03): Likewise.
6255 (struct struct_02_04): Likewise.
6256 (struct struct_04_01): Likewise.
6257 (struct struct_04_02): Likewise.
6258 (struct struct_04_03): Likewise.
6259 (struct struct_04_04): Likewise.
6260 (struct struct_05_01): Likewise.
6261 (struct struct_05_02): Likewise.
6262 (struct struct_05_03): Likewise.
6263 (struct struct_05_04): Likewise.
6264 (cmp_struct01): Remove function.
6265 (cmp_struct02): Likewise.
6266 (cmp_struct03): Likewise.
6267 (cmp_struct04): Likewise.
6268 (cmp_struct_01_01): Add Function.
6269 (cmp_struct_01_02): Likewise.
6270 (cmp_struct_01_03): Likewise.
6271 (cmp_struct_01_04): Likewise.
6272 (cmp_struct_02_01): Likewise.
6273 (cmp_struct_02_02): Likewise.
6274 (cmp_struct_02_03): Likewise.
6275 (cmp_struct_02_04): Likewise.
6276 (cmp_struct_04_01): Likewise.
6277 (cmp_struct_04_02): Likewise.
6278 (cmp_struct_04_03): Likewise.
6279 (cmp_struct_04_04): Likewise.
6280 (cmp_struct_05_01): Likewise.
6281 (cmp_struct_05_02): Likewise.
6282 (cmp_struct_05_03): Likewise.
6283 (cmp_struct_05_04): Likewise.
6284 (call_all): Add new structs.
6285 * gdb.base/infcall-nested-structs.exp: Likewise.
6286
3bf9c013
JV
62872018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6288
6289 * gdb.python/py-framefilter-mi.exp: Update regexp to
6290 check for "arch" field in frame output.
6291
450d1e88
KB
62922018-08-23 Kevin Buettner <kevinb@redhat.com>
6293
6294 * gdb.dwarf2/dw2-ranges-func.c: New file.
6295 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6296
ae739fe7
SM
62972018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6298
6299 * gdb.base/term.exp: Compare terminal settings with values from
6300 the inferior.
6301 * gdb.base/term.c: Get and set terminal settings.
6302
6d52907e
JV
63032018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6304
6305 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6306 accommodate new "arch" field in frame output.
6307 * gdb.mi/mi-return.exp: Likewise.
6308 * gdb.mi/mi-stack.exp: Likewise.
6309 * gdb.mi/mi-syn-frame.exp: Likewise.
6310 * gdb.mi/user-selected-context-sync.exp: Likewise.
6311
be2d111a
MS
63122018-08-19 Michael Spang <spang@google.com>
6313
6314 PR gdb/11786
6315 * gdb.base/gcore-tls-pie.c: New file.
6316 * gdb.base/gcore-tls-pie.exp: New file.
6317
ae3a7c47
KB
63182018-08-18 Kevin Buettner <kevinb@redhat.com>
6319
6320 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6321 * gdb.dwarf2/varval.c: New file.
6322 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6323
2ecae92e
AH
63242018-08-17 Alan Hayward <alan.hayward@arm.com>
6325
6326 PR gdb/18931
6327 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6328
c1854f1d
KS
63292018-08-16 Keith Seitz <keiths@redhat.com>
6330
6331 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6332 tests expected to pass.
6333
26fb3983
JV
63342018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6335
6336 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6337 -data-disassemble -a.
6338 (test_disassembly_bogus_args): Likewise.
6339
67943c00
AB
63402018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6341
6342 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6343
5ff2bbae
AB
63442018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6345
6346 * gdb.base/vla-optimized-out.exp: Add new test.
6347
e5bbcd0f
AB
63482018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6349
6350 * gdb.base/vla-optimized-out-o3.exp: Delete.
6351 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6352 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6353 deleted tests.
6354
9d4a934c
AB
63552018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6356
6357 PR gdb/18050:
6358 * gdb.server/extended-remote-restart.c: New file.
6359 * gdb.server/extended-remote-restart.exp: New file.
6360
045cf012
SM
63612018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6362
6363 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6364 "set variable index = 42".
6365
87d6a7aa
SM
63662018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6367
6368 * boards/index-cache-gdb.exp: New file.
6369 * gdb.dwarf2/index-cache.exp: New file.
6370 * gdb.dwarf2/index-cache.c: New file.
6371 * gdb.base/maint.exp: Check if we are using the index cache.
6372
96d68bd4
RO
63732018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6374
6375 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6376 MAKEFLAGS.
6377
5a699617
RO
63782018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6379
6380 * dg-extract-results.sh: Move to toplevel contrib.
6381 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6382 * Makefile.in (check-parallel-racy): Likewise.
6383
5bd18990
AB
63842018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6387 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6388 tests if the target supports scheduler locking.
6389
3fbbcf47
TV
63902018-08-04 Tom de Vries <tdevries@suse.de>
6391
6392 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6393
3e1d3d8c
TT
63942018-08-02 Tom Tromey <tom@tromey.com>
6395
6396 PR symtab/16842.
6397 * gdb.cp/temargs.exp: Test "info address" of a template
6398 parameter.
6399
5abe0f0c
JV
64002018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6401
6402 * gdb.python/py-mi-var-info-path-expression.c: New file.
6403 * gdb.python/py-mi-var-info-path-expression.py: New file.
6404 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6405
fb66cde8
SDJ
64062018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6407
6408 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6409 error after "cannot resolve name" string.
6410
c708f4d2
AB
64112018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6412
6413 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6414 started.
6415 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6416
37cc0cae
TV
64172018-07-28 Tom de Vries <tdevries@suse.de>
6418
6419 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6420
63b4ecf7
TV
64212018-07-26 Tom de Vries <tdevries@suse.de>
6422
6423 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6424
3c3bb058
AB
64252018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6426
6427 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6428 is visible.
6429
9e7f3bbb
TV
64302018-07-26 Tom de Vries <tdevries@suse.de>
6431
6432 PR breakpoints/23366
6433 * gdb.base/catch-follow-exec.c: New test.
6434 * gdb.base/catch-follow-exec.exp: New file.
6435
16f808ec
TV
64362018-07-25 Tom de Vries <tdevries@suse.de>
6437
6438 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6439 vla-optimized-out.c.
6440
d7154a8d
JV
64412018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6442
6443 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6444 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6445
232a0032
TV
64462018-07-20 Tom de Vries <tdevries@suse.de>
6447
6448 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6449 NOCLONE macro.
6450 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6451
fbb1d502
TV
64522018-07-19 Tom de Vries <tdevries@suse.de>
6453
6454 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6455 regular expression.
6456
42dc7699
TV
64572018-07-18 Tom de Vries <tdevries@suse.de>
6458
6459 * gdb.base/vla-optimized-out.c: New test.
6460 * gdb.base/vla-optimized-out.exp: New file.
6461
7f1f7e23
SDJ
64622018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6463
6464 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6465 message "No address associated with hostname" when gdbserver
6466 cannot resolve the hostname.
6467
5759ebb3
PW
64682018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6469
6470 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6471 Add some test prefixes to make tests unique.
6472
3606ccab
PW
64732018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6474
6475 * gdb.base/frameapply.c: New file.
6476 * gdb.base/frameapply.exp: New file.
6477
529c08b2
PW
64782018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6479
6480 * gdb.base/skip.exp: Update expected error message.
6481
c7ab0aef
SDJ
64822018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6483 Jan Kratochvil <jan.kratochvil@redhat.com>
6484 Paul Fertser <fercerpav@gmail.com>
6485 Tsutomu Seki <sekiriki@gmail.com>
6486
6487 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6488 parameter.
6489 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6490 by default.
6491 * boards/native-gdbserver.exp: Likewise.
6492 * gdb.server/run-without-local-binary.exp: Improve regexp used
6493 for detecting when a remote debugging connection succeeds.
6494 * gdb.server/server-connect.exp: New file.
6495 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6496 Do not prefix the port number with ":".
6497 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6498 support for detecting and using it. Add '$debughost_gdbserver'
6499 to the list of arguments used to start gdbserver. Handle case
6500 when gdbserver cannot resolve a network name.
6501
16ff70dd
SDJ
65022018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6503
6504 PR c++/23373
6505 * gdb.base/ptype-offsets.cc (struct static_member): New
6506 struct.
6507 (main) <stmember>: New variable.
6508 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6509 with a static member in it.
6510
3541979f
AB
65112018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6514 watchpoints enabled and disabled.
6515
c8ad9b9a
AB
65162018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6517
6518 * gdb.base/examine-backward.exp: Still run tests around address
6519 0x0, even if address 0x0 is not readable. Update the pattern for
6520 matching address 0x0 in expected output.
6521
e0e5e971
AB
65222018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6523
6524 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6525 malloc/free.
6526
1ea5da02
TV
65272018-07-04 Tom de Vries <tdevries@suse.de>
6528
6529 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6530
471b9d15
MR
65312018-07-02 Maciej W. Rozycki <macro@mips.com>
6532
6533 PR tdep/8282
6534 * gdb.arch/mips-disassembler-options.exp: New test.
6535 * gdb.arch/mips-disassembler-options.s: New test source.
6536
75acb486
PA
65372018-06-29 Pedro Alves <palves@redhat.com>
6538
6539 * gdb.threads/names.exp: Adjust expected "info threads" output.
6540
cd2bb709
PA
65412018-06-29 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.opt/inline-break.exp (line number, address): Add "info
6544 break" tests.
6545
991ff292
PA
65462018-06-29 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6549 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6550 number and address and running to them.
6551
356819b6 65522018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6553
6554 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6555
2512d7ef
JK
65562018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6557
6558 * lib/compiler.c: Remove executable permission flag.
6559
be1b6474
RB
65602018-06-28 Richard Bunt <richard.bunt@arm.com>
6561
6562 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6563 code.
6564 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6565
291f9a96
PT
65662018-06-28 Petr Tesarik <ptesarik@suse.cz>
6567
6568 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6569
ed6dfe51
PT
65702018-06-28 Petr Tesarik <ptesarik@suse.cz>
6571
6572 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6573 address argument is omitted.
6574
d4d429d5
PT
65752018-06-28 Petr Tesarik <ptesarik@suse.cz>
6576
6577 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6578
7ab6656f
OJ
65792018-06-27 Omair Javaid <omair.javaid@linaro.org>
6580
6581 PR gdb/21695
6582 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6583 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6584
a33ccfc7
TT
65852018-06-26 Tom Tromey <tom@tromey.com>
6586
6587 PR rust/22574:
6588 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6589 * gdb.rust/simple.rs (struct SimpleLayout): New.
6590
6d72d289
SM
65912018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6592
6593 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6594 "info registers" output.
6595
8363f9d5
RB
65962018-06-21 Richard Bunt <richard.bunt@arm.com>
6597
6598 * gdb.base/watchpoint-hw-attach.c: New test.
6599 * gdb.base/watchpoint-hw-attach.exp: New file.
6600
f00674fe
SM
66012018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6602
6603 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6604 through /bin/sh.
6605 * boards/dwarf4-gdb-index.exp: Likewise.
6606 * boards/fission-dwp.exp: Likewise.
6607
1d554008
UW
66082018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6609
6610 * gdb.base/float128.exp: Add comment and improved fail message
6611 to the failure case of "print large128" test.
6612
d0ac1c44
SM
66132018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6614
6615 * configure.ac: Remove AC_PREREQ.
6616 * configure: Re-generate.
6617
61b04dd0
PA
66182018-06-19 Pedro Alves <palves@redhat.com>
6619
6620 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6621 (func_extern_caller): New.
6622 (main): Call func_extern_caller.
6623 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6624 logic change.
6625
f63b508a
SM
66262018-06-18 Weimin Pan <weimin.pan@oracle.com>
6627
6628 PR gdb/16841
6629 * gdb.cp/typedef-base.cc: New file.
6630 * gdb.cp/typedef-base.exp: New file.
6631
0fe3a558
TV
66322018-06-18 Tom de Vries <tdevries@suse.de>
6633
6634 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6635
7010835a
AB
66362018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6637 Richard Bunt <Richard.Bunt@arm.com>
6638
6639 * gdb.threads/attach-slow-waitpid.c: New file.
6640 * gdb.threads/attach-slow-waitpid.exp: New file.
6641 * gdb.threads/slow-waitpid.c: New file.
6642
14897d65
PA
66432018-06-14 Pedro Alves <palves@redhat.com>
6644
6645 * gdb.base/fork-running-state.c: Include <errno.h>.
6646 (exit_if_relative_exits): New.
6647 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6648 exits.
6649 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6650 child exits.
6651
5d9a0608
TV
66522018-06-14 Tom de Vries <tdevries@suse.de>
6653
6654 PR cli/22573
6655 * gdb.base/finish-pretty.c: New test.
6656 * gdb.base/finish-pretty.exp: New file.
6657
11ae5818
PA
66582018-06-14 Pedro Alves <palves@redhat.com>
6659
6660 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6661 gdb's expected startup output.
6662
1d39de44
PA
66632018-06-14 Pedro Alves <palves@redhat.com>
6664
6665 * lib/selftest-support.exp (selftest_setup): Remove inlined
6666 function handling.
6667
70ee0000
TV
66682018-06-14 Tom de Vries <tdevries@suse.de>
6669
6670 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6671 matching of breakpoint printing.
6672
11f4b608
TV
66732018-06-13 Tom de Vries <tdevries@suse.de>
6674
6675 PR testsuite/23269
6676 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6677 (fork_child): ... here, and ...
6678 (fork_parent): ... here.
6679
66802018-06-12 Tom de Vries <tdevries@suse.de>
6681
6682 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6683
9516f85a
AB
66842018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6685 Stephen Roberts <stephen.roberts@arm.com>
6686
6687 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6688 rewrite test to describe action performed, rather than possible
6689 failure.
6690
5045b3d7
GB
66912018-06-08 Gary Benson <gbenson@redhat.com>
6692
6693 * gdb.threads/check-libthread-db.exp: New file.
6694 * gdb.threads/check-libthread-db.c: Likewise.
6695
c61b06a1
TT
66962018-06-05 Tom Tromey <tom@tromey.com>
6697
6698 * gdb.base/default.exp: Update expected "show version" output.
6699
eb6af809
TT
67002018-06-05 Tom Tromey <tom@tromey.com>
6701
6702 PR cli/12326:
6703 * gdb.cp/static-print-quit.exp: Update.
6704 * lib/gdb.exp (pagination_prompt): Update.
6705 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6706 * gdb.python/python.exp: Update.
6707
178d6a63
JB
67082018-06-04 Joel Brobecker <brobecker@adacore.com>
6709
6710 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6711
8e817061
JB
67122018-06-01 Joel Brobecker <brobecker@adacore.com>
6713
6714 * gdb.ada/bp_fun_addr: New testcase.
6715
e86ca25f
TT
67162018-06-01 Tom Tromey <tom@tromey.com>
6717
6718 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6719 results.
6720 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6721 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6722 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6723 * gdb.base/maint.exp (maint_pass_if): Update.
6724
4b2dfa9d
MR
67252018-05-31 Maciej W. Rozycki <macro@mips.com>
6726
6727 * gdb.base/endian.exp: New test.
6728 * gdb.base/endian.c: New test source.
6729
45f25d6c
AB
67302018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6731
6732 PR gdb/23203
6733 * gdb.base/bt-selected-frame.c: New file.
6734 * gdb.base/bt-selected-frame.exp: New file.
6735 * lib/gdb.exp (get_current_frame_number): New function.
6736
d9f6d7f8
MR
67372018-05-24 Maciej W. Rozycki <macro@mips.com>
6738 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.threads/tls-core.c: Include <stdlib.h>
6741 (thread_proc): Call `abort'.
6742 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6743 (tls_core_test): New procedure, bits factored out from ...
6744 (top level): ... here. Test both native cores and gcore cores.
6745
ff1cf532
TT
67462018-05-23 Tom Tromey <tom@tromey.com>
6747
6748 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6749
b98664d3
TT
67502018-05-23 Tom Tromey <tom@tromey.com>
6751
6752 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6753 symfile_complaints.
6754 (test_short_complaints): Likewise.
6755 (test_empty_complaints): Likewise.
6756 (test_initial_complaints): Update.
6757
4e9668d0
TT
67582018-05-23 Tom Tromey <tom@tromey.com>
6759
6760 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6761
43ba33c7
TT
67622018-05-23 Tom Tromey <tom@tromey.com>
6763
6764 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6765 (test_short_complaints): Update.
6766
035522c0
PA
67672018-05-22 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.base/remote.exp: Only gdb_start after compiling the
6770 testcase. Issue "disconnect" before testing "set remote" command
6771 defaults. Issue clean_restart before running to main.
6772
cc0be08f
PA
67732018-05-22 Pedro Alves <palves@redhat.com>
6774
6775 * gdb.base/remote.exp: Adjust expected output of "show remote
6776 memory-write-packet-size". Add tests for "set remote
6777 memory-write-packet-size 0" and "set remote
6778 memory-write-packet-size fixed/limit".
6779
b1b60145
PA
67802018-05-22 Pedro Alves <palves@redhat.com>
6781
6782 PR gdb/22973
6783 * gdb.base/utf8-identifiers.c: New file.
6784 * gdb.base/utf8-identifiers.exp: New file.
6785
0ec848ad
PFC
67862018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6787
6788 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6789
2c3305f6
PFC
67902018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6791
6792 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6793
ce1e8424
TT
67942018-05-18 Tom Tromey <tom@tromey.com>
6795
6796 * gdb.base/ptype-offsets.exp: Update.
6797
ddfe970e
KS
67982018-05-17 Keith Seitz <keiths@redhat.com>
6799
6800 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6801 in expected breakpoint stop locations.
6802 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6803 move to proper scope to test variable values.
6804 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6805 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6806 New functions.
6807 (main): Call not_inline_func3.
6808 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6809 inline_func1, inline_func2, and inline_func3. Test that when each
6810 breakpoint is hit, GDB properly reports both the stop location
6811 and the backtrace. Repeat tests for temporary breakpoints.
6812
0726fcc6
MR
68132018-05-15 Maciej W. Rozycki <macro@mips.com>
6814
6815 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6816 rather then trying to access it in determining whether the PID
6817 of `gdbserver' could have been retrieved.
6818
8ee22052
AB
68192018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6820
6821 * gdb.arch/amd64-init-x87-values.S: New file.
6822 * gdb.arch/amd64-init-x87-values.exp: New file.
6823
7785df48
JK
68242018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6825
6826 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6827
56bcdbea
TT
68282018-05-04 Tom Tromey <tom@tromey.com>
6829
6830 PR python/22730:
6831 * gdb.python/python.exp: Test multi-line execute.
6832
a913fffb
TT
68332018-05-04 Tom Tromey <tom@tromey.com>
6834
6835 PR python/22731:
6836 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6837
7a2c85f2
TT
68382018-05-04 Tom Tromey <tom@tromey.com>
6839
6840 PR gdb/11750:
6841 * gdb.base/define.exp: Test defining a user command inside a user
6842 command.
6843 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6844
a3b60e45
JK
68452018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6846 Pedro Alves <palves@redhat.com>
6847
6848 PR breakpoints/19806 and support for PR external/20207.
6849 * gdb.base/watchpoint-unaligned.c: New file.
6850 * gdb.base/watchpoint-unaligned.exp: New file.
6851
45fe4a03
AB
68522018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6853
6854 * gdb.base/maint.exp: Make test names unique, use
6855 test_prefix_command_help to test 'help maint info', and remove
6856 repeated test of 'help maint'.
6857
9be2ae8f
TT
68582018-05-04 Tom Tromey <tom@tromey.com>
6859
6860 PR gdb/22619:
6861 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6862 behavior.
6863
11859c31
AB
68642018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6865
6866 * gdb.base/maint.exp: Process output from 'maint print registers'
6867 line at a time.
6868
089a9490
AB
68692018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6870
6871 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6872 timeout.
6873
9b0797e2
AB
68742018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6875
6876 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6877 filter pattern.
6878
f6ac5f3d
PA
68792018-05-02 Pedro Alves <palves@redhat.com>
6880
6881 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6882 to_log_command renames.
6883 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6884
77d3c63b
TT
68852018-05-02 Tom Tromey <tom@tromey.com>
6886
6887 * gdb.python/py-parameter.exp: Set test message.
6888
0489430a
TT
68892018-05-02 Tom Tromey <tom@tromey.com>
6890
6891 PR python/20084:
6892 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6893 PARAM_ZUINTEGER_UNLIMITED tests.
6894
1632f8ba
DR
68952018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6896
6897 PR rust/23124
6898 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6899 when casting.
6900
6d7bb824
TT
69012018-04-30 Tom Tromey <tom@tromey.com>
6902
6903 * gdb.python/py-type.exp: Check align attribute.
6904 * gdb.python/py-type.c: New "aligncheck" global.
6905
007e1530
TT
69062018-04-30 Tom Tromey <tom@tromey.com>
6907
6908 PR exp/17095:
6909 * gdb.dwarf2/dw2-align.exp: New file.
6910 * gdb.cp/align.exp: New file.
6911 * gdb.base/align.exp: New file.
6912 * lib/gdb.exp (gdb_int128_helper): New proc.
6913 (has_int128_c, has_int128_cxx): New caching procs.
6914
6873858b
TT
69152018-04-27 Tom Tromey <tom@tromey.com>
6916
6917 PR rust/22545:
6918 * gdb.rust/simple.exp: Add inclusive range tests.
6919
79188d8d
PA
69202018-04-26 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6923 ifunc breakpoint locations correctly of ifunc breakpoints set
6924 while the program resolves the ifunc.
6925
c7075ad5
PA
69262018-04-26 Pedro Alves <palves@redhat.com>
6927
6928 * gdb.base/gnu-ifunc-final.c: New file.
6929 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6930 * gdb.base/gnu-ifunc.exp (executable): Delete.
6931 (staticexecutable): Adjust.
6932 (lib_opts, exec_opts): Delete.
6933 (make_binsuffix, build, set-break): New procedures.
6934 (misc_tests): New, with tests factored out from the top level.
6935 (top level): Test different combinations of ifunc resolver name,
6936 resolver with and with debug info, and ifunc target with and
6937 without debug info. Wrap static tests with with_target_prefix.
6938
8388016d
PA
69392018-04-26 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6942 return type" warnings.
6943
249b5733
PA
69442018-04-25 Pedro Alves <palves@redhat.com>
6945
6946 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6947 killed".
6948 * gdb.base/kill-after-signal.exp: Likewise.
6949 * gdb.threads/kill.exp: Likewise.
6950
f67c0c91
SDJ
69512018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6952 Sergio Durigan Junior <sergiodj@redhat.com>
6953 Pedro Alves <palves@redhat.com>
6954
6955 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6956 regexps to expect for '[Inferior ... detached]' as well.
6957 * gdb.base/attach.exp: Likewise.
6958 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6959 "gdb_continue_to_end".
6960 (test_catch_syscall_with_wrong_args): Likewise.
6961 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6962 ']'. Don't set 'verbose' on.
6963 * gdb.base/foll-vfork.exp: Likewise.
6964 * gdb.base/fork-print-inferior-events.c: New file.
6965 * gdb.base/fork-print-inferior-events.exp: New file.
6966 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6967 '[Inferior ... has been killed]' message.
6968 * gdb.base/kill-after-signal.exp: Likewise.
6969 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6970 detach message.
6971 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6972 message.
6973 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6974 regexps to expect for '[Inferior ... detached]' as well.
6975 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6976
0a8ddac4
SM
69772018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6978
6979 PR gdb/23104
6980 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6981
701adfb0
PA
69822018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6983
6984 PR gdb/23095
6985 * gdb.base/break-probes.exp: Pass shlib_load to
6986 prepare_for_testing. Set normal_bp to r_debug_state if target is
6987 bsd.
6988
d27d16bf
RB
69892018-04-19 Richard Bunt <richard.bunt@arm.com>
6990
6991 * gdb.threads/multiple-successive-infcall.c: New test.
6992 * gdb.threads/multiple-successive-infcall.exp: New file.
6993
a037790e
TT
69942018-04-17 Tom Tromey <tom@tromey.com>
6995
6996 * gdb.rust/simple.rs (Union): New type.
6997 (main): New local "u".
6998 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6999
e3a91079
AA
70002018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7001
7002 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7003 number information in output of "whereis" command.
7004 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7005
b744723f
AA
70062018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7007
7008 * gdb.ada/info_types.exp: Adjust expected output to the line
7009 numbers now printed by "info var/func/type".
7010 * gdb.base/completion.exp: Likewise.
7011 * gdb.base/included.exp: Likewise.
7012 * gdb.cp/cp-relocate.exp: Likewise.
7013 * gdb.cp/cplusfuncs.exp: Likewise.
7014 * gdb.cp/namespace.exp: Likewise.
7015 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7016
4a4495d6
MM
70172018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7018
7019 * gdb.btrace/cpu.exp: New.
7020
1d509aa6
MM
70212018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7022
7023 * gdb.base/step-indirect-call-thunk.exp: New.
7024 * gdb.base/step-indirect-call-thunk.c: New.
7025 * gdb.reverse/step-indirect-call-thunk.exp: New.
7026 * gdb.reverse/step-indirect-call-thunk.c: New.
7027
6295b6da
SM
70282018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7029
7030 * gdb.base/pie-fork.c: New file.
7031 * gdb.base/pie-fork.exp: New file.
7032
50146e70
TT
70332018-04-11 Tom Tromey <tom@tromey.com>
7034
7035 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7036
f50d8a2e
PA
70372018-04-10 Pedro Alves <palves@redhat.com>
7038
7039 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7040 exits. Instead loop running forever.
7041 (fork_parent): Run forever too.
7042
a0be7a36
SM
70432018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7044
7045 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7046 mi_continue_to_line.
7047 * gdb.mi/mi-stack.c (callee4): Add comment.
7048
9b73db36
SM
70492018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7050
7051 * gdb.mi/mi-stack.exp: Fix indentation.
7052
c912f608
SM
70532018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7054
7055 PR gdb/22979
7056 * gdb.arch/amd64-osabi.exp: New file.
7057
26540402
SM
70582018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7059
7060 PR gdb/22980
7061 * gdb.base/osabi.exp: New file.
7062
121ad66c 70632018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7064
7065 * gdb.cp/static-typedef-print.exp: New file.
7066 * gdb.cp/static-typedef-print.cc: New file.
7067
3fcded8f
JB
70682018-03-27 Joel Brobecker <brobecker@adacore.com>
7069
7070 * gdb.ada/varsize_limit: New testcase.
7071
59cc4834
JB
70722018-03-27 Joel Brobecker <brobecker@adacore.com>
7073
7074 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7075
7076 * gdb.ada/notcplusplus: New testcase.
7077
7078 * gdb.base/c-linkage-name.c: New file.
7079 * gdb.base/c-linkage-name.exp: New testcase.
7080
4ca59a9f
TT
70812018-03-26 Tom Tromey <tom@tromey.com>
7082
7083 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7084 * gdb.python/py-framefilter.py (name_error): New global.
7085 (ErrorInName.function): Use name_error.
7086
978d6c75
TT
70872018-03-26 Tom Tromey <tom@tromey.com>
7088
7089 PR backtrace/15582:
7090 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7091
b7fee5a3
KS
70922018-03-23 Keith Seitz <keiths@redhat.com>
7093
7094 PR c++/22968
7095 * gdb.cp/subtypes.exp: New file.
7096 * gdb.cp/subtypes.h: New file.
7097 * gdb.cp/subtypes.cc: New file.
7098 * gdb.cp/subtypes-2.cc: New file.
7099
376be529
AB
71002018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7101
7102 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7103 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7104 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7105 -nostartfiles when compiling the test. Confirm that all registers
7106 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7107
066cfa98
AB
71082018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7109
7110 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7111 option, syntax was wrong anyway.
7112 * gdb.arch/arm-disp-step.exp: Likewise.
7113 * gdb.arch/sparc64-regs.exp: Likewise.
7114 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7115 option, syntax was wrong anyway, switch to use
7116 prepare_for_testing.
7117 * gdb.arch/i386-disp-step.exp: Likewise.
7118
079670b9
AA
71192018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7120
7121 * gdb.ada/exec_changed.exp: Replace "target_info exists
7122 use_gdb_stub" by "use_gdb_stub".
7123 * gdb.ada/start.exp: Likewise.
7124 * gdb.base/async-shell.exp: Likewise.
7125 * gdb.base/attach-pie-misread.exp: Likewise.
7126 * gdb.base/attach-wait-input.exp: Likewise.
7127 * gdb.base/break-entry.exp: Likewise.
7128 * gdb.base/break-interp.exp: Likewise.
7129 * gdb.base/dprintf-detach.exp: Likewise.
7130 * gdb.base/nostdlib.exp: Likewise.
7131 * gdb.base/solib-nodir.exp: Likewise.
7132 * gdb.base/statistics.exp: Likewise.
7133 * gdb.base/testenv.exp: Likewise.
7134 * gdb.mi/mi-exec-run.exp: Likewise.
7135 * gdb.mi/mi-start.exp: Likewise.
7136 * gdb.multi/dummy-frame-restore.exp: Likewise.
7137 * gdb.multi/multi-arch-exec.exp: Likewise.
7138 * gdb.multi/multi-arch.exp: Likewise.
7139 * gdb.multi/tids.exp: Likewise.
7140 * gdb.multi/watchpoint-multi.exp: Likewise.
7141 * gdb.python/py-events.exp: Likewise.
7142 * gdb.threads/attach-into-signal.exp: Likewise.
7143 * gdb.threads/attach-stopped.exp: Likewise.
7144 * gdb.threads/threadapply.exp: Likewise.
7145 * lib/selftest-support.exp: Likewise.
7146
26d6cec4
AA
71472018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7148
7149 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7150
4ee89e90
SR
71512018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7152
7153 * gdb.perf/template-breakpoints.cc: New file.
7154 * gdb.perf/template-breakpoints.exp: New file.
7155 * gdb.perf/template-breakpoints.py: New file.
7156
92630041
TT
71572018-03-19 Tom Tromey <tom@tromey.com>
7158
7159 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7160 y0.
7161 * gdb.rust/simple.exp: Test bare identifier form of struct
7162 initializer.
7163
76727919
TT
71642018-03-19 Tom Tromey <tom@tromey.com>
7165
7166 * gdb.gdb/observer.exp: Remove.
7167
194ed413
AA
71682018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7169
7170 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7171 "qualified" option when setting breakpoints.
7172 * gdb.trace/backtrace.exp: Likewise.
7173 * gdb.trace/circ.exp: Likewise.
7174 * gdb.trace/collection.exp: Likewise.
7175 * gdb.trace/disconnected-tracing.exp: Likewise.
7176 * gdb.trace/ftrace-lock.exp: Likewise.
7177 * gdb.trace/ftrace.exp: Likewise.
7178 * gdb.trace/infotrace.exp: Likewise.
7179 * gdb.trace/packetlen.exp: Likewise.
7180 * gdb.trace/passc-dyn.exp: Likewise.
7181 * gdb.trace/qtro.exp: Likewise.
7182 * gdb.trace/read-memory.exp: Likewise.
7183 * gdb.trace/report.exp: Likewise.
7184 * gdb.trace/signal.exp: Likewise.
7185 * gdb.trace/status-stop.exp: Likewise.
7186 * gdb.trace/strace.exp: Likewise.
7187 * gdb.trace/tfind.exp: Likewise.
7188 * gdb.trace/trace-break.exp: Likewise.
7189 * gdb.trace/trace-condition.exp: Likewise.
7190 * gdb.trace/trace-mt.exp: Likewise.
7191 * gdb.trace/tstatus.exp: Likewise.
7192 * gdb.trace/tsv.exp: Likewise.
7193 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7194 * gdb.trace/unavailable.exp: Likewise.
7195 * gdb.trace/while-dyn.exp: Likewise.
7196
8b067d2c
AA
71972018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7198
7199 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7200 that libinproctrace is copied to the target.
7201
3ae9ce5d
TT
72022018-03-14 Tom Tromey <tom@tromey.com>
7203
7204 PR cli/14977:
7205 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7206 a null pointer.
7207 * gdb.base/wchar.exp: Likewise.
7208
b8c2339b
TT
72092018-03-14 Tom Tromey <tom@tromey.com>
7210
7211 PR cli/19918:
7212 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7213 flag.
7214
4872dc46
SM
72152018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7216
7217 PR gdb/22841
7218 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7219 "target" to remote_exec.
7220
e4fe3756
SM
72212018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7222
7223 PR gdb/22841
7224 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7225 ${board}_upload): Remove.
7226
e95a97d4
AA
72272018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7228
7229 * gdb.cp/watch-cp.cc: New test.
7230 * gdb.cp/watch-cp.exp: New file.
7231
dbbb1059
AB
72322018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7233
7234 * gdb.base/infcall-nested-structs.exp: New file.
7235 * gdb.base/infcall-nested-structs.c: New file.
7236 * gdb.base/float.exp: Add riscv support.
7237
ecc054c0
TP
72382018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7239
7240 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7241 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7242
25e3c82c
SDJ
72432018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7244
7245 * gdb.server/abspath.exp: New file.
7246 * lib/gdb.exp (with_cwd): New procedure.
7247
3083294d
SM
72482018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7249
7250 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7251 use it.
7252 (gdb_is_target_remote_prompt): New proc.
7253 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7254 (gdb_is_target_native): Pass prompt parameter to
7255 gdb_is_target_1.
7256
3275ef47
SM
72572018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7258
7259 * gdb.base/load-command.c: New file.
7260 * gdb.base/load-command.exp: New file.
7261 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7262 (gdb_is_target_1): ...this, and generalize for other targets
7263 than just remote.
7264 (gdb_is_target_remote): Use gdb_is_target_1.
7265 (gdb_is_target_native): use gdb_is_target_1.
7266
6893c19a
TT
72672018-02-26 Tom Tromey <tom@tromey.com>
7268
7269 PR python/16497:
7270 * gdb.python/py-framefilter.exp: Update test.
7271
2ddeaf8a
TT
72722018-02-26 Tom Tromey <tom@tromey.com>
7273
7274 * gdb.dwarf2/variant.c: New file.
7275 * gdb.dwarf2/variant.exp: New file.
7276
c9317f21
TT
72772018-02-26 Tom Tromey <tom@tromey.com>
7278
7279 * gdb.rust/simple.exp: Accept more possible results in enum test.
7280
6f6d0c26
SM
72812018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7282
7283 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7284 parentheses.
7285
11b03145
MR
72862018-02-23 Maciej W. Rozycki <macro@mips.com>
7287
7288 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7289 name of a variable: $actual_linejj -> $actual_line.
7290
54a27fe5
JB
72912018-02-21 John Baldwin <jhb@FreeBSD.org>
7292
7293 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7294
de65820c
MM
72952018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7296
7297 * gdb.btrace/buffer-size.exp: Do not force BTS.
7298
980548fd
PA
72992018-02-14 Pedro Alves <palves@redhat.com>
7300
7301 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7302 getting a "Quit".
7303
c4e12631
MM
73042018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7305
7306 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7307 Fix test name.
7308
c2e0e465
SM
73092018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7310
7311 * gdb.cp/m-static.exp: Check type of optimized out static
7312 member.
7313
f7216783
AB
73142018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7315
7316 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7317 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7318
0625771b
LS
73192018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7320 Leszek Swirski <leszeks@google.com>
7321
7322 * gdb.python/py-prettyprint.c
7323 (struct to_string_returns_value_inner,
7324 struct to_string_returns_value_wrapper): New.
7325 (main): Add tsrvw variable.
7326 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7327 ToStringReturnsValueWrapper): New classes.
7328 (register_pretty_printers): Register new pretty-printers.
7329 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7330 recursive pretty printer.
7331 * gdb.python/py-mi.exp: Likewise.
7332
59498c30
LS
73332018-02-01 Leszek Swirski <leszeks@google.com>
7334
7335 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7336 functions with the same name as an include file are parsed
7337 correctly.
7338
d4d38844
YQ
73392018-02-01 Yao Qi <yao.qi@linaro.org>
7340
7341 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7342 "\[^\r\n\]*".
7343
07e5f5cf
NP
73442018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7345
7346 * gdb.arch/powerpc-prologue-frame.s: New file.
7347 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7348 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7349
929b5ad4
JB
73502018-01-31 Joel Brobecker <brobecker@adacore.com>
7351
7352 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7353
e671cd59
PA
73542018-01-30 Pedro Alves <palves@redhat.com>
7355
7356 PR gdb/13211
7357 * gdb.base/interrupt-daemon.c: New.
7358 * gdb.base/interrupt-daemon.exp: New.
7359 * gdb.multi/multi-term-settings.c: New.
7360 * gdb.multi/multi-term-settings.exp: New.
7361
fc413dc4
JB
73622018-01-30 Joel Brobecker <brobecker@adacore.com>
7363
7364 * gdb.base/break.exp: Save the location where the breakpoint
7365 on break.c:47 was actually inserted when debugging the version
7366 compiled at -O2 and use it in the expected output of the "info
7367 break" test performed soon after.
7368
5c319bb2
PA
73692018-01-22 Pedro Alves <palves@redhat.com>
7370 Sergio Durigan Junior <sergiodj@redhat.com>
7371
7372 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7373 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7374
a9e40818
JB
73752018-01-22 Joel Brobecker <brobecker@adacore.com>
7376
7377 * gdb.base/break-include.c, gdb.base/break-include.inc,
7378 gdb.base/break-include.exp: New files.
7379 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7380 line number now being the actual line number where the breakpoint
7381 was inserted.
7382 * gdb.mi/mi-break.exp: Likewise.
7383 * gdb.mi/mi-reverse.exp: Likewise.
7384 * gdb.mi/mi-simplerun.exp: Ditto.
7385
e707fc44
AB
73862018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7387
7388 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7389 varobj.
7390 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7391
ae451627
AB
73922018-01-21 Don Breazeal <donb@codesourcery.com>
7393 Andrew Burgess <andrew.burgess@embecosm.com>
7394
7395 * gdb.mi/basics.c: Add new global.
7396 * gdb.mi/mi-frame-regs.exp: New file.
7397 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7398 case.
7399
b1b189e0
AB
74002018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7401
7402 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7403 non-parameter, and on an unknown symbol.
7404
fcfcc376
TT
74052018-01-19 Tom Tromey <tom@tromey.com>
7406
7407 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7408 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7409
634c1c31
AA
74102018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7411
7412 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7413 setrlimit and chdir to int.
7414
d6ad07fd
AA
74152018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7416
7417 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7418 function.
7419 (my_tend): Likewise.
7420 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7421 rationale of avoiding FP- and vector instructions.
7422
adf8243b
RK
74232018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7424
7425 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7426 "info reg" with "\[ \t\]*".
7427 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7428 "\[ \t\]+".
7429 * gdb.arch/s390-multiarch.exp: Ditto.
7430 * gdb.base/pc-fp.exp: Ditto.
7431 * gdb.reverse/i386-precsave.exp: Ditto.
7432 * gdb.reverse/i386-reverse.exp: Ditto.
7433 * gdb.reverse/i387-env-reverse.exp: Ditto.
7434 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7435
dcc06925
AA
74362018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7437
7438 * lib/gdb.exp (gdb_compile): Re-enable use of
7439 universal_compile_options for languages other than Rust.
7440
25d4fd80
AA
74412018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7442
7443 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7444
ee7f689e 74452018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7446
7447 PR gdb/16577
7448 * gdb.base/solib-vanish.exp: New.
7449 * gdb.base/solib-vanish-main.c: New.
7450 * gdb.base/solib-vanish-lib1.c: New.
7451 * gdb.base/solib-vanish-lib2.c: New.
7452
d8447b6b
YQ
74532018-01-17 Yao Qi <yao.qi@linaro.org>
7454
7455 * gdb.compile/compile.exp: Match the address printed for
7456 frame in the output of command "bt".
7457
86d6a90c
TT
74582018-01-15 Tom Tromey <tom@tromey.com>
7459
7460 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7461 compute sp_reg.
7462
cbcdb1aa
AB
74632018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7464
7465 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7466 to prepare.
7467 (prepare): Return 0 on error, 1 on success.
7468
eea61984
PA
74692018-01-12 Pedro Alves <palves@redhat.com>
7470
7471 * gdb.base/continue-after-aborted-step-over.c: New.
7472 * gdb.base/continue-after-aborted-step-over.exp: New.
7473
6181e9c2
SM
74742018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7475
7476 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7477 options when not creating an executable.
7478
3cada740
PA
74792018-01-11 Pedro Alves <palves@redhat.com>
7480
7481 PR remote/22597
7482 * gdb.server/stop-reply-no-thread.c: New file.
7483 * gdb.server/stop-reply-no-thread.exp: New file.
7484
c63d3e8d
PA
74852018-01-10 Pedro Alves <palves@redhat.com>
7486
7487 PR gdb/22670
7488 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7489 functions too. Test setting breakpoints and printing C functions
7490 with no debug info too.
7491 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7492
d4c2a405
PA
74932018-01-10 Pedro Alves <palves@redhat.com>
7494
7495 PR gdb/22670
7496 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7497 a fail.
7498
8825213e
PA
74992018-01-10 Pedro Alves <palves@redhat.com>
7500
7501 PR gdb/22670
7502 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7503
605fd3c6
YQ
75042018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7505
7506 * gdb.server/unittest.exp: Match the output in non-development
7507 mode.
7508
1e5ded6c
YQ
75092018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * gdb.gdb/unittest.exp: Match output in non-development mode.
7512
30066b0b
JB
75132018-01-08 Joel Brobecker <brobecker@adacore.com>
7514
7515 * gdb.ada/access_tagged_param.exp: Relax expected output
7516 for value of "ObjL" in "continue" to pck.inspect breakpoint
7517 test.
7518
04bafb1e
XR
75192018-01-08 Joel Brobecker <brobecker@adacore.com>
7520
9f86398b
JB
7521 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7522 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7523
e379cee6
PA
75242018-01-05 Pedro Alves <palves@redhat.com>
7525
7526 PR gdb/18653
7527 * gdb.base/libsegfault.exp: New.
7528
de63c46b
PA
75292018-01-05 Joel Brobecker <brobecker@adacore.com>
7530
7531 PR gdb/22670
7532 * gdb.ada/access_tagged_param.exp: New file.
7533 * gdb.ada/access_tagged_param/foo.adb: New file.
7534
f98fc17b
PA
75352018-01-05 Pedro Alves <palves@redhat.com>
7536
7537 PR gdb/22670
7538 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7539 exercise lower case too, and to exercise both full matching and
7540 wild matching.
7541
342f8240
JB
75422018-01-05 Joel Brobecker <brobecker@adacore.com>
7543
7544 * gdb.ada/rename_subscript_param: New testcase.
7545
7150d33c
JG
75462018-01-05 Jerome Guitton <guitton@adacore.com>
7547
7548 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7549
cc0e770c
JB
75502018-01-05 Joel Brobecker <brobecker@adacore.com>
7551
7552 * gdb.ada/convvar_comp: New testcase.
7553
672a41aa 75542018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7555
7556 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7557 (My_Table): New global variable.
7558 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7559
7365ec2f
JB
75602018-01-04 Joel Brobecker <brobecker@adacore.com>
7561
7562 PR gdb/22670
7563 * gdb.ada/maint_with_ada: New testcase.
7564
289483b6
JB
75652018-01-04 Joel Brobecker <brobecker@adacore.com>
7566
7567 PR gdb/22670
7568 * gdb.ada/bp_c_mixed_case: New testcase.
7569
344420da
JB
75702018-01-04 Joel Brobecker <brobecker@adacore.com>
7571
7572 PR gdb/22670
7573 * gdb.ada/complete.exp: Add "complete break ada" test.
7574
66fc87a0
JB
75752018-01-04 Joel Brobecker <brobecker@adacore.com>
7576
7577 PR gdb/22670
7578 * gdb.ada/info_addr_mixed_case: New testcase.
7579
9f757bf7
XR
75802018-01-03 Xavier Roirand <roirand@adacore.com>
7581
7582 * gdb.ada/excep_handle.exp: New testcase.
7583 * gdb.ada/excep_handle/foo.adb: New file.
7584 * gdb.ada/excep_handle/pck.ads: New file.
7585
bd570f80
JB
75862018-01-03 Joel Brobecker <brobecker@adacore.com>
7587
7588 * gdb.base/step-line.c: Add extra empty line in copyright header.
7589 * gdb.base/step-line.inp: Likewise.
7590
9fe561ab
JB
75912018-01-02 Joel Brobecker <brobecker@adacore.com>
7592
7593 * gdb.ada/dyn_stride.exp: Add slice test.
7594
a405673c
JB
75952018-01-02 Joel Brobecker <brobecker@adacore.com>
7596
7597 * gdb.ada/dyn_stride: New testcase.
7598
cef0f868
SH
75992017-12-27 Stafford Horne <shorne@gmail.com>
7600
7601 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7602 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7603
b67d92b0
SH
76042017-12-27 Stafford Horne <shorne@gmail.com>
7605
7606 * gdb.base/reggroups.c: New file.
7607 * gdb.base/reggroups.exp: New file.
7608
eccab96d
JB
76092017-12-18 Joel Brobecker <brobecker@adacore.com>
7610
7611 * gdb.dwarf2/ada-valprint-error.c: New file.
7612 * gdb.dwarf2/ada-valprint-error.exp: New file.
7613
0e2da9f0
JB
76142017-12-18 Joel Brobecker <brobecker@adacore.com>
7615
7616 * gdb.ada/assign_arr: New testcase.
7617
cb923fcc
XR
76182017-12-18 Xavier Roirand <roirand@adacore.com>
7619
7620 * gdb.ada/funcall_ptr: New testcase.
7621
7c161838
SDJ
76222017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7623
7624 PR cli/16224
7625 * gdb.base/ptype-offsets.cc: New file.
7626 * gdb.base/ptype-offsets.exp: New file.
7627
1af17fd9
YQ
76282017-12-15 Yao Qi <yao.qi@linaro.org>
7629
7630 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7631 if XML is disabled.
7632
828d5846
XR
76332017-12-15 Xavier Roirand <roirand@adacore.com>
7634
7635 * gdb.ada/same_component_name: New testcase.
7636
79e8fcaa
JB
76372017-12-14 Joel Brobecker <brobecker@adacore.com>
7638
7639 * gdb.ada/str_binop_equal: New testcase.
7640
e05fa6f9
JB
76412017-12-14 Joel Brobecker <brobecker@adacore.com>
7642
7643 * gdb.ada/task_switch_in_core: New testcase.
7644
b89641ba
SM
76452017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7646
7647 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7648 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7649 call test_bkpt_qualified.
7650 (test_bkpt_qualified): New proc.
7651
6892d2e4
PA
76522017-12-13 Pedro Alves <palves@redhat.com>
7653
7654 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7655 Tighten regexp by matching with an anchor.
7656
a22ecf70
PA
76572017-12-13 Pedro Alves <palves@redhat.com>
7658
7659 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7660 ("expression with namespace"): New set of tests.
7661 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7662 (Nested::Test_NS::qux): New.
7663 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7664 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7665
9937536c
JB
76662017-12-13 Joel Brobecker <brobecker@adacore.com>
7667
7668 * gdb.base/server-del-break.c: New file.
7669 * gdb.base/server-del-break.exp: New file.
7670
fe49c6f5
SH
76712017-12-12 Stafford Horne <shorne@gmail.com>
7672
7673 * gdb.xml/tdesc-regs.exp: Add or1k support.
7674
c3d18620
SH
76752017-12-12 Stafford Horne <shorne@gmail.com>
7676
7677 * gdb.base/bp-permanent.c: Define nop of or1k.
7678
c5f9cfc8
JB
76792017-12-11 Joel Brobecker <brobecker@adacore.com>
7680
7681 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7682 output with components being reordered.
7683
a9c135fc
JB
76842017-12-11 Joel Brobecker <brobecker@adacore.com>
7685
7686 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7687 output with components being reordered.
7688
927aa2e7
JK
76892017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7690 Pedro Alves <palves@redhat.com>
7691
7692 * gdb.base/maint.exp (check for .gdb_index): Check also for
7693 .debug_names.
7694 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7695 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7696 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7697 (.gdb_index used after symbol reloading): Support also .debug_names.
7698 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7699
f17d9474
YQ
77002017-12-08 Yao Qi <yao.qi@linaro.org>
7701
7702 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7703 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7704
a0de8c21
YQ
77052017-12-08 Yao Qi <yao.qi@linaro.org>
7706
7707 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7708 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7709
a738ea1d
YQ
77102017-12-08 Yao Qi <yao.qi@linaro.org>
7711
7712 * gdb.arch/aarch64-tagged-pointer.c: New file.
7713 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7714
1cd9a73b
SDJ
77152017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7716
7717 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7718 "int".
7719
fa6eb693
KS
77202017-12-07 Keith Seitz <keiths@redhat.com>
7721
7722 PR breakpoints/22569
7723 * gdb.linespec/ls-errs.exp: Change expected result of "break
7724 -source this file has spaces.c -line 3".
7725 Check that an explicit source file followed by whitespace is
7726 identified as an invalid explicit location.
7727
883fd55a
KS
77282017-12-07 Keith Seitz <keiths@redhat.com>
7729
7730 * gdb.cp/nested-types.cc: New file.
7731 * gdb.cp/nested-types.exp: New file.
7732 * lib/cp-support.exp: Load data-structures.exp library.
7733 (debug_cp_test_ptype_class): New global.
7734 (cp_ptype_class_verbose, next_line): New procedures.
7735 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7736 Add and document new return value.
7737 Switch the list of lines to a queue.
7738 Add support for new `type' key for nested type definitions.
7739 Add debugging/troubleshooting messages.
7740 * lib/data-structures.exp: New file.
7741
ec72db3e
SM
77422017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7743
7744 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7745 with proc_with_prefix, don't use with_test_prefix.
7746
99598d71
TT
77472017-12-07 Tom Tromey <tom@tromey.com>
7748
7749 * gdb.base/break.exp: Add test for empty "commands".
7750
a8806230
YQ
77512017-12-07 Yao Qi <yao.qi@linaro.org>
7752
7753 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7754 malloc and catch syscall.
7755
824cc835
PM
77562017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7757
e79be6e5 7758 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7759 tests for explicit locations.
7760
7cc244de
PA
77612017-12-06 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7764 force-disabling XML descriptions.
7765
50a1fdd5
PA
77662017-12-04 Pedro Alves <palves@redhat.com>
7767
7768 PR gdb/22499
7769 * gdb.arch/amd64-disp-step-avx.S: New file.
7770 * gdb.arch/amd64-disp-step-avx.exp: New file.
7771
f0fb2488
PA
77722017-12-03 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7775 and <string.h>.
7776 (parent_function): Print distinct messages when waitpid fails, or
7777 the child exits with a signal, or the child exits for an unhandled
7778 reason.
7779 * gdb.threads/process-dies-while-detaching.exp
7780 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7781 it. Wait for both inferior output and GDB's prompt. Use an
7782 indirect spawn id list.
7783 (do_detach): New parameter 'child_exit'. Use it to compute
7784 expected inferior output.
7785 (test_detach, test_detach_watch, test_detach_killed_outside):
7786 Adjust to pass down the expected child exit kind.
7787
97cbe998
SDJ
77882017-12-01 Joel Brobecker <brobecker@adacore.com>
7789 Sergio Durigan Junior <sergiodj@redhat.com>
7790 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7793
40fc416f
SDJ
77942017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7795
7796 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7797 to 'symbol-file' and 'add-symbol-file' can be
7798 position-independent.
7799
1cc75e92
YQ
78002017-12-01 Yao Qi <yao.qi@linaro.org>
7801
7802 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7803 the URL in copyright header.
7804 * gdb.arch/aarch64-fp.exp: Likewise.
7805 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7806 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7807 * gdb.base/expand-psymtabs.exp: Likewise.
7808 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7809 * gdb.fortran/common-block.exp: Likewise.
7810 * gdb.fortran/common-block.f90: Likewise.
7811 * gdb.fortran/logical.exp: Likewise.
7812 * gdb.fortran/vla-datatypes.f90: Likewise.
7813 * gdb.fortran/vla-sub.f90: Likewise.
7814
875fb7a7
JB
78152017-11-30 Joel Brobecker <brobecker@adacore.com>
7816
7817 * gdb.ada/repeat_dyn: New testcase.
7818
6f14765f
UW
78192017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7820
7821 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7822 Update for changed thread numbering.
7823 * gdb.cell/bt.exp: Update for changed GDB output.
7824
f1af7b94
SM
78252017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7826
7827 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7828 setting isremote by hand.
7829 * boards/dwarf4-gdb-index.exp: Likewise.
7830 * boards/fission.exp: Likewise.
7831 * boards/stabs.exp: Likewise.
7832
e3919f3e
PA
78332017-11-30 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.linespec/cpls-ops.exp
7836 (check_explicit_skips_function_argument): Extract the underlying
7837 type of size_t instead of hardcoding it.
7838
bd69330d
PA
78392017-11-29 Pedro Alves <palves@redhat.com>
7840
7841 PR c++/19436
7842 * gdb.linespec/cpls-abi-tag.cc: New file.
7843 * gdb.linespec/cpls-abi-tag.exp: New file.
7844
a20714ff
PA
78452017-11-29 Pedro Alves <palves@redhat.com>
7846
7847 * gdb.base/langs.exp: Use -qualified.
7848 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7849 it.
7850 * gdb.cp/namespace.exp: Use -qualified.
7851 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7852 (overload-3, template-overload, template-ret-type, const-overload)
7853 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7854 procedures.
7855 (test_driver): Call them.
7856 * gdb.cp/save-bp-qualified.cc: New.
7857 * gdb.cp/save-bp-qualified.exp: New.
7858 * gdb.linespec/explicit.exp: Test -qualified.
7859 * lib/completion-support.exp (completion::explicit_opts_list): Add
7860 "-qualified".
7861 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7862
f6f1d339
PM
78632017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7864
7865 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7866
02ca603a
TT
78672017-11-29 Tom Tromey <tom@tromey.com>
7868
7869 * gdb.base/relocate.exp: Update invalid argument test.
7870 Add new tests for invalid arguments.
7871
ed6c0bfb
TP
78722017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7873
7874 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7875 Return 0 as a long.
7876 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7877
f106e10e
TP
78782017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7879
7880 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7881 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7882 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7883 func ().
7884 * gdb.cp/shadow.cc (B.func): Return 0.
7885
10329bb2
JB
78862017-11-27 Joel Brobecker <brobecker@adacore.com>
7887
7888 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7889 expected output in gdb_expect call to allow the exception
7890 message to be present as well. Fix syntax confusion to avoid
7891 TCL thinking that exception_name is an array.
7892
617cd4bc
UW
78932017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7894
7895 * gdb.arch/spu-info.c: Include <unistd.h>.
7896 (do_signal_test): Fix broken calls to write.
7897 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7898 Fix checks for empty mailboxes. Update signal tests for corrected
7899 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7900 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7901 * gdb.cell/arch.exp: Use standard_output_file.
7902 * gdb.cell/break.exp: Likewise.
7903 * gdb.cell/bt.exp: Likewise.
7904 * gdb.cell/core.exp: Likewise.
7905 * gdb.cell/dwarfaddr.exp: Likewise.
7906 * gdb.cell/ea-cache.exp: Likewise.
7907 * gdb.cell/ea-standalone.exp: Likewise.
7908 * gdb.cell/f-regs.exp: Likewise.
7909 * gdb.cell/fork.exp: Likewise.
7910 * gdb.cell/gcore.exp: Likewise.
7911 * gdb.cell/mem-access.exp: Likewise.
7912 * gdb.cell/ptype.exp: Likewise.
7913 * gdb.cell/registers.exp: Likewise.
7914 * gdb.cell/sizeof.exp: Likewise.
7915 * gdb.cell/solib-symbol.exp: Likewise.
7916 * gdb.cell/solib.exp: Likewise.
617cd4bc 7917
a81aaca0
PA
79182017-11-25 Pedro Alves <palves@redhat.com>
7919
7920 * gdb.base/complete-empty.exp: New file.
7921 * gdb.base/completion.exp: Adjust.
7922
6a3c6ee4
PA
79232017-11-25 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.linespec/cpls-ops.cc: New file.
7926 * gdb.linespec/cpls-ops.exp: New file.
7927 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7928 factored out from ...
7929 (test_complete_prefix_range): ... this.
7930
8955eb2d
PA
79312017-11-24 Pedro Alves <palves@redhat.com>
7932
7933 * gdb.linespec/cpcompletion.exp: New file.
7934 * gdb.linespec/cpls-hyphen.cc: New file.
7935 * gdb.linespec/cpls.cc: New file.
7936 * gdb.linespec/cpls2.cc: New file.
7937 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7938 test to use test_gdb_complete_unique. Add label completion,
7939 keyword completion and explicit location completion tests.
7940 * lib/completion-support.exp: New file.
7941
e547c119
JB
79422017-11-24 Joel Brobecker <brobecker@adacore.com>
7943
7944 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7945 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7946 when hitting an exception catchpoint.
7947
7c3c1aa8
YQ
79482017-11-22 Yao Qi <yao.qi@linaro.org>
7949
7950 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7951
41bd68f5
SM
79522017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7953
7954 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7955 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7956 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7957
1daad298
YQ
79582017-11-22 Yao Qi <yao.qi@linaro.org>
7959
7960 * gdb.base/info-os.exp: Pass pthreads.
7961 * gdb.multi/multi-attach.exp: Likewise.
7962
88465e87
YQ
79632017-11-22 Yao Qi <yao.qi@linaro.org>
7964
7965 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7966 compiler.
7967
dc196b23
YQ
79682017-11-22 Yao Qi <yao.qi@linaro.org>
7969
7970 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7971 * gdb.base/break-interp.exp: Likewise.
7972 * gdb.base/jit-attach-pie.exp: Likewise.
7973
2400729e
UW
79742017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7975
7976 * gdb.base/float128.c (large128): New variable.
7977 * gdb.base/float128.exp: Add test to print largest __float128 value.
7978
7a26362d
UW
79792017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7980
7981 * gdb.arch/vsx-regs.exp: Update register content checks.
7982
ed0f4273
UW
79832017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7984
7985 * gdb.arch/ppc-longdouble.exp: New file.
7986 * gdb.arch/ppc-longdouble.c: Likewise.
7987
a25d69c6
PA
79882017-11-21 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7991
73fcf641
PA
79922017-11-20 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7995 (long_double_typedef): New typedefs.
7996 Use DEF on double and long double.
7997 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7998 cases.
7999 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8000 and 'long_double_ptr_same_size' locals. Use them to decide
8001 whether cast from array/function to float is valid/invalid.
8002
71a3c369
TT
80032017-11-17 Tom Tromey <tom@tromey.com>
8004
8005 * gdb.rust/traits.rs: New file.
8006 * gdb.rust/traits.exp: New file.
8007
ced9779b
JB
80082017-11-17 Joel Brobecker <brobecker@adacore.com>
8009
8010 * gdb.ada/minsyms: New testcase.
8011
a0922d80
PA
80122017-11-16 Pedro Alves <palves@redhat.com>
8013
8014 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8015 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8016
ea04e54c
PA
80172017-11-16 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8020 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8021
e849ea89
PA
80222017-11-16 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.server/reconnect-ctrl-c.c: New file.
8025 * gdb.server/reconnect-ctrl-c.exp: New file.
8026
d8ae99a7
PM
80272017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8028
8029 * gdb.python/py-rbreak.exp: New file.
8030 * gdb.python/py-rbreak.c: New file.
8031 * gdb.python/py-rbreak-func2.c: New file.
8032
968a13f8
PA
80332017-11-16 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8036 pattern.
8037 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8038 GDB.
8039
71774bc9
SM
80402017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8041
8042 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8043 regex.
8044
ddbb44cf
SM
80452017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8046
8047 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8048 test names.
8049
584a564f
PA
80502017-11-09 Pedro Alves <palves@redhat.com>
8051
8052 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8053 factored out from ...
8054 (top level): ... here, and adjusted to avoid expecting beyond the
8055 prompt in a single gdb_test_multiple.
8056
5ed7a928
PA
80572017-11-09 Pedro Alves <palves@redhat.com>
8058
8059 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8060 output.
8061 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8062 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8063 * gdb.server/ext-run.exp ("kill" test): Likewise.
8064 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8065
a60e0738
PA
80662017-11-09 Pedro Alves <palves@redhat.com>
8067
8068 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8069 match till end of line.
8070
2c88253f
PA
80712017-11-09 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8074
c7a38517
PA
80752017-11-09 Pedro Alves <palves@redhat.com>
8076
8077 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8078 New procedures, factored out from ...
8079 (top level): ... here, and adjusted to avoid expecting beyond the
8080 prompt in one go.
8081
f29f4b6b
PA
80822017-11-09 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8085 output. Fix '?' match.
8086
286acbb5
JB
80872017-11-08 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.ada/scoped_watch: New testcase.
8090 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8091 which is actually correct.
8092 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8093 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8094
62d7ae92
PA
80952017-11-08 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.gdb/complaints.exp (test_initial_complaints)
8098 (test_serial_complaints, test_short_complaints): Call
8099 complaint_internal instead of complaint.
8100
280ca31f
DT
81012017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8102
8103 * gdb.threads/tls-core.c: New file.
8104 * gdb.threads/tls-core.exp: Likewise.
8105
b5ec771e
PA
81062017-11-08 Pedro Alves <palves@redhat.com>
8107
8108 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8109 (p Exported_Capitalized): New test.
8110 (p exported_capitalized): New test.
8111
a02b41a7
PA
81122017-11-07 Pedro Alves <palves@redhat.com>
8113
8114 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8115
95e95a6d
PA
81162017-11-07 Pedro Alves <palves@redhat.com>
8117
8118 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8119 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8120 (disable_invalid, disable_inverted, disable_negative): New
8121 procedures.
8122 ("bad numbers"): New set of tests.
8123
cee62dbd
PA
81242017-11-07 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.cp/ena-dis-br-range.exp: Add tests.
8127
cc638e86
PA
81282017-11-07 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8131
d0fe4701
XR
81322017-11-07 Xavier Roirand <roirand@adacore.com>
8133 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.base/ena-dis-br.exp: Add reference to
8136 gdb.cp/ena-dis-br-range.exp.
8137 * gdb.cp/ena-dis-br-range.exp: New file.
8138 * gdb.cp/ena-dis-br-range.cc: New file.
8139
46f67f80
PA
81402017-11-06 Pedro Alves <palves@redhat.com>
8141
8142 * gdb.base/attach-non-pgrp-leader.c: New.
8143 * gdb.base/attach-non-pgrp-leader.exp: New.
8144
726e1356
PA
81452017-11-06 Pedro Alves <palves@redhat.com>
8146
8147 * configure.ac: No longer check for termio.h and sgtty.h.
8148 * configure: Regenerate.
8149 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8150 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8151 Remove termio and sgtty code.
8152
50ab6ace
YQ
81532017-11-03 Yao Qi <yao.qi@linaro.org>
8154
8155 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8156 in GDB is disabled.
8157
8e68731c
YQ
81582017-11-03 Yao Qi <yao.qi@linaro.org>
8159
8160 * gdb.python/py-thrhandle.exp: Skip it if python is not
8161 enabled.
8162
3a87ae65
SM
81632017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8164
8165 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8166 as a breakpoint command.
8167
484d8d36
MD
81682017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8169
8170 PR python/21213
8171 * gdb.python/py-infthread.exp: Test calling
8172 InferiorThread.inferior () multiple times in a row.
8173
4a27f119
KS
81742017-10-27 Keith Seitz <keiths@redhat.com>
8175
8176 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8177 Test "info break" for every inlined function breakpoint.
8178
bb11dd58
YQ
81792017-10-27 Yao Qi <yao.qi@linaro.org>
8180
8181 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8182
a43f3893
PF
81832017-10-26 Patrick Frants <osscontribute@gmail.com>
8184
8185 * gdb.cp/classes.exp (test_static_members): Test printing
8186 Outer::instance.
8187 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8188 (Inner::instance, Outer::instance): New.
8189
792ccf00
PA
81902017-10-24 Pedro Alves <palves@redhat.com>
8191
8192 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8193 extra console" test in two stages.
8194
eb2bfbad
PA
81952017-10-24 Pedro Alves <palves@redhat.com>
8196
8197 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8198
1f75a651
PA
81992017-10-24 Pedro Alves <palves@redhat.com>
8200
8201 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8202 loop.
8203
779990d9
PA
82042017-10-24 Pedro Alves <palves@redhat.com>
8205
8206 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8207 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8208
ad9b8f5d
PA
82092017-10-24 Pedro Alves <palves@redhat.com>
8210
8211 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8212 parameter and handle it. Don't output read value in test name.
8213
fee6da6e
PA
82142017-10-24 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8217 custom test name.
8218
10389c2c
PA
82192017-10-24 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8222 include the unstable output directory name in the test's name.
8223 (initial_setup_simple) <'set args'>: Use custom test name.
8224
a80e65a9
PA
82252017-10-24 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8228 with explicit test name.
8229
15763a09
PA
82302017-10-20 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8233 'wait -i'. Use gdb_assert and remote_close.
8234
49a4ce2e
AB
82352017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8236
8237 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8238 number from variable rather than hard-coded.
8239
a75868f5
PA
82402017-10-19 Pedro Alves <palves@redhat.com>
8241
8242 * gdb.base/long-inferior-output.c: New file.
8243 * gdb.base/long-inferior-output.exp: New file.
8244
c8ba13ad
KS
82452017-11-18 Keith Seitz <keiths@redhat.com>
8246
8247 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8248 method.
8249 (main): Call it.
8250 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8251 Add additional user-defined conversion operator tests.
8252
b27de576
PA
82532017-10-17 Pedro Alves <palves@redhat.com>
8254
8255 * boards/native-stdio-gdbserver.exp: Load "local-board".
8256
8484c955
PA
82572017-10-17 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/quit-live.c: New file.
8260 * gdb.base/quit-live.exp: New file.
8261
83d5a34d
KS
82622017-10-16 Keith Seitz <keiths@redhat.com>
8263
8264 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8265 (class_with_protected_typedef, class_with_private_typedef)
8266 (struct_with_public_typedef, struct_with_protected_typedef)
8267 (struct_with_private_typedef): New classes/structs.
8268 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8269 typedefs and access specifiers.
8270
739b3f1d
PA
82712017-10-16 Pedro Alves <palves@redhat.com>
8272 Simon Marchi <simon.marchi@polymtl.ca>
8273
8274 * README (Local vs Remote vs Native): New section.
8275 * boards/local-board.exp: New file, with bits factored out from
8276 ...
8277 * boards/native-extended-gdbserver.exp: ... here. Load
8278 "local-board".
8279 * boards/native-gdbserver.exp: Load "local-board".
8280 (${board}_spawn, ${board}_exec): Delete.
8281 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8282 ...
8283 * boards/stdio-gdbserver-base.exp: ... this new file.
8284 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8285 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8286 procedure.
8287 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8288 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8289 stdio_gdbserver_command.
8290 (${board}_get_remote_address, ${board}_get_comm_port)
8291 (${board}_download, ${board}_upload): Delete.
8292 (get_target_remote_pipe_cmd): New.
8293
fe68b953
SM
82942017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8295
8296 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8297 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8298 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8299 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8300 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8301 remove with_test_prefix.
8302
300b6685
PA
83032017-10-13 Pedro Alves <palves@redhat.com>
8304
8305 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8306 * gdb.base/annota1.exp: Use it instead of is_remote.
8307 * gdb.base/annota3.exp: Use it instead of is_remote.
8308 * gdb.cp/annota2.exp: Use it instead of is_remote.
8309 * gdb.cp/annota3.exp: Use it instead of is_remote.
8310 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8311
50500caf
PA
83122017-10-13 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8315 (test_num_test_vars, run_and_count_vars, find_env)
8316 (test_set_unset_env, test_inherit_env_var): New procedures.
8317 (top level): Use them.
8318
dad0c6d2
PA
83192017-10-13 Pedro Alves <palves@redhat.com>
8320
8321 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8322 also skip on stub-like targets.
8323
8b0553c1
PA
83242017-10-13 Pedro Alves <palves@redhat.com>
8325
8326 PR gdb/22293
8327 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8328 (top level): Move some tests to ...
8329 (test_not_found): ... this new procedure.
8330 (top level): Call it.
8331
7594f623
PA
83322017-10-13 Pedro Alves <palves@redhat.com>
8333
8334 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8335 expect different "info terminal" output if testing with a
8336 non-native target.
8337
ebe3b402
PA
83382017-10-13 Pedro Alves <palves@redhat.com>
8339 Simon Marchi <simon.marchi@polymtl.ca>
8340
8341 PR python/12966
8342 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8343
42f1b161
PA
83442017-10-13 Pedro Alves <palves@redhat.com>
8345
8346 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8347 already.
8348
8d6ef72b
PA
83492017-10-13 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8352 is_remote.
8353
d7bcd5b8
PA
83542017-10-13 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8357 is_remote.
8358
df479dc6
PA
83592017-10-13 Pedro Alves <palves@redhat.com>
8360
8361 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8362 is set.
8363 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8364 instead of is_remote.
8365
23fb630a
PA
83662017-10-13 Pedro Alves <palves@redhat.com>
8367
8368 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8369 (top level): Add comment.
8370
cc77b1dc
PA
83712017-10-13 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/remote.exp (top level): Fix comment typo and add
8374 missing return.
8375
27c9e813
PA
83762017-10-13 Pedro Alves <palves@redhat.com>
8377 Simon Marchi <simon.marchi@polymtl.ca>
8378
8379 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8380 calls and add comments. Skip test if use_gdb_stub is set.
8381 (top level): Use "set cwd" command instead of "cd" command.
8382
5e830d98
PA
83832017-10-13 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8386 is_remote target check.
8387
f5ca0032
PA
83882017-10-13 Pedro Alves <palves@redhat.com>
8389
8390 * gdb.base/scope.exp: Use build_executable + clean_restart +
8391 gdb_file_cmd instead of prepare_for_testing and no longer skip
8392 "before run" tests on is_remote target boards. Update comments.
8393 * boards/native-extended-gdbserver.exp
8394 (extended_gdbserver_load_last_file): New, factored out from ...
8395 (gdb_load): ... this. Move further below and add comment.
8396 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8397
8aed1c0d
PA
83982017-10-12 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.base/attach.exp: Remove references to gdb64.
8401 * gdb.base/dbx.exp: Remove references to gdb64.
8402
cfa34c87
SM
84032017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8404 Pedro Alves <palves@redhat.com>
8405
8406 * gdb.base/label.exp: Remove is_remote target check.
8407
9192b7de
PA
84082017-10-12 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/auvx.exp (coredir): Update comment.
8411 (top level) <core_works>: Use "set cwd" command instead of "cd"
8412 command.
8413
6bf0052d
PA
84142017-10-12 Pedro Alves <palves@redhat.com>
8415 Simon Marchi <simon.marchi@polymtl.ca>
8416
8417 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8418 target boards.
8419
e48ef82d
PA
84202017-10-12 Pedro Alves <palves@redhat.com>
8421 Simon Marchi <simon.marchi@polymtl.ca>
8422
8423 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8424 Instead skip if there's any gdb_protocol set.
8425
8d7aea57
SM
84262017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8427 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8430
30440677
PA
84312017-10-12 Pedro Alves <palves@redhat.com>
8432 Simon Marchi <simon.marchi@polymtl.ca>
8433
8434 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8435 instead of on dejagnu remote boards.
8436
4e04f045 84372017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8438 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8439
8440 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8441 checks. Use build_executable + clean_restart instead of
8442 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8443 of enabling non-stop after starting gdb.
8444
871a186e
PA
84452017-10-12 Pedro Alves <palves@redhat.com>
8446
8447 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8448 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8449 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8450 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8451
56d704da
AK
84522017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8453
8454 * gdb.arch/arc-tdesc-cpu.exp: New file.
8455 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8456
2f20e312
SM
84572017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8458
8459 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8460
65630365
PA
84612017-10-10 Pedro Alves <palves@redhat.com>
8462
8463 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8464 expect CLI output.
8465
bf469271
PA
84662017-10-10 Pedro Alves <palves@redhat.com>
8467
8468 * lib/selftest-support.exp (selftest_setup): Update for
8469 captured_command_loop's prototype change.
8470
777a42f1
PA
84712017-10-09 Pedro Alves <palves@redhat.com>
8472
8473 Test both arch1=>arch2 and arch2=>arch1.
8474
8475 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8476 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8477 factored out to...
8478 (append_arch1_options, append_arch2_options, append_arch_options)
8479 (build_executables): New procedures.
8480 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8481 local.
8482 (top level): Add new 'first_arch' testing axis.
8483
cbd2b4e3
PA
84842017-10-09 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8487 (barrier): New.
8488 (thread_start, all_started): New functions.
8489 (main): Spawn new thread and wait until it is scheduled.
8490 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8491 option.
8492 (do_test): Add 'selected_thread' parameter. Run to all_started
8493 instead of main. Explicitly set the breakpoint at main. Switch
8494 to the SELECTED_THREAD thread.
8495 (top level): Test handling the exec event with either the main
8496 thread or the second thread selected.
8497
5c9e4427
PA
84982017-10-09 Pedro Alves <palves@redhat.com>
8499
8500 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8501 logic. Move STOP marker after the value checks.
8502 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8503 regexp.
8504
b3b7c423
SL
85052017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8506
8507 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8508
3b4b2f16
UW
85092017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8510
8511 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8512 integer-to-dfp conversion.
8513 * gdb.base/dfp-test.exp: Likewise.
8514
5cd63fda
PA
85152017-10-04 Pedro Alves <palves@redhat.com>
8516
8517 * gdb.multi/hangout.c: Include <unistd.h>.
8518 (hangout_loop): New function.
8519 (main): Call alarm. Call hangout_loop in a loop.
8520 * gdb.multi/hello.c: Include <unistd.h>.
8521 (hello_loop): New function.
8522 (main): Call alarm. Call hangout_loop in a loop.
8523 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8524 inferior with the other selected.
8525
4c71c105
SM
85262017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8527
8528 * gdb.mi/list-thread-groups-available.exp: New file.
8529 * gdb.mi/list-thread-groups-available.c: New file.
8530
bc3b087d
SDJ
85312017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8532
8533 * gdb.base/set-cwd.exp: Make it available on
8534 native-extended-gdbserver.
8535
d092c5a2
SDJ
85362017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8537
8538 * gdb.base/set-cwd.c: New file.
8539 * gdb.base/set-cwd.exp: Likewise.
8540
45320ffa
TT
85412017-10-02 Tom Tromey <tom@tromey.com>
8542
8543 PR rust/22236:
8544 * gdb.rust/simple.rs (main): New variable "fslice".
8545 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8546
b3e3859b
TT
85472017-10-02 Tom Tromey <tom@tromey.com>
8548
8549 * gdb.rust/simple.exp: Test ptype of a slice.
8550
01af5e0d
TT
85512017-10-02 Tom Tromey <tom@tromey.com>
8552
8553 * gdb.rust/simple.exp: Test index of slice.
8554
a9bbfbd8
TT
85552017-09-27 Tom Tromey <tom@tromey.com>
8556
8557 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8558
df8899e5
TP
85592017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8560 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/compare-sections.exp (get value of read-only section): Read
8563 as unsigned value.
8564 (corrupt read-only section): Likewise and don't set written if patching
8565 failed.
8566
757bf54b
KB
85672017-09-21 Kevin Buettner <kevinb@redhat.com>
8568
8569 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8570 files.
8571
06871ae8
PA
85722017-09-20 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8575 symbol names in gdb's output.
8576 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8577
e5f25bc5
PA
85782017-09-20 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8581 Rename to ...
8582 (test_list_ambiguous_symbol): ... this and add a symbol name
8583 parameter. Adjust.
8584 (test_list_ambiguous_function): Reimplement on top of
8585 test_list_ambiguous_symbol and also test listing ambiguous
8586 variables.
8587 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8588 (ambiguous_fun): ... this.
8589 (ambiguous_var): New.
8590 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8591 (ambiguous_fun): ... this.
8592 (ambiguous_var): New.
8593
4e5a4f58
JB
85942017-09-19 John Baldwin <jhb@FreeBSD.org>
8595
8596 * gdb.base/starti.c: New file.
8597 * gdb.base/starti.exp: New file.
8598 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8599
26e53f3e
PA
86002017-09-14 Pedro Alves <palves@redhat.com>
8601
8602 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8603 (top level): Use it instead of runto.
8604
cb791d59
TT
86052017-09-11 Tom Tromey <tom@tromey.com>
8606
8607 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8608
7c96f8c1
TT
86092017-09-11 Tom Tromey <tom@tromey.com>
8610
8611 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8612 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8613
469412dd
CW
86142017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8615
8616 * gdb.fortran/printing-types.exp: New file.
8617 * gdb.fortran/printing-types.exp: New file.
8618
e0f86435
BH
86192017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8620
8621 * gdb.fortran/vla-ptype.exp: Fix typos.
8622 * gdb.fortran/vla-value.exp: Same.
8623
9e9af4be
BH
86242017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8625
8626 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8627 * gdb.mi/mi-var-child-f.exp: Likewise.
8628 * gdb.mi/mi-vla-fortran.exp: Likewise.
8629
a5ad232b 86302017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8631 Christoph Weinmann <christoph.t.weinmann@intel.com>
8632 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8633
8634 * gdb.fortran/ptr-indentation.f90: New file.
8635 * gdb.fortran/ptr-indentation.exp: New file.
8636
5aec60eb
TT
86372017-09-05 Tom Tromey <tom@tromey.com>
8638
8639 PR gdb/22010:
8640 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8641
8f8f8152
TP
86422017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8643
8644 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8645
fbd1b771
JK
86462017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8647
8648 * gdb.threads/tls-nodebug-pie.c: New file.
8649 * gdb.threads/tls-nodebug-pie.exp: New file.
8650
5eb5f850
TT
86512017-09-05 Tom Tromey <tom@tromey.com>
8652
8653 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8654 for rust.
8655
ae780a21
SM
86562017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8657
8658 * gdb.multi/multi-arch-exec.exp: Test with different
8659 "follow-exec-mode" settings.
8660 (do_test): New procedure.
8661
3693fdb3
PA
86622017-09-04 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.base/func-static.c (S::method const, S::method volatile)
8665 (S::method volatile const): New methods.
8666 (c_s, v_s, cv_s): New instances.
8667 (main): Call method() on them.
8668 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8669 (cannot_resolve): New procedure.
8670 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8671 print-quote-unquoted columns.
8672 (do_test): Test printing each scope too.
8673
e68cb8e0
PA
86742017-09-04 Pedro Alves <palves@redhat.com>
8675
8676 * gdb.base/local-static.exp: Also test with
8677 class::method::variable wholly quoted.
8678 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8679
858be34c
PA
86802017-09-04 Pedro Alves <palves@redhat.com>
8681
8682 * gdb.base/local-static.c: New.
8683 * gdb.base/local-static.cc: New.
8684 * gdb.base/local-static.exp: New.
8685
46a4882b
PA
86862017-09-04 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.asm/asm-source.exp: Add casts to int.
8689 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8690 (dataglobal64_1, dataglobal64_2): New globals.
8691 * gdb.base/nodebug.exp: Test different expressions involving the
8692 new globals, with print, whatis and ptype. Add casts to int.
8693 * gdb.base/solib-display.exp: Add casts to int.
8694 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8695 * gdb.cp/m-static.exp: Add cast to int.
8696 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8697 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8698 tls variable with no debug info without a cast. Test with a cast
8699 to int too.
8700 * gdb.trace/entry-values.exp: Add casts.
8701
2c5a2be1
PA
87022017-09-04 Pedro Alves <palves@redhat.com>
8703
8704 * gdb.base/nodebug.exp: Test that ptype's error about functions
8705 with unknown return type includes the function name too.
8706
7022349d
PA
87072017-09-04 Pedro Alves <palves@redhat.com>
8708
8709 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8710 return type of munmap in infcall.
8711 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8712 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8713 type of ftell in infcall.
8714 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8715 type of getpid in infcall.
8716 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8717 infcall.
8718 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8719 Bail on failure to extract the pid.
8720 * gdb.base/nodebug.c: #include <stdint.h>.
8721 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8722 New functions.
8723 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8724 Change expected output of print/whatis/ptype with functions with
8725 no debug info. Test all supported languages. Call
8726 test_call_promotion.
8727 * gdb.compile/compile.exp: Adjust expected output to expect
8728 warning.
8729 * gdb.threads/siginfo-threads.exp: Likewise.
8730
54990598
PA
87312017-09-04 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8734 "prototypes". Test calling float functions via prototyped and
8735 unprototyped function pointers.
8736 (perform_all_tests): New parameter "prototypes". Pass it down.
8737 (top level): Pass down "prototypes" parameter to
8738 perform_all_tests.
8739
34d16ea2
SM
87402017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8741
8742 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8743 Test with nested loops.
8744
9521ecda
SM
87452017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8746
8747 * gdb.base/commands.exp: Call the new procedures.
8748 (loop_break_test, loop_continue_test): New procedures.
8749
80a65e9b
SM
87502017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8751
8752 * gdb.base/commands.exp: Call new procedure.
8753 (define_if_without_arg_test): New procedure.
8754
e439fa14
PA
87552017-09-04 Pedro Alves <palves@redhat.com>
8756
8757 * gdb.base/list-ambiguous.exp: New file.
8758 * gdb.base/list-ambiguous0.c: New file.
8759 * gdb.base/list-ambiguous1.c: New file.
8760 * gdb.base/list.exp (test_list_range): Adjust expected output.
8761
0a2dde4a
SDJ
87622017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8763
8764 * gdb.base/share-env-with-gdbserver.c: New file.
8765 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8766
5e89eb3a
SM
87672017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8768
8769 * gdb.base/commands.exp (gdbvar_simple_if_test,
8770 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8771 progvar_simple_if_test, progvar_simple_while_test,
8772 progvar_complex_if_while_test, user_defined_command_test,
8773 user_defined_command_args_eval,
8774 user_defined_command_args_stack_test,
8775 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8776 temporary_breakpoint_commands,
8777 gdb_test_no_prompt, redefine_hook_test,
8778 redefine_backtrace_test): Remove "global gdb_prompt".
8779
fd437cbc
SM
87802017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8781
8782 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8783 New proc, call it from toplevel.
8784
87215ad1
SDJ
87852017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8786
8787 PR remote/21852
8788 * gdb.server/normal.c: New file, copied from gdb.base.
8789 * gdb.server/run-without-local-binary.exp: New file.
8790
58afddc6
WP
87912017-08-07 Weimin Pan <weimin.pan@oracle.com>
8792
8793 * gdb.arch/sparc64-adi.exp: New file.
8794 * gdb.arch/sparc64-adi.c: New file.
8795
5277199a
PA
87962017-08-22 Pedro Alves <palves@redhat.com>
8797
8798 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8799 (top level): Add "list all overloads" tests.
8800
14278e1f
TT
88012017-08-22 Tom Tromey <tom@tromey.com>
8802
8803 * gdb.gdb/xfullpath.exp: Remove.
8804
bf223d3e
PA
88052017-08-21 Pedro Alves <palves@redhat.com>
8806
8807 PR gdb/19487
8808 * gdb.base/symbol-alias.c: New.
8809 * gdb.base/symbol-alias2.c: New.
8810 * gdb.base/symbol-alias.exp: New.
8811
c973d0aa
PA
88122017-08-21 Pedro Alves <palves@redhat.com>
8813
8814 * gdb.base/dfp-test.c
8815 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8816 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8817 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8818 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8819 * gdb.base/whatis-ptype-typedefs.c: New.
8820 * gdb.base/whatis-ptype-typedefs.exp: New.
8821 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8822 (an_int, an_int_type, an_int_type2): New globals.
8823 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8824 involving typedefs and cast expressions.
8825 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8826 (lookup_typedefs_function): New.
8827 (typedefs_pretty_printers_dict): New.
8828 (top level): Register lookup_typedefs_function in
8829 gdb.pretty_printers.
8830
6d580b63
YQ
88312017-08-18 Yao Qi <yao.qi@linaro.org>
8832
8833 * gdb.server/unittest.exp: New.
8834
206726fb
SDJ
88352017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8836
8837 PR gdb/21954
8838 * gdb.base/environ.exp: Add test to check if 'unset environment'
8839 works.
8840
bf0ec4c2
AA
88412017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8842
8843 * lib/gdb.exp (universal_compile_options): New caching proc.
8844 (gdb_compile): Suppress GCC's coloring of messages.
8845
d6382fff
TT
88462017-08-14 Tom Tromey <tom@tromey.com>
8847
8848 PR gdb/21675:
8849 * gdb.base/printcmds.exp (test_radices): New function.
8850 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8851 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8852 * lib/gdb.exp (get_integer_valueof): Use p/d.
8853
c2c2dd9f
SM
88542017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8855
8856 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8857 characters.
8858
fdffd6f4
TT
88592017-08-05 Tom Tromey <tom@tromey.com>
8860
8861 * gdb.rust/simple.exp: Allow String to appear in a different
8862 namespace.
8863
27d41eac
YQ
88642017-07-26 Yao Qi <yao.qi@linaro.org>
8865
8866 * gdb.gdb/unittest.exp: Invoke command
8867 "maintenance check xml-descriptions".
8868
031ed05d
AA
88692017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8870
8871 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8872 calling context.
8873 (hex128): Drop erroneous calculation of parameters.
8874
dcd27ddf
SM
88752017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8876
8877 * gdb.python/py-unwind.exp: Disable stack protection when
8878 building test file.
8879
47e77640
PA
88802017-07-20 Pedro Alves <palves@redhat.com>
8881
8882 * gdb.base/default.exp (set language): Adjust expected output.
8883
62d2a18a
PA
88842017-07-20 Pedro Alves <palves@redhat.com>
8885
8886 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8887 (test_minsym): ... this, and make static.
8888 (get_pck__foo__bar__minsym): Rename to ...
8889 (get_test_minsym): ... this.
8890 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8891 symbol names and comments.
8892 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8893 (get_test_minsym): ... this.
8894 (pck__foo__bar__minsym__2): Rename to ...
8895 (test_minsym): ... this.
8896 (main): Adjust.
8897
c45ec17c
PA
88982017-07-17 Pedro Alves <palves@redhat.com>
8899
8900 * gdb.base/completion.exp: Adjust expected output.
8901 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8902 the completer works.
8903
c6756f62
PA
89042017-07-17 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8907
5bd68487
AB
89082017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8909
8910 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8911
8880f2a9
TT
89122017-07-14 Tom Tromey <tom@tromey.com>
8913
8914 PR rust/21764:
8915 * gdb.rust/simple.exp: Add tests.
8916
65547233
TT
89172017-07-14 Tom Tromey <tom@tromey.com>
8918
8919 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8920
8f14146e
PA
89212017-07-14 Pedro Alves <palves@redhat.com>
8922
8923 * gdb.linespec/base/one/thefile.cc (z1): New function.
8924 * gdb.linespec/base/two/thefile.cc (z2): New function.
8925 * gdb.linespec/linespec.exp: Add tests.
8926
b4365d02
AB
89272017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8928
8929 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8930 to mi_create_breakpoint.
8931
5d2cbaa5
AB
89322017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8933
8934 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8935 mi_create_breakpoint.
8936
11cb5716
IB
89372017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8938
8939 * gdb.dlang/demangle.exp: Update for demangling changes.
8940
03278692
TT
89412017-07-09 Tom Tromey <tom@tromey.com>
8942
8943 * gdb.dwarf2/shortpiece.exp: New file.
8944
33c5cd75
DB
89452017-07-06 David Blaikie <dblaikie@gmail.com>
8946
8947 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8948 built from fissiont-multi-cu{1,2}.c.
8949 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8950 except putting 'main' and 'func' in separate CUs in the same DWO file.
8951 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8952 test.
8953 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8954 test.
8955
8455d262
PA
89562017-07-06 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.python/py-unwind.exp: Test flushregs.
8959
dc4bde35
SDJ
89602017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8961
8962 PR cli/21688
8963 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8964 tests for alias commands and trailing whitespace.
8965
51ed89aa
SDJ
89662017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8967
8968 PR cli/21688
8969 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8970 procedure. Call it.
8971
eb17d413
PA
89722017-06-29 Pedro Alves <palves@redhat.com>
8973
8974 * gdb.base/printcmds.exp: Add tests.
8975
41664b45
DG
89762017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8977
8978 PR gdb/21337
8979 * gdb.base/reread-readsym.exp: New file.
8980 * gdb.base/reread-readsym.c: New file.
8981
75312ae3
KB
89822017-06-21 Kevin Buettner <kevinb@redhat.com>
8983
8984 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8985 subpattern.
8986
66953522
PB
89872017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8988
8989 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8990 extended mnemonic.
8991 * gdb.arch/powerpc-power9.s: Likewise.
8992
5524b525
AA
89932017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8994
8995 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8996 on 32-bit x86 targets. Exploit is_*_target macros where
8997 appropriate.
8998
03c8af18
AA
89992017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9000
9001 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9002 register pieces.
9003
3bf31011
AA
90042017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9005
9006 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9007 located in one or more DWARF pieces.
9008
805acca0
AA
90092017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9010
9011 * lib/gdb.exp (get_endianness): New proc.
9012 * gdb.arch/aarch64-fp.exp: Use it.
9013 * gdb.arch/altivec-regs.exp: Likewise.
9014 * gdb.arch/e500-regs.exp: Likewise.
9015 * gdb.arch/vsx-regs.exp: Likewise.
9016 * gdb.base/dump.exp: Likewise.
9017 * gdb.base/funcargs.exp: Likewise.
9018 * gdb.base/gnu_vector.exp: Likewise.
9019 * gdb.dwarf2/formdata16.exp: Likewise.
9020 * gdb.dwarf2/implptrpiece.exp: Likewise.
9021 * gdb.dwarf2/nonvar-access.exp: Likewise.
9022 * gdb.python/py-inferior.exp: Likewise.
9023 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9024
e9352324
AA
90252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9026
9027 PR gdb/21226
9028 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9029 stack value pieces are taken from the LSB end.
9030
d5d1163e
AA
90312017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9032
9033 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9034 variable at nonzero offset.
9035
0567c986
AA
90362017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9037
9038 * gdb.dwarf2/var-access.c: New file.
9039 * gdb.dwarf2/var-access.exp: New test.
9040 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9041
973e9aab
TT
90422017-06-12 Tom Tromey <tom@tromey.com>
9043
9044 * gdb.dwarf2/formdata16.exp: Add tests.
9045
d9109c80
TT
90462017-06-12 Tom Tromey <tom@tromey.com>
9047
9048 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9049
30a25466
TT
90502017-06-12 Tom Tromey <tom@tromey.com>
9051
9052 PR exp/16225:
9053 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9054 * gdb.arch/vsx-regs.exp: Update tests.
9055 * gdb.arch/s390-vregs.exp (hex128): New proc.
9056 Update test.
9057 * gdb.arch/altivec-regs.exp: Update tests.
9058
aefd8b33
SDJ
90592017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9060
9061 * gdb.base/startup-with-shell.c: New file.
9062 * gdb.base/startup-with-shell.exp: Likewise.
9063
2090129c
SDJ
90642017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9065
9066 * gdb.server/non-existing-program.exp: Update regex in order to
9067 reflect the fact that gdbserver is now using fork_inferior (with a
9068 shell) to startup the inferior.
9069
8e86a419
SM
90702017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9071
9072 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9073 support function calls from GDB.
9074
e6cf65f2
TT
90752017-05-21 Tom Tromey <tom@tromey.com>
9076
9077 PR rust/21466:
9078 * gdb.rust/unsized.exp: New file.
9079 * gdb.rust/unsized.rs: New file.
9080
43cc5389
TT
90812017-05-19 Tom Tromey <tom@tromey.com>
9082
9083 PR rust/21484:
9084 * gdb.rust/watch.exp: New file.
9085 * gdb.rust/watch.rs: New file.
9086
ec8df234
TT
90872017-05-18 Tom Tromey <tom@tromey.com>
9088
9089 * gdb.rust/simple.exp: Allow Box to be qualified.
9090
3e3e7fae
TP
90912017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9092
9093 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9094
59cc050d
PA
90952017-05-18 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.base/fileio.c (test_write, test_read, test_close)
9098 (test_fstat): Don't print 'ret' in the fail path.
9099
c8f6abd1
PA
91002017-05-18 Pedro Alves <palves@redhat.com>
9101
9102 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9103 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9104 (test_system, test_rename, test_unlink, test_time): Change
9105 prototypes.
9106 * gdb.base/fileio.exp (stop_msg): Adjust.
9107
d2a03b77
PA
91082017-05-18 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/fileio.c (null_str): New global.
9111 (test_stat): Use it.
9112 * gdb.base/fileio.exp: Remove nowarnings.
9113
0d5c6999
YQ
91142017-05-17 Yao Qi <yao.qi@linaro.org>
9115
9116 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9117
21873064
YQ
91182017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9119
9120 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9121 argument command.
9122 (top-level): Invoke test_set_inferior_tty.
9123
d512d31c
PA
91242017-05-04 Pedro Alves <palves@redhat.com>
9125
9126 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9127 Add parens to print call for Python 3.
9128
90cef2ed
KS
91292017-05-03 Keith Seitz <keiths@redhat.com>
9130
9131 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9132 (main): Call it.
9133
14f819c8
TW
91342017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9135
9136 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9137 to prev and next.
9138
913aeadd
TW
91392017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9140
9141 * gdb.python/py-record-btrace.exp: Remove test for
9142 gdb.BtraceInstruction.error.
9143
a3be24ad
TW
91442017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9145
9146 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9147
ae20e79a
TW
91482017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9149
9150 * gdb.python/py-record-btrace-threads.c: New file.
9151 * gdb.python/py-record-btrace-threads.exp: New file.
9152
45ce1b47
SDJ
91532017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9154
9155 PR testsuite/8595
9156 * gdb.base/environ.exp: Make test available in all architectures.
9157 Move bits related to "info program" testing to
9158 gdb.base/info-program.exp. Rewrite tests to use the two new
9159 procedures mentione below.
9160 (test_set_show_env_var) New procedure.
9161 (test_set_show_env_var_equal): Likewise.
9162 * gdb.base/info-program.exp: New file.
9163
e15c3eb4
KS
91642017-04-27 Keith Seitz <keiths@redhat.com>
9165
9166 * gdb.cp/oranking.cc (test15): New function.
9167 (main): Call test15 and declare additional variables for testing.
9168 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9169 "p foo101('abc')" tests.
9170 Add tests for cv qualifier overloads.
9171 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9172 "lvalue reference overload" test.
9173 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9174 "print value of f1 on Child&& in f2" test.
9175
3a3fd0fd
PA
91762017-04-19 Pedro Alves <palves@redhat.com>
9177
9178 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9179 procedure.
9180 (top level): Call it.
9181 * lib/gdb.exp (gdb_define_cmd): New procedure.
9182
53375380
PA
91832017-04-12 Pedro Alves <palves@redhat.com>
9184
9185 PR gdb/21323
9186 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9187 (wchar): New global.
9188 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9189 (do_test_wide_char, wide_char_types_no_program, top level): Add
9190 wchar_t testing.
9191
53e710ac
PA
91922017-04-12 Pedro Alves <palves@redhat.com>
9193
9194 PR c++/21323
9195 * gdb.cp/wide_char_types.c: New file.
9196 * gdb.cp/wide_char_types.exp: New file.
9197
0ad9d8c7
SDJ
91982017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9199
9200 PR gdb/21352
9201 * gdb.trace/tsv.exp: Add test for "tsave -r".
9202
b1b45502
IB
92032017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9204
9205 * gdb.dlang/watch-loc.c: New file.
9206 * gdb.dlang/watch-loc.exp: New file.
9207
ec13808e
JK
92082017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9209
9210 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9211
fe5f7374
AK
92122017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9213
9214 * gdb.arch/arc-analyze-prologue.S: New file.
9215 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9216
eea78757
AK
92172017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9218
9219 * gdb.arch/arc-decode-insn.S: New file.
9220 * gdb.arch/arc-decode-insn.exp: Likewise.
9221
5badf10a
IR
92222017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9223
9224 PR tdep/20928
9225 * gdb.arch/sparc64-regs.exp: New file.
9226 * gdb.arch/sparc64-regs.S: Likewise.
9227
cee59b3f
TW
92282017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9229
9230 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9231 and memory view on Python 3.
9232
c0f55cc6
AV
92332017-03-20 Artemiy Volkov <artemiyv@acm.org>
9234 Keith Seitz <keiths@redhat.com>
9235
9236 PR gdb/14441
9237 * gdb.cp/demangle.exp: Add rvalue reference tests.
9238 * gdb.cp/rvalue-ref-casts.cc: New file.
9239 * gdb.cp/rvalue-ref-casts.exp: New file.
9240 * gdb.cp/rvalue-ref-overload.cc: New file.
9241 * gdb.cp/rvalue-ref-overload.exp: New file.
9242 * gdb.cp/rvalue-ref-params.cc: New file.
9243 * gdb.cp/rvalue-ref-params.exp: New file.
9244 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9245 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9246 * gdb.cp/rvalue-ref-types.cc: New file.
9247 * gdb.cp/rvalue-ref-types.exp: New file.
9248 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9249 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9250
51457a05
MAL
92512017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9252
9253 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9254 New procedure.
9255
5b291c04
MAL
92562017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9257
9258 * lib/mi-support.exp (mi_gdb_test): Add additional message
9259 for unexpected output.
9260
59a56148
AA
92612017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9262
9263 * gdb.base/examine-backward.c (Barrier): New character array
9264 constant, to ensure that TestStrings is preceded by a string
9265 terminator.
9266
7942e96e
AA
92672017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9268
9269 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9270 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9271 and implicit pointer into such a location.
9272
6ebac3fb
DE
92732017-03-16 Doug Evans <dje@google.com>
9274
9275 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9276
ec3b243d
TP
92772017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9278
9279 * gdb.cp/m-static.exp: Fix expectation for prototype of
9280 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9281
92822017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9283
9284 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9285 * gdb.guile/scm-lazy-string.c: New file.
9286 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9287 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9288 for pointer, array, typedef lazy strings.
9289
2cc36e25 92902017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9291
9292 PR python/17728, python/18439, python/18779
9293 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9294 * gdb.python/py-lazy-string.c (pointer): New typedef.
9295 (main): New locals ptr, array, typedef_ptr.
9296 * gdb.python/py-value.exp: Move lazy string tests to ...
9297 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9298 array, typedef lazy strings.
ec3b243d 9299
0efcde63
AK
93002017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9301
9302 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9303 Add optional 'test' parameter.
9304
7978d7c3
SM
93052017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9306
9307 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9308 Skip for versions of DejaGnu < 1.5.
9309
896c0c1e
SM
93102017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9311
9312 * lib/gdb.exp (dejagnu_version): New proc.
9313 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9314 Use dejagnu_version.
9315
5f4d1085
KS
93162017-03-10 Keith Seitz <keiths@redhat.com>
9317
9318 PR c++/8128
9319 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9320 type from destructor regexps.
9321 Add a branch which actually passes the test.
9322 Adjust "ptype t5i" test names.
9323
1de05205
PA
93242017-03-08 Pedro Alves <palves@redhat.com>
9325
9326 * gdb.base/step-over-exit.exp: Add explicit test message.
9327
c65d6b55
PA
93282017-03-08 Pedro Alves <palves@redhat.com>
9329
9330 PR gdb/18360
9331 * gdb.threads/interrupt-while-step-over.c: New file.
9332 * gdb.threads/interrupt-while-step-over.exp: New file.
9333
2e86a283
PA
93342017-03-08 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9337 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9338
25dcbff6
PA
93392017-03-08 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9342 PKRU as not supported as a PASS.
9343
dc9366eb
PA
93442017-03-08 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9347 prefix instead of $binfile1/$binfile2.
9348 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9349 in test message.
9350 * gdb.python/py-completion.exp: Use "load python file" as test
9351 messages instead of unstable path names.
9352
6e5d74e7
PA
93532017-03-08 Pedro Alves <palves@redhat.com>
9354 Jan Kratochvil <jan.kratochvil@redhat.com>
9355
9356 PR cli/21218
9357 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9358 New proc.
9359 (top level): Call it.
9360
9753a2f6
PA
93612017-03-08 Pedro Alves <palves@redhat.com>
9362
9363 PR tui/21216
9364 * gdb.tui/tui-nl-filtered-output.exp: New file.
9365
1a4dd9dd
PA
93662017-03-08 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/completion.exp: Move TUI completion tests to ...
9369 * gdb.tui/completion.exp: ... this new file.
9370
7cbbff33
PA
93712017-03-08 Pedro Alves <palves@redhat.com>
9372
9373 * gdb.base/tui-disasm-long-lines.c,
9374 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9375 gdb.base/tui-layout.exp: Move to ...
9376 * gdb.tui/: ... this new directory.
9377
5f6fd321
PA
93782017-03-07 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/tui-layout.c: New file.
9381 * gdb.base/tui-layout.exp: New file.
9382
44959fa8
PA
93832017-03-07 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/tui-layout.c: Rename to ...
9386 * gdb.base/tui-disasm-long-lines.c: ... this.
9387 * gdb.base/tui-layout.exp: Rename to ...
9388 * gdb.base/tui-disasm-long-lines.exp: ... this.
9389
f8c4e718
PA
93902017-03-07 Pedro Alves <palves@redhat.com>
9391
9392 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9393
6dbb839a 93942017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9395
9396 * i386-mpx-call.c: New file.
9397 * i386-mpx-call.exp: New file.
9398
65b48a81
PB
93992017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9400
9401 * gdb.arch/powerpc-power.exp: Delete test.
9402 * gdb.arch/powerpc-power.s: Likewise.
9403 * gdb.disasm/disassembler-options.exp: New test.
9404 * gdb.arch/powerpc-altivec.exp: Likewise.
9405 * gdb.arch/powerpc-altivec.s: Likewise.
9406 * gdb.arch/powerpc-altivec2.exp: Likewise.
9407 * gdb.arch/powerpc-altivec2.s: Likewise.
9408 * gdb.arch/powerpc-altivec3.exp: Likewise.
9409 * gdb.arch/powerpc-altivec3.s: Likewise.
9410 * gdb.arch/powerpc-power7.exp: Likewise.
9411 * gdb.arch/powerpc-power7.s: Likewise.
9412 * gdb.arch/powerpc-power8.exp: Likewise.
9413 * gdb.arch/powerpc-power8.s: Likewise.
9414 * gdb.arch/powerpc-power9.exp: Likewise.
9415 * gdb.arch/powerpc-power9.s: Likewise.
9416 * gdb.arch/powerpc-vsx.exp: Likewise.
9417 * gdb.arch/powerpc-vsx.s: Likewise.
9418 * gdb.arch/powerpc-vsx2.exp: Likewise.
9419 * gdb.arch/powerpc-vsx2.s: Likewise.
9420 * gdb.arch/powerpc-vsx3.exp: Likewise.
9421 * gdb.arch/powerpc-vsx3.s: Likewise.
9422 * gdb.arch/arm-disassembler-options.exp: Likewise.
9423 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9424 * gdb.arch/s390-disassembler-options.exp: Likewise.
9425
17cd4947
LM
94262017-02-23 Luis Machado <lgustavo@codesourcery.com>
9427
9428 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9429 (check_supported_features): ... this. Changed return type to void.
9430 (supports_rdseed): New static global.
9431 (rdseed): Check supports_rdseed.
9432 (initialize): Call check_supported_features.
9433
2039d74e
EBM
94342017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9435
9436 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9437 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9438 and lqarx/stqcx.
9439 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9440 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9441
a51d7ecf
EBM
94422017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9443
9444 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9445 uppercase.
9446
0224619f
JK
94472017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9448
9449 * gdb.dwarf2/formdata16.c: New file.
9450 * gdb.dwarf2/formdata16.exp: New file.
9451 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9452
216f72a1
JK
94532017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9454
9455 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9456 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9457 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9458 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9459 DW_AT_GNU_*.
9460
43988095
JK
94612017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9462
9463 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9464
99e8a4f9
SDJ
94652017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9466
9467 PR gdb/21164
9468 * gdb.base/maint.exp: Add testcases for when the commands do
9469 not have arguments.
9470
b58a8c0c
TP
94712017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9472
9473 * gdb.cp/chained-calls.exp: Use p instead of P.
9474
4e746bb6
TW
94752017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9476
9477 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9478 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9479
3f77c769
TT
94802017-02-14 Tom Tromey <tom@tromey.com>
9481
9482 PR python/13598:
9483 * gdb.python/py-events.exp: Add before_prompt event tests.
9484
075beec0
AA
94852017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9486
9487 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9488
bf5f525c
LM
94892017-02-13 Luis Machado <lgustavo@codesourcery.com>
9490
9491 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9492 (main): Call my_unique_function_name.
9493 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9494 completion of patterns with a single match.
9495 Add missing -re switches to gdb_test_multiple calls.
9496
13a66184
LM
94972017-02-13 Luis Machado <lgustavo@codesourcery.com>
9498
9499 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9500 return if core file is not recognized.
9501
26a06916
SM
95022017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9505 and extra UIs.
9506
b761ca9e
SM
95072017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9510 proc_with_prefix.
9511
b964bee0
TT
95122017-02-10 Tom Tromey <tom@tromey.com>
9513
9514 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9515
18da0c51
MG
95162017-02-10 Martin Galvan <martingalvan@sourceware.org>
9517
9518 PR gdb/21122
9519 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9520
604c4576
JG
95212017-02-08 Jerome Guitton <guitton@adacore.com>
9522
9523 * gdb.base/define.exp: Add test for command abbreviations
9524 in define.
9525
20b477a7
LM
95262017-02-06 Luis Machado <lgustavo@codesourcery.com>
9527
9528 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9529 * gdb.reverse/insn-reverse-x86.c: New file.
9530
3f7b46f2
IR
95312017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9532
9533 PR tdep/20936
9534 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9535
f0fd41c1
TT
95362017-02-03 Tom Tromey <tom@tromey.com>
9537
9538 PR rust/21097:
9539 * gdb.rust/simple.exp: Add new tests.
9540
5be5dbf0
PA
95412017-02-02 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9544 tests.
9545
7346ef59
AA
95462017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9547
9548 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9549 taking a 2-byte value out of a 4-byte DWARF implicit value on
9550 big-endian targets.
9551 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9552 logic. Add test cases for DW_OP_implicit.
9553
787f0025
MM
95542017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9555
9556 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9557
68777c29
MM
95582017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9559
9560 * gdb.btrace/enable.exp: Call gdb_exit before
9561 skip_gdbserver_tests.
9562
0a1c7e28
MM
95632017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9564
9565 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9566 GDBFLAGS.
9567
b5ac99b0
MM
95682017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9569
9570 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9571 the test is skipped.
9572 * gdb.btrace/data.exp: Likewise.
9573 * gdb.btrace/delta.exp: Likewise.
9574 * gdb.btrace/dlopen.exp: Likewise.
9575 * gdb.btrace/enable-running.exp: Likewise.
9576 * gdb.btrace/enable.exp: Likewise.
9577 * gdb.btrace/exception.exp: Likewise.
9578 * gdb.btrace/function_call_history.exp: Likewise.
9579 * gdb.btrace/gcore.exp: Likewise.
9580 * gdb.btrace/instruction_history.exp: Likewise.
9581 * gdb.btrace/multi-thread-step.exp: Likewise.
9582 * gdb.btrace/nohist.exp: Likewise.
9583 * gdb.btrace/non-stop.exp: Likewise.
9584 * gdb.btrace/reconnect.exp: Likewise.
9585 * gdb.btrace/record_goto-step.exp: Likewise.
9586 * gdb.btrace/record_goto.exp: Likewise.
9587 * gdb.btrace/rn-dl-bind.exp: Likewise.
9588 * gdb.btrace/segv.exp: Likewise.
9589 * gdb.btrace/step.exp: Likewise.
9590 * gdb.btrace/stepi.exp: Likewise.
9591 * gdb.btrace/tailcall-only.exp: Likewise.
9592 * gdb.btrace/tailcall.exp: Likewise.
9593 * gdb.btrace/tsx.exp: Likewise.
9594 * gdb.btrace/unknown_functions.exp: Likewise.
9595 * gdb.btrace/vdso.exp: Likewise.
9596
cd4007e4
MM
95972017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9598
9599 * gdb.btrace/enable-running.c: New.
9600 * gdb.btrace/enable-running.exp: New.
9601
2735833d
WT
96022017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9603
9604 * gdb.arch/amd64-gs_base.c: New file.
9605 * gdb.arch/amd64-gs_base.exp: New file.
9606
b51e1e94
LM
96072017-01-26 Luis Machado <lgustavo@codesourcery.com>
9608
9609 * lib/memory.exp: Remove spurious empty newlines.
9610
72ca0410
SM
96112017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9612
9613 * gdb.python/py-bad-printers.exp: Load python file using "source".
9614 * gdb.python/py-events.exp: Likewise.
9615 * gdb.python/py-evsignal.exp: Likewise.
9616 * gdb.python/py-evthreads.exp: Likewise.
9617 * gdb.python/py-frame-args.exp: Likewise.
9618 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9619 * gdb.python/py-framefilter-mi.exp: Likewise.
9620 * gdb.python/py-framefilter.exp: Likewise.
9621 * gdb.python/py-mi.exp: Likewise.
9622 * gdb.python/py-pp-maint.exp: Likewise.
9623 * gdb.python/py-pp-registration.exp: Likewise.
9624 * gdb.python/py-prettyprint.exp: Likewise.
9625 (run_lang_tests): Likewise.
9626 * gdb.python/py-typeprint.exp: Likewise.
9627
e309aa65
LM
96282017-01-26 Luis Machado <lgustavo@codesourcery.com>
9629
9630 * lib/memory.exp: New file.
9631 * lib/gdb.exp: Load memory.exp.
9632 * gdb.base/memattr.exp (delete_memory): Move proc to
9633 lib/memory.exp and rename to delete_memory_regions.
9634 Replace delete_memory with delete_memory_regions.
9635 Cleanup memory regions before tests.
9636 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9637 before tests.
9638
515aff23
LM
96392017-01-26 Luis Machado <lgustavo@codesourcery.com>
9640
9641 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9642 files.
9643 (initialize): New function conditionally defined.
9644 (testcases): Move within conditional block.
9645 (main): Call initialize.
9646 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9647 of gdb.reverse/insn-reverse.c.
9648 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9649 gdb.reverse/insn-reverse.c.
9650
d8b49cf0
YQ
96512017-01-26 Yao Qi <yao.qi@linaro.org>
9652
9653 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9654 disassemble on address 0.
9655
f13a9a0c
YQ
96562017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9657 Yao Qi <yao.qi@linaro.org>
9658
9659 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9660 * gdb.dwarf2/implptr-64bit.S: Remove.
9661 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9662 variables in caller's context. Add DW_OP_implicit_value.
9663
5ac95241
YQ
96642017-01-25 Yao Qi <yao.qi@linaro.org>
9665
9666 * lib/dwarf.exp (Dwarf::_location): Handle
9667 DW_OP_GNU_implicit_pointer with proper size.
9668
23e82930
LM
96692017-01-20 Luis Machado <lgustavo@codesourcery.com>
9670
9671 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9672 and add untested calls.
9673
d334ae25
LM
96742017-01-20 Luis Machado <lgustavo@codesourcery.com>
9675
9676 * gdb.python/python.exp: Check line number against what GDB thinks
9677 the line number is for func1.
9678
f5e6296e
IB
96792017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9680
9681 * gdb.dlang/debug-expr.exp: New file.
9682
5b362f04
LM
96832016-12-23 Luis Machado <lgustavo@codesourcery.com>
9684
9685 Fix test names for the following files:
9686
9687 * gdb.ada/exec_changed.exp
9688 * gdb.ada/info_types.exp
9689 * gdb.arch/aarch64-atomic-inst.exp
9690 * gdb.arch/aarch64-fp.exp
9691 * gdb.arch/altivec-abi.exp
9692 * gdb.arch/altivec-regs.exp
9693 * gdb.arch/amd64-byte.exp
9694 * gdb.arch/amd64-disp-step.exp
9695 * gdb.arch/amd64-dword.exp
9696 * gdb.arch/amd64-entry-value-inline.exp
9697 * gdb.arch/amd64-entry-value-param.exp
9698 * gdb.arch/amd64-entry-value-paramref.exp
9699 * gdb.arch/amd64-entry-value.exp
9700 * gdb.arch/amd64-i386-address.exp
9701 * gdb.arch/amd64-invalid-stack-middle.exp
9702 * gdb.arch/amd64-invalid-stack-top.exp
9703 * gdb.arch/amd64-optimout-repeat.exp
9704 * gdb.arch/amd64-prologue-skip.exp
9705 * gdb.arch/amd64-prologue-xmm.exp
9706 * gdb.arch/amd64-stap-special-operands.exp
9707 * gdb.arch/amd64-stap-wrong-subexp.exp
9708 * gdb.arch/amd64-tailcall-cxx.exp
9709 * gdb.arch/amd64-tailcall-noret.exp
9710 * gdb.arch/amd64-tailcall-ret.exp
9711 * gdb.arch/amd64-tailcall-self.exp
9712 * gdb.arch/amd64-word.exp
9713 * gdb.arch/arm-bl-branch-dest.exp
9714 * gdb.arch/arm-disp-step.exp
9715 * gdb.arch/arm-neon.exp
9716 * gdb.arch/arm-single-step-kernel-helper.exp
9717 * gdb.arch/avr-flash-qualifier.exp
9718 * gdb.arch/disp-step-insn-reloc.exp
9719 * gdb.arch/e500-abi.exp
9720 * gdb.arch/e500-regs.exp
9721 * gdb.arch/ftrace-insn-reloc.exp
9722 * gdb.arch/i386-avx512.exp
9723 * gdb.arch/i386-bp_permanent.exp
9724 * gdb.arch/i386-byte.exp
9725 * gdb.arch/i386-cfi-notcurrent.exp
9726 * gdb.arch/i386-disp-step.exp
9727 * gdb.arch/i386-dr3-watch.exp
9728 * gdb.arch/i386-float.exp
9729 * gdb.arch/i386-gnu-cfi.exp
9730 * gdb.arch/i386-mpx-map.exp
9731 * gdb.arch/i386-mpx-sigsegv.exp
9732 * gdb.arch/i386-mpx-simple_segv.exp
9733 * gdb.arch/i386-mpx.exp
9734 * gdb.arch/i386-permbkpt.exp
9735 * gdb.arch/i386-prologue.exp
9736 * gdb.arch/i386-signal.exp
9737 * gdb.arch/i386-size-overlap.exp
9738 * gdb.arch/i386-unwind.exp
9739 * gdb.arch/i386-word.exp
9740 * gdb.arch/mips-fcr.exp
9741 * gdb.arch/powerpc-d128-regs.exp
9742 * gdb.arch/powerpc-stackless.exp
9743 * gdb.arch/ppc64-atomic-inst.exp
9744 * gdb.arch/s390-stackless.exp
9745 * gdb.arch/s390-tdbregs.exp
9746 * gdb.arch/s390-vregs.exp
9747 * gdb.arch/sparc-sysstep.exp
9748 * gdb.arch/thumb-bx-pc.exp
9749 * gdb.arch/thumb-singlestep.exp
9750 * gdb.arch/thumb2-it.exp
9751 * gdb.arch/vsx-regs.exp
9752 * gdb.asm/asm-source.exp
9753 * gdb.base/a2-run.exp
9754 * gdb.base/advance.exp
9755 * gdb.base/all-bin.exp
9756 * gdb.base/anon.exp
9757 * gdb.base/args.exp
9758 * gdb.base/arithmet.exp
9759 * gdb.base/async-shell.exp
9760 * gdb.base/async.exp
9761 * gdb.base/attach-pie-noexec.exp
9762 * gdb.base/attach-twice.exp
9763 * gdb.base/auto-load.exp
9764 * gdb.base/bang.exp
9765 * gdb.base/bitfields.exp
9766 * gdb.base/break-always.exp
9767 * gdb.base/break-caller-line.exp
9768 * gdb.base/break-entry.exp
9769 * gdb.base/break-inline.exp
9770 * gdb.base/break-on-linker-gcd-function.exp
9771 * gdb.base/break-probes.exp
9772 * gdb.base/break.exp
9773 * gdb.base/breakpoint-shadow.exp
9774 * gdb.base/call-ar-st.exp
9775 * gdb.base/call-sc.exp
9776 * gdb.base/call-signal-resume.exp
9777 * gdb.base/call-strs.exp
9778 * gdb.base/callfuncs.exp
9779 * gdb.base/catch-fork-static.exp
9780 * gdb.base/catch-gdb-caused-signals.exp
9781 * gdb.base/catch-load.exp
9782 * gdb.base/catch-signal-fork.exp
9783 * gdb.base/catch-signal.exp
9784 * gdb.base/catch-syscall.exp
9785 * gdb.base/charset.exp
9786 * gdb.base/checkpoint.exp
9787 * gdb.base/chng-syms.exp
9788 * gdb.base/code-expr.exp
9789 * gdb.base/code_elim.exp
9790 * gdb.base/commands.exp
9791 * gdb.base/completion.exp
9792 * gdb.base/complex.exp
9793 * gdb.base/cond-expr.exp
9794 * gdb.base/condbreak.exp
9795 * gdb.base/consecutive.exp
9796 * gdb.base/continue-all-already-running.exp
9797 * gdb.base/coredump-filter.exp
9798 * gdb.base/corefile.exp
9799 * gdb.base/dbx.exp
9800 * gdb.base/debug-expr.exp
9801 * gdb.base/define.exp
9802 * gdb.base/del.exp
9803 * gdb.base/disabled-location.exp
9804 * gdb.base/disasm-end-cu.exp
9805 * gdb.base/disasm-optim.exp
9806 * gdb.base/display.exp
9807 * gdb.base/duplicate-bp.exp
9808 * gdb.base/ena-dis-br.exp
9809 * gdb.base/ending-run.exp
9810 * gdb.base/enumval.exp
9811 * gdb.base/environ.exp
9812 * gdb.base/eu-strip-infcall.exp
9813 * gdb.base/eval-avoid-side-effects.exp
9814 * gdb.base/eval-skip.exp
9815 * gdb.base/exitsignal.exp
9816 * gdb.base/expand-psymtabs.exp
9817 * gdb.base/filesym.exp
9818 * gdb.base/find-unmapped.exp
9819 * gdb.base/finish.exp
9820 * gdb.base/float.exp
9821 * gdb.base/foll-exec-mode.exp
9822 * gdb.base/foll-exec.exp
9823 * gdb.base/foll-fork.exp
9824 * gdb.base/fortran-sym-case.exp
9825 * gdb.base/freebpcmd.exp
9826 * gdb.base/func-ptr.exp
9827 * gdb.base/func-ptrs.exp
9828 * gdb.base/funcargs.exp
9829 * gdb.base/gcore-buffer-overflow.exp
9830 * gdb.base/gcore-relro-pie.exp
9831 * gdb.base/gcore-relro.exp
9832 * gdb.base/gcore.exp
9833 * gdb.base/gdb1090.exp
9834 * gdb.base/gdb11530.exp
9835 * gdb.base/gdb11531.exp
9836 * gdb.base/gdb1821.exp
9837 * gdb.base/gdbindex-stabs.exp
9838 * gdb.base/gdbvars.exp
9839 * gdb.base/hbreak.exp
9840 * gdb.base/hbreak2.exp
9841 * gdb.base/included.exp
9842 * gdb.base/infcall-input.exp
9843 * gdb.base/inferior-died.exp
9844 * gdb.base/infnan.exp
9845 * gdb.base/info-macros.exp
9846 * gdb.base/info-os.exp
9847 * gdb.base/info-proc.exp
9848 * gdb.base/info-shared.exp
9849 * gdb.base/info-target.exp
9850 * gdb.base/infoline.exp
9851 * gdb.base/interp.exp
9852 * gdb.base/interrupt.exp
9853 * gdb.base/jit-reader.exp
9854 * gdb.base/jit-simple.exp
9855 * gdb.base/kill-after-signal.exp
9856 * gdb.base/kill-detach-inferiors-cmd.exp
9857 * gdb.base/label.exp
9858 * gdb.base/langs.exp
9859 * gdb.base/ldbl_e308.exp
9860 * gdb.base/line-symtabs.exp
9861 * gdb.base/linespecs.exp
9862 * gdb.base/list.exp
9863 * gdb.base/long_long.exp
9864 * gdb.base/longest-types.exp
9865 * gdb.base/maint.exp
9866 * gdb.base/max-value-size.exp
9867 * gdb.base/memattr.exp
9868 * gdb.base/mips_pro.exp
9869 * gdb.base/morestack.exp
9870 * gdb.base/moribund-step.exp
9871 * gdb.base/multi-forks.exp
9872 * gdb.base/nested-addr.exp
9873 * gdb.base/nextoverexit.exp
9874 * gdb.base/noreturn-finish.exp
9875 * gdb.base/noreturn-return.exp
9876 * gdb.base/nostdlib.exp
9877 * gdb.base/offsets.exp
9878 * gdb.base/opaque.exp
9879 * gdb.base/pc-fp.exp
9880 * gdb.base/permissions.exp
9881 * gdb.base/print-symbol-loading.exp
9882 * gdb.base/prologue-include.exp
9883 * gdb.base/psymtab.exp
9884 * gdb.base/ptype.exp
9885 * gdb.base/random-signal.exp
9886 * gdb.base/randomize.exp
9887 * gdb.base/range-stepping.exp
9888 * gdb.base/readline-ask.exp
9889 * gdb.base/recpar.exp
9890 * gdb.base/recurse.exp
9891 * gdb.base/relational.exp
9892 * gdb.base/restore.exp
9893 * gdb.base/return-nodebug.exp
9894 * gdb.base/return.exp
9895 * gdb.base/run-after-attach.exp
9896 * gdb.base/save-bp.exp
9897 * gdb.base/scope.exp
9898 * gdb.base/sect-cmd.exp
9899 * gdb.base/set-lang-auto.exp
9900 * gdb.base/set-noassign.exp
9901 * gdb.base/setvar.exp
9902 * gdb.base/sigall.exp
9903 * gdb.base/sigbpt.exp
9904 * gdb.base/siginfo-addr.exp
9905 * gdb.base/siginfo-infcall.exp
9906 * gdb.base/siginfo-obj.exp
9907 * gdb.base/siginfo.exp
9908 * gdb.base/signals-state-child.exp
9909 * gdb.base/signest.exp
9910 * gdb.base/sigstep.exp
9911 * gdb.base/sizeof.exp
9912 * gdb.base/skip.exp
9913 * gdb.base/solib-corrupted.exp
9914 * gdb.base/solib-nodir.exp
9915 * gdb.base/solib-search.exp
9916 * gdb.base/stack-checking.exp
9917 * gdb.base/stale-infcall.exp
9918 * gdb.base/stap-probe.exp
9919 * gdb.base/start.exp
9920 * gdb.base/step-break.exp
9921 * gdb.base/step-bt.exp
9922 * gdb.base/step-line.exp
9923 * gdb.base/step-over-exit.exp
9924 * gdb.base/step-over-syscall.exp
9925 * gdb.base/step-resume-infcall.exp
9926 * gdb.base/step-test.exp
9927 * gdb.base/store.exp
9928 * gdb.base/structs3.exp
9929 * gdb.base/sym-file.exp
9930 * gdb.base/symbol-without-target_section.exp
9931 * gdb.base/term.exp
9932 * gdb.base/testenv.exp
9933 * gdb.base/ui-redirect.exp
9934 * gdb.base/until.exp
9935 * gdb.base/unwindonsignal.exp
9936 * gdb.base/value-double-free.exp
9937 * gdb.base/vla-datatypes.exp
9938 * gdb.base/vla-ptr.exp
9939 * gdb.base/vla-sideeffect.exp
9940 * gdb.base/volatile.exp
9941 * gdb.base/watch-cond-infcall.exp
9942 * gdb.base/watch-cond.exp
9943 * gdb.base/watch-non-mem.exp
9944 * gdb.base/watch-read.exp
9945 * gdb.base/watch-vfork.exp
9946 * gdb.base/watchpoint-cond-gone.exp
9947 * gdb.base/watchpoint-delete.exp
9948 * gdb.base/watchpoint-hw-hit-once.exp
9949 * gdb.base/watchpoint-hw.exp
9950 * gdb.base/watchpoint-stops-at-right-insn.exp
9951 * gdb.base/watchpoints.exp
9952 * gdb.base/wchar.exp
9953 * gdb.base/whatis-exp.exp
9954 * gdb.btrace/buffer-size.exp
9955 * gdb.btrace/data.exp
9956 * gdb.btrace/delta.exp
9957 * gdb.btrace/dlopen.exp
9958 * gdb.btrace/enable.exp
9959 * gdb.btrace/exception.exp
9960 * gdb.btrace/function_call_history.exp
9961 * gdb.btrace/gcore.exp
9962 * gdb.btrace/instruction_history.exp
9963 * gdb.btrace/nohist.exp
9964 * gdb.btrace/reconnect.exp
9965 * gdb.btrace/record_goto-step.exp
9966 * gdb.btrace/record_goto.exp
9967 * gdb.btrace/rn-dl-bind.exp
9968 * gdb.btrace/segv.exp
9969 * gdb.btrace/step.exp
9970 * gdb.btrace/stepi.exp
9971 * gdb.btrace/tailcall-only.exp
9972 * gdb.btrace/tailcall.exp
9973 * gdb.btrace/tsx.exp
9974 * gdb.btrace/unknown_functions.exp
9975 * gdb.btrace/vdso.exp
9976 * gdb.compile/compile-ifunc.exp
9977 * gdb.compile/compile-ops.exp
9978 * gdb.compile/compile-print.exp
9979 * gdb.compile/compile-setjmp.exp
9980 * gdb.cp/abstract-origin.exp
9981 * gdb.cp/ambiguous.exp
9982 * gdb.cp/annota2.exp
9983 * gdb.cp/annota3.exp
9984 * gdb.cp/anon-ns.exp
9985 * gdb.cp/anon-struct.exp
9986 * gdb.cp/anon-union.exp
9987 * gdb.cp/arg-reference.exp
9988 * gdb.cp/baseenum.exp
9989 * gdb.cp/bool.exp
9990 * gdb.cp/breakpoint.exp
9991 * gdb.cp/bs15503.exp
9992 * gdb.cp/call-c.exp
9993 * gdb.cp/casts.exp
9994 * gdb.cp/chained-calls.exp
9995 * gdb.cp/class2.exp
9996 * gdb.cp/classes.exp
9997 * gdb.cp/cmpd-minsyms.exp
9998 * gdb.cp/converts.exp
9999 * gdb.cp/cp-relocate.exp
10000 * gdb.cp/cpcompletion.exp
10001 * gdb.cp/cpexprs.exp
10002 * gdb.cp/cplabel.exp
10003 * gdb.cp/cplusfuncs.exp
10004 * gdb.cp/cpsizeof.exp
10005 * gdb.cp/ctti.exp
10006 * gdb.cp/derivation.exp
10007 * gdb.cp/destrprint.exp
10008 * gdb.cp/dispcxx.exp
10009 * gdb.cp/enum-class.exp
10010 * gdb.cp/exception.exp
10011 * gdb.cp/exceptprint.exp
10012 * gdb.cp/expand-psymtabs-cxx.exp
10013 * gdb.cp/expand-sals.exp
10014 * gdb.cp/extern-c.exp
10015 * gdb.cp/filename.exp
10016 * gdb.cp/formatted-ref.exp
10017 * gdb.cp/fpointer.exp
10018 * gdb.cp/gdb1355.exp
10019 * gdb.cp/gdb2495.exp
10020 * gdb.cp/hang.exp
10021 * gdb.cp/impl-this.exp
10022 * gdb.cp/infcall-dlopen.exp
10023 * gdb.cp/inherit.exp
10024 * gdb.cp/iostream.exp
10025 * gdb.cp/koenig.exp
10026 * gdb.cp/local.exp
10027 * gdb.cp/m-data.exp
10028 * gdb.cp/m-static.exp
10029 * gdb.cp/mb-ctor.exp
10030 * gdb.cp/mb-inline.exp
10031 * gdb.cp/mb-templates.exp
10032 * gdb.cp/member-name.exp
10033 * gdb.cp/member-ptr.exp
10034 * gdb.cp/meth-typedefs.exp
10035 * gdb.cp/method.exp
10036 * gdb.cp/method2.exp
10037 * gdb.cp/minsym-fallback.exp
10038 * gdb.cp/misc.exp
10039 * gdb.cp/namelessclass.exp
10040 * gdb.cp/namespace-enum.exp
10041 * gdb.cp/namespace-nested-import.exp
10042 * gdb.cp/namespace.exp
10043 * gdb.cp/nextoverthrow.exp
10044 * gdb.cp/no-dmgl-verbose.exp
10045 * gdb.cp/non-trivial-retval.exp
10046 * gdb.cp/noparam.exp
10047 * gdb.cp/nsdecl.exp
10048 * gdb.cp/nsimport.exp
10049 * gdb.cp/nsnested.exp
10050 * gdb.cp/nsnoimports.exp
10051 * gdb.cp/nsrecurs.exp
10052 * gdb.cp/nsstress.exp
10053 * gdb.cp/nsusing.exp
10054 * gdb.cp/operator.exp
10055 * gdb.cp/oranking.exp
10056 * gdb.cp/overload-const.exp
10057 * gdb.cp/overload.exp
10058 * gdb.cp/ovldbreak.exp
10059 * gdb.cp/ovsrch.exp
10060 * gdb.cp/paren-type.exp
10061 * gdb.cp/parse-lang.exp
10062 * gdb.cp/pass-by-ref.exp
10063 * gdb.cp/pr-1023.exp
10064 * gdb.cp/pr-1210.exp
10065 * gdb.cp/pr-574.exp
10066 * gdb.cp/pr10687.exp
10067 * gdb.cp/pr12028.exp
10068 * gdb.cp/pr17132.exp
10069 * gdb.cp/pr17494.exp
10070 * gdb.cp/pr9067.exp
10071 * gdb.cp/pr9167.exp
10072 * gdb.cp/pr9631.exp
10073 * gdb.cp/printmethod.exp
10074 * gdb.cp/psmang.exp
10075 * gdb.cp/psymtab-parameter.exp
10076 * gdb.cp/ptype-cv-cp.exp
10077 * gdb.cp/ptype-flags.exp
10078 * gdb.cp/re-set-overloaded.exp
10079 * gdb.cp/ref-types.exp
10080 * gdb.cp/rtti.exp
10081 * gdb.cp/scope-err.exp
10082 * gdb.cp/shadow.exp
10083 * gdb.cp/smartp.exp
10084 * gdb.cp/static-method.exp
10085 * gdb.cp/static-print-quit.exp
10086 * gdb.cp/temargs.exp
10087 * gdb.cp/templates.exp
10088 * gdb.cp/try_catch.exp
10089 * gdb.cp/typedef-operator.exp
10090 * gdb.cp/typeid.exp
10091 * gdb.cp/userdef.exp
10092 * gdb.cp/using-crash.exp
10093 * gdb.cp/var-tag.exp
10094 * gdb.cp/virtbase.exp
10095 * gdb.cp/virtfunc.exp
10096 * gdb.cp/virtfunc2.exp
10097 * gdb.cp/vla-cxx.exp
10098 * gdb.disasm/t01_mov.exp
10099 * gdb.disasm/t02_mova.exp
10100 * gdb.disasm/t03_add.exp
10101 * gdb.disasm/t04_sub.exp
10102 * gdb.disasm/t05_cmp.exp
10103 * gdb.disasm/t06_ari2.exp
10104 * gdb.disasm/t07_ari3.exp
10105 * gdb.disasm/t08_or.exp
10106 * gdb.disasm/t09_xor.exp
10107 * gdb.disasm/t10_and.exp
10108 * gdb.disasm/t11_logs.exp
10109 * gdb.disasm/t12_bit.exp
10110 * gdb.disasm/t13_otr.exp
10111 * gdb.dlang/circular.exp
10112 * gdb.dwarf2/arr-stride.exp
10113 * gdb.dwarf2/arr-subrange.exp
10114 * gdb.dwarf2/atomic-type.exp
10115 * gdb.dwarf2/bad-regnum.exp
10116 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10117 * gdb.dwarf2/callframecfa.exp
10118 * gdb.dwarf2/clztest.exp
10119 * gdb.dwarf2/corrupt.exp
10120 * gdb.dwarf2/data-loc.exp
10121 * gdb.dwarf2/dup-psym.exp
10122 * gdb.dwarf2/dw2-anon-mptr.exp
10123 * gdb.dwarf2/dw2-anonymous-func.exp
10124 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10125 * gdb.dwarf2/dw2-bad-unresolved.exp
10126 * gdb.dwarf2/dw2-basic.exp
10127 * gdb.dwarf2/dw2-canonicalize-type.exp
10128 * gdb.dwarf2/dw2-case-insensitive.exp
10129 * gdb.dwarf2/dw2-common-block.exp
10130 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10131 * gdb.dwarf2/dw2-compressed.exp
10132 * gdb.dwarf2/dw2-const.exp
10133 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10134 * gdb.dwarf2/dw2-cu-size.exp
10135 * gdb.dwarf2/dw2-dup-frame.exp
10136 * gdb.dwarf2/dw2-entry-value.exp
10137 * gdb.dwarf2/dw2-icycle.exp
10138 * gdb.dwarf2/dw2-ifort-parameter.exp
10139 * gdb.dwarf2/dw2-inline-break.exp
10140 * gdb.dwarf2/dw2-inline-param.exp
10141 * gdb.dwarf2/dw2-intercu.exp
10142 * gdb.dwarf2/dw2-intermix.exp
10143 * gdb.dwarf2/dw2-lexical-block-bare.exp
10144 * gdb.dwarf2/dw2-linkage-name-trust.exp
10145 * gdb.dwarf2/dw2-minsym-in-cu.exp
10146 * gdb.dwarf2/dw2-noloc.exp
10147 * gdb.dwarf2/dw2-op-call.exp
10148 * gdb.dwarf2/dw2-op-out-param.exp
10149 * gdb.dwarf2/dw2-opt-structptr.exp
10150 * gdb.dwarf2/dw2-param-error.exp
10151 * gdb.dwarf2/dw2-producer.exp
10152 * gdb.dwarf2/dw2-ranges-base.exp
10153 * gdb.dwarf2/dw2-ref-missing-frame.exp
10154 * gdb.dwarf2/dw2-reg-undefined.exp
10155 * gdb.dwarf2/dw2-regno-invalid.exp
10156 * gdb.dwarf2/dw2-restore.exp
10157 * gdb.dwarf2/dw2-restrict.exp
10158 * gdb.dwarf2/dw2-single-line-discriminators.exp
10159 * gdb.dwarf2/dw2-strp.exp
10160 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10161 * gdb.dwarf2/dw2-unresolved.exp
10162 * gdb.dwarf2/dw2-var-zero-addr.exp
10163 * gdb.dwarf2/dw4-sig-types.exp
10164 * gdb.dwarf2/dwz.exp
10165 * gdb.dwarf2/dynarr-ptr.exp
10166 * gdb.dwarf2/enum-type.exp
10167 * gdb.dwarf2/gdb-index.exp
10168 * gdb.dwarf2/implptr-64bit.exp
10169 * gdb.dwarf2/implptr-optimized-out.exp
10170 * gdb.dwarf2/implptr.exp
10171 * gdb.dwarf2/implref-array.exp
10172 * gdb.dwarf2/implref-const.exp
10173 * gdb.dwarf2/implref-global.exp
10174 * gdb.dwarf2/implref-struct.exp
10175 * gdb.dwarf2/mac-fileno.exp
10176 * gdb.dwarf2/main-subprogram.exp
10177 * gdb.dwarf2/member-ptr-forwardref.exp
10178 * gdb.dwarf2/method-ptr.exp
10179 * gdb.dwarf2/missing-sig-type.exp
10180 * gdb.dwarf2/nonvar-access.exp
10181 * gdb.dwarf2/opaque-type-lookup.exp
10182 * gdb.dwarf2/pieces-optimized-out.exp
10183 * gdb.dwarf2/pieces.exp
10184 * gdb.dwarf2/pr10770.exp
10185 * gdb.dwarf2/pr13961.exp
10186 * gdb.dwarf2/staticvirtual.exp
10187 * gdb.dwarf2/subrange.exp
10188 * gdb.dwarf2/symtab-producer.exp
10189 * gdb.dwarf2/trace-crash.exp
10190 * gdb.dwarf2/typeddwarf.exp
10191 * gdb.dwarf2/valop.exp
10192 * gdb.dwarf2/watch-notconst.exp
10193 * gdb.fortran/array-element.exp
10194 * gdb.fortran/charset.exp
10195 * gdb.fortran/common-block.exp
10196 * gdb.fortran/complex.exp
10197 * gdb.fortran/derived-type-function.exp
10198 * gdb.fortran/derived-type.exp
10199 * gdb.fortran/logical.exp
10200 * gdb.fortran/module.exp
10201 * gdb.fortran/multi-dim.exp
10202 * gdb.fortran/nested-funcs.exp
10203 * gdb.fortran/print-formatted.exp
10204 * gdb.fortran/subarray.exp
10205 * gdb.fortran/vla-alloc-assoc.exp
10206 * gdb.fortran/vla-datatypes.exp
10207 * gdb.fortran/vla-history.exp
10208 * gdb.fortran/vla-ptr-info.exp
10209 * gdb.fortran/vla-ptype-sub.exp
10210 * gdb.fortran/vla-ptype.exp
10211 * gdb.fortran/vla-sizeof.exp
10212 * gdb.fortran/vla-type.exp
10213 * gdb.fortran/vla-value-sub-arbitrary.exp
10214 * gdb.fortran/vla-value-sub-finish.exp
10215 * gdb.fortran/vla-value-sub.exp
10216 * gdb.fortran/vla-value.exp
10217 * gdb.fortran/whatis_type.exp
10218 * gdb.go/chan.exp
10219 * gdb.go/handcall.exp
10220 * gdb.go/hello.exp
10221 * gdb.go/integers.exp
10222 * gdb.go/methods.exp
10223 * gdb.go/package.exp
10224 * gdb.go/strings.exp
10225 * gdb.go/types.exp
10226 * gdb.go/unsafe.exp
10227 * gdb.guile/scm-arch.exp
10228 * gdb.guile/scm-block.exp
10229 * gdb.guile/scm-breakpoint.exp
10230 * gdb.guile/scm-cmd.exp
10231 * gdb.guile/scm-disasm.exp
10232 * gdb.guile/scm-equal.exp
10233 * gdb.guile/scm-frame-args.exp
10234 * gdb.guile/scm-frame-inline.exp
10235 * gdb.guile/scm-frame.exp
10236 * gdb.guile/scm-iterator.exp
10237 * gdb.guile/scm-math.exp
10238 * gdb.guile/scm-objfile.exp
10239 * gdb.guile/scm-ports.exp
10240 * gdb.guile/scm-symbol.exp
10241 * gdb.guile/scm-symtab.exp
10242 * gdb.guile/scm-value-cc.exp
10243 * gdb.guile/types-module.exp
10244 * gdb.linespec/break-ask.exp
10245 * gdb.linespec/cpexplicit.exp
10246 * gdb.linespec/explicit.exp
10247 * gdb.linespec/keywords.exp
10248 * gdb.linespec/linespec.exp
10249 * gdb.linespec/ls-dollar.exp
10250 * gdb.linespec/ls-errs.exp
10251 * gdb.linespec/skip-two.exp
10252 * gdb.linespec/thread.exp
10253 * gdb.mi/mi-async.exp
10254 * gdb.mi/mi-basics.exp
10255 * gdb.mi/mi-break.exp
10256 * gdb.mi/mi-catch-load.exp
10257 * gdb.mi/mi-cli.exp
10258 * gdb.mi/mi-cmd-param-changed.exp
10259 * gdb.mi/mi-console.exp
10260 * gdb.mi/mi-detach.exp
10261 * gdb.mi/mi-disassemble.exp
10262 * gdb.mi/mi-eval.exp
10263 * gdb.mi/mi-file-transfer.exp
10264 * gdb.mi/mi-file.exp
10265 * gdb.mi/mi-fill-memory.exp
10266 * gdb.mi/mi-inheritance-syntax-error.exp
10267 * gdb.mi/mi-linespec-err-cp.exp
10268 * gdb.mi/mi-logging.exp
10269 * gdb.mi/mi-memory-changed.exp
10270 * gdb.mi/mi-read-memory.exp
10271 * gdb.mi/mi-record-changed.exp
10272 * gdb.mi/mi-reg-undefined.exp
10273 * gdb.mi/mi-regs.exp
10274 * gdb.mi/mi-return.exp
10275 * gdb.mi/mi-reverse.exp
10276 * gdb.mi/mi-simplerun.exp
10277 * gdb.mi/mi-solib.exp
10278 * gdb.mi/mi-stack.exp
10279 * gdb.mi/mi-stepi.exp
10280 * gdb.mi/mi-syn-frame.exp
10281 * gdb.mi/mi-until.exp
10282 * gdb.mi/mi-var-block.exp
10283 * gdb.mi/mi-var-child.exp
10284 * gdb.mi/mi-var-cmd.exp
10285 * gdb.mi/mi-var-cp.exp
10286 * gdb.mi/mi-var-display.exp
10287 * gdb.mi/mi-var-invalidate.exp
10288 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10289 * gdb.mi/mi-vla-fortran.exp
10290 * gdb.mi/mi-watch.exp
10291 * gdb.mi/mi2-var-child.exp
10292 * gdb.mi/user-selected-context-sync.exp
10293 * gdb.modula2/unbounded-array.exp
10294 * gdb.multi/dummy-frame-restore.exp
10295 * gdb.multi/multi-arch-exec.exp
10296 * gdb.multi/multi-arch.exp
10297 * gdb.multi/tids.exp
10298 * gdb.multi/watchpoint-multi.exp
10299 * gdb.opencl/callfuncs.exp
10300 * gdb.opencl/convs_casts.exp
10301 * gdb.opencl/datatypes.exp
10302 * gdb.opencl/operators.exp
10303 * gdb.opencl/vec_comps.exp
10304 * gdb.opt/clobbered-registers-O2.exp
10305 * gdb.opt/inline-break.exp
10306 * gdb.opt/inline-bt.exp
10307 * gdb.opt/inline-cmds.exp
10308 * gdb.opt/inline-locals.exp
10309 * gdb.pascal/case-insensitive-symbols.exp
10310 * gdb.pascal/floats.exp
10311 * gdb.pascal/gdb11492.exp
10312 * gdb.python/lib-types.exp
10313 * gdb.python/py-arch.exp
10314 * gdb.python/py-as-string.exp
10315 * gdb.python/py-bad-printers.exp
10316 * gdb.python/py-block.exp
10317 * gdb.python/py-breakpoint-create-fail.exp
10318 * gdb.python/py-breakpoint.exp
10319 * gdb.python/py-caller-is.exp
10320 * gdb.python/py-cmd.exp
10321 * gdb.python/py-explore-cc.exp
10322 * gdb.python/py-explore.exp
10323 * gdb.python/py-finish-breakpoint.exp
10324 * gdb.python/py-finish-breakpoint2.exp
10325 * gdb.python/py-frame-args.exp
10326 * gdb.python/py-frame-inline.exp
10327 * gdb.python/py-frame.exp
10328 * gdb.python/py-framefilter-mi.exp
10329 * gdb.python/py-infthread.exp
10330 * gdb.python/py-lazy-string.exp
10331 * gdb.python/py-linetable.exp
10332 * gdb.python/py-mi-events.exp
10333 * gdb.python/py-mi-objfile.exp
10334 * gdb.python/py-mi.exp
10335 * gdb.python/py-objfile.exp
10336 * gdb.python/py-pp-integral.exp
10337 * gdb.python/py-pp-maint.exp
10338 * gdb.python/py-pp-re-notag.exp
10339 * gdb.python/py-pp-registration.exp
10340 * gdb.python/py-recurse-unwind.exp
10341 * gdb.python/py-strfns.exp
10342 * gdb.python/py-symbol.exp
10343 * gdb.python/py-symtab.exp
10344 * gdb.python/py-sync-interp.exp
10345 * gdb.python/py-typeprint.exp
10346 * gdb.python/py-unwind-maint.exp
10347 * gdb.python/py-unwind.exp
10348 * gdb.python/py-value-cc.exp
10349 * gdb.python/py-xmethods.exp
10350 * gdb.reverse/amd64-tailcall-reverse.exp
10351 * gdb.reverse/break-precsave.exp
10352 * gdb.reverse/break-reverse.exp
10353 * gdb.reverse/consecutive-precsave.exp
10354 * gdb.reverse/consecutive-reverse.exp
10355 * gdb.reverse/finish-precsave.exp
10356 * gdb.reverse/finish-reverse-bkpt.exp
10357 * gdb.reverse/finish-reverse.exp
10358 * gdb.reverse/fstatat-reverse.exp
10359 * gdb.reverse/getresuid-reverse.exp
10360 * gdb.reverse/i386-precsave.exp
10361 * gdb.reverse/i386-reverse.exp
10362 * gdb.reverse/i386-sse-reverse.exp
10363 * gdb.reverse/i387-env-reverse.exp
10364 * gdb.reverse/i387-stack-reverse.exp
10365 * gdb.reverse/insn-reverse.exp
10366 * gdb.reverse/machinestate-precsave.exp
10367 * gdb.reverse/machinestate.exp
10368 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10369 * gdb.reverse/pipe-reverse.exp
10370 * gdb.reverse/readv-reverse.exp
10371 * gdb.reverse/recvmsg-reverse.exp
10372 * gdb.reverse/rerun-prec.exp
10373 * gdb.reverse/s390-mvcle.exp
10374 * gdb.reverse/step-precsave.exp
10375 * gdb.reverse/step-reverse.exp
10376 * gdb.reverse/time-reverse.exp
10377 * gdb.reverse/until-precsave.exp
10378 * gdb.reverse/until-reverse.exp
10379 * gdb.reverse/waitpid-reverse.exp
10380 * gdb.reverse/watch-precsave.exp
10381 * gdb.reverse/watch-reverse.exp
10382 * gdb.rust/generics.exp
10383 * gdb.rust/methods.exp
10384 * gdb.rust/modules.exp
10385 * gdb.rust/simple.exp
10386 * gdb.server/connect-with-no-symbol-file.exp
10387 * gdb.server/ext-attach.exp
10388 * gdb.server/ext-restart.exp
10389 * gdb.server/ext-wrapper.exp
10390 * gdb.server/file-transfer.exp
10391 * gdb.server/server-exec-info.exp
10392 * gdb.server/server-kill.exp
10393 * gdb.server/server-mon.exp
10394 * gdb.server/wrapper.exp
10395 * gdb.stabs/exclfwd.exp
10396 * gdb.stabs/gdb11479.exp
10397 * gdb.threads/clone-new-thread-event.exp
10398 * gdb.threads/corethreads.exp
10399 * gdb.threads/current-lwp-dead.exp
10400 * gdb.threads/dlopen-libpthread.exp
10401 * gdb.threads/gcore-thread.exp
10402 * gdb.threads/sigstep-threads.exp
10403 * gdb.threads/watchpoint-fork.exp
10404 * gdb.trace/actions-changed.exp
10405 * gdb.trace/backtrace.exp
10406 * gdb.trace/change-loc.exp
10407 * gdb.trace/circ.exp
10408 * gdb.trace/collection.exp
10409 * gdb.trace/disconnected-tracing.exp
10410 * gdb.trace/ftrace.exp
10411 * gdb.trace/mi-trace-frame-collected.exp
10412 * gdb.trace/mi-trace-unavailable.exp
10413 * gdb.trace/mi-traceframe-changed.exp
10414 * gdb.trace/mi-tsv-changed.exp
10415 * gdb.trace/no-attach-trace.exp
10416 * gdb.trace/passc-dyn.exp
10417 * gdb.trace/qtro.exp
10418 * gdb.trace/range-stepping.exp
10419 * gdb.trace/read-memory.exp
10420 * gdb.trace/save-trace.exp
10421 * gdb.trace/signal.exp
10422 * gdb.trace/status-stop.exp
10423 * gdb.trace/tfile.exp
10424 * gdb.trace/trace-break.exp
10425 * gdb.trace/trace-buffer-size.exp
10426 * gdb.trace/trace-condition.exp
10427 * gdb.trace/tracefile-pseudo-reg.exp
10428 * gdb.trace/tstatus.exp
10429 * gdb.trace/unavailable.exp
10430 * gdb.trace/while-dyn.exp
10431 * gdb.trace/while-stepping.exp
10432
34c41c68
DE
104332016-12-22 Doug Evans <xdje42@gmail.com>
10434
10435 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10436 and msymbols.
10437
16e69324
YQ
104382016-12-19 Yao Qi <yao.qi@linaro.org>
10439
10440 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10441 (test_with_self): Don't call do_steps_and_nexts, and remove
10442 code about stepping into xmalloc.
10443
f94f411b
YQ
104442016-12-09 Yao Qi <yao.qi@linaro.org>
10445
10446 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10447
104482016-12-09 Yao Qi <yao.qi@linaro.org>
10449
10450 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10451
f1b5deee
PA
104522016-12-09 Pedro Alves <palves@redhat.com>
10453
10454 * gdb.base/all-architectures-0.exp: New file.
10455 * gdb.base/all-architectures-1.exp: New file.
10456 * gdb.base/all-architectures-2.exp: New file.
10457 * gdb.base/all-architectures-3.exp: New file.
10458 * gdb.base/all-architectures-4.exp: New file.
10459 * gdb.base/all-architectures-5.exp: New file.
10460 * gdb.base/all-architectures-6.exp: New file.
10461 * gdb.base/all-architectures-7.exp: New file.
10462 * gdb.base/all-architectures.exp.in: New file.
10463
364ca42e
YQ
104642016-12-09 Yao Qi <yao.qi@linaro.org>
10465
10466 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10467
107c2d62
LM
104682016-12-02 Luis Machado <lgustavo@codesourcery.com>
10469
10470 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10471 possible.
10472 Remove useless pattern-matching code.
10473
df3ee9ca
PA
104742016-12-02 Pedro Alves <palves@redhat.com>
10475
10476 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10477 procedure.
10478 (top level): Call it.
10479
ec835369
PA
104802016-12-02 Pedro Alves <palves@redhat.com>
10481
10482 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10483 New procedure.
10484 (top level): Call it.
10485
01770bbd
PA
104862016-12-02 Pedro Alves <palves@redhat.com>
10487
10488 PR cli/20559
10489 * gdb.base/commands.exp (user_defined_command_args_eval): New
10490 procedure.
10491 (top level): Call it.
10492
008459ea
LM
104932016-12-02 Luis Machado <lgustavo@codesourcery.com>
10494
10495 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10496 timeout handling.
10497
0c1b455e
TT
104982016-12-02 Tom Tromey <tom@tromey.com>
10499
10500 * gdb.dwarf2/main-subprogram.c: New file.
10501 * gdb.dwarf2/main-subprogram.exp: New file.
10502
018572b8
LM
105032016-12-01 Luis Machado <lgustavo@codesourcery.com>
10504
10505 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10506 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10507 gdb_test_no_output for a couple of cases.
10508 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10509
84c93cd5
LM
105102016-12-01 Luis Machado <lgustavo@codesourcery.com>
10511
10512 Fix test names and standardize compilation error messages throughout
10513 the following files:
10514
10515 * gdb.ada/start.exp
10516 * gdb.arch/alpha-step.exp
10517 * gdb.arch/e500-prologue.exp
10518 * gdb.arch/ftrace-insn-reloc.exp
10519 * gdb.arch/gdb1291.exp
10520 * gdb.arch/gdb1431.exp
10521 * gdb.arch/gdb1558.exp
10522 * gdb.arch/i386-dr3-watch.exp
10523 * gdb.arch/i386-sse-stack-align.exp
10524 * gdb.arch/ia64-breakpoint-shadow.exp
10525 * gdb.arch/pa-nullify.exp
10526 * gdb.arch/powerpc-aix-prologue.exp
10527 * gdb.arch/thumb-bx-pc.exp
10528 * gdb.base/annota1.exp
10529 * gdb.base/annota3.exp
10530 * gdb.base/arrayidx.exp
10531 * gdb.base/assign.exp
10532 * gdb.base/attach.exp
10533 * gdb.base/auxv.exp
10534 * gdb.base/bang.exp
10535 * gdb.base/bfp-test.exp
10536 * gdb.base/bigcore.exp
10537 * gdb.base/bitfields2.exp
10538 * gdb.base/break-fun-addr.exp
10539 * gdb.base/break-probes.exp
10540 * gdb.base/call-rt-st.exp
10541 * gdb.base/callexit.exp
10542 * gdb.base/catch-fork-kill.exp
10543 * gdb.base/charset.exp
10544 * gdb.base/checkpoint.exp
10545 * gdb.base/comprdebug.exp
10546 * gdb.base/constvars.exp
10547 * gdb.base/coredump-filter.exp
10548 * gdb.base/cursal.exp
10549 * gdb.base/cvexpr.exp
10550 * gdb.base/detach.exp
10551 * gdb.base/display.exp
10552 * gdb.base/dmsym.exp
10553 * gdb.base/dprintf-pending.exp
10554 * gdb.base/dso2dso.exp
10555 * gdb.base/dtrace-probe.exp
10556 * gdb.base/dump.exp
10557 * gdb.base/enum_cond.exp
10558 * gdb.base/exe-lock.exp
10559 * gdb.base/exec-invalid-sysroot.exp
10560 * gdb.base/execl-update-breakpoints.exp
10561 * gdb.base/exprs.exp
10562 * gdb.base/fileio.exp
10563 * gdb.base/find.exp
10564 * gdb.base/finish.exp
10565 * gdb.base/fixsection.exp
10566 * gdb.base/foll-vfork.exp
10567 * gdb.base/frame-args.exp
10568 * gdb.base/gcore.exp
10569 * gdb.base/gdb1250.exp
10570 * gdb.base/global-var-nested-by-dso.exp
10571 * gdb.base/gnu-ifunc.exp
10572 * gdb.base/hashline1.exp
10573 * gdb.base/hashline2.exp
10574 * gdb.base/hashline3.exp
10575 * gdb.base/hbreak-in-shr-unsupported.exp
10576 * gdb.base/huge.exp
10577 * gdb.base/infcall-input.exp
10578 * gdb.base/info-fun.exp
10579 * gdb.base/info-shared.exp
10580 * gdb.base/jit-simple.exp
10581 * gdb.base/jit-so.exp
10582 * gdb.base/jit.exp
10583 * gdb.base/jump.exp
10584 * gdb.base/label.exp
10585 * gdb.base/lineinc.exp
10586 * gdb.base/logical.exp
10587 * gdb.base/longjmp.exp
10588 * gdb.base/macscp.exp
10589 * gdb.base/miscexprs.exp
10590 * gdb.base/new-ui-echo.exp
10591 * gdb.base/new-ui-pending-input.exp
10592 * gdb.base/new-ui.exp
10593 * gdb.base/nodebug.exp
10594 * gdb.base/nofield.exp
10595 * gdb.base/offsets.exp
10596 * gdb.base/overlays.exp
10597 * gdb.base/pending.exp
10598 * gdb.base/pointers.exp
10599 * gdb.base/pr11022.exp
10600 * gdb.base/printcmds.exp
10601 * gdb.base/prologue.exp
10602 * gdb.base/ptr-typedef.exp
10603 * gdb.base/realname-expand.exp
10604 * gdb.base/relativedebug.exp
10605 * gdb.base/relocate.exp
10606 * gdb.base/remote.exp
10607 * gdb.base/reread.exp
10608 * gdb.base/return2.exp
10609 * gdb.base/savedregs.exp
10610 * gdb.base/sep.exp
10611 * gdb.base/sepdebug.exp
10612 * gdb.base/sepsymtab.exp
10613 * gdb.base/set-inferior-tty.exp
10614 * gdb.base/setshow.exp
10615 * gdb.base/shlib-call.exp
10616 * gdb.base/sigaltstack.exp
10617 * gdb.base/siginfo-addr.exp
10618 * gdb.base/signals.exp
10619 * gdb.base/signull.exp
10620 * gdb.base/sigrepeat.exp
10621 * gdb.base/so-impl-ld.exp
10622 * gdb.base/solib-display.exp
10623 * gdb.base/solib-overlap.exp
10624 * gdb.base/solib-search.exp
10625 * gdb.base/solib-symbol.exp
10626 * gdb.base/structs.exp
10627 * gdb.base/structs2.exp
10628 * gdb.base/symtab-search-order.exp
10629 * gdb.base/twice.exp
10630 * gdb.base/unload.exp
10631 * gdb.base/varargs.exp
10632 * gdb.base/watchpoint-solib.exp
10633 * gdb.base/watchpoint.exp
10634 * gdb.base/whatis.exp
10635 * gdb.base/wrong_frame_bt_full.exp
10636 * gdb.btrace/dlopen.exp
10637 * gdb.cell/ea-standalone.exp
10638 * gdb.cell/ea-test.exp
10639 * gdb.cp/dispcxx.exp
10640 * gdb.cp/gdb2384.exp
10641 * gdb.cp/method2.exp
10642 * gdb.cp/nextoverthrow.exp
10643 * gdb.cp/pr10728.exp
10644 * gdb.disasm/am33.exp
10645 * gdb.disasm/h8300s.exp
10646 * gdb.disasm/mn10300.exp
10647 * gdb.disasm/sh3.exp
10648 * gdb.dwarf2/dw2-dir-file-name.exp
10649 * gdb.fortran/complex.exp
10650 * gdb.fortran/library-module.exp
10651 * gdb.guile/scm-pretty-print.exp
10652 * gdb.guile/scm-symbol.exp
10653 * gdb.guile/scm-type.exp
10654 * gdb.guile/scm-value.exp
10655 * gdb.linespec/linespec.exp
10656 * gdb.mi/gdb701.exp
10657 * gdb.mi/gdb792.exp
10658 * gdb.mi/mi-breakpoint-changed.exp
10659 * gdb.mi/mi-dprintf-pending.exp
10660 * gdb.mi/mi-dprintf.exp
10661 * gdb.mi/mi-exit-code.exp
10662 * gdb.mi/mi-pending.exp
10663 * gdb.mi/mi-solib.exp
10664 * gdb.mi/new-ui-mi-sync.exp
10665 * gdb.mi/pr11022.exp
10666 * gdb.mi/user-selected-context-sync.exp
10667 * gdb.opt/solib-intra-step.exp
10668 * gdb.python/py-events.exp
10669 * gdb.python/py-finish-breakpoint.exp
10670 * gdb.python/py-mi.exp
10671 * gdb.python/py-prettyprint.exp
10672 * gdb.python/py-shared.exp
10673 * gdb.python/py-symbol.exp
10674 * gdb.python/py-template.exp
10675 * gdb.python/py-type.exp
10676 * gdb.python/py-value.exp
10677 * gdb.reverse/solib-precsave.exp
10678 * gdb.reverse/solib-reverse.exp
10679 * gdb.server/solib-list.exp
10680 * gdb.stabs/weird.exp
10681 * gdb.threads/reconnect-signal.exp
10682 * gdb.threads/stepi-random-signal.exp
10683 * gdb.trace/actions.exp
10684 * gdb.trace/ax.exp
10685 * gdb.trace/backtrace.exp
10686 * gdb.trace/change-loc.exp
10687 * gdb.trace/deltrace.exp
10688 * gdb.trace/ftrace-lock.exp
10689 * gdb.trace/ftrace.exp
10690 * gdb.trace/infotrace.exp
10691 * gdb.trace/mi-tracepoint-changed.exp
10692 * gdb.trace/packetlen.exp
10693 * gdb.trace/passcount.exp
10694 * gdb.trace/pending.exp
10695 * gdb.trace/range-stepping.exp
10696 * gdb.trace/report.exp
10697 * gdb.trace/stap-trace.exp
10698 * gdb.trace/tfind.exp
10699 * gdb.trace/trace-break.exp
10700 * gdb.trace/trace-condition.exp
10701 * gdb.trace/trace-enable-disable.exp
10702 * gdb.trace/trace-mt.exp
10703 * gdb.trace/tracecmd.exp
10704 * gdb.trace/tspeed.exp
10705 * gdb.trace/tsv.exp
10706 * lib/perftest.exp
10707
fb9feb35
LM
107082016-12-01 Luis Machado <lgustavo@codesourcery.com>
10709
10710 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10711 with gdb_test_no_output.
10712 Use command as test name.
10713
cd2ddb6c
LM
107142016-12-01 Luis Machado <lgustavo@codesourcery.com>
10715
10716 Fix test names starting with uppercase throughout the files.
10717
10718 * gdb.ada/assign_1.exp
10719 * gdb.ada/boolean_expr.exp
10720 * gdb.base/arrayidx.exp
10721 * gdb.base/del.exp
10722 * gdb.base/gcore-buffer-overflow.exp
10723 * gdb.base/testenv.exp
10724 * gdb.compile/compile.exp
10725 * gdb.python/py-framefilter-invalidarg.exp
10726 * gdb.python/py-framefilter.exp
10727
bb95117e
LM
107282016-12-01 Luis Machado <lgustavo@codesourcery.com>
10729
10730 Fix test names starting with uppercase throughout the files.
10731
10732 * gdb.ada/array_return.exp
10733 * gdb.ada/expr_delims.exp
10734 * gdb.ada/mi_dyn_arr.exp
10735 * gdb.ada/mi_interface.exp
10736 * gdb.ada/mi_var_array.exp
10737 * gdb.ada/watch_arg.exp
10738 * gdb.arch/alpha-step.exp
10739 * gdb.arch/altivec-regs.exp
10740 * gdb.arch/e500-regs.exp
10741 * gdb.arch/powerpc-d128-regs.exp
10742 * gdb.base/arrayidx.exp
10743 * gdb.base/break.exp
10744 * gdb.base/checkpoint.exp
10745 * gdb.base/debug-expr.exp
10746 * gdb.base/dmsym.exp
10747 * gdb.base/radix.exp
10748 * gdb.base/sepdebug.exp
10749 * gdb.base/testenv.exp
10750 * gdb.base/watch_thread_num.exp
10751 * gdb.base/watchpoint-cond-gone.exp
10752 * gdb.cell/break.exp
10753 * gdb.cell/ea-cache.exp
10754 * gdb.compile/compile.exp
10755 * gdb.cp/gdb2495.exp
10756 * gdb.gdb/selftest.exp
10757 * gdb.gdb/xfullpath.exp
10758 * gdb.go/hello.exp
10759 * gdb.go/integers.exp
10760 * gdb.objc/basicclass.exp
10761 * gdb.pascal/hello.exp
10762 * gdb.pascal/integers.exp
10763 * gdb.python/py-breakpoint.exp
10764 * gdb.python/py-cmd.exp
10765 * gdb.python/py-linetable.exp
10766 * gdb.python/py-xmethods.exp
10767 * gdb.python/python.exp
10768 * gdb.reverse/consecutive-precsave.exp
10769 * gdb.reverse/finish-precsave.exp
10770 * gdb.reverse/i386-precsave.exp
10771 * gdb.reverse/machinestate-precsave.exp
10772 * gdb.reverse/sigall-precsave.exp
10773 * gdb.reverse/solib-precsave.exp
10774 * gdb.reverse/step-precsave.exp
10775 * gdb.reverse/until-precsave.exp
10776 * gdb.reverse/watch-precsave.exp
10777 * gdb.threads/leader-exit.exp
10778 * gdb.threads/pthreads.exp
10779 * gdb.threads/wp-replication.exp
10780 * gdb.trace/actions.exp
10781 * gdb.trace/mi-tsv-changed.exp
10782 * gdb.trace/tsv.exp
10783
de97fdd4
LM
107842016-12-01 Luis Machado <lgustavo@codesourcery.com>
10785
10786 Fix test names starting with uppercase throughout the files.
10787
10788 * gdb.arch/i386-bp_permanent.exp
10789 * gdb.arch/i386-gnu-cfi.exp
10790 * gdb.base/disasm-end-cu.exp
10791 * gdb.base/macscp.exp
10792 * gdb.base/pending.exp
10793 * gdb.base/watch_thread_num.exp
10794 * gdb.cp/exception.exp
10795 * gdb.cp/gdb2495.exp
10796 * gdb.cp/local.exp
10797 * gdb.python/py-evsignal.exp
10798 * gdb.python/python.exp
10799 * gdb.trace/tracecmd.exp
10800
9f058c10
LM
108012016-12-01 Luis Machado <lgustavo@codesourcery.com>
10802
10803 Fix test names starting with uppercase throughout the files.
10804
10805 * gdb.base/charset.exp
10806 * gdb.base/eval.exp
10807 * gdb.base/multi-forks.exp
10808 * gdb.guile/scm-progspace.exp
10809 * gdb.opencl/datatypes.exp
10810 * gdb.python/py-block.exp
10811 * gdb.python/py-function.exp
10812 * gdb.python/py-symbol.exp
10813 * gdb.python/py-symtab.exp
10814 * gdb.python/py-xmethods.exp
10815 * gdb.reverse/break-precsave.exp
10816 * gdb.reverse/break-reverse.exp
10817 * gdb.reverse/consecutive-precsave.exp
10818 * gdb.reverse/consecutive-reverse.exp
10819 * gdb.reverse/finish-precsave.exp
10820 * gdb.reverse/finish-reverse-bkpt.exp
10821 * gdb.reverse/finish-reverse.exp
10822 * gdb.reverse/fstatat-reverse.exp
10823 * gdb.reverse/getresuid-reverse.exp
10824 * gdb.reverse/i386-precsave.exp
10825 * gdb.reverse/i386-reverse.exp
10826 * gdb.reverse/i386-sse-reverse.exp
10827 * gdb.reverse/i387-stack-reverse.exp
10828 * gdb.reverse/insn-reverse.exp
10829 * gdb.reverse/machinestate-precsave.exp
10830 * gdb.reverse/machinestate.exp
10831 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10832 * gdb.reverse/pipe-reverse.exp
10833 * gdb.reverse/readv-reverse.exp
10834 * gdb.reverse/recvmsg-reverse.exp
10835 * gdb.reverse/rerun-prec.exp
10836 * gdb.reverse/s390-mvcle.exp
10837 * gdb.reverse/sigall-precsave.exp
10838 * gdb.reverse/sigall-reverse.exp
10839 * gdb.reverse/solib-precsave.exp
10840 * gdb.reverse/solib-reverse.exp
10841 * gdb.reverse/step-precsave.exp
10842 * gdb.reverse/step-reverse.exp
10843 * gdb.reverse/time-reverse.exp
10844 * gdb.reverse/until-precsave.exp
10845 * gdb.reverse/until-reverse.exp
10846 * gdb.reverse/waitpid-reverse.exp
10847 * gdb.reverse/watch-precsave.exp
10848 * gdb.reverse/watch-reverse.exp
10849
cdc7edd7
LM
108502016-12-01 Luis Machado <lgustavo@codesourcery.com>
10851
10852 Fix test names starting with uppercase throughout the files.
10853
10854 * gdb.arch/i386-mpx-simple_segv.exp
10855 * gdb.arch/i386-mpx.exp
10856 * gdb.arch/i386-permbkpt.exp
10857 * gdb.arch/pa-nullify.exp
10858 * gdb.arch/powerpc-d128-regs.exp
10859 * gdb.arch/vsx-regs.exp
10860 * gdb.base/bfp-test.exp
10861 * gdb.base/break.exp
10862 * gdb.base/breakpoint-shadow.exp
10863 * gdb.base/callfuncs.exp
10864 * gdb.base/charset.exp
10865 * gdb.base/commands.exp
10866 * gdb.base/completion.exp
10867 * gdb.base/dfp-test.exp
10868 * gdb.base/echo.exp
10869 * gdb.base/ending-run.exp
10870 * gdb.base/eval.exp
10871 * gdb.base/expand-psymtabs.exp
10872 * gdb.base/float128.exp
10873 * gdb.base/floatn.exp
10874 * gdb.base/foll-exec-mode.exp
10875 * gdb.base/gdb1056.exp
10876 * gdb.base/gdb11531.exp
10877 * gdb.base/kill-after-signal.exp
10878 * gdb.base/multi-forks.exp
10879 * gdb.base/overlays.exp
10880 * gdb.base/pending.exp
10881 * gdb.base/sepdebug.exp
10882 * gdb.base/testenv.exp
10883 * gdb.base/valgrind-db-attach.exp
10884 * gdb.base/watch_thread_num.exp
10885 * gdb.base/watchpoint-cond-gone.exp
10886 * gdb.base/watchpoint.exp
10887 * gdb.base/watchpoints.exp
10888 * gdb.cp/arg-reference.exp
10889 * gdb.cp/baseenum.exp
10890 * gdb.cp/operator.exp
10891 * gdb.cp/shadow.exp
10892 * gdb.dwarf2/dw2-op-out-param.exp
10893 * gdb.dwarf2/dw2-reg-undefined.exp
10894 * gdb.go/chan.exp
10895 * gdb.go/hello.exp
10896 * gdb.go/integers.exp
10897 * gdb.go/methods.exp
10898 * gdb.go/package.exp
10899 * gdb.guile/scm-parameter.exp
10900 * gdb.guile/scm-progspace.exp
10901 * gdb.guile/scm-value.exp
10902 * gdb.mi/mi-pending.exp
10903 * gdb.mi/user-selected-context-sync.exp
10904 * gdb.multi/multi-attach.exp
10905 * gdb.multi/tids.exp
10906 * gdb.opt/clobbered-registers-O2.exp
10907 * gdb.pascal/floats.exp
10908 * gdb.pascal/integers.exp
10909 * gdb.python/py-block.exp
10910 * gdb.python/py-events.exp
10911 * gdb.python/py-parameter.exp
10912 * gdb.python/py-symbol.exp
10913 * gdb.python/py-symtab.exp
10914 * gdb.python/py-type.exp
10915 * gdb.python/py-value.exp
10916 * gdb.python/py-xmethods.exp
10917 * gdb.python/python.exp
10918 * gdb.reverse/break-precsave.exp
10919 * gdb.reverse/consecutive-precsave.exp
10920 * gdb.reverse/finish-precsave.exp
10921 * gdb.reverse/i386-precsave.exp
10922 * gdb.reverse/machinestate-precsave.exp
10923 * gdb.reverse/sigall-precsave.exp
10924 * gdb.reverse/solib-precsave.exp
10925 * gdb.reverse/step-precsave.exp
10926 * gdb.reverse/until-precsave.exp
10927 * gdb.reverse/watch-precsave.exp
10928 * gdb.server/ext-attach.exp
10929 * gdb.server/ext-restart.exp
10930 * gdb.server/ext-run.exp
10931 * gdb.server/ext-wrapper.exp
10932 * gdb.stabs/gdb11479.exp
10933 * gdb.stabs/weird.exp
10934 * gdb.threads/attach-many-short-lived-threads.exp
10935 * gdb.threads/kill.exp
10936 * gdb.threads/watchpoint-fork.exp
10937
bc6c7af4
LM
109382016-12-01 Luis Machado <lgustavo@codesourcery.com>
10939
10940 Fix test names starting with uppercase throughout all the files below.
10941
10942 * gdb.ada/array_return.exp
10943 * gdb.ada/catch_ex.exp
10944 * gdb.ada/info_exc.exp
10945 * gdb.ada/mi_catch_ex.exp
10946 * gdb.ada/mi_dyn_arr.exp
10947 * gdb.ada/mi_ex_cond.exp
10948 * gdb.ada/mi_exc_info.exp
10949 * gdb.ada/mi_interface.exp
10950 * gdb.ada/mi_task_arg.exp
10951 * gdb.ada/mi_task_info.exp
10952 * gdb.ada/mi_var_array.exp
10953 * gdb.arch/alpha-step.exp
10954 * gdb.arch/amd64-disp-step.exp
10955 * gdb.arch/arm-disp-step.exp
10956 * gdb.arch/disp-step-insn-reloc.exp
10957 * gdb.arch/e500-prologue.exp
10958 * gdb.arch/ftrace-insn-reloc.exp
10959 * gdb.arch/gdb1558.exp
10960 * gdb.arch/i386-bp_permanent.exp
10961 * gdb.arch/i386-disp-step.exp
10962 * gdb.arch/i386-float.exp
10963 * gdb.arch/i386-gnu-cfi.exp
10964 * gdb.arch/ia64-breakpoint-shadow.exp
10965 * gdb.arch/mips16-thunks.exp
10966 * gdb.arch/pa-nullify.exp
10967 * gdb.arch/powerpc-aix-prologue.exp
10968 * gdb.arch/powerpc-power.exp
10969 * gdb.arch/ppc-dfp.exp
10970 * gdb.arch/s390-tdbregs.exp
10971 * gdb.arch/spu-info.exp
10972 * gdb.arch/spu-ls.exp
10973 * gdb.arch/thumb-bx-pc.exp
10974 * gdb.base/advance.exp
10975 * gdb.base/annota-input-while-running.exp
10976 * gdb.base/arrayidx.exp
10977 * gdb.base/asmlabel.exp
10978 * gdb.base/async.exp
10979 * gdb.base/attach-wait-input.exp
10980 * gdb.base/auto-connect-native-target.exp
10981 * gdb.base/batch-preserve-term-settings.exp
10982 * gdb.base/bfp-test.exp
10983 * gdb.base/bigcore.exp
10984 * gdb.base/bp-permanent.exp
10985 * gdb.base/break-always.exp
10986 * gdb.base/break-fun-addr.exp
10987 * gdb.base/break-idempotent.exp
10988 * gdb.base/break-main-file-remove-fail.exp
10989 * gdb.base/break-probes.exp
10990 * gdb.base/break-unload-file.exp
10991 * gdb.base/break.exp
10992 * gdb.base/call-ar-st.exp
10993 * gdb.base/call-rt-st.exp
10994 * gdb.base/call-sc.exp
10995 * gdb.base/call-signal-resume.exp
10996 * gdb.base/call-strs.exp
10997 * gdb.base/callexit.exp
10998 * gdb.base/callfuncs.exp
10999 * gdb.base/catch-gdb-caused-signals.exp
11000 * gdb.base/catch-signal-siginfo-cond.exp
11001 * gdb.base/catch-syscall.exp
11002 * gdb.base/compare-sections.exp
11003 * gdb.base/cond-eval-mode.exp
11004 * gdb.base/condbreak-call-false.exp
11005 * gdb.base/consecutive-step-over.exp
11006 * gdb.base/cursal.exp
11007 * gdb.base/disabled-location.exp
11008 * gdb.base/disasm-end-cu.exp
11009 * gdb.base/display.exp
11010 * gdb.base/double-prompt-target-event-error.exp
11011 * gdb.base/dprintf-bp-same-addr.exp
11012 * gdb.base/dprintf-detach.exp
11013 * gdb.base/dprintf-next.exp
11014 * gdb.base/dprintf-non-stop.exp
11015 * gdb.base/dprintf-pending.exp
11016 * gdb.base/dso2dso.exp
11017 * gdb.base/ending-run.exp
11018 * gdb.base/enum_cond.exp
11019 * gdb.base/examine-backward.exp
11020 * gdb.base/exe-lock.exp
11021 * gdb.base/exec-invalid-sysroot.exp
11022 * gdb.base/execl-update-breakpoints.exp
11023 * gdb.base/execution-termios.exp
11024 * gdb.base/fileio.exp
11025 * gdb.base/fixsection.exp
11026 * gdb.base/foll-exec-mode.exp
11027 * gdb.base/foll-exec.exp
11028 * gdb.base/fork-running-state.exp
11029 * gdb.base/frame-args.exp
11030 * gdb.base/fullpath-expand.exp
11031 * gdb.base/func-ptr.exp
11032 * gdb.base/gcore-relro-pie.exp
11033 * gdb.base/gdb1090.exp
11034 * gdb.base/gdb1555.exp
11035 * gdb.base/global-var-nested-by-dso.exp
11036 * gdb.base/gnu-ifunc.exp
11037 * gdb.base/hbreak-in-shr-unsupported.exp
11038 * gdb.base/hbreak-unmapped.exp
11039 * gdb.base/hook-stop.exp
11040 * gdb.base/infcall-input.exp
11041 * gdb.base/info-fun.exp
11042 * gdb.base/info-shared.exp
11043 * gdb.base/interrupt-noterm.exp
11044 * gdb.base/jit-so.exp
11045 * gdb.base/jit.exp
11046 * gdb.base/line-symtabs.exp
11047 * gdb.base/list.exp
11048 * gdb.base/longjmp.exp
11049 * gdb.base/macscp.exp
11050 * gdb.base/max-value-size.exp
11051 * gdb.base/nodebug.exp
11052 * gdb.base/nofield.exp
11053 * gdb.base/overlays.exp
11054 * gdb.base/paginate-after-ctrl-c-running.exp
11055 * gdb.base/paginate-bg-execution.exp
11056 * gdb.base/paginate-inferior-exit.exp
11057 * gdb.base/pending.exp
11058 * gdb.base/pr11022.exp
11059 * gdb.base/printcmds.exp
11060 * gdb.base/ptr-typedef.exp
11061 * gdb.base/ptype.exp
11062 * gdb.base/randomize.exp
11063 * gdb.base/range-stepping.exp
11064 * gdb.base/realname-expand.exp
11065 * gdb.base/relativedebug.exp
11066 * gdb.base/remote.exp
11067 * gdb.base/savedregs.exp
11068 * gdb.base/sepdebug.exp
11069 * gdb.base/set-noassign.exp
11070 * gdb.base/shlib-call.exp
11071 * gdb.base/shreloc.exp
11072 * gdb.base/sigaltstack.exp
11073 * gdb.base/sigbpt.exp
11074 * gdb.base/siginfo-addr.exp
11075 * gdb.base/siginfo-obj.exp
11076 * gdb.base/siginfo-thread.exp
11077 * gdb.base/signest.exp
11078 * gdb.base/signull.exp
11079 * gdb.base/sigrepeat.exp
11080 * gdb.base/skip.exp
11081 * gdb.base/so-impl-ld.exp
11082 * gdb.base/solib-corrupted.exp
11083 * gdb.base/solib-disc.exp
11084 * gdb.base/solib-display.exp
11085 * gdb.base/solib-overlap.exp
11086 * gdb.base/solib-search.exp
11087 * gdb.base/solib-symbol.exp
11088 * gdb.base/source-execution.exp
11089 * gdb.base/sss-bp-on-user-bp-2.exp
11090 * gdb.base/sss-bp-on-user-bp.exp
11091 * gdb.base/stack-checking.exp
11092 * gdb.base/stale-infcall.exp
11093 * gdb.base/step-break.exp
11094 * gdb.base/step-line.exp
11095 * gdb.base/step-over-exit.exp
11096 * gdb.base/step-test.exp
11097 * gdb.base/structs.exp
11098 * gdb.base/sym-file.exp
11099 * gdb.base/symtab-search-order.exp
11100 * gdb.base/term.exp
11101 * gdb.base/type-opaque.exp
11102 * gdb.base/unload.exp
11103 * gdb.base/until-nodebug.exp
11104 * gdb.base/until.exp
11105 * gdb.base/unwindonsignal.exp
11106 * gdb.base/watch-cond.exp
11107 * gdb.base/watch-non-mem.exp
11108 * gdb.base/watch_thread_num.exp
11109 * gdb.base/watchpoint-reuse-slot.exp
11110 * gdb.base/watchpoint-solib.exp
11111 * gdb.base/watchpoint.exp
11112 * gdb.btrace/dlopen.exp
11113 * gdb.cell/arch.exp
11114 * gdb.cell/break.exp
11115 * gdb.cell/bt.exp
11116 * gdb.cell/core.exp
11117 * gdb.cell/data.exp
11118 * gdb.cell/dwarfaddr.exp
11119 * gdb.cell/ea-cache.exp
11120 * gdb.cell/ea-standalone.exp
11121 * gdb.cell/ea-test.exp
11122 * gdb.cell/f-regs.exp
11123 * gdb.cell/fork.exp
11124 * gdb.cell/gcore.exp
11125 * gdb.cell/mem-access.exp
11126 * gdb.cell/ptype.exp
11127 * gdb.cell/registers.exp
11128 * gdb.cell/sizeof.exp
11129 * gdb.cell/solib-symbol.exp
11130 * gdb.cell/solib.exp
11131 * gdb.compile/compile-tls.exp
11132 * gdb.cp/exception.exp
11133 * gdb.cp/gdb2495.exp
11134 * gdb.cp/local.exp
11135 * gdb.cp/mb-inline.exp
11136 * gdb.cp/mb-templates.exp
11137 * gdb.cp/pr10687.exp
11138 * gdb.cp/pr9167.exp
11139 * gdb.cp/scope-err.exp
11140 * gdb.cp/templates.exp
11141 * gdb.cp/virtfunc.exp
11142 * gdb.dwarf2/dw2-dir-file-name.exp
11143 * gdb.dwarf2/dw2-single-line-discriminators.exp
11144 * gdb.fortran/complex.exp
11145 * gdb.fortran/library-module.exp
11146 * gdb.guile/guile.exp
11147 * gdb.guile/scm-cmd.exp
11148 * gdb.guile/scm-frame-inline.exp
11149 * gdb.guile/scm-objfile.exp
11150 * gdb.guile/scm-pretty-print.exp
11151 * gdb.guile/scm-symbol.exp
11152 * gdb.guile/scm-type.exp
11153 * gdb.guile/scm-value.exp
11154 * gdb.linespec/keywords.exp
11155 * gdb.linespec/ls-errs.exp
11156 * gdb.linespec/macro-relative.exp
11157 * gdb.linespec/thread.exp
11158 * gdb.mi/mi-breakpoint-changed.exp
11159 * gdb.mi/mi-dprintf-pending.exp
11160 * gdb.mi/mi-fullname-deleted.exp
11161 * gdb.mi/mi-logging.exp
11162 * gdb.mi/mi-pending.exp
11163 * gdb.mi/mi-solib.exp
11164 * gdb.mi/new-ui-mi-sync.exp
11165 * gdb.mi/user-selected-context-sync.exp
11166 * gdb.multi/dummy-frame-restore.exp
11167 * gdb.multi/multi-arch-exec.exp
11168 * gdb.multi/remove-inferiors.exp
11169 * gdb.multi/watchpoint-multi-exit.exp
11170 * gdb.opt/solib-intra-step.exp
11171 * gdb.perf/backtrace.exp
11172 * gdb.perf/single-step.exp
11173 * gdb.perf/skip-command.exp
11174 * gdb.perf/skip-prologue.exp
11175 * gdb.perf/solib.exp
11176 * gdb.python/lib-types.exp
11177 * gdb.python/py-as-string.exp
11178 * gdb.python/py-bad-printers.exp
11179 * gdb.python/py-block.exp
11180 * gdb.python/py-breakpoint.exp
11181 * gdb.python/py-cmd.exp
11182 * gdb.python/py-events.exp
11183 * gdb.python/py-evthreads.exp
11184 * gdb.python/py-finish-breakpoint.exp
11185 * gdb.python/py-finish-breakpoint2.exp
11186 * gdb.python/py-frame-inline.exp
11187 * gdb.python/py-frame.exp
11188 * gdb.python/py-inferior.exp
11189 * gdb.python/py-infthread.exp
11190 * gdb.python/py-mi.exp
11191 * gdb.python/py-objfile.exp
11192 * gdb.python/py-pp-maint.exp
11193 * gdb.python/py-pp-registration.exp
11194 * gdb.python/py-prettyprint.exp
11195 * gdb.python/py-recurse-unwind.exp
11196 * gdb.python/py-shared.exp
11197 * gdb.python/py-symbol.exp
11198 * gdb.python/py-symtab.exp
11199 * gdb.python/py-template.exp
11200 * gdb.python/py-type.exp
11201 * gdb.python/py-unwind-maint.exp
11202 * gdb.python/py-unwind.exp
11203 * gdb.python/py-value.exp
11204 * gdb.python/python.exp
11205 * gdb.reverse/finish-reverse-bkpt.exp
11206 * gdb.reverse/insn-reverse.exp
11207 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11208 * gdb.reverse/solib-precsave.exp
11209 * gdb.reverse/solib-reverse.exp
11210 * gdb.stabs/gdb11479.exp
11211 * gdb.stabs/weird.exp
11212 * gdb.threads/fork-child-threads.exp
11213 * gdb.threads/fork-plus-threads.exp
11214 * gdb.threads/fork-thread-pending.exp
11215 * gdb.threads/forking-threads-plus-breakpoint.exp
11216 * gdb.threads/hand-call-in-threads.exp
11217 * gdb.threads/interrupted-hand-call.exp
11218 * gdb.threads/linux-dp.exp
11219 * gdb.threads/local-watch-wrong-thread.exp
11220 * gdb.threads/next-while-other-thread-longjmps.exp
11221 * gdb.threads/non-ldr-exit.exp
11222 * gdb.threads/pending-step.exp
11223 * gdb.threads/print-threads.exp
11224 * gdb.threads/process-dies-while-detaching.exp
11225 * gdb.threads/process-dies-while-handling-bp.exp
11226 * gdb.threads/pthreads.exp
11227 * gdb.threads/queue-signal.exp
11228 * gdb.threads/reconnect-signal.exp
11229 * gdb.threads/signal-command-handle-nopass.exp
11230 * gdb.threads/signal-command-multiple-signals-pending.exp
11231 * gdb.threads/signal-delivered-right-thread.exp
11232 * gdb.threads/signal-sigtrap.exp
11233 * gdb.threads/sigthread.exp
11234 * gdb.threads/staticthreads.exp
11235 * gdb.threads/stepi-random-signal.exp
11236 * gdb.threads/thread-unwindonsignal.exp
11237 * gdb.threads/thread_check.exp
11238 * gdb.threads/thread_events.exp
11239 * gdb.threads/tid-reuse.exp
11240 * gdb.threads/tls-nodebug.exp
11241 * gdb.threads/tls-shared.exp
11242 * gdb.threads/tls-so_extern.exp
11243 * gdb.threads/tls.exp
11244 * gdb.threads/wp-replication.exp
11245 * gdb.trace/actions-changed.exp
11246 * gdb.trace/actions.exp
11247 * gdb.trace/backtrace.exp
11248 * gdb.trace/change-loc.exp
11249 * gdb.trace/collection.exp
11250 * gdb.trace/deltrace.exp
11251 * gdb.trace/disconnected-tracing.exp
11252 * gdb.trace/entry-values.exp
11253 * gdb.trace/ftrace-lock.exp
11254 * gdb.trace/ftrace.exp
11255 * gdb.trace/infotrace.exp
11256 * gdb.trace/mi-trace-frame-collected.exp
11257 * gdb.trace/mi-trace-unavailable.exp
11258 * gdb.trace/mi-traceframe-changed.exp
11259 * gdb.trace/mi-tracepoint-changed.exp
11260 * gdb.trace/mi-tsv-changed.exp
11261 * gdb.trace/no-attach-trace.exp
11262 * gdb.trace/packetlen.exp
11263 * gdb.trace/passc-dyn.exp
11264 * gdb.trace/passcount.exp
11265 * gdb.trace/pending.exp
11266 * gdb.trace/pr16508.exp
11267 * gdb.trace/qtro.exp
11268 * gdb.trace/range-stepping.exp
11269 * gdb.trace/read-memory.exp
11270 * gdb.trace/report.exp
11271 * gdb.trace/save-trace.exp
11272 * gdb.trace/signal.exp
11273 * gdb.trace/stap-trace.exp
11274 * gdb.trace/status-stop.exp
11275 * gdb.trace/strace.exp
11276 * gdb.trace/tfile.exp
11277 * gdb.trace/tfind.exp
11278 * gdb.trace/trace-break.exp
11279 * gdb.trace/trace-condition.exp
11280 * gdb.trace/trace-enable-disable.exp
11281 * gdb.trace/trace-mt.exp
11282 * gdb.trace/tracecmd.exp
11283 * gdb.trace/tracefile-pseudo-reg.exp
11284 * gdb.trace/tspeed.exp
11285 * gdb.trace/tstatus.exp
11286 * gdb.trace/tsv.exp
11287 * gdb.trace/unavailable.exp
11288 * gdb.trace/while-dyn.exp
11289 * gdb.trace/while-stepping.exp
11290 * lib/gdb-guile.exp
11291 * lib/gdb.exp
11292 * lib/mi-support.exp
11293 * lib/pascal.exp
11294 * lib/perftest.exp
11295 * lib/prelink-support.exp
11296 * lib/selftest-support.exp
11297
ad02e4fe
SM
112982016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11299
11300 * Makefile.in: Include disable-implicit-rules.mk.
11301
22347e55
AA
113022016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11303
11304 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11305 non-byte-aligned bit fields.
11306
da5b30da
AA
113072016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11308
11309 PR gdb/12616
11310 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11311 respects the DW_AT_data_bit_offset attribute.
11312
b593ecca
SM
113132016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11314
11315 * gdb.base/default.exp: Fix output of "set language".
11316
3b165252
SM
113172016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11318
11319 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11320 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11321 make.
11322 * configure.ac: Remove checks for the make program.
11323 * configure: Re-generate.
11324
1a2f3d7f
KB
113252016-11-16 Kevin Buettner <kevinb@redhat.com>
11326
11327 * gdb.python/py-recurse-unwind.c (main): Add loop.
11328 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11329 to read_register() and gdb.parse_and_eval(). Make each code
11330 call a separate case that can be individually tested.
11331 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11332 proc. Call cont_and_backtrace for each of the code paths that
11333 we want to test in the unwinder.
11334
b7f38fda
AA
113352016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11336
11337 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11338 the definition of struct S.
11339
1f8db343
CM
113402016-11-11 Catherine Moore <clm@codesourcery.com>
11341
11342 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11343
fad0c9fb
PA
113442016-11-09 Pedro Alves <palves@redhat.com>
11345
11346 * gdb.base/commands.exp (runto_or_return): New procedure.
11347 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11348 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11349 (progvar_simple_while_test, progvar_complex_if_while_test)
11350 (if_while_breakpoint_command_test)
11351 (infrun_breakpoint_command_test, breakpoint_command_test)
11352 (user_defined_command_test, watchpoint_command_test)
11353 (test_command_prompt_position, redefine_hook_test)
11354 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11355 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11356 multi_line_input and multi_line. Remove gdb_expect and
11357 gdb_stop_suppressing_tests uses.
11358 * lib/gdb.exp (valnum_re): New global.
11359 (multi_line_input): New procedure.
11360
8354c62c
SM
113612016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11362
11363 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11364 Remove.
11365 (test_setup): Define with proc_with_prefix.
11366 (test_cli_inferior): Likewise.
11367 (test_cli_thread): Likewise.
11368 (test_cli_frame): Likewise.
11369 (test_cli_select_frame): Likewise.
11370 (test_cli_up_down): Likewise.
11371 (test_mi_thread_select): Likewise.
11372 (test_mi_stack_select_frame): Likewise.
11373 (test_cli_in_mi_inferior): Likewise.
11374 (test_cli_in_mi_thread): Likewise.
11375 (test_cli_in_mi_frame): Likewise.
11376 (top level): Do not use with_test_prefix_procname.
11377
64f367a2
PA
113782016-11-09 Pedro Alves <palves@redhat.com>
11379
11380 * gdb.base/commands.exp (gdbvar_simple_if_test)
11381 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11382 (progvar_simple_if_test, progvar_simple_while_test)
11383 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11384 (infrun_breakpoint_command_test, breakpoint_command_test)
11385 (user_defined_command_test, watchpoint_command_test)
11386 (test_command_prompt_position, deprecated_command_test)
11387 (bp_deleted_in_command, temporary_breakpoint_commands)
11388 (stray_arg0_test, source_file_with_indented_comment)
11389 (recursive_source_test, if_commands_test)
11390 (error_clears_commands_left, redefine_hook_test)
11391 (redefine_backtrace_test): Use proc_with_prefix.
11392 * lib/gdb.exp (proc_with_prefix): New proc.
11393
0bb65f1e
AA
113942016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11395
11396 * gdb.base/tui-layout.c: New file.
11397 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11398 disassembly window contains very long lines.
11399
7353f247
TT
114002016-11-08 Tom Tromey <tom@tromey.com>
11401
11402 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11403 depend on Python 2.
11404
30a7bb83
TT
114052016-11-08 Tom Tromey <tom@tromey.com>
11406
11407 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11408 New method.
11409
cdf5a07c
MG
114102016-10-29 Manish Goregaokar <manish@mozilla.com>
11411
2806dc7e 11412 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11413
51a789c3
MG
114142016-10-27 Manish Goregaokar <manish@mozilla.com>
11415
2806dc7e
PA
11416 * gdb.rust/simple.rs: Add test for univariant enums without
11417 discriminants and for encoded struct-like enums.
51a789c3 11418
f610ab6d
PA
114192016-10-28 Pedro Alves <palves@redhat.com>
11420
11421 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11422 gdb_test_multiple, tighten regexps and match symtabs and line
11423 tables incrementally.
11424
b129b0ca
LM
114252016-10-28 Luis Machado <lgustavo@codesourcery.com>
11426
11427 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11428 general.
11429
ecf45d2c
SL
114302016-10-25 Luis Machado <lgustavo@codesourcery.com>
11431
11432 * gdb.base/exec-invalid-sysroot.exp: New file.
11433
b8d38ee4
JK
114342016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11435
11436 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11437
f90fd8c2
JK
114382016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11439
11440 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11441
2d2476aa
MR
114422016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11443
2806dc7e
PA
11444 * gdb.base/killed-outside.exp: Remove $options from a call to
11445 `prepare_for_testing'.
2d2476aa 11446
e42b25a0
SM
114472016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11448
11449 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11450 Change test message.
11451
3ccdb432
SM
114522016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11453
11454 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11455 Update comment.
11456
5bad3170
SM
114572016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11458
11459 * gdb.trace/mi-trace-save.exp: New file.
11460
5ad9dba7
YQ
114612016-10-13 Yao Qi <yao.qi@linaro.org>
11462
11463 * gdb.base/code_elim.exp (get_var_address): Remove.
11464 * gdb.base/relocate.exp: Likewise.
11465 * gdb.base/shreloc.exp: Likewise.
11466 * lib/gdb.exp (get_var_address): New.
11467
62df7e21
YQ
114682016-10-13 Yao Qi <yao.qi@linaro.org>
11469
11470 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11471 floating point tests if $skip_float_test is false.
11472
4dac951e
LM
114732016-10-12 Luis Machado <lgustavo@codesourcery.com>
11474
11475 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11476 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11477 argc values.
11478 Add 1 to argc so we guarantee distinct initial/modified argc values.
11479
8f1a8fc4
JK
114802016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11481
11482 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11483
16c85b5d
JK
114842016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11485
11486 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11487 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11488 * gdb.arch/vsx-regs.exp: Likewise.
11489
1d0e042a
YQ
114902016-10-07 Yao Qi <yao.qi@linaro.org>
11491
11492 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11493
68dadef5
MM
114942016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11495
11496 * gdb.python/python.exp: Test decode_line("*0").
11497
33fa2c6e
DE
114982016-10-06 Doug Evans <dje@google.com>
11499
11500 * gdb.python/py-value.exp (test_value_creation): Add test for large
11501 unsigned 64-bit value.
11502
9c37b5ae
TT
115032016-10-06 Tom Tromey <tom@tromey.com>
11504
11505 * gdb.compile/compile.exp: Change java tests to rust.
11506 * gdb.base/setshow.exp: Change java tests to rust.
11507 * gdb.base/default.exp: Remove java from language list.
11508 * README (Examples): Update language example.
11509 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11510 test.
11511 * lib/gdb.exp (skip_java_tests): Remove.
11512 * lib/java.exp: Remove.
11513 * gdb.java: Remove.
11514
78b86327
MR
115152016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11516
11517 * gdb.arch/mips-fcr.exp: New test.
11518 * gdb.arch/mips-fcr.c: Source for the new test.
11519
7470adbb
MR
115202016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11521
11522 * gdb.base/solib-disc.exp: Use `standard_output_file'
11523 throughout.
11524
4a556533
PA
115252016-10-06 Pedro Alves <palves@redhat.com>
11526
11527 * gdb.base/jit-simple-dl.c: New file.
11528 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11529 * gdb.base/jit-simple.c: ... this.
11530 * gdb.base/jit-simple.exp (jit_run): Delete.
11531 (build_jit): New proc.
11532 (jit_test_reread): Recompile either the main program or the shared
11533 library, depending on what is being tested. Skip changing address
11534 if caller wants to. Compare before/after addresses. If testing
11535 standalone, explicitly load the binary. Test "maint info
11536 breakpoints".
11537 (top level): Add "standalone vs shared lib" and "change address"
11538 vs "same address" axes.
11539
5a122fbc
PA
115402016-10-06 Pedro Alves <palves@redhat.com>
11541
11542 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11543 call.
11544 (jit_run): Delete.
11545 (jit_test_reread): Use with_test_prefix. Reload the main binary
11546 explicitly. Compare the before/after addresses of the JIT
11547 descriptor.
11548
ee8da4b8
DE
115492016-08-15 Doug Evans <dje@google.com>
11550
11551 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11552 for single bitfields is bool.
11553 * gdb.xml/tdesc-regs.exp: Ditto.
11554
f389f6fe
JK
115552016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11556
11557 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11558
fdebf1a4
YQ
115592016-10-05 Yao Qi <yao.qi@linaro.org>
11560
11561 * lib/gdb.exp (support_complex_tests): Return zero if
11562 gdb_skip_float_test return true.
11563
9c36d954 115642016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11565 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11566
11567 PR gdb/20487
11568 * gdb.mi/user-selected-context-sync.exp: New file.
11569 * gdb.mi/user-selected-context-sync.c: New file.
11570
4034d0ff 115712016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11572 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11573
11574 PR gdb/20487
11575 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11576 =thread-select-event check.
11577
a4297203
PB
115782016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11579
11580 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11581 the compulsory L operand changes.
11582 * gdb.arch/powerpc-power.s: Likewise.
11583
bb805577
JK
115842016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11585
11586 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11587 * gdb.base/jit-attach-pie.c: New file.
11588 * gdb.base/jit-attach-pie.exp: New file.
11589
6d61dee5
PA
115902016-09-28 Pedro Alves <palves@redhat.com>
11591
11592 * gdb.base/infcall-input.c: New file.
11593 * gdb.base/infcall-input.exp: New file.
11594
f73842fc
YQ
115952016-09-22 Yao Qi <yao.qi@linaro.org>
11596
11597 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11598 (gdb_exit): Rename it to ...
11599 (gdbserver_gdb_exit): ... Close GDBserver.
11600 (gdb_exit): New proc, call gdbserver_gdb_exit.
11601 (mi_gdb_exit): Likewise.
11602
90681dab
YQ
116032016-09-22 Yao Qi <yao.qi@linaro.org>
11604
11605 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11606 path.
11607 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11608 Remove duplication.
11609
9c211fd8
YQ
116102016-09-22 Yao Qi <yao.qi@linaro.org>
11611
11612 * lib/gdbserver-support.exp: Check the existence of
11613 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11614
ad0a504f
AK
116152016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11616
11617 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11618
36cf1806
TT
116192016-09-21 Tom Tromey <tom@tromey.com>
11620
11621 PR gdb/20604:
11622 * gdb.base/quit.exp: New file.
11623
74172ecf
SM
116242016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11625
11626 * .gitignore: New file.
11627
3d0ec882
MR
116282016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11629
11630 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11631 throughout.
11632
8193adea
AA
116332016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11634
11635 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11636
d41a5c09
JK
116372016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11638
11639 * gdb.cp/casts.cc (decltype): Move it ...
11640 (main): ... with its call to ...
11641 * gdb.cp/casts03.cc: ... a new file.
11642 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11643
d2dfe700
JK
116442016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11645
11646 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11647
e2a92b16
PB
116482016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11649
11650 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11651 and sync up the test with tests in gas/testsuite/gas/ppc.
11652 * gdb.arch/powerpc-power.exp: Likewise.
11653
49b4de64
JK
116542016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11655
11656 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11657
2c29df25
SDJ
116582016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11659 Jan Kratochvil <jan.kratochvil@redhat.com>
11660
11661 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11662 make m1's definition to be different from m2's. Use 'dummy' as an
11663 argument for probe 'two'.
11664
cc3c2846
JB
116652016-09-10 Jon Beniston <jon@beniston.com>
11666
11667 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11668 for sim target.
11669
e1b2624a
AA
116702016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11671
11672 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11673 variable declaration.
11674 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11675 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11676 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11677 received HWCAP as its argument.
11678
4295e285
PA
116792016-09-06 Pedro Alves <palves@redhat.com>
11680
11681 * gdb.base/new-ui-pending-input.c: New file.
11682 * gdb.base/new-ui-pending-input.exp: New file.
11683 * gdb.exp (clear_gdb_spawn_id): New procedure.
11684 (with_spawn_id): Check whether gdb_spawn_id exists before
11685 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11686 on exit.
11687
00d5215e
UW
116882016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11689
11690 * gdb.base/float128.c: New file.
11691 * gdb.base/float128.exp: Likewise.
11692 * gdb.base/floatn.c: Likewise.
11693 * gdb.base/floatn.exp: Likewise.
11694
a9ff5f12
UW
116952016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11696
11697 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11698
f245535c
PA
116992016-09-05 Pedro Alves <palves@redhat.com>
11700
11701 PR backtrace/19927
11702 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11703 unwinders are immediately called as side effect of "source" or
11704 "disable unwinder" commands.
11705 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11706
ae9cf263
YQ
117072016-09-02 Yao Qi <yao.qi@linaro.org>
11708
11709 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11710 is true and $type is "float" or "double".
11711
27aba047
YQ
117122016-09-02 Yao Qi <yao.qi@linaro.org>
11713
11714 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11715 true.
11716 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11717 * gdb.base/call-rt-st.exp: Likewise.
11718 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11719 return value instead of gdb,skip_float_test.
11720 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11721 (do_function_calls): Use its return value instead of
11722 gdb,skip_float_test.
11723 * gdb.base/finish.exp: Likewise.
11724 * gdb.base/funcargs.exp: Likewise.
11725 * gdb.base/return.exp: Likewise.
11726 * gdb.base/return2.exp: Likewise.
11727 * gdb.base/varargs.exp: Likewise.
11728 * lib/gdb.exp (gdb_skip_float_test): Change it to
11729 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11730
5af962df
AA
117312016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11732
11733 * gdb.multi/tids.exp: Test "thread apply all".
11734
7fac6910
JK
117352016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11736
11737 * gdb.base/default.exp (tty): Remove.
11738
bb1fe4ac
KB
117392016-08-24 Kevin Buettner <kevinb@redhat.com>
11740
2806dc7e
PA
11741 * gdb.python/py-recurse-unwind.c: New file.
11742 * gdb.python/py-recurse-unwind.py: New file.
11743 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11744
0a1ddfa6
SM
117452016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11746
11747 * gdb.base/set-inferior-tty.exp: New file.
11748 * gdb.base/set-inferior-tty.c: New file.
11749
d9de1fe3
PA
117502016-08-23 Pedro Alves <palves@redhat.com>
11751
11752 PR gdb/20494
11753 * gdb.base/new-ui-echo.c: New file.
11754 * gdb.base/new-ui-echo.exp: New file.
11755
e9d9abd7
YQ
117562016-08-23 Yao Qi <yao.qi@linaro.org>
11757
11758 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11759 gdbserver_spawn.
11760 * gdb.server/connect-without-multi-process.exp (do_test):
11761 Likewise.
11762
3589529e
YQ
117632016-08-23 Yao Qi <yao.qi@linaro.org>
11764
11765 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11766 standalone_txt. Delete gdb_txt and standalone_txt on host
11767 and target. Spawn the binary on target. Copy files from
11768 target to host.
11769
6bb90213
PA
117702016-08-22 Pedro Alves <palves@redhat.com>
11771
11772 PR gdb/20505
11773 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11774 with_test_prefix. Factor out bits to ...
11775 (test_no_vdso): ... this new procedure.
11776
20c2c024
CL
117772016-08-19 Carl Love <cel@us.ibm.com>
11778
11779 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11780 maintaining separate logic for constructing the output path.
11781 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11782 * gdb.arch/ppc-dfp.exp: Likewise.
11783 * gdb.arch/ppc-fp.exp: Likewise.
11784 * gdb.arch/vsx-regs.exp: Likewise.
11785 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11786 binprefix for generating the additional binary files.
11787
0646e07d
PA
117882016-08-19 Pedro Alves <palves@redhat.com>
11789
11790 * gdb.trace/mi-trace-frame-collected.exp
11791 (test_trace_frame_collected): On x32, expect two registers.
11792
46da9242
CL
117932016-08-18 Carl Love <cel@us.ibm.com>
11794
11795 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11796 and sync up the test with tests in gas/testsuite/gas/ppc.
11797 * gdb.arch/powerpc-power.exp: Likewise.
11798
eb2332d7
SM
117992016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11800
11801 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11802 expected error message.
11803
63c61e04
SM
118042016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11805
11806 * gdb.multi/remove-inferiors.exp: New file.
11807 * gdb.multi/remove-inferiors.c: New file.
11808
7b17065f
YQ
118092016-08-12 Yao Qi <yao.qi@linaro.org>
11810
11811 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11812 argument list.
11813
01d3dedf
PA
118142016-08-10 Pedro Alves <palves@redhat.com>
11815
11816 PR gdb/19187
11817 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11818 setup_kfails.
11819
3eb7562a
PA
118202016-08-09 Pedro Alves <palves@redhat.com>
11821 Simon Marchi <simon.marchi@ericsson.com>
11822
11823 PR gdb/20418
11824 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11825 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11826
80614914
PA
118272016-08-09 Pedro Alves <palves@redhat.com>
11828
11829 PR mi/20431
11830 * gdb.mi/mi-cmd-error.exp: New file.
11831
f348d89a
PA
118322016-08-09 Pedro Alves <palves@redhat.com>
11833
11834 PR gdb/18653
11835 * gdb.base/signals-state-child.c: New file.
11836 * gdb.base/signals-state-child.exp: New file.
11837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11838
e5ca03b4
PA
118392016-08-09 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11842
282a0691
TT
118432016-08-03 Tom Tromey <tom@tromey.com>
11844
11845 PR python/18565:
11846 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11847
41bfcd63
YQ
118482016-08-01 Yao Qi <yao.qi@linaro.org>
11849
11850 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11851 variable mode to "multi-process" if $multi_process is 1, otherwise
11852 set it to "single-process".
11853
e3465b24
YQ
118542016-08-01 Yao Qi <yao.qi@linaro.org>
11855
11856 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11857 * gdb.cp/cpexprs.exp: Likewise.
11858 * gdb.cp/m-static.exp: Likewise.
11859
0b31a4bc
TT
118602016-07-26 Tom Tromey <tom@tromey.com>
11861
11862 PR python/20190:
11863 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11864 test.
11865
e0461dbb
MM
118662016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11867
11868 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11869 selecting assembly source files.
11870 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11871 assembly source files.
11872 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11873 assembly source files.
11874 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11875 selecting assembly source files.
11876
8194e927
SM
118772016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11878
11879 * gdb.base/new-ui.exp (do_test_invalid_args): New
11880 procedure.
11881
c0272db5
TW
118822016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11883
11884 * gdb.btrace/reconnect.c: New file.
11885 * gdb.btrace/reconnect.exp: New file.
11886
e3487908
GKB
118872016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11888
11889 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11890 to test_catch_syscall_group.
11891 (test_catch_syscall_group): New.
11892
12df5c00
TT
118932016-07-21 Tom Tromey <tom@tromey.com>
11894
11895 * gdb.rust/simple.rs (main): Use empty struct expression.
11896 * gdb.rust/simple.exp: Add tests for empty struct expression.
11897
bae62ee2
YQ
118982016-07-21 Yao Qi <yao.qi@linaro.org>
11899
11900 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11901 if gdb_skip_xml_test is true on some targets.
11902
b1b53fb3
YQ
119032016-07-21 Yao Qi <yao.qi@linaro.org>
11904
11905 * gdb.server/solib-list.exp: Unset last_loaded_file.
11906
027d97f8
JK
119072016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11908
11909 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11910 "step into captured_main (args)".
11911
7674d381
JK
119122016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11913
11914 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11915
72b5d099
JK
119162016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11919
1f960ced
PA
119202016-07-19 Pedro Alves <palves@redhat.com>
11921
11922 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11923 * gdb.opt/inline-bt.exp: Likewise.
11924 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11925 additional_flags=-Winline.
11926 * gdb.opt/inline-locals.exp: Likewise.
11927 * gdb.opt/inline-markers.c (ATTR): Define.
11928 (inlined_fn): Use it.
11929
f25827c1
YQ
119302016-07-19 Yao Qi <yao.qi@linaro.org>
11931
11932 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11933 (test_with_self): Remove some code. Remove argument executable.
11934 (top-level): Use do_self_tests.
11935
37539ebe
DB
119362016-07-15 Zachary Welch <zwelch@codesourcery.com>
11937 Don Breazeal <donb@codesourcery.com>
11938
11939 * gdb.base/maint.exp: Escape paths used in regular expressions.
11940 * gdb.stabs/weird.exp: Likewise.
11941
dac790e1
TT
119422016-07-13 Tom Tromey <tom@tromey.com>
11943
11944 PR python/15620, PR python/18620:
11945 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11946 (test_bkpt_events): New procs.
11947
93daf339
TT
119482016-07-13 Tom Tromey <tom@tromey.com>
11949
11950 PR python/17698:
11951 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11952 test.
11953 (test_watchpoints): Likewise.
11954 (test_bkpt_pending): New proc.
11955
6571a381
TT
119562016-07-13 Tom Tromey <tom@tromey.com>
11957
11958 PR cli/18053:
11959 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11960 completion test.
11961
e8732474
JK
119622016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11963
11964 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11965 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11966 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11967 f_label.
11968 (g): Rename g_end_lbl to g_label.
11969 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11970 low_pc and high_pc.
11971 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11972
e0f3fd7c
TT
119732016-07-12 Tom Tromey <tom@tromey.com>
11974
11975 PR python/19293:
11976 * gdb.python/py-unwind-maint.exp: Update tests.
11977
3cfe46b6
YQ
119782016-07-12 Yao Qi <yao.qi@linaro.org>
11979
11980 * lib/selftest-support.exp (selftest_setup): Match the output
11981 when captured_main is inlined.
11982
4f19a0e6
WT
119832016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11984
11985 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11986 New variables.
11987 (print this%a, print this%b, print this): New tests.
11988 * gdb.fortran/derived-types.f90 (this): New object and
11989 initialization.
11990
986cf455
SM
119912016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11992
11993 * gdb.ada/arraydim.exp: Remove extra directory level in build
11994 directory.
11995
f0464b23
SM
119962016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11997
11998 * lib/ada.exp: Remove extra directory level in build directory.
11999 * gdb.ada/cond_lang.exp: Likewise.
12000 * gdb.ada/exec_changed.exp: Likewise.
12001 * gdb.ada/lang_switch.exp: Likewise.
12002
42d94011
MG
120032016-07-06 Manish Goregaokar <manish@mozilla.com>
12004
2806dc7e
PA
12005 * simple.rs: Add test for raw pointer subscripting.
12006 * simple.exp: Add test expectations.
42d94011 12007
647c264c
YQ
120082016-07-05 Yao Qi <yao.qi@linaro.org>
12009
12010 * gdb.mi/mi-reverse.exp: Match =record-started output.
12011
20aa2c60
PA
120122016-07-01 Pedro Alves <palves@redhat.com>
12013
12014 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12015 procedure.
12016 (jit_reader_test): Test the jit reader's unwinder.
12017 * gdb.base/jithost.c (jit_function_00_code): New global.
12018 (main): Use memcpy to fill in the mmapped code, instead of poking
12019 bytes manually here.
12020 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12021 value.
12022 (read_debug_info): Save the function's range.
12023 (read_sp): New function.
12024 (unwind_frame): Use it. Also unwind RBP.
12025 (get_frame_id): Use read_sp.
12026 (gdb_init_reader): Use calloc instead of malloc.
12027 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12028 parameter. Use gdb_test_multiple.
12029
ced2dffb
PA
120302016-07-01 Pedro Alves <palves@redhat.com>
12031 Antoine Tremblay <antoine.tremblay@ericsson.com>
12032
12033 * gdb.threads/process-dies-while-detaching.c: New file.
12034 * gdb.threads/process-dies-while-detaching.exp: New file.
12035
63000888
PA
120362016-07-01 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.multi/watchpoint-multi-exit.c: New file.
12039 * gdb.multi/watchpoint-multi-exit.exp: New file.
12040
038d4868
PA
120412016-06-30 Pedro Alves <palves@redhat.com>
12042
12043 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12044 unset inferior_spawn_id.
12045
994e9c83
PA
120462016-06-30 Pedro Alves <palves@redhat.com>
12047
12048 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12049 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12050
e5653468
YQ
120512016-06-29 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.base/return.c: Add copyright header.
12054
803b47e5
TT
120552016-06-29 Tom Tromey <tom@tromey.com>
12056
12057 PR python/20129:
12058 * gdb.python/py-framefilter.exp: Add tests for setting priority
12059 and disabling of non-existent frame filter.
12060
28244707
YQ
120612016-06-29 Yao Qi <yao.qi@linaro.org>
12062
12063 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12064 0x0f07ff.
12065
a31d2f06
YQ
120662016-06-28 Yao Qi <yao.qi@linaro.org>
12067
12068 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12069 triplets. Start gdb, execute catch syscall, and continue. Check
12070 gdb's output to determine catch syscall is supported.
12071
921d8f54
MG
120722016-06-27 Manish Goregaokar <manish@mozilla.com>
12073
25d49b86
PA
12074 * gdb.rust/simple.rs: Add test for returning unit in a function.
12075 * gdb.rust/simple.exp: Add expectation for functions returning
12076 unit.
921d8f54 12077
f4952523
PMR
120782016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12079
12080 * gdb.python/py-breakpoint-create-fail.c,
12081 gdb.python/py-breakpoint-create-fail.exp,
12082 gdb.python/py-breakpoint-create-fail.py: New testcase.
12083
fccb08f8
MG
120842016-06-25 Manish Goregaokar <manish@mozilla.com>
12085
12086 PR gdb/20239
12087 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12088 * gdb.rust/simple.exp: Add test expectations for new NonZero
12089 tests.
fccb08f8 12090
6b850546
DT
120912016-06-24 David Taylor <dtaylor@emc.com>
12092
12093 * gdb.base/offsets.exp: New file.
12094 * gdb.base/offsets.c: New file.
12095
17621150
TT
120962016-06-23 Tom Tromey <tom@tromey.com>
12097
12098 PR gdb/16483:
12099 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12100 before any filters are loaded.
12101
04d59df6
WT
121022016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12103
12104 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12105 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12106 structs.
12107 * gdb.fortran/derived-type-function.exp: New file.
12108 * gdb.fortran/derived-type-function.f90: New file.
12109
12110
ac69f786
PA
121112016-06-21 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.base/new-ui.exp: New file.
12114 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12115 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12116 (with_spawn_id): New procedure.
12117
49940788
PA
121182016-06-21 Pedro Alves <palves@redhat.com>
12119
12120 * gdb.mi/mi-exec-run.exp: New file.
12121
ef274d26
PA
121222016-06-21 Pedro Alves <palves@redhat.com>
12123
12124 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12125 breakpoint command's output on the main UI.
12126 (test_break): New procedure, factored out from calls in the top
12127 level.
12128 (top level): Use foreach_with_prefix to test MI as main UI and as
12129 separate UI.
12130
468afe6c
PA
121312016-06-21 Pedro Alves <palves@redhat.com>
12132
12133 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12134 (test_awatch_creation_and_listing)
12135 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12136 Remove 'type' parameter.
12137 (test_watchpoint_all): New parameter mi_mode. Remove
12138 with_test_prefix.
12139 (top level): Use foreach_with_prefix, and add main/separate UI MI
12140 testing axis.
12141
51f77c37
PA
121422016-06-21 Pedro Alves <palves@redhat.com>
12143
12144 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12145 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12146 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12147 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12148 (gdb_main_spawn_id, mi_spawn_id): Declare and
12149 comment.
12150 (mi_create_inferior_pty): New procedure,
12151 factored out from default_mi_gdb_start.
12152 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12153 procedures.
12154 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12155 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12156 Use mi_create_inferior_pty.
12157 (mi_gdb_start): Use eval to pass down args list.
12158
8980e177
PA
121592016-06-21 Pedro Alves <palves@redhat.com>
12160
12161 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12162 * gdb.opt/inline-cmds.exp: Add MI tests.
12163
f38d3ad1
PA
121642016-06-21 Pedro Alves <palves@redhat.com>
12165
12166 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12167
45db7c09
PA
121682016-06-21 Pedro Alves <palves@redhat.com>
12169
12170 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12171 (top level): Use it instead of mi_execute_to.
12172
5a069ab3
PA
121732016-06-21 Pedro Alves <palves@redhat.com>
12174
12175 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12176 (cont_handler_str): New.
12177 (signal_stop_handler): Set stop_handler_str instead of printing to
12178 stdout.
12179 (continue_handler): Set cont_handler_str instead of printing to
12180 stdout.
12181 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12182 mi_send_resuming_command. Print stop_handler_str and
12183 cont_handler_str instead of expecting the python events print
12184 directly.
12185
2838cc1d
SD
121862016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12187
12188 * gdb.base/jit-reader.exp: New file.
12189 * gdb.base/jithost.c: New file.
12190 * gdb.base/jithost.h: New file.
12191 * gdb.base/jitreader.c : New file.
12192 * gdb.base/jit-protocol.h: New file.
12193
21a77091
YQ
121942016-06-17 Yao Qi <yao.qi@linaro.org>
12195
12196 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12197 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12198 and detach-on-fork. Adjust tests.
12199 (top level): Invoke break_cond_on_syscall with combinations of
12200 syscall, follow-fork-mode and detach-on-fork.
12201
f50bf8e5
YQ
122022016-06-17 Yao Qi <yao.qi@linaro.org>
12203
12204 * gdb.base/step-over-exit.c: New.
12205 * gdb.base/step-over-exit.exp: New.
12206
a28d8e50
YTL
122072016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12208
12209 * gdb.base/float.exp: Add target check for nds32*-*-*.
12210 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12211
cad8e26d
AB
122122016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12213
12214 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12215 for unsupported target features.
12216 * gdb.base/call-rt-st.exp: Likewise.
12217 * gdb.base/call-sc.exp: Likewise.
12218 * gdb.base/call-signal-resume.exp: Likewise.
12219 * gdb.base/call-strs.exp: Likewise.
12220 * gdb.base/callexit.exp: Likewise.
12221 * gdb.base/callfuncs.exp: Likewise.
12222 * gdb.base/nodebug.exp: Likewise.
12223 * gdb.base/printcmds.exp: Likewise.
12224 * gdb.base/ptype.exp: Likewise.
12225 * gdb.base/structs.exp: Likewise.
12226 * gdb.base/unwindonsignal.exp: Likewise.
12227 * gdb.cp/gdb2495.exp: Likewise.
12228 * gdb.cp/templates.exp: Likewise.
12229 * gdb.cp/virtfunc.exp: Likewise.
12230 * gdb.threads/hand-call-in-threads.exp: Likewise.
12231 * gdb.threads/interrupted-hand-call.exp: Likewise.
12232 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12233
347dc102
TT
122342016-06-10 Tom Tromey <tom@tromey.com>
12235
12236 PR rust/20110:
12237 * gdb.rust/expr.exp: Add test for integer constant larger than
12238 i32.
12239
5e13cf25
BH
122402016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12241
12242 * gdb.fortran/nested-funcs.exp: New.
12243 * gdb.fortran/nested-funcs.f90: New.
12244
bb556f1f
TK
122452016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12246
12247 * gdb.base/examine-backward.c: New file.
12248 * gdb.base/examine-backward.exp: New file.
12249
38b022b4
SM
122502016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12251
12252 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12253 matching.
12254
1b40ec05
TT
122552016-06-02 Tom Tromey <tom@tromey.com>
12256
12257 PR python/18984:
12258 * gdb.python/py-shared.exp: Add solib_name test.
12259
193bd378
SM
122602016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12261
12262 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12263
3326303b
MG
122642016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12265
12266 PR c++/19893
12267 * gdb.dwarf2/implref.exp: Rename to...
12268 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12269 * gdb.dwarf2/implref-array.c: New file.
12270 * gdb.dwarf2/implref-array.exp: Likewise.
12271 * gdb.dwarf2/implref-global.c: Likewise.
12272 * gdb.dwarf2/implref-global.exp: Likewise.
12273 * gdb.dwarf2/implref-struct.c: Likewise.
12274 * gdb.dwarf2/implref-struct.exp: Likewise.
12275
825c8ef2
AT
122762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12277
12278 * gdb.trace/trace-condition.exp: Add 64bit tests.
12279
2320162a
AT
122802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12281
12282 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12283 bits types.
12284 (main): Adapt to 8 to 64 bits types.
12285 * gdb.trace/trace-condition.exp: Add new tests.
12286
a7818233
AT
122872016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12288
12289 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12290
0d336466
AT
122912016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12292
12293 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12294 Move condition tests...
12295 * gdb.trace/trace-condition.exp: Here.
12296
7faeb45a
AT
122972016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12298
12299 * gdb.trace/trace-condition.exp: Add counter-case tests.
12300
e385593e
JK
123012016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12302
12303 PR c++/15231
12304 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12305 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12306
744608cc
PA
123072016-05-27 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12310 New procedure.
12311 (top level): Call it, and bail out of DejaGnu is known to be bad.
12312
ac775bf4
AB
123132016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12314
12315 * gdb.base/whatis.c: Extend the test case.
12316 * gdb.base/whatis.exp: Add additional tests.
12317
2bbad2ea
BH
123182016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12319
12320* gdb.fortran/type.f90: Add pointer variable.
12321* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12322
8b70175d
BH
123232016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12324
12325 * gdb.fortran/vla-type.exp: Fix testcase name.
12326
86d8a848
BH
123272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12328
12329 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12330
e188eb36
BH
123312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12332
12333 * gdb.fortran/type.f90: Add nested structures.
12334 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12335 * gdb.fortran/derived-type.exp: Adapt expected output.
12336 * gdb.fortran/vla-type.exp: Adapt expected output.
12337
9b2db1fd
BH
123382016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12339
12340 * gdb.fortran/whatis_type.exp: Adapt expected output.
12341
72b17055
BH
123422016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12343
12344 * gdb.fortran/print_type.exp: Fix expected output.
12345 * gdb.fortran/whatis_type.exp: Fix expected output.
12346
3cd81d8d
BH
123472016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12348
12349 * gdb.fortran/whatis_type.exp: Use multi_line.
12350
ddae9462
TT
123512016-05-24 Tom Tromey <tom@tromey.com>
12352
12353 PR python/17386:
12354 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12355 use value as an index.
12356
1957f6b8
TT
123572016-05-23 Tom Tromey <tom@tromey.com>
12358
12359 PR python/17981:
12360 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12361 no-breakpoint case.
12362
026a9174
PA
123632016-05-24 Pedro Alves <palves@redhat.com>
12364
12365 PR gdb/19828
12366 * gdb.threads/clone-attach-detach.c: New file.
12367 * gdb.threads/clone-attach-detach.exp: New file.
12368
e70a7231
FR
123692016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12370
12371 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12372
0f6ed0e0
TT
123732016-05-23 Tom Tromey <tom@tromey.com>
12374
12375 PR python/19438, PR python/18393:
12376 * gdb.python/py-progspace.exp: Add "dir" test.
12377 * gdb.python/py-objfile.exp: Add "dir" test.
12378
ffd19d61
YQ
123792016-05-23 Yao Qi <yao.qi@linaro.org>
12380
12381 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12382 * gdb.arch/thumb2-it.exp: Likewise.
12383
9e8f9b05
SM
123842016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12385
12386 * gdb.mi/mi-threads-interrupt.c: New file.
12387 * gdb.mi/mi-threads-interrupt.exp: New file.
12388
61c6156d
SM
123892016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12390
12391 PR gdb/18077
12392 * gdb.mi/mi-async-run.exp: New file.
12393 * gdb.mi/mi-async-run.c: New file.
12394
67218854
TT
123952016-05-17 Tom Tromey <tom@tromey.com>
12396 Manish Goregaokar <manishsmail@gmail.com>
12397
12398 * lib/rust-support.exp: New file.
12399 * lib/gdb.exp (skip_rust_tests): New proc.
12400 (build_executable_from_specs): Handle rust.
12401 * lib/future.exp (gdb_find_rustc): New proc.
12402 (gdb_default_target_compile): Handle rust.
12403 * gdb.rust/expr.exp: New file.
12404 * gdb.rust/generics.exp: New file.
12405 * gdb.rust/generics.rs: New file.
12406 * gdb.rust/methods.exp: New file.
12407 * gdb.rust/methods.rs: New file.
12408 * gdb.rust/modules.exp: New file.
12409 * gdb.rust/modules.rs: New file.
12410 * gdb.rust/simple.exp: New file.
12411 * gdb.rust/simple.rs: New file.
12412
c44af4eb
TT
124132016-05-17 Tom Tromey <tom@tromey.com>
12414
12415 * gdb.base/default.exp (set language): Add rust.
12416
dcd1f979
TT
124172016-05-17 Tom Tromey <tom@tromey.com>
12418
12419 * gdb.gdb/unittest.exp: New file.
12420
155b7f57
YQ
124212016-05-16 Yao Qi <yao.qi@linaro.org>
12422
12423 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12424 shell_prompt. Update shell_prompt_re.
12425
8ddd5a6c
DE
124262016-05-12 Doug Evans <dje@google.com>
12427
12428 PR symtab/19999
12429 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12430 $options when building executable.
12431 * gdb.dwarf2/fission-loclists-pie.S: New file.
12432 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12433
02e370d9
SM
124342016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12435
12436 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12437 of [is_remote target],
12438
8929ad8b
SM
124392016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * lib/gdb.exp (use_gdb_stub): New procedure.
12442
6c447423
DE
124432016-05-03 Yunlian Jiang <yunlian@google.com>
12444 Doug Evans <dje@google.com>
12445
12446 PR symtab/19914
12447 * gdb.dwarf2/dwp-sepdebug.c: New file.
12448 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12449
444e826c
SM
124502016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12451
12452 * gdb.base/detach.exp: Remove is_remote check.
12453
740feeaa
SM
124542016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12455
12456 * gdb.base/annota-input-while-running.exp: Don't check for
12457 [is_remote target]. Enable annotations after running to main.
12458 Remove unused "set test..." line.
12459
9080ac9d
SM
124602016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12461
12462 * gdb.trace/trace-enable-disable.exp: New file.
12463 * gdb.trace/trace-enable-disable.c: New file.
12464
952ebca5
SM
124652016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12468 use it in info sharedlibrary test.
12469 * gdb.trace/ftrace-lock.exp: Likewise.
12470 * gdb.trace/ftrace.exp: Likewise.
12471 * gdb.trace/range-stepping.exp: Likewise.
12472 * gdb.trace/trace-break.exp: Likewise.
12473 * gdb.trace/trace-condition.exp: Likewise.
12474 * gdb.trace/trace-mt.exp: Likewise.
12475
d9019901
SM
124762016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12477
12478 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12479 (gdb_load_shlib): ... this.
12480 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12481 gdb_load_shlib.
12482 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12483 * gdb.base/ctxobj.exp: Likewise.
12484 * gdb.base/dprintf-pending.exp: Likewise.
12485 * gdb.base/dso2dso.exp: Likewise.
12486 * gdb.base/fixsection.exp: Likewise.
12487 * gdb.base/gcore-relro.exp: Likewise.
12488 * gdb.base/gdb1555.exp: Likewise.
12489 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12490 * gdb.base/gnu-ifunc.exp: Likewise.
12491 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12492 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12493 * gdb.base/pending.exp: Likewise.
12494 * gdb.base/print-file-var.exp: Likewise.
12495 * gdb.base/print-symbol-loading.exp: Likewise.
12496 * gdb.base/shlib-call.exp: Likewise.
12497 * gdb.base/shreloc.exp: Likewise.
12498 * gdb.base/so-impl-ld.exp: Likewise.
12499 * gdb.base/solib-disc.exp: Likewise.
12500 * gdb.base/solib-nodir.exp: Likewise.
12501 * gdb.base/solib-overlap.exp: Likewise.
12502 * gdb.base/solib-symbol.exp: Likewise.
12503 * gdb.base/solib-weak.exp (do_test): Likewise.
12504 * gdb.base/sym-file.exp: Likewise.
12505 * gdb.base/symtab-search-order.exp: Likewise.
12506 * gdb.base/type-opaque.exp: Likewise.
12507 * gdb.base/unload.exp: Likewise.
12508 * gdb.base/watchpoint-solib.exp: Likewise.
12509 * gdb.compile/compile.exp: Likewise.
12510 * gdb.cp/gdb2384.exp: Likewise.
12511 * gdb.cp/infcall-dlopen.exp: Likewise.
12512 * gdb.cp/re-set-overloaded.exp: Likewise.
12513 * gdb.fortran/library-module.exp: Likewise.
12514 * gdb.opt/solib-intra-step.exp: Likewise.
12515 * gdb.python/py-finish-breakpoint.exp: Likewise.
12516 * gdb.python/py-shared.exp: Likewise.
12517 * gdb.reverse/solib-precsave.exp: Likewise.
12518 * gdb.reverse/solib-reverse.exp: Likewise.
12519 * gdb.server/solib-list.exp: Likewise.
12520 * gdb.threads/dlopen-libpthread.exp: Likewise.
12521 * gdb.threads/tls-shared.exp: Likewise.
12522 * gdb.threads/tls-so_extern.exp: Likewise.
12523 * gdb.trace/change-loc.exp: Likewise.
12524 * gdb.trace/ftrace-lock.exp: Likewise.
12525 * gdb.trace/ftrace.exp: Likewise.
12526 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12527 * gdb.trace/pending.exp: Likewise.
12528 * gdb.trace/range-stepping.exp: Likewise.
12529 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12530 (strace_info_marker): Likewise.
12531 (strace_probe_marker): Likewise.
12532 (strace_trace_on_same_addr): Likewise.
12533 (strace_trace_on_diff_addr): Likewise.
12534 * gdb.trace/trace-break.exp: Likewise.
12535 * gdb.trace/trace-condition.exp: Likewise.
12536 * gdb.trace/trace-mt.exp: Likewise.
12537
fca4cfd9
SM
125382016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12539
12540 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12541 result of gdb_remote_download.
12542 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12543 * gdb.base/dso2dso.exp: Likewise.
12544 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12545 * gdb.base/print-file-var.exp: Likewise.
12546 * gdb.base/shlib-call.exp: Likewise.
12547 * gdb.base/shreloc.exp: Likewise.
12548 * gdb.base/solib-overlap.exp: Likewise.
12549 * gdb.base/solib-weak.exp (do_test): Likewise.
12550 * gdb.base/unload.exp: Likewise.
12551
11cf4ffb
YQ
125522016-04-27 Yao Qi <yao.qi@linaro.org>
12553
12554 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12555 exists.
12556
3e2e34f8
KB
125572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12558
12559 * vla-type.exp: Print structure from toplevel.
12560
8f07e298
BH
125612016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12562
12563 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12564 of dynamic types.
12565 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12566 of dynamic types.
12567
9920b434
BH
125682016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12569
12570 * gdb.fortran/vla-type.f90: New file.
12571 * gdb.fortran/vla-type.exp: New file.
12572
f3abeff5
YQ
125732016-04-25 Yao Qi <yao.qi@linaro.org>
12574
12575 * gdb.base/branch-to-self.c: New file.
12576 * gdb.base/branch-to-self.exp: New file.
12577
0a5d52f0
YQ
125782016-04-22 Yao Qi <yao.qi@linaro.org>
12579
12580 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12581 more after $hex.
12582
495346f6
YQ
125832016-04-22 Yao Qi <yao.qi@linaro.org>
12584
12585 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12586 * gdb.base/annota3.exp: Likewise.
12587
4a7e075c
YQ
125882016-04-22 Yao Qi <yao.qi@linaro.org>
12589
12590 * gdb.reverse/step-precsave.exp: Do one step and test program
12591 stops in "callee" and do multiple steps until program goes out
12592 of "callee".
12593 * gdb.reverse/step-reverse.exp: Likewise.
12594
5b061e98
YQ
125952016-04-22 Yao Qi <yao.qi@linaro.org>
12596
12597 * gdb.trace/signal.exp: Also pass if
12598 $tracepoint_hits($i) > $iterations.
12599
5c5dc57f
YQ
126002016-04-22 Yao Qi <yao.qi@linaro.org>
12601
12602 * gdb.trace/signal.c: New file.
12603 * gdb.trace/signal.exp: New file.
12604
a55411b9
DE
126052016-04-19 Doug Evans <xdje42@gmail.com>
12606
12607 * gdb.base/bad-file.exp: New file.
12608
a22df60a
MG
126092016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12610
12611 * gdb.dwarf2/implref.exp: New file.
12612
0c13f7e5
BH
126132016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12614
12615 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12616 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12617 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12618 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12619 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12620 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12621 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12622 * lib/fortran.exp (fortran_int4): New procedure.
12623 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12624 (fortran_logical4): Likewise.
12625
9b9b09e9
BH
126262016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12627
12628 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12629
a14d1f4d
BH
126302016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12631
12632 * lib/compiler.c: Add Intel specific preprocessor macros.
12633 * lib/compiler.cc: Likewise.
25d49b86 12634
7d49b1d0
LM
126352016-04-13 Luis Machado <lgustavo@codesourcery.com>
12636
12637 * gdb.server/connect-with-no-symbol-file.c: New file.
12638 * gdb.server/connect-with-no-symbol-file.exp: New file.
12639
8392fa22
SM
126402016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12643
8c4c4aeb
SM
126442016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12645
12646 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12647 standard output directory.
12648
45e3745e
AT
126492016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12650
12651 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12652
e26b7e41
MM
126532016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12654
12655 * gdb.btrace/instruction_history.c (loop): Add declaration.
12656
8ce09462
AT
126572016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12658
12659 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12660
2e88a1ea
SM
126612016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12662
12663 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12664 parentheses to print.
12665 (continue_handler): Likewise.
12666
f48e22e3
SM
126672016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12668
12669 * gdb.server/solib-list.exp: Remove is_remote check.
12670 Pass shlib= to gdb_compile. Don't link shared library with
12671 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12672 Run binary filename through "readlink -f" on the target.
12673
096be756
PA
126742016-04-08 Pedro Alves <palves@redhat.com>
12675
12676 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12677 interpreter filename as argument to gdbserver_spawn.
12678 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12679 Return empty if $last_loaded_file does not exist.
12680
06500533
JK
126812016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12682
12683 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12684 * gdb.base/jit-main.c: Use exit after usage.
12685
2d35e871
JK
126862016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12687
12688 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12689 GDBHISTSIZE prior to the tests.
12690 * gdb.base/gdbinit-history.exp: Likewise.
12691
126922016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12693
12694 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12695 instead of build_executable. Use gdb_load_shlibs.
12696
c8064e7e
YQ
126972016-04-07 Yao Qi <yao.qi@linaro.org>
12698
12699 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12700 Execute "si" command.
12701
bde47561
YQ
127022016-04-07 Yao Qi <yao.qi@linaro.org>
12703
12704 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12705 number instead of the comments on some line.
12706
b16f8a3b
DB
127072016-04-06 Don Breazeal <donb@codesourcery.com>
12708
12709 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12710 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12711
c2f901df
SM
127122016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12713
12714 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12715 standard_output_file. Remove unused binfile variable.
12716
ac17fda0
CU
127172016-04-05 Catalin Udma <catalin.udma@freescale.com>
12718
12719 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12720 * gdb.python/py-mi-objfile.exp: Match "list main" output
12721 in console format.
12722
03a8c4df
SM
127232016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12724
12725 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12726 absolute.
12727
6e774b13
SM
127282016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12729
12730 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12731 absolute.
12732 * gdb.trace/ftrace.exp: Likewise.
12733 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12734 targets as well.
12735 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12736 (gdb_load_shlibs): Copy libraries to test directory when testing
12737 natively. Only set solib-search-path if testing remotely.
12738 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12739
7817ea46
SM
127402016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12741
12742 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12743 gdb_download. Use it even if the target is not remote.
12744 * gdb.base/jit.exp (compile_jit_test): Likewise.
12745 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12746 output directory if the destination board is local, otherwise use
12747 the standard remote_download from DejaGnu.
12748 (gdb_download): Remove.
12749 (gdb_load_shlibs): Use gdb_remote_download instead of
12750 gdb_download.
12751 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12752 Use gdb_remote_download instead of gdb_download. Use it even if
12753 the target is not remote.
12754 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12755 instead of gdb_download.
12756
7beb7f68
SM
127572016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12758
12759 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12760 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12761 run.
12762
cc63428a
AV
127632016-04-01 Artemiy Volkov <artemiyv@acm.org>
12764
12765 PR gdb/19820
12766 * gdb.base/printcmds.exp: Add artificial arrays tests.
12767
64cdf930
PA
127682016-03-31 Pedro Alves <palves@redhat.com>
12769
12770 PR gdb/19858
12771 * gdb.base/jit-main.c: Include unistd.h.
12772 (ATTACH): Define to 0 if not already defined.
12773 (wait_for_gdb, mypid): New globals.
12774 (WAIT_FOR_GDB): New macro.
12775 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12776 some breakpoint locations.
12777 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12778 New procedures.
12779 (one_jit_test): Add REATTACH parameter, and handle it. Use
12780 continue_to_test_location.
12781 (top level): Test attach, and adjusts calls to one_jit_test.
12782
40dea8cb
PA
127832016-03-31 Pedro Alves <palves@redhat.com>
12784
12785 PR gdb/19858
12786 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12787 BINSUFFIX parameter, and handle it.
12788 (top level): Adjust calls compile_jit_test.
12789
e7ea3ec7
CU
127902016-03-31 Catalin Udma <catalin.udma@freescale.com>
12791
12792 PR python/19743
12793 * gdb.python/py-mi-events-gdb.py: New file.
12794 * gdb.python/py-mi-events.c: New file.
12795 * gdb.python/py-mi-events.exp: New file.
12796
e6359af3
YQ
127972016-03-30 Yao Qi <yao.qi@linaro.org>
12798
12799 * gdb.reverse/until-precsave.exp: Match function name only.
12800 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12801 Move malloc to a condition block.
12802 * gdb.reverse/until-reverse.exp: Match function name only.
12803
a4105d04
MK
128042016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12805
12806 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12807 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12808 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12809 variable for GPR 0 instead of assuming it is register 0.
12810 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12811 * lib/trace-support.exp: Add s390 registers.
12812
bfa6adb9
YQ
128132016-03-29 Yao Qi <yao.qi@linaro.org>
12814
12815 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12816
1e6697ea
YQ
128172016-03-24 Yao Qi <yao.qi@linaro.org>
12818
12819 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12820 test message.
12821
64bcd522
AA
128222016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12823
12824 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12825 maintaining separate logic for constructing the output path.
12826
7868401b
DB
128272016-03-16 Don Breazeal <donb@codesourcery.com>
12828
12829 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12830 Retry fork and waitpid on interrupted system call errors.
12831 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12832 Use with_timeout_factor to increase timeout by factor of 10.
12833
1cafadb4
DB
128342016-03-15 Don Breazeal <donb@codesourcery.com>
12835
12836 * gdb.cp/scope-err.cc: New test program.
12837 * gdb.cp/scope-err.exp: New test script.
12838 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12839 lines and "set breakpoint here" comment.
12840 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12841 Fixed some whitespace and format issues.
12842 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12843 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12844
81516450
DE
128452016-03-15 Doug Evans <dje@google.com>
12846
12847 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12848 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12849 All callers updated. Add tests for enums, mixed flags register.
12850
aa52b601
DE
128512016-03-15 Doug Evans <dje@google.com>
12852
12853 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12854 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12855
fa4ff313
SM
128562016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12857
12858 * gdb.base/default.exp: Add $_as_string to the list of expected
12859 convenience functions.
12860
f2403c39
AB
128612016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12862
12863 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12864
f2f3ccb9
SM
128652016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12866
12867 * gdb.python/py-as-string.exp: New file.
12868 * gdb.python/py-as-string.c: New file.
12869
00dbd492
PA
128702016-03-09 Pedro Alves <palves@redhat.com>
12871
12872 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12873 signal" -> "Thread NN received signal" output change.
12874 * gdb.threads/ia64-sigill.exp: Likewise.
12875 * gdb.threads/linux-dp.exp: Likewise.
12876 * gdb.threads/manythreads.exp: Likewise.
12877 * gdb.threads/pending-step.exp: Likewise.
12878 * gdb.threads/print-threads.exp: Likewise.
12879 * gdb.threads/sigstep-threads.exp: Likewise.
12880 * gdb.threads/staticthreads.exp: Likewise.
12881 * gdb.threads/tls.exp: Likewise.
12882
1e6697ea
YQ
128832016-03-09 Pedro Alves <palves@redhat.com>
12884
12885 * gdb.base/command-line-input.exp: New file.
12886
b04fd3be
MK
128872016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12888
12889 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12890 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12891 * gdb.trace/pending.exp: Accept leading dot before function name.
12892 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12893 * lib/trace-support.exp: Set registers for ppc.
12894
98fa59e9
MK
128952016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12896
12897 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12898 use it for disassembly; accept .main in addition to main in backtrace.
12899
f77198c8
MK
129002016-03-09 Wei-cheng Wang <cole945@gmail.com>
12901 Marcin Kościelnicki <koriakin@0x04.net>
12902
12903 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12904 (gdb_recursion_test_ptr): New global variable.
12905 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12906 gdb_recursion_test.
12907 (gdb_c_test): Ditto.
12908
ba84e0da
MK
129092016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12910
12911 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12912 ordering.
12913
4366d36e
MK
129142016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12915
12916 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12917 (bar): Add bar_start_lbl label.
12918 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12919 of foo/bar for emitting DWARF and tracing.
12920
5eb264df
SDJ
129212016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12922
12923 * analyze-racy-logs.py: Set executable bit.
12924
fb6a751f
SDJ
129252016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12926
12927 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12928 (CHECK_TARGET_TMP): Likewise.
12929 (check-single-racy): New rule.
12930 (check-parallel-racy): Likewise.
12931 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12932 (do-check-parallel-racy): New rule.
12933 (check-racy/%.exp): Likewise.
12934 * README (Racy testcases): New section.
12935 * analyze-racy-logs.py: New file.
12936
bdf7e230
DE
129372016-03-03 Doug Evans <dje@google.com>
12938
12939 * gdb.base/skip.exp: Use with_test_prefix.
12940
4719d415
YQ
129412016-03-03 Yao Qi <yao.qi@linaro.org>
12942
12943 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12944 Invoke step_over_syscall "clone" and break_cond_on_syscall
12945 "clone".
12946 * gdb.base/step-over-clone.c: New file.
12947
ea507862
YQ
129482016-03-03 Yao Qi <yao.qi@linaro.org>
12949
12950 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12951 code format.
12952
8fc8cbda
YQ
129532016-03-03 Yao Qi <yao.qi@linaro.org>
12954
12955 * gdb.base/disp-step-fork.c: Rename to ...
12956 * gdb.base/step-over-fork.c: ... it. New file.
12957 * gdb.base/disp-step-vfork.c: Rename to ...
12958 * gdb.base/step-over-vfork.c: ... it. New file.
12959 * gdb.base/disp-step-syscall.exp: Rename to ...
12960 * gdb.base/step-over-syscall.exp: ... it. New file.
12961 (disp_step_cross_syscall): Rename to ...
12962 (step_over_syscall): ... it.
12963
92fa70b0
YQ
129642016-03-03 Yao Qi <yao.qi@linaro.org>
12965
12966 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12967 If target supports condition evaluation on target, invoke
12968 break_cond_on_syscall for fork and vfork.
12969
e197ad3c
YQ
129702016-03-03 Yao Qi <yao.qi@linaro.org>
12971
12972 * gdb.base/disp-step-syscall.exp: Don't invoke
12973 support_displaced_stepping.
12974 (disp_step_cross_syscall): Test with displaced stepping off and
12975 on if supported.
12976
0b47da9f
YQ
129772016-03-03 Yao Qi <yao.qi@linaro.org>
12978
12979 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12980 proc.
12981 (setup): New proc.
12982 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12983 and setup.
12984
065ab6dc
BH
129852016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12986
12987 * gdb.fortran/vla-history.exp: Remove breakpoint.
12988
07e448ad 129892016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12990
25d49b86
PA
12991 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12992 exceeds timeout.
07e448ad 12993
9ac2d526 129942016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12995
25d49b86
PA
12996 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12997 breakpoint.
9ac2d526 12998
17807369
BH
129992016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13000
13001 * gdb.mi/vla.f90: Nullify pointer after declaration.
13002
86e501af
PA
130032016-03-01 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13006
1e903e32
PA
130072016-03-01 Pedro Alves <palves@redhat.com>
13008
13009 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13010 before anything else.
13011 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13012 _GNU_SOURCE here.
13013 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13014 before anything else.
13015 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13016
6ccb54e2
PA
130172016-03-01 Pedro Alves <palves@redhat.com>
13018
13019 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13020
30ca9da1
YQ
130212016-03-01 Yao Qi <yao.qi@linaro.org>
13022
13023 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13024 prepare_for_testing.
13025
dc856b38
YQ
130262016-03-01 Yao Qi <yao.qi@linaro.org>
13027
13028 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13029
4a932159
AA
130302016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13031
13032 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13033 manually constructing the output path.
13034
f2489477
AA
130352016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13036
13037 * gdb.arch/s390-stackless.S: New.
13038 * gdb.arch/s390-stackless.exp: New.
13039
38899f16
IB
130402016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13041
13042 * gdb.dlang/circular.c: New file.
13043 * gdb.dlang/circular.exp: New file.
13044
9fde51ed
YQ
130452016-02-26 Yao Qi <yao.qi@linaro.org>
13046
13047 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13048 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13049 (testcases): Update.
13050
ce90fefe
YQ
130512016-02-26 Yao Qi <yao.qi@linaro.org>
13052
13053 * gdb.reverse/aarch64.c: Rename to ...
13054 * gdb.reverse/insn-reverse.c: ... it.
13055 * gdb.reverse/aarch64.exp: Rename to ...
13056 * gdb.reverse/insn-reverse.exp: ... it.
13057
3263bceb
YQ
130582016-02-26 Yao Qi <yao.qi@linaro.org>
13059
13060 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13061 (testcase_ftype): New.
13062 (testcases): New array.
13063 (n_testcases): New.
13064 (main): Call each element in testcases.
13065 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13066 (read_testcase): New.
13067 Do the tests in a loop.
13068
6cb59ff1
YQ
130692016-02-25 Yao Qi <yao.qi@linaro.org>
13070
13071 * gdb.base/branches.c: Remove.
13072
ae91f625
MK
130732016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13074
13075 PR gdb/13808
13076 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13077
678b48b7
MK
130782016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13079
13080 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13081
7337a6f2
MK
130822016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13083
13084 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13085 change x86_64 call_insn to 'callq'.
13086
861ca91f
AT
130872016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13088
13089 * gdb.trace/tfile-avx.c: Move to...
13090 * gdb.trace/tracefile-pseudo-reg.c: Here.
13091 * gdb.trace/tfile-avx.exp: Move to...
13092 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13093
bf74e428
GB
130942016-02-24 Gary Benson <gbenson@redhat.com>
13095
13096 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13097 message on attach.
13098
cce0e923
DE
130992016-02-23 Doug Evans <dje@google.com>
13100
13101 * gdb.base/skip.c (test_skip): New function.
13102 (end_test_skip_file_and_function): New function.
13103 (test_skip_file_and_function): New function.
13104 * gdb.base/skip1.c (test_skip): New function.
13105 (skip1_test_skip_file_and_function): New function.
13106 * gdb.base/skip.exp: Add tests for new skip options.
13107 * gdb.base/skip-solib.exp: Update expected output.
13108 * gdb.perf/skip-command.cc: New file.
13109 * gdb.perf/skip-command.exp: New file.
13110 * gdb.perf/skip-command.py: New file.
13111
4000e47e
MK
131122016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13113
13114 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13115 info registers pattern.
13116
24f75ead
IB
131172016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13118
13119 * lib/future.exp: Add D support.
13120 (gdb_find_gdc): New proc.
13121 (gdb_default_target_compile): Add D support.
13122
fbb7bcbe
WW
131232016-02-18 Wei-cheng Wang <cole945@gmail.com>
13124
13125 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13126 user+system time.
13127 (trace_speed_test): Determine the iteration count for a time
13128 between 15..30 seconds.
13129
012b3a21
WT
131302016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13131
13132 * gdb.arch/i386-mpx-sigsegv.c: New file.
13133 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13134 * gdb.arch/i386-mpx-simple_segv.c: New file.
13135 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13136
2d5189bd
YQ
131372016-02-18 Yao Qi <yao.qi@linaro.org>
13138
13139 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13140 Don't call setup_kfail.
13141
40fb20d0
YQ
131422016-02-18 Yao Qi <yao.qi@linaro.org>
13143
13144 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13145 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13146
21b1f8d2
DE
131472016-02-16 Doug Evans <dje@google.com>
13148
13149 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13150 * gdb.base/skip1.c: Ditto.
13151 * gdb.base/skip.exp: Whitespace cleanup.
13152
4041ed77
DB
131532016-02-16 Don Breazeal <donb@codesourcery.com>
13154
13155 PR remote/19496
13156 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13157 Remove kfail for PR remote/19496.
13158
c4ef31bf
SM
131592016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13160
13161 * lib/gdb.exp (standard_temp_file): Return a path specific to
13162 the runtest invocation.
13163
266b65b3
SM
131642016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13165
13166 * gdb.trace/save-trace.exp: Change relative path to be in the
13167 standard output directory.
13168
a7a0a6a9
JK
131692016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13170
13171 * gdb.arch/i386-prologue.c: Add missing prototypes.
13172
c99dbb42
JK
131732016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13174
13175 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13176 * gdb.arch/i386-prologue.exp: Likewise.
13177 * gdb.arch/i386-size.exp: Likewise.
13178
aa480355
SM
131792016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13180
13181 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13182 define object file path.
13183 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13184 file path.
13185 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13186 standard_output_file to define binfile.
13187
ba881f50
JK
131882016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13189
13190 Fix compatibility with recent gfortran-5.3.1.
13191 * gdb.fortran/vla-history.exp (print vla1 allocated)
13192 (print vla2 allocated, print $2, print $3): Remove
13193 (print $4): Rename to ...
13194 (print $2): ... here.
13195 (print $9): Rename to ...
13196 (print $5): ... here.
13197 (print $10): Rename to ...
13198 (print $6): ... here.
13199 * gdb.fortran/vla.f90: Add pvla initialization.
13200
e9fb005c
JK
132012016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13202
13203 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13204 New test.
13205 * gdb.fortran/vla-value-sub.exp: Likewise.
13206
e44e00ff
MK
132072016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13208
13209 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13210
97e94151
SM
132112016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13212
13213 * i386-biarch-core.exp: Define corefile using
13214 standard_output_file.
13215
01113bc1
YQ
132162016-02-12 Yao Qi <yao.qi@linaro.org>
13217
13218 * gdb.arch/arm-single-step-kernel-helper.c: New.
13219 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13220
33b4777c
MM
132212016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13222
13223 * gdb.btrace/tailcall-only.exp: New.
13224 * gdb.btrace/tailcall-only.c: New.
13225 * gdb.btrace/x86_64-tailcall-only.S: New.
13226 * gdb.btrace/i686-tailcall-only.S: New.
13227
acc23c11
PA
132282016-02-11 Pedro Alves <palves@redhat.com>
13229
13230 * README (Parallel testing): Add missing double quotes.
13231
e352bf0a
PA
132322016-02-11 Pedro Alves <palves@redhat.com>
13233
13234 * README (Parallel testing): New section.
13235 (GDB_PARALLEL): Rewrite.
13236 (FORCE_PARALLEL): Document.
13237
9f5fed78
MK
132382016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13239
13240 * gdb.trace/tfile-avx.c: New test.
13241 * gdb.trace/tfile-avx.exp: New test.
13242
9ef9e6a6
KS
132432016-02-09 Keith Seitz <keiths@redhat.com>
13244
13245 PR breakpoints/19546
13246 * gdb.base/infcall-exec.c: New file.
13247 * gdb.base/infcall-exec2.c: New file.
13248 * gdb.base/infcall-exec.exp: New file.
13249
a96e36da
KS
132502016-02-09 Keith Seitz <keiths@redhat.com>
13251
13252 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13253 (toplevel): Call test_bkpt_address.
13254
9f61929f
KS
132552016-02-09 Keith Seitz <keiths@redhat.com>
13256
13257 PR python/19506
13258 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13259 (toplevel): Call test_bkpt_address.
13260
1e94266c
SM
132612016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13262
13263 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13264 to AC_OUTPUT.
13265 * configure: Regenerate.
13266
2a7f3dff
PA
132672016-02-09 Pedro Alves <palves@redhat.com>
13268
13269 PR breakpoints/19548
13270 * gdb.base/execl-update-breakpoints.c (some_function): New
13271 function.
13272 (main): Call it.
13273 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13274 Tighten expected GDB output.
13275
2151ccc5
SM
132762016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13277
13278 * Makefile.in (ALL_SUBDIRS): Remove.
13279 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13280 (distclean maintainer-clean realclean): Likewise.
13281 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13282 * configure: Regenerate.
13283 * gdb.ada/Makefile.in: Delete.
13284 * gdb.arch/Makefile.in: Likewise.
13285 * gdb.asm/Makefile.in: Likewise.
13286 * gdb.base/Makefile.in: Likewise.
13287 * gdb.btrace/Makefile.in: Likewise.
13288 * gdb.cell/Makefile.in: Likewise.
13289 * gdb.compile/Makefile.in: Likewise.
13290 * gdb.cp/Makefile.in: Likewise.
13291 * gdb.disasm/Makefile.in: Likewise.
13292 * gdb.dlang/Makefile.in: Likewise.
13293 * gdb.dwarf2/Makefile.in: Likewise.
13294 * gdb.fortran/Makefile.in: Likewise.
13295 * gdb.gdb/Makefile.in: Likewise.
13296 * gdb.go/Makefile.in: Likewise.
13297 * gdb.guile/Makefile.in: Likewise.
13298 * gdb.java/Makefile.in: Likewise.
13299 * gdb.linespec/Makefile.in: Likewise.
13300 * gdb.mi/Makefile.in: Likewise.
13301 * gdb.modula2/Makefile.in: Likewise.
13302 * gdb.multi/Makefile.in: Likewise.
13303 * gdb.objc/Makefile.in: Likewise.
13304 * gdb.opencl/Makefile.in: Likewise.
13305 * gdb.opt/Makefile.in: Likewise.
13306 * gdb.pascal/Makefile.in: Likewise.
13307 * gdb.perf/Makefile.in: Likewise.
13308 * gdb.python/Makefile.in: Likewise.
13309 * gdb.reverse/Makefile.in: Likewise.
13310 * gdb.server/Makefile.in: Likewise.
13311 * gdb.stabs/Makefile.in: Likewise.
13312 * gdb.threads/Makefile.in: Likewise.
13313 * gdb.trace/Makefile.in: Likewise.
13314 * gdb.xml/Makefile.in: Likewise.
13315 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13316 GDB_PARALLEL.
13317 (standard_output_file): Remove check for GDB_PARALLEL, always
13318 return path in outputs/$subdir/$testname.
13319
437277d4
SM
133202016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13321
13322 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13323 (site.exp): Assign abs_srcdir to tcl's srcdir.
13324
31d913c7
YQ
133252016-02-04 Yao Qi <yao.qi@linaro.org>
13326
13327 * gdb.base/foll-exec-mode.c: Include limits.h.
13328 (main): Add parameters argc and argv. Get directory from
13329 argv[0].
13330 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13331 compilation.
13332 * gdb.base/foll-exec.c: Include limits.h.
13333 (main): Add parameters argc and argv.
13334 Get directory from argv[0].
13335 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13336 Adjust tests on the number of lines as source code changed.
13337 * gdb.base/foll-vfork-exit.c: Include limits.h.
13338 (main): Add one line of statement before vfork.
13339 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13340 (main): Add parameters argc and argv. Get directory from
13341 argv[0].
13342 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13343 (setup_gdb): Set tbreak to skip some source lines.
13344 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13345 (main): Add parameters argc and argv. Get directory from
13346 argv[0].
13347 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13348 compilation.
13349 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13350 (main): Add parameters argc and argv. Get directory from
13351 argv[0].
13352 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13353 compilation.
13354
9482b9fb
DE
133552016-02-01 Doug Evans <dje@google.com>
13356
13357 * gdb.base/skip.exp: Clean up multiple references to same test name.
13358
6b2e4f10
PA
133592016-02-01 Pedro Alves <palves@redhat.com>
13360
ccb6afd6 13361 PR remote/19496
6b2e4f10
PA
13362 * gdb.threads/forking-threads-plus-breakpoint.exp
13363 (displaced_stepping_supported): New global.
13364 (probe_displaced_stepping_support): New procedure.
13365 (do_test): Add 'displaced' parameter, and use it.
13366 (top level): Check for displaced stepping support. Add displaced
13367 stepping on/off testing axis.
13368
37a8db1a
AB
133692016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13370
13371 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13372 pointer. Don't perform further tests on the unassociated pointer
13373 if the first test fails.
13374
5fdf6324
AB
133752016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13376
13377 * gdb.base/max-value-size.c: New file.
13378 * gdb.base/max-value-size.exp: New file.
13379 * gdb.base/huge.exp: Disable max-value-size for this test.
13380
935c6144
IB
133812016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13382
13383 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13384
7fe8399d
YQ
133852016-01-28 Yao Qi <yao.qi@linaro.org>
13386
13387 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13388
a2077e25
PA
133892016-01-25 Pedro Alves <palves@redhat.com>
13390
13391 PR threads/19461
13392 * gdb.base/fork-running-state.c: New file.
13393 * gdb.base/fork-running-state.exp: New file.
13394
1d2736d4
PA
133952016-01-25 Pedro Alves <palves@redhat.com>
13396
13397 PR gdb/19494
13398 * gdb.base/catch-fork-kill.c: New file.
13399 * gdb.base/catch-fork-kill.exp: New file.
13400
f1da4b11
PA
134012016-01-25 Pedro Alves <palves@redhat.com>
13402
13403 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13404 Delete, moved to lib/gdb.exp.
13405 * gdb.threads/forking-threads-plus-breakpoint.exp
13406 (foreach_with_prefix): Likewise.
13407 * gdb.threads/process-dies-while-handling-bp.exp
13408 (foreach_with_prefix): Likewise.
13409 * lib/gdb.exp (foreach_with_prefix): New procedure.
13410
45f38546
MK
134112016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13412
13413 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13414 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13415
dc29a1ce
MK
134162016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13417
13418 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13419 endian targets.
13420
092127d7
JK
134212016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13422 Pedro Alves <palves@redhat.com>
13423
13424 Fix testsuite compatibility with Guile.
13425 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13426 number.
13427
31d765d3
JK
134282016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13429
13430 Fix testsuite compatibility with Guile.
13431 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13432 (thread 1): New test for backtrace through signal handler.
13433
1ac78c04
YQ
134342016-01-22 Yao Qi <yao.qi@linaro.org>
13435
13436 PR testsuite/19491
13437 * gdb.base/multi-forks.c: Include
13438 ../lib/unbuffer_output.c
13439 (main): Call gdb_unbuffer_output.
13440
4f5946a8
DE
134412016-01-21 Doug Evans <dje@google.com>
13442
13443 * lib/ada.exp (gdb_compile_ada): Fix typo.
13444
305e13e6
JB
134452016-01-21 Joel Brobecker <brobecker@adacore.com>
13446
13447 * gdb.base/break-fun-addr.exp: New file.
13448 * gdb.base/break-fun-addr1.c: New file.
13449 * gdb.base/break-fun-addr2.c: New file.
13450
5f5dfff6
SM
134512016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13452
13453 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13454 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13455 enum flag values.
13456
fd356fa2
AA
134572016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13458
13459 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13460 when GDB can not set the vector return value. Add more comments
13461 for clarification.
13462
9df22175
AT
134632016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13464
13465 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13466 command.
13467
41d1845e
SM
134682016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13469
13470 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13471
01ac6840
SM
134722016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13473
13474 * Makefile.in (check-single): Pass --status to runtest.
13475 (check/%.exp): Likewise.
13476
134772016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13478
13479 * Makefile.in (check-parallel): Propagate return code from make
13480 do-check-parallel.
13481
bd0a71fa
MK
134822016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13483
13484 * gdb.trace/ftrace.exp: Fix expected message on continue.
13485 * gdb.trace/pending.exp: Fix expected message on continue.
13486 * gdb.trace/trace-break.exp: Fix expected message on continue.
13487
8bcbad33
SM
134882016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13489
13490 * lib/gdb.exp (gdb_test): Remove unused global references.
13491
f303dbd6
PA
134922016-01-18 Pedro Alves <palves@redhat.com>
13493
13494 * gdb.base/async-shell.exp: Adjust expected output.
13495 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13496 * gdb.base/siginfo-thread.exp: Adjust expected output.
13497 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13498 * gdb.java/jnpe.exp: Adjust expected output.
13499 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13500 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13501 * gdb.threads/leader-exit.exp: Adjust expected output.
13502 * gdb.threads/manythreads.exp: Adjust expected output.
13503 * gdb.threads/pthreads.exp: Adjust expected output.
13504 * gdb.threads/schedlock.exp: Adjust expected output.
13505 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13506 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13507 expected output.
13508 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13509 output.
13510 * gdb.threads/sigthread.exp: Adjust expected output.
13511 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13512
b2789696
YQ
135132016-01-18 Yao Qi <yao.qi@linaro.org>
13514
13515 * gdb.guile/scm-section-script.c: Replace @progbits with
13516 %progbits.
13517 * gdb.python/py-section-script.c: Likewise.
13518
71ef29a8
PA
135192016-01-15 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.multi/tids.exp: Test star wildcard ranges.
13522
3f5b7598
PA
135232016-01-15 Pedro Alves <palves@redhat.com>
13524
13525 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13526 command from "thread apply" invocation.
13527 (thr_apply_info_thr_invalid): Default the expected output to the
13528 input tid list.
13529 (top level): Add tests that use convenience variables. Add tests
13530 for "thread apply" with a valid TID list, but missing the command.
13531
663f6d42
PA
135322016-01-13 Pedro Alves <palves@redhat.com>
13533
13534 * gdb.base/default.exp: Expect $_gthread as well.
13535 * gdb.multi/tids.exp: Test $_gthread.
13536 * gdb.threads/thread-specific.exp: Test $_gthread.
13537
c84f6bbf
PA
135382016-01-13 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.multi/tids.exp: Test "info threads -gid".
13541
22a02324
PA
135422016-01-13 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13545 Breakpoint.thread.
13546 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13547
5d5658a1
PA
135482016-01-07 Pedro Alves <palves@redhat.com>
13549
13550 * gdb.base/break.exp: Adjust to output changes.
13551 * gdb.base/hbreak2.exp: Likewise.
13552 * gdb.base/sepdebug.exp: Likewise.
13553 * gdb.base/watch_thread_num.exp: Likewise.
13554 * gdb.linespec/keywords.exp: Likewise.
13555 * gdb.multi/info-threads.exp: Likewise.
13556 * gdb.threads/thread-find.exp: Likewise.
13557 * gdb.multi/tids.c: New file.
13558 * gdb.multi/tids.exp: New file.
13559
84654457
PA
135602016-01-13 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13563
e3940304
PA
135642016-01-13 Pedro Alves <palves@redhat.com>
13565
13566 * gdb.base/default.exp: Expect $_inferior as well.
13567 * gdb.multi/base.exp: Test $_inferior.
13568
a911d87a
PA
135692016-01-13 Pedro Alves <palves@redhat.com>
13570
13571 PR breakpoints/19388
13572 * gdb.base/catch-signal-siginfo-cond.c: New file.
13573 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13574
82075af2
JS
135752016-01-12 Josh Stone <jistone@redhat.com>
13576 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13577
13578 * gdb.base/catch-syscall.c (do_execve): New variable.
13579 (main): Conditionally trigger an execve.
13580 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13581 (test_catch_syscall_execve): New, check entry/return across execve.
13582 (do_syscall_tests): Call test_catch_syscall_execve.
13583
e46eeedd
PA
135842016-01-12 Pedro Alves <palves@redhat.com>
13585
13586 * gdb.base/random-signal.exp (do_test): New procedure, with body
13587 of testcase moved in.
13588
01d8c27e
JK
135892016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13590 Pedro Alves <palves@redhat.com>
13591
13592 * gdb.base/funcargs.exp (finish from indirectly called function):
13593 Reintroduce the case for 'First'.
13594
9a706302
JK
135952016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13596 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13599 (tcatch_vfork_then_child_follow_exec)
13600 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13601 identification.
13602
c0ecb95f
JK
136032016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13604
13605 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13606 and repeats to unlimited.
13607 * gdb.python/py-value.exp: Likewise.
13608 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13609 and repeats to unlimited.
13610
6cfc1fcb
JK
136112016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13612
13613 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13614 and reordering the functions.
13615 * gdb.multi/hangout.c: Likewise.
13616 * gdb.multi/hello.c: Likewise.
13617
582a1b00
SM
136182016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13619
13620 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13621 absolute.
13622 (SingleStatisticTestResult.report): Use dict.keys instead of
13623 dict.iterkeys.
13624
79bc59cb
PA
136252016-01-06 Pedro Alves <palves@redhat.com>
13626
13627 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13628
43368e1d
MM
136292016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13630
13631 * gdb.btrace/dlopen.exp: New.
13632 * gdb.btrace/dlopen.c: New.
13633 * gdb.btrace/dlopen-dso.c: New.
13634
79fad5b8
SL
136352015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13636
13637 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13638 PATTERN argument is optional.
13639
ab8314b3
JB
136402015-12-24 Joel Brobecker <brobecker@adacore.com>
13641
13642 * lib/ada.exp (target_compile_ada_from_dir): New function.
13643 (gdb_compile_ada): Reimplement avoiding the use of project files.
13644 * gdb.ada/gnat_ada.gpr: Delete.
13645 * gdb.ada/cond_lang.exp: Adjust test to make path before
13646 filename optional.
13647 * gdb.ada/small_reg_param.exp: Likewise.
13648
fe33faff
SM
136492015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13650
13651 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13652
6d265cb4
TP
136532015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13654
13655 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13656 case.
13657
10125099
SM
136582015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13659
13660 * gdb.base/break.exp: Remove dead code.
13661 * gdb.base/sepdebug.exp: Likewise.
13662
3ca22649
SM
136632015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13664
13665 * gdb.asm/asm-source.exp: Remove HP-UX references.
13666 * gdb.base/annota1.exp: Likewise.
13667 * gdb.base/annota3.exp: Likewise.
13668 * gdb.base/attach.exp: Likewise.
13669 * gdb.base/bigcore.exp: Likewise.
13670 * gdb.base/break.exp: Likewise.
13671 * gdb.base/call-ar-st.exp: Likewise.
13672 * gdb.base/callfuncs.exp: Likewise.
13673 * gdb.base/catch-fork-static.exp: Likewise.
13674 * gdb.base/display.exp: Likewise.
13675 * gdb.base/foll-exec-mode.exp: Likewise.
13676 * gdb.base/foll-exec.exp: Likewise.
13677 * gdb.base/foll-fork.exp: Likewise.
13678 * gdb.base/foll-vfork.exp: Likewise.
13679 * gdb.base/funcargs.exp: Likewise.
13680 * gdb.base/hbreak2.exp: Likewise.
13681 * gdb.base/inferior-died.exp: Likewise.
13682 * gdb.base/interrupt.exp: Likewise.
13683 * gdb.base/multi-forks.exp: Likewise.
13684 * gdb.base/nodebug.exp: Likewise.
13685 * gdb.base/sepdebug.exp: Likewise.
13686 * gdb.base/solib1.c: Likewise.
13687 * gdb.base/step-test.exp: Likewise.
13688 * gdb.mi/non-stop.c: Likewise.
13689 * gdb.mi/pthreads.c: Likewise.
13690 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13691 * gdb.threads/pthreads.c: Likewise.
13692 * gdb.threads/staticthreads.exp: Likewise.
13693 * lib/future.exp: Likewise.
13694 * lib/gdb.exp: Likewise.
13695 * gdb.base/so-indr-cl.c: Remove.
13696 * gdb.base/so-indr-cl.exp: Likewise.
13697 * gdb.base/solib.c: Likewise.
13698 * gdb.base/solib.exp: Likewise.
13699 * gdb.base/solib2.c: Likewise.
13700
b6304613
SM
137012015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13702
13703 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13704 * gdb.base/call-ar-st.exp: Likewise.
13705 * gdb.base/callfuncs.exp: Likewise.
13706 * gdb.base/condbreak.exp: Likewise.
13707 * gdb.base/constvars.exp: Likewise.
13708 * gdb.base/hbreak2.exp: Likewise.
13709 * gdb.base/langs.exp: Likewise.
13710 * gdb.base/list.exp: Likewise.
13711 * gdb.base/long_long.exp: Likewise.
13712 * gdb.base/ptype.exp: Likewise.
13713 * gdb.base/scope.exp: Likewise.
13714 * gdb.base/signals.exp: Likewise.
13715 * gdb.base/so-impl-ld.exp: Likewise.
13716 * gdb.base/varargs.exp: Likewise.
13717 * gdb.base/volatile.exp: Likewise.
13718 * gdb.base/whatis.exp: Likewise.
13719 * gdb.cp/cplusfuncs.exp: Likewise.
13720 * gdb.cp/inherit.exp: Likewise.
13721 * gdb.cp/local.exp: Likewise.
13722 * gdb.cp/member-ptr.exp: Likewise.
13723 * gdb.cp/method.exp: Likewise.
13724 * gdb.cp/overload.exp: Likewise.
13725 * gdb.cp/templates.exp: Likewise.
13726 * gdb.stabs/weird.exp: Likewise.
13727 * lib/compiler.c: Likewise.
13728 * lib/compiler.cc: Likewise.
13729 * lib/cp-support.exp: Likewise.
13730 * lib/gdb.exp: Likewise.
13731
bf401b07
SM
137322015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13733
13734 * configure.ac: Remove HP-UX case.
13735 * configure: Regenerate.
13736
aff9c0f8
SM
137372015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13738
13739 * lib/gdb.exp (gdb_compile): Add function doc.
13740
a6904d5a
PA
137412015-12-17 Pedro Alves <palves@redhat.com>
13742
13743 PR threads/19354
13744 * gdb.multi/info-threads.exp: New file.
13745
a22279dd
YQ
137462015-12-15 Yao Qi <yao.qi@linaro.org>
13747
13748 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13749 is aarch64*-*-*.
13750
0588c796
SL
137512015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13752
13753 * gdb.base/history-duplicates.exp: Skip if no readline support.
13754
5d978e17
SL
137552015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13756
13757 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13758
7e763b86
SL
137592015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13760
13761 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13762
87a3a92c
SL
137632015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13764
13765 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13766 ctrl-C if nointerrupts target property is set.
13767 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13768 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13769 * gdb.base/paginate-bg-execution.exp: Likewise.
13770 * gdb.base/paginate-execution-startup.exp: Likewise.
13771 * gdb.base/random-signal.exp: Likewise.
13772 * gdb.base/range-stepping.exp: Likewise.
13773 * gdb.cp/annota2.exp: Likewise.
13774 * gdb.cp/annota3.exp: Likewise.
13775 * gdb.gdb/selftest.exp: Likewise.
13776 * gdb.threads/continue-pending-status.exp: Likewise.
13777 * gdb.threads/leader-exit.exp: Likewise.
13778 * gdb.threads/manythreads.exp: Likewise.
13779 * gdb.threads/pthreads.exp: Likewise.
13780 * gdb.threads/schedlock.exp: Likewise.
13781 * gdb.threads/sigthread.exp: Likewise.
13782
a8f077dc
DB
137832015-12-11 Don Breazeal <donb@codesourcery.com>
13784
13785 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13786 remote.
13787 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13788 * gdb.base/foll-exec.exp (main): Enable for target remote.
13789 * gdb.base/foll-fork.exp (main): Likewise.
13790 * gdb.base/foll-vfork.exp (main): Likewise.
13791 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13792 (proc continue_to_exit_bp_loc): Use clean_restart.
13793 * gdb.base/pie-execl.exp (main): Disable for target remote.
13794 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13795 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13796 * gdb.threads/execl.exp (main): Likewise.
13797 * gdb.threads/fork-child-threads.exp (main): Likewise.
13798 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13799 remote.
13800 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13801 remote.
13802 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13803 pid.tid style ptids, instead of just tid.
13804 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13805 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13806 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13807 ptids, instead of just tid.
13808
3b2464a8
AB
138092015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13810
13811 * gdb.base/list.exp (test_list_forward): Add end of file error
13812 test.
13813 (test_repeat_list_command): Add end of file error test.
13814 (test_list_backwards): Add beginning of file error test.
13815
a0def019
AB
138162015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13817
13818 * gdb.base/list.exp (test_list_invalid_args): New function,
13819 defined, and called.
13820
5c000dff
AB
138212015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13822
13823 * gdb.base/list.exp (test_list): Make test names unique.
13824
f1637ebe
YQ
138252015-12-11 Yao Qi <yao.qi@linaro.org>
13826
13827 * gdb.base/coremaker2.c: Remove.
13828
36d6fc0a
PA
138292015-12-10 Pedro Alves <palves@redhat.com>
13830
13831 * gdb.multi/base.exp: Remove stale "spaces" references.
13832
762f7747
PA
138332015-12-10 Pedro Alves <palves@redhat.com>
13834
13835 * gdb.multi/base.exp: Don't use nowarnings.
13836 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13837 * gdb.multi/hangout.c: Include stdio.h.
13838 * gdb.multi/hello.c: Include stdlib.h.
13839 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13840 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13841 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13842
28d2bfb9
AB
138432015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13844
13845 * gdb.dwarf2/dw2-ranges-base.c: New file.
13846 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13847 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13848 support additional line table, and debug ranges generation.
13849 (Dwarf::ranges): New function, generate .debug_ranges.
13850 (Dwarf::lines): Support generating simple line table programs.
13851 (Dwarf::assemble): Initialise new namespace variables.
13852
5fc2beac
KB
138532015-12-09 Kevin Buettner <kevinb@redhat.com>
13854
13855 * gdb.base/async.exp (proc test_background): Add case for
13856 asynchronous execution not supported.
13857
1c35a88f
LM
138582015-12-09 Luis Machado <lgustavo@codesourcery.com>
13859
13860 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13861 format and change test names to make them unique.
13862
b593e3d9
RK
138632015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13864 Pedro Alves <pedro@redhat.com>
13865
13866 PR gdb/18702
13867 Add checking of floatformats setup on x86_64 hosts.
13868 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13869 (smallval, bigval): New labels/constants.
13870 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13871 float" after loading bigval and smallval.
13872
d72413e6
PMR
138732015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13874
13875 * gdb.ada/fun_overload_menu.exp: New testcase.
13876 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13877
ece66d65
JS
138782015-12-04 Josh Stone <jistone@redhat.com>
13879
13880 * gdb.base/catch-fork-static.exp: New.
13881
41d0efca
YQ
138822015-12-03 Yao Qi <yao.qi@linaro.org>
13883
13884 * gdb.base/sizeof.c: Don't include stdio.h and
13885 ../lib/unbuffer_output.c.
13886 (main): New variable 'size' and 'value'. Remove printf and
13887 gdb_unbuffer_output. Assign return value to size and value.
13888 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13889 at the beginning.
13890 (check_sizeof): Check the result by printing variable 'size'.
13891 (check_valueof): Check the result by printing variable 'value'.
13892
99fd02d9
YQ
138932015-12-01 Yao Qi <yao.qi@linaro.org>
13894
13895 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13896 for aarch64*-*-linux* target.
13897
f2faf941
PA
138982015-11-30 Pedro Alves <palves@redhat.com>
13899
13900 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13901
04bf20c5
PA
139022015-11-30 Pedro Alves <palves@redhat.com>
13903
13904 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13905 Handle non-stop mode vCont replies.
13906
09df4675
PA
139072015-11-30 Pedro Alves <palves@redhat.com>
13908
13909 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13910 prepare_for_testing. Start gdb with "set non-stop on" appended to
13911 GDBFLAGS. Lax expected stop output.
13912
58b584af
YQ
139132015-11-27 Yao Qi <yao.qi@linaro.org>
13914
13915 * gdb.arch/arm-neon.exp: New.
13916 * gdb.arch/arm-neon.c: New.
13917
dfcb77a8
YQ
139182015-11-27 Yao Qi <yao.qi@linaro.org>
13919
13920 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13921
88e8ec1b
YQ
139222015-11-27 Yao Qi <yao.qi@linaro.org>
13923
13924 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13925 frames-invalid annotation.
13926
bfde72c2
YQ
139272015-11-27 Yao Qi <yao.qi@linaro.org>
13928
13929 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13930
f6512a69
SM
139312015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13932
13933 * gdb.threads/names.exp: New file.
13934 * gdb.threads/names.c: New file.
13935 * README: Mention gdb,no_thread_names.
13936
46a3515b
MM
139372015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13938
13939 PR 19297
13940 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13941 support" error.
13942
62147a22
PA
139432015-11-24 Pedro Alves <palves@redhat.com>
13944
13945 PR 17539
13946 * gdb.base/display.exp: Expect displays to be sorted in ascending
13947 order. Use multi_line.
13948 * gdb.base/solib-display.exp: Likewise.
13949
2f341b6e
PA
139502015-11-24 Pedro Alves <palves@redhat.com>
13951
13952 PR 17539
25d49b86
PA
13953 * gdb.base/display.exp: Expect displays to be sorted in ascending
13954 order. Use multi_line.
13955 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13956
7e0aa6aa
PA
139572015-11-24 Pedro Alves <palves@redhat.com>
13958
13959 PR 17539
13960 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13961 threads in ascending order.
13962 * gdb.base/foll-fork.exp: Likewise.
13963 * gdb.base/foll-vfork.exp: Likewise.
13964 * gdb.base/multi-forks.exp: Likewise.
13965 * gdb.mi/mi-nonstop.exp: Likewise.
13966 * gdb.mi/mi-nsintrall.exp: Likewise.
13967 * gdb.multi/base.exp: Likewise.
13968 * gdb.multi/multi-arch.exp: Likewise.
13969 * gdb.python/py-inferior.exp: Likewise.
13970 * gdb.threads/break-while-running.exp: Likewise.
13971 * gdb.threads/execl.exp: Likewise.
13972 * gdb.threads/gcore-thread.exp: Likewise.
13973 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13974 * gdb.threads/kill.exp: Likewise.
13975 * gdb.threads/linux-dp.exp: Likewise.
13976 * gdb.threads/multiple-step-overs.exp: Likewise.
13977 * gdb.threads/next-bp-other-thread.exp: Likewise.
13978 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13979 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13980 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13981 * gdb.threads/thread-find.exp: Likewise.
13982 * gdb.threads/tls.exp: Likewise.
13983 * lib/mi-support.exp (mi_reverse_list): Delete.
13984 (mi_check_thread_states): No longer reverse list.
13985
2cc57ad8
PA
139862015-11-24 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13989 use lowercase.
13990
c93e8391
SM
139912015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13992
13993 * gdb.trace/actions.c: Include trace-common.h.
13994 (main): Add a location for a fast tracepoint.
13995 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13996 the normal tracepoints.
13997 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13998
045ccf91
SM
139992015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14000
14001 * save-trace.exp: Factor out code to these...
14002 (gdb_save_tracepoints): New.
14003 (gdb_load_tracepoints): New.
14004 (do_save_load_test): New.
14005
5506f9f6
KB
140062015-11-23 Kevin Buettner <kevinb@redhat.com>
14007
14008 * gdb.base/asmlabel.exp: New test.
14009 * gdb.base/asmlabel.c: New test case.
14010
16c3b12f
JB
140112015-11-23 Joel Brobecker <brobecker@adacore.com>
14012
14013 * gdb.base/wrong_frame_bt_full-main.c: New file.
14014 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14015 * gdb.base/wrong_frame_bt_full.exp: New file.
14016
155bfbd3
JB
140172015-11-23 Joel Brobecker <brobecker@adacore.com>
14018
14019 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14020
bb097445
JM
140212015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14022
206853a0 14023 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14024 pstate register when comparing registers values in
14025 sparc64-*-linux-gnu targets to avoid spurious differences.
14026
9c88ed8f
JM
140272015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14028
206853a0 14029 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14030
96161e25
SL
140312015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14032
14033 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14034 as type argument to gdb_compile.
14035 * gdb.base/nested-subp2.exp: Likewise.
14036 * gdb.base/nested-subp3.exp: Likewise.
14037
340c2830
DV
140382015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14039
14040 * lib/dwarf.exp (_note): Fix left shift of negative value.
14041 * gdb.trace/trace-condition.exp: Likewise.
14042
c1862d0f
YQ
140432015-11-13 Yao Qi <yao.qi@linaro.org>
14044
14045 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14046 comments about d10v.
14047 (test_scalar_returns): Likewise.
14048 * gdb.base/d10v.ld: Remove.
14049 * gdb.base/overlays.exp: Remove the target triplet checking for
14050 d10v-*-*.
14051 * gdb.base/structs.exp (test_struct_returns): Remove the
14052 comments about d10v.
14053 (test_struct_calls): Likewise.
14054
77ae9c19
YQ
140552015-11-13 Yao Qi <yao.qi@linaro.org>
14056
14057 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14058 * gdb.base/gnu_vector.c: Don't include stdio.h.
14059 (main): Don't print res and call add_some_intvecs.
14060
430e004e
MK
140612015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14062
14063 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14064 macro.
14065 (func5): Removed.
14066 (func4): Use FAST_TRACEPOINT_LABEL.
14067 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14068 macro.
14069 (func): Removed.
14070 (thread_function): Use FAST_TRACEPOINT_LABEL.
14071 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14072 (func): Remove.
14073 (marker): Use FAST_TRACEPOINT_LABEL.
14074 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14075 (pendfunc1): Remove.
14076 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14077 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14078 (foo): Remove.
14079 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14080 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14081 macro.
14082 (func): Remove.
14083 (marker): Use FAST_TRACEPOINT_LABEL.
14084 * gdb.trace/trace-common.h: New header.
14085 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14086 macro.
14087 (func): Remove.
14088 (marker): Use FAST_TRACEPOINT_LABEL.
14089 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14090 (func): Remove.
14091 (thread_function): Use FAST_TRACEPOINT_LABEL.
14092
6e7675a7
MK
140932015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14094
14095 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14096 in front.
14097 * gdb.trace/change-loc.exp: Use global pcreg definition.
14098 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14099 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14100 in front.
14101 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14102 * gdb.trace/pending.exp: Likewise.
14103 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14104 * gdb.trace/trace-break.exp: Likewise.
14105 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14106 in front.
14107 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14108 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14109 in front.
14110 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14111
dddc0e16
JB
141122015-11-09 Joel Brobecker <brobecker@adacore.com>
14113
14114 * gdb.ada/fin_fun_out: New testcase.
14115
c6f0b406
KB
141162015-11-07 Kevin Buettner <kevinb@redhat.com>
14117
14118 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14119 value associated with DW_AT_byte_size.
14120 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14121 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14122 DW_AT_upper_bound.
14123
f01dcfd9
KB
141242015-11-07 Kevin Buettner <kevinb@redhat.com>
14125
14126 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14127 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14128 version.
14129 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14130 gdb.dwarf2/dw2-canonicalize-type.exp,
14131 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14132 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14133 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14134 provided by gdb_target_symbol_prefix_flags_asm.
14135 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14136 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14137 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14138 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14139 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14140 macros where needed). Use this macro for symbols which require
14141 the prefix provided by SYMBOL_PREFIX.
14142
2223449a
KB
141432015-11-05 Kevin Buettner <kevinb@redhat.com>
14144
14145 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14146 New procs.
14147 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14148 representing expressions, of more than one list element.
14149 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14150 to prepend linker symbol prefix to f.
14151 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14152 table_1 and table_2.
14153 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14154 Likewise, for f and g.
14155 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14156 for ptr.
14157 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14158 for main.
14159 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14160 table_1_ptr and table_2_ptr.
14161
6f2f1a3a
JK
141622015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14163 Joel Brobecker <brobecker@adacore.com>
14164
14165 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14166
566c56c9
MK
141672015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14168
14169 * gdb.reverse/s390-mvcle.c: New test.
14170 * gdb.reverse/s390-mvcle.exp: New file.
14171 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14172
d5f0636b
MK
141732015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14174
14175 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14176
7ad8b86c
MK
141772015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14178
14179 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14180 reaching marker2.
14181 * gdb.reverse/getresuid-reverse.exp: Likewise.
14182 * gdb.reverse/pipe-reverse.exp: Likewise.
14183 * gdb.reverse/readv-reverse.exp: Likewise.
14184 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14185 * gdb.reverse/time-reverse.exp: Likewise.
14186 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14187
4081c0f1
YQ
141882015-10-30 Yao Qi <yao.qi@linaro.org>
14189
14190 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14191 (empty_cycle): Remove.
14192 (main): Don't call empty_cycle. Don't use watch_count_done.
14193 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14194 empty_cycle. Rewrite the code counting HW watchpoints.
14195
452b4ba5
MK
141962015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14197
14198 * gdb.reverse/fstatat-reverse.c: New test.
14199 * gdb.reverse/fstatat-reverse.exp: New file.
14200 * gdb.reverse/getresuid-reverse.c: New test.
14201 * gdb.reverse/getresuid-reverse.exp: New file.
14202 * gdb.reverse/pipe-reverse.c: New test.
14203 * gdb.reverse/pipe-reverse.exp: New file.
14204 * gdb.reverse/readv-reverse.c: New test.
14205 * gdb.reverse/readv-reverse.exp: New file.
14206 * gdb.reverse/recvmsg-reverse.c: New test.
14207 * gdb.reverse/recvmsg-reverse.exp: New file.
14208 * gdb.reverse/time-reverse.c: New test.
14209 * gdb.reverse/time-reverse.exp: New file.
14210 * gdb.reverse/waitpid-reverse.c: New test.
14211 * gdb.reverse/waitpid-reverse.exp: New file.
14212
5e2e7507
JK
142132015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14214
14215 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14216
0fde2c53
DE
142172015-10-26 Doug Evans <dje@google.com>
14218
14219 PR symtab/17391
14220 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14221 * gdb.dwarf2/bad-regnum.c: New file.
14222 * gdb.dwarf2/bad-regnum.exp: New file.
14223
1a70ae97
DE
142242015-10-26 Doug Evans <dje@google.com>
14225
14226 PR python/18938
14227 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14228 file.
14229
27dc26ab
JK
142302015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14231
14232 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14233 for a change by "Mention language in compile error message".
14234
bed91f4d
SM
142352015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14236
14237 PR python/18073
14238 * gdb.python/py-type.c (C::a_method): New.
14239 (C::a_const_method): New.
14240 (C::a_static_method): New.
14241 (a_function): New.
14242 * gdb.python/py-type.exp (test_fields): Test getting fields
14243 from function and method.
14244
3f2f83dd
KB
142452015-10-21 Keven Boell <keven.boell@intel.com>
14246
14247 * gdb.fortran/vla-alloc-assoc.exp: New file.
14248 * gdb.fortran/vla-datatypes.exp: New file.
14249 * gdb.fortran/vla-datatypes.f90: New file.
14250 * gdb.fortran/vla-history.exp: New file.
14251 * gdb.fortran/vla-ptype-sub.exp: New file.
14252 * gdb.fortran/vla-ptype.exp: New file.
14253 * gdb.fortran/vla-sizeof.exp: New file.
14254 * gdb.fortran/vla-sub.f90: New file.
14255 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14256 * gdb.fortran/vla-value-sub-finish.exp: New file.
14257 * gdb.fortran/vla-value-sub.exp: New file.
14258 * gdb.fortran/vla-value.exp: New file.
14259 * gdb.fortran/vla-ptr-info.exp: New file.
14260 * gdb.mi/mi-vla-fortran.exp: New file.
14261 * gdb.mi/vla.f90: New file.
14262
27145d50
SL
142632015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14264
14265 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14266 of hardwired timeout value.
14267
5f3ff4f8
JK
142682015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14269 Pedro Alves <palves@redhat.com>
14270
14271 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14272 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14273
bfd09d20
JS
142742015-10-19 Josh Stone <jistone@redhat.com>
14275
14276 * gdb.base/catch-syscall.c: Include <sched.h>.
14277 (unknown_syscall): New variable.
14278 (main): Trigger a vfork and an unknown syscall.
14279 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14280 (unknown_syscall_number): Likewise.
14281 (check_call_to_syscall): Accept an optional syscall pattern.
14282 (check_return_from_syscall): Likewise.
14283 (check_continue): Likewise.
14284 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14285 (test_catch_syscall_skipping_return): New test toggling off 'catch
14286 syscall' to step over the syscall return, then toggling back on.
14287 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14288 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14289 (do_syscall_tests): Call test_catch_syscall_without_args and
14290 test_catch_syscall_mid_vfork.
14291 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14292 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14293
b32b93c6
AS
142942015-10-19 Andrew Stubbs <ams@codesourcery.com>
14295
14296 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14297 print g_vE): Add new pass patterns.
14298 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14299 print various symbol names for vptr fields.
14300
9d622bda
AB
143012015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14302
14303 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14304 results.
14305
0fd8ac1c
YQ
143062015-10-12 Yao Qi <yao.qi@linaro.org>
14307
14308 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14309
34240514
YQ
143102015-10-12 Yao Qi <yao.qi@linaro.org>
14311
14312 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14313 is aarch64*-*-linux*.
14314
8240f442
YQ
143152015-10-12 Yao Qi <yao.qi@linaro.org>
14316
14317 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14318 (can_relocate_bcond_true): ... it.
14319 (can_relocate_bcond_false): New function.
14320 (foo): Likewise.
14321 (can_relocate_bl): Likewise.
14322 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14323 can_relocate_bl.
14324
2520f728
PMR
143252015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14326
14327 * gdb.base/nested-addr.c: New file.
14328 * gdb.base/nested-addr.exp: New testcase.
14329
abcef95a
MM
143302015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14331
14332 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14333 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14334 its output. Ignore the output of "record goto begin" and instead
14335 check that GDB is replaying.
14336
145e3ddb
PA
143372015-10-09 Pedro Alves <palves@redhat.com>
14338
14339 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14340 (top level): Use it in the run with no args test.
14341
d5d8c4e1
IB
143422015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14343
14344 * gdb.dlang/properties.exp: New file.
14345
06e635ef
SL
143462015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14347
14348 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14349 whether or not address 0x1000 is mapped on the target.
14350
e019fd1d
SM
143512015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14352
14353 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14354 build.
14355
77ba2a67
MM
143562015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14357
14358 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14359 instruction-history test.
14360
c60eb31f
DE
143612015-09-28 Doug Evans <dje@google.com>
14362
14363 * gdb.base/gcore.c (array_func): Add reference to static_array.
14364
9a3c8263
SM
143652015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14366
14367 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14368 source line.
14369
9720e656
SL
143702015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14371
14372 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14373 short or char as base type.
14374
938d3bf2
SL
143752015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14376
14377 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14378 to allow any size enum.
14379
e6c2c623
PMR
143802015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14381
14382 * gdb.ada/array_ptr_renaming.exp: New testcase.
14383 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14384 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14385
06da0f77
PL
143862015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14387
14388 * gdb.trace/ftrace-lock.c: New file.
14389 * gdb.trace/ftrace-lock.exp: New file.
14390
4f51c22a
PL
143912015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14392
14393 * gdb.arch/insn-reloc.c: New file.
14394 * gdb.arch/ftrace-insn-reloc.exp: New file.
14395
7041adf4
PL
143962015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14397
14398 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14399 instruction.
14400 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14401 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14402 * gdb.trace/range-stepping.c: Likewise.
14403 * gdb.trace/trace-break.c: Likewise.
14404 * gdb.trace/trace-mt.c (thread_function): Likewise.
14405 * gdb.trace/ftrace.c (marker): Likewise.
14406 * gdb.trace/trace-condition.c (marker): Likewise.
14407 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14408 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14409 is_aarch64_target.
14410
015d2e7e
DE
144112015-09-18 Doug Evans <xdje42@gmail.com>
14412
14413 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14414 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14415
26b188a2
SL
144162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14417
14418 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14419 the breakpoint.
14420
79dc332b
SL
144212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14422
14423 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14424 the pending breakpoint. Remove timeout override for "Run till
14425 MI pending breakpoint on pendfunc3 on thread 2" test.
14426
f57929f2
SL
144272015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14428
14429 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14430 filename pattern.
14431
3f469b17
SL
144322015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14433
14434 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14435 in breakpoint filename pattern.
14436
515b89b3
SL
144372015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14438
7800dbe4
SL
14439 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14440
144412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14442
515b89b3
SL
14443 * gdb.linespec/explicit.exp: Check for readline support for
14444 tab-completion tests. Fix obvious typo.
14445
d2939ba2
MM
144462015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14447
14448 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14449 and replay.
14450
cbb55fa7
MM
144512015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14452
14453 * gdb.btrace/non-stop.c: New.
14454 * gdb.btrace/non-stop.exp: New.
14455
43691ca1
PL
144562015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14457 Yao Qi <yao.qi@linaro.org>
14458
14459 * gdb.trace/trace-condition.c: New file.
14460 * gdb.trace/trace-condition.exp: New file.
14461
d78908cf
WW
144622015-09-16 Wei-cheng Wang <cole945@gmail.com>
14463
14464 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14465 for testing bytecode compilation.
14466
1ed415e2
PA
144672015-09-16 Pedro Alves <palves@redhat.com>
14468 Sandra Loosemore <sandra@codesourcery.com>
14469
14470 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14471 (SECONDS): Redefine.
14472 (main): Call pthread_kill and alarm early.
14473 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14474 support.
14475 (test): If the target can't hardware step and doesn't support
14476 displaced stepping, increase the timeout.
14477
d136eff5
PA
144782015-09-16 Pedro Alves <palves@redhat.com>
14479
14480 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14481 (enable_debug): New procedures.
14482 (test): Use them. Bail out if waiting for threads fails.
14483 (top level): Bail out if a test fails.
14484
991f019c
YQ
144852015-09-16 Yao Qi <yao.qi@linaro.org>
14486
14487 * gdb.asm/asm-source.exp: Set asm-arch for
14488 aarch64*-*-* target.
14489 * gdb.asm/aarch64.inc: New file.
14490
bfca584f
PMR
144912015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14492
14493 * gdb.ada/array_of_variable_length.exp: New testcase.
14494 * gdb.ada/array_of_variable_length/foo.adb: New file.
14495 * gdb.ada/array_of_variable_length/pck.adb: New file.
14496 * gdb.ada/array_of_variable_length/pck.ads: New file.
14497
b326e587
DE
144982015-09-15 Doug Evans <dje@google.com>
14499
14500 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14501 of function static local variable.
14502
5382cfab
PW
145032015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14504
14505 * gdb.threads/tls-so_extern.exp: New test file.
14506 * gdb.threads/tls-so_extern.c: New test file.
14507 * gdb.threads/tls-so_extern_main.c: New test file.
14508
141c5cc4
JK
145092015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14510
14511 * gdb.opt/solib-intra-step-lib.c: New file.
14512 * gdb.opt/solib-intra-step-main.c: New file.
14513 * gdb.opt/solib-intra-step.exp: New file.
14514
d15dcecd
PA
145152015-09-15 Pedro Alves <palves@redhat.com>
14516
14517 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14518 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14519
4c2f2a79
PA
145202015-09-14 Pedro Alves <palves@redhat.com>
14521
14522 * gdb.base/hook-stop-continue.c: Delete.
14523 * gdb.base/hook-stop-continue.exp: Delete.
14524 * gdb.base/hook-stop-frame.c: Delete.
14525 * gdb.base/hook-stop-frame.exp: Delete.
14526 * gdb.base/hook-stop.c: New file.
14527 * gdb.base/hook-stop.exp: New file.
14528
919e6dbe
PMR
145292015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14530
14531 * gdb.ada/access_to_packed_array.exp: New testcase.
14532 * gdb.ada/access_to_packed_array/foo.adb: New file.
14533 * gdb.ada/access_to_packed_array/pack.adb: New file.
14534 * gdb.ada/access_to_packed_array/pack.ads: New file.
14535
157280a4
MM
145362015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14537
14538 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14539 buffer size test.
14540
2fd33e94
DB
145412015-09-11 Don Breazeal <donb@codesourcery.com>
14542
14543 * gdb.base/foll-exec.c: Add copyright header. Fix
14544 formatting issues.
14545 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14546 (do_exec_tests): Use clean_restart in place of zap_session,
14547 and for test initialization. Fix formatting issues. Use
14548 fail in place of perror.
14549 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14550 an expect statement to match an expression with output from
14551 the program under debug.
14552 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14553 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14554 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14555 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14556 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14557
e70b6e8e
DE
145582015-09-09 Doug Evans <dje@google.com>
14559
14560 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14561
7a551a51
DE
145622015-09-09 Doug Evans <dje@google.com>
14563
14564 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14565
4c666f84
DE
145662015-09-09 Doug Evans <dje@google.com>
14567
14568 * gdb.base/savedregs.exp: Fix typo.
14569
243a9253
PA
145702015-09-09 Pedro Alves <palves@redhat.com>
14571
14572 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14573
c0fa8fbd
SL
145742015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14575
14576 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14577 command actually switches threads. Give up on remaining
14578 tests if target fails to stop at breakpoint.
14579
cd7c1778
PMR
145802015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14581
14582 * gdb.ada/funcall_char.exp: New testcase.
14583 * gdb.ada/funcall_char/foo.adb: New file.
14584
dc5c8746
PMR
145852015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14586
14587 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14588 expected outputs. Add two testcases for completing ambiguous
14589 functions.
14590 * gdb.ada/complete/aux_pck.adb: New file.
14591 * gdb.ada/complete/aux_pck.ads: New file.
14592 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14593 Ambiguous_Func functions.
14594 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14595 * gdb.ada/complete/pck.adb: Likewise.
14596
4e83a1e7
UW
145972015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14598
14599 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14600 failures to run the test program under GDB.
14601
8ce74153
LM
146022015-08-26 Luis Machado <lgustavo@codesourcery.com>
14603
14604 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14605 to C.
14606
e9756d52
PP
146072015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14608
14609 * gdb.base/run-after-attach.exp: New test file.
14610 * gdb.base/run-after-attach.c: New test file.
14611
8d37573b
DB
146122015-08-26 Don Breazeal <donb@codesourcery.com>
14613
14614 * gdb.base/foll-exec-2.c: New test program.
14615 * gdb.base/foll-exec-2.exp: New test.
14616
63e43d3a
PMR
146172015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14618
14619 * gdb.base/nested-subp1.exp: New file.
14620 * gdb.base/nested-subp1.c: New file.
14621 * gdb.base/nested-subp2.exp: New file.
14622 * gdb.base/nested-subp2.c: New file.
14623 * gdb.base/nested-subp3.exp: New file.
14624 * gdb.base/nested-subp3.c: New file.
14625
3d40fbb5
PA
146262015-08-24 Pedro Alves <palves@redhat.com>
14627
14628 * gdb.server/connect-without-multi-process.c: New file.
14629 * gdb.server/connect-without-multi-process.exp: New file.
14630
4422ac93
LM
146312015-08-24 Luis Machado <lgustavo@codesourcery.com>
14632
14633 * gdb.opt/inline-markers.c: Make z int.
14634
91dddb86
LM
146352015-08-24 Luis Machado <lgustavo@codesourcery.com>
14636
14637 * gdb.opt/inline-markers.c: Make z volatile.
14638
a48847ee
LM
146392015-08-24 Luis Machado <lgustavo@codesourcery.com>
14640
14641 * gdb.opt/inline-bt.c: New volatile global z.
14642 * gdb.opt/inline-cmds.c: Likewise.
14643 * gdb.opt/inline-locals.c: Likewise.
14644 * gdb.opt/inline-markers.c: New extern global z.
14645 (marker): Use z.
14646 (inline_fn): Likewise.
14647
0ebbc52b
PA
146482015-08-24 Pedro Alves <palves@redhat.com>
14649
14650 * config/m32r-stub.exp: Remove file.
14651 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14652 * gdb.base/call-rt-st.exp: Likewise.
14653 * gdb.base/call-strs.exp: Likewise.
14654 * gdb.base/default.exp: Remove references to h8300-*-hms and
14655 *-*-udi*.
14656 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14657
77c365df
AA
146582015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14659
14660 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14661 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14662 and "return" use KFAIL when GDB can not read/write the vector
14663 return value.
14664
4313b8c0
GB
146652015-08-21 Gary Benson <gbenson@redhat.com>
14666
14667 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14668
0e433b32
PA
146692015-08-20 Pedro Alves <palves@redhat.com>
14670
14671 * gdb.server/solib-list.exp: No longer expect an interior stop in
14672 non-stop mode.
14673
221e1a37
PA
146742015-08-20 Pedro Alves <palves@redhat.com>
14675
14676 * gdb.server/connect-stopped-target.c: New file.
14677 * gdb.server/connect-stopped-target.exp: New file.
14678
40e3ad0e
PA
146792015-08-20 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.dwarf2/comp-unit-lang.exp: New file.
14682 * gdb.dwarf2/comp-unit-lang.c: New file.
14683
af39b327
PMR
146842015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14685
14686 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14687 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14688
7d45c7c3 146892015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14690
7d45c7c3
KB
14691 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14692 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14693
4d6cceb4
DE
146942015-08-18 Doug Evans <dje@google.com>
14695 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14696
14697 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14698 skip_python_tests. New arg prompt_regexp.
14699 (skip_python_tests): New function.
14700 * lib/mi-support.exp (mi_skip_python_tests): New function.
14701 * gdb.python/py-mi-objfile-gdb.py: New file.
14702 * gdb.python/py-mi-objfile.c: New file.
14703 * gdb.python/py-mi-objfile.exp: New file.
14704
ad89c2aa
KS
147052015-08-17 Keith Seitz <keiths@redhat.com>
14706
14707 * gdb.linespec/explicit.exp: Move strace test from here ...
14708 * gdb.trace/strace.exp: ... to here.
14709
e3ae3c43
PP
147102015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14711
14712 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14713 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14714
604b2636
DE
147152015-08-14 Doug Evans <xdje42@gmail.com>
14716
14717 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14718 inferior before selecting a new file.
14719
6ff0ba5f
DE
147202015-08-14 Doug Evans <xdje42@gmail.com>
14721
14722 * gdb.mi/mi-disassemble.exp: Update.
14723 * gdb.base/disasm-optim.S: New file.
14724 * gdb.base/disasm-optim.c: New file.
14725 * gdb.base/disasm-optim.h: New file.
14726 * gdb.base/disasm-optim.exp: New file.
14727
9ca98f92
KS
147282015-08-14 Keith Seitz <keiths@redhat.com>
14729
14730 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14731 "evaluated-by".
14732
52bbc560
JB
147332015-08-13 Joel Brobecker <brobecker@adacore.com>
14734
14735 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14736
5d8c3ed3
PMR
147372015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14738
14739 * gdb.ada/fun_renaming.exp: New testcase.
14740 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14741 * gdb.ada/fun_renaming/pack.adb: New file.
14742 * gdb.ada/fun_renaming/pack.ads: New file.
14743
ea8812bc
KS
147442015-08-12 Keith Seitz <keiths@redhat.com>
14745
14746 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14747 gdb_get_line_number.
14748
4dafcdeb
JB
147492015-08-12 Joel Brobecker <brobecker@adacore.com>
14750
14751 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14752 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14753 gdb.base/dso2dso.exp: New files.
14754
5ba32597
SDJ
147552015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14756 Pedro Alves <palves@redhat.com>
14757 Keith Seitz <keiths@redhat.com>
14758
14759 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14760 GDBFLAGS.
14761
b6dafabf
PP
147622015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14763
14764 * gdb.base/gdbhistsize-history.exp
14765 (test_histsize_history_setting): Use save_vars.
14766 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14767 Use save_vars.
14768 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14769 * gdb.base/readline.exp: Use save_vars.
14770
abe8e607
PP
147712015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14772
14773 * lib/gdb.exp (save_vars): New proc.
14774
629500fa
KS
147752015-08-11 Keith Seitz <keiths@redhat.com>
14776
14777 * gdb.base/help.exp: Update help_breakpoint_text.
14778
eb8c4e2e
KS
147792015-08-11 Keith Seitz <keiths@redhat.com>
14780
14781 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14782 (at toplevel): Call test_explicit_breakpoints.
14783 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14784 breakpoints.
14785 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14786 breakpoint conditions, "-cond".
14787
87f0e720
KS
147882015-08-11 Keith Seitz <keiths@redhat.com>
14789
14790 * gdb.linespec/3explicit.c: New file.
14791 * gdb.linespec/cpexplicit.cc: New file.
14792 * gdb.linespec/cpexplicit.exp: New file.
14793 * gdb.linespec/explicit.c: New file.
14794 * gdb.linespec/explicit.exp: New file.
14795 * gdb.linespec/explicit2.c: New file.
14796 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14797 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14798 before using in the matching pattern.
14799 Clarify that `prefix' is a regular expression.
14800
f00aae0f
KS
148012015-08-11 Keith Seitz <keiths@redhat.com>
14802
14803 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14804 test.
14805 Add tests for missing ",FMT" and ",".
14806
e27852be
DE
148072015-08-10 Doug Evans <dje@google.com>
14808 Keith Seitz <keiths@redhat.com>
14809
14810 PR gdb/17960
14811 * gdb.base/completion.exp: Add location completer tests.
14812
7f03bd92
PA
148132015-08-07 Pedro Alves <palves@redhat.com>
14814
14815 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14816 tests here.
14817 (top level): Run do_test with and without displaced stepping.
14818
3fc8eb30
PA
148192015-08-07 Pedro Alves <palves@redhat.com>
14820
14821 * gdb.base/valgrind-disp-step.c: New file.
14822 * gdb.base/valgrind-disp-step.exp: New file.
14823
d4569d7b
PA
148242015-08-07 Pedro Alves <palves@redhat.com>
14825
14826 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14827 Delete function.
14828 (main): Add alarm. Run an infinite loop instead of calling
14829 wait_threads.
14830 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14831 comment.
14832 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14833 Delete function.
14834 (main): Add alarm. Run an infinite loop instead of calling
14835 wait_threads.
14836 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14837 comment.
14838
e1316e60
PA
148392015-08-07 Pedro Alves <palves@redhat.com>
14840
14841 * gdb.base/checkpoint-ns.exp: New file.
14842 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14843 standard_testfile.
14844
da8c46d2
MM
148452015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14846
14847 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14848 * gdb.btrace/instruction_history.exp: Update.
14849 * gdb.btrace/tsx.exp: New.
14850 * gdb.btrace/tsx.c: New.
14851
de1c2c52
PA
148522015-08-06 Pedro Alves <palves@redhat.com>
14853
14854 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14855 increase timeout.
14856 * gdb.reverse/until-precsave.exp: Bump timeouts.
14857
782e0bf4
PA
148582015-08-06 Pedro Alves <palves@redhat.com>
14859
14860 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14861
83e97ed0
PA
148622015-08-06 Pedro Alves <palves@redhat.com>
14863
14864 PR gdb/18749
14865 * gdb.threads/process-dies-while-handling-bp.c: New file.
14866 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14867
863d01bd
PA
148682015-08-06 Pedro Alves <palves@redhat.com>
14869
14870 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14871 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14872
0a39bb32
PA
148732015-08-05 Pedro Alves <palves@redhat.com>
14874
14875 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14876 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14877
ee2d2b10
SL
148782015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14879
14880 * gdb.base/bp-permanent.exp: Report test as unsupported if
14881 the target cannot stop at the permanent breakpoint.
14882
4e1bdb00
DE
148832015-08-03 Doug Evans <dje@google.com>
14884
14885 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14886 10000.
14887
3d338901
DE
148882015-08-03 Doug Evans <dje@google.com>
14889
14890 * Makefile.in (workers/%.worker, build-perf): New rule.
14891 (GDB_PERFTEST_MODE): New variable.
14892 (check-perf): Use it.
14893 (clean): Clean up gdb.perf parallel build subdirs.
14894 * lib/build-piece.exp: New file.
14895 * lib/gdb.exp (make_gdb_parallel_path): New function
14896 (standard_output_file, standard_temp_file): Call it.
14897 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14898 of $GDB_PARALLEL.
14899 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14900
af061d3e
DE
149012015-08-03 Doug Evans <dje@google.com>
14902
8e1afc81 14903 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14904 (LOG_FILE_NAME): New global.
14905 (TextReporter.__init__): Initialize self.txt_sum.
14906 (TextReporter.report): Add support for multiple data-points.
14907 Move report to perftest.sum, put raw data in perftest.log.
14908 (TextReporter.start): Open sum and log files.
14909 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14910 * gdb.perf/lib/perftest/testresult.py
14911 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14912
2c8c5d37
PA
149132015-07-31 Pedro Alves <palves@redhat.com>
14914
14915 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14916 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14917 kill_wait_spawned_process instead of explicit "kill -9".
14918 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14919 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14920 kill_wait_spawned_process.
14921 * gdb.base/attach-twice.exp: Likewise.
14922 * gdb.base/attach.exp: Likewise.
14923 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14924 gdb_test_multiple.
14925 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14926 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14927 kill_wait_spawned_process.
14928 * gdb.base/valgrind-infcall.exp: Likewise.
14929 * gdb.multi/multi-attach.exp: Likewise.
14930 * gdb.python/py-prompt.exp: Likewise.
14931 * gdb.python/py-sync-interp.exp: Likewise.
14932 * gdb.server/ext-attach.exp: Likewise.
14933 * gdb.threads/attach-into-signal.exp (corefunc): Use
14934 spawn_wait_for_attach, spawn_id_get_pid and
14935 kill_wait_spawned_process.
14936 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14937 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14938 spawn_id_get_pid and kill_wait_spawned_process.
14939 * gdb.threads/attach-stopped.exp (corefunc): Use
14940 spawn_wait_for_attach, spawn_id_get_pid and
14941 kill_wait_spawned_process.
14942 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14943 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14944 kill_wait_spawned_process instead of explicit "kill -9".
14945 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14946 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14947 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14948 processes. Don't map cygwin/windows pids here. Now returns a
14949 spawn id list.
14950
032a0fca
SL
149512015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14952
14953 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14954 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14955 correct patch.
14956
61a934ca
SL
149572015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14958
14959 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14960
4bc4d428
SL
149612015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14962
14963 Reapply:
14964 2014-05-21 Mark Wielaard <mjw@redhat.com>
14965
14966 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14967
998d452a
PA
149682015-07-30 Pedro Alves <palves@redhat.com>
14969
14970 * linux-low.c (handle_extended_wait): Set the child's last
14971 reported status to TARGET_WAITKIND_STOPPED.
14972
69dde7dc
PA
149732015-07-30 Pedro Alves <palves@redhat.com>
14974
14975 PR threads/18600
14976 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14977 only shows inferior 1.
14978
4dd63d48
PA
149792015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14980 Pedro Alves <palves@redhat.com>
14981
14982 PR threads/18600
14983 * gdb.threads/fork-plus-threads.c: New file.
14984 * gdb.threads/fork-plus-threads.exp: New file.
14985
d618e4c5
PP
149862015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14987
14988 * gdb.base/batch-preserve-term-settings.exp
14989 (test_terminal_settings_preserved_after_cli_exit): Use
14990 send_quit_command.
14991
1eef6428
PA
149922015-07-29 Pedro Alves <palves@redhat.com>
14993 Don Breazeal <donb@codesourcery.com>
14994
14995 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14996 output from both inferior_spawn_id and gdb_spawn_id.
14997
7da5b897
SDJ
149982015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14999
15000 * gdb.threads/attach-into-signal.exp (corefunc): Use
15001 with_test_prefix on nested loops, uniquefying the test messages.
15002
dac804df
SDJ
150032015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15004
15005 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15006 commit.
15007
06265e53
PP
150082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15009
15010 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15011 New proc.
15012 (test_terminal_settings_preserved_after_sigterm): New test.
15013
18206ca3
PP
150142015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15015
15016 * gdb.base/batch-preserve-term-settings.exp
15017 (test_terminal_settings_preserved_after_cli_exit): New test.
15018
90074d11
PP
150192015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15020
15021 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15022 manipulation of saved_gdbflags.
15023 (test_terminal_settings_preserved): Remove global declaration of
15024 the unused variable pagination_prompt. Remove manipulation of
15025 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15026 GDBFLAGS.
15027
eb1a7902
PA
150282015-07-29 Pedro Alves <palves@redhat.com>
15029
15030 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15031
8b75dd3b
PA
150322015-07-29 Pedro Alves <palves@redhat.com>
15033
15034 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15035 at the top.
15036
dedad4e3
PA
150372015-07-29 Pedro Alves <palves@redhat.com>
15038
15039 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15040 (main): Call gdb_unbuffer_output.
15041 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15042 (main): Call gdb_unbuffer_output.
15043 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15044 (main): Call gdb_unbuffer_output.
15045 * gdb.base/call-strs.exp: Adjust to step over the
15046 gdb_unbuffer_output call.
15047 * gdb.base/catch-gdb-caused-signals.c: Include
15048 "../lib/unbuffer_output.c".
15049 (main): Call gdb_unbuffer_output.
15050 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15051 (main): Call gdb_unbuffer_output.
15052 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15053 (main): Call gdb_unbuffer_output.
15054 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15055 (main): Call gdb_unbuffer_output.
15056 * gdb.base/shlib-call.exp: Adjust to step over the
15057 gdb_unbuffer_output call.
15058 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15059 (main): Call gdb_unbuffer_output.
15060 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15061 (main): Call gdb_unbuffer_output.
15062 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15063 (main): Rename to ...
15064 (test): ... this.
15065 (main): Reimplement.
15066 * gdb.base/varargs.exp: Run to test instead of to main.
15067 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15068 (main): Call gdb_unbuffer_output.
15069
58789a91
PA
150702015-07-29 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15073 factore out from mi_continue_dprintf. For call-style dprintfs,
15074 expect dprintf output out of $inferior_spawn_id.
15075 (mi_continue_dprintf): Use mi_expect_dprintf.
15076 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15077 (main): Call gdb_unbuffer_output.
15078
e8376742
PA
150792015-07-29 Pedro Alves <palves@redhat.com>
15080
15081 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15082 (default_mi_gdb_start): Set inferior_spawn_id instead of
15083 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15084 gdb_spawn_id.
15085 (mi_gdb_test): Always expect inferior output from both
15086 $inferior_spawn_id and $gdb_spawn_id.
15087
08280010
PA
150882015-07-29 Pedro Alves <palves@redhat.com>
15089
15090 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15091 send_inferior and $inferior_spawn_id.
15092
4d30e432
PA
150932015-07-29 Pedro Alves <palves@redhat.com>
15094
15095 * gdb.gdb/complaints.exp (test_initial_complaints)
15096 (test_serial_complaints, test_short_complaints): Use
15097 gdb_test_stdio.
15098 (test_empty_complaint): Handle $inferior_spawn_id !=
15099 $gdb_spawn_id.
15100
0d30a335
PA
151012015-07-29 Pedro Alves <palves@redhat.com>
15102
15103 * gdb.base/varargs.exp: Use gdb_test_stdio.
15104
39413b29
PA
151052015-07-29 Pedro Alves <palves@redhat.com>
15106
15107 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15108
7cb000a9
PA
151092015-07-29 Pedro Alves <palves@redhat.com>
15110
15111 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15112
d7b8ac82
PA
151132015-07-29 Pedro Alves <palves@redhat.com>
15114
15115 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15116 parameter into two new parameters, "inf_result" and "gdb_result".
15117 Expect inferior output and gdb output from $inferior_spawn_id and
15118 $gdb_spawn_id, respectively. Adjust all callers.
15119
789c3a0c
PA
151202015-07-29 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15123 of gdb_test_sequence.
15124
77e760c3
PA
151252015-07-29 Pedro Alves <palves@redhat.com>
15126
15127 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15128 (saw_spurious_output): Expect inferior output from
15129 $inferior_spawn_id. Use gdb_test_stdio.
15130
8396d2cd
PA
151312015-07-29 Pedro Alves <palves@redhat.com>
15132
15133 * gdb.base/dprintf.exp: Use standard_testfile. Change
15134 prepare_for_testing call.
15135 (srcfile): Don't set.
15136 (restart): New procedure.
15137 (test_dprintf): New procecure, use to continue over dprintfs.
15138 (test_call, test_agent): New procedures, tests moved here.
15139 Restart gdb and recreate dprintfs. Adjust expected output.
15140
2051d61f
PA
151412015-07-29 Pedro Alves <palves@redhat.com>
15142
15143 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15144
452397af
PA
151452015-07-29 Pedro Alves <palves@redhat.com>
15146
15147 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15148
8aed9555
PA
151492015-07-29 Pedro Alves <palves@redhat.com>
15150
15151 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15152 gdb_test_stdio.
15153
188a61b4
PA
151542015-07-29 Pedro Alves <palves@redhat.com>
15155
15156 * lib/gdb.exp (gdb_test_stdio): New procedure.
15157
12264a45
PA
151582015-07-29 Pedro Alves <palves@redhat.com>
15159
15160 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15161
23ffc893
PA
151622015-07-29 Pedro Alves <palves@redhat.com>
15163
15164 * gdb.base/call-signal-resume.exp: Remove check for
15165 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15166 * gdb.base/unwindonsignal.exp: Likewise.
15167 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15168 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15169
65566918
PA
151702015-07-29 Pedro Alves <palves@redhat.com>
15171
15172 * gdb.base/siginfo-addr.c (pass): New function.
15173 (handler): Call it iff si_addr is correct.
15174 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15175 Set a breakpoint at "pass" and continue to it.
15176
d60a9221
SDJ
151772015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15178
15179 * gdb.python/py-objfile.exp: Make some tests have unique names.
15180 * gdb.python/py-pp-registration.exp: Likewise.
15181
bde40b8f
PA
151822015-07-28 Pedro Alves <palves@redhat.com>
15183
15184 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15185
13e1dec8
SM
151862015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15187
15188 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15189
da33c9a7
SM
151902015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15191
15192 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15193
077836f7
PP
151942015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15195
15196 * gdb.base/gdb-sigterm-2.exp: New test.
15197
b8cc7b2e
DE
151982015-07-25 Doug Evans <xdje42@gmail.com>
15199
15200 Revert:
15201 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15202 (workers/%.worker, build-perf): New rule.
15203 (GDB_PERFTEST_MODE): New variable.
15204 (check-perf): Use it.
15205 (clean): Clean up gdb.perf parallel build subdirs.
15206 * lib/build-piece.exp: New file.
15207 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15208 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15209 name.
15210 (standard_temp_file): Ditto.
15211 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15212 of $GDB_PARALLEL.
15213
c8bd4544
DE
152142015-07-24 Doug Evans <dje@google.com>
15215
15216 * gdb.perf/lib/perftest/utils.py: New file.
15217 * gdb.perf/gm-hello.cc: New file.
15218 * gdb.perf/gm-pervasive-typedef.cc: New file.
15219 * gdb.perf/gm-pervasive-typedef.h: New file.
15220 * gdb.perf/gm-std.cc: New file.
15221 * gdb.perf/gm-std.h: New file.
15222 * gdb.perf/gm-use-cerr.cc: New file.
15223 * gdb.perf/gm-utils.h: New file.
15224 * gdb.perf/gmonster-null-lookup.py: New file.
15225 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15226 * gdb.perf/gmonster-print-cerr.py: New file.
15227 * gdb.perf/gmonster-ptype-string.py: New file.
15228 * gdb.perf/gmonster-runto-main.py: New file.
15229 * gdb.perf/gmonster-select-file.py: New file.
15230 * gdb.perf/gmonster1-null-lookup.exp: New file.
15231 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15232 * gdb.perf/gmonster1-print-cerr.exp: New file.
15233 * gdb.perf/gmonster1-ptype-string.exp: New file.
15234 * gdb.perf/gmonster1-runto-main.exp: New file.
15235 * gdb.perf/gmonster1-select-file.exp: New file.
15236 * gdb.perf/gmonster1.cc: New file.
15237 * gdb.perf/gmonster1.exp: New file.
15238 * gdb.perf/gmonster2-null-lookup.exp: New file.
15239 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15240 * gdb.perf/gmonster2-print-cerr.exp: New file.
15241 * gdb.perf/gmonster2-ptype-string.exp: New file.
15242 * gdb.perf/gmonster2-runto-main.exp: New file.
15243 * gdb.perf/gmonster2-select-file.exp: New file.
15244 * gdb.perf/gmonster2.cc: New file.
15245 * gdb.perf/gmonster2.exp: New file.
15246
6eab34f3
DE
152472015-07-24 Doug Evans <dje@google.com>
15248
15249 * gdb.perf/README: New file.
15250 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15251 * lib/gen-perf-test.exp: New file.
15252
63738bfd
DE
152532015-07-24 Doug Evans <dje@google.com>
15254
15255 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15256 (PerfTest::startup): New function.
15257 (PerfTest::run): Return result of calling body.
15258 (PerfTest::assemble): Rewrite.
15259 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15260 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15261 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15262 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15263 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15264
7b606f95
DE
152652015-07-24 Doug Evans <dje@google.com>
15266
15267 * lib/gdb.exp (clean_restart): Make executable optional.
15268
a97b16b8
DE
152692015-07-24 Doug Evans <dje@google.com>
15270
15271 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15272 compiler_info references.
15273 * gdb.cp/temargs.exp: Ditto.
15274 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15275 (get_compiler_info): Early exit if already computed. Set compiler_info
15276 to "unknown" if there was a problem.
15277 (test_compiler_info): Add function comment. Call get_compiler_info.
15278
35baa57f
DE
152792015-07-24 Doug Evans <dje@google.com>
15280
15281 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15282 (workers/%.worker, build-perf): New rule.
15283 (GDB_PERFTEST_MODE): New variable.
15284 (check-perf): Use it.
15285 (clean): Clean up gdb.perf parallel build subdirs.
15286 * lib/build-piece.exp: New file.
15287 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15288 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15289 name.
15290 (standard_temp_file): Ditto.
15291 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15292 of $GDB_PARALLEL.
15293
6ebea266
DE
152942015-07-24 Doug Evans <dje@google.com>
15295
15296 * lib/future.exp (gdb_default_target_compile): New option
15297 "early_flags".
15298 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15299 --as-needed.
15300
1e76a7e9
SDJ
153012015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15302
15303 * gdb.base/catch-syscall.exp: Call gdb_exit before
15304 gdb_skip_xml_test.
15305
5068630a
PA
153062015-07-24 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.python/py-events.exp: Accept output between the stop event
15309 and the prompt.
15310 * gdb.python/py-evsignal.exp: Likewise.
15311 * gdb.python/py-evthreads.exp: Likewise.
15312
77598427
PA
153132015-07-24 Pedro Alves <palves@redhat.com>
15314
15315 PR gdb/18717
15316 * gdb.threads/non-ldr-exit.c: New file.
15317 * gdb.threads/non-ldr-exit.exp: New file.
15318
11e6c98f
YQ
153192015-07-24 Yao Qi <yao.qi@linaro.org>
15320
15321 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15322 restarting process.
15323
51aee833
YQ
153242015-07-24 Yao Qi <yao.qi@linaro.org>
15325
15326 * gdb.server/ext-restart.exp: New file.
15327
8cfe207c
YQ
153282015-07-24 Yao Qi <yao.qi@linaro.org>
15329
15330 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15331 argument options.
15332 * gdb.server/ext-wrapper.exp: New file.
15333
cc12ce38
DE
153342015-07-23 Doug Evans <dje@google.com>
15335
15336 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15337 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15338
d0d84780
PMR
153392015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15340
15341 * gdb.ada/var_arr_typedef.exp: New testcase.
15342 * gdb.ada/var_arr_typedef/pack.adb: New file.
15343 * gdb.ada/var_arr_typedef/pack.ads: New file.
15344 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15345
8b558f79
JB
153462015-07-20 Joel Brobecker <brobecker@adacore.com>
15347
15348 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15349
775a3298
JK
153502015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15351
15352 * gdb.arch/i386-biarch-core.exp: Replace istarget
15353 by "complete set gnutarget". Remove expectation for the "core-file"
15354 command.
15355
db1ff28b
JK
153562015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15357
15358 Revert the previous commit:
15359 Tests for validate symbol file using build-id.
15360
0a94970d
JK
153612015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15362
15363 Tests for validate symbol file using build-id.
15364 * gdb.base/solib-mismatch-lib.c: New file.
15365 * gdb.base/solib-mismatch-libmod.c: New file.
15366 * gdb.base/solib-mismatch.c: New file.
15367 * gdb.base/solib-mismatch.exp: New file.
15368
03346981
SL
153692015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15370
15371 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15372 nios2-*-linux*.
15373 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15374 * gdb.base/siginfo.exp: Likewise.
15375 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15376
42422cc7
PL
153772015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15378
15379 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15380 Move it to ...
15381 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15382 ... here.
15383 * gdb.trace/range-stepping.exp: Check that the target supports
15384 range stepping.
15385
cfa68bae
JK
153862015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15387
15388 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15389
8ffdba26
PA
153902015-07-14 Pedro Alves <palves@redhat.com>
15391
15392 * gdb.base/killed-outside.exp: New file.
15393 * gdb.base/killed-outside.c: New file.
15394
218a5a11
JK
153952015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15396
15397 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15398 (n at main): New.
15399 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15400
e03ed3c6
AA
154012015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15402
15403 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15404 infcall tests instead of setting up for KFAIL.
15405
485668e5
MM
154062015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15407
15408 * gdb.btrace/record_goto-step.exp: New.
15409
08464196
JK
154102015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15411
15412 PR compile/18484
15413 * gdb.compile/compile.c (struct struct_type): Add volatile to
15414 selffield's type.
15415 * gdb.compile/compile.exp
15416 (compile code struct_object.selffield = &struct_object): Skip further
15417 struct_object tests if this one xfails.
15418
bcf5c1d9
RC
154192015-07-08 Robert O'Callahan <robert@ocallahan.org>
15420
15421 PR exp/18617
15422 * gdb.trace/ax.exp: Add test.
15423
4931af25
YQ
154242015-07-07 Yao Qi <yao.qi@linaro.org>
15425
15426 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15427 instead of istarget "aarch64*-*-*".
15428 * gdb.arch/aarch64-fp.exp: Likewise.
15429 * gdb.base/float.exp: Likewise.
15430 * gdb.reverse/aarch64.exp: Likewise.
15431 * lib/gdb.exp (is_aarch64_target): New proc.
15432
9fcf688e
YQ
154332015-07-07 Yao Qi <yao.qi@linaro.org>
15434
15435 * lib/gdb.exp (is_aarch32_target): New proc.
15436 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15437 instead of "istarget "arm*-*-*"".
15438 * gdb.arch/arm-disp-step.exp: Likewise.
15439 * gdb.arch/thumb-bx-pc.exp: Likewise.
15440 * gdb.arch/thumb-prologue.exp: Likewise.
15441 * gdb.arch/thumb-singlestep.exp: Likewise.
15442 * gdb.base/disp-step-syscall.exp: Likewise.
15443 * gdb.base/float.exp: Likewise.
15444
fbd8d50d
YQ
154452015-07-07 Yao Qi <yao.qi@linaro.org>
15446
15447 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15448 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15449
71be1fdc
YQ
154502015-07-07 Yao Qi <yao.qi@linaro.org>
15451
15452 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15453 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15454 if it exists.
15455 * gdb.multi/multi-arch.exp: Likewise.
15456
3e221d36
SM
154572015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15458
15459 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15460 print.
15461
d441430b
YQ
154622015-07-07 Yao Qi <yao.qi@linaro.org>
15463
15464 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15465
06f810bd
MG
154662015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15467
15468 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15469 '[' and ']' characters.
15470
5e61e7c0
IB
154712015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15472
15473 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15474
28bf096c
PA
154752015-06-29 Pedro Alves <palves@redhat.com>
15476
15477 PR threads/18127
15478 * gdb.threads/hand-call-new-thread.c: New file.
15479 * gdb.threads/hand-call-new-thread.c: New file.
15480
ee93cd5e
KS
154812015-06-26 Keith Seitz <keiths@redhat.com>
15482 Doug Evans <dje@google.com>
15483
15484 PR 16253
15485 * gdb.cp/var-tag-2.cc: New file.
15486 * gdb.cp/var-tag-3.cc: New file.
15487 * gdb.cp/var-tag-4.cc: New file.
15488 * gdb.cp/var-tag.cc: New file.
15489 * gdb.cp/var-tag.exp: New file.
15490
fc637f04
PP
154912015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15492
15493 * gdb.base/history-duplicates.exp: New test.
15494
2e52ae68
PP
154952015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15496
15497 * gdb.base/completion.exp: Test the completion of the "focus"
15498 command.
15499
6e22494e
JK
155002015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15501
15502 * gdb.arch/amd64-prologue-skip.S: New file.
15503 * gdb.arch/amd64-prologue-skip.exp: New file.
15504
bf7b9cd9
SM
155052015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15506
15507 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15508 is_address_zero_readable check.
15509
201e8dfd
PB
155102015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15511
15512 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15513 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15514
5cd867b4
YQ
155152015-06-24 Yao Qi <yao.qi@linaro.org>
15516
15517 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15518 linux targets.
15519
4d7be007
YQ
155202015-06-24 Yao Qi <yao.qi@linaro.org>
15521
15522 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15523 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15524 * gdb.base/siginfo-thread.exp: Likewise.
15525
07fcd301
YQ
155262015-06-22 Yao Qi <yao.qi@linaro.org>
15527
15528 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15529
52042a00
YQ
155302015-06-22 Yao Qi <yao.qi@linaro.org>
15531
15532 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15533 aarch64*-*-*.
15534 (skip_hw_watchpoint_tests): Likewise.
15535
74bd41ce
PP
155362015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15537
15538 * gdb.base/gdbinit-history.exp: Test the interaction between
15539 setting GDBHISTSIZE and setting the history size via .gdbinit.
15540
bc460514
PP
155412015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15542
15543 PR gdb/16999
15544 * gdb.base/gdbhistsize-history.exp: New test.
15545
b58c513b
PP
155462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15547
15548 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15549 with GDBHISTSIZE.
15550 * gdb.base/readline.exp: Likewise.
15551
92046791
YQ
155522015-06-17 Yao Qi <yao.qi@linaro.org>
15553
15554 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15555 line.
15556
2093d2d3
PP
155572015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15558
15559 * gdb.base/gdbinit-history.exp: Add test case to check that
15560 an unlimited history file does not get truncated on exit.
15561
e6c693af
AA
155622015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15563
15564 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15565 (VECTOR): New macro. Use it...
15566 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15567 ...for these typedefs.
15568 (int8, char1, int1, double1): New typedefs.
15569 (struct just_int2, struct two_int2): New structures.
15570 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15571 (add_structvecs, add_singlevecs): New functions.
15572 (main): Call add_some_intvecs twice.
15573 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15574 the compile and exit upon failure. Try compiling for the "native"
15575 architecture. Test inferior function calls with vector arguments
15576 and vector return value handling with "finish" and "return".
15577
c74f7d1c
JT
155782015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15579
15580 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15581 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15582 PE file.
15583 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15584
98aa42ee
AT
155852015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15586
15587 PR breakpoints/16465
15588 * gdb.mi/mi-dprintf-pending.c: New file.
15589 * gdb.mi/mi-dprintf-pending.exp: New test.
15590 * gdb.mi/mi-dprintf-pendshr.c: New file.
15591
7d73c23c 155922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15593 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15594
15595 * gdb.arch/i386-mpx-map.c: New file.
15596 * gdb.arch/i386-mpx-map.exp: New File.
15597
155982015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15599
15600 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15601 * gdb.arch/i386-mpx.exp: Indentation fixed.
15602
156032015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15604
15605 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15606 function and improved indentation.
15607 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15608 gdb_test_multiple. Added additional tests to skip the test.
15609
156102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15611
15612 * gdb.arch/i386-avx512.c: Change path in include file.
15613 * gdb.arch/i386-avx512.exp: Change include dir path
15614 compilation flag.
15615 * gdb.arch/i386-mpx.c: Change path in include file.
15616 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15617 flag.
15618
d5eba19a
JK
156192015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15620
15621 * gdb.compile/compile-print.exp (compile print *vararray@3)
15622 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15623
7f361056
JK
156242015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15625
15626 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15627 (do not keep jit in memory): ... this.
15628 (expect 5): Change it to ...
15629 (expect no 5): ... this.
15630
3b462ec2
SM
156312015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15632
15633 PR gdb/15564
15634 * gdb.mi/mi-detach.exp: New file.
15635
e0619de6
JK
156362015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15637
15638 PR symtab/18392
15639 * gdb.arch/amd64-tailcall-self.S: New file.
15640 * gdb.arch/amd64-tailcall-self.c: New file.
15641 * gdb.arch/amd64-tailcall-self.exp: New file.
15642
e970cb34
DB
156432015-05-28 Don Breazeal <donb@codesourcery.com>
15644
15645 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15646 tests for remote targets by checking is_target_gdbserver.
15647
b2e2f908
DE
156482015-05-27 Doug Evans <dje@google.com>
15649
15650 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15651 * gdb.dwarf2/opaque-type-lookup.c: New file.
15652 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15653
82c7be31
DE
156542015-05-26 Doug Evans <dje@google.com>
15655
15656 * gdb.cp/iostream.cc: New file.
15657 * gdb.cp/iostream.exp: New file.
15658
b4f54984
DE
156592015-05-26 Doug Evans <dje@google.com>
15660
15661 * gdb.dwarf2/dw2-op-call.exp: Update.
15662 * gdb.dwarf2/dw4-sig-types.exp: Update.
15663 * gdb.dwarf2/implptr.exp: Update.
15664 * gdb.mi/mi-cmd-param-changed.exp: Update.
15665
4ea6efe9
DE
156662015-05-26 Doug Evans <dje@google.com>
15667
15668 * gdb.python/py-lazy-string.c: New file.
15669 * gdb.python/py-lazy-string.exp: New file.
15670 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15671 (main): Update. Add estring3.
15672 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15673 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15674
f6bb7db3
YQ
156752015-05-26 Omair Javaid <omair.javaid@linaro.org>
15676 Yao Qi <yao.qi@linaro.org>
15677
15678 * gdb.reverse/aarch64.c: New.
15679 * gdb.reverse/aarch64.exp: New.
15680
a81bfbd0
OJ
156812015-05-26 Omair Javaid <omair.javaid@linaro.org>
15682
25d49b86
PA
15683 * lib/gdb.exp (supports_process_record): Return true for
15684 aarch64*-linux*.
a81bfbd0
OJ
15685 (supports_reverse): Likewise.
15686
158bf1b4
PP
156872015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15688
15689 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15690 Use with_test_prefix.
15691
a0145030
AB
156922015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15693
15694 * gdb.base/completion.exp: Add test for completion of layout
15695 names.
15696
ebe3b578
AB
156972015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15698
15699 * lib/gdb.exp (skip_tui_tests): New proc.
15700 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15701
84204ed7
PA
157022015-05-19 Pedro Alves <palves@redhat.com>
15703
15704 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15705 Save the whole env array instead of just HOME. Unset HISTSIZE in
15706 the environment while testing. Restore whole environment
15707 afterwards.
15708
37442ce1
DE
157092015-05-16 Doug Evans <xdje42@gmail.com>
15710
15711 * gdb.guile/scm-ports.c: New file.
15712 * gdb.guile/scm-ports.exp: Add memory port tests.
15713
36de76f9
JK
157142015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15715
15716 * gdb.compile/compile-print.c: New file.
15717 * gdb.compile/compile-print.exp: New file.
15718
3a9558c4
JK
157192015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15720
15721 * gdb.compile/compile-ops.exp: Cast param to void.
15722 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15723 (compile code struct_object.selffield = &struct_object): Add xfail.
15724
aa715135
JG
157252015-05-15 Joel Brobecker <brobecker@adacore.com>
15726
15727 * gdb.ada/arr_enum_with_gap: New testcase.
15728
931e5bc3
JG
157292015-05-15 Joel Brobecker <brobecker@adacore.com>
15730
15731 * gdb.ada/byte_packed_arr: New testcase.
15732
9cd4d857
JB
157332015-05-15 Joel Brobecker <brobecker@adacore.com>
15734
15735 * gdb.ada/pckd_neg: New testcase.
15736
ebfd00d2
PP
157372015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15738
15739 PR gdb/17820
15740 * gdb.base/gdbinit-history.exp: New test.
15741 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15742 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15743
4c082a81
SC
157442015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15745
15746 * gdb.python/py-xmethods.cc: Enhance test case.
15747 * gdb.python/py-xmethods.exp: New tests.
15748 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15749 function.
15750 (B_indexoper): Likewise.
15751 (global_dm_list) : Add new xmethod worker functions.
15752
f7797074
SDJ
157532015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15754
15755 * gdb.base/coredump-filter.exp: Correctly unset
15756 "coredump_var_addr" array.
15757
a4674e4e
PA
157582015-05-08 Pedro Alves <palves@redhat.com>
15759
15760 * gdb.server/non-existing-program.exp: Unset spawn_id.
15761
df2eb078
SC
157622015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15763
15764 PR python/18291
15765 * gdb.python/py-xmethods.exp: Add tests.
15766
422349a3
YQ
157672015-05-08 Yao Qi <yao.qi@linaro.org>
15768
15769 PR gdb/18208
15770 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15771 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15772 function set_coredump_filter, and remove remote_exec call.
15773 Remove argument ipid. Callers update.
15774 (top level): Don't get inferior's PID.
15775
63fc80ce
AA
157762015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15777
15778 * gdb.base/watch_thread_num.exp: Skip test on targets without
15779 access watchpoints.
15780
80ad801e
PA
157812015-05-06 Pedro Alves <palves@redhat.com>
15782
15783 PR server/18081
15784 * gdb.server/non-existing-program.exp: New file.
15785
0fa7fe50
JB
157862015-05-05 Joel Brobecker <brobecker@adacore.com>
15787
15788 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15789
3ea89b92
PMR
157902015-05-05 Joel Brobecker <brobecker@adacore.com>
15791
15792 * gdb.ada/out_of_line_in_inlined: New testcase.
15793
87b8eff0
JB
157942015-05-05 Joel Brobecker <brobecker@adacore.com>
15795
15796 * gdb.ada/var_rec_arr: New testcase.
15797
5fccc635
YQ
157982015-04-30 Yao Qi <yao.qi@linaro.org>
15799
15800 * gdb.base/break-idempotent.exp: If
15801 skip_hw_watchpoint_multi_tests returns true, skip the tests
15802 on "rwatch" and "awatch".
15803
42d38f42
YQ
158042015-04-30 Yao Qi <yao.qi@linaro.org>
15805
15806 * gdb.base/relativedebug.exp: Invoke gdb command
15807 "info sharedlibrary", and if libc.so doesn't have debug info,
15808 skip the test.
15809
2ce1cdbf
DE
158102015-04-29 Doug Evans <dje@google.com>
15811
15812 * gdb.python/py-xmethods.exp: Add ptype tests.
15813 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15814 get_result_type method.
15815
f24a38c5
LM
158162015-04-29 Luis Machado <lgustavo@codesourcery.com>
15817
15818 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15819 the target does not support hardware watchpoints.
15820
ecbf2b3c
LM
158212015-04-29 Luis Machado <lgustavo@codesourcery.com>
15822
15823 * gdb.base/break-always.exp: Abort testing if writing to memory
15824 causes an error.
15825
34f5f757
DE
158262015-04-28 Doug Evans <dje@google.com>
15827
15828 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15829 * gdb.python/py-pp-registration.exp: ... here. New file.
15830 * gdb.python/py-pp-registration.c: New file.
15831 * gdb.python/py-pp-registration.py: New file.
15832
69b4374a
DE
158332015-04-28 Doug Evans <dje@google.com>
15834
15835 * gdb.python/py-bad-printers.c: New file.
15836 * gdb.python/py-bad-printers.py: New file.
15837 * gdb.python/py-bad-printers.exp: New file.
15838
59fb7612
SS
158392015-04-28 Sasha Smundak <asmundak@google.com>
15840
15841 * gdb.python/py-type.exp: New test.
15842
2631b16a
AW
158432015-04-28 Andy Wingo <wingo@igalia.com>
15844
15845 * gdb.python/py-parameter.exp:
15846 * gdb.guile/scm-parameter.exp: Escape the path that we are
15847 matching against, as it might contain characters that are special
15848 to regular expressions.
15849
460efde1
JB
158502015-04-27 Joel Brobecker <brobecker@adacore.com>
15851
15852 * gdb.ada/rec_comp: New testcase.
15853
2d369d8e
SDJ
158542015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15855
15856 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15857 before using it.
15858
cf75d6c3
AB
158592015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15860
15861 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15862 new tests for verilog output.
15863
8dbe7ca5
YQ
158642015-04-24 Yao Qi <yao.qi@linaro.org>
15865
15866 * boards/remote-gdbserver-on-localhost.exp: New file.
15867
4ef9fb2f
PA
158682015-04-23 Pedro Alves <palves@redhat.com>
15869
15870 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15871 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15872 "end of file", remove $inferior_spawn_id from the indirect list.
15873
0a803169
PA
158742015-04-23 Pedro Alves <palves@redhat.com>
15875
15876 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15877
749ef8f8
PA
158782015-04-23 Pedro Alves <palves@redhat.com>
15879
15880 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15881 on $any_spawn_id instead of only on $gdb_spawn_id.
15882
8aae4344
PM
158832015-04-21 Pierre Muller <muller@sourceware.org>
15884
15885 PR pascal/17815
15886 * lib/pascal.exp (gpc_compile): Add new option "class".
15887 (fpc_compile): Likewise.
15888 * gdb.pascal/case-insensitive-symbols.pas: New file.
15889 * gdb.pascal/case-insensitive-symbols.exp: New file.
15890
1586c8fb
GB
158912015-04-20 Gary Benson <gbenson@redhat.com>
15892
15893 * gdb.base/attach.exp: Fix three extended remote failures.
15894
1b6e6f5c
GB
158952015-04-17 Gary Benson <gbenson@redhat.com>
15896
15897 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15898 the main executable over the remote protocol.
15899
e797481d
PA
159002015-04-16 Pedro Alves <palves@redhat.com>
15901
15902 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15903 a new gdbserver if gdbserver_reconnect_p is set.
15904
1ca99c42
PA
159052015-04-16 Pedro Alves <palves@redhat.com>
15906
15907 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15908 is set, don't exit gdbserver.
15909
af9fd6f8
AA
159102015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15911
15912 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15913 appropriate .insn, such that an older assembler can be used.
15914 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15915 the z/Architecture instruction set on 31-bit targets as well.
15916
04ff1e61
AA
159172015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15918
15919 * gdb.go/handcall.exp: Remove all logic related to the first
15920 breakpoint and rely on go_runto_main instead.
15921 * gdb.go/strings.exp: Likewise.
15922 * gdb.go/unsafe.exp: Likewise.
15923 * gdb.go/hello.exp: Likewise. Also rename the remaining
15924 breakpoint marker to "breakpoint 1".
15925 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15926 * gdb.go/strings.go: Likewise.
15927 * gdb.go/unsafe.go: Likewise.
15928 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15929 "set breakpoint 2 here" and rename the remaining breakpoint marker
15930 to "breakpoint 1".
15931
40d2f8d6
SM
159322015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15933
15934 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15935 if itertools.imap is not present.
15936 * gdb.python/py-objfile.exp: Add parentheses.
15937 * gdb.python/py-type.exp: Same.
15938 * gdb.python/py-unwind-maint.py: Same.
15939
8cbc97c6
YQ
159402015-04-15 Yao Qi <yao.qi@linaro.org>
15941
15942 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15943 of ":$ptr_size" and set its form explicitly.
15944
45fd756c
YQ
159452015-04-15 Pedro Alves <palves@redhat.com>
15946 Yao Qi <yao.qi@linaro.org>
15947
15948 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15949 timeout by factor of 4.
15950 (test_regular_watch): Likewise.
15951 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15952 * gdb.reverse/sigall-reverse.exp: Likewise.
15953 * gdb.reverse/until-precsave.exp: Likewise.
15954 * lib/gdb.exp (with_timeout_factor): New proc.
15955 (gdb_expect): Move some code to ...
15956 (get_largest_timeout): ... here. New procedure.
15957
9e811bc3
LM
159582015-04-14 Luis Machado <lgustavo@codesourcery.com>
15959
15960 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15961
0ff6fcb2
LM
159622015-04-13 Luis Machado <lgustavo@codesourcery.com>
15963
15964 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15965 to write to the .text section.
15966
7578d5f7
LM
159672015-04-13 Luis Machado <lgustavo@codesourcery.com>
15968
15969 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15970 Handle the case of targets that do not provide PID information.
15971
2efe15c4
YQ
159722015-04-13 Yao Qi <yao.qi@linaro.org>
15973
15974 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15975 and use expect instead of gdb_expect.
15976
8cd8f2f8
SDJ
159772015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15978
15979 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15980 "coredump_var_addr" to avoid naming conflict with other testcases.
15981
9ee41772
PA
159822015-04-10 Pedro Alves <palves@redhat.com>
15983
15984 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15985 gdb_test_sequence and gdb_assert.
15986
07473109
PA
159872015-04-10 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15990 test messages that don't include the breakpoint address.
15991
de3db44c
YQ
159922015-04-10 Yao Qi <yao.qi@linaro.org>
15993
15994 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15995 false for some offset and width combinations which aren't
15996 supported by linux kernel.
15997
c79d856c
PA
159982015-04-10 Pedro Alves <palves@redhat.com>
15999
16000 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16001 procedure, factored out from ...
16002 (top level): ... here. Add "set displaced-stepping" testing axis.
16003 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16004 parameter "displaced". Use it.
16005 (top level): Use foreach and add "set displaced-stepping" testing
16006 axis.
16007
ebc90b50
PA
160082015-04-10 Pedro Alves <palves@redhat.com>
16009
16010 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16011 Remove comment.
16012 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16013 both the address of the instruction that triggers the watchpoint
16014 and the address of the instruction immediately after, and use
16015 those addresses for the test. Fix comment.
16016
8f572e5c
PA
160172015-04-10 Pedro Alves <palves@redhat.com>
16018
16019 * gdb.base/sigstep.exp (breakpoint_to_handler)
16020 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16021 Test "backtrace" in handler.
16022 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16023 (top level): Add new "displaced" test axis to
16024 breakpoint_to_handler, breakpoint_to_handler_entry and
16025 breakpoint_over_handler.
16026
8d707a12
PA
160272015-04-10 Pedro Alves <palves@redhat.com>
16028
16029 PR gdb/18216
16030 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16031
ef713951
YQ
160322015-04-10 Yao Qi <yao.qi@linaro.org>
16033
16034 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16035 (test_add_rn_pc): New function.
16036 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16037 (top level): Invoke test_add_rn_pc.
16038
906d60cf
PA
160392015-04-10 Pedro Alves <palves@redhat.com>
16040
16041 PR gdb/13858
16042 * gdb.base/step-over-no-symbols.exp: New file.
16043
f2983cc3
AW
160442015-04-09 Andy Wingo <wingo@igalia.com>
16045
16046 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16047 after the Python tests.
16048
6d62641c
SDJ
160492015-04-08 Keith Seitz <keiths@redhat.com>
16050
16051 PR python/16699
16052 * gdb.python/py-completion.exp: New tests for completion.
16053 * gdb.python/py-completion.py (CompleteLimit1): New class.
16054 (CompleteLimit2): Likewise.
16055 (CompleteLimit3): Likewise.
16056 (CompleteLimit4): Likewise.
16057 (CompleteLimit5): Likewise.
16058 (CompleteLimit6): Likewise.
16059 (CompleteLimit7): Likewise.
16060
f3770638
PA
160612015-04-08 Pedro Alves <palves@redhat.com>
16062
16063 PR gdb/18214
16064 PR gdb/18216
16065 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16066 function.
16067 (main): Install it as SIGUSR1 handler.
16068 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16069 parameter. Always use "setup" as prefix. Toggle "set
16070 displaced-stepping" off/on depending on global. Don't switch to
16071 thread 1 here.
16072 (top level): Add displaced stepping "off/on" test axis. Update
16073 "setup" calls. Wrap each subtest with with_test_prefix. Test
16074 continuing with a queued signal in each thread.
16075
4496bed7
PA
160762015-04-08 Pedro Alves <palves@redhat.com>
16077
16078 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16079 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16080 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16081 Return early if running to main fails.
16082 * gdb.trace/while-stepping.exp: Likewise.
16083
b97fde92
PA
160842015-04-07 Pedro Alves <palves@redhat.com>
16085
16086 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16087 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16088 interact with inferior program.
16089
f71c18e7
PA
160902015-04-07 Pedro Alves <palves@redhat.com>
16091
16092 * lib/gdb.exp (inferior_spawn_id): New global.
16093 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16094 spawn id after processing the user code.
16095 (default_gdb_start): Set inferior_spawn_id.
16096 (send_inferior): New procedure.
16097 * lib/gdbserver-support.exp (gdbserver_start): Set
16098 inferior_spawn_id.
16099 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16100
6423214f
PA
161012015-04-07 Pedro Alves <palves@redhat.com>
16102
16103 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16104 * lib/gdbserver-support.exp (gdbserver_start): Make
16105 $server_spawn_id global.
16106 (gdbserver_start): Don't wait for gdbserver's spawn id with
16107 expect_background.
16108 (close_gdbserver): New procedure.
16109 (gdb_exit): Rename the default version and reimplement.
16110
71c0ee8c
PA
161112015-04-07 Pedro Alves <palves@redhat.com>
16112
72f4393d 16113 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16114 append the substituted item, not the original item.
16115
203bc29b
PA
161162015-04-07 Pedro Alves <palves@redhat.com>
16117
16118 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16119 gdb_expect.
16120
508a3ddf
PA
161212015-04-07 Pedro Alves <palves@redhat.com>
16122
16123 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16124 output appearing once only.
16125
9f6dbe2b
PA
161262015-04-07 Pedro Alves <palves@redhat.com>
16127
16128 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16129 that doesn't expect anything. Return early if running to main
16130 fails.
16131
337532fa
YQ
161322015-04-07 Yao Qi <yao.qi@linaro.org>
16133
16134 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16135 (child_function): Call alarm.
16136 (main): Move call to alarm into the loop.
16137 * gdb.threads/non-stop-fair-events.exp: Build program with
16138 -DTIMEOUT=$timeout.
16139
01b622d4
DE
161402015-04-06 Doug Evans <xdje42@gmail.com>
16141
16142 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16143 Fix dest parameter to board_info.
16144 (fpc_compile): Ditto.
16145 (gdb_compile_pascal): Rename dest arg to destfile.
16146
961f4160
PMR
161472015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16148
16149 * gdb.ada/funcall_ref.exp: New file.
16150 * gdb.ada/funcall_ref/foo.adb: New file.
16151
cafda597
YQ
161522015-04-02 Yao Qi <yao.qi@linaro.org>
16153
16154 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16155 is remote.
16156
fed040c6
GB
161572015-04-02 Gary Benson <gbenson@redhat.com>
16158
16159 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16160
d11916aa
SS
161612015-04-01 Sasha Smundak <asmundak@google.com>
16162
16163 * gdb.python/py-unwind-maint.c: New file.
16164 * gdb.python/py-unwind-maint.exp: New test.
16165 * gdb.python/py-unwind-maint.py: New file.
16166 * gdb.python/py-unwind.c: New file.
16167 * gdb.python/py-unwind.exp: New test.
16168 * gdb.python/py-unwind.py: New test.
16169
a1471180
PA
161702015-04-01 Pedro Alves <palves@redhat.com>
16171
16172 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16173 to fail instead of non-existent $test.
16174
0bbeccb1
PA
161752015-04-01 Pedro Alves <palves@redhat.com>
16176
16177 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16178 GDBFLAGS if not empty.
16179
3c724c8c
PMR
161802015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16181
16182 * gdb.ada/complete.exp: Remove "multi_line".
16183 * gdb.ada/info_exc.exp: Remove "multi_line".
16184 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16185 * gdb.ada/ptype_field.exp: Remove "multi_line".
16186 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16187 * gdb.ada/tagged.exp: Remove "multi_line".
16188 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16189 [multi_line ...]
16190 * gdb.btrace/delta.exp: Likewise.
16191 * gdb.btrace/exception.exp: Likewise.
16192 * gdb.btrace/function_call_history.exp: Likewise.
16193 * gdb.btrace/instruction_history.exp: Likewise.
16194 * gdb.btrace/nohist.exp: Likewise.
16195 * gdb.btrace/record_goto.exp: Likewise.
16196 * gdb.btrace/segv.exp: Likewise.
16197 * gdb.btrace/stepi.exp: Likewise.
16198 * gdb.btrace/tailcall.exp: Likewise.
16199 * gdb.btrace/unknown_functions.exp: Likewise.
16200 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16201 * lib/gdb.exp: Add the "multi_line" helper.
16202
4eec2deb
PA
162032015-04-01 Pedro Alves <palves@redhat.com>
16204
16205 * gdb.threads/tid-reuse.c: New file.
16206 * gdb.threads/tid-reuse.exp: New file.
16207
df8411da
SDJ
162082015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16209
16210 PR corefiles/16092
16211 * gdb.base/coredump-filter.c: New file.
16212 * gdb.base/coredump-filter.exp: Likewise.
16213
6ef37366
PM
162142015-03-27 Petr Machata <pmachata@redhat.com>
16215
16216 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16217 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16218 (Dwarf::assemble): Initialize them.
16219 (Dwarf::lines): New function.
16220
7ec911b0
JT
162212015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16222
16223 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16224 SYMBOL_PREFIX for x86_64-*-cygwin.
16225
ff908ebf
AW
162262015-03-26 Andy Wingo <wingo@igalia.com>
16227
16228 PR symtab/18148
16229 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16230 const_value but not a location.
16231 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16232 location defined in non-main CUs are visible.
16233
6d5f0679
YQ
162342015-03-26 Yao Qi <yao.qi@linaro.org>
16235
16236 PR testsuite/18139
16237 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16238 Add a line number entry for the same line.
16239 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16240 Add a line number entry for the same line.
16241
2898689b
YQ
162422015-03-26 Yao Qi <yao.qi@linaro.org>
16243
16244 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16245 .int 0.
16246 (func): Likewise. Add .Lfunc_1 label.
16247 Use .Lfunc_1 label.
16248 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16249 .int 0.
16250 (func): Likewise.
16251 Use .Lfunc_1 label.
16252
85180498
YQ
162532015-03-26 Yao Qi <yao.qi@linaro.org>
16254
16255 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16256 Call gdb_compile instead to compile each .s files without debug
16257 information.
16258
8aa08a8d
YQ
162592015-03-26 Yao Qi <yao.qi@linaro.org>
16260
16261 * gdb.base/savedregs.exp (process_saved_regs): Make
16262 "Saved registers:" optional in the pattern.
16263
66849923
MM
162642015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16265
16266 * gdb.btrace/next.exp: Merged into step.exp.
16267 * gdb.btrace/finish.exp: Merged into step.exp.
16268 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16269 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16270 "record goto" and checking the exact replay position.
16271 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16272 check for "Recording format" in "info record" output.
16273 * gdb.btrace/record_goto.exp: Choose test file based on target.
16274 * gdb.btrace/x86-record_goto.S: Renamed into ...
16275 * gdb.btrace/x86_64-record_goto.S: ... this.
16276 * gdb.btrace/i686-record_goto.S: New.
16277 * gdb.btrace/x86-tailcall.S: Renamed into ...
16278 * gdb.btrace/x86_64-tailcall.S: ... this.
16279 * gdb.btrace/i686-tailcall.S: New.
16280 * gdb.btrace/x86-tailcall.c: Renamed into ...
16281 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16282 separate statements. Update test.
16283 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16284 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16285 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16286 * gdb.btrace/tailcall.exp: Choose test file based on target.
16287 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16288
11cc1b74
MM
162892015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16290
16291 * gdb.btrace/exception.exp: Increase BTS buffer size.
16292
a25d8bf9
PA
162932015-03-24 Pedro Alves <palves@redhat.com>
16294
16295 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16296
856e7dd6
PA
162972015-03-24 Pedro Alves <palves@redhat.com>
16298
16299 * gdb.threads/schedlock.exp (test_step): No longer expect that
16300 "set scheduler-locking step" with "next" over a function call runs
16301 threads unlocked.
16302
ad235a41
AT
163032015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16304
16305 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16306
15630549
AT
163072015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16308
16309 PR breakpoints/16466
16310 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16311 * gdb.mi/mi-pending.c (thread_func): New function.
16312 (int main): Add threading support required.
16313 * gdb.mi/mi-pending.exp: Add tests for this issue.
16314 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16315 (pendfunc2): Remove stdio dependency.
16316 * gdb.mi/mi-pendshr2.c: New file.
16317
693dca06
KS
163182015-03-23 Keith Seitz <keiths@redhat.com>
16319
16320 * gdb.linespec/keywords.c: New file.
16321 * gdb.linespec/keywords.exp: New file.
16322
7e993ebf
KS
163232015-03-23 Keith Seitz <keiths@redhat.com>
16324
16325 PR gdb/18021
16326 * gdb.dwarf2/staticvirtual.exp: New test.
16327
bc23328c
JK
163282015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16329
16330 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16331 * README: Remove HP-UX and gdb.hp.
16332 (configuration):
16333 * configure: Regenerate.
16334 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16335 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16336 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16337 gdb.hp/gdb.defects/Makefile.
16338 * gdb.hp/Makefile.in: File deleted.
16339 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16340 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16341 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16342 * gdb.hp/gdb.aCC/run.c: File deleted.
16343 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16344 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16345 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16346 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16347 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16348 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16349 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16350 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16351 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16352 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16353 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16354 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16355 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16356 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16357 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16358 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16359 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16360 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16361 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16362 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16363 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16364 * gdb.hp/gdb.compat/average.c: File deleted.
16365 * gdb.hp/gdb.compat/sum.c: File deleted.
16366 * gdb.hp/gdb.compat/xdb.c: File deleted.
16367 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16368 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16369 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16370 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16371 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16372 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16373 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16374 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16375 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16376 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16377 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16378 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16379 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16380 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16381 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16382 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16383 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16384 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16385 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16386 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16387 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16388 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16389 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16390 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16391 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16392 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16393 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16394 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16395 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16396 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16397 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16398 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16399 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16400 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16401 * gdb.hp/tools/odump: File deleted.
16402
8bf3b159
PA
164032015-03-19 Pedro Alves <palves@redhat.com>
16404
16405 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16406 (saw_thread_3): New globals.
16407 (top level): Increment them when an event for the corresponding
16408 thread is seen.
16409 (no thread starvation): New test.
16410
eb54c8bf
PA
164112015-03-19 Pedro Alves <palves@redhat.com>
16412
16413 * gdb.threads/continue-pending-status.c: New file.
16414 * gdb.threads/continue-pending-status.exp: New file.
16415
32d2e5d6
PA
164162015-03-18 Pedro Alves <palves@redhat.com>
16417
16418 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16419 Use gdb_is_target_remote instead of is_remote. Use
16420 gdb_test_multiple instead of gdb_expect. Exit early if
16421 gdb_test_multiple hits its internal matches. Tighten stepi tests
16422 expected output. Fail on exit with any signal, instead of just
16423 SIGILL.
16424
f68f11b7
YQ
164252015-03-18 Yao Qi <yao.qi@linaro.org>
16426
16427 PR tdep/18107
16428 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16429 variable.
16430 * gdb.base/catch-syscall.exp: Don't skip it on
16431 aarch64*-*-linux* target. Remove elements in all_syscalls.
16432 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16433 target.
16434 (setup_all_syscalls): New proc.
16435
ca5fd19b
YQ
164362015-03-16 Yao Qi <yao.qi@linaro.org>
16437
16438 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16439 (top level): Skip tests if valid_addr_p returns false for
16440 $cmd1 or $cmd2.
16441
85642ba0
AW
164422015-03-11 Andy Wingo <wingo@igalia.com>
16443
16444 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16445
e03f9645
YQ
164462015-03-11 Yao Qi <yao.qi@linaro.org>
16447
16448 * gdb.base/catch-syscall.exp: Fix typo in comments.
16449
5d0962b2
YQ
164502015-03-11 Yao Qi <yao.qi@linaro.org>
16451
16452 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16453
b2df3cef
PA
164542015-03-09 Pedro Alves <palves@redhat.com>
16455
16456 * dg-extract-results.py: Delete.
16457
ef878e53
PA
164582015-03-09 Pedro Alves <palves@redhat.com>
16459
16460 Merge dg-extract-results.sh from GCC upstream (r218843).
16461
16462 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16463 * dg-extract-results.sh: Use --text with grep to avoid issues with
16464 binary files. Fall back to cat -v, if that doesn't work.
16465
9494d219
PA
164662015-03-05 Pedro Alves <palves@redhat.com>
16467
16468 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16469
a8d9763a
SM
164702015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16471
16472 * lib/mi-support.exp (mi_expect_interrupt): Accept
16473 alternative event for when in all-stop mode.
16474
be9957b8
PA
164752015-03-04 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16478
d57be0f4 164792015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16480
16481 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16482
c214c7cf
AA
164832015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16484
16485 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16486 regexps for GDB's current line display, accept a hex address
16487 preceding the line number.
16488
6d74a497
AA
164892015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16490
16491 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16492 the 'arch1' variable for "s390*-linux*" targets.
16493
511aee7c
PA
164942015-03-04 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16497 (main): Pass missing retval argument to pthread_join call.
16498
95e50b27
PA
164992015-03-02 Pedro Alves <palves@redhat.com>
16500
16501 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16502 (top level): Call do_test with non-stop as well.
16503
28054d69
PA
165042015-03-02 Pedro Alves <palves@redhat.com>
16505
16506 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16507 -1.
16508
4fa5d7b4
AA
165092015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16510
16511 * gdb.arch/s390-vregs.exp: New test.
16512 * gdb.arch/s390-vregs.S: New file.
16513
97c18565
PA
165142015-02-27 Pedro Alves <palves@redhat.com>
16515
16516 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16517 call to catch_command_errors.
16518 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16519 catch_command_errors.
16520
a37bfa30
PA
165212015-02-27 Pedro Alves <palves@redhat.com>
16522
16523 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16524 "true" for boolean result.
16525 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16526 prototype of main.
16527
6f98576f
PA
165282015-02-27 Pedro Alves <palves@redhat.com>
16529
16530 * lib/unbuffer_output.c: New file.
16531 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16532 (main): Call gdb_unbuffer_output.
16533
eba5ab56
YQ
165342015-02-27 Yao Qi <yao.qi@linaro.org>
16535
16536 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16537 target.
16538
0def5aaa
DE
165392015-02-26 Doug Evans <dje@google.com>
16540
16541 * gdb.cp/class2.cc (Dbase, D): New classes.
16542 (main): New local delta.
16543 * gdb.cp/class2.exp: Test printing delta.
16544 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16545 (dynbar): New global.
16546 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16547
081a1c2c
JK
165482015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16549
16550 * gdb.compile/compile-ifunc.c: New file.
16551 * gdb.compile/compile-ifunc.exp: New file.
16552
2f41223f
AT
165532015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16554
16555 * gdb.base/structs.exp: Check for correct struct on finish.
16556
03eddd80
YQ
165572015-02-26 Yao Qi <yao.qi@linaro.org>
16558
16559 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16560 is zero.
16561
80c57053
JK
165622015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16563
16564 * gdb.arch/cordic.ko.bz2: New file.
16565 * gdb.arch/cordic.ko.debug.bz2: New file.
16566 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16567
21613c12
YQ
165682015-02-25 Yao Qi <yao.qi@linaro.org>
16569
16570 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16571 aarch64*-*-* target.
16572
d8b901ed
PA
165732015-02-23 Pedro Alves <palves@redhat.com>
16574
16575 * lib/gdb.exp (delete_breakpoints): Rewrite using
16576 gdb_test_multiple.
16577
e5b85ead
PA
165782015-02-23 Pedro Alves <palves@redhat.com>
16579
16580 * gdb.base/info-os.c: Include stdlib.h.
16581
85c3a371
DE
165822015-02-22 Doug Evans <xdje42@gmail.com>
16583
16584 PR symtab/17855
16585 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16586 is read after symbols have been re-read.
16587 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16588 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16589
96553a0c
DE
165902015-02-21 Doug Evans <dje@google.com>
16591
16592 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16593
97a0c697
JK
165942015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16595
16596 PR corefiles/17808
16597 * gdb.arch/i386-biarch-core.core.bz2: New file.
16598 * gdb.arch/i386-biarch-core.exp: New file.
16599
a47cd6e9
PA
166002015-02-21 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16603 runto_main fails.
16604
c5facdc4
PA
166052015-02-20 Pedro Alves <palves@redhat.com>
16606
16607 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16608 info probes.
16609
2db9a427
PA
166102015-02-20 Pedro Alves <palves@redhat.com>
16611
16612 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16613
60fb7e9e
PA
166142015-02-20 Pedro Alves <palves@redhat.com>
16615
16616 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16617 clean_restart before gdb_target_supports_trace.
16618
5c5019c2
PA
166192015-02-20 Pedro Alves <palves@redhat.com>
16620
16621 PR threads/18006
16622 * gdb.threads/clone-thread_db.c: New file.
16623 * gdb.threads/clone-thread_db.exp: New file.
16624
c9587f88
AT
166252015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16626
16627 PR breakpoints/16812
16628 * gdb.base/catch-gdb-caused-signals.c: New file.
16629 * gdb.base/catch-gdb-caused-signals.exp: New file.
16630
f6a88844
JM
166312015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16632
16633 * configure: Regenerated.
16634 * configure.ac: Use GDB_AC_TRANSFORM.
16635 * aclocal.m4: sinclude ../transform.m4.
16636
497c491b
JM
166372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16638
16639 * lib/dtrace.exp: New file.
16640 * gdb.base/dtrace-probe.exp: Likewise.
16641 * gdb.base/dtrace-probe.d: Likewise.
16642 * gdb.base/dtrace-probe.c: Likewise.
16643 * lib/pdtrace.in: Likewise.
16644 * configure.ac: Output variables with the transformed names of
16645 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16646 * configure: Regenerated.
16647
03e98035
JM
166482015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16649
16650 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16651 expected message when trying to access $_probe_* convenience
16652 variables while not on a probe.
16653
63cc30e9
JK
166542015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16655
16656 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16657
0703599a
PA
166582015-02-11 Pedro Alves <pedro@codesourcery.com>
16659
16660 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16661 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16662
7e60a48e
DE
166632015-02-10 Doug Evans <xdje42@gmail.com>
16664
16665 * lib/gdb.exp (gdb_load): Always return a result.
16666
01b088bc
PA
166672015-02-10 Pedro Alves <palves@redhat.com>
16668
16669 * gdb.threads/signal-sigtrap.c: New file.
16670 * gdb.threads/signal-sigtrap.exp: New file.
16671
b05ec7a5
AT
166722015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16673
16674 * gdb.trace/no-attach-trace.c: New file.
16675 * gdb.trace/no-attach-trace.exp: New file.
16676
a2c2acaf
MW
166772015-02-09 Mark Wielaard <mjw@redhat.com>
16678
16679 * gdb.dwarf2/atomic.c: New file.
16680 * gdb.dwarf2/atomic-type.exp: Likewise.
16681
31fd9caa
MM
166822015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16683
16684 * gdb.btrace/buffer-size.exp: Update "info record" output.
16685 * gdb.btrace/delta.exp: Update "info record" output.
16686 * gdb.btrace/enable.exp: Update "info record" output.
16687 * gdb.btrace/finish.exp: Update "info record" output.
16688 * gdb.btrace/instruction_history.exp: Update "info record" output.
16689 * gdb.btrace/next.exp: Update "info record" output.
16690 * gdb.btrace/nexti.exp: Update "info record" output.
16691 * gdb.btrace/step.exp: Update "info record" output.
16692 * gdb.btrace/stepi.exp: Update "info record" output.
16693 * gdb.btrace/nohist.exp: Update "info record" output.
16694
d33501a5
MM
166952015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16696
16697 * gdb.btrace/buffer-size: New.
16698
f4abbc16
MM
166992015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16700
16701 * gdb.btrace/delta.exp: Update "info record" output.
16702 * gdb.btrace/enable.exp: Update "info record" output.
16703 * gdb.btrace/finish.exp: Update "info record" output.
16704 * gdb.btrace/instruction_history.exp: Update "info record" output.
16705 * gdb.btrace/next.exp: Update "info record" output.
16706 * gdb.btrace/nexti.exp: Update "info record" output.
16707 * gdb.btrace/step.exp: Update "info record" output.
16708 * gdb.btrace/stepi.exp: Update "info record" output.
16709 * gdb.btrace/nohist.exp: Update "info record" output.
16710
b9d61307
SM
167112015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16712
16713 PR gdb/15678
16714 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16715
e584fdbc
PA
167162015-02-06 Pedro Alves <palves@redhat.com>
16717
16718 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16719 macro.
16720 (seconds_left, again): New globals.
16721 (main): Wait seconds_left in a 1-second sleep loop instead of
16722 sleeping 180 seconds. If 'again' is set, reset the seconds
16723 counter.
16724 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16725 'again' in the inferior before detaching. Print the seconds left.
16726 (options): New global.
16727 (top level): Build program with -DTIMEOUT=$timeout.
16728
77f41761
PA
167292015-02-06 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16732 determine how many seconds to pass to 'alarm'.
16733 * gdb.base/gdb-sigterm.exp (top level): Build program with
16734 -DTIMEOUT=$timeout.
16735 (do_test): Return success/failure indication. Add more verbose
16736 logging. Don't fail if 200 single steps are seen. Instead, fail
16737 when the test times out.
16738 (passes): New global.
16739 (top level): Break the testing loop if testing fails on any
16740 iteration. Use gdb_assert.
16741
b9394193
DB
167422015-02-04 Don Breazeal <donb@codesourcery.com>
16743
16744 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16745 and initialize them.
16746 (ipc_cleanup): New function.
16747 (main): Don't declare shmid, semid, and msqid. Add a call to
16748 atexit so that we call ipc_cleanup on exit.
16749
42d9e528
PA
167502015-02-04 Pedro Alves <palves@redhat.com>
16751
16752 * boards/native-extended-gdbserver.exp: Remove any target variant
16753 specifications from the board name before clearing the isremote
16754 flag from board_info.
16755
ae6ae975
DE
167562015-01-31 Doug Evans <xdje42@gmail.com>
16757
16758 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16759
cfb069a8
GB
167602015-01-31 Gary Benson <gbenson@redhat.com>
16761
16762 * gdb.base/completion.exp: Disable completion limiting for
16763 existing tests. Add new tests to check completion limiting.
16764 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16765
5dd31d79
DE
167662015-01-31 Doug Evans <xdje42@gmail.com>
16767
16768 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16769
9f050062
DE
167702015-01-31 Doug Evans <xdje42@gmail.com>
16771
16772 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16773 entries. Duplicate file section script entries.
16774 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16775 inlined entries. Add test for safe-path rejection.
16776 * gdb.python/py-section-script.c: Add duplicate inlined section script
16777 entries. Duplicate file section script entries.
16778 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16779 inlined entries. Add test for safe-path rejection.
16780
df25ebbd
JB
167812015-01-29 Joel Brobecker <brobecker@adacore.com>
16782
16783 * gdb.ada/disc_arr_bound: New testcase.
16784
4a0ca9ec
JB
167852015-01-29 Joel Brobecker <brobecker@adacore.com>
16786
16787 * gdb.ada/mi_var_array: New testcase.
16788
3a8b707a
DE
167892015-01-27 Doug Evans <dje@google.com>
16790
16791 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16792 Add test for objfile.filename, objfile.username after objfile
16793 has been unloaded.
16794
f8313f6e
JB
167952015-01-26 Joel Brobecker <brobecker@adacore.com>
16796
16797 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16798 the second test to print the name attribute of value
16799 returned by the call to gdb.lookup_type, and adjust
16800 the expected output accordingly.
16801
37bc665e
MW
168022015-01-25 Mark Wielaard <mjw@redhat.com>
16803
16804 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16805 * gdb.base/disp-step-fork.c: Include unistd.h.
16806 * gdb.base/siginfo-obj.c: Include stdio.h.
16807 * gdb.base/siginfo-thread.c: Likewise.
16808 * gdb.mi/non-stop.c: Include unistd.h.
16809 * gdb.mi/nsthrexec.c: Include stdio.h.
16810 * gdb.mi/pthreads.c: Include unistd.h.
16811 * gdb.modula2/unbounded1.c (main): Declare returns int.
16812 * gdb.reverse/consecutive-reverse.c: Likewise.
16813 * gdb.threads/create-fail.c: Include unistd.h.
16814 * gdb.threads/killed.c: Likewise.
16815 * gdb.threads/linux-dp.c: Likewise.
16816 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16817 * gdb.threads/non-ldr-exc-2.c: Likewise.
16818 * gdb.threads/non-ldr-exc-3.c: Likewise.
16819 * gdb.threads/non-ldr-exc-4.c: Likewise.
16820 * gdb.threads/pthreads.c: Include unistd.h.
16821 (main): Declare returns int.
16822 * gdb.threads/tls-main.c (foo): New declaration.
16823 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16824
f7e5394d
SM
168252015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16826
16827 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16828 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16829
743649fd
MW
168302015-01-15 Mark Wielaard <mjw@redhat.com>
16831
16832 * gdb.base/noreturn-return.c: New file.
16833 * gdb.base/noreturn-return.exp: New file.
16834 * gdb.base/noreturn-finish.c: New file.
16835 * gdb.base/noreturn-finish.exp: New file.
16836
198297aa
PA
168372015-01-23 Pedro Alves <palves@redhat.com>
16838
16839 * gdb.threads/continue-pending-after-query.c: New file.
16840 * gdb.threads/continue-pending-after-query.exp: New file.
16841
717cf30c
AG
168422015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16843 Simon Marchi <simon.marchi@ericsson.com>
16844
16845 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16846 * gdb.base/valgrind-db-attach.exp: Same.
16847 * gdb.base/valgrind-infcall.exp: Same.
16848 * lib/mi-support.exp (default_mi_gdb_start): Same.
16849 * lib/prompt.exp (default_prompt_gdb_start): Same.
16850 * lib/gdb.exp (default_gdb_spawn): Same.
16851 (gdb_interact): New.
16852
16853
4b62a76e
JK
168542015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16855
16856 * gdb.compile/compile.exp (pointer to jit function): New test.
16857
b4cdae6f
WW
168582015-01-17 Wei-cheng Wang <cole945@gmail.com>
16859
16860 * lib/gdb.exp (supports_process_record): Return true for
16861 powerpc*-*-linux*.
16862 (supports_reverse): Likewise.
16863
d221e7ef
DB
168642015-01-15 Don Breazeal <donb@codesourcery.com>
16865
16866 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16867 instead of checking whether the target board is remote and
16868 use spawn_wait_for_attach instead of exec/sleep.
16869 * gdb.base/attach-twice.exp: Likewise.
16870
bafffb51
JB
168712015-01-15 Joel Brobecker <brobecker@adacore.com>
16872
16873 * gdb.ada/var_arr_attrs: New testcase.
16874
5589af0e
PA
168752015-01-14 Pedro Alves <palves@redhat.com>
16876 Joel Brobecker <brobecker@adacore.com>
16877
16878 PR gdb/17525
16879 * gdb.base/bp-cmds-execution-x-script.c: New file.
16880 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16881 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16882
6c400b59
PA
168832015-01-14 Pedro Alves <palves@redhat.com>
16884
16885 PR cli/17828
16886 * gdb.base/batch-preserve-term-settings.c: New file.
16887 * gdb.base/batch-preserve-term-settings.exp: New file.
16888
e02c96a7
DE
168892015-01-13 Doug Evans <dje@google.com>
16890
16891 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16892 binary.
16893
576fd14c
JB
168942015-01-13 Joel Brobecker <brobecker@adacore.com>
16895
16896 * Makefile.in (clean mostlyclean): Do not delete *.py.
16897
04dccad0
JB
168982015-01-13 Joel Brobecker <brobecker@adacore.com>
16899
16900 * gdb.python/py-lookup-type.exp: New file.
16901
3d230f71
PA
169022015-01-12 Pedro Alves <palves@redhat.com>
16903
16904 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16905 restore GDBFLAGS before returning.
16906
7e67715d
JK
169072015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16908
16909 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16910 is_amd64_regs_target and is_x86_like_target.
16911
f2e0d4b4
DE
169122015-01-11 Doug Evans <xdje42@gmail.com>
16913
16914 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16915 is given without an explicit form.
16916 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16917 attributes.
16918 * gdb.dwarf/corrupt.exp: Ditto.
16919 * gdb.dwarf2/enum-type.exp: Ditto.
16920 * gdb.trace/entry-values.exp: Ditto.
16921 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16922
439250fb
DE
169232015-01-11 Doug Evans <xdje42@gmail.com>
16924
16925 PR gdb/15830
16926 * gdb.base/maint.exp: Remove references to "maint demangle".
16927 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16928 Add tests for explicitly specifying language to demangle.
16929 * gdb.dlang/demangle.exp: Ditto.
16930
ede9f622
PA
169312015-01-09 Pedro Alves <palves@redhat.com>
16932
16933 * gdb.threads/non-stop-fair-events.c: New file.
16934 * gdb.threads/non-stop-fair-events.exp: New file.
16935
a7b796db
PA
169362015-01-09 Pedro Alves <palves@redhat.com>
16937
16938 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16939 the global scope. Set a breakpoint after all threads are started
16940 rather than stepping over two source lines. Expect the prompt.
16941 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16942 global.
16943 (NUM): Now 15.
16944 (main): Use threads_started_barrier to wait for all threads to
16945 start. Main thread no longer calls thread_function. Exit after
16946 180 seconds.
16947 (loop): New function.
16948 (thread_function): Wait on threads_started_barrier barrier. Call
16949 'loop' at each iteration.
16950 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16951 threads have started, instead of hardcoding number of "next"
16952 steps. Use an access watchpoint instead of a write watchpoint.
16953
9665ffdd
PA
169542015-01-09 Pedro Alves <palves@redhat.com>
16955
16956 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16957 (thread_func): Wait on barrier.
16958 (main): Wait for all threads to start before stopping GDB.
16959 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16960 global.
16961 (thread1_func, thread2_func): Wait on barrier.
16962 (main): Wait for all threads to start before stopping GDB.
16963 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16964 New global.
16965 (thread1_func, thread2_func): Wait on barrier.
16966 (main): Wait for all threads to start before stopping GDB.
16967
c945a99f
PA
169682015-01-09 Pedro Alves <palves@redhat.com>
16969
16970 * gdb.threads/attach-many-short-lived-threads.c: New file.
16971 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16972
c1a747c1
PA
169732014-01-09 Pedro Alves <palves@redhat.com>
16974
16975 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16976 instead of to thread 2.
16977 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16978 Add barrier around each pthread_create call instead of around all
16979 calls.
16980 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16981 Set a break on thread_function and have the child threads hit it
16982 one at at a time.
16983
60b3033e
PA
169842015-01-09 Pedro Alves <palves@redhat.com>
16985
16986 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16987 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16988 false.
16989 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16990 checking whether the target board is remote.
16991 * gdb.multi/multi-attach.exp: Likewise.
16992 * gdb.python/py-sync-interp.exp: Likewise.
16993 * gdb.server/ext-attach.exp: Likewise.
16994 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16995 tests that need to attach, instead of checking whether the target
16996 board is remote at the top of the file.
16997
acc018ac
YQ
169982015-01-08 Yao Qi <yao@codesourcery.com>
16999
17000 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17001
50a18af8
JK
170022015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17003
17004 Fix testcase compilation.
17005 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17006
8503d6e1
JB
170072015-01-06 Joel Brobecker <brobecker@adacore.com>
17008
17009 * gdb.python/py-type.exp: Add a couple test about empty
17010 array creation, and negative-length array creation.
17011
cc73dbcc
DE
170122015-01-02 Doug Evans <xdje42@gmail.com>
17013
17014 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17015
0300bbc7
DE
170162015-01-02 Doug Evans <dje@google.com>
17017
17018 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17019
9d85a0ec
YQ
170202014-12-29 Yao Qi <yao@codesourcery.com>
17021
17022 * gdb.trace/entry-values.exp: Update comments. Rename variable
17023 bar_call_foo to returned_from_foo.
17024
87186c6a
MMN
170252014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17026
17027 PR gdb/17394
17028 * gdb.linespec/break-asm-file.c: New file.
17029 * gdb.linespec/break-asm-file.exp: New file.
17030 * gdb.linespec/break-asm-file0.s: New file.
17031 * gdb.linespec/break-asm-file1.s: New file.
17032
1bab7383
YQ
170332014-12-18 Nigel Stephens <nigel@mips.com>
17034 Maciej W. Rozycki <macro@codesourcery.com>
17035
17036 * gdb.base/float.exp: Handle the new output from "info float" on
17037 MIPS targets.
17038
1bc1068a
JK
170392014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17040
17041 Fix MinGW compilation.
17042 * gdb.compile/compile-ops.exp: Update untested message if
17043 !skip_compile_feature_tests.
17044 * gdb.compile/compile-setjmp.exp: Likewise.
17045 * gdb.compile/compile-tls.exp: Likewise.
17046 * gdb.compile/compile.exp: Likewise.
17047 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17048 supported on this host".
17049
b6615d10
DE
170502014-12-16 Doug Evans <xdje42@gmail.com>
17051
17052 * boards/stabs.exp: New file.
17053
25dda427
AA
170542014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17055
17056 * gdb.base/completion.exp: Adjust to format changes of "maint
17057 print user-registers".
17058
bf330350
CU
170592014-12-16 Catalin Udma <catalin.udma@freescale.com>
17060
17061 PR server/17457
17062 * gdb.arch/aarch64-fp.c: New file.
17063 * gdb.arch/aarch64-fp.exp: New file.
17064
395cf596
SDJ
170652014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17066
17067 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17068 r210637, r210913, r211666, r215400, r215817).
17069
17070 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17071 * dg-extract-results.py: New file.
17072 * dg-extract-results.sh: Use it if the environment seems
17073 suitable.
17074
17075 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17076
17077 * dg-extract-results.py (parse_run): Handle warnings that
17078 are printed before a test harness is run.
17079
17080 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17081
17082 * dg-extract-results.py (Named): Remove __cmp__ method.
17083 (output_variation): Use a key to sort variation.harnesses.
17084
17085 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17086
17087 * dg-extract-results.py: For Python 3, force sys.stdout to
17088 handle surrogate escape sequences.
17089 (safe_open): New function.
17090 (output_segment, main): Use it.
17091
17092 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17093
17094 * dg-extract-results.py (Prog.result_re): Include options
17095 in test name.
17096
17097 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17098
17099 * dg-extract-results.py (output_variation): Always sort if
17100 do_sum.
17101
e882ef3c
SM
171022014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17103
17104 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17105 as long as we get pagination notifications.
17106
4992aa20
JM
171072014-12-15 Jason Merrill <jason@redhat.com>
17108
17109 * Makefile.in (check-gdb.%): Restore.
17110 * README: Mention it.
17111
c1b5a1a6
JB
171122014-12-13 Joel Brobecker <brobecker@adacore.com>
17113
17114 * gdb.ada/str_uninit: New testcase.
17115
5537b577
JK
171162014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17117
17118 PR symtab/17642
17119 * gdb.base/vla-stub-define.c: New file.
17120 * gdb.base/vla-stub.c: New file.
17121 * gdb.base/vla-stub.exp: New file.
17122
bb2ec1b3
TT
171232014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17124 Jan Kratochvil <jan.kratochvil@redhat.com>
17125 Tom Tromey <tromey@redhat.com>
17126
17127 * configure.ac: Add gdb.compile/.
17128 * configure: Regenerate.
17129 * gdb.compile/Makefile.in: New file.
17130 * gdb.compile/compile-ops.exp: New file.
17131 * gdb.compile/compile-ops.c: New file.
17132 * gdb.compile/compile-tls.c: New file.
17133 * gdb.compile/compile-tls.exp: New file.
17134 * gdb.compile/compile-constvar.S: New file.
17135 * gdb.compile/compile-constvar.c: New file.
17136 * gdb.compile/compile-mod.c: New file.
17137 * gdb.compile/compile-nodebug.c: New file.
17138 * gdb.compile/compile-setjmp-mod.c: New file.
17139 * gdb.compile/compile-setjmp.c: New file.
17140 * gdb.compile/compile-setjmp.exp: New file.
17141 * gdb.compile/compile-shlib.c: New file.
17142 * gdb.compile/compile.c: New file.
17143 * gdb.compile/compile.exp: New file.
17144 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17145
4ff709eb
TT
171462014-12-12 Tom Tromey <tromey@redhat.com>
17147
17148 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17149 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17150
6dddd6a5
DE
171512014-12-12 Doug Evans <dje@google.com>
17152
17153 * lib/gdb-python.exp (get_python_valueof): New function.
17154 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17155
71c24708
AA
171562014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17157
17158 * gdb.base/completion.exp: Add test for completion of "info
17159 registers ".
17160
3e29f34a
MR
171612014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17162
17163 * gdb.base/func-ptrs.c: New file.
17164 * gdb.base/func-ptrs.exp: New file.
17165
fc126975
SM
171662014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17167
17168 PR breakpoints/17012
17169 * gdb.base/dprintf-detach.c: New file.
17170 * gdb.base/dprintf-detach.exp: New file.
17171
0a46d518
SM
171722014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17173
17174 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17175 * lib/gdb.exp (target_is_gdbserver): New procedure.
17176
a0be3e44
DE
171772014-12-08 Doug Evans <dje@google.com>
17178
17179 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17180
df1b803a
YQ
171812014-12-05 Yao Qi <yao@codesourcery.com>
17182
17183 * gdb.guile/scm-error.exp: Remove the third argument to
17184 gdb_remote_download.
17185 * gdb.guile/scm-frame-args.exp: Likewise.
17186 * gdb.guile/scm-section-script.exp: Likewise.
17187
ddb9f679
YQ
171882014-12-05 Yao Qi <yao@codesourcery.com>
17189
17190 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17191
86e4ed39
DE
171922014-12-04 Doug Evans <dje@google.com>
17193
17194 * gdb.python/py-objfile.exp: Add tests for
17195 objfile.add_separate_debug_file.
17196
7c50a931
DE
171972014-12-04 Doug Evans <dje@google.com>
17198
17199 * lib/gdb.exp (get_build_id): New function.
17200 (build_id_debug_filename_get): Rewrite to use it.
17201 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17202
621661e3
MR
172032014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17204
17205 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17206 `method(long)', not just 0x0.
17207 * gdb.cp/nsalias.exp: Align code labels to 4.
17208 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17209 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17210 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17211 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17212 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17213 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17214
29f0c3b7
DE
172152014-12-02 Doug Evans <dje@google.com>
17216
e1e061e7 17217 PR symtab/17602
29f0c3b7 17218 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17219 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17220 * gdb.cp/anon-ns.exp: Update.
17221
162078c8
NB
172222014-12-02 Nick Bull <nicholaspbull@gmail.com>
17223
17224 * gdb.python/py-events.py (inferior_call_handler): New.
17225 (register_changed_handler, memory_changed_handler): New.
17226 (test_events.invoke): Register new handlers.
17227 * gdb.python/py-events.exp: Add tests for inferior call,
17228 memory_changed and register_changed events.
17229
fdb09caf
AA
172302014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17231
17232 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17233 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17234 if the linker doesn't understand this.
17235
55cfb2c4
SM
172362014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17237
17238 * gdb.python/python.exp: Change expected reply to help().
17239
9e8cd6df
YQ
172402014-12-01 Yao Qi <yao@codesourcery.com>
17241
17242 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17243 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17244 * configure: Re-generated.
17245
6c659fc2
SC
172462014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17247
17248 * gdb.cp/chained-calls.cc: New file.
17249 * gdb.cp/chained-calls.exp: New file.
17250 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17251
d7fc3181
SM
172522014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17253
17254 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17255 * gdb.dwarf2/symtab-producer.exp: Same.
17256 * gdb.gdb/python-interrupts.exp: Same.
17257 * gdb.gdb/python-selftest.exp: Same.
17258 * gdb.python/py-linetable.exp: Same.
17259 * gdb.python/py-type.exp: Same.
17260 * gdb.python/py-value-cc.exp: Same.
17261 * gdb.python/py-value.exp: Same.
17262
10e79639
YQ
172632014-11-28 Yao Qi <yao@codesourcery.com>
17264
17265 * gdb.base/break-probes.exp: Match library name prefixed with
17266 sysroot.
17267
f28a0564
SM
172682014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17269
17270 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17271 test expected output. Add parentheses for the call to print.
17272 Remove L suffix from integers.
17273
3fe1ce1d
DE
172742014-11-26 Doug Evans <dje@google.com>
17275
17276 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17277
84429e27
YQ
172782014-11-22 Yao Qi <yao@codesourcery.com>
17279
17280 * gdb.trace/entry-values.c: Remove asms.
17281 (foo): Add foo_label.
17282 (bar): Add bar_label.
17283 * gdb.trace/entry-values.exp: Remove code computing foo's
17284 length and bar's length.
17285 (Dwarf::assemble): Invoke function_range for bar and use
17286 MACRO_AT_func for foo.
17287
26741859
YQ
172882014-11-22 Yao Qi <yao@codesourcery.com>
17289
17290 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17291 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17292 Use .Lgcc43_procstart instead of gcc43.
17293
45e44d27
JB
172942014-11-21 Joel Brobecker <brobecker@adacore.com>
17295
17296 * gdb.ada/n_arr_bound: New testcase.
17297
458c8db8
SDJ
172982014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17299
17300 PR breakpoints/10737
17301 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17302 test_catch_syscall_multi_arch.
17303 (test_catch_syscall_multi_arch): New function.
17304
43f3e411
DE
173052014-11-20 Doug Evans <xdje42@gmail.com>
17306
17307 * gdb.base/maint.exp: Update expected output.
17308
0d7b2549
AA
173092014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17310
17311 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17312 4-byte instruction on S390.
17313
8908fca5
JB
173142014-11-19 Joel Brobecker <brobecker@adacore.com>
17315
17316 * gdb.ada/arr_arr: New testcase.
17317
4a46959e
JB
173182014-11-19 Joel Brobecker <brobecker@adacore.com>
17319
17320 * gdb.ada/pkd_arr_elem: New Testcase.
17321
470e2f4e
LM
173222014-11-18 Luis Machado <lgustavo@codesourcery.com>
17323
17324 * gdb.reverse/break-precsave: Expect completion message for
17325 core file reads.
17326 * gdb.reverse/consecutive-precsave.exp: Likewise.
17327 * gdb.reverse/finish-precsave.exp: Likewise.
17328 * gdb.reverse/i386-precsave.exp: Likewise.
17329 * gdb.reverse/machinestate-precsave.exp: Likewise.
17330 * gdb.reverse/sigall-precsave.exp: Likewise.
17331 * gdb.reverse/solib-precsave.exp: Likewise.
17332 * gdb.reverse/step-precsave.exp: Likewise.
17333 * gdb.reverse/until-precsave.exp: Likewise.
17334 * gdb.reverse/watch-precsave.exp: Likewise.
17335
a267f3ad
AA
173362014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17337
17338 * gdb.base/bp-permanent.c: Include unistd.h.
17339 * gdb.python/py-framefilter-mi.c (main): Add return type.
17340 * gdb.python/py-framefilter.c (main): Likewise.
17341 * gdb.trace/actions-changed.c (main): Likewise.
17342
12084a9a
AA
173432014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17344
17345 * gdb.mi/until.c: Add eye-catchers.
17346 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17347 line numbers.
17348
dc7e1a77
AA
173492014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17350
17351 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17352 function header variants in break1.c.
17353 * gdb.base/ena-dis-br.exp: Likewise.
17354 * gdb.base/hbreak2.exp: Likewise.
17355 * gdb.reverse/until-precsave.exp: Drop references to removed
17356 non-prototype function header variants in ur1.c.
17357 * gdb.reverse/until-reverse.exp: Likewise.
17358
41c77605
PM
173592014-11-17 Petr Machata <pmachata@redhat.com>
17360
17361 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17362 ${_cu_offset_size} bytes abbrev offset.
17363
34248c3a
DE
173642014-11-15 Doug Evans <xdje42@gmail.com>
17365
17366 PR symtab/17559
17367 * gdb.base/line-symtabs.exp: New file.
17368 * gdb.base/line-symtabs.c: New file.
17369 * gdb.base/line-symtabs.h: New file.
17370
646da059
YQ
173712014-11-14 Yao Qi <yao@codesourcery.com>
17372
17373 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17374 (func): Add label func_label.
17375 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17376 Replace low_pc and high_pc with MACRO_AT_range.
17377 Replace name, low_pc and high_pc with MACRO_AT_func.
17378
9301ebe6
YQ
173792014-11-14 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17382 Replace name, low_pc and high_pc with MACRO_AT_func.
17383
f166b542
YQ
173842014-11-14 Yao Qi <yao@codesourcery.com>
17385
17386 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17387 produce debug information.
17388 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17389
0f6e71e3
YQ
173902014-11-14 Yao Qi <yao@codesourcery.com>
17391
17392 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17393 object and get function length.
17394 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17395 with MACRO_AT_func.
17396 (top-level): Replace gdb_compile and clean_restart with
17397 prepare_for_testing.
17398 * gdb.dwarf2/main.c (main): Add label main_label.
17399
876c4df9
YQ
174002014-11-14 Yao Qi <yao@codesourcery.com>
17401
17402 * lib/dwarf.exp (function_range): New procedure.
17403 (Dwarf::_handle_macro_at_func): New procedure.
17404 (Dwarf::_handle_macro_at_range): New procedure.
17405 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17406
02ad9cf1
YQ
174072014-11-14 Yao Qi <yao@codesourcery.com>
17408
17409 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17410 (_handle_attribute): New procedure.
17411
a59add0c
AA
174122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17413
17414 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17415 * gdb.base/call-sc.c (zed): Likewise.
17416 * gdb.base/checkpoint.c (main): Likewise.
17417 * gdb.base/dump.c (main): Likewise.
17418 * gdb.base/gcore.c (main): Likewise.
17419 * gdb.base/huge.c (main): Likewise.
17420 * gdb.base/multi-forks.c (main): Likewise.
17421 * gdb.base/pr10179-a.c (main): Likewise.
17422 * gdb.base/savedregs.c (main): Likewise.
17423 * gdb.base/sigaltstack.c (main): Likewise.
17424 * gdb.base/siginfo.c (main): Likewise.
17425 * gdb.base/structs.c (zed): Likewise.
17426 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17427 * gdb.mi/mi-syn-frame.c (main): Likewise.
17428 * gdb.mi/until.c (foo, main): Likewise.
17429 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17430 * gdb.base/solib-weak.c (foo): Declare.
17431 * gdb.base/attach-twice.c: Include stdio.h.
17432 * gdb.base/weaklib1.c: Likewise.
17433 * gdb.base/weaklib2.c: Likewise.
17434 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17435 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17436 unistd.h.
17437 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17438 * gdb.mi/mi-exit-code.c: Likewise.
17439 * gdb.base/break-interp-lib.c: Include string.h.
17440 * gdb.base/coremaker.c: Likewise.
17441 * gdb.base/testenv.c: Likewise.
17442 * gdb.python/py-finish-breakpoint.c: Likewise.
17443 * gdb.base/inferior-died.c: Include sys/wait.h.
17444 * gdb.base/fileio.c: Include time.h.
17445 * gdb.base/async-shell.c: Include unistd.h.
17446 * gdb.base/dprintf-non-stop.c: Likewise.
17447 * gdb.base/info-os.c: Likewise.
17448 * gdb.mi/mi-console.c: Likewise.
17449 * gdb.mi/watch-nonstop.c: Likewise.
17450 * gdb.python/py-events.c: Likewise.
17451 * gdb.base/async.c (baz): Move up before its invocation.
17452 * gdb.base/code_elim2.c (my_global_func): Likewise.
17453 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17454 * gdb.base/advance.c (func2): Likewise.
17455
3b5d5997
AA
174562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17457
17458 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17459 variant.
17460 * gdb.base/annota3.c: Likewise.
17461 * gdb.base/async.c: Likewise.
17462 * gdb.base/average.c: Likewise.
17463 * gdb.base/call-ar-st.c: Likewise.
17464 * gdb.base/call-rt-st.c: Likewise.
17465 * gdb.base/call-sc.c: Likewise.
17466 * gdb.base/call-strs.c: Likewise.
17467 * gdb.base/ending-run.c: Likewise.
17468 * gdb.base/execd-prog.c: Likewise.
17469 * gdb.base/exprs.c: Likewise.
17470 * gdb.base/foll-exec.c: Likewise.
17471 * gdb.base/foll-fork.c: Likewise.
17472 * gdb.base/foll-vfork.c: Likewise.
17473 * gdb.base/funcargs.c: Likewise.
17474 * gdb.base/gcore.c: Likewise.
17475 * gdb.base/jump.c: Likewise.
17476 * gdb.base/langs0.c: Likewise.
17477 * gdb.base/langs1.c: Likewise.
17478 * gdb.base/langs2.c: Likewise.
17479 * gdb.base/mips_pro.c: Likewise.
17480 * gdb.base/nodebug.c: Likewise.
17481 * gdb.base/opaque0.c: Likewise.
17482 * gdb.base/opaque1.c: Likewise.
17483 * gdb.base/recurse.c: Likewise.
17484 * gdb.base/run.c: Likewise.
17485 * gdb.base/scope0.c: Likewise.
17486 * gdb.base/scope1.c: Likewise.
17487 * gdb.base/setshow.c: Likewise.
17488 * gdb.base/setvar.c: Likewise.
17489 * gdb.base/shmain.c: Likewise.
17490 * gdb.base/shr1.c: Likewise.
17491 * gdb.base/shr2.c: Likewise.
17492 * gdb.base/sigall.c: Likewise.
17493 * gdb.base/signals.c: Likewise.
17494 * gdb.base/so-indr-cl.c: Likewise.
17495 * gdb.base/solib2.c: Likewise.
17496 * gdb.base/structs.c: Likewise.
17497 * gdb.base/sum.c: Likewise.
17498 * gdb.base/vforked-prog.c: Likewise.
17499 * gdb.base/watchpoint.c: Likewise.
17500 * gdb.reverse/shr2.c: Likewise.
17501 * gdb.reverse/until-reverse.c: Likewise.
17502 * gdb.reverse/ur1.c: Likewise.
17503 * gdb.reverse/watch-reverse.c: Likewise.
17504
066a77c5
AA
175052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17506
17507 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17508 variant.
17509 * gdb.base/sepdebug.exp: Drop references to removed code.
17510
4f204ea5
AA
175112014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17512
17513 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17514 variant. Preserve original line numbering.
17515 * gdb.base/list1.c: Likewise.
17516
3b377a3a
AA
175172014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17518
17519 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17520 variant.
17521 * gdb.base/break1.c: Likewise.
17522 * gdb.base/break.exp: Drop references to removed code.
17523
e444df73
AA
175242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17525
17526 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17527 variant.
17528
8008f2a7
AA
175292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17530
17531 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17532
a5a06887
AA
175332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17534
17535 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17536 logic into perform_all_tests() and invoke it with and without
17537 function header prototypes.
17538 (do_function_calls): Remove conditional XFAIL for PR 5318.
17539 (rerun_and_prepare): Remove duplicate code.
17540 (perform_all_tests): New. Main logic moved here.
17541
44dba9b9
AA
175422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17543
17544 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17545 code guarded by #ifdef NO_PROTOTYPES.
17546 (t_double_many_args): Likewise.
17547 (DEF_FUNC_MANY_ARGS_1): Likewise.
17548 (DEF_FUNC_VALUES_1): Likewise.
17549 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17550 guarded by #ifdef PROTOTYPES.
17551
d1fbcd56
AA
175522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17553
17554 * gdb.mi/mi-console.c: Add eye-catcher.
17555 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17556 instead of literal line number.
17557
b0e59b8f
AA
175582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17559
17560 * gdb.base/shr2.c: Add eye-catcher.
17561 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17562 line number.
17563
78f98cca
AA
175642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17565
17566 * gdb.base/jump.c: Add eye-catchers.
17567 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17568 numbers.
17569
58fa2af0
AA
175702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17571
17572 * gdb.base/execd-prog.c: Add eye-catchers.
17573 * gdb.base/foll-exec.c: Likewise.
17574 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17575 line numbers.
17576
04e5059b
AA
175772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17578
17579 * gdb.base/ending-run.c: Add eye-catchers.
17580 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17581 literal line numbers.
17582
dbfdb174
AA
175832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17584
17585 * gdb.base/call-rt-st.c: Add eye-catchers.
17586 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17587 literal line numbers.
17588
888a2ade
AA
175892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17590
17591 * gdb.base/call-ar-st.c: Add eye-catchers.
17592 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17593 literal line numbers.
17594
6acc2dde
AA
175952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17596
17597 * gdb.base/average.c: Add eye-catchers.
17598 * gdb.base/sum.c: Likewise.
17599 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17600 regexps dynamically.
17601
9ecfcd1d
AA
176022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17603
17604 * gdb.base/solib1.c: Add eye-catchers.
17605 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17606 literal line numbers.
17607
78708b7c
PA
176082014-11-12 Pedro Alves <palves@redhat.com>
17609
17610 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17611 leader has exited.
17612
af48d08f
PA
176132014-11-12 Pedro Alves <palves@redhat.com>
17614
17615 * gdb.arch/i386-bp_permanent.c: New file.
17616 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17617 (srcfile): Set to i386-bp_permanent.c.
17618 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17619 that stepi does not execute the 'leave' instruction, instead of
17620 testing it does execute.
17621 * gdb.base/bp-permanent.c: New file.
17622 * gdb.base/bp-permanent.exp: New file.
17623
af3768e9
DE
176242014-11-10 Doug Evans <xdje42@gmail.com>
17625
17626 PR symtab/17564
17627 * gdb.base/symtab-search-order.exp: New file.
17628 * gdb.base/symtab-search-order.c: New file.
17629 * gdb.base/symtab-search-order-1.c: New file.
17630 * gdb.base/symtab-search-order-shlib-1.c: New file.
17631
9de00a4a
PA
176322014-11-07 Pedro Alves <palves@redhat.com>
17633
17634 PR gdb/17511
17635 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17636 i?86-*-linux*.
17637
e0f52461
SC
176382014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17639
17640 PR c++/17494
17641 * gdb.cp/pr17494.cc: New file.
17642 * gdb.cp/pr17494.exp: New file.
17643
6ce8c980
YQ
176442014-11-02 Yao Qi <yao@codesourcery.com>
17645
17646 * gdb.python/python.exp: Get working directory and match the
17647 output of "set extended-prompt \\w " with it.
17648
02be9a71
DE
176492014-10-30 Doug Evans <dje@google.com>
17650
17651 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17652 in objfiles.
17653 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17654 in progspaces.
17655
3bdff46b
LM
176562014-10-30 Janis Johnson <janisjo@codesourcery.com>
17657
17658 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17659 * gdb.base/realname-expand.exp: Likewise.
17660 * gdb.linespec/macro-relative.exp: Likewise.
17661
ab917dfb
PA
176622014-10-29 Pedro Alves <palves@redhat.com>
17663
17664 PR gdb/17408
17665 * gdb.threads/schedlock.c (some_function): New function.
17666 (call_function): New global.
17667 (MAYBE_CALL_SOME_FUNCTION): New macro.
17668 (thread_function): Call it.
17669 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17670 and use it instead of a global counter. Adjust all callers.
17671 (get_current_thread): Use "find current thread" for test message
17672 here rather than having all callers pass down the same string.
17673 (goto_loop): New procedure, factored out from ...
17674 (my_continue): ... this.
17675 (step_ten_loops): Change parameter from test message to command to
17676 use. Adjust.
17677 (list_count): Delete global.
17678 (check_result): New procedure, factored out from duplicate top
17679 level code.
17680 (continue tests): Wrap in with_test_prefix.
17681 (test_step): New procedure, factored out from duplicate top level
17682 code.
17683 (top level): Test "step" in combination with all scheduler-locking
17684 modes. Test "next" in combination with all scheduler-locking
17685 modes, and in combination with stepping over a function call or
17686 not.
17687 * gdb.threads/next-bp-other-thread.c: New file.
17688 * gdb.threads/next-bp-other-thread.exp: New file.
17689
d3d4baed
PA
176902014-10-29 Pedro Alves <palves@redhat.com>
17691
17692 PR python/17372
17693 * gdb.python/python.exp: Test a multi-line command that spawns
17694 interactive Python.
17695 * gdb.base/multi-line-starts-subshell.exp: New file.
17696
563e8d85
YQ
176972014-10-29 Yao Qi <yao@codesourcery.com>
17698
17699 * gdb.base/fileio.exp: Make directories on host.
17700
0ea4d52e
YQ
177012014-10-29 Yao Qi <yao@codesourcery.com>
17702
17703 * gdb.base/fileio.c (test_write): Close the file.
17704
7f5ef605
PA
177052014-10-28 Pedro Alves <palves@redhat.com>
17706
17707 PR gdb/12623
17708 * gdb.base/sigstep.c (no_handler): New global.
17709 (main): If 'no_handler is true, set the signal handlers to
17710 SIG_IGN.
17711 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17712 with_sw_watch and no_handler parameters. Handle them.
17713 (top level) <stepping over handler when stopped at a breakpoint
17714 test>: Add a test axis for testing with a software watchpoint, and
17715 another for testing with the signal handler set to SIG_IGN.
17716 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17717 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17718
abbdbd03
PA
177192014-10-28 Pedro Alves <palves@redhat.com>
17720
17721 PR gdb/17511
17722 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17723 * gdb.base/sigstep.exp (other_handler_location): New global.
17724 (advance): Support stepping into the signal handler, and running
17725 commands while in the handler.
17726 (in_handler_map): New global.
17727 (top level): In the advance test, add combinations for getting
17728 into the handler with stepping commands, and for running commands
17729 in the handler. Add comment descripting the advancei tests.
17730
1df4399f
PA
177312014-10-28 Pedro Alves <palves@redhat.com>
17732
17733 * gdb.base/sigstep.exp: Use build_executable instead of
17734 prepare_for_testing.
17735 (top level): Move code that starts GDB, runs to main and creates a
17736 display to ...
17737 (restart): ... this new procedure.
17738 (top level): Move backtrace from signal handler test to ...
17739 (validate_backtrace): ... this new procedure.
17740 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17741 with_test_prefix. Always restart GDB.
17742 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17743 with_test_prefix. Always restart GDB. No need to delete
17744 breakpoints after the test.
17745 (test_skip_handler): Remove prefix parameter.
17746 (skip_over_handler, breakpoint_to_handler)
17747 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17748 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17749 restart GDB. No need to delete breakpoints after the test.
17750 (top level): Use foreach to call the test procedures with
17751 different commands.
17752
a5b6e449
PA
177532014-10-28 Pedro Alves <palves@redhat.com>
17754
17755 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17756 instead of GNATS numbers.
17757 * gdb.base/sigbpt.exp: Likewise.
17758 * gdb.base/siginfo.exp: Likewise.
17759 * gdb.base/sigstep.exp: Likewise.
17760
e5f8a7cc
PA
177612014-10-27 Pedro Alves <palves@redhat.com>
17762
17763 * gdb.base/sigstep.c (dummy): New global.
17764 (main): Issue a couple writes to the new global.
17765 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17766 procedures.
17767 (skip_over_handler): Use test_skip_handler.
17768 (top level): Call skip_over_handler for stepi and nexti too.
17769 (breakpoint_over_handler): Use test_skip_handler.
17770 (top level): Call breakpoint_over_handler for stepi and nexti too.
17771
763905a3
YQ
177722014-10-27 Yao Qi <yao@codesourcery.com>
17773
17774 * gdb.trace/tfile.c (adjust_function_address)
17775 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17776 function descriptor.
17777
6f259a23
DB
177782014-10-24 Don Breazeal <donb@codesourcery.com>
17779
17780 * gdb.base/foll-fork.exp (test_follow_fork,
17781 catch_fork_child_follow): Check for updated fork messages emitted
17782 from infrun.c.
17783 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17784 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17785 vfork_and_exec_child_follow_through_step): Check for updated vfork
17786 messages emitted from infrun.c.
17787
09dd9a69
PA
177882014-10-24 Pedro Alves <palves@redhat.com>
17789
17790 * gdb.base/corefile.exp: Remove references to ultrix.
17791 * gdb.base/interrupt.exp: Likewise.
17792 * gdb.base/whatis.exp: Likewise.
17793 * gdb.gdb/selftest.exp: Likewise.
17794 * gdb.threads/manythreads.exp: Likewise.
17795 * gdb.threads/print-threads.exp: Likewise.
17796 * gdb.threads/pthreads.exp:: Likewise.
17797 * gdb.threads/schedlock.exp: Likewise.
17798
3433cfa5
SC
177992014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17800
17801 * gdb.cp/non-trivial-retval.cc: Add a test case.
17802 * gdb.cp/non-trivial-retval.exp: Add a test.
17803
092f880b
YQ
178042014-10-20 Yao Qi <yao@codesourcery.com>
17805
17806 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17807 * gdb.python/py-objfile-script-gdb.py: New file.
17808 * gdb.python/py-objfile-script.exp: Update reference to
17809 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17810 of remote_download. Remove the dest file.
17811
acbdb7f3
YQ
178122014-10-20 Yao Qi <yao@codesourcery.com>
17813
17814 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17815 * gdb.base/step-line.exp: Likewise.
17816 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17817 * gdb.dwarf2/dw2-basic.exp: Likewise.
17818 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17819 * gdb.dwarf2/dw2-filename.exp: Likewise.
17820 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17821 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17822 * gdb.dwarf2/dw2-producer.exp: Likewise.
17823 * gdb.dwarf2/mac-fileno.exp: Likewise.
17824 * gdb.python/py-frame-args.exp: Likewise.
17825 * gdb.python/py-framefilter.exp: Likewise.
17826 * gdb.python/py-mi.exp: Likewise.
17827 * gdb.python/py-objfile-script.exp: Likewise
17828 * gdb.python/py-pp-integral.exp: Likewise.
17829 * gdb.python/py-pp-re-notag.exp: Likewise.
17830 * gdb.python/py-prettyprint.exp: Likewise.
17831 * gdb.python/py-section-script.exp: Likewise.
17832 * gdb.python/py-typeprint.exp: Likewise.
17833 * gdb.python/py-xmethods.exp: Likewise.
17834 * gdb.stabs/weird.exp: Likewise.
17835 * gdb.xml/tdesc-regs.exp: Likewise.
17836
bd286a29
KCY
178372014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17838
17839 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17840 (out_cu): Use addr_len for the size of addresses.
17841 (out_line): Likewise. Size DW_LNE_set_address instruction
17842 according to addr_len.
17843 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17844 (FUNC): Add START_INSNS to definition.
17845
673dc4a0
YQ
178462014-10-18 Yao Qi <yao@codesourcery.com>
17847
17848 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17849 gdb_has_argv0 return true.
17850 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17851 check [target_info exists noargs], check [gdb_has_argv0]
17852 instead.
17853 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17854 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17855 procedures.
17856
4ffbba72
DE
178572014-10-17 Doug Evans <dje@google.com>
17858
17859 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17860 event.
17861 * gdb.python/py-events.py: Add clear_objfiles event.
17862
d096d8c1
DE
178632014-10-17 Doug Evans <dje@google.com>
17864
17865 * gdb.python/py-objfile.exp: Test progspace attribute.
17866
a80db015
LM
178672014-10-17 Luis Machado <lgustavo@codesourcery.com>
17868
17869 * gdb.guile/scm-breakpoint.exp: Do not assume any
17870 directory separators when matching source file paths.
17871 * gdb.python/py-breakpoint.exp: Likewise.
17872 * gdb.reverse/break-precsave.exp: Likewise.
17873 * gdb.reverse/break-reverse.exp: Likewise.
17874 * gdb.reverse/consecutive-precsave.exp: Likewise.
17875 * gdb.reverse/finish-precsave.exp: Likewise.
17876 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17877 * gdb.reverse/finish-reverse.exp: Likewise.
17878 * gdb.reverse/i386-precsave.exp: Likewise.
17879 * gdb.reverse/i387-env-reverse.exp: Likewise.
17880 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17881 * gdb.reverse/machinestate-precsave.exp: Likewise.
17882 * gdb.reverse/machinestate.exp: Likewise.
17883 * gdb.reverse/sigall-precsave.exp: Likewise.
17884 * gdb.reverse/solib-precsave.exp: Likewise.
17885 * gdb.reverse/step-precsave.exp: Likewise.
17886 * gdb.reverse/until-precsave.exp: Likewise.
17887 * gdb.reverse/watch-precsave.exp: Likewise.
17888 * gdb.reverse/watch-reverse.exp: Likewise.
17889
b22089ab
YQ
178902014-10-17 Yao Qi <yao@codesourcery.com>
17891
17892 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17893 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17894
6c4486e6
PA
178952014-10-17 Pedro Alves <palves@redhat.com>
17896
17897 PR gdb/17471
17898 * gdb.base/bg-execution-repeat.c: New file.
17899 * gdb.base/bg-execution-repeat.exp: New file.
17900
0ff33695
PA
179012014-10-17 Pedro Alves <palves@redhat.com>
17902
17903 PR gdb/17300
17904 * gdb.base/continue-all-already-running.c: New file.
17905 * gdb.base/continue-all-already-running.exp: New file.
17906
6fdebc3d
PA
179072014-10-17 Pedro Alves <palves@redhat.com>
17908
17909 PR gdb/17472
17910 * gdb.base/annota-input-while-running.c: New file.
17911 * gdb.base/annota-input-while-running.exp: New file.
17912
32a8097b
PA
179132014-10-17 Pedro Alves <palves@redhat.com>
17914
17915 * gdb.base/callfuncs.exp: emove references to osf.
17916 * gdb.base/sigall.exp: Likewise.
17917 * gdb.gdb/selftest.exp: Likewise.
17918 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17919 * gdb.mi/non-stop.c: Likewise.
17920 * gdb.mi/pthreads.c: Likewise.
17921 * gdb.reverse/sigall-precsave.exp: Likewise.
17922 * gdb.reverse/sigall-reverse.exp: Likewise.
17923 * gdb.threads/pthreads.c: Likewise.
17924 * gdb.threads/pthreads.exp: Likewise.
17925
7a3517ff
YQ
179262014-10-17 Yao Qi <yao@codesourcery.com>
17927
17928 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17929 check 'target_info exists noargs'.
17930 (test_command_prompt_position): Likewise.
17931 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17932 Remove "set args".
17933 (progvar_simple_while_test): Likewise.
17934 (progvar_complex_if_while_test): Likewise.
17935 (if_while_breakpoint_command_test): Likewise.
17936 (infrun_breakpoint_command_test): Likewise.
17937 (breakpoint_command_test): Likewise.
17938 (watchpoint_command_test): Likewise.
17939 (bp_deleted_in_command_test): Likewise.
17940 (temporary_breakpoint_commands): Likewise.
17941
bb99c472
YQ
179422014-10-16 Yao Qi <yao@codesourcery.com>
17943
17944 * gdb.base/remotetimeout.exp: Remove noargs checking.
17945
7c16b83e
PA
179462014-10-15 Pedro Alves <palves@redhat.com>
17947
17948 PR breakpoints/9649
17949 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17950 * gdb.base/breakpoint-in-ro-region.exp
17951 (probe_target_hardware_step): New procedure.
17952 (top level): Probe hardware stepping and hardware breakpoint
17953 support. Test stepping through a read-only region, with both
17954 "breakpoint auto-hw" on and off and both "always-inserted" on and
17955 off.
17956
35a49624
IB
179572014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17958
17959 * gdb.dlang/demangle.exp: Update for demangling changes.
17960
2d1c107c
SC
179612014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17962
17963 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17964 * gdb.cp/non-trivial-retval.exp: Add new tests.
17965
778811d5
SC
179662014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17967
17968 PR c++/13403
17969 PR c++/15154
17970 * gdb.cp/non-trivial-retval.cc: New file.
17971 * gdb.cp/non-trivial-retval.exp: New file.
17972
10c5f0a8
YQ
179732014-10-15 Yao Qi <yao@codesourcery.com>
17974
17975 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17976 remote host.
17977
65d7b369
YQ
179782014-10-15 Yao Qi <yao@codesourcery.com>
17979
17980 * gdb.python/py-symbol.exp: Match file base name if host is
17981 remote, otherwise match file name with dir name.
17982 * gdb.python/py-symtab.exp: Likewise.
17983 * gdb.python/python.exp: Likewise.
17984
46dc1394
YQ
179852014-10-15 Yao Qi <yao@codesourcery.com>
17986
17987 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17988 pattern.
17989 * gdb.python/py-symtab.exp: Likewise.
17990 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17991 locationn.
17992
c40cc657
JB
179932014-10-14 Joel Brobecker <brobecker@adacore.com>
17994
17995 * gdb.ada/addr_arith: New testcase.
17996
2abf49e1
MR
179972014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17998
17999 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18000 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18001 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18002 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18003
f7088df3
SDJ
180042014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18005
18006 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18007 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18008 * gdb.arch/stap-eval-lang-ada.exp: New file.
18009
4dc06805
YQ
180102014-10-14 Yao Qi <yao@codesourcery.com>
18011
18012 * gdb.mi/mi-var-child.c (nothing1): New function.
18013 (nothing2): New function.
18014 (do_children_tests): Set function pointers by nothing1 and
18015 nothing2.
18016 * gdb.mi/mi-var-child.exp: Step over new added statements.
18017 Update test to match the new output.
18018 * gdb.mi/var-cmd.c (nothing1): New function.
18019 (nothing2): New function.
18020 (do_children_tests): Set function pointers by nothing1 and
18021 nothing2.
18022 * gdb.mi/mi-var-display.exp: Update test to match output.
18023 Step to the line specified by $line_dct_nothing.
18024 Increase the number of lines to step.
18025
46a93de2
YQ
180262014-10-14 Yao Qi <yao@codesourcery.com>
18027
18028 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18029 tests.
18030 * gdb.mi/mi2-var-child.exp: Likewise.
18031
14ea52ee
DE
180322014-10-13 Doug Evans <dje@google.com>
18033
18034 * gdb.python/py-objfile.exp: Change name of file name test.
18035
e5c6e92b
DE
180362014-10-13 Doug Evans <dje@google.com>
18037
18038 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18039 from the start of the CU.
18040
c780cc2f
JK
180412014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18042 Yao Qi <yao@codesourcery.com>
18043
18044 Fix "save breakpoints" for "catch" command.
18045 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18046 Remove -nonewline. Match also the added "main" line.
18047
99894e11
JK
180482014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18049
18050 Fix "save breakpoints" for "disable $bpnum" command.
18051 * gdb.base/save-bp.c (main): Add label.
18052 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18053
6e1ac5a3
JK
180542014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18055
18056 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18057
754dd2b0
YQ
180582014-10-11 Yao Qi <yao@codesourcery.com>
18059
18060 * gdb.server/server-kill.exp: Execute command
18061 "set remote trace-status-packet on" before "tstatus".
18062
f90183d7
YQ
180632014-10-11 Yao Qi <yao@codesourcery.com>
18064
18065 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18066 (main): Call getppid.
18067 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18068 and continue to it. Read variable "server_pid".
18069
bf40a607
YQ
180702014-10-11 Yao Qi <yao@codesourcery.com>
18071
18072 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18073
052ca370
YQ
180742014-10-11 Yao Qi <yao@codesourcery.com>
18075
18076 * gdb.threads/thread-find.exp: Don't execute command
18077 "info threads".
18078 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18079 * gdb.threads/linux-dp.exp: Don't check the condition
18080 $threads_created equals to zero.
18081
3831839c
PA
180822014-10-10 Pedro Alves <palves@redhat.com>
18083
18084 * gdb.base/bigcore.exp: Remove references to IRIX.
18085 * gdb.base/funcargs.exp: Likewise.
18086 * gdb.base/interrupt.exp: Likewise.
18087 * gdb.base/mips_pro.exp: Likewise.
18088 * gdb.base/nodebug.exp: Likewise.
18089 * gdb.base/setvar.exp: Likewise.
18090 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18091
8b9a549d
PA
180922014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18093 Pedro Alves <palves@redhat.com>
18094
18095 PR symtab/14466
18096 * gdb.base/vdso-warning.c: New file.
18097 * gdb.base/vdso-warning.exp: New file.
18098
d48ba5e8
DE
180992014-10-02 Doug Evans <dje@google.com>
18100
18101 * gdb.base/structs.c (main): Don't run forever.
18102
2278c276
PA
181032014-10-02 Pedro Alves <palves@redhat.com>
18104
18105 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18106 (top level) <stop threads 1, stop threads 2>: Use it.
18107
b57bacec
PA
181082014-10-02 Pedro Alves <palves@redhat.com>
18109
18110 * gdb.threads/break-while-running.exp (test): Add new
18111 'update_thread_list' argument. Skip "info threads" if false.
18112 (top level): Add new 'update_thread_list' axis.
18113
13fd3ff3
PA
181142014-10-02 Pedro Alves <palves@redhat.com>
18115
18116 PR breakpoints/17431
18117 * gdb.base/execl-update-breakpoints.c: New file.
18118 * gdb.base/execl-update-breakpoints.exp: New file.
18119
0fec99e8
PA
181202014-10-01 Pedro Alves <palves@redhat.com>
18121
18122 * gdb.base/breakpoint-in-ro-region.c: New file.
18123 * gdb.base/breakpoint-in-ro-region.exp: New file.
18124
2ddf4301
SM
181252014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18126
18127 * gdb.mi/mi-exit-code.exp: New file.
18128 * gdb.mi/mi-exit-code.c: New file.
18129
6a5f3f43
YQ
181302014-09-30 Yao Qi <yao@codesourcery.com>
18131
18132 * lib/prelink-support.exp (build_executable_own_libs): Error if
18133 the target isn't native.
18134
345bcc73
YQ
181352014-09-30 Yao Qi <yao@codesourcery.com>
18136
18137 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18138 false.
18139
a25a5a45
PA
181402014-09-22 Pedro Alves <palves@redhat.com>
18141
18142 * gdb.threads/break-while-running.exp: New file.
18143 * gdb.threads/break-while-running.c: New file.
18144
00ba3162
YQ
181452014-09-19 Yao Qi <yao@codesourcery.com>
18146
18147 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18148 Invoke test. Restart GDB with --readnow and invoke test again.
18149
c3b7b696
YQ
181502014-09-19 Yao Qi <yao@codesourcery.com>
18151
18152 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18153 proc set_breakpoint_on_gcd_function. Invoke
18154 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18155 invoke set_breakpoint_on_gcd_function again.
18156
2b4fd423
DE
181572014-09-18 Doug Evans <dje@google.com>
18158
18159 * gdb.dwarf2/symtab-producer.exp: New file.
18160
a5947601
SDJ
181612014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18162
18163 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18164 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18165 * gdb.base/global-var-nested-by-dso.c: Likewise.
18166 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18167
91c19059
SDJ
181682014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18169 Pedro Alves <palves@redhat.com>
18170
18171 * gdb.base/watch-bitfields.exp: Pass string other than test file
18172 name to prepare_for_testing.
18173 (watch): New procedure.
18174 (expect_watchpoint): Use with_test_prefix.
18175 (top level): Factor out tests to ...
18176 (test_watch_location, test_regular_watch): ... these new
18177 procedures, and use with_test_prefix and gdb_continue_to_end.
18178
bb9d5f81
PP
181792014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18180
18181 PR breakpoints/12526
18182 * gdb.base/watch-bitfields.exp: New file.
18183 * gdb.base/watch-bitfields.c: New file.
18184
635856f5
PA
181852014-09-16 Pedro Alves <palves@redhat.com>
18186
18187 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18188 software and hardware addresses, not software address against
18189 itself.
18190
7280ceea
PA
181912014-09-16 Pedro Alves <palves@redhat.com>
18192
18193 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18194 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18195
428b16bd
PA
181962014-09-16 Pedro Alves <palves@redhat.com>
18197
18198 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18199 files.
18200 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18201 "*-*-vxworks*" throughout.
18202 * gdb.base/break.exp: Likewise.
18203 * gdb.base/default.exp: Likewise.
18204 * gdb.base/scope.exp: Likewise.
18205 * gdb.base/sepdebug.exp: Likewise.
18206 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18207 throughout.
18208 * gdb.base/run.c: Likewise.
18209 * gdb.base/sepdebug.c: Likewise.
18210 * gdb.hp/gdb.aCC/run.c: Likewise.
18211 * gdb.reverse/until-reverse.c: Likewise.
18212 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18213
666d413c
YQ
182142014-09-16 Yao Qi <yao@codesourcery.com>
18215
18216 * boards/local-remote-host-native.exp: New file.
18217
57cbd724
DE
182182014-09-14 Doug Evans <xdje42@gmail.com>
18219
18220 * gdb.threads/queue-signal.c (thread_count): New variable.
18221 (thread_count_mutex, thread_count_condvar): New variables.
18222 (incr_thread_count, wait_all_threads_running): New functions.
18223 (main): Wait for all threads to be in their thread functions.
18224
81219e53
DE
182252014-09-13 Doug Evans <xdje42@gmail.com>
18226
18227 * gdb.threads/queue-signal.c: New file.
18228 * gdb.threads/queue-signal.exp: New file.
18229
3714cea7
DE
182302014-09-13 Doug Evans <xdje42@gmail.com>
18231
18232 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18233 be consistent with what default_gdb_init uses.
18234 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18235 the plain text of the prompt. Add some logging printfs.
18236 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18237
fa43b1d7
PA
182382014-09-12 Pedro Alves <palves@redhat.com>
18239
18240 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18241 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18242 * gdb.arch/i386-size-overlap.exp: Likewise.
18243 * gdb.arch/i386-size.exp: Likewise.
18244 * gdb.arch/i386-unwind.exp: Likewise.
18245 * gdb.base/a2-run.exp: Likewise.
18246 * gdb.base/break.exp: Likewise.
18247 * gdb.base/charset.exp: Likewise.
18248 * gdb.base/chng-syms.exp: Likewise.
18249 * gdb.base/commands.exp: Likewise.
18250 * gdb.base/dbx.exp: Likewise.
18251 * gdb.base/find.exp: Likewise.
18252 * gdb.base/funcargs.exp: Likewise.
18253 * gdb.base/jit-simple.exp: Likewise.
18254 * gdb.base/reread.exp: Likewise.
18255 * gdb.base/sepdebug.exp: Likewise.
18256 * gdb.base/step-bt.exp: Likewise.
18257 * gdb.cp/mb-inline.exp: Likewise.
18258 * gdb.cp/mb-templates.exp: Likewise.
18259 * gdb.objc/basicclass.exp: Likewise.
18260 * gdb.threads/killed.exp: Likewise.
18261
9d9bf2df
EBM
182622014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18263
18264 PR tdep/17379
18265 * gdb.arch/powerpc-stackless.S: New file.
18266 * gdb.arch/powerpc-stackless.exp: New file.
18267
1cf2f1b0
JK
182682014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18269
18270 * gdb.base/attach.c: Include unistd.h.
18271 (main): Call alarm. Add label postloop.
18272 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18273 gdb_breakpoint, gdb_continue_to_breakpoint.
18274 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18275
98880d46
PA
182762014-09-11 Pedro Alves <palves@redhat.com>
18277
18278 PR gdb/17347
18279 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18280 * gdb.base/attach.exp (test_command_line_attach_run): New
18281 procedure.
18282 (top level): Call it.
18283
4c92ff2c
PA
182842014-09-11 Pedro Alves <palves@redhat.com>
18285
18286 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18287 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18288 (do_command_attach_tests): Use spawn_wait_for_attach.
18289 * gdb.base/solib-overlap.exp: Likewise.
18290 * gdb.multi/multi-attach.exp: Likewise.
18291 * gdb.python/py-prompt.exp: Likewise.
18292 * gdb.python/py-sync-interp.exp: Likewise.
18293 * gdb.server/ext-attach.exp: Likewise.
18294
3adc1a7d
GKB
182952014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18296
18297 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18298 command in testcase. Simplify testcase.
18299
96334934
JB
183002014-09-10 Joel Brobecker <brobecker@adacore.com>
18301
18302 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18303
eb479039
JB
183042014-09-10 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18307
deede10c
JB
183082014-09-10 Joel Brobecker <brobecker@adacore.com>
18309
18310 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18311
7828a5f5
JB
183122014-09-10 Joel Brobecker <brobecker@adacore.com>
18313
18314 * gdb.dwarf2/dynarr-ptr.c: New file.
18315 * gdb.dwarf2/dynarr-ptr.exp: New file.
18316
33aeebcf
MR
183172014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18318
18319 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18320 of 30 rather than hardcoding 120 for a slow test case. Take the
18321 `gdb,timeout' target setting into account for this calculation.
18322 Don't extend the timeout for the test cases that don't need it.
18323
7b415901
MR
183242014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18325
18326 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18327 a factor of 2 for a slow test case. Take the `gdb,timeout'
18328 target setting into account for this calculation.
18329 * gdb.reverse/until-precsave.exp: Increase the timeout by
18330 a factor of 15 and 3 respectively rather than adding 120
18331 for a pair of slow test cases. Take the `gdb,timeout'
18332 target setting into account for this calculation.
18333
4a40f85a
MR
183342014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18335
18336 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18337 timeout, don't pass one down to gdb_expect.
18338 (gdb_expect): Rework timeout selection.
18339
09635af7
MR
183402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18341
18342 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18343 exception on timeout.
18344 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18345 (gdbserver_start_extended): Catch any `gdbserver_start' error
18346 exceptions.
18347 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18348 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18349 `gdbserver_gdb_load' error exceptions.
18350
2bdd10b7
MR
183512014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18352
18353 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18354 120 on waiting for the TCP socket to open.
18355
316935f0
DE
183562014-09-09 Doug Evans <xdje42@gmail.com>
18357
18358 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18359 _caller_matches, _any_caller_is, _any_caller_matches.
18360
83740597
DE
183612014-09-09 Doug Evans <xdje42@gmail.com>
18362
18363 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18364
4c122fc3
YQ
183652014-09-09 Yao Qi <yao@codesourcery.com>
18366
18367 * gdb.mi/mi-var-display.exp: Set print symbol off.
18368
a9f116cb
GKB
183692014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18370
18371 PR gdb/17035
18372 * gdb.base/commands.exp: Add tests to verify user-defined
18373 commands with empty bodies.
18374 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18375 python commands in `show user command`.
18376 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18377 scheme commands in `show user command`.
18378
c75bd3a2
JK
183792014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18380
18381 PR python/17355
18382 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18383 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18384 * gdb.python/py-framefilter-invalidarg.exp: New file.
18385 * gdb.python/py-framefilter-invalidarg.py: New file.
18386
faa42425
DE
183872014-09-06 Doug Evans <xdje42@gmail.com>
18388
18389 PR 15276
18390 * gdb.python/py-caller-is.c: New file.
18391 * gdb.python/py-caller-is.exp: New file.
18392
474ca4f6
SDJ
183932014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18394
18395 PR gdb/17235
18396 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18397 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18398
eb0b0463
SDJ
183992014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18400
18401 PR fortran/17237
18402 * gdb.fortran/print-formatted.exp: New file.
18403 * gdb.fortran/print-formatted.f90: Likewise.
18404
5f3b99cf
SS
184052014-09-03 Sasha Smundak <asmundak@google.com>
18406
18407 * gdb.python/py-frame.exp: Test Frame.read_register.
18408
7d793aa9
SDJ
184092014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18410
18411 PR python/16699
18412 * gdb.python/py-completion.exp: New file.
18413 * gdb.python/py-completion.py: Likewise.
18414
fb0576e9
DE
184152014-08-28 Doug Evans <dje@google.com>
18416
18417 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18418 eax,etc. are live with values set by gdb and thus the compiler can't
18419 use them.
18420 * gdb.arch/i386-pseudo.c (main): Ditto.
18421
ee92b0dd
DE
184222014-08-27 Doug Evans <dje@google.com>
18423
18424 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18425
6649db35
DE
184262014-08-25 Doug Evans <dje@google.com>
18427
18428 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18429 (main): Ditto.
18430
564b7600
DE
184312014-08-25 Doug Evans <dje@google.com>
18432
18433 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18434
3881fb67
YQ
184352014-08-24 Yao Qi <yao@codesourcery.com>
18436
18437 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18438 symbol off.
18439 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18440
a05a36a5
DE
184412014-08-22 Doug Evans <dje@google.com>
18442
18443 PR 17276
18444 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18445 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18446 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18447
7c343b48
YQ
184482014-08-22 Yao Qi <yao@codesourcery.com>
18449
18450 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18451 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18452 * gdb.python/python.exp: Likewise. Use .py file on the host
18453 instead of the build.
18454
22fd09ae
JK
184552014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18456
18457 * gdb.threads/gcore-stale-thread.c: New file.
18458 * gdb.threads/gcore-stale-thread.exp: New file.
18459
a8454a7c
PA
184602014-08-21 Pedro Alves <palves@redhat.com>
18461
18462 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18463 * gdb.base/gcore-relro-pie.exp: Likewise.
18464 * gdb.base/gcore-relro.exp: Likewise.
18465 * gdb.base/gcore.exp: Likewise.
18466 * gdb.base/print-symbol-loading.exp: Likewise.
18467 * gdb.threads/gcore-thread.exp: Likewise.
18468 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18469
2a31c623
PA
184702014-08-20 Pedro Alves <palves@redhat.com>
18471 Jan Kratochvil <jan.kratochvil@redhat.com>
18472
18473 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18474 configure.
18475 (EXPECT): Handle READ1 being set.
18476 (all): Depend on EXTRA_RULES.
18477 (check-read1, expect-read1, read1.so, read1): New rules.
18478 * README (Testsuite Parameters): Document the READ1 make variable.
18479 (Race detection): New section.
18480 * configure: Regenerate.
18481 * configure.ac: If build==host==target, and running under a
18482 GNU/glibc system, add read1 to the extra Makefile rules.
18483 (EXTRA_RULES): AC_SUBST it.
18484 * lib/read1.c: New file.
18485
d36430db
JB
184862014-08-20 Joel Brobecker <brobecker@adacore.com>
18487
18488 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18489 the handling of variables declared as a typedef to an array
18490 which a DW_AT_data_location attribute.
18491
9a0dc9e3
PA
184922014-08-19 Andrew Burgess <aburgess@broadcom.com>
18493 Pedro Alves <palves@redhat.com>
18494
18495 PR symtab/14604
18496 PR symtab/14605
18497 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18498 gdb_test.
18499
0718a8da
PA
185002014-08-19 Pedro Alves <palves@redhat.com>
18501
18502 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18503
13b448cd
YQ
185042014-08-19 Yao Qi <yao@codesourcery.com>
18505
18506 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18507 right line.
18508
1cbf5077
DB
185092014-08-18 David Blaikie <dblaikie@gmail.com>
18510
18511 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18512
bf0fae19
JB
185132014-08-18 Joel Brobecker <brobecker@adacore.com>
18514
18515 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18516 attribute in array range.
18517
3c8c5dcc
JB
185182014-08-18 Joel Brobecker <brobecker@adacore.com>
18519
18520 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18521
e66d4446
SC
185222014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18523
18524 PR c++/17132
18525 * gdb.cp/pr17132.cc: New file.
18526 * gdb.cp/pr17132.exp: New file.
18527
940df408
SC
185282014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18529
18530 * gdb.python/py-xmethods.py (A_getarrayind)
18531 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18532 Use 'print' with function call syntax.
18533 (E_method_matcher.match): Fix tab vs space indentation mixup.
18534
ebcc6c3a
YQ
185352014-08-15 Yao Qi <yao@codesourcery.com>
18536
18537 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18538 false.
18539
775e0f04
YQ
185402014-08-15 Yao Qi <yao@codesourcery.com>
18541
18542 * gdb.cp/casts.exp: Set print symbol off.
18543 * gdb.cp/class2.exp: Likewise.
18544 * gdb.cp/overload.exp: Likewise.
18545 * gdb.cp/templates.exp: Likewise.
18546
d769e349
DE
185472014-08-11 Doug Evans <dje@google.com>
18548
18549 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18550 (test_load_shlib): Update.
18551
20c6f1e1
YQ
185522014-08-09 Yao Qi <yao@codesourcery.com>
18553
18554 * gdb.base/display.exp: Invoke is_address_zero_readable.
18555 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18556 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18557 * gdb.base/hbreak-unmapped.exp: Return if
18558 is_address_zero_readable returns true.
18559 * gdb.base/signest.exp: Likewise.
18560 * gdb.base/signull.exp: Likewise.
18561 * gdb.base/sigbpt.exp: Likewise.
18562 * gdb.guile/scm-disasm.exp: Do the test if
18563 is_address_zero_readable returns false.
18564 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18565 * gdb.python/py-arch.exp: Likewise.
18566 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18567 * lib/gdb.exp (is_address_zero_readable): New proc.
18568
5792e8e3
YQ
185692014-08-09 Yao Qi <yao@codesourcery.com>
18570
18571 PR testsuite/13443
18572 * gdb.mi/mi-var-display.exp: Make test messages unique.
18573
3cecbbbe
TT
185742014-08-04 Tom Tromey <tromey@redhat.com>
18575
18576 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18577 target 0".
18578
00b51ff5
TT
185792014-08-04 Tom Tromey <tromey@redhat.com>
18580
18581 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18582 "target_resume".
18583
6908c509
JB
185842014-08-01 Joel Brobecker <brobecker@adacore.com>
18585
18586 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18587 inner_vla_struct_object_size.
18588 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18589 as xfail.
18590
cc6563d2
PA
185912014-07-30 Pedro Alves <palves@redhat.com>
18592
18593 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18594 comment.
18595
7e09a223
YQ
185962014-07-29 Yao Qi <yao@codesourcery.com>
18597
18598 PR gdb/17206
18599 * gdb.base/until-nodebug.exp: New.
18600
7ebdbe92
DE
186012014-07-28 Doug Evans <xdje42@gmail.com>
18602
18603 PR guile/17203
18604 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18605 previously existing parameter, and previously ambiguously spelled
18606 parameter.
18607
fdb1adc6
WN
186082014-07-28 Will Newton <will.newton@linaro.org>
18609
18610 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18611
186fcde0
DE
186122014-07-26 Ludovic Courtès <ludo@gnu.org>
18613 Doug Evans <xdje42@gmail.com>
18614
18615 PR guile/17146
18616 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18617
70509625
PA
186182014-07-25 Pedro Alves <palves@redhat.com>
18619
18620 * gdb.threads/signal-command-handle-nopass.c: New file.
18621 * gdb.threads/signal-command-handle-nopass.exp: New file.
18622 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18623 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18624 * gdb.threads/signal-delivered-right-thread.c: New file.
18625 * gdb.threads/signal-delivered-right-thread.exp: New file.
18626
c3f814a1
PA
186272014-07-25 Pedro Alves <palves@redhat.com>
18628
18629 * gdb.base/double-prompt-target-event-error.exp
18630 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18631 match.
18632 (cancel_pagination_in_target_event): Rework double prompt
18633 detection.
18634 * gdb.base/paginate-after-ctrl-c-running.exp
18635 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18636 <return>' match.
18637 * gdb.base/paginate-bg-execution.exp
18638 (test_bg_execution_pagination_return)
18639 (test_bg_execution_pagination_cancel): Remove '-notransfer
18640 <return>' matches.
18641 * gdb.base/paginate-execution-startup.exp
18642 (test_fg_execution_pagination_return)
18643 (test_fg_execution_pagination_cancel): Remove '-notransfer
18644 <return>' matches.
18645 * gdb.base/paginate-inferior-exit.exp
18646 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18647 match.
18648 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18649 * lib/gdb.exp (pagination_prompt): Run text through
18650 string_to_regexp.
18651 (gdb_test_multiple): Match $pagination_prompt instead of
18652 "<return>".
18653 (string_to_regexp): Move to lib/gdb-utils.exp.
18654
e214cf6c
JK
186552014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18656
18657 * gdb.arch/amd64-entry-value-paramref.S: New file.
18658 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18659 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18660 * gdb.arch/amd64-optimout-repeat.S: New file.
18661 * gdb.arch/amd64-optimout-repeat.c: New file.
18662 * gdb.arch/amd64-optimout-repeat.exp: New file.
18663
17d0c5c8
JK
186642014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18665
18666 PR gdb/17170
18667 * gdb.base/statistics.exp: New file.
18668
b8b8facf
DE
186692014-07-17 Doug Evans <dje@google.com>
18670
74b49205 18671 PR gdb/17170
b8b8facf
DE
18672 * gdb.base/maint.exp: Update testing of per-command stats.
18673
1b5d0ab3
PA
186742014-07-16 Pedro Alves <palves@redhat.com>
18675
18676 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18677 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18678 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18679 (tfile_write_buf): New functions.
18680 (add_memory_block): Rewrite using the above.
18681 (adjust_function_address): New function.
18682 (FUNCTION_ADDRESS): New macro.
18683 (write_basic_trace_file): Remove short_x local, and use
18684 tfile_write_16. Change type of func_addr local to unsigned long
18685 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18686 here. Cast argument of add_memory_block to char pointer.
18687 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18688 (main): Remove parameters.
18689 * gdb.trace/tfile.exp: Remove nowarnings.
18690
4d974e88
SM
186912014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18692
18693 * gdb.base/debug-expr.exp: Test string evaluation with
18694 "debug expression" on.
18695
41e99568
PA
186962014-07-15 Pedro Alves <palves@redhat.com>
18697
18698 * gdb.base/reread.exp: Use clean_restart.
18699
487d9753
PL
187002014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18701
18702 * gdb.arch/avr-flash-qualifer.c: New.
18703 * gdb.arch/avr-flash-qualifer.exp: New.
18704
cc1c52ad
PA
187052014-07-14 Pedro Alves <palves@redhat.com>
18706
18707 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18708 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18709
1e973570
PA
187102014-07-14 Pedro Alves <palves@redhat.com>
18711
18712 * gdb.base/double-prompt-target-event-error.c: New file.
18713 * gdb.base/double-prompt-target-event-error.exp: New file.
18714
93d6eb10
PA
187152014-07-14 Pedro Alves <palves@redhat.com>
18716
18717 PR gdb/17072
18718 * gdb.base/paginate-inferior-exit.c: New file.
18719 * gdb.base/paginate-inferior-exit.exp: New file.
18720
0017922d
PA
187212014-07-14 Pedro Alves <palves@redhat.com>
18722
18723 PR gdb/17072
18724 * gdb.base/paginate-bg-execution.c: New file.
18725 * gdb.base/paginate-bg-execution.exp: New file.
18726
94696ad3
PA
187272014-07-14 Pedro Alves <palves@redhat.com>
18728
18729 PR gdb/17072
18730 * gdb.base/paginate-execution-startup.c: New file.
18731 * gdb.base/paginate-execution-startup.exp: New file.
18732 * lib/gdb.exp (pagination_prompt): New global.
18733 (default_gdb_spawn): New procedure, factored out from
18734 default_gdb_spawn.
18735 (default_gdb_start): Adjust to call default_gdb_spawn.
18736 (gdb_spawn): New procedure.
18737
bd293940
PA
187382014-07-14 Pedro Alves <palves@redhat.com>
18739
18740 * lib/gdb.exp (gdb_assert): New procedure.
18741 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18742
c933f875
PA
187432014-07-14 Pedro Alves <palves@redhat.com>
18744
18745 * gdb.base/execution-termios.c: New file.
18746 * gdb.base/execution-termios.exp: New file.
18747
d98b7a16
TT
187482014-07-14 Tom Tromey <tromey@redhat.com>
18749
18750 * gdb.cp/vla-cxx.cc: New file.
18751 * gdb.cp/vla-cxx.exp: New file.
18752
548740d6
TT
187532014-07-14 Tom Tromey <tromey@redhat.com>
18754
18755 * gdb.reverse/rerun-prec.c: New file.
18756 * gdb.reverse/rerun-prec.exp: New file.
18757
a25eb028
MR
187582014-07-12 Maciej W. Rozycki <macro@mips.com>
18759 Maciej W. Rozycki <macro@codesourcery.com>
18760
18761 * lib/gdb-utils.exp: New file.
18762 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18763 inline `gdb_init_command' processing.
18764 (gdb_start_cmd): Likewise.
18765 * lib/mi-support.exp (mi_run_cmd): Likewise.
18766 * README: Document `gdb_init_command' and `gdb_init_commands'.
18767
218c2655
JK
187682014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18769
18770 Fix false FAIL running under a very long directory name.
18771 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18772 and "set print elements 10000". Twice.
18773
5401fde3
YQ
187742014-07-11 Yao Qi <yao@codesourcery.com>
18775
18776 * gdb.base/exprs.exp: "set print symbol off".
18777
e76126e8
PA
187782014-07-11 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.threads/kill.c: New file.
18781 * gdb.threads/kill.exp: New file.
18782
2d6f0de6
YQ
187832014-07-10 Yao Qi <yao@codesourcery.com>
18784
18785 * gdb.trace/tfile.c (write_basic_trace_file)
18786 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18787 address written to trace file.
18788
7180e04a
PA
187892014-07-09 Pedro Alves <palves@redhat.com>
18790
18791 * gdb.base/attach-wait-input.exp: New file.
18792 * gdb.base/attach-wait-input.c: New file.
18793
9a9a7608
AB
187942014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18795
18796 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18797 setting up test structures.
18798 (main): Call new test function.
18799 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18800 test function, continue into test function and walk test
18801 structures.
18802
161ac41e
YQ
188032014-07-02 Yao Qi <yao@codesourcery.com>
18804
18805 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18806 'bar_start' at the beginning of functions 'foo' and 'bar'
18807 respectively.
18808 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18809 instead of 'foo' and 'bar'.
18810
1f267ae3
MM
188112014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18812
18813 * gdb.btrace/segv.exp: New.
18814 * gdb.btrace/segv.c: New.
18815
2b239efb
LM
188162014-07-02 Luis Machado <lgustavo@codesourcery.com>
18817
18818 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18819 instruction.
18820
cf363f18
MW
188212014-06-30 Mark Wielaard <mjw@redhat.com>
18822
18823 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18824 vulture, vilify, villar): New volatile array constants.
18825 (vindictive, vegetation): New const volatile array constants.
18826 * gdb.base/volatile.exp: Test volatile and const volatile array
18827 types.
18828
aebf9d24
AA
188292014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18830
18831 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18832 target lacks support for awatch, rwatch, or hbreak.
18833
b67a2c6f
YQ
188342014-06-27 Yao Qi <yao@codesourcery.com>
18835
18836 * gdb.multi/dummy-frame-restore.exp: New.
18837 * gdb.multi/dummy-frame-restore.c: New.
18838
aef92902
MM
188392014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18840
18841 * gdb.btrace/gcore.exp: New.
18842
8e9db26e
PA
188432014-06-23 Pedro Alves <palves@redhat.com>
18844
18845 * gdb.base/watchpoint-reuse-slot.c: New file.
18846 * gdb.base/watchpoint-reuse-slot.exp: New file.
18847
70afc5b7
SC
188482014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18849
18850 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18851 progspace's filename in 'info', 'enable' and 'disable' command
18852 tests.
18853
b972bd9c
JK
188542014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18855
18856 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18857 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18858 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18859
125f8a3d
GB
188602014-06-20 Gary Benson <gbenson@redhat.com>
18861
18862 * gdb.arch/i386-avx.exp: Fix include file location.
18863 * gdb.arch/i386-sse.exp: Likewise.
18864
3ed9baed
IB
188652014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18866
18867 * gdb.dlang/expression.exp: New file.
18868
034f788c
PA
188692014-06-19 Pedro Alves <palves@redhat.com>
18870
18871 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18872 out from ...
18873 (top level): ... here. Iterate running tests under different
18874 scheduler-locking settings.
18875
45371d0c
LM
188762014-06-18 Luis Machado <lgustavo@codesourcery.com>
18877
18878 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18879 to DW_FORM_addr and use non-zero addresses.
18880
5d376983
SC
188812014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18882
18883 PR gdb/17017
18884 * gdb.python/py-xmethods.cc: Add global function call counters and
18885 increment them in their respective functions. Remove "cout"
18886 statements.
18887 * gdb.python/py-xmethods.exp: Make tests check the global function
18888 call counters instead of depending on inferior IO.
18889
a1aa2221
LM
188902014-06-18 Don Breazeal <donb@codesourcery.com>
18891
18892 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18893 Deleted procedure.
18894 (explicit_fork_parent_follow): Deleted procedure.
18895 (explicit_fork_child_follow): Deleted procedure.
18896 (test_follow_fork): New procedure.
18897 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18898 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18899 procedure calls.
18900
0fc05997
YQ
189012014-06-17 Yao Qi <yao@codesourcery.com>
18902
18903 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18904 CP1252.
18905
70795c52
LM
189062014-06-17 Luis Machado <lgustavo@codesourcery.com>
18907
18908 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18909 Initialize ptr and S explicitly.
18910 (skip_type_update_when_not_use_rtti_test): Likewise.
18911
6be47f0c
KS
189122014-06-16 Keith Seitz <keiths@redhat.com>
18913
18914 PR mi/15863
18915 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18916 the inferior is started.
18917
d03de421
PA
189182014-06-16 Pedro Alves <palves@redhat.com>
18919
18920 * gdb.base/break-main-file-remove-fail.c: New file.
18921 * gdb.base/break-main-file-remove-fail.exp: New file.
18922 * gdb.base/break-unload-file.exp: Use build_executable instead of
18923 prepare_for_testing.
18924 (test_break): New parameter "initial_load". Handle it.
18925 (top level): Add initial_load cmdline/file axis.
18926
f9579b99
TT
189272014-06-12 Tom Tromey <tromey@redhat.com>
18928
18929 * gdb.base/completion.exp: Don't use directory name in test.
18930
3657956b
GB
189312014-06-09 Gary Benson <gbenson@redhat.com>
18932
18933 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18934 separate the always-available ANSI-standard signals from the
18935 signals that require checking.
18936 (main): Likewise.
18937 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18938 Likewise.
18939 (main): Likewise.
18940
4186eb54
KS
189412014-06-07 Keith Seitz <keiths@redhat.com>
18942
18943 Revert:
18944 PR c++/16253
18945 * gdb.cp/var-tag.cc: New file.
18946 * gdb.cp/var-tag.exp: New file.
18947 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18948 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18949 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18950 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18951
25326a28 189522014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18953
18954 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18955
829155c9
PA
189562014-06-06 Pedro Alves <palves@redhat.com>
18957
18958 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18959 in target debug output instead of looking at RSP packets,
18960 disabling the test on any target that uses hardware stepping.
18961 Update comments.
18962
61c8d22e
PA
189632014-06-06 Pedro Alves <palves@redhat.com>
18964
18965 * gdb.base/break-unload-file.exp: Fix typo.
18966
d9a47287
YQ
189672014-06-06 Yao Qi <yao@codesourcery.com>
18968
18969 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18970 from "jit_function" to "^jit_function".
18971
e5e01dbf
YQ
189722014-06-06 Yao Qi <yao@codesourcery.com>
18973
18974 * gdb.base/async.c (foo): Add one statement.
18975 * gdb.base/async.exp: Get the next instruction address and
18976 match the output of "nexti" by instruction address. Match
18977 the hex address in the output of "finish".
18978
73ba372c
GB
189792014-06-06 Gary Benson <gbenson@redhat.com>
18980
18981 * gdb.base/call-signals.c: Remove preprocessor conditionals
18982 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18983 SIGSEGV and SIGTERM.
18984 * gdb.base/sigall.c: Likewise.
18985 * gdb.base/unwindonsignal.c: Likewise.
18986 * gdb.reverse/sigall-reverse.c: Likewise.
18987
831517df
YQ
189882014-06-06 Yao Qi <yao@codesourcery.com>
18989
18990 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18991 readable, skip the test.
18992
b8b91e98
YQ
189932014-06-06 Yao Qi <yao@codesourcery.com>
18994
18995 * gdb.threads/staticthreads.c (thread_function): Move the line
18996 setting breakpoint on forward.
18997 * gdb.threads/staticthreads.exp: Update comments.
18998
fb934770
LC
189992014-06-05 Ludovic Courtès <ludo@gnu.org>
19000
19001 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19002 "history-append! type error".
19003
6ef284bd
SM
190042014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19005
19006 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19007 erroneous dprintf expected input.
19008
a872e241
DE
190092014-06-04 Doug Evans <xdje42@gmail.com>
19010
19011 * gdb.guile/scm-generics.exp: Delete.
19012
16f691fb
DE
190132014-06-04 Doug Evans <xdje42@gmail.com>
19014
19015 * gdb.guile/scm-breakpoint.exp: Update.
19016 Add tests for breakpoint registration.
19017
012370f6
TT
190182014-06-04 Tom Tromey <tromey@redhat.com>
19019
19020 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19021 VLA-in-union.
19022 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19023 inner_vla_struct, vla_union types. Initialize objects of those
19024 types and compute their sizes.
19025
9f5a4cef
HZ
190262014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19027 Hui Zhu <hui@codesourcery.com>
19028
19029 * gdb.base/fileio.exp: Add test for shell not available as well as
19030 available.
19031 * gdb.base/fileio.c (test_system): Check for shell twice.
19032
90a45c4d
YQ
190332014-06-04 Yao Qi <yao@codesourcery.com>
19034
19035 * gdb.base/auto-connect-native-target.exp: Remove redundant
19036 space from the regexp pattern.
19037
70017e41
YQ
190382014-06-04 Yao Qi <yao@codesourcery.com>
19039
19040 * gdb.base/default.exp: Replace "child" with "native" in
19041 regexp pattern.
19042
883964a7
SC
190432014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19044
19045 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19046 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19047 * gdb.python/py-xmethods.py: Python script supporting the
19048 new testcase and tests.
19049
ef370185
JB
190502014-06-03 Joel Brobecker <brobecker@adacore.com>
19051 Pedro Alves <palves@redhat.com>
19052
19053 PR breakpoints/17000
19054 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19055 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19056
1e2ccb61
BM
190572014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19058
19059 * gdb.base/subst.exp: Add tests to verify partial path matching
19060 output.
19061
c6ec5ab2
PA
190622014-06-03 Pedro Alves <palves@redhat.com>
19063
19064 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19065 target that doesn't use software single-stepping.
19066
835c559f
PA
190672014-06-03 Pedro Alves <palves@redhat.com>
19068
19069 PR breakpoints/17000
19070 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19071 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19072
06eb1586
DE
190732014-06-02 Doug Evans <xdje42@gmail.com>
19074
19075 * gdb.guile/scm-parameter.exp: New file.
19076
e698b8c4
DE
190772014-06-02 Doug Evans <xdje42@gmail.com>
19078
19079 * gdb.guile/scm-cmd.c: New file.
19080 * gdb.guile/scm-cmd.exp: New file.
19081
ded03782
DE
190822014-06-02 Doug Evans <xdje42@gmail.com>
19083
19084 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19085 pretty-printer lookup.
19086 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19087 (make-pp_s-printer): Call it.
19088 (make-pretty-printer-from-dict): New function.
19089 (lookup-pretty-printer-maker-from-dict): New function.
19090 (*pretty-printer*): Simplify.
19091 (make-objfile-pp_s-printer): New function.
19092 (install-objfile-pretty-printers!): New function.
19093 (make-progspace-pp_s-printer): New function.
19094 (install-progspace-pretty-printers!): New function.
19095 * gdb.guile/scm-progspace.c: New file.
19096 * gdb.guile/scm-progspace.exp: New file.
19097
41fac0cf
PA
190982014-06-02 Pedro Alves <palves@redhat.com>
19099
19100 * gdb.base/dprintf-bp-same-addr.c: New file.
19101 * gdb.base/dprintf-bp-same-addr.exp: New file.
19102
96ae5695
EBM
191032014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19104
19105 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19106 * gdb.arch/powerpc-power.s: Likewise.
19107
da02b3a8
JB
191082014-06-02 Joel Brobecker <brobecker@adacore.com>
19109
19110 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19111
c72b2e7b
YQ
191122014-06-01 Yao Qi <yao@codesourcery.com>
19113
19114 * gdb.base/watchpoint.exp (test_watch_location): Check null
19115 pointer can be dereferenced. If not, do the test, otherwise
19116 skip it.
19117
53e8a631
AB
191182014-05-30 Andrew Burgess <aburgess@broadcom.com>
19119
19120 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19121 results.
19122 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19123
938f0e2f
AB
191242014-05-30 Andrew Burgess <aburgess@broadcom.com>
19125
19126 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19127 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19128 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19129 * gdb.arch/amd64-invalid-stack-top.c: New file.
19130 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19131
9ba6657a
PA
191322014-05-30 Pedro Alves <palves@redhat.com>
19133
19134 PR breakpoints/17000
19135 * gdb.base/sss-bp-on-user-bp.c: New file.
19136 * gdb.base/sss-bp-on-user-bp.exp: New file.
19137
522c09bf
DB
191382014-05-30 David Blaikie <dblaikie@gmail.com>
19139
19140 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19141 gnu_inline semantics via attribute.
19142 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19143 source explicitly specifies the required semantics.
19144
bf4ef81e
MR
191452014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19146
19147 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19148
329ea579
PA
191492014-05-29 Pedro Alves <palves@redhat.com>
19150 Tom Tromey <tromey@redhat.com>
19151
19152 * gdb.base/async-shell.exp: Don't enable target-async.
19153 * gdb.base/async.exp
19154 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19155 parameter. Adjust.
19156 (top level): Don't test with "target-async".
19157 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19158 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19159 * gdb.base/inferior-died.exp: Don't enable target-async.
19160 * gdb.base/interrupt-noterm.exp: Likewise.
19161 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19162 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19163 * gdb.mi/mi-nonstop.exp: Likewise.
19164 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19165 * gdb.mi/mi-nsintrall.exp: Likewise.
19166 * gdb.mi/mi-nsmoribund.exp: Likewise.
19167 * gdb.mi/mi-nsthrexec.exp: Likewise.
19168 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19169 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19170 * gdb.python/py-evsignal.exp: Don't enable target-async.
19171 * gdb.python/py-evthreads.exp: Likewise.
19172 * gdb.python/py-prompt.exp: Likewise.
19173 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19174 * gdb.server/solib-list.exp: Don't enable target-async.
19175 * gdb.threads/thread-specific-bp.exp: Likewise.
19176 * lib/mi-support.exp: Adjust to use mi-async.
19177
fd664c91
PA
191782014-05-29 Pedro Alves <palves@redhat.com>
19179
19180 PR gdb/13860
19181 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19182 reason, even in sync mode.
19183
251bde03
PA
191842014-05-29 Pedro Alves <palves@redhat.com>
19185 Hui Zhu <hui@codesourcery.com>
19186
19187 PR PR15693
19188 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19189 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19190 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19191 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19192
7f3c0343
JB
191932014-05-28 Joel Brobecker <brobecker@adacore.com>
19194
19195 * config/monitor.exp (gdb_target_monitor): Replace use of
19196 "set remotebaud" by "set serial baud".
19197
b2715b27
AW
191982014-05-26 Andy Wingo <wingo@igalia.com>
19199
19200 * gdb.guile/scm-breakpoint.exp:
19201 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19202 properties instead of gdb-object-properties.
19203
498a4489
YQ
192042014-05-26 Yao Qi <yao@codesourcery.com>
19205
19206 * gdb.server/no-thread-db.exp: Specify source file name
19207 explicitly when setting a breakpoint.
19208
589fdceb
MM
192092014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19210
19211 * gdb.btrace/vdso.c: New.
19212 * gdb.btrace/vdso.exp: New.
19213
e9089e05
MM
192142014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19215
19216 * gdb.base/gcore.exp (capture_command_output): Move ...
19217 * lib/gdb.exp (capture_command_output): ... here.
19218
67b5c0c1
MM
192192014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19220
19221 * gdb.btrace/data.exp: Test memory access during btrace replay.
19222
a2199296
SM
192232014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19224
19225 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19226
17b2616c
PA
192272014-05-21 Pedro Alves <palves@redhat.com>
19228
19229 PR gdb/13860
19230 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19231 (top level): Test that output related to execution commands is
19232 sent to the console with CLI commands, but not with MI commands.
19233 Test that breakpoint events are always mirrored to the console.
19234 Also expect the new source line to be output after a "next" in
19235 async mode too. Make it a pass/fail test.
19236 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19237 output.
19238 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19239
5166082f
PA
192402014-05-21 Pedro Alves <palves@redhat.com>
19241
19242 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19243 Use them to test variations of "list" after reaching a breakpoint.
19244 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19245 Test "list" with listsize 10 after reaching a breakpoint.
19246 * gdb.python/python.exp (decode_line current location line
19247 number): Adjust expected line number.
19248
2f25d70f
SM
192492014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19250
19251 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19252 behavior for $args, pass it directly to "run".
19253
ff604a67
MR
192542014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19255
19256 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19257 30000 to 65536.
19258
6a3cb8e8
PA
192592014-05-21 Pedro Alves <palves@redhat.com>
19260
19261 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19262 auto-connect-native-target off".
19263 * gdb.base/auto-connect-native-target.c: New file.
19264 * gdb.base/auto-connect-native-target.exp: New file.
19265
4ebfc96e
PA
192662014-05-21 Pedro Alves <palves@redhat.com>
19267
19268 * gdb.base/default.exp: Test "target native" instead of "target
19269 child".
19270
36d46afb
MW
192712014-05-21 Mark Wielaard <mjw@redhat.com>
19272
19273 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19274
5876f503
JK
192752014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19276
19277 Fix TLS access for -static -pthread.
19278 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19279 <HAVE_TLS> (thread_function, main): Initialize it.
19280 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19281 Add clean_restart.
19282 <$have_tls != "">: Check TLSVAR.
19283
0256a6ac
PA
192842014-05-21 Pedro Alves <palves@redhat.com>
19285
19286 * gdb.base/dcache-line-read-error.c: New.
19287 * gdb.base/dcache-line-read-error.exp: New.
19288
936d2992
PA
192892014-05-20 Pedro Alves <palves@redhat.com>
19290
19291 * gdb.base/compare-sections.c: New file.
19292 * gdb.base/compare-sections.exp: New file.
19293
802e8e6d
PA
192942014-05-20 Pedro Alves <palves@redhat.com>
19295
19296 * gdb.base/break-idempotent.c: New file.
19297 * gdb.base/break-idempotent.exp: New file.
19298
e59fa00f
MM
192992014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19300
19301 * gdb.btrace/nohist.exp: New.
19302
8b696e31
YQ
193032014-05-20 Yao Qi <yao@codesourcery.com>
19304
19305 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19306 gdb.reverse directory and gdb_reverse_timeout exists in board
19307 setting.
19308 * README: Document gdb_reverse_timeout.
19309
73c9764f
YQ
193102014-05-20 Yao Qi <yao@codesourcery.com>
19311
19312 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19313 'test_file_name'. Treat args as a string instead of a list.
19314 (gdb_init): Rename argument 'args' by 'test_file_name'.
19315
f1f4348a
JK
193162014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19317
19318 * gdb.arch/powerpc-power.exp: New file.
19319 * gdb.arch/powerpc-power.s: New file.
19320
0dbe70ce
DE
193212014-05-16 Doug Evans <dje@google.com>
19322
19323 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19324 * gdb.base/completion.exp: Check that all expected files exist
19325 before doing file completion.
0dbe70ce 19326
8d551b02
DE
193272014-05-16 Doug Evans <dje@google.com>
19328
19329 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19330 Update.
19331 (do_syscall_tests_without_xml): Update.
19332
73eb7709
PA
193332014-05-16 Pedro Alves <palves@redhat.com>
19334
19335 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19336 instead of "unknown output after running".
19337
3fae92fc
YQ
193382014-05-16 Yao Qi <yao@codesourcery.com>
19339
19340 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19341 file1.txt from host at the end.
19342 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19343
c2b2ccc5
DE
193442014-05-15 Doug Evans <dje@google.com>
19345
19346 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19347 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19348 loading file. Add test for TU lookup.
19349
8c217a4b
SM
193502014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19351
19352 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19353 calling "-exec-arguments" or "set args" before running the
19354 inferior.
19355
3deb39c6
SM
193562014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19357
19358 * lib/mi-support.exp (mi_expect_stop): Expect message for
19359 inferiors that exit with non-zero exit code.
19360
71a79f8c
YQ
193612014-05-14 Yao Qi <yao@codesourcery.com>
19362
19363 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19364 match absolute path on remote host.
19365 (test_file_list_exec_source_files): Remove "/" from the
19366 pattern.
19367
f23fcd46
YQ
193682014-05-14 Yao Qi <yao@codesourcery.com>
19369
19370 * boards/local-remote-host-notty.exp (${board}_file): New
19371 proc.
19372
9404b58f
KM
193732014-05-07 Kyle McMartin <kyle@redhat.com>
19374
19375 Pushed by Joel Brobecker <brobecker@adacore.com>.
19376 * gdb.arch/aarch64-atomic-inst.c: New file.
19377 * gdb.arch/aarch64-atomic-inst.exp: New file.
19378
5e45f04c
YQ
193792014-05-07 Yao Qi <yao@codesourcery.com>
19380
19381 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19382 in current context" too.
19383
c888a17d
KS
193842014-05-05 Keith Seitz <keiths@redhat.com>
19385
19386 * gdb.linespec/ls-dollar.exp: Add test for linespec
19387 file:convenience_variable.
19388
290a839c
YQ
193892014-05-05 Yao Qi <yao@codesourcery.com>
19390
19391 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19392 traceframes into tfile and ctf trace files. Read data from
19393 trace file and test collected data.
19394 (gdb_collect_locals_test): Likewise.
19395 (gdb_unavailable_registers_test): Likewise.
19396 (gdb_unavailable_floats): Likewise.
19397 (gdb_collect_globals_test): Likewise.
19398 (top-level): Append "ctf" to trace_file_targets if GDB
19399 supports.
19400
b5262cd0
YQ
194012014-05-05 Yao Qi <yao@codesourcery.com>
19402
19403 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19404 code to ...
19405 (gdb_collect_args_test_1): ... it. New proc.
19406 (gdb_collect_locals_test): Move some code to ...
19407 (gdb_collect_locals_test_1): ... it. New proc.
19408 (gdb_unavailable_registers_test): Move some code to ...
19409 (gdb_unavailable_registers_test_1): ... it. New proc.
19410 (gdb_unavailable_floats): Move some code to ...
19411 (gdb_unavailable_floats_1): ... it. New proc.
19412
30a1e6cc
SDJ
194132014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19414
19415 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19416 probes to test for bitness recognition.
19417 * gdb.arch/amd64-stap-optional-prefix.exp
19418 (test_probe_value_without_reg): New procedure.
19419 Add code to test for different kinds of bitness.
19420
f33da99a
SDJ
194212014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19422
19423 PR breakpoints/16889
19424 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19425 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19426
5b80f00d
PA
194272014-05-01 Pedro Alves <palves@redhat.com>
19428
19429 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19430 gdb_file_cmd if no file is specified.
19431 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19432 last_loaded_file to set the remote exec-file.
19433
f8c2a73c
PA
194342014-05-01 Pedro Alves <palves@redhat.com>
19435
19436 * boards/local-remote-host.exp: New file.
19437
be6e8ac7
PA
194382014-05-01 Pedro Alves <palves@redhat.com>
19439
19440 * boards/local-remote-host.exp: Rename to ...
19441 * boards/local-remote-host-notty.exp: ... this.
19442
cac0dc8f
JB
194432014-04-28 Joel Brobecker <brobecker@adacore.com>
19444
19445 * gdb.ada/dyn_arrayidx: New testcase.
19446
9730e6cc
YQ
194472014-04-26 Yao Qi <yao@codesourcery.com>
19448
19449 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19450 and compute the length of function main. Save it in
19451 $main_length.
19452 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19453 (top-level): Use gdb_compile to compile objects into
19454 executable and restart GDB. Remove invocation to
19455 prepare_for_testing.
19456
7ae1a6a6
PA
194572014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19458 Pedro Alves <palves@redhat.com>
19459
19460 PR server/16255
19461 * gdb.multi/multi-attach.c: New file.
19462 * gdb.multi/multi-attach.exp: New file.
19463
4082afcc
PA
194642014-04-25 Pedro Alves <palves@redhat.com>
19465
19466 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19467 user.
19468 (top level): Test that "set remote conditional-breakpoints-packet
19469 off" works as intended.
19470 * gdb.base/dprintf.exp: Test that "set remote
19471 breakpoint-commands-packet off" works as intended.
19472 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19473 New function.
19474 (top level): Call it.
19475 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19476 remote fast-tracepoints-packet off" works as intended.
19477 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19478 * lib/gdb.exp (gdb_is_target_remote): ... here.
19479
2abc3f8d
DB
194802014-04-24 David Blaikie <dblaikie@gmail.com>
19481
19482 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19483 ensure clang would not discard them.
19484 * gdb.base/gdbvars.c: Ditto.
19485 * gdb.base/memattr.c: Ditto.
19486 * gdb.base/whatis.c: Ditto.
19487 * gdb.python/py-prettyprint.c: Ditto.
19488 * gdb.trace/actions.c: Ditto.
19489 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19490 ensure clang would not discard it.
19491
bfd39632
DB
194922014-04-24 David Blaikie <dblaikie@gmail.com>
19493
19494 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19495 clang to emit the full definition of type required by the test
19496 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19497
22842ff6
DB
194982014-04-24 David Blaikie <dblaikie@gmail.com>
19499
19500 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19501 coax Clang into emitting the definition of the type.
19502 * gdb.cp/pr10728-x.h (y): Ditto.
19503 * gdb.cp/pr10728-y.cc (y): Ditto.
19504
c2e827ad
DB
195052014-04-24 David Blaikie <dblaikie@gmail.com>
19506
19507 * gdb.base/label.exp: XFAIL label related tests under Clang.
19508 * gdb.cp/cplabel.exp: Ditto.
19509 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19510 under Clang those using labels.
19511
4c2d33e7
YQ
195122014-04-25 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19515 double_label.
19516 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19517 partial_label and double_label.
19518
56083b99
DB
195192014-04-24 David Blaikie <dblaikie@gmail.com>
19520
19521 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19522
25d4e99d
DB
195232014-04-24 David Blaikie <dblaikie@gmail.com>
19524
19525 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19526 of the function to work across GCC and Clang.
19527 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19528 pointer types (const void ** const V void **).
19529
01f9f808
MS
195302014-04-24 Michael Sturm <michael.sturm@mintel.com>
19531 Walfred Tedeschi <walfred.tedeschi@intel.com>
19532
19533 * Makefile.in (EXECUTABLES): Added i386-avx512.
19534 * gdb.arch/i386-avx512.c: New file.
19535 * gdb.arch/i386-avx512.exp: Likewise.
19536
4b48d439
KS
195372014-04-23 Keith Seitz <keiths@redhat.com>
19538
19539 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19540 (mi_make_breakpoint_table): New procedure.
19541 (mi_create_breakpoint): Use mi_make_breakpoint
19542 and return the result.
19543 (mi_make_breakpoint): New procedure.
19544 (mi_build_kv_pairs): New procedure.
19545
19546 * gdb.mi/mi-break.exp: Remove unused globals,
19547 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19548 All callers updated.
19549 * gdb.mi/mi-dprintf.exp: Use variable to track command
19550 number.
19551 Update all callers of mi_create_breakpoint and use
19552 mi_make_breakpoint_table.
19553 Remove any unused global variables.
19554 * gdb.mi/mi-nonstop.exp: Likewise.
19555 * gdb.mi/mi-nsintrall.exp: Likewise.
19556 * gdb.mi/mi-nsmoribund.exp: Likewise.
19557 * gdb.mi/mi-nsthrexec.exp: Likewise.
19558 * gdb.mi/mi-reverse.exp: Likewise.
19559 * gdb.mi/mi-simplerun.exp: Likewise.
19560 * gdb.mi/mi-stepn.exp: Likewise.
19561 * gdb.mi/mi-syn-frame.exp: Likewise.
19562 * gdb.mi/mi-until.exp: Likewise.
19563 * gdb.mi/mi-var-cp.exp: Likewise.
19564 * gdb.mi/mi-var-display.exp: Likewise.
19565 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19566 * gdb.mi/mi2-var-child.exp: Likewise.
19567 * gdb.mi/mi-vla-c99.exp: Likewise.
19568 * lib/mi-support.exp: Likewise.
19569
19570 From Ian Lance Taylor <iant@cygnus.com>:
19571 * lib/gdb.exp (parse_args): New procedure.
19572
08351840
PA
195732014-04-23 Pedro Alves <palves@redhat.com>
19574
19575 * gdb.base/break-unload-file.c: New file.
19576 * gdb.base/break-unload-file.exp: New file.
19577 * gdb.base/sym-file-lib.c (baz): New function.
19578 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19579 field.
19580 (load): Store the segment's mapped size.
19581 (unload): New function.
19582 (unload_shlib): New function.
19583 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19584 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19585 set a breakpoint at baz, and call it.
19586 * gdb.base/sym-file.exp: New tests for stale breakpoint
19587 instructions.
19588
076855f9
PA
195892014-04-23 Pedro Alves <palves@redhat.com>
19590
19591 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19592 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19593 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19594 * gdb.base/hbreak-unmapped.c: New file.
19595 * gdb.base/hbreak-unmapped.exp: New file.
19596 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19597 * lib/gdb.exp (gdb_is_target_remote): ... here.
19598
483805cf
PA
195992014-04-22 Pedro Alves <palves@redhat.com>
19600
19601 * gdb.base/consecutive-step-over.c: New file.
19602 * gdb.base/consecutive-step-over.exp: New file.
19603
06d97543
PA
196042014-04-22 Pedro Alves <palves@redhat.com>
19605
19606 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19607 instead of send_gdb/gdb_expect.
19608
b4429ea2
YQ
196092014-04-22 Yao Qi <yao@codesourcery.com>
19610
19611 * lib/trace-support.exp (generate_tracefile): New procedure.
19612 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19613 return 0.
19614 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19615 if generate_tracefile returns 1.
19616
51d48146
PA
196172014-04-18 Tom Tromey <palves@redhat.com>
19618 Pedro alves <tromey@redhat.com>
19619
19620 PR backtrace/15558
19621 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19622 with a backtrace limit.
19623 * gdb.python/py-frame-inline.exp: Test running to an inline
19624 function with a backtrace limit, and printing the newest frame.
19625 * gdb.python/py-frame-inline.c (main): Call f.
19626
bd1dce5f
MS
196272014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19628
19629 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19630
40d1a503
MS
196312014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19632
19633 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19634 Drop prefix from unsupported source file path.
19635
389b98f7
YQ
196362014-04-17 Yao Qi <yao@codesourcery.com>
19637
19638 * lib/gdb.exp (with_target_charset): New proc.
19639 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19640 with_target_charset.
19641 (test_print_strings): Likewise.
19642 (test_repeat_bytes): Likewise.
19643 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19644 for some tests.
19645
22869d73
KS
196462014-04-16 Keith Seitz <keiths@redhat.com>
19647
19648 PR gdb/15827
19649 * gdb.dwarf2/corrupt.c: New file.
19650 * gdb.dwarf2/corrupt.exp: New file.
19651
c4f87ca6
KS
196522014-04-16 Keith Seitz <keiths@redhat.com>
19653
19654 PR c++/16597
19655 * gdb.cp/namelessclass.cc: New file.
19656 * gdb.cp/namelessclass.exp: New file.
19657 * gdb.cp/namelessclass.S: New file.
19658
ab19de87
DE
196592014-04-16 Doug Evans <dje@google.com>
19660
19661 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19662 Add comment.
19663 (gdbserver_default_get_comm_port): New function.
19664 (gdbserver_start): Check if board file provided
19665 "gdbserver,get_comm_port" and use it if so.
19666 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19667 (gdb,socketport): Set to "stdio".
19668 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19669 (stdio_gdbserver_template): Delete.
19670 (${board}_get_remote_address): Update.
19671 (${board}_build_remote_cmd): Delete.
19672 (${board}_get_comm_port): New function.
19673 (${board}_spawn): Update.
19674 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19675 Delete.
19676 (${board}_get_remote_address): Update.
19677 (${board}_get_comm_port): New function.
19678
fc98a809
AB
196792014-04-16 Andrew Burgess <aburgess@broadcom.com>
19680
19681 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19682 appearing in any order.
19683
87fd9e6e
DE
196842014-04-15 Doug Evans <dje@google.com>
19685
19686 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19687 uninitialized value of "description".
19688
099fc3ea
KS
196892014-04-15 Keith Seitz <keiths@redhat.com>
19690
19691 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19692 Remove unused globals.
19693 (test_running_the_program): Likewise.
19694 (test_controlled_execution): Likewise.
19695 (test_controlling_breakpoints): Likewise.
19696 (test_program_termination): Likewise.
19697
5da151d4
KS
196982014-04-15 Keith Seitz <keiths@redhat.com>
19699
19700 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19701 unused globals.
19702 (test_rbreak_creation_and_listing): Likewise.
19703 (test_ignore_count): Likewise.
19704 (test_error): Likewise.
19705
35e5d2f0
PA
197062014-04-15 Pedro Alves <palves@redhat.com>
19707
19708 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19709 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19710 sym-file-loader.c.
19711 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19712 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19713 to sym-file-loader.c.
19714 (struct library): Forward declare.
19715 (load_shlib, lookup_function): Change prototypes.
19716 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19717 (translate_offset): Remove declarations.
19718 (get_text_addr): New declaration.
19719 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19720 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19721 sym-file-loader.h.
19722 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19723 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19724 here from sym-file-loader.h.
19725 (struct library): New structure.
19726 (load_shlib, lookup_function): Change prototypes and adjust to
19727 work with a struct library.
19728 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19729 (translate_offset): Make static.
19730 (get_text_addr): New function.
19731 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19732
eb4c1710
PA
197332014-04-15 Pedro Alves <palves@redhat.com>
19734
19735 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19736
2d1baf52
PA
197372014-04-15 Pedro Alves <palves@redhat.com>
19738
19739 * gdb.base/sym-file-loader.c: Include <limits.h>.
19740 (SELF_LINK): New define.
19741 (get_origin): New function.
19742 (load_shlib): Use it.
19743 * gdb.base/sym-file.exp: Don't early return if the target is
19744 remote. Use runto_main, and issue fail is that fails. Use
19745 gdb_load_shlibs.
19746 (shlib_name): Delete.
19747 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19748
7dd6df01
PA
197492014-04-15 Pedro Alves <palves@redhat.com>
19750
19751 * gdb.base/sym-file.exp: Remove regex characters from test
19752 message. Don't refer to breakpoint numbers in test messages.
19753
b50c8614
KS
197542014-04-14 Keith Seitz <keiths@redhat.com>
19755
19756 PR c++/16253
19757 * gdb.cp/var-tag.cc: New file.
19758 * gdb.cp/var-tag.exp: New file.
19759 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19760 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19761 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19762 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19763
3d567982
TT
197642014-04-14 Tom Tromey <tromey@redhat.com>
19765
19766 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19767 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19768 type.
19769 * gdb.cp/enum-class.exp: New file.
19770 * gdb.cp/enum-class.cc: New file.
19771
0626fc76
TT
197722014-04-14 Tom Tromey <tromey@redhat.com>
19773
19774 * gdb.dwarf2/enum-type.exp: New file.
19775
dca325b3
SA
197762014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19777
19778 * gdb.mi/mi-vla-c99.exp: New file.
19779 * gdb.mi/vla.c: New file.
19780
5854b38a
SA
197812014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19782
19783 * gdb.base/vla-datatypes.c: New file.
19784 * gdb.base/vla-datatypes.exp: New file.
19785
463bb957
SA
197862014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19787
19788 * gdb.base/vla-ptr.c: New file.
19789 * gdb.base/vla-ptr.exp: New file.
19790
3dd170be
SA
197912014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19792
19793 * gdb.dwarf2/count.exp: New file.
19794
5ecaaa66
SA
197952014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19796
19797 * gdb.base/vla-sideeffect.c: New file.
19798 * gdb.base/vla-sideeffect.exp: New file.
19799
41f1ada5
DB
198002014-04-14 David Blaikie <dblaikie@gmail.com>
19801
19802 * gdb.mi/non-stop.c: Add return value for non-void function return
19803 statement.
19804 * gdb.threads/staticthreads.c: Ditto.
19805
0be03e84
DE
198062014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19807 Doug Evans <xdje42@gmail.com>
19808
19809 * gdb.guile/scm-value.c: Improve test case.
19810 * gdb.guile/scm-value.exp: Add new test.
19811
f180a1fb
DB
198122014-04-11 David Blaikie <dblaikie@gmail.com>
19813
19814 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19815 override Clang's default.
19816
6b662e19
JB
198172014-04-11 Joel Brobecker <brobecker@adacore.com>
19818
19819 Revert the following changes (regressions):
19820
19821 * gdb.base/vla-sideeffect.c: New file.
19822 * gdb.base/vla-sideeffect.exp: New file.
19823
19824 * gdb.dwarf2/count.exp: New file.
19825
19826 * gdb.base/vla-multi.c: New file.
19827 * gdb.base/vla-multi.exp: New file.
19828
19829 * gdb.base/vla-ptr.c: New file.
19830 * gdb.base/vla-ptr.exp: New file.
19831
19832 * gdb.base/vla-datatypes.c: New file.
19833 * gdb.base/vla-datatypes.exp: New file.
19834
19835 * gdb.mi/mi-vla-c99.exp: New file.
19836 * gdb.mi/vla.c: New file.
19837
245a5f0b
KS
198382014-04-11 Keith Seitz <keiths@redhat.com>
19839
19840 PR c++/16675
19841 * gdb.cp/cpsizeof.exp: New file.
19842 * gdb.cp/cpsizeof.cc: New file.
19843
58a84dcf
SA
198442014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19845
191a8a90
JB
19846 * gdb.mi/mi-vla-c99.exp: New file.
19847 * gdb.mi/vla.c: New file.
58a84dcf 19848
c8655f75
SA
198492014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19850
19851 * gdb.base/vla-datatypes.c: New file.
19852 * gdb.base/vla-datatypes.exp: New file.
19853
024e13b4
SA
198542014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19855
19856 * gdb.base/vla-ptr.c: New file.
19857 * gdb.base/vla-ptr.exp: New file.
19858
1a237e0e
SA
198592014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19860
19861 * gdb.base/vla-multi.c: New file.
19862 * gdb.base/vla-multi.exp: New file.
19863
504f3432
SA
198642014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19865
19866 * gdb.dwarf2/count.exp: New file.
19867
3bce8237
SA
198682014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19869
191a8a90
JB
19870 * gdb.base/vla-sideeffect.c: New file.
19871 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19872
322f9c21
YQ
198732014-04-11 Yao Qi <yao@codesourcery.com>
19874
19875 * gdb.base/completion.exp: Check file exists before running tests
19876 on file completion.
19877
d708bcd1
PA
198782014-04-10 Pedro Alves <palves@redhat.com>
19879
19880 * gdb.base/cond-eval-mode.c: New file.
19881 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19882 prepare_for_testing to build the new file. Check result of
19883 runto_main.
19884 (test_break, test_watch): New procedures.
19885 (top level): Use them.
19886
ae1d2761
PM
198872014-04-08 Pierre Muller <muller@sourceware.org>
19888
19889 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19890 Ctrl-V use for mingw hosts.
19891
7af389b8
SC
198922014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19893
19894 * gdb.python/py-value.c: Improve test case.
19895 * gdb.python/py-value.exp: Add new test.
19896
5e703181
DE
198972014-04-07 David Blaikie <dblaikie@gmail.com>
19898
19899 * lib/compiler.c: Identify the clang compiler.
19900 * lib/compiler.cc: Ditto.
19901
9810b410
YQ
199022014-04-03 Yao Qi <yao@codesourcery.com>
19903
19904 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19905
98d1b8dc
AB
199062014-04-01 Anton Blanchard <anton@samba.org>
19907
19908 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19909 messages unique.
19910
3114cea1
AB
199112014-04-01 Anton Blanchard <anton@samba.org>
19912
19913 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19914 prepare_for_testing.
19915
62f7182c
AB
199162014-04-01 Anton Blanchard <anton@samba.org>
19917
19918 * gdb.arch/ppc64-atomic-inst.c: Remove.
19919 * gdb.arch/ppc64-atomic-inst.S: New file.
19920 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19921
770e7fc7
DE
199222014-03-31 Doug Evans <dje@google.com>
19923
19924 * gdb.base/print-symbol-loading-lib.c: New file.
19925 * gdb.base/print-symbol-loading-main.c: New file.
19926 * gdb.base/print-symbol-loading.exp: New file.
19927
46e2bafa
YQ
199282014-03-31 Yao Qi <yao@codesourcery.com>
19929
19930 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19931
8776cfe9
JB
199322014-03-28 Joel Brobecker <brobecker@adacore.com>
19933
19934 * gdb.ada/mi_dyn_arr: New testcase.
19935
5d1ef361
DE
199362014-03-27 Doug Evans <dje@google.com>
19937
19938 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19939
b5bee914
YQ
199402014-03-27 Yao Qi <yao@codesourcery.com>
19941
19942 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19943 if target is nios2-*-*.
19944
0d4d0e77
YQ
199452014-03-26 Yao Qi <yao@codesourcery.com>
19946
19947 * lib/gdb.exp (readline_is_used): New proc.
19948 * gdb.base/completion.exp: Move tests on command complete up.
19949 Skip the rest of tests if readline is not used.
19950 * gdb.ada/complete.exp: Skp the test if readline is not
19951 used.
19952 * gdb.base/filesym.exp: Likewise.
19953 * gdb.base/macscp.exp: Likewise.
19954 * gdb.base/readline-ask.exp: Likewise.
19955 * gdb.base/readline.exp: Likewise.
19956 * gdb.python/py-cmd.exp: Likewise.
19957 * gdb.trace/tfile.exp: Likewise.
19958
29361eee
YQ
199592014-03-26 Yao Qi <yao@codesourcery.com>
19960
19961 * gdb.base/macscp.exp: Fix code format issues.
19962
bc9a5525
UW
199632014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19964
19965 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19966 * gdb.asm/powerpc64le.inc: New file.
19967
d3839ede
PA
199682014-03-25 Pedro Alves <palves@redhat.com>
19969 Doug Evans <dje@google.com>
19970
19971 * gdb.base/source-execution.c: New file.
19972 * gdb.base/source-execution.exp: New file.
19973 * gdb.base/source-execution.gdb: New file.
19974
01672a57
DE
199752014-03-24 Doug Evans <dje@google.com>
19976
19977 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19978 using fission.
19979
88bbeca9
HZ
199802014-03-24 Hui Zhu <hui@codesourcery.com>
19981 Pedro Alves <palves@redhat.com>
19982
19983 PR breakpoints/16101
19984 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19985 test pass/fail messages. Detect missing support for dprintf when
19986 breakpoints are actually inserted.
19987 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19988 breakpoints are actually inserted.
19989 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19990 fails.
19991
d2348791
JK
199922014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19993
19994 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19995
feef67ab
DE
199962014-03-22 Doug Evans <xdje42@gmail.com>
19997
19998 * gdb.python/python.exp (python not supported): Verify multi-line
19999 python command issues an error.
25d743f9 20000 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20001 guile command issues an error.
feef67ab 20002
ecebef6a
MR
200032014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20004
20005 * gdb.threads/thread-specific.exp: Handle the lack of usable
20006 $this_breakpoint and $this_thread.
20007
ccdd1909
HZ
200082014-03-21 Hui Zhu <hui@codesourcery.com>
20009
20010 * gdb.base/attach.exp (do_command_attach_tests): New.
20011
beb460e8
PA
200122014-03-20 Tom Tromey <tromey@redhat.com>
20013 Pedro Alves <palves@redhat.com>
20014
20015 PR cli/15718
20016 * gdb.base/condbreak-call-false.c: New file.
20017 * gdb.base/condbreak-call-false.exp: New file.
20018
40acf43a
PA
200192014-03-20 Pedro Alves <palves@redhat.com>
20020
20021 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20022 Delete.
20023 (block_signals, unblock_signals): Delete.
20024 (child_function_2, main): Remove references to deleted variable
20025 and functions.
20026
9f5e1e02
PA
200272014-03-20 Pedro Alves <palves@redhat.com>
20028
20029 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20030 Use pthread_kill to signal thread 2.
20031 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20032 Adjust to make the test send itself a signal rather than using the
20033 host's "kill" command.
20034
99619bea
PA
200352014-03-20 Pedro Alves <palves@redhat.com>
20036
20037 * gdb.threads/multiple-step-overs.c: New file.
20038 * gdb.threads/multiple-step-overs.exp: New file.
20039 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20040 Adjust expected infrun debug output.
20041
2adfaa28
PA
200422014-03-20 Pedro Alves <palves@redhat.com>
20043
20044 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20045 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20046
31e77af2
PA
200472014-03-20 Pedro Alves <palves@redhat.com>
20048
20049 PR breakpoints/7143
20050 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20051 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20052 of gdb_test_multiple.
20053 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20054 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20055
b9f437de
PA
200562014-03-20 Pedro Alves <palves@redhat.com>
20057
20058 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20059 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20060
05adc73e
PA
200612014-03-19 Pedro Alves <palves@redhat.com>
20062
20063 * gdb.base/async.exp: Remove early return.
20064
6048b950
PA
200652014-03-19 Pedro Alves <palves@redhat.com>
20066
20067 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20068
8bcfb00a
PA
200692014-03-19 Pedro Alves <palves@redhat.com>
20070
20071 * gdb.base/async.exp (test_background): Expect \r\n after
20072 "completed." in the fail pattern.
20073
884e37dc
PA
200742014-03-19 Pedro Alves <palves@redhat.com>
20075
20076 * gdb.base/async.exp (test_background): New procedure.
20077 Use it for all background execution command tests.
20078
148e57e2
PA
200792014-03-19 Pedro Alves <palves@redhat.com>
20080
20081 * gdb.base/async.exp: Use prepare_for_testing.
20082
f48088c7
PA
200832014-03-19 Pedro Alves <palves@redhat.com>
20084
20085 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20086 the same line.
20087
e2f6c966
PA
200882014-03-19 Pedro Alves <palves@redhat.com>
20089
20090 * gdb.base/async.c (main): Add "jump here" and "until here" line
20091 marker comments.
20092 * gdb.base/async.exp (jump_here): New global.
20093 (jump& test): Use it.
20094 (until_here): New global.
20095 (until& test): Use it.
20096
c30568d4
PA
200972014-03-19 Pedro Alves <palves@redhat.com>
20098
20099 * gdb.base/async.exp: Don't frob gdb_protocol.
20100
0172b6a7
DE
201012014-03-18 Doug Evans <xdje42@gmail.com>
20102
20103 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20104 Fix spelling of exec-done-display.
20105
06c868a8
JK
201062014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20107
20108 PR gdb/15358
20109 * gdb.base/gdb-sigterm.c: New file.
20110 * gdb.base/gdb-sigterm.exp: New file.
20111
0c7e1a46
PA
201122014-03-18 Pedro Alves <palves@redhat.com>
20113
20114 PR gdb/13860
20115 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20116 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20117 solib-event.
20118
f7c77d93
JB
201192014-03-17 Joel Brobecker <brobecker@adacore.com>
20120
20121 * gdb.ada/pckd_arr_ren: New testcase.
20122
5a1e8c7a
DE
201232014-03-13 Doug Evans <xdje42@gmail.com>
20124
20125 PR guile/16612
20126 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20127 collect after discarding symbols.
20128
350e1a76
DE
201292014-03-13 Ludovic Courtès <ludo@gnu.org>
20130 Doug Evans <xdje42@gmail.com>
20131
20132 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20133 to history survives a gc.
20134
a69900ae
PA
201352014-03-13 Pedro Alves <palves@redhat.com>
20136
20137 * gdb.base/default.exp: Don't test "target procfs".
20138
5db9f0bd
PA
201392014-03-13 Pedro Alves <palves@redhat.com>
20140
20141 * gdb.base/default.exp: Update "target child" and "target procfs"
20142 tests to not expect "Unix".
20143
b3ccfe11
TT
201442014-03-12 Tom Tromey <tromey@redhat.com>
20145
20146 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20147 New procs. Add target-async tests.
20148 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20149 Add target-async tests.
20150
646f4417
AA
201512014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20152
20153 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20154 'func_start' and 'func_end' for the beginning and end of the
20155 function code, respectively.
20156 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20157 'func_end' instead of 'func' and 'main'.
20158
288c211f
AA
201592014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20160
20161 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20162 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20163 generate the debug info assembler source.
20164
e0c0f156
AA
201652014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20166
20167 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20168 * gdb.dwarf2/arr-subrange.exp: Likewise.
20169 * gdb.dwarf2/dwz.exp: Likewise.
20170 * gdb.dwarf2/method-ptr.exp: Likewise.
20171 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20172 * gdb.dwarf2/subrange.exp: Likewise.
20173 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20174 * gdb.dwarf2/implptrpiece.exp: Likewise.
20175 * gdb.dwarf2/nostaticblock.exp: Likewise.
20176
0e5c4555
AA
201772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20178
20179 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20180 directory to absolute path name arguments.
20181
5ec18f2b
JG
201822014-03-10 Joel Brobecker <brobecker@adacore.com>
20183
20184 * gdb.ada/tagged_access: New testcase.
20185
847fc4f2
MM
201862014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20187
20188 * gdb.btrace/data.exp: Update expected output.
20189
cc3da688
YQ
201902014-03-06 Yao Qi <yao@codesourcery.com>
20191
20192 * gdb.trace/pr16508.exp: New file.
20193
0f26cec1
PA
201942014-03-05 Pedro Alves <palves@redhat.com>
20195
20196 PR gdb/16575
20197 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20198 procedure.
20199 (top level): Adjust to use it. Add tests that exercise breakpoint
20200 interaction with the code-cache.
20201
7a5a839f
LC
202022014-02-26 Ludovic Courtès <ludo@gnu.org>
20203
20204 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20205 test for 'history-append!'.
20206
31aa7e4e
JB
202072014-02-26 Joel Brobecker <brobecker@adacore.com>
20208
20209 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20210 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20211 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20212 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20213 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20214 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20215
1b588015
JB
202162014-02-26 Joel Brobecker <brobecker@adacore.com>
20217
20218 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20219 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20220 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20221
55426c9d
JB
202222014-02-26 Joel Brobecker <brobecker@adacore.com>
20223
20224 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20225
dc53a7ad
JB
202262014-02-26 Joel Brobecker <brobecker@adacore.com>
20227
20228 * gdb.dwarf2/arr-stride.c: New file.
20229 * gdb.dwarf2/arr-stride.exp: New file.
20230
12ab52e9
PA
202312014-02-26 Pedro Alves <palves@redhat.com>
20232
20233 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20234 that won't ever trigger. Make sure that GDB reports the correct
20235 breakpoint that caused the stop.
20236
849c862e
JK
202372014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20238
20239 PR gdb/16626
20240 * gdb.base/auto-load-script: New file.
20241 * gdb.base/auto-load.c: New file.
20242 * gdb.base/auto-load.exp: New file.
20243
71b7d793
JK
20244 PR gdb/16626
20245 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20246
e2f0d509
JK
202472014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20248
20249 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20250 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20251
50cc37c8
DE
202522014-02-24 Doug Evans <dje@google.com>
20253
20254 * lib/gdb.exp (run_on_host): Log error output if program fails.
20255
ea4758f2
PA
202562014-02-21 Pedro Alves <palves@redhat.com>
20257
20258 * gdb.threads/step-after-sr-lock.c: Rename to ...
20259 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20260 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20261 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20262 ... this.
20263
d7b30f67
SDJ
202642014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20265
20266 PR tdep/16397
20267 * gdb.arch/amd64-stap-special-operands.exp: New file.
20268 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20269 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20270 * gdb.arch/amd64-stap-triplet.S: Likewise.
20271 * gdb.arch/amd64-stap-triplet.c: Likewise.
20272
83deb43f
JB
202732014-02-20 Joel Brobecker <brobecker@adacore.com>
20274
20275 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20276 in .section pseudo-op.
20277
adde2bff
DE
202782014-02-20 lin zuojian <manjian2006@gmail.com>
20279 Joel Brobecker <brobecker@adacore.com>
20280 Doug Evans <xdje42@gmail.com>
20281
20282 PR symtab/16581
20283 * gdb.dwarf2/dw2-icycle.S: New file.
20284 * gdb.dwarf2/dw2-icycle.c: New file.
20285 * gdb.dwarf2/dw2-icycle.exp: New file.
20286
f7bd0f78
SC
202872014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20288
20289 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20290 operations on gdb.Value objects.
20291 * gdb.python/py-value-cc.exp: Add new test to test operations on
20292 gdb.Value objects.
20293
c17ef0d5
DE
202942014-02-18 Doug Evans <dje@google.com>
20295
20296 * Makefile.in (TESTS): New variable.
20297 (expanded_tests, expanded_tests_or_none): New variables
20298 (check-single): Pass $(expanded_tests_or_none) to runtest.
20299 (check-parallel): Only run tests in $(TESTS) if non-empty.
20300 (check/no-matching-tests-found): New rule.
20301 * README: Document TESTS makefile variable.
20302
5dd3176f
DE
203032014-02-18 Doug Evans <dje@google.com>
20304
20305 * Makefile.in (check-parallel): rm -rf outputs temp.
20306
0b10be4f
JK
203072014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20308
20309 Fix "ERROR: no fileid for" in the testsuite.
20310 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20311
85f224e7
DE
203122014-02-12 Doug Evans <dje@google.com>
20313
20314 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20315 (MISCELLANEOUS): New variable.
20316 (clean): rm -rf $(MISCELLANEOUS).
20317 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20318 dwp live in the same directory as symlinks, with each symlink pointed
20319 to a differently named file in a different directory.
20320
149b30ff
DE
203212014-02-11 Doug Evans <dje@google.com>
20322
20323 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20324 of Tcl file commands.
20325
1dfdac32
MK
203262014-02-10 Mark Kettenis <kettenis@gnu.org>
20327
20328 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20329 "kill -SIGUSR1 -1".
20330
aa4fb036
JB
203312014-02-10 Joel Brobecker <brobecker@adacore.com>
20332
20333 * gdb.ada/tick_length_array_enum_idx: New testcase.
20334
ed3ef339
DE
203352014-02-10 Doug Evans <xdje42@gmail.com>
20336
20337 * configure.ac (AC_OUTPUT): Add gdb.guile.
20338 * configure: Regenerate.
20339 * lib/gdb-guile.exp: New file.
20340 * lib/gdb.exp (get_target_charset): New function.
20341 * gdb.base/help.exp: Update expected output from "apropos apropos".
20342 * gdb.guile/Makefile.in: New file.
20343 * gdb.guile/guile.exp: New file.
20344 * gdb.guile/scm-arch.c: New file.
20345 * gdb.guile/scm-arch.exp: New file.
20346 * gdb.guile/scm-block.c: New file.
20347 * gdb.guile/scm-block.exp: New file.
20348 * gdb.guile/scm-breakpoint.c: New file.
20349 * gdb.guile/scm-breakpoint.exp: New file.
20350 * gdb.guile/scm-disasm.c: New file.
20351 * gdb.guile/scm-disasm.exp: New file.
20352 * gdb.guile/scm-equal.c: New file.
20353 * gdb.guile/scm-equal.exp: New file.
20354 * gdb.guile/scm-error.exp: New file.
20355 * gdb.guile/scm-error.scm: New file.
20356 * gdb.guile/scm-frame-args.c: New file.
20357 * gdb.guile/scm-frame-args.exp: New file.
20358 * gdb.guile/scm-frame-args.scm: New file.
20359 * gdb.guile/scm-frame-inline.c: New file.
20360 * gdb.guile/scm-frame-inline.exp: New file.
20361 * gdb.guile/scm-frame.c: New file.
20362 * gdb.guile/scm-frame.exp: New file.
20363 * gdb.guile/scm-generics.exp: New file.
20364 * gdb.guile/scm-gsmob.exp: New file.
20365 * gdb.guile/scm-iterator.c: New file.
20366 * gdb.guile/scm-iterator.exp: New file.
20367 * gdb.guile/scm-math.c: New file.
20368 * gdb.guile/scm-math.exp: New file.
20369 * gdb.guile/scm-objfile-script-gdb.in: New file.
20370 * gdb.guile/scm-objfile-script.c: New file.
20371 * gdb.guile/scm-objfile-script.exp: New file.
20372 * gdb.guile/scm-objfile.c: New file.
20373 * gdb.guile/scm-objfile.exp: New file.
20374 * gdb.guile/scm-ports.exp: New file.
20375 * gdb.guile/scm-pretty-print.c: New file.
20376 * gdb.guile/scm-pretty-print.exp: New file.
20377 * gdb.guile/scm-pretty-print.scm: New file.
20378 * gdb.guile/scm-section-script.c: New file.
20379 * gdb.guile/scm-section-script.exp: New file.
20380 * gdb.guile/scm-section-script.scm: New file.
20381 * gdb.guile/scm-symbol.c: New file.
20382 * gdb.guile/scm-symbol.exp: New file.
20383 * gdb.guile/scm-symtab-2.c: New file.
20384 * gdb.guile/scm-symtab.c: New file.
20385 * gdb.guile/scm-symtab.exp: New file.
20386 * gdb.guile/scm-type.c: New file.
20387 * gdb.guile/scm-type.exp: New file.
20388 * gdb.guile/scm-value-cc.cc: New file.
20389 * gdb.guile/scm-value-cc.exp: New file.
20390 * gdb.guile/scm-value.c: New file.
20391 * gdb.guile/scm-value.exp: New file.
20392 * gdb.guile/source2.scm: New file.
20393 * gdb.guile/types-module.cc: New file.
20394 * gdb.guile/types-module.exp: New file.
20395
7026a7c1
YQ
203962014-02-10 Yao Qi <yao@codesourcery.com>
20397
20398 PR testsuite/16543
20399 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20400 * configure: Regenerated.
20401 * Makefile.in: New file.
20402
6c466447
AS
204032014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20404
20405 * gdb.python/py-framefilter.exp: Fix typo.
20406
6e854735
YQ
204072014-02-08 Yao Qi <yao@codesourcery.com>
20408
20409 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20410 that no =breakpoint-modified is emitted when breakpoints are
20411 modified through MI commands.
20412
d137e6dc
PA
204132014-02-07 Pedro Alves <pedro@codesourcery.com>
20414 Pedro Alves <palves@redhat.com>
20415
20416 * gdb.threads/step-after-sr-lock.c: New file.
20417 * gdb.threads/step-after-sr-lock.exp: New file.
20418
b5ee5a50
PA
204192014-02-07 Pedro Alves <palves@redhat.com>
20420
20421 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20422
3c77faf3
JK
204232014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20424
20425 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20426 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20427
6dddc817
DE
204282014-02-06 Doug Evans <xdje42@gmail.com>
20429
20430 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20431 output.
20432
20433 * gdb.gdb/python-interrupts.exp: New file.
20434
de7b2893
YQ
204352014-02-05 Yao Qi <yao@codesourcery.com>
20436
20437 * gdb.trace/report.exp (use_collected_data): Test the output
20438 of "info threads" and "info inferiors".
20439
66d032ac
YQ
204402014-02-05 Yao Qi <yao@codesourcery.com>
20441
20442 Revert this patch:
20443
20444 2013-05-24 Yao Qi <yao@codesourcery.com>
20445
20446 * gdb.trace/tfile.exp: Test inferior and thread.
20447
591a12a1
UW
204482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20449
20450 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20451 on a function.
20452 * gdb.base/step-bt.c: Call hello via function pointer to make
20453 sure its first instruction is executed on powerpc64le-linux.
20454
0ff3e01f
UW
204552014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20456
20457 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20458
084ee545
UW
204592014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20460
20461 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20462 of the test patterns for use on little-endian systems.
20463
6ed14ff3
UW
204642014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20465
20466 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20467 (decimal_vector): Fix for little-endian.
20468
401e27fd
JM
204692014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20470
20471 * gdb.arch/sparc-sysstep.exp: New file.
20472 * gdb.arch/sparc-sysstep.c: Likewise.
20473
20474 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20475
8b924729
EBM
204762014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20477
20478 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20479
fb151210
JB
204802014-01-23 Tom Tromey <tromey@redhat.com>
20481
20482 * gdb.ada/array_char_idx: New testcase.
20483
0740f8d8
TT
204842014-01-23 Tom Tromey <tromey@redhat.com>
20485
20486 PR python/16487:
20487 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20488 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20489 classes.
20490
21909fa1
TT
204912014-01-23 Tom Tromey <tromey@redhat.com>
20492
20493 PR python/16491:
20494 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20495 string from an inferior frame.
20496 * gdb.python/py-framefilter-mi.exp: Update.
20497
87ce2a04
DE
204982014-01-22 Doug Evans <dje@google.com>
20499
20500 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20501
237b092b
AA
205022014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20503
20504 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20505
d674a709
AA
205062014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20507
20508 * gdb.trace/entry-values.exp: Remove excess space character from
20509 regex patterns. Handle s390 call instruction.
20510
20fa3390
AA
205112014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20512
20513 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20514 define "*_start" label. Make "name" static.
20515 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20516 ${name} by references to ${name}_start.
20517
78466714
AA
205182014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20519
20520 * gdb.base/info-macros.exp: Remove "debug" from the compile
20521 options.
20522
ec9f644a
IB
205232014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20524
20525 * gdb.dlang/demangle.exp: New file.
20526
94b1b47e
IB
205272014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20528
20529 * gdb.dlang/primitive-types.exp: New file.
20530
7f420862
IB
205312014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20532
20533 * configure.ac: Create gdb.dlang/Makefile.
20534 * configure: Regenerate.
20535 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20536 * gdb.dlang/Makefile.in: New file.
20537 * lib/d-support.exp: New file.
20538 * lib/gdb.exp (skip_d_tests): New proc.
20539
52834460
MM
205402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20541
20542 * gdb.btrace/delta.exp: Check reverse stepi.
20543 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20544 * gdb.btrace/finish.exp: New.
20545 * gdb.btrace/next.exp: New.
20546 * gdb.btrace/nexti.exp: New.
20547 * gdb.btrace/record_goto.c: Add comments.
20548 * gdb.btrace/step.exp: New.
20549 * gdb.btrace/stepi.exp: New.
20550 * gdb.btrace/multi-thread-step.c: New.
20551 * gdb.btrace/multi-thread-step.exp: New.
20552 * gdb.btrace/rn-dl-bind.c: New.
20553 * gdb.btrace/rn-dl-bind.exp: New.
20554 * gdb.btrace/data.c: New.
20555 * gdb.btrace/data.exp: New.
20556 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20557
6e07b1d2
MM
205582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20559
20560 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20561 * gdb.btrace/exception.exp: Update.
20562 * gdb.btrace/instruction_history.exp: Update.
20563 * gdb.btrace/record_goto.exp: Update.
20564 * gdb.btrace/tailcall.exp: Update.
20565 * gdb.btrace/unknown_functions.exp: Update.
20566 * gdb.btrace/delta.exp: New.
20567
0b722aec
MM
205682014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20569
20570 * gdb.btrace/record_goto.exp: Add backtrace test.
20571 * gdb.btrace/tailcall.exp: Add backtrace test.
20572
066ce621
MM
205732014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20574
20575 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20576 * gdb.btrace/record_goto.c: New.
20577 * gdb.btrace/record_goto.exp: New.
20578 * gdb.btrace/x86-record_goto.S: New.
20579
0688d04e
MM
205802014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20581
20582 * gdb.btrace/function_call_history.exp: Update tests.
20583 * gdb.btrace/instruction_history.exp: Update tests.
20584
8710b709
MM
205852014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20586
20587 * gdb.btrace/function_call_history.exp: Fix expected field
20588 order for "record function-call-history".
20589 Add new tests for "record function-call-history /c".
20590 * gdb.btrace/exception.cc: New.
20591 * gdb.btrace/exception.exp: New.
20592 * gdb.btrace/tailcall.exp: New.
20593 * gdb.btrace/x86-tailcall.S: New.
20594 * gdb.btrace/x86-tailcall.c: New.
20595 * gdb.btrace/unknown_functions.c: New.
20596 * gdb.btrace/unknown_functions.exp: New.
20597 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20598
5de9129b
MM
205992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20600
20601 * gdb.btrace/instruction_history.exp: Update.
20602 * gdb.btrace/function_call_history.exp: Update.
20603
23a7fe75
MM
206042014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20605
20606 * gdb.btrace/function_call_history.exp: Fix expected function
20607 trace.
20608 * gdb.btrace/instruction_history.exp: Initialize traced.
20609 Remove traced_functions.
20610
724c7dd8
MM
206112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20612
20613 * gdb.btrace/function_call_history.exp: Update
20614 * gdb.btrace/instruction_history.exp: Update.
20615
6d78d93b
MM
206162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20617
20618 * gdb.btrace/enable.exp: Update expected text.
20619
93a360cc
OJ
206202014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20621
20622 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20623 bytes.
20624
3772b53f
MR
206252014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20626
20627 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20628
596662fa
OJ
206292014-01-15 Omair Javaid <omair.javaid@linaro.org>
20630
20631 * lib/gdb.exp (supports_process_record): Return true for
20632 arm*-linux*. (supports_reverse): Likewise.
20633
b5b08fb4
SC
206342014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20635
20636 PR python/15464
20637 PR python/16113
20638 * gdb.python/py-type.c: Enhance test case.
20639 * gdb.python/py-value-cc.cc: Likewise
20640 * gdb.python/py-type.exp: Add new tests.
20641 * gdb.python/py-value-cc.exp: Likewise
20642
52d7fb13
AA
206432014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20644 Pedro Alves <palves@redhat.com>
20645
20646 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20647 Make "name" extern.
20648 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20649 references to ${name}_start by references to ${name}.
20650
a2cd8cfe
JB
206512014-01-10 Joel Brobecker <brobecker@adacore.com>
20652
20653 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20654
4e23fced
JB
206552014-01-10 Joel Brobecker <brobecker@adacore.com>
20656
20657 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20658
c6a9e42c
PA
206592014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20660 Pedro Alves <palves@redhat.com>
20661
20662 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20663 mi_gdb_target_load.
c6a9e42c 20664
b7ea362b
PA
206652014-01-08 Pedro Alves <palves@redhat.com>
20666
20667 * gdb.threads/reconnect-signal.c: New file.
20668 * gdb.threads/reconnect-signal.exp: New file.
20669
5e3f4fab
EBM
206702014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20671
20672 * gdb.base/source-dir.exp: New file.
20673
79301218
JB
206742014-01-07 Joel Brobecker <brobecker@adacore.com>
20675
20676 * gdb.ada/mi_interface: New testcase.
20677
8e355c5d
JB
206782014-01-07 Joel Brobecker <brobecker@adacore.com>
20679
20680 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20681 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20682 gdb.ada/pp-rec-component/pck.ads: New files.
20683
c0d48811
JB
206842014-01-07 Joel Brobecker <brobecker@adacore.com>
20685
20686 * gdb.python/py-pp-integral.c: New file.
20687 * gdb.python/py-pp-integral.py: New file.
20688 * gdb.python/py-pp-integral.exp: New file.
20689
17b609c3 20690For older changes see ChangeLog-1993-2013.
c906108c 20691\f
8d8cb839
EZ
20692;; Local Variables:
20693;; mode: change-log
20694;; left-margin: 8
20695;; fill-column: 74
20696;; version-control: never
20697;; End:
902f2ccb 20698
b811d2c2 20699 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20700 Copying and distribution of this file, with or without modification,
20701 are permitted provided the copyright notice and this notice are preserved.
This page took 3.768646 seconds and 4 git commands to generate.