Strange - my previous commit to as.c to set the default dwarf level to 3 seems to...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6cc64caa
TV
12020-07-30 Tom de Vries <tdevries@suse.de>
2
3 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
4 "__class_some_module_Number_t" optional.
5
90fd07fc
TV
62020-07-29 Tom de Vries <tdevries@suse.de>
7
8 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
9 multiple locations.
10
f5c79e97
TV
112020-07-29 Tom de Vries <tdevries@suse.de>
12
13 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
14 rather than function name.
15
f75a0693
AB
162020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
17
18 PR symtab/26270:
19 * gdb.cp/disasm-func-name.cc: New file.
20 * gdb.cp/disasm-func-name.exp: New file.
21
4888741a
TT
222020-07-28 Tom Tromey <tromey@adacore.com>
23
24 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
25 'varval' location.
26
43d5901d
AB
272020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
28
29 * gdb.python/py-unwind.py: Update to make use of a register
30 descriptor.
31
14fa8fb3
AB
322020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
33
34 * gdb.python/py-arch-reg-names.exp: Add additional tests.
35
e79eb02f
AB
362020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
37
38 PR fortran/23051
39 PR fortran/26139
40 * gdb.fortran/class-allocatable-array.exp: New file.
41 * gdb.fortran/class-allocatable-array.f90: New file.
42 * gdb.fortran/pointer-to-pointer.exp: New file.
43 * gdb.fortran/pointer-to-pointer.f90: New file.
44
876518dd
TV
452020-07-25 Tom de Vries <tdevries@suse.de>
46
47 PR symtab/26243
48 * gdb.dwarf2/dw2-line-number-zero.c: New test.
49 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
50
6dcfb80a
TV
512020-07-24 Tom de Vries <tdevries@suse.de>
52
53 PR testsuite/26293
54 * gdb.ada/mi_prot.exp: Require gnatmake-8.
55
e7bc9db8
PA
562020-07-23 Pedro Alves <pedro@palves.net>
57
58 * gdb.server/server-kill.exp (prepare): New, factored out from the
59 top level.
60 (kill_server): New.
61 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
62 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
63
78344df7
AB
642020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
65
66 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
67
25dfed24
SL
682020-07-22 Sandra Loosemore <sandra@codesourcery.com>
69
70 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
71 Initialize to empty string at top level.
72 (gdb_wrapper_init): Revert check for file existence on build.
73 Build the wrapper in its default place, not a build-specific
74 location. When host == build, make the pathname absolute.
75 (gdb_compile): Delete leftover declaration of
76 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
77 string instead of uninitialized.
78
7da515fd
KB
792020-07-22 Kevin Buettner <kevinb@redhat.com>
80
81 * gdb.base/corefile2.exp: New file.
82 * gdb.base/coremaker2.exp: New file.
83
9c5ec5c2
KB
842020-07-22 Kevin Buettner <kevinb@redhat.com>
85
86 * gdb.base/coredump-filter.exp: Add second
87 non-Private-Shared-Anon-File test.
88 (test_disasm): Rename binfile for test which is expected
89 to fail.
90
f9e233c9
KB
912020-07-22 Kevin Buettner <kevinb@redhat.com>
92
93 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
94 data in core file".
95 * gdb.base/coremaker.c (buf2ro): New global.
96 (mmapdata): Add a read-only mmap mapping.
97
94c265d7
KB
982020-07-22 Kevin Buettner <kevinb@redhat.com>
99
100 PR corefiles/25631
101 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
102 New test.
103 * gdb.base/coremaker.c (buf3): New global.
104 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
105 flags.
106
1072020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
108
109 * gdb.base/coremaker.c (filler_ro): New global constant.
110
32fa152e
TT
1112020-07-22 Tom Tromey <tromey@adacore.com>
112
113 * gdb.ada/mi_prot.exp: New file.
114 * gdb.ada/mi_prot/pkg.adb: New file.
115 * gdb.ada/mi_prot/pkg.ads: New file.
116 * gdb.ada/mi_prot/prot.adb: New file.
117
c8474dc3
TBA
1182020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
119
120 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
121 loads two JITers.
122
baf8791e
AB
1232020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
124
125 * gdb.python/py-arch-reg-groups.exp: Additional tests.
126
f7306dac
AB
1272020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.python/py-arch-reg-names.exp: Additional tests.
130
6d3d6e4b
TV
1312020-07-21 Tom de Vries <tdevries@suse.de>
132
133 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
134 breakpoint locations".
135 * gdb.reverse/solib-reverse.exp: Same.
136
803d0592
TV
1372020-07-21 Tom de Vries <tdevries@suse.de>
138
139 * gdb.reverse/step-reverse.c (callee): Merge statements.
140
e9bdc510
TV
1412020-07-21 Tom de Vries <tdevries@suse.de>
142
143 * gdb.fortran/info-modules.exp (info module variables): Allow missing
144 line numbers for some variables.
145
f0f9e75a
TV
1462020-07-21 Tom de Vries <tdevries@suse.de>
147
148 * gdb.opt/inline-locals.c (init_array): New func.
149 (func1): Use init_array.
150 * gdb.opt/inline-locals.exp: Update pattern.
151
bd460ecb
TV
1522020-07-21 Tom de Vries <tdevries@suse.de>
153
154 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
155 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
156
ae5369e7
LC
1572020-07-20 Ludovic Courtès <ludo@gnu.org>
158
159 * gdb.guile/source2.scm: Add #f first argument to 'format'.
160 * gdb.guile/types-module.exp: Remove "ERROR:" from
161 regexps since Guile 3.0 no longer prints that.
162
68cf161c
LC
1632020-07-20 Ludovic Courtès <ludo@gnu.org>
164
165 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
166 error regexp to match on Guile 2.2.
167
c14b4913
GB
1682020-07-20 Gary Benson <gbenson@redhat.com>
169
170 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
171 with clang.
172
b243ba58
TV
1732020-07-20 Tom de Vries <tdevries@suse.de>
174
175 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
176 (omp_set_lock_in_order): New function.
177 (single_scope, multi_scope, nested_func, nested_parallel): Use
178 omp_set_lock_in_order and omp_unset_lock.
179 (main): Init and destroy lock and lock2.
180
c06ad8b5
TV
1812020-07-20 Tom de Vries <tdevries@suse.de>
182
183 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
184
6e22f117
TV
1852020-07-20 Tom de Vries <tdevries@suse.de>
186
187 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
188
33176ea7
TV
1892020-07-17 Tom de Vries <tdevries@suse.de>
190
191 * gdb.base/valgrind-infcall-2.c: New test.
192 * gdb.base/valgrind-infcall-2.exp: New file.
193 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
194
90c3ec2d
TV
1952020-07-17 Tom de Vries <tdevries@suse.de>
196
197 * gdb.dlang/circular.c (found): Use found_label as label name.
198 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
199 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
200 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
201 * gdb.dwarf2/ada-linkage-name.exp: Same.
202 * gdb.dwarf2/arr-subrange.exp: Same.
203 * gdb.dwarf2/atomic-type.exp: Same.
204 * gdb.dwarf2/comp-unit-lang.exp: Same.
205 * gdb.dwarf2/cpp-linkage-name.exp: Same.
206 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
207 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
208 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
209 * gdb.dwarf2/implptr-64bit.exp: Same.
210 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
211 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
212 * gdb.dwarf2/imported-unit.exp: Same.
213 * gdb.dwarf2/main-subprogram.exp: Same.
214 * gdb.dwarf2/missing-type-name.exp: Same.
215 * gdb.dwarf2/nonvar-access.exp: Same.
216 * gdb.dwarf2/struct-with-sig.exp: Same.
217 * gdb.dwarf2/typedef-void-finish.exp: Same.
218 * gdb.dwarf2/void-type.exp: Same.
219
10da644d
TV
2202020-07-17 Tom de Vries <tdevries@suse.de>
221
222 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
223 src parameter.
224 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
225 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
226 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
227 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
228 * gdb.dwarf2/dwz.exp: Same.
229 * gdb.dwarf2/implptr-optimized-out.exp: Same.
230 * gdb.dwarf2/implref-array.exp: Same.
231 * gdb.dwarf2/implref-const.exp: Same.
232 * gdb.dwarf2/implref-global.exp: Same.
233 * gdb.dwarf2/implref-struct.exp: Same.
234 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
235 * gdb.dwarf2/opaque-type-lookup.exp: Same.
236 * gdb.dwarf2/var-access.exp: Same.
237 * gdb.dwarf2/varval.exp: Same.
238 * gdb.trace/entry-values.exp: Same.
239
315e6afc
TV
2402020-07-17 Tom de Vries <tdevries@suse.de>
241
242 * lib/dwarf.exp (Dwarf::extern): Remove.
243 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
244 * gdb.dlang/circular.exp: Same.
245 * gdb.dwarf2/comp-unit-lang.exp: Same.
246 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
247 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
248 * gdb.dwarf2/dwz.exp: Same.
249 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
250 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
251 * gdb.dwarf2/imported-unit.exp: Same.
252 * gdb.dwarf2/opaque-type-lookup.exp: Same.
253
5597c940
SL
2542020-07-16 Sandra Loosemore <sandra@codesourcery.com>
255
256 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
257 Use double quotes instead of single quotes.
258
d0ce17d8
CT
2592020-07-16 Caroline Tice <cmtice@google.com>
260
261 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
262 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
263
853772cc
TV
2642020-07-16 Tom de Vries <tdevries@suse.de>
265
266 * lib/dwarf.exp (program): Initialize _line.
267 (DW_LNE_end_sequence): Reinitialize _line.
268 (DW_LNS_advance_line): Update _line.
269 (line): New proc.
270 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
271 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
272 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
273 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
274 * gdb.dwarf2/dw2-is-stmt.exp: Same.
275 * gdb.dwarf2/dw2-ranges-func.exp: Same.
276
fe07b572
AB
2772020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
278
279 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
280 generic.
281
52781cce
TV
2822020-07-15 Tom de Vries <tdevries@suse.de>
283
284 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
285 is_amd64_regs_target.
286
3dcc261c
AB
2872020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
288
289 * gdb.fortran/ptype-on-functions.exp: Add more tests.
290 * gdb.fortran/ptype-on-functions.f90: Likewise.
291
054a0959
SM
2922020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
293
294 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
295 values in documentation for addr_size to 4 and 8.
296
ccb9eba6
AB
2972020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * gdb.arch/amd64-osabi.exp: Update.
300 * gdb.arch/arm-disassembler-options.exp: Update.
301 * gdb.arch/powerpc-disassembler-options.exp: Update.
302 * gdb.arch/ppc64-symtab-cordic.exp: Update.
303 * gdb.arch/s390-disassembler-options.exp: Update.
304 * gdb.base/all-architectures.exp.tcl: Update.
305 * gdb.base/attach-pie-noexec.exp: Update.
306 * gdb.base/catch-syscall.exp: Update.
307 * gdb.xml/tdesc-arch.exp: Update.
308
025a39a7
TV
3092020-07-14 Tom de Vries <tdevries@suse.de>
310
311 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
312 (local_gettid): ... this.
313 (fn): Update.
314
74e4b667
SL
3152020-07-13 Sandra Loosemore <sandra@codesourcery.com>
316
317 * gdb.base/info_sources.exp: Skip directory match tests on
318 remote hosts.
319
f413dd74
GB
3202020-07-13 Gary Benson <gbenson@redhat.com>
321
322 * gdb.base/savedregs.exp (caller): Use parentheses to
323 make expected expression evaluation ordering explicit.
324
915771bb
GB
3252020-07-13 Gary Benson <gbenson@redhat.com>
326
327 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
328
2a122642
GB
3292020-07-13 Gary Benson <gbenson@redhat.com>
330
331 * gdb.base/bigcore.c (main): Use a volatile pointer when
332 attempting to trigger a SIGSEGV.
333 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
334 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
335 * gdb.base/savedregs.c (thrower): Likewise.
336 * gdb.mi/mi-syn-frame.c (bar): Likewise.
337
3f00c730
GB
3382020-07-13 Gary Benson <gbenson@redhat.com>
339
340 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
341 defining and using VLA structure fields into...
342 * gdb.base/vla-struct-fields.c: New file.
343 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
344 tests into...
345 * gdb.base/vla-struct-fields.exp: New file.
346
963eeee4
TV
3472020-07-13 Tom de Vries <tdevries@suse.de>
348
349 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
350 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
351 * gdb.base/gold-gdb-index.exp: Same.
352 * gdb.base/morestack.exp: Same.
353
0ed35c9a
DX
3542020-07-11 Daniel Xu <dxu@dxuuu.xyz>
355
356 PR rust/26121
357 * gdb.rust/modules.rs: Prevent linker from discarding test
358 symbol.
359
4fdba23d
PA
3602020-07-10 Pedro Alves <pedro@palves.net>
361
362 PR gdb/26199
363 * gdb.multi/multi-target.c (exit_thread): New.
364 (thread_start): Break loop if EXIT_THREAD.
365 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
366 (top level) Call test_no_resumed.
367
15f3b077
TT
3682020-07-08 Tom Tromey <tromey@adacore.com>
369
370 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
371 * gdb.ada/catch_ex.exp: Examine catchpoint text.
372
9fc501fd
AB
3732020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
374
375 PR python/22748
376 * gdb.opt/inline-frame-tailcall.c: New file.
377 * gdb.opt/inline-frame-tailcall.exp: New file.
378 * gdb.python/py-unwind-inline.c: New file.
379 * gdb.python/py-unwind-inline.exp: New file.
380 * gdb.python/py-unwind-inline.py: New file.
381
64cb3757
AB
3822020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
383
384 * gdb.python/py-arch-reg-groups.exp: New file.
385
0f767f94
AB
3862020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
387
388 * gdb.python/py-arch-reg-names.exp: New file.
389
87dbc774
AB
3902020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
391
392 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
393 gdb.PendingFrame.architecture method.
394
d8cc8af6
TV
3952020-07-06 Tom de Vries <tdevries@suse.de>
396
397 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
398
3c8ea5be
PA
3992020-07-03 Pedro Alves <palves@redhat.com>
400
401 * gdb.base/structs2.c (main): Adjust second parem_reg call to
402 explicitly write negative numbers.
403 * gdb.base/structs2.exp: Adjust expected output.
404
bf90c83a
PA
4052020-07-03 Pedro Alves <palves@redhat.com>
406
407 * gdb.base/charset.c (init_string): Change all char parameters to
408 unsigned char parameters.
409
2eb82157
PA
4102020-07-03 Pedro Alves <palves@redhat.com>
411
412 * gdb.base/call-sc.exp (start_scalars_test): Use
413 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
414 * gdb.base/overlays.c: Remove references to PARAMS.
415 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
416 * gdb.base/reread.exp: Don't set 'prototypes' global.
417 * gdb.base/structs.exp (start_structs_test): Use
418 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
419 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
420 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
421 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
422 call.
423 * gdb.base/varargs.exp: Don't set 'prototypes' global.
424
9adda7af
PA
4252020-07-03 Pedro Alves <palves@redhat.com>
426
427 * gdb.base/m32rovly.c: Delete.
428 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
429
2a17c803
PW
4302020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
431
432 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
433 of gdb_py_test_multiple.
434 * gdb.python/py-cmd.exp: Likewise.
435 * gdb.python/py-events.exp: Likewise.
436 * gdb.python/py-function.exp: Likewise.
437 * gdb.python/py-inferior.exp: Likewise.
438 * gdb.python/py-infthread.exp: Likewise.
439 * gdb.python/py-linetable.exp: Likewise.
440 * gdb.python/py-parameter.exp: Likewise.
441 * gdb.python/py-value.exp: Likewise.
442
b011fe1a
TV
4432020-06-30 Tom de Vries <tdevries@suse.de>
444
445 PR testsuite/26175
446 * lib/future.exp (gdb_default_target_compile): Detect and handle
447 early_flags.
448
df5b8876
SM
4492020-06-29 Simon Marchi <simon.marchi@efficios.com>
450
451 * boards/simavr.exp (gdb_load): Catch errors when closing
452 previous connection. Close connection, wait for process and
453 unset simavr_spawn_id on failure.
454
a3ca48cd
TV
4552020-06-29 Tom de Vries <tdevries@suse.de>
456
457 * lib/gdb.exp (unknown): Make test-case unresolved.
458
b0237c0e
TV
4592020-06-29 Tom de Vries <tdevries@suse.de>
460
461 PR gdb/25475
462 * gdb.server/solib-list.exp: Verify that the symbol reload
463 confirmation question is asked.
464
c0b3b3bd
PW
4652020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
466
467 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
468 have a input seq nr in each pass message.
469 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
470 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
471 * gdb.python/python.exp: Make test names unique,
472 use gdb_test_multiline instead of gdb_py_test_multiple,
473 use $gdb_test_name.
474 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
475
1776e3e5
NA
4762020-06-26 Nick Alcock <nick.alcock@oracle.com>
477
478 * configure.ac: Add --enable-libctf.
479 * aclocal.m4: sinclude ../config/enable.m4.
480 * Makefile.in (site.exp): Add enable_libctf to site.exp.
481 * lib/gdb.exp (skip_ctf_tests): Use it.
482 * gdb.base/ctf-constvars.exp: Error message tweak.
483 * gdb.base/ctf-ptype.exp: Likewise.
484 * configure: Regenerate.
485
f53b3eeb
GB
4862020-06-26 Gary Benson <gbenson@redhat.com>
487
488 * gdb.cp/try_catch.cc: Include string.h.
489 (main): Replace comparison against string literal with
490 strcmp, avoiding build failure with -Wstring-compare.
491 Add "marker test-complete".
492 * gdb.cp/try_catch.exp: Run the test to the above marker,
493 then verify that the value of "test" is still true.
494
6d74da72
AB
4952020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
496
497 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
498
2e52d038
AB
4992020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
500
501 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
502
3b9fce96
AB
5032020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
504
505 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
506 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
507 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
508 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
509 * gdb.arch/riscv-tdesc-loading.exp: New file.
510
ed69cbc8
AB
5112020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
514
767a879e
AB
5152020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
516
517 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
518 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
519 * gdb.arch/riscv-tdesc-regs.c: New file.
520 * gdb.arch/riscv-tdesc-regs.exp: New file.
521
221db974
PA
5222020-06-24 Pedro Alves <palves@redhat.com>
523
524 * gdb.arch/amd64-entry-value-paramref.exp: Use
525 prepare_for_testing_full and don't pass "c++" for the .S file
526 build spec.
527 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
528 $options, since it's an assembly file. Remove -Wno-deprecated.
529 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
530 compiling C++ programs.
531
331733cd
PA
5322020-06-24 Pedro Alves <palves@redhat.com>
533
534 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
535 Clang, add "-Wno-unknown-warning-option" to the options.
536
caa7fd04
AB
5372020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
538
539 * gdb.xml/tdesc-reload.c: New file.
540 * gdb.xml/tdesc-reload.exp: New file.
541 * gdb.xml/maint-xml-dump-01.xml: New file.
542 * gdb.xml/maint-xml-dump-02.xml: New file.
543 * gdb.xml/maint-xml-dump.exp: New file.
544
bb8d1260
SL
5452020-06-23 Sandra Loosemore <sandra@codesourcery.com>
546
547 * lib/completion-support.exp (test_gdb_completion_offers_commands):
548 Adjust for omitted commands when TUI is disabled.
549
7e4b9c4c
GB
5502020-06-23 Gary Benson <gbenson@redhat.com>
551 Pedro Alves <palves@redhat.com>
552
553 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
554 * gdb.cp/nsimport.cc: Likewise.
555 * gdb.cp/nsnested.cc: Likewise.
556 * gdb.cp/nsnoimports.cc: Likewise.
557 * gdb.cp/nsusing.cc: Likewise.
558 * gdb.cp/smartp.cc: Likewise.
559 * gdb.python/py-pp-integral.c: Likewise.
560 * gdb.python/py-pp-re-notag.c: Likewise.
561
2e573c0a
GB
5622020-06-23 Gary Benson <gbenson@redhat.com>
563
564 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
565 * gdb.cp/nsimport.cc: Likewise.
566 * gdb.cp/nsnested.cc: Likewise.
567 * gdb.cp/nsnoimports.cc: Likewise.
568 * gdb.cp/nsusing.cc: Likewise.
569 * gdb.cp/smartp.cc: Likewise.
570 * gdb.python/py-pp-integral.c: Likewise.
571 * gdb.python/py-pp-re-notag.c: Likewise.
572
746ebfe8
PW
5732020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
574
575 * gdb.base/default-args.exp: New test.
576 * gdb.base/default-args.c: New file.
577 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
578 * gdb.base/default.exp: Update to new help text.
579 * gdb.base/help.exp: Likewise.
580 * gdb.base/page.exp: Likewise.
581 * gdb.base/style.exp: Likewise.
582 * gdb.guile/guile.exp: Likewise.
583 * gdb.python/python.exp: Likewise.
584
e822f2cd
SL
5852020-06-22 Sandra Loosemore <sandra@codesourcery.com>
586
587 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
588 remote host. Fix search path syntax on Windows host.
589
48e9cc84
PW
5902020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
591
592 * gdb.base/attach.exp: Test priority of 'exec-file' changed
593 over 'exec-file-mismatch'.
594 * gdb.base/attach.c: Mark should_exit volatile.
595 * gdb.base/attach2.c: Likewise. Add a comment explaining
596 why the sleep cannot be big.
597 * gdb.base/attach3.c: New file.
598
160f8a8f
SL
5992020-06-20 Sandra Loosemore <sandra@codesourcery.com>
600
601 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
602 prefix optional.
603
4d91c2a4
SL
6042020-06-20 Sandra Loosemore <sandra@codesourcery.com>
605
606 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
607 for remote host.
608
87f83f20
SL
6092020-06-19 Sandra Loosemore <sandra@codesourcery.com>
610 Hafiz Abid Qadeer <abidh@codesourcery.com>
611
612 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
613 file sent to remote host.
614 (top level): Allow int32_t as type of 32-bit register.
615
37ab8655
TV
6162020-06-19 Tom de Vries <tdevries@suse.de>
617
618 * lib/gdb.exp (gdb_note): New proc.
619 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
620 (gdb_default_target_compile): ... here. Only call
621 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
622 (use_gdb_compile): Change to array.
623 (toplevel): Update sets of use_gdb_compile to specify language.
624 Warn about default_target_compile override. Store dejagnu's version
625 of default_target_compile in dejagnu_default_target_compile.
626
a8a56685
TV
6272020-06-18 Tom de Vries <tdevries@suse.de>
628
629 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
630 (default_gdb_init): ... here.
631
581bea2c
SL
6322020-06-17 Sandra Loosemore <sandra@codesourcery.com>
633
634 Fix TUI support checks in gdb.tui tests.
635
636 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
637 just say UNSUPPORTED.
638 * gdb.tui/corefile-run.exp: Likewise.
639 * gdb.tui/empty.exp: Likewise.
640 * gdb.tui/list-before.exp: Likewise.
641 * gdb.tui/list.exp: Likewise.
642 * gdb.tui/main.exp: Likewise.
643 * gdb.tui/regs.exp: Likewise.
644 * gdb.tui/resize.exp: Likewise.
645 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
646 * gdb.tui/tui-layout-asm.exp: Likewise.
647 * gdb.tui/tui-missing-src.exp: Likewise.
648 * gdb.tui/winheight.exp: Likewise.
649 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
650
05e682e3
SL
6512020-06-17 Sandra Loosemore <sandra@codesourcery.com>
652
653 Fix TCL error in gdb.python/py-format-string.exp.
654
655 * gdb.python/py-format-string.exp: Move test for python support
656 earlier, out of function body.
657
efb763a5
SM
6582020-06-15 Simon Marchi <simon.marchi@efficios.com>
659
660 * gdb.base/index-cache-load-twice.c: New.
661 * gdb.base/index-cache-load-twice.exp: New.
662
43327b20
KS
6632020-06-17 Keith Seitz <keiths@redhat.com>
664
99cf27cf 665 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
666 when executing "gdb --configuration".
667
081e778c
TV
6682020-06-17 Tom de Vries <tdevries@suse.de>
669
670 * lib/gdb.exp (gdb_tcl_unknown): New proc.
671 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
672 conditional on presence of gdb_tcl_unknown.
673 (gdb_finish): Make override undo conditional on presence of
674 gdb_tcl_unknown.
675
d2d1ea20
TT
6762020-06-16 Tom Tromey <tom@tromey.com>
677
678 * gdb.python/tui-window.py (failwin): New function. Register it
679 as a TUI window type.
680 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
681
c802e8a7
GB
6822020-06-16 Gary Benson <gbenson@redhat.com>
683
684 * gdb.python/py-nested-maps.c (create_map): Add missing return
685 value.
686 (create_map_map): Likewise.
687
ff08abb8
TBA
6882020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
689
690 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
691 variable.
692 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
693 and use the already-defined 'options' variable.
694
a29d5112
AB
6952020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
696 Tom de Vries <tdevries@suse.de>
697
698 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
699 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
700 (gdb_setup_known_globals): New proc.
701 (gdb_cleanup_globals): New proc.
702 * lib/gdb.exp (load_lib): New override proc.
703 (gdb_stdin_log_init): Set var in_file as persistent global.
704 * lib/pascal.exp (gdb_stdin_log_init): Set vars
705 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
706 fpc_compiler as persistent global.
707
8c74a764
TV
7082020-06-12 Tom de Vries <tdevries@suse.de>
709
710 * lib/tuiterm.exp (spawn): Rename to ...
711 (tui_spawn): ... this.
712 (toplevel): Move rename of spawn ...
713 (gdb_init_tuiterm): ... here. New proc.
714 (gdb_finish_tuiterm): New proc.
715 * lib/gdb.exp (gdb_finish_hooks): New global var.
716 (gdb_finish): Handle gdb_finish_hooks.
717 (tuiterm_env): New proc.
718 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
719 tuiterm_env.
720 * gdb.tui/basic.exp: Same.
721 * gdb.tui/corefile-run.exp: Same.
722 * gdb.tui/empty.exp: Same.
723 * gdb.tui/list-before.exp: Same.
724 * gdb.tui/list.exp: Same.
725 * gdb.tui/main.exp: Same.
726 * gdb.tui/new-layout.exp: Same.
727 * gdb.tui/regs.exp: Same.
728 * gdb.tui/resize.exp: Same.
729 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
730 * gdb.tui/tui-layout-asm.exp: Same.
731 * gdb.tui/tui-missing-src.exp: Same.
732 * gdb.tui/winheight.exp: Same.
733
26783bce
TV
7342020-06-12 Tom de Vries <tdevries@suse.de>
735
736 PR testsuite/26110
737 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
738 (gdb_finish): Reinstall dejagnu's override of ::unknown.
739
2b4e6a3f
TT
7402020-06-11 Tom Tromey <tom@tromey.com>
741
742 PR gdb/18318:
743 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
744 floating point tests.
745
2f33032a
KS
7462020-06-11 Keith Seitz <keiths@redhat.com>
747
748 PR gdb/21356
749 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
750 vla_struct.
751 Add new struct vla_typedef and union vla_typedef_union and
752 corresponding instantiation objects.
753 Initialize new objects.
754 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
755 and vla_typedef_union_object.
756 Fixup type for vla_struct_object.
757
a8baf0a3
TV
7582020-06-11 Tom de Vries <tdevries@suse.de>
759
760 * lib/gdb.exp (with_override): New proc, factored out of ...
761 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
762
7ab96794
TV
7632020-06-10 Tom de Vries <tdevries@suse.de>
764
765 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
766
cab5c3b7
SM
7672020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
768
769 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
770 parameter, update callers.
771
f8c41851
SM
7722020-06-04 Simon Marchi <simon.marchi@efficios.com>
773
774 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
775 * gdb.dwarf2/share-psymtabs-bt.c: New file.
776 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
777
1c07a73f
TV
7782020-06-04 Tom de Vries <tdevries@suse.de>
779
780 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
781
95146b5d
TV
7822020-06-04 Tom de Vries <tdevries@suse.de>
783
784 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
785 exp_continue.
786
0cfcd4f0
TV
7872020-06-04 Tom de Vries <tdevries@suse.de>
788
789 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
790
f9b5d5ea
TV
7912020-06-03 Tom de Vries <tdevries@suse.de>
792
793 PR symtab/26046
794 * gdb.cp/breakpoint-locs-2.cc: New test.
795 * gdb.cp/breakpoint-locs.cc: New test.
796 * gdb.cp/breakpoint-locs.exp: New file.
797 * gdb.cp/breakpoint-locs.h: New test.
798
5144dfba
TV
7992020-06-03 Tom de Vries <tdevries@suse.de>
800
801 PR testsuite/25609
802 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
803 value of global verbose.
804 * gdb.base/jit-elf.exp: Same.
805 * gdb.base/jit-reader.exp: Same.
806
621eacdf
TV
8072020-06-02 Tom de Vries <tdevries@suse.de>
808
809 * gdb.dwarf2/multidictionary.exp: Don't use
810 gdb_spawn_with_cmdline_opts.
811
1313c56e
AB
8122020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
813
814 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
815 use_header case.
816 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
817 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
818 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
819 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
820 * gdb.dwarf2/dw2-inline-header.c: New file.
821 * gdb.dwarf2/dw2-inline-header.h: New file.
822
f68f85b5
PA
8232020-05-30 Pedro Alves <palves@redhat.com>
824
825 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
826 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
827
678048e8
GB
8282020-05-29 Gary Benson <gbenson@redhat.com>
829
830 * gdb.compile/compile-cplus.exp (additional_flags): Also
831 set when building with clang.
832 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
833 when building with clang.
834
9fcafd23
GB
8352020-05-29 Gary Benson <gbenson@redhat.com>
836
837 * gdb.arch/i386-avx.exp (additional_flags): Also set when
838 building with clang.
839 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
840
735d5a07
GB
8412020-05-29 Gary Benson <gbenson@redhat.com>
842
843 * gdb.cp/koenig.exp (prepare_for_testing): Add
844 additional_flags=-Wno-unused-comparison.
845 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
846
4ad2c6a0
GB
8472020-05-28 Gary Benson <gbenson@redhat.com>
848
849 * gdb.base/sigaltstack.c (catcher): Add default case to switch
850 statement.
851
09fe663e
GB
8522020-05-28 Gary Benson <gbenson@redhat.com>
853
854 * gdb.cp/classes.exp (prepare_for_testing): Add
855 additional_flags=-Wno-deprecated-register.
856 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
857 * gdb.cp/misc.exp: Likewise.
858
cee00f17
GB
8592020-05-28 Gary Benson <gbenson@redhat.com>
860
861 * gdb.linespec/cpls-ops.cc (dummy): New static global.
862 (test_op_new::operator new): Add return statement.
863 (test_op_new_array::operator new[]): Likewise.
864
636edd00
PA
8652020-05-27 Pedro Alves <palves@redhat.com>
866
867 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
868 check. Use test_gdb_complete_unique instead of
869 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
870 test_gdb_complete_multiple instead of
871 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
872
c2b75043
LM
8732020-05-27 Luis Machado <luis.machado@linaro.org>
874
875 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
876 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
877 * gdb.arch/arm-disassembler-options.exp: Likewise.
878 * gdb.arch/arm-disp-step.exp: Likewise.
879 * gdb.arch/thumb-prologue.exp: Likewise.
880 * gdb.base/async.exp: Likewise.
881 * gdb.base/auxv.exp: Likewise.
882 * gdb.base/complex-parts.exp: Likewise.
883 * gdb.base/ena-dis-br.exp: Likewise.
884 * gdb.base/foll-exec.exp: Likewise.
885 * gdb.base/permissions.exp: Likewise.
886 * gdb.base/relocate.exp: Likewise.
887 * gdb.base/return2.exp: Likewise.
888 * gdb.base/sigbpt.exp: Likewise.
889 * gdb.base/siginfo-obj.exp: Likewise.
890 * gdb.cp/converts.exp: Likewise.
891 * gdb.cp/exceptprint.exp: Likewise.
892 * gdb.cp/inherit.exp: Likewise.
893 * gdb.cp/nsnoimports.exp: Likewise.
894 * gdb.cp/virtbase2.exp: Likewise.
895 * gdb.mi/mi-var-cmd.exp: Likewise.
896 * gdb.mi/var-cmd.c: Likewise.
897
53a47a3e
TT
8982020-05-26 Tom Tromey <tromey@adacore.com>
899
900 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
901
0bc2354b
TT
9022020-05-26 Tom Tromey <tromey@adacore.com>
903
904 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
905 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
906 type.
907 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
908 variable.
909
0db49895
CBG
9102020-05-26 Christian Biesinger <cbiesinger@google.com>
911
912 * Makefile.in: Use = instead of == for the test command
913 for portability.
914
40d22035
TV
9152020-05-26 Tom de Vries <tdevries@suse.de>
916
917 * gdb.base/gold-gdb-index-2.c: New test.
918 * gdb.base/gold-gdb-index.c: New test.
919 * gdb.base/gold-gdb-index.exp: New file.
920 * gdb.base/gold-gdb-index.h: New test.
921
043e2e02
TV
9222020-05-25 Tom de Vries <tdevries@suse.de>
923
924 * boards/gold-gdb-index.exp: New file.
925
462f72c5
SM
9262020-05-25 Simon Marchi <simon.marchi@efficios.com>
927
928 * boards/simavr.exp: New file.
929
6cf66e76
SM
9302020-05-25 Simon Marchi <simon.marchi@efficios.com>
931
932 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
933 * gdb.base/inferior-args.exp: New file.
934 * gdb.base/inferior-args.c: New file.
935
75d04512
SM
9362020-05-25 Simon Marchi <simon.marchi@efficios.com>
937
938 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
939 inferior_args. Pass it to gdb_reload.
940 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
941 inferior_args.
942 (gdb_reload): Add inferior_args argument.
943 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
944 pass it to gdbserver_run.
945 * boards/native-gdbserver.exp: Do not set noargs.
946 * boards/native-extended-gdbserver.exp (gdb_reload): Add
947 inferior_args argument.
948 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
949 * gdb.base/a2-run.exp: Check for use_gdb_stub.
950 * gdb.base/args.exp: Likewise.
951
42cf1844
TV
9522020-05-25 Tom de Vries <tdevries@suse.de>
953
954 * lib/gdb.exp (exec_is_pie): Add comment.
955
8f7d38ef
TV
9562020-05-25 Tom de Vries <tdevries@suse.de>
957
958 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
959 instead of $binfile in the untested message.
960
465e1b0f
TV
9612020-05-25 Tom de Vries <tdevries@suse.de>
962
963 PR testsuite/26031
964 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
965
3c5a0e02
TV
9662020-05-25 Tom de Vries <tdevries@suse.de>
967
968 * boards/gold.exp: New file.
969
0a4f5f8c
TT
9702020-05-23 Tom Tromey <tom@tromey.com>
971
972 * gdb.base/style.exp: Remove completion styling test.
973 * lib/gdb-utils.exp (style): Remove completion styles.
974
eca1f90c
TT
9752020-05-23 Tom Tromey <tom@tromey.com>
976
977 * gdb.base/style.exp: Add completion styling test.
978 * lib/gdb-utils.exp (style): Add completion styles.
979
7c13f4e8
AB
9802020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
981
982 * gdb.base/annota1.exp: Update expected results.
983 * gdb.cp/annota2.exp: Update expected results, remove duplicate
984 test name.
985 * gdb.cp/annota3.exp: Update expected results.
986
41977d16
SM
9872020-05-20 Simon Marchi <simon.marchi@efficios.com>
988
989 PR gdb/26016
990 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
991 against MAP_FAILED.
992 * gdb.base/coremaker.c (mmapdata): Likewise.
993 * gdb.base/jit-reader-host.c (main): Likewise.
994 * gdb.base/sym-file-loader.c (load): Likewise.
995 (load_shlib): Likewise.
996
b4757f2e
TT
9972020-05-20 Tom Tromey <tromey@adacore.com>
998
999 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1000
9a0bacfb
TV
10012020-05-20 Tom de Vries <tdevries@suse.de>
1002
1003 PR symtab/25833
1004 * gdb.base/with-mf-inc.c: New test.
1005 * gdb.base/with-mf-main.c: New test.
1006 * gdb.base/with-mf.exp: New file.
1007
76571211
TT
10082020-05-19 Tom Tromey <tromey@adacore.com>
1009
1010 * gdb.rust/simple.exp: Restore missing test result.
1011
4cd9f3d5
TV
10122020-05-19 Tom de Vries <tdevries@suse.de>
1013
1014 * gdb.base/gdb-caching-proc.exp: Fix typo.
1015
7d874253
TT
10162020-05-19 Tom Tromey <tromey@adacore.com>
1017
1018 * gdb.rust/simple.exp: Add some test descriptions.
1019 (test_one_slice): Use with_test_prefix.
1020
1d727695
TV
10212020-05-18 Tom de Vries <tdevries@suse.de>
1022
1023 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1024
7f32a4d5
PA
10252020-05-17 Pedro Alves <palves@redhat.com>
1026
1027 PR gdb/25741
1028 * gdb.base/hw-sw-break-same-address.exp: New file.
1029
7cfd74cf
PA
10302020-05-16 Pedro Alves <palves@redhat.com>
1031
1032 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1033 LAST_LOADED_FILE accordingly.
1034
57b4f16e
PW
10352020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1036
1037 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1038
7c05caf7
PW
10392020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1040
1041 * gdb.base/help.exp: Test apropos and help for commands
1042 having aliases. Fixed comments not starting with an
1043 upper-case letter or not finishing with a dot.
1044
7aa1b46f
PW
10452020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1046
3b3aaacb
PW
1047 * gdb.base/alias.exp: Update help output check.
1048
57b4f16e 10492020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1050
7aa1b46f
PW
1051 * gdb.base/default.exp: Update output following fixes.
1052
0605465f
PW
10532020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1054
1055 * gdb.base/alias.exp: Test aliases starting with a prefix of
1056 another alias.
1057
86e4e63d
GB
10582020-05-15 Gary Benson <gbenson@redhat.com>
1059
1060 * gdb.base/info-os.c (main): Add return statement.
1061 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1062 * gdb.base/large-frame-2.c (func): Likewise.
1063 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1064 * gdb.base/pr10179-b.c (foo2): Likewise.
1065 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1066 * gdb.base/watch-cond.c (func): Likewise.
1067 * gdb.multi/goodbye.c (verylongfun): Likewise.
1068 * gdb.multi/hello.c (commonfun): Likewise.
1069 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1070 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1071 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1072 Likewise.
1073 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1074 * gdb.threads/interrupt-while-step-over.c (child_function):
1075 Likewise.
1076 * gdb.trace/actions-changed.c (end): Likewise.
1077
163df4df
GB
10782020-05-15 Gary Benson <gbenson@redhat.com>
1079
1080 * gdb.opencl/callfuncs.exp: Report when test skipped.
1081 * gdb.opencl/convs_casts.exp: Likewise.
1082 * gdb.opencl/datatypes.exp: Likewise.
1083 * gdb.opencl/operators.exp: Likewise.
1084 * gdb.opencl/vec_comps.exp: Likewise.
1085
6dbc505a
TV
10862020-05-15 Tom de Vries <tdevries@suse.de>
1087
1088 * gdb.base/align.exp.in: Rename to ...
1089 * gdb.base/align.exp.tcl: ... this.
1090 * gdb.base/align-c++.exp: Update.
1091 * gdb.base/align-c.exp: Update.
1092 * gdb.base/all-architectures.exp.in: Rename to ...
1093 * gdb.base/all-architectures.exp: ... this.
1094 * gdb.base/all-architectures-0.exp: Update.
1095 * gdb.base/all-architectures-1.exp: Update.
1096 * gdb.base/all-architectures-2.exp: Update.
1097 * gdb.base/all-architectures-3.exp: Update.
1098 * gdb.base/all-architectures-4.exp: Update.
1099 * gdb.base/all-architectures-5.exp: Update.
1100 * gdb.base/all-architectures-6.exp: Update.
1101 * gdb.base/all-architectures-7.exp: Update.
1102 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1103 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1104 * gdb.base/infcall-nested-structs-c++.exp: Update.
1105 * gdb.base/infcall-nested-structs-c.exp: Update.
1106 * gdb.base/info-types.exp.in: Rename to ...
1107 * gdb.base/info-types.exp.tcl: ... this.
1108 * gdb.base/info-types-c++.exp: Update.
1109 * gdb.base/info-types-c.exp: Update.
1110 * gdb.base/max-depth.exp.in: Rename to ...
1111 * gdb.base/max-depth.exp.tcl: ... this.
1112 * gdb.base/max-depth-c++.exp: Update.
1113 * gdb.base/max-depth-c.exp: Update.
1114 * gdb.cp/cpexprs.exp.in: Rename to ...
1115 * gdb.cp/cpexprs.exp.tcl: ... this.
1116 * gdb.cp/cpexprs-debug-types.exp: Update.
1117 * gdb.cp/cpexprs.exp: Update.
1118 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1119 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1120 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1121 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1122 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1123 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1124 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1125 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1126 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1127 * gdb.dwarf2/clang-debug-names.exp: Update.
1128
d1034d78
AB
11292020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * lib/check-test-names.exp: Remove code that prevents this file
1132 loading when tests are run in parallel.
1133
3c5c3649
PA
11342020-05-15 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.multi/multi-kill.exp (start_inferior): Remove
1137 'testpid' parameter. Refer to namespace variable directly.
1138 (testpid): Declare as namespace variable.
1139
272c36b8
PA
11402020-05-15 Pedro Alves <palves@redhat.com>
1141
1142 * gdb.multi/multi-kill.exp: Wrap in namespace.
1143 (start_inferior): Add TESTPID parameter. Use it instead of the
1144 testpid global.
1145 (top level): Define empty TESTPID array, and pass it down to
1146 start_inferior.
1147
02eba61a
TV
11482020-05-14 Tom de Vries <tdevries@suse.de>
1149
1150 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1151 output.
1152
971a3747
TV
11532020-05-14 Tom de Vries <tdevries@suse.de>
1154
1155 * gdb.base/align.exp: Split into ...
1156 * gdb.base/align.exp.in: ...
1157 * gdb.base/align-c++.exp: ...
1158 * gdb.base/align-c.exp: ... these.
1159 * gdb.base/infcall-nested-structs.exp: Split into ...
1160 * gdb.base/infcall-nested-structs.exp.in: ...
1161 * gdb.base/infcall-nested-structs-c++.exp: ...
1162 * gdb.base/infcall-nested-structs-c.exp: ... these.
1163 * gdb.base/info-types.exp: Split into ...
1164 * gdb.base/info-types.exp.in: ...
1165 * gdb.base/info-types-c++.exp: ...
1166 * gdb.base/info-types-c.exp: ... these.
1167 * gdb.base/max-depth.exp: Split into ...
1168 * gdb.base/max-depth.exp.in: ...
1169 * gdb.base/max-depth-c++.exp: ...
1170 * gdb.base/max-depth-c.exp: ... these.
1171 * gdb.cp/infcall-nodebug.exp: Split into ...
1172 * gdb.cp/infcall-nodebug.exp.in: ...
1173 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1174 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1175 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1176 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1177
a05575d3
TBA
11782020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1179 Pedro Alves <palves@redhat.com>
1180
1181 * gdb.multi/multi-exit.c: New file.
1182 * gdb.multi/multi-exit.exp: New file.
1183 * gdb.multi/multi-kill.c: New file.
1184 * gdb.multi/multi-kill.exp: New file.
1185
6ad82919
TBA
11862020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1187
1188 * gdb.base/annota1.exp: Update the expected output.
1189 * gdb.cp/annota2.exp: Ditto.
1190
843f4d93
AB
11912020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * lib/check-test-names.exp: Disable when testing is being run in
1194 parallel.
1195
c7c66341
TV
11962020-05-12 Tom de Vries <tdevries@suse.de>
1197
1198 * gdb.base/jit-elf.exp: Fix string concat.
1199
1b59ca1c
TV
12002020-05-12 Tom de Vries <tdevries@suse.de>
1201
1202 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1203 messages.
1204
b4991d29
TV
12052020-05-12 Tom de Vries <tdevries@suse.de>
1206
1207 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1208
dbb0ab10
TV
12092020-05-12 Tom de Vries <tdevries@suse.de>
1210
1211 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1212 * gdb.ada/mi_catch_ex.exp: Same.
1213 * gdb.ada/mi_catch_ex_hand.exp: Same.
1214
7549fed8
TV
12152020-05-12 Tom de Vries <tdevries@suse.de>
1216
1217 * gdb.fortran/complex.exp: Use with_test_prefix.
1218
af2d5cd8
TV
12192020-05-12 Tom de Vries <tdevries@suse.de>
1220
1221 * gdb.trace/passcount.exp: Fix test-names.
1222
7c121311
TV
12232020-05-12 Tom de Vries <tdevries@suse.de>
1224
1225 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1226
c9f3b40e
TV
12272020-05-12 Tom de Vries <tdevries@suse.de>
1228
1229 * gdb.gdb/complaints.exp: Use with_test_prefix.
1230 * gdb.xml/tdesc-regs.exp: Same.
1231 * gdb.opt/inline-locals.exp: Fix test name.
1232
111b33f0
TV
12332020-05-12 Tom de Vries <tdevries@suse.de>
1234
1235 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1236 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1237 * gdb.dwarf2/implref-struct.exp: Same.
1238 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1239 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1240
ebf47080
SM
12412020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1242
1243 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1244
d30dcd12
AB
12452020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1246
1247 * lib/check-test-names.exp (all_test_names): New module variable.
1248 (counts): Add 'duplicates' field.
1249 (_check_duplicates): New procedure.
1250 (check): Also check for duplicates.
1251 (do_log_summary): Print duplicates count.
1252 (do_reset_vars): Reset counter for duplicate test names, and
1253 discard all know test names.
1254
34584c09
AB
12552020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1256
1257 * lib/gdb.exp: Include check-test-names.exp library.
1258 * lib/check-test-names.exp: New file.
1259
e0002117
TV
12602020-05-11 Tom de Vries <tdevries@suse.de>
1261
1262 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1263
53f539a3
KS
12642020-05-11 Keith Seitz <keiths@redhat.com>
1265
1266 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1267
113ee09a
TV
12682020-05-11 Tom de Vries <tdevries@suse.de>
1269
1270 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1271 * gdb.cp/cpexprs.exp.in: .. here.
1272 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1273 cpexprs.exp.
1274
ba3e70b0
KS
12752020-05-11 Keith Seitz <keiths@redhat.com>
1276
1277 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1278 test names.
1279 * gdb.ada/arrayptr.exp: Likewise.
1280 * gdb.ada/assign_arr.exp: Likewise.
1281 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1282 * gdb.ada/bp_on_var.exp: Likewise.
1283 * gdb.ada/call_pn.exp: Likewise.
1284 * gdb.ada/complete.exp: Likewise.
1285 * gdb.ada/fun_overload_menu.exp: Likewise.
1286 * gdb.ada/funcall_param.exp: Likewise.
1287 * gdb.ada/funcall_ref.exp: Likewise.
1288 * gdb.ada/packed_array_assign.exp: Likewise.
1289 * gdb.ada/same_component_name.exp: Likewise.
1290 * gdb.ada/type_coercion.exp: Likewise.
1291 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1292 * gdb.ada/variant_record_packed_array.exp: Likewise.
1293
3ee6bb11
TV
12942020-05-11 Tom de Vries <tdevries@suse.de>
1295
1296 PR symtab/25941
1297 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1298 out of ...
1299 * gdb.dwarf2/clang-debug-names.exp: ... here.
1300 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1301 clang-debug-names.exp.in.
1302 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1303 * gdb.dwarf2/clang-debug-names-2.c: New test.
1304
86cd6bc8
AKS
13052020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1306
1307 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1308 (fortran_runto_main): New Proc, fortran version of runto_main.
1309 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1310 * gdb.fortran/array-bounds.exp: Likewise.
1311 * gdb.fortran/array-slices.exp: Likewise.
1312 * gdb.fortran/block-data.exp: Likewise.
1313 * gdb.fortran/charset.exp: Likewise.
1314 * gdb.fortran/common-block.exp: Likewise.
1315 * gdb.fortran/complex.exp: Likewise.
1316 * gdb.fortran/derived-type-function.exp: Likewise.
1317 * gdb.fortran/derived-type.exp: Likewise.
1318 * gdb.fortran/info-modules.exp: Likewise.
1319 * gdb.fortran/info-types.exp: Likewise.
1320 * gdb.fortran/intrinsics.exp: Likewise.
1321 * gdb.fortran/library-module.exp: Likewise.
1322 * gdb.fortran/logical.exp: Likewise.
1323 * gdb.fortran/max-depth.exp: Likewise.
1324 * gdb.fortran/module.exp: Likewise.
1325 * gdb.fortran/multi-dim.exp: Likewise.
1326 * gdb.fortran/nested-funcs.exp: Likewise.
1327 * gdb.fortran/print-formatted.exp: Likewise.
1328 * gdb.fortran/print_type.exp: Likewise.
1329 * gdb.fortran/printing-types.exp: Likewise.
1330 * gdb.fortran/ptr-indentation.exp: Likewise.
1331 * gdb.fortran/ptype-on-functions.exp: Likewise.
1332 * gdb.fortran/subarray.exp: Likewise.
1333 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1334 * gdb.fortran/vla-datatypes.exp: Likewise.
1335 * gdb.fortran/vla-history.exp: Likewise.
1336 * gdb.fortran/vla-ptr-info.exp: Likewise.
1337 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1338 * gdb.fortran/vla-ptype.exp: Likewise.
1339 * gdb.fortran/vla-sizeof.exp: Likewise.
1340 * gdb.fortran/vla-type.exp: Likewise.
1341 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1342 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1343 * gdb.fortran/vla-value-sub.exp: Likewise.
1344 * gdb.fortran/vla-value.exp: Likewise.
1345 * gdb.fortran/whatis_type.exp: Likewise.
1346 * gdb.mi/mi-var-child-f.exp: Likewise.
1347
6dc55ce9 13482020-05-09 Tom de Vries <tdevries@suse.de>
1349
1350 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1351
283cb58c
TV
13522020-05-08 Tom de Vries <tdevries@suse.de>
1353
1354 * gdb.dwarf2/clang-debug-names.c: New test.
1355 * gdb.dwarf2/clang-debug-names.exp: New file.
1356
ac4a4f1c
SM
13572020-05-06 Simon Marchi <simon.marchi@efficios.com>
1358
1359 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1360 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1361
24fe640b
TV
13622020-05-06 Tom de Vries <tdevries@suse.de>
1363
1364 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1365 breakpoint is at a "recommended breakpoint location".
1366 * gdb.reverse/consecutive-reverse.exp: Same.
1367
0d8683a3
TV
13682020-05-06 Tom de Vries <tdevries@suse.de>
1369
1370 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1371 address.
1372
b8983c46
TV
13732020-05-06 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1376
abf6d805
TV
13772020-05-06 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1380 info for r.
1381
0fc2a808
TV
13822020-05-06 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1385 necessary.
1386
873dd427
TV
13872020-05-06 Tom de Vries <tdevries@suse.de>
1388
1389 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1390 void.
1391
7c99e7e2
TV
13922020-05-06 Tom de Vries <tdevries@suse.de>
1393
1394 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1395 of ...
1396 * gdb.base/async.exp: ... here.
1397 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1398 "recommended breakpoint location".
1399
6173d6a6
TV
14002020-05-06 Tom de Vries <tdevries@suse.de>
1401
1402 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1403
6015a067
TV
14042020-05-04 Tom de Vries <tdevries@suse.de>
1405
1406 * gdb.base/async.exp: Check whether instruction addresses are a
1407 "recommended breakpoint location".
1408
3b6acaee
TT
14092020-05-03 Tom Tromey <tom@tromey.com>
1410
1411 * gdb.base/sepdebug.exp: Remove "catch" test.
1412 * gdb.base/break.exp: Remove "catch" test.
1413 * gdb.base/default.exp: Update expected output.
1414
5beb4d17
TV
14152020-05-02 Tom de Vries <tdevries@suse.de>
1416
1417 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1418 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1419 * gdb.arch/i386-mpx-map.exp: Same.
1420 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1421 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1422 * gdb.arch/i386-mpx.exp: Same.
1423
8caf140d
TV
14242020-05-02 Tom de Vries <tdevries@suse.de>
1425
1426 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1427
693196cb
TV
14282020-05-01 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.ada/operator_bp.exp: Allow more than required amount of
1431 breakpoint.
1432
53ae0aa9
TV
14332020-05-01 Tom de Vries <tdevries@suse.de>
1434
1435 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1436
ee9d1e5f
HD
14372020-04-30 Hannes Domani <ssbssa@yahoo.de>
1438
1439 PR gdb/18706
1440 * gdb.cp/stub-array-size.cc: New test.
1441 * gdb.cp/stub-array-size.exp: New file.
1442 * gdb.cp/stub-array-size.h: New test.
1443 * gdb.cp/stub-array-size2.cc: New test.
1444
d5cf82c0
HD
14452020-04-30 Hannes Domani <ssbssa@yahoo.de>
1446
1447 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1448 output to the new format.
1449
42e165c3
SM
14502020-04-29 Simon Marchi <simon.marchi@efficios.com>
1451
1452 * gdb.base/break.exp: Use with_test_prefix.
1453
6e4e3fe1
TV
14542020-04-29 Tom de Vries <tdevries@suse.de>
1455
1456 * lib/gdb.exp (debug_types): New proc.
1457 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1458 * gdb.python/py-symtab.exp: Same.
1459
d642b692
HD
14602020-04-29 Hannes Domani <ssbssa@yahoo.de>
1461
1462 PR gdb/17320
1463 * gdb.base/pretty-array.c: New test.
1464 * gdb.base/pretty-array.exp: New file.
1465
ea90f227
TV
14662020-04-29 Tom de Vries <tdevries@suse.de>
1467
1468 PR symtab/25889
1469 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1470 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1471 and include cpexprs.exp.
1472
a65189c9
TV
14732020-04-28 Mark Williams <mark@myosotissp.com>
1474
1475 PR gdb/24480
1476 * dw4-toplevel-types.exp: Test for top level types.
1477 * dw4-toplevel-types.cc: Test for top level types.
1478
32d1f47a
TBA
14792020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1480
1481 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1482 (theads -> threads).
1483
56a4f5a1
TV
14842020-04-28 Tom de Vries <tdevries@suse.de>
1485
1486 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1487
0b2f8a3b
TV
14882020-04-28 Tom de Vries <tdevries@suse.de>
1489
1490 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1491
5390c717
TV
14922020-04-28 Tom de Vries <tdevries@suse.de>
1493
1494 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1495
15cd93d0
TV
14962020-04-28 Tom de Vries <tdevries@suse.de>
1497
1498 * gdb.dwarf2/main-foo.c: New test.
1499 * gdb.dwarf2/struct-with-sig.exp: New file.
1500
d472f0fb
TV
15012020-04-25 Tom de Vries <tdevries@suse.de>
1502
1503 * boards/debug-types.exp: New file.
1504
8d840e05
AB
15052020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1506
1507 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1508
bcfe6157
TT
15092020-04-24 Tom Tromey <tom@tromey.com>
1510
1511 PR symtab/12707:
1512 * gdb.python/py-symbol.exp: Update expected results for
1513 linkage_name test.
1514 * gdb.cp/print-demangle.exp: New file.
1515 * gdb.base/c-linkage-name.exp: Fix test.
1516 * gdb.guile/scm-symbol.exp: Update expected results for
1517 linkage_name test.
1518
f049a313
TT
15192020-04-24 Tom Tromey <tom@tromey.com>
1520
1521 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1522 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1523 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1524 assembler.
1525
7cf28874
TV
15262020-04-24 Tom de Vries <tdevries@suse.de>
1527
1528 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1529 C++.
1530
dac2fef7
TT
15312020-04-24 Tom Tromey <tromey@adacore.com>
1532
1533 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1534 values.
1535 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1536 values. Update test for minimal encodings.
1537 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1538 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1539 values. Update test for minimal encodings.
1540
1acda803
TT
15412020-04-24 Tom Tromey <tromey@adacore.com>
1542
1543 PR python/23662:
1544 * gdb.ada/variant.exp: Add Python checks.
1545 * gdb.rust/simple.exp: Add dynamic type checks.
1546
adfb9815
TT
15472020-04-24 Tom Tromey <tromey@adacore.com>
1548
1549 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1550 Make array type matching more lax.
1551 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1552 * gdb.ada/mi_variant.exp: New file.
1553 * gdb.ada/mi_variant/pck.ads: New file.
1554 * gdb.ada/mi_variant/pkg.adb: New file.
1555 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1556 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1557
7d79de9a
TT
15582020-04-24 Tom Tromey <tromey@adacore.com>
1559
1560 * gdb.ada/variant.exp: Add dynamic field offset tests.
1561 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1562 * gdb.ada/variant/pkg.adb: Add new variables.
1563
f8e89861
TT
15642020-04-24 Tom Tromey <tromey@adacore.com>
1565
1566 * gdb.ada/variant.exp: New file
1567 * gdb.ada/variant/pkg.adb: New file
1568 * gdb.ada/variant/pck.adb: New file
1569
86e887ae
TV
15702020-04-24 Tom de Vries <tdevries@suse.de>
1571
1572 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1573
88428775
TV
15742020-04-24 Tom de Vries <tdevries@suse.de>
1575
1576 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1577 flags.
1578
4e86f6e7
TV
15792020-04-24 Tom de Vries <tdevries@suse.de>
1580
1581 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1582
2016d3e6
TV
15832020-04-24 Tom de Vries <tdevries@suse.de>
1584
1585 * lib/gdb.exp (default_gdb_start): Handle eof.
1586 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1587 failure.
1588 * gdb.base/readnever.exp: Handle clean_restart failure.
1589
70bc38f5
TV
15902020-04-23 Tom de Vries <tdevries@suse.de>
1591
1592 * gdb.base/decl-before-def.exp: Run to main and print a again.
1593
de82891c
TV
15942020-04-23 Tom de Vries <tdevries@suse.de>
1595
1596 * gdb.base/decl-before-def-decl.c: New test.
1597 * gdb.base/decl-before-def-def.c: New test.
1598 * gdb.base/decl-before-def.exp: New file.
1599
96038148
TV
16002020-04-23 Tom de Vries <tdevries@suse.de>
1601
1602 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1603
54ac3df1
TV
16042020-04-22 Tom de Vries <tdevries@suse.de>
1605
1606 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1607 debug_info_offset.
1608 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1609 before $objsfile in the line line.
1610
714534e1
TV
16112020-04-22 Tom de Vries <tdevries@suse.de>
1612
1613 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1614
16a7dbf4
MS
16152020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1616
1617 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1618 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1619 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1620 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1621 * gdb.base/jit-protocol.h: Update definitions to match all usage
1622 contexts.
1623
16242020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1625
1626 * gdb.base: Rename all jit related test and source files.
1627
16282020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1629
1630 * gdb.base/jit-reader.exp: Relax register output check.
1631
317d2668
TV
16322020-04-22 Tom de Vries <tdevries@suse.de>
1633
1634 PR symtab/25764
1635 * gdb.base/psym-external-decl-2.c: New test.
1636 * gdb.base/psym-external-decl.c: New test.
1637 * gdb.base/psym-external-decl.exp: New file.
1638 * gdb.threads/tls.exp: Add PR25807 kfail.
1639
eea9e357
TV
16402020-04-22 Tom de Vries <tdevries@suse.de>
1641
1642 PR symtab/25801
1643 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1644 in "info source" output.
1645
3d5afab3
TV
16462020-04-22 Tom de Vries <tdevries@suse.de>
1647
1648 PR symtab/25700
1649 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1650 symtab for imported_unit.c.
1651
b32102f6
GB
16522020-04-21 Gary Benson <gbenson@redhat.com>
1653
1654 * gdb.base/advance.c (func): New argument, to match call site.
1655 (func2, func3): Add return statements.
1656
d43b7a2d
TBA
16572020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1658
1659 * gdb.multi/run-only-second-inf.c: New file.
1660 * gdb.multi/run-only-second-inf.exp: New file.
1661
d89edf9b
MM
16622020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1663
1664 * gdb.btrace/multi-inferior.c: New test.
1665 * gdb.btrace/multi-inferior.exp: New file.
1666
1a476b6d
MM
16672020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1668
1669 * gdb.btrace/enable-new-thread.c: New test.
1670 * gdb.btrace/enable-new-thread.exp: New file.
1671
4778a5f8
TV
16722020-04-21 Tom de Vries <tdevries@suse.de>
1673
1674 PR gdb/25471
1675 * gdb.threads/killed-outside.c: New test.
1676 * gdb.threads/killed-outside.exp: New file.
1677
9b2c992c
GB
16782020-04-20 Gary Benson <gbenson@redhat.com>
1679
1680 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1681 * gdb.base/nested-subp2.exp: Likewise.
1682 * gdb.base/nested-subp3.exp: Likewise.
1683
b5d1d6f7
GB
16842020-04-20 Gary Benson <gbenson@redhat.com>
1685
1686 * gdb.base/nested-subp1.exp: Disable test when using clang.
1687 * gdb.base/nested-subp2.exp: Likewise.
1688 * gdb.base/nested-subp3.exp: Likewise.
1689
25230285
GB
16902020-04-20 Gary Benson <gbenson@redhat.com>
1691
1692 * gdb.cp/exception.cc: Fix compilation error with clang.
1693
fa93cc8f
GB
16942020-04-20 Gary Benson <gbenson@redhat.com>
1695
809730f3 1696 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1697
e0c45f30
GB
16982020-04-20 Gary Benson <gbenson@redhat.com>
1699
1700 * gdb.base/jit-main.c: Fix compilation error with clang.
1701
4ddfec93
KR
17022020-04-17 Kamil Rytarowski <n54@gmx.com>
1703
1704 * gdb.base/attach-twice.c: Include "sys/types.h".
1705 (PTRACE_ATTACH): Add fallback definition.
1706 (main): Pass `0' to the 4th argument of `ptrace'.
1707
2bed205e
KR
17082020-04-17 Kamil Rytarowski <n54@gmx.com>
1709
1710 * gdb.base/fork-running-state.c: Include "signal.h".
1711
0743fc83
TT
17122020-04-17 Tom Tromey <tromey@adacore.com>
1713
1714 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1715 Update tests.
1716 * gdb.btrace/cpu.exp: Update tests.
1717 * gdb.base/maint.exp: Update tests.
1718 * gdb.base/default.exp: Update tests.
1719 * gdb.base/completion.exp: Update tests.
1720
efba5c23
TV
17212020-04-16 Tom de Vries <tdevries@suse.de>
1722
1723 PR symtab/25791
1724 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1725 (ensure_gdb_index): and factor out and move ...
1726 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1727 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1728
d191d716
TV
17292020-04-16 Tom de Vries <tdevries@suse.de>
1730
1731 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1732 loading exec.
1733
99f1bc6a
AB
17342020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1735
1736 * gdb.base/many-completions.exp: New file.
1737
194d088f
TV
17382020-04-14 Tom de Vries <tdevries@suse.de>
1739
1740 PR symtab/25718
1741 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1742
c1a66c06
TV
17432020-04-14 Tom de Vries <tdevries@suse.de>
1744
1745 PR symtab/25720
1746 * gdb.base/maint-expand-symbols-header-file.c: New test.
1747 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1748 * gdb.base/maint-expand-symbols-header-file.h: New test.
1749
21b0982c
AB
17502020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1751
1752 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1753 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1754 get_func_info.
1755 (get_func_info): Delete.
1756 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1757 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1758 * lib/dwarf.exp (get_func_info): New function.
1759
dd1cab06
TV
17602020-04-13 Tom de Vries <tdevries@suse.de>
1761
1762 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1763 to what find_gnatmake does.
1764
71ea2b6b
TV
17652020-04-10 Tom de Vries <tdevries@suse.de>
1766
1767 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1768 -readnow.
1769
bdfc1e8a
TV
17702020-04-10 Tom de Vries <tdevries@suse.de>
1771
1772 PR cli/25808
1773 * gdb.base/style.c: Add leading newlines.
1774 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1775 Check listing of main's one-line body.
1776
14ca8ecf
TV
17772020-04-08 Tom de Vries <tdevries@suse.de>
1778
1779 * lib/gdb.exp (psymtabs_p): New proc.
1780 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1781 importing unit" unsupported if there are no partial symbols.
1782
e21d048f
TV
17832020-04-08 Tom de Vries <tdevries@suse.de>
1784
1785 PR testsuite/25760
1786 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1787
25c11aca
TV
17882020-04-07 Tom de Vries <tdevries@suse.de>
1789
1790 PR symtab/25796
1791 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1792
5707e24b
TV
17932020-04-07 Tom de Vries <tdevries@suse.de>
1794
1795 * gdb.base/check-psymtab.c: New test.
1796 * gdb.base/check-psymtab.exp: New file.
1797
6ee448cc
TT
17982020-04-06 Tom Tromey <tromey@adacore.com>
1799
1800 * gdb.ada/variant-record/proc.adb: New file.
1801 * gdb.ada/variant-record/value.adb: New file.
1802 * gdb.ada/variant-record/value.s: New file.
1803 * gdb.ada/variant-record.exp: New file.
1804
9e7c9a03
HD
18052020-04-03 Hannes Domani <ssbssa@yahoo.de>
1806
1807 PR gdb/25325
1808 * gdb.cp/typed-enum.cc: New test.
1809 * gdb.cp/typed-enum.exp: New file.
1810
c90d28ac
AB
18112020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1812
1813 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1814 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1815 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1816 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1817 * gdb.opt/inline-small-func.c: New file.
1818 * gdb.opt/inline-small-func.exp: New file.
1819 * gdb.opt/inline-small-func.h: New file.
1820
34e9a9fa
AB
18212020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1822
1823 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1824 function.
1825
6a354911
AB
18262020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * lib/dwarf.exp (function_range): Allow compiler options to be
1829 specified.
1830
880d9777
TV
18312020-04-02 Tom de Vries <tdevries@suse.de>
1832
1833 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1834 __attribute__((always_inline)).
1835 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1836
f32682ea
TV
18372020-04-02 Tom de Vries <tdevries@suse.de>
1838
1839 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1840 (gdbserver_gdb_exit): ... here. Add timeout warning.
1841 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1842 (connect_target_extended_remote): Append new server_spawn_id to
1843 server_spawn_ids.
1844 (cleanup): New proc.
1845 (setup, <toplevel>): Call cleanup.
1846
d3214198
TV
18472020-04-02 Tom de Vries <tdevries@suse.de>
1848
1849 * gdb.base/main-psymtab.exp: New file.
1850
cc77ed24
TV
18512020-04-02 Tom de Vries <tdevries@suse.de>
1852
1853 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1854
3638a098
TT
18552020-04-01 Tom Tromey <tom@tromey.com>
1856
1857 * gdb.base/complex-parts.exp: Add type tests.
1858
c34e8714
TT
18592020-04-01 Tom Tromey <tom@tromey.com>
1860
1861 * gdb.base/complex-parts.exp: Add arithmetic tests.
1862
981c08ce
TT
18632020-04-01 Tom Tromey <tom@tromey.com>
1864
1865 * gdb.compile/compile.exp: Update.
1866 * gdb.compile/compile-cplus.exp: Update.
1867 * gdb.base/varargs.exp: Update.
1868 * gdb.base/floatn.exp: Update.
1869 * gdb.base/endianity.exp: Update.
1870 * gdb.base/callfuncs.exp (do_function_calls): Update.
1871 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1872 (complex_float_integral_args): Update.
1873 * gdb.base/complex.exp: Update.
1874 * gdb.base/complex-parts.exp: Update.
1875
3d1cfd43
TT
18762020-04-01 Tom Tromey <tromey@adacore.com>
1877
1878 * gdb.rust/union.rs: New file.
1879 * gdb.rust/union.exp: New file.
1880 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1881 (main): Update.
1882 * gdb.rust/simple.exp: Move union tests to union.exp.
1883
e033dfa9
TT
18842020-04-01 Tom Tromey <tromey@adacore.com>
1885
1886 * gdb.rust/simple.rs (main): Remove "y0".
1887
53cccef1
TBA
18882020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1889
1890 * gdb.multi/stop-all-on-exit.c: New test.
1891 * gdb.multi/stop-all-on-exit.exp: New file.
1892
60e22c1e
HD
18932020-04-01 Hannes Domani <ssbssa@yahoo.de>
1894
1895 PR gdb/24789
1896 * gdb.cp/misc.cc: Add integer reference variable.
1897 * gdb.cp/misc.exp: Add test.
1898
e139a727
TBA
18992020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1900
1901 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1902 scenario to cover execution until the end and also the case
1903
16b0db75
TV
19042020-03-31 Tom de Vries <tdevries@suse.de>
1905
1906 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1907 c. Use "maint info symtabs" to check symtab expansion.
1908
c0502da6
TV
19092020-03-30 Tom de Vries <tdevries@suse.de>
1910
1911 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1912 unsupported.
1913 (verify_psymtab_expanded): Move ...
1914 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1915 test.
1916 (readnow): New proc.
1917
5935fd15
AB
19182020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1919
1920 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1921 with $hex.
1922
1773be9e
TT
19232020-03-20 Tom Tromey <tromey@adacore.com>
1924
1925 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1926
70304be9
TT
19272020-03-20 Tom Tromey <tromey@adacore.com>
1928
1929 * gdb.ada/sub_variant/subv.adb: New file.
1930 * gdb.ada/sub_variant.exp: New file.
1931
0dd7b8f7
TV
19322020-03-20 Tom de Vries <tdevries@suse.de>
1933
1934 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1935 first break fails.
1936 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1937
cada5fc9
AB
19382020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1939
1940 * gdb.server/exit-multiple-threads.c: New file.
1941 * gdb.server/exit-multiple-threads.exp: New file.
1942
6b8c53f2
AB
19432020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1944
1945 * gdb.fortran/mixed-lang-stack.c: New file.
1946 * gdb.fortran/mixed-lang-stack.cpp: New file.
1947 * gdb.fortran/mixed-lang-stack.exp: New file.
1948 * gdb.fortran/mixed-lang-stack.f90: New file.
1949
19a2740f
AB
19502020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1951
1952 * gdb.linespec/cp-completion-aliases.cc: New file.
1953 * gdb.linespec/cp-completion-aliases.exp: New file.
1954
d8c8b848
TV
19552020-03-19 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1958 more precise.
1959
a9933ccf
TV
19602020-03-18 Tom de Vries <tdevries@suse.de>
1961
1962 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1963 * gdb.dwarf2/break-inline-psymtab.c: New test.
1964 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1965
2f89101f
TV
19662020-03-16 Tom de Vries <tdevries@suse.de>
1967
1968 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1969 cache_verify and cache_verify_proc.
1970
6b9374f1
TV
19712020-03-15 Tom de Vries <tdevries@suse.de>
1972
1973 * gdb.server/solib-list.exp: Handle
1974 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1975
eaeaf44c
TV
19762020-03-15 Tom de Vries <tdevries@suse.de>
1977
1978 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1979 objfiles".
1980
3293bbaf
TT
19812020-03-14 Tom Tromey <tom@tromey.com>
1982
1983 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1984
ab44624c
TV
19852020-03-14 Tom de Vries <tdevries@suse.de>
1986
1987 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1988
54c43825
TV
19892020-03-14 Tom de Vries <tdevries@suse.de>
1990
1991 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1992 result in line-by-line fashion.
1993
2ac70237
TV
19942020-03-14 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/gdb.exp (supports_statement_frontiers): New proc.
1997 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1998
09546b56
TV
19992020-03-14 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.base/printcmds.exp: Add missing quoting for "print
2002 teststring2".
2003
a1f6a07c
TT
20042020-03-13 Tom Tromey <tom@tromey.com>
2005
2006 * gdb.base/printcmds.exp (test_print_strings): Add regression
2007 test.
2008 * gdb.base/printcmds.c (charptr): New typedef.
2009 (teststring2): New global.
2010
1b83d09c
AB
20112020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2012
2013 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2014 full path in the test name.
2015 (test_ld): Add some with_test_prefix blocks to make test names
2016 unique.
2017
2d61316c
TV
20182020-03-13 Tom de Vries <tdevries@suse.de>
2019
2020 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2021
2e9145ac
TV
20222020-03-13 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2025
96c7f873
TV
20262020-03-13 Tom de Vries <tdevries@suse.de>
2027
2028 PR symtab/25646
2029 * gdb.dwarf2/imported-unit.exp: Add test.
2030
49ba92c0
TV
20312020-03-13 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2034 (var1, var2): New variable.
2035 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2036 matching symbols.
2037
301b21e0
TV
20382020-03-13 Tom de Vries <tdevries@suse.de>
2039
2040 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2041 (Term::command): Use prompt prefix.
2042 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2043 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2044 command_no_prompt_prefix instead of prefix.
2045 * gdb.tui/tui-layout-asm.exp: Same.
2046
3f512721
SM
20472020-03-12 Simon Marchi <simon.marchi@efficios.com>
2048
2049 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2050
40310f30
SM
20512020-03-12 Simon Marchi <simon.marchi@efficios.com>
2052
2053 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2054 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2055 on" while stepping over the test instruction, match printed
2056 message.
2057
09252140
TV
20582020-03-12 Tom de Vries <tdevries@suse.de>
2059
2060 * gdb.base/info-types.exp: Use exp_continue during matching of output
2061 of "info types".
2062
14e9c72c
TV
20632020-03-12 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2066
e515d67e
TV
20672020-03-12 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.fortran/module.exp: Use exp_continue during matching of output
2070 of "info variable -n".
2071
307eafd8
TV
20722020-03-12 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2075 gdb.dwarf2/dw2-ranges-base.c.
2076
9a2de3fc
TV
20772020-03-12 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2080 in presence of GLIBC debuginfo.
2081
3217502e
TV
20822020-03-12 Tom de Vries <tdevries@suse.de>
2083
2084 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2085 $core.
2086
1281424c
TV
20872020-03-12 Tom de Vries <tdevries@suse.de>
2088
2089 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2090 more precise.
2091
038b97fc
SM
20922020-03-11 Simon Marchi <simon.marchi@efficios.com>
2093
2094 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2095 from Unix to Windows path.
2096
5308d1e7
TV
20972020-03-11 Tom de Vries <tdevries@suse.de>
2098
2099 * gdb.ada/minsyms.exp: Set language to ada.
2100
f870f78f
TV
21012020-03-11 Tom de Vries <tdevries@suse.de>
2102
2103 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2104
5a13315d
TV
21052020-03-11 Tom de Vries <tdevries@suse.de>
2106
2107 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2108
976862ed
TT
21092020-03-11 Tom Tromey <tromey@adacore.com>
2110
2111 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2112
7462c383
TV
21132020-03-11 Tom de Vries <tdevries@suse.de>
2114
2115 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2116
1c6c46a0
TV
21172020-03-11 Tom de Vries <tdevries@suse.de>
2118
2119 * gdb.base/break-interp.exp: Limit verbose scope.
2120
44f41bb7
TV
21212020-03-11 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.fortran/logical.f90: Define variable with character type.
2124 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2125
b76f3a42
TV
21262020-03-11 Tom de Vries <tdevries@suse.de>
2127
2128 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2129
1c33af77
TV
21302020-03-11 Tom de Vries <tdevries@suse.de>
2131
2132 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2133 symtabs.
2134
8c95582d
AB
21352020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2136 Bernd Edlinger <bernd.edlinger@hotmail.de>
2137
2138 * gdb.cp/step-and-next-inline.cc: New file.
2139 * gdb.cp/step-and-next-inline.exp: New file.
2140 * gdb.cp/step-and-next-inline.h: New file.
2141 * gdb.dwarf2/dw2-is-stmt.c: New file.
2142 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2143 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2144 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2145 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2146
cecf8547
AB
21472020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2148
2149 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2150 is-stmt flag in the line table.
2151
0ba678c9
TV
21522020-03-09 Tom de Vries <tdevries@suse.de>
2153
2154 * lib/gdb.exp (cached_file): Create cache dir.
2155
72fbdf83
TV
21562020-03-07 Tom de Vries <tdevries@suse.de>
2157
2158 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2159 * gdb.cp/rvalue-ref-params.exp: Same.
2160
436b5e99
TV
21612020-03-06 Tom de Vries <tdevries@suse.de>
2162
2163 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2164 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2165
09f2921c
TV
21662020-03-06 Tom de Vries <tdevries@suse.de>
2167
2168 * README: Fix "the the".
2169 * gdb.base/dprintf.exp: Same.
2170
50a3cc5d
TV
21712020-03-05 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.base/maint.exp: Update "main print statistics" expected output.
2174
0a709cba
AKS
21752020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2176
2177 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2178 (fortran_int8): Likewise.
2179 (fortran_real4): Likewise.
2180 (fortran_real8): Likewise.
2181 (fortran_complex4): Likewise.
2182 (fortran_logical4): Likewise.
2183 (fortran_character1): Likewise.
2184
5e5d66b6
AB
21852020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2186
2187 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2188 printed as true.
2189
7b973adc
SDJ
21902020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2191
2192 * gdb.base/printcmds.exp: Add test to verify printf of a
2193 variable holding an address.
2194
478e490a
TV
21952020-03-03 Tom de Vries <tdevries@suse.de>
2196
2197 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2198
1ef44e86
TV
21992020-03-03 Tom de Vries <tdevries@suse.de>
2200
2201 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2202 gdb_test_multiple call.
2203
b98cc2cf
TV
22042020-03-03 Tom de Vries <tdevries@suse.de>
2205
2206 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2207 gdb_test_multiple calls.
2208
63e163f2
AB
22092020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2210
2211 * gdb.base/default.exp: Remove test of 'set history filename'.
2212 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2213 filename to the empty string.
2214 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2215 and GDBHISTSIZE.
2216
24ed6739
AB
22172020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2218
2219 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2220 disabled.
2221
590003dc
TV
22222020-03-02 Pedro Alves <palves@redhat.com>
2223 Tom de Vries <tdevries@suse.de>
2224
2225 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2226 -prompt prefix, before user_code argument. Add -lbl option likewise.
2227 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2228 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2229 argument.
2230 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2231 have "\r\n" at start-of-line, instead of at end-of-line.
2232
f5e46084
SM
22332020-02-28 Simon Marchi <simon.marchi@efficios.com>
2234
2235 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2236 libinproctrace.so.
2237
f7a7000d
LM
22382020-02-28 Luis Machado <luis.machado@linaro.org>
2239
2240 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2241 to "p/x".
2242
718e0816
LM
22432020-02-28 Luis Machado <luis.machado@linaro.org>
2244
2245 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2246 asm/ptrace.h and error.h.
2247
13c3a74a
TV
22482020-02-28 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2251 (struct wrapper, do_something, mundane/symada__cS): Move ...
2252 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2253 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2254 Update "print symada__cS before partial symtab expansion" regexp.
2255 Update breakpoint location. Flush symbol cache after expansion.
2256
85d2d5bb
LM
22572020-02-28 Luis Machado <luis.machado@linaro.org>
2258
2259 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2260
3608f86c
TV
22612020-02-27 Tom de Vries <tdevries@suse.de>
2262
2263 * config/sid.exp: Remove unused globals.
2264 * gdb.base/attach.exp: Same.
2265 * gdb.base/catch-load.exp: Same.
2266 * gdb.base/dbx.exp: Same.
2267 * lib/gdb.exp: Same.
2268 * lib/mi-support.exp: Same.
2269 * lib/prompt.exp: Same.
2270
c8d4f6df
TV
22712020-02-27 Tom de Vries <tdevries@suse.de>
2272
2273 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2274 not set.
2275
0d79cdc4
AM
22762020-02-26 Aaron Merey <amerey@redhat.com>
2277
2278 * gdb.debuginfod: New directory for debuginfod tests.
2279 * gdb.debuginfod/main.c: New test file.
2280 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2281
0dce4280
TV
22822020-02-26 Tom de Vries <tdevries@suse.de>
2283
2284 PR gdb/25603
2285 * gdb.base/persistent-lang.cc: New test.
2286 * gdb.base/persistent-lang.exp: New file.
2287
9e80cfa1
AB
22882020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2289
2290 * gdb.fortran/derived-type-striding.exp: Add a new test.
2291 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2292 new test.
2293
2078dbb2
AB
22942020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2295
2296 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2297 names.
2298
70d49700
TV
22992020-02-25 Tom de Vries <tdevries@suse.de>
2300
2301 PR go/18926
2302 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2303
a88ef40d
TV
23042020-02-24 Tom de Vries <tdevries@suse.de>
2305
2306 PR gdb/25592
2307 * gdb.base/info-locals-unused-static-var.c: New test.
2308 * gdb.base/info-locals-unused-static-var.exp: New file.
2309
01b1af32
TT
23102020-02-22 Tom Tromey <tom@tromey.com>
2311
2312 * gdb.python/tui-window.exp: New file.
2313 * gdb.python/tui-window.py: New file.
2314
7c043ba6
TT
23152020-02-22 Tom Tromey <tom@tromey.com>
2316
2317 PR tui/17850:
2318 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2319 tests.
2320
c22fef7e
TT
23212020-02-22 Tom Tromey <tom@tromey.com>
2322
2323 * gdb.tui/new-layout.exp: Add sub-layout tests.
2324
ee325b61
TT
23252020-02-22 Tom Tromey <tom@tromey.com>
2326
2327 * gdb.tui/new-layout.exp: New file.
2328
3f0cbb04
TT
23292020-02-22 Tom Tromey <tom@tromey.com>
2330
2331 * gdb.rust/rust-style.rs: New file.
2332 * gdb.rust/rust-style.exp: New file.
2333 * gdb.base/style.exp: Test structure printing.
2334 * gdb.base/style.c (struct some_struct): New type.
2335 (enum etype): New type.
2336 (struct_value): New global.
2337
75525152
TV
23382020-02-21 Tom de Vries <tdevries@suse.de>
2339
2340 PR go/18926
2341 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2342 Remove blanket xfails. Use message argument for gdb_breakpoint.
2343 Make continuing to breakpoint test conditional on setting breakpoint.
2344 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2345 DW_AT_name attribute. Add xfail for GCC PR93866.
2346
bd360d30
AB
23472020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2348
2349 * gdb.dwarf2/cpp-linkage-name.c: New file.
2350 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2351
c7adb09f 23522020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2353
2354 * lib/gdb.exp (gdb_wrapper_init): Reset
2355 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2356 not exist.
2357
a9c79803
TV
23582020-02-20 Tom de Vries <tdevries@suse.de>
2359
2360 PR go/17018
2361 * gdb.go/hello.exp: Copy ...
2362 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2363 print of st to print value of global definition. Add xfail for GCC
2364 PR93844.
2365 * gdb.go/hello.exp: Remove printing of st before definition.
2366 * gdb.go/hello.go: Copy ...
2367 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2368 to st.
2369 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2370
d7445728
TV
23712020-02-20 Tom de Vries <tdevries@suse.de>
2372
2373 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2374 (gdb_simple_compile): Handle compile_flags go by using .go extension
2375 for source file.
2376 * gdb.go/chan.exp: Use support_go_compile.
2377 * gdb.go/handcall.exp: Same.
2378 * gdb.go/hello.exp: Same.
2379 * gdb.go/integers.exp: Same.
2380 * gdb.go/max-depth.exp: Same.
2381 * gdb.go/methods.exp: Same.
2382 * gdb.go/package.exp: Same.
2383 * gdb.go/strings.exp: Same.
2384 * gdb.go/types.exp: Same.
2385 * gdb.go/unsafe.exp: Same.
2386
c9c41e6d
TV
23872020-02-19 Tom de Vries <tdevries@suse.de>
2388
2389 * gdb.python/lib-types.exp: Make xfail more strict.
2390
f20ff837
TV
23912020-02-19 Tom de Vries <tdevries@suse.de>
2392
2393 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2394
08410482
DE
23952020-02-19 Doug Evans <dje@google.com>
2396
2397 PR rust/25535
2398 * gdb.rust/simple.exp: Add test.
2399 * gdb.rust/simple.rs: Add test.
2400
623563f7
TV
24012020-02-19 Tom de Vries <tdevries@suse.de>
2402
2403 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2404 output line-by-line.
2405
d3308cfd
TV
24062020-02-19 Tom de Vries <tdevries@suse.de>
2407
2408 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2409
86cbc5dc
TV
24102020-02-19 Tom de Vries <tdevries@suse.de>
2411
2412 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2413 prelink.
2414
9db2b96b
TV
24152020-02-19 Tom de Vries <tdevries@suse.de>
2416
2417 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2418 (gdb_do_cache): Use gdb_do_cache_wrap.
2419 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2420
89e2fdc5
TV
24212020-02-19 Tom de Vries <tdevries@suse.de>
2422
2423 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2424 gdb_compile option.
2425
373d7ac0
SM
24262020-02-18 Simon Marchi <simon.marchi@efficios.com>
2427
2428 * gdb.base/printcmds.exp (test_print_enums): Update expected
2429 output.
2430
b29a2df0
SM
24312020-02-18 Simon Marchi <simon.marchi@efficios.com>
2432
2433 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2434 for "unknown".
2435
6740f0cc
SM
24362020-02-18 Simon Marchi <simon.marchi@efficios.com>
2437
2438 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2439 enumerator.
2440
edd45eb0
SM
24412020-02-18 Simon Marchi <simon.marchi@efficios.com>
2442
2443 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2444 FE_, add FE_NONE.
2445 (three): Update.
2446 (enum flag_enum_without_zero): New enum.
2447 (flag_enum_without_zero): New variable.
2448 (enum not_flag_enum): New enum.
2449 (three_not_flag): New variable.
2450 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2451 (test_print_enums): Add more tests for printing flag enums.
2452
d4295de4
TV
24532020-02-18 Tom de Vries <tdevries@suse.de>
2454
2455 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2456 (gdb_compile_ada): ... here.
2457 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2458 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2459
f251f505
TT
24602020-02-14 Tom Tromey <tom@tromey.com>
2461
2462 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2463 build directory.
2464 * boards/gdbserver-base.exp: Update path to gdbserver.
2465
8f432634
TV
24662020-02-13 Tom de Vries <tdevries@suse.de>
2467
2468 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2469
92b6eaf7
TV
24702020-02-13 Tom de Vries <tdevries@suse.de>
2471
2472 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2473 are missing.
2474
f3b0f7fe
TV
24752020-02-13 Tom de Vries <tdevries@suse.de>
2476
2477 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2478 call.
2479
f6be8713
SDJ
24802020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2481
2482 PR tui/25126
2483 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2484 * gdb.base/cached-source-file.c: New file.
2485 * gdb.base/cached-source-file.exp: New file.
2486
b2770d5e
TV
24872020-02-11 Tom de Vries <tdevries@suse.de>
2488
2489 PR testsuite/25488
2490 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2491
44f6938e
TV
24922020-02-10 Tom de Vries <tdevries@suse.de>
2493
2494 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2495
5f0e2eb7
MR
24962020-02-10 Maciej W. Rozycki <macro@wdc.com>
2497
2498 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2499 and $after_addr are both integers before making a comparison.
2500
46ce2b6f
TV
25012020-02-09 Tom de Vries <tdevries@suse.de>
2502
2503 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2504 command output and paste it into gdb.log. If any, paste catch message
2505 to gdb.log.
2506
5abbbe1d
TT
25072020-02-07 Tom Tromey <tromey@adacore.com>
2508
2509 PR breakpoints/24915:
2510 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2511
1d5d29e7
SV
25122020-02-06 Shahab Vahedi <shahab@synopsys.com>
2513
2514 * gdb.tui/tui-missing-src.exp: Add the "missing source
2515 file" test for the TUI.
2516
b0999b9b
AB
25172020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2518
2519 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2520 including a port number in the output.
2521
c3b149eb
AKS
25222020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2523
2524 * lib/fortran.exp (fortran_int4): Handle clang.
2525 (fortran_int8): Likewise.
2526 (fortran_real4): Likewise.
2527 (fortran_real8): Likewise.
2528 (fortran_complex4): Likewise.
2529 (fortran_logical4): Likewise.
2530 (fortran_character1): Likewise.
2531
f8dcc90b
TV
25322020-02-04 Tom de Vries <tdevries@suse.de>
2533
2534 * README (Race detection): Add note.
2535
f90ac7c2
TV
25362020-02-04 Tom de Vries <tdevries@suse.de>
2537
2538 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2539
780636ae
TV
25402020-02-04 Tom de Vries <tdevries@suse.de>
2541
2542 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2543
5d2e1193
RA
25442020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2545
2546 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2547 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2548 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2549 blttar, bnetarl.
2550 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2551 binary for blttar, bnetarl.
2552 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2553 wait instruction. Delete ldmx test.
2554 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2555
e409c542
AKS
25562020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2557
2558 * gdb.fortran/array-bounds-high.exp: New file.
2559 * gdb.fortran/array-bounds-high.f90: New file.
2560
b0029748
LD
25612020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2562
2563 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2564 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2565
195a8287
TV
25662020-02-01 Tom de Vries <tdevries@suse.de>
2567
2568 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2569
42330a68
AB
25702020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2571
2572 PR tui/9765
2573 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2574 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2575
b62a8028
LM
25762020-01-29 Luis Machado <luis.machado@linaro.org>
2577
2578 * gdb.arch/aarch64-brk-patterns.c: New source file.
2579 * gdb.arch/aarch64-brk-patterns.exp: New test.
2580
5f440116
TBA
25812020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2582
2583 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2584 GCC/Clang version.
2585 * gdb.cp/pass-by-ref.exp: Ditto.
2586
ee2a6fc6
TV
25872020-01-29 Tom de Vries <tdevries@suse.de>
2588
2589 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2590 * gdb.threads/watchpoint-fork-mt.c: Same.
2591 * gdb.threads/watchpoint-fork-parent.c: Same.
2592 * gdb.threads/watchpoint-fork-st.c: Same.
2593 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2594
16b10d6e
LM
25952020-01-27 Luis Machado <luis.machado@linaro.org>
2596
2597 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2598 sitting at a syscall instruction when we hit the syscall function's
2599 breakpoint.
2600 Check PC against one obtained with the x command.
2601 Validate syscall number.
2602 (step_over_syscall): Don't continue to the syscall instruction if
2603 we're already there.
2604
b1468492
PW
26052020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2606
2607 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2608
7ffa82e1
AB
26092020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2610
2611 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2612 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2613
3d92a3e3
AB
26142020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2617 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2618
94a72be7
AB
26192020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2620
2621 * gdb.base/maint.exp: Update line table parsing test.
2622 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2623
53af73bf
PA
26242020-01-24 Pedro Alves <palves@redhat.com>
2625
2626 PR gdb/25410
2627 * gdb.multi/multi-re-run-1.c: New.
2628 * gdb.multi/multi-re-run-2.c: New.
2629 * gdb.multi/multi-re-run.exp: New.
2630
1ba1ac88
AB
26312020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2632
2633 PR gdb/23718
2634 * gdb.server/server-kill-python.exp: New file.
2635
f3364a6d
AB
26362020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2637
2638 * gdb.server/multi-ui-errors.c: New file.
2639 * gdb.server/multi-ui-errors.exp: New file.
2640
733d0a67
AB
26412020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2642
2643 PR tui/9765
2644 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2645
4f13c1c0
TT
26462020-01-19 Tom Tromey <tom@tromey.com>
2647
2648 * gdb.tui/main.exp: Add check for plain "file".
2649
40c94099
CB
26502020-01-16 Christian Biesinger <cbiesinger@google.com>
2651
2652 * lib/gdb.exp: Fix spelling error (seperatelly).
2653
ff47f4f0
TT
26542020-01-14 Tom Tromey <tom@tromey.com>
2655
2656 PR symtab/12535:
2657 * gdb.python/python.exp: Test decode_line with empty string
2658 argument.
2659
717c684d
BE
26602020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2661
2662 * gdb.base/skip-inline.exp: Extend test.
2663
44e4c775
AB
26642020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2667 * gdb.dwarf2/dw2-bad-elf.c: New file.
2668 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2669
d93c6db7
AB
26702020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2671
2672 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2673 _line_saw_file.
2674
9a6d629c
AB
26752020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2678 border.
2679
d9ebdab7
TBA
26802020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2681
2682 * gdb.multi/multi-target.exp (setup): Factor out "info
2683 connections" and "info inferiors" tests to ...
2684 (test_info_inferiors): ... this new procedure.
2685 (top level): Run new "info-inferiors" tests.
2686
f3c469b9
PA
26872020-01-10 Pedro Alves <palves@redhat.com>
2688
2689 * gdb.server/bkpt-other-inferior.exp: New file.
2690
121b3efd
PA
26912020-01-10 Pedro Alves <palves@redhat.com>
2692
2693 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2694 of "add-inferior".
2695 * gdb.base/quit-live.exp: Likewise.
2696 * gdb.base/remote-exec-file.exp: Likewise.
2697 * gdb.guile/scm-progspace.exp: Likewise.
2698 * gdb.linespec/linespec.exp: Likewise.
2699 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2700 * gdb.mi/user-selected-context-sync.exp: Likewise.
2701 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2702 "info inferiors" tests.
2703 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2704 "add-inferior".
2705 * gdb.multi/watchpoint-multi.exp: Likewise.
2706 * gdb.python/py-inferior.exp: Likewise.
2707 * gdb.server/extended-remote-restart.exp: Likewise.
2708 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2709 "info inferiors".
2710 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2711 * gdb.trace/report.exp: Likewise.
2712
1dadb1dd
PA
27132020-01-10 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.multi/multi-target.c: New file.
2716 * gdb.multi/multi-target.exp: New file.
2717 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2718 mode requested, but remote does not support non-stop".
2719
78f2c40a
PA
27202020-01-10 Pedro Alves <palves@redhat.com>
2721
2722 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2723 disconnect before reconnecting.
2724
e7af6c70
TBA
27252020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2726 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.server/connect-without-multi-process.exp: Also test
2729 continuing to end.
2730
acdf84a6
PA
27312020-01-10 Pedro Alves <palves@redhat.com>
2732
2733 * gdb.base/remote-exec-file.exp: New file.
2734
873657b9
PA
27352020-01-10 Pedro Alves <palves@redhat.com>
2736
2737 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2738 output.
2739 * gdb.threads/async.c: New.
2740 * gdb.threads/async.exp: New.
2741 * gdb.multi/tids-gid-reset.c: New.
2742 * gdb.multi/tids-gid-reset.exp: New.
2743
7f0ae84c
GB
27442020-01-10 George Barrett <bob@bob131.so>
2745
2746 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2747 to help in finding the image relocation offset.
2748 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2749 options in arguments.
2750 (stap_test_no_debuginfo): Likewise.
2751 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2752 test variants.
2753 (stap_test): Add null semaphore relocation test.
2754
47e9d49d
GB
27552020-01-10 George Barrett <bob@bob131.so>
2756
2757 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2758 * gdb.base/stap-probe.exp: Likewise.
2759 (stap_test): Pass argument as an additional flag.
2760 (stap_test_no_debuginfo): Likewise.
2761 (stap_test): Check `info probes stap' output for semaphore
2762 addresses if the test binary is supposed to have them.
2763
f5a7c406
AB
27642020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2765
2766 * gdb.tui/basic.exp: Add more scrolling tests.
2767
9ae6bf64
TT
27682020-01-09 Tom Tromey <tom@tromey.com>
2769
2770 PR tui/18932:
2771 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2772 meangingful value.
2773 (Term::command, Term::resize): Update.
2774 * gdb.tui/basic.exp: Add scrolling test.
2775
b2efe70c
AB
27762020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2777
2778 * gdb.tui/tui-layout-asm.exp: New file.
2779
3804da7e
AB
27802020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2783
b40aa28f
AB
27842020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2785
2786 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2787 (Term::enter_tui): Use Term::prepare_for_tui.
2788
63ffd7c9
AB
27892020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2790
2791 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2792 called.
2793
3be966f6
AB
27942020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2795
2796 * gdb.base/skip.exp: Fix race condition in test.
2797
153d79c4
AB
27982020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2799
2800 * gdb.base/backtrace.c: New file.
2801 * gdb.base/backtrace.exp: New file.
2802
f2302a34
AB
28032020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2804
2805 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2806
6ec1d75e
PW
28072020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2808
2809 * gdb.base/style.exp: Test that warnings are styled.
2810
c296cbe6
BE
28112019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2812
2813 * gdb.base/line65535.exp: New file.
2814 * gdb.base/line65535.c: New file.
2815
b28a729d
SM
28162019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2817
2818 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2819 * lib/gnat_debug_info_test.adb: New file.
2820 * gdb.ada/ptype_tagged_param.exp: Use
2821 gnat_runtime_has_debug_info, expect a different output if
2822 runtime does not have debug info.
2823
7f2d7a0d
SM
28242019-12-20 Simon Marchi <simon.marchi@efficios.com>
2825
2826 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2827 (another) quote in test name.
2828
f3bce483
SM
28292019-12-20 Simon Marchi <simon.marchi@efficios.com>
2830
2831 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2832 Add quote in test name.
2833
c855a912
TBA
28342019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2835
2836 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2837 directory instead.
2838 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2839 * gdb.cp/pass-by-ref-2.cc: New file.
2840 * gdb.cp/pass-by-ref-2.exp: New file.
2841
fc9d2d72
TT
28422019-12-20 Tom Tromey <tom@tromey.com>
2843
2844 * gdb.tui/list-before.exp: New file.
2845
77b97e00
TT
28462019-12-20 Tom Tromey <tom@tromey.com>
2847
2848 * gdb.tui/list.exp: Check for source on initial listing.
2849
f69656d0
TT
28502019-12-11 Tom Tromey <tromey@adacore.com>
2851
2852 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2853 Add crlf test.
2854
99a55965
SM
28552019-12-18 Simon Marchi <simon.marchi@efficios.com>
2856
2857 * gdb.base/default.exp: Update value of $_gdb_major.
2858
5024637f
BE
28592019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2860
2861 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2862
b63634be
BE
28632019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2864
2865 * gdb.base/skip.exp: Whitespace fix.
2866
45d73523
BE
28672019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2868
2869 * gdb.base/skip-inline.c: New file.
2870 * gdb.base/skip-inline.exp: New file.
2871
d043f8c8
SM
28722019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2873
2874 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2875 jit_function_00 to jit_function_stack_mangle.
2876 * gdb.base/jithost.c (jit_function_t): Rename to...
2877 (jit_function_stack_mangle_t): ... this.
2878 (jit_function_add_t): New typedef.
2879 (jit_function_00_code): Rename to...
2880 (jit_function_stack_mangle_code): ... this, make static.
2881 (jit_function_add_code): New.
2882 (main): Generate "add" function and call it. Adjust to changes
2883 in jithost_abi.
2884 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2885 (struct jithost_abi) <begin, end>: Remove fields.
2886 <object, function_stack_mangle, function_add>: New fields.
2887 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2888 code_end>: Remove fields.
2889 <func_stack_mangle>: New field.
2890 (read_debug_info): Adjust to renaming, create block for "add"
2891 function.
2892 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2893
873de05c
TT
28942019-12-11 Tom Tromey <tom@tromey.com>
2895
2896 * gdb.tui/resize.exp: Fix regexp.
2897 * gdb.tui/regs.exp: Fix regexps.
2898 * gdb.tui/main.exp: Fix regexp.
2899
3d979945
TT
29002019-12-11 Tom Tromey <tom@tromey.com>
2901
2902 * gdb.tui/resize.exp: Update.
2903 * gdb.tui/empty.exp (layouts): Update.
2904
2192a9d3
TT
29052019-12-11 Tom Tromey <tom@tromey.com>
2906
2907 * gdb.tui/regs.exp: Update.
2908 * gdb.tui/empty.exp (layouts): Update.
2909 * gdb.tui/basic.exp: Update.
2910 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2911
d8edc8b7
PW
29122019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2913
2914 * gdb.base/options.exp: Add -raw-values in the print completion list.
2915 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2916
4c12d936
KB
29172019-12-10 Kevin Buettner <kevinb@redhat.com>
2918
2919 * gdb.threads/omp-par-scope.c: New file.
2920 * gdb/threads/omp-par-scope.exp: New file.
2921
26b911fb
KB
29222019-12-10 Kevin Buettner <kevinb@redhat.com>
2923
bb47f919
KB
2924 * lib/gdb.exp (support_nested_function_tests): New proc.
2925
29262019-12-10 Kevin Buettner <kevinb@redhat.com>
2927
2928 * lib/gdb.exp (gdb_compile_openmp): New proc.
2929 (build_executable_from_specs): Add an "openmp" option.
2930 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2931
6c71eb7d
TT
29322019-12-10 Tom Tromey <tromey@adacore.com>
2933
2934 * gdb.ada/unchecked_union.exp: New file.
2935 * gdb.ada/unchecked_union/pck.adb: New file.
2936 * gdb.ada/unchecked_union/pck.ads: New file.
2937 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2938 * gdb-utils.exp (string_to_regexp): Also quote "?".
2939
bac7c5cf
GB
29402019-12-10 George Barrett <bob@bob131.so>
2941
2942 Test scripted probe breakpoints.
2943 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2944 * gdb.python/py-breakpoint.c (main): Likewise.
2945 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2946 specifier test.
2947 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2948
330f1d38
TBA
29492019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2950
2951 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2952 an rvalue parameter.
2953 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2954 parameter.
2955
b43315e2
AB
29562019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2957
2958 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2959 modules.
2960
54f73dad
AB
29612019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2964 broken version of GCC.
2965
d57cbee9
AB
29662019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2967
2968 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2969 sym-info-cmds library.
2970 * gdb.fortran/info-types.exp: Likewise.
2971 * lib/sym-info-cmds.exp: New file.
2972
c14aab8c
TV
29732019-12-08 Tom de Vries <tdevries@suse.de>
2974
2975 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2976
aa2d5a42
KS
29772019-12-07 Keith Seitz <keiths@redhat.com>
2978
2979 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2980 * gdb.base/corefile-buildid-shlib.c: New file.
2981 * gdb.base/corefile-buildid.c: New file.
2982 * gdb.base/corefile-buildid.exp: New file.
2983
93e55f0a
TV
29842019-12-06 Tom de Vries <tdevries@suse.de>
2985
2986 * gdb.dwarf2/varval.exp: Add decl before def test.
2987
c7d12402
TBA
29882019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2989
2990 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2991
06acc08f
TBA
29922019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2993
2994 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2995 CV and reference conversion for overload resolution.
2996 * gdb.cp/rvalue-ref-overload.exp: Test it.
2997
e0fad1ea
PW
29982019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2999
3000 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3001 * gdb.base/frameapply.exp: Test faas without command.
3002
8d70a9f0
AB
30032019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3004
3005 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3006 Fortran tests.
3007 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3008 order.
3009
36c8fb93
AB
30102019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3011
3012 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3013 casting to type with no kind specified.
3014 (test_basic_parsing_of_type_kinds): Additional tests for types
3015 with no kind specified, and add tests for single/double
3016 precision/complex types.
3017
4139ff00
TT
30182019-12-04 Tom Tromey <tromey@adacore.com>
3019
3020 * gdb.base/endianity.c (struct other) <x>: New field.
3021 (main): Initialize it.
3022 * gdb.base/endianity.exp: Update.
3023
a05cf17a
TT
30242019-12-04 Tom Tromey <tromey@adacore.com>
3025
3026 * gdb.ada/scalar_storage/storage.adb: New file.
3027 * gdb.ada/scalar_storage/pck.adb: New file.
3028 * gdb.ada/scalar_storage/pck.ads: New file.
3029 * gdb.ada/scalar_storage.exp: New file.
3030
103a685e
TT
30312019-12-04 Tom Tromey <tromey@adacore.com>
3032
3033 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3034 (main): Initialize it.
3035 * gdb.base/endianity.exp: Update.
3036
c2512106
AB
30372019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3038
3039 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3040
293b38d6
AB
30412019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3042
3043 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3044 -symbol-info-module-functions and -symbol-info-module-variables.
3045
216a7e6b
AB
30462019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3047
3048 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3049
5bbd8269
AB
30502019-12-01 Richard Bunt <richard.bunt@arm.com>
3051 Andrew Burgess <andrew.burgess@embecosm.com>
3052
3053 * gdb.fortran/derived-type-striding.exp: New file.
3054 * gdb.fortran/derived-type-striding.f90: New file.
3055 * gdb.fortran/array-slices.exp: New file.
3056 * gdb.fortran/array-slices.f90: New file.
3057
be09caf1
PW
30582019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3059
3060 * gdb.base/define.exp: Test . in command names.
3061 * gdb.base/setshow.exp: Update test, as . is now part of
3062 command name.
3063
643c0cbe
PW
30642019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3065
3066 * gdb.base/define-prefix.exp: New file.
3067
dcdec678
AB
30682019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3069
3070 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3071 compile.
3072 (skip_btrace_pt_tests): Likewise.
3073
640ab947
AB
30742019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.fortran/info-modules.exp: Compile source files in correct
3077 order.
3078
d22670f0
KB
30792019-11-27 Kevin Buettner <kevinb@redhat.com>
3080
3081 * gdb.dwarf2/imported-unit.exp: New file.
3082 * gdb.dwarf2/imported-unit.c: New file.
3083
db5960b4
AB
30842019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3085
3086 * gdb.mi/mi-fortran-modules-2.f90: New file.
3087 * gdb.mi/mi-fortran-modules.exp: New file.
3088 * gdb.mi/mi-fortran-modules.f90: New file.
3089
7dc42066
AB
30902019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3091
3092 * gdb.mi/mi-sym-info-1.c: New file.
3093 * gdb.mi/mi-sym-info-2.c: New file.
3094 * gdb.mi/mi-sym-info.exp: New file.
3095
0dfeecca
TT
30962019-11-22 Tom Tromey <tromey@adacore.com>
3097
3098 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3099 * gdb.ada/tasks/foo.adb: Add another stopping location.
3100
34877895
PJ
31012019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3102
3103 * gdb.base/endianity.c: New test.
3104 * gdb.base/endianity.exp: New file.
3105
2e84f897
LD
31062019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3107
3108 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3109
65d1cd5f
TV
31102019-11-21 Tom de Vries <tdevries@suse.de>
3111
3112 PR gdb/24956
3113 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3114
4f22c3f4
SDJ
31152019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3116
3117 * gdb.python/py-progspace.exp: Add missing parentheses on some
3118 'print' commands.
3119
9f6ad286
TT
31202019-11-19 Tom Tromey <tom@tromey.com>
3121
3122 * gdb.tui/winheight.exp: New file.
3123
0b8dbf3f
AB
31242019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.base/ctf-whatis.c: Delete.
3127 * gdb.base/ctf-whatis.exp: Delete.
3128 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3129
f833b7a7
AB
31302019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.base/ctf-cvexpr.exp: Delete.
3133 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3134
30d0a636
AB
31352019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3136
3137 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3138 the compiler. Clean up header comment a little.
3139 * gdb.base/ctf-ptype.exp: Likewise.
3140 * gdb.base/ctf-whatis.exp: Likewise.
3141 * lib/gdb.exp (skip_ctf_tests): New proc.
3142
494409bb
SDJ
31432019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3144
3145 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3146 * gdb.tui/corefile-run.exp: New file.
3147
55708e99
TT
31482019-11-14 Tom Tromey <tromey@adacore.com>
3149
3150 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3151 regression tests.
3152
45e42163
TT
31532019-11-12 Tom Tromey <tom@tromey.com>
3154
3155 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3156 after any command. Expect prompt after WAIT_FOR is seen.
3157 (enter_tui): Enable resize messages.
3158 (command): Expect command in output.
3159 (get_line): Avoid error when cursor appears to be off-screen.
3160 (dump_screen): Include screen size in title.
3161 (_do_resize): New proc, from "resize".
3162 (resize): Rewrite. Do resize in two steps.
3163 * gdb.tui/empty.exp (layouts): Fix entries.
3164 (check_boxes): Remove xfail.
3165 (check_text): Dump screen on failure.
3166
086baaf1
AB
31672019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.python/py-symbol.exp: Add test for
3170 gdb.lookup_static_symbols.
3171
09ff83af
AB
31722019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3173
3174 * gdb.python/py-symbol.c: Declare and call function from new
3175 py-symbol-2.c file.
3176 * gdb.python/py-symbol.exp: Compile both source files, and add new
3177 tests for gdb.lookup_static_symbol.
3178 * gdb.python/py-symbol-2.c: New file.
3179
11af934b
TV
31802019-11-02 Tom de Vries <tdevries@suse.de>
3181
3182 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3183 * gdb.base/anon.exp: Same.
3184 * gdb.base/auto-connect-native-target.exp: Same.
3185 * gdb.base/call-ar-st.exp: Same.
3186 * gdb.base/catch-syscall.exp: Same.
3187 * gdb.base/commands.exp: Same.
3188 * gdb.base/default.exp: Same.
3189 * gdb.base/display.exp: Same.
3190 * gdb.base/float.exp: Same.
3191 * gdb.base/foll-fork.exp: Same.
3192 * gdb.base/help.exp: Same.
3193 * gdb.base/info-macros.exp: Same.
3194 * gdb.base/info-proc.exp: Same.
3195 * gdb.base/info-target.exp: Same.
3196 * gdb.base/long_long.exp: Same.
3197 * gdb.base/macscp.exp: Same.
3198 * gdb.base/memattr.exp: Same.
3199 * gdb.base/nofield.exp: Same.
3200 * gdb.base/pointers.exp: Same.
3201 * gdb.base/printcmds.exp: Same.
3202 * gdb.base/ptype.exp: Same.
3203 * gdb.base/restore.exp: Same.
3204 * gdb.base/return.exp: Same.
3205 * gdb.base/scope.exp: Same.
3206 * gdb.base/set-noassign.exp: Same.
3207 * gdb.base/setshow.exp: Same.
3208 * gdb.base/shlib-call.exp: Same.
3209 * gdb.base/signals.exp: Same.
3210 * gdb.base/sigstep.exp: Same.
3211 * gdb.base/skip.exp: Same.
3212 * gdb.base/solib-symbol.exp: Same.
3213 * gdb.base/stap-probe.exp: Same.
3214 * gdb.base/step-line.exp: Same.
3215 * gdb.base/step-test.exp: Same.
3216 * gdb.base/style.exp: Same.
3217 * gdb.base/varargs.exp: Same.
3218 * gdb.base/vla-datatypes.exp: Same.
3219 * gdb.base/vla-ptr.exp: Same.
3220 * gdb.base/vla-sideeffect.exp: Same.
3221 * gdb.base/volatile.exp: Same.
3222 * gdb.base/watch-cond-infcall.exp: Same.
3223 * gdb.base/watchpoint.exp: Same.
3224
e96ec2ba
TV
32252019-11-02 Tom de Vries <tdevries@suse.de>
3226
3227 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3228 * gdb.cp/cpexprs.exp: Same.
3229 * gdb.cp/except-multi-location.exp: Same.
3230 * gdb.cp/exceptprint.exp: Same.
3231 * gdb.cp/gdb2384.exp: Same.
3232 * gdb.cp/inherit.exp: Same.
3233 * gdb.cp/m-static.exp: Same.
3234 * gdb.cp/meth-typedefs.exp: Same.
3235 * gdb.cp/misc.exp: Same.
3236 * gdb.cp/namespace.exp: Same.
3237 * gdb.cp/non-trivial-retval.exp: Same.
3238 * gdb.cp/overload.exp: Same.
3239 * gdb.cp/pr17132.exp: Same.
3240 * gdb.cp/re-set-overloaded.exp: Same.
3241 * gdb.cp/rvalue-ref-types.exp: Same.
3242 * gdb.cp/templates.exp: Same.
3243
bd5766ec
LM
32442019-11-01 Luis Machado <luis.machado@linaro.org>
3245
3246 PR gdb/25124
3247
3248 * gdb.arch/pr25124.S: New file.
3249 * gdb.arch/pr25124.exp: New file.
3250
165f8965
AB
32512019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3252
3253 * gdb.fortran/info-modules.exp: Update expected results, and add
3254 additional tests for 'info module functinos', and 'info module
3255 variables'.
3256 * gdb.fortran/info-types.exp: Update expected results.
3257 * gdb.fortran/info-types.f90: Extend testcase with additional
3258 module variables and functions.
3259
59c35742
AB
32602019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3261
3262 * gdb.fortran/info-modules.exp: New file.
3263 * gdb.fortran/info-types.exp: Build with new file.
3264 * gdb.fortran/info-types.f90: Include and use new module.
3265 * gdb.fortran/info-types-2.f90: New file.
3266
f3fb2519
PW
32672019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3268
3269 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3270 * gdb.base/settings.exp: Test all settings types using
3271 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3272 that now verifies that the value of "maint show" is the same as
3273 returned by the settings functions. Test the type of the
3274 maintenance settings.
3275 * gdb.base/default.exp: Update show_conv_list.
3276
d1e36019
TV
32772019-10-31 Tom de Vries <tdevries@suse.de>
3278
3279 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3280 gdb_test.
3281 * gdb.arch/amd64-disp-step.exp: Same.
3282 * gdb.asm/asm-source.exp: Same.
3283 * gdb.btrace/buffer-size.exp: Same.
3284 * gdb.btrace/cpu.exp: Same.
3285 * gdb.btrace/enable.exp: Same.
3286 * gdb.dwarf2/count.exp: Same.
3287 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3288 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3289 * gdb.fortran/vla-datatypes.exp: Same.
3290 * gdb.fortran/vla-history.exp: Same.
3291 * gdb.fortran/vla-ptype.exp: Same.
3292 * gdb.fortran/vla-value.exp: Same.
3293 * gdb.fortran/whatis_type.exp: Same.
3294 * gdb.guile/guile.exp: Same.
3295 * gdb.multi/tids.exp: Same.
3296 * gdb.python/py-finish-breakpoint.exp: Same.
3297 * gdb.python/py-framefilter.exp: Same.
3298 * gdb.python/py-pp-registration.exp: Same.
3299 * gdb.python/py-xmethods.exp: Same.
3300 * gdb.python/python.exp: Same.
3301 * gdb.server/connect-with-no-symbol-file.exp: Same.
3302 * gdb.server/no-thread-db.exp: Same.
3303 * gdb.server/run-without-local-binary.exp: Same.
3304 * gdb.stabs/weird.exp: Same.
3305 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3306 * gdb.threads/thread-find.exp: Same.
3307 * gdb.threads/tls-shared.exp: Same.
3308 * gdb.threads/tls.exp: Same.
3309 * gdb.threads/wp-replication.exp: Same.
3310 * gdb.trace/ax.exp: Same.
3311 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3312
3d11e68e
TV
33132019-10-31 Tom de Vries <tdevries@suse.de>
3314
3315 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3316 * gdb.ada/array_subscript_addr.exp: Same.
3317 * gdb.ada/arrayidx.exp: Same.
3318 * gdb.ada/arrayparam.exp: Same.
3319 * gdb.ada/arrayptr.exp: Same.
3320 * gdb.ada/boolean_expr.exp: Same.
3321 * gdb.ada/call_pn.exp: Same.
3322 * gdb.ada/complete.exp: Same.
3323 * gdb.ada/fixed_cmp.exp: Same.
3324 * gdb.ada/fun_addr.exp: Same.
3325 * gdb.ada/funcall_param.exp: Same.
3326 * gdb.ada/interface.exp: Same.
3327 * gdb.ada/mod_from_name.exp: Same.
3328 * gdb.ada/null_array.exp: Same.
3329 * gdb.ada/packed_array.exp: Same.
3330 * gdb.ada/packed_tagged.exp: Same.
3331 * gdb.ada/print_chars.exp: Same.
3332 * gdb.ada/print_pc.exp: Same.
3333 * gdb.ada/ptype_arith_binop.exp: Same.
3334 * gdb.ada/ptype_field.exp: Same.
3335 * gdb.ada/ptype_tagged_param.exp: Same.
3336 * gdb.ada/rec_return.exp: Same.
3337 * gdb.ada/ref_tick_size.exp: Same.
3338 * gdb.ada/str_ref_cmp.exp: Same.
3339 * gdb.ada/taft_type.exp: Same.
3340 * gdb.ada/tagged.exp: Same.
3341 * gdb.ada/type_coercion.exp: Same.
3342 * gdb.ada/uninitialized_vars.exp: Same.
3343
60b6ede8
TV
33442019-10-30 Tom de Vries <tdevries@suse.de>
3345
3346 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3347
30baf67b
TV
33482019-10-26 Tom de Vries <tdevries@suse.de>
3349
3350 * gdb.base/bigcore.c: Fix typos in comments.
3351 * gdb.base/ctf-ptype.c: Same.
3352 * gdb.base/long_long.c: Same.
3353 * gdb.dwarf2/dw2-op-out-param.S: Same.
3354 * gdb.python/py-evthreads.c: Same.
3355 * gdb.reverse/i387-stack-reverse.c: Same.
3356 * gdb.trace/tfile.c: Same.
3357 * lib/compiler.c: Same.
3358 * lib/compiler.cc: Same.
3359
158da0d1
TV
33602019-10-25 Tom de Vries <tdevries@suse.de>
3361
3362 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3363 gdb_test_multiple calls.
3364 * gdb.reverse/sigall-reverse.exp: Same.
3365 * gdb.reverse/solib-precsave.exp: Same.
3366 * gdb.reverse/solib-reverse.exp: Same.
3367 * gdb.reverse/until-precsave.exp: Same.
3368 * gdb.reverse/until-reverse.exp: Same.
3369
4ccdfbec
TV
33702019-10-24 Tom de Vries <tdevries@suse.de>
3371
3372 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3373 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3374 kfail using -wrap pattern flag and convenience variable
3375 gdb_test_name.
3376
33d569b7
AB
33772019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.python/py-progspace.exp: Add tests for the
3380 Progspace.block_for_pc method.
3381
4d0b984b
TT
33822019-10-23 Tom Tromey <tom@tromey.com>
3383
3384 * configure: Rebuild.
3385 * aclocal.m4: Use m4_include, not sinclude.
3386
94cb3754
TV
33872019-10-21 Tom de Vries <tdevries@suse.de>
3388
3389 * gdb.base/infcall-nested-structs.c: Add
3390 __attribute__((noinline,noclone)) to all functions.
3391 (call_all): Add missing variable initialization. Simplify return value.
3392 (breakpt): Increment volatile variable, to prevent call from being
3393 optimized out.
3394 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3395
062f1fc1
TV
33962019-10-17 Tom de Vries <tdevries@suse.de>
3397
3398 * gdb.fortran/module.exp: Allow info variables to print info for files
3399 other than module.f90.
3400
0b54364d
AB
34012019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.fortran/module.exp: Extend with 'info variables' test.
3404
7ff5fae7
AB
34052019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3406
3407 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3408 F77_FOR_TARGET.
3409
d10eccaa
TV
34102019-10-16 Tom de Vries <tdevries@suse.de>
3411
3412 PR tdep/25096
3413 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3414
745ff14e
TV
34152019-10-16 Tom de Vries <tdevries@suse.de>
3416
3417 PR tdep/24104
3418 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3419 Add KFAIL for PR tdep/25096.
3420
03e1ab94
TV
34212019-10-16 Tom de Vries <tdevries@suse.de>
3422
3423 PR testsuite/25059
3424 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3425
b17fcc10
TV
34262019-10-16 Tom de Vries <tdevries@suse.de>
3427
3428 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3429 as signed.
3430
9223170f
SM
34312019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3432
3433 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3434 one instead of increasing timeout.
3435
d6e76313
TV
34362019-10-13 Tom de Vries <tdevries@suse.de>
3437
3438 PR record/25038
3439 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3440 * gdb.reverse/sigall-reverse.exp: Same.
3441 * gdb.reverse/solib-precsave.exp: Same.
3442 * gdb.reverse/solib-reverse.exp: Same.
3443 * gdb.reverse/step-precsave.exp: Same.
3444 * gdb.reverse/until-precsave.exp: Same.
3445 * gdb.reverse/until-reverse.exp: Same.
3446 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3447
6dfc0041
AA
34482019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3449
3450 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3451 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3452 (cmp_struct_05_01, cmp_struct_static_02_01)
3453 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3454 comparisons.
3455
abcf2cc8
TV
34562019-10-10 Tom de Vries <tdevries@suse.de>
3457
3458 PR testsuite/24888
3459 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3460 gnatlink.
3461
a50faaf6
TV
34622019-10-09 Tom de Vries <tdevries@suse.de>
3463
3464 PR testsuite/25048
3465 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3466
60ff3cd7
AB
34672019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3468
3469 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3470 exceptions due to missing debug information.
3471
dfee8566
TV
34722019-10-07 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3475
3d63690a
AB
34762019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3477
3478 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3479 * gdb.base/annota1.exp: Update to use gdb_test_name.
3480
30d1f018
WP
34812019-10-07 Weimin Pan <weimin.pan@oracle.com>
3482
3483 * gdb.base/ctf-whatis.exp: New file.
3484 * gdb.base/ctf-whatis.c: New file.
3485 * gdb.base/ctf-ptype.exp: New file.
3486 * gdb.base/ctf-ptype.c: New file.
3487 * gdb.base/ctf-constvars.exp: New file.
3488 * gdb.base/ctf-constvars.c: New file.
3489 * gdb.base/ctf-cvexpr.exp: New file.
3490
4dbbb47c
TV
34912019-10-04 Tom de Vries <tdevries@suse.de>
3492
3493 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3494 for loop.
3495
77c2dba3
TT
34962019-10-03 Tom Tromey <tom@tromey.com>
3497
3498 PR rust/24976:
3499 * gdb.rust/simple.rs (Union2): New type.
3500 (main): Use Union2.
3501 * gdb.rust/simple.exp: Add test.
3502
179aed7f
AB
35032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3504
3505 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3506 nested function prefix.
3507
0a4b0913
AB
35082019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3509 Richard Bunt <richard.bunt@arm.com>
3510 Andrew Burgess <andrew.burgess@embecosm.com>
3511
3512 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3513 nested functions.
3514 * gdb.fortran/nested-funcs.f90: Update expected results.
3515 * gdb.fortran/nested-funcs-2.exp: New file.
3516 * gdb.fortran/nested-funcs-2.f90: New file.
3517
082cce05
AB
35182019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3519
3520 * gdb.python/py-parameter.exp: Make test names unique.
3521 * gdb.python/py-template.exp: Likewise.
3522 * gdb.python/py-value.exp: Likewise.
3523
2b74ba5a
AB
35242019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.base/break-interp.exp: Reduce test name duplication.
3527 * gdb.base/call-sc.exp: Likewise.
3528 * gdb.base/callfuncs.exp: Likewise.
3529 * gdb.base/charset.exp: Likewise.
3530 * gdb.base/dump.exp: Likewise.
3531 * gdb.base/ena-dis-br.exp: Likewise.
3532 * gdb.base/relational.exp: Likewise.
3533 * gdb.base/step-over-syscall.exp: Likewise.
3534 * gdb.base/structs.exp: Likewise.
3535
58eb20d5
AB
35362019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3537
3538 * gdb.linespec/explicit.exp: Make test names unique.
3539 * gdb.linespec/ls-errs.exp: Likewise.
3540
4d421147
AB
35412019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3542
3543 * gdb.reverse/break-precsave.exp: Make test names unique.
3544 * gdb.reverse/break-reverse.exp: Likewise.
3545 * gdb.reverse/finish-precsave.exp: Likewise.
3546 * gdb.reverse/finish-reverse.exp: Likewise.
3547 * gdb.reverse/machinestate-precsave.exp: Likewise.
3548 * gdb.reverse/machinestate.exp: Likewise.
3549 * gdb.reverse/readv-reverse.exp: Likewise.
3550 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3551 * gdb.reverse/sigall-precsave.exp: Likewise.
3552 * gdb.reverse/sigall-reverse.exp: Likewise.
3553 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3554 * gdb.reverse/watch-precsave.exp: Likewise.
3555 * gdb.reverse/watch-reverse.exp: Likewise.
3556
d8c06f22
AB
35572019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3558
3559 * gdb.threads/stop-with-handle.c: New file.
3560 * gdb.threads/stop-with-handle.exp: New file.
3561
3a56ed86
TV
35622019-10-03 Tom de Vries <tdevries@suse.de>
3563
3564 PR testsuite/25059
3565 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3566 directory" line to be missing.
3567
42275044
TV
35682019-10-03 Tom de Vries <tdevries@suse.de>
3569
3570 PR testsuite/25059
3571 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3572 type optional.
3573
9ef62df0
AA
35742019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3575
3576 * gdb.python/py-format-string.c (string.h): New include.
3577 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3578 the same value, for endianness-independence.
3579 * gdb.python/py-format-string.exp (default_regexp_dict)
3580 (test_pretty_structs, test_format): Adjust expected output to the
3581 changed initialization.
3582
37f6a7f4
TT
35832019-10-02 Tom Tromey <tromey@adacore.com>
3584
3585 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3586
1d58d6a2
PA
35872019-10-02 Pedro Alves <palves@redhat.com>
3588 Andrew Burgess <andrew.burgess@embecosm.com>
3589
3590 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3591 "print-file-var.h".
3592 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3593 (get_version_1): Print this_version_id and its address.
3594 Add extern "C" wrappers around interface functions.
3595 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3596 "print-file-var.h".
3597 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3598 (get_version_2): Print this_version_id and its address.
3599 Add extern "C" wrappers around interface functions.
3600 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3601 <stddef.h> and "print-file-var.h".
3602 Add extern "C" wrappers around interface functions.
3603 [VERSION_ID_MAIN] (this_version_id): Define.
3604 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3605 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3606 up extern "C" blocks.
3607 * gdb.base/print-file-var.exp (test): New, factored out from top
3608 level.
3609 (top level): Test all combinations of attribute hidden or not,
3610 dlopen or not, and this_version_id symbol in main file or not.
3611 Compile tests as both C++ and C, make test names unique.
3612
d770d56f
TT
36132019-10-01 Tom Tromey <tom@tromey.com>
3614
3615 * gdb.base/style.exp: Test "show logging filename".
3616
7f6aba03
TT
36172019-10-01 Tom Tromey <tom@tromey.com>
3618
3619 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3620 * gdb.base/style.exp: Add metadata style test.
3621
14309bb6
TT
36222019-10-01 Tom Tromey <tom@tromey.com>
3623
3624 * gdb.base/style.exp: Test "pwd".
3625
2a3c1174
PA
36262019-10-01 Tom Tromey <tom@tromey.com>
3627
3628 * gdb.base/style.exp: Update tests.
3629
53d666ec
AA
36302019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3631
3632 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3633 'six' to unsigned.
3634 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3635 'five'. Use an all-ones bit pattern for each.
3636 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3637 to its changed values.
3638
4a56a520
TT
36392019-09-30 Tom Tromey <tromey@adacore.com>
3640
3641 * gdb.rust/traits.rs: Disable all warnings.
3642
0df0352a
TV
36432019-09-29 Tom de Vries <tdevries@suse.de>
3644
aac66a4c 3645 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3646
73d9a918
TV
36472019-09-29 Tom de Vries <tdevries@suse.de>
3648
3649 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3650
060b3ab4
TV
36512019-09-27 Tom de Vries <tdevries@suse.de>
3652
3653 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3654
68f7d34d
TV
36552019-09-27 Tom de Vries <tdevries@suse.de>
3656
3657 PR record/23188
3658 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3659
5d63b30a
TT
36602019-09-26 Tom Tromey <tromey@adacore.com>
3661
3662 * gdb.ada/py_taft.exp: New file.
3663 * gdb.ada/py_taft/main.adb: New file.
3664 * gdb.ada/py_taft/pkg.adb: New file.
3665 * gdb.ada/py_taft/pkg.ads: New file.
3666
3d435220
TV
36672019-09-24 Tom de Vries <tdevries@suse.de>
3668
3669 PR gdb/24598
3670 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3671
77d03678
TV
36722019-09-22 Tom de Vries <tdevries@suse.de>
3673
3674 * gdb.base/restore.exp: Allow register variables to be optimized out at
3675 -O0.
3676
abf516c6
UW
36772019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3678
3679 * gdb.arch/spu-info.exp: Remove file.
3680 * gdb.arch/spu-info.c: Remove file.
3681 * gdb.arch/spu-ls.exp: Remove file.
3682 * gdb.arch/spu-ls.c: Remove file.
3683
3684 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3685 * gdb.asm/spu.inc: Remove file.
3686
3687 * gdb.base/dump.exp: Remove support for spu*-*-*.
3688 * gdb.base/stack-checking.exp: Likewise.
3689 * gdb.base/overlays.exp: Likewise.
3690 * gdb.base/ovlymgr.c: Likewise.
3691 * gdb.base/spu.ld: Remove file.
3692
3693 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3694 * gdb.cp/cpexprs.exp: Likewise.
3695 * gdb.cp/exception.exp: Likewise.
3696 * gdb.cp/gdb2495.exp: Likewise.
3697 * gdb.cp/mb-templates.exp: Likewise.
3698 * gdb.cp/pr9167.exp: Likewise.
3699 * gdb.cp/userdef.exp: Likewise.
3700
3701 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3702
3703 * gdb.cell: Remove directory.
3704 * lib/cell.exp: Remove file.
3705
e452e88f
TV
37062019-09-19 Tom de Vries <tdevries@suse.de>
3707
3708 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3709
8a625130
TV
37102019-09-19 Tom de Vries <tdevries@suse.de>
3711
3712 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3713
81dc3ab5
TV
37142019-09-19 Tom de Vries <tdevries@suse.de>
3715
3716 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3717 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3718 (gdb_target_cmd): ... here.
3719 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3720 value 2.
3721
b078f3ac
AB
37222019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3723
3724 * gdb.base/source-dir.exp: Avoid having directory names in test
3725 names.
3726
f1b620e9
MG
37272019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3728
3729 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3730 directory.
3731
67f3ed6a
AB
37322019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3733
3734 * gdb.base/list-missing-source.exp: New file.
3735
d1b70248
TV
37362019-09-14 Tom de Vries <tdevries@suse.de>
3737
3738 PR teststuite/24599
3739 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3740 * lib/ada.exp (gnatmake_version_at_least): New proc.
3741
5fabdcd6
AB
37422019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3743
3744 * gdb.base/maint.exp: Use exec_has_index_section.
3745
aa17805f
AB
37462019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3747
3748 * gdb.base/maint.exp: Add test for 'maint info sections'.
3749
25e5c209
TV
37502019-09-12 Tom de Vries <tdevries@suse.de>
3751
3752 * gdb.base/store.exp: Allow register variables to be optimized out at
3753 -O0.
3754
4993045d
PW
37552019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3756
3757 * gdb.ada/rdv_wait.exp: Update to new task names.
3758 * gdb.base/task_switch_in_core.exp: Likewise.
3759 * gdb.base/info_sources_base.c: Likewise.
3760
8a516164
TT
37612019-09-10 Tom Tromey <tromey@adacore.com>
3762
3763 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3764
aa391654
TT
37652019-09-10 Tom Tromey <tromey@adacore.com>
3766
3767 * gdb.ada/dgopt.exp: New file.
3768 * gdb.ada/dgopt/x.adb: New file.
3769
8634b462
TT
37702019-09-08 Tom Tromey <tom@tromey.com>
3771
3772 * gdb.tui/resize.exp: Remove setup_xfail.
3773 * gdb.tui/regs.exp: Remove setup_xfail.
3774 * gdb.tui/basic.exp: Remove setup_xfail.
3775
736b0f76
DB
37762019-09-06 David Blaikie <dblaikie@gmail.com>
3777
3778 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3779 * gdb.cp/cplabel.exp: Ditto.
3780 * gdb.linespec/ls-errs.exp: Ditto.
3781
30331a6c
TV
37822019-09-05 Tom de Vries <tdevries@suse.de>
3783
3784 * lib/gdb.exp (cmp_file_string): New proc.
3785 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3786 runto_main. Verify save breakpoints output.
3787
98b0ebab
PW
37882019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3789
3790 * gdb.base/info-var.exp: Test info variables without running
3791 to main, to avoid expect's buffer overflow.
3792
4e962e74
TT
37932019-09-03 Tom Tromey <tromey@adacore.com>
3794
3795 * gdb.ada/bias.exp: New file.
3796 * gdb.ada/bias/bias.adb: New file.
3797 * gdb.ada/print_chars.exp: Add regression test.
3798 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3799 (MC): New variable.
3800
2ea1a07a
SL
38012019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3802
3803 * gdb.base/argv0-symlink.exp: Run only on native target
3804 and local host.
3805
8077c50d
TV
38062019-08-29 Tom de Vries <tdevries@suse.de>
3807
3808 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3809 diverse debug info.
3810 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3811
48352473
TV
38122019-08-28 Tom de Vries <tdevries@suse.de>
3813
3814 * gdb.base/info-var.exp: Allow info variables to print info for files
3815 other than info-var-f1.c and info-var-f2.c.
3816
d8f27c60
AB
38172019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3818
3819 * gdb.fortran/info-types.exp: Add module.
3820 * gdb.fortran/info-types.f90: Update expected results.
3821
1f20c35e
AB
38222019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3823
3824 * gdb.fortran/info-types.exp: New file.
3825 * gdb.fortran/info-types.f90: New file.
3826 * lib/fortran.exp (fortran_character1): New proc.
3827
4acfdd20
AB
38282019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3829
3830 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3831 functions'. Reindent as needed.
3832 * gdb.base/info-var-f1.c: New file.
3833 * gdb.base/info-var-f2.c: New file.
3834 * gdb.base/info-var.exp: New file.
3835 * gdb.base/info-var.h: New file.
3836
5c31b358
TV
38372019-08-26 Tom de Vries <tdevries@suse.de>
3838
3839 PR c++/24852
3840 * gdb.cp/no-libstdcxx-probe.exp: New test.
3841
b694989f
TV
38422019-08-26 Tom de Vries <tdevries@suse.de>
3843
3844 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3845 * tests need to be skipped.
3846 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3847 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3848 mi_skip_libstdcxx_probe_tests.
3849
d9c4ba53
SDJ
38502019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3851
3852 * gdb.python/py-xmethods.exp: Use raw strings when passing
3853 arguments to SimpleXMethodMatcher.
3854
395fad09
TV
38552019-08-22 Tom de Vries <tdevries@suse.de>
3856
3857 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3858 more informative.
3859
26c957f1
PA
38602019-08-21 Pedro Alves <palves@redhat.com>
3861
3862 * gdb.base/with.exp: Test "with" with no arguments.
3863
61f80d5d
TV
38642019-08-21 Tom de Vries <tdevries@suse.de>
3865
3866 * gdb.base/gdb-caching-proc.exp: Sort files.
3867
d7a11d13
TV
38682019-08-20 Tom de Vries <tdevries@suse.de>
3869
3870 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3871 compilation.
3872
34dafe9f
TV
38732019-08-16 Tom de Vries <tdevries@suse.de>
3874
3875 * gdb.base/compare-sections.exp ("after run to main"): Allow
3876 mismatched read-only sections for PIE executables.
3877
398fdd60
TT
38782019-08-16 Tom Tromey <tom@tromey.com>
3879
3880 * lib/tuiterm.exp (_csi_Z): New proc.
3881 * gdb.tui/basic.exp: Update window positions.
3882 * gdb.tui/empty.exp: Update window positions.
3883
d8f9e51c
SL
38842019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3885
3886 * gdb.base/examine-backward.exp: Correct regexp for
3887 "examine 3 bytes backward from ${address_zero}".
3888
3df505f6
TT
38892019-08-15 Tom Tromey <tom@tromey.com>
3890
3891 * gdb.tui/empty.exp: Enable resizing tests.
3892
272560b5
TT
38932019-08-15 Tom Tromey <tromey@adacore.com>
3894
3895 * gdb.ada/char_enum.exp: Add regression tests.
3896 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3897 and '0'.
3898 (Char, Gchar): Update.
3899 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3900
08235187
CB
39012019-08-15 Christian Biesinger <cbiesinger@google.com>
3902
3903 * gdb.python/python.exp: Expect a leading underscore on
3904 GdbOutput{,Error}File.
3905
22a2ab04
SL
39062019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3907
3908 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3909 Windows host.
3910
835b995b
SL
39112019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3912
3913 * gdb.base/batch-preserve-term-settings.exp
3914 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3915
97dd8e07
CB
39162019-08-15 Christian Biesinger <cbiesinger@google.com>
3917
3918 * lib/gdb.exp: When running on a mingw target, replace
3919 /x/ with x:/.
3920
75faf5c4
AH
39212019-08-14 Alan Hayward <alan.hayward@arm.com>
3922
3923 * gdb.arch/aarch64-prologue.c: New test.
3924 * gdb.arch/aarch64-prologue.exp: New file.
3925
abc6c00f
TV
39262019-08-13 Tom de Vries <tdevries@suse.de>
3927
3928 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3929 Thread.
3930
74c2c1f4
SL
39312019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3932
3933 * gdb.python/py-completion.exp: Download the .py file to the host
3934 and use its host pathname. Conditionalize tests that use
3935 tab completion and manipulate files on the build machine.
3936 * gdb.python/py-events.exp: Download the .py file to the host
3937 and use its host pathname.
3938 * gdb.python/py-evsignal.exp: Likewise.
3939 * gdb.python/py-evthreads.exp: Likewise.
3940 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3941 pathname syntax.
3942 * gdb.python/py-framefilter.exp: Download the .py file to the right
3943 place on the host. Match Windows pathname syntax.
3944 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3945 .py file to the host and use its host pathname.
3946 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3947 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3948 build pathname. Skip symlink test on Windows host. Add missing
3949 newline at end of file.
3950 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3951 and use its host pathname.
3952 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3953 * gdb.python/py-section-script.exp: Use host location of binfile
3954 on safe-path. Use correct path separator on Windows host.
3955 Reorder alternatives in gdb_test_multiple to prevent matching
3956 the wrong alternative on success.
3957 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3958
ca2589f3
PP
39592019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3960
3961 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3962 expect the GDB inferior to no longer immediately stop after
3963 being resumed with "signal SIGINT".
3964
020a839d
SL
39652019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3966
3967 * gdb.linespec/break-ask.exp: Generalize regexps to match
3968 Windows pathnames too.
3969
128d6509
TV
39702019-08-08 Tom de Vries <tdevries@suse.de>
3971
3972 PR testsuite/24862
3973 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3974
590042fc
PW
39752019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3976
3977 * gdb.base/style.exp: Update tests for help doc new invariants.
3978 * gdb.base/help.exp: Likewise.
3979
046bebe1
TT
39802019-08-06 Tom Tromey <tom@tromey.com>
3981
3982 * gdb.base/style.exp: Add disassemble test.
3983 * gdb.base/style.c (some_called_function): New function.
3984 (main): Use it.
3985
0b27c27d
CB
39862019-08-05 Christian Biesinger <cbiesinger@google.com>
3987
3988 * gdb.python/py-block.exp: Test dictionary access on blocks.
3989
580f1034
SM
39902019-08-05 Simon Marchi <simon.marchi@efficios.com>
3991
3992 PR gdb/24863
3993 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3994 -list-thread-groups --available test when running under
3995 check-read1.
3996
d86bd7cb
TV
39972019-08-05 Tom de Vries <tdevries@suse.de>
3998
3999 PR testsuite/24863
4000 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4001 * gdb.base/help.exp: Use with_read1_timeout_factor.
4002 * gdb.base/info-macros.exp: Same.
4003 * gdb.cp/nested-types.exp: Same.
4004
a80cf5d8
TV
40052019-08-05 Tom de Vries <tdevries@suse.de>
4006
4007 * lib/gdb.exp (version_at_least): Factor out of ...
4008 (tcl_version_at_least): ... here.
4009 (gdb_compile): Fail if pie results in non-PIE executable.
4010 (readelf_version, readelf_prints_pie): New proc.
4011 (exec_is_pie): Return -1 if unknown.
4012
d0962838
TV
40132019-08-05 Tom de Vries <tdevries@suse.de>
4014
4015 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4016
2252ff3d
SL
40172019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4018
4019 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4020
26655f53
SL
40212019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4022
4023 * lib/completion-support.exp (test_gdb_complete_none): Skip
4024 tab completion tests if no readline support.
4025 (test_gdb_complete_unique_re): Likewise.
4026 (test_gdb_complete_multiple): Likewise.
4027
db4dc13e
PW
40282019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4029
4030 * gdb.base/info_sources.exp: New file.
4031 * gdb.base/info_sources.c: New file.
4032 * gdb.base/info_sources_base.c: New file.
4033
0eba165a
PFC
40342019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4035
4036 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4037 prefix argument.
4038 (test_exit_status): Add prefix argument.
4039
59bd512b
TV
40402019-08-01 Tom de Vries <tdevries@suse.de>
4041
4042 PR testsuite/24863
4043 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4044 calling exp_continue for new thread and thread exited messages.
4045
2a3ad588
TV
40462019-08-01 Tom de Vries <tdevries@suse.de>
4047
4048 PR testsuite/24863
4049 * gdb.base/structs.exp: Fix check-read1 timeout using
4050 gdb_test_sequence.
4051 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4052
117eb594
TV
40532019-08-01 Tom de Vries <tdevries@suse.de>
4054
4055 PR testsuite/24863
4056 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4057 line.
4058
ed591340
TV
40592019-08-01 Tom de Vries <tdevries@suse.de>
4060
4061 PR testsuite/24863
4062 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4063
aa3b6533
TT
40642019-07-30 Tom Tromey <tromey@adacore.com>
4065
4066 * gdb.ada/display_nested.exp: New file.
4067 * gdb.ada/display_nested/foo.adb: New file.
4068 * gdb.ada/display_nested/pack.adb: New file.
4069 * gdb.ada/display_nested/pack.ads: New file.
4070
2906593f
CB
40712019-07-30 Christian Biesinger <cbiesinger@google.com>
4072
4073 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4074 namespace.
4075 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4076
0f575925
TV
40772019-07-30 Tom de Vries <tdevries@suse.de>
4078
4079 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4080 instead.
4081
b13057d9
TV
40822019-07-30 Tom de Vries <tdevries@suse.de>
4083
4084 PR testsuite/24834
4085 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4086 (exec_is_pie): New proc.
4087
5c4dde85
CB
40882019-07-29 Christian Biesinger <cbiesinger@google.com>
4089
4090 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4091
c620ed88
CB
40922019-07-29 Christian Biesinger <cbiesinger@google.com>
4093
4094 * gdb.python/py-objfile.c: Add global and static vars.
4095 * gdb.python/py-objfile.exp: Test new functions Objfile.
4096 lookup_global_symbol and lookup_static_symbol.
4097
3d235706
TT
40982019-07-29 Tom Tromey <tom@tromey.com>
4099
4100 * lib/tuiterm.exp (Term::_csi_@): New proc.
4101 (Term::_csi_X): Don't move cursor.
4102
c7e4c0a6
PW
41032019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4104
4105 * gdb.base/options.exp: Update backtrace - completion to
4106 new option -frame-info.
4107 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4108 Test new 'set print frame-info'. Test backtrace -frame-info
4109 overriding 'set print frame-info'.
4110 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4111 Test new 'set print frame-info'.
4112 Verify consistency of backtrace with and without filters, with and
4113 without -no-filters.
4114 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4115 default.
4116
de28a3b7
TV
41172019-07-29 Tom de Vries <tdevries@suse.de>
4118
4119 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4120 no arguments".
4121
507dd60e
TV
41222019-07-29 Tom de Vries <tdevries@suse.de>
4123
4124 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4125 is a substring of the first for "complete non-unique file name".
4126
5beafce9
TV
41272019-07-29 Tom de Vries <tdevries@suse.de>
4128
4129 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4130 with ".*".
4131
2d274232
TV
41322019-07-29 Tom de Vries <tdevries@suse.de>
4133
4134 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4135 Pass prompt_regexp parameter to gdb_test_multiple calls.
4136
9197cd8b
TV
41372019-07-29 Tom de Vries <tdevries@suse.de>
4138
4139 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4140 print registers" regexps.
9197cd8b 4141
b528dae0
TV
41422019-07-29 Tom de Vries <tdevries@suse.de>
4143
4144 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4145
d17725d7
TV
41462019-07-29 Tom de Vries <tdevries@suse.de>
4147
4148 PR gdb/24855
4149 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4150 (skip_python_tests_prompt): Add prompt_regexp argument to
4151 gdb_test_multiple calls.
4152
52b75bf1
TT
41532019-07-27 Tom Tromey <tom@tromey.com>
4154
4155 * gdb.tui/main.exp: New file.
4156
2b1d00c2
TT
41572019-07-27 Tom Tromey <tom@tromey.com>
4158
4159 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4160 optional.
4161 * gdb.tui/empty.exp: New file.
4162
ded631d5
TT
41632019-07-27 Tom Tromey <tom@tromey.com>
4164
4165 * lib/tuiterm.exp (spawn): New proc.
4166 (Term::resize): New proc.
4167 * gdb.tui/resize.exp: New file.
4168
58ac439d
TT
41692019-07-27 Tom Tromey <tom@tromey.com>
4170
4171 * gdb.tui/list.exp: New file.
4172
fe1f56ee
TT
41732019-07-27 Tom Tromey <tom@tromey.com>
4174
4175 * gdb.tui/regs.exp: New file.
4176
f790b310
TT
41772019-07-27 Tom Tromey <tom@tromey.com>
4178
4179 * gdb.tui/basic.exp: Add "layout split" test.
4180
d95fc6ee
TT
41812019-07-27 Tom Tromey <tom@tromey.com>
4182
4183 * gdb.tui/basic.exp: Add "layout asm" test.
4184
c3786b3a
TT
41852019-07-27 Tom Tromey <tom@tromey.com>
4186
4187 * lib/tuiterm.exp: New file.
4188 * gdb.tui/basic.exp: New file.
4189
98a617f8
KB
41902019-07-27 Kevin Buettner <kevinb@redhat.com>
4191
4192 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4193 Enable tests associated with this flag. Adjust regex
4194 referencing "foo_low" to now refer to "foo_cold" instead.
4195
5c076da4
KB
41962019-07-27 Kevin Buettner <kevinb@redhat.com>
4197
4198 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4199 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4200 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4201 foo_cold. Revise comments to match.
4202 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4203 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4204 were wrapped into this proc; Call do_test in loop from outermost
4205 level.
4206 (foo_low): Rename all occurrences to "foo_cold".
4207 (backtrace from baz): New test.
4208 (x2/i foo_cold): New test.
4209 (info line *foo_cold): New test.
4210
1512d3b7
TV
42112019-07-26 Tom de Vries <tdevries@suse.de>
4212
4213 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4214
297989a1
TV
42152019-07-25 Tom de Vries <tdevries@suse.de>
4216
4217 PR testsuite/24830
4218 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4219 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4220 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4221 (skip_libstdcxx_probe_tests): ... here.
4222 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4223
b3b965fb
TV
42242019-07-24 Tom de Vries <tdevries@suse.de>
4225
4226 PR testsuite/24807
4227 * gdb.objc/basicclass.m: Include stdio.h.
4228 * gdb.objc/nondebug.m: Same.
4229 * gdb.objc/objcdecode.m: Same.
4230
4625b4d0
TV
42312019-07-24 Tom de Vries <tdevries@suse.de>
4232
4233 PR testsuite/24612
4234 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4235 additional_flags.
4236
024a5840
TV
42372019-07-24 Tom de Vries <tdevries@suse.de>
4238
4239 PR testsuite/24831
4240 * gdb.multi/tids.exp: Update error messages for info threads.
4241
c76ddaa3
TV
42422019-07-24 Tom de Vries <tdevries@suse.de>
4243
4244 * gdb.base/info-types.exp: Allow info types to print info for more than
4245 one file.
4246
9a618ef6
TV
42472019-07-23 Tom de Vries <tdevries@suse.de>
4248
4249 PR testsuite/24842
4250 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4251 gdb_spawn_with_cmdline_opts.
4252
40eadf04
SP
42532019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4254
4255 * gdb.arch/arm-cmse-sgstubs.c: New test.
4256 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4257
5ba29434
TV
42582019-07-23 Tom de Vries <tdevries@suse.de>
4259
4260 PR testsuite/24711
4261 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4262 issuing next command.
4263
a8e9d247
AB
42642019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4265
4266 * gdb.ada/info_auto_lang.exp: Update expected results.
4267 * gdb.base/info-types.c: Add additional types to check.
4268 * gdb.base/info-types.exp: Update expected results.
4269
eb86c5e2
AB
42702019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4271
4272 * gdb.base/info-types.c: New file.
4273 * gdb.base/info-types.exp: New file.
4274
01e175fe
AB
42752019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4276
4277 * gdb.arch/riscv-bp-infcall.c: New file.
4278 * gdb.arch/riscv-bp-infcall.exp: New file.
4279
6b78c3f8
AB
42802019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4281
4282 PR breakpoints/24541
4283 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4284
da738167
TV
42852019-07-14 Tom de Vries <tdevries@suse.de>
4286
4287 PR testsuite/24760
4288 * gdb.objc/basicclass.exp: Fix unterminated string.
4289
0d4e84ed
AB
42902019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4291 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4294 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4295 negative bounds.
4296 * gdb.fortran/vla-value.exp: Print elements of an array with
4297 negative bounds.
4298 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4299 testing.
4300
021d8588
AB
43012019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4302
4303 * gdb.base/options.exp (expect_string): Dequote strings in
4304 results.
4305 (test-string): Test strings with different quoting and reindent.
4306
f06f1252
TT
43072019-07-10 Tom Tromey <tromey@adacore.com>
4308
4309 * gdb.ada/mi_ex_cond.exp: Update expected results.
4310 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4311 * gdb.ada/mi_catch_ex.exp: Update expected results.
4312 * gdb.ada/mi_catch_assert.exp: Update expected results.
4313 * gdb.ada/catch_ex.exp (catch_exception_info)
4314 (catch_exception_entry, catch_assert_entry)
4315 (catch_unhandled_entry): Update.
4316 * gdb.ada/catch_assert_if.exp: Update expected results.
4317
b863685d
RB
43182019-07-10 Richard Bunt <richard.bunt@arm.com>
4319 Stephen Roberts <stephen.roberts@arm.com>
4320
4321 * gdb.base/define.exp: Restore original prompt.
4322
cb1e4e32
PA
43232019-07-09 Pedro Alves <palves@redhat.com>
4324
4325 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4326 breakpoints" output.
4327 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4328 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4329 throw" creates breakpoint.
4330 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4331 'type="catchpoint"'.
4332
b58a68fe
PA
43332019-07-09 Pedro Alves <palves@redhat.com>
4334
4335 PR c++/15468
4336 * gdb.cp/except-multi-location-lib.cc: New.
4337 * gdb.cp/except-multi-location-main.cc: New.
4338 * gdb.cp/except-multi-location.exp: New.
4339
0826779b
PW
43402019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4341
4342 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4343 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4344 argument and update callers.
4345
5b0e2db4
AB
43462019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4347
4348 * gdb.arch/amd64-break-on-asm-line.S: New file.
4349 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4350
1f6f6e21
PW
43512019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4352
4353 * gdb.base/printcmds.exp: Test printing C string and
4354 C wide string convenience vars without transiting via the inferior.
4355 Also make test names unique.
4356
ea142fbf
AH
43572019-07-08 Alan Hayward <alan.hayward@arm.com>
4358
5862c886 4359 PR breakpoints/25011
ea142fbf
AH
4360 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4361
213fd9fa
PA
43622019-07-04 Pedro Alves <palves@redhat.com>
4363
4364 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4365 body returned ok(0), break(3) or continue(4).
4366 * gdb.testsuite/foreach_with_prefix.exp: New file.
4367
2b40fda7
AH
43682019-07-04 Alan Hayward <alan.hayward@arm.com>
4369
4370 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4371
a26c8de0
PA
43722019-07-03 Pedro Alves <palves@redhat.com>
4373
4374 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4375 "return -code".
4376
5f4ba3e7
PA
43772019-07-03 Pedro Alves <palves@redhat.com>
4378
4379 PR cli/24732
4380 * gdb.base/shell.exp: Load completion-support.exp.
4381 Adjust expected error output. Add completion tests.
4382
a994424f
PA
43832019-07-03 Pedro Alves <palves@redhat.com>
4384
4385 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4386 string_to_regexp.
4387
3d9be6f5
PA
43882019-07-03 Pedro Alves <palves@redhat.com>
4389
4390 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4391 (expect_integer): Adjust to expect "-string".
4392 (expect_string): New.
4393 (all_options): Expect "-string".
4394 (test-flag, test-boolean): Adjust to expect "-string".
4395 (test-string): New proc.
4396 (top level): Call it.
4397
41fc454c
PA
43982019-07-03 Pedro Alves <palves@redhat.com>
4399
4400 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4401 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4402 the expected output in the success.
4403
b2b2a215
PA
44042019-07-03 Pedro Alves <palves@redhat.com>
4405
4406 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4407 Split one gdb_test_multiple call in two to avoid a race.
4408
fdbc9870
PA
44092019-07-03 Pedro Alves <palves@redhat.com>
4410
4411 * gdb.base/with.c: New file.
4412 * gdb.base/with.exp: New file.
4413
c6ac8931
PA
44142019-07-03 Pedro Alves <palves@redhat.com>
4415
4416 * gdb.base/settings.exp: Replace all references to "maint
4417 test-settings set" with references to "maint set test-settings",
4418 and all references to "maint test-settings show" with references
4419 to "maint show test-settings".
4420
970f9d09
PA
44212019-07-03 Pedro Alves <palves@redhat.com>
4422
4423 * gdb.base/settings.exp (test-string): Adjust expected out when
4424 testing "maint test-settings show filename"
4425
54d66006
PA
44262019-07-02 Pedro Alves <palves@redhat.com>
4427
4428 * gdb.base/options.exp (test-info-threads): New procedure.
4429 (top level): Call it.
4430
10d06d82
TT
44312019-06-28 Tom Tromey <tromey@adacore.com>
4432
4433 * gdb.dwarf2/ada-linkage-name.c: New file.
4434 * gdb.dwarf2/ada-linkage-name.exp: New file.
4435
3d507ff2
TT
44362019-06-27 Tom Tromey <tromey@adacore.com>
4437
d039f014 4438 PR c++/20020:
3d507ff2
TT
4439 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4440
8af58ffe
TV
44412019-06-26 Tom de Vries <tdevries@suse.de>
4442
4443 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4444
22e21752
TV
44452019-06-26 Tom de Vries <tdevries@suse.de>
4446
4447 * gdb.base/index-cache.exp: Add back missing debug option.
4448
b65b566c
PW
44492019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4450
4451 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4452
5c2c8c69
TV
44532019-06-25 Tom de Vries <tdevries@suse.de>
4454
4455 PR testsuite/24727
4456 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4457
164e3873
TV
44582019-06-24 Tom de Vries <tdevries@suse.de>
4459
4460 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4461
824eacee
TV
44622019-06-24 Tom de Vries <tdevries@suse.de>
4463
4464 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4465 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4466 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4467
385b97d3
TV
44682019-06-24 Tom de Vries <tdevries@suse.de>
4469
4470 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4471
c596f180
TV
44722019-06-21 Tom de Vries <tdevries@suse.de>
4473
4474 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4475
b13a7d03
TV
44762019-06-21 Tom de Vries <tdevries@suse.de>
4477
4478 PR testsuite/24518
4479 PR ada/24713
4480 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4481 index.
4482
899277ae
TT
44832019-06-19 Tom Tromey <tromey@adacore.com>
4484
4485 * gdb.ada/length_cond.exp: Add intro comment.
4486
680e1bee
TT
44872019-06-19 Tom Tromey <tromey@adacore.com>
4488
4489 * gdb.ada/length_cond.exp: New file.
4490 * gdb.ada/length_cond/length_cond.adb: New file.
4491 * gdb.ada/length_cond/pck.adb: New file.
4492 * gdb.ada/length_cond/pck.ads: New file.
4493
0ed4690a
TV
44942019-06-18 Tom de Vries <tdevries@suse.de>
4495
4496 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4497
d20ed5fd
TT
44982019-06-18 Tom Tromey <tromey@adacore.com>
4499
4500 * gdb.base/list0.h: Add comment explaining control character.
4501
86e04673
TV
45022019-06-18 Tom de Vries <tdevries@suse.de>
4503
4504 * boards/fission.exp: Break up long debug_flags line.
4505
c4973306
SM
45062019-06-16 Tom de Vries <tdevries@suse.de>
4507
4508 PR gdb/24445
4509 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4510 generated index.
4511
93cb9841
AB
45122019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4513
4514 PR gdb/24686
4515 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4516 improve detection of bug gdb/24541.
4517
399aaebd
SM
45182019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4519
4520 PR gdb/24669
4521 * gdb.base/index-cache.exp (uses_readnow,
4522 expecting_index_cache_use): Define global variable.
4523 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4524 expecting_index_cache_use.
4525
584a927c
AB
45262019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4527 Andrew Burgess <andrew.burgess@embecosm.com>
4528
4529 * gdb.fortran/pointers.f90: New file.
4530 * gdb.fortran/print_type.exp: New file.
4531 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4532 * gdb.fortran/vla-type.exp: Likewise.
4533 * gdb.fortran/vla-value.exp: Likewise.
4534 * gdb.mi/mi-vla-fortran.exp: Likewise.
4535
30056ea0
AB
45362019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4537
4538 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4539 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4540 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4541 as a stop reason.
4542
ec8e2b6d
AB
45432019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4544
4545 * gdb.base/annota1.exp: Update expected results.
4546 * gdb.cp/annota2.exp: Likewise.
4547 * gdb.cp/annota3.exp: Likewise.
4548
09e4c4e1
AB
45492019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4550
4551 * gdb.base/style-logging.exp: Remove path from test name.
4552
0735b091
TT
45532019-06-14 Tom Tromey <tromey@adacore.com>
4554
4555 PR gdb/24502:
4556 * gdb.base/style-logging.exp: New file.
4557
f5686554
TT
45582019-06-14 Tom Tromey <tromey@adacore.com>
4559
4560 * gdb.base/symfile-warn.exp: New file.
4561 * gdb.base/symfile-warn.c: New file.
4562
a0c1ffed
TT
45632019-06-14 Tom Tromey <tromey@adacore.com>
4564
4565 * gdb.base/annotate-symlink.exp: New file.
4566
f411722c
TT
45672019-06-14 Tom Tromey <tromey@adacore.com>
4568
4569 * gdb.ada/set_wstr.exp: Add reassignment test.
4570
4268ec18
TT
45712019-06-14 Tom Tromey <tromey@adacore.com>
4572
4573 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4574 'unchecked_access and 'unrestricted_access as well.
4575
9a9e394b
TT
45762019-06-14 Tom Tromey <tromey@adacore.com>
4577
4578 PR ada/24539:
4579 * gdb.ada/vla.exp: Update tests.
4580 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4581 pragma.
4582
4c048731
PA
45832019-06-13 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/settings.exp (test-integer): Test junk after
4586 "unlimited".
4587
6665660a
PA
45882019-06-13 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/options.exp (test-thread-apply): New.
4591 (top level): Call it.
4592
5d707134
PA
45932019-06-13 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/options.exp (test-frame-apply): New.
4596 (top level): Test print commands with different "frame apply"
4597 prefixes.
4598
e2a689da
PA
45992019-06-13 Pedro Alves <palves@redhat.com>
4600
e79be6e5 4601 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4602 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4603 'max_completions' parameter and handle it.
4604 (test_gdb_completion_offers_commands): New.
4605
90a1ef87
PA
46062019-06-13 Pedro Alves <palves@redhat.com>
4607
4608 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4609
d4c16835
PA
46102019-06-13 Pedro Alves <palves@redhat.com>
4611
4612 * gdb.base/options.exp (test-backtrace): New.
4613 (top level): Call it.
4614
2daf894e
PA
46152019-06-13 Pedro Alves <palves@redhat.com>
4616
4617 * gdb.guile/scm-frame-args.exp: Use "set print
4618 raw-frame-arguments" instead of "set print raw frame-arguments".
4619 * gdb.python/py-frame-args.exp: Likewise.
4620
e6ed716c
PA
46212019-06-13 Pedro Alves <palves@redhat.com>
4622
4623 * gdb.compile/compile.exp: Adjust expected output to option
4624 processing changes.
4625
7d8062de
PA
46262019-06-13 Pedro Alves <palves@redhat.com>
4627
4628 * gdb.base/options.exp: Build executable.
4629 (test-print): New procedure.
4630 (top level): Call it, once for "print" and another for "compile
4631 print".
4632
9d0faba9
PA
46332019-06-13 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/options.c: New file.
4636 * gdb.base/options.exp: New file.
4637
dee7b4c8
PA
46382019-06-13 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4641 that "o" is ambiguous.
4642
dca0f6c0
PA
46432019-06-13 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/settings.c: New file.
4646 * gdb.base/settings.exp: New file.
4647
ccf46844
PA
46482019-06-13 Pedro Alves <palves@redhat.com>
4649
4650 * gdb.base/completion.exp: Fix comment typo.
4651
b9a3f842
PA
46522019-06-13 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4655 foo --1" test.
4656
d106773e
PA
46572019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4658
4659 * gdb.fortran/block-data.f: New.
4660 * gdb.fortran/block-data.exp: New.
4661
fea82da0
TV
46622019-06-11 Tom de Vries <tdevries@suse.de>
4663
4664 PR testsuite/24521
4665 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4666 message.
4667
8c2e74f1
TV
46682019-06-11 Tom de Vries <tdevries@suse.de>
4669
4670 PR testsuite/24521
4671 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4672
b49851c8
TV
46732019-06-11 Tom de Vries <tdevries@suse.de>
4674
4675 * boards/readnow.exp: New file.
4676
a7067863
AB
46772019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4678
4679 * gdb.fortran/vla-sizeof.exp: Update expected results.
4680
1a3da2cd
AB
46812019-06-06 Amos Bird <amosbird@gmail.com>
4682
4683 * gdb.base/annota1.exp (thread_switch): Add test for
4684 thread-exited annotation.
4685
3847a7bf
TT
46862019-06-06 Tom Tromey <tromey@adacore.com>
4687
4688 * gdb.base/maint.exp: Expect command started/finished output.
4689
0088ba59
AB
46902019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4691
4692 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4693 comment.
4694 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4695
312617a3
AB
46962019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4697
4698 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4699 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4700 * gdb.arch/riscv-unwind-long-insn.c: New file.
4701 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4702
e1f2e1a2
CB
47032019-06-04 Christian Biesinger <cbiesinger@google.com>
4704
d3238f7d 4705 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4706
206584bd
PW
47072019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4708
4709 * lib/gdb.exp (help_list_trailer): New regexp variable
4710 factorizing the help trailer message.
4711 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4712 arg to allow to better factorize various tests.
4713 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4714 (test_prefix_command_help): Use help_list_trailer.
4715 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4716 * gdb.guile/scm-cmd.exp: Likewise.
4717 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4718 * gdb.base/help.exp: Use test_user_defined_class_help.
4719 * gdb.base/style.exp: Add tests for styling of help and apropos.
4720 * lib/gdb-utils.exp (style): Add title and highlight styles.
4721
708dc93e
PW
47222019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4723
4724 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4725 $_shell_exitsignal.
4726 * gdb.base/default.exp: Update for new convenience variables.
4727
f49055a5
TT
47282019-05-29 Tom Tromey <tromey@adacore.com>
4729
4730 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4731 to "break complete ada" test case's regexp.
4732
4330d61d
TT
47332019-05-29 Tom Tromey <tromey@adacore.com>
4734
4735 PR c++/20020:
4736 * gdb.cp/constexpr-field.exp: New file.
4737 * gdb.cp/constexpr-field.cc: New file.
4738
000439d5
TT
47392019-05-29 Tom Tromey <tromey@adacore.com>
4740
4741 * gdb.base/finish.exp (finish_no_print): New proc.
4742 (finish_tests): Call it.
4743
5a01c34c
TV
47442019-05-24 Tom de Vries <tdevries@suse.de>
4745
4746 * gdb.dwarf2/gdb-add-index.exp: New file.
4747
18125b16
TT
47482019-05-22 Tom Tromey <tromey@adacore.com>
4749
4750 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4751 * gdb.base/style.exp: Use "style".
4752 * lib/gdb-utils.exp (style): New proc.
4753
af1a8d03
TV
47542019-05-22 Tom de Vries <tdevries@suse.de>
4755
4756 * gdb.base/align.exp: Require c++11.
4757
e7fe496b
TV
47582019-05-22 Tom de Vries <tdevries@suse.de>
4759
4760 PR testsuite/24586
4761 * gdb.python/py-mi-var-info-path-expression.exp: Call
4762 mi_skip_python_tests to check if python is supported.
4763
8fca4da0
AH
47642019-05-22 Alan Hayward <alan.hayward@arm.com>
4765
4766 * gdb.arch/aarch64-pauth.c: New test.
4767 * gdb.arch/aarch64-pauth.exp: New file.
4768
b7060614
AH
47692019-05-22 Alan Hayward <alan.hayward@arm.com>
4770
4771 * README (Re-running Tests Outside The Testsuite): New section.
4772
669d0468
TV
47732019-05-21 Tom de Vries <tdevries@suse.de>
4774
4775 * gdb.arch/amd64-eval.exp: Require c++11.
4776 * gdb.base/max-depth.exp: Same.
4777 * gdb.compile/compile-cplus-array-decay.exp: Same.
4778 * gdb.cp/meth-typedefs.exp: Same.
4779 * gdb.cp/subtypes.exp: Same.
4780 * gdb.cp/temargs.exp: Same.
4781
ce3ebcaa
AH
47822019-05-21 Alan Hayward <alan.hayward@arm.com>
4783
4784 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4785
34d11c68
AB
47862019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4787
4788 PR gdb/18644
4789 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4790 * gdb.fortran/printing-types.exp: Add new test.
4791 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4792 testing.
4793 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4794 setup_kfail call.
4795
87781e84
AH
47962019-05-17 Alan Hayward <alan.hayward@arm.com>
4797
4798 * README (Running the Testsuite): Change example.
4799 (Testsuite Parameters): Remove TRANSCRIPT.
4800 * lib/gdb.exp: Remove TRANSCRIPT check.
4801
b420b89e
AH
48022019-05-17 Alan Hayward <alan.hayward@arm.com>
4803
4804 * README (Testsuite Parameters): Add replay logging to
4805 GDBSERVER_DEBUG.
4806 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4807 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4808 as a comma separated list.
4809 (gdb_debug_init): Override procedure.
4810
408e9b8b
AH
48112019-05-17 Alan Hayward <alan.hayward@arm.com>
4812
4813 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4814 (gdb_write_cmd_file): New procedure.
4815 * lib/gdbserver-support.exp (gdbserver_start): Call
4816 gdbserver_write_cmd_file.
4817 (gdbserver_write_cmd_file): New procedure.
4818
f9e2e39d
AH
48192019-05-17 Alan Hayward <alan.hayward@arm.com>
4820
4821 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4822 (delete_breakpoints): Likewise.
4823 (gdb_run_cmd): Likewise.
4824 (gdb_start_cmd): Likewise.
4825 (gdb_starti_cmd): Likewise.
4826 (gdb_internal_error_resync): Likewise.
4827 (gdb_test_multiple): Likewise.
4828 (gdb_reinitialize_dir): Likewise.
4829 (default_gdb_exit): Likewise.
4830 (gdb_file_cmd): Mark kill as optional.
4831 (default_gdb_start): Call gdb_stdin_log_init.
4832 (send_gdb): Call gdb_stdin_log_write.
4833 (rerun_to_main): Mark Y as an answer.
4834 (gdb_stdin_log_init): New function.
4835 (gdb_stdin_log_write): Likewise.
4836
81f47ac2
AH
48372019-05-17 Alan Hayward <alan.hayward@arm.com>
4838
4839 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4840 * gdb.base/debug-expr.exp: Likewise.
4841 * gdb.base/foll-fork.exp: Likewise.
4842 * gdb.base/foll-vfork.exp: Likewise.
4843 * gdb.base/fork-print-inferior-events.exp: Likewise.
4844 * gdb.base/gdb-sigterm.exp: Likewise.
4845 * gdb.base/gdbinit-history.exp: Likewise.
4846 * gdb.base/osabi.exp: Likewise.
4847 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4848 * gdb.base/ui-redirect.exp: Likewise.
4849 * gdb.gdb/unittest.exp: Likewise.
4850 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4851 * gdb.mi/mi-watch.exp: Likewise.
4852 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4853 * gdb.mi/user-selected-context-sync.exp: Likewise.
4854 * gdb.python/python.exp: Disable debug test when debugging.
4855 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4856 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4857 Likewise.
4858 * gdb.threads/stepi-random-signal.exp: Likewise.
4859
29b52314
AH
48602019-05-17 Alan Hayward <alan.hayward@arm.com>
4861
4862 * Makefile.in: Pass through GDB_DEBUG.
4863 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4864 (gdb,debug): Add board setting.
4865 * lib/gdb.exp (default_gdb_start): Start debugging.
4866 (gdb_debug_enabled): New procedure.
4867 (gdb_debug_init): Likewise.
29b52314
AH
4868
48692019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4870
29b52314
AH
4871 * Makefile.in: Pass through GDB_DEBUG.
4872 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4873 (gdb,debug): Add board setting.
4874 * lib/gdb.exp (default_gdb_start): Start debugging.
4875 (gdb_debug_enabled): New procedure.
4876 (gdb_debug_init): Likewise.
29b52314 4877
ca1285d1
AH
48782019-05-17 Alan Hayward <alan.hayward@arm.com>
4879
4880 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4881
f3a09c80
AH
48822019-05-17 Alan Hayward <alan.hayward@arm.com>
4883
4884 * gdb.base/ui-redirect.exp: Test redirection.
4885
26648588
JV
48862019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4887
4888 * gdb.mi/mi-complete.exp: New file.
4889 * gdb.mi/mi-complete.cc: Likewise.
4890
14237686
AB
48912019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4892
4893 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4894 indexed and sliced arrays, and pointers to arrays.
4895
e7bd7fba
TT
48962019-05-14 Tom Tromey <tromey@adacore.com>
4897
4898 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4899 styling test.
4900
2764128d
TV
49012019-05-14 Tom de Vries <tdevries@suse.de>
4902
4903 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4904 selection entry encoding.
4905
71bed2db
TT
49062019-05-10 Tom Tromey <tromey@adacore.com>
4907
4908 * gdb.ada/info_exc.exp: Add "complete" test.
4909
63b667ad
TV
49102019-05-09 Tom de Vries <tdevries@suse.de>
4911
4912 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4913 CU-relative.
4914
9cfd2b89
TV
49152019-05-09 Tom de Vries <tdevries@suse.de>
4916
4917 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4918 CU-relative.
4919
2228ef77
XR
49202019-05-08 Joel Brobecker <brobecker@adacore.com>
4921
4922 * gdb.ada/frame_arg_lang.exp: New testcase.
4923 * gdb.ada/frame_arg_lang/bla.adb: New file.
4924 * gdb.ada/frame_arg_lang/pck.ads: New file.
4925 * gdb.ada/frame_arg_lang/pck.adb: New file.
4926 * gdb.ada/frame_arg_lang/foo.c: New file.
4927
80e55b13
TT
49282019-05-08 Tom Tromey <tromey@adacore.com>
4929
4930 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4931
9d3421af
TT
49322019-05-08 Tom Tromey <tromey@adacore.com>
4933
4934 * gdb.base/ptype-offsets.exp: Update tests.
4935
844333e2
TT
49362019-05-08 Tom Tromey <tromey@adacore.com>
4937
4938 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4939 cases.
4940 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4941 "short".
4942
988915ee
TT
49432019-05-08 Tom Tromey <tromey@adacore.com>
4944
4945 * gdb.ada/vla.exp: New file.
4946 * gdb.ada/vla/vla.adb: New file.
4947
7bd55dac
TV
49482019-05-07 Tom de Vries <tdevries@suse.de>
4949
4950 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4951
75f06e9d
TV
49522019-05-07 Tom de Vries <tdevries@suse.de>
4953
4954 PR testsuite/24522
4955 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4956 section.
4957
77e7aaa4
TV
49582019-05-07 Tom de Vries <tdevries@suse.de>
4959
4960 PR testsuite/24522
4961 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4962 .debug_aranges section.
4963
456ba0fa
TV
49642019-05-07 Tom de Vries <tdevries@suse.de>
4965
4966 PR testsuite/24159
4967 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4968
5a56d6a6
TV
49692019-05-06 Tom de Vries <tdevries@suse.de>
4970
4971 * lib/gdb.exp (exec_has_index_section): New proc.
4972 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4973 section.
4974
9d6d4be8
TV
49752019-05-04 Tom de Vries <tdevries@suse.de>
4976
4977 * boards/cc-with-debug-names.exp: New file.
4978
222a8d25
TT
49792019-05-03 Tom Tromey <tromey@adacore.com>
4980
4981 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4982 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4983 * gdb.ada/char_enum.exp: Add test.
4984
0fdfd794
TV
49852019-05-03 Tom de Vries <tdevries@suse.de>
4986
4987 * boards/cc-with-gdb-index.exp: New file.
4988
80062eb9
AB
49892019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4990
4991 * gdb.rust/simple.exp: Add new test case.
4992 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4993 (main): Initialise an instance of the new struct.
4994
4504bbde
TT
49952019-05-01 Tom Tromey <tromey@adacore.com>
4996
4997 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4998 record.
4999 (NPR): New variable.
5000 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5001 test.
5002
d48e62f4
TT
50032019-05-01 Tom Tromey <tromey@adacore.com>
5004
5005 * gdb.ada/packed_array_assign.exp: Add packed assignment
5006 regression test.
5007
f59f30f5
TV
50082019-05-01 Tom de Vries <tdevries@suse.de>
5009
5010 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5011
b70bfc54
TV
50122019-05-01 Tom de Vries <tdevries@suse.de>
5013
5014 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5015
15f18d14
AT
50162019-04-30 Ali Tamur <tamur@google.com>
5017
5018 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5019
2ff0a947
TT
50202019-04-30 Tom Tromey <tromey@adacore.com>
5021
5022 * lib/ada.exp (find_ada_tool): New proc.
5023 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5024 * gdb.ada/catch_ex_std.exp: New file.
5025 * gdb.ada/catch_ex_std/foo.adb: New file.
5026 * gdb.ada/catch_ex_std/some_package.adb: New file.
5027 * gdb.ada/catch_ex_std/some_package.ads: New file.
5028
a776957c
TT
50292019-04-30 Tom Tromey <tromey@adacore.com>
5030
5031 PR c++/24470:
5032 * gdb.cp/temargs.cc: Add test code from PR.
5033
bc68014d
AB
50342019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5035
5036 * gdb.fortran/vla-datatypes.exp: Update expected results.
5037 * gdb.fortran/vla-ptype.exp: Likewise.
5038 * gdb.fortran/vla-type.exp: Likewise.
5039 * gdb.fortran/vla-value.exp: Likewise.
5040
f1fdc960
AB
50412019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5042
5043 * gdb.fortran/ptr-indentation.exp: Update expected results.
5044 * gdb.fortran/ptype-on-functions.exp: Likewise.
5045 * gdb.fortran/vla-ptr-info.exp: Likewise.
5046 * gdb.fortran/vla-value.exp: Likewise.
5047
bf7a4de1
AB
50482019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5049
5050 * gdb.fortran/ptype-on-functions.exp: New file.
5051 * gdb.fortran/ptype-on-functions.f90: New file.
5052
bbe75b9d
AB
50532019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5056 case void string.
5057
1db455a7
AB
50582019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5059
5060 * gdb.fortran/complex.exp: Expand.
5061 * gdb.fortran/complex.f: Renamed to...
5062 * gdb.fortran/complex.f90: ...this, and extended to add more
5063 complex values.
5064
b6d03bb2
AB
50652019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5066
5067 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5068 MODULO, CMPLX.
5069
2e62ab40
AB
50702019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5071 Richard Bunt <richard.bunt@arm.com>
5072
5073 * gdb.base/max-depth.c: New file.
5074 * gdb.base/max-depth.exp: New file.
5075 * gdb.python/py-nested-maps.c: New file.
5076 * gdb.python/py-nested-maps.exp: New file.
5077 * gdb.python/py-nested-maps.py: New file.
5078 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5079 (test_all_common): Call test_max_depth.
5080 * gdb.fortran/max-depth.exp: New file.
5081 * gdb.fortran/max-depth.f90: New file.
5082 * gdb.go/max-depth.exp: New file.
5083 * gdb.go/max-depth.go: New file.
5084 * gdb.modula2/max-depth.exp: New file.
5085 * gdb.modula2/max-depth.c: New file.
5086 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5087
d2b584a5
TV
50882019-04-29 Tom de Vries <tdevries@suse.de>
5089
5090 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5091
136afab8
PW
50922019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5093
5094 * gdb.base/callexit.exp: Test may-call-functions off.
5095
725cbb63
KS
50962019-04-25 Keith Seitz <keiths@redhat.com>
5097
5098 PR c++/24367
5099 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5100 (another_incomplete_struct, test_incomplete): New definitions.
5101 (main): Use new definitions.
5102 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5103 functions.
5104
701adfb0
PA
51052019-04-25 Ali Tamur <tamur@google.com>
5106
5107 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5108
82433e3e
SDJ
51092019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5110
5111 PR corefiles/11608
5112 PR corefiles/18187
5113 * gdb.base/coredump-filter-build-id.exp: New file.
5114
dd06d4d6
AH
51152019-04-25 Alan Hayward <alan.hayward@arm.com>
5116
e79be6e5
SM
5117 * Makefile.in: Pass through GDBSERVER_DEBUG.
5118 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5119 (gdbserver,debug): Add board setting.
5120 * gdb.trace/tspeed.exp: Skip when debugging.
5121 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5122 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5123
1670072e
TT
51242019-04-24 Tom Tromey <tromey@adacore.com>
5125
5126 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5127 Rust.
5128
a59240a4
TT
51292019-04-24 Tom Tromey <tromey@adacore.com>
5130
5131 * gdb.arch/amd64-eval.exp: Test bitfield return.
5132 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5133 (class Foo) <return_bitfields>: New method.
5134 (main): Call it.
5135
b907456c
AB
51362019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5137
5138 * gdb.cp/many-args.cc: New file.
5139 * gdb.cp/many-args.exp: New file.
5140
5c565afd
TV
51412019-04-23 Tom de Vries <tdevries@suse.de>
5142
5143 PR gdb/24433
5144 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5145
ba22ff86
AH
51462019-04-23 Alan Hayward <alan.hayward@arm.com>
5147
5148 * gdb.trace/backtrace.exp: Use nopie flag.
5149 * gdb.trace/circ.exp: Likewise.
5150 * gdb.trace/collection.exp: Likewise.
5151 * gdb.trace/ftrace.exp: Likewise.
5152 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5153 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5154 * gdb.trace/qtro.exp: Likewise.
5155 * gdb.trace/read-memory.exp: Likewise.
5156 * gdb.trace/report.exp: Likewise.
5157 * gdb.trace/tfile.exp: Likewise.
5158 * gdb.trace/tfind.exp: Likewise.
5159 * gdb.trace/unavailable.exp: Likewise.
5160
7905fc35
PA
51612019-04-22 Pedro Alves <palves@redhat.com>
5162
5163 * gdb.base/solib-probes-nosharedlibrary.c,
5164 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5165
8ecb59f8
TT
51662019-04-19 Tom Tromey <tromey@adacore.com>
5167
5168 * gdb.ada/ptype_union.c: New file.
5169 * gdb.ada/ptype_union.exp: New file.
5170
62160ec9
TT
51712019-04-19 Tom Tromey <tromey@adacore.com>
5172
5173 PR symtab/24423:
5174 * gdb.base/list0.h (foo): Add a control-l character.
5175
36cd4ba5
TV
51762019-04-18 Tom de Vries <tdevries@suse.de>
5177
5178 PR gdb/24433
5179 * boards/local-board.exp: Set sysroot to "".
5180
b73715df
TV
51812019-04-18 Tom de Vries <tdevries@suse.de>
5182 Pedro Alves <palves@redhat.com>
5183
5184 PR gdb/24454
5185 * gdb.threads/vfork-follow-child-exec.c: New file.
5186 * gdb.threads/vfork-follow-child-exec.exp: New file.
5187 * gdb.threads/vfork-follow-child-exit.c: New file.
5188 * gdb.threads/vfork-follow-child-exit.exp: New file.
5189
4aa866af
LS
51902019-04-15 Leszek Swirski <leszeks@google.com>
5191
5192 * gdb.arch/amd64-eval.cc: New file.
5193 * gdb.arch/amd64-eval.exp: New file.
5194
e5a1a79a
AH
51952019-04-11 Alan Hayward <alan.hayward@arm.com>
5196
5197 * gdb.server/sysroot.c: New test.
5198 * gdb.server/sysroot.exp: New file.
5199 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5200 matching param.
5201
41077b66
AB
52022019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5203
5204 * gdb.base/align.exp: Extend test to cover structures containing
5205 only static fields.
5206
c30391f8
TV
52072019-04-11 Tom de Vries <tdevries@suse.de>
5208
5209 * boards/cc-with-dwz-m.exp: New file.
5210 * boards/cc-with-dwz.exp: New file.
5211 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5212
e242fd12
SM
52132019-04-09 Simon Marchi <simon.marchi@efficios.com>
5214
5215 * gdb.base/start-cpp.exp: New file.
5216 * gdb.base/start-cpp.cc: New file.
5217
2b0c8b01
KB
52182019-04-08 Kevin Buettner <kevinb@redhat.com>
5219
5220 * gdb.python/py-thrhandle.exp: Adjust tests to call
5221 thread_from_handle instead of thread_from_thread_handle.
5222
947210e5
KB
52232019-04-08 Kevin Buettner <kevinb@redhat.com>
5224
5225 * gdb.python/py-thrhandle.exp: Add tests for
5226 gdb.InferiorThread.handle.
5227
d7df6549
AB
52282019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5229
5230 * gdb.python/py-function.exp: Check calling helper function from
5231 all languages.
5232 * lib/gdb.exp (gdb_supported_languages): New proc.
5233
8bdc1658
AB
52342019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5235
5236 * gdb.base/complex-parts.c: New file.
5237 * gdb.base/complex-parts.exp: New file.
5238
05caa1d2
TT
52392019-04-01 Tom Tromey <tromey@adacore.com>
5240
5241 PR symtab/23331:
5242 * gdb.dwarf2/dw2-ranges-main.c: New file.
5243 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5244 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5245
7734102d
EZ
52462019-03-30 Simon Marchi <simark@simark.ca>
5247
5248 * gdb.base/default.exp: Add values for $_gdb_major and
5249 $_gdb_minor.
5250
188e1fa9
TT
52512019-03-29 Tom Tromey <tromey@adacore.com>
5252
5253 * gdb.base/help.exp: Tighten apropos regexp.
5254
2880242d
KS
52552019-03-29 Keith Seitz <keiths@redhat.com>
5256
5257 * gdb.fortran/array-bounds.exp: New file.
5258 * gdb.fortran/array-bounds.f90: New file.
5259
077cad8e
PW
52602019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5261
5262 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5263
80047cfc
PW
52642019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5265
5266 * gdb.multi/hello.c (main): Increase alarm timer.
5267
f489207e
SL
52682019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5269
5270 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5271 factor when no hardware watchpoint support.
5272
c92df149
AH
52732019-03-28 Alan Hayward <alan.hayward@arm.com>
5274 Pedro Alves <palves@redhat.com>
5275
5276 * boards/local-board.exp: set sysroot to /.
5277
933aebfa
AH
52782019-03-27 Alan Hayward <alan.hayward@arm.com>
5279
5280 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5281 in child.
5282
9f9aa852
AB
52832019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5284
5285 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5286 field.
5287 (make_container): Initialise new field.
5288 * gdb.python/py-prettyprint.exp: Add new tests.
5289 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5290 <display_hint>: New method.
5291
3714a195
AB
52922019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5293
5294 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5295 gdb_continue_to_breakpoint more throughout this test.
5296 (run_lang_tests) Supply unique test names, and use
5297 gdb_test_no_output.
5298
18c77628
AB
52992019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5300
5301 * gdb.base/finish-pretty.exp: Update expected results.
5302 * gdb.base/pretty-print.c: New file.
5303 * gdb.base/pretty-print.exp: New file.
5304
9a93502f
PA
53052019-03-25 Pedro Alves <palves@redhat.com>
5306
5307 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5308 move comments outside list. Append '-i "" eof' section.
5309
968aa7ae
AH
53102019-03-22 Alan Hayward <alan.hayward@arm.com>
5311
34a7f2a4 5312 PR testsuite/25016
968aa7ae
AH
5313 * README: Add pie options.
5314 * gdb.base/break-interp.exp: Ensure pie is disabled.
5315 * gdb.base/dump.exp: Likewise.
5316 * lib/gdb.exp (gdb_compile): Add pie option.
5317
4c7d57e7
TT
53182019-03-19 Tom Tromey <tromey@adacore.com>
5319
5320 * gdb.mi/mi2-cli-display.c: New file.
5321 * gdb.mi/mi2-cli-display.exp: New file.
5322
bff8c71f
TT
53232019-03-18 Joel Brobecker <brobecker@adacore.com>
5324 Tom Tromey <tromey@adacore.com>
5325
5326 * gdb.ada/ptype_array/pck.adb: New file.
5327 * gdb.ada/ptype_array/pck.ads: New file.
5328 * gdb.ada/ptype_array/foo.adb: New file.
5329 * gdb.ada/ptype_array.exp: New file.
5330
d085f989
TT
53312019-03-14 Tom Tromey <tromey@adacore.com>
5332
5333 * gdb.base/style.exp: Add "set style sources" test.
5334
b4be1b06
SM
53352019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5336
5337 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5338 * mi-breakpoint-multiple-locations.exp: ... this.
5339 (make_breakpoints_pattern): New proc.
5340 (do_test): Add mi_version parameter, test -break-insert,
5341 -break-info and =breakpoint-created.
5342
7cde5fc2
AB
53432019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5344
5345 * config/default.exp: Remove 'load_lib gdb.exp'.
5346 * config/monitor.exp: Likewise.
5347 * config/sid.exp: Likewise.
5348 * config/sim.exp: Likewise.
5349 * config/slite.exp: Likewise.
5350 * config/unix.exp: Likewise.
5351 * gdb.base/default.exp: Remove unhelpful comment.
5352
efbecbc1
AB
53532019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5354
5355 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5356
0841c79a
AB
53572019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5358
5359 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5360
4a270568
AB
53612019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5362
5363 * gdb.fortran/type-kinds.exp: Update expected results.
5364
067630bd
AB
53652019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5366
5367 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5368
3be47f7a
AB
53692019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5370
5371 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5372 function.
5373 (test_basic_parsing_of_type_kinds): Expand types tested.
5374 (test_parsing_invalid_type_kinds): New function.
5375
4d00f5d8
AB
53762019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5377
5378 * gdb.fortran/intrinsics.exp: New file.
5379 * gdb.fortran/intrinsics.f90: New file.
5380 * gdb.fortran/type-kinds.exp: New file.
5381
c8f91604
AB
53822019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5383
5384 * gdb.fortran/dot-ops.exp: New file.
5385
dd9f2c76
AB
53862019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5387
5388 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5389 Check upper and lower case logical literals.
5390
84ec9724
AB
53912019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5392
5393 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5394 Remove duplicate tests.
5395
c3734e09
AH
53962019-03-06 Alan Hayward <alan.hayward@arm.com>
5397
5398 * lib/gdb.exp (builtin_cd): rename of cd.
5399 (cd): Override builtin.
5400
aa3cfbda
RB
54012019-03-06 Richard Bunt <richard.bunt@arm.com>
5402
5403 * gdb.fortran/function-calls.exp: New file.
5404 * gdb.fortran/function-calls.f90: New test.
5405
7b63ad86
RB
54062019-03-04 Richard Bunt <richard.bunt@arm.com>
5407
5408 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5409 on user program standard output.
5410 * gdb.fortran/short-circuit-argument-list.f90: Record function
5411 calls.
5412
01abb042
AH
54132019-02-28 Alan Hayward <alan.hayward@arm.com>
5414
c3734e09
AH
5415 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5416 failure.
01abb042 5417
92137da0
RO
54182019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5419
5420 PR gdb/8527
5421 * gdb.base/interrupt-daemon-attach.c,
5422 gdb.base/interrupt-daemon-attach.exp: New test.
5423
5862844d
PA
54242019-02-27 Pedro Alves <palves@redhat.com>
5425
5426 * gdb.base/page.exp: Add tests for "set width/height -1".
5427
8ed25214
PA
54282019-02-27 Pedro Alves <palves@redhat.com>
5429
5430 * gdb.base/page.exp: Add tests for "set/show width/height" with
5431 "infinite" values.
5432
6c28e44a
TT
54332019-02-27 Tom Tromey <tromey@adacore.com>
5434
5435 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5436 2.4.
5437 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5438 workaround.
5439
bf9a735e
AB
54402019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5441
5442 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5443 tests for structs with static members.
5444
8791793c
TT
54452019-02-26 Tom Tromey <tromey@adacore.com>
5446
5447 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5448 ValueError, not TypeError.
5449
bc2a507e
KB
54502019-02-26 Kevin Buettner <kevinb@redhat.com>
5451
5452 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5453 call from main program.
5454
e0e7d3bd
JB
54552019-02-23 Joel Brobecker <brobecker@adacore.com>
5456
5457 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5458 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5459 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5460 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5461 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5462
9600246d
KS
54632019-02-22 Keith Seitz <keiths@redhat.com>
5464
5465 PR symtab/23853
5466 * gdb.base/symlink-sourcefile.c: New file.
5467 * gdb.base/symlink-sourcefile.exp: New file.
5468
0c95f9ed
TT
54692019-02-20 Tom Tromey <tom@tromey.com>
5470
5471 * gdb.base/info_qt.exp: Update.
5472
6caa91b6
SM
54732019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5474
5475 * gdb.base/source.exp: Move "error in sourced script" code to
5476 the end.
5477 * gdb.base/source-error.gdb: Move contents to
5478 source-error-1.gdb. Add new code to source source-error-1.gdb.
5479 * gdb.base/source-error-1.gdb: New file, from previous
5480 source-error.gdb.
5481
6506371f
TT
54822019-02-17 Tom Tromey <tom@tromey.com>
5483
5484 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5485 for macro styling.
5486 * gdb.base/style.c (SOME_MACRO): New macro.
5487
a0087920
TT
54882019-02-17 Tom Tromey <tom@tromey.com>
5489
5490 * gdb.base/style.exp: Add line-wrapping tests.
5491 * gdb.base/page.exp: Add test for quitting during pagination.
5492
a2cd4f14
JB
54932019-02-17 Joel Brobecker <brobecker@adacore.com>
5494
5495 * gdb.ada/big_packed_array: New testcase.
5496 * gdb.ada/homonym.exp: Fix incorrect expected output for
5497 "break <homonym__get_value>" test.
5498
9d70ffbc
WP
54992019-02-13 Weimin Pan <weimin.pan@oracle.com>
5500
5501 PR breakpoints/21870
5502 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5503 and prepare_for_testing. Add comment.
5504 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5505 redundant cleanup call. Clean up comment.
5506
01c7ae81
WP
55072019-02-12 Weimin Pan <weimin.pan@oracle.com>
5508
5509 PR breakpoints/21870
5510 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5511 * gdb.arch/aarch64-dbreg-contents.c: New file.
5512
aff29d1c
JB
55132019-02-10 Joel Brobecker <brobecker@adacore.com>
5514
5515 * gdb.ada/mi_ref_changeable: New testcase.
5516
df0da8a2
AH
55172019-02-07 Alan Hayward <alan.hayward@arm.com>
5518
5519 * gdb.base/attach.exp: Add double attach test.
5520
bd447abb
SM
55212019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5522
5523 * lib/gdb.exp (default_gdb_start): Don't match pagination
5524 prompt.
5525 (gdb_init): Set stty_init.
5526
1dbc40b9
TT
55272019-01-27 Tom Tromey <tom@tromey.com>
5528
5529 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5530 skip_python_tests.
5531
353229bf
AH
55322019-01-24 Alan Hayward <alan.hayward@arm.com>
5533
5534 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5535 New structure.
5536 (struct struct_static_02_02): Likewise.
5537 (struct struct_static_02_03): Likewise.
5538 (struct struct_static_02_04): Likewise.
5539 (struct struct_static_04_01): Likewise.
5540 (struct struct_static_04_02): Likewise.
5541 (struct struct_static_04_03): Likewise.
5542 (struct struct_static_04_04): Likewise.
5543 (struct struct_static_06_01): Likewise.
5544 (struct struct_static_06_02): Likewise.
5545 (struct struct_static_06_03): Likewise.
5546 (struct struct_static_06_04): Likewise.
5547 (cmp_struct_static_02_01): Likewise.
5548 (cmp_struct_static_02_02): Likewise.
5549 (cmp_struct_static_02_03): Likewise.
5550 (cmp_struct_static_02_04): Likewise.
5551 (cmp_struct_static_04_01): Likewise.
5552 (cmp_struct_static_04_02): Likewise.
5553 (cmp_struct_static_04_03): Likewise.
5554 (cmp_struct_static_04_04): Likewise.
5555 (cmp_struct_static_06_01): Likewise.
5556 (cmp_struct_static_06_02): Likewise.
5557 (cmp_struct_static_06_03): Likewise.
5558 (cmp_struct_static_06_04): Likewise.
5559 (call_all): Test new structs.
5560 * gdb.base/infcall-nested-structs.exp: Likewise.
5561
73021deb
AH
55622019-01-21 Alan Hayward <alan.hayward@arm.com>
5563 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5564
fc65c7db
AH
55652019-01-21 Alan Hayward <alan.hayward@arm.com>
5566 * gdb.base/stack-protector.c: New test.
5567 * gdb.base/stack-protector.exp: New file.
5568 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5569 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5570 option.
5571 (gdb_compile): Remove stack protector for GCC and prevent
5572 recursion.
5573
c24bdb02
KS
55742019-01-16 Keith Seitz <keiths@redhat.com>
5575
5576 PR gdb/23773
5577 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5578
6f072a10
PFC
55792019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5580
5581 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5582 aliases.
5583 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5584 tests.
5585 * gdb.arch/powerpc-vector-regs.c: New file.
5586 * gdb.arch/powerpc-vector-regs.exp: New file.
5587
a7b8d682
PFC
55882019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5589
5590 * gdb.arch/altivec-regs.exp: Fix the list passed to
5591 gdb_expect_list when testing "info vector".
5592
6eb6fb67
AB
55932019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5594
5595 * gdb.base/style.exp: Don't include path in testname.
5596
b56f80d8
KS
55972019-01-10 Keith Seitz <keiths@redhat.com>
5598
5599 PR gdb/23712
5600 PR symtab/23010
5601 * gdb.dwarf2/multidictionary.exp: New file.
5602
041be526
SM
56032019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5604
5605 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5606 (test_gnuv3_style_demangling): ... this.
5607 (test_lucid_style_demangling): Remove.
5608 (test_arm_style_demangling): Remove.
5609 (test_hp_style_demangling): Remove.
5610 (do_tests): Remove calls to the above.
5611
d820d0c3
AB
56122019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5613
5614 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5615 case.
5616
f097f5ad
TT
56172019-01-06 Tom Tromey <tom@tromey.com>
5618
5619 PR gdb/28155:
5620 * gdb.dwarf2/typedef-void-finish.exp: New file.
5621
2cd8cc0b
TT
56222018-12-28 Tom Tromey <tom@tromey.com>
5623 Simon Marchi <simark@simark.ca>
5624
5625 * gdb.base/jit-exec.exp: New file.
5626 * gdb.base/jit-exec.c: New file.
5627 * gdb.base/jit-execd.c: New file.
5628
35fb8261
TT
56292018-12-28 Tom Tromey <tom@tromey.com>
5630
5631 * gdb.base/style.exp: Update test to check for address styling.
5632
47fd17cd
TT
56332018-12-28 Tom Tromey <tom@tromey.com>
5634
5635 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5636 message.
5637
d47032b7
TT
56382018-12-28 Tom Tromey <tom@tromey.com>
5639
5640 * gdb.base/style.exp: Add test for version number styling.
5641
af79b68d
TT
56422018-12-28 Tom Tromey <tom@tromey.com>
5643
5644 * gdb.base/style.exp: Add test for print_address_symbolic.
5645
0bb296cb
TT
56462018-12-28 Tom Tromey <tom@tromey.com>
5647
5648 * gdb.base/style.exp: Add test for breakpoint setting.
5649
80ae2043
TT
56502018-12-28 Tom Tromey <tom@tromey.com>
5651
5652 * gdb.base/style.exp: Add test for variable names.
5653
cbe56571
TT
56542018-12-28 Tom Tromey <tom@tromey.com>
5655
5656 * gdb.base/style.exp: New file.
5657 * gdb.base/style.c: New file.
5658
9162a27c
TT
56592018-12-28 Tom Tromey <tom@tromey.com>
5660
5661 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5662 "dumb".
5663 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5664 the TERM environment variable.
5665
bc543c90
TT
56662018-12-27 Tom Tromey <tom@tromey.com>
5667
5668 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5669 pagination test.
5670
6f0ffe50
AB
56712018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5672
5673 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5674 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5675
b5a1e557
PW
56762018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5677
5678 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5679 Filename a.adb changed to bp_fun_addr.adb.
5680 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5681
6e8b1ab2
JV
56822018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5683
5684 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5685 non-PIE executables.
5686 * README: Mention the gdb,nopie_flag board setting.
5687 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5688 non-PIE executable.
5689 * gdb.arch/amd64-entry-value.exp: Likewise.
5690 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5691 * gdb.arch/i386-float.exp: Likewise.
5692 * gdb.arch/i386-signal.exp: Likewise.
5693 * gdb.mi/mi-reg-undefined.exp: Likewise.
5694
d00a27c5
PM
56952018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5696
5697 PR gdb/23974
5698 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5699
161d081c
PW
57002018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5701
5702 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5703 Update order of results accordingly.
5704
b001de23
AB
57052018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5706
5707 * gdb.base/annota1.exp: Update a test regexp.
5708
99e1a184
AB
57092018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5712
7a81c1e2
PW
57132018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5714
5715 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5716 (reuse_time): Initialize to REUSE_TIME_CAP.
5717 (check_rc): New function.
5718 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5719 Check pthread_create rc.
5720 (spawner_thread_func): Check pthread_create and pthread_join rc.
5721
73e8dc90
PA
57222018-12-08 Pedro Alves <palves@redhat.com>
5723
5724 * gdb.base/list.exp (test_forward_search): Rename to ...
5725 (test_forward_reverse_search): ... this. Also test reverse-search
5726 and the forward-search alias.
5727
13f2ed32
AB
57282018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5729
5730 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5731 local timeout variable before return, and remove all local timeout
5732 variable entirely.
5733 (gdb_load): Likewise.
5734
64d27cfc
TV
57352018-12-01 Tom de Vries <tdevries@suse.de>
5736
5737 * gdb.base/gdb-caching-proc.exp: New file.
5738
f63c03b4
SDJ
57392018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5740
5741 * Makefile.in (TIMESTAMP): New variable.
5742 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5743 command.
5744 (check-single-racy): Likewise.
5745 (check/%.exp): Likewise.
5746 (check-racy/%.exp): Likewise.
5747 (workers/%.worker): Likewise.
5748 (build-perf): Likewise.
5749 (check-perf): Likewise.
5750 * README: Describe new "TS" and "TS_FORMAT" variables.
5751 * print-ts.py: New file.
5752
1c97054b
BF
57532018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5754
5755 PR python/23714
5756 * gdb.python/python.exp: Test command repetition after
5757 gdb.execute.
5758
1871a62d
AB
57592018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5760
5761 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5762 is correctly aligned.
5763
fb5e1ed9
PW
57642018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5765
5766 * gdb.ada/info_auto_lang.exp: New testcase.
5767 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5768 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5769 * gdb.ada/info_auto_lang/some_c.c: New file.
5770
43d397ca
PW
57712018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5772
5773 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5774 FUNC_lang language syntax.
5775
beddd671
PW
57762018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5777
5778 * gdb.base/info_minsym.c: New file.
5779 * gdb.base/info_minsym.exp: New file.
5780
73fc52c4
TT
57812018-11-19 Tom Tromey <tom@tromey.com>
5782
5783 PR rust/23625:
5784 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5785 * gdb.rust/expr.exp: Update expected output. Change one test.
5786
994b876a
TT
57872018-11-19 Tom Tromey <tom@tromey.com>
5788
5789 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5790
6769f276
PA
57912018-11-19 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5794 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5795 see the expected warning.
5796
38a72da0
AH
57972018-11-16 Alan Hayward <alan.hayward@arm.com>
5798
5799 PR gdb/22736:
5800 * gdb.cp/infcall-nodebug-lib.c: New test.
5801 * gdb.cp/infcall-nodebug-main.c: New test.
5802 * gdb.cp/infcall-nodebug.exp: New file.
5803
53a89d6e
SM
58042018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5805
5806 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5807 completer tests.
5808
9325300d
TV
58092018-11-09 Tom de Vries <tdevries@suse.de>
5810
5811 * gdb.base/msym-lang.c: New test.
5812 * gdb.base/msym-lang.exp: New file.
5813 * gdb.base/msym-lang-main.c: New test.
5814
20f0d60d
TT
58152018-11-08 Tom Tromey <tom@tromey.com>
5816
5817 PR gdb/23555:
5818 PR gdb/23838:
5819 * gdb.base/warning.exp: New file.
5820
b5420128
JB
58212018-11-08 Jan Beulich <jbeulich@suse.com>
5822
5823 * testsuite/gdb.arch/i386-avx512.c,
5824 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5825
cd115d61
AB
58262018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5827
5828 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5829 point hardware.
5830
35ee2dc2
AB
58312018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5832
5833 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5834 * gdb.dwarf2/missing-type-name.exp: New file.
5835
31aceee8
TV
58362018-11-06 Tom de Vries <tdevries@suse.de>
5837
5838 * gdb.base/many-headers.c: New test.
5839 * gdb.base/many-headers.exp: New file.
5840
109be305
JW
58412018-11-06 Jim Wilson <jimw@sifive.com>
5842
5843 * gdb.base/code_elim.exp: For riscv, set additional_flags
5844 to include -msmall-data-limit=0.
5845
e2b7af72
JB
58462018-11-01 Joel Brobecker <brobecker@adacore.com>
5847
5848 * gdb.ada/watch_minus_l: New testcase.
5849
cdcda965
SM
58502018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5851
5852 * gdb.arch/aix-sighandle.c: New file.
5853 * gdb.arch/aix-sighandle.exp: New file.
5854
92dcebf3
AB
58552018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5856
5857 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5858 registers being unions.
5859
68b9ac18
TV
58602018-10-31 Tom de Vries <tdevries@suse.de>
5861
5862 * lib/valgrind.exp: New file.
5863 (vgdb_start, vgdb_stop): New procs, factored out of ...
5864 * gdb.base/valgrind-bt.exp: ... here, ...
5865 * gdb.base/valgrind-disp-step.exp: ... here and ...
5866 * gdb.base/valgrind-infcall.exp: ... here.
5867
1443936e
TV
58682018-10-31 Tom de Vries <tdevries@suse.de>
5869
5870 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5871
eb77c9df
AB
58722018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5873
5874 * gdb.dwarf2/void-type.c: New file.
5875 * gdb.dwarf2/void-type.exp: New file.
5876
82b5e646
PW
58772018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5878
5879 * gdb.base/info_qt.c: New file.
5880 * gdb.base/info_qt.exp: New file.
5881
8d619c01
EBM
58822018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5883
5884 * gdb.arch/powerpc-htm-regs.c: New file.
5885 * gdb.arch/powerpc-htm-regs.exp: New file.
5886
f2cf6173
EBM
58872018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5888
5889 * gdb.arch/powerpc-tar.c: New file.
5890 * gdb.arch/powerpc-tar.exp: New file.
5891
7ca18ed6
EBM
58922018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5893
5894 * gdb.arch/powerpc-ppr-dscr.c: New file.
5895 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5896
bfcc0eba
TV
58972018-10-25 Tom de Vries <tdevries@suse.de>
5898
5899 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5900
fe1a5cad
TV
59012018-10-24 Tom de Vries <tdevries@suse.de>
5902
5903 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5904 longer exists error.
5905
a76dc3b7
TV
59062018-10-24 Tom de Vries <tdevries@suse.de>
5907
5908 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5909
4df46df7
TV
59102018-10-24 Tom de Vries <tdevries@suse.de>
5911
5912 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5913 --db-attach in valgrind.
5914
0dbfcfff
AB
59152018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5916
5917 * gdb.arch/riscv-reg-aliases.c: New file.
5918 * gdb.arch/riscv-reg-aliases.exp: New file.
5919
b04480b1
AH
59202018-10-19 Alan Hayward <alan.hayward@arm.com>
5921
5922 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5923
2c6ac8d7
AH
59242018-10-19 Alan Hayward <alan.hayward@arm.com>
5925
5926 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5927
2bc69f25
AH
59282018-10-19 Alan Hayward <alan.hayward@arm.com>
5929
5930 * gdb.cp/ovldbreak.exp: Fix regexps.
5931
1f1ae3a3
AH
59322018-10-19 Alan Hayward <alan.hayward@arm.com>
5933
5934 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5935
94c18618
SDJ
59362018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5937
5938 PR cli/23785
5939 * gdb.base/restore.exp: New test to check if "restore" with an
5940 invalid file doesn't segfault.
5941
812cd6eb
TV
59422018-10-18 Tom de Vries <tdevries@suse.de>
5943
5944 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5945 * gdb.ada/excep_handle.exp: Same.
5946 * gdb.ada/mi_string_access.exp: Same.
5947 * gdb.ada/mi_var_union.exp: Same.
5948 * gdb.arch/arc-analyze-prologue.exp: Same.
5949 * gdb.arch/arc-decode-insn.exp: Same.
5950 * gdb.base/readnever.exp: Same.
5951 * gdb.fortran/printing-types.exp: Same.
5952 * gdb.guile/scm-lazy-string.exp: Same.
5953
c4b90788
TV
59542018-10-16 Tom de Vries <tdevries@suse.de>
5955
5956 PR gdb/23730
5957 * gdb.base/catch-follow-exec.c: Add copyright notice.
5958 * gdb.base/catch-follow-exec.exp: Rewrite to use
5959 gdb_spawn_with_cmdline_opts. Require gdb-native.
5960
8bca2978
SL
59612018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5962
5963 * gdb.trace/actions-changed.exp: Check for arch support.
5964 * gdb.trace/actions.exp: Likewise.
5965 * gdb.trace/ax.exp: Likewise.
5966 * gdb.trace/backtrace.exp: Likewise.
5967 * gdb.trace/change-loc.exp: Likewise.
5968 * gdb.trace/deltrace.exp: Likewise.
5969 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5970 * gdb.trace/ftrace.exp: Likewise.
5971 * gdb.trace/infotrace.exp: Check for arch support.
5972 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5973 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5974 * gdb.trace/mi-tsv-changed.exp: Likewise.
5975 * gdb.trace/packetlen.exp: Likewise.
5976 * gdb.trace/passc-dyn.exp: Likewise.
5977 * gdb.trace/passcount.exp: Likewise.
5978 * gdb.trace/pending.exp: Likewise.
5979 * gdb.trace/range-stepping.exp: Check for shlib support.
5980 * gdb.trace/report.exp: Check for arch support.
5981 * gdb.trace/save-trace.exp: Likewise.
5982 * gdb.trace/signal.exp: Check for signal support.
5983 * gdb.trace/tfind.exp: Check for arch support.
5984 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5985 * gdb.trace/trace-common.h: Add comment.
5986 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5987 * gdb.trace/trace-enable-disable.exp: Likewise.
5988 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5989 * gdb.trace/tracecmd.exp: Check for arch support.
5990 * gdb.trace/tspeed.exp: Check for shlib and target support.
5991 * gdb.trace/tstatus.exp: Check for arch support.
5992 * gdb.trace/tsv.exp: Likewise.
5993 * gdb.trace/while-dyn.exp: Likewise.
5994 * gdb.trace/while-stepping.exp: Likewise.
5995 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5996
f9c49bff
SM
59972018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5998
5999 * gdb.trace/tspeed.exp: Remove nowarnings.
6000 (prepare_for_trace_test): Declare "global ipalib".
6001 * gdb.trace/tspeed.c: Include unistd.h.
6002 (main): Remove superfluous printf argument.
6003
d4330bde
SL
60042018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6005
6006 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6007 directory prefix on the filename.
6008
8ecfd7bd
SDJ
60092018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6010
6011 * gdb.gdb/unittest.exp: Update expected message informing that
6012 selftests have been disabled.
6013 * gdb.server/unittest.exp: Likewise.
6014
58bbcd02
TV
60152018-10-09 Tom de Vries <tdevries@suse.de>
6016
6017 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6018 with runto_main.
6019
9f6b697b
WP
60202018-10-08 Weimin Pan <weimin.pan@oracle.com>
6021
6022 PR c++/16841
6023 * gdb.cp/virtbase2.cc: New file.
6024 * gdb.cp/virtbase2.exp: New file.
6025
add5ded5
TT
60262018-10-06 Tom Tromey <tom@tromey.com>
6027
6028 PR python/19399:
6029 * gdb.python/py-inferior.exp: Add architecture test.
6030
f9e48344
TT
60312018-10-06 Tom Tromey <tom@tromey.com>
6032
6033 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6034 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6035
2a8be203
TT
60362018-10-06 Tom Tromey <tom@tromey.com>
6037
6038 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6039 of a "throw" catchpoint.
6040
e04caa70
SDJ
60412018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6042
6043 * gdb.base/info-proc.exp: Update string expected from "help info
6044 proc".
6045
5ca8c39f
TT
60462018-10-04 Tom Tromey <tom@tromey.com>
6047
6048 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6049 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6050 (test_initial_complaints, test_empty_complaints): Update.
6051 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6052
3453e7e4
TT
60532018-10-04 Tom Tromey <tom@tromey.com>
6054
6055 PR cli/19551:
6056 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6057 * lib/gdb.exp (gdb_file_cmd): Update.
6058 * gdb.stabs/weird.exp (print_weird_var): Update.
6059 * gdb.server/solib-list.exp: Update.
6060 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6061 * gdb.mi/mi-cli.exp: Update.
6062 * gdb.linespec/linespec.exp: Update.
6063 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6064 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6065 * gdb.cp/cp-relocate.exp: Update.
6066 * gdb.base/sym-file.exp: Update.
6067 * gdb.base/relocate.exp: Update.
6068 * gdb.base/readnever.exp: Update.
6069 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6070 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6071 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6072 * gdb.base/code_elim.exp: Update.
6073 * gdb.base/break-unload-file.exp (test_break): Update.
6074 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6075 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6076 Update.
6077 * gdb.base/attach.exp (do_attach_tests): Update.
6078 * gdb.base/sepdebug.exp: Update.
6079 * gdb.python/py-section-script.exp: Update.
6080
6afcf761
TT
60812018-10-04 Tom Tromey <tom@tromey.com>
6082
6083 PR cli/22234:
6084 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6085 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6086 output.
6087
fef1b293
TT
60882018-10-04 Tom Tromey <tom@tromey.com>
6089
6090 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6091 set width and height to 0.
6092 (test_command_line_attach_run): Use -quiet.
6093
ca98345e
SL
60942018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6095
6096 * lib/gdb.exp (skip_ifunc_tests): New.
6097 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6098 other compile failures.
6099 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6100
ff34e6ae
SM
61012018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6104 is_amd64_regs_target.
6105
6bb8890e
AH
61062018-10-01 Alan Hayward <alan.hayward@arm.com>
6107
6108 * gdb.arch/aarch64-sighandler-regs.c: New test.
6109 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6110 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6111
224d30d3
MM
61122018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6113
6114 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6115 assembly.
6116
f67ffa6a
AB
61172018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6118
6119 * gdb.base/frame-selection.exp: New file.
6120 * gdb.base/frame-selection.c: New file.
6121
9fc3183f
AH
61222018-09-27 Alan Hayward <alan.hayward@arm.com>
6123
6124 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6125 pthread barrier.
6126 (main): Likewise.
6127
d354055e
AB
61282018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6129
6130 * gdb.base/large-frame-1.c: New file.
6131 * gdb.base/large-frame-2.c: New file.
6132 * gdb.base/large-frame.exp: New file.
6133 * gdb.base/large-frame.h: New file.
6134
db727370
JL
61352018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6136
6137 PR gdb/20948
6138 * gdb.base/write_mem.exp: New test.
6139 * gdb.base/write_mem.c: Likewise.
6140
ae778caf
TT
61412018-09-23 Tom Tromey <tom@tromey.com>
6142
6143 PR python/18852:
6144 * gdb.python/py-parameter.exp: Add test for parameter that throws
6145 on "set".
6146
fd3ba736
TT
61472018-09-23 Tom Tromey <tom@tromey.com>
6148
6149 PR python/17284:
6150 * gdb.python/py-template.exp (test_template_arg): Add test for
6151 negative template argument number.
6152
39a24317
TT
61532018-09-23 Tom Tromey <tom@tromey.com>
6154
6155 PR python/14062:
6156 * gdb.python/python.exp: Add test for post_event error.
6157
f5769a2c
TT
61582018-09-23 Tom Tromey <tom@tromey.com>
6159
6160 PR python/18170:
6161 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6162 convert pointers to int and long.
6163
1c1e54f6
TT
61642018-09-23 Tom Tromey <tom@tromey.com>
6165
6166 PR python/20126:
6167 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6168 signed-ness conversion tests.
6169
fb4fa946
TT
61702018-09-23 Tom Tromey <tom@tromey.com>
6171
6172 PR python/18352;
6173 * gdb.python/py-value.exp (test_float_conversion): New proc.
6174 Use it.
6175
a466edac
HAQ
61762018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6177
6178 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6179
4ee9b0c5
SL
61802018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6181
6182 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6183 no readline.
6184 * gdb.base/utf8-identifiers.exp: Likewise.
6185 * gdb.cp/cpcompletion.exp: Likewise.
6186 * gdb.linespec/cpcompletion.exp: Likewise.
6187 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6188 * gdb.linespec/cpls-ops.exp: Likewise.
6189
23be8da7
RB
61902018-09-19 Richard Bunt <richard.bunt@arm.com>
6191 Chris January <chris.january@arm.com>
6192
6193 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6194 * gdb.fortran/short-circuit-argument-list.exp: New file.
6195 * gdb.fortran/short-circuit-argument-list.f90: New test.
6196
5031d0ae
SDJ
61972018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6198
6199 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6200 "arch=" keyword when executing "-stack-list-frames".
6201
b4c0d1a4
SDJ
62022018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6203
6204 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6205 "arch=" keyword when executing "-stack-list-frames".
6206
7a6d2b45
SDJ
62072018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6208
6209 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6210 break ada".
6211
8588b356
SM
62122018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6213
6214 PR python/23669
6215 * gdb.python/python.exp: Test gdb.execute("show commands").
6216
65e65158
TT
62172018-09-16 Tom Tromey <tom@tromey.com>
6218
6219 * gdb.base/new-ui.exp (do_execution_tests): Update.
6220 * gdb.base/dbx.exp (test_breakpoints): Update.
6221
bf326452
AH
62222018-09-14 Alan Hayward <alan.hayward@arm.com>
6223
6224 * lib/gdb.exp (gdb_simple_compile): Add proc.
6225 (is_elf_target): Use gdb_simple_compile.
6226 (skip_altivec_tests): Likewise.
6227 (skip_vsx_tests): Likewise.
6228 (skip_tsx_tests): Likewise.
6229 (skip_btrace_tests): Likewise.
6230 (skip_btrace_pt_tests): Likewise.
6231 (gdb_can_simple_compile): Likewise.
6232 (gdb_has_argv0): Likewise.
6233 (gdb_target_symbol_prefix): Likewise.
6234 (target_supports_scheduler_locking): Likewise.
6235
2361b0fb
TT
62362018-09-13 Tom Tromey <tom@tromey.com>
6237
6238 * Makefile.in (TAGS): Recognize proc_with_prefix and
6239 gdb_caching_proc.
6240
0ae1a321
SM
62412018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6242
6243 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6244 method.
6245
a40bf0c2
SM
62462018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6247
6248 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6249 and a few other Inferior properties when the Inferior is no
6250 longer valid.
6251
4a3fe98f
TT
62522018-09-13 Tom Tromey <tom@tromey.com>
6253
6254 PR rust/23650:
6255 * gdb.rust/simple.exp: Add test for enum field access error.
6256
098b2108
TT
62572018-09-13 Tom Tromey <tom@tromey.com>
6258
6259 PR rust/23626:
6260 * gdb.rust/simple.rs (EmptyEnum): New type.
6261 (main): Use it.
6262 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6263
1256af7d
SM
62642018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6265
6266 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6267 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6268 * gdb.python/py-symtab.exp: Update test printing an objfile.
6269
4aa8e6c2
SM
62702018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6271
6272 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6273 object.
6274
c221b2f7
AH
62752018-09-12 Alan Hayward <alan.hayward@arm.com>
6276
6277 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6278 (support_complex_tests): Use gdb_can_simple_compile.
6279 (is_ilp32_target): Likewise.
6280 (is_lp64_target): Likewise.
6281 (is_64_target): Likewise.
6282 (is_amd64_regs_target): Likewise.
6283 (is_aarch32_target): Likewise.
6284 (gdb_int128_helper): Likewise.
6285
6f1107b5
JK
62862018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6287
6288 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6289
1f5d1570
JG
62902018-09-10 Jerome Guitton <guitton@adacore.com>
6291
6292 * gdb.ada/same_component_name: Add test for case of tagged record
6293 with variable-length fields.
6294
cc330e39
XR
62952018-09-10 Xavier Roirand <roirand@adacore.com>
6296
6297 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6298 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6299 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6300 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6301
b9c50e9a
XR
63022018-09-10 Xavier Roirand <roirand@adacore.com>
6303
6304 * gdb.ada/mi_string_access.exp: New testcase.
6305 * gdb.ada/mi_string_access/bar.adb: New file.
6306 * gdb.ada/mi_string_access/pck.adb: New file.
6307 * gdb.ada/mi_string_access/pck.asd: New file.
6308
2963898f
XR
63092018-09-10 Xavier Roirand <roirand@adacore.com>
6310
6311 * gdb.ada/mi_var_union.exp: New testcase.
6312 * gdb.ada/mi_var_union/bar.adb: New file.
6313 * gdb.ada/mi_var_union/pck.adb: New file.
6314 * gdb.ada/mi_var_union/pck.asd: New file.
6315
1aac008f
TT
63162018-09-08 Tom Tromey <tom@tromey.com>
6317
6318 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6319
332cf4c9
TT
63202018-09-08 Tom Tromey <tom@tromey.com>
6321
6322 PR python/16047:
6323 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6324 (register_pretty_printers): Register new printer.
6325 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6326 test.
6327 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6328 (an_int_type3): New global.
6329
424da6cf
JB
63302018-09-08 Joel Brobecker <brobecker@adacore.com>
6331
6332 * gdb.ada/expr_with_funcall: New testcase.
6333
2a62dfa9
JB
63342018-09-08 Joel Brobecker <brobecker@adacore.com>
6335
6336 * gdb.ada/packed_array_assign: New testcase.
6337
96b6697f
AB
63382018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6339
6340 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6341 names, and add test prefixes to make test names unique.
6342
e4a62c65
TV
63432018-09-05 Tom de Vries <tdevries@suse.de>
6344
6345 * gdb.dwarf2/varval.exp: Add test.
6346
dd083ee2
GB
63472018-09-04 Gary Benson <gbenson@redhat.com>
6348
6349 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6350 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6351
aef9346c
TT
63522018-08-31 Tom Tromey <tom@tromey.com>
6353
6354 * gdb.rust/simple.rs: Rename second variable "v".
6355
c67f2e15
AB
63562018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6357
6358 * gdb.base/funcargs.c (use_a): New function.
6359 (recurse): Call use_a.
6360
078a0207
KS
63612018-08-29 Keith Seitz <keiths@redhat.com>
6362
6363 * gdb.compile/compile-cplus-anonymous.cc: New file.
6364 * gdb.compile/compile-cplus-anonymous.exp: New file.
6365 * gdb.compile/compile-cplus-array-decay.cc: New file.
6366 * gdb.compile/compile-cplus-array-decay.exp: New file.
6367 * gdb.compile/compile-cplus-inherit.cc: New file.
6368 * gdb.compile/compile-cplus-inherit.exp: New file.
6369 * gdb.compile/compile-cplus-member.cc: New file.
6370 * gdb.compile/compile-cplus-member.exp: New file.
6371 * gdb.compile/compile-cplus-method.cc: New file.
6372 * gdb.compile/compile-cplus-method.exp: New file.
6373 * gdb.compile/compile-cplus-mod.c: "New" file.
6374 * gdb.compile/compile-cplus-namespace.cc: New file.
6375 * gdb.compile/compile-cplus-namespace.exp: New file.
6376 * gdb.compile/compile-cplus-nested.cc: New file.
6377 * gdb.compile/compile-cplus-nested.exp: New file.
6378 * gdb.compile/compile-cplus-print.c: "New" file.
6379 * gdb.compile/compile-cplus-print.exp: "New" file.
6380 * gdb.compile/compile-cplus-virtual.cc: New file.
6381 * gdb.compile/compile-cplus-virtual.exp: New file.
6382 * gdb.compile/compile-cplus.c: "New" file.
6383 * gdb.compile/compile-cplus.exp: "New" file.
6384 * lib/compile-support.exp: New file.
6385
b0f492b9
GB
63862018-08-16 Gary Benson <gbenson@redhat.com>
6387
6388 PR gdb/13000:
6389 * gdb.base/batch-exit-status.exp: New file.
6390 * gdb.base/batch-exit-status.good-commands: Likewise.
6391 * gdb.base/batch-exit-status.bad-commands: Likewise.
6392
36eb4c5f
AH
63932018-08-29 Alan Hayward <alan.hayward@arm.com>
6394
6395 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6396 (struct struct02): Likewise.
6397 (struct struct03): Likewise.
6398 (struct struct04): Likewise.
6399 (struct struct_01_01): New struct.
6400 (struct struct_01_02): Likewise.
6401 (struct struct_01_03): Likewise.
6402 (struct struct_01_04): Likewise.
6403 (struct struct_02_01): Likewise.
6404 (struct struct_02_02): Likewise.
6405 (struct struct_02_03): Likewise.
6406 (struct struct_02_04): Likewise.
6407 (struct struct_04_01): Likewise.
6408 (struct struct_04_02): Likewise.
6409 (struct struct_04_03): Likewise.
6410 (struct struct_04_04): Likewise.
6411 (struct struct_05_01): Likewise.
6412 (struct struct_05_02): Likewise.
6413 (struct struct_05_03): Likewise.
6414 (struct struct_05_04): Likewise.
6415 (cmp_struct01): Remove function.
6416 (cmp_struct02): Likewise.
6417 (cmp_struct03): Likewise.
6418 (cmp_struct04): Likewise.
6419 (cmp_struct_01_01): Add Function.
6420 (cmp_struct_01_02): Likewise.
6421 (cmp_struct_01_03): Likewise.
6422 (cmp_struct_01_04): Likewise.
6423 (cmp_struct_02_01): Likewise.
6424 (cmp_struct_02_02): Likewise.
6425 (cmp_struct_02_03): Likewise.
6426 (cmp_struct_02_04): Likewise.
6427 (cmp_struct_04_01): Likewise.
6428 (cmp_struct_04_02): Likewise.
6429 (cmp_struct_04_03): Likewise.
6430 (cmp_struct_04_04): Likewise.
6431 (cmp_struct_05_01): Likewise.
6432 (cmp_struct_05_02): Likewise.
6433 (cmp_struct_05_03): Likewise.
6434 (cmp_struct_05_04): Likewise.
6435 (call_all): Add new structs.
6436 * gdb.base/infcall-nested-structs.exp: Likewise.
6437
3bf9c013
JV
64382018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6439
6440 * gdb.python/py-framefilter-mi.exp: Update regexp to
6441 check for "arch" field in frame output.
6442
450d1e88
KB
64432018-08-23 Kevin Buettner <kevinb@redhat.com>
6444
6445 * gdb.dwarf2/dw2-ranges-func.c: New file.
6446 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6447
ae739fe7
SM
64482018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6449
6450 * gdb.base/term.exp: Compare terminal settings with values from
6451 the inferior.
6452 * gdb.base/term.c: Get and set terminal settings.
6453
6d52907e
JV
64542018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6455
6456 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6457 accommodate new "arch" field in frame output.
6458 * gdb.mi/mi-return.exp: Likewise.
6459 * gdb.mi/mi-stack.exp: Likewise.
6460 * gdb.mi/mi-syn-frame.exp: Likewise.
6461 * gdb.mi/user-selected-context-sync.exp: Likewise.
6462
be2d111a
MS
64632018-08-19 Michael Spang <spang@google.com>
6464
6465 PR gdb/11786
6466 * gdb.base/gcore-tls-pie.c: New file.
6467 * gdb.base/gcore-tls-pie.exp: New file.
6468
ae3a7c47
KB
64692018-08-18 Kevin Buettner <kevinb@redhat.com>
6470
6471 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6472 * gdb.dwarf2/varval.c: New file.
6473 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6474
2ecae92e
AH
64752018-08-17 Alan Hayward <alan.hayward@arm.com>
6476
6477 PR gdb/18931
6478 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6479
c1854f1d
KS
64802018-08-16 Keith Seitz <keiths@redhat.com>
6481
6482 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6483 tests expected to pass.
6484
26fb3983
JV
64852018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6486
6487 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6488 -data-disassemble -a.
6489 (test_disassembly_bogus_args): Likewise.
6490
67943c00
AB
64912018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6492
6493 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6494
5ff2bbae
AB
64952018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6496
6497 * gdb.base/vla-optimized-out.exp: Add new test.
6498
e5bbcd0f
AB
64992018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6500
6501 * gdb.base/vla-optimized-out-o3.exp: Delete.
6502 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6503 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6504 deleted tests.
6505
9d4a934c
AB
65062018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6507
6508 PR gdb/18050:
6509 * gdb.server/extended-remote-restart.c: New file.
6510 * gdb.server/extended-remote-restart.exp: New file.
6511
045cf012
SM
65122018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6513
6514 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6515 "set variable index = 42".
6516
87d6a7aa
SM
65172018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6518
6519 * boards/index-cache-gdb.exp: New file.
6520 * gdb.dwarf2/index-cache.exp: New file.
6521 * gdb.dwarf2/index-cache.c: New file.
6522 * gdb.base/maint.exp: Check if we are using the index cache.
6523
96d68bd4
RO
65242018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6525
6526 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6527 MAKEFLAGS.
6528
5a699617
RO
65292018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6530
6531 * dg-extract-results.sh: Move to toplevel contrib.
6532 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6533 * Makefile.in (check-parallel-racy): Likewise.
6534
5bd18990
AB
65352018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6536
6537 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6538 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6539 tests if the target supports scheduler locking.
6540
3fbbcf47
TV
65412018-08-04 Tom de Vries <tdevries@suse.de>
6542
6543 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6544
3e1d3d8c
TT
65452018-08-02 Tom Tromey <tom@tromey.com>
6546
6547 PR symtab/16842.
6548 * gdb.cp/temargs.exp: Test "info address" of a template
6549 parameter.
6550
5abe0f0c
JV
65512018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6552
6553 * gdb.python/py-mi-var-info-path-expression.c: New file.
6554 * gdb.python/py-mi-var-info-path-expression.py: New file.
6555 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6556
fb66cde8
SDJ
65572018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6558
6559 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6560 error after "cannot resolve name" string.
6561
c708f4d2
AB
65622018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6563
6564 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6565 started.
6566 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6567
37cc0cae
TV
65682018-07-28 Tom de Vries <tdevries@suse.de>
6569
6570 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6571
63b4ecf7
TV
65722018-07-26 Tom de Vries <tdevries@suse.de>
6573
6574 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6575
3c3bb058
AB
65762018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6577
6578 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6579 is visible.
6580
9e7f3bbb
TV
65812018-07-26 Tom de Vries <tdevries@suse.de>
6582
6583 PR breakpoints/23366
6584 * gdb.base/catch-follow-exec.c: New test.
6585 * gdb.base/catch-follow-exec.exp: New file.
6586
16f808ec
TV
65872018-07-25 Tom de Vries <tdevries@suse.de>
6588
6589 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6590 vla-optimized-out.c.
6591
d7154a8d
JV
65922018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6593
6594 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6595 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6596
232a0032
TV
65972018-07-20 Tom de Vries <tdevries@suse.de>
6598
6599 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6600 NOCLONE macro.
6601 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6602
fbb1d502
TV
66032018-07-19 Tom de Vries <tdevries@suse.de>
6604
6605 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6606 regular expression.
6607
42dc7699
TV
66082018-07-18 Tom de Vries <tdevries@suse.de>
6609
6610 * gdb.base/vla-optimized-out.c: New test.
6611 * gdb.base/vla-optimized-out.exp: New file.
6612
7f1f7e23
SDJ
66132018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6614
6615 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6616 message "No address associated with hostname" when gdbserver
6617 cannot resolve the hostname.
6618
5759ebb3
PW
66192018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6620
6621 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6622 Add some test prefixes to make tests unique.
6623
3606ccab
PW
66242018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6625
6626 * gdb.base/frameapply.c: New file.
6627 * gdb.base/frameapply.exp: New file.
6628
529c08b2
PW
66292018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6630
6631 * gdb.base/skip.exp: Update expected error message.
6632
c7ab0aef
SDJ
66332018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6634 Jan Kratochvil <jan.kratochvil@redhat.com>
6635 Paul Fertser <fercerpav@gmail.com>
6636 Tsutomu Seki <sekiriki@gmail.com>
6637
6638 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6639 parameter.
6640 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6641 by default.
6642 * boards/native-gdbserver.exp: Likewise.
6643 * gdb.server/run-without-local-binary.exp: Improve regexp used
6644 for detecting when a remote debugging connection succeeds.
6645 * gdb.server/server-connect.exp: New file.
6646 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6647 Do not prefix the port number with ":".
6648 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6649 support for detecting and using it. Add '$debughost_gdbserver'
6650 to the list of arguments used to start gdbserver. Handle case
6651 when gdbserver cannot resolve a network name.
6652
16ff70dd
SDJ
66532018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6654
6655 PR c++/23373
6656 * gdb.base/ptype-offsets.cc (struct static_member): New
6657 struct.
6658 (main) <stmember>: New variable.
6659 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6660 with a static member in it.
6661
3541979f
AB
66622018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6663
6664 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6665 watchpoints enabled and disabled.
6666
c8ad9b9a
AB
66672018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6668
6669 * gdb.base/examine-backward.exp: Still run tests around address
6670 0x0, even if address 0x0 is not readable. Update the pattern for
6671 matching address 0x0 in expected output.
6672
e0e5e971
AB
66732018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6674
6675 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6676 malloc/free.
6677
1ea5da02
TV
66782018-07-04 Tom de Vries <tdevries@suse.de>
6679
6680 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6681
471b9d15
MR
66822018-07-02 Maciej W. Rozycki <macro@mips.com>
6683
6684 PR tdep/8282
6685 * gdb.arch/mips-disassembler-options.exp: New test.
6686 * gdb.arch/mips-disassembler-options.s: New test source.
6687
75acb486
PA
66882018-06-29 Pedro Alves <palves@redhat.com>
6689
6690 * gdb.threads/names.exp: Adjust expected "info threads" output.
6691
cd2bb709
PA
66922018-06-29 Pedro Alves <palves@redhat.com>
6693
6694 * gdb.opt/inline-break.exp (line number, address): Add "info
6695 break" tests.
6696
991ff292
PA
66972018-06-29 Pedro Alves <palves@redhat.com>
6698
6699 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6700 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6701 number and address and running to them.
6702
356819b6 67032018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6704
6705 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6706
2512d7ef
JK
67072018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6708
6709 * lib/compiler.c: Remove executable permission flag.
6710
be1b6474
RB
67112018-06-28 Richard Bunt <richard.bunt@arm.com>
6712
6713 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6714 code.
6715 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6716
291f9a96
PT
67172018-06-28 Petr Tesarik <ptesarik@suse.cz>
6718
6719 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6720
ed6dfe51
PT
67212018-06-28 Petr Tesarik <ptesarik@suse.cz>
6722
6723 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6724 address argument is omitted.
6725
d4d429d5
PT
67262018-06-28 Petr Tesarik <ptesarik@suse.cz>
6727
6728 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6729
7ab6656f
OJ
67302018-06-27 Omair Javaid <omair.javaid@linaro.org>
6731
6732 PR gdb/21695
6733 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6734 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6735
a33ccfc7
TT
67362018-06-26 Tom Tromey <tom@tromey.com>
6737
6738 PR rust/22574:
6739 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6740 * gdb.rust/simple.rs (struct SimpleLayout): New.
6741
6d72d289
SM
67422018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6743
6744 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6745 "info registers" output.
6746
8363f9d5
RB
67472018-06-21 Richard Bunt <richard.bunt@arm.com>
6748
6749 * gdb.base/watchpoint-hw-attach.c: New test.
6750 * gdb.base/watchpoint-hw-attach.exp: New file.
6751
f00674fe
SM
67522018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6753
6754 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6755 through /bin/sh.
6756 * boards/dwarf4-gdb-index.exp: Likewise.
6757 * boards/fission-dwp.exp: Likewise.
6758
1d554008
UW
67592018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6760
6761 * gdb.base/float128.exp: Add comment and improved fail message
6762 to the failure case of "print large128" test.
6763
d0ac1c44
SM
67642018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6765
6766 * configure.ac: Remove AC_PREREQ.
6767 * configure: Re-generate.
6768
61b04dd0
PA
67692018-06-19 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6772 (func_extern_caller): New.
6773 (main): Call func_extern_caller.
6774 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6775 logic change.
6776
f63b508a
SM
67772018-06-18 Weimin Pan <weimin.pan@oracle.com>
6778
6779 PR gdb/16841
6780 * gdb.cp/typedef-base.cc: New file.
6781 * gdb.cp/typedef-base.exp: New file.
6782
0fe3a558
TV
67832018-06-18 Tom de Vries <tdevries@suse.de>
6784
6785 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6786
7010835a
AB
67872018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6788 Richard Bunt <Richard.Bunt@arm.com>
6789
6790 * gdb.threads/attach-slow-waitpid.c: New file.
6791 * gdb.threads/attach-slow-waitpid.exp: New file.
6792 * gdb.threads/slow-waitpid.c: New file.
6793
14897d65
PA
67942018-06-14 Pedro Alves <palves@redhat.com>
6795
6796 * gdb.base/fork-running-state.c: Include <errno.h>.
6797 (exit_if_relative_exits): New.
6798 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6799 exits.
6800 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6801 child exits.
6802
5d9a0608
TV
68032018-06-14 Tom de Vries <tdevries@suse.de>
6804
6805 PR cli/22573
6806 * gdb.base/finish-pretty.c: New test.
6807 * gdb.base/finish-pretty.exp: New file.
6808
11ae5818
PA
68092018-06-14 Pedro Alves <palves@redhat.com>
6810
6811 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6812 gdb's expected startup output.
6813
1d39de44
PA
68142018-06-14 Pedro Alves <palves@redhat.com>
6815
6816 * lib/selftest-support.exp (selftest_setup): Remove inlined
6817 function handling.
6818
70ee0000
TV
68192018-06-14 Tom de Vries <tdevries@suse.de>
6820
6821 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6822 matching of breakpoint printing.
6823
11f4b608
TV
68242018-06-13 Tom de Vries <tdevries@suse.de>
6825
6826 PR testsuite/23269
6827 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6828 (fork_child): ... here, and ...
6829 (fork_parent): ... here.
6830
68312018-06-12 Tom de Vries <tdevries@suse.de>
6832
6833 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6834
9516f85a
AB
68352018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6836 Stephen Roberts <stephen.roberts@arm.com>
6837
6838 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6839 rewrite test to describe action performed, rather than possible
6840 failure.
6841
5045b3d7
GB
68422018-06-08 Gary Benson <gbenson@redhat.com>
6843
6844 * gdb.threads/check-libthread-db.exp: New file.
6845 * gdb.threads/check-libthread-db.c: Likewise.
6846
c61b06a1
TT
68472018-06-05 Tom Tromey <tom@tromey.com>
6848
6849 * gdb.base/default.exp: Update expected "show version" output.
6850
eb6af809
TT
68512018-06-05 Tom Tromey <tom@tromey.com>
6852
6853 PR cli/12326:
6854 * gdb.cp/static-print-quit.exp: Update.
6855 * lib/gdb.exp (pagination_prompt): Update.
6856 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6857 * gdb.python/python.exp: Update.
6858
178d6a63
JB
68592018-06-04 Joel Brobecker <brobecker@adacore.com>
6860
6861 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6862
8e817061
JB
68632018-06-01 Joel Brobecker <brobecker@adacore.com>
6864
6865 * gdb.ada/bp_fun_addr: New testcase.
6866
e86ca25f
TT
68672018-06-01 Tom Tromey <tom@tromey.com>
6868
6869 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6870 results.
6871 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6872 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6873 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6874 * gdb.base/maint.exp (maint_pass_if): Update.
6875
4b2dfa9d
MR
68762018-05-31 Maciej W. Rozycki <macro@mips.com>
6877
6878 * gdb.base/endian.exp: New test.
6879 * gdb.base/endian.c: New test source.
6880
45f25d6c
AB
68812018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6882
6883 PR gdb/23203
6884 * gdb.base/bt-selected-frame.c: New file.
6885 * gdb.base/bt-selected-frame.exp: New file.
6886 * lib/gdb.exp (get_current_frame_number): New function.
6887
d9f6d7f8
MR
68882018-05-24 Maciej W. Rozycki <macro@mips.com>
6889 Pedro Alves <palves@redhat.com>
6890
6891 * gdb.threads/tls-core.c: Include <stdlib.h>
6892 (thread_proc): Call `abort'.
6893 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6894 (tls_core_test): New procedure, bits factored out from ...
6895 (top level): ... here. Test both native cores and gcore cores.
6896
ff1cf532
TT
68972018-05-23 Tom Tromey <tom@tromey.com>
6898
6899 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6900
b98664d3
TT
69012018-05-23 Tom Tromey <tom@tromey.com>
6902
6903 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6904 symfile_complaints.
6905 (test_short_complaints): Likewise.
6906 (test_empty_complaints): Likewise.
6907 (test_initial_complaints): Update.
6908
4e9668d0
TT
69092018-05-23 Tom Tromey <tom@tromey.com>
6910
6911 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6912
43ba33c7
TT
69132018-05-23 Tom Tromey <tom@tromey.com>
6914
6915 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6916 (test_short_complaints): Update.
6917
035522c0
PA
69182018-05-22 Pedro Alves <palves@redhat.com>
6919
6920 * gdb.base/remote.exp: Only gdb_start after compiling the
6921 testcase. Issue "disconnect" before testing "set remote" command
6922 defaults. Issue clean_restart before running to main.
6923
cc0be08f
PA
69242018-05-22 Pedro Alves <palves@redhat.com>
6925
6926 * gdb.base/remote.exp: Adjust expected output of "show remote
6927 memory-write-packet-size". Add tests for "set remote
6928 memory-write-packet-size 0" and "set remote
6929 memory-write-packet-size fixed/limit".
6930
b1b60145
PA
69312018-05-22 Pedro Alves <palves@redhat.com>
6932
6933 PR gdb/22973
6934 * gdb.base/utf8-identifiers.c: New file.
6935 * gdb.base/utf8-identifiers.exp: New file.
6936
0ec848ad
PFC
69372018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6938
6939 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6940
2c3305f6
PFC
69412018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6942
6943 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6944
ce1e8424
TT
69452018-05-18 Tom Tromey <tom@tromey.com>
6946
6947 * gdb.base/ptype-offsets.exp: Update.
6948
ddfe970e
KS
69492018-05-17 Keith Seitz <keiths@redhat.com>
6950
6951 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6952 in expected breakpoint stop locations.
6953 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6954 move to proper scope to test variable values.
6955 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6956 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6957 New functions.
6958 (main): Call not_inline_func3.
6959 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6960 inline_func1, inline_func2, and inline_func3. Test that when each
6961 breakpoint is hit, GDB properly reports both the stop location
6962 and the backtrace. Repeat tests for temporary breakpoints.
6963
0726fcc6
MR
69642018-05-15 Maciej W. Rozycki <macro@mips.com>
6965
6966 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6967 rather then trying to access it in determining whether the PID
6968 of `gdbserver' could have been retrieved.
6969
8ee22052
AB
69702018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * gdb.arch/amd64-init-x87-values.S: New file.
6973 * gdb.arch/amd64-init-x87-values.exp: New file.
6974
7785df48
JK
69752018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6976
6977 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6978
56bcdbea
TT
69792018-05-04 Tom Tromey <tom@tromey.com>
6980
6981 PR python/22730:
6982 * gdb.python/python.exp: Test multi-line execute.
6983
a913fffb
TT
69842018-05-04 Tom Tromey <tom@tromey.com>
6985
6986 PR python/22731:
6987 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6988
7a2c85f2
TT
69892018-05-04 Tom Tromey <tom@tromey.com>
6990
6991 PR gdb/11750:
6992 * gdb.base/define.exp: Test defining a user command inside a user
6993 command.
6994 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6995
a3b60e45
JK
69962018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6997 Pedro Alves <palves@redhat.com>
6998
6999 PR breakpoints/19806 and support for PR external/20207.
7000 * gdb.base/watchpoint-unaligned.c: New file.
7001 * gdb.base/watchpoint-unaligned.exp: New file.
7002
45fe4a03
AB
70032018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7004
7005 * gdb.base/maint.exp: Make test names unique, use
7006 test_prefix_command_help to test 'help maint info', and remove
7007 repeated test of 'help maint'.
7008
9be2ae8f
TT
70092018-05-04 Tom Tromey <tom@tromey.com>
7010
7011 PR gdb/22619:
7012 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7013 behavior.
7014
11859c31
AB
70152018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7016
7017 * gdb.base/maint.exp: Process output from 'maint print registers'
7018 line at a time.
7019
089a9490
AB
70202018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7023 timeout.
7024
9b0797e2
AB
70252018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7026
7027 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7028 filter pattern.
7029
f6ac5f3d
PA
70302018-05-02 Pedro Alves <palves@redhat.com>
7031
7032 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7033 to_log_command renames.
7034 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7035
77d3c63b
TT
70362018-05-02 Tom Tromey <tom@tromey.com>
7037
7038 * gdb.python/py-parameter.exp: Set test message.
7039
0489430a
TT
70402018-05-02 Tom Tromey <tom@tromey.com>
7041
7042 PR python/20084:
7043 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7044 PARAM_ZUINTEGER_UNLIMITED tests.
7045
1632f8ba
DR
70462018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7047
7048 PR rust/23124
7049 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7050 when casting.
7051
6d7bb824
TT
70522018-04-30 Tom Tromey <tom@tromey.com>
7053
7054 * gdb.python/py-type.exp: Check align attribute.
7055 * gdb.python/py-type.c: New "aligncheck" global.
7056
007e1530
TT
70572018-04-30 Tom Tromey <tom@tromey.com>
7058
7059 PR exp/17095:
7060 * gdb.dwarf2/dw2-align.exp: New file.
7061 * gdb.cp/align.exp: New file.
7062 * gdb.base/align.exp: New file.
7063 * lib/gdb.exp (gdb_int128_helper): New proc.
7064 (has_int128_c, has_int128_cxx): New caching procs.
7065
6873858b
TT
70662018-04-27 Tom Tromey <tom@tromey.com>
7067
7068 PR rust/22545:
7069 * gdb.rust/simple.exp: Add inclusive range tests.
7070
79188d8d
PA
70712018-04-26 Pedro Alves <palves@redhat.com>
7072
7073 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7074 ifunc breakpoint locations correctly of ifunc breakpoints set
7075 while the program resolves the ifunc.
7076
c7075ad5
PA
70772018-04-26 Pedro Alves <palves@redhat.com>
7078
7079 * gdb.base/gnu-ifunc-final.c: New file.
7080 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7081 * gdb.base/gnu-ifunc.exp (executable): Delete.
7082 (staticexecutable): Adjust.
7083 (lib_opts, exec_opts): Delete.
7084 (make_binsuffix, build, set-break): New procedures.
7085 (misc_tests): New, with tests factored out from the top level.
7086 (top level): Test different combinations of ifunc resolver name,
7087 resolver with and with debug info, and ifunc target with and
7088 without debug info. Wrap static tests with with_target_prefix.
7089
8388016d
PA
70902018-04-26 Pedro Alves <palves@redhat.com>
7091
7092 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7093 return type" warnings.
7094
249b5733
PA
70952018-04-25 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7098 killed".
7099 * gdb.base/kill-after-signal.exp: Likewise.
7100 * gdb.threads/kill.exp: Likewise.
7101
f67c0c91
SDJ
71022018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7103 Sergio Durigan Junior <sergiodj@redhat.com>
7104 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7107 regexps to expect for '[Inferior ... detached]' as well.
7108 * gdb.base/attach.exp: Likewise.
7109 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7110 "gdb_continue_to_end".
7111 (test_catch_syscall_with_wrong_args): Likewise.
7112 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7113 ']'. Don't set 'verbose' on.
7114 * gdb.base/foll-vfork.exp: Likewise.
7115 * gdb.base/fork-print-inferior-events.c: New file.
7116 * gdb.base/fork-print-inferior-events.exp: New file.
7117 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7118 '[Inferior ... has been killed]' message.
7119 * gdb.base/kill-after-signal.exp: Likewise.
7120 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7121 detach message.
7122 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7123 message.
7124 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7125 regexps to expect for '[Inferior ... detached]' as well.
7126 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7127
0a8ddac4
SM
71282018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7129
7130 PR gdb/23104
7131 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7132
701adfb0
PA
71332018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7134
7135 PR gdb/23095
7136 * gdb.base/break-probes.exp: Pass shlib_load to
7137 prepare_for_testing. Set normal_bp to r_debug_state if target is
7138 bsd.
7139
d27d16bf
RB
71402018-04-19 Richard Bunt <richard.bunt@arm.com>
7141
7142 * gdb.threads/multiple-successive-infcall.c: New test.
7143 * gdb.threads/multiple-successive-infcall.exp: New file.
7144
a037790e
TT
71452018-04-17 Tom Tromey <tom@tromey.com>
7146
7147 * gdb.rust/simple.rs (Union): New type.
7148 (main): New local "u".
7149 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7150
e3a91079
AA
71512018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7152
7153 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7154 number information in output of "whereis" command.
7155 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7156
b744723f
AA
71572018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.ada/info_types.exp: Adjust expected output to the line
7160 numbers now printed by "info var/func/type".
7161 * gdb.base/completion.exp: Likewise.
7162 * gdb.base/included.exp: Likewise.
7163 * gdb.cp/cp-relocate.exp: Likewise.
7164 * gdb.cp/cplusfuncs.exp: Likewise.
7165 * gdb.cp/namespace.exp: Likewise.
7166 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7167
4a4495d6
MM
71682018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7169
7170 * gdb.btrace/cpu.exp: New.
7171
1d509aa6
MM
71722018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7173
7174 * gdb.base/step-indirect-call-thunk.exp: New.
7175 * gdb.base/step-indirect-call-thunk.c: New.
7176 * gdb.reverse/step-indirect-call-thunk.exp: New.
7177 * gdb.reverse/step-indirect-call-thunk.c: New.
7178
6295b6da
SM
71792018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7180
7181 * gdb.base/pie-fork.c: New file.
7182 * gdb.base/pie-fork.exp: New file.
7183
50146e70
TT
71842018-04-11 Tom Tromey <tom@tromey.com>
7185
7186 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7187
f50d8a2e
PA
71882018-04-10 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7191 exits. Instead loop running forever.
7192 (fork_parent): Run forever too.
7193
a0be7a36
SM
71942018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7195
7196 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7197 mi_continue_to_line.
7198 * gdb.mi/mi-stack.c (callee4): Add comment.
7199
9b73db36
SM
72002018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7201
7202 * gdb.mi/mi-stack.exp: Fix indentation.
7203
c912f608
SM
72042018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7205
7206 PR gdb/22979
7207 * gdb.arch/amd64-osabi.exp: New file.
7208
26540402
SM
72092018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7210
7211 PR gdb/22980
7212 * gdb.base/osabi.exp: New file.
7213
121ad66c 72142018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7215
7216 * gdb.cp/static-typedef-print.exp: New file.
7217 * gdb.cp/static-typedef-print.cc: New file.
7218
3fcded8f
JB
72192018-03-27 Joel Brobecker <brobecker@adacore.com>
7220
7221 * gdb.ada/varsize_limit: New testcase.
7222
59cc4834
JB
72232018-03-27 Joel Brobecker <brobecker@adacore.com>
7224
7225 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7226
7227 * gdb.ada/notcplusplus: New testcase.
7228
7229 * gdb.base/c-linkage-name.c: New file.
7230 * gdb.base/c-linkage-name.exp: New testcase.
7231
4ca59a9f
TT
72322018-03-26 Tom Tromey <tom@tromey.com>
7233
7234 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7235 * gdb.python/py-framefilter.py (name_error): New global.
7236 (ErrorInName.function): Use name_error.
7237
978d6c75
TT
72382018-03-26 Tom Tromey <tom@tromey.com>
7239
7240 PR backtrace/15582:
7241 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7242
b7fee5a3
KS
72432018-03-23 Keith Seitz <keiths@redhat.com>
7244
7245 PR c++/22968
7246 * gdb.cp/subtypes.exp: New file.
7247 * gdb.cp/subtypes.h: New file.
7248 * gdb.cp/subtypes.cc: New file.
7249 * gdb.cp/subtypes-2.cc: New file.
7250
376be529
AB
72512018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7252
7253 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7254 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7255 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7256 -nostartfiles when compiling the test. Confirm that all registers
7257 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7258
066cfa98
AB
72592018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7260
7261 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7262 option, syntax was wrong anyway.
7263 * gdb.arch/arm-disp-step.exp: Likewise.
7264 * gdb.arch/sparc64-regs.exp: Likewise.
7265 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7266 option, syntax was wrong anyway, switch to use
7267 prepare_for_testing.
7268 * gdb.arch/i386-disp-step.exp: Likewise.
7269
079670b9
AA
72702018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7271
7272 * gdb.ada/exec_changed.exp: Replace "target_info exists
7273 use_gdb_stub" by "use_gdb_stub".
7274 * gdb.ada/start.exp: Likewise.
7275 * gdb.base/async-shell.exp: Likewise.
7276 * gdb.base/attach-pie-misread.exp: Likewise.
7277 * gdb.base/attach-wait-input.exp: Likewise.
7278 * gdb.base/break-entry.exp: Likewise.
7279 * gdb.base/break-interp.exp: Likewise.
7280 * gdb.base/dprintf-detach.exp: Likewise.
7281 * gdb.base/nostdlib.exp: Likewise.
7282 * gdb.base/solib-nodir.exp: Likewise.
7283 * gdb.base/statistics.exp: Likewise.
7284 * gdb.base/testenv.exp: Likewise.
7285 * gdb.mi/mi-exec-run.exp: Likewise.
7286 * gdb.mi/mi-start.exp: Likewise.
7287 * gdb.multi/dummy-frame-restore.exp: Likewise.
7288 * gdb.multi/multi-arch-exec.exp: Likewise.
7289 * gdb.multi/multi-arch.exp: Likewise.
7290 * gdb.multi/tids.exp: Likewise.
7291 * gdb.multi/watchpoint-multi.exp: Likewise.
7292 * gdb.python/py-events.exp: Likewise.
7293 * gdb.threads/attach-into-signal.exp: Likewise.
7294 * gdb.threads/attach-stopped.exp: Likewise.
7295 * gdb.threads/threadapply.exp: Likewise.
7296 * lib/selftest-support.exp: Likewise.
7297
26d6cec4
AA
72982018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7299
7300 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7301
4ee89e90
SR
73022018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7303
7304 * gdb.perf/template-breakpoints.cc: New file.
7305 * gdb.perf/template-breakpoints.exp: New file.
7306 * gdb.perf/template-breakpoints.py: New file.
7307
92630041
TT
73082018-03-19 Tom Tromey <tom@tromey.com>
7309
7310 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7311 y0.
7312 * gdb.rust/simple.exp: Test bare identifier form of struct
7313 initializer.
7314
76727919
TT
73152018-03-19 Tom Tromey <tom@tromey.com>
7316
7317 * gdb.gdb/observer.exp: Remove.
7318
194ed413
AA
73192018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7320
7321 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7322 "qualified" option when setting breakpoints.
7323 * gdb.trace/backtrace.exp: Likewise.
7324 * gdb.trace/circ.exp: Likewise.
7325 * gdb.trace/collection.exp: Likewise.
7326 * gdb.trace/disconnected-tracing.exp: Likewise.
7327 * gdb.trace/ftrace-lock.exp: Likewise.
7328 * gdb.trace/ftrace.exp: Likewise.
7329 * gdb.trace/infotrace.exp: Likewise.
7330 * gdb.trace/packetlen.exp: Likewise.
7331 * gdb.trace/passc-dyn.exp: Likewise.
7332 * gdb.trace/qtro.exp: Likewise.
7333 * gdb.trace/read-memory.exp: Likewise.
7334 * gdb.trace/report.exp: Likewise.
7335 * gdb.trace/signal.exp: Likewise.
7336 * gdb.trace/status-stop.exp: Likewise.
7337 * gdb.trace/strace.exp: Likewise.
7338 * gdb.trace/tfind.exp: Likewise.
7339 * gdb.trace/trace-break.exp: Likewise.
7340 * gdb.trace/trace-condition.exp: Likewise.
7341 * gdb.trace/trace-mt.exp: Likewise.
7342 * gdb.trace/tstatus.exp: Likewise.
7343 * gdb.trace/tsv.exp: Likewise.
7344 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7345 * gdb.trace/unavailable.exp: Likewise.
7346 * gdb.trace/while-dyn.exp: Likewise.
7347
8b067d2c
AA
73482018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7349
7350 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7351 that libinproctrace is copied to the target.
7352
3ae9ce5d
TT
73532018-03-14 Tom Tromey <tom@tromey.com>
7354
7355 PR cli/14977:
7356 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7357 a null pointer.
7358 * gdb.base/wchar.exp: Likewise.
7359
b8c2339b
TT
73602018-03-14 Tom Tromey <tom@tromey.com>
7361
7362 PR cli/19918:
7363 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7364 flag.
7365
4872dc46
SM
73662018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7367
7368 PR gdb/22841
7369 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7370 "target" to remote_exec.
7371
e4fe3756
SM
73722018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7373
7374 PR gdb/22841
7375 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7376 ${board}_upload): Remove.
7377
e95a97d4
AA
73782018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7379
7380 * gdb.cp/watch-cp.cc: New test.
7381 * gdb.cp/watch-cp.exp: New file.
7382
dbbb1059
AB
73832018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7384
7385 * gdb.base/infcall-nested-structs.exp: New file.
7386 * gdb.base/infcall-nested-structs.c: New file.
7387 * gdb.base/float.exp: Add riscv support.
7388
ecc054c0
TP
73892018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7390
7391 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7392 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7393
25e3c82c
SDJ
73942018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7395
7396 * gdb.server/abspath.exp: New file.
7397 * lib/gdb.exp (with_cwd): New procedure.
7398
3083294d
SM
73992018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7400
7401 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7402 use it.
7403 (gdb_is_target_remote_prompt): New proc.
7404 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7405 (gdb_is_target_native): Pass prompt parameter to
7406 gdb_is_target_1.
7407
3275ef47
SM
74082018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7409
7410 * gdb.base/load-command.c: New file.
7411 * gdb.base/load-command.exp: New file.
7412 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7413 (gdb_is_target_1): ...this, and generalize for other targets
7414 than just remote.
7415 (gdb_is_target_remote): Use gdb_is_target_1.
7416 (gdb_is_target_native): use gdb_is_target_1.
7417
6893c19a
TT
74182018-02-26 Tom Tromey <tom@tromey.com>
7419
7420 PR python/16497:
7421 * gdb.python/py-framefilter.exp: Update test.
7422
2ddeaf8a
TT
74232018-02-26 Tom Tromey <tom@tromey.com>
7424
7425 * gdb.dwarf2/variant.c: New file.
7426 * gdb.dwarf2/variant.exp: New file.
7427
c9317f21
TT
74282018-02-26 Tom Tromey <tom@tromey.com>
7429
7430 * gdb.rust/simple.exp: Accept more possible results in enum test.
7431
6f6d0c26
SM
74322018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7433
7434 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7435 parentheses.
7436
11b03145
MR
74372018-02-23 Maciej W. Rozycki <macro@mips.com>
7438
7439 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7440 name of a variable: $actual_linejj -> $actual_line.
7441
54a27fe5
JB
74422018-02-21 John Baldwin <jhb@FreeBSD.org>
7443
7444 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7445
de65820c
MM
74462018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7447
7448 * gdb.btrace/buffer-size.exp: Do not force BTS.
7449
980548fd
PA
74502018-02-14 Pedro Alves <palves@redhat.com>
7451
7452 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7453 getting a "Quit".
7454
c4e12631
MM
74552018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7456
7457 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7458 Fix test name.
7459
c2e0e465
SM
74602018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7461
7462 * gdb.cp/m-static.exp: Check type of optimized out static
7463 member.
7464
f7216783
AB
74652018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7466
7467 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7468 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7469
0625771b
LS
74702018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7471 Leszek Swirski <leszeks@google.com>
7472
7473 * gdb.python/py-prettyprint.c
7474 (struct to_string_returns_value_inner,
7475 struct to_string_returns_value_wrapper): New.
7476 (main): Add tsrvw variable.
7477 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7478 ToStringReturnsValueWrapper): New classes.
7479 (register_pretty_printers): Register new pretty-printers.
7480 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7481 recursive pretty printer.
7482 * gdb.python/py-mi.exp: Likewise.
7483
59498c30
LS
74842018-02-01 Leszek Swirski <leszeks@google.com>
7485
7486 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7487 functions with the same name as an include file are parsed
7488 correctly.
7489
d4d38844
YQ
74902018-02-01 Yao Qi <yao.qi@linaro.org>
7491
7492 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7493 "\[^\r\n\]*".
7494
07e5f5cf
NP
74952018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7496
7497 * gdb.arch/powerpc-prologue-frame.s: New file.
7498 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7499 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7500
929b5ad4
JB
75012018-01-31 Joel Brobecker <brobecker@adacore.com>
7502
7503 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7504
e671cd59
PA
75052018-01-30 Pedro Alves <palves@redhat.com>
7506
7507 PR gdb/13211
7508 * gdb.base/interrupt-daemon.c: New.
7509 * gdb.base/interrupt-daemon.exp: New.
7510 * gdb.multi/multi-term-settings.c: New.
7511 * gdb.multi/multi-term-settings.exp: New.
7512
fc413dc4
JB
75132018-01-30 Joel Brobecker <brobecker@adacore.com>
7514
7515 * gdb.base/break.exp: Save the location where the breakpoint
7516 on break.c:47 was actually inserted when debugging the version
7517 compiled at -O2 and use it in the expected output of the "info
7518 break" test performed soon after.
7519
5c319bb2
PA
75202018-01-22 Pedro Alves <palves@redhat.com>
7521 Sergio Durigan Junior <sergiodj@redhat.com>
7522
7523 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7524 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7525
a9e40818
JB
75262018-01-22 Joel Brobecker <brobecker@adacore.com>
7527
7528 * gdb.base/break-include.c, gdb.base/break-include.inc,
7529 gdb.base/break-include.exp: New files.
7530 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7531 line number now being the actual line number where the breakpoint
7532 was inserted.
7533 * gdb.mi/mi-break.exp: Likewise.
7534 * gdb.mi/mi-reverse.exp: Likewise.
7535 * gdb.mi/mi-simplerun.exp: Ditto.
7536
e707fc44
AB
75372018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7538
7539 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7540 varobj.
7541 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7542
ae451627
AB
75432018-01-21 Don Breazeal <donb@codesourcery.com>
7544 Andrew Burgess <andrew.burgess@embecosm.com>
7545
7546 * gdb.mi/basics.c: Add new global.
7547 * gdb.mi/mi-frame-regs.exp: New file.
7548 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7549 case.
7550
b1b189e0
AB
75512018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7552
7553 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7554 non-parameter, and on an unknown symbol.
7555
fcfcc376
TT
75562018-01-19 Tom Tromey <tom@tromey.com>
7557
7558 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7559 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7560
634c1c31
AA
75612018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7562
7563 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7564 setrlimit and chdir to int.
7565
d6ad07fd
AA
75662018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7567
7568 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7569 function.
7570 (my_tend): Likewise.
7571 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7572 rationale of avoiding FP- and vector instructions.
7573
adf8243b
RK
75742018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7575
7576 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7577 "info reg" with "\[ \t\]*".
7578 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7579 "\[ \t\]+".
7580 * gdb.arch/s390-multiarch.exp: Ditto.
7581 * gdb.base/pc-fp.exp: Ditto.
7582 * gdb.reverse/i386-precsave.exp: Ditto.
7583 * gdb.reverse/i386-reverse.exp: Ditto.
7584 * gdb.reverse/i387-env-reverse.exp: Ditto.
7585 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7586
dcc06925
AA
75872018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7588
7589 * lib/gdb.exp (gdb_compile): Re-enable use of
7590 universal_compile_options for languages other than Rust.
7591
25d4fd80
AA
75922018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7593
7594 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7595
ee7f689e 75962018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7597
7598 PR gdb/16577
7599 * gdb.base/solib-vanish.exp: New.
7600 * gdb.base/solib-vanish-main.c: New.
7601 * gdb.base/solib-vanish-lib1.c: New.
7602 * gdb.base/solib-vanish-lib2.c: New.
7603
d8447b6b
YQ
76042018-01-17 Yao Qi <yao.qi@linaro.org>
7605
7606 * gdb.compile/compile.exp: Match the address printed for
7607 frame in the output of command "bt".
7608
86d6a90c
TT
76092018-01-15 Tom Tromey <tom@tromey.com>
7610
7611 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7612 compute sp_reg.
7613
cbcdb1aa
AB
76142018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7615
7616 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7617 to prepare.
7618 (prepare): Return 0 on error, 1 on success.
7619
eea61984
PA
76202018-01-12 Pedro Alves <palves@redhat.com>
7621
7622 * gdb.base/continue-after-aborted-step-over.c: New.
7623 * gdb.base/continue-after-aborted-step-over.exp: New.
7624
6181e9c2
SM
76252018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7626
7627 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7628 options when not creating an executable.
7629
3cada740
PA
76302018-01-11 Pedro Alves <palves@redhat.com>
7631
7632 PR remote/22597
7633 * gdb.server/stop-reply-no-thread.c: New file.
7634 * gdb.server/stop-reply-no-thread.exp: New file.
7635
c63d3e8d
PA
76362018-01-10 Pedro Alves <palves@redhat.com>
7637
7638 PR gdb/22670
7639 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7640 functions too. Test setting breakpoints and printing C functions
7641 with no debug info too.
7642 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7643
d4c2a405
PA
76442018-01-10 Pedro Alves <palves@redhat.com>
7645
7646 PR gdb/22670
7647 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7648 a fail.
7649
8825213e
PA
76502018-01-10 Pedro Alves <palves@redhat.com>
7651
7652 PR gdb/22670
7653 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7654
605fd3c6
YQ
76552018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7656
7657 * gdb.server/unittest.exp: Match the output in non-development
7658 mode.
7659
1e5ded6c
YQ
76602018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7661
7662 * gdb.gdb/unittest.exp: Match output in non-development mode.
7663
30066b0b
JB
76642018-01-08 Joel Brobecker <brobecker@adacore.com>
7665
7666 * gdb.ada/access_tagged_param.exp: Relax expected output
7667 for value of "ObjL" in "continue" to pck.inspect breakpoint
7668 test.
7669
04bafb1e
XR
76702018-01-08 Joel Brobecker <brobecker@adacore.com>
7671
9f86398b
JB
7672 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7673 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7674
e379cee6
PA
76752018-01-05 Pedro Alves <palves@redhat.com>
7676
7677 PR gdb/18653
7678 * gdb.base/libsegfault.exp: New.
7679
de63c46b
PA
76802018-01-05 Joel Brobecker <brobecker@adacore.com>
7681
7682 PR gdb/22670
7683 * gdb.ada/access_tagged_param.exp: New file.
7684 * gdb.ada/access_tagged_param/foo.adb: New file.
7685
f98fc17b
PA
76862018-01-05 Pedro Alves <palves@redhat.com>
7687
7688 PR gdb/22670
7689 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7690 exercise lower case too, and to exercise both full matching and
7691 wild matching.
7692
342f8240
JB
76932018-01-05 Joel Brobecker <brobecker@adacore.com>
7694
7695 * gdb.ada/rename_subscript_param: New testcase.
7696
7150d33c
JG
76972018-01-05 Jerome Guitton <guitton@adacore.com>
7698
7699 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7700
cc0e770c
JB
77012018-01-05 Joel Brobecker <brobecker@adacore.com>
7702
7703 * gdb.ada/convvar_comp: New testcase.
7704
672a41aa 77052018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7706
7707 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7708 (My_Table): New global variable.
7709 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7710
7365ec2f
JB
77112018-01-04 Joel Brobecker <brobecker@adacore.com>
7712
7713 PR gdb/22670
7714 * gdb.ada/maint_with_ada: New testcase.
7715
289483b6
JB
77162018-01-04 Joel Brobecker <brobecker@adacore.com>
7717
7718 PR gdb/22670
7719 * gdb.ada/bp_c_mixed_case: New testcase.
7720
344420da
JB
77212018-01-04 Joel Brobecker <brobecker@adacore.com>
7722
7723 PR gdb/22670
7724 * gdb.ada/complete.exp: Add "complete break ada" test.
7725
66fc87a0
JB
77262018-01-04 Joel Brobecker <brobecker@adacore.com>
7727
7728 PR gdb/22670
7729 * gdb.ada/info_addr_mixed_case: New testcase.
7730
9f757bf7
XR
77312018-01-03 Xavier Roirand <roirand@adacore.com>
7732
7733 * gdb.ada/excep_handle.exp: New testcase.
7734 * gdb.ada/excep_handle/foo.adb: New file.
7735 * gdb.ada/excep_handle/pck.ads: New file.
7736
bd570f80
JB
77372018-01-03 Joel Brobecker <brobecker@adacore.com>
7738
7739 * gdb.base/step-line.c: Add extra empty line in copyright header.
7740 * gdb.base/step-line.inp: Likewise.
7741
9fe561ab
JB
77422018-01-02 Joel Brobecker <brobecker@adacore.com>
7743
7744 * gdb.ada/dyn_stride.exp: Add slice test.
7745
a405673c
JB
77462018-01-02 Joel Brobecker <brobecker@adacore.com>
7747
7748 * gdb.ada/dyn_stride: New testcase.
7749
cef0f868
SH
77502017-12-27 Stafford Horne <shorne@gmail.com>
7751
7752 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7753 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7754
b67d92b0
SH
77552017-12-27 Stafford Horne <shorne@gmail.com>
7756
7757 * gdb.base/reggroups.c: New file.
7758 * gdb.base/reggroups.exp: New file.
7759
eccab96d
JB
77602017-12-18 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.dwarf2/ada-valprint-error.c: New file.
7763 * gdb.dwarf2/ada-valprint-error.exp: New file.
7764
0e2da9f0
JB
77652017-12-18 Joel Brobecker <brobecker@adacore.com>
7766
7767 * gdb.ada/assign_arr: New testcase.
7768
cb923fcc
XR
77692017-12-18 Xavier Roirand <roirand@adacore.com>
7770
7771 * gdb.ada/funcall_ptr: New testcase.
7772
7c161838
SDJ
77732017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7774
7775 PR cli/16224
7776 * gdb.base/ptype-offsets.cc: New file.
7777 * gdb.base/ptype-offsets.exp: New file.
7778
1af17fd9
YQ
77792017-12-15 Yao Qi <yao.qi@linaro.org>
7780
7781 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7782 if XML is disabled.
7783
828d5846
XR
77842017-12-15 Xavier Roirand <roirand@adacore.com>
7785
7786 * gdb.ada/same_component_name: New testcase.
7787
79e8fcaa
JB
77882017-12-14 Joel Brobecker <brobecker@adacore.com>
7789
7790 * gdb.ada/str_binop_equal: New testcase.
7791
e05fa6f9
JB
77922017-12-14 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.ada/task_switch_in_core: New testcase.
7795
b89641ba
SM
77962017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7797
7798 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7799 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7800 call test_bkpt_qualified.
7801 (test_bkpt_qualified): New proc.
7802
6892d2e4
PA
78032017-12-13 Pedro Alves <palves@redhat.com>
7804
7805 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7806 Tighten regexp by matching with an anchor.
7807
a22ecf70
PA
78082017-12-13 Pedro Alves <palves@redhat.com>
7809
7810 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7811 ("expression with namespace"): New set of tests.
7812 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7813 (Nested::Test_NS::qux): New.
7814 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7815 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7816
9937536c
JB
78172017-12-13 Joel Brobecker <brobecker@adacore.com>
7818
7819 * gdb.base/server-del-break.c: New file.
7820 * gdb.base/server-del-break.exp: New file.
7821
fe49c6f5
SH
78222017-12-12 Stafford Horne <shorne@gmail.com>
7823
7824 * gdb.xml/tdesc-regs.exp: Add or1k support.
7825
c3d18620
SH
78262017-12-12 Stafford Horne <shorne@gmail.com>
7827
7828 * gdb.base/bp-permanent.c: Define nop of or1k.
7829
c5f9cfc8
JB
78302017-12-11 Joel Brobecker <brobecker@adacore.com>
7831
7832 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7833 output with components being reordered.
7834
a9c135fc
JB
78352017-12-11 Joel Brobecker <brobecker@adacore.com>
7836
7837 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7838 output with components being reordered.
7839
927aa2e7
JK
78402017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7841 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/maint.exp (check for .gdb_index): Check also for
7844 .debug_names.
7845 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7846 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7847 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7848 (.gdb_index used after symbol reloading): Support also .debug_names.
7849 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7850
f17d9474
YQ
78512017-12-08 Yao Qi <yao.qi@linaro.org>
7852
7853 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7854 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7855
a0de8c21
YQ
78562017-12-08 Yao Qi <yao.qi@linaro.org>
7857
7858 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7859 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7860
a738ea1d
YQ
78612017-12-08 Yao Qi <yao.qi@linaro.org>
7862
7863 * gdb.arch/aarch64-tagged-pointer.c: New file.
7864 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7865
1cd9a73b
SDJ
78662017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7867
7868 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7869 "int".
7870
fa6eb693
KS
78712017-12-07 Keith Seitz <keiths@redhat.com>
7872
7873 PR breakpoints/22569
7874 * gdb.linespec/ls-errs.exp: Change expected result of "break
7875 -source this file has spaces.c -line 3".
7876 Check that an explicit source file followed by whitespace is
7877 identified as an invalid explicit location.
7878
883fd55a
KS
78792017-12-07 Keith Seitz <keiths@redhat.com>
7880
7881 * gdb.cp/nested-types.cc: New file.
7882 * gdb.cp/nested-types.exp: New file.
7883 * lib/cp-support.exp: Load data-structures.exp library.
7884 (debug_cp_test_ptype_class): New global.
7885 (cp_ptype_class_verbose, next_line): New procedures.
7886 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7887 Add and document new return value.
7888 Switch the list of lines to a queue.
7889 Add support for new `type' key for nested type definitions.
7890 Add debugging/troubleshooting messages.
7891 * lib/data-structures.exp: New file.
7892
ec72db3e
SM
78932017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7896 with proc_with_prefix, don't use with_test_prefix.
7897
99598d71
TT
78982017-12-07 Tom Tromey <tom@tromey.com>
7899
7900 * gdb.base/break.exp: Add test for empty "commands".
7901
a8806230
YQ
79022017-12-07 Yao Qi <yao.qi@linaro.org>
7903
7904 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7905 malloc and catch syscall.
7906
824cc835
PM
79072017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7908
e79be6e5 7909 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7910 tests for explicit locations.
7911
7cc244de
PA
79122017-12-06 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7915 force-disabling XML descriptions.
7916
50a1fdd5
PA
79172017-12-04 Pedro Alves <palves@redhat.com>
7918
7919 PR gdb/22499
7920 * gdb.arch/amd64-disp-step-avx.S: New file.
7921 * gdb.arch/amd64-disp-step-avx.exp: New file.
7922
f0fb2488
PA
79232017-12-03 Pedro Alves <palves@redhat.com>
7924
7925 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7926 and <string.h>.
7927 (parent_function): Print distinct messages when waitpid fails, or
7928 the child exits with a signal, or the child exits for an unhandled
7929 reason.
7930 * gdb.threads/process-dies-while-detaching.exp
7931 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7932 it. Wait for both inferior output and GDB's prompt. Use an
7933 indirect spawn id list.
7934 (do_detach): New parameter 'child_exit'. Use it to compute
7935 expected inferior output.
7936 (test_detach, test_detach_watch, test_detach_killed_outside):
7937 Adjust to pass down the expected child exit kind.
7938
97cbe998
SDJ
79392017-12-01 Joel Brobecker <brobecker@adacore.com>
7940 Sergio Durigan Junior <sergiodj@redhat.com>
7941 Pedro Alves <palves@redhat.com>
7942
7943 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7944
40fc416f
SDJ
79452017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7946
7947 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7948 to 'symbol-file' and 'add-symbol-file' can be
7949 position-independent.
7950
1cc75e92
YQ
79512017-12-01 Yao Qi <yao.qi@linaro.org>
7952
7953 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7954 the URL in copyright header.
7955 * gdb.arch/aarch64-fp.exp: Likewise.
7956 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7957 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7958 * gdb.base/expand-psymtabs.exp: Likewise.
7959 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7960 * gdb.fortran/common-block.exp: Likewise.
7961 * gdb.fortran/common-block.f90: Likewise.
7962 * gdb.fortran/logical.exp: Likewise.
7963 * gdb.fortran/vla-datatypes.f90: Likewise.
7964 * gdb.fortran/vla-sub.f90: Likewise.
7965
875fb7a7
JB
79662017-11-30 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/repeat_dyn: New testcase.
7969
6f14765f
UW
79702017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7971
7972 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7973 Update for changed thread numbering.
7974 * gdb.cell/bt.exp: Update for changed GDB output.
7975
f1af7b94
SM
79762017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7977
7978 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7979 setting isremote by hand.
7980 * boards/dwarf4-gdb-index.exp: Likewise.
7981 * boards/fission.exp: Likewise.
7982 * boards/stabs.exp: Likewise.
7983
e3919f3e
PA
79842017-11-30 Pedro Alves <palves@redhat.com>
7985
7986 * gdb.linespec/cpls-ops.exp
7987 (check_explicit_skips_function_argument): Extract the underlying
7988 type of size_t instead of hardcoding it.
7989
bd69330d
PA
79902017-11-29 Pedro Alves <palves@redhat.com>
7991
7992 PR c++/19436
7993 * gdb.linespec/cpls-abi-tag.cc: New file.
7994 * gdb.linespec/cpls-abi-tag.exp: New file.
7995
a20714ff
PA
79962017-11-29 Pedro Alves <palves@redhat.com>
7997
7998 * gdb.base/langs.exp: Use -qualified.
7999 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8000 it.
8001 * gdb.cp/namespace.exp: Use -qualified.
8002 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8003 (overload-3, template-overload, template-ret-type, const-overload)
8004 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8005 procedures.
8006 (test_driver): Call them.
8007 * gdb.cp/save-bp-qualified.cc: New.
8008 * gdb.cp/save-bp-qualified.exp: New.
8009 * gdb.linespec/explicit.exp: Test -qualified.
8010 * lib/completion-support.exp (completion::explicit_opts_list): Add
8011 "-qualified".
8012 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8013
f6f1d339
PM
80142017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8015
8016 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8017
02ca603a
TT
80182017-11-29 Tom Tromey <tom@tromey.com>
8019
8020 * gdb.base/relocate.exp: Update invalid argument test.
8021 Add new tests for invalid arguments.
8022
ed6c0bfb
TP
80232017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8024
8025 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8026 Return 0 as a long.
8027 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8028
f106e10e
TP
80292017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8030
8031 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8032 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8033 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8034 func ().
8035 * gdb.cp/shadow.cc (B.func): Return 0.
8036
10329bb2
JB
80372017-11-27 Joel Brobecker <brobecker@adacore.com>
8038
8039 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8040 expected output in gdb_expect call to allow the exception
8041 message to be present as well. Fix syntax confusion to avoid
8042 TCL thinking that exception_name is an array.
8043
617cd4bc
UW
80442017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8045
8046 * gdb.arch/spu-info.c: Include <unistd.h>.
8047 (do_signal_test): Fix broken calls to write.
8048 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8049 Fix checks for empty mailboxes. Update signal tests for corrected
8050 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8051 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8052 * gdb.cell/arch.exp: Use standard_output_file.
8053 * gdb.cell/break.exp: Likewise.
8054 * gdb.cell/bt.exp: Likewise.
8055 * gdb.cell/core.exp: Likewise.
8056 * gdb.cell/dwarfaddr.exp: Likewise.
8057 * gdb.cell/ea-cache.exp: Likewise.
8058 * gdb.cell/ea-standalone.exp: Likewise.
8059 * gdb.cell/f-regs.exp: Likewise.
8060 * gdb.cell/fork.exp: Likewise.
8061 * gdb.cell/gcore.exp: Likewise.
8062 * gdb.cell/mem-access.exp: Likewise.
8063 * gdb.cell/ptype.exp: Likewise.
8064 * gdb.cell/registers.exp: Likewise.
8065 * gdb.cell/sizeof.exp: Likewise.
8066 * gdb.cell/solib-symbol.exp: Likewise.
8067 * gdb.cell/solib.exp: Likewise.
617cd4bc 8068
a81aaca0
PA
80692017-11-25 Pedro Alves <palves@redhat.com>
8070
8071 * gdb.base/complete-empty.exp: New file.
8072 * gdb.base/completion.exp: Adjust.
8073
6a3c6ee4
PA
80742017-11-25 Pedro Alves <palves@redhat.com>
8075
8076 * gdb.linespec/cpls-ops.cc: New file.
8077 * gdb.linespec/cpls-ops.exp: New file.
8078 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8079 factored out from ...
8080 (test_complete_prefix_range): ... this.
8081
8955eb2d
PA
80822017-11-24 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.linespec/cpcompletion.exp: New file.
8085 * gdb.linespec/cpls-hyphen.cc: New file.
8086 * gdb.linespec/cpls.cc: New file.
8087 * gdb.linespec/cpls2.cc: New file.
8088 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8089 test to use test_gdb_complete_unique. Add label completion,
8090 keyword completion and explicit location completion tests.
8091 * lib/completion-support.exp: New file.
8092
e547c119
JB
80932017-11-24 Joel Brobecker <brobecker@adacore.com>
8094
8095 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8096 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8097 when hitting an exception catchpoint.
8098
7c3c1aa8
YQ
80992017-11-22 Yao Qi <yao.qi@linaro.org>
8100
8101 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8102
41bd68f5
SM
81032017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8104
8105 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8106 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8107 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8108
1daad298
YQ
81092017-11-22 Yao Qi <yao.qi@linaro.org>
8110
8111 * gdb.base/info-os.exp: Pass pthreads.
8112 * gdb.multi/multi-attach.exp: Likewise.
8113
88465e87
YQ
81142017-11-22 Yao Qi <yao.qi@linaro.org>
8115
8116 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8117 compiler.
8118
dc196b23
YQ
81192017-11-22 Yao Qi <yao.qi@linaro.org>
8120
8121 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8122 * gdb.base/break-interp.exp: Likewise.
8123 * gdb.base/jit-attach-pie.exp: Likewise.
8124
2400729e
UW
81252017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8126
8127 * gdb.base/float128.c (large128): New variable.
8128 * gdb.base/float128.exp: Add test to print largest __float128 value.
8129
7a26362d
UW
81302017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8131
8132 * gdb.arch/vsx-regs.exp: Update register content checks.
8133
ed0f4273
UW
81342017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8135
8136 * gdb.arch/ppc-longdouble.exp: New file.
8137 * gdb.arch/ppc-longdouble.c: Likewise.
8138
a25d69c6
PA
81392017-11-21 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8142
73fcf641
PA
81432017-11-20 Pedro Alves <palves@redhat.com>
8144
8145 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8146 (long_double_typedef): New typedefs.
8147 Use DEF on double and long double.
8148 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8149 cases.
8150 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8151 and 'long_double_ptr_same_size' locals. Use them to decide
8152 whether cast from array/function to float is valid/invalid.
8153
71a3c369
TT
81542017-11-17 Tom Tromey <tom@tromey.com>
8155
8156 * gdb.rust/traits.rs: New file.
8157 * gdb.rust/traits.exp: New file.
8158
ced9779b
JB
81592017-11-17 Joel Brobecker <brobecker@adacore.com>
8160
8161 * gdb.ada/minsyms: New testcase.
8162
a0922d80
PA
81632017-11-16 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8166 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8167
ea04e54c
PA
81682017-11-16 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8171 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8172
e849ea89
PA
81732017-11-16 Pedro Alves <palves@redhat.com>
8174
8175 * gdb.server/reconnect-ctrl-c.c: New file.
8176 * gdb.server/reconnect-ctrl-c.exp: New file.
8177
d8ae99a7
PM
81782017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8179
8180 * gdb.python/py-rbreak.exp: New file.
8181 * gdb.python/py-rbreak.c: New file.
8182 * gdb.python/py-rbreak-func2.c: New file.
8183
968a13f8
PA
81842017-11-16 Pedro Alves <palves@redhat.com>
8185
8186 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8187 pattern.
8188 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8189 GDB.
8190
71774bc9
SM
81912017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8192
8193 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8194 regex.
8195
ddbb44cf
SM
81962017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8197
8198 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8199 test names.
8200
584a564f
PA
82012017-11-09 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8204 factored out from ...
8205 (top level): ... here, and adjusted to avoid expecting beyond the
8206 prompt in a single gdb_test_multiple.
8207
5ed7a928
PA
82082017-11-09 Pedro Alves <palves@redhat.com>
8209
8210 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8211 output.
8212 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8213 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8214 * gdb.server/ext-run.exp ("kill" test): Likewise.
8215 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8216
a60e0738
PA
82172017-11-09 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8220 match till end of line.
8221
2c88253f
PA
82222017-11-09 Pedro Alves <palves@redhat.com>
8223
8224 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8225
c7a38517
PA
82262017-11-09 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8229 New procedures, factored out from ...
8230 (top level): ... here, and adjusted to avoid expecting beyond the
8231 prompt in one go.
8232
f29f4b6b
PA
82332017-11-09 Pedro Alves <palves@redhat.com>
8234
8235 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8236 output. Fix '?' match.
8237
286acbb5
JB
82382017-11-08 Joel Brobecker <brobecker@adacore.com>
8239
8240 * gdb.ada/scoped_watch: New testcase.
8241 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8242 which is actually correct.
8243 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8244 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8245
62d7ae92
PA
82462017-11-08 Pedro Alves <palves@redhat.com>
8247
8248 * gdb.gdb/complaints.exp (test_initial_complaints)
8249 (test_serial_complaints, test_short_complaints): Call
8250 complaint_internal instead of complaint.
8251
280ca31f
DT
82522017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8253
8254 * gdb.threads/tls-core.c: New file.
8255 * gdb.threads/tls-core.exp: Likewise.
8256
b5ec771e
PA
82572017-11-08 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8260 (p Exported_Capitalized): New test.
8261 (p exported_capitalized): New test.
8262
a02b41a7
PA
82632017-11-07 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8266
95e95a6d
PA
82672017-11-07 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8270 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8271 (disable_invalid, disable_inverted, disable_negative): New
8272 procedures.
8273 ("bad numbers"): New set of tests.
8274
cee62dbd
PA
82752017-11-07 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.cp/ena-dis-br-range.exp: Add tests.
8278
cc638e86
PA
82792017-11-07 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8282
d0fe4701
XR
82832017-11-07 Xavier Roirand <roirand@adacore.com>
8284 Pedro Alves <palves@redhat.com>
8285
8286 * gdb.base/ena-dis-br.exp: Add reference to
8287 gdb.cp/ena-dis-br-range.exp.
8288 * gdb.cp/ena-dis-br-range.exp: New file.
8289 * gdb.cp/ena-dis-br-range.cc: New file.
8290
46f67f80
PA
82912017-11-06 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/attach-non-pgrp-leader.c: New.
8294 * gdb.base/attach-non-pgrp-leader.exp: New.
8295
726e1356
PA
82962017-11-06 Pedro Alves <palves@redhat.com>
8297
8298 * configure.ac: No longer check for termio.h and sgtty.h.
8299 * configure: Regenerate.
8300 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8301 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8302 Remove termio and sgtty code.
8303
50ab6ace
YQ
83042017-11-03 Yao Qi <yao.qi@linaro.org>
8305
8306 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8307 in GDB is disabled.
8308
8e68731c
YQ
83092017-11-03 Yao Qi <yao.qi@linaro.org>
8310
8311 * gdb.python/py-thrhandle.exp: Skip it if python is not
8312 enabled.
8313
3a87ae65
SM
83142017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8315
8316 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8317 as a breakpoint command.
8318
484d8d36
MD
83192017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8320
8321 PR python/21213
8322 * gdb.python/py-infthread.exp: Test calling
8323 InferiorThread.inferior () multiple times in a row.
8324
4a27f119
KS
83252017-10-27 Keith Seitz <keiths@redhat.com>
8326
8327 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8328 Test "info break" for every inlined function breakpoint.
8329
bb11dd58
YQ
83302017-10-27 Yao Qi <yao.qi@linaro.org>
8331
8332 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8333
a43f3893
PF
83342017-10-26 Patrick Frants <osscontribute@gmail.com>
8335
8336 * gdb.cp/classes.exp (test_static_members): Test printing
8337 Outer::instance.
8338 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8339 (Inner::instance, Outer::instance): New.
8340
792ccf00
PA
83412017-10-24 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8344 extra console" test in two stages.
8345
eb2bfbad
PA
83462017-10-24 Pedro Alves <palves@redhat.com>
8347
8348 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8349
1f75a651
PA
83502017-10-24 Pedro Alves <palves@redhat.com>
8351
8352 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8353 loop.
8354
779990d9
PA
83552017-10-24 Pedro Alves <palves@redhat.com>
8356
8357 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8358 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8359
ad9b8f5d
PA
83602017-10-24 Pedro Alves <palves@redhat.com>
8361
8362 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8363 parameter and handle it. Don't output read value in test name.
8364
fee6da6e
PA
83652017-10-24 Pedro Alves <palves@redhat.com>
8366
8367 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8368 custom test name.
8369
10389c2c
PA
83702017-10-24 Pedro Alves <palves@redhat.com>
8371
8372 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8373 include the unstable output directory name in the test's name.
8374 (initial_setup_simple) <'set args'>: Use custom test name.
8375
a80e65a9
PA
83762017-10-24 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8379 with explicit test name.
8380
15763a09
PA
83812017-10-20 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8384 'wait -i'. Use gdb_assert and remote_close.
8385
49a4ce2e
AB
83862017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8387
8388 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8389 number from variable rather than hard-coded.
8390
a75868f5
PA
83912017-10-19 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.base/long-inferior-output.c: New file.
8394 * gdb.base/long-inferior-output.exp: New file.
8395
c8ba13ad
KS
83962017-11-18 Keith Seitz <keiths@redhat.com>
8397
8398 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8399 method.
8400 (main): Call it.
8401 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8402 Add additional user-defined conversion operator tests.
8403
b27de576
PA
84042017-10-17 Pedro Alves <palves@redhat.com>
8405
8406 * boards/native-stdio-gdbserver.exp: Load "local-board".
8407
8484c955
PA
84082017-10-17 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/quit-live.c: New file.
8411 * gdb.base/quit-live.exp: New file.
8412
83d5a34d
KS
84132017-10-16 Keith Seitz <keiths@redhat.com>
8414
8415 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8416 (class_with_protected_typedef, class_with_private_typedef)
8417 (struct_with_public_typedef, struct_with_protected_typedef)
8418 (struct_with_private_typedef): New classes/structs.
8419 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8420 typedefs and access specifiers.
8421
739b3f1d
PA
84222017-10-16 Pedro Alves <palves@redhat.com>
8423 Simon Marchi <simon.marchi@polymtl.ca>
8424
8425 * README (Local vs Remote vs Native): New section.
8426 * boards/local-board.exp: New file, with bits factored out from
8427 ...
8428 * boards/native-extended-gdbserver.exp: ... here. Load
8429 "local-board".
8430 * boards/native-gdbserver.exp: Load "local-board".
8431 (${board}_spawn, ${board}_exec): Delete.
8432 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8433 ...
8434 * boards/stdio-gdbserver-base.exp: ... this new file.
8435 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8436 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8437 procedure.
8438 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8439 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8440 stdio_gdbserver_command.
8441 (${board}_get_remote_address, ${board}_get_comm_port)
8442 (${board}_download, ${board}_upload): Delete.
8443 (get_target_remote_pipe_cmd): New.
8444
fe68b953
SM
84452017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8448 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8449 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8450 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8451 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8452 remove with_test_prefix.
8453
300b6685
PA
84542017-10-13 Pedro Alves <palves@redhat.com>
8455
8456 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8457 * gdb.base/annota1.exp: Use it instead of is_remote.
8458 * gdb.base/annota3.exp: Use it instead of is_remote.
8459 * gdb.cp/annota2.exp: Use it instead of is_remote.
8460 * gdb.cp/annota3.exp: Use it instead of is_remote.
8461 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8462
50500caf
PA
84632017-10-13 Pedro Alves <palves@redhat.com>
8464
8465 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8466 (test_num_test_vars, run_and_count_vars, find_env)
8467 (test_set_unset_env, test_inherit_env_var): New procedures.
8468 (top level): Use them.
8469
dad0c6d2
PA
84702017-10-13 Pedro Alves <palves@redhat.com>
8471
8472 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8473 also skip on stub-like targets.
8474
8b0553c1
PA
84752017-10-13 Pedro Alves <palves@redhat.com>
8476
8477 PR gdb/22293
8478 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8479 (top level): Move some tests to ...
8480 (test_not_found): ... this new procedure.
8481 (top level): Call it.
8482
7594f623
PA
84832017-10-13 Pedro Alves <palves@redhat.com>
8484
8485 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8486 expect different "info terminal" output if testing with a
8487 non-native target.
8488
ebe3b402
PA
84892017-10-13 Pedro Alves <palves@redhat.com>
8490 Simon Marchi <simon.marchi@polymtl.ca>
8491
8492 PR python/12966
8493 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8494
42f1b161
PA
84952017-10-13 Pedro Alves <palves@redhat.com>
8496
8497 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8498 already.
8499
8d6ef72b
PA
85002017-10-13 Pedro Alves <palves@redhat.com>
8501
8502 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8503 is_remote.
8504
d7bcd5b8
PA
85052017-10-13 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8508 is_remote.
8509
df479dc6
PA
85102017-10-13 Pedro Alves <palves@redhat.com>
8511
8512 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8513 is set.
8514 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8515 instead of is_remote.
8516
23fb630a
PA
85172017-10-13 Pedro Alves <palves@redhat.com>
8518
8519 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8520 (top level): Add comment.
8521
cc77b1dc
PA
85222017-10-13 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.base/remote.exp (top level): Fix comment typo and add
8525 missing return.
8526
27c9e813
PA
85272017-10-13 Pedro Alves <palves@redhat.com>
8528 Simon Marchi <simon.marchi@polymtl.ca>
8529
8530 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8531 calls and add comments. Skip test if use_gdb_stub is set.
8532 (top level): Use "set cwd" command instead of "cd" command.
8533
5e830d98
PA
85342017-10-13 Pedro Alves <palves@redhat.com>
8535
8536 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8537 is_remote target check.
8538
f5ca0032
PA
85392017-10-13 Pedro Alves <palves@redhat.com>
8540
8541 * gdb.base/scope.exp: Use build_executable + clean_restart +
8542 gdb_file_cmd instead of prepare_for_testing and no longer skip
8543 "before run" tests on is_remote target boards. Update comments.
8544 * boards/native-extended-gdbserver.exp
8545 (extended_gdbserver_load_last_file): New, factored out from ...
8546 (gdb_load): ... this. Move further below and add comment.
8547 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8548
8aed1c0d
PA
85492017-10-12 Pedro Alves <palves@redhat.com>
8550
8551 * gdb.base/attach.exp: Remove references to gdb64.
8552 * gdb.base/dbx.exp: Remove references to gdb64.
8553
cfa34c87
SM
85542017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8555 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.base/label.exp: Remove is_remote target check.
8558
9192b7de
PA
85592017-10-12 Pedro Alves <palves@redhat.com>
8560
8561 * gdb.base/auvx.exp (coredir): Update comment.
8562 (top level) <core_works>: Use "set cwd" command instead of "cd"
8563 command.
8564
6bf0052d
PA
85652017-10-12 Pedro Alves <palves@redhat.com>
8566 Simon Marchi <simon.marchi@polymtl.ca>
8567
8568 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8569 target boards.
8570
e48ef82d
PA
85712017-10-12 Pedro Alves <palves@redhat.com>
8572 Simon Marchi <simon.marchi@polymtl.ca>
8573
8574 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8575 Instead skip if there's any gdb_protocol set.
8576
8d7aea57
SM
85772017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8578 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8581
30440677
PA
85822017-10-12 Pedro Alves <palves@redhat.com>
8583 Simon Marchi <simon.marchi@polymtl.ca>
8584
8585 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8586 instead of on dejagnu remote boards.
8587
4e04f045 85882017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8589 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8590
8591 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8592 checks. Use build_executable + clean_restart instead of
8593 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8594 of enabling non-stop after starting gdb.
8595
871a186e
PA
85962017-10-12 Pedro Alves <palves@redhat.com>
8597
8598 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8599 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8600 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8601 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8602
56d704da
AK
86032017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8604
8605 * gdb.arch/arc-tdesc-cpu.exp: New file.
8606 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8607
2f20e312
SM
86082017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8609
8610 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8611
65630365
PA
86122017-10-10 Pedro Alves <palves@redhat.com>
8613
8614 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8615 expect CLI output.
8616
bf469271
PA
86172017-10-10 Pedro Alves <palves@redhat.com>
8618
8619 * lib/selftest-support.exp (selftest_setup): Update for
8620 captured_command_loop's prototype change.
8621
777a42f1
PA
86222017-10-09 Pedro Alves <palves@redhat.com>
8623
8624 Test both arch1=>arch2 and arch2=>arch1.
8625
8626 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8627 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8628 factored out to...
8629 (append_arch1_options, append_arch2_options, append_arch_options)
8630 (build_executables): New procedures.
8631 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8632 local.
8633 (top level): Add new 'first_arch' testing axis.
8634
cbd2b4e3
PA
86352017-10-09 Pedro Alves <palves@redhat.com>
8636
8637 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8638 (barrier): New.
8639 (thread_start, all_started): New functions.
8640 (main): Spawn new thread and wait until it is scheduled.
8641 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8642 option.
8643 (do_test): Add 'selected_thread' parameter. Run to all_started
8644 instead of main. Explicitly set the breakpoint at main. Switch
8645 to the SELECTED_THREAD thread.
8646 (top level): Test handling the exec event with either the main
8647 thread or the second thread selected.
8648
5c9e4427
PA
86492017-10-09 Pedro Alves <palves@redhat.com>
8650
8651 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8652 logic. Move STOP marker after the value checks.
8653 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8654 regexp.
8655
b3b7c423
SL
86562017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8657
8658 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8659
3b4b2f16
UW
86602017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8661
8662 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8663 integer-to-dfp conversion.
8664 * gdb.base/dfp-test.exp: Likewise.
8665
5cd63fda
PA
86662017-10-04 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.multi/hangout.c: Include <unistd.h>.
8669 (hangout_loop): New function.
8670 (main): Call alarm. Call hangout_loop in a loop.
8671 * gdb.multi/hello.c: Include <unistd.h>.
8672 (hello_loop): New function.
8673 (main): Call alarm. Call hangout_loop in a loop.
8674 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8675 inferior with the other selected.
8676
4c71c105
SM
86772017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8678
8679 * gdb.mi/list-thread-groups-available.exp: New file.
8680 * gdb.mi/list-thread-groups-available.c: New file.
8681
bc3b087d
SDJ
86822017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8683
8684 * gdb.base/set-cwd.exp: Make it available on
8685 native-extended-gdbserver.
8686
d092c5a2
SDJ
86872017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8688
8689 * gdb.base/set-cwd.c: New file.
8690 * gdb.base/set-cwd.exp: Likewise.
8691
45320ffa
TT
86922017-10-02 Tom Tromey <tom@tromey.com>
8693
8694 PR rust/22236:
8695 * gdb.rust/simple.rs (main): New variable "fslice".
8696 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8697
b3e3859b
TT
86982017-10-02 Tom Tromey <tom@tromey.com>
8699
8700 * gdb.rust/simple.exp: Test ptype of a slice.
8701
01af5e0d
TT
87022017-10-02 Tom Tromey <tom@tromey.com>
8703
8704 * gdb.rust/simple.exp: Test index of slice.
8705
a9bbfbd8
TT
87062017-09-27 Tom Tromey <tom@tromey.com>
8707
8708 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8709
df8899e5
TP
87102017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8711 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.base/compare-sections.exp (get value of read-only section): Read
8714 as unsigned value.
8715 (corrupt read-only section): Likewise and don't set written if patching
8716 failed.
8717
757bf54b
KB
87182017-09-21 Kevin Buettner <kevinb@redhat.com>
8719
8720 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8721 files.
8722
06871ae8
PA
87232017-09-20 Pedro Alves <palves@redhat.com>
8724
8725 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8726 symbol names in gdb's output.
8727 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8728
e5f25bc5
PA
87292017-09-20 Pedro Alves <palves@redhat.com>
8730
8731 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8732 Rename to ...
8733 (test_list_ambiguous_symbol): ... this and add a symbol name
8734 parameter. Adjust.
8735 (test_list_ambiguous_function): Reimplement on top of
8736 test_list_ambiguous_symbol and also test listing ambiguous
8737 variables.
8738 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8739 (ambiguous_fun): ... this.
8740 (ambiguous_var): New.
8741 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8742 (ambiguous_fun): ... this.
8743 (ambiguous_var): New.
8744
4e5a4f58
JB
87452017-09-19 John Baldwin <jhb@FreeBSD.org>
8746
8747 * gdb.base/starti.c: New file.
8748 * gdb.base/starti.exp: New file.
8749 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8750
26e53f3e
PA
87512017-09-14 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8754 (top level): Use it instead of runto.
8755
cb791d59
TT
87562017-09-11 Tom Tromey <tom@tromey.com>
8757
8758 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8759
7c96f8c1
TT
87602017-09-11 Tom Tromey <tom@tromey.com>
8761
8762 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8763 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8764
469412dd
CW
87652017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8766
8767 * gdb.fortran/printing-types.exp: New file.
8768 * gdb.fortran/printing-types.exp: New file.
8769
e0f86435
BH
87702017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8771
8772 * gdb.fortran/vla-ptype.exp: Fix typos.
8773 * gdb.fortran/vla-value.exp: Same.
8774
9e9af4be
BH
87752017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8776
8777 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8778 * gdb.mi/mi-var-child-f.exp: Likewise.
8779 * gdb.mi/mi-vla-fortran.exp: Likewise.
8780
a5ad232b 87812017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8782 Christoph Weinmann <christoph.t.weinmann@intel.com>
8783 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8784
8785 * gdb.fortran/ptr-indentation.f90: New file.
8786 * gdb.fortran/ptr-indentation.exp: New file.
8787
5aec60eb
TT
87882017-09-05 Tom Tromey <tom@tromey.com>
8789
8790 PR gdb/22010:
8791 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8792
8f8f8152
TP
87932017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8794
8795 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8796
fbd1b771
JK
87972017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8798
8799 * gdb.threads/tls-nodebug-pie.c: New file.
8800 * gdb.threads/tls-nodebug-pie.exp: New file.
8801
5eb5f850
TT
88022017-09-05 Tom Tromey <tom@tromey.com>
8803
8804 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8805 for rust.
8806
ae780a21
SM
88072017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8808
8809 * gdb.multi/multi-arch-exec.exp: Test with different
8810 "follow-exec-mode" settings.
8811 (do_test): New procedure.
8812
3693fdb3
PA
88132017-09-04 Pedro Alves <palves@redhat.com>
8814
8815 * gdb.base/func-static.c (S::method const, S::method volatile)
8816 (S::method volatile const): New methods.
8817 (c_s, v_s, cv_s): New instances.
8818 (main): Call method() on them.
8819 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8820 (cannot_resolve): New procedure.
8821 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8822 print-quote-unquoted columns.
8823 (do_test): Test printing each scope too.
8824
e68cb8e0
PA
88252017-09-04 Pedro Alves <palves@redhat.com>
8826
8827 * gdb.base/local-static.exp: Also test with
8828 class::method::variable wholly quoted.
8829 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8830
858be34c
PA
88312017-09-04 Pedro Alves <palves@redhat.com>
8832
8833 * gdb.base/local-static.c: New.
8834 * gdb.base/local-static.cc: New.
8835 * gdb.base/local-static.exp: New.
8836
46a4882b
PA
88372017-09-04 Pedro Alves <palves@redhat.com>
8838
8839 * gdb.asm/asm-source.exp: Add casts to int.
8840 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8841 (dataglobal64_1, dataglobal64_2): New globals.
8842 * gdb.base/nodebug.exp: Test different expressions involving the
8843 new globals, with print, whatis and ptype. Add casts to int.
8844 * gdb.base/solib-display.exp: Add casts to int.
8845 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8846 * gdb.cp/m-static.exp: Add cast to int.
8847 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8848 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8849 tls variable with no debug info without a cast. Test with a cast
8850 to int too.
8851 * gdb.trace/entry-values.exp: Add casts.
8852
2c5a2be1
PA
88532017-09-04 Pedro Alves <palves@redhat.com>
8854
8855 * gdb.base/nodebug.exp: Test that ptype's error about functions
8856 with unknown return type includes the function name too.
8857
7022349d
PA
88582017-09-04 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8861 return type of munmap in infcall.
8862 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8863 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8864 type of ftell in infcall.
8865 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8866 type of getpid in infcall.
8867 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8868 infcall.
8869 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8870 Bail on failure to extract the pid.
8871 * gdb.base/nodebug.c: #include <stdint.h>.
8872 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8873 New functions.
8874 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8875 Change expected output of print/whatis/ptype with functions with
8876 no debug info. Test all supported languages. Call
8877 test_call_promotion.
8878 * gdb.compile/compile.exp: Adjust expected output to expect
8879 warning.
8880 * gdb.threads/siginfo-threads.exp: Likewise.
8881
54990598
PA
88822017-09-04 Pedro Alves <palves@redhat.com>
8883
8884 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8885 "prototypes". Test calling float functions via prototyped and
8886 unprototyped function pointers.
8887 (perform_all_tests): New parameter "prototypes". Pass it down.
8888 (top level): Pass down "prototypes" parameter to
8889 perform_all_tests.
8890
34d16ea2
SM
88912017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8894 Test with nested loops.
8895
9521ecda
SM
88962017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.base/commands.exp: Call the new procedures.
8899 (loop_break_test, loop_continue_test): New procedures.
8900
80a65e9b
SM
89012017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8902
8903 * gdb.base/commands.exp: Call new procedure.
8904 (define_if_without_arg_test): New procedure.
8905
e439fa14
PA
89062017-09-04 Pedro Alves <palves@redhat.com>
8907
8908 * gdb.base/list-ambiguous.exp: New file.
8909 * gdb.base/list-ambiguous0.c: New file.
8910 * gdb.base/list-ambiguous1.c: New file.
8911 * gdb.base/list.exp (test_list_range): Adjust expected output.
8912
0a2dde4a
SDJ
89132017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8914
8915 * gdb.base/share-env-with-gdbserver.c: New file.
8916 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8917
5e89eb3a
SM
89182017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8919
8920 * gdb.base/commands.exp (gdbvar_simple_if_test,
8921 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8922 progvar_simple_if_test, progvar_simple_while_test,
8923 progvar_complex_if_while_test, user_defined_command_test,
8924 user_defined_command_args_eval,
8925 user_defined_command_args_stack_test,
8926 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8927 temporary_breakpoint_commands,
8928 gdb_test_no_prompt, redefine_hook_test,
8929 redefine_backtrace_test): Remove "global gdb_prompt".
8930
fd437cbc
SM
89312017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8932
8933 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8934 New proc, call it from toplevel.
8935
87215ad1
SDJ
89362017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8937
8938 PR remote/21852
8939 * gdb.server/normal.c: New file, copied from gdb.base.
8940 * gdb.server/run-without-local-binary.exp: New file.
8941
58afddc6
WP
89422017-08-07 Weimin Pan <weimin.pan@oracle.com>
8943
8944 * gdb.arch/sparc64-adi.exp: New file.
8945 * gdb.arch/sparc64-adi.c: New file.
8946
5277199a
PA
89472017-08-22 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8950 (top level): Add "list all overloads" tests.
8951
14278e1f
TT
89522017-08-22 Tom Tromey <tom@tromey.com>
8953
8954 * gdb.gdb/xfullpath.exp: Remove.
8955
bf223d3e
PA
89562017-08-21 Pedro Alves <palves@redhat.com>
8957
8958 PR gdb/19487
8959 * gdb.base/symbol-alias.c: New.
8960 * gdb.base/symbol-alias2.c: New.
8961 * gdb.base/symbol-alias.exp: New.
8962
c973d0aa
PA
89632017-08-21 Pedro Alves <palves@redhat.com>
8964
8965 * gdb.base/dfp-test.c
8966 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8967 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8968 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8969 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8970 * gdb.base/whatis-ptype-typedefs.c: New.
8971 * gdb.base/whatis-ptype-typedefs.exp: New.
8972 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8973 (an_int, an_int_type, an_int_type2): New globals.
8974 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8975 involving typedefs and cast expressions.
8976 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8977 (lookup_typedefs_function): New.
8978 (typedefs_pretty_printers_dict): New.
8979 (top level): Register lookup_typedefs_function in
8980 gdb.pretty_printers.
8981
6d580b63
YQ
89822017-08-18 Yao Qi <yao.qi@linaro.org>
8983
8984 * gdb.server/unittest.exp: New.
8985
206726fb
SDJ
89862017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8987
8988 PR gdb/21954
8989 * gdb.base/environ.exp: Add test to check if 'unset environment'
8990 works.
8991
bf0ec4c2
AA
89922017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8993
8994 * lib/gdb.exp (universal_compile_options): New caching proc.
8995 (gdb_compile): Suppress GCC's coloring of messages.
8996
d6382fff
TT
89972017-08-14 Tom Tromey <tom@tromey.com>
8998
8999 PR gdb/21675:
9000 * gdb.base/printcmds.exp (test_radices): New function.
9001 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9002 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9003 * lib/gdb.exp (get_integer_valueof): Use p/d.
9004
c2c2dd9f
SM
90052017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9006
9007 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9008 characters.
9009
fdffd6f4
TT
90102017-08-05 Tom Tromey <tom@tromey.com>
9011
9012 * gdb.rust/simple.exp: Allow String to appear in a different
9013 namespace.
9014
27d41eac
YQ
90152017-07-26 Yao Qi <yao.qi@linaro.org>
9016
9017 * gdb.gdb/unittest.exp: Invoke command
9018 "maintenance check xml-descriptions".
9019
031ed05d
AA
90202017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9021
9022 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9023 calling context.
9024 (hex128): Drop erroneous calculation of parameters.
9025
dcd27ddf
SM
90262017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9027
9028 * gdb.python/py-unwind.exp: Disable stack protection when
9029 building test file.
9030
47e77640
PA
90312017-07-20 Pedro Alves <palves@redhat.com>
9032
9033 * gdb.base/default.exp (set language): Adjust expected output.
9034
62d2a18a
PA
90352017-07-20 Pedro Alves <palves@redhat.com>
9036
9037 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9038 (test_minsym): ... this, and make static.
9039 (get_pck__foo__bar__minsym): Rename to ...
9040 (get_test_minsym): ... this.
9041 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9042 symbol names and comments.
9043 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9044 (get_test_minsym): ... this.
9045 (pck__foo__bar__minsym__2): Rename to ...
9046 (test_minsym): ... this.
9047 (main): Adjust.
9048
c45ec17c
PA
90492017-07-17 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.base/completion.exp: Adjust expected output.
9052 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9053 the completer works.
9054
c6756f62
PA
90552017-07-17 Pedro Alves <palves@redhat.com>
9056
9057 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9058
5bd68487
AB
90592017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9060
9061 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9062
8880f2a9
TT
90632017-07-14 Tom Tromey <tom@tromey.com>
9064
9065 PR rust/21764:
9066 * gdb.rust/simple.exp: Add tests.
9067
65547233
TT
90682017-07-14 Tom Tromey <tom@tromey.com>
9069
9070 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9071
8f14146e
PA
90722017-07-14 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.linespec/base/one/thefile.cc (z1): New function.
9075 * gdb.linespec/base/two/thefile.cc (z2): New function.
9076 * gdb.linespec/linespec.exp: Add tests.
9077
b4365d02
AB
90782017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9079
9080 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9081 to mi_create_breakpoint.
9082
5d2cbaa5
AB
90832017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9084
9085 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9086 mi_create_breakpoint.
9087
11cb5716
IB
90882017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9089
9090 * gdb.dlang/demangle.exp: Update for demangling changes.
9091
03278692
TT
90922017-07-09 Tom Tromey <tom@tromey.com>
9093
9094 * gdb.dwarf2/shortpiece.exp: New file.
9095
33c5cd75
DB
90962017-07-06 David Blaikie <dblaikie@gmail.com>
9097
9098 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9099 built from fissiont-multi-cu{1,2}.c.
9100 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9101 except putting 'main' and 'func' in separate CUs in the same DWO file.
9102 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9103 test.
9104 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9105 test.
9106
8455d262
PA
91072017-07-06 Pedro Alves <palves@redhat.com>
9108
9109 * gdb.python/py-unwind.exp: Test flushregs.
9110
dc4bde35
SDJ
91112017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9112
9113 PR cli/21688
9114 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9115 tests for alias commands and trailing whitespace.
9116
51ed89aa
SDJ
91172017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9118
9119 PR cli/21688
9120 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9121 procedure. Call it.
9122
eb17d413
PA
91232017-06-29 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/printcmds.exp: Add tests.
9126
41664b45
DG
91272017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9128
9129 PR gdb/21337
9130 * gdb.base/reread-readsym.exp: New file.
9131 * gdb.base/reread-readsym.c: New file.
9132
75312ae3
KB
91332017-06-21 Kevin Buettner <kevinb@redhat.com>
9134
9135 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9136 subpattern.
9137
66953522
PB
91382017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9139
9140 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9141 extended mnemonic.
9142 * gdb.arch/powerpc-power9.s: Likewise.
9143
5524b525
AA
91442017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9145
9146 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9147 on 32-bit x86 targets. Exploit is_*_target macros where
9148 appropriate.
9149
03c8af18
AA
91502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9151
9152 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9153 register pieces.
9154
3bf31011
AA
91552017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9156
9157 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9158 located in one or more DWARF pieces.
9159
805acca0
AA
91602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9161
9162 * lib/gdb.exp (get_endianness): New proc.
9163 * gdb.arch/aarch64-fp.exp: Use it.
9164 * gdb.arch/altivec-regs.exp: Likewise.
9165 * gdb.arch/e500-regs.exp: Likewise.
9166 * gdb.arch/vsx-regs.exp: Likewise.
9167 * gdb.base/dump.exp: Likewise.
9168 * gdb.base/funcargs.exp: Likewise.
9169 * gdb.base/gnu_vector.exp: Likewise.
9170 * gdb.dwarf2/formdata16.exp: Likewise.
9171 * gdb.dwarf2/implptrpiece.exp: Likewise.
9172 * gdb.dwarf2/nonvar-access.exp: Likewise.
9173 * gdb.python/py-inferior.exp: Likewise.
9174 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9175
e9352324
AA
91762017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9177
9178 PR gdb/21226
9179 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9180 stack value pieces are taken from the LSB end.
9181
d5d1163e
AA
91822017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9183
9184 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9185 variable at nonzero offset.
9186
0567c986
AA
91872017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9188
9189 * gdb.dwarf2/var-access.c: New file.
9190 * gdb.dwarf2/var-access.exp: New test.
9191 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9192
973e9aab
TT
91932017-06-12 Tom Tromey <tom@tromey.com>
9194
9195 * gdb.dwarf2/formdata16.exp: Add tests.
9196
d9109c80
TT
91972017-06-12 Tom Tromey <tom@tromey.com>
9198
9199 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9200
30a25466
TT
92012017-06-12 Tom Tromey <tom@tromey.com>
9202
9203 PR exp/16225:
9204 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9205 * gdb.arch/vsx-regs.exp: Update tests.
9206 * gdb.arch/s390-vregs.exp (hex128): New proc.
9207 Update test.
9208 * gdb.arch/altivec-regs.exp: Update tests.
9209
aefd8b33
SDJ
92102017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9211
9212 * gdb.base/startup-with-shell.c: New file.
9213 * gdb.base/startup-with-shell.exp: Likewise.
9214
2090129c
SDJ
92152017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9216
9217 * gdb.server/non-existing-program.exp: Update regex in order to
9218 reflect the fact that gdbserver is now using fork_inferior (with a
9219 shell) to startup the inferior.
9220
8e86a419
SM
92212017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9222
9223 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9224 support function calls from GDB.
9225
e6cf65f2
TT
92262017-05-21 Tom Tromey <tom@tromey.com>
9227
9228 PR rust/21466:
9229 * gdb.rust/unsized.exp: New file.
9230 * gdb.rust/unsized.rs: New file.
9231
43cc5389
TT
92322017-05-19 Tom Tromey <tom@tromey.com>
9233
9234 PR rust/21484:
9235 * gdb.rust/watch.exp: New file.
9236 * gdb.rust/watch.rs: New file.
9237
ec8df234
TT
92382017-05-18 Tom Tromey <tom@tromey.com>
9239
9240 * gdb.rust/simple.exp: Allow Box to be qualified.
9241
3e3e7fae
TP
92422017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9243
9244 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9245
59cc050d
PA
92462017-05-18 Pedro Alves <palves@redhat.com>
9247
9248 * gdb.base/fileio.c (test_write, test_read, test_close)
9249 (test_fstat): Don't print 'ret' in the fail path.
9250
c8f6abd1
PA
92512017-05-18 Pedro Alves <palves@redhat.com>
9252
9253 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9254 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9255 (test_system, test_rename, test_unlink, test_time): Change
9256 prototypes.
9257 * gdb.base/fileio.exp (stop_msg): Adjust.
9258
d2a03b77
PA
92592017-05-18 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/fileio.c (null_str): New global.
9262 (test_stat): Use it.
9263 * gdb.base/fileio.exp: Remove nowarnings.
9264
0d5c6999
YQ
92652017-05-17 Yao Qi <yao.qi@linaro.org>
9266
9267 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9268
21873064
YQ
92692017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9270
9271 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9272 argument command.
9273 (top-level): Invoke test_set_inferior_tty.
9274
d512d31c
PA
92752017-05-04 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9278 Add parens to print call for Python 3.
9279
90cef2ed
KS
92802017-05-03 Keith Seitz <keiths@redhat.com>
9281
9282 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9283 (main): Call it.
9284
14f819c8
TW
92852017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9286
9287 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9288 to prev and next.
9289
913aeadd
TW
92902017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9291
9292 * gdb.python/py-record-btrace.exp: Remove test for
9293 gdb.BtraceInstruction.error.
9294
a3be24ad
TW
92952017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9296
9297 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9298
ae20e79a
TW
92992017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9300
9301 * gdb.python/py-record-btrace-threads.c: New file.
9302 * gdb.python/py-record-btrace-threads.exp: New file.
9303
45ce1b47
SDJ
93042017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9305
9306 PR testsuite/8595
9307 * gdb.base/environ.exp: Make test available in all architectures.
9308 Move bits related to "info program" testing to
9309 gdb.base/info-program.exp. Rewrite tests to use the two new
9310 procedures mentione below.
9311 (test_set_show_env_var) New procedure.
9312 (test_set_show_env_var_equal): Likewise.
9313 * gdb.base/info-program.exp: New file.
9314
e15c3eb4
KS
93152017-04-27 Keith Seitz <keiths@redhat.com>
9316
9317 * gdb.cp/oranking.cc (test15): New function.
9318 (main): Call test15 and declare additional variables for testing.
9319 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9320 "p foo101('abc')" tests.
9321 Add tests for cv qualifier overloads.
9322 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9323 "lvalue reference overload" test.
9324 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9325 "print value of f1 on Child&& in f2" test.
9326
3a3fd0fd
PA
93272017-04-19 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9330 procedure.
9331 (top level): Call it.
9332 * lib/gdb.exp (gdb_define_cmd): New procedure.
9333
53375380
PA
93342017-04-12 Pedro Alves <palves@redhat.com>
9335
9336 PR gdb/21323
9337 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9338 (wchar): New global.
9339 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9340 (do_test_wide_char, wide_char_types_no_program, top level): Add
9341 wchar_t testing.
9342
53e710ac
PA
93432017-04-12 Pedro Alves <palves@redhat.com>
9344
9345 PR c++/21323
9346 * gdb.cp/wide_char_types.c: New file.
9347 * gdb.cp/wide_char_types.exp: New file.
9348
0ad9d8c7
SDJ
93492017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9350
9351 PR gdb/21352
9352 * gdb.trace/tsv.exp: Add test for "tsave -r".
9353
b1b45502
IB
93542017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9355
9356 * gdb.dlang/watch-loc.c: New file.
9357 * gdb.dlang/watch-loc.exp: New file.
9358
ec13808e
JK
93592017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9362
fe5f7374
AK
93632017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9364
9365 * gdb.arch/arc-analyze-prologue.S: New file.
9366 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9367
eea78757
AK
93682017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9369
9370 * gdb.arch/arc-decode-insn.S: New file.
9371 * gdb.arch/arc-decode-insn.exp: Likewise.
9372
5badf10a
IR
93732017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9374
9375 PR tdep/20928
9376 * gdb.arch/sparc64-regs.exp: New file.
9377 * gdb.arch/sparc64-regs.S: Likewise.
9378
cee59b3f
TW
93792017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9380
9381 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9382 and memory view on Python 3.
9383
c0f55cc6
AV
93842017-03-20 Artemiy Volkov <artemiyv@acm.org>
9385 Keith Seitz <keiths@redhat.com>
9386
9387 PR gdb/14441
9388 * gdb.cp/demangle.exp: Add rvalue reference tests.
9389 * gdb.cp/rvalue-ref-casts.cc: New file.
9390 * gdb.cp/rvalue-ref-casts.exp: New file.
9391 * gdb.cp/rvalue-ref-overload.cc: New file.
9392 * gdb.cp/rvalue-ref-overload.exp: New file.
9393 * gdb.cp/rvalue-ref-params.cc: New file.
9394 * gdb.cp/rvalue-ref-params.exp: New file.
9395 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9396 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9397 * gdb.cp/rvalue-ref-types.cc: New file.
9398 * gdb.cp/rvalue-ref-types.exp: New file.
9399 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9400 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9401
51457a05
MAL
94022017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9403
9404 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9405 New procedure.
9406
5b291c04
MAL
94072017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9408
9409 * lib/mi-support.exp (mi_gdb_test): Add additional message
9410 for unexpected output.
9411
59a56148
AA
94122017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9413
9414 * gdb.base/examine-backward.c (Barrier): New character array
9415 constant, to ensure that TestStrings is preceded by a string
9416 terminator.
9417
7942e96e
AA
94182017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9419
9420 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9421 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9422 and implicit pointer into such a location.
9423
6ebac3fb
DE
94242017-03-16 Doug Evans <dje@google.com>
9425
9426 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9427
ec3b243d
TP
94282017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9429
9430 * gdb.cp/m-static.exp: Fix expectation for prototype of
9431 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9432
94332017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9434
9435 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9436 * gdb.guile/scm-lazy-string.c: New file.
9437 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9438 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9439 for pointer, array, typedef lazy strings.
9440
2cc36e25 94412017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9442
9443 PR python/17728, python/18439, python/18779
9444 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9445 * gdb.python/py-lazy-string.c (pointer): New typedef.
9446 (main): New locals ptr, array, typedef_ptr.
9447 * gdb.python/py-value.exp: Move lazy string tests to ...
9448 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9449 array, typedef lazy strings.
ec3b243d 9450
0efcde63
AK
94512017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9452
9453 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9454 Add optional 'test' parameter.
9455
7978d7c3
SM
94562017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9457
9458 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9459 Skip for versions of DejaGnu < 1.5.
9460
896c0c1e
SM
94612017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9462
9463 * lib/gdb.exp (dejagnu_version): New proc.
9464 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9465 Use dejagnu_version.
9466
5f4d1085
KS
94672017-03-10 Keith Seitz <keiths@redhat.com>
9468
9469 PR c++/8128
9470 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9471 type from destructor regexps.
9472 Add a branch which actually passes the test.
9473 Adjust "ptype t5i" test names.
9474
1de05205
PA
94752017-03-08 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/step-over-exit.exp: Add explicit test message.
9478
c65d6b55
PA
94792017-03-08 Pedro Alves <palves@redhat.com>
9480
9481 PR gdb/18360
9482 * gdb.threads/interrupt-while-step-over.c: New file.
9483 * gdb.threads/interrupt-while-step-over.exp: New file.
9484
2e86a283
PA
94852017-03-08 Pedro Alves <palves@redhat.com>
9486
9487 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9488 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9489
25dcbff6
PA
94902017-03-08 Pedro Alves <palves@redhat.com>
9491
9492 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9493 PKRU as not supported as a PASS.
9494
dc9366eb
PA
94952017-03-08 Pedro Alves <palves@redhat.com>
9496
9497 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9498 prefix instead of $binfile1/$binfile2.
9499 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9500 in test message.
9501 * gdb.python/py-completion.exp: Use "load python file" as test
9502 messages instead of unstable path names.
9503
6e5d74e7
PA
95042017-03-08 Pedro Alves <palves@redhat.com>
9505 Jan Kratochvil <jan.kratochvil@redhat.com>
9506
9507 PR cli/21218
9508 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9509 New proc.
9510 (top level): Call it.
9511
9753a2f6
PA
95122017-03-08 Pedro Alves <palves@redhat.com>
9513
9514 PR tui/21216
9515 * gdb.tui/tui-nl-filtered-output.exp: New file.
9516
1a4dd9dd
PA
95172017-03-08 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.base/completion.exp: Move TUI completion tests to ...
9520 * gdb.tui/completion.exp: ... this new file.
9521
7cbbff33
PA
95222017-03-08 Pedro Alves <palves@redhat.com>
9523
9524 * gdb.base/tui-disasm-long-lines.c,
9525 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9526 gdb.base/tui-layout.exp: Move to ...
9527 * gdb.tui/: ... this new directory.
9528
5f6fd321
PA
95292017-03-07 Pedro Alves <palves@redhat.com>
9530
9531 * gdb.base/tui-layout.c: New file.
9532 * gdb.base/tui-layout.exp: New file.
9533
44959fa8
PA
95342017-03-07 Pedro Alves <palves@redhat.com>
9535
9536 * gdb.base/tui-layout.c: Rename to ...
9537 * gdb.base/tui-disasm-long-lines.c: ... this.
9538 * gdb.base/tui-layout.exp: Rename to ...
9539 * gdb.base/tui-disasm-long-lines.exp: ... this.
9540
f8c4e718
PA
95412017-03-07 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9544
6dbb839a 95452017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9546
9547 * i386-mpx-call.c: New file.
9548 * i386-mpx-call.exp: New file.
9549
65b48a81
PB
95502017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9551
9552 * gdb.arch/powerpc-power.exp: Delete test.
9553 * gdb.arch/powerpc-power.s: Likewise.
9554 * gdb.disasm/disassembler-options.exp: New test.
9555 * gdb.arch/powerpc-altivec.exp: Likewise.
9556 * gdb.arch/powerpc-altivec.s: Likewise.
9557 * gdb.arch/powerpc-altivec2.exp: Likewise.
9558 * gdb.arch/powerpc-altivec2.s: Likewise.
9559 * gdb.arch/powerpc-altivec3.exp: Likewise.
9560 * gdb.arch/powerpc-altivec3.s: Likewise.
9561 * gdb.arch/powerpc-power7.exp: Likewise.
9562 * gdb.arch/powerpc-power7.s: Likewise.
9563 * gdb.arch/powerpc-power8.exp: Likewise.
9564 * gdb.arch/powerpc-power8.s: Likewise.
9565 * gdb.arch/powerpc-power9.exp: Likewise.
9566 * gdb.arch/powerpc-power9.s: Likewise.
9567 * gdb.arch/powerpc-vsx.exp: Likewise.
9568 * gdb.arch/powerpc-vsx.s: Likewise.
9569 * gdb.arch/powerpc-vsx2.exp: Likewise.
9570 * gdb.arch/powerpc-vsx2.s: Likewise.
9571 * gdb.arch/powerpc-vsx3.exp: Likewise.
9572 * gdb.arch/powerpc-vsx3.s: Likewise.
9573 * gdb.arch/arm-disassembler-options.exp: Likewise.
9574 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9575 * gdb.arch/s390-disassembler-options.exp: Likewise.
9576
17cd4947
LM
95772017-02-23 Luis Machado <lgustavo@codesourcery.com>
9578
9579 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9580 (check_supported_features): ... this. Changed return type to void.
9581 (supports_rdseed): New static global.
9582 (rdseed): Check supports_rdseed.
9583 (initialize): Call check_supported_features.
9584
2039d74e
EBM
95852017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9586
9587 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9588 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9589 and lqarx/stqcx.
9590 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9591 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9592
a51d7ecf
EBM
95932017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9594
9595 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9596 uppercase.
9597
0224619f
JK
95982017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9599
9600 * gdb.dwarf2/formdata16.c: New file.
9601 * gdb.dwarf2/formdata16.exp: New file.
9602 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9603
216f72a1
JK
96042017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9607 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9608 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9609 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9610 DW_AT_GNU_*.
9611
43988095
JK
96122017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9613
9614 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9615
99e8a4f9
SDJ
96162017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9617
9618 PR gdb/21164
9619 * gdb.base/maint.exp: Add testcases for when the commands do
9620 not have arguments.
9621
b58a8c0c
TP
96222017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9623
9624 * gdb.cp/chained-calls.exp: Use p instead of P.
9625
4e746bb6
TW
96262017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9627
9628 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9629 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9630
3f77c769
TT
96312017-02-14 Tom Tromey <tom@tromey.com>
9632
9633 PR python/13598:
9634 * gdb.python/py-events.exp: Add before_prompt event tests.
9635
075beec0
AA
96362017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9637
9638 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9639
bf5f525c
LM
96402017-02-13 Luis Machado <lgustavo@codesourcery.com>
9641
9642 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9643 (main): Call my_unique_function_name.
9644 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9645 completion of patterns with a single match.
9646 Add missing -re switches to gdb_test_multiple calls.
9647
13a66184
LM
96482017-02-13 Luis Machado <lgustavo@codesourcery.com>
9649
9650 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9651 return if core file is not recognized.
9652
26a06916
SM
96532017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9654
9655 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9656 and extra UIs.
9657
b761ca9e
SM
96582017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9659
9660 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9661 proc_with_prefix.
9662
b964bee0
TT
96632017-02-10 Tom Tromey <tom@tromey.com>
9664
9665 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9666
18da0c51
MG
96672017-02-10 Martin Galvan <martingalvan@sourceware.org>
9668
9669 PR gdb/21122
9670 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9671
604c4576
JG
96722017-02-08 Jerome Guitton <guitton@adacore.com>
9673
9674 * gdb.base/define.exp: Add test for command abbreviations
9675 in define.
9676
20b477a7
LM
96772017-02-06 Luis Machado <lgustavo@codesourcery.com>
9678
9679 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9680 * gdb.reverse/insn-reverse-x86.c: New file.
9681
3f7b46f2
IR
96822017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9683
9684 PR tdep/20936
9685 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9686
f0fd41c1
TT
96872017-02-03 Tom Tromey <tom@tromey.com>
9688
9689 PR rust/21097:
9690 * gdb.rust/simple.exp: Add new tests.
9691
5be5dbf0
PA
96922017-02-02 Pedro Alves <palves@redhat.com>
9693
9694 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9695 tests.
9696
7346ef59
AA
96972017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9698
9699 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9700 taking a 2-byte value out of a 4-byte DWARF implicit value on
9701 big-endian targets.
9702 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9703 logic. Add test cases for DW_OP_implicit.
9704
787f0025
MM
97052017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9706
9707 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9708
68777c29
MM
97092017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9710
9711 * gdb.btrace/enable.exp: Call gdb_exit before
9712 skip_gdbserver_tests.
9713
0a1c7e28
MM
97142017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9715
9716 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9717 GDBFLAGS.
9718
b5ac99b0
MM
97192017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9720
9721 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9722 the test is skipped.
9723 * gdb.btrace/data.exp: Likewise.
9724 * gdb.btrace/delta.exp: Likewise.
9725 * gdb.btrace/dlopen.exp: Likewise.
9726 * gdb.btrace/enable-running.exp: Likewise.
9727 * gdb.btrace/enable.exp: Likewise.
9728 * gdb.btrace/exception.exp: Likewise.
9729 * gdb.btrace/function_call_history.exp: Likewise.
9730 * gdb.btrace/gcore.exp: Likewise.
9731 * gdb.btrace/instruction_history.exp: Likewise.
9732 * gdb.btrace/multi-thread-step.exp: Likewise.
9733 * gdb.btrace/nohist.exp: Likewise.
9734 * gdb.btrace/non-stop.exp: Likewise.
9735 * gdb.btrace/reconnect.exp: Likewise.
9736 * gdb.btrace/record_goto-step.exp: Likewise.
9737 * gdb.btrace/record_goto.exp: Likewise.
9738 * gdb.btrace/rn-dl-bind.exp: Likewise.
9739 * gdb.btrace/segv.exp: Likewise.
9740 * gdb.btrace/step.exp: Likewise.
9741 * gdb.btrace/stepi.exp: Likewise.
9742 * gdb.btrace/tailcall-only.exp: Likewise.
9743 * gdb.btrace/tailcall.exp: Likewise.
9744 * gdb.btrace/tsx.exp: Likewise.
9745 * gdb.btrace/unknown_functions.exp: Likewise.
9746 * gdb.btrace/vdso.exp: Likewise.
9747
cd4007e4
MM
97482017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9749
9750 * gdb.btrace/enable-running.c: New.
9751 * gdb.btrace/enable-running.exp: New.
9752
2735833d
WT
97532017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9754
9755 * gdb.arch/amd64-gs_base.c: New file.
9756 * gdb.arch/amd64-gs_base.exp: New file.
9757
b51e1e94
LM
97582017-01-26 Luis Machado <lgustavo@codesourcery.com>
9759
9760 * lib/memory.exp: Remove spurious empty newlines.
9761
72ca0410
SM
97622017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9763
9764 * gdb.python/py-bad-printers.exp: Load python file using "source".
9765 * gdb.python/py-events.exp: Likewise.
9766 * gdb.python/py-evsignal.exp: Likewise.
9767 * gdb.python/py-evthreads.exp: Likewise.
9768 * gdb.python/py-frame-args.exp: Likewise.
9769 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9770 * gdb.python/py-framefilter-mi.exp: Likewise.
9771 * gdb.python/py-framefilter.exp: Likewise.
9772 * gdb.python/py-mi.exp: Likewise.
9773 * gdb.python/py-pp-maint.exp: Likewise.
9774 * gdb.python/py-pp-registration.exp: Likewise.
9775 * gdb.python/py-prettyprint.exp: Likewise.
9776 (run_lang_tests): Likewise.
9777 * gdb.python/py-typeprint.exp: Likewise.
9778
e309aa65
LM
97792017-01-26 Luis Machado <lgustavo@codesourcery.com>
9780
9781 * lib/memory.exp: New file.
9782 * lib/gdb.exp: Load memory.exp.
9783 * gdb.base/memattr.exp (delete_memory): Move proc to
9784 lib/memory.exp and rename to delete_memory_regions.
9785 Replace delete_memory with delete_memory_regions.
9786 Cleanup memory regions before tests.
9787 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9788 before tests.
9789
515aff23
LM
97902017-01-26 Luis Machado <lgustavo@codesourcery.com>
9791
9792 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9793 files.
9794 (initialize): New function conditionally defined.
9795 (testcases): Move within conditional block.
9796 (main): Call initialize.
9797 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9798 of gdb.reverse/insn-reverse.c.
9799 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9800 gdb.reverse/insn-reverse.c.
9801
d8b49cf0
YQ
98022017-01-26 Yao Qi <yao.qi@linaro.org>
9803
9804 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9805 disassemble on address 0.
9806
f13a9a0c
YQ
98072017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9808 Yao Qi <yao.qi@linaro.org>
9809
9810 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9811 * gdb.dwarf2/implptr-64bit.S: Remove.
9812 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9813 variables in caller's context. Add DW_OP_implicit_value.
9814
5ac95241
YQ
98152017-01-25 Yao Qi <yao.qi@linaro.org>
9816
9817 * lib/dwarf.exp (Dwarf::_location): Handle
9818 DW_OP_GNU_implicit_pointer with proper size.
9819
23e82930
LM
98202017-01-20 Luis Machado <lgustavo@codesourcery.com>
9821
9822 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9823 and add untested calls.
9824
d334ae25
LM
98252017-01-20 Luis Machado <lgustavo@codesourcery.com>
9826
9827 * gdb.python/python.exp: Check line number against what GDB thinks
9828 the line number is for func1.
9829
f5e6296e
IB
98302017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9831
9832 * gdb.dlang/debug-expr.exp: New file.
9833
5b362f04
LM
98342016-12-23 Luis Machado <lgustavo@codesourcery.com>
9835
9836 Fix test names for the following files:
9837
9838 * gdb.ada/exec_changed.exp
9839 * gdb.ada/info_types.exp
9840 * gdb.arch/aarch64-atomic-inst.exp
9841 * gdb.arch/aarch64-fp.exp
9842 * gdb.arch/altivec-abi.exp
9843 * gdb.arch/altivec-regs.exp
9844 * gdb.arch/amd64-byte.exp
9845 * gdb.arch/amd64-disp-step.exp
9846 * gdb.arch/amd64-dword.exp
9847 * gdb.arch/amd64-entry-value-inline.exp
9848 * gdb.arch/amd64-entry-value-param.exp
9849 * gdb.arch/amd64-entry-value-paramref.exp
9850 * gdb.arch/amd64-entry-value.exp
9851 * gdb.arch/amd64-i386-address.exp
9852 * gdb.arch/amd64-invalid-stack-middle.exp
9853 * gdb.arch/amd64-invalid-stack-top.exp
9854 * gdb.arch/amd64-optimout-repeat.exp
9855 * gdb.arch/amd64-prologue-skip.exp
9856 * gdb.arch/amd64-prologue-xmm.exp
9857 * gdb.arch/amd64-stap-special-operands.exp
9858 * gdb.arch/amd64-stap-wrong-subexp.exp
9859 * gdb.arch/amd64-tailcall-cxx.exp
9860 * gdb.arch/amd64-tailcall-noret.exp
9861 * gdb.arch/amd64-tailcall-ret.exp
9862 * gdb.arch/amd64-tailcall-self.exp
9863 * gdb.arch/amd64-word.exp
9864 * gdb.arch/arm-bl-branch-dest.exp
9865 * gdb.arch/arm-disp-step.exp
9866 * gdb.arch/arm-neon.exp
9867 * gdb.arch/arm-single-step-kernel-helper.exp
9868 * gdb.arch/avr-flash-qualifier.exp
9869 * gdb.arch/disp-step-insn-reloc.exp
9870 * gdb.arch/e500-abi.exp
9871 * gdb.arch/e500-regs.exp
9872 * gdb.arch/ftrace-insn-reloc.exp
9873 * gdb.arch/i386-avx512.exp
9874 * gdb.arch/i386-bp_permanent.exp
9875 * gdb.arch/i386-byte.exp
9876 * gdb.arch/i386-cfi-notcurrent.exp
9877 * gdb.arch/i386-disp-step.exp
9878 * gdb.arch/i386-dr3-watch.exp
9879 * gdb.arch/i386-float.exp
9880 * gdb.arch/i386-gnu-cfi.exp
9881 * gdb.arch/i386-mpx-map.exp
9882 * gdb.arch/i386-mpx-sigsegv.exp
9883 * gdb.arch/i386-mpx-simple_segv.exp
9884 * gdb.arch/i386-mpx.exp
9885 * gdb.arch/i386-permbkpt.exp
9886 * gdb.arch/i386-prologue.exp
9887 * gdb.arch/i386-signal.exp
9888 * gdb.arch/i386-size-overlap.exp
9889 * gdb.arch/i386-unwind.exp
9890 * gdb.arch/i386-word.exp
9891 * gdb.arch/mips-fcr.exp
9892 * gdb.arch/powerpc-d128-regs.exp
9893 * gdb.arch/powerpc-stackless.exp
9894 * gdb.arch/ppc64-atomic-inst.exp
9895 * gdb.arch/s390-stackless.exp
9896 * gdb.arch/s390-tdbregs.exp
9897 * gdb.arch/s390-vregs.exp
9898 * gdb.arch/sparc-sysstep.exp
9899 * gdb.arch/thumb-bx-pc.exp
9900 * gdb.arch/thumb-singlestep.exp
9901 * gdb.arch/thumb2-it.exp
9902 * gdb.arch/vsx-regs.exp
9903 * gdb.asm/asm-source.exp
9904 * gdb.base/a2-run.exp
9905 * gdb.base/advance.exp
9906 * gdb.base/all-bin.exp
9907 * gdb.base/anon.exp
9908 * gdb.base/args.exp
9909 * gdb.base/arithmet.exp
9910 * gdb.base/async-shell.exp
9911 * gdb.base/async.exp
9912 * gdb.base/attach-pie-noexec.exp
9913 * gdb.base/attach-twice.exp
9914 * gdb.base/auto-load.exp
9915 * gdb.base/bang.exp
9916 * gdb.base/bitfields.exp
9917 * gdb.base/break-always.exp
9918 * gdb.base/break-caller-line.exp
9919 * gdb.base/break-entry.exp
9920 * gdb.base/break-inline.exp
9921 * gdb.base/break-on-linker-gcd-function.exp
9922 * gdb.base/break-probes.exp
9923 * gdb.base/break.exp
9924 * gdb.base/breakpoint-shadow.exp
9925 * gdb.base/call-ar-st.exp
9926 * gdb.base/call-sc.exp
9927 * gdb.base/call-signal-resume.exp
9928 * gdb.base/call-strs.exp
9929 * gdb.base/callfuncs.exp
9930 * gdb.base/catch-fork-static.exp
9931 * gdb.base/catch-gdb-caused-signals.exp
9932 * gdb.base/catch-load.exp
9933 * gdb.base/catch-signal-fork.exp
9934 * gdb.base/catch-signal.exp
9935 * gdb.base/catch-syscall.exp
9936 * gdb.base/charset.exp
9937 * gdb.base/checkpoint.exp
9938 * gdb.base/chng-syms.exp
9939 * gdb.base/code-expr.exp
9940 * gdb.base/code_elim.exp
9941 * gdb.base/commands.exp
9942 * gdb.base/completion.exp
9943 * gdb.base/complex.exp
9944 * gdb.base/cond-expr.exp
9945 * gdb.base/condbreak.exp
9946 * gdb.base/consecutive.exp
9947 * gdb.base/continue-all-already-running.exp
9948 * gdb.base/coredump-filter.exp
9949 * gdb.base/corefile.exp
9950 * gdb.base/dbx.exp
9951 * gdb.base/debug-expr.exp
9952 * gdb.base/define.exp
9953 * gdb.base/del.exp
9954 * gdb.base/disabled-location.exp
9955 * gdb.base/disasm-end-cu.exp
9956 * gdb.base/disasm-optim.exp
9957 * gdb.base/display.exp
9958 * gdb.base/duplicate-bp.exp
9959 * gdb.base/ena-dis-br.exp
9960 * gdb.base/ending-run.exp
9961 * gdb.base/enumval.exp
9962 * gdb.base/environ.exp
9963 * gdb.base/eu-strip-infcall.exp
9964 * gdb.base/eval-avoid-side-effects.exp
9965 * gdb.base/eval-skip.exp
9966 * gdb.base/exitsignal.exp
9967 * gdb.base/expand-psymtabs.exp
9968 * gdb.base/filesym.exp
9969 * gdb.base/find-unmapped.exp
9970 * gdb.base/finish.exp
9971 * gdb.base/float.exp
9972 * gdb.base/foll-exec-mode.exp
9973 * gdb.base/foll-exec.exp
9974 * gdb.base/foll-fork.exp
9975 * gdb.base/fortran-sym-case.exp
9976 * gdb.base/freebpcmd.exp
9977 * gdb.base/func-ptr.exp
9978 * gdb.base/func-ptrs.exp
9979 * gdb.base/funcargs.exp
9980 * gdb.base/gcore-buffer-overflow.exp
9981 * gdb.base/gcore-relro-pie.exp
9982 * gdb.base/gcore-relro.exp
9983 * gdb.base/gcore.exp
9984 * gdb.base/gdb1090.exp
9985 * gdb.base/gdb11530.exp
9986 * gdb.base/gdb11531.exp
9987 * gdb.base/gdb1821.exp
9988 * gdb.base/gdbindex-stabs.exp
9989 * gdb.base/gdbvars.exp
9990 * gdb.base/hbreak.exp
9991 * gdb.base/hbreak2.exp
9992 * gdb.base/included.exp
9993 * gdb.base/infcall-input.exp
9994 * gdb.base/inferior-died.exp
9995 * gdb.base/infnan.exp
9996 * gdb.base/info-macros.exp
9997 * gdb.base/info-os.exp
9998 * gdb.base/info-proc.exp
9999 * gdb.base/info-shared.exp
10000 * gdb.base/info-target.exp
10001 * gdb.base/infoline.exp
10002 * gdb.base/interp.exp
10003 * gdb.base/interrupt.exp
10004 * gdb.base/jit-reader.exp
10005 * gdb.base/jit-simple.exp
10006 * gdb.base/kill-after-signal.exp
10007 * gdb.base/kill-detach-inferiors-cmd.exp
10008 * gdb.base/label.exp
10009 * gdb.base/langs.exp
10010 * gdb.base/ldbl_e308.exp
10011 * gdb.base/line-symtabs.exp
10012 * gdb.base/linespecs.exp
10013 * gdb.base/list.exp
10014 * gdb.base/long_long.exp
10015 * gdb.base/longest-types.exp
10016 * gdb.base/maint.exp
10017 * gdb.base/max-value-size.exp
10018 * gdb.base/memattr.exp
10019 * gdb.base/mips_pro.exp
10020 * gdb.base/morestack.exp
10021 * gdb.base/moribund-step.exp
10022 * gdb.base/multi-forks.exp
10023 * gdb.base/nested-addr.exp
10024 * gdb.base/nextoverexit.exp
10025 * gdb.base/noreturn-finish.exp
10026 * gdb.base/noreturn-return.exp
10027 * gdb.base/nostdlib.exp
10028 * gdb.base/offsets.exp
10029 * gdb.base/opaque.exp
10030 * gdb.base/pc-fp.exp
10031 * gdb.base/permissions.exp
10032 * gdb.base/print-symbol-loading.exp
10033 * gdb.base/prologue-include.exp
10034 * gdb.base/psymtab.exp
10035 * gdb.base/ptype.exp
10036 * gdb.base/random-signal.exp
10037 * gdb.base/randomize.exp
10038 * gdb.base/range-stepping.exp
10039 * gdb.base/readline-ask.exp
10040 * gdb.base/recpar.exp
10041 * gdb.base/recurse.exp
10042 * gdb.base/relational.exp
10043 * gdb.base/restore.exp
10044 * gdb.base/return-nodebug.exp
10045 * gdb.base/return.exp
10046 * gdb.base/run-after-attach.exp
10047 * gdb.base/save-bp.exp
10048 * gdb.base/scope.exp
10049 * gdb.base/sect-cmd.exp
10050 * gdb.base/set-lang-auto.exp
10051 * gdb.base/set-noassign.exp
10052 * gdb.base/setvar.exp
10053 * gdb.base/sigall.exp
10054 * gdb.base/sigbpt.exp
10055 * gdb.base/siginfo-addr.exp
10056 * gdb.base/siginfo-infcall.exp
10057 * gdb.base/siginfo-obj.exp
10058 * gdb.base/siginfo.exp
10059 * gdb.base/signals-state-child.exp
10060 * gdb.base/signest.exp
10061 * gdb.base/sigstep.exp
10062 * gdb.base/sizeof.exp
10063 * gdb.base/skip.exp
10064 * gdb.base/solib-corrupted.exp
10065 * gdb.base/solib-nodir.exp
10066 * gdb.base/solib-search.exp
10067 * gdb.base/stack-checking.exp
10068 * gdb.base/stale-infcall.exp
10069 * gdb.base/stap-probe.exp
10070 * gdb.base/start.exp
10071 * gdb.base/step-break.exp
10072 * gdb.base/step-bt.exp
10073 * gdb.base/step-line.exp
10074 * gdb.base/step-over-exit.exp
10075 * gdb.base/step-over-syscall.exp
10076 * gdb.base/step-resume-infcall.exp
10077 * gdb.base/step-test.exp
10078 * gdb.base/store.exp
10079 * gdb.base/structs3.exp
10080 * gdb.base/sym-file.exp
10081 * gdb.base/symbol-without-target_section.exp
10082 * gdb.base/term.exp
10083 * gdb.base/testenv.exp
10084 * gdb.base/ui-redirect.exp
10085 * gdb.base/until.exp
10086 * gdb.base/unwindonsignal.exp
10087 * gdb.base/value-double-free.exp
10088 * gdb.base/vla-datatypes.exp
10089 * gdb.base/vla-ptr.exp
10090 * gdb.base/vla-sideeffect.exp
10091 * gdb.base/volatile.exp
10092 * gdb.base/watch-cond-infcall.exp
10093 * gdb.base/watch-cond.exp
10094 * gdb.base/watch-non-mem.exp
10095 * gdb.base/watch-read.exp
10096 * gdb.base/watch-vfork.exp
10097 * gdb.base/watchpoint-cond-gone.exp
10098 * gdb.base/watchpoint-delete.exp
10099 * gdb.base/watchpoint-hw-hit-once.exp
10100 * gdb.base/watchpoint-hw.exp
10101 * gdb.base/watchpoint-stops-at-right-insn.exp
10102 * gdb.base/watchpoints.exp
10103 * gdb.base/wchar.exp
10104 * gdb.base/whatis-exp.exp
10105 * gdb.btrace/buffer-size.exp
10106 * gdb.btrace/data.exp
10107 * gdb.btrace/delta.exp
10108 * gdb.btrace/dlopen.exp
10109 * gdb.btrace/enable.exp
10110 * gdb.btrace/exception.exp
10111 * gdb.btrace/function_call_history.exp
10112 * gdb.btrace/gcore.exp
10113 * gdb.btrace/instruction_history.exp
10114 * gdb.btrace/nohist.exp
10115 * gdb.btrace/reconnect.exp
10116 * gdb.btrace/record_goto-step.exp
10117 * gdb.btrace/record_goto.exp
10118 * gdb.btrace/rn-dl-bind.exp
10119 * gdb.btrace/segv.exp
10120 * gdb.btrace/step.exp
10121 * gdb.btrace/stepi.exp
10122 * gdb.btrace/tailcall-only.exp
10123 * gdb.btrace/tailcall.exp
10124 * gdb.btrace/tsx.exp
10125 * gdb.btrace/unknown_functions.exp
10126 * gdb.btrace/vdso.exp
10127 * gdb.compile/compile-ifunc.exp
10128 * gdb.compile/compile-ops.exp
10129 * gdb.compile/compile-print.exp
10130 * gdb.compile/compile-setjmp.exp
10131 * gdb.cp/abstract-origin.exp
10132 * gdb.cp/ambiguous.exp
10133 * gdb.cp/annota2.exp
10134 * gdb.cp/annota3.exp
10135 * gdb.cp/anon-ns.exp
10136 * gdb.cp/anon-struct.exp
10137 * gdb.cp/anon-union.exp
10138 * gdb.cp/arg-reference.exp
10139 * gdb.cp/baseenum.exp
10140 * gdb.cp/bool.exp
10141 * gdb.cp/breakpoint.exp
10142 * gdb.cp/bs15503.exp
10143 * gdb.cp/call-c.exp
10144 * gdb.cp/casts.exp
10145 * gdb.cp/chained-calls.exp
10146 * gdb.cp/class2.exp
10147 * gdb.cp/classes.exp
10148 * gdb.cp/cmpd-minsyms.exp
10149 * gdb.cp/converts.exp
10150 * gdb.cp/cp-relocate.exp
10151 * gdb.cp/cpcompletion.exp
10152 * gdb.cp/cpexprs.exp
10153 * gdb.cp/cplabel.exp
10154 * gdb.cp/cplusfuncs.exp
10155 * gdb.cp/cpsizeof.exp
10156 * gdb.cp/ctti.exp
10157 * gdb.cp/derivation.exp
10158 * gdb.cp/destrprint.exp
10159 * gdb.cp/dispcxx.exp
10160 * gdb.cp/enum-class.exp
10161 * gdb.cp/exception.exp
10162 * gdb.cp/exceptprint.exp
10163 * gdb.cp/expand-psymtabs-cxx.exp
10164 * gdb.cp/expand-sals.exp
10165 * gdb.cp/extern-c.exp
10166 * gdb.cp/filename.exp
10167 * gdb.cp/formatted-ref.exp
10168 * gdb.cp/fpointer.exp
10169 * gdb.cp/gdb1355.exp
10170 * gdb.cp/gdb2495.exp
10171 * gdb.cp/hang.exp
10172 * gdb.cp/impl-this.exp
10173 * gdb.cp/infcall-dlopen.exp
10174 * gdb.cp/inherit.exp
10175 * gdb.cp/iostream.exp
10176 * gdb.cp/koenig.exp
10177 * gdb.cp/local.exp
10178 * gdb.cp/m-data.exp
10179 * gdb.cp/m-static.exp
10180 * gdb.cp/mb-ctor.exp
10181 * gdb.cp/mb-inline.exp
10182 * gdb.cp/mb-templates.exp
10183 * gdb.cp/member-name.exp
10184 * gdb.cp/member-ptr.exp
10185 * gdb.cp/meth-typedefs.exp
10186 * gdb.cp/method.exp
10187 * gdb.cp/method2.exp
10188 * gdb.cp/minsym-fallback.exp
10189 * gdb.cp/misc.exp
10190 * gdb.cp/namelessclass.exp
10191 * gdb.cp/namespace-enum.exp
10192 * gdb.cp/namespace-nested-import.exp
10193 * gdb.cp/namespace.exp
10194 * gdb.cp/nextoverthrow.exp
10195 * gdb.cp/no-dmgl-verbose.exp
10196 * gdb.cp/non-trivial-retval.exp
10197 * gdb.cp/noparam.exp
10198 * gdb.cp/nsdecl.exp
10199 * gdb.cp/nsimport.exp
10200 * gdb.cp/nsnested.exp
10201 * gdb.cp/nsnoimports.exp
10202 * gdb.cp/nsrecurs.exp
10203 * gdb.cp/nsstress.exp
10204 * gdb.cp/nsusing.exp
10205 * gdb.cp/operator.exp
10206 * gdb.cp/oranking.exp
10207 * gdb.cp/overload-const.exp
10208 * gdb.cp/overload.exp
10209 * gdb.cp/ovldbreak.exp
10210 * gdb.cp/ovsrch.exp
10211 * gdb.cp/paren-type.exp
10212 * gdb.cp/parse-lang.exp
10213 * gdb.cp/pass-by-ref.exp
10214 * gdb.cp/pr-1023.exp
10215 * gdb.cp/pr-1210.exp
10216 * gdb.cp/pr-574.exp
10217 * gdb.cp/pr10687.exp
10218 * gdb.cp/pr12028.exp
10219 * gdb.cp/pr17132.exp
10220 * gdb.cp/pr17494.exp
10221 * gdb.cp/pr9067.exp
10222 * gdb.cp/pr9167.exp
10223 * gdb.cp/pr9631.exp
10224 * gdb.cp/printmethod.exp
10225 * gdb.cp/psmang.exp
10226 * gdb.cp/psymtab-parameter.exp
10227 * gdb.cp/ptype-cv-cp.exp
10228 * gdb.cp/ptype-flags.exp
10229 * gdb.cp/re-set-overloaded.exp
10230 * gdb.cp/ref-types.exp
10231 * gdb.cp/rtti.exp
10232 * gdb.cp/scope-err.exp
10233 * gdb.cp/shadow.exp
10234 * gdb.cp/smartp.exp
10235 * gdb.cp/static-method.exp
10236 * gdb.cp/static-print-quit.exp
10237 * gdb.cp/temargs.exp
10238 * gdb.cp/templates.exp
10239 * gdb.cp/try_catch.exp
10240 * gdb.cp/typedef-operator.exp
10241 * gdb.cp/typeid.exp
10242 * gdb.cp/userdef.exp
10243 * gdb.cp/using-crash.exp
10244 * gdb.cp/var-tag.exp
10245 * gdb.cp/virtbase.exp
10246 * gdb.cp/virtfunc.exp
10247 * gdb.cp/virtfunc2.exp
10248 * gdb.cp/vla-cxx.exp
10249 * gdb.disasm/t01_mov.exp
10250 * gdb.disasm/t02_mova.exp
10251 * gdb.disasm/t03_add.exp
10252 * gdb.disasm/t04_sub.exp
10253 * gdb.disasm/t05_cmp.exp
10254 * gdb.disasm/t06_ari2.exp
10255 * gdb.disasm/t07_ari3.exp
10256 * gdb.disasm/t08_or.exp
10257 * gdb.disasm/t09_xor.exp
10258 * gdb.disasm/t10_and.exp
10259 * gdb.disasm/t11_logs.exp
10260 * gdb.disasm/t12_bit.exp
10261 * gdb.disasm/t13_otr.exp
10262 * gdb.dlang/circular.exp
10263 * gdb.dwarf2/arr-stride.exp
10264 * gdb.dwarf2/arr-subrange.exp
10265 * gdb.dwarf2/atomic-type.exp
10266 * gdb.dwarf2/bad-regnum.exp
10267 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10268 * gdb.dwarf2/callframecfa.exp
10269 * gdb.dwarf2/clztest.exp
10270 * gdb.dwarf2/corrupt.exp
10271 * gdb.dwarf2/data-loc.exp
10272 * gdb.dwarf2/dup-psym.exp
10273 * gdb.dwarf2/dw2-anon-mptr.exp
10274 * gdb.dwarf2/dw2-anonymous-func.exp
10275 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10276 * gdb.dwarf2/dw2-bad-unresolved.exp
10277 * gdb.dwarf2/dw2-basic.exp
10278 * gdb.dwarf2/dw2-canonicalize-type.exp
10279 * gdb.dwarf2/dw2-case-insensitive.exp
10280 * gdb.dwarf2/dw2-common-block.exp
10281 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10282 * gdb.dwarf2/dw2-compressed.exp
10283 * gdb.dwarf2/dw2-const.exp
10284 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10285 * gdb.dwarf2/dw2-cu-size.exp
10286 * gdb.dwarf2/dw2-dup-frame.exp
10287 * gdb.dwarf2/dw2-entry-value.exp
10288 * gdb.dwarf2/dw2-icycle.exp
10289 * gdb.dwarf2/dw2-ifort-parameter.exp
10290 * gdb.dwarf2/dw2-inline-break.exp
10291 * gdb.dwarf2/dw2-inline-param.exp
10292 * gdb.dwarf2/dw2-intercu.exp
10293 * gdb.dwarf2/dw2-intermix.exp
10294 * gdb.dwarf2/dw2-lexical-block-bare.exp
10295 * gdb.dwarf2/dw2-linkage-name-trust.exp
10296 * gdb.dwarf2/dw2-minsym-in-cu.exp
10297 * gdb.dwarf2/dw2-noloc.exp
10298 * gdb.dwarf2/dw2-op-call.exp
10299 * gdb.dwarf2/dw2-op-out-param.exp
10300 * gdb.dwarf2/dw2-opt-structptr.exp
10301 * gdb.dwarf2/dw2-param-error.exp
10302 * gdb.dwarf2/dw2-producer.exp
10303 * gdb.dwarf2/dw2-ranges-base.exp
10304 * gdb.dwarf2/dw2-ref-missing-frame.exp
10305 * gdb.dwarf2/dw2-reg-undefined.exp
10306 * gdb.dwarf2/dw2-regno-invalid.exp
10307 * gdb.dwarf2/dw2-restore.exp
10308 * gdb.dwarf2/dw2-restrict.exp
10309 * gdb.dwarf2/dw2-single-line-discriminators.exp
10310 * gdb.dwarf2/dw2-strp.exp
10311 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10312 * gdb.dwarf2/dw2-unresolved.exp
10313 * gdb.dwarf2/dw2-var-zero-addr.exp
10314 * gdb.dwarf2/dw4-sig-types.exp
10315 * gdb.dwarf2/dwz.exp
10316 * gdb.dwarf2/dynarr-ptr.exp
10317 * gdb.dwarf2/enum-type.exp
10318 * gdb.dwarf2/gdb-index.exp
10319 * gdb.dwarf2/implptr-64bit.exp
10320 * gdb.dwarf2/implptr-optimized-out.exp
10321 * gdb.dwarf2/implptr.exp
10322 * gdb.dwarf2/implref-array.exp
10323 * gdb.dwarf2/implref-const.exp
10324 * gdb.dwarf2/implref-global.exp
10325 * gdb.dwarf2/implref-struct.exp
10326 * gdb.dwarf2/mac-fileno.exp
10327 * gdb.dwarf2/main-subprogram.exp
10328 * gdb.dwarf2/member-ptr-forwardref.exp
10329 * gdb.dwarf2/method-ptr.exp
10330 * gdb.dwarf2/missing-sig-type.exp
10331 * gdb.dwarf2/nonvar-access.exp
10332 * gdb.dwarf2/opaque-type-lookup.exp
10333 * gdb.dwarf2/pieces-optimized-out.exp
10334 * gdb.dwarf2/pieces.exp
10335 * gdb.dwarf2/pr10770.exp
10336 * gdb.dwarf2/pr13961.exp
10337 * gdb.dwarf2/staticvirtual.exp
10338 * gdb.dwarf2/subrange.exp
10339 * gdb.dwarf2/symtab-producer.exp
10340 * gdb.dwarf2/trace-crash.exp
10341 * gdb.dwarf2/typeddwarf.exp
10342 * gdb.dwarf2/valop.exp
10343 * gdb.dwarf2/watch-notconst.exp
10344 * gdb.fortran/array-element.exp
10345 * gdb.fortran/charset.exp
10346 * gdb.fortran/common-block.exp
10347 * gdb.fortran/complex.exp
10348 * gdb.fortran/derived-type-function.exp
10349 * gdb.fortran/derived-type.exp
10350 * gdb.fortran/logical.exp
10351 * gdb.fortran/module.exp
10352 * gdb.fortran/multi-dim.exp
10353 * gdb.fortran/nested-funcs.exp
10354 * gdb.fortran/print-formatted.exp
10355 * gdb.fortran/subarray.exp
10356 * gdb.fortran/vla-alloc-assoc.exp
10357 * gdb.fortran/vla-datatypes.exp
10358 * gdb.fortran/vla-history.exp
10359 * gdb.fortran/vla-ptr-info.exp
10360 * gdb.fortran/vla-ptype-sub.exp
10361 * gdb.fortran/vla-ptype.exp
10362 * gdb.fortran/vla-sizeof.exp
10363 * gdb.fortran/vla-type.exp
10364 * gdb.fortran/vla-value-sub-arbitrary.exp
10365 * gdb.fortran/vla-value-sub-finish.exp
10366 * gdb.fortran/vla-value-sub.exp
10367 * gdb.fortran/vla-value.exp
10368 * gdb.fortran/whatis_type.exp
10369 * gdb.go/chan.exp
10370 * gdb.go/handcall.exp
10371 * gdb.go/hello.exp
10372 * gdb.go/integers.exp
10373 * gdb.go/methods.exp
10374 * gdb.go/package.exp
10375 * gdb.go/strings.exp
10376 * gdb.go/types.exp
10377 * gdb.go/unsafe.exp
10378 * gdb.guile/scm-arch.exp
10379 * gdb.guile/scm-block.exp
10380 * gdb.guile/scm-breakpoint.exp
10381 * gdb.guile/scm-cmd.exp
10382 * gdb.guile/scm-disasm.exp
10383 * gdb.guile/scm-equal.exp
10384 * gdb.guile/scm-frame-args.exp
10385 * gdb.guile/scm-frame-inline.exp
10386 * gdb.guile/scm-frame.exp
10387 * gdb.guile/scm-iterator.exp
10388 * gdb.guile/scm-math.exp
10389 * gdb.guile/scm-objfile.exp
10390 * gdb.guile/scm-ports.exp
10391 * gdb.guile/scm-symbol.exp
10392 * gdb.guile/scm-symtab.exp
10393 * gdb.guile/scm-value-cc.exp
10394 * gdb.guile/types-module.exp
10395 * gdb.linespec/break-ask.exp
10396 * gdb.linespec/cpexplicit.exp
10397 * gdb.linespec/explicit.exp
10398 * gdb.linespec/keywords.exp
10399 * gdb.linespec/linespec.exp
10400 * gdb.linespec/ls-dollar.exp
10401 * gdb.linespec/ls-errs.exp
10402 * gdb.linespec/skip-two.exp
10403 * gdb.linespec/thread.exp
10404 * gdb.mi/mi-async.exp
10405 * gdb.mi/mi-basics.exp
10406 * gdb.mi/mi-break.exp
10407 * gdb.mi/mi-catch-load.exp
10408 * gdb.mi/mi-cli.exp
10409 * gdb.mi/mi-cmd-param-changed.exp
10410 * gdb.mi/mi-console.exp
10411 * gdb.mi/mi-detach.exp
10412 * gdb.mi/mi-disassemble.exp
10413 * gdb.mi/mi-eval.exp
10414 * gdb.mi/mi-file-transfer.exp
10415 * gdb.mi/mi-file.exp
10416 * gdb.mi/mi-fill-memory.exp
10417 * gdb.mi/mi-inheritance-syntax-error.exp
10418 * gdb.mi/mi-linespec-err-cp.exp
10419 * gdb.mi/mi-logging.exp
10420 * gdb.mi/mi-memory-changed.exp
10421 * gdb.mi/mi-read-memory.exp
10422 * gdb.mi/mi-record-changed.exp
10423 * gdb.mi/mi-reg-undefined.exp
10424 * gdb.mi/mi-regs.exp
10425 * gdb.mi/mi-return.exp
10426 * gdb.mi/mi-reverse.exp
10427 * gdb.mi/mi-simplerun.exp
10428 * gdb.mi/mi-solib.exp
10429 * gdb.mi/mi-stack.exp
10430 * gdb.mi/mi-stepi.exp
10431 * gdb.mi/mi-syn-frame.exp
10432 * gdb.mi/mi-until.exp
10433 * gdb.mi/mi-var-block.exp
10434 * gdb.mi/mi-var-child.exp
10435 * gdb.mi/mi-var-cmd.exp
10436 * gdb.mi/mi-var-cp.exp
10437 * gdb.mi/mi-var-display.exp
10438 * gdb.mi/mi-var-invalidate.exp
10439 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10440 * gdb.mi/mi-vla-fortran.exp
10441 * gdb.mi/mi-watch.exp
10442 * gdb.mi/mi2-var-child.exp
10443 * gdb.mi/user-selected-context-sync.exp
10444 * gdb.modula2/unbounded-array.exp
10445 * gdb.multi/dummy-frame-restore.exp
10446 * gdb.multi/multi-arch-exec.exp
10447 * gdb.multi/multi-arch.exp
10448 * gdb.multi/tids.exp
10449 * gdb.multi/watchpoint-multi.exp
10450 * gdb.opencl/callfuncs.exp
10451 * gdb.opencl/convs_casts.exp
10452 * gdb.opencl/datatypes.exp
10453 * gdb.opencl/operators.exp
10454 * gdb.opencl/vec_comps.exp
10455 * gdb.opt/clobbered-registers-O2.exp
10456 * gdb.opt/inline-break.exp
10457 * gdb.opt/inline-bt.exp
10458 * gdb.opt/inline-cmds.exp
10459 * gdb.opt/inline-locals.exp
10460 * gdb.pascal/case-insensitive-symbols.exp
10461 * gdb.pascal/floats.exp
10462 * gdb.pascal/gdb11492.exp
10463 * gdb.python/lib-types.exp
10464 * gdb.python/py-arch.exp
10465 * gdb.python/py-as-string.exp
10466 * gdb.python/py-bad-printers.exp
10467 * gdb.python/py-block.exp
10468 * gdb.python/py-breakpoint-create-fail.exp
10469 * gdb.python/py-breakpoint.exp
10470 * gdb.python/py-caller-is.exp
10471 * gdb.python/py-cmd.exp
10472 * gdb.python/py-explore-cc.exp
10473 * gdb.python/py-explore.exp
10474 * gdb.python/py-finish-breakpoint.exp
10475 * gdb.python/py-finish-breakpoint2.exp
10476 * gdb.python/py-frame-args.exp
10477 * gdb.python/py-frame-inline.exp
10478 * gdb.python/py-frame.exp
10479 * gdb.python/py-framefilter-mi.exp
10480 * gdb.python/py-infthread.exp
10481 * gdb.python/py-lazy-string.exp
10482 * gdb.python/py-linetable.exp
10483 * gdb.python/py-mi-events.exp
10484 * gdb.python/py-mi-objfile.exp
10485 * gdb.python/py-mi.exp
10486 * gdb.python/py-objfile.exp
10487 * gdb.python/py-pp-integral.exp
10488 * gdb.python/py-pp-maint.exp
10489 * gdb.python/py-pp-re-notag.exp
10490 * gdb.python/py-pp-registration.exp
10491 * gdb.python/py-recurse-unwind.exp
10492 * gdb.python/py-strfns.exp
10493 * gdb.python/py-symbol.exp
10494 * gdb.python/py-symtab.exp
10495 * gdb.python/py-sync-interp.exp
10496 * gdb.python/py-typeprint.exp
10497 * gdb.python/py-unwind-maint.exp
10498 * gdb.python/py-unwind.exp
10499 * gdb.python/py-value-cc.exp
10500 * gdb.python/py-xmethods.exp
10501 * gdb.reverse/amd64-tailcall-reverse.exp
10502 * gdb.reverse/break-precsave.exp
10503 * gdb.reverse/break-reverse.exp
10504 * gdb.reverse/consecutive-precsave.exp
10505 * gdb.reverse/consecutive-reverse.exp
10506 * gdb.reverse/finish-precsave.exp
10507 * gdb.reverse/finish-reverse-bkpt.exp
10508 * gdb.reverse/finish-reverse.exp
10509 * gdb.reverse/fstatat-reverse.exp
10510 * gdb.reverse/getresuid-reverse.exp
10511 * gdb.reverse/i386-precsave.exp
10512 * gdb.reverse/i386-reverse.exp
10513 * gdb.reverse/i386-sse-reverse.exp
10514 * gdb.reverse/i387-env-reverse.exp
10515 * gdb.reverse/i387-stack-reverse.exp
10516 * gdb.reverse/insn-reverse.exp
10517 * gdb.reverse/machinestate-precsave.exp
10518 * gdb.reverse/machinestate.exp
10519 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10520 * gdb.reverse/pipe-reverse.exp
10521 * gdb.reverse/readv-reverse.exp
10522 * gdb.reverse/recvmsg-reverse.exp
10523 * gdb.reverse/rerun-prec.exp
10524 * gdb.reverse/s390-mvcle.exp
10525 * gdb.reverse/step-precsave.exp
10526 * gdb.reverse/step-reverse.exp
10527 * gdb.reverse/time-reverse.exp
10528 * gdb.reverse/until-precsave.exp
10529 * gdb.reverse/until-reverse.exp
10530 * gdb.reverse/waitpid-reverse.exp
10531 * gdb.reverse/watch-precsave.exp
10532 * gdb.reverse/watch-reverse.exp
10533 * gdb.rust/generics.exp
10534 * gdb.rust/methods.exp
10535 * gdb.rust/modules.exp
10536 * gdb.rust/simple.exp
10537 * gdb.server/connect-with-no-symbol-file.exp
10538 * gdb.server/ext-attach.exp
10539 * gdb.server/ext-restart.exp
10540 * gdb.server/ext-wrapper.exp
10541 * gdb.server/file-transfer.exp
10542 * gdb.server/server-exec-info.exp
10543 * gdb.server/server-kill.exp
10544 * gdb.server/server-mon.exp
10545 * gdb.server/wrapper.exp
10546 * gdb.stabs/exclfwd.exp
10547 * gdb.stabs/gdb11479.exp
10548 * gdb.threads/clone-new-thread-event.exp
10549 * gdb.threads/corethreads.exp
10550 * gdb.threads/current-lwp-dead.exp
10551 * gdb.threads/dlopen-libpthread.exp
10552 * gdb.threads/gcore-thread.exp
10553 * gdb.threads/sigstep-threads.exp
10554 * gdb.threads/watchpoint-fork.exp
10555 * gdb.trace/actions-changed.exp
10556 * gdb.trace/backtrace.exp
10557 * gdb.trace/change-loc.exp
10558 * gdb.trace/circ.exp
10559 * gdb.trace/collection.exp
10560 * gdb.trace/disconnected-tracing.exp
10561 * gdb.trace/ftrace.exp
10562 * gdb.trace/mi-trace-frame-collected.exp
10563 * gdb.trace/mi-trace-unavailable.exp
10564 * gdb.trace/mi-traceframe-changed.exp
10565 * gdb.trace/mi-tsv-changed.exp
10566 * gdb.trace/no-attach-trace.exp
10567 * gdb.trace/passc-dyn.exp
10568 * gdb.trace/qtro.exp
10569 * gdb.trace/range-stepping.exp
10570 * gdb.trace/read-memory.exp
10571 * gdb.trace/save-trace.exp
10572 * gdb.trace/signal.exp
10573 * gdb.trace/status-stop.exp
10574 * gdb.trace/tfile.exp
10575 * gdb.trace/trace-break.exp
10576 * gdb.trace/trace-buffer-size.exp
10577 * gdb.trace/trace-condition.exp
10578 * gdb.trace/tracefile-pseudo-reg.exp
10579 * gdb.trace/tstatus.exp
10580 * gdb.trace/unavailable.exp
10581 * gdb.trace/while-dyn.exp
10582 * gdb.trace/while-stepping.exp
10583
34c41c68
DE
105842016-12-22 Doug Evans <xdje42@gmail.com>
10585
10586 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10587 and msymbols.
10588
16e69324
YQ
105892016-12-19 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10592 (test_with_self): Don't call do_steps_and_nexts, and remove
10593 code about stepping into xmalloc.
10594
f94f411b
YQ
105952016-12-09 Yao Qi <yao.qi@linaro.org>
10596
10597 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10598
105992016-12-09 Yao Qi <yao.qi@linaro.org>
10600
10601 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10602
f1b5deee
PA
106032016-12-09 Pedro Alves <palves@redhat.com>
10604
10605 * gdb.base/all-architectures-0.exp: New file.
10606 * gdb.base/all-architectures-1.exp: New file.
10607 * gdb.base/all-architectures-2.exp: New file.
10608 * gdb.base/all-architectures-3.exp: New file.
10609 * gdb.base/all-architectures-4.exp: New file.
10610 * gdb.base/all-architectures-5.exp: New file.
10611 * gdb.base/all-architectures-6.exp: New file.
10612 * gdb.base/all-architectures-7.exp: New file.
10613 * gdb.base/all-architectures.exp.in: New file.
10614
364ca42e
YQ
106152016-12-09 Yao Qi <yao.qi@linaro.org>
10616
10617 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10618
107c2d62
LM
106192016-12-02 Luis Machado <lgustavo@codesourcery.com>
10620
10621 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10622 possible.
10623 Remove useless pattern-matching code.
10624
df3ee9ca
PA
106252016-12-02 Pedro Alves <palves@redhat.com>
10626
10627 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10628 procedure.
10629 (top level): Call it.
10630
ec835369
PA
106312016-12-02 Pedro Alves <palves@redhat.com>
10632
10633 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10634 New procedure.
10635 (top level): Call it.
10636
01770bbd
PA
106372016-12-02 Pedro Alves <palves@redhat.com>
10638
10639 PR cli/20559
10640 * gdb.base/commands.exp (user_defined_command_args_eval): New
10641 procedure.
10642 (top level): Call it.
10643
008459ea
LM
106442016-12-02 Luis Machado <lgustavo@codesourcery.com>
10645
10646 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10647 timeout handling.
10648
0c1b455e
TT
106492016-12-02 Tom Tromey <tom@tromey.com>
10650
10651 * gdb.dwarf2/main-subprogram.c: New file.
10652 * gdb.dwarf2/main-subprogram.exp: New file.
10653
018572b8
LM
106542016-12-01 Luis Machado <lgustavo@codesourcery.com>
10655
10656 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10657 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10658 gdb_test_no_output for a couple of cases.
10659 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10660
84c93cd5
LM
106612016-12-01 Luis Machado <lgustavo@codesourcery.com>
10662
10663 Fix test names and standardize compilation error messages throughout
10664 the following files:
10665
10666 * gdb.ada/start.exp
10667 * gdb.arch/alpha-step.exp
10668 * gdb.arch/e500-prologue.exp
10669 * gdb.arch/ftrace-insn-reloc.exp
10670 * gdb.arch/gdb1291.exp
10671 * gdb.arch/gdb1431.exp
10672 * gdb.arch/gdb1558.exp
10673 * gdb.arch/i386-dr3-watch.exp
10674 * gdb.arch/i386-sse-stack-align.exp
10675 * gdb.arch/ia64-breakpoint-shadow.exp
10676 * gdb.arch/pa-nullify.exp
10677 * gdb.arch/powerpc-aix-prologue.exp
10678 * gdb.arch/thumb-bx-pc.exp
10679 * gdb.base/annota1.exp
10680 * gdb.base/annota3.exp
10681 * gdb.base/arrayidx.exp
10682 * gdb.base/assign.exp
10683 * gdb.base/attach.exp
10684 * gdb.base/auxv.exp
10685 * gdb.base/bang.exp
10686 * gdb.base/bfp-test.exp
10687 * gdb.base/bigcore.exp
10688 * gdb.base/bitfields2.exp
10689 * gdb.base/break-fun-addr.exp
10690 * gdb.base/break-probes.exp
10691 * gdb.base/call-rt-st.exp
10692 * gdb.base/callexit.exp
10693 * gdb.base/catch-fork-kill.exp
10694 * gdb.base/charset.exp
10695 * gdb.base/checkpoint.exp
10696 * gdb.base/comprdebug.exp
10697 * gdb.base/constvars.exp
10698 * gdb.base/coredump-filter.exp
10699 * gdb.base/cursal.exp
10700 * gdb.base/cvexpr.exp
10701 * gdb.base/detach.exp
10702 * gdb.base/display.exp
10703 * gdb.base/dmsym.exp
10704 * gdb.base/dprintf-pending.exp
10705 * gdb.base/dso2dso.exp
10706 * gdb.base/dtrace-probe.exp
10707 * gdb.base/dump.exp
10708 * gdb.base/enum_cond.exp
10709 * gdb.base/exe-lock.exp
10710 * gdb.base/exec-invalid-sysroot.exp
10711 * gdb.base/execl-update-breakpoints.exp
10712 * gdb.base/exprs.exp
10713 * gdb.base/fileio.exp
10714 * gdb.base/find.exp
10715 * gdb.base/finish.exp
10716 * gdb.base/fixsection.exp
10717 * gdb.base/foll-vfork.exp
10718 * gdb.base/frame-args.exp
10719 * gdb.base/gcore.exp
10720 * gdb.base/gdb1250.exp
10721 * gdb.base/global-var-nested-by-dso.exp
10722 * gdb.base/gnu-ifunc.exp
10723 * gdb.base/hashline1.exp
10724 * gdb.base/hashline2.exp
10725 * gdb.base/hashline3.exp
10726 * gdb.base/hbreak-in-shr-unsupported.exp
10727 * gdb.base/huge.exp
10728 * gdb.base/infcall-input.exp
10729 * gdb.base/info-fun.exp
10730 * gdb.base/info-shared.exp
10731 * gdb.base/jit-simple.exp
10732 * gdb.base/jit-so.exp
10733 * gdb.base/jit.exp
10734 * gdb.base/jump.exp
10735 * gdb.base/label.exp
10736 * gdb.base/lineinc.exp
10737 * gdb.base/logical.exp
10738 * gdb.base/longjmp.exp
10739 * gdb.base/macscp.exp
10740 * gdb.base/miscexprs.exp
10741 * gdb.base/new-ui-echo.exp
10742 * gdb.base/new-ui-pending-input.exp
10743 * gdb.base/new-ui.exp
10744 * gdb.base/nodebug.exp
10745 * gdb.base/nofield.exp
10746 * gdb.base/offsets.exp
10747 * gdb.base/overlays.exp
10748 * gdb.base/pending.exp
10749 * gdb.base/pointers.exp
10750 * gdb.base/pr11022.exp
10751 * gdb.base/printcmds.exp
10752 * gdb.base/prologue.exp
10753 * gdb.base/ptr-typedef.exp
10754 * gdb.base/realname-expand.exp
10755 * gdb.base/relativedebug.exp
10756 * gdb.base/relocate.exp
10757 * gdb.base/remote.exp
10758 * gdb.base/reread.exp
10759 * gdb.base/return2.exp
10760 * gdb.base/savedregs.exp
10761 * gdb.base/sep.exp
10762 * gdb.base/sepdebug.exp
10763 * gdb.base/sepsymtab.exp
10764 * gdb.base/set-inferior-tty.exp
10765 * gdb.base/setshow.exp
10766 * gdb.base/shlib-call.exp
10767 * gdb.base/sigaltstack.exp
10768 * gdb.base/siginfo-addr.exp
10769 * gdb.base/signals.exp
10770 * gdb.base/signull.exp
10771 * gdb.base/sigrepeat.exp
10772 * gdb.base/so-impl-ld.exp
10773 * gdb.base/solib-display.exp
10774 * gdb.base/solib-overlap.exp
10775 * gdb.base/solib-search.exp
10776 * gdb.base/solib-symbol.exp
10777 * gdb.base/structs.exp
10778 * gdb.base/structs2.exp
10779 * gdb.base/symtab-search-order.exp
10780 * gdb.base/twice.exp
10781 * gdb.base/unload.exp
10782 * gdb.base/varargs.exp
10783 * gdb.base/watchpoint-solib.exp
10784 * gdb.base/watchpoint.exp
10785 * gdb.base/whatis.exp
10786 * gdb.base/wrong_frame_bt_full.exp
10787 * gdb.btrace/dlopen.exp
10788 * gdb.cell/ea-standalone.exp
10789 * gdb.cell/ea-test.exp
10790 * gdb.cp/dispcxx.exp
10791 * gdb.cp/gdb2384.exp
10792 * gdb.cp/method2.exp
10793 * gdb.cp/nextoverthrow.exp
10794 * gdb.cp/pr10728.exp
10795 * gdb.disasm/am33.exp
10796 * gdb.disasm/h8300s.exp
10797 * gdb.disasm/mn10300.exp
10798 * gdb.disasm/sh3.exp
10799 * gdb.dwarf2/dw2-dir-file-name.exp
10800 * gdb.fortran/complex.exp
10801 * gdb.fortran/library-module.exp
10802 * gdb.guile/scm-pretty-print.exp
10803 * gdb.guile/scm-symbol.exp
10804 * gdb.guile/scm-type.exp
10805 * gdb.guile/scm-value.exp
10806 * gdb.linespec/linespec.exp
10807 * gdb.mi/gdb701.exp
10808 * gdb.mi/gdb792.exp
10809 * gdb.mi/mi-breakpoint-changed.exp
10810 * gdb.mi/mi-dprintf-pending.exp
10811 * gdb.mi/mi-dprintf.exp
10812 * gdb.mi/mi-exit-code.exp
10813 * gdb.mi/mi-pending.exp
10814 * gdb.mi/mi-solib.exp
10815 * gdb.mi/new-ui-mi-sync.exp
10816 * gdb.mi/pr11022.exp
10817 * gdb.mi/user-selected-context-sync.exp
10818 * gdb.opt/solib-intra-step.exp
10819 * gdb.python/py-events.exp
10820 * gdb.python/py-finish-breakpoint.exp
10821 * gdb.python/py-mi.exp
10822 * gdb.python/py-prettyprint.exp
10823 * gdb.python/py-shared.exp
10824 * gdb.python/py-symbol.exp
10825 * gdb.python/py-template.exp
10826 * gdb.python/py-type.exp
10827 * gdb.python/py-value.exp
10828 * gdb.reverse/solib-precsave.exp
10829 * gdb.reverse/solib-reverse.exp
10830 * gdb.server/solib-list.exp
10831 * gdb.stabs/weird.exp
10832 * gdb.threads/reconnect-signal.exp
10833 * gdb.threads/stepi-random-signal.exp
10834 * gdb.trace/actions.exp
10835 * gdb.trace/ax.exp
10836 * gdb.trace/backtrace.exp
10837 * gdb.trace/change-loc.exp
10838 * gdb.trace/deltrace.exp
10839 * gdb.trace/ftrace-lock.exp
10840 * gdb.trace/ftrace.exp
10841 * gdb.trace/infotrace.exp
10842 * gdb.trace/mi-tracepoint-changed.exp
10843 * gdb.trace/packetlen.exp
10844 * gdb.trace/passcount.exp
10845 * gdb.trace/pending.exp
10846 * gdb.trace/range-stepping.exp
10847 * gdb.trace/report.exp
10848 * gdb.trace/stap-trace.exp
10849 * gdb.trace/tfind.exp
10850 * gdb.trace/trace-break.exp
10851 * gdb.trace/trace-condition.exp
10852 * gdb.trace/trace-enable-disable.exp
10853 * gdb.trace/trace-mt.exp
10854 * gdb.trace/tracecmd.exp
10855 * gdb.trace/tspeed.exp
10856 * gdb.trace/tsv.exp
10857 * lib/perftest.exp
10858
fb9feb35
LM
108592016-12-01 Luis Machado <lgustavo@codesourcery.com>
10860
10861 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10862 with gdb_test_no_output.
10863 Use command as test name.
10864
cd2ddb6c
LM
108652016-12-01 Luis Machado <lgustavo@codesourcery.com>
10866
10867 Fix test names starting with uppercase throughout the files.
10868
10869 * gdb.ada/assign_1.exp
10870 * gdb.ada/boolean_expr.exp
10871 * gdb.base/arrayidx.exp
10872 * gdb.base/del.exp
10873 * gdb.base/gcore-buffer-overflow.exp
10874 * gdb.base/testenv.exp
10875 * gdb.compile/compile.exp
10876 * gdb.python/py-framefilter-invalidarg.exp
10877 * gdb.python/py-framefilter.exp
10878
bb95117e
LM
108792016-12-01 Luis Machado <lgustavo@codesourcery.com>
10880
10881 Fix test names starting with uppercase throughout the files.
10882
10883 * gdb.ada/array_return.exp
10884 * gdb.ada/expr_delims.exp
10885 * gdb.ada/mi_dyn_arr.exp
10886 * gdb.ada/mi_interface.exp
10887 * gdb.ada/mi_var_array.exp
10888 * gdb.ada/watch_arg.exp
10889 * gdb.arch/alpha-step.exp
10890 * gdb.arch/altivec-regs.exp
10891 * gdb.arch/e500-regs.exp
10892 * gdb.arch/powerpc-d128-regs.exp
10893 * gdb.base/arrayidx.exp
10894 * gdb.base/break.exp
10895 * gdb.base/checkpoint.exp
10896 * gdb.base/debug-expr.exp
10897 * gdb.base/dmsym.exp
10898 * gdb.base/radix.exp
10899 * gdb.base/sepdebug.exp
10900 * gdb.base/testenv.exp
10901 * gdb.base/watch_thread_num.exp
10902 * gdb.base/watchpoint-cond-gone.exp
10903 * gdb.cell/break.exp
10904 * gdb.cell/ea-cache.exp
10905 * gdb.compile/compile.exp
10906 * gdb.cp/gdb2495.exp
10907 * gdb.gdb/selftest.exp
10908 * gdb.gdb/xfullpath.exp
10909 * gdb.go/hello.exp
10910 * gdb.go/integers.exp
10911 * gdb.objc/basicclass.exp
10912 * gdb.pascal/hello.exp
10913 * gdb.pascal/integers.exp
10914 * gdb.python/py-breakpoint.exp
10915 * gdb.python/py-cmd.exp
10916 * gdb.python/py-linetable.exp
10917 * gdb.python/py-xmethods.exp
10918 * gdb.python/python.exp
10919 * gdb.reverse/consecutive-precsave.exp
10920 * gdb.reverse/finish-precsave.exp
10921 * gdb.reverse/i386-precsave.exp
10922 * gdb.reverse/machinestate-precsave.exp
10923 * gdb.reverse/sigall-precsave.exp
10924 * gdb.reverse/solib-precsave.exp
10925 * gdb.reverse/step-precsave.exp
10926 * gdb.reverse/until-precsave.exp
10927 * gdb.reverse/watch-precsave.exp
10928 * gdb.threads/leader-exit.exp
10929 * gdb.threads/pthreads.exp
10930 * gdb.threads/wp-replication.exp
10931 * gdb.trace/actions.exp
10932 * gdb.trace/mi-tsv-changed.exp
10933 * gdb.trace/tsv.exp
10934
de97fdd4
LM
109352016-12-01 Luis Machado <lgustavo@codesourcery.com>
10936
10937 Fix test names starting with uppercase throughout the files.
10938
10939 * gdb.arch/i386-bp_permanent.exp
10940 * gdb.arch/i386-gnu-cfi.exp
10941 * gdb.base/disasm-end-cu.exp
10942 * gdb.base/macscp.exp
10943 * gdb.base/pending.exp
10944 * gdb.base/watch_thread_num.exp
10945 * gdb.cp/exception.exp
10946 * gdb.cp/gdb2495.exp
10947 * gdb.cp/local.exp
10948 * gdb.python/py-evsignal.exp
10949 * gdb.python/python.exp
10950 * gdb.trace/tracecmd.exp
10951
9f058c10
LM
109522016-12-01 Luis Machado <lgustavo@codesourcery.com>
10953
10954 Fix test names starting with uppercase throughout the files.
10955
10956 * gdb.base/charset.exp
10957 * gdb.base/eval.exp
10958 * gdb.base/multi-forks.exp
10959 * gdb.guile/scm-progspace.exp
10960 * gdb.opencl/datatypes.exp
10961 * gdb.python/py-block.exp
10962 * gdb.python/py-function.exp
10963 * gdb.python/py-symbol.exp
10964 * gdb.python/py-symtab.exp
10965 * gdb.python/py-xmethods.exp
10966 * gdb.reverse/break-precsave.exp
10967 * gdb.reverse/break-reverse.exp
10968 * gdb.reverse/consecutive-precsave.exp
10969 * gdb.reverse/consecutive-reverse.exp
10970 * gdb.reverse/finish-precsave.exp
10971 * gdb.reverse/finish-reverse-bkpt.exp
10972 * gdb.reverse/finish-reverse.exp
10973 * gdb.reverse/fstatat-reverse.exp
10974 * gdb.reverse/getresuid-reverse.exp
10975 * gdb.reverse/i386-precsave.exp
10976 * gdb.reverse/i386-reverse.exp
10977 * gdb.reverse/i386-sse-reverse.exp
10978 * gdb.reverse/i387-stack-reverse.exp
10979 * gdb.reverse/insn-reverse.exp
10980 * gdb.reverse/machinestate-precsave.exp
10981 * gdb.reverse/machinestate.exp
10982 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10983 * gdb.reverse/pipe-reverse.exp
10984 * gdb.reverse/readv-reverse.exp
10985 * gdb.reverse/recvmsg-reverse.exp
10986 * gdb.reverse/rerun-prec.exp
10987 * gdb.reverse/s390-mvcle.exp
10988 * gdb.reverse/sigall-precsave.exp
10989 * gdb.reverse/sigall-reverse.exp
10990 * gdb.reverse/solib-precsave.exp
10991 * gdb.reverse/solib-reverse.exp
10992 * gdb.reverse/step-precsave.exp
10993 * gdb.reverse/step-reverse.exp
10994 * gdb.reverse/time-reverse.exp
10995 * gdb.reverse/until-precsave.exp
10996 * gdb.reverse/until-reverse.exp
10997 * gdb.reverse/waitpid-reverse.exp
10998 * gdb.reverse/watch-precsave.exp
10999 * gdb.reverse/watch-reverse.exp
11000
cdc7edd7
LM
110012016-12-01 Luis Machado <lgustavo@codesourcery.com>
11002
11003 Fix test names starting with uppercase throughout the files.
11004
11005 * gdb.arch/i386-mpx-simple_segv.exp
11006 * gdb.arch/i386-mpx.exp
11007 * gdb.arch/i386-permbkpt.exp
11008 * gdb.arch/pa-nullify.exp
11009 * gdb.arch/powerpc-d128-regs.exp
11010 * gdb.arch/vsx-regs.exp
11011 * gdb.base/bfp-test.exp
11012 * gdb.base/break.exp
11013 * gdb.base/breakpoint-shadow.exp
11014 * gdb.base/callfuncs.exp
11015 * gdb.base/charset.exp
11016 * gdb.base/commands.exp
11017 * gdb.base/completion.exp
11018 * gdb.base/dfp-test.exp
11019 * gdb.base/echo.exp
11020 * gdb.base/ending-run.exp
11021 * gdb.base/eval.exp
11022 * gdb.base/expand-psymtabs.exp
11023 * gdb.base/float128.exp
11024 * gdb.base/floatn.exp
11025 * gdb.base/foll-exec-mode.exp
11026 * gdb.base/gdb1056.exp
11027 * gdb.base/gdb11531.exp
11028 * gdb.base/kill-after-signal.exp
11029 * gdb.base/multi-forks.exp
11030 * gdb.base/overlays.exp
11031 * gdb.base/pending.exp
11032 * gdb.base/sepdebug.exp
11033 * gdb.base/testenv.exp
11034 * gdb.base/valgrind-db-attach.exp
11035 * gdb.base/watch_thread_num.exp
11036 * gdb.base/watchpoint-cond-gone.exp
11037 * gdb.base/watchpoint.exp
11038 * gdb.base/watchpoints.exp
11039 * gdb.cp/arg-reference.exp
11040 * gdb.cp/baseenum.exp
11041 * gdb.cp/operator.exp
11042 * gdb.cp/shadow.exp
11043 * gdb.dwarf2/dw2-op-out-param.exp
11044 * gdb.dwarf2/dw2-reg-undefined.exp
11045 * gdb.go/chan.exp
11046 * gdb.go/hello.exp
11047 * gdb.go/integers.exp
11048 * gdb.go/methods.exp
11049 * gdb.go/package.exp
11050 * gdb.guile/scm-parameter.exp
11051 * gdb.guile/scm-progspace.exp
11052 * gdb.guile/scm-value.exp
11053 * gdb.mi/mi-pending.exp
11054 * gdb.mi/user-selected-context-sync.exp
11055 * gdb.multi/multi-attach.exp
11056 * gdb.multi/tids.exp
11057 * gdb.opt/clobbered-registers-O2.exp
11058 * gdb.pascal/floats.exp
11059 * gdb.pascal/integers.exp
11060 * gdb.python/py-block.exp
11061 * gdb.python/py-events.exp
11062 * gdb.python/py-parameter.exp
11063 * gdb.python/py-symbol.exp
11064 * gdb.python/py-symtab.exp
11065 * gdb.python/py-type.exp
11066 * gdb.python/py-value.exp
11067 * gdb.python/py-xmethods.exp
11068 * gdb.python/python.exp
11069 * gdb.reverse/break-precsave.exp
11070 * gdb.reverse/consecutive-precsave.exp
11071 * gdb.reverse/finish-precsave.exp
11072 * gdb.reverse/i386-precsave.exp
11073 * gdb.reverse/machinestate-precsave.exp
11074 * gdb.reverse/sigall-precsave.exp
11075 * gdb.reverse/solib-precsave.exp
11076 * gdb.reverse/step-precsave.exp
11077 * gdb.reverse/until-precsave.exp
11078 * gdb.reverse/watch-precsave.exp
11079 * gdb.server/ext-attach.exp
11080 * gdb.server/ext-restart.exp
11081 * gdb.server/ext-run.exp
11082 * gdb.server/ext-wrapper.exp
11083 * gdb.stabs/gdb11479.exp
11084 * gdb.stabs/weird.exp
11085 * gdb.threads/attach-many-short-lived-threads.exp
11086 * gdb.threads/kill.exp
11087 * gdb.threads/watchpoint-fork.exp
11088
bc6c7af4
LM
110892016-12-01 Luis Machado <lgustavo@codesourcery.com>
11090
11091 Fix test names starting with uppercase throughout all the files below.
11092
11093 * gdb.ada/array_return.exp
11094 * gdb.ada/catch_ex.exp
11095 * gdb.ada/info_exc.exp
11096 * gdb.ada/mi_catch_ex.exp
11097 * gdb.ada/mi_dyn_arr.exp
11098 * gdb.ada/mi_ex_cond.exp
11099 * gdb.ada/mi_exc_info.exp
11100 * gdb.ada/mi_interface.exp
11101 * gdb.ada/mi_task_arg.exp
11102 * gdb.ada/mi_task_info.exp
11103 * gdb.ada/mi_var_array.exp
11104 * gdb.arch/alpha-step.exp
11105 * gdb.arch/amd64-disp-step.exp
11106 * gdb.arch/arm-disp-step.exp
11107 * gdb.arch/disp-step-insn-reloc.exp
11108 * gdb.arch/e500-prologue.exp
11109 * gdb.arch/ftrace-insn-reloc.exp
11110 * gdb.arch/gdb1558.exp
11111 * gdb.arch/i386-bp_permanent.exp
11112 * gdb.arch/i386-disp-step.exp
11113 * gdb.arch/i386-float.exp
11114 * gdb.arch/i386-gnu-cfi.exp
11115 * gdb.arch/ia64-breakpoint-shadow.exp
11116 * gdb.arch/mips16-thunks.exp
11117 * gdb.arch/pa-nullify.exp
11118 * gdb.arch/powerpc-aix-prologue.exp
11119 * gdb.arch/powerpc-power.exp
11120 * gdb.arch/ppc-dfp.exp
11121 * gdb.arch/s390-tdbregs.exp
11122 * gdb.arch/spu-info.exp
11123 * gdb.arch/spu-ls.exp
11124 * gdb.arch/thumb-bx-pc.exp
11125 * gdb.base/advance.exp
11126 * gdb.base/annota-input-while-running.exp
11127 * gdb.base/arrayidx.exp
11128 * gdb.base/asmlabel.exp
11129 * gdb.base/async.exp
11130 * gdb.base/attach-wait-input.exp
11131 * gdb.base/auto-connect-native-target.exp
11132 * gdb.base/batch-preserve-term-settings.exp
11133 * gdb.base/bfp-test.exp
11134 * gdb.base/bigcore.exp
11135 * gdb.base/bp-permanent.exp
11136 * gdb.base/break-always.exp
11137 * gdb.base/break-fun-addr.exp
11138 * gdb.base/break-idempotent.exp
11139 * gdb.base/break-main-file-remove-fail.exp
11140 * gdb.base/break-probes.exp
11141 * gdb.base/break-unload-file.exp
11142 * gdb.base/break.exp
11143 * gdb.base/call-ar-st.exp
11144 * gdb.base/call-rt-st.exp
11145 * gdb.base/call-sc.exp
11146 * gdb.base/call-signal-resume.exp
11147 * gdb.base/call-strs.exp
11148 * gdb.base/callexit.exp
11149 * gdb.base/callfuncs.exp
11150 * gdb.base/catch-gdb-caused-signals.exp
11151 * gdb.base/catch-signal-siginfo-cond.exp
11152 * gdb.base/catch-syscall.exp
11153 * gdb.base/compare-sections.exp
11154 * gdb.base/cond-eval-mode.exp
11155 * gdb.base/condbreak-call-false.exp
11156 * gdb.base/consecutive-step-over.exp
11157 * gdb.base/cursal.exp
11158 * gdb.base/disabled-location.exp
11159 * gdb.base/disasm-end-cu.exp
11160 * gdb.base/display.exp
11161 * gdb.base/double-prompt-target-event-error.exp
11162 * gdb.base/dprintf-bp-same-addr.exp
11163 * gdb.base/dprintf-detach.exp
11164 * gdb.base/dprintf-next.exp
11165 * gdb.base/dprintf-non-stop.exp
11166 * gdb.base/dprintf-pending.exp
11167 * gdb.base/dso2dso.exp
11168 * gdb.base/ending-run.exp
11169 * gdb.base/enum_cond.exp
11170 * gdb.base/examine-backward.exp
11171 * gdb.base/exe-lock.exp
11172 * gdb.base/exec-invalid-sysroot.exp
11173 * gdb.base/execl-update-breakpoints.exp
11174 * gdb.base/execution-termios.exp
11175 * gdb.base/fileio.exp
11176 * gdb.base/fixsection.exp
11177 * gdb.base/foll-exec-mode.exp
11178 * gdb.base/foll-exec.exp
11179 * gdb.base/fork-running-state.exp
11180 * gdb.base/frame-args.exp
11181 * gdb.base/fullpath-expand.exp
11182 * gdb.base/func-ptr.exp
11183 * gdb.base/gcore-relro-pie.exp
11184 * gdb.base/gdb1090.exp
11185 * gdb.base/gdb1555.exp
11186 * gdb.base/global-var-nested-by-dso.exp
11187 * gdb.base/gnu-ifunc.exp
11188 * gdb.base/hbreak-in-shr-unsupported.exp
11189 * gdb.base/hbreak-unmapped.exp
11190 * gdb.base/hook-stop.exp
11191 * gdb.base/infcall-input.exp
11192 * gdb.base/info-fun.exp
11193 * gdb.base/info-shared.exp
11194 * gdb.base/interrupt-noterm.exp
11195 * gdb.base/jit-so.exp
11196 * gdb.base/jit.exp
11197 * gdb.base/line-symtabs.exp
11198 * gdb.base/list.exp
11199 * gdb.base/longjmp.exp
11200 * gdb.base/macscp.exp
11201 * gdb.base/max-value-size.exp
11202 * gdb.base/nodebug.exp
11203 * gdb.base/nofield.exp
11204 * gdb.base/overlays.exp
11205 * gdb.base/paginate-after-ctrl-c-running.exp
11206 * gdb.base/paginate-bg-execution.exp
11207 * gdb.base/paginate-inferior-exit.exp
11208 * gdb.base/pending.exp
11209 * gdb.base/pr11022.exp
11210 * gdb.base/printcmds.exp
11211 * gdb.base/ptr-typedef.exp
11212 * gdb.base/ptype.exp
11213 * gdb.base/randomize.exp
11214 * gdb.base/range-stepping.exp
11215 * gdb.base/realname-expand.exp
11216 * gdb.base/relativedebug.exp
11217 * gdb.base/remote.exp
11218 * gdb.base/savedregs.exp
11219 * gdb.base/sepdebug.exp
11220 * gdb.base/set-noassign.exp
11221 * gdb.base/shlib-call.exp
11222 * gdb.base/shreloc.exp
11223 * gdb.base/sigaltstack.exp
11224 * gdb.base/sigbpt.exp
11225 * gdb.base/siginfo-addr.exp
11226 * gdb.base/siginfo-obj.exp
11227 * gdb.base/siginfo-thread.exp
11228 * gdb.base/signest.exp
11229 * gdb.base/signull.exp
11230 * gdb.base/sigrepeat.exp
11231 * gdb.base/skip.exp
11232 * gdb.base/so-impl-ld.exp
11233 * gdb.base/solib-corrupted.exp
11234 * gdb.base/solib-disc.exp
11235 * gdb.base/solib-display.exp
11236 * gdb.base/solib-overlap.exp
11237 * gdb.base/solib-search.exp
11238 * gdb.base/solib-symbol.exp
11239 * gdb.base/source-execution.exp
11240 * gdb.base/sss-bp-on-user-bp-2.exp
11241 * gdb.base/sss-bp-on-user-bp.exp
11242 * gdb.base/stack-checking.exp
11243 * gdb.base/stale-infcall.exp
11244 * gdb.base/step-break.exp
11245 * gdb.base/step-line.exp
11246 * gdb.base/step-over-exit.exp
11247 * gdb.base/step-test.exp
11248 * gdb.base/structs.exp
11249 * gdb.base/sym-file.exp
11250 * gdb.base/symtab-search-order.exp
11251 * gdb.base/term.exp
11252 * gdb.base/type-opaque.exp
11253 * gdb.base/unload.exp
11254 * gdb.base/until-nodebug.exp
11255 * gdb.base/until.exp
11256 * gdb.base/unwindonsignal.exp
11257 * gdb.base/watch-cond.exp
11258 * gdb.base/watch-non-mem.exp
11259 * gdb.base/watch_thread_num.exp
11260 * gdb.base/watchpoint-reuse-slot.exp
11261 * gdb.base/watchpoint-solib.exp
11262 * gdb.base/watchpoint.exp
11263 * gdb.btrace/dlopen.exp
11264 * gdb.cell/arch.exp
11265 * gdb.cell/break.exp
11266 * gdb.cell/bt.exp
11267 * gdb.cell/core.exp
11268 * gdb.cell/data.exp
11269 * gdb.cell/dwarfaddr.exp
11270 * gdb.cell/ea-cache.exp
11271 * gdb.cell/ea-standalone.exp
11272 * gdb.cell/ea-test.exp
11273 * gdb.cell/f-regs.exp
11274 * gdb.cell/fork.exp
11275 * gdb.cell/gcore.exp
11276 * gdb.cell/mem-access.exp
11277 * gdb.cell/ptype.exp
11278 * gdb.cell/registers.exp
11279 * gdb.cell/sizeof.exp
11280 * gdb.cell/solib-symbol.exp
11281 * gdb.cell/solib.exp
11282 * gdb.compile/compile-tls.exp
11283 * gdb.cp/exception.exp
11284 * gdb.cp/gdb2495.exp
11285 * gdb.cp/local.exp
11286 * gdb.cp/mb-inline.exp
11287 * gdb.cp/mb-templates.exp
11288 * gdb.cp/pr10687.exp
11289 * gdb.cp/pr9167.exp
11290 * gdb.cp/scope-err.exp
11291 * gdb.cp/templates.exp
11292 * gdb.cp/virtfunc.exp
11293 * gdb.dwarf2/dw2-dir-file-name.exp
11294 * gdb.dwarf2/dw2-single-line-discriminators.exp
11295 * gdb.fortran/complex.exp
11296 * gdb.fortran/library-module.exp
11297 * gdb.guile/guile.exp
11298 * gdb.guile/scm-cmd.exp
11299 * gdb.guile/scm-frame-inline.exp
11300 * gdb.guile/scm-objfile.exp
11301 * gdb.guile/scm-pretty-print.exp
11302 * gdb.guile/scm-symbol.exp
11303 * gdb.guile/scm-type.exp
11304 * gdb.guile/scm-value.exp
11305 * gdb.linespec/keywords.exp
11306 * gdb.linespec/ls-errs.exp
11307 * gdb.linespec/macro-relative.exp
11308 * gdb.linespec/thread.exp
11309 * gdb.mi/mi-breakpoint-changed.exp
11310 * gdb.mi/mi-dprintf-pending.exp
11311 * gdb.mi/mi-fullname-deleted.exp
11312 * gdb.mi/mi-logging.exp
11313 * gdb.mi/mi-pending.exp
11314 * gdb.mi/mi-solib.exp
11315 * gdb.mi/new-ui-mi-sync.exp
11316 * gdb.mi/user-selected-context-sync.exp
11317 * gdb.multi/dummy-frame-restore.exp
11318 * gdb.multi/multi-arch-exec.exp
11319 * gdb.multi/remove-inferiors.exp
11320 * gdb.multi/watchpoint-multi-exit.exp
11321 * gdb.opt/solib-intra-step.exp
11322 * gdb.perf/backtrace.exp
11323 * gdb.perf/single-step.exp
11324 * gdb.perf/skip-command.exp
11325 * gdb.perf/skip-prologue.exp
11326 * gdb.perf/solib.exp
11327 * gdb.python/lib-types.exp
11328 * gdb.python/py-as-string.exp
11329 * gdb.python/py-bad-printers.exp
11330 * gdb.python/py-block.exp
11331 * gdb.python/py-breakpoint.exp
11332 * gdb.python/py-cmd.exp
11333 * gdb.python/py-events.exp
11334 * gdb.python/py-evthreads.exp
11335 * gdb.python/py-finish-breakpoint.exp
11336 * gdb.python/py-finish-breakpoint2.exp
11337 * gdb.python/py-frame-inline.exp
11338 * gdb.python/py-frame.exp
11339 * gdb.python/py-inferior.exp
11340 * gdb.python/py-infthread.exp
11341 * gdb.python/py-mi.exp
11342 * gdb.python/py-objfile.exp
11343 * gdb.python/py-pp-maint.exp
11344 * gdb.python/py-pp-registration.exp
11345 * gdb.python/py-prettyprint.exp
11346 * gdb.python/py-recurse-unwind.exp
11347 * gdb.python/py-shared.exp
11348 * gdb.python/py-symbol.exp
11349 * gdb.python/py-symtab.exp
11350 * gdb.python/py-template.exp
11351 * gdb.python/py-type.exp
11352 * gdb.python/py-unwind-maint.exp
11353 * gdb.python/py-unwind.exp
11354 * gdb.python/py-value.exp
11355 * gdb.python/python.exp
11356 * gdb.reverse/finish-reverse-bkpt.exp
11357 * gdb.reverse/insn-reverse.exp
11358 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11359 * gdb.reverse/solib-precsave.exp
11360 * gdb.reverse/solib-reverse.exp
11361 * gdb.stabs/gdb11479.exp
11362 * gdb.stabs/weird.exp
11363 * gdb.threads/fork-child-threads.exp
11364 * gdb.threads/fork-plus-threads.exp
11365 * gdb.threads/fork-thread-pending.exp
11366 * gdb.threads/forking-threads-plus-breakpoint.exp
11367 * gdb.threads/hand-call-in-threads.exp
11368 * gdb.threads/interrupted-hand-call.exp
11369 * gdb.threads/linux-dp.exp
11370 * gdb.threads/local-watch-wrong-thread.exp
11371 * gdb.threads/next-while-other-thread-longjmps.exp
11372 * gdb.threads/non-ldr-exit.exp
11373 * gdb.threads/pending-step.exp
11374 * gdb.threads/print-threads.exp
11375 * gdb.threads/process-dies-while-detaching.exp
11376 * gdb.threads/process-dies-while-handling-bp.exp
11377 * gdb.threads/pthreads.exp
11378 * gdb.threads/queue-signal.exp
11379 * gdb.threads/reconnect-signal.exp
11380 * gdb.threads/signal-command-handle-nopass.exp
11381 * gdb.threads/signal-command-multiple-signals-pending.exp
11382 * gdb.threads/signal-delivered-right-thread.exp
11383 * gdb.threads/signal-sigtrap.exp
11384 * gdb.threads/sigthread.exp
11385 * gdb.threads/staticthreads.exp
11386 * gdb.threads/stepi-random-signal.exp
11387 * gdb.threads/thread-unwindonsignal.exp
11388 * gdb.threads/thread_check.exp
11389 * gdb.threads/thread_events.exp
11390 * gdb.threads/tid-reuse.exp
11391 * gdb.threads/tls-nodebug.exp
11392 * gdb.threads/tls-shared.exp
11393 * gdb.threads/tls-so_extern.exp
11394 * gdb.threads/tls.exp
11395 * gdb.threads/wp-replication.exp
11396 * gdb.trace/actions-changed.exp
11397 * gdb.trace/actions.exp
11398 * gdb.trace/backtrace.exp
11399 * gdb.trace/change-loc.exp
11400 * gdb.trace/collection.exp
11401 * gdb.trace/deltrace.exp
11402 * gdb.trace/disconnected-tracing.exp
11403 * gdb.trace/entry-values.exp
11404 * gdb.trace/ftrace-lock.exp
11405 * gdb.trace/ftrace.exp
11406 * gdb.trace/infotrace.exp
11407 * gdb.trace/mi-trace-frame-collected.exp
11408 * gdb.trace/mi-trace-unavailable.exp
11409 * gdb.trace/mi-traceframe-changed.exp
11410 * gdb.trace/mi-tracepoint-changed.exp
11411 * gdb.trace/mi-tsv-changed.exp
11412 * gdb.trace/no-attach-trace.exp
11413 * gdb.trace/packetlen.exp
11414 * gdb.trace/passc-dyn.exp
11415 * gdb.trace/passcount.exp
11416 * gdb.trace/pending.exp
11417 * gdb.trace/pr16508.exp
11418 * gdb.trace/qtro.exp
11419 * gdb.trace/range-stepping.exp
11420 * gdb.trace/read-memory.exp
11421 * gdb.trace/report.exp
11422 * gdb.trace/save-trace.exp
11423 * gdb.trace/signal.exp
11424 * gdb.trace/stap-trace.exp
11425 * gdb.trace/status-stop.exp
11426 * gdb.trace/strace.exp
11427 * gdb.trace/tfile.exp
11428 * gdb.trace/tfind.exp
11429 * gdb.trace/trace-break.exp
11430 * gdb.trace/trace-condition.exp
11431 * gdb.trace/trace-enable-disable.exp
11432 * gdb.trace/trace-mt.exp
11433 * gdb.trace/tracecmd.exp
11434 * gdb.trace/tracefile-pseudo-reg.exp
11435 * gdb.trace/tspeed.exp
11436 * gdb.trace/tstatus.exp
11437 * gdb.trace/tsv.exp
11438 * gdb.trace/unavailable.exp
11439 * gdb.trace/while-dyn.exp
11440 * gdb.trace/while-stepping.exp
11441 * lib/gdb-guile.exp
11442 * lib/gdb.exp
11443 * lib/mi-support.exp
11444 * lib/pascal.exp
11445 * lib/perftest.exp
11446 * lib/prelink-support.exp
11447 * lib/selftest-support.exp
11448
ad02e4fe
SM
114492016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11450
11451 * Makefile.in: Include disable-implicit-rules.mk.
11452
22347e55
AA
114532016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11454
11455 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11456 non-byte-aligned bit fields.
11457
da5b30da
AA
114582016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11459
11460 PR gdb/12616
11461 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11462 respects the DW_AT_data_bit_offset attribute.
11463
b593ecca
SM
114642016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11465
11466 * gdb.base/default.exp: Fix output of "set language".
11467
3b165252
SM
114682016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11469
11470 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11471 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11472 make.
11473 * configure.ac: Remove checks for the make program.
11474 * configure: Re-generate.
11475
1a2f3d7f
KB
114762016-11-16 Kevin Buettner <kevinb@redhat.com>
11477
11478 * gdb.python/py-recurse-unwind.c (main): Add loop.
11479 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11480 to read_register() and gdb.parse_and_eval(). Make each code
11481 call a separate case that can be individually tested.
11482 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11483 proc. Call cont_and_backtrace for each of the code paths that
11484 we want to test in the unwinder.
11485
b7f38fda
AA
114862016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11487
11488 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11489 the definition of struct S.
11490
1f8db343
CM
114912016-11-11 Catherine Moore <clm@codesourcery.com>
11492
11493 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11494
fad0c9fb
PA
114952016-11-09 Pedro Alves <palves@redhat.com>
11496
11497 * gdb.base/commands.exp (runto_or_return): New procedure.
11498 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11499 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11500 (progvar_simple_while_test, progvar_complex_if_while_test)
11501 (if_while_breakpoint_command_test)
11502 (infrun_breakpoint_command_test, breakpoint_command_test)
11503 (user_defined_command_test, watchpoint_command_test)
11504 (test_command_prompt_position, redefine_hook_test)
11505 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11506 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11507 multi_line_input and multi_line. Remove gdb_expect and
11508 gdb_stop_suppressing_tests uses.
11509 * lib/gdb.exp (valnum_re): New global.
11510 (multi_line_input): New procedure.
11511
8354c62c
SM
115122016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11513
11514 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11515 Remove.
11516 (test_setup): Define with proc_with_prefix.
11517 (test_cli_inferior): Likewise.
11518 (test_cli_thread): Likewise.
11519 (test_cli_frame): Likewise.
11520 (test_cli_select_frame): Likewise.
11521 (test_cli_up_down): Likewise.
11522 (test_mi_thread_select): Likewise.
11523 (test_mi_stack_select_frame): Likewise.
11524 (test_cli_in_mi_inferior): Likewise.
11525 (test_cli_in_mi_thread): Likewise.
11526 (test_cli_in_mi_frame): Likewise.
11527 (top level): Do not use with_test_prefix_procname.
11528
64f367a2
PA
115292016-11-09 Pedro Alves <palves@redhat.com>
11530
11531 * gdb.base/commands.exp (gdbvar_simple_if_test)
11532 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11533 (progvar_simple_if_test, progvar_simple_while_test)
11534 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11535 (infrun_breakpoint_command_test, breakpoint_command_test)
11536 (user_defined_command_test, watchpoint_command_test)
11537 (test_command_prompt_position, deprecated_command_test)
11538 (bp_deleted_in_command, temporary_breakpoint_commands)
11539 (stray_arg0_test, source_file_with_indented_comment)
11540 (recursive_source_test, if_commands_test)
11541 (error_clears_commands_left, redefine_hook_test)
11542 (redefine_backtrace_test): Use proc_with_prefix.
11543 * lib/gdb.exp (proc_with_prefix): New proc.
11544
0bb65f1e
AA
115452016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11546
11547 * gdb.base/tui-layout.c: New file.
11548 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11549 disassembly window contains very long lines.
11550
7353f247
TT
115512016-11-08 Tom Tromey <tom@tromey.com>
11552
11553 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11554 depend on Python 2.
11555
30a7bb83
TT
115562016-11-08 Tom Tromey <tom@tromey.com>
11557
11558 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11559 New method.
11560
cdf5a07c
MG
115612016-10-29 Manish Goregaokar <manish@mozilla.com>
11562
2806dc7e 11563 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11564
51a789c3
MG
115652016-10-27 Manish Goregaokar <manish@mozilla.com>
11566
2806dc7e
PA
11567 * gdb.rust/simple.rs: Add test for univariant enums without
11568 discriminants and for encoded struct-like enums.
51a789c3 11569
f610ab6d
PA
115702016-10-28 Pedro Alves <palves@redhat.com>
11571
11572 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11573 gdb_test_multiple, tighten regexps and match symtabs and line
11574 tables incrementally.
11575
b129b0ca
LM
115762016-10-28 Luis Machado <lgustavo@codesourcery.com>
11577
11578 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11579 general.
11580
ecf45d2c
SL
115812016-10-25 Luis Machado <lgustavo@codesourcery.com>
11582
11583 * gdb.base/exec-invalid-sysroot.exp: New file.
11584
b8d38ee4
JK
115852016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11588
f90fd8c2
JK
115892016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11590
11591 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11592
2d2476aa
MR
115932016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11594
2806dc7e
PA
11595 * gdb.base/killed-outside.exp: Remove $options from a call to
11596 `prepare_for_testing'.
2d2476aa 11597
e42b25a0
SM
115982016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11599
11600 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11601 Change test message.
11602
3ccdb432
SM
116032016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11604
11605 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11606 Update comment.
11607
5bad3170
SM
116082016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11609
11610 * gdb.trace/mi-trace-save.exp: New file.
11611
5ad9dba7
YQ
116122016-10-13 Yao Qi <yao.qi@linaro.org>
11613
11614 * gdb.base/code_elim.exp (get_var_address): Remove.
11615 * gdb.base/relocate.exp: Likewise.
11616 * gdb.base/shreloc.exp: Likewise.
11617 * lib/gdb.exp (get_var_address): New.
11618
62df7e21
YQ
116192016-10-13 Yao Qi <yao.qi@linaro.org>
11620
11621 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11622 floating point tests if $skip_float_test is false.
11623
4dac951e
LM
116242016-10-12 Luis Machado <lgustavo@codesourcery.com>
11625
11626 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11627 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11628 argc values.
11629 Add 1 to argc so we guarantee distinct initial/modified argc values.
11630
8f1a8fc4
JK
116312016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11632
11633 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11634
16c85b5d
JK
116352016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11638 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11639 * gdb.arch/vsx-regs.exp: Likewise.
11640
1d0e042a
YQ
116412016-10-07 Yao Qi <yao.qi@linaro.org>
11642
11643 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11644
68dadef5
MM
116452016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11646
11647 * gdb.python/python.exp: Test decode_line("*0").
11648
33fa2c6e
DE
116492016-10-06 Doug Evans <dje@google.com>
11650
11651 * gdb.python/py-value.exp (test_value_creation): Add test for large
11652 unsigned 64-bit value.
11653
9c37b5ae
TT
116542016-10-06 Tom Tromey <tom@tromey.com>
11655
11656 * gdb.compile/compile.exp: Change java tests to rust.
11657 * gdb.base/setshow.exp: Change java tests to rust.
11658 * gdb.base/default.exp: Remove java from language list.
11659 * README (Examples): Update language example.
11660 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11661 test.
11662 * lib/gdb.exp (skip_java_tests): Remove.
11663 * lib/java.exp: Remove.
11664 * gdb.java: Remove.
11665
78b86327
MR
116662016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11667
11668 * gdb.arch/mips-fcr.exp: New test.
11669 * gdb.arch/mips-fcr.c: Source for the new test.
11670
7470adbb
MR
116712016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11672
11673 * gdb.base/solib-disc.exp: Use `standard_output_file'
11674 throughout.
11675
4a556533
PA
116762016-10-06 Pedro Alves <palves@redhat.com>
11677
11678 * gdb.base/jit-simple-dl.c: New file.
11679 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11680 * gdb.base/jit-simple.c: ... this.
11681 * gdb.base/jit-simple.exp (jit_run): Delete.
11682 (build_jit): New proc.
11683 (jit_test_reread): Recompile either the main program or the shared
11684 library, depending on what is being tested. Skip changing address
11685 if caller wants to. Compare before/after addresses. If testing
11686 standalone, explicitly load the binary. Test "maint info
11687 breakpoints".
11688 (top level): Add "standalone vs shared lib" and "change address"
11689 vs "same address" axes.
11690
5a122fbc
PA
116912016-10-06 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11694 call.
11695 (jit_run): Delete.
11696 (jit_test_reread): Use with_test_prefix. Reload the main binary
11697 explicitly. Compare the before/after addresses of the JIT
11698 descriptor.
11699
ee8da4b8
DE
117002016-08-15 Doug Evans <dje@google.com>
11701
11702 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11703 for single bitfields is bool.
11704 * gdb.xml/tdesc-regs.exp: Ditto.
11705
f389f6fe
JK
117062016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11707
11708 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11709
fdebf1a4
YQ
117102016-10-05 Yao Qi <yao.qi@linaro.org>
11711
11712 * lib/gdb.exp (support_complex_tests): Return zero if
11713 gdb_skip_float_test return true.
11714
9c36d954 117152016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11716 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11717
11718 PR gdb/20487
11719 * gdb.mi/user-selected-context-sync.exp: New file.
11720 * gdb.mi/user-selected-context-sync.c: New file.
11721
4034d0ff 117222016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11723 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11724
11725 PR gdb/20487
11726 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11727 =thread-select-event check.
11728
a4297203
PB
117292016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11730
11731 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11732 the compulsory L operand changes.
11733 * gdb.arch/powerpc-power.s: Likewise.
11734
bb805577
JK
117352016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11736
11737 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11738 * gdb.base/jit-attach-pie.c: New file.
11739 * gdb.base/jit-attach-pie.exp: New file.
11740
6d61dee5
PA
117412016-09-28 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.base/infcall-input.c: New file.
11744 * gdb.base/infcall-input.exp: New file.
11745
f73842fc
YQ
117462016-09-22 Yao Qi <yao.qi@linaro.org>
11747
11748 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11749 (gdb_exit): Rename it to ...
11750 (gdbserver_gdb_exit): ... Close GDBserver.
11751 (gdb_exit): New proc, call gdbserver_gdb_exit.
11752 (mi_gdb_exit): Likewise.
11753
90681dab
YQ
117542016-09-22 Yao Qi <yao.qi@linaro.org>
11755
11756 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11757 path.
11758 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11759 Remove duplication.
11760
9c211fd8
YQ
117612016-09-22 Yao Qi <yao.qi@linaro.org>
11762
11763 * lib/gdbserver-support.exp: Check the existence of
11764 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11765
ad0a504f
AK
117662016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11767
11768 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11769
36cf1806
TT
117702016-09-21 Tom Tromey <tom@tromey.com>
11771
11772 PR gdb/20604:
11773 * gdb.base/quit.exp: New file.
11774
74172ecf
SM
117752016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11776
11777 * .gitignore: New file.
11778
3d0ec882
MR
117792016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11780
11781 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11782 throughout.
11783
8193adea
AA
117842016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11785
11786 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11787
d41a5c09
JK
117882016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11789
11790 * gdb.cp/casts.cc (decltype): Move it ...
11791 (main): ... with its call to ...
11792 * gdb.cp/casts03.cc: ... a new file.
11793 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11794
d2dfe700
JK
117952016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11798
e2a92b16
PB
117992016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11800
11801 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11802 and sync up the test with tests in gas/testsuite/gas/ppc.
11803 * gdb.arch/powerpc-power.exp: Likewise.
11804
49b4de64
JK
118052016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11806
11807 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11808
2c29df25
SDJ
118092016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11810 Jan Kratochvil <jan.kratochvil@redhat.com>
11811
11812 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11813 make m1's definition to be different from m2's. Use 'dummy' as an
11814 argument for probe 'two'.
11815
cc3c2846
JB
118162016-09-10 Jon Beniston <jon@beniston.com>
11817
11818 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11819 for sim target.
11820
e1b2624a
AA
118212016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11822
11823 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11824 variable declaration.
11825 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11826 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11827 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11828 received HWCAP as its argument.
11829
4295e285
PA
118302016-09-06 Pedro Alves <palves@redhat.com>
11831
11832 * gdb.base/new-ui-pending-input.c: New file.
11833 * gdb.base/new-ui-pending-input.exp: New file.
11834 * gdb.exp (clear_gdb_spawn_id): New procedure.
11835 (with_spawn_id): Check whether gdb_spawn_id exists before
11836 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11837 on exit.
11838
00d5215e
UW
118392016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11840
11841 * gdb.base/float128.c: New file.
11842 * gdb.base/float128.exp: Likewise.
11843 * gdb.base/floatn.c: Likewise.
11844 * gdb.base/floatn.exp: Likewise.
11845
a9ff5f12
UW
118462016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11847
11848 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11849
f245535c
PA
118502016-09-05 Pedro Alves <palves@redhat.com>
11851
11852 PR backtrace/19927
11853 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11854 unwinders are immediately called as side effect of "source" or
11855 "disable unwinder" commands.
11856 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11857
ae9cf263
YQ
118582016-09-02 Yao Qi <yao.qi@linaro.org>
11859
11860 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11861 is true and $type is "float" or "double".
11862
27aba047
YQ
118632016-09-02 Yao Qi <yao.qi@linaro.org>
11864
11865 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11866 true.
11867 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11868 * gdb.base/call-rt-st.exp: Likewise.
11869 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11870 return value instead of gdb,skip_float_test.
11871 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11872 (do_function_calls): Use its return value instead of
11873 gdb,skip_float_test.
11874 * gdb.base/finish.exp: Likewise.
11875 * gdb.base/funcargs.exp: Likewise.
11876 * gdb.base/return.exp: Likewise.
11877 * gdb.base/return2.exp: Likewise.
11878 * gdb.base/varargs.exp: Likewise.
11879 * lib/gdb.exp (gdb_skip_float_test): Change it to
11880 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11881
5af962df
AA
118822016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.multi/tids.exp: Test "thread apply all".
11885
7fac6910
JK
118862016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11887
11888 * gdb.base/default.exp (tty): Remove.
11889
bb1fe4ac
KB
118902016-08-24 Kevin Buettner <kevinb@redhat.com>
11891
2806dc7e
PA
11892 * gdb.python/py-recurse-unwind.c: New file.
11893 * gdb.python/py-recurse-unwind.py: New file.
11894 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11895
0a1ddfa6
SM
118962016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11897
11898 * gdb.base/set-inferior-tty.exp: New file.
11899 * gdb.base/set-inferior-tty.c: New file.
11900
d9de1fe3
PA
119012016-08-23 Pedro Alves <palves@redhat.com>
11902
11903 PR gdb/20494
11904 * gdb.base/new-ui-echo.c: New file.
11905 * gdb.base/new-ui-echo.exp: New file.
11906
e9d9abd7
YQ
119072016-08-23 Yao Qi <yao.qi@linaro.org>
11908
11909 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11910 gdbserver_spawn.
11911 * gdb.server/connect-without-multi-process.exp (do_test):
11912 Likewise.
11913
3589529e
YQ
119142016-08-23 Yao Qi <yao.qi@linaro.org>
11915
11916 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11917 standalone_txt. Delete gdb_txt and standalone_txt on host
11918 and target. Spawn the binary on target. Copy files from
11919 target to host.
11920
6bb90213
PA
119212016-08-22 Pedro Alves <palves@redhat.com>
11922
11923 PR gdb/20505
11924 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11925 with_test_prefix. Factor out bits to ...
11926 (test_no_vdso): ... this new procedure.
11927
20c2c024
CL
119282016-08-19 Carl Love <cel@us.ibm.com>
11929
11930 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11931 maintaining separate logic for constructing the output path.
11932 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11933 * gdb.arch/ppc-dfp.exp: Likewise.
11934 * gdb.arch/ppc-fp.exp: Likewise.
11935 * gdb.arch/vsx-regs.exp: Likewise.
11936 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11937 binprefix for generating the additional binary files.
11938
0646e07d
PA
119392016-08-19 Pedro Alves <palves@redhat.com>
11940
11941 * gdb.trace/mi-trace-frame-collected.exp
11942 (test_trace_frame_collected): On x32, expect two registers.
11943
46da9242
CL
119442016-08-18 Carl Love <cel@us.ibm.com>
11945
11946 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11947 and sync up the test with tests in gas/testsuite/gas/ppc.
11948 * gdb.arch/powerpc-power.exp: Likewise.
11949
eb2332d7
SM
119502016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11951
11952 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11953 expected error message.
11954
63c61e04
SM
119552016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11956
11957 * gdb.multi/remove-inferiors.exp: New file.
11958 * gdb.multi/remove-inferiors.c: New file.
11959
7b17065f
YQ
119602016-08-12 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11963 argument list.
11964
01d3dedf
PA
119652016-08-10 Pedro Alves <palves@redhat.com>
11966
11967 PR gdb/19187
11968 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11969 setup_kfails.
11970
3eb7562a
PA
119712016-08-09 Pedro Alves <palves@redhat.com>
11972 Simon Marchi <simon.marchi@ericsson.com>
11973
11974 PR gdb/20418
11975 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11976 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11977
80614914
PA
119782016-08-09 Pedro Alves <palves@redhat.com>
11979
11980 PR mi/20431
11981 * gdb.mi/mi-cmd-error.exp: New file.
11982
f348d89a
PA
119832016-08-09 Pedro Alves <palves@redhat.com>
11984
11985 PR gdb/18653
11986 * gdb.base/signals-state-child.c: New file.
11987 * gdb.base/signals-state-child.exp: New file.
11988 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11989
e5ca03b4
PA
119902016-08-09 Pedro Alves <palves@redhat.com>
11991
11992 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11993
282a0691
TT
119942016-08-03 Tom Tromey <tom@tromey.com>
11995
11996 PR python/18565:
11997 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11998
41bfcd63
YQ
119992016-08-01 Yao Qi <yao.qi@linaro.org>
12000
12001 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12002 variable mode to "multi-process" if $multi_process is 1, otherwise
12003 set it to "single-process".
12004
e3465b24
YQ
120052016-08-01 Yao Qi <yao.qi@linaro.org>
12006
12007 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12008 * gdb.cp/cpexprs.exp: Likewise.
12009 * gdb.cp/m-static.exp: Likewise.
12010
0b31a4bc
TT
120112016-07-26 Tom Tromey <tom@tromey.com>
12012
12013 PR python/20190:
12014 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12015 test.
12016
e0461dbb
MM
120172016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12018
12019 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12020 selecting assembly source files.
12021 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12022 assembly source files.
12023 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12024 assembly source files.
12025 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12026 selecting assembly source files.
12027
8194e927
SM
120282016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12029
12030 * gdb.base/new-ui.exp (do_test_invalid_args): New
12031 procedure.
12032
c0272db5
TW
120332016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12034
12035 * gdb.btrace/reconnect.c: New file.
12036 * gdb.btrace/reconnect.exp: New file.
12037
e3487908
GKB
120382016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12039
12040 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12041 to test_catch_syscall_group.
12042 (test_catch_syscall_group): New.
12043
12df5c00
TT
120442016-07-21 Tom Tromey <tom@tromey.com>
12045
12046 * gdb.rust/simple.rs (main): Use empty struct expression.
12047 * gdb.rust/simple.exp: Add tests for empty struct expression.
12048
bae62ee2
YQ
120492016-07-21 Yao Qi <yao.qi@linaro.org>
12050
12051 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12052 if gdb_skip_xml_test is true on some targets.
12053
b1b53fb3
YQ
120542016-07-21 Yao Qi <yao.qi@linaro.org>
12055
12056 * gdb.server/solib-list.exp: Unset last_loaded_file.
12057
027d97f8
JK
120582016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12059
12060 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12061 "step into captured_main (args)".
12062
7674d381
JK
120632016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12066
72b5d099
JK
120672016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12068
12069 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12070
1f960ced
PA
120712016-07-19 Pedro Alves <palves@redhat.com>
12072
12073 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12074 * gdb.opt/inline-bt.exp: Likewise.
12075 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12076 additional_flags=-Winline.
12077 * gdb.opt/inline-locals.exp: Likewise.
12078 * gdb.opt/inline-markers.c (ATTR): Define.
12079 (inlined_fn): Use it.
12080
f25827c1
YQ
120812016-07-19 Yao Qi <yao.qi@linaro.org>
12082
12083 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12084 (test_with_self): Remove some code. Remove argument executable.
12085 (top-level): Use do_self_tests.
12086
37539ebe
DB
120872016-07-15 Zachary Welch <zwelch@codesourcery.com>
12088 Don Breazeal <donb@codesourcery.com>
12089
12090 * gdb.base/maint.exp: Escape paths used in regular expressions.
12091 * gdb.stabs/weird.exp: Likewise.
12092
dac790e1
TT
120932016-07-13 Tom Tromey <tom@tromey.com>
12094
12095 PR python/15620, PR python/18620:
12096 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12097 (test_bkpt_events): New procs.
12098
93daf339
TT
120992016-07-13 Tom Tromey <tom@tromey.com>
12100
12101 PR python/17698:
12102 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12103 test.
12104 (test_watchpoints): Likewise.
12105 (test_bkpt_pending): New proc.
12106
6571a381
TT
121072016-07-13 Tom Tromey <tom@tromey.com>
12108
12109 PR cli/18053:
12110 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12111 completion test.
12112
e8732474
JK
121132016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12114
12115 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12116 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12117 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12118 f_label.
12119 (g): Rename g_end_lbl to g_label.
12120 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12121 low_pc and high_pc.
12122 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12123
e0f3fd7c
TT
121242016-07-12 Tom Tromey <tom@tromey.com>
12125
12126 PR python/19293:
12127 * gdb.python/py-unwind-maint.exp: Update tests.
12128
3cfe46b6
YQ
121292016-07-12 Yao Qi <yao.qi@linaro.org>
12130
12131 * lib/selftest-support.exp (selftest_setup): Match the output
12132 when captured_main is inlined.
12133
4f19a0e6
WT
121342016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12135
12136 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12137 New variables.
12138 (print this%a, print this%b, print this): New tests.
12139 * gdb.fortran/derived-types.f90 (this): New object and
12140 initialization.
12141
986cf455
SM
121422016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12143
12144 * gdb.ada/arraydim.exp: Remove extra directory level in build
12145 directory.
12146
f0464b23
SM
121472016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12148
12149 * lib/ada.exp: Remove extra directory level in build directory.
12150 * gdb.ada/cond_lang.exp: Likewise.
12151 * gdb.ada/exec_changed.exp: Likewise.
12152 * gdb.ada/lang_switch.exp: Likewise.
12153
42d94011
MG
121542016-07-06 Manish Goregaokar <manish@mozilla.com>
12155
2806dc7e
PA
12156 * simple.rs: Add test for raw pointer subscripting.
12157 * simple.exp: Add test expectations.
42d94011 12158
647c264c
YQ
121592016-07-05 Yao Qi <yao.qi@linaro.org>
12160
12161 * gdb.mi/mi-reverse.exp: Match =record-started output.
12162
20aa2c60
PA
121632016-07-01 Pedro Alves <palves@redhat.com>
12164
12165 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12166 procedure.
12167 (jit_reader_test): Test the jit reader's unwinder.
12168 * gdb.base/jithost.c (jit_function_00_code): New global.
12169 (main): Use memcpy to fill in the mmapped code, instead of poking
12170 bytes manually here.
12171 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12172 value.
12173 (read_debug_info): Save the function's range.
12174 (read_sp): New function.
12175 (unwind_frame): Use it. Also unwind RBP.
12176 (get_frame_id): Use read_sp.
12177 (gdb_init_reader): Use calloc instead of malloc.
12178 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12179 parameter. Use gdb_test_multiple.
12180
ced2dffb
PA
121812016-07-01 Pedro Alves <palves@redhat.com>
12182 Antoine Tremblay <antoine.tremblay@ericsson.com>
12183
12184 * gdb.threads/process-dies-while-detaching.c: New file.
12185 * gdb.threads/process-dies-while-detaching.exp: New file.
12186
63000888
PA
121872016-07-01 Pedro Alves <palves@redhat.com>
12188
12189 * gdb.multi/watchpoint-multi-exit.c: New file.
12190 * gdb.multi/watchpoint-multi-exit.exp: New file.
12191
038d4868
PA
121922016-06-30 Pedro Alves <palves@redhat.com>
12193
12194 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12195 unset inferior_spawn_id.
12196
994e9c83
PA
121972016-06-30 Pedro Alves <palves@redhat.com>
12198
12199 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12200 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12201
e5653468
YQ
122022016-06-29 Yao Qi <yao.qi@linaro.org>
12203
12204 * gdb.base/return.c: Add copyright header.
12205
803b47e5
TT
122062016-06-29 Tom Tromey <tom@tromey.com>
12207
12208 PR python/20129:
12209 * gdb.python/py-framefilter.exp: Add tests for setting priority
12210 and disabling of non-existent frame filter.
12211
28244707
YQ
122122016-06-29 Yao Qi <yao.qi@linaro.org>
12213
12214 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12215 0x0f07ff.
12216
a31d2f06
YQ
122172016-06-28 Yao Qi <yao.qi@linaro.org>
12218
12219 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12220 triplets. Start gdb, execute catch syscall, and continue. Check
12221 gdb's output to determine catch syscall is supported.
12222
921d8f54
MG
122232016-06-27 Manish Goregaokar <manish@mozilla.com>
12224
25d49b86
PA
12225 * gdb.rust/simple.rs: Add test for returning unit in a function.
12226 * gdb.rust/simple.exp: Add expectation for functions returning
12227 unit.
921d8f54 12228
f4952523
PMR
122292016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12230
12231 * gdb.python/py-breakpoint-create-fail.c,
12232 gdb.python/py-breakpoint-create-fail.exp,
12233 gdb.python/py-breakpoint-create-fail.py: New testcase.
12234
fccb08f8
MG
122352016-06-25 Manish Goregaokar <manish@mozilla.com>
12236
12237 PR gdb/20239
12238 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12239 * gdb.rust/simple.exp: Add test expectations for new NonZero
12240 tests.
fccb08f8 12241
6b850546
DT
122422016-06-24 David Taylor <dtaylor@emc.com>
12243
12244 * gdb.base/offsets.exp: New file.
12245 * gdb.base/offsets.c: New file.
12246
17621150
TT
122472016-06-23 Tom Tromey <tom@tromey.com>
12248
12249 PR gdb/16483:
12250 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12251 before any filters are loaded.
12252
04d59df6
WT
122532016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12254
12255 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12256 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12257 structs.
12258 * gdb.fortran/derived-type-function.exp: New file.
12259 * gdb.fortran/derived-type-function.f90: New file.
12260
12261
ac69f786
PA
122622016-06-21 Pedro Alves <palves@redhat.com>
12263
12264 * gdb.base/new-ui.exp: New file.
12265 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12266 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12267 (with_spawn_id): New procedure.
12268
49940788
PA
122692016-06-21 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.mi/mi-exec-run.exp: New file.
12272
ef274d26
PA
122732016-06-21 Pedro Alves <palves@redhat.com>
12274
12275 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12276 breakpoint command's output on the main UI.
12277 (test_break): New procedure, factored out from calls in the top
12278 level.
12279 (top level): Use foreach_with_prefix to test MI as main UI and as
12280 separate UI.
12281
468afe6c
PA
122822016-06-21 Pedro Alves <palves@redhat.com>
12283
12284 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12285 (test_awatch_creation_and_listing)
12286 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12287 Remove 'type' parameter.
12288 (test_watchpoint_all): New parameter mi_mode. Remove
12289 with_test_prefix.
12290 (top level): Use foreach_with_prefix, and add main/separate UI MI
12291 testing axis.
12292
51f77c37
PA
122932016-06-21 Pedro Alves <palves@redhat.com>
12294
12295 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12296 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12297 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12298 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12299 (gdb_main_spawn_id, mi_spawn_id): Declare and
12300 comment.
12301 (mi_create_inferior_pty): New procedure,
12302 factored out from default_mi_gdb_start.
12303 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12304 procedures.
12305 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12306 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12307 Use mi_create_inferior_pty.
12308 (mi_gdb_start): Use eval to pass down args list.
12309
8980e177
PA
123102016-06-21 Pedro Alves <palves@redhat.com>
12311
12312 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12313 * gdb.opt/inline-cmds.exp: Add MI tests.
12314
f38d3ad1
PA
123152016-06-21 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12318
45db7c09
PA
123192016-06-21 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12322 (top level): Use it instead of mi_execute_to.
12323
5a069ab3
PA
123242016-06-21 Pedro Alves <palves@redhat.com>
12325
12326 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12327 (cont_handler_str): New.
12328 (signal_stop_handler): Set stop_handler_str instead of printing to
12329 stdout.
12330 (continue_handler): Set cont_handler_str instead of printing to
12331 stdout.
12332 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12333 mi_send_resuming_command. Print stop_handler_str and
12334 cont_handler_str instead of expecting the python events print
12335 directly.
12336
2838cc1d
SD
123372016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12338
12339 * gdb.base/jit-reader.exp: New file.
12340 * gdb.base/jithost.c: New file.
12341 * gdb.base/jithost.h: New file.
12342 * gdb.base/jitreader.c : New file.
12343 * gdb.base/jit-protocol.h: New file.
12344
21a77091
YQ
123452016-06-17 Yao Qi <yao.qi@linaro.org>
12346
12347 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12348 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12349 and detach-on-fork. Adjust tests.
12350 (top level): Invoke break_cond_on_syscall with combinations of
12351 syscall, follow-fork-mode and detach-on-fork.
12352
f50bf8e5
YQ
123532016-06-17 Yao Qi <yao.qi@linaro.org>
12354
12355 * gdb.base/step-over-exit.c: New.
12356 * gdb.base/step-over-exit.exp: New.
12357
a28d8e50
YTL
123582016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12359
12360 * gdb.base/float.exp: Add target check for nds32*-*-*.
12361 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12362
cad8e26d
AB
123632016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12364
12365 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12366 for unsupported target features.
12367 * gdb.base/call-rt-st.exp: Likewise.
12368 * gdb.base/call-sc.exp: Likewise.
12369 * gdb.base/call-signal-resume.exp: Likewise.
12370 * gdb.base/call-strs.exp: Likewise.
12371 * gdb.base/callexit.exp: Likewise.
12372 * gdb.base/callfuncs.exp: Likewise.
12373 * gdb.base/nodebug.exp: Likewise.
12374 * gdb.base/printcmds.exp: Likewise.
12375 * gdb.base/ptype.exp: Likewise.
12376 * gdb.base/structs.exp: Likewise.
12377 * gdb.base/unwindonsignal.exp: Likewise.
12378 * gdb.cp/gdb2495.exp: Likewise.
12379 * gdb.cp/templates.exp: Likewise.
12380 * gdb.cp/virtfunc.exp: Likewise.
12381 * gdb.threads/hand-call-in-threads.exp: Likewise.
12382 * gdb.threads/interrupted-hand-call.exp: Likewise.
12383 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12384
347dc102
TT
123852016-06-10 Tom Tromey <tom@tromey.com>
12386
12387 PR rust/20110:
12388 * gdb.rust/expr.exp: Add test for integer constant larger than
12389 i32.
12390
5e13cf25
BH
123912016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12392
12393 * gdb.fortran/nested-funcs.exp: New.
12394 * gdb.fortran/nested-funcs.f90: New.
12395
bb556f1f
TK
123962016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12397
12398 * gdb.base/examine-backward.c: New file.
12399 * gdb.base/examine-backward.exp: New file.
12400
38b022b4
SM
124012016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12402
12403 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12404 matching.
12405
1b40ec05
TT
124062016-06-02 Tom Tromey <tom@tromey.com>
12407
12408 PR python/18984:
12409 * gdb.python/py-shared.exp: Add solib_name test.
12410
193bd378
SM
124112016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12412
12413 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12414
3326303b
MG
124152016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12416
12417 PR c++/19893
12418 * gdb.dwarf2/implref.exp: Rename to...
12419 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12420 * gdb.dwarf2/implref-array.c: New file.
12421 * gdb.dwarf2/implref-array.exp: Likewise.
12422 * gdb.dwarf2/implref-global.c: Likewise.
12423 * gdb.dwarf2/implref-global.exp: Likewise.
12424 * gdb.dwarf2/implref-struct.c: Likewise.
12425 * gdb.dwarf2/implref-struct.exp: Likewise.
12426
825c8ef2
AT
124272016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12428
12429 * gdb.trace/trace-condition.exp: Add 64bit tests.
12430
2320162a
AT
124312016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12432
12433 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12434 bits types.
12435 (main): Adapt to 8 to 64 bits types.
12436 * gdb.trace/trace-condition.exp: Add new tests.
12437
a7818233
AT
124382016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12439
12440 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12441
0d336466
AT
124422016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12443
12444 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12445 Move condition tests...
12446 * gdb.trace/trace-condition.exp: Here.
12447
7faeb45a
AT
124482016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12449
12450 * gdb.trace/trace-condition.exp: Add counter-case tests.
12451
e385593e
JK
124522016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12453
12454 PR c++/15231
12455 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12456 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12457
744608cc
PA
124582016-05-27 Pedro Alves <palves@redhat.com>
12459
12460 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12461 New procedure.
12462 (top level): Call it, and bail out of DejaGnu is known to be bad.
12463
ac775bf4
AB
124642016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12465
12466 * gdb.base/whatis.c: Extend the test case.
12467 * gdb.base/whatis.exp: Add additional tests.
12468
2bbad2ea
BH
124692016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12470
12471* gdb.fortran/type.f90: Add pointer variable.
12472* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12473
8b70175d
BH
124742016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12475
12476 * gdb.fortran/vla-type.exp: Fix testcase name.
12477
86d8a848
BH
124782016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12479
12480 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12481
e188eb36
BH
124822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12483
12484 * gdb.fortran/type.f90: Add nested structures.
12485 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12486 * gdb.fortran/derived-type.exp: Adapt expected output.
12487 * gdb.fortran/vla-type.exp: Adapt expected output.
12488
9b2db1fd
BH
124892016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12490
12491 * gdb.fortran/whatis_type.exp: Adapt expected output.
12492
72b17055
BH
124932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12494
12495 * gdb.fortran/print_type.exp: Fix expected output.
12496 * gdb.fortran/whatis_type.exp: Fix expected output.
12497
3cd81d8d
BH
124982016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12499
12500 * gdb.fortran/whatis_type.exp: Use multi_line.
12501
ddae9462
TT
125022016-05-24 Tom Tromey <tom@tromey.com>
12503
12504 PR python/17386:
12505 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12506 use value as an index.
12507
1957f6b8
TT
125082016-05-23 Tom Tromey <tom@tromey.com>
12509
12510 PR python/17981:
12511 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12512 no-breakpoint case.
12513
026a9174
PA
125142016-05-24 Pedro Alves <palves@redhat.com>
12515
12516 PR gdb/19828
12517 * gdb.threads/clone-attach-detach.c: New file.
12518 * gdb.threads/clone-attach-detach.exp: New file.
12519
e70a7231
FR
125202016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12521
12522 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12523
0f6ed0e0
TT
125242016-05-23 Tom Tromey <tom@tromey.com>
12525
12526 PR python/19438, PR python/18393:
12527 * gdb.python/py-progspace.exp: Add "dir" test.
12528 * gdb.python/py-objfile.exp: Add "dir" test.
12529
ffd19d61
YQ
125302016-05-23 Yao Qi <yao.qi@linaro.org>
12531
12532 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12533 * gdb.arch/thumb2-it.exp: Likewise.
12534
9e8f9b05
SM
125352016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12536
12537 * gdb.mi/mi-threads-interrupt.c: New file.
12538 * gdb.mi/mi-threads-interrupt.exp: New file.
12539
61c6156d
SM
125402016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 PR gdb/18077
12543 * gdb.mi/mi-async-run.exp: New file.
12544 * gdb.mi/mi-async-run.c: New file.
12545
67218854
TT
125462016-05-17 Tom Tromey <tom@tromey.com>
12547 Manish Goregaokar <manishsmail@gmail.com>
12548
12549 * lib/rust-support.exp: New file.
12550 * lib/gdb.exp (skip_rust_tests): New proc.
12551 (build_executable_from_specs): Handle rust.
12552 * lib/future.exp (gdb_find_rustc): New proc.
12553 (gdb_default_target_compile): Handle rust.
12554 * gdb.rust/expr.exp: New file.
12555 * gdb.rust/generics.exp: New file.
12556 * gdb.rust/generics.rs: New file.
12557 * gdb.rust/methods.exp: New file.
12558 * gdb.rust/methods.rs: New file.
12559 * gdb.rust/modules.exp: New file.
12560 * gdb.rust/modules.rs: New file.
12561 * gdb.rust/simple.exp: New file.
12562 * gdb.rust/simple.rs: New file.
12563
c44af4eb
TT
125642016-05-17 Tom Tromey <tom@tromey.com>
12565
12566 * gdb.base/default.exp (set language): Add rust.
12567
dcd1f979
TT
125682016-05-17 Tom Tromey <tom@tromey.com>
12569
12570 * gdb.gdb/unittest.exp: New file.
12571
155b7f57
YQ
125722016-05-16 Yao Qi <yao.qi@linaro.org>
12573
12574 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12575 shell_prompt. Update shell_prompt_re.
12576
8ddd5a6c
DE
125772016-05-12 Doug Evans <dje@google.com>
12578
12579 PR symtab/19999
12580 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12581 $options when building executable.
12582 * gdb.dwarf2/fission-loclists-pie.S: New file.
12583 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12584
02e370d9
SM
125852016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12588 of [is_remote target],
12589
8929ad8b
SM
125902016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12591
12592 * lib/gdb.exp (use_gdb_stub): New procedure.
12593
6c447423
DE
125942016-05-03 Yunlian Jiang <yunlian@google.com>
12595 Doug Evans <dje@google.com>
12596
12597 PR symtab/19914
12598 * gdb.dwarf2/dwp-sepdebug.c: New file.
12599 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12600
444e826c
SM
126012016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12602
12603 * gdb.base/detach.exp: Remove is_remote check.
12604
740feeaa
SM
126052016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12606
12607 * gdb.base/annota-input-while-running.exp: Don't check for
12608 [is_remote target]. Enable annotations after running to main.
12609 Remove unused "set test..." line.
12610
9080ac9d
SM
126112016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12612
12613 * gdb.trace/trace-enable-disable.exp: New file.
12614 * gdb.trace/trace-enable-disable.c: New file.
12615
952ebca5
SM
126162016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12617
12618 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12619 use it in info sharedlibrary test.
12620 * gdb.trace/ftrace-lock.exp: Likewise.
12621 * gdb.trace/ftrace.exp: Likewise.
12622 * gdb.trace/range-stepping.exp: Likewise.
12623 * gdb.trace/trace-break.exp: Likewise.
12624 * gdb.trace/trace-condition.exp: Likewise.
12625 * gdb.trace/trace-mt.exp: Likewise.
12626
d9019901
SM
126272016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12628
12629 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12630 (gdb_load_shlib): ... this.
12631 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12632 gdb_load_shlib.
12633 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12634 * gdb.base/ctxobj.exp: Likewise.
12635 * gdb.base/dprintf-pending.exp: Likewise.
12636 * gdb.base/dso2dso.exp: Likewise.
12637 * gdb.base/fixsection.exp: Likewise.
12638 * gdb.base/gcore-relro.exp: Likewise.
12639 * gdb.base/gdb1555.exp: Likewise.
12640 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12641 * gdb.base/gnu-ifunc.exp: Likewise.
12642 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12643 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12644 * gdb.base/pending.exp: Likewise.
12645 * gdb.base/print-file-var.exp: Likewise.
12646 * gdb.base/print-symbol-loading.exp: Likewise.
12647 * gdb.base/shlib-call.exp: Likewise.
12648 * gdb.base/shreloc.exp: Likewise.
12649 * gdb.base/so-impl-ld.exp: Likewise.
12650 * gdb.base/solib-disc.exp: Likewise.
12651 * gdb.base/solib-nodir.exp: Likewise.
12652 * gdb.base/solib-overlap.exp: Likewise.
12653 * gdb.base/solib-symbol.exp: Likewise.
12654 * gdb.base/solib-weak.exp (do_test): Likewise.
12655 * gdb.base/sym-file.exp: Likewise.
12656 * gdb.base/symtab-search-order.exp: Likewise.
12657 * gdb.base/type-opaque.exp: Likewise.
12658 * gdb.base/unload.exp: Likewise.
12659 * gdb.base/watchpoint-solib.exp: Likewise.
12660 * gdb.compile/compile.exp: Likewise.
12661 * gdb.cp/gdb2384.exp: Likewise.
12662 * gdb.cp/infcall-dlopen.exp: Likewise.
12663 * gdb.cp/re-set-overloaded.exp: Likewise.
12664 * gdb.fortran/library-module.exp: Likewise.
12665 * gdb.opt/solib-intra-step.exp: Likewise.
12666 * gdb.python/py-finish-breakpoint.exp: Likewise.
12667 * gdb.python/py-shared.exp: Likewise.
12668 * gdb.reverse/solib-precsave.exp: Likewise.
12669 * gdb.reverse/solib-reverse.exp: Likewise.
12670 * gdb.server/solib-list.exp: Likewise.
12671 * gdb.threads/dlopen-libpthread.exp: Likewise.
12672 * gdb.threads/tls-shared.exp: Likewise.
12673 * gdb.threads/tls-so_extern.exp: Likewise.
12674 * gdb.trace/change-loc.exp: Likewise.
12675 * gdb.trace/ftrace-lock.exp: Likewise.
12676 * gdb.trace/ftrace.exp: Likewise.
12677 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12678 * gdb.trace/pending.exp: Likewise.
12679 * gdb.trace/range-stepping.exp: Likewise.
12680 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12681 (strace_info_marker): Likewise.
12682 (strace_probe_marker): Likewise.
12683 (strace_trace_on_same_addr): Likewise.
12684 (strace_trace_on_diff_addr): Likewise.
12685 * gdb.trace/trace-break.exp: Likewise.
12686 * gdb.trace/trace-condition.exp: Likewise.
12687 * gdb.trace/trace-mt.exp: Likewise.
12688
fca4cfd9
SM
126892016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12690
12691 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12692 result of gdb_remote_download.
12693 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12694 * gdb.base/dso2dso.exp: Likewise.
12695 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12696 * gdb.base/print-file-var.exp: Likewise.
12697 * gdb.base/shlib-call.exp: Likewise.
12698 * gdb.base/shreloc.exp: Likewise.
12699 * gdb.base/solib-overlap.exp: Likewise.
12700 * gdb.base/solib-weak.exp (do_test): Likewise.
12701 * gdb.base/unload.exp: Likewise.
12702
11cf4ffb
YQ
127032016-04-27 Yao Qi <yao.qi@linaro.org>
12704
12705 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12706 exists.
12707
3e2e34f8
KB
127082016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12709
12710 * vla-type.exp: Print structure from toplevel.
12711
8f07e298
BH
127122016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12713
12714 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12715 of dynamic types.
12716 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12717 of dynamic types.
12718
9920b434
BH
127192016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12720
12721 * gdb.fortran/vla-type.f90: New file.
12722 * gdb.fortran/vla-type.exp: New file.
12723
f3abeff5
YQ
127242016-04-25 Yao Qi <yao.qi@linaro.org>
12725
12726 * gdb.base/branch-to-self.c: New file.
12727 * gdb.base/branch-to-self.exp: New file.
12728
0a5d52f0
YQ
127292016-04-22 Yao Qi <yao.qi@linaro.org>
12730
12731 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12732 more after $hex.
12733
495346f6
YQ
127342016-04-22 Yao Qi <yao.qi@linaro.org>
12735
12736 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12737 * gdb.base/annota3.exp: Likewise.
12738
4a7e075c
YQ
127392016-04-22 Yao Qi <yao.qi@linaro.org>
12740
12741 * gdb.reverse/step-precsave.exp: Do one step and test program
12742 stops in "callee" and do multiple steps until program goes out
12743 of "callee".
12744 * gdb.reverse/step-reverse.exp: Likewise.
12745
5b061e98
YQ
127462016-04-22 Yao Qi <yao.qi@linaro.org>
12747
12748 * gdb.trace/signal.exp: Also pass if
12749 $tracepoint_hits($i) > $iterations.
12750
5c5dc57f
YQ
127512016-04-22 Yao Qi <yao.qi@linaro.org>
12752
12753 * gdb.trace/signal.c: New file.
12754 * gdb.trace/signal.exp: New file.
12755
a55411b9
DE
127562016-04-19 Doug Evans <xdje42@gmail.com>
12757
12758 * gdb.base/bad-file.exp: New file.
12759
a22df60a
MG
127602016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12761
12762 * gdb.dwarf2/implref.exp: New file.
12763
0c13f7e5
BH
127642016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12765
12766 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12767 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12768 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12769 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12770 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12771 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12772 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12773 * lib/fortran.exp (fortran_int4): New procedure.
12774 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12775 (fortran_logical4): Likewise.
12776
9b9b09e9
BH
127772016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12778
12779 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12780
a14d1f4d
BH
127812016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12782
12783 * lib/compiler.c: Add Intel specific preprocessor macros.
12784 * lib/compiler.cc: Likewise.
25d49b86 12785
7d49b1d0
LM
127862016-04-13 Luis Machado <lgustavo@codesourcery.com>
12787
12788 * gdb.server/connect-with-no-symbol-file.c: New file.
12789 * gdb.server/connect-with-no-symbol-file.exp: New file.
12790
8392fa22
SM
127912016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12792
12793 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12794
8c4c4aeb
SM
127952016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12796
12797 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12798 standard output directory.
12799
45e3745e
AT
128002016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12801
12802 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12803
e26b7e41
MM
128042016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12805
12806 * gdb.btrace/instruction_history.c (loop): Add declaration.
12807
8ce09462
AT
128082016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12809
12810 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12811
2e88a1ea
SM
128122016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12813
12814 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12815 parentheses to print.
12816 (continue_handler): Likewise.
12817
f48e22e3
SM
128182016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12819
12820 * gdb.server/solib-list.exp: Remove is_remote check.
12821 Pass shlib= to gdb_compile. Don't link shared library with
12822 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12823 Run binary filename through "readlink -f" on the target.
12824
096be756
PA
128252016-04-08 Pedro Alves <palves@redhat.com>
12826
12827 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12828 interpreter filename as argument to gdbserver_spawn.
12829 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12830 Return empty if $last_loaded_file does not exist.
12831
06500533
JK
128322016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12833
12834 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12835 * gdb.base/jit-main.c: Use exit after usage.
12836
2d35e871
JK
128372016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12838
12839 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12840 GDBHISTSIZE prior to the tests.
12841 * gdb.base/gdbinit-history.exp: Likewise.
12842
128432016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12844
12845 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12846 instead of build_executable. Use gdb_load_shlibs.
12847
c8064e7e
YQ
128482016-04-07 Yao Qi <yao.qi@linaro.org>
12849
12850 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12851 Execute "si" command.
12852
bde47561
YQ
128532016-04-07 Yao Qi <yao.qi@linaro.org>
12854
12855 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12856 number instead of the comments on some line.
12857
b16f8a3b
DB
128582016-04-06 Don Breazeal <donb@codesourcery.com>
12859
12860 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12861 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12862
c2f901df
SM
128632016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12864
12865 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12866 standard_output_file. Remove unused binfile variable.
12867
ac17fda0
CU
128682016-04-05 Catalin Udma <catalin.udma@freescale.com>
12869
12870 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12871 * gdb.python/py-mi-objfile.exp: Match "list main" output
12872 in console format.
12873
03a8c4df
SM
128742016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12875
12876 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12877 absolute.
12878
6e774b13
SM
128792016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12880
12881 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12882 absolute.
12883 * gdb.trace/ftrace.exp: Likewise.
12884 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12885 targets as well.
12886 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12887 (gdb_load_shlibs): Copy libraries to test directory when testing
12888 natively. Only set solib-search-path if testing remotely.
12889 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12890
7817ea46
SM
128912016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12892
12893 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12894 gdb_download. Use it even if the target is not remote.
12895 * gdb.base/jit.exp (compile_jit_test): Likewise.
12896 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12897 output directory if the destination board is local, otherwise use
12898 the standard remote_download from DejaGnu.
12899 (gdb_download): Remove.
12900 (gdb_load_shlibs): Use gdb_remote_download instead of
12901 gdb_download.
12902 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12903 Use gdb_remote_download instead of gdb_download. Use it even if
12904 the target is not remote.
12905 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12906 instead of gdb_download.
12907
7beb7f68
SM
129082016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12909
12910 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12911 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12912 run.
12913
cc63428a
AV
129142016-04-01 Artemiy Volkov <artemiyv@acm.org>
12915
12916 PR gdb/19820
12917 * gdb.base/printcmds.exp: Add artificial arrays tests.
12918
64cdf930
PA
129192016-03-31 Pedro Alves <palves@redhat.com>
12920
12921 PR gdb/19858
12922 * gdb.base/jit-main.c: Include unistd.h.
12923 (ATTACH): Define to 0 if not already defined.
12924 (wait_for_gdb, mypid): New globals.
12925 (WAIT_FOR_GDB): New macro.
12926 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12927 some breakpoint locations.
12928 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12929 New procedures.
12930 (one_jit_test): Add REATTACH parameter, and handle it. Use
12931 continue_to_test_location.
12932 (top level): Test attach, and adjusts calls to one_jit_test.
12933
40dea8cb
PA
129342016-03-31 Pedro Alves <palves@redhat.com>
12935
12936 PR gdb/19858
12937 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12938 BINSUFFIX parameter, and handle it.
12939 (top level): Adjust calls compile_jit_test.
12940
e7ea3ec7
CU
129412016-03-31 Catalin Udma <catalin.udma@freescale.com>
12942
12943 PR python/19743
12944 * gdb.python/py-mi-events-gdb.py: New file.
12945 * gdb.python/py-mi-events.c: New file.
12946 * gdb.python/py-mi-events.exp: New file.
12947
e6359af3
YQ
129482016-03-30 Yao Qi <yao.qi@linaro.org>
12949
12950 * gdb.reverse/until-precsave.exp: Match function name only.
12951 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12952 Move malloc to a condition block.
12953 * gdb.reverse/until-reverse.exp: Match function name only.
12954
a4105d04
MK
129552016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12956
12957 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12958 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12959 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12960 variable for GPR 0 instead of assuming it is register 0.
12961 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12962 * lib/trace-support.exp: Add s390 registers.
12963
bfa6adb9
YQ
129642016-03-29 Yao Qi <yao.qi@linaro.org>
12965
12966 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12967
1e6697ea
YQ
129682016-03-24 Yao Qi <yao.qi@linaro.org>
12969
12970 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12971 test message.
12972
64bcd522
AA
129732016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12974
12975 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12976 maintaining separate logic for constructing the output path.
12977
7868401b
DB
129782016-03-16 Don Breazeal <donb@codesourcery.com>
12979
12980 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12981 Retry fork and waitpid on interrupted system call errors.
12982 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12983 Use with_timeout_factor to increase timeout by factor of 10.
12984
1cafadb4
DB
129852016-03-15 Don Breazeal <donb@codesourcery.com>
12986
12987 * gdb.cp/scope-err.cc: New test program.
12988 * gdb.cp/scope-err.exp: New test script.
12989 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12990 lines and "set breakpoint here" comment.
12991 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12992 Fixed some whitespace and format issues.
12993 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12994 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12995
81516450
DE
129962016-03-15 Doug Evans <dje@google.com>
12997
12998 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12999 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13000 All callers updated. Add tests for enums, mixed flags register.
13001
aa52b601
DE
130022016-03-15 Doug Evans <dje@google.com>
13003
13004 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13005 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13006
fa4ff313
SM
130072016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13008
13009 * gdb.base/default.exp: Add $_as_string to the list of expected
13010 convenience functions.
13011
f2403c39
AB
130122016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13013
13014 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13015
f2f3ccb9
SM
130162016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13017
13018 * gdb.python/py-as-string.exp: New file.
13019 * gdb.python/py-as-string.c: New file.
13020
00dbd492
PA
130212016-03-09 Pedro Alves <palves@redhat.com>
13022
13023 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13024 signal" -> "Thread NN received signal" output change.
13025 * gdb.threads/ia64-sigill.exp: Likewise.
13026 * gdb.threads/linux-dp.exp: Likewise.
13027 * gdb.threads/manythreads.exp: Likewise.
13028 * gdb.threads/pending-step.exp: Likewise.
13029 * gdb.threads/print-threads.exp: Likewise.
13030 * gdb.threads/sigstep-threads.exp: Likewise.
13031 * gdb.threads/staticthreads.exp: Likewise.
13032 * gdb.threads/tls.exp: Likewise.
13033
1e6697ea
YQ
130342016-03-09 Pedro Alves <palves@redhat.com>
13035
13036 * gdb.base/command-line-input.exp: New file.
13037
b04fd3be
MK
130382016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13039
13040 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13041 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13042 * gdb.trace/pending.exp: Accept leading dot before function name.
13043 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13044 * lib/trace-support.exp: Set registers for ppc.
13045
98fa59e9
MK
130462016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13047
13048 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13049 use it for disassembly; accept .main in addition to main in backtrace.
13050
f77198c8
MK
130512016-03-09 Wei-cheng Wang <cole945@gmail.com>
13052 Marcin Kościelnicki <koriakin@0x04.net>
13053
13054 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13055 (gdb_recursion_test_ptr): New global variable.
13056 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13057 gdb_recursion_test.
13058 (gdb_c_test): Ditto.
13059
ba84e0da
MK
130602016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13061
13062 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13063 ordering.
13064
4366d36e
MK
130652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13066
13067 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13068 (bar): Add bar_start_lbl label.
13069 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13070 of foo/bar for emitting DWARF and tracing.
13071
5eb264df
SDJ
130722016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13073
13074 * analyze-racy-logs.py: Set executable bit.
13075
fb6a751f
SDJ
130762016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13077
13078 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13079 (CHECK_TARGET_TMP): Likewise.
13080 (check-single-racy): New rule.
13081 (check-parallel-racy): Likewise.
13082 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13083 (do-check-parallel-racy): New rule.
13084 (check-racy/%.exp): Likewise.
13085 * README (Racy testcases): New section.
13086 * analyze-racy-logs.py: New file.
13087
bdf7e230
DE
130882016-03-03 Doug Evans <dje@google.com>
13089
13090 * gdb.base/skip.exp: Use with_test_prefix.
13091
4719d415
YQ
130922016-03-03 Yao Qi <yao.qi@linaro.org>
13093
13094 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13095 Invoke step_over_syscall "clone" and break_cond_on_syscall
13096 "clone".
13097 * gdb.base/step-over-clone.c: New file.
13098
ea507862
YQ
130992016-03-03 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13102 code format.
13103
8fc8cbda
YQ
131042016-03-03 Yao Qi <yao.qi@linaro.org>
13105
13106 * gdb.base/disp-step-fork.c: Rename to ...
13107 * gdb.base/step-over-fork.c: ... it. New file.
13108 * gdb.base/disp-step-vfork.c: Rename to ...
13109 * gdb.base/step-over-vfork.c: ... it. New file.
13110 * gdb.base/disp-step-syscall.exp: Rename to ...
13111 * gdb.base/step-over-syscall.exp: ... it. New file.
13112 (disp_step_cross_syscall): Rename to ...
13113 (step_over_syscall): ... it.
13114
92fa70b0
YQ
131152016-03-03 Yao Qi <yao.qi@linaro.org>
13116
13117 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13118 If target supports condition evaluation on target, invoke
13119 break_cond_on_syscall for fork and vfork.
13120
e197ad3c
YQ
131212016-03-03 Yao Qi <yao.qi@linaro.org>
13122
13123 * gdb.base/disp-step-syscall.exp: Don't invoke
13124 support_displaced_stepping.
13125 (disp_step_cross_syscall): Test with displaced stepping off and
13126 on if supported.
13127
0b47da9f
YQ
131282016-03-03 Yao Qi <yao.qi@linaro.org>
13129
13130 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13131 proc.
13132 (setup): New proc.
13133 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13134 and setup.
13135
065ab6dc
BH
131362016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13137
13138 * gdb.fortran/vla-history.exp: Remove breakpoint.
13139
07e448ad 131402016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13141
25d49b86
PA
13142 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13143 exceeds timeout.
07e448ad 13144
9ac2d526 131452016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13146
25d49b86
PA
13147 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13148 breakpoint.
9ac2d526 13149
17807369
BH
131502016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13151
13152 * gdb.mi/vla.f90: Nullify pointer after declaration.
13153
86e501af
PA
131542016-03-01 Pedro Alves <palves@redhat.com>
13155
13156 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13157
1e903e32
PA
131582016-03-01 Pedro Alves <palves@redhat.com>
13159
13160 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13161 before anything else.
13162 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13163 _GNU_SOURCE here.
13164 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13165 before anything else.
13166 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13167
6ccb54e2
PA
131682016-03-01 Pedro Alves <palves@redhat.com>
13169
13170 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13171
30ca9da1
YQ
131722016-03-01 Yao Qi <yao.qi@linaro.org>
13173
13174 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13175 prepare_for_testing.
13176
dc856b38
YQ
131772016-03-01 Yao Qi <yao.qi@linaro.org>
13178
13179 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13180
4a932159
AA
131812016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13182
13183 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13184 manually constructing the output path.
13185
f2489477
AA
131862016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13187
13188 * gdb.arch/s390-stackless.S: New.
13189 * gdb.arch/s390-stackless.exp: New.
13190
38899f16
IB
131912016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13192
13193 * gdb.dlang/circular.c: New file.
13194 * gdb.dlang/circular.exp: New file.
13195
9fde51ed
YQ
131962016-02-26 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13199 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13200 (testcases): Update.
13201
ce90fefe
YQ
132022016-02-26 Yao Qi <yao.qi@linaro.org>
13203
13204 * gdb.reverse/aarch64.c: Rename to ...
13205 * gdb.reverse/insn-reverse.c: ... it.
13206 * gdb.reverse/aarch64.exp: Rename to ...
13207 * gdb.reverse/insn-reverse.exp: ... it.
13208
3263bceb
YQ
132092016-02-26 Yao Qi <yao.qi@linaro.org>
13210
13211 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13212 (testcase_ftype): New.
13213 (testcases): New array.
13214 (n_testcases): New.
13215 (main): Call each element in testcases.
13216 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13217 (read_testcase): New.
13218 Do the tests in a loop.
13219
6cb59ff1
YQ
132202016-02-25 Yao Qi <yao.qi@linaro.org>
13221
13222 * gdb.base/branches.c: Remove.
13223
ae91f625
MK
132242016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13225
13226 PR gdb/13808
13227 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13228
678b48b7
MK
132292016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13230
13231 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13232
7337a6f2
MK
132332016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13234
13235 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13236 change x86_64 call_insn to 'callq'.
13237
861ca91f
AT
132382016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13239
13240 * gdb.trace/tfile-avx.c: Move to...
13241 * gdb.trace/tracefile-pseudo-reg.c: Here.
13242 * gdb.trace/tfile-avx.exp: Move to...
13243 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13244
bf74e428
GB
132452016-02-24 Gary Benson <gbenson@redhat.com>
13246
13247 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13248 message on attach.
13249
cce0e923
DE
132502016-02-23 Doug Evans <dje@google.com>
13251
13252 * gdb.base/skip.c (test_skip): New function.
13253 (end_test_skip_file_and_function): New function.
13254 (test_skip_file_and_function): New function.
13255 * gdb.base/skip1.c (test_skip): New function.
13256 (skip1_test_skip_file_and_function): New function.
13257 * gdb.base/skip.exp: Add tests for new skip options.
13258 * gdb.base/skip-solib.exp: Update expected output.
13259 * gdb.perf/skip-command.cc: New file.
13260 * gdb.perf/skip-command.exp: New file.
13261 * gdb.perf/skip-command.py: New file.
13262
4000e47e
MK
132632016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13264
13265 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13266 info registers pattern.
13267
24f75ead
IB
132682016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13269
13270 * lib/future.exp: Add D support.
13271 (gdb_find_gdc): New proc.
13272 (gdb_default_target_compile): Add D support.
13273
fbb7bcbe
WW
132742016-02-18 Wei-cheng Wang <cole945@gmail.com>
13275
13276 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13277 user+system time.
13278 (trace_speed_test): Determine the iteration count for a time
13279 between 15..30 seconds.
13280
012b3a21
WT
132812016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13282
13283 * gdb.arch/i386-mpx-sigsegv.c: New file.
13284 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13285 * gdb.arch/i386-mpx-simple_segv.c: New file.
13286 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13287
2d5189bd
YQ
132882016-02-18 Yao Qi <yao.qi@linaro.org>
13289
13290 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13291 Don't call setup_kfail.
13292
40fb20d0
YQ
132932016-02-18 Yao Qi <yao.qi@linaro.org>
13294
13295 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13296 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13297
21b1f8d2
DE
132982016-02-16 Doug Evans <dje@google.com>
13299
13300 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13301 * gdb.base/skip1.c: Ditto.
13302 * gdb.base/skip.exp: Whitespace cleanup.
13303
4041ed77
DB
133042016-02-16 Don Breazeal <donb@codesourcery.com>
13305
13306 PR remote/19496
13307 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13308 Remove kfail for PR remote/19496.
13309
c4ef31bf
SM
133102016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13311
13312 * lib/gdb.exp (standard_temp_file): Return a path specific to
13313 the runtest invocation.
13314
266b65b3
SM
133152016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13316
13317 * gdb.trace/save-trace.exp: Change relative path to be in the
13318 standard output directory.
13319
a7a0a6a9
JK
133202016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13321
13322 * gdb.arch/i386-prologue.c: Add missing prototypes.
13323
c99dbb42
JK
133242016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13325
13326 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13327 * gdb.arch/i386-prologue.exp: Likewise.
13328 * gdb.arch/i386-size.exp: Likewise.
13329
aa480355
SM
133302016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13331
13332 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13333 define object file path.
13334 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13335 file path.
13336 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13337 standard_output_file to define binfile.
13338
ba881f50
JK
133392016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13340
13341 Fix compatibility with recent gfortran-5.3.1.
13342 * gdb.fortran/vla-history.exp (print vla1 allocated)
13343 (print vla2 allocated, print $2, print $3): Remove
13344 (print $4): Rename to ...
13345 (print $2): ... here.
13346 (print $9): Rename to ...
13347 (print $5): ... here.
13348 (print $10): Rename to ...
13349 (print $6): ... here.
13350 * gdb.fortran/vla.f90: Add pvla initialization.
13351
e9fb005c
JK
133522016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13353
13354 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13355 New test.
13356 * gdb.fortran/vla-value-sub.exp: Likewise.
13357
e44e00ff
MK
133582016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13359
13360 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13361
97e94151
SM
133622016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13363
13364 * i386-biarch-core.exp: Define corefile using
13365 standard_output_file.
13366
01113bc1
YQ
133672016-02-12 Yao Qi <yao.qi@linaro.org>
13368
13369 * gdb.arch/arm-single-step-kernel-helper.c: New.
13370 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13371
33b4777c
MM
133722016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13373
13374 * gdb.btrace/tailcall-only.exp: New.
13375 * gdb.btrace/tailcall-only.c: New.
13376 * gdb.btrace/x86_64-tailcall-only.S: New.
13377 * gdb.btrace/i686-tailcall-only.S: New.
13378
acc23c11
PA
133792016-02-11 Pedro Alves <palves@redhat.com>
13380
13381 * README (Parallel testing): Add missing double quotes.
13382
e352bf0a
PA
133832016-02-11 Pedro Alves <palves@redhat.com>
13384
13385 * README (Parallel testing): New section.
13386 (GDB_PARALLEL): Rewrite.
13387 (FORCE_PARALLEL): Document.
13388
9f5fed78
MK
133892016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13390
13391 * gdb.trace/tfile-avx.c: New test.
13392 * gdb.trace/tfile-avx.exp: New test.
13393
9ef9e6a6
KS
133942016-02-09 Keith Seitz <keiths@redhat.com>
13395
13396 PR breakpoints/19546
13397 * gdb.base/infcall-exec.c: New file.
13398 * gdb.base/infcall-exec2.c: New file.
13399 * gdb.base/infcall-exec.exp: New file.
13400
a96e36da
KS
134012016-02-09 Keith Seitz <keiths@redhat.com>
13402
13403 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13404 (toplevel): Call test_bkpt_address.
13405
9f61929f
KS
134062016-02-09 Keith Seitz <keiths@redhat.com>
13407
13408 PR python/19506
13409 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13410 (toplevel): Call test_bkpt_address.
13411
1e94266c
SM
134122016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13413
13414 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13415 to AC_OUTPUT.
13416 * configure: Regenerate.
13417
2a7f3dff
PA
134182016-02-09 Pedro Alves <palves@redhat.com>
13419
13420 PR breakpoints/19548
13421 * gdb.base/execl-update-breakpoints.c (some_function): New
13422 function.
13423 (main): Call it.
13424 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13425 Tighten expected GDB output.
13426
2151ccc5
SM
134272016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13428
13429 * Makefile.in (ALL_SUBDIRS): Remove.
13430 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13431 (distclean maintainer-clean realclean): Likewise.
13432 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13433 * configure: Regenerate.
13434 * gdb.ada/Makefile.in: Delete.
13435 * gdb.arch/Makefile.in: Likewise.
13436 * gdb.asm/Makefile.in: Likewise.
13437 * gdb.base/Makefile.in: Likewise.
13438 * gdb.btrace/Makefile.in: Likewise.
13439 * gdb.cell/Makefile.in: Likewise.
13440 * gdb.compile/Makefile.in: Likewise.
13441 * gdb.cp/Makefile.in: Likewise.
13442 * gdb.disasm/Makefile.in: Likewise.
13443 * gdb.dlang/Makefile.in: Likewise.
13444 * gdb.dwarf2/Makefile.in: Likewise.
13445 * gdb.fortran/Makefile.in: Likewise.
13446 * gdb.gdb/Makefile.in: Likewise.
13447 * gdb.go/Makefile.in: Likewise.
13448 * gdb.guile/Makefile.in: Likewise.
13449 * gdb.java/Makefile.in: Likewise.
13450 * gdb.linespec/Makefile.in: Likewise.
13451 * gdb.mi/Makefile.in: Likewise.
13452 * gdb.modula2/Makefile.in: Likewise.
13453 * gdb.multi/Makefile.in: Likewise.
13454 * gdb.objc/Makefile.in: Likewise.
13455 * gdb.opencl/Makefile.in: Likewise.
13456 * gdb.opt/Makefile.in: Likewise.
13457 * gdb.pascal/Makefile.in: Likewise.
13458 * gdb.perf/Makefile.in: Likewise.
13459 * gdb.python/Makefile.in: Likewise.
13460 * gdb.reverse/Makefile.in: Likewise.
13461 * gdb.server/Makefile.in: Likewise.
13462 * gdb.stabs/Makefile.in: Likewise.
13463 * gdb.threads/Makefile.in: Likewise.
13464 * gdb.trace/Makefile.in: Likewise.
13465 * gdb.xml/Makefile.in: Likewise.
13466 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13467 GDB_PARALLEL.
13468 (standard_output_file): Remove check for GDB_PARALLEL, always
13469 return path in outputs/$subdir/$testname.
13470
437277d4
SM
134712016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13472
13473 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13474 (site.exp): Assign abs_srcdir to tcl's srcdir.
13475
31d913c7
YQ
134762016-02-04 Yao Qi <yao.qi@linaro.org>
13477
13478 * gdb.base/foll-exec-mode.c: Include limits.h.
13479 (main): Add parameters argc and argv. Get directory from
13480 argv[0].
13481 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13482 compilation.
13483 * gdb.base/foll-exec.c: Include limits.h.
13484 (main): Add parameters argc and argv.
13485 Get directory from argv[0].
13486 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13487 Adjust tests on the number of lines as source code changed.
13488 * gdb.base/foll-vfork-exit.c: Include limits.h.
13489 (main): Add one line of statement before vfork.
13490 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13491 (main): Add parameters argc and argv. Get directory from
13492 argv[0].
13493 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13494 (setup_gdb): Set tbreak to skip some source lines.
13495 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13496 (main): Add parameters argc and argv. Get directory from
13497 argv[0].
13498 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13499 compilation.
13500 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13501 (main): Add parameters argc and argv. Get directory from
13502 argv[0].
13503 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13504 compilation.
13505
9482b9fb
DE
135062016-02-01 Doug Evans <dje@google.com>
13507
13508 * gdb.base/skip.exp: Clean up multiple references to same test name.
13509
6b2e4f10
PA
135102016-02-01 Pedro Alves <palves@redhat.com>
13511
ccb6afd6 13512 PR remote/19496
6b2e4f10
PA
13513 * gdb.threads/forking-threads-plus-breakpoint.exp
13514 (displaced_stepping_supported): New global.
13515 (probe_displaced_stepping_support): New procedure.
13516 (do_test): Add 'displaced' parameter, and use it.
13517 (top level): Check for displaced stepping support. Add displaced
13518 stepping on/off testing axis.
13519
37a8db1a
AB
135202016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13521
13522 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13523 pointer. Don't perform further tests on the unassociated pointer
13524 if the first test fails.
13525
5fdf6324
AB
135262016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13527
13528 * gdb.base/max-value-size.c: New file.
13529 * gdb.base/max-value-size.exp: New file.
13530 * gdb.base/huge.exp: Disable max-value-size for this test.
13531
935c6144
IB
135322016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13533
13534 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13535
7fe8399d
YQ
135362016-01-28 Yao Qi <yao.qi@linaro.org>
13537
13538 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13539
a2077e25
PA
135402016-01-25 Pedro Alves <palves@redhat.com>
13541
13542 PR threads/19461
13543 * gdb.base/fork-running-state.c: New file.
13544 * gdb.base/fork-running-state.exp: New file.
13545
1d2736d4
PA
135462016-01-25 Pedro Alves <palves@redhat.com>
13547
13548 PR gdb/19494
13549 * gdb.base/catch-fork-kill.c: New file.
13550 * gdb.base/catch-fork-kill.exp: New file.
13551
f1da4b11
PA
135522016-01-25 Pedro Alves <palves@redhat.com>
13553
13554 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13555 Delete, moved to lib/gdb.exp.
13556 * gdb.threads/forking-threads-plus-breakpoint.exp
13557 (foreach_with_prefix): Likewise.
13558 * gdb.threads/process-dies-while-handling-bp.exp
13559 (foreach_with_prefix): Likewise.
13560 * lib/gdb.exp (foreach_with_prefix): New procedure.
13561
45f38546
MK
135622016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13563
13564 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13565 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13566
dc29a1ce
MK
135672016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13568
13569 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13570 endian targets.
13571
092127d7
JK
135722016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13573 Pedro Alves <palves@redhat.com>
13574
13575 Fix testsuite compatibility with Guile.
13576 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13577 number.
13578
31d765d3
JK
135792016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13580
13581 Fix testsuite compatibility with Guile.
13582 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13583 (thread 1): New test for backtrace through signal handler.
13584
1ac78c04
YQ
135852016-01-22 Yao Qi <yao.qi@linaro.org>
13586
13587 PR testsuite/19491
13588 * gdb.base/multi-forks.c: Include
13589 ../lib/unbuffer_output.c
13590 (main): Call gdb_unbuffer_output.
13591
4f5946a8
DE
135922016-01-21 Doug Evans <dje@google.com>
13593
13594 * lib/ada.exp (gdb_compile_ada): Fix typo.
13595
305e13e6
JB
135962016-01-21 Joel Brobecker <brobecker@adacore.com>
13597
13598 * gdb.base/break-fun-addr.exp: New file.
13599 * gdb.base/break-fun-addr1.c: New file.
13600 * gdb.base/break-fun-addr2.c: New file.
13601
5f5dfff6
SM
136022016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13603
13604 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13605 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13606 enum flag values.
13607
fd356fa2
AA
136082016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13609
13610 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13611 when GDB can not set the vector return value. Add more comments
13612 for clarification.
13613
9df22175
AT
136142016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13615
13616 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13617 command.
13618
41d1845e
SM
136192016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13620
13621 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13622
01ac6840
SM
136232016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13624
13625 * Makefile.in (check-single): Pass --status to runtest.
13626 (check/%.exp): Likewise.
13627
136282016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13629
13630 * Makefile.in (check-parallel): Propagate return code from make
13631 do-check-parallel.
13632
bd0a71fa
MK
136332016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13634
13635 * gdb.trace/ftrace.exp: Fix expected message on continue.
13636 * gdb.trace/pending.exp: Fix expected message on continue.
13637 * gdb.trace/trace-break.exp: Fix expected message on continue.
13638
8bcbad33
SM
136392016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13640
13641 * lib/gdb.exp (gdb_test): Remove unused global references.
13642
f303dbd6
PA
136432016-01-18 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.base/async-shell.exp: Adjust expected output.
13646 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13647 * gdb.base/siginfo-thread.exp: Adjust expected output.
13648 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13649 * gdb.java/jnpe.exp: Adjust expected output.
13650 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13651 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13652 * gdb.threads/leader-exit.exp: Adjust expected output.
13653 * gdb.threads/manythreads.exp: Adjust expected output.
13654 * gdb.threads/pthreads.exp: Adjust expected output.
13655 * gdb.threads/schedlock.exp: Adjust expected output.
13656 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13657 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13658 expected output.
13659 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13660 output.
13661 * gdb.threads/sigthread.exp: Adjust expected output.
13662 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13663
b2789696
YQ
136642016-01-18 Yao Qi <yao.qi@linaro.org>
13665
13666 * gdb.guile/scm-section-script.c: Replace @progbits with
13667 %progbits.
13668 * gdb.python/py-section-script.c: Likewise.
13669
71ef29a8
PA
136702016-01-15 Pedro Alves <palves@redhat.com>
13671
13672 * gdb.multi/tids.exp: Test star wildcard ranges.
13673
3f5b7598
PA
136742016-01-15 Pedro Alves <palves@redhat.com>
13675
13676 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13677 command from "thread apply" invocation.
13678 (thr_apply_info_thr_invalid): Default the expected output to the
13679 input tid list.
13680 (top level): Add tests that use convenience variables. Add tests
13681 for "thread apply" with a valid TID list, but missing the command.
13682
663f6d42
PA
136832016-01-13 Pedro Alves <palves@redhat.com>
13684
13685 * gdb.base/default.exp: Expect $_gthread as well.
13686 * gdb.multi/tids.exp: Test $_gthread.
13687 * gdb.threads/thread-specific.exp: Test $_gthread.
13688
c84f6bbf
PA
136892016-01-13 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.multi/tids.exp: Test "info threads -gid".
13692
22a02324
PA
136932016-01-13 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13696 Breakpoint.thread.
13697 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13698
5d5658a1
PA
136992016-01-07 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.base/break.exp: Adjust to output changes.
13702 * gdb.base/hbreak2.exp: Likewise.
13703 * gdb.base/sepdebug.exp: Likewise.
13704 * gdb.base/watch_thread_num.exp: Likewise.
13705 * gdb.linespec/keywords.exp: Likewise.
13706 * gdb.multi/info-threads.exp: Likewise.
13707 * gdb.threads/thread-find.exp: Likewise.
13708 * gdb.multi/tids.c: New file.
13709 * gdb.multi/tids.exp: New file.
13710
84654457
PA
137112016-01-13 Pedro Alves <palves@redhat.com>
13712
13713 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13714
e3940304
PA
137152016-01-13 Pedro Alves <palves@redhat.com>
13716
13717 * gdb.base/default.exp: Expect $_inferior as well.
13718 * gdb.multi/base.exp: Test $_inferior.
13719
a911d87a
PA
137202016-01-13 Pedro Alves <palves@redhat.com>
13721
13722 PR breakpoints/19388
13723 * gdb.base/catch-signal-siginfo-cond.c: New file.
13724 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13725
82075af2
JS
137262016-01-12 Josh Stone <jistone@redhat.com>
13727 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13728
13729 * gdb.base/catch-syscall.c (do_execve): New variable.
13730 (main): Conditionally trigger an execve.
13731 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13732 (test_catch_syscall_execve): New, check entry/return across execve.
13733 (do_syscall_tests): Call test_catch_syscall_execve.
13734
e46eeedd
PA
137352016-01-12 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.base/random-signal.exp (do_test): New procedure, with body
13738 of testcase moved in.
13739
01d8c27e
JK
137402016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13741 Pedro Alves <palves@redhat.com>
13742
13743 * gdb.base/funcargs.exp (finish from indirectly called function):
13744 Reintroduce the case for 'First'.
13745
9a706302
JK
137462016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13747 Pedro Alves <palves@redhat.com>
13748
13749 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13750 (tcatch_vfork_then_child_follow_exec)
13751 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13752 identification.
13753
c0ecb95f
JK
137542016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13755
13756 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13757 and repeats to unlimited.
13758 * gdb.python/py-value.exp: Likewise.
13759 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13760 and repeats to unlimited.
13761
6cfc1fcb
JK
137622016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13763
13764 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13765 and reordering the functions.
13766 * gdb.multi/hangout.c: Likewise.
13767 * gdb.multi/hello.c: Likewise.
13768
582a1b00
SM
137692016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13770
13771 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13772 absolute.
13773 (SingleStatisticTestResult.report): Use dict.keys instead of
13774 dict.iterkeys.
13775
79bc59cb
PA
137762016-01-06 Pedro Alves <palves@redhat.com>
13777
13778 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13779
43368e1d
MM
137802016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13781
13782 * gdb.btrace/dlopen.exp: New.
13783 * gdb.btrace/dlopen.c: New.
13784 * gdb.btrace/dlopen-dso.c: New.
13785
79fad5b8
SL
137862015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13787
13788 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13789 PATTERN argument is optional.
13790
ab8314b3
JB
137912015-12-24 Joel Brobecker <brobecker@adacore.com>
13792
13793 * lib/ada.exp (target_compile_ada_from_dir): New function.
13794 (gdb_compile_ada): Reimplement avoiding the use of project files.
13795 * gdb.ada/gnat_ada.gpr: Delete.
13796 * gdb.ada/cond_lang.exp: Adjust test to make path before
13797 filename optional.
13798 * gdb.ada/small_reg_param.exp: Likewise.
13799
fe33faff
SM
138002015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13801
13802 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13803
6d265cb4
TP
138042015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13805
13806 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13807 case.
13808
10125099
SM
138092015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13810
13811 * gdb.base/break.exp: Remove dead code.
13812 * gdb.base/sepdebug.exp: Likewise.
13813
3ca22649
SM
138142015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13815
13816 * gdb.asm/asm-source.exp: Remove HP-UX references.
13817 * gdb.base/annota1.exp: Likewise.
13818 * gdb.base/annota3.exp: Likewise.
13819 * gdb.base/attach.exp: Likewise.
13820 * gdb.base/bigcore.exp: Likewise.
13821 * gdb.base/break.exp: Likewise.
13822 * gdb.base/call-ar-st.exp: Likewise.
13823 * gdb.base/callfuncs.exp: Likewise.
13824 * gdb.base/catch-fork-static.exp: Likewise.
13825 * gdb.base/display.exp: Likewise.
13826 * gdb.base/foll-exec-mode.exp: Likewise.
13827 * gdb.base/foll-exec.exp: Likewise.
13828 * gdb.base/foll-fork.exp: Likewise.
13829 * gdb.base/foll-vfork.exp: Likewise.
13830 * gdb.base/funcargs.exp: Likewise.
13831 * gdb.base/hbreak2.exp: Likewise.
13832 * gdb.base/inferior-died.exp: Likewise.
13833 * gdb.base/interrupt.exp: Likewise.
13834 * gdb.base/multi-forks.exp: Likewise.
13835 * gdb.base/nodebug.exp: Likewise.
13836 * gdb.base/sepdebug.exp: Likewise.
13837 * gdb.base/solib1.c: Likewise.
13838 * gdb.base/step-test.exp: Likewise.
13839 * gdb.mi/non-stop.c: Likewise.
13840 * gdb.mi/pthreads.c: Likewise.
13841 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13842 * gdb.threads/pthreads.c: Likewise.
13843 * gdb.threads/staticthreads.exp: Likewise.
13844 * lib/future.exp: Likewise.
13845 * lib/gdb.exp: Likewise.
13846 * gdb.base/so-indr-cl.c: Remove.
13847 * gdb.base/so-indr-cl.exp: Likewise.
13848 * gdb.base/solib.c: Likewise.
13849 * gdb.base/solib.exp: Likewise.
13850 * gdb.base/solib2.c: Likewise.
13851
b6304613
SM
138522015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13853
13854 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13855 * gdb.base/call-ar-st.exp: Likewise.
13856 * gdb.base/callfuncs.exp: Likewise.
13857 * gdb.base/condbreak.exp: Likewise.
13858 * gdb.base/constvars.exp: Likewise.
13859 * gdb.base/hbreak2.exp: Likewise.
13860 * gdb.base/langs.exp: Likewise.
13861 * gdb.base/list.exp: Likewise.
13862 * gdb.base/long_long.exp: Likewise.
13863 * gdb.base/ptype.exp: Likewise.
13864 * gdb.base/scope.exp: Likewise.
13865 * gdb.base/signals.exp: Likewise.
13866 * gdb.base/so-impl-ld.exp: Likewise.
13867 * gdb.base/varargs.exp: Likewise.
13868 * gdb.base/volatile.exp: Likewise.
13869 * gdb.base/whatis.exp: Likewise.
13870 * gdb.cp/cplusfuncs.exp: Likewise.
13871 * gdb.cp/inherit.exp: Likewise.
13872 * gdb.cp/local.exp: Likewise.
13873 * gdb.cp/member-ptr.exp: Likewise.
13874 * gdb.cp/method.exp: Likewise.
13875 * gdb.cp/overload.exp: Likewise.
13876 * gdb.cp/templates.exp: Likewise.
13877 * gdb.stabs/weird.exp: Likewise.
13878 * lib/compiler.c: Likewise.
13879 * lib/compiler.cc: Likewise.
13880 * lib/cp-support.exp: Likewise.
13881 * lib/gdb.exp: Likewise.
13882
bf401b07
SM
138832015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13884
13885 * configure.ac: Remove HP-UX case.
13886 * configure: Regenerate.
13887
aff9c0f8
SM
138882015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13889
13890 * lib/gdb.exp (gdb_compile): Add function doc.
13891
a6904d5a
PA
138922015-12-17 Pedro Alves <palves@redhat.com>
13893
13894 PR threads/19354
13895 * gdb.multi/info-threads.exp: New file.
13896
a22279dd
YQ
138972015-12-15 Yao Qi <yao.qi@linaro.org>
13898
13899 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13900 is aarch64*-*-*.
13901
0588c796
SL
139022015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13903
13904 * gdb.base/history-duplicates.exp: Skip if no readline support.
13905
5d978e17
SL
139062015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13907
13908 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13909
7e763b86
SL
139102015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13911
13912 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13913
87a3a92c
SL
139142015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13915
13916 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13917 ctrl-C if nointerrupts target property is set.
13918 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13919 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13920 * gdb.base/paginate-bg-execution.exp: Likewise.
13921 * gdb.base/paginate-execution-startup.exp: Likewise.
13922 * gdb.base/random-signal.exp: Likewise.
13923 * gdb.base/range-stepping.exp: Likewise.
13924 * gdb.cp/annota2.exp: Likewise.
13925 * gdb.cp/annota3.exp: Likewise.
13926 * gdb.gdb/selftest.exp: Likewise.
13927 * gdb.threads/continue-pending-status.exp: Likewise.
13928 * gdb.threads/leader-exit.exp: Likewise.
13929 * gdb.threads/manythreads.exp: Likewise.
13930 * gdb.threads/pthreads.exp: Likewise.
13931 * gdb.threads/schedlock.exp: Likewise.
13932 * gdb.threads/sigthread.exp: Likewise.
13933
a8f077dc
DB
139342015-12-11 Don Breazeal <donb@codesourcery.com>
13935
13936 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13937 remote.
13938 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13939 * gdb.base/foll-exec.exp (main): Enable for target remote.
13940 * gdb.base/foll-fork.exp (main): Likewise.
13941 * gdb.base/foll-vfork.exp (main): Likewise.
13942 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13943 (proc continue_to_exit_bp_loc): Use clean_restart.
13944 * gdb.base/pie-execl.exp (main): Disable for target remote.
13945 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13946 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13947 * gdb.threads/execl.exp (main): Likewise.
13948 * gdb.threads/fork-child-threads.exp (main): Likewise.
13949 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13950 remote.
13951 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13952 remote.
13953 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13954 pid.tid style ptids, instead of just tid.
13955 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13956 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13957 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13958 ptids, instead of just tid.
13959
3b2464a8
AB
139602015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13961
13962 * gdb.base/list.exp (test_list_forward): Add end of file error
13963 test.
13964 (test_repeat_list_command): Add end of file error test.
13965 (test_list_backwards): Add beginning of file error test.
13966
a0def019
AB
139672015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13968
13969 * gdb.base/list.exp (test_list_invalid_args): New function,
13970 defined, and called.
13971
5c000dff
AB
139722015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13973
13974 * gdb.base/list.exp (test_list): Make test names unique.
13975
f1637ebe
YQ
139762015-12-11 Yao Qi <yao.qi@linaro.org>
13977
13978 * gdb.base/coremaker2.c: Remove.
13979
36d6fc0a
PA
139802015-12-10 Pedro Alves <palves@redhat.com>
13981
13982 * gdb.multi/base.exp: Remove stale "spaces" references.
13983
762f7747
PA
139842015-12-10 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.multi/base.exp: Don't use nowarnings.
13987 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13988 * gdb.multi/hangout.c: Include stdio.h.
13989 * gdb.multi/hello.c: Include stdlib.h.
13990 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13991 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13992 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13993
28d2bfb9
AB
139942015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13995
13996 * gdb.dwarf2/dw2-ranges-base.c: New file.
13997 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13998 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13999 support additional line table, and debug ranges generation.
14000 (Dwarf::ranges): New function, generate .debug_ranges.
14001 (Dwarf::lines): Support generating simple line table programs.
14002 (Dwarf::assemble): Initialise new namespace variables.
14003
5fc2beac
KB
140042015-12-09 Kevin Buettner <kevinb@redhat.com>
14005
14006 * gdb.base/async.exp (proc test_background): Add case for
14007 asynchronous execution not supported.
14008
1c35a88f
LM
140092015-12-09 Luis Machado <lgustavo@codesourcery.com>
14010
14011 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14012 format and change test names to make them unique.
14013
b593e3d9
RK
140142015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14015 Pedro Alves <pedro@redhat.com>
14016
14017 PR gdb/18702
14018 Add checking of floatformats setup on x86_64 hosts.
14019 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14020 (smallval, bigval): New labels/constants.
14021 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14022 float" after loading bigval and smallval.
14023
d72413e6
PMR
140242015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14025
14026 * gdb.ada/fun_overload_menu.exp: New testcase.
14027 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14028
ece66d65
JS
140292015-12-04 Josh Stone <jistone@redhat.com>
14030
14031 * gdb.base/catch-fork-static.exp: New.
14032
41d0efca
YQ
140332015-12-03 Yao Qi <yao.qi@linaro.org>
14034
14035 * gdb.base/sizeof.c: Don't include stdio.h and
14036 ../lib/unbuffer_output.c.
14037 (main): New variable 'size' and 'value'. Remove printf and
14038 gdb_unbuffer_output. Assign return value to size and value.
14039 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14040 at the beginning.
14041 (check_sizeof): Check the result by printing variable 'size'.
14042 (check_valueof): Check the result by printing variable 'value'.
14043
99fd02d9
YQ
140442015-12-01 Yao Qi <yao.qi@linaro.org>
14045
14046 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14047 for aarch64*-*-linux* target.
14048
f2faf941
PA
140492015-11-30 Pedro Alves <palves@redhat.com>
14050
14051 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14052
04bf20c5
PA
140532015-11-30 Pedro Alves <palves@redhat.com>
14054
14055 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14056 Handle non-stop mode vCont replies.
14057
09df4675
PA
140582015-11-30 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14061 prepare_for_testing. Start gdb with "set non-stop on" appended to
14062 GDBFLAGS. Lax expected stop output.
14063
58b584af
YQ
140642015-11-27 Yao Qi <yao.qi@linaro.org>
14065
14066 * gdb.arch/arm-neon.exp: New.
14067 * gdb.arch/arm-neon.c: New.
14068
dfcb77a8
YQ
140692015-11-27 Yao Qi <yao.qi@linaro.org>
14070
14071 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14072
88e8ec1b
YQ
140732015-11-27 Yao Qi <yao.qi@linaro.org>
14074
14075 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14076 frames-invalid annotation.
14077
bfde72c2
YQ
140782015-11-27 Yao Qi <yao.qi@linaro.org>
14079
14080 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14081
f6512a69
SM
140822015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14083
14084 * gdb.threads/names.exp: New file.
14085 * gdb.threads/names.c: New file.
14086 * README: Mention gdb,no_thread_names.
14087
46a3515b
MM
140882015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14089
14090 PR 19297
14091 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14092 support" error.
14093
62147a22
PA
140942015-11-24 Pedro Alves <palves@redhat.com>
14095
14096 PR 17539
14097 * gdb.base/display.exp: Expect displays to be sorted in ascending
14098 order. Use multi_line.
14099 * gdb.base/solib-display.exp: Likewise.
14100
2f341b6e
PA
141012015-11-24 Pedro Alves <palves@redhat.com>
14102
14103 PR 17539
25d49b86
PA
14104 * gdb.base/display.exp: Expect displays to be sorted in ascending
14105 order. Use multi_line.
14106 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14107
7e0aa6aa
PA
141082015-11-24 Pedro Alves <palves@redhat.com>
14109
14110 PR 17539
14111 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14112 threads in ascending order.
14113 * gdb.base/foll-fork.exp: Likewise.
14114 * gdb.base/foll-vfork.exp: Likewise.
14115 * gdb.base/multi-forks.exp: Likewise.
14116 * gdb.mi/mi-nonstop.exp: Likewise.
14117 * gdb.mi/mi-nsintrall.exp: Likewise.
14118 * gdb.multi/base.exp: Likewise.
14119 * gdb.multi/multi-arch.exp: Likewise.
14120 * gdb.python/py-inferior.exp: Likewise.
14121 * gdb.threads/break-while-running.exp: Likewise.
14122 * gdb.threads/execl.exp: Likewise.
14123 * gdb.threads/gcore-thread.exp: Likewise.
14124 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14125 * gdb.threads/kill.exp: Likewise.
14126 * gdb.threads/linux-dp.exp: Likewise.
14127 * gdb.threads/multiple-step-overs.exp: Likewise.
14128 * gdb.threads/next-bp-other-thread.exp: Likewise.
14129 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14130 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14131 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14132 * gdb.threads/thread-find.exp: Likewise.
14133 * gdb.threads/tls.exp: Likewise.
14134 * lib/mi-support.exp (mi_reverse_list): Delete.
14135 (mi_check_thread_states): No longer reverse list.
14136
2cc57ad8
PA
141372015-11-24 Pedro Alves <palves@redhat.com>
14138
14139 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14140 use lowercase.
14141
c93e8391
SM
141422015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14143
14144 * gdb.trace/actions.c: Include trace-common.h.
14145 (main): Add a location for a fast tracepoint.
14146 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14147 the normal tracepoints.
14148 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14149
045ccf91
SM
141502015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14151
14152 * save-trace.exp: Factor out code to these...
14153 (gdb_save_tracepoints): New.
14154 (gdb_load_tracepoints): New.
14155 (do_save_load_test): New.
14156
5506f9f6
KB
141572015-11-23 Kevin Buettner <kevinb@redhat.com>
14158
14159 * gdb.base/asmlabel.exp: New test.
14160 * gdb.base/asmlabel.c: New test case.
14161
16c3b12f
JB
141622015-11-23 Joel Brobecker <brobecker@adacore.com>
14163
14164 * gdb.base/wrong_frame_bt_full-main.c: New file.
14165 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14166 * gdb.base/wrong_frame_bt_full.exp: New file.
14167
155bfbd3
JB
141682015-11-23 Joel Brobecker <brobecker@adacore.com>
14169
14170 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14171
bb097445
JM
141722015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14173
206853a0 14174 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14175 pstate register when comparing registers values in
14176 sparc64-*-linux-gnu targets to avoid spurious differences.
14177
9c88ed8f
JM
141782015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14179
206853a0 14180 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14181
96161e25
SL
141822015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14183
14184 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14185 as type argument to gdb_compile.
14186 * gdb.base/nested-subp2.exp: Likewise.
14187 * gdb.base/nested-subp3.exp: Likewise.
14188
340c2830
DV
141892015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14190
14191 * lib/dwarf.exp (_note): Fix left shift of negative value.
14192 * gdb.trace/trace-condition.exp: Likewise.
14193
c1862d0f
YQ
141942015-11-13 Yao Qi <yao.qi@linaro.org>
14195
14196 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14197 comments about d10v.
14198 (test_scalar_returns): Likewise.
14199 * gdb.base/d10v.ld: Remove.
14200 * gdb.base/overlays.exp: Remove the target triplet checking for
14201 d10v-*-*.
14202 * gdb.base/structs.exp (test_struct_returns): Remove the
14203 comments about d10v.
14204 (test_struct_calls): Likewise.
14205
77ae9c19
YQ
142062015-11-13 Yao Qi <yao.qi@linaro.org>
14207
14208 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14209 * gdb.base/gnu_vector.c: Don't include stdio.h.
14210 (main): Don't print res and call add_some_intvecs.
14211
430e004e
MK
142122015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14213
14214 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14215 macro.
14216 (func5): Removed.
14217 (func4): Use FAST_TRACEPOINT_LABEL.
14218 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14219 macro.
14220 (func): Removed.
14221 (thread_function): Use FAST_TRACEPOINT_LABEL.
14222 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14223 (func): Remove.
14224 (marker): Use FAST_TRACEPOINT_LABEL.
14225 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14226 (pendfunc1): Remove.
14227 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14228 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14229 (foo): Remove.
14230 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14231 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14232 macro.
14233 (func): Remove.
14234 (marker): Use FAST_TRACEPOINT_LABEL.
14235 * gdb.trace/trace-common.h: New header.
14236 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14237 macro.
14238 (func): Remove.
14239 (marker): Use FAST_TRACEPOINT_LABEL.
14240 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14241 (func): Remove.
14242 (thread_function): Use FAST_TRACEPOINT_LABEL.
14243
6e7675a7
MK
142442015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14245
14246 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14247 in front.
14248 * gdb.trace/change-loc.exp: Use global pcreg definition.
14249 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14250 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14251 in front.
14252 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14253 * gdb.trace/pending.exp: Likewise.
14254 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14255 * gdb.trace/trace-break.exp: Likewise.
14256 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14257 in front.
14258 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14259 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14260 in front.
14261 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14262
dddc0e16
JB
142632015-11-09 Joel Brobecker <brobecker@adacore.com>
14264
14265 * gdb.ada/fin_fun_out: New testcase.
14266
c6f0b406
KB
142672015-11-07 Kevin Buettner <kevinb@redhat.com>
14268
14269 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14270 value associated with DW_AT_byte_size.
14271 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14272 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14273 DW_AT_upper_bound.
14274
f01dcfd9
KB
142752015-11-07 Kevin Buettner <kevinb@redhat.com>
14276
14277 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14278 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14279 version.
14280 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14281 gdb.dwarf2/dw2-canonicalize-type.exp,
14282 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14283 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14284 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14285 provided by gdb_target_symbol_prefix_flags_asm.
14286 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14287 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14288 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14289 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14290 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14291 macros where needed). Use this macro for symbols which require
14292 the prefix provided by SYMBOL_PREFIX.
14293
2223449a
KB
142942015-11-05 Kevin Buettner <kevinb@redhat.com>
14295
14296 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14297 New procs.
14298 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14299 representing expressions, of more than one list element.
14300 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14301 to prepend linker symbol prefix to f.
14302 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14303 table_1 and table_2.
14304 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14305 Likewise, for f and g.
14306 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14307 for ptr.
14308 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14309 for main.
14310 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14311 table_1_ptr and table_2_ptr.
14312
6f2f1a3a
JK
143132015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14314 Joel Brobecker <brobecker@adacore.com>
14315
14316 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14317
566c56c9
MK
143182015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14319
14320 * gdb.reverse/s390-mvcle.c: New test.
14321 * gdb.reverse/s390-mvcle.exp: New file.
14322 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14323
d5f0636b
MK
143242015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14325
14326 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14327
7ad8b86c
MK
143282015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14329
14330 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14331 reaching marker2.
14332 * gdb.reverse/getresuid-reverse.exp: Likewise.
14333 * gdb.reverse/pipe-reverse.exp: Likewise.
14334 * gdb.reverse/readv-reverse.exp: Likewise.
14335 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14336 * gdb.reverse/time-reverse.exp: Likewise.
14337 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14338
4081c0f1
YQ
143392015-10-30 Yao Qi <yao.qi@linaro.org>
14340
14341 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14342 (empty_cycle): Remove.
14343 (main): Don't call empty_cycle. Don't use watch_count_done.
14344 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14345 empty_cycle. Rewrite the code counting HW watchpoints.
14346
452b4ba5
MK
143472015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14348
14349 * gdb.reverse/fstatat-reverse.c: New test.
14350 * gdb.reverse/fstatat-reverse.exp: New file.
14351 * gdb.reverse/getresuid-reverse.c: New test.
14352 * gdb.reverse/getresuid-reverse.exp: New file.
14353 * gdb.reverse/pipe-reverse.c: New test.
14354 * gdb.reverse/pipe-reverse.exp: New file.
14355 * gdb.reverse/readv-reverse.c: New test.
14356 * gdb.reverse/readv-reverse.exp: New file.
14357 * gdb.reverse/recvmsg-reverse.c: New test.
14358 * gdb.reverse/recvmsg-reverse.exp: New file.
14359 * gdb.reverse/time-reverse.c: New test.
14360 * gdb.reverse/time-reverse.exp: New file.
14361 * gdb.reverse/waitpid-reverse.c: New test.
14362 * gdb.reverse/waitpid-reverse.exp: New file.
14363
5e2e7507
JK
143642015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14365
14366 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14367
0fde2c53
DE
143682015-10-26 Doug Evans <dje@google.com>
14369
14370 PR symtab/17391
14371 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14372 * gdb.dwarf2/bad-regnum.c: New file.
14373 * gdb.dwarf2/bad-regnum.exp: New file.
14374
1a70ae97
DE
143752015-10-26 Doug Evans <dje@google.com>
14376
14377 PR python/18938
14378 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14379 file.
14380
27dc26ab
JK
143812015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14382
14383 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14384 for a change by "Mention language in compile error message".
14385
bed91f4d
SM
143862015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14387
14388 PR python/18073
14389 * gdb.python/py-type.c (C::a_method): New.
14390 (C::a_const_method): New.
14391 (C::a_static_method): New.
14392 (a_function): New.
14393 * gdb.python/py-type.exp (test_fields): Test getting fields
14394 from function and method.
14395
3f2f83dd
KB
143962015-10-21 Keven Boell <keven.boell@intel.com>
14397
14398 * gdb.fortran/vla-alloc-assoc.exp: New file.
14399 * gdb.fortran/vla-datatypes.exp: New file.
14400 * gdb.fortran/vla-datatypes.f90: New file.
14401 * gdb.fortran/vla-history.exp: New file.
14402 * gdb.fortran/vla-ptype-sub.exp: New file.
14403 * gdb.fortran/vla-ptype.exp: New file.
14404 * gdb.fortran/vla-sizeof.exp: New file.
14405 * gdb.fortran/vla-sub.f90: New file.
14406 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14407 * gdb.fortran/vla-value-sub-finish.exp: New file.
14408 * gdb.fortran/vla-value-sub.exp: New file.
14409 * gdb.fortran/vla-value.exp: New file.
14410 * gdb.fortran/vla-ptr-info.exp: New file.
14411 * gdb.mi/mi-vla-fortran.exp: New file.
14412 * gdb.mi/vla.f90: New file.
14413
27145d50
SL
144142015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14415
14416 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14417 of hardwired timeout value.
14418
5f3ff4f8
JK
144192015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14420 Pedro Alves <palves@redhat.com>
14421
14422 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14423 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14424
bfd09d20
JS
144252015-10-19 Josh Stone <jistone@redhat.com>
14426
14427 * gdb.base/catch-syscall.c: Include <sched.h>.
14428 (unknown_syscall): New variable.
14429 (main): Trigger a vfork and an unknown syscall.
14430 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14431 (unknown_syscall_number): Likewise.
14432 (check_call_to_syscall): Accept an optional syscall pattern.
14433 (check_return_from_syscall): Likewise.
14434 (check_continue): Likewise.
14435 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14436 (test_catch_syscall_skipping_return): New test toggling off 'catch
14437 syscall' to step over the syscall return, then toggling back on.
14438 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14439 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14440 (do_syscall_tests): Call test_catch_syscall_without_args and
14441 test_catch_syscall_mid_vfork.
14442 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14443 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14444
b32b93c6
AS
144452015-10-19 Andrew Stubbs <ams@codesourcery.com>
14446
14447 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14448 print g_vE): Add new pass patterns.
14449 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14450 print various symbol names for vptr fields.
14451
9d622bda
AB
144522015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14453
14454 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14455 results.
14456
0fd8ac1c
YQ
144572015-10-12 Yao Qi <yao.qi@linaro.org>
14458
14459 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14460
34240514
YQ
144612015-10-12 Yao Qi <yao.qi@linaro.org>
14462
14463 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14464 is aarch64*-*-linux*.
14465
8240f442
YQ
144662015-10-12 Yao Qi <yao.qi@linaro.org>
14467
14468 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14469 (can_relocate_bcond_true): ... it.
14470 (can_relocate_bcond_false): New function.
14471 (foo): Likewise.
14472 (can_relocate_bl): Likewise.
14473 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14474 can_relocate_bl.
14475
2520f728
PMR
144762015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14477
14478 * gdb.base/nested-addr.c: New file.
14479 * gdb.base/nested-addr.exp: New testcase.
14480
abcef95a
MM
144812015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14482
14483 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14484 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14485 its output. Ignore the output of "record goto begin" and instead
14486 check that GDB is replaying.
14487
145e3ddb
PA
144882015-10-09 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14491 (top level): Use it in the run with no args test.
14492
d5d8c4e1
IB
144932015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14494
14495 * gdb.dlang/properties.exp: New file.
14496
06e635ef
SL
144972015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14498
14499 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14500 whether or not address 0x1000 is mapped on the target.
14501
e019fd1d
SM
145022015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14503
14504 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14505 build.
14506
77ba2a67
MM
145072015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14508
14509 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14510 instruction-history test.
14511
c60eb31f
DE
145122015-09-28 Doug Evans <dje@google.com>
14513
14514 * gdb.base/gcore.c (array_func): Add reference to static_array.
14515
9a3c8263
SM
145162015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14517
14518 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14519 source line.
14520
9720e656
SL
145212015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14522
14523 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14524 short or char as base type.
14525
938d3bf2
SL
145262015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14527
14528 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14529 to allow any size enum.
14530
e6c2c623
PMR
145312015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14532
14533 * gdb.ada/array_ptr_renaming.exp: New testcase.
14534 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14535 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14536
06da0f77
PL
145372015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14538
14539 * gdb.trace/ftrace-lock.c: New file.
14540 * gdb.trace/ftrace-lock.exp: New file.
14541
4f51c22a
PL
145422015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14543
14544 * gdb.arch/insn-reloc.c: New file.
14545 * gdb.arch/ftrace-insn-reloc.exp: New file.
14546
7041adf4
PL
145472015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14548
14549 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14550 instruction.
14551 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14552 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14553 * gdb.trace/range-stepping.c: Likewise.
14554 * gdb.trace/trace-break.c: Likewise.
14555 * gdb.trace/trace-mt.c (thread_function): Likewise.
14556 * gdb.trace/ftrace.c (marker): Likewise.
14557 * gdb.trace/trace-condition.c (marker): Likewise.
14558 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14559 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14560 is_aarch64_target.
14561
015d2e7e
DE
145622015-09-18 Doug Evans <xdje42@gmail.com>
14563
14564 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14565 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14566
26b188a2
SL
145672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14568
14569 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14570 the breakpoint.
14571
79dc332b
SL
145722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14573
14574 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14575 the pending breakpoint. Remove timeout override for "Run till
14576 MI pending breakpoint on pendfunc3 on thread 2" test.
14577
f57929f2
SL
145782015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14579
14580 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14581 filename pattern.
14582
3f469b17
SL
145832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14584
14585 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14586 in breakpoint filename pattern.
14587
515b89b3
SL
145882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14589
7800dbe4
SL
14590 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14591
145922015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14593
515b89b3
SL
14594 * gdb.linespec/explicit.exp: Check for readline support for
14595 tab-completion tests. Fix obvious typo.
14596
d2939ba2
MM
145972015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14598
14599 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14600 and replay.
14601
cbb55fa7
MM
146022015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14603
14604 * gdb.btrace/non-stop.c: New.
14605 * gdb.btrace/non-stop.exp: New.
14606
43691ca1
PL
146072015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14608 Yao Qi <yao.qi@linaro.org>
14609
14610 * gdb.trace/trace-condition.c: New file.
14611 * gdb.trace/trace-condition.exp: New file.
14612
d78908cf
WW
146132015-09-16 Wei-cheng Wang <cole945@gmail.com>
14614
14615 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14616 for testing bytecode compilation.
14617
1ed415e2
PA
146182015-09-16 Pedro Alves <palves@redhat.com>
14619 Sandra Loosemore <sandra@codesourcery.com>
14620
14621 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14622 (SECONDS): Redefine.
14623 (main): Call pthread_kill and alarm early.
14624 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14625 support.
14626 (test): If the target can't hardware step and doesn't support
14627 displaced stepping, increase the timeout.
14628
d136eff5
PA
146292015-09-16 Pedro Alves <palves@redhat.com>
14630
14631 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14632 (enable_debug): New procedures.
14633 (test): Use them. Bail out if waiting for threads fails.
14634 (top level): Bail out if a test fails.
14635
991f019c
YQ
146362015-09-16 Yao Qi <yao.qi@linaro.org>
14637
14638 * gdb.asm/asm-source.exp: Set asm-arch for
14639 aarch64*-*-* target.
14640 * gdb.asm/aarch64.inc: New file.
14641
bfca584f
PMR
146422015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14643
14644 * gdb.ada/array_of_variable_length.exp: New testcase.
14645 * gdb.ada/array_of_variable_length/foo.adb: New file.
14646 * gdb.ada/array_of_variable_length/pck.adb: New file.
14647 * gdb.ada/array_of_variable_length/pck.ads: New file.
14648
b326e587
DE
146492015-09-15 Doug Evans <dje@google.com>
14650
14651 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14652 of function static local variable.
14653
5382cfab
PW
146542015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14655
14656 * gdb.threads/tls-so_extern.exp: New test file.
14657 * gdb.threads/tls-so_extern.c: New test file.
14658 * gdb.threads/tls-so_extern_main.c: New test file.
14659
141c5cc4
JK
146602015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14661
14662 * gdb.opt/solib-intra-step-lib.c: New file.
14663 * gdb.opt/solib-intra-step-main.c: New file.
14664 * gdb.opt/solib-intra-step.exp: New file.
14665
d15dcecd
PA
146662015-09-15 Pedro Alves <palves@redhat.com>
14667
14668 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14669 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14670
4c2f2a79
PA
146712015-09-14 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.base/hook-stop-continue.c: Delete.
14674 * gdb.base/hook-stop-continue.exp: Delete.
14675 * gdb.base/hook-stop-frame.c: Delete.
14676 * gdb.base/hook-stop-frame.exp: Delete.
14677 * gdb.base/hook-stop.c: New file.
14678 * gdb.base/hook-stop.exp: New file.
14679
919e6dbe
PMR
146802015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14681
14682 * gdb.ada/access_to_packed_array.exp: New testcase.
14683 * gdb.ada/access_to_packed_array/foo.adb: New file.
14684 * gdb.ada/access_to_packed_array/pack.adb: New file.
14685 * gdb.ada/access_to_packed_array/pack.ads: New file.
14686
157280a4
MM
146872015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14688
14689 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14690 buffer size test.
14691
2fd33e94
DB
146922015-09-11 Don Breazeal <donb@codesourcery.com>
14693
14694 * gdb.base/foll-exec.c: Add copyright header. Fix
14695 formatting issues.
14696 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14697 (do_exec_tests): Use clean_restart in place of zap_session,
14698 and for test initialization. Fix formatting issues. Use
14699 fail in place of perror.
14700 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14701 an expect statement to match an expression with output from
14702 the program under debug.
14703 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14704 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14705 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14706 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14707 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14708
e70b6e8e
DE
147092015-09-09 Doug Evans <dje@google.com>
14710
14711 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14712
7a551a51
DE
147132015-09-09 Doug Evans <dje@google.com>
14714
14715 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14716
4c666f84
DE
147172015-09-09 Doug Evans <dje@google.com>
14718
14719 * gdb.base/savedregs.exp: Fix typo.
14720
243a9253
PA
147212015-09-09 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14724
c0fa8fbd
SL
147252015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14726
14727 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14728 command actually switches threads. Give up on remaining
14729 tests if target fails to stop at breakpoint.
14730
cd7c1778
PMR
147312015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14732
14733 * gdb.ada/funcall_char.exp: New testcase.
14734 * gdb.ada/funcall_char/foo.adb: New file.
14735
dc5c8746
PMR
147362015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14737
14738 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14739 expected outputs. Add two testcases for completing ambiguous
14740 functions.
14741 * gdb.ada/complete/aux_pck.adb: New file.
14742 * gdb.ada/complete/aux_pck.ads: New file.
14743 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14744 Ambiguous_Func functions.
14745 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14746 * gdb.ada/complete/pck.adb: Likewise.
14747
4e83a1e7
UW
147482015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14749
14750 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14751 failures to run the test program under GDB.
14752
8ce74153
LM
147532015-08-26 Luis Machado <lgustavo@codesourcery.com>
14754
14755 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14756 to C.
14757
e9756d52
PP
147582015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14759
14760 * gdb.base/run-after-attach.exp: New test file.
14761 * gdb.base/run-after-attach.c: New test file.
14762
8d37573b
DB
147632015-08-26 Don Breazeal <donb@codesourcery.com>
14764
14765 * gdb.base/foll-exec-2.c: New test program.
14766 * gdb.base/foll-exec-2.exp: New test.
14767
63e43d3a
PMR
147682015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14769
14770 * gdb.base/nested-subp1.exp: New file.
14771 * gdb.base/nested-subp1.c: New file.
14772 * gdb.base/nested-subp2.exp: New file.
14773 * gdb.base/nested-subp2.c: New file.
14774 * gdb.base/nested-subp3.exp: New file.
14775 * gdb.base/nested-subp3.c: New file.
14776
3d40fbb5
PA
147772015-08-24 Pedro Alves <palves@redhat.com>
14778
14779 * gdb.server/connect-without-multi-process.c: New file.
14780 * gdb.server/connect-without-multi-process.exp: New file.
14781
4422ac93
LM
147822015-08-24 Luis Machado <lgustavo@codesourcery.com>
14783
14784 * gdb.opt/inline-markers.c: Make z int.
14785
91dddb86
LM
147862015-08-24 Luis Machado <lgustavo@codesourcery.com>
14787
14788 * gdb.opt/inline-markers.c: Make z volatile.
14789
a48847ee
LM
147902015-08-24 Luis Machado <lgustavo@codesourcery.com>
14791
14792 * gdb.opt/inline-bt.c: New volatile global z.
14793 * gdb.opt/inline-cmds.c: Likewise.
14794 * gdb.opt/inline-locals.c: Likewise.
14795 * gdb.opt/inline-markers.c: New extern global z.
14796 (marker): Use z.
14797 (inline_fn): Likewise.
14798
0ebbc52b
PA
147992015-08-24 Pedro Alves <palves@redhat.com>
14800
14801 * config/m32r-stub.exp: Remove file.
14802 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14803 * gdb.base/call-rt-st.exp: Likewise.
14804 * gdb.base/call-strs.exp: Likewise.
14805 * gdb.base/default.exp: Remove references to h8300-*-hms and
14806 *-*-udi*.
14807 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14808
77c365df
AA
148092015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14810
14811 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14812 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14813 and "return" use KFAIL when GDB can not read/write the vector
14814 return value.
14815
4313b8c0
GB
148162015-08-21 Gary Benson <gbenson@redhat.com>
14817
14818 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14819
0e433b32
PA
148202015-08-20 Pedro Alves <palves@redhat.com>
14821
14822 * gdb.server/solib-list.exp: No longer expect an interior stop in
14823 non-stop mode.
14824
221e1a37
PA
148252015-08-20 Pedro Alves <palves@redhat.com>
14826
14827 * gdb.server/connect-stopped-target.c: New file.
14828 * gdb.server/connect-stopped-target.exp: New file.
14829
40e3ad0e
PA
148302015-08-20 Pedro Alves <palves@redhat.com>
14831
14832 * gdb.dwarf2/comp-unit-lang.exp: New file.
14833 * gdb.dwarf2/comp-unit-lang.c: New file.
14834
af39b327
PMR
148352015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14836
14837 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14838 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14839
7d45c7c3 148402015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14841
7d45c7c3
KB
14842 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14843 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14844
4d6cceb4
DE
148452015-08-18 Doug Evans <dje@google.com>
14846 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14847
14848 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14849 skip_python_tests. New arg prompt_regexp.
14850 (skip_python_tests): New function.
14851 * lib/mi-support.exp (mi_skip_python_tests): New function.
14852 * gdb.python/py-mi-objfile-gdb.py: New file.
14853 * gdb.python/py-mi-objfile.c: New file.
14854 * gdb.python/py-mi-objfile.exp: New file.
14855
ad89c2aa
KS
148562015-08-17 Keith Seitz <keiths@redhat.com>
14857
14858 * gdb.linespec/explicit.exp: Move strace test from here ...
14859 * gdb.trace/strace.exp: ... to here.
14860
e3ae3c43
PP
148612015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14862
14863 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14864 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14865
604b2636
DE
148662015-08-14 Doug Evans <xdje42@gmail.com>
14867
14868 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14869 inferior before selecting a new file.
14870
6ff0ba5f
DE
148712015-08-14 Doug Evans <xdje42@gmail.com>
14872
14873 * gdb.mi/mi-disassemble.exp: Update.
14874 * gdb.base/disasm-optim.S: New file.
14875 * gdb.base/disasm-optim.c: New file.
14876 * gdb.base/disasm-optim.h: New file.
14877 * gdb.base/disasm-optim.exp: New file.
14878
9ca98f92
KS
148792015-08-14 Keith Seitz <keiths@redhat.com>
14880
14881 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14882 "evaluated-by".
14883
52bbc560
JB
148842015-08-13 Joel Brobecker <brobecker@adacore.com>
14885
14886 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14887
5d8c3ed3
PMR
148882015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14889
14890 * gdb.ada/fun_renaming.exp: New testcase.
14891 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14892 * gdb.ada/fun_renaming/pack.adb: New file.
14893 * gdb.ada/fun_renaming/pack.ads: New file.
14894
ea8812bc
KS
148952015-08-12 Keith Seitz <keiths@redhat.com>
14896
14897 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14898 gdb_get_line_number.
14899
4dafcdeb
JB
149002015-08-12 Joel Brobecker <brobecker@adacore.com>
14901
14902 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14903 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14904 gdb.base/dso2dso.exp: New files.
14905
5ba32597
SDJ
149062015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14907 Pedro Alves <palves@redhat.com>
14908 Keith Seitz <keiths@redhat.com>
14909
14910 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14911 GDBFLAGS.
14912
b6dafabf
PP
149132015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14914
14915 * gdb.base/gdbhistsize-history.exp
14916 (test_histsize_history_setting): Use save_vars.
14917 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14918 Use save_vars.
14919 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14920 * gdb.base/readline.exp: Use save_vars.
14921
abe8e607
PP
149222015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14923
14924 * lib/gdb.exp (save_vars): New proc.
14925
629500fa
KS
149262015-08-11 Keith Seitz <keiths@redhat.com>
14927
14928 * gdb.base/help.exp: Update help_breakpoint_text.
14929
eb8c4e2e
KS
149302015-08-11 Keith Seitz <keiths@redhat.com>
14931
14932 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14933 (at toplevel): Call test_explicit_breakpoints.
14934 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14935 breakpoints.
14936 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14937 breakpoint conditions, "-cond".
14938
87f0e720
KS
149392015-08-11 Keith Seitz <keiths@redhat.com>
14940
14941 * gdb.linespec/3explicit.c: New file.
14942 * gdb.linespec/cpexplicit.cc: New file.
14943 * gdb.linespec/cpexplicit.exp: New file.
14944 * gdb.linespec/explicit.c: New file.
14945 * gdb.linespec/explicit.exp: New file.
14946 * gdb.linespec/explicit2.c: New file.
14947 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14948 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14949 before using in the matching pattern.
14950 Clarify that `prefix' is a regular expression.
14951
f00aae0f
KS
149522015-08-11 Keith Seitz <keiths@redhat.com>
14953
14954 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14955 test.
14956 Add tests for missing ",FMT" and ",".
14957
e27852be
DE
149582015-08-10 Doug Evans <dje@google.com>
14959 Keith Seitz <keiths@redhat.com>
14960
14961 PR gdb/17960
14962 * gdb.base/completion.exp: Add location completer tests.
14963
7f03bd92
PA
149642015-08-07 Pedro Alves <palves@redhat.com>
14965
14966 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14967 tests here.
14968 (top level): Run do_test with and without displaced stepping.
14969
3fc8eb30
PA
149702015-08-07 Pedro Alves <palves@redhat.com>
14971
14972 * gdb.base/valgrind-disp-step.c: New file.
14973 * gdb.base/valgrind-disp-step.exp: New file.
14974
d4569d7b
PA
149752015-08-07 Pedro Alves <palves@redhat.com>
14976
14977 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14978 Delete function.
14979 (main): Add alarm. Run an infinite loop instead of calling
14980 wait_threads.
14981 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14982 comment.
14983 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14984 Delete function.
14985 (main): Add alarm. Run an infinite loop instead of calling
14986 wait_threads.
14987 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14988 comment.
14989
e1316e60
PA
149902015-08-07 Pedro Alves <palves@redhat.com>
14991
14992 * gdb.base/checkpoint-ns.exp: New file.
14993 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14994 standard_testfile.
14995
da8c46d2
MM
149962015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14997
14998 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14999 * gdb.btrace/instruction_history.exp: Update.
15000 * gdb.btrace/tsx.exp: New.
15001 * gdb.btrace/tsx.c: New.
15002
de1c2c52
PA
150032015-08-06 Pedro Alves <palves@redhat.com>
15004
15005 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15006 increase timeout.
15007 * gdb.reverse/until-precsave.exp: Bump timeouts.
15008
782e0bf4
PA
150092015-08-06 Pedro Alves <palves@redhat.com>
15010
15011 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15012
83e97ed0
PA
150132015-08-06 Pedro Alves <palves@redhat.com>
15014
15015 PR gdb/18749
15016 * gdb.threads/process-dies-while-handling-bp.c: New file.
15017 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15018
863d01bd
PA
150192015-08-06 Pedro Alves <palves@redhat.com>
15020
15021 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15022 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15023
0a39bb32
PA
150242015-08-05 Pedro Alves <palves@redhat.com>
15025
15026 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15027 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15028
ee2d2b10
SL
150292015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15030
15031 * gdb.base/bp-permanent.exp: Report test as unsupported if
15032 the target cannot stop at the permanent breakpoint.
15033
4e1bdb00
DE
150342015-08-03 Doug Evans <dje@google.com>
15035
15036 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15037 10000.
15038
3d338901
DE
150392015-08-03 Doug Evans <dje@google.com>
15040
15041 * Makefile.in (workers/%.worker, build-perf): New rule.
15042 (GDB_PERFTEST_MODE): New variable.
15043 (check-perf): Use it.
15044 (clean): Clean up gdb.perf parallel build subdirs.
15045 * lib/build-piece.exp: New file.
15046 * lib/gdb.exp (make_gdb_parallel_path): New function
15047 (standard_output_file, standard_temp_file): Call it.
15048 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15049 of $GDB_PARALLEL.
15050 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15051
af061d3e
DE
150522015-08-03 Doug Evans <dje@google.com>
15053
8e1afc81 15054 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15055 (LOG_FILE_NAME): New global.
15056 (TextReporter.__init__): Initialize self.txt_sum.
15057 (TextReporter.report): Add support for multiple data-points.
15058 Move report to perftest.sum, put raw data in perftest.log.
15059 (TextReporter.start): Open sum and log files.
15060 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15061 * gdb.perf/lib/perftest/testresult.py
15062 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15063
2c8c5d37
PA
150642015-07-31 Pedro Alves <palves@redhat.com>
15065
15066 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15067 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15068 kill_wait_spawned_process instead of explicit "kill -9".
15069 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15070 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15071 kill_wait_spawned_process.
15072 * gdb.base/attach-twice.exp: Likewise.
15073 * gdb.base/attach.exp: Likewise.
15074 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15075 gdb_test_multiple.
15076 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15077 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15078 kill_wait_spawned_process.
15079 * gdb.base/valgrind-infcall.exp: Likewise.
15080 * gdb.multi/multi-attach.exp: Likewise.
15081 * gdb.python/py-prompt.exp: Likewise.
15082 * gdb.python/py-sync-interp.exp: Likewise.
15083 * gdb.server/ext-attach.exp: Likewise.
15084 * gdb.threads/attach-into-signal.exp (corefunc): Use
15085 spawn_wait_for_attach, spawn_id_get_pid and
15086 kill_wait_spawned_process.
15087 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15088 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15089 spawn_id_get_pid and kill_wait_spawned_process.
15090 * gdb.threads/attach-stopped.exp (corefunc): Use
15091 spawn_wait_for_attach, spawn_id_get_pid and
15092 kill_wait_spawned_process.
15093 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15094 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15095 kill_wait_spawned_process instead of explicit "kill -9".
15096 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15097 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15098 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15099 processes. Don't map cygwin/windows pids here. Now returns a
15100 spawn id list.
15101
032a0fca
SL
151022015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15103
15104 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15105 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15106 correct patch.
15107
61a934ca
SL
151082015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15109
15110 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15111
4bc4d428
SL
151122015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15113
15114 Reapply:
15115 2014-05-21 Mark Wielaard <mjw@redhat.com>
15116
15117 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15118
998d452a
PA
151192015-07-30 Pedro Alves <palves@redhat.com>
15120
15121 * linux-low.c (handle_extended_wait): Set the child's last
15122 reported status to TARGET_WAITKIND_STOPPED.
15123
69dde7dc
PA
151242015-07-30 Pedro Alves <palves@redhat.com>
15125
15126 PR threads/18600
15127 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15128 only shows inferior 1.
15129
4dd63d48
PA
151302015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15131 Pedro Alves <palves@redhat.com>
15132
15133 PR threads/18600
15134 * gdb.threads/fork-plus-threads.c: New file.
15135 * gdb.threads/fork-plus-threads.exp: New file.
15136
d618e4c5
PP
151372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15138
15139 * gdb.base/batch-preserve-term-settings.exp
15140 (test_terminal_settings_preserved_after_cli_exit): Use
15141 send_quit_command.
15142
1eef6428
PA
151432015-07-29 Pedro Alves <palves@redhat.com>
15144 Don Breazeal <donb@codesourcery.com>
15145
15146 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15147 output from both inferior_spawn_id and gdb_spawn_id.
15148
7da5b897
SDJ
151492015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15150
15151 * gdb.threads/attach-into-signal.exp (corefunc): Use
15152 with_test_prefix on nested loops, uniquefying the test messages.
15153
dac804df
SDJ
151542015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15155
15156 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15157 commit.
15158
06265e53
PP
151592015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15160
15161 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15162 New proc.
15163 (test_terminal_settings_preserved_after_sigterm): New test.
15164
18206ca3
PP
151652015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15166
15167 * gdb.base/batch-preserve-term-settings.exp
15168 (test_terminal_settings_preserved_after_cli_exit): New test.
15169
90074d11
PP
151702015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15171
15172 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15173 manipulation of saved_gdbflags.
15174 (test_terminal_settings_preserved): Remove global declaration of
15175 the unused variable pagination_prompt. Remove manipulation of
15176 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15177 GDBFLAGS.
15178
eb1a7902
PA
151792015-07-29 Pedro Alves <palves@redhat.com>
15180
15181 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15182
8b75dd3b
PA
151832015-07-29 Pedro Alves <palves@redhat.com>
15184
15185 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15186 at the top.
15187
dedad4e3
PA
151882015-07-29 Pedro Alves <palves@redhat.com>
15189
15190 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15191 (main): Call gdb_unbuffer_output.
15192 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15193 (main): Call gdb_unbuffer_output.
15194 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15195 (main): Call gdb_unbuffer_output.
15196 * gdb.base/call-strs.exp: Adjust to step over the
15197 gdb_unbuffer_output call.
15198 * gdb.base/catch-gdb-caused-signals.c: Include
15199 "../lib/unbuffer_output.c".
15200 (main): Call gdb_unbuffer_output.
15201 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15202 (main): Call gdb_unbuffer_output.
15203 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15204 (main): Call gdb_unbuffer_output.
15205 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15206 (main): Call gdb_unbuffer_output.
15207 * gdb.base/shlib-call.exp: Adjust to step over the
15208 gdb_unbuffer_output call.
15209 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15210 (main): Call gdb_unbuffer_output.
15211 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15212 (main): Call gdb_unbuffer_output.
15213 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15214 (main): Rename to ...
15215 (test): ... this.
15216 (main): Reimplement.
15217 * gdb.base/varargs.exp: Run to test instead of to main.
15218 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15219 (main): Call gdb_unbuffer_output.
15220
58789a91
PA
152212015-07-29 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15224 factore out from mi_continue_dprintf. For call-style dprintfs,
15225 expect dprintf output out of $inferior_spawn_id.
15226 (mi_continue_dprintf): Use mi_expect_dprintf.
15227 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15228 (main): Call gdb_unbuffer_output.
15229
e8376742
PA
152302015-07-29 Pedro Alves <palves@redhat.com>
15231
15232 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15233 (default_mi_gdb_start): Set inferior_spawn_id instead of
15234 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15235 gdb_spawn_id.
15236 (mi_gdb_test): Always expect inferior output from both
15237 $inferior_spawn_id and $gdb_spawn_id.
15238
08280010
PA
152392015-07-29 Pedro Alves <palves@redhat.com>
15240
15241 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15242 send_inferior and $inferior_spawn_id.
15243
4d30e432
PA
152442015-07-29 Pedro Alves <palves@redhat.com>
15245
15246 * gdb.gdb/complaints.exp (test_initial_complaints)
15247 (test_serial_complaints, test_short_complaints): Use
15248 gdb_test_stdio.
15249 (test_empty_complaint): Handle $inferior_spawn_id !=
15250 $gdb_spawn_id.
15251
0d30a335
PA
152522015-07-29 Pedro Alves <palves@redhat.com>
15253
15254 * gdb.base/varargs.exp: Use gdb_test_stdio.
15255
39413b29
PA
152562015-07-29 Pedro Alves <palves@redhat.com>
15257
15258 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15259
7cb000a9
PA
152602015-07-29 Pedro Alves <palves@redhat.com>
15261
15262 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15263
d7b8ac82
PA
152642015-07-29 Pedro Alves <palves@redhat.com>
15265
15266 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15267 parameter into two new parameters, "inf_result" and "gdb_result".
15268 Expect inferior output and gdb output from $inferior_spawn_id and
15269 $gdb_spawn_id, respectively. Adjust all callers.
15270
789c3a0c
PA
152712015-07-29 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15274 of gdb_test_sequence.
15275
77e760c3
PA
152762015-07-29 Pedro Alves <palves@redhat.com>
15277
15278 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15279 (saw_spurious_output): Expect inferior output from
15280 $inferior_spawn_id. Use gdb_test_stdio.
15281
8396d2cd
PA
152822015-07-29 Pedro Alves <palves@redhat.com>
15283
15284 * gdb.base/dprintf.exp: Use standard_testfile. Change
15285 prepare_for_testing call.
15286 (srcfile): Don't set.
15287 (restart): New procedure.
15288 (test_dprintf): New procecure, use to continue over dprintfs.
15289 (test_call, test_agent): New procedures, tests moved here.
15290 Restart gdb and recreate dprintfs. Adjust expected output.
15291
2051d61f
PA
152922015-07-29 Pedro Alves <palves@redhat.com>
15293
15294 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15295
452397af
PA
152962015-07-29 Pedro Alves <palves@redhat.com>
15297
15298 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15299
8aed9555
PA
153002015-07-29 Pedro Alves <palves@redhat.com>
15301
15302 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15303 gdb_test_stdio.
15304
188a61b4
PA
153052015-07-29 Pedro Alves <palves@redhat.com>
15306
15307 * lib/gdb.exp (gdb_test_stdio): New procedure.
15308
12264a45
PA
153092015-07-29 Pedro Alves <palves@redhat.com>
15310
15311 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15312
23ffc893
PA
153132015-07-29 Pedro Alves <palves@redhat.com>
15314
15315 * gdb.base/call-signal-resume.exp: Remove check for
15316 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15317 * gdb.base/unwindonsignal.exp: Likewise.
15318 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15319 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15320
65566918
PA
153212015-07-29 Pedro Alves <palves@redhat.com>
15322
15323 * gdb.base/siginfo-addr.c (pass): New function.
15324 (handler): Call it iff si_addr is correct.
15325 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15326 Set a breakpoint at "pass" and continue to it.
15327
d60a9221
SDJ
153282015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15329
15330 * gdb.python/py-objfile.exp: Make some tests have unique names.
15331 * gdb.python/py-pp-registration.exp: Likewise.
15332
bde40b8f
PA
153332015-07-28 Pedro Alves <palves@redhat.com>
15334
15335 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15336
13e1dec8
SM
153372015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15338
15339 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15340
da33c9a7
SM
153412015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15342
15343 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15344
077836f7
PP
153452015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15346
15347 * gdb.base/gdb-sigterm-2.exp: New test.
15348
b8cc7b2e
DE
153492015-07-25 Doug Evans <xdje42@gmail.com>
15350
15351 Revert:
15352 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15353 (workers/%.worker, build-perf): New rule.
15354 (GDB_PERFTEST_MODE): New variable.
15355 (check-perf): Use it.
15356 (clean): Clean up gdb.perf parallel build subdirs.
15357 * lib/build-piece.exp: New file.
15358 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15359 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15360 name.
15361 (standard_temp_file): Ditto.
15362 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15363 of $GDB_PARALLEL.
15364
c8bd4544
DE
153652015-07-24 Doug Evans <dje@google.com>
15366
15367 * gdb.perf/lib/perftest/utils.py: New file.
15368 * gdb.perf/gm-hello.cc: New file.
15369 * gdb.perf/gm-pervasive-typedef.cc: New file.
15370 * gdb.perf/gm-pervasive-typedef.h: New file.
15371 * gdb.perf/gm-std.cc: New file.
15372 * gdb.perf/gm-std.h: New file.
15373 * gdb.perf/gm-use-cerr.cc: New file.
15374 * gdb.perf/gm-utils.h: New file.
15375 * gdb.perf/gmonster-null-lookup.py: New file.
15376 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15377 * gdb.perf/gmonster-print-cerr.py: New file.
15378 * gdb.perf/gmonster-ptype-string.py: New file.
15379 * gdb.perf/gmonster-runto-main.py: New file.
15380 * gdb.perf/gmonster-select-file.py: New file.
15381 * gdb.perf/gmonster1-null-lookup.exp: New file.
15382 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15383 * gdb.perf/gmonster1-print-cerr.exp: New file.
15384 * gdb.perf/gmonster1-ptype-string.exp: New file.
15385 * gdb.perf/gmonster1-runto-main.exp: New file.
15386 * gdb.perf/gmonster1-select-file.exp: New file.
15387 * gdb.perf/gmonster1.cc: New file.
15388 * gdb.perf/gmonster1.exp: New file.
15389 * gdb.perf/gmonster2-null-lookup.exp: New file.
15390 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15391 * gdb.perf/gmonster2-print-cerr.exp: New file.
15392 * gdb.perf/gmonster2-ptype-string.exp: New file.
15393 * gdb.perf/gmonster2-runto-main.exp: New file.
15394 * gdb.perf/gmonster2-select-file.exp: New file.
15395 * gdb.perf/gmonster2.cc: New file.
15396 * gdb.perf/gmonster2.exp: New file.
15397
6eab34f3
DE
153982015-07-24 Doug Evans <dje@google.com>
15399
15400 * gdb.perf/README: New file.
15401 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15402 * lib/gen-perf-test.exp: New file.
15403
63738bfd
DE
154042015-07-24 Doug Evans <dje@google.com>
15405
15406 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15407 (PerfTest::startup): New function.
15408 (PerfTest::run): Return result of calling body.
15409 (PerfTest::assemble): Rewrite.
15410 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15411 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15412 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15413 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15414 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15415
7b606f95
DE
154162015-07-24 Doug Evans <dje@google.com>
15417
15418 * lib/gdb.exp (clean_restart): Make executable optional.
15419
a97b16b8
DE
154202015-07-24 Doug Evans <dje@google.com>
15421
15422 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15423 compiler_info references.
15424 * gdb.cp/temargs.exp: Ditto.
15425 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15426 (get_compiler_info): Early exit if already computed. Set compiler_info
15427 to "unknown" if there was a problem.
15428 (test_compiler_info): Add function comment. Call get_compiler_info.
15429
35baa57f
DE
154302015-07-24 Doug Evans <dje@google.com>
15431
15432 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15433 (workers/%.worker, build-perf): New rule.
15434 (GDB_PERFTEST_MODE): New variable.
15435 (check-perf): Use it.
15436 (clean): Clean up gdb.perf parallel build subdirs.
15437 * lib/build-piece.exp: New file.
15438 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15439 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15440 name.
15441 (standard_temp_file): Ditto.
15442 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15443 of $GDB_PARALLEL.
15444
6ebea266
DE
154452015-07-24 Doug Evans <dje@google.com>
15446
15447 * lib/future.exp (gdb_default_target_compile): New option
15448 "early_flags".
15449 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15450 --as-needed.
15451
1e76a7e9
SDJ
154522015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15453
15454 * gdb.base/catch-syscall.exp: Call gdb_exit before
15455 gdb_skip_xml_test.
15456
5068630a
PA
154572015-07-24 Pedro Alves <palves@redhat.com>
15458
15459 * gdb.python/py-events.exp: Accept output between the stop event
15460 and the prompt.
15461 * gdb.python/py-evsignal.exp: Likewise.
15462 * gdb.python/py-evthreads.exp: Likewise.
15463
77598427
PA
154642015-07-24 Pedro Alves <palves@redhat.com>
15465
15466 PR gdb/18717
15467 * gdb.threads/non-ldr-exit.c: New file.
15468 * gdb.threads/non-ldr-exit.exp: New file.
15469
11e6c98f
YQ
154702015-07-24 Yao Qi <yao.qi@linaro.org>
15471
15472 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15473 restarting process.
15474
51aee833
YQ
154752015-07-24 Yao Qi <yao.qi@linaro.org>
15476
15477 * gdb.server/ext-restart.exp: New file.
15478
8cfe207c
YQ
154792015-07-24 Yao Qi <yao.qi@linaro.org>
15480
15481 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15482 argument options.
15483 * gdb.server/ext-wrapper.exp: New file.
15484
cc12ce38
DE
154852015-07-23 Doug Evans <dje@google.com>
15486
15487 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15488 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15489
d0d84780
PMR
154902015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15491
15492 * gdb.ada/var_arr_typedef.exp: New testcase.
15493 * gdb.ada/var_arr_typedef/pack.adb: New file.
15494 * gdb.ada/var_arr_typedef/pack.ads: New file.
15495 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15496
8b558f79
JB
154972015-07-20 Joel Brobecker <brobecker@adacore.com>
15498
15499 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15500
775a3298
JK
155012015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15502
15503 * gdb.arch/i386-biarch-core.exp: Replace istarget
15504 by "complete set gnutarget". Remove expectation for the "core-file"
15505 command.
15506
db1ff28b
JK
155072015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15508
15509 Revert the previous commit:
15510 Tests for validate symbol file using build-id.
15511
0a94970d
JK
155122015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15513
15514 Tests for validate symbol file using build-id.
15515 * gdb.base/solib-mismatch-lib.c: New file.
15516 * gdb.base/solib-mismatch-libmod.c: New file.
15517 * gdb.base/solib-mismatch.c: New file.
15518 * gdb.base/solib-mismatch.exp: New file.
15519
03346981
SL
155202015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15521
15522 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15523 nios2-*-linux*.
15524 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15525 * gdb.base/siginfo.exp: Likewise.
15526 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15527
42422cc7
PL
155282015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15529
15530 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15531 Move it to ...
15532 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15533 ... here.
15534 * gdb.trace/range-stepping.exp: Check that the target supports
15535 range stepping.
15536
cfa68bae
JK
155372015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15538
15539 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15540
8ffdba26
PA
155412015-07-14 Pedro Alves <palves@redhat.com>
15542
15543 * gdb.base/killed-outside.exp: New file.
15544 * gdb.base/killed-outside.c: New file.
15545
218a5a11
JK
155462015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15547
15548 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15549 (n at main): New.
15550 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15551
e03ed3c6
AA
155522015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15553
15554 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15555 infcall tests instead of setting up for KFAIL.
15556
485668e5
MM
155572015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15558
15559 * gdb.btrace/record_goto-step.exp: New.
15560
08464196
JK
155612015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15562
15563 PR compile/18484
15564 * gdb.compile/compile.c (struct struct_type): Add volatile to
15565 selffield's type.
15566 * gdb.compile/compile.exp
15567 (compile code struct_object.selffield = &struct_object): Skip further
15568 struct_object tests if this one xfails.
15569
bcf5c1d9
RC
155702015-07-08 Robert O'Callahan <robert@ocallahan.org>
15571
15572 PR exp/18617
15573 * gdb.trace/ax.exp: Add test.
15574
4931af25
YQ
155752015-07-07 Yao Qi <yao.qi@linaro.org>
15576
15577 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15578 instead of istarget "aarch64*-*-*".
15579 * gdb.arch/aarch64-fp.exp: Likewise.
15580 * gdb.base/float.exp: Likewise.
15581 * gdb.reverse/aarch64.exp: Likewise.
15582 * lib/gdb.exp (is_aarch64_target): New proc.
15583
9fcf688e
YQ
155842015-07-07 Yao Qi <yao.qi@linaro.org>
15585
15586 * lib/gdb.exp (is_aarch32_target): New proc.
15587 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15588 instead of "istarget "arm*-*-*"".
15589 * gdb.arch/arm-disp-step.exp: Likewise.
15590 * gdb.arch/thumb-bx-pc.exp: Likewise.
15591 * gdb.arch/thumb-prologue.exp: Likewise.
15592 * gdb.arch/thumb-singlestep.exp: Likewise.
15593 * gdb.base/disp-step-syscall.exp: Likewise.
15594 * gdb.base/float.exp: Likewise.
15595
fbd8d50d
YQ
155962015-07-07 Yao Qi <yao.qi@linaro.org>
15597
15598 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15599 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15600
71be1fdc
YQ
156012015-07-07 Yao Qi <yao.qi@linaro.org>
15602
15603 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15604 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15605 if it exists.
15606 * gdb.multi/multi-arch.exp: Likewise.
15607
3e221d36
SM
156082015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15609
15610 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15611 print.
15612
d441430b
YQ
156132015-07-07 Yao Qi <yao.qi@linaro.org>
15614
15615 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15616
06f810bd
MG
156172015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15618
15619 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15620 '[' and ']' characters.
15621
5e61e7c0
IB
156222015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15623
15624 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15625
28bf096c
PA
156262015-06-29 Pedro Alves <palves@redhat.com>
15627
15628 PR threads/18127
15629 * gdb.threads/hand-call-new-thread.c: New file.
15630 * gdb.threads/hand-call-new-thread.c: New file.
15631
ee93cd5e
KS
156322015-06-26 Keith Seitz <keiths@redhat.com>
15633 Doug Evans <dje@google.com>
15634
15635 PR 16253
15636 * gdb.cp/var-tag-2.cc: New file.
15637 * gdb.cp/var-tag-3.cc: New file.
15638 * gdb.cp/var-tag-4.cc: New file.
15639 * gdb.cp/var-tag.cc: New file.
15640 * gdb.cp/var-tag.exp: New file.
15641
fc637f04
PP
156422015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15643
15644 * gdb.base/history-duplicates.exp: New test.
15645
2e52ae68
PP
156462015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15647
15648 * gdb.base/completion.exp: Test the completion of the "focus"
15649 command.
15650
6e22494e
JK
156512015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15652
15653 * gdb.arch/amd64-prologue-skip.S: New file.
15654 * gdb.arch/amd64-prologue-skip.exp: New file.
15655
bf7b9cd9
SM
156562015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15657
15658 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15659 is_address_zero_readable check.
15660
201e8dfd
PB
156612015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15662
15663 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15664 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15665
5cd867b4
YQ
156662015-06-24 Yao Qi <yao.qi@linaro.org>
15667
15668 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15669 linux targets.
15670
4d7be007
YQ
156712015-06-24 Yao Qi <yao.qi@linaro.org>
15672
15673 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15674 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15675 * gdb.base/siginfo-thread.exp: Likewise.
15676
07fcd301
YQ
156772015-06-22 Yao Qi <yao.qi@linaro.org>
15678
15679 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15680
52042a00
YQ
156812015-06-22 Yao Qi <yao.qi@linaro.org>
15682
15683 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15684 aarch64*-*-*.
15685 (skip_hw_watchpoint_tests): Likewise.
15686
74bd41ce
PP
156872015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15688
15689 * gdb.base/gdbinit-history.exp: Test the interaction between
15690 setting GDBHISTSIZE and setting the history size via .gdbinit.
15691
bc460514
PP
156922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15693
15694 PR gdb/16999
15695 * gdb.base/gdbhistsize-history.exp: New test.
15696
b58c513b
PP
156972015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15698
15699 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15700 with GDBHISTSIZE.
15701 * gdb.base/readline.exp: Likewise.
15702
92046791
YQ
157032015-06-17 Yao Qi <yao.qi@linaro.org>
15704
15705 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15706 line.
15707
2093d2d3
PP
157082015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15709
15710 * gdb.base/gdbinit-history.exp: Add test case to check that
15711 an unlimited history file does not get truncated on exit.
15712
e6c693af
AA
157132015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15714
15715 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15716 (VECTOR): New macro. Use it...
15717 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15718 ...for these typedefs.
15719 (int8, char1, int1, double1): New typedefs.
15720 (struct just_int2, struct two_int2): New structures.
15721 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15722 (add_structvecs, add_singlevecs): New functions.
15723 (main): Call add_some_intvecs twice.
15724 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15725 the compile and exit upon failure. Try compiling for the "native"
15726 architecture. Test inferior function calls with vector arguments
15727 and vector return value handling with "finish" and "return".
15728
c74f7d1c
JT
157292015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15730
15731 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15732 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15733 PE file.
15734 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15735
98aa42ee
AT
157362015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15737
15738 PR breakpoints/16465
15739 * gdb.mi/mi-dprintf-pending.c: New file.
15740 * gdb.mi/mi-dprintf-pending.exp: New test.
15741 * gdb.mi/mi-dprintf-pendshr.c: New file.
15742
7d73c23c 157432015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15744 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15745
15746 * gdb.arch/i386-mpx-map.c: New file.
15747 * gdb.arch/i386-mpx-map.exp: New File.
15748
157492015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15750
15751 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15752 * gdb.arch/i386-mpx.exp: Indentation fixed.
15753
157542015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15755
15756 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15757 function and improved indentation.
15758 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15759 gdb_test_multiple. Added additional tests to skip the test.
15760
157612015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15762
15763 * gdb.arch/i386-avx512.c: Change path in include file.
15764 * gdb.arch/i386-avx512.exp: Change include dir path
15765 compilation flag.
15766 * gdb.arch/i386-mpx.c: Change path in include file.
15767 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15768 flag.
15769
d5eba19a
JK
157702015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 * gdb.compile/compile-print.exp (compile print *vararray@3)
15773 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15774
7f361056
JK
157752015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15776
15777 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15778 (do not keep jit in memory): ... this.
15779 (expect 5): Change it to ...
15780 (expect no 5): ... this.
15781
3b462ec2
SM
157822015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15783
15784 PR gdb/15564
15785 * gdb.mi/mi-detach.exp: New file.
15786
e0619de6
JK
157872015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15788
15789 PR symtab/18392
15790 * gdb.arch/amd64-tailcall-self.S: New file.
15791 * gdb.arch/amd64-tailcall-self.c: New file.
15792 * gdb.arch/amd64-tailcall-self.exp: New file.
15793
e970cb34
DB
157942015-05-28 Don Breazeal <donb@codesourcery.com>
15795
15796 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15797 tests for remote targets by checking is_target_gdbserver.
15798
b2e2f908
DE
157992015-05-27 Doug Evans <dje@google.com>
15800
15801 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15802 * gdb.dwarf2/opaque-type-lookup.c: New file.
15803 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15804
82c7be31
DE
158052015-05-26 Doug Evans <dje@google.com>
15806
15807 * gdb.cp/iostream.cc: New file.
15808 * gdb.cp/iostream.exp: New file.
15809
b4f54984
DE
158102015-05-26 Doug Evans <dje@google.com>
15811
15812 * gdb.dwarf2/dw2-op-call.exp: Update.
15813 * gdb.dwarf2/dw4-sig-types.exp: Update.
15814 * gdb.dwarf2/implptr.exp: Update.
15815 * gdb.mi/mi-cmd-param-changed.exp: Update.
15816
4ea6efe9
DE
158172015-05-26 Doug Evans <dje@google.com>
15818
15819 * gdb.python/py-lazy-string.c: New file.
15820 * gdb.python/py-lazy-string.exp: New file.
15821 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15822 (main): Update. Add estring3.
15823 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15824 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15825
f6bb7db3
YQ
158262015-05-26 Omair Javaid <omair.javaid@linaro.org>
15827 Yao Qi <yao.qi@linaro.org>
15828
15829 * gdb.reverse/aarch64.c: New.
15830 * gdb.reverse/aarch64.exp: New.
15831
a81bfbd0
OJ
158322015-05-26 Omair Javaid <omair.javaid@linaro.org>
15833
25d49b86
PA
15834 * lib/gdb.exp (supports_process_record): Return true for
15835 aarch64*-linux*.
a81bfbd0
OJ
15836 (supports_reverse): Likewise.
15837
158bf1b4
PP
158382015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15839
15840 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15841 Use with_test_prefix.
15842
a0145030
AB
158432015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15844
15845 * gdb.base/completion.exp: Add test for completion of layout
15846 names.
15847
ebe3b578
AB
158482015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15849
15850 * lib/gdb.exp (skip_tui_tests): New proc.
15851 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15852
84204ed7
PA
158532015-05-19 Pedro Alves <palves@redhat.com>
15854
15855 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15856 Save the whole env array instead of just HOME. Unset HISTSIZE in
15857 the environment while testing. Restore whole environment
15858 afterwards.
15859
37442ce1
DE
158602015-05-16 Doug Evans <xdje42@gmail.com>
15861
15862 * gdb.guile/scm-ports.c: New file.
15863 * gdb.guile/scm-ports.exp: Add memory port tests.
15864
36de76f9
JK
158652015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15866
15867 * gdb.compile/compile-print.c: New file.
15868 * gdb.compile/compile-print.exp: New file.
15869
3a9558c4
JK
158702015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15871
15872 * gdb.compile/compile-ops.exp: Cast param to void.
15873 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15874 (compile code struct_object.selffield = &struct_object): Add xfail.
15875
aa715135
JG
158762015-05-15 Joel Brobecker <brobecker@adacore.com>
15877
15878 * gdb.ada/arr_enum_with_gap: New testcase.
15879
931e5bc3
JG
158802015-05-15 Joel Brobecker <brobecker@adacore.com>
15881
15882 * gdb.ada/byte_packed_arr: New testcase.
15883
9cd4d857
JB
158842015-05-15 Joel Brobecker <brobecker@adacore.com>
15885
15886 * gdb.ada/pckd_neg: New testcase.
15887
ebfd00d2
PP
158882015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15889
15890 PR gdb/17820
15891 * gdb.base/gdbinit-history.exp: New test.
15892 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15893 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15894
4c082a81
SC
158952015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15896
15897 * gdb.python/py-xmethods.cc: Enhance test case.
15898 * gdb.python/py-xmethods.exp: New tests.
15899 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15900 function.
15901 (B_indexoper): Likewise.
15902 (global_dm_list) : Add new xmethod worker functions.
15903
f7797074
SDJ
159042015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15905
15906 * gdb.base/coredump-filter.exp: Correctly unset
15907 "coredump_var_addr" array.
15908
a4674e4e
PA
159092015-05-08 Pedro Alves <palves@redhat.com>
15910
15911 * gdb.server/non-existing-program.exp: Unset spawn_id.
15912
df2eb078
SC
159132015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15914
15915 PR python/18291
15916 * gdb.python/py-xmethods.exp: Add tests.
15917
422349a3
YQ
159182015-05-08 Yao Qi <yao.qi@linaro.org>
15919
15920 PR gdb/18208
15921 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15922 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15923 function set_coredump_filter, and remove remote_exec call.
15924 Remove argument ipid. Callers update.
15925 (top level): Don't get inferior's PID.
15926
63fc80ce
AA
159272015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15928
15929 * gdb.base/watch_thread_num.exp: Skip test on targets without
15930 access watchpoints.
15931
80ad801e
PA
159322015-05-06 Pedro Alves <palves@redhat.com>
15933
15934 PR server/18081
15935 * gdb.server/non-existing-program.exp: New file.
15936
0fa7fe50
JB
159372015-05-05 Joel Brobecker <brobecker@adacore.com>
15938
15939 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15940
3ea89b92
PMR
159412015-05-05 Joel Brobecker <brobecker@adacore.com>
15942
15943 * gdb.ada/out_of_line_in_inlined: New testcase.
15944
87b8eff0
JB
159452015-05-05 Joel Brobecker <brobecker@adacore.com>
15946
15947 * gdb.ada/var_rec_arr: New testcase.
15948
5fccc635
YQ
159492015-04-30 Yao Qi <yao.qi@linaro.org>
15950
15951 * gdb.base/break-idempotent.exp: If
15952 skip_hw_watchpoint_multi_tests returns true, skip the tests
15953 on "rwatch" and "awatch".
15954
42d38f42
YQ
159552015-04-30 Yao Qi <yao.qi@linaro.org>
15956
15957 * gdb.base/relativedebug.exp: Invoke gdb command
15958 "info sharedlibrary", and if libc.so doesn't have debug info,
15959 skip the test.
15960
2ce1cdbf
DE
159612015-04-29 Doug Evans <dje@google.com>
15962
15963 * gdb.python/py-xmethods.exp: Add ptype tests.
15964 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15965 get_result_type method.
15966
f24a38c5
LM
159672015-04-29 Luis Machado <lgustavo@codesourcery.com>
15968
15969 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15970 the target does not support hardware watchpoints.
15971
ecbf2b3c
LM
159722015-04-29 Luis Machado <lgustavo@codesourcery.com>
15973
15974 * gdb.base/break-always.exp: Abort testing if writing to memory
15975 causes an error.
15976
34f5f757
DE
159772015-04-28 Doug Evans <dje@google.com>
15978
15979 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15980 * gdb.python/py-pp-registration.exp: ... here. New file.
15981 * gdb.python/py-pp-registration.c: New file.
15982 * gdb.python/py-pp-registration.py: New file.
15983
69b4374a
DE
159842015-04-28 Doug Evans <dje@google.com>
15985
15986 * gdb.python/py-bad-printers.c: New file.
15987 * gdb.python/py-bad-printers.py: New file.
15988 * gdb.python/py-bad-printers.exp: New file.
15989
59fb7612
SS
159902015-04-28 Sasha Smundak <asmundak@google.com>
15991
15992 * gdb.python/py-type.exp: New test.
15993
2631b16a
AW
159942015-04-28 Andy Wingo <wingo@igalia.com>
15995
15996 * gdb.python/py-parameter.exp:
15997 * gdb.guile/scm-parameter.exp: Escape the path that we are
15998 matching against, as it might contain characters that are special
15999 to regular expressions.
16000
460efde1
JB
160012015-04-27 Joel Brobecker <brobecker@adacore.com>
16002
16003 * gdb.ada/rec_comp: New testcase.
16004
2d369d8e
SDJ
160052015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16006
16007 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16008 before using it.
16009
cf75d6c3
AB
160102015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16011
16012 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16013 new tests for verilog output.
16014
8dbe7ca5
YQ
160152015-04-24 Yao Qi <yao.qi@linaro.org>
16016
16017 * boards/remote-gdbserver-on-localhost.exp: New file.
16018
4ef9fb2f
PA
160192015-04-23 Pedro Alves <palves@redhat.com>
16020
16021 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16022 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16023 "end of file", remove $inferior_spawn_id from the indirect list.
16024
0a803169
PA
160252015-04-23 Pedro Alves <palves@redhat.com>
16026
16027 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16028
749ef8f8
PA
160292015-04-23 Pedro Alves <palves@redhat.com>
16030
16031 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16032 on $any_spawn_id instead of only on $gdb_spawn_id.
16033
8aae4344
PM
160342015-04-21 Pierre Muller <muller@sourceware.org>
16035
16036 PR pascal/17815
16037 * lib/pascal.exp (gpc_compile): Add new option "class".
16038 (fpc_compile): Likewise.
16039 * gdb.pascal/case-insensitive-symbols.pas: New file.
16040 * gdb.pascal/case-insensitive-symbols.exp: New file.
16041
1586c8fb
GB
160422015-04-20 Gary Benson <gbenson@redhat.com>
16043
16044 * gdb.base/attach.exp: Fix three extended remote failures.
16045
1b6e6f5c
GB
160462015-04-17 Gary Benson <gbenson@redhat.com>
16047
16048 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16049 the main executable over the remote protocol.
16050
e797481d
PA
160512015-04-16 Pedro Alves <palves@redhat.com>
16052
16053 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16054 a new gdbserver if gdbserver_reconnect_p is set.
16055
1ca99c42
PA
160562015-04-16 Pedro Alves <palves@redhat.com>
16057
16058 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16059 is set, don't exit gdbserver.
16060
af9fd6f8
AA
160612015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16062
16063 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16064 appropriate .insn, such that an older assembler can be used.
16065 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16066 the z/Architecture instruction set on 31-bit targets as well.
16067
04ff1e61
AA
160682015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16069
16070 * gdb.go/handcall.exp: Remove all logic related to the first
16071 breakpoint and rely on go_runto_main instead.
16072 * gdb.go/strings.exp: Likewise.
16073 * gdb.go/unsafe.exp: Likewise.
16074 * gdb.go/hello.exp: Likewise. Also rename the remaining
16075 breakpoint marker to "breakpoint 1".
16076 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16077 * gdb.go/strings.go: Likewise.
16078 * gdb.go/unsafe.go: Likewise.
16079 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16080 "set breakpoint 2 here" and rename the remaining breakpoint marker
16081 to "breakpoint 1".
16082
40d2f8d6
SM
160832015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16084
16085 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16086 if itertools.imap is not present.
16087 * gdb.python/py-objfile.exp: Add parentheses.
16088 * gdb.python/py-type.exp: Same.
16089 * gdb.python/py-unwind-maint.py: Same.
16090
8cbc97c6
YQ
160912015-04-15 Yao Qi <yao.qi@linaro.org>
16092
16093 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16094 of ":$ptr_size" and set its form explicitly.
16095
45fd756c
YQ
160962015-04-15 Pedro Alves <palves@redhat.com>
16097 Yao Qi <yao.qi@linaro.org>
16098
16099 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16100 timeout by factor of 4.
16101 (test_regular_watch): Likewise.
16102 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16103 * gdb.reverse/sigall-reverse.exp: Likewise.
16104 * gdb.reverse/until-precsave.exp: Likewise.
16105 * lib/gdb.exp (with_timeout_factor): New proc.
16106 (gdb_expect): Move some code to ...
16107 (get_largest_timeout): ... here. New procedure.
16108
9e811bc3
LM
161092015-04-14 Luis Machado <lgustavo@codesourcery.com>
16110
16111 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16112
0ff6fcb2
LM
161132015-04-13 Luis Machado <lgustavo@codesourcery.com>
16114
16115 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16116 to write to the .text section.
16117
7578d5f7
LM
161182015-04-13 Luis Machado <lgustavo@codesourcery.com>
16119
16120 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16121 Handle the case of targets that do not provide PID information.
16122
2efe15c4
YQ
161232015-04-13 Yao Qi <yao.qi@linaro.org>
16124
16125 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16126 and use expect instead of gdb_expect.
16127
8cd8f2f8
SDJ
161282015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16129
16130 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16131 "coredump_var_addr" to avoid naming conflict with other testcases.
16132
9ee41772
PA
161332015-04-10 Pedro Alves <palves@redhat.com>
16134
16135 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16136 gdb_test_sequence and gdb_assert.
16137
07473109
PA
161382015-04-10 Pedro Alves <palves@redhat.com>
16139
16140 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16141 test messages that don't include the breakpoint address.
16142
de3db44c
YQ
161432015-04-10 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16146 false for some offset and width combinations which aren't
16147 supported by linux kernel.
16148
c79d856c
PA
161492015-04-10 Pedro Alves <palves@redhat.com>
16150
16151 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16152 procedure, factored out from ...
16153 (top level): ... here. Add "set displaced-stepping" testing axis.
16154 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16155 parameter "displaced". Use it.
16156 (top level): Use foreach and add "set displaced-stepping" testing
16157 axis.
16158
ebc90b50
PA
161592015-04-10 Pedro Alves <palves@redhat.com>
16160
16161 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16162 Remove comment.
16163 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16164 both the address of the instruction that triggers the watchpoint
16165 and the address of the instruction immediately after, and use
16166 those addresses for the test. Fix comment.
16167
8f572e5c
PA
161682015-04-10 Pedro Alves <palves@redhat.com>
16169
16170 * gdb.base/sigstep.exp (breakpoint_to_handler)
16171 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16172 Test "backtrace" in handler.
16173 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16174 (top level): Add new "displaced" test axis to
16175 breakpoint_to_handler, breakpoint_to_handler_entry and
16176 breakpoint_over_handler.
16177
8d707a12
PA
161782015-04-10 Pedro Alves <palves@redhat.com>
16179
16180 PR gdb/18216
16181 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16182
ef713951
YQ
161832015-04-10 Yao Qi <yao.qi@linaro.org>
16184
16185 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16186 (test_add_rn_pc): New function.
16187 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16188 (top level): Invoke test_add_rn_pc.
16189
906d60cf
PA
161902015-04-10 Pedro Alves <palves@redhat.com>
16191
16192 PR gdb/13858
16193 * gdb.base/step-over-no-symbols.exp: New file.
16194
f2983cc3
AW
161952015-04-09 Andy Wingo <wingo@igalia.com>
16196
16197 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16198 after the Python tests.
16199
6d62641c
SDJ
162002015-04-08 Keith Seitz <keiths@redhat.com>
16201
16202 PR python/16699
16203 * gdb.python/py-completion.exp: New tests for completion.
16204 * gdb.python/py-completion.py (CompleteLimit1): New class.
16205 (CompleteLimit2): Likewise.
16206 (CompleteLimit3): Likewise.
16207 (CompleteLimit4): Likewise.
16208 (CompleteLimit5): Likewise.
16209 (CompleteLimit6): Likewise.
16210 (CompleteLimit7): Likewise.
16211
f3770638
PA
162122015-04-08 Pedro Alves <palves@redhat.com>
16213
16214 PR gdb/18214
16215 PR gdb/18216
16216 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16217 function.
16218 (main): Install it as SIGUSR1 handler.
16219 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16220 parameter. Always use "setup" as prefix. Toggle "set
16221 displaced-stepping" off/on depending on global. Don't switch to
16222 thread 1 here.
16223 (top level): Add displaced stepping "off/on" test axis. Update
16224 "setup" calls. Wrap each subtest with with_test_prefix. Test
16225 continuing with a queued signal in each thread.
16226
4496bed7
PA
162272015-04-08 Pedro Alves <palves@redhat.com>
16228
16229 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16230 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16231 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16232 Return early if running to main fails.
16233 * gdb.trace/while-stepping.exp: Likewise.
16234
b97fde92
PA
162352015-04-07 Pedro Alves <palves@redhat.com>
16236
16237 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16238 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16239 interact with inferior program.
16240
f71c18e7
PA
162412015-04-07 Pedro Alves <palves@redhat.com>
16242
16243 * lib/gdb.exp (inferior_spawn_id): New global.
16244 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16245 spawn id after processing the user code.
16246 (default_gdb_start): Set inferior_spawn_id.
16247 (send_inferior): New procedure.
16248 * lib/gdbserver-support.exp (gdbserver_start): Set
16249 inferior_spawn_id.
16250 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16251
6423214f
PA
162522015-04-07 Pedro Alves <palves@redhat.com>
16253
16254 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16255 * lib/gdbserver-support.exp (gdbserver_start): Make
16256 $server_spawn_id global.
16257 (gdbserver_start): Don't wait for gdbserver's spawn id with
16258 expect_background.
16259 (close_gdbserver): New procedure.
16260 (gdb_exit): Rename the default version and reimplement.
16261
71c0ee8c
PA
162622015-04-07 Pedro Alves <palves@redhat.com>
16263
72f4393d 16264 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16265 append the substituted item, not the original item.
16266
203bc29b
PA
162672015-04-07 Pedro Alves <palves@redhat.com>
16268
16269 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16270 gdb_expect.
16271
508a3ddf
PA
162722015-04-07 Pedro Alves <palves@redhat.com>
16273
16274 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16275 output appearing once only.
16276
9f6dbe2b
PA
162772015-04-07 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16280 that doesn't expect anything. Return early if running to main
16281 fails.
16282
337532fa
YQ
162832015-04-07 Yao Qi <yao.qi@linaro.org>
16284
16285 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16286 (child_function): Call alarm.
16287 (main): Move call to alarm into the loop.
16288 * gdb.threads/non-stop-fair-events.exp: Build program with
16289 -DTIMEOUT=$timeout.
16290
01b622d4
DE
162912015-04-06 Doug Evans <xdje42@gmail.com>
16292
16293 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16294 Fix dest parameter to board_info.
16295 (fpc_compile): Ditto.
16296 (gdb_compile_pascal): Rename dest arg to destfile.
16297
961f4160
PMR
162982015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16299
16300 * gdb.ada/funcall_ref.exp: New file.
16301 * gdb.ada/funcall_ref/foo.adb: New file.
16302
cafda597
YQ
163032015-04-02 Yao Qi <yao.qi@linaro.org>
16304
16305 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16306 is remote.
16307
fed040c6
GB
163082015-04-02 Gary Benson <gbenson@redhat.com>
16309
16310 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16311
d11916aa
SS
163122015-04-01 Sasha Smundak <asmundak@google.com>
16313
16314 * gdb.python/py-unwind-maint.c: New file.
16315 * gdb.python/py-unwind-maint.exp: New test.
16316 * gdb.python/py-unwind-maint.py: New file.
16317 * gdb.python/py-unwind.c: New file.
16318 * gdb.python/py-unwind.exp: New test.
16319 * gdb.python/py-unwind.py: New test.
16320
a1471180
PA
163212015-04-01 Pedro Alves <palves@redhat.com>
16322
16323 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16324 to fail instead of non-existent $test.
16325
0bbeccb1
PA
163262015-04-01 Pedro Alves <palves@redhat.com>
16327
16328 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16329 GDBFLAGS if not empty.
16330
3c724c8c
PMR
163312015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16332
16333 * gdb.ada/complete.exp: Remove "multi_line".
16334 * gdb.ada/info_exc.exp: Remove "multi_line".
16335 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16336 * gdb.ada/ptype_field.exp: Remove "multi_line".
16337 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16338 * gdb.ada/tagged.exp: Remove "multi_line".
16339 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16340 [multi_line ...]
16341 * gdb.btrace/delta.exp: Likewise.
16342 * gdb.btrace/exception.exp: Likewise.
16343 * gdb.btrace/function_call_history.exp: Likewise.
16344 * gdb.btrace/instruction_history.exp: Likewise.
16345 * gdb.btrace/nohist.exp: Likewise.
16346 * gdb.btrace/record_goto.exp: Likewise.
16347 * gdb.btrace/segv.exp: Likewise.
16348 * gdb.btrace/stepi.exp: Likewise.
16349 * gdb.btrace/tailcall.exp: Likewise.
16350 * gdb.btrace/unknown_functions.exp: Likewise.
16351 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16352 * lib/gdb.exp: Add the "multi_line" helper.
16353
4eec2deb
PA
163542015-04-01 Pedro Alves <palves@redhat.com>
16355
16356 * gdb.threads/tid-reuse.c: New file.
16357 * gdb.threads/tid-reuse.exp: New file.
16358
df8411da
SDJ
163592015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16360
16361 PR corefiles/16092
16362 * gdb.base/coredump-filter.c: New file.
16363 * gdb.base/coredump-filter.exp: Likewise.
16364
6ef37366
PM
163652015-03-27 Petr Machata <pmachata@redhat.com>
16366
16367 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16368 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16369 (Dwarf::assemble): Initialize them.
16370 (Dwarf::lines): New function.
16371
7ec911b0
JT
163722015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16373
16374 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16375 SYMBOL_PREFIX for x86_64-*-cygwin.
16376
ff908ebf
AW
163772015-03-26 Andy Wingo <wingo@igalia.com>
16378
16379 PR symtab/18148
16380 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16381 const_value but not a location.
16382 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16383 location defined in non-main CUs are visible.
16384
6d5f0679
YQ
163852015-03-26 Yao Qi <yao.qi@linaro.org>
16386
16387 PR testsuite/18139
16388 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16389 Add a line number entry for the same line.
16390 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16391 Add a line number entry for the same line.
16392
2898689b
YQ
163932015-03-26 Yao Qi <yao.qi@linaro.org>
16394
16395 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16396 .int 0.
16397 (func): Likewise. Add .Lfunc_1 label.
16398 Use .Lfunc_1 label.
16399 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16400 .int 0.
16401 (func): Likewise.
16402 Use .Lfunc_1 label.
16403
85180498
YQ
164042015-03-26 Yao Qi <yao.qi@linaro.org>
16405
16406 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16407 Call gdb_compile instead to compile each .s files without debug
16408 information.
16409
8aa08a8d
YQ
164102015-03-26 Yao Qi <yao.qi@linaro.org>
16411
16412 * gdb.base/savedregs.exp (process_saved_regs): Make
16413 "Saved registers:" optional in the pattern.
16414
66849923
MM
164152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16416
16417 * gdb.btrace/next.exp: Merged into step.exp.
16418 * gdb.btrace/finish.exp: Merged into step.exp.
16419 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16420 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16421 "record goto" and checking the exact replay position.
16422 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16423 check for "Recording format" in "info record" output.
16424 * gdb.btrace/record_goto.exp: Choose test file based on target.
16425 * gdb.btrace/x86-record_goto.S: Renamed into ...
16426 * gdb.btrace/x86_64-record_goto.S: ... this.
16427 * gdb.btrace/i686-record_goto.S: New.
16428 * gdb.btrace/x86-tailcall.S: Renamed into ...
16429 * gdb.btrace/x86_64-tailcall.S: ... this.
16430 * gdb.btrace/i686-tailcall.S: New.
16431 * gdb.btrace/x86-tailcall.c: Renamed into ...
16432 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16433 separate statements. Update test.
16434 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16435 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16436 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16437 * gdb.btrace/tailcall.exp: Choose test file based on target.
16438 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16439
11cc1b74
MM
164402015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16441
16442 * gdb.btrace/exception.exp: Increase BTS buffer size.
16443
a25d8bf9
PA
164442015-03-24 Pedro Alves <palves@redhat.com>
16445
16446 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16447
856e7dd6
PA
164482015-03-24 Pedro Alves <palves@redhat.com>
16449
16450 * gdb.threads/schedlock.exp (test_step): No longer expect that
16451 "set scheduler-locking step" with "next" over a function call runs
16452 threads unlocked.
16453
ad235a41
AT
164542015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16455
16456 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16457
15630549
AT
164582015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16459
16460 PR breakpoints/16466
16461 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16462 * gdb.mi/mi-pending.c (thread_func): New function.
16463 (int main): Add threading support required.
16464 * gdb.mi/mi-pending.exp: Add tests for this issue.
16465 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16466 (pendfunc2): Remove stdio dependency.
16467 * gdb.mi/mi-pendshr2.c: New file.
16468
693dca06
KS
164692015-03-23 Keith Seitz <keiths@redhat.com>
16470
16471 * gdb.linespec/keywords.c: New file.
16472 * gdb.linespec/keywords.exp: New file.
16473
7e993ebf
KS
164742015-03-23 Keith Seitz <keiths@redhat.com>
16475
16476 PR gdb/18021
16477 * gdb.dwarf2/staticvirtual.exp: New test.
16478
bc23328c
JK
164792015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16480
16481 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16482 * README: Remove HP-UX and gdb.hp.
16483 (configuration):
16484 * configure: Regenerate.
16485 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16486 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16487 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16488 gdb.hp/gdb.defects/Makefile.
16489 * gdb.hp/Makefile.in: File deleted.
16490 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16491 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16492 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16493 * gdb.hp/gdb.aCC/run.c: File deleted.
16494 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16495 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16496 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16497 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16498 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16499 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16500 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16501 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16502 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16503 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16504 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16505 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16506 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16507 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16508 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16509 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16510 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16511 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16512 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16513 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16514 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16515 * gdb.hp/gdb.compat/average.c: File deleted.
16516 * gdb.hp/gdb.compat/sum.c: File deleted.
16517 * gdb.hp/gdb.compat/xdb.c: File deleted.
16518 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16519 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16520 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16521 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16522 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16523 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16524 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16525 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16526 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16527 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16528 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16529 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16530 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16531 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16532 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16533 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16534 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16535 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16536 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16537 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16538 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16539 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16540 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16541 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16542 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16543 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16544 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16545 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16546 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16547 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16548 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16549 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16550 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16551 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16552 * gdb.hp/tools/odump: File deleted.
16553
8bf3b159
PA
165542015-03-19 Pedro Alves <palves@redhat.com>
16555
16556 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16557 (saw_thread_3): New globals.
16558 (top level): Increment them when an event for the corresponding
16559 thread is seen.
16560 (no thread starvation): New test.
16561
eb54c8bf
PA
165622015-03-19 Pedro Alves <palves@redhat.com>
16563
16564 * gdb.threads/continue-pending-status.c: New file.
16565 * gdb.threads/continue-pending-status.exp: New file.
16566
32d2e5d6
PA
165672015-03-18 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16570 Use gdb_is_target_remote instead of is_remote. Use
16571 gdb_test_multiple instead of gdb_expect. Exit early if
16572 gdb_test_multiple hits its internal matches. Tighten stepi tests
16573 expected output. Fail on exit with any signal, instead of just
16574 SIGILL.
16575
f68f11b7
YQ
165762015-03-18 Yao Qi <yao.qi@linaro.org>
16577
16578 PR tdep/18107
16579 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16580 variable.
16581 * gdb.base/catch-syscall.exp: Don't skip it on
16582 aarch64*-*-linux* target. Remove elements in all_syscalls.
16583 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16584 target.
16585 (setup_all_syscalls): New proc.
16586
ca5fd19b
YQ
165872015-03-16 Yao Qi <yao.qi@linaro.org>
16588
16589 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16590 (top level): Skip tests if valid_addr_p returns false for
16591 $cmd1 or $cmd2.
16592
85642ba0
AW
165932015-03-11 Andy Wingo <wingo@igalia.com>
16594
16595 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16596
e03f9645
YQ
165972015-03-11 Yao Qi <yao.qi@linaro.org>
16598
16599 * gdb.base/catch-syscall.exp: Fix typo in comments.
16600
5d0962b2
YQ
166012015-03-11 Yao Qi <yao.qi@linaro.org>
16602
16603 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16604
b2df3cef
PA
166052015-03-09 Pedro Alves <palves@redhat.com>
16606
16607 * dg-extract-results.py: Delete.
16608
ef878e53
PA
166092015-03-09 Pedro Alves <palves@redhat.com>
16610
16611 Merge dg-extract-results.sh from GCC upstream (r218843).
16612
16613 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16614 * dg-extract-results.sh: Use --text with grep to avoid issues with
16615 binary files. Fall back to cat -v, if that doesn't work.
16616
9494d219
PA
166172015-03-05 Pedro Alves <palves@redhat.com>
16618
16619 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16620
a8d9763a
SM
166212015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16622
16623 * lib/mi-support.exp (mi_expect_interrupt): Accept
16624 alternative event for when in all-stop mode.
16625
be9957b8
PA
166262015-03-04 Pedro Alves <palves@redhat.com>
16627
16628 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16629
d57be0f4 166302015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16631
16632 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16633
c214c7cf
AA
166342015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16635
16636 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16637 regexps for GDB's current line display, accept a hex address
16638 preceding the line number.
16639
6d74a497
AA
166402015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16641
16642 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16643 the 'arch1' variable for "s390*-linux*" targets.
16644
511aee7c
PA
166452015-03-04 Pedro Alves <palves@redhat.com>
16646
16647 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16648 (main): Pass missing retval argument to pthread_join call.
16649
95e50b27
PA
166502015-03-02 Pedro Alves <palves@redhat.com>
16651
16652 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16653 (top level): Call do_test with non-stop as well.
16654
28054d69
PA
166552015-03-02 Pedro Alves <palves@redhat.com>
16656
16657 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16658 -1.
16659
4fa5d7b4
AA
166602015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16661
16662 * gdb.arch/s390-vregs.exp: New test.
16663 * gdb.arch/s390-vregs.S: New file.
16664
97c18565
PA
166652015-02-27 Pedro Alves <palves@redhat.com>
16666
16667 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16668 call to catch_command_errors.
16669 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16670 catch_command_errors.
16671
a37bfa30
PA
166722015-02-27 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16675 "true" for boolean result.
16676 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16677 prototype of main.
16678
6f98576f
PA
166792015-02-27 Pedro Alves <palves@redhat.com>
16680
16681 * lib/unbuffer_output.c: New file.
16682 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16683 (main): Call gdb_unbuffer_output.
16684
eba5ab56
YQ
166852015-02-27 Yao Qi <yao.qi@linaro.org>
16686
16687 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16688 target.
16689
0def5aaa
DE
166902015-02-26 Doug Evans <dje@google.com>
16691
16692 * gdb.cp/class2.cc (Dbase, D): New classes.
16693 (main): New local delta.
16694 * gdb.cp/class2.exp: Test printing delta.
16695 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16696 (dynbar): New global.
16697 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16698
081a1c2c
JK
166992015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16700
16701 * gdb.compile/compile-ifunc.c: New file.
16702 * gdb.compile/compile-ifunc.exp: New file.
16703
2f41223f
AT
167042015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16705
16706 * gdb.base/structs.exp: Check for correct struct on finish.
16707
03eddd80
YQ
167082015-02-26 Yao Qi <yao.qi@linaro.org>
16709
16710 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16711 is zero.
16712
80c57053
JK
167132015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16714
16715 * gdb.arch/cordic.ko.bz2: New file.
16716 * gdb.arch/cordic.ko.debug.bz2: New file.
16717 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16718
21613c12
YQ
167192015-02-25 Yao Qi <yao.qi@linaro.org>
16720
16721 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16722 aarch64*-*-* target.
16723
d8b901ed
PA
167242015-02-23 Pedro Alves <palves@redhat.com>
16725
16726 * lib/gdb.exp (delete_breakpoints): Rewrite using
16727 gdb_test_multiple.
16728
e5b85ead
PA
167292015-02-23 Pedro Alves <palves@redhat.com>
16730
16731 * gdb.base/info-os.c: Include stdlib.h.
16732
85c3a371
DE
167332015-02-22 Doug Evans <xdje42@gmail.com>
16734
16735 PR symtab/17855
16736 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16737 is read after symbols have been re-read.
16738 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16739 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16740
96553a0c
DE
167412015-02-21 Doug Evans <dje@google.com>
16742
16743 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16744
97a0c697
JK
167452015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16746
16747 PR corefiles/17808
16748 * gdb.arch/i386-biarch-core.core.bz2: New file.
16749 * gdb.arch/i386-biarch-core.exp: New file.
16750
a47cd6e9
PA
167512015-02-21 Pedro Alves <palves@redhat.com>
16752
16753 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16754 runto_main fails.
16755
c5facdc4
PA
167562015-02-20 Pedro Alves <palves@redhat.com>
16757
16758 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16759 info probes.
16760
2db9a427
PA
167612015-02-20 Pedro Alves <palves@redhat.com>
16762
16763 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16764
60fb7e9e
PA
167652015-02-20 Pedro Alves <palves@redhat.com>
16766
16767 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16768 clean_restart before gdb_target_supports_trace.
16769
5c5019c2
PA
167702015-02-20 Pedro Alves <palves@redhat.com>
16771
16772 PR threads/18006
16773 * gdb.threads/clone-thread_db.c: New file.
16774 * gdb.threads/clone-thread_db.exp: New file.
16775
c9587f88
AT
167762015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16777
16778 PR breakpoints/16812
16779 * gdb.base/catch-gdb-caused-signals.c: New file.
16780 * gdb.base/catch-gdb-caused-signals.exp: New file.
16781
f6a88844
JM
167822015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16783
16784 * configure: Regenerated.
16785 * configure.ac: Use GDB_AC_TRANSFORM.
16786 * aclocal.m4: sinclude ../transform.m4.
16787
497c491b
JM
167882015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16789
16790 * lib/dtrace.exp: New file.
16791 * gdb.base/dtrace-probe.exp: Likewise.
16792 * gdb.base/dtrace-probe.d: Likewise.
16793 * gdb.base/dtrace-probe.c: Likewise.
16794 * lib/pdtrace.in: Likewise.
16795 * configure.ac: Output variables with the transformed names of
16796 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16797 * configure: Regenerated.
16798
03e98035
JM
167992015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16800
16801 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16802 expected message when trying to access $_probe_* convenience
16803 variables while not on a probe.
16804
63cc30e9
JK
168052015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16806
16807 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16808
0703599a
PA
168092015-02-11 Pedro Alves <pedro@codesourcery.com>
16810
16811 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16812 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16813
7e60a48e
DE
168142015-02-10 Doug Evans <xdje42@gmail.com>
16815
16816 * lib/gdb.exp (gdb_load): Always return a result.
16817
01b088bc
PA
168182015-02-10 Pedro Alves <palves@redhat.com>
16819
16820 * gdb.threads/signal-sigtrap.c: New file.
16821 * gdb.threads/signal-sigtrap.exp: New file.
16822
b05ec7a5
AT
168232015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16824
16825 * gdb.trace/no-attach-trace.c: New file.
16826 * gdb.trace/no-attach-trace.exp: New file.
16827
a2c2acaf
MW
168282015-02-09 Mark Wielaard <mjw@redhat.com>
16829
16830 * gdb.dwarf2/atomic.c: New file.
16831 * gdb.dwarf2/atomic-type.exp: Likewise.
16832
31fd9caa
MM
168332015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16834
16835 * gdb.btrace/buffer-size.exp: Update "info record" output.
16836 * gdb.btrace/delta.exp: Update "info record" output.
16837 * gdb.btrace/enable.exp: Update "info record" output.
16838 * gdb.btrace/finish.exp: Update "info record" output.
16839 * gdb.btrace/instruction_history.exp: Update "info record" output.
16840 * gdb.btrace/next.exp: Update "info record" output.
16841 * gdb.btrace/nexti.exp: Update "info record" output.
16842 * gdb.btrace/step.exp: Update "info record" output.
16843 * gdb.btrace/stepi.exp: Update "info record" output.
16844 * gdb.btrace/nohist.exp: Update "info record" output.
16845
d33501a5
MM
168462015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16847
16848 * gdb.btrace/buffer-size: New.
16849
f4abbc16
MM
168502015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16851
16852 * gdb.btrace/delta.exp: Update "info record" output.
16853 * gdb.btrace/enable.exp: Update "info record" output.
16854 * gdb.btrace/finish.exp: Update "info record" output.
16855 * gdb.btrace/instruction_history.exp: Update "info record" output.
16856 * gdb.btrace/next.exp: Update "info record" output.
16857 * gdb.btrace/nexti.exp: Update "info record" output.
16858 * gdb.btrace/step.exp: Update "info record" output.
16859 * gdb.btrace/stepi.exp: Update "info record" output.
16860 * gdb.btrace/nohist.exp: Update "info record" output.
16861
b9d61307
SM
168622015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16863
16864 PR gdb/15678
16865 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16866
e584fdbc
PA
168672015-02-06 Pedro Alves <palves@redhat.com>
16868
16869 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16870 macro.
16871 (seconds_left, again): New globals.
16872 (main): Wait seconds_left in a 1-second sleep loop instead of
16873 sleeping 180 seconds. If 'again' is set, reset the seconds
16874 counter.
16875 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16876 'again' in the inferior before detaching. Print the seconds left.
16877 (options): New global.
16878 (top level): Build program with -DTIMEOUT=$timeout.
16879
77f41761
PA
168802015-02-06 Pedro Alves <palves@redhat.com>
16881
16882 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16883 determine how many seconds to pass to 'alarm'.
16884 * gdb.base/gdb-sigterm.exp (top level): Build program with
16885 -DTIMEOUT=$timeout.
16886 (do_test): Return success/failure indication. Add more verbose
16887 logging. Don't fail if 200 single steps are seen. Instead, fail
16888 when the test times out.
16889 (passes): New global.
16890 (top level): Break the testing loop if testing fails on any
16891 iteration. Use gdb_assert.
16892
b9394193
DB
168932015-02-04 Don Breazeal <donb@codesourcery.com>
16894
16895 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16896 and initialize them.
16897 (ipc_cleanup): New function.
16898 (main): Don't declare shmid, semid, and msqid. Add a call to
16899 atexit so that we call ipc_cleanup on exit.
16900
42d9e528
PA
169012015-02-04 Pedro Alves <palves@redhat.com>
16902
16903 * boards/native-extended-gdbserver.exp: Remove any target variant
16904 specifications from the board name before clearing the isremote
16905 flag from board_info.
16906
ae6ae975
DE
169072015-01-31 Doug Evans <xdje42@gmail.com>
16908
16909 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16910
cfb069a8
GB
169112015-01-31 Gary Benson <gbenson@redhat.com>
16912
16913 * gdb.base/completion.exp: Disable completion limiting for
16914 existing tests. Add new tests to check completion limiting.
16915 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16916
5dd31d79
DE
169172015-01-31 Doug Evans <xdje42@gmail.com>
16918
16919 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16920
9f050062
DE
169212015-01-31 Doug Evans <xdje42@gmail.com>
16922
16923 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16924 entries. Duplicate file section script entries.
16925 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16926 inlined entries. Add test for safe-path rejection.
16927 * gdb.python/py-section-script.c: Add duplicate inlined section script
16928 entries. Duplicate file section script entries.
16929 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16930 inlined entries. Add test for safe-path rejection.
16931
df25ebbd
JB
169322015-01-29 Joel Brobecker <brobecker@adacore.com>
16933
16934 * gdb.ada/disc_arr_bound: New testcase.
16935
4a0ca9ec
JB
169362015-01-29 Joel Brobecker <brobecker@adacore.com>
16937
16938 * gdb.ada/mi_var_array: New testcase.
16939
3a8b707a
DE
169402015-01-27 Doug Evans <dje@google.com>
16941
16942 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16943 Add test for objfile.filename, objfile.username after objfile
16944 has been unloaded.
16945
f8313f6e
JB
169462015-01-26 Joel Brobecker <brobecker@adacore.com>
16947
16948 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16949 the second test to print the name attribute of value
16950 returned by the call to gdb.lookup_type, and adjust
16951 the expected output accordingly.
16952
37bc665e
MW
169532015-01-25 Mark Wielaard <mjw@redhat.com>
16954
16955 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16956 * gdb.base/disp-step-fork.c: Include unistd.h.
16957 * gdb.base/siginfo-obj.c: Include stdio.h.
16958 * gdb.base/siginfo-thread.c: Likewise.
16959 * gdb.mi/non-stop.c: Include unistd.h.
16960 * gdb.mi/nsthrexec.c: Include stdio.h.
16961 * gdb.mi/pthreads.c: Include unistd.h.
16962 * gdb.modula2/unbounded1.c (main): Declare returns int.
16963 * gdb.reverse/consecutive-reverse.c: Likewise.
16964 * gdb.threads/create-fail.c: Include unistd.h.
16965 * gdb.threads/killed.c: Likewise.
16966 * gdb.threads/linux-dp.c: Likewise.
16967 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16968 * gdb.threads/non-ldr-exc-2.c: Likewise.
16969 * gdb.threads/non-ldr-exc-3.c: Likewise.
16970 * gdb.threads/non-ldr-exc-4.c: Likewise.
16971 * gdb.threads/pthreads.c: Include unistd.h.
16972 (main): Declare returns int.
16973 * gdb.threads/tls-main.c (foo): New declaration.
16974 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16975
f7e5394d
SM
169762015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16977
16978 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16979 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16980
743649fd
MW
169812015-01-15 Mark Wielaard <mjw@redhat.com>
16982
16983 * gdb.base/noreturn-return.c: New file.
16984 * gdb.base/noreturn-return.exp: New file.
16985 * gdb.base/noreturn-finish.c: New file.
16986 * gdb.base/noreturn-finish.exp: New file.
16987
198297aa
PA
169882015-01-23 Pedro Alves <palves@redhat.com>
16989
16990 * gdb.threads/continue-pending-after-query.c: New file.
16991 * gdb.threads/continue-pending-after-query.exp: New file.
16992
717cf30c
AG
169932015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16994 Simon Marchi <simon.marchi@ericsson.com>
16995
16996 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16997 * gdb.base/valgrind-db-attach.exp: Same.
16998 * gdb.base/valgrind-infcall.exp: Same.
16999 * lib/mi-support.exp (default_mi_gdb_start): Same.
17000 * lib/prompt.exp (default_prompt_gdb_start): Same.
17001 * lib/gdb.exp (default_gdb_spawn): Same.
17002 (gdb_interact): New.
17003
17004
4b62a76e
JK
170052015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17006
17007 * gdb.compile/compile.exp (pointer to jit function): New test.
17008
b4cdae6f
WW
170092015-01-17 Wei-cheng Wang <cole945@gmail.com>
17010
17011 * lib/gdb.exp (supports_process_record): Return true for
17012 powerpc*-*-linux*.
17013 (supports_reverse): Likewise.
17014
d221e7ef
DB
170152015-01-15 Don Breazeal <donb@codesourcery.com>
17016
17017 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17018 instead of checking whether the target board is remote and
17019 use spawn_wait_for_attach instead of exec/sleep.
17020 * gdb.base/attach-twice.exp: Likewise.
17021
bafffb51
JB
170222015-01-15 Joel Brobecker <brobecker@adacore.com>
17023
17024 * gdb.ada/var_arr_attrs: New testcase.
17025
5589af0e
PA
170262015-01-14 Pedro Alves <palves@redhat.com>
17027 Joel Brobecker <brobecker@adacore.com>
17028
17029 PR gdb/17525
17030 * gdb.base/bp-cmds-execution-x-script.c: New file.
17031 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17032 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17033
6c400b59
PA
170342015-01-14 Pedro Alves <palves@redhat.com>
17035
17036 PR cli/17828
17037 * gdb.base/batch-preserve-term-settings.c: New file.
17038 * gdb.base/batch-preserve-term-settings.exp: New file.
17039
e02c96a7
DE
170402015-01-13 Doug Evans <dje@google.com>
17041
17042 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17043 binary.
17044
576fd14c
JB
170452015-01-13 Joel Brobecker <brobecker@adacore.com>
17046
17047 * Makefile.in (clean mostlyclean): Do not delete *.py.
17048
04dccad0
JB
170492015-01-13 Joel Brobecker <brobecker@adacore.com>
17050
17051 * gdb.python/py-lookup-type.exp: New file.
17052
3d230f71
PA
170532015-01-12 Pedro Alves <palves@redhat.com>
17054
17055 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17056 restore GDBFLAGS before returning.
17057
7e67715d
JK
170582015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17059
17060 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17061 is_amd64_regs_target and is_x86_like_target.
17062
f2e0d4b4
DE
170632015-01-11 Doug Evans <xdje42@gmail.com>
17064
17065 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17066 is given without an explicit form.
17067 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17068 attributes.
17069 * gdb.dwarf/corrupt.exp: Ditto.
17070 * gdb.dwarf2/enum-type.exp: Ditto.
17071 * gdb.trace/entry-values.exp: Ditto.
17072 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17073
439250fb
DE
170742015-01-11 Doug Evans <xdje42@gmail.com>
17075
17076 PR gdb/15830
17077 * gdb.base/maint.exp: Remove references to "maint demangle".
17078 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17079 Add tests for explicitly specifying language to demangle.
17080 * gdb.dlang/demangle.exp: Ditto.
17081
ede9f622
PA
170822015-01-09 Pedro Alves <palves@redhat.com>
17083
17084 * gdb.threads/non-stop-fair-events.c: New file.
17085 * gdb.threads/non-stop-fair-events.exp: New file.
17086
a7b796db
PA
170872015-01-09 Pedro Alves <palves@redhat.com>
17088
17089 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17090 the global scope. Set a breakpoint after all threads are started
17091 rather than stepping over two source lines. Expect the prompt.
17092 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17093 global.
17094 (NUM): Now 15.
17095 (main): Use threads_started_barrier to wait for all threads to
17096 start. Main thread no longer calls thread_function. Exit after
17097 180 seconds.
17098 (loop): New function.
17099 (thread_function): Wait on threads_started_barrier barrier. Call
17100 'loop' at each iteration.
17101 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17102 threads have started, instead of hardcoding number of "next"
17103 steps. Use an access watchpoint instead of a write watchpoint.
17104
9665ffdd
PA
171052015-01-09 Pedro Alves <palves@redhat.com>
17106
17107 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17108 (thread_func): Wait on barrier.
17109 (main): Wait for all threads to start before stopping GDB.
17110 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17111 global.
17112 (thread1_func, thread2_func): Wait on barrier.
17113 (main): Wait for all threads to start before stopping GDB.
17114 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17115 New global.
17116 (thread1_func, thread2_func): Wait on barrier.
17117 (main): Wait for all threads to start before stopping GDB.
17118
c945a99f
PA
171192015-01-09 Pedro Alves <palves@redhat.com>
17120
17121 * gdb.threads/attach-many-short-lived-threads.c: New file.
17122 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17123
c1a747c1
PA
171242014-01-09 Pedro Alves <palves@redhat.com>
17125
17126 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17127 instead of to thread 2.
17128 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17129 Add barrier around each pthread_create call instead of around all
17130 calls.
17131 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17132 Set a break on thread_function and have the child threads hit it
17133 one at at a time.
17134
60b3033e
PA
171352015-01-09 Pedro Alves <palves@redhat.com>
17136
17137 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17138 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17139 false.
17140 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17141 checking whether the target board is remote.
17142 * gdb.multi/multi-attach.exp: Likewise.
17143 * gdb.python/py-sync-interp.exp: Likewise.
17144 * gdb.server/ext-attach.exp: Likewise.
17145 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17146 tests that need to attach, instead of checking whether the target
17147 board is remote at the top of the file.
17148
acc018ac
YQ
171492015-01-08 Yao Qi <yao@codesourcery.com>
17150
17151 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17152
50a18af8
JK
171532015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17154
17155 Fix testcase compilation.
17156 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17157
8503d6e1
JB
171582015-01-06 Joel Brobecker <brobecker@adacore.com>
17159
17160 * gdb.python/py-type.exp: Add a couple test about empty
17161 array creation, and negative-length array creation.
17162
cc73dbcc
DE
171632015-01-02 Doug Evans <xdje42@gmail.com>
17164
17165 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17166
0300bbc7
DE
171672015-01-02 Doug Evans <dje@google.com>
17168
17169 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17170
9d85a0ec
YQ
171712014-12-29 Yao Qi <yao@codesourcery.com>
17172
17173 * gdb.trace/entry-values.exp: Update comments. Rename variable
17174 bar_call_foo to returned_from_foo.
17175
87186c6a
MMN
171762014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17177
17178 PR gdb/17394
17179 * gdb.linespec/break-asm-file.c: New file.
17180 * gdb.linespec/break-asm-file.exp: New file.
17181 * gdb.linespec/break-asm-file0.s: New file.
17182 * gdb.linespec/break-asm-file1.s: New file.
17183
1bab7383
YQ
171842014-12-18 Nigel Stephens <nigel@mips.com>
17185 Maciej W. Rozycki <macro@codesourcery.com>
17186
17187 * gdb.base/float.exp: Handle the new output from "info float" on
17188 MIPS targets.
17189
1bc1068a
JK
171902014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17191
17192 Fix MinGW compilation.
17193 * gdb.compile/compile-ops.exp: Update untested message if
17194 !skip_compile_feature_tests.
17195 * gdb.compile/compile-setjmp.exp: Likewise.
17196 * gdb.compile/compile-tls.exp: Likewise.
17197 * gdb.compile/compile.exp: Likewise.
17198 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17199 supported on this host".
17200
b6615d10
DE
172012014-12-16 Doug Evans <xdje42@gmail.com>
17202
17203 * boards/stabs.exp: New file.
17204
25dda427
AA
172052014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17206
17207 * gdb.base/completion.exp: Adjust to format changes of "maint
17208 print user-registers".
17209
bf330350
CU
172102014-12-16 Catalin Udma <catalin.udma@freescale.com>
17211
17212 PR server/17457
17213 * gdb.arch/aarch64-fp.c: New file.
17214 * gdb.arch/aarch64-fp.exp: New file.
17215
395cf596
SDJ
172162014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17217
17218 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17219 r210637, r210913, r211666, r215400, r215817).
17220
17221 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17222 * dg-extract-results.py: New file.
17223 * dg-extract-results.sh: Use it if the environment seems
17224 suitable.
17225
17226 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17227
17228 * dg-extract-results.py (parse_run): Handle warnings that
17229 are printed before a test harness is run.
17230
17231 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17232
17233 * dg-extract-results.py (Named): Remove __cmp__ method.
17234 (output_variation): Use a key to sort variation.harnesses.
17235
17236 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17237
17238 * dg-extract-results.py: For Python 3, force sys.stdout to
17239 handle surrogate escape sequences.
17240 (safe_open): New function.
17241 (output_segment, main): Use it.
17242
17243 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17244
17245 * dg-extract-results.py (Prog.result_re): Include options
17246 in test name.
17247
17248 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17249
17250 * dg-extract-results.py (output_variation): Always sort if
17251 do_sum.
17252
e882ef3c
SM
172532014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17254
17255 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17256 as long as we get pagination notifications.
17257
4992aa20
JM
172582014-12-15 Jason Merrill <jason@redhat.com>
17259
17260 * Makefile.in (check-gdb.%): Restore.
17261 * README: Mention it.
17262
c1b5a1a6
JB
172632014-12-13 Joel Brobecker <brobecker@adacore.com>
17264
17265 * gdb.ada/str_uninit: New testcase.
17266
5537b577
JK
172672014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17268
17269 PR symtab/17642
17270 * gdb.base/vla-stub-define.c: New file.
17271 * gdb.base/vla-stub.c: New file.
17272 * gdb.base/vla-stub.exp: New file.
17273
bb2ec1b3
TT
172742014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17275 Jan Kratochvil <jan.kratochvil@redhat.com>
17276 Tom Tromey <tromey@redhat.com>
17277
17278 * configure.ac: Add gdb.compile/.
17279 * configure: Regenerate.
17280 * gdb.compile/Makefile.in: New file.
17281 * gdb.compile/compile-ops.exp: New file.
17282 * gdb.compile/compile-ops.c: New file.
17283 * gdb.compile/compile-tls.c: New file.
17284 * gdb.compile/compile-tls.exp: New file.
17285 * gdb.compile/compile-constvar.S: New file.
17286 * gdb.compile/compile-constvar.c: New file.
17287 * gdb.compile/compile-mod.c: New file.
17288 * gdb.compile/compile-nodebug.c: New file.
17289 * gdb.compile/compile-setjmp-mod.c: New file.
17290 * gdb.compile/compile-setjmp.c: New file.
17291 * gdb.compile/compile-setjmp.exp: New file.
17292 * gdb.compile/compile-shlib.c: New file.
17293 * gdb.compile/compile.c: New file.
17294 * gdb.compile/compile.exp: New file.
17295 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17296
4ff709eb
TT
172972014-12-12 Tom Tromey <tromey@redhat.com>
17298
17299 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17300 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17301
6dddd6a5
DE
173022014-12-12 Doug Evans <dje@google.com>
17303
17304 * lib/gdb-python.exp (get_python_valueof): New function.
17305 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17306
71c24708
AA
173072014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17308
17309 * gdb.base/completion.exp: Add test for completion of "info
17310 registers ".
17311
3e29f34a
MR
173122014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17313
17314 * gdb.base/func-ptrs.c: New file.
17315 * gdb.base/func-ptrs.exp: New file.
17316
fc126975
SM
173172014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17318
17319 PR breakpoints/17012
17320 * gdb.base/dprintf-detach.c: New file.
17321 * gdb.base/dprintf-detach.exp: New file.
17322
0a46d518
SM
173232014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17324
17325 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17326 * lib/gdb.exp (target_is_gdbserver): New procedure.
17327
a0be3e44
DE
173282014-12-08 Doug Evans <dje@google.com>
17329
17330 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17331
df1b803a
YQ
173322014-12-05 Yao Qi <yao@codesourcery.com>
17333
17334 * gdb.guile/scm-error.exp: Remove the third argument to
17335 gdb_remote_download.
17336 * gdb.guile/scm-frame-args.exp: Likewise.
17337 * gdb.guile/scm-section-script.exp: Likewise.
17338
ddb9f679
YQ
173392014-12-05 Yao Qi <yao@codesourcery.com>
17340
17341 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17342
86e4ed39
DE
173432014-12-04 Doug Evans <dje@google.com>
17344
17345 * gdb.python/py-objfile.exp: Add tests for
17346 objfile.add_separate_debug_file.
17347
7c50a931
DE
173482014-12-04 Doug Evans <dje@google.com>
17349
17350 * lib/gdb.exp (get_build_id): New function.
17351 (build_id_debug_filename_get): Rewrite to use it.
17352 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17353
621661e3
MR
173542014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17355
17356 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17357 `method(long)', not just 0x0.
17358 * gdb.cp/nsalias.exp: Align code labels to 4.
17359 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17360 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17361 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17362 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17363 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17364 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17365
29f0c3b7
DE
173662014-12-02 Doug Evans <dje@google.com>
17367
e1e061e7 17368 PR symtab/17602
29f0c3b7 17369 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17370 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17371 * gdb.cp/anon-ns.exp: Update.
17372
162078c8
NB
173732014-12-02 Nick Bull <nicholaspbull@gmail.com>
17374
17375 * gdb.python/py-events.py (inferior_call_handler): New.
17376 (register_changed_handler, memory_changed_handler): New.
17377 (test_events.invoke): Register new handlers.
17378 * gdb.python/py-events.exp: Add tests for inferior call,
17379 memory_changed and register_changed events.
17380
fdb09caf
AA
173812014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17382
17383 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17384 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17385 if the linker doesn't understand this.
17386
55cfb2c4
SM
173872014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17388
17389 * gdb.python/python.exp: Change expected reply to help().
17390
9e8cd6df
YQ
173912014-12-01 Yao Qi <yao@codesourcery.com>
17392
17393 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17394 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17395 * configure: Re-generated.
17396
6c659fc2
SC
173972014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17398
17399 * gdb.cp/chained-calls.cc: New file.
17400 * gdb.cp/chained-calls.exp: New file.
17401 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17402
d7fc3181
SM
174032014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17404
17405 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17406 * gdb.dwarf2/symtab-producer.exp: Same.
17407 * gdb.gdb/python-interrupts.exp: Same.
17408 * gdb.gdb/python-selftest.exp: Same.
17409 * gdb.python/py-linetable.exp: Same.
17410 * gdb.python/py-type.exp: Same.
17411 * gdb.python/py-value-cc.exp: Same.
17412 * gdb.python/py-value.exp: Same.
17413
10e79639
YQ
174142014-11-28 Yao Qi <yao@codesourcery.com>
17415
17416 * gdb.base/break-probes.exp: Match library name prefixed with
17417 sysroot.
17418
f28a0564
SM
174192014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17420
17421 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17422 test expected output. Add parentheses for the call to print.
17423 Remove L suffix from integers.
17424
3fe1ce1d
DE
174252014-11-26 Doug Evans <dje@google.com>
17426
17427 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17428
84429e27
YQ
174292014-11-22 Yao Qi <yao@codesourcery.com>
17430
17431 * gdb.trace/entry-values.c: Remove asms.
17432 (foo): Add foo_label.
17433 (bar): Add bar_label.
17434 * gdb.trace/entry-values.exp: Remove code computing foo's
17435 length and bar's length.
17436 (Dwarf::assemble): Invoke function_range for bar and use
17437 MACRO_AT_func for foo.
17438
26741859
YQ
174392014-11-22 Yao Qi <yao@codesourcery.com>
17440
17441 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17442 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17443 Use .Lgcc43_procstart instead of gcc43.
17444
45e44d27
JB
174452014-11-21 Joel Brobecker <brobecker@adacore.com>
17446
17447 * gdb.ada/n_arr_bound: New testcase.
17448
458c8db8
SDJ
174492014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17450
17451 PR breakpoints/10737
17452 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17453 test_catch_syscall_multi_arch.
17454 (test_catch_syscall_multi_arch): New function.
17455
43f3e411
DE
174562014-11-20 Doug Evans <xdje42@gmail.com>
17457
17458 * gdb.base/maint.exp: Update expected output.
17459
0d7b2549
AA
174602014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17461
17462 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17463 4-byte instruction on S390.
17464
8908fca5
JB
174652014-11-19 Joel Brobecker <brobecker@adacore.com>
17466
17467 * gdb.ada/arr_arr: New testcase.
17468
4a46959e
JB
174692014-11-19 Joel Brobecker <brobecker@adacore.com>
17470
17471 * gdb.ada/pkd_arr_elem: New Testcase.
17472
470e2f4e
LM
174732014-11-18 Luis Machado <lgustavo@codesourcery.com>
17474
17475 * gdb.reverse/break-precsave: Expect completion message for
17476 core file reads.
17477 * gdb.reverse/consecutive-precsave.exp: Likewise.
17478 * gdb.reverse/finish-precsave.exp: Likewise.
17479 * gdb.reverse/i386-precsave.exp: Likewise.
17480 * gdb.reverse/machinestate-precsave.exp: Likewise.
17481 * gdb.reverse/sigall-precsave.exp: Likewise.
17482 * gdb.reverse/solib-precsave.exp: Likewise.
17483 * gdb.reverse/step-precsave.exp: Likewise.
17484 * gdb.reverse/until-precsave.exp: Likewise.
17485 * gdb.reverse/watch-precsave.exp: Likewise.
17486
a267f3ad
AA
174872014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17488
17489 * gdb.base/bp-permanent.c: Include unistd.h.
17490 * gdb.python/py-framefilter-mi.c (main): Add return type.
17491 * gdb.python/py-framefilter.c (main): Likewise.
17492 * gdb.trace/actions-changed.c (main): Likewise.
17493
12084a9a
AA
174942014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17495
17496 * gdb.mi/until.c: Add eye-catchers.
17497 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17498 line numbers.
17499
dc7e1a77
AA
175002014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17501
17502 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17503 function header variants in break1.c.
17504 * gdb.base/ena-dis-br.exp: Likewise.
17505 * gdb.base/hbreak2.exp: Likewise.
17506 * gdb.reverse/until-precsave.exp: Drop references to removed
17507 non-prototype function header variants in ur1.c.
17508 * gdb.reverse/until-reverse.exp: Likewise.
17509
41c77605
PM
175102014-11-17 Petr Machata <pmachata@redhat.com>
17511
17512 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17513 ${_cu_offset_size} bytes abbrev offset.
17514
34248c3a
DE
175152014-11-15 Doug Evans <xdje42@gmail.com>
17516
17517 PR symtab/17559
17518 * gdb.base/line-symtabs.exp: New file.
17519 * gdb.base/line-symtabs.c: New file.
17520 * gdb.base/line-symtabs.h: New file.
17521
646da059
YQ
175222014-11-14 Yao Qi <yao@codesourcery.com>
17523
17524 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17525 (func): Add label func_label.
17526 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17527 Replace low_pc and high_pc with MACRO_AT_range.
17528 Replace name, low_pc and high_pc with MACRO_AT_func.
17529
9301ebe6
YQ
175302014-11-14 Yao Qi <yao@codesourcery.com>
17531
17532 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17533 Replace name, low_pc and high_pc with MACRO_AT_func.
17534
f166b542
YQ
175352014-11-14 Yao Qi <yao@codesourcery.com>
17536
17537 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17538 produce debug information.
17539 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17540
0f6e71e3
YQ
175412014-11-14 Yao Qi <yao@codesourcery.com>
17542
17543 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17544 object and get function length.
17545 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17546 with MACRO_AT_func.
17547 (top-level): Replace gdb_compile and clean_restart with
17548 prepare_for_testing.
17549 * gdb.dwarf2/main.c (main): Add label main_label.
17550
876c4df9
YQ
175512014-11-14 Yao Qi <yao@codesourcery.com>
17552
17553 * lib/dwarf.exp (function_range): New procedure.
17554 (Dwarf::_handle_macro_at_func): New procedure.
17555 (Dwarf::_handle_macro_at_range): New procedure.
17556 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17557
02ad9cf1
YQ
175582014-11-14 Yao Qi <yao@codesourcery.com>
17559
17560 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17561 (_handle_attribute): New procedure.
17562
a59add0c
AA
175632014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17564
17565 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17566 * gdb.base/call-sc.c (zed): Likewise.
17567 * gdb.base/checkpoint.c (main): Likewise.
17568 * gdb.base/dump.c (main): Likewise.
17569 * gdb.base/gcore.c (main): Likewise.
17570 * gdb.base/huge.c (main): Likewise.
17571 * gdb.base/multi-forks.c (main): Likewise.
17572 * gdb.base/pr10179-a.c (main): Likewise.
17573 * gdb.base/savedregs.c (main): Likewise.
17574 * gdb.base/sigaltstack.c (main): Likewise.
17575 * gdb.base/siginfo.c (main): Likewise.
17576 * gdb.base/structs.c (zed): Likewise.
17577 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17578 * gdb.mi/mi-syn-frame.c (main): Likewise.
17579 * gdb.mi/until.c (foo, main): Likewise.
17580 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17581 * gdb.base/solib-weak.c (foo): Declare.
17582 * gdb.base/attach-twice.c: Include stdio.h.
17583 * gdb.base/weaklib1.c: Likewise.
17584 * gdb.base/weaklib2.c: Likewise.
17585 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17586 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17587 unistd.h.
17588 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17589 * gdb.mi/mi-exit-code.c: Likewise.
17590 * gdb.base/break-interp-lib.c: Include string.h.
17591 * gdb.base/coremaker.c: Likewise.
17592 * gdb.base/testenv.c: Likewise.
17593 * gdb.python/py-finish-breakpoint.c: Likewise.
17594 * gdb.base/inferior-died.c: Include sys/wait.h.
17595 * gdb.base/fileio.c: Include time.h.
17596 * gdb.base/async-shell.c: Include unistd.h.
17597 * gdb.base/dprintf-non-stop.c: Likewise.
17598 * gdb.base/info-os.c: Likewise.
17599 * gdb.mi/mi-console.c: Likewise.
17600 * gdb.mi/watch-nonstop.c: Likewise.
17601 * gdb.python/py-events.c: Likewise.
17602 * gdb.base/async.c (baz): Move up before its invocation.
17603 * gdb.base/code_elim2.c (my_global_func): Likewise.
17604 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17605 * gdb.base/advance.c (func2): Likewise.
17606
3b5d5997
AA
176072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17608
17609 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17610 variant.
17611 * gdb.base/annota3.c: Likewise.
17612 * gdb.base/async.c: Likewise.
17613 * gdb.base/average.c: Likewise.
17614 * gdb.base/call-ar-st.c: Likewise.
17615 * gdb.base/call-rt-st.c: Likewise.
17616 * gdb.base/call-sc.c: Likewise.
17617 * gdb.base/call-strs.c: Likewise.
17618 * gdb.base/ending-run.c: Likewise.
17619 * gdb.base/execd-prog.c: Likewise.
17620 * gdb.base/exprs.c: Likewise.
17621 * gdb.base/foll-exec.c: Likewise.
17622 * gdb.base/foll-fork.c: Likewise.
17623 * gdb.base/foll-vfork.c: Likewise.
17624 * gdb.base/funcargs.c: Likewise.
17625 * gdb.base/gcore.c: Likewise.
17626 * gdb.base/jump.c: Likewise.
17627 * gdb.base/langs0.c: Likewise.
17628 * gdb.base/langs1.c: Likewise.
17629 * gdb.base/langs2.c: Likewise.
17630 * gdb.base/mips_pro.c: Likewise.
17631 * gdb.base/nodebug.c: Likewise.
17632 * gdb.base/opaque0.c: Likewise.
17633 * gdb.base/opaque1.c: Likewise.
17634 * gdb.base/recurse.c: Likewise.
17635 * gdb.base/run.c: Likewise.
17636 * gdb.base/scope0.c: Likewise.
17637 * gdb.base/scope1.c: Likewise.
17638 * gdb.base/setshow.c: Likewise.
17639 * gdb.base/setvar.c: Likewise.
17640 * gdb.base/shmain.c: Likewise.
17641 * gdb.base/shr1.c: Likewise.
17642 * gdb.base/shr2.c: Likewise.
17643 * gdb.base/sigall.c: Likewise.
17644 * gdb.base/signals.c: Likewise.
17645 * gdb.base/so-indr-cl.c: Likewise.
17646 * gdb.base/solib2.c: Likewise.
17647 * gdb.base/structs.c: Likewise.
17648 * gdb.base/sum.c: Likewise.
17649 * gdb.base/vforked-prog.c: Likewise.
17650 * gdb.base/watchpoint.c: Likewise.
17651 * gdb.reverse/shr2.c: Likewise.
17652 * gdb.reverse/until-reverse.c: Likewise.
17653 * gdb.reverse/ur1.c: Likewise.
17654 * gdb.reverse/watch-reverse.c: Likewise.
17655
066a77c5
AA
176562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17657
17658 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17659 variant.
17660 * gdb.base/sepdebug.exp: Drop references to removed code.
17661
4f204ea5
AA
176622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17663
17664 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17665 variant. Preserve original line numbering.
17666 * gdb.base/list1.c: Likewise.
17667
3b377a3a
AA
176682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17669
17670 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17671 variant.
17672 * gdb.base/break1.c: Likewise.
17673 * gdb.base/break.exp: Drop references to removed code.
17674
e444df73
AA
176752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17676
17677 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17678 variant.
17679
8008f2a7
AA
176802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17681
17682 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17683
a5a06887
AA
176842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17685
17686 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17687 logic into perform_all_tests() and invoke it with and without
17688 function header prototypes.
17689 (do_function_calls): Remove conditional XFAIL for PR 5318.
17690 (rerun_and_prepare): Remove duplicate code.
17691 (perform_all_tests): New. Main logic moved here.
17692
44dba9b9
AA
176932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17694
17695 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17696 code guarded by #ifdef NO_PROTOTYPES.
17697 (t_double_many_args): Likewise.
17698 (DEF_FUNC_MANY_ARGS_1): Likewise.
17699 (DEF_FUNC_VALUES_1): Likewise.
17700 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17701 guarded by #ifdef PROTOTYPES.
17702
d1fbcd56
AA
177032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17704
17705 * gdb.mi/mi-console.c: Add eye-catcher.
17706 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17707 instead of literal line number.
17708
b0e59b8f
AA
177092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17710
17711 * gdb.base/shr2.c: Add eye-catcher.
17712 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17713 line number.
17714
78f98cca
AA
177152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17716
17717 * gdb.base/jump.c: Add eye-catchers.
17718 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17719 numbers.
17720
58fa2af0
AA
177212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17722
17723 * gdb.base/execd-prog.c: Add eye-catchers.
17724 * gdb.base/foll-exec.c: Likewise.
17725 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17726 line numbers.
17727
04e5059b
AA
177282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17729
17730 * gdb.base/ending-run.c: Add eye-catchers.
17731 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17732 literal line numbers.
17733
dbfdb174
AA
177342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17735
17736 * gdb.base/call-rt-st.c: Add eye-catchers.
17737 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17738 literal line numbers.
17739
888a2ade
AA
177402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17741
17742 * gdb.base/call-ar-st.c: Add eye-catchers.
17743 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17744 literal line numbers.
17745
6acc2dde
AA
177462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17747
17748 * gdb.base/average.c: Add eye-catchers.
17749 * gdb.base/sum.c: Likewise.
17750 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17751 regexps dynamically.
17752
9ecfcd1d
AA
177532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17754
17755 * gdb.base/solib1.c: Add eye-catchers.
17756 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17757 literal line numbers.
17758
78708b7c
PA
177592014-11-12 Pedro Alves <palves@redhat.com>
17760
17761 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17762 leader has exited.
17763
af48d08f
PA
177642014-11-12 Pedro Alves <palves@redhat.com>
17765
17766 * gdb.arch/i386-bp_permanent.c: New file.
17767 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17768 (srcfile): Set to i386-bp_permanent.c.
17769 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17770 that stepi does not execute the 'leave' instruction, instead of
17771 testing it does execute.
17772 * gdb.base/bp-permanent.c: New file.
17773 * gdb.base/bp-permanent.exp: New file.
17774
af3768e9
DE
177752014-11-10 Doug Evans <xdje42@gmail.com>
17776
17777 PR symtab/17564
17778 * gdb.base/symtab-search-order.exp: New file.
17779 * gdb.base/symtab-search-order.c: New file.
17780 * gdb.base/symtab-search-order-1.c: New file.
17781 * gdb.base/symtab-search-order-shlib-1.c: New file.
17782
9de00a4a
PA
177832014-11-07 Pedro Alves <palves@redhat.com>
17784
17785 PR gdb/17511
17786 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17787 i?86-*-linux*.
17788
e0f52461
SC
177892014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17790
17791 PR c++/17494
17792 * gdb.cp/pr17494.cc: New file.
17793 * gdb.cp/pr17494.exp: New file.
17794
6ce8c980
YQ
177952014-11-02 Yao Qi <yao@codesourcery.com>
17796
17797 * gdb.python/python.exp: Get working directory and match the
17798 output of "set extended-prompt \\w " with it.
17799
02be9a71
DE
178002014-10-30 Doug Evans <dje@google.com>
17801
17802 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17803 in objfiles.
17804 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17805 in progspaces.
17806
3bdff46b
LM
178072014-10-30 Janis Johnson <janisjo@codesourcery.com>
17808
17809 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17810 * gdb.base/realname-expand.exp: Likewise.
17811 * gdb.linespec/macro-relative.exp: Likewise.
17812
ab917dfb
PA
178132014-10-29 Pedro Alves <palves@redhat.com>
17814
17815 PR gdb/17408
17816 * gdb.threads/schedlock.c (some_function): New function.
17817 (call_function): New global.
17818 (MAYBE_CALL_SOME_FUNCTION): New macro.
17819 (thread_function): Call it.
17820 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17821 and use it instead of a global counter. Adjust all callers.
17822 (get_current_thread): Use "find current thread" for test message
17823 here rather than having all callers pass down the same string.
17824 (goto_loop): New procedure, factored out from ...
17825 (my_continue): ... this.
17826 (step_ten_loops): Change parameter from test message to command to
17827 use. Adjust.
17828 (list_count): Delete global.
17829 (check_result): New procedure, factored out from duplicate top
17830 level code.
17831 (continue tests): Wrap in with_test_prefix.
17832 (test_step): New procedure, factored out from duplicate top level
17833 code.
17834 (top level): Test "step" in combination with all scheduler-locking
17835 modes. Test "next" in combination with all scheduler-locking
17836 modes, and in combination with stepping over a function call or
17837 not.
17838 * gdb.threads/next-bp-other-thread.c: New file.
17839 * gdb.threads/next-bp-other-thread.exp: New file.
17840
d3d4baed
PA
178412014-10-29 Pedro Alves <palves@redhat.com>
17842
17843 PR python/17372
17844 * gdb.python/python.exp: Test a multi-line command that spawns
17845 interactive Python.
17846 * gdb.base/multi-line-starts-subshell.exp: New file.
17847
563e8d85
YQ
178482014-10-29 Yao Qi <yao@codesourcery.com>
17849
17850 * gdb.base/fileio.exp: Make directories on host.
17851
0ea4d52e
YQ
178522014-10-29 Yao Qi <yao@codesourcery.com>
17853
17854 * gdb.base/fileio.c (test_write): Close the file.
17855
7f5ef605
PA
178562014-10-28 Pedro Alves <palves@redhat.com>
17857
17858 PR gdb/12623
17859 * gdb.base/sigstep.c (no_handler): New global.
17860 (main): If 'no_handler is true, set the signal handlers to
17861 SIG_IGN.
17862 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17863 with_sw_watch and no_handler parameters. Handle them.
17864 (top level) <stepping over handler when stopped at a breakpoint
17865 test>: Add a test axis for testing with a software watchpoint, and
17866 another for testing with the signal handler set to SIG_IGN.
17867 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17868 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17869
abbdbd03
PA
178702014-10-28 Pedro Alves <palves@redhat.com>
17871
17872 PR gdb/17511
17873 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17874 * gdb.base/sigstep.exp (other_handler_location): New global.
17875 (advance): Support stepping into the signal handler, and running
17876 commands while in the handler.
17877 (in_handler_map): New global.
17878 (top level): In the advance test, add combinations for getting
17879 into the handler with stepping commands, and for running commands
17880 in the handler. Add comment descripting the advancei tests.
17881
1df4399f
PA
178822014-10-28 Pedro Alves <palves@redhat.com>
17883
17884 * gdb.base/sigstep.exp: Use build_executable instead of
17885 prepare_for_testing.
17886 (top level): Move code that starts GDB, runs to main and creates a
17887 display to ...
17888 (restart): ... this new procedure.
17889 (top level): Move backtrace from signal handler test to ...
17890 (validate_backtrace): ... this new procedure.
17891 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17892 with_test_prefix. Always restart GDB.
17893 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17894 with_test_prefix. Always restart GDB. No need to delete
17895 breakpoints after the test.
17896 (test_skip_handler): Remove prefix parameter.
17897 (skip_over_handler, breakpoint_to_handler)
17898 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17899 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17900 restart GDB. No need to delete breakpoints after the test.
17901 (top level): Use foreach to call the test procedures with
17902 different commands.
17903
a5b6e449
PA
179042014-10-28 Pedro Alves <palves@redhat.com>
17905
17906 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17907 instead of GNATS numbers.
17908 * gdb.base/sigbpt.exp: Likewise.
17909 * gdb.base/siginfo.exp: Likewise.
17910 * gdb.base/sigstep.exp: Likewise.
17911
e5f8a7cc
PA
179122014-10-27 Pedro Alves <palves@redhat.com>
17913
17914 * gdb.base/sigstep.c (dummy): New global.
17915 (main): Issue a couple writes to the new global.
17916 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17917 procedures.
17918 (skip_over_handler): Use test_skip_handler.
17919 (top level): Call skip_over_handler for stepi and nexti too.
17920 (breakpoint_over_handler): Use test_skip_handler.
17921 (top level): Call breakpoint_over_handler for stepi and nexti too.
17922
763905a3
YQ
179232014-10-27 Yao Qi <yao@codesourcery.com>
17924
17925 * gdb.trace/tfile.c (adjust_function_address)
17926 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17927 function descriptor.
17928
6f259a23
DB
179292014-10-24 Don Breazeal <donb@codesourcery.com>
17930
17931 * gdb.base/foll-fork.exp (test_follow_fork,
17932 catch_fork_child_follow): Check for updated fork messages emitted
17933 from infrun.c.
17934 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17935 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17936 vfork_and_exec_child_follow_through_step): Check for updated vfork
17937 messages emitted from infrun.c.
17938
09dd9a69
PA
179392014-10-24 Pedro Alves <palves@redhat.com>
17940
17941 * gdb.base/corefile.exp: Remove references to ultrix.
17942 * gdb.base/interrupt.exp: Likewise.
17943 * gdb.base/whatis.exp: Likewise.
17944 * gdb.gdb/selftest.exp: Likewise.
17945 * gdb.threads/manythreads.exp: Likewise.
17946 * gdb.threads/print-threads.exp: Likewise.
17947 * gdb.threads/pthreads.exp:: Likewise.
17948 * gdb.threads/schedlock.exp: Likewise.
17949
3433cfa5
SC
179502014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17951
17952 * gdb.cp/non-trivial-retval.cc: Add a test case.
17953 * gdb.cp/non-trivial-retval.exp: Add a test.
17954
092f880b
YQ
179552014-10-20 Yao Qi <yao@codesourcery.com>
17956
17957 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17958 * gdb.python/py-objfile-script-gdb.py: New file.
17959 * gdb.python/py-objfile-script.exp: Update reference to
17960 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17961 of remote_download. Remove the dest file.
17962
acbdb7f3
YQ
179632014-10-20 Yao Qi <yao@codesourcery.com>
17964
17965 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17966 * gdb.base/step-line.exp: Likewise.
17967 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17968 * gdb.dwarf2/dw2-basic.exp: Likewise.
17969 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17970 * gdb.dwarf2/dw2-filename.exp: Likewise.
17971 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17972 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17973 * gdb.dwarf2/dw2-producer.exp: Likewise.
17974 * gdb.dwarf2/mac-fileno.exp: Likewise.
17975 * gdb.python/py-frame-args.exp: Likewise.
17976 * gdb.python/py-framefilter.exp: Likewise.
17977 * gdb.python/py-mi.exp: Likewise.
17978 * gdb.python/py-objfile-script.exp: Likewise
17979 * gdb.python/py-pp-integral.exp: Likewise.
17980 * gdb.python/py-pp-re-notag.exp: Likewise.
17981 * gdb.python/py-prettyprint.exp: Likewise.
17982 * gdb.python/py-section-script.exp: Likewise.
17983 * gdb.python/py-typeprint.exp: Likewise.
17984 * gdb.python/py-xmethods.exp: Likewise.
17985 * gdb.stabs/weird.exp: Likewise.
17986 * gdb.xml/tdesc-regs.exp: Likewise.
17987
bd286a29
KCY
179882014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17989
17990 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17991 (out_cu): Use addr_len for the size of addresses.
17992 (out_line): Likewise. Size DW_LNE_set_address instruction
17993 according to addr_len.
17994 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17995 (FUNC): Add START_INSNS to definition.
17996
673dc4a0
YQ
179972014-10-18 Yao Qi <yao@codesourcery.com>
17998
17999 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18000 gdb_has_argv0 return true.
18001 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18002 check [target_info exists noargs], check [gdb_has_argv0]
18003 instead.
18004 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18005 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18006 procedures.
18007
4ffbba72
DE
180082014-10-17 Doug Evans <dje@google.com>
18009
18010 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18011 event.
18012 * gdb.python/py-events.py: Add clear_objfiles event.
18013
d096d8c1
DE
180142014-10-17 Doug Evans <dje@google.com>
18015
18016 * gdb.python/py-objfile.exp: Test progspace attribute.
18017
a80db015
LM
180182014-10-17 Luis Machado <lgustavo@codesourcery.com>
18019
18020 * gdb.guile/scm-breakpoint.exp: Do not assume any
18021 directory separators when matching source file paths.
18022 * gdb.python/py-breakpoint.exp: Likewise.
18023 * gdb.reverse/break-precsave.exp: Likewise.
18024 * gdb.reverse/break-reverse.exp: Likewise.
18025 * gdb.reverse/consecutive-precsave.exp: Likewise.
18026 * gdb.reverse/finish-precsave.exp: Likewise.
18027 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18028 * gdb.reverse/finish-reverse.exp: Likewise.
18029 * gdb.reverse/i386-precsave.exp: Likewise.
18030 * gdb.reverse/i387-env-reverse.exp: Likewise.
18031 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18032 * gdb.reverse/machinestate-precsave.exp: Likewise.
18033 * gdb.reverse/machinestate.exp: Likewise.
18034 * gdb.reverse/sigall-precsave.exp: Likewise.
18035 * gdb.reverse/solib-precsave.exp: Likewise.
18036 * gdb.reverse/step-precsave.exp: Likewise.
18037 * gdb.reverse/until-precsave.exp: Likewise.
18038 * gdb.reverse/watch-precsave.exp: Likewise.
18039 * gdb.reverse/watch-reverse.exp: Likewise.
18040
b22089ab
YQ
180412014-10-17 Yao Qi <yao@codesourcery.com>
18042
18043 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18044 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18045
6c4486e6
PA
180462014-10-17 Pedro Alves <palves@redhat.com>
18047
18048 PR gdb/17471
18049 * gdb.base/bg-execution-repeat.c: New file.
18050 * gdb.base/bg-execution-repeat.exp: New file.
18051
0ff33695
PA
180522014-10-17 Pedro Alves <palves@redhat.com>
18053
18054 PR gdb/17300
18055 * gdb.base/continue-all-already-running.c: New file.
18056 * gdb.base/continue-all-already-running.exp: New file.
18057
6fdebc3d
PA
180582014-10-17 Pedro Alves <palves@redhat.com>
18059
18060 PR gdb/17472
18061 * gdb.base/annota-input-while-running.c: New file.
18062 * gdb.base/annota-input-while-running.exp: New file.
18063
32a8097b
PA
180642014-10-17 Pedro Alves <palves@redhat.com>
18065
18066 * gdb.base/callfuncs.exp: emove references to osf.
18067 * gdb.base/sigall.exp: Likewise.
18068 * gdb.gdb/selftest.exp: Likewise.
18069 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18070 * gdb.mi/non-stop.c: Likewise.
18071 * gdb.mi/pthreads.c: Likewise.
18072 * gdb.reverse/sigall-precsave.exp: Likewise.
18073 * gdb.reverse/sigall-reverse.exp: Likewise.
18074 * gdb.threads/pthreads.c: Likewise.
18075 * gdb.threads/pthreads.exp: Likewise.
18076
7a3517ff
YQ
180772014-10-17 Yao Qi <yao@codesourcery.com>
18078
18079 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18080 check 'target_info exists noargs'.
18081 (test_command_prompt_position): Likewise.
18082 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18083 Remove "set args".
18084 (progvar_simple_while_test): Likewise.
18085 (progvar_complex_if_while_test): Likewise.
18086 (if_while_breakpoint_command_test): Likewise.
18087 (infrun_breakpoint_command_test): Likewise.
18088 (breakpoint_command_test): Likewise.
18089 (watchpoint_command_test): Likewise.
18090 (bp_deleted_in_command_test): Likewise.
18091 (temporary_breakpoint_commands): Likewise.
18092
bb99c472
YQ
180932014-10-16 Yao Qi <yao@codesourcery.com>
18094
18095 * gdb.base/remotetimeout.exp: Remove noargs checking.
18096
7c16b83e
PA
180972014-10-15 Pedro Alves <palves@redhat.com>
18098
18099 PR breakpoints/9649
18100 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18101 * gdb.base/breakpoint-in-ro-region.exp
18102 (probe_target_hardware_step): New procedure.
18103 (top level): Probe hardware stepping and hardware breakpoint
18104 support. Test stepping through a read-only region, with both
18105 "breakpoint auto-hw" on and off and both "always-inserted" on and
18106 off.
18107
35a49624
IB
181082014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18109
18110 * gdb.dlang/demangle.exp: Update for demangling changes.
18111
2d1c107c
SC
181122014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18113
18114 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18115 * gdb.cp/non-trivial-retval.exp: Add new tests.
18116
778811d5
SC
181172014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18118
18119 PR c++/13403
18120 PR c++/15154
18121 * gdb.cp/non-trivial-retval.cc: New file.
18122 * gdb.cp/non-trivial-retval.exp: New file.
18123
10c5f0a8
YQ
181242014-10-15 Yao Qi <yao@codesourcery.com>
18125
18126 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18127 remote host.
18128
65d7b369
YQ
181292014-10-15 Yao Qi <yao@codesourcery.com>
18130
18131 * gdb.python/py-symbol.exp: Match file base name if host is
18132 remote, otherwise match file name with dir name.
18133 * gdb.python/py-symtab.exp: Likewise.
18134 * gdb.python/python.exp: Likewise.
18135
46dc1394
YQ
181362014-10-15 Yao Qi <yao@codesourcery.com>
18137
18138 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18139 pattern.
18140 * gdb.python/py-symtab.exp: Likewise.
18141 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18142 locationn.
18143
c40cc657
JB
181442014-10-14 Joel Brobecker <brobecker@adacore.com>
18145
18146 * gdb.ada/addr_arith: New testcase.
18147
2abf49e1
MR
181482014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18149
18150 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18151 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18152 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18153 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18154
f7088df3
SDJ
181552014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18156
18157 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18158 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18159 * gdb.arch/stap-eval-lang-ada.exp: New file.
18160
4dc06805
YQ
181612014-10-14 Yao Qi <yao@codesourcery.com>
18162
18163 * gdb.mi/mi-var-child.c (nothing1): New function.
18164 (nothing2): New function.
18165 (do_children_tests): Set function pointers by nothing1 and
18166 nothing2.
18167 * gdb.mi/mi-var-child.exp: Step over new added statements.
18168 Update test to match the new output.
18169 * gdb.mi/var-cmd.c (nothing1): New function.
18170 (nothing2): New function.
18171 (do_children_tests): Set function pointers by nothing1 and
18172 nothing2.
18173 * gdb.mi/mi-var-display.exp: Update test to match output.
18174 Step to the line specified by $line_dct_nothing.
18175 Increase the number of lines to step.
18176
46a93de2
YQ
181772014-10-14 Yao Qi <yao@codesourcery.com>
18178
18179 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18180 tests.
18181 * gdb.mi/mi2-var-child.exp: Likewise.
18182
14ea52ee
DE
181832014-10-13 Doug Evans <dje@google.com>
18184
18185 * gdb.python/py-objfile.exp: Change name of file name test.
18186
e5c6e92b
DE
181872014-10-13 Doug Evans <dje@google.com>
18188
18189 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18190 from the start of the CU.
18191
c780cc2f
JK
181922014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18193 Yao Qi <yao@codesourcery.com>
18194
18195 Fix "save breakpoints" for "catch" command.
18196 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18197 Remove -nonewline. Match also the added "main" line.
18198
99894e11
JK
181992014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18200
18201 Fix "save breakpoints" for "disable $bpnum" command.
18202 * gdb.base/save-bp.c (main): Add label.
18203 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18204
6e1ac5a3
JK
182052014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18206
18207 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18208
754dd2b0
YQ
182092014-10-11 Yao Qi <yao@codesourcery.com>
18210
18211 * gdb.server/server-kill.exp: Execute command
18212 "set remote trace-status-packet on" before "tstatus".
18213
f90183d7
YQ
182142014-10-11 Yao Qi <yao@codesourcery.com>
18215
18216 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18217 (main): Call getppid.
18218 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18219 and continue to it. Read variable "server_pid".
18220
bf40a607
YQ
182212014-10-11 Yao Qi <yao@codesourcery.com>
18222
18223 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18224
052ca370
YQ
182252014-10-11 Yao Qi <yao@codesourcery.com>
18226
18227 * gdb.threads/thread-find.exp: Don't execute command
18228 "info threads".
18229 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18230 * gdb.threads/linux-dp.exp: Don't check the condition
18231 $threads_created equals to zero.
18232
3831839c
PA
182332014-10-10 Pedro Alves <palves@redhat.com>
18234
18235 * gdb.base/bigcore.exp: Remove references to IRIX.
18236 * gdb.base/funcargs.exp: Likewise.
18237 * gdb.base/interrupt.exp: Likewise.
18238 * gdb.base/mips_pro.exp: Likewise.
18239 * gdb.base/nodebug.exp: Likewise.
18240 * gdb.base/setvar.exp: Likewise.
18241 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18242
8b9a549d
PA
182432014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18244 Pedro Alves <palves@redhat.com>
18245
18246 PR symtab/14466
18247 * gdb.base/vdso-warning.c: New file.
18248 * gdb.base/vdso-warning.exp: New file.
18249
d48ba5e8
DE
182502014-10-02 Doug Evans <dje@google.com>
18251
18252 * gdb.base/structs.c (main): Don't run forever.
18253
2278c276
PA
182542014-10-02 Pedro Alves <palves@redhat.com>
18255
18256 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18257 (top level) <stop threads 1, stop threads 2>: Use it.
18258
b57bacec
PA
182592014-10-02 Pedro Alves <palves@redhat.com>
18260
18261 * gdb.threads/break-while-running.exp (test): Add new
18262 'update_thread_list' argument. Skip "info threads" if false.
18263 (top level): Add new 'update_thread_list' axis.
18264
13fd3ff3
PA
182652014-10-02 Pedro Alves <palves@redhat.com>
18266
18267 PR breakpoints/17431
18268 * gdb.base/execl-update-breakpoints.c: New file.
18269 * gdb.base/execl-update-breakpoints.exp: New file.
18270
0fec99e8
PA
182712014-10-01 Pedro Alves <palves@redhat.com>
18272
18273 * gdb.base/breakpoint-in-ro-region.c: New file.
18274 * gdb.base/breakpoint-in-ro-region.exp: New file.
18275
2ddf4301
SM
182762014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18277
18278 * gdb.mi/mi-exit-code.exp: New file.
18279 * gdb.mi/mi-exit-code.c: New file.
18280
6a5f3f43
YQ
182812014-09-30 Yao Qi <yao@codesourcery.com>
18282
18283 * lib/prelink-support.exp (build_executable_own_libs): Error if
18284 the target isn't native.
18285
345bcc73
YQ
182862014-09-30 Yao Qi <yao@codesourcery.com>
18287
18288 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18289 false.
18290
a25a5a45
PA
182912014-09-22 Pedro Alves <palves@redhat.com>
18292
18293 * gdb.threads/break-while-running.exp: New file.
18294 * gdb.threads/break-while-running.c: New file.
18295
00ba3162
YQ
182962014-09-19 Yao Qi <yao@codesourcery.com>
18297
18298 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18299 Invoke test. Restart GDB with --readnow and invoke test again.
18300
c3b7b696
YQ
183012014-09-19 Yao Qi <yao@codesourcery.com>
18302
18303 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18304 proc set_breakpoint_on_gcd_function. Invoke
18305 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18306 invoke set_breakpoint_on_gcd_function again.
18307
2b4fd423
DE
183082014-09-18 Doug Evans <dje@google.com>
18309
18310 * gdb.dwarf2/symtab-producer.exp: New file.
18311
a5947601
SDJ
183122014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18313
18314 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18315 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18316 * gdb.base/global-var-nested-by-dso.c: Likewise.
18317 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18318
91c19059
SDJ
183192014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18320 Pedro Alves <palves@redhat.com>
18321
18322 * gdb.base/watch-bitfields.exp: Pass string other than test file
18323 name to prepare_for_testing.
18324 (watch): New procedure.
18325 (expect_watchpoint): Use with_test_prefix.
18326 (top level): Factor out tests to ...
18327 (test_watch_location, test_regular_watch): ... these new
18328 procedures, and use with_test_prefix and gdb_continue_to_end.
18329
bb9d5f81
PP
183302014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18331
18332 PR breakpoints/12526
18333 * gdb.base/watch-bitfields.exp: New file.
18334 * gdb.base/watch-bitfields.c: New file.
18335
635856f5
PA
183362014-09-16 Pedro Alves <palves@redhat.com>
18337
18338 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18339 software and hardware addresses, not software address against
18340 itself.
18341
7280ceea
PA
183422014-09-16 Pedro Alves <palves@redhat.com>
18343
18344 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18345 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18346
428b16bd
PA
183472014-09-16 Pedro Alves <palves@redhat.com>
18348
18349 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18350 files.
18351 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18352 "*-*-vxworks*" throughout.
18353 * gdb.base/break.exp: Likewise.
18354 * gdb.base/default.exp: Likewise.
18355 * gdb.base/scope.exp: Likewise.
18356 * gdb.base/sepdebug.exp: Likewise.
18357 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18358 throughout.
18359 * gdb.base/run.c: Likewise.
18360 * gdb.base/sepdebug.c: Likewise.
18361 * gdb.hp/gdb.aCC/run.c: Likewise.
18362 * gdb.reverse/until-reverse.c: Likewise.
18363 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18364
666d413c
YQ
183652014-09-16 Yao Qi <yao@codesourcery.com>
18366
18367 * boards/local-remote-host-native.exp: New file.
18368
57cbd724
DE
183692014-09-14 Doug Evans <xdje42@gmail.com>
18370
18371 * gdb.threads/queue-signal.c (thread_count): New variable.
18372 (thread_count_mutex, thread_count_condvar): New variables.
18373 (incr_thread_count, wait_all_threads_running): New functions.
18374 (main): Wait for all threads to be in their thread functions.
18375
81219e53
DE
183762014-09-13 Doug Evans <xdje42@gmail.com>
18377
18378 * gdb.threads/queue-signal.c: New file.
18379 * gdb.threads/queue-signal.exp: New file.
18380
3714cea7
DE
183812014-09-13 Doug Evans <xdje42@gmail.com>
18382
18383 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18384 be consistent with what default_gdb_init uses.
18385 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18386 the plain text of the prompt. Add some logging printfs.
18387 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18388
fa43b1d7
PA
183892014-09-12 Pedro Alves <palves@redhat.com>
18390
18391 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18392 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18393 * gdb.arch/i386-size-overlap.exp: Likewise.
18394 * gdb.arch/i386-size.exp: Likewise.
18395 * gdb.arch/i386-unwind.exp: Likewise.
18396 * gdb.base/a2-run.exp: Likewise.
18397 * gdb.base/break.exp: Likewise.
18398 * gdb.base/charset.exp: Likewise.
18399 * gdb.base/chng-syms.exp: Likewise.
18400 * gdb.base/commands.exp: Likewise.
18401 * gdb.base/dbx.exp: Likewise.
18402 * gdb.base/find.exp: Likewise.
18403 * gdb.base/funcargs.exp: Likewise.
18404 * gdb.base/jit-simple.exp: Likewise.
18405 * gdb.base/reread.exp: Likewise.
18406 * gdb.base/sepdebug.exp: Likewise.
18407 * gdb.base/step-bt.exp: Likewise.
18408 * gdb.cp/mb-inline.exp: Likewise.
18409 * gdb.cp/mb-templates.exp: Likewise.
18410 * gdb.objc/basicclass.exp: Likewise.
18411 * gdb.threads/killed.exp: Likewise.
18412
9d9bf2df
EBM
184132014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18414
18415 PR tdep/17379
18416 * gdb.arch/powerpc-stackless.S: New file.
18417 * gdb.arch/powerpc-stackless.exp: New file.
18418
1cf2f1b0
JK
184192014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18420
18421 * gdb.base/attach.c: Include unistd.h.
18422 (main): Call alarm. Add label postloop.
18423 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18424 gdb_breakpoint, gdb_continue_to_breakpoint.
18425 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18426
98880d46
PA
184272014-09-11 Pedro Alves <palves@redhat.com>
18428
18429 PR gdb/17347
18430 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18431 * gdb.base/attach.exp (test_command_line_attach_run): New
18432 procedure.
18433 (top level): Call it.
18434
4c92ff2c
PA
184352014-09-11 Pedro Alves <palves@redhat.com>
18436
18437 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18438 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18439 (do_command_attach_tests): Use spawn_wait_for_attach.
18440 * gdb.base/solib-overlap.exp: Likewise.
18441 * gdb.multi/multi-attach.exp: Likewise.
18442 * gdb.python/py-prompt.exp: Likewise.
18443 * gdb.python/py-sync-interp.exp: Likewise.
18444 * gdb.server/ext-attach.exp: Likewise.
18445
3adc1a7d
GKB
184462014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18447
18448 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18449 command in testcase. Simplify testcase.
18450
96334934
JB
184512014-09-10 Joel Brobecker <brobecker@adacore.com>
18452
18453 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18454
eb479039
JB
184552014-09-10 Joel Brobecker <brobecker@adacore.com>
18456
18457 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18458
deede10c
JB
184592014-09-10 Joel Brobecker <brobecker@adacore.com>
18460
18461 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18462
7828a5f5
JB
184632014-09-10 Joel Brobecker <brobecker@adacore.com>
18464
18465 * gdb.dwarf2/dynarr-ptr.c: New file.
18466 * gdb.dwarf2/dynarr-ptr.exp: New file.
18467
33aeebcf
MR
184682014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18469
18470 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18471 of 30 rather than hardcoding 120 for a slow test case. Take the
18472 `gdb,timeout' target setting into account for this calculation.
18473 Don't extend the timeout for the test cases that don't need it.
18474
7b415901
MR
184752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18476
18477 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18478 a factor of 2 for a slow test case. Take the `gdb,timeout'
18479 target setting into account for this calculation.
18480 * gdb.reverse/until-precsave.exp: Increase the timeout by
18481 a factor of 15 and 3 respectively rather than adding 120
18482 for a pair of slow test cases. Take the `gdb,timeout'
18483 target setting into account for this calculation.
18484
4a40f85a
MR
184852014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18486
18487 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18488 timeout, don't pass one down to gdb_expect.
18489 (gdb_expect): Rework timeout selection.
18490
09635af7
MR
184912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18492
18493 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18494 exception on timeout.
18495 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18496 (gdbserver_start_extended): Catch any `gdbserver_start' error
18497 exceptions.
18498 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18499 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18500 `gdbserver_gdb_load' error exceptions.
18501
2bdd10b7
MR
185022014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18503
18504 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18505 120 on waiting for the TCP socket to open.
18506
316935f0
DE
185072014-09-09 Doug Evans <xdje42@gmail.com>
18508
18509 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18510 _caller_matches, _any_caller_is, _any_caller_matches.
18511
83740597
DE
185122014-09-09 Doug Evans <xdje42@gmail.com>
18513
18514 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18515
4c122fc3
YQ
185162014-09-09 Yao Qi <yao@codesourcery.com>
18517
18518 * gdb.mi/mi-var-display.exp: Set print symbol off.
18519
a9f116cb
GKB
185202014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18521
18522 PR gdb/17035
18523 * gdb.base/commands.exp: Add tests to verify user-defined
18524 commands with empty bodies.
18525 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18526 python commands in `show user command`.
18527 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18528 scheme commands in `show user command`.
18529
c75bd3a2
JK
185302014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18531
18532 PR python/17355
18533 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18534 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18535 * gdb.python/py-framefilter-invalidarg.exp: New file.
18536 * gdb.python/py-framefilter-invalidarg.py: New file.
18537
faa42425
DE
185382014-09-06 Doug Evans <xdje42@gmail.com>
18539
18540 PR 15276
18541 * gdb.python/py-caller-is.c: New file.
18542 * gdb.python/py-caller-is.exp: New file.
18543
474ca4f6
SDJ
185442014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18545
18546 PR gdb/17235
18547 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18548 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18549
eb0b0463
SDJ
185502014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18551
18552 PR fortran/17237
18553 * gdb.fortran/print-formatted.exp: New file.
18554 * gdb.fortran/print-formatted.f90: Likewise.
18555
5f3b99cf
SS
185562014-09-03 Sasha Smundak <asmundak@google.com>
18557
18558 * gdb.python/py-frame.exp: Test Frame.read_register.
18559
7d793aa9
SDJ
185602014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18561
18562 PR python/16699
18563 * gdb.python/py-completion.exp: New file.
18564 * gdb.python/py-completion.py: Likewise.
18565
fb0576e9
DE
185662014-08-28 Doug Evans <dje@google.com>
18567
18568 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18569 eax,etc. are live with values set by gdb and thus the compiler can't
18570 use them.
18571 * gdb.arch/i386-pseudo.c (main): Ditto.
18572
ee92b0dd
DE
185732014-08-27 Doug Evans <dje@google.com>
18574
18575 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18576
6649db35
DE
185772014-08-25 Doug Evans <dje@google.com>
18578
18579 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18580 (main): Ditto.
18581
564b7600
DE
185822014-08-25 Doug Evans <dje@google.com>
18583
18584 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18585
3881fb67
YQ
185862014-08-24 Yao Qi <yao@codesourcery.com>
18587
18588 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18589 symbol off.
18590 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18591
a05a36a5
DE
185922014-08-22 Doug Evans <dje@google.com>
18593
18594 PR 17276
18595 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18596 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18597 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18598
7c343b48
YQ
185992014-08-22 Yao Qi <yao@codesourcery.com>
18600
18601 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18602 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18603 * gdb.python/python.exp: Likewise. Use .py file on the host
18604 instead of the build.
18605
22fd09ae
JK
186062014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18607
18608 * gdb.threads/gcore-stale-thread.c: New file.
18609 * gdb.threads/gcore-stale-thread.exp: New file.
18610
a8454a7c
PA
186112014-08-21 Pedro Alves <palves@redhat.com>
18612
18613 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18614 * gdb.base/gcore-relro-pie.exp: Likewise.
18615 * gdb.base/gcore-relro.exp: Likewise.
18616 * gdb.base/gcore.exp: Likewise.
18617 * gdb.base/print-symbol-loading.exp: Likewise.
18618 * gdb.threads/gcore-thread.exp: Likewise.
18619 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18620
2a31c623
PA
186212014-08-20 Pedro Alves <palves@redhat.com>
18622 Jan Kratochvil <jan.kratochvil@redhat.com>
18623
18624 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18625 configure.
18626 (EXPECT): Handle READ1 being set.
18627 (all): Depend on EXTRA_RULES.
18628 (check-read1, expect-read1, read1.so, read1): New rules.
18629 * README (Testsuite Parameters): Document the READ1 make variable.
18630 (Race detection): New section.
18631 * configure: Regenerate.
18632 * configure.ac: If build==host==target, and running under a
18633 GNU/glibc system, add read1 to the extra Makefile rules.
18634 (EXTRA_RULES): AC_SUBST it.
18635 * lib/read1.c: New file.
18636
d36430db
JB
186372014-08-20 Joel Brobecker <brobecker@adacore.com>
18638
18639 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18640 the handling of variables declared as a typedef to an array
18641 which a DW_AT_data_location attribute.
18642
9a0dc9e3
PA
186432014-08-19 Andrew Burgess <aburgess@broadcom.com>
18644 Pedro Alves <palves@redhat.com>
18645
18646 PR symtab/14604
18647 PR symtab/14605
18648 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18649 gdb_test.
18650
0718a8da
PA
186512014-08-19 Pedro Alves <palves@redhat.com>
18652
18653 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18654
13b448cd
YQ
186552014-08-19 Yao Qi <yao@codesourcery.com>
18656
18657 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18658 right line.
18659
1cbf5077
DB
186602014-08-18 David Blaikie <dblaikie@gmail.com>
18661
18662 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18663
bf0fae19
JB
186642014-08-18 Joel Brobecker <brobecker@adacore.com>
18665
18666 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18667 attribute in array range.
18668
3c8c5dcc
JB
186692014-08-18 Joel Brobecker <brobecker@adacore.com>
18670
18671 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18672
e66d4446
SC
186732014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18674
18675 PR c++/17132
18676 * gdb.cp/pr17132.cc: New file.
18677 * gdb.cp/pr17132.exp: New file.
18678
940df408
SC
186792014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18680
18681 * gdb.python/py-xmethods.py (A_getarrayind)
18682 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18683 Use 'print' with function call syntax.
18684 (E_method_matcher.match): Fix tab vs space indentation mixup.
18685
ebcc6c3a
YQ
186862014-08-15 Yao Qi <yao@codesourcery.com>
18687
18688 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18689 false.
18690
775e0f04
YQ
186912014-08-15 Yao Qi <yao@codesourcery.com>
18692
18693 * gdb.cp/casts.exp: Set print symbol off.
18694 * gdb.cp/class2.exp: Likewise.
18695 * gdb.cp/overload.exp: Likewise.
18696 * gdb.cp/templates.exp: Likewise.
18697
d769e349
DE
186982014-08-11 Doug Evans <dje@google.com>
18699
18700 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18701 (test_load_shlib): Update.
18702
20c6f1e1
YQ
187032014-08-09 Yao Qi <yao@codesourcery.com>
18704
18705 * gdb.base/display.exp: Invoke is_address_zero_readable.
18706 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18707 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18708 * gdb.base/hbreak-unmapped.exp: Return if
18709 is_address_zero_readable returns true.
18710 * gdb.base/signest.exp: Likewise.
18711 * gdb.base/signull.exp: Likewise.
18712 * gdb.base/sigbpt.exp: Likewise.
18713 * gdb.guile/scm-disasm.exp: Do the test if
18714 is_address_zero_readable returns false.
18715 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18716 * gdb.python/py-arch.exp: Likewise.
18717 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18718 * lib/gdb.exp (is_address_zero_readable): New proc.
18719
5792e8e3
YQ
187202014-08-09 Yao Qi <yao@codesourcery.com>
18721
18722 PR testsuite/13443
18723 * gdb.mi/mi-var-display.exp: Make test messages unique.
18724
3cecbbbe
TT
187252014-08-04 Tom Tromey <tromey@redhat.com>
18726
18727 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18728 target 0".
18729
00b51ff5
TT
187302014-08-04 Tom Tromey <tromey@redhat.com>
18731
18732 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18733 "target_resume".
18734
6908c509
JB
187352014-08-01 Joel Brobecker <brobecker@adacore.com>
18736
18737 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18738 inner_vla_struct_object_size.
18739 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18740 as xfail.
18741
cc6563d2
PA
187422014-07-30 Pedro Alves <palves@redhat.com>
18743
18744 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18745 comment.
18746
7e09a223
YQ
187472014-07-29 Yao Qi <yao@codesourcery.com>
18748
18749 PR gdb/17206
18750 * gdb.base/until-nodebug.exp: New.
18751
7ebdbe92
DE
187522014-07-28 Doug Evans <xdje42@gmail.com>
18753
18754 PR guile/17203
18755 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18756 previously existing parameter, and previously ambiguously spelled
18757 parameter.
18758
fdb1adc6
WN
187592014-07-28 Will Newton <will.newton@linaro.org>
18760
18761 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18762
186fcde0
DE
187632014-07-26 Ludovic Courtès <ludo@gnu.org>
18764 Doug Evans <xdje42@gmail.com>
18765
18766 PR guile/17146
18767 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18768
70509625
PA
187692014-07-25 Pedro Alves <palves@redhat.com>
18770
18771 * gdb.threads/signal-command-handle-nopass.c: New file.
18772 * gdb.threads/signal-command-handle-nopass.exp: New file.
18773 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18774 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18775 * gdb.threads/signal-delivered-right-thread.c: New file.
18776 * gdb.threads/signal-delivered-right-thread.exp: New file.
18777
c3f814a1
PA
187782014-07-25 Pedro Alves <palves@redhat.com>
18779
18780 * gdb.base/double-prompt-target-event-error.exp
18781 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18782 match.
18783 (cancel_pagination_in_target_event): Rework double prompt
18784 detection.
18785 * gdb.base/paginate-after-ctrl-c-running.exp
18786 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18787 <return>' match.
18788 * gdb.base/paginate-bg-execution.exp
18789 (test_bg_execution_pagination_return)
18790 (test_bg_execution_pagination_cancel): Remove '-notransfer
18791 <return>' matches.
18792 * gdb.base/paginate-execution-startup.exp
18793 (test_fg_execution_pagination_return)
18794 (test_fg_execution_pagination_cancel): Remove '-notransfer
18795 <return>' matches.
18796 * gdb.base/paginate-inferior-exit.exp
18797 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18798 match.
18799 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18800 * lib/gdb.exp (pagination_prompt): Run text through
18801 string_to_regexp.
18802 (gdb_test_multiple): Match $pagination_prompt instead of
18803 "<return>".
18804 (string_to_regexp): Move to lib/gdb-utils.exp.
18805
e214cf6c
JK
188062014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18807
18808 * gdb.arch/amd64-entry-value-paramref.S: New file.
18809 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18810 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18811 * gdb.arch/amd64-optimout-repeat.S: New file.
18812 * gdb.arch/amd64-optimout-repeat.c: New file.
18813 * gdb.arch/amd64-optimout-repeat.exp: New file.
18814
17d0c5c8
JK
188152014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18816
18817 PR gdb/17170
18818 * gdb.base/statistics.exp: New file.
18819
b8b8facf
DE
188202014-07-17 Doug Evans <dje@google.com>
18821
74b49205 18822 PR gdb/17170
b8b8facf
DE
18823 * gdb.base/maint.exp: Update testing of per-command stats.
18824
1b5d0ab3
PA
188252014-07-16 Pedro Alves <palves@redhat.com>
18826
18827 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18828 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18829 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18830 (tfile_write_buf): New functions.
18831 (add_memory_block): Rewrite using the above.
18832 (adjust_function_address): New function.
18833 (FUNCTION_ADDRESS): New macro.
18834 (write_basic_trace_file): Remove short_x local, and use
18835 tfile_write_16. Change type of func_addr local to unsigned long
18836 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18837 here. Cast argument of add_memory_block to char pointer.
18838 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18839 (main): Remove parameters.
18840 * gdb.trace/tfile.exp: Remove nowarnings.
18841
4d974e88
SM
188422014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18843
18844 * gdb.base/debug-expr.exp: Test string evaluation with
18845 "debug expression" on.
18846
41e99568
PA
188472014-07-15 Pedro Alves <palves@redhat.com>
18848
18849 * gdb.base/reread.exp: Use clean_restart.
18850
487d9753
PL
188512014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18852
18853 * gdb.arch/avr-flash-qualifer.c: New.
18854 * gdb.arch/avr-flash-qualifer.exp: New.
18855
cc1c52ad
PA
188562014-07-14 Pedro Alves <palves@redhat.com>
18857
18858 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18859 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18860
1e973570
PA
188612014-07-14 Pedro Alves <palves@redhat.com>
18862
18863 * gdb.base/double-prompt-target-event-error.c: New file.
18864 * gdb.base/double-prompt-target-event-error.exp: New file.
18865
93d6eb10
PA
188662014-07-14 Pedro Alves <palves@redhat.com>
18867
18868 PR gdb/17072
18869 * gdb.base/paginate-inferior-exit.c: New file.
18870 * gdb.base/paginate-inferior-exit.exp: New file.
18871
0017922d
PA
188722014-07-14 Pedro Alves <palves@redhat.com>
18873
18874 PR gdb/17072
18875 * gdb.base/paginate-bg-execution.c: New file.
18876 * gdb.base/paginate-bg-execution.exp: New file.
18877
94696ad3
PA
188782014-07-14 Pedro Alves <palves@redhat.com>
18879
18880 PR gdb/17072
18881 * gdb.base/paginate-execution-startup.c: New file.
18882 * gdb.base/paginate-execution-startup.exp: New file.
18883 * lib/gdb.exp (pagination_prompt): New global.
18884 (default_gdb_spawn): New procedure, factored out from
18885 default_gdb_spawn.
18886 (default_gdb_start): Adjust to call default_gdb_spawn.
18887 (gdb_spawn): New procedure.
18888
bd293940
PA
188892014-07-14 Pedro Alves <palves@redhat.com>
18890
18891 * lib/gdb.exp (gdb_assert): New procedure.
18892 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18893
c933f875
PA
188942014-07-14 Pedro Alves <palves@redhat.com>
18895
18896 * gdb.base/execution-termios.c: New file.
18897 * gdb.base/execution-termios.exp: New file.
18898
d98b7a16
TT
188992014-07-14 Tom Tromey <tromey@redhat.com>
18900
18901 * gdb.cp/vla-cxx.cc: New file.
18902 * gdb.cp/vla-cxx.exp: New file.
18903
548740d6
TT
189042014-07-14 Tom Tromey <tromey@redhat.com>
18905
18906 * gdb.reverse/rerun-prec.c: New file.
18907 * gdb.reverse/rerun-prec.exp: New file.
18908
a25eb028
MR
189092014-07-12 Maciej W. Rozycki <macro@mips.com>
18910 Maciej W. Rozycki <macro@codesourcery.com>
18911
18912 * lib/gdb-utils.exp: New file.
18913 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18914 inline `gdb_init_command' processing.
18915 (gdb_start_cmd): Likewise.
18916 * lib/mi-support.exp (mi_run_cmd): Likewise.
18917 * README: Document `gdb_init_command' and `gdb_init_commands'.
18918
218c2655
JK
189192014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18920
18921 Fix false FAIL running under a very long directory name.
18922 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18923 and "set print elements 10000". Twice.
18924
5401fde3
YQ
189252014-07-11 Yao Qi <yao@codesourcery.com>
18926
18927 * gdb.base/exprs.exp: "set print symbol off".
18928
e76126e8
PA
189292014-07-11 Pedro Alves <palves@redhat.com>
18930
18931 * gdb.threads/kill.c: New file.
18932 * gdb.threads/kill.exp: New file.
18933
2d6f0de6
YQ
189342014-07-10 Yao Qi <yao@codesourcery.com>
18935
18936 * gdb.trace/tfile.c (write_basic_trace_file)
18937 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18938 address written to trace file.
18939
7180e04a
PA
189402014-07-09 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.base/attach-wait-input.exp: New file.
18943 * gdb.base/attach-wait-input.c: New file.
18944
9a9a7608
AB
189452014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18946
18947 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18948 setting up test structures.
18949 (main): Call new test function.
18950 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18951 test function, continue into test function and walk test
18952 structures.
18953
161ac41e
YQ
189542014-07-02 Yao Qi <yao@codesourcery.com>
18955
18956 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18957 'bar_start' at the beginning of functions 'foo' and 'bar'
18958 respectively.
18959 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18960 instead of 'foo' and 'bar'.
18961
1f267ae3
MM
189622014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18963
18964 * gdb.btrace/segv.exp: New.
18965 * gdb.btrace/segv.c: New.
18966
2b239efb
LM
189672014-07-02 Luis Machado <lgustavo@codesourcery.com>
18968
18969 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18970 instruction.
18971
cf363f18
MW
189722014-06-30 Mark Wielaard <mjw@redhat.com>
18973
18974 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18975 vulture, vilify, villar): New volatile array constants.
18976 (vindictive, vegetation): New const volatile array constants.
18977 * gdb.base/volatile.exp: Test volatile and const volatile array
18978 types.
18979
aebf9d24
AA
189802014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18981
18982 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18983 target lacks support for awatch, rwatch, or hbreak.
18984
b67a2c6f
YQ
189852014-06-27 Yao Qi <yao@codesourcery.com>
18986
18987 * gdb.multi/dummy-frame-restore.exp: New.
18988 * gdb.multi/dummy-frame-restore.c: New.
18989
aef92902
MM
189902014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18991
18992 * gdb.btrace/gcore.exp: New.
18993
8e9db26e
PA
189942014-06-23 Pedro Alves <palves@redhat.com>
18995
18996 * gdb.base/watchpoint-reuse-slot.c: New file.
18997 * gdb.base/watchpoint-reuse-slot.exp: New file.
18998
70afc5b7
SC
189992014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19000
19001 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19002 progspace's filename in 'info', 'enable' and 'disable' command
19003 tests.
19004
b972bd9c
JK
190052014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19006
19007 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19008 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19009 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19010
125f8a3d
GB
190112014-06-20 Gary Benson <gbenson@redhat.com>
19012
19013 * gdb.arch/i386-avx.exp: Fix include file location.
19014 * gdb.arch/i386-sse.exp: Likewise.
19015
3ed9baed
IB
190162014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19017
19018 * gdb.dlang/expression.exp: New file.
19019
034f788c
PA
190202014-06-19 Pedro Alves <palves@redhat.com>
19021
19022 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19023 out from ...
19024 (top level): ... here. Iterate running tests under different
19025 scheduler-locking settings.
19026
45371d0c
LM
190272014-06-18 Luis Machado <lgustavo@codesourcery.com>
19028
19029 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19030 to DW_FORM_addr and use non-zero addresses.
19031
5d376983
SC
190322014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19033
19034 PR gdb/17017
19035 * gdb.python/py-xmethods.cc: Add global function call counters and
19036 increment them in their respective functions. Remove "cout"
19037 statements.
19038 * gdb.python/py-xmethods.exp: Make tests check the global function
19039 call counters instead of depending on inferior IO.
19040
a1aa2221
LM
190412014-06-18 Don Breazeal <donb@codesourcery.com>
19042
19043 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19044 Deleted procedure.
19045 (explicit_fork_parent_follow): Deleted procedure.
19046 (explicit_fork_child_follow): Deleted procedure.
19047 (test_follow_fork): New procedure.
19048 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 19049 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19050 procedure calls.
19051
0fc05997
YQ
190522014-06-17 Yao Qi <yao@codesourcery.com>
19053
19054 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19055 CP1252.
19056
70795c52
LM
190572014-06-17 Luis Machado <lgustavo@codesourcery.com>
19058
19059 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19060 Initialize ptr and S explicitly.
19061 (skip_type_update_when_not_use_rtti_test): Likewise.
19062
6be47f0c
KS
190632014-06-16 Keith Seitz <keiths@redhat.com>
19064
19065 PR mi/15863
19066 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19067 the inferior is started.
19068
d03de421
PA
190692014-06-16 Pedro Alves <palves@redhat.com>
19070
19071 * gdb.base/break-main-file-remove-fail.c: New file.
19072 * gdb.base/break-main-file-remove-fail.exp: New file.
19073 * gdb.base/break-unload-file.exp: Use build_executable instead of
19074 prepare_for_testing.
19075 (test_break): New parameter "initial_load". Handle it.
19076 (top level): Add initial_load cmdline/file axis.
19077
f9579b99
TT
190782014-06-12 Tom Tromey <tromey@redhat.com>
19079
19080 * gdb.base/completion.exp: Don't use directory name in test.
19081
3657956b
GB
190822014-06-09 Gary Benson <gbenson@redhat.com>
19083
19084 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19085 separate the always-available ANSI-standard signals from the
19086 signals that require checking.
19087 (main): Likewise.
19088 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19089 Likewise.
19090 (main): Likewise.
19091
4186eb54
KS
190922014-06-07 Keith Seitz <keiths@redhat.com>
19093
19094 Revert:
19095 PR c++/16253
19096 * gdb.cp/var-tag.cc: New file.
19097 * gdb.cp/var-tag.exp: New file.
19098 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19099 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19100 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19101 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19102
25326a28 191032014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19104
19105 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19106
829155c9
PA
191072014-06-06 Pedro Alves <palves@redhat.com>
19108
19109 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19110 in target debug output instead of looking at RSP packets,
19111 disabling the test on any target that uses hardware stepping.
19112 Update comments.
19113
61c8d22e
PA
191142014-06-06 Pedro Alves <palves@redhat.com>
19115
19116 * gdb.base/break-unload-file.exp: Fix typo.
19117
d9a47287
YQ
191182014-06-06 Yao Qi <yao@codesourcery.com>
19119
19120 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19121 from "jit_function" to "^jit_function".
19122
e5e01dbf
YQ
191232014-06-06 Yao Qi <yao@codesourcery.com>
19124
19125 * gdb.base/async.c (foo): Add one statement.
19126 * gdb.base/async.exp: Get the next instruction address and
19127 match the output of "nexti" by instruction address. Match
19128 the hex address in the output of "finish".
19129
73ba372c
GB
191302014-06-06 Gary Benson <gbenson@redhat.com>
19131
19132 * gdb.base/call-signals.c: Remove preprocessor conditionals
19133 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19134 SIGSEGV and SIGTERM.
19135 * gdb.base/sigall.c: Likewise.
19136 * gdb.base/unwindonsignal.c: Likewise.
19137 * gdb.reverse/sigall-reverse.c: Likewise.
19138
831517df
YQ
191392014-06-06 Yao Qi <yao@codesourcery.com>
19140
19141 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19142 readable, skip the test.
19143
b8b91e98
YQ
191442014-06-06 Yao Qi <yao@codesourcery.com>
19145
19146 * gdb.threads/staticthreads.c (thread_function): Move the line
19147 setting breakpoint on forward.
19148 * gdb.threads/staticthreads.exp: Update comments.
19149
fb934770
LC
191502014-06-05 Ludovic Courtès <ludo@gnu.org>
19151
19152 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19153 "history-append! type error".
19154
6ef284bd
SM
191552014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19156
19157 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19158 erroneous dprintf expected input.
19159
a872e241
DE
191602014-06-04 Doug Evans <xdje42@gmail.com>
19161
19162 * gdb.guile/scm-generics.exp: Delete.
19163
16f691fb
DE
191642014-06-04 Doug Evans <xdje42@gmail.com>
19165
19166 * gdb.guile/scm-breakpoint.exp: Update.
19167 Add tests for breakpoint registration.
19168
012370f6
TT
191692014-06-04 Tom Tromey <tromey@redhat.com>
19170
19171 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19172 VLA-in-union.
19173 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19174 inner_vla_struct, vla_union types. Initialize objects of those
19175 types and compute their sizes.
19176
9f5a4cef
HZ
191772014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19178 Hui Zhu <hui@codesourcery.com>
19179
19180 * gdb.base/fileio.exp: Add test for shell not available as well as
19181 available.
19182 * gdb.base/fileio.c (test_system): Check for shell twice.
19183
90a45c4d
YQ
191842014-06-04 Yao Qi <yao@codesourcery.com>
19185
19186 * gdb.base/auto-connect-native-target.exp: Remove redundant
19187 space from the regexp pattern.
19188
70017e41
YQ
191892014-06-04 Yao Qi <yao@codesourcery.com>
19190
19191 * gdb.base/default.exp: Replace "child" with "native" in
19192 regexp pattern.
19193
883964a7
SC
191942014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19195
19196 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19197 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19198 * gdb.python/py-xmethods.py: Python script supporting the
19199 new testcase and tests.
19200
ef370185
JB
192012014-06-03 Joel Brobecker <brobecker@adacore.com>
19202 Pedro Alves <palves@redhat.com>
19203
19204 PR breakpoints/17000
19205 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19206 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19207
1e2ccb61
BM
192082014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19209
19210 * gdb.base/subst.exp: Add tests to verify partial path matching
19211 output.
19212
c6ec5ab2
PA
192132014-06-03 Pedro Alves <palves@redhat.com>
19214
19215 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19216 target that doesn't use software single-stepping.
19217
835c559f
PA
192182014-06-03 Pedro Alves <palves@redhat.com>
19219
19220 PR breakpoints/17000
19221 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19222 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19223
06eb1586
DE
192242014-06-02 Doug Evans <xdje42@gmail.com>
19225
19226 * gdb.guile/scm-parameter.exp: New file.
19227
e698b8c4
DE
192282014-06-02 Doug Evans <xdje42@gmail.com>
19229
19230 * gdb.guile/scm-cmd.c: New file.
19231 * gdb.guile/scm-cmd.exp: New file.
19232
ded03782
DE
192332014-06-02 Doug Evans <xdje42@gmail.com>
19234
19235 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19236 pretty-printer lookup.
19237 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19238 (make-pp_s-printer): Call it.
19239 (make-pretty-printer-from-dict): New function.
19240 (lookup-pretty-printer-maker-from-dict): New function.
19241 (*pretty-printer*): Simplify.
19242 (make-objfile-pp_s-printer): New function.
19243 (install-objfile-pretty-printers!): New function.
19244 (make-progspace-pp_s-printer): New function.
19245 (install-progspace-pretty-printers!): New function.
19246 * gdb.guile/scm-progspace.c: New file.
19247 * gdb.guile/scm-progspace.exp: New file.
19248
41fac0cf
PA
192492014-06-02 Pedro Alves <palves@redhat.com>
19250
19251 * gdb.base/dprintf-bp-same-addr.c: New file.
19252 * gdb.base/dprintf-bp-same-addr.exp: New file.
19253
96ae5695
EBM
192542014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19255
19256 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19257 * gdb.arch/powerpc-power.s: Likewise.
19258
da02b3a8
JB
192592014-06-02 Joel Brobecker <brobecker@adacore.com>
19260
19261 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19262
c72b2e7b
YQ
192632014-06-01 Yao Qi <yao@codesourcery.com>
19264
19265 * gdb.base/watchpoint.exp (test_watch_location): Check null
19266 pointer can be dereferenced. If not, do the test, otherwise
19267 skip it.
19268
53e8a631
AB
192692014-05-30 Andrew Burgess <aburgess@broadcom.com>
19270
19271 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19272 results.
19273 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19274
938f0e2f
AB
192752014-05-30 Andrew Burgess <aburgess@broadcom.com>
19276
19277 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19278 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19279 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19280 * gdb.arch/amd64-invalid-stack-top.c: New file.
19281 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19282
9ba6657a
PA
192832014-05-30 Pedro Alves <palves@redhat.com>
19284
19285 PR breakpoints/17000
19286 * gdb.base/sss-bp-on-user-bp.c: New file.
19287 * gdb.base/sss-bp-on-user-bp.exp: New file.
19288
522c09bf
DB
192892014-05-30 David Blaikie <dblaikie@gmail.com>
19290
19291 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19292 gnu_inline semantics via attribute.
19293 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19294 source explicitly specifies the required semantics.
19295
bf4ef81e
MR
192962014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19297
19298 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19299
329ea579
PA
193002014-05-29 Pedro Alves <palves@redhat.com>
19301 Tom Tromey <tromey@redhat.com>
19302
19303 * gdb.base/async-shell.exp: Don't enable target-async.
19304 * gdb.base/async.exp
19305 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19306 parameter. Adjust.
19307 (top level): Don't test with "target-async".
19308 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19309 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19310 * gdb.base/inferior-died.exp: Don't enable target-async.
19311 * gdb.base/interrupt-noterm.exp: Likewise.
19312 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19313 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19314 * gdb.mi/mi-nonstop.exp: Likewise.
19315 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19316 * gdb.mi/mi-nsintrall.exp: Likewise.
19317 * gdb.mi/mi-nsmoribund.exp: Likewise.
19318 * gdb.mi/mi-nsthrexec.exp: Likewise.
19319 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19320 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19321 * gdb.python/py-evsignal.exp: Don't enable target-async.
19322 * gdb.python/py-evthreads.exp: Likewise.
19323 * gdb.python/py-prompt.exp: Likewise.
19324 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19325 * gdb.server/solib-list.exp: Don't enable target-async.
19326 * gdb.threads/thread-specific-bp.exp: Likewise.
19327 * lib/mi-support.exp: Adjust to use mi-async.
19328
fd664c91
PA
193292014-05-29 Pedro Alves <palves@redhat.com>
19330
19331 PR gdb/13860
19332 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19333 reason, even in sync mode.
19334
251bde03
PA
193352014-05-29 Pedro Alves <palves@redhat.com>
19336 Hui Zhu <hui@codesourcery.com>
19337
19338 PR PR15693
19339 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19340 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19341 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19342 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19343
7f3c0343
JB
193442014-05-28 Joel Brobecker <brobecker@adacore.com>
19345
19346 * config/monitor.exp (gdb_target_monitor): Replace use of
19347 "set remotebaud" by "set serial baud".
19348
b2715b27
AW
193492014-05-26 Andy Wingo <wingo@igalia.com>
19350
19351 * gdb.guile/scm-breakpoint.exp:
19352 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19353 properties instead of gdb-object-properties.
19354
498a4489
YQ
193552014-05-26 Yao Qi <yao@codesourcery.com>
19356
19357 * gdb.server/no-thread-db.exp: Specify source file name
19358 explicitly when setting a breakpoint.
19359
589fdceb
MM
193602014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19361
19362 * gdb.btrace/vdso.c: New.
19363 * gdb.btrace/vdso.exp: New.
19364
e9089e05
MM
193652014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19366
19367 * gdb.base/gcore.exp (capture_command_output): Move ...
19368 * lib/gdb.exp (capture_command_output): ... here.
19369
67b5c0c1
MM
193702014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19371
19372 * gdb.btrace/data.exp: Test memory access during btrace replay.
19373
a2199296
SM
193742014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19375
19376 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19377
17b2616c
PA
193782014-05-21 Pedro Alves <palves@redhat.com>
19379
19380 PR gdb/13860
19381 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19382 (top level): Test that output related to execution commands is
19383 sent to the console with CLI commands, but not with MI commands.
19384 Test that breakpoint events are always mirrored to the console.
19385 Also expect the new source line to be output after a "next" in
19386 async mode too. Make it a pass/fail test.
19387 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19388 output.
19389 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19390
5166082f
PA
193912014-05-21 Pedro Alves <palves@redhat.com>
19392
19393 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19394 Use them to test variations of "list" after reaching a breakpoint.
19395 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19396 Test "list" with listsize 10 after reaching a breakpoint.
19397 * gdb.python/python.exp (decode_line current location line
19398 number): Adjust expected line number.
19399
2f25d70f
SM
194002014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19401
19402 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19403 behavior for $args, pass it directly to "run".
19404
ff604a67
MR
194052014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19406
19407 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19408 30000 to 65536.
19409
6a3cb8e8
PA
194102014-05-21 Pedro Alves <palves@redhat.com>
19411
19412 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19413 auto-connect-native-target off".
19414 * gdb.base/auto-connect-native-target.c: New file.
19415 * gdb.base/auto-connect-native-target.exp: New file.
19416
4ebfc96e
PA
194172014-05-21 Pedro Alves <palves@redhat.com>
19418
19419 * gdb.base/default.exp: Test "target native" instead of "target
19420 child".
19421
36d46afb
MW
194222014-05-21 Mark Wielaard <mjw@redhat.com>
19423
19424 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19425
5876f503
JK
194262014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19427
19428 Fix TLS access for -static -pthread.
19429 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19430 <HAVE_TLS> (thread_function, main): Initialize it.
19431 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19432 Add clean_restart.
19433 <$have_tls != "">: Check TLSVAR.
19434
0256a6ac
PA
194352014-05-21 Pedro Alves <palves@redhat.com>
19436
19437 * gdb.base/dcache-line-read-error.c: New.
19438 * gdb.base/dcache-line-read-error.exp: New.
19439
936d2992
PA
194402014-05-20 Pedro Alves <palves@redhat.com>
19441
19442 * gdb.base/compare-sections.c: New file.
19443 * gdb.base/compare-sections.exp: New file.
19444
802e8e6d
PA
194452014-05-20 Pedro Alves <palves@redhat.com>
19446
19447 * gdb.base/break-idempotent.c: New file.
19448 * gdb.base/break-idempotent.exp: New file.
19449
e59fa00f
MM
194502014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19451
19452 * gdb.btrace/nohist.exp: New.
19453
8b696e31
YQ
194542014-05-20 Yao Qi <yao@codesourcery.com>
19455
19456 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19457 gdb.reverse directory and gdb_reverse_timeout exists in board
19458 setting.
19459 * README: Document gdb_reverse_timeout.
19460
73c9764f
YQ
194612014-05-20 Yao Qi <yao@codesourcery.com>
19462
19463 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19464 'test_file_name'. Treat args as a string instead of a list.
19465 (gdb_init): Rename argument 'args' by 'test_file_name'.
19466
f1f4348a
JK
194672014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19468
19469 * gdb.arch/powerpc-power.exp: New file.
19470 * gdb.arch/powerpc-power.s: New file.
19471
0dbe70ce
DE
194722014-05-16 Doug Evans <dje@google.com>
19473
19474 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19475 * gdb.base/completion.exp: Check that all expected files exist
19476 before doing file completion.
0dbe70ce 19477
8d551b02
DE
194782014-05-16 Doug Evans <dje@google.com>
19479
19480 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19481 Update.
19482 (do_syscall_tests_without_xml): Update.
19483
73eb7709
PA
194842014-05-16 Pedro Alves <palves@redhat.com>
19485
19486 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19487 instead of "unknown output after running".
19488
3fae92fc
YQ
194892014-05-16 Yao Qi <yao@codesourcery.com>
19490
19491 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19492 file1.txt from host at the end.
19493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19494
c2b2ccc5
DE
194952014-05-15 Doug Evans <dje@google.com>
19496
19497 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19498 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19499 loading file. Add test for TU lookup.
19500
8c217a4b
SM
195012014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19502
19503 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19504 calling "-exec-arguments" or "set args" before running the
19505 inferior.
19506
3deb39c6
SM
195072014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19508
19509 * lib/mi-support.exp (mi_expect_stop): Expect message for
19510 inferiors that exit with non-zero exit code.
19511
71a79f8c
YQ
195122014-05-14 Yao Qi <yao@codesourcery.com>
19513
19514 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19515 match absolute path on remote host.
19516 (test_file_list_exec_source_files): Remove "/" from the
19517 pattern.
19518
f23fcd46
YQ
195192014-05-14 Yao Qi <yao@codesourcery.com>
19520
19521 * boards/local-remote-host-notty.exp (${board}_file): New
19522 proc.
19523
9404b58f
KM
195242014-05-07 Kyle McMartin <kyle@redhat.com>
19525
19526 Pushed by Joel Brobecker <brobecker@adacore.com>.
19527 * gdb.arch/aarch64-atomic-inst.c: New file.
19528 * gdb.arch/aarch64-atomic-inst.exp: New file.
19529
5e45f04c
YQ
195302014-05-07 Yao Qi <yao@codesourcery.com>
19531
19532 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19533 in current context" too.
19534
c888a17d
KS
195352014-05-05 Keith Seitz <keiths@redhat.com>
19536
19537 * gdb.linespec/ls-dollar.exp: Add test for linespec
19538 file:convenience_variable.
19539
290a839c
YQ
195402014-05-05 Yao Qi <yao@codesourcery.com>
19541
19542 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19543 traceframes into tfile and ctf trace files. Read data from
19544 trace file and test collected data.
19545 (gdb_collect_locals_test): Likewise.
19546 (gdb_unavailable_registers_test): Likewise.
19547 (gdb_unavailable_floats): Likewise.
19548 (gdb_collect_globals_test): Likewise.
19549 (top-level): Append "ctf" to trace_file_targets if GDB
19550 supports.
19551
b5262cd0
YQ
195522014-05-05 Yao Qi <yao@codesourcery.com>
19553
19554 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19555 code to ...
19556 (gdb_collect_args_test_1): ... it. New proc.
19557 (gdb_collect_locals_test): Move some code to ...
19558 (gdb_collect_locals_test_1): ... it. New proc.
19559 (gdb_unavailable_registers_test): Move some code to ...
19560 (gdb_unavailable_registers_test_1): ... it. New proc.
19561 (gdb_unavailable_floats): Move some code to ...
19562 (gdb_unavailable_floats_1): ... it. New proc.
19563
30a1e6cc
SDJ
195642014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19565
19566 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19567 probes to test for bitness recognition.
19568 * gdb.arch/amd64-stap-optional-prefix.exp
19569 (test_probe_value_without_reg): New procedure.
19570 Add code to test for different kinds of bitness.
19571
f33da99a
SDJ
195722014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19573
19574 PR breakpoints/16889
19575 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19576 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19577
5b80f00d
PA
195782014-05-01 Pedro Alves <palves@redhat.com>
19579
19580 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19581 gdb_file_cmd if no file is specified.
19582 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19583 last_loaded_file to set the remote exec-file.
19584
f8c2a73c
PA
195852014-05-01 Pedro Alves <palves@redhat.com>
19586
19587 * boards/local-remote-host.exp: New file.
19588
be6e8ac7
PA
195892014-05-01 Pedro Alves <palves@redhat.com>
19590
19591 * boards/local-remote-host.exp: Rename to ...
19592 * boards/local-remote-host-notty.exp: ... this.
19593
cac0dc8f
JB
195942014-04-28 Joel Brobecker <brobecker@adacore.com>
19595
19596 * gdb.ada/dyn_arrayidx: New testcase.
19597
9730e6cc
YQ
195982014-04-26 Yao Qi <yao@codesourcery.com>
19599
19600 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19601 and compute the length of function main. Save it in
19602 $main_length.
19603 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19604 (top-level): Use gdb_compile to compile objects into
19605 executable and restart GDB. Remove invocation to
19606 prepare_for_testing.
19607
7ae1a6a6
PA
196082014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19609 Pedro Alves <palves@redhat.com>
19610
19611 PR server/16255
19612 * gdb.multi/multi-attach.c: New file.
19613 * gdb.multi/multi-attach.exp: New file.
19614
4082afcc
PA
196152014-04-25 Pedro Alves <palves@redhat.com>
19616
19617 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19618 user.
19619 (top level): Test that "set remote conditional-breakpoints-packet
19620 off" works as intended.
19621 * gdb.base/dprintf.exp: Test that "set remote
19622 breakpoint-commands-packet off" works as intended.
19623 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19624 New function.
19625 (top level): Call it.
19626 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19627 remote fast-tracepoints-packet off" works as intended.
19628 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19629 * lib/gdb.exp (gdb_is_target_remote): ... here.
19630
2abc3f8d
DB
196312014-04-24 David Blaikie <dblaikie@gmail.com>
19632
19633 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19634 ensure clang would not discard them.
19635 * gdb.base/gdbvars.c: Ditto.
19636 * gdb.base/memattr.c: Ditto.
19637 * gdb.base/whatis.c: Ditto.
19638 * gdb.python/py-prettyprint.c: Ditto.
19639 * gdb.trace/actions.c: Ditto.
19640 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19641 ensure clang would not discard it.
19642
bfd39632
DB
196432014-04-24 David Blaikie <dblaikie@gmail.com>
19644
19645 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19646 clang to emit the full definition of type required by the test
19647 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19648
22842ff6
DB
196492014-04-24 David Blaikie <dblaikie@gmail.com>
19650
19651 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19652 coax Clang into emitting the definition of the type.
19653 * gdb.cp/pr10728-x.h (y): Ditto.
19654 * gdb.cp/pr10728-y.cc (y): Ditto.
19655
c2e827ad
DB
196562014-04-24 David Blaikie <dblaikie@gmail.com>
19657
19658 * gdb.base/label.exp: XFAIL label related tests under Clang.
19659 * gdb.cp/cplabel.exp: Ditto.
19660 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19661 under Clang those using labels.
19662
4c2d33e7
YQ
196632014-04-25 Yao Qi <yao@codesourcery.com>
19664
19665 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19666 double_label.
19667 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19668 partial_label and double_label.
19669
56083b99
DB
196702014-04-24 David Blaikie <dblaikie@gmail.com>
19671
19672 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19673
25d4e99d
DB
196742014-04-24 David Blaikie <dblaikie@gmail.com>
19675
19676 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19677 of the function to work across GCC and Clang.
19678 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19679 pointer types (const void ** const V void **).
19680
01f9f808
MS
196812014-04-24 Michael Sturm <michael.sturm@mintel.com>
19682 Walfred Tedeschi <walfred.tedeschi@intel.com>
19683
19684 * Makefile.in (EXECUTABLES): Added i386-avx512.
19685 * gdb.arch/i386-avx512.c: New file.
19686 * gdb.arch/i386-avx512.exp: Likewise.
19687
4b48d439
KS
196882014-04-23 Keith Seitz <keiths@redhat.com>
19689
19690 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19691 (mi_make_breakpoint_table): New procedure.
19692 (mi_create_breakpoint): Use mi_make_breakpoint
19693 and return the result.
19694 (mi_make_breakpoint): New procedure.
19695 (mi_build_kv_pairs): New procedure.
19696
19697 * gdb.mi/mi-break.exp: Remove unused globals,
19698 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19699 All callers updated.
19700 * gdb.mi/mi-dprintf.exp: Use variable to track command
19701 number.
19702 Update all callers of mi_create_breakpoint and use
19703 mi_make_breakpoint_table.
19704 Remove any unused global variables.
19705 * gdb.mi/mi-nonstop.exp: Likewise.
19706 * gdb.mi/mi-nsintrall.exp: Likewise.
19707 * gdb.mi/mi-nsmoribund.exp: Likewise.
19708 * gdb.mi/mi-nsthrexec.exp: Likewise.
19709 * gdb.mi/mi-reverse.exp: Likewise.
19710 * gdb.mi/mi-simplerun.exp: Likewise.
19711 * gdb.mi/mi-stepn.exp: Likewise.
19712 * gdb.mi/mi-syn-frame.exp: Likewise.
19713 * gdb.mi/mi-until.exp: Likewise.
19714 * gdb.mi/mi-var-cp.exp: Likewise.
19715 * gdb.mi/mi-var-display.exp: Likewise.
19716 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19717 * gdb.mi/mi2-var-child.exp: Likewise.
19718 * gdb.mi/mi-vla-c99.exp: Likewise.
19719 * lib/mi-support.exp: Likewise.
19720
19721 From Ian Lance Taylor <iant@cygnus.com>:
19722 * lib/gdb.exp (parse_args): New procedure.
19723
08351840
PA
197242014-04-23 Pedro Alves <palves@redhat.com>
19725
19726 * gdb.base/break-unload-file.c: New file.
19727 * gdb.base/break-unload-file.exp: New file.
19728 * gdb.base/sym-file-lib.c (baz): New function.
19729 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19730 field.
19731 (load): Store the segment's mapped size.
19732 (unload): New function.
19733 (unload_shlib): New function.
19734 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19735 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19736 set a breakpoint at baz, and call it.
19737 * gdb.base/sym-file.exp: New tests for stale breakpoint
19738 instructions.
19739
076855f9
PA
197402014-04-23 Pedro Alves <palves@redhat.com>
19741
19742 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19743 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19744 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19745 * gdb.base/hbreak-unmapped.c: New file.
19746 * gdb.base/hbreak-unmapped.exp: New file.
19747 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19748 * lib/gdb.exp (gdb_is_target_remote): ... here.
19749
483805cf
PA
197502014-04-22 Pedro Alves <palves@redhat.com>
19751
19752 * gdb.base/consecutive-step-over.c: New file.
19753 * gdb.base/consecutive-step-over.exp: New file.
19754
06d97543
PA
197552014-04-22 Pedro Alves <palves@redhat.com>
19756
19757 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19758 instead of send_gdb/gdb_expect.
19759
b4429ea2
YQ
197602014-04-22 Yao Qi <yao@codesourcery.com>
19761
19762 * lib/trace-support.exp (generate_tracefile): New procedure.
19763 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19764 return 0.
19765 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19766 if generate_tracefile returns 1.
19767
51d48146
PA
197682014-04-18 Tom Tromey <palves@redhat.com>
19769 Pedro alves <tromey@redhat.com>
19770
19771 PR backtrace/15558
19772 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19773 with a backtrace limit.
19774 * gdb.python/py-frame-inline.exp: Test running to an inline
19775 function with a backtrace limit, and printing the newest frame.
19776 * gdb.python/py-frame-inline.c (main): Call f.
19777
bd1dce5f
MS
197782014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19779
19780 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19781
40d1a503
MS
197822014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19783
19784 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19785 Drop prefix from unsupported source file path.
19786
389b98f7
YQ
197872014-04-17 Yao Qi <yao@codesourcery.com>
19788
19789 * lib/gdb.exp (with_target_charset): New proc.
19790 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19791 with_target_charset.
19792 (test_print_strings): Likewise.
19793 (test_repeat_bytes): Likewise.
19794 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19795 for some tests.
19796
22869d73
KS
197972014-04-16 Keith Seitz <keiths@redhat.com>
19798
19799 PR gdb/15827
19800 * gdb.dwarf2/corrupt.c: New file.
19801 * gdb.dwarf2/corrupt.exp: New file.
19802
c4f87ca6
KS
198032014-04-16 Keith Seitz <keiths@redhat.com>
19804
19805 PR c++/16597
19806 * gdb.cp/namelessclass.cc: New file.
19807 * gdb.cp/namelessclass.exp: New file.
19808 * gdb.cp/namelessclass.S: New file.
19809
ab19de87
DE
198102014-04-16 Doug Evans <dje@google.com>
19811
19812 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19813 Add comment.
19814 (gdbserver_default_get_comm_port): New function.
19815 (gdbserver_start): Check if board file provided
19816 "gdbserver,get_comm_port" and use it if so.
19817 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19818 (gdb,socketport): Set to "stdio".
19819 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19820 (stdio_gdbserver_template): Delete.
19821 (${board}_get_remote_address): Update.
19822 (${board}_build_remote_cmd): Delete.
19823 (${board}_get_comm_port): New function.
19824 (${board}_spawn): Update.
19825 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19826 Delete.
19827 (${board}_get_remote_address): Update.
19828 (${board}_get_comm_port): New function.
19829
fc98a809
AB
198302014-04-16 Andrew Burgess <aburgess@broadcom.com>
19831
19832 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19833 appearing in any order.
19834
87fd9e6e
DE
198352014-04-15 Doug Evans <dje@google.com>
19836
19837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19838 uninitialized value of "description".
19839
099fc3ea
KS
198402014-04-15 Keith Seitz <keiths@redhat.com>
19841
19842 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19843 Remove unused globals.
19844 (test_running_the_program): Likewise.
19845 (test_controlled_execution): Likewise.
19846 (test_controlling_breakpoints): Likewise.
19847 (test_program_termination): Likewise.
19848
5da151d4
KS
198492014-04-15 Keith Seitz <keiths@redhat.com>
19850
19851 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19852 unused globals.
19853 (test_rbreak_creation_and_listing): Likewise.
19854 (test_ignore_count): Likewise.
19855 (test_error): Likewise.
19856
35e5d2f0
PA
198572014-04-15 Pedro Alves <palves@redhat.com>
19858
19859 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19860 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19861 sym-file-loader.c.
19862 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19863 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19864 to sym-file-loader.c.
19865 (struct library): Forward declare.
19866 (load_shlib, lookup_function): Change prototypes.
19867 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19868 (translate_offset): Remove declarations.
19869 (get_text_addr): New declaration.
19870 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19871 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19872 sym-file-loader.h.
19873 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19874 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19875 here from sym-file-loader.h.
19876 (struct library): New structure.
19877 (load_shlib, lookup_function): Change prototypes and adjust to
19878 work with a struct library.
19879 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19880 (translate_offset): Make static.
19881 (get_text_addr): New function.
19882 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19883
eb4c1710
PA
198842014-04-15 Pedro Alves <palves@redhat.com>
19885
19886 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19887
2d1baf52
PA
198882014-04-15 Pedro Alves <palves@redhat.com>
19889
19890 * gdb.base/sym-file-loader.c: Include <limits.h>.
19891 (SELF_LINK): New define.
19892 (get_origin): New function.
19893 (load_shlib): Use it.
19894 * gdb.base/sym-file.exp: Don't early return if the target is
19895 remote. Use runto_main, and issue fail is that fails. Use
19896 gdb_load_shlibs.
19897 (shlib_name): Delete.
19898 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19899
7dd6df01
PA
199002014-04-15 Pedro Alves <palves@redhat.com>
19901
19902 * gdb.base/sym-file.exp: Remove regex characters from test
19903 message. Don't refer to breakpoint numbers in test messages.
19904
b50c8614
KS
199052014-04-14 Keith Seitz <keiths@redhat.com>
19906
19907 PR c++/16253
19908 * gdb.cp/var-tag.cc: New file.
19909 * gdb.cp/var-tag.exp: New file.
19910 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19911 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19912 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19913 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19914
3d567982
TT
199152014-04-14 Tom Tromey <tromey@redhat.com>
19916
19917 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19918 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19919 type.
19920 * gdb.cp/enum-class.exp: New file.
19921 * gdb.cp/enum-class.cc: New file.
19922
0626fc76
TT
199232014-04-14 Tom Tromey <tromey@redhat.com>
19924
19925 * gdb.dwarf2/enum-type.exp: New file.
19926
dca325b3
SA
199272014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19928
19929 * gdb.mi/mi-vla-c99.exp: New file.
19930 * gdb.mi/vla.c: New file.
19931
5854b38a
SA
199322014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19933
19934 * gdb.base/vla-datatypes.c: New file.
19935 * gdb.base/vla-datatypes.exp: New file.
19936
463bb957
SA
199372014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19938
19939 * gdb.base/vla-ptr.c: New file.
19940 * gdb.base/vla-ptr.exp: New file.
19941
3dd170be
SA
199422014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19943
19944 * gdb.dwarf2/count.exp: New file.
19945
5ecaaa66
SA
199462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19947
19948 * gdb.base/vla-sideeffect.c: New file.
19949 * gdb.base/vla-sideeffect.exp: New file.
19950
41f1ada5
DB
199512014-04-14 David Blaikie <dblaikie@gmail.com>
19952
19953 * gdb.mi/non-stop.c: Add return value for non-void function return
19954 statement.
19955 * gdb.threads/staticthreads.c: Ditto.
19956
0be03e84
DE
199572014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19958 Doug Evans <xdje42@gmail.com>
19959
19960 * gdb.guile/scm-value.c: Improve test case.
19961 * gdb.guile/scm-value.exp: Add new test.
19962
f180a1fb
DB
199632014-04-11 David Blaikie <dblaikie@gmail.com>
19964
19965 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19966 override Clang's default.
19967
6b662e19
JB
199682014-04-11 Joel Brobecker <brobecker@adacore.com>
19969
19970 Revert the following changes (regressions):
19971
19972 * gdb.base/vla-sideeffect.c: New file.
19973 * gdb.base/vla-sideeffect.exp: New file.
19974
19975 * gdb.dwarf2/count.exp: New file.
19976
19977 * gdb.base/vla-multi.c: New file.
19978 * gdb.base/vla-multi.exp: New file.
19979
19980 * gdb.base/vla-ptr.c: New file.
19981 * gdb.base/vla-ptr.exp: New file.
19982
19983 * gdb.base/vla-datatypes.c: New file.
19984 * gdb.base/vla-datatypes.exp: New file.
19985
19986 * gdb.mi/mi-vla-c99.exp: New file.
19987 * gdb.mi/vla.c: New file.
19988
245a5f0b
KS
199892014-04-11 Keith Seitz <keiths@redhat.com>
19990
19991 PR c++/16675
19992 * gdb.cp/cpsizeof.exp: New file.
19993 * gdb.cp/cpsizeof.cc: New file.
19994
58a84dcf
SA
199952014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19996
191a8a90
JB
19997 * gdb.mi/mi-vla-c99.exp: New file.
19998 * gdb.mi/vla.c: New file.
58a84dcf 19999
c8655f75
SA
200002014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20001
20002 * gdb.base/vla-datatypes.c: New file.
20003 * gdb.base/vla-datatypes.exp: New file.
20004
024e13b4
SA
200052014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20006
20007 * gdb.base/vla-ptr.c: New file.
20008 * gdb.base/vla-ptr.exp: New file.
20009
1a237e0e
SA
200102014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20011
20012 * gdb.base/vla-multi.c: New file.
20013 * gdb.base/vla-multi.exp: New file.
20014
504f3432
SA
200152014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20016
20017 * gdb.dwarf2/count.exp: New file.
20018
3bce8237
SA
200192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20020
191a8a90
JB
20021 * gdb.base/vla-sideeffect.c: New file.
20022 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 20023
322f9c21
YQ
200242014-04-11 Yao Qi <yao@codesourcery.com>
20025
20026 * gdb.base/completion.exp: Check file exists before running tests
20027 on file completion.
20028
d708bcd1
PA
200292014-04-10 Pedro Alves <palves@redhat.com>
20030
20031 * gdb.base/cond-eval-mode.c: New file.
20032 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20033 prepare_for_testing to build the new file. Check result of
20034 runto_main.
20035 (test_break, test_watch): New procedures.
20036 (top level): Use them.
20037
ae1d2761
PM
200382014-04-08 Pierre Muller <muller@sourceware.org>
20039
20040 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20041 Ctrl-V use for mingw hosts.
20042
7af389b8
SC
200432014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20044
20045 * gdb.python/py-value.c: Improve test case.
20046 * gdb.python/py-value.exp: Add new test.
20047
5e703181
DE
200482014-04-07 David Blaikie <dblaikie@gmail.com>
20049
20050 * lib/compiler.c: Identify the clang compiler.
20051 * lib/compiler.cc: Ditto.
20052
9810b410
YQ
200532014-04-03 Yao Qi <yao@codesourcery.com>
20054
20055 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20056
98d1b8dc
AB
200572014-04-01 Anton Blanchard <anton@samba.org>
20058
20059 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20060 messages unique.
20061
3114cea1
AB
200622014-04-01 Anton Blanchard <anton@samba.org>
20063
20064 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20065 prepare_for_testing.
20066
62f7182c
AB
200672014-04-01 Anton Blanchard <anton@samba.org>
20068
20069 * gdb.arch/ppc64-atomic-inst.c: Remove.
20070 * gdb.arch/ppc64-atomic-inst.S: New file.
20071 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20072
770e7fc7
DE
200732014-03-31 Doug Evans <dje@google.com>
20074
20075 * gdb.base/print-symbol-loading-lib.c: New file.
20076 * gdb.base/print-symbol-loading-main.c: New file.
20077 * gdb.base/print-symbol-loading.exp: New file.
20078
46e2bafa
YQ
200792014-03-31 Yao Qi <yao@codesourcery.com>
20080
20081 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20082
8776cfe9
JB
200832014-03-28 Joel Brobecker <brobecker@adacore.com>
20084
20085 * gdb.ada/mi_dyn_arr: New testcase.
20086
5d1ef361
DE
200872014-03-27 Doug Evans <dje@google.com>
20088
20089 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20090
b5bee914
YQ
200912014-03-27 Yao Qi <yao@codesourcery.com>
20092
20093 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20094 if target is nios2-*-*.
20095
0d4d0e77
YQ
200962014-03-26 Yao Qi <yao@codesourcery.com>
20097
20098 * lib/gdb.exp (readline_is_used): New proc.
20099 * gdb.base/completion.exp: Move tests on command complete up.
20100 Skip the rest of tests if readline is not used.
20101 * gdb.ada/complete.exp: Skp the test if readline is not
20102 used.
20103 * gdb.base/filesym.exp: Likewise.
20104 * gdb.base/macscp.exp: Likewise.
20105 * gdb.base/readline-ask.exp: Likewise.
20106 * gdb.base/readline.exp: Likewise.
20107 * gdb.python/py-cmd.exp: Likewise.
20108 * gdb.trace/tfile.exp: Likewise.
20109
29361eee
YQ
201102014-03-26 Yao Qi <yao@codesourcery.com>
20111
20112 * gdb.base/macscp.exp: Fix code format issues.
20113
bc9a5525
UW
201142014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20115
20116 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20117 * gdb.asm/powerpc64le.inc: New file.
20118
d3839ede
PA
201192014-03-25 Pedro Alves <palves@redhat.com>
20120 Doug Evans <dje@google.com>
20121
20122 * gdb.base/source-execution.c: New file.
20123 * gdb.base/source-execution.exp: New file.
20124 * gdb.base/source-execution.gdb: New file.
20125
01672a57
DE
201262014-03-24 Doug Evans <dje@google.com>
20127
20128 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20129 using fission.
20130
88bbeca9
HZ
201312014-03-24 Hui Zhu <hui@codesourcery.com>
20132 Pedro Alves <palves@redhat.com>
20133
20134 PR breakpoints/16101
20135 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20136 test pass/fail messages. Detect missing support for dprintf when
20137 breakpoints are actually inserted.
20138 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20139 breakpoints are actually inserted.
20140 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20141 fails.
20142
d2348791
JK
201432014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20144
20145 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20146
feef67ab
DE
201472014-03-22 Doug Evans <xdje42@gmail.com>
20148
20149 * gdb.python/python.exp (python not supported): Verify multi-line
20150 python command issues an error.
25d743f9 20151 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20152 guile command issues an error.
feef67ab 20153
ecebef6a
MR
201542014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20155
20156 * gdb.threads/thread-specific.exp: Handle the lack of usable
20157 $this_breakpoint and $this_thread.
20158
ccdd1909
HZ
201592014-03-21 Hui Zhu <hui@codesourcery.com>
20160
20161 * gdb.base/attach.exp (do_command_attach_tests): New.
20162
beb460e8
PA
201632014-03-20 Tom Tromey <tromey@redhat.com>
20164 Pedro Alves <palves@redhat.com>
20165
20166 PR cli/15718
20167 * gdb.base/condbreak-call-false.c: New file.
20168 * gdb.base/condbreak-call-false.exp: New file.
20169
40acf43a
PA
201702014-03-20 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20173 Delete.
20174 (block_signals, unblock_signals): Delete.
20175 (child_function_2, main): Remove references to deleted variable
20176 and functions.
20177
9f5e1e02
PA
201782014-03-20 Pedro Alves <palves@redhat.com>
20179
20180 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20181 Use pthread_kill to signal thread 2.
20182 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20183 Adjust to make the test send itself a signal rather than using the
20184 host's "kill" command.
20185
99619bea
PA
201862014-03-20 Pedro Alves <palves@redhat.com>
20187
20188 * gdb.threads/multiple-step-overs.c: New file.
20189 * gdb.threads/multiple-step-overs.exp: New file.
20190 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20191 Adjust expected infrun debug output.
20192
2adfaa28
PA
201932014-03-20 Pedro Alves <palves@redhat.com>
20194
20195 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20196 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20197
31e77af2
PA
201982014-03-20 Pedro Alves <palves@redhat.com>
20199
20200 PR breakpoints/7143
20201 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20202 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20203 of gdb_test_multiple.
20204 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20205 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20206
b9f437de
PA
202072014-03-20 Pedro Alves <palves@redhat.com>
20208
20209 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20210 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20211
05adc73e
PA
202122014-03-19 Pedro Alves <palves@redhat.com>
20213
20214 * gdb.base/async.exp: Remove early return.
20215
6048b950
PA
202162014-03-19 Pedro Alves <palves@redhat.com>
20217
20218 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20219
8bcfb00a
PA
202202014-03-19 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.base/async.exp (test_background): Expect \r\n after
20223 "completed." in the fail pattern.
20224
884e37dc
PA
202252014-03-19 Pedro Alves <palves@redhat.com>
20226
20227 * gdb.base/async.exp (test_background): New procedure.
20228 Use it for all background execution command tests.
20229
148e57e2
PA
202302014-03-19 Pedro Alves <palves@redhat.com>
20231
20232 * gdb.base/async.exp: Use prepare_for_testing.
20233
f48088c7
PA
202342014-03-19 Pedro Alves <palves@redhat.com>
20235
20236 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20237 the same line.
20238
e2f6c966
PA
202392014-03-19 Pedro Alves <palves@redhat.com>
20240
20241 * gdb.base/async.c (main): Add "jump here" and "until here" line
20242 marker comments.
20243 * gdb.base/async.exp (jump_here): New global.
20244 (jump& test): Use it.
20245 (until_here): New global.
20246 (until& test): Use it.
20247
c30568d4
PA
202482014-03-19 Pedro Alves <palves@redhat.com>
20249
20250 * gdb.base/async.exp: Don't frob gdb_protocol.
20251
0172b6a7
DE
202522014-03-18 Doug Evans <xdje42@gmail.com>
20253
20254 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20255 Fix spelling of exec-done-display.
20256
06c868a8
JK
202572014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20258
20259 PR gdb/15358
20260 * gdb.base/gdb-sigterm.c: New file.
20261 * gdb.base/gdb-sigterm.exp: New file.
20262
0c7e1a46
PA
202632014-03-18 Pedro Alves <palves@redhat.com>
20264
20265 PR gdb/13860
20266 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20267 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20268 solib-event.
20269
f7c77d93
JB
202702014-03-17 Joel Brobecker <brobecker@adacore.com>
20271
20272 * gdb.ada/pckd_arr_ren: New testcase.
20273
5a1e8c7a
DE
202742014-03-13 Doug Evans <xdje42@gmail.com>
20275
20276 PR guile/16612
20277 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20278 collect after discarding symbols.
20279
350e1a76
DE
202802014-03-13 Ludovic Courtès <ludo@gnu.org>
20281 Doug Evans <xdje42@gmail.com>
20282
20283 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20284 to history survives a gc.
20285
a69900ae
PA
202862014-03-13 Pedro Alves <palves@redhat.com>
20287
20288 * gdb.base/default.exp: Don't test "target procfs".
20289
5db9f0bd
PA
202902014-03-13 Pedro Alves <palves@redhat.com>
20291
20292 * gdb.base/default.exp: Update "target child" and "target procfs"
20293 tests to not expect "Unix".
20294
b3ccfe11
TT
202952014-03-12 Tom Tromey <tromey@redhat.com>
20296
20297 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20298 New procs. Add target-async tests.
20299 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20300 Add target-async tests.
20301
646f4417
AA
203022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20303
20304 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20305 'func_start' and 'func_end' for the beginning and end of the
20306 function code, respectively.
20307 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20308 'func_end' instead of 'func' and 'main'.
20309
288c211f
AA
203102014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20311
20312 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20313 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20314 generate the debug info assembler source.
20315
e0c0f156
AA
203162014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20317
20318 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20319 * gdb.dwarf2/arr-subrange.exp: Likewise.
20320 * gdb.dwarf2/dwz.exp: Likewise.
20321 * gdb.dwarf2/method-ptr.exp: Likewise.
20322 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20323 * gdb.dwarf2/subrange.exp: Likewise.
20324 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20325 * gdb.dwarf2/implptrpiece.exp: Likewise.
20326 * gdb.dwarf2/nostaticblock.exp: Likewise.
20327
0e5c4555
AA
203282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20329
20330 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20331 directory to absolute path name arguments.
20332
5ec18f2b
JG
203332014-03-10 Joel Brobecker <brobecker@adacore.com>
20334
20335 * gdb.ada/tagged_access: New testcase.
20336
847fc4f2
MM
203372014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20338
20339 * gdb.btrace/data.exp: Update expected output.
20340
cc3da688
YQ
203412014-03-06 Yao Qi <yao@codesourcery.com>
20342
20343 * gdb.trace/pr16508.exp: New file.
20344
0f26cec1
PA
203452014-03-05 Pedro Alves <palves@redhat.com>
20346
20347 PR gdb/16575
20348 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20349 procedure.
20350 (top level): Adjust to use it. Add tests that exercise breakpoint
20351 interaction with the code-cache.
20352
7a5a839f
LC
203532014-02-26 Ludovic Courtès <ludo@gnu.org>
20354
20355 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20356 test for 'history-append!'.
20357
31aa7e4e
JB
203582014-02-26 Joel Brobecker <brobecker@adacore.com>
20359
20360 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20361 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20362 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20363 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20364 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20365 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20366
1b588015
JB
203672014-02-26 Joel Brobecker <brobecker@adacore.com>
20368
20369 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20370 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20371 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20372
55426c9d
JB
203732014-02-26 Joel Brobecker <brobecker@adacore.com>
20374
20375 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20376
dc53a7ad
JB
203772014-02-26 Joel Brobecker <brobecker@adacore.com>
20378
20379 * gdb.dwarf2/arr-stride.c: New file.
20380 * gdb.dwarf2/arr-stride.exp: New file.
20381
12ab52e9
PA
203822014-02-26 Pedro Alves <palves@redhat.com>
20383
20384 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20385 that won't ever trigger. Make sure that GDB reports the correct
20386 breakpoint that caused the stop.
20387
849c862e
JK
203882014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20389
20390 PR gdb/16626
20391 * gdb.base/auto-load-script: New file.
20392 * gdb.base/auto-load.c: New file.
20393 * gdb.base/auto-load.exp: New file.
20394
71b7d793
JK
20395 PR gdb/16626
20396 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20397
e2f0d509
JK
203982014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20399
20400 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20401 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20402
50cc37c8
DE
204032014-02-24 Doug Evans <dje@google.com>
20404
20405 * lib/gdb.exp (run_on_host): Log error output if program fails.
20406
ea4758f2
PA
204072014-02-21 Pedro Alves <palves@redhat.com>
20408
20409 * gdb.threads/step-after-sr-lock.c: Rename to ...
20410 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20411 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20412 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20413 ... this.
20414
d7b30f67
SDJ
204152014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20416
20417 PR tdep/16397
20418 * gdb.arch/amd64-stap-special-operands.exp: New file.
20419 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20420 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20421 * gdb.arch/amd64-stap-triplet.S: Likewise.
20422 * gdb.arch/amd64-stap-triplet.c: Likewise.
20423
83deb43f
JB
204242014-02-20 Joel Brobecker <brobecker@adacore.com>
20425
20426 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20427 in .section pseudo-op.
20428
adde2bff
DE
204292014-02-20 lin zuojian <manjian2006@gmail.com>
20430 Joel Brobecker <brobecker@adacore.com>
20431 Doug Evans <xdje42@gmail.com>
20432
20433 PR symtab/16581
20434 * gdb.dwarf2/dw2-icycle.S: New file.
20435 * gdb.dwarf2/dw2-icycle.c: New file.
20436 * gdb.dwarf2/dw2-icycle.exp: New file.
20437
f7bd0f78
SC
204382014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20439
20440 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20441 operations on gdb.Value objects.
20442 * gdb.python/py-value-cc.exp: Add new test to test operations on
20443 gdb.Value objects.
20444
c17ef0d5
DE
204452014-02-18 Doug Evans <dje@google.com>
20446
20447 * Makefile.in (TESTS): New variable.
20448 (expanded_tests, expanded_tests_or_none): New variables
20449 (check-single): Pass $(expanded_tests_or_none) to runtest.
20450 (check-parallel): Only run tests in $(TESTS) if non-empty.
20451 (check/no-matching-tests-found): New rule.
20452 * README: Document TESTS makefile variable.
20453
5dd3176f
DE
204542014-02-18 Doug Evans <dje@google.com>
20455
20456 * Makefile.in (check-parallel): rm -rf outputs temp.
20457
0b10be4f
JK
204582014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20459
20460 Fix "ERROR: no fileid for" in the testsuite.
20461 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20462
85f224e7
DE
204632014-02-12 Doug Evans <dje@google.com>
20464
20465 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20466 (MISCELLANEOUS): New variable.
20467 (clean): rm -rf $(MISCELLANEOUS).
20468 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20469 dwp live in the same directory as symlinks, with each symlink pointed
20470 to a differently named file in a different directory.
20471
149b30ff
DE
204722014-02-11 Doug Evans <dje@google.com>
20473
20474 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20475 of Tcl file commands.
20476
1dfdac32
MK
204772014-02-10 Mark Kettenis <kettenis@gnu.org>
20478
20479 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20480 "kill -SIGUSR1 -1".
20481
aa4fb036
JB
204822014-02-10 Joel Brobecker <brobecker@adacore.com>
20483
20484 * gdb.ada/tick_length_array_enum_idx: New testcase.
20485
ed3ef339
DE
204862014-02-10 Doug Evans <xdje42@gmail.com>
20487
20488 * configure.ac (AC_OUTPUT): Add gdb.guile.
20489 * configure: Regenerate.
20490 * lib/gdb-guile.exp: New file.
20491 * lib/gdb.exp (get_target_charset): New function.
20492 * gdb.base/help.exp: Update expected output from "apropos apropos".
20493 * gdb.guile/Makefile.in: New file.
20494 * gdb.guile/guile.exp: New file.
20495 * gdb.guile/scm-arch.c: New file.
20496 * gdb.guile/scm-arch.exp: New file.
20497 * gdb.guile/scm-block.c: New file.
20498 * gdb.guile/scm-block.exp: New file.
20499 * gdb.guile/scm-breakpoint.c: New file.
20500 * gdb.guile/scm-breakpoint.exp: New file.
20501 * gdb.guile/scm-disasm.c: New file.
20502 * gdb.guile/scm-disasm.exp: New file.
20503 * gdb.guile/scm-equal.c: New file.
20504 * gdb.guile/scm-equal.exp: New file.
20505 * gdb.guile/scm-error.exp: New file.
20506 * gdb.guile/scm-error.scm: New file.
20507 * gdb.guile/scm-frame-args.c: New file.
20508 * gdb.guile/scm-frame-args.exp: New file.
20509 * gdb.guile/scm-frame-args.scm: New file.
20510 * gdb.guile/scm-frame-inline.c: New file.
20511 * gdb.guile/scm-frame-inline.exp: New file.
20512 * gdb.guile/scm-frame.c: New file.
20513 * gdb.guile/scm-frame.exp: New file.
20514 * gdb.guile/scm-generics.exp: New file.
20515 * gdb.guile/scm-gsmob.exp: New file.
20516 * gdb.guile/scm-iterator.c: New file.
20517 * gdb.guile/scm-iterator.exp: New file.
20518 * gdb.guile/scm-math.c: New file.
20519 * gdb.guile/scm-math.exp: New file.
20520 * gdb.guile/scm-objfile-script-gdb.in: New file.
20521 * gdb.guile/scm-objfile-script.c: New file.
20522 * gdb.guile/scm-objfile-script.exp: New file.
20523 * gdb.guile/scm-objfile.c: New file.
20524 * gdb.guile/scm-objfile.exp: New file.
20525 * gdb.guile/scm-ports.exp: New file.
20526 * gdb.guile/scm-pretty-print.c: New file.
20527 * gdb.guile/scm-pretty-print.exp: New file.
20528 * gdb.guile/scm-pretty-print.scm: New file.
20529 * gdb.guile/scm-section-script.c: New file.
20530 * gdb.guile/scm-section-script.exp: New file.
20531 * gdb.guile/scm-section-script.scm: New file.
20532 * gdb.guile/scm-symbol.c: New file.
20533 * gdb.guile/scm-symbol.exp: New file.
20534 * gdb.guile/scm-symtab-2.c: New file.
20535 * gdb.guile/scm-symtab.c: New file.
20536 * gdb.guile/scm-symtab.exp: New file.
20537 * gdb.guile/scm-type.c: New file.
20538 * gdb.guile/scm-type.exp: New file.
20539 * gdb.guile/scm-value-cc.cc: New file.
20540 * gdb.guile/scm-value-cc.exp: New file.
20541 * gdb.guile/scm-value.c: New file.
20542 * gdb.guile/scm-value.exp: New file.
20543 * gdb.guile/source2.scm: New file.
20544 * gdb.guile/types-module.cc: New file.
20545 * gdb.guile/types-module.exp: New file.
20546
7026a7c1
YQ
205472014-02-10 Yao Qi <yao@codesourcery.com>
20548
20549 PR testsuite/16543
20550 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20551 * configure: Regenerated.
20552 * Makefile.in: New file.
20553
6c466447
AS
205542014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20555
20556 * gdb.python/py-framefilter.exp: Fix typo.
20557
6e854735
YQ
205582014-02-08 Yao Qi <yao@codesourcery.com>
20559
20560 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20561 that no =breakpoint-modified is emitted when breakpoints are
20562 modified through MI commands.
20563
d137e6dc
PA
205642014-02-07 Pedro Alves <pedro@codesourcery.com>
20565 Pedro Alves <palves@redhat.com>
20566
20567 * gdb.threads/step-after-sr-lock.c: New file.
20568 * gdb.threads/step-after-sr-lock.exp: New file.
20569
b5ee5a50
PA
205702014-02-07 Pedro Alves <palves@redhat.com>
20571
20572 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20573
3c77faf3
JK
205742014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20575
20576 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20577 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20578
6dddc817
DE
205792014-02-06 Doug Evans <xdje42@gmail.com>
20580
20581 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20582 output.
20583
20584 * gdb.gdb/python-interrupts.exp: New file.
20585
de7b2893
YQ
205862014-02-05 Yao Qi <yao@codesourcery.com>
20587
20588 * gdb.trace/report.exp (use_collected_data): Test the output
20589 of "info threads" and "info inferiors".
20590
66d032ac
YQ
205912014-02-05 Yao Qi <yao@codesourcery.com>
20592
20593 Revert this patch:
20594
20595 2013-05-24 Yao Qi <yao@codesourcery.com>
20596
20597 * gdb.trace/tfile.exp: Test inferior and thread.
20598
591a12a1
UW
205992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20600
20601 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20602 on a function.
20603 * gdb.base/step-bt.c: Call hello via function pointer to make
20604 sure its first instruction is executed on powerpc64le-linux.
20605
0ff3e01f
UW
206062014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20607
20608 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20609
084ee545
UW
206102014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20611
20612 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20613 of the test patterns for use on little-endian systems.
20614
6ed14ff3
UW
206152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20616
20617 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20618 (decimal_vector): Fix for little-endian.
20619
401e27fd
JM
206202014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20621
20622 * gdb.arch/sparc-sysstep.exp: New file.
20623 * gdb.arch/sparc-sysstep.c: Likewise.
20624
20625 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20626
8b924729
EBM
206272014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20628
20629 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20630
fb151210
JB
206312014-01-23 Tom Tromey <tromey@redhat.com>
20632
20633 * gdb.ada/array_char_idx: New testcase.
20634
0740f8d8
TT
206352014-01-23 Tom Tromey <tromey@redhat.com>
20636
20637 PR python/16487:
20638 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20639 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20640 classes.
20641
21909fa1
TT
206422014-01-23 Tom Tromey <tromey@redhat.com>
20643
20644 PR python/16491:
20645 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20646 string from an inferior frame.
20647 * gdb.python/py-framefilter-mi.exp: Update.
20648
87ce2a04
DE
206492014-01-22 Doug Evans <dje@google.com>
20650
20651 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20652
237b092b
AA
206532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20654
20655 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20656
d674a709
AA
206572014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20658
20659 * gdb.trace/entry-values.exp: Remove excess space character from
20660 regex patterns. Handle s390 call instruction.
20661
20fa3390
AA
206622014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20663
20664 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20665 define "*_start" label. Make "name" static.
20666 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20667 ${name} by references to ${name}_start.
20668
78466714
AA
206692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20670
20671 * gdb.base/info-macros.exp: Remove "debug" from the compile
20672 options.
20673
ec9f644a
IB
206742014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20675
20676 * gdb.dlang/demangle.exp: New file.
20677
94b1b47e
IB
206782014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20679
20680 * gdb.dlang/primitive-types.exp: New file.
20681
7f420862
IB
206822014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20683
20684 * configure.ac: Create gdb.dlang/Makefile.
20685 * configure: Regenerate.
20686 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20687 * gdb.dlang/Makefile.in: New file.
20688 * lib/d-support.exp: New file.
20689 * lib/gdb.exp (skip_d_tests): New proc.
20690
52834460
MM
206912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20692
20693 * gdb.btrace/delta.exp: Check reverse stepi.
20694 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20695 * gdb.btrace/finish.exp: New.
20696 * gdb.btrace/next.exp: New.
20697 * gdb.btrace/nexti.exp: New.
20698 * gdb.btrace/record_goto.c: Add comments.
20699 * gdb.btrace/step.exp: New.
20700 * gdb.btrace/stepi.exp: New.
20701 * gdb.btrace/multi-thread-step.c: New.
20702 * gdb.btrace/multi-thread-step.exp: New.
20703 * gdb.btrace/rn-dl-bind.c: New.
20704 * gdb.btrace/rn-dl-bind.exp: New.
20705 * gdb.btrace/data.c: New.
20706 * gdb.btrace/data.exp: New.
20707 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20708
6e07b1d2
MM
207092014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20710
20711 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20712 * gdb.btrace/exception.exp: Update.
20713 * gdb.btrace/instruction_history.exp: Update.
20714 * gdb.btrace/record_goto.exp: Update.
20715 * gdb.btrace/tailcall.exp: Update.
20716 * gdb.btrace/unknown_functions.exp: Update.
20717 * gdb.btrace/delta.exp: New.
20718
0b722aec
MM
207192014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20720
20721 * gdb.btrace/record_goto.exp: Add backtrace test.
20722 * gdb.btrace/tailcall.exp: Add backtrace test.
20723
066ce621
MM
207242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20725
20726 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20727 * gdb.btrace/record_goto.c: New.
20728 * gdb.btrace/record_goto.exp: New.
20729 * gdb.btrace/x86-record_goto.S: New.
20730
0688d04e
MM
207312014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20732
20733 * gdb.btrace/function_call_history.exp: Update tests.
20734 * gdb.btrace/instruction_history.exp: Update tests.
20735
8710b709
MM
207362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20737
20738 * gdb.btrace/function_call_history.exp: Fix expected field
20739 order for "record function-call-history".
20740 Add new tests for "record function-call-history /c".
20741 * gdb.btrace/exception.cc: New.
20742 * gdb.btrace/exception.exp: New.
20743 * gdb.btrace/tailcall.exp: New.
20744 * gdb.btrace/x86-tailcall.S: New.
20745 * gdb.btrace/x86-tailcall.c: New.
20746 * gdb.btrace/unknown_functions.c: New.
20747 * gdb.btrace/unknown_functions.exp: New.
20748 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20749
5de9129b
MM
207502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20751
20752 * gdb.btrace/instruction_history.exp: Update.
20753 * gdb.btrace/function_call_history.exp: Update.
20754
23a7fe75
MM
207552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20756
20757 * gdb.btrace/function_call_history.exp: Fix expected function
20758 trace.
20759 * gdb.btrace/instruction_history.exp: Initialize traced.
20760 Remove traced_functions.
20761
724c7dd8
MM
207622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20763
20764 * gdb.btrace/function_call_history.exp: Update
20765 * gdb.btrace/instruction_history.exp: Update.
20766
6d78d93b
MM
207672014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20768
20769 * gdb.btrace/enable.exp: Update expected text.
20770
93a360cc
OJ
207712014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20772
20773 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20774 bytes.
20775
3772b53f
MR
207762014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20777
20778 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20779
596662fa
OJ
207802014-01-15 Omair Javaid <omair.javaid@linaro.org>
20781
20782 * lib/gdb.exp (supports_process_record): Return true for
20783 arm*-linux*. (supports_reverse): Likewise.
20784
b5b08fb4
SC
207852014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20786
20787 PR python/15464
20788 PR python/16113
20789 * gdb.python/py-type.c: Enhance test case.
20790 * gdb.python/py-value-cc.cc: Likewise
20791 * gdb.python/py-type.exp: Add new tests.
20792 * gdb.python/py-value-cc.exp: Likewise
20793
52d7fb13
AA
207942014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20795 Pedro Alves <palves@redhat.com>
20796
20797 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20798 Make "name" extern.
20799 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20800 references to ${name}_start by references to ${name}.
20801
a2cd8cfe
JB
208022014-01-10 Joel Brobecker <brobecker@adacore.com>
20803
20804 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20805
4e23fced
JB
208062014-01-10 Joel Brobecker <brobecker@adacore.com>
20807
20808 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20809
c6a9e42c
PA
208102014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20811 Pedro Alves <palves@redhat.com>
20812
20813 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20814 mi_gdb_target_load.
c6a9e42c 20815
b7ea362b
PA
208162014-01-08 Pedro Alves <palves@redhat.com>
20817
20818 * gdb.threads/reconnect-signal.c: New file.
20819 * gdb.threads/reconnect-signal.exp: New file.
20820
5e3f4fab
EBM
208212014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20822
20823 * gdb.base/source-dir.exp: New file.
20824
79301218
JB
208252014-01-07 Joel Brobecker <brobecker@adacore.com>
20826
20827 * gdb.ada/mi_interface: New testcase.
20828
8e355c5d
JB
208292014-01-07 Joel Brobecker <brobecker@adacore.com>
20830
20831 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20832 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20833 gdb.ada/pp-rec-component/pck.ads: New files.
20834
c0d48811
JB
208352014-01-07 Joel Brobecker <brobecker@adacore.com>
20836
20837 * gdb.python/py-pp-integral.c: New file.
20838 * gdb.python/py-pp-integral.py: New file.
20839 * gdb.python/py-pp-integral.exp: New file.
20840
17b609c3 20841For older changes see ChangeLog-1993-2013.
c906108c 20842\f
8d8cb839
EZ
20843;; Local Variables:
20844;; mode: change-log
20845;; left-margin: 8
20846;; fill-column: 74
20847;; version-control: never
20848;; End:
902f2ccb 20849
b811d2c2 20850 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20851 Copying and distribution of this file, with or without modification,
20852 are permitted provided the copyright notice and this notice are preserved.
This page took 4.76757 seconds and 4 git commands to generate.