guile: Add support for Guile 2.2.
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
68cf161c
LC
12020-07-20 Ludovic Courtès <ludo@gnu.org>
2
3 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
4 error regexp to match on Guile 2.2.
5
c14b4913
GB
62020-07-20 Gary Benson <gbenson@redhat.com>
7
8 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
9 with clang.
10
b243ba58
TV
112020-07-20 Tom de Vries <tdevries@suse.de>
12
13 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
14 (omp_set_lock_in_order): New function.
15 (single_scope, multi_scope, nested_func, nested_parallel): Use
16 omp_set_lock_in_order and omp_unset_lock.
17 (main): Init and destroy lock and lock2.
18
c06ad8b5
TV
192020-07-20 Tom de Vries <tdevries@suse.de>
20
21 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
22
6e22f117
TV
232020-07-20 Tom de Vries <tdevries@suse.de>
24
25 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
26
33176ea7
TV
272020-07-17 Tom de Vries <tdevries@suse.de>
28
29 * gdb.base/valgrind-infcall-2.c: New test.
30 * gdb.base/valgrind-infcall-2.exp: New file.
31 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
32
90c3ec2d
TV
332020-07-17 Tom de Vries <tdevries@suse.de>
34
35 * gdb.dlang/circular.c (found): Use found_label as label name.
36 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
37 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
38 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
39 * gdb.dwarf2/ada-linkage-name.exp: Same.
40 * gdb.dwarf2/arr-subrange.exp: Same.
41 * gdb.dwarf2/atomic-type.exp: Same.
42 * gdb.dwarf2/comp-unit-lang.exp: Same.
43 * gdb.dwarf2/cpp-linkage-name.exp: Same.
44 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
45 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
46 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
47 * gdb.dwarf2/implptr-64bit.exp: Same.
48 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
49 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
50 * gdb.dwarf2/imported-unit.exp: Same.
51 * gdb.dwarf2/main-subprogram.exp: Same.
52 * gdb.dwarf2/missing-type-name.exp: Same.
53 * gdb.dwarf2/nonvar-access.exp: Same.
54 * gdb.dwarf2/struct-with-sig.exp: Same.
55 * gdb.dwarf2/typedef-void-finish.exp: Same.
56 * gdb.dwarf2/void-type.exp: Same.
57
10da644d
TV
582020-07-17 Tom de Vries <tdevries@suse.de>
59
60 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
61 src parameter.
62 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
63 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
64 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
65 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
66 * gdb.dwarf2/dwz.exp: Same.
67 * gdb.dwarf2/implptr-optimized-out.exp: Same.
68 * gdb.dwarf2/implref-array.exp: Same.
69 * gdb.dwarf2/implref-const.exp: Same.
70 * gdb.dwarf2/implref-global.exp: Same.
71 * gdb.dwarf2/implref-struct.exp: Same.
72 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
73 * gdb.dwarf2/opaque-type-lookup.exp: Same.
74 * gdb.dwarf2/var-access.exp: Same.
75 * gdb.dwarf2/varval.exp: Same.
76 * gdb.trace/entry-values.exp: Same.
77
315e6afc
TV
782020-07-17 Tom de Vries <tdevries@suse.de>
79
80 * lib/dwarf.exp (Dwarf::extern): Remove.
81 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
82 * gdb.dlang/circular.exp: Same.
83 * gdb.dwarf2/comp-unit-lang.exp: Same.
84 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
85 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
86 * gdb.dwarf2/dwz.exp: Same.
87 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
88 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
89 * gdb.dwarf2/imported-unit.exp: Same.
90 * gdb.dwarf2/opaque-type-lookup.exp: Same.
91
5597c940
SL
922020-07-16 Sandra Loosemore <sandra@codesourcery.com>
93
94 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
95 Use double quotes instead of single quotes.
96
d0ce17d8
CT
972020-07-16 Caroline Tice <cmtice@google.com>
98
99 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
100 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
101
853772cc
TV
1022020-07-16 Tom de Vries <tdevries@suse.de>
103
104 * lib/dwarf.exp (program): Initialize _line.
105 (DW_LNE_end_sequence): Reinitialize _line.
106 (DW_LNS_advance_line): Update _line.
107 (line): New proc.
108 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
109 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
110 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
111 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
112 * gdb.dwarf2/dw2-is-stmt.exp: Same.
113 * gdb.dwarf2/dw2-ranges-func.exp: Same.
114
fe07b572
AB
1152020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
116
117 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
118 generic.
119
52781cce
TV
1202020-07-15 Tom de Vries <tdevries@suse.de>
121
122 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
123 is_amd64_regs_target.
124
3dcc261c
AB
1252020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
126
127 * gdb.fortran/ptype-on-functions.exp: Add more tests.
128 * gdb.fortran/ptype-on-functions.f90: Likewise.
129
054a0959
SM
1302020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
131
132 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
133 values in documentation for addr_size to 4 and 8.
134
ccb9eba6
AB
1352020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
136
137 * gdb.arch/amd64-osabi.exp: Update.
138 * gdb.arch/arm-disassembler-options.exp: Update.
139 * gdb.arch/powerpc-disassembler-options.exp: Update.
140 * gdb.arch/ppc64-symtab-cordic.exp: Update.
141 * gdb.arch/s390-disassembler-options.exp: Update.
142 * gdb.base/all-architectures.exp.tcl: Update.
143 * gdb.base/attach-pie-noexec.exp: Update.
144 * gdb.base/catch-syscall.exp: Update.
145 * gdb.xml/tdesc-arch.exp: Update.
146
025a39a7
TV
1472020-07-14 Tom de Vries <tdevries@suse.de>
148
149 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
150 (local_gettid): ... this.
151 (fn): Update.
152
74e4b667
SL
1532020-07-13 Sandra Loosemore <sandra@codesourcery.com>
154
155 * gdb.base/info_sources.exp: Skip directory match tests on
156 remote hosts.
157
f413dd74
GB
1582020-07-13 Gary Benson <gbenson@redhat.com>
159
160 * gdb.base/savedregs.exp (caller): Use parentheses to
161 make expected expression evaluation ordering explicit.
162
915771bb
GB
1632020-07-13 Gary Benson <gbenson@redhat.com>
164
165 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
166
2a122642
GB
1672020-07-13 Gary Benson <gbenson@redhat.com>
168
169 * gdb.base/bigcore.c (main): Use a volatile pointer when
170 attempting to trigger a SIGSEGV.
171 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
172 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
173 * gdb.base/savedregs.c (thrower): Likewise.
174 * gdb.mi/mi-syn-frame.c (bar): Likewise.
175
3f00c730
GB
1762020-07-13 Gary Benson <gbenson@redhat.com>
177
178 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
179 defining and using VLA structure fields into...
180 * gdb.base/vla-struct-fields.c: New file.
181 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
182 tests into...
183 * gdb.base/vla-struct-fields.exp: New file.
184
963eeee4
TV
1852020-07-13 Tom de Vries <tdevries@suse.de>
186
187 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
188 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
189 * gdb.base/gold-gdb-index.exp: Same.
190 * gdb.base/morestack.exp: Same.
191
0ed35c9a
DX
1922020-07-11 Daniel Xu <dxu@dxuuu.xyz>
193
194 PR rust/26121
195 * gdb.rust/modules.rs: Prevent linker from discarding test
196 symbol.
197
4fdba23d
PA
1982020-07-10 Pedro Alves <pedro@palves.net>
199
200 PR gdb/26199
201 * gdb.multi/multi-target.c (exit_thread): New.
202 (thread_start): Break loop if EXIT_THREAD.
203 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
204 (top level) Call test_no_resumed.
205
15f3b077
TT
2062020-07-08 Tom Tromey <tromey@adacore.com>
207
208 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
209 * gdb.ada/catch_ex.exp: Examine catchpoint text.
210
9fc501fd
AB
2112020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 PR python/22748
214 * gdb.opt/inline-frame-tailcall.c: New file.
215 * gdb.opt/inline-frame-tailcall.exp: New file.
216 * gdb.python/py-unwind-inline.c: New file.
217 * gdb.python/py-unwind-inline.exp: New file.
218 * gdb.python/py-unwind-inline.py: New file.
219
64cb3757
AB
2202020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
221
222 * gdb.python/py-arch-reg-groups.exp: New file.
223
0f767f94
AB
2242020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
225
226 * gdb.python/py-arch-reg-names.exp: New file.
227
87dbc774
AB
2282020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
229
230 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
231 gdb.PendingFrame.architecture method.
232
d8cc8af6
TV
2332020-07-06 Tom de Vries <tdevries@suse.de>
234
235 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
236
3c8ea5be
PA
2372020-07-03 Pedro Alves <palves@redhat.com>
238
239 * gdb.base/structs2.c (main): Adjust second parem_reg call to
240 explicitly write negative numbers.
241 * gdb.base/structs2.exp: Adjust expected output.
242
bf90c83a
PA
2432020-07-03 Pedro Alves <palves@redhat.com>
244
245 * gdb.base/charset.c (init_string): Change all char parameters to
246 unsigned char parameters.
247
2eb82157
PA
2482020-07-03 Pedro Alves <palves@redhat.com>
249
250 * gdb.base/call-sc.exp (start_scalars_test): Use
251 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
252 * gdb.base/overlays.c: Remove references to PARAMS.
253 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
254 * gdb.base/reread.exp: Don't set 'prototypes' global.
255 * gdb.base/structs.exp (start_structs_test): Use
256 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
257 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
258 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
259 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
260 call.
261 * gdb.base/varargs.exp: Don't set 'prototypes' global.
262
9adda7af
PA
2632020-07-03 Pedro Alves <palves@redhat.com>
264
265 * gdb.base/m32rovly.c: Delete.
266 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
267
2a17c803
PW
2682020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
269
270 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
271 of gdb_py_test_multiple.
272 * gdb.python/py-cmd.exp: Likewise.
273 * gdb.python/py-events.exp: Likewise.
274 * gdb.python/py-function.exp: Likewise.
275 * gdb.python/py-inferior.exp: Likewise.
276 * gdb.python/py-infthread.exp: Likewise.
277 * gdb.python/py-linetable.exp: Likewise.
278 * gdb.python/py-parameter.exp: Likewise.
279 * gdb.python/py-value.exp: Likewise.
280
b011fe1a
TV
2812020-06-30 Tom de Vries <tdevries@suse.de>
282
283 PR testsuite/26175
284 * lib/future.exp (gdb_default_target_compile): Detect and handle
285 early_flags.
286
df5b8876
SM
2872020-06-29 Simon Marchi <simon.marchi@efficios.com>
288
289 * boards/simavr.exp (gdb_load): Catch errors when closing
290 previous connection. Close connection, wait for process and
291 unset simavr_spawn_id on failure.
292
a3ca48cd
TV
2932020-06-29 Tom de Vries <tdevries@suse.de>
294
295 * lib/gdb.exp (unknown): Make test-case unresolved.
296
b0237c0e
TV
2972020-06-29 Tom de Vries <tdevries@suse.de>
298
299 PR gdb/25475
300 * gdb.server/solib-list.exp: Verify that the symbol reload
301 confirmation question is asked.
302
c0b3b3bd
PW
3032020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
304
305 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
306 have a input seq nr in each pass message.
307 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
308 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
309 * gdb.python/python.exp: Make test names unique,
310 use gdb_test_multiline instead of gdb_py_test_multiple,
311 use $gdb_test_name.
312 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
313
1776e3e5
NA
3142020-06-26 Nick Alcock <nick.alcock@oracle.com>
315
316 * configure.ac: Add --enable-libctf.
317 * aclocal.m4: sinclude ../config/enable.m4.
318 * Makefile.in (site.exp): Add enable_libctf to site.exp.
319 * lib/gdb.exp (skip_ctf_tests): Use it.
320 * gdb.base/ctf-constvars.exp: Error message tweak.
321 * gdb.base/ctf-ptype.exp: Likewise.
322 * configure: Regenerate.
323
f53b3eeb
GB
3242020-06-26 Gary Benson <gbenson@redhat.com>
325
326 * gdb.cp/try_catch.cc: Include string.h.
327 (main): Replace comparison against string literal with
328 strcmp, avoiding build failure with -Wstring-compare.
329 Add "marker test-complete".
330 * gdb.cp/try_catch.exp: Run the test to the above marker,
331 then verify that the value of "test" is still true.
332
6d74da72
AB
3332020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
336
2e52d038
AB
3372020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
340
3b9fce96
AB
3412020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
342
343 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
344 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
345 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
346 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
347 * gdb.arch/riscv-tdesc-loading.exp: New file.
348
ed69cbc8
AB
3492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
350
351 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
352
767a879e
AB
3532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
354
355 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
356 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
357 * gdb.arch/riscv-tdesc-regs.c: New file.
358 * gdb.arch/riscv-tdesc-regs.exp: New file.
359
221db974
PA
3602020-06-24 Pedro Alves <palves@redhat.com>
361
362 * gdb.arch/amd64-entry-value-paramref.exp: Use
363 prepare_for_testing_full and don't pass "c++" for the .S file
364 build spec.
365 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
366 $options, since it's an assembly file. Remove -Wno-deprecated.
367 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
368 compiling C++ programs.
369
331733cd
PA
3702020-06-24 Pedro Alves <palves@redhat.com>
371
372 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
373 Clang, add "-Wno-unknown-warning-option" to the options.
374
caa7fd04
AB
3752020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
376
377 * gdb.xml/tdesc-reload.c: New file.
378 * gdb.xml/tdesc-reload.exp: New file.
379 * gdb.xml/maint-xml-dump-01.xml: New file.
380 * gdb.xml/maint-xml-dump-02.xml: New file.
381 * gdb.xml/maint-xml-dump.exp: New file.
382
bb8d1260
SL
3832020-06-23 Sandra Loosemore <sandra@codesourcery.com>
384
385 * lib/completion-support.exp (test_gdb_completion_offers_commands):
386 Adjust for omitted commands when TUI is disabled.
387
7e4b9c4c
GB
3882020-06-23 Gary Benson <gbenson@redhat.com>
389 Pedro Alves <palves@redhat.com>
390
391 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
392 * gdb.cp/nsimport.cc: Likewise.
393 * gdb.cp/nsnested.cc: Likewise.
394 * gdb.cp/nsnoimports.cc: Likewise.
395 * gdb.cp/nsusing.cc: Likewise.
396 * gdb.cp/smartp.cc: Likewise.
397 * gdb.python/py-pp-integral.c: Likewise.
398 * gdb.python/py-pp-re-notag.c: Likewise.
399
2e573c0a
GB
4002020-06-23 Gary Benson <gbenson@redhat.com>
401
402 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
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
746ebfe8
PW
4112020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
412
413 * gdb.base/default-args.exp: New test.
414 * gdb.base/default-args.c: New file.
415 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
416 * gdb.base/default.exp: Update to new help text.
417 * gdb.base/help.exp: Likewise.
418 * gdb.base/page.exp: Likewise.
419 * gdb.base/style.exp: Likewise.
420 * gdb.guile/guile.exp: Likewise.
421 * gdb.python/python.exp: Likewise.
422
e822f2cd
SL
4232020-06-22 Sandra Loosemore <sandra@codesourcery.com>
424
425 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
426 remote host. Fix search path syntax on Windows host.
427
48e9cc84
PW
4282020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
429
430 * gdb.base/attach.exp: Test priority of 'exec-file' changed
431 over 'exec-file-mismatch'.
432 * gdb.base/attach.c: Mark should_exit volatile.
433 * gdb.base/attach2.c: Likewise. Add a comment explaining
434 why the sleep cannot be big.
435 * gdb.base/attach3.c: New file.
436
160f8a8f
SL
4372020-06-20 Sandra Loosemore <sandra@codesourcery.com>
438
439 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
440 prefix optional.
441
4d91c2a4
SL
4422020-06-20 Sandra Loosemore <sandra@codesourcery.com>
443
444 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
445 for remote host.
446
87f83f20
SL
4472020-06-19 Sandra Loosemore <sandra@codesourcery.com>
448 Hafiz Abid Qadeer <abidh@codesourcery.com>
449
450 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
451 file sent to remote host.
452 (top level): Allow int32_t as type of 32-bit register.
453
37ab8655
TV
4542020-06-19 Tom de Vries <tdevries@suse.de>
455
456 * lib/gdb.exp (gdb_note): New proc.
457 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
458 (gdb_default_target_compile): ... here. Only call
459 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
460 (use_gdb_compile): Change to array.
461 (toplevel): Update sets of use_gdb_compile to specify language.
462 Warn about default_target_compile override. Store dejagnu's version
463 of default_target_compile in dejagnu_default_target_compile.
464
a8a56685
TV
4652020-06-18 Tom de Vries <tdevries@suse.de>
466
467 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
468 (default_gdb_init): ... here.
469
581bea2c
SL
4702020-06-17 Sandra Loosemore <sandra@codesourcery.com>
471
472 Fix TUI support checks in gdb.tui tests.
473
474 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
475 just say UNSUPPORTED.
476 * gdb.tui/corefile-run.exp: Likewise.
477 * gdb.tui/empty.exp: Likewise.
478 * gdb.tui/list-before.exp: Likewise.
479 * gdb.tui/list.exp: Likewise.
480 * gdb.tui/main.exp: Likewise.
481 * gdb.tui/regs.exp: Likewise.
482 * gdb.tui/resize.exp: Likewise.
483 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
484 * gdb.tui/tui-layout-asm.exp: Likewise.
485 * gdb.tui/tui-missing-src.exp: Likewise.
486 * gdb.tui/winheight.exp: Likewise.
487 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
488
05e682e3
SL
4892020-06-17 Sandra Loosemore <sandra@codesourcery.com>
490
491 Fix TCL error in gdb.python/py-format-string.exp.
492
493 * gdb.python/py-format-string.exp: Move test for python support
494 earlier, out of function body.
495
efb763a5
SM
4962020-06-15 Simon Marchi <simon.marchi@efficios.com>
497
498 * gdb.base/index-cache-load-twice.c: New.
499 * gdb.base/index-cache-load-twice.exp: New.
500
43327b20
KS
5012020-06-17 Keith Seitz <keiths@redhat.com>
502
99cf27cf 503 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
504 when executing "gdb --configuration".
505
081e778c
TV
5062020-06-17 Tom de Vries <tdevries@suse.de>
507
508 * lib/gdb.exp (gdb_tcl_unknown): New proc.
509 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
510 conditional on presence of gdb_tcl_unknown.
511 (gdb_finish): Make override undo conditional on presence of
512 gdb_tcl_unknown.
513
d2d1ea20
TT
5142020-06-16 Tom Tromey <tom@tromey.com>
515
516 * gdb.python/tui-window.py (failwin): New function. Register it
517 as a TUI window type.
518 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
519
c802e8a7
GB
5202020-06-16 Gary Benson <gbenson@redhat.com>
521
522 * gdb.python/py-nested-maps.c (create_map): Add missing return
523 value.
524 (create_map_map): Likewise.
525
ff08abb8
TBA
5262020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
527
528 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
529 variable.
530 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
531 and use the already-defined 'options' variable.
532
a29d5112
AB
5332020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
534 Tom de Vries <tdevries@suse.de>
535
536 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
537 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
538 (gdb_setup_known_globals): New proc.
539 (gdb_cleanup_globals): New proc.
540 * lib/gdb.exp (load_lib): New override proc.
541 (gdb_stdin_log_init): Set var in_file as persistent global.
542 * lib/pascal.exp (gdb_stdin_log_init): Set vars
543 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
544 fpc_compiler as persistent global.
545
8c74a764
TV
5462020-06-12 Tom de Vries <tdevries@suse.de>
547
548 * lib/tuiterm.exp (spawn): Rename to ...
549 (tui_spawn): ... this.
550 (toplevel): Move rename of spawn ...
551 (gdb_init_tuiterm): ... here. New proc.
552 (gdb_finish_tuiterm): New proc.
553 * lib/gdb.exp (gdb_finish_hooks): New global var.
554 (gdb_finish): Handle gdb_finish_hooks.
555 (tuiterm_env): New proc.
556 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
557 tuiterm_env.
558 * gdb.tui/basic.exp: Same.
559 * gdb.tui/corefile-run.exp: Same.
560 * gdb.tui/empty.exp: Same.
561 * gdb.tui/list-before.exp: Same.
562 * gdb.tui/list.exp: Same.
563 * gdb.tui/main.exp: Same.
564 * gdb.tui/new-layout.exp: Same.
565 * gdb.tui/regs.exp: Same.
566 * gdb.tui/resize.exp: Same.
567 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
568 * gdb.tui/tui-layout-asm.exp: Same.
569 * gdb.tui/tui-missing-src.exp: Same.
570 * gdb.tui/winheight.exp: Same.
571
26783bce
TV
5722020-06-12 Tom de Vries <tdevries@suse.de>
573
574 PR testsuite/26110
575 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
576 (gdb_finish): Reinstall dejagnu's override of ::unknown.
577
2b4e6a3f
TT
5782020-06-11 Tom Tromey <tom@tromey.com>
579
580 PR gdb/18318:
581 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
582 floating point tests.
583
2f33032a
KS
5842020-06-11 Keith Seitz <keiths@redhat.com>
585
586 PR gdb/21356
587 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
588 vla_struct.
589 Add new struct vla_typedef and union vla_typedef_union and
590 corresponding instantiation objects.
591 Initialize new objects.
592 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
593 and vla_typedef_union_object.
594 Fixup type for vla_struct_object.
595
a8baf0a3
TV
5962020-06-11 Tom de Vries <tdevries@suse.de>
597
598 * lib/gdb.exp (with_override): New proc, factored out of ...
599 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
600
7ab96794
TV
6012020-06-10 Tom de Vries <tdevries@suse.de>
602
603 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
604
cab5c3b7
SM
6052020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
606
607 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
608 parameter, update callers.
609
f8c41851
SM
6102020-06-04 Simon Marchi <simon.marchi@efficios.com>
611
612 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
613 * gdb.dwarf2/share-psymtabs-bt.c: New file.
614 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
615
1c07a73f
TV
6162020-06-04 Tom de Vries <tdevries@suse.de>
617
618 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
619
95146b5d
TV
6202020-06-04 Tom de Vries <tdevries@suse.de>
621
622 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
623 exp_continue.
624
0cfcd4f0
TV
6252020-06-04 Tom de Vries <tdevries@suse.de>
626
627 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
628
f9b5d5ea
TV
6292020-06-03 Tom de Vries <tdevries@suse.de>
630
631 PR symtab/26046
632 * gdb.cp/breakpoint-locs-2.cc: New test.
633 * gdb.cp/breakpoint-locs.cc: New test.
634 * gdb.cp/breakpoint-locs.exp: New file.
635 * gdb.cp/breakpoint-locs.h: New test.
636
5144dfba
TV
6372020-06-03 Tom de Vries <tdevries@suse.de>
638
639 PR testsuite/25609
640 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
641 value of global verbose.
642 * gdb.base/jit-elf.exp: Same.
643 * gdb.base/jit-reader.exp: Same.
644
621eacdf
TV
6452020-06-02 Tom de Vries <tdevries@suse.de>
646
647 * gdb.dwarf2/multidictionary.exp: Don't use
648 gdb_spawn_with_cmdline_opts.
649
1313c56e
AB
6502020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
651
652 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
653 use_header case.
654 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
655 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
656 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
657 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
658 * gdb.dwarf2/dw2-inline-header.c: New file.
659 * gdb.dwarf2/dw2-inline-header.h: New file.
660
f68f85b5
PA
6612020-05-30 Pedro Alves <palves@redhat.com>
662
663 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
664 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
665
678048e8
GB
6662020-05-29 Gary Benson <gbenson@redhat.com>
667
668 * gdb.compile/compile-cplus.exp (additional_flags): Also
669 set when building with clang.
670 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
671 when building with clang.
672
9fcafd23
GB
6732020-05-29 Gary Benson <gbenson@redhat.com>
674
675 * gdb.arch/i386-avx.exp (additional_flags): Also set when
676 building with clang.
677 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
678
735d5a07
GB
6792020-05-29 Gary Benson <gbenson@redhat.com>
680
681 * gdb.cp/koenig.exp (prepare_for_testing): Add
682 additional_flags=-Wno-unused-comparison.
683 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
684
4ad2c6a0
GB
6852020-05-28 Gary Benson <gbenson@redhat.com>
686
687 * gdb.base/sigaltstack.c (catcher): Add default case to switch
688 statement.
689
09fe663e
GB
6902020-05-28 Gary Benson <gbenson@redhat.com>
691
692 * gdb.cp/classes.exp (prepare_for_testing): Add
693 additional_flags=-Wno-deprecated-register.
694 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
695 * gdb.cp/misc.exp: Likewise.
696
cee00f17
GB
6972020-05-28 Gary Benson <gbenson@redhat.com>
698
699 * gdb.linespec/cpls-ops.cc (dummy): New static global.
700 (test_op_new::operator new): Add return statement.
701 (test_op_new_array::operator new[]): Likewise.
702
636edd00
PA
7032020-05-27 Pedro Alves <palves@redhat.com>
704
705 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
706 check. Use test_gdb_complete_unique instead of
707 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
708 test_gdb_complete_multiple instead of
709 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
710
c2b75043
LM
7112020-05-27 Luis Machado <luis.machado@linaro.org>
712
713 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
714 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
715 * gdb.arch/arm-disassembler-options.exp: Likewise.
716 * gdb.arch/arm-disp-step.exp: Likewise.
717 * gdb.arch/thumb-prologue.exp: Likewise.
718 * gdb.base/async.exp: Likewise.
719 * gdb.base/auxv.exp: Likewise.
720 * gdb.base/complex-parts.exp: Likewise.
721 * gdb.base/ena-dis-br.exp: Likewise.
722 * gdb.base/foll-exec.exp: Likewise.
723 * gdb.base/permissions.exp: Likewise.
724 * gdb.base/relocate.exp: Likewise.
725 * gdb.base/return2.exp: Likewise.
726 * gdb.base/sigbpt.exp: Likewise.
727 * gdb.base/siginfo-obj.exp: Likewise.
728 * gdb.cp/converts.exp: Likewise.
729 * gdb.cp/exceptprint.exp: Likewise.
730 * gdb.cp/inherit.exp: Likewise.
731 * gdb.cp/nsnoimports.exp: Likewise.
732 * gdb.cp/virtbase2.exp: Likewise.
733 * gdb.mi/mi-var-cmd.exp: Likewise.
734 * gdb.mi/var-cmd.c: Likewise.
735
53a47a3e
TT
7362020-05-26 Tom Tromey <tromey@adacore.com>
737
738 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
739
0bc2354b
TT
7402020-05-26 Tom Tromey <tromey@adacore.com>
741
742 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
743 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
744 type.
745 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
746 variable.
747
0db49895
CBG
7482020-05-26 Christian Biesinger <cbiesinger@google.com>
749
750 * Makefile.in: Use = instead of == for the test command
751 for portability.
752
40d22035
TV
7532020-05-26 Tom de Vries <tdevries@suse.de>
754
755 * gdb.base/gold-gdb-index-2.c: New test.
756 * gdb.base/gold-gdb-index.c: New test.
757 * gdb.base/gold-gdb-index.exp: New file.
758 * gdb.base/gold-gdb-index.h: New test.
759
043e2e02
TV
7602020-05-25 Tom de Vries <tdevries@suse.de>
761
762 * boards/gold-gdb-index.exp: New file.
763
462f72c5
SM
7642020-05-25 Simon Marchi <simon.marchi@efficios.com>
765
766 * boards/simavr.exp: New file.
767
6cf66e76
SM
7682020-05-25 Simon Marchi <simon.marchi@efficios.com>
769
770 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
771 * gdb.base/inferior-args.exp: New file.
772 * gdb.base/inferior-args.c: New file.
773
75d04512
SM
7742020-05-25 Simon Marchi <simon.marchi@efficios.com>
775
776 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
777 inferior_args. Pass it to gdb_reload.
778 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
779 inferior_args.
780 (gdb_reload): Add inferior_args argument.
781 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
782 pass it to gdbserver_run.
783 * boards/native-gdbserver.exp: Do not set noargs.
784 * boards/native-extended-gdbserver.exp (gdb_reload): Add
785 inferior_args argument.
786 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
787 * gdb.base/a2-run.exp: Check for use_gdb_stub.
788 * gdb.base/args.exp: Likewise.
789
42cf1844
TV
7902020-05-25 Tom de Vries <tdevries@suse.de>
791
792 * lib/gdb.exp (exec_is_pie): Add comment.
793
8f7d38ef
TV
7942020-05-25 Tom de Vries <tdevries@suse.de>
795
796 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
797 instead of $binfile in the untested message.
798
465e1b0f
TV
7992020-05-25 Tom de Vries <tdevries@suse.de>
800
801 PR testsuite/26031
802 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
803
3c5a0e02
TV
8042020-05-25 Tom de Vries <tdevries@suse.de>
805
806 * boards/gold.exp: New file.
807
0a4f5f8c
TT
8082020-05-23 Tom Tromey <tom@tromey.com>
809
810 * gdb.base/style.exp: Remove completion styling test.
811 * lib/gdb-utils.exp (style): Remove completion styles.
812
eca1f90c
TT
8132020-05-23 Tom Tromey <tom@tromey.com>
814
815 * gdb.base/style.exp: Add completion styling test.
816 * lib/gdb-utils.exp (style): Add completion styles.
817
7c13f4e8
AB
8182020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
819
820 * gdb.base/annota1.exp: Update expected results.
821 * gdb.cp/annota2.exp: Update expected results, remove duplicate
822 test name.
823 * gdb.cp/annota3.exp: Update expected results.
824
41977d16
SM
8252020-05-20 Simon Marchi <simon.marchi@efficios.com>
826
827 PR gdb/26016
828 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
829 against MAP_FAILED.
830 * gdb.base/coremaker.c (mmapdata): Likewise.
831 * gdb.base/jit-reader-host.c (main): Likewise.
832 * gdb.base/sym-file-loader.c (load): Likewise.
833 (load_shlib): Likewise.
834
b4757f2e
TT
8352020-05-20 Tom Tromey <tromey@adacore.com>
836
837 * gdb.ada/array_char_idx.exp: Recognize initialized array.
838
9a0bacfb
TV
8392020-05-20 Tom de Vries <tdevries@suse.de>
840
841 PR symtab/25833
842 * gdb.base/with-mf-inc.c: New test.
843 * gdb.base/with-mf-main.c: New test.
844 * gdb.base/with-mf.exp: New file.
845
76571211
TT
8462020-05-19 Tom Tromey <tromey@adacore.com>
847
848 * gdb.rust/simple.exp: Restore missing test result.
849
4cd9f3d5
TV
8502020-05-19 Tom de Vries <tdevries@suse.de>
851
852 * gdb.base/gdb-caching-proc.exp: Fix typo.
853
7d874253
TT
8542020-05-19 Tom Tromey <tromey@adacore.com>
855
856 * gdb.rust/simple.exp: Add some test descriptions.
857 (test_one_slice): Use with_test_prefix.
858
1d727695
TV
8592020-05-18 Tom de Vries <tdevries@suse.de>
860
861 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
862
7f32a4d5
PA
8632020-05-17 Pedro Alves <palves@redhat.com>
864
865 PR gdb/25741
866 * gdb.base/hw-sw-break-same-address.exp: New file.
867
7cfd74cf
PA
8682020-05-16 Pedro Alves <palves@redhat.com>
869
870 * gdb.multi/multi-re-run.exp (test_re_run): Switch
871 LAST_LOADED_FILE accordingly.
872
57b4f16e
PW
8732020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
874
875 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
876
7c05caf7
PW
8772020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
878
879 * gdb.base/help.exp: Test apropos and help for commands
880 having aliases. Fixed comments not starting with an
881 upper-case letter or not finishing with a dot.
882
7aa1b46f
PW
8832020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
884
3b3aaacb
PW
885 * gdb.base/alias.exp: Update help output check.
886
57b4f16e 8872020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 888
7aa1b46f
PW
889 * gdb.base/default.exp: Update output following fixes.
890
0605465f
PW
8912020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
892
893 * gdb.base/alias.exp: Test aliases starting with a prefix of
894 another alias.
895
86e4e63d
GB
8962020-05-15 Gary Benson <gbenson@redhat.com>
897
898 * gdb.base/info-os.c (main): Add return statement.
899 * gdb.base/info_minsym.c (minsym_fun): Likewise.
900 * gdb.base/large-frame-2.c (func): Likewise.
901 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
902 * gdb.base/pr10179-b.c (foo2): Likewise.
903 * gdb.base/valgrind-disp-step.c (foo): Likewise.
904 * gdb.base/watch-cond.c (func): Likewise.
905 * gdb.multi/goodbye.c (verylongfun): Likewise.
906 * gdb.multi/hello.c (commonfun): Likewise.
907 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
908 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
909 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
910 Likewise.
911 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
912 * gdb.threads/interrupt-while-step-over.c (child_function):
913 Likewise.
914 * gdb.trace/actions-changed.c (end): Likewise.
915
163df4df
GB
9162020-05-15 Gary Benson <gbenson@redhat.com>
917
918 * gdb.opencl/callfuncs.exp: Report when test skipped.
919 * gdb.opencl/convs_casts.exp: Likewise.
920 * gdb.opencl/datatypes.exp: Likewise.
921 * gdb.opencl/operators.exp: Likewise.
922 * gdb.opencl/vec_comps.exp: Likewise.
923
6dbc505a
TV
9242020-05-15 Tom de Vries <tdevries@suse.de>
925
926 * gdb.base/align.exp.in: Rename to ...
927 * gdb.base/align.exp.tcl: ... this.
928 * gdb.base/align-c++.exp: Update.
929 * gdb.base/align-c.exp: Update.
930 * gdb.base/all-architectures.exp.in: Rename to ...
931 * gdb.base/all-architectures.exp: ... this.
932 * gdb.base/all-architectures-0.exp: Update.
933 * gdb.base/all-architectures-1.exp: Update.
934 * gdb.base/all-architectures-2.exp: Update.
935 * gdb.base/all-architectures-3.exp: Update.
936 * gdb.base/all-architectures-4.exp: Update.
937 * gdb.base/all-architectures-5.exp: Update.
938 * gdb.base/all-architectures-6.exp: Update.
939 * gdb.base/all-architectures-7.exp: Update.
940 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
941 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
942 * gdb.base/infcall-nested-structs-c++.exp: Update.
943 * gdb.base/infcall-nested-structs-c.exp: Update.
944 * gdb.base/info-types.exp.in: Rename to ...
945 * gdb.base/info-types.exp.tcl: ... this.
946 * gdb.base/info-types-c++.exp: Update.
947 * gdb.base/info-types-c.exp: Update.
948 * gdb.base/max-depth.exp.in: Rename to ...
949 * gdb.base/max-depth.exp.tcl: ... this.
950 * gdb.base/max-depth-c++.exp: Update.
951 * gdb.base/max-depth-c.exp: Update.
952 * gdb.cp/cpexprs.exp.in: Rename to ...
953 * gdb.cp/cpexprs.exp.tcl: ... this.
954 * gdb.cp/cpexprs-debug-types.exp: Update.
955 * gdb.cp/cpexprs.exp: Update.
956 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
957 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
958 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
959 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
960 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
961 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
962 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
963 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
964 * gdb.dwarf2/clang-debug-names-2.exp: Update.
965 * gdb.dwarf2/clang-debug-names.exp: Update.
966
d1034d78
AB
9672020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
968
969 * lib/check-test-names.exp: Remove code that prevents this file
970 loading when tests are run in parallel.
971
3c5c3649
PA
9722020-05-15 Pedro Alves <palves@redhat.com>
973
974 * gdb.multi/multi-kill.exp (start_inferior): Remove
975 'testpid' parameter. Refer to namespace variable directly.
976 (testpid): Declare as namespace variable.
977
272c36b8
PA
9782020-05-15 Pedro Alves <palves@redhat.com>
979
980 * gdb.multi/multi-kill.exp: Wrap in namespace.
981 (start_inferior): Add TESTPID parameter. Use it instead of the
982 testpid global.
983 (top level): Define empty TESTPID array, and pass it down to
984 start_inferior.
985
02eba61a
TV
9862020-05-14 Tom de Vries <tdevries@suse.de>
987
988 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
989 output.
990
971a3747
TV
9912020-05-14 Tom de Vries <tdevries@suse.de>
992
993 * gdb.base/align.exp: Split into ...
994 * gdb.base/align.exp.in: ...
995 * gdb.base/align-c++.exp: ...
996 * gdb.base/align-c.exp: ... these.
997 * gdb.base/infcall-nested-structs.exp: Split into ...
998 * gdb.base/infcall-nested-structs.exp.in: ...
999 * gdb.base/infcall-nested-structs-c++.exp: ...
1000 * gdb.base/infcall-nested-structs-c.exp: ... these.
1001 * gdb.base/info-types.exp: Split into ...
1002 * gdb.base/info-types.exp.in: ...
1003 * gdb.base/info-types-c++.exp: ...
1004 * gdb.base/info-types-c.exp: ... these.
1005 * gdb.base/max-depth.exp: Split into ...
1006 * gdb.base/max-depth.exp.in: ...
1007 * gdb.base/max-depth-c++.exp: ...
1008 * gdb.base/max-depth-c.exp: ... these.
1009 * gdb.cp/infcall-nodebug.exp: Split into ...
1010 * gdb.cp/infcall-nodebug.exp.in: ...
1011 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1012 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1013 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1014 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1015
a05575d3
TBA
10162020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1017 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.multi/multi-exit.c: New file.
1020 * gdb.multi/multi-exit.exp: New file.
1021 * gdb.multi/multi-kill.c: New file.
1022 * gdb.multi/multi-kill.exp: New file.
1023
6ad82919
TBA
10242020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1025
1026 * gdb.base/annota1.exp: Update the expected output.
1027 * gdb.cp/annota2.exp: Ditto.
1028
843f4d93
AB
10292020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1030
1031 * lib/check-test-names.exp: Disable when testing is being run in
1032 parallel.
1033
c7c66341
TV
10342020-05-12 Tom de Vries <tdevries@suse.de>
1035
1036 * gdb.base/jit-elf.exp: Fix string concat.
1037
1b59ca1c
TV
10382020-05-12 Tom de Vries <tdevries@suse.de>
1039
1040 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1041 messages.
1042
b4991d29
TV
10432020-05-12 Tom de Vries <tdevries@suse.de>
1044
1045 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1046
dbb0ab10
TV
10472020-05-12 Tom de Vries <tdevries@suse.de>
1048
1049 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1050 * gdb.ada/mi_catch_ex.exp: Same.
1051 * gdb.ada/mi_catch_ex_hand.exp: Same.
1052
7549fed8
TV
10532020-05-12 Tom de Vries <tdevries@suse.de>
1054
1055 * gdb.fortran/complex.exp: Use with_test_prefix.
1056
af2d5cd8
TV
10572020-05-12 Tom de Vries <tdevries@suse.de>
1058
1059 * gdb.trace/passcount.exp: Fix test-names.
1060
7c121311
TV
10612020-05-12 Tom de Vries <tdevries@suse.de>
1062
1063 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1064
c9f3b40e
TV
10652020-05-12 Tom de Vries <tdevries@suse.de>
1066
1067 * gdb.gdb/complaints.exp: Use with_test_prefix.
1068 * gdb.xml/tdesc-regs.exp: Same.
1069 * gdb.opt/inline-locals.exp: Fix test name.
1070
111b33f0
TV
10712020-05-12 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1074 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1075 * gdb.dwarf2/implref-struct.exp: Same.
1076 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1077 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1078
ebf47080
SM
10792020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1080
1081 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1082
d30dcd12
AB
10832020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1084
1085 * lib/check-test-names.exp (all_test_names): New module variable.
1086 (counts): Add 'duplicates' field.
1087 (_check_duplicates): New procedure.
1088 (check): Also check for duplicates.
1089 (do_log_summary): Print duplicates count.
1090 (do_reset_vars): Reset counter for duplicate test names, and
1091 discard all know test names.
1092
34584c09
AB
10932020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1094
1095 * lib/gdb.exp: Include check-test-names.exp library.
1096 * lib/check-test-names.exp: New file.
1097
e0002117
TV
10982020-05-11 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1101
53f539a3
KS
11022020-05-11 Keith Seitz <keiths@redhat.com>
1103
1104 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1105
113ee09a
TV
11062020-05-11 Tom de Vries <tdevries@suse.de>
1107
1108 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1109 * gdb.cp/cpexprs.exp.in: .. here.
1110 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1111 cpexprs.exp.
1112
ba3e70b0
KS
11132020-05-11 Keith Seitz <keiths@redhat.com>
1114
1115 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1116 test names.
1117 * gdb.ada/arrayptr.exp: Likewise.
1118 * gdb.ada/assign_arr.exp: Likewise.
1119 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1120 * gdb.ada/bp_on_var.exp: Likewise.
1121 * gdb.ada/call_pn.exp: Likewise.
1122 * gdb.ada/complete.exp: Likewise.
1123 * gdb.ada/fun_overload_menu.exp: Likewise.
1124 * gdb.ada/funcall_param.exp: Likewise.
1125 * gdb.ada/funcall_ref.exp: Likewise.
1126 * gdb.ada/packed_array_assign.exp: Likewise.
1127 * gdb.ada/same_component_name.exp: Likewise.
1128 * gdb.ada/type_coercion.exp: Likewise.
1129 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1130 * gdb.ada/variant_record_packed_array.exp: Likewise.
1131
3ee6bb11
TV
11322020-05-11 Tom de Vries <tdevries@suse.de>
1133
1134 PR symtab/25941
1135 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1136 out of ...
1137 * gdb.dwarf2/clang-debug-names.exp: ... here.
1138 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1139 clang-debug-names.exp.in.
1140 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1141 * gdb.dwarf2/clang-debug-names-2.c: New test.
1142
86cd6bc8
AKS
11432020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1144
1145 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1146 (fortran_runto_main): New Proc, fortran version of runto_main.
1147 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1148 * gdb.fortran/array-bounds.exp: Likewise.
1149 * gdb.fortran/array-slices.exp: Likewise.
1150 * gdb.fortran/block-data.exp: Likewise.
1151 * gdb.fortran/charset.exp: Likewise.
1152 * gdb.fortran/common-block.exp: Likewise.
1153 * gdb.fortran/complex.exp: Likewise.
1154 * gdb.fortran/derived-type-function.exp: Likewise.
1155 * gdb.fortran/derived-type.exp: Likewise.
1156 * gdb.fortran/info-modules.exp: Likewise.
1157 * gdb.fortran/info-types.exp: Likewise.
1158 * gdb.fortran/intrinsics.exp: Likewise.
1159 * gdb.fortran/library-module.exp: Likewise.
1160 * gdb.fortran/logical.exp: Likewise.
1161 * gdb.fortran/max-depth.exp: Likewise.
1162 * gdb.fortran/module.exp: Likewise.
1163 * gdb.fortran/multi-dim.exp: Likewise.
1164 * gdb.fortran/nested-funcs.exp: Likewise.
1165 * gdb.fortran/print-formatted.exp: Likewise.
1166 * gdb.fortran/print_type.exp: Likewise.
1167 * gdb.fortran/printing-types.exp: Likewise.
1168 * gdb.fortran/ptr-indentation.exp: Likewise.
1169 * gdb.fortran/ptype-on-functions.exp: Likewise.
1170 * gdb.fortran/subarray.exp: Likewise.
1171 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1172 * gdb.fortran/vla-datatypes.exp: Likewise.
1173 * gdb.fortran/vla-history.exp: Likewise.
1174 * gdb.fortran/vla-ptr-info.exp: Likewise.
1175 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1176 * gdb.fortran/vla-ptype.exp: Likewise.
1177 * gdb.fortran/vla-sizeof.exp: Likewise.
1178 * gdb.fortran/vla-type.exp: Likewise.
1179 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1180 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1181 * gdb.fortran/vla-value-sub.exp: Likewise.
1182 * gdb.fortran/vla-value.exp: Likewise.
1183 * gdb.fortran/whatis_type.exp: Likewise.
1184 * gdb.mi/mi-var-child-f.exp: Likewise.
1185
6dc55ce9 11862020-05-09 Tom de Vries <tdevries@suse.de>
1187
1188 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1189
283cb58c
TV
11902020-05-08 Tom de Vries <tdevries@suse.de>
1191
1192 * gdb.dwarf2/clang-debug-names.c: New test.
1193 * gdb.dwarf2/clang-debug-names.exp: New file.
1194
ac4a4f1c
SM
11952020-05-06 Simon Marchi <simon.marchi@efficios.com>
1196
1197 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1198 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1199
24fe640b
TV
12002020-05-06 Tom de Vries <tdevries@suse.de>
1201
1202 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1203 breakpoint is at a "recommended breakpoint location".
1204 * gdb.reverse/consecutive-reverse.exp: Same.
1205
0d8683a3
TV
12062020-05-06 Tom de Vries <tdevries@suse.de>
1207
1208 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1209 address.
1210
b8983c46
TV
12112020-05-06 Tom de Vries <tdevries@suse.de>
1212
1213 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1214
abf6d805
TV
12152020-05-06 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1218 info for r.
1219
0fc2a808
TV
12202020-05-06 Tom de Vries <tdevries@suse.de>
1221
1222 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1223 necessary.
1224
873dd427
TV
12252020-05-06 Tom de Vries <tdevries@suse.de>
1226
1227 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1228 void.
1229
7c99e7e2
TV
12302020-05-06 Tom de Vries <tdevries@suse.de>
1231
1232 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1233 of ...
1234 * gdb.base/async.exp: ... here.
1235 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1236 "recommended breakpoint location".
1237
6173d6a6
TV
12382020-05-06 Tom de Vries <tdevries@suse.de>
1239
1240 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1241
6015a067
TV
12422020-05-04 Tom de Vries <tdevries@suse.de>
1243
1244 * gdb.base/async.exp: Check whether instruction addresses are a
1245 "recommended breakpoint location".
1246
3b6acaee
TT
12472020-05-03 Tom Tromey <tom@tromey.com>
1248
1249 * gdb.base/sepdebug.exp: Remove "catch" test.
1250 * gdb.base/break.exp: Remove "catch" test.
1251 * gdb.base/default.exp: Update expected output.
1252
5beb4d17
TV
12532020-05-02 Tom de Vries <tdevries@suse.de>
1254
1255 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1256 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1257 * gdb.arch/i386-mpx-map.exp: Same.
1258 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1259 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1260 * gdb.arch/i386-mpx.exp: Same.
1261
8caf140d
TV
12622020-05-02 Tom de Vries <tdevries@suse.de>
1263
1264 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1265
693196cb
TV
12662020-05-01 Tom de Vries <tdevries@suse.de>
1267
1268 * gdb.ada/operator_bp.exp: Allow more than required amount of
1269 breakpoint.
1270
53ae0aa9
TV
12712020-05-01 Tom de Vries <tdevries@suse.de>
1272
1273 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1274
ee9d1e5f
HD
12752020-04-30 Hannes Domani <ssbssa@yahoo.de>
1276
1277 PR gdb/18706
1278 * gdb.cp/stub-array-size.cc: New test.
1279 * gdb.cp/stub-array-size.exp: New file.
1280 * gdb.cp/stub-array-size.h: New test.
1281 * gdb.cp/stub-array-size2.cc: New test.
1282
d5cf82c0
HD
12832020-04-30 Hannes Domani <ssbssa@yahoo.de>
1284
1285 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1286 output to the new format.
1287
42e165c3
SM
12882020-04-29 Simon Marchi <simon.marchi@efficios.com>
1289
1290 * gdb.base/break.exp: Use with_test_prefix.
1291
6e4e3fe1
TV
12922020-04-29 Tom de Vries <tdevries@suse.de>
1293
1294 * lib/gdb.exp (debug_types): New proc.
1295 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1296 * gdb.python/py-symtab.exp: Same.
1297
d642b692
HD
12982020-04-29 Hannes Domani <ssbssa@yahoo.de>
1299
1300 PR gdb/17320
1301 * gdb.base/pretty-array.c: New test.
1302 * gdb.base/pretty-array.exp: New file.
1303
ea90f227
TV
13042020-04-29 Tom de Vries <tdevries@suse.de>
1305
1306 PR symtab/25889
1307 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1308 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1309 and include cpexprs.exp.
1310
a65189c9
TV
13112020-04-28 Mark Williams <mark@myosotissp.com>
1312
1313 PR gdb/24480
1314 * dw4-toplevel-types.exp: Test for top level types.
1315 * dw4-toplevel-types.cc: Test for top level types.
1316
32d1f47a
TBA
13172020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1318
1319 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1320 (theads -> threads).
1321
56a4f5a1
TV
13222020-04-28 Tom de Vries <tdevries@suse.de>
1323
1324 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1325
0b2f8a3b
TV
13262020-04-28 Tom de Vries <tdevries@suse.de>
1327
1328 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1329
5390c717
TV
13302020-04-28 Tom de Vries <tdevries@suse.de>
1331
1332 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1333
15cd93d0
TV
13342020-04-28 Tom de Vries <tdevries@suse.de>
1335
1336 * gdb.dwarf2/main-foo.c: New test.
1337 * gdb.dwarf2/struct-with-sig.exp: New file.
1338
d472f0fb
TV
13392020-04-25 Tom de Vries <tdevries@suse.de>
1340
1341 * boards/debug-types.exp: New file.
1342
8d840e05
AB
13432020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1346
bcfe6157
TT
13472020-04-24 Tom Tromey <tom@tromey.com>
1348
1349 PR symtab/12707:
1350 * gdb.python/py-symbol.exp: Update expected results for
1351 linkage_name test.
1352 * gdb.cp/print-demangle.exp: New file.
1353 * gdb.base/c-linkage-name.exp: Fix test.
1354 * gdb.guile/scm-symbol.exp: Update expected results for
1355 linkage_name test.
1356
f049a313
TT
13572020-04-24 Tom Tromey <tom@tromey.com>
1358
1359 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1360 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1361 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1362 assembler.
1363
7cf28874
TV
13642020-04-24 Tom de Vries <tdevries@suse.de>
1365
1366 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1367 C++.
1368
dac2fef7
TT
13692020-04-24 Tom Tromey <tromey@adacore.com>
1370
1371 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1372 values.
1373 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1374 values. Update test for minimal encodings.
1375 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1376 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1377 values. Update test for minimal encodings.
1378
1acda803
TT
13792020-04-24 Tom Tromey <tromey@adacore.com>
1380
1381 PR python/23662:
1382 * gdb.ada/variant.exp: Add Python checks.
1383 * gdb.rust/simple.exp: Add dynamic type checks.
1384
adfb9815
TT
13852020-04-24 Tom Tromey <tromey@adacore.com>
1386
1387 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1388 Make array type matching more lax.
1389 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1390 * gdb.ada/mi_variant.exp: New file.
1391 * gdb.ada/mi_variant/pck.ads: New file.
1392 * gdb.ada/mi_variant/pkg.adb: New file.
1393 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1394 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1395
7d79de9a
TT
13962020-04-24 Tom Tromey <tromey@adacore.com>
1397
1398 * gdb.ada/variant.exp: Add dynamic field offset tests.
1399 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1400 * gdb.ada/variant/pkg.adb: Add new variables.
1401
f8e89861
TT
14022020-04-24 Tom Tromey <tromey@adacore.com>
1403
1404 * gdb.ada/variant.exp: New file
1405 * gdb.ada/variant/pkg.adb: New file
1406 * gdb.ada/variant/pck.adb: New file
1407
86e887ae
TV
14082020-04-24 Tom de Vries <tdevries@suse.de>
1409
1410 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1411
88428775
TV
14122020-04-24 Tom de Vries <tdevries@suse.de>
1413
1414 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1415 flags.
1416
4e86f6e7
TV
14172020-04-24 Tom de Vries <tdevries@suse.de>
1418
1419 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1420
2016d3e6
TV
14212020-04-24 Tom de Vries <tdevries@suse.de>
1422
1423 * lib/gdb.exp (default_gdb_start): Handle eof.
1424 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1425 failure.
1426 * gdb.base/readnever.exp: Handle clean_restart failure.
1427
70bc38f5
TV
14282020-04-23 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.base/decl-before-def.exp: Run to main and print a again.
1431
de82891c
TV
14322020-04-23 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/decl-before-def-decl.c: New test.
1435 * gdb.base/decl-before-def-def.c: New test.
1436 * gdb.base/decl-before-def.exp: New file.
1437
96038148
TV
14382020-04-23 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1441
54ac3df1
TV
14422020-04-22 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1445 debug_info_offset.
1446 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1447 before $objsfile in the line line.
1448
714534e1
TV
14492020-04-22 Tom de Vries <tdevries@suse.de>
1450
1451 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1452
16a7dbf4
MS
14532020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1454
1455 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1456 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1457 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1458 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1459 * gdb.base/jit-protocol.h: Update definitions to match all usage
1460 contexts.
1461
14622020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1463
1464 * gdb.base: Rename all jit related test and source files.
1465
14662020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1467
1468 * gdb.base/jit-reader.exp: Relax register output check.
1469
317d2668
TV
14702020-04-22 Tom de Vries <tdevries@suse.de>
1471
1472 PR symtab/25764
1473 * gdb.base/psym-external-decl-2.c: New test.
1474 * gdb.base/psym-external-decl.c: New test.
1475 * gdb.base/psym-external-decl.exp: New file.
1476 * gdb.threads/tls.exp: Add PR25807 kfail.
1477
eea9e357
TV
14782020-04-22 Tom de Vries <tdevries@suse.de>
1479
1480 PR symtab/25801
1481 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1482 in "info source" output.
1483
3d5afab3
TV
14842020-04-22 Tom de Vries <tdevries@suse.de>
1485
1486 PR symtab/25700
1487 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1488 symtab for imported_unit.c.
1489
b32102f6
GB
14902020-04-21 Gary Benson <gbenson@redhat.com>
1491
1492 * gdb.base/advance.c (func): New argument, to match call site.
1493 (func2, func3): Add return statements.
1494
d43b7a2d
TBA
14952020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1496
1497 * gdb.multi/run-only-second-inf.c: New file.
1498 * gdb.multi/run-only-second-inf.exp: New file.
1499
d89edf9b
MM
15002020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1501
1502 * gdb.btrace/multi-inferior.c: New test.
1503 * gdb.btrace/multi-inferior.exp: New file.
1504
1a476b6d
MM
15052020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1506
1507 * gdb.btrace/enable-new-thread.c: New test.
1508 * gdb.btrace/enable-new-thread.exp: New file.
1509
4778a5f8
TV
15102020-04-21 Tom de Vries <tdevries@suse.de>
1511
1512 PR gdb/25471
1513 * gdb.threads/killed-outside.c: New test.
1514 * gdb.threads/killed-outside.exp: New file.
1515
9b2c992c
GB
15162020-04-20 Gary Benson <gbenson@redhat.com>
1517
1518 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1519 * gdb.base/nested-subp2.exp: Likewise.
1520 * gdb.base/nested-subp3.exp: Likewise.
1521
b5d1d6f7
GB
15222020-04-20 Gary Benson <gbenson@redhat.com>
1523
1524 * gdb.base/nested-subp1.exp: Disable test when using clang.
1525 * gdb.base/nested-subp2.exp: Likewise.
1526 * gdb.base/nested-subp3.exp: Likewise.
1527
25230285
GB
15282020-04-20 Gary Benson <gbenson@redhat.com>
1529
1530 * gdb.cp/exception.cc: Fix compilation error with clang.
1531
fa93cc8f
GB
15322020-04-20 Gary Benson <gbenson@redhat.com>
1533
809730f3 1534 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1535
e0c45f30
GB
15362020-04-20 Gary Benson <gbenson@redhat.com>
1537
1538 * gdb.base/jit-main.c: Fix compilation error with clang.
1539
4ddfec93
KR
15402020-04-17 Kamil Rytarowski <n54@gmx.com>
1541
1542 * gdb.base/attach-twice.c: Include "sys/types.h".
1543 (PTRACE_ATTACH): Add fallback definition.
1544 (main): Pass `0' to the 4th argument of `ptrace'.
1545
2bed205e
KR
15462020-04-17 Kamil Rytarowski <n54@gmx.com>
1547
1548 * gdb.base/fork-running-state.c: Include "signal.h".
1549
0743fc83
TT
15502020-04-17 Tom Tromey <tromey@adacore.com>
1551
1552 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1553 Update tests.
1554 * gdb.btrace/cpu.exp: Update tests.
1555 * gdb.base/maint.exp: Update tests.
1556 * gdb.base/default.exp: Update tests.
1557 * gdb.base/completion.exp: Update tests.
1558
efba5c23
TV
15592020-04-16 Tom de Vries <tdevries@suse.de>
1560
1561 PR symtab/25791
1562 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1563 (ensure_gdb_index): and factor out and move ...
1564 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1565 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1566
d191d716
TV
15672020-04-16 Tom de Vries <tdevries@suse.de>
1568
1569 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1570 loading exec.
1571
99f1bc6a
AB
15722020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1573
1574 * gdb.base/many-completions.exp: New file.
1575
194d088f
TV
15762020-04-14 Tom de Vries <tdevries@suse.de>
1577
1578 PR symtab/25718
1579 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1580
c1a66c06
TV
15812020-04-14 Tom de Vries <tdevries@suse.de>
1582
1583 PR symtab/25720
1584 * gdb.base/maint-expand-symbols-header-file.c: New test.
1585 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1586 * gdb.base/maint-expand-symbols-header-file.h: New test.
1587
21b0982c
AB
15882020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1589
1590 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1591 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1592 get_func_info.
1593 (get_func_info): Delete.
1594 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1595 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1596 * lib/dwarf.exp (get_func_info): New function.
1597
dd1cab06
TV
15982020-04-13 Tom de Vries <tdevries@suse.de>
1599
1600 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1601 to what find_gnatmake does.
1602
71ea2b6b
TV
16032020-04-10 Tom de Vries <tdevries@suse.de>
1604
1605 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1606 -readnow.
1607
bdfc1e8a
TV
16082020-04-10 Tom de Vries <tdevries@suse.de>
1609
1610 PR cli/25808
1611 * gdb.base/style.c: Add leading newlines.
1612 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1613 Check listing of main's one-line body.
1614
14ca8ecf
TV
16152020-04-08 Tom de Vries <tdevries@suse.de>
1616
1617 * lib/gdb.exp (psymtabs_p): New proc.
1618 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1619 importing unit" unsupported if there are no partial symbols.
1620
e21d048f
TV
16212020-04-08 Tom de Vries <tdevries@suse.de>
1622
1623 PR testsuite/25760
1624 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1625
25c11aca
TV
16262020-04-07 Tom de Vries <tdevries@suse.de>
1627
1628 PR symtab/25796
1629 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1630
5707e24b
TV
16312020-04-07 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.base/check-psymtab.c: New test.
1634 * gdb.base/check-psymtab.exp: New file.
1635
6ee448cc
TT
16362020-04-06 Tom Tromey <tromey@adacore.com>
1637
1638 * gdb.ada/variant-record/proc.adb: New file.
1639 * gdb.ada/variant-record/value.adb: New file.
1640 * gdb.ada/variant-record/value.s: New file.
1641 * gdb.ada/variant-record.exp: New file.
1642
9e7c9a03
HD
16432020-04-03 Hannes Domani <ssbssa@yahoo.de>
1644
1645 PR gdb/25325
1646 * gdb.cp/typed-enum.cc: New test.
1647 * gdb.cp/typed-enum.exp: New file.
1648
c90d28ac
AB
16492020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1650
1651 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1652 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1653 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1654 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1655 * gdb.opt/inline-small-func.c: New file.
1656 * gdb.opt/inline-small-func.exp: New file.
1657 * gdb.opt/inline-small-func.h: New file.
1658
34e9a9fa
AB
16592020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1660
1661 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1662 function.
1663
6a354911
AB
16642020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1665
1666 * lib/dwarf.exp (function_range): Allow compiler options to be
1667 specified.
1668
880d9777
TV
16692020-04-02 Tom de Vries <tdevries@suse.de>
1670
1671 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1672 __attribute__((always_inline)).
1673 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1674
f32682ea
TV
16752020-04-02 Tom de Vries <tdevries@suse.de>
1676
1677 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1678 (gdbserver_gdb_exit): ... here. Add timeout warning.
1679 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1680 (connect_target_extended_remote): Append new server_spawn_id to
1681 server_spawn_ids.
1682 (cleanup): New proc.
1683 (setup, <toplevel>): Call cleanup.
1684
d3214198
TV
16852020-04-02 Tom de Vries <tdevries@suse.de>
1686
1687 * gdb.base/main-psymtab.exp: New file.
1688
cc77ed24
TV
16892020-04-02 Tom de Vries <tdevries@suse.de>
1690
1691 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1692
3638a098
TT
16932020-04-01 Tom Tromey <tom@tromey.com>
1694
1695 * gdb.base/complex-parts.exp: Add type tests.
1696
c34e8714
TT
16972020-04-01 Tom Tromey <tom@tromey.com>
1698
1699 * gdb.base/complex-parts.exp: Add arithmetic tests.
1700
981c08ce
TT
17012020-04-01 Tom Tromey <tom@tromey.com>
1702
1703 * gdb.compile/compile.exp: Update.
1704 * gdb.compile/compile-cplus.exp: Update.
1705 * gdb.base/varargs.exp: Update.
1706 * gdb.base/floatn.exp: Update.
1707 * gdb.base/endianity.exp: Update.
1708 * gdb.base/callfuncs.exp (do_function_calls): Update.
1709 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1710 (complex_float_integral_args): Update.
1711 * gdb.base/complex.exp: Update.
1712 * gdb.base/complex-parts.exp: Update.
1713
3d1cfd43
TT
17142020-04-01 Tom Tromey <tromey@adacore.com>
1715
1716 * gdb.rust/union.rs: New file.
1717 * gdb.rust/union.exp: New file.
1718 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1719 (main): Update.
1720 * gdb.rust/simple.exp: Move union tests to union.exp.
1721
e033dfa9
TT
17222020-04-01 Tom Tromey <tromey@adacore.com>
1723
1724 * gdb.rust/simple.rs (main): Remove "y0".
1725
53cccef1
TBA
17262020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1727
1728 * gdb.multi/stop-all-on-exit.c: New test.
1729 * gdb.multi/stop-all-on-exit.exp: New file.
1730
60e22c1e
HD
17312020-04-01 Hannes Domani <ssbssa@yahoo.de>
1732
1733 PR gdb/24789
1734 * gdb.cp/misc.cc: Add integer reference variable.
1735 * gdb.cp/misc.exp: Add test.
1736
e139a727
TBA
17372020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1738
1739 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1740 scenario to cover execution until the end and also the case
1741
16b0db75
TV
17422020-03-31 Tom de Vries <tdevries@suse.de>
1743
1744 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1745 c. Use "maint info symtabs" to check symtab expansion.
1746
c0502da6
TV
17472020-03-30 Tom de Vries <tdevries@suse.de>
1748
1749 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1750 unsupported.
1751 (verify_psymtab_expanded): Move ...
1752 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1753 test.
1754 (readnow): New proc.
1755
5935fd15
AB
17562020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1757
1758 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1759 with $hex.
1760
1773be9e
TT
17612020-03-20 Tom Tromey <tromey@adacore.com>
1762
1763 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1764
70304be9
TT
17652020-03-20 Tom Tromey <tromey@adacore.com>
1766
1767 * gdb.ada/sub_variant/subv.adb: New file.
1768 * gdb.ada/sub_variant.exp: New file.
1769
0dd7b8f7
TV
17702020-03-20 Tom de Vries <tdevries@suse.de>
1771
1772 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1773 first break fails.
1774 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1775
cada5fc9
AB
17762020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * gdb.server/exit-multiple-threads.c: New file.
1779 * gdb.server/exit-multiple-threads.exp: New file.
1780
6b8c53f2
AB
17812020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1782
1783 * gdb.fortran/mixed-lang-stack.c: New file.
1784 * gdb.fortran/mixed-lang-stack.cpp: New file.
1785 * gdb.fortran/mixed-lang-stack.exp: New file.
1786 * gdb.fortran/mixed-lang-stack.f90: New file.
1787
19a2740f
AB
17882020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1789
1790 * gdb.linespec/cp-completion-aliases.cc: New file.
1791 * gdb.linespec/cp-completion-aliases.exp: New file.
1792
d8c8b848
TV
17932020-03-19 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1796 more precise.
1797
a9933ccf
TV
17982020-03-18 Tom de Vries <tdevries@suse.de>
1799
1800 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1801 * gdb.dwarf2/break-inline-psymtab.c: New test.
1802 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1803
2f89101f
TV
18042020-03-16 Tom de Vries <tdevries@suse.de>
1805
1806 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1807 cache_verify and cache_verify_proc.
1808
6b9374f1
TV
18092020-03-15 Tom de Vries <tdevries@suse.de>
1810
1811 * gdb.server/solib-list.exp: Handle
1812 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1813
eaeaf44c
TV
18142020-03-15 Tom de Vries <tdevries@suse.de>
1815
1816 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1817 objfiles".
1818
3293bbaf
TT
18192020-03-14 Tom Tromey <tom@tromey.com>
1820
1821 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1822
ab44624c
TV
18232020-03-14 Tom de Vries <tdevries@suse.de>
1824
1825 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1826
54c43825
TV
18272020-03-14 Tom de Vries <tdevries@suse.de>
1828
1829 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1830 result in line-by-line fashion.
1831
2ac70237
TV
18322020-03-14 Tom de Vries <tdevries@suse.de>
1833
1834 * lib/gdb.exp (supports_statement_frontiers): New proc.
1835 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1836
09546b56
TV
18372020-03-14 Tom de Vries <tdevries@suse.de>
1838
1839 * gdb.base/printcmds.exp: Add missing quoting for "print
1840 teststring2".
1841
a1f6a07c
TT
18422020-03-13 Tom Tromey <tom@tromey.com>
1843
1844 * gdb.base/printcmds.exp (test_print_strings): Add regression
1845 test.
1846 * gdb.base/printcmds.c (charptr): New typedef.
1847 (teststring2): New global.
1848
1b83d09c
AB
18492020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1850
1851 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1852 full path in the test name.
1853 (test_ld): Add some with_test_prefix blocks to make test names
1854 unique.
1855
2d61316c
TV
18562020-03-13 Tom de Vries <tdevries@suse.de>
1857
1858 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1859
2e9145ac
TV
18602020-03-13 Tom de Vries <tdevries@suse.de>
1861
1862 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1863
96c7f873
TV
18642020-03-13 Tom de Vries <tdevries@suse.de>
1865
1866 PR symtab/25646
1867 * gdb.dwarf2/imported-unit.exp: Add test.
1868
49ba92c0
TV
18692020-03-13 Tom de Vries <tdevries@suse.de>
1870
1871 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1872 (var1, var2): New variable.
1873 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1874 matching symbols.
1875
301b21e0
TV
18762020-03-13 Tom de Vries <tdevries@suse.de>
1877
1878 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1879 (Term::command): Use prompt prefix.
1880 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1881 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1882 command_no_prompt_prefix instead of prefix.
1883 * gdb.tui/tui-layout-asm.exp: Same.
1884
3f512721
SM
18852020-03-12 Simon Marchi <simon.marchi@efficios.com>
1886
1887 * gdb.base/break-interp.exp: Use foreach_with_prefix.
1888
40310f30
SM
18892020-03-12 Simon Marchi <simon.marchi@efficios.com>
1890
1891 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
1892 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
1893 on" while stepping over the test instruction, match printed
1894 message.
1895
09252140
TV
18962020-03-12 Tom de Vries <tdevries@suse.de>
1897
1898 * gdb.base/info-types.exp: Use exp_continue during matching of output
1899 of "info types".
1900
14e9c72c
TV
19012020-03-12 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
1904
e515d67e
TV
19052020-03-12 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.fortran/module.exp: Use exp_continue during matching of output
1908 of "info variable -n".
1909
307eafd8
TV
19102020-03-12 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
1913 gdb.dwarf2/dw2-ranges-base.c.
1914
9a2de3fc
TV
19152020-03-12 Tom de Vries <tdevries@suse.de>
1916
1917 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
1918 in presence of GLIBC debuginfo.
1919
3217502e
TV
19202020-03-12 Tom de Vries <tdevries@suse.de>
1921
1922 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
1923 $core.
1924
1281424c
TV
19252020-03-12 Tom de Vries <tdevries@suse.de>
1926
1927 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
1928 more precise.
1929
038b97fc
SM
19302020-03-11 Simon Marchi <simon.marchi@efficios.com>
1931
1932 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
1933 from Unix to Windows path.
1934
5308d1e7
TV
19352020-03-11 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.ada/minsyms.exp: Set language to ada.
1938
f870f78f
TV
19392020-03-11 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
1942
5a13315d
TV
19432020-03-11 Tom de Vries <tdevries@suse.de>
1944
1945 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
1946
976862ed
TT
19472020-03-11 Tom Tromey <tromey@adacore.com>
1948
1949 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
1950
7462c383
TV
19512020-03-11 Tom de Vries <tdevries@suse.de>
1952
1953 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
1954
1c6c46a0
TV
19552020-03-11 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.base/break-interp.exp: Limit verbose scope.
1958
44f41bb7
TV
19592020-03-11 Tom de Vries <tdevries@suse.de>
1960
1961 * gdb.fortran/logical.f90: Define variable with character type.
1962 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
1963
b76f3a42
TV
19642020-03-11 Tom de Vries <tdevries@suse.de>
1965
1966 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
1967
1c33af77
TV
19682020-03-11 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
1971 symtabs.
1972
8c95582d
AB
19732020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1974 Bernd Edlinger <bernd.edlinger@hotmail.de>
1975
1976 * gdb.cp/step-and-next-inline.cc: New file.
1977 * gdb.cp/step-and-next-inline.exp: New file.
1978 * gdb.cp/step-and-next-inline.h: New file.
1979 * gdb.dwarf2/dw2-is-stmt.c: New file.
1980 * gdb.dwarf2/dw2-is-stmt.exp: New file.
1981 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
1982 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
1983 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
1984
cecf8547
AB
19852020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
1986
1987 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
1988 is-stmt flag in the line table.
1989
0ba678c9
TV
19902020-03-09 Tom de Vries <tdevries@suse.de>
1991
1992 * lib/gdb.exp (cached_file): Create cache dir.
1993
72fbdf83
TV
19942020-03-07 Tom de Vries <tdevries@suse.de>
1995
1996 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
1997 * gdb.cp/rvalue-ref-params.exp: Same.
1998
436b5e99
TV
19992020-03-06 Tom de Vries <tdevries@suse.de>
2000
2001 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2002 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2003
09f2921c
TV
20042020-03-06 Tom de Vries <tdevries@suse.de>
2005
2006 * README: Fix "the the".
2007 * gdb.base/dprintf.exp: Same.
2008
50a3cc5d
TV
20092020-03-05 Tom de Vries <tdevries@suse.de>
2010
2011 * gdb.base/maint.exp: Update "main print statistics" expected output.
2012
0a709cba
AKS
20132020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2014
2015 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2016 (fortran_int8): Likewise.
2017 (fortran_real4): Likewise.
2018 (fortran_real8): Likewise.
2019 (fortran_complex4): Likewise.
2020 (fortran_logical4): Likewise.
2021 (fortran_character1): Likewise.
2022
5e5d66b6
AB
20232020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2024
2025 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2026 printed as true.
2027
7b973adc
SDJ
20282020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2029
2030 * gdb.base/printcmds.exp: Add test to verify printf of a
2031 variable holding an address.
2032
478e490a
TV
20332020-03-03 Tom de Vries <tdevries@suse.de>
2034
2035 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2036
1ef44e86
TV
20372020-03-03 Tom de Vries <tdevries@suse.de>
2038
2039 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2040 gdb_test_multiple call.
2041
b98cc2cf
TV
20422020-03-03 Tom de Vries <tdevries@suse.de>
2043
2044 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2045 gdb_test_multiple calls.
2046
63e163f2
AB
20472020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2048
2049 * gdb.base/default.exp: Remove test of 'set history filename'.
2050 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2051 filename to the empty string.
2052 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2053 and GDBHISTSIZE.
2054
24ed6739
AB
20552020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2056
2057 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2058 disabled.
2059
590003dc
TV
20602020-03-02 Pedro Alves <palves@redhat.com>
2061 Tom de Vries <tdevries@suse.de>
2062
2063 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2064 -prompt prefix, before user_code argument. Add -lbl option likewise.
2065 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2066 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2067 argument.
2068 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2069 have "\r\n" at start-of-line, instead of at end-of-line.
2070
f5e46084
SM
20712020-02-28 Simon Marchi <simon.marchi@efficios.com>
2072
2073 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2074 libinproctrace.so.
2075
f7a7000d
LM
20762020-02-28 Luis Machado <luis.machado@linaro.org>
2077
2078 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2079 to "p/x".
2080
718e0816
LM
20812020-02-28 Luis Machado <luis.machado@linaro.org>
2082
2083 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2084 asm/ptrace.h and error.h.
2085
13c3a74a
TV
20862020-02-28 Tom de Vries <tdevries@suse.de>
2087
2088 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2089 (struct wrapper, do_something, mundane/symada__cS): Move ...
2090 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2091 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2092 Update "print symada__cS before partial symtab expansion" regexp.
2093 Update breakpoint location. Flush symbol cache after expansion.
2094
85d2d5bb
LM
20952020-02-28 Luis Machado <luis.machado@linaro.org>
2096
2097 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2098
3608f86c
TV
20992020-02-27 Tom de Vries <tdevries@suse.de>
2100
2101 * config/sid.exp: Remove unused globals.
2102 * gdb.base/attach.exp: Same.
2103 * gdb.base/catch-load.exp: Same.
2104 * gdb.base/dbx.exp: Same.
2105 * lib/gdb.exp: Same.
2106 * lib/mi-support.exp: Same.
2107 * lib/prompt.exp: Same.
2108
c8d4f6df
TV
21092020-02-27 Tom de Vries <tdevries@suse.de>
2110
2111 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2112 not set.
2113
0d79cdc4
AM
21142020-02-26 Aaron Merey <amerey@redhat.com>
2115
2116 * gdb.debuginfod: New directory for debuginfod tests.
2117 * gdb.debuginfod/main.c: New test file.
2118 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2119
0dce4280
TV
21202020-02-26 Tom de Vries <tdevries@suse.de>
2121
2122 PR gdb/25603
2123 * gdb.base/persistent-lang.cc: New test.
2124 * gdb.base/persistent-lang.exp: New file.
2125
9e80cfa1
AB
21262020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2127
2128 * gdb.fortran/derived-type-striding.exp: Add a new test.
2129 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2130 new test.
2131
2078dbb2
AB
21322020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2133
2134 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2135 names.
2136
70d49700
TV
21372020-02-25 Tom de Vries <tdevries@suse.de>
2138
2139 PR go/18926
2140 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2141
a88ef40d
TV
21422020-02-24 Tom de Vries <tdevries@suse.de>
2143
2144 PR gdb/25592
2145 * gdb.base/info-locals-unused-static-var.c: New test.
2146 * gdb.base/info-locals-unused-static-var.exp: New file.
2147
01b1af32
TT
21482020-02-22 Tom Tromey <tom@tromey.com>
2149
2150 * gdb.python/tui-window.exp: New file.
2151 * gdb.python/tui-window.py: New file.
2152
7c043ba6
TT
21532020-02-22 Tom Tromey <tom@tromey.com>
2154
2155 PR tui/17850:
2156 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2157 tests.
2158
c22fef7e
TT
21592020-02-22 Tom Tromey <tom@tromey.com>
2160
2161 * gdb.tui/new-layout.exp: Add sub-layout tests.
2162
ee325b61
TT
21632020-02-22 Tom Tromey <tom@tromey.com>
2164
2165 * gdb.tui/new-layout.exp: New file.
2166
3f0cbb04
TT
21672020-02-22 Tom Tromey <tom@tromey.com>
2168
2169 * gdb.rust/rust-style.rs: New file.
2170 * gdb.rust/rust-style.exp: New file.
2171 * gdb.base/style.exp: Test structure printing.
2172 * gdb.base/style.c (struct some_struct): New type.
2173 (enum etype): New type.
2174 (struct_value): New global.
2175
75525152
TV
21762020-02-21 Tom de Vries <tdevries@suse.de>
2177
2178 PR go/18926
2179 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2180 Remove blanket xfails. Use message argument for gdb_breakpoint.
2181 Make continuing to breakpoint test conditional on setting breakpoint.
2182 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2183 DW_AT_name attribute. Add xfail for GCC PR93866.
2184
bd360d30
AB
21852020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.dwarf2/cpp-linkage-name.c: New file.
2188 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2189
c7adb09f 21902020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2191
2192 * lib/gdb.exp (gdb_wrapper_init): Reset
2193 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2194 not exist.
2195
a9c79803
TV
21962020-02-20 Tom de Vries <tdevries@suse.de>
2197
2198 PR go/17018
2199 * gdb.go/hello.exp: Copy ...
2200 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2201 print of st to print value of global definition. Add xfail for GCC
2202 PR93844.
2203 * gdb.go/hello.exp: Remove printing of st before definition.
2204 * gdb.go/hello.go: Copy ...
2205 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2206 to st.
2207 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2208
d7445728
TV
22092020-02-20 Tom de Vries <tdevries@suse.de>
2210
2211 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2212 (gdb_simple_compile): Handle compile_flags go by using .go extension
2213 for source file.
2214 * gdb.go/chan.exp: Use support_go_compile.
2215 * gdb.go/handcall.exp: Same.
2216 * gdb.go/hello.exp: Same.
2217 * gdb.go/integers.exp: Same.
2218 * gdb.go/max-depth.exp: Same.
2219 * gdb.go/methods.exp: Same.
2220 * gdb.go/package.exp: Same.
2221 * gdb.go/strings.exp: Same.
2222 * gdb.go/types.exp: Same.
2223 * gdb.go/unsafe.exp: Same.
2224
c9c41e6d
TV
22252020-02-19 Tom de Vries <tdevries@suse.de>
2226
2227 * gdb.python/lib-types.exp: Make xfail more strict.
2228
f20ff837
TV
22292020-02-19 Tom de Vries <tdevries@suse.de>
2230
2231 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2232
08410482
DE
22332020-02-19 Doug Evans <dje@google.com>
2234
2235 PR rust/25535
2236 * gdb.rust/simple.exp: Add test.
2237 * gdb.rust/simple.rs: Add test.
2238
623563f7
TV
22392020-02-19 Tom de Vries <tdevries@suse.de>
2240
2241 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2242 output line-by-line.
2243
d3308cfd
TV
22442020-02-19 Tom de Vries <tdevries@suse.de>
2245
2246 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2247
86cbc5dc
TV
22482020-02-19 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2251 prelink.
2252
9db2b96b
TV
22532020-02-19 Tom de Vries <tdevries@suse.de>
2254
2255 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2256 (gdb_do_cache): Use gdb_do_cache_wrap.
2257 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2258
89e2fdc5
TV
22592020-02-19 Tom de Vries <tdevries@suse.de>
2260
2261 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2262 gdb_compile option.
2263
373d7ac0
SM
22642020-02-18 Simon Marchi <simon.marchi@efficios.com>
2265
2266 * gdb.base/printcmds.exp (test_print_enums): Update expected
2267 output.
2268
b29a2df0
SM
22692020-02-18 Simon Marchi <simon.marchi@efficios.com>
2270
2271 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2272 for "unknown".
2273
6740f0cc
SM
22742020-02-18 Simon Marchi <simon.marchi@efficios.com>
2275
2276 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2277 enumerator.
2278
edd45eb0
SM
22792020-02-18 Simon Marchi <simon.marchi@efficios.com>
2280
2281 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2282 FE_, add FE_NONE.
2283 (three): Update.
2284 (enum flag_enum_without_zero): New enum.
2285 (flag_enum_without_zero): New variable.
2286 (enum not_flag_enum): New enum.
2287 (three_not_flag): New variable.
2288 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2289 (test_print_enums): Add more tests for printing flag enums.
2290
d4295de4
TV
22912020-02-18 Tom de Vries <tdevries@suse.de>
2292
2293 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2294 (gdb_compile_ada): ... here.
2295 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2296 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2297
f251f505
TT
22982020-02-14 Tom Tromey <tom@tromey.com>
2299
2300 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2301 build directory.
2302 * boards/gdbserver-base.exp: Update path to gdbserver.
2303
8f432634
TV
23042020-02-13 Tom de Vries <tdevries@suse.de>
2305
2306 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2307
92b6eaf7
TV
23082020-02-13 Tom de Vries <tdevries@suse.de>
2309
2310 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2311 are missing.
2312
f3b0f7fe
TV
23132020-02-13 Tom de Vries <tdevries@suse.de>
2314
2315 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2316 call.
2317
f6be8713
SDJ
23182020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2319
2320 PR tui/25126
2321 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2322 * gdb.base/cached-source-file.c: New file.
2323 * gdb.base/cached-source-file.exp: New file.
2324
b2770d5e
TV
23252020-02-11 Tom de Vries <tdevries@suse.de>
2326
2327 PR testsuite/25488
2328 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2329
44f6938e
TV
23302020-02-10 Tom de Vries <tdevries@suse.de>
2331
2332 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2333
5f0e2eb7
MR
23342020-02-10 Maciej W. Rozycki <macro@wdc.com>
2335
2336 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2337 and $after_addr are both integers before making a comparison.
2338
46ce2b6f
TV
23392020-02-09 Tom de Vries <tdevries@suse.de>
2340
2341 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2342 command output and paste it into gdb.log. If any, paste catch message
2343 to gdb.log.
2344
5abbbe1d
TT
23452020-02-07 Tom Tromey <tromey@adacore.com>
2346
2347 PR breakpoints/24915:
2348 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2349
1d5d29e7
SV
23502020-02-06 Shahab Vahedi <shahab@synopsys.com>
2351
2352 * gdb.tui/tui-missing-src.exp: Add the "missing source
2353 file" test for the TUI.
2354
b0999b9b
AB
23552020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2356
2357 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2358 including a port number in the output.
2359
c3b149eb
AKS
23602020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2361
2362 * lib/fortran.exp (fortran_int4): Handle clang.
2363 (fortran_int8): Likewise.
2364 (fortran_real4): Likewise.
2365 (fortran_real8): Likewise.
2366 (fortran_complex4): Likewise.
2367 (fortran_logical4): Likewise.
2368 (fortran_character1): Likewise.
2369
f8dcc90b
TV
23702020-02-04 Tom de Vries <tdevries@suse.de>
2371
2372 * README (Race detection): Add note.
2373
f90ac7c2
TV
23742020-02-04 Tom de Vries <tdevries@suse.de>
2375
2376 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2377
780636ae
TV
23782020-02-04 Tom de Vries <tdevries@suse.de>
2379
2380 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2381
5d2e1193
RA
23822020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2383
2384 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2385 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2386 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2387 blttar, bnetarl.
2388 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2389 binary for blttar, bnetarl.
2390 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2391 wait instruction. Delete ldmx test.
2392 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2393
e409c542
AKS
23942020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2395
2396 * gdb.fortran/array-bounds-high.exp: New file.
2397 * gdb.fortran/array-bounds-high.f90: New file.
2398
b0029748
LD
23992020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2400
2401 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2402 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2403
195a8287
TV
24042020-02-01 Tom de Vries <tdevries@suse.de>
2405
2406 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2407
42330a68
AB
24082020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2409
2410 PR tui/9765
2411 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2412 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2413
b62a8028
LM
24142020-01-29 Luis Machado <luis.machado@linaro.org>
2415
2416 * gdb.arch/aarch64-brk-patterns.c: New source file.
2417 * gdb.arch/aarch64-brk-patterns.exp: New test.
2418
5f440116
TBA
24192020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2420
2421 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2422 GCC/Clang version.
2423 * gdb.cp/pass-by-ref.exp: Ditto.
2424
ee2a6fc6
TV
24252020-01-29 Tom de Vries <tdevries@suse.de>
2426
2427 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2428 * gdb.threads/watchpoint-fork-mt.c: Same.
2429 * gdb.threads/watchpoint-fork-parent.c: Same.
2430 * gdb.threads/watchpoint-fork-st.c: Same.
2431 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2432
16b10d6e
LM
24332020-01-27 Luis Machado <luis.machado@linaro.org>
2434
2435 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2436 sitting at a syscall instruction when we hit the syscall function's
2437 breakpoint.
2438 Check PC against one obtained with the x command.
2439 Validate syscall number.
2440 (step_over_syscall): Don't continue to the syscall instruction if
2441 we're already there.
2442
b1468492
PW
24432020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2444
2445 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2446
7ffa82e1
AB
24472020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2448
2449 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2450 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2451
3d92a3e3
AB
24522020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2453
2454 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2455 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2456
94a72be7
AB
24572020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2458
2459 * gdb.base/maint.exp: Update line table parsing test.
2460 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2461
53af73bf
PA
24622020-01-24 Pedro Alves <palves@redhat.com>
2463
2464 PR gdb/25410
2465 * gdb.multi/multi-re-run-1.c: New.
2466 * gdb.multi/multi-re-run-2.c: New.
2467 * gdb.multi/multi-re-run.exp: New.
2468
1ba1ac88
AB
24692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2470
2471 PR gdb/23718
2472 * gdb.server/server-kill-python.exp: New file.
2473
f3364a6d
AB
24742020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2475
2476 * gdb.server/multi-ui-errors.c: New file.
2477 * gdb.server/multi-ui-errors.exp: New file.
2478
733d0a67
AB
24792020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2480
2481 PR tui/9765
2482 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2483
4f13c1c0
TT
24842020-01-19 Tom Tromey <tom@tromey.com>
2485
2486 * gdb.tui/main.exp: Add check for plain "file".
2487
40c94099
CB
24882020-01-16 Christian Biesinger <cbiesinger@google.com>
2489
2490 * lib/gdb.exp: Fix spelling error (seperatelly).
2491
ff47f4f0
TT
24922020-01-14 Tom Tromey <tom@tromey.com>
2493
2494 PR symtab/12535:
2495 * gdb.python/python.exp: Test decode_line with empty string
2496 argument.
2497
717c684d
BE
24982020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2499
2500 * gdb.base/skip-inline.exp: Extend test.
2501
44e4c775
AB
25022020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2503
2504 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2505 * gdb.dwarf2/dw2-bad-elf.c: New file.
2506 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2507
d93c6db7
AB
25082020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2509
2510 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2511 _line_saw_file.
2512
9a6d629c
AB
25132020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2514
2515 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2516 border.
2517
d9ebdab7
TBA
25182020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2519
2520 * gdb.multi/multi-target.exp (setup): Factor out "info
2521 connections" and "info inferiors" tests to ...
2522 (test_info_inferiors): ... this new procedure.
2523 (top level): Run new "info-inferiors" tests.
2524
f3c469b9
PA
25252020-01-10 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.server/bkpt-other-inferior.exp: New file.
2528
121b3efd
PA
25292020-01-10 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2532 of "add-inferior".
2533 * gdb.base/quit-live.exp: Likewise.
2534 * gdb.base/remote-exec-file.exp: Likewise.
2535 * gdb.guile/scm-progspace.exp: Likewise.
2536 * gdb.linespec/linespec.exp: Likewise.
2537 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2538 * gdb.mi/user-selected-context-sync.exp: Likewise.
2539 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2540 "info inferiors" tests.
2541 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2542 "add-inferior".
2543 * gdb.multi/watchpoint-multi.exp: Likewise.
2544 * gdb.python/py-inferior.exp: Likewise.
2545 * gdb.server/extended-remote-restart.exp: Likewise.
2546 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2547 "info inferiors".
2548 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2549 * gdb.trace/report.exp: Likewise.
2550
1dadb1dd
PA
25512020-01-10 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.multi/multi-target.c: New file.
2554 * gdb.multi/multi-target.exp: New file.
2555 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2556 mode requested, but remote does not support non-stop".
2557
78f2c40a
PA
25582020-01-10 Pedro Alves <palves@redhat.com>
2559
2560 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2561 disconnect before reconnecting.
2562
e7af6c70
TBA
25632020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2564 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.server/connect-without-multi-process.exp: Also test
2567 continuing to end.
2568
acdf84a6
PA
25692020-01-10 Pedro Alves <palves@redhat.com>
2570
2571 * gdb.base/remote-exec-file.exp: New file.
2572
873657b9
PA
25732020-01-10 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2576 output.
2577 * gdb.threads/async.c: New.
2578 * gdb.threads/async.exp: New.
2579 * gdb.multi/tids-gid-reset.c: New.
2580 * gdb.multi/tids-gid-reset.exp: New.
2581
7f0ae84c
GB
25822020-01-10 George Barrett <bob@bob131.so>
2583
2584 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2585 to help in finding the image relocation offset.
2586 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2587 options in arguments.
2588 (stap_test_no_debuginfo): Likewise.
2589 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2590 test variants.
2591 (stap_test): Add null semaphore relocation test.
2592
47e9d49d
GB
25932020-01-10 George Barrett <bob@bob131.so>
2594
2595 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2596 * gdb.base/stap-probe.exp: Likewise.
2597 (stap_test): Pass argument as an additional flag.
2598 (stap_test_no_debuginfo): Likewise.
2599 (stap_test): Check `info probes stap' output for semaphore
2600 addresses if the test binary is supposed to have them.
2601
f5a7c406
AB
26022020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2603
2604 * gdb.tui/basic.exp: Add more scrolling tests.
2605
9ae6bf64
TT
26062020-01-09 Tom Tromey <tom@tromey.com>
2607
2608 PR tui/18932:
2609 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2610 meangingful value.
2611 (Term::command, Term::resize): Update.
2612 * gdb.tui/basic.exp: Add scrolling test.
2613
b2efe70c
AB
26142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.tui/tui-layout-asm.exp: New file.
2617
3804da7e
AB
26182020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2619
2620 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2621
b40aa28f
AB
26222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2623
2624 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2625 (Term::enter_tui): Use Term::prepare_for_tui.
2626
63ffd7c9
AB
26272020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2628
2629 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2630 called.
2631
3be966f6
AB
26322020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2633
2634 * gdb.base/skip.exp: Fix race condition in test.
2635
153d79c4
AB
26362020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.base/backtrace.c: New file.
2639 * gdb.base/backtrace.exp: New file.
2640
f2302a34
AB
26412020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2644
6ec1d75e
PW
26452020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2646
2647 * gdb.base/style.exp: Test that warnings are styled.
2648
c296cbe6
BE
26492019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2650
2651 * gdb.base/line65535.exp: New file.
2652 * gdb.base/line65535.c: New file.
2653
b28a729d
SM
26542019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2655
2656 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2657 * lib/gnat_debug_info_test.adb: New file.
2658 * gdb.ada/ptype_tagged_param.exp: Use
2659 gnat_runtime_has_debug_info, expect a different output if
2660 runtime does not have debug info.
2661
7f2d7a0d
SM
26622019-12-20 Simon Marchi <simon.marchi@efficios.com>
2663
2664 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2665 (another) quote in test name.
2666
f3bce483
SM
26672019-12-20 Simon Marchi <simon.marchi@efficios.com>
2668
2669 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2670 Add quote in test name.
2671
c855a912
TBA
26722019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2673
2674 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2675 directory instead.
2676 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2677 * gdb.cp/pass-by-ref-2.cc: New file.
2678 * gdb.cp/pass-by-ref-2.exp: New file.
2679
fc9d2d72
TT
26802019-12-20 Tom Tromey <tom@tromey.com>
2681
2682 * gdb.tui/list-before.exp: New file.
2683
77b97e00
TT
26842019-12-20 Tom Tromey <tom@tromey.com>
2685
2686 * gdb.tui/list.exp: Check for source on initial listing.
2687
f69656d0
TT
26882019-12-11 Tom Tromey <tromey@adacore.com>
2689
2690 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2691 Add crlf test.
2692
99a55965
SM
26932019-12-18 Simon Marchi <simon.marchi@efficios.com>
2694
2695 * gdb.base/default.exp: Update value of $_gdb_major.
2696
5024637f
BE
26972019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2698
2699 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2700
b63634be
BE
27012019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2702
2703 * gdb.base/skip.exp: Whitespace fix.
2704
45d73523
BE
27052019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2706
2707 * gdb.base/skip-inline.c: New file.
2708 * gdb.base/skip-inline.exp: New file.
2709
d043f8c8
SM
27102019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2711
2712 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2713 jit_function_00 to jit_function_stack_mangle.
2714 * gdb.base/jithost.c (jit_function_t): Rename to...
2715 (jit_function_stack_mangle_t): ... this.
2716 (jit_function_add_t): New typedef.
2717 (jit_function_00_code): Rename to...
2718 (jit_function_stack_mangle_code): ... this, make static.
2719 (jit_function_add_code): New.
2720 (main): Generate "add" function and call it. Adjust to changes
2721 in jithost_abi.
2722 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2723 (struct jithost_abi) <begin, end>: Remove fields.
2724 <object, function_stack_mangle, function_add>: New fields.
2725 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2726 code_end>: Remove fields.
2727 <func_stack_mangle>: New field.
2728 (read_debug_info): Adjust to renaming, create block for "add"
2729 function.
2730 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2731
873de05c
TT
27322019-12-11 Tom Tromey <tom@tromey.com>
2733
2734 * gdb.tui/resize.exp: Fix regexp.
2735 * gdb.tui/regs.exp: Fix regexps.
2736 * gdb.tui/main.exp: Fix regexp.
2737
3d979945
TT
27382019-12-11 Tom Tromey <tom@tromey.com>
2739
2740 * gdb.tui/resize.exp: Update.
2741 * gdb.tui/empty.exp (layouts): Update.
2742
2192a9d3
TT
27432019-12-11 Tom Tromey <tom@tromey.com>
2744
2745 * gdb.tui/regs.exp: Update.
2746 * gdb.tui/empty.exp (layouts): Update.
2747 * gdb.tui/basic.exp: Update.
2748 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2749
d8edc8b7
PW
27502019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2751
2752 * gdb.base/options.exp: Add -raw-values in the print completion list.
2753 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2754
4c12d936
KB
27552019-12-10 Kevin Buettner <kevinb@redhat.com>
2756
2757 * gdb.threads/omp-par-scope.c: New file.
2758 * gdb/threads/omp-par-scope.exp: New file.
2759
26b911fb
KB
27602019-12-10 Kevin Buettner <kevinb@redhat.com>
2761
bb47f919
KB
2762 * lib/gdb.exp (support_nested_function_tests): New proc.
2763
27642019-12-10 Kevin Buettner <kevinb@redhat.com>
2765
2766 * lib/gdb.exp (gdb_compile_openmp): New proc.
2767 (build_executable_from_specs): Add an "openmp" option.
2768 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2769
6c71eb7d
TT
27702019-12-10 Tom Tromey <tromey@adacore.com>
2771
2772 * gdb.ada/unchecked_union.exp: New file.
2773 * gdb.ada/unchecked_union/pck.adb: New file.
2774 * gdb.ada/unchecked_union/pck.ads: New file.
2775 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2776 * gdb-utils.exp (string_to_regexp): Also quote "?".
2777
bac7c5cf
GB
27782019-12-10 George Barrett <bob@bob131.so>
2779
2780 Test scripted probe breakpoints.
2781 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2782 * gdb.python/py-breakpoint.c (main): Likewise.
2783 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2784 specifier test.
2785 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2786
330f1d38
TBA
27872019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2788
2789 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2790 an rvalue parameter.
2791 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2792 parameter.
2793
b43315e2
AB
27942019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2797 modules.
2798
54f73dad
AB
27992019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2800
2801 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2802 broken version of GCC.
2803
d57cbee9
AB
28042019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2805
2806 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2807 sym-info-cmds library.
2808 * gdb.fortran/info-types.exp: Likewise.
2809 * lib/sym-info-cmds.exp: New file.
2810
c14aab8c
TV
28112019-12-08 Tom de Vries <tdevries@suse.de>
2812
2813 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2814
aa2d5a42
KS
28152019-12-07 Keith Seitz <keiths@redhat.com>
2816
2817 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2818 * gdb.base/corefile-buildid-shlib.c: New file.
2819 * gdb.base/corefile-buildid.c: New file.
2820 * gdb.base/corefile-buildid.exp: New file.
2821
93e55f0a
TV
28222019-12-06 Tom de Vries <tdevries@suse.de>
2823
2824 * gdb.dwarf2/varval.exp: Add decl before def test.
2825
c7d12402
TBA
28262019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2827
2828 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2829
06acc08f
TBA
28302019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2831
2832 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2833 CV and reference conversion for overload resolution.
2834 * gdb.cp/rvalue-ref-overload.exp: Test it.
2835
e0fad1ea
PW
28362019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2837
2838 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2839 * gdb.base/frameapply.exp: Test faas without command.
2840
8d70a9f0
AB
28412019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2842
2843 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2844 Fortran tests.
2845 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2846 order.
2847
36c8fb93
AB
28482019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2851 casting to type with no kind specified.
2852 (test_basic_parsing_of_type_kinds): Additional tests for types
2853 with no kind specified, and add tests for single/double
2854 precision/complex types.
2855
4139ff00
TT
28562019-12-04 Tom Tromey <tromey@adacore.com>
2857
2858 * gdb.base/endianity.c (struct other) <x>: New field.
2859 (main): Initialize it.
2860 * gdb.base/endianity.exp: Update.
2861
a05cf17a
TT
28622019-12-04 Tom Tromey <tromey@adacore.com>
2863
2864 * gdb.ada/scalar_storage/storage.adb: New file.
2865 * gdb.ada/scalar_storage/pck.adb: New file.
2866 * gdb.ada/scalar_storage/pck.ads: New file.
2867 * gdb.ada/scalar_storage.exp: New file.
2868
103a685e
TT
28692019-12-04 Tom Tromey <tromey@adacore.com>
2870
2871 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2872 (main): Initialize it.
2873 * gdb.base/endianity.exp: Update.
2874
c2512106
AB
28752019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2876
2877 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2878
293b38d6
AB
28792019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2882 -symbol-info-module-functions and -symbol-info-module-variables.
2883
216a7e6b
AB
28842019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2885
2886 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2887
5bbd8269
AB
28882019-12-01 Richard Bunt <richard.bunt@arm.com>
2889 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * gdb.fortran/derived-type-striding.exp: New file.
2892 * gdb.fortran/derived-type-striding.f90: New file.
2893 * gdb.fortran/array-slices.exp: New file.
2894 * gdb.fortran/array-slices.f90: New file.
2895
be09caf1
PW
28962019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2897
2898 * gdb.base/define.exp: Test . in command names.
2899 * gdb.base/setshow.exp: Update test, as . is now part of
2900 command name.
2901
643c0cbe
PW
29022019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2903
2904 * gdb.base/define-prefix.exp: New file.
2905
dcdec678
AB
29062019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
2909 compile.
2910 (skip_btrace_pt_tests): Likewise.
2911
640ab947
AB
29122019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2913
2914 * gdb.fortran/info-modules.exp: Compile source files in correct
2915 order.
2916
d22670f0
KB
29172019-11-27 Kevin Buettner <kevinb@redhat.com>
2918
2919 * gdb.dwarf2/imported-unit.exp: New file.
2920 * gdb.dwarf2/imported-unit.c: New file.
2921
db5960b4
AB
29222019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2923
2924 * gdb.mi/mi-fortran-modules-2.f90: New file.
2925 * gdb.mi/mi-fortran-modules.exp: New file.
2926 * gdb.mi/mi-fortran-modules.f90: New file.
2927
7dc42066
AB
29282019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
2929
2930 * gdb.mi/mi-sym-info-1.c: New file.
2931 * gdb.mi/mi-sym-info-2.c: New file.
2932 * gdb.mi/mi-sym-info.exp: New file.
2933
0dfeecca
TT
29342019-11-22 Tom Tromey <tromey@adacore.com>
2935
2936 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
2937 * gdb.ada/tasks/foo.adb: Add another stopping location.
2938
34877895
PJ
29392019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
2940
2941 * gdb.base/endianity.c: New test.
2942 * gdb.base/endianity.exp: New file.
2943
2e84f897
LD
29442019-11-21 Lukas Durfina <ldurfina@tachyum.com>
2945
2946 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
2947
65d1cd5f
TV
29482019-11-21 Tom de Vries <tdevries@suse.de>
2949
2950 PR gdb/24956
2951 * gdb.base/ui-redirect.exp: Test output of user-defined command.
2952
4f22c3f4
SDJ
29532019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
2954
2955 * gdb.python/py-progspace.exp: Add missing parentheses on some
2956 'print' commands.
2957
9f6ad286
TT
29582019-11-19 Tom Tromey <tom@tromey.com>
2959
2960 * gdb.tui/winheight.exp: New file.
2961
0b8dbf3f
AB
29622019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2963
2964 * gdb.base/ctf-whatis.c: Delete.
2965 * gdb.base/ctf-whatis.exp: Delete.
2966 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
2967
f833b7a7
AB
29682019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2969
2970 * gdb.base/ctf-cvexpr.exp: Delete.
2971 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
2972
30d0a636
AB
29732019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
2974
2975 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
2976 the compiler. Clean up header comment a little.
2977 * gdb.base/ctf-ptype.exp: Likewise.
2978 * gdb.base/ctf-whatis.exp: Likewise.
2979 * lib/gdb.exp (skip_ctf_tests): New proc.
2980
494409bb
SDJ
29812019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
2982
2983 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
2984 * gdb.tui/corefile-run.exp: New file.
2985
55708e99
TT
29862019-11-14 Tom Tromey <tromey@adacore.com>
2987
2988 * gdb.base/gdbvars.exp (test_convenience_variables): Add
2989 regression tests.
2990
45e42163
TT
29912019-11-12 Tom Tromey <tom@tromey.com>
2992
2993 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
2994 after any command. Expect prompt after WAIT_FOR is seen.
2995 (enter_tui): Enable resize messages.
2996 (command): Expect command in output.
2997 (get_line): Avoid error when cursor appears to be off-screen.
2998 (dump_screen): Include screen size in title.
2999 (_do_resize): New proc, from "resize".
3000 (resize): Rewrite. Do resize in two steps.
3001 * gdb.tui/empty.exp (layouts): Fix entries.
3002 (check_boxes): Remove xfail.
3003 (check_text): Dump screen on failure.
3004
086baaf1
AB
30052019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3006
3007 * gdb.python/py-symbol.exp: Add test for
3008 gdb.lookup_static_symbols.
3009
09ff83af
AB
30102019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.python/py-symbol.c: Declare and call function from new
3013 py-symbol-2.c file.
3014 * gdb.python/py-symbol.exp: Compile both source files, and add new
3015 tests for gdb.lookup_static_symbol.
3016 * gdb.python/py-symbol-2.c: New file.
3017
11af934b
TV
30182019-11-02 Tom de Vries <tdevries@suse.de>
3019
3020 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3021 * gdb.base/anon.exp: Same.
3022 * gdb.base/auto-connect-native-target.exp: Same.
3023 * gdb.base/call-ar-st.exp: Same.
3024 * gdb.base/catch-syscall.exp: Same.
3025 * gdb.base/commands.exp: Same.
3026 * gdb.base/default.exp: Same.
3027 * gdb.base/display.exp: Same.
3028 * gdb.base/float.exp: Same.
3029 * gdb.base/foll-fork.exp: Same.
3030 * gdb.base/help.exp: Same.
3031 * gdb.base/info-macros.exp: Same.
3032 * gdb.base/info-proc.exp: Same.
3033 * gdb.base/info-target.exp: Same.
3034 * gdb.base/long_long.exp: Same.
3035 * gdb.base/macscp.exp: Same.
3036 * gdb.base/memattr.exp: Same.
3037 * gdb.base/nofield.exp: Same.
3038 * gdb.base/pointers.exp: Same.
3039 * gdb.base/printcmds.exp: Same.
3040 * gdb.base/ptype.exp: Same.
3041 * gdb.base/restore.exp: Same.
3042 * gdb.base/return.exp: Same.
3043 * gdb.base/scope.exp: Same.
3044 * gdb.base/set-noassign.exp: Same.
3045 * gdb.base/setshow.exp: Same.
3046 * gdb.base/shlib-call.exp: Same.
3047 * gdb.base/signals.exp: Same.
3048 * gdb.base/sigstep.exp: Same.
3049 * gdb.base/skip.exp: Same.
3050 * gdb.base/solib-symbol.exp: Same.
3051 * gdb.base/stap-probe.exp: Same.
3052 * gdb.base/step-line.exp: Same.
3053 * gdb.base/step-test.exp: Same.
3054 * gdb.base/style.exp: Same.
3055 * gdb.base/varargs.exp: Same.
3056 * gdb.base/vla-datatypes.exp: Same.
3057 * gdb.base/vla-ptr.exp: Same.
3058 * gdb.base/vla-sideeffect.exp: Same.
3059 * gdb.base/volatile.exp: Same.
3060 * gdb.base/watch-cond-infcall.exp: Same.
3061 * gdb.base/watchpoint.exp: Same.
3062
e96ec2ba
TV
30632019-11-02 Tom de Vries <tdevries@suse.de>
3064
3065 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3066 * gdb.cp/cpexprs.exp: Same.
3067 * gdb.cp/except-multi-location.exp: Same.
3068 * gdb.cp/exceptprint.exp: Same.
3069 * gdb.cp/gdb2384.exp: Same.
3070 * gdb.cp/inherit.exp: Same.
3071 * gdb.cp/m-static.exp: Same.
3072 * gdb.cp/meth-typedefs.exp: Same.
3073 * gdb.cp/misc.exp: Same.
3074 * gdb.cp/namespace.exp: Same.
3075 * gdb.cp/non-trivial-retval.exp: Same.
3076 * gdb.cp/overload.exp: Same.
3077 * gdb.cp/pr17132.exp: Same.
3078 * gdb.cp/re-set-overloaded.exp: Same.
3079 * gdb.cp/rvalue-ref-types.exp: Same.
3080 * gdb.cp/templates.exp: Same.
3081
bd5766ec
LM
30822019-11-01 Luis Machado <luis.machado@linaro.org>
3083
3084 PR gdb/25124
3085
3086 * gdb.arch/pr25124.S: New file.
3087 * gdb.arch/pr25124.exp: New file.
3088
165f8965
AB
30892019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3090
3091 * gdb.fortran/info-modules.exp: Update expected results, and add
3092 additional tests for 'info module functinos', and 'info module
3093 variables'.
3094 * gdb.fortran/info-types.exp: Update expected results.
3095 * gdb.fortran/info-types.f90: Extend testcase with additional
3096 module variables and functions.
3097
59c35742
AB
30982019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3099
3100 * gdb.fortran/info-modules.exp: New file.
3101 * gdb.fortran/info-types.exp: Build with new file.
3102 * gdb.fortran/info-types.f90: Include and use new module.
3103 * gdb.fortran/info-types-2.f90: New file.
3104
f3fb2519
PW
31052019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3106
3107 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3108 * gdb.base/settings.exp: Test all settings types using
3109 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3110 that now verifies that the value of "maint show" is the same as
3111 returned by the settings functions. Test the type of the
3112 maintenance settings.
3113 * gdb.base/default.exp: Update show_conv_list.
3114
d1e36019
TV
31152019-10-31 Tom de Vries <tdevries@suse.de>
3116
3117 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3118 gdb_test.
3119 * gdb.arch/amd64-disp-step.exp: Same.
3120 * gdb.asm/asm-source.exp: Same.
3121 * gdb.btrace/buffer-size.exp: Same.
3122 * gdb.btrace/cpu.exp: Same.
3123 * gdb.btrace/enable.exp: Same.
3124 * gdb.dwarf2/count.exp: Same.
3125 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3126 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3127 * gdb.fortran/vla-datatypes.exp: Same.
3128 * gdb.fortran/vla-history.exp: Same.
3129 * gdb.fortran/vla-ptype.exp: Same.
3130 * gdb.fortran/vla-value.exp: Same.
3131 * gdb.fortran/whatis_type.exp: Same.
3132 * gdb.guile/guile.exp: Same.
3133 * gdb.multi/tids.exp: Same.
3134 * gdb.python/py-finish-breakpoint.exp: Same.
3135 * gdb.python/py-framefilter.exp: Same.
3136 * gdb.python/py-pp-registration.exp: Same.
3137 * gdb.python/py-xmethods.exp: Same.
3138 * gdb.python/python.exp: Same.
3139 * gdb.server/connect-with-no-symbol-file.exp: Same.
3140 * gdb.server/no-thread-db.exp: Same.
3141 * gdb.server/run-without-local-binary.exp: Same.
3142 * gdb.stabs/weird.exp: Same.
3143 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3144 * gdb.threads/thread-find.exp: Same.
3145 * gdb.threads/tls-shared.exp: Same.
3146 * gdb.threads/tls.exp: Same.
3147 * gdb.threads/wp-replication.exp: Same.
3148 * gdb.trace/ax.exp: Same.
3149 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3150
3d11e68e
TV
31512019-10-31 Tom de Vries <tdevries@suse.de>
3152
3153 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3154 * gdb.ada/array_subscript_addr.exp: Same.
3155 * gdb.ada/arrayidx.exp: Same.
3156 * gdb.ada/arrayparam.exp: Same.
3157 * gdb.ada/arrayptr.exp: Same.
3158 * gdb.ada/boolean_expr.exp: Same.
3159 * gdb.ada/call_pn.exp: Same.
3160 * gdb.ada/complete.exp: Same.
3161 * gdb.ada/fixed_cmp.exp: Same.
3162 * gdb.ada/fun_addr.exp: Same.
3163 * gdb.ada/funcall_param.exp: Same.
3164 * gdb.ada/interface.exp: Same.
3165 * gdb.ada/mod_from_name.exp: Same.
3166 * gdb.ada/null_array.exp: Same.
3167 * gdb.ada/packed_array.exp: Same.
3168 * gdb.ada/packed_tagged.exp: Same.
3169 * gdb.ada/print_chars.exp: Same.
3170 * gdb.ada/print_pc.exp: Same.
3171 * gdb.ada/ptype_arith_binop.exp: Same.
3172 * gdb.ada/ptype_field.exp: Same.
3173 * gdb.ada/ptype_tagged_param.exp: Same.
3174 * gdb.ada/rec_return.exp: Same.
3175 * gdb.ada/ref_tick_size.exp: Same.
3176 * gdb.ada/str_ref_cmp.exp: Same.
3177 * gdb.ada/taft_type.exp: Same.
3178 * gdb.ada/tagged.exp: Same.
3179 * gdb.ada/type_coercion.exp: Same.
3180 * gdb.ada/uninitialized_vars.exp: Same.
3181
60b6ede8
TV
31822019-10-30 Tom de Vries <tdevries@suse.de>
3183
3184 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3185
30baf67b
TV
31862019-10-26 Tom de Vries <tdevries@suse.de>
3187
3188 * gdb.base/bigcore.c: Fix typos in comments.
3189 * gdb.base/ctf-ptype.c: Same.
3190 * gdb.base/long_long.c: Same.
3191 * gdb.dwarf2/dw2-op-out-param.S: Same.
3192 * gdb.python/py-evthreads.c: Same.
3193 * gdb.reverse/i387-stack-reverse.c: Same.
3194 * gdb.trace/tfile.c: Same.
3195 * lib/compiler.c: Same.
3196 * lib/compiler.cc: Same.
3197
158da0d1
TV
31982019-10-25 Tom de Vries <tdevries@suse.de>
3199
3200 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3201 gdb_test_multiple calls.
3202 * gdb.reverse/sigall-reverse.exp: Same.
3203 * gdb.reverse/solib-precsave.exp: Same.
3204 * gdb.reverse/solib-reverse.exp: Same.
3205 * gdb.reverse/until-precsave.exp: Same.
3206 * gdb.reverse/until-reverse.exp: Same.
3207
4ccdfbec
TV
32082019-10-24 Tom de Vries <tdevries@suse.de>
3209
3210 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3211 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3212 kfail using -wrap pattern flag and convenience variable
3213 gdb_test_name.
3214
33d569b7
AB
32152019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3216
3217 * gdb.python/py-progspace.exp: Add tests for the
3218 Progspace.block_for_pc method.
3219
4d0b984b
TT
32202019-10-23 Tom Tromey <tom@tromey.com>
3221
3222 * configure: Rebuild.
3223 * aclocal.m4: Use m4_include, not sinclude.
3224
94cb3754
TV
32252019-10-21 Tom de Vries <tdevries@suse.de>
3226
3227 * gdb.base/infcall-nested-structs.c: Add
3228 __attribute__((noinline,noclone)) to all functions.
3229 (call_all): Add missing variable initialization. Simplify return value.
3230 (breakpt): Increment volatile variable, to prevent call from being
3231 optimized out.
3232 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3233
062f1fc1
TV
32342019-10-17 Tom de Vries <tdevries@suse.de>
3235
3236 * gdb.fortran/module.exp: Allow info variables to print info for files
3237 other than module.f90.
3238
0b54364d
AB
32392019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3240
3241 * gdb.fortran/module.exp: Extend with 'info variables' test.
3242
7ff5fae7
AB
32432019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3244
3245 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3246 F77_FOR_TARGET.
3247
d10eccaa
TV
32482019-10-16 Tom de Vries <tdevries@suse.de>
3249
3250 PR tdep/25096
3251 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3252
745ff14e
TV
32532019-10-16 Tom de Vries <tdevries@suse.de>
3254
3255 PR tdep/24104
3256 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3257 Add KFAIL for PR tdep/25096.
3258
03e1ab94
TV
32592019-10-16 Tom de Vries <tdevries@suse.de>
3260
3261 PR testsuite/25059
3262 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3263
b17fcc10
TV
32642019-10-16 Tom de Vries <tdevries@suse.de>
3265
3266 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3267 as signed.
3268
9223170f
SM
32692019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3270
3271 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3272 one instead of increasing timeout.
3273
d6e76313
TV
32742019-10-13 Tom de Vries <tdevries@suse.de>
3275
3276 PR record/25038
3277 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3278 * gdb.reverse/sigall-reverse.exp: Same.
3279 * gdb.reverse/solib-precsave.exp: Same.
3280 * gdb.reverse/solib-reverse.exp: Same.
3281 * gdb.reverse/step-precsave.exp: Same.
3282 * gdb.reverse/until-precsave.exp: Same.
3283 * gdb.reverse/until-reverse.exp: Same.
3284 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3285
6dfc0041
AA
32862019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3287
3288 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3289 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3290 (cmp_struct_05_01, cmp_struct_static_02_01)
3291 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3292 comparisons.
3293
abcf2cc8
TV
32942019-10-10 Tom de Vries <tdevries@suse.de>
3295
3296 PR testsuite/24888
3297 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3298 gnatlink.
3299
a50faaf6
TV
33002019-10-09 Tom de Vries <tdevries@suse.de>
3301
3302 PR testsuite/25048
3303 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3304
60ff3cd7
AB
33052019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3306
3307 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3308 exceptions due to missing debug information.
3309
dfee8566
TV
33102019-10-07 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3313
3d63690a
AB
33142019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3315
3316 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3317 * gdb.base/annota1.exp: Update to use gdb_test_name.
3318
30d1f018
WP
33192019-10-07 Weimin Pan <weimin.pan@oracle.com>
3320
3321 * gdb.base/ctf-whatis.exp: New file.
3322 * gdb.base/ctf-whatis.c: New file.
3323 * gdb.base/ctf-ptype.exp: New file.
3324 * gdb.base/ctf-ptype.c: New file.
3325 * gdb.base/ctf-constvars.exp: New file.
3326 * gdb.base/ctf-constvars.c: New file.
3327 * gdb.base/ctf-cvexpr.exp: New file.
3328
4dbbb47c
TV
33292019-10-04 Tom de Vries <tdevries@suse.de>
3330
3331 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3332 for loop.
3333
77c2dba3
TT
33342019-10-03 Tom Tromey <tom@tromey.com>
3335
3336 PR rust/24976:
3337 * gdb.rust/simple.rs (Union2): New type.
3338 (main): Use Union2.
3339 * gdb.rust/simple.exp: Add test.
3340
179aed7f
AB
33412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3342
3343 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3344 nested function prefix.
3345
0a4b0913
AB
33462019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3347 Richard Bunt <richard.bunt@arm.com>
3348 Andrew Burgess <andrew.burgess@embecosm.com>
3349
3350 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3351 nested functions.
3352 * gdb.fortran/nested-funcs.f90: Update expected results.
3353 * gdb.fortran/nested-funcs-2.exp: New file.
3354 * gdb.fortran/nested-funcs-2.f90: New file.
3355
082cce05
AB
33562019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3357
3358 * gdb.python/py-parameter.exp: Make test names unique.
3359 * gdb.python/py-template.exp: Likewise.
3360 * gdb.python/py-value.exp: Likewise.
3361
2b74ba5a
AB
33622019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3363
3364 * gdb.base/break-interp.exp: Reduce test name duplication.
3365 * gdb.base/call-sc.exp: Likewise.
3366 * gdb.base/callfuncs.exp: Likewise.
3367 * gdb.base/charset.exp: Likewise.
3368 * gdb.base/dump.exp: Likewise.
3369 * gdb.base/ena-dis-br.exp: Likewise.
3370 * gdb.base/relational.exp: Likewise.
3371 * gdb.base/step-over-syscall.exp: Likewise.
3372 * gdb.base/structs.exp: Likewise.
3373
58eb20d5
AB
33742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3375
3376 * gdb.linespec/explicit.exp: Make test names unique.
3377 * gdb.linespec/ls-errs.exp: Likewise.
3378
4d421147
AB
33792019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3380
3381 * gdb.reverse/break-precsave.exp: Make test names unique.
3382 * gdb.reverse/break-reverse.exp: Likewise.
3383 * gdb.reverse/finish-precsave.exp: Likewise.
3384 * gdb.reverse/finish-reverse.exp: Likewise.
3385 * gdb.reverse/machinestate-precsave.exp: Likewise.
3386 * gdb.reverse/machinestate.exp: Likewise.
3387 * gdb.reverse/readv-reverse.exp: Likewise.
3388 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3389 * gdb.reverse/sigall-precsave.exp: Likewise.
3390 * gdb.reverse/sigall-reverse.exp: Likewise.
3391 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3392 * gdb.reverse/watch-precsave.exp: Likewise.
3393 * gdb.reverse/watch-reverse.exp: Likewise.
3394
d8c06f22
AB
33952019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3396
3397 * gdb.threads/stop-with-handle.c: New file.
3398 * gdb.threads/stop-with-handle.exp: New file.
3399
3a56ed86
TV
34002019-10-03 Tom de Vries <tdevries@suse.de>
3401
3402 PR testsuite/25059
3403 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3404 directory" line to be missing.
3405
42275044
TV
34062019-10-03 Tom de Vries <tdevries@suse.de>
3407
3408 PR testsuite/25059
3409 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3410 type optional.
3411
9ef62df0
AA
34122019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3413
3414 * gdb.python/py-format-string.c (string.h): New include.
3415 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3416 the same value, for endianness-independence.
3417 * gdb.python/py-format-string.exp (default_regexp_dict)
3418 (test_pretty_structs, test_format): Adjust expected output to the
3419 changed initialization.
3420
37f6a7f4
TT
34212019-10-02 Tom Tromey <tromey@adacore.com>
3422
3423 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3424
1d58d6a2
PA
34252019-10-02 Pedro Alves <palves@redhat.com>
3426 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3429 "print-file-var.h".
3430 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3431 (get_version_1): Print this_version_id and its address.
3432 Add extern "C" wrappers around interface functions.
3433 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3434 "print-file-var.h".
3435 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3436 (get_version_2): Print this_version_id and its address.
3437 Add extern "C" wrappers around interface functions.
3438 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3439 <stddef.h> and "print-file-var.h".
3440 Add extern "C" wrappers around interface functions.
3441 [VERSION_ID_MAIN] (this_version_id): Define.
3442 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3443 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3444 up extern "C" blocks.
3445 * gdb.base/print-file-var.exp (test): New, factored out from top
3446 level.
3447 (top level): Test all combinations of attribute hidden or not,
3448 dlopen or not, and this_version_id symbol in main file or not.
3449 Compile tests as both C++ and C, make test names unique.
3450
d770d56f
TT
34512019-10-01 Tom Tromey <tom@tromey.com>
3452
3453 * gdb.base/style.exp: Test "show logging filename".
3454
7f6aba03
TT
34552019-10-01 Tom Tromey <tom@tromey.com>
3456
3457 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3458 * gdb.base/style.exp: Add metadata style test.
3459
14309bb6
TT
34602019-10-01 Tom Tromey <tom@tromey.com>
3461
3462 * gdb.base/style.exp: Test "pwd".
3463
2a3c1174
PA
34642019-10-01 Tom Tromey <tom@tromey.com>
3465
3466 * gdb.base/style.exp: Update tests.
3467
53d666ec
AA
34682019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3469
3470 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3471 'six' to unsigned.
3472 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3473 'five'. Use an all-ones bit pattern for each.
3474 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3475 to its changed values.
3476
4a56a520
TT
34772019-09-30 Tom Tromey <tromey@adacore.com>
3478
3479 * gdb.rust/traits.rs: Disable all warnings.
3480
0df0352a
TV
34812019-09-29 Tom de Vries <tdevries@suse.de>
3482
aac66a4c 3483 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3484
73d9a918
TV
34852019-09-29 Tom de Vries <tdevries@suse.de>
3486
3487 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3488
060b3ab4
TV
34892019-09-27 Tom de Vries <tdevries@suse.de>
3490
3491 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3492
68f7d34d
TV
34932019-09-27 Tom de Vries <tdevries@suse.de>
3494
3495 PR record/23188
3496 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3497
5d63b30a
TT
34982019-09-26 Tom Tromey <tromey@adacore.com>
3499
3500 * gdb.ada/py_taft.exp: New file.
3501 * gdb.ada/py_taft/main.adb: New file.
3502 * gdb.ada/py_taft/pkg.adb: New file.
3503 * gdb.ada/py_taft/pkg.ads: New file.
3504
3d435220
TV
35052019-09-24 Tom de Vries <tdevries@suse.de>
3506
3507 PR gdb/24598
3508 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3509
77d03678
TV
35102019-09-22 Tom de Vries <tdevries@suse.de>
3511
3512 * gdb.base/restore.exp: Allow register variables to be optimized out at
3513 -O0.
3514
abf516c6
UW
35152019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3516
3517 * gdb.arch/spu-info.exp: Remove file.
3518 * gdb.arch/spu-info.c: Remove file.
3519 * gdb.arch/spu-ls.exp: Remove file.
3520 * gdb.arch/spu-ls.c: Remove file.
3521
3522 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3523 * gdb.asm/spu.inc: Remove file.
3524
3525 * gdb.base/dump.exp: Remove support for spu*-*-*.
3526 * gdb.base/stack-checking.exp: Likewise.
3527 * gdb.base/overlays.exp: Likewise.
3528 * gdb.base/ovlymgr.c: Likewise.
3529 * gdb.base/spu.ld: Remove file.
3530
3531 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3532 * gdb.cp/cpexprs.exp: Likewise.
3533 * gdb.cp/exception.exp: Likewise.
3534 * gdb.cp/gdb2495.exp: Likewise.
3535 * gdb.cp/mb-templates.exp: Likewise.
3536 * gdb.cp/pr9167.exp: Likewise.
3537 * gdb.cp/userdef.exp: Likewise.
3538
3539 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3540
3541 * gdb.cell: Remove directory.
3542 * lib/cell.exp: Remove file.
3543
e452e88f
TV
35442019-09-19 Tom de Vries <tdevries@suse.de>
3545
3546 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3547
8a625130
TV
35482019-09-19 Tom de Vries <tdevries@suse.de>
3549
3550 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3551
81dc3ab5
TV
35522019-09-19 Tom de Vries <tdevries@suse.de>
3553
3554 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3555 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3556 (gdb_target_cmd): ... here.
3557 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3558 value 2.
3559
b078f3ac
AB
35602019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3561
3562 * gdb.base/source-dir.exp: Avoid having directory names in test
3563 names.
3564
f1b620e9
MG
35652019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3566
3567 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3568 directory.
3569
67f3ed6a
AB
35702019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * gdb.base/list-missing-source.exp: New file.
3573
d1b70248
TV
35742019-09-14 Tom de Vries <tdevries@suse.de>
3575
3576 PR teststuite/24599
3577 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3578 * lib/ada.exp (gnatmake_version_at_least): New proc.
3579
5fabdcd6
AB
35802019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3581
3582 * gdb.base/maint.exp: Use exec_has_index_section.
3583
aa17805f
AB
35842019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3585
3586 * gdb.base/maint.exp: Add test for 'maint info sections'.
3587
25e5c209
TV
35882019-09-12 Tom de Vries <tdevries@suse.de>
3589
3590 * gdb.base/store.exp: Allow register variables to be optimized out at
3591 -O0.
3592
4993045d
PW
35932019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3594
3595 * gdb.ada/rdv_wait.exp: Update to new task names.
3596 * gdb.base/task_switch_in_core.exp: Likewise.
3597 * gdb.base/info_sources_base.c: Likewise.
3598
8a516164
TT
35992019-09-10 Tom Tromey <tromey@adacore.com>
3600
3601 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3602
aa391654
TT
36032019-09-10 Tom Tromey <tromey@adacore.com>
3604
3605 * gdb.ada/dgopt.exp: New file.
3606 * gdb.ada/dgopt/x.adb: New file.
3607
8634b462
TT
36082019-09-08 Tom Tromey <tom@tromey.com>
3609
3610 * gdb.tui/resize.exp: Remove setup_xfail.
3611 * gdb.tui/regs.exp: Remove setup_xfail.
3612 * gdb.tui/basic.exp: Remove setup_xfail.
3613
736b0f76
DB
36142019-09-06 David Blaikie <dblaikie@gmail.com>
3615
3616 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3617 * gdb.cp/cplabel.exp: Ditto.
3618 * gdb.linespec/ls-errs.exp: Ditto.
3619
30331a6c
TV
36202019-09-05 Tom de Vries <tdevries@suse.de>
3621
3622 * lib/gdb.exp (cmp_file_string): New proc.
3623 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3624 runto_main. Verify save breakpoints output.
3625
98b0ebab
PW
36262019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3627
3628 * gdb.base/info-var.exp: Test info variables without running
3629 to main, to avoid expect's buffer overflow.
3630
4e962e74
TT
36312019-09-03 Tom Tromey <tromey@adacore.com>
3632
3633 * gdb.ada/bias.exp: New file.
3634 * gdb.ada/bias/bias.adb: New file.
3635 * gdb.ada/print_chars.exp: Add regression test.
3636 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3637 (MC): New variable.
3638
2ea1a07a
SL
36392019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3640
3641 * gdb.base/argv0-symlink.exp: Run only on native target
3642 and local host.
3643
8077c50d
TV
36442019-08-29 Tom de Vries <tdevries@suse.de>
3645
3646 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3647 diverse debug info.
3648 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3649
48352473
TV
36502019-08-28 Tom de Vries <tdevries@suse.de>
3651
3652 * gdb.base/info-var.exp: Allow info variables to print info for files
3653 other than info-var-f1.c and info-var-f2.c.
3654
d8f27c60
AB
36552019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3656
3657 * gdb.fortran/info-types.exp: Add module.
3658 * gdb.fortran/info-types.f90: Update expected results.
3659
1f20c35e
AB
36602019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3661
3662 * gdb.fortran/info-types.exp: New file.
3663 * gdb.fortran/info-types.f90: New file.
3664 * lib/fortran.exp (fortran_character1): New proc.
3665
4acfdd20
AB
36662019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3667
3668 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3669 functions'. Reindent as needed.
3670 * gdb.base/info-var-f1.c: New file.
3671 * gdb.base/info-var-f2.c: New file.
3672 * gdb.base/info-var.exp: New file.
3673 * gdb.base/info-var.h: New file.
3674
5c31b358
TV
36752019-08-26 Tom de Vries <tdevries@suse.de>
3676
3677 PR c++/24852
3678 * gdb.cp/no-libstdcxx-probe.exp: New test.
3679
b694989f
TV
36802019-08-26 Tom de Vries <tdevries@suse.de>
3681
3682 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3683 * tests need to be skipped.
3684 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3685 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3686 mi_skip_libstdcxx_probe_tests.
3687
d9c4ba53
SDJ
36882019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3689
3690 * gdb.python/py-xmethods.exp: Use raw strings when passing
3691 arguments to SimpleXMethodMatcher.
3692
395fad09
TV
36932019-08-22 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3696 more informative.
3697
26c957f1
PA
36982019-08-21 Pedro Alves <palves@redhat.com>
3699
3700 * gdb.base/with.exp: Test "with" with no arguments.
3701
61f80d5d
TV
37022019-08-21 Tom de Vries <tdevries@suse.de>
3703
3704 * gdb.base/gdb-caching-proc.exp: Sort files.
3705
d7a11d13
TV
37062019-08-20 Tom de Vries <tdevries@suse.de>
3707
3708 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3709 compilation.
3710
34dafe9f
TV
37112019-08-16 Tom de Vries <tdevries@suse.de>
3712
3713 * gdb.base/compare-sections.exp ("after run to main"): Allow
3714 mismatched read-only sections for PIE executables.
3715
398fdd60
TT
37162019-08-16 Tom Tromey <tom@tromey.com>
3717
3718 * lib/tuiterm.exp (_csi_Z): New proc.
3719 * gdb.tui/basic.exp: Update window positions.
3720 * gdb.tui/empty.exp: Update window positions.
3721
d8f9e51c
SL
37222019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3723
3724 * gdb.base/examine-backward.exp: Correct regexp for
3725 "examine 3 bytes backward from ${address_zero}".
3726
3df505f6
TT
37272019-08-15 Tom Tromey <tom@tromey.com>
3728
3729 * gdb.tui/empty.exp: Enable resizing tests.
3730
272560b5
TT
37312019-08-15 Tom Tromey <tromey@adacore.com>
3732
3733 * gdb.ada/char_enum.exp: Add regression tests.
3734 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3735 and '0'.
3736 (Char, Gchar): Update.
3737 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3738
08235187
CB
37392019-08-15 Christian Biesinger <cbiesinger@google.com>
3740
3741 * gdb.python/python.exp: Expect a leading underscore on
3742 GdbOutput{,Error}File.
3743
22a2ab04
SL
37442019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3745
3746 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3747 Windows host.
3748
835b995b
SL
37492019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3750
3751 * gdb.base/batch-preserve-term-settings.exp
3752 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3753
97dd8e07
CB
37542019-08-15 Christian Biesinger <cbiesinger@google.com>
3755
3756 * lib/gdb.exp: When running on a mingw target, replace
3757 /x/ with x:/.
3758
75faf5c4
AH
37592019-08-14 Alan Hayward <alan.hayward@arm.com>
3760
3761 * gdb.arch/aarch64-prologue.c: New test.
3762 * gdb.arch/aarch64-prologue.exp: New file.
3763
abc6c00f
TV
37642019-08-13 Tom de Vries <tdevries@suse.de>
3765
3766 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3767 Thread.
3768
74c2c1f4
SL
37692019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3770
3771 * gdb.python/py-completion.exp: Download the .py file to the host
3772 and use its host pathname. Conditionalize tests that use
3773 tab completion and manipulate files on the build machine.
3774 * gdb.python/py-events.exp: Download the .py file to the host
3775 and use its host pathname.
3776 * gdb.python/py-evsignal.exp: Likewise.
3777 * gdb.python/py-evthreads.exp: Likewise.
3778 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3779 pathname syntax.
3780 * gdb.python/py-framefilter.exp: Download the .py file to the right
3781 place on the host. Match Windows pathname syntax.
3782 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3783 .py file to the host and use its host pathname.
3784 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3785 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3786 build pathname. Skip symlink test on Windows host. Add missing
3787 newline at end of file.
3788 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3789 and use its host pathname.
3790 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3791 * gdb.python/py-section-script.exp: Use host location of binfile
3792 on safe-path. Use correct path separator on Windows host.
3793 Reorder alternatives in gdb_test_multiple to prevent matching
3794 the wrong alternative on success.
3795 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3796
ca2589f3
PP
37972019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3798
3799 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3800 expect the GDB inferior to no longer immediately stop after
3801 being resumed with "signal SIGINT".
3802
020a839d
SL
38032019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3804
3805 * gdb.linespec/break-ask.exp: Generalize regexps to match
3806 Windows pathnames too.
3807
128d6509
TV
38082019-08-08 Tom de Vries <tdevries@suse.de>
3809
3810 PR testsuite/24862
3811 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3812
590042fc
PW
38132019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3814
3815 * gdb.base/style.exp: Update tests for help doc new invariants.
3816 * gdb.base/help.exp: Likewise.
3817
046bebe1
TT
38182019-08-06 Tom Tromey <tom@tromey.com>
3819
3820 * gdb.base/style.exp: Add disassemble test.
3821 * gdb.base/style.c (some_called_function): New function.
3822 (main): Use it.
3823
0b27c27d
CB
38242019-08-05 Christian Biesinger <cbiesinger@google.com>
3825
3826 * gdb.python/py-block.exp: Test dictionary access on blocks.
3827
580f1034
SM
38282019-08-05 Simon Marchi <simon.marchi@efficios.com>
3829
3830 PR gdb/24863
3831 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3832 -list-thread-groups --available test when running under
3833 check-read1.
3834
d86bd7cb
TV
38352019-08-05 Tom de Vries <tdevries@suse.de>
3836
3837 PR testsuite/24863
3838 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3839 * gdb.base/help.exp: Use with_read1_timeout_factor.
3840 * gdb.base/info-macros.exp: Same.
3841 * gdb.cp/nested-types.exp: Same.
3842
a80cf5d8
TV
38432019-08-05 Tom de Vries <tdevries@suse.de>
3844
3845 * lib/gdb.exp (version_at_least): Factor out of ...
3846 (tcl_version_at_least): ... here.
3847 (gdb_compile): Fail if pie results in non-PIE executable.
3848 (readelf_version, readelf_prints_pie): New proc.
3849 (exec_is_pie): Return -1 if unknown.
3850
d0962838
TV
38512019-08-05 Tom de Vries <tdevries@suse.de>
3852
3853 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3854
2252ff3d
SL
38552019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3856
3857 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3858
26655f53
SL
38592019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3860
3861 * lib/completion-support.exp (test_gdb_complete_none): Skip
3862 tab completion tests if no readline support.
3863 (test_gdb_complete_unique_re): Likewise.
3864 (test_gdb_complete_multiple): Likewise.
3865
db4dc13e
PW
38662019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3867
3868 * gdb.base/info_sources.exp: New file.
3869 * gdb.base/info_sources.c: New file.
3870 * gdb.base/info_sources_base.c: New file.
3871
0eba165a
PFC
38722019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3873
3874 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3875 prefix argument.
3876 (test_exit_status): Add prefix argument.
3877
59bd512b
TV
38782019-08-01 Tom de Vries <tdevries@suse.de>
3879
3880 PR testsuite/24863
3881 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3882 calling exp_continue for new thread and thread exited messages.
3883
2a3ad588
TV
38842019-08-01 Tom de Vries <tdevries@suse.de>
3885
3886 PR testsuite/24863
3887 * gdb.base/structs.exp: Fix check-read1 timeout using
3888 gdb_test_sequence.
3889 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
3890
117eb594
TV
38912019-08-01 Tom de Vries <tdevries@suse.de>
3892
3893 PR testsuite/24863
3894 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
3895 line.
3896
ed591340
TV
38972019-08-01 Tom de Vries <tdevries@suse.de>
3898
3899 PR testsuite/24863
3900 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
3901
aa3b6533
TT
39022019-07-30 Tom Tromey <tromey@adacore.com>
3903
3904 * gdb.ada/display_nested.exp: New file.
3905 * gdb.ada/display_nested/foo.adb: New file.
3906 * gdb.ada/display_nested/pack.adb: New file.
3907 * gdb.ada/display_nested/pack.ads: New file.
3908
2906593f
CB
39092019-07-30 Christian Biesinger <cbiesinger@google.com>
3910
3911 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
3912 namespace.
3913 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
3914
0f575925
TV
39152019-07-30 Tom de Vries <tdevries@suse.de>
3916
3917 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
3918 instead.
3919
b13057d9
TV
39202019-07-30 Tom de Vries <tdevries@suse.de>
3921
3922 PR testsuite/24834
3923 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
3924 (exec_is_pie): New proc.
3925
5c4dde85
CB
39262019-07-29 Christian Biesinger <cbiesinger@google.com>
3927
3928 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
3929
c620ed88
CB
39302019-07-29 Christian Biesinger <cbiesinger@google.com>
3931
3932 * gdb.python/py-objfile.c: Add global and static vars.
3933 * gdb.python/py-objfile.exp: Test new functions Objfile.
3934 lookup_global_symbol and lookup_static_symbol.
3935
3d235706
TT
39362019-07-29 Tom Tromey <tom@tromey.com>
3937
3938 * lib/tuiterm.exp (Term::_csi_@): New proc.
3939 (Term::_csi_X): Don't move cursor.
3940
c7e4c0a6
PW
39412019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3942
3943 * gdb.base/options.exp: Update backtrace - completion to
3944 new option -frame-info.
3945 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
3946 Test new 'set print frame-info'. Test backtrace -frame-info
3947 overriding 'set print frame-info'.
3948 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
3949 Test new 'set print frame-info'.
3950 Verify consistency of backtrace with and without filters, with and
3951 without -no-filters.
3952 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
3953 default.
3954
de28a3b7
TV
39552019-07-29 Tom de Vries <tdevries@suse.de>
3956
3957 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
3958 no arguments".
3959
507dd60e
TV
39602019-07-29 Tom de Vries <tdevries@suse.de>
3961
3962 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
3963 is a substring of the first for "complete non-unique file name".
3964
5beafce9
TV
39652019-07-29 Tom de Vries <tdevries@suse.de>
3966
3967 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
3968 with ".*".
3969
2d274232
TV
39702019-07-29 Tom de Vries <tdevries@suse.de>
3971
3972 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
3973 Pass prompt_regexp parameter to gdb_test_multiple calls.
3974
9197cd8b
TV
39752019-07-29 Tom de Vries <tdevries@suse.de>
3976
3977 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 3978 print registers" regexps.
9197cd8b 3979
b528dae0
TV
39802019-07-29 Tom de Vries <tdevries@suse.de>
3981
3982 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
3983
d17725d7
TV
39842019-07-29 Tom de Vries <tdevries@suse.de>
3985
3986 PR gdb/24855
3987 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
3988 (skip_python_tests_prompt): Add prompt_regexp argument to
3989 gdb_test_multiple calls.
3990
52b75bf1
TT
39912019-07-27 Tom Tromey <tom@tromey.com>
3992
3993 * gdb.tui/main.exp: New file.
3994
2b1d00c2
TT
39952019-07-27 Tom Tromey <tom@tromey.com>
3996
3997 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
3998 optional.
3999 * gdb.tui/empty.exp: New file.
4000
ded631d5
TT
40012019-07-27 Tom Tromey <tom@tromey.com>
4002
4003 * lib/tuiterm.exp (spawn): New proc.
4004 (Term::resize): New proc.
4005 * gdb.tui/resize.exp: New file.
4006
58ac439d
TT
40072019-07-27 Tom Tromey <tom@tromey.com>
4008
4009 * gdb.tui/list.exp: New file.
4010
fe1f56ee
TT
40112019-07-27 Tom Tromey <tom@tromey.com>
4012
4013 * gdb.tui/regs.exp: New file.
4014
f790b310
TT
40152019-07-27 Tom Tromey <tom@tromey.com>
4016
4017 * gdb.tui/basic.exp: Add "layout split" test.
4018
d95fc6ee
TT
40192019-07-27 Tom Tromey <tom@tromey.com>
4020
4021 * gdb.tui/basic.exp: Add "layout asm" test.
4022
c3786b3a
TT
40232019-07-27 Tom Tromey <tom@tromey.com>
4024
4025 * lib/tuiterm.exp: New file.
4026 * gdb.tui/basic.exp: New file.
4027
98a617f8
KB
40282019-07-27 Kevin Buettner <kevinb@redhat.com>
4029
4030 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4031 Enable tests associated with this flag. Adjust regex
4032 referencing "foo_low" to now refer to "foo_cold" instead.
4033
5c076da4
KB
40342019-07-27 Kevin Buettner <kevinb@redhat.com>
4035
4036 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4037 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4038 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4039 foo_cold. Revise comments to match.
4040 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4041 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4042 were wrapped into this proc; Call do_test in loop from outermost
4043 level.
4044 (foo_low): Rename all occurrences to "foo_cold".
4045 (backtrace from baz): New test.
4046 (x2/i foo_cold): New test.
4047 (info line *foo_cold): New test.
4048
1512d3b7
TV
40492019-07-26 Tom de Vries <tdevries@suse.de>
4050
4051 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4052
297989a1
TV
40532019-07-25 Tom de Vries <tdevries@suse.de>
4054
4055 PR testsuite/24830
4056 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4057 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4058 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4059 (skip_libstdcxx_probe_tests): ... here.
4060 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4061
b3b965fb
TV
40622019-07-24 Tom de Vries <tdevries@suse.de>
4063
4064 PR testsuite/24807
4065 * gdb.objc/basicclass.m: Include stdio.h.
4066 * gdb.objc/nondebug.m: Same.
4067 * gdb.objc/objcdecode.m: Same.
4068
4625b4d0
TV
40692019-07-24 Tom de Vries <tdevries@suse.de>
4070
4071 PR testsuite/24612
4072 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4073 additional_flags.
4074
024a5840
TV
40752019-07-24 Tom de Vries <tdevries@suse.de>
4076
4077 PR testsuite/24831
4078 * gdb.multi/tids.exp: Update error messages for info threads.
4079
c76ddaa3
TV
40802019-07-24 Tom de Vries <tdevries@suse.de>
4081
4082 * gdb.base/info-types.exp: Allow info types to print info for more than
4083 one file.
4084
9a618ef6
TV
40852019-07-23 Tom de Vries <tdevries@suse.de>
4086
4087 PR testsuite/24842
4088 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4089 gdb_spawn_with_cmdline_opts.
4090
40eadf04
SP
40912019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4092
4093 * gdb.arch/arm-cmse-sgstubs.c: New test.
4094 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4095
5ba29434
TV
40962019-07-23 Tom de Vries <tdevries@suse.de>
4097
4098 PR testsuite/24711
4099 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4100 issuing next command.
4101
a8e9d247
AB
41022019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4103
4104 * gdb.ada/info_auto_lang.exp: Update expected results.
4105 * gdb.base/info-types.c: Add additional types to check.
4106 * gdb.base/info-types.exp: Update expected results.
4107
eb86c5e2
AB
41082019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4109
4110 * gdb.base/info-types.c: New file.
4111 * gdb.base/info-types.exp: New file.
4112
01e175fe
AB
41132019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4114
4115 * gdb.arch/riscv-bp-infcall.c: New file.
4116 * gdb.arch/riscv-bp-infcall.exp: New file.
4117
6b78c3f8
AB
41182019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4119
4120 PR breakpoints/24541
4121 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4122
da738167
TV
41232019-07-14 Tom de Vries <tdevries@suse.de>
4124
4125 PR testsuite/24760
4126 * gdb.objc/basicclass.exp: Fix unterminated string.
4127
0d4e84ed
AB
41282019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4129 Andrew Burgess <andrew.burgess@embecosm.com>
4130
4131 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4132 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4133 negative bounds.
4134 * gdb.fortran/vla-value.exp: Print elements of an array with
4135 negative bounds.
4136 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4137 testing.
4138
021d8588
AB
41392019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4140
4141 * gdb.base/options.exp (expect_string): Dequote strings in
4142 results.
4143 (test-string): Test strings with different quoting and reindent.
4144
f06f1252
TT
41452019-07-10 Tom Tromey <tromey@adacore.com>
4146
4147 * gdb.ada/mi_ex_cond.exp: Update expected results.
4148 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4149 * gdb.ada/mi_catch_ex.exp: Update expected results.
4150 * gdb.ada/mi_catch_assert.exp: Update expected results.
4151 * gdb.ada/catch_ex.exp (catch_exception_info)
4152 (catch_exception_entry, catch_assert_entry)
4153 (catch_unhandled_entry): Update.
4154 * gdb.ada/catch_assert_if.exp: Update expected results.
4155
b863685d
RB
41562019-07-10 Richard Bunt <richard.bunt@arm.com>
4157 Stephen Roberts <stephen.roberts@arm.com>
4158
4159 * gdb.base/define.exp: Restore original prompt.
4160
cb1e4e32
PA
41612019-07-09 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4164 breakpoints" output.
4165 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4166 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4167 throw" creates breakpoint.
4168 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4169 'type="catchpoint"'.
4170
b58a68fe
PA
41712019-07-09 Pedro Alves <palves@redhat.com>
4172
4173 PR c++/15468
4174 * gdb.cp/except-multi-location-lib.cc: New.
4175 * gdb.cp/except-multi-location-main.cc: New.
4176 * gdb.cp/except-multi-location.exp: New.
4177
0826779b
PW
41782019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4179
4180 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4181 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4182 argument and update callers.
4183
5b0e2db4
AB
41842019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4185
4186 * gdb.arch/amd64-break-on-asm-line.S: New file.
4187 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4188
1f6f6e21
PW
41892019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4190
4191 * gdb.base/printcmds.exp: Test printing C string and
4192 C wide string convenience vars without transiting via the inferior.
4193 Also make test names unique.
4194
ea142fbf
AH
41952019-07-08 Alan Hayward <alan.hayward@arm.com>
4196
5862c886 4197 PR breakpoints/25011
ea142fbf
AH
4198 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4199
213fd9fa
PA
42002019-07-04 Pedro Alves <palves@redhat.com>
4201
4202 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4203 body returned ok(0), break(3) or continue(4).
4204 * gdb.testsuite/foreach_with_prefix.exp: New file.
4205
2b40fda7
AH
42062019-07-04 Alan Hayward <alan.hayward@arm.com>
4207
4208 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4209
a26c8de0
PA
42102019-07-03 Pedro Alves <palves@redhat.com>
4211
4212 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4213 "return -code".
4214
5f4ba3e7
PA
42152019-07-03 Pedro Alves <palves@redhat.com>
4216
4217 PR cli/24732
4218 * gdb.base/shell.exp: Load completion-support.exp.
4219 Adjust expected error output. Add completion tests.
4220
a994424f
PA
42212019-07-03 Pedro Alves <palves@redhat.com>
4222
4223 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4224 string_to_regexp.
4225
3d9be6f5
PA
42262019-07-03 Pedro Alves <palves@redhat.com>
4227
4228 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4229 (expect_integer): Adjust to expect "-string".
4230 (expect_string): New.
4231 (all_options): Expect "-string".
4232 (test-flag, test-boolean): Adjust to expect "-string".
4233 (test-string): New proc.
4234 (top level): Call it.
4235
41fc454c
PA
42362019-07-03 Pedro Alves <palves@redhat.com>
4237
4238 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4239 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4240 the expected output in the success.
4241
b2b2a215
PA
42422019-07-03 Pedro Alves <palves@redhat.com>
4243
4244 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4245 Split one gdb_test_multiple call in two to avoid a race.
4246
fdbc9870
PA
42472019-07-03 Pedro Alves <palves@redhat.com>
4248
4249 * gdb.base/with.c: New file.
4250 * gdb.base/with.exp: New file.
4251
c6ac8931
PA
42522019-07-03 Pedro Alves <palves@redhat.com>
4253
4254 * gdb.base/settings.exp: Replace all references to "maint
4255 test-settings set" with references to "maint set test-settings",
4256 and all references to "maint test-settings show" with references
4257 to "maint show test-settings".
4258
970f9d09
PA
42592019-07-03 Pedro Alves <palves@redhat.com>
4260
4261 * gdb.base/settings.exp (test-string): Adjust expected out when
4262 testing "maint test-settings show filename"
4263
54d66006
PA
42642019-07-02 Pedro Alves <palves@redhat.com>
4265
4266 * gdb.base/options.exp (test-info-threads): New procedure.
4267 (top level): Call it.
4268
10d06d82
TT
42692019-06-28 Tom Tromey <tromey@adacore.com>
4270
4271 * gdb.dwarf2/ada-linkage-name.c: New file.
4272 * gdb.dwarf2/ada-linkage-name.exp: New file.
4273
3d507ff2
TT
42742019-06-27 Tom Tromey <tromey@adacore.com>
4275
d039f014 4276 PR c++/20020:
3d507ff2
TT
4277 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4278
8af58ffe
TV
42792019-06-26 Tom de Vries <tdevries@suse.de>
4280
4281 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4282
22e21752
TV
42832019-06-26 Tom de Vries <tdevries@suse.de>
4284
4285 * gdb.base/index-cache.exp: Add back missing debug option.
4286
b65b566c
PW
42872019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4288
4289 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4290
5c2c8c69
TV
42912019-06-25 Tom de Vries <tdevries@suse.de>
4292
4293 PR testsuite/24727
4294 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4295
164e3873
TV
42962019-06-24 Tom de Vries <tdevries@suse.de>
4297
4298 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4299
824eacee
TV
43002019-06-24 Tom de Vries <tdevries@suse.de>
4301
4302 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4303 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4304 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4305
385b97d3
TV
43062019-06-24 Tom de Vries <tdevries@suse.de>
4307
4308 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4309
c596f180
TV
43102019-06-21 Tom de Vries <tdevries@suse.de>
4311
4312 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4313
b13a7d03
TV
43142019-06-21 Tom de Vries <tdevries@suse.de>
4315
4316 PR testsuite/24518
4317 PR ada/24713
4318 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4319 index.
4320
899277ae
TT
43212019-06-19 Tom Tromey <tromey@adacore.com>
4322
4323 * gdb.ada/length_cond.exp: Add intro comment.
4324
680e1bee
TT
43252019-06-19 Tom Tromey <tromey@adacore.com>
4326
4327 * gdb.ada/length_cond.exp: New file.
4328 * gdb.ada/length_cond/length_cond.adb: New file.
4329 * gdb.ada/length_cond/pck.adb: New file.
4330 * gdb.ada/length_cond/pck.ads: New file.
4331
0ed4690a
TV
43322019-06-18 Tom de Vries <tdevries@suse.de>
4333
4334 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4335
d20ed5fd
TT
43362019-06-18 Tom Tromey <tromey@adacore.com>
4337
4338 * gdb.base/list0.h: Add comment explaining control character.
4339
86e04673
TV
43402019-06-18 Tom de Vries <tdevries@suse.de>
4341
4342 * boards/fission.exp: Break up long debug_flags line.
4343
c4973306
SM
43442019-06-16 Tom de Vries <tdevries@suse.de>
4345
4346 PR gdb/24445
4347 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4348 generated index.
4349
93cb9841
AB
43502019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4351
4352 PR gdb/24686
4353 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4354 improve detection of bug gdb/24541.
4355
399aaebd
SM
43562019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4357
4358 PR gdb/24669
4359 * gdb.base/index-cache.exp (uses_readnow,
4360 expecting_index_cache_use): Define global variable.
4361 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4362 expecting_index_cache_use.
4363
584a927c
AB
43642019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4365 Andrew Burgess <andrew.burgess@embecosm.com>
4366
4367 * gdb.fortran/pointers.f90: New file.
4368 * gdb.fortran/print_type.exp: New file.
4369 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4370 * gdb.fortran/vla-type.exp: Likewise.
4371 * gdb.fortran/vla-value.exp: Likewise.
4372 * gdb.mi/mi-vla-fortran.exp: Likewise.
4373
30056ea0
AB
43742019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4375
4376 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4377 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4378 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4379 as a stop reason.
4380
ec8e2b6d
AB
43812019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4382
4383 * gdb.base/annota1.exp: Update expected results.
4384 * gdb.cp/annota2.exp: Likewise.
4385 * gdb.cp/annota3.exp: Likewise.
4386
09e4c4e1
AB
43872019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4388
4389 * gdb.base/style-logging.exp: Remove path from test name.
4390
0735b091
TT
43912019-06-14 Tom Tromey <tromey@adacore.com>
4392
4393 PR gdb/24502:
4394 * gdb.base/style-logging.exp: New file.
4395
f5686554
TT
43962019-06-14 Tom Tromey <tromey@adacore.com>
4397
4398 * gdb.base/symfile-warn.exp: New file.
4399 * gdb.base/symfile-warn.c: New file.
4400
a0c1ffed
TT
44012019-06-14 Tom Tromey <tromey@adacore.com>
4402
4403 * gdb.base/annotate-symlink.exp: New file.
4404
f411722c
TT
44052019-06-14 Tom Tromey <tromey@adacore.com>
4406
4407 * gdb.ada/set_wstr.exp: Add reassignment test.
4408
4268ec18
TT
44092019-06-14 Tom Tromey <tromey@adacore.com>
4410
4411 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4412 'unchecked_access and 'unrestricted_access as well.
4413
9a9e394b
TT
44142019-06-14 Tom Tromey <tromey@adacore.com>
4415
4416 PR ada/24539:
4417 * gdb.ada/vla.exp: Update tests.
4418 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4419 pragma.
4420
4c048731
PA
44212019-06-13 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/settings.exp (test-integer): Test junk after
4424 "unlimited".
4425
6665660a
PA
44262019-06-13 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/options.exp (test-thread-apply): New.
4429 (top level): Call it.
4430
5d707134
PA
44312019-06-13 Pedro Alves <palves@redhat.com>
4432
4433 * gdb.base/options.exp (test-frame-apply): New.
4434 (top level): Test print commands with different "frame apply"
4435 prefixes.
4436
e2a689da
PA
44372019-06-13 Pedro Alves <palves@redhat.com>
4438
e79be6e5 4439 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4440 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4441 'max_completions' parameter and handle it.
4442 (test_gdb_completion_offers_commands): New.
4443
90a1ef87
PA
44442019-06-13 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4447
d4c16835
PA
44482019-06-13 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/options.exp (test-backtrace): New.
4451 (top level): Call it.
4452
2daf894e
PA
44532019-06-13 Pedro Alves <palves@redhat.com>
4454
4455 * gdb.guile/scm-frame-args.exp: Use "set print
4456 raw-frame-arguments" instead of "set print raw frame-arguments".
4457 * gdb.python/py-frame-args.exp: Likewise.
4458
e6ed716c
PA
44592019-06-13 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.compile/compile.exp: Adjust expected output to option
4462 processing changes.
4463
7d8062de
PA
44642019-06-13 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/options.exp: Build executable.
4467 (test-print): New procedure.
4468 (top level): Call it, once for "print" and another for "compile
4469 print".
4470
9d0faba9
PA
44712019-06-13 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/options.c: New file.
4474 * gdb.base/options.exp: New file.
4475
dee7b4c8
PA
44762019-06-13 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4479 that "o" is ambiguous.
4480
dca0f6c0
PA
44812019-06-13 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.base/settings.c: New file.
4484 * gdb.base/settings.exp: New file.
4485
ccf46844
PA
44862019-06-13 Pedro Alves <palves@redhat.com>
4487
4488 * gdb.base/completion.exp: Fix comment typo.
4489
b9a3f842
PA
44902019-06-13 Pedro Alves <palves@redhat.com>
4491
4492 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4493 foo --1" test.
4494
d106773e
PA
44952019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4496
4497 * gdb.fortran/block-data.f: New.
4498 * gdb.fortran/block-data.exp: New.
4499
fea82da0
TV
45002019-06-11 Tom de Vries <tdevries@suse.de>
4501
4502 PR testsuite/24521
4503 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4504 message.
4505
8c2e74f1
TV
45062019-06-11 Tom de Vries <tdevries@suse.de>
4507
4508 PR testsuite/24521
4509 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4510
b49851c8
TV
45112019-06-11 Tom de Vries <tdevries@suse.de>
4512
4513 * boards/readnow.exp: New file.
4514
a7067863
AB
45152019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4516
4517 * gdb.fortran/vla-sizeof.exp: Update expected results.
4518
1a3da2cd
AB
45192019-06-06 Amos Bird <amosbird@gmail.com>
4520
4521 * gdb.base/annota1.exp (thread_switch): Add test for
4522 thread-exited annotation.
4523
3847a7bf
TT
45242019-06-06 Tom Tromey <tromey@adacore.com>
4525
4526 * gdb.base/maint.exp: Expect command started/finished output.
4527
0088ba59
AB
45282019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4529
4530 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4531 comment.
4532 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4533
312617a3
AB
45342019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4535
4536 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4537 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4538 * gdb.arch/riscv-unwind-long-insn.c: New file.
4539 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4540
e1f2e1a2
CB
45412019-06-04 Christian Biesinger <cbiesinger@google.com>
4542
d3238f7d 4543 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4544
206584bd
PW
45452019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4546
4547 * lib/gdb.exp (help_list_trailer): New regexp variable
4548 factorizing the help trailer message.
4549 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4550 arg to allow to better factorize various tests.
4551 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4552 (test_prefix_command_help): Use help_list_trailer.
4553 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4554 * gdb.guile/scm-cmd.exp: Likewise.
4555 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4556 * gdb.base/help.exp: Use test_user_defined_class_help.
4557 * gdb.base/style.exp: Add tests for styling of help and apropos.
4558 * lib/gdb-utils.exp (style): Add title and highlight styles.
4559
708dc93e
PW
45602019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4561
4562 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4563 $_shell_exitsignal.
4564 * gdb.base/default.exp: Update for new convenience variables.
4565
f49055a5
TT
45662019-05-29 Tom Tromey <tromey@adacore.com>
4567
4568 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4569 to "break complete ada" test case's regexp.
4570
4330d61d
TT
45712019-05-29 Tom Tromey <tromey@adacore.com>
4572
4573 PR c++/20020:
4574 * gdb.cp/constexpr-field.exp: New file.
4575 * gdb.cp/constexpr-field.cc: New file.
4576
000439d5
TT
45772019-05-29 Tom Tromey <tromey@adacore.com>
4578
4579 * gdb.base/finish.exp (finish_no_print): New proc.
4580 (finish_tests): Call it.
4581
5a01c34c
TV
45822019-05-24 Tom de Vries <tdevries@suse.de>
4583
4584 * gdb.dwarf2/gdb-add-index.exp: New file.
4585
18125b16
TT
45862019-05-22 Tom Tromey <tromey@adacore.com>
4587
4588 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4589 * gdb.base/style.exp: Use "style".
4590 * lib/gdb-utils.exp (style): New proc.
4591
af1a8d03
TV
45922019-05-22 Tom de Vries <tdevries@suse.de>
4593
4594 * gdb.base/align.exp: Require c++11.
4595
e7fe496b
TV
45962019-05-22 Tom de Vries <tdevries@suse.de>
4597
4598 PR testsuite/24586
4599 * gdb.python/py-mi-var-info-path-expression.exp: Call
4600 mi_skip_python_tests to check if python is supported.
4601
8fca4da0
AH
46022019-05-22 Alan Hayward <alan.hayward@arm.com>
4603
4604 * gdb.arch/aarch64-pauth.c: New test.
4605 * gdb.arch/aarch64-pauth.exp: New file.
4606
b7060614
AH
46072019-05-22 Alan Hayward <alan.hayward@arm.com>
4608
4609 * README (Re-running Tests Outside The Testsuite): New section.
4610
669d0468
TV
46112019-05-21 Tom de Vries <tdevries@suse.de>
4612
4613 * gdb.arch/amd64-eval.exp: Require c++11.
4614 * gdb.base/max-depth.exp: Same.
4615 * gdb.compile/compile-cplus-array-decay.exp: Same.
4616 * gdb.cp/meth-typedefs.exp: Same.
4617 * gdb.cp/subtypes.exp: Same.
4618 * gdb.cp/temargs.exp: Same.
4619
ce3ebcaa
AH
46202019-05-21 Alan Hayward <alan.hayward@arm.com>
4621
4622 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4623
34d11c68
AB
46242019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4625
4626 PR gdb/18644
4627 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4628 * gdb.fortran/printing-types.exp: Add new test.
4629 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4630 testing.
4631 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4632 setup_kfail call.
4633
87781e84
AH
46342019-05-17 Alan Hayward <alan.hayward@arm.com>
4635
4636 * README (Running the Testsuite): Change example.
4637 (Testsuite Parameters): Remove TRANSCRIPT.
4638 * lib/gdb.exp: Remove TRANSCRIPT check.
4639
b420b89e
AH
46402019-05-17 Alan Hayward <alan.hayward@arm.com>
4641
4642 * README (Testsuite Parameters): Add replay logging to
4643 GDBSERVER_DEBUG.
4644 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4645 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4646 as a comma separated list.
4647 (gdb_debug_init): Override procedure.
4648
408e9b8b
AH
46492019-05-17 Alan Hayward <alan.hayward@arm.com>
4650
4651 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4652 (gdb_write_cmd_file): New procedure.
4653 * lib/gdbserver-support.exp (gdbserver_start): Call
4654 gdbserver_write_cmd_file.
4655 (gdbserver_write_cmd_file): New procedure.
4656
f9e2e39d
AH
46572019-05-17 Alan Hayward <alan.hayward@arm.com>
4658
4659 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4660 (delete_breakpoints): Likewise.
4661 (gdb_run_cmd): Likewise.
4662 (gdb_start_cmd): Likewise.
4663 (gdb_starti_cmd): Likewise.
4664 (gdb_internal_error_resync): Likewise.
4665 (gdb_test_multiple): Likewise.
4666 (gdb_reinitialize_dir): Likewise.
4667 (default_gdb_exit): Likewise.
4668 (gdb_file_cmd): Mark kill as optional.
4669 (default_gdb_start): Call gdb_stdin_log_init.
4670 (send_gdb): Call gdb_stdin_log_write.
4671 (rerun_to_main): Mark Y as an answer.
4672 (gdb_stdin_log_init): New function.
4673 (gdb_stdin_log_write): Likewise.
4674
81f47ac2
AH
46752019-05-17 Alan Hayward <alan.hayward@arm.com>
4676
4677 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4678 * gdb.base/debug-expr.exp: Likewise.
4679 * gdb.base/foll-fork.exp: Likewise.
4680 * gdb.base/foll-vfork.exp: Likewise.
4681 * gdb.base/fork-print-inferior-events.exp: Likewise.
4682 * gdb.base/gdb-sigterm.exp: Likewise.
4683 * gdb.base/gdbinit-history.exp: Likewise.
4684 * gdb.base/osabi.exp: Likewise.
4685 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4686 * gdb.base/ui-redirect.exp: Likewise.
4687 * gdb.gdb/unittest.exp: Likewise.
4688 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4689 * gdb.mi/mi-watch.exp: Likewise.
4690 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4691 * gdb.mi/user-selected-context-sync.exp: Likewise.
4692 * gdb.python/python.exp: Disable debug test when debugging.
4693 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4694 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4695 Likewise.
4696 * gdb.threads/stepi-random-signal.exp: Likewise.
4697
29b52314
AH
46982019-05-17 Alan Hayward <alan.hayward@arm.com>
4699
4700 * Makefile.in: Pass through GDB_DEBUG.
4701 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4702 (gdb,debug): Add board setting.
4703 * lib/gdb.exp (default_gdb_start): Start debugging.
4704 (gdb_debug_enabled): New procedure.
4705 (gdb_debug_init): Likewise.
29b52314
AH
4706
47072019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4708
29b52314
AH
4709 * Makefile.in: Pass through GDB_DEBUG.
4710 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4711 (gdb,debug): Add board setting.
4712 * lib/gdb.exp (default_gdb_start): Start debugging.
4713 (gdb_debug_enabled): New procedure.
4714 (gdb_debug_init): Likewise.
29b52314 4715
ca1285d1
AH
47162019-05-17 Alan Hayward <alan.hayward@arm.com>
4717
4718 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4719
f3a09c80
AH
47202019-05-17 Alan Hayward <alan.hayward@arm.com>
4721
4722 * gdb.base/ui-redirect.exp: Test redirection.
4723
26648588
JV
47242019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4725
4726 * gdb.mi/mi-complete.exp: New file.
4727 * gdb.mi/mi-complete.cc: Likewise.
4728
14237686
AB
47292019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4730
4731 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4732 indexed and sliced arrays, and pointers to arrays.
4733
e7bd7fba
TT
47342019-05-14 Tom Tromey <tromey@adacore.com>
4735
4736 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4737 styling test.
4738
2764128d
TV
47392019-05-14 Tom de Vries <tdevries@suse.de>
4740
4741 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4742 selection entry encoding.
4743
71bed2db
TT
47442019-05-10 Tom Tromey <tromey@adacore.com>
4745
4746 * gdb.ada/info_exc.exp: Add "complete" test.
4747
63b667ad
TV
47482019-05-09 Tom de Vries <tdevries@suse.de>
4749
4750 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4751 CU-relative.
4752
9cfd2b89
TV
47532019-05-09 Tom de Vries <tdevries@suse.de>
4754
4755 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4756 CU-relative.
4757
2228ef77
XR
47582019-05-08 Joel Brobecker <brobecker@adacore.com>
4759
4760 * gdb.ada/frame_arg_lang.exp: New testcase.
4761 * gdb.ada/frame_arg_lang/bla.adb: New file.
4762 * gdb.ada/frame_arg_lang/pck.ads: New file.
4763 * gdb.ada/frame_arg_lang/pck.adb: New file.
4764 * gdb.ada/frame_arg_lang/foo.c: New file.
4765
80e55b13
TT
47662019-05-08 Tom Tromey <tromey@adacore.com>
4767
4768 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4769
9d3421af
TT
47702019-05-08 Tom Tromey <tromey@adacore.com>
4771
4772 * gdb.base/ptype-offsets.exp: Update tests.
4773
844333e2
TT
47742019-05-08 Tom Tromey <tromey@adacore.com>
4775
4776 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4777 cases.
4778 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4779 "short".
4780
988915ee
TT
47812019-05-08 Tom Tromey <tromey@adacore.com>
4782
4783 * gdb.ada/vla.exp: New file.
4784 * gdb.ada/vla/vla.adb: New file.
4785
7bd55dac
TV
47862019-05-07 Tom de Vries <tdevries@suse.de>
4787
4788 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4789
75f06e9d
TV
47902019-05-07 Tom de Vries <tdevries@suse.de>
4791
4792 PR testsuite/24522
4793 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4794 section.
4795
77e7aaa4
TV
47962019-05-07 Tom de Vries <tdevries@suse.de>
4797
4798 PR testsuite/24522
4799 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4800 .debug_aranges section.
4801
456ba0fa
TV
48022019-05-07 Tom de Vries <tdevries@suse.de>
4803
4804 PR testsuite/24159
4805 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4806
5a56d6a6
TV
48072019-05-06 Tom de Vries <tdevries@suse.de>
4808
4809 * lib/gdb.exp (exec_has_index_section): New proc.
4810 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4811 section.
4812
9d6d4be8
TV
48132019-05-04 Tom de Vries <tdevries@suse.de>
4814
4815 * boards/cc-with-debug-names.exp: New file.
4816
222a8d25
TT
48172019-05-03 Tom Tromey <tromey@adacore.com>
4818
4819 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4820 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4821 * gdb.ada/char_enum.exp: Add test.
4822
0fdfd794
TV
48232019-05-03 Tom de Vries <tdevries@suse.de>
4824
4825 * boards/cc-with-gdb-index.exp: New file.
4826
80062eb9
AB
48272019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4828
4829 * gdb.rust/simple.exp: Add new test case.
4830 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4831 (main): Initialise an instance of the new struct.
4832
4504bbde
TT
48332019-05-01 Tom Tromey <tromey@adacore.com>
4834
4835 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4836 record.
4837 (NPR): New variable.
4838 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4839 test.
4840
d48e62f4
TT
48412019-05-01 Tom Tromey <tromey@adacore.com>
4842
4843 * gdb.ada/packed_array_assign.exp: Add packed assignment
4844 regression test.
4845
f59f30f5
TV
48462019-05-01 Tom de Vries <tdevries@suse.de>
4847
4848 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4849
b70bfc54
TV
48502019-05-01 Tom de Vries <tdevries@suse.de>
4851
4852 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4853
15f18d14
AT
48542019-04-30 Ali Tamur <tamur@google.com>
4855
4856 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4857
2ff0a947
TT
48582019-04-30 Tom Tromey <tromey@adacore.com>
4859
4860 * lib/ada.exp (find_ada_tool): New proc.
4861 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4862 * gdb.ada/catch_ex_std.exp: New file.
4863 * gdb.ada/catch_ex_std/foo.adb: New file.
4864 * gdb.ada/catch_ex_std/some_package.adb: New file.
4865 * gdb.ada/catch_ex_std/some_package.ads: New file.
4866
a776957c
TT
48672019-04-30 Tom Tromey <tromey@adacore.com>
4868
4869 PR c++/24470:
4870 * gdb.cp/temargs.cc: Add test code from PR.
4871
bc68014d
AB
48722019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4873
4874 * gdb.fortran/vla-datatypes.exp: Update expected results.
4875 * gdb.fortran/vla-ptype.exp: Likewise.
4876 * gdb.fortran/vla-type.exp: Likewise.
4877 * gdb.fortran/vla-value.exp: Likewise.
4878
f1fdc960
AB
48792019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4880
4881 * gdb.fortran/ptr-indentation.exp: Update expected results.
4882 * gdb.fortran/ptype-on-functions.exp: Likewise.
4883 * gdb.fortran/vla-ptr-info.exp: Likewise.
4884 * gdb.fortran/vla-value.exp: Likewise.
4885
bf7a4de1
AB
48862019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4887
4888 * gdb.fortran/ptype-on-functions.exp: New file.
4889 * gdb.fortran/ptype-on-functions.f90: New file.
4890
bbe75b9d
AB
48912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4892
4893 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
4894 case void string.
4895
1db455a7
AB
48962019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4897
4898 * gdb.fortran/complex.exp: Expand.
4899 * gdb.fortran/complex.f: Renamed to...
4900 * gdb.fortran/complex.f90: ...this, and extended to add more
4901 complex values.
4902
b6d03bb2
AB
49032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4904
4905 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
4906 MODULO, CMPLX.
4907
2e62ab40
AB
49082019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
4909 Richard Bunt <richard.bunt@arm.com>
4910
4911 * gdb.base/max-depth.c: New file.
4912 * gdb.base/max-depth.exp: New file.
4913 * gdb.python/py-nested-maps.c: New file.
4914 * gdb.python/py-nested-maps.exp: New file.
4915 * gdb.python/py-nested-maps.py: New file.
4916 * gdb.python/py-format-string.exp (test_max_depth): New proc.
4917 (test_all_common): Call test_max_depth.
4918 * gdb.fortran/max-depth.exp: New file.
4919 * gdb.fortran/max-depth.f90: New file.
4920 * gdb.go/max-depth.exp: New file.
4921 * gdb.go/max-depth.go: New file.
4922 * gdb.modula2/max-depth.exp: New file.
4923 * gdb.modula2/max-depth.c: New file.
4924 * lib/gdb.exp (get_print_expr_at_depths): New proc.
4925
d2b584a5
TV
49262019-04-29 Tom de Vries <tdevries@suse.de>
4927
4928 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
4929
136afab8
PW
49302019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4931
4932 * gdb.base/callexit.exp: Test may-call-functions off.
4933
725cbb63
KS
49342019-04-25 Keith Seitz <keiths@redhat.com>
4935
4936 PR c++/24367
4937 * gdb.cp/meth-typedefs.cc (incomplete_struct)
4938 (another_incomplete_struct, test_incomplete): New definitions.
4939 (main): Use new definitions.
4940 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
4941 functions.
4942
701adfb0
PA
49432019-04-25 Ali Tamur <tamur@google.com>
4944
4945 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
4946
82433e3e
SDJ
49472019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
4948
4949 PR corefiles/11608
4950 PR corefiles/18187
4951 * gdb.base/coredump-filter-build-id.exp: New file.
4952
dd06d4d6
AH
49532019-04-25 Alan Hayward <alan.hayward@arm.com>
4954
e79be6e5
SM
4955 * Makefile.in: Pass through GDBSERVER_DEBUG.
4956 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
4957 (gdbserver,debug): Add board setting.
4958 * gdb.trace/tspeed.exp: Skip when debugging.
4959 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
4960 * lib/gdbserver-support.exp: Likewise
dd06d4d6 4961
1670072e
TT
49622019-04-24 Tom Tromey <tromey@adacore.com>
4963
4964 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
4965 Rust.
4966
a59240a4
TT
49672019-04-24 Tom Tromey <tromey@adacore.com>
4968
4969 * gdb.arch/amd64-eval.exp: Test bitfield return.
4970 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
4971 (class Foo) <return_bitfields>: New method.
4972 (main): Call it.
4973
b907456c
AB
49742019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
4975
4976 * gdb.cp/many-args.cc: New file.
4977 * gdb.cp/many-args.exp: New file.
4978
5c565afd
TV
49792019-04-23 Tom de Vries <tdevries@suse.de>
4980
4981 PR gdb/24433
4982 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
4983
ba22ff86
AH
49842019-04-23 Alan Hayward <alan.hayward@arm.com>
4985
4986 * gdb.trace/backtrace.exp: Use nopie flag.
4987 * gdb.trace/circ.exp: Likewise.
4988 * gdb.trace/collection.exp: Likewise.
4989 * gdb.trace/ftrace.exp: Likewise.
4990 * gdb.trace/mi-trace-unavailable.exp: Likewise.
4991 * gdb.trace/mi-traceframe-changed.exp: Likewise.
4992 * gdb.trace/qtro.exp: Likewise.
4993 * gdb.trace/read-memory.exp: Likewise.
4994 * gdb.trace/report.exp: Likewise.
4995 * gdb.trace/tfile.exp: Likewise.
4996 * gdb.trace/tfind.exp: Likewise.
4997 * gdb.trace/unavailable.exp: Likewise.
4998
7905fc35
PA
49992019-04-22 Pedro Alves <palves@redhat.com>
5000
5001 * gdb.base/solib-probes-nosharedlibrary.c,
5002 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5003
8ecb59f8
TT
50042019-04-19 Tom Tromey <tromey@adacore.com>
5005
5006 * gdb.ada/ptype_union.c: New file.
5007 * gdb.ada/ptype_union.exp: New file.
5008
62160ec9
TT
50092019-04-19 Tom Tromey <tromey@adacore.com>
5010
5011 PR symtab/24423:
5012 * gdb.base/list0.h (foo): Add a control-l character.
5013
36cd4ba5
TV
50142019-04-18 Tom de Vries <tdevries@suse.de>
5015
5016 PR gdb/24433
5017 * boards/local-board.exp: Set sysroot to "".
5018
b73715df
TV
50192019-04-18 Tom de Vries <tdevries@suse.de>
5020 Pedro Alves <palves@redhat.com>
5021
5022 PR gdb/24454
5023 * gdb.threads/vfork-follow-child-exec.c: New file.
5024 * gdb.threads/vfork-follow-child-exec.exp: New file.
5025 * gdb.threads/vfork-follow-child-exit.c: New file.
5026 * gdb.threads/vfork-follow-child-exit.exp: New file.
5027
4aa866af
LS
50282019-04-15 Leszek Swirski <leszeks@google.com>
5029
5030 * gdb.arch/amd64-eval.cc: New file.
5031 * gdb.arch/amd64-eval.exp: New file.
5032
e5a1a79a
AH
50332019-04-11 Alan Hayward <alan.hayward@arm.com>
5034
5035 * gdb.server/sysroot.c: New test.
5036 * gdb.server/sysroot.exp: New file.
5037 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5038 matching param.
5039
41077b66
AB
50402019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5041
5042 * gdb.base/align.exp: Extend test to cover structures containing
5043 only static fields.
5044
c30391f8
TV
50452019-04-11 Tom de Vries <tdevries@suse.de>
5046
5047 * boards/cc-with-dwz-m.exp: New file.
5048 * boards/cc-with-dwz.exp: New file.
5049 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5050
e242fd12
SM
50512019-04-09 Simon Marchi <simon.marchi@efficios.com>
5052
5053 * gdb.base/start-cpp.exp: New file.
5054 * gdb.base/start-cpp.cc: New file.
5055
2b0c8b01
KB
50562019-04-08 Kevin Buettner <kevinb@redhat.com>
5057
5058 * gdb.python/py-thrhandle.exp: Adjust tests to call
5059 thread_from_handle instead of thread_from_thread_handle.
5060
947210e5
KB
50612019-04-08 Kevin Buettner <kevinb@redhat.com>
5062
5063 * gdb.python/py-thrhandle.exp: Add tests for
5064 gdb.InferiorThread.handle.
5065
d7df6549
AB
50662019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5067
5068 * gdb.python/py-function.exp: Check calling helper function from
5069 all languages.
5070 * lib/gdb.exp (gdb_supported_languages): New proc.
5071
8bdc1658
AB
50722019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5073
5074 * gdb.base/complex-parts.c: New file.
5075 * gdb.base/complex-parts.exp: New file.
5076
05caa1d2
TT
50772019-04-01 Tom Tromey <tromey@adacore.com>
5078
5079 PR symtab/23331:
5080 * gdb.dwarf2/dw2-ranges-main.c: New file.
5081 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5082 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5083
7734102d
EZ
50842019-03-30 Simon Marchi <simark@simark.ca>
5085
5086 * gdb.base/default.exp: Add values for $_gdb_major and
5087 $_gdb_minor.
5088
188e1fa9
TT
50892019-03-29 Tom Tromey <tromey@adacore.com>
5090
5091 * gdb.base/help.exp: Tighten apropos regexp.
5092
2880242d
KS
50932019-03-29 Keith Seitz <keiths@redhat.com>
5094
5095 * gdb.fortran/array-bounds.exp: New file.
5096 * gdb.fortran/array-bounds.f90: New file.
5097
077cad8e
PW
50982019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5099
5100 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5101
80047cfc
PW
51022019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5103
5104 * gdb.multi/hello.c (main): Increase alarm timer.
5105
f489207e
SL
51062019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5107
5108 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5109 factor when no hardware watchpoint support.
5110
c92df149
AH
51112019-03-28 Alan Hayward <alan.hayward@arm.com>
5112 Pedro Alves <palves@redhat.com>
5113
5114 * boards/local-board.exp: set sysroot to /.
5115
933aebfa
AH
51162019-03-27 Alan Hayward <alan.hayward@arm.com>
5117
5118 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5119 in child.
5120
9f9aa852
AB
51212019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5122
5123 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5124 field.
5125 (make_container): Initialise new field.
5126 * gdb.python/py-prettyprint.exp: Add new tests.
5127 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5128 <display_hint>: New method.
5129
3714a195
AB
51302019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5131
5132 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5133 gdb_continue_to_breakpoint more throughout this test.
5134 (run_lang_tests) Supply unique test names, and use
5135 gdb_test_no_output.
5136
18c77628
AB
51372019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5138
5139 * gdb.base/finish-pretty.exp: Update expected results.
5140 * gdb.base/pretty-print.c: New file.
5141 * gdb.base/pretty-print.exp: New file.
5142
9a93502f
PA
51432019-03-25 Pedro Alves <palves@redhat.com>
5144
5145 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5146 move comments outside list. Append '-i "" eof' section.
5147
968aa7ae
AH
51482019-03-22 Alan Hayward <alan.hayward@arm.com>
5149
34a7f2a4 5150 PR testsuite/25016
968aa7ae
AH
5151 * README: Add pie options.
5152 * gdb.base/break-interp.exp: Ensure pie is disabled.
5153 * gdb.base/dump.exp: Likewise.
5154 * lib/gdb.exp (gdb_compile): Add pie option.
5155
4c7d57e7
TT
51562019-03-19 Tom Tromey <tromey@adacore.com>
5157
5158 * gdb.mi/mi2-cli-display.c: New file.
5159 * gdb.mi/mi2-cli-display.exp: New file.
5160
bff8c71f
TT
51612019-03-18 Joel Brobecker <brobecker@adacore.com>
5162 Tom Tromey <tromey@adacore.com>
5163
5164 * gdb.ada/ptype_array/pck.adb: New file.
5165 * gdb.ada/ptype_array/pck.ads: New file.
5166 * gdb.ada/ptype_array/foo.adb: New file.
5167 * gdb.ada/ptype_array.exp: New file.
5168
d085f989
TT
51692019-03-14 Tom Tromey <tromey@adacore.com>
5170
5171 * gdb.base/style.exp: Add "set style sources" test.
5172
b4be1b06
SM
51732019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5174
5175 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5176 * mi-breakpoint-multiple-locations.exp: ... this.
5177 (make_breakpoints_pattern): New proc.
5178 (do_test): Add mi_version parameter, test -break-insert,
5179 -break-info and =breakpoint-created.
5180
7cde5fc2
AB
51812019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5182
5183 * config/default.exp: Remove 'load_lib gdb.exp'.
5184 * config/monitor.exp: Likewise.
5185 * config/sid.exp: Likewise.
5186 * config/sim.exp: Likewise.
5187 * config/slite.exp: Likewise.
5188 * config/unix.exp: Likewise.
5189 * gdb.base/default.exp: Remove unhelpful comment.
5190
efbecbc1
AB
51912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5192
5193 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5194
0841c79a
AB
51952019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5196
5197 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5198
4a270568
AB
51992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5200
5201 * gdb.fortran/type-kinds.exp: Update expected results.
5202
067630bd
AB
52032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5204
5205 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5206
3be47f7a
AB
52072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5208
5209 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5210 function.
5211 (test_basic_parsing_of_type_kinds): Expand types tested.
5212 (test_parsing_invalid_type_kinds): New function.
5213
4d00f5d8
AB
52142019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5215
5216 * gdb.fortran/intrinsics.exp: New file.
5217 * gdb.fortran/intrinsics.f90: New file.
5218 * gdb.fortran/type-kinds.exp: New file.
5219
c8f91604
AB
52202019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5221
5222 * gdb.fortran/dot-ops.exp: New file.
5223
dd9f2c76
AB
52242019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5225
5226 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5227 Check upper and lower case logical literals.
5228
84ec9724
AB
52292019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5230
5231 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5232 Remove duplicate tests.
5233
c3734e09
AH
52342019-03-06 Alan Hayward <alan.hayward@arm.com>
5235
5236 * lib/gdb.exp (builtin_cd): rename of cd.
5237 (cd): Override builtin.
5238
aa3cfbda
RB
52392019-03-06 Richard Bunt <richard.bunt@arm.com>
5240
5241 * gdb.fortran/function-calls.exp: New file.
5242 * gdb.fortran/function-calls.f90: New test.
5243
7b63ad86
RB
52442019-03-04 Richard Bunt <richard.bunt@arm.com>
5245
5246 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5247 on user program standard output.
5248 * gdb.fortran/short-circuit-argument-list.f90: Record function
5249 calls.
5250
01abb042
AH
52512019-02-28 Alan Hayward <alan.hayward@arm.com>
5252
c3734e09
AH
5253 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5254 failure.
01abb042 5255
92137da0
RO
52562019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5257
5258 PR gdb/8527
5259 * gdb.base/interrupt-daemon-attach.c,
5260 gdb.base/interrupt-daemon-attach.exp: New test.
5261
5862844d
PA
52622019-02-27 Pedro Alves <palves@redhat.com>
5263
5264 * gdb.base/page.exp: Add tests for "set width/height -1".
5265
8ed25214
PA
52662019-02-27 Pedro Alves <palves@redhat.com>
5267
5268 * gdb.base/page.exp: Add tests for "set/show width/height" with
5269 "infinite" values.
5270
6c28e44a
TT
52712019-02-27 Tom Tromey <tromey@adacore.com>
5272
5273 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5274 2.4.
5275 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5276 workaround.
5277
bf9a735e
AB
52782019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5279
5280 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5281 tests for structs with static members.
5282
8791793c
TT
52832019-02-26 Tom Tromey <tromey@adacore.com>
5284
5285 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5286 ValueError, not TypeError.
5287
bc2a507e
KB
52882019-02-26 Kevin Buettner <kevinb@redhat.com>
5289
5290 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5291 call from main program.
5292
e0e7d3bd
JB
52932019-02-23 Joel Brobecker <brobecker@adacore.com>
5294
5295 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5296 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5297 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5298 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5299 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5300
9600246d
KS
53012019-02-22 Keith Seitz <keiths@redhat.com>
5302
5303 PR symtab/23853
5304 * gdb.base/symlink-sourcefile.c: New file.
5305 * gdb.base/symlink-sourcefile.exp: New file.
5306
0c95f9ed
TT
53072019-02-20 Tom Tromey <tom@tromey.com>
5308
5309 * gdb.base/info_qt.exp: Update.
5310
6caa91b6
SM
53112019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5312
5313 * gdb.base/source.exp: Move "error in sourced script" code to
5314 the end.
5315 * gdb.base/source-error.gdb: Move contents to
5316 source-error-1.gdb. Add new code to source source-error-1.gdb.
5317 * gdb.base/source-error-1.gdb: New file, from previous
5318 source-error.gdb.
5319
6506371f
TT
53202019-02-17 Tom Tromey <tom@tromey.com>
5321
5322 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5323 for macro styling.
5324 * gdb.base/style.c (SOME_MACRO): New macro.
5325
a0087920
TT
53262019-02-17 Tom Tromey <tom@tromey.com>
5327
5328 * gdb.base/style.exp: Add line-wrapping tests.
5329 * gdb.base/page.exp: Add test for quitting during pagination.
5330
a2cd4f14
JB
53312019-02-17 Joel Brobecker <brobecker@adacore.com>
5332
5333 * gdb.ada/big_packed_array: New testcase.
5334 * gdb.ada/homonym.exp: Fix incorrect expected output for
5335 "break <homonym__get_value>" test.
5336
9d70ffbc
WP
53372019-02-13 Weimin Pan <weimin.pan@oracle.com>
5338
5339 PR breakpoints/21870
5340 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5341 and prepare_for_testing. Add comment.
5342 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5343 redundant cleanup call. Clean up comment.
5344
01c7ae81
WP
53452019-02-12 Weimin Pan <weimin.pan@oracle.com>
5346
5347 PR breakpoints/21870
5348 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5349 * gdb.arch/aarch64-dbreg-contents.c: New file.
5350
aff29d1c
JB
53512019-02-10 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.ada/mi_ref_changeable: New testcase.
5354
df0da8a2
AH
53552019-02-07 Alan Hayward <alan.hayward@arm.com>
5356
5357 * gdb.base/attach.exp: Add double attach test.
5358
bd447abb
SM
53592019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5360
5361 * lib/gdb.exp (default_gdb_start): Don't match pagination
5362 prompt.
5363 (gdb_init): Set stty_init.
5364
1dbc40b9
TT
53652019-01-27 Tom Tromey <tom@tromey.com>
5366
5367 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5368 skip_python_tests.
5369
353229bf
AH
53702019-01-24 Alan Hayward <alan.hayward@arm.com>
5371
5372 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5373 New structure.
5374 (struct struct_static_02_02): Likewise.
5375 (struct struct_static_02_03): Likewise.
5376 (struct struct_static_02_04): Likewise.
5377 (struct struct_static_04_01): Likewise.
5378 (struct struct_static_04_02): Likewise.
5379 (struct struct_static_04_03): Likewise.
5380 (struct struct_static_04_04): Likewise.
5381 (struct struct_static_06_01): Likewise.
5382 (struct struct_static_06_02): Likewise.
5383 (struct struct_static_06_03): Likewise.
5384 (struct struct_static_06_04): Likewise.
5385 (cmp_struct_static_02_01): Likewise.
5386 (cmp_struct_static_02_02): Likewise.
5387 (cmp_struct_static_02_03): Likewise.
5388 (cmp_struct_static_02_04): Likewise.
5389 (cmp_struct_static_04_01): Likewise.
5390 (cmp_struct_static_04_02): Likewise.
5391 (cmp_struct_static_04_03): Likewise.
5392 (cmp_struct_static_04_04): Likewise.
5393 (cmp_struct_static_06_01): Likewise.
5394 (cmp_struct_static_06_02): Likewise.
5395 (cmp_struct_static_06_03): Likewise.
5396 (cmp_struct_static_06_04): Likewise.
5397 (call_all): Test new structs.
5398 * gdb.base/infcall-nested-structs.exp: Likewise.
5399
73021deb
AH
54002019-01-21 Alan Hayward <alan.hayward@arm.com>
5401 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5402
fc65c7db
AH
54032019-01-21 Alan Hayward <alan.hayward@arm.com>
5404 * gdb.base/stack-protector.c: New test.
5405 * gdb.base/stack-protector.exp: New file.
5406 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5407 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5408 option.
5409 (gdb_compile): Remove stack protector for GCC and prevent
5410 recursion.
5411
c24bdb02
KS
54122019-01-16 Keith Seitz <keiths@redhat.com>
5413
5414 PR gdb/23773
5415 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5416
6f072a10
PFC
54172019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5418
5419 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5420 aliases.
5421 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5422 tests.
5423 * gdb.arch/powerpc-vector-regs.c: New file.
5424 * gdb.arch/powerpc-vector-regs.exp: New file.
5425
a7b8d682
PFC
54262019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5427
5428 * gdb.arch/altivec-regs.exp: Fix the list passed to
5429 gdb_expect_list when testing "info vector".
5430
6eb6fb67
AB
54312019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5432
5433 * gdb.base/style.exp: Don't include path in testname.
5434
b56f80d8
KS
54352019-01-10 Keith Seitz <keiths@redhat.com>
5436
5437 PR gdb/23712
5438 PR symtab/23010
5439 * gdb.dwarf2/multidictionary.exp: New file.
5440
041be526
SM
54412019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5442
5443 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5444 (test_gnuv3_style_demangling): ... this.
5445 (test_lucid_style_demangling): Remove.
5446 (test_arm_style_demangling): Remove.
5447 (test_hp_style_demangling): Remove.
5448 (do_tests): Remove calls to the above.
5449
d820d0c3
AB
54502019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5451
5452 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5453 case.
5454
f097f5ad
TT
54552019-01-06 Tom Tromey <tom@tromey.com>
5456
5457 PR gdb/28155:
5458 * gdb.dwarf2/typedef-void-finish.exp: New file.
5459
2cd8cc0b
TT
54602018-12-28 Tom Tromey <tom@tromey.com>
5461 Simon Marchi <simark@simark.ca>
5462
5463 * gdb.base/jit-exec.exp: New file.
5464 * gdb.base/jit-exec.c: New file.
5465 * gdb.base/jit-execd.c: New file.
5466
35fb8261
TT
54672018-12-28 Tom Tromey <tom@tromey.com>
5468
5469 * gdb.base/style.exp: Update test to check for address styling.
5470
47fd17cd
TT
54712018-12-28 Tom Tromey <tom@tromey.com>
5472
5473 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5474 message.
5475
d47032b7
TT
54762018-12-28 Tom Tromey <tom@tromey.com>
5477
5478 * gdb.base/style.exp: Add test for version number styling.
5479
af79b68d
TT
54802018-12-28 Tom Tromey <tom@tromey.com>
5481
5482 * gdb.base/style.exp: Add test for print_address_symbolic.
5483
0bb296cb
TT
54842018-12-28 Tom Tromey <tom@tromey.com>
5485
5486 * gdb.base/style.exp: Add test for breakpoint setting.
5487
80ae2043
TT
54882018-12-28 Tom Tromey <tom@tromey.com>
5489
5490 * gdb.base/style.exp: Add test for variable names.
5491
cbe56571
TT
54922018-12-28 Tom Tromey <tom@tromey.com>
5493
5494 * gdb.base/style.exp: New file.
5495 * gdb.base/style.c: New file.
5496
9162a27c
TT
54972018-12-28 Tom Tromey <tom@tromey.com>
5498
5499 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5500 "dumb".
5501 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5502 the TERM environment variable.
5503
bc543c90
TT
55042018-12-27 Tom Tromey <tom@tromey.com>
5505
5506 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5507 pagination test.
5508
6f0ffe50
AB
55092018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5510
5511 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5512 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5513
b5a1e557
PW
55142018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5515
5516 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5517 Filename a.adb changed to bp_fun_addr.adb.
5518 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5519
6e8b1ab2
JV
55202018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5521
5522 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5523 non-PIE executables.
5524 * README: Mention the gdb,nopie_flag board setting.
5525 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5526 non-PIE executable.
5527 * gdb.arch/amd64-entry-value.exp: Likewise.
5528 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5529 * gdb.arch/i386-float.exp: Likewise.
5530 * gdb.arch/i386-signal.exp: Likewise.
5531 * gdb.mi/mi-reg-undefined.exp: Likewise.
5532
d00a27c5
PM
55332018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5534
5535 PR gdb/23974
5536 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5537
161d081c
PW
55382018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5539
5540 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5541 Update order of results accordingly.
5542
b001de23
AB
55432018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * gdb.base/annota1.exp: Update a test regexp.
5546
99e1a184
AB
55472018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5548
5549 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5550
7a81c1e2
PW
55512018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5552
5553 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5554 (reuse_time): Initialize to REUSE_TIME_CAP.
5555 (check_rc): New function.
5556 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5557 Check pthread_create rc.
5558 (spawner_thread_func): Check pthread_create and pthread_join rc.
5559
73e8dc90
PA
55602018-12-08 Pedro Alves <palves@redhat.com>
5561
5562 * gdb.base/list.exp (test_forward_search): Rename to ...
5563 (test_forward_reverse_search): ... this. Also test reverse-search
5564 and the forward-search alias.
5565
13f2ed32
AB
55662018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5567
5568 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5569 local timeout variable before return, and remove all local timeout
5570 variable entirely.
5571 (gdb_load): Likewise.
5572
64d27cfc
TV
55732018-12-01 Tom de Vries <tdevries@suse.de>
5574
5575 * gdb.base/gdb-caching-proc.exp: New file.
5576
f63c03b4
SDJ
55772018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5578
5579 * Makefile.in (TIMESTAMP): New variable.
5580 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5581 command.
5582 (check-single-racy): Likewise.
5583 (check/%.exp): Likewise.
5584 (check-racy/%.exp): Likewise.
5585 (workers/%.worker): Likewise.
5586 (build-perf): Likewise.
5587 (check-perf): Likewise.
5588 * README: Describe new "TS" and "TS_FORMAT" variables.
5589 * print-ts.py: New file.
5590
1c97054b
BF
55912018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5592
5593 PR python/23714
5594 * gdb.python/python.exp: Test command repetition after
5595 gdb.execute.
5596
1871a62d
AB
55972018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5598
5599 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5600 is correctly aligned.
5601
fb5e1ed9
PW
56022018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5603
5604 * gdb.ada/info_auto_lang.exp: New testcase.
5605 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5606 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5607 * gdb.ada/info_auto_lang/some_c.c: New file.
5608
43d397ca
PW
56092018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5610
5611 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5612 FUNC_lang language syntax.
5613
beddd671
PW
56142018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5615
5616 * gdb.base/info_minsym.c: New file.
5617 * gdb.base/info_minsym.exp: New file.
5618
73fc52c4
TT
56192018-11-19 Tom Tromey <tom@tromey.com>
5620
5621 PR rust/23625:
5622 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5623 * gdb.rust/expr.exp: Update expected output. Change one test.
5624
994b876a
TT
56252018-11-19 Tom Tromey <tom@tromey.com>
5626
5627 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5628
6769f276
PA
56292018-11-19 Pedro Alves <palves@redhat.com>
5630
5631 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5632 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5633 see the expected warning.
5634
38a72da0
AH
56352018-11-16 Alan Hayward <alan.hayward@arm.com>
5636
5637 PR gdb/22736:
5638 * gdb.cp/infcall-nodebug-lib.c: New test.
5639 * gdb.cp/infcall-nodebug-main.c: New test.
5640 * gdb.cp/infcall-nodebug.exp: New file.
5641
53a89d6e
SM
56422018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5643
5644 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5645 completer tests.
5646
9325300d
TV
56472018-11-09 Tom de Vries <tdevries@suse.de>
5648
5649 * gdb.base/msym-lang.c: New test.
5650 * gdb.base/msym-lang.exp: New file.
5651 * gdb.base/msym-lang-main.c: New test.
5652
20f0d60d
TT
56532018-11-08 Tom Tromey <tom@tromey.com>
5654
5655 PR gdb/23555:
5656 PR gdb/23838:
5657 * gdb.base/warning.exp: New file.
5658
b5420128
JB
56592018-11-08 Jan Beulich <jbeulich@suse.com>
5660
5661 * testsuite/gdb.arch/i386-avx512.c,
5662 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5663
cd115d61
AB
56642018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5665
5666 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5667 point hardware.
5668
35ee2dc2
AB
56692018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5670
5671 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5672 * gdb.dwarf2/missing-type-name.exp: New file.
5673
31aceee8
TV
56742018-11-06 Tom de Vries <tdevries@suse.de>
5675
5676 * gdb.base/many-headers.c: New test.
5677 * gdb.base/many-headers.exp: New file.
5678
109be305
JW
56792018-11-06 Jim Wilson <jimw@sifive.com>
5680
5681 * gdb.base/code_elim.exp: For riscv, set additional_flags
5682 to include -msmall-data-limit=0.
5683
e2b7af72
JB
56842018-11-01 Joel Brobecker <brobecker@adacore.com>
5685
5686 * gdb.ada/watch_minus_l: New testcase.
5687
cdcda965
SM
56882018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5689
5690 * gdb.arch/aix-sighandle.c: New file.
5691 * gdb.arch/aix-sighandle.exp: New file.
5692
92dcebf3
AB
56932018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5694
5695 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5696 registers being unions.
5697
68b9ac18
TV
56982018-10-31 Tom de Vries <tdevries@suse.de>
5699
5700 * lib/valgrind.exp: New file.
5701 (vgdb_start, vgdb_stop): New procs, factored out of ...
5702 * gdb.base/valgrind-bt.exp: ... here, ...
5703 * gdb.base/valgrind-disp-step.exp: ... here and ...
5704 * gdb.base/valgrind-infcall.exp: ... here.
5705
1443936e
TV
57062018-10-31 Tom de Vries <tdevries@suse.de>
5707
5708 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5709
eb77c9df
AB
57102018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5711
5712 * gdb.dwarf2/void-type.c: New file.
5713 * gdb.dwarf2/void-type.exp: New file.
5714
82b5e646
PW
57152018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5716
5717 * gdb.base/info_qt.c: New file.
5718 * gdb.base/info_qt.exp: New file.
5719
8d619c01
EBM
57202018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5721
5722 * gdb.arch/powerpc-htm-regs.c: New file.
5723 * gdb.arch/powerpc-htm-regs.exp: New file.
5724
f2cf6173
EBM
57252018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5726
5727 * gdb.arch/powerpc-tar.c: New file.
5728 * gdb.arch/powerpc-tar.exp: New file.
5729
7ca18ed6
EBM
57302018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5731
5732 * gdb.arch/powerpc-ppr-dscr.c: New file.
5733 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5734
bfcc0eba
TV
57352018-10-25 Tom de Vries <tdevries@suse.de>
5736
5737 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5738
fe1a5cad
TV
57392018-10-24 Tom de Vries <tdevries@suse.de>
5740
5741 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5742 longer exists error.
5743
a76dc3b7
TV
57442018-10-24 Tom de Vries <tdevries@suse.de>
5745
5746 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5747
4df46df7
TV
57482018-10-24 Tom de Vries <tdevries@suse.de>
5749
5750 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5751 --db-attach in valgrind.
5752
0dbfcfff
AB
57532018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5754
5755 * gdb.arch/riscv-reg-aliases.c: New file.
5756 * gdb.arch/riscv-reg-aliases.exp: New file.
5757
b04480b1
AH
57582018-10-19 Alan Hayward <alan.hayward@arm.com>
5759
5760 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5761
2c6ac8d7
AH
57622018-10-19 Alan Hayward <alan.hayward@arm.com>
5763
5764 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5765
2bc69f25
AH
57662018-10-19 Alan Hayward <alan.hayward@arm.com>
5767
5768 * gdb.cp/ovldbreak.exp: Fix regexps.
5769
1f1ae3a3
AH
57702018-10-19 Alan Hayward <alan.hayward@arm.com>
5771
5772 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5773
94c18618
SDJ
57742018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5775
5776 PR cli/23785
5777 * gdb.base/restore.exp: New test to check if "restore" with an
5778 invalid file doesn't segfault.
5779
812cd6eb
TV
57802018-10-18 Tom de Vries <tdevries@suse.de>
5781
5782 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5783 * gdb.ada/excep_handle.exp: Same.
5784 * gdb.ada/mi_string_access.exp: Same.
5785 * gdb.ada/mi_var_union.exp: Same.
5786 * gdb.arch/arc-analyze-prologue.exp: Same.
5787 * gdb.arch/arc-decode-insn.exp: Same.
5788 * gdb.base/readnever.exp: Same.
5789 * gdb.fortran/printing-types.exp: Same.
5790 * gdb.guile/scm-lazy-string.exp: Same.
5791
c4b90788
TV
57922018-10-16 Tom de Vries <tdevries@suse.de>
5793
5794 PR gdb/23730
5795 * gdb.base/catch-follow-exec.c: Add copyright notice.
5796 * gdb.base/catch-follow-exec.exp: Rewrite to use
5797 gdb_spawn_with_cmdline_opts. Require gdb-native.
5798
8bca2978
SL
57992018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5800
5801 * gdb.trace/actions-changed.exp: Check for arch support.
5802 * gdb.trace/actions.exp: Likewise.
5803 * gdb.trace/ax.exp: Likewise.
5804 * gdb.trace/backtrace.exp: Likewise.
5805 * gdb.trace/change-loc.exp: Likewise.
5806 * gdb.trace/deltrace.exp: Likewise.
5807 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5808 * gdb.trace/ftrace.exp: Likewise.
5809 * gdb.trace/infotrace.exp: Check for arch support.
5810 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5811 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5812 * gdb.trace/mi-tsv-changed.exp: Likewise.
5813 * gdb.trace/packetlen.exp: Likewise.
5814 * gdb.trace/passc-dyn.exp: Likewise.
5815 * gdb.trace/passcount.exp: Likewise.
5816 * gdb.trace/pending.exp: Likewise.
5817 * gdb.trace/range-stepping.exp: Check for shlib support.
5818 * gdb.trace/report.exp: Check for arch support.
5819 * gdb.trace/save-trace.exp: Likewise.
5820 * gdb.trace/signal.exp: Check for signal support.
5821 * gdb.trace/tfind.exp: Check for arch support.
5822 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5823 * gdb.trace/trace-common.h: Add comment.
5824 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5825 * gdb.trace/trace-enable-disable.exp: Likewise.
5826 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5827 * gdb.trace/tracecmd.exp: Check for arch support.
5828 * gdb.trace/tspeed.exp: Check for shlib and target support.
5829 * gdb.trace/tstatus.exp: Check for arch support.
5830 * gdb.trace/tsv.exp: Likewise.
5831 * gdb.trace/while-dyn.exp: Likewise.
5832 * gdb.trace/while-stepping.exp: Likewise.
5833 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5834
f9c49bff
SM
58352018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5836
5837 * gdb.trace/tspeed.exp: Remove nowarnings.
5838 (prepare_for_trace_test): Declare "global ipalib".
5839 * gdb.trace/tspeed.c: Include unistd.h.
5840 (main): Remove superfluous printf argument.
5841
d4330bde
SL
58422018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5843
5844 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5845 directory prefix on the filename.
5846
8ecfd7bd
SDJ
58472018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5848
5849 * gdb.gdb/unittest.exp: Update expected message informing that
5850 selftests have been disabled.
5851 * gdb.server/unittest.exp: Likewise.
5852
58bbcd02
TV
58532018-10-09 Tom de Vries <tdevries@suse.de>
5854
5855 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5856 with runto_main.
5857
9f6b697b
WP
58582018-10-08 Weimin Pan <weimin.pan@oracle.com>
5859
5860 PR c++/16841
5861 * gdb.cp/virtbase2.cc: New file.
5862 * gdb.cp/virtbase2.exp: New file.
5863
add5ded5
TT
58642018-10-06 Tom Tromey <tom@tromey.com>
5865
5866 PR python/19399:
5867 * gdb.python/py-inferior.exp: Add architecture test.
5868
f9e48344
TT
58692018-10-06 Tom Tromey <tom@tromey.com>
5870
5871 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5872 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5873
2a8be203
TT
58742018-10-06 Tom Tromey <tom@tromey.com>
5875
5876 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5877 of a "throw" catchpoint.
5878
e04caa70
SDJ
58792018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5880
5881 * gdb.base/info-proc.exp: Update string expected from "help info
5882 proc".
5883
5ca8c39f
TT
58842018-10-04 Tom Tromey <tom@tromey.com>
5885
5886 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5887 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
5888 (test_initial_complaints, test_empty_complaints): Update.
5889 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5890
3453e7e4
TT
58912018-10-04 Tom Tromey <tom@tromey.com>
5892
5893 PR cli/19551:
5894 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
5895 * lib/gdb.exp (gdb_file_cmd): Update.
5896 * gdb.stabs/weird.exp (print_weird_var): Update.
5897 * gdb.server/solib-list.exp: Update.
5898 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
5899 * gdb.mi/mi-cli.exp: Update.
5900 * gdb.linespec/linespec.exp: Update.
5901 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
5902 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
5903 * gdb.cp/cp-relocate.exp: Update.
5904 * gdb.base/sym-file.exp: Update.
5905 * gdb.base/relocate.exp: Update.
5906 * gdb.base/readnever.exp: Update.
5907 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
5908 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
5909 * gdb.base/dbx.exp (gdb_file_cmd): Update.
5910 * gdb.base/code_elim.exp: Update.
5911 * gdb.base/break-unload-file.exp (test_break): Update.
5912 * gdb.base/break-interp.exp (test_attach_gdb): Update.
5913 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
5914 Update.
5915 * gdb.base/attach.exp (do_attach_tests): Update.
5916 * gdb.base/sepdebug.exp: Update.
5917 * gdb.python/py-section-script.exp: Update.
5918
6afcf761
TT
59192018-10-04 Tom Tromey <tom@tromey.com>
5920
5921 PR cli/22234:
5922 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
5923 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
5924 output.
5925
fef1b293
TT
59262018-10-04 Tom Tromey <tom@tromey.com>
5927
5928 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
5929 set width and height to 0.
5930 (test_command_line_attach_run): Use -quiet.
5931
ca98345e
SL
59322018-10-03 Sandra Loosemore <sandra@codesourcery.com>
5933
5934 * lib/gdb.exp (skip_ifunc_tests): New.
5935 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
5936 other compile failures.
5937 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
5938
ff34e6ae
SM
59392018-10-01 Simon Marchi <simon.marchi@ericsson.com>
5940
5941 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
5942 is_amd64_regs_target.
5943
6bb8890e
AH
59442018-10-01 Alan Hayward <alan.hayward@arm.com>
5945
5946 * gdb.arch/aarch64-sighandler-regs.c: New test.
5947 * gdb.arch/aarch64-sighandler-regs.exp: New file.
5948 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
5949
224d30d3
MM
59502018-10-01 Markus Metzger <markus.t.metzger@intel.com>
5951
5952 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
5953 assembly.
5954
f67ffa6a
AB
59552018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
5956
5957 * gdb.base/frame-selection.exp: New file.
5958 * gdb.base/frame-selection.c: New file.
5959
9fc3183f
AH
59602018-09-27 Alan Hayward <alan.hayward@arm.com>
5961
5962 * gdb.threads/check-libthread-db.c (thread_routine): Use a
5963 pthread barrier.
5964 (main): Likewise.
5965
d354055e
AB
59662018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
5967
5968 * gdb.base/large-frame-1.c: New file.
5969 * gdb.base/large-frame-2.c: New file.
5970 * gdb.base/large-frame.exp: New file.
5971 * gdb.base/large-frame.h: New file.
5972
db727370
JL
59732018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
5974
5975 PR gdb/20948
5976 * gdb.base/write_mem.exp: New test.
5977 * gdb.base/write_mem.c: Likewise.
5978
ae778caf
TT
59792018-09-23 Tom Tromey <tom@tromey.com>
5980
5981 PR python/18852:
5982 * gdb.python/py-parameter.exp: Add test for parameter that throws
5983 on "set".
5984
fd3ba736
TT
59852018-09-23 Tom Tromey <tom@tromey.com>
5986
5987 PR python/17284:
5988 * gdb.python/py-template.exp (test_template_arg): Add test for
5989 negative template argument number.
5990
39a24317
TT
59912018-09-23 Tom Tromey <tom@tromey.com>
5992
5993 PR python/14062:
5994 * gdb.python/python.exp: Add test for post_event error.
5995
f5769a2c
TT
59962018-09-23 Tom Tromey <tom@tromey.com>
5997
5998 PR python/18170:
5999 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6000 convert pointers to int and long.
6001
1c1e54f6
TT
60022018-09-23 Tom Tromey <tom@tromey.com>
6003
6004 PR python/20126:
6005 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6006 signed-ness conversion tests.
6007
fb4fa946
TT
60082018-09-23 Tom Tromey <tom@tromey.com>
6009
6010 PR python/18352;
6011 * gdb.python/py-value.exp (test_float_conversion): New proc.
6012 Use it.
6013
a466edac
HAQ
60142018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6015
6016 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6017
4ee9b0c5
SL
60182018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6019
6020 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6021 no readline.
6022 * gdb.base/utf8-identifiers.exp: Likewise.
6023 * gdb.cp/cpcompletion.exp: Likewise.
6024 * gdb.linespec/cpcompletion.exp: Likewise.
6025 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6026 * gdb.linespec/cpls-ops.exp: Likewise.
6027
23be8da7
RB
60282018-09-19 Richard Bunt <richard.bunt@arm.com>
6029 Chris January <chris.january@arm.com>
6030
6031 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6032 * gdb.fortran/short-circuit-argument-list.exp: New file.
6033 * gdb.fortran/short-circuit-argument-list.f90: New test.
6034
5031d0ae
SDJ
60352018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6036
6037 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6038 "arch=" keyword when executing "-stack-list-frames".
6039
b4c0d1a4
SDJ
60402018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6041
6042 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6043 "arch=" keyword when executing "-stack-list-frames".
6044
7a6d2b45
SDJ
60452018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6046
6047 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6048 break ada".
6049
8588b356
SM
60502018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6051
6052 PR python/23669
6053 * gdb.python/python.exp: Test gdb.execute("show commands").
6054
65e65158
TT
60552018-09-16 Tom Tromey <tom@tromey.com>
6056
6057 * gdb.base/new-ui.exp (do_execution_tests): Update.
6058 * gdb.base/dbx.exp (test_breakpoints): Update.
6059
bf326452
AH
60602018-09-14 Alan Hayward <alan.hayward@arm.com>
6061
6062 * lib/gdb.exp (gdb_simple_compile): Add proc.
6063 (is_elf_target): Use gdb_simple_compile.
6064 (skip_altivec_tests): Likewise.
6065 (skip_vsx_tests): Likewise.
6066 (skip_tsx_tests): Likewise.
6067 (skip_btrace_tests): Likewise.
6068 (skip_btrace_pt_tests): Likewise.
6069 (gdb_can_simple_compile): Likewise.
6070 (gdb_has_argv0): Likewise.
6071 (gdb_target_symbol_prefix): Likewise.
6072 (target_supports_scheduler_locking): Likewise.
6073
2361b0fb
TT
60742018-09-13 Tom Tromey <tom@tromey.com>
6075
6076 * Makefile.in (TAGS): Recognize proc_with_prefix and
6077 gdb_caching_proc.
6078
0ae1a321
SM
60792018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6080
6081 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6082 method.
6083
a40bf0c2
SM
60842018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6085
6086 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6087 and a few other Inferior properties when the Inferior is no
6088 longer valid.
6089
4a3fe98f
TT
60902018-09-13 Tom Tromey <tom@tromey.com>
6091
6092 PR rust/23650:
6093 * gdb.rust/simple.exp: Add test for enum field access error.
6094
098b2108
TT
60952018-09-13 Tom Tromey <tom@tromey.com>
6096
6097 PR rust/23626:
6098 * gdb.rust/simple.rs (EmptyEnum): New type.
6099 (main): Use it.
6100 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6101
1256af7d
SM
61022018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6103
6104 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6105 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6106 * gdb.python/py-symtab.exp: Update test printing an objfile.
6107
4aa8e6c2
SM
61082018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6109
6110 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6111 object.
6112
c221b2f7
AH
61132018-09-12 Alan Hayward <alan.hayward@arm.com>
6114
6115 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6116 (support_complex_tests): Use gdb_can_simple_compile.
6117 (is_ilp32_target): Likewise.
6118 (is_lp64_target): Likewise.
6119 (is_64_target): Likewise.
6120 (is_amd64_regs_target): Likewise.
6121 (is_aarch32_target): Likewise.
6122 (gdb_int128_helper): Likewise.
6123
6f1107b5
JK
61242018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6125
6126 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6127
1f5d1570
JG
61282018-09-10 Jerome Guitton <guitton@adacore.com>
6129
6130 * gdb.ada/same_component_name: Add test for case of tagged record
6131 with variable-length fields.
6132
cc330e39
XR
61332018-09-10 Xavier Roirand <roirand@adacore.com>
6134
6135 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6136 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6137 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6138 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6139
b9c50e9a
XR
61402018-09-10 Xavier Roirand <roirand@adacore.com>
6141
6142 * gdb.ada/mi_string_access.exp: New testcase.
6143 * gdb.ada/mi_string_access/bar.adb: New file.
6144 * gdb.ada/mi_string_access/pck.adb: New file.
6145 * gdb.ada/mi_string_access/pck.asd: New file.
6146
2963898f
XR
61472018-09-10 Xavier Roirand <roirand@adacore.com>
6148
6149 * gdb.ada/mi_var_union.exp: New testcase.
6150 * gdb.ada/mi_var_union/bar.adb: New file.
6151 * gdb.ada/mi_var_union/pck.adb: New file.
6152 * gdb.ada/mi_var_union/pck.asd: New file.
6153
1aac008f
TT
61542018-09-08 Tom Tromey <tom@tromey.com>
6155
6156 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6157
332cf4c9
TT
61582018-09-08 Tom Tromey <tom@tromey.com>
6159
6160 PR python/16047:
6161 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6162 (register_pretty_printers): Register new printer.
6163 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6164 test.
6165 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6166 (an_int_type3): New global.
6167
424da6cf
JB
61682018-09-08 Joel Brobecker <brobecker@adacore.com>
6169
6170 * gdb.ada/expr_with_funcall: New testcase.
6171
2a62dfa9
JB
61722018-09-08 Joel Brobecker <brobecker@adacore.com>
6173
6174 * gdb.ada/packed_array_assign: New testcase.
6175
96b6697f
AB
61762018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6177
6178 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6179 names, and add test prefixes to make test names unique.
6180
e4a62c65
TV
61812018-09-05 Tom de Vries <tdevries@suse.de>
6182
6183 * gdb.dwarf2/varval.exp: Add test.
6184
dd083ee2
GB
61852018-09-04 Gary Benson <gbenson@redhat.com>
6186
6187 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6188 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6189
aef9346c
TT
61902018-08-31 Tom Tromey <tom@tromey.com>
6191
6192 * gdb.rust/simple.rs: Rename second variable "v".
6193
c67f2e15
AB
61942018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6195
6196 * gdb.base/funcargs.c (use_a): New function.
6197 (recurse): Call use_a.
6198
078a0207
KS
61992018-08-29 Keith Seitz <keiths@redhat.com>
6200
6201 * gdb.compile/compile-cplus-anonymous.cc: New file.
6202 * gdb.compile/compile-cplus-anonymous.exp: New file.
6203 * gdb.compile/compile-cplus-array-decay.cc: New file.
6204 * gdb.compile/compile-cplus-array-decay.exp: New file.
6205 * gdb.compile/compile-cplus-inherit.cc: New file.
6206 * gdb.compile/compile-cplus-inherit.exp: New file.
6207 * gdb.compile/compile-cplus-member.cc: New file.
6208 * gdb.compile/compile-cplus-member.exp: New file.
6209 * gdb.compile/compile-cplus-method.cc: New file.
6210 * gdb.compile/compile-cplus-method.exp: New file.
6211 * gdb.compile/compile-cplus-mod.c: "New" file.
6212 * gdb.compile/compile-cplus-namespace.cc: New file.
6213 * gdb.compile/compile-cplus-namespace.exp: New file.
6214 * gdb.compile/compile-cplus-nested.cc: New file.
6215 * gdb.compile/compile-cplus-nested.exp: New file.
6216 * gdb.compile/compile-cplus-print.c: "New" file.
6217 * gdb.compile/compile-cplus-print.exp: "New" file.
6218 * gdb.compile/compile-cplus-virtual.cc: New file.
6219 * gdb.compile/compile-cplus-virtual.exp: New file.
6220 * gdb.compile/compile-cplus.c: "New" file.
6221 * gdb.compile/compile-cplus.exp: "New" file.
6222 * lib/compile-support.exp: New file.
6223
b0f492b9
GB
62242018-08-16 Gary Benson <gbenson@redhat.com>
6225
6226 PR gdb/13000:
6227 * gdb.base/batch-exit-status.exp: New file.
6228 * gdb.base/batch-exit-status.good-commands: Likewise.
6229 * gdb.base/batch-exit-status.bad-commands: Likewise.
6230
36eb4c5f
AH
62312018-08-29 Alan Hayward <alan.hayward@arm.com>
6232
6233 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6234 (struct struct02): Likewise.
6235 (struct struct03): Likewise.
6236 (struct struct04): Likewise.
6237 (struct struct_01_01): New struct.
6238 (struct struct_01_02): Likewise.
6239 (struct struct_01_03): Likewise.
6240 (struct struct_01_04): Likewise.
6241 (struct struct_02_01): Likewise.
6242 (struct struct_02_02): Likewise.
6243 (struct struct_02_03): Likewise.
6244 (struct struct_02_04): Likewise.
6245 (struct struct_04_01): Likewise.
6246 (struct struct_04_02): Likewise.
6247 (struct struct_04_03): Likewise.
6248 (struct struct_04_04): Likewise.
6249 (struct struct_05_01): Likewise.
6250 (struct struct_05_02): Likewise.
6251 (struct struct_05_03): Likewise.
6252 (struct struct_05_04): Likewise.
6253 (cmp_struct01): Remove function.
6254 (cmp_struct02): Likewise.
6255 (cmp_struct03): Likewise.
6256 (cmp_struct04): Likewise.
6257 (cmp_struct_01_01): Add Function.
6258 (cmp_struct_01_02): Likewise.
6259 (cmp_struct_01_03): Likewise.
6260 (cmp_struct_01_04): Likewise.
6261 (cmp_struct_02_01): Likewise.
6262 (cmp_struct_02_02): Likewise.
6263 (cmp_struct_02_03): Likewise.
6264 (cmp_struct_02_04): Likewise.
6265 (cmp_struct_04_01): Likewise.
6266 (cmp_struct_04_02): Likewise.
6267 (cmp_struct_04_03): Likewise.
6268 (cmp_struct_04_04): Likewise.
6269 (cmp_struct_05_01): Likewise.
6270 (cmp_struct_05_02): Likewise.
6271 (cmp_struct_05_03): Likewise.
6272 (cmp_struct_05_04): Likewise.
6273 (call_all): Add new structs.
6274 * gdb.base/infcall-nested-structs.exp: Likewise.
6275
3bf9c013
JV
62762018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6277
6278 * gdb.python/py-framefilter-mi.exp: Update regexp to
6279 check for "arch" field in frame output.
6280
450d1e88
KB
62812018-08-23 Kevin Buettner <kevinb@redhat.com>
6282
6283 * gdb.dwarf2/dw2-ranges-func.c: New file.
6284 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6285
ae739fe7
SM
62862018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6287
6288 * gdb.base/term.exp: Compare terminal settings with values from
6289 the inferior.
6290 * gdb.base/term.c: Get and set terminal settings.
6291
6d52907e
JV
62922018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6293
6294 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6295 accommodate new "arch" field in frame output.
6296 * gdb.mi/mi-return.exp: Likewise.
6297 * gdb.mi/mi-stack.exp: Likewise.
6298 * gdb.mi/mi-syn-frame.exp: Likewise.
6299 * gdb.mi/user-selected-context-sync.exp: Likewise.
6300
be2d111a
MS
63012018-08-19 Michael Spang <spang@google.com>
6302
6303 PR gdb/11786
6304 * gdb.base/gcore-tls-pie.c: New file.
6305 * gdb.base/gcore-tls-pie.exp: New file.
6306
ae3a7c47
KB
63072018-08-18 Kevin Buettner <kevinb@redhat.com>
6308
6309 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6310 * gdb.dwarf2/varval.c: New file.
6311 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6312
2ecae92e
AH
63132018-08-17 Alan Hayward <alan.hayward@arm.com>
6314
6315 PR gdb/18931
6316 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6317
c1854f1d
KS
63182018-08-16 Keith Seitz <keiths@redhat.com>
6319
6320 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6321 tests expected to pass.
6322
26fb3983
JV
63232018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6324
6325 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6326 -data-disassemble -a.
6327 (test_disassembly_bogus_args): Likewise.
6328
67943c00
AB
63292018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6332
5ff2bbae
AB
63332018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6334
6335 * gdb.base/vla-optimized-out.exp: Add new test.
6336
e5bbcd0f
AB
63372018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6338
6339 * gdb.base/vla-optimized-out-o3.exp: Delete.
6340 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6341 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6342 deleted tests.
6343
9d4a934c
AB
63442018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6345
6346 PR gdb/18050:
6347 * gdb.server/extended-remote-restart.c: New file.
6348 * gdb.server/extended-remote-restart.exp: New file.
6349
045cf012
SM
63502018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6351
6352 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6353 "set variable index = 42".
6354
87d6a7aa
SM
63552018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6356
6357 * boards/index-cache-gdb.exp: New file.
6358 * gdb.dwarf2/index-cache.exp: New file.
6359 * gdb.dwarf2/index-cache.c: New file.
6360 * gdb.base/maint.exp: Check if we are using the index cache.
6361
96d68bd4
RO
63622018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6363
6364 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6365 MAKEFLAGS.
6366
5a699617
RO
63672018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6368
6369 * dg-extract-results.sh: Move to toplevel contrib.
6370 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6371 * Makefile.in (check-parallel-racy): Likewise.
6372
5bd18990
AB
63732018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6374
6375 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6376 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6377 tests if the target supports scheduler locking.
6378
3fbbcf47
TV
63792018-08-04 Tom de Vries <tdevries@suse.de>
6380
6381 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6382
3e1d3d8c
TT
63832018-08-02 Tom Tromey <tom@tromey.com>
6384
6385 PR symtab/16842.
6386 * gdb.cp/temargs.exp: Test "info address" of a template
6387 parameter.
6388
5abe0f0c
JV
63892018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6390
6391 * gdb.python/py-mi-var-info-path-expression.c: New file.
6392 * gdb.python/py-mi-var-info-path-expression.py: New file.
6393 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6394
fb66cde8
SDJ
63952018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6396
6397 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6398 error after "cannot resolve name" string.
6399
c708f4d2
AB
64002018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6401
6402 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6403 started.
6404 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6405
37cc0cae
TV
64062018-07-28 Tom de Vries <tdevries@suse.de>
6407
6408 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6409
63b4ecf7
TV
64102018-07-26 Tom de Vries <tdevries@suse.de>
6411
6412 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6413
3c3bb058
AB
64142018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6415
6416 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6417 is visible.
6418
9e7f3bbb
TV
64192018-07-26 Tom de Vries <tdevries@suse.de>
6420
6421 PR breakpoints/23366
6422 * gdb.base/catch-follow-exec.c: New test.
6423 * gdb.base/catch-follow-exec.exp: New file.
6424
16f808ec
TV
64252018-07-25 Tom de Vries <tdevries@suse.de>
6426
6427 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6428 vla-optimized-out.c.
6429
d7154a8d
JV
64302018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6431
6432 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6433 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6434
232a0032
TV
64352018-07-20 Tom de Vries <tdevries@suse.de>
6436
6437 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6438 NOCLONE macro.
6439 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6440
fbb1d502
TV
64412018-07-19 Tom de Vries <tdevries@suse.de>
6442
6443 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6444 regular expression.
6445
42dc7699
TV
64462018-07-18 Tom de Vries <tdevries@suse.de>
6447
6448 * gdb.base/vla-optimized-out.c: New test.
6449 * gdb.base/vla-optimized-out.exp: New file.
6450
7f1f7e23
SDJ
64512018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6452
6453 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6454 message "No address associated with hostname" when gdbserver
6455 cannot resolve the hostname.
6456
5759ebb3
PW
64572018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6458
6459 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6460 Add some test prefixes to make tests unique.
6461
3606ccab
PW
64622018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6463
6464 * gdb.base/frameapply.c: New file.
6465 * gdb.base/frameapply.exp: New file.
6466
529c08b2
PW
64672018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6468
6469 * gdb.base/skip.exp: Update expected error message.
6470
c7ab0aef
SDJ
64712018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6472 Jan Kratochvil <jan.kratochvil@redhat.com>
6473 Paul Fertser <fercerpav@gmail.com>
6474 Tsutomu Seki <sekiriki@gmail.com>
6475
6476 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6477 parameter.
6478 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6479 by default.
6480 * boards/native-gdbserver.exp: Likewise.
6481 * gdb.server/run-without-local-binary.exp: Improve regexp used
6482 for detecting when a remote debugging connection succeeds.
6483 * gdb.server/server-connect.exp: New file.
6484 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6485 Do not prefix the port number with ":".
6486 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6487 support for detecting and using it. Add '$debughost_gdbserver'
6488 to the list of arguments used to start gdbserver. Handle case
6489 when gdbserver cannot resolve a network name.
6490
16ff70dd
SDJ
64912018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6492
6493 PR c++/23373
6494 * gdb.base/ptype-offsets.cc (struct static_member): New
6495 struct.
6496 (main) <stmember>: New variable.
6497 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6498 with a static member in it.
6499
3541979f
AB
65002018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6501
6502 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6503 watchpoints enabled and disabled.
6504
c8ad9b9a
AB
65052018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6506
6507 * gdb.base/examine-backward.exp: Still run tests around address
6508 0x0, even if address 0x0 is not readable. Update the pattern for
6509 matching address 0x0 in expected output.
6510
e0e5e971
AB
65112018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6512
6513 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6514 malloc/free.
6515
1ea5da02
TV
65162018-07-04 Tom de Vries <tdevries@suse.de>
6517
6518 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6519
471b9d15
MR
65202018-07-02 Maciej W. Rozycki <macro@mips.com>
6521
6522 PR tdep/8282
6523 * gdb.arch/mips-disassembler-options.exp: New test.
6524 * gdb.arch/mips-disassembler-options.s: New test source.
6525
75acb486
PA
65262018-06-29 Pedro Alves <palves@redhat.com>
6527
6528 * gdb.threads/names.exp: Adjust expected "info threads" output.
6529
cd2bb709
PA
65302018-06-29 Pedro Alves <palves@redhat.com>
6531
6532 * gdb.opt/inline-break.exp (line number, address): Add "info
6533 break" tests.
6534
991ff292
PA
65352018-06-29 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6538 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6539 number and address and running to them.
6540
356819b6 65412018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6542
6543 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6544
2512d7ef
JK
65452018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6546
6547 * lib/compiler.c: Remove executable permission flag.
6548
be1b6474
RB
65492018-06-28 Richard Bunt <richard.bunt@arm.com>
6550
6551 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6552 code.
6553 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6554
291f9a96
PT
65552018-06-28 Petr Tesarik <ptesarik@suse.cz>
6556
6557 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6558
ed6dfe51
PT
65592018-06-28 Petr Tesarik <ptesarik@suse.cz>
6560
6561 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6562 address argument is omitted.
6563
d4d429d5
PT
65642018-06-28 Petr Tesarik <ptesarik@suse.cz>
6565
6566 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6567
7ab6656f
OJ
65682018-06-27 Omair Javaid <omair.javaid@linaro.org>
6569
6570 PR gdb/21695
6571 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6572 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6573
a33ccfc7
TT
65742018-06-26 Tom Tromey <tom@tromey.com>
6575
6576 PR rust/22574:
6577 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6578 * gdb.rust/simple.rs (struct SimpleLayout): New.
6579
6d72d289
SM
65802018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6583 "info registers" output.
6584
8363f9d5
RB
65852018-06-21 Richard Bunt <richard.bunt@arm.com>
6586
6587 * gdb.base/watchpoint-hw-attach.c: New test.
6588 * gdb.base/watchpoint-hw-attach.exp: New file.
6589
f00674fe
SM
65902018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6591
6592 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6593 through /bin/sh.
6594 * boards/dwarf4-gdb-index.exp: Likewise.
6595 * boards/fission-dwp.exp: Likewise.
6596
1d554008
UW
65972018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6598
6599 * gdb.base/float128.exp: Add comment and improved fail message
6600 to the failure case of "print large128" test.
6601
d0ac1c44
SM
66022018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6603
6604 * configure.ac: Remove AC_PREREQ.
6605 * configure: Re-generate.
6606
61b04dd0
PA
66072018-06-19 Pedro Alves <palves@redhat.com>
6608
6609 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6610 (func_extern_caller): New.
6611 (main): Call func_extern_caller.
6612 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6613 logic change.
6614
f63b508a
SM
66152018-06-18 Weimin Pan <weimin.pan@oracle.com>
6616
6617 PR gdb/16841
6618 * gdb.cp/typedef-base.cc: New file.
6619 * gdb.cp/typedef-base.exp: New file.
6620
0fe3a558
TV
66212018-06-18 Tom de Vries <tdevries@suse.de>
6622
6623 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6624
7010835a
AB
66252018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6626 Richard Bunt <Richard.Bunt@arm.com>
6627
6628 * gdb.threads/attach-slow-waitpid.c: New file.
6629 * gdb.threads/attach-slow-waitpid.exp: New file.
6630 * gdb.threads/slow-waitpid.c: New file.
6631
14897d65
PA
66322018-06-14 Pedro Alves <palves@redhat.com>
6633
6634 * gdb.base/fork-running-state.c: Include <errno.h>.
6635 (exit_if_relative_exits): New.
6636 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6637 exits.
6638 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6639 child exits.
6640
5d9a0608
TV
66412018-06-14 Tom de Vries <tdevries@suse.de>
6642
6643 PR cli/22573
6644 * gdb.base/finish-pretty.c: New test.
6645 * gdb.base/finish-pretty.exp: New file.
6646
11ae5818
PA
66472018-06-14 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6650 gdb's expected startup output.
6651
1d39de44
PA
66522018-06-14 Pedro Alves <palves@redhat.com>
6653
6654 * lib/selftest-support.exp (selftest_setup): Remove inlined
6655 function handling.
6656
70ee0000
TV
66572018-06-14 Tom de Vries <tdevries@suse.de>
6658
6659 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6660 matching of breakpoint printing.
6661
11f4b608
TV
66622018-06-13 Tom de Vries <tdevries@suse.de>
6663
6664 PR testsuite/23269
6665 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6666 (fork_child): ... here, and ...
6667 (fork_parent): ... here.
6668
66692018-06-12 Tom de Vries <tdevries@suse.de>
6670
6671 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6672
9516f85a
AB
66732018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6674 Stephen Roberts <stephen.roberts@arm.com>
6675
6676 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6677 rewrite test to describe action performed, rather than possible
6678 failure.
6679
5045b3d7
GB
66802018-06-08 Gary Benson <gbenson@redhat.com>
6681
6682 * gdb.threads/check-libthread-db.exp: New file.
6683 * gdb.threads/check-libthread-db.c: Likewise.
6684
c61b06a1
TT
66852018-06-05 Tom Tromey <tom@tromey.com>
6686
6687 * gdb.base/default.exp: Update expected "show version" output.
6688
eb6af809
TT
66892018-06-05 Tom Tromey <tom@tromey.com>
6690
6691 PR cli/12326:
6692 * gdb.cp/static-print-quit.exp: Update.
6693 * lib/gdb.exp (pagination_prompt): Update.
6694 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6695 * gdb.python/python.exp: Update.
6696
178d6a63
JB
66972018-06-04 Joel Brobecker <brobecker@adacore.com>
6698
6699 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6700
8e817061
JB
67012018-06-01 Joel Brobecker <brobecker@adacore.com>
6702
6703 * gdb.ada/bp_fun_addr: New testcase.
6704
e86ca25f
TT
67052018-06-01 Tom Tromey <tom@tromey.com>
6706
6707 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6708 results.
6709 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6710 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6711 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6712 * gdb.base/maint.exp (maint_pass_if): Update.
6713
4b2dfa9d
MR
67142018-05-31 Maciej W. Rozycki <macro@mips.com>
6715
6716 * gdb.base/endian.exp: New test.
6717 * gdb.base/endian.c: New test source.
6718
45f25d6c
AB
67192018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6720
6721 PR gdb/23203
6722 * gdb.base/bt-selected-frame.c: New file.
6723 * gdb.base/bt-selected-frame.exp: New file.
6724 * lib/gdb.exp (get_current_frame_number): New function.
6725
d9f6d7f8
MR
67262018-05-24 Maciej W. Rozycki <macro@mips.com>
6727 Pedro Alves <palves@redhat.com>
6728
6729 * gdb.threads/tls-core.c: Include <stdlib.h>
6730 (thread_proc): Call `abort'.
6731 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6732 (tls_core_test): New procedure, bits factored out from ...
6733 (top level): ... here. Test both native cores and gcore cores.
6734
ff1cf532
TT
67352018-05-23 Tom Tromey <tom@tromey.com>
6736
6737 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6738
b98664d3
TT
67392018-05-23 Tom Tromey <tom@tromey.com>
6740
6741 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6742 symfile_complaints.
6743 (test_short_complaints): Likewise.
6744 (test_empty_complaints): Likewise.
6745 (test_initial_complaints): Update.
6746
4e9668d0
TT
67472018-05-23 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6750
43ba33c7
TT
67512018-05-23 Tom Tromey <tom@tromey.com>
6752
6753 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6754 (test_short_complaints): Update.
6755
035522c0
PA
67562018-05-22 Pedro Alves <palves@redhat.com>
6757
6758 * gdb.base/remote.exp: Only gdb_start after compiling the
6759 testcase. Issue "disconnect" before testing "set remote" command
6760 defaults. Issue clean_restart before running to main.
6761
cc0be08f
PA
67622018-05-22 Pedro Alves <palves@redhat.com>
6763
6764 * gdb.base/remote.exp: Adjust expected output of "show remote
6765 memory-write-packet-size". Add tests for "set remote
6766 memory-write-packet-size 0" and "set remote
6767 memory-write-packet-size fixed/limit".
6768
b1b60145
PA
67692018-05-22 Pedro Alves <palves@redhat.com>
6770
6771 PR gdb/22973
6772 * gdb.base/utf8-identifiers.c: New file.
6773 * gdb.base/utf8-identifiers.exp: New file.
6774
0ec848ad
PFC
67752018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6776
6777 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6778
2c3305f6
PFC
67792018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6780
6781 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6782
ce1e8424
TT
67832018-05-18 Tom Tromey <tom@tromey.com>
6784
6785 * gdb.base/ptype-offsets.exp: Update.
6786
ddfe970e
KS
67872018-05-17 Keith Seitz <keiths@redhat.com>
6788
6789 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6790 in expected breakpoint stop locations.
6791 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6792 move to proper scope to test variable values.
6793 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6794 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6795 New functions.
6796 (main): Call not_inline_func3.
6797 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6798 inline_func1, inline_func2, and inline_func3. Test that when each
6799 breakpoint is hit, GDB properly reports both the stop location
6800 and the backtrace. Repeat tests for temporary breakpoints.
6801
0726fcc6
MR
68022018-05-15 Maciej W. Rozycki <macro@mips.com>
6803
6804 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6805 rather then trying to access it in determining whether the PID
6806 of `gdbserver' could have been retrieved.
6807
8ee22052
AB
68082018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6809
6810 * gdb.arch/amd64-init-x87-values.S: New file.
6811 * gdb.arch/amd64-init-x87-values.exp: New file.
6812
7785df48
JK
68132018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6814
6815 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6816
56bcdbea
TT
68172018-05-04 Tom Tromey <tom@tromey.com>
6818
6819 PR python/22730:
6820 * gdb.python/python.exp: Test multi-line execute.
6821
a913fffb
TT
68222018-05-04 Tom Tromey <tom@tromey.com>
6823
6824 PR python/22731:
6825 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6826
7a2c85f2
TT
68272018-05-04 Tom Tromey <tom@tromey.com>
6828
6829 PR gdb/11750:
6830 * gdb.base/define.exp: Test defining a user command inside a user
6831 command.
6832 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6833
a3b60e45
JK
68342018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6835 Pedro Alves <palves@redhat.com>
6836
6837 PR breakpoints/19806 and support for PR external/20207.
6838 * gdb.base/watchpoint-unaligned.c: New file.
6839 * gdb.base/watchpoint-unaligned.exp: New file.
6840
45fe4a03
AB
68412018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6842
6843 * gdb.base/maint.exp: Make test names unique, use
6844 test_prefix_command_help to test 'help maint info', and remove
6845 repeated test of 'help maint'.
6846
9be2ae8f
TT
68472018-05-04 Tom Tromey <tom@tromey.com>
6848
6849 PR gdb/22619:
6850 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6851 behavior.
6852
11859c31
AB
68532018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6854
6855 * gdb.base/maint.exp: Process output from 'maint print registers'
6856 line at a time.
6857
089a9490
AB
68582018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6859
6860 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6861 timeout.
6862
9b0797e2
AB
68632018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6864
6865 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6866 filter pattern.
6867
f6ac5f3d
PA
68682018-05-02 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6871 to_log_command renames.
6872 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6873
77d3c63b
TT
68742018-05-02 Tom Tromey <tom@tromey.com>
6875
6876 * gdb.python/py-parameter.exp: Set test message.
6877
0489430a
TT
68782018-05-02 Tom Tromey <tom@tromey.com>
6879
6880 PR python/20084:
6881 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6882 PARAM_ZUINTEGER_UNLIMITED tests.
6883
1632f8ba
DR
68842018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6885
6886 PR rust/23124
6887 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
6888 when casting.
6889
6d7bb824
TT
68902018-04-30 Tom Tromey <tom@tromey.com>
6891
6892 * gdb.python/py-type.exp: Check align attribute.
6893 * gdb.python/py-type.c: New "aligncheck" global.
6894
007e1530
TT
68952018-04-30 Tom Tromey <tom@tromey.com>
6896
6897 PR exp/17095:
6898 * gdb.dwarf2/dw2-align.exp: New file.
6899 * gdb.cp/align.exp: New file.
6900 * gdb.base/align.exp: New file.
6901 * lib/gdb.exp (gdb_int128_helper): New proc.
6902 (has_int128_c, has_int128_cxx): New caching procs.
6903
6873858b
TT
69042018-04-27 Tom Tromey <tom@tromey.com>
6905
6906 PR rust/22545:
6907 * gdb.rust/simple.exp: Add inclusive range tests.
6908
79188d8d
PA
69092018-04-26 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
6912 ifunc breakpoint locations correctly of ifunc breakpoints set
6913 while the program resolves the ifunc.
6914
c7075ad5
PA
69152018-04-26 Pedro Alves <palves@redhat.com>
6916
6917 * gdb.base/gnu-ifunc-final.c: New file.
6918 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
6919 * gdb.base/gnu-ifunc.exp (executable): Delete.
6920 (staticexecutable): Adjust.
6921 (lib_opts, exec_opts): Delete.
6922 (make_binsuffix, build, set-break): New procedures.
6923 (misc_tests): New, with tests factored out from the top level.
6924 (top level): Test different combinations of ifunc resolver name,
6925 resolver with and with debug info, and ifunc target with and
6926 without debug info. Wrap static tests with with_target_prefix.
6927
8388016d
PA
69282018-04-26 Pedro Alves <palves@redhat.com>
6929
6930 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
6931 return type" warnings.
6932
249b5733
PA
69332018-04-25 Pedro Alves <palves@redhat.com>
6934
6935 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
6936 killed".
6937 * gdb.base/kill-after-signal.exp: Likewise.
6938 * gdb.threads/kill.exp: Likewise.
6939
f67c0c91
SDJ
69402018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6941 Sergio Durigan Junior <sergiodj@redhat.com>
6942 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
6945 regexps to expect for '[Inferior ... detached]' as well.
6946 * gdb.base/attach.exp: Likewise.
6947 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
6948 "gdb_continue_to_end".
6949 (test_catch_syscall_with_wrong_args): Likewise.
6950 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
6951 ']'. Don't set 'verbose' on.
6952 * gdb.base/foll-vfork.exp: Likewise.
6953 * gdb.base/fork-print-inferior-events.c: New file.
6954 * gdb.base/fork-print-inferior-events.exp: New file.
6955 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
6956 '[Inferior ... has been killed]' message.
6957 * gdb.base/kill-after-signal.exp: Likewise.
6958 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
6959 detach message.
6960 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
6961 message.
6962 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
6963 regexps to expect for '[Inferior ... detached]' as well.
6964 * gdb.threads/process-dies-while-detaching.exp: Likewise.
6965
0a8ddac4
SM
69662018-04-24 Simon Marchi <simon.marchi@ericsson.com>
6967
6968 PR gdb/23104
6969 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
6970
701adfb0
PA
69712018-04-22 Rajendra SY <rajendra.sy@gmail.com>
6972
6973 PR gdb/23095
6974 * gdb.base/break-probes.exp: Pass shlib_load to
6975 prepare_for_testing. Set normal_bp to r_debug_state if target is
6976 bsd.
6977
d27d16bf
RB
69782018-04-19 Richard Bunt <richard.bunt@arm.com>
6979
6980 * gdb.threads/multiple-successive-infcall.c: New test.
6981 * gdb.threads/multiple-successive-infcall.exp: New file.
6982
a037790e
TT
69832018-04-17 Tom Tromey <tom@tromey.com>
6984
6985 * gdb.rust/simple.rs (Union): New type.
6986 (main): New local "u".
6987 * gdb.rust/simple.exp (test_one_slice): Add new test case.
6988
e3a91079
AA
69892018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6990
6991 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
6992 number information in output of "whereis" command.
6993 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
6994
b744723f
AA
69952018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
6996
6997 * gdb.ada/info_types.exp: Adjust expected output to the line
6998 numbers now printed by "info var/func/type".
6999 * gdb.base/completion.exp: Likewise.
7000 * gdb.base/included.exp: Likewise.
7001 * gdb.cp/cp-relocate.exp: Likewise.
7002 * gdb.cp/cplusfuncs.exp: Likewise.
7003 * gdb.cp/namespace.exp: Likewise.
7004 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7005
4a4495d6
MM
70062018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7007
7008 * gdb.btrace/cpu.exp: New.
7009
1d509aa6
MM
70102018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7011
7012 * gdb.base/step-indirect-call-thunk.exp: New.
7013 * gdb.base/step-indirect-call-thunk.c: New.
7014 * gdb.reverse/step-indirect-call-thunk.exp: New.
7015 * gdb.reverse/step-indirect-call-thunk.c: New.
7016
6295b6da
SM
70172018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7018
7019 * gdb.base/pie-fork.c: New file.
7020 * gdb.base/pie-fork.exp: New file.
7021
50146e70
TT
70222018-04-11 Tom Tromey <tom@tromey.com>
7023
7024 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7025
f50d8a2e
PA
70262018-04-10 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7029 exits. Instead loop running forever.
7030 (fork_parent): Run forever too.
7031
a0be7a36
SM
70322018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7033
7034 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7035 mi_continue_to_line.
7036 * gdb.mi/mi-stack.c (callee4): Add comment.
7037
9b73db36
SM
70382018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7039
7040 * gdb.mi/mi-stack.exp: Fix indentation.
7041
c912f608
SM
70422018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7043
7044 PR gdb/22979
7045 * gdb.arch/amd64-osabi.exp: New file.
7046
26540402
SM
70472018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7048
7049 PR gdb/22980
7050 * gdb.base/osabi.exp: New file.
7051
121ad66c 70522018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7053
7054 * gdb.cp/static-typedef-print.exp: New file.
7055 * gdb.cp/static-typedef-print.cc: New file.
7056
3fcded8f
JB
70572018-03-27 Joel Brobecker <brobecker@adacore.com>
7058
7059 * gdb.ada/varsize_limit: New testcase.
7060
59cc4834
JB
70612018-03-27 Joel Brobecker <brobecker@adacore.com>
7062
7063 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7064
7065 * gdb.ada/notcplusplus: New testcase.
7066
7067 * gdb.base/c-linkage-name.c: New file.
7068 * gdb.base/c-linkage-name.exp: New testcase.
7069
4ca59a9f
TT
70702018-03-26 Tom Tromey <tom@tromey.com>
7071
7072 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7073 * gdb.python/py-framefilter.py (name_error): New global.
7074 (ErrorInName.function): Use name_error.
7075
978d6c75
TT
70762018-03-26 Tom Tromey <tom@tromey.com>
7077
7078 PR backtrace/15582:
7079 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7080
b7fee5a3
KS
70812018-03-23 Keith Seitz <keiths@redhat.com>
7082
7083 PR c++/22968
7084 * gdb.cp/subtypes.exp: New file.
7085 * gdb.cp/subtypes.h: New file.
7086 * gdb.cp/subtypes.cc: New file.
7087 * gdb.cp/subtypes-2.cc: New file.
7088
376be529
AB
70892018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7090
7091 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7092 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7093 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7094 -nostartfiles when compiling the test. Confirm that all registers
7095 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7096
066cfa98
AB
70972018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7098
7099 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7100 option, syntax was wrong anyway.
7101 * gdb.arch/arm-disp-step.exp: Likewise.
7102 * gdb.arch/sparc64-regs.exp: Likewise.
7103 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7104 option, syntax was wrong anyway, switch to use
7105 prepare_for_testing.
7106 * gdb.arch/i386-disp-step.exp: Likewise.
7107
079670b9
AA
71082018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7109
7110 * gdb.ada/exec_changed.exp: Replace "target_info exists
7111 use_gdb_stub" by "use_gdb_stub".
7112 * gdb.ada/start.exp: Likewise.
7113 * gdb.base/async-shell.exp: Likewise.
7114 * gdb.base/attach-pie-misread.exp: Likewise.
7115 * gdb.base/attach-wait-input.exp: Likewise.
7116 * gdb.base/break-entry.exp: Likewise.
7117 * gdb.base/break-interp.exp: Likewise.
7118 * gdb.base/dprintf-detach.exp: Likewise.
7119 * gdb.base/nostdlib.exp: Likewise.
7120 * gdb.base/solib-nodir.exp: Likewise.
7121 * gdb.base/statistics.exp: Likewise.
7122 * gdb.base/testenv.exp: Likewise.
7123 * gdb.mi/mi-exec-run.exp: Likewise.
7124 * gdb.mi/mi-start.exp: Likewise.
7125 * gdb.multi/dummy-frame-restore.exp: Likewise.
7126 * gdb.multi/multi-arch-exec.exp: Likewise.
7127 * gdb.multi/multi-arch.exp: Likewise.
7128 * gdb.multi/tids.exp: Likewise.
7129 * gdb.multi/watchpoint-multi.exp: Likewise.
7130 * gdb.python/py-events.exp: Likewise.
7131 * gdb.threads/attach-into-signal.exp: Likewise.
7132 * gdb.threads/attach-stopped.exp: Likewise.
7133 * gdb.threads/threadapply.exp: Likewise.
7134 * lib/selftest-support.exp: Likewise.
7135
26d6cec4
AA
71362018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7137
7138 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7139
4ee89e90
SR
71402018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7141
7142 * gdb.perf/template-breakpoints.cc: New file.
7143 * gdb.perf/template-breakpoints.exp: New file.
7144 * gdb.perf/template-breakpoints.py: New file.
7145
92630041
TT
71462018-03-19 Tom Tromey <tom@tromey.com>
7147
7148 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7149 y0.
7150 * gdb.rust/simple.exp: Test bare identifier form of struct
7151 initializer.
7152
76727919
TT
71532018-03-19 Tom Tromey <tom@tromey.com>
7154
7155 * gdb.gdb/observer.exp: Remove.
7156
194ed413
AA
71572018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7160 "qualified" option when setting breakpoints.
7161 * gdb.trace/backtrace.exp: Likewise.
7162 * gdb.trace/circ.exp: Likewise.
7163 * gdb.trace/collection.exp: Likewise.
7164 * gdb.trace/disconnected-tracing.exp: Likewise.
7165 * gdb.trace/ftrace-lock.exp: Likewise.
7166 * gdb.trace/ftrace.exp: Likewise.
7167 * gdb.trace/infotrace.exp: Likewise.
7168 * gdb.trace/packetlen.exp: Likewise.
7169 * gdb.trace/passc-dyn.exp: Likewise.
7170 * gdb.trace/qtro.exp: Likewise.
7171 * gdb.trace/read-memory.exp: Likewise.
7172 * gdb.trace/report.exp: Likewise.
7173 * gdb.trace/signal.exp: Likewise.
7174 * gdb.trace/status-stop.exp: Likewise.
7175 * gdb.trace/strace.exp: Likewise.
7176 * gdb.trace/tfind.exp: Likewise.
7177 * gdb.trace/trace-break.exp: Likewise.
7178 * gdb.trace/trace-condition.exp: Likewise.
7179 * gdb.trace/trace-mt.exp: Likewise.
7180 * gdb.trace/tstatus.exp: Likewise.
7181 * gdb.trace/tsv.exp: Likewise.
7182 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7183 * gdb.trace/unavailable.exp: Likewise.
7184 * gdb.trace/while-dyn.exp: Likewise.
7185
8b067d2c
AA
71862018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7187
7188 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7189 that libinproctrace is copied to the target.
7190
3ae9ce5d
TT
71912018-03-14 Tom Tromey <tom@tromey.com>
7192
7193 PR cli/14977:
7194 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7195 a null pointer.
7196 * gdb.base/wchar.exp: Likewise.
7197
b8c2339b
TT
71982018-03-14 Tom Tromey <tom@tromey.com>
7199
7200 PR cli/19918:
7201 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7202 flag.
7203
4872dc46
SM
72042018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7205
7206 PR gdb/22841
7207 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7208 "target" to remote_exec.
7209
e4fe3756
SM
72102018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7211
7212 PR gdb/22841
7213 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7214 ${board}_upload): Remove.
7215
e95a97d4
AA
72162018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7217
7218 * gdb.cp/watch-cp.cc: New test.
7219 * gdb.cp/watch-cp.exp: New file.
7220
dbbb1059
AB
72212018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7222
7223 * gdb.base/infcall-nested-structs.exp: New file.
7224 * gdb.base/infcall-nested-structs.c: New file.
7225 * gdb.base/float.exp: Add riscv support.
7226
ecc054c0
TP
72272018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7228
7229 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7230 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7231
25e3c82c
SDJ
72322018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7233
7234 * gdb.server/abspath.exp: New file.
7235 * lib/gdb.exp (with_cwd): New procedure.
7236
3083294d
SM
72372018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7238
7239 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7240 use it.
7241 (gdb_is_target_remote_prompt): New proc.
7242 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7243 (gdb_is_target_native): Pass prompt parameter to
7244 gdb_is_target_1.
7245
3275ef47
SM
72462018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7247
7248 * gdb.base/load-command.c: New file.
7249 * gdb.base/load-command.exp: New file.
7250 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7251 (gdb_is_target_1): ...this, and generalize for other targets
7252 than just remote.
7253 (gdb_is_target_remote): Use gdb_is_target_1.
7254 (gdb_is_target_native): use gdb_is_target_1.
7255
6893c19a
TT
72562018-02-26 Tom Tromey <tom@tromey.com>
7257
7258 PR python/16497:
7259 * gdb.python/py-framefilter.exp: Update test.
7260
2ddeaf8a
TT
72612018-02-26 Tom Tromey <tom@tromey.com>
7262
7263 * gdb.dwarf2/variant.c: New file.
7264 * gdb.dwarf2/variant.exp: New file.
7265
c9317f21
TT
72662018-02-26 Tom Tromey <tom@tromey.com>
7267
7268 * gdb.rust/simple.exp: Accept more possible results in enum test.
7269
6f6d0c26
SM
72702018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7271
7272 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7273 parentheses.
7274
11b03145
MR
72752018-02-23 Maciej W. Rozycki <macro@mips.com>
7276
7277 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7278 name of a variable: $actual_linejj -> $actual_line.
7279
54a27fe5
JB
72802018-02-21 John Baldwin <jhb@FreeBSD.org>
7281
7282 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7283
de65820c
MM
72842018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7285
7286 * gdb.btrace/buffer-size.exp: Do not force BTS.
7287
980548fd
PA
72882018-02-14 Pedro Alves <palves@redhat.com>
7289
7290 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7291 getting a "Quit".
7292
c4e12631
MM
72932018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7294
7295 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7296 Fix test name.
7297
c2e0e465
SM
72982018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7299
7300 * gdb.cp/m-static.exp: Check type of optimized out static
7301 member.
7302
f7216783
AB
73032018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7304
7305 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7306 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7307
0625771b
LS
73082018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7309 Leszek Swirski <leszeks@google.com>
7310
7311 * gdb.python/py-prettyprint.c
7312 (struct to_string_returns_value_inner,
7313 struct to_string_returns_value_wrapper): New.
7314 (main): Add tsrvw variable.
7315 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7316 ToStringReturnsValueWrapper): New classes.
7317 (register_pretty_printers): Register new pretty-printers.
7318 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7319 recursive pretty printer.
7320 * gdb.python/py-mi.exp: Likewise.
7321
59498c30
LS
73222018-02-01 Leszek Swirski <leszeks@google.com>
7323
7324 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7325 functions with the same name as an include file are parsed
7326 correctly.
7327
d4d38844
YQ
73282018-02-01 Yao Qi <yao.qi@linaro.org>
7329
7330 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7331 "\[^\r\n\]*".
7332
07e5f5cf
NP
73332018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7334
7335 * gdb.arch/powerpc-prologue-frame.s: New file.
7336 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7337 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7338
929b5ad4
JB
73392018-01-31 Joel Brobecker <brobecker@adacore.com>
7340
7341 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7342
e671cd59
PA
73432018-01-30 Pedro Alves <palves@redhat.com>
7344
7345 PR gdb/13211
7346 * gdb.base/interrupt-daemon.c: New.
7347 * gdb.base/interrupt-daemon.exp: New.
7348 * gdb.multi/multi-term-settings.c: New.
7349 * gdb.multi/multi-term-settings.exp: New.
7350
fc413dc4
JB
73512018-01-30 Joel Brobecker <brobecker@adacore.com>
7352
7353 * gdb.base/break.exp: Save the location where the breakpoint
7354 on break.c:47 was actually inserted when debugging the version
7355 compiled at -O2 and use it in the expected output of the "info
7356 break" test performed soon after.
7357
5c319bb2
PA
73582018-01-22 Pedro Alves <palves@redhat.com>
7359 Sergio Durigan Junior <sergiodj@redhat.com>
7360
7361 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7362 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7363
a9e40818
JB
73642018-01-22 Joel Brobecker <brobecker@adacore.com>
7365
7366 * gdb.base/break-include.c, gdb.base/break-include.inc,
7367 gdb.base/break-include.exp: New files.
7368 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7369 line number now being the actual line number where the breakpoint
7370 was inserted.
7371 * gdb.mi/mi-break.exp: Likewise.
7372 * gdb.mi/mi-reverse.exp: Likewise.
7373 * gdb.mi/mi-simplerun.exp: Ditto.
7374
e707fc44
AB
73752018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7376
7377 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7378 varobj.
7379 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7380
ae451627
AB
73812018-01-21 Don Breazeal <donb@codesourcery.com>
7382 Andrew Burgess <andrew.burgess@embecosm.com>
7383
7384 * gdb.mi/basics.c: Add new global.
7385 * gdb.mi/mi-frame-regs.exp: New file.
7386 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7387 case.
7388
b1b189e0
AB
73892018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7390
7391 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7392 non-parameter, and on an unknown symbol.
7393
fcfcc376
TT
73942018-01-19 Tom Tromey <tom@tromey.com>
7395
7396 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7397 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7398
634c1c31
AA
73992018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7400
7401 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7402 setrlimit and chdir to int.
7403
d6ad07fd
AA
74042018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7405
7406 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7407 function.
7408 (my_tend): Likewise.
7409 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7410 rationale of avoiding FP- and vector instructions.
7411
adf8243b
RK
74122018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7413
7414 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7415 "info reg" with "\[ \t\]*".
7416 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7417 "\[ \t\]+".
7418 * gdb.arch/s390-multiarch.exp: Ditto.
7419 * gdb.base/pc-fp.exp: Ditto.
7420 * gdb.reverse/i386-precsave.exp: Ditto.
7421 * gdb.reverse/i386-reverse.exp: Ditto.
7422 * gdb.reverse/i387-env-reverse.exp: Ditto.
7423 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7424
dcc06925
AA
74252018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7426
7427 * lib/gdb.exp (gdb_compile): Re-enable use of
7428 universal_compile_options for languages other than Rust.
7429
25d4fd80
AA
74302018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7431
7432 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7433
ee7f689e 74342018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7435
7436 PR gdb/16577
7437 * gdb.base/solib-vanish.exp: New.
7438 * gdb.base/solib-vanish-main.c: New.
7439 * gdb.base/solib-vanish-lib1.c: New.
7440 * gdb.base/solib-vanish-lib2.c: New.
7441
d8447b6b
YQ
74422018-01-17 Yao Qi <yao.qi@linaro.org>
7443
7444 * gdb.compile/compile.exp: Match the address printed for
7445 frame in the output of command "bt".
7446
86d6a90c
TT
74472018-01-15 Tom Tromey <tom@tromey.com>
7448
7449 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7450 compute sp_reg.
7451
cbcdb1aa
AB
74522018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7453
7454 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7455 to prepare.
7456 (prepare): Return 0 on error, 1 on success.
7457
eea61984
PA
74582018-01-12 Pedro Alves <palves@redhat.com>
7459
7460 * gdb.base/continue-after-aborted-step-over.c: New.
7461 * gdb.base/continue-after-aborted-step-over.exp: New.
7462
6181e9c2
SM
74632018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7464
7465 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7466 options when not creating an executable.
7467
3cada740
PA
74682018-01-11 Pedro Alves <palves@redhat.com>
7469
7470 PR remote/22597
7471 * gdb.server/stop-reply-no-thread.c: New file.
7472 * gdb.server/stop-reply-no-thread.exp: New file.
7473
c63d3e8d
PA
74742018-01-10 Pedro Alves <palves@redhat.com>
7475
7476 PR gdb/22670
7477 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7478 functions too. Test setting breakpoints and printing C functions
7479 with no debug info too.
7480 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7481
d4c2a405
PA
74822018-01-10 Pedro Alves <palves@redhat.com>
7483
7484 PR gdb/22670
7485 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7486 a fail.
7487
8825213e
PA
74882018-01-10 Pedro Alves <palves@redhat.com>
7489
7490 PR gdb/22670
7491 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7492
605fd3c6
YQ
74932018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7494
7495 * gdb.server/unittest.exp: Match the output in non-development
7496 mode.
7497
1e5ded6c
YQ
74982018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7499
7500 * gdb.gdb/unittest.exp: Match output in non-development mode.
7501
30066b0b
JB
75022018-01-08 Joel Brobecker <brobecker@adacore.com>
7503
7504 * gdb.ada/access_tagged_param.exp: Relax expected output
7505 for value of "ObjL" in "continue" to pck.inspect breakpoint
7506 test.
7507
04bafb1e
XR
75082018-01-08 Joel Brobecker <brobecker@adacore.com>
7509
9f86398b
JB
7510 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7511 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7512
e379cee6
PA
75132018-01-05 Pedro Alves <palves@redhat.com>
7514
7515 PR gdb/18653
7516 * gdb.base/libsegfault.exp: New.
7517
de63c46b
PA
75182018-01-05 Joel Brobecker <brobecker@adacore.com>
7519
7520 PR gdb/22670
7521 * gdb.ada/access_tagged_param.exp: New file.
7522 * gdb.ada/access_tagged_param/foo.adb: New file.
7523
f98fc17b
PA
75242018-01-05 Pedro Alves <palves@redhat.com>
7525
7526 PR gdb/22670
7527 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7528 exercise lower case too, and to exercise both full matching and
7529 wild matching.
7530
342f8240
JB
75312018-01-05 Joel Brobecker <brobecker@adacore.com>
7532
7533 * gdb.ada/rename_subscript_param: New testcase.
7534
7150d33c
JG
75352018-01-05 Jerome Guitton <guitton@adacore.com>
7536
7537 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7538
cc0e770c
JB
75392018-01-05 Joel Brobecker <brobecker@adacore.com>
7540
7541 * gdb.ada/convvar_comp: New testcase.
7542
672a41aa 75432018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7544
7545 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7546 (My_Table): New global variable.
7547 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7548
7365ec2f
JB
75492018-01-04 Joel Brobecker <brobecker@adacore.com>
7550
7551 PR gdb/22670
7552 * gdb.ada/maint_with_ada: New testcase.
7553
289483b6
JB
75542018-01-04 Joel Brobecker <brobecker@adacore.com>
7555
7556 PR gdb/22670
7557 * gdb.ada/bp_c_mixed_case: New testcase.
7558
344420da
JB
75592018-01-04 Joel Brobecker <brobecker@adacore.com>
7560
7561 PR gdb/22670
7562 * gdb.ada/complete.exp: Add "complete break ada" test.
7563
66fc87a0
JB
75642018-01-04 Joel Brobecker <brobecker@adacore.com>
7565
7566 PR gdb/22670
7567 * gdb.ada/info_addr_mixed_case: New testcase.
7568
9f757bf7
XR
75692018-01-03 Xavier Roirand <roirand@adacore.com>
7570
7571 * gdb.ada/excep_handle.exp: New testcase.
7572 * gdb.ada/excep_handle/foo.adb: New file.
7573 * gdb.ada/excep_handle/pck.ads: New file.
7574
bd570f80
JB
75752018-01-03 Joel Brobecker <brobecker@adacore.com>
7576
7577 * gdb.base/step-line.c: Add extra empty line in copyright header.
7578 * gdb.base/step-line.inp: Likewise.
7579
9fe561ab
JB
75802018-01-02 Joel Brobecker <brobecker@adacore.com>
7581
7582 * gdb.ada/dyn_stride.exp: Add slice test.
7583
a405673c
JB
75842018-01-02 Joel Brobecker <brobecker@adacore.com>
7585
7586 * gdb.ada/dyn_stride: New testcase.
7587
cef0f868
SH
75882017-12-27 Stafford Horne <shorne@gmail.com>
7589
7590 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7591 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7592
b67d92b0
SH
75932017-12-27 Stafford Horne <shorne@gmail.com>
7594
7595 * gdb.base/reggroups.c: New file.
7596 * gdb.base/reggroups.exp: New file.
7597
eccab96d
JB
75982017-12-18 Joel Brobecker <brobecker@adacore.com>
7599
7600 * gdb.dwarf2/ada-valprint-error.c: New file.
7601 * gdb.dwarf2/ada-valprint-error.exp: New file.
7602
0e2da9f0
JB
76032017-12-18 Joel Brobecker <brobecker@adacore.com>
7604
7605 * gdb.ada/assign_arr: New testcase.
7606
cb923fcc
XR
76072017-12-18 Xavier Roirand <roirand@adacore.com>
7608
7609 * gdb.ada/funcall_ptr: New testcase.
7610
7c161838
SDJ
76112017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7612
7613 PR cli/16224
7614 * gdb.base/ptype-offsets.cc: New file.
7615 * gdb.base/ptype-offsets.exp: New file.
7616
1af17fd9
YQ
76172017-12-15 Yao Qi <yao.qi@linaro.org>
7618
7619 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7620 if XML is disabled.
7621
828d5846
XR
76222017-12-15 Xavier Roirand <roirand@adacore.com>
7623
7624 * gdb.ada/same_component_name: New testcase.
7625
79e8fcaa
JB
76262017-12-14 Joel Brobecker <brobecker@adacore.com>
7627
7628 * gdb.ada/str_binop_equal: New testcase.
7629
e05fa6f9
JB
76302017-12-14 Joel Brobecker <brobecker@adacore.com>
7631
7632 * gdb.ada/task_switch_in_core: New testcase.
7633
b89641ba
SM
76342017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7635
7636 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7637 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7638 call test_bkpt_qualified.
7639 (test_bkpt_qualified): New proc.
7640
6892d2e4
PA
76412017-12-13 Pedro Alves <palves@redhat.com>
7642
7643 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7644 Tighten regexp by matching with an anchor.
7645
a22ecf70
PA
76462017-12-13 Pedro Alves <palves@redhat.com>
7647
7648 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7649 ("expression with namespace"): New set of tests.
7650 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7651 (Nested::Test_NS::qux): New.
7652 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7653 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7654
9937536c
JB
76552017-12-13 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.base/server-del-break.c: New file.
7658 * gdb.base/server-del-break.exp: New file.
7659
fe49c6f5
SH
76602017-12-12 Stafford Horne <shorne@gmail.com>
7661
7662 * gdb.xml/tdesc-regs.exp: Add or1k support.
7663
c3d18620
SH
76642017-12-12 Stafford Horne <shorne@gmail.com>
7665
7666 * gdb.base/bp-permanent.c: Define nop of or1k.
7667
c5f9cfc8
JB
76682017-12-11 Joel Brobecker <brobecker@adacore.com>
7669
7670 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7671 output with components being reordered.
7672
a9c135fc
JB
76732017-12-11 Joel Brobecker <brobecker@adacore.com>
7674
7675 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7676 output with components being reordered.
7677
927aa2e7
JK
76782017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7679 Pedro Alves <palves@redhat.com>
7680
7681 * gdb.base/maint.exp (check for .gdb_index): Check also for
7682 .debug_names.
7683 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7684 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7685 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7686 (.gdb_index used after symbol reloading): Support also .debug_names.
7687 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7688
f17d9474
YQ
76892017-12-08 Yao Qi <yao.qi@linaro.org>
7690
7691 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7692 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7693
a0de8c21
YQ
76942017-12-08 Yao Qi <yao.qi@linaro.org>
7695
7696 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7697 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7698
a738ea1d
YQ
76992017-12-08 Yao Qi <yao.qi@linaro.org>
7700
7701 * gdb.arch/aarch64-tagged-pointer.c: New file.
7702 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7703
1cd9a73b
SDJ
77042017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7705
7706 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7707 "int".
7708
fa6eb693
KS
77092017-12-07 Keith Seitz <keiths@redhat.com>
7710
7711 PR breakpoints/22569
7712 * gdb.linespec/ls-errs.exp: Change expected result of "break
7713 -source this file has spaces.c -line 3".
7714 Check that an explicit source file followed by whitespace is
7715 identified as an invalid explicit location.
7716
883fd55a
KS
77172017-12-07 Keith Seitz <keiths@redhat.com>
7718
7719 * gdb.cp/nested-types.cc: New file.
7720 * gdb.cp/nested-types.exp: New file.
7721 * lib/cp-support.exp: Load data-structures.exp library.
7722 (debug_cp_test_ptype_class): New global.
7723 (cp_ptype_class_verbose, next_line): New procedures.
7724 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7725 Add and document new return value.
7726 Switch the list of lines to a queue.
7727 Add support for new `type' key for nested type definitions.
7728 Add debugging/troubleshooting messages.
7729 * lib/data-structures.exp: New file.
7730
ec72db3e
SM
77312017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7732
7733 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7734 with proc_with_prefix, don't use with_test_prefix.
7735
99598d71
TT
77362017-12-07 Tom Tromey <tom@tromey.com>
7737
7738 * gdb.base/break.exp: Add test for empty "commands".
7739
a8806230
YQ
77402017-12-07 Yao Qi <yao.qi@linaro.org>
7741
7742 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7743 malloc and catch syscall.
7744
824cc835
PM
77452017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7746
e79be6e5 7747 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7748 tests for explicit locations.
7749
7cc244de
PA
77502017-12-06 Pedro Alves <palves@redhat.com>
7751
7752 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7753 force-disabling XML descriptions.
7754
50a1fdd5
PA
77552017-12-04 Pedro Alves <palves@redhat.com>
7756
7757 PR gdb/22499
7758 * gdb.arch/amd64-disp-step-avx.S: New file.
7759 * gdb.arch/amd64-disp-step-avx.exp: New file.
7760
f0fb2488
PA
77612017-12-03 Pedro Alves <palves@redhat.com>
7762
7763 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7764 and <string.h>.
7765 (parent_function): Print distinct messages when waitpid fails, or
7766 the child exits with a signal, or the child exits for an unhandled
7767 reason.
7768 * gdb.threads/process-dies-while-detaching.exp
7769 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7770 it. Wait for both inferior output and GDB's prompt. Use an
7771 indirect spawn id list.
7772 (do_detach): New parameter 'child_exit'. Use it to compute
7773 expected inferior output.
7774 (test_detach, test_detach_watch, test_detach_killed_outside):
7775 Adjust to pass down the expected child exit kind.
7776
97cbe998
SDJ
77772017-12-01 Joel Brobecker <brobecker@adacore.com>
7778 Sergio Durigan Junior <sergiodj@redhat.com>
7779 Pedro Alves <palves@redhat.com>
7780
7781 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7782
40fc416f
SDJ
77832017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7784
7785 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7786 to 'symbol-file' and 'add-symbol-file' can be
7787 position-independent.
7788
1cc75e92
YQ
77892017-12-01 Yao Qi <yao.qi@linaro.org>
7790
7791 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7792 the URL in copyright header.
7793 * gdb.arch/aarch64-fp.exp: Likewise.
7794 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7795 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7796 * gdb.base/expand-psymtabs.exp: Likewise.
7797 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7798 * gdb.fortran/common-block.exp: Likewise.
7799 * gdb.fortran/common-block.f90: Likewise.
7800 * gdb.fortran/logical.exp: Likewise.
7801 * gdb.fortran/vla-datatypes.f90: Likewise.
7802 * gdb.fortran/vla-sub.f90: Likewise.
7803
875fb7a7
JB
78042017-11-30 Joel Brobecker <brobecker@adacore.com>
7805
7806 * gdb.ada/repeat_dyn: New testcase.
7807
6f14765f
UW
78082017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7809
7810 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7811 Update for changed thread numbering.
7812 * gdb.cell/bt.exp: Update for changed GDB output.
7813
f1af7b94
SM
78142017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7817 setting isremote by hand.
7818 * boards/dwarf4-gdb-index.exp: Likewise.
7819 * boards/fission.exp: Likewise.
7820 * boards/stabs.exp: Likewise.
7821
e3919f3e
PA
78222017-11-30 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.linespec/cpls-ops.exp
7825 (check_explicit_skips_function_argument): Extract the underlying
7826 type of size_t instead of hardcoding it.
7827
bd69330d
PA
78282017-11-29 Pedro Alves <palves@redhat.com>
7829
7830 PR c++/19436
7831 * gdb.linespec/cpls-abi-tag.cc: New file.
7832 * gdb.linespec/cpls-abi-tag.exp: New file.
7833
a20714ff
PA
78342017-11-29 Pedro Alves <palves@redhat.com>
7835
7836 * gdb.base/langs.exp: Use -qualified.
7837 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7838 it.
7839 * gdb.cp/namespace.exp: Use -qualified.
7840 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7841 (overload-3, template-overload, template-ret-type, const-overload)
7842 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7843 procedures.
7844 (test_driver): Call them.
7845 * gdb.cp/save-bp-qualified.cc: New.
7846 * gdb.cp/save-bp-qualified.exp: New.
7847 * gdb.linespec/explicit.exp: Test -qualified.
7848 * lib/completion-support.exp (completion::explicit_opts_list): Add
7849 "-qualified".
7850 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7851
f6f1d339
PM
78522017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7853
7854 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7855
02ca603a
TT
78562017-11-29 Tom Tromey <tom@tromey.com>
7857
7858 * gdb.base/relocate.exp: Update invalid argument test.
7859 Add new tests for invalid arguments.
7860
ed6c0bfb
TP
78612017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7862
7863 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7864 Return 0 as a long.
7865 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7866
f106e10e
TP
78672017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7868
7869 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7870 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7871 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7872 func ().
7873 * gdb.cp/shadow.cc (B.func): Return 0.
7874
10329bb2
JB
78752017-11-27 Joel Brobecker <brobecker@adacore.com>
7876
7877 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7878 expected output in gdb_expect call to allow the exception
7879 message to be present as well. Fix syntax confusion to avoid
7880 TCL thinking that exception_name is an array.
7881
617cd4bc
UW
78822017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7883
7884 * gdb.arch/spu-info.c: Include <unistd.h>.
7885 (do_signal_test): Fix broken calls to write.
7886 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7887 Fix checks for empty mailboxes. Update signal tests for corrected
7888 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
7889 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
7890 * gdb.cell/arch.exp: Use standard_output_file.
7891 * gdb.cell/break.exp: Likewise.
7892 * gdb.cell/bt.exp: Likewise.
7893 * gdb.cell/core.exp: Likewise.
7894 * gdb.cell/dwarfaddr.exp: Likewise.
7895 * gdb.cell/ea-cache.exp: Likewise.
7896 * gdb.cell/ea-standalone.exp: Likewise.
7897 * gdb.cell/f-regs.exp: Likewise.
7898 * gdb.cell/fork.exp: Likewise.
7899 * gdb.cell/gcore.exp: Likewise.
7900 * gdb.cell/mem-access.exp: Likewise.
7901 * gdb.cell/ptype.exp: Likewise.
7902 * gdb.cell/registers.exp: Likewise.
7903 * gdb.cell/sizeof.exp: Likewise.
7904 * gdb.cell/solib-symbol.exp: Likewise.
7905 * gdb.cell/solib.exp: Likewise.
617cd4bc 7906
a81aaca0
PA
79072017-11-25 Pedro Alves <palves@redhat.com>
7908
7909 * gdb.base/complete-empty.exp: New file.
7910 * gdb.base/completion.exp: Adjust.
7911
6a3c6ee4
PA
79122017-11-25 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.linespec/cpls-ops.cc: New file.
7915 * gdb.linespec/cpls-ops.exp: New file.
7916 * lib/completion-support.exp (test_complete_prefix_range_re): New,
7917 factored out from ...
7918 (test_complete_prefix_range): ... this.
7919
8955eb2d
PA
79202017-11-24 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.linespec/cpcompletion.exp: New file.
7923 * gdb.linespec/cpls-hyphen.cc: New file.
7924 * gdb.linespec/cpls.cc: New file.
7925 * gdb.linespec/cpls2.cc: New file.
7926 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
7927 test to use test_gdb_complete_unique. Add label completion,
7928 keyword completion and explicit location completion tests.
7929 * lib/completion-support.exp: New file.
7930
e547c119
JB
79312017-11-24 Joel Brobecker <brobecker@adacore.com>
7932
7933 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
7934 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
7935 when hitting an exception catchpoint.
7936
7c3c1aa8
YQ
79372017-11-22 Yao Qi <yao.qi@linaro.org>
7938
7939 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
7940
41bd68f5
SM
79412017-11-22 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
7944 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
7945 * gdb.dwarf2/info-locals-optimized-out.c: New file.
7946
1daad298
YQ
79472017-11-22 Yao Qi <yao.qi@linaro.org>
7948
7949 * gdb.base/info-os.exp: Pass pthreads.
7950 * gdb.multi/multi-attach.exp: Likewise.
7951
88465e87
YQ
79522017-11-22 Yao Qi <yao.qi@linaro.org>
7953
7954 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
7955 compiler.
7956
dc196b23
YQ
79572017-11-22 Yao Qi <yao.qi@linaro.org>
7958
7959 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
7960 * gdb.base/break-interp.exp: Likewise.
7961 * gdb.base/jit-attach-pie.exp: Likewise.
7962
2400729e
UW
79632017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7964
7965 * gdb.base/float128.c (large128): New variable.
7966 * gdb.base/float128.exp: Add test to print largest __float128 value.
7967
7a26362d
UW
79682017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
7969
7970 * gdb.arch/vsx-regs.exp: Update register content checks.
7971
ed0f4273
UW
79722017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
7973
7974 * gdb.arch/ppc-longdouble.exp: New file.
7975 * gdb.arch/ppc-longdouble.c: Likewise.
7976
a25d69c6
PA
79772017-11-21 Pedro Alves <palves@redhat.com>
7978
7979 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
7980
73fcf641
PA
79812017-11-20 Pedro Alves <palves@redhat.com>
7982
7983 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
7984 (long_double_typedef): New typedefs.
7985 Use DEF on double and long double.
7986 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
7987 cases.
7988 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
7989 and 'long_double_ptr_same_size' locals. Use them to decide
7990 whether cast from array/function to float is valid/invalid.
7991
71a3c369
TT
79922017-11-17 Tom Tromey <tom@tromey.com>
7993
7994 * gdb.rust/traits.rs: New file.
7995 * gdb.rust/traits.exp: New file.
7996
ced9779b
JB
79972017-11-17 Joel Brobecker <brobecker@adacore.com>
7998
7999 * gdb.ada/minsyms: New testcase.
8000
a0922d80
PA
80012017-11-16 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8004 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8005
ea04e54c
PA
80062017-11-16 Pedro Alves <palves@redhat.com>
8007
8008 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8009 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8010
e849ea89
PA
80112017-11-16 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.server/reconnect-ctrl-c.c: New file.
8014 * gdb.server/reconnect-ctrl-c.exp: New file.
8015
d8ae99a7
PM
80162017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8017
8018 * gdb.python/py-rbreak.exp: New file.
8019 * gdb.python/py-rbreak.c: New file.
8020 * gdb.python/py-rbreak-func2.c: New file.
8021
968a13f8
PA
80222017-11-16 Pedro Alves <palves@redhat.com>
8023
8024 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8025 pattern.
8026 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8027 GDB.
8028
71774bc9
SM
80292017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8030
8031 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8032 regex.
8033
ddbb44cf
SM
80342017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8035
8036 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8037 test names.
8038
584a564f
PA
80392017-11-09 Pedro Alves <palves@redhat.com>
8040
8041 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8042 factored out from ...
8043 (top level): ... here, and adjusted to avoid expecting beyond the
8044 prompt in a single gdb_test_multiple.
8045
5ed7a928
PA
80462017-11-09 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8049 output.
8050 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8051 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8052 * gdb.server/ext-run.exp ("kill" test): Likewise.
8053 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8054
a60e0738
PA
80552017-11-09 Pedro Alves <palves@redhat.com>
8056
8057 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8058 match till end of line.
8059
2c88253f
PA
80602017-11-09 Pedro Alves <palves@redhat.com>
8061
8062 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8063
c7a38517
PA
80642017-11-09 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8067 New procedures, factored out from ...
8068 (top level): ... here, and adjusted to avoid expecting beyond the
8069 prompt in one go.
8070
f29f4b6b
PA
80712017-11-09 Pedro Alves <palves@redhat.com>
8072
8073 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8074 output. Fix '?' match.
8075
286acbb5
JB
80762017-11-08 Joel Brobecker <brobecker@adacore.com>
8077
8078 * gdb.ada/scoped_watch: New testcase.
8079 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8080 which is actually correct.
8081 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8082 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8083
62d7ae92
PA
80842017-11-08 Pedro Alves <palves@redhat.com>
8085
8086 * gdb.gdb/complaints.exp (test_initial_complaints)
8087 (test_serial_complaints, test_short_complaints): Call
8088 complaint_internal instead of complaint.
8089
280ca31f
DT
80902017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8091
8092 * gdb.threads/tls-core.c: New file.
8093 * gdb.threads/tls-core.exp: Likewise.
8094
b5ec771e
PA
80952017-11-08 Pedro Alves <palves@redhat.com>
8096
8097 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8098 (p Exported_Capitalized): New test.
8099 (p exported_capitalized): New test.
8100
a02b41a7
PA
81012017-11-07 Pedro Alves <palves@redhat.com>
8102
8103 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8104
95e95a6d
PA
81052017-11-07 Pedro Alves <palves@redhat.com>
8106
8107 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8108 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8109 (disable_invalid, disable_inverted, disable_negative): New
8110 procedures.
8111 ("bad numbers"): New set of tests.
8112
cee62dbd
PA
81132017-11-07 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.cp/ena-dis-br-range.exp: Add tests.
8116
cc638e86
PA
81172017-11-07 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8120
d0fe4701
XR
81212017-11-07 Xavier Roirand <roirand@adacore.com>
8122 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.base/ena-dis-br.exp: Add reference to
8125 gdb.cp/ena-dis-br-range.exp.
8126 * gdb.cp/ena-dis-br-range.exp: New file.
8127 * gdb.cp/ena-dis-br-range.cc: New file.
8128
46f67f80
PA
81292017-11-06 Pedro Alves <palves@redhat.com>
8130
8131 * gdb.base/attach-non-pgrp-leader.c: New.
8132 * gdb.base/attach-non-pgrp-leader.exp: New.
8133
726e1356
PA
81342017-11-06 Pedro Alves <palves@redhat.com>
8135
8136 * configure.ac: No longer check for termio.h and sgtty.h.
8137 * configure: Regenerate.
8138 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8139 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8140 Remove termio and sgtty code.
8141
50ab6ace
YQ
81422017-11-03 Yao Qi <yao.qi@linaro.org>
8143
8144 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8145 in GDB is disabled.
8146
8e68731c
YQ
81472017-11-03 Yao Qi <yao.qi@linaro.org>
8148
8149 * gdb.python/py-thrhandle.exp: Skip it if python is not
8150 enabled.
8151
3a87ae65
SM
81522017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8153
8154 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8155 as a breakpoint command.
8156
484d8d36
MD
81572017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8158
8159 PR python/21213
8160 * gdb.python/py-infthread.exp: Test calling
8161 InferiorThread.inferior () multiple times in a row.
8162
4a27f119
KS
81632017-10-27 Keith Seitz <keiths@redhat.com>
8164
8165 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8166 Test "info break" for every inlined function breakpoint.
8167
bb11dd58
YQ
81682017-10-27 Yao Qi <yao.qi@linaro.org>
8169
8170 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8171
a43f3893
PF
81722017-10-26 Patrick Frants <osscontribute@gmail.com>
8173
8174 * gdb.cp/classes.exp (test_static_members): Test printing
8175 Outer::instance.
8176 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8177 (Inner::instance, Outer::instance): New.
8178
792ccf00
PA
81792017-10-24 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8182 extra console" test in two stages.
8183
eb2bfbad
PA
81842017-10-24 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8187
1f75a651
PA
81882017-10-24 Pedro Alves <palves@redhat.com>
8189
8190 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8191 loop.
8192
779990d9
PA
81932017-10-24 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8196 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8197
ad9b8f5d
PA
81982017-10-24 Pedro Alves <palves@redhat.com>
8199
8200 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8201 parameter and handle it. Don't output read value in test name.
8202
fee6da6e
PA
82032017-10-24 Pedro Alves <palves@redhat.com>
8204
8205 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8206 custom test name.
8207
10389c2c
PA
82082017-10-24 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8211 include the unstable output directory name in the test's name.
8212 (initial_setup_simple) <'set args'>: Use custom test name.
8213
a80e65a9
PA
82142017-10-24 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8217 with explicit test name.
8218
15763a09
PA
82192017-10-20 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8222 'wait -i'. Use gdb_assert and remote_close.
8223
49a4ce2e
AB
82242017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8225
8226 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8227 number from variable rather than hard-coded.
8228
a75868f5
PA
82292017-10-19 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/long-inferior-output.c: New file.
8232 * gdb.base/long-inferior-output.exp: New file.
8233
c8ba13ad
KS
82342017-11-18 Keith Seitz <keiths@redhat.com>
8235
8236 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8237 method.
8238 (main): Call it.
8239 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8240 Add additional user-defined conversion operator tests.
8241
b27de576
PA
82422017-10-17 Pedro Alves <palves@redhat.com>
8243
8244 * boards/native-stdio-gdbserver.exp: Load "local-board".
8245
8484c955
PA
82462017-10-17 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.base/quit-live.c: New file.
8249 * gdb.base/quit-live.exp: New file.
8250
83d5a34d
KS
82512017-10-16 Keith Seitz <keiths@redhat.com>
8252
8253 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8254 (class_with_protected_typedef, class_with_private_typedef)
8255 (struct_with_public_typedef, struct_with_protected_typedef)
8256 (struct_with_private_typedef): New classes/structs.
8257 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8258 typedefs and access specifiers.
8259
739b3f1d
PA
82602017-10-16 Pedro Alves <palves@redhat.com>
8261 Simon Marchi <simon.marchi@polymtl.ca>
8262
8263 * README (Local vs Remote vs Native): New section.
8264 * boards/local-board.exp: New file, with bits factored out from
8265 ...
8266 * boards/native-extended-gdbserver.exp: ... here. Load
8267 "local-board".
8268 * boards/native-gdbserver.exp: Load "local-board".
8269 (${board}_spawn, ${board}_exec): Delete.
8270 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8271 ...
8272 * boards/stdio-gdbserver-base.exp: ... this new file.
8273 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8274 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8275 procedure.
8276 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8277 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8278 stdio_gdbserver_command.
8279 (${board}_get_remote_address, ${board}_get_comm_port)
8280 (${board}_download, ${board}_upload): Delete.
8281 (get_target_remote_pipe_cmd): New.
8282
fe68b953
SM
82832017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8284
8285 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8286 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8287 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8288 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8289 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8290 remove with_test_prefix.
8291
300b6685
PA
82922017-10-13 Pedro Alves <palves@redhat.com>
8293
8294 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8295 * gdb.base/annota1.exp: Use it instead of is_remote.
8296 * gdb.base/annota3.exp: Use it instead of is_remote.
8297 * gdb.cp/annota2.exp: Use it instead of is_remote.
8298 * gdb.cp/annota3.exp: Use it instead of is_remote.
8299 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8300
50500caf
PA
83012017-10-13 Pedro Alves <palves@redhat.com>
8302
8303 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8304 (test_num_test_vars, run_and_count_vars, find_env)
8305 (test_set_unset_env, test_inherit_env_var): New procedures.
8306 (top level): Use them.
8307
dad0c6d2
PA
83082017-10-13 Pedro Alves <palves@redhat.com>
8309
8310 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8311 also skip on stub-like targets.
8312
8b0553c1
PA
83132017-10-13 Pedro Alves <palves@redhat.com>
8314
8315 PR gdb/22293
8316 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8317 (top level): Move some tests to ...
8318 (test_not_found): ... this new procedure.
8319 (top level): Call it.
8320
7594f623
PA
83212017-10-13 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8324 expect different "info terminal" output if testing with a
8325 non-native target.
8326
ebe3b402
PA
83272017-10-13 Pedro Alves <palves@redhat.com>
8328 Simon Marchi <simon.marchi@polymtl.ca>
8329
8330 PR python/12966
8331 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8332
42f1b161
PA
83332017-10-13 Pedro Alves <palves@redhat.com>
8334
8335 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8336 already.
8337
8d6ef72b
PA
83382017-10-13 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8341 is_remote.
8342
d7bcd5b8
PA
83432017-10-13 Pedro Alves <palves@redhat.com>
8344
8345 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8346 is_remote.
8347
df479dc6
PA
83482017-10-13 Pedro Alves <palves@redhat.com>
8349
8350 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8351 is set.
8352 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8353 instead of is_remote.
8354
23fb630a
PA
83552017-10-13 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8358 (top level): Add comment.
8359
cc77b1dc
PA
83602017-10-13 Pedro Alves <palves@redhat.com>
8361
8362 * gdb.base/remote.exp (top level): Fix comment typo and add
8363 missing return.
8364
27c9e813
PA
83652017-10-13 Pedro Alves <palves@redhat.com>
8366 Simon Marchi <simon.marchi@polymtl.ca>
8367
8368 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8369 calls and add comments. Skip test if use_gdb_stub is set.
8370 (top level): Use "set cwd" command instead of "cd" command.
8371
5e830d98
PA
83722017-10-13 Pedro Alves <palves@redhat.com>
8373
8374 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8375 is_remote target check.
8376
f5ca0032
PA
83772017-10-13 Pedro Alves <palves@redhat.com>
8378
8379 * gdb.base/scope.exp: Use build_executable + clean_restart +
8380 gdb_file_cmd instead of prepare_for_testing and no longer skip
8381 "before run" tests on is_remote target boards. Update comments.
8382 * boards/native-extended-gdbserver.exp
8383 (extended_gdbserver_load_last_file): New, factored out from ...
8384 (gdb_load): ... this. Move further below and add comment.
8385 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8386
8aed1c0d
PA
83872017-10-12 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.base/attach.exp: Remove references to gdb64.
8390 * gdb.base/dbx.exp: Remove references to gdb64.
8391
cfa34c87
SM
83922017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8393 Pedro Alves <palves@redhat.com>
8394
8395 * gdb.base/label.exp: Remove is_remote target check.
8396
9192b7de
PA
83972017-10-12 Pedro Alves <palves@redhat.com>
8398
8399 * gdb.base/auvx.exp (coredir): Update comment.
8400 (top level) <core_works>: Use "set cwd" command instead of "cd"
8401 command.
8402
6bf0052d
PA
84032017-10-12 Pedro Alves <palves@redhat.com>
8404 Simon Marchi <simon.marchi@polymtl.ca>
8405
8406 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8407 target boards.
8408
e48ef82d
PA
84092017-10-12 Pedro Alves <palves@redhat.com>
8410 Simon Marchi <simon.marchi@polymtl.ca>
8411
8412 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8413 Instead skip if there's any gdb_protocol set.
8414
8d7aea57
SM
84152017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8416 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8419
30440677
PA
84202017-10-12 Pedro Alves <palves@redhat.com>
8421 Simon Marchi <simon.marchi@polymtl.ca>
8422
8423 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8424 instead of on dejagnu remote boards.
8425
4e04f045 84262017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8427 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8428
8429 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8430 checks. Use build_executable + clean_restart instead of
8431 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8432 of enabling non-stop after starting gdb.
8433
871a186e
PA
84342017-10-12 Pedro Alves <palves@redhat.com>
8435
8436 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8437 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8438 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8439 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8440
56d704da
AK
84412017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8442
8443 * gdb.arch/arc-tdesc-cpu.exp: New file.
8444 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8445
2f20e312
SM
84462017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8447
8448 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8449
65630365
PA
84502017-10-10 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8453 expect CLI output.
8454
bf469271
PA
84552017-10-10 Pedro Alves <palves@redhat.com>
8456
8457 * lib/selftest-support.exp (selftest_setup): Update for
8458 captured_command_loop's prototype change.
8459
777a42f1
PA
84602017-10-09 Pedro Alves <palves@redhat.com>
8461
8462 Test both arch1=>arch2 and arch2=>arch1.
8463
8464 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8465 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8466 factored out to...
8467 (append_arch1_options, append_arch2_options, append_arch_options)
8468 (build_executables): New procedures.
8469 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8470 local.
8471 (top level): Add new 'first_arch' testing axis.
8472
cbd2b4e3
PA
84732017-10-09 Pedro Alves <palves@redhat.com>
8474
8475 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8476 (barrier): New.
8477 (thread_start, all_started): New functions.
8478 (main): Spawn new thread and wait until it is scheduled.
8479 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8480 option.
8481 (do_test): Add 'selected_thread' parameter. Run to all_started
8482 instead of main. Explicitly set the breakpoint at main. Switch
8483 to the SELECTED_THREAD thread.
8484 (top level): Test handling the exec event with either the main
8485 thread or the second thread selected.
8486
5c9e4427
PA
84872017-10-09 Pedro Alves <palves@redhat.com>
8488
8489 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8490 logic. Move STOP marker after the value checks.
8491 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8492 regexp.
8493
b3b7c423
SL
84942017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8495
8496 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8497
3b4b2f16
UW
84982017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8499
8500 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8501 integer-to-dfp conversion.
8502 * gdb.base/dfp-test.exp: Likewise.
8503
5cd63fda
PA
85042017-10-04 Pedro Alves <palves@redhat.com>
8505
8506 * gdb.multi/hangout.c: Include <unistd.h>.
8507 (hangout_loop): New function.
8508 (main): Call alarm. Call hangout_loop in a loop.
8509 * gdb.multi/hello.c: Include <unistd.h>.
8510 (hello_loop): New function.
8511 (main): Call alarm. Call hangout_loop in a loop.
8512 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8513 inferior with the other selected.
8514
4c71c105
SM
85152017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8516
8517 * gdb.mi/list-thread-groups-available.exp: New file.
8518 * gdb.mi/list-thread-groups-available.c: New file.
8519
bc3b087d
SDJ
85202017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8521
8522 * gdb.base/set-cwd.exp: Make it available on
8523 native-extended-gdbserver.
8524
d092c5a2
SDJ
85252017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8526
8527 * gdb.base/set-cwd.c: New file.
8528 * gdb.base/set-cwd.exp: Likewise.
8529
45320ffa
TT
85302017-10-02 Tom Tromey <tom@tromey.com>
8531
8532 PR rust/22236:
8533 * gdb.rust/simple.rs (main): New variable "fslice".
8534 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8535
b3e3859b
TT
85362017-10-02 Tom Tromey <tom@tromey.com>
8537
8538 * gdb.rust/simple.exp: Test ptype of a slice.
8539
01af5e0d
TT
85402017-10-02 Tom Tromey <tom@tromey.com>
8541
8542 * gdb.rust/simple.exp: Test index of slice.
8543
a9bbfbd8
TT
85442017-09-27 Tom Tromey <tom@tromey.com>
8545
8546 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8547
df8899e5
TP
85482017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8549 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/compare-sections.exp (get value of read-only section): Read
8552 as unsigned value.
8553 (corrupt read-only section): Likewise and don't set written if patching
8554 failed.
8555
757bf54b
KB
85562017-09-21 Kevin Buettner <kevinb@redhat.com>
8557
8558 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8559 files.
8560
06871ae8
PA
85612017-09-20 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8564 symbol names in gdb's output.
8565 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8566
e5f25bc5
PA
85672017-09-20 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8570 Rename to ...
8571 (test_list_ambiguous_symbol): ... this and add a symbol name
8572 parameter. Adjust.
8573 (test_list_ambiguous_function): Reimplement on top of
8574 test_list_ambiguous_symbol and also test listing ambiguous
8575 variables.
8576 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8577 (ambiguous_fun): ... this.
8578 (ambiguous_var): New.
8579 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8580 (ambiguous_fun): ... this.
8581 (ambiguous_var): New.
8582
4e5a4f58
JB
85832017-09-19 John Baldwin <jhb@FreeBSD.org>
8584
8585 * gdb.base/starti.c: New file.
8586 * gdb.base/starti.exp: New file.
8587 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8588
26e53f3e
PA
85892017-09-14 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8592 (top level): Use it instead of runto.
8593
cb791d59
TT
85942017-09-11 Tom Tromey <tom@tromey.com>
8595
8596 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8597
7c96f8c1
TT
85982017-09-11 Tom Tromey <tom@tromey.com>
8599
8600 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8601 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8602
469412dd
CW
86032017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8604
8605 * gdb.fortran/printing-types.exp: New file.
8606 * gdb.fortran/printing-types.exp: New file.
8607
e0f86435
BH
86082017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8609
8610 * gdb.fortran/vla-ptype.exp: Fix typos.
8611 * gdb.fortran/vla-value.exp: Same.
8612
9e9af4be
BH
86132017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8614
8615 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8616 * gdb.mi/mi-var-child-f.exp: Likewise.
8617 * gdb.mi/mi-vla-fortran.exp: Likewise.
8618
a5ad232b 86192017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8620 Christoph Weinmann <christoph.t.weinmann@intel.com>
8621 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8622
8623 * gdb.fortran/ptr-indentation.f90: New file.
8624 * gdb.fortran/ptr-indentation.exp: New file.
8625
5aec60eb
TT
86262017-09-05 Tom Tromey <tom@tromey.com>
8627
8628 PR gdb/22010:
8629 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8630
8f8f8152
TP
86312017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8632
8633 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8634
fbd1b771
JK
86352017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8636
8637 * gdb.threads/tls-nodebug-pie.c: New file.
8638 * gdb.threads/tls-nodebug-pie.exp: New file.
8639
5eb5f850
TT
86402017-09-05 Tom Tromey <tom@tromey.com>
8641
8642 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8643 for rust.
8644
ae780a21
SM
86452017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8646
8647 * gdb.multi/multi-arch-exec.exp: Test with different
8648 "follow-exec-mode" settings.
8649 (do_test): New procedure.
8650
3693fdb3
PA
86512017-09-04 Pedro Alves <palves@redhat.com>
8652
8653 * gdb.base/func-static.c (S::method const, S::method volatile)
8654 (S::method volatile const): New methods.
8655 (c_s, v_s, cv_s): New instances.
8656 (main): Call method() on them.
8657 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8658 (cannot_resolve): New procedure.
8659 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8660 print-quote-unquoted columns.
8661 (do_test): Test printing each scope too.
8662
e68cb8e0
PA
86632017-09-04 Pedro Alves <palves@redhat.com>
8664
8665 * gdb.base/local-static.exp: Also test with
8666 class::method::variable wholly quoted.
8667 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8668
858be34c
PA
86692017-09-04 Pedro Alves <palves@redhat.com>
8670
8671 * gdb.base/local-static.c: New.
8672 * gdb.base/local-static.cc: New.
8673 * gdb.base/local-static.exp: New.
8674
46a4882b
PA
86752017-09-04 Pedro Alves <palves@redhat.com>
8676
8677 * gdb.asm/asm-source.exp: Add casts to int.
8678 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8679 (dataglobal64_1, dataglobal64_2): New globals.
8680 * gdb.base/nodebug.exp: Test different expressions involving the
8681 new globals, with print, whatis and ptype. Add casts to int.
8682 * gdb.base/solib-display.exp: Add casts to int.
8683 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8684 * gdb.cp/m-static.exp: Add cast to int.
8685 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8686 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8687 tls variable with no debug info without a cast. Test with a cast
8688 to int too.
8689 * gdb.trace/entry-values.exp: Add casts.
8690
2c5a2be1
PA
86912017-09-04 Pedro Alves <palves@redhat.com>
8692
8693 * gdb.base/nodebug.exp: Test that ptype's error about functions
8694 with unknown return type includes the function name too.
8695
7022349d
PA
86962017-09-04 Pedro Alves <palves@redhat.com>
8697
8698 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8699 return type of munmap in infcall.
8700 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8701 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8702 type of ftell in infcall.
8703 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8704 type of getpid in infcall.
8705 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8706 infcall.
8707 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8708 Bail on failure to extract the pid.
8709 * gdb.base/nodebug.c: #include <stdint.h>.
8710 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8711 New functions.
8712 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8713 Change expected output of print/whatis/ptype with functions with
8714 no debug info. Test all supported languages. Call
8715 test_call_promotion.
8716 * gdb.compile/compile.exp: Adjust expected output to expect
8717 warning.
8718 * gdb.threads/siginfo-threads.exp: Likewise.
8719
54990598
PA
87202017-09-04 Pedro Alves <palves@redhat.com>
8721
8722 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8723 "prototypes". Test calling float functions via prototyped and
8724 unprototyped function pointers.
8725 (perform_all_tests): New parameter "prototypes". Pass it down.
8726 (top level): Pass down "prototypes" parameter to
8727 perform_all_tests.
8728
34d16ea2
SM
87292017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8730
8731 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8732 Test with nested loops.
8733
9521ecda
SM
87342017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8735
8736 * gdb.base/commands.exp: Call the new procedures.
8737 (loop_break_test, loop_continue_test): New procedures.
8738
80a65e9b
SM
87392017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8740
8741 * gdb.base/commands.exp: Call new procedure.
8742 (define_if_without_arg_test): New procedure.
8743
e439fa14
PA
87442017-09-04 Pedro Alves <palves@redhat.com>
8745
8746 * gdb.base/list-ambiguous.exp: New file.
8747 * gdb.base/list-ambiguous0.c: New file.
8748 * gdb.base/list-ambiguous1.c: New file.
8749 * gdb.base/list.exp (test_list_range): Adjust expected output.
8750
0a2dde4a
SDJ
87512017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8752
8753 * gdb.base/share-env-with-gdbserver.c: New file.
8754 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8755
5e89eb3a
SM
87562017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8757
8758 * gdb.base/commands.exp (gdbvar_simple_if_test,
8759 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8760 progvar_simple_if_test, progvar_simple_while_test,
8761 progvar_complex_if_while_test, user_defined_command_test,
8762 user_defined_command_args_eval,
8763 user_defined_command_args_stack_test,
8764 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8765 temporary_breakpoint_commands,
8766 gdb_test_no_prompt, redefine_hook_test,
8767 redefine_backtrace_test): Remove "global gdb_prompt".
8768
fd437cbc
SM
87692017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8770
8771 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8772 New proc, call it from toplevel.
8773
87215ad1
SDJ
87742017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8775
8776 PR remote/21852
8777 * gdb.server/normal.c: New file, copied from gdb.base.
8778 * gdb.server/run-without-local-binary.exp: New file.
8779
58afddc6
WP
87802017-08-07 Weimin Pan <weimin.pan@oracle.com>
8781
8782 * gdb.arch/sparc64-adi.exp: New file.
8783 * gdb.arch/sparc64-adi.c: New file.
8784
5277199a
PA
87852017-08-22 Pedro Alves <palves@redhat.com>
8786
8787 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8788 (top level): Add "list all overloads" tests.
8789
14278e1f
TT
87902017-08-22 Tom Tromey <tom@tromey.com>
8791
8792 * gdb.gdb/xfullpath.exp: Remove.
8793
bf223d3e
PA
87942017-08-21 Pedro Alves <palves@redhat.com>
8795
8796 PR gdb/19487
8797 * gdb.base/symbol-alias.c: New.
8798 * gdb.base/symbol-alias2.c: New.
8799 * gdb.base/symbol-alias.exp: New.
8800
c973d0aa
PA
88012017-08-21 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/dfp-test.c
8804 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8805 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8806 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8807 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8808 * gdb.base/whatis-ptype-typedefs.c: New.
8809 * gdb.base/whatis-ptype-typedefs.exp: New.
8810 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8811 (an_int, an_int_type, an_int_type2): New globals.
8812 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8813 involving typedefs and cast expressions.
8814 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8815 (lookup_typedefs_function): New.
8816 (typedefs_pretty_printers_dict): New.
8817 (top level): Register lookup_typedefs_function in
8818 gdb.pretty_printers.
8819
6d580b63
YQ
88202017-08-18 Yao Qi <yao.qi@linaro.org>
8821
8822 * gdb.server/unittest.exp: New.
8823
206726fb
SDJ
88242017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8825
8826 PR gdb/21954
8827 * gdb.base/environ.exp: Add test to check if 'unset environment'
8828 works.
8829
bf0ec4c2
AA
88302017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8831
8832 * lib/gdb.exp (universal_compile_options): New caching proc.
8833 (gdb_compile): Suppress GCC's coloring of messages.
8834
d6382fff
TT
88352017-08-14 Tom Tromey <tom@tromey.com>
8836
8837 PR gdb/21675:
8838 * gdb.base/printcmds.exp (test_radices): New function.
8839 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8840 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8841 * lib/gdb.exp (get_integer_valueof): Use p/d.
8842
c2c2dd9f
SM
88432017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8844
8845 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8846 characters.
8847
fdffd6f4
TT
88482017-08-05 Tom Tromey <tom@tromey.com>
8849
8850 * gdb.rust/simple.exp: Allow String to appear in a different
8851 namespace.
8852
27d41eac
YQ
88532017-07-26 Yao Qi <yao.qi@linaro.org>
8854
8855 * gdb.gdb/unittest.exp: Invoke command
8856 "maintenance check xml-descriptions".
8857
031ed05d
AA
88582017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8859
8860 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8861 calling context.
8862 (hex128): Drop erroneous calculation of parameters.
8863
dcd27ddf
SM
88642017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8865
8866 * gdb.python/py-unwind.exp: Disable stack protection when
8867 building test file.
8868
47e77640
PA
88692017-07-20 Pedro Alves <palves@redhat.com>
8870
8871 * gdb.base/default.exp (set language): Adjust expected output.
8872
62d2a18a
PA
88732017-07-20 Pedro Alves <palves@redhat.com>
8874
8875 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8876 (test_minsym): ... this, and make static.
8877 (get_pck__foo__bar__minsym): Rename to ...
8878 (get_test_minsym): ... this.
8879 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8880 symbol names and comments.
8881 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8882 (get_test_minsym): ... this.
8883 (pck__foo__bar__minsym__2): Rename to ...
8884 (test_minsym): ... this.
8885 (main): Adjust.
8886
c45ec17c
PA
88872017-07-17 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.base/completion.exp: Adjust expected output.
8890 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
8891 the completer works.
8892
c6756f62
PA
88932017-07-17 Pedro Alves <palves@redhat.com>
8894
8895 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
8896
5bd68487
AB
88972017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
8898
8899 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
8900
8880f2a9
TT
89012017-07-14 Tom Tromey <tom@tromey.com>
8902
8903 PR rust/21764:
8904 * gdb.rust/simple.exp: Add tests.
8905
65547233
TT
89062017-07-14 Tom Tromey <tom@tromey.com>
8907
8908 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
8909
8f14146e
PA
89102017-07-14 Pedro Alves <palves@redhat.com>
8911
8912 * gdb.linespec/base/one/thefile.cc (z1): New function.
8913 * gdb.linespec/base/two/thefile.cc (z2): New function.
8914 * gdb.linespec/linespec.exp: Add tests.
8915
b4365d02
AB
89162017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8917
8918 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
8919 to mi_create_breakpoint.
8920
5d2cbaa5
AB
89212017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
8922
8923 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
8924 mi_create_breakpoint.
8925
11cb5716
IB
89262017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
8927
8928 * gdb.dlang/demangle.exp: Update for demangling changes.
8929
03278692
TT
89302017-07-09 Tom Tromey <tom@tromey.com>
8931
8932 * gdb.dwarf2/shortpiece.exp: New file.
8933
33c5cd75
DB
89342017-07-06 David Blaikie <dblaikie@gmail.com>
8935
8936 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
8937 built from fissiont-multi-cu{1,2}.c.
8938 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
8939 except putting 'main' and 'func' in separate CUs in the same DWO file.
8940 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
8941 test.
8942 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
8943 test.
8944
8455d262
PA
89452017-07-06 Pedro Alves <palves@redhat.com>
8946
8947 * gdb.python/py-unwind.exp: Test flushregs.
8948
dc4bde35
SDJ
89492017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8950
8951 PR cli/21688
8952 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
8953 tests for alias commands and trailing whitespace.
8954
51ed89aa
SDJ
89552017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
8956
8957 PR cli/21688
8958 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
8959 procedure. Call it.
8960
eb17d413
PA
89612017-06-29 Pedro Alves <palves@redhat.com>
8962
8963 * gdb.base/printcmds.exp: Add tests.
8964
41664b45
DG
89652017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
8966
8967 PR gdb/21337
8968 * gdb.base/reread-readsym.exp: New file.
8969 * gdb.base/reread-readsym.c: New file.
8970
75312ae3
KB
89712017-06-21 Kevin Buettner <kevinb@redhat.com>
8972
8973 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
8974 subpattern.
8975
66953522
PB
89762017-06-19 Peter Bergner <bergner@vnet.ibm.com>
8977
8978 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
8979 extended mnemonic.
8980 * gdb.arch/powerpc-power9.s: Likewise.
8981
5524b525
AA
89822017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8983
8984 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
8985 on 32-bit x86 targets. Exploit is_*_target macros where
8986 appropriate.
8987
03c8af18
AA
89882017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8989
8990 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
8991 register pieces.
8992
3bf31011
AA
89932017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8994
8995 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
8996 located in one or more DWARF pieces.
8997
805acca0
AA
89982017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8999
9000 * lib/gdb.exp (get_endianness): New proc.
9001 * gdb.arch/aarch64-fp.exp: Use it.
9002 * gdb.arch/altivec-regs.exp: Likewise.
9003 * gdb.arch/e500-regs.exp: Likewise.
9004 * gdb.arch/vsx-regs.exp: Likewise.
9005 * gdb.base/dump.exp: Likewise.
9006 * gdb.base/funcargs.exp: Likewise.
9007 * gdb.base/gnu_vector.exp: Likewise.
9008 * gdb.dwarf2/formdata16.exp: Likewise.
9009 * gdb.dwarf2/implptrpiece.exp: Likewise.
9010 * gdb.dwarf2/nonvar-access.exp: Likewise.
9011 * gdb.python/py-inferior.exp: Likewise.
9012 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9013
e9352324
AA
90142017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9015
9016 PR gdb/21226
9017 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9018 stack value pieces are taken from the LSB end.
9019
d5d1163e
AA
90202017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9023 variable at nonzero offset.
9024
0567c986
AA
90252017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9026
9027 * gdb.dwarf2/var-access.c: New file.
9028 * gdb.dwarf2/var-access.exp: New test.
9029 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9030
973e9aab
TT
90312017-06-12 Tom Tromey <tom@tromey.com>
9032
9033 * gdb.dwarf2/formdata16.exp: Add tests.
9034
d9109c80
TT
90352017-06-12 Tom Tromey <tom@tromey.com>
9036
9037 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9038
30a25466
TT
90392017-06-12 Tom Tromey <tom@tromey.com>
9040
9041 PR exp/16225:
9042 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9043 * gdb.arch/vsx-regs.exp: Update tests.
9044 * gdb.arch/s390-vregs.exp (hex128): New proc.
9045 Update test.
9046 * gdb.arch/altivec-regs.exp: Update tests.
9047
aefd8b33
SDJ
90482017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9049
9050 * gdb.base/startup-with-shell.c: New file.
9051 * gdb.base/startup-with-shell.exp: Likewise.
9052
2090129c
SDJ
90532017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9054
9055 * gdb.server/non-existing-program.exp: Update regex in order to
9056 reflect the fact that gdbserver is now using fork_inferior (with a
9057 shell) to startup the inferior.
9058
8e86a419
SM
90592017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9060
9061 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9062 support function calls from GDB.
9063
e6cf65f2
TT
90642017-05-21 Tom Tromey <tom@tromey.com>
9065
9066 PR rust/21466:
9067 * gdb.rust/unsized.exp: New file.
9068 * gdb.rust/unsized.rs: New file.
9069
43cc5389
TT
90702017-05-19 Tom Tromey <tom@tromey.com>
9071
9072 PR rust/21484:
9073 * gdb.rust/watch.exp: New file.
9074 * gdb.rust/watch.rs: New file.
9075
ec8df234
TT
90762017-05-18 Tom Tromey <tom@tromey.com>
9077
9078 * gdb.rust/simple.exp: Allow Box to be qualified.
9079
3e3e7fae
TP
90802017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9081
9082 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9083
59cc050d
PA
90842017-05-18 Pedro Alves <palves@redhat.com>
9085
9086 * gdb.base/fileio.c (test_write, test_read, test_close)
9087 (test_fstat): Don't print 'ret' in the fail path.
9088
c8f6abd1
PA
90892017-05-18 Pedro Alves <palves@redhat.com>
9090
9091 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9092 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9093 (test_system, test_rename, test_unlink, test_time): Change
9094 prototypes.
9095 * gdb.base/fileio.exp (stop_msg): Adjust.
9096
d2a03b77
PA
90972017-05-18 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/fileio.c (null_str): New global.
9100 (test_stat): Use it.
9101 * gdb.base/fileio.exp: Remove nowarnings.
9102
0d5c6999
YQ
91032017-05-17 Yao Qi <yao.qi@linaro.org>
9104
9105 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9106
21873064
YQ
91072017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9108
9109 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9110 argument command.
9111 (top-level): Invoke test_set_inferior_tty.
9112
d512d31c
PA
91132017-05-04 Pedro Alves <palves@redhat.com>
9114
9115 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9116 Add parens to print call for Python 3.
9117
90cef2ed
KS
91182017-05-03 Keith Seitz <keiths@redhat.com>
9119
9120 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9121 (main): Call it.
9122
14f819c8
TW
91232017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9124
9125 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9126 to prev and next.
9127
913aeadd
TW
91282017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9129
9130 * gdb.python/py-record-btrace.exp: Remove test for
9131 gdb.BtraceInstruction.error.
9132
a3be24ad
TW
91332017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9134
9135 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9136
ae20e79a
TW
91372017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9138
9139 * gdb.python/py-record-btrace-threads.c: New file.
9140 * gdb.python/py-record-btrace-threads.exp: New file.
9141
45ce1b47
SDJ
91422017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9143
9144 PR testsuite/8595
9145 * gdb.base/environ.exp: Make test available in all architectures.
9146 Move bits related to "info program" testing to
9147 gdb.base/info-program.exp. Rewrite tests to use the two new
9148 procedures mentione below.
9149 (test_set_show_env_var) New procedure.
9150 (test_set_show_env_var_equal): Likewise.
9151 * gdb.base/info-program.exp: New file.
9152
e15c3eb4
KS
91532017-04-27 Keith Seitz <keiths@redhat.com>
9154
9155 * gdb.cp/oranking.cc (test15): New function.
9156 (main): Call test15 and declare additional variables for testing.
9157 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9158 "p foo101('abc')" tests.
9159 Add tests for cv qualifier overloads.
9160 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9161 "lvalue reference overload" test.
9162 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9163 "print value of f1 on Child&& in f2" test.
9164
3a3fd0fd
PA
91652017-04-19 Pedro Alves <palves@redhat.com>
9166
9167 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9168 procedure.
9169 (top level): Call it.
9170 * lib/gdb.exp (gdb_define_cmd): New procedure.
9171
53375380
PA
91722017-04-12 Pedro Alves <palves@redhat.com>
9173
9174 PR gdb/21323
9175 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9176 (wchar): New global.
9177 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9178 (do_test_wide_char, wide_char_types_no_program, top level): Add
9179 wchar_t testing.
9180
53e710ac
PA
91812017-04-12 Pedro Alves <palves@redhat.com>
9182
9183 PR c++/21323
9184 * gdb.cp/wide_char_types.c: New file.
9185 * gdb.cp/wide_char_types.exp: New file.
9186
0ad9d8c7
SDJ
91872017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9188
9189 PR gdb/21352
9190 * gdb.trace/tsv.exp: Add test for "tsave -r".
9191
b1b45502
IB
91922017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9193
9194 * gdb.dlang/watch-loc.c: New file.
9195 * gdb.dlang/watch-loc.exp: New file.
9196
ec13808e
JK
91972017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9198
9199 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9200
fe5f7374
AK
92012017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9202
9203 * gdb.arch/arc-analyze-prologue.S: New file.
9204 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9205
eea78757
AK
92062017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9207
9208 * gdb.arch/arc-decode-insn.S: New file.
9209 * gdb.arch/arc-decode-insn.exp: Likewise.
9210
5badf10a
IR
92112017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9212
9213 PR tdep/20928
9214 * gdb.arch/sparc64-regs.exp: New file.
9215 * gdb.arch/sparc64-regs.S: Likewise.
9216
cee59b3f
TW
92172017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9218
9219 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9220 and memory view on Python 3.
9221
c0f55cc6
AV
92222017-03-20 Artemiy Volkov <artemiyv@acm.org>
9223 Keith Seitz <keiths@redhat.com>
9224
9225 PR gdb/14441
9226 * gdb.cp/demangle.exp: Add rvalue reference tests.
9227 * gdb.cp/rvalue-ref-casts.cc: New file.
9228 * gdb.cp/rvalue-ref-casts.exp: New file.
9229 * gdb.cp/rvalue-ref-overload.cc: New file.
9230 * gdb.cp/rvalue-ref-overload.exp: New file.
9231 * gdb.cp/rvalue-ref-params.cc: New file.
9232 * gdb.cp/rvalue-ref-params.exp: New file.
9233 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9234 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9235 * gdb.cp/rvalue-ref-types.cc: New file.
9236 * gdb.cp/rvalue-ref-types.exp: New file.
9237 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9238 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9239
51457a05
MAL
92402017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9241
9242 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9243 New procedure.
9244
5b291c04
MAL
92452017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9246
9247 * lib/mi-support.exp (mi_gdb_test): Add additional message
9248 for unexpected output.
9249
59a56148
AA
92502017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9251
9252 * gdb.base/examine-backward.c (Barrier): New character array
9253 constant, to ensure that TestStrings is preceded by a string
9254 terminator.
9255
7942e96e
AA
92562017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9257
9258 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9259 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9260 and implicit pointer into such a location.
9261
6ebac3fb
DE
92622017-03-16 Doug Evans <dje@google.com>
9263
9264 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9265
ec3b243d
TP
92662017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9267
9268 * gdb.cp/m-static.exp: Fix expectation for prototype of
9269 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9270
92712017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9272
9273 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9274 * gdb.guile/scm-lazy-string.c: New file.
9275 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9276 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9277 for pointer, array, typedef lazy strings.
9278
2cc36e25 92792017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9280
9281 PR python/17728, python/18439, python/18779
9282 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9283 * gdb.python/py-lazy-string.c (pointer): New typedef.
9284 (main): New locals ptr, array, typedef_ptr.
9285 * gdb.python/py-value.exp: Move lazy string tests to ...
9286 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9287 array, typedef lazy strings.
ec3b243d 9288
0efcde63
AK
92892017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9290
9291 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9292 Add optional 'test' parameter.
9293
7978d7c3
SM
92942017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9295
9296 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9297 Skip for versions of DejaGnu < 1.5.
9298
896c0c1e
SM
92992017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9300
9301 * lib/gdb.exp (dejagnu_version): New proc.
9302 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9303 Use dejagnu_version.
9304
5f4d1085
KS
93052017-03-10 Keith Seitz <keiths@redhat.com>
9306
9307 PR c++/8128
9308 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9309 type from destructor regexps.
9310 Add a branch which actually passes the test.
9311 Adjust "ptype t5i" test names.
9312
1de05205
PA
93132017-03-08 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.base/step-over-exit.exp: Add explicit test message.
9316
c65d6b55
PA
93172017-03-08 Pedro Alves <palves@redhat.com>
9318
9319 PR gdb/18360
9320 * gdb.threads/interrupt-while-step-over.c: New file.
9321 * gdb.threads/interrupt-while-step-over.exp: New file.
9322
2e86a283
PA
93232017-03-08 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9326 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9327
25dcbff6
PA
93282017-03-08 Pedro Alves <palves@redhat.com>
9329
9330 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9331 PKRU as not supported as a PASS.
9332
dc9366eb
PA
93332017-03-08 Pedro Alves <palves@redhat.com>
9334
9335 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9336 prefix instead of $binfile1/$binfile2.
9337 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9338 in test message.
9339 * gdb.python/py-completion.exp: Use "load python file" as test
9340 messages instead of unstable path names.
9341
6e5d74e7
PA
93422017-03-08 Pedro Alves <palves@redhat.com>
9343 Jan Kratochvil <jan.kratochvil@redhat.com>
9344
9345 PR cli/21218
9346 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9347 New proc.
9348 (top level): Call it.
9349
9753a2f6
PA
93502017-03-08 Pedro Alves <palves@redhat.com>
9351
9352 PR tui/21216
9353 * gdb.tui/tui-nl-filtered-output.exp: New file.
9354
1a4dd9dd
PA
93552017-03-08 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.base/completion.exp: Move TUI completion tests to ...
9358 * gdb.tui/completion.exp: ... this new file.
9359
7cbbff33
PA
93602017-03-08 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.base/tui-disasm-long-lines.c,
9363 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9364 gdb.base/tui-layout.exp: Move to ...
9365 * gdb.tui/: ... this new directory.
9366
5f6fd321
PA
93672017-03-07 Pedro Alves <palves@redhat.com>
9368
9369 * gdb.base/tui-layout.c: New file.
9370 * gdb.base/tui-layout.exp: New file.
9371
44959fa8
PA
93722017-03-07 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.base/tui-layout.c: Rename to ...
9375 * gdb.base/tui-disasm-long-lines.c: ... this.
9376 * gdb.base/tui-layout.exp: Rename to ...
9377 * gdb.base/tui-disasm-long-lines.exp: ... this.
9378
f8c4e718
PA
93792017-03-07 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9382
6dbb839a 93832017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9384
9385 * i386-mpx-call.c: New file.
9386 * i386-mpx-call.exp: New file.
9387
65b48a81
PB
93882017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9389
9390 * gdb.arch/powerpc-power.exp: Delete test.
9391 * gdb.arch/powerpc-power.s: Likewise.
9392 * gdb.disasm/disassembler-options.exp: New test.
9393 * gdb.arch/powerpc-altivec.exp: Likewise.
9394 * gdb.arch/powerpc-altivec.s: Likewise.
9395 * gdb.arch/powerpc-altivec2.exp: Likewise.
9396 * gdb.arch/powerpc-altivec2.s: Likewise.
9397 * gdb.arch/powerpc-altivec3.exp: Likewise.
9398 * gdb.arch/powerpc-altivec3.s: Likewise.
9399 * gdb.arch/powerpc-power7.exp: Likewise.
9400 * gdb.arch/powerpc-power7.s: Likewise.
9401 * gdb.arch/powerpc-power8.exp: Likewise.
9402 * gdb.arch/powerpc-power8.s: Likewise.
9403 * gdb.arch/powerpc-power9.exp: Likewise.
9404 * gdb.arch/powerpc-power9.s: Likewise.
9405 * gdb.arch/powerpc-vsx.exp: Likewise.
9406 * gdb.arch/powerpc-vsx.s: Likewise.
9407 * gdb.arch/powerpc-vsx2.exp: Likewise.
9408 * gdb.arch/powerpc-vsx2.s: Likewise.
9409 * gdb.arch/powerpc-vsx3.exp: Likewise.
9410 * gdb.arch/powerpc-vsx3.s: Likewise.
9411 * gdb.arch/arm-disassembler-options.exp: Likewise.
9412 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9413 * gdb.arch/s390-disassembler-options.exp: Likewise.
9414
17cd4947
LM
94152017-02-23 Luis Machado <lgustavo@codesourcery.com>
9416
9417 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9418 (check_supported_features): ... this. Changed return type to void.
9419 (supports_rdseed): New static global.
9420 (rdseed): Check supports_rdseed.
9421 (initialize): Call check_supported_features.
9422
2039d74e
EBM
94232017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9424
9425 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9426 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9427 and lqarx/stqcx.
9428 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9429 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9430
a51d7ecf
EBM
94312017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9432
9433 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9434 uppercase.
9435
0224619f
JK
94362017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9437
9438 * gdb.dwarf2/formdata16.c: New file.
9439 * gdb.dwarf2/formdata16.exp: New file.
9440 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9441
216f72a1
JK
94422017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9443
9444 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9445 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9446 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9447 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9448 DW_AT_GNU_*.
9449
43988095
JK
94502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9451
9452 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9453
99e8a4f9
SDJ
94542017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9455
9456 PR gdb/21164
9457 * gdb.base/maint.exp: Add testcases for when the commands do
9458 not have arguments.
9459
b58a8c0c
TP
94602017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9461
9462 * gdb.cp/chained-calls.exp: Use p instead of P.
9463
4e746bb6
TW
94642017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9465
9466 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9467 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9468
3f77c769
TT
94692017-02-14 Tom Tromey <tom@tromey.com>
9470
9471 PR python/13598:
9472 * gdb.python/py-events.exp: Add before_prompt event tests.
9473
075beec0
AA
94742017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9475
9476 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9477
bf5f525c
LM
94782017-02-13 Luis Machado <lgustavo@codesourcery.com>
9479
9480 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9481 (main): Call my_unique_function_name.
9482 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9483 completion of patterns with a single match.
9484 Add missing -re switches to gdb_test_multiple calls.
9485
13a66184
LM
94862017-02-13 Luis Machado <lgustavo@codesourcery.com>
9487
9488 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9489 return if core file is not recognized.
9490
26a06916
SM
94912017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9492
9493 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9494 and extra UIs.
9495
b761ca9e
SM
94962017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9497
9498 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9499 proc_with_prefix.
9500
b964bee0
TT
95012017-02-10 Tom Tromey <tom@tromey.com>
9502
9503 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9504
18da0c51
MG
95052017-02-10 Martin Galvan <martingalvan@sourceware.org>
9506
9507 PR gdb/21122
9508 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9509
604c4576
JG
95102017-02-08 Jerome Guitton <guitton@adacore.com>
9511
9512 * gdb.base/define.exp: Add test for command abbreviations
9513 in define.
9514
20b477a7
LM
95152017-02-06 Luis Machado <lgustavo@codesourcery.com>
9516
9517 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9518 * gdb.reverse/insn-reverse-x86.c: New file.
9519
3f7b46f2
IR
95202017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9521
9522 PR tdep/20936
9523 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9524
f0fd41c1
TT
95252017-02-03 Tom Tromey <tom@tromey.com>
9526
9527 PR rust/21097:
9528 * gdb.rust/simple.exp: Add new tests.
9529
5be5dbf0
PA
95302017-02-02 Pedro Alves <palves@redhat.com>
9531
9532 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9533 tests.
9534
7346ef59
AA
95352017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9536
9537 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9538 taking a 2-byte value out of a 4-byte DWARF implicit value on
9539 big-endian targets.
9540 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9541 logic. Add test cases for DW_OP_implicit.
9542
787f0025
MM
95432017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9544
9545 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9546
68777c29
MM
95472017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9548
9549 * gdb.btrace/enable.exp: Call gdb_exit before
9550 skip_gdbserver_tests.
9551
0a1c7e28
MM
95522017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9553
9554 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9555 GDBFLAGS.
9556
b5ac99b0
MM
95572017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9558
9559 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9560 the test is skipped.
9561 * gdb.btrace/data.exp: Likewise.
9562 * gdb.btrace/delta.exp: Likewise.
9563 * gdb.btrace/dlopen.exp: Likewise.
9564 * gdb.btrace/enable-running.exp: Likewise.
9565 * gdb.btrace/enable.exp: Likewise.
9566 * gdb.btrace/exception.exp: Likewise.
9567 * gdb.btrace/function_call_history.exp: Likewise.
9568 * gdb.btrace/gcore.exp: Likewise.
9569 * gdb.btrace/instruction_history.exp: Likewise.
9570 * gdb.btrace/multi-thread-step.exp: Likewise.
9571 * gdb.btrace/nohist.exp: Likewise.
9572 * gdb.btrace/non-stop.exp: Likewise.
9573 * gdb.btrace/reconnect.exp: Likewise.
9574 * gdb.btrace/record_goto-step.exp: Likewise.
9575 * gdb.btrace/record_goto.exp: Likewise.
9576 * gdb.btrace/rn-dl-bind.exp: Likewise.
9577 * gdb.btrace/segv.exp: Likewise.
9578 * gdb.btrace/step.exp: Likewise.
9579 * gdb.btrace/stepi.exp: Likewise.
9580 * gdb.btrace/tailcall-only.exp: Likewise.
9581 * gdb.btrace/tailcall.exp: Likewise.
9582 * gdb.btrace/tsx.exp: Likewise.
9583 * gdb.btrace/unknown_functions.exp: Likewise.
9584 * gdb.btrace/vdso.exp: Likewise.
9585
cd4007e4
MM
95862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9587
9588 * gdb.btrace/enable-running.c: New.
9589 * gdb.btrace/enable-running.exp: New.
9590
2735833d
WT
95912017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9592
9593 * gdb.arch/amd64-gs_base.c: New file.
9594 * gdb.arch/amd64-gs_base.exp: New file.
9595
b51e1e94
LM
95962017-01-26 Luis Machado <lgustavo@codesourcery.com>
9597
9598 * lib/memory.exp: Remove spurious empty newlines.
9599
72ca0410
SM
96002017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9601
9602 * gdb.python/py-bad-printers.exp: Load python file using "source".
9603 * gdb.python/py-events.exp: Likewise.
9604 * gdb.python/py-evsignal.exp: Likewise.
9605 * gdb.python/py-evthreads.exp: Likewise.
9606 * gdb.python/py-frame-args.exp: Likewise.
9607 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9608 * gdb.python/py-framefilter-mi.exp: Likewise.
9609 * gdb.python/py-framefilter.exp: Likewise.
9610 * gdb.python/py-mi.exp: Likewise.
9611 * gdb.python/py-pp-maint.exp: Likewise.
9612 * gdb.python/py-pp-registration.exp: Likewise.
9613 * gdb.python/py-prettyprint.exp: Likewise.
9614 (run_lang_tests): Likewise.
9615 * gdb.python/py-typeprint.exp: Likewise.
9616
e309aa65
LM
96172017-01-26 Luis Machado <lgustavo@codesourcery.com>
9618
9619 * lib/memory.exp: New file.
9620 * lib/gdb.exp: Load memory.exp.
9621 * gdb.base/memattr.exp (delete_memory): Move proc to
9622 lib/memory.exp and rename to delete_memory_regions.
9623 Replace delete_memory with delete_memory_regions.
9624 Cleanup memory regions before tests.
9625 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9626 before tests.
9627
515aff23
LM
96282017-01-26 Luis Machado <lgustavo@codesourcery.com>
9629
9630 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9631 files.
9632 (initialize): New function conditionally defined.
9633 (testcases): Move within conditional block.
9634 (main): Call initialize.
9635 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9636 of gdb.reverse/insn-reverse.c.
9637 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9638 gdb.reverse/insn-reverse.c.
9639
d8b49cf0
YQ
96402017-01-26 Yao Qi <yao.qi@linaro.org>
9641
9642 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9643 disassemble on address 0.
9644
f13a9a0c
YQ
96452017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9646 Yao Qi <yao.qi@linaro.org>
9647
9648 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9649 * gdb.dwarf2/implptr-64bit.S: Remove.
9650 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9651 variables in caller's context. Add DW_OP_implicit_value.
9652
5ac95241
YQ
96532017-01-25 Yao Qi <yao.qi@linaro.org>
9654
9655 * lib/dwarf.exp (Dwarf::_location): Handle
9656 DW_OP_GNU_implicit_pointer with proper size.
9657
23e82930
LM
96582017-01-20 Luis Machado <lgustavo@codesourcery.com>
9659
9660 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9661 and add untested calls.
9662
d334ae25
LM
96632017-01-20 Luis Machado <lgustavo@codesourcery.com>
9664
9665 * gdb.python/python.exp: Check line number against what GDB thinks
9666 the line number is for func1.
9667
f5e6296e
IB
96682017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9669
9670 * gdb.dlang/debug-expr.exp: New file.
9671
5b362f04
LM
96722016-12-23 Luis Machado <lgustavo@codesourcery.com>
9673
9674 Fix test names for the following files:
9675
9676 * gdb.ada/exec_changed.exp
9677 * gdb.ada/info_types.exp
9678 * gdb.arch/aarch64-atomic-inst.exp
9679 * gdb.arch/aarch64-fp.exp
9680 * gdb.arch/altivec-abi.exp
9681 * gdb.arch/altivec-regs.exp
9682 * gdb.arch/amd64-byte.exp
9683 * gdb.arch/amd64-disp-step.exp
9684 * gdb.arch/amd64-dword.exp
9685 * gdb.arch/amd64-entry-value-inline.exp
9686 * gdb.arch/amd64-entry-value-param.exp
9687 * gdb.arch/amd64-entry-value-paramref.exp
9688 * gdb.arch/amd64-entry-value.exp
9689 * gdb.arch/amd64-i386-address.exp
9690 * gdb.arch/amd64-invalid-stack-middle.exp
9691 * gdb.arch/amd64-invalid-stack-top.exp
9692 * gdb.arch/amd64-optimout-repeat.exp
9693 * gdb.arch/amd64-prologue-skip.exp
9694 * gdb.arch/amd64-prologue-xmm.exp
9695 * gdb.arch/amd64-stap-special-operands.exp
9696 * gdb.arch/amd64-stap-wrong-subexp.exp
9697 * gdb.arch/amd64-tailcall-cxx.exp
9698 * gdb.arch/amd64-tailcall-noret.exp
9699 * gdb.arch/amd64-tailcall-ret.exp
9700 * gdb.arch/amd64-tailcall-self.exp
9701 * gdb.arch/amd64-word.exp
9702 * gdb.arch/arm-bl-branch-dest.exp
9703 * gdb.arch/arm-disp-step.exp
9704 * gdb.arch/arm-neon.exp
9705 * gdb.arch/arm-single-step-kernel-helper.exp
9706 * gdb.arch/avr-flash-qualifier.exp
9707 * gdb.arch/disp-step-insn-reloc.exp
9708 * gdb.arch/e500-abi.exp
9709 * gdb.arch/e500-regs.exp
9710 * gdb.arch/ftrace-insn-reloc.exp
9711 * gdb.arch/i386-avx512.exp
9712 * gdb.arch/i386-bp_permanent.exp
9713 * gdb.arch/i386-byte.exp
9714 * gdb.arch/i386-cfi-notcurrent.exp
9715 * gdb.arch/i386-disp-step.exp
9716 * gdb.arch/i386-dr3-watch.exp
9717 * gdb.arch/i386-float.exp
9718 * gdb.arch/i386-gnu-cfi.exp
9719 * gdb.arch/i386-mpx-map.exp
9720 * gdb.arch/i386-mpx-sigsegv.exp
9721 * gdb.arch/i386-mpx-simple_segv.exp
9722 * gdb.arch/i386-mpx.exp
9723 * gdb.arch/i386-permbkpt.exp
9724 * gdb.arch/i386-prologue.exp
9725 * gdb.arch/i386-signal.exp
9726 * gdb.arch/i386-size-overlap.exp
9727 * gdb.arch/i386-unwind.exp
9728 * gdb.arch/i386-word.exp
9729 * gdb.arch/mips-fcr.exp
9730 * gdb.arch/powerpc-d128-regs.exp
9731 * gdb.arch/powerpc-stackless.exp
9732 * gdb.arch/ppc64-atomic-inst.exp
9733 * gdb.arch/s390-stackless.exp
9734 * gdb.arch/s390-tdbregs.exp
9735 * gdb.arch/s390-vregs.exp
9736 * gdb.arch/sparc-sysstep.exp
9737 * gdb.arch/thumb-bx-pc.exp
9738 * gdb.arch/thumb-singlestep.exp
9739 * gdb.arch/thumb2-it.exp
9740 * gdb.arch/vsx-regs.exp
9741 * gdb.asm/asm-source.exp
9742 * gdb.base/a2-run.exp
9743 * gdb.base/advance.exp
9744 * gdb.base/all-bin.exp
9745 * gdb.base/anon.exp
9746 * gdb.base/args.exp
9747 * gdb.base/arithmet.exp
9748 * gdb.base/async-shell.exp
9749 * gdb.base/async.exp
9750 * gdb.base/attach-pie-noexec.exp
9751 * gdb.base/attach-twice.exp
9752 * gdb.base/auto-load.exp
9753 * gdb.base/bang.exp
9754 * gdb.base/bitfields.exp
9755 * gdb.base/break-always.exp
9756 * gdb.base/break-caller-line.exp
9757 * gdb.base/break-entry.exp
9758 * gdb.base/break-inline.exp
9759 * gdb.base/break-on-linker-gcd-function.exp
9760 * gdb.base/break-probes.exp
9761 * gdb.base/break.exp
9762 * gdb.base/breakpoint-shadow.exp
9763 * gdb.base/call-ar-st.exp
9764 * gdb.base/call-sc.exp
9765 * gdb.base/call-signal-resume.exp
9766 * gdb.base/call-strs.exp
9767 * gdb.base/callfuncs.exp
9768 * gdb.base/catch-fork-static.exp
9769 * gdb.base/catch-gdb-caused-signals.exp
9770 * gdb.base/catch-load.exp
9771 * gdb.base/catch-signal-fork.exp
9772 * gdb.base/catch-signal.exp
9773 * gdb.base/catch-syscall.exp
9774 * gdb.base/charset.exp
9775 * gdb.base/checkpoint.exp
9776 * gdb.base/chng-syms.exp
9777 * gdb.base/code-expr.exp
9778 * gdb.base/code_elim.exp
9779 * gdb.base/commands.exp
9780 * gdb.base/completion.exp
9781 * gdb.base/complex.exp
9782 * gdb.base/cond-expr.exp
9783 * gdb.base/condbreak.exp
9784 * gdb.base/consecutive.exp
9785 * gdb.base/continue-all-already-running.exp
9786 * gdb.base/coredump-filter.exp
9787 * gdb.base/corefile.exp
9788 * gdb.base/dbx.exp
9789 * gdb.base/debug-expr.exp
9790 * gdb.base/define.exp
9791 * gdb.base/del.exp
9792 * gdb.base/disabled-location.exp
9793 * gdb.base/disasm-end-cu.exp
9794 * gdb.base/disasm-optim.exp
9795 * gdb.base/display.exp
9796 * gdb.base/duplicate-bp.exp
9797 * gdb.base/ena-dis-br.exp
9798 * gdb.base/ending-run.exp
9799 * gdb.base/enumval.exp
9800 * gdb.base/environ.exp
9801 * gdb.base/eu-strip-infcall.exp
9802 * gdb.base/eval-avoid-side-effects.exp
9803 * gdb.base/eval-skip.exp
9804 * gdb.base/exitsignal.exp
9805 * gdb.base/expand-psymtabs.exp
9806 * gdb.base/filesym.exp
9807 * gdb.base/find-unmapped.exp
9808 * gdb.base/finish.exp
9809 * gdb.base/float.exp
9810 * gdb.base/foll-exec-mode.exp
9811 * gdb.base/foll-exec.exp
9812 * gdb.base/foll-fork.exp
9813 * gdb.base/fortran-sym-case.exp
9814 * gdb.base/freebpcmd.exp
9815 * gdb.base/func-ptr.exp
9816 * gdb.base/func-ptrs.exp
9817 * gdb.base/funcargs.exp
9818 * gdb.base/gcore-buffer-overflow.exp
9819 * gdb.base/gcore-relro-pie.exp
9820 * gdb.base/gcore-relro.exp
9821 * gdb.base/gcore.exp
9822 * gdb.base/gdb1090.exp
9823 * gdb.base/gdb11530.exp
9824 * gdb.base/gdb11531.exp
9825 * gdb.base/gdb1821.exp
9826 * gdb.base/gdbindex-stabs.exp
9827 * gdb.base/gdbvars.exp
9828 * gdb.base/hbreak.exp
9829 * gdb.base/hbreak2.exp
9830 * gdb.base/included.exp
9831 * gdb.base/infcall-input.exp
9832 * gdb.base/inferior-died.exp
9833 * gdb.base/infnan.exp
9834 * gdb.base/info-macros.exp
9835 * gdb.base/info-os.exp
9836 * gdb.base/info-proc.exp
9837 * gdb.base/info-shared.exp
9838 * gdb.base/info-target.exp
9839 * gdb.base/infoline.exp
9840 * gdb.base/interp.exp
9841 * gdb.base/interrupt.exp
9842 * gdb.base/jit-reader.exp
9843 * gdb.base/jit-simple.exp
9844 * gdb.base/kill-after-signal.exp
9845 * gdb.base/kill-detach-inferiors-cmd.exp
9846 * gdb.base/label.exp
9847 * gdb.base/langs.exp
9848 * gdb.base/ldbl_e308.exp
9849 * gdb.base/line-symtabs.exp
9850 * gdb.base/linespecs.exp
9851 * gdb.base/list.exp
9852 * gdb.base/long_long.exp
9853 * gdb.base/longest-types.exp
9854 * gdb.base/maint.exp
9855 * gdb.base/max-value-size.exp
9856 * gdb.base/memattr.exp
9857 * gdb.base/mips_pro.exp
9858 * gdb.base/morestack.exp
9859 * gdb.base/moribund-step.exp
9860 * gdb.base/multi-forks.exp
9861 * gdb.base/nested-addr.exp
9862 * gdb.base/nextoverexit.exp
9863 * gdb.base/noreturn-finish.exp
9864 * gdb.base/noreturn-return.exp
9865 * gdb.base/nostdlib.exp
9866 * gdb.base/offsets.exp
9867 * gdb.base/opaque.exp
9868 * gdb.base/pc-fp.exp
9869 * gdb.base/permissions.exp
9870 * gdb.base/print-symbol-loading.exp
9871 * gdb.base/prologue-include.exp
9872 * gdb.base/psymtab.exp
9873 * gdb.base/ptype.exp
9874 * gdb.base/random-signal.exp
9875 * gdb.base/randomize.exp
9876 * gdb.base/range-stepping.exp
9877 * gdb.base/readline-ask.exp
9878 * gdb.base/recpar.exp
9879 * gdb.base/recurse.exp
9880 * gdb.base/relational.exp
9881 * gdb.base/restore.exp
9882 * gdb.base/return-nodebug.exp
9883 * gdb.base/return.exp
9884 * gdb.base/run-after-attach.exp
9885 * gdb.base/save-bp.exp
9886 * gdb.base/scope.exp
9887 * gdb.base/sect-cmd.exp
9888 * gdb.base/set-lang-auto.exp
9889 * gdb.base/set-noassign.exp
9890 * gdb.base/setvar.exp
9891 * gdb.base/sigall.exp
9892 * gdb.base/sigbpt.exp
9893 * gdb.base/siginfo-addr.exp
9894 * gdb.base/siginfo-infcall.exp
9895 * gdb.base/siginfo-obj.exp
9896 * gdb.base/siginfo.exp
9897 * gdb.base/signals-state-child.exp
9898 * gdb.base/signest.exp
9899 * gdb.base/sigstep.exp
9900 * gdb.base/sizeof.exp
9901 * gdb.base/skip.exp
9902 * gdb.base/solib-corrupted.exp
9903 * gdb.base/solib-nodir.exp
9904 * gdb.base/solib-search.exp
9905 * gdb.base/stack-checking.exp
9906 * gdb.base/stale-infcall.exp
9907 * gdb.base/stap-probe.exp
9908 * gdb.base/start.exp
9909 * gdb.base/step-break.exp
9910 * gdb.base/step-bt.exp
9911 * gdb.base/step-line.exp
9912 * gdb.base/step-over-exit.exp
9913 * gdb.base/step-over-syscall.exp
9914 * gdb.base/step-resume-infcall.exp
9915 * gdb.base/step-test.exp
9916 * gdb.base/store.exp
9917 * gdb.base/structs3.exp
9918 * gdb.base/sym-file.exp
9919 * gdb.base/symbol-without-target_section.exp
9920 * gdb.base/term.exp
9921 * gdb.base/testenv.exp
9922 * gdb.base/ui-redirect.exp
9923 * gdb.base/until.exp
9924 * gdb.base/unwindonsignal.exp
9925 * gdb.base/value-double-free.exp
9926 * gdb.base/vla-datatypes.exp
9927 * gdb.base/vla-ptr.exp
9928 * gdb.base/vla-sideeffect.exp
9929 * gdb.base/volatile.exp
9930 * gdb.base/watch-cond-infcall.exp
9931 * gdb.base/watch-cond.exp
9932 * gdb.base/watch-non-mem.exp
9933 * gdb.base/watch-read.exp
9934 * gdb.base/watch-vfork.exp
9935 * gdb.base/watchpoint-cond-gone.exp
9936 * gdb.base/watchpoint-delete.exp
9937 * gdb.base/watchpoint-hw-hit-once.exp
9938 * gdb.base/watchpoint-hw.exp
9939 * gdb.base/watchpoint-stops-at-right-insn.exp
9940 * gdb.base/watchpoints.exp
9941 * gdb.base/wchar.exp
9942 * gdb.base/whatis-exp.exp
9943 * gdb.btrace/buffer-size.exp
9944 * gdb.btrace/data.exp
9945 * gdb.btrace/delta.exp
9946 * gdb.btrace/dlopen.exp
9947 * gdb.btrace/enable.exp
9948 * gdb.btrace/exception.exp
9949 * gdb.btrace/function_call_history.exp
9950 * gdb.btrace/gcore.exp
9951 * gdb.btrace/instruction_history.exp
9952 * gdb.btrace/nohist.exp
9953 * gdb.btrace/reconnect.exp
9954 * gdb.btrace/record_goto-step.exp
9955 * gdb.btrace/record_goto.exp
9956 * gdb.btrace/rn-dl-bind.exp
9957 * gdb.btrace/segv.exp
9958 * gdb.btrace/step.exp
9959 * gdb.btrace/stepi.exp
9960 * gdb.btrace/tailcall-only.exp
9961 * gdb.btrace/tailcall.exp
9962 * gdb.btrace/tsx.exp
9963 * gdb.btrace/unknown_functions.exp
9964 * gdb.btrace/vdso.exp
9965 * gdb.compile/compile-ifunc.exp
9966 * gdb.compile/compile-ops.exp
9967 * gdb.compile/compile-print.exp
9968 * gdb.compile/compile-setjmp.exp
9969 * gdb.cp/abstract-origin.exp
9970 * gdb.cp/ambiguous.exp
9971 * gdb.cp/annota2.exp
9972 * gdb.cp/annota3.exp
9973 * gdb.cp/anon-ns.exp
9974 * gdb.cp/anon-struct.exp
9975 * gdb.cp/anon-union.exp
9976 * gdb.cp/arg-reference.exp
9977 * gdb.cp/baseenum.exp
9978 * gdb.cp/bool.exp
9979 * gdb.cp/breakpoint.exp
9980 * gdb.cp/bs15503.exp
9981 * gdb.cp/call-c.exp
9982 * gdb.cp/casts.exp
9983 * gdb.cp/chained-calls.exp
9984 * gdb.cp/class2.exp
9985 * gdb.cp/classes.exp
9986 * gdb.cp/cmpd-minsyms.exp
9987 * gdb.cp/converts.exp
9988 * gdb.cp/cp-relocate.exp
9989 * gdb.cp/cpcompletion.exp
9990 * gdb.cp/cpexprs.exp
9991 * gdb.cp/cplabel.exp
9992 * gdb.cp/cplusfuncs.exp
9993 * gdb.cp/cpsizeof.exp
9994 * gdb.cp/ctti.exp
9995 * gdb.cp/derivation.exp
9996 * gdb.cp/destrprint.exp
9997 * gdb.cp/dispcxx.exp
9998 * gdb.cp/enum-class.exp
9999 * gdb.cp/exception.exp
10000 * gdb.cp/exceptprint.exp
10001 * gdb.cp/expand-psymtabs-cxx.exp
10002 * gdb.cp/expand-sals.exp
10003 * gdb.cp/extern-c.exp
10004 * gdb.cp/filename.exp
10005 * gdb.cp/formatted-ref.exp
10006 * gdb.cp/fpointer.exp
10007 * gdb.cp/gdb1355.exp
10008 * gdb.cp/gdb2495.exp
10009 * gdb.cp/hang.exp
10010 * gdb.cp/impl-this.exp
10011 * gdb.cp/infcall-dlopen.exp
10012 * gdb.cp/inherit.exp
10013 * gdb.cp/iostream.exp
10014 * gdb.cp/koenig.exp
10015 * gdb.cp/local.exp
10016 * gdb.cp/m-data.exp
10017 * gdb.cp/m-static.exp
10018 * gdb.cp/mb-ctor.exp
10019 * gdb.cp/mb-inline.exp
10020 * gdb.cp/mb-templates.exp
10021 * gdb.cp/member-name.exp
10022 * gdb.cp/member-ptr.exp
10023 * gdb.cp/meth-typedefs.exp
10024 * gdb.cp/method.exp
10025 * gdb.cp/method2.exp
10026 * gdb.cp/minsym-fallback.exp
10027 * gdb.cp/misc.exp
10028 * gdb.cp/namelessclass.exp
10029 * gdb.cp/namespace-enum.exp
10030 * gdb.cp/namespace-nested-import.exp
10031 * gdb.cp/namespace.exp
10032 * gdb.cp/nextoverthrow.exp
10033 * gdb.cp/no-dmgl-verbose.exp
10034 * gdb.cp/non-trivial-retval.exp
10035 * gdb.cp/noparam.exp
10036 * gdb.cp/nsdecl.exp
10037 * gdb.cp/nsimport.exp
10038 * gdb.cp/nsnested.exp
10039 * gdb.cp/nsnoimports.exp
10040 * gdb.cp/nsrecurs.exp
10041 * gdb.cp/nsstress.exp
10042 * gdb.cp/nsusing.exp
10043 * gdb.cp/operator.exp
10044 * gdb.cp/oranking.exp
10045 * gdb.cp/overload-const.exp
10046 * gdb.cp/overload.exp
10047 * gdb.cp/ovldbreak.exp
10048 * gdb.cp/ovsrch.exp
10049 * gdb.cp/paren-type.exp
10050 * gdb.cp/parse-lang.exp
10051 * gdb.cp/pass-by-ref.exp
10052 * gdb.cp/pr-1023.exp
10053 * gdb.cp/pr-1210.exp
10054 * gdb.cp/pr-574.exp
10055 * gdb.cp/pr10687.exp
10056 * gdb.cp/pr12028.exp
10057 * gdb.cp/pr17132.exp
10058 * gdb.cp/pr17494.exp
10059 * gdb.cp/pr9067.exp
10060 * gdb.cp/pr9167.exp
10061 * gdb.cp/pr9631.exp
10062 * gdb.cp/printmethod.exp
10063 * gdb.cp/psmang.exp
10064 * gdb.cp/psymtab-parameter.exp
10065 * gdb.cp/ptype-cv-cp.exp
10066 * gdb.cp/ptype-flags.exp
10067 * gdb.cp/re-set-overloaded.exp
10068 * gdb.cp/ref-types.exp
10069 * gdb.cp/rtti.exp
10070 * gdb.cp/scope-err.exp
10071 * gdb.cp/shadow.exp
10072 * gdb.cp/smartp.exp
10073 * gdb.cp/static-method.exp
10074 * gdb.cp/static-print-quit.exp
10075 * gdb.cp/temargs.exp
10076 * gdb.cp/templates.exp
10077 * gdb.cp/try_catch.exp
10078 * gdb.cp/typedef-operator.exp
10079 * gdb.cp/typeid.exp
10080 * gdb.cp/userdef.exp
10081 * gdb.cp/using-crash.exp
10082 * gdb.cp/var-tag.exp
10083 * gdb.cp/virtbase.exp
10084 * gdb.cp/virtfunc.exp
10085 * gdb.cp/virtfunc2.exp
10086 * gdb.cp/vla-cxx.exp
10087 * gdb.disasm/t01_mov.exp
10088 * gdb.disasm/t02_mova.exp
10089 * gdb.disasm/t03_add.exp
10090 * gdb.disasm/t04_sub.exp
10091 * gdb.disasm/t05_cmp.exp
10092 * gdb.disasm/t06_ari2.exp
10093 * gdb.disasm/t07_ari3.exp
10094 * gdb.disasm/t08_or.exp
10095 * gdb.disasm/t09_xor.exp
10096 * gdb.disasm/t10_and.exp
10097 * gdb.disasm/t11_logs.exp
10098 * gdb.disasm/t12_bit.exp
10099 * gdb.disasm/t13_otr.exp
10100 * gdb.dlang/circular.exp
10101 * gdb.dwarf2/arr-stride.exp
10102 * gdb.dwarf2/arr-subrange.exp
10103 * gdb.dwarf2/atomic-type.exp
10104 * gdb.dwarf2/bad-regnum.exp
10105 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10106 * gdb.dwarf2/callframecfa.exp
10107 * gdb.dwarf2/clztest.exp
10108 * gdb.dwarf2/corrupt.exp
10109 * gdb.dwarf2/data-loc.exp
10110 * gdb.dwarf2/dup-psym.exp
10111 * gdb.dwarf2/dw2-anon-mptr.exp
10112 * gdb.dwarf2/dw2-anonymous-func.exp
10113 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10114 * gdb.dwarf2/dw2-bad-unresolved.exp
10115 * gdb.dwarf2/dw2-basic.exp
10116 * gdb.dwarf2/dw2-canonicalize-type.exp
10117 * gdb.dwarf2/dw2-case-insensitive.exp
10118 * gdb.dwarf2/dw2-common-block.exp
10119 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10120 * gdb.dwarf2/dw2-compressed.exp
10121 * gdb.dwarf2/dw2-const.exp
10122 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10123 * gdb.dwarf2/dw2-cu-size.exp
10124 * gdb.dwarf2/dw2-dup-frame.exp
10125 * gdb.dwarf2/dw2-entry-value.exp
10126 * gdb.dwarf2/dw2-icycle.exp
10127 * gdb.dwarf2/dw2-ifort-parameter.exp
10128 * gdb.dwarf2/dw2-inline-break.exp
10129 * gdb.dwarf2/dw2-inline-param.exp
10130 * gdb.dwarf2/dw2-intercu.exp
10131 * gdb.dwarf2/dw2-intermix.exp
10132 * gdb.dwarf2/dw2-lexical-block-bare.exp
10133 * gdb.dwarf2/dw2-linkage-name-trust.exp
10134 * gdb.dwarf2/dw2-minsym-in-cu.exp
10135 * gdb.dwarf2/dw2-noloc.exp
10136 * gdb.dwarf2/dw2-op-call.exp
10137 * gdb.dwarf2/dw2-op-out-param.exp
10138 * gdb.dwarf2/dw2-opt-structptr.exp
10139 * gdb.dwarf2/dw2-param-error.exp
10140 * gdb.dwarf2/dw2-producer.exp
10141 * gdb.dwarf2/dw2-ranges-base.exp
10142 * gdb.dwarf2/dw2-ref-missing-frame.exp
10143 * gdb.dwarf2/dw2-reg-undefined.exp
10144 * gdb.dwarf2/dw2-regno-invalid.exp
10145 * gdb.dwarf2/dw2-restore.exp
10146 * gdb.dwarf2/dw2-restrict.exp
10147 * gdb.dwarf2/dw2-single-line-discriminators.exp
10148 * gdb.dwarf2/dw2-strp.exp
10149 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10150 * gdb.dwarf2/dw2-unresolved.exp
10151 * gdb.dwarf2/dw2-var-zero-addr.exp
10152 * gdb.dwarf2/dw4-sig-types.exp
10153 * gdb.dwarf2/dwz.exp
10154 * gdb.dwarf2/dynarr-ptr.exp
10155 * gdb.dwarf2/enum-type.exp
10156 * gdb.dwarf2/gdb-index.exp
10157 * gdb.dwarf2/implptr-64bit.exp
10158 * gdb.dwarf2/implptr-optimized-out.exp
10159 * gdb.dwarf2/implptr.exp
10160 * gdb.dwarf2/implref-array.exp
10161 * gdb.dwarf2/implref-const.exp
10162 * gdb.dwarf2/implref-global.exp
10163 * gdb.dwarf2/implref-struct.exp
10164 * gdb.dwarf2/mac-fileno.exp
10165 * gdb.dwarf2/main-subprogram.exp
10166 * gdb.dwarf2/member-ptr-forwardref.exp
10167 * gdb.dwarf2/method-ptr.exp
10168 * gdb.dwarf2/missing-sig-type.exp
10169 * gdb.dwarf2/nonvar-access.exp
10170 * gdb.dwarf2/opaque-type-lookup.exp
10171 * gdb.dwarf2/pieces-optimized-out.exp
10172 * gdb.dwarf2/pieces.exp
10173 * gdb.dwarf2/pr10770.exp
10174 * gdb.dwarf2/pr13961.exp
10175 * gdb.dwarf2/staticvirtual.exp
10176 * gdb.dwarf2/subrange.exp
10177 * gdb.dwarf2/symtab-producer.exp
10178 * gdb.dwarf2/trace-crash.exp
10179 * gdb.dwarf2/typeddwarf.exp
10180 * gdb.dwarf2/valop.exp
10181 * gdb.dwarf2/watch-notconst.exp
10182 * gdb.fortran/array-element.exp
10183 * gdb.fortran/charset.exp
10184 * gdb.fortran/common-block.exp
10185 * gdb.fortran/complex.exp
10186 * gdb.fortran/derived-type-function.exp
10187 * gdb.fortran/derived-type.exp
10188 * gdb.fortran/logical.exp
10189 * gdb.fortran/module.exp
10190 * gdb.fortran/multi-dim.exp
10191 * gdb.fortran/nested-funcs.exp
10192 * gdb.fortran/print-formatted.exp
10193 * gdb.fortran/subarray.exp
10194 * gdb.fortran/vla-alloc-assoc.exp
10195 * gdb.fortran/vla-datatypes.exp
10196 * gdb.fortran/vla-history.exp
10197 * gdb.fortran/vla-ptr-info.exp
10198 * gdb.fortran/vla-ptype-sub.exp
10199 * gdb.fortran/vla-ptype.exp
10200 * gdb.fortran/vla-sizeof.exp
10201 * gdb.fortran/vla-type.exp
10202 * gdb.fortran/vla-value-sub-arbitrary.exp
10203 * gdb.fortran/vla-value-sub-finish.exp
10204 * gdb.fortran/vla-value-sub.exp
10205 * gdb.fortran/vla-value.exp
10206 * gdb.fortran/whatis_type.exp
10207 * gdb.go/chan.exp
10208 * gdb.go/handcall.exp
10209 * gdb.go/hello.exp
10210 * gdb.go/integers.exp
10211 * gdb.go/methods.exp
10212 * gdb.go/package.exp
10213 * gdb.go/strings.exp
10214 * gdb.go/types.exp
10215 * gdb.go/unsafe.exp
10216 * gdb.guile/scm-arch.exp
10217 * gdb.guile/scm-block.exp
10218 * gdb.guile/scm-breakpoint.exp
10219 * gdb.guile/scm-cmd.exp
10220 * gdb.guile/scm-disasm.exp
10221 * gdb.guile/scm-equal.exp
10222 * gdb.guile/scm-frame-args.exp
10223 * gdb.guile/scm-frame-inline.exp
10224 * gdb.guile/scm-frame.exp
10225 * gdb.guile/scm-iterator.exp
10226 * gdb.guile/scm-math.exp
10227 * gdb.guile/scm-objfile.exp
10228 * gdb.guile/scm-ports.exp
10229 * gdb.guile/scm-symbol.exp
10230 * gdb.guile/scm-symtab.exp
10231 * gdb.guile/scm-value-cc.exp
10232 * gdb.guile/types-module.exp
10233 * gdb.linespec/break-ask.exp
10234 * gdb.linespec/cpexplicit.exp
10235 * gdb.linespec/explicit.exp
10236 * gdb.linespec/keywords.exp
10237 * gdb.linespec/linespec.exp
10238 * gdb.linespec/ls-dollar.exp
10239 * gdb.linespec/ls-errs.exp
10240 * gdb.linespec/skip-two.exp
10241 * gdb.linespec/thread.exp
10242 * gdb.mi/mi-async.exp
10243 * gdb.mi/mi-basics.exp
10244 * gdb.mi/mi-break.exp
10245 * gdb.mi/mi-catch-load.exp
10246 * gdb.mi/mi-cli.exp
10247 * gdb.mi/mi-cmd-param-changed.exp
10248 * gdb.mi/mi-console.exp
10249 * gdb.mi/mi-detach.exp
10250 * gdb.mi/mi-disassemble.exp
10251 * gdb.mi/mi-eval.exp
10252 * gdb.mi/mi-file-transfer.exp
10253 * gdb.mi/mi-file.exp
10254 * gdb.mi/mi-fill-memory.exp
10255 * gdb.mi/mi-inheritance-syntax-error.exp
10256 * gdb.mi/mi-linespec-err-cp.exp
10257 * gdb.mi/mi-logging.exp
10258 * gdb.mi/mi-memory-changed.exp
10259 * gdb.mi/mi-read-memory.exp
10260 * gdb.mi/mi-record-changed.exp
10261 * gdb.mi/mi-reg-undefined.exp
10262 * gdb.mi/mi-regs.exp
10263 * gdb.mi/mi-return.exp
10264 * gdb.mi/mi-reverse.exp
10265 * gdb.mi/mi-simplerun.exp
10266 * gdb.mi/mi-solib.exp
10267 * gdb.mi/mi-stack.exp
10268 * gdb.mi/mi-stepi.exp
10269 * gdb.mi/mi-syn-frame.exp
10270 * gdb.mi/mi-until.exp
10271 * gdb.mi/mi-var-block.exp
10272 * gdb.mi/mi-var-child.exp
10273 * gdb.mi/mi-var-cmd.exp
10274 * gdb.mi/mi-var-cp.exp
10275 * gdb.mi/mi-var-display.exp
10276 * gdb.mi/mi-var-invalidate.exp
10277 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10278 * gdb.mi/mi-vla-fortran.exp
10279 * gdb.mi/mi-watch.exp
10280 * gdb.mi/mi2-var-child.exp
10281 * gdb.mi/user-selected-context-sync.exp
10282 * gdb.modula2/unbounded-array.exp
10283 * gdb.multi/dummy-frame-restore.exp
10284 * gdb.multi/multi-arch-exec.exp
10285 * gdb.multi/multi-arch.exp
10286 * gdb.multi/tids.exp
10287 * gdb.multi/watchpoint-multi.exp
10288 * gdb.opencl/callfuncs.exp
10289 * gdb.opencl/convs_casts.exp
10290 * gdb.opencl/datatypes.exp
10291 * gdb.opencl/operators.exp
10292 * gdb.opencl/vec_comps.exp
10293 * gdb.opt/clobbered-registers-O2.exp
10294 * gdb.opt/inline-break.exp
10295 * gdb.opt/inline-bt.exp
10296 * gdb.opt/inline-cmds.exp
10297 * gdb.opt/inline-locals.exp
10298 * gdb.pascal/case-insensitive-symbols.exp
10299 * gdb.pascal/floats.exp
10300 * gdb.pascal/gdb11492.exp
10301 * gdb.python/lib-types.exp
10302 * gdb.python/py-arch.exp
10303 * gdb.python/py-as-string.exp
10304 * gdb.python/py-bad-printers.exp
10305 * gdb.python/py-block.exp
10306 * gdb.python/py-breakpoint-create-fail.exp
10307 * gdb.python/py-breakpoint.exp
10308 * gdb.python/py-caller-is.exp
10309 * gdb.python/py-cmd.exp
10310 * gdb.python/py-explore-cc.exp
10311 * gdb.python/py-explore.exp
10312 * gdb.python/py-finish-breakpoint.exp
10313 * gdb.python/py-finish-breakpoint2.exp
10314 * gdb.python/py-frame-args.exp
10315 * gdb.python/py-frame-inline.exp
10316 * gdb.python/py-frame.exp
10317 * gdb.python/py-framefilter-mi.exp
10318 * gdb.python/py-infthread.exp
10319 * gdb.python/py-lazy-string.exp
10320 * gdb.python/py-linetable.exp
10321 * gdb.python/py-mi-events.exp
10322 * gdb.python/py-mi-objfile.exp
10323 * gdb.python/py-mi.exp
10324 * gdb.python/py-objfile.exp
10325 * gdb.python/py-pp-integral.exp
10326 * gdb.python/py-pp-maint.exp
10327 * gdb.python/py-pp-re-notag.exp
10328 * gdb.python/py-pp-registration.exp
10329 * gdb.python/py-recurse-unwind.exp
10330 * gdb.python/py-strfns.exp
10331 * gdb.python/py-symbol.exp
10332 * gdb.python/py-symtab.exp
10333 * gdb.python/py-sync-interp.exp
10334 * gdb.python/py-typeprint.exp
10335 * gdb.python/py-unwind-maint.exp
10336 * gdb.python/py-unwind.exp
10337 * gdb.python/py-value-cc.exp
10338 * gdb.python/py-xmethods.exp
10339 * gdb.reverse/amd64-tailcall-reverse.exp
10340 * gdb.reverse/break-precsave.exp
10341 * gdb.reverse/break-reverse.exp
10342 * gdb.reverse/consecutive-precsave.exp
10343 * gdb.reverse/consecutive-reverse.exp
10344 * gdb.reverse/finish-precsave.exp
10345 * gdb.reverse/finish-reverse-bkpt.exp
10346 * gdb.reverse/finish-reverse.exp
10347 * gdb.reverse/fstatat-reverse.exp
10348 * gdb.reverse/getresuid-reverse.exp
10349 * gdb.reverse/i386-precsave.exp
10350 * gdb.reverse/i386-reverse.exp
10351 * gdb.reverse/i386-sse-reverse.exp
10352 * gdb.reverse/i387-env-reverse.exp
10353 * gdb.reverse/i387-stack-reverse.exp
10354 * gdb.reverse/insn-reverse.exp
10355 * gdb.reverse/machinestate-precsave.exp
10356 * gdb.reverse/machinestate.exp
10357 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10358 * gdb.reverse/pipe-reverse.exp
10359 * gdb.reverse/readv-reverse.exp
10360 * gdb.reverse/recvmsg-reverse.exp
10361 * gdb.reverse/rerun-prec.exp
10362 * gdb.reverse/s390-mvcle.exp
10363 * gdb.reverse/step-precsave.exp
10364 * gdb.reverse/step-reverse.exp
10365 * gdb.reverse/time-reverse.exp
10366 * gdb.reverse/until-precsave.exp
10367 * gdb.reverse/until-reverse.exp
10368 * gdb.reverse/waitpid-reverse.exp
10369 * gdb.reverse/watch-precsave.exp
10370 * gdb.reverse/watch-reverse.exp
10371 * gdb.rust/generics.exp
10372 * gdb.rust/methods.exp
10373 * gdb.rust/modules.exp
10374 * gdb.rust/simple.exp
10375 * gdb.server/connect-with-no-symbol-file.exp
10376 * gdb.server/ext-attach.exp
10377 * gdb.server/ext-restart.exp
10378 * gdb.server/ext-wrapper.exp
10379 * gdb.server/file-transfer.exp
10380 * gdb.server/server-exec-info.exp
10381 * gdb.server/server-kill.exp
10382 * gdb.server/server-mon.exp
10383 * gdb.server/wrapper.exp
10384 * gdb.stabs/exclfwd.exp
10385 * gdb.stabs/gdb11479.exp
10386 * gdb.threads/clone-new-thread-event.exp
10387 * gdb.threads/corethreads.exp
10388 * gdb.threads/current-lwp-dead.exp
10389 * gdb.threads/dlopen-libpthread.exp
10390 * gdb.threads/gcore-thread.exp
10391 * gdb.threads/sigstep-threads.exp
10392 * gdb.threads/watchpoint-fork.exp
10393 * gdb.trace/actions-changed.exp
10394 * gdb.trace/backtrace.exp
10395 * gdb.trace/change-loc.exp
10396 * gdb.trace/circ.exp
10397 * gdb.trace/collection.exp
10398 * gdb.trace/disconnected-tracing.exp
10399 * gdb.trace/ftrace.exp
10400 * gdb.trace/mi-trace-frame-collected.exp
10401 * gdb.trace/mi-trace-unavailable.exp
10402 * gdb.trace/mi-traceframe-changed.exp
10403 * gdb.trace/mi-tsv-changed.exp
10404 * gdb.trace/no-attach-trace.exp
10405 * gdb.trace/passc-dyn.exp
10406 * gdb.trace/qtro.exp
10407 * gdb.trace/range-stepping.exp
10408 * gdb.trace/read-memory.exp
10409 * gdb.trace/save-trace.exp
10410 * gdb.trace/signal.exp
10411 * gdb.trace/status-stop.exp
10412 * gdb.trace/tfile.exp
10413 * gdb.trace/trace-break.exp
10414 * gdb.trace/trace-buffer-size.exp
10415 * gdb.trace/trace-condition.exp
10416 * gdb.trace/tracefile-pseudo-reg.exp
10417 * gdb.trace/tstatus.exp
10418 * gdb.trace/unavailable.exp
10419 * gdb.trace/while-dyn.exp
10420 * gdb.trace/while-stepping.exp
10421
34c41c68
DE
104222016-12-22 Doug Evans <xdje42@gmail.com>
10423
10424 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10425 and msymbols.
10426
16e69324
YQ
104272016-12-19 Yao Qi <yao.qi@linaro.org>
10428
10429 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10430 (test_with_self): Don't call do_steps_and_nexts, and remove
10431 code about stepping into xmalloc.
10432
f94f411b
YQ
104332016-12-09 Yao Qi <yao.qi@linaro.org>
10434
10435 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10436
104372016-12-09 Yao Qi <yao.qi@linaro.org>
10438
10439 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10440
f1b5deee
PA
104412016-12-09 Pedro Alves <palves@redhat.com>
10442
10443 * gdb.base/all-architectures-0.exp: New file.
10444 * gdb.base/all-architectures-1.exp: New file.
10445 * gdb.base/all-architectures-2.exp: New file.
10446 * gdb.base/all-architectures-3.exp: New file.
10447 * gdb.base/all-architectures-4.exp: New file.
10448 * gdb.base/all-architectures-5.exp: New file.
10449 * gdb.base/all-architectures-6.exp: New file.
10450 * gdb.base/all-architectures-7.exp: New file.
10451 * gdb.base/all-architectures.exp.in: New file.
10452
364ca42e
YQ
104532016-12-09 Yao Qi <yao.qi@linaro.org>
10454
10455 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10456
107c2d62
LM
104572016-12-02 Luis Machado <lgustavo@codesourcery.com>
10458
10459 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10460 possible.
10461 Remove useless pattern-matching code.
10462
df3ee9ca
PA
104632016-12-02 Pedro Alves <palves@redhat.com>
10464
10465 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10466 procedure.
10467 (top level): Call it.
10468
ec835369
PA
104692016-12-02 Pedro Alves <palves@redhat.com>
10470
10471 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10472 New procedure.
10473 (top level): Call it.
10474
01770bbd
PA
104752016-12-02 Pedro Alves <palves@redhat.com>
10476
10477 PR cli/20559
10478 * gdb.base/commands.exp (user_defined_command_args_eval): New
10479 procedure.
10480 (top level): Call it.
10481
008459ea
LM
104822016-12-02 Luis Machado <lgustavo@codesourcery.com>
10483
10484 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10485 timeout handling.
10486
0c1b455e
TT
104872016-12-02 Tom Tromey <tom@tromey.com>
10488
10489 * gdb.dwarf2/main-subprogram.c: New file.
10490 * gdb.dwarf2/main-subprogram.exp: New file.
10491
018572b8
LM
104922016-12-01 Luis Machado <lgustavo@codesourcery.com>
10493
10494 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10495 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10496 gdb_test_no_output for a couple of cases.
10497 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10498
84c93cd5
LM
104992016-12-01 Luis Machado <lgustavo@codesourcery.com>
10500
10501 Fix test names and standardize compilation error messages throughout
10502 the following files:
10503
10504 * gdb.ada/start.exp
10505 * gdb.arch/alpha-step.exp
10506 * gdb.arch/e500-prologue.exp
10507 * gdb.arch/ftrace-insn-reloc.exp
10508 * gdb.arch/gdb1291.exp
10509 * gdb.arch/gdb1431.exp
10510 * gdb.arch/gdb1558.exp
10511 * gdb.arch/i386-dr3-watch.exp
10512 * gdb.arch/i386-sse-stack-align.exp
10513 * gdb.arch/ia64-breakpoint-shadow.exp
10514 * gdb.arch/pa-nullify.exp
10515 * gdb.arch/powerpc-aix-prologue.exp
10516 * gdb.arch/thumb-bx-pc.exp
10517 * gdb.base/annota1.exp
10518 * gdb.base/annota3.exp
10519 * gdb.base/arrayidx.exp
10520 * gdb.base/assign.exp
10521 * gdb.base/attach.exp
10522 * gdb.base/auxv.exp
10523 * gdb.base/bang.exp
10524 * gdb.base/bfp-test.exp
10525 * gdb.base/bigcore.exp
10526 * gdb.base/bitfields2.exp
10527 * gdb.base/break-fun-addr.exp
10528 * gdb.base/break-probes.exp
10529 * gdb.base/call-rt-st.exp
10530 * gdb.base/callexit.exp
10531 * gdb.base/catch-fork-kill.exp
10532 * gdb.base/charset.exp
10533 * gdb.base/checkpoint.exp
10534 * gdb.base/comprdebug.exp
10535 * gdb.base/constvars.exp
10536 * gdb.base/coredump-filter.exp
10537 * gdb.base/cursal.exp
10538 * gdb.base/cvexpr.exp
10539 * gdb.base/detach.exp
10540 * gdb.base/display.exp
10541 * gdb.base/dmsym.exp
10542 * gdb.base/dprintf-pending.exp
10543 * gdb.base/dso2dso.exp
10544 * gdb.base/dtrace-probe.exp
10545 * gdb.base/dump.exp
10546 * gdb.base/enum_cond.exp
10547 * gdb.base/exe-lock.exp
10548 * gdb.base/exec-invalid-sysroot.exp
10549 * gdb.base/execl-update-breakpoints.exp
10550 * gdb.base/exprs.exp
10551 * gdb.base/fileio.exp
10552 * gdb.base/find.exp
10553 * gdb.base/finish.exp
10554 * gdb.base/fixsection.exp
10555 * gdb.base/foll-vfork.exp
10556 * gdb.base/frame-args.exp
10557 * gdb.base/gcore.exp
10558 * gdb.base/gdb1250.exp
10559 * gdb.base/global-var-nested-by-dso.exp
10560 * gdb.base/gnu-ifunc.exp
10561 * gdb.base/hashline1.exp
10562 * gdb.base/hashline2.exp
10563 * gdb.base/hashline3.exp
10564 * gdb.base/hbreak-in-shr-unsupported.exp
10565 * gdb.base/huge.exp
10566 * gdb.base/infcall-input.exp
10567 * gdb.base/info-fun.exp
10568 * gdb.base/info-shared.exp
10569 * gdb.base/jit-simple.exp
10570 * gdb.base/jit-so.exp
10571 * gdb.base/jit.exp
10572 * gdb.base/jump.exp
10573 * gdb.base/label.exp
10574 * gdb.base/lineinc.exp
10575 * gdb.base/logical.exp
10576 * gdb.base/longjmp.exp
10577 * gdb.base/macscp.exp
10578 * gdb.base/miscexprs.exp
10579 * gdb.base/new-ui-echo.exp
10580 * gdb.base/new-ui-pending-input.exp
10581 * gdb.base/new-ui.exp
10582 * gdb.base/nodebug.exp
10583 * gdb.base/nofield.exp
10584 * gdb.base/offsets.exp
10585 * gdb.base/overlays.exp
10586 * gdb.base/pending.exp
10587 * gdb.base/pointers.exp
10588 * gdb.base/pr11022.exp
10589 * gdb.base/printcmds.exp
10590 * gdb.base/prologue.exp
10591 * gdb.base/ptr-typedef.exp
10592 * gdb.base/realname-expand.exp
10593 * gdb.base/relativedebug.exp
10594 * gdb.base/relocate.exp
10595 * gdb.base/remote.exp
10596 * gdb.base/reread.exp
10597 * gdb.base/return2.exp
10598 * gdb.base/savedregs.exp
10599 * gdb.base/sep.exp
10600 * gdb.base/sepdebug.exp
10601 * gdb.base/sepsymtab.exp
10602 * gdb.base/set-inferior-tty.exp
10603 * gdb.base/setshow.exp
10604 * gdb.base/shlib-call.exp
10605 * gdb.base/sigaltstack.exp
10606 * gdb.base/siginfo-addr.exp
10607 * gdb.base/signals.exp
10608 * gdb.base/signull.exp
10609 * gdb.base/sigrepeat.exp
10610 * gdb.base/so-impl-ld.exp
10611 * gdb.base/solib-display.exp
10612 * gdb.base/solib-overlap.exp
10613 * gdb.base/solib-search.exp
10614 * gdb.base/solib-symbol.exp
10615 * gdb.base/structs.exp
10616 * gdb.base/structs2.exp
10617 * gdb.base/symtab-search-order.exp
10618 * gdb.base/twice.exp
10619 * gdb.base/unload.exp
10620 * gdb.base/varargs.exp
10621 * gdb.base/watchpoint-solib.exp
10622 * gdb.base/watchpoint.exp
10623 * gdb.base/whatis.exp
10624 * gdb.base/wrong_frame_bt_full.exp
10625 * gdb.btrace/dlopen.exp
10626 * gdb.cell/ea-standalone.exp
10627 * gdb.cell/ea-test.exp
10628 * gdb.cp/dispcxx.exp
10629 * gdb.cp/gdb2384.exp
10630 * gdb.cp/method2.exp
10631 * gdb.cp/nextoverthrow.exp
10632 * gdb.cp/pr10728.exp
10633 * gdb.disasm/am33.exp
10634 * gdb.disasm/h8300s.exp
10635 * gdb.disasm/mn10300.exp
10636 * gdb.disasm/sh3.exp
10637 * gdb.dwarf2/dw2-dir-file-name.exp
10638 * gdb.fortran/complex.exp
10639 * gdb.fortran/library-module.exp
10640 * gdb.guile/scm-pretty-print.exp
10641 * gdb.guile/scm-symbol.exp
10642 * gdb.guile/scm-type.exp
10643 * gdb.guile/scm-value.exp
10644 * gdb.linespec/linespec.exp
10645 * gdb.mi/gdb701.exp
10646 * gdb.mi/gdb792.exp
10647 * gdb.mi/mi-breakpoint-changed.exp
10648 * gdb.mi/mi-dprintf-pending.exp
10649 * gdb.mi/mi-dprintf.exp
10650 * gdb.mi/mi-exit-code.exp
10651 * gdb.mi/mi-pending.exp
10652 * gdb.mi/mi-solib.exp
10653 * gdb.mi/new-ui-mi-sync.exp
10654 * gdb.mi/pr11022.exp
10655 * gdb.mi/user-selected-context-sync.exp
10656 * gdb.opt/solib-intra-step.exp
10657 * gdb.python/py-events.exp
10658 * gdb.python/py-finish-breakpoint.exp
10659 * gdb.python/py-mi.exp
10660 * gdb.python/py-prettyprint.exp
10661 * gdb.python/py-shared.exp
10662 * gdb.python/py-symbol.exp
10663 * gdb.python/py-template.exp
10664 * gdb.python/py-type.exp
10665 * gdb.python/py-value.exp
10666 * gdb.reverse/solib-precsave.exp
10667 * gdb.reverse/solib-reverse.exp
10668 * gdb.server/solib-list.exp
10669 * gdb.stabs/weird.exp
10670 * gdb.threads/reconnect-signal.exp
10671 * gdb.threads/stepi-random-signal.exp
10672 * gdb.trace/actions.exp
10673 * gdb.trace/ax.exp
10674 * gdb.trace/backtrace.exp
10675 * gdb.trace/change-loc.exp
10676 * gdb.trace/deltrace.exp
10677 * gdb.trace/ftrace-lock.exp
10678 * gdb.trace/ftrace.exp
10679 * gdb.trace/infotrace.exp
10680 * gdb.trace/mi-tracepoint-changed.exp
10681 * gdb.trace/packetlen.exp
10682 * gdb.trace/passcount.exp
10683 * gdb.trace/pending.exp
10684 * gdb.trace/range-stepping.exp
10685 * gdb.trace/report.exp
10686 * gdb.trace/stap-trace.exp
10687 * gdb.trace/tfind.exp
10688 * gdb.trace/trace-break.exp
10689 * gdb.trace/trace-condition.exp
10690 * gdb.trace/trace-enable-disable.exp
10691 * gdb.trace/trace-mt.exp
10692 * gdb.trace/tracecmd.exp
10693 * gdb.trace/tspeed.exp
10694 * gdb.trace/tsv.exp
10695 * lib/perftest.exp
10696
fb9feb35
LM
106972016-12-01 Luis Machado <lgustavo@codesourcery.com>
10698
10699 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10700 with gdb_test_no_output.
10701 Use command as test name.
10702
cd2ddb6c
LM
107032016-12-01 Luis Machado <lgustavo@codesourcery.com>
10704
10705 Fix test names starting with uppercase throughout the files.
10706
10707 * gdb.ada/assign_1.exp
10708 * gdb.ada/boolean_expr.exp
10709 * gdb.base/arrayidx.exp
10710 * gdb.base/del.exp
10711 * gdb.base/gcore-buffer-overflow.exp
10712 * gdb.base/testenv.exp
10713 * gdb.compile/compile.exp
10714 * gdb.python/py-framefilter-invalidarg.exp
10715 * gdb.python/py-framefilter.exp
10716
bb95117e
LM
107172016-12-01 Luis Machado <lgustavo@codesourcery.com>
10718
10719 Fix test names starting with uppercase throughout the files.
10720
10721 * gdb.ada/array_return.exp
10722 * gdb.ada/expr_delims.exp
10723 * gdb.ada/mi_dyn_arr.exp
10724 * gdb.ada/mi_interface.exp
10725 * gdb.ada/mi_var_array.exp
10726 * gdb.ada/watch_arg.exp
10727 * gdb.arch/alpha-step.exp
10728 * gdb.arch/altivec-regs.exp
10729 * gdb.arch/e500-regs.exp
10730 * gdb.arch/powerpc-d128-regs.exp
10731 * gdb.base/arrayidx.exp
10732 * gdb.base/break.exp
10733 * gdb.base/checkpoint.exp
10734 * gdb.base/debug-expr.exp
10735 * gdb.base/dmsym.exp
10736 * gdb.base/radix.exp
10737 * gdb.base/sepdebug.exp
10738 * gdb.base/testenv.exp
10739 * gdb.base/watch_thread_num.exp
10740 * gdb.base/watchpoint-cond-gone.exp
10741 * gdb.cell/break.exp
10742 * gdb.cell/ea-cache.exp
10743 * gdb.compile/compile.exp
10744 * gdb.cp/gdb2495.exp
10745 * gdb.gdb/selftest.exp
10746 * gdb.gdb/xfullpath.exp
10747 * gdb.go/hello.exp
10748 * gdb.go/integers.exp
10749 * gdb.objc/basicclass.exp
10750 * gdb.pascal/hello.exp
10751 * gdb.pascal/integers.exp
10752 * gdb.python/py-breakpoint.exp
10753 * gdb.python/py-cmd.exp
10754 * gdb.python/py-linetable.exp
10755 * gdb.python/py-xmethods.exp
10756 * gdb.python/python.exp
10757 * gdb.reverse/consecutive-precsave.exp
10758 * gdb.reverse/finish-precsave.exp
10759 * gdb.reverse/i386-precsave.exp
10760 * gdb.reverse/machinestate-precsave.exp
10761 * gdb.reverse/sigall-precsave.exp
10762 * gdb.reverse/solib-precsave.exp
10763 * gdb.reverse/step-precsave.exp
10764 * gdb.reverse/until-precsave.exp
10765 * gdb.reverse/watch-precsave.exp
10766 * gdb.threads/leader-exit.exp
10767 * gdb.threads/pthreads.exp
10768 * gdb.threads/wp-replication.exp
10769 * gdb.trace/actions.exp
10770 * gdb.trace/mi-tsv-changed.exp
10771 * gdb.trace/tsv.exp
10772
de97fdd4
LM
107732016-12-01 Luis Machado <lgustavo@codesourcery.com>
10774
10775 Fix test names starting with uppercase throughout the files.
10776
10777 * gdb.arch/i386-bp_permanent.exp
10778 * gdb.arch/i386-gnu-cfi.exp
10779 * gdb.base/disasm-end-cu.exp
10780 * gdb.base/macscp.exp
10781 * gdb.base/pending.exp
10782 * gdb.base/watch_thread_num.exp
10783 * gdb.cp/exception.exp
10784 * gdb.cp/gdb2495.exp
10785 * gdb.cp/local.exp
10786 * gdb.python/py-evsignal.exp
10787 * gdb.python/python.exp
10788 * gdb.trace/tracecmd.exp
10789
9f058c10
LM
107902016-12-01 Luis Machado <lgustavo@codesourcery.com>
10791
10792 Fix test names starting with uppercase throughout the files.
10793
10794 * gdb.base/charset.exp
10795 * gdb.base/eval.exp
10796 * gdb.base/multi-forks.exp
10797 * gdb.guile/scm-progspace.exp
10798 * gdb.opencl/datatypes.exp
10799 * gdb.python/py-block.exp
10800 * gdb.python/py-function.exp
10801 * gdb.python/py-symbol.exp
10802 * gdb.python/py-symtab.exp
10803 * gdb.python/py-xmethods.exp
10804 * gdb.reverse/break-precsave.exp
10805 * gdb.reverse/break-reverse.exp
10806 * gdb.reverse/consecutive-precsave.exp
10807 * gdb.reverse/consecutive-reverse.exp
10808 * gdb.reverse/finish-precsave.exp
10809 * gdb.reverse/finish-reverse-bkpt.exp
10810 * gdb.reverse/finish-reverse.exp
10811 * gdb.reverse/fstatat-reverse.exp
10812 * gdb.reverse/getresuid-reverse.exp
10813 * gdb.reverse/i386-precsave.exp
10814 * gdb.reverse/i386-reverse.exp
10815 * gdb.reverse/i386-sse-reverse.exp
10816 * gdb.reverse/i387-stack-reverse.exp
10817 * gdb.reverse/insn-reverse.exp
10818 * gdb.reverse/machinestate-precsave.exp
10819 * gdb.reverse/machinestate.exp
10820 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10821 * gdb.reverse/pipe-reverse.exp
10822 * gdb.reverse/readv-reverse.exp
10823 * gdb.reverse/recvmsg-reverse.exp
10824 * gdb.reverse/rerun-prec.exp
10825 * gdb.reverse/s390-mvcle.exp
10826 * gdb.reverse/sigall-precsave.exp
10827 * gdb.reverse/sigall-reverse.exp
10828 * gdb.reverse/solib-precsave.exp
10829 * gdb.reverse/solib-reverse.exp
10830 * gdb.reverse/step-precsave.exp
10831 * gdb.reverse/step-reverse.exp
10832 * gdb.reverse/time-reverse.exp
10833 * gdb.reverse/until-precsave.exp
10834 * gdb.reverse/until-reverse.exp
10835 * gdb.reverse/waitpid-reverse.exp
10836 * gdb.reverse/watch-precsave.exp
10837 * gdb.reverse/watch-reverse.exp
10838
cdc7edd7
LM
108392016-12-01 Luis Machado <lgustavo@codesourcery.com>
10840
10841 Fix test names starting with uppercase throughout the files.
10842
10843 * gdb.arch/i386-mpx-simple_segv.exp
10844 * gdb.arch/i386-mpx.exp
10845 * gdb.arch/i386-permbkpt.exp
10846 * gdb.arch/pa-nullify.exp
10847 * gdb.arch/powerpc-d128-regs.exp
10848 * gdb.arch/vsx-regs.exp
10849 * gdb.base/bfp-test.exp
10850 * gdb.base/break.exp
10851 * gdb.base/breakpoint-shadow.exp
10852 * gdb.base/callfuncs.exp
10853 * gdb.base/charset.exp
10854 * gdb.base/commands.exp
10855 * gdb.base/completion.exp
10856 * gdb.base/dfp-test.exp
10857 * gdb.base/echo.exp
10858 * gdb.base/ending-run.exp
10859 * gdb.base/eval.exp
10860 * gdb.base/expand-psymtabs.exp
10861 * gdb.base/float128.exp
10862 * gdb.base/floatn.exp
10863 * gdb.base/foll-exec-mode.exp
10864 * gdb.base/gdb1056.exp
10865 * gdb.base/gdb11531.exp
10866 * gdb.base/kill-after-signal.exp
10867 * gdb.base/multi-forks.exp
10868 * gdb.base/overlays.exp
10869 * gdb.base/pending.exp
10870 * gdb.base/sepdebug.exp
10871 * gdb.base/testenv.exp
10872 * gdb.base/valgrind-db-attach.exp
10873 * gdb.base/watch_thread_num.exp
10874 * gdb.base/watchpoint-cond-gone.exp
10875 * gdb.base/watchpoint.exp
10876 * gdb.base/watchpoints.exp
10877 * gdb.cp/arg-reference.exp
10878 * gdb.cp/baseenum.exp
10879 * gdb.cp/operator.exp
10880 * gdb.cp/shadow.exp
10881 * gdb.dwarf2/dw2-op-out-param.exp
10882 * gdb.dwarf2/dw2-reg-undefined.exp
10883 * gdb.go/chan.exp
10884 * gdb.go/hello.exp
10885 * gdb.go/integers.exp
10886 * gdb.go/methods.exp
10887 * gdb.go/package.exp
10888 * gdb.guile/scm-parameter.exp
10889 * gdb.guile/scm-progspace.exp
10890 * gdb.guile/scm-value.exp
10891 * gdb.mi/mi-pending.exp
10892 * gdb.mi/user-selected-context-sync.exp
10893 * gdb.multi/multi-attach.exp
10894 * gdb.multi/tids.exp
10895 * gdb.opt/clobbered-registers-O2.exp
10896 * gdb.pascal/floats.exp
10897 * gdb.pascal/integers.exp
10898 * gdb.python/py-block.exp
10899 * gdb.python/py-events.exp
10900 * gdb.python/py-parameter.exp
10901 * gdb.python/py-symbol.exp
10902 * gdb.python/py-symtab.exp
10903 * gdb.python/py-type.exp
10904 * gdb.python/py-value.exp
10905 * gdb.python/py-xmethods.exp
10906 * gdb.python/python.exp
10907 * gdb.reverse/break-precsave.exp
10908 * gdb.reverse/consecutive-precsave.exp
10909 * gdb.reverse/finish-precsave.exp
10910 * gdb.reverse/i386-precsave.exp
10911 * gdb.reverse/machinestate-precsave.exp
10912 * gdb.reverse/sigall-precsave.exp
10913 * gdb.reverse/solib-precsave.exp
10914 * gdb.reverse/step-precsave.exp
10915 * gdb.reverse/until-precsave.exp
10916 * gdb.reverse/watch-precsave.exp
10917 * gdb.server/ext-attach.exp
10918 * gdb.server/ext-restart.exp
10919 * gdb.server/ext-run.exp
10920 * gdb.server/ext-wrapper.exp
10921 * gdb.stabs/gdb11479.exp
10922 * gdb.stabs/weird.exp
10923 * gdb.threads/attach-many-short-lived-threads.exp
10924 * gdb.threads/kill.exp
10925 * gdb.threads/watchpoint-fork.exp
10926
bc6c7af4
LM
109272016-12-01 Luis Machado <lgustavo@codesourcery.com>
10928
10929 Fix test names starting with uppercase throughout all the files below.
10930
10931 * gdb.ada/array_return.exp
10932 * gdb.ada/catch_ex.exp
10933 * gdb.ada/info_exc.exp
10934 * gdb.ada/mi_catch_ex.exp
10935 * gdb.ada/mi_dyn_arr.exp
10936 * gdb.ada/mi_ex_cond.exp
10937 * gdb.ada/mi_exc_info.exp
10938 * gdb.ada/mi_interface.exp
10939 * gdb.ada/mi_task_arg.exp
10940 * gdb.ada/mi_task_info.exp
10941 * gdb.ada/mi_var_array.exp
10942 * gdb.arch/alpha-step.exp
10943 * gdb.arch/amd64-disp-step.exp
10944 * gdb.arch/arm-disp-step.exp
10945 * gdb.arch/disp-step-insn-reloc.exp
10946 * gdb.arch/e500-prologue.exp
10947 * gdb.arch/ftrace-insn-reloc.exp
10948 * gdb.arch/gdb1558.exp
10949 * gdb.arch/i386-bp_permanent.exp
10950 * gdb.arch/i386-disp-step.exp
10951 * gdb.arch/i386-float.exp
10952 * gdb.arch/i386-gnu-cfi.exp
10953 * gdb.arch/ia64-breakpoint-shadow.exp
10954 * gdb.arch/mips16-thunks.exp
10955 * gdb.arch/pa-nullify.exp
10956 * gdb.arch/powerpc-aix-prologue.exp
10957 * gdb.arch/powerpc-power.exp
10958 * gdb.arch/ppc-dfp.exp
10959 * gdb.arch/s390-tdbregs.exp
10960 * gdb.arch/spu-info.exp
10961 * gdb.arch/spu-ls.exp
10962 * gdb.arch/thumb-bx-pc.exp
10963 * gdb.base/advance.exp
10964 * gdb.base/annota-input-while-running.exp
10965 * gdb.base/arrayidx.exp
10966 * gdb.base/asmlabel.exp
10967 * gdb.base/async.exp
10968 * gdb.base/attach-wait-input.exp
10969 * gdb.base/auto-connect-native-target.exp
10970 * gdb.base/batch-preserve-term-settings.exp
10971 * gdb.base/bfp-test.exp
10972 * gdb.base/bigcore.exp
10973 * gdb.base/bp-permanent.exp
10974 * gdb.base/break-always.exp
10975 * gdb.base/break-fun-addr.exp
10976 * gdb.base/break-idempotent.exp
10977 * gdb.base/break-main-file-remove-fail.exp
10978 * gdb.base/break-probes.exp
10979 * gdb.base/break-unload-file.exp
10980 * gdb.base/break.exp
10981 * gdb.base/call-ar-st.exp
10982 * gdb.base/call-rt-st.exp
10983 * gdb.base/call-sc.exp
10984 * gdb.base/call-signal-resume.exp
10985 * gdb.base/call-strs.exp
10986 * gdb.base/callexit.exp
10987 * gdb.base/callfuncs.exp
10988 * gdb.base/catch-gdb-caused-signals.exp
10989 * gdb.base/catch-signal-siginfo-cond.exp
10990 * gdb.base/catch-syscall.exp
10991 * gdb.base/compare-sections.exp
10992 * gdb.base/cond-eval-mode.exp
10993 * gdb.base/condbreak-call-false.exp
10994 * gdb.base/consecutive-step-over.exp
10995 * gdb.base/cursal.exp
10996 * gdb.base/disabled-location.exp
10997 * gdb.base/disasm-end-cu.exp
10998 * gdb.base/display.exp
10999 * gdb.base/double-prompt-target-event-error.exp
11000 * gdb.base/dprintf-bp-same-addr.exp
11001 * gdb.base/dprintf-detach.exp
11002 * gdb.base/dprintf-next.exp
11003 * gdb.base/dprintf-non-stop.exp
11004 * gdb.base/dprintf-pending.exp
11005 * gdb.base/dso2dso.exp
11006 * gdb.base/ending-run.exp
11007 * gdb.base/enum_cond.exp
11008 * gdb.base/examine-backward.exp
11009 * gdb.base/exe-lock.exp
11010 * gdb.base/exec-invalid-sysroot.exp
11011 * gdb.base/execl-update-breakpoints.exp
11012 * gdb.base/execution-termios.exp
11013 * gdb.base/fileio.exp
11014 * gdb.base/fixsection.exp
11015 * gdb.base/foll-exec-mode.exp
11016 * gdb.base/foll-exec.exp
11017 * gdb.base/fork-running-state.exp
11018 * gdb.base/frame-args.exp
11019 * gdb.base/fullpath-expand.exp
11020 * gdb.base/func-ptr.exp
11021 * gdb.base/gcore-relro-pie.exp
11022 * gdb.base/gdb1090.exp
11023 * gdb.base/gdb1555.exp
11024 * gdb.base/global-var-nested-by-dso.exp
11025 * gdb.base/gnu-ifunc.exp
11026 * gdb.base/hbreak-in-shr-unsupported.exp
11027 * gdb.base/hbreak-unmapped.exp
11028 * gdb.base/hook-stop.exp
11029 * gdb.base/infcall-input.exp
11030 * gdb.base/info-fun.exp
11031 * gdb.base/info-shared.exp
11032 * gdb.base/interrupt-noterm.exp
11033 * gdb.base/jit-so.exp
11034 * gdb.base/jit.exp
11035 * gdb.base/line-symtabs.exp
11036 * gdb.base/list.exp
11037 * gdb.base/longjmp.exp
11038 * gdb.base/macscp.exp
11039 * gdb.base/max-value-size.exp
11040 * gdb.base/nodebug.exp
11041 * gdb.base/nofield.exp
11042 * gdb.base/overlays.exp
11043 * gdb.base/paginate-after-ctrl-c-running.exp
11044 * gdb.base/paginate-bg-execution.exp
11045 * gdb.base/paginate-inferior-exit.exp
11046 * gdb.base/pending.exp
11047 * gdb.base/pr11022.exp
11048 * gdb.base/printcmds.exp
11049 * gdb.base/ptr-typedef.exp
11050 * gdb.base/ptype.exp
11051 * gdb.base/randomize.exp
11052 * gdb.base/range-stepping.exp
11053 * gdb.base/realname-expand.exp
11054 * gdb.base/relativedebug.exp
11055 * gdb.base/remote.exp
11056 * gdb.base/savedregs.exp
11057 * gdb.base/sepdebug.exp
11058 * gdb.base/set-noassign.exp
11059 * gdb.base/shlib-call.exp
11060 * gdb.base/shreloc.exp
11061 * gdb.base/sigaltstack.exp
11062 * gdb.base/sigbpt.exp
11063 * gdb.base/siginfo-addr.exp
11064 * gdb.base/siginfo-obj.exp
11065 * gdb.base/siginfo-thread.exp
11066 * gdb.base/signest.exp
11067 * gdb.base/signull.exp
11068 * gdb.base/sigrepeat.exp
11069 * gdb.base/skip.exp
11070 * gdb.base/so-impl-ld.exp
11071 * gdb.base/solib-corrupted.exp
11072 * gdb.base/solib-disc.exp
11073 * gdb.base/solib-display.exp
11074 * gdb.base/solib-overlap.exp
11075 * gdb.base/solib-search.exp
11076 * gdb.base/solib-symbol.exp
11077 * gdb.base/source-execution.exp
11078 * gdb.base/sss-bp-on-user-bp-2.exp
11079 * gdb.base/sss-bp-on-user-bp.exp
11080 * gdb.base/stack-checking.exp
11081 * gdb.base/stale-infcall.exp
11082 * gdb.base/step-break.exp
11083 * gdb.base/step-line.exp
11084 * gdb.base/step-over-exit.exp
11085 * gdb.base/step-test.exp
11086 * gdb.base/structs.exp
11087 * gdb.base/sym-file.exp
11088 * gdb.base/symtab-search-order.exp
11089 * gdb.base/term.exp
11090 * gdb.base/type-opaque.exp
11091 * gdb.base/unload.exp
11092 * gdb.base/until-nodebug.exp
11093 * gdb.base/until.exp
11094 * gdb.base/unwindonsignal.exp
11095 * gdb.base/watch-cond.exp
11096 * gdb.base/watch-non-mem.exp
11097 * gdb.base/watch_thread_num.exp
11098 * gdb.base/watchpoint-reuse-slot.exp
11099 * gdb.base/watchpoint-solib.exp
11100 * gdb.base/watchpoint.exp
11101 * gdb.btrace/dlopen.exp
11102 * gdb.cell/arch.exp
11103 * gdb.cell/break.exp
11104 * gdb.cell/bt.exp
11105 * gdb.cell/core.exp
11106 * gdb.cell/data.exp
11107 * gdb.cell/dwarfaddr.exp
11108 * gdb.cell/ea-cache.exp
11109 * gdb.cell/ea-standalone.exp
11110 * gdb.cell/ea-test.exp
11111 * gdb.cell/f-regs.exp
11112 * gdb.cell/fork.exp
11113 * gdb.cell/gcore.exp
11114 * gdb.cell/mem-access.exp
11115 * gdb.cell/ptype.exp
11116 * gdb.cell/registers.exp
11117 * gdb.cell/sizeof.exp
11118 * gdb.cell/solib-symbol.exp
11119 * gdb.cell/solib.exp
11120 * gdb.compile/compile-tls.exp
11121 * gdb.cp/exception.exp
11122 * gdb.cp/gdb2495.exp
11123 * gdb.cp/local.exp
11124 * gdb.cp/mb-inline.exp
11125 * gdb.cp/mb-templates.exp
11126 * gdb.cp/pr10687.exp
11127 * gdb.cp/pr9167.exp
11128 * gdb.cp/scope-err.exp
11129 * gdb.cp/templates.exp
11130 * gdb.cp/virtfunc.exp
11131 * gdb.dwarf2/dw2-dir-file-name.exp
11132 * gdb.dwarf2/dw2-single-line-discriminators.exp
11133 * gdb.fortran/complex.exp
11134 * gdb.fortran/library-module.exp
11135 * gdb.guile/guile.exp
11136 * gdb.guile/scm-cmd.exp
11137 * gdb.guile/scm-frame-inline.exp
11138 * gdb.guile/scm-objfile.exp
11139 * gdb.guile/scm-pretty-print.exp
11140 * gdb.guile/scm-symbol.exp
11141 * gdb.guile/scm-type.exp
11142 * gdb.guile/scm-value.exp
11143 * gdb.linespec/keywords.exp
11144 * gdb.linespec/ls-errs.exp
11145 * gdb.linespec/macro-relative.exp
11146 * gdb.linespec/thread.exp
11147 * gdb.mi/mi-breakpoint-changed.exp
11148 * gdb.mi/mi-dprintf-pending.exp
11149 * gdb.mi/mi-fullname-deleted.exp
11150 * gdb.mi/mi-logging.exp
11151 * gdb.mi/mi-pending.exp
11152 * gdb.mi/mi-solib.exp
11153 * gdb.mi/new-ui-mi-sync.exp
11154 * gdb.mi/user-selected-context-sync.exp
11155 * gdb.multi/dummy-frame-restore.exp
11156 * gdb.multi/multi-arch-exec.exp
11157 * gdb.multi/remove-inferiors.exp
11158 * gdb.multi/watchpoint-multi-exit.exp
11159 * gdb.opt/solib-intra-step.exp
11160 * gdb.perf/backtrace.exp
11161 * gdb.perf/single-step.exp
11162 * gdb.perf/skip-command.exp
11163 * gdb.perf/skip-prologue.exp
11164 * gdb.perf/solib.exp
11165 * gdb.python/lib-types.exp
11166 * gdb.python/py-as-string.exp
11167 * gdb.python/py-bad-printers.exp
11168 * gdb.python/py-block.exp
11169 * gdb.python/py-breakpoint.exp
11170 * gdb.python/py-cmd.exp
11171 * gdb.python/py-events.exp
11172 * gdb.python/py-evthreads.exp
11173 * gdb.python/py-finish-breakpoint.exp
11174 * gdb.python/py-finish-breakpoint2.exp
11175 * gdb.python/py-frame-inline.exp
11176 * gdb.python/py-frame.exp
11177 * gdb.python/py-inferior.exp
11178 * gdb.python/py-infthread.exp
11179 * gdb.python/py-mi.exp
11180 * gdb.python/py-objfile.exp
11181 * gdb.python/py-pp-maint.exp
11182 * gdb.python/py-pp-registration.exp
11183 * gdb.python/py-prettyprint.exp
11184 * gdb.python/py-recurse-unwind.exp
11185 * gdb.python/py-shared.exp
11186 * gdb.python/py-symbol.exp
11187 * gdb.python/py-symtab.exp
11188 * gdb.python/py-template.exp
11189 * gdb.python/py-type.exp
11190 * gdb.python/py-unwind-maint.exp
11191 * gdb.python/py-unwind.exp
11192 * gdb.python/py-value.exp
11193 * gdb.python/python.exp
11194 * gdb.reverse/finish-reverse-bkpt.exp
11195 * gdb.reverse/insn-reverse.exp
11196 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11197 * gdb.reverse/solib-precsave.exp
11198 * gdb.reverse/solib-reverse.exp
11199 * gdb.stabs/gdb11479.exp
11200 * gdb.stabs/weird.exp
11201 * gdb.threads/fork-child-threads.exp
11202 * gdb.threads/fork-plus-threads.exp
11203 * gdb.threads/fork-thread-pending.exp
11204 * gdb.threads/forking-threads-plus-breakpoint.exp
11205 * gdb.threads/hand-call-in-threads.exp
11206 * gdb.threads/interrupted-hand-call.exp
11207 * gdb.threads/linux-dp.exp
11208 * gdb.threads/local-watch-wrong-thread.exp
11209 * gdb.threads/next-while-other-thread-longjmps.exp
11210 * gdb.threads/non-ldr-exit.exp
11211 * gdb.threads/pending-step.exp
11212 * gdb.threads/print-threads.exp
11213 * gdb.threads/process-dies-while-detaching.exp
11214 * gdb.threads/process-dies-while-handling-bp.exp
11215 * gdb.threads/pthreads.exp
11216 * gdb.threads/queue-signal.exp
11217 * gdb.threads/reconnect-signal.exp
11218 * gdb.threads/signal-command-handle-nopass.exp
11219 * gdb.threads/signal-command-multiple-signals-pending.exp
11220 * gdb.threads/signal-delivered-right-thread.exp
11221 * gdb.threads/signal-sigtrap.exp
11222 * gdb.threads/sigthread.exp
11223 * gdb.threads/staticthreads.exp
11224 * gdb.threads/stepi-random-signal.exp
11225 * gdb.threads/thread-unwindonsignal.exp
11226 * gdb.threads/thread_check.exp
11227 * gdb.threads/thread_events.exp
11228 * gdb.threads/tid-reuse.exp
11229 * gdb.threads/tls-nodebug.exp
11230 * gdb.threads/tls-shared.exp
11231 * gdb.threads/tls-so_extern.exp
11232 * gdb.threads/tls.exp
11233 * gdb.threads/wp-replication.exp
11234 * gdb.trace/actions-changed.exp
11235 * gdb.trace/actions.exp
11236 * gdb.trace/backtrace.exp
11237 * gdb.trace/change-loc.exp
11238 * gdb.trace/collection.exp
11239 * gdb.trace/deltrace.exp
11240 * gdb.trace/disconnected-tracing.exp
11241 * gdb.trace/entry-values.exp
11242 * gdb.trace/ftrace-lock.exp
11243 * gdb.trace/ftrace.exp
11244 * gdb.trace/infotrace.exp
11245 * gdb.trace/mi-trace-frame-collected.exp
11246 * gdb.trace/mi-trace-unavailable.exp
11247 * gdb.trace/mi-traceframe-changed.exp
11248 * gdb.trace/mi-tracepoint-changed.exp
11249 * gdb.trace/mi-tsv-changed.exp
11250 * gdb.trace/no-attach-trace.exp
11251 * gdb.trace/packetlen.exp
11252 * gdb.trace/passc-dyn.exp
11253 * gdb.trace/passcount.exp
11254 * gdb.trace/pending.exp
11255 * gdb.trace/pr16508.exp
11256 * gdb.trace/qtro.exp
11257 * gdb.trace/range-stepping.exp
11258 * gdb.trace/read-memory.exp
11259 * gdb.trace/report.exp
11260 * gdb.trace/save-trace.exp
11261 * gdb.trace/signal.exp
11262 * gdb.trace/stap-trace.exp
11263 * gdb.trace/status-stop.exp
11264 * gdb.trace/strace.exp
11265 * gdb.trace/tfile.exp
11266 * gdb.trace/tfind.exp
11267 * gdb.trace/trace-break.exp
11268 * gdb.trace/trace-condition.exp
11269 * gdb.trace/trace-enable-disable.exp
11270 * gdb.trace/trace-mt.exp
11271 * gdb.trace/tracecmd.exp
11272 * gdb.trace/tracefile-pseudo-reg.exp
11273 * gdb.trace/tspeed.exp
11274 * gdb.trace/tstatus.exp
11275 * gdb.trace/tsv.exp
11276 * gdb.trace/unavailable.exp
11277 * gdb.trace/while-dyn.exp
11278 * gdb.trace/while-stepping.exp
11279 * lib/gdb-guile.exp
11280 * lib/gdb.exp
11281 * lib/mi-support.exp
11282 * lib/pascal.exp
11283 * lib/perftest.exp
11284 * lib/prelink-support.exp
11285 * lib/selftest-support.exp
11286
ad02e4fe
SM
112872016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11288
11289 * Makefile.in: Include disable-implicit-rules.mk.
11290
22347e55
AA
112912016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11292
11293 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11294 non-byte-aligned bit fields.
11295
da5b30da
AA
112962016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11297
11298 PR gdb/12616
11299 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11300 respects the DW_AT_data_bit_offset attribute.
11301
b593ecca
SM
113022016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11303
11304 * gdb.base/default.exp: Fix output of "set language".
11305
3b165252
SM
113062016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11307
11308 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11309 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11310 make.
11311 * configure.ac: Remove checks for the make program.
11312 * configure: Re-generate.
11313
1a2f3d7f
KB
113142016-11-16 Kevin Buettner <kevinb@redhat.com>
11315
11316 * gdb.python/py-recurse-unwind.c (main): Add loop.
11317 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11318 to read_register() and gdb.parse_and_eval(). Make each code
11319 call a separate case that can be individually tested.
11320 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11321 proc. Call cont_and_backtrace for each of the code paths that
11322 we want to test in the unwinder.
11323
b7f38fda
AA
113242016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11325
11326 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11327 the definition of struct S.
11328
1f8db343
CM
113292016-11-11 Catherine Moore <clm@codesourcery.com>
11330
11331 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11332
fad0c9fb
PA
113332016-11-09 Pedro Alves <palves@redhat.com>
11334
11335 * gdb.base/commands.exp (runto_or_return): New procedure.
11336 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11337 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11338 (progvar_simple_while_test, progvar_complex_if_while_test)
11339 (if_while_breakpoint_command_test)
11340 (infrun_breakpoint_command_test, breakpoint_command_test)
11341 (user_defined_command_test, watchpoint_command_test)
11342 (test_command_prompt_position, redefine_hook_test)
11343 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11344 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11345 multi_line_input and multi_line. Remove gdb_expect and
11346 gdb_stop_suppressing_tests uses.
11347 * lib/gdb.exp (valnum_re): New global.
11348 (multi_line_input): New procedure.
11349
8354c62c
SM
113502016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11351
11352 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11353 Remove.
11354 (test_setup): Define with proc_with_prefix.
11355 (test_cli_inferior): Likewise.
11356 (test_cli_thread): Likewise.
11357 (test_cli_frame): Likewise.
11358 (test_cli_select_frame): Likewise.
11359 (test_cli_up_down): Likewise.
11360 (test_mi_thread_select): Likewise.
11361 (test_mi_stack_select_frame): Likewise.
11362 (test_cli_in_mi_inferior): Likewise.
11363 (test_cli_in_mi_thread): Likewise.
11364 (test_cli_in_mi_frame): Likewise.
11365 (top level): Do not use with_test_prefix_procname.
11366
64f367a2
PA
113672016-11-09 Pedro Alves <palves@redhat.com>
11368
11369 * gdb.base/commands.exp (gdbvar_simple_if_test)
11370 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11371 (progvar_simple_if_test, progvar_simple_while_test)
11372 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11373 (infrun_breakpoint_command_test, breakpoint_command_test)
11374 (user_defined_command_test, watchpoint_command_test)
11375 (test_command_prompt_position, deprecated_command_test)
11376 (bp_deleted_in_command, temporary_breakpoint_commands)
11377 (stray_arg0_test, source_file_with_indented_comment)
11378 (recursive_source_test, if_commands_test)
11379 (error_clears_commands_left, redefine_hook_test)
11380 (redefine_backtrace_test): Use proc_with_prefix.
11381 * lib/gdb.exp (proc_with_prefix): New proc.
11382
0bb65f1e
AA
113832016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11384
11385 * gdb.base/tui-layout.c: New file.
11386 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11387 disassembly window contains very long lines.
11388
7353f247
TT
113892016-11-08 Tom Tromey <tom@tromey.com>
11390
11391 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11392 depend on Python 2.
11393
30a7bb83
TT
113942016-11-08 Tom Tromey <tom@tromey.com>
11395
11396 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11397 New method.
11398
cdf5a07c
MG
113992016-10-29 Manish Goregaokar <manish@mozilla.com>
11400
2806dc7e 11401 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11402
51a789c3
MG
114032016-10-27 Manish Goregaokar <manish@mozilla.com>
11404
2806dc7e
PA
11405 * gdb.rust/simple.rs: Add test for univariant enums without
11406 discriminants and for encoded struct-like enums.
51a789c3 11407
f610ab6d
PA
114082016-10-28 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11411 gdb_test_multiple, tighten regexps and match symtabs and line
11412 tables incrementally.
11413
b129b0ca
LM
114142016-10-28 Luis Machado <lgustavo@codesourcery.com>
11415
11416 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11417 general.
11418
ecf45d2c
SL
114192016-10-25 Luis Machado <lgustavo@codesourcery.com>
11420
11421 * gdb.base/exec-invalid-sysroot.exp: New file.
11422
b8d38ee4
JK
114232016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11424
11425 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11426
f90fd8c2
JK
114272016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11428
11429 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11430
2d2476aa
MR
114312016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11432
2806dc7e
PA
11433 * gdb.base/killed-outside.exp: Remove $options from a call to
11434 `prepare_for_testing'.
2d2476aa 11435
e42b25a0
SM
114362016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11437
11438 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11439 Change test message.
11440
3ccdb432
SM
114412016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11442
11443 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11444 Update comment.
11445
5bad3170
SM
114462016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11447
11448 * gdb.trace/mi-trace-save.exp: New file.
11449
5ad9dba7
YQ
114502016-10-13 Yao Qi <yao.qi@linaro.org>
11451
11452 * gdb.base/code_elim.exp (get_var_address): Remove.
11453 * gdb.base/relocate.exp: Likewise.
11454 * gdb.base/shreloc.exp: Likewise.
11455 * lib/gdb.exp (get_var_address): New.
11456
62df7e21
YQ
114572016-10-13 Yao Qi <yao.qi@linaro.org>
11458
11459 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11460 floating point tests if $skip_float_test is false.
11461
4dac951e
LM
114622016-10-12 Luis Machado <lgustavo@codesourcery.com>
11463
11464 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11465 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11466 argc values.
11467 Add 1 to argc so we guarantee distinct initial/modified argc values.
11468
8f1a8fc4
JK
114692016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11470
11471 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11472
16c85b5d
JK
114732016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11474
11475 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11476 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11477 * gdb.arch/vsx-regs.exp: Likewise.
11478
1d0e042a
YQ
114792016-10-07 Yao Qi <yao.qi@linaro.org>
11480
11481 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11482
68dadef5
MM
114832016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11484
11485 * gdb.python/python.exp: Test decode_line("*0").
11486
33fa2c6e
DE
114872016-10-06 Doug Evans <dje@google.com>
11488
11489 * gdb.python/py-value.exp (test_value_creation): Add test for large
11490 unsigned 64-bit value.
11491
9c37b5ae
TT
114922016-10-06 Tom Tromey <tom@tromey.com>
11493
11494 * gdb.compile/compile.exp: Change java tests to rust.
11495 * gdb.base/setshow.exp: Change java tests to rust.
11496 * gdb.base/default.exp: Remove java from language list.
11497 * README (Examples): Update language example.
11498 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11499 test.
11500 * lib/gdb.exp (skip_java_tests): Remove.
11501 * lib/java.exp: Remove.
11502 * gdb.java: Remove.
11503
78b86327
MR
115042016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11505
11506 * gdb.arch/mips-fcr.exp: New test.
11507 * gdb.arch/mips-fcr.c: Source for the new test.
11508
7470adbb
MR
115092016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11510
11511 * gdb.base/solib-disc.exp: Use `standard_output_file'
11512 throughout.
11513
4a556533
PA
115142016-10-06 Pedro Alves <palves@redhat.com>
11515
11516 * gdb.base/jit-simple-dl.c: New file.
11517 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11518 * gdb.base/jit-simple.c: ... this.
11519 * gdb.base/jit-simple.exp (jit_run): Delete.
11520 (build_jit): New proc.
11521 (jit_test_reread): Recompile either the main program or the shared
11522 library, depending on what is being tested. Skip changing address
11523 if caller wants to. Compare before/after addresses. If testing
11524 standalone, explicitly load the binary. Test "maint info
11525 breakpoints".
11526 (top level): Add "standalone vs shared lib" and "change address"
11527 vs "same address" axes.
11528
5a122fbc
PA
115292016-10-06 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11532 call.
11533 (jit_run): Delete.
11534 (jit_test_reread): Use with_test_prefix. Reload the main binary
11535 explicitly. Compare the before/after addresses of the JIT
11536 descriptor.
11537
ee8da4b8
DE
115382016-08-15 Doug Evans <dje@google.com>
11539
11540 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11541 for single bitfields is bool.
11542 * gdb.xml/tdesc-regs.exp: Ditto.
11543
f389f6fe
JK
115442016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11545
11546 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11547
fdebf1a4
YQ
115482016-10-05 Yao Qi <yao.qi@linaro.org>
11549
11550 * lib/gdb.exp (support_complex_tests): Return zero if
11551 gdb_skip_float_test return true.
11552
9c36d954 115532016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11554 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11555
11556 PR gdb/20487
11557 * gdb.mi/user-selected-context-sync.exp: New file.
11558 * gdb.mi/user-selected-context-sync.c: New file.
11559
4034d0ff 115602016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11561 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11562
11563 PR gdb/20487
11564 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11565 =thread-select-event check.
11566
a4297203
PB
115672016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11568
11569 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11570 the compulsory L operand changes.
11571 * gdb.arch/powerpc-power.s: Likewise.
11572
bb805577
JK
115732016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11574
11575 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11576 * gdb.base/jit-attach-pie.c: New file.
11577 * gdb.base/jit-attach-pie.exp: New file.
11578
6d61dee5
PA
115792016-09-28 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/infcall-input.c: New file.
11582 * gdb.base/infcall-input.exp: New file.
11583
f73842fc
YQ
115842016-09-22 Yao Qi <yao.qi@linaro.org>
11585
11586 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11587 (gdb_exit): Rename it to ...
11588 (gdbserver_gdb_exit): ... Close GDBserver.
11589 (gdb_exit): New proc, call gdbserver_gdb_exit.
11590 (mi_gdb_exit): Likewise.
11591
90681dab
YQ
115922016-09-22 Yao Qi <yao.qi@linaro.org>
11593
11594 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11595 path.
11596 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11597 Remove duplication.
11598
9c211fd8
YQ
115992016-09-22 Yao Qi <yao.qi@linaro.org>
11600
11601 * lib/gdbserver-support.exp: Check the existence of
11602 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11603
ad0a504f
AK
116042016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11605
11606 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11607
36cf1806
TT
116082016-09-21 Tom Tromey <tom@tromey.com>
11609
11610 PR gdb/20604:
11611 * gdb.base/quit.exp: New file.
11612
74172ecf
SM
116132016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11614
11615 * .gitignore: New file.
11616
3d0ec882
MR
116172016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11618
11619 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11620 throughout.
11621
8193adea
AA
116222016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11623
11624 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11625
d41a5c09
JK
116262016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11627
11628 * gdb.cp/casts.cc (decltype): Move it ...
11629 (main): ... with its call to ...
11630 * gdb.cp/casts03.cc: ... a new file.
11631 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11632
d2dfe700
JK
116332016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11634
11635 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11636
e2a92b16
PB
116372016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11638
11639 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11640 and sync up the test with tests in gas/testsuite/gas/ppc.
11641 * gdb.arch/powerpc-power.exp: Likewise.
11642
49b4de64
JK
116432016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11644
11645 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11646
2c29df25
SDJ
116472016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11648 Jan Kratochvil <jan.kratochvil@redhat.com>
11649
11650 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11651 make m1's definition to be different from m2's. Use 'dummy' as an
11652 argument for probe 'two'.
11653
cc3c2846
JB
116542016-09-10 Jon Beniston <jon@beniston.com>
11655
11656 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11657 for sim target.
11658
e1b2624a
AA
116592016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11660
11661 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11662 variable declaration.
11663 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11664 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11665 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11666 received HWCAP as its argument.
11667
4295e285
PA
116682016-09-06 Pedro Alves <palves@redhat.com>
11669
11670 * gdb.base/new-ui-pending-input.c: New file.
11671 * gdb.base/new-ui-pending-input.exp: New file.
11672 * gdb.exp (clear_gdb_spawn_id): New procedure.
11673 (with_spawn_id): Check whether gdb_spawn_id exists before
11674 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11675 on exit.
11676
00d5215e
UW
116772016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11678
11679 * gdb.base/float128.c: New file.
11680 * gdb.base/float128.exp: Likewise.
11681 * gdb.base/floatn.c: Likewise.
11682 * gdb.base/floatn.exp: Likewise.
11683
a9ff5f12
UW
116842016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11685
11686 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11687
f245535c
PA
116882016-09-05 Pedro Alves <palves@redhat.com>
11689
11690 PR backtrace/19927
11691 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11692 unwinders are immediately called as side effect of "source" or
11693 "disable unwinder" commands.
11694 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11695
ae9cf263
YQ
116962016-09-02 Yao Qi <yao.qi@linaro.org>
11697
11698 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11699 is true and $type is "float" or "double".
11700
27aba047
YQ
117012016-09-02 Yao Qi <yao.qi@linaro.org>
11702
11703 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11704 true.
11705 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11706 * gdb.base/call-rt-st.exp: Likewise.
11707 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11708 return value instead of gdb,skip_float_test.
11709 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11710 (do_function_calls): Use its return value instead of
11711 gdb,skip_float_test.
11712 * gdb.base/finish.exp: Likewise.
11713 * gdb.base/funcargs.exp: Likewise.
11714 * gdb.base/return.exp: Likewise.
11715 * gdb.base/return2.exp: Likewise.
11716 * gdb.base/varargs.exp: Likewise.
11717 * lib/gdb.exp (gdb_skip_float_test): Change it to
11718 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11719
5af962df
AA
117202016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11721
11722 * gdb.multi/tids.exp: Test "thread apply all".
11723
7fac6910
JK
117242016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11725
11726 * gdb.base/default.exp (tty): Remove.
11727
bb1fe4ac
KB
117282016-08-24 Kevin Buettner <kevinb@redhat.com>
11729
2806dc7e
PA
11730 * gdb.python/py-recurse-unwind.c: New file.
11731 * gdb.python/py-recurse-unwind.py: New file.
11732 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11733
0a1ddfa6
SM
117342016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11735
11736 * gdb.base/set-inferior-tty.exp: New file.
11737 * gdb.base/set-inferior-tty.c: New file.
11738
d9de1fe3
PA
117392016-08-23 Pedro Alves <palves@redhat.com>
11740
11741 PR gdb/20494
11742 * gdb.base/new-ui-echo.c: New file.
11743 * gdb.base/new-ui-echo.exp: New file.
11744
e9d9abd7
YQ
117452016-08-23 Yao Qi <yao.qi@linaro.org>
11746
11747 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11748 gdbserver_spawn.
11749 * gdb.server/connect-without-multi-process.exp (do_test):
11750 Likewise.
11751
3589529e
YQ
117522016-08-23 Yao Qi <yao.qi@linaro.org>
11753
11754 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11755 standalone_txt. Delete gdb_txt and standalone_txt on host
11756 and target. Spawn the binary on target. Copy files from
11757 target to host.
11758
6bb90213
PA
117592016-08-22 Pedro Alves <palves@redhat.com>
11760
11761 PR gdb/20505
11762 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11763 with_test_prefix. Factor out bits to ...
11764 (test_no_vdso): ... this new procedure.
11765
20c2c024
CL
117662016-08-19 Carl Love <cel@us.ibm.com>
11767
11768 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11769 maintaining separate logic for constructing the output path.
11770 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11771 * gdb.arch/ppc-dfp.exp: Likewise.
11772 * gdb.arch/ppc-fp.exp: Likewise.
11773 * gdb.arch/vsx-regs.exp: Likewise.
11774 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11775 binprefix for generating the additional binary files.
11776
0646e07d
PA
117772016-08-19 Pedro Alves <palves@redhat.com>
11778
11779 * gdb.trace/mi-trace-frame-collected.exp
11780 (test_trace_frame_collected): On x32, expect two registers.
11781
46da9242
CL
117822016-08-18 Carl Love <cel@us.ibm.com>
11783
11784 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11785 and sync up the test with tests in gas/testsuite/gas/ppc.
11786 * gdb.arch/powerpc-power.exp: Likewise.
11787
eb2332d7
SM
117882016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11789
11790 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11791 expected error message.
11792
63c61e04
SM
117932016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11794
11795 * gdb.multi/remove-inferiors.exp: New file.
11796 * gdb.multi/remove-inferiors.c: New file.
11797
7b17065f
YQ
117982016-08-12 Yao Qi <yao.qi@linaro.org>
11799
11800 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11801 argument list.
11802
01d3dedf
PA
118032016-08-10 Pedro Alves <palves@redhat.com>
11804
11805 PR gdb/19187
11806 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11807 setup_kfails.
11808
3eb7562a
PA
118092016-08-09 Pedro Alves <palves@redhat.com>
11810 Simon Marchi <simon.marchi@ericsson.com>
11811
11812 PR gdb/20418
11813 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11814 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11815
80614914
PA
118162016-08-09 Pedro Alves <palves@redhat.com>
11817
11818 PR mi/20431
11819 * gdb.mi/mi-cmd-error.exp: New file.
11820
f348d89a
PA
118212016-08-09 Pedro Alves <palves@redhat.com>
11822
11823 PR gdb/18653
11824 * gdb.base/signals-state-child.c: New file.
11825 * gdb.base/signals-state-child.exp: New file.
11826 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11827
e5ca03b4
PA
118282016-08-09 Pedro Alves <palves@redhat.com>
11829
11830 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11831
282a0691
TT
118322016-08-03 Tom Tromey <tom@tromey.com>
11833
11834 PR python/18565:
11835 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11836
41bfcd63
YQ
118372016-08-01 Yao Qi <yao.qi@linaro.org>
11838
11839 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11840 variable mode to "multi-process" if $multi_process is 1, otherwise
11841 set it to "single-process".
11842
e3465b24
YQ
118432016-08-01 Yao Qi <yao.qi@linaro.org>
11844
11845 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11846 * gdb.cp/cpexprs.exp: Likewise.
11847 * gdb.cp/m-static.exp: Likewise.
11848
0b31a4bc
TT
118492016-07-26 Tom Tromey <tom@tromey.com>
11850
11851 PR python/20190:
11852 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11853 test.
11854
e0461dbb
MM
118552016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11856
11857 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11858 selecting assembly source files.
11859 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11860 assembly source files.
11861 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11862 assembly source files.
11863 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11864 selecting assembly source files.
11865
8194e927
SM
118662016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11867
11868 * gdb.base/new-ui.exp (do_test_invalid_args): New
11869 procedure.
11870
c0272db5
TW
118712016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11872
11873 * gdb.btrace/reconnect.c: New file.
11874 * gdb.btrace/reconnect.exp: New file.
11875
e3487908
GKB
118762016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11877
11878 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11879 to test_catch_syscall_group.
11880 (test_catch_syscall_group): New.
11881
12df5c00
TT
118822016-07-21 Tom Tromey <tom@tromey.com>
11883
11884 * gdb.rust/simple.rs (main): Use empty struct expression.
11885 * gdb.rust/simple.exp: Add tests for empty struct expression.
11886
bae62ee2
YQ
118872016-07-21 Yao Qi <yao.qi@linaro.org>
11888
11889 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
11890 if gdb_skip_xml_test is true on some targets.
11891
b1b53fb3
YQ
118922016-07-21 Yao Qi <yao.qi@linaro.org>
11893
11894 * gdb.server/solib-list.exp: Unset last_loaded_file.
11895
027d97f8
JK
118962016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11897
11898 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
11899 "step into captured_main (args)".
11900
7674d381
JK
119012016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11902
11903 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
11904
72b5d099
JK
119052016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11906
11907 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
11908
1f960ced
PA
119092016-07-19 Pedro Alves <palves@redhat.com>
11910
11911 * gdb.opt/inline-break.exp: Remove optimize=-O2.
11912 * gdb.opt/inline-bt.exp: Likewise.
11913 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
11914 additional_flags=-Winline.
11915 * gdb.opt/inline-locals.exp: Likewise.
11916 * gdb.opt/inline-markers.c (ATTR): Define.
11917 (inlined_fn): Use it.
11918
f25827c1
YQ
119192016-07-19 Yao Qi <yao.qi@linaro.org>
11920
11921 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
11922 (test_with_self): Remove some code. Remove argument executable.
11923 (top-level): Use do_self_tests.
11924
37539ebe
DB
119252016-07-15 Zachary Welch <zwelch@codesourcery.com>
11926 Don Breazeal <donb@codesourcery.com>
11927
11928 * gdb.base/maint.exp: Escape paths used in regular expressions.
11929 * gdb.stabs/weird.exp: Likewise.
11930
dac790e1
TT
119312016-07-13 Tom Tromey <tom@tromey.com>
11932
11933 PR python/15620, PR python/18620:
11934 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
11935 (test_bkpt_events): New procs.
11936
93daf339
TT
119372016-07-13 Tom Tromey <tom@tromey.com>
11938
11939 PR python/17698:
11940 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
11941 test.
11942 (test_watchpoints): Likewise.
11943 (test_bkpt_pending): New proc.
11944
6571a381
TT
119452016-07-13 Tom Tromey <tom@tromey.com>
11946
11947 PR cli/18053:
11948 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
11949 completion test.
11950
e8732474
JK
119512016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11952
11953 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
11954 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
11955 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
11956 f_label.
11957 (g): Rename g_end_lbl to g_label.
11958 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
11959 low_pc and high_pc.
11960 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
11961
e0f3fd7c
TT
119622016-07-12 Tom Tromey <tom@tromey.com>
11963
11964 PR python/19293:
11965 * gdb.python/py-unwind-maint.exp: Update tests.
11966
3cfe46b6
YQ
119672016-07-12 Yao Qi <yao.qi@linaro.org>
11968
11969 * lib/selftest-support.exp (selftest_setup): Match the output
11970 when captured_main is inlined.
11971
4f19a0e6
WT
119722016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
11973
11974 * gdb.fortran/derived-types.exp (result_line, result_line_2):
11975 New variables.
11976 (print this%a, print this%b, print this): New tests.
11977 * gdb.fortran/derived-types.f90 (this): New object and
11978 initialization.
11979
986cf455
SM
119802016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11981
11982 * gdb.ada/arraydim.exp: Remove extra directory level in build
11983 directory.
11984
f0464b23
SM
119852016-07-06 Simon Marchi <simon.marchi@ericsson.com>
11986
11987 * lib/ada.exp: Remove extra directory level in build directory.
11988 * gdb.ada/cond_lang.exp: Likewise.
11989 * gdb.ada/exec_changed.exp: Likewise.
11990 * gdb.ada/lang_switch.exp: Likewise.
11991
42d94011
MG
119922016-07-06 Manish Goregaokar <manish@mozilla.com>
11993
2806dc7e
PA
11994 * simple.rs: Add test for raw pointer subscripting.
11995 * simple.exp: Add test expectations.
42d94011 11996
647c264c
YQ
119972016-07-05 Yao Qi <yao.qi@linaro.org>
11998
11999 * gdb.mi/mi-reverse.exp: Match =record-started output.
12000
20aa2c60
PA
120012016-07-01 Pedro Alves <palves@redhat.com>
12002
12003 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12004 procedure.
12005 (jit_reader_test): Test the jit reader's unwinder.
12006 * gdb.base/jithost.c (jit_function_00_code): New global.
12007 (main): Use memcpy to fill in the mmapped code, instead of poking
12008 bytes manually here.
12009 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12010 value.
12011 (read_debug_info): Save the function's range.
12012 (read_sp): New function.
12013 (unwind_frame): Use it. Also unwind RBP.
12014 (get_frame_id): Use read_sp.
12015 (gdb_init_reader): Use calloc instead of malloc.
12016 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12017 parameter. Use gdb_test_multiple.
12018
ced2dffb
PA
120192016-07-01 Pedro Alves <palves@redhat.com>
12020 Antoine Tremblay <antoine.tremblay@ericsson.com>
12021
12022 * gdb.threads/process-dies-while-detaching.c: New file.
12023 * gdb.threads/process-dies-while-detaching.exp: New file.
12024
63000888
PA
120252016-07-01 Pedro Alves <palves@redhat.com>
12026
12027 * gdb.multi/watchpoint-multi-exit.c: New file.
12028 * gdb.multi/watchpoint-multi-exit.exp: New file.
12029
038d4868
PA
120302016-06-30 Pedro Alves <palves@redhat.com>
12031
12032 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12033 unset inferior_spawn_id.
12034
994e9c83
PA
120352016-06-30 Pedro Alves <palves@redhat.com>
12036
12037 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12038 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12039
e5653468
YQ
120402016-06-29 Yao Qi <yao.qi@linaro.org>
12041
12042 * gdb.base/return.c: Add copyright header.
12043
803b47e5
TT
120442016-06-29 Tom Tromey <tom@tromey.com>
12045
12046 PR python/20129:
12047 * gdb.python/py-framefilter.exp: Add tests for setting priority
12048 and disabling of non-existent frame filter.
12049
28244707
YQ
120502016-06-29 Yao Qi <yao.qi@linaro.org>
12051
12052 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12053 0x0f07ff.
12054
a31d2f06
YQ
120552016-06-28 Yao Qi <yao.qi@linaro.org>
12056
12057 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12058 triplets. Start gdb, execute catch syscall, and continue. Check
12059 gdb's output to determine catch syscall is supported.
12060
921d8f54
MG
120612016-06-27 Manish Goregaokar <manish@mozilla.com>
12062
25d49b86
PA
12063 * gdb.rust/simple.rs: Add test for returning unit in a function.
12064 * gdb.rust/simple.exp: Add expectation for functions returning
12065 unit.
921d8f54 12066
f4952523
PMR
120672016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12068
12069 * gdb.python/py-breakpoint-create-fail.c,
12070 gdb.python/py-breakpoint-create-fail.exp,
12071 gdb.python/py-breakpoint-create-fail.py: New testcase.
12072
fccb08f8
MG
120732016-06-25 Manish Goregaokar <manish@mozilla.com>
12074
12075 PR gdb/20239
12076 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12077 * gdb.rust/simple.exp: Add test expectations for new NonZero
12078 tests.
fccb08f8 12079
6b850546
DT
120802016-06-24 David Taylor <dtaylor@emc.com>
12081
12082 * gdb.base/offsets.exp: New file.
12083 * gdb.base/offsets.c: New file.
12084
17621150
TT
120852016-06-23 Tom Tromey <tom@tromey.com>
12086
12087 PR gdb/16483:
12088 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12089 before any filters are loaded.
12090
04d59df6
WT
120912016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12092
12093 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12094 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12095 structs.
12096 * gdb.fortran/derived-type-function.exp: New file.
12097 * gdb.fortran/derived-type-function.f90: New file.
12098
12099
ac69f786
PA
121002016-06-21 Pedro Alves <palves@redhat.com>
12101
12102 * gdb.base/new-ui.exp: New file.
12103 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12104 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12105 (with_spawn_id): New procedure.
12106
49940788
PA
121072016-06-21 Pedro Alves <palves@redhat.com>
12108
12109 * gdb.mi/mi-exec-run.exp: New file.
12110
ef274d26
PA
121112016-06-21 Pedro Alves <palves@redhat.com>
12112
12113 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12114 breakpoint command's output on the main UI.
12115 (test_break): New procedure, factored out from calls in the top
12116 level.
12117 (top level): Use foreach_with_prefix to test MI as main UI and as
12118 separate UI.
12119
468afe6c
PA
121202016-06-21 Pedro Alves <palves@redhat.com>
12121
12122 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12123 (test_awatch_creation_and_listing)
12124 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12125 Remove 'type' parameter.
12126 (test_watchpoint_all): New parameter mi_mode. Remove
12127 with_test_prefix.
12128 (top level): Use foreach_with_prefix, and add main/separate UI MI
12129 testing axis.
12130
51f77c37
PA
121312016-06-21 Pedro Alves <palves@redhat.com>
12132
12133 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12134 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12135 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12136 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12137 (gdb_main_spawn_id, mi_spawn_id): Declare and
12138 comment.
12139 (mi_create_inferior_pty): New procedure,
12140 factored out from default_mi_gdb_start.
12141 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12142 procedures.
12143 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12144 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12145 Use mi_create_inferior_pty.
12146 (mi_gdb_start): Use eval to pass down args list.
12147
8980e177
PA
121482016-06-21 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12151 * gdb.opt/inline-cmds.exp: Add MI tests.
12152
f38d3ad1
PA
121532016-06-21 Pedro Alves <palves@redhat.com>
12154
12155 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12156
45db7c09
PA
121572016-06-21 Pedro Alves <palves@redhat.com>
12158
12159 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12160 (top level): Use it instead of mi_execute_to.
12161
5a069ab3
PA
121622016-06-21 Pedro Alves <palves@redhat.com>
12163
12164 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12165 (cont_handler_str): New.
12166 (signal_stop_handler): Set stop_handler_str instead of printing to
12167 stdout.
12168 (continue_handler): Set cont_handler_str instead of printing to
12169 stdout.
12170 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12171 mi_send_resuming_command. Print stop_handler_str and
12172 cont_handler_str instead of expecting the python events print
12173 directly.
12174
2838cc1d
SD
121752016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12176
12177 * gdb.base/jit-reader.exp: New file.
12178 * gdb.base/jithost.c: New file.
12179 * gdb.base/jithost.h: New file.
12180 * gdb.base/jitreader.c : New file.
12181 * gdb.base/jit-protocol.h: New file.
12182
21a77091
YQ
121832016-06-17 Yao Qi <yao.qi@linaro.org>
12184
12185 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12186 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12187 and detach-on-fork. Adjust tests.
12188 (top level): Invoke break_cond_on_syscall with combinations of
12189 syscall, follow-fork-mode and detach-on-fork.
12190
f50bf8e5
YQ
121912016-06-17 Yao Qi <yao.qi@linaro.org>
12192
12193 * gdb.base/step-over-exit.c: New.
12194 * gdb.base/step-over-exit.exp: New.
12195
a28d8e50
YTL
121962016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12197
12198 * gdb.base/float.exp: Add target check for nds32*-*-*.
12199 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12200
cad8e26d
AB
122012016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12202
12203 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12204 for unsupported target features.
12205 * gdb.base/call-rt-st.exp: Likewise.
12206 * gdb.base/call-sc.exp: Likewise.
12207 * gdb.base/call-signal-resume.exp: Likewise.
12208 * gdb.base/call-strs.exp: Likewise.
12209 * gdb.base/callexit.exp: Likewise.
12210 * gdb.base/callfuncs.exp: Likewise.
12211 * gdb.base/nodebug.exp: Likewise.
12212 * gdb.base/printcmds.exp: Likewise.
12213 * gdb.base/ptype.exp: Likewise.
12214 * gdb.base/structs.exp: Likewise.
12215 * gdb.base/unwindonsignal.exp: Likewise.
12216 * gdb.cp/gdb2495.exp: Likewise.
12217 * gdb.cp/templates.exp: Likewise.
12218 * gdb.cp/virtfunc.exp: Likewise.
12219 * gdb.threads/hand-call-in-threads.exp: Likewise.
12220 * gdb.threads/interrupted-hand-call.exp: Likewise.
12221 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12222
347dc102
TT
122232016-06-10 Tom Tromey <tom@tromey.com>
12224
12225 PR rust/20110:
12226 * gdb.rust/expr.exp: Add test for integer constant larger than
12227 i32.
12228
5e13cf25
BH
122292016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12230
12231 * gdb.fortran/nested-funcs.exp: New.
12232 * gdb.fortran/nested-funcs.f90: New.
12233
bb556f1f
TK
122342016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12235
12236 * gdb.base/examine-backward.c: New file.
12237 * gdb.base/examine-backward.exp: New file.
12238
38b022b4
SM
122392016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12240
12241 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12242 matching.
12243
1b40ec05
TT
122442016-06-02 Tom Tromey <tom@tromey.com>
12245
12246 PR python/18984:
12247 * gdb.python/py-shared.exp: Add solib_name test.
12248
193bd378
SM
122492016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12250
12251 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12252
3326303b
MG
122532016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12254
12255 PR c++/19893
12256 * gdb.dwarf2/implref.exp: Rename to...
12257 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12258 * gdb.dwarf2/implref-array.c: New file.
12259 * gdb.dwarf2/implref-array.exp: Likewise.
12260 * gdb.dwarf2/implref-global.c: Likewise.
12261 * gdb.dwarf2/implref-global.exp: Likewise.
12262 * gdb.dwarf2/implref-struct.c: Likewise.
12263 * gdb.dwarf2/implref-struct.exp: Likewise.
12264
825c8ef2
AT
122652016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12266
12267 * gdb.trace/trace-condition.exp: Add 64bit tests.
12268
2320162a
AT
122692016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12270
12271 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12272 bits types.
12273 (main): Adapt to 8 to 64 bits types.
12274 * gdb.trace/trace-condition.exp: Add new tests.
12275
a7818233
AT
122762016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12277
12278 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12279
0d336466
AT
122802016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12281
12282 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12283 Move condition tests...
12284 * gdb.trace/trace-condition.exp: Here.
12285
7faeb45a
AT
122862016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12287
12288 * gdb.trace/trace-condition.exp: Add counter-case tests.
12289
e385593e
JK
122902016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12291
12292 PR c++/15231
12293 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12294 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12295
744608cc
PA
122962016-05-27 Pedro Alves <palves@redhat.com>
12297
12298 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12299 New procedure.
12300 (top level): Call it, and bail out of DejaGnu is known to be bad.
12301
ac775bf4
AB
123022016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12303
12304 * gdb.base/whatis.c: Extend the test case.
12305 * gdb.base/whatis.exp: Add additional tests.
12306
2bbad2ea
BH
123072016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12308
12309* gdb.fortran/type.f90: Add pointer variable.
12310* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12311
8b70175d
BH
123122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12313
12314 * gdb.fortran/vla-type.exp: Fix testcase name.
12315
86d8a848
BH
123162016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12317
12318 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12319
e188eb36
BH
123202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12321
12322 * gdb.fortran/type.f90: Add nested structures.
12323 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12324 * gdb.fortran/derived-type.exp: Adapt expected output.
12325 * gdb.fortran/vla-type.exp: Adapt expected output.
12326
9b2db1fd
BH
123272016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12328
12329 * gdb.fortran/whatis_type.exp: Adapt expected output.
12330
72b17055
BH
123312016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12332
12333 * gdb.fortran/print_type.exp: Fix expected output.
12334 * gdb.fortran/whatis_type.exp: Fix expected output.
12335
3cd81d8d
BH
123362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12337
12338 * gdb.fortran/whatis_type.exp: Use multi_line.
12339
ddae9462
TT
123402016-05-24 Tom Tromey <tom@tromey.com>
12341
12342 PR python/17386:
12343 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12344 use value as an index.
12345
1957f6b8
TT
123462016-05-23 Tom Tromey <tom@tromey.com>
12347
12348 PR python/17981:
12349 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12350 no-breakpoint case.
12351
026a9174
PA
123522016-05-24 Pedro Alves <palves@redhat.com>
12353
12354 PR gdb/19828
12355 * gdb.threads/clone-attach-detach.c: New file.
12356 * gdb.threads/clone-attach-detach.exp: New file.
12357
e70a7231
FR
123582016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12359
12360 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12361
0f6ed0e0
TT
123622016-05-23 Tom Tromey <tom@tromey.com>
12363
12364 PR python/19438, PR python/18393:
12365 * gdb.python/py-progspace.exp: Add "dir" test.
12366 * gdb.python/py-objfile.exp: Add "dir" test.
12367
ffd19d61
YQ
123682016-05-23 Yao Qi <yao.qi@linaro.org>
12369
12370 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12371 * gdb.arch/thumb2-it.exp: Likewise.
12372
9e8f9b05
SM
123732016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12374
12375 * gdb.mi/mi-threads-interrupt.c: New file.
12376 * gdb.mi/mi-threads-interrupt.exp: New file.
12377
61c6156d
SM
123782016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12379
12380 PR gdb/18077
12381 * gdb.mi/mi-async-run.exp: New file.
12382 * gdb.mi/mi-async-run.c: New file.
12383
67218854
TT
123842016-05-17 Tom Tromey <tom@tromey.com>
12385 Manish Goregaokar <manishsmail@gmail.com>
12386
12387 * lib/rust-support.exp: New file.
12388 * lib/gdb.exp (skip_rust_tests): New proc.
12389 (build_executable_from_specs): Handle rust.
12390 * lib/future.exp (gdb_find_rustc): New proc.
12391 (gdb_default_target_compile): Handle rust.
12392 * gdb.rust/expr.exp: New file.
12393 * gdb.rust/generics.exp: New file.
12394 * gdb.rust/generics.rs: New file.
12395 * gdb.rust/methods.exp: New file.
12396 * gdb.rust/methods.rs: New file.
12397 * gdb.rust/modules.exp: New file.
12398 * gdb.rust/modules.rs: New file.
12399 * gdb.rust/simple.exp: New file.
12400 * gdb.rust/simple.rs: New file.
12401
c44af4eb
TT
124022016-05-17 Tom Tromey <tom@tromey.com>
12403
12404 * gdb.base/default.exp (set language): Add rust.
12405
dcd1f979
TT
124062016-05-17 Tom Tromey <tom@tromey.com>
12407
12408 * gdb.gdb/unittest.exp: New file.
12409
155b7f57
YQ
124102016-05-16 Yao Qi <yao.qi@linaro.org>
12411
12412 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12413 shell_prompt. Update shell_prompt_re.
12414
8ddd5a6c
DE
124152016-05-12 Doug Evans <dje@google.com>
12416
12417 PR symtab/19999
12418 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12419 $options when building executable.
12420 * gdb.dwarf2/fission-loclists-pie.S: New file.
12421 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12422
02e370d9
SM
124232016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12424
12425 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12426 of [is_remote target],
12427
8929ad8b
SM
124282016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12429
12430 * lib/gdb.exp (use_gdb_stub): New procedure.
12431
6c447423
DE
124322016-05-03 Yunlian Jiang <yunlian@google.com>
12433 Doug Evans <dje@google.com>
12434
12435 PR symtab/19914
12436 * gdb.dwarf2/dwp-sepdebug.c: New file.
12437 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12438
444e826c
SM
124392016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12440
12441 * gdb.base/detach.exp: Remove is_remote check.
12442
740feeaa
SM
124432016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12444
12445 * gdb.base/annota-input-while-running.exp: Don't check for
12446 [is_remote target]. Enable annotations after running to main.
12447 Remove unused "set test..." line.
12448
9080ac9d
SM
124492016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12450
12451 * gdb.trace/trace-enable-disable.exp: New file.
12452 * gdb.trace/trace-enable-disable.c: New file.
12453
952ebca5
SM
124542016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12455
12456 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12457 use it in info sharedlibrary test.
12458 * gdb.trace/ftrace-lock.exp: Likewise.
12459 * gdb.trace/ftrace.exp: Likewise.
12460 * gdb.trace/range-stepping.exp: Likewise.
12461 * gdb.trace/trace-break.exp: Likewise.
12462 * gdb.trace/trace-condition.exp: Likewise.
12463 * gdb.trace/trace-mt.exp: Likewise.
12464
d9019901
SM
124652016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12466
12467 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12468 (gdb_load_shlib): ... this.
12469 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12470 gdb_load_shlib.
12471 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12472 * gdb.base/ctxobj.exp: Likewise.
12473 * gdb.base/dprintf-pending.exp: Likewise.
12474 * gdb.base/dso2dso.exp: Likewise.
12475 * gdb.base/fixsection.exp: Likewise.
12476 * gdb.base/gcore-relro.exp: Likewise.
12477 * gdb.base/gdb1555.exp: Likewise.
12478 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12479 * gdb.base/gnu-ifunc.exp: Likewise.
12480 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12481 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12482 * gdb.base/pending.exp: Likewise.
12483 * gdb.base/print-file-var.exp: Likewise.
12484 * gdb.base/print-symbol-loading.exp: Likewise.
12485 * gdb.base/shlib-call.exp: Likewise.
12486 * gdb.base/shreloc.exp: Likewise.
12487 * gdb.base/so-impl-ld.exp: Likewise.
12488 * gdb.base/solib-disc.exp: Likewise.
12489 * gdb.base/solib-nodir.exp: Likewise.
12490 * gdb.base/solib-overlap.exp: Likewise.
12491 * gdb.base/solib-symbol.exp: Likewise.
12492 * gdb.base/solib-weak.exp (do_test): Likewise.
12493 * gdb.base/sym-file.exp: Likewise.
12494 * gdb.base/symtab-search-order.exp: Likewise.
12495 * gdb.base/type-opaque.exp: Likewise.
12496 * gdb.base/unload.exp: Likewise.
12497 * gdb.base/watchpoint-solib.exp: Likewise.
12498 * gdb.compile/compile.exp: Likewise.
12499 * gdb.cp/gdb2384.exp: Likewise.
12500 * gdb.cp/infcall-dlopen.exp: Likewise.
12501 * gdb.cp/re-set-overloaded.exp: Likewise.
12502 * gdb.fortran/library-module.exp: Likewise.
12503 * gdb.opt/solib-intra-step.exp: Likewise.
12504 * gdb.python/py-finish-breakpoint.exp: Likewise.
12505 * gdb.python/py-shared.exp: Likewise.
12506 * gdb.reverse/solib-precsave.exp: Likewise.
12507 * gdb.reverse/solib-reverse.exp: Likewise.
12508 * gdb.server/solib-list.exp: Likewise.
12509 * gdb.threads/dlopen-libpthread.exp: Likewise.
12510 * gdb.threads/tls-shared.exp: Likewise.
12511 * gdb.threads/tls-so_extern.exp: Likewise.
12512 * gdb.trace/change-loc.exp: Likewise.
12513 * gdb.trace/ftrace-lock.exp: Likewise.
12514 * gdb.trace/ftrace.exp: Likewise.
12515 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12516 * gdb.trace/pending.exp: Likewise.
12517 * gdb.trace/range-stepping.exp: Likewise.
12518 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12519 (strace_info_marker): Likewise.
12520 (strace_probe_marker): Likewise.
12521 (strace_trace_on_same_addr): Likewise.
12522 (strace_trace_on_diff_addr): Likewise.
12523 * gdb.trace/trace-break.exp: Likewise.
12524 * gdb.trace/trace-condition.exp: Likewise.
12525 * gdb.trace/trace-mt.exp: Likewise.
12526
fca4cfd9
SM
125272016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12528
12529 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12530 result of gdb_remote_download.
12531 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12532 * gdb.base/dso2dso.exp: Likewise.
12533 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12534 * gdb.base/print-file-var.exp: Likewise.
12535 * gdb.base/shlib-call.exp: Likewise.
12536 * gdb.base/shreloc.exp: Likewise.
12537 * gdb.base/solib-overlap.exp: Likewise.
12538 * gdb.base/solib-weak.exp (do_test): Likewise.
12539 * gdb.base/unload.exp: Likewise.
12540
11cf4ffb
YQ
125412016-04-27 Yao Qi <yao.qi@linaro.org>
12542
12543 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12544 exists.
12545
3e2e34f8
KB
125462016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12547
12548 * vla-type.exp: Print structure from toplevel.
12549
8f07e298
BH
125502016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12551
12552 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12553 of dynamic types.
12554 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12555 of dynamic types.
12556
9920b434
BH
125572016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12558
12559 * gdb.fortran/vla-type.f90: New file.
12560 * gdb.fortran/vla-type.exp: New file.
12561
f3abeff5
YQ
125622016-04-25 Yao Qi <yao.qi@linaro.org>
12563
12564 * gdb.base/branch-to-self.c: New file.
12565 * gdb.base/branch-to-self.exp: New file.
12566
0a5d52f0
YQ
125672016-04-22 Yao Qi <yao.qi@linaro.org>
12568
12569 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12570 more after $hex.
12571
495346f6
YQ
125722016-04-22 Yao Qi <yao.qi@linaro.org>
12573
12574 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12575 * gdb.base/annota3.exp: Likewise.
12576
4a7e075c
YQ
125772016-04-22 Yao Qi <yao.qi@linaro.org>
12578
12579 * gdb.reverse/step-precsave.exp: Do one step and test program
12580 stops in "callee" and do multiple steps until program goes out
12581 of "callee".
12582 * gdb.reverse/step-reverse.exp: Likewise.
12583
5b061e98
YQ
125842016-04-22 Yao Qi <yao.qi@linaro.org>
12585
12586 * gdb.trace/signal.exp: Also pass if
12587 $tracepoint_hits($i) > $iterations.
12588
5c5dc57f
YQ
125892016-04-22 Yao Qi <yao.qi@linaro.org>
12590
12591 * gdb.trace/signal.c: New file.
12592 * gdb.trace/signal.exp: New file.
12593
a55411b9
DE
125942016-04-19 Doug Evans <xdje42@gmail.com>
12595
12596 * gdb.base/bad-file.exp: New file.
12597
a22df60a
MG
125982016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12599
12600 * gdb.dwarf2/implref.exp: New file.
12601
0c13f7e5
BH
126022016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12603
12604 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12605 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12606 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12607 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12608 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12609 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12610 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12611 * lib/fortran.exp (fortran_int4): New procedure.
12612 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12613 (fortran_logical4): Likewise.
12614
9b9b09e9
BH
126152016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12616
12617 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12618
a14d1f4d
BH
126192016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12620
12621 * lib/compiler.c: Add Intel specific preprocessor macros.
12622 * lib/compiler.cc: Likewise.
25d49b86 12623
7d49b1d0
LM
126242016-04-13 Luis Machado <lgustavo@codesourcery.com>
12625
12626 * gdb.server/connect-with-no-symbol-file.c: New file.
12627 * gdb.server/connect-with-no-symbol-file.exp: New file.
12628
8392fa22
SM
126292016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12630
12631 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12632
8c4c4aeb
SM
126332016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12634
12635 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12636 standard output directory.
12637
45e3745e
AT
126382016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12639
12640 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12641
e26b7e41
MM
126422016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12643
12644 * gdb.btrace/instruction_history.c (loop): Add declaration.
12645
8ce09462
AT
126462016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12647
12648 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12649
2e88a1ea
SM
126502016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12651
12652 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12653 parentheses to print.
12654 (continue_handler): Likewise.
12655
f48e22e3
SM
126562016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12657
12658 * gdb.server/solib-list.exp: Remove is_remote check.
12659 Pass shlib= to gdb_compile. Don't link shared library with
12660 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12661 Run binary filename through "readlink -f" on the target.
12662
096be756
PA
126632016-04-08 Pedro Alves <palves@redhat.com>
12664
12665 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12666 interpreter filename as argument to gdbserver_spawn.
12667 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12668 Return empty if $last_loaded_file does not exist.
12669
06500533
JK
126702016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12671
12672 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12673 * gdb.base/jit-main.c: Use exit after usage.
12674
2d35e871
JK
126752016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12676
12677 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12678 GDBHISTSIZE prior to the tests.
12679 * gdb.base/gdbinit-history.exp: Likewise.
12680
126812016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12682
12683 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12684 instead of build_executable. Use gdb_load_shlibs.
12685
c8064e7e
YQ
126862016-04-07 Yao Qi <yao.qi@linaro.org>
12687
12688 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12689 Execute "si" command.
12690
bde47561
YQ
126912016-04-07 Yao Qi <yao.qi@linaro.org>
12692
12693 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12694 number instead of the comments on some line.
12695
b16f8a3b
DB
126962016-04-06 Don Breazeal <donb@codesourcery.com>
12697
12698 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12699 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12700
c2f901df
SM
127012016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12702
12703 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12704 standard_output_file. Remove unused binfile variable.
12705
ac17fda0
CU
127062016-04-05 Catalin Udma <catalin.udma@freescale.com>
12707
12708 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12709 * gdb.python/py-mi-objfile.exp: Match "list main" output
12710 in console format.
12711
03a8c4df
SM
127122016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12713
12714 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12715 absolute.
12716
6e774b13
SM
127172016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12718
12719 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12720 absolute.
12721 * gdb.trace/ftrace.exp: Likewise.
12722 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12723 targets as well.
12724 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12725 (gdb_load_shlibs): Copy libraries to test directory when testing
12726 natively. Only set solib-search-path if testing remotely.
12727 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12728
7817ea46
SM
127292016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12730
12731 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12732 gdb_download. Use it even if the target is not remote.
12733 * gdb.base/jit.exp (compile_jit_test): Likewise.
12734 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12735 output directory if the destination board is local, otherwise use
12736 the standard remote_download from DejaGnu.
12737 (gdb_download): Remove.
12738 (gdb_load_shlibs): Use gdb_remote_download instead of
12739 gdb_download.
12740 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12741 Use gdb_remote_download instead of gdb_download. Use it even if
12742 the target is not remote.
12743 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12744 instead of gdb_download.
12745
7beb7f68
SM
127462016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12747
12748 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12749 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12750 run.
12751
cc63428a
AV
127522016-04-01 Artemiy Volkov <artemiyv@acm.org>
12753
12754 PR gdb/19820
12755 * gdb.base/printcmds.exp: Add artificial arrays tests.
12756
64cdf930
PA
127572016-03-31 Pedro Alves <palves@redhat.com>
12758
12759 PR gdb/19858
12760 * gdb.base/jit-main.c: Include unistd.h.
12761 (ATTACH): Define to 0 if not already defined.
12762 (wait_for_gdb, mypid): New globals.
12763 (WAIT_FOR_GDB): New macro.
12764 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12765 some breakpoint locations.
12766 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12767 New procedures.
12768 (one_jit_test): Add REATTACH parameter, and handle it. Use
12769 continue_to_test_location.
12770 (top level): Test attach, and adjusts calls to one_jit_test.
12771
40dea8cb
PA
127722016-03-31 Pedro Alves <palves@redhat.com>
12773
12774 PR gdb/19858
12775 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12776 BINSUFFIX parameter, and handle it.
12777 (top level): Adjust calls compile_jit_test.
12778
e7ea3ec7
CU
127792016-03-31 Catalin Udma <catalin.udma@freescale.com>
12780
12781 PR python/19743
12782 * gdb.python/py-mi-events-gdb.py: New file.
12783 * gdb.python/py-mi-events.c: New file.
12784 * gdb.python/py-mi-events.exp: New file.
12785
e6359af3
YQ
127862016-03-30 Yao Qi <yao.qi@linaro.org>
12787
12788 * gdb.reverse/until-precsave.exp: Match function name only.
12789 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12790 Move malloc to a condition block.
12791 * gdb.reverse/until-reverse.exp: Match function name only.
12792
a4105d04
MK
127932016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12794
12795 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12796 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12797 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12798 variable for GPR 0 instead of assuming it is register 0.
12799 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12800 * lib/trace-support.exp: Add s390 registers.
12801
bfa6adb9
YQ
128022016-03-29 Yao Qi <yao.qi@linaro.org>
12803
12804 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12805
1e6697ea
YQ
128062016-03-24 Yao Qi <yao.qi@linaro.org>
12807
12808 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12809 test message.
12810
64bcd522
AA
128112016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12812
12813 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12814 maintaining separate logic for constructing the output path.
12815
7868401b
DB
128162016-03-16 Don Breazeal <donb@codesourcery.com>
12817
12818 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12819 Retry fork and waitpid on interrupted system call errors.
12820 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12821 Use with_timeout_factor to increase timeout by factor of 10.
12822
1cafadb4
DB
128232016-03-15 Don Breazeal <donb@codesourcery.com>
12824
12825 * gdb.cp/scope-err.cc: New test program.
12826 * gdb.cp/scope-err.exp: New test script.
12827 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12828 lines and "set breakpoint here" comment.
12829 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12830 Fixed some whitespace and format issues.
12831 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12832 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12833
81516450
DE
128342016-03-15 Doug Evans <dje@google.com>
12835
12836 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12837 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12838 All callers updated. Add tests for enums, mixed flags register.
12839
aa52b601
DE
128402016-03-15 Doug Evans <dje@google.com>
12841
12842 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12843 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12844
fa4ff313
SM
128452016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12846
12847 * gdb.base/default.exp: Add $_as_string to the list of expected
12848 convenience functions.
12849
f2403c39
AB
128502016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12851
12852 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12853
f2f3ccb9
SM
128542016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12855
12856 * gdb.python/py-as-string.exp: New file.
12857 * gdb.python/py-as-string.c: New file.
12858
00dbd492
PA
128592016-03-09 Pedro Alves <palves@redhat.com>
12860
12861 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12862 signal" -> "Thread NN received signal" output change.
12863 * gdb.threads/ia64-sigill.exp: Likewise.
12864 * gdb.threads/linux-dp.exp: Likewise.
12865 * gdb.threads/manythreads.exp: Likewise.
12866 * gdb.threads/pending-step.exp: Likewise.
12867 * gdb.threads/print-threads.exp: Likewise.
12868 * gdb.threads/sigstep-threads.exp: Likewise.
12869 * gdb.threads/staticthreads.exp: Likewise.
12870 * gdb.threads/tls.exp: Likewise.
12871
1e6697ea
YQ
128722016-03-09 Pedro Alves <palves@redhat.com>
12873
12874 * gdb.base/command-line-input.exp: New file.
12875
b04fd3be
MK
128762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12877
12878 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12879 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12880 * gdb.trace/pending.exp: Accept leading dot before function name.
12881 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12882 * lib/trace-support.exp: Set registers for ppc.
12883
98fa59e9
MK
128842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12885
12886 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12887 use it for disassembly; accept .main in addition to main in backtrace.
12888
f77198c8
MK
128892016-03-09 Wei-cheng Wang <cole945@gmail.com>
12890 Marcin Kościelnicki <koriakin@0x04.net>
12891
12892 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
12893 (gdb_recursion_test_ptr): New global variable.
12894 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
12895 gdb_recursion_test.
12896 (gdb_c_test): Ditto.
12897
ba84e0da
MK
128982016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12899
12900 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
12901 ordering.
12902
4366d36e
MK
129032016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12904
12905 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
12906 (bar): Add bar_start_lbl label.
12907 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
12908 of foo/bar for emitting DWARF and tracing.
12909
5eb264df
SDJ
129102016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
12911
12912 * analyze-racy-logs.py: Set executable bit.
12913
fb6a751f
SDJ
129142016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
12915
12916 * Makefile.in (DEFAULT_RACY_ITER): New variable.
12917 (CHECK_TARGET_TMP): Likewise.
12918 (check-single-racy): New rule.
12919 (check-parallel-racy): Likewise.
12920 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
12921 (do-check-parallel-racy): New rule.
12922 (check-racy/%.exp): Likewise.
12923 * README (Racy testcases): New section.
12924 * analyze-racy-logs.py: New file.
12925
bdf7e230
DE
129262016-03-03 Doug Evans <dje@google.com>
12927
12928 * gdb.base/skip.exp: Use with_test_prefix.
12929
4719d415
YQ
129302016-03-03 Yao Qi <yao.qi@linaro.org>
12931
12932 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
12933 Invoke step_over_syscall "clone" and break_cond_on_syscall
12934 "clone".
12935 * gdb.base/step-over-clone.c: New file.
12936
ea507862
YQ
129372016-03-03 Yao Qi <yao.qi@linaro.org>
12938
12939 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
12940 code format.
12941
8fc8cbda
YQ
129422016-03-03 Yao Qi <yao.qi@linaro.org>
12943
12944 * gdb.base/disp-step-fork.c: Rename to ...
12945 * gdb.base/step-over-fork.c: ... it. New file.
12946 * gdb.base/disp-step-vfork.c: Rename to ...
12947 * gdb.base/step-over-vfork.c: ... it. New file.
12948 * gdb.base/disp-step-syscall.exp: Rename to ...
12949 * gdb.base/step-over-syscall.exp: ... it. New file.
12950 (disp_step_cross_syscall): Rename to ...
12951 (step_over_syscall): ... it.
12952
92fa70b0
YQ
129532016-03-03 Yao Qi <yao.qi@linaro.org>
12954
12955 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
12956 If target supports condition evaluation on target, invoke
12957 break_cond_on_syscall for fork and vfork.
12958
e197ad3c
YQ
129592016-03-03 Yao Qi <yao.qi@linaro.org>
12960
12961 * gdb.base/disp-step-syscall.exp: Don't invoke
12962 support_displaced_stepping.
12963 (disp_step_cross_syscall): Test with displaced stepping off and
12964 on if supported.
12965
0b47da9f
YQ
129662016-03-03 Yao Qi <yao.qi@linaro.org>
12967
12968 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
12969 proc.
12970 (setup): New proc.
12971 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
12972 and setup.
12973
065ab6dc
BH
129742016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12975
12976 * gdb.fortran/vla-history.exp: Remove breakpoint.
12977
07e448ad 129782016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12979
25d49b86
PA
12980 * gdb.fortran/vla-history.exp: Lookup array elements and printing
12981 exceeds timeout.
07e448ad 12982
9ac2d526 129832016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12984
25d49b86
PA
12985 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
12986 breakpoint.
9ac2d526 12987
17807369
BH
129882016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
12989
12990 * gdb.mi/vla.f90: Nullify pointer after declaration.
12991
86e501af
PA
129922016-03-01 Pedro Alves <palves@redhat.com>
12993
12994 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
12995
1e903e32
PA
129962016-03-01 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
12999 before anything else.
13000 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13001 _GNU_SOURCE here.
13002 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13003 before anything else.
13004 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13005
6ccb54e2
PA
130062016-03-01 Pedro Alves <palves@redhat.com>
13007
13008 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13009
30ca9da1
YQ
130102016-03-01 Yao Qi <yao.qi@linaro.org>
13011
13012 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13013 prepare_for_testing.
13014
dc856b38
YQ
130152016-03-01 Yao Qi <yao.qi@linaro.org>
13016
13017 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13018
4a932159
AA
130192016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13020
13021 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13022 manually constructing the output path.
13023
f2489477
AA
130242016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13025
13026 * gdb.arch/s390-stackless.S: New.
13027 * gdb.arch/s390-stackless.exp: New.
13028
38899f16
IB
130292016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13030
13031 * gdb.dlang/circular.c: New file.
13032 * gdb.dlang/circular.exp: New file.
13033
9fde51ed
YQ
130342016-02-26 Yao Qi <yao.qi@linaro.org>
13035
13036 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13037 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13038 (testcases): Update.
13039
ce90fefe
YQ
130402016-02-26 Yao Qi <yao.qi@linaro.org>
13041
13042 * gdb.reverse/aarch64.c: Rename to ...
13043 * gdb.reverse/insn-reverse.c: ... it.
13044 * gdb.reverse/aarch64.exp: Rename to ...
13045 * gdb.reverse/insn-reverse.exp: ... it.
13046
3263bceb
YQ
130472016-02-26 Yao Qi <yao.qi@linaro.org>
13048
13049 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13050 (testcase_ftype): New.
13051 (testcases): New array.
13052 (n_testcases): New.
13053 (main): Call each element in testcases.
13054 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13055 (read_testcase): New.
13056 Do the tests in a loop.
13057
6cb59ff1
YQ
130582016-02-25 Yao Qi <yao.qi@linaro.org>
13059
13060 * gdb.base/branches.c: Remove.
13061
ae91f625
MK
130622016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13063
13064 PR gdb/13808
13065 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13066
678b48b7
MK
130672016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13068
13069 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13070
7337a6f2
MK
130712016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13072
13073 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13074 change x86_64 call_insn to 'callq'.
13075
861ca91f
AT
130762016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13077
13078 * gdb.trace/tfile-avx.c: Move to...
13079 * gdb.trace/tracefile-pseudo-reg.c: Here.
13080 * gdb.trace/tfile-avx.exp: Move to...
13081 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13082
bf74e428
GB
130832016-02-24 Gary Benson <gbenson@redhat.com>
13084
13085 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13086 message on attach.
13087
cce0e923
DE
130882016-02-23 Doug Evans <dje@google.com>
13089
13090 * gdb.base/skip.c (test_skip): New function.
13091 (end_test_skip_file_and_function): New function.
13092 (test_skip_file_and_function): New function.
13093 * gdb.base/skip1.c (test_skip): New function.
13094 (skip1_test_skip_file_and_function): New function.
13095 * gdb.base/skip.exp: Add tests for new skip options.
13096 * gdb.base/skip-solib.exp: Update expected output.
13097 * gdb.perf/skip-command.cc: New file.
13098 * gdb.perf/skip-command.exp: New file.
13099 * gdb.perf/skip-command.py: New file.
13100
4000e47e
MK
131012016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13102
13103 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13104 info registers pattern.
13105
24f75ead
IB
131062016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13107
13108 * lib/future.exp: Add D support.
13109 (gdb_find_gdc): New proc.
13110 (gdb_default_target_compile): Add D support.
13111
fbb7bcbe
WW
131122016-02-18 Wei-cheng Wang <cole945@gmail.com>
13113
13114 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13115 user+system time.
13116 (trace_speed_test): Determine the iteration count for a time
13117 between 15..30 seconds.
13118
012b3a21
WT
131192016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13120
13121 * gdb.arch/i386-mpx-sigsegv.c: New file.
13122 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13123 * gdb.arch/i386-mpx-simple_segv.c: New file.
13124 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13125
2d5189bd
YQ
131262016-02-18 Yao Qi <yao.qi@linaro.org>
13127
13128 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13129 Don't call setup_kfail.
13130
40fb20d0
YQ
131312016-02-18 Yao Qi <yao.qi@linaro.org>
13132
13133 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13134 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13135
21b1f8d2
DE
131362016-02-16 Doug Evans <dje@google.com>
13137
13138 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13139 * gdb.base/skip1.c: Ditto.
13140 * gdb.base/skip.exp: Whitespace cleanup.
13141
4041ed77
DB
131422016-02-16 Don Breazeal <donb@codesourcery.com>
13143
13144 PR remote/19496
13145 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13146 Remove kfail for PR remote/19496.
13147
c4ef31bf
SM
131482016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13149
13150 * lib/gdb.exp (standard_temp_file): Return a path specific to
13151 the runtest invocation.
13152
266b65b3
SM
131532016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13154
13155 * gdb.trace/save-trace.exp: Change relative path to be in the
13156 standard output directory.
13157
a7a0a6a9
JK
131582016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13159
13160 * gdb.arch/i386-prologue.c: Add missing prototypes.
13161
c99dbb42
JK
131622016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13163
13164 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13165 * gdb.arch/i386-prologue.exp: Likewise.
13166 * gdb.arch/i386-size.exp: Likewise.
13167
aa480355
SM
131682016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13169
13170 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13171 define object file path.
13172 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13173 file path.
13174 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13175 standard_output_file to define binfile.
13176
ba881f50
JK
131772016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13178
13179 Fix compatibility with recent gfortran-5.3.1.
13180 * gdb.fortran/vla-history.exp (print vla1 allocated)
13181 (print vla2 allocated, print $2, print $3): Remove
13182 (print $4): Rename to ...
13183 (print $2): ... here.
13184 (print $9): Rename to ...
13185 (print $5): ... here.
13186 (print $10): Rename to ...
13187 (print $6): ... here.
13188 * gdb.fortran/vla.f90: Add pvla initialization.
13189
e9fb005c
JK
131902016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13191
13192 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13193 New test.
13194 * gdb.fortran/vla-value-sub.exp: Likewise.
13195
e44e00ff
MK
131962016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13197
13198 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13199
97e94151
SM
132002016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13201
13202 * i386-biarch-core.exp: Define corefile using
13203 standard_output_file.
13204
01113bc1
YQ
132052016-02-12 Yao Qi <yao.qi@linaro.org>
13206
13207 * gdb.arch/arm-single-step-kernel-helper.c: New.
13208 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13209
33b4777c
MM
132102016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13211
13212 * gdb.btrace/tailcall-only.exp: New.
13213 * gdb.btrace/tailcall-only.c: New.
13214 * gdb.btrace/x86_64-tailcall-only.S: New.
13215 * gdb.btrace/i686-tailcall-only.S: New.
13216
acc23c11
PA
132172016-02-11 Pedro Alves <palves@redhat.com>
13218
13219 * README (Parallel testing): Add missing double quotes.
13220
e352bf0a
PA
132212016-02-11 Pedro Alves <palves@redhat.com>
13222
13223 * README (Parallel testing): New section.
13224 (GDB_PARALLEL): Rewrite.
13225 (FORCE_PARALLEL): Document.
13226
9f5fed78
MK
132272016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13228
13229 * gdb.trace/tfile-avx.c: New test.
13230 * gdb.trace/tfile-avx.exp: New test.
13231
9ef9e6a6
KS
132322016-02-09 Keith Seitz <keiths@redhat.com>
13233
13234 PR breakpoints/19546
13235 * gdb.base/infcall-exec.c: New file.
13236 * gdb.base/infcall-exec2.c: New file.
13237 * gdb.base/infcall-exec.exp: New file.
13238
a96e36da
KS
132392016-02-09 Keith Seitz <keiths@redhat.com>
13240
13241 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13242 (toplevel): Call test_bkpt_address.
13243
9f61929f
KS
132442016-02-09 Keith Seitz <keiths@redhat.com>
13245
13246 PR python/19506
13247 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13248 (toplevel): Call test_bkpt_address.
13249
1e94266c
SM
132502016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13251
13252 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13253 to AC_OUTPUT.
13254 * configure: Regenerate.
13255
2a7f3dff
PA
132562016-02-09 Pedro Alves <palves@redhat.com>
13257
13258 PR breakpoints/19548
13259 * gdb.base/execl-update-breakpoints.c (some_function): New
13260 function.
13261 (main): Call it.
13262 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13263 Tighten expected GDB output.
13264
2151ccc5
SM
132652016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * Makefile.in (ALL_SUBDIRS): Remove.
13268 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13269 (distclean maintainer-clean realclean): Likewise.
13270 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13271 * configure: Regenerate.
13272 * gdb.ada/Makefile.in: Delete.
13273 * gdb.arch/Makefile.in: Likewise.
13274 * gdb.asm/Makefile.in: Likewise.
13275 * gdb.base/Makefile.in: Likewise.
13276 * gdb.btrace/Makefile.in: Likewise.
13277 * gdb.cell/Makefile.in: Likewise.
13278 * gdb.compile/Makefile.in: Likewise.
13279 * gdb.cp/Makefile.in: Likewise.
13280 * gdb.disasm/Makefile.in: Likewise.
13281 * gdb.dlang/Makefile.in: Likewise.
13282 * gdb.dwarf2/Makefile.in: Likewise.
13283 * gdb.fortran/Makefile.in: Likewise.
13284 * gdb.gdb/Makefile.in: Likewise.
13285 * gdb.go/Makefile.in: Likewise.
13286 * gdb.guile/Makefile.in: Likewise.
13287 * gdb.java/Makefile.in: Likewise.
13288 * gdb.linespec/Makefile.in: Likewise.
13289 * gdb.mi/Makefile.in: Likewise.
13290 * gdb.modula2/Makefile.in: Likewise.
13291 * gdb.multi/Makefile.in: Likewise.
13292 * gdb.objc/Makefile.in: Likewise.
13293 * gdb.opencl/Makefile.in: Likewise.
13294 * gdb.opt/Makefile.in: Likewise.
13295 * gdb.pascal/Makefile.in: Likewise.
13296 * gdb.perf/Makefile.in: Likewise.
13297 * gdb.python/Makefile.in: Likewise.
13298 * gdb.reverse/Makefile.in: Likewise.
13299 * gdb.server/Makefile.in: Likewise.
13300 * gdb.stabs/Makefile.in: Likewise.
13301 * gdb.threads/Makefile.in: Likewise.
13302 * gdb.trace/Makefile.in: Likewise.
13303 * gdb.xml/Makefile.in: Likewise.
13304 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13305 GDB_PARALLEL.
13306 (standard_output_file): Remove check for GDB_PARALLEL, always
13307 return path in outputs/$subdir/$testname.
13308
437277d4
SM
133092016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13310
13311 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13312 (site.exp): Assign abs_srcdir to tcl's srcdir.
13313
31d913c7
YQ
133142016-02-04 Yao Qi <yao.qi@linaro.org>
13315
13316 * gdb.base/foll-exec-mode.c: Include limits.h.
13317 (main): Add parameters argc and argv. Get directory from
13318 argv[0].
13319 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13320 compilation.
13321 * gdb.base/foll-exec.c: Include limits.h.
13322 (main): Add parameters argc and argv.
13323 Get directory from argv[0].
13324 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13325 Adjust tests on the number of lines as source code changed.
13326 * gdb.base/foll-vfork-exit.c: Include limits.h.
13327 (main): Add one line of statement before vfork.
13328 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13329 (main): Add parameters argc and argv. Get directory from
13330 argv[0].
13331 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13332 (setup_gdb): Set tbreak to skip some source lines.
13333 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13334 (main): Add parameters argc and argv. Get directory from
13335 argv[0].
13336 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13337 compilation.
13338 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13339 (main): Add parameters argc and argv. Get directory from
13340 argv[0].
13341 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13342 compilation.
13343
9482b9fb
DE
133442016-02-01 Doug Evans <dje@google.com>
13345
13346 * gdb.base/skip.exp: Clean up multiple references to same test name.
13347
6b2e4f10
PA
133482016-02-01 Pedro Alves <palves@redhat.com>
13349
ccb6afd6 13350 PR remote/19496
6b2e4f10
PA
13351 * gdb.threads/forking-threads-plus-breakpoint.exp
13352 (displaced_stepping_supported): New global.
13353 (probe_displaced_stepping_support): New procedure.
13354 (do_test): Add 'displaced' parameter, and use it.
13355 (top level): Check for displaced stepping support. Add displaced
13356 stepping on/off testing axis.
13357
37a8db1a
AB
133582016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13359
13360 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13361 pointer. Don't perform further tests on the unassociated pointer
13362 if the first test fails.
13363
5fdf6324
AB
133642016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13365
13366 * gdb.base/max-value-size.c: New file.
13367 * gdb.base/max-value-size.exp: New file.
13368 * gdb.base/huge.exp: Disable max-value-size for this test.
13369
935c6144
IB
133702016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13371
13372 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13373
7fe8399d
YQ
133742016-01-28 Yao Qi <yao.qi@linaro.org>
13375
13376 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13377
a2077e25
PA
133782016-01-25 Pedro Alves <palves@redhat.com>
13379
13380 PR threads/19461
13381 * gdb.base/fork-running-state.c: New file.
13382 * gdb.base/fork-running-state.exp: New file.
13383
1d2736d4
PA
133842016-01-25 Pedro Alves <palves@redhat.com>
13385
13386 PR gdb/19494
13387 * gdb.base/catch-fork-kill.c: New file.
13388 * gdb.base/catch-fork-kill.exp: New file.
13389
f1da4b11
PA
133902016-01-25 Pedro Alves <palves@redhat.com>
13391
13392 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13393 Delete, moved to lib/gdb.exp.
13394 * gdb.threads/forking-threads-plus-breakpoint.exp
13395 (foreach_with_prefix): Likewise.
13396 * gdb.threads/process-dies-while-handling-bp.exp
13397 (foreach_with_prefix): Likewise.
13398 * lib/gdb.exp (foreach_with_prefix): New procedure.
13399
45f38546
MK
134002016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13401
13402 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13403 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13404
dc29a1ce
MK
134052016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13406
13407 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13408 endian targets.
13409
092127d7
JK
134102016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13411 Pedro Alves <palves@redhat.com>
13412
13413 Fix testsuite compatibility with Guile.
13414 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13415 number.
13416
31d765d3
JK
134172016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13418
13419 Fix testsuite compatibility with Guile.
13420 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13421 (thread 1): New test for backtrace through signal handler.
13422
1ac78c04
YQ
134232016-01-22 Yao Qi <yao.qi@linaro.org>
13424
13425 PR testsuite/19491
13426 * gdb.base/multi-forks.c: Include
13427 ../lib/unbuffer_output.c
13428 (main): Call gdb_unbuffer_output.
13429
4f5946a8
DE
134302016-01-21 Doug Evans <dje@google.com>
13431
13432 * lib/ada.exp (gdb_compile_ada): Fix typo.
13433
305e13e6
JB
134342016-01-21 Joel Brobecker <brobecker@adacore.com>
13435
13436 * gdb.base/break-fun-addr.exp: New file.
13437 * gdb.base/break-fun-addr1.c: New file.
13438 * gdb.base/break-fun-addr2.c: New file.
13439
5f5dfff6
SM
134402016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13441
13442 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13443 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13444 enum flag values.
13445
fd356fa2
AA
134462016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13447
13448 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13449 when GDB can not set the vector return value. Add more comments
13450 for clarification.
13451
9df22175
AT
134522016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13453
13454 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13455 command.
13456
41d1845e
SM
134572016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13458
13459 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13460
01ac6840
SM
134612016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13462
13463 * Makefile.in (check-single): Pass --status to runtest.
13464 (check/%.exp): Likewise.
13465
134662016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13467
13468 * Makefile.in (check-parallel): Propagate return code from make
13469 do-check-parallel.
13470
bd0a71fa
MK
134712016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13472
13473 * gdb.trace/ftrace.exp: Fix expected message on continue.
13474 * gdb.trace/pending.exp: Fix expected message on continue.
13475 * gdb.trace/trace-break.exp: Fix expected message on continue.
13476
8bcbad33
SM
134772016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13478
13479 * lib/gdb.exp (gdb_test): Remove unused global references.
13480
f303dbd6
PA
134812016-01-18 Pedro Alves <palves@redhat.com>
13482
13483 * gdb.base/async-shell.exp: Adjust expected output.
13484 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13485 * gdb.base/siginfo-thread.exp: Adjust expected output.
13486 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13487 * gdb.java/jnpe.exp: Adjust expected output.
13488 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13489 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13490 * gdb.threads/leader-exit.exp: Adjust expected output.
13491 * gdb.threads/manythreads.exp: Adjust expected output.
13492 * gdb.threads/pthreads.exp: Adjust expected output.
13493 * gdb.threads/schedlock.exp: Adjust expected output.
13494 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13495 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13496 expected output.
13497 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13498 output.
13499 * gdb.threads/sigthread.exp: Adjust expected output.
13500 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13501
b2789696
YQ
135022016-01-18 Yao Qi <yao.qi@linaro.org>
13503
13504 * gdb.guile/scm-section-script.c: Replace @progbits with
13505 %progbits.
13506 * gdb.python/py-section-script.c: Likewise.
13507
71ef29a8
PA
135082016-01-15 Pedro Alves <palves@redhat.com>
13509
13510 * gdb.multi/tids.exp: Test star wildcard ranges.
13511
3f5b7598
PA
135122016-01-15 Pedro Alves <palves@redhat.com>
13513
13514 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13515 command from "thread apply" invocation.
13516 (thr_apply_info_thr_invalid): Default the expected output to the
13517 input tid list.
13518 (top level): Add tests that use convenience variables. Add tests
13519 for "thread apply" with a valid TID list, but missing the command.
13520
663f6d42
PA
135212016-01-13 Pedro Alves <palves@redhat.com>
13522
13523 * gdb.base/default.exp: Expect $_gthread as well.
13524 * gdb.multi/tids.exp: Test $_gthread.
13525 * gdb.threads/thread-specific.exp: Test $_gthread.
13526
c84f6bbf
PA
135272016-01-13 Pedro Alves <palves@redhat.com>
13528
13529 * gdb.multi/tids.exp: Test "info threads -gid".
13530
22a02324
PA
135312016-01-13 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13534 Breakpoint.thread.
13535 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13536
5d5658a1
PA
135372016-01-07 Pedro Alves <palves@redhat.com>
13538
13539 * gdb.base/break.exp: Adjust to output changes.
13540 * gdb.base/hbreak2.exp: Likewise.
13541 * gdb.base/sepdebug.exp: Likewise.
13542 * gdb.base/watch_thread_num.exp: Likewise.
13543 * gdb.linespec/keywords.exp: Likewise.
13544 * gdb.multi/info-threads.exp: Likewise.
13545 * gdb.threads/thread-find.exp: Likewise.
13546 * gdb.multi/tids.c: New file.
13547 * gdb.multi/tids.exp: New file.
13548
84654457
PA
135492016-01-13 Pedro Alves <palves@redhat.com>
13550
13551 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13552
e3940304
PA
135532016-01-13 Pedro Alves <palves@redhat.com>
13554
13555 * gdb.base/default.exp: Expect $_inferior as well.
13556 * gdb.multi/base.exp: Test $_inferior.
13557
a911d87a
PA
135582016-01-13 Pedro Alves <palves@redhat.com>
13559
13560 PR breakpoints/19388
13561 * gdb.base/catch-signal-siginfo-cond.c: New file.
13562 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13563
82075af2
JS
135642016-01-12 Josh Stone <jistone@redhat.com>
13565 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13566
13567 * gdb.base/catch-syscall.c (do_execve): New variable.
13568 (main): Conditionally trigger an execve.
13569 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13570 (test_catch_syscall_execve): New, check entry/return across execve.
13571 (do_syscall_tests): Call test_catch_syscall_execve.
13572
e46eeedd
PA
135732016-01-12 Pedro Alves <palves@redhat.com>
13574
13575 * gdb.base/random-signal.exp (do_test): New procedure, with body
13576 of testcase moved in.
13577
01d8c27e
JK
135782016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13579 Pedro Alves <palves@redhat.com>
13580
13581 * gdb.base/funcargs.exp (finish from indirectly called function):
13582 Reintroduce the case for 'First'.
13583
9a706302
JK
135842016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13585 Pedro Alves <palves@redhat.com>
13586
13587 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13588 (tcatch_vfork_then_child_follow_exec)
13589 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13590 identification.
13591
c0ecb95f
JK
135922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13593
13594 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13595 and repeats to unlimited.
13596 * gdb.python/py-value.exp: Likewise.
13597 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13598 and repeats to unlimited.
13599
6cfc1fcb
JK
136002016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13601
13602 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13603 and reordering the functions.
13604 * gdb.multi/hangout.c: Likewise.
13605 * gdb.multi/hello.c: Likewise.
13606
582a1b00
SM
136072016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13608
13609 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13610 absolute.
13611 (SingleStatisticTestResult.report): Use dict.keys instead of
13612 dict.iterkeys.
13613
79bc59cb
PA
136142016-01-06 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13617
43368e1d
MM
136182016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13619
13620 * gdb.btrace/dlopen.exp: New.
13621 * gdb.btrace/dlopen.c: New.
13622 * gdb.btrace/dlopen-dso.c: New.
13623
79fad5b8
SL
136242015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13625
13626 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13627 PATTERN argument is optional.
13628
ab8314b3
JB
136292015-12-24 Joel Brobecker <brobecker@adacore.com>
13630
13631 * lib/ada.exp (target_compile_ada_from_dir): New function.
13632 (gdb_compile_ada): Reimplement avoiding the use of project files.
13633 * gdb.ada/gnat_ada.gpr: Delete.
13634 * gdb.ada/cond_lang.exp: Adjust test to make path before
13635 filename optional.
13636 * gdb.ada/small_reg_param.exp: Likewise.
13637
fe33faff
SM
136382015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13639
13640 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13641
6d265cb4
TP
136422015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13643
13644 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13645 case.
13646
10125099
SM
136472015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13648
13649 * gdb.base/break.exp: Remove dead code.
13650 * gdb.base/sepdebug.exp: Likewise.
13651
3ca22649
SM
136522015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13653
13654 * gdb.asm/asm-source.exp: Remove HP-UX references.
13655 * gdb.base/annota1.exp: Likewise.
13656 * gdb.base/annota3.exp: Likewise.
13657 * gdb.base/attach.exp: Likewise.
13658 * gdb.base/bigcore.exp: Likewise.
13659 * gdb.base/break.exp: Likewise.
13660 * gdb.base/call-ar-st.exp: Likewise.
13661 * gdb.base/callfuncs.exp: Likewise.
13662 * gdb.base/catch-fork-static.exp: Likewise.
13663 * gdb.base/display.exp: Likewise.
13664 * gdb.base/foll-exec-mode.exp: Likewise.
13665 * gdb.base/foll-exec.exp: Likewise.
13666 * gdb.base/foll-fork.exp: Likewise.
13667 * gdb.base/foll-vfork.exp: Likewise.
13668 * gdb.base/funcargs.exp: Likewise.
13669 * gdb.base/hbreak2.exp: Likewise.
13670 * gdb.base/inferior-died.exp: Likewise.
13671 * gdb.base/interrupt.exp: Likewise.
13672 * gdb.base/multi-forks.exp: Likewise.
13673 * gdb.base/nodebug.exp: Likewise.
13674 * gdb.base/sepdebug.exp: Likewise.
13675 * gdb.base/solib1.c: Likewise.
13676 * gdb.base/step-test.exp: Likewise.
13677 * gdb.mi/non-stop.c: Likewise.
13678 * gdb.mi/pthreads.c: Likewise.
13679 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13680 * gdb.threads/pthreads.c: Likewise.
13681 * gdb.threads/staticthreads.exp: Likewise.
13682 * lib/future.exp: Likewise.
13683 * lib/gdb.exp: Likewise.
13684 * gdb.base/so-indr-cl.c: Remove.
13685 * gdb.base/so-indr-cl.exp: Likewise.
13686 * gdb.base/solib.c: Likewise.
13687 * gdb.base/solib.exp: Likewise.
13688 * gdb.base/solib2.c: Likewise.
13689
b6304613
SM
136902015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13691
13692 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13693 * gdb.base/call-ar-st.exp: Likewise.
13694 * gdb.base/callfuncs.exp: Likewise.
13695 * gdb.base/condbreak.exp: Likewise.
13696 * gdb.base/constvars.exp: Likewise.
13697 * gdb.base/hbreak2.exp: Likewise.
13698 * gdb.base/langs.exp: Likewise.
13699 * gdb.base/list.exp: Likewise.
13700 * gdb.base/long_long.exp: Likewise.
13701 * gdb.base/ptype.exp: Likewise.
13702 * gdb.base/scope.exp: Likewise.
13703 * gdb.base/signals.exp: Likewise.
13704 * gdb.base/so-impl-ld.exp: Likewise.
13705 * gdb.base/varargs.exp: Likewise.
13706 * gdb.base/volatile.exp: Likewise.
13707 * gdb.base/whatis.exp: Likewise.
13708 * gdb.cp/cplusfuncs.exp: Likewise.
13709 * gdb.cp/inherit.exp: Likewise.
13710 * gdb.cp/local.exp: Likewise.
13711 * gdb.cp/member-ptr.exp: Likewise.
13712 * gdb.cp/method.exp: Likewise.
13713 * gdb.cp/overload.exp: Likewise.
13714 * gdb.cp/templates.exp: Likewise.
13715 * gdb.stabs/weird.exp: Likewise.
13716 * lib/compiler.c: Likewise.
13717 * lib/compiler.cc: Likewise.
13718 * lib/cp-support.exp: Likewise.
13719 * lib/gdb.exp: Likewise.
13720
bf401b07
SM
137212015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13722
13723 * configure.ac: Remove HP-UX case.
13724 * configure: Regenerate.
13725
aff9c0f8
SM
137262015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13727
13728 * lib/gdb.exp (gdb_compile): Add function doc.
13729
a6904d5a
PA
137302015-12-17 Pedro Alves <palves@redhat.com>
13731
13732 PR threads/19354
13733 * gdb.multi/info-threads.exp: New file.
13734
a22279dd
YQ
137352015-12-15 Yao Qi <yao.qi@linaro.org>
13736
13737 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13738 is aarch64*-*-*.
13739
0588c796
SL
137402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13741
13742 * gdb.base/history-duplicates.exp: Skip if no readline support.
13743
5d978e17
SL
137442015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13745
13746 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13747
7e763b86
SL
137482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13749
13750 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13751
87a3a92c
SL
137522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13753
13754 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13755 ctrl-C if nointerrupts target property is set.
13756 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13757 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13758 * gdb.base/paginate-bg-execution.exp: Likewise.
13759 * gdb.base/paginate-execution-startup.exp: Likewise.
13760 * gdb.base/random-signal.exp: Likewise.
13761 * gdb.base/range-stepping.exp: Likewise.
13762 * gdb.cp/annota2.exp: Likewise.
13763 * gdb.cp/annota3.exp: Likewise.
13764 * gdb.gdb/selftest.exp: Likewise.
13765 * gdb.threads/continue-pending-status.exp: Likewise.
13766 * gdb.threads/leader-exit.exp: Likewise.
13767 * gdb.threads/manythreads.exp: Likewise.
13768 * gdb.threads/pthreads.exp: Likewise.
13769 * gdb.threads/schedlock.exp: Likewise.
13770 * gdb.threads/sigthread.exp: Likewise.
13771
a8f077dc
DB
137722015-12-11 Don Breazeal <donb@codesourcery.com>
13773
13774 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13775 remote.
13776 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13777 * gdb.base/foll-exec.exp (main): Enable for target remote.
13778 * gdb.base/foll-fork.exp (main): Likewise.
13779 * gdb.base/foll-vfork.exp (main): Likewise.
13780 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13781 (proc continue_to_exit_bp_loc): Use clean_restart.
13782 * gdb.base/pie-execl.exp (main): Disable for target remote.
13783 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13784 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13785 * gdb.threads/execl.exp (main): Likewise.
13786 * gdb.threads/fork-child-threads.exp (main): Likewise.
13787 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13788 remote.
13789 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13790 remote.
13791 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13792 pid.tid style ptids, instead of just tid.
13793 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13794 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13795 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13796 ptids, instead of just tid.
13797
3b2464a8
AB
137982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13799
13800 * gdb.base/list.exp (test_list_forward): Add end of file error
13801 test.
13802 (test_repeat_list_command): Add end of file error test.
13803 (test_list_backwards): Add beginning of file error test.
13804
a0def019
AB
138052015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13806
13807 * gdb.base/list.exp (test_list_invalid_args): New function,
13808 defined, and called.
13809
5c000dff
AB
138102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13811
13812 * gdb.base/list.exp (test_list): Make test names unique.
13813
f1637ebe
YQ
138142015-12-11 Yao Qi <yao.qi@linaro.org>
13815
13816 * gdb.base/coremaker2.c: Remove.
13817
36d6fc0a
PA
138182015-12-10 Pedro Alves <palves@redhat.com>
13819
13820 * gdb.multi/base.exp: Remove stale "spaces" references.
13821
762f7747
PA
138222015-12-10 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.multi/base.exp: Don't use nowarnings.
13825 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13826 * gdb.multi/hangout.c: Include stdio.h.
13827 * gdb.multi/hello.c: Include stdlib.h.
13828 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13829 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13830 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13831
28d2bfb9
AB
138322015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13833
13834 * gdb.dwarf2/dw2-ranges-base.c: New file.
13835 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13836 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13837 support additional line table, and debug ranges generation.
13838 (Dwarf::ranges): New function, generate .debug_ranges.
13839 (Dwarf::lines): Support generating simple line table programs.
13840 (Dwarf::assemble): Initialise new namespace variables.
13841
5fc2beac
KB
138422015-12-09 Kevin Buettner <kevinb@redhat.com>
13843
13844 * gdb.base/async.exp (proc test_background): Add case for
13845 asynchronous execution not supported.
13846
1c35a88f
LM
138472015-12-09 Luis Machado <lgustavo@codesourcery.com>
13848
13849 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13850 format and change test names to make them unique.
13851
b593e3d9
RK
138522015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13853 Pedro Alves <pedro@redhat.com>
13854
13855 PR gdb/18702
13856 Add checking of floatformats setup on x86_64 hosts.
13857 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13858 (smallval, bigval): New labels/constants.
13859 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13860 float" after loading bigval and smallval.
13861
d72413e6
PMR
138622015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13863
13864 * gdb.ada/fun_overload_menu.exp: New testcase.
13865 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13866
ece66d65
JS
138672015-12-04 Josh Stone <jistone@redhat.com>
13868
13869 * gdb.base/catch-fork-static.exp: New.
13870
41d0efca
YQ
138712015-12-03 Yao Qi <yao.qi@linaro.org>
13872
13873 * gdb.base/sizeof.c: Don't include stdio.h and
13874 ../lib/unbuffer_output.c.
13875 (main): New variable 'size' and 'value'. Remove printf and
13876 gdb_unbuffer_output. Assign return value to size and value.
13877 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13878 at the beginning.
13879 (check_sizeof): Check the result by printing variable 'size'.
13880 (check_valueof): Check the result by printing variable 'value'.
13881
99fd02d9
YQ
138822015-12-01 Yao Qi <yao.qi@linaro.org>
13883
13884 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13885 for aarch64*-*-linux* target.
13886
f2faf941
PA
138872015-11-30 Pedro Alves <palves@redhat.com>
13888
13889 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
13890
04bf20c5
PA
138912015-11-30 Pedro Alves <palves@redhat.com>
13892
13893 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
13894 Handle non-stop mode vCont replies.
13895
09df4675
PA
138962015-11-30 Pedro Alves <palves@redhat.com>
13897
13898 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
13899 prepare_for_testing. Start gdb with "set non-stop on" appended to
13900 GDBFLAGS. Lax expected stop output.
13901
58b584af
YQ
139022015-11-27 Yao Qi <yao.qi@linaro.org>
13903
13904 * gdb.arch/arm-neon.exp: New.
13905 * gdb.arch/arm-neon.c: New.
13906
dfcb77a8
YQ
139072015-11-27 Yao Qi <yao.qi@linaro.org>
13908
13909 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
13910
88e8ec1b
YQ
139112015-11-27 Yao Qi <yao.qi@linaro.org>
13912
13913 * gdb.cp/annota2.exp: Allow multiple occurrences of the
13914 frames-invalid annotation.
13915
bfde72c2
YQ
139162015-11-27 Yao Qi <yao.qi@linaro.org>
13917
13918 * gdb.cp/annota2.exp: Use ${frames_invalid}.
13919
f6512a69
SM
139202015-11-26 Simon Marchi <simon.marchi@ericsson.com>
13921
13922 * gdb.threads/names.exp: New file.
13923 * gdb.threads/names.c: New file.
13924 * README: Mention gdb,no_thread_names.
13925
46a3515b
MM
139262015-11-26 Markus Metzger <markus.t.metzger@intel.com>
13927
13928 PR 19297
13929 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
13930 support" error.
13931
62147a22
PA
139322015-11-24 Pedro Alves <palves@redhat.com>
13933
13934 PR 17539
13935 * gdb.base/display.exp: Expect displays to be sorted in ascending
13936 order. Use multi_line.
13937 * gdb.base/solib-display.exp: Likewise.
13938
2f341b6e
PA
139392015-11-24 Pedro Alves <palves@redhat.com>
13940
13941 PR 17539
25d49b86
PA
13942 * gdb.base/display.exp: Expect displays to be sorted in ascending
13943 order. Use multi_line.
13944 * gdb.base/solib-display.exp: Likewise.
2f341b6e 13945
7e0aa6aa
PA
139462015-11-24 Pedro Alves <palves@redhat.com>
13947
13948 PR 17539
13949 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
13950 threads in ascending order.
13951 * gdb.base/foll-fork.exp: Likewise.
13952 * gdb.base/foll-vfork.exp: Likewise.
13953 * gdb.base/multi-forks.exp: Likewise.
13954 * gdb.mi/mi-nonstop.exp: Likewise.
13955 * gdb.mi/mi-nsintrall.exp: Likewise.
13956 * gdb.multi/base.exp: Likewise.
13957 * gdb.multi/multi-arch.exp: Likewise.
13958 * gdb.python/py-inferior.exp: Likewise.
13959 * gdb.threads/break-while-running.exp: Likewise.
13960 * gdb.threads/execl.exp: Likewise.
13961 * gdb.threads/gcore-thread.exp: Likewise.
13962 * gdb.threads/info-threads-cur-sal.exp: Likewise.
13963 * gdb.threads/kill.exp: Likewise.
13964 * gdb.threads/linux-dp.exp: Likewise.
13965 * gdb.threads/multiple-step-overs.exp: Likewise.
13966 * gdb.threads/next-bp-other-thread.exp: Likewise.
13967 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
13968 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
13969 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
13970 * gdb.threads/thread-find.exp: Likewise.
13971 * gdb.threads/tls.exp: Likewise.
13972 * lib/mi-support.exp (mi_reverse_list): Delete.
13973 (mi_check_thread_states): No longer reverse list.
13974
2cc57ad8
PA
139752015-11-24 Pedro Alves <palves@redhat.com>
13976
13977 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
13978 use lowercase.
13979
c93e8391
SM
139802015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13981
13982 * gdb.trace/actions.c: Include trace-common.h.
13983 (main): Add a location for a fast tracepoint.
13984 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
13985 the normal tracepoints.
13986 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
13987
045ccf91
SM
139882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
13989
13990 * save-trace.exp: Factor out code to these...
13991 (gdb_save_tracepoints): New.
13992 (gdb_load_tracepoints): New.
13993 (do_save_load_test): New.
13994
5506f9f6
KB
139952015-11-23 Kevin Buettner <kevinb@redhat.com>
13996
13997 * gdb.base/asmlabel.exp: New test.
13998 * gdb.base/asmlabel.c: New test case.
13999
16c3b12f
JB
140002015-11-23 Joel Brobecker <brobecker@adacore.com>
14001
14002 * gdb.base/wrong_frame_bt_full-main.c: New file.
14003 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14004 * gdb.base/wrong_frame_bt_full.exp: New file.
14005
155bfbd3
JB
140062015-11-23 Joel Brobecker <brobecker@adacore.com>
14007
14008 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14009
bb097445
JM
140102015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14011
206853a0 14012 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14013 pstate register when comparing registers values in
14014 sparc64-*-linux-gnu targets to avoid spurious differences.
14015
9c88ed8f
JM
140162015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14017
206853a0 14018 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14019
96161e25
SL
140202015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14021
14022 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14023 as type argument to gdb_compile.
14024 * gdb.base/nested-subp2.exp: Likewise.
14025 * gdb.base/nested-subp3.exp: Likewise.
14026
340c2830
DV
140272015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14028
14029 * lib/dwarf.exp (_note): Fix left shift of negative value.
14030 * gdb.trace/trace-condition.exp: Likewise.
14031
c1862d0f
YQ
140322015-11-13 Yao Qi <yao.qi@linaro.org>
14033
14034 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14035 comments about d10v.
14036 (test_scalar_returns): Likewise.
14037 * gdb.base/d10v.ld: Remove.
14038 * gdb.base/overlays.exp: Remove the target triplet checking for
14039 d10v-*-*.
14040 * gdb.base/structs.exp (test_struct_returns): Remove the
14041 comments about d10v.
14042 (test_struct_calls): Likewise.
14043
77ae9c19
YQ
140442015-11-13 Yao Qi <yao.qi@linaro.org>
14045
14046 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14047 * gdb.base/gnu_vector.c: Don't include stdio.h.
14048 (main): Don't print res and call add_some_intvecs.
14049
430e004e
MK
140502015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14051
14052 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14053 macro.
14054 (func5): Removed.
14055 (func4): Use FAST_TRACEPOINT_LABEL.
14056 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14057 macro.
14058 (func): Removed.
14059 (thread_function): Use FAST_TRACEPOINT_LABEL.
14060 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14061 (func): Remove.
14062 (marker): Use FAST_TRACEPOINT_LABEL.
14063 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14064 (pendfunc1): Remove.
14065 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14066 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14067 (foo): Remove.
14068 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14069 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14070 macro.
14071 (func): Remove.
14072 (marker): Use FAST_TRACEPOINT_LABEL.
14073 * gdb.trace/trace-common.h: New header.
14074 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14075 macro.
14076 (func): Remove.
14077 (marker): Use FAST_TRACEPOINT_LABEL.
14078 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14079 (func): Remove.
14080 (thread_function): Use FAST_TRACEPOINT_LABEL.
14081
6e7675a7
MK
140822015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14083
14084 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14085 in front.
14086 * gdb.trace/change-loc.exp: Use global pcreg definition.
14087 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14088 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14089 in front.
14090 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14091 * gdb.trace/pending.exp: Likewise.
14092 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14093 * gdb.trace/trace-break.exp: Likewise.
14094 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14095 in front.
14096 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14097 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14098 in front.
14099 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14100
dddc0e16
JB
141012015-11-09 Joel Brobecker <brobecker@adacore.com>
14102
14103 * gdb.ada/fin_fun_out: New testcase.
14104
c6f0b406
KB
141052015-11-07 Kevin Buettner <kevinb@redhat.com>
14106
14107 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14108 value associated with DW_AT_byte_size.
14109 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14110 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14111 DW_AT_upper_bound.
14112
f01dcfd9
KB
141132015-11-07 Kevin Buettner <kevinb@redhat.com>
14114
14115 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14116 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14117 version.
14118 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14119 gdb.dwarf2/dw2-canonicalize-type.exp,
14120 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14121 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14122 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14123 provided by gdb_target_symbol_prefix_flags_asm.
14124 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14125 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14126 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14127 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14128 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14129 macros where needed). Use this macro for symbols which require
14130 the prefix provided by SYMBOL_PREFIX.
14131
2223449a
KB
141322015-11-05 Kevin Buettner <kevinb@redhat.com>
14133
14134 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14135 New procs.
14136 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14137 representing expressions, of more than one list element.
14138 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14139 to prepend linker symbol prefix to f.
14140 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14141 table_1 and table_2.
14142 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14143 Likewise, for f and g.
14144 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14145 for ptr.
14146 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14147 for main.
14148 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14149 table_1_ptr and table_2_ptr.
14150
6f2f1a3a
JK
141512015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14152 Joel Brobecker <brobecker@adacore.com>
14153
14154 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14155
566c56c9
MK
141562015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14157
14158 * gdb.reverse/s390-mvcle.c: New test.
14159 * gdb.reverse/s390-mvcle.exp: New file.
14160 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14161
d5f0636b
MK
141622015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14163
14164 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14165
7ad8b86c
MK
141662015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14167
14168 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14169 reaching marker2.
14170 * gdb.reverse/getresuid-reverse.exp: Likewise.
14171 * gdb.reverse/pipe-reverse.exp: Likewise.
14172 * gdb.reverse/readv-reverse.exp: Likewise.
14173 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14174 * gdb.reverse/time-reverse.exp: Likewise.
14175 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14176
4081c0f1
YQ
141772015-10-30 Yao Qi <yao.qi@linaro.org>
14178
14179 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14180 (empty_cycle): Remove.
14181 (main): Don't call empty_cycle. Don't use watch_count_done.
14182 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14183 empty_cycle. Rewrite the code counting HW watchpoints.
14184
452b4ba5
MK
141852015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14186
14187 * gdb.reverse/fstatat-reverse.c: New test.
14188 * gdb.reverse/fstatat-reverse.exp: New file.
14189 * gdb.reverse/getresuid-reverse.c: New test.
14190 * gdb.reverse/getresuid-reverse.exp: New file.
14191 * gdb.reverse/pipe-reverse.c: New test.
14192 * gdb.reverse/pipe-reverse.exp: New file.
14193 * gdb.reverse/readv-reverse.c: New test.
14194 * gdb.reverse/readv-reverse.exp: New file.
14195 * gdb.reverse/recvmsg-reverse.c: New test.
14196 * gdb.reverse/recvmsg-reverse.exp: New file.
14197 * gdb.reverse/time-reverse.c: New test.
14198 * gdb.reverse/time-reverse.exp: New file.
14199 * gdb.reverse/waitpid-reverse.c: New test.
14200 * gdb.reverse/waitpid-reverse.exp: New file.
14201
5e2e7507
JK
142022015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14203
14204 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14205
0fde2c53
DE
142062015-10-26 Doug Evans <dje@google.com>
14207
14208 PR symtab/17391
14209 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14210 * gdb.dwarf2/bad-regnum.c: New file.
14211 * gdb.dwarf2/bad-regnum.exp: New file.
14212
1a70ae97
DE
142132015-10-26 Doug Evans <dje@google.com>
14214
14215 PR python/18938
14216 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14217 file.
14218
27dc26ab
JK
142192015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14220
14221 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14222 for a change by "Mention language in compile error message".
14223
bed91f4d
SM
142242015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14225
14226 PR python/18073
14227 * gdb.python/py-type.c (C::a_method): New.
14228 (C::a_const_method): New.
14229 (C::a_static_method): New.
14230 (a_function): New.
14231 * gdb.python/py-type.exp (test_fields): Test getting fields
14232 from function and method.
14233
3f2f83dd
KB
142342015-10-21 Keven Boell <keven.boell@intel.com>
14235
14236 * gdb.fortran/vla-alloc-assoc.exp: New file.
14237 * gdb.fortran/vla-datatypes.exp: New file.
14238 * gdb.fortran/vla-datatypes.f90: New file.
14239 * gdb.fortran/vla-history.exp: New file.
14240 * gdb.fortran/vla-ptype-sub.exp: New file.
14241 * gdb.fortran/vla-ptype.exp: New file.
14242 * gdb.fortran/vla-sizeof.exp: New file.
14243 * gdb.fortran/vla-sub.f90: New file.
14244 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14245 * gdb.fortran/vla-value-sub-finish.exp: New file.
14246 * gdb.fortran/vla-value-sub.exp: New file.
14247 * gdb.fortran/vla-value.exp: New file.
14248 * gdb.fortran/vla-ptr-info.exp: New file.
14249 * gdb.mi/mi-vla-fortran.exp: New file.
14250 * gdb.mi/vla.f90: New file.
14251
27145d50
SL
142522015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14253
14254 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14255 of hardwired timeout value.
14256
5f3ff4f8
JK
142572015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14258 Pedro Alves <palves@redhat.com>
14259
14260 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14261 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14262
bfd09d20
JS
142632015-10-19 Josh Stone <jistone@redhat.com>
14264
14265 * gdb.base/catch-syscall.c: Include <sched.h>.
14266 (unknown_syscall): New variable.
14267 (main): Trigger a vfork and an unknown syscall.
14268 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14269 (unknown_syscall_number): Likewise.
14270 (check_call_to_syscall): Accept an optional syscall pattern.
14271 (check_return_from_syscall): Likewise.
14272 (check_continue): Likewise.
14273 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14274 (test_catch_syscall_skipping_return): New test toggling off 'catch
14275 syscall' to step over the syscall return, then toggling back on.
14276 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14277 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14278 (do_syscall_tests): Call test_catch_syscall_without_args and
14279 test_catch_syscall_mid_vfork.
14280 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14281 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14282
b32b93c6
AS
142832015-10-19 Andrew Stubbs <ams@codesourcery.com>
14284
14285 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14286 print g_vE): Add new pass patterns.
14287 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14288 print various symbol names for vptr fields.
14289
9d622bda
AB
142902015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14291
14292 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14293 results.
14294
0fd8ac1c
YQ
142952015-10-12 Yao Qi <yao.qi@linaro.org>
14296
14297 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14298
34240514
YQ
142992015-10-12 Yao Qi <yao.qi@linaro.org>
14300
14301 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14302 is aarch64*-*-linux*.
14303
8240f442
YQ
143042015-10-12 Yao Qi <yao.qi@linaro.org>
14305
14306 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14307 (can_relocate_bcond_true): ... it.
14308 (can_relocate_bcond_false): New function.
14309 (foo): Likewise.
14310 (can_relocate_bl): Likewise.
14311 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14312 can_relocate_bl.
14313
2520f728
PMR
143142015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14315
14316 * gdb.base/nested-addr.c: New file.
14317 * gdb.base/nested-addr.exp: New testcase.
14318
abcef95a
MM
143192015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14320
14321 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14322 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14323 its output. Ignore the output of "record goto begin" and instead
14324 check that GDB is replaying.
14325
145e3ddb
PA
143262015-10-09 Pedro Alves <palves@redhat.com>
14327
14328 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14329 (top level): Use it in the run with no args test.
14330
d5d8c4e1
IB
143312015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14332
14333 * gdb.dlang/properties.exp: New file.
14334
06e635ef
SL
143352015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14336
14337 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14338 whether or not address 0x1000 is mapped on the target.
14339
e019fd1d
SM
143402015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14341
14342 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14343 build.
14344
77ba2a67
MM
143452015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14346
14347 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14348 instruction-history test.
14349
c60eb31f
DE
143502015-09-28 Doug Evans <dje@google.com>
14351
14352 * gdb.base/gcore.c (array_func): Add reference to static_array.
14353
9a3c8263
SM
143542015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14355
14356 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14357 source line.
14358
9720e656
SL
143592015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14360
14361 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14362 short or char as base type.
14363
938d3bf2
SL
143642015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14365
14366 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14367 to allow any size enum.
14368
e6c2c623
PMR
143692015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14370
14371 * gdb.ada/array_ptr_renaming.exp: New testcase.
14372 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14373 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14374
06da0f77
PL
143752015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14376
14377 * gdb.trace/ftrace-lock.c: New file.
14378 * gdb.trace/ftrace-lock.exp: New file.
14379
4f51c22a
PL
143802015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14381
14382 * gdb.arch/insn-reloc.c: New file.
14383 * gdb.arch/ftrace-insn-reloc.exp: New file.
14384
7041adf4
PL
143852015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14386
14387 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14388 instruction.
14389 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14390 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14391 * gdb.trace/range-stepping.c: Likewise.
14392 * gdb.trace/trace-break.c: Likewise.
14393 * gdb.trace/trace-mt.c (thread_function): Likewise.
14394 * gdb.trace/ftrace.c (marker): Likewise.
14395 * gdb.trace/trace-condition.c (marker): Likewise.
14396 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14397 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14398 is_aarch64_target.
14399
015d2e7e
DE
144002015-09-18 Doug Evans <xdje42@gmail.com>
14401
14402 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14403 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14404
26b188a2
SL
144052015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14406
14407 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14408 the breakpoint.
14409
79dc332b
SL
144102015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14411
14412 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14413 the pending breakpoint. Remove timeout override for "Run till
14414 MI pending breakpoint on pendfunc3 on thread 2" test.
14415
f57929f2
SL
144162015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14417
14418 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14419 filename pattern.
14420
3f469b17
SL
144212015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14422
14423 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14424 in breakpoint filename pattern.
14425
515b89b3
SL
144262015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14427
7800dbe4
SL
14428 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14429
144302015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14431
515b89b3
SL
14432 * gdb.linespec/explicit.exp: Check for readline support for
14433 tab-completion tests. Fix obvious typo.
14434
d2939ba2
MM
144352015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14436
14437 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14438 and replay.
14439
cbb55fa7
MM
144402015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14441
14442 * gdb.btrace/non-stop.c: New.
14443 * gdb.btrace/non-stop.exp: New.
14444
43691ca1
PL
144452015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14446 Yao Qi <yao.qi@linaro.org>
14447
14448 * gdb.trace/trace-condition.c: New file.
14449 * gdb.trace/trace-condition.exp: New file.
14450
d78908cf
WW
144512015-09-16 Wei-cheng Wang <cole945@gmail.com>
14452
14453 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14454 for testing bytecode compilation.
14455
1ed415e2
PA
144562015-09-16 Pedro Alves <palves@redhat.com>
14457 Sandra Loosemore <sandra@codesourcery.com>
14458
14459 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14460 (SECONDS): Redefine.
14461 (main): Call pthread_kill and alarm early.
14462 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14463 support.
14464 (test): If the target can't hardware step and doesn't support
14465 displaced stepping, increase the timeout.
14466
d136eff5
PA
144672015-09-16 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14470 (enable_debug): New procedures.
14471 (test): Use them. Bail out if waiting for threads fails.
14472 (top level): Bail out if a test fails.
14473
991f019c
YQ
144742015-09-16 Yao Qi <yao.qi@linaro.org>
14475
14476 * gdb.asm/asm-source.exp: Set asm-arch for
14477 aarch64*-*-* target.
14478 * gdb.asm/aarch64.inc: New file.
14479
bfca584f
PMR
144802015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14481
14482 * gdb.ada/array_of_variable_length.exp: New testcase.
14483 * gdb.ada/array_of_variable_length/foo.adb: New file.
14484 * gdb.ada/array_of_variable_length/pck.adb: New file.
14485 * gdb.ada/array_of_variable_length/pck.ads: New file.
14486
b326e587
DE
144872015-09-15 Doug Evans <dje@google.com>
14488
14489 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14490 of function static local variable.
14491
5382cfab
PW
144922015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14493
14494 * gdb.threads/tls-so_extern.exp: New test file.
14495 * gdb.threads/tls-so_extern.c: New test file.
14496 * gdb.threads/tls-so_extern_main.c: New test file.
14497
141c5cc4
JK
144982015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14499
14500 * gdb.opt/solib-intra-step-lib.c: New file.
14501 * gdb.opt/solib-intra-step-main.c: New file.
14502 * gdb.opt/solib-intra-step.exp: New file.
14503
d15dcecd
PA
145042015-09-15 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14507 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14508
4c2f2a79
PA
145092015-09-14 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.base/hook-stop-continue.c: Delete.
14512 * gdb.base/hook-stop-continue.exp: Delete.
14513 * gdb.base/hook-stop-frame.c: Delete.
14514 * gdb.base/hook-stop-frame.exp: Delete.
14515 * gdb.base/hook-stop.c: New file.
14516 * gdb.base/hook-stop.exp: New file.
14517
919e6dbe
PMR
145182015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14519
14520 * gdb.ada/access_to_packed_array.exp: New testcase.
14521 * gdb.ada/access_to_packed_array/foo.adb: New file.
14522 * gdb.ada/access_to_packed_array/pack.adb: New file.
14523 * gdb.ada/access_to_packed_array/pack.ads: New file.
14524
157280a4
MM
145252015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14526
14527 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14528 buffer size test.
14529
2fd33e94
DB
145302015-09-11 Don Breazeal <donb@codesourcery.com>
14531
14532 * gdb.base/foll-exec.c: Add copyright header. Fix
14533 formatting issues.
14534 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14535 (do_exec_tests): Use clean_restart in place of zap_session,
14536 and for test initialization. Fix formatting issues. Use
14537 fail in place of perror.
14538 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14539 an expect statement to match an expression with output from
14540 the program under debug.
14541 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14542 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14543 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14544 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14545 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14546
e70b6e8e
DE
145472015-09-09 Doug Evans <dje@google.com>
14548
14549 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14550
7a551a51
DE
145512015-09-09 Doug Evans <dje@google.com>
14552
14553 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14554
4c666f84
DE
145552015-09-09 Doug Evans <dje@google.com>
14556
14557 * gdb.base/savedregs.exp: Fix typo.
14558
243a9253
PA
145592015-09-09 Pedro Alves <palves@redhat.com>
14560
14561 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14562
c0fa8fbd
SL
145632015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14564
14565 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14566 command actually switches threads. Give up on remaining
14567 tests if target fails to stop at breakpoint.
14568
cd7c1778
PMR
145692015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14570
14571 * gdb.ada/funcall_char.exp: New testcase.
14572 * gdb.ada/funcall_char/foo.adb: New file.
14573
dc5c8746
PMR
145742015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14575
14576 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14577 expected outputs. Add two testcases for completing ambiguous
14578 functions.
14579 * gdb.ada/complete/aux_pck.adb: New file.
14580 * gdb.ada/complete/aux_pck.ads: New file.
14581 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14582 Ambiguous_Func functions.
14583 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14584 * gdb.ada/complete/pck.adb: Likewise.
14585
4e83a1e7
UW
145862015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14587
14588 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14589 failures to run the test program under GDB.
14590
8ce74153
LM
145912015-08-26 Luis Machado <lgustavo@codesourcery.com>
14592
14593 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14594 to C.
14595
e9756d52
PP
145962015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14597
14598 * gdb.base/run-after-attach.exp: New test file.
14599 * gdb.base/run-after-attach.c: New test file.
14600
8d37573b
DB
146012015-08-26 Don Breazeal <donb@codesourcery.com>
14602
14603 * gdb.base/foll-exec-2.c: New test program.
14604 * gdb.base/foll-exec-2.exp: New test.
14605
63e43d3a
PMR
146062015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14607
14608 * gdb.base/nested-subp1.exp: New file.
14609 * gdb.base/nested-subp1.c: New file.
14610 * gdb.base/nested-subp2.exp: New file.
14611 * gdb.base/nested-subp2.c: New file.
14612 * gdb.base/nested-subp3.exp: New file.
14613 * gdb.base/nested-subp3.c: New file.
14614
3d40fbb5
PA
146152015-08-24 Pedro Alves <palves@redhat.com>
14616
14617 * gdb.server/connect-without-multi-process.c: New file.
14618 * gdb.server/connect-without-multi-process.exp: New file.
14619
4422ac93
LM
146202015-08-24 Luis Machado <lgustavo@codesourcery.com>
14621
14622 * gdb.opt/inline-markers.c: Make z int.
14623
91dddb86
LM
146242015-08-24 Luis Machado <lgustavo@codesourcery.com>
14625
14626 * gdb.opt/inline-markers.c: Make z volatile.
14627
a48847ee
LM
146282015-08-24 Luis Machado <lgustavo@codesourcery.com>
14629
14630 * gdb.opt/inline-bt.c: New volatile global z.
14631 * gdb.opt/inline-cmds.c: Likewise.
14632 * gdb.opt/inline-locals.c: Likewise.
14633 * gdb.opt/inline-markers.c: New extern global z.
14634 (marker): Use z.
14635 (inline_fn): Likewise.
14636
0ebbc52b
PA
146372015-08-24 Pedro Alves <palves@redhat.com>
14638
14639 * config/m32r-stub.exp: Remove file.
14640 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14641 * gdb.base/call-rt-st.exp: Likewise.
14642 * gdb.base/call-strs.exp: Likewise.
14643 * gdb.base/default.exp: Remove references to h8300-*-hms and
14644 *-*-udi*.
14645 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14646
77c365df
AA
146472015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14648
14649 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14650 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14651 and "return" use KFAIL when GDB can not read/write the vector
14652 return value.
14653
4313b8c0
GB
146542015-08-21 Gary Benson <gbenson@redhat.com>
14655
14656 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14657
0e433b32
PA
146582015-08-20 Pedro Alves <palves@redhat.com>
14659
14660 * gdb.server/solib-list.exp: No longer expect an interior stop in
14661 non-stop mode.
14662
221e1a37
PA
146632015-08-20 Pedro Alves <palves@redhat.com>
14664
14665 * gdb.server/connect-stopped-target.c: New file.
14666 * gdb.server/connect-stopped-target.exp: New file.
14667
40e3ad0e
PA
146682015-08-20 Pedro Alves <palves@redhat.com>
14669
14670 * gdb.dwarf2/comp-unit-lang.exp: New file.
14671 * gdb.dwarf2/comp-unit-lang.c: New file.
14672
af39b327
PMR
146732015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14674
14675 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14676 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14677
7d45c7c3 146782015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14679
7d45c7c3
KB
14680 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14681 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14682
4d6cceb4
DE
146832015-08-18 Doug Evans <dje@google.com>
14684 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14685
14686 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14687 skip_python_tests. New arg prompt_regexp.
14688 (skip_python_tests): New function.
14689 * lib/mi-support.exp (mi_skip_python_tests): New function.
14690 * gdb.python/py-mi-objfile-gdb.py: New file.
14691 * gdb.python/py-mi-objfile.c: New file.
14692 * gdb.python/py-mi-objfile.exp: New file.
14693
ad89c2aa
KS
146942015-08-17 Keith Seitz <keiths@redhat.com>
14695
14696 * gdb.linespec/explicit.exp: Move strace test from here ...
14697 * gdb.trace/strace.exp: ... to here.
14698
e3ae3c43
PP
146992015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14700
14701 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14702 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14703
604b2636
DE
147042015-08-14 Doug Evans <xdje42@gmail.com>
14705
14706 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14707 inferior before selecting a new file.
14708
6ff0ba5f
DE
147092015-08-14 Doug Evans <xdje42@gmail.com>
14710
14711 * gdb.mi/mi-disassemble.exp: Update.
14712 * gdb.base/disasm-optim.S: New file.
14713 * gdb.base/disasm-optim.c: New file.
14714 * gdb.base/disasm-optim.h: New file.
14715 * gdb.base/disasm-optim.exp: New file.
14716
9ca98f92
KS
147172015-08-14 Keith Seitz <keiths@redhat.com>
14718
14719 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14720 "evaluated-by".
14721
52bbc560
JB
147222015-08-13 Joel Brobecker <brobecker@adacore.com>
14723
14724 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14725
5d8c3ed3
PMR
147262015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14727
14728 * gdb.ada/fun_renaming.exp: New testcase.
14729 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14730 * gdb.ada/fun_renaming/pack.adb: New file.
14731 * gdb.ada/fun_renaming/pack.ads: New file.
14732
ea8812bc
KS
147332015-08-12 Keith Seitz <keiths@redhat.com>
14734
14735 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14736 gdb_get_line_number.
14737
4dafcdeb
JB
147382015-08-12 Joel Brobecker <brobecker@adacore.com>
14739
14740 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14741 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14742 gdb.base/dso2dso.exp: New files.
14743
5ba32597
SDJ
147442015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14745 Pedro Alves <palves@redhat.com>
14746 Keith Seitz <keiths@redhat.com>
14747
14748 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14749 GDBFLAGS.
14750
b6dafabf
PP
147512015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14752
14753 * gdb.base/gdbhistsize-history.exp
14754 (test_histsize_history_setting): Use save_vars.
14755 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14756 Use save_vars.
14757 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14758 * gdb.base/readline.exp: Use save_vars.
14759
abe8e607
PP
147602015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14761
14762 * lib/gdb.exp (save_vars): New proc.
14763
629500fa
KS
147642015-08-11 Keith Seitz <keiths@redhat.com>
14765
14766 * gdb.base/help.exp: Update help_breakpoint_text.
14767
eb8c4e2e
KS
147682015-08-11 Keith Seitz <keiths@redhat.com>
14769
14770 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14771 (at toplevel): Call test_explicit_breakpoints.
14772 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14773 breakpoints.
14774 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14775 breakpoint conditions, "-cond".
14776
87f0e720
KS
147772015-08-11 Keith Seitz <keiths@redhat.com>
14778
14779 * gdb.linespec/3explicit.c: New file.
14780 * gdb.linespec/cpexplicit.cc: New file.
14781 * gdb.linespec/cpexplicit.exp: New file.
14782 * gdb.linespec/explicit.c: New file.
14783 * gdb.linespec/explicit.exp: New file.
14784 * gdb.linespec/explicit2.c: New file.
14785 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14786 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14787 before using in the matching pattern.
14788 Clarify that `prefix' is a regular expression.
14789
f00aae0f
KS
147902015-08-11 Keith Seitz <keiths@redhat.com>
14791
14792 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14793 test.
14794 Add tests for missing ",FMT" and ",".
14795
e27852be
DE
147962015-08-10 Doug Evans <dje@google.com>
14797 Keith Seitz <keiths@redhat.com>
14798
14799 PR gdb/17960
14800 * gdb.base/completion.exp: Add location completer tests.
14801
7f03bd92
PA
148022015-08-07 Pedro Alves <palves@redhat.com>
14803
14804 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14805 tests here.
14806 (top level): Run do_test with and without displaced stepping.
14807
3fc8eb30
PA
148082015-08-07 Pedro Alves <palves@redhat.com>
14809
14810 * gdb.base/valgrind-disp-step.c: New file.
14811 * gdb.base/valgrind-disp-step.exp: New file.
14812
d4569d7b
PA
148132015-08-07 Pedro Alves <palves@redhat.com>
14814
14815 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14816 Delete function.
14817 (main): Add alarm. Run an infinite loop instead of calling
14818 wait_threads.
14819 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14820 comment.
14821 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14822 Delete function.
14823 (main): Add alarm. Run an infinite loop instead of calling
14824 wait_threads.
14825 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14826 comment.
14827
e1316e60
PA
148282015-08-07 Pedro Alves <palves@redhat.com>
14829
14830 * gdb.base/checkpoint-ns.exp: New file.
14831 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14832 standard_testfile.
14833
da8c46d2
MM
148342015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14835
14836 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14837 * gdb.btrace/instruction_history.exp: Update.
14838 * gdb.btrace/tsx.exp: New.
14839 * gdb.btrace/tsx.c: New.
14840
de1c2c52
PA
148412015-08-06 Pedro Alves <palves@redhat.com>
14842
14843 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14844 increase timeout.
14845 * gdb.reverse/until-precsave.exp: Bump timeouts.
14846
782e0bf4
PA
148472015-08-06 Pedro Alves <palves@redhat.com>
14848
14849 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14850
83e97ed0
PA
148512015-08-06 Pedro Alves <palves@redhat.com>
14852
14853 PR gdb/18749
14854 * gdb.threads/process-dies-while-handling-bp.c: New file.
14855 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14856
863d01bd
PA
148572015-08-06 Pedro Alves <palves@redhat.com>
14858
14859 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14860 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14861
0a39bb32
PA
148622015-08-05 Pedro Alves <palves@redhat.com>
14863
14864 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14865 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14866
ee2d2b10
SL
148672015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14868
14869 * gdb.base/bp-permanent.exp: Report test as unsupported if
14870 the target cannot stop at the permanent breakpoint.
14871
4e1bdb00
DE
148722015-08-03 Doug Evans <dje@google.com>
14873
14874 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14875 10000.
14876
3d338901
DE
148772015-08-03 Doug Evans <dje@google.com>
14878
14879 * Makefile.in (workers/%.worker, build-perf): New rule.
14880 (GDB_PERFTEST_MODE): New variable.
14881 (check-perf): Use it.
14882 (clean): Clean up gdb.perf parallel build subdirs.
14883 * lib/build-piece.exp: New file.
14884 * lib/gdb.exp (make_gdb_parallel_path): New function
14885 (standard_output_file, standard_temp_file): Call it.
14886 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14887 of $GDB_PARALLEL.
14888 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
14889
af061d3e
DE
148902015-08-03 Doug Evans <dje@google.com>
14891
8e1afc81 14892 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
14893 (LOG_FILE_NAME): New global.
14894 (TextReporter.__init__): Initialize self.txt_sum.
14895 (TextReporter.report): Add support for multiple data-points.
14896 Move report to perftest.sum, put raw data in perftest.log.
14897 (TextReporter.start): Open sum and log files.
14898 (TextReporter.end): Close sum and log files.
8e1afc81
DE
14899 * gdb.perf/lib/perftest/testresult.py
14900 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 14901
2c8c5d37
PA
149022015-07-31 Pedro Alves <palves@redhat.com>
14903
14904 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
14905 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14906 kill_wait_spawned_process instead of explicit "kill -9".
14907 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
14908 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14909 kill_wait_spawned_process.
14910 * gdb.base/attach-twice.exp: Likewise.
14911 * gdb.base/attach.exp: Likewise.
14912 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
14913 gdb_test_multiple.
14914 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
14915 returning a spawn id instead of a pid. Use spawn_id_get_pid and
14916 kill_wait_spawned_process.
14917 * gdb.base/valgrind-infcall.exp: Likewise.
14918 * gdb.multi/multi-attach.exp: Likewise.
14919 * gdb.python/py-prompt.exp: Likewise.
14920 * gdb.python/py-sync-interp.exp: Likewise.
14921 * gdb.server/ext-attach.exp: Likewise.
14922 * gdb.threads/attach-into-signal.exp (corefunc): Use
14923 spawn_wait_for_attach, spawn_id_get_pid and
14924 kill_wait_spawned_process.
14925 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
14926 spawn_wait_for_attach returning a spawn id instead of a pid. Use
14927 spawn_id_get_pid and kill_wait_spawned_process.
14928 * gdb.threads/attach-stopped.exp (corefunc): Use
14929 spawn_wait_for_attach, spawn_id_get_pid and
14930 kill_wait_spawned_process.
14931 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
14932 Use spawn_id_get_pid. Wait for spawn id after eof. Use
14933 kill_wait_spawned_process instead of explicit "kill -9".
14934 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
14935 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
14936 (spawn_wait_for_attach): Use spawn instead of exec to spawn
14937 processes. Don't map cygwin/windows pids here. Now returns a
14938 spawn id list.
14939
032a0fca
SL
149402015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14941
14942 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
14943 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
14944 correct patch.
14945
61a934ca
SL
149462015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14947
14948 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
14949
4bc4d428
SL
149502015-07-30 Sandra Loosemore <sandra@codesourcery.com>
14951
14952 Reapply:
14953 2014-05-21 Mark Wielaard <mjw@redhat.com>
14954
14955 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
14956
998d452a
PA
149572015-07-30 Pedro Alves <palves@redhat.com>
14958
14959 * linux-low.c (handle_extended_wait): Set the child's last
14960 reported status to TARGET_WAITKIND_STOPPED.
14961
69dde7dc
PA
149622015-07-30 Pedro Alves <palves@redhat.com>
14963
14964 PR threads/18600
14965 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
14966 only shows inferior 1.
14967
4dd63d48
PA
149682015-07-30 Simon Marchi <simon.marchi@ericsson.com>
14969 Pedro Alves <palves@redhat.com>
14970
14971 PR threads/18600
14972 * gdb.threads/fork-plus-threads.c: New file.
14973 * gdb.threads/fork-plus-threads.exp: New file.
14974
d618e4c5
PP
149752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14976
14977 * gdb.base/batch-preserve-term-settings.exp
14978 (test_terminal_settings_preserved_after_cli_exit): Use
14979 send_quit_command.
14980
1eef6428
PA
149812015-07-29 Pedro Alves <palves@redhat.com>
14982 Don Breazeal <donb@codesourcery.com>
14983
14984 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
14985 output from both inferior_spawn_id and gdb_spawn_id.
14986
7da5b897
SDJ
149872015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14988
14989 * gdb.threads/attach-into-signal.exp (corefunc): Use
14990 with_test_prefix on nested loops, uniquefying the test messages.
14991
dac804df
SDJ
149922015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
14993
14994 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
14995 commit.
14996
06265e53
PP
149972015-07-29 Patrick Palka <patrick@parcs.ath.cx>
14998
14999 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15000 New proc.
15001 (test_terminal_settings_preserved_after_sigterm): New test.
15002
18206ca3
PP
150032015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15004
15005 * gdb.base/batch-preserve-term-settings.exp
15006 (test_terminal_settings_preserved_after_cli_exit): New test.
15007
90074d11
PP
150082015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15009
15010 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15011 manipulation of saved_gdbflags.
15012 (test_terminal_settings_preserved): Remove global declaration of
15013 the unused variable pagination_prompt. Remove manipulation of
15014 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15015 GDBFLAGS.
15016
eb1a7902
PA
150172015-07-29 Pedro Alves <palves@redhat.com>
15018
15019 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15020
8b75dd3b
PA
150212015-07-29 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15024 at the top.
15025
dedad4e3
PA
150262015-07-29 Pedro Alves <palves@redhat.com>
15027
15028 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15029 (main): Call gdb_unbuffer_output.
15030 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15031 (main): Call gdb_unbuffer_output.
15032 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15033 (main): Call gdb_unbuffer_output.
15034 * gdb.base/call-strs.exp: Adjust to step over the
15035 gdb_unbuffer_output call.
15036 * gdb.base/catch-gdb-caused-signals.c: Include
15037 "../lib/unbuffer_output.c".
15038 (main): Call gdb_unbuffer_output.
15039 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15040 (main): Call gdb_unbuffer_output.
15041 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15042 (main): Call gdb_unbuffer_output.
15043 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15044 (main): Call gdb_unbuffer_output.
15045 * gdb.base/shlib-call.exp: Adjust to step over the
15046 gdb_unbuffer_output call.
15047 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15048 (main): Call gdb_unbuffer_output.
15049 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15050 (main): Call gdb_unbuffer_output.
15051 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15052 (main): Rename to ...
15053 (test): ... this.
15054 (main): Reimplement.
15055 * gdb.base/varargs.exp: Run to test instead of to main.
15056 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15057 (main): Call gdb_unbuffer_output.
15058
58789a91
PA
150592015-07-29 Pedro Alves <palves@redhat.com>
15060
15061 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15062 factore out from mi_continue_dprintf. For call-style dprintfs,
15063 expect dprintf output out of $inferior_spawn_id.
15064 (mi_continue_dprintf): Use mi_expect_dprintf.
15065 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15066 (main): Call gdb_unbuffer_output.
15067
e8376742
PA
150682015-07-29 Pedro Alves <palves@redhat.com>
15069
15070 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15071 (default_mi_gdb_start): Set inferior_spawn_id instead of
15072 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15073 gdb_spawn_id.
15074 (mi_gdb_test): Always expect inferior output from both
15075 $inferior_spawn_id and $gdb_spawn_id.
15076
08280010
PA
150772015-07-29 Pedro Alves <palves@redhat.com>
15078
15079 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15080 send_inferior and $inferior_spawn_id.
15081
4d30e432
PA
150822015-07-29 Pedro Alves <palves@redhat.com>
15083
15084 * gdb.gdb/complaints.exp (test_initial_complaints)
15085 (test_serial_complaints, test_short_complaints): Use
15086 gdb_test_stdio.
15087 (test_empty_complaint): Handle $inferior_spawn_id !=
15088 $gdb_spawn_id.
15089
0d30a335
PA
150902015-07-29 Pedro Alves <palves@redhat.com>
15091
15092 * gdb.base/varargs.exp: Use gdb_test_stdio.
15093
39413b29
PA
150942015-07-29 Pedro Alves <palves@redhat.com>
15095
15096 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15097
7cb000a9
PA
150982015-07-29 Pedro Alves <palves@redhat.com>
15099
15100 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15101
d7b8ac82
PA
151022015-07-29 Pedro Alves <palves@redhat.com>
15103
15104 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15105 parameter into two new parameters, "inf_result" and "gdb_result".
15106 Expect inferior output and gdb output from $inferior_spawn_id and
15107 $gdb_spawn_id, respectively. Adjust all callers.
15108
789c3a0c
PA
151092015-07-29 Pedro Alves <palves@redhat.com>
15110
15111 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15112 of gdb_test_sequence.
15113
77e760c3
PA
151142015-07-29 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15117 (saw_spurious_output): Expect inferior output from
15118 $inferior_spawn_id. Use gdb_test_stdio.
15119
8396d2cd
PA
151202015-07-29 Pedro Alves <palves@redhat.com>
15121
15122 * gdb.base/dprintf.exp: Use standard_testfile. Change
15123 prepare_for_testing call.
15124 (srcfile): Don't set.
15125 (restart): New procedure.
15126 (test_dprintf): New procecure, use to continue over dprintfs.
15127 (test_call, test_agent): New procedures, tests moved here.
15128 Restart gdb and recreate dprintfs. Adjust expected output.
15129
2051d61f
PA
151302015-07-29 Pedro Alves <palves@redhat.com>
15131
15132 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15133
452397af
PA
151342015-07-29 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15137
8aed9555
PA
151382015-07-29 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15141 gdb_test_stdio.
15142
188a61b4
PA
151432015-07-29 Pedro Alves <palves@redhat.com>
15144
15145 * lib/gdb.exp (gdb_test_stdio): New procedure.
15146
12264a45
PA
151472015-07-29 Pedro Alves <palves@redhat.com>
15148
15149 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15150
23ffc893
PA
151512015-07-29 Pedro Alves <palves@redhat.com>
15152
15153 * gdb.base/call-signal-resume.exp: Remove check for
15154 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15155 * gdb.base/unwindonsignal.exp: Likewise.
15156 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15157 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15158
65566918
PA
151592015-07-29 Pedro Alves <palves@redhat.com>
15160
15161 * gdb.base/siginfo-addr.c (pass): New function.
15162 (handler): Call it iff si_addr is correct.
15163 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15164 Set a breakpoint at "pass" and continue to it.
15165
d60a9221
SDJ
151662015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15167
15168 * gdb.python/py-objfile.exp: Make some tests have unique names.
15169 * gdb.python/py-pp-registration.exp: Likewise.
15170
bde40b8f
PA
151712015-07-28 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15174
13e1dec8
SM
151752015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15176
15177 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15178
da33c9a7
SM
151792015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15180
15181 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15182
077836f7
PP
151832015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15184
15185 * gdb.base/gdb-sigterm-2.exp: New test.
15186
b8cc7b2e
DE
151872015-07-25 Doug Evans <xdje42@gmail.com>
15188
15189 Revert:
15190 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15191 (workers/%.worker, build-perf): New rule.
15192 (GDB_PERFTEST_MODE): New variable.
15193 (check-perf): Use it.
15194 (clean): Clean up gdb.perf parallel build subdirs.
15195 * lib/build-piece.exp: New file.
15196 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15197 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15198 name.
15199 (standard_temp_file): Ditto.
15200 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15201 of $GDB_PARALLEL.
15202
c8bd4544
DE
152032015-07-24 Doug Evans <dje@google.com>
15204
15205 * gdb.perf/lib/perftest/utils.py: New file.
15206 * gdb.perf/gm-hello.cc: New file.
15207 * gdb.perf/gm-pervasive-typedef.cc: New file.
15208 * gdb.perf/gm-pervasive-typedef.h: New file.
15209 * gdb.perf/gm-std.cc: New file.
15210 * gdb.perf/gm-std.h: New file.
15211 * gdb.perf/gm-use-cerr.cc: New file.
15212 * gdb.perf/gm-utils.h: New file.
15213 * gdb.perf/gmonster-null-lookup.py: New file.
15214 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15215 * gdb.perf/gmonster-print-cerr.py: New file.
15216 * gdb.perf/gmonster-ptype-string.py: New file.
15217 * gdb.perf/gmonster-runto-main.py: New file.
15218 * gdb.perf/gmonster-select-file.py: New file.
15219 * gdb.perf/gmonster1-null-lookup.exp: New file.
15220 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15221 * gdb.perf/gmonster1-print-cerr.exp: New file.
15222 * gdb.perf/gmonster1-ptype-string.exp: New file.
15223 * gdb.perf/gmonster1-runto-main.exp: New file.
15224 * gdb.perf/gmonster1-select-file.exp: New file.
15225 * gdb.perf/gmonster1.cc: New file.
15226 * gdb.perf/gmonster1.exp: New file.
15227 * gdb.perf/gmonster2-null-lookup.exp: New file.
15228 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15229 * gdb.perf/gmonster2-print-cerr.exp: New file.
15230 * gdb.perf/gmonster2-ptype-string.exp: New file.
15231 * gdb.perf/gmonster2-runto-main.exp: New file.
15232 * gdb.perf/gmonster2-select-file.exp: New file.
15233 * gdb.perf/gmonster2.cc: New file.
15234 * gdb.perf/gmonster2.exp: New file.
15235
6eab34f3
DE
152362015-07-24 Doug Evans <dje@google.com>
15237
15238 * gdb.perf/README: New file.
15239 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15240 * lib/gen-perf-test.exp: New file.
15241
63738bfd
DE
152422015-07-24 Doug Evans <dje@google.com>
15243
15244 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15245 (PerfTest::startup): New function.
15246 (PerfTest::run): Return result of calling body.
15247 (PerfTest::assemble): Rewrite.
15248 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15249 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15250 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15251 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15252 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15253
7b606f95
DE
152542015-07-24 Doug Evans <dje@google.com>
15255
15256 * lib/gdb.exp (clean_restart): Make executable optional.
15257
a97b16b8
DE
152582015-07-24 Doug Evans <dje@google.com>
15259
15260 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15261 compiler_info references.
15262 * gdb.cp/temargs.exp: Ditto.
15263 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15264 (get_compiler_info): Early exit if already computed. Set compiler_info
15265 to "unknown" if there was a problem.
15266 (test_compiler_info): Add function comment. Call get_compiler_info.
15267
35baa57f
DE
152682015-07-24 Doug Evans <dje@google.com>
15269
15270 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15271 (workers/%.worker, build-perf): New rule.
15272 (GDB_PERFTEST_MODE): New variable.
15273 (check-perf): Use it.
15274 (clean): Clean up gdb.perf parallel build subdirs.
15275 * lib/build-piece.exp: New file.
15276 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15277 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15278 name.
15279 (standard_temp_file): Ditto.
15280 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15281 of $GDB_PARALLEL.
15282
6ebea266
DE
152832015-07-24 Doug Evans <dje@google.com>
15284
15285 * lib/future.exp (gdb_default_target_compile): New option
15286 "early_flags".
15287 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15288 --as-needed.
15289
1e76a7e9
SDJ
152902015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15291
15292 * gdb.base/catch-syscall.exp: Call gdb_exit before
15293 gdb_skip_xml_test.
15294
5068630a
PA
152952015-07-24 Pedro Alves <palves@redhat.com>
15296
15297 * gdb.python/py-events.exp: Accept output between the stop event
15298 and the prompt.
15299 * gdb.python/py-evsignal.exp: Likewise.
15300 * gdb.python/py-evthreads.exp: Likewise.
15301
77598427
PA
153022015-07-24 Pedro Alves <palves@redhat.com>
15303
15304 PR gdb/18717
15305 * gdb.threads/non-ldr-exit.c: New file.
15306 * gdb.threads/non-ldr-exit.exp: New file.
15307
11e6c98f
YQ
153082015-07-24 Yao Qi <yao.qi@linaro.org>
15309
15310 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15311 restarting process.
15312
51aee833
YQ
153132015-07-24 Yao Qi <yao.qi@linaro.org>
15314
15315 * gdb.server/ext-restart.exp: New file.
15316
8cfe207c
YQ
153172015-07-24 Yao Qi <yao.qi@linaro.org>
15318
15319 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15320 argument options.
15321 * gdb.server/ext-wrapper.exp: New file.
15322
cc12ce38
DE
153232015-07-23 Doug Evans <dje@google.com>
15324
15325 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15326 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15327
d0d84780
PMR
153282015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15329
15330 * gdb.ada/var_arr_typedef.exp: New testcase.
15331 * gdb.ada/var_arr_typedef/pack.adb: New file.
15332 * gdb.ada/var_arr_typedef/pack.ads: New file.
15333 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15334
8b558f79
JB
153352015-07-20 Joel Brobecker <brobecker@adacore.com>
15336
15337 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15338
775a3298
JK
153392015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15340
15341 * gdb.arch/i386-biarch-core.exp: Replace istarget
15342 by "complete set gnutarget". Remove expectation for the "core-file"
15343 command.
15344
db1ff28b
JK
153452015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15346
15347 Revert the previous commit:
15348 Tests for validate symbol file using build-id.
15349
0a94970d
JK
153502015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15351
15352 Tests for validate symbol file using build-id.
15353 * gdb.base/solib-mismatch-lib.c: New file.
15354 * gdb.base/solib-mismatch-libmod.c: New file.
15355 * gdb.base/solib-mismatch.c: New file.
15356 * gdb.base/solib-mismatch.exp: New file.
15357
03346981
SL
153582015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15359
15360 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15361 nios2-*-linux*.
15362 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15363 * gdb.base/siginfo.exp: Likewise.
15364 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15365
42422cc7
PL
153662015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15367
15368 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15369 Move it to ...
15370 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15371 ... here.
15372 * gdb.trace/range-stepping.exp: Check that the target supports
15373 range stepping.
15374
cfa68bae
JK
153752015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15376
15377 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15378
8ffdba26
PA
153792015-07-14 Pedro Alves <palves@redhat.com>
15380
15381 * gdb.base/killed-outside.exp: New file.
15382 * gdb.base/killed-outside.c: New file.
15383
218a5a11
JK
153842015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15385
15386 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15387 (n at main): New.
15388 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15389
e03ed3c6
AA
153902015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15391
15392 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15393 infcall tests instead of setting up for KFAIL.
15394
485668e5
MM
153952015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15396
15397 * gdb.btrace/record_goto-step.exp: New.
15398
08464196
JK
153992015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15400
15401 PR compile/18484
15402 * gdb.compile/compile.c (struct struct_type): Add volatile to
15403 selffield's type.
15404 * gdb.compile/compile.exp
15405 (compile code struct_object.selffield = &struct_object): Skip further
15406 struct_object tests if this one xfails.
15407
bcf5c1d9
RC
154082015-07-08 Robert O'Callahan <robert@ocallahan.org>
15409
15410 PR exp/18617
15411 * gdb.trace/ax.exp: Add test.
15412
4931af25
YQ
154132015-07-07 Yao Qi <yao.qi@linaro.org>
15414
15415 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15416 instead of istarget "aarch64*-*-*".
15417 * gdb.arch/aarch64-fp.exp: Likewise.
15418 * gdb.base/float.exp: Likewise.
15419 * gdb.reverse/aarch64.exp: Likewise.
15420 * lib/gdb.exp (is_aarch64_target): New proc.
15421
9fcf688e
YQ
154222015-07-07 Yao Qi <yao.qi@linaro.org>
15423
15424 * lib/gdb.exp (is_aarch32_target): New proc.
15425 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15426 instead of "istarget "arm*-*-*"".
15427 * gdb.arch/arm-disp-step.exp: Likewise.
15428 * gdb.arch/thumb-bx-pc.exp: Likewise.
15429 * gdb.arch/thumb-prologue.exp: Likewise.
15430 * gdb.arch/thumb-singlestep.exp: Likewise.
15431 * gdb.base/disp-step-syscall.exp: Likewise.
15432 * gdb.base/float.exp: Likewise.
15433
fbd8d50d
YQ
154342015-07-07 Yao Qi <yao.qi@linaro.org>
15435
15436 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15437 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15438
71be1fdc
YQ
154392015-07-07 Yao Qi <yao.qi@linaro.org>
15440
15441 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15442 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15443 if it exists.
15444 * gdb.multi/multi-arch.exp: Likewise.
15445
3e221d36
SM
154462015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15447
15448 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15449 print.
15450
d441430b
YQ
154512015-07-07 Yao Qi <yao.qi@linaro.org>
15452
15453 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15454
06f810bd
MG
154552015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15456
15457 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15458 '[' and ']' characters.
15459
5e61e7c0
IB
154602015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15461
15462 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15463
28bf096c
PA
154642015-06-29 Pedro Alves <palves@redhat.com>
15465
15466 PR threads/18127
15467 * gdb.threads/hand-call-new-thread.c: New file.
15468 * gdb.threads/hand-call-new-thread.c: New file.
15469
ee93cd5e
KS
154702015-06-26 Keith Seitz <keiths@redhat.com>
15471 Doug Evans <dje@google.com>
15472
15473 PR 16253
15474 * gdb.cp/var-tag-2.cc: New file.
15475 * gdb.cp/var-tag-3.cc: New file.
15476 * gdb.cp/var-tag-4.cc: New file.
15477 * gdb.cp/var-tag.cc: New file.
15478 * gdb.cp/var-tag.exp: New file.
15479
fc637f04
PP
154802015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15481
15482 * gdb.base/history-duplicates.exp: New test.
15483
2e52ae68
PP
154842015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15485
15486 * gdb.base/completion.exp: Test the completion of the "focus"
15487 command.
15488
6e22494e
JK
154892015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15490
15491 * gdb.arch/amd64-prologue-skip.S: New file.
15492 * gdb.arch/amd64-prologue-skip.exp: New file.
15493
bf7b9cd9
SM
154942015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15495
15496 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15497 is_address_zero_readable check.
15498
201e8dfd
PB
154992015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15500
15501 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15502 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15503
5cd867b4
YQ
155042015-06-24 Yao Qi <yao.qi@linaro.org>
15505
15506 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15507 linux targets.
15508
4d7be007
YQ
155092015-06-24 Yao Qi <yao.qi@linaro.org>
15510
15511 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15512 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15513 * gdb.base/siginfo-thread.exp: Likewise.
15514
07fcd301
YQ
155152015-06-22 Yao Qi <yao.qi@linaro.org>
15516
15517 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15518
52042a00
YQ
155192015-06-22 Yao Qi <yao.qi@linaro.org>
15520
15521 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15522 aarch64*-*-*.
15523 (skip_hw_watchpoint_tests): Likewise.
15524
74bd41ce
PP
155252015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15526
15527 * gdb.base/gdbinit-history.exp: Test the interaction between
15528 setting GDBHISTSIZE and setting the history size via .gdbinit.
15529
bc460514
PP
155302015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15531
15532 PR gdb/16999
15533 * gdb.base/gdbhistsize-history.exp: New test.
15534
b58c513b
PP
155352015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15536
15537 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15538 with GDBHISTSIZE.
15539 * gdb.base/readline.exp: Likewise.
15540
92046791
YQ
155412015-06-17 Yao Qi <yao.qi@linaro.org>
15542
15543 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15544 line.
15545
2093d2d3
PP
155462015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15547
15548 * gdb.base/gdbinit-history.exp: Add test case to check that
15549 an unlimited history file does not get truncated on exit.
15550
e6c693af
AA
155512015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15552
15553 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15554 (VECTOR): New macro. Use it...
15555 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15556 ...for these typedefs.
15557 (int8, char1, int1, double1): New typedefs.
15558 (struct just_int2, struct two_int2): New structures.
15559 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15560 (add_structvecs, add_singlevecs): New functions.
15561 (main): Call add_some_intvecs twice.
15562 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15563 the compile and exit upon failure. Try compiling for the "native"
15564 architecture. Test inferior function calls with vector arguments
15565 and vector return value handling with "finish" and "return".
15566
c74f7d1c
JT
155672015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15568
15569 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15570 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15571 PE file.
15572 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15573
98aa42ee
AT
155742015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15575
15576 PR breakpoints/16465
15577 * gdb.mi/mi-dprintf-pending.c: New file.
15578 * gdb.mi/mi-dprintf-pending.exp: New test.
15579 * gdb.mi/mi-dprintf-pendshr.c: New file.
15580
7d73c23c 155812015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15582 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15583
15584 * gdb.arch/i386-mpx-map.c: New file.
15585 * gdb.arch/i386-mpx-map.exp: New File.
15586
155872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15588
15589 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15590 * gdb.arch/i386-mpx.exp: Indentation fixed.
15591
155922015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15593
15594 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15595 function and improved indentation.
15596 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15597 gdb_test_multiple. Added additional tests to skip the test.
15598
155992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15600
15601 * gdb.arch/i386-avx512.c: Change path in include file.
15602 * gdb.arch/i386-avx512.exp: Change include dir path
15603 compilation flag.
15604 * gdb.arch/i386-mpx.c: Change path in include file.
15605 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15606 flag.
15607
d5eba19a
JK
156082015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15609
15610 * gdb.compile/compile-print.exp (compile print *vararray@3)
15611 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15612
7f361056
JK
156132015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15614
15615 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15616 (do not keep jit in memory): ... this.
15617 (expect 5): Change it to ...
15618 (expect no 5): ... this.
15619
3b462ec2
SM
156202015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15621
15622 PR gdb/15564
15623 * gdb.mi/mi-detach.exp: New file.
15624
e0619de6
JK
156252015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15626
15627 PR symtab/18392
15628 * gdb.arch/amd64-tailcall-self.S: New file.
15629 * gdb.arch/amd64-tailcall-self.c: New file.
15630 * gdb.arch/amd64-tailcall-self.exp: New file.
15631
e970cb34
DB
156322015-05-28 Don Breazeal <donb@codesourcery.com>
15633
15634 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15635 tests for remote targets by checking is_target_gdbserver.
15636
b2e2f908
DE
156372015-05-27 Doug Evans <dje@google.com>
15638
15639 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15640 * gdb.dwarf2/opaque-type-lookup.c: New file.
15641 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15642
82c7be31
DE
156432015-05-26 Doug Evans <dje@google.com>
15644
15645 * gdb.cp/iostream.cc: New file.
15646 * gdb.cp/iostream.exp: New file.
15647
b4f54984
DE
156482015-05-26 Doug Evans <dje@google.com>
15649
15650 * gdb.dwarf2/dw2-op-call.exp: Update.
15651 * gdb.dwarf2/dw4-sig-types.exp: Update.
15652 * gdb.dwarf2/implptr.exp: Update.
15653 * gdb.mi/mi-cmd-param-changed.exp: Update.
15654
4ea6efe9
DE
156552015-05-26 Doug Evans <dje@google.com>
15656
15657 * gdb.python/py-lazy-string.c: New file.
15658 * gdb.python/py-lazy-string.exp: New file.
15659 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15660 (main): Update. Add estring3.
15661 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15662 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15663
f6bb7db3
YQ
156642015-05-26 Omair Javaid <omair.javaid@linaro.org>
15665 Yao Qi <yao.qi@linaro.org>
15666
15667 * gdb.reverse/aarch64.c: New.
15668 * gdb.reverse/aarch64.exp: New.
15669
a81bfbd0
OJ
156702015-05-26 Omair Javaid <omair.javaid@linaro.org>
15671
25d49b86
PA
15672 * lib/gdb.exp (supports_process_record): Return true for
15673 aarch64*-linux*.
a81bfbd0
OJ
15674 (supports_reverse): Likewise.
15675
158bf1b4
PP
156762015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15677
15678 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15679 Use with_test_prefix.
15680
a0145030
AB
156812015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15682
15683 * gdb.base/completion.exp: Add test for completion of layout
15684 names.
15685
ebe3b578
AB
156862015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15687
15688 * lib/gdb.exp (skip_tui_tests): New proc.
15689 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15690
84204ed7
PA
156912015-05-19 Pedro Alves <palves@redhat.com>
15692
15693 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15694 Save the whole env array instead of just HOME. Unset HISTSIZE in
15695 the environment while testing. Restore whole environment
15696 afterwards.
15697
37442ce1
DE
156982015-05-16 Doug Evans <xdje42@gmail.com>
15699
15700 * gdb.guile/scm-ports.c: New file.
15701 * gdb.guile/scm-ports.exp: Add memory port tests.
15702
36de76f9
JK
157032015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15704
15705 * gdb.compile/compile-print.c: New file.
15706 * gdb.compile/compile-print.exp: New file.
15707
3a9558c4
JK
157082015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15709
15710 * gdb.compile/compile-ops.exp: Cast param to void.
15711 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15712 (compile code struct_object.selffield = &struct_object): Add xfail.
15713
aa715135
JG
157142015-05-15 Joel Brobecker <brobecker@adacore.com>
15715
15716 * gdb.ada/arr_enum_with_gap: New testcase.
15717
931e5bc3
JG
157182015-05-15 Joel Brobecker <brobecker@adacore.com>
15719
15720 * gdb.ada/byte_packed_arr: New testcase.
15721
9cd4d857
JB
157222015-05-15 Joel Brobecker <brobecker@adacore.com>
15723
15724 * gdb.ada/pckd_neg: New testcase.
15725
ebfd00d2
PP
157262015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15727
15728 PR gdb/17820
15729 * gdb.base/gdbinit-history.exp: New test.
15730 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15731 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15732
4c082a81
SC
157332015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15734
15735 * gdb.python/py-xmethods.cc: Enhance test case.
15736 * gdb.python/py-xmethods.exp: New tests.
15737 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15738 function.
15739 (B_indexoper): Likewise.
15740 (global_dm_list) : Add new xmethod worker functions.
15741
f7797074
SDJ
157422015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15743
15744 * gdb.base/coredump-filter.exp: Correctly unset
15745 "coredump_var_addr" array.
15746
a4674e4e
PA
157472015-05-08 Pedro Alves <palves@redhat.com>
15748
15749 * gdb.server/non-existing-program.exp: Unset spawn_id.
15750
df2eb078
SC
157512015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15752
15753 PR python/18291
15754 * gdb.python/py-xmethods.exp: Add tests.
15755
422349a3
YQ
157562015-05-08 Yao Qi <yao.qi@linaro.org>
15757
15758 PR gdb/18208
15759 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15760 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15761 function set_coredump_filter, and remove remote_exec call.
15762 Remove argument ipid. Callers update.
15763 (top level): Don't get inferior's PID.
15764
63fc80ce
AA
157652015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15766
15767 * gdb.base/watch_thread_num.exp: Skip test on targets without
15768 access watchpoints.
15769
80ad801e
PA
157702015-05-06 Pedro Alves <palves@redhat.com>
15771
15772 PR server/18081
15773 * gdb.server/non-existing-program.exp: New file.
15774
0fa7fe50
JB
157752015-05-05 Joel Brobecker <brobecker@adacore.com>
15776
15777 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15778
3ea89b92
PMR
157792015-05-05 Joel Brobecker <brobecker@adacore.com>
15780
15781 * gdb.ada/out_of_line_in_inlined: New testcase.
15782
87b8eff0
JB
157832015-05-05 Joel Brobecker <brobecker@adacore.com>
15784
15785 * gdb.ada/var_rec_arr: New testcase.
15786
5fccc635
YQ
157872015-04-30 Yao Qi <yao.qi@linaro.org>
15788
15789 * gdb.base/break-idempotent.exp: If
15790 skip_hw_watchpoint_multi_tests returns true, skip the tests
15791 on "rwatch" and "awatch".
15792
42d38f42
YQ
157932015-04-30 Yao Qi <yao.qi@linaro.org>
15794
15795 * gdb.base/relativedebug.exp: Invoke gdb command
15796 "info sharedlibrary", and if libc.so doesn't have debug info,
15797 skip the test.
15798
2ce1cdbf
DE
157992015-04-29 Doug Evans <dje@google.com>
15800
15801 * gdb.python/py-xmethods.exp: Add ptype tests.
15802 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15803 get_result_type method.
15804
f24a38c5
LM
158052015-04-29 Luis Machado <lgustavo@codesourcery.com>
15806
15807 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15808 the target does not support hardware watchpoints.
15809
ecbf2b3c
LM
158102015-04-29 Luis Machado <lgustavo@codesourcery.com>
15811
15812 * gdb.base/break-always.exp: Abort testing if writing to memory
15813 causes an error.
15814
34f5f757
DE
158152015-04-28 Doug Evans <dje@google.com>
15816
15817 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15818 * gdb.python/py-pp-registration.exp: ... here. New file.
15819 * gdb.python/py-pp-registration.c: New file.
15820 * gdb.python/py-pp-registration.py: New file.
15821
69b4374a
DE
158222015-04-28 Doug Evans <dje@google.com>
15823
15824 * gdb.python/py-bad-printers.c: New file.
15825 * gdb.python/py-bad-printers.py: New file.
15826 * gdb.python/py-bad-printers.exp: New file.
15827
59fb7612
SS
158282015-04-28 Sasha Smundak <asmundak@google.com>
15829
15830 * gdb.python/py-type.exp: New test.
15831
2631b16a
AW
158322015-04-28 Andy Wingo <wingo@igalia.com>
15833
15834 * gdb.python/py-parameter.exp:
15835 * gdb.guile/scm-parameter.exp: Escape the path that we are
15836 matching against, as it might contain characters that are special
15837 to regular expressions.
15838
460efde1
JB
158392015-04-27 Joel Brobecker <brobecker@adacore.com>
15840
15841 * gdb.ada/rec_comp: New testcase.
15842
2d369d8e
SDJ
158432015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15844
15845 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15846 before using it.
15847
cf75d6c3
AB
158482015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15849
15850 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15851 new tests for verilog output.
15852
8dbe7ca5
YQ
158532015-04-24 Yao Qi <yao.qi@linaro.org>
15854
15855 * boards/remote-gdbserver-on-localhost.exp: New file.
15856
4ef9fb2f
PA
158572015-04-23 Pedro Alves <palves@redhat.com>
15858
15859 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15860 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15861 "end of file", remove $inferior_spawn_id from the indirect list.
15862
0a803169
PA
158632015-04-23 Pedro Alves <palves@redhat.com>
15864
15865 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15866
749ef8f8
PA
158672015-04-23 Pedro Alves <palves@redhat.com>
15868
15869 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15870 on $any_spawn_id instead of only on $gdb_spawn_id.
15871
8aae4344
PM
158722015-04-21 Pierre Muller <muller@sourceware.org>
15873
15874 PR pascal/17815
15875 * lib/pascal.exp (gpc_compile): Add new option "class".
15876 (fpc_compile): Likewise.
15877 * gdb.pascal/case-insensitive-symbols.pas: New file.
15878 * gdb.pascal/case-insensitive-symbols.exp: New file.
15879
1586c8fb
GB
158802015-04-20 Gary Benson <gbenson@redhat.com>
15881
15882 * gdb.base/attach.exp: Fix three extended remote failures.
15883
1b6e6f5c
GB
158842015-04-17 Gary Benson <gbenson@redhat.com>
15885
15886 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15887 the main executable over the remote protocol.
15888
e797481d
PA
158892015-04-16 Pedro Alves <palves@redhat.com>
15890
15891 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
15892 a new gdbserver if gdbserver_reconnect_p is set.
15893
1ca99c42
PA
158942015-04-16 Pedro Alves <palves@redhat.com>
15895
15896 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
15897 is set, don't exit gdbserver.
15898
af9fd6f8
AA
158992015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15900
15901 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
15902 appropriate .insn, such that an older assembler can be used.
15903 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
15904 the z/Architecture instruction set on 31-bit targets as well.
15905
04ff1e61
AA
159062015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
15907
15908 * gdb.go/handcall.exp: Remove all logic related to the first
15909 breakpoint and rely on go_runto_main instead.
15910 * gdb.go/strings.exp: Likewise.
15911 * gdb.go/unsafe.exp: Likewise.
15912 * gdb.go/hello.exp: Likewise. Also rename the remaining
15913 breakpoint marker to "breakpoint 1".
15914 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
15915 * gdb.go/strings.go: Likewise.
15916 * gdb.go/unsafe.go: Likewise.
15917 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
15918 "set breakpoint 2 here" and rename the remaining breakpoint marker
15919 to "breakpoint 1".
15920
40d2f8d6
SM
159212015-04-15 Simon Marchi <simon.marchi@ericsson.com>
15922
15923 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
15924 if itertools.imap is not present.
15925 * gdb.python/py-objfile.exp: Add parentheses.
15926 * gdb.python/py-type.exp: Same.
15927 * gdb.python/py-unwind-maint.py: Same.
15928
8cbc97c6
YQ
159292015-04-15 Yao Qi <yao.qi@linaro.org>
15930
15931 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
15932 of ":$ptr_size" and set its form explicitly.
15933
45fd756c
YQ
159342015-04-15 Pedro Alves <palves@redhat.com>
15935 Yao Qi <yao.qi@linaro.org>
15936
15937 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
15938 timeout by factor of 4.
15939 (test_regular_watch): Likewise.
15940 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
15941 * gdb.reverse/sigall-reverse.exp: Likewise.
15942 * gdb.reverse/until-precsave.exp: Likewise.
15943 * lib/gdb.exp (with_timeout_factor): New proc.
15944 (gdb_expect): Move some code to ...
15945 (get_largest_timeout): ... here. New procedure.
15946
9e811bc3
LM
159472015-04-14 Luis Machado <lgustavo@codesourcery.com>
15948
15949 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
15950
0ff6fcb2
LM
159512015-04-13 Luis Machado <lgustavo@codesourcery.com>
15952
15953 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
15954 to write to the .text section.
15955
7578d5f7
LM
159562015-04-13 Luis Machado <lgustavo@codesourcery.com>
15957
15958 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
15959 Handle the case of targets that do not provide PID information.
15960
2efe15c4
YQ
159612015-04-13 Yao Qi <yao.qi@linaro.org>
15962
15963 * lib/gdbserver-support.exp (gdb_exit): Catch exception
15964 and use expect instead of gdb_expect.
15965
8cd8f2f8
SDJ
159662015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
15967
15968 * gdb.base/coredump-filter.exp: Rename variable "addr" to
15969 "coredump_var_addr" to avoid naming conflict with other testcases.
15970
9ee41772
PA
159712015-04-10 Pedro Alves <palves@redhat.com>
15972
15973 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
15974 gdb_test_sequence and gdb_assert.
15975
07473109
PA
159762015-04-10 Pedro Alves <palves@redhat.com>
15977
15978 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
15979 test messages that don't include the breakpoint address.
15980
de3db44c
YQ
159812015-04-10 Yao Qi <yao.qi@linaro.org>
15982
15983 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
15984 false for some offset and width combinations which aren't
15985 supported by linux kernel.
15986
c79d856c
PA
159872015-04-10 Pedro Alves <palves@redhat.com>
15988
15989 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
15990 procedure, factored out from ...
15991 (top level): ... here. Add "set displaced-stepping" testing axis.
15992 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
15993 parameter "displaced". Use it.
15994 (top level): Use foreach and add "set displaced-stepping" testing
15995 axis.
15996
ebc90b50
PA
159972015-04-10 Pedro Alves <palves@redhat.com>
15998
15999 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16000 Remove comment.
16001 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16002 both the address of the instruction that triggers the watchpoint
16003 and the address of the instruction immediately after, and use
16004 those addresses for the test. Fix comment.
16005
8f572e5c
PA
160062015-04-10 Pedro Alves <palves@redhat.com>
16007
16008 * gdb.base/sigstep.exp (breakpoint_to_handler)
16009 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16010 Test "backtrace" in handler.
16011 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16012 (top level): Add new "displaced" test axis to
16013 breakpoint_to_handler, breakpoint_to_handler_entry and
16014 breakpoint_over_handler.
16015
8d707a12
PA
160162015-04-10 Pedro Alves <palves@redhat.com>
16017
16018 PR gdb/18216
16019 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16020
ef713951
YQ
160212015-04-10 Yao Qi <yao.qi@linaro.org>
16022
16023 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16024 (test_add_rn_pc): New function.
16025 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16026 (top level): Invoke test_add_rn_pc.
16027
906d60cf
PA
160282015-04-10 Pedro Alves <palves@redhat.com>
16029
16030 PR gdb/13858
16031 * gdb.base/step-over-no-symbols.exp: New file.
16032
f2983cc3
AW
160332015-04-09 Andy Wingo <wingo@igalia.com>
16034
16035 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16036 after the Python tests.
16037
6d62641c
SDJ
160382015-04-08 Keith Seitz <keiths@redhat.com>
16039
16040 PR python/16699
16041 * gdb.python/py-completion.exp: New tests for completion.
16042 * gdb.python/py-completion.py (CompleteLimit1): New class.
16043 (CompleteLimit2): Likewise.
16044 (CompleteLimit3): Likewise.
16045 (CompleteLimit4): Likewise.
16046 (CompleteLimit5): Likewise.
16047 (CompleteLimit6): Likewise.
16048 (CompleteLimit7): Likewise.
16049
f3770638
PA
160502015-04-08 Pedro Alves <palves@redhat.com>
16051
16052 PR gdb/18214
16053 PR gdb/18216
16054 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16055 function.
16056 (main): Install it as SIGUSR1 handler.
16057 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16058 parameter. Always use "setup" as prefix. Toggle "set
16059 displaced-stepping" off/on depending on global. Don't switch to
16060 thread 1 here.
16061 (top level): Add displaced stepping "off/on" test axis. Update
16062 "setup" calls. Wrap each subtest with with_test_prefix. Test
16063 continuing with a queued signal in each thread.
16064
4496bed7
PA
160652015-04-08 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16068 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16069 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16070 Return early if running to main fails.
16071 * gdb.trace/while-stepping.exp: Likewise.
16072
b97fde92
PA
160732015-04-07 Pedro Alves <palves@redhat.com>
16074
16075 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16076 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16077 interact with inferior program.
16078
f71c18e7
PA
160792015-04-07 Pedro Alves <palves@redhat.com>
16080
16081 * lib/gdb.exp (inferior_spawn_id): New global.
16082 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16083 spawn id after processing the user code.
16084 (default_gdb_start): Set inferior_spawn_id.
16085 (send_inferior): New procedure.
16086 * lib/gdbserver-support.exp (gdbserver_start): Set
16087 inferior_spawn_id.
16088 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16089
6423214f
PA
160902015-04-07 Pedro Alves <palves@redhat.com>
16091
16092 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16093 * lib/gdbserver-support.exp (gdbserver_start): Make
16094 $server_spawn_id global.
16095 (gdbserver_start): Don't wait for gdbserver's spawn id with
16096 expect_background.
16097 (close_gdbserver): New procedure.
16098 (gdb_exit): Rename the default version and reimplement.
16099
71c0ee8c
PA
161002015-04-07 Pedro Alves <palves@redhat.com>
16101
72f4393d 16102 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16103 append the substituted item, not the original item.
16104
203bc29b
PA
161052015-04-07 Pedro Alves <palves@redhat.com>
16106
16107 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16108 gdb_expect.
16109
508a3ddf
PA
161102015-04-07 Pedro Alves <palves@redhat.com>
16111
16112 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16113 output appearing once only.
16114
9f6dbe2b
PA
161152015-04-07 Pedro Alves <palves@redhat.com>
16116
16117 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16118 that doesn't expect anything. Return early if running to main
16119 fails.
16120
337532fa
YQ
161212015-04-07 Yao Qi <yao.qi@linaro.org>
16122
16123 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16124 (child_function): Call alarm.
16125 (main): Move call to alarm into the loop.
16126 * gdb.threads/non-stop-fair-events.exp: Build program with
16127 -DTIMEOUT=$timeout.
16128
01b622d4
DE
161292015-04-06 Doug Evans <xdje42@gmail.com>
16130
16131 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16132 Fix dest parameter to board_info.
16133 (fpc_compile): Ditto.
16134 (gdb_compile_pascal): Rename dest arg to destfile.
16135
961f4160
PMR
161362015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16137
16138 * gdb.ada/funcall_ref.exp: New file.
16139 * gdb.ada/funcall_ref/foo.adb: New file.
16140
cafda597
YQ
161412015-04-02 Yao Qi <yao.qi@linaro.org>
16142
16143 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16144 is remote.
16145
fed040c6
GB
161462015-04-02 Gary Benson <gbenson@redhat.com>
16147
16148 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16149
d11916aa
SS
161502015-04-01 Sasha Smundak <asmundak@google.com>
16151
16152 * gdb.python/py-unwind-maint.c: New file.
16153 * gdb.python/py-unwind-maint.exp: New test.
16154 * gdb.python/py-unwind-maint.py: New file.
16155 * gdb.python/py-unwind.c: New file.
16156 * gdb.python/py-unwind.exp: New test.
16157 * gdb.python/py-unwind.py: New test.
16158
a1471180
PA
161592015-04-01 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16162 to fail instead of non-existent $test.
16163
0bbeccb1
PA
161642015-04-01 Pedro Alves <palves@redhat.com>
16165
16166 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16167 GDBFLAGS if not empty.
16168
3c724c8c
PMR
161692015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16170
16171 * gdb.ada/complete.exp: Remove "multi_line".
16172 * gdb.ada/info_exc.exp: Remove "multi_line".
16173 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16174 * gdb.ada/ptype_field.exp: Remove "multi_line".
16175 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16176 * gdb.ada/tagged.exp: Remove "multi_line".
16177 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16178 [multi_line ...]
16179 * gdb.btrace/delta.exp: Likewise.
16180 * gdb.btrace/exception.exp: Likewise.
16181 * gdb.btrace/function_call_history.exp: Likewise.
16182 * gdb.btrace/instruction_history.exp: Likewise.
16183 * gdb.btrace/nohist.exp: Likewise.
16184 * gdb.btrace/record_goto.exp: Likewise.
16185 * gdb.btrace/segv.exp: Likewise.
16186 * gdb.btrace/stepi.exp: Likewise.
16187 * gdb.btrace/tailcall.exp: Likewise.
16188 * gdb.btrace/unknown_functions.exp: Likewise.
16189 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16190 * lib/gdb.exp: Add the "multi_line" helper.
16191
4eec2deb
PA
161922015-04-01 Pedro Alves <palves@redhat.com>
16193
16194 * gdb.threads/tid-reuse.c: New file.
16195 * gdb.threads/tid-reuse.exp: New file.
16196
df8411da
SDJ
161972015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16198
16199 PR corefiles/16092
16200 * gdb.base/coredump-filter.c: New file.
16201 * gdb.base/coredump-filter.exp: Likewise.
16202
6ef37366
PM
162032015-03-27 Petr Machata <pmachata@redhat.com>
16204
16205 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16206 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16207 (Dwarf::assemble): Initialize them.
16208 (Dwarf::lines): New function.
16209
7ec911b0
JT
162102015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16211
16212 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16213 SYMBOL_PREFIX for x86_64-*-cygwin.
16214
ff908ebf
AW
162152015-03-26 Andy Wingo <wingo@igalia.com>
16216
16217 PR symtab/18148
16218 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16219 const_value but not a location.
16220 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16221 location defined in non-main CUs are visible.
16222
6d5f0679
YQ
162232015-03-26 Yao Qi <yao.qi@linaro.org>
16224
16225 PR testsuite/18139
16226 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16227 Add a line number entry for the same line.
16228 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16229 Add a line number entry for the same line.
16230
2898689b
YQ
162312015-03-26 Yao Qi <yao.qi@linaro.org>
16232
16233 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16234 .int 0.
16235 (func): Likewise. Add .Lfunc_1 label.
16236 Use .Lfunc_1 label.
16237 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16238 .int 0.
16239 (func): Likewise.
16240 Use .Lfunc_1 label.
16241
85180498
YQ
162422015-03-26 Yao Qi <yao.qi@linaro.org>
16243
16244 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16245 Call gdb_compile instead to compile each .s files without debug
16246 information.
16247
8aa08a8d
YQ
162482015-03-26 Yao Qi <yao.qi@linaro.org>
16249
16250 * gdb.base/savedregs.exp (process_saved_regs): Make
16251 "Saved registers:" optional in the pattern.
16252
66849923
MM
162532015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16254
16255 * gdb.btrace/next.exp: Merged into step.exp.
16256 * gdb.btrace/finish.exp: Merged into step.exp.
16257 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16258 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16259 "record goto" and checking the exact replay position.
16260 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16261 check for "Recording format" in "info record" output.
16262 * gdb.btrace/record_goto.exp: Choose test file based on target.
16263 * gdb.btrace/x86-record_goto.S: Renamed into ...
16264 * gdb.btrace/x86_64-record_goto.S: ... this.
16265 * gdb.btrace/i686-record_goto.S: New.
16266 * gdb.btrace/x86-tailcall.S: Renamed into ...
16267 * gdb.btrace/x86_64-tailcall.S: ... this.
16268 * gdb.btrace/i686-tailcall.S: New.
16269 * gdb.btrace/x86-tailcall.c: Renamed into ...
16270 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16271 separate statements. Update test.
16272 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16273 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16274 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16275 * gdb.btrace/tailcall.exp: Choose test file based on target.
16276 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16277
11cc1b74
MM
162782015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16279
16280 * gdb.btrace/exception.exp: Increase BTS buffer size.
16281
a25d8bf9
PA
162822015-03-24 Pedro Alves <palves@redhat.com>
16283
16284 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16285
856e7dd6
PA
162862015-03-24 Pedro Alves <palves@redhat.com>
16287
16288 * gdb.threads/schedlock.exp (test_step): No longer expect that
16289 "set scheduler-locking step" with "next" over a function call runs
16290 threads unlocked.
16291
ad235a41
AT
162922015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16293
16294 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16295
15630549
AT
162962015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16297
16298 PR breakpoints/16466
16299 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16300 * gdb.mi/mi-pending.c (thread_func): New function.
16301 (int main): Add threading support required.
16302 * gdb.mi/mi-pending.exp: Add tests for this issue.
16303 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16304 (pendfunc2): Remove stdio dependency.
16305 * gdb.mi/mi-pendshr2.c: New file.
16306
693dca06
KS
163072015-03-23 Keith Seitz <keiths@redhat.com>
16308
16309 * gdb.linespec/keywords.c: New file.
16310 * gdb.linespec/keywords.exp: New file.
16311
7e993ebf
KS
163122015-03-23 Keith Seitz <keiths@redhat.com>
16313
16314 PR gdb/18021
16315 * gdb.dwarf2/staticvirtual.exp: New test.
16316
bc23328c
JK
163172015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16318
16319 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16320 * README: Remove HP-UX and gdb.hp.
16321 (configuration):
16322 * configure: Regenerate.
16323 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16324 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16325 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16326 gdb.hp/gdb.defects/Makefile.
16327 * gdb.hp/Makefile.in: File deleted.
16328 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16329 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16330 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16331 * gdb.hp/gdb.aCC/run.c: File deleted.
16332 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16333 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16334 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16335 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16336 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16337 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16338 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16339 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16340 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16341 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16342 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16343 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16344 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16345 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16346 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16347 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16348 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16349 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16350 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16351 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16352 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16353 * gdb.hp/gdb.compat/average.c: File deleted.
16354 * gdb.hp/gdb.compat/sum.c: File deleted.
16355 * gdb.hp/gdb.compat/xdb.c: File deleted.
16356 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16357 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16358 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16359 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16360 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16361 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16362 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16363 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16364 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16365 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16366 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16367 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16368 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16369 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16370 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16371 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16372 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16373 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16374 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16375 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16376 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16377 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16378 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16379 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16380 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16381 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16382 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16383 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16384 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16385 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16386 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16387 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16388 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16389 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16390 * gdb.hp/tools/odump: File deleted.
16391
8bf3b159
PA
163922015-03-19 Pedro Alves <palves@redhat.com>
16393
16394 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16395 (saw_thread_3): New globals.
16396 (top level): Increment them when an event for the corresponding
16397 thread is seen.
16398 (no thread starvation): New test.
16399
eb54c8bf
PA
164002015-03-19 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.threads/continue-pending-status.c: New file.
16403 * gdb.threads/continue-pending-status.exp: New file.
16404
32d2e5d6
PA
164052015-03-18 Pedro Alves <palves@redhat.com>
16406
16407 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16408 Use gdb_is_target_remote instead of is_remote. Use
16409 gdb_test_multiple instead of gdb_expect. Exit early if
16410 gdb_test_multiple hits its internal matches. Tighten stepi tests
16411 expected output. Fail on exit with any signal, instead of just
16412 SIGILL.
16413
f68f11b7
YQ
164142015-03-18 Yao Qi <yao.qi@linaro.org>
16415
16416 PR tdep/18107
16417 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16418 variable.
16419 * gdb.base/catch-syscall.exp: Don't skip it on
16420 aarch64*-*-linux* target. Remove elements in all_syscalls.
16421 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16422 target.
16423 (setup_all_syscalls): New proc.
16424
ca5fd19b
YQ
164252015-03-16 Yao Qi <yao.qi@linaro.org>
16426
16427 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16428 (top level): Skip tests if valid_addr_p returns false for
16429 $cmd1 or $cmd2.
16430
85642ba0
AW
164312015-03-11 Andy Wingo <wingo@igalia.com>
16432
16433 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16434
e03f9645
YQ
164352015-03-11 Yao Qi <yao.qi@linaro.org>
16436
16437 * gdb.base/catch-syscall.exp: Fix typo in comments.
16438
5d0962b2
YQ
164392015-03-11 Yao Qi <yao.qi@linaro.org>
16440
16441 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16442
b2df3cef
PA
164432015-03-09 Pedro Alves <palves@redhat.com>
16444
16445 * dg-extract-results.py: Delete.
16446
ef878e53
PA
164472015-03-09 Pedro Alves <palves@redhat.com>
16448
16449 Merge dg-extract-results.sh from GCC upstream (r218843).
16450
16451 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16452 * dg-extract-results.sh: Use --text with grep to avoid issues with
16453 binary files. Fall back to cat -v, if that doesn't work.
16454
9494d219
PA
164552015-03-05 Pedro Alves <palves@redhat.com>
16456
16457 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16458
a8d9763a
SM
164592015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16460
16461 * lib/mi-support.exp (mi_expect_interrupt): Accept
16462 alternative event for when in all-stop mode.
16463
be9957b8
PA
164642015-03-04 Pedro Alves <palves@redhat.com>
16465
16466 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16467
d57be0f4 164682015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16469
16470 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16471
c214c7cf
AA
164722015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16473
16474 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16475 regexps for GDB's current line display, accept a hex address
16476 preceding the line number.
16477
6d74a497
AA
164782015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16479
16480 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16481 the 'arch1' variable for "s390*-linux*" targets.
16482
511aee7c
PA
164832015-03-04 Pedro Alves <palves@redhat.com>
16484
16485 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16486 (main): Pass missing retval argument to pthread_join call.
16487
95e50b27
PA
164882015-03-02 Pedro Alves <palves@redhat.com>
16489
16490 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16491 (top level): Call do_test with non-stop as well.
16492
28054d69
PA
164932015-03-02 Pedro Alves <palves@redhat.com>
16494
16495 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16496 -1.
16497
4fa5d7b4
AA
164982015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16499
16500 * gdb.arch/s390-vregs.exp: New test.
16501 * gdb.arch/s390-vregs.S: New file.
16502
97c18565
PA
165032015-02-27 Pedro Alves <palves@redhat.com>
16504
16505 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16506 call to catch_command_errors.
16507 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16508 catch_command_errors.
16509
a37bfa30
PA
165102015-02-27 Pedro Alves <palves@redhat.com>
16511
16512 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16513 "true" for boolean result.
16514 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16515 prototype of main.
16516
6f98576f
PA
165172015-02-27 Pedro Alves <palves@redhat.com>
16518
16519 * lib/unbuffer_output.c: New file.
16520 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16521 (main): Call gdb_unbuffer_output.
16522
eba5ab56
YQ
165232015-02-27 Yao Qi <yao.qi@linaro.org>
16524
16525 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16526 target.
16527
0def5aaa
DE
165282015-02-26 Doug Evans <dje@google.com>
16529
16530 * gdb.cp/class2.cc (Dbase, D): New classes.
16531 (main): New local delta.
16532 * gdb.cp/class2.exp: Test printing delta.
16533 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16534 (dynbar): New global.
16535 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16536
081a1c2c
JK
165372015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16538
16539 * gdb.compile/compile-ifunc.c: New file.
16540 * gdb.compile/compile-ifunc.exp: New file.
16541
2f41223f
AT
165422015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16543
16544 * gdb.base/structs.exp: Check for correct struct on finish.
16545
03eddd80
YQ
165462015-02-26 Yao Qi <yao.qi@linaro.org>
16547
16548 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16549 is zero.
16550
80c57053
JK
165512015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16552
16553 * gdb.arch/cordic.ko.bz2: New file.
16554 * gdb.arch/cordic.ko.debug.bz2: New file.
16555 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16556
21613c12
YQ
165572015-02-25 Yao Qi <yao.qi@linaro.org>
16558
16559 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16560 aarch64*-*-* target.
16561
d8b901ed
PA
165622015-02-23 Pedro Alves <palves@redhat.com>
16563
16564 * lib/gdb.exp (delete_breakpoints): Rewrite using
16565 gdb_test_multiple.
16566
e5b85ead
PA
165672015-02-23 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.base/info-os.c: Include stdlib.h.
16570
85c3a371
DE
165712015-02-22 Doug Evans <xdje42@gmail.com>
16572
16573 PR symtab/17855
16574 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16575 is read after symbols have been re-read.
16576 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16577 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16578
96553a0c
DE
165792015-02-21 Doug Evans <dje@google.com>
16580
16581 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16582
97a0c697
JK
165832015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16584
16585 PR corefiles/17808
16586 * gdb.arch/i386-biarch-core.core.bz2: New file.
16587 * gdb.arch/i386-biarch-core.exp: New file.
16588
a47cd6e9
PA
165892015-02-21 Pedro Alves <palves@redhat.com>
16590
16591 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16592 runto_main fails.
16593
c5facdc4
PA
165942015-02-20 Pedro Alves <palves@redhat.com>
16595
16596 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16597 info probes.
16598
2db9a427
PA
165992015-02-20 Pedro Alves <palves@redhat.com>
16600
16601 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16602
60fb7e9e
PA
166032015-02-20 Pedro Alves <palves@redhat.com>
16604
16605 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16606 clean_restart before gdb_target_supports_trace.
16607
5c5019c2
PA
166082015-02-20 Pedro Alves <palves@redhat.com>
16609
16610 PR threads/18006
16611 * gdb.threads/clone-thread_db.c: New file.
16612 * gdb.threads/clone-thread_db.exp: New file.
16613
c9587f88
AT
166142015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16615
16616 PR breakpoints/16812
16617 * gdb.base/catch-gdb-caused-signals.c: New file.
16618 * gdb.base/catch-gdb-caused-signals.exp: New file.
16619
f6a88844
JM
166202015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16621
16622 * configure: Regenerated.
16623 * configure.ac: Use GDB_AC_TRANSFORM.
16624 * aclocal.m4: sinclude ../transform.m4.
16625
497c491b
JM
166262015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16627
16628 * lib/dtrace.exp: New file.
16629 * gdb.base/dtrace-probe.exp: Likewise.
16630 * gdb.base/dtrace-probe.d: Likewise.
16631 * gdb.base/dtrace-probe.c: Likewise.
16632 * lib/pdtrace.in: Likewise.
16633 * configure.ac: Output variables with the transformed names of
16634 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16635 * configure: Regenerated.
16636
03e98035
JM
166372015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16638
16639 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16640 expected message when trying to access $_probe_* convenience
16641 variables while not on a probe.
16642
63cc30e9
JK
166432015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16644
16645 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16646
0703599a
PA
166472015-02-11 Pedro Alves <pedro@codesourcery.com>
16648
16649 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16650 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16651
7e60a48e
DE
166522015-02-10 Doug Evans <xdje42@gmail.com>
16653
16654 * lib/gdb.exp (gdb_load): Always return a result.
16655
01b088bc
PA
166562015-02-10 Pedro Alves <palves@redhat.com>
16657
16658 * gdb.threads/signal-sigtrap.c: New file.
16659 * gdb.threads/signal-sigtrap.exp: New file.
16660
b05ec7a5
AT
166612015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16662
16663 * gdb.trace/no-attach-trace.c: New file.
16664 * gdb.trace/no-attach-trace.exp: New file.
16665
a2c2acaf
MW
166662015-02-09 Mark Wielaard <mjw@redhat.com>
16667
16668 * gdb.dwarf2/atomic.c: New file.
16669 * gdb.dwarf2/atomic-type.exp: Likewise.
16670
31fd9caa
MM
166712015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16672
16673 * gdb.btrace/buffer-size.exp: Update "info record" output.
16674 * gdb.btrace/delta.exp: Update "info record" output.
16675 * gdb.btrace/enable.exp: Update "info record" output.
16676 * gdb.btrace/finish.exp: Update "info record" output.
16677 * gdb.btrace/instruction_history.exp: Update "info record" output.
16678 * gdb.btrace/next.exp: Update "info record" output.
16679 * gdb.btrace/nexti.exp: Update "info record" output.
16680 * gdb.btrace/step.exp: Update "info record" output.
16681 * gdb.btrace/stepi.exp: Update "info record" output.
16682 * gdb.btrace/nohist.exp: Update "info record" output.
16683
d33501a5
MM
166842015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16685
16686 * gdb.btrace/buffer-size: New.
16687
f4abbc16
MM
166882015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16689
16690 * gdb.btrace/delta.exp: Update "info record" output.
16691 * gdb.btrace/enable.exp: Update "info record" output.
16692 * gdb.btrace/finish.exp: Update "info record" output.
16693 * gdb.btrace/instruction_history.exp: Update "info record" output.
16694 * gdb.btrace/next.exp: Update "info record" output.
16695 * gdb.btrace/nexti.exp: Update "info record" output.
16696 * gdb.btrace/step.exp: Update "info record" output.
16697 * gdb.btrace/stepi.exp: Update "info record" output.
16698 * gdb.btrace/nohist.exp: Update "info record" output.
16699
b9d61307
SM
167002015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16701
16702 PR gdb/15678
16703 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16704
e584fdbc
PA
167052015-02-06 Pedro Alves <palves@redhat.com>
16706
16707 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16708 macro.
16709 (seconds_left, again): New globals.
16710 (main): Wait seconds_left in a 1-second sleep loop instead of
16711 sleeping 180 seconds. If 'again' is set, reset the seconds
16712 counter.
16713 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16714 'again' in the inferior before detaching. Print the seconds left.
16715 (options): New global.
16716 (top level): Build program with -DTIMEOUT=$timeout.
16717
77f41761
PA
167182015-02-06 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16721 determine how many seconds to pass to 'alarm'.
16722 * gdb.base/gdb-sigterm.exp (top level): Build program with
16723 -DTIMEOUT=$timeout.
16724 (do_test): Return success/failure indication. Add more verbose
16725 logging. Don't fail if 200 single steps are seen. Instead, fail
16726 when the test times out.
16727 (passes): New global.
16728 (top level): Break the testing loop if testing fails on any
16729 iteration. Use gdb_assert.
16730
b9394193
DB
167312015-02-04 Don Breazeal <donb@codesourcery.com>
16732
16733 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16734 and initialize them.
16735 (ipc_cleanup): New function.
16736 (main): Don't declare shmid, semid, and msqid. Add a call to
16737 atexit so that we call ipc_cleanup on exit.
16738
42d9e528
PA
167392015-02-04 Pedro Alves <palves@redhat.com>
16740
16741 * boards/native-extended-gdbserver.exp: Remove any target variant
16742 specifications from the board name before clearing the isremote
16743 flag from board_info.
16744
ae6ae975
DE
167452015-01-31 Doug Evans <xdje42@gmail.com>
16746
16747 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16748
cfb069a8
GB
167492015-01-31 Gary Benson <gbenson@redhat.com>
16750
16751 * gdb.base/completion.exp: Disable completion limiting for
16752 existing tests. Add new tests to check completion limiting.
16753 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16754
5dd31d79
DE
167552015-01-31 Doug Evans <xdje42@gmail.com>
16756
16757 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16758
9f050062
DE
167592015-01-31 Doug Evans <xdje42@gmail.com>
16760
16761 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16762 entries. Duplicate file section script entries.
16763 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16764 inlined entries. Add test for safe-path rejection.
16765 * gdb.python/py-section-script.c: Add duplicate inlined section script
16766 entries. Duplicate file section script entries.
16767 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16768 inlined entries. Add test for safe-path rejection.
16769
df25ebbd
JB
167702015-01-29 Joel Brobecker <brobecker@adacore.com>
16771
16772 * gdb.ada/disc_arr_bound: New testcase.
16773
4a0ca9ec
JB
167742015-01-29 Joel Brobecker <brobecker@adacore.com>
16775
16776 * gdb.ada/mi_var_array: New testcase.
16777
3a8b707a
DE
167782015-01-27 Doug Evans <dje@google.com>
16779
16780 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16781 Add test for objfile.filename, objfile.username after objfile
16782 has been unloaded.
16783
f8313f6e
JB
167842015-01-26 Joel Brobecker <brobecker@adacore.com>
16785
16786 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16787 the second test to print the name attribute of value
16788 returned by the call to gdb.lookup_type, and adjust
16789 the expected output accordingly.
16790
37bc665e
MW
167912015-01-25 Mark Wielaard <mjw@redhat.com>
16792
16793 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16794 * gdb.base/disp-step-fork.c: Include unistd.h.
16795 * gdb.base/siginfo-obj.c: Include stdio.h.
16796 * gdb.base/siginfo-thread.c: Likewise.
16797 * gdb.mi/non-stop.c: Include unistd.h.
16798 * gdb.mi/nsthrexec.c: Include stdio.h.
16799 * gdb.mi/pthreads.c: Include unistd.h.
16800 * gdb.modula2/unbounded1.c (main): Declare returns int.
16801 * gdb.reverse/consecutive-reverse.c: Likewise.
16802 * gdb.threads/create-fail.c: Include unistd.h.
16803 * gdb.threads/killed.c: Likewise.
16804 * gdb.threads/linux-dp.c: Likewise.
16805 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16806 * gdb.threads/non-ldr-exc-2.c: Likewise.
16807 * gdb.threads/non-ldr-exc-3.c: Likewise.
16808 * gdb.threads/non-ldr-exc-4.c: Likewise.
16809 * gdb.threads/pthreads.c: Include unistd.h.
16810 (main): Declare returns int.
16811 * gdb.threads/tls-main.c (foo): New declaration.
16812 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16813
f7e5394d
SM
168142015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16815
16816 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16817 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16818
743649fd
MW
168192015-01-15 Mark Wielaard <mjw@redhat.com>
16820
16821 * gdb.base/noreturn-return.c: New file.
16822 * gdb.base/noreturn-return.exp: New file.
16823 * gdb.base/noreturn-finish.c: New file.
16824 * gdb.base/noreturn-finish.exp: New file.
16825
198297aa
PA
168262015-01-23 Pedro Alves <palves@redhat.com>
16827
16828 * gdb.threads/continue-pending-after-query.c: New file.
16829 * gdb.threads/continue-pending-after-query.exp: New file.
16830
717cf30c
AG
168312015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16832 Simon Marchi <simon.marchi@ericsson.com>
16833
16834 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16835 * gdb.base/valgrind-db-attach.exp: Same.
16836 * gdb.base/valgrind-infcall.exp: Same.
16837 * lib/mi-support.exp (default_mi_gdb_start): Same.
16838 * lib/prompt.exp (default_prompt_gdb_start): Same.
16839 * lib/gdb.exp (default_gdb_spawn): Same.
16840 (gdb_interact): New.
16841
16842
4b62a76e
JK
168432015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16844
16845 * gdb.compile/compile.exp (pointer to jit function): New test.
16846
b4cdae6f
WW
168472015-01-17 Wei-cheng Wang <cole945@gmail.com>
16848
16849 * lib/gdb.exp (supports_process_record): Return true for
16850 powerpc*-*-linux*.
16851 (supports_reverse): Likewise.
16852
d221e7ef
DB
168532015-01-15 Don Breazeal <donb@codesourcery.com>
16854
16855 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16856 instead of checking whether the target board is remote and
16857 use spawn_wait_for_attach instead of exec/sleep.
16858 * gdb.base/attach-twice.exp: Likewise.
16859
bafffb51
JB
168602015-01-15 Joel Brobecker <brobecker@adacore.com>
16861
16862 * gdb.ada/var_arr_attrs: New testcase.
16863
5589af0e
PA
168642015-01-14 Pedro Alves <palves@redhat.com>
16865 Joel Brobecker <brobecker@adacore.com>
16866
16867 PR gdb/17525
16868 * gdb.base/bp-cmds-execution-x-script.c: New file.
16869 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16870 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16871
6c400b59
PA
168722015-01-14 Pedro Alves <palves@redhat.com>
16873
16874 PR cli/17828
16875 * gdb.base/batch-preserve-term-settings.c: New file.
16876 * gdb.base/batch-preserve-term-settings.exp: New file.
16877
e02c96a7
DE
168782015-01-13 Doug Evans <dje@google.com>
16879
16880 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16881 binary.
16882
576fd14c
JB
168832015-01-13 Joel Brobecker <brobecker@adacore.com>
16884
16885 * Makefile.in (clean mostlyclean): Do not delete *.py.
16886
04dccad0
JB
168872015-01-13 Joel Brobecker <brobecker@adacore.com>
16888
16889 * gdb.python/py-lookup-type.exp: New file.
16890
3d230f71
PA
168912015-01-12 Pedro Alves <palves@redhat.com>
16892
16893 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
16894 restore GDBFLAGS before returning.
16895
7e67715d
JK
168962015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16897
16898 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
16899 is_amd64_regs_target and is_x86_like_target.
16900
f2e0d4b4
DE
169012015-01-11 Doug Evans <xdje42@gmail.com>
16902
16903 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
16904 is given without an explicit form.
16905 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
16906 attributes.
16907 * gdb.dwarf/corrupt.exp: Ditto.
16908 * gdb.dwarf2/enum-type.exp: Ditto.
16909 * gdb.trace/entry-values.exp: Ditto.
16910 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
16911
439250fb
DE
169122015-01-11 Doug Evans <xdje42@gmail.com>
16913
16914 PR gdb/15830
16915 * gdb.base/maint.exp: Remove references to "maint demangle".
16916 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
16917 Add tests for explicitly specifying language to demangle.
16918 * gdb.dlang/demangle.exp: Ditto.
16919
ede9f622
PA
169202015-01-09 Pedro Alves <palves@redhat.com>
16921
16922 * gdb.threads/non-stop-fair-events.c: New file.
16923 * gdb.threads/non-stop-fair-events.exp: New file.
16924
a7b796db
PA
169252015-01-09 Pedro Alves <palves@redhat.com>
16926
16927 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
16928 the global scope. Set a breakpoint after all threads are started
16929 rather than stepping over two source lines. Expect the prompt.
16930 * gdb.base/watch_thread_num.c (threads_started_barrier): New
16931 global.
16932 (NUM): Now 15.
16933 (main): Use threads_started_barrier to wait for all threads to
16934 start. Main thread no longer calls thread_function. Exit after
16935 180 seconds.
16936 (loop): New function.
16937 (thread_function): Wait on threads_started_barrier barrier. Call
16938 'loop' at each iteration.
16939 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
16940 threads have started, instead of hardcoding number of "next"
16941 steps. Use an access watchpoint instead of a write watchpoint.
16942
9665ffdd
PA
169432015-01-09 Pedro Alves <palves@redhat.com>
16944
16945 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
16946 (thread_func): Wait on barrier.
16947 (main): Wait for all threads to start before stopping GDB.
16948 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
16949 global.
16950 (thread1_func, thread2_func): Wait on barrier.
16951 (main): Wait for all threads to start before stopping GDB.
16952 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
16953 New global.
16954 (thread1_func, thread2_func): Wait on barrier.
16955 (main): Wait for all threads to start before stopping GDB.
16956
c945a99f
PA
169572015-01-09 Pedro Alves <palves@redhat.com>
16958
16959 * gdb.threads/attach-many-short-lived-threads.c: New file.
16960 * gdb.threads/attach-many-short-lived-threads.exp: New file.
16961
c1a747c1
PA
169622014-01-09 Pedro Alves <palves@redhat.com>
16963
16964 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
16965 instead of to thread 2.
16966 * gdb.threads/signal-command-multiple-signals-pending.c (main):
16967 Add barrier around each pthread_create call instead of around all
16968 calls.
16969 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
16970 Set a break on thread_function and have the child threads hit it
16971 one at at a time.
16972
60b3033e
PA
169732015-01-09 Pedro Alves <palves@redhat.com>
16974
16975 * lib/gdb.exp (can_spawn_for_attach): New procedure.
16976 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
16977 false.
16978 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
16979 checking whether the target board is remote.
16980 * gdb.multi/multi-attach.exp: Likewise.
16981 * gdb.python/py-sync-interp.exp: Likewise.
16982 * gdb.server/ext-attach.exp: Likewise.
16983 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
16984 tests that need to attach, instead of checking whether the target
16985 board is remote at the top of the file.
16986
acc018ac
YQ
169872015-01-08 Yao Qi <yao@codesourcery.com>
16988
16989 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
16990
50a18af8
JK
169912015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16992
16993 Fix testcase compilation.
16994 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
16995
8503d6e1
JB
169962015-01-06 Joel Brobecker <brobecker@adacore.com>
16997
16998 * gdb.python/py-type.exp: Add a couple test about empty
16999 array creation, and negative-length array creation.
17000
cc73dbcc
DE
170012015-01-02 Doug Evans <xdje42@gmail.com>
17002
17003 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17004
0300bbc7
DE
170052015-01-02 Doug Evans <dje@google.com>
17006
17007 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17008
9d85a0ec
YQ
170092014-12-29 Yao Qi <yao@codesourcery.com>
17010
17011 * gdb.trace/entry-values.exp: Update comments. Rename variable
17012 bar_call_foo to returned_from_foo.
17013
87186c6a
MMN
170142014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17015
17016 PR gdb/17394
17017 * gdb.linespec/break-asm-file.c: New file.
17018 * gdb.linespec/break-asm-file.exp: New file.
17019 * gdb.linespec/break-asm-file0.s: New file.
17020 * gdb.linespec/break-asm-file1.s: New file.
17021
1bab7383
YQ
170222014-12-18 Nigel Stephens <nigel@mips.com>
17023 Maciej W. Rozycki <macro@codesourcery.com>
17024
17025 * gdb.base/float.exp: Handle the new output from "info float" on
17026 MIPS targets.
17027
1bc1068a
JK
170282014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17029
17030 Fix MinGW compilation.
17031 * gdb.compile/compile-ops.exp: Update untested message if
17032 !skip_compile_feature_tests.
17033 * gdb.compile/compile-setjmp.exp: Likewise.
17034 * gdb.compile/compile-tls.exp: Likewise.
17035 * gdb.compile/compile.exp: Likewise.
17036 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17037 supported on this host".
17038
b6615d10
DE
170392014-12-16 Doug Evans <xdje42@gmail.com>
17040
17041 * boards/stabs.exp: New file.
17042
25dda427
AA
170432014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17044
17045 * gdb.base/completion.exp: Adjust to format changes of "maint
17046 print user-registers".
17047
bf330350
CU
170482014-12-16 Catalin Udma <catalin.udma@freescale.com>
17049
17050 PR server/17457
17051 * gdb.arch/aarch64-fp.c: New file.
17052 * gdb.arch/aarch64-fp.exp: New file.
17053
395cf596
SDJ
170542014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17055
17056 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17057 r210637, r210913, r211666, r215400, r215817).
17058
17059 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17060 * dg-extract-results.py: New file.
17061 * dg-extract-results.sh: Use it if the environment seems
17062 suitable.
17063
17064 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17065
17066 * dg-extract-results.py (parse_run): Handle warnings that
17067 are printed before a test harness is run.
17068
17069 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17070
17071 * dg-extract-results.py (Named): Remove __cmp__ method.
17072 (output_variation): Use a key to sort variation.harnesses.
17073
17074 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17075
17076 * dg-extract-results.py: For Python 3, force sys.stdout to
17077 handle surrogate escape sequences.
17078 (safe_open): New function.
17079 (output_segment, main): Use it.
17080
17081 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17082
17083 * dg-extract-results.py (Prog.result_re): Include options
17084 in test name.
17085
17086 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17087
17088 * dg-extract-results.py (output_variation): Always sort if
17089 do_sum.
17090
e882ef3c
SM
170912014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17092
17093 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17094 as long as we get pagination notifications.
17095
4992aa20
JM
170962014-12-15 Jason Merrill <jason@redhat.com>
17097
17098 * Makefile.in (check-gdb.%): Restore.
17099 * README: Mention it.
17100
c1b5a1a6
JB
171012014-12-13 Joel Brobecker <brobecker@adacore.com>
17102
17103 * gdb.ada/str_uninit: New testcase.
17104
5537b577
JK
171052014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17106
17107 PR symtab/17642
17108 * gdb.base/vla-stub-define.c: New file.
17109 * gdb.base/vla-stub.c: New file.
17110 * gdb.base/vla-stub.exp: New file.
17111
bb2ec1b3
TT
171122014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17113 Jan Kratochvil <jan.kratochvil@redhat.com>
17114 Tom Tromey <tromey@redhat.com>
17115
17116 * configure.ac: Add gdb.compile/.
17117 * configure: Regenerate.
17118 * gdb.compile/Makefile.in: New file.
17119 * gdb.compile/compile-ops.exp: New file.
17120 * gdb.compile/compile-ops.c: New file.
17121 * gdb.compile/compile-tls.c: New file.
17122 * gdb.compile/compile-tls.exp: New file.
17123 * gdb.compile/compile-constvar.S: New file.
17124 * gdb.compile/compile-constvar.c: New file.
17125 * gdb.compile/compile-mod.c: New file.
17126 * gdb.compile/compile-nodebug.c: New file.
17127 * gdb.compile/compile-setjmp-mod.c: New file.
17128 * gdb.compile/compile-setjmp.c: New file.
17129 * gdb.compile/compile-setjmp.exp: New file.
17130 * gdb.compile/compile-shlib.c: New file.
17131 * gdb.compile/compile.c: New file.
17132 * gdb.compile/compile.exp: New file.
17133 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17134
4ff709eb
TT
171352014-12-12 Tom Tromey <tromey@redhat.com>
17136
17137 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17138 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17139
6dddd6a5
DE
171402014-12-12 Doug Evans <dje@google.com>
17141
17142 * lib/gdb-python.exp (get_python_valueof): New function.
17143 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17144
71c24708
AA
171452014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17146
17147 * gdb.base/completion.exp: Add test for completion of "info
17148 registers ".
17149
3e29f34a
MR
171502014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17151
17152 * gdb.base/func-ptrs.c: New file.
17153 * gdb.base/func-ptrs.exp: New file.
17154
fc126975
SM
171552014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17156
17157 PR breakpoints/17012
17158 * gdb.base/dprintf-detach.c: New file.
17159 * gdb.base/dprintf-detach.exp: New file.
17160
0a46d518
SM
171612014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17162
17163 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17164 * lib/gdb.exp (target_is_gdbserver): New procedure.
17165
a0be3e44
DE
171662014-12-08 Doug Evans <dje@google.com>
17167
17168 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17169
df1b803a
YQ
171702014-12-05 Yao Qi <yao@codesourcery.com>
17171
17172 * gdb.guile/scm-error.exp: Remove the third argument to
17173 gdb_remote_download.
17174 * gdb.guile/scm-frame-args.exp: Likewise.
17175 * gdb.guile/scm-section-script.exp: Likewise.
17176
ddb9f679
YQ
171772014-12-05 Yao Qi <yao@codesourcery.com>
17178
17179 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17180
86e4ed39
DE
171812014-12-04 Doug Evans <dje@google.com>
17182
17183 * gdb.python/py-objfile.exp: Add tests for
17184 objfile.add_separate_debug_file.
17185
7c50a931
DE
171862014-12-04 Doug Evans <dje@google.com>
17187
17188 * lib/gdb.exp (get_build_id): New function.
17189 (build_id_debug_filename_get): Rewrite to use it.
17190 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17191
621661e3
MR
171922014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17193
17194 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17195 `method(long)', not just 0x0.
17196 * gdb.cp/nsalias.exp: Align code labels to 4.
17197 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17198 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17199 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17200 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17201 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17202 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17203
29f0c3b7
DE
172042014-12-02 Doug Evans <dje@google.com>
17205
e1e061e7 17206 PR symtab/17602
29f0c3b7 17207 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17208 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17209 * gdb.cp/anon-ns.exp: Update.
17210
162078c8
NB
172112014-12-02 Nick Bull <nicholaspbull@gmail.com>
17212
17213 * gdb.python/py-events.py (inferior_call_handler): New.
17214 (register_changed_handler, memory_changed_handler): New.
17215 (test_events.invoke): Register new handlers.
17216 * gdb.python/py-events.exp: Add tests for inferior call,
17217 memory_changed and register_changed events.
17218
fdb09caf
AA
172192014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17220
17221 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17222 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17223 if the linker doesn't understand this.
17224
55cfb2c4
SM
172252014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17226
17227 * gdb.python/python.exp: Change expected reply to help().
17228
9e8cd6df
YQ
172292014-12-01 Yao Qi <yao@codesourcery.com>
17230
17231 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17232 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17233 * configure: Re-generated.
17234
6c659fc2
SC
172352014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17236
17237 * gdb.cp/chained-calls.cc: New file.
17238 * gdb.cp/chained-calls.exp: New file.
17239 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17240
d7fc3181
SM
172412014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17242
17243 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17244 * gdb.dwarf2/symtab-producer.exp: Same.
17245 * gdb.gdb/python-interrupts.exp: Same.
17246 * gdb.gdb/python-selftest.exp: Same.
17247 * gdb.python/py-linetable.exp: Same.
17248 * gdb.python/py-type.exp: Same.
17249 * gdb.python/py-value-cc.exp: Same.
17250 * gdb.python/py-value.exp: Same.
17251
10e79639
YQ
172522014-11-28 Yao Qi <yao@codesourcery.com>
17253
17254 * gdb.base/break-probes.exp: Match library name prefixed with
17255 sysroot.
17256
f28a0564
SM
172572014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17258
17259 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17260 test expected output. Add parentheses for the call to print.
17261 Remove L suffix from integers.
17262
3fe1ce1d
DE
172632014-11-26 Doug Evans <dje@google.com>
17264
17265 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17266
84429e27
YQ
172672014-11-22 Yao Qi <yao@codesourcery.com>
17268
17269 * gdb.trace/entry-values.c: Remove asms.
17270 (foo): Add foo_label.
17271 (bar): Add bar_label.
17272 * gdb.trace/entry-values.exp: Remove code computing foo's
17273 length and bar's length.
17274 (Dwarf::assemble): Invoke function_range for bar and use
17275 MACRO_AT_func for foo.
17276
26741859
YQ
172772014-11-22 Yao Qi <yao@codesourcery.com>
17278
17279 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17280 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17281 Use .Lgcc43_procstart instead of gcc43.
17282
45e44d27
JB
172832014-11-21 Joel Brobecker <brobecker@adacore.com>
17284
17285 * gdb.ada/n_arr_bound: New testcase.
17286
458c8db8
SDJ
172872014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17288
17289 PR breakpoints/10737
17290 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17291 test_catch_syscall_multi_arch.
17292 (test_catch_syscall_multi_arch): New function.
17293
43f3e411
DE
172942014-11-20 Doug Evans <xdje42@gmail.com>
17295
17296 * gdb.base/maint.exp: Update expected output.
17297
0d7b2549
AA
172982014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17299
17300 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17301 4-byte instruction on S390.
17302
8908fca5
JB
173032014-11-19 Joel Brobecker <brobecker@adacore.com>
17304
17305 * gdb.ada/arr_arr: New testcase.
17306
4a46959e
JB
173072014-11-19 Joel Brobecker <brobecker@adacore.com>
17308
17309 * gdb.ada/pkd_arr_elem: New Testcase.
17310
470e2f4e
LM
173112014-11-18 Luis Machado <lgustavo@codesourcery.com>
17312
17313 * gdb.reverse/break-precsave: Expect completion message for
17314 core file reads.
17315 * gdb.reverse/consecutive-precsave.exp: Likewise.
17316 * gdb.reverse/finish-precsave.exp: Likewise.
17317 * gdb.reverse/i386-precsave.exp: Likewise.
17318 * gdb.reverse/machinestate-precsave.exp: Likewise.
17319 * gdb.reverse/sigall-precsave.exp: Likewise.
17320 * gdb.reverse/solib-precsave.exp: Likewise.
17321 * gdb.reverse/step-precsave.exp: Likewise.
17322 * gdb.reverse/until-precsave.exp: Likewise.
17323 * gdb.reverse/watch-precsave.exp: Likewise.
17324
a267f3ad
AA
173252014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17326
17327 * gdb.base/bp-permanent.c: Include unistd.h.
17328 * gdb.python/py-framefilter-mi.c (main): Add return type.
17329 * gdb.python/py-framefilter.c (main): Likewise.
17330 * gdb.trace/actions-changed.c (main): Likewise.
17331
12084a9a
AA
173322014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17333
17334 * gdb.mi/until.c: Add eye-catchers.
17335 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17336 line numbers.
17337
dc7e1a77
AA
173382014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17339
17340 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17341 function header variants in break1.c.
17342 * gdb.base/ena-dis-br.exp: Likewise.
17343 * gdb.base/hbreak2.exp: Likewise.
17344 * gdb.reverse/until-precsave.exp: Drop references to removed
17345 non-prototype function header variants in ur1.c.
17346 * gdb.reverse/until-reverse.exp: Likewise.
17347
41c77605
PM
173482014-11-17 Petr Machata <pmachata@redhat.com>
17349
17350 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17351 ${_cu_offset_size} bytes abbrev offset.
17352
34248c3a
DE
173532014-11-15 Doug Evans <xdje42@gmail.com>
17354
17355 PR symtab/17559
17356 * gdb.base/line-symtabs.exp: New file.
17357 * gdb.base/line-symtabs.c: New file.
17358 * gdb.base/line-symtabs.h: New file.
17359
646da059
YQ
173602014-11-14 Yao Qi <yao@codesourcery.com>
17361
17362 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17363 (func): Add label func_label.
17364 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17365 Replace low_pc and high_pc with MACRO_AT_range.
17366 Replace name, low_pc and high_pc with MACRO_AT_func.
17367
9301ebe6
YQ
173682014-11-14 Yao Qi <yao@codesourcery.com>
17369
17370 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17371 Replace name, low_pc and high_pc with MACRO_AT_func.
17372
f166b542
YQ
173732014-11-14 Yao Qi <yao@codesourcery.com>
17374
17375 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17376 produce debug information.
17377 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17378
0f6e71e3
YQ
173792014-11-14 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17382 object and get function length.
17383 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17384 with MACRO_AT_func.
17385 (top-level): Replace gdb_compile and clean_restart with
17386 prepare_for_testing.
17387 * gdb.dwarf2/main.c (main): Add label main_label.
17388
876c4df9
YQ
173892014-11-14 Yao Qi <yao@codesourcery.com>
17390
17391 * lib/dwarf.exp (function_range): New procedure.
17392 (Dwarf::_handle_macro_at_func): New procedure.
17393 (Dwarf::_handle_macro_at_range): New procedure.
17394 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17395
02ad9cf1
YQ
173962014-11-14 Yao Qi <yao@codesourcery.com>
17397
17398 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17399 (_handle_attribute): New procedure.
17400
a59add0c
AA
174012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17402
17403 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17404 * gdb.base/call-sc.c (zed): Likewise.
17405 * gdb.base/checkpoint.c (main): Likewise.
17406 * gdb.base/dump.c (main): Likewise.
17407 * gdb.base/gcore.c (main): Likewise.
17408 * gdb.base/huge.c (main): Likewise.
17409 * gdb.base/multi-forks.c (main): Likewise.
17410 * gdb.base/pr10179-a.c (main): Likewise.
17411 * gdb.base/savedregs.c (main): Likewise.
17412 * gdb.base/sigaltstack.c (main): Likewise.
17413 * gdb.base/siginfo.c (main): Likewise.
17414 * gdb.base/structs.c (zed): Likewise.
17415 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17416 * gdb.mi/mi-syn-frame.c (main): Likewise.
17417 * gdb.mi/until.c (foo, main): Likewise.
17418 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17419 * gdb.base/solib-weak.c (foo): Declare.
17420 * gdb.base/attach-twice.c: Include stdio.h.
17421 * gdb.base/weaklib1.c: Likewise.
17422 * gdb.base/weaklib2.c: Likewise.
17423 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17424 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17425 unistd.h.
17426 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17427 * gdb.mi/mi-exit-code.c: Likewise.
17428 * gdb.base/break-interp-lib.c: Include string.h.
17429 * gdb.base/coremaker.c: Likewise.
17430 * gdb.base/testenv.c: Likewise.
17431 * gdb.python/py-finish-breakpoint.c: Likewise.
17432 * gdb.base/inferior-died.c: Include sys/wait.h.
17433 * gdb.base/fileio.c: Include time.h.
17434 * gdb.base/async-shell.c: Include unistd.h.
17435 * gdb.base/dprintf-non-stop.c: Likewise.
17436 * gdb.base/info-os.c: Likewise.
17437 * gdb.mi/mi-console.c: Likewise.
17438 * gdb.mi/watch-nonstop.c: Likewise.
17439 * gdb.python/py-events.c: Likewise.
17440 * gdb.base/async.c (baz): Move up before its invocation.
17441 * gdb.base/code_elim2.c (my_global_func): Likewise.
17442 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17443 * gdb.base/advance.c (func2): Likewise.
17444
3b5d5997
AA
174452014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17446
17447 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17448 variant.
17449 * gdb.base/annota3.c: Likewise.
17450 * gdb.base/async.c: Likewise.
17451 * gdb.base/average.c: Likewise.
17452 * gdb.base/call-ar-st.c: Likewise.
17453 * gdb.base/call-rt-st.c: Likewise.
17454 * gdb.base/call-sc.c: Likewise.
17455 * gdb.base/call-strs.c: Likewise.
17456 * gdb.base/ending-run.c: Likewise.
17457 * gdb.base/execd-prog.c: Likewise.
17458 * gdb.base/exprs.c: Likewise.
17459 * gdb.base/foll-exec.c: Likewise.
17460 * gdb.base/foll-fork.c: Likewise.
17461 * gdb.base/foll-vfork.c: Likewise.
17462 * gdb.base/funcargs.c: Likewise.
17463 * gdb.base/gcore.c: Likewise.
17464 * gdb.base/jump.c: Likewise.
17465 * gdb.base/langs0.c: Likewise.
17466 * gdb.base/langs1.c: Likewise.
17467 * gdb.base/langs2.c: Likewise.
17468 * gdb.base/mips_pro.c: Likewise.
17469 * gdb.base/nodebug.c: Likewise.
17470 * gdb.base/opaque0.c: Likewise.
17471 * gdb.base/opaque1.c: Likewise.
17472 * gdb.base/recurse.c: Likewise.
17473 * gdb.base/run.c: Likewise.
17474 * gdb.base/scope0.c: Likewise.
17475 * gdb.base/scope1.c: Likewise.
17476 * gdb.base/setshow.c: Likewise.
17477 * gdb.base/setvar.c: Likewise.
17478 * gdb.base/shmain.c: Likewise.
17479 * gdb.base/shr1.c: Likewise.
17480 * gdb.base/shr2.c: Likewise.
17481 * gdb.base/sigall.c: Likewise.
17482 * gdb.base/signals.c: Likewise.
17483 * gdb.base/so-indr-cl.c: Likewise.
17484 * gdb.base/solib2.c: Likewise.
17485 * gdb.base/structs.c: Likewise.
17486 * gdb.base/sum.c: Likewise.
17487 * gdb.base/vforked-prog.c: Likewise.
17488 * gdb.base/watchpoint.c: Likewise.
17489 * gdb.reverse/shr2.c: Likewise.
17490 * gdb.reverse/until-reverse.c: Likewise.
17491 * gdb.reverse/ur1.c: Likewise.
17492 * gdb.reverse/watch-reverse.c: Likewise.
17493
066a77c5
AA
174942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17495
17496 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17497 variant.
17498 * gdb.base/sepdebug.exp: Drop references to removed code.
17499
4f204ea5
AA
175002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17501
17502 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17503 variant. Preserve original line numbering.
17504 * gdb.base/list1.c: Likewise.
17505
3b377a3a
AA
175062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17507
17508 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17509 variant.
17510 * gdb.base/break1.c: Likewise.
17511 * gdb.base/break.exp: Drop references to removed code.
17512
e444df73
AA
175132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17514
17515 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17516 variant.
17517
8008f2a7
AA
175182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17519
17520 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17521
a5a06887
AA
175222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17523
17524 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17525 logic into perform_all_tests() and invoke it with and without
17526 function header prototypes.
17527 (do_function_calls): Remove conditional XFAIL for PR 5318.
17528 (rerun_and_prepare): Remove duplicate code.
17529 (perform_all_tests): New. Main logic moved here.
17530
44dba9b9
AA
175312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17532
17533 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17534 code guarded by #ifdef NO_PROTOTYPES.
17535 (t_double_many_args): Likewise.
17536 (DEF_FUNC_MANY_ARGS_1): Likewise.
17537 (DEF_FUNC_VALUES_1): Likewise.
17538 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17539 guarded by #ifdef PROTOTYPES.
17540
d1fbcd56
AA
175412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17542
17543 * gdb.mi/mi-console.c: Add eye-catcher.
17544 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17545 instead of literal line number.
17546
b0e59b8f
AA
175472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17548
17549 * gdb.base/shr2.c: Add eye-catcher.
17550 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17551 line number.
17552
78f98cca
AA
175532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17554
17555 * gdb.base/jump.c: Add eye-catchers.
17556 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17557 numbers.
17558
58fa2af0
AA
175592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17560
17561 * gdb.base/execd-prog.c: Add eye-catchers.
17562 * gdb.base/foll-exec.c: Likewise.
17563 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17564 line numbers.
17565
04e5059b
AA
175662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17567
17568 * gdb.base/ending-run.c: Add eye-catchers.
17569 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17570 literal line numbers.
17571
dbfdb174
AA
175722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17573
17574 * gdb.base/call-rt-st.c: Add eye-catchers.
17575 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17576 literal line numbers.
17577
888a2ade
AA
175782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17579
17580 * gdb.base/call-ar-st.c: Add eye-catchers.
17581 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17582 literal line numbers.
17583
6acc2dde
AA
175842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17585
17586 * gdb.base/average.c: Add eye-catchers.
17587 * gdb.base/sum.c: Likewise.
17588 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17589 regexps dynamically.
17590
9ecfcd1d
AA
175912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17592
17593 * gdb.base/solib1.c: Add eye-catchers.
17594 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17595 literal line numbers.
17596
78708b7c
PA
175972014-11-12 Pedro Alves <palves@redhat.com>
17598
17599 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17600 leader has exited.
17601
af48d08f
PA
176022014-11-12 Pedro Alves <palves@redhat.com>
17603
17604 * gdb.arch/i386-bp_permanent.c: New file.
17605 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17606 (srcfile): Set to i386-bp_permanent.c.
17607 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17608 that stepi does not execute the 'leave' instruction, instead of
17609 testing it does execute.
17610 * gdb.base/bp-permanent.c: New file.
17611 * gdb.base/bp-permanent.exp: New file.
17612
af3768e9
DE
176132014-11-10 Doug Evans <xdje42@gmail.com>
17614
17615 PR symtab/17564
17616 * gdb.base/symtab-search-order.exp: New file.
17617 * gdb.base/symtab-search-order.c: New file.
17618 * gdb.base/symtab-search-order-1.c: New file.
17619 * gdb.base/symtab-search-order-shlib-1.c: New file.
17620
9de00a4a
PA
176212014-11-07 Pedro Alves <palves@redhat.com>
17622
17623 PR gdb/17511
17624 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17625 i?86-*-linux*.
17626
e0f52461
SC
176272014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17628
17629 PR c++/17494
17630 * gdb.cp/pr17494.cc: New file.
17631 * gdb.cp/pr17494.exp: New file.
17632
6ce8c980
YQ
176332014-11-02 Yao Qi <yao@codesourcery.com>
17634
17635 * gdb.python/python.exp: Get working directory and match the
17636 output of "set extended-prompt \\w " with it.
17637
02be9a71
DE
176382014-10-30 Doug Evans <dje@google.com>
17639
17640 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17641 in objfiles.
17642 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17643 in progspaces.
17644
3bdff46b
LM
176452014-10-30 Janis Johnson <janisjo@codesourcery.com>
17646
17647 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17648 * gdb.base/realname-expand.exp: Likewise.
17649 * gdb.linespec/macro-relative.exp: Likewise.
17650
ab917dfb
PA
176512014-10-29 Pedro Alves <palves@redhat.com>
17652
17653 PR gdb/17408
17654 * gdb.threads/schedlock.c (some_function): New function.
17655 (call_function): New global.
17656 (MAYBE_CALL_SOME_FUNCTION): New macro.
17657 (thread_function): Call it.
17658 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17659 and use it instead of a global counter. Adjust all callers.
17660 (get_current_thread): Use "find current thread" for test message
17661 here rather than having all callers pass down the same string.
17662 (goto_loop): New procedure, factored out from ...
17663 (my_continue): ... this.
17664 (step_ten_loops): Change parameter from test message to command to
17665 use. Adjust.
17666 (list_count): Delete global.
17667 (check_result): New procedure, factored out from duplicate top
17668 level code.
17669 (continue tests): Wrap in with_test_prefix.
17670 (test_step): New procedure, factored out from duplicate top level
17671 code.
17672 (top level): Test "step" in combination with all scheduler-locking
17673 modes. Test "next" in combination with all scheduler-locking
17674 modes, and in combination with stepping over a function call or
17675 not.
17676 * gdb.threads/next-bp-other-thread.c: New file.
17677 * gdb.threads/next-bp-other-thread.exp: New file.
17678
d3d4baed
PA
176792014-10-29 Pedro Alves <palves@redhat.com>
17680
17681 PR python/17372
17682 * gdb.python/python.exp: Test a multi-line command that spawns
17683 interactive Python.
17684 * gdb.base/multi-line-starts-subshell.exp: New file.
17685
563e8d85
YQ
176862014-10-29 Yao Qi <yao@codesourcery.com>
17687
17688 * gdb.base/fileio.exp: Make directories on host.
17689
0ea4d52e
YQ
176902014-10-29 Yao Qi <yao@codesourcery.com>
17691
17692 * gdb.base/fileio.c (test_write): Close the file.
17693
7f5ef605
PA
176942014-10-28 Pedro Alves <palves@redhat.com>
17695
17696 PR gdb/12623
17697 * gdb.base/sigstep.c (no_handler): New global.
17698 (main): If 'no_handler is true, set the signal handlers to
17699 SIG_IGN.
17700 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17701 with_sw_watch and no_handler parameters. Handle them.
17702 (top level) <stepping over handler when stopped at a breakpoint
17703 test>: Add a test axis for testing with a software watchpoint, and
17704 another for testing with the signal handler set to SIG_IGN.
17705 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17706 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17707
abbdbd03
PA
177082014-10-28 Pedro Alves <palves@redhat.com>
17709
17710 PR gdb/17511
17711 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17712 * gdb.base/sigstep.exp (other_handler_location): New global.
17713 (advance): Support stepping into the signal handler, and running
17714 commands while in the handler.
17715 (in_handler_map): New global.
17716 (top level): In the advance test, add combinations for getting
17717 into the handler with stepping commands, and for running commands
17718 in the handler. Add comment descripting the advancei tests.
17719
1df4399f
PA
177202014-10-28 Pedro Alves <palves@redhat.com>
17721
17722 * gdb.base/sigstep.exp: Use build_executable instead of
17723 prepare_for_testing.
17724 (top level): Move code that starts GDB, runs to main and creates a
17725 display to ...
17726 (restart): ... this new procedure.
17727 (top level): Move backtrace from signal handler test to ...
17728 (validate_backtrace): ... this new procedure.
17729 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17730 with_test_prefix. Always restart GDB.
17731 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17732 with_test_prefix. Always restart GDB. No need to delete
17733 breakpoints after the test.
17734 (test_skip_handler): Remove prefix parameter.
17735 (skip_over_handler, breakpoint_to_handler)
17736 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17737 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17738 restart GDB. No need to delete breakpoints after the test.
17739 (top level): Use foreach to call the test procedures with
17740 different commands.
17741
a5b6e449
PA
177422014-10-28 Pedro Alves <palves@redhat.com>
17743
17744 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17745 instead of GNATS numbers.
17746 * gdb.base/sigbpt.exp: Likewise.
17747 * gdb.base/siginfo.exp: Likewise.
17748 * gdb.base/sigstep.exp: Likewise.
17749
e5f8a7cc
PA
177502014-10-27 Pedro Alves <palves@redhat.com>
17751
17752 * gdb.base/sigstep.c (dummy): New global.
17753 (main): Issue a couple writes to the new global.
17754 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17755 procedures.
17756 (skip_over_handler): Use test_skip_handler.
17757 (top level): Call skip_over_handler for stepi and nexti too.
17758 (breakpoint_over_handler): Use test_skip_handler.
17759 (top level): Call breakpoint_over_handler for stepi and nexti too.
17760
763905a3
YQ
177612014-10-27 Yao Qi <yao@codesourcery.com>
17762
17763 * gdb.trace/tfile.c (adjust_function_address)
17764 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17765 function descriptor.
17766
6f259a23
DB
177672014-10-24 Don Breazeal <donb@codesourcery.com>
17768
17769 * gdb.base/foll-fork.exp (test_follow_fork,
17770 catch_fork_child_follow): Check for updated fork messages emitted
17771 from infrun.c.
17772 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17773 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17774 vfork_and_exec_child_follow_through_step): Check for updated vfork
17775 messages emitted from infrun.c.
17776
09dd9a69
PA
177772014-10-24 Pedro Alves <palves@redhat.com>
17778
17779 * gdb.base/corefile.exp: Remove references to ultrix.
17780 * gdb.base/interrupt.exp: Likewise.
17781 * gdb.base/whatis.exp: Likewise.
17782 * gdb.gdb/selftest.exp: Likewise.
17783 * gdb.threads/manythreads.exp: Likewise.
17784 * gdb.threads/print-threads.exp: Likewise.
17785 * gdb.threads/pthreads.exp:: Likewise.
17786 * gdb.threads/schedlock.exp: Likewise.
17787
3433cfa5
SC
177882014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17789
17790 * gdb.cp/non-trivial-retval.cc: Add a test case.
17791 * gdb.cp/non-trivial-retval.exp: Add a test.
17792
092f880b
YQ
177932014-10-20 Yao Qi <yao@codesourcery.com>
17794
17795 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17796 * gdb.python/py-objfile-script-gdb.py: New file.
17797 * gdb.python/py-objfile-script.exp: Update reference to
17798 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17799 of remote_download. Remove the dest file.
17800
acbdb7f3
YQ
178012014-10-20 Yao Qi <yao@codesourcery.com>
17802
17803 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17804 * gdb.base/step-line.exp: Likewise.
17805 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17806 * gdb.dwarf2/dw2-basic.exp: Likewise.
17807 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17808 * gdb.dwarf2/dw2-filename.exp: Likewise.
17809 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17810 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17811 * gdb.dwarf2/dw2-producer.exp: Likewise.
17812 * gdb.dwarf2/mac-fileno.exp: Likewise.
17813 * gdb.python/py-frame-args.exp: Likewise.
17814 * gdb.python/py-framefilter.exp: Likewise.
17815 * gdb.python/py-mi.exp: Likewise.
17816 * gdb.python/py-objfile-script.exp: Likewise
17817 * gdb.python/py-pp-integral.exp: Likewise.
17818 * gdb.python/py-pp-re-notag.exp: Likewise.
17819 * gdb.python/py-prettyprint.exp: Likewise.
17820 * gdb.python/py-section-script.exp: Likewise.
17821 * gdb.python/py-typeprint.exp: Likewise.
17822 * gdb.python/py-xmethods.exp: Likewise.
17823 * gdb.stabs/weird.exp: Likewise.
17824 * gdb.xml/tdesc-regs.exp: Likewise.
17825
bd286a29
KCY
178262014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17827
17828 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17829 (out_cu): Use addr_len for the size of addresses.
17830 (out_line): Likewise. Size DW_LNE_set_address instruction
17831 according to addr_len.
17832 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17833 (FUNC): Add START_INSNS to definition.
17834
673dc4a0
YQ
178352014-10-18 Yao Qi <yao@codesourcery.com>
17836
17837 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17838 gdb_has_argv0 return true.
17839 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17840 check [target_info exists noargs], check [gdb_has_argv0]
17841 instead.
17842 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17843 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17844 procedures.
17845
4ffbba72
DE
178462014-10-17 Doug Evans <dje@google.com>
17847
17848 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17849 event.
17850 * gdb.python/py-events.py: Add clear_objfiles event.
17851
d096d8c1
DE
178522014-10-17 Doug Evans <dje@google.com>
17853
17854 * gdb.python/py-objfile.exp: Test progspace attribute.
17855
a80db015
LM
178562014-10-17 Luis Machado <lgustavo@codesourcery.com>
17857
17858 * gdb.guile/scm-breakpoint.exp: Do not assume any
17859 directory separators when matching source file paths.
17860 * gdb.python/py-breakpoint.exp: Likewise.
17861 * gdb.reverse/break-precsave.exp: Likewise.
17862 * gdb.reverse/break-reverse.exp: Likewise.
17863 * gdb.reverse/consecutive-precsave.exp: Likewise.
17864 * gdb.reverse/finish-precsave.exp: Likewise.
17865 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17866 * gdb.reverse/finish-reverse.exp: Likewise.
17867 * gdb.reverse/i386-precsave.exp: Likewise.
17868 * gdb.reverse/i387-env-reverse.exp: Likewise.
17869 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17870 * gdb.reverse/machinestate-precsave.exp: Likewise.
17871 * gdb.reverse/machinestate.exp: Likewise.
17872 * gdb.reverse/sigall-precsave.exp: Likewise.
17873 * gdb.reverse/solib-precsave.exp: Likewise.
17874 * gdb.reverse/step-precsave.exp: Likewise.
17875 * gdb.reverse/until-precsave.exp: Likewise.
17876 * gdb.reverse/watch-precsave.exp: Likewise.
17877 * gdb.reverse/watch-reverse.exp: Likewise.
17878
b22089ab
YQ
178792014-10-17 Yao Qi <yao@codesourcery.com>
17880
17881 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17882 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17883
6c4486e6
PA
178842014-10-17 Pedro Alves <palves@redhat.com>
17885
17886 PR gdb/17471
17887 * gdb.base/bg-execution-repeat.c: New file.
17888 * gdb.base/bg-execution-repeat.exp: New file.
17889
0ff33695
PA
178902014-10-17 Pedro Alves <palves@redhat.com>
17891
17892 PR gdb/17300
17893 * gdb.base/continue-all-already-running.c: New file.
17894 * gdb.base/continue-all-already-running.exp: New file.
17895
6fdebc3d
PA
178962014-10-17 Pedro Alves <palves@redhat.com>
17897
17898 PR gdb/17472
17899 * gdb.base/annota-input-while-running.c: New file.
17900 * gdb.base/annota-input-while-running.exp: New file.
17901
32a8097b
PA
179022014-10-17 Pedro Alves <palves@redhat.com>
17903
17904 * gdb.base/callfuncs.exp: emove references to osf.
17905 * gdb.base/sigall.exp: Likewise.
17906 * gdb.gdb/selftest.exp: Likewise.
17907 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
17908 * gdb.mi/non-stop.c: Likewise.
17909 * gdb.mi/pthreads.c: Likewise.
17910 * gdb.reverse/sigall-precsave.exp: Likewise.
17911 * gdb.reverse/sigall-reverse.exp: Likewise.
17912 * gdb.threads/pthreads.c: Likewise.
17913 * gdb.threads/pthreads.exp: Likewise.
17914
7a3517ff
YQ
179152014-10-17 Yao Qi <yao@codesourcery.com>
17916
17917 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
17918 check 'target_info exists noargs'.
17919 (test_command_prompt_position): Likewise.
17920 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
17921 Remove "set args".
17922 (progvar_simple_while_test): Likewise.
17923 (progvar_complex_if_while_test): Likewise.
17924 (if_while_breakpoint_command_test): Likewise.
17925 (infrun_breakpoint_command_test): Likewise.
17926 (breakpoint_command_test): Likewise.
17927 (watchpoint_command_test): Likewise.
17928 (bp_deleted_in_command_test): Likewise.
17929 (temporary_breakpoint_commands): Likewise.
17930
bb99c472
YQ
179312014-10-16 Yao Qi <yao@codesourcery.com>
17932
17933 * gdb.base/remotetimeout.exp: Remove noargs checking.
17934
7c16b83e
PA
179352014-10-15 Pedro Alves <palves@redhat.com>
17936
17937 PR breakpoints/9649
17938 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
17939 * gdb.base/breakpoint-in-ro-region.exp
17940 (probe_target_hardware_step): New procedure.
17941 (top level): Probe hardware stepping and hardware breakpoint
17942 support. Test stepping through a read-only region, with both
17943 "breakpoint auto-hw" on and off and both "always-inserted" on and
17944 off.
17945
35a49624
IB
179462014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
17947
17948 * gdb.dlang/demangle.exp: Update for demangling changes.
17949
2d1c107c
SC
179502014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17951
17952 * gdb.cp/non-trivial-retval.cc: Add new test cases.
17953 * gdb.cp/non-trivial-retval.exp: Add new tests.
17954
778811d5
SC
179552014-10-15 Siva Chandra Reddy <sivachandra@google.com>
17956
17957 PR c++/13403
17958 PR c++/15154
17959 * gdb.cp/non-trivial-retval.cc: New file.
17960 * gdb.cp/non-trivial-retval.exp: New file.
17961
10c5f0a8
YQ
179622014-10-15 Yao Qi <yao@codesourcery.com>
17963
17964 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
17965 remote host.
17966
65d7b369
YQ
179672014-10-15 Yao Qi <yao@codesourcery.com>
17968
17969 * gdb.python/py-symbol.exp: Match file base name if host is
17970 remote, otherwise match file name with dir name.
17971 * gdb.python/py-symtab.exp: Likewise.
17972 * gdb.python/python.exp: Likewise.
17973
46dc1394
YQ
179742014-10-15 Yao Qi <yao@codesourcery.com>
17975
17976 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
17977 pattern.
17978 * gdb.python/py-symtab.exp: Likewise.
17979 * gdb.python/python.exp: Remove trailing ".*". Fix typo
17980 locationn.
17981
c40cc657
JB
179822014-10-14 Joel Brobecker <brobecker@adacore.com>
17983
17984 * gdb.ada/addr_arith: New testcase.
17985
2abf49e1
MR
179862014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
17987
17988 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
17989 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
17990 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
17991 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
17992
f7088df3
SDJ
179932014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
17994
17995 * gdb.arch/stap-eval-lang-ada.S: Likewise.
17996 * gdb.arch/stap-eval-lang-ada.c: Likewise.
17997 * gdb.arch/stap-eval-lang-ada.exp: New file.
17998
4dc06805
YQ
179992014-10-14 Yao Qi <yao@codesourcery.com>
18000
18001 * gdb.mi/mi-var-child.c (nothing1): New function.
18002 (nothing2): New function.
18003 (do_children_tests): Set function pointers by nothing1 and
18004 nothing2.
18005 * gdb.mi/mi-var-child.exp: Step over new added statements.
18006 Update test to match the new output.
18007 * gdb.mi/var-cmd.c (nothing1): New function.
18008 (nothing2): New function.
18009 (do_children_tests): Set function pointers by nothing1 and
18010 nothing2.
18011 * gdb.mi/mi-var-display.exp: Update test to match output.
18012 Step to the line specified by $line_dct_nothing.
18013 Increase the number of lines to step.
18014
46a93de2
YQ
180152014-10-14 Yao Qi <yao@codesourcery.com>
18016
18017 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18018 tests.
18019 * gdb.mi/mi2-var-child.exp: Likewise.
18020
14ea52ee
DE
180212014-10-13 Doug Evans <dje@google.com>
18022
18023 * gdb.python/py-objfile.exp: Change name of file name test.
18024
e5c6e92b
DE
180252014-10-13 Doug Evans <dje@google.com>
18026
18027 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18028 from the start of the CU.
18029
c780cc2f
JK
180302014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18031 Yao Qi <yao@codesourcery.com>
18032
18033 Fix "save breakpoints" for "catch" command.
18034 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18035 Remove -nonewline. Match also the added "main" line.
18036
99894e11
JK
180372014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18038
18039 Fix "save breakpoints" for "disable $bpnum" command.
18040 * gdb.base/save-bp.c (main): Add label.
18041 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18042
6e1ac5a3
JK
180432014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18044
18045 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18046
754dd2b0
YQ
180472014-10-11 Yao Qi <yao@codesourcery.com>
18048
18049 * gdb.server/server-kill.exp: Execute command
18050 "set remote trace-status-packet on" before "tstatus".
18051
f90183d7
YQ
180522014-10-11 Yao Qi <yao@codesourcery.com>
18053
18054 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18055 (main): Call getppid.
18056 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18057 and continue to it. Read variable "server_pid".
18058
bf40a607
YQ
180592014-10-11 Yao Qi <yao@codesourcery.com>
18060
18061 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18062
052ca370
YQ
180632014-10-11 Yao Qi <yao@codesourcery.com>
18064
18065 * gdb.threads/thread-find.exp: Don't execute command
18066 "info threads".
18067 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18068 * gdb.threads/linux-dp.exp: Don't check the condition
18069 $threads_created equals to zero.
18070
3831839c
PA
180712014-10-10 Pedro Alves <palves@redhat.com>
18072
18073 * gdb.base/bigcore.exp: Remove references to IRIX.
18074 * gdb.base/funcargs.exp: Likewise.
18075 * gdb.base/interrupt.exp: Likewise.
18076 * gdb.base/mips_pro.exp: Likewise.
18077 * gdb.base/nodebug.exp: Likewise.
18078 * gdb.base/setvar.exp: Likewise.
18079 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18080
8b9a549d
PA
180812014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18082 Pedro Alves <palves@redhat.com>
18083
18084 PR symtab/14466
18085 * gdb.base/vdso-warning.c: New file.
18086 * gdb.base/vdso-warning.exp: New file.
18087
d48ba5e8
DE
180882014-10-02 Doug Evans <dje@google.com>
18089
18090 * gdb.base/structs.c (main): Don't run forever.
18091
2278c276
PA
180922014-10-02 Pedro Alves <palves@redhat.com>
18093
18094 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18095 (top level) <stop threads 1, stop threads 2>: Use it.
18096
b57bacec
PA
180972014-10-02 Pedro Alves <palves@redhat.com>
18098
18099 * gdb.threads/break-while-running.exp (test): Add new
18100 'update_thread_list' argument. Skip "info threads" if false.
18101 (top level): Add new 'update_thread_list' axis.
18102
13fd3ff3
PA
181032014-10-02 Pedro Alves <palves@redhat.com>
18104
18105 PR breakpoints/17431
18106 * gdb.base/execl-update-breakpoints.c: New file.
18107 * gdb.base/execl-update-breakpoints.exp: New file.
18108
0fec99e8
PA
181092014-10-01 Pedro Alves <palves@redhat.com>
18110
18111 * gdb.base/breakpoint-in-ro-region.c: New file.
18112 * gdb.base/breakpoint-in-ro-region.exp: New file.
18113
2ddf4301
SM
181142014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18115
18116 * gdb.mi/mi-exit-code.exp: New file.
18117 * gdb.mi/mi-exit-code.c: New file.
18118
6a5f3f43
YQ
181192014-09-30 Yao Qi <yao@codesourcery.com>
18120
18121 * lib/prelink-support.exp (build_executable_own_libs): Error if
18122 the target isn't native.
18123
345bcc73
YQ
181242014-09-30 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18127 false.
18128
a25a5a45
PA
181292014-09-22 Pedro Alves <palves@redhat.com>
18130
18131 * gdb.threads/break-while-running.exp: New file.
18132 * gdb.threads/break-while-running.c: New file.
18133
00ba3162
YQ
181342014-09-19 Yao Qi <yao@codesourcery.com>
18135
18136 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18137 Invoke test. Restart GDB with --readnow and invoke test again.
18138
c3b7b696
YQ
181392014-09-19 Yao Qi <yao@codesourcery.com>
18140
18141 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18142 proc set_breakpoint_on_gcd_function. Invoke
18143 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18144 invoke set_breakpoint_on_gcd_function again.
18145
2b4fd423
DE
181462014-09-18 Doug Evans <dje@google.com>
18147
18148 * gdb.dwarf2/symtab-producer.exp: New file.
18149
a5947601
SDJ
181502014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18151
18152 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18153 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18154 * gdb.base/global-var-nested-by-dso.c: Likewise.
18155 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18156
91c19059
SDJ
181572014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18158 Pedro Alves <palves@redhat.com>
18159
18160 * gdb.base/watch-bitfields.exp: Pass string other than test file
18161 name to prepare_for_testing.
18162 (watch): New procedure.
18163 (expect_watchpoint): Use with_test_prefix.
18164 (top level): Factor out tests to ...
18165 (test_watch_location, test_regular_watch): ... these new
18166 procedures, and use with_test_prefix and gdb_continue_to_end.
18167
bb9d5f81
PP
181682014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18169
18170 PR breakpoints/12526
18171 * gdb.base/watch-bitfields.exp: New file.
18172 * gdb.base/watch-bitfields.c: New file.
18173
635856f5
PA
181742014-09-16 Pedro Alves <palves@redhat.com>
18175
18176 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18177 software and hardware addresses, not software address against
18178 itself.
18179
7280ceea
PA
181802014-09-16 Pedro Alves <palves@redhat.com>
18181
18182 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18183 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18184
428b16bd
PA
181852014-09-16 Pedro Alves <palves@redhat.com>
18186
18187 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18188 files.
18189 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18190 "*-*-vxworks*" throughout.
18191 * gdb.base/break.exp: Likewise.
18192 * gdb.base/default.exp: Likewise.
18193 * gdb.base/scope.exp: Likewise.
18194 * gdb.base/sepdebug.exp: Likewise.
18195 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18196 throughout.
18197 * gdb.base/run.c: Likewise.
18198 * gdb.base/sepdebug.c: Likewise.
18199 * gdb.hp/gdb.aCC/run.c: Likewise.
18200 * gdb.reverse/until-reverse.c: Likewise.
18201 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18202
666d413c
YQ
182032014-09-16 Yao Qi <yao@codesourcery.com>
18204
18205 * boards/local-remote-host-native.exp: New file.
18206
57cbd724
DE
182072014-09-14 Doug Evans <xdje42@gmail.com>
18208
18209 * gdb.threads/queue-signal.c (thread_count): New variable.
18210 (thread_count_mutex, thread_count_condvar): New variables.
18211 (incr_thread_count, wait_all_threads_running): New functions.
18212 (main): Wait for all threads to be in their thread functions.
18213
81219e53
DE
182142014-09-13 Doug Evans <xdje42@gmail.com>
18215
18216 * gdb.threads/queue-signal.c: New file.
18217 * gdb.threads/queue-signal.exp: New file.
18218
3714cea7
DE
182192014-09-13 Doug Evans <xdje42@gmail.com>
18220
18221 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18222 be consistent with what default_gdb_init uses.
18223 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18224 the plain text of the prompt. Add some logging printfs.
18225 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18226
fa43b1d7
PA
182272014-09-12 Pedro Alves <palves@redhat.com>
18228
18229 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18230 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18231 * gdb.arch/i386-size-overlap.exp: Likewise.
18232 * gdb.arch/i386-size.exp: Likewise.
18233 * gdb.arch/i386-unwind.exp: Likewise.
18234 * gdb.base/a2-run.exp: Likewise.
18235 * gdb.base/break.exp: Likewise.
18236 * gdb.base/charset.exp: Likewise.
18237 * gdb.base/chng-syms.exp: Likewise.
18238 * gdb.base/commands.exp: Likewise.
18239 * gdb.base/dbx.exp: Likewise.
18240 * gdb.base/find.exp: Likewise.
18241 * gdb.base/funcargs.exp: Likewise.
18242 * gdb.base/jit-simple.exp: Likewise.
18243 * gdb.base/reread.exp: Likewise.
18244 * gdb.base/sepdebug.exp: Likewise.
18245 * gdb.base/step-bt.exp: Likewise.
18246 * gdb.cp/mb-inline.exp: Likewise.
18247 * gdb.cp/mb-templates.exp: Likewise.
18248 * gdb.objc/basicclass.exp: Likewise.
18249 * gdb.threads/killed.exp: Likewise.
18250
9d9bf2df
EBM
182512014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18252
18253 PR tdep/17379
18254 * gdb.arch/powerpc-stackless.S: New file.
18255 * gdb.arch/powerpc-stackless.exp: New file.
18256
1cf2f1b0
JK
182572014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18258
18259 * gdb.base/attach.c: Include unistd.h.
18260 (main): Call alarm. Add label postloop.
18261 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18262 gdb_breakpoint, gdb_continue_to_breakpoint.
18263 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18264
98880d46
PA
182652014-09-11 Pedro Alves <palves@redhat.com>
18266
18267 PR gdb/17347
18268 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18269 * gdb.base/attach.exp (test_command_line_attach_run): New
18270 procedure.
18271 (top level): Call it.
18272
4c92ff2c
PA
182732014-09-11 Pedro Alves <palves@redhat.com>
18274
18275 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18276 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18277 (do_command_attach_tests): Use spawn_wait_for_attach.
18278 * gdb.base/solib-overlap.exp: Likewise.
18279 * gdb.multi/multi-attach.exp: Likewise.
18280 * gdb.python/py-prompt.exp: Likewise.
18281 * gdb.python/py-sync-interp.exp: Likewise.
18282 * gdb.server/ext-attach.exp: Likewise.
18283
3adc1a7d
GKB
182842014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18285
18286 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18287 command in testcase. Simplify testcase.
18288
96334934
JB
182892014-09-10 Joel Brobecker <brobecker@adacore.com>
18290
18291 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18292
eb479039
JB
182932014-09-10 Joel Brobecker <brobecker@adacore.com>
18294
18295 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18296
deede10c
JB
182972014-09-10 Joel Brobecker <brobecker@adacore.com>
18298
18299 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18300
7828a5f5
JB
183012014-09-10 Joel Brobecker <brobecker@adacore.com>
18302
18303 * gdb.dwarf2/dynarr-ptr.c: New file.
18304 * gdb.dwarf2/dynarr-ptr.exp: New file.
18305
33aeebcf
MR
183062014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18307
18308 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18309 of 30 rather than hardcoding 120 for a slow test case. Take the
18310 `gdb,timeout' target setting into account for this calculation.
18311 Don't extend the timeout for the test cases that don't need it.
18312
7b415901
MR
183132014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18314
18315 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18316 a factor of 2 for a slow test case. Take the `gdb,timeout'
18317 target setting into account for this calculation.
18318 * gdb.reverse/until-precsave.exp: Increase the timeout by
18319 a factor of 15 and 3 respectively rather than adding 120
18320 for a pair of slow test cases. Take the `gdb,timeout'
18321 target setting into account for this calculation.
18322
4a40f85a
MR
183232014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18324
18325 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18326 timeout, don't pass one down to gdb_expect.
18327 (gdb_expect): Rework timeout selection.
18328
09635af7
MR
183292014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18330
18331 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18332 exception on timeout.
18333 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18334 (gdbserver_start_extended): Catch any `gdbserver_start' error
18335 exceptions.
18336 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18337 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18338 `gdbserver_gdb_load' error exceptions.
18339
2bdd10b7
MR
183402014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18341
18342 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18343 120 on waiting for the TCP socket to open.
18344
316935f0
DE
183452014-09-09 Doug Evans <xdje42@gmail.com>
18346
18347 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18348 _caller_matches, _any_caller_is, _any_caller_matches.
18349
83740597
DE
183502014-09-09 Doug Evans <xdje42@gmail.com>
18351
18352 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18353
4c122fc3
YQ
183542014-09-09 Yao Qi <yao@codesourcery.com>
18355
18356 * gdb.mi/mi-var-display.exp: Set print symbol off.
18357
a9f116cb
GKB
183582014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18359
18360 PR gdb/17035
18361 * gdb.base/commands.exp: Add tests to verify user-defined
18362 commands with empty bodies.
18363 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18364 python commands in `show user command`.
18365 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18366 scheme commands in `show user command`.
18367
c75bd3a2
JK
183682014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18369
18370 PR python/17355
18371 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18372 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18373 * gdb.python/py-framefilter-invalidarg.exp: New file.
18374 * gdb.python/py-framefilter-invalidarg.py: New file.
18375
faa42425
DE
183762014-09-06 Doug Evans <xdje42@gmail.com>
18377
18378 PR 15276
18379 * gdb.python/py-caller-is.c: New file.
18380 * gdb.python/py-caller-is.exp: New file.
18381
474ca4f6
SDJ
183822014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18383
18384 PR gdb/17235
18385 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18386 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18387
eb0b0463
SDJ
183882014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18389
18390 PR fortran/17237
18391 * gdb.fortran/print-formatted.exp: New file.
18392 * gdb.fortran/print-formatted.f90: Likewise.
18393
5f3b99cf
SS
183942014-09-03 Sasha Smundak <asmundak@google.com>
18395
18396 * gdb.python/py-frame.exp: Test Frame.read_register.
18397
7d793aa9
SDJ
183982014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18399
18400 PR python/16699
18401 * gdb.python/py-completion.exp: New file.
18402 * gdb.python/py-completion.py: Likewise.
18403
fb0576e9
DE
184042014-08-28 Doug Evans <dje@google.com>
18405
18406 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18407 eax,etc. are live with values set by gdb and thus the compiler can't
18408 use them.
18409 * gdb.arch/i386-pseudo.c (main): Ditto.
18410
ee92b0dd
DE
184112014-08-27 Doug Evans <dje@google.com>
18412
18413 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18414
6649db35
DE
184152014-08-25 Doug Evans <dje@google.com>
18416
18417 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18418 (main): Ditto.
18419
564b7600
DE
184202014-08-25 Doug Evans <dje@google.com>
18421
18422 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18423
3881fb67
YQ
184242014-08-24 Yao Qi <yao@codesourcery.com>
18425
18426 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18427 symbol off.
18428 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18429
a05a36a5
DE
184302014-08-22 Doug Evans <dje@google.com>
18431
18432 PR 17276
18433 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18434 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18435 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18436
7c343b48
YQ
184372014-08-22 Yao Qi <yao@codesourcery.com>
18438
18439 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18440 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18441 * gdb.python/python.exp: Likewise. Use .py file on the host
18442 instead of the build.
18443
22fd09ae
JK
184442014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18445
18446 * gdb.threads/gcore-stale-thread.c: New file.
18447 * gdb.threads/gcore-stale-thread.exp: New file.
18448
a8454a7c
PA
184492014-08-21 Pedro Alves <palves@redhat.com>
18450
18451 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18452 * gdb.base/gcore-relro-pie.exp: Likewise.
18453 * gdb.base/gcore-relro.exp: Likewise.
18454 * gdb.base/gcore.exp: Likewise.
18455 * gdb.base/print-symbol-loading.exp: Likewise.
18456 * gdb.threads/gcore-thread.exp: Likewise.
18457 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18458
2a31c623
PA
184592014-08-20 Pedro Alves <palves@redhat.com>
18460 Jan Kratochvil <jan.kratochvil@redhat.com>
18461
18462 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18463 configure.
18464 (EXPECT): Handle READ1 being set.
18465 (all): Depend on EXTRA_RULES.
18466 (check-read1, expect-read1, read1.so, read1): New rules.
18467 * README (Testsuite Parameters): Document the READ1 make variable.
18468 (Race detection): New section.
18469 * configure: Regenerate.
18470 * configure.ac: If build==host==target, and running under a
18471 GNU/glibc system, add read1 to the extra Makefile rules.
18472 (EXTRA_RULES): AC_SUBST it.
18473 * lib/read1.c: New file.
18474
d36430db
JB
184752014-08-20 Joel Brobecker <brobecker@adacore.com>
18476
18477 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18478 the handling of variables declared as a typedef to an array
18479 which a DW_AT_data_location attribute.
18480
9a0dc9e3
PA
184812014-08-19 Andrew Burgess <aburgess@broadcom.com>
18482 Pedro Alves <palves@redhat.com>
18483
18484 PR symtab/14604
18485 PR symtab/14605
18486 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18487 gdb_test.
18488
0718a8da
PA
184892014-08-19 Pedro Alves <palves@redhat.com>
18490
18491 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18492
13b448cd
YQ
184932014-08-19 Yao Qi <yao@codesourcery.com>
18494
18495 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18496 right line.
18497
1cbf5077
DB
184982014-08-18 David Blaikie <dblaikie@gmail.com>
18499
18500 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18501
bf0fae19
JB
185022014-08-18 Joel Brobecker <brobecker@adacore.com>
18503
18504 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18505 attribute in array range.
18506
3c8c5dcc
JB
185072014-08-18 Joel Brobecker <brobecker@adacore.com>
18508
18509 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18510
e66d4446
SC
185112014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18512
18513 PR c++/17132
18514 * gdb.cp/pr17132.cc: New file.
18515 * gdb.cp/pr17132.exp: New file.
18516
940df408
SC
185172014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18518
18519 * gdb.python/py-xmethods.py (A_getarrayind)
18520 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18521 Use 'print' with function call syntax.
18522 (E_method_matcher.match): Fix tab vs space indentation mixup.
18523
ebcc6c3a
YQ
185242014-08-15 Yao Qi <yao@codesourcery.com>
18525
18526 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18527 false.
18528
775e0f04
YQ
185292014-08-15 Yao Qi <yao@codesourcery.com>
18530
18531 * gdb.cp/casts.exp: Set print symbol off.
18532 * gdb.cp/class2.exp: Likewise.
18533 * gdb.cp/overload.exp: Likewise.
18534 * gdb.cp/templates.exp: Likewise.
18535
d769e349
DE
185362014-08-11 Doug Evans <dje@google.com>
18537
18538 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18539 (test_load_shlib): Update.
18540
20c6f1e1
YQ
185412014-08-09 Yao Qi <yao@codesourcery.com>
18542
18543 * gdb.base/display.exp: Invoke is_address_zero_readable.
18544 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18545 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18546 * gdb.base/hbreak-unmapped.exp: Return if
18547 is_address_zero_readable returns true.
18548 * gdb.base/signest.exp: Likewise.
18549 * gdb.base/signull.exp: Likewise.
18550 * gdb.base/sigbpt.exp: Likewise.
18551 * gdb.guile/scm-disasm.exp: Do the test if
18552 is_address_zero_readable returns false.
18553 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18554 * gdb.python/py-arch.exp: Likewise.
18555 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18556 * lib/gdb.exp (is_address_zero_readable): New proc.
18557
5792e8e3
YQ
185582014-08-09 Yao Qi <yao@codesourcery.com>
18559
18560 PR testsuite/13443
18561 * gdb.mi/mi-var-display.exp: Make test messages unique.
18562
3cecbbbe
TT
185632014-08-04 Tom Tromey <tromey@redhat.com>
18564
18565 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18566 target 0".
18567
00b51ff5
TT
185682014-08-04 Tom Tromey <tromey@redhat.com>
18569
18570 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18571 "target_resume".
18572
6908c509
JB
185732014-08-01 Joel Brobecker <brobecker@adacore.com>
18574
18575 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18576 inner_vla_struct_object_size.
18577 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18578 as xfail.
18579
cc6563d2
PA
185802014-07-30 Pedro Alves <palves@redhat.com>
18581
18582 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18583 comment.
18584
7e09a223
YQ
185852014-07-29 Yao Qi <yao@codesourcery.com>
18586
18587 PR gdb/17206
18588 * gdb.base/until-nodebug.exp: New.
18589
7ebdbe92
DE
185902014-07-28 Doug Evans <xdje42@gmail.com>
18591
18592 PR guile/17203
18593 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18594 previously existing parameter, and previously ambiguously spelled
18595 parameter.
18596
fdb1adc6
WN
185972014-07-28 Will Newton <will.newton@linaro.org>
18598
18599 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18600
186fcde0
DE
186012014-07-26 Ludovic Courtès <ludo@gnu.org>
18602 Doug Evans <xdje42@gmail.com>
18603
18604 PR guile/17146
18605 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18606
70509625
PA
186072014-07-25 Pedro Alves <palves@redhat.com>
18608
18609 * gdb.threads/signal-command-handle-nopass.c: New file.
18610 * gdb.threads/signal-command-handle-nopass.exp: New file.
18611 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18612 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18613 * gdb.threads/signal-delivered-right-thread.c: New file.
18614 * gdb.threads/signal-delivered-right-thread.exp: New file.
18615
c3f814a1
PA
186162014-07-25 Pedro Alves <palves@redhat.com>
18617
18618 * gdb.base/double-prompt-target-event-error.exp
18619 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18620 match.
18621 (cancel_pagination_in_target_event): Rework double prompt
18622 detection.
18623 * gdb.base/paginate-after-ctrl-c-running.exp
18624 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18625 <return>' match.
18626 * gdb.base/paginate-bg-execution.exp
18627 (test_bg_execution_pagination_return)
18628 (test_bg_execution_pagination_cancel): Remove '-notransfer
18629 <return>' matches.
18630 * gdb.base/paginate-execution-startup.exp
18631 (test_fg_execution_pagination_return)
18632 (test_fg_execution_pagination_cancel): Remove '-notransfer
18633 <return>' matches.
18634 * gdb.base/paginate-inferior-exit.exp
18635 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18636 match.
18637 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18638 * lib/gdb.exp (pagination_prompt): Run text through
18639 string_to_regexp.
18640 (gdb_test_multiple): Match $pagination_prompt instead of
18641 "<return>".
18642 (string_to_regexp): Move to lib/gdb-utils.exp.
18643
e214cf6c
JK
186442014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18645
18646 * gdb.arch/amd64-entry-value-paramref.S: New file.
18647 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18648 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18649 * gdb.arch/amd64-optimout-repeat.S: New file.
18650 * gdb.arch/amd64-optimout-repeat.c: New file.
18651 * gdb.arch/amd64-optimout-repeat.exp: New file.
18652
17d0c5c8
JK
186532014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18654
18655 PR gdb/17170
18656 * gdb.base/statistics.exp: New file.
18657
b8b8facf
DE
186582014-07-17 Doug Evans <dje@google.com>
18659
74b49205 18660 PR gdb/17170
b8b8facf
DE
18661 * gdb.base/maint.exp: Update testing of per-command stats.
18662
1b5d0ab3
PA
186632014-07-16 Pedro Alves <palves@redhat.com>
18664
18665 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18666 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18667 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18668 (tfile_write_buf): New functions.
18669 (add_memory_block): Rewrite using the above.
18670 (adjust_function_address): New function.
18671 (FUNCTION_ADDRESS): New macro.
18672 (write_basic_trace_file): Remove short_x local, and use
18673 tfile_write_16. Change type of func_addr local to unsigned long
18674 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18675 here. Cast argument of add_memory_block to char pointer.
18676 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18677 (main): Remove parameters.
18678 * gdb.trace/tfile.exp: Remove nowarnings.
18679
4d974e88
SM
186802014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18681
18682 * gdb.base/debug-expr.exp: Test string evaluation with
18683 "debug expression" on.
18684
41e99568
PA
186852014-07-15 Pedro Alves <palves@redhat.com>
18686
18687 * gdb.base/reread.exp: Use clean_restart.
18688
487d9753
PL
186892014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18690
18691 * gdb.arch/avr-flash-qualifer.c: New.
18692 * gdb.arch/avr-flash-qualifer.exp: New.
18693
cc1c52ad
PA
186942014-07-14 Pedro Alves <palves@redhat.com>
18695
18696 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18697 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18698
1e973570
PA
186992014-07-14 Pedro Alves <palves@redhat.com>
18700
18701 * gdb.base/double-prompt-target-event-error.c: New file.
18702 * gdb.base/double-prompt-target-event-error.exp: New file.
18703
93d6eb10
PA
187042014-07-14 Pedro Alves <palves@redhat.com>
18705
18706 PR gdb/17072
18707 * gdb.base/paginate-inferior-exit.c: New file.
18708 * gdb.base/paginate-inferior-exit.exp: New file.
18709
0017922d
PA
187102014-07-14 Pedro Alves <palves@redhat.com>
18711
18712 PR gdb/17072
18713 * gdb.base/paginate-bg-execution.c: New file.
18714 * gdb.base/paginate-bg-execution.exp: New file.
18715
94696ad3
PA
187162014-07-14 Pedro Alves <palves@redhat.com>
18717
18718 PR gdb/17072
18719 * gdb.base/paginate-execution-startup.c: New file.
18720 * gdb.base/paginate-execution-startup.exp: New file.
18721 * lib/gdb.exp (pagination_prompt): New global.
18722 (default_gdb_spawn): New procedure, factored out from
18723 default_gdb_spawn.
18724 (default_gdb_start): Adjust to call default_gdb_spawn.
18725 (gdb_spawn): New procedure.
18726
bd293940
PA
187272014-07-14 Pedro Alves <palves@redhat.com>
18728
18729 * lib/gdb.exp (gdb_assert): New procedure.
18730 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18731
c933f875
PA
187322014-07-14 Pedro Alves <palves@redhat.com>
18733
18734 * gdb.base/execution-termios.c: New file.
18735 * gdb.base/execution-termios.exp: New file.
18736
d98b7a16
TT
187372014-07-14 Tom Tromey <tromey@redhat.com>
18738
18739 * gdb.cp/vla-cxx.cc: New file.
18740 * gdb.cp/vla-cxx.exp: New file.
18741
548740d6
TT
187422014-07-14 Tom Tromey <tromey@redhat.com>
18743
18744 * gdb.reverse/rerun-prec.c: New file.
18745 * gdb.reverse/rerun-prec.exp: New file.
18746
a25eb028
MR
187472014-07-12 Maciej W. Rozycki <macro@mips.com>
18748 Maciej W. Rozycki <macro@codesourcery.com>
18749
18750 * lib/gdb-utils.exp: New file.
18751 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18752 inline `gdb_init_command' processing.
18753 (gdb_start_cmd): Likewise.
18754 * lib/mi-support.exp (mi_run_cmd): Likewise.
18755 * README: Document `gdb_init_command' and `gdb_init_commands'.
18756
218c2655
JK
187572014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18758
18759 Fix false FAIL running under a very long directory name.
18760 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18761 and "set print elements 10000". Twice.
18762
5401fde3
YQ
187632014-07-11 Yao Qi <yao@codesourcery.com>
18764
18765 * gdb.base/exprs.exp: "set print symbol off".
18766
e76126e8
PA
187672014-07-11 Pedro Alves <palves@redhat.com>
18768
18769 * gdb.threads/kill.c: New file.
18770 * gdb.threads/kill.exp: New file.
18771
2d6f0de6
YQ
187722014-07-10 Yao Qi <yao@codesourcery.com>
18773
18774 * gdb.trace/tfile.c (write_basic_trace_file)
18775 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18776 address written to trace file.
18777
7180e04a
PA
187782014-07-09 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/attach-wait-input.exp: New file.
18781 * gdb.base/attach-wait-input.c: New file.
18782
9a9a7608
AB
187832014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18784
18785 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18786 setting up test structures.
18787 (main): Call new test function.
18788 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18789 test function, continue into test function and walk test
18790 structures.
18791
161ac41e
YQ
187922014-07-02 Yao Qi <yao@codesourcery.com>
18793
18794 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18795 'bar_start' at the beginning of functions 'foo' and 'bar'
18796 respectively.
18797 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18798 instead of 'foo' and 'bar'.
18799
1f267ae3
MM
188002014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18801
18802 * gdb.btrace/segv.exp: New.
18803 * gdb.btrace/segv.c: New.
18804
2b239efb
LM
188052014-07-02 Luis Machado <lgustavo@codesourcery.com>
18806
18807 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18808 instruction.
18809
cf363f18
MW
188102014-06-30 Mark Wielaard <mjw@redhat.com>
18811
18812 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18813 vulture, vilify, villar): New volatile array constants.
18814 (vindictive, vegetation): New const volatile array constants.
18815 * gdb.base/volatile.exp: Test volatile and const volatile array
18816 types.
18817
aebf9d24
AA
188182014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18819
18820 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18821 target lacks support for awatch, rwatch, or hbreak.
18822
b67a2c6f
YQ
188232014-06-27 Yao Qi <yao@codesourcery.com>
18824
18825 * gdb.multi/dummy-frame-restore.exp: New.
18826 * gdb.multi/dummy-frame-restore.c: New.
18827
aef92902
MM
188282014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18829
18830 * gdb.btrace/gcore.exp: New.
18831
8e9db26e
PA
188322014-06-23 Pedro Alves <palves@redhat.com>
18833
18834 * gdb.base/watchpoint-reuse-slot.c: New file.
18835 * gdb.base/watchpoint-reuse-slot.exp: New file.
18836
70afc5b7
SC
188372014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18838
18839 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18840 progspace's filename in 'info', 'enable' and 'disable' command
18841 tests.
18842
b972bd9c
JK
188432014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18844
18845 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18846 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18847 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18848
125f8a3d
GB
188492014-06-20 Gary Benson <gbenson@redhat.com>
18850
18851 * gdb.arch/i386-avx.exp: Fix include file location.
18852 * gdb.arch/i386-sse.exp: Likewise.
18853
3ed9baed
IB
188542014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18855
18856 * gdb.dlang/expression.exp: New file.
18857
034f788c
PA
188582014-06-19 Pedro Alves <palves@redhat.com>
18859
18860 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18861 out from ...
18862 (top level): ... here. Iterate running tests under different
18863 scheduler-locking settings.
18864
45371d0c
LM
188652014-06-18 Luis Machado <lgustavo@codesourcery.com>
18866
18867 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18868 to DW_FORM_addr and use non-zero addresses.
18869
5d376983
SC
188702014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18871
18872 PR gdb/17017
18873 * gdb.python/py-xmethods.cc: Add global function call counters and
18874 increment them in their respective functions. Remove "cout"
18875 statements.
18876 * gdb.python/py-xmethods.exp: Make tests check the global function
18877 call counters instead of depending on inferior IO.
18878
a1aa2221
LM
188792014-06-18 Don Breazeal <donb@codesourcery.com>
18880
18881 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18882 Deleted procedure.
18883 (explicit_fork_parent_follow): Deleted procedure.
18884 (explicit_fork_child_follow): Deleted procedure.
18885 (test_follow_fork): New procedure.
18886 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18887 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
18888 procedure calls.
18889
0fc05997
YQ
188902014-06-17 Yao Qi <yao@codesourcery.com>
18891
18892 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
18893 CP1252.
18894
70795c52
LM
188952014-06-17 Luis Machado <lgustavo@codesourcery.com>
18896
18897 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
18898 Initialize ptr and S explicitly.
18899 (skip_type_update_when_not_use_rtti_test): Likewise.
18900
6be47f0c
KS
189012014-06-16 Keith Seitz <keiths@redhat.com>
18902
18903 PR mi/15863
18904 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
18905 the inferior is started.
18906
d03de421
PA
189072014-06-16 Pedro Alves <palves@redhat.com>
18908
18909 * gdb.base/break-main-file-remove-fail.c: New file.
18910 * gdb.base/break-main-file-remove-fail.exp: New file.
18911 * gdb.base/break-unload-file.exp: Use build_executable instead of
18912 prepare_for_testing.
18913 (test_break): New parameter "initial_load". Handle it.
18914 (top level): Add initial_load cmdline/file axis.
18915
f9579b99
TT
189162014-06-12 Tom Tromey <tromey@redhat.com>
18917
18918 * gdb.base/completion.exp: Don't use directory name in test.
18919
3657956b
GB
189202014-06-09 Gary Benson <gbenson@redhat.com>
18921
18922 * gdb.base/sigall.c [Functions to send signals]: Reorder to
18923 separate the always-available ANSI-standard signals from the
18924 signals that require checking.
18925 (main): Likewise.
18926 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
18927 Likewise.
18928 (main): Likewise.
18929
4186eb54
KS
189302014-06-07 Keith Seitz <keiths@redhat.com>
18931
18932 Revert:
18933 PR c++/16253
18934 * gdb.cp/var-tag.cc: New file.
18935 * gdb.cp/var-tag.exp: New file.
18936 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
18937 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
18938 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
18939 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
18940
25326a28 189412014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
18942
18943 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
18944
829155c9
PA
189452014-06-06 Pedro Alves <palves@redhat.com>
18946
18947 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
18948 in target debug output instead of looking at RSP packets,
18949 disabling the test on any target that uses hardware stepping.
18950 Update comments.
18951
61c8d22e
PA
189522014-06-06 Pedro Alves <palves@redhat.com>
18953
18954 * gdb.base/break-unload-file.exp: Fix typo.
18955
d9a47287
YQ
189562014-06-06 Yao Qi <yao@codesourcery.com>
18957
18958 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
18959 from "jit_function" to "^jit_function".
18960
e5e01dbf
YQ
189612014-06-06 Yao Qi <yao@codesourcery.com>
18962
18963 * gdb.base/async.c (foo): Add one statement.
18964 * gdb.base/async.exp: Get the next instruction address and
18965 match the output of "nexti" by instruction address. Match
18966 the hex address in the output of "finish".
18967
73ba372c
GB
189682014-06-06 Gary Benson <gbenson@redhat.com>
18969
18970 * gdb.base/call-signals.c: Remove preprocessor conditionals
18971 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
18972 SIGSEGV and SIGTERM.
18973 * gdb.base/sigall.c: Likewise.
18974 * gdb.base/unwindonsignal.c: Likewise.
18975 * gdb.reverse/sigall-reverse.c: Likewise.
18976
831517df
YQ
189772014-06-06 Yao Qi <yao@codesourcery.com>
18978
18979 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
18980 readable, skip the test.
18981
b8b91e98
YQ
189822014-06-06 Yao Qi <yao@codesourcery.com>
18983
18984 * gdb.threads/staticthreads.c (thread_function): Move the line
18985 setting breakpoint on forward.
18986 * gdb.threads/staticthreads.exp: Update comments.
18987
fb934770
LC
189882014-06-05 Ludovic Courtès <ludo@gnu.org>
18989
18990 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
18991 "history-append! type error".
18992
6ef284bd
SM
189932014-06-05 Simon Marchi <simon.marchi@ericsson.com>
18994
18995 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
18996 erroneous dprintf expected input.
18997
a872e241
DE
189982014-06-04 Doug Evans <xdje42@gmail.com>
18999
19000 * gdb.guile/scm-generics.exp: Delete.
19001
16f691fb
DE
190022014-06-04 Doug Evans <xdje42@gmail.com>
19003
19004 * gdb.guile/scm-breakpoint.exp: Update.
19005 Add tests for breakpoint registration.
19006
012370f6
TT
190072014-06-04 Tom Tromey <tromey@redhat.com>
19008
19009 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19010 VLA-in-union.
19011 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19012 inner_vla_struct, vla_union types. Initialize objects of those
19013 types and compute their sizes.
19014
9f5a4cef
HZ
190152014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19016 Hui Zhu <hui@codesourcery.com>
19017
19018 * gdb.base/fileio.exp: Add test for shell not available as well as
19019 available.
19020 * gdb.base/fileio.c (test_system): Check for shell twice.
19021
90a45c4d
YQ
190222014-06-04 Yao Qi <yao@codesourcery.com>
19023
19024 * gdb.base/auto-connect-native-target.exp: Remove redundant
19025 space from the regexp pattern.
19026
70017e41
YQ
190272014-06-04 Yao Qi <yao@codesourcery.com>
19028
19029 * gdb.base/default.exp: Replace "child" with "native" in
19030 regexp pattern.
19031
883964a7
SC
190322014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19033
19034 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19035 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19036 * gdb.python/py-xmethods.py: Python script supporting the
19037 new testcase and tests.
19038
ef370185
JB
190392014-06-03 Joel Brobecker <brobecker@adacore.com>
19040 Pedro Alves <palves@redhat.com>
19041
19042 PR breakpoints/17000
19043 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19044 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19045
1e2ccb61
BM
190462014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19047
19048 * gdb.base/subst.exp: Add tests to verify partial path matching
19049 output.
19050
c6ec5ab2
PA
190512014-06-03 Pedro Alves <palves@redhat.com>
19052
19053 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19054 target that doesn't use software single-stepping.
19055
835c559f
PA
190562014-06-03 Pedro Alves <palves@redhat.com>
19057
19058 PR breakpoints/17000
19059 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19060 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19061
06eb1586
DE
190622014-06-02 Doug Evans <xdje42@gmail.com>
19063
19064 * gdb.guile/scm-parameter.exp: New file.
19065
e698b8c4
DE
190662014-06-02 Doug Evans <xdje42@gmail.com>
19067
19068 * gdb.guile/scm-cmd.c: New file.
19069 * gdb.guile/scm-cmd.exp: New file.
19070
ded03782
DE
190712014-06-02 Doug Evans <xdje42@gmail.com>
19072
19073 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19074 pretty-printer lookup.
19075 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19076 (make-pp_s-printer): Call it.
19077 (make-pretty-printer-from-dict): New function.
19078 (lookup-pretty-printer-maker-from-dict): New function.
19079 (*pretty-printer*): Simplify.
19080 (make-objfile-pp_s-printer): New function.
19081 (install-objfile-pretty-printers!): New function.
19082 (make-progspace-pp_s-printer): New function.
19083 (install-progspace-pretty-printers!): New function.
19084 * gdb.guile/scm-progspace.c: New file.
19085 * gdb.guile/scm-progspace.exp: New file.
19086
41fac0cf
PA
190872014-06-02 Pedro Alves <palves@redhat.com>
19088
19089 * gdb.base/dprintf-bp-same-addr.c: New file.
19090 * gdb.base/dprintf-bp-same-addr.exp: New file.
19091
96ae5695
EBM
190922014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19093
19094 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19095 * gdb.arch/powerpc-power.s: Likewise.
19096
da02b3a8
JB
190972014-06-02 Joel Brobecker <brobecker@adacore.com>
19098
19099 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19100
c72b2e7b
YQ
191012014-06-01 Yao Qi <yao@codesourcery.com>
19102
19103 * gdb.base/watchpoint.exp (test_watch_location): Check null
19104 pointer can be dereferenced. If not, do the test, otherwise
19105 skip it.
19106
53e8a631
AB
191072014-05-30 Andrew Burgess <aburgess@broadcom.com>
19108
19109 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19110 results.
19111 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19112
938f0e2f
AB
191132014-05-30 Andrew Burgess <aburgess@broadcom.com>
19114
19115 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19116 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19117 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19118 * gdb.arch/amd64-invalid-stack-top.c: New file.
19119 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19120
9ba6657a
PA
191212014-05-30 Pedro Alves <palves@redhat.com>
19122
19123 PR breakpoints/17000
19124 * gdb.base/sss-bp-on-user-bp.c: New file.
19125 * gdb.base/sss-bp-on-user-bp.exp: New file.
19126
522c09bf
DB
191272014-05-30 David Blaikie <dblaikie@gmail.com>
19128
19129 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19130 gnu_inline semantics via attribute.
19131 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19132 source explicitly specifies the required semantics.
19133
bf4ef81e
MR
191342014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19135
19136 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19137
329ea579
PA
191382014-05-29 Pedro Alves <palves@redhat.com>
19139 Tom Tromey <tromey@redhat.com>
19140
19141 * gdb.base/async-shell.exp: Don't enable target-async.
19142 * gdb.base/async.exp
19143 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19144 parameter. Adjust.
19145 (top level): Don't test with "target-async".
19146 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19147 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19148 * gdb.base/inferior-died.exp: Don't enable target-async.
19149 * gdb.base/interrupt-noterm.exp: Likewise.
19150 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19151 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19152 * gdb.mi/mi-nonstop.exp: Likewise.
19153 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19154 * gdb.mi/mi-nsintrall.exp: Likewise.
19155 * gdb.mi/mi-nsmoribund.exp: Likewise.
19156 * gdb.mi/mi-nsthrexec.exp: Likewise.
19157 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19158 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19159 * gdb.python/py-evsignal.exp: Don't enable target-async.
19160 * gdb.python/py-evthreads.exp: Likewise.
19161 * gdb.python/py-prompt.exp: Likewise.
19162 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19163 * gdb.server/solib-list.exp: Don't enable target-async.
19164 * gdb.threads/thread-specific-bp.exp: Likewise.
19165 * lib/mi-support.exp: Adjust to use mi-async.
19166
fd664c91
PA
191672014-05-29 Pedro Alves <palves@redhat.com>
19168
19169 PR gdb/13860
19170 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19171 reason, even in sync mode.
19172
251bde03
PA
191732014-05-29 Pedro Alves <palves@redhat.com>
19174 Hui Zhu <hui@codesourcery.com>
19175
19176 PR PR15693
19177 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19178 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19179 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19180 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19181
7f3c0343
JB
191822014-05-28 Joel Brobecker <brobecker@adacore.com>
19183
19184 * config/monitor.exp (gdb_target_monitor): Replace use of
19185 "set remotebaud" by "set serial baud".
19186
b2715b27
AW
191872014-05-26 Andy Wingo <wingo@igalia.com>
19188
19189 * gdb.guile/scm-breakpoint.exp:
19190 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19191 properties instead of gdb-object-properties.
19192
498a4489
YQ
191932014-05-26 Yao Qi <yao@codesourcery.com>
19194
19195 * gdb.server/no-thread-db.exp: Specify source file name
19196 explicitly when setting a breakpoint.
19197
589fdceb
MM
191982014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19199
19200 * gdb.btrace/vdso.c: New.
19201 * gdb.btrace/vdso.exp: New.
19202
e9089e05
MM
192032014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19204
19205 * gdb.base/gcore.exp (capture_command_output): Move ...
19206 * lib/gdb.exp (capture_command_output): ... here.
19207
67b5c0c1
MM
192082014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19209
19210 * gdb.btrace/data.exp: Test memory access during btrace replay.
19211
a2199296
SM
192122014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19213
19214 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19215
17b2616c
PA
192162014-05-21 Pedro Alves <palves@redhat.com>
19217
19218 PR gdb/13860
19219 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19220 (top level): Test that output related to execution commands is
19221 sent to the console with CLI commands, but not with MI commands.
19222 Test that breakpoint events are always mirrored to the console.
19223 Also expect the new source line to be output after a "next" in
19224 async mode too. Make it a pass/fail test.
19225 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19226 output.
19227 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19228
5166082f
PA
192292014-05-21 Pedro Alves <palves@redhat.com>
19230
19231 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19232 Use them to test variations of "list" after reaching a breakpoint.
19233 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19234 Test "list" with listsize 10 after reaching a breakpoint.
19235 * gdb.python/python.exp (decode_line current location line
19236 number): Adjust expected line number.
19237
2f25d70f
SM
192382014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19239
19240 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19241 behavior for $args, pass it directly to "run".
19242
ff604a67
MR
192432014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19244
19245 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19246 30000 to 65536.
19247
6a3cb8e8
PA
192482014-05-21 Pedro Alves <palves@redhat.com>
19249
19250 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19251 auto-connect-native-target off".
19252 * gdb.base/auto-connect-native-target.c: New file.
19253 * gdb.base/auto-connect-native-target.exp: New file.
19254
4ebfc96e
PA
192552014-05-21 Pedro Alves <palves@redhat.com>
19256
19257 * gdb.base/default.exp: Test "target native" instead of "target
19258 child".
19259
36d46afb
MW
192602014-05-21 Mark Wielaard <mjw@redhat.com>
19261
19262 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19263
5876f503
JK
192642014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19265
19266 Fix TLS access for -static -pthread.
19267 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19268 <HAVE_TLS> (thread_function, main): Initialize it.
19269 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19270 Add clean_restart.
19271 <$have_tls != "">: Check TLSVAR.
19272
0256a6ac
PA
192732014-05-21 Pedro Alves <palves@redhat.com>
19274
19275 * gdb.base/dcache-line-read-error.c: New.
19276 * gdb.base/dcache-line-read-error.exp: New.
19277
936d2992
PA
192782014-05-20 Pedro Alves <palves@redhat.com>
19279
19280 * gdb.base/compare-sections.c: New file.
19281 * gdb.base/compare-sections.exp: New file.
19282
802e8e6d
PA
192832014-05-20 Pedro Alves <palves@redhat.com>
19284
19285 * gdb.base/break-idempotent.c: New file.
19286 * gdb.base/break-idempotent.exp: New file.
19287
e59fa00f
MM
192882014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19289
19290 * gdb.btrace/nohist.exp: New.
19291
8b696e31
YQ
192922014-05-20 Yao Qi <yao@codesourcery.com>
19293
19294 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19295 gdb.reverse directory and gdb_reverse_timeout exists in board
19296 setting.
19297 * README: Document gdb_reverse_timeout.
19298
73c9764f
YQ
192992014-05-20 Yao Qi <yao@codesourcery.com>
19300
19301 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19302 'test_file_name'. Treat args as a string instead of a list.
19303 (gdb_init): Rename argument 'args' by 'test_file_name'.
19304
f1f4348a
JK
193052014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19306
19307 * gdb.arch/powerpc-power.exp: New file.
19308 * gdb.arch/powerpc-power.s: New file.
19309
0dbe70ce
DE
193102014-05-16 Doug Evans <dje@google.com>
19311
19312 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19313 * gdb.base/completion.exp: Check that all expected files exist
19314 before doing file completion.
0dbe70ce 19315
8d551b02
DE
193162014-05-16 Doug Evans <dje@google.com>
19317
19318 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19319 Update.
19320 (do_syscall_tests_without_xml): Update.
19321
73eb7709
PA
193222014-05-16 Pedro Alves <palves@redhat.com>
19323
19324 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19325 instead of "unknown output after running".
19326
3fae92fc
YQ
193272014-05-16 Yao Qi <yao@codesourcery.com>
19328
19329 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19330 file1.txt from host at the end.
19331 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19332
c2b2ccc5
DE
193332014-05-15 Doug Evans <dje@google.com>
19334
19335 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19336 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19337 loading file. Add test for TU lookup.
19338
8c217a4b
SM
193392014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19340
19341 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19342 calling "-exec-arguments" or "set args" before running the
19343 inferior.
19344
3deb39c6
SM
193452014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19346
19347 * lib/mi-support.exp (mi_expect_stop): Expect message for
19348 inferiors that exit with non-zero exit code.
19349
71a79f8c
YQ
193502014-05-14 Yao Qi <yao@codesourcery.com>
19351
19352 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19353 match absolute path on remote host.
19354 (test_file_list_exec_source_files): Remove "/" from the
19355 pattern.
19356
f23fcd46
YQ
193572014-05-14 Yao Qi <yao@codesourcery.com>
19358
19359 * boards/local-remote-host-notty.exp (${board}_file): New
19360 proc.
19361
9404b58f
KM
193622014-05-07 Kyle McMartin <kyle@redhat.com>
19363
19364 Pushed by Joel Brobecker <brobecker@adacore.com>.
19365 * gdb.arch/aarch64-atomic-inst.c: New file.
19366 * gdb.arch/aarch64-atomic-inst.exp: New file.
19367
5e45f04c
YQ
193682014-05-07 Yao Qi <yao@codesourcery.com>
19369
19370 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19371 in current context" too.
19372
c888a17d
KS
193732014-05-05 Keith Seitz <keiths@redhat.com>
19374
19375 * gdb.linespec/ls-dollar.exp: Add test for linespec
19376 file:convenience_variable.
19377
290a839c
YQ
193782014-05-05 Yao Qi <yao@codesourcery.com>
19379
19380 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19381 traceframes into tfile and ctf trace files. Read data from
19382 trace file and test collected data.
19383 (gdb_collect_locals_test): Likewise.
19384 (gdb_unavailable_registers_test): Likewise.
19385 (gdb_unavailable_floats): Likewise.
19386 (gdb_collect_globals_test): Likewise.
19387 (top-level): Append "ctf" to trace_file_targets if GDB
19388 supports.
19389
b5262cd0
YQ
193902014-05-05 Yao Qi <yao@codesourcery.com>
19391
19392 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19393 code to ...
19394 (gdb_collect_args_test_1): ... it. New proc.
19395 (gdb_collect_locals_test): Move some code to ...
19396 (gdb_collect_locals_test_1): ... it. New proc.
19397 (gdb_unavailable_registers_test): Move some code to ...
19398 (gdb_unavailable_registers_test_1): ... it. New proc.
19399 (gdb_unavailable_floats): Move some code to ...
19400 (gdb_unavailable_floats_1): ... it. New proc.
19401
30a1e6cc
SDJ
194022014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19403
19404 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19405 probes to test for bitness recognition.
19406 * gdb.arch/amd64-stap-optional-prefix.exp
19407 (test_probe_value_without_reg): New procedure.
19408 Add code to test for different kinds of bitness.
19409
f33da99a
SDJ
194102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19411
19412 PR breakpoints/16889
19413 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19414 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19415
5b80f00d
PA
194162014-05-01 Pedro Alves <palves@redhat.com>
19417
19418 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19419 gdb_file_cmd if no file is specified.
19420 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19421 last_loaded_file to set the remote exec-file.
19422
f8c2a73c
PA
194232014-05-01 Pedro Alves <palves@redhat.com>
19424
19425 * boards/local-remote-host.exp: New file.
19426
be6e8ac7
PA
194272014-05-01 Pedro Alves <palves@redhat.com>
19428
19429 * boards/local-remote-host.exp: Rename to ...
19430 * boards/local-remote-host-notty.exp: ... this.
19431
cac0dc8f
JB
194322014-04-28 Joel Brobecker <brobecker@adacore.com>
19433
19434 * gdb.ada/dyn_arrayidx: New testcase.
19435
9730e6cc
YQ
194362014-04-26 Yao Qi <yao@codesourcery.com>
19437
19438 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19439 and compute the length of function main. Save it in
19440 $main_length.
19441 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19442 (top-level): Use gdb_compile to compile objects into
19443 executable and restart GDB. Remove invocation to
19444 prepare_for_testing.
19445
7ae1a6a6
PA
194462014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19447 Pedro Alves <palves@redhat.com>
19448
19449 PR server/16255
19450 * gdb.multi/multi-attach.c: New file.
19451 * gdb.multi/multi-attach.exp: New file.
19452
4082afcc
PA
194532014-04-25 Pedro Alves <palves@redhat.com>
19454
19455 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19456 user.
19457 (top level): Test that "set remote conditional-breakpoints-packet
19458 off" works as intended.
19459 * gdb.base/dprintf.exp: Test that "set remote
19460 breakpoint-commands-packet off" works as intended.
19461 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19462 New function.
19463 (top level): Call it.
19464 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19465 remote fast-tracepoints-packet off" works as intended.
19466 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19467 * lib/gdb.exp (gdb_is_target_remote): ... here.
19468
2abc3f8d
DB
194692014-04-24 David Blaikie <dblaikie@gmail.com>
19470
19471 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19472 ensure clang would not discard them.
19473 * gdb.base/gdbvars.c: Ditto.
19474 * gdb.base/memattr.c: Ditto.
19475 * gdb.base/whatis.c: Ditto.
19476 * gdb.python/py-prettyprint.c: Ditto.
19477 * gdb.trace/actions.c: Ditto.
19478 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19479 ensure clang would not discard it.
19480
bfd39632
DB
194812014-04-24 David Blaikie <dblaikie@gmail.com>
19482
19483 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19484 clang to emit the full definition of type required by the test
19485 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19486
22842ff6
DB
194872014-04-24 David Blaikie <dblaikie@gmail.com>
19488
19489 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19490 coax Clang into emitting the definition of the type.
19491 * gdb.cp/pr10728-x.h (y): Ditto.
19492 * gdb.cp/pr10728-y.cc (y): Ditto.
19493
c2e827ad
DB
194942014-04-24 David Blaikie <dblaikie@gmail.com>
19495
19496 * gdb.base/label.exp: XFAIL label related tests under Clang.
19497 * gdb.cp/cplabel.exp: Ditto.
19498 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19499 under Clang those using labels.
19500
4c2d33e7
YQ
195012014-04-25 Yao Qi <yao@codesourcery.com>
19502
19503 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19504 double_label.
19505 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19506 partial_label and double_label.
19507
56083b99
DB
195082014-04-24 David Blaikie <dblaikie@gmail.com>
19509
19510 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19511
25d4e99d
DB
195122014-04-24 David Blaikie <dblaikie@gmail.com>
19513
19514 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19515 of the function to work across GCC and Clang.
19516 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19517 pointer types (const void ** const V void **).
19518
01f9f808
MS
195192014-04-24 Michael Sturm <michael.sturm@mintel.com>
19520 Walfred Tedeschi <walfred.tedeschi@intel.com>
19521
19522 * Makefile.in (EXECUTABLES): Added i386-avx512.
19523 * gdb.arch/i386-avx512.c: New file.
19524 * gdb.arch/i386-avx512.exp: Likewise.
19525
4b48d439
KS
195262014-04-23 Keith Seitz <keiths@redhat.com>
19527
19528 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19529 (mi_make_breakpoint_table): New procedure.
19530 (mi_create_breakpoint): Use mi_make_breakpoint
19531 and return the result.
19532 (mi_make_breakpoint): New procedure.
19533 (mi_build_kv_pairs): New procedure.
19534
19535 * gdb.mi/mi-break.exp: Remove unused globals,
19536 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19537 All callers updated.
19538 * gdb.mi/mi-dprintf.exp: Use variable to track command
19539 number.
19540 Update all callers of mi_create_breakpoint and use
19541 mi_make_breakpoint_table.
19542 Remove any unused global variables.
19543 * gdb.mi/mi-nonstop.exp: Likewise.
19544 * gdb.mi/mi-nsintrall.exp: Likewise.
19545 * gdb.mi/mi-nsmoribund.exp: Likewise.
19546 * gdb.mi/mi-nsthrexec.exp: Likewise.
19547 * gdb.mi/mi-reverse.exp: Likewise.
19548 * gdb.mi/mi-simplerun.exp: Likewise.
19549 * gdb.mi/mi-stepn.exp: Likewise.
19550 * gdb.mi/mi-syn-frame.exp: Likewise.
19551 * gdb.mi/mi-until.exp: Likewise.
19552 * gdb.mi/mi-var-cp.exp: Likewise.
19553 * gdb.mi/mi-var-display.exp: Likewise.
19554 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19555 * gdb.mi/mi2-var-child.exp: Likewise.
19556 * gdb.mi/mi-vla-c99.exp: Likewise.
19557 * lib/mi-support.exp: Likewise.
19558
19559 From Ian Lance Taylor <iant@cygnus.com>:
19560 * lib/gdb.exp (parse_args): New procedure.
19561
08351840
PA
195622014-04-23 Pedro Alves <palves@redhat.com>
19563
19564 * gdb.base/break-unload-file.c: New file.
19565 * gdb.base/break-unload-file.exp: New file.
19566 * gdb.base/sym-file-lib.c (baz): New function.
19567 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19568 field.
19569 (load): Store the segment's mapped size.
19570 (unload): New function.
19571 (unload_shlib): New function.
19572 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19573 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19574 set a breakpoint at baz, and call it.
19575 * gdb.base/sym-file.exp: New tests for stale breakpoint
19576 instructions.
19577
076855f9
PA
195782014-04-23 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19581 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19582 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19583 * gdb.base/hbreak-unmapped.c: New file.
19584 * gdb.base/hbreak-unmapped.exp: New file.
19585 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19586 * lib/gdb.exp (gdb_is_target_remote): ... here.
19587
483805cf
PA
195882014-04-22 Pedro Alves <palves@redhat.com>
19589
19590 * gdb.base/consecutive-step-over.c: New file.
19591 * gdb.base/consecutive-step-over.exp: New file.
19592
06d97543
PA
195932014-04-22 Pedro Alves <palves@redhat.com>
19594
19595 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19596 instead of send_gdb/gdb_expect.
19597
b4429ea2
YQ
195982014-04-22 Yao Qi <yao@codesourcery.com>
19599
19600 * lib/trace-support.exp (generate_tracefile): New procedure.
19601 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19602 return 0.
19603 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19604 if generate_tracefile returns 1.
19605
51d48146
PA
196062014-04-18 Tom Tromey <palves@redhat.com>
19607 Pedro alves <tromey@redhat.com>
19608
19609 PR backtrace/15558
19610 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19611 with a backtrace limit.
19612 * gdb.python/py-frame-inline.exp: Test running to an inline
19613 function with a backtrace limit, and printing the newest frame.
19614 * gdb.python/py-frame-inline.c (main): Call f.
19615
bd1dce5f
MS
196162014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19617
19618 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19619
40d1a503
MS
196202014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19621
19622 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19623 Drop prefix from unsupported source file path.
19624
389b98f7
YQ
196252014-04-17 Yao Qi <yao@codesourcery.com>
19626
19627 * lib/gdb.exp (with_target_charset): New proc.
19628 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19629 with_target_charset.
19630 (test_print_strings): Likewise.
19631 (test_repeat_bytes): Likewise.
19632 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19633 for some tests.
19634
22869d73
KS
196352014-04-16 Keith Seitz <keiths@redhat.com>
19636
19637 PR gdb/15827
19638 * gdb.dwarf2/corrupt.c: New file.
19639 * gdb.dwarf2/corrupt.exp: New file.
19640
c4f87ca6
KS
196412014-04-16 Keith Seitz <keiths@redhat.com>
19642
19643 PR c++/16597
19644 * gdb.cp/namelessclass.cc: New file.
19645 * gdb.cp/namelessclass.exp: New file.
19646 * gdb.cp/namelessclass.S: New file.
19647
ab19de87
DE
196482014-04-16 Doug Evans <dje@google.com>
19649
19650 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19651 Add comment.
19652 (gdbserver_default_get_comm_port): New function.
19653 (gdbserver_start): Check if board file provided
19654 "gdbserver,get_comm_port" and use it if so.
19655 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19656 (gdb,socketport): Set to "stdio".
19657 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19658 (stdio_gdbserver_template): Delete.
19659 (${board}_get_remote_address): Update.
19660 (${board}_build_remote_cmd): Delete.
19661 (${board}_get_comm_port): New function.
19662 (${board}_spawn): Update.
19663 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19664 Delete.
19665 (${board}_get_remote_address): Update.
19666 (${board}_get_comm_port): New function.
19667
fc98a809
AB
196682014-04-16 Andrew Burgess <aburgess@broadcom.com>
19669
19670 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19671 appearing in any order.
19672
87fd9e6e
DE
196732014-04-15 Doug Evans <dje@google.com>
19674
19675 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19676 uninitialized value of "description".
19677
099fc3ea
KS
196782014-04-15 Keith Seitz <keiths@redhat.com>
19679
19680 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19681 Remove unused globals.
19682 (test_running_the_program): Likewise.
19683 (test_controlled_execution): Likewise.
19684 (test_controlling_breakpoints): Likewise.
19685 (test_program_termination): Likewise.
19686
5da151d4
KS
196872014-04-15 Keith Seitz <keiths@redhat.com>
19688
19689 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19690 unused globals.
19691 (test_rbreak_creation_and_listing): Likewise.
19692 (test_ignore_count): Likewise.
19693 (test_error): Likewise.
19694
35e5d2f0
PA
196952014-04-15 Pedro Alves <palves@redhat.com>
19696
19697 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19698 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19699 sym-file-loader.c.
19700 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19701 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19702 to sym-file-loader.c.
19703 (struct library): Forward declare.
19704 (load_shlib, lookup_function): Change prototypes.
19705 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19706 (translate_offset): Remove declarations.
19707 (get_text_addr): New declaration.
19708 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19709 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19710 sym-file-loader.h.
19711 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19712 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19713 here from sym-file-loader.h.
19714 (struct library): New structure.
19715 (load_shlib, lookup_function): Change prototypes and adjust to
19716 work with a struct library.
19717 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19718 (translate_offset): Make static.
19719 (get_text_addr): New function.
19720 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19721
eb4c1710
PA
197222014-04-15 Pedro Alves <palves@redhat.com>
19723
19724 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19725
2d1baf52
PA
197262014-04-15 Pedro Alves <palves@redhat.com>
19727
19728 * gdb.base/sym-file-loader.c: Include <limits.h>.
19729 (SELF_LINK): New define.
19730 (get_origin): New function.
19731 (load_shlib): Use it.
19732 * gdb.base/sym-file.exp: Don't early return if the target is
19733 remote. Use runto_main, and issue fail is that fails. Use
19734 gdb_load_shlibs.
19735 (shlib_name): Delete.
19736 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19737
7dd6df01
PA
197382014-04-15 Pedro Alves <palves@redhat.com>
19739
19740 * gdb.base/sym-file.exp: Remove regex characters from test
19741 message. Don't refer to breakpoint numbers in test messages.
19742
b50c8614
KS
197432014-04-14 Keith Seitz <keiths@redhat.com>
19744
19745 PR c++/16253
19746 * gdb.cp/var-tag.cc: New file.
19747 * gdb.cp/var-tag.exp: New file.
19748 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19749 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19750 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19751 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19752
3d567982
TT
197532014-04-14 Tom Tromey <tromey@redhat.com>
19754
19755 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19756 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19757 type.
19758 * gdb.cp/enum-class.exp: New file.
19759 * gdb.cp/enum-class.cc: New file.
19760
0626fc76
TT
197612014-04-14 Tom Tromey <tromey@redhat.com>
19762
19763 * gdb.dwarf2/enum-type.exp: New file.
19764
dca325b3
SA
197652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19766
19767 * gdb.mi/mi-vla-c99.exp: New file.
19768 * gdb.mi/vla.c: New file.
19769
5854b38a
SA
197702014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19771
19772 * gdb.base/vla-datatypes.c: New file.
19773 * gdb.base/vla-datatypes.exp: New file.
19774
463bb957
SA
197752014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19776
19777 * gdb.base/vla-ptr.c: New file.
19778 * gdb.base/vla-ptr.exp: New file.
19779
3dd170be
SA
197802014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19781
19782 * gdb.dwarf2/count.exp: New file.
19783
5ecaaa66
SA
197842014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19785
19786 * gdb.base/vla-sideeffect.c: New file.
19787 * gdb.base/vla-sideeffect.exp: New file.
19788
41f1ada5
DB
197892014-04-14 David Blaikie <dblaikie@gmail.com>
19790
19791 * gdb.mi/non-stop.c: Add return value for non-void function return
19792 statement.
19793 * gdb.threads/staticthreads.c: Ditto.
19794
0be03e84
DE
197952014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19796 Doug Evans <xdje42@gmail.com>
19797
19798 * gdb.guile/scm-value.c: Improve test case.
19799 * gdb.guile/scm-value.exp: Add new test.
19800
f180a1fb
DB
198012014-04-11 David Blaikie <dblaikie@gmail.com>
19802
19803 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19804 override Clang's default.
19805
6b662e19
JB
198062014-04-11 Joel Brobecker <brobecker@adacore.com>
19807
19808 Revert the following changes (regressions):
19809
19810 * gdb.base/vla-sideeffect.c: New file.
19811 * gdb.base/vla-sideeffect.exp: New file.
19812
19813 * gdb.dwarf2/count.exp: New file.
19814
19815 * gdb.base/vla-multi.c: New file.
19816 * gdb.base/vla-multi.exp: New file.
19817
19818 * gdb.base/vla-ptr.c: New file.
19819 * gdb.base/vla-ptr.exp: New file.
19820
19821 * gdb.base/vla-datatypes.c: New file.
19822 * gdb.base/vla-datatypes.exp: New file.
19823
19824 * gdb.mi/mi-vla-c99.exp: New file.
19825 * gdb.mi/vla.c: New file.
19826
245a5f0b
KS
198272014-04-11 Keith Seitz <keiths@redhat.com>
19828
19829 PR c++/16675
19830 * gdb.cp/cpsizeof.exp: New file.
19831 * gdb.cp/cpsizeof.cc: New file.
19832
58a84dcf
SA
198332014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19834
191a8a90
JB
19835 * gdb.mi/mi-vla-c99.exp: New file.
19836 * gdb.mi/vla.c: New file.
58a84dcf 19837
c8655f75
SA
198382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19839
19840 * gdb.base/vla-datatypes.c: New file.
19841 * gdb.base/vla-datatypes.exp: New file.
19842
024e13b4
SA
198432014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19844
19845 * gdb.base/vla-ptr.c: New file.
19846 * gdb.base/vla-ptr.exp: New file.
19847
1a237e0e
SA
198482014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19849
19850 * gdb.base/vla-multi.c: New file.
19851 * gdb.base/vla-multi.exp: New file.
19852
504f3432
SA
198532014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19854
19855 * gdb.dwarf2/count.exp: New file.
19856
3bce8237
SA
198572014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19858
191a8a90
JB
19859 * gdb.base/vla-sideeffect.c: New file.
19860 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19861
322f9c21
YQ
198622014-04-11 Yao Qi <yao@codesourcery.com>
19863
19864 * gdb.base/completion.exp: Check file exists before running tests
19865 on file completion.
19866
d708bcd1
PA
198672014-04-10 Pedro Alves <palves@redhat.com>
19868
19869 * gdb.base/cond-eval-mode.c: New file.
19870 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19871 prepare_for_testing to build the new file. Check result of
19872 runto_main.
19873 (test_break, test_watch): New procedures.
19874 (top level): Use them.
19875
ae1d2761
PM
198762014-04-08 Pierre Muller <muller@sourceware.org>
19877
19878 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19879 Ctrl-V use for mingw hosts.
19880
7af389b8
SC
198812014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19882
19883 * gdb.python/py-value.c: Improve test case.
19884 * gdb.python/py-value.exp: Add new test.
19885
5e703181
DE
198862014-04-07 David Blaikie <dblaikie@gmail.com>
19887
19888 * lib/compiler.c: Identify the clang compiler.
19889 * lib/compiler.cc: Ditto.
19890
9810b410
YQ
198912014-04-03 Yao Qi <yao@codesourcery.com>
19892
19893 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
19894
98d1b8dc
AB
198952014-04-01 Anton Blanchard <anton@samba.org>
19896
19897 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
19898 messages unique.
19899
3114cea1
AB
199002014-04-01 Anton Blanchard <anton@samba.org>
19901
19902 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
19903 prepare_for_testing.
19904
62f7182c
AB
199052014-04-01 Anton Blanchard <anton@samba.org>
19906
19907 * gdb.arch/ppc64-atomic-inst.c: Remove.
19908 * gdb.arch/ppc64-atomic-inst.S: New file.
19909 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
19910
770e7fc7
DE
199112014-03-31 Doug Evans <dje@google.com>
19912
19913 * gdb.base/print-symbol-loading-lib.c: New file.
19914 * gdb.base/print-symbol-loading-main.c: New file.
19915 * gdb.base/print-symbol-loading.exp: New file.
19916
46e2bafa
YQ
199172014-03-31 Yao Qi <yao@codesourcery.com>
19918
19919 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
19920
8776cfe9
JB
199212014-03-28 Joel Brobecker <brobecker@adacore.com>
19922
19923 * gdb.ada/mi_dyn_arr: New testcase.
19924
5d1ef361
DE
199252014-03-27 Doug Evans <dje@google.com>
19926
19927 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
19928
b5bee914
YQ
199292014-03-27 Yao Qi <yao@codesourcery.com>
19930
19931 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
19932 if target is nios2-*-*.
19933
0d4d0e77
YQ
199342014-03-26 Yao Qi <yao@codesourcery.com>
19935
19936 * lib/gdb.exp (readline_is_used): New proc.
19937 * gdb.base/completion.exp: Move tests on command complete up.
19938 Skip the rest of tests if readline is not used.
19939 * gdb.ada/complete.exp: Skp the test if readline is not
19940 used.
19941 * gdb.base/filesym.exp: Likewise.
19942 * gdb.base/macscp.exp: Likewise.
19943 * gdb.base/readline-ask.exp: Likewise.
19944 * gdb.base/readline.exp: Likewise.
19945 * gdb.python/py-cmd.exp: Likewise.
19946 * gdb.trace/tfile.exp: Likewise.
19947
29361eee
YQ
199482014-03-26 Yao Qi <yao@codesourcery.com>
19949
19950 * gdb.base/macscp.exp: Fix code format issues.
19951
bc9a5525
UW
199522014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
19953
19954 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
19955 * gdb.asm/powerpc64le.inc: New file.
19956
d3839ede
PA
199572014-03-25 Pedro Alves <palves@redhat.com>
19958 Doug Evans <dje@google.com>
19959
19960 * gdb.base/source-execution.c: New file.
19961 * gdb.base/source-execution.exp: New file.
19962 * gdb.base/source-execution.gdb: New file.
19963
01672a57
DE
199642014-03-24 Doug Evans <dje@google.com>
19965
19966 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
19967 using fission.
19968
88bbeca9
HZ
199692014-03-24 Hui Zhu <hui@codesourcery.com>
19970 Pedro Alves <palves@redhat.com>
19971
19972 PR breakpoints/16101
19973 * gdb.base/dprintf.exp: Use unsupported rather than changing the
19974 test pass/fail messages. Detect missing support for dprintf when
19975 breakpoints are actually inserted.
19976 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
19977 breakpoints are actually inserted.
19978 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
19979 fails.
19980
d2348791
JK
199812014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
19982
19983 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
19984
feef67ab
DE
199852014-03-22 Doug Evans <xdje42@gmail.com>
19986
19987 * gdb.python/python.exp (python not supported): Verify multi-line
19988 python command issues an error.
25d743f9 19989 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 19990 guile command issues an error.
feef67ab 19991
ecebef6a
MR
199922014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
19993
19994 * gdb.threads/thread-specific.exp: Handle the lack of usable
19995 $this_breakpoint and $this_thread.
19996
ccdd1909
HZ
199972014-03-21 Hui Zhu <hui@codesourcery.com>
19998
19999 * gdb.base/attach.exp (do_command_attach_tests): New.
20000
beb460e8
PA
200012014-03-20 Tom Tromey <tromey@redhat.com>
20002 Pedro Alves <palves@redhat.com>
20003
20004 PR cli/15718
20005 * gdb.base/condbreak-call-false.c: New file.
20006 * gdb.base/condbreak-call-false.exp: New file.
20007
40acf43a
PA
200082014-03-20 Pedro Alves <palves@redhat.com>
20009
20010 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20011 Delete.
20012 (block_signals, unblock_signals): Delete.
20013 (child_function_2, main): Remove references to deleted variable
20014 and functions.
20015
9f5e1e02
PA
200162014-03-20 Pedro Alves <palves@redhat.com>
20017
20018 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20019 Use pthread_kill to signal thread 2.
20020 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20021 Adjust to make the test send itself a signal rather than using the
20022 host's "kill" command.
20023
99619bea
PA
200242014-03-20 Pedro Alves <palves@redhat.com>
20025
20026 * gdb.threads/multiple-step-overs.c: New file.
20027 * gdb.threads/multiple-step-overs.exp: New file.
20028 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20029 Adjust expected infrun debug output.
20030
2adfaa28
PA
200312014-03-20 Pedro Alves <palves@redhat.com>
20032
20033 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20034 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20035
31e77af2
PA
200362014-03-20 Pedro Alves <palves@redhat.com>
20037
20038 PR breakpoints/7143
20039 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20040 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20041 of gdb_test_multiple.
20042 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20043 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20044
b9f437de
PA
200452014-03-20 Pedro Alves <palves@redhat.com>
20046
20047 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20048 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20049
05adc73e
PA
200502014-03-19 Pedro Alves <palves@redhat.com>
20051
20052 * gdb.base/async.exp: Remove early return.
20053
6048b950
PA
200542014-03-19 Pedro Alves <palves@redhat.com>
20055
20056 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20057
8bcfb00a
PA
200582014-03-19 Pedro Alves <palves@redhat.com>
20059
20060 * gdb.base/async.exp (test_background): Expect \r\n after
20061 "completed." in the fail pattern.
20062
884e37dc
PA
200632014-03-19 Pedro Alves <palves@redhat.com>
20064
20065 * gdb.base/async.exp (test_background): New procedure.
20066 Use it for all background execution command tests.
20067
148e57e2
PA
200682014-03-19 Pedro Alves <palves@redhat.com>
20069
20070 * gdb.base/async.exp: Use prepare_for_testing.
20071
f48088c7
PA
200722014-03-19 Pedro Alves <palves@redhat.com>
20073
20074 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20075 the same line.
20076
e2f6c966
PA
200772014-03-19 Pedro Alves <palves@redhat.com>
20078
20079 * gdb.base/async.c (main): Add "jump here" and "until here" line
20080 marker comments.
20081 * gdb.base/async.exp (jump_here): New global.
20082 (jump& test): Use it.
20083 (until_here): New global.
20084 (until& test): Use it.
20085
c30568d4
PA
200862014-03-19 Pedro Alves <palves@redhat.com>
20087
20088 * gdb.base/async.exp: Don't frob gdb_protocol.
20089
0172b6a7
DE
200902014-03-18 Doug Evans <xdje42@gmail.com>
20091
20092 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20093 Fix spelling of exec-done-display.
20094
06c868a8
JK
200952014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20096
20097 PR gdb/15358
20098 * gdb.base/gdb-sigterm.c: New file.
20099 * gdb.base/gdb-sigterm.exp: New file.
20100
0c7e1a46
PA
201012014-03-18 Pedro Alves <palves@redhat.com>
20102
20103 PR gdb/13860
20104 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20105 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20106 solib-event.
20107
f7c77d93
JB
201082014-03-17 Joel Brobecker <brobecker@adacore.com>
20109
20110 * gdb.ada/pckd_arr_ren: New testcase.
20111
5a1e8c7a
DE
201122014-03-13 Doug Evans <xdje42@gmail.com>
20113
20114 PR guile/16612
20115 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20116 collect after discarding symbols.
20117
350e1a76
DE
201182014-03-13 Ludovic Courtès <ludo@gnu.org>
20119 Doug Evans <xdje42@gmail.com>
20120
20121 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20122 to history survives a gc.
20123
a69900ae
PA
201242014-03-13 Pedro Alves <palves@redhat.com>
20125
20126 * gdb.base/default.exp: Don't test "target procfs".
20127
5db9f0bd
PA
201282014-03-13 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.base/default.exp: Update "target child" and "target procfs"
20131 tests to not expect "Unix".
20132
b3ccfe11
TT
201332014-03-12 Tom Tromey <tromey@redhat.com>
20134
20135 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20136 New procs. Add target-async tests.
20137 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20138 Add target-async tests.
20139
646f4417
AA
201402014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20141
20142 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20143 'func_start' and 'func_end' for the beginning and end of the
20144 function code, respectively.
20145 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20146 'func_end' instead of 'func' and 'main'.
20147
288c211f
AA
201482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20149
20150 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20151 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20152 generate the debug info assembler source.
20153
e0c0f156
AA
201542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20155
20156 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20157 * gdb.dwarf2/arr-subrange.exp: Likewise.
20158 * gdb.dwarf2/dwz.exp: Likewise.
20159 * gdb.dwarf2/method-ptr.exp: Likewise.
20160 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20161 * gdb.dwarf2/subrange.exp: Likewise.
20162 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20163 * gdb.dwarf2/implptrpiece.exp: Likewise.
20164 * gdb.dwarf2/nostaticblock.exp: Likewise.
20165
0e5c4555
AA
201662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20167
20168 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20169 directory to absolute path name arguments.
20170
5ec18f2b
JG
201712014-03-10 Joel Brobecker <brobecker@adacore.com>
20172
20173 * gdb.ada/tagged_access: New testcase.
20174
847fc4f2
MM
201752014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20176
20177 * gdb.btrace/data.exp: Update expected output.
20178
cc3da688
YQ
201792014-03-06 Yao Qi <yao@codesourcery.com>
20180
20181 * gdb.trace/pr16508.exp: New file.
20182
0f26cec1
PA
201832014-03-05 Pedro Alves <palves@redhat.com>
20184
20185 PR gdb/16575
20186 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20187 procedure.
20188 (top level): Adjust to use it. Add tests that exercise breakpoint
20189 interaction with the code-cache.
20190
7a5a839f
LC
201912014-02-26 Ludovic Courtès <ludo@gnu.org>
20192
20193 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20194 test for 'history-append!'.
20195
31aa7e4e
JB
201962014-02-26 Joel Brobecker <brobecker@adacore.com>
20197
20198 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20199 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20200 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20201 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20202 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20203 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20204
1b588015
JB
202052014-02-26 Joel Brobecker <brobecker@adacore.com>
20206
20207 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20208 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20209 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20210
55426c9d
JB
202112014-02-26 Joel Brobecker <brobecker@adacore.com>
20212
20213 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20214
dc53a7ad
JB
202152014-02-26 Joel Brobecker <brobecker@adacore.com>
20216
20217 * gdb.dwarf2/arr-stride.c: New file.
20218 * gdb.dwarf2/arr-stride.exp: New file.
20219
12ab52e9
PA
202202014-02-26 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20223 that won't ever trigger. Make sure that GDB reports the correct
20224 breakpoint that caused the stop.
20225
849c862e
JK
202262014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20227
20228 PR gdb/16626
20229 * gdb.base/auto-load-script: New file.
20230 * gdb.base/auto-load.c: New file.
20231 * gdb.base/auto-load.exp: New file.
20232
71b7d793
JK
20233 PR gdb/16626
20234 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20235
e2f0d509
JK
202362014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20237
20238 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20239 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20240
50cc37c8
DE
202412014-02-24 Doug Evans <dje@google.com>
20242
20243 * lib/gdb.exp (run_on_host): Log error output if program fails.
20244
ea4758f2
PA
202452014-02-21 Pedro Alves <palves@redhat.com>
20246
20247 * gdb.threads/step-after-sr-lock.c: Rename to ...
20248 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20249 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20250 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20251 ... this.
20252
d7b30f67
SDJ
202532014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20254
20255 PR tdep/16397
20256 * gdb.arch/amd64-stap-special-operands.exp: New file.
20257 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20258 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20259 * gdb.arch/amd64-stap-triplet.S: Likewise.
20260 * gdb.arch/amd64-stap-triplet.c: Likewise.
20261
83deb43f
JB
202622014-02-20 Joel Brobecker <brobecker@adacore.com>
20263
20264 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20265 in .section pseudo-op.
20266
adde2bff
DE
202672014-02-20 lin zuojian <manjian2006@gmail.com>
20268 Joel Brobecker <brobecker@adacore.com>
20269 Doug Evans <xdje42@gmail.com>
20270
20271 PR symtab/16581
20272 * gdb.dwarf2/dw2-icycle.S: New file.
20273 * gdb.dwarf2/dw2-icycle.c: New file.
20274 * gdb.dwarf2/dw2-icycle.exp: New file.
20275
f7bd0f78
SC
202762014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20277
20278 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20279 operations on gdb.Value objects.
20280 * gdb.python/py-value-cc.exp: Add new test to test operations on
20281 gdb.Value objects.
20282
c17ef0d5
DE
202832014-02-18 Doug Evans <dje@google.com>
20284
20285 * Makefile.in (TESTS): New variable.
20286 (expanded_tests, expanded_tests_or_none): New variables
20287 (check-single): Pass $(expanded_tests_or_none) to runtest.
20288 (check-parallel): Only run tests in $(TESTS) if non-empty.
20289 (check/no-matching-tests-found): New rule.
20290 * README: Document TESTS makefile variable.
20291
5dd3176f
DE
202922014-02-18 Doug Evans <dje@google.com>
20293
20294 * Makefile.in (check-parallel): rm -rf outputs temp.
20295
0b10be4f
JK
202962014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20297
20298 Fix "ERROR: no fileid for" in the testsuite.
20299 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20300
85f224e7
DE
203012014-02-12 Doug Evans <dje@google.com>
20302
20303 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20304 (MISCELLANEOUS): New variable.
20305 (clean): rm -rf $(MISCELLANEOUS).
20306 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20307 dwp live in the same directory as symlinks, with each symlink pointed
20308 to a differently named file in a different directory.
20309
149b30ff
DE
203102014-02-11 Doug Evans <dje@google.com>
20311
20312 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20313 of Tcl file commands.
20314
1dfdac32
MK
203152014-02-10 Mark Kettenis <kettenis@gnu.org>
20316
20317 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20318 "kill -SIGUSR1 -1".
20319
aa4fb036
JB
203202014-02-10 Joel Brobecker <brobecker@adacore.com>
20321
20322 * gdb.ada/tick_length_array_enum_idx: New testcase.
20323
ed3ef339
DE
203242014-02-10 Doug Evans <xdje42@gmail.com>
20325
20326 * configure.ac (AC_OUTPUT): Add gdb.guile.
20327 * configure: Regenerate.
20328 * lib/gdb-guile.exp: New file.
20329 * lib/gdb.exp (get_target_charset): New function.
20330 * gdb.base/help.exp: Update expected output from "apropos apropos".
20331 * gdb.guile/Makefile.in: New file.
20332 * gdb.guile/guile.exp: New file.
20333 * gdb.guile/scm-arch.c: New file.
20334 * gdb.guile/scm-arch.exp: New file.
20335 * gdb.guile/scm-block.c: New file.
20336 * gdb.guile/scm-block.exp: New file.
20337 * gdb.guile/scm-breakpoint.c: New file.
20338 * gdb.guile/scm-breakpoint.exp: New file.
20339 * gdb.guile/scm-disasm.c: New file.
20340 * gdb.guile/scm-disasm.exp: New file.
20341 * gdb.guile/scm-equal.c: New file.
20342 * gdb.guile/scm-equal.exp: New file.
20343 * gdb.guile/scm-error.exp: New file.
20344 * gdb.guile/scm-error.scm: New file.
20345 * gdb.guile/scm-frame-args.c: New file.
20346 * gdb.guile/scm-frame-args.exp: New file.
20347 * gdb.guile/scm-frame-args.scm: New file.
20348 * gdb.guile/scm-frame-inline.c: New file.
20349 * gdb.guile/scm-frame-inline.exp: New file.
20350 * gdb.guile/scm-frame.c: New file.
20351 * gdb.guile/scm-frame.exp: New file.
20352 * gdb.guile/scm-generics.exp: New file.
20353 * gdb.guile/scm-gsmob.exp: New file.
20354 * gdb.guile/scm-iterator.c: New file.
20355 * gdb.guile/scm-iterator.exp: New file.
20356 * gdb.guile/scm-math.c: New file.
20357 * gdb.guile/scm-math.exp: New file.
20358 * gdb.guile/scm-objfile-script-gdb.in: New file.
20359 * gdb.guile/scm-objfile-script.c: New file.
20360 * gdb.guile/scm-objfile-script.exp: New file.
20361 * gdb.guile/scm-objfile.c: New file.
20362 * gdb.guile/scm-objfile.exp: New file.
20363 * gdb.guile/scm-ports.exp: New file.
20364 * gdb.guile/scm-pretty-print.c: New file.
20365 * gdb.guile/scm-pretty-print.exp: New file.
20366 * gdb.guile/scm-pretty-print.scm: New file.
20367 * gdb.guile/scm-section-script.c: New file.
20368 * gdb.guile/scm-section-script.exp: New file.
20369 * gdb.guile/scm-section-script.scm: New file.
20370 * gdb.guile/scm-symbol.c: New file.
20371 * gdb.guile/scm-symbol.exp: New file.
20372 * gdb.guile/scm-symtab-2.c: New file.
20373 * gdb.guile/scm-symtab.c: New file.
20374 * gdb.guile/scm-symtab.exp: New file.
20375 * gdb.guile/scm-type.c: New file.
20376 * gdb.guile/scm-type.exp: New file.
20377 * gdb.guile/scm-value-cc.cc: New file.
20378 * gdb.guile/scm-value-cc.exp: New file.
20379 * gdb.guile/scm-value.c: New file.
20380 * gdb.guile/scm-value.exp: New file.
20381 * gdb.guile/source2.scm: New file.
20382 * gdb.guile/types-module.cc: New file.
20383 * gdb.guile/types-module.exp: New file.
20384
7026a7c1
YQ
203852014-02-10 Yao Qi <yao@codesourcery.com>
20386
20387 PR testsuite/16543
20388 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20389 * configure: Regenerated.
20390 * Makefile.in: New file.
20391
6c466447
AS
203922014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20393
20394 * gdb.python/py-framefilter.exp: Fix typo.
20395
6e854735
YQ
203962014-02-08 Yao Qi <yao@codesourcery.com>
20397
20398 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20399 that no =breakpoint-modified is emitted when breakpoints are
20400 modified through MI commands.
20401
d137e6dc
PA
204022014-02-07 Pedro Alves <pedro@codesourcery.com>
20403 Pedro Alves <palves@redhat.com>
20404
20405 * gdb.threads/step-after-sr-lock.c: New file.
20406 * gdb.threads/step-after-sr-lock.exp: New file.
20407
b5ee5a50
PA
204082014-02-07 Pedro Alves <palves@redhat.com>
20409
20410 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20411
3c77faf3
JK
204122014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20413
20414 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20415 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20416
6dddc817
DE
204172014-02-06 Doug Evans <xdje42@gmail.com>
20418
20419 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20420 output.
20421
20422 * gdb.gdb/python-interrupts.exp: New file.
20423
de7b2893
YQ
204242014-02-05 Yao Qi <yao@codesourcery.com>
20425
20426 * gdb.trace/report.exp (use_collected_data): Test the output
20427 of "info threads" and "info inferiors".
20428
66d032ac
YQ
204292014-02-05 Yao Qi <yao@codesourcery.com>
20430
20431 Revert this patch:
20432
20433 2013-05-24 Yao Qi <yao@codesourcery.com>
20434
20435 * gdb.trace/tfile.exp: Test inferior and thread.
20436
591a12a1
UW
204372014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20438
20439 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20440 on a function.
20441 * gdb.base/step-bt.c: Call hello via function pointer to make
20442 sure its first instruction is executed on powerpc64le-linux.
20443
0ff3e01f
UW
204442014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20445
20446 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20447
084ee545
UW
204482014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20449
20450 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20451 of the test patterns for use on little-endian systems.
20452
6ed14ff3
UW
204532014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20454
20455 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20456 (decimal_vector): Fix for little-endian.
20457
401e27fd
JM
204582014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20459
20460 * gdb.arch/sparc-sysstep.exp: New file.
20461 * gdb.arch/sparc-sysstep.c: Likewise.
20462
20463 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20464
8b924729
EBM
204652014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20466
20467 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20468
fb151210
JB
204692014-01-23 Tom Tromey <tromey@redhat.com>
20470
20471 * gdb.ada/array_char_idx: New testcase.
20472
0740f8d8
TT
204732014-01-23 Tom Tromey <tromey@redhat.com>
20474
20475 PR python/16487:
20476 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20477 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20478 classes.
20479
21909fa1
TT
204802014-01-23 Tom Tromey <tromey@redhat.com>
20481
20482 PR python/16491:
20483 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20484 string from an inferior frame.
20485 * gdb.python/py-framefilter-mi.exp: Update.
20486
87ce2a04
DE
204872014-01-22 Doug Evans <dje@google.com>
20488
20489 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20490
237b092b
AA
204912014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20492
20493 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20494
d674a709
AA
204952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20496
20497 * gdb.trace/entry-values.exp: Remove excess space character from
20498 regex patterns. Handle s390 call instruction.
20499
20fa3390
AA
205002014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20501
20502 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20503 define "*_start" label. Make "name" static.
20504 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20505 ${name} by references to ${name}_start.
20506
78466714
AA
205072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20508
20509 * gdb.base/info-macros.exp: Remove "debug" from the compile
20510 options.
20511
ec9f644a
IB
205122014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20513
20514 * gdb.dlang/demangle.exp: New file.
20515
94b1b47e
IB
205162014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20517
20518 * gdb.dlang/primitive-types.exp: New file.
20519
7f420862
IB
205202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20521
20522 * configure.ac: Create gdb.dlang/Makefile.
20523 * configure: Regenerate.
20524 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20525 * gdb.dlang/Makefile.in: New file.
20526 * lib/d-support.exp: New file.
20527 * lib/gdb.exp (skip_d_tests): New proc.
20528
52834460
MM
205292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20530
20531 * gdb.btrace/delta.exp: Check reverse stepi.
20532 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20533 * gdb.btrace/finish.exp: New.
20534 * gdb.btrace/next.exp: New.
20535 * gdb.btrace/nexti.exp: New.
20536 * gdb.btrace/record_goto.c: Add comments.
20537 * gdb.btrace/step.exp: New.
20538 * gdb.btrace/stepi.exp: New.
20539 * gdb.btrace/multi-thread-step.c: New.
20540 * gdb.btrace/multi-thread-step.exp: New.
20541 * gdb.btrace/rn-dl-bind.c: New.
20542 * gdb.btrace/rn-dl-bind.exp: New.
20543 * gdb.btrace/data.c: New.
20544 * gdb.btrace/data.exp: New.
20545 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20546
6e07b1d2
MM
205472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20548
20549 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20550 * gdb.btrace/exception.exp: Update.
20551 * gdb.btrace/instruction_history.exp: Update.
20552 * gdb.btrace/record_goto.exp: Update.
20553 * gdb.btrace/tailcall.exp: Update.
20554 * gdb.btrace/unknown_functions.exp: Update.
20555 * gdb.btrace/delta.exp: New.
20556
0b722aec
MM
205572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20558
20559 * gdb.btrace/record_goto.exp: Add backtrace test.
20560 * gdb.btrace/tailcall.exp: Add backtrace test.
20561
066ce621
MM
205622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20563
20564 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20565 * gdb.btrace/record_goto.c: New.
20566 * gdb.btrace/record_goto.exp: New.
20567 * gdb.btrace/x86-record_goto.S: New.
20568
0688d04e
MM
205692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20570
20571 * gdb.btrace/function_call_history.exp: Update tests.
20572 * gdb.btrace/instruction_history.exp: Update tests.
20573
8710b709
MM
205742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20575
20576 * gdb.btrace/function_call_history.exp: Fix expected field
20577 order for "record function-call-history".
20578 Add new tests for "record function-call-history /c".
20579 * gdb.btrace/exception.cc: New.
20580 * gdb.btrace/exception.exp: New.
20581 * gdb.btrace/tailcall.exp: New.
20582 * gdb.btrace/x86-tailcall.S: New.
20583 * gdb.btrace/x86-tailcall.c: New.
20584 * gdb.btrace/unknown_functions.c: New.
20585 * gdb.btrace/unknown_functions.exp: New.
20586 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20587
5de9129b
MM
205882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20589
20590 * gdb.btrace/instruction_history.exp: Update.
20591 * gdb.btrace/function_call_history.exp: Update.
20592
23a7fe75
MM
205932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20594
20595 * gdb.btrace/function_call_history.exp: Fix expected function
20596 trace.
20597 * gdb.btrace/instruction_history.exp: Initialize traced.
20598 Remove traced_functions.
20599
724c7dd8
MM
206002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20601
20602 * gdb.btrace/function_call_history.exp: Update
20603 * gdb.btrace/instruction_history.exp: Update.
20604
6d78d93b
MM
206052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20606
20607 * gdb.btrace/enable.exp: Update expected text.
20608
93a360cc
OJ
206092014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20610
20611 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20612 bytes.
20613
3772b53f
MR
206142014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20615
20616 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20617
596662fa
OJ
206182014-01-15 Omair Javaid <omair.javaid@linaro.org>
20619
20620 * lib/gdb.exp (supports_process_record): Return true for
20621 arm*-linux*. (supports_reverse): Likewise.
20622
b5b08fb4
SC
206232014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20624
20625 PR python/15464
20626 PR python/16113
20627 * gdb.python/py-type.c: Enhance test case.
20628 * gdb.python/py-value-cc.cc: Likewise
20629 * gdb.python/py-type.exp: Add new tests.
20630 * gdb.python/py-value-cc.exp: Likewise
20631
52d7fb13
AA
206322014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20633 Pedro Alves <palves@redhat.com>
20634
20635 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20636 Make "name" extern.
20637 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20638 references to ${name}_start by references to ${name}.
20639
a2cd8cfe
JB
206402014-01-10 Joel Brobecker <brobecker@adacore.com>
20641
20642 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20643
4e23fced
JB
206442014-01-10 Joel Brobecker <brobecker@adacore.com>
20645
20646 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20647
c6a9e42c
PA
206482014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20649 Pedro Alves <palves@redhat.com>
20650
20651 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20652 mi_gdb_target_load.
c6a9e42c 20653
b7ea362b
PA
206542014-01-08 Pedro Alves <palves@redhat.com>
20655
20656 * gdb.threads/reconnect-signal.c: New file.
20657 * gdb.threads/reconnect-signal.exp: New file.
20658
5e3f4fab
EBM
206592014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20660
20661 * gdb.base/source-dir.exp: New file.
20662
79301218
JB
206632014-01-07 Joel Brobecker <brobecker@adacore.com>
20664
20665 * gdb.ada/mi_interface: New testcase.
20666
8e355c5d
JB
206672014-01-07 Joel Brobecker <brobecker@adacore.com>
20668
20669 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20670 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20671 gdb.ada/pp-rec-component/pck.ads: New files.
20672
c0d48811
JB
206732014-01-07 Joel Brobecker <brobecker@adacore.com>
20674
20675 * gdb.python/py-pp-integral.c: New file.
20676 * gdb.python/py-pp-integral.py: New file.
20677 * gdb.python/py-pp-integral.exp: New file.
20678
17b609c3 20679For older changes see ChangeLog-1993-2013.
c906108c 20680\f
8d8cb839
EZ
20681;; Local Variables:
20682;; mode: change-log
20683;; left-margin: 8
20684;; fill-column: 74
20685;; version-control: never
20686;; End:
902f2ccb 20687
b811d2c2 20688 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20689 Copying and distribution of this file, with or without modification,
20690 are permitted provided the copyright notice and this notice are preserved.
This page took 3.807468 seconds and 4 git commands to generate.