config/debuginfod.m4: Use PKG_CHECK_MODULES
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6dcfb80a
TV
12020-07-24 Tom de Vries <tdevries@suse.de>
2
3 PR testsuite/26293
4 * gdb.ada/mi_prot.exp: Require gnatmake-8.
5
e7bc9db8
PA
62020-07-23 Pedro Alves <pedro@palves.net>
7
8 * gdb.server/server-kill.exp (prepare): New, factored out from the
9 top level.
10 (kill_server): New.
11 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
12 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
13
78344df7
AB
142020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
15
16 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
17
25dfed24
SL
182020-07-22 Sandra Loosemore <sandra@codesourcery.com>
19
20 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
21 Initialize to empty string at top level.
22 (gdb_wrapper_init): Revert check for file existence on build.
23 Build the wrapper in its default place, not a build-specific
24 location. When host == build, make the pathname absolute.
25 (gdb_compile): Delete leftover declaration of
26 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
27 string instead of uninitialized.
28
7da515fd
KB
292020-07-22 Kevin Buettner <kevinb@redhat.com>
30
31 * gdb.base/corefile2.exp: New file.
32 * gdb.base/coremaker2.exp: New file.
33
9c5ec5c2
KB
342020-07-22 Kevin Buettner <kevinb@redhat.com>
35
36 * gdb.base/coredump-filter.exp: Add second
37 non-Private-Shared-Anon-File test.
38 (test_disasm): Rename binfile for test which is expected
39 to fail.
40
f9e233c9
KB
412020-07-22 Kevin Buettner <kevinb@redhat.com>
42
43 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
44 data in core file".
45 * gdb.base/coremaker.c (buf2ro): New global.
46 (mmapdata): Add a read-only mmap mapping.
47
94c265d7
KB
482020-07-22 Kevin Buettner <kevinb@redhat.com>
49
50 PR corefiles/25631
51 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
52 New test.
53 * gdb.base/coremaker.c (buf3): New global.
54 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
55 flags.
56
572020-07-22 Kevin Buettner <kevinb@redhat.com>
678c7a56
KB
58
59 * gdb.base/coremaker.c (filler_ro): New global constant.
60
32fa152e
TT
612020-07-22 Tom Tromey <tromey@adacore.com>
62
63 * gdb.ada/mi_prot.exp: New file.
64 * gdb.ada/mi_prot/pkg.adb: New file.
65 * gdb.ada/mi_prot/pkg.ads: New file.
66 * gdb.ada/mi_prot/prot.adb: New file.
67
c8474dc3
TBA
682020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
69
70 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
71 loads two JITers.
72
baf8791e
AB
732020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.python/py-arch-reg-groups.exp: Additional tests.
76
f7306dac
AB
772020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.python/py-arch-reg-names.exp: Additional tests.
80
6d3d6e4b
TV
812020-07-21 Tom de Vries <tdevries@suse.de>
82
83 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
84 breakpoint locations".
85 * gdb.reverse/solib-reverse.exp: Same.
86
803d0592
TV
872020-07-21 Tom de Vries <tdevries@suse.de>
88
89 * gdb.reverse/step-reverse.c (callee): Merge statements.
90
e9bdc510
TV
912020-07-21 Tom de Vries <tdevries@suse.de>
92
93 * gdb.fortran/info-modules.exp (info module variables): Allow missing
94 line numbers for some variables.
95
f0f9e75a
TV
962020-07-21 Tom de Vries <tdevries@suse.de>
97
98 * gdb.opt/inline-locals.c (init_array): New func.
99 (func1): Use init_array.
100 * gdb.opt/inline-locals.exp: Update pattern.
101
bd460ecb
TV
1022020-07-21 Tom de Vries <tdevries@suse.de>
103
104 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
105 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
106
ae5369e7
LC
1072020-07-20 Ludovic Courtès <ludo@gnu.org>
108
109 * gdb.guile/source2.scm: Add #f first argument to 'format'.
110 * gdb.guile/types-module.exp: Remove "ERROR:" from
111 regexps since Guile 3.0 no longer prints that.
112
68cf161c
LC
1132020-07-20 Ludovic Courtès <ludo@gnu.org>
114
115 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
116 error regexp to match on Guile 2.2.
117
c14b4913
GB
1182020-07-20 Gary Benson <gbenson@redhat.com>
119
120 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
121 with clang.
122
b243ba58
TV
1232020-07-20 Tom de Vries <tdevries@suse.de>
124
125 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
126 (omp_set_lock_in_order): New function.
127 (single_scope, multi_scope, nested_func, nested_parallel): Use
128 omp_set_lock_in_order and omp_unset_lock.
129 (main): Init and destroy lock and lock2.
130
c06ad8b5
TV
1312020-07-20 Tom de Vries <tdevries@suse.de>
132
133 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
134
6e22f117
TV
1352020-07-20 Tom de Vries <tdevries@suse.de>
136
137 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
138
33176ea7
TV
1392020-07-17 Tom de Vries <tdevries@suse.de>
140
141 * gdb.base/valgrind-infcall-2.c: New test.
142 * gdb.base/valgrind-infcall-2.exp: New file.
143 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
144
90c3ec2d
TV
1452020-07-17 Tom de Vries <tdevries@suse.de>
146
147 * gdb.dlang/circular.c (found): Use found_label as label name.
148 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
149 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
150 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
151 * gdb.dwarf2/ada-linkage-name.exp: Same.
152 * gdb.dwarf2/arr-subrange.exp: Same.
153 * gdb.dwarf2/atomic-type.exp: Same.
154 * gdb.dwarf2/comp-unit-lang.exp: Same.
155 * gdb.dwarf2/cpp-linkage-name.exp: Same.
156 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
157 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
158 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
159 * gdb.dwarf2/implptr-64bit.exp: Same.
160 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
161 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
162 * gdb.dwarf2/imported-unit.exp: Same.
163 * gdb.dwarf2/main-subprogram.exp: Same.
164 * gdb.dwarf2/missing-type-name.exp: Same.
165 * gdb.dwarf2/nonvar-access.exp: Same.
166 * gdb.dwarf2/struct-with-sig.exp: Same.
167 * gdb.dwarf2/typedef-void-finish.exp: Same.
168 * gdb.dwarf2/void-type.exp: Same.
169
10da644d
TV
1702020-07-17 Tom de Vries <tdevries@suse.de>
171
172 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
173 src parameter.
174 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
175 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
176 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
177 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
178 * gdb.dwarf2/dwz.exp: Same.
179 * gdb.dwarf2/implptr-optimized-out.exp: Same.
180 * gdb.dwarf2/implref-array.exp: Same.
181 * gdb.dwarf2/implref-const.exp: Same.
182 * gdb.dwarf2/implref-global.exp: Same.
183 * gdb.dwarf2/implref-struct.exp: Same.
184 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
185 * gdb.dwarf2/opaque-type-lookup.exp: Same.
186 * gdb.dwarf2/var-access.exp: Same.
187 * gdb.dwarf2/varval.exp: Same.
188 * gdb.trace/entry-values.exp: Same.
189
315e6afc
TV
1902020-07-17 Tom de Vries <tdevries@suse.de>
191
192 * lib/dwarf.exp (Dwarf::extern): Remove.
193 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
194 * gdb.dlang/circular.exp: Same.
195 * gdb.dwarf2/comp-unit-lang.exp: Same.
196 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
197 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
198 * gdb.dwarf2/dwz.exp: Same.
199 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
200 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
201 * gdb.dwarf2/imported-unit.exp: Same.
202 * gdb.dwarf2/opaque-type-lookup.exp: Same.
203
5597c940
SL
2042020-07-16 Sandra Loosemore <sandra@codesourcery.com>
205
206 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
207 Use double quotes instead of single quotes.
208
d0ce17d8
CT
2092020-07-16 Caroline Tice <cmtice@google.com>
210
211 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
212 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
213
853772cc
TV
2142020-07-16 Tom de Vries <tdevries@suse.de>
215
216 * lib/dwarf.exp (program): Initialize _line.
217 (DW_LNE_end_sequence): Reinitialize _line.
218 (DW_LNS_advance_line): Update _line.
219 (line): New proc.
220 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
221 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
222 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
223 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
224 * gdb.dwarf2/dw2-is-stmt.exp: Same.
225 * gdb.dwarf2/dw2-ranges-func.exp: Same.
226
fe07b572
AB
2272020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
228
229 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
230 generic.
231
52781cce
TV
2322020-07-15 Tom de Vries <tdevries@suse.de>
233
234 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
235 is_amd64_regs_target.
236
3dcc261c
AB
2372020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.fortran/ptype-on-functions.exp: Add more tests.
240 * gdb.fortran/ptype-on-functions.f90: Likewise.
241
054a0959
SM
2422020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
243
244 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
245 values in documentation for addr_size to 4 and 8.
246
ccb9eba6
AB
2472020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
248
249 * gdb.arch/amd64-osabi.exp: Update.
250 * gdb.arch/arm-disassembler-options.exp: Update.
251 * gdb.arch/powerpc-disassembler-options.exp: Update.
252 * gdb.arch/ppc64-symtab-cordic.exp: Update.
253 * gdb.arch/s390-disassembler-options.exp: Update.
254 * gdb.base/all-architectures.exp.tcl: Update.
255 * gdb.base/attach-pie-noexec.exp: Update.
256 * gdb.base/catch-syscall.exp: Update.
257 * gdb.xml/tdesc-arch.exp: Update.
258
025a39a7
TV
2592020-07-14 Tom de Vries <tdevries@suse.de>
260
261 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
262 (local_gettid): ... this.
263 (fn): Update.
264
74e4b667
SL
2652020-07-13 Sandra Loosemore <sandra@codesourcery.com>
266
267 * gdb.base/info_sources.exp: Skip directory match tests on
268 remote hosts.
269
f413dd74
GB
2702020-07-13 Gary Benson <gbenson@redhat.com>
271
272 * gdb.base/savedregs.exp (caller): Use parentheses to
273 make expected expression evaluation ordering explicit.
274
915771bb
GB
2752020-07-13 Gary Benson <gbenson@redhat.com>
276
277 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
278
2a122642
GB
2792020-07-13 Gary Benson <gbenson@redhat.com>
280
281 * gdb.base/bigcore.c (main): Use a volatile pointer when
282 attempting to trigger a SIGSEGV.
283 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
284 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
285 * gdb.base/savedregs.c (thrower): Likewise.
286 * gdb.mi/mi-syn-frame.c (bar): Likewise.
287
3f00c730
GB
2882020-07-13 Gary Benson <gbenson@redhat.com>
289
290 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
291 defining and using VLA structure fields into...
292 * gdb.base/vla-struct-fields.c: New file.
293 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
294 tests into...
295 * gdb.base/vla-struct-fields.exp: New file.
296
963eeee4
TV
2972020-07-13 Tom de Vries <tdevries@suse.de>
298
299 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
300 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
301 * gdb.base/gold-gdb-index.exp: Same.
302 * gdb.base/morestack.exp: Same.
303
0ed35c9a
DX
3042020-07-11 Daniel Xu <dxu@dxuuu.xyz>
305
306 PR rust/26121
307 * gdb.rust/modules.rs: Prevent linker from discarding test
308 symbol.
309
4fdba23d
PA
3102020-07-10 Pedro Alves <pedro@palves.net>
311
312 PR gdb/26199
313 * gdb.multi/multi-target.c (exit_thread): New.
314 (thread_start): Break loop if EXIT_THREAD.
315 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
316 (top level) Call test_no_resumed.
317
15f3b077
TT
3182020-07-08 Tom Tromey <tromey@adacore.com>
319
320 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
321 * gdb.ada/catch_ex.exp: Examine catchpoint text.
322
9fc501fd
AB
3232020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 PR python/22748
326 * gdb.opt/inline-frame-tailcall.c: New file.
327 * gdb.opt/inline-frame-tailcall.exp: New file.
328 * gdb.python/py-unwind-inline.c: New file.
329 * gdb.python/py-unwind-inline.exp: New file.
330 * gdb.python/py-unwind-inline.py: New file.
331
64cb3757
AB
3322020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
333
334 * gdb.python/py-arch-reg-groups.exp: New file.
335
0f767f94
AB
3362020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
337
338 * gdb.python/py-arch-reg-names.exp: New file.
339
87dbc774
AB
3402020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
341
342 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
343 gdb.PendingFrame.architecture method.
344
d8cc8af6
TV
3452020-07-06 Tom de Vries <tdevries@suse.de>
346
347 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
348
3c8ea5be
PA
3492020-07-03 Pedro Alves <palves@redhat.com>
350
351 * gdb.base/structs2.c (main): Adjust second parem_reg call to
352 explicitly write negative numbers.
353 * gdb.base/structs2.exp: Adjust expected output.
354
bf90c83a
PA
3552020-07-03 Pedro Alves <palves@redhat.com>
356
357 * gdb.base/charset.c (init_string): Change all char parameters to
358 unsigned char parameters.
359
2eb82157
PA
3602020-07-03 Pedro Alves <palves@redhat.com>
361
362 * gdb.base/call-sc.exp (start_scalars_test): Use
363 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
364 * gdb.base/overlays.c: Remove references to PARAMS.
365 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
366 * gdb.base/reread.exp: Don't set 'prototypes' global.
367 * gdb.base/structs.exp (start_structs_test): Use
368 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
369 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
370 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
371 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
372 call.
373 * gdb.base/varargs.exp: Don't set 'prototypes' global.
374
9adda7af
PA
3752020-07-03 Pedro Alves <palves@redhat.com>
376
377 * gdb.base/m32rovly.c: Delete.
378 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
379
2a17c803
PW
3802020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
381
382 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
383 of gdb_py_test_multiple.
384 * gdb.python/py-cmd.exp: Likewise.
385 * gdb.python/py-events.exp: Likewise.
386 * gdb.python/py-function.exp: Likewise.
387 * gdb.python/py-inferior.exp: Likewise.
388 * gdb.python/py-infthread.exp: Likewise.
389 * gdb.python/py-linetable.exp: Likewise.
390 * gdb.python/py-parameter.exp: Likewise.
391 * gdb.python/py-value.exp: Likewise.
392
b011fe1a
TV
3932020-06-30 Tom de Vries <tdevries@suse.de>
394
395 PR testsuite/26175
396 * lib/future.exp (gdb_default_target_compile): Detect and handle
397 early_flags.
398
df5b8876
SM
3992020-06-29 Simon Marchi <simon.marchi@efficios.com>
400
401 * boards/simavr.exp (gdb_load): Catch errors when closing
402 previous connection. Close connection, wait for process and
403 unset simavr_spawn_id on failure.
404
a3ca48cd
TV
4052020-06-29 Tom de Vries <tdevries@suse.de>
406
407 * lib/gdb.exp (unknown): Make test-case unresolved.
408
b0237c0e
TV
4092020-06-29 Tom de Vries <tdevries@suse.de>
410
411 PR gdb/25475
412 * gdb.server/solib-list.exp: Verify that the symbol reload
413 confirmation question is asked.
414
c0b3b3bd
PW
4152020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
416
417 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
418 have a input seq nr in each pass message.
419 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
420 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
421 * gdb.python/python.exp: Make test names unique,
422 use gdb_test_multiline instead of gdb_py_test_multiple,
423 use $gdb_test_name.
424 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
425
1776e3e5
NA
4262020-06-26 Nick Alcock <nick.alcock@oracle.com>
427
428 * configure.ac: Add --enable-libctf.
429 * aclocal.m4: sinclude ../config/enable.m4.
430 * Makefile.in (site.exp): Add enable_libctf to site.exp.
431 * lib/gdb.exp (skip_ctf_tests): Use it.
432 * gdb.base/ctf-constvars.exp: Error message tweak.
433 * gdb.base/ctf-ptype.exp: Likewise.
434 * configure: Regenerate.
435
f53b3eeb
GB
4362020-06-26 Gary Benson <gbenson@redhat.com>
437
438 * gdb.cp/try_catch.cc: Include string.h.
439 (main): Replace comparison against string literal with
440 strcmp, avoiding build failure with -Wstring-compare.
441 Add "marker test-complete".
442 * gdb.cp/try_catch.exp: Run the test to the above marker,
443 then verify that the value of "test" is still true.
444
6d74da72
AB
4452020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
446
447 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
448
2e52d038
AB
4492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
450
451 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
452
3b9fce96
AB
4532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
454
455 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
456 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
457 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
458 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
459 * gdb.arch/riscv-tdesc-loading.exp: New file.
460
ed69cbc8
AB
4612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
462
463 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
464
767a879e
AB
4652020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
468 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
469 * gdb.arch/riscv-tdesc-regs.c: New file.
470 * gdb.arch/riscv-tdesc-regs.exp: New file.
471
221db974
PA
4722020-06-24 Pedro Alves <palves@redhat.com>
473
474 * gdb.arch/amd64-entry-value-paramref.exp: Use
475 prepare_for_testing_full and don't pass "c++" for the .S file
476 build spec.
477 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
478 $options, since it's an assembly file. Remove -Wno-deprecated.
479 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
480 compiling C++ programs.
481
331733cd
PA
4822020-06-24 Pedro Alves <palves@redhat.com>
483
484 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
485 Clang, add "-Wno-unknown-warning-option" to the options.
486
caa7fd04
AB
4872020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
488
489 * gdb.xml/tdesc-reload.c: New file.
490 * gdb.xml/tdesc-reload.exp: New file.
491 * gdb.xml/maint-xml-dump-01.xml: New file.
492 * gdb.xml/maint-xml-dump-02.xml: New file.
493 * gdb.xml/maint-xml-dump.exp: New file.
494
bb8d1260
SL
4952020-06-23 Sandra Loosemore <sandra@codesourcery.com>
496
497 * lib/completion-support.exp (test_gdb_completion_offers_commands):
498 Adjust for omitted commands when TUI is disabled.
499
7e4b9c4c
GB
5002020-06-23 Gary Benson <gbenson@redhat.com>
501 Pedro Alves <palves@redhat.com>
502
503 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
504 * gdb.cp/nsimport.cc: Likewise.
505 * gdb.cp/nsnested.cc: Likewise.
506 * gdb.cp/nsnoimports.cc: Likewise.
507 * gdb.cp/nsusing.cc: Likewise.
508 * gdb.cp/smartp.cc: Likewise.
509 * gdb.python/py-pp-integral.c: Likewise.
510 * gdb.python/py-pp-re-notag.c: Likewise.
511
2e573c0a
GB
5122020-06-23 Gary Benson <gbenson@redhat.com>
513
514 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
515 * gdb.cp/nsimport.cc: Likewise.
516 * gdb.cp/nsnested.cc: Likewise.
517 * gdb.cp/nsnoimports.cc: Likewise.
518 * gdb.cp/nsusing.cc: Likewise.
519 * gdb.cp/smartp.cc: Likewise.
520 * gdb.python/py-pp-integral.c: Likewise.
521 * gdb.python/py-pp-re-notag.c: Likewise.
522
746ebfe8
PW
5232020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
524
525 * gdb.base/default-args.exp: New test.
526 * gdb.base/default-args.c: New file.
527 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
528 * gdb.base/default.exp: Update to new help text.
529 * gdb.base/help.exp: Likewise.
530 * gdb.base/page.exp: Likewise.
531 * gdb.base/style.exp: Likewise.
532 * gdb.guile/guile.exp: Likewise.
533 * gdb.python/python.exp: Likewise.
534
e822f2cd
SL
5352020-06-22 Sandra Loosemore <sandra@codesourcery.com>
536
537 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
538 remote host. Fix search path syntax on Windows host.
539
48e9cc84
PW
5402020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
541
542 * gdb.base/attach.exp: Test priority of 'exec-file' changed
543 over 'exec-file-mismatch'.
544 * gdb.base/attach.c: Mark should_exit volatile.
545 * gdb.base/attach2.c: Likewise. Add a comment explaining
546 why the sleep cannot be big.
547 * gdb.base/attach3.c: New file.
548
160f8a8f
SL
5492020-06-20 Sandra Loosemore <sandra@codesourcery.com>
550
551 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
552 prefix optional.
553
4d91c2a4
SL
5542020-06-20 Sandra Loosemore <sandra@codesourcery.com>
555
556 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
557 for remote host.
558
87f83f20
SL
5592020-06-19 Sandra Loosemore <sandra@codesourcery.com>
560 Hafiz Abid Qadeer <abidh@codesourcery.com>
561
562 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
563 file sent to remote host.
564 (top level): Allow int32_t as type of 32-bit register.
565
37ab8655
TV
5662020-06-19 Tom de Vries <tdevries@suse.de>
567
568 * lib/gdb.exp (gdb_note): New proc.
569 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
570 (gdb_default_target_compile): ... here. Only call
571 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
572 (use_gdb_compile): Change to array.
573 (toplevel): Update sets of use_gdb_compile to specify language.
574 Warn about default_target_compile override. Store dejagnu's version
575 of default_target_compile in dejagnu_default_target_compile.
576
a8a56685
TV
5772020-06-18 Tom de Vries <tdevries@suse.de>
578
579 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
580 (default_gdb_init): ... here.
581
581bea2c
SL
5822020-06-17 Sandra Loosemore <sandra@codesourcery.com>
583
584 Fix TUI support checks in gdb.tui tests.
585
586 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
587 just say UNSUPPORTED.
588 * gdb.tui/corefile-run.exp: Likewise.
589 * gdb.tui/empty.exp: Likewise.
590 * gdb.tui/list-before.exp: Likewise.
591 * gdb.tui/list.exp: Likewise.
592 * gdb.tui/main.exp: Likewise.
593 * gdb.tui/regs.exp: Likewise.
594 * gdb.tui/resize.exp: Likewise.
595 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
596 * gdb.tui/tui-layout-asm.exp: Likewise.
597 * gdb.tui/tui-missing-src.exp: Likewise.
598 * gdb.tui/winheight.exp: Likewise.
599 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
600
05e682e3
SL
6012020-06-17 Sandra Loosemore <sandra@codesourcery.com>
602
603 Fix TCL error in gdb.python/py-format-string.exp.
604
605 * gdb.python/py-format-string.exp: Move test for python support
606 earlier, out of function body.
607
efb763a5
SM
6082020-06-15 Simon Marchi <simon.marchi@efficios.com>
609
610 * gdb.base/index-cache-load-twice.c: New.
611 * gdb.base/index-cache-load-twice.exp: New.
612
43327b20
KS
6132020-06-17 Keith Seitz <keiths@redhat.com>
614
99cf27cf 615 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
43327b20
KS
616 when executing "gdb --configuration".
617
081e778c
TV
6182020-06-17 Tom de Vries <tdevries@suse.de>
619
620 * lib/gdb.exp (gdb_tcl_unknown): New proc.
621 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
622 conditional on presence of gdb_tcl_unknown.
623 (gdb_finish): Make override undo conditional on presence of
624 gdb_tcl_unknown.
625
d2d1ea20
TT
6262020-06-16 Tom Tromey <tom@tromey.com>
627
628 * gdb.python/tui-window.py (failwin): New function. Register it
629 as a TUI window type.
630 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
631
c802e8a7
GB
6322020-06-16 Gary Benson <gbenson@redhat.com>
633
634 * gdb.python/py-nested-maps.c (create_map): Add missing return
635 value.
636 (create_map_map): Likewise.
637
ff08abb8
TBA
6382020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
639
640 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
641 variable.
642 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
643 and use the already-defined 'options' variable.
644
a29d5112
AB
6452020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
646 Tom de Vries <tdevries@suse.de>
647
648 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
649 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
650 (gdb_setup_known_globals): New proc.
651 (gdb_cleanup_globals): New proc.
652 * lib/gdb.exp (load_lib): New override proc.
653 (gdb_stdin_log_init): Set var in_file as persistent global.
654 * lib/pascal.exp (gdb_stdin_log_init): Set vars
655 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
656 fpc_compiler as persistent global.
657
8c74a764
TV
6582020-06-12 Tom de Vries <tdevries@suse.de>
659
660 * lib/tuiterm.exp (spawn): Rename to ...
661 (tui_spawn): ... this.
662 (toplevel): Move rename of spawn ...
663 (gdb_init_tuiterm): ... here. New proc.
664 (gdb_finish_tuiterm): New proc.
665 * lib/gdb.exp (gdb_finish_hooks): New global var.
666 (gdb_finish): Handle gdb_finish_hooks.
667 (tuiterm_env): New proc.
668 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
669 tuiterm_env.
670 * gdb.tui/basic.exp: Same.
671 * gdb.tui/corefile-run.exp: Same.
672 * gdb.tui/empty.exp: Same.
673 * gdb.tui/list-before.exp: Same.
674 * gdb.tui/list.exp: Same.
675 * gdb.tui/main.exp: Same.
676 * gdb.tui/new-layout.exp: Same.
677 * gdb.tui/regs.exp: Same.
678 * gdb.tui/resize.exp: Same.
679 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
680 * gdb.tui/tui-layout-asm.exp: Same.
681 * gdb.tui/tui-missing-src.exp: Same.
682 * gdb.tui/winheight.exp: Same.
683
26783bce
TV
6842020-06-12 Tom de Vries <tdevries@suse.de>
685
686 PR testsuite/26110
687 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
688 (gdb_finish): Reinstall dejagnu's override of ::unknown.
689
2b4e6a3f
TT
6902020-06-11 Tom Tromey <tom@tromey.com>
691
692 PR gdb/18318:
693 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
694 floating point tests.
695
2f33032a
KS
6962020-06-11 Keith Seitz <keiths@redhat.com>
697
698 PR gdb/21356
699 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
700 vla_struct.
701 Add new struct vla_typedef and union vla_typedef_union and
702 corresponding instantiation objects.
703 Initialize new objects.
704 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
705 and vla_typedef_union_object.
706 Fixup type for vla_struct_object.
707
a8baf0a3
TV
7082020-06-11 Tom de Vries <tdevries@suse.de>
709
710 * lib/gdb.exp (with_override): New proc, factored out of ...
711 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
712
7ab96794
TV
7132020-06-10 Tom de Vries <tdevries@suse.de>
714
715 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
716
cab5c3b7
SM
7172020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
718
719 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
720 parameter, update callers.
721
f8c41851
SM
7222020-06-04 Simon Marchi <simon.marchi@efficios.com>
723
724 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
725 * gdb.dwarf2/share-psymtabs-bt.c: New file.
726 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
727
1c07a73f
TV
7282020-06-04 Tom de Vries <tdevries@suse.de>
729
730 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
731
95146b5d
TV
7322020-06-04 Tom de Vries <tdevries@suse.de>
733
734 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
735 exp_continue.
736
0cfcd4f0
TV
7372020-06-04 Tom de Vries <tdevries@suse.de>
738
739 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
740
f9b5d5ea
TV
7412020-06-03 Tom de Vries <tdevries@suse.de>
742
743 PR symtab/26046
744 * gdb.cp/breakpoint-locs-2.cc: New test.
745 * gdb.cp/breakpoint-locs.cc: New test.
746 * gdb.cp/breakpoint-locs.exp: New file.
747 * gdb.cp/breakpoint-locs.h: New test.
748
5144dfba
TV
7492020-06-03 Tom de Vries <tdevries@suse.de>
750
751 PR testsuite/25609
752 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
753 value of global verbose.
754 * gdb.base/jit-elf.exp: Same.
755 * gdb.base/jit-reader.exp: Same.
756
621eacdf
TV
7572020-06-02 Tom de Vries <tdevries@suse.de>
758
759 * gdb.dwarf2/multidictionary.exp: Don't use
760 gdb_spawn_with_cmdline_opts.
761
1313c56e
AB
7622020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
765 use_header case.
766 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
767 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
768 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
769 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
770 * gdb.dwarf2/dw2-inline-header.c: New file.
771 * gdb.dwarf2/dw2-inline-header.h: New file.
772
f68f85b5
PA
7732020-05-30 Pedro Alves <palves@redhat.com>
774
775 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
776 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
777
678048e8
GB
7782020-05-29 Gary Benson <gbenson@redhat.com>
779
780 * gdb.compile/compile-cplus.exp (additional_flags): Also
781 set when building with clang.
782 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
783 when building with clang.
784
9fcafd23
GB
7852020-05-29 Gary Benson <gbenson@redhat.com>
786
787 * gdb.arch/i386-avx.exp (additional_flags): Also set when
788 building with clang.
789 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
790
735d5a07
GB
7912020-05-29 Gary Benson <gbenson@redhat.com>
792
793 * gdb.cp/koenig.exp (prepare_for_testing): Add
794 additional_flags=-Wno-unused-comparison.
795 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
796
4ad2c6a0
GB
7972020-05-28 Gary Benson <gbenson@redhat.com>
798
799 * gdb.base/sigaltstack.c (catcher): Add default case to switch
800 statement.
801
09fe663e
GB
8022020-05-28 Gary Benson <gbenson@redhat.com>
803
804 * gdb.cp/classes.exp (prepare_for_testing): Add
805 additional_flags=-Wno-deprecated-register.
806 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
807 * gdb.cp/misc.exp: Likewise.
808
cee00f17
GB
8092020-05-28 Gary Benson <gbenson@redhat.com>
810
811 * gdb.linespec/cpls-ops.cc (dummy): New static global.
812 (test_op_new::operator new): Add return statement.
813 (test_op_new_array::operator new[]): Likewise.
814
636edd00
PA
8152020-05-27 Pedro Alves <palves@redhat.com>
816
817 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
818 check. Use test_gdb_complete_unique instead of
819 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
820 test_gdb_complete_multiple instead of
821 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
822
c2b75043
LM
8232020-05-27 Luis Machado <luis.machado@linaro.org>
824
825 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
826 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
827 * gdb.arch/arm-disassembler-options.exp: Likewise.
828 * gdb.arch/arm-disp-step.exp: Likewise.
829 * gdb.arch/thumb-prologue.exp: Likewise.
830 * gdb.base/async.exp: Likewise.
831 * gdb.base/auxv.exp: Likewise.
832 * gdb.base/complex-parts.exp: Likewise.
833 * gdb.base/ena-dis-br.exp: Likewise.
834 * gdb.base/foll-exec.exp: Likewise.
835 * gdb.base/permissions.exp: Likewise.
836 * gdb.base/relocate.exp: Likewise.
837 * gdb.base/return2.exp: Likewise.
838 * gdb.base/sigbpt.exp: Likewise.
839 * gdb.base/siginfo-obj.exp: Likewise.
840 * gdb.cp/converts.exp: Likewise.
841 * gdb.cp/exceptprint.exp: Likewise.
842 * gdb.cp/inherit.exp: Likewise.
843 * gdb.cp/nsnoimports.exp: Likewise.
844 * gdb.cp/virtbase2.exp: Likewise.
845 * gdb.mi/mi-var-cmd.exp: Likewise.
846 * gdb.mi/var-cmd.c: Likewise.
847
53a47a3e
TT
8482020-05-26 Tom Tromey <tromey@adacore.com>
849
850 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
851
0bc2354b
TT
8522020-05-26 Tom Tromey <tromey@adacore.com>
853
854 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
855 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
856 type.
857 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
858 variable.
859
0db49895
CBG
8602020-05-26 Christian Biesinger <cbiesinger@google.com>
861
862 * Makefile.in: Use = instead of == for the test command
863 for portability.
864
40d22035
TV
8652020-05-26 Tom de Vries <tdevries@suse.de>
866
867 * gdb.base/gold-gdb-index-2.c: New test.
868 * gdb.base/gold-gdb-index.c: New test.
869 * gdb.base/gold-gdb-index.exp: New file.
870 * gdb.base/gold-gdb-index.h: New test.
871
043e2e02
TV
8722020-05-25 Tom de Vries <tdevries@suse.de>
873
874 * boards/gold-gdb-index.exp: New file.
875
462f72c5
SM
8762020-05-25 Simon Marchi <simon.marchi@efficios.com>
877
878 * boards/simavr.exp: New file.
879
6cf66e76
SM
8802020-05-25 Simon Marchi <simon.marchi@efficios.com>
881
882 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
883 * gdb.base/inferior-args.exp: New file.
884 * gdb.base/inferior-args.c: New file.
885
75d04512
SM
8862020-05-25 Simon Marchi <simon.marchi@efficios.com>
887
888 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
889 inferior_args. Pass it to gdb_reload.
890 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
891 inferior_args.
892 (gdb_reload): Add inferior_args argument.
893 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
894 pass it to gdbserver_run.
895 * boards/native-gdbserver.exp: Do not set noargs.
896 * boards/native-extended-gdbserver.exp (gdb_reload): Add
897 inferior_args argument.
898 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
899 * gdb.base/a2-run.exp: Check for use_gdb_stub.
900 * gdb.base/args.exp: Likewise.
901
42cf1844
TV
9022020-05-25 Tom de Vries <tdevries@suse.de>
903
904 * lib/gdb.exp (exec_is_pie): Add comment.
905
8f7d38ef
TV
9062020-05-25 Tom de Vries <tdevries@suse.de>
907
908 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
909 instead of $binfile in the untested message.
910
465e1b0f
TV
9112020-05-25 Tom de Vries <tdevries@suse.de>
912
913 PR testsuite/26031
914 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
915
3c5a0e02
TV
9162020-05-25 Tom de Vries <tdevries@suse.de>
917
918 * boards/gold.exp: New file.
919
0a4f5f8c
TT
9202020-05-23 Tom Tromey <tom@tromey.com>
921
922 * gdb.base/style.exp: Remove completion styling test.
923 * lib/gdb-utils.exp (style): Remove completion styles.
924
eca1f90c
TT
9252020-05-23 Tom Tromey <tom@tromey.com>
926
927 * gdb.base/style.exp: Add completion styling test.
928 * lib/gdb-utils.exp (style): Add completion styles.
929
7c13f4e8
AB
9302020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
931
932 * gdb.base/annota1.exp: Update expected results.
933 * gdb.cp/annota2.exp: Update expected results, remove duplicate
934 test name.
935 * gdb.cp/annota3.exp: Update expected results.
936
41977d16
SM
9372020-05-20 Simon Marchi <simon.marchi@efficios.com>
938
939 PR gdb/26016
940 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
941 against MAP_FAILED.
942 * gdb.base/coremaker.c (mmapdata): Likewise.
943 * gdb.base/jit-reader-host.c (main): Likewise.
944 * gdb.base/sym-file-loader.c (load): Likewise.
945 (load_shlib): Likewise.
946
b4757f2e
TT
9472020-05-20 Tom Tromey <tromey@adacore.com>
948
949 * gdb.ada/array_char_idx.exp: Recognize initialized array.
950
9a0bacfb
TV
9512020-05-20 Tom de Vries <tdevries@suse.de>
952
953 PR symtab/25833
954 * gdb.base/with-mf-inc.c: New test.
955 * gdb.base/with-mf-main.c: New test.
956 * gdb.base/with-mf.exp: New file.
957
76571211
TT
9582020-05-19 Tom Tromey <tromey@adacore.com>
959
960 * gdb.rust/simple.exp: Restore missing test result.
961
4cd9f3d5
TV
9622020-05-19 Tom de Vries <tdevries@suse.de>
963
964 * gdb.base/gdb-caching-proc.exp: Fix typo.
965
7d874253
TT
9662020-05-19 Tom Tromey <tromey@adacore.com>
967
968 * gdb.rust/simple.exp: Add some test descriptions.
969 (test_one_slice): Use with_test_prefix.
970
1d727695
TV
9712020-05-18 Tom de Vries <tdevries@suse.de>
972
973 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
974
7f32a4d5
PA
9752020-05-17 Pedro Alves <palves@redhat.com>
976
977 PR gdb/25741
978 * gdb.base/hw-sw-break-same-address.exp: New file.
979
7cfd74cf
PA
9802020-05-16 Pedro Alves <palves@redhat.com>
981
982 * gdb.multi/multi-re-run.exp (test_re_run): Switch
983 LAST_LOADED_FILE accordingly.
984
57b4f16e
PW
9852020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
986
987 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
988
7c05caf7
PW
9892020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
990
991 * gdb.base/help.exp: Test apropos and help for commands
992 having aliases. Fixed comments not starting with an
993 upper-case letter or not finishing with a dot.
994
7aa1b46f
PW
9952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
996
3b3aaacb
PW
997 * gdb.base/alias.exp: Update help output check.
998
57b4f16e 9992020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3b3aaacb 1000
7aa1b46f
PW
1001 * gdb.base/default.exp: Update output following fixes.
1002
0605465f
PW
10032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1004
1005 * gdb.base/alias.exp: Test aliases starting with a prefix of
1006 another alias.
1007
86e4e63d
GB
10082020-05-15 Gary Benson <gbenson@redhat.com>
1009
1010 * gdb.base/info-os.c (main): Add return statement.
1011 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1012 * gdb.base/large-frame-2.c (func): Likewise.
1013 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1014 * gdb.base/pr10179-b.c (foo2): Likewise.
1015 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1016 * gdb.base/watch-cond.c (func): Likewise.
1017 * gdb.multi/goodbye.c (verylongfun): Likewise.
1018 * gdb.multi/hello.c (commonfun): Likewise.
1019 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1020 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1021 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1022 Likewise.
1023 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1024 * gdb.threads/interrupt-while-step-over.c (child_function):
1025 Likewise.
1026 * gdb.trace/actions-changed.c (end): Likewise.
1027
163df4df
GB
10282020-05-15 Gary Benson <gbenson@redhat.com>
1029
1030 * gdb.opencl/callfuncs.exp: Report when test skipped.
1031 * gdb.opencl/convs_casts.exp: Likewise.
1032 * gdb.opencl/datatypes.exp: Likewise.
1033 * gdb.opencl/operators.exp: Likewise.
1034 * gdb.opencl/vec_comps.exp: Likewise.
1035
6dbc505a
TV
10362020-05-15 Tom de Vries <tdevries@suse.de>
1037
1038 * gdb.base/align.exp.in: Rename to ...
1039 * gdb.base/align.exp.tcl: ... this.
1040 * gdb.base/align-c++.exp: Update.
1041 * gdb.base/align-c.exp: Update.
1042 * gdb.base/all-architectures.exp.in: Rename to ...
1043 * gdb.base/all-architectures.exp: ... this.
1044 * gdb.base/all-architectures-0.exp: Update.
1045 * gdb.base/all-architectures-1.exp: Update.
1046 * gdb.base/all-architectures-2.exp: Update.
1047 * gdb.base/all-architectures-3.exp: Update.
1048 * gdb.base/all-architectures-4.exp: Update.
1049 * gdb.base/all-architectures-5.exp: Update.
1050 * gdb.base/all-architectures-6.exp: Update.
1051 * gdb.base/all-architectures-7.exp: Update.
1052 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1053 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1054 * gdb.base/infcall-nested-structs-c++.exp: Update.
1055 * gdb.base/infcall-nested-structs-c.exp: Update.
1056 * gdb.base/info-types.exp.in: Rename to ...
1057 * gdb.base/info-types.exp.tcl: ... this.
1058 * gdb.base/info-types-c++.exp: Update.
1059 * gdb.base/info-types-c.exp: Update.
1060 * gdb.base/max-depth.exp.in: Rename to ...
1061 * gdb.base/max-depth.exp.tcl: ... this.
1062 * gdb.base/max-depth-c++.exp: Update.
1063 * gdb.base/max-depth-c.exp: Update.
1064 * gdb.cp/cpexprs.exp.in: Rename to ...
1065 * gdb.cp/cpexprs.exp.tcl: ... this.
1066 * gdb.cp/cpexprs-debug-types.exp: Update.
1067 * gdb.cp/cpexprs.exp: Update.
1068 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1069 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1070 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1071 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1072 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1073 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1074 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1075 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1076 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1077 * gdb.dwarf2/clang-debug-names.exp: Update.
1078
d1034d78
AB
10792020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * lib/check-test-names.exp: Remove code that prevents this file
1082 loading when tests are run in parallel.
1083
3c5c3649
PA
10842020-05-15 Pedro Alves <palves@redhat.com>
1085
1086 * gdb.multi/multi-kill.exp (start_inferior): Remove
1087 'testpid' parameter. Refer to namespace variable directly.
1088 (testpid): Declare as namespace variable.
1089
272c36b8
PA
10902020-05-15 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.multi/multi-kill.exp: Wrap in namespace.
1093 (start_inferior): Add TESTPID parameter. Use it instead of the
1094 testpid global.
1095 (top level): Define empty TESTPID array, and pass it down to
1096 start_inferior.
1097
02eba61a
TV
10982020-05-14 Tom de Vries <tdevries@suse.de>
1099
1100 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1101 output.
1102
971a3747
TV
11032020-05-14 Tom de Vries <tdevries@suse.de>
1104
1105 * gdb.base/align.exp: Split into ...
1106 * gdb.base/align.exp.in: ...
1107 * gdb.base/align-c++.exp: ...
1108 * gdb.base/align-c.exp: ... these.
1109 * gdb.base/infcall-nested-structs.exp: Split into ...
1110 * gdb.base/infcall-nested-structs.exp.in: ...
1111 * gdb.base/infcall-nested-structs-c++.exp: ...
1112 * gdb.base/infcall-nested-structs-c.exp: ... these.
1113 * gdb.base/info-types.exp: Split into ...
1114 * gdb.base/info-types.exp.in: ...
1115 * gdb.base/info-types-c++.exp: ...
1116 * gdb.base/info-types-c.exp: ... these.
1117 * gdb.base/max-depth.exp: Split into ...
1118 * gdb.base/max-depth.exp.in: ...
1119 * gdb.base/max-depth-c++.exp: ...
1120 * gdb.base/max-depth-c.exp: ... these.
1121 * gdb.cp/infcall-nodebug.exp: Split into ...
1122 * gdb.cp/infcall-nodebug.exp.in: ...
1123 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1124 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1125 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1126 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1127
a05575d3
TBA
11282020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1129 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.multi/multi-exit.c: New file.
1132 * gdb.multi/multi-exit.exp: New file.
1133 * gdb.multi/multi-kill.c: New file.
1134 * gdb.multi/multi-kill.exp: New file.
1135
6ad82919
TBA
11362020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1137
1138 * gdb.base/annota1.exp: Update the expected output.
1139 * gdb.cp/annota2.exp: Ditto.
1140
843f4d93
AB
11412020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1142
1143 * lib/check-test-names.exp: Disable when testing is being run in
1144 parallel.
1145
c7c66341
TV
11462020-05-12 Tom de Vries <tdevries@suse.de>
1147
1148 * gdb.base/jit-elf.exp: Fix string concat.
1149
1b59ca1c
TV
11502020-05-12 Tom de Vries <tdevries@suse.de>
1151
1152 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1153 messages.
1154
b4991d29
TV
11552020-05-12 Tom de Vries <tdevries@suse.de>
1156
1157 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1158
dbb0ab10
TV
11592020-05-12 Tom de Vries <tdevries@suse.de>
1160
1161 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1162 * gdb.ada/mi_catch_ex.exp: Same.
1163 * gdb.ada/mi_catch_ex_hand.exp: Same.
1164
7549fed8
TV
11652020-05-12 Tom de Vries <tdevries@suse.de>
1166
1167 * gdb.fortran/complex.exp: Use with_test_prefix.
1168
af2d5cd8
TV
11692020-05-12 Tom de Vries <tdevries@suse.de>
1170
1171 * gdb.trace/passcount.exp: Fix test-names.
1172
7c121311
TV
11732020-05-12 Tom de Vries <tdevries@suse.de>
1174
1175 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1176
c9f3b40e
TV
11772020-05-12 Tom de Vries <tdevries@suse.de>
1178
1179 * gdb.gdb/complaints.exp: Use with_test_prefix.
1180 * gdb.xml/tdesc-regs.exp: Same.
1181 * gdb.opt/inline-locals.exp: Fix test name.
1182
111b33f0
TV
11832020-05-12 Tom de Vries <tdevries@suse.de>
1184
1185 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1186 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1187 * gdb.dwarf2/implref-struct.exp: Same.
1188 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1189 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1190
ebf47080
SM
11912020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1192
1193 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1194
d30dcd12
AB
11952020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1196
1197 * lib/check-test-names.exp (all_test_names): New module variable.
1198 (counts): Add 'duplicates' field.
1199 (_check_duplicates): New procedure.
1200 (check): Also check for duplicates.
1201 (do_log_summary): Print duplicates count.
1202 (do_reset_vars): Reset counter for duplicate test names, and
1203 discard all know test names.
1204
34584c09
AB
12052020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1206
1207 * lib/gdb.exp: Include check-test-names.exp library.
1208 * lib/check-test-names.exp: New file.
1209
e0002117
TV
12102020-05-11 Tom de Vries <tdevries@suse.de>
1211
1212 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1213
53f539a3
KS
12142020-05-11 Keith Seitz <keiths@redhat.com>
1215
1216 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1217
113ee09a
TV
12182020-05-11 Tom de Vries <tdevries@suse.de>
1219
1220 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1221 * gdb.cp/cpexprs.exp.in: .. here.
1222 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1223 cpexprs.exp.
1224
ba3e70b0
KS
12252020-05-11 Keith Seitz <keiths@redhat.com>
1226
1227 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1228 test names.
1229 * gdb.ada/arrayptr.exp: Likewise.
1230 * gdb.ada/assign_arr.exp: Likewise.
1231 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1232 * gdb.ada/bp_on_var.exp: Likewise.
1233 * gdb.ada/call_pn.exp: Likewise.
1234 * gdb.ada/complete.exp: Likewise.
1235 * gdb.ada/fun_overload_menu.exp: Likewise.
1236 * gdb.ada/funcall_param.exp: Likewise.
1237 * gdb.ada/funcall_ref.exp: Likewise.
1238 * gdb.ada/packed_array_assign.exp: Likewise.
1239 * gdb.ada/same_component_name.exp: Likewise.
1240 * gdb.ada/type_coercion.exp: Likewise.
1241 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1242 * gdb.ada/variant_record_packed_array.exp: Likewise.
1243
3ee6bb11
TV
12442020-05-11 Tom de Vries <tdevries@suse.de>
1245
1246 PR symtab/25941
1247 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1248 out of ...
1249 * gdb.dwarf2/clang-debug-names.exp: ... here.
1250 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1251 clang-debug-names.exp.in.
1252 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1253 * gdb.dwarf2/clang-debug-names-2.c: New test.
1254
86cd6bc8
AKS
12552020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1256
1257 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1258 (fortran_runto_main): New Proc, fortran version of runto_main.
1259 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1260 * gdb.fortran/array-bounds.exp: Likewise.
1261 * gdb.fortran/array-slices.exp: Likewise.
1262 * gdb.fortran/block-data.exp: Likewise.
1263 * gdb.fortran/charset.exp: Likewise.
1264 * gdb.fortran/common-block.exp: Likewise.
1265 * gdb.fortran/complex.exp: Likewise.
1266 * gdb.fortran/derived-type-function.exp: Likewise.
1267 * gdb.fortran/derived-type.exp: Likewise.
1268 * gdb.fortran/info-modules.exp: Likewise.
1269 * gdb.fortran/info-types.exp: Likewise.
1270 * gdb.fortran/intrinsics.exp: Likewise.
1271 * gdb.fortran/library-module.exp: Likewise.
1272 * gdb.fortran/logical.exp: Likewise.
1273 * gdb.fortran/max-depth.exp: Likewise.
1274 * gdb.fortran/module.exp: Likewise.
1275 * gdb.fortran/multi-dim.exp: Likewise.
1276 * gdb.fortran/nested-funcs.exp: Likewise.
1277 * gdb.fortran/print-formatted.exp: Likewise.
1278 * gdb.fortran/print_type.exp: Likewise.
1279 * gdb.fortran/printing-types.exp: Likewise.
1280 * gdb.fortran/ptr-indentation.exp: Likewise.
1281 * gdb.fortran/ptype-on-functions.exp: Likewise.
1282 * gdb.fortran/subarray.exp: Likewise.
1283 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1284 * gdb.fortran/vla-datatypes.exp: Likewise.
1285 * gdb.fortran/vla-history.exp: Likewise.
1286 * gdb.fortran/vla-ptr-info.exp: Likewise.
1287 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1288 * gdb.fortran/vla-ptype.exp: Likewise.
1289 * gdb.fortran/vla-sizeof.exp: Likewise.
1290 * gdb.fortran/vla-type.exp: Likewise.
1291 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1292 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1293 * gdb.fortran/vla-value-sub.exp: Likewise.
1294 * gdb.fortran/vla-value.exp: Likewise.
1295 * gdb.fortran/whatis_type.exp: Likewise.
1296 * gdb.mi/mi-var-child-f.exp: Likewise.
1297
6dc55ce9 12982020-05-09 Tom de Vries <tdevries@suse.de>
1299
1300 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1301
283cb58c
TV
13022020-05-08 Tom de Vries <tdevries@suse.de>
1303
1304 * gdb.dwarf2/clang-debug-names.c: New test.
1305 * gdb.dwarf2/clang-debug-names.exp: New file.
1306
ac4a4f1c
SM
13072020-05-06 Simon Marchi <simon.marchi@efficios.com>
1308
1309 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1310 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1311
24fe640b
TV
13122020-05-06 Tom de Vries <tdevries@suse.de>
1313
1314 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1315 breakpoint is at a "recommended breakpoint location".
1316 * gdb.reverse/consecutive-reverse.exp: Same.
1317
0d8683a3
TV
13182020-05-06 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1321 address.
1322
b8983c46
TV
13232020-05-06 Tom de Vries <tdevries@suse.de>
1324
1325 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1326
abf6d805
TV
13272020-05-06 Tom de Vries <tdevries@suse.de>
1328
1329 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1330 info for r.
1331
0fc2a808
TV
13322020-05-06 Tom de Vries <tdevries@suse.de>
1333
1334 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1335 necessary.
1336
873dd427
TV
13372020-05-06 Tom de Vries <tdevries@suse.de>
1338
1339 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1340 void.
1341
7c99e7e2
TV
13422020-05-06 Tom de Vries <tdevries@suse.de>
1343
1344 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1345 of ...
1346 * gdb.base/async.exp: ... here.
1347 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1348 "recommended breakpoint location".
1349
6173d6a6
TV
13502020-05-06 Tom de Vries <tdevries@suse.de>
1351
1352 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1353
6015a067
TV
13542020-05-04 Tom de Vries <tdevries@suse.de>
1355
1356 * gdb.base/async.exp: Check whether instruction addresses are a
1357 "recommended breakpoint location".
1358
3b6acaee
TT
13592020-05-03 Tom Tromey <tom@tromey.com>
1360
1361 * gdb.base/sepdebug.exp: Remove "catch" test.
1362 * gdb.base/break.exp: Remove "catch" test.
1363 * gdb.base/default.exp: Update expected output.
1364
5beb4d17
TV
13652020-05-02 Tom de Vries <tdevries@suse.de>
1366
1367 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1368 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1369 * gdb.arch/i386-mpx-map.exp: Same.
1370 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1371 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1372 * gdb.arch/i386-mpx.exp: Same.
1373
8caf140d
TV
13742020-05-02 Tom de Vries <tdevries@suse.de>
1375
1376 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1377
693196cb
TV
13782020-05-01 Tom de Vries <tdevries@suse.de>
1379
1380 * gdb.ada/operator_bp.exp: Allow more than required amount of
1381 breakpoint.
1382
53ae0aa9
TV
13832020-05-01 Tom de Vries <tdevries@suse.de>
1384
1385 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1386
ee9d1e5f
HD
13872020-04-30 Hannes Domani <ssbssa@yahoo.de>
1388
1389 PR gdb/18706
1390 * gdb.cp/stub-array-size.cc: New test.
1391 * gdb.cp/stub-array-size.exp: New file.
1392 * gdb.cp/stub-array-size.h: New test.
1393 * gdb.cp/stub-array-size2.cc: New test.
1394
d5cf82c0
HD
13952020-04-30 Hannes Domani <ssbssa@yahoo.de>
1396
1397 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1398 output to the new format.
1399
42e165c3
SM
14002020-04-29 Simon Marchi <simon.marchi@efficios.com>
1401
1402 * gdb.base/break.exp: Use with_test_prefix.
1403
6e4e3fe1
TV
14042020-04-29 Tom de Vries <tdevries@suse.de>
1405
1406 * lib/gdb.exp (debug_types): New proc.
1407 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1408 * gdb.python/py-symtab.exp: Same.
1409
d642b692
HD
14102020-04-29 Hannes Domani <ssbssa@yahoo.de>
1411
1412 PR gdb/17320
1413 * gdb.base/pretty-array.c: New test.
1414 * gdb.base/pretty-array.exp: New file.
1415
ea90f227
TV
14162020-04-29 Tom de Vries <tdevries@suse.de>
1417
1418 PR symtab/25889
1419 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1420 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1421 and include cpexprs.exp.
1422
a65189c9
TV
14232020-04-28 Mark Williams <mark@myosotissp.com>
1424
1425 PR gdb/24480
1426 * dw4-toplevel-types.exp: Test for top level types.
1427 * dw4-toplevel-types.cc: Test for top level types.
1428
32d1f47a
TBA
14292020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1430
1431 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1432 (theads -> threads).
1433
56a4f5a1
TV
14342020-04-28 Tom de Vries <tdevries@suse.de>
1435
1436 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1437
0b2f8a3b
TV
14382020-04-28 Tom de Vries <tdevries@suse.de>
1439
1440 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1441
5390c717
TV
14422020-04-28 Tom de Vries <tdevries@suse.de>
1443
1444 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1445
15cd93d0
TV
14462020-04-28 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.dwarf2/main-foo.c: New test.
1449 * gdb.dwarf2/struct-with-sig.exp: New file.
1450
d472f0fb
TV
14512020-04-25 Tom de Vries <tdevries@suse.de>
1452
1453 * boards/debug-types.exp: New file.
1454
8d840e05
AB
14552020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1456
1457 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1458
bcfe6157
TT
14592020-04-24 Tom Tromey <tom@tromey.com>
1460
1461 PR symtab/12707:
1462 * gdb.python/py-symbol.exp: Update expected results for
1463 linkage_name test.
1464 * gdb.cp/print-demangle.exp: New file.
1465 * gdb.base/c-linkage-name.exp: Fix test.
1466 * gdb.guile/scm-symbol.exp: Update expected results for
1467 linkage_name test.
1468
f049a313
TT
14692020-04-24 Tom Tromey <tom@tromey.com>
1470
1471 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1472 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1473 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1474 assembler.
1475
7cf28874
TV
14762020-04-24 Tom de Vries <tdevries@suse.de>
1477
1478 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1479 C++.
1480
dac2fef7
TT
14812020-04-24 Tom Tromey <tromey@adacore.com>
1482
1483 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1484 values.
1485 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1486 values. Update test for minimal encodings.
1487 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1488 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1489 values. Update test for minimal encodings.
1490
1acda803
TT
14912020-04-24 Tom Tromey <tromey@adacore.com>
1492
1493 PR python/23662:
1494 * gdb.ada/variant.exp: Add Python checks.
1495 * gdb.rust/simple.exp: Add dynamic type checks.
1496
adfb9815
TT
14972020-04-24 Tom Tromey <tromey@adacore.com>
1498
1499 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1500 Make array type matching more lax.
1501 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1502 * gdb.ada/mi_variant.exp: New file.
1503 * gdb.ada/mi_variant/pck.ads: New file.
1504 * gdb.ada/mi_variant/pkg.adb: New file.
1505 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1506 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1507
7d79de9a
TT
15082020-04-24 Tom Tromey <tromey@adacore.com>
1509
1510 * gdb.ada/variant.exp: Add dynamic field offset tests.
1511 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1512 * gdb.ada/variant/pkg.adb: Add new variables.
1513
f8e89861
TT
15142020-04-24 Tom Tromey <tromey@adacore.com>
1515
1516 * gdb.ada/variant.exp: New file
1517 * gdb.ada/variant/pkg.adb: New file
1518 * gdb.ada/variant/pck.adb: New file
1519
86e887ae
TV
15202020-04-24 Tom de Vries <tdevries@suse.de>
1521
1522 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1523
88428775
TV
15242020-04-24 Tom de Vries <tdevries@suse.de>
1525
1526 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1527 flags.
1528
4e86f6e7
TV
15292020-04-24 Tom de Vries <tdevries@suse.de>
1530
1531 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1532
2016d3e6
TV
15332020-04-24 Tom de Vries <tdevries@suse.de>
1534
1535 * lib/gdb.exp (default_gdb_start): Handle eof.
1536 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1537 failure.
1538 * gdb.base/readnever.exp: Handle clean_restart failure.
1539
70bc38f5
TV
15402020-04-23 Tom de Vries <tdevries@suse.de>
1541
1542 * gdb.base/decl-before-def.exp: Run to main and print a again.
1543
de82891c
TV
15442020-04-23 Tom de Vries <tdevries@suse.de>
1545
1546 * gdb.base/decl-before-def-decl.c: New test.
1547 * gdb.base/decl-before-def-def.c: New test.
1548 * gdb.base/decl-before-def.exp: New file.
1549
96038148
TV
15502020-04-23 Tom de Vries <tdevries@suse.de>
1551
1552 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1553
54ac3df1
TV
15542020-04-22 Tom de Vries <tdevries@suse.de>
1555
1556 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1557 debug_info_offset.
1558 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1559 before $objsfile in the line line.
1560
714534e1
TV
15612020-04-22 Tom de Vries <tdevries@suse.de>
1562
1563 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1564
16a7dbf4
MS
15652020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1566
1567 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1568 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1569 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1570 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1571 * gdb.base/jit-protocol.h: Update definitions to match all usage
1572 contexts.
1573
15742020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1575
1576 * gdb.base: Rename all jit related test and source files.
1577
15782020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1579
1580 * gdb.base/jit-reader.exp: Relax register output check.
1581
317d2668
TV
15822020-04-22 Tom de Vries <tdevries@suse.de>
1583
1584 PR symtab/25764
1585 * gdb.base/psym-external-decl-2.c: New test.
1586 * gdb.base/psym-external-decl.c: New test.
1587 * gdb.base/psym-external-decl.exp: New file.
1588 * gdb.threads/tls.exp: Add PR25807 kfail.
1589
eea9e357
TV
15902020-04-22 Tom de Vries <tdevries@suse.de>
1591
1592 PR symtab/25801
1593 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1594 in "info source" output.
1595
3d5afab3
TV
15962020-04-22 Tom de Vries <tdevries@suse.de>
1597
1598 PR symtab/25700
1599 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1600 symtab for imported_unit.c.
1601
b32102f6
GB
16022020-04-21 Gary Benson <gbenson@redhat.com>
1603
1604 * gdb.base/advance.c (func): New argument, to match call site.
1605 (func2, func3): Add return statements.
1606
d43b7a2d
TBA
16072020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1608
1609 * gdb.multi/run-only-second-inf.c: New file.
1610 * gdb.multi/run-only-second-inf.exp: New file.
1611
d89edf9b
MM
16122020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1613
1614 * gdb.btrace/multi-inferior.c: New test.
1615 * gdb.btrace/multi-inferior.exp: New file.
1616
1a476b6d
MM
16172020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1618
1619 * gdb.btrace/enable-new-thread.c: New test.
1620 * gdb.btrace/enable-new-thread.exp: New file.
1621
4778a5f8
TV
16222020-04-21 Tom de Vries <tdevries@suse.de>
1623
1624 PR gdb/25471
1625 * gdb.threads/killed-outside.c: New test.
1626 * gdb.threads/killed-outside.exp: New file.
1627
9b2c992c
GB
16282020-04-20 Gary Benson <gbenson@redhat.com>
1629
1630 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1631 * gdb.base/nested-subp2.exp: Likewise.
1632 * gdb.base/nested-subp3.exp: Likewise.
1633
b5d1d6f7
GB
16342020-04-20 Gary Benson <gbenson@redhat.com>
1635
1636 * gdb.base/nested-subp1.exp: Disable test when using clang.
1637 * gdb.base/nested-subp2.exp: Likewise.
1638 * gdb.base/nested-subp3.exp: Likewise.
1639
25230285
GB
16402020-04-20 Gary Benson <gbenson@redhat.com>
1641
1642 * gdb.cp/exception.cc: Fix compilation error with clang.
1643
fa93cc8f
GB
16442020-04-20 Gary Benson <gbenson@redhat.com>
1645
809730f3 1646 * gdb.trace/tspeed.c: Fix compilation error with clang.
fa93cc8f 1647
e0c45f30
GB
16482020-04-20 Gary Benson <gbenson@redhat.com>
1649
1650 * gdb.base/jit-main.c: Fix compilation error with clang.
1651
4ddfec93
KR
16522020-04-17 Kamil Rytarowski <n54@gmx.com>
1653
1654 * gdb.base/attach-twice.c: Include "sys/types.h".
1655 (PTRACE_ATTACH): Add fallback definition.
1656 (main): Pass `0' to the 4th argument of `ptrace'.
1657
2bed205e
KR
16582020-04-17 Kamil Rytarowski <n54@gmx.com>
1659
1660 * gdb.base/fork-running-state.c: Include "signal.h".
1661
0743fc83
TT
16622020-04-17 Tom Tromey <tromey@adacore.com>
1663
1664 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1665 Update tests.
1666 * gdb.btrace/cpu.exp: Update tests.
1667 * gdb.base/maint.exp: Update tests.
1668 * gdb.base/default.exp: Update tests.
1669 * gdb.base/completion.exp: Update tests.
1670
efba5c23
TV
16712020-04-16 Tom de Vries <tdevries@suse.de>
1672
1673 PR symtab/25791
1674 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1675 (ensure_gdb_index): and factor out and move ...
1676 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1677 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1678
d191d716
TV
16792020-04-16 Tom de Vries <tdevries@suse.de>
1680
1681 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1682 loading exec.
1683
99f1bc6a
AB
16842020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1685
1686 * gdb.base/many-completions.exp: New file.
1687
194d088f
TV
16882020-04-14 Tom de Vries <tdevries@suse.de>
1689
1690 PR symtab/25718
1691 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1692
c1a66c06
TV
16932020-04-14 Tom de Vries <tdevries@suse.de>
1694
1695 PR symtab/25720
1696 * gdb.base/maint-expand-symbols-header-file.c: New test.
1697 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1698 * gdb.base/maint-expand-symbols-header-file.h: New test.
1699
21b0982c
AB
17002020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1701
1702 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1703 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1704 get_func_info.
1705 (get_func_info): Delete.
1706 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1707 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1708 * lib/dwarf.exp (get_func_info): New function.
1709
dd1cab06
TV
17102020-04-13 Tom de Vries <tdevries@suse.de>
1711
1712 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1713 to what find_gnatmake does.
1714
71ea2b6b
TV
17152020-04-10 Tom de Vries <tdevries@suse.de>
1716
1717 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1718 -readnow.
1719
bdfc1e8a
TV
17202020-04-10 Tom de Vries <tdevries@suse.de>
1721
1722 PR cli/25808
1723 * gdb.base/style.c: Add leading newlines.
1724 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1725 Check listing of main's one-line body.
1726
14ca8ecf
TV
17272020-04-08 Tom de Vries <tdevries@suse.de>
1728
1729 * lib/gdb.exp (psymtabs_p): New proc.
1730 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1731 importing unit" unsupported if there are no partial symbols.
1732
e21d048f
TV
17332020-04-08 Tom de Vries <tdevries@suse.de>
1734
1735 PR testsuite/25760
1736 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1737
25c11aca
TV
17382020-04-07 Tom de Vries <tdevries@suse.de>
1739
1740 PR symtab/25796
1741 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1742
5707e24b
TV
17432020-04-07 Tom de Vries <tdevries@suse.de>
1744
1745 * gdb.base/check-psymtab.c: New test.
1746 * gdb.base/check-psymtab.exp: New file.
1747
6ee448cc
TT
17482020-04-06 Tom Tromey <tromey@adacore.com>
1749
1750 * gdb.ada/variant-record/proc.adb: New file.
1751 * gdb.ada/variant-record/value.adb: New file.
1752 * gdb.ada/variant-record/value.s: New file.
1753 * gdb.ada/variant-record.exp: New file.
1754
9e7c9a03
HD
17552020-04-03 Hannes Domani <ssbssa@yahoo.de>
1756
1757 PR gdb/25325
1758 * gdb.cp/typed-enum.cc: New test.
1759 * gdb.cp/typed-enum.exp: New file.
1760
c90d28ac
AB
17612020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1762
1763 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1764 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1765 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1766 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1767 * gdb.opt/inline-small-func.c: New file.
1768 * gdb.opt/inline-small-func.exp: New file.
1769 * gdb.opt/inline-small-func.h: New file.
1770
34e9a9fa
AB
17712020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1772
1773 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1774 function.
1775
6a354911
AB
17762020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1777
1778 * lib/dwarf.exp (function_range): Allow compiler options to be
1779 specified.
1780
880d9777
TV
17812020-04-02 Tom de Vries <tdevries@suse.de>
1782
1783 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1784 __attribute__((always_inline)).
1785 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1786
f32682ea
TV
17872020-04-02 Tom de Vries <tdevries@suse.de>
1788
1789 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1790 (gdbserver_gdb_exit): ... here. Add timeout warning.
1791 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1792 (connect_target_extended_remote): Append new server_spawn_id to
1793 server_spawn_ids.
1794 (cleanup): New proc.
1795 (setup, <toplevel>): Call cleanup.
1796
d3214198
TV
17972020-04-02 Tom de Vries <tdevries@suse.de>
1798
1799 * gdb.base/main-psymtab.exp: New file.
1800
cc77ed24
TV
18012020-04-02 Tom de Vries <tdevries@suse.de>
1802
1803 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1804
3638a098
TT
18052020-04-01 Tom Tromey <tom@tromey.com>
1806
1807 * gdb.base/complex-parts.exp: Add type tests.
1808
c34e8714
TT
18092020-04-01 Tom Tromey <tom@tromey.com>
1810
1811 * gdb.base/complex-parts.exp: Add arithmetic tests.
1812
981c08ce
TT
18132020-04-01 Tom Tromey <tom@tromey.com>
1814
1815 * gdb.compile/compile.exp: Update.
1816 * gdb.compile/compile-cplus.exp: Update.
1817 * gdb.base/varargs.exp: Update.
1818 * gdb.base/floatn.exp: Update.
1819 * gdb.base/endianity.exp: Update.
1820 * gdb.base/callfuncs.exp (do_function_calls): Update.
1821 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1822 (complex_float_integral_args): Update.
1823 * gdb.base/complex.exp: Update.
1824 * gdb.base/complex-parts.exp: Update.
1825
3d1cfd43
TT
18262020-04-01 Tom Tromey <tromey@adacore.com>
1827
1828 * gdb.rust/union.rs: New file.
1829 * gdb.rust/union.exp: New file.
1830 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1831 (main): Update.
1832 * gdb.rust/simple.exp: Move union tests to union.exp.
1833
e033dfa9
TT
18342020-04-01 Tom Tromey <tromey@adacore.com>
1835
1836 * gdb.rust/simple.rs (main): Remove "y0".
1837
53cccef1
TBA
18382020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1839
1840 * gdb.multi/stop-all-on-exit.c: New test.
1841 * gdb.multi/stop-all-on-exit.exp: New file.
1842
60e22c1e
HD
18432020-04-01 Hannes Domani <ssbssa@yahoo.de>
1844
1845 PR gdb/24789
1846 * gdb.cp/misc.cc: Add integer reference variable.
1847 * gdb.cp/misc.exp: Add test.
1848
e139a727
TBA
18492020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1850
1851 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1852 scenario to cover execution until the end and also the case
1853
16b0db75
TV
18542020-03-31 Tom de Vries <tdevries@suse.de>
1855
1856 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1857 c. Use "maint info symtabs" to check symtab expansion.
1858
c0502da6
TV
18592020-03-30 Tom de Vries <tdevries@suse.de>
1860
1861 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1862 unsupported.
1863 (verify_psymtab_expanded): Move ...
1864 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1865 test.
1866 (readnow): New proc.
1867
5935fd15
AB
18682020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1869
1870 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1871 with $hex.
1872
1773be9e
TT
18732020-03-20 Tom Tromey <tromey@adacore.com>
1874
1875 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1876
70304be9
TT
18772020-03-20 Tom Tromey <tromey@adacore.com>
1878
1879 * gdb.ada/sub_variant/subv.adb: New file.
1880 * gdb.ada/sub_variant.exp: New file.
1881
0dd7b8f7
TV
18822020-03-20 Tom de Vries <tdevries@suse.de>
1883
1884 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1885 first break fails.
1886 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1887
cada5fc9
AB
18882020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1889
1890 * gdb.server/exit-multiple-threads.c: New file.
1891 * gdb.server/exit-multiple-threads.exp: New file.
1892
6b8c53f2
AB
18932020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1894
1895 * gdb.fortran/mixed-lang-stack.c: New file.
1896 * gdb.fortran/mixed-lang-stack.cpp: New file.
1897 * gdb.fortran/mixed-lang-stack.exp: New file.
1898 * gdb.fortran/mixed-lang-stack.f90: New file.
1899
19a2740f
AB
19002020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1901
1902 * gdb.linespec/cp-completion-aliases.cc: New file.
1903 * gdb.linespec/cp-completion-aliases.exp: New file.
1904
d8c8b848
TV
19052020-03-19 Tom de Vries <tdevries@suse.de>
1906
1907 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
1908 more precise.
1909
a9933ccf
TV
19102020-03-18 Tom de Vries <tdevries@suse.de>
1911
1912 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
1913 * gdb.dwarf2/break-inline-psymtab.c: New test.
1914 * gdb.dwarf2/break-inline-psymtab.exp: New file.
1915
2f89101f
TV
19162020-03-16 Tom de Vries <tdevries@suse.de>
1917
1918 * lib/cache.exp (gdb_do_cache): Add and handle local variables
1919 cache_verify and cache_verify_proc.
1920
6b9374f1
TV
19212020-03-15 Tom de Vries <tdevries@suse.de>
1922
1923 * gdb.server/solib-list.exp: Handle
1924 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
1925
eaeaf44c
TV
19262020-03-15 Tom de Vries <tdevries@suse.de>
1927
1928 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
1929 objfiles".
1930
3293bbaf
TT
19312020-03-14 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
1934
ab44624c
TV
19352020-03-14 Tom de Vries <tdevries@suse.de>
1936
1937 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
1938
54c43825
TV
19392020-03-14 Tom de Vries <tdevries@suse.de>
1940
1941 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
1942 result in line-by-line fashion.
1943
2ac70237
TV
19442020-03-14 Tom de Vries <tdevries@suse.de>
1945
1946 * lib/gdb.exp (supports_statement_frontiers): New proc.
1947 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
1948
09546b56
TV
19492020-03-14 Tom de Vries <tdevries@suse.de>
1950
1951 * gdb.base/printcmds.exp: Add missing quoting for "print
1952 teststring2".
1953
a1f6a07c
TT
19542020-03-13 Tom Tromey <tom@tromey.com>
1955
1956 * gdb.base/printcmds.exp (test_print_strings): Add regression
1957 test.
1958 * gdb.base/printcmds.c (charptr): New typedef.
1959 (teststring2): New global.
1960
1b83d09c
AB
19612020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
1962
1963 * gdb.base/break-interp.exp: Use the tail of the filename, not the
1964 full path in the test name.
1965 (test_ld): Add some with_test_prefix blocks to make test names
1966 unique.
1967
2d61316c
TV
19682020-03-13 Tom de Vries <tdevries@suse.de>
1969
1970 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
1971
2e9145ac
TV
19722020-03-13 Tom de Vries <tdevries@suse.de>
1973
1974 * gdb.mi/mi-sym-info.exp: Make matching more precise.
1975
96c7f873
TV
19762020-03-13 Tom de Vries <tdevries@suse.de>
1977
1978 PR symtab/25646
1979 * gdb.dwarf2/imported-unit.exp: Add test.
1980
49ba92c0
TV
19812020-03-13 Tom de Vries <tdevries@suse.de>
1982
1983 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
1984 (var1, var2): New variable.
1985 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
1986 matching symbols.
1987
301b21e0
TV
19882020-03-13 Tom de Vries <tdevries@suse.de>
1989
1990 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
1991 (Term::command): Use prompt prefix.
1992 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
1993 * gdb.tui/tui-layout-asm-short-prog.exp: Use
1994 command_no_prompt_prefix instead of prefix.
1995 * gdb.tui/tui-layout-asm.exp: Same.
1996
3f512721
SM
19972020-03-12 Simon Marchi <simon.marchi@efficios.com>
1998
1999 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2000
40310f30
SM
20012020-03-12 Simon Marchi <simon.marchi@efficios.com>
2002
2003 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2004 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2005 on" while stepping over the test instruction, match printed
2006 message.
2007
09252140
TV
20082020-03-12 Tom de Vries <tdevries@suse.de>
2009
2010 * gdb.base/info-types.exp: Use exp_continue during matching of output
2011 of "info types".
2012
14e9c72c
TV
20132020-03-12 Tom de Vries <tdevries@suse.de>
2014
2015 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2016
e515d67e
TV
20172020-03-12 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.fortran/module.exp: Use exp_continue during matching of output
2020 of "info variable -n".
2021
307eafd8
TV
20222020-03-12 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2025 gdb.dwarf2/dw2-ranges-base.c.
2026
9a2de3fc
TV
20272020-03-12 Tom de Vries <tdevries@suse.de>
2028
2029 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2030 in presence of GLIBC debuginfo.
2031
3217502e
TV
20322020-03-12 Tom de Vries <tdevries@suse.de>
2033
2034 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2035 $core.
2036
1281424c
TV
20372020-03-12 Tom de Vries <tdevries@suse.de>
2038
2039 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2040 more precise.
2041
038b97fc
SM
20422020-03-11 Simon Marchi <simon.marchi@efficios.com>
2043
2044 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2045 from Unix to Windows path.
2046
5308d1e7
TV
20472020-03-11 Tom de Vries <tdevries@suse.de>
2048
2049 * gdb.ada/minsyms.exp: Set language to ada.
2050
f870f78f
TV
20512020-03-11 Tom de Vries <tdevries@suse.de>
2052
2053 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2054
5a13315d
TV
20552020-03-11 Tom de Vries <tdevries@suse.de>
2056
2057 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2058
976862ed
TT
20592020-03-11 Tom Tromey <tromey@adacore.com>
2060
2061 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2062
7462c383
TV
20632020-03-11 Tom de Vries <tdevries@suse.de>
2064
2065 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2066
1c6c46a0
TV
20672020-03-11 Tom de Vries <tdevries@suse.de>
2068
2069 * gdb.base/break-interp.exp: Limit verbose scope.
2070
44f41bb7
TV
20712020-03-11 Tom de Vries <tdevries@suse.de>
2072
2073 * gdb.fortran/logical.f90: Define variable with character type.
2074 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2075
b76f3a42
TV
20762020-03-11 Tom de Vries <tdevries@suse.de>
2077
2078 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2079
1c33af77
TV
20802020-03-11 Tom de Vries <tdevries@suse.de>
2081
2082 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2083 symtabs.
2084
8c95582d
AB
20852020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2086 Bernd Edlinger <bernd.edlinger@hotmail.de>
2087
2088 * gdb.cp/step-and-next-inline.cc: New file.
2089 * gdb.cp/step-and-next-inline.exp: New file.
2090 * gdb.cp/step-and-next-inline.h: New file.
2091 * gdb.dwarf2/dw2-is-stmt.c: New file.
2092 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2093 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2094 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2095 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2096
cecf8547
AB
20972020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2098
2099 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2100 is-stmt flag in the line table.
2101
0ba678c9
TV
21022020-03-09 Tom de Vries <tdevries@suse.de>
2103
2104 * lib/gdb.exp (cached_file): Create cache dir.
2105
72fbdf83
TV
21062020-03-07 Tom de Vries <tdevries@suse.de>
2107
2108 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2109 * gdb.cp/rvalue-ref-params.exp: Same.
2110
436b5e99
TV
21112020-03-06 Tom de Vries <tdevries@suse.de>
2112
2113 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2114 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2115
09f2921c
TV
21162020-03-06 Tom de Vries <tdevries@suse.de>
2117
2118 * README: Fix "the the".
2119 * gdb.base/dprintf.exp: Same.
2120
50a3cc5d
TV
21212020-03-05 Tom de Vries <tdevries@suse.de>
2122
2123 * gdb.base/maint.exp: Update "main print statistics" expected output.
2124
0a709cba
AKS
21252020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2126
2127 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2128 (fortran_int8): Likewise.
2129 (fortran_real4): Likewise.
2130 (fortran_real8): Likewise.
2131 (fortran_complex4): Likewise.
2132 (fortran_logical4): Likewise.
2133 (fortran_character1): Likewise.
2134
5e5d66b6
AB
21352020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2136
2137 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2138 printed as true.
2139
7b973adc
SDJ
21402020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2141
2142 * gdb.base/printcmds.exp: Add test to verify printf of a
2143 variable holding an address.
2144
478e490a
TV
21452020-03-03 Tom de Vries <tdevries@suse.de>
2146
2147 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2148
1ef44e86
TV
21492020-03-03 Tom de Vries <tdevries@suse.de>
2150
2151 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2152 gdb_test_multiple call.
2153
b98cc2cf
TV
21542020-03-03 Tom de Vries <tdevries@suse.de>
2155
2156 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2157 gdb_test_multiple calls.
2158
63e163f2
AB
21592020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2160
2161 * gdb.base/default.exp: Remove test of 'set history filename'.
2162 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2163 filename to the empty string.
2164 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2165 and GDBHISTSIZE.
2166
24ed6739
AB
21672020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2168
2169 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2170 disabled.
2171
590003dc
TV
21722020-03-02 Pedro Alves <palves@redhat.com>
2173 Tom de Vries <tdevries@suse.de>
2174
2175 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2176 -prompt prefix, before user_code argument. Add -lbl option likewise.
2177 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2178 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2179 argument.
2180 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2181 have "\r\n" at start-of-line, instead of at end-of-line.
2182
f5e46084
SM
21832020-02-28 Simon Marchi <simon.marchi@efficios.com>
2184
2185 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2186 libinproctrace.so.
2187
f7a7000d
LM
21882020-02-28 Luis Machado <luis.machado@linaro.org>
2189
2190 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2191 to "p/x".
2192
718e0816
LM
21932020-02-28 Luis Machado <luis.machado@linaro.org>
2194
2195 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2196 asm/ptrace.h and error.h.
2197
13c3a74a
TV
21982020-02-28 Tom de Vries <tdevries@suse.de>
2199
2200 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2201 (struct wrapper, do_something, mundane/symada__cS): Move ...
2202 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2203 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2204 Update "print symada__cS before partial symtab expansion" regexp.
2205 Update breakpoint location. Flush symbol cache after expansion.
2206
85d2d5bb
LM
22072020-02-28 Luis Machado <luis.machado@linaro.org>
2208
2209 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2210
3608f86c
TV
22112020-02-27 Tom de Vries <tdevries@suse.de>
2212
2213 * config/sid.exp: Remove unused globals.
2214 * gdb.base/attach.exp: Same.
2215 * gdb.base/catch-load.exp: Same.
2216 * gdb.base/dbx.exp: Same.
2217 * lib/gdb.exp: Same.
2218 * lib/mi-support.exp: Same.
2219 * lib/prompt.exp: Same.
2220
c8d4f6df
TV
22212020-02-27 Tom de Vries <tdevries@suse.de>
2222
2223 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2224 not set.
2225
0d79cdc4
AM
22262020-02-26 Aaron Merey <amerey@redhat.com>
2227
2228 * gdb.debuginfod: New directory for debuginfod tests.
2229 * gdb.debuginfod/main.c: New test file.
2230 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2231
0dce4280
TV
22322020-02-26 Tom de Vries <tdevries@suse.de>
2233
2234 PR gdb/25603
2235 * gdb.base/persistent-lang.cc: New test.
2236 * gdb.base/persistent-lang.exp: New file.
2237
9e80cfa1
AB
22382020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2239
2240 * gdb.fortran/derived-type-striding.exp: Add a new test.
2241 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2242 new test.
2243
2078dbb2
AB
22442020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2245
2246 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2247 names.
2248
70d49700
TV
22492020-02-25 Tom de Vries <tdevries@suse.de>
2250
2251 PR go/18926
2252 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2253
a88ef40d
TV
22542020-02-24 Tom de Vries <tdevries@suse.de>
2255
2256 PR gdb/25592
2257 * gdb.base/info-locals-unused-static-var.c: New test.
2258 * gdb.base/info-locals-unused-static-var.exp: New file.
2259
01b1af32
TT
22602020-02-22 Tom Tromey <tom@tromey.com>
2261
2262 * gdb.python/tui-window.exp: New file.
2263 * gdb.python/tui-window.py: New file.
2264
7c043ba6
TT
22652020-02-22 Tom Tromey <tom@tromey.com>
2266
2267 PR tui/17850:
2268 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2269 tests.
2270
c22fef7e
TT
22712020-02-22 Tom Tromey <tom@tromey.com>
2272
2273 * gdb.tui/new-layout.exp: Add sub-layout tests.
2274
ee325b61
TT
22752020-02-22 Tom Tromey <tom@tromey.com>
2276
2277 * gdb.tui/new-layout.exp: New file.
2278
3f0cbb04
TT
22792020-02-22 Tom Tromey <tom@tromey.com>
2280
2281 * gdb.rust/rust-style.rs: New file.
2282 * gdb.rust/rust-style.exp: New file.
2283 * gdb.base/style.exp: Test structure printing.
2284 * gdb.base/style.c (struct some_struct): New type.
2285 (enum etype): New type.
2286 (struct_value): New global.
2287
75525152
TV
22882020-02-21 Tom de Vries <tdevries@suse.de>
2289
2290 PR go/18926
2291 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2292 Remove blanket xfails. Use message argument for gdb_breakpoint.
2293 Make continuing to breakpoint test conditional on setting breakpoint.
2294 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2295 DW_AT_name attribute. Add xfail for GCC PR93866.
2296
bd360d30
AB
22972020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2298
2299 * gdb.dwarf2/cpp-linkage-name.c: New file.
2300 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2301
c7adb09f 23022020-02-21 Shahab Vahedi <shahab@synopsys.com>
24ac169a
SV
2303
2304 * lib/gdb.exp (gdb_wrapper_init): Reset
2305 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2306 not exist.
2307
a9c79803
TV
23082020-02-20 Tom de Vries <tdevries@suse.de>
2309
2310 PR go/17018
2311 * gdb.go/hello.exp: Copy ...
2312 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2313 print of st to print value of global definition. Add xfail for GCC
2314 PR93844.
2315 * gdb.go/hello.exp: Remove printing of st before definition.
2316 * gdb.go/hello.go: Copy ...
2317 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2318 to st.
2319 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2320
d7445728
TV
23212020-02-20 Tom de Vries <tdevries@suse.de>
2322
2323 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2324 (gdb_simple_compile): Handle compile_flags go by using .go extension
2325 for source file.
2326 * gdb.go/chan.exp: Use support_go_compile.
2327 * gdb.go/handcall.exp: Same.
2328 * gdb.go/hello.exp: Same.
2329 * gdb.go/integers.exp: Same.
2330 * gdb.go/max-depth.exp: Same.
2331 * gdb.go/methods.exp: Same.
2332 * gdb.go/package.exp: Same.
2333 * gdb.go/strings.exp: Same.
2334 * gdb.go/types.exp: Same.
2335 * gdb.go/unsafe.exp: Same.
2336
c9c41e6d
TV
23372020-02-19 Tom de Vries <tdevries@suse.de>
2338
2339 * gdb.python/lib-types.exp: Make xfail more strict.
2340
f20ff837
TV
23412020-02-19 Tom de Vries <tdevries@suse.de>
2342
2343 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2344
08410482
DE
23452020-02-19 Doug Evans <dje@google.com>
2346
2347 PR rust/25535
2348 * gdb.rust/simple.exp: Add test.
2349 * gdb.rust/simple.rs: Add test.
2350
623563f7
TV
23512020-02-19 Tom de Vries <tdevries@suse.de>
2352
2353 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2354 output line-by-line.
2355
d3308cfd
TV
23562020-02-19 Tom de Vries <tdevries@suse.de>
2357
2358 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2359
86cbc5dc
TV
23602020-02-19 Tom de Vries <tdevries@suse.de>
2361
2362 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2363 prelink.
2364
9db2b96b
TV
23652020-02-19 Tom de Vries <tdevries@suse.de>
2366
2367 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2368 (gdb_do_cache): Use gdb_do_cache_wrap.
2369 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2370
89e2fdc5
TV
23712020-02-19 Tom de Vries <tdevries@suse.de>
2372
2373 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2374 gdb_compile option.
2375
373d7ac0
SM
23762020-02-18 Simon Marchi <simon.marchi@efficios.com>
2377
2378 * gdb.base/printcmds.exp (test_print_enums): Update expected
2379 output.
2380
b29a2df0
SM
23812020-02-18 Simon Marchi <simon.marchi@efficios.com>
2382
2383 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2384 for "unknown".
2385
6740f0cc
SM
23862020-02-18 Simon Marchi <simon.marchi@efficios.com>
2387
2388 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2389 enumerator.
2390
edd45eb0
SM
23912020-02-18 Simon Marchi <simon.marchi@efficios.com>
2392
2393 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2394 FE_, add FE_NONE.
2395 (three): Update.
2396 (enum flag_enum_without_zero): New enum.
2397 (flag_enum_without_zero): New variable.
2398 (enum not_flag_enum): New enum.
2399 (three_not_flag): New variable.
2400 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2401 (test_print_enums): Add more tests for printing flag enums.
2402
d4295de4
TV
24032020-02-18 Tom de Vries <tdevries@suse.de>
2404
2405 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2406 (gdb_compile_ada): ... here.
2407 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2408 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2409
f251f505
TT
24102020-02-14 Tom Tromey <tom@tromey.com>
2411
2412 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2413 build directory.
2414 * boards/gdbserver-base.exp: Update path to gdbserver.
2415
8f432634
TV
24162020-02-13 Tom de Vries <tdevries@suse.de>
2417
2418 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2419
92b6eaf7
TV
24202020-02-13 Tom de Vries <tdevries@suse.de>
2421
2422 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2423 are missing.
2424
f3b0f7fe
TV
24252020-02-13 Tom de Vries <tdevries@suse.de>
2426
2427 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2428 call.
2429
f6be8713
SDJ
24302020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2431
2432 PR tui/25126
2433 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2434 * gdb.base/cached-source-file.c: New file.
2435 * gdb.base/cached-source-file.exp: New file.
2436
b2770d5e
TV
24372020-02-11 Tom de Vries <tdevries@suse.de>
2438
2439 PR testsuite/25488
2440 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2441
44f6938e
TV
24422020-02-10 Tom de Vries <tdevries@suse.de>
2443
2444 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2445
5f0e2eb7
MR
24462020-02-10 Maciej W. Rozycki <macro@wdc.com>
2447
2448 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2449 and $after_addr are both integers before making a comparison.
2450
46ce2b6f
TV
24512020-02-09 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2454 command output and paste it into gdb.log. If any, paste catch message
2455 to gdb.log.
2456
5abbbe1d
TT
24572020-02-07 Tom Tromey <tromey@adacore.com>
2458
2459 PR breakpoints/24915:
2460 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2461
1d5d29e7
SV
24622020-02-06 Shahab Vahedi <shahab@synopsys.com>
2463
2464 * gdb.tui/tui-missing-src.exp: Add the "missing source
2465 file" test for the TUI.
2466
b0999b9b
AB
24672020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2468
2469 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2470 including a port number in the output.
2471
c3b149eb
AKS
24722020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2473
2474 * lib/fortran.exp (fortran_int4): Handle clang.
2475 (fortran_int8): Likewise.
2476 (fortran_real4): Likewise.
2477 (fortran_real8): Likewise.
2478 (fortran_complex4): Likewise.
2479 (fortran_logical4): Likewise.
2480 (fortran_character1): Likewise.
2481
f8dcc90b
TV
24822020-02-04 Tom de Vries <tdevries@suse.de>
2483
2484 * README (Race detection): Add note.
2485
f90ac7c2
TV
24862020-02-04 Tom de Vries <tdevries@suse.de>
2487
2488 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2489
780636ae
TV
24902020-02-04 Tom de Vries <tdevries@suse.de>
2491
2492 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2493
5d2e1193
RA
24942020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2495
2496 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2497 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2498 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2499 blttar, bnetarl.
2500 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2501 binary for blttar, bnetarl.
2502 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2503 wait instruction. Delete ldmx test.
2504 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2505
e409c542
AKS
25062020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2507
2508 * gdb.fortran/array-bounds-high.exp: New file.
2509 * gdb.fortran/array-bounds-high.f90: New file.
2510
b0029748
LD
25112020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2512
2513 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2514 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2515
195a8287
TV
25162020-02-01 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2519
42330a68
AB
25202020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2521
2522 PR tui/9765
2523 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2524 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2525
b62a8028
LM
25262020-01-29 Luis Machado <luis.machado@linaro.org>
2527
2528 * gdb.arch/aarch64-brk-patterns.c: New source file.
2529 * gdb.arch/aarch64-brk-patterns.exp: New test.
2530
5f440116
TBA
25312020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2532
2533 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2534 GCC/Clang version.
2535 * gdb.cp/pass-by-ref.exp: Ditto.
2536
ee2a6fc6
TV
25372020-01-29 Tom de Vries <tdevries@suse.de>
2538
2539 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2540 * gdb.threads/watchpoint-fork-mt.c: Same.
2541 * gdb.threads/watchpoint-fork-parent.c: Same.
2542 * gdb.threads/watchpoint-fork-st.c: Same.
2543 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2544
16b10d6e
LM
25452020-01-27 Luis Machado <luis.machado@linaro.org>
2546
2547 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2548 sitting at a syscall instruction when we hit the syscall function's
2549 breakpoint.
2550 Check PC against one obtained with the x command.
2551 Validate syscall number.
2552 (step_over_syscall): Don't continue to the syscall instruction if
2553 we're already there.
2554
b1468492
PW
25552020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2556
2557 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2558
7ffa82e1
AB
25592020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2560
2561 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2562 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2563
3d92a3e3
AB
25642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2565
2566 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2567 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2568
94a72be7
AB
25692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2570
2571 * gdb.base/maint.exp: Update line table parsing test.
2572 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2573
53af73bf
PA
25742020-01-24 Pedro Alves <palves@redhat.com>
2575
2576 PR gdb/25410
2577 * gdb.multi/multi-re-run-1.c: New.
2578 * gdb.multi/multi-re-run-2.c: New.
2579 * gdb.multi/multi-re-run.exp: New.
2580
1ba1ac88
AB
25812020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2582
2583 PR gdb/23718
2584 * gdb.server/server-kill-python.exp: New file.
2585
f3364a6d
AB
25862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2587
2588 * gdb.server/multi-ui-errors.c: New file.
2589 * gdb.server/multi-ui-errors.exp: New file.
2590
733d0a67
AB
25912020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2592
2593 PR tui/9765
2594 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2595
4f13c1c0
TT
25962020-01-19 Tom Tromey <tom@tromey.com>
2597
2598 * gdb.tui/main.exp: Add check for plain "file".
2599
40c94099
CB
26002020-01-16 Christian Biesinger <cbiesinger@google.com>
2601
2602 * lib/gdb.exp: Fix spelling error (seperatelly).
2603
ff47f4f0
TT
26042020-01-14 Tom Tromey <tom@tromey.com>
2605
2606 PR symtab/12535:
2607 * gdb.python/python.exp: Test decode_line with empty string
2608 argument.
2609
717c684d
BE
26102020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2611
2612 * gdb.base/skip-inline.exp: Extend test.
2613
44e4c775
AB
26142020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2615
2616 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2617 * gdb.dwarf2/dw2-bad-elf.c: New file.
2618 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2619
d93c6db7
AB
26202020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2623 _line_saw_file.
2624
9a6d629c
AB
26252020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2626
2627 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2628 border.
2629
d9ebdab7
TBA
26302020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2631
2632 * gdb.multi/multi-target.exp (setup): Factor out "info
2633 connections" and "info inferiors" tests to ...
2634 (test_info_inferiors): ... this new procedure.
2635 (top level): Run new "info-inferiors" tests.
2636
f3c469b9
PA
26372020-01-10 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.server/bkpt-other-inferior.exp: New file.
2640
121b3efd
PA
26412020-01-10 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2644 of "add-inferior".
2645 * gdb.base/quit-live.exp: Likewise.
2646 * gdb.base/remote-exec-file.exp: Likewise.
2647 * gdb.guile/scm-progspace.exp: Likewise.
2648 * gdb.linespec/linespec.exp: Likewise.
2649 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2650 * gdb.mi/user-selected-context-sync.exp: Likewise.
2651 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2652 "info inferiors" tests.
2653 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2654 "add-inferior".
2655 * gdb.multi/watchpoint-multi.exp: Likewise.
2656 * gdb.python/py-inferior.exp: Likewise.
2657 * gdb.server/extended-remote-restart.exp: Likewise.
2658 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2659 "info inferiors".
2660 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2661 * gdb.trace/report.exp: Likewise.
2662
1dadb1dd
PA
26632020-01-10 Pedro Alves <palves@redhat.com>
2664
2665 * gdb.multi/multi-target.c: New file.
2666 * gdb.multi/multi-target.exp: New file.
2667 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2668 mode requested, but remote does not support non-stop".
2669
78f2c40a
PA
26702020-01-10 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2673 disconnect before reconnecting.
2674
e7af6c70
TBA
26752020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2676 Pedro Alves <palves@redhat.com>
2677
2678 * gdb.server/connect-without-multi-process.exp: Also test
2679 continuing to end.
2680
acdf84a6
PA
26812020-01-10 Pedro Alves <palves@redhat.com>
2682
2683 * gdb.base/remote-exec-file.exp: New file.
2684
873657b9
PA
26852020-01-10 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2688 output.
2689 * gdb.threads/async.c: New.
2690 * gdb.threads/async.exp: New.
2691 * gdb.multi/tids-gid-reset.c: New.
2692 * gdb.multi/tids-gid-reset.exp: New.
2693
7f0ae84c
GB
26942020-01-10 George Barrett <bob@bob131.so>
2695
2696 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2697 to help in finding the image relocation offset.
2698 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2699 options in arguments.
2700 (stap_test_no_debuginfo): Likewise.
2701 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2702 test variants.
2703 (stap_test): Add null semaphore relocation test.
2704
47e9d49d
GB
27052020-01-10 George Barrett <bob@bob131.so>
2706
2707 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2708 * gdb.base/stap-probe.exp: Likewise.
2709 (stap_test): Pass argument as an additional flag.
2710 (stap_test_no_debuginfo): Likewise.
2711 (stap_test): Check `info probes stap' output for semaphore
2712 addresses if the test binary is supposed to have them.
2713
f5a7c406
AB
27142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.tui/basic.exp: Add more scrolling tests.
2717
9ae6bf64
TT
27182020-01-09 Tom Tromey <tom@tromey.com>
2719
2720 PR tui/18932:
2721 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2722 meangingful value.
2723 (Term::command, Term::resize): Update.
2724 * gdb.tui/basic.exp: Add scrolling test.
2725
b2efe70c
AB
27262020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2727
2728 * gdb.tui/tui-layout-asm.exp: New file.
2729
3804da7e
AB
27302020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2731
2732 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2733
b40aa28f
AB
27342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2735
2736 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2737 (Term::enter_tui): Use Term::prepare_for_tui.
2738
63ffd7c9
AB
27392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2740
2741 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2742 called.
2743
3be966f6
AB
27442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2745
2746 * gdb.base/skip.exp: Fix race condition in test.
2747
153d79c4
AB
27482020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2749
2750 * gdb.base/backtrace.c: New file.
2751 * gdb.base/backtrace.exp: New file.
2752
f2302a34
AB
27532020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2754
2755 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2756
6ec1d75e
PW
27572020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2758
2759 * gdb.base/style.exp: Test that warnings are styled.
2760
c296cbe6
BE
27612019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2762
2763 * gdb.base/line65535.exp: New file.
2764 * gdb.base/line65535.c: New file.
2765
b28a729d
SM
27662019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2767
2768 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2769 * lib/gnat_debug_info_test.adb: New file.
2770 * gdb.ada/ptype_tagged_param.exp: Use
2771 gnat_runtime_has_debug_info, expect a different output if
2772 runtime does not have debug info.
2773
7f2d7a0d
SM
27742019-12-20 Simon Marchi <simon.marchi@efficios.com>
2775
2776 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2777 (another) quote in test name.
2778
f3bce483
SM
27792019-12-20 Simon Marchi <simon.marchi@efficios.com>
2780
2781 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2782 Add quote in test name.
2783
c855a912
TBA
27842019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2785
2786 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2787 directory instead.
2788 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2789 * gdb.cp/pass-by-ref-2.cc: New file.
2790 * gdb.cp/pass-by-ref-2.exp: New file.
2791
fc9d2d72
TT
27922019-12-20 Tom Tromey <tom@tromey.com>
2793
2794 * gdb.tui/list-before.exp: New file.
2795
77b97e00
TT
27962019-12-20 Tom Tromey <tom@tromey.com>
2797
2798 * gdb.tui/list.exp: Check for source on initial listing.
2799
f69656d0
TT
28002019-12-11 Tom Tromey <tromey@adacore.com>
2801
2802 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2803 Add crlf test.
2804
99a55965
SM
28052019-12-18 Simon Marchi <simon.marchi@efficios.com>
2806
2807 * gdb.base/default.exp: Update value of $_gdb_major.
2808
5024637f
BE
28092019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2810
2811 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2812
b63634be
BE
28132019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2814
2815 * gdb.base/skip.exp: Whitespace fix.
2816
45d73523
BE
28172019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2818
2819 * gdb.base/skip-inline.c: New file.
2820 * gdb.base/skip-inline.exp: New file.
2821
d043f8c8
SM
28222019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2823
2824 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2825 jit_function_00 to jit_function_stack_mangle.
2826 * gdb.base/jithost.c (jit_function_t): Rename to...
2827 (jit_function_stack_mangle_t): ... this.
2828 (jit_function_add_t): New typedef.
2829 (jit_function_00_code): Rename to...
2830 (jit_function_stack_mangle_code): ... this, make static.
2831 (jit_function_add_code): New.
2832 (main): Generate "add" function and call it. Adjust to changes
2833 in jithost_abi.
2834 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2835 (struct jithost_abi) <begin, end>: Remove fields.
2836 <object, function_stack_mangle, function_add>: New fields.
2837 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2838 code_end>: Remove fields.
2839 <func_stack_mangle>: New field.
2840 (read_debug_info): Adjust to renaming, create block for "add"
2841 function.
2842 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2843
873de05c
TT
28442019-12-11 Tom Tromey <tom@tromey.com>
2845
2846 * gdb.tui/resize.exp: Fix regexp.
2847 * gdb.tui/regs.exp: Fix regexps.
2848 * gdb.tui/main.exp: Fix regexp.
2849
3d979945
TT
28502019-12-11 Tom Tromey <tom@tromey.com>
2851
2852 * gdb.tui/resize.exp: Update.
2853 * gdb.tui/empty.exp (layouts): Update.
2854
2192a9d3
TT
28552019-12-11 Tom Tromey <tom@tromey.com>
2856
2857 * gdb.tui/regs.exp: Update.
2858 * gdb.tui/empty.exp (layouts): Update.
2859 * gdb.tui/basic.exp: Update.
2860 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2861
d8edc8b7
PW
28622019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2863
2864 * gdb.base/options.exp: Add -raw-values in the print completion list.
2865 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2866
4c12d936
KB
28672019-12-10 Kevin Buettner <kevinb@redhat.com>
2868
2869 * gdb.threads/omp-par-scope.c: New file.
2870 * gdb/threads/omp-par-scope.exp: New file.
2871
26b911fb
KB
28722019-12-10 Kevin Buettner <kevinb@redhat.com>
2873
bb47f919
KB
2874 * lib/gdb.exp (support_nested_function_tests): New proc.
2875
28762019-12-10 Kevin Buettner <kevinb@redhat.com>
2877
2878 * lib/gdb.exp (gdb_compile_openmp): New proc.
2879 (build_executable_from_specs): Add an "openmp" option.
2880 (gdb_compile_pthreads): Add non-executable case.
26b911fb 2881
6c71eb7d
TT
28822019-12-10 Tom Tromey <tromey@adacore.com>
2883
2884 * gdb.ada/unchecked_union.exp: New file.
2885 * gdb.ada/unchecked_union/pck.adb: New file.
2886 * gdb.ada/unchecked_union/pck.ads: New file.
2887 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2888 * gdb-utils.exp (string_to_regexp): Also quote "?".
2889
bac7c5cf
GB
28902019-12-10 George Barrett <bob@bob131.so>
2891
2892 Test scripted probe breakpoints.
2893 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2894 * gdb.python/py-breakpoint.c (main): Likewise.
2895 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2896 specifier test.
2897 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2898
330f1d38
TBA
28992019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2900
2901 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2902 an rvalue parameter.
2903 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
2904 parameter.
2905
b43315e2
AB
29062019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2907
2908 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
2909 modules.
2910
54f73dad
AB
29112019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2912
2913 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
2914 broken version of GCC.
2915
d57cbee9
AB
29162019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
2917
2918 * gdb.fortran/info-modules.exp: Rewrite to make use of new
2919 sym-info-cmds library.
2920 * gdb.fortran/info-types.exp: Likewise.
2921 * lib/sym-info-cmds.exp: New file.
2922
c14aab8c
TV
29232019-12-08 Tom de Vries <tdevries@suse.de>
2924
2925 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
2926
aa2d5a42
KS
29272019-12-07 Keith Seitz <keiths@redhat.com>
2928
2929 * gdb.base/corefile-buildid-shlib-shr.c: New file.
2930 * gdb.base/corefile-buildid-shlib.c: New file.
2931 * gdb.base/corefile-buildid.c: New file.
2932 * gdb.base/corefile-buildid.exp: New file.
2933
93e55f0a
TV
29342019-12-06 Tom de Vries <tdevries@suse.de>
2935
2936 * gdb.dwarf2/varval.exp: Add decl before def test.
2937
c7d12402
TBA
29382019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2939
2940 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
2941
06acc08f
TBA
29422019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2943
2944 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
2945 CV and reference conversion for overload resolution.
2946 * gdb.cp/rvalue-ref-overload.exp: Test it.
2947
e0fad1ea
PW
29482019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2949
2950 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
2951 * gdb.base/frameapply.exp: Test faas without command.
2952
8d70a9f0
AB
29532019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2954
2955 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
2956 Fortran tests.
2957 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
2958 order.
2959
36c8fb93
AB
29602019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2961
2962 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
2963 casting to type with no kind specified.
2964 (test_basic_parsing_of_type_kinds): Additional tests for types
2965 with no kind specified, and add tests for single/double
2966 precision/complex types.
2967
4139ff00
TT
29682019-12-04 Tom Tromey <tromey@adacore.com>
2969
2970 * gdb.base/endianity.c (struct other) <x>: New field.
2971 (main): Initialize it.
2972 * gdb.base/endianity.exp: Update.
2973
a05cf17a
TT
29742019-12-04 Tom Tromey <tromey@adacore.com>
2975
2976 * gdb.ada/scalar_storage/storage.adb: New file.
2977 * gdb.ada/scalar_storage/pck.adb: New file.
2978 * gdb.ada/scalar_storage/pck.ads: New file.
2979 * gdb.ada/scalar_storage.exp: New file.
2980
103a685e
TT
29812019-12-04 Tom Tromey <tromey@adacore.com>
2982
2983 * gdb.base/endianity.c (struct otherendian) <f>: New field.
2984 (main): Initialize it.
2985 * gdb.base/endianity.exp: Update.
2986
c2512106
AB
29872019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2988
2989 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
2990
293b38d6
AB
29912019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
2992
2993 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
2994 -symbol-info-module-functions and -symbol-info-module-variables.
2995
216a7e6b
AB
29962019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
2997
2998 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
2999
5bbd8269
AB
30002019-12-01 Richard Bunt <richard.bunt@arm.com>
3001 Andrew Burgess <andrew.burgess@embecosm.com>
3002
3003 * gdb.fortran/derived-type-striding.exp: New file.
3004 * gdb.fortran/derived-type-striding.f90: New file.
3005 * gdb.fortran/array-slices.exp: New file.
3006 * gdb.fortran/array-slices.f90: New file.
3007
be09caf1
PW
30082019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3009
3010 * gdb.base/define.exp: Test . in command names.
3011 * gdb.base/setshow.exp: Update test, as . is now part of
3012 command name.
3013
643c0cbe
PW
30142019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3015
3016 * gdb.base/define-prefix.exp: New file.
3017
dcdec678
AB
30182019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3019
3020 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3021 compile.
3022 (skip_btrace_pt_tests): Likewise.
3023
640ab947
AB
30242019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3025
3026 * gdb.fortran/info-modules.exp: Compile source files in correct
3027 order.
3028
d22670f0
KB
30292019-11-27 Kevin Buettner <kevinb@redhat.com>
3030
3031 * gdb.dwarf2/imported-unit.exp: New file.
3032 * gdb.dwarf2/imported-unit.c: New file.
3033
db5960b4
AB
30342019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3035
3036 * gdb.mi/mi-fortran-modules-2.f90: New file.
3037 * gdb.mi/mi-fortran-modules.exp: New file.
3038 * gdb.mi/mi-fortran-modules.f90: New file.
3039
7dc42066
AB
30402019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3041
3042 * gdb.mi/mi-sym-info-1.c: New file.
3043 * gdb.mi/mi-sym-info-2.c: New file.
3044 * gdb.mi/mi-sym-info.exp: New file.
3045
0dfeecca
TT
30462019-11-22 Tom Tromey <tromey@adacore.com>
3047
3048 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3049 * gdb.ada/tasks/foo.adb: Add another stopping location.
3050
34877895
PJ
30512019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3052
3053 * gdb.base/endianity.c: New test.
3054 * gdb.base/endianity.exp: New file.
3055
2e84f897
LD
30562019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3057
3058 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3059
65d1cd5f
TV
30602019-11-21 Tom de Vries <tdevries@suse.de>
3061
3062 PR gdb/24956
3063 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3064
4f22c3f4
SDJ
30652019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3066
3067 * gdb.python/py-progspace.exp: Add missing parentheses on some
3068 'print' commands.
3069
9f6ad286
TT
30702019-11-19 Tom Tromey <tom@tromey.com>
3071
3072 * gdb.tui/winheight.exp: New file.
3073
0b8dbf3f
AB
30742019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3075
3076 * gdb.base/ctf-whatis.c: Delete.
3077 * gdb.base/ctf-whatis.exp: Delete.
3078 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3079
f833b7a7
AB
30802019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3081
3082 * gdb.base/ctf-cvexpr.exp: Delete.
3083 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3084
30d0a636
AB
30852019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3086
3087 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3088 the compiler. Clean up header comment a little.
3089 * gdb.base/ctf-ptype.exp: Likewise.
3090 * gdb.base/ctf-whatis.exp: Likewise.
3091 * lib/gdb.exp (skip_ctf_tests): New proc.
3092
494409bb
SDJ
30932019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3094
3095 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3096 * gdb.tui/corefile-run.exp: New file.
3097
55708e99
TT
30982019-11-14 Tom Tromey <tromey@adacore.com>
3099
3100 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3101 regression tests.
3102
45e42163
TT
31032019-11-12 Tom Tromey <tom@tromey.com>
3104
3105 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3106 after any command. Expect prompt after WAIT_FOR is seen.
3107 (enter_tui): Enable resize messages.
3108 (command): Expect command in output.
3109 (get_line): Avoid error when cursor appears to be off-screen.
3110 (dump_screen): Include screen size in title.
3111 (_do_resize): New proc, from "resize".
3112 (resize): Rewrite. Do resize in two steps.
3113 * gdb.tui/empty.exp (layouts): Fix entries.
3114 (check_boxes): Remove xfail.
3115 (check_text): Dump screen on failure.
3116
086baaf1
AB
31172019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3118
3119 * gdb.python/py-symbol.exp: Add test for
3120 gdb.lookup_static_symbols.
3121
09ff83af
AB
31222019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3123
3124 * gdb.python/py-symbol.c: Declare and call function from new
3125 py-symbol-2.c file.
3126 * gdb.python/py-symbol.exp: Compile both source files, and add new
3127 tests for gdb.lookup_static_symbol.
3128 * gdb.python/py-symbol-2.c: New file.
3129
11af934b
TV
31302019-11-02 Tom de Vries <tdevries@suse.de>
3131
3132 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3133 * gdb.base/anon.exp: Same.
3134 * gdb.base/auto-connect-native-target.exp: Same.
3135 * gdb.base/call-ar-st.exp: Same.
3136 * gdb.base/catch-syscall.exp: Same.
3137 * gdb.base/commands.exp: Same.
3138 * gdb.base/default.exp: Same.
3139 * gdb.base/display.exp: Same.
3140 * gdb.base/float.exp: Same.
3141 * gdb.base/foll-fork.exp: Same.
3142 * gdb.base/help.exp: Same.
3143 * gdb.base/info-macros.exp: Same.
3144 * gdb.base/info-proc.exp: Same.
3145 * gdb.base/info-target.exp: Same.
3146 * gdb.base/long_long.exp: Same.
3147 * gdb.base/macscp.exp: Same.
3148 * gdb.base/memattr.exp: Same.
3149 * gdb.base/nofield.exp: Same.
3150 * gdb.base/pointers.exp: Same.
3151 * gdb.base/printcmds.exp: Same.
3152 * gdb.base/ptype.exp: Same.
3153 * gdb.base/restore.exp: Same.
3154 * gdb.base/return.exp: Same.
3155 * gdb.base/scope.exp: Same.
3156 * gdb.base/set-noassign.exp: Same.
3157 * gdb.base/setshow.exp: Same.
3158 * gdb.base/shlib-call.exp: Same.
3159 * gdb.base/signals.exp: Same.
3160 * gdb.base/sigstep.exp: Same.
3161 * gdb.base/skip.exp: Same.
3162 * gdb.base/solib-symbol.exp: Same.
3163 * gdb.base/stap-probe.exp: Same.
3164 * gdb.base/step-line.exp: Same.
3165 * gdb.base/step-test.exp: Same.
3166 * gdb.base/style.exp: Same.
3167 * gdb.base/varargs.exp: Same.
3168 * gdb.base/vla-datatypes.exp: Same.
3169 * gdb.base/vla-ptr.exp: Same.
3170 * gdb.base/vla-sideeffect.exp: Same.
3171 * gdb.base/volatile.exp: Same.
3172 * gdb.base/watch-cond-infcall.exp: Same.
3173 * gdb.base/watchpoint.exp: Same.
3174
e96ec2ba
TV
31752019-11-02 Tom de Vries <tdevries@suse.de>
3176
3177 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3178 * gdb.cp/cpexprs.exp: Same.
3179 * gdb.cp/except-multi-location.exp: Same.
3180 * gdb.cp/exceptprint.exp: Same.
3181 * gdb.cp/gdb2384.exp: Same.
3182 * gdb.cp/inherit.exp: Same.
3183 * gdb.cp/m-static.exp: Same.
3184 * gdb.cp/meth-typedefs.exp: Same.
3185 * gdb.cp/misc.exp: Same.
3186 * gdb.cp/namespace.exp: Same.
3187 * gdb.cp/non-trivial-retval.exp: Same.
3188 * gdb.cp/overload.exp: Same.
3189 * gdb.cp/pr17132.exp: Same.
3190 * gdb.cp/re-set-overloaded.exp: Same.
3191 * gdb.cp/rvalue-ref-types.exp: Same.
3192 * gdb.cp/templates.exp: Same.
3193
bd5766ec
LM
31942019-11-01 Luis Machado <luis.machado@linaro.org>
3195
3196 PR gdb/25124
3197
3198 * gdb.arch/pr25124.S: New file.
3199 * gdb.arch/pr25124.exp: New file.
3200
165f8965
AB
32012019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3202
3203 * gdb.fortran/info-modules.exp: Update expected results, and add
3204 additional tests for 'info module functinos', and 'info module
3205 variables'.
3206 * gdb.fortran/info-types.exp: Update expected results.
3207 * gdb.fortran/info-types.f90: Extend testcase with additional
3208 module variables and functions.
3209
59c35742
AB
32102019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3211
3212 * gdb.fortran/info-modules.exp: New file.
3213 * gdb.fortran/info-types.exp: Build with new file.
3214 * gdb.fortran/info-types.f90: Include and use new module.
3215 * gdb.fortran/info-types-2.f90: New file.
3216
f3fb2519
PW
32172019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3218
3219 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3220 * gdb.base/settings.exp: Test all settings types using
3221 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3222 that now verifies that the value of "maint show" is the same as
3223 returned by the settings functions. Test the type of the
3224 maintenance settings.
3225 * gdb.base/default.exp: Update show_conv_list.
3226
d1e36019
TV
32272019-10-31 Tom de Vries <tdevries@suse.de>
3228
3229 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3230 gdb_test.
3231 * gdb.arch/amd64-disp-step.exp: Same.
3232 * gdb.asm/asm-source.exp: Same.
3233 * gdb.btrace/buffer-size.exp: Same.
3234 * gdb.btrace/cpu.exp: Same.
3235 * gdb.btrace/enable.exp: Same.
3236 * gdb.dwarf2/count.exp: Same.
3237 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3238 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3239 * gdb.fortran/vla-datatypes.exp: Same.
3240 * gdb.fortran/vla-history.exp: Same.
3241 * gdb.fortran/vla-ptype.exp: Same.
3242 * gdb.fortran/vla-value.exp: Same.
3243 * gdb.fortran/whatis_type.exp: Same.
3244 * gdb.guile/guile.exp: Same.
3245 * gdb.multi/tids.exp: Same.
3246 * gdb.python/py-finish-breakpoint.exp: Same.
3247 * gdb.python/py-framefilter.exp: Same.
3248 * gdb.python/py-pp-registration.exp: Same.
3249 * gdb.python/py-xmethods.exp: Same.
3250 * gdb.python/python.exp: Same.
3251 * gdb.server/connect-with-no-symbol-file.exp: Same.
3252 * gdb.server/no-thread-db.exp: Same.
3253 * gdb.server/run-without-local-binary.exp: Same.
3254 * gdb.stabs/weird.exp: Same.
3255 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3256 * gdb.threads/thread-find.exp: Same.
3257 * gdb.threads/tls-shared.exp: Same.
3258 * gdb.threads/tls.exp: Same.
3259 * gdb.threads/wp-replication.exp: Same.
3260 * gdb.trace/ax.exp: Same.
3261 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3262
3d11e68e
TV
32632019-10-31 Tom de Vries <tdevries@suse.de>
3264
3265 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3266 * gdb.ada/array_subscript_addr.exp: Same.
3267 * gdb.ada/arrayidx.exp: Same.
3268 * gdb.ada/arrayparam.exp: Same.
3269 * gdb.ada/arrayptr.exp: Same.
3270 * gdb.ada/boolean_expr.exp: Same.
3271 * gdb.ada/call_pn.exp: Same.
3272 * gdb.ada/complete.exp: Same.
3273 * gdb.ada/fixed_cmp.exp: Same.
3274 * gdb.ada/fun_addr.exp: Same.
3275 * gdb.ada/funcall_param.exp: Same.
3276 * gdb.ada/interface.exp: Same.
3277 * gdb.ada/mod_from_name.exp: Same.
3278 * gdb.ada/null_array.exp: Same.
3279 * gdb.ada/packed_array.exp: Same.
3280 * gdb.ada/packed_tagged.exp: Same.
3281 * gdb.ada/print_chars.exp: Same.
3282 * gdb.ada/print_pc.exp: Same.
3283 * gdb.ada/ptype_arith_binop.exp: Same.
3284 * gdb.ada/ptype_field.exp: Same.
3285 * gdb.ada/ptype_tagged_param.exp: Same.
3286 * gdb.ada/rec_return.exp: Same.
3287 * gdb.ada/ref_tick_size.exp: Same.
3288 * gdb.ada/str_ref_cmp.exp: Same.
3289 * gdb.ada/taft_type.exp: Same.
3290 * gdb.ada/tagged.exp: Same.
3291 * gdb.ada/type_coercion.exp: Same.
3292 * gdb.ada/uninitialized_vars.exp: Same.
3293
60b6ede8
TV
32942019-10-30 Tom de Vries <tdevries@suse.de>
3295
3296 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3297
30baf67b
TV
32982019-10-26 Tom de Vries <tdevries@suse.de>
3299
3300 * gdb.base/bigcore.c: Fix typos in comments.
3301 * gdb.base/ctf-ptype.c: Same.
3302 * gdb.base/long_long.c: Same.
3303 * gdb.dwarf2/dw2-op-out-param.S: Same.
3304 * gdb.python/py-evthreads.c: Same.
3305 * gdb.reverse/i387-stack-reverse.c: Same.
3306 * gdb.trace/tfile.c: Same.
3307 * lib/compiler.c: Same.
3308 * lib/compiler.cc: Same.
3309
158da0d1
TV
33102019-10-25 Tom de Vries <tdevries@suse.de>
3311
3312 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3313 gdb_test_multiple calls.
3314 * gdb.reverse/sigall-reverse.exp: Same.
3315 * gdb.reverse/solib-precsave.exp: Same.
3316 * gdb.reverse/solib-reverse.exp: Same.
3317 * gdb.reverse/until-precsave.exp: Same.
3318 * gdb.reverse/until-reverse.exp: Same.
3319
4ccdfbec
TV
33202019-10-24 Tom de Vries <tdevries@suse.de>
3321
3322 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3323 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3324 kfail using -wrap pattern flag and convenience variable
3325 gdb_test_name.
3326
33d569b7
AB
33272019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3328
3329 * gdb.python/py-progspace.exp: Add tests for the
3330 Progspace.block_for_pc method.
3331
4d0b984b
TT
33322019-10-23 Tom Tromey <tom@tromey.com>
3333
3334 * configure: Rebuild.
3335 * aclocal.m4: Use m4_include, not sinclude.
3336
94cb3754
TV
33372019-10-21 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.base/infcall-nested-structs.c: Add
3340 __attribute__((noinline,noclone)) to all functions.
3341 (call_all): Add missing variable initialization. Simplify return value.
3342 (breakpt): Increment volatile variable, to prevent call from being
3343 optimized out.
3344 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3345
062f1fc1
TV
33462019-10-17 Tom de Vries <tdevries@suse.de>
3347
3348 * gdb.fortran/module.exp: Allow info variables to print info for files
3349 other than module.f90.
3350
0b54364d
AB
33512019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3352
3353 * gdb.fortran/module.exp: Extend with 'info variables' test.
3354
7ff5fae7
AB
33552019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3356
3357 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3358 F77_FOR_TARGET.
3359
d10eccaa
TV
33602019-10-16 Tom de Vries <tdevries@suse.de>
3361
3362 PR tdep/25096
3363 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3364
745ff14e
TV
33652019-10-16 Tom de Vries <tdevries@suse.de>
3366
3367 PR tdep/24104
3368 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3369 Add KFAIL for PR tdep/25096.
3370
03e1ab94
TV
33712019-10-16 Tom de Vries <tdevries@suse.de>
3372
3373 PR testsuite/25059
3374 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3375
b17fcc10
TV
33762019-10-16 Tom de Vries <tdevries@suse.de>
3377
3378 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3379 as signed.
3380
9223170f
SM
33812019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3382
3383 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3384 one instead of increasing timeout.
3385
d6e76313
TV
33862019-10-13 Tom de Vries <tdevries@suse.de>
3387
3388 PR record/25038
3389 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3390 * gdb.reverse/sigall-reverse.exp: Same.
3391 * gdb.reverse/solib-precsave.exp: Same.
3392 * gdb.reverse/solib-reverse.exp: Same.
3393 * gdb.reverse/step-precsave.exp: Same.
3394 * gdb.reverse/until-precsave.exp: Same.
3395 * gdb.reverse/until-reverse.exp: Same.
3396 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3397
6dfc0041
AA
33982019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3399
3400 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3401 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3402 (cmp_struct_05_01, cmp_struct_static_02_01)
3403 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3404 comparisons.
3405
abcf2cc8
TV
34062019-10-10 Tom de Vries <tdevries@suse.de>
3407
3408 PR testsuite/24888
3409 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3410 gnatlink.
3411
a50faaf6
TV
34122019-10-09 Tom de Vries <tdevries@suse.de>
3413
3414 PR testsuite/25048
3415 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3416
60ff3cd7
AB
34172019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3418
3419 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3420 exceptions due to missing debug information.
3421
dfee8566
TV
34222019-10-07 Tom de Vries <tdevries@suse.de>
3423
3424 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3425
3d63690a
AB
34262019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3427
3428 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3429 * gdb.base/annota1.exp: Update to use gdb_test_name.
3430
30d1f018
WP
34312019-10-07 Weimin Pan <weimin.pan@oracle.com>
3432
3433 * gdb.base/ctf-whatis.exp: New file.
3434 * gdb.base/ctf-whatis.c: New file.
3435 * gdb.base/ctf-ptype.exp: New file.
3436 * gdb.base/ctf-ptype.c: New file.
3437 * gdb.base/ctf-constvars.exp: New file.
3438 * gdb.base/ctf-constvars.c: New file.
3439 * gdb.base/ctf-cvexpr.exp: New file.
3440
4dbbb47c
TV
34412019-10-04 Tom de Vries <tdevries@suse.de>
3442
3443 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3444 for loop.
3445
77c2dba3
TT
34462019-10-03 Tom Tromey <tom@tromey.com>
3447
3448 PR rust/24976:
3449 * gdb.rust/simple.rs (Union2): New type.
3450 (main): Use Union2.
3451 * gdb.rust/simple.exp: Add test.
3452
179aed7f
AB
34532019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3456 nested function prefix.
3457
0a4b0913
AB
34582019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3459 Richard Bunt <richard.bunt@arm.com>
3460 Andrew Burgess <andrew.burgess@embecosm.com>
3461
3462 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3463 nested functions.
3464 * gdb.fortran/nested-funcs.f90: Update expected results.
3465 * gdb.fortran/nested-funcs-2.exp: New file.
3466 * gdb.fortran/nested-funcs-2.f90: New file.
3467
082cce05
AB
34682019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3469
3470 * gdb.python/py-parameter.exp: Make test names unique.
3471 * gdb.python/py-template.exp: Likewise.
3472 * gdb.python/py-value.exp: Likewise.
3473
2b74ba5a
AB
34742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3475
3476 * gdb.base/break-interp.exp: Reduce test name duplication.
3477 * gdb.base/call-sc.exp: Likewise.
3478 * gdb.base/callfuncs.exp: Likewise.
3479 * gdb.base/charset.exp: Likewise.
3480 * gdb.base/dump.exp: Likewise.
3481 * gdb.base/ena-dis-br.exp: Likewise.
3482 * gdb.base/relational.exp: Likewise.
3483 * gdb.base/step-over-syscall.exp: Likewise.
3484 * gdb.base/structs.exp: Likewise.
3485
58eb20d5
AB
34862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3487
3488 * gdb.linespec/explicit.exp: Make test names unique.
3489 * gdb.linespec/ls-errs.exp: Likewise.
3490
4d421147
AB
34912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3492
3493 * gdb.reverse/break-precsave.exp: Make test names unique.
3494 * gdb.reverse/break-reverse.exp: Likewise.
3495 * gdb.reverse/finish-precsave.exp: Likewise.
3496 * gdb.reverse/finish-reverse.exp: Likewise.
3497 * gdb.reverse/machinestate-precsave.exp: Likewise.
3498 * gdb.reverse/machinestate.exp: Likewise.
3499 * gdb.reverse/readv-reverse.exp: Likewise.
3500 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3501 * gdb.reverse/sigall-precsave.exp: Likewise.
3502 * gdb.reverse/sigall-reverse.exp: Likewise.
3503 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3504 * gdb.reverse/watch-precsave.exp: Likewise.
3505 * gdb.reverse/watch-reverse.exp: Likewise.
3506
d8c06f22
AB
35072019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3508
3509 * gdb.threads/stop-with-handle.c: New file.
3510 * gdb.threads/stop-with-handle.exp: New file.
3511
3a56ed86
TV
35122019-10-03 Tom de Vries <tdevries@suse.de>
3513
3514 PR testsuite/25059
3515 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3516 directory" line to be missing.
3517
42275044
TV
35182019-10-03 Tom de Vries <tdevries@suse.de>
3519
3520 PR testsuite/25059
3521 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3522 type optional.
3523
9ef62df0
AA
35242019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3525
3526 * gdb.python/py-format-string.c (string.h): New include.
3527 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3528 the same value, for endianness-independence.
3529 * gdb.python/py-format-string.exp (default_regexp_dict)
3530 (test_pretty_structs, test_format): Adjust expected output to the
3531 changed initialization.
3532
37f6a7f4
TT
35332019-10-02 Tom Tromey <tromey@adacore.com>
3534
3535 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3536
1d58d6a2
PA
35372019-10-02 Pedro Alves <palves@redhat.com>
3538 Andrew Burgess <andrew.burgess@embecosm.com>
3539
3540 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3541 "print-file-var.h".
3542 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3543 (get_version_1): Print this_version_id and its address.
3544 Add extern "C" wrappers around interface functions.
3545 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3546 "print-file-var.h".
3547 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3548 (get_version_2): Print this_version_id and its address.
3549 Add extern "C" wrappers around interface functions.
3550 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3551 <stddef.h> and "print-file-var.h".
3552 Add extern "C" wrappers around interface functions.
3553 [VERSION_ID_MAIN] (this_version_id): Define.
3554 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3555 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3556 up extern "C" blocks.
3557 * gdb.base/print-file-var.exp (test): New, factored out from top
3558 level.
3559 (top level): Test all combinations of attribute hidden or not,
3560 dlopen or not, and this_version_id symbol in main file or not.
3561 Compile tests as both C++ and C, make test names unique.
3562
d770d56f
TT
35632019-10-01 Tom Tromey <tom@tromey.com>
3564
3565 * gdb.base/style.exp: Test "show logging filename".
3566
7f6aba03
TT
35672019-10-01 Tom Tromey <tom@tromey.com>
3568
3569 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3570 * gdb.base/style.exp: Add metadata style test.
3571
14309bb6
TT
35722019-10-01 Tom Tromey <tom@tromey.com>
3573
3574 * gdb.base/style.exp: Test "pwd".
3575
2a3c1174
PA
35762019-10-01 Tom Tromey <tom@tromey.com>
3577
3578 * gdb.base/style.exp: Update tests.
3579
53d666ec
AA
35802019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3581
3582 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3583 'six' to unsigned.
3584 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3585 'five'. Use an all-ones bit pattern for each.
3586 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3587 to its changed values.
3588
4a56a520
TT
35892019-09-30 Tom Tromey <tromey@adacore.com>
3590
3591 * gdb.rust/traits.rs: Disable all warnings.
3592
0df0352a
TV
35932019-09-29 Tom de Vries <tdevries@suse.de>
3594
aac66a4c 3595 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
0df0352a 3596
73d9a918
TV
35972019-09-29 Tom de Vries <tdevries@suse.de>
3598
3599 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3600
060b3ab4
TV
36012019-09-27 Tom de Vries <tdevries@suse.de>
3602
3603 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3604
68f7d34d
TV
36052019-09-27 Tom de Vries <tdevries@suse.de>
3606
3607 PR record/23188
3608 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3609
5d63b30a
TT
36102019-09-26 Tom Tromey <tromey@adacore.com>
3611
3612 * gdb.ada/py_taft.exp: New file.
3613 * gdb.ada/py_taft/main.adb: New file.
3614 * gdb.ada/py_taft/pkg.adb: New file.
3615 * gdb.ada/py_taft/pkg.ads: New file.
3616
3d435220
TV
36172019-09-24 Tom de Vries <tdevries@suse.de>
3618
3619 PR gdb/24598
3620 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3621
77d03678
TV
36222019-09-22 Tom de Vries <tdevries@suse.de>
3623
3624 * gdb.base/restore.exp: Allow register variables to be optimized out at
3625 -O0.
3626
abf516c6
UW
36272019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3628
3629 * gdb.arch/spu-info.exp: Remove file.
3630 * gdb.arch/spu-info.c: Remove file.
3631 * gdb.arch/spu-ls.exp: Remove file.
3632 * gdb.arch/spu-ls.c: Remove file.
3633
3634 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3635 * gdb.asm/spu.inc: Remove file.
3636
3637 * gdb.base/dump.exp: Remove support for spu*-*-*.
3638 * gdb.base/stack-checking.exp: Likewise.
3639 * gdb.base/overlays.exp: Likewise.
3640 * gdb.base/ovlymgr.c: Likewise.
3641 * gdb.base/spu.ld: Remove file.
3642
3643 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3644 * gdb.cp/cpexprs.exp: Likewise.
3645 * gdb.cp/exception.exp: Likewise.
3646 * gdb.cp/gdb2495.exp: Likewise.
3647 * gdb.cp/mb-templates.exp: Likewise.
3648 * gdb.cp/pr9167.exp: Likewise.
3649 * gdb.cp/userdef.exp: Likewise.
3650
3651 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3652
3653 * gdb.cell: Remove directory.
3654 * lib/cell.exp: Remove file.
3655
e452e88f
TV
36562019-09-19 Tom de Vries <tdevries@suse.de>
3657
3658 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3659
8a625130
TV
36602019-09-19 Tom de Vries <tdevries@suse.de>
3661
3662 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3663
81dc3ab5
TV
36642019-09-19 Tom de Vries <tdevries@suse.de>
3665
3666 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3667 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3668 (gdb_target_cmd): ... here.
3669 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3670 value 2.
3671
b078f3ac
AB
36722019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3673
3674 * gdb.base/source-dir.exp: Avoid having directory names in test
3675 names.
3676
f1b620e9
MG
36772019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3678
3679 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3680 directory.
3681
67f3ed6a
AB
36822019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3683
3684 * gdb.base/list-missing-source.exp: New file.
3685
d1b70248
TV
36862019-09-14 Tom de Vries <tdevries@suse.de>
3687
3688 PR teststuite/24599
3689 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3690 * lib/ada.exp (gnatmake_version_at_least): New proc.
3691
5fabdcd6
AB
36922019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3693
3694 * gdb.base/maint.exp: Use exec_has_index_section.
3695
aa17805f
AB
36962019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3697
3698 * gdb.base/maint.exp: Add test for 'maint info sections'.
3699
25e5c209
TV
37002019-09-12 Tom de Vries <tdevries@suse.de>
3701
3702 * gdb.base/store.exp: Allow register variables to be optimized out at
3703 -O0.
3704
4993045d
PW
37052019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3706
3707 * gdb.ada/rdv_wait.exp: Update to new task names.
3708 * gdb.base/task_switch_in_core.exp: Likewise.
3709 * gdb.base/info_sources_base.c: Likewise.
3710
8a516164
TT
37112019-09-10 Tom Tromey <tromey@adacore.com>
3712
3713 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3714
aa391654
TT
37152019-09-10 Tom Tromey <tromey@adacore.com>
3716
3717 * gdb.ada/dgopt.exp: New file.
3718 * gdb.ada/dgopt/x.adb: New file.
3719
8634b462
TT
37202019-09-08 Tom Tromey <tom@tromey.com>
3721
3722 * gdb.tui/resize.exp: Remove setup_xfail.
3723 * gdb.tui/regs.exp: Remove setup_xfail.
3724 * gdb.tui/basic.exp: Remove setup_xfail.
3725
736b0f76
DB
37262019-09-06 David Blaikie <dblaikie@gmail.com>
3727
3728 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3729 * gdb.cp/cplabel.exp: Ditto.
3730 * gdb.linespec/ls-errs.exp: Ditto.
3731
30331a6c
TV
37322019-09-05 Tom de Vries <tdevries@suse.de>
3733
3734 * lib/gdb.exp (cmp_file_string): New proc.
3735 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3736 runto_main. Verify save breakpoints output.
3737
98b0ebab
PW
37382019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3739
3740 * gdb.base/info-var.exp: Test info variables without running
3741 to main, to avoid expect's buffer overflow.
3742
4e962e74
TT
37432019-09-03 Tom Tromey <tromey@adacore.com>
3744
3745 * gdb.ada/bias.exp: New file.
3746 * gdb.ada/bias/bias.adb: New file.
3747 * gdb.ada/print_chars.exp: Add regression test.
3748 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3749 (MC): New variable.
3750
2ea1a07a
SL
37512019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3752
3753 * gdb.base/argv0-symlink.exp: Run only on native target
3754 and local host.
3755
8077c50d
TV
37562019-08-29 Tom de Vries <tdevries@suse.de>
3757
3758 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3759 diverse debug info.
3760 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3761
48352473
TV
37622019-08-28 Tom de Vries <tdevries@suse.de>
3763
3764 * gdb.base/info-var.exp: Allow info variables to print info for files
3765 other than info-var-f1.c and info-var-f2.c.
3766
d8f27c60
AB
37672019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3768
3769 * gdb.fortran/info-types.exp: Add module.
3770 * gdb.fortran/info-types.f90: Update expected results.
3771
1f20c35e
AB
37722019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3773
3774 * gdb.fortran/info-types.exp: New file.
3775 * gdb.fortran/info-types.f90: New file.
3776 * lib/fortran.exp (fortran_character1): New proc.
3777
4acfdd20
AB
37782019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3779
3780 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3781 functions'. Reindent as needed.
3782 * gdb.base/info-var-f1.c: New file.
3783 * gdb.base/info-var-f2.c: New file.
3784 * gdb.base/info-var.exp: New file.
3785 * gdb.base/info-var.h: New file.
3786
5c31b358
TV
37872019-08-26 Tom de Vries <tdevries@suse.de>
3788
3789 PR c++/24852
3790 * gdb.cp/no-libstdcxx-probe.exp: New test.
3791
b694989f
TV
37922019-08-26 Tom de Vries <tdevries@suse.de>
3793
3794 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3795 * tests need to be skipped.
3796 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3797 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3798 mi_skip_libstdcxx_probe_tests.
3799
d9c4ba53
SDJ
38002019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3801
3802 * gdb.python/py-xmethods.exp: Use raw strings when passing
3803 arguments to SimpleXMethodMatcher.
3804
395fad09
TV
38052019-08-22 Tom de Vries <tdevries@suse.de>
3806
3807 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3808 more informative.
3809
26c957f1
PA
38102019-08-21 Pedro Alves <palves@redhat.com>
3811
3812 * gdb.base/with.exp: Test "with" with no arguments.
3813
61f80d5d
TV
38142019-08-21 Tom de Vries <tdevries@suse.de>
3815
3816 * gdb.base/gdb-caching-proc.exp: Sort files.
3817
d7a11d13
TV
38182019-08-20 Tom de Vries <tdevries@suse.de>
3819
3820 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3821 compilation.
3822
34dafe9f
TV
38232019-08-16 Tom de Vries <tdevries@suse.de>
3824
3825 * gdb.base/compare-sections.exp ("after run to main"): Allow
3826 mismatched read-only sections for PIE executables.
3827
398fdd60
TT
38282019-08-16 Tom Tromey <tom@tromey.com>
3829
3830 * lib/tuiterm.exp (_csi_Z): New proc.
3831 * gdb.tui/basic.exp: Update window positions.
3832 * gdb.tui/empty.exp: Update window positions.
3833
d8f9e51c
SL
38342019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3835
3836 * gdb.base/examine-backward.exp: Correct regexp for
3837 "examine 3 bytes backward from ${address_zero}".
3838
3df505f6
TT
38392019-08-15 Tom Tromey <tom@tromey.com>
3840
3841 * gdb.tui/empty.exp: Enable resizing tests.
3842
272560b5
TT
38432019-08-15 Tom Tromey <tromey@adacore.com>
3844
3845 * gdb.ada/char_enum.exp: Add regression tests.
3846 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3847 and '0'.
3848 (Char, Gchar): Update.
3849 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3850
08235187
CB
38512019-08-15 Christian Biesinger <cbiesinger@google.com>
3852
3853 * gdb.python/python.exp: Expect a leading underscore on
3854 GdbOutput{,Error}File.
3855
22a2ab04
SL
38562019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3857
3858 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3859 Windows host.
3860
835b995b
SL
38612019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3862
3863 * gdb.base/batch-preserve-term-settings.exp
3864 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3865
97dd8e07
CB
38662019-08-15 Christian Biesinger <cbiesinger@google.com>
3867
3868 * lib/gdb.exp: When running on a mingw target, replace
3869 /x/ with x:/.
3870
75faf5c4
AH
38712019-08-14 Alan Hayward <alan.hayward@arm.com>
3872
3873 * gdb.arch/aarch64-prologue.c: New test.
3874 * gdb.arch/aarch64-prologue.exp: New file.
3875
abc6c00f
TV
38762019-08-13 Tom de Vries <tdevries@suse.de>
3877
3878 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3879 Thread.
3880
74c2c1f4
SL
38812019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3882
3883 * gdb.python/py-completion.exp: Download the .py file to the host
3884 and use its host pathname. Conditionalize tests that use
3885 tab completion and manipulate files on the build machine.
3886 * gdb.python/py-events.exp: Download the .py file to the host
3887 and use its host pathname.
3888 * gdb.python/py-evsignal.exp: Likewise.
3889 * gdb.python/py-evthreads.exp: Likewise.
3890 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3891 pathname syntax.
3892 * gdb.python/py-framefilter.exp: Download the .py file to the right
3893 place on the host. Match Windows pathname syntax.
3894 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3895 .py file to the host and use its host pathname.
3896 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3897 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3898 build pathname. Skip symlink test on Windows host. Add missing
3899 newline at end of file.
3900 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3901 and use its host pathname.
3902 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3903 * gdb.python/py-section-script.exp: Use host location of binfile
3904 on safe-path. Use correct path separator on Windows host.
3905 Reorder alternatives in gdb_test_multiple to prevent matching
3906 the wrong alternative on success.
3907 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
3908
ca2589f3
PP
39092019-08-12 Patrick Palka <patrick@parcs.ath.cx>
3910
3911 * gdb.gdb/selftest.exp (test_with_self): Update test to now
3912 expect the GDB inferior to no longer immediately stop after
3913 being resumed with "signal SIGINT".
3914
020a839d
SL
39152019-08-09 Sandra Loosemore <sandra@codesourcery.com>
3916
3917 * gdb.linespec/break-ask.exp: Generalize regexps to match
3918 Windows pathnames too.
3919
128d6509
TV
39202019-08-08 Tom de Vries <tdevries@suse.de>
3921
3922 PR testsuite/24862
3923 * lib/tuiterm.exp (_accept): Fix CSI regexp.
3924
590042fc
PW
39252019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3926
3927 * gdb.base/style.exp: Update tests for help doc new invariants.
3928 * gdb.base/help.exp: Likewise.
3929
046bebe1
TT
39302019-08-06 Tom Tromey <tom@tromey.com>
3931
3932 * gdb.base/style.exp: Add disassemble test.
3933 * gdb.base/style.c (some_called_function): New function.
3934 (main): Use it.
3935
0b27c27d
CB
39362019-08-05 Christian Biesinger <cbiesinger@google.com>
3937
3938 * gdb.python/py-block.exp: Test dictionary access on blocks.
3939
580f1034
SM
39402019-08-05 Simon Marchi <simon.marchi@efficios.com>
3941
3942 PR gdb/24863
3943 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
3944 -list-thread-groups --available test when running under
3945 check-read1.
3946
d86bd7cb
TV
39472019-08-05 Tom de Vries <tdevries@suse.de>
3948
3949 PR testsuite/24863
3950 * lib/gdb.exp (with_read1_timeout_factor): New proc.
3951 * gdb.base/help.exp: Use with_read1_timeout_factor.
3952 * gdb.base/info-macros.exp: Same.
3953 * gdb.cp/nested-types.exp: Same.
3954
a80cf5d8
TV
39552019-08-05 Tom de Vries <tdevries@suse.de>
3956
3957 * lib/gdb.exp (version_at_least): Factor out of ...
3958 (tcl_version_at_least): ... here.
3959 (gdb_compile): Fail if pie results in non-PIE executable.
3960 (readelf_version, readelf_prints_pie): New proc.
3961 (exec_is_pie): Return -1 if unknown.
3962
d0962838
TV
39632019-08-05 Tom de Vries <tdevries@suse.de>
3964
3965 * lib/gdb.exp (tcl_version_at_least): Fix typo.
3966
2252ff3d
SL
39672019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3968
3969 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
3970
26655f53
SL
39712019-08-04 Sandra Loosemore <sandra@codesourcery.com>
3972
3973 * lib/completion-support.exp (test_gdb_complete_none): Skip
3974 tab completion tests if no readline support.
3975 (test_gdb_complete_unique_re): Likewise.
3976 (test_gdb_complete_multiple): Likewise.
3977
db4dc13e
PW
39782019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3979
3980 * gdb.base/info_sources.exp: New file.
3981 * gdb.base/info_sources.c: New file.
3982 * gdb.base/info_sources_base.c: New file.
3983
0eba165a
PFC
39842019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
3985
3986 * gdb.base/batch-exit-status.exp: Call test_exit_status with
3987 prefix argument.
3988 (test_exit_status): Add prefix argument.
3989
59bd512b
TV
39902019-08-01 Tom de Vries <tdevries@suse.de>
3991
3992 PR testsuite/24863
3993 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
3994 calling exp_continue for new thread and thread exited messages.
3995
2a3ad588
TV
39962019-08-01 Tom de Vries <tdevries@suse.de>
3997
3998 PR testsuite/24863
3999 * gdb.base/structs.exp: Fix check-read1 timeout using
4000 gdb_test_sequence.
4001 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4002
117eb594
TV
40032019-08-01 Tom de Vries <tdevries@suse.de>
4004
4005 PR testsuite/24863
4006 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4007 line.
4008
ed591340
TV
40092019-08-01 Tom de Vries <tdevries@suse.de>
4010
4011 PR testsuite/24863
4012 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4013
aa3b6533
TT
40142019-07-30 Tom Tromey <tromey@adacore.com>
4015
4016 * gdb.ada/display_nested.exp: New file.
4017 * gdb.ada/display_nested/foo.adb: New file.
4018 * gdb.ada/display_nested/pack.adb: New file.
4019 * gdb.ada/display_nested/pack.ads: New file.
4020
2906593f
CB
40212019-07-30 Christian Biesinger <cbiesinger@google.com>
4022
4023 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4024 namespace.
4025 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4026
0f575925
TV
40272019-07-30 Tom de Vries <tdevries@suse.de>
4028
4029 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4030 instead.
4031
b13057d9
TV
40322019-07-30 Tom de Vries <tdevries@suse.de>
4033
4034 PR testsuite/24834
4035 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4036 (exec_is_pie): New proc.
4037
5c4dde85
CB
40382019-07-29 Christian Biesinger <cbiesinger@google.com>
4039
4040 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4041
c620ed88
CB
40422019-07-29 Christian Biesinger <cbiesinger@google.com>
4043
4044 * gdb.python/py-objfile.c: Add global and static vars.
4045 * gdb.python/py-objfile.exp: Test new functions Objfile.
4046 lookup_global_symbol and lookup_static_symbol.
4047
3d235706
TT
40482019-07-29 Tom Tromey <tom@tromey.com>
4049
4050 * lib/tuiterm.exp (Term::_csi_@): New proc.
4051 (Term::_csi_X): Don't move cursor.
4052
c7e4c0a6
PW
40532019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4054
4055 * gdb.base/options.exp: Update backtrace - completion to
4056 new option -frame-info.
4057 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4058 Test new 'set print frame-info'. Test backtrace -frame-info
4059 overriding 'set print frame-info'.
4060 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4061 Test new 'set print frame-info'.
4062 Verify consistency of backtrace with and without filters, with and
4063 without -no-filters.
4064 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4065 default.
4066
de28a3b7
TV
40672019-07-29 Tom de Vries <tdevries@suse.de>
4068
4069 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4070 no arguments".
4071
507dd60e
TV
40722019-07-29 Tom de Vries <tdevries@suse.de>
4073
4074 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4075 is a substring of the first for "complete non-unique file name".
4076
5beafce9
TV
40772019-07-29 Tom de Vries <tdevries@suse.de>
4078
4079 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4080 with ".*".
4081
2d274232
TV
40822019-07-29 Tom de Vries <tdevries@suse.de>
4083
4084 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4085 Pass prompt_regexp parameter to gdb_test_multiple calls.
4086
9197cd8b
TV
40872019-07-29 Tom de Vries <tdevries@suse.de>
4088
4089 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
aac66a4c 4090 print registers" regexps.
9197cd8b 4091
b528dae0
TV
40922019-07-29 Tom de Vries <tdevries@suse.de>
4093
4094 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4095
d17725d7
TV
40962019-07-29 Tom de Vries <tdevries@suse.de>
4097
4098 PR gdb/24855
4099 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4100 (skip_python_tests_prompt): Add prompt_regexp argument to
4101 gdb_test_multiple calls.
4102
52b75bf1
TT
41032019-07-27 Tom Tromey <tom@tromey.com>
4104
4105 * gdb.tui/main.exp: New file.
4106
2b1d00c2
TT
41072019-07-27 Tom Tromey <tom@tromey.com>
4108
4109 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4110 optional.
4111 * gdb.tui/empty.exp: New file.
4112
ded631d5
TT
41132019-07-27 Tom Tromey <tom@tromey.com>
4114
4115 * lib/tuiterm.exp (spawn): New proc.
4116 (Term::resize): New proc.
4117 * gdb.tui/resize.exp: New file.
4118
58ac439d
TT
41192019-07-27 Tom Tromey <tom@tromey.com>
4120
4121 * gdb.tui/list.exp: New file.
4122
fe1f56ee
TT
41232019-07-27 Tom Tromey <tom@tromey.com>
4124
4125 * gdb.tui/regs.exp: New file.
4126
f790b310
TT
41272019-07-27 Tom Tromey <tom@tromey.com>
4128
4129 * gdb.tui/basic.exp: Add "layout split" test.
4130
d95fc6ee
TT
41312019-07-27 Tom Tromey <tom@tromey.com>
4132
4133 * gdb.tui/basic.exp: Add "layout asm" test.
4134
c3786b3a
TT
41352019-07-27 Tom Tromey <tom@tromey.com>
4136
4137 * lib/tuiterm.exp: New file.
4138 * gdb.tui/basic.exp: New file.
4139
98a617f8
KB
41402019-07-27 Kevin Buettner <kevinb@redhat.com>
4141
4142 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4143 Enable tests associated with this flag. Adjust regex
4144 referencing "foo_low" to now refer to "foo_cold" instead.
4145
5c076da4
KB
41462019-07-27 Kevin Buettner <kevinb@redhat.com>
4147
4148 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4149 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4150 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4151 foo_cold. Revise comments to match.
4152 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4153 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4154 were wrapped into this proc; Call do_test in loop from outermost
4155 level.
4156 (foo_low): Rename all occurrences to "foo_cold".
4157 (backtrace from baz): New test.
4158 (x2/i foo_cold): New test.
4159 (info line *foo_cold): New test.
4160
1512d3b7
TV
41612019-07-26 Tom de Vries <tdevries@suse.de>
4162
4163 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4164
297989a1
TV
41652019-07-25 Tom de Vries <tdevries@suse.de>
4166
4167 PR testsuite/24830
4168 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4169 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4170 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4171 (skip_libstdcxx_probe_tests): ... here.
4172 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4173
b3b965fb
TV
41742019-07-24 Tom de Vries <tdevries@suse.de>
4175
4176 PR testsuite/24807
4177 * gdb.objc/basicclass.m: Include stdio.h.
4178 * gdb.objc/nondebug.m: Same.
4179 * gdb.objc/objcdecode.m: Same.
4180
4625b4d0
TV
41812019-07-24 Tom de Vries <tdevries@suse.de>
4182
4183 PR testsuite/24612
4184 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4185 additional_flags.
4186
024a5840
TV
41872019-07-24 Tom de Vries <tdevries@suse.de>
4188
4189 PR testsuite/24831
4190 * gdb.multi/tids.exp: Update error messages for info threads.
4191
c76ddaa3
TV
41922019-07-24 Tom de Vries <tdevries@suse.de>
4193
4194 * gdb.base/info-types.exp: Allow info types to print info for more than
4195 one file.
4196
9a618ef6
TV
41972019-07-23 Tom de Vries <tdevries@suse.de>
4198
4199 PR testsuite/24842
4200 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4201 gdb_spawn_with_cmdline_opts.
4202
40eadf04
SP
42032019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4204
4205 * gdb.arch/arm-cmse-sgstubs.c: New test.
4206 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4207
5ba29434
TV
42082019-07-23 Tom de Vries <tdevries@suse.de>
4209
4210 PR testsuite/24711
4211 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4212 issuing next command.
4213
a8e9d247
AB
42142019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4215
4216 * gdb.ada/info_auto_lang.exp: Update expected results.
4217 * gdb.base/info-types.c: Add additional types to check.
4218 * gdb.base/info-types.exp: Update expected results.
4219
eb86c5e2
AB
42202019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4221
4222 * gdb.base/info-types.c: New file.
4223 * gdb.base/info-types.exp: New file.
4224
01e175fe
AB
42252019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4226
4227 * gdb.arch/riscv-bp-infcall.c: New file.
4228 * gdb.arch/riscv-bp-infcall.exp: New file.
4229
6b78c3f8
AB
42302019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4231
4232 PR breakpoints/24541
4233 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4234
da738167
TV
42352019-07-14 Tom de Vries <tdevries@suse.de>
4236
4237 PR testsuite/24760
4238 * gdb.objc/basicclass.exp: Fix unterminated string.
4239
0d4e84ed
AB
42402019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4241 Andrew Burgess <andrew.burgess@embecosm.com>
4242
4243 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4244 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4245 negative bounds.
4246 * gdb.fortran/vla-value.exp: Print elements of an array with
4247 negative bounds.
4248 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4249 testing.
4250
021d8588
AB
42512019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4252
4253 * gdb.base/options.exp (expect_string): Dequote strings in
4254 results.
4255 (test-string): Test strings with different quoting and reindent.
4256
f06f1252
TT
42572019-07-10 Tom Tromey <tromey@adacore.com>
4258
4259 * gdb.ada/mi_ex_cond.exp: Update expected results.
4260 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4261 * gdb.ada/mi_catch_ex.exp: Update expected results.
4262 * gdb.ada/mi_catch_assert.exp: Update expected results.
4263 * gdb.ada/catch_ex.exp (catch_exception_info)
4264 (catch_exception_entry, catch_assert_entry)
4265 (catch_unhandled_entry): Update.
4266 * gdb.ada/catch_assert_if.exp: Update expected results.
4267
b863685d
RB
42682019-07-10 Richard Bunt <richard.bunt@arm.com>
4269 Stephen Roberts <stephen.roberts@arm.com>
4270
4271 * gdb.base/define.exp: Restore original prompt.
4272
cb1e4e32
PA
42732019-07-09 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4276 breakpoints" output.
4277 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4278 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4279 throw" creates breakpoint.
4280 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4281 'type="catchpoint"'.
4282
b58a68fe
PA
42832019-07-09 Pedro Alves <palves@redhat.com>
4284
4285 PR c++/15468
4286 * gdb.cp/except-multi-location-lib.cc: New.
4287 * gdb.cp/except-multi-location-main.cc: New.
4288 * gdb.cp/except-multi-location.exp: New.
4289
0826779b
PW
42902019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4291
4292 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4293 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4294 argument and update callers.
4295
5b0e2db4
AB
42962019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4297
4298 * gdb.arch/amd64-break-on-asm-line.S: New file.
4299 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4300
1f6f6e21
PW
43012019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4302
4303 * gdb.base/printcmds.exp: Test printing C string and
4304 C wide string convenience vars without transiting via the inferior.
4305 Also make test names unique.
4306
ea142fbf
AH
43072019-07-08 Alan Hayward <alan.hayward@arm.com>
4308
5862c886 4309 PR breakpoints/25011
ea142fbf
AH
4310 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4311
213fd9fa
PA
43122019-07-04 Pedro Alves <palves@redhat.com>
4313
4314 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4315 body returned ok(0), break(3) or continue(4).
4316 * gdb.testsuite/foreach_with_prefix.exp: New file.
4317
2b40fda7
AH
43182019-07-04 Alan Hayward <alan.hayward@arm.com>
4319
4320 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4321
a26c8de0
PA
43222019-07-03 Pedro Alves <palves@redhat.com>
4323
4324 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4325 "return -code".
4326
5f4ba3e7
PA
43272019-07-03 Pedro Alves <palves@redhat.com>
4328
4329 PR cli/24732
4330 * gdb.base/shell.exp: Load completion-support.exp.
4331 Adjust expected error output. Add completion tests.
4332
a994424f
PA
43332019-07-03 Pedro Alves <palves@redhat.com>
4334
4335 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4336 string_to_regexp.
4337
3d9be6f5
PA
43382019-07-03 Pedro Alves <palves@redhat.com>
4339
4340 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4341 (expect_integer): Adjust to expect "-string".
4342 (expect_string): New.
4343 (all_options): Expect "-string".
4344 (test-flag, test-boolean): Adjust to expect "-string".
4345 (test-string): New proc.
4346 (top level): Call it.
4347
41fc454c
PA
43482019-07-03 Pedro Alves <palves@redhat.com>
4349
4350 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4351 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4352 the expected output in the success.
4353
b2b2a215
PA
43542019-07-03 Pedro Alves <palves@redhat.com>
4355
4356 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4357 Split one gdb_test_multiple call in two to avoid a race.
4358
fdbc9870
PA
43592019-07-03 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.base/with.c: New file.
4362 * gdb.base/with.exp: New file.
4363
c6ac8931
PA
43642019-07-03 Pedro Alves <palves@redhat.com>
4365
4366 * gdb.base/settings.exp: Replace all references to "maint
4367 test-settings set" with references to "maint set test-settings",
4368 and all references to "maint test-settings show" with references
4369 to "maint show test-settings".
4370
970f9d09
PA
43712019-07-03 Pedro Alves <palves@redhat.com>
4372
4373 * gdb.base/settings.exp (test-string): Adjust expected out when
4374 testing "maint test-settings show filename"
4375
54d66006
PA
43762019-07-02 Pedro Alves <palves@redhat.com>
4377
4378 * gdb.base/options.exp (test-info-threads): New procedure.
4379 (top level): Call it.
4380
10d06d82
TT
43812019-06-28 Tom Tromey <tromey@adacore.com>
4382
4383 * gdb.dwarf2/ada-linkage-name.c: New file.
4384 * gdb.dwarf2/ada-linkage-name.exp: New file.
4385
3d507ff2
TT
43862019-06-27 Tom Tromey <tromey@adacore.com>
4387
d039f014 4388 PR c++/20020:
3d507ff2
TT
4389 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4390
8af58ffe
TV
43912019-06-26 Tom de Vries <tdevries@suse.de>
4392
4393 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4394
22e21752
TV
43952019-06-26 Tom de Vries <tdevries@suse.de>
4396
4397 * gdb.base/index-cache.exp: Add back missing debug option.
4398
b65b566c
PW
43992019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4400
4401 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4402
5c2c8c69
TV
44032019-06-25 Tom de Vries <tdevries@suse.de>
4404
4405 PR testsuite/24727
4406 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4407
164e3873
TV
44082019-06-24 Tom de Vries <tdevries@suse.de>
4409
4410 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4411
824eacee
TV
44122019-06-24 Tom de Vries <tdevries@suse.de>
4413
4414 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4415 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4416 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4417
385b97d3
TV
44182019-06-24 Tom de Vries <tdevries@suse.de>
4419
4420 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4421
c596f180
TV
44222019-06-21 Tom de Vries <tdevries@suse.de>
4423
4424 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4425
b13a7d03
TV
44262019-06-21 Tom de Vries <tdevries@suse.de>
4427
4428 PR testsuite/24518
4429 PR ada/24713
4430 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4431 index.
4432
899277ae
TT
44332019-06-19 Tom Tromey <tromey@adacore.com>
4434
4435 * gdb.ada/length_cond.exp: Add intro comment.
4436
680e1bee
TT
44372019-06-19 Tom Tromey <tromey@adacore.com>
4438
4439 * gdb.ada/length_cond.exp: New file.
4440 * gdb.ada/length_cond/length_cond.adb: New file.
4441 * gdb.ada/length_cond/pck.adb: New file.
4442 * gdb.ada/length_cond/pck.ads: New file.
4443
0ed4690a
TV
44442019-06-18 Tom de Vries <tdevries@suse.de>
4445
4446 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4447
d20ed5fd
TT
44482019-06-18 Tom Tromey <tromey@adacore.com>
4449
4450 * gdb.base/list0.h: Add comment explaining control character.
4451
86e04673
TV
44522019-06-18 Tom de Vries <tdevries@suse.de>
4453
4454 * boards/fission.exp: Break up long debug_flags line.
4455
c4973306
SM
44562019-06-16 Tom de Vries <tdevries@suse.de>
4457
4458 PR gdb/24445
4459 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4460 generated index.
4461
93cb9841
AB
44622019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4463
4464 PR gdb/24686
4465 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4466 improve detection of bug gdb/24541.
4467
399aaebd
SM
44682019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4469
4470 PR gdb/24669
4471 * gdb.base/index-cache.exp (uses_readnow,
4472 expecting_index_cache_use): Define global variable.
4473 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4474 expecting_index_cache_use.
4475
584a927c
AB
44762019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4477 Andrew Burgess <andrew.burgess@embecosm.com>
4478
4479 * gdb.fortran/pointers.f90: New file.
4480 * gdb.fortran/print_type.exp: New file.
4481 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4482 * gdb.fortran/vla-type.exp: Likewise.
4483 * gdb.fortran/vla-value.exp: Likewise.
4484 * gdb.mi/mi-vla-fortran.exp: Likewise.
4485
30056ea0
AB
44862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4489 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4490 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4491 as a stop reason.
4492
ec8e2b6d
AB
44932019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.base/annota1.exp: Update expected results.
4496 * gdb.cp/annota2.exp: Likewise.
4497 * gdb.cp/annota3.exp: Likewise.
4498
09e4c4e1
AB
44992019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4500
4501 * gdb.base/style-logging.exp: Remove path from test name.
4502
0735b091
TT
45032019-06-14 Tom Tromey <tromey@adacore.com>
4504
4505 PR gdb/24502:
4506 * gdb.base/style-logging.exp: New file.
4507
f5686554
TT
45082019-06-14 Tom Tromey <tromey@adacore.com>
4509
4510 * gdb.base/symfile-warn.exp: New file.
4511 * gdb.base/symfile-warn.c: New file.
4512
a0c1ffed
TT
45132019-06-14 Tom Tromey <tromey@adacore.com>
4514
4515 * gdb.base/annotate-symlink.exp: New file.
4516
f411722c
TT
45172019-06-14 Tom Tromey <tromey@adacore.com>
4518
4519 * gdb.ada/set_wstr.exp: Add reassignment test.
4520
4268ec18
TT
45212019-06-14 Tom Tromey <tromey@adacore.com>
4522
4523 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4524 'unchecked_access and 'unrestricted_access as well.
4525
9a9e394b
TT
45262019-06-14 Tom Tromey <tromey@adacore.com>
4527
4528 PR ada/24539:
4529 * gdb.ada/vla.exp: Update tests.
4530 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4531 pragma.
4532
4c048731
PA
45332019-06-13 Pedro Alves <palves@redhat.com>
4534
4535 * gdb.base/settings.exp (test-integer): Test junk after
4536 "unlimited".
4537
6665660a
PA
45382019-06-13 Pedro Alves <palves@redhat.com>
4539
4540 * gdb.base/options.exp (test-thread-apply): New.
4541 (top level): Call it.
4542
5d707134
PA
45432019-06-13 Pedro Alves <palves@redhat.com>
4544
4545 * gdb.base/options.exp (test-frame-apply): New.
4546 (top level): Test print commands with different "frame apply"
4547 prefixes.
4548
e2a689da
PA
45492019-06-13 Pedro Alves <palves@redhat.com>
4550
e79be6e5 4551 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
e2a689da
PA
4552 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4553 'max_completions' parameter and handle it.
4554 (test_gdb_completion_offers_commands): New.
4555
90a1ef87
PA
45562019-06-13 Pedro Alves <palves@redhat.com>
4557
4558 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4559
d4c16835
PA
45602019-06-13 Pedro Alves <palves@redhat.com>
4561
4562 * gdb.base/options.exp (test-backtrace): New.
4563 (top level): Call it.
4564
2daf894e
PA
45652019-06-13 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.guile/scm-frame-args.exp: Use "set print
4568 raw-frame-arguments" instead of "set print raw frame-arguments".
4569 * gdb.python/py-frame-args.exp: Likewise.
4570
e6ed716c
PA
45712019-06-13 Pedro Alves <palves@redhat.com>
4572
4573 * gdb.compile/compile.exp: Adjust expected output to option
4574 processing changes.
4575
7d8062de
PA
45762019-06-13 Pedro Alves <palves@redhat.com>
4577
4578 * gdb.base/options.exp: Build executable.
4579 (test-print): New procedure.
4580 (top level): Call it, once for "print" and another for "compile
4581 print".
4582
9d0faba9
PA
45832019-06-13 Pedro Alves <palves@redhat.com>
4584
4585 * gdb.base/options.c: New file.
4586 * gdb.base/options.exp: New file.
4587
dee7b4c8
PA
45882019-06-13 Pedro Alves <palves@redhat.com>
4589
4590 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4591 that "o" is ambiguous.
4592
dca0f6c0
PA
45932019-06-13 Pedro Alves <palves@redhat.com>
4594
4595 * gdb.base/settings.c: New file.
4596 * gdb.base/settings.exp: New file.
4597
ccf46844
PA
45982019-06-13 Pedro Alves <palves@redhat.com>
4599
4600 * gdb.base/completion.exp: Fix comment typo.
4601
b9a3f842
PA
46022019-06-13 Pedro Alves <palves@redhat.com>
4603
4604 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4605 foo --1" test.
4606
d106773e
PA
46072019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4608
4609 * gdb.fortran/block-data.f: New.
4610 * gdb.fortran/block-data.exp: New.
4611
fea82da0
TV
46122019-06-11 Tom de Vries <tdevries@suse.de>
4613
4614 PR testsuite/24521
4615 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4616 message.
4617
8c2e74f1
TV
46182019-06-11 Tom de Vries <tdevries@suse.de>
4619
4620 PR testsuite/24521
4621 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4622
b49851c8
TV
46232019-06-11 Tom de Vries <tdevries@suse.de>
4624
4625 * boards/readnow.exp: New file.
4626
a7067863
AB
46272019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4628
4629 * gdb.fortran/vla-sizeof.exp: Update expected results.
4630
1a3da2cd
AB
46312019-06-06 Amos Bird <amosbird@gmail.com>
4632
4633 * gdb.base/annota1.exp (thread_switch): Add test for
4634 thread-exited annotation.
4635
3847a7bf
TT
46362019-06-06 Tom Tromey <tromey@adacore.com>
4637
4638 * gdb.base/maint.exp: Expect command started/finished output.
4639
0088ba59
AB
46402019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4641
4642 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4643 comment.
4644 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4645
312617a3
AB
46462019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4647
4648 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4649 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4650 * gdb.arch/riscv-unwind-long-insn.c: New file.
4651 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4652
e1f2e1a2
CB
46532019-06-04 Christian Biesinger <cbiesinger@google.com>
4654
d3238f7d 4655 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
e1f2e1a2 4656
206584bd
PW
46572019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4658
4659 * lib/gdb.exp (help_list_trailer): New regexp variable
4660 factorizing the help trailer message.
4661 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4662 arg to allow to better factorize various tests.
4663 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4664 (test_prefix_command_help): Use help_list_trailer.
4665 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4666 * gdb.guile/scm-cmd.exp: Likewise.
4667 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4668 * gdb.base/help.exp: Use test_user_defined_class_help.
4669 * gdb.base/style.exp: Add tests for styling of help and apropos.
4670 * lib/gdb-utils.exp (style): Add title and highlight styles.
4671
708dc93e
PW
46722019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4673
4674 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4675 $_shell_exitsignal.
4676 * gdb.base/default.exp: Update for new convenience variables.
4677
f49055a5
TT
46782019-05-29 Tom Tromey <tromey@adacore.com>
4679
4680 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4681 to "break complete ada" test case's regexp.
4682
4330d61d
TT
46832019-05-29 Tom Tromey <tromey@adacore.com>
4684
4685 PR c++/20020:
4686 * gdb.cp/constexpr-field.exp: New file.
4687 * gdb.cp/constexpr-field.cc: New file.
4688
000439d5
TT
46892019-05-29 Tom Tromey <tromey@adacore.com>
4690
4691 * gdb.base/finish.exp (finish_no_print): New proc.
4692 (finish_tests): Call it.
4693
5a01c34c
TV
46942019-05-24 Tom de Vries <tdevries@suse.de>
4695
4696 * gdb.dwarf2/gdb-add-index.exp: New file.
4697
18125b16
TT
46982019-05-22 Tom Tromey <tromey@adacore.com>
4699
4700 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4701 * gdb.base/style.exp: Use "style".
4702 * lib/gdb-utils.exp (style): New proc.
4703
af1a8d03
TV
47042019-05-22 Tom de Vries <tdevries@suse.de>
4705
4706 * gdb.base/align.exp: Require c++11.
4707
e7fe496b
TV
47082019-05-22 Tom de Vries <tdevries@suse.de>
4709
4710 PR testsuite/24586
4711 * gdb.python/py-mi-var-info-path-expression.exp: Call
4712 mi_skip_python_tests to check if python is supported.
4713
8fca4da0
AH
47142019-05-22 Alan Hayward <alan.hayward@arm.com>
4715
4716 * gdb.arch/aarch64-pauth.c: New test.
4717 * gdb.arch/aarch64-pauth.exp: New file.
4718
b7060614
AH
47192019-05-22 Alan Hayward <alan.hayward@arm.com>
4720
4721 * README (Re-running Tests Outside The Testsuite): New section.
4722
669d0468
TV
47232019-05-21 Tom de Vries <tdevries@suse.de>
4724
4725 * gdb.arch/amd64-eval.exp: Require c++11.
4726 * gdb.base/max-depth.exp: Same.
4727 * gdb.compile/compile-cplus-array-decay.exp: Same.
4728 * gdb.cp/meth-typedefs.exp: Same.
4729 * gdb.cp/subtypes.exp: Same.
4730 * gdb.cp/temargs.exp: Same.
4731
ce3ebcaa
AH
47322019-05-21 Alan Hayward <alan.hayward@arm.com>
4733
4734 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4735
34d11c68
AB
47362019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 PR gdb/18644
4739 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4740 * gdb.fortran/printing-types.exp: Add new test.
4741 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4742 testing.
4743 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4744 setup_kfail call.
4745
87781e84
AH
47462019-05-17 Alan Hayward <alan.hayward@arm.com>
4747
4748 * README (Running the Testsuite): Change example.
4749 (Testsuite Parameters): Remove TRANSCRIPT.
4750 * lib/gdb.exp: Remove TRANSCRIPT check.
4751
b420b89e
AH
47522019-05-17 Alan Hayward <alan.hayward@arm.com>
4753
4754 * README (Testsuite Parameters): Add replay logging to
4755 GDBSERVER_DEBUG.
4756 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4757 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4758 as a comma separated list.
4759 (gdb_debug_init): Override procedure.
4760
408e9b8b
AH
47612019-05-17 Alan Hayward <alan.hayward@arm.com>
4762
4763 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4764 (gdb_write_cmd_file): New procedure.
4765 * lib/gdbserver-support.exp (gdbserver_start): Call
4766 gdbserver_write_cmd_file.
4767 (gdbserver_write_cmd_file): New procedure.
4768
f9e2e39d
AH
47692019-05-17 Alan Hayward <alan.hayward@arm.com>
4770
4771 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4772 (delete_breakpoints): Likewise.
4773 (gdb_run_cmd): Likewise.
4774 (gdb_start_cmd): Likewise.
4775 (gdb_starti_cmd): Likewise.
4776 (gdb_internal_error_resync): Likewise.
4777 (gdb_test_multiple): Likewise.
4778 (gdb_reinitialize_dir): Likewise.
4779 (default_gdb_exit): Likewise.
4780 (gdb_file_cmd): Mark kill as optional.
4781 (default_gdb_start): Call gdb_stdin_log_init.
4782 (send_gdb): Call gdb_stdin_log_write.
4783 (rerun_to_main): Mark Y as an answer.
4784 (gdb_stdin_log_init): New function.
4785 (gdb_stdin_log_write): Likewise.
4786
81f47ac2
AH
47872019-05-17 Alan Hayward <alan.hayward@arm.com>
4788
4789 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4790 * gdb.base/debug-expr.exp: Likewise.
4791 * gdb.base/foll-fork.exp: Likewise.
4792 * gdb.base/foll-vfork.exp: Likewise.
4793 * gdb.base/fork-print-inferior-events.exp: Likewise.
4794 * gdb.base/gdb-sigterm.exp: Likewise.
4795 * gdb.base/gdbinit-history.exp: Likewise.
4796 * gdb.base/osabi.exp: Likewise.
4797 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4798 * gdb.base/ui-redirect.exp: Likewise.
4799 * gdb.gdb/unittest.exp: Likewise.
4800 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4801 * gdb.mi/mi-watch.exp: Likewise.
4802 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4803 * gdb.mi/user-selected-context-sync.exp: Likewise.
4804 * gdb.python/python.exp: Disable debug test when debugging.
4805 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4806 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4807 Likewise.
4808 * gdb.threads/stepi-random-signal.exp: Likewise.
4809
29b52314
AH
48102019-05-17 Alan Hayward <alan.hayward@arm.com>
4811
4812 * Makefile.in: Pass through GDB_DEBUG.
4813 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4814 (gdb,debug): Add board setting.
4815 * lib/gdb.exp (default_gdb_start): Start debugging.
4816 (gdb_debug_enabled): New procedure.
4817 (gdb_debug_init): Likewise.
29b52314
AH
4818
48192019-05-17 Alan Hayward <alan.hayward@arm.com>
e79be6e5 4820
29b52314
AH
4821 * Makefile.in: Pass through GDB_DEBUG.
4822 * README (Testsuite Parameters): Add GDB_DEBUG.
81f47ac2
AH
4823 (gdb,debug): Add board setting.
4824 * lib/gdb.exp (default_gdb_start): Start debugging.
4825 (gdb_debug_enabled): New procedure.
4826 (gdb_debug_init): Likewise.
29b52314 4827
ca1285d1
AH
48282019-05-17 Alan Hayward <alan.hayward@arm.com>
4829
4830 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4831
f3a09c80
AH
48322019-05-17 Alan Hayward <alan.hayward@arm.com>
4833
4834 * gdb.base/ui-redirect.exp: Test redirection.
4835
26648588
JV
48362019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4837
4838 * gdb.mi/mi-complete.exp: New file.
4839 * gdb.mi/mi-complete.cc: Likewise.
4840
14237686
AB
48412019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4842
4843 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4844 indexed and sliced arrays, and pointers to arrays.
4845
e7bd7fba
TT
48462019-05-14 Tom Tromey <tromey@adacore.com>
4847
4848 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4849 styling test.
4850
2764128d
TV
48512019-05-14 Tom de Vries <tdevries@suse.de>
4852
4853 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4854 selection entry encoding.
4855
71bed2db
TT
48562019-05-10 Tom Tromey <tromey@adacore.com>
4857
4858 * gdb.ada/info_exc.exp: Add "complete" test.
4859
63b667ad
TV
48602019-05-09 Tom de Vries <tdevries@suse.de>
4861
4862 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4863 CU-relative.
4864
9cfd2b89
TV
48652019-05-09 Tom de Vries <tdevries@suse.de>
4866
4867 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4868 CU-relative.
4869
2228ef77
XR
48702019-05-08 Joel Brobecker <brobecker@adacore.com>
4871
4872 * gdb.ada/frame_arg_lang.exp: New testcase.
4873 * gdb.ada/frame_arg_lang/bla.adb: New file.
4874 * gdb.ada/frame_arg_lang/pck.ads: New file.
4875 * gdb.ada/frame_arg_lang/pck.adb: New file.
4876 * gdb.ada/frame_arg_lang/foo.c: New file.
4877
80e55b13
TT
48782019-05-08 Tom Tromey <tromey@adacore.com>
4879
4880 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4881
9d3421af
TT
48822019-05-08 Tom Tromey <tromey@adacore.com>
4883
4884 * gdb.base/ptype-offsets.exp: Update tests.
4885
844333e2
TT
48862019-05-08 Tom Tromey <tromey@adacore.com>
4887
4888 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4889 cases.
4890 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4891 "short".
4892
988915ee
TT
48932019-05-08 Tom Tromey <tromey@adacore.com>
4894
4895 * gdb.ada/vla.exp: New file.
4896 * gdb.ada/vla/vla.adb: New file.
4897
7bd55dac
TV
48982019-05-07 Tom de Vries <tdevries@suse.de>
4899
4900 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4901
75f06e9d
TV
49022019-05-07 Tom de Vries <tdevries@suse.de>
4903
4904 PR testsuite/24522
4905 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
4906 section.
4907
77e7aaa4
TV
49082019-05-07 Tom de Vries <tdevries@suse.de>
4909
4910 PR testsuite/24522
4911 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
4912 .debug_aranges section.
4913
456ba0fa
TV
49142019-05-07 Tom de Vries <tdevries@suse.de>
4915
4916 PR testsuite/24159
4917 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
4918
5a56d6a6
TV
49192019-05-06 Tom de Vries <tdevries@suse.de>
4920
4921 * lib/gdb.exp (exec_has_index_section): New proc.
4922 * gdb.base/index-cache.exp: Handle case that binfile contains an index
4923 section.
4924
9d6d4be8
TV
49252019-05-04 Tom de Vries <tdevries@suse.de>
4926
4927 * boards/cc-with-debug-names.exp: New file.
4928
222a8d25
TT
49292019-05-03 Tom Tromey <tromey@adacore.com>
4930
4931 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
4932 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
4933 * gdb.ada/char_enum.exp: Add test.
4934
0fdfd794
TV
49352019-05-03 Tom de Vries <tdevries@suse.de>
4936
4937 * boards/cc-with-gdb-index.exp: New file.
4938
80062eb9
AB
49392019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
4940
4941 * gdb.rust/simple.exp: Add new test case.
4942 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
4943 (main): Initialise an instance of the new struct.
4944
4504bbde
TT
49452019-05-01 Tom Tromey <tromey@adacore.com>
4946
4947 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
4948 record.
4949 (NPR): New variable.
4950 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
4951 test.
4952
d48e62f4
TT
49532019-05-01 Tom Tromey <tromey@adacore.com>
4954
4955 * gdb.ada/packed_array_assign.exp: Add packed assignment
4956 regression test.
4957
f59f30f5
TV
49582019-05-01 Tom de Vries <tdevries@suse.de>
4959
4960 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
4961
b70bfc54
TV
49622019-05-01 Tom de Vries <tdevries@suse.de>
4963
4964 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
4965
15f18d14
AT
49662019-04-30 Ali Tamur <tamur@google.com>
4967
4968 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
4969
2ff0a947
TT
49702019-04-30 Tom Tromey <tromey@adacore.com>
4971
4972 * lib/ada.exp (find_ada_tool): New proc.
4973 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
4974 * gdb.ada/catch_ex_std.exp: New file.
4975 * gdb.ada/catch_ex_std/foo.adb: New file.
4976 * gdb.ada/catch_ex_std/some_package.adb: New file.
4977 * gdb.ada/catch_ex_std/some_package.ads: New file.
4978
a776957c
TT
49792019-04-30 Tom Tromey <tromey@adacore.com>
4980
4981 PR c++/24470:
4982 * gdb.cp/temargs.cc: Add test code from PR.
4983
bc68014d
AB
49842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4985
4986 * gdb.fortran/vla-datatypes.exp: Update expected results.
4987 * gdb.fortran/vla-ptype.exp: Likewise.
4988 * gdb.fortran/vla-type.exp: Likewise.
4989 * gdb.fortran/vla-value.exp: Likewise.
4990
f1fdc960
AB
49912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4992
4993 * gdb.fortran/ptr-indentation.exp: Update expected results.
4994 * gdb.fortran/ptype-on-functions.exp: Likewise.
4995 * gdb.fortran/vla-ptr-info.exp: Likewise.
4996 * gdb.fortran/vla-value.exp: Likewise.
4997
bf7a4de1
AB
49982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
4999
5000 * gdb.fortran/ptype-on-functions.exp: New file.
5001 * gdb.fortran/ptype-on-functions.f90: New file.
5002
bbe75b9d
AB
50032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5004
5005 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5006 case void string.
5007
1db455a7
AB
50082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5009
5010 * gdb.fortran/complex.exp: Expand.
5011 * gdb.fortran/complex.f: Renamed to...
5012 * gdb.fortran/complex.f90: ...this, and extended to add more
5013 complex values.
5014
b6d03bb2
AB
50152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5016
5017 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5018 MODULO, CMPLX.
5019
2e62ab40
AB
50202019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5021 Richard Bunt <richard.bunt@arm.com>
5022
5023 * gdb.base/max-depth.c: New file.
5024 * gdb.base/max-depth.exp: New file.
5025 * gdb.python/py-nested-maps.c: New file.
5026 * gdb.python/py-nested-maps.exp: New file.
5027 * gdb.python/py-nested-maps.py: New file.
5028 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5029 (test_all_common): Call test_max_depth.
5030 * gdb.fortran/max-depth.exp: New file.
5031 * gdb.fortran/max-depth.f90: New file.
5032 * gdb.go/max-depth.exp: New file.
5033 * gdb.go/max-depth.go: New file.
5034 * gdb.modula2/max-depth.exp: New file.
5035 * gdb.modula2/max-depth.c: New file.
5036 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5037
d2b584a5
TV
50382019-04-29 Tom de Vries <tdevries@suse.de>
5039
5040 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5041
136afab8
PW
50422019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5043
5044 * gdb.base/callexit.exp: Test may-call-functions off.
5045
725cbb63
KS
50462019-04-25 Keith Seitz <keiths@redhat.com>
5047
5048 PR c++/24367
5049 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5050 (another_incomplete_struct, test_incomplete): New definitions.
5051 (main): Use new definitions.
5052 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5053 functions.
5054
701adfb0
PA
50552019-04-25 Ali Tamur <tamur@google.com>
5056
5057 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5058
82433e3e
SDJ
50592019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5060
5061 PR corefiles/11608
5062 PR corefiles/18187
5063 * gdb.base/coredump-filter-build-id.exp: New file.
5064
dd06d4d6
AH
50652019-04-25 Alan Hayward <alan.hayward@arm.com>
5066
e79be6e5
SM
5067 * Makefile.in: Pass through GDBSERVER_DEBUG.
5068 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5069 (gdbserver,debug): Add board setting.
5070 * gdb.trace/tspeed.exp: Skip when debugging.
5071 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5072 * lib/gdbserver-support.exp: Likewise
dd06d4d6 5073
1670072e
TT
50742019-04-24 Tom Tromey <tromey@adacore.com>
5075
5076 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5077 Rust.
5078
a59240a4
TT
50792019-04-24 Tom Tromey <tromey@adacore.com>
5080
5081 * gdb.arch/amd64-eval.exp: Test bitfield return.
5082 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5083 (class Foo) <return_bitfields>: New method.
5084 (main): Call it.
5085
b907456c
AB
50862019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5087
5088 * gdb.cp/many-args.cc: New file.
5089 * gdb.cp/many-args.exp: New file.
5090
5c565afd
TV
50912019-04-23 Tom de Vries <tdevries@suse.de>
5092
5093 PR gdb/24433
5094 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5095
ba22ff86
AH
50962019-04-23 Alan Hayward <alan.hayward@arm.com>
5097
5098 * gdb.trace/backtrace.exp: Use nopie flag.
5099 * gdb.trace/circ.exp: Likewise.
5100 * gdb.trace/collection.exp: Likewise.
5101 * gdb.trace/ftrace.exp: Likewise.
5102 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5103 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5104 * gdb.trace/qtro.exp: Likewise.
5105 * gdb.trace/read-memory.exp: Likewise.
5106 * gdb.trace/report.exp: Likewise.
5107 * gdb.trace/tfile.exp: Likewise.
5108 * gdb.trace/tfind.exp: Likewise.
5109 * gdb.trace/unavailable.exp: Likewise.
5110
7905fc35
PA
51112019-04-22 Pedro Alves <palves@redhat.com>
5112
5113 * gdb.base/solib-probes-nosharedlibrary.c,
5114 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5115
8ecb59f8
TT
51162019-04-19 Tom Tromey <tromey@adacore.com>
5117
5118 * gdb.ada/ptype_union.c: New file.
5119 * gdb.ada/ptype_union.exp: New file.
5120
62160ec9
TT
51212019-04-19 Tom Tromey <tromey@adacore.com>
5122
5123 PR symtab/24423:
5124 * gdb.base/list0.h (foo): Add a control-l character.
5125
36cd4ba5
TV
51262019-04-18 Tom de Vries <tdevries@suse.de>
5127
5128 PR gdb/24433
5129 * boards/local-board.exp: Set sysroot to "".
5130
b73715df
TV
51312019-04-18 Tom de Vries <tdevries@suse.de>
5132 Pedro Alves <palves@redhat.com>
5133
5134 PR gdb/24454
5135 * gdb.threads/vfork-follow-child-exec.c: New file.
5136 * gdb.threads/vfork-follow-child-exec.exp: New file.
5137 * gdb.threads/vfork-follow-child-exit.c: New file.
5138 * gdb.threads/vfork-follow-child-exit.exp: New file.
5139
4aa866af
LS
51402019-04-15 Leszek Swirski <leszeks@google.com>
5141
5142 * gdb.arch/amd64-eval.cc: New file.
5143 * gdb.arch/amd64-eval.exp: New file.
5144
e5a1a79a
AH
51452019-04-11 Alan Hayward <alan.hayward@arm.com>
5146
5147 * gdb.server/sysroot.c: New test.
5148 * gdb.server/sysroot.exp: New file.
5149 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5150 matching param.
5151
41077b66
AB
51522019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5153
5154 * gdb.base/align.exp: Extend test to cover structures containing
5155 only static fields.
5156
c30391f8
TV
51572019-04-11 Tom de Vries <tdevries@suse.de>
5158
5159 * boards/cc-with-dwz-m.exp: New file.
5160 * boards/cc-with-dwz.exp: New file.
5161 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5162
e242fd12
SM
51632019-04-09 Simon Marchi <simon.marchi@efficios.com>
5164
5165 * gdb.base/start-cpp.exp: New file.
5166 * gdb.base/start-cpp.cc: New file.
5167
2b0c8b01
KB
51682019-04-08 Kevin Buettner <kevinb@redhat.com>
5169
5170 * gdb.python/py-thrhandle.exp: Adjust tests to call
5171 thread_from_handle instead of thread_from_thread_handle.
5172
947210e5
KB
51732019-04-08 Kevin Buettner <kevinb@redhat.com>
5174
5175 * gdb.python/py-thrhandle.exp: Add tests for
5176 gdb.InferiorThread.handle.
5177
d7df6549
AB
51782019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5179
5180 * gdb.python/py-function.exp: Check calling helper function from
5181 all languages.
5182 * lib/gdb.exp (gdb_supported_languages): New proc.
5183
8bdc1658
AB
51842019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5185
5186 * gdb.base/complex-parts.c: New file.
5187 * gdb.base/complex-parts.exp: New file.
5188
05caa1d2
TT
51892019-04-01 Tom Tromey <tromey@adacore.com>
5190
5191 PR symtab/23331:
5192 * gdb.dwarf2/dw2-ranges-main.c: New file.
5193 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5194 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5195
7734102d
EZ
51962019-03-30 Simon Marchi <simark@simark.ca>
5197
5198 * gdb.base/default.exp: Add values for $_gdb_major and
5199 $_gdb_minor.
5200
188e1fa9
TT
52012019-03-29 Tom Tromey <tromey@adacore.com>
5202
5203 * gdb.base/help.exp: Tighten apropos regexp.
5204
2880242d
KS
52052019-03-29 Keith Seitz <keiths@redhat.com>
5206
5207 * gdb.fortran/array-bounds.exp: New file.
5208 * gdb.fortran/array-bounds.f90: New file.
5209
077cad8e
PW
52102019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5211
5212 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5213
80047cfc
PW
52142019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5215
5216 * gdb.multi/hello.c (main): Increase alarm timer.
5217
f489207e
SL
52182019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5219
5220 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5221 factor when no hardware watchpoint support.
5222
c92df149
AH
52232019-03-28 Alan Hayward <alan.hayward@arm.com>
5224 Pedro Alves <palves@redhat.com>
5225
5226 * boards/local-board.exp: set sysroot to /.
5227
933aebfa
AH
52282019-03-27 Alan Hayward <alan.hayward@arm.com>
5229
5230 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5231 in child.
5232
9f9aa852
AB
52332019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5234
5235 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5236 field.
5237 (make_container): Initialise new field.
5238 * gdb.python/py-prettyprint.exp: Add new tests.
5239 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5240 <display_hint>: New method.
5241
3714a195
AB
52422019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5243
5244 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5245 gdb_continue_to_breakpoint more throughout this test.
5246 (run_lang_tests) Supply unique test names, and use
5247 gdb_test_no_output.
5248
18c77628
AB
52492019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5250
5251 * gdb.base/finish-pretty.exp: Update expected results.
5252 * gdb.base/pretty-print.c: New file.
5253 * gdb.base/pretty-print.exp: New file.
5254
9a93502f
PA
52552019-03-25 Pedro Alves <palves@redhat.com>
5256
5257 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5258 move comments outside list. Append '-i "" eof' section.
5259
968aa7ae
AH
52602019-03-22 Alan Hayward <alan.hayward@arm.com>
5261
34a7f2a4 5262 PR testsuite/25016
968aa7ae
AH
5263 * README: Add pie options.
5264 * gdb.base/break-interp.exp: Ensure pie is disabled.
5265 * gdb.base/dump.exp: Likewise.
5266 * lib/gdb.exp (gdb_compile): Add pie option.
5267
4c7d57e7
TT
52682019-03-19 Tom Tromey <tromey@adacore.com>
5269
5270 * gdb.mi/mi2-cli-display.c: New file.
5271 * gdb.mi/mi2-cli-display.exp: New file.
5272
bff8c71f
TT
52732019-03-18 Joel Brobecker <brobecker@adacore.com>
5274 Tom Tromey <tromey@adacore.com>
5275
5276 * gdb.ada/ptype_array/pck.adb: New file.
5277 * gdb.ada/ptype_array/pck.ads: New file.
5278 * gdb.ada/ptype_array/foo.adb: New file.
5279 * gdb.ada/ptype_array.exp: New file.
5280
d085f989
TT
52812019-03-14 Tom Tromey <tromey@adacore.com>
5282
5283 * gdb.base/style.exp: Add "set style sources" test.
5284
b4be1b06
SM
52852019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5286
5287 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5288 * mi-breakpoint-multiple-locations.exp: ... this.
5289 (make_breakpoints_pattern): New proc.
5290 (do_test): Add mi_version parameter, test -break-insert,
5291 -break-info and =breakpoint-created.
5292
7cde5fc2
AB
52932019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5294
5295 * config/default.exp: Remove 'load_lib gdb.exp'.
5296 * config/monitor.exp: Likewise.
5297 * config/sid.exp: Likewise.
5298 * config/sim.exp: Likewise.
5299 * config/slite.exp: Likewise.
5300 * config/unix.exp: Likewise.
5301 * gdb.base/default.exp: Remove unhelpful comment.
5302
efbecbc1
AB
53032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5304
5305 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5306
0841c79a
AB
53072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5308
5309 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5310
4a270568
AB
53112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5312
5313 * gdb.fortran/type-kinds.exp: Update expected results.
5314
067630bd
AB
53152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5316
5317 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5318
3be47f7a
AB
53192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5320
5321 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5322 function.
5323 (test_basic_parsing_of_type_kinds): Expand types tested.
5324 (test_parsing_invalid_type_kinds): New function.
5325
4d00f5d8
AB
53262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5327
5328 * gdb.fortran/intrinsics.exp: New file.
5329 * gdb.fortran/intrinsics.f90: New file.
5330 * gdb.fortran/type-kinds.exp: New file.
5331
c8f91604
AB
53322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5333
5334 * gdb.fortran/dot-ops.exp: New file.
5335
dd9f2c76
AB
53362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5337
5338 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5339 Check upper and lower case logical literals.
5340
84ec9724
AB
53412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5342
5343 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5344 Remove duplicate tests.
5345
c3734e09
AH
53462019-03-06 Alan Hayward <alan.hayward@arm.com>
5347
5348 * lib/gdb.exp (builtin_cd): rename of cd.
5349 (cd): Override builtin.
5350
aa3cfbda
RB
53512019-03-06 Richard Bunt <richard.bunt@arm.com>
5352
5353 * gdb.fortran/function-calls.exp: New file.
5354 * gdb.fortran/function-calls.f90: New test.
5355
7b63ad86
RB
53562019-03-04 Richard Bunt <richard.bunt@arm.com>
5357
5358 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5359 on user program standard output.
5360 * gdb.fortran/short-circuit-argument-list.f90: Record function
5361 calls.
5362
01abb042
AH
53632019-02-28 Alan Hayward <alan.hayward@arm.com>
5364
c3734e09
AH
5365 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5366 failure.
01abb042 5367
92137da0
RO
53682019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5369
5370 PR gdb/8527
5371 * gdb.base/interrupt-daemon-attach.c,
5372 gdb.base/interrupt-daemon-attach.exp: New test.
5373
5862844d
PA
53742019-02-27 Pedro Alves <palves@redhat.com>
5375
5376 * gdb.base/page.exp: Add tests for "set width/height -1".
5377
8ed25214
PA
53782019-02-27 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.base/page.exp: Add tests for "set/show width/height" with
5381 "infinite" values.
5382
6c28e44a
TT
53832019-02-27 Tom Tromey <tromey@adacore.com>
5384
5385 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5386 2.4.
5387 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5388 workaround.
5389
bf9a735e
AB
53902019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5391
5392 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5393 tests for structs with static members.
5394
8791793c
TT
53952019-02-26 Tom Tromey <tromey@adacore.com>
5396
5397 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5398 ValueError, not TypeError.
5399
bc2a507e
KB
54002019-02-26 Kevin Buettner <kevinb@redhat.com>
5401
5402 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5403 call from main program.
5404
e0e7d3bd
JB
54052019-02-23 Joel Brobecker <brobecker@adacore.com>
5406
5407 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5408 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5409 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5410 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5411 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5412
9600246d
KS
54132019-02-22 Keith Seitz <keiths@redhat.com>
5414
5415 PR symtab/23853
5416 * gdb.base/symlink-sourcefile.c: New file.
5417 * gdb.base/symlink-sourcefile.exp: New file.
5418
0c95f9ed
TT
54192019-02-20 Tom Tromey <tom@tromey.com>
5420
5421 * gdb.base/info_qt.exp: Update.
5422
6caa91b6
SM
54232019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5424
5425 * gdb.base/source.exp: Move "error in sourced script" code to
5426 the end.
5427 * gdb.base/source-error.gdb: Move contents to
5428 source-error-1.gdb. Add new code to source source-error-1.gdb.
5429 * gdb.base/source-error-1.gdb: New file, from previous
5430 source-error.gdb.
5431
6506371f
TT
54322019-02-17 Tom Tromey <tom@tromey.com>
5433
5434 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5435 for macro styling.
5436 * gdb.base/style.c (SOME_MACRO): New macro.
5437
a0087920
TT
54382019-02-17 Tom Tromey <tom@tromey.com>
5439
5440 * gdb.base/style.exp: Add line-wrapping tests.
5441 * gdb.base/page.exp: Add test for quitting during pagination.
5442
a2cd4f14
JB
54432019-02-17 Joel Brobecker <brobecker@adacore.com>
5444
5445 * gdb.ada/big_packed_array: New testcase.
5446 * gdb.ada/homonym.exp: Fix incorrect expected output for
5447 "break <homonym__get_value>" test.
5448
9d70ffbc
WP
54492019-02-13 Weimin Pan <weimin.pan@oracle.com>
5450
5451 PR breakpoints/21870
5452 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5453 and prepare_for_testing. Add comment.
5454 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5455 redundant cleanup call. Clean up comment.
5456
01c7ae81
WP
54572019-02-12 Weimin Pan <weimin.pan@oracle.com>
5458
5459 PR breakpoints/21870
5460 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5461 * gdb.arch/aarch64-dbreg-contents.c: New file.
5462
aff29d1c
JB
54632019-02-10 Joel Brobecker <brobecker@adacore.com>
5464
5465 * gdb.ada/mi_ref_changeable: New testcase.
5466
df0da8a2
AH
54672019-02-07 Alan Hayward <alan.hayward@arm.com>
5468
5469 * gdb.base/attach.exp: Add double attach test.
5470
bd447abb
SM
54712019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5472
5473 * lib/gdb.exp (default_gdb_start): Don't match pagination
5474 prompt.
5475 (gdb_init): Set stty_init.
5476
1dbc40b9
TT
54772019-01-27 Tom Tromey <tom@tromey.com>
5478
5479 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5480 skip_python_tests.
5481
353229bf
AH
54822019-01-24 Alan Hayward <alan.hayward@arm.com>
5483
5484 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5485 New structure.
5486 (struct struct_static_02_02): Likewise.
5487 (struct struct_static_02_03): Likewise.
5488 (struct struct_static_02_04): Likewise.
5489 (struct struct_static_04_01): Likewise.
5490 (struct struct_static_04_02): Likewise.
5491 (struct struct_static_04_03): Likewise.
5492 (struct struct_static_04_04): Likewise.
5493 (struct struct_static_06_01): Likewise.
5494 (struct struct_static_06_02): Likewise.
5495 (struct struct_static_06_03): Likewise.
5496 (struct struct_static_06_04): Likewise.
5497 (cmp_struct_static_02_01): Likewise.
5498 (cmp_struct_static_02_02): Likewise.
5499 (cmp_struct_static_02_03): Likewise.
5500 (cmp_struct_static_02_04): Likewise.
5501 (cmp_struct_static_04_01): Likewise.
5502 (cmp_struct_static_04_02): Likewise.
5503 (cmp_struct_static_04_03): Likewise.
5504 (cmp_struct_static_04_04): Likewise.
5505 (cmp_struct_static_06_01): Likewise.
5506 (cmp_struct_static_06_02): Likewise.
5507 (cmp_struct_static_06_03): Likewise.
5508 (cmp_struct_static_06_04): Likewise.
5509 (call_all): Test new structs.
5510 * gdb.base/infcall-nested-structs.exp: Likewise.
5511
73021deb
AH
55122019-01-21 Alan Hayward <alan.hayward@arm.com>
5513 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5514
fc65c7db
AH
55152019-01-21 Alan Hayward <alan.hayward@arm.com>
5516 * gdb.base/stack-protector.c: New test.
5517 * gdb.base/stack-protector.exp: New file.
5518 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5519 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5520 option.
5521 (gdb_compile): Remove stack protector for GCC and prevent
5522 recursion.
5523
c24bdb02
KS
55242019-01-16 Keith Seitz <keiths@redhat.com>
5525
5526 PR gdb/23773
5527 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5528
6f072a10
PFC
55292019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5530
5531 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5532 aliases.
5533 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5534 tests.
5535 * gdb.arch/powerpc-vector-regs.c: New file.
5536 * gdb.arch/powerpc-vector-regs.exp: New file.
5537
a7b8d682
PFC
55382019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5539
5540 * gdb.arch/altivec-regs.exp: Fix the list passed to
5541 gdb_expect_list when testing "info vector".
5542
6eb6fb67
AB
55432019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5544
5545 * gdb.base/style.exp: Don't include path in testname.
5546
b56f80d8
KS
55472019-01-10 Keith Seitz <keiths@redhat.com>
5548
5549 PR gdb/23712
5550 PR symtab/23010
5551 * gdb.dwarf2/multidictionary.exp: New file.
5552
041be526
SM
55532019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5554
5555 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5556 (test_gnuv3_style_demangling): ... this.
5557 (test_lucid_style_demangling): Remove.
5558 (test_arm_style_demangling): Remove.
5559 (test_hp_style_demangling): Remove.
5560 (do_tests): Remove calls to the above.
5561
d820d0c3
AB
55622019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5563
5564 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5565 case.
5566
f097f5ad
TT
55672019-01-06 Tom Tromey <tom@tromey.com>
5568
5569 PR gdb/28155:
5570 * gdb.dwarf2/typedef-void-finish.exp: New file.
5571
2cd8cc0b
TT
55722018-12-28 Tom Tromey <tom@tromey.com>
5573 Simon Marchi <simark@simark.ca>
5574
5575 * gdb.base/jit-exec.exp: New file.
5576 * gdb.base/jit-exec.c: New file.
5577 * gdb.base/jit-execd.c: New file.
5578
35fb8261
TT
55792018-12-28 Tom Tromey <tom@tromey.com>
5580
5581 * gdb.base/style.exp: Update test to check for address styling.
5582
47fd17cd
TT
55832018-12-28 Tom Tromey <tom@tromey.com>
5584
5585 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5586 message.
5587
d47032b7
TT
55882018-12-28 Tom Tromey <tom@tromey.com>
5589
5590 * gdb.base/style.exp: Add test for version number styling.
5591
af79b68d
TT
55922018-12-28 Tom Tromey <tom@tromey.com>
5593
5594 * gdb.base/style.exp: Add test for print_address_symbolic.
5595
0bb296cb
TT
55962018-12-28 Tom Tromey <tom@tromey.com>
5597
5598 * gdb.base/style.exp: Add test for breakpoint setting.
5599
80ae2043
TT
56002018-12-28 Tom Tromey <tom@tromey.com>
5601
5602 * gdb.base/style.exp: Add test for variable names.
5603
cbe56571
TT
56042018-12-28 Tom Tromey <tom@tromey.com>
5605
5606 * gdb.base/style.exp: New file.
5607 * gdb.base/style.c: New file.
5608
9162a27c
TT
56092018-12-28 Tom Tromey <tom@tromey.com>
5610
5611 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5612 "dumb".
5613 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5614 the TERM environment variable.
5615
bc543c90
TT
56162018-12-27 Tom Tromey <tom@tromey.com>
5617
5618 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5619 pagination test.
5620
6f0ffe50
AB
56212018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5622
5623 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5624 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5625
b5a1e557
PW
56262018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5627
5628 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5629 Filename a.adb changed to bp_fun_addr.adb.
5630 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5631
6e8b1ab2
JV
56322018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5633
5634 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5635 non-PIE executables.
5636 * README: Mention the gdb,nopie_flag board setting.
5637 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5638 non-PIE executable.
5639 * gdb.arch/amd64-entry-value.exp: Likewise.
5640 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5641 * gdb.arch/i386-float.exp: Likewise.
5642 * gdb.arch/i386-signal.exp: Likewise.
5643 * gdb.mi/mi-reg-undefined.exp: Likewise.
5644
d00a27c5
PM
56452018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5646
5647 PR gdb/23974
5648 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5649
161d081c
PW
56502018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5651
5652 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5653 Update order of results accordingly.
5654
b001de23
AB
56552018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5656
5657 * gdb.base/annota1.exp: Update a test regexp.
5658
99e1a184
AB
56592018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5660
5661 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5662
7a81c1e2
PW
56632018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5664
5665 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5666 (reuse_time): Initialize to REUSE_TIME_CAP.
5667 (check_rc): New function.
5668 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5669 Check pthread_create rc.
5670 (spawner_thread_func): Check pthread_create and pthread_join rc.
5671
73e8dc90
PA
56722018-12-08 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/list.exp (test_forward_search): Rename to ...
5675 (test_forward_reverse_search): ... this. Also test reverse-search
5676 and the forward-search alias.
5677
13f2ed32
AB
56782018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5679
5680 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5681 local timeout variable before return, and remove all local timeout
5682 variable entirely.
5683 (gdb_load): Likewise.
5684
64d27cfc
TV
56852018-12-01 Tom de Vries <tdevries@suse.de>
5686
5687 * gdb.base/gdb-caching-proc.exp: New file.
5688
f63c03b4
SDJ
56892018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5690
5691 * Makefile.in (TIMESTAMP): New variable.
5692 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5693 command.
5694 (check-single-racy): Likewise.
5695 (check/%.exp): Likewise.
5696 (check-racy/%.exp): Likewise.
5697 (workers/%.worker): Likewise.
5698 (build-perf): Likewise.
5699 (check-perf): Likewise.
5700 * README: Describe new "TS" and "TS_FORMAT" variables.
5701 * print-ts.py: New file.
5702
1c97054b
BF
57032018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5704
5705 PR python/23714
5706 * gdb.python/python.exp: Test command repetition after
5707 gdb.execute.
5708
1871a62d
AB
57092018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5710
5711 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5712 is correctly aligned.
5713
fb5e1ed9
PW
57142018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5715
5716 * gdb.ada/info_auto_lang.exp: New testcase.
5717 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5718 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5719 * gdb.ada/info_auto_lang/some_c.c: New file.
5720
43d397ca
PW
57212018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5722
5723 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5724 FUNC_lang language syntax.
5725
beddd671
PW
57262018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5727
5728 * gdb.base/info_minsym.c: New file.
5729 * gdb.base/info_minsym.exp: New file.
5730
73fc52c4
TT
57312018-11-19 Tom Tromey <tom@tromey.com>
5732
5733 PR rust/23625:
5734 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5735 * gdb.rust/expr.exp: Update expected output. Change one test.
5736
994b876a
TT
57372018-11-19 Tom Tromey <tom@tromey.com>
5738
5739 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5740
6769f276
PA
57412018-11-19 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5744 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5745 see the expected warning.
5746
38a72da0
AH
57472018-11-16 Alan Hayward <alan.hayward@arm.com>
5748
5749 PR gdb/22736:
5750 * gdb.cp/infcall-nodebug-lib.c: New test.
5751 * gdb.cp/infcall-nodebug-main.c: New test.
5752 * gdb.cp/infcall-nodebug.exp: New file.
5753
53a89d6e
SM
57542018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5755
5756 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5757 completer tests.
5758
9325300d
TV
57592018-11-09 Tom de Vries <tdevries@suse.de>
5760
5761 * gdb.base/msym-lang.c: New test.
5762 * gdb.base/msym-lang.exp: New file.
5763 * gdb.base/msym-lang-main.c: New test.
5764
20f0d60d
TT
57652018-11-08 Tom Tromey <tom@tromey.com>
5766
5767 PR gdb/23555:
5768 PR gdb/23838:
5769 * gdb.base/warning.exp: New file.
5770
b5420128
JB
57712018-11-08 Jan Beulich <jbeulich@suse.com>
5772
5773 * testsuite/gdb.arch/i386-avx512.c,
5774 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5775
cd115d61
AB
57762018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5777
5778 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5779 point hardware.
5780
35ee2dc2
AB
57812018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5782
5783 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5784 * gdb.dwarf2/missing-type-name.exp: New file.
5785
31aceee8
TV
57862018-11-06 Tom de Vries <tdevries@suse.de>
5787
5788 * gdb.base/many-headers.c: New test.
5789 * gdb.base/many-headers.exp: New file.
5790
109be305
JW
57912018-11-06 Jim Wilson <jimw@sifive.com>
5792
5793 * gdb.base/code_elim.exp: For riscv, set additional_flags
5794 to include -msmall-data-limit=0.
5795
e2b7af72
JB
57962018-11-01 Joel Brobecker <brobecker@adacore.com>
5797
5798 * gdb.ada/watch_minus_l: New testcase.
5799
cdcda965
SM
58002018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5801
5802 * gdb.arch/aix-sighandle.c: New file.
5803 * gdb.arch/aix-sighandle.exp: New file.
5804
92dcebf3
AB
58052018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5808 registers being unions.
5809
68b9ac18
TV
58102018-10-31 Tom de Vries <tdevries@suse.de>
5811
5812 * lib/valgrind.exp: New file.
5813 (vgdb_start, vgdb_stop): New procs, factored out of ...
5814 * gdb.base/valgrind-bt.exp: ... here, ...
5815 * gdb.base/valgrind-disp-step.exp: ... here and ...
5816 * gdb.base/valgrind-infcall.exp: ... here.
5817
1443936e
TV
58182018-10-31 Tom de Vries <tdevries@suse.de>
5819
5820 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5821
eb77c9df
AB
58222018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5823
5824 * gdb.dwarf2/void-type.c: New file.
5825 * gdb.dwarf2/void-type.exp: New file.
5826
82b5e646
PW
58272018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5828
5829 * gdb.base/info_qt.c: New file.
5830 * gdb.base/info_qt.exp: New file.
5831
8d619c01
EBM
58322018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5833
5834 * gdb.arch/powerpc-htm-regs.c: New file.
5835 * gdb.arch/powerpc-htm-regs.exp: New file.
5836
f2cf6173
EBM
58372018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5838
5839 * gdb.arch/powerpc-tar.c: New file.
5840 * gdb.arch/powerpc-tar.exp: New file.
5841
7ca18ed6
EBM
58422018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5843
5844 * gdb.arch/powerpc-ppr-dscr.c: New file.
5845 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5846
bfcc0eba
TV
58472018-10-25 Tom de Vries <tdevries@suse.de>
5848
5849 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5850
fe1a5cad
TV
58512018-10-24 Tom de Vries <tdevries@suse.de>
5852
5853 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5854 longer exists error.
5855
a76dc3b7
TV
58562018-10-24 Tom de Vries <tdevries@suse.de>
5857
5858 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5859
4df46df7
TV
58602018-10-24 Tom de Vries <tdevries@suse.de>
5861
5862 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5863 --db-attach in valgrind.
5864
0dbfcfff
AB
58652018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5866
5867 * gdb.arch/riscv-reg-aliases.c: New file.
5868 * gdb.arch/riscv-reg-aliases.exp: New file.
5869
b04480b1
AH
58702018-10-19 Alan Hayward <alan.hayward@arm.com>
5871
5872 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5873
2c6ac8d7
AH
58742018-10-19 Alan Hayward <alan.hayward@arm.com>
5875
5876 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5877
2bc69f25
AH
58782018-10-19 Alan Hayward <alan.hayward@arm.com>
5879
5880 * gdb.cp/ovldbreak.exp: Fix regexps.
5881
1f1ae3a3
AH
58822018-10-19 Alan Hayward <alan.hayward@arm.com>
5883
5884 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5885
94c18618
SDJ
58862018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5887
5888 PR cli/23785
5889 * gdb.base/restore.exp: New test to check if "restore" with an
5890 invalid file doesn't segfault.
5891
812cd6eb
TV
58922018-10-18 Tom de Vries <tdevries@suse.de>
5893
5894 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5895 * gdb.ada/excep_handle.exp: Same.
5896 * gdb.ada/mi_string_access.exp: Same.
5897 * gdb.ada/mi_var_union.exp: Same.
5898 * gdb.arch/arc-analyze-prologue.exp: Same.
5899 * gdb.arch/arc-decode-insn.exp: Same.
5900 * gdb.base/readnever.exp: Same.
5901 * gdb.fortran/printing-types.exp: Same.
5902 * gdb.guile/scm-lazy-string.exp: Same.
5903
c4b90788
TV
59042018-10-16 Tom de Vries <tdevries@suse.de>
5905
5906 PR gdb/23730
5907 * gdb.base/catch-follow-exec.c: Add copyright notice.
5908 * gdb.base/catch-follow-exec.exp: Rewrite to use
5909 gdb_spawn_with_cmdline_opts. Require gdb-native.
5910
8bca2978
SL
59112018-10-12 Sandra Loosemore <sandra@codesourcery.com>
5912
5913 * gdb.trace/actions-changed.exp: Check for arch support.
5914 * gdb.trace/actions.exp: Likewise.
5915 * gdb.trace/ax.exp: Likewise.
5916 * gdb.trace/backtrace.exp: Likewise.
5917 * gdb.trace/change-loc.exp: Likewise.
5918 * gdb.trace/deltrace.exp: Likewise.
5919 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
5920 * gdb.trace/ftrace.exp: Likewise.
5921 * gdb.trace/infotrace.exp: Check for arch support.
5922 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
5923 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
5924 * gdb.trace/mi-tsv-changed.exp: Likewise.
5925 * gdb.trace/packetlen.exp: Likewise.
5926 * gdb.trace/passc-dyn.exp: Likewise.
5927 * gdb.trace/passcount.exp: Likewise.
5928 * gdb.trace/pending.exp: Likewise.
5929 * gdb.trace/range-stepping.exp: Check for shlib support.
5930 * gdb.trace/report.exp: Check for arch support.
5931 * gdb.trace/save-trace.exp: Likewise.
5932 * gdb.trace/signal.exp: Check for signal support.
5933 * gdb.trace/tfind.exp: Check for arch support.
5934 * gdb.trace/trace-break.exp: Check for arch and shlib support.
5935 * gdb.trace/trace-common.h: Add comment.
5936 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
5937 * gdb.trace/trace-enable-disable.exp: Likewise.
5938 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
5939 * gdb.trace/tracecmd.exp: Check for arch support.
5940 * gdb.trace/tspeed.exp: Check for shlib and target support.
5941 * gdb.trace/tstatus.exp: Check for arch support.
5942 * gdb.trace/tsv.exp: Likewise.
5943 * gdb.trace/while-dyn.exp: Likewise.
5944 * gdb.trace/while-stepping.exp: Likewise.
5945 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
5946
f9c49bff
SM
59472018-10-12 Simon Marchi <simon.marchi@ericsson.com>
5948
5949 * gdb.trace/tspeed.exp: Remove nowarnings.
5950 (prepare_for_trace_test): Declare "global ipalib".
5951 * gdb.trace/tspeed.c: Include unistd.h.
5952 (main): Remove superfluous printf argument.
5953
d4330bde
SL
59542018-10-11 Sandra Loosemore <sandra@codesourcery.com>
5955
5956 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
5957 directory prefix on the filename.
5958
8ecfd7bd
SDJ
59592018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
5960
5961 * gdb.gdb/unittest.exp: Update expected message informing that
5962 selftests have been disabled.
5963 * gdb.server/unittest.exp: Likewise.
5964
58bbcd02
TV
59652018-10-09 Tom de Vries <tdevries@suse.de>
5966
5967 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
5968 with runto_main.
5969
9f6b697b
WP
59702018-10-08 Weimin Pan <weimin.pan@oracle.com>
5971
5972 PR c++/16841
5973 * gdb.cp/virtbase2.cc: New file.
5974 * gdb.cp/virtbase2.exp: New file.
5975
add5ded5
TT
59762018-10-06 Tom Tromey <tom@tromey.com>
5977
5978 PR python/19399:
5979 * gdb.python/py-inferior.exp: Add architecture test.
5980
f9e48344
TT
59812018-10-06 Tom Tromey <tom@tromey.com>
5982
5983 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
5984 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
5985
2a8be203
TT
59862018-10-06 Tom Tromey <tom@tromey.com>
5987
5988 * gdb.python/py-breakpoint.exp (check_last_event): Check location
5989 of a "throw" catchpoint.
5990
e04caa70
SDJ
59912018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
5992
5993 * gdb.base/info-proc.exp: Update string expected from "help info
5994 proc".
5995
5ca8c39f
TT
59962018-10-04 Tom Tromey <tom@tromey.com>
5997
5998 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
5999 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6000 (test_initial_complaints, test_empty_complaints): Update.
6001 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6002
3453e7e4
TT
60032018-10-04 Tom Tromey <tom@tromey.com>
6004
6005 PR cli/19551:
6006 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6007 * lib/gdb.exp (gdb_file_cmd): Update.
6008 * gdb.stabs/weird.exp (print_weird_var): Update.
6009 * gdb.server/solib-list.exp: Update.
6010 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6011 * gdb.mi/mi-cli.exp: Update.
6012 * gdb.linespec/linespec.exp: Update.
6013 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6014 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6015 * gdb.cp/cp-relocate.exp: Update.
6016 * gdb.base/sym-file.exp: Update.
6017 * gdb.base/relocate.exp: Update.
6018 * gdb.base/readnever.exp: Update.
6019 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6020 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6021 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6022 * gdb.base/code_elim.exp: Update.
6023 * gdb.base/break-unload-file.exp (test_break): Update.
6024 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6025 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6026 Update.
6027 * gdb.base/attach.exp (do_attach_tests): Update.
6028 * gdb.base/sepdebug.exp: Update.
6029 * gdb.python/py-section-script.exp: Update.
6030
6afcf761
TT
60312018-10-04 Tom Tromey <tom@tromey.com>
6032
6033 PR cli/22234:
6034 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6035 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6036 output.
6037
fef1b293
TT
60382018-10-04 Tom Tromey <tom@tromey.com>
6039
6040 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6041 set width and height to 0.
6042 (test_command_line_attach_run): Use -quiet.
6043
ca98345e
SL
60442018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6045
6046 * lib/gdb.exp (skip_ifunc_tests): New.
6047 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6048 other compile failures.
6049 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6050
ff34e6ae
SM
60512018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6052
6053 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6054 is_amd64_regs_target.
6055
6bb8890e
AH
60562018-10-01 Alan Hayward <alan.hayward@arm.com>
6057
6058 * gdb.arch/aarch64-sighandler-regs.c: New test.
6059 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6060 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6061
224d30d3
MM
60622018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6063
6064 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6065 assembly.
6066
f67ffa6a
AB
60672018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6068
6069 * gdb.base/frame-selection.exp: New file.
6070 * gdb.base/frame-selection.c: New file.
6071
9fc3183f
AH
60722018-09-27 Alan Hayward <alan.hayward@arm.com>
6073
6074 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6075 pthread barrier.
6076 (main): Likewise.
6077
d354055e
AB
60782018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6079
6080 * gdb.base/large-frame-1.c: New file.
6081 * gdb.base/large-frame-2.c: New file.
6082 * gdb.base/large-frame.exp: New file.
6083 * gdb.base/large-frame.h: New file.
6084
db727370
JL
60852018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6086
6087 PR gdb/20948
6088 * gdb.base/write_mem.exp: New test.
6089 * gdb.base/write_mem.c: Likewise.
6090
ae778caf
TT
60912018-09-23 Tom Tromey <tom@tromey.com>
6092
6093 PR python/18852:
6094 * gdb.python/py-parameter.exp: Add test for parameter that throws
6095 on "set".
6096
fd3ba736
TT
60972018-09-23 Tom Tromey <tom@tromey.com>
6098
6099 PR python/17284:
6100 * gdb.python/py-template.exp (test_template_arg): Add test for
6101 negative template argument number.
6102
39a24317
TT
61032018-09-23 Tom Tromey <tom@tromey.com>
6104
6105 PR python/14062:
6106 * gdb.python/python.exp: Add test for post_event error.
6107
f5769a2c
TT
61082018-09-23 Tom Tromey <tom@tromey.com>
6109
6110 PR python/18170:
6111 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6112 convert pointers to int and long.
6113
1c1e54f6
TT
61142018-09-23 Tom Tromey <tom@tromey.com>
6115
6116 PR python/20126:
6117 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6118 signed-ness conversion tests.
6119
fb4fa946
TT
61202018-09-23 Tom Tromey <tom@tromey.com>
6121
6122 PR python/18352;
6123 * gdb.python/py-value.exp (test_float_conversion): New proc.
6124 Use it.
6125
a466edac
HAQ
61262018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6127
6128 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6129
4ee9b0c5
SL
61302018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6131
6132 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6133 no readline.
6134 * gdb.base/utf8-identifiers.exp: Likewise.
6135 * gdb.cp/cpcompletion.exp: Likewise.
6136 * gdb.linespec/cpcompletion.exp: Likewise.
6137 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6138 * gdb.linespec/cpls-ops.exp: Likewise.
6139
23be8da7
RB
61402018-09-19 Richard Bunt <richard.bunt@arm.com>
6141 Chris January <chris.january@arm.com>
6142
6143 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6144 * gdb.fortran/short-circuit-argument-list.exp: New file.
6145 * gdb.fortran/short-circuit-argument-list.f90: New test.
6146
5031d0ae
SDJ
61472018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6148
6149 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6150 "arch=" keyword when executing "-stack-list-frames".
6151
b4c0d1a4
SDJ
61522018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6153
6154 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6155 "arch=" keyword when executing "-stack-list-frames".
6156
7a6d2b45
SDJ
61572018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6158
6159 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6160 break ada".
6161
8588b356
SM
61622018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6163
6164 PR python/23669
6165 * gdb.python/python.exp: Test gdb.execute("show commands").
6166
65e65158
TT
61672018-09-16 Tom Tromey <tom@tromey.com>
6168
6169 * gdb.base/new-ui.exp (do_execution_tests): Update.
6170 * gdb.base/dbx.exp (test_breakpoints): Update.
6171
bf326452
AH
61722018-09-14 Alan Hayward <alan.hayward@arm.com>
6173
6174 * lib/gdb.exp (gdb_simple_compile): Add proc.
6175 (is_elf_target): Use gdb_simple_compile.
6176 (skip_altivec_tests): Likewise.
6177 (skip_vsx_tests): Likewise.
6178 (skip_tsx_tests): Likewise.
6179 (skip_btrace_tests): Likewise.
6180 (skip_btrace_pt_tests): Likewise.
6181 (gdb_can_simple_compile): Likewise.
6182 (gdb_has_argv0): Likewise.
6183 (gdb_target_symbol_prefix): Likewise.
6184 (target_supports_scheduler_locking): Likewise.
6185
2361b0fb
TT
61862018-09-13 Tom Tromey <tom@tromey.com>
6187
6188 * Makefile.in (TAGS): Recognize proc_with_prefix and
6189 gdb_caching_proc.
6190
0ae1a321
SM
61912018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6192
6193 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6194 method.
6195
a40bf0c2
SM
61962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6197
6198 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6199 and a few other Inferior properties when the Inferior is no
6200 longer valid.
6201
4a3fe98f
TT
62022018-09-13 Tom Tromey <tom@tromey.com>
6203
6204 PR rust/23650:
6205 * gdb.rust/simple.exp: Add test for enum field access error.
6206
098b2108
TT
62072018-09-13 Tom Tromey <tom@tromey.com>
6208
6209 PR rust/23626:
6210 * gdb.rust/simple.rs (EmptyEnum): New type.
6211 (main): Use it.
6212 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6213
1256af7d
SM
62142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6217 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6218 * gdb.python/py-symtab.exp: Update test printing an objfile.
6219
4aa8e6c2
SM
62202018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6221
6222 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6223 object.
6224
c221b2f7
AH
62252018-09-12 Alan Hayward <alan.hayward@arm.com>
6226
6227 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6228 (support_complex_tests): Use gdb_can_simple_compile.
6229 (is_ilp32_target): Likewise.
6230 (is_lp64_target): Likewise.
6231 (is_64_target): Likewise.
6232 (is_amd64_regs_target): Likewise.
6233 (is_aarch32_target): Likewise.
6234 (gdb_int128_helper): Likewise.
6235
6f1107b5
JK
62362018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6237
6238 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6239
1f5d1570
JG
62402018-09-10 Jerome Guitton <guitton@adacore.com>
6241
6242 * gdb.ada/same_component_name: Add test for case of tagged record
6243 with variable-length fields.
6244
cc330e39
XR
62452018-09-10 Xavier Roirand <roirand@adacore.com>
6246
6247 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6248 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6249 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6250 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6251
b9c50e9a
XR
62522018-09-10 Xavier Roirand <roirand@adacore.com>
6253
6254 * gdb.ada/mi_string_access.exp: New testcase.
6255 * gdb.ada/mi_string_access/bar.adb: New file.
6256 * gdb.ada/mi_string_access/pck.adb: New file.
6257 * gdb.ada/mi_string_access/pck.asd: New file.
6258
2963898f
XR
62592018-09-10 Xavier Roirand <roirand@adacore.com>
6260
6261 * gdb.ada/mi_var_union.exp: New testcase.
6262 * gdb.ada/mi_var_union/bar.adb: New file.
6263 * gdb.ada/mi_var_union/pck.adb: New file.
6264 * gdb.ada/mi_var_union/pck.asd: New file.
6265
1aac008f
TT
62662018-09-08 Tom Tromey <tom@tromey.com>
6267
6268 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6269
332cf4c9
TT
62702018-09-08 Tom Tromey <tom@tromey.com>
6271
6272 PR python/16047:
6273 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6274 (register_pretty_printers): Register new printer.
6275 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6276 test.
6277 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6278 (an_int_type3): New global.
6279
424da6cf
JB
62802018-09-08 Joel Brobecker <brobecker@adacore.com>
6281
6282 * gdb.ada/expr_with_funcall: New testcase.
6283
2a62dfa9
JB
62842018-09-08 Joel Brobecker <brobecker@adacore.com>
6285
6286 * gdb.ada/packed_array_assign: New testcase.
6287
96b6697f
AB
62882018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6289
6290 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6291 names, and add test prefixes to make test names unique.
6292
e4a62c65
TV
62932018-09-05 Tom de Vries <tdevries@suse.de>
6294
6295 * gdb.dwarf2/varval.exp: Add test.
6296
dd083ee2
GB
62972018-09-04 Gary Benson <gbenson@redhat.com>
6298
6299 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6300 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6301
aef9346c
TT
63022018-08-31 Tom Tromey <tom@tromey.com>
6303
6304 * gdb.rust/simple.rs: Rename second variable "v".
6305
c67f2e15
AB
63062018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6307
6308 * gdb.base/funcargs.c (use_a): New function.
6309 (recurse): Call use_a.
6310
078a0207
KS
63112018-08-29 Keith Seitz <keiths@redhat.com>
6312
6313 * gdb.compile/compile-cplus-anonymous.cc: New file.
6314 * gdb.compile/compile-cplus-anonymous.exp: New file.
6315 * gdb.compile/compile-cplus-array-decay.cc: New file.
6316 * gdb.compile/compile-cplus-array-decay.exp: New file.
6317 * gdb.compile/compile-cplus-inherit.cc: New file.
6318 * gdb.compile/compile-cplus-inherit.exp: New file.
6319 * gdb.compile/compile-cplus-member.cc: New file.
6320 * gdb.compile/compile-cplus-member.exp: New file.
6321 * gdb.compile/compile-cplus-method.cc: New file.
6322 * gdb.compile/compile-cplus-method.exp: New file.
6323 * gdb.compile/compile-cplus-mod.c: "New" file.
6324 * gdb.compile/compile-cplus-namespace.cc: New file.
6325 * gdb.compile/compile-cplus-namespace.exp: New file.
6326 * gdb.compile/compile-cplus-nested.cc: New file.
6327 * gdb.compile/compile-cplus-nested.exp: New file.
6328 * gdb.compile/compile-cplus-print.c: "New" file.
6329 * gdb.compile/compile-cplus-print.exp: "New" file.
6330 * gdb.compile/compile-cplus-virtual.cc: New file.
6331 * gdb.compile/compile-cplus-virtual.exp: New file.
6332 * gdb.compile/compile-cplus.c: "New" file.
6333 * gdb.compile/compile-cplus.exp: "New" file.
6334 * lib/compile-support.exp: New file.
6335
b0f492b9
GB
63362018-08-16 Gary Benson <gbenson@redhat.com>
6337
6338 PR gdb/13000:
6339 * gdb.base/batch-exit-status.exp: New file.
6340 * gdb.base/batch-exit-status.good-commands: Likewise.
6341 * gdb.base/batch-exit-status.bad-commands: Likewise.
6342
36eb4c5f
AH
63432018-08-29 Alan Hayward <alan.hayward@arm.com>
6344
6345 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6346 (struct struct02): Likewise.
6347 (struct struct03): Likewise.
6348 (struct struct04): Likewise.
6349 (struct struct_01_01): New struct.
6350 (struct struct_01_02): Likewise.
6351 (struct struct_01_03): Likewise.
6352 (struct struct_01_04): Likewise.
6353 (struct struct_02_01): Likewise.
6354 (struct struct_02_02): Likewise.
6355 (struct struct_02_03): Likewise.
6356 (struct struct_02_04): Likewise.
6357 (struct struct_04_01): Likewise.
6358 (struct struct_04_02): Likewise.
6359 (struct struct_04_03): Likewise.
6360 (struct struct_04_04): Likewise.
6361 (struct struct_05_01): Likewise.
6362 (struct struct_05_02): Likewise.
6363 (struct struct_05_03): Likewise.
6364 (struct struct_05_04): Likewise.
6365 (cmp_struct01): Remove function.
6366 (cmp_struct02): Likewise.
6367 (cmp_struct03): Likewise.
6368 (cmp_struct04): Likewise.
6369 (cmp_struct_01_01): Add Function.
6370 (cmp_struct_01_02): Likewise.
6371 (cmp_struct_01_03): Likewise.
6372 (cmp_struct_01_04): Likewise.
6373 (cmp_struct_02_01): Likewise.
6374 (cmp_struct_02_02): Likewise.
6375 (cmp_struct_02_03): Likewise.
6376 (cmp_struct_02_04): Likewise.
6377 (cmp_struct_04_01): Likewise.
6378 (cmp_struct_04_02): Likewise.
6379 (cmp_struct_04_03): Likewise.
6380 (cmp_struct_04_04): Likewise.
6381 (cmp_struct_05_01): Likewise.
6382 (cmp_struct_05_02): Likewise.
6383 (cmp_struct_05_03): Likewise.
6384 (cmp_struct_05_04): Likewise.
6385 (call_all): Add new structs.
6386 * gdb.base/infcall-nested-structs.exp: Likewise.
6387
3bf9c013
JV
63882018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6389
6390 * gdb.python/py-framefilter-mi.exp: Update regexp to
6391 check for "arch" field in frame output.
6392
450d1e88
KB
63932018-08-23 Kevin Buettner <kevinb@redhat.com>
6394
6395 * gdb.dwarf2/dw2-ranges-func.c: New file.
6396 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6397
ae739fe7
SM
63982018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6399
6400 * gdb.base/term.exp: Compare terminal settings with values from
6401 the inferior.
6402 * gdb.base/term.c: Get and set terminal settings.
6403
6d52907e
JV
64042018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6405
6406 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6407 accommodate new "arch" field in frame output.
6408 * gdb.mi/mi-return.exp: Likewise.
6409 * gdb.mi/mi-stack.exp: Likewise.
6410 * gdb.mi/mi-syn-frame.exp: Likewise.
6411 * gdb.mi/user-selected-context-sync.exp: Likewise.
6412
be2d111a
MS
64132018-08-19 Michael Spang <spang@google.com>
6414
6415 PR gdb/11786
6416 * gdb.base/gcore-tls-pie.c: New file.
6417 * gdb.base/gcore-tls-pie.exp: New file.
6418
ae3a7c47
KB
64192018-08-18 Kevin Buettner <kevinb@redhat.com>
6420
6421 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
6422 * gdb.dwarf2/varval.c: New file.
6423 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 6424
2ecae92e
AH
64252018-08-17 Alan Hayward <alan.hayward@arm.com>
6426
6427 PR gdb/18931
6428 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6429
c1854f1d
KS
64302018-08-16 Keith Seitz <keiths@redhat.com>
6431
6432 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6433 tests expected to pass.
6434
26fb3983
JV
64352018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6436
6437 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6438 -data-disassemble -a.
6439 (test_disassembly_bogus_args): Likewise.
6440
67943c00
AB
64412018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6442
6443 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6444
5ff2bbae
AB
64452018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6446
6447 * gdb.base/vla-optimized-out.exp: Add new test.
6448
e5bbcd0f
AB
64492018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6450
6451 * gdb.base/vla-optimized-out-o3.exp: Delete.
6452 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6453 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6454 deleted tests.
6455
9d4a934c
AB
64562018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6457
6458 PR gdb/18050:
6459 * gdb.server/extended-remote-restart.c: New file.
6460 * gdb.server/extended-remote-restart.exp: New file.
6461
045cf012
SM
64622018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6463
6464 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6465 "set variable index = 42".
6466
87d6a7aa
SM
64672018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6468
6469 * boards/index-cache-gdb.exp: New file.
6470 * gdb.dwarf2/index-cache.exp: New file.
6471 * gdb.dwarf2/index-cache.c: New file.
6472 * gdb.base/maint.exp: Check if we are using the index cache.
6473
96d68bd4
RO
64742018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6475
6476 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6477 MAKEFLAGS.
6478
5a699617
RO
64792018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6480
6481 * dg-extract-results.sh: Move to toplevel contrib.
6482 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6483 * Makefile.in (check-parallel-racy): Likewise.
6484
5bd18990
AB
64852018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6486
6487 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6488 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6489 tests if the target supports scheduler locking.
6490
3fbbcf47
TV
64912018-08-04 Tom de Vries <tdevries@suse.de>
6492
6493 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6494
3e1d3d8c
TT
64952018-08-02 Tom Tromey <tom@tromey.com>
6496
6497 PR symtab/16842.
6498 * gdb.cp/temargs.exp: Test "info address" of a template
6499 parameter.
6500
5abe0f0c
JV
65012018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6502
6503 * gdb.python/py-mi-var-info-path-expression.c: New file.
6504 * gdb.python/py-mi-var-info-path-expression.py: New file.
6505 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6506
fb66cde8
SDJ
65072018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6508
6509 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6510 error after "cannot resolve name" string.
6511
c708f4d2
AB
65122018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6513
6514 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6515 started.
6516 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6517
37cc0cae
TV
65182018-07-28 Tom de Vries <tdevries@suse.de>
6519
6520 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6521
63b4ecf7
TV
65222018-07-26 Tom de Vries <tdevries@suse.de>
6523
6524 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6525
3c3bb058
AB
65262018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6527
6528 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6529 is visible.
6530
9e7f3bbb
TV
65312018-07-26 Tom de Vries <tdevries@suse.de>
6532
6533 PR breakpoints/23366
6534 * gdb.base/catch-follow-exec.c: New test.
6535 * gdb.base/catch-follow-exec.exp: New file.
6536
16f808ec
TV
65372018-07-25 Tom de Vries <tdevries@suse.de>
6538
6539 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6540 vla-optimized-out.c.
6541
d7154a8d
JV
65422018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6543
6544 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6545 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6546
232a0032
TV
65472018-07-20 Tom de Vries <tdevries@suse.de>
6548
6549 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6550 NOCLONE macro.
6551 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6552
fbb1d502
TV
65532018-07-19 Tom de Vries <tdevries@suse.de>
6554
6555 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6556 regular expression.
6557
42dc7699
TV
65582018-07-18 Tom de Vries <tdevries@suse.de>
6559
6560 * gdb.base/vla-optimized-out.c: New test.
6561 * gdb.base/vla-optimized-out.exp: New file.
6562
7f1f7e23
SDJ
65632018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6564
6565 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6566 message "No address associated with hostname" when gdbserver
6567 cannot resolve the hostname.
6568
5759ebb3
PW
65692018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6570
6571 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6572 Add some test prefixes to make tests unique.
6573
3606ccab
PW
65742018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6575
6576 * gdb.base/frameapply.c: New file.
6577 * gdb.base/frameapply.exp: New file.
6578
529c08b2
PW
65792018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6580
6581 * gdb.base/skip.exp: Update expected error message.
6582
c7ab0aef
SDJ
65832018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6584 Jan Kratochvil <jan.kratochvil@redhat.com>
6585 Paul Fertser <fercerpav@gmail.com>
6586 Tsutomu Seki <sekiriki@gmail.com>
6587
6588 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6589 parameter.
6590 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6591 by default.
6592 * boards/native-gdbserver.exp: Likewise.
6593 * gdb.server/run-without-local-binary.exp: Improve regexp used
6594 for detecting when a remote debugging connection succeeds.
6595 * gdb.server/server-connect.exp: New file.
6596 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6597 Do not prefix the port number with ":".
6598 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6599 support for detecting and using it. Add '$debughost_gdbserver'
6600 to the list of arguments used to start gdbserver. Handle case
6601 when gdbserver cannot resolve a network name.
6602
16ff70dd
SDJ
66032018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6604
6605 PR c++/23373
6606 * gdb.base/ptype-offsets.cc (struct static_member): New
6607 struct.
6608 (main) <stmember>: New variable.
6609 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6610 with a static member in it.
6611
3541979f
AB
66122018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6615 watchpoints enabled and disabled.
6616
c8ad9b9a
AB
66172018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6618
6619 * gdb.base/examine-backward.exp: Still run tests around address
6620 0x0, even if address 0x0 is not readable. Update the pattern for
6621 matching address 0x0 in expected output.
6622
e0e5e971
AB
66232018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6624
6625 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6626 malloc/free.
6627
1ea5da02
TV
66282018-07-04 Tom de Vries <tdevries@suse.de>
6629
6630 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6631
471b9d15
MR
66322018-07-02 Maciej W. Rozycki <macro@mips.com>
6633
6634 PR tdep/8282
6635 * gdb.arch/mips-disassembler-options.exp: New test.
6636 * gdb.arch/mips-disassembler-options.s: New test source.
6637
75acb486
PA
66382018-06-29 Pedro Alves <palves@redhat.com>
6639
6640 * gdb.threads/names.exp: Adjust expected "info threads" output.
6641
cd2bb709
PA
66422018-06-29 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.opt/inline-break.exp (line number, address): Add "info
6645 break" tests.
6646
991ff292
PA
66472018-06-29 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6650 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6651 number and address and running to them.
6652
356819b6 66532018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
6654
6655 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6656
2512d7ef
JK
66572018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6658
6659 * lib/compiler.c: Remove executable permission flag.
6660
be1b6474
RB
66612018-06-28 Richard Bunt <richard.bunt@arm.com>
6662
6663 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6664 code.
6665 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6666
291f9a96
PT
66672018-06-28 Petr Tesarik <ptesarik@suse.cz>
6668
6669 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6670
ed6dfe51
PT
66712018-06-28 Petr Tesarik <ptesarik@suse.cz>
6672
6673 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6674 address argument is omitted.
6675
d4d429d5
PT
66762018-06-28 Petr Tesarik <ptesarik@suse.cz>
6677
6678 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6679
7ab6656f
OJ
66802018-06-27 Omair Javaid <omair.javaid@linaro.org>
6681
6682 PR gdb/21695
6683 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6684 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6685
a33ccfc7
TT
66862018-06-26 Tom Tromey <tom@tromey.com>
6687
6688 PR rust/22574:
6689 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6690 * gdb.rust/simple.rs (struct SimpleLayout): New.
6691
6d72d289
SM
66922018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6693
6694 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6695 "info registers" output.
6696
8363f9d5
RB
66972018-06-21 Richard Bunt <richard.bunt@arm.com>
6698
6699 * gdb.base/watchpoint-hw-attach.c: New test.
6700 * gdb.base/watchpoint-hw-attach.exp: New file.
6701
f00674fe
SM
67022018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6703
6704 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6705 through /bin/sh.
6706 * boards/dwarf4-gdb-index.exp: Likewise.
6707 * boards/fission-dwp.exp: Likewise.
6708
1d554008
UW
67092018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6710
6711 * gdb.base/float128.exp: Add comment and improved fail message
6712 to the failure case of "print large128" test.
6713
d0ac1c44
SM
67142018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * configure.ac: Remove AC_PREREQ.
6717 * configure: Re-generate.
6718
61b04dd0
PA
67192018-06-19 Pedro Alves <palves@redhat.com>
6720
6721 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6722 (func_extern_caller): New.
6723 (main): Call func_extern_caller.
6724 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6725 logic change.
6726
f63b508a
SM
67272018-06-18 Weimin Pan <weimin.pan@oracle.com>
6728
6729 PR gdb/16841
6730 * gdb.cp/typedef-base.cc: New file.
6731 * gdb.cp/typedef-base.exp: New file.
6732
0fe3a558
TV
67332018-06-18 Tom de Vries <tdevries@suse.de>
6734
6735 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6736
7010835a
AB
67372018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6738 Richard Bunt <Richard.Bunt@arm.com>
6739
6740 * gdb.threads/attach-slow-waitpid.c: New file.
6741 * gdb.threads/attach-slow-waitpid.exp: New file.
6742 * gdb.threads/slow-waitpid.c: New file.
6743
14897d65
PA
67442018-06-14 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/fork-running-state.c: Include <errno.h>.
6747 (exit_if_relative_exits): New.
6748 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6749 exits.
6750 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6751 child exits.
6752
5d9a0608
TV
67532018-06-14 Tom de Vries <tdevries@suse.de>
6754
6755 PR cli/22573
6756 * gdb.base/finish-pretty.c: New test.
6757 * gdb.base/finish-pretty.exp: New file.
6758
11ae5818
PA
67592018-06-14 Pedro Alves <palves@redhat.com>
6760
6761 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6762 gdb's expected startup output.
6763
1d39de44
PA
67642018-06-14 Pedro Alves <palves@redhat.com>
6765
6766 * lib/selftest-support.exp (selftest_setup): Remove inlined
6767 function handling.
6768
70ee0000
TV
67692018-06-14 Tom de Vries <tdevries@suse.de>
6770
6771 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6772 matching of breakpoint printing.
6773
11f4b608
TV
67742018-06-13 Tom de Vries <tdevries@suse.de>
6775
6776 PR testsuite/23269
6777 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6778 (fork_child): ... here, and ...
6779 (fork_parent): ... here.
6780
67812018-06-12 Tom de Vries <tdevries@suse.de>
6782
6783 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6784
9516f85a
AB
67852018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6786 Stephen Roberts <stephen.roberts@arm.com>
6787
6788 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6789 rewrite test to describe action performed, rather than possible
6790 failure.
6791
5045b3d7
GB
67922018-06-08 Gary Benson <gbenson@redhat.com>
6793
6794 * gdb.threads/check-libthread-db.exp: New file.
6795 * gdb.threads/check-libthread-db.c: Likewise.
6796
c61b06a1
TT
67972018-06-05 Tom Tromey <tom@tromey.com>
6798
6799 * gdb.base/default.exp: Update expected "show version" output.
6800
eb6af809
TT
68012018-06-05 Tom Tromey <tom@tromey.com>
6802
6803 PR cli/12326:
6804 * gdb.cp/static-print-quit.exp: Update.
6805 * lib/gdb.exp (pagination_prompt): Update.
6806 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6807 * gdb.python/python.exp: Update.
6808
178d6a63
JB
68092018-06-04 Joel Brobecker <brobecker@adacore.com>
6810
6811 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6812
8e817061
JB
68132018-06-01 Joel Brobecker <brobecker@adacore.com>
6814
6815 * gdb.ada/bp_fun_addr: New testcase.
6816
e86ca25f
TT
68172018-06-01 Tom Tromey <tom@tromey.com>
6818
6819 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6820 results.
6821 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6822 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6823 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6824 * gdb.base/maint.exp (maint_pass_if): Update.
6825
4b2dfa9d
MR
68262018-05-31 Maciej W. Rozycki <macro@mips.com>
6827
6828 * gdb.base/endian.exp: New test.
6829 * gdb.base/endian.c: New test source.
6830
45f25d6c
AB
68312018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6832
6833 PR gdb/23203
6834 * gdb.base/bt-selected-frame.c: New file.
6835 * gdb.base/bt-selected-frame.exp: New file.
6836 * lib/gdb.exp (get_current_frame_number): New function.
6837
d9f6d7f8
MR
68382018-05-24 Maciej W. Rozycki <macro@mips.com>
6839 Pedro Alves <palves@redhat.com>
6840
6841 * gdb.threads/tls-core.c: Include <stdlib.h>
6842 (thread_proc): Call `abort'.
6843 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6844 (tls_core_test): New procedure, bits factored out from ...
6845 (top level): ... here. Test both native cores and gcore cores.
6846
ff1cf532
TT
68472018-05-23 Tom Tromey <tom@tromey.com>
6848
6849 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6850
b98664d3
TT
68512018-05-23 Tom Tromey <tom@tromey.com>
6852
6853 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6854 symfile_complaints.
6855 (test_short_complaints): Likewise.
6856 (test_empty_complaints): Likewise.
6857 (test_initial_complaints): Update.
6858
4e9668d0
TT
68592018-05-23 Tom Tromey <tom@tromey.com>
6860
6861 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6862
43ba33c7
TT
68632018-05-23 Tom Tromey <tom@tromey.com>
6864
6865 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6866 (test_short_complaints): Update.
6867
035522c0
PA
68682018-05-22 Pedro Alves <palves@redhat.com>
6869
6870 * gdb.base/remote.exp: Only gdb_start after compiling the
6871 testcase. Issue "disconnect" before testing "set remote" command
6872 defaults. Issue clean_restart before running to main.
6873
cc0be08f
PA
68742018-05-22 Pedro Alves <palves@redhat.com>
6875
6876 * gdb.base/remote.exp: Adjust expected output of "show remote
6877 memory-write-packet-size". Add tests for "set remote
6878 memory-write-packet-size 0" and "set remote
6879 memory-write-packet-size fixed/limit".
6880
b1b60145
PA
68812018-05-22 Pedro Alves <palves@redhat.com>
6882
6883 PR gdb/22973
6884 * gdb.base/utf8-identifiers.c: New file.
6885 * gdb.base/utf8-identifiers.exp: New file.
6886
0ec848ad
PFC
68872018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6888
6889 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6890
2c3305f6
PFC
68912018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6892
6893 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6894
ce1e8424
TT
68952018-05-18 Tom Tromey <tom@tromey.com>
6896
6897 * gdb.base/ptype-offsets.exp: Update.
6898
ddfe970e
KS
68992018-05-17 Keith Seitz <keiths@redhat.com>
6900
6901 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6902 in expected breakpoint stop locations.
6903 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
6904 move to proper scope to test variable values.
6905 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
6906 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
6907 New functions.
6908 (main): Call not_inline_func3.
6909 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
6910 inline_func1, inline_func2, and inline_func3. Test that when each
6911 breakpoint is hit, GDB properly reports both the stop location
6912 and the backtrace. Repeat tests for temporary breakpoints.
6913
0726fcc6
MR
69142018-05-15 Maciej W. Rozycki <macro@mips.com>
6915
6916 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
6917 rather then trying to access it in determining whether the PID
6918 of `gdbserver' could have been retrieved.
6919
8ee22052
AB
69202018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
6921
6922 * gdb.arch/amd64-init-x87-values.S: New file.
6923 * gdb.arch/amd64-init-x87-values.exp: New file.
6924
7785df48
JK
69252018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6926
6927 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
6928
56bcdbea
TT
69292018-05-04 Tom Tromey <tom@tromey.com>
6930
6931 PR python/22730:
6932 * gdb.python/python.exp: Test multi-line execute.
6933
a913fffb
TT
69342018-05-04 Tom Tromey <tom@tromey.com>
6935
6936 PR python/22731:
6937 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
6938
7a2c85f2
TT
69392018-05-04 Tom Tromey <tom@tromey.com>
6940
6941 PR gdb/11750:
6942 * gdb.base/define.exp: Test defining a user command inside a user
6943 command.
6944 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
6945
a3b60e45
JK
69462018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6947 Pedro Alves <palves@redhat.com>
6948
6949 PR breakpoints/19806 and support for PR external/20207.
6950 * gdb.base/watchpoint-unaligned.c: New file.
6951 * gdb.base/watchpoint-unaligned.exp: New file.
6952
45fe4a03
AB
69532018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6954
6955 * gdb.base/maint.exp: Make test names unique, use
6956 test_prefix_command_help to test 'help maint info', and remove
6957 repeated test of 'help maint'.
6958
9be2ae8f
TT
69592018-05-04 Tom Tromey <tom@tromey.com>
6960
6961 PR gdb/22619:
6962 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
6963 behavior.
6964
11859c31
AB
69652018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6966
6967 * gdb.base/maint.exp: Process output from 'maint print registers'
6968 line at a time.
6969
089a9490
AB
69702018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
6971
6972 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
6973 timeout.
6974
9b0797e2
AB
69752018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
6976
6977 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
6978 filter pattern.
6979
f6ac5f3d
PA
69802018-05-02 Pedro Alves <palves@redhat.com>
6981
6982 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
6983 to_log_command renames.
6984 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6985
77d3c63b
TT
69862018-05-02 Tom Tromey <tom@tromey.com>
6987
6988 * gdb.python/py-parameter.exp: Set test message.
6989
0489430a
TT
69902018-05-02 Tom Tromey <tom@tromey.com>
6991
6992 PR python/20084:
6993 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
6994 PARAM_ZUINTEGER_UNLIMITED tests.
6995
1632f8ba
DR
69962018-04-28 Dan Robertson <danlrobertson89@gmail.com>
6997
6998 PR rust/23124
6999 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7000 when casting.
7001
6d7bb824
TT
70022018-04-30 Tom Tromey <tom@tromey.com>
7003
7004 * gdb.python/py-type.exp: Check align attribute.
7005 * gdb.python/py-type.c: New "aligncheck" global.
7006
007e1530
TT
70072018-04-30 Tom Tromey <tom@tromey.com>
7008
7009 PR exp/17095:
7010 * gdb.dwarf2/dw2-align.exp: New file.
7011 * gdb.cp/align.exp: New file.
7012 * gdb.base/align.exp: New file.
7013 * lib/gdb.exp (gdb_int128_helper): New proc.
7014 (has_int128_c, has_int128_cxx): New caching procs.
7015
6873858b
TT
70162018-04-27 Tom Tromey <tom@tromey.com>
7017
7018 PR rust/22545:
7019 * gdb.rust/simple.exp: Add inclusive range tests.
7020
79188d8d
PA
70212018-04-26 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7024 ifunc breakpoint locations correctly of ifunc breakpoints set
7025 while the program resolves the ifunc.
7026
c7075ad5
PA
70272018-04-26 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/gnu-ifunc-final.c: New file.
7030 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7031 * gdb.base/gnu-ifunc.exp (executable): Delete.
7032 (staticexecutable): Adjust.
7033 (lib_opts, exec_opts): Delete.
7034 (make_binsuffix, build, set-break): New procedures.
7035 (misc_tests): New, with tests factored out from the top level.
7036 (top level): Test different combinations of ifunc resolver name,
7037 resolver with and with debug info, and ifunc target with and
7038 without debug info. Wrap static tests with with_target_prefix.
7039
8388016d
PA
70402018-04-26 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7043 return type" warnings.
7044
249b5733
PA
70452018-04-25 Pedro Alves <palves@redhat.com>
7046
7047 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7048 killed".
7049 * gdb.base/kill-after-signal.exp: Likewise.
7050 * gdb.threads/kill.exp: Likewise.
7051
f67c0c91
SDJ
70522018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7053 Sergio Durigan Junior <sergiodj@redhat.com>
7054 Pedro Alves <palves@redhat.com>
7055
7056 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7057 regexps to expect for '[Inferior ... detached]' as well.
7058 * gdb.base/attach.exp: Likewise.
7059 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7060 "gdb_continue_to_end".
7061 (test_catch_syscall_with_wrong_args): Likewise.
7062 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7063 ']'. Don't set 'verbose' on.
7064 * gdb.base/foll-vfork.exp: Likewise.
7065 * gdb.base/fork-print-inferior-events.c: New file.
7066 * gdb.base/fork-print-inferior-events.exp: New file.
7067 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7068 '[Inferior ... has been killed]' message.
7069 * gdb.base/kill-after-signal.exp: Likewise.
7070 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7071 detach message.
7072 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7073 message.
7074 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7075 regexps to expect for '[Inferior ... detached]' as well.
7076 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7077
0a8ddac4
SM
70782018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7079
7080 PR gdb/23104
7081 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7082
701adfb0
PA
70832018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7084
7085 PR gdb/23095
7086 * gdb.base/break-probes.exp: Pass shlib_load to
7087 prepare_for_testing. Set normal_bp to r_debug_state if target is
7088 bsd.
7089
d27d16bf
RB
70902018-04-19 Richard Bunt <richard.bunt@arm.com>
7091
7092 * gdb.threads/multiple-successive-infcall.c: New test.
7093 * gdb.threads/multiple-successive-infcall.exp: New file.
7094
a037790e
TT
70952018-04-17 Tom Tromey <tom@tromey.com>
7096
7097 * gdb.rust/simple.rs (Union): New type.
7098 (main): New local "u".
7099 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7100
e3a91079
AA
71012018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7102
7103 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7104 number information in output of "whereis" command.
7105 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7106
b744723f
AA
71072018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7108
7109 * gdb.ada/info_types.exp: Adjust expected output to the line
7110 numbers now printed by "info var/func/type".
7111 * gdb.base/completion.exp: Likewise.
7112 * gdb.base/included.exp: Likewise.
7113 * gdb.cp/cp-relocate.exp: Likewise.
7114 * gdb.cp/cplusfuncs.exp: Likewise.
7115 * gdb.cp/namespace.exp: Likewise.
7116 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7117
4a4495d6
MM
71182018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7119
7120 * gdb.btrace/cpu.exp: New.
7121
1d509aa6
MM
71222018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7123
7124 * gdb.base/step-indirect-call-thunk.exp: New.
7125 * gdb.base/step-indirect-call-thunk.c: New.
7126 * gdb.reverse/step-indirect-call-thunk.exp: New.
7127 * gdb.reverse/step-indirect-call-thunk.c: New.
7128
6295b6da
SM
71292018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7130
7131 * gdb.base/pie-fork.c: New file.
7132 * gdb.base/pie-fork.exp: New file.
7133
50146e70
TT
71342018-04-11 Tom Tromey <tom@tromey.com>
7135
7136 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7137
f50d8a2e
PA
71382018-04-10 Pedro Alves <palves@redhat.com>
7139
7140 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7141 exits. Instead loop running forever.
7142 (fork_parent): Run forever too.
7143
a0be7a36
SM
71442018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7145
7146 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7147 mi_continue_to_line.
7148 * gdb.mi/mi-stack.c (callee4): Add comment.
7149
9b73db36
SM
71502018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7151
7152 * gdb.mi/mi-stack.exp: Fix indentation.
7153
c912f608
SM
71542018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7155
7156 PR gdb/22979
7157 * gdb.arch/amd64-osabi.exp: New file.
7158
26540402
SM
71592018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7160
7161 PR gdb/22980
7162 * gdb.base/osabi.exp: New file.
7163
121ad66c 71642018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
7165
7166 * gdb.cp/static-typedef-print.exp: New file.
7167 * gdb.cp/static-typedef-print.cc: New file.
7168
3fcded8f
JB
71692018-03-27 Joel Brobecker <brobecker@adacore.com>
7170
7171 * gdb.ada/varsize_limit: New testcase.
7172
59cc4834
JB
71732018-03-27 Joel Brobecker <brobecker@adacore.com>
7174
7175 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7176
7177 * gdb.ada/notcplusplus: New testcase.
7178
7179 * gdb.base/c-linkage-name.c: New file.
7180 * gdb.base/c-linkage-name.exp: New testcase.
7181
4ca59a9f
TT
71822018-03-26 Tom Tromey <tom@tromey.com>
7183
7184 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7185 * gdb.python/py-framefilter.py (name_error): New global.
7186 (ErrorInName.function): Use name_error.
7187
978d6c75
TT
71882018-03-26 Tom Tromey <tom@tromey.com>
7189
7190 PR backtrace/15582:
7191 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7192
b7fee5a3
KS
71932018-03-23 Keith Seitz <keiths@redhat.com>
7194
7195 PR c++/22968
7196 * gdb.cp/subtypes.exp: New file.
7197 * gdb.cp/subtypes.h: New file.
7198 * gdb.cp/subtypes.cc: New file.
7199 * gdb.cp/subtypes-2.cc: New file.
7200
376be529
AB
72012018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7202
7203 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7204 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7205 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7206 -nostartfiles when compiling the test. Confirm that all registers
7207 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7208
066cfa98
AB
72092018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7210
7211 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7212 option, syntax was wrong anyway.
7213 * gdb.arch/arm-disp-step.exp: Likewise.
7214 * gdb.arch/sparc64-regs.exp: Likewise.
7215 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7216 option, syntax was wrong anyway, switch to use
7217 prepare_for_testing.
7218 * gdb.arch/i386-disp-step.exp: Likewise.
7219
079670b9
AA
72202018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7221
7222 * gdb.ada/exec_changed.exp: Replace "target_info exists
7223 use_gdb_stub" by "use_gdb_stub".
7224 * gdb.ada/start.exp: Likewise.
7225 * gdb.base/async-shell.exp: Likewise.
7226 * gdb.base/attach-pie-misread.exp: Likewise.
7227 * gdb.base/attach-wait-input.exp: Likewise.
7228 * gdb.base/break-entry.exp: Likewise.
7229 * gdb.base/break-interp.exp: Likewise.
7230 * gdb.base/dprintf-detach.exp: Likewise.
7231 * gdb.base/nostdlib.exp: Likewise.
7232 * gdb.base/solib-nodir.exp: Likewise.
7233 * gdb.base/statistics.exp: Likewise.
7234 * gdb.base/testenv.exp: Likewise.
7235 * gdb.mi/mi-exec-run.exp: Likewise.
7236 * gdb.mi/mi-start.exp: Likewise.
7237 * gdb.multi/dummy-frame-restore.exp: Likewise.
7238 * gdb.multi/multi-arch-exec.exp: Likewise.
7239 * gdb.multi/multi-arch.exp: Likewise.
7240 * gdb.multi/tids.exp: Likewise.
7241 * gdb.multi/watchpoint-multi.exp: Likewise.
7242 * gdb.python/py-events.exp: Likewise.
7243 * gdb.threads/attach-into-signal.exp: Likewise.
7244 * gdb.threads/attach-stopped.exp: Likewise.
7245 * gdb.threads/threadapply.exp: Likewise.
7246 * lib/selftest-support.exp: Likewise.
7247
26d6cec4
AA
72482018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7249
7250 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7251
4ee89e90
SR
72522018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7253
7254 * gdb.perf/template-breakpoints.cc: New file.
7255 * gdb.perf/template-breakpoints.exp: New file.
7256 * gdb.perf/template-breakpoints.py: New file.
7257
92630041
TT
72582018-03-19 Tom Tromey <tom@tromey.com>
7259
7260 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7261 y0.
7262 * gdb.rust/simple.exp: Test bare identifier form of struct
7263 initializer.
7264
76727919
TT
72652018-03-19 Tom Tromey <tom@tromey.com>
7266
7267 * gdb.gdb/observer.exp: Remove.
7268
194ed413
AA
72692018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7270
7271 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7272 "qualified" option when setting breakpoints.
7273 * gdb.trace/backtrace.exp: Likewise.
7274 * gdb.trace/circ.exp: Likewise.
7275 * gdb.trace/collection.exp: Likewise.
7276 * gdb.trace/disconnected-tracing.exp: Likewise.
7277 * gdb.trace/ftrace-lock.exp: Likewise.
7278 * gdb.trace/ftrace.exp: Likewise.
7279 * gdb.trace/infotrace.exp: Likewise.
7280 * gdb.trace/packetlen.exp: Likewise.
7281 * gdb.trace/passc-dyn.exp: Likewise.
7282 * gdb.trace/qtro.exp: Likewise.
7283 * gdb.trace/read-memory.exp: Likewise.
7284 * gdb.trace/report.exp: Likewise.
7285 * gdb.trace/signal.exp: Likewise.
7286 * gdb.trace/status-stop.exp: Likewise.
7287 * gdb.trace/strace.exp: Likewise.
7288 * gdb.trace/tfind.exp: Likewise.
7289 * gdb.trace/trace-break.exp: Likewise.
7290 * gdb.trace/trace-condition.exp: Likewise.
7291 * gdb.trace/trace-mt.exp: Likewise.
7292 * gdb.trace/tstatus.exp: Likewise.
7293 * gdb.trace/tsv.exp: Likewise.
7294 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7295 * gdb.trace/unavailable.exp: Likewise.
7296 * gdb.trace/while-dyn.exp: Likewise.
7297
8b067d2c
AA
72982018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7299
7300 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7301 that libinproctrace is copied to the target.
7302
3ae9ce5d
TT
73032018-03-14 Tom Tromey <tom@tromey.com>
7304
7305 PR cli/14977:
7306 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7307 a null pointer.
7308 * gdb.base/wchar.exp: Likewise.
7309
b8c2339b
TT
73102018-03-14 Tom Tromey <tom@tromey.com>
7311
7312 PR cli/19918:
7313 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7314 flag.
7315
4872dc46
SM
73162018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7317
7318 PR gdb/22841
7319 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7320 "target" to remote_exec.
7321
e4fe3756
SM
73222018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7323
7324 PR gdb/22841
7325 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7326 ${board}_upload): Remove.
7327
e95a97d4
AA
73282018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7329
7330 * gdb.cp/watch-cp.cc: New test.
7331 * gdb.cp/watch-cp.exp: New file.
7332
dbbb1059
AB
73332018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7334
7335 * gdb.base/infcall-nested-structs.exp: New file.
7336 * gdb.base/infcall-nested-structs.c: New file.
7337 * gdb.base/float.exp: Add riscv support.
7338
ecc054c0
TP
73392018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7340
7341 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7342 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7343
25e3c82c
SDJ
73442018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7345
7346 * gdb.server/abspath.exp: New file.
7347 * lib/gdb.exp (with_cwd): New procedure.
7348
3083294d
SM
73492018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7350
7351 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7352 use it.
7353 (gdb_is_target_remote_prompt): New proc.
7354 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7355 (gdb_is_target_native): Pass prompt parameter to
7356 gdb_is_target_1.
7357
3275ef47
SM
73582018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7359
7360 * gdb.base/load-command.c: New file.
7361 * gdb.base/load-command.exp: New file.
7362 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7363 (gdb_is_target_1): ...this, and generalize for other targets
7364 than just remote.
7365 (gdb_is_target_remote): Use gdb_is_target_1.
7366 (gdb_is_target_native): use gdb_is_target_1.
7367
6893c19a
TT
73682018-02-26 Tom Tromey <tom@tromey.com>
7369
7370 PR python/16497:
7371 * gdb.python/py-framefilter.exp: Update test.
7372
2ddeaf8a
TT
73732018-02-26 Tom Tromey <tom@tromey.com>
7374
7375 * gdb.dwarf2/variant.c: New file.
7376 * gdb.dwarf2/variant.exp: New file.
7377
c9317f21
TT
73782018-02-26 Tom Tromey <tom@tromey.com>
7379
7380 * gdb.rust/simple.exp: Accept more possible results in enum test.
7381
6f6d0c26
SM
73822018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7383
7384 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7385 parentheses.
7386
11b03145
MR
73872018-02-23 Maciej W. Rozycki <macro@mips.com>
7388
7389 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7390 name of a variable: $actual_linejj -> $actual_line.
7391
54a27fe5
JB
73922018-02-21 John Baldwin <jhb@FreeBSD.org>
7393
7394 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7395
de65820c
MM
73962018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7397
7398 * gdb.btrace/buffer-size.exp: Do not force BTS.
7399
980548fd
PA
74002018-02-14 Pedro Alves <palves@redhat.com>
7401
7402 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7403 getting a "Quit".
7404
c4e12631
MM
74052018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7406
7407 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7408 Fix test name.
7409
c2e0e465
SM
74102018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7411
7412 * gdb.cp/m-static.exp: Check type of optimized out static
7413 member.
7414
f7216783
AB
74152018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7416
7417 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7418 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7419
0625771b
LS
74202018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7421 Leszek Swirski <leszeks@google.com>
7422
7423 * gdb.python/py-prettyprint.c
7424 (struct to_string_returns_value_inner,
7425 struct to_string_returns_value_wrapper): New.
7426 (main): Add tsrvw variable.
7427 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7428 ToStringReturnsValueWrapper): New classes.
7429 (register_pretty_printers): Register new pretty-printers.
7430 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7431 recursive pretty printer.
7432 * gdb.python/py-mi.exp: Likewise.
7433
59498c30
LS
74342018-02-01 Leszek Swirski <leszeks@google.com>
7435
7436 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7437 functions with the same name as an include file are parsed
7438 correctly.
7439
d4d38844
YQ
74402018-02-01 Yao Qi <yao.qi@linaro.org>
7441
7442 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7443 "\[^\r\n\]*".
7444
07e5f5cf
NP
74452018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7446
7447 * gdb.arch/powerpc-prologue-frame.s: New file.
7448 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7449 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7450
929b5ad4
JB
74512018-01-31 Joel Brobecker <brobecker@adacore.com>
7452
7453 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7454
e671cd59
PA
74552018-01-30 Pedro Alves <palves@redhat.com>
7456
7457 PR gdb/13211
7458 * gdb.base/interrupt-daemon.c: New.
7459 * gdb.base/interrupt-daemon.exp: New.
7460 * gdb.multi/multi-term-settings.c: New.
7461 * gdb.multi/multi-term-settings.exp: New.
7462
fc413dc4
JB
74632018-01-30 Joel Brobecker <brobecker@adacore.com>
7464
7465 * gdb.base/break.exp: Save the location where the breakpoint
7466 on break.c:47 was actually inserted when debugging the version
7467 compiled at -O2 and use it in the expected output of the "info
7468 break" test performed soon after.
7469
5c319bb2
PA
74702018-01-22 Pedro Alves <palves@redhat.com>
7471 Sergio Durigan Junior <sergiodj@redhat.com>
7472
7473 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7474 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7475
a9e40818
JB
74762018-01-22 Joel Brobecker <brobecker@adacore.com>
7477
7478 * gdb.base/break-include.c, gdb.base/break-include.inc,
7479 gdb.base/break-include.exp: New files.
7480 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7481 line number now being the actual line number where the breakpoint
7482 was inserted.
7483 * gdb.mi/mi-break.exp: Likewise.
7484 * gdb.mi/mi-reverse.exp: Likewise.
7485 * gdb.mi/mi-simplerun.exp: Ditto.
7486
e707fc44
AB
74872018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7488
7489 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7490 varobj.
7491 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7492
ae451627
AB
74932018-01-21 Don Breazeal <donb@codesourcery.com>
7494 Andrew Burgess <andrew.burgess@embecosm.com>
7495
7496 * gdb.mi/basics.c: Add new global.
7497 * gdb.mi/mi-frame-regs.exp: New file.
7498 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7499 case.
7500
b1b189e0
AB
75012018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7502
7503 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7504 non-parameter, and on an unknown symbol.
7505
fcfcc376
TT
75062018-01-19 Tom Tromey <tom@tromey.com>
7507
7508 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7509 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7510
634c1c31
AA
75112018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7512
7513 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7514 setrlimit and chdir to int.
7515
d6ad07fd
AA
75162018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7517
7518 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7519 function.
7520 (my_tend): Likewise.
7521 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7522 rationale of avoiding FP- and vector instructions.
7523
adf8243b
RK
75242018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7525
7526 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7527 "info reg" with "\[ \t\]*".
7528 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7529 "\[ \t\]+".
7530 * gdb.arch/s390-multiarch.exp: Ditto.
7531 * gdb.base/pc-fp.exp: Ditto.
7532 * gdb.reverse/i386-precsave.exp: Ditto.
7533 * gdb.reverse/i386-reverse.exp: Ditto.
7534 * gdb.reverse/i387-env-reverse.exp: Ditto.
7535 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7536
dcc06925
AA
75372018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7538
7539 * lib/gdb.exp (gdb_compile): Re-enable use of
7540 universal_compile_options for languages other than Rust.
7541
25d4fd80
AA
75422018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7543
7544 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7545
ee7f689e 75462018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
7547
7548 PR gdb/16577
7549 * gdb.base/solib-vanish.exp: New.
7550 * gdb.base/solib-vanish-main.c: New.
7551 * gdb.base/solib-vanish-lib1.c: New.
7552 * gdb.base/solib-vanish-lib2.c: New.
7553
d8447b6b
YQ
75542018-01-17 Yao Qi <yao.qi@linaro.org>
7555
7556 * gdb.compile/compile.exp: Match the address printed for
7557 frame in the output of command "bt".
7558
86d6a90c
TT
75592018-01-15 Tom Tromey <tom@tromey.com>
7560
7561 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7562 compute sp_reg.
7563
cbcdb1aa
AB
75642018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7565
7566 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7567 to prepare.
7568 (prepare): Return 0 on error, 1 on success.
7569
eea61984
PA
75702018-01-12 Pedro Alves <palves@redhat.com>
7571
7572 * gdb.base/continue-after-aborted-step-over.c: New.
7573 * gdb.base/continue-after-aborted-step-over.exp: New.
7574
6181e9c2
SM
75752018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7576
7577 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7578 options when not creating an executable.
7579
3cada740
PA
75802018-01-11 Pedro Alves <palves@redhat.com>
7581
7582 PR remote/22597
7583 * gdb.server/stop-reply-no-thread.c: New file.
7584 * gdb.server/stop-reply-no-thread.exp: New file.
7585
c63d3e8d
PA
75862018-01-10 Pedro Alves <palves@redhat.com>
7587
7588 PR gdb/22670
7589 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7590 functions too. Test setting breakpoints and printing C functions
7591 with no debug info too.
7592 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7593
d4c2a405
PA
75942018-01-10 Pedro Alves <palves@redhat.com>
7595
7596 PR gdb/22670
7597 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7598 a fail.
7599
8825213e
PA
76002018-01-10 Pedro Alves <palves@redhat.com>
7601
7602 PR gdb/22670
7603 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7604
605fd3c6
YQ
76052018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7606
7607 * gdb.server/unittest.exp: Match the output in non-development
7608 mode.
7609
1e5ded6c
YQ
76102018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7611
7612 * gdb.gdb/unittest.exp: Match output in non-development mode.
7613
30066b0b
JB
76142018-01-08 Joel Brobecker <brobecker@adacore.com>
7615
7616 * gdb.ada/access_tagged_param.exp: Relax expected output
7617 for value of "ObjL" in "continue" to pck.inspect breakpoint
7618 test.
7619
04bafb1e
XR
76202018-01-08 Joel Brobecker <brobecker@adacore.com>
7621
9f86398b
JB
7622 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7623 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 7624
e379cee6
PA
76252018-01-05 Pedro Alves <palves@redhat.com>
7626
7627 PR gdb/18653
7628 * gdb.base/libsegfault.exp: New.
7629
de63c46b
PA
76302018-01-05 Joel Brobecker <brobecker@adacore.com>
7631
7632 PR gdb/22670
7633 * gdb.ada/access_tagged_param.exp: New file.
7634 * gdb.ada/access_tagged_param/foo.adb: New file.
7635
f98fc17b
PA
76362018-01-05 Pedro Alves <palves@redhat.com>
7637
7638 PR gdb/22670
7639 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7640 exercise lower case too, and to exercise both full matching and
7641 wild matching.
7642
342f8240
JB
76432018-01-05 Joel Brobecker <brobecker@adacore.com>
7644
7645 * gdb.ada/rename_subscript_param: New testcase.
7646
7150d33c
JG
76472018-01-05 Jerome Guitton <guitton@adacore.com>
7648
7649 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7650
cc0e770c
JB
76512018-01-05 Joel Brobecker <brobecker@adacore.com>
7652
7653 * gdb.ada/convvar_comp: New testcase.
7654
672a41aa 76552018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
7656
7657 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7658 (My_Table): New global variable.
7659 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7660
7365ec2f
JB
76612018-01-04 Joel Brobecker <brobecker@adacore.com>
7662
7663 PR gdb/22670
7664 * gdb.ada/maint_with_ada: New testcase.
7665
289483b6
JB
76662018-01-04 Joel Brobecker <brobecker@adacore.com>
7667
7668 PR gdb/22670
7669 * gdb.ada/bp_c_mixed_case: New testcase.
7670
344420da
JB
76712018-01-04 Joel Brobecker <brobecker@adacore.com>
7672
7673 PR gdb/22670
7674 * gdb.ada/complete.exp: Add "complete break ada" test.
7675
66fc87a0
JB
76762018-01-04 Joel Brobecker <brobecker@adacore.com>
7677
7678 PR gdb/22670
7679 * gdb.ada/info_addr_mixed_case: New testcase.
7680
9f757bf7
XR
76812018-01-03 Xavier Roirand <roirand@adacore.com>
7682
7683 * gdb.ada/excep_handle.exp: New testcase.
7684 * gdb.ada/excep_handle/foo.adb: New file.
7685 * gdb.ada/excep_handle/pck.ads: New file.
7686
bd570f80
JB
76872018-01-03 Joel Brobecker <brobecker@adacore.com>
7688
7689 * gdb.base/step-line.c: Add extra empty line in copyright header.
7690 * gdb.base/step-line.inp: Likewise.
7691
9fe561ab
JB
76922018-01-02 Joel Brobecker <brobecker@adacore.com>
7693
7694 * gdb.ada/dyn_stride.exp: Add slice test.
7695
a405673c
JB
76962018-01-02 Joel Brobecker <brobecker@adacore.com>
7697
7698 * gdb.ada/dyn_stride: New testcase.
7699
cef0f868
SH
77002017-12-27 Stafford Horne <shorne@gmail.com>
7701
7702 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7703 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7704
b67d92b0
SH
77052017-12-27 Stafford Horne <shorne@gmail.com>
7706
7707 * gdb.base/reggroups.c: New file.
7708 * gdb.base/reggroups.exp: New file.
7709
eccab96d
JB
77102017-12-18 Joel Brobecker <brobecker@adacore.com>
7711
7712 * gdb.dwarf2/ada-valprint-error.c: New file.
7713 * gdb.dwarf2/ada-valprint-error.exp: New file.
7714
0e2da9f0
JB
77152017-12-18 Joel Brobecker <brobecker@adacore.com>
7716
7717 * gdb.ada/assign_arr: New testcase.
7718
cb923fcc
XR
77192017-12-18 Xavier Roirand <roirand@adacore.com>
7720
7721 * gdb.ada/funcall_ptr: New testcase.
7722
7c161838
SDJ
77232017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7724
7725 PR cli/16224
7726 * gdb.base/ptype-offsets.cc: New file.
7727 * gdb.base/ptype-offsets.exp: New file.
7728
1af17fd9
YQ
77292017-12-15 Yao Qi <yao.qi@linaro.org>
7730
7731 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7732 if XML is disabled.
7733
828d5846
XR
77342017-12-15 Xavier Roirand <roirand@adacore.com>
7735
7736 * gdb.ada/same_component_name: New testcase.
7737
79e8fcaa
JB
77382017-12-14 Joel Brobecker <brobecker@adacore.com>
7739
7740 * gdb.ada/str_binop_equal: New testcase.
7741
e05fa6f9
JB
77422017-12-14 Joel Brobecker <brobecker@adacore.com>
7743
7744 * gdb.ada/task_switch_in_core: New testcase.
7745
b89641ba
SM
77462017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7747
7748 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7749 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7750 call test_bkpt_qualified.
7751 (test_bkpt_qualified): New proc.
7752
6892d2e4
PA
77532017-12-13 Pedro Alves <palves@redhat.com>
7754
7755 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7756 Tighten regexp by matching with an anchor.
7757
a22ecf70
PA
77582017-12-13 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7761 ("expression with namespace"): New set of tests.
7762 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7763 (Nested::Test_NS::qux): New.
7764 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7765 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7766
9937536c
JB
77672017-12-13 Joel Brobecker <brobecker@adacore.com>
7768
7769 * gdb.base/server-del-break.c: New file.
7770 * gdb.base/server-del-break.exp: New file.
7771
fe49c6f5
SH
77722017-12-12 Stafford Horne <shorne@gmail.com>
7773
7774 * gdb.xml/tdesc-regs.exp: Add or1k support.
7775
c3d18620
SH
77762017-12-12 Stafford Horne <shorne@gmail.com>
7777
7778 * gdb.base/bp-permanent.c: Define nop of or1k.
7779
c5f9cfc8
JB
77802017-12-11 Joel Brobecker <brobecker@adacore.com>
7781
7782 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7783 output with components being reordered.
7784
a9c135fc
JB
77852017-12-11 Joel Brobecker <brobecker@adacore.com>
7786
7787 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7788 output with components being reordered.
7789
927aa2e7
JK
77902017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7791 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.base/maint.exp (check for .gdb_index): Check also for
7794 .debug_names.
7795 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7796 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7797 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7798 (.gdb_index used after symbol reloading): Support also .debug_names.
7799 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7800
f17d9474
YQ
78012017-12-08 Yao Qi <yao.qi@linaro.org>
7802
7803 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7804 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7805
a0de8c21
YQ
78062017-12-08 Yao Qi <yao.qi@linaro.org>
7807
7808 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7809 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7810
a738ea1d
YQ
78112017-12-08 Yao Qi <yao.qi@linaro.org>
7812
7813 * gdb.arch/aarch64-tagged-pointer.c: New file.
7814 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7815
1cd9a73b
SDJ
78162017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7817
7818 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7819 "int".
7820
fa6eb693
KS
78212017-12-07 Keith Seitz <keiths@redhat.com>
7822
7823 PR breakpoints/22569
7824 * gdb.linespec/ls-errs.exp: Change expected result of "break
7825 -source this file has spaces.c -line 3".
7826 Check that an explicit source file followed by whitespace is
7827 identified as an invalid explicit location.
7828
883fd55a
KS
78292017-12-07 Keith Seitz <keiths@redhat.com>
7830
7831 * gdb.cp/nested-types.cc: New file.
7832 * gdb.cp/nested-types.exp: New file.
7833 * lib/cp-support.exp: Load data-structures.exp library.
7834 (debug_cp_test_ptype_class): New global.
7835 (cp_ptype_class_verbose, next_line): New procedures.
7836 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7837 Add and document new return value.
7838 Switch the list of lines to a queue.
7839 Add support for new `type' key for nested type definitions.
7840 Add debugging/troubleshooting messages.
7841 * lib/data-structures.exp: New file.
7842
ec72db3e
SM
78432017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7846 with proc_with_prefix, don't use with_test_prefix.
7847
99598d71
TT
78482017-12-07 Tom Tromey <tom@tromey.com>
7849
7850 * gdb.base/break.exp: Add test for empty "commands".
7851
a8806230
YQ
78522017-12-07 Yao Qi <yao.qi@linaro.org>
7853
7854 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7855 malloc and catch syscall.
7856
824cc835
PM
78572017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7858
e79be6e5 7859 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
824cc835
PM
7860 tests for explicit locations.
7861
7cc244de
PA
78622017-12-06 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7865 force-disabling XML descriptions.
7866
50a1fdd5
PA
78672017-12-04 Pedro Alves <palves@redhat.com>
7868
7869 PR gdb/22499
7870 * gdb.arch/amd64-disp-step-avx.S: New file.
7871 * gdb.arch/amd64-disp-step-avx.exp: New file.
7872
f0fb2488
PA
78732017-12-03 Pedro Alves <palves@redhat.com>
7874
7875 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7876 and <string.h>.
7877 (parent_function): Print distinct messages when waitpid fails, or
7878 the child exits with a signal, or the child exits for an unhandled
7879 reason.
7880 * gdb.threads/process-dies-while-detaching.exp
7881 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7882 it. Wait for both inferior output and GDB's prompt. Use an
7883 indirect spawn id list.
7884 (do_detach): New parameter 'child_exit'. Use it to compute
7885 expected inferior output.
7886 (test_detach, test_detach_watch, test_detach_killed_outside):
7887 Adjust to pass down the expected child exit kind.
7888
97cbe998
SDJ
78892017-12-01 Joel Brobecker <brobecker@adacore.com>
7890 Sergio Durigan Junior <sergiodj@redhat.com>
7891 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7894
40fc416f
SDJ
78952017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7896
7897 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7898 to 'symbol-file' and 'add-symbol-file' can be
7899 position-independent.
7900
1cc75e92
YQ
79012017-12-01 Yao Qi <yao.qi@linaro.org>
7902
7903 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
7904 the URL in copyright header.
7905 * gdb.arch/aarch64-fp.exp: Likewise.
7906 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
7907 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
7908 * gdb.base/expand-psymtabs.exp: Likewise.
7909 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
7910 * gdb.fortran/common-block.exp: Likewise.
7911 * gdb.fortran/common-block.f90: Likewise.
7912 * gdb.fortran/logical.exp: Likewise.
7913 * gdb.fortran/vla-datatypes.f90: Likewise.
7914 * gdb.fortran/vla-sub.f90: Likewise.
7915
875fb7a7
JB
79162017-11-30 Joel Brobecker <brobecker@adacore.com>
7917
7918 * gdb.ada/repeat_dyn: New testcase.
7919
6f14765f
UW
79202017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
7921
7922 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
7923 Update for changed thread numbering.
7924 * gdb.cell/bt.exp: Update for changed GDB output.
7925
f1af7b94
SM
79262017-11-30 Simon Marchi <simon.marchi@ericsson.com>
7927
7928 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
7929 setting isremote by hand.
7930 * boards/dwarf4-gdb-index.exp: Likewise.
7931 * boards/fission.exp: Likewise.
7932 * boards/stabs.exp: Likewise.
7933
e3919f3e
PA
79342017-11-30 Pedro Alves <palves@redhat.com>
7935
7936 * gdb.linespec/cpls-ops.exp
7937 (check_explicit_skips_function_argument): Extract the underlying
7938 type of size_t instead of hardcoding it.
7939
bd69330d
PA
79402017-11-29 Pedro Alves <palves@redhat.com>
7941
7942 PR c++/19436
7943 * gdb.linespec/cpls-abi-tag.cc: New file.
7944 * gdb.linespec/cpls-abi-tag.exp: New file.
7945
a20714ff
PA
79462017-11-29 Pedro Alves <palves@redhat.com>
7947
7948 * gdb.base/langs.exp: Use -qualified.
7949 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
7950 it.
7951 * gdb.cp/namespace.exp: Use -qualified.
7952 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
7953 (overload-3, template-overload, template-ret-type, const-overload)
7954 (const-overload-quoted, anon-ns, ambiguous-prefix): New
7955 procedures.
7956 (test_driver): Call them.
7957 * gdb.cp/save-bp-qualified.cc: New.
7958 * gdb.cp/save-bp-qualified.exp: New.
7959 * gdb.linespec/explicit.exp: Test -qualified.
7960 * lib/completion-support.exp (completion::explicit_opts_list): Add
7961 "-qualified".
7962 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
7963
f6f1d339
PM
79642017-11-29 Phil Muldoon <pmuldoon@redhat.com>
7965
7966 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
7967
02ca603a
TT
79682017-11-29 Tom Tromey <tom@tromey.com>
7969
7970 * gdb.base/relocate.exp: Update invalid argument test.
7971 Add new tests for invalid arguments.
7972
ed6c0bfb
TP
79732017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7974
7975 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
7976 Return 0 as a long.
7977 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
7978
f106e10e
TP
79792017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
7980
7981 * gdb.cp/breakpoint.cc (bar): Set return type to void.
7982 * gdb.cp/psymtab-parameter.cc (func): Likewise.
7983 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
7984 func ().
7985 * gdb.cp/shadow.cc (B.func): Return 0.
7986
10329bb2
JB
79872017-11-27 Joel Brobecker <brobecker@adacore.com>
7988
7989 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
7990 expected output in gdb_expect call to allow the exception
7991 message to be present as well. Fix syntax confusion to avoid
7992 TCL thinking that exception_name is an array.
7993
617cd4bc
UW
79942017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
7995
7996 * gdb.arch/spu-info.c: Include <unistd.h>.
7997 (do_signal_test): Fix broken calls to write.
7998 * gdb.arch/spu-info.exp: Use prepare_for_testing.
7999 Fix checks for empty mailboxes. Update signal tests for corrected
8000 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
8001 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8002 * gdb.cell/arch.exp: Use standard_output_file.
8003 * gdb.cell/break.exp: Likewise.
8004 * gdb.cell/bt.exp: Likewise.
8005 * gdb.cell/core.exp: Likewise.
8006 * gdb.cell/dwarfaddr.exp: Likewise.
8007 * gdb.cell/ea-cache.exp: Likewise.
8008 * gdb.cell/ea-standalone.exp: Likewise.
8009 * gdb.cell/f-regs.exp: Likewise.
8010 * gdb.cell/fork.exp: Likewise.
8011 * gdb.cell/gcore.exp: Likewise.
8012 * gdb.cell/mem-access.exp: Likewise.
8013 * gdb.cell/ptype.exp: Likewise.
8014 * gdb.cell/registers.exp: Likewise.
8015 * gdb.cell/sizeof.exp: Likewise.
8016 * gdb.cell/solib-symbol.exp: Likewise.
8017 * gdb.cell/solib.exp: Likewise.
617cd4bc 8018
a81aaca0
PA
80192017-11-25 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.base/complete-empty.exp: New file.
8022 * gdb.base/completion.exp: Adjust.
8023
6a3c6ee4
PA
80242017-11-25 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.linespec/cpls-ops.cc: New file.
8027 * gdb.linespec/cpls-ops.exp: New file.
8028 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8029 factored out from ...
8030 (test_complete_prefix_range): ... this.
8031
8955eb2d
PA
80322017-11-24 Pedro Alves <palves@redhat.com>
8033
8034 * gdb.linespec/cpcompletion.exp: New file.
8035 * gdb.linespec/cpls-hyphen.cc: New file.
8036 * gdb.linespec/cpls.cc: New file.
8037 * gdb.linespec/cpls2.cc: New file.
8038 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8039 test to use test_gdb_complete_unique. Add label completion,
8040 keyword completion and explicit location completion tests.
8041 * lib/completion-support.exp: New file.
8042
e547c119
JB
80432017-11-24 Joel Brobecker <brobecker@adacore.com>
8044
8045 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8046 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8047 when hitting an exception catchpoint.
8048
7c3c1aa8
YQ
80492017-11-22 Yao Qi <yao.qi@linaro.org>
8050
8051 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8052
41bd68f5
SM
80532017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8054
8055 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8056 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8057 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8058
1daad298
YQ
80592017-11-22 Yao Qi <yao.qi@linaro.org>
8060
8061 * gdb.base/info-os.exp: Pass pthreads.
8062 * gdb.multi/multi-attach.exp: Likewise.
8063
88465e87
YQ
80642017-11-22 Yao Qi <yao.qi@linaro.org>
8065
8066 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8067 compiler.
8068
dc196b23
YQ
80692017-11-22 Yao Qi <yao.qi@linaro.org>
8070
8071 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8072 * gdb.base/break-interp.exp: Likewise.
8073 * gdb.base/jit-attach-pie.exp: Likewise.
8074
2400729e
UW
80752017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8076
8077 * gdb.base/float128.c (large128): New variable.
8078 * gdb.base/float128.exp: Add test to print largest __float128 value.
8079
7a26362d
UW
80802017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8081
8082 * gdb.arch/vsx-regs.exp: Update register content checks.
8083
ed0f4273
UW
80842017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8085
8086 * gdb.arch/ppc-longdouble.exp: New file.
8087 * gdb.arch/ppc-longdouble.c: Likewise.
8088
a25d69c6
PA
80892017-11-21 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8092
73fcf641
PA
80932017-11-20 Pedro Alves <palves@redhat.com>
8094
8095 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8096 (long_double_typedef): New typedefs.
8097 Use DEF on double and long double.
8098 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8099 cases.
8100 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8101 and 'long_double_ptr_same_size' locals. Use them to decide
8102 whether cast from array/function to float is valid/invalid.
8103
71a3c369
TT
81042017-11-17 Tom Tromey <tom@tromey.com>
8105
8106 * gdb.rust/traits.rs: New file.
8107 * gdb.rust/traits.exp: New file.
8108
ced9779b
JB
81092017-11-17 Joel Brobecker <brobecker@adacore.com>
8110
8111 * gdb.ada/minsyms: New testcase.
8112
a0922d80
PA
81132017-11-16 Pedro Alves <palves@redhat.com>
8114
8115 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8116 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8117
ea04e54c
PA
81182017-11-16 Pedro Alves <palves@redhat.com>
8119
8120 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8121 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8122
e849ea89
PA
81232017-11-16 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.server/reconnect-ctrl-c.c: New file.
8126 * gdb.server/reconnect-ctrl-c.exp: New file.
8127
d8ae99a7
PM
81282017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8129
8130 * gdb.python/py-rbreak.exp: New file.
8131 * gdb.python/py-rbreak.c: New file.
8132 * gdb.python/py-rbreak-func2.c: New file.
8133
968a13f8
PA
81342017-11-16 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8137 pattern.
8138 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8139 GDB.
8140
71774bc9
SM
81412017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8142
8143 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8144 regex.
8145
ddbb44cf
SM
81462017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8147
8148 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8149 test names.
8150
584a564f
PA
81512017-11-09 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8154 factored out from ...
8155 (top level): ... here, and adjusted to avoid expecting beyond the
8156 prompt in a single gdb_test_multiple.
8157
5ed7a928
PA
81582017-11-09 Pedro Alves <palves@redhat.com>
8159
8160 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8161 output.
8162 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8163 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8164 * gdb.server/ext-run.exp ("kill" test): Likewise.
8165 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8166
a60e0738
PA
81672017-11-09 Pedro Alves <palves@redhat.com>
8168
8169 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8170 match till end of line.
8171
2c88253f
PA
81722017-11-09 Pedro Alves <palves@redhat.com>
8173
8174 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8175
c7a38517
PA
81762017-11-09 Pedro Alves <palves@redhat.com>
8177
8178 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8179 New procedures, factored out from ...
8180 (top level): ... here, and adjusted to avoid expecting beyond the
8181 prompt in one go.
8182
f29f4b6b
PA
81832017-11-09 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8186 output. Fix '?' match.
8187
286acbb5
JB
81882017-11-08 Joel Brobecker <brobecker@adacore.com>
8189
8190 * gdb.ada/scoped_watch: New testcase.
8191 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8192 which is actually correct.
8193 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8194 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8195
62d7ae92
PA
81962017-11-08 Pedro Alves <palves@redhat.com>
8197
8198 * gdb.gdb/complaints.exp (test_initial_complaints)
8199 (test_serial_complaints, test_short_complaints): Call
8200 complaint_internal instead of complaint.
8201
280ca31f
DT
82022017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8203
8204 * gdb.threads/tls-core.c: New file.
8205 * gdb.threads/tls-core.exp: Likewise.
8206
b5ec771e
PA
82072017-11-08 Pedro Alves <palves@redhat.com>
8208
8209 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8210 (p Exported_Capitalized): New test.
8211 (p exported_capitalized): New test.
8212
a02b41a7
PA
82132017-11-07 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8216
95e95a6d
PA
82172017-11-07 Pedro Alves <palves@redhat.com>
8218
8219 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8220 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8221 (disable_invalid, disable_inverted, disable_negative): New
8222 procedures.
8223 ("bad numbers"): New set of tests.
8224
cee62dbd
PA
82252017-11-07 Pedro Alves <palves@redhat.com>
8226
8227 * gdb.cp/ena-dis-br-range.exp: Add tests.
8228
cc638e86
PA
82292017-11-07 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8232
d0fe4701
XR
82332017-11-07 Xavier Roirand <roirand@adacore.com>
8234 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.base/ena-dis-br.exp: Add reference to
8237 gdb.cp/ena-dis-br-range.exp.
8238 * gdb.cp/ena-dis-br-range.exp: New file.
8239 * gdb.cp/ena-dis-br-range.cc: New file.
8240
46f67f80
PA
82412017-11-06 Pedro Alves <palves@redhat.com>
8242
8243 * gdb.base/attach-non-pgrp-leader.c: New.
8244 * gdb.base/attach-non-pgrp-leader.exp: New.
8245
726e1356
PA
82462017-11-06 Pedro Alves <palves@redhat.com>
8247
8248 * configure.ac: No longer check for termio.h and sgtty.h.
8249 * configure: Regenerate.
8250 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8251 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8252 Remove termio and sgtty code.
8253
50ab6ace
YQ
82542017-11-03 Yao Qi <yao.qi@linaro.org>
8255
8256 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8257 in GDB is disabled.
8258
8e68731c
YQ
82592017-11-03 Yao Qi <yao.qi@linaro.org>
8260
8261 * gdb.python/py-thrhandle.exp: Skip it if python is not
8262 enabled.
8263
3a87ae65
SM
82642017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8265
8266 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8267 as a breakpoint command.
8268
484d8d36
MD
82692017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8270
8271 PR python/21213
8272 * gdb.python/py-infthread.exp: Test calling
8273 InferiorThread.inferior () multiple times in a row.
8274
4a27f119
KS
82752017-10-27 Keith Seitz <keiths@redhat.com>
8276
8277 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8278 Test "info break" for every inlined function breakpoint.
8279
bb11dd58
YQ
82802017-10-27 Yao Qi <yao.qi@linaro.org>
8281
8282 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8283
a43f3893
PF
82842017-10-26 Patrick Frants <osscontribute@gmail.com>
8285
8286 * gdb.cp/classes.exp (test_static_members): Test printing
8287 Outer::instance.
8288 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8289 (Inner::instance, Outer::instance): New.
8290
792ccf00
PA
82912017-10-24 Pedro Alves <palves@redhat.com>
8292
8293 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8294 extra console" test in two stages.
8295
eb2bfbad
PA
82962017-10-24 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8299
1f75a651
PA
83002017-10-24 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8303 loop.
8304
779990d9
PA
83052017-10-24 Pedro Alves <palves@redhat.com>
8306
8307 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8308 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8309
ad9b8f5d
PA
83102017-10-24 Pedro Alves <palves@redhat.com>
8311
8312 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8313 parameter and handle it. Don't output read value in test name.
8314
fee6da6e
PA
83152017-10-24 Pedro Alves <palves@redhat.com>
8316
8317 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8318 custom test name.
8319
10389c2c
PA
83202017-10-24 Pedro Alves <palves@redhat.com>
8321
8322 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8323 include the unstable output directory name in the test's name.
8324 (initial_setup_simple) <'set args'>: Use custom test name.
8325
a80e65a9
PA
83262017-10-24 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8329 with explicit test name.
8330
15763a09
PA
83312017-10-20 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8334 'wait -i'. Use gdb_assert and remote_close.
8335
49a4ce2e
AB
83362017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8337
8338 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8339 number from variable rather than hard-coded.
8340
a75868f5
PA
83412017-10-19 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/long-inferior-output.c: New file.
8344 * gdb.base/long-inferior-output.exp: New file.
8345
c8ba13ad
KS
83462017-11-18 Keith Seitz <keiths@redhat.com>
8347
8348 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8349 method.
8350 (main): Call it.
8351 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8352 Add additional user-defined conversion operator tests.
8353
b27de576
PA
83542017-10-17 Pedro Alves <palves@redhat.com>
8355
8356 * boards/native-stdio-gdbserver.exp: Load "local-board".
8357
8484c955
PA
83582017-10-17 Pedro Alves <palves@redhat.com>
8359
8360 * gdb.base/quit-live.c: New file.
8361 * gdb.base/quit-live.exp: New file.
8362
83d5a34d
KS
83632017-10-16 Keith Seitz <keiths@redhat.com>
8364
8365 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8366 (class_with_protected_typedef, class_with_private_typedef)
8367 (struct_with_public_typedef, struct_with_protected_typedef)
8368 (struct_with_private_typedef): New classes/structs.
8369 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8370 typedefs and access specifiers.
8371
739b3f1d
PA
83722017-10-16 Pedro Alves <palves@redhat.com>
8373 Simon Marchi <simon.marchi@polymtl.ca>
8374
8375 * README (Local vs Remote vs Native): New section.
8376 * boards/local-board.exp: New file, with bits factored out from
8377 ...
8378 * boards/native-extended-gdbserver.exp: ... here. Load
8379 "local-board".
8380 * boards/native-gdbserver.exp: Load "local-board".
8381 (${board}_spawn, ${board}_exec): Delete.
8382 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8383 ...
8384 * boards/stdio-gdbserver-base.exp: ... this new file.
8385 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8386 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8387 procedure.
8388 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8389 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8390 stdio_gdbserver_command.
8391 (${board}_get_remote_address, ${board}_get_comm_port)
8392 (${board}_download, ${board}_upload): Delete.
8393 (get_target_remote_pipe_cmd): New.
8394
fe68b953
SM
83952017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8396
8397 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8398 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8399 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8400 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8401 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8402 remove with_test_prefix.
8403
300b6685
PA
84042017-10-13 Pedro Alves <palves@redhat.com>
8405
8406 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8407 * gdb.base/annota1.exp: Use it instead of is_remote.
8408 * gdb.base/annota3.exp: Use it instead of is_remote.
8409 * gdb.cp/annota2.exp: Use it instead of is_remote.
8410 * gdb.cp/annota3.exp: Use it instead of is_remote.
8411 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8412
50500caf
PA
84132017-10-13 Pedro Alves <palves@redhat.com>
8414
8415 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8416 (test_num_test_vars, run_and_count_vars, find_env)
8417 (test_set_unset_env, test_inherit_env_var): New procedures.
8418 (top level): Use them.
8419
dad0c6d2
PA
84202017-10-13 Pedro Alves <palves@redhat.com>
8421
8422 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8423 also skip on stub-like targets.
8424
8b0553c1
PA
84252017-10-13 Pedro Alves <palves@redhat.com>
8426
8427 PR gdb/22293
8428 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8429 (top level): Move some tests to ...
8430 (test_not_found): ... this new procedure.
8431 (top level): Call it.
8432
7594f623
PA
84332017-10-13 Pedro Alves <palves@redhat.com>
8434
8435 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8436 expect different "info terminal" output if testing with a
8437 non-native target.
8438
ebe3b402
PA
84392017-10-13 Pedro Alves <palves@redhat.com>
8440 Simon Marchi <simon.marchi@polymtl.ca>
8441
8442 PR python/12966
8443 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8444
42f1b161
PA
84452017-10-13 Pedro Alves <palves@redhat.com>
8446
8447 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8448 already.
8449
8d6ef72b
PA
84502017-10-13 Pedro Alves <palves@redhat.com>
8451
8452 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8453 is_remote.
8454
d7bcd5b8
PA
84552017-10-13 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8458 is_remote.
8459
df479dc6
PA
84602017-10-13 Pedro Alves <palves@redhat.com>
8461
8462 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8463 is set.
8464 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8465 instead of is_remote.
8466
23fb630a
PA
84672017-10-13 Pedro Alves <palves@redhat.com>
8468
8469 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8470 (top level): Add comment.
8471
cc77b1dc
PA
84722017-10-13 Pedro Alves <palves@redhat.com>
8473
8474 * gdb.base/remote.exp (top level): Fix comment typo and add
8475 missing return.
8476
27c9e813
PA
84772017-10-13 Pedro Alves <palves@redhat.com>
8478 Simon Marchi <simon.marchi@polymtl.ca>
8479
8480 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8481 calls and add comments. Skip test if use_gdb_stub is set.
8482 (top level): Use "set cwd" command instead of "cd" command.
8483
5e830d98
PA
84842017-10-13 Pedro Alves <palves@redhat.com>
8485
8486 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8487 is_remote target check.
8488
f5ca0032
PA
84892017-10-13 Pedro Alves <palves@redhat.com>
8490
8491 * gdb.base/scope.exp: Use build_executable + clean_restart +
8492 gdb_file_cmd instead of prepare_for_testing and no longer skip
8493 "before run" tests on is_remote target boards. Update comments.
8494 * boards/native-extended-gdbserver.exp
8495 (extended_gdbserver_load_last_file): New, factored out from ...
8496 (gdb_load): ... this. Move further below and add comment.
8497 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8498
8aed1c0d
PA
84992017-10-12 Pedro Alves <palves@redhat.com>
8500
8501 * gdb.base/attach.exp: Remove references to gdb64.
8502 * gdb.base/dbx.exp: Remove references to gdb64.
8503
cfa34c87
SM
85042017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8505 Pedro Alves <palves@redhat.com>
8506
8507 * gdb.base/label.exp: Remove is_remote target check.
8508
9192b7de
PA
85092017-10-12 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/auvx.exp (coredir): Update comment.
8512 (top level) <core_works>: Use "set cwd" command instead of "cd"
8513 command.
8514
6bf0052d
PA
85152017-10-12 Pedro Alves <palves@redhat.com>
8516 Simon Marchi <simon.marchi@polymtl.ca>
8517
8518 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8519 target boards.
8520
e48ef82d
PA
85212017-10-12 Pedro Alves <palves@redhat.com>
8522 Simon Marchi <simon.marchi@polymtl.ca>
8523
8524 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8525 Instead skip if there's any gdb_protocol set.
8526
8d7aea57
SM
85272017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8528 Pedro Alves <palves@redhat.com>
8529
8530 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8531
30440677
PA
85322017-10-12 Pedro Alves <palves@redhat.com>
8533 Simon Marchi <simon.marchi@polymtl.ca>
8534
8535 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8536 instead of on dejagnu remote boards.
8537
4e04f045 85382017-10-12 Pedro Alves <palves@redhat.com>
175654b9 8539 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
8540
8541 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8542 checks. Use build_executable + clean_restart instead of
8543 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8544 of enabling non-stop after starting gdb.
8545
871a186e
PA
85462017-10-12 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8549 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8550 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8551 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8552
56d704da
AK
85532017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8554
8555 * gdb.arch/arc-tdesc-cpu.exp: New file.
8556 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8557
2f20e312
SM
85582017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8559
8560 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8561
65630365
PA
85622017-10-10 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8565 expect CLI output.
8566
bf469271
PA
85672017-10-10 Pedro Alves <palves@redhat.com>
8568
8569 * lib/selftest-support.exp (selftest_setup): Update for
8570 captured_command_loop's prototype change.
8571
777a42f1
PA
85722017-10-09 Pedro Alves <palves@redhat.com>
8573
8574 Test both arch1=>arch2 and arch2=>arch1.
8575
8576 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8577 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8578 factored out to...
8579 (append_arch1_options, append_arch2_options, append_arch_options)
8580 (build_executables): New procedures.
8581 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8582 local.
8583 (top level): Add new 'first_arch' testing axis.
8584
cbd2b4e3
PA
85852017-10-09 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8588 (barrier): New.
8589 (thread_start, all_started): New functions.
8590 (main): Spawn new thread and wait until it is scheduled.
8591 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8592 option.
8593 (do_test): Add 'selected_thread' parameter. Run to all_started
8594 instead of main. Explicitly set the breakpoint at main. Switch
8595 to the SELECTED_THREAD thread.
8596 (top level): Test handling the exec event with either the main
8597 thread or the second thread selected.
8598
5c9e4427
PA
85992017-10-09 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8602 logic. Move STOP marker after the value checks.
8603 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8604 regexp.
8605
b3b7c423
SL
86062017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8607
8608 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8609
3b4b2f16
UW
86102017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8611
8612 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8613 integer-to-dfp conversion.
8614 * gdb.base/dfp-test.exp: Likewise.
8615
5cd63fda
PA
86162017-10-04 Pedro Alves <palves@redhat.com>
8617
8618 * gdb.multi/hangout.c: Include <unistd.h>.
8619 (hangout_loop): New function.
8620 (main): Call alarm. Call hangout_loop in a loop.
8621 * gdb.multi/hello.c: Include <unistd.h>.
8622 (hello_loop): New function.
8623 (main): Call alarm. Call hangout_loop in a loop.
8624 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8625 inferior with the other selected.
8626
4c71c105
SM
86272017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8628
8629 * gdb.mi/list-thread-groups-available.exp: New file.
8630 * gdb.mi/list-thread-groups-available.c: New file.
8631
bc3b087d
SDJ
86322017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8633
8634 * gdb.base/set-cwd.exp: Make it available on
8635 native-extended-gdbserver.
8636
d092c5a2
SDJ
86372017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8638
8639 * gdb.base/set-cwd.c: New file.
8640 * gdb.base/set-cwd.exp: Likewise.
8641
45320ffa
TT
86422017-10-02 Tom Tromey <tom@tromey.com>
8643
8644 PR rust/22236:
8645 * gdb.rust/simple.rs (main): New variable "fslice".
8646 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8647
b3e3859b
TT
86482017-10-02 Tom Tromey <tom@tromey.com>
8649
8650 * gdb.rust/simple.exp: Test ptype of a slice.
8651
01af5e0d
TT
86522017-10-02 Tom Tromey <tom@tromey.com>
8653
8654 * gdb.rust/simple.exp: Test index of slice.
8655
a9bbfbd8
TT
86562017-09-27 Tom Tromey <tom@tromey.com>
8657
8658 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8659
df8899e5
TP
86602017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8661 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/compare-sections.exp (get value of read-only section): Read
8664 as unsigned value.
8665 (corrupt read-only section): Likewise and don't set written if patching
8666 failed.
8667
757bf54b
KB
86682017-09-21 Kevin Buettner <kevinb@redhat.com>
8669
8670 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8671 files.
8672
06871ae8
PA
86732017-09-20 Pedro Alves <palves@redhat.com>
8674
8675 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8676 symbol names in gdb's output.
8677 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8678
e5f25bc5
PA
86792017-09-20 Pedro Alves <palves@redhat.com>
8680
8681 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8682 Rename to ...
8683 (test_list_ambiguous_symbol): ... this and add a symbol name
8684 parameter. Adjust.
8685 (test_list_ambiguous_function): Reimplement on top of
8686 test_list_ambiguous_symbol and also test listing ambiguous
8687 variables.
8688 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8689 (ambiguous_fun): ... this.
8690 (ambiguous_var): New.
8691 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8692 (ambiguous_fun): ... this.
8693 (ambiguous_var): New.
8694
4e5a4f58
JB
86952017-09-19 John Baldwin <jhb@FreeBSD.org>
8696
8697 * gdb.base/starti.c: New file.
8698 * gdb.base/starti.exp: New file.
8699 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8700
26e53f3e
PA
87012017-09-14 Pedro Alves <palves@redhat.com>
8702
8703 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8704 (top level): Use it instead of runto.
8705
cb791d59
TT
87062017-09-11 Tom Tromey <tom@tromey.com>
8707
8708 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8709
7c96f8c1
TT
87102017-09-11 Tom Tromey <tom@tromey.com>
8711
8712 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8713 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8714
469412dd
CW
87152017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8716
8717 * gdb.fortran/printing-types.exp: New file.
8718 * gdb.fortran/printing-types.exp: New file.
8719
e0f86435
BH
87202017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8721
8722 * gdb.fortran/vla-ptype.exp: Fix typos.
8723 * gdb.fortran/vla-value.exp: Same.
8724
9e9af4be
BH
87252017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8726
8727 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8728 * gdb.mi/mi-var-child-f.exp: Likewise.
8729 * gdb.mi/mi-vla-fortran.exp: Likewise.
8730
a5ad232b 87312017-09-08 Frank Penczek <frank.penczek@intel.com>
e79be6e5
SM
8732 Christoph Weinmann <christoph.t.weinmann@intel.com>
8733 Bernhard Heckel <bernhard.heckel@intel.com>
a5ad232b
FP
8734
8735 * gdb.fortran/ptr-indentation.f90: New file.
8736 * gdb.fortran/ptr-indentation.exp: New file.
8737
5aec60eb
TT
87382017-09-05 Tom Tromey <tom@tromey.com>
8739
8740 PR gdb/22010:
8741 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8742
8f8f8152
TP
87432017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8744
8745 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8746
fbd1b771
JK
87472017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8748
8749 * gdb.threads/tls-nodebug-pie.c: New file.
8750 * gdb.threads/tls-nodebug-pie.exp: New file.
8751
5eb5f850
TT
87522017-09-05 Tom Tromey <tom@tromey.com>
8753
8754 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8755 for rust.
8756
ae780a21
SM
87572017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8758
8759 * gdb.multi/multi-arch-exec.exp: Test with different
8760 "follow-exec-mode" settings.
8761 (do_test): New procedure.
8762
3693fdb3
PA
87632017-09-04 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.base/func-static.c (S::method const, S::method volatile)
8766 (S::method volatile const): New methods.
8767 (c_s, v_s, cv_s): New instances.
8768 (main): Call method() on them.
8769 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8770 (cannot_resolve): New procedure.
8771 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8772 print-quote-unquoted columns.
8773 (do_test): Test printing each scope too.
8774
e68cb8e0
PA
87752017-09-04 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/local-static.exp: Also test with
8778 class::method::variable wholly quoted.
8779 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8780
858be34c
PA
87812017-09-04 Pedro Alves <palves@redhat.com>
8782
8783 * gdb.base/local-static.c: New.
8784 * gdb.base/local-static.cc: New.
8785 * gdb.base/local-static.exp: New.
8786
46a4882b
PA
87872017-09-04 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.asm/asm-source.exp: Add casts to int.
8790 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8791 (dataglobal64_1, dataglobal64_2): New globals.
8792 * gdb.base/nodebug.exp: Test different expressions involving the
8793 new globals, with print, whatis and ptype. Add casts to int.
8794 * gdb.base/solib-display.exp: Add casts to int.
8795 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8796 * gdb.cp/m-static.exp: Add cast to int.
8797 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8798 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8799 tls variable with no debug info without a cast. Test with a cast
8800 to int too.
8801 * gdb.trace/entry-values.exp: Add casts.
8802
2c5a2be1
PA
88032017-09-04 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/nodebug.exp: Test that ptype's error about functions
8806 with unknown return type includes the function name too.
8807
7022349d
PA
88082017-09-04 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8811 return type of munmap in infcall.
8812 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8813 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8814 type of ftell in infcall.
8815 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8816 type of getpid in infcall.
8817 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8818 infcall.
8819 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8820 Bail on failure to extract the pid.
8821 * gdb.base/nodebug.c: #include <stdint.h>.
8822 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8823 New functions.
8824 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8825 Change expected output of print/whatis/ptype with functions with
8826 no debug info. Test all supported languages. Call
8827 test_call_promotion.
8828 * gdb.compile/compile.exp: Adjust expected output to expect
8829 warning.
8830 * gdb.threads/siginfo-threads.exp: Likewise.
8831
54990598
PA
88322017-09-04 Pedro Alves <palves@redhat.com>
8833
8834 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8835 "prototypes". Test calling float functions via prototyped and
8836 unprototyped function pointers.
8837 (perform_all_tests): New parameter "prototypes". Pass it down.
8838 (top level): Pass down "prototypes" parameter to
8839 perform_all_tests.
8840
34d16ea2
SM
88412017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8842
8843 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8844 Test with nested loops.
8845
9521ecda
SM
88462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8847
8848 * gdb.base/commands.exp: Call the new procedures.
8849 (loop_break_test, loop_continue_test): New procedures.
8850
80a65e9b
SM
88512017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8852
8853 * gdb.base/commands.exp: Call new procedure.
8854 (define_if_without_arg_test): New procedure.
8855
e439fa14
PA
88562017-09-04 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.base/list-ambiguous.exp: New file.
8859 * gdb.base/list-ambiguous0.c: New file.
8860 * gdb.base/list-ambiguous1.c: New file.
8861 * gdb.base/list.exp (test_list_range): Adjust expected output.
8862
0a2dde4a
SDJ
88632017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8864
8865 * gdb.base/share-env-with-gdbserver.c: New file.
8866 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8867
5e89eb3a
SM
88682017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8869
8870 * gdb.base/commands.exp (gdbvar_simple_if_test,
8871 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8872 progvar_simple_if_test, progvar_simple_while_test,
8873 progvar_complex_if_while_test, user_defined_command_test,
8874 user_defined_command_args_eval,
8875 user_defined_command_args_stack_test,
8876 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8877 temporary_breakpoint_commands,
8878 gdb_test_no_prompt, redefine_hook_test,
8879 redefine_backtrace_test): Remove "global gdb_prompt".
8880
fd437cbc
SM
88812017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8882
8883 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8884 New proc, call it from toplevel.
8885
87215ad1
SDJ
88862017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8887
8888 PR remote/21852
8889 * gdb.server/normal.c: New file, copied from gdb.base.
8890 * gdb.server/run-without-local-binary.exp: New file.
8891
58afddc6
WP
88922017-08-07 Weimin Pan <weimin.pan@oracle.com>
8893
8894 * gdb.arch/sparc64-adi.exp: New file.
8895 * gdb.arch/sparc64-adi.c: New file.
8896
5277199a
PA
88972017-08-22 Pedro Alves <palves@redhat.com>
8898
8899 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8900 (top level): Add "list all overloads" tests.
8901
14278e1f
TT
89022017-08-22 Tom Tromey <tom@tromey.com>
8903
8904 * gdb.gdb/xfullpath.exp: Remove.
8905
bf223d3e
PA
89062017-08-21 Pedro Alves <palves@redhat.com>
8907
8908 PR gdb/19487
8909 * gdb.base/symbol-alias.c: New.
8910 * gdb.base/symbol-alias2.c: New.
8911 * gdb.base/symbol-alias.exp: New.
8912
c973d0aa
PA
89132017-08-21 Pedro Alves <palves@redhat.com>
8914
8915 * gdb.base/dfp-test.c
8916 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
8917 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
8918 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
8919 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
8920 * gdb.base/whatis-ptype-typedefs.c: New.
8921 * gdb.base/whatis-ptype-typedefs.exp: New.
8922 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
8923 (an_int, an_int_type, an_int_type2): New globals.
8924 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
8925 involving typedefs and cast expressions.
8926 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
8927 (lookup_typedefs_function): New.
8928 (typedefs_pretty_printers_dict): New.
8929 (top level): Register lookup_typedefs_function in
8930 gdb.pretty_printers.
8931
6d580b63
YQ
89322017-08-18 Yao Qi <yao.qi@linaro.org>
8933
8934 * gdb.server/unittest.exp: New.
8935
206726fb
SDJ
89362017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
8937
8938 PR gdb/21954
8939 * gdb.base/environ.exp: Add test to check if 'unset environment'
8940 works.
8941
bf0ec4c2
AA
89422017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
8943
8944 * lib/gdb.exp (universal_compile_options): New caching proc.
8945 (gdb_compile): Suppress GCC's coloring of messages.
8946
d6382fff
TT
89472017-08-14 Tom Tromey <tom@tromey.com>
8948
8949 PR gdb/21675:
8950 * gdb.base/printcmds.exp (test_radices): New function.
8951 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
8952 * gdb.base/sizeof.exp (check_valueof): Use p/d.
8953 * lib/gdb.exp (get_integer_valueof): Use p/d.
8954
c2c2dd9f
SM
89552017-08-12 Simon Marchi <simon.marchi@ericsson.com>
8956
8957 * lib/gdb.exp (get_valueof): Don't capture end-of-line
8958 characters.
8959
fdffd6f4
TT
89602017-08-05 Tom Tromey <tom@tromey.com>
8961
8962 * gdb.rust/simple.exp: Allow String to appear in a different
8963 namespace.
8964
27d41eac
YQ
89652017-07-26 Yao Qi <yao.qi@linaro.org>
8966
8967 * gdb.gdb/unittest.exp: Invoke command
8968 "maintenance check xml-descriptions".
8969
031ed05d
AA
89702017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8971
8972 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
8973 calling context.
8974 (hex128): Drop erroneous calculation of parameters.
8975
dcd27ddf
SM
89762017-07-22 Simon Marchi <simon.marchi@ericsson.com>
8977
8978 * gdb.python/py-unwind.exp: Disable stack protection when
8979 building test file.
8980
47e77640
PA
89812017-07-20 Pedro Alves <palves@redhat.com>
8982
8983 * gdb.base/default.exp (set language): Adjust expected output.
8984
62d2a18a
PA
89852017-07-20 Pedro Alves <palves@redhat.com>
8986
8987 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
8988 (test_minsym): ... this, and make static.
8989 (get_pck__foo__bar__minsym): Rename to ...
8990 (get_test_minsym): ... this.
8991 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
8992 symbol names and comments.
8993 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
8994 (get_test_minsym): ... this.
8995 (pck__foo__bar__minsym__2): Rename to ...
8996 (test_minsym): ... this.
8997 (main): Adjust.
8998
c45ec17c
PA
89992017-07-17 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.base/completion.exp: Adjust expected output.
9002 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9003 the completer works.
9004
c6756f62
PA
90052017-07-17 Pedro Alves <palves@redhat.com>
9006
9007 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9008
5bd68487
AB
90092017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9010
9011 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9012
8880f2a9
TT
90132017-07-14 Tom Tromey <tom@tromey.com>
9014
9015 PR rust/21764:
9016 * gdb.rust/simple.exp: Add tests.
9017
65547233
TT
90182017-07-14 Tom Tromey <tom@tromey.com>
9019
9020 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9021
8f14146e
PA
90222017-07-14 Pedro Alves <palves@redhat.com>
9023
9024 * gdb.linespec/base/one/thefile.cc (z1): New function.
9025 * gdb.linespec/base/two/thefile.cc (z2): New function.
9026 * gdb.linespec/linespec.exp: Add tests.
9027
b4365d02
AB
90282017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9029
9030 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9031 to mi_create_breakpoint.
9032
5d2cbaa5
AB
90332017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9034
9035 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9036 mi_create_breakpoint.
9037
11cb5716
IB
90382017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9039
9040 * gdb.dlang/demangle.exp: Update for demangling changes.
9041
03278692
TT
90422017-07-09 Tom Tromey <tom@tromey.com>
9043
9044 * gdb.dwarf2/shortpiece.exp: New file.
9045
33c5cd75
DB
90462017-07-06 David Blaikie <dblaikie@gmail.com>
9047
9048 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9049 built from fissiont-multi-cu{1,2}.c.
9050 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9051 except putting 'main' and 'func' in separate CUs in the same DWO file.
9052 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9053 test.
9054 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9055 test.
9056
8455d262
PA
90572017-07-06 Pedro Alves <palves@redhat.com>
9058
9059 * gdb.python/py-unwind.exp: Test flushregs.
9060
dc4bde35
SDJ
90612017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9062
9063 PR cli/21688
9064 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9065 tests for alias commands and trailing whitespace.
9066
51ed89aa
SDJ
90672017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9068
9069 PR cli/21688
9070 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9071 procedure. Call it.
9072
eb17d413
PA
90732017-06-29 Pedro Alves <palves@redhat.com>
9074
9075 * gdb.base/printcmds.exp: Add tests.
9076
41664b45
DG
90772017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9078
9079 PR gdb/21337
9080 * gdb.base/reread-readsym.exp: New file.
9081 * gdb.base/reread-readsym.c: New file.
9082
75312ae3
KB
90832017-06-21 Kevin Buettner <kevinb@redhat.com>
9084
9085 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9086 subpattern.
9087
66953522
PB
90882017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9089
9090 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9091 extended mnemonic.
9092 * gdb.arch/powerpc-power9.s: Likewise.
9093
5524b525
AA
90942017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9095
9096 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9097 on 32-bit x86 targets. Exploit is_*_target macros where
9098 appropriate.
9099
03c8af18
AA
91002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9101
9102 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9103 register pieces.
9104
3bf31011
AA
91052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9106
9107 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9108 located in one or more DWARF pieces.
9109
805acca0
AA
91102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9111
9112 * lib/gdb.exp (get_endianness): New proc.
9113 * gdb.arch/aarch64-fp.exp: Use it.
9114 * gdb.arch/altivec-regs.exp: Likewise.
9115 * gdb.arch/e500-regs.exp: Likewise.
9116 * gdb.arch/vsx-regs.exp: Likewise.
9117 * gdb.base/dump.exp: Likewise.
9118 * gdb.base/funcargs.exp: Likewise.
9119 * gdb.base/gnu_vector.exp: Likewise.
9120 * gdb.dwarf2/formdata16.exp: Likewise.
9121 * gdb.dwarf2/implptrpiece.exp: Likewise.
9122 * gdb.dwarf2/nonvar-access.exp: Likewise.
9123 * gdb.python/py-inferior.exp: Likewise.
9124 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9125
e9352324
AA
91262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9127
9128 PR gdb/21226
9129 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9130 stack value pieces are taken from the LSB end.
9131
d5d1163e
AA
91322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9133
9134 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9135 variable at nonzero offset.
9136
0567c986
AA
91372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9138
9139 * gdb.dwarf2/var-access.c: New file.
9140 * gdb.dwarf2/var-access.exp: New test.
9141 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9142
973e9aab
TT
91432017-06-12 Tom Tromey <tom@tromey.com>
9144
9145 * gdb.dwarf2/formdata16.exp: Add tests.
9146
d9109c80
TT
91472017-06-12 Tom Tromey <tom@tromey.com>
9148
9149 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9150
30a25466
TT
91512017-06-12 Tom Tromey <tom@tromey.com>
9152
9153 PR exp/16225:
9154 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9155 * gdb.arch/vsx-regs.exp: Update tests.
9156 * gdb.arch/s390-vregs.exp (hex128): New proc.
9157 Update test.
9158 * gdb.arch/altivec-regs.exp: Update tests.
9159
aefd8b33
SDJ
91602017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9161
9162 * gdb.base/startup-with-shell.c: New file.
9163 * gdb.base/startup-with-shell.exp: Likewise.
9164
2090129c
SDJ
91652017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9166
9167 * gdb.server/non-existing-program.exp: Update regex in order to
9168 reflect the fact that gdbserver is now using fork_inferior (with a
9169 shell) to startup the inferior.
9170
8e86a419
SM
91712017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9172
9173 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9174 support function calls from GDB.
9175
e6cf65f2
TT
91762017-05-21 Tom Tromey <tom@tromey.com>
9177
9178 PR rust/21466:
9179 * gdb.rust/unsized.exp: New file.
9180 * gdb.rust/unsized.rs: New file.
9181
43cc5389
TT
91822017-05-19 Tom Tromey <tom@tromey.com>
9183
9184 PR rust/21484:
9185 * gdb.rust/watch.exp: New file.
9186 * gdb.rust/watch.rs: New file.
9187
ec8df234
TT
91882017-05-18 Tom Tromey <tom@tromey.com>
9189
9190 * gdb.rust/simple.exp: Allow Box to be qualified.
9191
3e3e7fae
TP
91922017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9193
9194 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9195
59cc050d
PA
91962017-05-18 Pedro Alves <palves@redhat.com>
9197
9198 * gdb.base/fileio.c (test_write, test_read, test_close)
9199 (test_fstat): Don't print 'ret' in the fail path.
9200
c8f6abd1
PA
92012017-05-18 Pedro Alves <palves@redhat.com>
9202
9203 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9204 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9205 (test_system, test_rename, test_unlink, test_time): Change
9206 prototypes.
9207 * gdb.base/fileio.exp (stop_msg): Adjust.
9208
d2a03b77
PA
92092017-05-18 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.base/fileio.c (null_str): New global.
9212 (test_stat): Use it.
9213 * gdb.base/fileio.exp: Remove nowarnings.
9214
0d5c6999
YQ
92152017-05-17 Yao Qi <yao.qi@linaro.org>
9216
9217 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9218
21873064
YQ
92192017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9220
9221 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9222 argument command.
9223 (top-level): Invoke test_set_inferior_tty.
9224
d512d31c
PA
92252017-05-04 Pedro Alves <palves@redhat.com>
9226
9227 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9228 Add parens to print call for Python 3.
9229
90cef2ed
KS
92302017-05-03 Keith Seitz <keiths@redhat.com>
9231
9232 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9233 (main): Call it.
9234
14f819c8
TW
92352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9236
9237 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9238 to prev and next.
9239
913aeadd
TW
92402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9241
9242 * gdb.python/py-record-btrace.exp: Remove test for
9243 gdb.BtraceInstruction.error.
9244
a3be24ad
TW
92452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9246
9247 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9248
ae20e79a
TW
92492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9250
9251 * gdb.python/py-record-btrace-threads.c: New file.
9252 * gdb.python/py-record-btrace-threads.exp: New file.
9253
45ce1b47
SDJ
92542017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9255
9256 PR testsuite/8595
9257 * gdb.base/environ.exp: Make test available in all architectures.
9258 Move bits related to "info program" testing to
9259 gdb.base/info-program.exp. Rewrite tests to use the two new
9260 procedures mentione below.
9261 (test_set_show_env_var) New procedure.
9262 (test_set_show_env_var_equal): Likewise.
9263 * gdb.base/info-program.exp: New file.
9264
e15c3eb4
KS
92652017-04-27 Keith Seitz <keiths@redhat.com>
9266
9267 * gdb.cp/oranking.cc (test15): New function.
9268 (main): Call test15 and declare additional variables for testing.
9269 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9270 "p foo101('abc')" tests.
9271 Add tests for cv qualifier overloads.
9272 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9273 "lvalue reference overload" test.
9274 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9275 "print value of f1 on Child&& in f2" test.
9276
3a3fd0fd
PA
92772017-04-19 Pedro Alves <palves@redhat.com>
9278
9279 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9280 procedure.
9281 (top level): Call it.
9282 * lib/gdb.exp (gdb_define_cmd): New procedure.
9283
53375380
PA
92842017-04-12 Pedro Alves <palves@redhat.com>
9285
9286 PR gdb/21323
9287 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9288 (wchar): New global.
9289 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9290 (do_test_wide_char, wide_char_types_no_program, top level): Add
9291 wchar_t testing.
9292
53e710ac
PA
92932017-04-12 Pedro Alves <palves@redhat.com>
9294
9295 PR c++/21323
9296 * gdb.cp/wide_char_types.c: New file.
9297 * gdb.cp/wide_char_types.exp: New file.
9298
0ad9d8c7
SDJ
92992017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9300
9301 PR gdb/21352
9302 * gdb.trace/tsv.exp: Add test for "tsave -r".
9303
b1b45502
IB
93042017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9305
9306 * gdb.dlang/watch-loc.c: New file.
9307 * gdb.dlang/watch-loc.exp: New file.
9308
ec13808e
JK
93092017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9310
9311 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9312
fe5f7374
AK
93132017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9314
9315 * gdb.arch/arc-analyze-prologue.S: New file.
9316 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9317
eea78757
AK
93182017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9319
9320 * gdb.arch/arc-decode-insn.S: New file.
9321 * gdb.arch/arc-decode-insn.exp: Likewise.
9322
5badf10a
IR
93232017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9324
9325 PR tdep/20928
9326 * gdb.arch/sparc64-regs.exp: New file.
9327 * gdb.arch/sparc64-regs.S: Likewise.
9328
cee59b3f
TW
93292017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9330
9331 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9332 and memory view on Python 3.
9333
c0f55cc6
AV
93342017-03-20 Artemiy Volkov <artemiyv@acm.org>
9335 Keith Seitz <keiths@redhat.com>
9336
9337 PR gdb/14441
9338 * gdb.cp/demangle.exp: Add rvalue reference tests.
9339 * gdb.cp/rvalue-ref-casts.cc: New file.
9340 * gdb.cp/rvalue-ref-casts.exp: New file.
9341 * gdb.cp/rvalue-ref-overload.cc: New file.
9342 * gdb.cp/rvalue-ref-overload.exp: New file.
9343 * gdb.cp/rvalue-ref-params.cc: New file.
9344 * gdb.cp/rvalue-ref-params.exp: New file.
9345 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9346 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9347 * gdb.cp/rvalue-ref-types.cc: New file.
9348 * gdb.cp/rvalue-ref-types.exp: New file.
9349 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9350 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9351
51457a05
MAL
93522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9353
9354 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9355 New procedure.
9356
5b291c04
MAL
93572017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9358
9359 * lib/mi-support.exp (mi_gdb_test): Add additional message
9360 for unexpected output.
9361
59a56148
AA
93622017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9363
9364 * gdb.base/examine-backward.c (Barrier): New character array
9365 constant, to ensure that TestStrings is preceded by a string
9366 terminator.
9367
7942e96e
AA
93682017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9369
9370 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9371 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9372 and implicit pointer into such a location.
9373
6ebac3fb
DE
93742017-03-16 Doug Evans <dje@google.com>
9375
9376 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9377
ec3b243d
TP
93782017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9379
9380 * gdb.cp/m-static.exp: Fix expectation for prototype of
9381 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
9382
93832017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
9384
9385 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9386 * gdb.guile/scm-lazy-string.c: New file.
9387 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9388 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9389 for pointer, array, typedef lazy strings.
9390
2cc36e25 93912017-03-16 Doug Evans <dje@google.com>
34b43320
DE
9392
9393 PR python/17728, python/18439, python/18779
9394 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9395 * gdb.python/py-lazy-string.c (pointer): New typedef.
9396 (main): New locals ptr, array, typedef_ptr.
9397 * gdb.python/py-value.exp: Move lazy string tests to ...
9398 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9399 array, typedef lazy strings.
ec3b243d 9400
0efcde63
AK
94012017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9402
9403 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9404 Add optional 'test' parameter.
9405
7978d7c3
SM
94062017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9407
9408 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9409 Skip for versions of DejaGnu < 1.5.
9410
896c0c1e
SM
94112017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9412
9413 * lib/gdb.exp (dejagnu_version): New proc.
9414 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9415 Use dejagnu_version.
9416
5f4d1085
KS
94172017-03-10 Keith Seitz <keiths@redhat.com>
9418
9419 PR c++/8128
9420 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9421 type from destructor regexps.
9422 Add a branch which actually passes the test.
9423 Adjust "ptype t5i" test names.
9424
1de05205
PA
94252017-03-08 Pedro Alves <palves@redhat.com>
9426
9427 * gdb.base/step-over-exit.exp: Add explicit test message.
9428
c65d6b55
PA
94292017-03-08 Pedro Alves <palves@redhat.com>
9430
9431 PR gdb/18360
9432 * gdb.threads/interrupt-while-step-over.c: New file.
9433 * gdb.threads/interrupt-while-step-over.exp: New file.
9434
2e86a283
PA
94352017-03-08 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9438 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9439
25dcbff6
PA
94402017-03-08 Pedro Alves <palves@redhat.com>
9441
9442 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9443 PKRU as not supported as a PASS.
9444
dc9366eb
PA
94452017-03-08 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9448 prefix instead of $binfile1/$binfile2.
9449 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9450 in test message.
9451 * gdb.python/py-completion.exp: Use "load python file" as test
9452 messages instead of unstable path names.
9453
6e5d74e7
PA
94542017-03-08 Pedro Alves <palves@redhat.com>
9455 Jan Kratochvil <jan.kratochvil@redhat.com>
9456
9457 PR cli/21218
9458 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9459 New proc.
9460 (top level): Call it.
9461
9753a2f6
PA
94622017-03-08 Pedro Alves <palves@redhat.com>
9463
9464 PR tui/21216
9465 * gdb.tui/tui-nl-filtered-output.exp: New file.
9466
1a4dd9dd
PA
94672017-03-08 Pedro Alves <palves@redhat.com>
9468
9469 * gdb.base/completion.exp: Move TUI completion tests to ...
9470 * gdb.tui/completion.exp: ... this new file.
9471
7cbbff33
PA
94722017-03-08 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/tui-disasm-long-lines.c,
9475 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9476 gdb.base/tui-layout.exp: Move to ...
9477 * gdb.tui/: ... this new directory.
9478
5f6fd321
PA
94792017-03-07 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/tui-layout.c: New file.
9482 * gdb.base/tui-layout.exp: New file.
9483
44959fa8
PA
94842017-03-07 Pedro Alves <palves@redhat.com>
9485
9486 * gdb.base/tui-layout.c: Rename to ...
9487 * gdb.base/tui-disasm-long-lines.c: ... this.
9488 * gdb.base/tui-layout.exp: Rename to ...
9489 * gdb.base/tui-disasm-long-lines.exp: ... this.
9490
f8c4e718
PA
94912017-03-07 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9494
6dbb839a 94952017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
9496
9497 * i386-mpx-call.c: New file.
9498 * i386-mpx-call.exp: New file.
9499
65b48a81
PB
95002017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9501
9502 * gdb.arch/powerpc-power.exp: Delete test.
9503 * gdb.arch/powerpc-power.s: Likewise.
9504 * gdb.disasm/disassembler-options.exp: New test.
9505 * gdb.arch/powerpc-altivec.exp: Likewise.
9506 * gdb.arch/powerpc-altivec.s: Likewise.
9507 * gdb.arch/powerpc-altivec2.exp: Likewise.
9508 * gdb.arch/powerpc-altivec2.s: Likewise.
9509 * gdb.arch/powerpc-altivec3.exp: Likewise.
9510 * gdb.arch/powerpc-altivec3.s: Likewise.
9511 * gdb.arch/powerpc-power7.exp: Likewise.
9512 * gdb.arch/powerpc-power7.s: Likewise.
9513 * gdb.arch/powerpc-power8.exp: Likewise.
9514 * gdb.arch/powerpc-power8.s: Likewise.
9515 * gdb.arch/powerpc-power9.exp: Likewise.
9516 * gdb.arch/powerpc-power9.s: Likewise.
9517 * gdb.arch/powerpc-vsx.exp: Likewise.
9518 * gdb.arch/powerpc-vsx.s: Likewise.
9519 * gdb.arch/powerpc-vsx2.exp: Likewise.
9520 * gdb.arch/powerpc-vsx2.s: Likewise.
9521 * gdb.arch/powerpc-vsx3.exp: Likewise.
9522 * gdb.arch/powerpc-vsx3.s: Likewise.
9523 * gdb.arch/arm-disassembler-options.exp: Likewise.
9524 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9525 * gdb.arch/s390-disassembler-options.exp: Likewise.
9526
17cd4947
LM
95272017-02-23 Luis Machado <lgustavo@codesourcery.com>
9528
9529 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9530 (check_supported_features): ... this. Changed return type to void.
9531 (supports_rdseed): New static global.
9532 (rdseed): Check supports_rdseed.
9533 (initialize): Call check_supported_features.
9534
2039d74e
EBM
95352017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9536
9537 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9538 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9539 and lqarx/stqcx.
9540 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9541 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9542
a51d7ecf
EBM
95432017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9544
9545 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9546 uppercase.
9547
0224619f
JK
95482017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9549
9550 * gdb.dwarf2/formdata16.c: New file.
9551 * gdb.dwarf2/formdata16.exp: New file.
9552 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9553
216f72a1
JK
95542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9555
9556 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9557 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9558 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9559 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9560 DW_AT_GNU_*.
9561
43988095
JK
95622017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9563
9564 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9565
99e8a4f9
SDJ
95662017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9567
9568 PR gdb/21164
9569 * gdb.base/maint.exp: Add testcases for when the commands do
9570 not have arguments.
9571
b58a8c0c
TP
95722017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9573
9574 * gdb.cp/chained-calls.exp: Use p instead of P.
9575
4e746bb6
TW
95762017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9577
9578 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9579 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9580
3f77c769
TT
95812017-02-14 Tom Tromey <tom@tromey.com>
9582
9583 PR python/13598:
9584 * gdb.python/py-events.exp: Add before_prompt event tests.
9585
075beec0
AA
95862017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9587
9588 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9589
bf5f525c
LM
95902017-02-13 Luis Machado <lgustavo@codesourcery.com>
9591
9592 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9593 (main): Call my_unique_function_name.
9594 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9595 completion of patterns with a single match.
9596 Add missing -re switches to gdb_test_multiple calls.
9597
13a66184
LM
95982017-02-13 Luis Machado <lgustavo@codesourcery.com>
9599
9600 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9601 return if core file is not recognized.
9602
26a06916
SM
96032017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9604
9605 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9606 and extra UIs.
9607
b761ca9e
SM
96082017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9609
9610 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9611 proc_with_prefix.
9612
b964bee0
TT
96132017-02-10 Tom Tromey <tom@tromey.com>
9614
9615 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9616
18da0c51
MG
96172017-02-10 Martin Galvan <martingalvan@sourceware.org>
9618
9619 PR gdb/21122
9620 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9621
604c4576
JG
96222017-02-08 Jerome Guitton <guitton@adacore.com>
9623
9624 * gdb.base/define.exp: Add test for command abbreviations
9625 in define.
9626
20b477a7
LM
96272017-02-06 Luis Machado <lgustavo@codesourcery.com>
9628
9629 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9630 * gdb.reverse/insn-reverse-x86.c: New file.
9631
3f7b46f2
IR
96322017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9633
9634 PR tdep/20936
9635 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9636
f0fd41c1
TT
96372017-02-03 Tom Tromey <tom@tromey.com>
9638
9639 PR rust/21097:
9640 * gdb.rust/simple.exp: Add new tests.
9641
5be5dbf0
PA
96422017-02-02 Pedro Alves <palves@redhat.com>
9643
9644 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9645 tests.
9646
7346ef59
AA
96472017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9648
9649 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9650 taking a 2-byte value out of a 4-byte DWARF implicit value on
9651 big-endian targets.
9652 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9653 logic. Add test cases for DW_OP_implicit.
9654
787f0025
MM
96552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9656
9657 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9658
68777c29
MM
96592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9660
9661 * gdb.btrace/enable.exp: Call gdb_exit before
9662 skip_gdbserver_tests.
9663
0a1c7e28
MM
96642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9665
9666 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9667 GDBFLAGS.
9668
b5ac99b0
MM
96692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9670
9671 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9672 the test is skipped.
9673 * gdb.btrace/data.exp: Likewise.
9674 * gdb.btrace/delta.exp: Likewise.
9675 * gdb.btrace/dlopen.exp: Likewise.
9676 * gdb.btrace/enable-running.exp: Likewise.
9677 * gdb.btrace/enable.exp: Likewise.
9678 * gdb.btrace/exception.exp: Likewise.
9679 * gdb.btrace/function_call_history.exp: Likewise.
9680 * gdb.btrace/gcore.exp: Likewise.
9681 * gdb.btrace/instruction_history.exp: Likewise.
9682 * gdb.btrace/multi-thread-step.exp: Likewise.
9683 * gdb.btrace/nohist.exp: Likewise.
9684 * gdb.btrace/non-stop.exp: Likewise.
9685 * gdb.btrace/reconnect.exp: Likewise.
9686 * gdb.btrace/record_goto-step.exp: Likewise.
9687 * gdb.btrace/record_goto.exp: Likewise.
9688 * gdb.btrace/rn-dl-bind.exp: Likewise.
9689 * gdb.btrace/segv.exp: Likewise.
9690 * gdb.btrace/step.exp: Likewise.
9691 * gdb.btrace/stepi.exp: Likewise.
9692 * gdb.btrace/tailcall-only.exp: Likewise.
9693 * gdb.btrace/tailcall.exp: Likewise.
9694 * gdb.btrace/tsx.exp: Likewise.
9695 * gdb.btrace/unknown_functions.exp: Likewise.
9696 * gdb.btrace/vdso.exp: Likewise.
9697
cd4007e4
MM
96982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9699
9700 * gdb.btrace/enable-running.c: New.
9701 * gdb.btrace/enable-running.exp: New.
9702
2735833d
WT
97032017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9704
9705 * gdb.arch/amd64-gs_base.c: New file.
9706 * gdb.arch/amd64-gs_base.exp: New file.
9707
b51e1e94
LM
97082017-01-26 Luis Machado <lgustavo@codesourcery.com>
9709
9710 * lib/memory.exp: Remove spurious empty newlines.
9711
72ca0410
SM
97122017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9713
9714 * gdb.python/py-bad-printers.exp: Load python file using "source".
9715 * gdb.python/py-events.exp: Likewise.
9716 * gdb.python/py-evsignal.exp: Likewise.
9717 * gdb.python/py-evthreads.exp: Likewise.
9718 * gdb.python/py-frame-args.exp: Likewise.
9719 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9720 * gdb.python/py-framefilter-mi.exp: Likewise.
9721 * gdb.python/py-framefilter.exp: Likewise.
9722 * gdb.python/py-mi.exp: Likewise.
9723 * gdb.python/py-pp-maint.exp: Likewise.
9724 * gdb.python/py-pp-registration.exp: Likewise.
9725 * gdb.python/py-prettyprint.exp: Likewise.
9726 (run_lang_tests): Likewise.
9727 * gdb.python/py-typeprint.exp: Likewise.
9728
e309aa65
LM
97292017-01-26 Luis Machado <lgustavo@codesourcery.com>
9730
9731 * lib/memory.exp: New file.
9732 * lib/gdb.exp: Load memory.exp.
9733 * gdb.base/memattr.exp (delete_memory): Move proc to
9734 lib/memory.exp and rename to delete_memory_regions.
9735 Replace delete_memory with delete_memory_regions.
9736 Cleanup memory regions before tests.
9737 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9738 before tests.
9739
515aff23
LM
97402017-01-26 Luis Machado <lgustavo@codesourcery.com>
9741
9742 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9743 files.
9744 (initialize): New function conditionally defined.
9745 (testcases): Move within conditional block.
9746 (main): Call initialize.
9747 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9748 of gdb.reverse/insn-reverse.c.
9749 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9750 gdb.reverse/insn-reverse.c.
9751
d8b49cf0
YQ
97522017-01-26 Yao Qi <yao.qi@linaro.org>
9753
9754 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9755 disassemble on address 0.
9756
f13a9a0c
YQ
97572017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9758 Yao Qi <yao.qi@linaro.org>
9759
9760 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9761 * gdb.dwarf2/implptr-64bit.S: Remove.
9762 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9763 variables in caller's context. Add DW_OP_implicit_value.
9764
5ac95241
YQ
97652017-01-25 Yao Qi <yao.qi@linaro.org>
9766
9767 * lib/dwarf.exp (Dwarf::_location): Handle
9768 DW_OP_GNU_implicit_pointer with proper size.
9769
23e82930
LM
97702017-01-20 Luis Machado <lgustavo@codesourcery.com>
9771
9772 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9773 and add untested calls.
9774
d334ae25
LM
97752017-01-20 Luis Machado <lgustavo@codesourcery.com>
9776
9777 * gdb.python/python.exp: Check line number against what GDB thinks
9778 the line number is for func1.
9779
f5e6296e
IB
97802017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9781
9782 * gdb.dlang/debug-expr.exp: New file.
9783
5b362f04
LM
97842016-12-23 Luis Machado <lgustavo@codesourcery.com>
9785
9786 Fix test names for the following files:
9787
9788 * gdb.ada/exec_changed.exp
9789 * gdb.ada/info_types.exp
9790 * gdb.arch/aarch64-atomic-inst.exp
9791 * gdb.arch/aarch64-fp.exp
9792 * gdb.arch/altivec-abi.exp
9793 * gdb.arch/altivec-regs.exp
9794 * gdb.arch/amd64-byte.exp
9795 * gdb.arch/amd64-disp-step.exp
9796 * gdb.arch/amd64-dword.exp
9797 * gdb.arch/amd64-entry-value-inline.exp
9798 * gdb.arch/amd64-entry-value-param.exp
9799 * gdb.arch/amd64-entry-value-paramref.exp
9800 * gdb.arch/amd64-entry-value.exp
9801 * gdb.arch/amd64-i386-address.exp
9802 * gdb.arch/amd64-invalid-stack-middle.exp
9803 * gdb.arch/amd64-invalid-stack-top.exp
9804 * gdb.arch/amd64-optimout-repeat.exp
9805 * gdb.arch/amd64-prologue-skip.exp
9806 * gdb.arch/amd64-prologue-xmm.exp
9807 * gdb.arch/amd64-stap-special-operands.exp
9808 * gdb.arch/amd64-stap-wrong-subexp.exp
9809 * gdb.arch/amd64-tailcall-cxx.exp
9810 * gdb.arch/amd64-tailcall-noret.exp
9811 * gdb.arch/amd64-tailcall-ret.exp
9812 * gdb.arch/amd64-tailcall-self.exp
9813 * gdb.arch/amd64-word.exp
9814 * gdb.arch/arm-bl-branch-dest.exp
9815 * gdb.arch/arm-disp-step.exp
9816 * gdb.arch/arm-neon.exp
9817 * gdb.arch/arm-single-step-kernel-helper.exp
9818 * gdb.arch/avr-flash-qualifier.exp
9819 * gdb.arch/disp-step-insn-reloc.exp
9820 * gdb.arch/e500-abi.exp
9821 * gdb.arch/e500-regs.exp
9822 * gdb.arch/ftrace-insn-reloc.exp
9823 * gdb.arch/i386-avx512.exp
9824 * gdb.arch/i386-bp_permanent.exp
9825 * gdb.arch/i386-byte.exp
9826 * gdb.arch/i386-cfi-notcurrent.exp
9827 * gdb.arch/i386-disp-step.exp
9828 * gdb.arch/i386-dr3-watch.exp
9829 * gdb.arch/i386-float.exp
9830 * gdb.arch/i386-gnu-cfi.exp
9831 * gdb.arch/i386-mpx-map.exp
9832 * gdb.arch/i386-mpx-sigsegv.exp
9833 * gdb.arch/i386-mpx-simple_segv.exp
9834 * gdb.arch/i386-mpx.exp
9835 * gdb.arch/i386-permbkpt.exp
9836 * gdb.arch/i386-prologue.exp
9837 * gdb.arch/i386-signal.exp
9838 * gdb.arch/i386-size-overlap.exp
9839 * gdb.arch/i386-unwind.exp
9840 * gdb.arch/i386-word.exp
9841 * gdb.arch/mips-fcr.exp
9842 * gdb.arch/powerpc-d128-regs.exp
9843 * gdb.arch/powerpc-stackless.exp
9844 * gdb.arch/ppc64-atomic-inst.exp
9845 * gdb.arch/s390-stackless.exp
9846 * gdb.arch/s390-tdbregs.exp
9847 * gdb.arch/s390-vregs.exp
9848 * gdb.arch/sparc-sysstep.exp
9849 * gdb.arch/thumb-bx-pc.exp
9850 * gdb.arch/thumb-singlestep.exp
9851 * gdb.arch/thumb2-it.exp
9852 * gdb.arch/vsx-regs.exp
9853 * gdb.asm/asm-source.exp
9854 * gdb.base/a2-run.exp
9855 * gdb.base/advance.exp
9856 * gdb.base/all-bin.exp
9857 * gdb.base/anon.exp
9858 * gdb.base/args.exp
9859 * gdb.base/arithmet.exp
9860 * gdb.base/async-shell.exp
9861 * gdb.base/async.exp
9862 * gdb.base/attach-pie-noexec.exp
9863 * gdb.base/attach-twice.exp
9864 * gdb.base/auto-load.exp
9865 * gdb.base/bang.exp
9866 * gdb.base/bitfields.exp
9867 * gdb.base/break-always.exp
9868 * gdb.base/break-caller-line.exp
9869 * gdb.base/break-entry.exp
9870 * gdb.base/break-inline.exp
9871 * gdb.base/break-on-linker-gcd-function.exp
9872 * gdb.base/break-probes.exp
9873 * gdb.base/break.exp
9874 * gdb.base/breakpoint-shadow.exp
9875 * gdb.base/call-ar-st.exp
9876 * gdb.base/call-sc.exp
9877 * gdb.base/call-signal-resume.exp
9878 * gdb.base/call-strs.exp
9879 * gdb.base/callfuncs.exp
9880 * gdb.base/catch-fork-static.exp
9881 * gdb.base/catch-gdb-caused-signals.exp
9882 * gdb.base/catch-load.exp
9883 * gdb.base/catch-signal-fork.exp
9884 * gdb.base/catch-signal.exp
9885 * gdb.base/catch-syscall.exp
9886 * gdb.base/charset.exp
9887 * gdb.base/checkpoint.exp
9888 * gdb.base/chng-syms.exp
9889 * gdb.base/code-expr.exp
9890 * gdb.base/code_elim.exp
9891 * gdb.base/commands.exp
9892 * gdb.base/completion.exp
9893 * gdb.base/complex.exp
9894 * gdb.base/cond-expr.exp
9895 * gdb.base/condbreak.exp
9896 * gdb.base/consecutive.exp
9897 * gdb.base/continue-all-already-running.exp
9898 * gdb.base/coredump-filter.exp
9899 * gdb.base/corefile.exp
9900 * gdb.base/dbx.exp
9901 * gdb.base/debug-expr.exp
9902 * gdb.base/define.exp
9903 * gdb.base/del.exp
9904 * gdb.base/disabled-location.exp
9905 * gdb.base/disasm-end-cu.exp
9906 * gdb.base/disasm-optim.exp
9907 * gdb.base/display.exp
9908 * gdb.base/duplicate-bp.exp
9909 * gdb.base/ena-dis-br.exp
9910 * gdb.base/ending-run.exp
9911 * gdb.base/enumval.exp
9912 * gdb.base/environ.exp
9913 * gdb.base/eu-strip-infcall.exp
9914 * gdb.base/eval-avoid-side-effects.exp
9915 * gdb.base/eval-skip.exp
9916 * gdb.base/exitsignal.exp
9917 * gdb.base/expand-psymtabs.exp
9918 * gdb.base/filesym.exp
9919 * gdb.base/find-unmapped.exp
9920 * gdb.base/finish.exp
9921 * gdb.base/float.exp
9922 * gdb.base/foll-exec-mode.exp
9923 * gdb.base/foll-exec.exp
9924 * gdb.base/foll-fork.exp
9925 * gdb.base/fortran-sym-case.exp
9926 * gdb.base/freebpcmd.exp
9927 * gdb.base/func-ptr.exp
9928 * gdb.base/func-ptrs.exp
9929 * gdb.base/funcargs.exp
9930 * gdb.base/gcore-buffer-overflow.exp
9931 * gdb.base/gcore-relro-pie.exp
9932 * gdb.base/gcore-relro.exp
9933 * gdb.base/gcore.exp
9934 * gdb.base/gdb1090.exp
9935 * gdb.base/gdb11530.exp
9936 * gdb.base/gdb11531.exp
9937 * gdb.base/gdb1821.exp
9938 * gdb.base/gdbindex-stabs.exp
9939 * gdb.base/gdbvars.exp
9940 * gdb.base/hbreak.exp
9941 * gdb.base/hbreak2.exp
9942 * gdb.base/included.exp
9943 * gdb.base/infcall-input.exp
9944 * gdb.base/inferior-died.exp
9945 * gdb.base/infnan.exp
9946 * gdb.base/info-macros.exp
9947 * gdb.base/info-os.exp
9948 * gdb.base/info-proc.exp
9949 * gdb.base/info-shared.exp
9950 * gdb.base/info-target.exp
9951 * gdb.base/infoline.exp
9952 * gdb.base/interp.exp
9953 * gdb.base/interrupt.exp
9954 * gdb.base/jit-reader.exp
9955 * gdb.base/jit-simple.exp
9956 * gdb.base/kill-after-signal.exp
9957 * gdb.base/kill-detach-inferiors-cmd.exp
9958 * gdb.base/label.exp
9959 * gdb.base/langs.exp
9960 * gdb.base/ldbl_e308.exp
9961 * gdb.base/line-symtabs.exp
9962 * gdb.base/linespecs.exp
9963 * gdb.base/list.exp
9964 * gdb.base/long_long.exp
9965 * gdb.base/longest-types.exp
9966 * gdb.base/maint.exp
9967 * gdb.base/max-value-size.exp
9968 * gdb.base/memattr.exp
9969 * gdb.base/mips_pro.exp
9970 * gdb.base/morestack.exp
9971 * gdb.base/moribund-step.exp
9972 * gdb.base/multi-forks.exp
9973 * gdb.base/nested-addr.exp
9974 * gdb.base/nextoverexit.exp
9975 * gdb.base/noreturn-finish.exp
9976 * gdb.base/noreturn-return.exp
9977 * gdb.base/nostdlib.exp
9978 * gdb.base/offsets.exp
9979 * gdb.base/opaque.exp
9980 * gdb.base/pc-fp.exp
9981 * gdb.base/permissions.exp
9982 * gdb.base/print-symbol-loading.exp
9983 * gdb.base/prologue-include.exp
9984 * gdb.base/psymtab.exp
9985 * gdb.base/ptype.exp
9986 * gdb.base/random-signal.exp
9987 * gdb.base/randomize.exp
9988 * gdb.base/range-stepping.exp
9989 * gdb.base/readline-ask.exp
9990 * gdb.base/recpar.exp
9991 * gdb.base/recurse.exp
9992 * gdb.base/relational.exp
9993 * gdb.base/restore.exp
9994 * gdb.base/return-nodebug.exp
9995 * gdb.base/return.exp
9996 * gdb.base/run-after-attach.exp
9997 * gdb.base/save-bp.exp
9998 * gdb.base/scope.exp
9999 * gdb.base/sect-cmd.exp
10000 * gdb.base/set-lang-auto.exp
10001 * gdb.base/set-noassign.exp
10002 * gdb.base/setvar.exp
10003 * gdb.base/sigall.exp
10004 * gdb.base/sigbpt.exp
10005 * gdb.base/siginfo-addr.exp
10006 * gdb.base/siginfo-infcall.exp
10007 * gdb.base/siginfo-obj.exp
10008 * gdb.base/siginfo.exp
10009 * gdb.base/signals-state-child.exp
10010 * gdb.base/signest.exp
10011 * gdb.base/sigstep.exp
10012 * gdb.base/sizeof.exp
10013 * gdb.base/skip.exp
10014 * gdb.base/solib-corrupted.exp
10015 * gdb.base/solib-nodir.exp
10016 * gdb.base/solib-search.exp
10017 * gdb.base/stack-checking.exp
10018 * gdb.base/stale-infcall.exp
10019 * gdb.base/stap-probe.exp
10020 * gdb.base/start.exp
10021 * gdb.base/step-break.exp
10022 * gdb.base/step-bt.exp
10023 * gdb.base/step-line.exp
10024 * gdb.base/step-over-exit.exp
10025 * gdb.base/step-over-syscall.exp
10026 * gdb.base/step-resume-infcall.exp
10027 * gdb.base/step-test.exp
10028 * gdb.base/store.exp
10029 * gdb.base/structs3.exp
10030 * gdb.base/sym-file.exp
10031 * gdb.base/symbol-without-target_section.exp
10032 * gdb.base/term.exp
10033 * gdb.base/testenv.exp
10034 * gdb.base/ui-redirect.exp
10035 * gdb.base/until.exp
10036 * gdb.base/unwindonsignal.exp
10037 * gdb.base/value-double-free.exp
10038 * gdb.base/vla-datatypes.exp
10039 * gdb.base/vla-ptr.exp
10040 * gdb.base/vla-sideeffect.exp
10041 * gdb.base/volatile.exp
10042 * gdb.base/watch-cond-infcall.exp
10043 * gdb.base/watch-cond.exp
10044 * gdb.base/watch-non-mem.exp
10045 * gdb.base/watch-read.exp
10046 * gdb.base/watch-vfork.exp
10047 * gdb.base/watchpoint-cond-gone.exp
10048 * gdb.base/watchpoint-delete.exp
10049 * gdb.base/watchpoint-hw-hit-once.exp
10050 * gdb.base/watchpoint-hw.exp
10051 * gdb.base/watchpoint-stops-at-right-insn.exp
10052 * gdb.base/watchpoints.exp
10053 * gdb.base/wchar.exp
10054 * gdb.base/whatis-exp.exp
10055 * gdb.btrace/buffer-size.exp
10056 * gdb.btrace/data.exp
10057 * gdb.btrace/delta.exp
10058 * gdb.btrace/dlopen.exp
10059 * gdb.btrace/enable.exp
10060 * gdb.btrace/exception.exp
10061 * gdb.btrace/function_call_history.exp
10062 * gdb.btrace/gcore.exp
10063 * gdb.btrace/instruction_history.exp
10064 * gdb.btrace/nohist.exp
10065 * gdb.btrace/reconnect.exp
10066 * gdb.btrace/record_goto-step.exp
10067 * gdb.btrace/record_goto.exp
10068 * gdb.btrace/rn-dl-bind.exp
10069 * gdb.btrace/segv.exp
10070 * gdb.btrace/step.exp
10071 * gdb.btrace/stepi.exp
10072 * gdb.btrace/tailcall-only.exp
10073 * gdb.btrace/tailcall.exp
10074 * gdb.btrace/tsx.exp
10075 * gdb.btrace/unknown_functions.exp
10076 * gdb.btrace/vdso.exp
10077 * gdb.compile/compile-ifunc.exp
10078 * gdb.compile/compile-ops.exp
10079 * gdb.compile/compile-print.exp
10080 * gdb.compile/compile-setjmp.exp
10081 * gdb.cp/abstract-origin.exp
10082 * gdb.cp/ambiguous.exp
10083 * gdb.cp/annota2.exp
10084 * gdb.cp/annota3.exp
10085 * gdb.cp/anon-ns.exp
10086 * gdb.cp/anon-struct.exp
10087 * gdb.cp/anon-union.exp
10088 * gdb.cp/arg-reference.exp
10089 * gdb.cp/baseenum.exp
10090 * gdb.cp/bool.exp
10091 * gdb.cp/breakpoint.exp
10092 * gdb.cp/bs15503.exp
10093 * gdb.cp/call-c.exp
10094 * gdb.cp/casts.exp
10095 * gdb.cp/chained-calls.exp
10096 * gdb.cp/class2.exp
10097 * gdb.cp/classes.exp
10098 * gdb.cp/cmpd-minsyms.exp
10099 * gdb.cp/converts.exp
10100 * gdb.cp/cp-relocate.exp
10101 * gdb.cp/cpcompletion.exp
10102 * gdb.cp/cpexprs.exp
10103 * gdb.cp/cplabel.exp
10104 * gdb.cp/cplusfuncs.exp
10105 * gdb.cp/cpsizeof.exp
10106 * gdb.cp/ctti.exp
10107 * gdb.cp/derivation.exp
10108 * gdb.cp/destrprint.exp
10109 * gdb.cp/dispcxx.exp
10110 * gdb.cp/enum-class.exp
10111 * gdb.cp/exception.exp
10112 * gdb.cp/exceptprint.exp
10113 * gdb.cp/expand-psymtabs-cxx.exp
10114 * gdb.cp/expand-sals.exp
10115 * gdb.cp/extern-c.exp
10116 * gdb.cp/filename.exp
10117 * gdb.cp/formatted-ref.exp
10118 * gdb.cp/fpointer.exp
10119 * gdb.cp/gdb1355.exp
10120 * gdb.cp/gdb2495.exp
10121 * gdb.cp/hang.exp
10122 * gdb.cp/impl-this.exp
10123 * gdb.cp/infcall-dlopen.exp
10124 * gdb.cp/inherit.exp
10125 * gdb.cp/iostream.exp
10126 * gdb.cp/koenig.exp
10127 * gdb.cp/local.exp
10128 * gdb.cp/m-data.exp
10129 * gdb.cp/m-static.exp
10130 * gdb.cp/mb-ctor.exp
10131 * gdb.cp/mb-inline.exp
10132 * gdb.cp/mb-templates.exp
10133 * gdb.cp/member-name.exp
10134 * gdb.cp/member-ptr.exp
10135 * gdb.cp/meth-typedefs.exp
10136 * gdb.cp/method.exp
10137 * gdb.cp/method2.exp
10138 * gdb.cp/minsym-fallback.exp
10139 * gdb.cp/misc.exp
10140 * gdb.cp/namelessclass.exp
10141 * gdb.cp/namespace-enum.exp
10142 * gdb.cp/namespace-nested-import.exp
10143 * gdb.cp/namespace.exp
10144 * gdb.cp/nextoverthrow.exp
10145 * gdb.cp/no-dmgl-verbose.exp
10146 * gdb.cp/non-trivial-retval.exp
10147 * gdb.cp/noparam.exp
10148 * gdb.cp/nsdecl.exp
10149 * gdb.cp/nsimport.exp
10150 * gdb.cp/nsnested.exp
10151 * gdb.cp/nsnoimports.exp
10152 * gdb.cp/nsrecurs.exp
10153 * gdb.cp/nsstress.exp
10154 * gdb.cp/nsusing.exp
10155 * gdb.cp/operator.exp
10156 * gdb.cp/oranking.exp
10157 * gdb.cp/overload-const.exp
10158 * gdb.cp/overload.exp
10159 * gdb.cp/ovldbreak.exp
10160 * gdb.cp/ovsrch.exp
10161 * gdb.cp/paren-type.exp
10162 * gdb.cp/parse-lang.exp
10163 * gdb.cp/pass-by-ref.exp
10164 * gdb.cp/pr-1023.exp
10165 * gdb.cp/pr-1210.exp
10166 * gdb.cp/pr-574.exp
10167 * gdb.cp/pr10687.exp
10168 * gdb.cp/pr12028.exp
10169 * gdb.cp/pr17132.exp
10170 * gdb.cp/pr17494.exp
10171 * gdb.cp/pr9067.exp
10172 * gdb.cp/pr9167.exp
10173 * gdb.cp/pr9631.exp
10174 * gdb.cp/printmethod.exp
10175 * gdb.cp/psmang.exp
10176 * gdb.cp/psymtab-parameter.exp
10177 * gdb.cp/ptype-cv-cp.exp
10178 * gdb.cp/ptype-flags.exp
10179 * gdb.cp/re-set-overloaded.exp
10180 * gdb.cp/ref-types.exp
10181 * gdb.cp/rtti.exp
10182 * gdb.cp/scope-err.exp
10183 * gdb.cp/shadow.exp
10184 * gdb.cp/smartp.exp
10185 * gdb.cp/static-method.exp
10186 * gdb.cp/static-print-quit.exp
10187 * gdb.cp/temargs.exp
10188 * gdb.cp/templates.exp
10189 * gdb.cp/try_catch.exp
10190 * gdb.cp/typedef-operator.exp
10191 * gdb.cp/typeid.exp
10192 * gdb.cp/userdef.exp
10193 * gdb.cp/using-crash.exp
10194 * gdb.cp/var-tag.exp
10195 * gdb.cp/virtbase.exp
10196 * gdb.cp/virtfunc.exp
10197 * gdb.cp/virtfunc2.exp
10198 * gdb.cp/vla-cxx.exp
10199 * gdb.disasm/t01_mov.exp
10200 * gdb.disasm/t02_mova.exp
10201 * gdb.disasm/t03_add.exp
10202 * gdb.disasm/t04_sub.exp
10203 * gdb.disasm/t05_cmp.exp
10204 * gdb.disasm/t06_ari2.exp
10205 * gdb.disasm/t07_ari3.exp
10206 * gdb.disasm/t08_or.exp
10207 * gdb.disasm/t09_xor.exp
10208 * gdb.disasm/t10_and.exp
10209 * gdb.disasm/t11_logs.exp
10210 * gdb.disasm/t12_bit.exp
10211 * gdb.disasm/t13_otr.exp
10212 * gdb.dlang/circular.exp
10213 * gdb.dwarf2/arr-stride.exp
10214 * gdb.dwarf2/arr-subrange.exp
10215 * gdb.dwarf2/atomic-type.exp
10216 * gdb.dwarf2/bad-regnum.exp
10217 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10218 * gdb.dwarf2/callframecfa.exp
10219 * gdb.dwarf2/clztest.exp
10220 * gdb.dwarf2/corrupt.exp
10221 * gdb.dwarf2/data-loc.exp
10222 * gdb.dwarf2/dup-psym.exp
10223 * gdb.dwarf2/dw2-anon-mptr.exp
10224 * gdb.dwarf2/dw2-anonymous-func.exp
10225 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10226 * gdb.dwarf2/dw2-bad-unresolved.exp
10227 * gdb.dwarf2/dw2-basic.exp
10228 * gdb.dwarf2/dw2-canonicalize-type.exp
10229 * gdb.dwarf2/dw2-case-insensitive.exp
10230 * gdb.dwarf2/dw2-common-block.exp
10231 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10232 * gdb.dwarf2/dw2-compressed.exp
10233 * gdb.dwarf2/dw2-const.exp
10234 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10235 * gdb.dwarf2/dw2-cu-size.exp
10236 * gdb.dwarf2/dw2-dup-frame.exp
10237 * gdb.dwarf2/dw2-entry-value.exp
10238 * gdb.dwarf2/dw2-icycle.exp
10239 * gdb.dwarf2/dw2-ifort-parameter.exp
10240 * gdb.dwarf2/dw2-inline-break.exp
10241 * gdb.dwarf2/dw2-inline-param.exp
10242 * gdb.dwarf2/dw2-intercu.exp
10243 * gdb.dwarf2/dw2-intermix.exp
10244 * gdb.dwarf2/dw2-lexical-block-bare.exp
10245 * gdb.dwarf2/dw2-linkage-name-trust.exp
10246 * gdb.dwarf2/dw2-minsym-in-cu.exp
10247 * gdb.dwarf2/dw2-noloc.exp
10248 * gdb.dwarf2/dw2-op-call.exp
10249 * gdb.dwarf2/dw2-op-out-param.exp
10250 * gdb.dwarf2/dw2-opt-structptr.exp
10251 * gdb.dwarf2/dw2-param-error.exp
10252 * gdb.dwarf2/dw2-producer.exp
10253 * gdb.dwarf2/dw2-ranges-base.exp
10254 * gdb.dwarf2/dw2-ref-missing-frame.exp
10255 * gdb.dwarf2/dw2-reg-undefined.exp
10256 * gdb.dwarf2/dw2-regno-invalid.exp
10257 * gdb.dwarf2/dw2-restore.exp
10258 * gdb.dwarf2/dw2-restrict.exp
10259 * gdb.dwarf2/dw2-single-line-discriminators.exp
10260 * gdb.dwarf2/dw2-strp.exp
10261 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10262 * gdb.dwarf2/dw2-unresolved.exp
10263 * gdb.dwarf2/dw2-var-zero-addr.exp
10264 * gdb.dwarf2/dw4-sig-types.exp
10265 * gdb.dwarf2/dwz.exp
10266 * gdb.dwarf2/dynarr-ptr.exp
10267 * gdb.dwarf2/enum-type.exp
10268 * gdb.dwarf2/gdb-index.exp
10269 * gdb.dwarf2/implptr-64bit.exp
10270 * gdb.dwarf2/implptr-optimized-out.exp
10271 * gdb.dwarf2/implptr.exp
10272 * gdb.dwarf2/implref-array.exp
10273 * gdb.dwarf2/implref-const.exp
10274 * gdb.dwarf2/implref-global.exp
10275 * gdb.dwarf2/implref-struct.exp
10276 * gdb.dwarf2/mac-fileno.exp
10277 * gdb.dwarf2/main-subprogram.exp
10278 * gdb.dwarf2/member-ptr-forwardref.exp
10279 * gdb.dwarf2/method-ptr.exp
10280 * gdb.dwarf2/missing-sig-type.exp
10281 * gdb.dwarf2/nonvar-access.exp
10282 * gdb.dwarf2/opaque-type-lookup.exp
10283 * gdb.dwarf2/pieces-optimized-out.exp
10284 * gdb.dwarf2/pieces.exp
10285 * gdb.dwarf2/pr10770.exp
10286 * gdb.dwarf2/pr13961.exp
10287 * gdb.dwarf2/staticvirtual.exp
10288 * gdb.dwarf2/subrange.exp
10289 * gdb.dwarf2/symtab-producer.exp
10290 * gdb.dwarf2/trace-crash.exp
10291 * gdb.dwarf2/typeddwarf.exp
10292 * gdb.dwarf2/valop.exp
10293 * gdb.dwarf2/watch-notconst.exp
10294 * gdb.fortran/array-element.exp
10295 * gdb.fortran/charset.exp
10296 * gdb.fortran/common-block.exp
10297 * gdb.fortran/complex.exp
10298 * gdb.fortran/derived-type-function.exp
10299 * gdb.fortran/derived-type.exp
10300 * gdb.fortran/logical.exp
10301 * gdb.fortran/module.exp
10302 * gdb.fortran/multi-dim.exp
10303 * gdb.fortran/nested-funcs.exp
10304 * gdb.fortran/print-formatted.exp
10305 * gdb.fortran/subarray.exp
10306 * gdb.fortran/vla-alloc-assoc.exp
10307 * gdb.fortran/vla-datatypes.exp
10308 * gdb.fortran/vla-history.exp
10309 * gdb.fortran/vla-ptr-info.exp
10310 * gdb.fortran/vla-ptype-sub.exp
10311 * gdb.fortran/vla-ptype.exp
10312 * gdb.fortran/vla-sizeof.exp
10313 * gdb.fortran/vla-type.exp
10314 * gdb.fortran/vla-value-sub-arbitrary.exp
10315 * gdb.fortran/vla-value-sub-finish.exp
10316 * gdb.fortran/vla-value-sub.exp
10317 * gdb.fortran/vla-value.exp
10318 * gdb.fortran/whatis_type.exp
10319 * gdb.go/chan.exp
10320 * gdb.go/handcall.exp
10321 * gdb.go/hello.exp
10322 * gdb.go/integers.exp
10323 * gdb.go/methods.exp
10324 * gdb.go/package.exp
10325 * gdb.go/strings.exp
10326 * gdb.go/types.exp
10327 * gdb.go/unsafe.exp
10328 * gdb.guile/scm-arch.exp
10329 * gdb.guile/scm-block.exp
10330 * gdb.guile/scm-breakpoint.exp
10331 * gdb.guile/scm-cmd.exp
10332 * gdb.guile/scm-disasm.exp
10333 * gdb.guile/scm-equal.exp
10334 * gdb.guile/scm-frame-args.exp
10335 * gdb.guile/scm-frame-inline.exp
10336 * gdb.guile/scm-frame.exp
10337 * gdb.guile/scm-iterator.exp
10338 * gdb.guile/scm-math.exp
10339 * gdb.guile/scm-objfile.exp
10340 * gdb.guile/scm-ports.exp
10341 * gdb.guile/scm-symbol.exp
10342 * gdb.guile/scm-symtab.exp
10343 * gdb.guile/scm-value-cc.exp
10344 * gdb.guile/types-module.exp
10345 * gdb.linespec/break-ask.exp
10346 * gdb.linespec/cpexplicit.exp
10347 * gdb.linespec/explicit.exp
10348 * gdb.linespec/keywords.exp
10349 * gdb.linespec/linespec.exp
10350 * gdb.linespec/ls-dollar.exp
10351 * gdb.linespec/ls-errs.exp
10352 * gdb.linespec/skip-two.exp
10353 * gdb.linespec/thread.exp
10354 * gdb.mi/mi-async.exp
10355 * gdb.mi/mi-basics.exp
10356 * gdb.mi/mi-break.exp
10357 * gdb.mi/mi-catch-load.exp
10358 * gdb.mi/mi-cli.exp
10359 * gdb.mi/mi-cmd-param-changed.exp
10360 * gdb.mi/mi-console.exp
10361 * gdb.mi/mi-detach.exp
10362 * gdb.mi/mi-disassemble.exp
10363 * gdb.mi/mi-eval.exp
10364 * gdb.mi/mi-file-transfer.exp
10365 * gdb.mi/mi-file.exp
10366 * gdb.mi/mi-fill-memory.exp
10367 * gdb.mi/mi-inheritance-syntax-error.exp
10368 * gdb.mi/mi-linespec-err-cp.exp
10369 * gdb.mi/mi-logging.exp
10370 * gdb.mi/mi-memory-changed.exp
10371 * gdb.mi/mi-read-memory.exp
10372 * gdb.mi/mi-record-changed.exp
10373 * gdb.mi/mi-reg-undefined.exp
10374 * gdb.mi/mi-regs.exp
10375 * gdb.mi/mi-return.exp
10376 * gdb.mi/mi-reverse.exp
10377 * gdb.mi/mi-simplerun.exp
10378 * gdb.mi/mi-solib.exp
10379 * gdb.mi/mi-stack.exp
10380 * gdb.mi/mi-stepi.exp
10381 * gdb.mi/mi-syn-frame.exp
10382 * gdb.mi/mi-until.exp
10383 * gdb.mi/mi-var-block.exp
10384 * gdb.mi/mi-var-child.exp
10385 * gdb.mi/mi-var-cmd.exp
10386 * gdb.mi/mi-var-cp.exp
10387 * gdb.mi/mi-var-display.exp
10388 * gdb.mi/mi-var-invalidate.exp
10389 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10390 * gdb.mi/mi-vla-fortran.exp
10391 * gdb.mi/mi-watch.exp
10392 * gdb.mi/mi2-var-child.exp
10393 * gdb.mi/user-selected-context-sync.exp
10394 * gdb.modula2/unbounded-array.exp
10395 * gdb.multi/dummy-frame-restore.exp
10396 * gdb.multi/multi-arch-exec.exp
10397 * gdb.multi/multi-arch.exp
10398 * gdb.multi/tids.exp
10399 * gdb.multi/watchpoint-multi.exp
10400 * gdb.opencl/callfuncs.exp
10401 * gdb.opencl/convs_casts.exp
10402 * gdb.opencl/datatypes.exp
10403 * gdb.opencl/operators.exp
10404 * gdb.opencl/vec_comps.exp
10405 * gdb.opt/clobbered-registers-O2.exp
10406 * gdb.opt/inline-break.exp
10407 * gdb.opt/inline-bt.exp
10408 * gdb.opt/inline-cmds.exp
10409 * gdb.opt/inline-locals.exp
10410 * gdb.pascal/case-insensitive-symbols.exp
10411 * gdb.pascal/floats.exp
10412 * gdb.pascal/gdb11492.exp
10413 * gdb.python/lib-types.exp
10414 * gdb.python/py-arch.exp
10415 * gdb.python/py-as-string.exp
10416 * gdb.python/py-bad-printers.exp
10417 * gdb.python/py-block.exp
10418 * gdb.python/py-breakpoint-create-fail.exp
10419 * gdb.python/py-breakpoint.exp
10420 * gdb.python/py-caller-is.exp
10421 * gdb.python/py-cmd.exp
10422 * gdb.python/py-explore-cc.exp
10423 * gdb.python/py-explore.exp
10424 * gdb.python/py-finish-breakpoint.exp
10425 * gdb.python/py-finish-breakpoint2.exp
10426 * gdb.python/py-frame-args.exp
10427 * gdb.python/py-frame-inline.exp
10428 * gdb.python/py-frame.exp
10429 * gdb.python/py-framefilter-mi.exp
10430 * gdb.python/py-infthread.exp
10431 * gdb.python/py-lazy-string.exp
10432 * gdb.python/py-linetable.exp
10433 * gdb.python/py-mi-events.exp
10434 * gdb.python/py-mi-objfile.exp
10435 * gdb.python/py-mi.exp
10436 * gdb.python/py-objfile.exp
10437 * gdb.python/py-pp-integral.exp
10438 * gdb.python/py-pp-maint.exp
10439 * gdb.python/py-pp-re-notag.exp
10440 * gdb.python/py-pp-registration.exp
10441 * gdb.python/py-recurse-unwind.exp
10442 * gdb.python/py-strfns.exp
10443 * gdb.python/py-symbol.exp
10444 * gdb.python/py-symtab.exp
10445 * gdb.python/py-sync-interp.exp
10446 * gdb.python/py-typeprint.exp
10447 * gdb.python/py-unwind-maint.exp
10448 * gdb.python/py-unwind.exp
10449 * gdb.python/py-value-cc.exp
10450 * gdb.python/py-xmethods.exp
10451 * gdb.reverse/amd64-tailcall-reverse.exp
10452 * gdb.reverse/break-precsave.exp
10453 * gdb.reverse/break-reverse.exp
10454 * gdb.reverse/consecutive-precsave.exp
10455 * gdb.reverse/consecutive-reverse.exp
10456 * gdb.reverse/finish-precsave.exp
10457 * gdb.reverse/finish-reverse-bkpt.exp
10458 * gdb.reverse/finish-reverse.exp
10459 * gdb.reverse/fstatat-reverse.exp
10460 * gdb.reverse/getresuid-reverse.exp
10461 * gdb.reverse/i386-precsave.exp
10462 * gdb.reverse/i386-reverse.exp
10463 * gdb.reverse/i386-sse-reverse.exp
10464 * gdb.reverse/i387-env-reverse.exp
10465 * gdb.reverse/i387-stack-reverse.exp
10466 * gdb.reverse/insn-reverse.exp
10467 * gdb.reverse/machinestate-precsave.exp
10468 * gdb.reverse/machinestate.exp
10469 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10470 * gdb.reverse/pipe-reverse.exp
10471 * gdb.reverse/readv-reverse.exp
10472 * gdb.reverse/recvmsg-reverse.exp
10473 * gdb.reverse/rerun-prec.exp
10474 * gdb.reverse/s390-mvcle.exp
10475 * gdb.reverse/step-precsave.exp
10476 * gdb.reverse/step-reverse.exp
10477 * gdb.reverse/time-reverse.exp
10478 * gdb.reverse/until-precsave.exp
10479 * gdb.reverse/until-reverse.exp
10480 * gdb.reverse/waitpid-reverse.exp
10481 * gdb.reverse/watch-precsave.exp
10482 * gdb.reverse/watch-reverse.exp
10483 * gdb.rust/generics.exp
10484 * gdb.rust/methods.exp
10485 * gdb.rust/modules.exp
10486 * gdb.rust/simple.exp
10487 * gdb.server/connect-with-no-symbol-file.exp
10488 * gdb.server/ext-attach.exp
10489 * gdb.server/ext-restart.exp
10490 * gdb.server/ext-wrapper.exp
10491 * gdb.server/file-transfer.exp
10492 * gdb.server/server-exec-info.exp
10493 * gdb.server/server-kill.exp
10494 * gdb.server/server-mon.exp
10495 * gdb.server/wrapper.exp
10496 * gdb.stabs/exclfwd.exp
10497 * gdb.stabs/gdb11479.exp
10498 * gdb.threads/clone-new-thread-event.exp
10499 * gdb.threads/corethreads.exp
10500 * gdb.threads/current-lwp-dead.exp
10501 * gdb.threads/dlopen-libpthread.exp
10502 * gdb.threads/gcore-thread.exp
10503 * gdb.threads/sigstep-threads.exp
10504 * gdb.threads/watchpoint-fork.exp
10505 * gdb.trace/actions-changed.exp
10506 * gdb.trace/backtrace.exp
10507 * gdb.trace/change-loc.exp
10508 * gdb.trace/circ.exp
10509 * gdb.trace/collection.exp
10510 * gdb.trace/disconnected-tracing.exp
10511 * gdb.trace/ftrace.exp
10512 * gdb.trace/mi-trace-frame-collected.exp
10513 * gdb.trace/mi-trace-unavailable.exp
10514 * gdb.trace/mi-traceframe-changed.exp
10515 * gdb.trace/mi-tsv-changed.exp
10516 * gdb.trace/no-attach-trace.exp
10517 * gdb.trace/passc-dyn.exp
10518 * gdb.trace/qtro.exp
10519 * gdb.trace/range-stepping.exp
10520 * gdb.trace/read-memory.exp
10521 * gdb.trace/save-trace.exp
10522 * gdb.trace/signal.exp
10523 * gdb.trace/status-stop.exp
10524 * gdb.trace/tfile.exp
10525 * gdb.trace/trace-break.exp
10526 * gdb.trace/trace-buffer-size.exp
10527 * gdb.trace/trace-condition.exp
10528 * gdb.trace/tracefile-pseudo-reg.exp
10529 * gdb.trace/tstatus.exp
10530 * gdb.trace/unavailable.exp
10531 * gdb.trace/while-dyn.exp
10532 * gdb.trace/while-stepping.exp
10533
34c41c68
DE
105342016-12-22 Doug Evans <xdje42@gmail.com>
10535
10536 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10537 and msymbols.
10538
16e69324
YQ
105392016-12-19 Yao Qi <yao.qi@linaro.org>
10540
10541 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10542 (test_with_self): Don't call do_steps_and_nexts, and remove
10543 code about stepping into xmalloc.
10544
f94f411b
YQ
105452016-12-09 Yao Qi <yao.qi@linaro.org>
10546
10547 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10548
105492016-12-09 Yao Qi <yao.qi@linaro.org>
10550
10551 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10552
f1b5deee
PA
105532016-12-09 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/all-architectures-0.exp: New file.
10556 * gdb.base/all-architectures-1.exp: New file.
10557 * gdb.base/all-architectures-2.exp: New file.
10558 * gdb.base/all-architectures-3.exp: New file.
10559 * gdb.base/all-architectures-4.exp: New file.
10560 * gdb.base/all-architectures-5.exp: New file.
10561 * gdb.base/all-architectures-6.exp: New file.
10562 * gdb.base/all-architectures-7.exp: New file.
10563 * gdb.base/all-architectures.exp.in: New file.
10564
364ca42e
YQ
105652016-12-09 Yao Qi <yao.qi@linaro.org>
10566
10567 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10568
107c2d62
LM
105692016-12-02 Luis Machado <lgustavo@codesourcery.com>
10570
10571 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10572 possible.
10573 Remove useless pattern-matching code.
10574
df3ee9ca
PA
105752016-12-02 Pedro Alves <palves@redhat.com>
10576
10577 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10578 procedure.
10579 (top level): Call it.
10580
ec835369
PA
105812016-12-02 Pedro Alves <palves@redhat.com>
10582
10583 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10584 New procedure.
10585 (top level): Call it.
10586
01770bbd
PA
105872016-12-02 Pedro Alves <palves@redhat.com>
10588
10589 PR cli/20559
10590 * gdb.base/commands.exp (user_defined_command_args_eval): New
10591 procedure.
10592 (top level): Call it.
10593
008459ea
LM
105942016-12-02 Luis Machado <lgustavo@codesourcery.com>
10595
10596 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10597 timeout handling.
10598
0c1b455e
TT
105992016-12-02 Tom Tromey <tom@tromey.com>
10600
10601 * gdb.dwarf2/main-subprogram.c: New file.
10602 * gdb.dwarf2/main-subprogram.exp: New file.
10603
018572b8
LM
106042016-12-01 Luis Machado <lgustavo@codesourcery.com>
10605
10606 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10607 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10608 gdb_test_no_output for a couple of cases.
10609 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10610
84c93cd5
LM
106112016-12-01 Luis Machado <lgustavo@codesourcery.com>
10612
10613 Fix test names and standardize compilation error messages throughout
10614 the following files:
10615
10616 * gdb.ada/start.exp
10617 * gdb.arch/alpha-step.exp
10618 * gdb.arch/e500-prologue.exp
10619 * gdb.arch/ftrace-insn-reloc.exp
10620 * gdb.arch/gdb1291.exp
10621 * gdb.arch/gdb1431.exp
10622 * gdb.arch/gdb1558.exp
10623 * gdb.arch/i386-dr3-watch.exp
10624 * gdb.arch/i386-sse-stack-align.exp
10625 * gdb.arch/ia64-breakpoint-shadow.exp
10626 * gdb.arch/pa-nullify.exp
10627 * gdb.arch/powerpc-aix-prologue.exp
10628 * gdb.arch/thumb-bx-pc.exp
10629 * gdb.base/annota1.exp
10630 * gdb.base/annota3.exp
10631 * gdb.base/arrayidx.exp
10632 * gdb.base/assign.exp
10633 * gdb.base/attach.exp
10634 * gdb.base/auxv.exp
10635 * gdb.base/bang.exp
10636 * gdb.base/bfp-test.exp
10637 * gdb.base/bigcore.exp
10638 * gdb.base/bitfields2.exp
10639 * gdb.base/break-fun-addr.exp
10640 * gdb.base/break-probes.exp
10641 * gdb.base/call-rt-st.exp
10642 * gdb.base/callexit.exp
10643 * gdb.base/catch-fork-kill.exp
10644 * gdb.base/charset.exp
10645 * gdb.base/checkpoint.exp
10646 * gdb.base/comprdebug.exp
10647 * gdb.base/constvars.exp
10648 * gdb.base/coredump-filter.exp
10649 * gdb.base/cursal.exp
10650 * gdb.base/cvexpr.exp
10651 * gdb.base/detach.exp
10652 * gdb.base/display.exp
10653 * gdb.base/dmsym.exp
10654 * gdb.base/dprintf-pending.exp
10655 * gdb.base/dso2dso.exp
10656 * gdb.base/dtrace-probe.exp
10657 * gdb.base/dump.exp
10658 * gdb.base/enum_cond.exp
10659 * gdb.base/exe-lock.exp
10660 * gdb.base/exec-invalid-sysroot.exp
10661 * gdb.base/execl-update-breakpoints.exp
10662 * gdb.base/exprs.exp
10663 * gdb.base/fileio.exp
10664 * gdb.base/find.exp
10665 * gdb.base/finish.exp
10666 * gdb.base/fixsection.exp
10667 * gdb.base/foll-vfork.exp
10668 * gdb.base/frame-args.exp
10669 * gdb.base/gcore.exp
10670 * gdb.base/gdb1250.exp
10671 * gdb.base/global-var-nested-by-dso.exp
10672 * gdb.base/gnu-ifunc.exp
10673 * gdb.base/hashline1.exp
10674 * gdb.base/hashline2.exp
10675 * gdb.base/hashline3.exp
10676 * gdb.base/hbreak-in-shr-unsupported.exp
10677 * gdb.base/huge.exp
10678 * gdb.base/infcall-input.exp
10679 * gdb.base/info-fun.exp
10680 * gdb.base/info-shared.exp
10681 * gdb.base/jit-simple.exp
10682 * gdb.base/jit-so.exp
10683 * gdb.base/jit.exp
10684 * gdb.base/jump.exp
10685 * gdb.base/label.exp
10686 * gdb.base/lineinc.exp
10687 * gdb.base/logical.exp
10688 * gdb.base/longjmp.exp
10689 * gdb.base/macscp.exp
10690 * gdb.base/miscexprs.exp
10691 * gdb.base/new-ui-echo.exp
10692 * gdb.base/new-ui-pending-input.exp
10693 * gdb.base/new-ui.exp
10694 * gdb.base/nodebug.exp
10695 * gdb.base/nofield.exp
10696 * gdb.base/offsets.exp
10697 * gdb.base/overlays.exp
10698 * gdb.base/pending.exp
10699 * gdb.base/pointers.exp
10700 * gdb.base/pr11022.exp
10701 * gdb.base/printcmds.exp
10702 * gdb.base/prologue.exp
10703 * gdb.base/ptr-typedef.exp
10704 * gdb.base/realname-expand.exp
10705 * gdb.base/relativedebug.exp
10706 * gdb.base/relocate.exp
10707 * gdb.base/remote.exp
10708 * gdb.base/reread.exp
10709 * gdb.base/return2.exp
10710 * gdb.base/savedregs.exp
10711 * gdb.base/sep.exp
10712 * gdb.base/sepdebug.exp
10713 * gdb.base/sepsymtab.exp
10714 * gdb.base/set-inferior-tty.exp
10715 * gdb.base/setshow.exp
10716 * gdb.base/shlib-call.exp
10717 * gdb.base/sigaltstack.exp
10718 * gdb.base/siginfo-addr.exp
10719 * gdb.base/signals.exp
10720 * gdb.base/signull.exp
10721 * gdb.base/sigrepeat.exp
10722 * gdb.base/so-impl-ld.exp
10723 * gdb.base/solib-display.exp
10724 * gdb.base/solib-overlap.exp
10725 * gdb.base/solib-search.exp
10726 * gdb.base/solib-symbol.exp
10727 * gdb.base/structs.exp
10728 * gdb.base/structs2.exp
10729 * gdb.base/symtab-search-order.exp
10730 * gdb.base/twice.exp
10731 * gdb.base/unload.exp
10732 * gdb.base/varargs.exp
10733 * gdb.base/watchpoint-solib.exp
10734 * gdb.base/watchpoint.exp
10735 * gdb.base/whatis.exp
10736 * gdb.base/wrong_frame_bt_full.exp
10737 * gdb.btrace/dlopen.exp
10738 * gdb.cell/ea-standalone.exp
10739 * gdb.cell/ea-test.exp
10740 * gdb.cp/dispcxx.exp
10741 * gdb.cp/gdb2384.exp
10742 * gdb.cp/method2.exp
10743 * gdb.cp/nextoverthrow.exp
10744 * gdb.cp/pr10728.exp
10745 * gdb.disasm/am33.exp
10746 * gdb.disasm/h8300s.exp
10747 * gdb.disasm/mn10300.exp
10748 * gdb.disasm/sh3.exp
10749 * gdb.dwarf2/dw2-dir-file-name.exp
10750 * gdb.fortran/complex.exp
10751 * gdb.fortran/library-module.exp
10752 * gdb.guile/scm-pretty-print.exp
10753 * gdb.guile/scm-symbol.exp
10754 * gdb.guile/scm-type.exp
10755 * gdb.guile/scm-value.exp
10756 * gdb.linespec/linespec.exp
10757 * gdb.mi/gdb701.exp
10758 * gdb.mi/gdb792.exp
10759 * gdb.mi/mi-breakpoint-changed.exp
10760 * gdb.mi/mi-dprintf-pending.exp
10761 * gdb.mi/mi-dprintf.exp
10762 * gdb.mi/mi-exit-code.exp
10763 * gdb.mi/mi-pending.exp
10764 * gdb.mi/mi-solib.exp
10765 * gdb.mi/new-ui-mi-sync.exp
10766 * gdb.mi/pr11022.exp
10767 * gdb.mi/user-selected-context-sync.exp
10768 * gdb.opt/solib-intra-step.exp
10769 * gdb.python/py-events.exp
10770 * gdb.python/py-finish-breakpoint.exp
10771 * gdb.python/py-mi.exp
10772 * gdb.python/py-prettyprint.exp
10773 * gdb.python/py-shared.exp
10774 * gdb.python/py-symbol.exp
10775 * gdb.python/py-template.exp
10776 * gdb.python/py-type.exp
10777 * gdb.python/py-value.exp
10778 * gdb.reverse/solib-precsave.exp
10779 * gdb.reverse/solib-reverse.exp
10780 * gdb.server/solib-list.exp
10781 * gdb.stabs/weird.exp
10782 * gdb.threads/reconnect-signal.exp
10783 * gdb.threads/stepi-random-signal.exp
10784 * gdb.trace/actions.exp
10785 * gdb.trace/ax.exp
10786 * gdb.trace/backtrace.exp
10787 * gdb.trace/change-loc.exp
10788 * gdb.trace/deltrace.exp
10789 * gdb.trace/ftrace-lock.exp
10790 * gdb.trace/ftrace.exp
10791 * gdb.trace/infotrace.exp
10792 * gdb.trace/mi-tracepoint-changed.exp
10793 * gdb.trace/packetlen.exp
10794 * gdb.trace/passcount.exp
10795 * gdb.trace/pending.exp
10796 * gdb.trace/range-stepping.exp
10797 * gdb.trace/report.exp
10798 * gdb.trace/stap-trace.exp
10799 * gdb.trace/tfind.exp
10800 * gdb.trace/trace-break.exp
10801 * gdb.trace/trace-condition.exp
10802 * gdb.trace/trace-enable-disable.exp
10803 * gdb.trace/trace-mt.exp
10804 * gdb.trace/tracecmd.exp
10805 * gdb.trace/tspeed.exp
10806 * gdb.trace/tsv.exp
10807 * lib/perftest.exp
10808
fb9feb35
LM
108092016-12-01 Luis Machado <lgustavo@codesourcery.com>
10810
10811 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10812 with gdb_test_no_output.
10813 Use command as test name.
10814
cd2ddb6c
LM
108152016-12-01 Luis Machado <lgustavo@codesourcery.com>
10816
10817 Fix test names starting with uppercase throughout the files.
10818
10819 * gdb.ada/assign_1.exp
10820 * gdb.ada/boolean_expr.exp
10821 * gdb.base/arrayidx.exp
10822 * gdb.base/del.exp
10823 * gdb.base/gcore-buffer-overflow.exp
10824 * gdb.base/testenv.exp
10825 * gdb.compile/compile.exp
10826 * gdb.python/py-framefilter-invalidarg.exp
10827 * gdb.python/py-framefilter.exp
10828
bb95117e
LM
108292016-12-01 Luis Machado <lgustavo@codesourcery.com>
10830
10831 Fix test names starting with uppercase throughout the files.
10832
10833 * gdb.ada/array_return.exp
10834 * gdb.ada/expr_delims.exp
10835 * gdb.ada/mi_dyn_arr.exp
10836 * gdb.ada/mi_interface.exp
10837 * gdb.ada/mi_var_array.exp
10838 * gdb.ada/watch_arg.exp
10839 * gdb.arch/alpha-step.exp
10840 * gdb.arch/altivec-regs.exp
10841 * gdb.arch/e500-regs.exp
10842 * gdb.arch/powerpc-d128-regs.exp
10843 * gdb.base/arrayidx.exp
10844 * gdb.base/break.exp
10845 * gdb.base/checkpoint.exp
10846 * gdb.base/debug-expr.exp
10847 * gdb.base/dmsym.exp
10848 * gdb.base/radix.exp
10849 * gdb.base/sepdebug.exp
10850 * gdb.base/testenv.exp
10851 * gdb.base/watch_thread_num.exp
10852 * gdb.base/watchpoint-cond-gone.exp
10853 * gdb.cell/break.exp
10854 * gdb.cell/ea-cache.exp
10855 * gdb.compile/compile.exp
10856 * gdb.cp/gdb2495.exp
10857 * gdb.gdb/selftest.exp
10858 * gdb.gdb/xfullpath.exp
10859 * gdb.go/hello.exp
10860 * gdb.go/integers.exp
10861 * gdb.objc/basicclass.exp
10862 * gdb.pascal/hello.exp
10863 * gdb.pascal/integers.exp
10864 * gdb.python/py-breakpoint.exp
10865 * gdb.python/py-cmd.exp
10866 * gdb.python/py-linetable.exp
10867 * gdb.python/py-xmethods.exp
10868 * gdb.python/python.exp
10869 * gdb.reverse/consecutive-precsave.exp
10870 * gdb.reverse/finish-precsave.exp
10871 * gdb.reverse/i386-precsave.exp
10872 * gdb.reverse/machinestate-precsave.exp
10873 * gdb.reverse/sigall-precsave.exp
10874 * gdb.reverse/solib-precsave.exp
10875 * gdb.reverse/step-precsave.exp
10876 * gdb.reverse/until-precsave.exp
10877 * gdb.reverse/watch-precsave.exp
10878 * gdb.threads/leader-exit.exp
10879 * gdb.threads/pthreads.exp
10880 * gdb.threads/wp-replication.exp
10881 * gdb.trace/actions.exp
10882 * gdb.trace/mi-tsv-changed.exp
10883 * gdb.trace/tsv.exp
10884
de97fdd4
LM
108852016-12-01 Luis Machado <lgustavo@codesourcery.com>
10886
10887 Fix test names starting with uppercase throughout the files.
10888
10889 * gdb.arch/i386-bp_permanent.exp
10890 * gdb.arch/i386-gnu-cfi.exp
10891 * gdb.base/disasm-end-cu.exp
10892 * gdb.base/macscp.exp
10893 * gdb.base/pending.exp
10894 * gdb.base/watch_thread_num.exp
10895 * gdb.cp/exception.exp
10896 * gdb.cp/gdb2495.exp
10897 * gdb.cp/local.exp
10898 * gdb.python/py-evsignal.exp
10899 * gdb.python/python.exp
10900 * gdb.trace/tracecmd.exp
10901
9f058c10
LM
109022016-12-01 Luis Machado <lgustavo@codesourcery.com>
10903
10904 Fix test names starting with uppercase throughout the files.
10905
10906 * gdb.base/charset.exp
10907 * gdb.base/eval.exp
10908 * gdb.base/multi-forks.exp
10909 * gdb.guile/scm-progspace.exp
10910 * gdb.opencl/datatypes.exp
10911 * gdb.python/py-block.exp
10912 * gdb.python/py-function.exp
10913 * gdb.python/py-symbol.exp
10914 * gdb.python/py-symtab.exp
10915 * gdb.python/py-xmethods.exp
10916 * gdb.reverse/break-precsave.exp
10917 * gdb.reverse/break-reverse.exp
10918 * gdb.reverse/consecutive-precsave.exp
10919 * gdb.reverse/consecutive-reverse.exp
10920 * gdb.reverse/finish-precsave.exp
10921 * gdb.reverse/finish-reverse-bkpt.exp
10922 * gdb.reverse/finish-reverse.exp
10923 * gdb.reverse/fstatat-reverse.exp
10924 * gdb.reverse/getresuid-reverse.exp
10925 * gdb.reverse/i386-precsave.exp
10926 * gdb.reverse/i386-reverse.exp
10927 * gdb.reverse/i386-sse-reverse.exp
10928 * gdb.reverse/i387-stack-reverse.exp
10929 * gdb.reverse/insn-reverse.exp
10930 * gdb.reverse/machinestate-precsave.exp
10931 * gdb.reverse/machinestate.exp
10932 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10933 * gdb.reverse/pipe-reverse.exp
10934 * gdb.reverse/readv-reverse.exp
10935 * gdb.reverse/recvmsg-reverse.exp
10936 * gdb.reverse/rerun-prec.exp
10937 * gdb.reverse/s390-mvcle.exp
10938 * gdb.reverse/sigall-precsave.exp
10939 * gdb.reverse/sigall-reverse.exp
10940 * gdb.reverse/solib-precsave.exp
10941 * gdb.reverse/solib-reverse.exp
10942 * gdb.reverse/step-precsave.exp
10943 * gdb.reverse/step-reverse.exp
10944 * gdb.reverse/time-reverse.exp
10945 * gdb.reverse/until-precsave.exp
10946 * gdb.reverse/until-reverse.exp
10947 * gdb.reverse/waitpid-reverse.exp
10948 * gdb.reverse/watch-precsave.exp
10949 * gdb.reverse/watch-reverse.exp
10950
cdc7edd7
LM
109512016-12-01 Luis Machado <lgustavo@codesourcery.com>
10952
10953 Fix test names starting with uppercase throughout the files.
10954
10955 * gdb.arch/i386-mpx-simple_segv.exp
10956 * gdb.arch/i386-mpx.exp
10957 * gdb.arch/i386-permbkpt.exp
10958 * gdb.arch/pa-nullify.exp
10959 * gdb.arch/powerpc-d128-regs.exp
10960 * gdb.arch/vsx-regs.exp
10961 * gdb.base/bfp-test.exp
10962 * gdb.base/break.exp
10963 * gdb.base/breakpoint-shadow.exp
10964 * gdb.base/callfuncs.exp
10965 * gdb.base/charset.exp
10966 * gdb.base/commands.exp
10967 * gdb.base/completion.exp
10968 * gdb.base/dfp-test.exp
10969 * gdb.base/echo.exp
10970 * gdb.base/ending-run.exp
10971 * gdb.base/eval.exp
10972 * gdb.base/expand-psymtabs.exp
10973 * gdb.base/float128.exp
10974 * gdb.base/floatn.exp
10975 * gdb.base/foll-exec-mode.exp
10976 * gdb.base/gdb1056.exp
10977 * gdb.base/gdb11531.exp
10978 * gdb.base/kill-after-signal.exp
10979 * gdb.base/multi-forks.exp
10980 * gdb.base/overlays.exp
10981 * gdb.base/pending.exp
10982 * gdb.base/sepdebug.exp
10983 * gdb.base/testenv.exp
10984 * gdb.base/valgrind-db-attach.exp
10985 * gdb.base/watch_thread_num.exp
10986 * gdb.base/watchpoint-cond-gone.exp
10987 * gdb.base/watchpoint.exp
10988 * gdb.base/watchpoints.exp
10989 * gdb.cp/arg-reference.exp
10990 * gdb.cp/baseenum.exp
10991 * gdb.cp/operator.exp
10992 * gdb.cp/shadow.exp
10993 * gdb.dwarf2/dw2-op-out-param.exp
10994 * gdb.dwarf2/dw2-reg-undefined.exp
10995 * gdb.go/chan.exp
10996 * gdb.go/hello.exp
10997 * gdb.go/integers.exp
10998 * gdb.go/methods.exp
10999 * gdb.go/package.exp
11000 * gdb.guile/scm-parameter.exp
11001 * gdb.guile/scm-progspace.exp
11002 * gdb.guile/scm-value.exp
11003 * gdb.mi/mi-pending.exp
11004 * gdb.mi/user-selected-context-sync.exp
11005 * gdb.multi/multi-attach.exp
11006 * gdb.multi/tids.exp
11007 * gdb.opt/clobbered-registers-O2.exp
11008 * gdb.pascal/floats.exp
11009 * gdb.pascal/integers.exp
11010 * gdb.python/py-block.exp
11011 * gdb.python/py-events.exp
11012 * gdb.python/py-parameter.exp
11013 * gdb.python/py-symbol.exp
11014 * gdb.python/py-symtab.exp
11015 * gdb.python/py-type.exp
11016 * gdb.python/py-value.exp
11017 * gdb.python/py-xmethods.exp
11018 * gdb.python/python.exp
11019 * gdb.reverse/break-precsave.exp
11020 * gdb.reverse/consecutive-precsave.exp
11021 * gdb.reverse/finish-precsave.exp
11022 * gdb.reverse/i386-precsave.exp
11023 * gdb.reverse/machinestate-precsave.exp
11024 * gdb.reverse/sigall-precsave.exp
11025 * gdb.reverse/solib-precsave.exp
11026 * gdb.reverse/step-precsave.exp
11027 * gdb.reverse/until-precsave.exp
11028 * gdb.reverse/watch-precsave.exp
11029 * gdb.server/ext-attach.exp
11030 * gdb.server/ext-restart.exp
11031 * gdb.server/ext-run.exp
11032 * gdb.server/ext-wrapper.exp
11033 * gdb.stabs/gdb11479.exp
11034 * gdb.stabs/weird.exp
11035 * gdb.threads/attach-many-short-lived-threads.exp
11036 * gdb.threads/kill.exp
11037 * gdb.threads/watchpoint-fork.exp
11038
bc6c7af4
LM
110392016-12-01 Luis Machado <lgustavo@codesourcery.com>
11040
11041 Fix test names starting with uppercase throughout all the files below.
11042
11043 * gdb.ada/array_return.exp
11044 * gdb.ada/catch_ex.exp
11045 * gdb.ada/info_exc.exp
11046 * gdb.ada/mi_catch_ex.exp
11047 * gdb.ada/mi_dyn_arr.exp
11048 * gdb.ada/mi_ex_cond.exp
11049 * gdb.ada/mi_exc_info.exp
11050 * gdb.ada/mi_interface.exp
11051 * gdb.ada/mi_task_arg.exp
11052 * gdb.ada/mi_task_info.exp
11053 * gdb.ada/mi_var_array.exp
11054 * gdb.arch/alpha-step.exp
11055 * gdb.arch/amd64-disp-step.exp
11056 * gdb.arch/arm-disp-step.exp
11057 * gdb.arch/disp-step-insn-reloc.exp
11058 * gdb.arch/e500-prologue.exp
11059 * gdb.arch/ftrace-insn-reloc.exp
11060 * gdb.arch/gdb1558.exp
11061 * gdb.arch/i386-bp_permanent.exp
11062 * gdb.arch/i386-disp-step.exp
11063 * gdb.arch/i386-float.exp
11064 * gdb.arch/i386-gnu-cfi.exp
11065 * gdb.arch/ia64-breakpoint-shadow.exp
11066 * gdb.arch/mips16-thunks.exp
11067 * gdb.arch/pa-nullify.exp
11068 * gdb.arch/powerpc-aix-prologue.exp
11069 * gdb.arch/powerpc-power.exp
11070 * gdb.arch/ppc-dfp.exp
11071 * gdb.arch/s390-tdbregs.exp
11072 * gdb.arch/spu-info.exp
11073 * gdb.arch/spu-ls.exp
11074 * gdb.arch/thumb-bx-pc.exp
11075 * gdb.base/advance.exp
11076 * gdb.base/annota-input-while-running.exp
11077 * gdb.base/arrayidx.exp
11078 * gdb.base/asmlabel.exp
11079 * gdb.base/async.exp
11080 * gdb.base/attach-wait-input.exp
11081 * gdb.base/auto-connect-native-target.exp
11082 * gdb.base/batch-preserve-term-settings.exp
11083 * gdb.base/bfp-test.exp
11084 * gdb.base/bigcore.exp
11085 * gdb.base/bp-permanent.exp
11086 * gdb.base/break-always.exp
11087 * gdb.base/break-fun-addr.exp
11088 * gdb.base/break-idempotent.exp
11089 * gdb.base/break-main-file-remove-fail.exp
11090 * gdb.base/break-probes.exp
11091 * gdb.base/break-unload-file.exp
11092 * gdb.base/break.exp
11093 * gdb.base/call-ar-st.exp
11094 * gdb.base/call-rt-st.exp
11095 * gdb.base/call-sc.exp
11096 * gdb.base/call-signal-resume.exp
11097 * gdb.base/call-strs.exp
11098 * gdb.base/callexit.exp
11099 * gdb.base/callfuncs.exp
11100 * gdb.base/catch-gdb-caused-signals.exp
11101 * gdb.base/catch-signal-siginfo-cond.exp
11102 * gdb.base/catch-syscall.exp
11103 * gdb.base/compare-sections.exp
11104 * gdb.base/cond-eval-mode.exp
11105 * gdb.base/condbreak-call-false.exp
11106 * gdb.base/consecutive-step-over.exp
11107 * gdb.base/cursal.exp
11108 * gdb.base/disabled-location.exp
11109 * gdb.base/disasm-end-cu.exp
11110 * gdb.base/display.exp
11111 * gdb.base/double-prompt-target-event-error.exp
11112 * gdb.base/dprintf-bp-same-addr.exp
11113 * gdb.base/dprintf-detach.exp
11114 * gdb.base/dprintf-next.exp
11115 * gdb.base/dprintf-non-stop.exp
11116 * gdb.base/dprintf-pending.exp
11117 * gdb.base/dso2dso.exp
11118 * gdb.base/ending-run.exp
11119 * gdb.base/enum_cond.exp
11120 * gdb.base/examine-backward.exp
11121 * gdb.base/exe-lock.exp
11122 * gdb.base/exec-invalid-sysroot.exp
11123 * gdb.base/execl-update-breakpoints.exp
11124 * gdb.base/execution-termios.exp
11125 * gdb.base/fileio.exp
11126 * gdb.base/fixsection.exp
11127 * gdb.base/foll-exec-mode.exp
11128 * gdb.base/foll-exec.exp
11129 * gdb.base/fork-running-state.exp
11130 * gdb.base/frame-args.exp
11131 * gdb.base/fullpath-expand.exp
11132 * gdb.base/func-ptr.exp
11133 * gdb.base/gcore-relro-pie.exp
11134 * gdb.base/gdb1090.exp
11135 * gdb.base/gdb1555.exp
11136 * gdb.base/global-var-nested-by-dso.exp
11137 * gdb.base/gnu-ifunc.exp
11138 * gdb.base/hbreak-in-shr-unsupported.exp
11139 * gdb.base/hbreak-unmapped.exp
11140 * gdb.base/hook-stop.exp
11141 * gdb.base/infcall-input.exp
11142 * gdb.base/info-fun.exp
11143 * gdb.base/info-shared.exp
11144 * gdb.base/interrupt-noterm.exp
11145 * gdb.base/jit-so.exp
11146 * gdb.base/jit.exp
11147 * gdb.base/line-symtabs.exp
11148 * gdb.base/list.exp
11149 * gdb.base/longjmp.exp
11150 * gdb.base/macscp.exp
11151 * gdb.base/max-value-size.exp
11152 * gdb.base/nodebug.exp
11153 * gdb.base/nofield.exp
11154 * gdb.base/overlays.exp
11155 * gdb.base/paginate-after-ctrl-c-running.exp
11156 * gdb.base/paginate-bg-execution.exp
11157 * gdb.base/paginate-inferior-exit.exp
11158 * gdb.base/pending.exp
11159 * gdb.base/pr11022.exp
11160 * gdb.base/printcmds.exp
11161 * gdb.base/ptr-typedef.exp
11162 * gdb.base/ptype.exp
11163 * gdb.base/randomize.exp
11164 * gdb.base/range-stepping.exp
11165 * gdb.base/realname-expand.exp
11166 * gdb.base/relativedebug.exp
11167 * gdb.base/remote.exp
11168 * gdb.base/savedregs.exp
11169 * gdb.base/sepdebug.exp
11170 * gdb.base/set-noassign.exp
11171 * gdb.base/shlib-call.exp
11172 * gdb.base/shreloc.exp
11173 * gdb.base/sigaltstack.exp
11174 * gdb.base/sigbpt.exp
11175 * gdb.base/siginfo-addr.exp
11176 * gdb.base/siginfo-obj.exp
11177 * gdb.base/siginfo-thread.exp
11178 * gdb.base/signest.exp
11179 * gdb.base/signull.exp
11180 * gdb.base/sigrepeat.exp
11181 * gdb.base/skip.exp
11182 * gdb.base/so-impl-ld.exp
11183 * gdb.base/solib-corrupted.exp
11184 * gdb.base/solib-disc.exp
11185 * gdb.base/solib-display.exp
11186 * gdb.base/solib-overlap.exp
11187 * gdb.base/solib-search.exp
11188 * gdb.base/solib-symbol.exp
11189 * gdb.base/source-execution.exp
11190 * gdb.base/sss-bp-on-user-bp-2.exp
11191 * gdb.base/sss-bp-on-user-bp.exp
11192 * gdb.base/stack-checking.exp
11193 * gdb.base/stale-infcall.exp
11194 * gdb.base/step-break.exp
11195 * gdb.base/step-line.exp
11196 * gdb.base/step-over-exit.exp
11197 * gdb.base/step-test.exp
11198 * gdb.base/structs.exp
11199 * gdb.base/sym-file.exp
11200 * gdb.base/symtab-search-order.exp
11201 * gdb.base/term.exp
11202 * gdb.base/type-opaque.exp
11203 * gdb.base/unload.exp
11204 * gdb.base/until-nodebug.exp
11205 * gdb.base/until.exp
11206 * gdb.base/unwindonsignal.exp
11207 * gdb.base/watch-cond.exp
11208 * gdb.base/watch-non-mem.exp
11209 * gdb.base/watch_thread_num.exp
11210 * gdb.base/watchpoint-reuse-slot.exp
11211 * gdb.base/watchpoint-solib.exp
11212 * gdb.base/watchpoint.exp
11213 * gdb.btrace/dlopen.exp
11214 * gdb.cell/arch.exp
11215 * gdb.cell/break.exp
11216 * gdb.cell/bt.exp
11217 * gdb.cell/core.exp
11218 * gdb.cell/data.exp
11219 * gdb.cell/dwarfaddr.exp
11220 * gdb.cell/ea-cache.exp
11221 * gdb.cell/ea-standalone.exp
11222 * gdb.cell/ea-test.exp
11223 * gdb.cell/f-regs.exp
11224 * gdb.cell/fork.exp
11225 * gdb.cell/gcore.exp
11226 * gdb.cell/mem-access.exp
11227 * gdb.cell/ptype.exp
11228 * gdb.cell/registers.exp
11229 * gdb.cell/sizeof.exp
11230 * gdb.cell/solib-symbol.exp
11231 * gdb.cell/solib.exp
11232 * gdb.compile/compile-tls.exp
11233 * gdb.cp/exception.exp
11234 * gdb.cp/gdb2495.exp
11235 * gdb.cp/local.exp
11236 * gdb.cp/mb-inline.exp
11237 * gdb.cp/mb-templates.exp
11238 * gdb.cp/pr10687.exp
11239 * gdb.cp/pr9167.exp
11240 * gdb.cp/scope-err.exp
11241 * gdb.cp/templates.exp
11242 * gdb.cp/virtfunc.exp
11243 * gdb.dwarf2/dw2-dir-file-name.exp
11244 * gdb.dwarf2/dw2-single-line-discriminators.exp
11245 * gdb.fortran/complex.exp
11246 * gdb.fortran/library-module.exp
11247 * gdb.guile/guile.exp
11248 * gdb.guile/scm-cmd.exp
11249 * gdb.guile/scm-frame-inline.exp
11250 * gdb.guile/scm-objfile.exp
11251 * gdb.guile/scm-pretty-print.exp
11252 * gdb.guile/scm-symbol.exp
11253 * gdb.guile/scm-type.exp
11254 * gdb.guile/scm-value.exp
11255 * gdb.linespec/keywords.exp
11256 * gdb.linespec/ls-errs.exp
11257 * gdb.linespec/macro-relative.exp
11258 * gdb.linespec/thread.exp
11259 * gdb.mi/mi-breakpoint-changed.exp
11260 * gdb.mi/mi-dprintf-pending.exp
11261 * gdb.mi/mi-fullname-deleted.exp
11262 * gdb.mi/mi-logging.exp
11263 * gdb.mi/mi-pending.exp
11264 * gdb.mi/mi-solib.exp
11265 * gdb.mi/new-ui-mi-sync.exp
11266 * gdb.mi/user-selected-context-sync.exp
11267 * gdb.multi/dummy-frame-restore.exp
11268 * gdb.multi/multi-arch-exec.exp
11269 * gdb.multi/remove-inferiors.exp
11270 * gdb.multi/watchpoint-multi-exit.exp
11271 * gdb.opt/solib-intra-step.exp
11272 * gdb.perf/backtrace.exp
11273 * gdb.perf/single-step.exp
11274 * gdb.perf/skip-command.exp
11275 * gdb.perf/skip-prologue.exp
11276 * gdb.perf/solib.exp
11277 * gdb.python/lib-types.exp
11278 * gdb.python/py-as-string.exp
11279 * gdb.python/py-bad-printers.exp
11280 * gdb.python/py-block.exp
11281 * gdb.python/py-breakpoint.exp
11282 * gdb.python/py-cmd.exp
11283 * gdb.python/py-events.exp
11284 * gdb.python/py-evthreads.exp
11285 * gdb.python/py-finish-breakpoint.exp
11286 * gdb.python/py-finish-breakpoint2.exp
11287 * gdb.python/py-frame-inline.exp
11288 * gdb.python/py-frame.exp
11289 * gdb.python/py-inferior.exp
11290 * gdb.python/py-infthread.exp
11291 * gdb.python/py-mi.exp
11292 * gdb.python/py-objfile.exp
11293 * gdb.python/py-pp-maint.exp
11294 * gdb.python/py-pp-registration.exp
11295 * gdb.python/py-prettyprint.exp
11296 * gdb.python/py-recurse-unwind.exp
11297 * gdb.python/py-shared.exp
11298 * gdb.python/py-symbol.exp
11299 * gdb.python/py-symtab.exp
11300 * gdb.python/py-template.exp
11301 * gdb.python/py-type.exp
11302 * gdb.python/py-unwind-maint.exp
11303 * gdb.python/py-unwind.exp
11304 * gdb.python/py-value.exp
11305 * gdb.python/python.exp
11306 * gdb.reverse/finish-reverse-bkpt.exp
11307 * gdb.reverse/insn-reverse.exp
11308 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11309 * gdb.reverse/solib-precsave.exp
11310 * gdb.reverse/solib-reverse.exp
11311 * gdb.stabs/gdb11479.exp
11312 * gdb.stabs/weird.exp
11313 * gdb.threads/fork-child-threads.exp
11314 * gdb.threads/fork-plus-threads.exp
11315 * gdb.threads/fork-thread-pending.exp
11316 * gdb.threads/forking-threads-plus-breakpoint.exp
11317 * gdb.threads/hand-call-in-threads.exp
11318 * gdb.threads/interrupted-hand-call.exp
11319 * gdb.threads/linux-dp.exp
11320 * gdb.threads/local-watch-wrong-thread.exp
11321 * gdb.threads/next-while-other-thread-longjmps.exp
11322 * gdb.threads/non-ldr-exit.exp
11323 * gdb.threads/pending-step.exp
11324 * gdb.threads/print-threads.exp
11325 * gdb.threads/process-dies-while-detaching.exp
11326 * gdb.threads/process-dies-while-handling-bp.exp
11327 * gdb.threads/pthreads.exp
11328 * gdb.threads/queue-signal.exp
11329 * gdb.threads/reconnect-signal.exp
11330 * gdb.threads/signal-command-handle-nopass.exp
11331 * gdb.threads/signal-command-multiple-signals-pending.exp
11332 * gdb.threads/signal-delivered-right-thread.exp
11333 * gdb.threads/signal-sigtrap.exp
11334 * gdb.threads/sigthread.exp
11335 * gdb.threads/staticthreads.exp
11336 * gdb.threads/stepi-random-signal.exp
11337 * gdb.threads/thread-unwindonsignal.exp
11338 * gdb.threads/thread_check.exp
11339 * gdb.threads/thread_events.exp
11340 * gdb.threads/tid-reuse.exp
11341 * gdb.threads/tls-nodebug.exp
11342 * gdb.threads/tls-shared.exp
11343 * gdb.threads/tls-so_extern.exp
11344 * gdb.threads/tls.exp
11345 * gdb.threads/wp-replication.exp
11346 * gdb.trace/actions-changed.exp
11347 * gdb.trace/actions.exp
11348 * gdb.trace/backtrace.exp
11349 * gdb.trace/change-loc.exp
11350 * gdb.trace/collection.exp
11351 * gdb.trace/deltrace.exp
11352 * gdb.trace/disconnected-tracing.exp
11353 * gdb.trace/entry-values.exp
11354 * gdb.trace/ftrace-lock.exp
11355 * gdb.trace/ftrace.exp
11356 * gdb.trace/infotrace.exp
11357 * gdb.trace/mi-trace-frame-collected.exp
11358 * gdb.trace/mi-trace-unavailable.exp
11359 * gdb.trace/mi-traceframe-changed.exp
11360 * gdb.trace/mi-tracepoint-changed.exp
11361 * gdb.trace/mi-tsv-changed.exp
11362 * gdb.trace/no-attach-trace.exp
11363 * gdb.trace/packetlen.exp
11364 * gdb.trace/passc-dyn.exp
11365 * gdb.trace/passcount.exp
11366 * gdb.trace/pending.exp
11367 * gdb.trace/pr16508.exp
11368 * gdb.trace/qtro.exp
11369 * gdb.trace/range-stepping.exp
11370 * gdb.trace/read-memory.exp
11371 * gdb.trace/report.exp
11372 * gdb.trace/save-trace.exp
11373 * gdb.trace/signal.exp
11374 * gdb.trace/stap-trace.exp
11375 * gdb.trace/status-stop.exp
11376 * gdb.trace/strace.exp
11377 * gdb.trace/tfile.exp
11378 * gdb.trace/tfind.exp
11379 * gdb.trace/trace-break.exp
11380 * gdb.trace/trace-condition.exp
11381 * gdb.trace/trace-enable-disable.exp
11382 * gdb.trace/trace-mt.exp
11383 * gdb.trace/tracecmd.exp
11384 * gdb.trace/tracefile-pseudo-reg.exp
11385 * gdb.trace/tspeed.exp
11386 * gdb.trace/tstatus.exp
11387 * gdb.trace/tsv.exp
11388 * gdb.trace/unavailable.exp
11389 * gdb.trace/while-dyn.exp
11390 * gdb.trace/while-stepping.exp
11391 * lib/gdb-guile.exp
11392 * lib/gdb.exp
11393 * lib/mi-support.exp
11394 * lib/pascal.exp
11395 * lib/perftest.exp
11396 * lib/prelink-support.exp
11397 * lib/selftest-support.exp
11398
ad02e4fe
SM
113992016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11400
11401 * Makefile.in: Include disable-implicit-rules.mk.
11402
22347e55
AA
114032016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11404
11405 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11406 non-byte-aligned bit fields.
11407
da5b30da
AA
114082016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11409
11410 PR gdb/12616
11411 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11412 respects the DW_AT_data_bit_offset attribute.
11413
b593ecca
SM
114142016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11415
11416 * gdb.base/default.exp: Fix output of "set language".
11417
3b165252
SM
114182016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11419
11420 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11421 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11422 make.
11423 * configure.ac: Remove checks for the make program.
11424 * configure: Re-generate.
11425
1a2f3d7f
KB
114262016-11-16 Kevin Buettner <kevinb@redhat.com>
11427
11428 * gdb.python/py-recurse-unwind.c (main): Add loop.
11429 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11430 to read_register() and gdb.parse_and_eval(). Make each code
11431 call a separate case that can be individually tested.
11432 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11433 proc. Call cont_and_backtrace for each of the code paths that
11434 we want to test in the unwinder.
11435
b7f38fda
AA
114362016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11437
11438 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11439 the definition of struct S.
11440
1f8db343
CM
114412016-11-11 Catherine Moore <clm@codesourcery.com>
11442
11443 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11444
fad0c9fb
PA
114452016-11-09 Pedro Alves <palves@redhat.com>
11446
11447 * gdb.base/commands.exp (runto_or_return): New procedure.
11448 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11449 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11450 (progvar_simple_while_test, progvar_complex_if_while_test)
11451 (if_while_breakpoint_command_test)
11452 (infrun_breakpoint_command_test, breakpoint_command_test)
11453 (user_defined_command_test, watchpoint_command_test)
11454 (test_command_prompt_position, redefine_hook_test)
11455 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11456 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11457 multi_line_input and multi_line. Remove gdb_expect and
11458 gdb_stop_suppressing_tests uses.
11459 * lib/gdb.exp (valnum_re): New global.
11460 (multi_line_input): New procedure.
11461
8354c62c
SM
114622016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11463
11464 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11465 Remove.
11466 (test_setup): Define with proc_with_prefix.
11467 (test_cli_inferior): Likewise.
11468 (test_cli_thread): Likewise.
11469 (test_cli_frame): Likewise.
11470 (test_cli_select_frame): Likewise.
11471 (test_cli_up_down): Likewise.
11472 (test_mi_thread_select): Likewise.
11473 (test_mi_stack_select_frame): Likewise.
11474 (test_cli_in_mi_inferior): Likewise.
11475 (test_cli_in_mi_thread): Likewise.
11476 (test_cli_in_mi_frame): Likewise.
11477 (top level): Do not use with_test_prefix_procname.
11478
64f367a2
PA
114792016-11-09 Pedro Alves <palves@redhat.com>
11480
11481 * gdb.base/commands.exp (gdbvar_simple_if_test)
11482 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11483 (progvar_simple_if_test, progvar_simple_while_test)
11484 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11485 (infrun_breakpoint_command_test, breakpoint_command_test)
11486 (user_defined_command_test, watchpoint_command_test)
11487 (test_command_prompt_position, deprecated_command_test)
11488 (bp_deleted_in_command, temporary_breakpoint_commands)
11489 (stray_arg0_test, source_file_with_indented_comment)
11490 (recursive_source_test, if_commands_test)
11491 (error_clears_commands_left, redefine_hook_test)
11492 (redefine_backtrace_test): Use proc_with_prefix.
11493 * lib/gdb.exp (proc_with_prefix): New proc.
11494
0bb65f1e
AA
114952016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11496
11497 * gdb.base/tui-layout.c: New file.
11498 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11499 disassembly window contains very long lines.
11500
7353f247
TT
115012016-11-08 Tom Tromey <tom@tromey.com>
11502
11503 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11504 depend on Python 2.
11505
30a7bb83
TT
115062016-11-08 Tom Tromey <tom@tromey.com>
11507
11508 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11509 New method.
11510
cdf5a07c
MG
115112016-10-29 Manish Goregaokar <manish@mozilla.com>
11512
2806dc7e 11513 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 11514
51a789c3
MG
115152016-10-27 Manish Goregaokar <manish@mozilla.com>
11516
2806dc7e
PA
11517 * gdb.rust/simple.rs: Add test for univariant enums without
11518 discriminants and for encoded struct-like enums.
51a789c3 11519
f610ab6d
PA
115202016-10-28 Pedro Alves <palves@redhat.com>
11521
11522 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11523 gdb_test_multiple, tighten regexps and match symtabs and line
11524 tables incrementally.
11525
b129b0ca
LM
115262016-10-28 Luis Machado <lgustavo@codesourcery.com>
11527
11528 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11529 general.
11530
ecf45d2c
SL
115312016-10-25 Luis Machado <lgustavo@codesourcery.com>
11532
11533 * gdb.base/exec-invalid-sysroot.exp: New file.
11534
b8d38ee4
JK
115352016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11536
11537 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11538
f90fd8c2
JK
115392016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11540
11541 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11542
2d2476aa
MR
115432016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11544
2806dc7e
PA
11545 * gdb.base/killed-outside.exp: Remove $options from a call to
11546 `prepare_for_testing'.
2d2476aa 11547
e42b25a0
SM
115482016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11549
11550 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11551 Change test message.
11552
3ccdb432
SM
115532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11554
11555 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11556 Update comment.
11557
5bad3170
SM
115582016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11559
11560 * gdb.trace/mi-trace-save.exp: New file.
11561
5ad9dba7
YQ
115622016-10-13 Yao Qi <yao.qi@linaro.org>
11563
11564 * gdb.base/code_elim.exp (get_var_address): Remove.
11565 * gdb.base/relocate.exp: Likewise.
11566 * gdb.base/shreloc.exp: Likewise.
11567 * lib/gdb.exp (get_var_address): New.
11568
62df7e21
YQ
115692016-10-13 Yao Qi <yao.qi@linaro.org>
11570
11571 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11572 floating point tests if $skip_float_test is false.
11573
4dac951e
LM
115742016-10-12 Luis Machado <lgustavo@codesourcery.com>
11575
11576 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11577 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11578 argc values.
11579 Add 1 to argc so we guarantee distinct initial/modified argc values.
11580
8f1a8fc4
JK
115812016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11582
11583 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11584
16c85b5d
JK
115852016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11588 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11589 * gdb.arch/vsx-regs.exp: Likewise.
11590
1d0e042a
YQ
115912016-10-07 Yao Qi <yao.qi@linaro.org>
11592
11593 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11594
68dadef5
MM
115952016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11596
11597 * gdb.python/python.exp: Test decode_line("*0").
11598
33fa2c6e
DE
115992016-10-06 Doug Evans <dje@google.com>
11600
11601 * gdb.python/py-value.exp (test_value_creation): Add test for large
11602 unsigned 64-bit value.
11603
9c37b5ae
TT
116042016-10-06 Tom Tromey <tom@tromey.com>
11605
11606 * gdb.compile/compile.exp: Change java tests to rust.
11607 * gdb.base/setshow.exp: Change java tests to rust.
11608 * gdb.base/default.exp: Remove java from language list.
11609 * README (Examples): Update language example.
11610 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11611 test.
11612 * lib/gdb.exp (skip_java_tests): Remove.
11613 * lib/java.exp: Remove.
11614 * gdb.java: Remove.
11615
78b86327
MR
116162016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11617
11618 * gdb.arch/mips-fcr.exp: New test.
11619 * gdb.arch/mips-fcr.c: Source for the new test.
11620
7470adbb
MR
116212016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11622
11623 * gdb.base/solib-disc.exp: Use `standard_output_file'
11624 throughout.
11625
4a556533
PA
116262016-10-06 Pedro Alves <palves@redhat.com>
11627
11628 * gdb.base/jit-simple-dl.c: New file.
11629 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11630 * gdb.base/jit-simple.c: ... this.
11631 * gdb.base/jit-simple.exp (jit_run): Delete.
11632 (build_jit): New proc.
11633 (jit_test_reread): Recompile either the main program or the shared
11634 library, depending on what is being tested. Skip changing address
11635 if caller wants to. Compare before/after addresses. If testing
11636 standalone, explicitly load the binary. Test "maint info
11637 breakpoints".
11638 (top level): Add "standalone vs shared lib" and "change address"
11639 vs "same address" axes.
11640
5a122fbc
PA
116412016-10-06 Pedro Alves <palves@redhat.com>
11642
11643 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11644 call.
11645 (jit_run): Delete.
11646 (jit_test_reread): Use with_test_prefix. Reload the main binary
11647 explicitly. Compare the before/after addresses of the JIT
11648 descriptor.
11649
ee8da4b8
DE
116502016-08-15 Doug Evans <dje@google.com>
11651
11652 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11653 for single bitfields is bool.
11654 * gdb.xml/tdesc-regs.exp: Ditto.
11655
f389f6fe
JK
116562016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11657
11658 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11659
fdebf1a4
YQ
116602016-10-05 Yao Qi <yao.qi@linaro.org>
11661
11662 * lib/gdb.exp (support_complex_tests): Return zero if
11663 gdb_skip_float_test return true.
11664
9c36d954 116652016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11666 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
11667
11668 PR gdb/20487
11669 * gdb.mi/user-selected-context-sync.exp: New file.
11670 * gdb.mi/user-selected-context-sync.c: New file.
11671
4034d0ff 116722016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 11673 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
11674
11675 PR gdb/20487
11676 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11677 =thread-select-event check.
11678
a4297203
PB
116792016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11680
11681 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11682 the compulsory L operand changes.
11683 * gdb.arch/powerpc-power.s: Likewise.
11684
bb805577
JK
116852016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11686
11687 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11688 * gdb.base/jit-attach-pie.c: New file.
11689 * gdb.base/jit-attach-pie.exp: New file.
11690
6d61dee5
PA
116912016-09-28 Pedro Alves <palves@redhat.com>
11692
11693 * gdb.base/infcall-input.c: New file.
11694 * gdb.base/infcall-input.exp: New file.
11695
f73842fc
YQ
116962016-09-22 Yao Qi <yao.qi@linaro.org>
11697
11698 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11699 (gdb_exit): Rename it to ...
11700 (gdbserver_gdb_exit): ... Close GDBserver.
11701 (gdb_exit): New proc, call gdbserver_gdb_exit.
11702 (mi_gdb_exit): Likewise.
11703
90681dab
YQ
117042016-09-22 Yao Qi <yao.qi@linaro.org>
11705
11706 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11707 path.
11708 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11709 Remove duplication.
11710
9c211fd8
YQ
117112016-09-22 Yao Qi <yao.qi@linaro.org>
11712
11713 * lib/gdbserver-support.exp: Check the existence of
11714 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11715
ad0a504f
AK
117162016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11717
11718 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11719
36cf1806
TT
117202016-09-21 Tom Tromey <tom@tromey.com>
11721
11722 PR gdb/20604:
11723 * gdb.base/quit.exp: New file.
11724
74172ecf
SM
117252016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11726
11727 * .gitignore: New file.
11728
3d0ec882
MR
117292016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11730
11731 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11732 throughout.
11733
8193adea
AA
117342016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11735
11736 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11737
d41a5c09
JK
117382016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11739
11740 * gdb.cp/casts.cc (decltype): Move it ...
11741 (main): ... with its call to ...
11742 * gdb.cp/casts03.cc: ... a new file.
11743 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11744
d2dfe700
JK
117452016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11746
11747 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11748
e2a92b16
PB
117492016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11750
11751 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11752 and sync up the test with tests in gas/testsuite/gas/ppc.
11753 * gdb.arch/powerpc-power.exp: Likewise.
11754
49b4de64
JK
117552016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11756
11757 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11758
2c29df25
SDJ
117592016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11760 Jan Kratochvil <jan.kratochvil@redhat.com>
11761
11762 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11763 make m1's definition to be different from m2's. Use 'dummy' as an
11764 argument for probe 'two'.
11765
cc3c2846
JB
117662016-09-10 Jon Beniston <jon@beniston.com>
11767
11768 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11769 for sim target.
11770
e1b2624a
AA
117712016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11772
11773 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11774 variable declaration.
11775 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11776 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11777 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11778 received HWCAP as its argument.
11779
4295e285
PA
117802016-09-06 Pedro Alves <palves@redhat.com>
11781
11782 * gdb.base/new-ui-pending-input.c: New file.
11783 * gdb.base/new-ui-pending-input.exp: New file.
11784 * gdb.exp (clear_gdb_spawn_id): New procedure.
11785 (with_spawn_id): Check whether gdb_spawn_id exists before
11786 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11787 on exit.
11788
00d5215e
UW
117892016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11790
11791 * gdb.base/float128.c: New file.
11792 * gdb.base/float128.exp: Likewise.
11793 * gdb.base/floatn.c: Likewise.
11794 * gdb.base/floatn.exp: Likewise.
11795
a9ff5f12
UW
117962016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11797
11798 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11799
f245535c
PA
118002016-09-05 Pedro Alves <palves@redhat.com>
11801
11802 PR backtrace/19927
11803 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11804 unwinders are immediately called as side effect of "source" or
11805 "disable unwinder" commands.
11806 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11807
ae9cf263
YQ
118082016-09-02 Yao Qi <yao.qi@linaro.org>
11809
11810 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11811 is true and $type is "float" or "double".
11812
27aba047
YQ
118132016-09-02 Yao Qi <yao.qi@linaro.org>
11814
11815 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11816 true.
11817 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11818 * gdb.base/call-rt-st.exp: Likewise.
11819 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11820 return value instead of gdb,skip_float_test.
11821 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11822 (do_function_calls): Use its return value instead of
11823 gdb,skip_float_test.
11824 * gdb.base/finish.exp: Likewise.
11825 * gdb.base/funcargs.exp: Likewise.
11826 * gdb.base/return.exp: Likewise.
11827 * gdb.base/return2.exp: Likewise.
11828 * gdb.base/varargs.exp: Likewise.
11829 * lib/gdb.exp (gdb_skip_float_test): Change it to
11830 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11831
5af962df
AA
118322016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11833
11834 * gdb.multi/tids.exp: Test "thread apply all".
11835
7fac6910
JK
118362016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11837
11838 * gdb.base/default.exp (tty): Remove.
11839
bb1fe4ac
KB
118402016-08-24 Kevin Buettner <kevinb@redhat.com>
11841
2806dc7e
PA
11842 * gdb.python/py-recurse-unwind.c: New file.
11843 * gdb.python/py-recurse-unwind.py: New file.
11844 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 11845
0a1ddfa6
SM
118462016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11847
11848 * gdb.base/set-inferior-tty.exp: New file.
11849 * gdb.base/set-inferior-tty.c: New file.
11850
d9de1fe3
PA
118512016-08-23 Pedro Alves <palves@redhat.com>
11852
11853 PR gdb/20494
11854 * gdb.base/new-ui-echo.c: New file.
11855 * gdb.base/new-ui-echo.exp: New file.
11856
e9d9abd7
YQ
118572016-08-23 Yao Qi <yao.qi@linaro.org>
11858
11859 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11860 gdbserver_spawn.
11861 * gdb.server/connect-without-multi-process.exp (do_test):
11862 Likewise.
11863
3589529e
YQ
118642016-08-23 Yao Qi <yao.qi@linaro.org>
11865
11866 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11867 standalone_txt. Delete gdb_txt and standalone_txt on host
11868 and target. Spawn the binary on target. Copy files from
11869 target to host.
11870
6bb90213
PA
118712016-08-22 Pedro Alves <palves@redhat.com>
11872
11873 PR gdb/20505
11874 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11875 with_test_prefix. Factor out bits to ...
11876 (test_no_vdso): ... this new procedure.
11877
20c2c024
CL
118782016-08-19 Carl Love <cel@us.ibm.com>
11879
11880 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11881 maintaining separate logic for constructing the output path.
11882 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11883 * gdb.arch/ppc-dfp.exp: Likewise.
11884 * gdb.arch/ppc-fp.exp: Likewise.
11885 * gdb.arch/vsx-regs.exp: Likewise.
11886 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11887 binprefix for generating the additional binary files.
11888
0646e07d
PA
118892016-08-19 Pedro Alves <palves@redhat.com>
11890
11891 * gdb.trace/mi-trace-frame-collected.exp
11892 (test_trace_frame_collected): On x32, expect two registers.
11893
46da9242
CL
118942016-08-18 Carl Love <cel@us.ibm.com>
11895
11896 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11897 and sync up the test with tests in gas/testsuite/gas/ppc.
11898 * gdb.arch/powerpc-power.exp: Likewise.
11899
eb2332d7
SM
119002016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11901
11902 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11903 expected error message.
11904
63c61e04
SM
119052016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11906
11907 * gdb.multi/remove-inferiors.exp: New file.
11908 * gdb.multi/remove-inferiors.c: New file.
11909
7b17065f
YQ
119102016-08-12 Yao Qi <yao.qi@linaro.org>
11911
11912 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
11913 argument list.
11914
01d3dedf
PA
119152016-08-10 Pedro Alves <palves@redhat.com>
11916
11917 PR gdb/19187
11918 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
11919 setup_kfails.
11920
3eb7562a
PA
119212016-08-09 Pedro Alves <palves@redhat.com>
11922 Simon Marchi <simon.marchi@ericsson.com>
11923
11924 PR gdb/20418
11925 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
11926 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
11927
80614914
PA
119282016-08-09 Pedro Alves <palves@redhat.com>
11929
11930 PR mi/20431
11931 * gdb.mi/mi-cmd-error.exp: New file.
11932
f348d89a
PA
119332016-08-09 Pedro Alves <palves@redhat.com>
11934
11935 PR gdb/18653
11936 * gdb.base/signals-state-child.c: New file.
11937 * gdb.base/signals-state-child.exp: New file.
11938 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
11939
e5ca03b4
PA
119402016-08-09 Pedro Alves <palves@redhat.com>
11941
11942 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
11943
282a0691
TT
119442016-08-03 Tom Tromey <tom@tromey.com>
11945
11946 PR python/18565:
11947 * gdb.python/py-frame-inline.exp: Add Frame.function test.
11948
41bfcd63
YQ
119492016-08-01 Yao Qi <yao.qi@linaro.org>
11950
11951 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
11952 variable mode to "multi-process" if $multi_process is 1, otherwise
11953 set it to "single-process".
11954
e3465b24
YQ
119552016-08-01 Yao Qi <yao.qi@linaro.org>
11956
11957 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
11958 * gdb.cp/cpexprs.exp: Likewise.
11959 * gdb.cp/m-static.exp: Likewise.
11960
0b31a4bc
TT
119612016-07-26 Tom Tromey <tom@tromey.com>
11962
11963 PR python/20190:
11964 * gdb.threads/tls.exp (check_thread_local): Add python symbol
11965 test.
11966
e0461dbb
MM
119672016-07-26 Markus Metzger <markus.t.metzger@intel.com>
11968
11969 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
11970 selecting assembly source files.
11971 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
11972 assembly source files.
11973 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
11974 assembly source files.
11975 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
11976 selecting assembly source files.
11977
8194e927
SM
119782016-07-25 Simon Marchi <simon.marchi@ericsson.com>
11979
11980 * gdb.base/new-ui.exp (do_test_invalid_args): New
11981 procedure.
11982
c0272db5
TW
119832016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
11984
11985 * gdb.btrace/reconnect.c: New file.
11986 * gdb.btrace/reconnect.exp: New file.
11987
e3487908
GKB
119882016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
11989
11990 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
11991 to test_catch_syscall_group.
11992 (test_catch_syscall_group): New.
11993
12df5c00
TT
119942016-07-21 Tom Tromey <tom@tromey.com>
11995
11996 * gdb.rust/simple.rs (main): Use empty struct expression.
11997 * gdb.rust/simple.exp: Add tests for empty struct expression.
11998
bae62ee2
YQ
119992016-07-21 Yao Qi <yao.qi@linaro.org>
12000
12001 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12002 if gdb_skip_xml_test is true on some targets.
12003
b1b53fb3
YQ
120042016-07-21 Yao Qi <yao.qi@linaro.org>
12005
12006 * gdb.server/solib-list.exp: Unset last_loaded_file.
12007
027d97f8
JK
120082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12009
12010 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12011 "step into captured_main (args)".
12012
7674d381
JK
120132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12014
12015 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12016
72b5d099
JK
120172016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12018
12019 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12020
1f960ced
PA
120212016-07-19 Pedro Alves <palves@redhat.com>
12022
12023 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12024 * gdb.opt/inline-bt.exp: Likewise.
12025 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12026 additional_flags=-Winline.
12027 * gdb.opt/inline-locals.exp: Likewise.
12028 * gdb.opt/inline-markers.c (ATTR): Define.
12029 (inlined_fn): Use it.
12030
f25827c1
YQ
120312016-07-19 Yao Qi <yao.qi@linaro.org>
12032
12033 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12034 (test_with_self): Remove some code. Remove argument executable.
12035 (top-level): Use do_self_tests.
12036
37539ebe
DB
120372016-07-15 Zachary Welch <zwelch@codesourcery.com>
12038 Don Breazeal <donb@codesourcery.com>
12039
12040 * gdb.base/maint.exp: Escape paths used in regular expressions.
12041 * gdb.stabs/weird.exp: Likewise.
12042
dac790e1
TT
120432016-07-13 Tom Tromey <tom@tromey.com>
12044
12045 PR python/15620, PR python/18620:
12046 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12047 (test_bkpt_events): New procs.
12048
93daf339
TT
120492016-07-13 Tom Tromey <tom@tromey.com>
12050
12051 PR python/17698:
12052 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12053 test.
12054 (test_watchpoints): Likewise.
12055 (test_bkpt_pending): New proc.
12056
6571a381
TT
120572016-07-13 Tom Tromey <tom@tromey.com>
12058
12059 PR cli/18053:
12060 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12061 completion test.
12062
e8732474
JK
120632016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12064
12065 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12066 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12067 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12068 f_label.
12069 (g): Rename g_end_lbl to g_label.
12070 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12071 low_pc and high_pc.
12072 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12073
e0f3fd7c
TT
120742016-07-12 Tom Tromey <tom@tromey.com>
12075
12076 PR python/19293:
12077 * gdb.python/py-unwind-maint.exp: Update tests.
12078
3cfe46b6
YQ
120792016-07-12 Yao Qi <yao.qi@linaro.org>
12080
12081 * lib/selftest-support.exp (selftest_setup): Match the output
12082 when captured_main is inlined.
12083
4f19a0e6
WT
120842016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12085
12086 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12087 New variables.
12088 (print this%a, print this%b, print this): New tests.
12089 * gdb.fortran/derived-types.f90 (this): New object and
12090 initialization.
12091
986cf455
SM
120922016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12093
12094 * gdb.ada/arraydim.exp: Remove extra directory level in build
12095 directory.
12096
f0464b23
SM
120972016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12098
12099 * lib/ada.exp: Remove extra directory level in build directory.
12100 * gdb.ada/cond_lang.exp: Likewise.
12101 * gdb.ada/exec_changed.exp: Likewise.
12102 * gdb.ada/lang_switch.exp: Likewise.
12103
42d94011
MG
121042016-07-06 Manish Goregaokar <manish@mozilla.com>
12105
2806dc7e
PA
12106 * simple.rs: Add test for raw pointer subscripting.
12107 * simple.exp: Add test expectations.
42d94011 12108
647c264c
YQ
121092016-07-05 Yao Qi <yao.qi@linaro.org>
12110
12111 * gdb.mi/mi-reverse.exp: Match =record-started output.
12112
20aa2c60
PA
121132016-07-01 Pedro Alves <palves@redhat.com>
12114
12115 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12116 procedure.
12117 (jit_reader_test): Test the jit reader's unwinder.
12118 * gdb.base/jithost.c (jit_function_00_code): New global.
12119 (main): Use memcpy to fill in the mmapped code, instead of poking
12120 bytes manually here.
12121 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12122 value.
12123 (read_debug_info): Save the function's range.
12124 (read_sp): New function.
12125 (unwind_frame): Use it. Also unwind RBP.
12126 (get_frame_id): Use read_sp.
12127 (gdb_init_reader): Use calloc instead of malloc.
12128 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12129 parameter. Use gdb_test_multiple.
12130
ced2dffb
PA
121312016-07-01 Pedro Alves <palves@redhat.com>
12132 Antoine Tremblay <antoine.tremblay@ericsson.com>
12133
12134 * gdb.threads/process-dies-while-detaching.c: New file.
12135 * gdb.threads/process-dies-while-detaching.exp: New file.
12136
63000888
PA
121372016-07-01 Pedro Alves <palves@redhat.com>
12138
12139 * gdb.multi/watchpoint-multi-exit.c: New file.
12140 * gdb.multi/watchpoint-multi-exit.exp: New file.
12141
038d4868
PA
121422016-06-30 Pedro Alves <palves@redhat.com>
12143
12144 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12145 unset inferior_spawn_id.
12146
994e9c83
PA
121472016-06-30 Pedro Alves <palves@redhat.com>
12148
12149 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12150 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12151
e5653468
YQ
121522016-06-29 Yao Qi <yao.qi@linaro.org>
12153
12154 * gdb.base/return.c: Add copyright header.
12155
803b47e5
TT
121562016-06-29 Tom Tromey <tom@tromey.com>
12157
12158 PR python/20129:
12159 * gdb.python/py-framefilter.exp: Add tests for setting priority
12160 and disabling of non-existent frame filter.
12161
28244707
YQ
121622016-06-29 Yao Qi <yao.qi@linaro.org>
12163
12164 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12165 0x0f07ff.
12166
a31d2f06
YQ
121672016-06-28 Yao Qi <yao.qi@linaro.org>
12168
12169 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12170 triplets. Start gdb, execute catch syscall, and continue. Check
12171 gdb's output to determine catch syscall is supported.
12172
921d8f54
MG
121732016-06-27 Manish Goregaokar <manish@mozilla.com>
12174
25d49b86
PA
12175 * gdb.rust/simple.rs: Add test for returning unit in a function.
12176 * gdb.rust/simple.exp: Add expectation for functions returning
12177 unit.
921d8f54 12178
f4952523
PMR
121792016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12180
12181 * gdb.python/py-breakpoint-create-fail.c,
12182 gdb.python/py-breakpoint-create-fail.exp,
12183 gdb.python/py-breakpoint-create-fail.py: New testcase.
12184
fccb08f8
MG
121852016-06-25 Manish Goregaokar <manish@mozilla.com>
12186
12187 PR gdb/20239
12188 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
12189 * gdb.rust/simple.exp: Add test expectations for new NonZero
12190 tests.
fccb08f8 12191
6b850546
DT
121922016-06-24 David Taylor <dtaylor@emc.com>
12193
12194 * gdb.base/offsets.exp: New file.
12195 * gdb.base/offsets.c: New file.
12196
17621150
TT
121972016-06-23 Tom Tromey <tom@tromey.com>
12198
12199 PR gdb/16483:
12200 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12201 before any filters are loaded.
12202
04d59df6
WT
122032016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12204
12205 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12206 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12207 structs.
12208 * gdb.fortran/derived-type-function.exp: New file.
12209 * gdb.fortran/derived-type-function.f90: New file.
12210
12211
ac69f786
PA
122122016-06-21 Pedro Alves <palves@redhat.com>
12213
12214 * gdb.base/new-ui.exp: New file.
12215 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12216 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12217 (with_spawn_id): New procedure.
12218
49940788
PA
122192016-06-21 Pedro Alves <palves@redhat.com>
12220
12221 * gdb.mi/mi-exec-run.exp: New file.
12222
ef274d26
PA
122232016-06-21 Pedro Alves <palves@redhat.com>
12224
12225 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12226 breakpoint command's output on the main UI.
12227 (test_break): New procedure, factored out from calls in the top
12228 level.
12229 (top level): Use foreach_with_prefix to test MI as main UI and as
12230 separate UI.
12231
468afe6c
PA
122322016-06-21 Pedro Alves <palves@redhat.com>
12233
12234 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12235 (test_awatch_creation_and_listing)
12236 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12237 Remove 'type' parameter.
12238 (test_watchpoint_all): New parameter mi_mode. Remove
12239 with_test_prefix.
12240 (top level): Use foreach_with_prefix, and add main/separate UI MI
12241 testing axis.
12242
51f77c37
PA
122432016-06-21 Pedro Alves <palves@redhat.com>
12244
12245 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12246 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12247 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12248 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12249 (gdb_main_spawn_id, mi_spawn_id): Declare and
12250 comment.
12251 (mi_create_inferior_pty): New procedure,
12252 factored out from default_mi_gdb_start.
12253 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12254 procedures.
12255 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12256 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12257 Use mi_create_inferior_pty.
12258 (mi_gdb_start): Use eval to pass down args list.
12259
8980e177
PA
122602016-06-21 Pedro Alves <palves@redhat.com>
12261
12262 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12263 * gdb.opt/inline-cmds.exp: Add MI tests.
12264
f38d3ad1
PA
122652016-06-21 Pedro Alves <palves@redhat.com>
12266
12267 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12268
45db7c09
PA
122692016-06-21 Pedro Alves <palves@redhat.com>
12270
12271 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12272 (top level): Use it instead of mi_execute_to.
12273
5a069ab3
PA
122742016-06-21 Pedro Alves <palves@redhat.com>
12275
12276 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12277 (cont_handler_str): New.
12278 (signal_stop_handler): Set stop_handler_str instead of printing to
12279 stdout.
12280 (continue_handler): Set cont_handler_str instead of printing to
12281 stdout.
12282 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12283 mi_send_resuming_command. Print stop_handler_str and
12284 cont_handler_str instead of expecting the python events print
12285 directly.
12286
2838cc1d
SD
122872016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12288
12289 * gdb.base/jit-reader.exp: New file.
12290 * gdb.base/jithost.c: New file.
12291 * gdb.base/jithost.h: New file.
12292 * gdb.base/jitreader.c : New file.
12293 * gdb.base/jit-protocol.h: New file.
12294
21a77091
YQ
122952016-06-17 Yao Qi <yao.qi@linaro.org>
12296
12297 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12298 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12299 and detach-on-fork. Adjust tests.
12300 (top level): Invoke break_cond_on_syscall with combinations of
12301 syscall, follow-fork-mode and detach-on-fork.
12302
f50bf8e5
YQ
123032016-06-17 Yao Qi <yao.qi@linaro.org>
12304
12305 * gdb.base/step-over-exit.c: New.
12306 * gdb.base/step-over-exit.exp: New.
12307
a28d8e50
YTL
123082016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12309
12310 * gdb.base/float.exp: Add target check for nds32*-*-*.
12311 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12312
cad8e26d
AB
123132016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12314
12315 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12316 for unsupported target features.
12317 * gdb.base/call-rt-st.exp: Likewise.
12318 * gdb.base/call-sc.exp: Likewise.
12319 * gdb.base/call-signal-resume.exp: Likewise.
12320 * gdb.base/call-strs.exp: Likewise.
12321 * gdb.base/callexit.exp: Likewise.
12322 * gdb.base/callfuncs.exp: Likewise.
12323 * gdb.base/nodebug.exp: Likewise.
12324 * gdb.base/printcmds.exp: Likewise.
12325 * gdb.base/ptype.exp: Likewise.
12326 * gdb.base/structs.exp: Likewise.
12327 * gdb.base/unwindonsignal.exp: Likewise.
12328 * gdb.cp/gdb2495.exp: Likewise.
12329 * gdb.cp/templates.exp: Likewise.
12330 * gdb.cp/virtfunc.exp: Likewise.
12331 * gdb.threads/hand-call-in-threads.exp: Likewise.
12332 * gdb.threads/interrupted-hand-call.exp: Likewise.
12333 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12334
347dc102
TT
123352016-06-10 Tom Tromey <tom@tromey.com>
12336
12337 PR rust/20110:
12338 * gdb.rust/expr.exp: Add test for integer constant larger than
12339 i32.
12340
5e13cf25
BH
123412016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12342
12343 * gdb.fortran/nested-funcs.exp: New.
12344 * gdb.fortran/nested-funcs.f90: New.
12345
bb556f1f
TK
123462016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12347
12348 * gdb.base/examine-backward.c: New file.
12349 * gdb.base/examine-backward.exp: New file.
12350
38b022b4
SM
123512016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12352
12353 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12354 matching.
12355
1b40ec05
TT
123562016-06-02 Tom Tromey <tom@tromey.com>
12357
12358 PR python/18984:
12359 * gdb.python/py-shared.exp: Add solib_name test.
12360
193bd378
SM
123612016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12362
12363 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12364
3326303b
MG
123652016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12366
12367 PR c++/19893
12368 * gdb.dwarf2/implref.exp: Rename to...
12369 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12370 * gdb.dwarf2/implref-array.c: New file.
12371 * gdb.dwarf2/implref-array.exp: Likewise.
12372 * gdb.dwarf2/implref-global.c: Likewise.
12373 * gdb.dwarf2/implref-global.exp: Likewise.
12374 * gdb.dwarf2/implref-struct.c: Likewise.
12375 * gdb.dwarf2/implref-struct.exp: Likewise.
12376
825c8ef2
AT
123772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12378
12379 * gdb.trace/trace-condition.exp: Add 64bit tests.
12380
2320162a
AT
123812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12382
12383 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12384 bits types.
12385 (main): Adapt to 8 to 64 bits types.
12386 * gdb.trace/trace-condition.exp: Add new tests.
12387
a7818233
AT
123882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12389
12390 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12391
0d336466
AT
123922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12393
12394 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12395 Move condition tests...
12396 * gdb.trace/trace-condition.exp: Here.
12397
7faeb45a
AT
123982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12399
12400 * gdb.trace/trace-condition.exp: Add counter-case tests.
12401
e385593e
JK
124022016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12403
12404 PR c++/15231
12405 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12406 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12407
744608cc
PA
124082016-05-27 Pedro Alves <palves@redhat.com>
12409
12410 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12411 New procedure.
12412 (top level): Call it, and bail out of DejaGnu is known to be bad.
12413
ac775bf4
AB
124142016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12415
12416 * gdb.base/whatis.c: Extend the test case.
12417 * gdb.base/whatis.exp: Add additional tests.
12418
2bbad2ea
BH
124192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12420
12421* gdb.fortran/type.f90: Add pointer variable.
12422* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12423
8b70175d
BH
124242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12425
12426 * gdb.fortran/vla-type.exp: Fix testcase name.
12427
86d8a848
BH
124282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12429
12430 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12431
e188eb36
BH
124322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12433
12434 * gdb.fortran/type.f90: Add nested structures.
12435 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12436 * gdb.fortran/derived-type.exp: Adapt expected output.
12437 * gdb.fortran/vla-type.exp: Adapt expected output.
12438
9b2db1fd
BH
124392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12440
12441 * gdb.fortran/whatis_type.exp: Adapt expected output.
12442
72b17055
BH
124432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12444
12445 * gdb.fortran/print_type.exp: Fix expected output.
12446 * gdb.fortran/whatis_type.exp: Fix expected output.
12447
3cd81d8d
BH
124482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12449
12450 * gdb.fortran/whatis_type.exp: Use multi_line.
12451
ddae9462
TT
124522016-05-24 Tom Tromey <tom@tromey.com>
12453
12454 PR python/17386:
12455 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12456 use value as an index.
12457
1957f6b8
TT
124582016-05-23 Tom Tromey <tom@tromey.com>
12459
12460 PR python/17981:
12461 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12462 no-breakpoint case.
12463
026a9174
PA
124642016-05-24 Pedro Alves <palves@redhat.com>
12465
12466 PR gdb/19828
12467 * gdb.threads/clone-attach-detach.c: New file.
12468 * gdb.threads/clone-attach-detach.exp: New file.
12469
e70a7231
FR
124702016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12471
12472 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12473
0f6ed0e0
TT
124742016-05-23 Tom Tromey <tom@tromey.com>
12475
12476 PR python/19438, PR python/18393:
12477 * gdb.python/py-progspace.exp: Add "dir" test.
12478 * gdb.python/py-objfile.exp: Add "dir" test.
12479
ffd19d61
YQ
124802016-05-23 Yao Qi <yao.qi@linaro.org>
12481
12482 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12483 * gdb.arch/thumb2-it.exp: Likewise.
12484
9e8f9b05
SM
124852016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12486
12487 * gdb.mi/mi-threads-interrupt.c: New file.
12488 * gdb.mi/mi-threads-interrupt.exp: New file.
12489
61c6156d
SM
124902016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12491
12492 PR gdb/18077
12493 * gdb.mi/mi-async-run.exp: New file.
12494 * gdb.mi/mi-async-run.c: New file.
12495
67218854
TT
124962016-05-17 Tom Tromey <tom@tromey.com>
12497 Manish Goregaokar <manishsmail@gmail.com>
12498
12499 * lib/rust-support.exp: New file.
12500 * lib/gdb.exp (skip_rust_tests): New proc.
12501 (build_executable_from_specs): Handle rust.
12502 * lib/future.exp (gdb_find_rustc): New proc.
12503 (gdb_default_target_compile): Handle rust.
12504 * gdb.rust/expr.exp: New file.
12505 * gdb.rust/generics.exp: New file.
12506 * gdb.rust/generics.rs: New file.
12507 * gdb.rust/methods.exp: New file.
12508 * gdb.rust/methods.rs: New file.
12509 * gdb.rust/modules.exp: New file.
12510 * gdb.rust/modules.rs: New file.
12511 * gdb.rust/simple.exp: New file.
12512 * gdb.rust/simple.rs: New file.
12513
c44af4eb
TT
125142016-05-17 Tom Tromey <tom@tromey.com>
12515
12516 * gdb.base/default.exp (set language): Add rust.
12517
dcd1f979
TT
125182016-05-17 Tom Tromey <tom@tromey.com>
12519
12520 * gdb.gdb/unittest.exp: New file.
12521
155b7f57
YQ
125222016-05-16 Yao Qi <yao.qi@linaro.org>
12523
12524 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12525 shell_prompt. Update shell_prompt_re.
12526
8ddd5a6c
DE
125272016-05-12 Doug Evans <dje@google.com>
12528
12529 PR symtab/19999
12530 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12531 $options when building executable.
12532 * gdb.dwarf2/fission-loclists-pie.S: New file.
12533 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12534
02e370d9
SM
125352016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12536
12537 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12538 of [is_remote target],
12539
8929ad8b
SM
125402016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12541
12542 * lib/gdb.exp (use_gdb_stub): New procedure.
12543
6c447423
DE
125442016-05-03 Yunlian Jiang <yunlian@google.com>
12545 Doug Evans <dje@google.com>
12546
12547 PR symtab/19914
12548 * gdb.dwarf2/dwp-sepdebug.c: New file.
12549 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12550
444e826c
SM
125512016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12552
12553 * gdb.base/detach.exp: Remove is_remote check.
12554
740feeaa
SM
125552016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12556
12557 * gdb.base/annota-input-while-running.exp: Don't check for
12558 [is_remote target]. Enable annotations after running to main.
12559 Remove unused "set test..." line.
12560
9080ac9d
SM
125612016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12562
12563 * gdb.trace/trace-enable-disable.exp: New file.
12564 * gdb.trace/trace-enable-disable.c: New file.
12565
952ebca5
SM
125662016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12567
12568 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12569 use it in info sharedlibrary test.
12570 * gdb.trace/ftrace-lock.exp: Likewise.
12571 * gdb.trace/ftrace.exp: Likewise.
12572 * gdb.trace/range-stepping.exp: Likewise.
12573 * gdb.trace/trace-break.exp: Likewise.
12574 * gdb.trace/trace-condition.exp: Likewise.
12575 * gdb.trace/trace-mt.exp: Likewise.
12576
d9019901
SM
125772016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12578
12579 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12580 (gdb_load_shlib): ... this.
12581 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12582 gdb_load_shlib.
12583 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12584 * gdb.base/ctxobj.exp: Likewise.
12585 * gdb.base/dprintf-pending.exp: Likewise.
12586 * gdb.base/dso2dso.exp: Likewise.
12587 * gdb.base/fixsection.exp: Likewise.
12588 * gdb.base/gcore-relro.exp: Likewise.
12589 * gdb.base/gdb1555.exp: Likewise.
12590 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12591 * gdb.base/gnu-ifunc.exp: Likewise.
12592 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12593 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12594 * gdb.base/pending.exp: Likewise.
12595 * gdb.base/print-file-var.exp: Likewise.
12596 * gdb.base/print-symbol-loading.exp: Likewise.
12597 * gdb.base/shlib-call.exp: Likewise.
12598 * gdb.base/shreloc.exp: Likewise.
12599 * gdb.base/so-impl-ld.exp: Likewise.
12600 * gdb.base/solib-disc.exp: Likewise.
12601 * gdb.base/solib-nodir.exp: Likewise.
12602 * gdb.base/solib-overlap.exp: Likewise.
12603 * gdb.base/solib-symbol.exp: Likewise.
12604 * gdb.base/solib-weak.exp (do_test): Likewise.
12605 * gdb.base/sym-file.exp: Likewise.
12606 * gdb.base/symtab-search-order.exp: Likewise.
12607 * gdb.base/type-opaque.exp: Likewise.
12608 * gdb.base/unload.exp: Likewise.
12609 * gdb.base/watchpoint-solib.exp: Likewise.
12610 * gdb.compile/compile.exp: Likewise.
12611 * gdb.cp/gdb2384.exp: Likewise.
12612 * gdb.cp/infcall-dlopen.exp: Likewise.
12613 * gdb.cp/re-set-overloaded.exp: Likewise.
12614 * gdb.fortran/library-module.exp: Likewise.
12615 * gdb.opt/solib-intra-step.exp: Likewise.
12616 * gdb.python/py-finish-breakpoint.exp: Likewise.
12617 * gdb.python/py-shared.exp: Likewise.
12618 * gdb.reverse/solib-precsave.exp: Likewise.
12619 * gdb.reverse/solib-reverse.exp: Likewise.
12620 * gdb.server/solib-list.exp: Likewise.
12621 * gdb.threads/dlopen-libpthread.exp: Likewise.
12622 * gdb.threads/tls-shared.exp: Likewise.
12623 * gdb.threads/tls-so_extern.exp: Likewise.
12624 * gdb.trace/change-loc.exp: Likewise.
12625 * gdb.trace/ftrace-lock.exp: Likewise.
12626 * gdb.trace/ftrace.exp: Likewise.
12627 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12628 * gdb.trace/pending.exp: Likewise.
12629 * gdb.trace/range-stepping.exp: Likewise.
12630 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12631 (strace_info_marker): Likewise.
12632 (strace_probe_marker): Likewise.
12633 (strace_trace_on_same_addr): Likewise.
12634 (strace_trace_on_diff_addr): Likewise.
12635 * gdb.trace/trace-break.exp: Likewise.
12636 * gdb.trace/trace-condition.exp: Likewise.
12637 * gdb.trace/trace-mt.exp: Likewise.
12638
fca4cfd9
SM
126392016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12640
12641 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12642 result of gdb_remote_download.
12643 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12644 * gdb.base/dso2dso.exp: Likewise.
12645 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12646 * gdb.base/print-file-var.exp: Likewise.
12647 * gdb.base/shlib-call.exp: Likewise.
12648 * gdb.base/shreloc.exp: Likewise.
12649 * gdb.base/solib-overlap.exp: Likewise.
12650 * gdb.base/solib-weak.exp (do_test): Likewise.
12651 * gdb.base/unload.exp: Likewise.
12652
11cf4ffb
YQ
126532016-04-27 Yao Qi <yao.qi@linaro.org>
12654
12655 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12656 exists.
12657
3e2e34f8
KB
126582016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12659
12660 * vla-type.exp: Print structure from toplevel.
12661
8f07e298
BH
126622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12663
12664 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12665 of dynamic types.
12666 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12667 of dynamic types.
12668
9920b434
BH
126692016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12670
12671 * gdb.fortran/vla-type.f90: New file.
12672 * gdb.fortran/vla-type.exp: New file.
12673
f3abeff5
YQ
126742016-04-25 Yao Qi <yao.qi@linaro.org>
12675
12676 * gdb.base/branch-to-self.c: New file.
12677 * gdb.base/branch-to-self.exp: New file.
12678
0a5d52f0
YQ
126792016-04-22 Yao Qi <yao.qi@linaro.org>
12680
12681 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12682 more after $hex.
12683
495346f6
YQ
126842016-04-22 Yao Qi <yao.qi@linaro.org>
12685
12686 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12687 * gdb.base/annota3.exp: Likewise.
12688
4a7e075c
YQ
126892016-04-22 Yao Qi <yao.qi@linaro.org>
12690
12691 * gdb.reverse/step-precsave.exp: Do one step and test program
12692 stops in "callee" and do multiple steps until program goes out
12693 of "callee".
12694 * gdb.reverse/step-reverse.exp: Likewise.
12695
5b061e98
YQ
126962016-04-22 Yao Qi <yao.qi@linaro.org>
12697
12698 * gdb.trace/signal.exp: Also pass if
12699 $tracepoint_hits($i) > $iterations.
12700
5c5dc57f
YQ
127012016-04-22 Yao Qi <yao.qi@linaro.org>
12702
12703 * gdb.trace/signal.c: New file.
12704 * gdb.trace/signal.exp: New file.
12705
a55411b9
DE
127062016-04-19 Doug Evans <xdje42@gmail.com>
12707
12708 * gdb.base/bad-file.exp: New file.
12709
a22df60a
MG
127102016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12711
12712 * gdb.dwarf2/implref.exp: New file.
12713
0c13f7e5
BH
127142016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12715
12716 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12717 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12718 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12719 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12720 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12721 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12722 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12723 * lib/fortran.exp (fortran_int4): New procedure.
12724 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12725 (fortran_logical4): Likewise.
12726
9b9b09e9
BH
127272016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12728
12729 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12730
a14d1f4d
BH
127312016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12732
12733 * lib/compiler.c: Add Intel specific preprocessor macros.
12734 * lib/compiler.cc: Likewise.
25d49b86 12735
7d49b1d0
LM
127362016-04-13 Luis Machado <lgustavo@codesourcery.com>
12737
12738 * gdb.server/connect-with-no-symbol-file.c: New file.
12739 * gdb.server/connect-with-no-symbol-file.exp: New file.
12740
8392fa22
SM
127412016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12742
12743 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12744
8c4c4aeb
SM
127452016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12746
12747 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12748 standard output directory.
12749
45e3745e
AT
127502016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12751
12752 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12753
e26b7e41
MM
127542016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12755
12756 * gdb.btrace/instruction_history.c (loop): Add declaration.
12757
8ce09462
AT
127582016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12759
12760 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12761
2e88a1ea
SM
127622016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12763
12764 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12765 parentheses to print.
12766 (continue_handler): Likewise.
12767
f48e22e3
SM
127682016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12769
12770 * gdb.server/solib-list.exp: Remove is_remote check.
12771 Pass shlib= to gdb_compile. Don't link shared library with
12772 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12773 Run binary filename through "readlink -f" on the target.
12774
096be756
PA
127752016-04-08 Pedro Alves <palves@redhat.com>
12776
12777 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12778 interpreter filename as argument to gdbserver_spawn.
12779 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12780 Return empty if $last_loaded_file does not exist.
12781
06500533
JK
127822016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12783
12784 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12785 * gdb.base/jit-main.c: Use exit after usage.
12786
2d35e871
JK
127872016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12788
12789 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12790 GDBHISTSIZE prior to the tests.
12791 * gdb.base/gdbinit-history.exp: Likewise.
12792
127932016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
12794
12795 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12796 instead of build_executable. Use gdb_load_shlibs.
12797
c8064e7e
YQ
127982016-04-07 Yao Qi <yao.qi@linaro.org>
12799
12800 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12801 Execute "si" command.
12802
bde47561
YQ
128032016-04-07 Yao Qi <yao.qi@linaro.org>
12804
12805 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12806 number instead of the comments on some line.
12807
b16f8a3b
DB
128082016-04-06 Don Breazeal <donb@codesourcery.com>
12809
12810 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12811 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12812
c2f901df
SM
128132016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12814
12815 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12816 standard_output_file. Remove unused binfile variable.
12817
ac17fda0
CU
128182016-04-05 Catalin Udma <catalin.udma@freescale.com>
12819
12820 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12821 * gdb.python/py-mi-objfile.exp: Match "list main" output
12822 in console format.
12823
03a8c4df
SM
128242016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12825
12826 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12827 absolute.
12828
6e774b13
SM
128292016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12830
12831 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12832 absolute.
12833 * gdb.trace/ftrace.exp: Likewise.
12834 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12835 targets as well.
12836 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12837 (gdb_load_shlibs): Copy libraries to test directory when testing
12838 natively. Only set solib-search-path if testing remotely.
12839 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12840
7817ea46
SM
128412016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12842
12843 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12844 gdb_download. Use it even if the target is not remote.
12845 * gdb.base/jit.exp (compile_jit_test): Likewise.
12846 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12847 output directory if the destination board is local, otherwise use
12848 the standard remote_download from DejaGnu.
12849 (gdb_download): Remove.
12850 (gdb_load_shlibs): Use gdb_remote_download instead of
12851 gdb_download.
12852 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12853 Use gdb_remote_download instead of gdb_download. Use it even if
12854 the target is not remote.
12855 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12856 instead of gdb_download.
12857
7beb7f68
SM
128582016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12859
12860 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12861 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12862 run.
12863
cc63428a
AV
128642016-04-01 Artemiy Volkov <artemiyv@acm.org>
12865
12866 PR gdb/19820
12867 * gdb.base/printcmds.exp: Add artificial arrays tests.
12868
64cdf930
PA
128692016-03-31 Pedro Alves <palves@redhat.com>
12870
12871 PR gdb/19858
12872 * gdb.base/jit-main.c: Include unistd.h.
12873 (ATTACH): Define to 0 if not already defined.
12874 (wait_for_gdb, mypid): New globals.
12875 (WAIT_FOR_GDB): New macro.
12876 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12877 some breakpoint locations.
12878 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12879 New procedures.
12880 (one_jit_test): Add REATTACH parameter, and handle it. Use
12881 continue_to_test_location.
12882 (top level): Test attach, and adjusts calls to one_jit_test.
12883
40dea8cb
PA
128842016-03-31 Pedro Alves <palves@redhat.com>
12885
12886 PR gdb/19858
12887 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12888 BINSUFFIX parameter, and handle it.
12889 (top level): Adjust calls compile_jit_test.
12890
e7ea3ec7
CU
128912016-03-31 Catalin Udma <catalin.udma@freescale.com>
12892
12893 PR python/19743
12894 * gdb.python/py-mi-events-gdb.py: New file.
12895 * gdb.python/py-mi-events.c: New file.
12896 * gdb.python/py-mi-events.exp: New file.
12897
e6359af3
YQ
128982016-03-30 Yao Qi <yao.qi@linaro.org>
12899
12900 * gdb.reverse/until-precsave.exp: Match function name only.
12901 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12902 Move malloc to a condition block.
12903 * gdb.reverse/until-reverse.exp: Match function name only.
12904
a4105d04
MK
129052016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
12906
12907 * gdb.trace/ftrace.exp: Set arg0exp for s390.
12908 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
12909 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
12910 variable for GPR 0 instead of assuming it is register 0.
12911 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
12912 * lib/trace-support.exp: Add s390 registers.
12913
bfa6adb9
YQ
129142016-03-29 Yao Qi <yao.qi@linaro.org>
12915
12916 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
12917
1e6697ea
YQ
129182016-03-24 Yao Qi <yao.qi@linaro.org>
12919
12920 * gdb.reverse/break-reverse.exp: Add quotation mark in the
12921 test message.
12922
64bcd522
AA
129232016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
12924
12925 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
12926 maintaining separate logic for constructing the output path.
12927
7868401b
DB
129282016-03-16 Don Breazeal <donb@codesourcery.com>
12929
12930 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
12931 Retry fork and waitpid on interrupted system call errors.
12932 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
12933 Use with_timeout_factor to increase timeout by factor of 10.
12934
1cafadb4
DB
129352016-03-15 Don Breazeal <donb@codesourcery.com>
12936
12937 * gdb.cp/scope-err.cc: New test program.
12938 * gdb.cp/scope-err.exp: New test script.
12939 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
12940 lines and "set breakpoint here" comment.
12941 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
12942 Fixed some whitespace and format issues.
12943 * gdb.mi/mi-linespec-err-cp.cc: New test program.
12944 * gdb.mi/mi-linespec-err-cp.exp: New test script.
12945
81516450
DE
129462016-03-15 Doug Evans <dje@google.com>
12947
12948 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
12949 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
12950 All callers updated. Add tests for enums, mixed flags register.
12951
aa52b601
DE
129522016-03-15 Doug Evans <dje@google.com>
12953
12954 * gdb.base/skip.c (main): Call test_skip_file_and_function.
12955 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
12956
fa4ff313
SM
129572016-03-14 Simon Marchi <simon.marchi@ericsson.com>
12958
12959 * gdb.base/default.exp: Add $_as_string to the list of expected
12960 convenience functions.
12961
f2403c39
AB
129622016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
12963
12964 * gdb.base/maint.exp: New tests for 'maint info line-table'.
12965
f2f3ccb9
SM
129662016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
12967
12968 * gdb.python/py-as-string.exp: New file.
12969 * gdb.python/py-as-string.c: New file.
12970
00dbd492
PA
129712016-03-09 Pedro Alves <palves@redhat.com>
12972
12973 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
12974 signal" -> "Thread NN received signal" output change.
12975 * gdb.threads/ia64-sigill.exp: Likewise.
12976 * gdb.threads/linux-dp.exp: Likewise.
12977 * gdb.threads/manythreads.exp: Likewise.
12978 * gdb.threads/pending-step.exp: Likewise.
12979 * gdb.threads/print-threads.exp: Likewise.
12980 * gdb.threads/sigstep-threads.exp: Likewise.
12981 * gdb.threads/staticthreads.exp: Likewise.
12982 * gdb.threads/tls.exp: Likewise.
12983
1e6697ea
YQ
129842016-03-09 Pedro Alves <palves@redhat.com>
12985
12986 * gdb.base/command-line-input.exp: New file.
12987
b04fd3be
MK
129882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12989
12990 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
12991 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
12992 * gdb.trace/pending.exp: Accept leading dot before function name.
12993 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
12994 * lib/trace-support.exp: Set registers for ppc.
12995
98fa59e9
MK
129962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
12997
12998 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
12999 use it for disassembly; accept .main in addition to main in backtrace.
13000
f77198c8
MK
130012016-03-09 Wei-cheng Wang <cole945@gmail.com>
13002 Marcin Kościelnicki <koriakin@0x04.net>
13003
13004 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13005 (gdb_recursion_test_ptr): New global variable.
13006 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13007 gdb_recursion_test.
13008 (gdb_c_test): Ditto.
13009
ba84e0da
MK
130102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13011
13012 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13013 ordering.
13014
4366d36e
MK
130152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13016
13017 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13018 (bar): Add bar_start_lbl label.
13019 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13020 of foo/bar for emitting DWARF and tracing.
13021
5eb264df
SDJ
130222016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13023
13024 * analyze-racy-logs.py: Set executable bit.
13025
fb6a751f
SDJ
130262016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13027
13028 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13029 (CHECK_TARGET_TMP): Likewise.
13030 (check-single-racy): New rule.
13031 (check-parallel-racy): Likewise.
13032 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13033 (do-check-parallel-racy): New rule.
13034 (check-racy/%.exp): Likewise.
13035 * README (Racy testcases): New section.
13036 * analyze-racy-logs.py: New file.
13037
bdf7e230
DE
130382016-03-03 Doug Evans <dje@google.com>
13039
13040 * gdb.base/skip.exp: Use with_test_prefix.
13041
4719d415
YQ
130422016-03-03 Yao Qi <yao.qi@linaro.org>
13043
13044 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13045 Invoke step_over_syscall "clone" and break_cond_on_syscall
13046 "clone".
13047 * gdb.base/step-over-clone.c: New file.
13048
ea507862
YQ
130492016-03-03 Yao Qi <yao.qi@linaro.org>
13050
13051 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13052 code format.
13053
8fc8cbda
YQ
130542016-03-03 Yao Qi <yao.qi@linaro.org>
13055
13056 * gdb.base/disp-step-fork.c: Rename to ...
13057 * gdb.base/step-over-fork.c: ... it. New file.
13058 * gdb.base/disp-step-vfork.c: Rename to ...
13059 * gdb.base/step-over-vfork.c: ... it. New file.
13060 * gdb.base/disp-step-syscall.exp: Rename to ...
13061 * gdb.base/step-over-syscall.exp: ... it. New file.
13062 (disp_step_cross_syscall): Rename to ...
13063 (step_over_syscall): ... it.
13064
92fa70b0
YQ
130652016-03-03 Yao Qi <yao.qi@linaro.org>
13066
13067 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13068 If target supports condition evaluation on target, invoke
13069 break_cond_on_syscall for fork and vfork.
13070
e197ad3c
YQ
130712016-03-03 Yao Qi <yao.qi@linaro.org>
13072
13073 * gdb.base/disp-step-syscall.exp: Don't invoke
13074 support_displaced_stepping.
13075 (disp_step_cross_syscall): Test with displaced stepping off and
13076 on if supported.
13077
0b47da9f
YQ
130782016-03-03 Yao Qi <yao.qi@linaro.org>
13079
13080 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13081 proc.
13082 (setup): New proc.
13083 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13084 and setup.
13085
065ab6dc
BH
130862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13087
13088 * gdb.fortran/vla-history.exp: Remove breakpoint.
13089
07e448ad 130902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13091
25d49b86
PA
13092 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13093 exceeds timeout.
07e448ad 13094
9ac2d526 130952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13096
25d49b86
PA
13097 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13098 breakpoint.
9ac2d526 13099
17807369
BH
131002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13101
13102 * gdb.mi/vla.f90: Nullify pointer after declaration.
13103
86e501af
PA
131042016-03-01 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13107
1e903e32
PA
131082016-03-01 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13111 before anything else.
13112 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13113 _GNU_SOURCE here.
13114 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13115 before anything else.
13116 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13117
6ccb54e2
PA
131182016-03-01 Pedro Alves <palves@redhat.com>
13119
13120 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13121
30ca9da1
YQ
131222016-03-01 Yao Qi <yao.qi@linaro.org>
13123
13124 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13125 prepare_for_testing.
13126
dc856b38
YQ
131272016-03-01 Yao Qi <yao.qi@linaro.org>
13128
13129 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13130
4a932159
AA
131312016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13132
13133 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13134 manually constructing the output path.
13135
f2489477
AA
131362016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13137
13138 * gdb.arch/s390-stackless.S: New.
13139 * gdb.arch/s390-stackless.exp: New.
13140
38899f16
IB
131412016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13142
13143 * gdb.dlang/circular.c: New file.
13144 * gdb.dlang/circular.exp: New file.
13145
9fde51ed
YQ
131462016-02-26 Yao Qi <yao.qi@linaro.org>
13147
13148 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13149 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13150 (testcases): Update.
13151
ce90fefe
YQ
131522016-02-26 Yao Qi <yao.qi@linaro.org>
13153
13154 * gdb.reverse/aarch64.c: Rename to ...
13155 * gdb.reverse/insn-reverse.c: ... it.
13156 * gdb.reverse/aarch64.exp: Rename to ...
13157 * gdb.reverse/insn-reverse.exp: ... it.
13158
3263bceb
YQ
131592016-02-26 Yao Qi <yao.qi@linaro.org>
13160
13161 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13162 (testcase_ftype): New.
13163 (testcases): New array.
13164 (n_testcases): New.
13165 (main): Call each element in testcases.
13166 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13167 (read_testcase): New.
13168 Do the tests in a loop.
13169
6cb59ff1
YQ
131702016-02-25 Yao Qi <yao.qi@linaro.org>
13171
13172 * gdb.base/branches.c: Remove.
13173
ae91f625
MK
131742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13175
13176 PR gdb/13808
13177 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13178
678b48b7
MK
131792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13180
13181 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13182
7337a6f2
MK
131832016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13184
13185 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13186 change x86_64 call_insn to 'callq'.
13187
861ca91f
AT
131882016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13189
13190 * gdb.trace/tfile-avx.c: Move to...
13191 * gdb.trace/tracefile-pseudo-reg.c: Here.
13192 * gdb.trace/tfile-avx.exp: Move to...
13193 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13194
bf74e428
GB
131952016-02-24 Gary Benson <gbenson@redhat.com>
13196
13197 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13198 message on attach.
13199
cce0e923
DE
132002016-02-23 Doug Evans <dje@google.com>
13201
13202 * gdb.base/skip.c (test_skip): New function.
13203 (end_test_skip_file_and_function): New function.
13204 (test_skip_file_and_function): New function.
13205 * gdb.base/skip1.c (test_skip): New function.
13206 (skip1_test_skip_file_and_function): New function.
13207 * gdb.base/skip.exp: Add tests for new skip options.
13208 * gdb.base/skip-solib.exp: Update expected output.
13209 * gdb.perf/skip-command.cc: New file.
13210 * gdb.perf/skip-command.exp: New file.
13211 * gdb.perf/skip-command.py: New file.
13212
4000e47e
MK
132132016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13214
13215 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13216 info registers pattern.
13217
24f75ead
IB
132182016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13219
13220 * lib/future.exp: Add D support.
13221 (gdb_find_gdc): New proc.
13222 (gdb_default_target_compile): Add D support.
13223
fbb7bcbe
WW
132242016-02-18 Wei-cheng Wang <cole945@gmail.com>
13225
13226 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13227 user+system time.
13228 (trace_speed_test): Determine the iteration count for a time
13229 between 15..30 seconds.
13230
012b3a21
WT
132312016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13232
13233 * gdb.arch/i386-mpx-sigsegv.c: New file.
13234 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13235 * gdb.arch/i386-mpx-simple_segv.c: New file.
13236 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13237
2d5189bd
YQ
132382016-02-18 Yao Qi <yao.qi@linaro.org>
13239
13240 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13241 Don't call setup_kfail.
13242
40fb20d0
YQ
132432016-02-18 Yao Qi <yao.qi@linaro.org>
13244
13245 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13246 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13247
21b1f8d2
DE
132482016-02-16 Doug Evans <dje@google.com>
13249
13250 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13251 * gdb.base/skip1.c: Ditto.
13252 * gdb.base/skip.exp: Whitespace cleanup.
13253
4041ed77
DB
132542016-02-16 Don Breazeal <donb@codesourcery.com>
13255
13256 PR remote/19496
13257 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13258 Remove kfail for PR remote/19496.
13259
c4ef31bf
SM
132602016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13261
13262 * lib/gdb.exp (standard_temp_file): Return a path specific to
13263 the runtest invocation.
13264
266b65b3
SM
132652016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13266
13267 * gdb.trace/save-trace.exp: Change relative path to be in the
13268 standard output directory.
13269
a7a0a6a9
JK
132702016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13271
13272 * gdb.arch/i386-prologue.c: Add missing prototypes.
13273
c99dbb42
JK
132742016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13275
13276 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13277 * gdb.arch/i386-prologue.exp: Likewise.
13278 * gdb.arch/i386-size.exp: Likewise.
13279
aa480355
SM
132802016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13281
13282 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13283 define object file path.
13284 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13285 file path.
13286 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13287 standard_output_file to define binfile.
13288
ba881f50
JK
132892016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13290
13291 Fix compatibility with recent gfortran-5.3.1.
13292 * gdb.fortran/vla-history.exp (print vla1 allocated)
13293 (print vla2 allocated, print $2, print $3): Remove
13294 (print $4): Rename to ...
13295 (print $2): ... here.
13296 (print $9): Rename to ...
13297 (print $5): ... here.
13298 (print $10): Rename to ...
13299 (print $6): ... here.
13300 * gdb.fortran/vla.f90: Add pvla initialization.
13301
e9fb005c
JK
133022016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13303
13304 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13305 New test.
13306 * gdb.fortran/vla-value-sub.exp: Likewise.
13307
e44e00ff
MK
133082016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13309
13310 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13311
97e94151
SM
133122016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13313
13314 * i386-biarch-core.exp: Define corefile using
13315 standard_output_file.
13316
01113bc1
YQ
133172016-02-12 Yao Qi <yao.qi@linaro.org>
13318
13319 * gdb.arch/arm-single-step-kernel-helper.c: New.
13320 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13321
33b4777c
MM
133222016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13323
13324 * gdb.btrace/tailcall-only.exp: New.
13325 * gdb.btrace/tailcall-only.c: New.
13326 * gdb.btrace/x86_64-tailcall-only.S: New.
13327 * gdb.btrace/i686-tailcall-only.S: New.
13328
acc23c11
PA
133292016-02-11 Pedro Alves <palves@redhat.com>
13330
13331 * README (Parallel testing): Add missing double quotes.
13332
e352bf0a
PA
133332016-02-11 Pedro Alves <palves@redhat.com>
13334
13335 * README (Parallel testing): New section.
13336 (GDB_PARALLEL): Rewrite.
13337 (FORCE_PARALLEL): Document.
13338
9f5fed78
MK
133392016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13340
13341 * gdb.trace/tfile-avx.c: New test.
13342 * gdb.trace/tfile-avx.exp: New test.
13343
9ef9e6a6
KS
133442016-02-09 Keith Seitz <keiths@redhat.com>
13345
13346 PR breakpoints/19546
13347 * gdb.base/infcall-exec.c: New file.
13348 * gdb.base/infcall-exec2.c: New file.
13349 * gdb.base/infcall-exec.exp: New file.
13350
a96e36da
KS
133512016-02-09 Keith Seitz <keiths@redhat.com>
13352
13353 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13354 (toplevel): Call test_bkpt_address.
13355
9f61929f
KS
133562016-02-09 Keith Seitz <keiths@redhat.com>
13357
13358 PR python/19506
13359 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13360 (toplevel): Call test_bkpt_address.
13361
1e94266c
SM
133622016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13363
13364 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13365 to AC_OUTPUT.
13366 * configure: Regenerate.
13367
2a7f3dff
PA
133682016-02-09 Pedro Alves <palves@redhat.com>
13369
13370 PR breakpoints/19548
13371 * gdb.base/execl-update-breakpoints.c (some_function): New
13372 function.
13373 (main): Call it.
13374 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13375 Tighten expected GDB output.
13376
2151ccc5
SM
133772016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13378
13379 * Makefile.in (ALL_SUBDIRS): Remove.
13380 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13381 (distclean maintainer-clean realclean): Likewise.
13382 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13383 * configure: Regenerate.
13384 * gdb.ada/Makefile.in: Delete.
13385 * gdb.arch/Makefile.in: Likewise.
13386 * gdb.asm/Makefile.in: Likewise.
13387 * gdb.base/Makefile.in: Likewise.
13388 * gdb.btrace/Makefile.in: Likewise.
13389 * gdb.cell/Makefile.in: Likewise.
13390 * gdb.compile/Makefile.in: Likewise.
13391 * gdb.cp/Makefile.in: Likewise.
13392 * gdb.disasm/Makefile.in: Likewise.
13393 * gdb.dlang/Makefile.in: Likewise.
13394 * gdb.dwarf2/Makefile.in: Likewise.
13395 * gdb.fortran/Makefile.in: Likewise.
13396 * gdb.gdb/Makefile.in: Likewise.
13397 * gdb.go/Makefile.in: Likewise.
13398 * gdb.guile/Makefile.in: Likewise.
13399 * gdb.java/Makefile.in: Likewise.
13400 * gdb.linespec/Makefile.in: Likewise.
13401 * gdb.mi/Makefile.in: Likewise.
13402 * gdb.modula2/Makefile.in: Likewise.
13403 * gdb.multi/Makefile.in: Likewise.
13404 * gdb.objc/Makefile.in: Likewise.
13405 * gdb.opencl/Makefile.in: Likewise.
13406 * gdb.opt/Makefile.in: Likewise.
13407 * gdb.pascal/Makefile.in: Likewise.
13408 * gdb.perf/Makefile.in: Likewise.
13409 * gdb.python/Makefile.in: Likewise.
13410 * gdb.reverse/Makefile.in: Likewise.
13411 * gdb.server/Makefile.in: Likewise.
13412 * gdb.stabs/Makefile.in: Likewise.
13413 * gdb.threads/Makefile.in: Likewise.
13414 * gdb.trace/Makefile.in: Likewise.
13415 * gdb.xml/Makefile.in: Likewise.
13416 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13417 GDB_PARALLEL.
13418 (standard_output_file): Remove check for GDB_PARALLEL, always
13419 return path in outputs/$subdir/$testname.
13420
437277d4
SM
134212016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13422
13423 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13424 (site.exp): Assign abs_srcdir to tcl's srcdir.
13425
31d913c7
YQ
134262016-02-04 Yao Qi <yao.qi@linaro.org>
13427
13428 * gdb.base/foll-exec-mode.c: Include limits.h.
13429 (main): Add parameters argc and argv. Get directory from
13430 argv[0].
13431 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13432 compilation.
13433 * gdb.base/foll-exec.c: Include limits.h.
13434 (main): Add parameters argc and argv.
13435 Get directory from argv[0].
13436 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13437 Adjust tests on the number of lines as source code changed.
13438 * gdb.base/foll-vfork-exit.c: Include limits.h.
13439 (main): Add one line of statement before vfork.
13440 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13441 (main): Add parameters argc and argv. Get directory from
13442 argv[0].
13443 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13444 (setup_gdb): Set tbreak to skip some source lines.
13445 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13446 (main): Add parameters argc and argv. Get directory from
13447 argv[0].
13448 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13449 compilation.
13450 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13451 (main): Add parameters argc and argv. Get directory from
13452 argv[0].
13453 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13454 compilation.
13455
9482b9fb
DE
134562016-02-01 Doug Evans <dje@google.com>
13457
13458 * gdb.base/skip.exp: Clean up multiple references to same test name.
13459
6b2e4f10
PA
134602016-02-01 Pedro Alves <palves@redhat.com>
13461
ccb6afd6 13462 PR remote/19496
6b2e4f10
PA
13463 * gdb.threads/forking-threads-plus-breakpoint.exp
13464 (displaced_stepping_supported): New global.
13465 (probe_displaced_stepping_support): New procedure.
13466 (do_test): Add 'displaced' parameter, and use it.
13467 (top level): Check for displaced stepping support. Add displaced
13468 stepping on/off testing axis.
13469
37a8db1a
AB
134702016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13471
13472 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13473 pointer. Don't perform further tests on the unassociated pointer
13474 if the first test fails.
13475
5fdf6324
AB
134762016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13477
13478 * gdb.base/max-value-size.c: New file.
13479 * gdb.base/max-value-size.exp: New file.
13480 * gdb.base/huge.exp: Disable max-value-size for this test.
13481
935c6144
IB
134822016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13483
13484 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13485
7fe8399d
YQ
134862016-01-28 Yao Qi <yao.qi@linaro.org>
13487
13488 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13489
a2077e25
PA
134902016-01-25 Pedro Alves <palves@redhat.com>
13491
13492 PR threads/19461
13493 * gdb.base/fork-running-state.c: New file.
13494 * gdb.base/fork-running-state.exp: New file.
13495
1d2736d4
PA
134962016-01-25 Pedro Alves <palves@redhat.com>
13497
13498 PR gdb/19494
13499 * gdb.base/catch-fork-kill.c: New file.
13500 * gdb.base/catch-fork-kill.exp: New file.
13501
f1da4b11
PA
135022016-01-25 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13505 Delete, moved to lib/gdb.exp.
13506 * gdb.threads/forking-threads-plus-breakpoint.exp
13507 (foreach_with_prefix): Likewise.
13508 * gdb.threads/process-dies-while-handling-bp.exp
13509 (foreach_with_prefix): Likewise.
13510 * lib/gdb.exp (foreach_with_prefix): New procedure.
13511
45f38546
MK
135122016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13513
13514 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13515 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13516
dc29a1ce
MK
135172016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13518
13519 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13520 endian targets.
13521
092127d7
JK
135222016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13523 Pedro Alves <palves@redhat.com>
13524
13525 Fix testsuite compatibility with Guile.
13526 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13527 number.
13528
31d765d3
JK
135292016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13530
13531 Fix testsuite compatibility with Guile.
13532 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13533 (thread 1): New test for backtrace through signal handler.
13534
1ac78c04
YQ
135352016-01-22 Yao Qi <yao.qi@linaro.org>
13536
13537 PR testsuite/19491
13538 * gdb.base/multi-forks.c: Include
13539 ../lib/unbuffer_output.c
13540 (main): Call gdb_unbuffer_output.
13541
4f5946a8
DE
135422016-01-21 Doug Evans <dje@google.com>
13543
13544 * lib/ada.exp (gdb_compile_ada): Fix typo.
13545
305e13e6
JB
135462016-01-21 Joel Brobecker <brobecker@adacore.com>
13547
13548 * gdb.base/break-fun-addr.exp: New file.
13549 * gdb.base/break-fun-addr1.c: New file.
13550 * gdb.base/break-fun-addr2.c: New file.
13551
5f5dfff6
SM
135522016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13553
13554 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13555 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13556 enum flag values.
13557
fd356fa2
AA
135582016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13559
13560 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13561 when GDB can not set the vector return value. Add more comments
13562 for clarification.
13563
9df22175
AT
135642016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13565
13566 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13567 command.
13568
41d1845e
SM
135692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13570
13571 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13572
01ac6840
SM
135732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13574
13575 * Makefile.in (check-single): Pass --status to runtest.
13576 (check/%.exp): Likewise.
13577
135782016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13579
13580 * Makefile.in (check-parallel): Propagate return code from make
13581 do-check-parallel.
13582
bd0a71fa
MK
135832016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13584
13585 * gdb.trace/ftrace.exp: Fix expected message on continue.
13586 * gdb.trace/pending.exp: Fix expected message on continue.
13587 * gdb.trace/trace-break.exp: Fix expected message on continue.
13588
8bcbad33
SM
135892016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13590
13591 * lib/gdb.exp (gdb_test): Remove unused global references.
13592
f303dbd6
PA
135932016-01-18 Pedro Alves <palves@redhat.com>
13594
13595 * gdb.base/async-shell.exp: Adjust expected output.
13596 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13597 * gdb.base/siginfo-thread.exp: Adjust expected output.
13598 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13599 * gdb.java/jnpe.exp: Adjust expected output.
13600 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13601 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13602 * gdb.threads/leader-exit.exp: Adjust expected output.
13603 * gdb.threads/manythreads.exp: Adjust expected output.
13604 * gdb.threads/pthreads.exp: Adjust expected output.
13605 * gdb.threads/schedlock.exp: Adjust expected output.
13606 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13607 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13608 expected output.
13609 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13610 output.
13611 * gdb.threads/sigthread.exp: Adjust expected output.
13612 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13613
b2789696
YQ
136142016-01-18 Yao Qi <yao.qi@linaro.org>
13615
13616 * gdb.guile/scm-section-script.c: Replace @progbits with
13617 %progbits.
13618 * gdb.python/py-section-script.c: Likewise.
13619
71ef29a8
PA
136202016-01-15 Pedro Alves <palves@redhat.com>
13621
13622 * gdb.multi/tids.exp: Test star wildcard ranges.
13623
3f5b7598
PA
136242016-01-15 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13627 command from "thread apply" invocation.
13628 (thr_apply_info_thr_invalid): Default the expected output to the
13629 input tid list.
13630 (top level): Add tests that use convenience variables. Add tests
13631 for "thread apply" with a valid TID list, but missing the command.
13632
663f6d42
PA
136332016-01-13 Pedro Alves <palves@redhat.com>
13634
13635 * gdb.base/default.exp: Expect $_gthread as well.
13636 * gdb.multi/tids.exp: Test $_gthread.
13637 * gdb.threads/thread-specific.exp: Test $_gthread.
13638
c84f6bbf
PA
136392016-01-13 Pedro Alves <palves@redhat.com>
13640
13641 * gdb.multi/tids.exp: Test "info threads -gid".
13642
22a02324
PA
136432016-01-13 Pedro Alves <palves@redhat.com>
13644
13645 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13646 Breakpoint.thread.
13647 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13648
5d5658a1
PA
136492016-01-07 Pedro Alves <palves@redhat.com>
13650
13651 * gdb.base/break.exp: Adjust to output changes.
13652 * gdb.base/hbreak2.exp: Likewise.
13653 * gdb.base/sepdebug.exp: Likewise.
13654 * gdb.base/watch_thread_num.exp: Likewise.
13655 * gdb.linespec/keywords.exp: Likewise.
13656 * gdb.multi/info-threads.exp: Likewise.
13657 * gdb.threads/thread-find.exp: Likewise.
13658 * gdb.multi/tids.c: New file.
13659 * gdb.multi/tids.exp: New file.
13660
84654457
PA
136612016-01-13 Pedro Alves <palves@redhat.com>
13662
13663 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13664
e3940304
PA
136652016-01-13 Pedro Alves <palves@redhat.com>
13666
13667 * gdb.base/default.exp: Expect $_inferior as well.
13668 * gdb.multi/base.exp: Test $_inferior.
13669
a911d87a
PA
136702016-01-13 Pedro Alves <palves@redhat.com>
13671
13672 PR breakpoints/19388
13673 * gdb.base/catch-signal-siginfo-cond.c: New file.
13674 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13675
82075af2
JS
136762016-01-12 Josh Stone <jistone@redhat.com>
13677 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13678
13679 * gdb.base/catch-syscall.c (do_execve): New variable.
13680 (main): Conditionally trigger an execve.
13681 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13682 (test_catch_syscall_execve): New, check entry/return across execve.
13683 (do_syscall_tests): Call test_catch_syscall_execve.
13684
e46eeedd
PA
136852016-01-12 Pedro Alves <palves@redhat.com>
13686
13687 * gdb.base/random-signal.exp (do_test): New procedure, with body
13688 of testcase moved in.
13689
01d8c27e
JK
136902016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13691 Pedro Alves <palves@redhat.com>
13692
13693 * gdb.base/funcargs.exp (finish from indirectly called function):
13694 Reintroduce the case for 'First'.
13695
9a706302
JK
136962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13697 Pedro Alves <palves@redhat.com>
13698
13699 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13700 (tcatch_vfork_then_child_follow_exec)
13701 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13702 identification.
13703
c0ecb95f
JK
137042016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13705
13706 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13707 and repeats to unlimited.
13708 * gdb.python/py-value.exp: Likewise.
13709 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13710 and repeats to unlimited.
13711
6cfc1fcb
JK
137122016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13713
13714 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13715 and reordering the functions.
13716 * gdb.multi/hangout.c: Likewise.
13717 * gdb.multi/hello.c: Likewise.
13718
582a1b00
SM
137192016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13720
13721 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13722 absolute.
13723 (SingleStatisticTestResult.report): Use dict.keys instead of
13724 dict.iterkeys.
13725
79bc59cb
PA
137262016-01-06 Pedro Alves <palves@redhat.com>
13727
13728 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13729
43368e1d
MM
137302016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13731
13732 * gdb.btrace/dlopen.exp: New.
13733 * gdb.btrace/dlopen.c: New.
13734 * gdb.btrace/dlopen-dso.c: New.
13735
79fad5b8
SL
137362015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13737
13738 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13739 PATTERN argument is optional.
13740
ab8314b3
JB
137412015-12-24 Joel Brobecker <brobecker@adacore.com>
13742
13743 * lib/ada.exp (target_compile_ada_from_dir): New function.
13744 (gdb_compile_ada): Reimplement avoiding the use of project files.
13745 * gdb.ada/gnat_ada.gpr: Delete.
13746 * gdb.ada/cond_lang.exp: Adjust test to make path before
13747 filename optional.
13748 * gdb.ada/small_reg_param.exp: Likewise.
13749
fe33faff
SM
137502015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13751
13752 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13753
6d265cb4
TP
137542015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13755
13756 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13757 case.
13758
10125099
SM
137592015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13760
13761 * gdb.base/break.exp: Remove dead code.
13762 * gdb.base/sepdebug.exp: Likewise.
13763
3ca22649
SM
137642015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13765
13766 * gdb.asm/asm-source.exp: Remove HP-UX references.
13767 * gdb.base/annota1.exp: Likewise.
13768 * gdb.base/annota3.exp: Likewise.
13769 * gdb.base/attach.exp: Likewise.
13770 * gdb.base/bigcore.exp: Likewise.
13771 * gdb.base/break.exp: Likewise.
13772 * gdb.base/call-ar-st.exp: Likewise.
13773 * gdb.base/callfuncs.exp: Likewise.
13774 * gdb.base/catch-fork-static.exp: Likewise.
13775 * gdb.base/display.exp: Likewise.
13776 * gdb.base/foll-exec-mode.exp: Likewise.
13777 * gdb.base/foll-exec.exp: Likewise.
13778 * gdb.base/foll-fork.exp: Likewise.
13779 * gdb.base/foll-vfork.exp: Likewise.
13780 * gdb.base/funcargs.exp: Likewise.
13781 * gdb.base/hbreak2.exp: Likewise.
13782 * gdb.base/inferior-died.exp: Likewise.
13783 * gdb.base/interrupt.exp: Likewise.
13784 * gdb.base/multi-forks.exp: Likewise.
13785 * gdb.base/nodebug.exp: Likewise.
13786 * gdb.base/sepdebug.exp: Likewise.
13787 * gdb.base/solib1.c: Likewise.
13788 * gdb.base/step-test.exp: Likewise.
13789 * gdb.mi/non-stop.c: Likewise.
13790 * gdb.mi/pthreads.c: Likewise.
13791 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13792 * gdb.threads/pthreads.c: Likewise.
13793 * gdb.threads/staticthreads.exp: Likewise.
13794 * lib/future.exp: Likewise.
13795 * lib/gdb.exp: Likewise.
13796 * gdb.base/so-indr-cl.c: Remove.
13797 * gdb.base/so-indr-cl.exp: Likewise.
13798 * gdb.base/solib.c: Likewise.
13799 * gdb.base/solib.exp: Likewise.
13800 * gdb.base/solib2.c: Likewise.
13801
b6304613
SM
138022015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13803
13804 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13805 * gdb.base/call-ar-st.exp: Likewise.
13806 * gdb.base/callfuncs.exp: Likewise.
13807 * gdb.base/condbreak.exp: Likewise.
13808 * gdb.base/constvars.exp: Likewise.
13809 * gdb.base/hbreak2.exp: Likewise.
13810 * gdb.base/langs.exp: Likewise.
13811 * gdb.base/list.exp: Likewise.
13812 * gdb.base/long_long.exp: Likewise.
13813 * gdb.base/ptype.exp: Likewise.
13814 * gdb.base/scope.exp: Likewise.
13815 * gdb.base/signals.exp: Likewise.
13816 * gdb.base/so-impl-ld.exp: Likewise.
13817 * gdb.base/varargs.exp: Likewise.
13818 * gdb.base/volatile.exp: Likewise.
13819 * gdb.base/whatis.exp: Likewise.
13820 * gdb.cp/cplusfuncs.exp: Likewise.
13821 * gdb.cp/inherit.exp: Likewise.
13822 * gdb.cp/local.exp: Likewise.
13823 * gdb.cp/member-ptr.exp: Likewise.
13824 * gdb.cp/method.exp: Likewise.
13825 * gdb.cp/overload.exp: Likewise.
13826 * gdb.cp/templates.exp: Likewise.
13827 * gdb.stabs/weird.exp: Likewise.
13828 * lib/compiler.c: Likewise.
13829 * lib/compiler.cc: Likewise.
13830 * lib/cp-support.exp: Likewise.
13831 * lib/gdb.exp: Likewise.
13832
bf401b07
SM
138332015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13834
13835 * configure.ac: Remove HP-UX case.
13836 * configure: Regenerate.
13837
aff9c0f8
SM
138382015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13839
13840 * lib/gdb.exp (gdb_compile): Add function doc.
13841
a6904d5a
PA
138422015-12-17 Pedro Alves <palves@redhat.com>
13843
13844 PR threads/19354
13845 * gdb.multi/info-threads.exp: New file.
13846
a22279dd
YQ
138472015-12-15 Yao Qi <yao.qi@linaro.org>
13848
13849 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13850 is aarch64*-*-*.
13851
0588c796
SL
138522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13853
13854 * gdb.base/history-duplicates.exp: Skip if no readline support.
13855
5d978e17
SL
138562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13857
13858 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13859
7e763b86
SL
138602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13861
13862 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13863
87a3a92c
SL
138642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13865
13866 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13867 ctrl-C if nointerrupts target property is set.
13868 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13869 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13870 * gdb.base/paginate-bg-execution.exp: Likewise.
13871 * gdb.base/paginate-execution-startup.exp: Likewise.
13872 * gdb.base/random-signal.exp: Likewise.
13873 * gdb.base/range-stepping.exp: Likewise.
13874 * gdb.cp/annota2.exp: Likewise.
13875 * gdb.cp/annota3.exp: Likewise.
13876 * gdb.gdb/selftest.exp: Likewise.
13877 * gdb.threads/continue-pending-status.exp: Likewise.
13878 * gdb.threads/leader-exit.exp: Likewise.
13879 * gdb.threads/manythreads.exp: Likewise.
13880 * gdb.threads/pthreads.exp: Likewise.
13881 * gdb.threads/schedlock.exp: Likewise.
13882 * gdb.threads/sigthread.exp: Likewise.
13883
a8f077dc
DB
138842015-12-11 Don Breazeal <donb@codesourcery.com>
13885
13886 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13887 remote.
13888 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13889 * gdb.base/foll-exec.exp (main): Enable for target remote.
13890 * gdb.base/foll-fork.exp (main): Likewise.
13891 * gdb.base/foll-vfork.exp (main): Likewise.
13892 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13893 (proc continue_to_exit_bp_loc): Use clean_restart.
13894 * gdb.base/pie-execl.exp (main): Disable for target remote.
13895 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13896 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13897 * gdb.threads/execl.exp (main): Likewise.
13898 * gdb.threads/fork-child-threads.exp (main): Likewise.
13899 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13900 remote.
13901 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13902 remote.
13903 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
13904 pid.tid style ptids, instead of just tid.
13905 * gdb.threads/thread-execl.exp (main): Enable for target remote.
13906 * gdb.threads/watchpoint-fork.exp (main): Likewise.
13907 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
13908 ptids, instead of just tid.
13909
3b2464a8
AB
139102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13911
13912 * gdb.base/list.exp (test_list_forward): Add end of file error
13913 test.
13914 (test_repeat_list_command): Add end of file error test.
13915 (test_list_backwards): Add beginning of file error test.
13916
a0def019
AB
139172015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13918
13919 * gdb.base/list.exp (test_list_invalid_args): New function,
13920 defined, and called.
13921
5c000dff
AB
139222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
13923
13924 * gdb.base/list.exp (test_list): Make test names unique.
13925
f1637ebe
YQ
139262015-12-11 Yao Qi <yao.qi@linaro.org>
13927
13928 * gdb.base/coremaker2.c: Remove.
13929
36d6fc0a
PA
139302015-12-10 Pedro Alves <palves@redhat.com>
13931
13932 * gdb.multi/base.exp: Remove stale "spaces" references.
13933
762f7747
PA
139342015-12-10 Pedro Alves <palves@redhat.com>
13935
13936 * gdb.multi/base.exp: Don't use nowarnings.
13937 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
13938 * gdb.multi/hangout.c: Include stdio.h.
13939 * gdb.multi/hello.c: Include stdlib.h.
13940 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
13941 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
13942 * gdb.multi/multi-arch.exp: Don't use nowarnings.
13943
28d2bfb9
AB
139442015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
13945
13946 * gdb.dwarf2/dw2-ranges-base.c: New file.
13947 * gdb.dwarf2/dw2-ranges-base.exp: New file.
13948 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
13949 support additional line table, and debug ranges generation.
13950 (Dwarf::ranges): New function, generate .debug_ranges.
13951 (Dwarf::lines): Support generating simple line table programs.
13952 (Dwarf::assemble): Initialise new namespace variables.
13953
5fc2beac
KB
139542015-12-09 Kevin Buettner <kevinb@redhat.com>
13955
13956 * gdb.base/async.exp (proc test_background): Add case for
13957 asynchronous execution not supported.
13958
1c35a88f
LM
139592015-12-09 Luis Machado <lgustavo@codesourcery.com>
13960
13961 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
13962 format and change test names to make them unique.
13963
b593e3d9
RK
139642015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
13965 Pedro Alves <pedro@redhat.com>
13966
13967 PR gdb/18702
13968 Add checking of floatformats setup on x86_64 hosts.
13969 * gdb.arch/i386-float.S (main): Load bigval and smallval.
13970 (smallval, bigval): New labels/constants.
13971 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
13972 float" after loading bigval and smallval.
13973
d72413e6
PMR
139742015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
13975
13976 * gdb.ada/fun_overload_menu.exp: New testcase.
13977 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
13978
ece66d65
JS
139792015-12-04 Josh Stone <jistone@redhat.com>
13980
13981 * gdb.base/catch-fork-static.exp: New.
13982
41d0efca
YQ
139832015-12-03 Yao Qi <yao.qi@linaro.org>
13984
13985 * gdb.base/sizeof.c: Don't include stdio.h and
13986 ../lib/unbuffer_output.c.
13987 (main): New variable 'size' and 'value'. Remove printf and
13988 gdb_unbuffer_output. Assign return value to size and value.
13989 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
13990 at the beginning.
13991 (check_sizeof): Check the result by printing variable 'size'.
13992 (check_valueof): Check the result by printing variable 'value'.
13993
99fd02d9
YQ
139942015-12-01 Yao Qi <yao.qi@linaro.org>
13995
13996 * gdb.base/disp-step-syscall.exp: Define syscall instruction
13997 for aarch64*-*-linux* target.
13998
f2faf941
PA
139992015-11-30 Pedro Alves <palves@redhat.com>
14000
14001 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14002
04bf20c5
PA
140032015-11-30 Pedro Alves <palves@redhat.com>
14004
14005 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14006 Handle non-stop mode vCont replies.
14007
09df4675
PA
140082015-11-30 Pedro Alves <palves@redhat.com>
14009
14010 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14011 prepare_for_testing. Start gdb with "set non-stop on" appended to
14012 GDBFLAGS. Lax expected stop output.
14013
58b584af
YQ
140142015-11-27 Yao Qi <yao.qi@linaro.org>
14015
14016 * gdb.arch/arm-neon.exp: New.
14017 * gdb.arch/arm-neon.c: New.
14018
dfcb77a8
YQ
140192015-11-27 Yao Qi <yao.qi@linaro.org>
14020
14021 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14022
88e8ec1b
YQ
140232015-11-27 Yao Qi <yao.qi@linaro.org>
14024
14025 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14026 frames-invalid annotation.
14027
bfde72c2
YQ
140282015-11-27 Yao Qi <yao.qi@linaro.org>
14029
14030 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14031
f6512a69
SM
140322015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14033
14034 * gdb.threads/names.exp: New file.
14035 * gdb.threads/names.c: New file.
14036 * README: Mention gdb,no_thread_names.
14037
46a3515b
MM
140382015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14039
14040 PR 19297
14041 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14042 support" error.
14043
62147a22
PA
140442015-11-24 Pedro Alves <palves@redhat.com>
14045
14046 PR 17539
14047 * gdb.base/display.exp: Expect displays to be sorted in ascending
14048 order. Use multi_line.
14049 * gdb.base/solib-display.exp: Likewise.
14050
2f341b6e
PA
140512015-11-24 Pedro Alves <palves@redhat.com>
14052
14053 PR 17539
25d49b86
PA
14054 * gdb.base/display.exp: Expect displays to be sorted in ascending
14055 order. Use multi_line.
14056 * gdb.base/solib-display.exp: Likewise.
2f341b6e 14057
7e0aa6aa
PA
140582015-11-24 Pedro Alves <palves@redhat.com>
14059
14060 PR 17539
14061 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14062 threads in ascending order.
14063 * gdb.base/foll-fork.exp: Likewise.
14064 * gdb.base/foll-vfork.exp: Likewise.
14065 * gdb.base/multi-forks.exp: Likewise.
14066 * gdb.mi/mi-nonstop.exp: Likewise.
14067 * gdb.mi/mi-nsintrall.exp: Likewise.
14068 * gdb.multi/base.exp: Likewise.
14069 * gdb.multi/multi-arch.exp: Likewise.
14070 * gdb.python/py-inferior.exp: Likewise.
14071 * gdb.threads/break-while-running.exp: Likewise.
14072 * gdb.threads/execl.exp: Likewise.
14073 * gdb.threads/gcore-thread.exp: Likewise.
14074 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14075 * gdb.threads/kill.exp: Likewise.
14076 * gdb.threads/linux-dp.exp: Likewise.
14077 * gdb.threads/multiple-step-overs.exp: Likewise.
14078 * gdb.threads/next-bp-other-thread.exp: Likewise.
14079 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14080 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14081 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14082 * gdb.threads/thread-find.exp: Likewise.
14083 * gdb.threads/tls.exp: Likewise.
14084 * lib/mi-support.exp (mi_reverse_list): Delete.
14085 (mi_check_thread_states): No longer reverse list.
14086
2cc57ad8
PA
140872015-11-24 Pedro Alves <palves@redhat.com>
14088
14089 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14090 use lowercase.
14091
c93e8391
SM
140922015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14093
14094 * gdb.trace/actions.c: Include trace-common.h.
14095 (main): Add a location for a fast tracepoint.
14096 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14097 the normal tracepoints.
14098 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14099
045ccf91
SM
141002015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14101
14102 * save-trace.exp: Factor out code to these...
14103 (gdb_save_tracepoints): New.
14104 (gdb_load_tracepoints): New.
14105 (do_save_load_test): New.
14106
5506f9f6
KB
141072015-11-23 Kevin Buettner <kevinb@redhat.com>
14108
14109 * gdb.base/asmlabel.exp: New test.
14110 * gdb.base/asmlabel.c: New test case.
14111
16c3b12f
JB
141122015-11-23 Joel Brobecker <brobecker@adacore.com>
14113
14114 * gdb.base/wrong_frame_bt_full-main.c: New file.
14115 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14116 * gdb.base/wrong_frame_bt_full.exp: New file.
14117
155bfbd3
JB
141182015-11-23 Joel Brobecker <brobecker@adacore.com>
14119
14120 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14121
bb097445
JM
141222015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14123
206853a0 14124 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
14125 pstate register when comparing registers values in
14126 sparc64-*-linux-gnu targets to avoid spurious differences.
14127
9c88ed8f
JM
141282015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14129
206853a0 14130 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 14131
96161e25
SL
141322015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14133
14134 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14135 as type argument to gdb_compile.
14136 * gdb.base/nested-subp2.exp: Likewise.
14137 * gdb.base/nested-subp3.exp: Likewise.
14138
340c2830
DV
141392015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14140
14141 * lib/dwarf.exp (_note): Fix left shift of negative value.
14142 * gdb.trace/trace-condition.exp: Likewise.
14143
c1862d0f
YQ
141442015-11-13 Yao Qi <yao.qi@linaro.org>
14145
14146 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14147 comments about d10v.
14148 (test_scalar_returns): Likewise.
14149 * gdb.base/d10v.ld: Remove.
14150 * gdb.base/overlays.exp: Remove the target triplet checking for
14151 d10v-*-*.
14152 * gdb.base/structs.exp (test_struct_returns): Remove the
14153 comments about d10v.
14154 (test_struct_calls): Likewise.
14155
77ae9c19
YQ
141562015-11-13 Yao Qi <yao.qi@linaro.org>
14157
14158 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14159 * gdb.base/gnu_vector.c: Don't include stdio.h.
14160 (main): Don't print res and call add_some_intvecs.
14161
430e004e
MK
141622015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14163
14164 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14165 macro.
14166 (func5): Removed.
14167 (func4): Use FAST_TRACEPOINT_LABEL.
14168 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14169 macro.
14170 (func): Removed.
14171 (thread_function): Use FAST_TRACEPOINT_LABEL.
14172 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14173 (func): Remove.
14174 (marker): Use FAST_TRACEPOINT_LABEL.
14175 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14176 (pendfunc1): Remove.
14177 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14178 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14179 (foo): Remove.
14180 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14181 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14182 macro.
14183 (func): Remove.
14184 (marker): Use FAST_TRACEPOINT_LABEL.
14185 * gdb.trace/trace-common.h: New header.
14186 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14187 macro.
14188 (func): Remove.
14189 (marker): Use FAST_TRACEPOINT_LABEL.
14190 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14191 (func): Remove.
14192 (thread_function): Use FAST_TRACEPOINT_LABEL.
14193
6e7675a7
MK
141942015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14195
14196 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14197 in front.
14198 * gdb.trace/change-loc.exp: Use global pcreg definition.
14199 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14200 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14201 in front.
14202 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14203 * gdb.trace/pending.exp: Likewise.
14204 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14205 * gdb.trace/trace-break.exp: Likewise.
14206 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14207 in front.
14208 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14209 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14210 in front.
14211 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14212
dddc0e16
JB
142132015-11-09 Joel Brobecker <brobecker@adacore.com>
14214
14215 * gdb.ada/fin_fun_out: New testcase.
14216
c6f0b406
KB
142172015-11-07 Kevin Buettner <kevinb@redhat.com>
14218
14219 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14220 value associated with DW_AT_byte_size.
14221 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14222 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14223 DW_AT_upper_bound.
14224
f01dcfd9
KB
142252015-11-07 Kevin Buettner <kevinb@redhat.com>
14226
14227 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14228 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14229 version.
14230 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14231 gdb.dwarf2/dw2-canonicalize-type.exp,
14232 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14233 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14234 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14235 provided by gdb_target_symbol_prefix_flags_asm.
14236 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14237 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14238 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14239 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14240 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14241 macros where needed). Use this macro for symbols which require
14242 the prefix provided by SYMBOL_PREFIX.
14243
2223449a
KB
142442015-11-05 Kevin Buettner <kevinb@redhat.com>
14245
14246 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14247 New procs.
14248 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14249 representing expressions, of more than one list element.
14250 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14251 to prepend linker symbol prefix to f.
14252 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14253 table_1 and table_2.
14254 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14255 Likewise, for f and g.
14256 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14257 for ptr.
14258 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14259 for main.
14260 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14261 table_1_ptr and table_2_ptr.
14262
6f2f1a3a
JK
142632015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14264 Joel Brobecker <brobecker@adacore.com>
14265
14266 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14267
566c56c9
MK
142682015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14269
14270 * gdb.reverse/s390-mvcle.c: New test.
14271 * gdb.reverse/s390-mvcle.exp: New file.
14272 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14273
d5f0636b
MK
142742015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14275
14276 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14277
7ad8b86c
MK
142782015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14279
14280 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14281 reaching marker2.
14282 * gdb.reverse/getresuid-reverse.exp: Likewise.
14283 * gdb.reverse/pipe-reverse.exp: Likewise.
14284 * gdb.reverse/readv-reverse.exp: Likewise.
14285 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14286 * gdb.reverse/time-reverse.exp: Likewise.
14287 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14288
4081c0f1
YQ
142892015-10-30 Yao Qi <yao.qi@linaro.org>
14290
14291 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14292 (empty_cycle): Remove.
14293 (main): Don't call empty_cycle. Don't use watch_count_done.
14294 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14295 empty_cycle. Rewrite the code counting HW watchpoints.
14296
452b4ba5
MK
142972015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14298
14299 * gdb.reverse/fstatat-reverse.c: New test.
14300 * gdb.reverse/fstatat-reverse.exp: New file.
14301 * gdb.reverse/getresuid-reverse.c: New test.
14302 * gdb.reverse/getresuid-reverse.exp: New file.
14303 * gdb.reverse/pipe-reverse.c: New test.
14304 * gdb.reverse/pipe-reverse.exp: New file.
14305 * gdb.reverse/readv-reverse.c: New test.
14306 * gdb.reverse/readv-reverse.exp: New file.
14307 * gdb.reverse/recvmsg-reverse.c: New test.
14308 * gdb.reverse/recvmsg-reverse.exp: New file.
14309 * gdb.reverse/time-reverse.c: New test.
14310 * gdb.reverse/time-reverse.exp: New file.
14311 * gdb.reverse/waitpid-reverse.c: New test.
14312 * gdb.reverse/waitpid-reverse.exp: New file.
14313
5e2e7507
JK
143142015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14315
14316 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14317
0fde2c53
DE
143182015-10-26 Doug Evans <dje@google.com>
14319
14320 PR symtab/17391
14321 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14322 * gdb.dwarf2/bad-regnum.c: New file.
14323 * gdb.dwarf2/bad-regnum.exp: New file.
14324
1a70ae97
DE
143252015-10-26 Doug Evans <dje@google.com>
14326
14327 PR python/18938
14328 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14329 file.
14330
27dc26ab
JK
143312015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14332
14333 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14334 for a change by "Mention language in compile error message".
14335
bed91f4d
SM
143362015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14337
14338 PR python/18073
14339 * gdb.python/py-type.c (C::a_method): New.
14340 (C::a_const_method): New.
14341 (C::a_static_method): New.
14342 (a_function): New.
14343 * gdb.python/py-type.exp (test_fields): Test getting fields
14344 from function and method.
14345
3f2f83dd
KB
143462015-10-21 Keven Boell <keven.boell@intel.com>
14347
14348 * gdb.fortran/vla-alloc-assoc.exp: New file.
14349 * gdb.fortran/vla-datatypes.exp: New file.
14350 * gdb.fortran/vla-datatypes.f90: New file.
14351 * gdb.fortran/vla-history.exp: New file.
14352 * gdb.fortran/vla-ptype-sub.exp: New file.
14353 * gdb.fortran/vla-ptype.exp: New file.
14354 * gdb.fortran/vla-sizeof.exp: New file.
14355 * gdb.fortran/vla-sub.f90: New file.
14356 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14357 * gdb.fortran/vla-value-sub-finish.exp: New file.
14358 * gdb.fortran/vla-value-sub.exp: New file.
14359 * gdb.fortran/vla-value.exp: New file.
14360 * gdb.fortran/vla-ptr-info.exp: New file.
14361 * gdb.mi/mi-vla-fortran.exp: New file.
14362 * gdb.mi/vla.f90: New file.
14363
27145d50
SL
143642015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14365
14366 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14367 of hardwired timeout value.
14368
5f3ff4f8
JK
143692015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14370 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14373 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14374
bfd09d20
JS
143752015-10-19 Josh Stone <jistone@redhat.com>
14376
14377 * gdb.base/catch-syscall.c: Include <sched.h>.
14378 (unknown_syscall): New variable.
14379 (main): Trigger a vfork and an unknown syscall.
14380 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14381 (unknown_syscall_number): Likewise.
14382 (check_call_to_syscall): Accept an optional syscall pattern.
14383 (check_return_from_syscall): Likewise.
14384 (check_continue): Likewise.
14385 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14386 (test_catch_syscall_skipping_return): New test toggling off 'catch
14387 syscall' to step over the syscall return, then toggling back on.
14388 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14389 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14390 (do_syscall_tests): Call test_catch_syscall_without_args and
14391 test_catch_syscall_mid_vfork.
14392 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14393 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14394
b32b93c6
AS
143952015-10-19 Andrew Stubbs <ams@codesourcery.com>
14396
14397 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14398 print g_vE): Add new pass patterns.
14399 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14400 print various symbol names for vptr fields.
14401
9d622bda
AB
144022015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14403
14404 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14405 results.
14406
0fd8ac1c
YQ
144072015-10-12 Yao Qi <yao.qi@linaro.org>
14408
14409 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14410
34240514
YQ
144112015-10-12 Yao Qi <yao.qi@linaro.org>
14412
14413 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14414 is aarch64*-*-linux*.
14415
8240f442
YQ
144162015-10-12 Yao Qi <yao.qi@linaro.org>
14417
14418 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14419 (can_relocate_bcond_true): ... it.
14420 (can_relocate_bcond_false): New function.
14421 (foo): Likewise.
14422 (can_relocate_bl): Likewise.
14423 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14424 can_relocate_bl.
14425
2520f728
PMR
144262015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14427
14428 * gdb.base/nested-addr.c: New file.
14429 * gdb.base/nested-addr.exp: New testcase.
14430
abcef95a
MM
144312015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14432
14433 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14434 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14435 its output. Ignore the output of "record goto begin" and instead
14436 check that GDB is replaying.
14437
145e3ddb
PA
144382015-10-09 Pedro Alves <palves@redhat.com>
14439
14440 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14441 (top level): Use it in the run with no args test.
14442
d5d8c4e1
IB
144432015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14444
14445 * gdb.dlang/properties.exp: New file.
14446
06e635ef
SL
144472015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14448
14449 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14450 whether or not address 0x1000 is mapped on the target.
14451
e019fd1d
SM
144522015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14453
14454 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14455 build.
14456
77ba2a67
MM
144572015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14458
14459 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14460 instruction-history test.
14461
c60eb31f
DE
144622015-09-28 Doug Evans <dje@google.com>
14463
14464 * gdb.base/gcore.c (array_func): Add reference to static_array.
14465
9a3c8263
SM
144662015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14467
14468 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14469 source line.
14470
9720e656
SL
144712015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14472
14473 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14474 short or char as base type.
14475
938d3bf2
SL
144762015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14477
14478 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14479 to allow any size enum.
14480
e6c2c623
PMR
144812015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14482
14483 * gdb.ada/array_ptr_renaming.exp: New testcase.
14484 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14485 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14486
06da0f77
PL
144872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14488
14489 * gdb.trace/ftrace-lock.c: New file.
14490 * gdb.trace/ftrace-lock.exp: New file.
14491
4f51c22a
PL
144922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14493
14494 * gdb.arch/insn-reloc.c: New file.
14495 * gdb.arch/ftrace-insn-reloc.exp: New file.
14496
7041adf4
PL
144972015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14498
14499 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14500 instruction.
14501 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14502 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14503 * gdb.trace/range-stepping.c: Likewise.
14504 * gdb.trace/trace-break.c: Likewise.
14505 * gdb.trace/trace-mt.c (thread_function): Likewise.
14506 * gdb.trace/ftrace.c (marker): Likewise.
14507 * gdb.trace/trace-condition.c (marker): Likewise.
14508 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14509 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14510 is_aarch64_target.
14511
015d2e7e
DE
145122015-09-18 Doug Evans <xdje42@gmail.com>
14513
14514 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14515 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14516
26b188a2
SL
145172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14518
14519 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14520 the breakpoint.
14521
79dc332b
SL
145222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14523
14524 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14525 the pending breakpoint. Remove timeout override for "Run till
14526 MI pending breakpoint on pendfunc3 on thread 2" test.
14527
f57929f2
SL
145282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14529
14530 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14531 filename pattern.
14532
3f469b17
SL
145332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14534
14535 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14536 in breakpoint filename pattern.
14537
515b89b3
SL
145382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14539
7800dbe4
SL
14540 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14541
145422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14543
515b89b3
SL
14544 * gdb.linespec/explicit.exp: Check for readline support for
14545 tab-completion tests. Fix obvious typo.
14546
d2939ba2
MM
145472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14548
14549 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14550 and replay.
14551
cbb55fa7
MM
145522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14553
14554 * gdb.btrace/non-stop.c: New.
14555 * gdb.btrace/non-stop.exp: New.
14556
43691ca1
PL
145572015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14558 Yao Qi <yao.qi@linaro.org>
14559
14560 * gdb.trace/trace-condition.c: New file.
14561 * gdb.trace/trace-condition.exp: New file.
14562
d78908cf
WW
145632015-09-16 Wei-cheng Wang <cole945@gmail.com>
14564
14565 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14566 for testing bytecode compilation.
14567
1ed415e2
PA
145682015-09-16 Pedro Alves <palves@redhat.com>
14569 Sandra Loosemore <sandra@codesourcery.com>
14570
14571 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14572 (SECONDS): Redefine.
14573 (main): Call pthread_kill and alarm early.
14574 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14575 support.
14576 (test): If the target can't hardware step and doesn't support
14577 displaced stepping, increase the timeout.
14578
d136eff5
PA
145792015-09-16 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14582 (enable_debug): New procedures.
14583 (test): Use them. Bail out if waiting for threads fails.
14584 (top level): Bail out if a test fails.
14585
991f019c
YQ
145862015-09-16 Yao Qi <yao.qi@linaro.org>
14587
14588 * gdb.asm/asm-source.exp: Set asm-arch for
14589 aarch64*-*-* target.
14590 * gdb.asm/aarch64.inc: New file.
14591
bfca584f
PMR
145922015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14593
14594 * gdb.ada/array_of_variable_length.exp: New testcase.
14595 * gdb.ada/array_of_variable_length/foo.adb: New file.
14596 * gdb.ada/array_of_variable_length/pck.adb: New file.
14597 * gdb.ada/array_of_variable_length/pck.ads: New file.
14598
b326e587
DE
145992015-09-15 Doug Evans <dje@google.com>
14600
14601 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14602 of function static local variable.
14603
5382cfab
PW
146042015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14605
14606 * gdb.threads/tls-so_extern.exp: New test file.
14607 * gdb.threads/tls-so_extern.c: New test file.
14608 * gdb.threads/tls-so_extern_main.c: New test file.
14609
141c5cc4
JK
146102015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14611
14612 * gdb.opt/solib-intra-step-lib.c: New file.
14613 * gdb.opt/solib-intra-step-main.c: New file.
14614 * gdb.opt/solib-intra-step.exp: New file.
14615
d15dcecd
PA
146162015-09-15 Pedro Alves <palves@redhat.com>
14617
14618 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14619 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14620
4c2f2a79
PA
146212015-09-14 Pedro Alves <palves@redhat.com>
14622
14623 * gdb.base/hook-stop-continue.c: Delete.
14624 * gdb.base/hook-stop-continue.exp: Delete.
14625 * gdb.base/hook-stop-frame.c: Delete.
14626 * gdb.base/hook-stop-frame.exp: Delete.
14627 * gdb.base/hook-stop.c: New file.
14628 * gdb.base/hook-stop.exp: New file.
14629
919e6dbe
PMR
146302015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14631
14632 * gdb.ada/access_to_packed_array.exp: New testcase.
14633 * gdb.ada/access_to_packed_array/foo.adb: New file.
14634 * gdb.ada/access_to_packed_array/pack.adb: New file.
14635 * gdb.ada/access_to_packed_array/pack.ads: New file.
14636
157280a4
MM
146372015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14638
14639 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14640 buffer size test.
14641
2fd33e94
DB
146422015-09-11 Don Breazeal <donb@codesourcery.com>
14643
14644 * gdb.base/foll-exec.c: Add copyright header. Fix
14645 formatting issues.
14646 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14647 (do_exec_tests): Use clean_restart in place of zap_session,
14648 and for test initialization. Fix formatting issues. Use
14649 fail in place of perror.
14650 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14651 an expect statement to match an expression with output from
14652 the program under debug.
14653 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14654 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14655 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14656 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14657 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14658
e70b6e8e
DE
146592015-09-09 Doug Evans <dje@google.com>
14660
14661 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14662
7a551a51
DE
146632015-09-09 Doug Evans <dje@google.com>
14664
14665 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14666
4c666f84
DE
146672015-09-09 Doug Evans <dje@google.com>
14668
14669 * gdb.base/savedregs.exp: Fix typo.
14670
243a9253
PA
146712015-09-09 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14674
c0fa8fbd
SL
146752015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14676
14677 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14678 command actually switches threads. Give up on remaining
14679 tests if target fails to stop at breakpoint.
14680
cd7c1778
PMR
146812015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14682
14683 * gdb.ada/funcall_char.exp: New testcase.
14684 * gdb.ada/funcall_char/foo.adb: New file.
14685
dc5c8746
PMR
146862015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14687
14688 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14689 expected outputs. Add two testcases for completing ambiguous
14690 functions.
14691 * gdb.ada/complete/aux_pck.adb: New file.
14692 * gdb.ada/complete/aux_pck.ads: New file.
14693 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14694 Ambiguous_Func functions.
14695 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14696 * gdb.ada/complete/pck.adb: Likewise.
14697
4e83a1e7
UW
146982015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14699
14700 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14701 failures to run the test program under GDB.
14702
8ce74153
LM
147032015-08-26 Luis Machado <lgustavo@codesourcery.com>
14704
14705 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14706 to C.
14707
e9756d52
PP
147082015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14709
14710 * gdb.base/run-after-attach.exp: New test file.
14711 * gdb.base/run-after-attach.c: New test file.
14712
8d37573b
DB
147132015-08-26 Don Breazeal <donb@codesourcery.com>
14714
14715 * gdb.base/foll-exec-2.c: New test program.
14716 * gdb.base/foll-exec-2.exp: New test.
14717
63e43d3a
PMR
147182015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14719
14720 * gdb.base/nested-subp1.exp: New file.
14721 * gdb.base/nested-subp1.c: New file.
14722 * gdb.base/nested-subp2.exp: New file.
14723 * gdb.base/nested-subp2.c: New file.
14724 * gdb.base/nested-subp3.exp: New file.
14725 * gdb.base/nested-subp3.c: New file.
14726
3d40fbb5
PA
147272015-08-24 Pedro Alves <palves@redhat.com>
14728
14729 * gdb.server/connect-without-multi-process.c: New file.
14730 * gdb.server/connect-without-multi-process.exp: New file.
14731
4422ac93
LM
147322015-08-24 Luis Machado <lgustavo@codesourcery.com>
14733
14734 * gdb.opt/inline-markers.c: Make z int.
14735
91dddb86
LM
147362015-08-24 Luis Machado <lgustavo@codesourcery.com>
14737
14738 * gdb.opt/inline-markers.c: Make z volatile.
14739
a48847ee
LM
147402015-08-24 Luis Machado <lgustavo@codesourcery.com>
14741
14742 * gdb.opt/inline-bt.c: New volatile global z.
14743 * gdb.opt/inline-cmds.c: Likewise.
14744 * gdb.opt/inline-locals.c: Likewise.
14745 * gdb.opt/inline-markers.c: New extern global z.
14746 (marker): Use z.
14747 (inline_fn): Likewise.
14748
0ebbc52b
PA
147492015-08-24 Pedro Alves <palves@redhat.com>
14750
14751 * config/m32r-stub.exp: Remove file.
14752 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14753 * gdb.base/call-rt-st.exp: Likewise.
14754 * gdb.base/call-strs.exp: Likewise.
14755 * gdb.base/default.exp: Remove references to h8300-*-hms and
14756 *-*-udi*.
14757 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14758
77c365df
AA
147592015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14760
14761 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14762 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14763 and "return" use KFAIL when GDB can not read/write the vector
14764 return value.
14765
4313b8c0
GB
147662015-08-21 Gary Benson <gbenson@redhat.com>
14767
14768 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14769
0e433b32
PA
147702015-08-20 Pedro Alves <palves@redhat.com>
14771
14772 * gdb.server/solib-list.exp: No longer expect an interior stop in
14773 non-stop mode.
14774
221e1a37
PA
147752015-08-20 Pedro Alves <palves@redhat.com>
14776
14777 * gdb.server/connect-stopped-target.c: New file.
14778 * gdb.server/connect-stopped-target.exp: New file.
14779
40e3ad0e
PA
147802015-08-20 Pedro Alves <palves@redhat.com>
14781
14782 * gdb.dwarf2/comp-unit-lang.exp: New file.
14783 * gdb.dwarf2/comp-unit-lang.c: New file.
14784
af39b327
PMR
147852015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14786
14787 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14788 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14789
7d45c7c3 147902015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 14791
7d45c7c3
KB
14792 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14793 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14794
4d6cceb4
DE
147952015-08-18 Doug Evans <dje@google.com>
14796 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14797
14798 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14799 skip_python_tests. New arg prompt_regexp.
14800 (skip_python_tests): New function.
14801 * lib/mi-support.exp (mi_skip_python_tests): New function.
14802 * gdb.python/py-mi-objfile-gdb.py: New file.
14803 * gdb.python/py-mi-objfile.c: New file.
14804 * gdb.python/py-mi-objfile.exp: New file.
14805
ad89c2aa
KS
148062015-08-17 Keith Seitz <keiths@redhat.com>
14807
14808 * gdb.linespec/explicit.exp: Move strace test from here ...
14809 * gdb.trace/strace.exp: ... to here.
14810
e3ae3c43
PP
148112015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14812
14813 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14814 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14815
604b2636
DE
148162015-08-14 Doug Evans <xdje42@gmail.com>
14817
14818 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14819 inferior before selecting a new file.
14820
6ff0ba5f
DE
148212015-08-14 Doug Evans <xdje42@gmail.com>
14822
14823 * gdb.mi/mi-disassemble.exp: Update.
14824 * gdb.base/disasm-optim.S: New file.
14825 * gdb.base/disasm-optim.c: New file.
14826 * gdb.base/disasm-optim.h: New file.
14827 * gdb.base/disasm-optim.exp: New file.
14828
9ca98f92
KS
148292015-08-14 Keith Seitz <keiths@redhat.com>
14830
14831 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14832 "evaluated-by".
14833
52bbc560
JB
148342015-08-13 Joel Brobecker <brobecker@adacore.com>
14835
14836 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14837
5d8c3ed3
PMR
148382015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14839
14840 * gdb.ada/fun_renaming.exp: New testcase.
14841 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14842 * gdb.ada/fun_renaming/pack.adb: New file.
14843 * gdb.ada/fun_renaming/pack.ads: New file.
14844
ea8812bc
KS
148452015-08-12 Keith Seitz <keiths@redhat.com>
14846
14847 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14848 gdb_get_line_number.
14849
4dafcdeb
JB
148502015-08-12 Joel Brobecker <brobecker@adacore.com>
14851
14852 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14853 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14854 gdb.base/dso2dso.exp: New files.
14855
5ba32597
SDJ
148562015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14857 Pedro Alves <palves@redhat.com>
14858 Keith Seitz <keiths@redhat.com>
14859
14860 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14861 GDBFLAGS.
14862
b6dafabf
PP
148632015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14864
14865 * gdb.base/gdbhistsize-history.exp
14866 (test_histsize_history_setting): Use save_vars.
14867 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14868 Use save_vars.
14869 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14870 * gdb.base/readline.exp: Use save_vars.
14871
abe8e607
PP
148722015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14873
14874 * lib/gdb.exp (save_vars): New proc.
14875
629500fa
KS
148762015-08-11 Keith Seitz <keiths@redhat.com>
14877
14878 * gdb.base/help.exp: Update help_breakpoint_text.
14879
eb8c4e2e
KS
148802015-08-11 Keith Seitz <keiths@redhat.com>
14881
14882 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14883 (at toplevel): Call test_explicit_breakpoints.
14884 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14885 breakpoints.
14886 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14887 breakpoint conditions, "-cond".
14888
87f0e720
KS
148892015-08-11 Keith Seitz <keiths@redhat.com>
14890
14891 * gdb.linespec/3explicit.c: New file.
14892 * gdb.linespec/cpexplicit.cc: New file.
14893 * gdb.linespec/cpexplicit.exp: New file.
14894 * gdb.linespec/explicit.c: New file.
14895 * gdb.linespec/explicit.exp: New file.
14896 * gdb.linespec/explicit2.c: New file.
14897 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14898 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14899 before using in the matching pattern.
14900 Clarify that `prefix' is a regular expression.
14901
f00aae0f
KS
149022015-08-11 Keith Seitz <keiths@redhat.com>
14903
14904 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
14905 test.
14906 Add tests for missing ",FMT" and ",".
14907
e27852be
DE
149082015-08-10 Doug Evans <dje@google.com>
14909 Keith Seitz <keiths@redhat.com>
14910
14911 PR gdb/17960
14912 * gdb.base/completion.exp: Add location completer tests.
14913
7f03bd92
PA
149142015-08-07 Pedro Alves <palves@redhat.com>
14915
14916 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
14917 tests here.
14918 (top level): Run do_test with and without displaced stepping.
14919
3fc8eb30
PA
149202015-08-07 Pedro Alves <palves@redhat.com>
14921
14922 * gdb.base/valgrind-disp-step.c: New file.
14923 * gdb.base/valgrind-disp-step.exp: New file.
14924
d4569d7b
PA
149252015-08-07 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
14928 Delete function.
14929 (main): Add alarm. Run an infinite loop instead of calling
14930 wait_threads.
14931 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
14932 comment.
14933 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
14934 Delete function.
14935 (main): Add alarm. Run an infinite loop instead of calling
14936 wait_threads.
14937 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
14938 comment.
14939
e1316e60
PA
149402015-08-07 Pedro Alves <palves@redhat.com>
14941
14942 * gdb.base/checkpoint-ns.exp: New file.
14943 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
14944 standard_testfile.
14945
da8c46d2
MM
149462015-08-07 Markus Metzger <markus.t.metzger@intel.com>
14947
14948 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
14949 * gdb.btrace/instruction_history.exp: Update.
14950 * gdb.btrace/tsx.exp: New.
14951 * gdb.btrace/tsx.c: New.
14952
de1c2c52
PA
149532015-08-06 Pedro Alves <palves@redhat.com>
14954
14955 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
14956 increase timeout.
14957 * gdb.reverse/until-precsave.exp: Bump timeouts.
14958
782e0bf4
PA
149592015-08-06 Pedro Alves <palves@redhat.com>
14960
14961 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
14962
83e97ed0
PA
149632015-08-06 Pedro Alves <palves@redhat.com>
14964
14965 PR gdb/18749
14966 * gdb.threads/process-dies-while-handling-bp.c: New file.
14967 * gdb.threads/process-dies-while-handling-bp.exp: New file.
14968
863d01bd
PA
149692015-08-06 Pedro Alves <palves@redhat.com>
14970
14971 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
14972 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
14973
0a39bb32
PA
149742015-08-05 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.threads/next-while-other-thread-longjmps.c: New file.
14977 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
14978
ee2d2b10
SL
149792015-08-03 Sandra Loosemore <sandra@codesourcery.com>
14980
14981 * gdb.base/bp-permanent.exp: Report test as unsupported if
14982 the target cannot stop at the permanent breakpoint.
14983
4e1bdb00
DE
149842015-08-03 Doug Evans <dje@google.com>
14985
14986 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
14987 10000.
14988
3d338901
DE
149892015-08-03 Doug Evans <dje@google.com>
14990
14991 * Makefile.in (workers/%.worker, build-perf): New rule.
14992 (GDB_PERFTEST_MODE): New variable.
14993 (check-perf): Use it.
14994 (clean): Clean up gdb.perf parallel build subdirs.
14995 * lib/build-piece.exp: New file.
14996 * lib/gdb.exp (make_gdb_parallel_path): New function
14997 (standard_output_file, standard_temp_file): Call it.
14998 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
14999 of $GDB_PARALLEL.
15000 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15001
af061d3e
DE
150022015-08-03 Doug Evans <dje@google.com>
15003
8e1afc81 15004 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
15005 (LOG_FILE_NAME): New global.
15006 (TextReporter.__init__): Initialize self.txt_sum.
15007 (TextReporter.report): Add support for multiple data-points.
15008 Move report to perftest.sum, put raw data in perftest.log.
15009 (TextReporter.start): Open sum and log files.
15010 (TextReporter.end): Close sum and log files.
8e1afc81
DE
15011 * gdb.perf/lib/perftest/testresult.py
15012 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 15013
2c8c5d37
PA
150142015-07-31 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15017 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15018 kill_wait_spawned_process instead of explicit "kill -9".
15019 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15020 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15021 kill_wait_spawned_process.
15022 * gdb.base/attach-twice.exp: Likewise.
15023 * gdb.base/attach.exp: Likewise.
15024 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15025 gdb_test_multiple.
15026 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15027 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15028 kill_wait_spawned_process.
15029 * gdb.base/valgrind-infcall.exp: Likewise.
15030 * gdb.multi/multi-attach.exp: Likewise.
15031 * gdb.python/py-prompt.exp: Likewise.
15032 * gdb.python/py-sync-interp.exp: Likewise.
15033 * gdb.server/ext-attach.exp: Likewise.
15034 * gdb.threads/attach-into-signal.exp (corefunc): Use
15035 spawn_wait_for_attach, spawn_id_get_pid and
15036 kill_wait_spawned_process.
15037 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15038 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15039 spawn_id_get_pid and kill_wait_spawned_process.
15040 * gdb.threads/attach-stopped.exp (corefunc): Use
15041 spawn_wait_for_attach, spawn_id_get_pid and
15042 kill_wait_spawned_process.
15043 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15044 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15045 kill_wait_spawned_process instead of explicit "kill -9".
15046 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15047 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15048 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15049 processes. Don't map cygwin/windows pids here. Now returns a
15050 spawn id list.
15051
032a0fca
SL
150522015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15053
15054 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15055 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15056 correct patch.
15057
61a934ca
SL
150582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15059
15060 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15061
4bc4d428
SL
150622015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15063
15064 Reapply:
15065 2014-05-21 Mark Wielaard <mjw@redhat.com>
15066
15067 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15068
998d452a
PA
150692015-07-30 Pedro Alves <palves@redhat.com>
15070
15071 * linux-low.c (handle_extended_wait): Set the child's last
15072 reported status to TARGET_WAITKIND_STOPPED.
15073
69dde7dc
PA
150742015-07-30 Pedro Alves <palves@redhat.com>
15075
15076 PR threads/18600
15077 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15078 only shows inferior 1.
15079
4dd63d48
PA
150802015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15081 Pedro Alves <palves@redhat.com>
15082
15083 PR threads/18600
15084 * gdb.threads/fork-plus-threads.c: New file.
15085 * gdb.threads/fork-plus-threads.exp: New file.
15086
d618e4c5
PP
150872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15088
15089 * gdb.base/batch-preserve-term-settings.exp
15090 (test_terminal_settings_preserved_after_cli_exit): Use
15091 send_quit_command.
15092
1eef6428
PA
150932015-07-29 Pedro Alves <palves@redhat.com>
15094 Don Breazeal <donb@codesourcery.com>
15095
15096 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15097 output from both inferior_spawn_id and gdb_spawn_id.
15098
7da5b897
SDJ
150992015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15100
15101 * gdb.threads/attach-into-signal.exp (corefunc): Use
15102 with_test_prefix on nested loops, uniquefying the test messages.
15103
dac804df
SDJ
151042015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15105
15106 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15107 commit.
15108
06265e53
PP
151092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15110
15111 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15112 New proc.
15113 (test_terminal_settings_preserved_after_sigterm): New test.
15114
18206ca3
PP
151152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15116
15117 * gdb.base/batch-preserve-term-settings.exp
15118 (test_terminal_settings_preserved_after_cli_exit): New test.
15119
90074d11
PP
151202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15121
15122 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15123 manipulation of saved_gdbflags.
15124 (test_terminal_settings_preserved): Remove global declaration of
15125 the unused variable pagination_prompt. Remove manipulation of
15126 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15127 GDBFLAGS.
15128
eb1a7902
PA
151292015-07-29 Pedro Alves <palves@redhat.com>
15130
15131 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15132
8b75dd3b
PA
151332015-07-29 Pedro Alves <palves@redhat.com>
15134
15135 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15136 at the top.
15137
dedad4e3
PA
151382015-07-29 Pedro Alves <palves@redhat.com>
15139
15140 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15141 (main): Call gdb_unbuffer_output.
15142 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15143 (main): Call gdb_unbuffer_output.
15144 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15145 (main): Call gdb_unbuffer_output.
15146 * gdb.base/call-strs.exp: Adjust to step over the
15147 gdb_unbuffer_output call.
15148 * gdb.base/catch-gdb-caused-signals.c: Include
15149 "../lib/unbuffer_output.c".
15150 (main): Call gdb_unbuffer_output.
15151 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15152 (main): Call gdb_unbuffer_output.
15153 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15154 (main): Call gdb_unbuffer_output.
15155 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15156 (main): Call gdb_unbuffer_output.
15157 * gdb.base/shlib-call.exp: Adjust to step over the
15158 gdb_unbuffer_output call.
15159 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15160 (main): Call gdb_unbuffer_output.
15161 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15162 (main): Call gdb_unbuffer_output.
15163 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15164 (main): Rename to ...
15165 (test): ... this.
15166 (main): Reimplement.
15167 * gdb.base/varargs.exp: Run to test instead of to main.
15168 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15169 (main): Call gdb_unbuffer_output.
15170
58789a91
PA
151712015-07-29 Pedro Alves <palves@redhat.com>
15172
15173 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15174 factore out from mi_continue_dprintf. For call-style dprintfs,
15175 expect dprintf output out of $inferior_spawn_id.
15176 (mi_continue_dprintf): Use mi_expect_dprintf.
15177 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15178 (main): Call gdb_unbuffer_output.
15179
e8376742
PA
151802015-07-29 Pedro Alves <palves@redhat.com>
15181
15182 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15183 (default_mi_gdb_start): Set inferior_spawn_id instead of
15184 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15185 gdb_spawn_id.
15186 (mi_gdb_test): Always expect inferior output from both
15187 $inferior_spawn_id and $gdb_spawn_id.
15188
08280010
PA
151892015-07-29 Pedro Alves <palves@redhat.com>
15190
15191 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15192 send_inferior and $inferior_spawn_id.
15193
4d30e432
PA
151942015-07-29 Pedro Alves <palves@redhat.com>
15195
15196 * gdb.gdb/complaints.exp (test_initial_complaints)
15197 (test_serial_complaints, test_short_complaints): Use
15198 gdb_test_stdio.
15199 (test_empty_complaint): Handle $inferior_spawn_id !=
15200 $gdb_spawn_id.
15201
0d30a335
PA
152022015-07-29 Pedro Alves <palves@redhat.com>
15203
15204 * gdb.base/varargs.exp: Use gdb_test_stdio.
15205
39413b29
PA
152062015-07-29 Pedro Alves <palves@redhat.com>
15207
15208 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15209
7cb000a9
PA
152102015-07-29 Pedro Alves <palves@redhat.com>
15211
15212 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15213
d7b8ac82
PA
152142015-07-29 Pedro Alves <palves@redhat.com>
15215
15216 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15217 parameter into two new parameters, "inf_result" and "gdb_result".
15218 Expect inferior output and gdb output from $inferior_spawn_id and
15219 $gdb_spawn_id, respectively. Adjust all callers.
15220
789c3a0c
PA
152212015-07-29 Pedro Alves <palves@redhat.com>
15222
15223 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15224 of gdb_test_sequence.
15225
77e760c3
PA
152262015-07-29 Pedro Alves <palves@redhat.com>
15227
15228 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15229 (saw_spurious_output): Expect inferior output from
15230 $inferior_spawn_id. Use gdb_test_stdio.
15231
8396d2cd
PA
152322015-07-29 Pedro Alves <palves@redhat.com>
15233
15234 * gdb.base/dprintf.exp: Use standard_testfile. Change
15235 prepare_for_testing call.
15236 (srcfile): Don't set.
15237 (restart): New procedure.
15238 (test_dprintf): New procecure, use to continue over dprintfs.
15239 (test_call, test_agent): New procedures, tests moved here.
15240 Restart gdb and recreate dprintfs. Adjust expected output.
15241
2051d61f
PA
152422015-07-29 Pedro Alves <palves@redhat.com>
15243
15244 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15245
452397af
PA
152462015-07-29 Pedro Alves <palves@redhat.com>
15247
15248 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15249
8aed9555
PA
152502015-07-29 Pedro Alves <palves@redhat.com>
15251
15252 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15253 gdb_test_stdio.
15254
188a61b4
PA
152552015-07-29 Pedro Alves <palves@redhat.com>
15256
15257 * lib/gdb.exp (gdb_test_stdio): New procedure.
15258
12264a45
PA
152592015-07-29 Pedro Alves <palves@redhat.com>
15260
15261 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15262
23ffc893
PA
152632015-07-29 Pedro Alves <palves@redhat.com>
15264
15265 * gdb.base/call-signal-resume.exp: Remove check for
15266 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15267 * gdb.base/unwindonsignal.exp: Likewise.
15268 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15269 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15270
65566918
PA
152712015-07-29 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.base/siginfo-addr.c (pass): New function.
15274 (handler): Call it iff si_addr is correct.
15275 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15276 Set a breakpoint at "pass" and continue to it.
15277
d60a9221
SDJ
152782015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15279
15280 * gdb.python/py-objfile.exp: Make some tests have unique names.
15281 * gdb.python/py-pp-registration.exp: Likewise.
15282
bde40b8f
PA
152832015-07-28 Pedro Alves <palves@redhat.com>
15284
15285 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15286
13e1dec8
SM
152872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15288
15289 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15290
da33c9a7
SM
152912015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15292
15293 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15294
077836f7
PP
152952015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15296
15297 * gdb.base/gdb-sigterm-2.exp: New test.
15298
b8cc7b2e
DE
152992015-07-25 Doug Evans <xdje42@gmail.com>
15300
15301 Revert:
15302 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15303 (workers/%.worker, build-perf): New rule.
15304 (GDB_PERFTEST_MODE): New variable.
15305 (check-perf): Use it.
15306 (clean): Clean up gdb.perf parallel build subdirs.
15307 * lib/build-piece.exp: New file.
15308 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15309 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15310 name.
15311 (standard_temp_file): Ditto.
15312 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15313 of $GDB_PARALLEL.
15314
c8bd4544
DE
153152015-07-24 Doug Evans <dje@google.com>
15316
15317 * gdb.perf/lib/perftest/utils.py: New file.
15318 * gdb.perf/gm-hello.cc: New file.
15319 * gdb.perf/gm-pervasive-typedef.cc: New file.
15320 * gdb.perf/gm-pervasive-typedef.h: New file.
15321 * gdb.perf/gm-std.cc: New file.
15322 * gdb.perf/gm-std.h: New file.
15323 * gdb.perf/gm-use-cerr.cc: New file.
15324 * gdb.perf/gm-utils.h: New file.
15325 * gdb.perf/gmonster-null-lookup.py: New file.
15326 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15327 * gdb.perf/gmonster-print-cerr.py: New file.
15328 * gdb.perf/gmonster-ptype-string.py: New file.
15329 * gdb.perf/gmonster-runto-main.py: New file.
15330 * gdb.perf/gmonster-select-file.py: New file.
15331 * gdb.perf/gmonster1-null-lookup.exp: New file.
15332 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15333 * gdb.perf/gmonster1-print-cerr.exp: New file.
15334 * gdb.perf/gmonster1-ptype-string.exp: New file.
15335 * gdb.perf/gmonster1-runto-main.exp: New file.
15336 * gdb.perf/gmonster1-select-file.exp: New file.
15337 * gdb.perf/gmonster1.cc: New file.
15338 * gdb.perf/gmonster1.exp: New file.
15339 * gdb.perf/gmonster2-null-lookup.exp: New file.
15340 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15341 * gdb.perf/gmonster2-print-cerr.exp: New file.
15342 * gdb.perf/gmonster2-ptype-string.exp: New file.
15343 * gdb.perf/gmonster2-runto-main.exp: New file.
15344 * gdb.perf/gmonster2-select-file.exp: New file.
15345 * gdb.perf/gmonster2.cc: New file.
15346 * gdb.perf/gmonster2.exp: New file.
15347
6eab34f3
DE
153482015-07-24 Doug Evans <dje@google.com>
15349
15350 * gdb.perf/README: New file.
15351 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15352 * lib/gen-perf-test.exp: New file.
15353
63738bfd
DE
153542015-07-24 Doug Evans <dje@google.com>
15355
15356 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15357 (PerfTest::startup): New function.
15358 (PerfTest::run): Return result of calling body.
15359 (PerfTest::assemble): Rewrite.
15360 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15361 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15362 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15363 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15364 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15365
7b606f95
DE
153662015-07-24 Doug Evans <dje@google.com>
15367
15368 * lib/gdb.exp (clean_restart): Make executable optional.
15369
a97b16b8
DE
153702015-07-24 Doug Evans <dje@google.com>
15371
15372 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15373 compiler_info references.
15374 * gdb.cp/temargs.exp: Ditto.
15375 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15376 (get_compiler_info): Early exit if already computed. Set compiler_info
15377 to "unknown" if there was a problem.
15378 (test_compiler_info): Add function comment. Call get_compiler_info.
15379
35baa57f
DE
153802015-07-24 Doug Evans <dje@google.com>
15381
15382 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15383 (workers/%.worker, build-perf): New rule.
15384 (GDB_PERFTEST_MODE): New variable.
15385 (check-perf): Use it.
15386 (clean): Clean up gdb.perf parallel build subdirs.
15387 * lib/build-piece.exp: New file.
15388 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15389 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15390 name.
15391 (standard_temp_file): Ditto.
15392 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15393 of $GDB_PARALLEL.
15394
6ebea266
DE
153952015-07-24 Doug Evans <dje@google.com>
15396
15397 * lib/future.exp (gdb_default_target_compile): New option
15398 "early_flags".
15399 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15400 --as-needed.
15401
1e76a7e9
SDJ
154022015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15403
15404 * gdb.base/catch-syscall.exp: Call gdb_exit before
15405 gdb_skip_xml_test.
15406
5068630a
PA
154072015-07-24 Pedro Alves <palves@redhat.com>
15408
15409 * gdb.python/py-events.exp: Accept output between the stop event
15410 and the prompt.
15411 * gdb.python/py-evsignal.exp: Likewise.
15412 * gdb.python/py-evthreads.exp: Likewise.
15413
77598427
PA
154142015-07-24 Pedro Alves <palves@redhat.com>
15415
15416 PR gdb/18717
15417 * gdb.threads/non-ldr-exit.c: New file.
15418 * gdb.threads/non-ldr-exit.exp: New file.
15419
11e6c98f
YQ
154202015-07-24 Yao Qi <yao.qi@linaro.org>
15421
15422 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15423 restarting process.
15424
51aee833
YQ
154252015-07-24 Yao Qi <yao.qi@linaro.org>
15426
15427 * gdb.server/ext-restart.exp: New file.
15428
8cfe207c
YQ
154292015-07-24 Yao Qi <yao.qi@linaro.org>
15430
15431 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15432 argument options.
15433 * gdb.server/ext-wrapper.exp: New file.
15434
cc12ce38
DE
154352015-07-23 Doug Evans <dje@google.com>
15436
15437 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15438 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15439
d0d84780
PMR
154402015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15441
15442 * gdb.ada/var_arr_typedef.exp: New testcase.
15443 * gdb.ada/var_arr_typedef/pack.adb: New file.
15444 * gdb.ada/var_arr_typedef/pack.ads: New file.
15445 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15446
8b558f79
JB
154472015-07-20 Joel Brobecker <brobecker@adacore.com>
15448
15449 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15450
775a3298
JK
154512015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15452
15453 * gdb.arch/i386-biarch-core.exp: Replace istarget
15454 by "complete set gnutarget". Remove expectation for the "core-file"
15455 command.
15456
db1ff28b
JK
154572015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15458
15459 Revert the previous commit:
15460 Tests for validate symbol file using build-id.
15461
0a94970d
JK
154622015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15463
15464 Tests for validate symbol file using build-id.
15465 * gdb.base/solib-mismatch-lib.c: New file.
15466 * gdb.base/solib-mismatch-libmod.c: New file.
15467 * gdb.base/solib-mismatch.c: New file.
15468 * gdb.base/solib-mismatch.exp: New file.
15469
03346981
SL
154702015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15471
15472 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15473 nios2-*-linux*.
15474 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15475 * gdb.base/siginfo.exp: Likewise.
15476 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15477
42422cc7
PL
154782015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15479
15480 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15481 Move it to ...
15482 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15483 ... here.
15484 * gdb.trace/range-stepping.exp: Check that the target supports
15485 range stepping.
15486
cfa68bae
JK
154872015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15488
15489 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15490
8ffdba26
PA
154912015-07-14 Pedro Alves <palves@redhat.com>
15492
15493 * gdb.base/killed-outside.exp: New file.
15494 * gdb.base/killed-outside.c: New file.
15495
218a5a11
JK
154962015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15497
15498 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15499 (n at main): New.
15500 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15501
e03ed3c6
AA
155022015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15503
15504 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15505 infcall tests instead of setting up for KFAIL.
15506
485668e5
MM
155072015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15508
15509 * gdb.btrace/record_goto-step.exp: New.
15510
08464196
JK
155112015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15512
15513 PR compile/18484
15514 * gdb.compile/compile.c (struct struct_type): Add volatile to
15515 selffield's type.
15516 * gdb.compile/compile.exp
15517 (compile code struct_object.selffield = &struct_object): Skip further
15518 struct_object tests if this one xfails.
15519
bcf5c1d9
RC
155202015-07-08 Robert O'Callahan <robert@ocallahan.org>
15521
15522 PR exp/18617
15523 * gdb.trace/ax.exp: Add test.
15524
4931af25
YQ
155252015-07-07 Yao Qi <yao.qi@linaro.org>
15526
15527 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15528 instead of istarget "aarch64*-*-*".
15529 * gdb.arch/aarch64-fp.exp: Likewise.
15530 * gdb.base/float.exp: Likewise.
15531 * gdb.reverse/aarch64.exp: Likewise.
15532 * lib/gdb.exp (is_aarch64_target): New proc.
15533
9fcf688e
YQ
155342015-07-07 Yao Qi <yao.qi@linaro.org>
15535
15536 * lib/gdb.exp (is_aarch32_target): New proc.
15537 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15538 instead of "istarget "arm*-*-*"".
15539 * gdb.arch/arm-disp-step.exp: Likewise.
15540 * gdb.arch/thumb-bx-pc.exp: Likewise.
15541 * gdb.arch/thumb-prologue.exp: Likewise.
15542 * gdb.arch/thumb-singlestep.exp: Likewise.
15543 * gdb.base/disp-step-syscall.exp: Likewise.
15544 * gdb.base/float.exp: Likewise.
15545
fbd8d50d
YQ
155462015-07-07 Yao Qi <yao.qi@linaro.org>
15547
15548 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15549 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15550
71be1fdc
YQ
155512015-07-07 Yao Qi <yao.qi@linaro.org>
15552
15553 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15554 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15555 if it exists.
15556 * gdb.multi/multi-arch.exp: Likewise.
15557
3e221d36
SM
155582015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15559
15560 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15561 print.
15562
d441430b
YQ
155632015-07-07 Yao Qi <yao.qi@linaro.org>
15564
15565 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15566
06f810bd
MG
155672015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15568
15569 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15570 '[' and ']' characters.
15571
5e61e7c0
IB
155722015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15573
15574 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15575
28bf096c
PA
155762015-06-29 Pedro Alves <palves@redhat.com>
15577
15578 PR threads/18127
15579 * gdb.threads/hand-call-new-thread.c: New file.
15580 * gdb.threads/hand-call-new-thread.c: New file.
15581
ee93cd5e
KS
155822015-06-26 Keith Seitz <keiths@redhat.com>
15583 Doug Evans <dje@google.com>
15584
15585 PR 16253
15586 * gdb.cp/var-tag-2.cc: New file.
15587 * gdb.cp/var-tag-3.cc: New file.
15588 * gdb.cp/var-tag-4.cc: New file.
15589 * gdb.cp/var-tag.cc: New file.
15590 * gdb.cp/var-tag.exp: New file.
15591
fc637f04
PP
155922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15593
15594 * gdb.base/history-duplicates.exp: New test.
15595
2e52ae68
PP
155962015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15597
15598 * gdb.base/completion.exp: Test the completion of the "focus"
15599 command.
15600
6e22494e
JK
156012015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15602
15603 * gdb.arch/amd64-prologue-skip.S: New file.
15604 * gdb.arch/amd64-prologue-skip.exp: New file.
15605
bf7b9cd9
SM
156062015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15607
15608 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15609 is_address_zero_readable check.
15610
201e8dfd
PB
156112015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15612
15613 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15614 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15615
5cd867b4
YQ
156162015-06-24 Yao Qi <yao.qi@linaro.org>
15617
15618 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15619 linux targets.
15620
4d7be007
YQ
156212015-06-24 Yao Qi <yao.qi@linaro.org>
15622
15623 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15624 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15625 * gdb.base/siginfo-thread.exp: Likewise.
15626
07fcd301
YQ
156272015-06-22 Yao Qi <yao.qi@linaro.org>
15628
15629 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15630
52042a00
YQ
156312015-06-22 Yao Qi <yao.qi@linaro.org>
15632
15633 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15634 aarch64*-*-*.
15635 (skip_hw_watchpoint_tests): Likewise.
15636
74bd41ce
PP
156372015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15638
15639 * gdb.base/gdbinit-history.exp: Test the interaction between
15640 setting GDBHISTSIZE and setting the history size via .gdbinit.
15641
bc460514
PP
156422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15643
15644 PR gdb/16999
15645 * gdb.base/gdbhistsize-history.exp: New test.
15646
b58c513b
PP
156472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15648
15649 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15650 with GDBHISTSIZE.
15651 * gdb.base/readline.exp: Likewise.
15652
92046791
YQ
156532015-06-17 Yao Qi <yao.qi@linaro.org>
15654
15655 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15656 line.
15657
2093d2d3
PP
156582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15659
15660 * gdb.base/gdbinit-history.exp: Add test case to check that
15661 an unlimited history file does not get truncated on exit.
15662
e6c693af
AA
156632015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15664
15665 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15666 (VECTOR): New macro. Use it...
15667 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15668 ...for these typedefs.
15669 (int8, char1, int1, double1): New typedefs.
15670 (struct just_int2, struct two_int2): New structures.
15671 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15672 (add_structvecs, add_singlevecs): New functions.
15673 (main): Call add_some_intvecs twice.
15674 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15675 the compile and exit upon failure. Try compiling for the "native"
15676 architecture. Test inferior function calls with vector arguments
15677 and vector return value handling with "finish" and "return".
15678
c74f7d1c
JT
156792015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15680
15681 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15682 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15683 PE file.
15684 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15685
98aa42ee
AT
156862015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15687
15688 PR breakpoints/16465
15689 * gdb.mi/mi-dprintf-pending.c: New file.
15690 * gdb.mi/mi-dprintf-pending.exp: New test.
15691 * gdb.mi/mi-dprintf-pendshr.c: New file.
15692
7d73c23c 156932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 15694 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
15695
15696 * gdb.arch/i386-mpx-map.c: New file.
15697 * gdb.arch/i386-mpx-map.exp: New File.
15698
156992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15700
15701 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15702 * gdb.arch/i386-mpx.exp: Indentation fixed.
15703
157042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15705
15706 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15707 function and improved indentation.
15708 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15709 gdb_test_multiple. Added additional tests to skip the test.
15710
157112015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15712
15713 * gdb.arch/i386-avx512.c: Change path in include file.
15714 * gdb.arch/i386-avx512.exp: Change include dir path
15715 compilation flag.
15716 * gdb.arch/i386-mpx.c: Change path in include file.
15717 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15718 flag.
15719
d5eba19a
JK
157202015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15721
15722 * gdb.compile/compile-print.exp (compile print *vararray@3)
15723 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15724
7f361056
JK
157252015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15726
15727 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15728 (do not keep jit in memory): ... this.
15729 (expect 5): Change it to ...
15730 (expect no 5): ... this.
15731
3b462ec2
SM
157322015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15733
15734 PR gdb/15564
15735 * gdb.mi/mi-detach.exp: New file.
15736
e0619de6
JK
157372015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15738
15739 PR symtab/18392
15740 * gdb.arch/amd64-tailcall-self.S: New file.
15741 * gdb.arch/amd64-tailcall-self.c: New file.
15742 * gdb.arch/amd64-tailcall-self.exp: New file.
15743
e970cb34
DB
157442015-05-28 Don Breazeal <donb@codesourcery.com>
15745
15746 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15747 tests for remote targets by checking is_target_gdbserver.
15748
b2e2f908
DE
157492015-05-27 Doug Evans <dje@google.com>
15750
15751 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15752 * gdb.dwarf2/opaque-type-lookup.c: New file.
15753 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15754
82c7be31
DE
157552015-05-26 Doug Evans <dje@google.com>
15756
15757 * gdb.cp/iostream.cc: New file.
15758 * gdb.cp/iostream.exp: New file.
15759
b4f54984
DE
157602015-05-26 Doug Evans <dje@google.com>
15761
15762 * gdb.dwarf2/dw2-op-call.exp: Update.
15763 * gdb.dwarf2/dw4-sig-types.exp: Update.
15764 * gdb.dwarf2/implptr.exp: Update.
15765 * gdb.mi/mi-cmd-param-changed.exp: Update.
15766
4ea6efe9
DE
157672015-05-26 Doug Evans <dje@google.com>
15768
15769 * gdb.python/py-lazy-string.c: New file.
15770 * gdb.python/py-lazy-string.exp: New file.
15771 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15772 (main): Update. Add estring3.
15773 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15774 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15775
f6bb7db3
YQ
157762015-05-26 Omair Javaid <omair.javaid@linaro.org>
15777 Yao Qi <yao.qi@linaro.org>
15778
15779 * gdb.reverse/aarch64.c: New.
15780 * gdb.reverse/aarch64.exp: New.
15781
a81bfbd0
OJ
157822015-05-26 Omair Javaid <omair.javaid@linaro.org>
15783
25d49b86
PA
15784 * lib/gdb.exp (supports_process_record): Return true for
15785 aarch64*-linux*.
a81bfbd0
OJ
15786 (supports_reverse): Likewise.
15787
158bf1b4
PP
157882015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15789
15790 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15791 Use with_test_prefix.
15792
a0145030
AB
157932015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15794
15795 * gdb.base/completion.exp: Add test for completion of layout
15796 names.
15797
ebe3b578
AB
157982015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15799
15800 * lib/gdb.exp (skip_tui_tests): New proc.
15801 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15802
84204ed7
PA
158032015-05-19 Pedro Alves <palves@redhat.com>
15804
15805 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15806 Save the whole env array instead of just HOME. Unset HISTSIZE in
15807 the environment while testing. Restore whole environment
15808 afterwards.
15809
37442ce1
DE
158102015-05-16 Doug Evans <xdje42@gmail.com>
15811
15812 * gdb.guile/scm-ports.c: New file.
15813 * gdb.guile/scm-ports.exp: Add memory port tests.
15814
36de76f9
JK
158152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15816
15817 * gdb.compile/compile-print.c: New file.
15818 * gdb.compile/compile-print.exp: New file.
15819
3a9558c4
JK
158202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15821
15822 * gdb.compile/compile-ops.exp: Cast param to void.
15823 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15824 (compile code struct_object.selffield = &struct_object): Add xfail.
15825
aa715135
JG
158262015-05-15 Joel Brobecker <brobecker@adacore.com>
15827
15828 * gdb.ada/arr_enum_with_gap: New testcase.
15829
931e5bc3
JG
158302015-05-15 Joel Brobecker <brobecker@adacore.com>
15831
15832 * gdb.ada/byte_packed_arr: New testcase.
15833
9cd4d857
JB
158342015-05-15 Joel Brobecker <brobecker@adacore.com>
15835
15836 * gdb.ada/pckd_neg: New testcase.
15837
ebfd00d2
PP
158382015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15839
15840 PR gdb/17820
15841 * gdb.base/gdbinit-history.exp: New test.
15842 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15843 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15844
4c082a81
SC
158452015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15846
15847 * gdb.python/py-xmethods.cc: Enhance test case.
15848 * gdb.python/py-xmethods.exp: New tests.
15849 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15850 function.
15851 (B_indexoper): Likewise.
15852 (global_dm_list) : Add new xmethod worker functions.
15853
f7797074
SDJ
158542015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15855
15856 * gdb.base/coredump-filter.exp: Correctly unset
15857 "coredump_var_addr" array.
15858
a4674e4e
PA
158592015-05-08 Pedro Alves <palves@redhat.com>
15860
15861 * gdb.server/non-existing-program.exp: Unset spawn_id.
15862
df2eb078
SC
158632015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15864
15865 PR python/18291
15866 * gdb.python/py-xmethods.exp: Add tests.
15867
422349a3
YQ
158682015-05-08 Yao Qi <yao.qi@linaro.org>
15869
15870 PR gdb/18208
15871 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15872 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15873 function set_coredump_filter, and remove remote_exec call.
15874 Remove argument ipid. Callers update.
15875 (top level): Don't get inferior's PID.
15876
63fc80ce
AA
158772015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15878
15879 * gdb.base/watch_thread_num.exp: Skip test on targets without
15880 access watchpoints.
15881
80ad801e
PA
158822015-05-06 Pedro Alves <palves@redhat.com>
15883
15884 PR server/18081
15885 * gdb.server/non-existing-program.exp: New file.
15886
0fa7fe50
JB
158872015-05-05 Joel Brobecker <brobecker@adacore.com>
15888
15889 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15890
3ea89b92
PMR
158912015-05-05 Joel Brobecker <brobecker@adacore.com>
15892
15893 * gdb.ada/out_of_line_in_inlined: New testcase.
15894
87b8eff0
JB
158952015-05-05 Joel Brobecker <brobecker@adacore.com>
15896
15897 * gdb.ada/var_rec_arr: New testcase.
15898
5fccc635
YQ
158992015-04-30 Yao Qi <yao.qi@linaro.org>
15900
15901 * gdb.base/break-idempotent.exp: If
15902 skip_hw_watchpoint_multi_tests returns true, skip the tests
15903 on "rwatch" and "awatch".
15904
42d38f42
YQ
159052015-04-30 Yao Qi <yao.qi@linaro.org>
15906
15907 * gdb.base/relativedebug.exp: Invoke gdb command
15908 "info sharedlibrary", and if libc.so doesn't have debug info,
15909 skip the test.
15910
2ce1cdbf
DE
159112015-04-29 Doug Evans <dje@google.com>
15912
15913 * gdb.python/py-xmethods.exp: Add ptype tests.
15914 * gdb.python/py-xmethods.py (E_method_char_worker): Add
15915 get_result_type method.
15916
f24a38c5
LM
159172015-04-29 Luis Machado <lgustavo@codesourcery.com>
15918
15919 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
15920 the target does not support hardware watchpoints.
15921
ecbf2b3c
LM
159222015-04-29 Luis Machado <lgustavo@codesourcery.com>
15923
15924 * gdb.base/break-always.exp: Abort testing if writing to memory
15925 causes an error.
15926
34f5f757
DE
159272015-04-28 Doug Evans <dje@google.com>
15928
15929 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
15930 * gdb.python/py-pp-registration.exp: ... here. New file.
15931 * gdb.python/py-pp-registration.c: New file.
15932 * gdb.python/py-pp-registration.py: New file.
15933
69b4374a
DE
159342015-04-28 Doug Evans <dje@google.com>
15935
15936 * gdb.python/py-bad-printers.c: New file.
15937 * gdb.python/py-bad-printers.py: New file.
15938 * gdb.python/py-bad-printers.exp: New file.
15939
59fb7612
SS
159402015-04-28 Sasha Smundak <asmundak@google.com>
15941
15942 * gdb.python/py-type.exp: New test.
15943
2631b16a
AW
159442015-04-28 Andy Wingo <wingo@igalia.com>
15945
15946 * gdb.python/py-parameter.exp:
15947 * gdb.guile/scm-parameter.exp: Escape the path that we are
15948 matching against, as it might contain characters that are special
15949 to regular expressions.
15950
460efde1
JB
159512015-04-27 Joel Brobecker <brobecker@adacore.com>
15952
15953 * gdb.ada/rec_comp: New testcase.
15954
2d369d8e
SDJ
159552015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
15956
15957 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
15958 before using it.
15959
cf75d6c3
AB
159602015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
15961
15962 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
15963 new tests for verilog output.
15964
8dbe7ca5
YQ
159652015-04-24 Yao Qi <yao.qi@linaro.org>
15966
15967 * boards/remote-gdbserver-on-localhost.exp: New file.
15968
4ef9fb2f
PA
159692015-04-23 Pedro Alves <palves@redhat.com>
15970
15971 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
15972 $inferior_spawn_id instead of $inferior_spawn_id directly. On
15973 "end of file", remove $inferior_spawn_id from the indirect list.
15974
0a803169
PA
159752015-04-23 Pedro Alves <palves@redhat.com>
15976
15977 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
15978
749ef8f8
PA
159792015-04-23 Pedro Alves <palves@redhat.com>
15980
15981 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
15982 on $any_spawn_id instead of only on $gdb_spawn_id.
15983
8aae4344
PM
159842015-04-21 Pierre Muller <muller@sourceware.org>
15985
15986 PR pascal/17815
15987 * lib/pascal.exp (gpc_compile): Add new option "class".
15988 (fpc_compile): Likewise.
15989 * gdb.pascal/case-insensitive-symbols.pas: New file.
15990 * gdb.pascal/case-insensitive-symbols.exp: New file.
15991
1586c8fb
GB
159922015-04-20 Gary Benson <gbenson@redhat.com>
15993
15994 * gdb.base/attach.exp: Fix three extended remote failures.
15995
1b6e6f5c
GB
159962015-04-17 Gary Benson <gbenson@redhat.com>
15997
15998 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
15999 the main executable over the remote protocol.
16000
e797481d
PA
160012015-04-16 Pedro Alves <palves@redhat.com>
16002
16003 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16004 a new gdbserver if gdbserver_reconnect_p is set.
16005
1ca99c42
PA
160062015-04-16 Pedro Alves <palves@redhat.com>
16007
16008 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16009 is set, don't exit gdbserver.
16010
af9fd6f8
AA
160112015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16012
16013 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16014 appropriate .insn, such that an older assembler can be used.
16015 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16016 the z/Architecture instruction set on 31-bit targets as well.
16017
04ff1e61
AA
160182015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16019
16020 * gdb.go/handcall.exp: Remove all logic related to the first
16021 breakpoint and rely on go_runto_main instead.
16022 * gdb.go/strings.exp: Likewise.
16023 * gdb.go/unsafe.exp: Likewise.
16024 * gdb.go/hello.exp: Likewise. Also rename the remaining
16025 breakpoint marker to "breakpoint 1".
16026 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16027 * gdb.go/strings.go: Likewise.
16028 * gdb.go/unsafe.go: Likewise.
16029 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16030 "set breakpoint 2 here" and rename the remaining breakpoint marker
16031 to "breakpoint 1".
16032
40d2f8d6
SM
160332015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16034
16035 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16036 if itertools.imap is not present.
16037 * gdb.python/py-objfile.exp: Add parentheses.
16038 * gdb.python/py-type.exp: Same.
16039 * gdb.python/py-unwind-maint.py: Same.
16040
8cbc97c6
YQ
160412015-04-15 Yao Qi <yao.qi@linaro.org>
16042
16043 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16044 of ":$ptr_size" and set its form explicitly.
16045
45fd756c
YQ
160462015-04-15 Pedro Alves <palves@redhat.com>
16047 Yao Qi <yao.qi@linaro.org>
16048
16049 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16050 timeout by factor of 4.
16051 (test_regular_watch): Likewise.
16052 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16053 * gdb.reverse/sigall-reverse.exp: Likewise.
16054 * gdb.reverse/until-precsave.exp: Likewise.
16055 * lib/gdb.exp (with_timeout_factor): New proc.
16056 (gdb_expect): Move some code to ...
16057 (get_largest_timeout): ... here. New procedure.
16058
9e811bc3
LM
160592015-04-14 Luis Machado <lgustavo@codesourcery.com>
16060
16061 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16062
0ff6fcb2
LM
160632015-04-13 Luis Machado <lgustavo@codesourcery.com>
16064
16065 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16066 to write to the .text section.
16067
7578d5f7
LM
160682015-04-13 Luis Machado <lgustavo@codesourcery.com>
16069
16070 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16071 Handle the case of targets that do not provide PID information.
16072
2efe15c4
YQ
160732015-04-13 Yao Qi <yao.qi@linaro.org>
16074
16075 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16076 and use expect instead of gdb_expect.
16077
8cd8f2f8
SDJ
160782015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16079
16080 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16081 "coredump_var_addr" to avoid naming conflict with other testcases.
16082
9ee41772
PA
160832015-04-10 Pedro Alves <palves@redhat.com>
16084
16085 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16086 gdb_test_sequence and gdb_assert.
16087
07473109
PA
160882015-04-10 Pedro Alves <palves@redhat.com>
16089
16090 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16091 test messages that don't include the breakpoint address.
16092
de3db44c
YQ
160932015-04-10 Yao Qi <yao.qi@linaro.org>
16094
16095 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16096 false for some offset and width combinations which aren't
16097 supported by linux kernel.
16098
c79d856c
PA
160992015-04-10 Pedro Alves <palves@redhat.com>
16100
16101 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16102 procedure, factored out from ...
16103 (top level): ... here. Add "set displaced-stepping" testing axis.
16104 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16105 parameter "displaced". Use it.
16106 (top level): Use foreach and add "set displaced-stepping" testing
16107 axis.
16108
ebc90b50
PA
161092015-04-10 Pedro Alves <palves@redhat.com>
16110
16111 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16112 Remove comment.
16113 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16114 both the address of the instruction that triggers the watchpoint
16115 and the address of the instruction immediately after, and use
16116 those addresses for the test. Fix comment.
16117
8f572e5c
PA
161182015-04-10 Pedro Alves <palves@redhat.com>
16119
16120 * gdb.base/sigstep.exp (breakpoint_to_handler)
16121 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16122 Test "backtrace" in handler.
16123 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16124 (top level): Add new "displaced" test axis to
16125 breakpoint_to_handler, breakpoint_to_handler_entry and
16126 breakpoint_over_handler.
16127
8d707a12
PA
161282015-04-10 Pedro Alves <palves@redhat.com>
16129
16130 PR gdb/18216
16131 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16132
ef713951
YQ
161332015-04-10 Yao Qi <yao.qi@linaro.org>
16134
16135 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16136 (test_add_rn_pc): New function.
16137 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16138 (top level): Invoke test_add_rn_pc.
16139
906d60cf
PA
161402015-04-10 Pedro Alves <palves@redhat.com>
16141
16142 PR gdb/13858
16143 * gdb.base/step-over-no-symbols.exp: New file.
16144
f2983cc3
AW
161452015-04-09 Andy Wingo <wingo@igalia.com>
16146
16147 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16148 after the Python tests.
16149
6d62641c
SDJ
161502015-04-08 Keith Seitz <keiths@redhat.com>
16151
16152 PR python/16699
16153 * gdb.python/py-completion.exp: New tests for completion.
16154 * gdb.python/py-completion.py (CompleteLimit1): New class.
16155 (CompleteLimit2): Likewise.
16156 (CompleteLimit3): Likewise.
16157 (CompleteLimit4): Likewise.
16158 (CompleteLimit5): Likewise.
16159 (CompleteLimit6): Likewise.
16160 (CompleteLimit7): Likewise.
16161
f3770638
PA
161622015-04-08 Pedro Alves <palves@redhat.com>
16163
16164 PR gdb/18214
16165 PR gdb/18216
16166 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16167 function.
16168 (main): Install it as SIGUSR1 handler.
16169 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16170 parameter. Always use "setup" as prefix. Toggle "set
16171 displaced-stepping" off/on depending on global. Don't switch to
16172 thread 1 here.
16173 (top level): Add displaced stepping "off/on" test axis. Update
16174 "setup" calls. Wrap each subtest with with_test_prefix. Test
16175 continuing with a queued signal in each thread.
16176
4496bed7
PA
161772015-04-08 Pedro Alves <palves@redhat.com>
16178
16179 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16180 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16181 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16182 Return early if running to main fails.
16183 * gdb.trace/while-stepping.exp: Likewise.
16184
b97fde92
PA
161852015-04-07 Pedro Alves <palves@redhat.com>
16186
16187 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16188 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16189 interact with inferior program.
16190
f71c18e7
PA
161912015-04-07 Pedro Alves <palves@redhat.com>
16192
16193 * lib/gdb.exp (inferior_spawn_id): New global.
16194 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16195 spawn id after processing the user code.
16196 (default_gdb_start): Set inferior_spawn_id.
16197 (send_inferior): New procedure.
16198 * lib/gdbserver-support.exp (gdbserver_start): Set
16199 inferior_spawn_id.
16200 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16201
6423214f
PA
162022015-04-07 Pedro Alves <palves@redhat.com>
16203
16204 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16205 * lib/gdbserver-support.exp (gdbserver_start): Make
16206 $server_spawn_id global.
16207 (gdbserver_start): Don't wait for gdbserver's spawn id with
16208 expect_background.
16209 (close_gdbserver): New procedure.
16210 (gdb_exit): Rename the default version and reimplement.
16211
71c0ee8c
PA
162122015-04-07 Pedro Alves <palves@redhat.com>
16213
72f4393d 16214 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
16215 append the substituted item, not the original item.
16216
203bc29b
PA
162172015-04-07 Pedro Alves <palves@redhat.com>
16218
16219 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16220 gdb_expect.
16221
508a3ddf
PA
162222015-04-07 Pedro Alves <palves@redhat.com>
16223
16224 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16225 output appearing once only.
16226
9f6dbe2b
PA
162272015-04-07 Pedro Alves <palves@redhat.com>
16228
16229 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16230 that doesn't expect anything. Return early if running to main
16231 fails.
16232
337532fa
YQ
162332015-04-07 Yao Qi <yao.qi@linaro.org>
16234
16235 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16236 (child_function): Call alarm.
16237 (main): Move call to alarm into the loop.
16238 * gdb.threads/non-stop-fair-events.exp: Build program with
16239 -DTIMEOUT=$timeout.
16240
01b622d4
DE
162412015-04-06 Doug Evans <xdje42@gmail.com>
16242
16243 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16244 Fix dest parameter to board_info.
16245 (fpc_compile): Ditto.
16246 (gdb_compile_pascal): Rename dest arg to destfile.
16247
961f4160
PMR
162482015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16249
16250 * gdb.ada/funcall_ref.exp: New file.
16251 * gdb.ada/funcall_ref/foo.adb: New file.
16252
cafda597
YQ
162532015-04-02 Yao Qi <yao.qi@linaro.org>
16254
16255 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16256 is remote.
16257
fed040c6
GB
162582015-04-02 Gary Benson <gbenson@redhat.com>
16259
16260 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16261
d11916aa
SS
162622015-04-01 Sasha Smundak <asmundak@google.com>
16263
16264 * gdb.python/py-unwind-maint.c: New file.
16265 * gdb.python/py-unwind-maint.exp: New test.
16266 * gdb.python/py-unwind-maint.py: New file.
16267 * gdb.python/py-unwind.c: New file.
16268 * gdb.python/py-unwind.exp: New test.
16269 * gdb.python/py-unwind.py: New test.
16270
a1471180
PA
162712015-04-01 Pedro Alves <palves@redhat.com>
16272
16273 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16274 to fail instead of non-existent $test.
16275
0bbeccb1
PA
162762015-04-01 Pedro Alves <palves@redhat.com>
16277
16278 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16279 GDBFLAGS if not empty.
16280
3c724c8c
PMR
162812015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16282
16283 * gdb.ada/complete.exp: Remove "multi_line".
16284 * gdb.ada/info_exc.exp: Remove "multi_line".
16285 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16286 * gdb.ada/ptype_field.exp: Remove "multi_line".
16287 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16288 * gdb.ada/tagged.exp: Remove "multi_line".
16289 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16290 [multi_line ...]
16291 * gdb.btrace/delta.exp: Likewise.
16292 * gdb.btrace/exception.exp: Likewise.
16293 * gdb.btrace/function_call_history.exp: Likewise.
16294 * gdb.btrace/instruction_history.exp: Likewise.
16295 * gdb.btrace/nohist.exp: Likewise.
16296 * gdb.btrace/record_goto.exp: Likewise.
16297 * gdb.btrace/segv.exp: Likewise.
16298 * gdb.btrace/stepi.exp: Likewise.
16299 * gdb.btrace/tailcall.exp: Likewise.
16300 * gdb.btrace/unknown_functions.exp: Likewise.
16301 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16302 * lib/gdb.exp: Add the "multi_line" helper.
16303
4eec2deb
PA
163042015-04-01 Pedro Alves <palves@redhat.com>
16305
16306 * gdb.threads/tid-reuse.c: New file.
16307 * gdb.threads/tid-reuse.exp: New file.
16308
df8411da
SDJ
163092015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16310
16311 PR corefiles/16092
16312 * gdb.base/coredump-filter.c: New file.
16313 * gdb.base/coredump-filter.exp: Likewise.
16314
6ef37366
PM
163152015-03-27 Petr Machata <pmachata@redhat.com>
16316
16317 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16318 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16319 (Dwarf::assemble): Initialize them.
16320 (Dwarf::lines): New function.
16321
7ec911b0
JT
163222015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16323
16324 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16325 SYMBOL_PREFIX for x86_64-*-cygwin.
16326
ff908ebf
AW
163272015-03-26 Andy Wingo <wingo@igalia.com>
16328
16329 PR symtab/18148
16330 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16331 const_value but not a location.
16332 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16333 location defined in non-main CUs are visible.
16334
6d5f0679
YQ
163352015-03-26 Yao Qi <yao.qi@linaro.org>
16336
16337 PR testsuite/18139
16338 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16339 Add a line number entry for the same line.
16340 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16341 Add a line number entry for the same line.
16342
2898689b
YQ
163432015-03-26 Yao Qi <yao.qi@linaro.org>
16344
16345 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16346 .int 0.
16347 (func): Likewise. Add .Lfunc_1 label.
16348 Use .Lfunc_1 label.
16349 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16350 .int 0.
16351 (func): Likewise.
16352 Use .Lfunc_1 label.
16353
85180498
YQ
163542015-03-26 Yao Qi <yao.qi@linaro.org>
16355
16356 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16357 Call gdb_compile instead to compile each .s files without debug
16358 information.
16359
8aa08a8d
YQ
163602015-03-26 Yao Qi <yao.qi@linaro.org>
16361
16362 * gdb.base/savedregs.exp (process_saved_regs): Make
16363 "Saved registers:" optional in the pattern.
16364
66849923
MM
163652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16366
16367 * gdb.btrace/next.exp: Merged into step.exp.
16368 * gdb.btrace/finish.exp: Merged into step.exp.
16369 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16370 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16371 "record goto" and checking the exact replay position.
16372 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16373 check for "Recording format" in "info record" output.
16374 * gdb.btrace/record_goto.exp: Choose test file based on target.
16375 * gdb.btrace/x86-record_goto.S: Renamed into ...
16376 * gdb.btrace/x86_64-record_goto.S: ... this.
16377 * gdb.btrace/i686-record_goto.S: New.
16378 * gdb.btrace/x86-tailcall.S: Renamed into ...
16379 * gdb.btrace/x86_64-tailcall.S: ... this.
16380 * gdb.btrace/i686-tailcall.S: New.
16381 * gdb.btrace/x86-tailcall.c: Renamed into ...
16382 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16383 separate statements. Update test.
16384 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16385 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16386 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16387 * gdb.btrace/tailcall.exp: Choose test file based on target.
16388 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16389
11cc1b74
MM
163902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16391
16392 * gdb.btrace/exception.exp: Increase BTS buffer size.
16393
a25d8bf9
PA
163942015-03-24 Pedro Alves <palves@redhat.com>
16395
16396 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16397
856e7dd6
PA
163982015-03-24 Pedro Alves <palves@redhat.com>
16399
16400 * gdb.threads/schedlock.exp (test_step): No longer expect that
16401 "set scheduler-locking step" with "next" over a function call runs
16402 threads unlocked.
16403
ad235a41
AT
164042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16405
16406 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16407
15630549
AT
164082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16409
16410 PR breakpoints/16466
16411 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16412 * gdb.mi/mi-pending.c (thread_func): New function.
16413 (int main): Add threading support required.
16414 * gdb.mi/mi-pending.exp: Add tests for this issue.
16415 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16416 (pendfunc2): Remove stdio dependency.
16417 * gdb.mi/mi-pendshr2.c: New file.
16418
693dca06
KS
164192015-03-23 Keith Seitz <keiths@redhat.com>
16420
16421 * gdb.linespec/keywords.c: New file.
16422 * gdb.linespec/keywords.exp: New file.
16423
7e993ebf
KS
164242015-03-23 Keith Seitz <keiths@redhat.com>
16425
16426 PR gdb/18021
16427 * gdb.dwarf2/staticvirtual.exp: New test.
16428
bc23328c
JK
164292015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16430
16431 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16432 * README: Remove HP-UX and gdb.hp.
16433 (configuration):
16434 * configure: Regenerate.
16435 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16436 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16437 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16438 gdb.hp/gdb.defects/Makefile.
16439 * gdb.hp/Makefile.in: File deleted.
16440 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16441 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16442 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16443 * gdb.hp/gdb.aCC/run.c: File deleted.
16444 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16445 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16446 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16447 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16448 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16449 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16450 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16451 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16452 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16453 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16454 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16455 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16456 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16457 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16458 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16459 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16460 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16461 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16462 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16463 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16464 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16465 * gdb.hp/gdb.compat/average.c: File deleted.
16466 * gdb.hp/gdb.compat/sum.c: File deleted.
16467 * gdb.hp/gdb.compat/xdb.c: File deleted.
16468 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16469 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16470 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16471 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16472 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16473 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16474 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16475 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16476 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16477 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16478 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16479 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16480 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16481 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16482 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16483 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16484 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16485 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16486 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16487 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16488 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16489 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16490 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16491 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16492 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16493 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16494 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16495 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16496 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16497 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16498 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16499 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16500 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16501 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16502 * gdb.hp/tools/odump: File deleted.
16503
8bf3b159
PA
165042015-03-19 Pedro Alves <palves@redhat.com>
16505
16506 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16507 (saw_thread_3): New globals.
16508 (top level): Increment them when an event for the corresponding
16509 thread is seen.
16510 (no thread starvation): New test.
16511
eb54c8bf
PA
165122015-03-19 Pedro Alves <palves@redhat.com>
16513
16514 * gdb.threads/continue-pending-status.c: New file.
16515 * gdb.threads/continue-pending-status.exp: New file.
16516
32d2e5d6
PA
165172015-03-18 Pedro Alves <palves@redhat.com>
16518
16519 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16520 Use gdb_is_target_remote instead of is_remote. Use
16521 gdb_test_multiple instead of gdb_expect. Exit early if
16522 gdb_test_multiple hits its internal matches. Tighten stepi tests
16523 expected output. Fail on exit with any signal, instead of just
16524 SIGILL.
16525
f68f11b7
YQ
165262015-03-18 Yao Qi <yao.qi@linaro.org>
16527
16528 PR tdep/18107
16529 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16530 variable.
16531 * gdb.base/catch-syscall.exp: Don't skip it on
16532 aarch64*-*-linux* target. Remove elements in all_syscalls.
16533 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16534 target.
16535 (setup_all_syscalls): New proc.
16536
ca5fd19b
YQ
165372015-03-16 Yao Qi <yao.qi@linaro.org>
16538
16539 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16540 (top level): Skip tests if valid_addr_p returns false for
16541 $cmd1 or $cmd2.
16542
85642ba0
AW
165432015-03-11 Andy Wingo <wingo@igalia.com>
16544
16545 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16546
e03f9645
YQ
165472015-03-11 Yao Qi <yao.qi@linaro.org>
16548
16549 * gdb.base/catch-syscall.exp: Fix typo in comments.
16550
5d0962b2
YQ
165512015-03-11 Yao Qi <yao.qi@linaro.org>
16552
16553 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16554
b2df3cef
PA
165552015-03-09 Pedro Alves <palves@redhat.com>
16556
16557 * dg-extract-results.py: Delete.
16558
ef878e53
PA
165592015-03-09 Pedro Alves <palves@redhat.com>
16560
16561 Merge dg-extract-results.sh from GCC upstream (r218843).
16562
16563 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16564 * dg-extract-results.sh: Use --text with grep to avoid issues with
16565 binary files. Fall back to cat -v, if that doesn't work.
16566
9494d219
PA
165672015-03-05 Pedro Alves <palves@redhat.com>
16568
16569 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16570
a8d9763a
SM
165712015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16572
16573 * lib/mi-support.exp (mi_expect_interrupt): Accept
16574 alternative event for when in all-stop mode.
16575
be9957b8
PA
165762015-03-04 Pedro Alves <palves@redhat.com>
16577
16578 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16579
d57be0f4 165802015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
16581
16582 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16583
c214c7cf
AA
165842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16585
16586 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16587 regexps for GDB's current line display, accept a hex address
16588 preceding the line number.
16589
6d74a497
AA
165902015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16591
16592 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16593 the 'arch1' variable for "s390*-linux*" targets.
16594
511aee7c
PA
165952015-03-04 Pedro Alves <palves@redhat.com>
16596
16597 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16598 (main): Pass missing retval argument to pthread_join call.
16599
95e50b27
PA
166002015-03-02 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16603 (top level): Call do_test with non-stop as well.
16604
28054d69
PA
166052015-03-02 Pedro Alves <palves@redhat.com>
16606
16607 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16608 -1.
16609
4fa5d7b4
AA
166102015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16611
16612 * gdb.arch/s390-vregs.exp: New test.
16613 * gdb.arch/s390-vregs.S: New file.
16614
97c18565
PA
166152015-02-27 Pedro Alves <palves@redhat.com>
16616
16617 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16618 call to catch_command_errors.
16619 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16620 catch_command_errors.
16621
a37bfa30
PA
166222015-02-27 Pedro Alves <palves@redhat.com>
16623
16624 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16625 "true" for boolean result.
16626 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16627 prototype of main.
16628
6f98576f
PA
166292015-02-27 Pedro Alves <palves@redhat.com>
16630
16631 * lib/unbuffer_output.c: New file.
16632 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16633 (main): Call gdb_unbuffer_output.
16634
eba5ab56
YQ
166352015-02-27 Yao Qi <yao.qi@linaro.org>
16636
16637 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16638 target.
16639
0def5aaa
DE
166402015-02-26 Doug Evans <dje@google.com>
16641
16642 * gdb.cp/class2.cc (Dbase, D): New classes.
16643 (main): New local delta.
16644 * gdb.cp/class2.exp: Test printing delta.
16645 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16646 (dynbar): New global.
16647 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16648
081a1c2c
JK
166492015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16650
16651 * gdb.compile/compile-ifunc.c: New file.
16652 * gdb.compile/compile-ifunc.exp: New file.
16653
2f41223f
AT
166542015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16655
16656 * gdb.base/structs.exp: Check for correct struct on finish.
16657
03eddd80
YQ
166582015-02-26 Yao Qi <yao.qi@linaro.org>
16659
16660 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16661 is zero.
16662
80c57053
JK
166632015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16664
16665 * gdb.arch/cordic.ko.bz2: New file.
16666 * gdb.arch/cordic.ko.debug.bz2: New file.
16667 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16668
21613c12
YQ
166692015-02-25 Yao Qi <yao.qi@linaro.org>
16670
16671 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16672 aarch64*-*-* target.
16673
d8b901ed
PA
166742015-02-23 Pedro Alves <palves@redhat.com>
16675
16676 * lib/gdb.exp (delete_breakpoints): Rewrite using
16677 gdb_test_multiple.
16678
e5b85ead
PA
166792015-02-23 Pedro Alves <palves@redhat.com>
16680
16681 * gdb.base/info-os.c: Include stdlib.h.
16682
85c3a371
DE
166832015-02-22 Doug Evans <xdje42@gmail.com>
16684
16685 PR symtab/17855
16686 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16687 is read after symbols have been re-read.
16688 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16689 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16690
96553a0c
DE
166912015-02-21 Doug Evans <dje@google.com>
16692
16693 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16694
97a0c697
JK
166952015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16696
16697 PR corefiles/17808
16698 * gdb.arch/i386-biarch-core.core.bz2: New file.
16699 * gdb.arch/i386-biarch-core.exp: New file.
16700
a47cd6e9
PA
167012015-02-21 Pedro Alves <palves@redhat.com>
16702
16703 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16704 runto_main fails.
16705
c5facdc4
PA
167062015-02-20 Pedro Alves <palves@redhat.com>
16707
16708 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16709 info probes.
16710
2db9a427
PA
167112015-02-20 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16714
60fb7e9e
PA
167152015-02-20 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16718 clean_restart before gdb_target_supports_trace.
16719
5c5019c2
PA
167202015-02-20 Pedro Alves <palves@redhat.com>
16721
16722 PR threads/18006
16723 * gdb.threads/clone-thread_db.c: New file.
16724 * gdb.threads/clone-thread_db.exp: New file.
16725
c9587f88
AT
167262015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16727
16728 PR breakpoints/16812
16729 * gdb.base/catch-gdb-caused-signals.c: New file.
16730 * gdb.base/catch-gdb-caused-signals.exp: New file.
16731
f6a88844
JM
167322015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16733
16734 * configure: Regenerated.
16735 * configure.ac: Use GDB_AC_TRANSFORM.
16736 * aclocal.m4: sinclude ../transform.m4.
16737
497c491b
JM
167382015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16739
16740 * lib/dtrace.exp: New file.
16741 * gdb.base/dtrace-probe.exp: Likewise.
16742 * gdb.base/dtrace-probe.d: Likewise.
16743 * gdb.base/dtrace-probe.c: Likewise.
16744 * lib/pdtrace.in: Likewise.
16745 * configure.ac: Output variables with the transformed names of
16746 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16747 * configure: Regenerated.
16748
03e98035
JM
167492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16750
16751 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16752 expected message when trying to access $_probe_* convenience
16753 variables while not on a probe.
16754
63cc30e9
JK
167552015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16756
16757 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16758
0703599a
PA
167592015-02-11 Pedro Alves <pedro@codesourcery.com>
16760
16761 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16762 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16763
7e60a48e
DE
167642015-02-10 Doug Evans <xdje42@gmail.com>
16765
16766 * lib/gdb.exp (gdb_load): Always return a result.
16767
01b088bc
PA
167682015-02-10 Pedro Alves <palves@redhat.com>
16769
16770 * gdb.threads/signal-sigtrap.c: New file.
16771 * gdb.threads/signal-sigtrap.exp: New file.
16772
b05ec7a5
AT
167732015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16774
16775 * gdb.trace/no-attach-trace.c: New file.
16776 * gdb.trace/no-attach-trace.exp: New file.
16777
a2c2acaf
MW
167782015-02-09 Mark Wielaard <mjw@redhat.com>
16779
16780 * gdb.dwarf2/atomic.c: New file.
16781 * gdb.dwarf2/atomic-type.exp: Likewise.
16782
31fd9caa
MM
167832015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16784
16785 * gdb.btrace/buffer-size.exp: Update "info record" output.
16786 * gdb.btrace/delta.exp: Update "info record" output.
16787 * gdb.btrace/enable.exp: Update "info record" output.
16788 * gdb.btrace/finish.exp: Update "info record" output.
16789 * gdb.btrace/instruction_history.exp: Update "info record" output.
16790 * gdb.btrace/next.exp: Update "info record" output.
16791 * gdb.btrace/nexti.exp: Update "info record" output.
16792 * gdb.btrace/step.exp: Update "info record" output.
16793 * gdb.btrace/stepi.exp: Update "info record" output.
16794 * gdb.btrace/nohist.exp: Update "info record" output.
16795
d33501a5
MM
167962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16797
16798 * gdb.btrace/buffer-size: New.
16799
f4abbc16
MM
168002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16801
16802 * gdb.btrace/delta.exp: Update "info record" output.
16803 * gdb.btrace/enable.exp: Update "info record" output.
16804 * gdb.btrace/finish.exp: Update "info record" output.
16805 * gdb.btrace/instruction_history.exp: Update "info record" output.
16806 * gdb.btrace/next.exp: Update "info record" output.
16807 * gdb.btrace/nexti.exp: Update "info record" output.
16808 * gdb.btrace/step.exp: Update "info record" output.
16809 * gdb.btrace/stepi.exp: Update "info record" output.
16810 * gdb.btrace/nohist.exp: Update "info record" output.
16811
b9d61307
SM
168122015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16813
16814 PR gdb/15678
16815 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16816
e584fdbc
PA
168172015-02-06 Pedro Alves <palves@redhat.com>
16818
16819 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16820 macro.
16821 (seconds_left, again): New globals.
16822 (main): Wait seconds_left in a 1-second sleep loop instead of
16823 sleeping 180 seconds. If 'again' is set, reset the seconds
16824 counter.
16825 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16826 'again' in the inferior before detaching. Print the seconds left.
16827 (options): New global.
16828 (top level): Build program with -DTIMEOUT=$timeout.
16829
77f41761
PA
168302015-02-06 Pedro Alves <palves@redhat.com>
16831
16832 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16833 determine how many seconds to pass to 'alarm'.
16834 * gdb.base/gdb-sigterm.exp (top level): Build program with
16835 -DTIMEOUT=$timeout.
16836 (do_test): Return success/failure indication. Add more verbose
16837 logging. Don't fail if 200 single steps are seen. Instead, fail
16838 when the test times out.
16839 (passes): New global.
16840 (top level): Break the testing loop if testing fails on any
16841 iteration. Use gdb_assert.
16842
b9394193
DB
168432015-02-04 Don Breazeal <donb@codesourcery.com>
16844
16845 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16846 and initialize them.
16847 (ipc_cleanup): New function.
16848 (main): Don't declare shmid, semid, and msqid. Add a call to
16849 atexit so that we call ipc_cleanup on exit.
16850
42d9e528
PA
168512015-02-04 Pedro Alves <palves@redhat.com>
16852
16853 * boards/native-extended-gdbserver.exp: Remove any target variant
16854 specifications from the board name before clearing the isremote
16855 flag from board_info.
16856
ae6ae975
DE
168572015-01-31 Doug Evans <xdje42@gmail.com>
16858
16859 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16860
cfb069a8
GB
168612015-01-31 Gary Benson <gbenson@redhat.com>
16862
16863 * gdb.base/completion.exp: Disable completion limiting for
16864 existing tests. Add new tests to check completion limiting.
16865 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16866
5dd31d79
DE
168672015-01-31 Doug Evans <xdje42@gmail.com>
16868
16869 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16870
9f050062
DE
168712015-01-31 Doug Evans <xdje42@gmail.com>
16872
16873 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16874 entries. Duplicate file section script entries.
16875 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16876 inlined entries. Add test for safe-path rejection.
16877 * gdb.python/py-section-script.c: Add duplicate inlined section script
16878 entries. Duplicate file section script entries.
16879 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16880 inlined entries. Add test for safe-path rejection.
16881
df25ebbd
JB
168822015-01-29 Joel Brobecker <brobecker@adacore.com>
16883
16884 * gdb.ada/disc_arr_bound: New testcase.
16885
4a0ca9ec
JB
168862015-01-29 Joel Brobecker <brobecker@adacore.com>
16887
16888 * gdb.ada/mi_var_array: New testcase.
16889
3a8b707a
DE
168902015-01-27 Doug Evans <dje@google.com>
16891
16892 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16893 Add test for objfile.filename, objfile.username after objfile
16894 has been unloaded.
16895
f8313f6e
JB
168962015-01-26 Joel Brobecker <brobecker@adacore.com>
16897
16898 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16899 the second test to print the name attribute of value
16900 returned by the call to gdb.lookup_type, and adjust
16901 the expected output accordingly.
16902
37bc665e
MW
169032015-01-25 Mark Wielaard <mjw@redhat.com>
16904
16905 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
16906 * gdb.base/disp-step-fork.c: Include unistd.h.
16907 * gdb.base/siginfo-obj.c: Include stdio.h.
16908 * gdb.base/siginfo-thread.c: Likewise.
16909 * gdb.mi/non-stop.c: Include unistd.h.
16910 * gdb.mi/nsthrexec.c: Include stdio.h.
16911 * gdb.mi/pthreads.c: Include unistd.h.
16912 * gdb.modula2/unbounded1.c (main): Declare returns int.
16913 * gdb.reverse/consecutive-reverse.c: Likewise.
16914 * gdb.threads/create-fail.c: Include unistd.h.
16915 * gdb.threads/killed.c: Likewise.
16916 * gdb.threads/linux-dp.c: Likewise.
16917 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
16918 * gdb.threads/non-ldr-exc-2.c: Likewise.
16919 * gdb.threads/non-ldr-exc-3.c: Likewise.
16920 * gdb.threads/non-ldr-exc-4.c: Likewise.
16921 * gdb.threads/pthreads.c: Include unistd.h.
16922 (main): Declare returns int.
16923 * gdb.threads/tls-main.c (foo): New declaration.
16924 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
16925
f7e5394d
SM
169262015-01-23 Simon Marchi <simon.marchi@ericsson.com>
16927
16928 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
16929 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
16930
743649fd
MW
169312015-01-15 Mark Wielaard <mjw@redhat.com>
16932
16933 * gdb.base/noreturn-return.c: New file.
16934 * gdb.base/noreturn-return.exp: New file.
16935 * gdb.base/noreturn-finish.c: New file.
16936 * gdb.base/noreturn-finish.exp: New file.
16937
198297aa
PA
169382015-01-23 Pedro Alves <palves@redhat.com>
16939
16940 * gdb.threads/continue-pending-after-query.c: New file.
16941 * gdb.threads/continue-pending-after-query.exp: New file.
16942
717cf30c
AG
169432015-01-22 Anders Granlund <anders.granlund@ericsson.com>
16944 Simon Marchi <simon.marchi@ericsson.com>
16945
16946 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
16947 * gdb.base/valgrind-db-attach.exp: Same.
16948 * gdb.base/valgrind-infcall.exp: Same.
16949 * lib/mi-support.exp (default_mi_gdb_start): Same.
16950 * lib/prompt.exp (default_prompt_gdb_start): Same.
16951 * lib/gdb.exp (default_gdb_spawn): Same.
16952 (gdb_interact): New.
16953
16954
4b62a76e
JK
169552015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16956
16957 * gdb.compile/compile.exp (pointer to jit function): New test.
16958
b4cdae6f
WW
169592015-01-17 Wei-cheng Wang <cole945@gmail.com>
16960
16961 * lib/gdb.exp (supports_process_record): Return true for
16962 powerpc*-*-linux*.
16963 (supports_reverse): Likewise.
16964
d221e7ef
DB
169652015-01-15 Don Breazeal <donb@codesourcery.com>
16966
16967 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
16968 instead of checking whether the target board is remote and
16969 use spawn_wait_for_attach instead of exec/sleep.
16970 * gdb.base/attach-twice.exp: Likewise.
16971
bafffb51
JB
169722015-01-15 Joel Brobecker <brobecker@adacore.com>
16973
16974 * gdb.ada/var_arr_attrs: New testcase.
16975
5589af0e
PA
169762015-01-14 Pedro Alves <palves@redhat.com>
16977 Joel Brobecker <brobecker@adacore.com>
16978
16979 PR gdb/17525
16980 * gdb.base/bp-cmds-execution-x-script.c: New file.
16981 * gdb.base/bp-cmds-execution-x-script.exp: New file.
16982 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
16983
6c400b59
PA
169842015-01-14 Pedro Alves <palves@redhat.com>
16985
16986 PR cli/17828
16987 * gdb.base/batch-preserve-term-settings.c: New file.
16988 * gdb.base/batch-preserve-term-settings.exp: New file.
16989
e02c96a7
DE
169902015-01-13 Doug Evans <dje@google.com>
16991
16992 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
16993 binary.
16994
576fd14c
JB
169952015-01-13 Joel Brobecker <brobecker@adacore.com>
16996
16997 * Makefile.in (clean mostlyclean): Do not delete *.py.
16998
04dccad0
JB
169992015-01-13 Joel Brobecker <brobecker@adacore.com>
17000
17001 * gdb.python/py-lookup-type.exp: New file.
17002
3d230f71
PA
170032015-01-12 Pedro Alves <palves@redhat.com>
17004
17005 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17006 restore GDBFLAGS before returning.
17007
7e67715d
JK
170082015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17009
17010 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17011 is_amd64_regs_target and is_x86_like_target.
17012
f2e0d4b4
DE
170132015-01-11 Doug Evans <xdje42@gmail.com>
17014
17015 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17016 is given without an explicit form.
17017 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17018 attributes.
17019 * gdb.dwarf/corrupt.exp: Ditto.
17020 * gdb.dwarf2/enum-type.exp: Ditto.
17021 * gdb.trace/entry-values.exp: Ditto.
17022 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17023
439250fb
DE
170242015-01-11 Doug Evans <xdje42@gmail.com>
17025
17026 PR gdb/15830
17027 * gdb.base/maint.exp: Remove references to "maint demangle".
17028 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17029 Add tests for explicitly specifying language to demangle.
17030 * gdb.dlang/demangle.exp: Ditto.
17031
ede9f622
PA
170322015-01-09 Pedro Alves <palves@redhat.com>
17033
17034 * gdb.threads/non-stop-fair-events.c: New file.
17035 * gdb.threads/non-stop-fair-events.exp: New file.
17036
a7b796db
PA
170372015-01-09 Pedro Alves <palves@redhat.com>
17038
17039 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17040 the global scope. Set a breakpoint after all threads are started
17041 rather than stepping over two source lines. Expect the prompt.
17042 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17043 global.
17044 (NUM): Now 15.
17045 (main): Use threads_started_barrier to wait for all threads to
17046 start. Main thread no longer calls thread_function. Exit after
17047 180 seconds.
17048 (loop): New function.
17049 (thread_function): Wait on threads_started_barrier barrier. Call
17050 'loop' at each iteration.
17051 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17052 threads have started, instead of hardcoding number of "next"
17053 steps. Use an access watchpoint instead of a write watchpoint.
17054
9665ffdd
PA
170552015-01-09 Pedro Alves <palves@redhat.com>
17056
17057 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17058 (thread_func): Wait on barrier.
17059 (main): Wait for all threads to start before stopping GDB.
17060 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17061 global.
17062 (thread1_func, thread2_func): Wait on barrier.
17063 (main): Wait for all threads to start before stopping GDB.
17064 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17065 New global.
17066 (thread1_func, thread2_func): Wait on barrier.
17067 (main): Wait for all threads to start before stopping GDB.
17068
c945a99f
PA
170692015-01-09 Pedro Alves <palves@redhat.com>
17070
17071 * gdb.threads/attach-many-short-lived-threads.c: New file.
17072 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17073
c1a747c1
PA
170742014-01-09 Pedro Alves <palves@redhat.com>
17075
17076 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17077 instead of to thread 2.
17078 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17079 Add barrier around each pthread_create call instead of around all
17080 calls.
17081 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17082 Set a break on thread_function and have the child threads hit it
17083 one at at a time.
17084
60b3033e
PA
170852015-01-09 Pedro Alves <palves@redhat.com>
17086
17087 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17088 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17089 false.
17090 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17091 checking whether the target board is remote.
17092 * gdb.multi/multi-attach.exp: Likewise.
17093 * gdb.python/py-sync-interp.exp: Likewise.
17094 * gdb.server/ext-attach.exp: Likewise.
17095 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17096 tests that need to attach, instead of checking whether the target
17097 board is remote at the top of the file.
17098
acc018ac
YQ
170992015-01-08 Yao Qi <yao@codesourcery.com>
17100
17101 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17102
50a18af8
JK
171032015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17104
17105 Fix testcase compilation.
17106 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17107
8503d6e1
JB
171082015-01-06 Joel Brobecker <brobecker@adacore.com>
17109
17110 * gdb.python/py-type.exp: Add a couple test about empty
17111 array creation, and negative-length array creation.
17112
cc73dbcc
DE
171132015-01-02 Doug Evans <xdje42@gmail.com>
17114
17115 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17116
0300bbc7
DE
171172015-01-02 Doug Evans <dje@google.com>
17118
17119 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17120
9d85a0ec
YQ
171212014-12-29 Yao Qi <yao@codesourcery.com>
17122
17123 * gdb.trace/entry-values.exp: Update comments. Rename variable
17124 bar_call_foo to returned_from_foo.
17125
87186c6a
MMN
171262014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17127
17128 PR gdb/17394
17129 * gdb.linespec/break-asm-file.c: New file.
17130 * gdb.linespec/break-asm-file.exp: New file.
17131 * gdb.linespec/break-asm-file0.s: New file.
17132 * gdb.linespec/break-asm-file1.s: New file.
17133
1bab7383
YQ
171342014-12-18 Nigel Stephens <nigel@mips.com>
17135 Maciej W. Rozycki <macro@codesourcery.com>
17136
17137 * gdb.base/float.exp: Handle the new output from "info float" on
17138 MIPS targets.
17139
1bc1068a
JK
171402014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17141
17142 Fix MinGW compilation.
17143 * gdb.compile/compile-ops.exp: Update untested message if
17144 !skip_compile_feature_tests.
17145 * gdb.compile/compile-setjmp.exp: Likewise.
17146 * gdb.compile/compile-tls.exp: Likewise.
17147 * gdb.compile/compile.exp: Likewise.
17148 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17149 supported on this host".
17150
b6615d10
DE
171512014-12-16 Doug Evans <xdje42@gmail.com>
17152
17153 * boards/stabs.exp: New file.
17154
25dda427
AA
171552014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17156
17157 * gdb.base/completion.exp: Adjust to format changes of "maint
17158 print user-registers".
17159
bf330350
CU
171602014-12-16 Catalin Udma <catalin.udma@freescale.com>
17161
17162 PR server/17457
17163 * gdb.arch/aarch64-fp.c: New file.
17164 * gdb.arch/aarch64-fp.exp: New file.
17165
395cf596
SDJ
171662014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17167
17168 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17169 r210637, r210913, r211666, r215400, r215817).
17170
17171 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17172 * dg-extract-results.py: New file.
17173 * dg-extract-results.sh: Use it if the environment seems
17174 suitable.
17175
17176 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17177
17178 * dg-extract-results.py (parse_run): Handle warnings that
17179 are printed before a test harness is run.
17180
17181 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17182
17183 * dg-extract-results.py (Named): Remove __cmp__ method.
17184 (output_variation): Use a key to sort variation.harnesses.
17185
17186 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17187
17188 * dg-extract-results.py: For Python 3, force sys.stdout to
17189 handle surrogate escape sequences.
17190 (safe_open): New function.
17191 (output_segment, main): Use it.
17192
17193 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17194
17195 * dg-extract-results.py (Prog.result_re): Include options
17196 in test name.
17197
17198 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17199
17200 * dg-extract-results.py (output_variation): Always sort if
17201 do_sum.
17202
e882ef3c
SM
172032014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17204
17205 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17206 as long as we get pagination notifications.
17207
4992aa20
JM
172082014-12-15 Jason Merrill <jason@redhat.com>
17209
17210 * Makefile.in (check-gdb.%): Restore.
17211 * README: Mention it.
17212
c1b5a1a6
JB
172132014-12-13 Joel Brobecker <brobecker@adacore.com>
17214
17215 * gdb.ada/str_uninit: New testcase.
17216
5537b577
JK
172172014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17218
17219 PR symtab/17642
17220 * gdb.base/vla-stub-define.c: New file.
17221 * gdb.base/vla-stub.c: New file.
17222 * gdb.base/vla-stub.exp: New file.
17223
bb2ec1b3
TT
172242014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17225 Jan Kratochvil <jan.kratochvil@redhat.com>
17226 Tom Tromey <tromey@redhat.com>
17227
17228 * configure.ac: Add gdb.compile/.
17229 * configure: Regenerate.
17230 * gdb.compile/Makefile.in: New file.
17231 * gdb.compile/compile-ops.exp: New file.
17232 * gdb.compile/compile-ops.c: New file.
17233 * gdb.compile/compile-tls.c: New file.
17234 * gdb.compile/compile-tls.exp: New file.
17235 * gdb.compile/compile-constvar.S: New file.
17236 * gdb.compile/compile-constvar.c: New file.
17237 * gdb.compile/compile-mod.c: New file.
17238 * gdb.compile/compile-nodebug.c: New file.
17239 * gdb.compile/compile-setjmp-mod.c: New file.
17240 * gdb.compile/compile-setjmp.c: New file.
17241 * gdb.compile/compile-setjmp.exp: New file.
17242 * gdb.compile/compile-shlib.c: New file.
17243 * gdb.compile/compile.c: New file.
17244 * gdb.compile/compile.exp: New file.
17245 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17246
4ff709eb
TT
172472014-12-12 Tom Tromey <tromey@redhat.com>
17248
17249 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17250 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17251
6dddd6a5
DE
172522014-12-12 Doug Evans <dje@google.com>
17253
17254 * lib/gdb-python.exp (get_python_valueof): New function.
17255 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17256
71c24708
AA
172572014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17258
17259 * gdb.base/completion.exp: Add test for completion of "info
17260 registers ".
17261
3e29f34a
MR
172622014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17263
17264 * gdb.base/func-ptrs.c: New file.
17265 * gdb.base/func-ptrs.exp: New file.
17266
fc126975
SM
172672014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17268
17269 PR breakpoints/17012
17270 * gdb.base/dprintf-detach.c: New file.
17271 * gdb.base/dprintf-detach.exp: New file.
17272
0a46d518
SM
172732014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17274
17275 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17276 * lib/gdb.exp (target_is_gdbserver): New procedure.
17277
a0be3e44
DE
172782014-12-08 Doug Evans <dje@google.com>
17279
17280 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17281
df1b803a
YQ
172822014-12-05 Yao Qi <yao@codesourcery.com>
17283
17284 * gdb.guile/scm-error.exp: Remove the third argument to
17285 gdb_remote_download.
17286 * gdb.guile/scm-frame-args.exp: Likewise.
17287 * gdb.guile/scm-section-script.exp: Likewise.
17288
ddb9f679
YQ
172892014-12-05 Yao Qi <yao@codesourcery.com>
17290
17291 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17292
86e4ed39
DE
172932014-12-04 Doug Evans <dje@google.com>
17294
17295 * gdb.python/py-objfile.exp: Add tests for
17296 objfile.add_separate_debug_file.
17297
7c50a931
DE
172982014-12-04 Doug Evans <dje@google.com>
17299
17300 * lib/gdb.exp (get_build_id): New function.
17301 (build_id_debug_filename_get): Rewrite to use it.
17302 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17303
621661e3
MR
173042014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17305
17306 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17307 `method(long)', not just 0x0.
17308 * gdb.cp/nsalias.exp: Align code labels to 4.
17309 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17310 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17311 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17312 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17313 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17314 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17315
29f0c3b7
DE
173162014-12-02 Doug Evans <dje@google.com>
17317
e1e061e7 17318 PR symtab/17602
29f0c3b7 17319 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 17320 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
17321 * gdb.cp/anon-ns.exp: Update.
17322
162078c8
NB
173232014-12-02 Nick Bull <nicholaspbull@gmail.com>
17324
17325 * gdb.python/py-events.py (inferior_call_handler): New.
17326 (register_changed_handler, memory_changed_handler): New.
17327 (test_events.invoke): Register new handlers.
17328 * gdb.python/py-events.exp: Add tests for inferior call,
17329 memory_changed and register_changed events.
17330
fdb09caf
AA
173312014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17332
17333 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17334 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17335 if the linker doesn't understand this.
17336
55cfb2c4
SM
173372014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17338
17339 * gdb.python/python.exp: Change expected reply to help().
17340
9e8cd6df
YQ
173412014-12-01 Yao Qi <yao@codesourcery.com>
17342
17343 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17344 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17345 * configure: Re-generated.
17346
6c659fc2
SC
173472014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17348
17349 * gdb.cp/chained-calls.cc: New file.
17350 * gdb.cp/chained-calls.exp: New file.
17351 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17352
d7fc3181
SM
173532014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17354
17355 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17356 * gdb.dwarf2/symtab-producer.exp: Same.
17357 * gdb.gdb/python-interrupts.exp: Same.
17358 * gdb.gdb/python-selftest.exp: Same.
17359 * gdb.python/py-linetable.exp: Same.
17360 * gdb.python/py-type.exp: Same.
17361 * gdb.python/py-value-cc.exp: Same.
17362 * gdb.python/py-value.exp: Same.
17363
10e79639
YQ
173642014-11-28 Yao Qi <yao@codesourcery.com>
17365
17366 * gdb.base/break-probes.exp: Match library name prefixed with
17367 sysroot.
17368
f28a0564
SM
173692014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17370
17371 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17372 test expected output. Add parentheses for the call to print.
17373 Remove L suffix from integers.
17374
3fe1ce1d
DE
173752014-11-26 Doug Evans <dje@google.com>
17376
17377 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17378
84429e27
YQ
173792014-11-22 Yao Qi <yao@codesourcery.com>
17380
17381 * gdb.trace/entry-values.c: Remove asms.
17382 (foo): Add foo_label.
17383 (bar): Add bar_label.
17384 * gdb.trace/entry-values.exp: Remove code computing foo's
17385 length and bar's length.
17386 (Dwarf::assemble): Invoke function_range for bar and use
17387 MACRO_AT_func for foo.
17388
26741859
YQ
173892014-11-22 Yao Qi <yao@codesourcery.com>
17390
17391 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17392 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17393 Use .Lgcc43_procstart instead of gcc43.
17394
45e44d27
JB
173952014-11-21 Joel Brobecker <brobecker@adacore.com>
17396
17397 * gdb.ada/n_arr_bound: New testcase.
17398
458c8db8
SDJ
173992014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17400
17401 PR breakpoints/10737
17402 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17403 test_catch_syscall_multi_arch.
17404 (test_catch_syscall_multi_arch): New function.
17405
43f3e411
DE
174062014-11-20 Doug Evans <xdje42@gmail.com>
17407
17408 * gdb.base/maint.exp: Update expected output.
17409
0d7b2549
AA
174102014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17411
17412 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17413 4-byte instruction on S390.
17414
8908fca5
JB
174152014-11-19 Joel Brobecker <brobecker@adacore.com>
17416
17417 * gdb.ada/arr_arr: New testcase.
17418
4a46959e
JB
174192014-11-19 Joel Brobecker <brobecker@adacore.com>
17420
17421 * gdb.ada/pkd_arr_elem: New Testcase.
17422
470e2f4e
LM
174232014-11-18 Luis Machado <lgustavo@codesourcery.com>
17424
17425 * gdb.reverse/break-precsave: Expect completion message for
17426 core file reads.
17427 * gdb.reverse/consecutive-precsave.exp: Likewise.
17428 * gdb.reverse/finish-precsave.exp: Likewise.
17429 * gdb.reverse/i386-precsave.exp: Likewise.
17430 * gdb.reverse/machinestate-precsave.exp: Likewise.
17431 * gdb.reverse/sigall-precsave.exp: Likewise.
17432 * gdb.reverse/solib-precsave.exp: Likewise.
17433 * gdb.reverse/step-precsave.exp: Likewise.
17434 * gdb.reverse/until-precsave.exp: Likewise.
17435 * gdb.reverse/watch-precsave.exp: Likewise.
17436
a267f3ad
AA
174372014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17438
17439 * gdb.base/bp-permanent.c: Include unistd.h.
17440 * gdb.python/py-framefilter-mi.c (main): Add return type.
17441 * gdb.python/py-framefilter.c (main): Likewise.
17442 * gdb.trace/actions-changed.c (main): Likewise.
17443
12084a9a
AA
174442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17445
17446 * gdb.mi/until.c: Add eye-catchers.
17447 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17448 line numbers.
17449
dc7e1a77
AA
174502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17451
17452 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17453 function header variants in break1.c.
17454 * gdb.base/ena-dis-br.exp: Likewise.
17455 * gdb.base/hbreak2.exp: Likewise.
17456 * gdb.reverse/until-precsave.exp: Drop references to removed
17457 non-prototype function header variants in ur1.c.
17458 * gdb.reverse/until-reverse.exp: Likewise.
17459
41c77605
PM
174602014-11-17 Petr Machata <pmachata@redhat.com>
17461
17462 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17463 ${_cu_offset_size} bytes abbrev offset.
17464
34248c3a
DE
174652014-11-15 Doug Evans <xdje42@gmail.com>
17466
17467 PR symtab/17559
17468 * gdb.base/line-symtabs.exp: New file.
17469 * gdb.base/line-symtabs.c: New file.
17470 * gdb.base/line-symtabs.h: New file.
17471
646da059
YQ
174722014-11-14 Yao Qi <yao@codesourcery.com>
17473
17474 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17475 (func): Add label func_label.
17476 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17477 Replace low_pc and high_pc with MACRO_AT_range.
17478 Replace name, low_pc and high_pc with MACRO_AT_func.
17479
9301ebe6
YQ
174802014-11-14 Yao Qi <yao@codesourcery.com>
17481
17482 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17483 Replace name, low_pc and high_pc with MACRO_AT_func.
17484
f166b542
YQ
174852014-11-14 Yao Qi <yao@codesourcery.com>
17486
17487 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17488 produce debug information.
17489 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17490
0f6e71e3
YQ
174912014-11-14 Yao Qi <yao@codesourcery.com>
17492
17493 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17494 object and get function length.
17495 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17496 with MACRO_AT_func.
17497 (top-level): Replace gdb_compile and clean_restart with
17498 prepare_for_testing.
17499 * gdb.dwarf2/main.c (main): Add label main_label.
17500
876c4df9
YQ
175012014-11-14 Yao Qi <yao@codesourcery.com>
17502
17503 * lib/dwarf.exp (function_range): New procedure.
17504 (Dwarf::_handle_macro_at_func): New procedure.
17505 (Dwarf::_handle_macro_at_range): New procedure.
17506 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17507
02ad9cf1
YQ
175082014-11-14 Yao Qi <yao@codesourcery.com>
17509
17510 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17511 (_handle_attribute): New procedure.
17512
a59add0c
AA
175132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17514
17515 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17516 * gdb.base/call-sc.c (zed): Likewise.
17517 * gdb.base/checkpoint.c (main): Likewise.
17518 * gdb.base/dump.c (main): Likewise.
17519 * gdb.base/gcore.c (main): Likewise.
17520 * gdb.base/huge.c (main): Likewise.
17521 * gdb.base/multi-forks.c (main): Likewise.
17522 * gdb.base/pr10179-a.c (main): Likewise.
17523 * gdb.base/savedregs.c (main): Likewise.
17524 * gdb.base/sigaltstack.c (main): Likewise.
17525 * gdb.base/siginfo.c (main): Likewise.
17526 * gdb.base/structs.c (zed): Likewise.
17527 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17528 * gdb.mi/mi-syn-frame.c (main): Likewise.
17529 * gdb.mi/until.c (foo, main): Likewise.
17530 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17531 * gdb.base/solib-weak.c (foo): Declare.
17532 * gdb.base/attach-twice.c: Include stdio.h.
17533 * gdb.base/weaklib1.c: Likewise.
17534 * gdb.base/weaklib2.c: Likewise.
17535 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17536 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17537 unistd.h.
17538 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17539 * gdb.mi/mi-exit-code.c: Likewise.
17540 * gdb.base/break-interp-lib.c: Include string.h.
17541 * gdb.base/coremaker.c: Likewise.
17542 * gdb.base/testenv.c: Likewise.
17543 * gdb.python/py-finish-breakpoint.c: Likewise.
17544 * gdb.base/inferior-died.c: Include sys/wait.h.
17545 * gdb.base/fileio.c: Include time.h.
17546 * gdb.base/async-shell.c: Include unistd.h.
17547 * gdb.base/dprintf-non-stop.c: Likewise.
17548 * gdb.base/info-os.c: Likewise.
17549 * gdb.mi/mi-console.c: Likewise.
17550 * gdb.mi/watch-nonstop.c: Likewise.
17551 * gdb.python/py-events.c: Likewise.
17552 * gdb.base/async.c (baz): Move up before its invocation.
17553 * gdb.base/code_elim2.c (my_global_func): Likewise.
17554 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17555 * gdb.base/advance.c (func2): Likewise.
17556
3b5d5997
AA
175572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17558
17559 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17560 variant.
17561 * gdb.base/annota3.c: Likewise.
17562 * gdb.base/async.c: Likewise.
17563 * gdb.base/average.c: Likewise.
17564 * gdb.base/call-ar-st.c: Likewise.
17565 * gdb.base/call-rt-st.c: Likewise.
17566 * gdb.base/call-sc.c: Likewise.
17567 * gdb.base/call-strs.c: Likewise.
17568 * gdb.base/ending-run.c: Likewise.
17569 * gdb.base/execd-prog.c: Likewise.
17570 * gdb.base/exprs.c: Likewise.
17571 * gdb.base/foll-exec.c: Likewise.
17572 * gdb.base/foll-fork.c: Likewise.
17573 * gdb.base/foll-vfork.c: Likewise.
17574 * gdb.base/funcargs.c: Likewise.
17575 * gdb.base/gcore.c: Likewise.
17576 * gdb.base/jump.c: Likewise.
17577 * gdb.base/langs0.c: Likewise.
17578 * gdb.base/langs1.c: Likewise.
17579 * gdb.base/langs2.c: Likewise.
17580 * gdb.base/mips_pro.c: Likewise.
17581 * gdb.base/nodebug.c: Likewise.
17582 * gdb.base/opaque0.c: Likewise.
17583 * gdb.base/opaque1.c: Likewise.
17584 * gdb.base/recurse.c: Likewise.
17585 * gdb.base/run.c: Likewise.
17586 * gdb.base/scope0.c: Likewise.
17587 * gdb.base/scope1.c: Likewise.
17588 * gdb.base/setshow.c: Likewise.
17589 * gdb.base/setvar.c: Likewise.
17590 * gdb.base/shmain.c: Likewise.
17591 * gdb.base/shr1.c: Likewise.
17592 * gdb.base/shr2.c: Likewise.
17593 * gdb.base/sigall.c: Likewise.
17594 * gdb.base/signals.c: Likewise.
17595 * gdb.base/so-indr-cl.c: Likewise.
17596 * gdb.base/solib2.c: Likewise.
17597 * gdb.base/structs.c: Likewise.
17598 * gdb.base/sum.c: Likewise.
17599 * gdb.base/vforked-prog.c: Likewise.
17600 * gdb.base/watchpoint.c: Likewise.
17601 * gdb.reverse/shr2.c: Likewise.
17602 * gdb.reverse/until-reverse.c: Likewise.
17603 * gdb.reverse/ur1.c: Likewise.
17604 * gdb.reverse/watch-reverse.c: Likewise.
17605
066a77c5
AA
176062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17607
17608 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17609 variant.
17610 * gdb.base/sepdebug.exp: Drop references to removed code.
17611
4f204ea5
AA
176122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17613
17614 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17615 variant. Preserve original line numbering.
17616 * gdb.base/list1.c: Likewise.
17617
3b377a3a
AA
176182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17619
17620 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17621 variant.
17622 * gdb.base/break1.c: Likewise.
17623 * gdb.base/break.exp: Drop references to removed code.
17624
e444df73
AA
176252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17626
17627 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17628 variant.
17629
8008f2a7
AA
176302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17631
17632 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17633
a5a06887
AA
176342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17635
17636 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17637 logic into perform_all_tests() and invoke it with and without
17638 function header prototypes.
17639 (do_function_calls): Remove conditional XFAIL for PR 5318.
17640 (rerun_and_prepare): Remove duplicate code.
17641 (perform_all_tests): New. Main logic moved here.
17642
44dba9b9
AA
176432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17644
17645 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17646 code guarded by #ifdef NO_PROTOTYPES.
17647 (t_double_many_args): Likewise.
17648 (DEF_FUNC_MANY_ARGS_1): Likewise.
17649 (DEF_FUNC_VALUES_1): Likewise.
17650 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17651 guarded by #ifdef PROTOTYPES.
17652
d1fbcd56
AA
176532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17654
17655 * gdb.mi/mi-console.c: Add eye-catcher.
17656 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17657 instead of literal line number.
17658
b0e59b8f
AA
176592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17660
17661 * gdb.base/shr2.c: Add eye-catcher.
17662 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17663 line number.
17664
78f98cca
AA
176652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17666
17667 * gdb.base/jump.c: Add eye-catchers.
17668 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17669 numbers.
17670
58fa2af0
AA
176712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17672
17673 * gdb.base/execd-prog.c: Add eye-catchers.
17674 * gdb.base/foll-exec.c: Likewise.
17675 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17676 line numbers.
17677
04e5059b
AA
176782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17679
17680 * gdb.base/ending-run.c: Add eye-catchers.
17681 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17682 literal line numbers.
17683
dbfdb174
AA
176842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17685
17686 * gdb.base/call-rt-st.c: Add eye-catchers.
17687 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17688 literal line numbers.
17689
888a2ade
AA
176902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17691
17692 * gdb.base/call-ar-st.c: Add eye-catchers.
17693 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17694 literal line numbers.
17695
6acc2dde
AA
176962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17697
17698 * gdb.base/average.c: Add eye-catchers.
17699 * gdb.base/sum.c: Likewise.
17700 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17701 regexps dynamically.
17702
9ecfcd1d
AA
177032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17704
17705 * gdb.base/solib1.c: Add eye-catchers.
17706 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17707 literal line numbers.
17708
78708b7c
PA
177092014-11-12 Pedro Alves <palves@redhat.com>
17710
17711 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17712 leader has exited.
17713
af48d08f
PA
177142014-11-12 Pedro Alves <palves@redhat.com>
17715
17716 * gdb.arch/i386-bp_permanent.c: New file.
17717 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17718 (srcfile): Set to i386-bp_permanent.c.
17719 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17720 that stepi does not execute the 'leave' instruction, instead of
17721 testing it does execute.
17722 * gdb.base/bp-permanent.c: New file.
17723 * gdb.base/bp-permanent.exp: New file.
17724
af3768e9
DE
177252014-11-10 Doug Evans <xdje42@gmail.com>
17726
17727 PR symtab/17564
17728 * gdb.base/symtab-search-order.exp: New file.
17729 * gdb.base/symtab-search-order.c: New file.
17730 * gdb.base/symtab-search-order-1.c: New file.
17731 * gdb.base/symtab-search-order-shlib-1.c: New file.
17732
9de00a4a
PA
177332014-11-07 Pedro Alves <palves@redhat.com>
17734
17735 PR gdb/17511
17736 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17737 i?86-*-linux*.
17738
e0f52461
SC
177392014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17740
17741 PR c++/17494
17742 * gdb.cp/pr17494.cc: New file.
17743 * gdb.cp/pr17494.exp: New file.
17744
6ce8c980
YQ
177452014-11-02 Yao Qi <yao@codesourcery.com>
17746
17747 * gdb.python/python.exp: Get working directory and match the
17748 output of "set extended-prompt \\w " with it.
17749
02be9a71
DE
177502014-10-30 Doug Evans <dje@google.com>
17751
17752 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17753 in objfiles.
17754 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17755 in progspaces.
17756
3bdff46b
LM
177572014-10-30 Janis Johnson <janisjo@codesourcery.com>
17758
17759 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17760 * gdb.base/realname-expand.exp: Likewise.
17761 * gdb.linespec/macro-relative.exp: Likewise.
17762
ab917dfb
PA
177632014-10-29 Pedro Alves <palves@redhat.com>
17764
17765 PR gdb/17408
17766 * gdb.threads/schedlock.c (some_function): New function.
17767 (call_function): New global.
17768 (MAYBE_CALL_SOME_FUNCTION): New macro.
17769 (thread_function): Call it.
17770 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17771 and use it instead of a global counter. Adjust all callers.
17772 (get_current_thread): Use "find current thread" for test message
17773 here rather than having all callers pass down the same string.
17774 (goto_loop): New procedure, factored out from ...
17775 (my_continue): ... this.
17776 (step_ten_loops): Change parameter from test message to command to
17777 use. Adjust.
17778 (list_count): Delete global.
17779 (check_result): New procedure, factored out from duplicate top
17780 level code.
17781 (continue tests): Wrap in with_test_prefix.
17782 (test_step): New procedure, factored out from duplicate top level
17783 code.
17784 (top level): Test "step" in combination with all scheduler-locking
17785 modes. Test "next" in combination with all scheduler-locking
17786 modes, and in combination with stepping over a function call or
17787 not.
17788 * gdb.threads/next-bp-other-thread.c: New file.
17789 * gdb.threads/next-bp-other-thread.exp: New file.
17790
d3d4baed
PA
177912014-10-29 Pedro Alves <palves@redhat.com>
17792
17793 PR python/17372
17794 * gdb.python/python.exp: Test a multi-line command that spawns
17795 interactive Python.
17796 * gdb.base/multi-line-starts-subshell.exp: New file.
17797
563e8d85
YQ
177982014-10-29 Yao Qi <yao@codesourcery.com>
17799
17800 * gdb.base/fileio.exp: Make directories on host.
17801
0ea4d52e
YQ
178022014-10-29 Yao Qi <yao@codesourcery.com>
17803
17804 * gdb.base/fileio.c (test_write): Close the file.
17805
7f5ef605
PA
178062014-10-28 Pedro Alves <palves@redhat.com>
17807
17808 PR gdb/12623
17809 * gdb.base/sigstep.c (no_handler): New global.
17810 (main): If 'no_handler is true, set the signal handlers to
17811 SIG_IGN.
17812 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17813 with_sw_watch and no_handler parameters. Handle them.
17814 (top level) <stepping over handler when stopped at a breakpoint
17815 test>: Add a test axis for testing with a software watchpoint, and
17816 another for testing with the signal handler set to SIG_IGN.
17817 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17818 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17819
abbdbd03
PA
178202014-10-28 Pedro Alves <palves@redhat.com>
17821
17822 PR gdb/17511
17823 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17824 * gdb.base/sigstep.exp (other_handler_location): New global.
17825 (advance): Support stepping into the signal handler, and running
17826 commands while in the handler.
17827 (in_handler_map): New global.
17828 (top level): In the advance test, add combinations for getting
17829 into the handler with stepping commands, and for running commands
17830 in the handler. Add comment descripting the advancei tests.
17831
1df4399f
PA
178322014-10-28 Pedro Alves <palves@redhat.com>
17833
17834 * gdb.base/sigstep.exp: Use build_executable instead of
17835 prepare_for_testing.
17836 (top level): Move code that starts GDB, runs to main and creates a
17837 display to ...
17838 (restart): ... this new procedure.
17839 (top level): Move backtrace from signal handler test to ...
17840 (validate_backtrace): ... this new procedure.
17841 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17842 with_test_prefix. Always restart GDB.
17843 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17844 with_test_prefix. Always restart GDB. No need to delete
17845 breakpoints after the test.
17846 (test_skip_handler): Remove prefix parameter.
17847 (skip_over_handler, breakpoint_to_handler)
17848 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17849 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17850 restart GDB. No need to delete breakpoints after the test.
17851 (top level): Use foreach to call the test procedures with
17852 different commands.
17853
a5b6e449
PA
178542014-10-28 Pedro Alves <palves@redhat.com>
17855
17856 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17857 instead of GNATS numbers.
17858 * gdb.base/sigbpt.exp: Likewise.
17859 * gdb.base/siginfo.exp: Likewise.
17860 * gdb.base/sigstep.exp: Likewise.
17861
e5f8a7cc
PA
178622014-10-27 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.base/sigstep.c (dummy): New global.
17865 (main): Issue a couple writes to the new global.
17866 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17867 procedures.
17868 (skip_over_handler): Use test_skip_handler.
17869 (top level): Call skip_over_handler for stepi and nexti too.
17870 (breakpoint_over_handler): Use test_skip_handler.
17871 (top level): Call breakpoint_over_handler for stepi and nexti too.
17872
763905a3
YQ
178732014-10-27 Yao Qi <yao@codesourcery.com>
17874
17875 * gdb.trace/tfile.c (adjust_function_address)
17876 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17877 function descriptor.
17878
6f259a23
DB
178792014-10-24 Don Breazeal <donb@codesourcery.com>
17880
17881 * gdb.base/foll-fork.exp (test_follow_fork,
17882 catch_fork_child_follow): Check for updated fork messages emitted
17883 from infrun.c.
17884 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17885 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17886 vfork_and_exec_child_follow_through_step): Check for updated vfork
17887 messages emitted from infrun.c.
17888
09dd9a69
PA
178892014-10-24 Pedro Alves <palves@redhat.com>
17890
17891 * gdb.base/corefile.exp: Remove references to ultrix.
17892 * gdb.base/interrupt.exp: Likewise.
17893 * gdb.base/whatis.exp: Likewise.
17894 * gdb.gdb/selftest.exp: Likewise.
17895 * gdb.threads/manythreads.exp: Likewise.
17896 * gdb.threads/print-threads.exp: Likewise.
17897 * gdb.threads/pthreads.exp:: Likewise.
17898 * gdb.threads/schedlock.exp: Likewise.
17899
3433cfa5
SC
179002014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17901
17902 * gdb.cp/non-trivial-retval.cc: Add a test case.
17903 * gdb.cp/non-trivial-retval.exp: Add a test.
17904
092f880b
YQ
179052014-10-20 Yao Qi <yao@codesourcery.com>
17906
17907 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
17908 * gdb.python/py-objfile-script-gdb.py: New file.
17909 * gdb.python/py-objfile-script.exp: Update reference to
17910 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
17911 of remote_download. Remove the dest file.
17912
acbdb7f3
YQ
179132014-10-20 Yao Qi <yao@codesourcery.com>
17914
17915 * gdb.base/checkpoint.exp: Don't remove file copied on host.
17916 * gdb.base/step-line.exp: Likewise.
17917 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
17918 * gdb.dwarf2/dw2-basic.exp: Likewise.
17919 * gdb.dwarf2/dw2-compressed.exp: Likewise.
17920 * gdb.dwarf2/dw2-filename.exp: Likewise.
17921 * gdb.dwarf2/dw2-intercu.exp: Likewise.
17922 * gdb.dwarf2/dw2-intermix.exp: Likewise.
17923 * gdb.dwarf2/dw2-producer.exp: Likewise.
17924 * gdb.dwarf2/mac-fileno.exp: Likewise.
17925 * gdb.python/py-frame-args.exp: Likewise.
17926 * gdb.python/py-framefilter.exp: Likewise.
17927 * gdb.python/py-mi.exp: Likewise.
17928 * gdb.python/py-objfile-script.exp: Likewise
17929 * gdb.python/py-pp-integral.exp: Likewise.
17930 * gdb.python/py-pp-re-notag.exp: Likewise.
17931 * gdb.python/py-prettyprint.exp: Likewise.
17932 * gdb.python/py-section-script.exp: Likewise.
17933 * gdb.python/py-typeprint.exp: Likewise.
17934 * gdb.python/py-xmethods.exp: Likewise.
17935 * gdb.stabs/weird.exp: Likewise.
17936 * gdb.xml/tdesc-regs.exp: Likewise.
17937
bd286a29
KCY
179382014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
17939
17940 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
17941 (out_cu): Use addr_len for the size of addresses.
17942 (out_line): Likewise. Size DW_LNE_set_address instruction
17943 according to addr_len.
17944 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
17945 (FUNC): Add START_INSNS to definition.
17946
673dc4a0
YQ
179472014-10-18 Yao Qi <yao@codesourcery.com>
17948
17949 * gdb.base/argv0-symlink.exp: Check argv[0] value if
17950 gdb_has_argv0 return true.
17951 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
17952 check [target_info exists noargs], check [gdb_has_argv0]
17953 instead.
17954 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
17955 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
17956 procedures.
17957
4ffbba72
DE
179582014-10-17 Doug Evans <dje@google.com>
17959
17960 * gdb.python/py-events.exp: Update expected output for clear_objfiles
17961 event.
17962 * gdb.python/py-events.py: Add clear_objfiles event.
17963
d096d8c1
DE
179642014-10-17 Doug Evans <dje@google.com>
17965
17966 * gdb.python/py-objfile.exp: Test progspace attribute.
17967
a80db015
LM
179682014-10-17 Luis Machado <lgustavo@codesourcery.com>
17969
17970 * gdb.guile/scm-breakpoint.exp: Do not assume any
17971 directory separators when matching source file paths.
17972 * gdb.python/py-breakpoint.exp: Likewise.
17973 * gdb.reverse/break-precsave.exp: Likewise.
17974 * gdb.reverse/break-reverse.exp: Likewise.
17975 * gdb.reverse/consecutive-precsave.exp: Likewise.
17976 * gdb.reverse/finish-precsave.exp: Likewise.
17977 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
17978 * gdb.reverse/finish-reverse.exp: Likewise.
17979 * gdb.reverse/i386-precsave.exp: Likewise.
17980 * gdb.reverse/i387-env-reverse.exp: Likewise.
17981 * gdb.reverse/i387-stack-reverse.exp: Likewise.
17982 * gdb.reverse/machinestate-precsave.exp: Likewise.
17983 * gdb.reverse/machinestate.exp: Likewise.
17984 * gdb.reverse/sigall-precsave.exp: Likewise.
17985 * gdb.reverse/solib-precsave.exp: Likewise.
17986 * gdb.reverse/step-precsave.exp: Likewise.
17987 * gdb.reverse/until-precsave.exp: Likewise.
17988 * gdb.reverse/watch-precsave.exp: Likewise.
17989 * gdb.reverse/watch-reverse.exp: Likewise.
17990
b22089ab
YQ
179912014-10-17 Yao Qi <yao@codesourcery.com>
17992
17993 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
17994 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
17995
6c4486e6
PA
179962014-10-17 Pedro Alves <palves@redhat.com>
17997
17998 PR gdb/17471
17999 * gdb.base/bg-execution-repeat.c: New file.
18000 * gdb.base/bg-execution-repeat.exp: New file.
18001
0ff33695
PA
180022014-10-17 Pedro Alves <palves@redhat.com>
18003
18004 PR gdb/17300
18005 * gdb.base/continue-all-already-running.c: New file.
18006 * gdb.base/continue-all-already-running.exp: New file.
18007
6fdebc3d
PA
180082014-10-17 Pedro Alves <palves@redhat.com>
18009
18010 PR gdb/17472
18011 * gdb.base/annota-input-while-running.c: New file.
18012 * gdb.base/annota-input-while-running.exp: New file.
18013
32a8097b
PA
180142014-10-17 Pedro Alves <palves@redhat.com>
18015
18016 * gdb.base/callfuncs.exp: emove references to osf.
18017 * gdb.base/sigall.exp: Likewise.
18018 * gdb.gdb/selftest.exp: Likewise.
18019 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18020 * gdb.mi/non-stop.c: Likewise.
18021 * gdb.mi/pthreads.c: Likewise.
18022 * gdb.reverse/sigall-precsave.exp: Likewise.
18023 * gdb.reverse/sigall-reverse.exp: Likewise.
18024 * gdb.threads/pthreads.c: Likewise.
18025 * gdb.threads/pthreads.exp: Likewise.
18026
7a3517ff
YQ
180272014-10-17 Yao Qi <yao@codesourcery.com>
18028
18029 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18030 check 'target_info exists noargs'.
18031 (test_command_prompt_position): Likewise.
18032 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18033 Remove "set args".
18034 (progvar_simple_while_test): Likewise.
18035 (progvar_complex_if_while_test): Likewise.
18036 (if_while_breakpoint_command_test): Likewise.
18037 (infrun_breakpoint_command_test): Likewise.
18038 (breakpoint_command_test): Likewise.
18039 (watchpoint_command_test): Likewise.
18040 (bp_deleted_in_command_test): Likewise.
18041 (temporary_breakpoint_commands): Likewise.
18042
bb99c472
YQ
180432014-10-16 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.base/remotetimeout.exp: Remove noargs checking.
18046
7c16b83e
PA
180472014-10-15 Pedro Alves <palves@redhat.com>
18048
18049 PR breakpoints/9649
18050 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18051 * gdb.base/breakpoint-in-ro-region.exp
18052 (probe_target_hardware_step): New procedure.
18053 (top level): Probe hardware stepping and hardware breakpoint
18054 support. Test stepping through a read-only region, with both
18055 "breakpoint auto-hw" on and off and both "always-inserted" on and
18056 off.
18057
35a49624
IB
180582014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18059
18060 * gdb.dlang/demangle.exp: Update for demangling changes.
18061
2d1c107c
SC
180622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18063
18064 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18065 * gdb.cp/non-trivial-retval.exp: Add new tests.
18066
778811d5
SC
180672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18068
18069 PR c++/13403
18070 PR c++/15154
18071 * gdb.cp/non-trivial-retval.cc: New file.
18072 * gdb.cp/non-trivial-retval.exp: New file.
18073
10c5f0a8
YQ
180742014-10-15 Yao Qi <yao@codesourcery.com>
18075
18076 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18077 remote host.
18078
65d7b369
YQ
180792014-10-15 Yao Qi <yao@codesourcery.com>
18080
18081 * gdb.python/py-symbol.exp: Match file base name if host is
18082 remote, otherwise match file name with dir name.
18083 * gdb.python/py-symtab.exp: Likewise.
18084 * gdb.python/python.exp: Likewise.
18085
46dc1394
YQ
180862014-10-15 Yao Qi <yao@codesourcery.com>
18087
18088 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18089 pattern.
18090 * gdb.python/py-symtab.exp: Likewise.
18091 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18092 locationn.
18093
c40cc657
JB
180942014-10-14 Joel Brobecker <brobecker@adacore.com>
18095
18096 * gdb.ada/addr_arith: New testcase.
18097
2abf49e1
MR
180982014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18099
18100 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18101 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18102 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18103 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18104
f7088df3
SDJ
181052014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18106
18107 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18108 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18109 * gdb.arch/stap-eval-lang-ada.exp: New file.
18110
4dc06805
YQ
181112014-10-14 Yao Qi <yao@codesourcery.com>
18112
18113 * gdb.mi/mi-var-child.c (nothing1): New function.
18114 (nothing2): New function.
18115 (do_children_tests): Set function pointers by nothing1 and
18116 nothing2.
18117 * gdb.mi/mi-var-child.exp: Step over new added statements.
18118 Update test to match the new output.
18119 * gdb.mi/var-cmd.c (nothing1): New function.
18120 (nothing2): New function.
18121 (do_children_tests): Set function pointers by nothing1 and
18122 nothing2.
18123 * gdb.mi/mi-var-display.exp: Update test to match output.
18124 Step to the line specified by $line_dct_nothing.
18125 Increase the number of lines to step.
18126
46a93de2
YQ
181272014-10-14 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18130 tests.
18131 * gdb.mi/mi2-var-child.exp: Likewise.
18132
14ea52ee
DE
181332014-10-13 Doug Evans <dje@google.com>
18134
18135 * gdb.python/py-objfile.exp: Change name of file name test.
18136
e5c6e92b
DE
181372014-10-13 Doug Evans <dje@google.com>
18138
18139 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18140 from the start of the CU.
18141
c780cc2f
JK
181422014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18143 Yao Qi <yao@codesourcery.com>
18144
18145 Fix "save breakpoints" for "catch" command.
18146 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18147 Remove -nonewline. Match also the added "main" line.
18148
99894e11
JK
181492014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18150
18151 Fix "save breakpoints" for "disable $bpnum" command.
18152 * gdb.base/save-bp.c (main): Add label.
18153 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18154
6e1ac5a3
JK
181552014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18156
18157 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18158
754dd2b0
YQ
181592014-10-11 Yao Qi <yao@codesourcery.com>
18160
18161 * gdb.server/server-kill.exp: Execute command
18162 "set remote trace-status-packet on" before "tstatus".
18163
f90183d7
YQ
181642014-10-11 Yao Qi <yao@codesourcery.com>
18165
18166 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18167 (main): Call getppid.
18168 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18169 and continue to it. Read variable "server_pid".
18170
bf40a607
YQ
181712014-10-11 Yao Qi <yao@codesourcery.com>
18172
18173 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18174
052ca370
YQ
181752014-10-11 Yao Qi <yao@codesourcery.com>
18176
18177 * gdb.threads/thread-find.exp: Don't execute command
18178 "info threads".
18179 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18180 * gdb.threads/linux-dp.exp: Don't check the condition
18181 $threads_created equals to zero.
18182
3831839c
PA
181832014-10-10 Pedro Alves <palves@redhat.com>
18184
18185 * gdb.base/bigcore.exp: Remove references to IRIX.
18186 * gdb.base/funcargs.exp: Likewise.
18187 * gdb.base/interrupt.exp: Likewise.
18188 * gdb.base/mips_pro.exp: Likewise.
18189 * gdb.base/nodebug.exp: Likewise.
18190 * gdb.base/setvar.exp: Likewise.
18191 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18192
8b9a549d
PA
181932014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18194 Pedro Alves <palves@redhat.com>
18195
18196 PR symtab/14466
18197 * gdb.base/vdso-warning.c: New file.
18198 * gdb.base/vdso-warning.exp: New file.
18199
d48ba5e8
DE
182002014-10-02 Doug Evans <dje@google.com>
18201
18202 * gdb.base/structs.c (main): Don't run forever.
18203
2278c276
PA
182042014-10-02 Pedro Alves <palves@redhat.com>
18205
18206 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18207 (top level) <stop threads 1, stop threads 2>: Use it.
18208
b57bacec
PA
182092014-10-02 Pedro Alves <palves@redhat.com>
18210
18211 * gdb.threads/break-while-running.exp (test): Add new
18212 'update_thread_list' argument. Skip "info threads" if false.
18213 (top level): Add new 'update_thread_list' axis.
18214
13fd3ff3
PA
182152014-10-02 Pedro Alves <palves@redhat.com>
18216
18217 PR breakpoints/17431
18218 * gdb.base/execl-update-breakpoints.c: New file.
18219 * gdb.base/execl-update-breakpoints.exp: New file.
18220
0fec99e8
PA
182212014-10-01 Pedro Alves <palves@redhat.com>
18222
18223 * gdb.base/breakpoint-in-ro-region.c: New file.
18224 * gdb.base/breakpoint-in-ro-region.exp: New file.
18225
2ddf4301
SM
182262014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18227
18228 * gdb.mi/mi-exit-code.exp: New file.
18229 * gdb.mi/mi-exit-code.c: New file.
18230
6a5f3f43
YQ
182312014-09-30 Yao Qi <yao@codesourcery.com>
18232
18233 * lib/prelink-support.exp (build_executable_own_libs): Error if
18234 the target isn't native.
18235
345bcc73
YQ
182362014-09-30 Yao Qi <yao@codesourcery.com>
18237
18238 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18239 false.
18240
a25a5a45
PA
182412014-09-22 Pedro Alves <palves@redhat.com>
18242
18243 * gdb.threads/break-while-running.exp: New file.
18244 * gdb.threads/break-while-running.c: New file.
18245
00ba3162
YQ
182462014-09-19 Yao Qi <yao@codesourcery.com>
18247
18248 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18249 Invoke test. Restart GDB with --readnow and invoke test again.
18250
c3b7b696
YQ
182512014-09-19 Yao Qi <yao@codesourcery.com>
18252
18253 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18254 proc set_breakpoint_on_gcd_function. Invoke
18255 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18256 invoke set_breakpoint_on_gcd_function again.
18257
2b4fd423
DE
182582014-09-18 Doug Evans <dje@google.com>
18259
18260 * gdb.dwarf2/symtab-producer.exp: New file.
18261
a5947601
SDJ
182622014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18263
18264 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18265 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18266 * gdb.base/global-var-nested-by-dso.c: Likewise.
18267 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18268
91c19059
SDJ
182692014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18270 Pedro Alves <palves@redhat.com>
18271
18272 * gdb.base/watch-bitfields.exp: Pass string other than test file
18273 name to prepare_for_testing.
18274 (watch): New procedure.
18275 (expect_watchpoint): Use with_test_prefix.
18276 (top level): Factor out tests to ...
18277 (test_watch_location, test_regular_watch): ... these new
18278 procedures, and use with_test_prefix and gdb_continue_to_end.
18279
bb9d5f81
PP
182802014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18281
18282 PR breakpoints/12526
18283 * gdb.base/watch-bitfields.exp: New file.
18284 * gdb.base/watch-bitfields.c: New file.
18285
635856f5
PA
182862014-09-16 Pedro Alves <palves@redhat.com>
18287
18288 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18289 software and hardware addresses, not software address against
18290 itself.
18291
7280ceea
PA
182922014-09-16 Pedro Alves <palves@redhat.com>
18293
18294 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18295 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18296
428b16bd
PA
182972014-09-16 Pedro Alves <palves@redhat.com>
18298
18299 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18300 files.
18301 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18302 "*-*-vxworks*" throughout.
18303 * gdb.base/break.exp: Likewise.
18304 * gdb.base/default.exp: Likewise.
18305 * gdb.base/scope.exp: Likewise.
18306 * gdb.base/sepdebug.exp: Likewise.
18307 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18308 throughout.
18309 * gdb.base/run.c: Likewise.
18310 * gdb.base/sepdebug.c: Likewise.
18311 * gdb.hp/gdb.aCC/run.c: Likewise.
18312 * gdb.reverse/until-reverse.c: Likewise.
18313 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18314
666d413c
YQ
183152014-09-16 Yao Qi <yao@codesourcery.com>
18316
18317 * boards/local-remote-host-native.exp: New file.
18318
57cbd724
DE
183192014-09-14 Doug Evans <xdje42@gmail.com>
18320
18321 * gdb.threads/queue-signal.c (thread_count): New variable.
18322 (thread_count_mutex, thread_count_condvar): New variables.
18323 (incr_thread_count, wait_all_threads_running): New functions.
18324 (main): Wait for all threads to be in their thread functions.
18325
81219e53
DE
183262014-09-13 Doug Evans <xdje42@gmail.com>
18327
18328 * gdb.threads/queue-signal.c: New file.
18329 * gdb.threads/queue-signal.exp: New file.
18330
3714cea7
DE
183312014-09-13 Doug Evans <xdje42@gmail.com>
18332
18333 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18334 be consistent with what default_gdb_init uses.
18335 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18336 the plain text of the prompt. Add some logging printfs.
18337 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18338
fa43b1d7
PA
183392014-09-12 Pedro Alves <palves@redhat.com>
18340
18341 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18342 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18343 * gdb.arch/i386-size-overlap.exp: Likewise.
18344 * gdb.arch/i386-size.exp: Likewise.
18345 * gdb.arch/i386-unwind.exp: Likewise.
18346 * gdb.base/a2-run.exp: Likewise.
18347 * gdb.base/break.exp: Likewise.
18348 * gdb.base/charset.exp: Likewise.
18349 * gdb.base/chng-syms.exp: Likewise.
18350 * gdb.base/commands.exp: Likewise.
18351 * gdb.base/dbx.exp: Likewise.
18352 * gdb.base/find.exp: Likewise.
18353 * gdb.base/funcargs.exp: Likewise.
18354 * gdb.base/jit-simple.exp: Likewise.
18355 * gdb.base/reread.exp: Likewise.
18356 * gdb.base/sepdebug.exp: Likewise.
18357 * gdb.base/step-bt.exp: Likewise.
18358 * gdb.cp/mb-inline.exp: Likewise.
18359 * gdb.cp/mb-templates.exp: Likewise.
18360 * gdb.objc/basicclass.exp: Likewise.
18361 * gdb.threads/killed.exp: Likewise.
18362
9d9bf2df
EBM
183632014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18364
18365 PR tdep/17379
18366 * gdb.arch/powerpc-stackless.S: New file.
18367 * gdb.arch/powerpc-stackless.exp: New file.
18368
1cf2f1b0
JK
183692014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18370
18371 * gdb.base/attach.c: Include unistd.h.
18372 (main): Call alarm. Add label postloop.
18373 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18374 gdb_breakpoint, gdb_continue_to_breakpoint.
18375 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18376
98880d46
PA
183772014-09-11 Pedro Alves <palves@redhat.com>
18378
18379 PR gdb/17347
18380 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18381 * gdb.base/attach.exp (test_command_line_attach_run): New
18382 procedure.
18383 (top level): Call it.
18384
4c92ff2c
PA
183852014-09-11 Pedro Alves <palves@redhat.com>
18386
18387 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18388 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18389 (do_command_attach_tests): Use spawn_wait_for_attach.
18390 * gdb.base/solib-overlap.exp: Likewise.
18391 * gdb.multi/multi-attach.exp: Likewise.
18392 * gdb.python/py-prompt.exp: Likewise.
18393 * gdb.python/py-sync-interp.exp: Likewise.
18394 * gdb.server/ext-attach.exp: Likewise.
18395
3adc1a7d
GKB
183962014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18397
18398 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18399 command in testcase. Simplify testcase.
18400
96334934
JB
184012014-09-10 Joel Brobecker <brobecker@adacore.com>
18402
18403 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18404
eb479039
JB
184052014-09-10 Joel Brobecker <brobecker@adacore.com>
18406
18407 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18408
deede10c
JB
184092014-09-10 Joel Brobecker <brobecker@adacore.com>
18410
18411 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18412
7828a5f5
JB
184132014-09-10 Joel Brobecker <brobecker@adacore.com>
18414
18415 * gdb.dwarf2/dynarr-ptr.c: New file.
18416 * gdb.dwarf2/dynarr-ptr.exp: New file.
18417
33aeebcf
MR
184182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18419
18420 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18421 of 30 rather than hardcoding 120 for a slow test case. Take the
18422 `gdb,timeout' target setting into account for this calculation.
18423 Don't extend the timeout for the test cases that don't need it.
18424
7b415901
MR
184252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18426
18427 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18428 a factor of 2 for a slow test case. Take the `gdb,timeout'
18429 target setting into account for this calculation.
18430 * gdb.reverse/until-precsave.exp: Increase the timeout by
18431 a factor of 15 and 3 respectively rather than adding 120
18432 for a pair of slow test cases. Take the `gdb,timeout'
18433 target setting into account for this calculation.
18434
4a40f85a
MR
184352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18436
18437 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18438 timeout, don't pass one down to gdb_expect.
18439 (gdb_expect): Rework timeout selection.
18440
09635af7
MR
184412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18442
18443 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18444 exception on timeout.
18445 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18446 (gdbserver_start_extended): Catch any `gdbserver_start' error
18447 exceptions.
18448 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18449 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18450 `gdbserver_gdb_load' error exceptions.
18451
2bdd10b7
MR
184522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18453
18454 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18455 120 on waiting for the TCP socket to open.
18456
316935f0
DE
184572014-09-09 Doug Evans <xdje42@gmail.com>
18458
18459 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18460 _caller_matches, _any_caller_is, _any_caller_matches.
18461
83740597
DE
184622014-09-09 Doug Evans <xdje42@gmail.com>
18463
18464 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18465
4c122fc3
YQ
184662014-09-09 Yao Qi <yao@codesourcery.com>
18467
18468 * gdb.mi/mi-var-display.exp: Set print symbol off.
18469
a9f116cb
GKB
184702014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18471
18472 PR gdb/17035
18473 * gdb.base/commands.exp: Add tests to verify user-defined
18474 commands with empty bodies.
18475 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18476 python commands in `show user command`.
18477 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18478 scheme commands in `show user command`.
18479
c75bd3a2
JK
184802014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18481
18482 PR python/17355
18483 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18484 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18485 * gdb.python/py-framefilter-invalidarg.exp: New file.
18486 * gdb.python/py-framefilter-invalidarg.py: New file.
18487
faa42425
DE
184882014-09-06 Doug Evans <xdje42@gmail.com>
18489
18490 PR 15276
18491 * gdb.python/py-caller-is.c: New file.
18492 * gdb.python/py-caller-is.exp: New file.
18493
474ca4f6
SDJ
184942014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18495
18496 PR gdb/17235
18497 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18498 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18499
eb0b0463
SDJ
185002014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18501
18502 PR fortran/17237
18503 * gdb.fortran/print-formatted.exp: New file.
18504 * gdb.fortran/print-formatted.f90: Likewise.
18505
5f3b99cf
SS
185062014-09-03 Sasha Smundak <asmundak@google.com>
18507
18508 * gdb.python/py-frame.exp: Test Frame.read_register.
18509
7d793aa9
SDJ
185102014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18511
18512 PR python/16699
18513 * gdb.python/py-completion.exp: New file.
18514 * gdb.python/py-completion.py: Likewise.
18515
fb0576e9
DE
185162014-08-28 Doug Evans <dje@google.com>
18517
18518 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18519 eax,etc. are live with values set by gdb and thus the compiler can't
18520 use them.
18521 * gdb.arch/i386-pseudo.c (main): Ditto.
18522
ee92b0dd
DE
185232014-08-27 Doug Evans <dje@google.com>
18524
18525 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18526
6649db35
DE
185272014-08-25 Doug Evans <dje@google.com>
18528
18529 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18530 (main): Ditto.
18531
564b7600
DE
185322014-08-25 Doug Evans <dje@google.com>
18533
18534 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18535
3881fb67
YQ
185362014-08-24 Yao Qi <yao@codesourcery.com>
18537
18538 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18539 symbol off.
18540 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18541
a05a36a5
DE
185422014-08-22 Doug Evans <dje@google.com>
18543
18544 PR 17276
18545 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18546 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18547 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18548
7c343b48
YQ
185492014-08-22 Yao Qi <yao@codesourcery.com>
18550
18551 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18552 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18553 * gdb.python/python.exp: Likewise. Use .py file on the host
18554 instead of the build.
18555
22fd09ae
JK
185562014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18557
18558 * gdb.threads/gcore-stale-thread.c: New file.
18559 * gdb.threads/gcore-stale-thread.exp: New file.
18560
a8454a7c
PA
185612014-08-21 Pedro Alves <palves@redhat.com>
18562
18563 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18564 * gdb.base/gcore-relro-pie.exp: Likewise.
18565 * gdb.base/gcore-relro.exp: Likewise.
18566 * gdb.base/gcore.exp: Likewise.
18567 * gdb.base/print-symbol-loading.exp: Likewise.
18568 * gdb.threads/gcore-thread.exp: Likewise.
18569 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18570
2a31c623
PA
185712014-08-20 Pedro Alves <palves@redhat.com>
18572 Jan Kratochvil <jan.kratochvil@redhat.com>
18573
18574 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18575 configure.
18576 (EXPECT): Handle READ1 being set.
18577 (all): Depend on EXTRA_RULES.
18578 (check-read1, expect-read1, read1.so, read1): New rules.
18579 * README (Testsuite Parameters): Document the READ1 make variable.
18580 (Race detection): New section.
18581 * configure: Regenerate.
18582 * configure.ac: If build==host==target, and running under a
18583 GNU/glibc system, add read1 to the extra Makefile rules.
18584 (EXTRA_RULES): AC_SUBST it.
18585 * lib/read1.c: New file.
18586
d36430db
JB
185872014-08-20 Joel Brobecker <brobecker@adacore.com>
18588
18589 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18590 the handling of variables declared as a typedef to an array
18591 which a DW_AT_data_location attribute.
18592
9a0dc9e3
PA
185932014-08-19 Andrew Burgess <aburgess@broadcom.com>
18594 Pedro Alves <palves@redhat.com>
18595
18596 PR symtab/14604
18597 PR symtab/14605
18598 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18599 gdb_test.
18600
0718a8da
PA
186012014-08-19 Pedro Alves <palves@redhat.com>
18602
18603 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18604
13b448cd
YQ
186052014-08-19 Yao Qi <yao@codesourcery.com>
18606
18607 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18608 right line.
18609
1cbf5077
DB
186102014-08-18 David Blaikie <dblaikie@gmail.com>
18611
18612 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18613
bf0fae19
JB
186142014-08-18 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18617 attribute in array range.
18618
3c8c5dcc
JB
186192014-08-18 Joel Brobecker <brobecker@adacore.com>
18620
18621 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18622
e66d4446
SC
186232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18624
18625 PR c++/17132
18626 * gdb.cp/pr17132.cc: New file.
18627 * gdb.cp/pr17132.exp: New file.
18628
940df408
SC
186292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18630
18631 * gdb.python/py-xmethods.py (A_getarrayind)
18632 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18633 Use 'print' with function call syntax.
18634 (E_method_matcher.match): Fix tab vs space indentation mixup.
18635
ebcc6c3a
YQ
186362014-08-15 Yao Qi <yao@codesourcery.com>
18637
18638 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18639 false.
18640
775e0f04
YQ
186412014-08-15 Yao Qi <yao@codesourcery.com>
18642
18643 * gdb.cp/casts.exp: Set print symbol off.
18644 * gdb.cp/class2.exp: Likewise.
18645 * gdb.cp/overload.exp: Likewise.
18646 * gdb.cp/templates.exp: Likewise.
18647
d769e349
DE
186482014-08-11 Doug Evans <dje@google.com>
18649
18650 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18651 (test_load_shlib): Update.
18652
20c6f1e1
YQ
186532014-08-09 Yao Qi <yao@codesourcery.com>
18654
18655 * gdb.base/display.exp: Invoke is_address_zero_readable.
18656 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18657 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18658 * gdb.base/hbreak-unmapped.exp: Return if
18659 is_address_zero_readable returns true.
18660 * gdb.base/signest.exp: Likewise.
18661 * gdb.base/signull.exp: Likewise.
18662 * gdb.base/sigbpt.exp: Likewise.
18663 * gdb.guile/scm-disasm.exp: Do the test if
18664 is_address_zero_readable returns false.
18665 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18666 * gdb.python/py-arch.exp: Likewise.
18667 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18668 * lib/gdb.exp (is_address_zero_readable): New proc.
18669
5792e8e3
YQ
186702014-08-09 Yao Qi <yao@codesourcery.com>
18671
18672 PR testsuite/13443
18673 * gdb.mi/mi-var-display.exp: Make test messages unique.
18674
3cecbbbe
TT
186752014-08-04 Tom Tromey <tromey@redhat.com>
18676
18677 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18678 target 0".
18679
00b51ff5
TT
186802014-08-04 Tom Tromey <tromey@redhat.com>
18681
18682 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18683 "target_resume".
18684
6908c509
JB
186852014-08-01 Joel Brobecker <brobecker@adacore.com>
18686
18687 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18688 inner_vla_struct_object_size.
18689 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18690 as xfail.
18691
cc6563d2
PA
186922014-07-30 Pedro Alves <palves@redhat.com>
18693
18694 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18695 comment.
18696
7e09a223
YQ
186972014-07-29 Yao Qi <yao@codesourcery.com>
18698
18699 PR gdb/17206
18700 * gdb.base/until-nodebug.exp: New.
18701
7ebdbe92
DE
187022014-07-28 Doug Evans <xdje42@gmail.com>
18703
18704 PR guile/17203
18705 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18706 previously existing parameter, and previously ambiguously spelled
18707 parameter.
18708
fdb1adc6
WN
187092014-07-28 Will Newton <will.newton@linaro.org>
18710
18711 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18712
186fcde0
DE
187132014-07-26 Ludovic Courtès <ludo@gnu.org>
18714 Doug Evans <xdje42@gmail.com>
18715
18716 PR guile/17146
18717 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18718
70509625
PA
187192014-07-25 Pedro Alves <palves@redhat.com>
18720
18721 * gdb.threads/signal-command-handle-nopass.c: New file.
18722 * gdb.threads/signal-command-handle-nopass.exp: New file.
18723 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18724 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18725 * gdb.threads/signal-delivered-right-thread.c: New file.
18726 * gdb.threads/signal-delivered-right-thread.exp: New file.
18727
c3f814a1
PA
187282014-07-25 Pedro Alves <palves@redhat.com>
18729
18730 * gdb.base/double-prompt-target-event-error.exp
18731 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18732 match.
18733 (cancel_pagination_in_target_event): Rework double prompt
18734 detection.
18735 * gdb.base/paginate-after-ctrl-c-running.exp
18736 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18737 <return>' match.
18738 * gdb.base/paginate-bg-execution.exp
18739 (test_bg_execution_pagination_return)
18740 (test_bg_execution_pagination_cancel): Remove '-notransfer
18741 <return>' matches.
18742 * gdb.base/paginate-execution-startup.exp
18743 (test_fg_execution_pagination_return)
18744 (test_fg_execution_pagination_cancel): Remove '-notransfer
18745 <return>' matches.
18746 * gdb.base/paginate-inferior-exit.exp
18747 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18748 match.
18749 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18750 * lib/gdb.exp (pagination_prompt): Run text through
18751 string_to_regexp.
18752 (gdb_test_multiple): Match $pagination_prompt instead of
18753 "<return>".
18754 (string_to_regexp): Move to lib/gdb-utils.exp.
18755
e214cf6c
JK
187562014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18757
18758 * gdb.arch/amd64-entry-value-paramref.S: New file.
18759 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18760 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18761 * gdb.arch/amd64-optimout-repeat.S: New file.
18762 * gdb.arch/amd64-optimout-repeat.c: New file.
18763 * gdb.arch/amd64-optimout-repeat.exp: New file.
18764
17d0c5c8
JK
187652014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18766
18767 PR gdb/17170
18768 * gdb.base/statistics.exp: New file.
18769
b8b8facf
DE
187702014-07-17 Doug Evans <dje@google.com>
18771
74b49205 18772 PR gdb/17170
b8b8facf
DE
18773 * gdb.base/maint.exp: Update testing of per-command stats.
18774
1b5d0ab3
PA
187752014-07-16 Pedro Alves <palves@redhat.com>
18776
18777 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18778 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18779 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18780 (tfile_write_buf): New functions.
18781 (add_memory_block): Rewrite using the above.
18782 (adjust_function_address): New function.
18783 (FUNCTION_ADDRESS): New macro.
18784 (write_basic_trace_file): Remove short_x local, and use
18785 tfile_write_16. Change type of func_addr local to unsigned long
18786 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18787 here. Cast argument of add_memory_block to char pointer.
18788 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18789 (main): Remove parameters.
18790 * gdb.trace/tfile.exp: Remove nowarnings.
18791
4d974e88
SM
187922014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18793
18794 * gdb.base/debug-expr.exp: Test string evaluation with
18795 "debug expression" on.
18796
41e99568
PA
187972014-07-15 Pedro Alves <palves@redhat.com>
18798
18799 * gdb.base/reread.exp: Use clean_restart.
18800
487d9753
PL
188012014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18802
18803 * gdb.arch/avr-flash-qualifer.c: New.
18804 * gdb.arch/avr-flash-qualifer.exp: New.
18805
cc1c52ad
PA
188062014-07-14 Pedro Alves <palves@redhat.com>
18807
18808 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18809 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18810
1e973570
PA
188112014-07-14 Pedro Alves <palves@redhat.com>
18812
18813 * gdb.base/double-prompt-target-event-error.c: New file.
18814 * gdb.base/double-prompt-target-event-error.exp: New file.
18815
93d6eb10
PA
188162014-07-14 Pedro Alves <palves@redhat.com>
18817
18818 PR gdb/17072
18819 * gdb.base/paginate-inferior-exit.c: New file.
18820 * gdb.base/paginate-inferior-exit.exp: New file.
18821
0017922d
PA
188222014-07-14 Pedro Alves <palves@redhat.com>
18823
18824 PR gdb/17072
18825 * gdb.base/paginate-bg-execution.c: New file.
18826 * gdb.base/paginate-bg-execution.exp: New file.
18827
94696ad3
PA
188282014-07-14 Pedro Alves <palves@redhat.com>
18829
18830 PR gdb/17072
18831 * gdb.base/paginate-execution-startup.c: New file.
18832 * gdb.base/paginate-execution-startup.exp: New file.
18833 * lib/gdb.exp (pagination_prompt): New global.
18834 (default_gdb_spawn): New procedure, factored out from
18835 default_gdb_spawn.
18836 (default_gdb_start): Adjust to call default_gdb_spawn.
18837 (gdb_spawn): New procedure.
18838
bd293940
PA
188392014-07-14 Pedro Alves <palves@redhat.com>
18840
18841 * lib/gdb.exp (gdb_assert): New procedure.
18842 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18843
c933f875
PA
188442014-07-14 Pedro Alves <palves@redhat.com>
18845
18846 * gdb.base/execution-termios.c: New file.
18847 * gdb.base/execution-termios.exp: New file.
18848
d98b7a16
TT
188492014-07-14 Tom Tromey <tromey@redhat.com>
18850
18851 * gdb.cp/vla-cxx.cc: New file.
18852 * gdb.cp/vla-cxx.exp: New file.
18853
548740d6
TT
188542014-07-14 Tom Tromey <tromey@redhat.com>
18855
18856 * gdb.reverse/rerun-prec.c: New file.
18857 * gdb.reverse/rerun-prec.exp: New file.
18858
a25eb028
MR
188592014-07-12 Maciej W. Rozycki <macro@mips.com>
18860 Maciej W. Rozycki <macro@codesourcery.com>
18861
18862 * lib/gdb-utils.exp: New file.
18863 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18864 inline `gdb_init_command' processing.
18865 (gdb_start_cmd): Likewise.
18866 * lib/mi-support.exp (mi_run_cmd): Likewise.
18867 * README: Document `gdb_init_command' and `gdb_init_commands'.
18868
218c2655
JK
188692014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18870
18871 Fix false FAIL running under a very long directory name.
18872 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18873 and "set print elements 10000". Twice.
18874
5401fde3
YQ
188752014-07-11 Yao Qi <yao@codesourcery.com>
18876
18877 * gdb.base/exprs.exp: "set print symbol off".
18878
e76126e8
PA
188792014-07-11 Pedro Alves <palves@redhat.com>
18880
18881 * gdb.threads/kill.c: New file.
18882 * gdb.threads/kill.exp: New file.
18883
2d6f0de6
YQ
188842014-07-10 Yao Qi <yao@codesourcery.com>
18885
18886 * gdb.trace/tfile.c (write_basic_trace_file)
18887 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18888 address written to trace file.
18889
7180e04a
PA
188902014-07-09 Pedro Alves <palves@redhat.com>
18891
18892 * gdb.base/attach-wait-input.exp: New file.
18893 * gdb.base/attach-wait-input.c: New file.
18894
9a9a7608
AB
188952014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18896
18897 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18898 setting up test structures.
18899 (main): Call new test function.
18900 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18901 test function, continue into test function and walk test
18902 structures.
18903
161ac41e
YQ
189042014-07-02 Yao Qi <yao@codesourcery.com>
18905
18906 * gdb.trace/entry-values.c: Define labels 'foo_start' and
18907 'bar_start' at the beginning of functions 'foo' and 'bar'
18908 respectively.
18909 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
18910 instead of 'foo' and 'bar'.
18911
1f267ae3
MM
189122014-07-08 Markus Metzger <markus.t.metzger@intel.com>
18913
18914 * gdb.btrace/segv.exp: New.
18915 * gdb.btrace/segv.c: New.
18916
2b239efb
LM
189172014-07-02 Luis Machado <lgustavo@codesourcery.com>
18918
18919 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
18920 instruction.
18921
cf363f18
MW
189222014-06-30 Mark Wielaard <mjw@redhat.com>
18923
18924 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
18925 vulture, vilify, villar): New volatile array constants.
18926 (vindictive, vegetation): New const volatile array constants.
18927 * gdb.base/volatile.exp: Test volatile and const volatile array
18928 types.
18929
aebf9d24
AA
189302014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
18931
18932 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
18933 target lacks support for awatch, rwatch, or hbreak.
18934
b67a2c6f
YQ
189352014-06-27 Yao Qi <yao@codesourcery.com>
18936
18937 * gdb.multi/dummy-frame-restore.exp: New.
18938 * gdb.multi/dummy-frame-restore.c: New.
18939
aef92902
MM
189402014-06-25 Markus Metzger <markus.t.metzger@intel.com>
18941
18942 * gdb.btrace/gcore.exp: New.
18943
8e9db26e
PA
189442014-06-23 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.base/watchpoint-reuse-slot.c: New file.
18947 * gdb.base/watchpoint-reuse-slot.exp: New file.
18948
70afc5b7
SC
189492014-06-23 Siva Chandra Reddy <sivachandra@google.com>
18950
18951 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
18952 progspace's filename in 'info', 'enable' and 'disable' command
18953 tests.
18954
b972bd9c
JK
189552014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
18956
18957 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
18958 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
18959 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
18960
125f8a3d
GB
189612014-06-20 Gary Benson <gbenson@redhat.com>
18962
18963 * gdb.arch/i386-avx.exp: Fix include file location.
18964 * gdb.arch/i386-sse.exp: Likewise.
18965
3ed9baed
IB
189662014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
18967
18968 * gdb.dlang/expression.exp: New file.
18969
034f788c
PA
189702014-06-19 Pedro Alves <palves@redhat.com>
18971
18972 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
18973 out from ...
18974 (top level): ... here. Iterate running tests under different
18975 scheduler-locking settings.
18976
45371d0c
LM
189772014-06-18 Luis Machado <lgustavo@codesourcery.com>
18978
18979 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
18980 to DW_FORM_addr and use non-zero addresses.
18981
5d376983
SC
189822014-06-18 Siva Chandra Reddy <sivachandra@google.com>
18983
18984 PR gdb/17017
18985 * gdb.python/py-xmethods.cc: Add global function call counters and
18986 increment them in their respective functions. Remove "cout"
18987 statements.
18988 * gdb.python/py-xmethods.exp: Make tests check the global function
18989 call counters instead of depending on inferior IO.
18990
a1aa2221
LM
189912014-06-18 Don Breazeal <donb@codesourcery.com>
18992
18993 * gdb.base/foll-fork.exp (default_fork_parent_follow):
18994 Deleted procedure.
18995 (explicit_fork_parent_follow): Deleted procedure.
18996 (explicit_fork_child_follow): Deleted procedure.
18997 (test_follow_fork): New procedure.
18998 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 18999 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
19000 procedure calls.
19001
0fc05997
YQ
190022014-06-17 Yao Qi <yao@codesourcery.com>
19003
19004 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19005 CP1252.
19006
70795c52
LM
190072014-06-17 Luis Machado <lgustavo@codesourcery.com>
19008
19009 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19010 Initialize ptr and S explicitly.
19011 (skip_type_update_when_not_use_rtti_test): Likewise.
19012
6be47f0c
KS
190132014-06-16 Keith Seitz <keiths@redhat.com>
19014
19015 PR mi/15863
19016 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19017 the inferior is started.
19018
d03de421
PA
190192014-06-16 Pedro Alves <palves@redhat.com>
19020
19021 * gdb.base/break-main-file-remove-fail.c: New file.
19022 * gdb.base/break-main-file-remove-fail.exp: New file.
19023 * gdb.base/break-unload-file.exp: Use build_executable instead of
19024 prepare_for_testing.
19025 (test_break): New parameter "initial_load". Handle it.
19026 (top level): Add initial_load cmdline/file axis.
19027
f9579b99
TT
190282014-06-12 Tom Tromey <tromey@redhat.com>
19029
19030 * gdb.base/completion.exp: Don't use directory name in test.
19031
3657956b
GB
190322014-06-09 Gary Benson <gbenson@redhat.com>
19033
19034 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19035 separate the always-available ANSI-standard signals from the
19036 signals that require checking.
19037 (main): Likewise.
19038 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19039 Likewise.
19040 (main): Likewise.
19041
4186eb54
KS
190422014-06-07 Keith Seitz <keiths@redhat.com>
19043
19044 Revert:
19045 PR c++/16253
19046 * gdb.cp/var-tag.cc: New file.
19047 * gdb.cp/var-tag.exp: New file.
19048 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19049 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19050 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19051 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19052
25326a28 190532014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
19054
19055 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19056
829155c9
PA
190572014-06-06 Pedro Alves <palves@redhat.com>
19058
19059 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19060 in target debug output instead of looking at RSP packets,
19061 disabling the test on any target that uses hardware stepping.
19062 Update comments.
19063
61c8d22e
PA
190642014-06-06 Pedro Alves <palves@redhat.com>
19065
19066 * gdb.base/break-unload-file.exp: Fix typo.
19067
d9a47287
YQ
190682014-06-06 Yao Qi <yao@codesourcery.com>
19069
19070 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19071 from "jit_function" to "^jit_function".
19072
e5e01dbf
YQ
190732014-06-06 Yao Qi <yao@codesourcery.com>
19074
19075 * gdb.base/async.c (foo): Add one statement.
19076 * gdb.base/async.exp: Get the next instruction address and
19077 match the output of "nexti" by instruction address. Match
19078 the hex address in the output of "finish".
19079
73ba372c
GB
190802014-06-06 Gary Benson <gbenson@redhat.com>
19081
19082 * gdb.base/call-signals.c: Remove preprocessor conditionals
19083 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19084 SIGSEGV and SIGTERM.
19085 * gdb.base/sigall.c: Likewise.
19086 * gdb.base/unwindonsignal.c: Likewise.
19087 * gdb.reverse/sigall-reverse.c: Likewise.
19088
831517df
YQ
190892014-06-06 Yao Qi <yao@codesourcery.com>
19090
19091 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19092 readable, skip the test.
19093
b8b91e98
YQ
190942014-06-06 Yao Qi <yao@codesourcery.com>
19095
19096 * gdb.threads/staticthreads.c (thread_function): Move the line
19097 setting breakpoint on forward.
19098 * gdb.threads/staticthreads.exp: Update comments.
19099
fb934770
LC
191002014-06-05 Ludovic Courtès <ludo@gnu.org>
19101
19102 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19103 "history-append! type error".
19104
6ef284bd
SM
191052014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19106
19107 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19108 erroneous dprintf expected input.
19109
a872e241
DE
191102014-06-04 Doug Evans <xdje42@gmail.com>
19111
19112 * gdb.guile/scm-generics.exp: Delete.
19113
16f691fb
DE
191142014-06-04 Doug Evans <xdje42@gmail.com>
19115
19116 * gdb.guile/scm-breakpoint.exp: Update.
19117 Add tests for breakpoint registration.
19118
012370f6
TT
191192014-06-04 Tom Tromey <tromey@redhat.com>
19120
19121 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19122 VLA-in-union.
19123 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19124 inner_vla_struct, vla_union types. Initialize objects of those
19125 types and compute their sizes.
19126
9f5a4cef
HZ
191272014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19128 Hui Zhu <hui@codesourcery.com>
19129
19130 * gdb.base/fileio.exp: Add test for shell not available as well as
19131 available.
19132 * gdb.base/fileio.c (test_system): Check for shell twice.
19133
90a45c4d
YQ
191342014-06-04 Yao Qi <yao@codesourcery.com>
19135
19136 * gdb.base/auto-connect-native-target.exp: Remove redundant
19137 space from the regexp pattern.
19138
70017e41
YQ
191392014-06-04 Yao Qi <yao@codesourcery.com>
19140
19141 * gdb.base/default.exp: Replace "child" with "native" in
19142 regexp pattern.
19143
883964a7
SC
191442014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19145
19146 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19147 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19148 * gdb.python/py-xmethods.py: Python script supporting the
19149 new testcase and tests.
19150
ef370185
JB
191512014-06-03 Joel Brobecker <brobecker@adacore.com>
19152 Pedro Alves <palves@redhat.com>
19153
19154 PR breakpoints/17000
19155 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19156 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19157
1e2ccb61
BM
191582014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19159
19160 * gdb.base/subst.exp: Add tests to verify partial path matching
19161 output.
19162
c6ec5ab2
PA
191632014-06-03 Pedro Alves <palves@redhat.com>
19164
19165 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19166 target that doesn't use software single-stepping.
19167
835c559f
PA
191682014-06-03 Pedro Alves <palves@redhat.com>
19169
19170 PR breakpoints/17000
19171 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19172 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19173
06eb1586
DE
191742014-06-02 Doug Evans <xdje42@gmail.com>
19175
19176 * gdb.guile/scm-parameter.exp: New file.
19177
e698b8c4
DE
191782014-06-02 Doug Evans <xdje42@gmail.com>
19179
19180 * gdb.guile/scm-cmd.c: New file.
19181 * gdb.guile/scm-cmd.exp: New file.
19182
ded03782
DE
191832014-06-02 Doug Evans <xdje42@gmail.com>
19184
19185 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19186 pretty-printer lookup.
19187 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19188 (make-pp_s-printer): Call it.
19189 (make-pretty-printer-from-dict): New function.
19190 (lookup-pretty-printer-maker-from-dict): New function.
19191 (*pretty-printer*): Simplify.
19192 (make-objfile-pp_s-printer): New function.
19193 (install-objfile-pretty-printers!): New function.
19194 (make-progspace-pp_s-printer): New function.
19195 (install-progspace-pretty-printers!): New function.
19196 * gdb.guile/scm-progspace.c: New file.
19197 * gdb.guile/scm-progspace.exp: New file.
19198
41fac0cf
PA
191992014-06-02 Pedro Alves <palves@redhat.com>
19200
19201 * gdb.base/dprintf-bp-same-addr.c: New file.
19202 * gdb.base/dprintf-bp-same-addr.exp: New file.
19203
96ae5695
EBM
192042014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19205
19206 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19207 * gdb.arch/powerpc-power.s: Likewise.
19208
da02b3a8
JB
192092014-06-02 Joel Brobecker <brobecker@adacore.com>
19210
19211 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19212
c72b2e7b
YQ
192132014-06-01 Yao Qi <yao@codesourcery.com>
19214
19215 * gdb.base/watchpoint.exp (test_watch_location): Check null
19216 pointer can be dereferenced. If not, do the test, otherwise
19217 skip it.
19218
53e8a631
AB
192192014-05-30 Andrew Burgess <aburgess@broadcom.com>
19220
19221 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19222 results.
19223 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19224
938f0e2f
AB
192252014-05-30 Andrew Burgess <aburgess@broadcom.com>
19226
19227 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19228 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19229 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19230 * gdb.arch/amd64-invalid-stack-top.c: New file.
19231 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19232
9ba6657a
PA
192332014-05-30 Pedro Alves <palves@redhat.com>
19234
19235 PR breakpoints/17000
19236 * gdb.base/sss-bp-on-user-bp.c: New file.
19237 * gdb.base/sss-bp-on-user-bp.exp: New file.
19238
522c09bf
DB
192392014-05-30 David Blaikie <dblaikie@gmail.com>
19240
19241 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19242 gnu_inline semantics via attribute.
19243 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19244 source explicitly specifies the required semantics.
19245
bf4ef81e
MR
192462014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19247
19248 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19249
329ea579
PA
192502014-05-29 Pedro Alves <palves@redhat.com>
19251 Tom Tromey <tromey@redhat.com>
19252
19253 * gdb.base/async-shell.exp: Don't enable target-async.
19254 * gdb.base/async.exp
19255 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19256 parameter. Adjust.
19257 (top level): Don't test with "target-async".
19258 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19259 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19260 * gdb.base/inferior-died.exp: Don't enable target-async.
19261 * gdb.base/interrupt-noterm.exp: Likewise.
19262 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19263 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19264 * gdb.mi/mi-nonstop.exp: Likewise.
19265 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19266 * gdb.mi/mi-nsintrall.exp: Likewise.
19267 * gdb.mi/mi-nsmoribund.exp: Likewise.
19268 * gdb.mi/mi-nsthrexec.exp: Likewise.
19269 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19270 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19271 * gdb.python/py-evsignal.exp: Don't enable target-async.
19272 * gdb.python/py-evthreads.exp: Likewise.
19273 * gdb.python/py-prompt.exp: Likewise.
19274 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19275 * gdb.server/solib-list.exp: Don't enable target-async.
19276 * gdb.threads/thread-specific-bp.exp: Likewise.
19277 * lib/mi-support.exp: Adjust to use mi-async.
19278
fd664c91
PA
192792014-05-29 Pedro Alves <palves@redhat.com>
19280
19281 PR gdb/13860
19282 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19283 reason, even in sync mode.
19284
251bde03
PA
192852014-05-29 Pedro Alves <palves@redhat.com>
19286 Hui Zhu <hui@codesourcery.com>
19287
19288 PR PR15693
19289 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19290 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19291 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19292 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19293
7f3c0343
JB
192942014-05-28 Joel Brobecker <brobecker@adacore.com>
19295
19296 * config/monitor.exp (gdb_target_monitor): Replace use of
19297 "set remotebaud" by "set serial baud".
19298
b2715b27
AW
192992014-05-26 Andy Wingo <wingo@igalia.com>
19300
19301 * gdb.guile/scm-breakpoint.exp:
19302 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19303 properties instead of gdb-object-properties.
19304
498a4489
YQ
193052014-05-26 Yao Qi <yao@codesourcery.com>
19306
19307 * gdb.server/no-thread-db.exp: Specify source file name
19308 explicitly when setting a breakpoint.
19309
589fdceb
MM
193102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19311
19312 * gdb.btrace/vdso.c: New.
19313 * gdb.btrace/vdso.exp: New.
19314
e9089e05
MM
193152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19316
19317 * gdb.base/gcore.exp (capture_command_output): Move ...
19318 * lib/gdb.exp (capture_command_output): ... here.
19319
67b5c0c1
MM
193202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19321
19322 * gdb.btrace/data.exp: Test memory access during btrace replay.
19323
a2199296
SM
193242014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19325
19326 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19327
17b2616c
PA
193282014-05-21 Pedro Alves <palves@redhat.com>
19329
19330 PR gdb/13860
19331 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19332 (top level): Test that output related to execution commands is
19333 sent to the console with CLI commands, but not with MI commands.
19334 Test that breakpoint events are always mirrored to the console.
19335 Also expect the new source line to be output after a "next" in
19336 async mode too. Make it a pass/fail test.
19337 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19338 output.
19339 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19340
5166082f
PA
193412014-05-21 Pedro Alves <palves@redhat.com>
19342
19343 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19344 Use them to test variations of "list" after reaching a breakpoint.
19345 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19346 Test "list" with listsize 10 after reaching a breakpoint.
19347 * gdb.python/python.exp (decode_line current location line
19348 number): Adjust expected line number.
19349
2f25d70f
SM
193502014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19351
19352 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19353 behavior for $args, pass it directly to "run".
19354
ff604a67
MR
193552014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19356
19357 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19358 30000 to 65536.
19359
6a3cb8e8
PA
193602014-05-21 Pedro Alves <palves@redhat.com>
19361
19362 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19363 auto-connect-native-target off".
19364 * gdb.base/auto-connect-native-target.c: New file.
19365 * gdb.base/auto-connect-native-target.exp: New file.
19366
4ebfc96e
PA
193672014-05-21 Pedro Alves <palves@redhat.com>
19368
19369 * gdb.base/default.exp: Test "target native" instead of "target
19370 child".
19371
36d46afb
MW
193722014-05-21 Mark Wielaard <mjw@redhat.com>
19373
19374 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19375
5876f503
JK
193762014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19377
19378 Fix TLS access for -static -pthread.
19379 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19380 <HAVE_TLS> (thread_function, main): Initialize it.
19381 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19382 Add clean_restart.
19383 <$have_tls != "">: Check TLSVAR.
19384
0256a6ac
PA
193852014-05-21 Pedro Alves <palves@redhat.com>
19386
19387 * gdb.base/dcache-line-read-error.c: New.
19388 * gdb.base/dcache-line-read-error.exp: New.
19389
936d2992
PA
193902014-05-20 Pedro Alves <palves@redhat.com>
19391
19392 * gdb.base/compare-sections.c: New file.
19393 * gdb.base/compare-sections.exp: New file.
19394
802e8e6d
PA
193952014-05-20 Pedro Alves <palves@redhat.com>
19396
19397 * gdb.base/break-idempotent.c: New file.
19398 * gdb.base/break-idempotent.exp: New file.
19399
e59fa00f
MM
194002014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19401
19402 * gdb.btrace/nohist.exp: New.
19403
8b696e31
YQ
194042014-05-20 Yao Qi <yao@codesourcery.com>
19405
19406 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19407 gdb.reverse directory and gdb_reverse_timeout exists in board
19408 setting.
19409 * README: Document gdb_reverse_timeout.
19410
73c9764f
YQ
194112014-05-20 Yao Qi <yao@codesourcery.com>
19412
19413 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19414 'test_file_name'. Treat args as a string instead of a list.
19415 (gdb_init): Rename argument 'args' by 'test_file_name'.
19416
f1f4348a
JK
194172014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19418
19419 * gdb.arch/powerpc-power.exp: New file.
19420 * gdb.arch/powerpc-power.s: New file.
19421
0dbe70ce
DE
194222014-05-16 Doug Evans <dje@google.com>
19423
19424 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
19425 * gdb.base/completion.exp: Check that all expected files exist
19426 before doing file completion.
0dbe70ce 19427
8d551b02
DE
194282014-05-16 Doug Evans <dje@google.com>
19429
19430 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19431 Update.
19432 (do_syscall_tests_without_xml): Update.
19433
73eb7709
PA
194342014-05-16 Pedro Alves <palves@redhat.com>
19435
19436 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19437 instead of "unknown output after running".
19438
3fae92fc
YQ
194392014-05-16 Yao Qi <yao@codesourcery.com>
19440
19441 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19442 file1.txt from host at the end.
19443 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19444
c2b2ccc5
DE
194452014-05-15 Doug Evans <dje@google.com>
19446
19447 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19448 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19449 loading file. Add test for TU lookup.
19450
8c217a4b
SM
194512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19452
19453 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19454 calling "-exec-arguments" or "set args" before running the
19455 inferior.
19456
3deb39c6
SM
194572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19458
19459 * lib/mi-support.exp (mi_expect_stop): Expect message for
19460 inferiors that exit with non-zero exit code.
19461
71a79f8c
YQ
194622014-05-14 Yao Qi <yao@codesourcery.com>
19463
19464 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19465 match absolute path on remote host.
19466 (test_file_list_exec_source_files): Remove "/" from the
19467 pattern.
19468
f23fcd46
YQ
194692014-05-14 Yao Qi <yao@codesourcery.com>
19470
19471 * boards/local-remote-host-notty.exp (${board}_file): New
19472 proc.
19473
9404b58f
KM
194742014-05-07 Kyle McMartin <kyle@redhat.com>
19475
19476 Pushed by Joel Brobecker <brobecker@adacore.com>.
19477 * gdb.arch/aarch64-atomic-inst.c: New file.
19478 * gdb.arch/aarch64-atomic-inst.exp: New file.
19479
5e45f04c
YQ
194802014-05-07 Yao Qi <yao@codesourcery.com>
19481
19482 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19483 in current context" too.
19484
c888a17d
KS
194852014-05-05 Keith Seitz <keiths@redhat.com>
19486
19487 * gdb.linespec/ls-dollar.exp: Add test for linespec
19488 file:convenience_variable.
19489
290a839c
YQ
194902014-05-05 Yao Qi <yao@codesourcery.com>
19491
19492 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19493 traceframes into tfile and ctf trace files. Read data from
19494 trace file and test collected data.
19495 (gdb_collect_locals_test): Likewise.
19496 (gdb_unavailable_registers_test): Likewise.
19497 (gdb_unavailable_floats): Likewise.
19498 (gdb_collect_globals_test): Likewise.
19499 (top-level): Append "ctf" to trace_file_targets if GDB
19500 supports.
19501
b5262cd0
YQ
195022014-05-05 Yao Qi <yao@codesourcery.com>
19503
19504 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19505 code to ...
19506 (gdb_collect_args_test_1): ... it. New proc.
19507 (gdb_collect_locals_test): Move some code to ...
19508 (gdb_collect_locals_test_1): ... it. New proc.
19509 (gdb_unavailable_registers_test): Move some code to ...
19510 (gdb_unavailable_registers_test_1): ... it. New proc.
19511 (gdb_unavailable_floats): Move some code to ...
19512 (gdb_unavailable_floats_1): ... it. New proc.
19513
30a1e6cc
SDJ
195142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19515
19516 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19517 probes to test for bitness recognition.
19518 * gdb.arch/amd64-stap-optional-prefix.exp
19519 (test_probe_value_without_reg): New procedure.
19520 Add code to test for different kinds of bitness.
19521
f33da99a
SDJ
195222014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19523
19524 PR breakpoints/16889
19525 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19526 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19527
5b80f00d
PA
195282014-05-01 Pedro Alves <palves@redhat.com>
19529
19530 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19531 gdb_file_cmd if no file is specified.
19532 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19533 last_loaded_file to set the remote exec-file.
19534
f8c2a73c
PA
195352014-05-01 Pedro Alves <palves@redhat.com>
19536
19537 * boards/local-remote-host.exp: New file.
19538
be6e8ac7
PA
195392014-05-01 Pedro Alves <palves@redhat.com>
19540
19541 * boards/local-remote-host.exp: Rename to ...
19542 * boards/local-remote-host-notty.exp: ... this.
19543
cac0dc8f
JB
195442014-04-28 Joel Brobecker <brobecker@adacore.com>
19545
19546 * gdb.ada/dyn_arrayidx: New testcase.
19547
9730e6cc
YQ
195482014-04-26 Yao Qi <yao@codesourcery.com>
19549
19550 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19551 and compute the length of function main. Save it in
19552 $main_length.
19553 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19554 (top-level): Use gdb_compile to compile objects into
19555 executable and restart GDB. Remove invocation to
19556 prepare_for_testing.
19557
7ae1a6a6
PA
195582014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19559 Pedro Alves <palves@redhat.com>
19560
19561 PR server/16255
19562 * gdb.multi/multi-attach.c: New file.
19563 * gdb.multi/multi-attach.exp: New file.
19564
4082afcc
PA
195652014-04-25 Pedro Alves <palves@redhat.com>
19566
19567 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19568 user.
19569 (top level): Test that "set remote conditional-breakpoints-packet
19570 off" works as intended.
19571 * gdb.base/dprintf.exp: Test that "set remote
19572 breakpoint-commands-packet off" works as intended.
19573 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19574 New function.
19575 (top level): Call it.
19576 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19577 remote fast-tracepoints-packet off" works as intended.
19578 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19579 * lib/gdb.exp (gdb_is_target_remote): ... here.
19580
2abc3f8d
DB
195812014-04-24 David Blaikie <dblaikie@gmail.com>
19582
19583 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19584 ensure clang would not discard them.
19585 * gdb.base/gdbvars.c: Ditto.
19586 * gdb.base/memattr.c: Ditto.
19587 * gdb.base/whatis.c: Ditto.
19588 * gdb.python/py-prettyprint.c: Ditto.
19589 * gdb.trace/actions.c: Ditto.
19590 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19591 ensure clang would not discard it.
19592
bfd39632
DB
195932014-04-24 David Blaikie <dblaikie@gmail.com>
19594
19595 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19596 clang to emit the full definition of type required by the test
19597 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19598
22842ff6
DB
195992014-04-24 David Blaikie <dblaikie@gmail.com>
19600
19601 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19602 coax Clang into emitting the definition of the type.
19603 * gdb.cp/pr10728-x.h (y): Ditto.
19604 * gdb.cp/pr10728-y.cc (y): Ditto.
19605
c2e827ad
DB
196062014-04-24 David Blaikie <dblaikie@gmail.com>
19607
19608 * gdb.base/label.exp: XFAIL label related tests under Clang.
19609 * gdb.cp/cplabel.exp: Ditto.
19610 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19611 under Clang those using labels.
19612
4c2d33e7
YQ
196132014-04-25 Yao Qi <yao@codesourcery.com>
19614
19615 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19616 double_label.
19617 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19618 partial_label and double_label.
19619
56083b99
DB
196202014-04-24 David Blaikie <dblaikie@gmail.com>
19621
19622 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19623
25d4e99d
DB
196242014-04-24 David Blaikie <dblaikie@gmail.com>
19625
19626 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19627 of the function to work across GCC and Clang.
19628 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19629 pointer types (const void ** const V void **).
19630
01f9f808
MS
196312014-04-24 Michael Sturm <michael.sturm@mintel.com>
19632 Walfred Tedeschi <walfred.tedeschi@intel.com>
19633
19634 * Makefile.in (EXECUTABLES): Added i386-avx512.
19635 * gdb.arch/i386-avx512.c: New file.
19636 * gdb.arch/i386-avx512.exp: Likewise.
19637
4b48d439
KS
196382014-04-23 Keith Seitz <keiths@redhat.com>
19639
19640 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19641 (mi_make_breakpoint_table): New procedure.
19642 (mi_create_breakpoint): Use mi_make_breakpoint
19643 and return the result.
19644 (mi_make_breakpoint): New procedure.
19645 (mi_build_kv_pairs): New procedure.
19646
19647 * gdb.mi/mi-break.exp: Remove unused globals,
19648 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19649 All callers updated.
19650 * gdb.mi/mi-dprintf.exp: Use variable to track command
19651 number.
19652 Update all callers of mi_create_breakpoint and use
19653 mi_make_breakpoint_table.
19654 Remove any unused global variables.
19655 * gdb.mi/mi-nonstop.exp: Likewise.
19656 * gdb.mi/mi-nsintrall.exp: Likewise.
19657 * gdb.mi/mi-nsmoribund.exp: Likewise.
19658 * gdb.mi/mi-nsthrexec.exp: Likewise.
19659 * gdb.mi/mi-reverse.exp: Likewise.
19660 * gdb.mi/mi-simplerun.exp: Likewise.
19661 * gdb.mi/mi-stepn.exp: Likewise.
19662 * gdb.mi/mi-syn-frame.exp: Likewise.
19663 * gdb.mi/mi-until.exp: Likewise.
19664 * gdb.mi/mi-var-cp.exp: Likewise.
19665 * gdb.mi/mi-var-display.exp: Likewise.
19666 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19667 * gdb.mi/mi2-var-child.exp: Likewise.
19668 * gdb.mi/mi-vla-c99.exp: Likewise.
19669 * lib/mi-support.exp: Likewise.
19670
19671 From Ian Lance Taylor <iant@cygnus.com>:
19672 * lib/gdb.exp (parse_args): New procedure.
19673
08351840
PA
196742014-04-23 Pedro Alves <palves@redhat.com>
19675
19676 * gdb.base/break-unload-file.c: New file.
19677 * gdb.base/break-unload-file.exp: New file.
19678 * gdb.base/sym-file-lib.c (baz): New function.
19679 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19680 field.
19681 (load): Store the segment's mapped size.
19682 (unload): New function.
19683 (unload_shlib): New function.
19684 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19685 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19686 set a breakpoint at baz, and call it.
19687 * gdb.base/sym-file.exp: New tests for stale breakpoint
19688 instructions.
19689
076855f9
PA
196902014-04-23 Pedro Alves <palves@redhat.com>
19691
19692 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19693 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19694 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19695 * gdb.base/hbreak-unmapped.c: New file.
19696 * gdb.base/hbreak-unmapped.exp: New file.
19697 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19698 * lib/gdb.exp (gdb_is_target_remote): ... here.
19699
483805cf
PA
197002014-04-22 Pedro Alves <palves@redhat.com>
19701
19702 * gdb.base/consecutive-step-over.c: New file.
19703 * gdb.base/consecutive-step-over.exp: New file.
19704
06d97543
PA
197052014-04-22 Pedro Alves <palves@redhat.com>
19706
19707 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19708 instead of send_gdb/gdb_expect.
19709
b4429ea2
YQ
197102014-04-22 Yao Qi <yao@codesourcery.com>
19711
19712 * lib/trace-support.exp (generate_tracefile): New procedure.
19713 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19714 return 0.
19715 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19716 if generate_tracefile returns 1.
19717
51d48146
PA
197182014-04-18 Tom Tromey <palves@redhat.com>
19719 Pedro alves <tromey@redhat.com>
19720
19721 PR backtrace/15558
19722 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19723 with a backtrace limit.
19724 * gdb.python/py-frame-inline.exp: Test running to an inline
19725 function with a backtrace limit, and printing the newest frame.
19726 * gdb.python/py-frame-inline.c (main): Call f.
19727
bd1dce5f
MS
197282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19729
19730 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19731
40d1a503
MS
197322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19733
19734 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19735 Drop prefix from unsupported source file path.
19736
389b98f7
YQ
197372014-04-17 Yao Qi <yao@codesourcery.com>
19738
19739 * lib/gdb.exp (with_target_charset): New proc.
19740 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19741 with_target_charset.
19742 (test_print_strings): Likewise.
19743 (test_repeat_bytes): Likewise.
19744 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19745 for some tests.
19746
22869d73
KS
197472014-04-16 Keith Seitz <keiths@redhat.com>
19748
19749 PR gdb/15827
19750 * gdb.dwarf2/corrupt.c: New file.
19751 * gdb.dwarf2/corrupt.exp: New file.
19752
c4f87ca6
KS
197532014-04-16 Keith Seitz <keiths@redhat.com>
19754
19755 PR c++/16597
19756 * gdb.cp/namelessclass.cc: New file.
19757 * gdb.cp/namelessclass.exp: New file.
19758 * gdb.cp/namelessclass.S: New file.
19759
ab19de87
DE
197602014-04-16 Doug Evans <dje@google.com>
19761
19762 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19763 Add comment.
19764 (gdbserver_default_get_comm_port): New function.
19765 (gdbserver_start): Check if board file provided
19766 "gdbserver,get_comm_port" and use it if so.
19767 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19768 (gdb,socketport): Set to "stdio".
19769 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19770 (stdio_gdbserver_template): Delete.
19771 (${board}_get_remote_address): Update.
19772 (${board}_build_remote_cmd): Delete.
19773 (${board}_get_comm_port): New function.
19774 (${board}_spawn): Update.
19775 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19776 Delete.
19777 (${board}_get_remote_address): Update.
19778 (${board}_get_comm_port): New function.
19779
fc98a809
AB
197802014-04-16 Andrew Burgess <aburgess@broadcom.com>
19781
19782 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19783 appearing in any order.
19784
87fd9e6e
DE
197852014-04-15 Doug Evans <dje@google.com>
19786
19787 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19788 uninitialized value of "description".
19789
099fc3ea
KS
197902014-04-15 Keith Seitz <keiths@redhat.com>
19791
19792 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19793 Remove unused globals.
19794 (test_running_the_program): Likewise.
19795 (test_controlled_execution): Likewise.
19796 (test_controlling_breakpoints): Likewise.
19797 (test_program_termination): Likewise.
19798
5da151d4
KS
197992014-04-15 Keith Seitz <keiths@redhat.com>
19800
19801 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19802 unused globals.
19803 (test_rbreak_creation_and_listing): Likewise.
19804 (test_ignore_count): Likewise.
19805 (test_error): Likewise.
19806
35e5d2f0
PA
198072014-04-15 Pedro Alves <palves@redhat.com>
19808
19809 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19810 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19811 sym-file-loader.c.
19812 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19813 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19814 to sym-file-loader.c.
19815 (struct library): Forward declare.
19816 (load_shlib, lookup_function): Change prototypes.
19817 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19818 (translate_offset): Remove declarations.
19819 (get_text_addr): New declaration.
19820 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19821 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19822 sym-file-loader.h.
19823 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19824 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19825 here from sym-file-loader.h.
19826 (struct library): New structure.
19827 (load_shlib, lookup_function): Change prototypes and adjust to
19828 work with a struct library.
19829 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19830 (translate_offset): Make static.
19831 (get_text_addr): New function.
19832 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19833
eb4c1710
PA
198342014-04-15 Pedro Alves <palves@redhat.com>
19835
19836 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19837
2d1baf52
PA
198382014-04-15 Pedro Alves <palves@redhat.com>
19839
19840 * gdb.base/sym-file-loader.c: Include <limits.h>.
19841 (SELF_LINK): New define.
19842 (get_origin): New function.
19843 (load_shlib): Use it.
19844 * gdb.base/sym-file.exp: Don't early return if the target is
19845 remote. Use runto_main, and issue fail is that fails. Use
19846 gdb_load_shlibs.
19847 (shlib_name): Delete.
19848 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19849
7dd6df01
PA
198502014-04-15 Pedro Alves <palves@redhat.com>
19851
19852 * gdb.base/sym-file.exp: Remove regex characters from test
19853 message. Don't refer to breakpoint numbers in test messages.
19854
b50c8614
KS
198552014-04-14 Keith Seitz <keiths@redhat.com>
19856
19857 PR c++/16253
19858 * gdb.cp/var-tag.cc: New file.
19859 * gdb.cp/var-tag.exp: New file.
19860 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19861 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19862 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19863 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19864
3d567982
TT
198652014-04-14 Tom Tromey <tromey@redhat.com>
19866
19867 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19868 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19869 type.
19870 * gdb.cp/enum-class.exp: New file.
19871 * gdb.cp/enum-class.cc: New file.
19872
0626fc76
TT
198732014-04-14 Tom Tromey <tromey@redhat.com>
19874
19875 * gdb.dwarf2/enum-type.exp: New file.
19876
dca325b3
SA
198772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19878
19879 * gdb.mi/mi-vla-c99.exp: New file.
19880 * gdb.mi/vla.c: New file.
19881
5854b38a
SA
198822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19883
19884 * gdb.base/vla-datatypes.c: New file.
19885 * gdb.base/vla-datatypes.exp: New file.
19886
463bb957
SA
198872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19888
19889 * gdb.base/vla-ptr.c: New file.
19890 * gdb.base/vla-ptr.exp: New file.
19891
3dd170be
SA
198922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19893
19894 * gdb.dwarf2/count.exp: New file.
19895
5ecaaa66
SA
198962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19897
19898 * gdb.base/vla-sideeffect.c: New file.
19899 * gdb.base/vla-sideeffect.exp: New file.
19900
41f1ada5
DB
199012014-04-14 David Blaikie <dblaikie@gmail.com>
19902
19903 * gdb.mi/non-stop.c: Add return value for non-void function return
19904 statement.
19905 * gdb.threads/staticthreads.c: Ditto.
19906
0be03e84
DE
199072014-04-12 Siva Chandra Reddy <sivachandra@google.com>
19908 Doug Evans <xdje42@gmail.com>
19909
19910 * gdb.guile/scm-value.c: Improve test case.
19911 * gdb.guile/scm-value.exp: Add new test.
19912
f180a1fb
DB
199132014-04-11 David Blaikie <dblaikie@gmail.com>
19914
19915 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
19916 override Clang's default.
19917
6b662e19
JB
199182014-04-11 Joel Brobecker <brobecker@adacore.com>
19919
19920 Revert the following changes (regressions):
19921
19922 * gdb.base/vla-sideeffect.c: New file.
19923 * gdb.base/vla-sideeffect.exp: New file.
19924
19925 * gdb.dwarf2/count.exp: New file.
19926
19927 * gdb.base/vla-multi.c: New file.
19928 * gdb.base/vla-multi.exp: New file.
19929
19930 * gdb.base/vla-ptr.c: New file.
19931 * gdb.base/vla-ptr.exp: New file.
19932
19933 * gdb.base/vla-datatypes.c: New file.
19934 * gdb.base/vla-datatypes.exp: New file.
19935
19936 * gdb.mi/mi-vla-c99.exp: New file.
19937 * gdb.mi/vla.c: New file.
19938
245a5f0b
KS
199392014-04-11 Keith Seitz <keiths@redhat.com>
19940
19941 PR c++/16675
19942 * gdb.cp/cpsizeof.exp: New file.
19943 * gdb.cp/cpsizeof.cc: New file.
19944
58a84dcf
SA
199452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19946
191a8a90
JB
19947 * gdb.mi/mi-vla-c99.exp: New file.
19948 * gdb.mi/vla.c: New file.
58a84dcf 19949
c8655f75
SA
199502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19951
19952 * gdb.base/vla-datatypes.c: New file.
19953 * gdb.base/vla-datatypes.exp: New file.
19954
024e13b4
SA
199552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19956
19957 * gdb.base/vla-ptr.c: New file.
19958 * gdb.base/vla-ptr.exp: New file.
19959
1a237e0e
SA
199602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19961
19962 * gdb.base/vla-multi.c: New file.
19963 * gdb.base/vla-multi.exp: New file.
19964
504f3432
SA
199652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19966
19967 * gdb.dwarf2/count.exp: New file.
19968
3bce8237
SA
199692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
19970
191a8a90
JB
19971 * gdb.base/vla-sideeffect.c: New file.
19972 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 19973
322f9c21
YQ
199742014-04-11 Yao Qi <yao@codesourcery.com>
19975
19976 * gdb.base/completion.exp: Check file exists before running tests
19977 on file completion.
19978
d708bcd1
PA
199792014-04-10 Pedro Alves <palves@redhat.com>
19980
19981 * gdb.base/cond-eval-mode.c: New file.
19982 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
19983 prepare_for_testing to build the new file. Check result of
19984 runto_main.
19985 (test_break, test_watch): New procedures.
19986 (top level): Use them.
19987
ae1d2761
PM
199882014-04-08 Pierre Muller <muller@sourceware.org>
19989
19990 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
19991 Ctrl-V use for mingw hosts.
19992
7af389b8
SC
199932014-04-07 Siva Chandra Reddy <sivachandra@google.com>
19994
19995 * gdb.python/py-value.c: Improve test case.
19996 * gdb.python/py-value.exp: Add new test.
19997
5e703181
DE
199982014-04-07 David Blaikie <dblaikie@gmail.com>
19999
20000 * lib/compiler.c: Identify the clang compiler.
20001 * lib/compiler.cc: Ditto.
20002
9810b410
YQ
200032014-04-03 Yao Qi <yao@codesourcery.com>
20004
20005 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20006
98d1b8dc
AB
200072014-04-01 Anton Blanchard <anton@samba.org>
20008
20009 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20010 messages unique.
20011
3114cea1
AB
200122014-04-01 Anton Blanchard <anton@samba.org>
20013
20014 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20015 prepare_for_testing.
20016
62f7182c
AB
200172014-04-01 Anton Blanchard <anton@samba.org>
20018
20019 * gdb.arch/ppc64-atomic-inst.c: Remove.
20020 * gdb.arch/ppc64-atomic-inst.S: New file.
20021 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20022
770e7fc7
DE
200232014-03-31 Doug Evans <dje@google.com>
20024
20025 * gdb.base/print-symbol-loading-lib.c: New file.
20026 * gdb.base/print-symbol-loading-main.c: New file.
20027 * gdb.base/print-symbol-loading.exp: New file.
20028
46e2bafa
YQ
200292014-03-31 Yao Qi <yao@codesourcery.com>
20030
20031 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20032
8776cfe9
JB
200332014-03-28 Joel Brobecker <brobecker@adacore.com>
20034
20035 * gdb.ada/mi_dyn_arr: New testcase.
20036
5d1ef361
DE
200372014-03-27 Doug Evans <dje@google.com>
20038
20039 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20040
b5bee914
YQ
200412014-03-27 Yao Qi <yao@codesourcery.com>
20042
20043 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20044 if target is nios2-*-*.
20045
0d4d0e77
YQ
200462014-03-26 Yao Qi <yao@codesourcery.com>
20047
20048 * lib/gdb.exp (readline_is_used): New proc.
20049 * gdb.base/completion.exp: Move tests on command complete up.
20050 Skip the rest of tests if readline is not used.
20051 * gdb.ada/complete.exp: Skp the test if readline is not
20052 used.
20053 * gdb.base/filesym.exp: Likewise.
20054 * gdb.base/macscp.exp: Likewise.
20055 * gdb.base/readline-ask.exp: Likewise.
20056 * gdb.base/readline.exp: Likewise.
20057 * gdb.python/py-cmd.exp: Likewise.
20058 * gdb.trace/tfile.exp: Likewise.
20059
29361eee
YQ
200602014-03-26 Yao Qi <yao@codesourcery.com>
20061
20062 * gdb.base/macscp.exp: Fix code format issues.
20063
bc9a5525
UW
200642014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20065
20066 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20067 * gdb.asm/powerpc64le.inc: New file.
20068
d3839ede
PA
200692014-03-25 Pedro Alves <palves@redhat.com>
20070 Doug Evans <dje@google.com>
20071
20072 * gdb.base/source-execution.c: New file.
20073 * gdb.base/source-execution.exp: New file.
20074 * gdb.base/source-execution.gdb: New file.
20075
01672a57
DE
200762014-03-24 Doug Evans <dje@google.com>
20077
20078 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20079 using fission.
20080
88bbeca9
HZ
200812014-03-24 Hui Zhu <hui@codesourcery.com>
20082 Pedro Alves <palves@redhat.com>
20083
20084 PR breakpoints/16101
20085 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20086 test pass/fail messages. Detect missing support for dprintf when
20087 breakpoints are actually inserted.
20088 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20089 breakpoints are actually inserted.
20090 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20091 fails.
20092
d2348791
JK
200932014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20094
20095 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20096
feef67ab
DE
200972014-03-22 Doug Evans <xdje42@gmail.com>
20098
20099 * gdb.python/python.exp (python not supported): Verify multi-line
20100 python command issues an error.
25d743f9 20101 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 20102 guile command issues an error.
feef67ab 20103
ecebef6a
MR
201042014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20105
20106 * gdb.threads/thread-specific.exp: Handle the lack of usable
20107 $this_breakpoint and $this_thread.
20108
ccdd1909
HZ
201092014-03-21 Hui Zhu <hui@codesourcery.com>
20110
20111 * gdb.base/attach.exp (do_command_attach_tests): New.
20112
beb460e8
PA
201132014-03-20 Tom Tromey <tromey@redhat.com>
20114 Pedro Alves <palves@redhat.com>
20115
20116 PR cli/15718
20117 * gdb.base/condbreak-call-false.c: New file.
20118 * gdb.base/condbreak-call-false.exp: New file.
20119
40acf43a
PA
201202014-03-20 Pedro Alves <palves@redhat.com>
20121
20122 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20123 Delete.
20124 (block_signals, unblock_signals): Delete.
20125 (child_function_2, main): Remove references to deleted variable
20126 and functions.
20127
9f5e1e02
PA
201282014-03-20 Pedro Alves <palves@redhat.com>
20129
20130 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20131 Use pthread_kill to signal thread 2.
20132 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20133 Adjust to make the test send itself a signal rather than using the
20134 host's "kill" command.
20135
99619bea
PA
201362014-03-20 Pedro Alves <palves@redhat.com>
20137
20138 * gdb.threads/multiple-step-overs.c: New file.
20139 * gdb.threads/multiple-step-overs.exp: New file.
20140 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20141 Adjust expected infrun debug output.
20142
2adfaa28
PA
201432014-03-20 Pedro Alves <palves@redhat.com>
20144
20145 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20146 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20147
31e77af2
PA
201482014-03-20 Pedro Alves <palves@redhat.com>
20149
20150 PR breakpoints/7143
20151 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20152 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20153 of gdb_test_multiple.
20154 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20155 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20156
b9f437de
PA
201572014-03-20 Pedro Alves <palves@redhat.com>
20158
20159 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20160 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20161
05adc73e
PA
201622014-03-19 Pedro Alves <palves@redhat.com>
20163
20164 * gdb.base/async.exp: Remove early return.
20165
6048b950
PA
201662014-03-19 Pedro Alves <palves@redhat.com>
20167
20168 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20169
8bcfb00a
PA
201702014-03-19 Pedro Alves <palves@redhat.com>
20171
20172 * gdb.base/async.exp (test_background): Expect \r\n after
20173 "completed." in the fail pattern.
20174
884e37dc
PA
201752014-03-19 Pedro Alves <palves@redhat.com>
20176
20177 * gdb.base/async.exp (test_background): New procedure.
20178 Use it for all background execution command tests.
20179
148e57e2
PA
201802014-03-19 Pedro Alves <palves@redhat.com>
20181
20182 * gdb.base/async.exp: Use prepare_for_testing.
20183
f48088c7
PA
201842014-03-19 Pedro Alves <palves@redhat.com>
20185
20186 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20187 the same line.
20188
e2f6c966
PA
201892014-03-19 Pedro Alves <palves@redhat.com>
20190
20191 * gdb.base/async.c (main): Add "jump here" and "until here" line
20192 marker comments.
20193 * gdb.base/async.exp (jump_here): New global.
20194 (jump& test): Use it.
20195 (until_here): New global.
20196 (until& test): Use it.
20197
c30568d4
PA
201982014-03-19 Pedro Alves <palves@redhat.com>
20199
20200 * gdb.base/async.exp: Don't frob gdb_protocol.
20201
0172b6a7
DE
202022014-03-18 Doug Evans <xdje42@gmail.com>
20203
20204 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20205 Fix spelling of exec-done-display.
20206
06c868a8
JK
202072014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20208
20209 PR gdb/15358
20210 * gdb.base/gdb-sigterm.c: New file.
20211 * gdb.base/gdb-sigterm.exp: New file.
20212
0c7e1a46
PA
202132014-03-18 Pedro Alves <palves@redhat.com>
20214
20215 PR gdb/13860
20216 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20217 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20218 solib-event.
20219
f7c77d93
JB
202202014-03-17 Joel Brobecker <brobecker@adacore.com>
20221
20222 * gdb.ada/pckd_arr_ren: New testcase.
20223
5a1e8c7a
DE
202242014-03-13 Doug Evans <xdje42@gmail.com>
20225
20226 PR guile/16612
20227 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20228 collect after discarding symbols.
20229
350e1a76
DE
202302014-03-13 Ludovic Courtès <ludo@gnu.org>
20231 Doug Evans <xdje42@gmail.com>
20232
20233 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20234 to history survives a gc.
20235
a69900ae
PA
202362014-03-13 Pedro Alves <palves@redhat.com>
20237
20238 * gdb.base/default.exp: Don't test "target procfs".
20239
5db9f0bd
PA
202402014-03-13 Pedro Alves <palves@redhat.com>
20241
20242 * gdb.base/default.exp: Update "target child" and "target procfs"
20243 tests to not expect "Unix".
20244
b3ccfe11
TT
202452014-03-12 Tom Tromey <tromey@redhat.com>
20246
20247 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20248 New procs. Add target-async tests.
20249 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20250 Add target-async tests.
20251
646f4417
AA
202522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20253
20254 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20255 'func_start' and 'func_end' for the beginning and end of the
20256 function code, respectively.
20257 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20258 'func_end' instead of 'func' and 'main'.
20259
288c211f
AA
202602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20261
20262 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20263 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20264 generate the debug info assembler source.
20265
e0c0f156
AA
202662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20267
20268 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20269 * gdb.dwarf2/arr-subrange.exp: Likewise.
20270 * gdb.dwarf2/dwz.exp: Likewise.
20271 * gdb.dwarf2/method-ptr.exp: Likewise.
20272 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20273 * gdb.dwarf2/subrange.exp: Likewise.
20274 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20275 * gdb.dwarf2/implptrpiece.exp: Likewise.
20276 * gdb.dwarf2/nostaticblock.exp: Likewise.
20277
0e5c4555
AA
202782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20279
20280 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20281 directory to absolute path name arguments.
20282
5ec18f2b
JG
202832014-03-10 Joel Brobecker <brobecker@adacore.com>
20284
20285 * gdb.ada/tagged_access: New testcase.
20286
847fc4f2
MM
202872014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20288
20289 * gdb.btrace/data.exp: Update expected output.
20290
cc3da688
YQ
202912014-03-06 Yao Qi <yao@codesourcery.com>
20292
20293 * gdb.trace/pr16508.exp: New file.
20294
0f26cec1
PA
202952014-03-05 Pedro Alves <palves@redhat.com>
20296
20297 PR gdb/16575
20298 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20299 procedure.
20300 (top level): Adjust to use it. Add tests that exercise breakpoint
20301 interaction with the code-cache.
20302
7a5a839f
LC
203032014-02-26 Ludovic Courtès <ludo@gnu.org>
20304
20305 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20306 test for 'history-append!'.
20307
31aa7e4e
JB
203082014-02-26 Joel Brobecker <brobecker@adacore.com>
20309
20310 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20311 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20312 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20313 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20314 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20315 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20316
1b588015
JB
203172014-02-26 Joel Brobecker <brobecker@adacore.com>
20318
20319 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20320 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20321 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20322
55426c9d
JB
203232014-02-26 Joel Brobecker <brobecker@adacore.com>
20324
20325 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20326
dc53a7ad
JB
203272014-02-26 Joel Brobecker <brobecker@adacore.com>
20328
20329 * gdb.dwarf2/arr-stride.c: New file.
20330 * gdb.dwarf2/arr-stride.exp: New file.
20331
12ab52e9
PA
203322014-02-26 Pedro Alves <palves@redhat.com>
20333
20334 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20335 that won't ever trigger. Make sure that GDB reports the correct
20336 breakpoint that caused the stop.
20337
849c862e
JK
203382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20339
20340 PR gdb/16626
20341 * gdb.base/auto-load-script: New file.
20342 * gdb.base/auto-load.c: New file.
20343 * gdb.base/auto-load.exp: New file.
20344
71b7d793
JK
20345 PR gdb/16626
20346 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20347
e2f0d509
JK
203482014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20349
20350 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20351 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20352
50cc37c8
DE
203532014-02-24 Doug Evans <dje@google.com>
20354
20355 * lib/gdb.exp (run_on_host): Log error output if program fails.
20356
ea4758f2
PA
203572014-02-21 Pedro Alves <palves@redhat.com>
20358
20359 * gdb.threads/step-after-sr-lock.c: Rename to ...
20360 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20361 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20362 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20363 ... this.
20364
d7b30f67
SDJ
203652014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20366
20367 PR tdep/16397
20368 * gdb.arch/amd64-stap-special-operands.exp: New file.
20369 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20370 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20371 * gdb.arch/amd64-stap-triplet.S: Likewise.
20372 * gdb.arch/amd64-stap-triplet.c: Likewise.
20373
83deb43f
JB
203742014-02-20 Joel Brobecker <brobecker@adacore.com>
20375
20376 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20377 in .section pseudo-op.
20378
adde2bff
DE
203792014-02-20 lin zuojian <manjian2006@gmail.com>
20380 Joel Brobecker <brobecker@adacore.com>
20381 Doug Evans <xdje42@gmail.com>
20382
20383 PR symtab/16581
20384 * gdb.dwarf2/dw2-icycle.S: New file.
20385 * gdb.dwarf2/dw2-icycle.c: New file.
20386 * gdb.dwarf2/dw2-icycle.exp: New file.
20387
f7bd0f78
SC
203882014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20389
20390 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20391 operations on gdb.Value objects.
20392 * gdb.python/py-value-cc.exp: Add new test to test operations on
20393 gdb.Value objects.
20394
c17ef0d5
DE
203952014-02-18 Doug Evans <dje@google.com>
20396
20397 * Makefile.in (TESTS): New variable.
20398 (expanded_tests, expanded_tests_or_none): New variables
20399 (check-single): Pass $(expanded_tests_or_none) to runtest.
20400 (check-parallel): Only run tests in $(TESTS) if non-empty.
20401 (check/no-matching-tests-found): New rule.
20402 * README: Document TESTS makefile variable.
20403
5dd3176f
DE
204042014-02-18 Doug Evans <dje@google.com>
20405
20406 * Makefile.in (check-parallel): rm -rf outputs temp.
20407
0b10be4f
JK
204082014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20409
20410 Fix "ERROR: no fileid for" in the testsuite.
20411 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20412
85f224e7
DE
204132014-02-12 Doug Evans <dje@google.com>
20414
20415 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20416 (MISCELLANEOUS): New variable.
20417 (clean): rm -rf $(MISCELLANEOUS).
20418 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20419 dwp live in the same directory as symlinks, with each symlink pointed
20420 to a differently named file in a different directory.
20421
149b30ff
DE
204222014-02-11 Doug Evans <dje@google.com>
20423
20424 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20425 of Tcl file commands.
20426
1dfdac32
MK
204272014-02-10 Mark Kettenis <kettenis@gnu.org>
20428
20429 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20430 "kill -SIGUSR1 -1".
20431
aa4fb036
JB
204322014-02-10 Joel Brobecker <brobecker@adacore.com>
20433
20434 * gdb.ada/tick_length_array_enum_idx: New testcase.
20435
ed3ef339
DE
204362014-02-10 Doug Evans <xdje42@gmail.com>
20437
20438 * configure.ac (AC_OUTPUT): Add gdb.guile.
20439 * configure: Regenerate.
20440 * lib/gdb-guile.exp: New file.
20441 * lib/gdb.exp (get_target_charset): New function.
20442 * gdb.base/help.exp: Update expected output from "apropos apropos".
20443 * gdb.guile/Makefile.in: New file.
20444 * gdb.guile/guile.exp: New file.
20445 * gdb.guile/scm-arch.c: New file.
20446 * gdb.guile/scm-arch.exp: New file.
20447 * gdb.guile/scm-block.c: New file.
20448 * gdb.guile/scm-block.exp: New file.
20449 * gdb.guile/scm-breakpoint.c: New file.
20450 * gdb.guile/scm-breakpoint.exp: New file.
20451 * gdb.guile/scm-disasm.c: New file.
20452 * gdb.guile/scm-disasm.exp: New file.
20453 * gdb.guile/scm-equal.c: New file.
20454 * gdb.guile/scm-equal.exp: New file.
20455 * gdb.guile/scm-error.exp: New file.
20456 * gdb.guile/scm-error.scm: New file.
20457 * gdb.guile/scm-frame-args.c: New file.
20458 * gdb.guile/scm-frame-args.exp: New file.
20459 * gdb.guile/scm-frame-args.scm: New file.
20460 * gdb.guile/scm-frame-inline.c: New file.
20461 * gdb.guile/scm-frame-inline.exp: New file.
20462 * gdb.guile/scm-frame.c: New file.
20463 * gdb.guile/scm-frame.exp: New file.
20464 * gdb.guile/scm-generics.exp: New file.
20465 * gdb.guile/scm-gsmob.exp: New file.
20466 * gdb.guile/scm-iterator.c: New file.
20467 * gdb.guile/scm-iterator.exp: New file.
20468 * gdb.guile/scm-math.c: New file.
20469 * gdb.guile/scm-math.exp: New file.
20470 * gdb.guile/scm-objfile-script-gdb.in: New file.
20471 * gdb.guile/scm-objfile-script.c: New file.
20472 * gdb.guile/scm-objfile-script.exp: New file.
20473 * gdb.guile/scm-objfile.c: New file.
20474 * gdb.guile/scm-objfile.exp: New file.
20475 * gdb.guile/scm-ports.exp: New file.
20476 * gdb.guile/scm-pretty-print.c: New file.
20477 * gdb.guile/scm-pretty-print.exp: New file.
20478 * gdb.guile/scm-pretty-print.scm: New file.
20479 * gdb.guile/scm-section-script.c: New file.
20480 * gdb.guile/scm-section-script.exp: New file.
20481 * gdb.guile/scm-section-script.scm: New file.
20482 * gdb.guile/scm-symbol.c: New file.
20483 * gdb.guile/scm-symbol.exp: New file.
20484 * gdb.guile/scm-symtab-2.c: New file.
20485 * gdb.guile/scm-symtab.c: New file.
20486 * gdb.guile/scm-symtab.exp: New file.
20487 * gdb.guile/scm-type.c: New file.
20488 * gdb.guile/scm-type.exp: New file.
20489 * gdb.guile/scm-value-cc.cc: New file.
20490 * gdb.guile/scm-value-cc.exp: New file.
20491 * gdb.guile/scm-value.c: New file.
20492 * gdb.guile/scm-value.exp: New file.
20493 * gdb.guile/source2.scm: New file.
20494 * gdb.guile/types-module.cc: New file.
20495 * gdb.guile/types-module.exp: New file.
20496
7026a7c1
YQ
204972014-02-10 Yao Qi <yao@codesourcery.com>
20498
20499 PR testsuite/16543
20500 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20501 * configure: Regenerated.
20502 * Makefile.in: New file.
20503
6c466447
AS
205042014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20505
20506 * gdb.python/py-framefilter.exp: Fix typo.
20507
6e854735
YQ
205082014-02-08 Yao Qi <yao@codesourcery.com>
20509
20510 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20511 that no =breakpoint-modified is emitted when breakpoints are
20512 modified through MI commands.
20513
d137e6dc
PA
205142014-02-07 Pedro Alves <pedro@codesourcery.com>
20515 Pedro Alves <palves@redhat.com>
20516
20517 * gdb.threads/step-after-sr-lock.c: New file.
20518 * gdb.threads/step-after-sr-lock.exp: New file.
20519
b5ee5a50
PA
205202014-02-07 Pedro Alves <palves@redhat.com>
20521
20522 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20523
3c77faf3
JK
205242014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20525
20526 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20527 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20528
6dddc817
DE
205292014-02-06 Doug Evans <xdje42@gmail.com>
20530
20531 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20532 output.
20533
20534 * gdb.gdb/python-interrupts.exp: New file.
20535
de7b2893
YQ
205362014-02-05 Yao Qi <yao@codesourcery.com>
20537
20538 * gdb.trace/report.exp (use_collected_data): Test the output
20539 of "info threads" and "info inferiors".
20540
66d032ac
YQ
205412014-02-05 Yao Qi <yao@codesourcery.com>
20542
20543 Revert this patch:
20544
20545 2013-05-24 Yao Qi <yao@codesourcery.com>
20546
20547 * gdb.trace/tfile.exp: Test inferior and thread.
20548
591a12a1
UW
205492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20550
20551 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20552 on a function.
20553 * gdb.base/step-bt.c: Call hello via function pointer to make
20554 sure its first instruction is executed on powerpc64le-linux.
20555
0ff3e01f
UW
205562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20557
20558 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20559
084ee545
UW
205602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20561
20562 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20563 of the test patterns for use on little-endian systems.
20564
6ed14ff3
UW
205652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20566
20567 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20568 (decimal_vector): Fix for little-endian.
20569
401e27fd
JM
205702014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20571
20572 * gdb.arch/sparc-sysstep.exp: New file.
20573 * gdb.arch/sparc-sysstep.c: Likewise.
20574
20575 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20576
8b924729
EBM
205772014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20578
20579 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20580
fb151210
JB
205812014-01-23 Tom Tromey <tromey@redhat.com>
20582
20583 * gdb.ada/array_char_idx: New testcase.
20584
0740f8d8
TT
205852014-01-23 Tom Tromey <tromey@redhat.com>
20586
20587 PR python/16487:
20588 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20589 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20590 classes.
20591
21909fa1
TT
205922014-01-23 Tom Tromey <tromey@redhat.com>
20593
20594 PR python/16491:
20595 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20596 string from an inferior frame.
20597 * gdb.python/py-framefilter-mi.exp: Update.
20598
87ce2a04
DE
205992014-01-22 Doug Evans <dje@google.com>
20600
20601 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20602
237b092b
AA
206032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20604
20605 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20606
d674a709
AA
206072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20608
20609 * gdb.trace/entry-values.exp: Remove excess space character from
20610 regex patterns. Handle s390 call instruction.
20611
20fa3390
AA
206122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20613
20614 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20615 define "*_start" label. Make "name" static.
20616 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20617 ${name} by references to ${name}_start.
20618
78466714
AA
206192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20620
20621 * gdb.base/info-macros.exp: Remove "debug" from the compile
20622 options.
20623
ec9f644a
IB
206242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20625
20626 * gdb.dlang/demangle.exp: New file.
20627
94b1b47e
IB
206282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20629
20630 * gdb.dlang/primitive-types.exp: New file.
20631
7f420862
IB
206322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20633
20634 * configure.ac: Create gdb.dlang/Makefile.
20635 * configure: Regenerate.
20636 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20637 * gdb.dlang/Makefile.in: New file.
20638 * lib/d-support.exp: New file.
20639 * lib/gdb.exp (skip_d_tests): New proc.
20640
52834460
MM
206412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20642
20643 * gdb.btrace/delta.exp: Check reverse stepi.
20644 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20645 * gdb.btrace/finish.exp: New.
20646 * gdb.btrace/next.exp: New.
20647 * gdb.btrace/nexti.exp: New.
20648 * gdb.btrace/record_goto.c: Add comments.
20649 * gdb.btrace/step.exp: New.
20650 * gdb.btrace/stepi.exp: New.
20651 * gdb.btrace/multi-thread-step.c: New.
20652 * gdb.btrace/multi-thread-step.exp: New.
20653 * gdb.btrace/rn-dl-bind.c: New.
20654 * gdb.btrace/rn-dl-bind.exp: New.
20655 * gdb.btrace/data.c: New.
20656 * gdb.btrace/data.exp: New.
20657 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20658
6e07b1d2
MM
206592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20660
20661 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20662 * gdb.btrace/exception.exp: Update.
20663 * gdb.btrace/instruction_history.exp: Update.
20664 * gdb.btrace/record_goto.exp: Update.
20665 * gdb.btrace/tailcall.exp: Update.
20666 * gdb.btrace/unknown_functions.exp: Update.
20667 * gdb.btrace/delta.exp: New.
20668
0b722aec
MM
206692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20670
20671 * gdb.btrace/record_goto.exp: Add backtrace test.
20672 * gdb.btrace/tailcall.exp: Add backtrace test.
20673
066ce621
MM
206742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20675
20676 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20677 * gdb.btrace/record_goto.c: New.
20678 * gdb.btrace/record_goto.exp: New.
20679 * gdb.btrace/x86-record_goto.S: New.
20680
0688d04e
MM
206812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20682
20683 * gdb.btrace/function_call_history.exp: Update tests.
20684 * gdb.btrace/instruction_history.exp: Update tests.
20685
8710b709
MM
206862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20687
20688 * gdb.btrace/function_call_history.exp: Fix expected field
20689 order for "record function-call-history".
20690 Add new tests for "record function-call-history /c".
20691 * gdb.btrace/exception.cc: New.
20692 * gdb.btrace/exception.exp: New.
20693 * gdb.btrace/tailcall.exp: New.
20694 * gdb.btrace/x86-tailcall.S: New.
20695 * gdb.btrace/x86-tailcall.c: New.
20696 * gdb.btrace/unknown_functions.c: New.
20697 * gdb.btrace/unknown_functions.exp: New.
20698 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20699
5de9129b
MM
207002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20701
20702 * gdb.btrace/instruction_history.exp: Update.
20703 * gdb.btrace/function_call_history.exp: Update.
20704
23a7fe75
MM
207052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20706
20707 * gdb.btrace/function_call_history.exp: Fix expected function
20708 trace.
20709 * gdb.btrace/instruction_history.exp: Initialize traced.
20710 Remove traced_functions.
20711
724c7dd8
MM
207122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20713
20714 * gdb.btrace/function_call_history.exp: Update
20715 * gdb.btrace/instruction_history.exp: Update.
20716
6d78d93b
MM
207172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20718
20719 * gdb.btrace/enable.exp: Update expected text.
20720
93a360cc
OJ
207212014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20722
20723 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20724 bytes.
20725
3772b53f
MR
207262014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20727
20728 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20729
596662fa
OJ
207302014-01-15 Omair Javaid <omair.javaid@linaro.org>
20731
20732 * lib/gdb.exp (supports_process_record): Return true for
20733 arm*-linux*. (supports_reverse): Likewise.
20734
b5b08fb4
SC
207352014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20736
20737 PR python/15464
20738 PR python/16113
20739 * gdb.python/py-type.c: Enhance test case.
20740 * gdb.python/py-value-cc.cc: Likewise
20741 * gdb.python/py-type.exp: Add new tests.
20742 * gdb.python/py-value-cc.exp: Likewise
20743
52d7fb13
AA
207442014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20745 Pedro Alves <palves@redhat.com>
20746
20747 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20748 Make "name" extern.
20749 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20750 references to ${name}_start by references to ${name}.
20751
a2cd8cfe
JB
207522014-01-10 Joel Brobecker <brobecker@adacore.com>
20753
20754 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20755
4e23fced
JB
207562014-01-10 Joel Brobecker <brobecker@adacore.com>
20757
20758 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20759
c6a9e42c
PA
207602014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20761 Pedro Alves <palves@redhat.com>
20762
20763 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 20764 mi_gdb_target_load.
c6a9e42c 20765
b7ea362b
PA
207662014-01-08 Pedro Alves <palves@redhat.com>
20767
20768 * gdb.threads/reconnect-signal.c: New file.
20769 * gdb.threads/reconnect-signal.exp: New file.
20770
5e3f4fab
EBM
207712014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20772
20773 * gdb.base/source-dir.exp: New file.
20774
79301218
JB
207752014-01-07 Joel Brobecker <brobecker@adacore.com>
20776
20777 * gdb.ada/mi_interface: New testcase.
20778
8e355c5d
JB
207792014-01-07 Joel Brobecker <brobecker@adacore.com>
20780
20781 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20782 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20783 gdb.ada/pp-rec-component/pck.ads: New files.
20784
c0d48811
JB
207852014-01-07 Joel Brobecker <brobecker@adacore.com>
20786
20787 * gdb.python/py-pp-integral.c: New file.
20788 * gdb.python/py-pp-integral.py: New file.
20789 * gdb.python/py-pp-integral.exp: New file.
20790
17b609c3 20791For older changes see ChangeLog-1993-2013.
c906108c 20792\f
8d8cb839
EZ
20793;; Local Variables:
20794;; mode: change-log
20795;; left-margin: 8
20796;; fill-column: 74
20797;; version-control: never
20798;; End:
902f2ccb 20799
b811d2c2 20800 Copyright 2014-2020 Free Software Foundation, Inc.
902f2ccb
MC
20801 Copying and distribution of this file, with or without modification,
20802 are permitted provided the copyright notice and this notice are preserved.
This page took 4.049369 seconds and 4 git commands to generate.