]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
Fix duplicate label in gdb.dwarf2/dw2-op-out-param.S
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-08-12 Gary Benson <gbenson@redhat.com>
2
3 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
4
52020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
8 unset the array variable.
9
102020-08-03 Tom de Vries <tdevries@suse.de>
11
12 PR symtab/26333
13 * lib/dwarf.exp (DW_LNE_user): New proc.
14 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
15 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
16
172020-07-31 Kevin Buettner <kevinb@redhat.com>
18
19 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
20 to 'uintptr_t'
21 (inttypes.h): Include.
22
232020-07-31 Kevin Buettner <kevinb@redhat.com>
24
25 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
26 (C5_24k): Delete.
27 (C5_8k, C5_64k, C5_256k): New macros.
28 (buf_ro): Allocate 256 KiB of initialized data.
29
302020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
31
32 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
33 that attempt to overwrite an existing condition with a condition
34 that fails parsing and also with a condition that parses fine
35 but contains junk at the end.
36
372020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
38
39 * gdb.base/condbreak-bad.c: New test.
40 * gdb.base/condbreak-bad.exp: New file.
41
422020-07-30 Tom de Vries <tdevries@suse.de>
43
44 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
45 out of ...
46 (GDBInfoModuleSymbols::check_entry): ... here.
47 (GDBInfoModuleSymbols::check_optional_entry): New proc.
48 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
49 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
50
512020-07-30 Tom de Vries <tdevries@suse.de>
52
53 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
54 "__class_some_module_Number_t" optional.
55
562020-07-29 Tom de Vries <tdevries@suse.de>
57
58 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
59 multiple locations.
60
612020-07-29 Tom de Vries <tdevries@suse.de>
62
63 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
64 rather than function name.
65
662020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
67
68 PR symtab/26270:
69 * gdb.cp/disasm-func-name.cc: New file.
70 * gdb.cp/disasm-func-name.exp: New file.
71
722020-07-28 Tom Tromey <tromey@adacore.com>
73
74 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
75 'varval' location.
76
772020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
78
79 * gdb.python/py-unwind.py: Update to make use of a register
80 descriptor.
81
822020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 * gdb.python/py-arch-reg-names.exp: Add additional tests.
85
862020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
87
88 PR fortran/23051
89 PR fortran/26139
90 * gdb.fortran/class-allocatable-array.exp: New file.
91 * gdb.fortran/class-allocatable-array.f90: New file.
92 * gdb.fortran/pointer-to-pointer.exp: New file.
93 * gdb.fortran/pointer-to-pointer.f90: New file.
94
952020-07-25 Tom de Vries <tdevries@suse.de>
96
97 PR symtab/26243
98 * gdb.dwarf2/dw2-line-number-zero.c: New test.
99 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
100
1012020-07-24 Tom de Vries <tdevries@suse.de>
102
103 PR testsuite/26293
104 * gdb.ada/mi_prot.exp: Require gnatmake-8.
105
1062020-07-23 Pedro Alves <pedro@palves.net>
107
108 * gdb.server/server-kill.exp (prepare): New, factored out from the
109 top level.
110 (kill_server): New.
111 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
112 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
113
1142020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
115
116 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
117
1182020-07-22 Sandra Loosemore <sandra@codesourcery.com>
119
120 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
121 Initialize to empty string at top level.
122 (gdb_wrapper_init): Revert check for file existence on build.
123 Build the wrapper in its default place, not a build-specific
124 location. When host == build, make the pathname absolute.
125 (gdb_compile): Delete leftover declaration of
126 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
127 string instead of uninitialized.
128
1292020-07-22 Kevin Buettner <kevinb@redhat.com>
130
131 * gdb.base/corefile2.exp: New file.
132 * gdb.base/coremaker2.exp: New file.
133
1342020-07-22 Kevin Buettner <kevinb@redhat.com>
135
136 * gdb.base/coredump-filter.exp: Add second
137 non-Private-Shared-Anon-File test.
138 (test_disasm): Rename binfile for test which is expected
139 to fail.
140
1412020-07-22 Kevin Buettner <kevinb@redhat.com>
142
143 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
144 data in core file".
145 * gdb.base/coremaker.c (buf2ro): New global.
146 (mmapdata): Add a read-only mmap mapping.
147
1482020-07-22 Kevin Buettner <kevinb@redhat.com>
149
150 PR corefiles/25631
151 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
152 New test.
153 * gdb.base/coremaker.c (buf3): New global.
154 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
155 flags.
156
1572020-07-22 Kevin Buettner <kevinb@redhat.com>
158
159 * gdb.base/coremaker.c (filler_ro): New global constant.
160
1612020-07-22 Tom Tromey <tromey@adacore.com>
162
163 * gdb.ada/mi_prot.exp: New file.
164 * gdb.ada/mi_prot/pkg.adb: New file.
165 * gdb.ada/mi_prot/pkg.ads: New file.
166 * gdb.ada/mi_prot/prot.adb: New file.
167
1682020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
169
170 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
171 loads two JITers.
172
1732020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.python/py-arch-reg-groups.exp: Additional tests.
176
1772020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
178
179 * gdb.python/py-arch-reg-names.exp: Additional tests.
180
1812020-07-21 Tom de Vries <tdevries@suse.de>
182
183 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
184 breakpoint locations".
185 * gdb.reverse/solib-reverse.exp: Same.
186
1872020-07-21 Tom de Vries <tdevries@suse.de>
188
189 * gdb.reverse/step-reverse.c (callee): Merge statements.
190
1912020-07-21 Tom de Vries <tdevries@suse.de>
192
193 * gdb.fortran/info-modules.exp (info module variables): Allow missing
194 line numbers for some variables.
195
1962020-07-21 Tom de Vries <tdevries@suse.de>
197
198 * gdb.opt/inline-locals.c (init_array): New func.
199 (func1): Use init_array.
200 * gdb.opt/inline-locals.exp: Update pattern.
201
2022020-07-21 Tom de Vries <tdevries@suse.de>
203
204 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
205 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
206
2072020-07-20 Ludovic Courtès <ludo@gnu.org>
208
209 * gdb.guile/source2.scm: Add #f first argument to 'format'.
210 * gdb.guile/types-module.exp: Remove "ERROR:" from
211 regexps since Guile 3.0 no longer prints that.
212
2132020-07-20 Ludovic Courtès <ludo@gnu.org>
214
215 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
216 error regexp to match on Guile 2.2.
217
2182020-07-20 Gary Benson <gbenson@redhat.com>
219
220 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
221 with clang.
222
2232020-07-20 Tom de Vries <tdevries@suse.de>
224
225 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
226 (omp_set_lock_in_order): New function.
227 (single_scope, multi_scope, nested_func, nested_parallel): Use
228 omp_set_lock_in_order and omp_unset_lock.
229 (main): Init and destroy lock and lock2.
230
2312020-07-20 Tom de Vries <tdevries@suse.de>
232
233 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
234
2352020-07-20 Tom de Vries <tdevries@suse.de>
236
237 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
238
2392020-07-17 Tom de Vries <tdevries@suse.de>
240
241 * gdb.base/valgrind-infcall-2.c: New test.
242 * gdb.base/valgrind-infcall-2.exp: New file.
243 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
244
2452020-07-17 Tom de Vries <tdevries@suse.de>
246
247 * gdb.dlang/circular.c (found): Use found_label as label name.
248 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
249 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
250 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
251 * gdb.dwarf2/ada-linkage-name.exp: Same.
252 * gdb.dwarf2/arr-subrange.exp: Same.
253 * gdb.dwarf2/atomic-type.exp: Same.
254 * gdb.dwarf2/comp-unit-lang.exp: Same.
255 * gdb.dwarf2/cpp-linkage-name.exp: Same.
256 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
257 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
258 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
259 * gdb.dwarf2/implptr-64bit.exp: Same.
260 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
261 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
262 * gdb.dwarf2/imported-unit.exp: Same.
263 * gdb.dwarf2/main-subprogram.exp: Same.
264 * gdb.dwarf2/missing-type-name.exp: Same.
265 * gdb.dwarf2/nonvar-access.exp: Same.
266 * gdb.dwarf2/struct-with-sig.exp: Same.
267 * gdb.dwarf2/typedef-void-finish.exp: Same.
268 * gdb.dwarf2/void-type.exp: Same.
269
2702020-07-17 Tom de Vries <tdevries@suse.de>
271
272 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
273 src parameter.
274 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
275 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
276 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
277 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
278 * gdb.dwarf2/dwz.exp: Same.
279 * gdb.dwarf2/implptr-optimized-out.exp: Same.
280 * gdb.dwarf2/implref-array.exp: Same.
281 * gdb.dwarf2/implref-const.exp: Same.
282 * gdb.dwarf2/implref-global.exp: Same.
283 * gdb.dwarf2/implref-struct.exp: Same.
284 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
285 * gdb.dwarf2/opaque-type-lookup.exp: Same.
286 * gdb.dwarf2/var-access.exp: Same.
287 * gdb.dwarf2/varval.exp: Same.
288 * gdb.trace/entry-values.exp: Same.
289
2902020-07-17 Tom de Vries <tdevries@suse.de>
291
292 * lib/dwarf.exp (Dwarf::extern): Remove.
293 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
294 * gdb.dlang/circular.exp: Same.
295 * gdb.dwarf2/comp-unit-lang.exp: Same.
296 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
297 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
298 * gdb.dwarf2/dwz.exp: Same.
299 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
300 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
301 * gdb.dwarf2/imported-unit.exp: Same.
302 * gdb.dwarf2/opaque-type-lookup.exp: Same.
303
3042020-07-16 Sandra Loosemore <sandra@codesourcery.com>
305
306 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
307 Use double quotes instead of single quotes.
308
3092020-07-16 Caroline Tice <cmtice@google.com>
310
311 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
312 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
313
3142020-07-16 Tom de Vries <tdevries@suse.de>
315
316 * lib/dwarf.exp (program): Initialize _line.
317 (DW_LNE_end_sequence): Reinitialize _line.
318 (DW_LNS_advance_line): Update _line.
319 (line): New proc.
320 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
321 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
322 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
323 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
324 * gdb.dwarf2/dw2-is-stmt.exp: Same.
325 * gdb.dwarf2/dw2-ranges-func.exp: Same.
326
3272020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
328
329 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
330 generic.
331
3322020-07-15 Tom de Vries <tdevries@suse.de>
333
334 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
335 is_amd64_regs_target.
336
3372020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
338
339 * gdb.fortran/ptype-on-functions.exp: Add more tests.
340 * gdb.fortran/ptype-on-functions.f90: Likewise.
341
3422020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
343
344 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
345 values in documentation for addr_size to 4 and 8.
346
3472020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
348
349 * gdb.arch/amd64-osabi.exp: Update.
350 * gdb.arch/arm-disassembler-options.exp: Update.
351 * gdb.arch/powerpc-disassembler-options.exp: Update.
352 * gdb.arch/ppc64-symtab-cordic.exp: Update.
353 * gdb.arch/s390-disassembler-options.exp: Update.
354 * gdb.base/all-architectures.exp.tcl: Update.
355 * gdb.base/attach-pie-noexec.exp: Update.
356 * gdb.base/catch-syscall.exp: Update.
357 * gdb.xml/tdesc-arch.exp: Update.
358
3592020-07-14 Tom de Vries <tdevries@suse.de>
360
361 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
362 (local_gettid): ... this.
363 (fn): Update.
364
3652020-07-13 Sandra Loosemore <sandra@codesourcery.com>
366
367 * gdb.base/info_sources.exp: Skip directory match tests on
368 remote hosts.
369
3702020-07-13 Gary Benson <gbenson@redhat.com>
371
372 * gdb.base/savedregs.exp (caller): Use parentheses to
373 make expected expression evaluation ordering explicit.
374
3752020-07-13 Gary Benson <gbenson@redhat.com>
376
377 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
378
3792020-07-13 Gary Benson <gbenson@redhat.com>
380
381 * gdb.base/bigcore.c (main): Use a volatile pointer when
382 attempting to trigger a SIGSEGV.
383 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
384 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
385 * gdb.base/savedregs.c (thrower): Likewise.
386 * gdb.mi/mi-syn-frame.c (bar): Likewise.
387
3882020-07-13 Gary Benson <gbenson@redhat.com>
389
390 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
391 defining and using VLA structure fields into...
392 * gdb.base/vla-struct-fields.c: New file.
393 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
394 tests into...
395 * gdb.base/vla-struct-fields.exp: New file.
396
3972020-07-13 Tom de Vries <tdevries@suse.de>
398
399 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
400 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
401 * gdb.base/gold-gdb-index.exp: Same.
402 * gdb.base/morestack.exp: Same.
403
4042020-07-11 Daniel Xu <dxu@dxuuu.xyz>
405
406 PR rust/26121
407 * gdb.rust/modules.rs: Prevent linker from discarding test
408 symbol.
409
4102020-07-10 Pedro Alves <pedro@palves.net>
411
412 PR gdb/26199
413 * gdb.multi/multi-target.c (exit_thread): New.
414 (thread_start): Break loop if EXIT_THREAD.
415 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
416 (top level) Call test_no_resumed.
417
4182020-07-08 Tom Tromey <tromey@adacore.com>
419
420 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
421 * gdb.ada/catch_ex.exp: Examine catchpoint text.
422
4232020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
424
425 PR python/22748
426 * gdb.opt/inline-frame-tailcall.c: New file.
427 * gdb.opt/inline-frame-tailcall.exp: New file.
428 * gdb.python/py-unwind-inline.c: New file.
429 * gdb.python/py-unwind-inline.exp: New file.
430 * gdb.python/py-unwind-inline.py: New file.
431
4322020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.python/py-arch-reg-groups.exp: New file.
435
4362020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.python/py-arch-reg-names.exp: New file.
439
4402020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
441
442 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
443 gdb.PendingFrame.architecture method.
444
4452020-07-06 Tom de Vries <tdevries@suse.de>
446
447 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
448
4492020-07-03 Pedro Alves <palves@redhat.com>
450
451 * gdb.base/structs2.c (main): Adjust second parem_reg call to
452 explicitly write negative numbers.
453 * gdb.base/structs2.exp: Adjust expected output.
454
4552020-07-03 Pedro Alves <palves@redhat.com>
456
457 * gdb.base/charset.c (init_string): Change all char parameters to
458 unsigned char parameters.
459
4602020-07-03 Pedro Alves <palves@redhat.com>
461
462 * gdb.base/call-sc.exp (start_scalars_test): Use
463 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
464 * gdb.base/overlays.c: Remove references to PARAMS.
465 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
466 * gdb.base/reread.exp: Don't set 'prototypes' global.
467 * gdb.base/structs.exp (start_structs_test): Use
468 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
469 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
470 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
471 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
472 call.
473 * gdb.base/varargs.exp: Don't set 'prototypes' global.
474
4752020-07-03 Pedro Alves <palves@redhat.com>
476
477 * gdb.base/m32rovly.c: Delete.
478 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
479
4802020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
481
482 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
483 of gdb_py_test_multiple.
484 * gdb.python/py-cmd.exp: Likewise.
485 * gdb.python/py-events.exp: Likewise.
486 * gdb.python/py-function.exp: Likewise.
487 * gdb.python/py-inferior.exp: Likewise.
488 * gdb.python/py-infthread.exp: Likewise.
489 * gdb.python/py-linetable.exp: Likewise.
490 * gdb.python/py-parameter.exp: Likewise.
491 * gdb.python/py-value.exp: Likewise.
492
4932020-06-30 Tom de Vries <tdevries@suse.de>
494
495 PR testsuite/26175
496 * lib/future.exp (gdb_default_target_compile): Detect and handle
497 early_flags.
498
4992020-06-29 Simon Marchi <simon.marchi@efficios.com>
500
501 * boards/simavr.exp (gdb_load): Catch errors when closing
502 previous connection. Close connection, wait for process and
503 unset simavr_spawn_id on failure.
504
5052020-06-29 Tom de Vries <tdevries@suse.de>
506
507 * lib/gdb.exp (unknown): Make test-case unresolved.
508
5092020-06-29 Tom de Vries <tdevries@suse.de>
510
511 PR gdb/25475
512 * gdb.server/solib-list.exp: Verify that the symbol reload
513 confirmation question is asked.
514
5152020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
516
517 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
518 have a input seq nr in each pass message.
519 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
520 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
521 * gdb.python/python.exp: Make test names unique,
522 use gdb_test_multiline instead of gdb_py_test_multiple,
523 use $gdb_test_name.
524 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
525
5262020-06-26 Nick Alcock <nick.alcock@oracle.com>
527
528 * configure.ac: Add --enable-libctf.
529 * aclocal.m4: sinclude ../config/enable.m4.
530 * Makefile.in (site.exp): Add enable_libctf to site.exp.
531 * lib/gdb.exp (skip_ctf_tests): Use it.
532 * gdb.base/ctf-constvars.exp: Error message tweak.
533 * gdb.base/ctf-ptype.exp: Likewise.
534 * configure: Regenerate.
535
5362020-06-26 Gary Benson <gbenson@redhat.com>
537
538 * gdb.cp/try_catch.cc: Include string.h.
539 (main): Replace comparison against string literal with
540 strcmp, avoiding build failure with -Wstring-compare.
541 Add "marker test-complete".
542 * gdb.cp/try_catch.exp: Run the test to the above marker,
543 then verify that the value of "test" is still true.
544
5452020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
548
5492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
552
5532020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
554
555 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
556 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
557 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
558 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
559 * gdb.arch/riscv-tdesc-loading.exp: New file.
560
5612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
564
5652020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
566
567 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
568 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
569 * gdb.arch/riscv-tdesc-regs.c: New file.
570 * gdb.arch/riscv-tdesc-regs.exp: New file.
571
5722020-06-24 Pedro Alves <palves@redhat.com>
573
574 * gdb.arch/amd64-entry-value-paramref.exp: Use
575 prepare_for_testing_full and don't pass "c++" for the .S file
576 build spec.
577 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
578 $options, since it's an assembly file. Remove -Wno-deprecated.
579 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
580 compiling C++ programs.
581
5822020-06-24 Pedro Alves <palves@redhat.com>
583
584 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
585 Clang, add "-Wno-unknown-warning-option" to the options.
586
5872020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * gdb.xml/tdesc-reload.c: New file.
590 * gdb.xml/tdesc-reload.exp: New file.
591 * gdb.xml/maint-xml-dump-01.xml: New file.
592 * gdb.xml/maint-xml-dump-02.xml: New file.
593 * gdb.xml/maint-xml-dump.exp: New file.
594
5952020-06-23 Sandra Loosemore <sandra@codesourcery.com>
596
597 * lib/completion-support.exp (test_gdb_completion_offers_commands):
598 Adjust for omitted commands when TUI is disabled.
599
6002020-06-23 Gary Benson <gbenson@redhat.com>
601 Pedro Alves <palves@redhat.com>
602
603 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
604 * gdb.cp/nsimport.cc: Likewise.
605 * gdb.cp/nsnested.cc: Likewise.
606 * gdb.cp/nsnoimports.cc: Likewise.
607 * gdb.cp/nsusing.cc: Likewise.
608 * gdb.cp/smartp.cc: Likewise.
609 * gdb.python/py-pp-integral.c: Likewise.
610 * gdb.python/py-pp-re-notag.c: Likewise.
611
6122020-06-23 Gary Benson <gbenson@redhat.com>
613
614 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
615 * gdb.cp/nsimport.cc: Likewise.
616 * gdb.cp/nsnested.cc: Likewise.
617 * gdb.cp/nsnoimports.cc: Likewise.
618 * gdb.cp/nsusing.cc: Likewise.
619 * gdb.cp/smartp.cc: Likewise.
620 * gdb.python/py-pp-integral.c: Likewise.
621 * gdb.python/py-pp-re-notag.c: Likewise.
622
6232020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
624
625 * gdb.base/default-args.exp: New test.
626 * gdb.base/default-args.c: New file.
627 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
628 * gdb.base/default.exp: Update to new help text.
629 * gdb.base/help.exp: Likewise.
630 * gdb.base/page.exp: Likewise.
631 * gdb.base/style.exp: Likewise.
632 * gdb.guile/guile.exp: Likewise.
633 * gdb.python/python.exp: Likewise.
634
6352020-06-22 Sandra Loosemore <sandra@codesourcery.com>
636
637 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
638 remote host. Fix search path syntax on Windows host.
639
6402020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
641
642 * gdb.base/attach.exp: Test priority of 'exec-file' changed
643 over 'exec-file-mismatch'.
644 * gdb.base/attach.c: Mark should_exit volatile.
645 * gdb.base/attach2.c: Likewise. Add a comment explaining
646 why the sleep cannot be big.
647 * gdb.base/attach3.c: New file.
648
6492020-06-20 Sandra Loosemore <sandra@codesourcery.com>
650
651 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
652 prefix optional.
653
6542020-06-20 Sandra Loosemore <sandra@codesourcery.com>
655
656 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
657 for remote host.
658
6592020-06-19 Sandra Loosemore <sandra@codesourcery.com>
660 Hafiz Abid Qadeer <abidh@codesourcery.com>
661
662 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
663 file sent to remote host.
664 (top level): Allow int32_t as type of 32-bit register.
665
6662020-06-19 Tom de Vries <tdevries@suse.de>
667
668 * lib/gdb.exp (gdb_note): New proc.
669 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
670 (gdb_default_target_compile): ... here. Only call
671 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
672 (use_gdb_compile): Change to array.
673 (toplevel): Update sets of use_gdb_compile to specify language.
674 Warn about default_target_compile override. Store dejagnu's version
675 of default_target_compile in dejagnu_default_target_compile.
676
6772020-06-18 Tom de Vries <tdevries@suse.de>
678
679 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
680 (default_gdb_init): ... here.
681
6822020-06-17 Sandra Loosemore <sandra@codesourcery.com>
683
684 Fix TUI support checks in gdb.tui tests.
685
686 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
687 just say UNSUPPORTED.
688 * gdb.tui/corefile-run.exp: Likewise.
689 * gdb.tui/empty.exp: Likewise.
690 * gdb.tui/list-before.exp: Likewise.
691 * gdb.tui/list.exp: Likewise.
692 * gdb.tui/main.exp: Likewise.
693 * gdb.tui/regs.exp: Likewise.
694 * gdb.tui/resize.exp: Likewise.
695 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
696 * gdb.tui/tui-layout-asm.exp: Likewise.
697 * gdb.tui/tui-missing-src.exp: Likewise.
698 * gdb.tui/winheight.exp: Likewise.
699 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
700
7012020-06-17 Sandra Loosemore <sandra@codesourcery.com>
702
703 Fix TCL error in gdb.python/py-format-string.exp.
704
705 * gdb.python/py-format-string.exp: Move test for python support
706 earlier, out of function body.
707
7082020-06-15 Simon Marchi <simon.marchi@efficios.com>
709
710 * gdb.base/index-cache-load-twice.c: New.
711 * gdb.base/index-cache-load-twice.exp: New.
712
7132020-06-17 Keith Seitz <keiths@redhat.com>
714
715 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
716 when executing "gdb --configuration".
717
7182020-06-17 Tom de Vries <tdevries@suse.de>
719
720 * lib/gdb.exp (gdb_tcl_unknown): New proc.
721 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
722 conditional on presence of gdb_tcl_unknown.
723 (gdb_finish): Make override undo conditional on presence of
724 gdb_tcl_unknown.
725
7262020-06-16 Tom Tromey <tom@tromey.com>
727
728 * gdb.python/tui-window.py (failwin): New function. Register it
729 as a TUI window type.
730 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
731
7322020-06-16 Gary Benson <gbenson@redhat.com>
733
734 * gdb.python/py-nested-maps.c (create_map): Add missing return
735 value.
736 (create_map_map): Likewise.
737
7382020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
739
740 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
741 variable.
742 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
743 and use the already-defined 'options' variable.
744
7452020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
746 Tom de Vries <tdevries@suse.de>
747
748 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
749 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
750 (gdb_setup_known_globals): New proc.
751 (gdb_cleanup_globals): New proc.
752 * lib/gdb.exp (load_lib): New override proc.
753 (gdb_stdin_log_init): Set var in_file as persistent global.
754 * lib/pascal.exp (gdb_stdin_log_init): Set vars
755 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
756 fpc_compiler as persistent global.
757
7582020-06-12 Tom de Vries <tdevries@suse.de>
759
760 * lib/tuiterm.exp (spawn): Rename to ...
761 (tui_spawn): ... this.
762 (toplevel): Move rename of spawn ...
763 (gdb_init_tuiterm): ... here. New proc.
764 (gdb_finish_tuiterm): New proc.
765 * lib/gdb.exp (gdb_finish_hooks): New global var.
766 (gdb_finish): Handle gdb_finish_hooks.
767 (tuiterm_env): New proc.
768 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
769 tuiterm_env.
770 * gdb.tui/basic.exp: Same.
771 * gdb.tui/corefile-run.exp: Same.
772 * gdb.tui/empty.exp: Same.
773 * gdb.tui/list-before.exp: Same.
774 * gdb.tui/list.exp: Same.
775 * gdb.tui/main.exp: Same.
776 * gdb.tui/new-layout.exp: Same.
777 * gdb.tui/regs.exp: Same.
778 * gdb.tui/resize.exp: Same.
779 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
780 * gdb.tui/tui-layout-asm.exp: Same.
781 * gdb.tui/tui-missing-src.exp: Same.
782 * gdb.tui/winheight.exp: Same.
783
7842020-06-12 Tom de Vries <tdevries@suse.de>
785
786 PR testsuite/26110
787 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
788 (gdb_finish): Reinstall dejagnu's override of ::unknown.
789
7902020-06-11 Tom Tromey <tom@tromey.com>
791
792 PR gdb/18318:
793 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
794 floating point tests.
795
7962020-06-11 Keith Seitz <keiths@redhat.com>
797
798 PR gdb/21356
799 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
800 vla_struct.
801 Add new struct vla_typedef and union vla_typedef_union and
802 corresponding instantiation objects.
803 Initialize new objects.
804 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
805 and vla_typedef_union_object.
806 Fixup type for vla_struct_object.
807
8082020-06-11 Tom de Vries <tdevries@suse.de>
809
810 * lib/gdb.exp (with_override): New proc, factored out of ...
811 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
812
8132020-06-10 Tom de Vries <tdevries@suse.de>
814
815 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
816
8172020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
818
819 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
820 parameter, update callers.
821
8222020-06-04 Simon Marchi <simon.marchi@efficios.com>
823
824 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
825 * gdb.dwarf2/share-psymtabs-bt.c: New file.
826 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
827
8282020-06-04 Tom de Vries <tdevries@suse.de>
829
830 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
831
8322020-06-04 Tom de Vries <tdevries@suse.de>
833
834 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
835 exp_continue.
836
8372020-06-04 Tom de Vries <tdevries@suse.de>
838
839 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
840
8412020-06-03 Tom de Vries <tdevries@suse.de>
842
843 PR symtab/26046
844 * gdb.cp/breakpoint-locs-2.cc: New test.
845 * gdb.cp/breakpoint-locs.cc: New test.
846 * gdb.cp/breakpoint-locs.exp: New file.
847 * gdb.cp/breakpoint-locs.h: New test.
848
8492020-06-03 Tom de Vries <tdevries@suse.de>
850
851 PR testsuite/25609
852 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
853 value of global verbose.
854 * gdb.base/jit-elf.exp: Same.
855 * gdb.base/jit-reader.exp: Same.
856
8572020-06-02 Tom de Vries <tdevries@suse.de>
858
859 * gdb.dwarf2/multidictionary.exp: Don't use
860 gdb_spawn_with_cmdline_opts.
861
8622020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
863
864 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
865 use_header case.
866 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
867 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
868 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
869 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
870 * gdb.dwarf2/dw2-inline-header.c: New file.
871 * gdb.dwarf2/dw2-inline-header.h: New file.
872
8732020-05-30 Pedro Alves <palves@redhat.com>
874
875 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
876 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
877
8782020-05-29 Gary Benson <gbenson@redhat.com>
879
880 * gdb.compile/compile-cplus.exp (additional_flags): Also
881 set when building with clang.
882 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
883 when building with clang.
884
8852020-05-29 Gary Benson <gbenson@redhat.com>
886
887 * gdb.arch/i386-avx.exp (additional_flags): Also set when
888 building with clang.
889 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
890
8912020-05-29 Gary Benson <gbenson@redhat.com>
892
893 * gdb.cp/koenig.exp (prepare_for_testing): Add
894 additional_flags=-Wno-unused-comparison.
895 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
896
8972020-05-28 Gary Benson <gbenson@redhat.com>
898
899 * gdb.base/sigaltstack.c (catcher): Add default case to switch
900 statement.
901
9022020-05-28 Gary Benson <gbenson@redhat.com>
903
904 * gdb.cp/classes.exp (prepare_for_testing): Add
905 additional_flags=-Wno-deprecated-register.
906 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
907 * gdb.cp/misc.exp: Likewise.
908
9092020-05-28 Gary Benson <gbenson@redhat.com>
910
911 * gdb.linespec/cpls-ops.cc (dummy): New static global.
912 (test_op_new::operator new): Add return statement.
913 (test_op_new_array::operator new[]): Likewise.
914
9152020-05-27 Pedro Alves <palves@redhat.com>
916
917 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
918 check. Use test_gdb_complete_unique instead of
919 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
920 test_gdb_complete_multiple instead of
921 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
922
9232020-05-27 Luis Machado <luis.machado@linaro.org>
924
925 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
926 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
927 * gdb.arch/arm-disassembler-options.exp: Likewise.
928 * gdb.arch/arm-disp-step.exp: Likewise.
929 * gdb.arch/thumb-prologue.exp: Likewise.
930 * gdb.base/async.exp: Likewise.
931 * gdb.base/auxv.exp: Likewise.
932 * gdb.base/complex-parts.exp: Likewise.
933 * gdb.base/ena-dis-br.exp: Likewise.
934 * gdb.base/foll-exec.exp: Likewise.
935 * gdb.base/permissions.exp: Likewise.
936 * gdb.base/relocate.exp: Likewise.
937 * gdb.base/return2.exp: Likewise.
938 * gdb.base/sigbpt.exp: Likewise.
939 * gdb.base/siginfo-obj.exp: Likewise.
940 * gdb.cp/converts.exp: Likewise.
941 * gdb.cp/exceptprint.exp: Likewise.
942 * gdb.cp/inherit.exp: Likewise.
943 * gdb.cp/nsnoimports.exp: Likewise.
944 * gdb.cp/virtbase2.exp: Likewise.
945 * gdb.mi/mi-var-cmd.exp: Likewise.
946 * gdb.mi/var-cmd.c: Likewise.
947
9482020-05-26 Tom Tromey <tromey@adacore.com>
949
950 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
951
9522020-05-26 Tom Tromey <tromey@adacore.com>
953
954 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
955 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
956 type.
957 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
958 variable.
959
9602020-05-26 Christian Biesinger <cbiesinger@google.com>
961
962 * Makefile.in: Use = instead of == for the test command
963 for portability.
964
9652020-05-26 Tom de Vries <tdevries@suse.de>
966
967 * gdb.base/gold-gdb-index-2.c: New test.
968 * gdb.base/gold-gdb-index.c: New test.
969 * gdb.base/gold-gdb-index.exp: New file.
970 * gdb.base/gold-gdb-index.h: New test.
971
9722020-05-25 Tom de Vries <tdevries@suse.de>
973
974 * boards/gold-gdb-index.exp: New file.
975
9762020-05-25 Simon Marchi <simon.marchi@efficios.com>
977
978 * boards/simavr.exp: New file.
979
9802020-05-25 Simon Marchi <simon.marchi@efficios.com>
981
982 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
983 * gdb.base/inferior-args.exp: New file.
984 * gdb.base/inferior-args.c: New file.
985
9862020-05-25 Simon Marchi <simon.marchi@efficios.com>
987
988 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
989 inferior_args. Pass it to gdb_reload.
990 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
991 inferior_args.
992 (gdb_reload): Add inferior_args argument.
993 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
994 pass it to gdbserver_run.
995 * boards/native-gdbserver.exp: Do not set noargs.
996 * boards/native-extended-gdbserver.exp (gdb_reload): Add
997 inferior_args argument.
998 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
999 * gdb.base/a2-run.exp: Check for use_gdb_stub.
1000 * gdb.base/args.exp: Likewise.
1001
10022020-05-25 Tom de Vries <tdevries@suse.de>
1003
1004 * lib/gdb.exp (exec_is_pie): Add comment.
1005
10062020-05-25 Tom de Vries <tdevries@suse.de>
1007
1008 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1009 instead of $binfile in the untested message.
1010
10112020-05-25 Tom de Vries <tdevries@suse.de>
1012
1013 PR testsuite/26031
1014 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1015
10162020-05-25 Tom de Vries <tdevries@suse.de>
1017
1018 * boards/gold.exp: New file.
1019
10202020-05-23 Tom Tromey <tom@tromey.com>
1021
1022 * gdb.base/style.exp: Remove completion styling test.
1023 * lib/gdb-utils.exp (style): Remove completion styles.
1024
10252020-05-23 Tom Tromey <tom@tromey.com>
1026
1027 * gdb.base/style.exp: Add completion styling test.
1028 * lib/gdb-utils.exp (style): Add completion styles.
1029
10302020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1031
1032 * gdb.base/annota1.exp: Update expected results.
1033 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1034 test name.
1035 * gdb.cp/annota3.exp: Update expected results.
1036
10372020-05-20 Simon Marchi <simon.marchi@efficios.com>
1038
1039 PR gdb/26016
1040 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1041 against MAP_FAILED.
1042 * gdb.base/coremaker.c (mmapdata): Likewise.
1043 * gdb.base/jit-reader-host.c (main): Likewise.
1044 * gdb.base/sym-file-loader.c (load): Likewise.
1045 (load_shlib): Likewise.
1046
10472020-05-20 Tom Tromey <tromey@adacore.com>
1048
1049 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1050
10512020-05-20 Tom de Vries <tdevries@suse.de>
1052
1053 PR symtab/25833
1054 * gdb.base/with-mf-inc.c: New test.
1055 * gdb.base/with-mf-main.c: New test.
1056 * gdb.base/with-mf.exp: New file.
1057
10582020-05-19 Tom Tromey <tromey@adacore.com>
1059
1060 * gdb.rust/simple.exp: Restore missing test result.
1061
10622020-05-19 Tom de Vries <tdevries@suse.de>
1063
1064 * gdb.base/gdb-caching-proc.exp: Fix typo.
1065
10662020-05-19 Tom Tromey <tromey@adacore.com>
1067
1068 * gdb.rust/simple.exp: Add some test descriptions.
1069 (test_one_slice): Use with_test_prefix.
1070
10712020-05-18 Tom de Vries <tdevries@suse.de>
1072
1073 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1074
10752020-05-17 Pedro Alves <palves@redhat.com>
1076
1077 PR gdb/25741
1078 * gdb.base/hw-sw-break-same-address.exp: New file.
1079
10802020-05-16 Pedro Alves <palves@redhat.com>
1081
1082 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1083 LAST_LOADED_FILE accordingly.
1084
10852020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1086
1087 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1088
10892020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1090
1091 * gdb.base/help.exp: Test apropos and help for commands
1092 having aliases. Fixed comments not starting with an
1093 upper-case letter or not finishing with a dot.
1094
10952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1096
1097 * gdb.base/alias.exp: Update help output check.
1098
10992020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1100
1101 * gdb.base/default.exp: Update output following fixes.
1102
11032020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1104
1105 * gdb.base/alias.exp: Test aliases starting with a prefix of
1106 another alias.
1107
11082020-05-15 Gary Benson <gbenson@redhat.com>
1109
1110 * gdb.base/info-os.c (main): Add return statement.
1111 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1112 * gdb.base/large-frame-2.c (func): Likewise.
1113 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1114 * gdb.base/pr10179-b.c (foo2): Likewise.
1115 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1116 * gdb.base/watch-cond.c (func): Likewise.
1117 * gdb.multi/goodbye.c (verylongfun): Likewise.
1118 * gdb.multi/hello.c (commonfun): Likewise.
1119 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1120 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1121 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1122 Likewise.
1123 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1124 * gdb.threads/interrupt-while-step-over.c (child_function):
1125 Likewise.
1126 * gdb.trace/actions-changed.c (end): Likewise.
1127
11282020-05-15 Gary Benson <gbenson@redhat.com>
1129
1130 * gdb.opencl/callfuncs.exp: Report when test skipped.
1131 * gdb.opencl/convs_casts.exp: Likewise.
1132 * gdb.opencl/datatypes.exp: Likewise.
1133 * gdb.opencl/operators.exp: Likewise.
1134 * gdb.opencl/vec_comps.exp: Likewise.
1135
11362020-05-15 Tom de Vries <tdevries@suse.de>
1137
1138 * gdb.base/align.exp.in: Rename to ...
1139 * gdb.base/align.exp.tcl: ... this.
1140 * gdb.base/align-c++.exp: Update.
1141 * gdb.base/align-c.exp: Update.
1142 * gdb.base/all-architectures.exp.in: Rename to ...
1143 * gdb.base/all-architectures.exp: ... this.
1144 * gdb.base/all-architectures-0.exp: Update.
1145 * gdb.base/all-architectures-1.exp: Update.
1146 * gdb.base/all-architectures-2.exp: Update.
1147 * gdb.base/all-architectures-3.exp: Update.
1148 * gdb.base/all-architectures-4.exp: Update.
1149 * gdb.base/all-architectures-5.exp: Update.
1150 * gdb.base/all-architectures-6.exp: Update.
1151 * gdb.base/all-architectures-7.exp: Update.
1152 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1153 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1154 * gdb.base/infcall-nested-structs-c++.exp: Update.
1155 * gdb.base/infcall-nested-structs-c.exp: Update.
1156 * gdb.base/info-types.exp.in: Rename to ...
1157 * gdb.base/info-types.exp.tcl: ... this.
1158 * gdb.base/info-types-c++.exp: Update.
1159 * gdb.base/info-types-c.exp: Update.
1160 * gdb.base/max-depth.exp.in: Rename to ...
1161 * gdb.base/max-depth.exp.tcl: ... this.
1162 * gdb.base/max-depth-c++.exp: Update.
1163 * gdb.base/max-depth-c.exp: Update.
1164 * gdb.cp/cpexprs.exp.in: Rename to ...
1165 * gdb.cp/cpexprs.exp.tcl: ... this.
1166 * gdb.cp/cpexprs-debug-types.exp: Update.
1167 * gdb.cp/cpexprs.exp: Update.
1168 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1169 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1170 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1171 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1172 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1173 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1174 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1175 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1176 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1177 * gdb.dwarf2/clang-debug-names.exp: Update.
1178
11792020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1180
1181 * lib/check-test-names.exp: Remove code that prevents this file
1182 loading when tests are run in parallel.
1183
11842020-05-15 Pedro Alves <palves@redhat.com>
1185
1186 * gdb.multi/multi-kill.exp (start_inferior): Remove
1187 'testpid' parameter. Refer to namespace variable directly.
1188 (testpid): Declare as namespace variable.
1189
11902020-05-15 Pedro Alves <palves@redhat.com>
1191
1192 * gdb.multi/multi-kill.exp: Wrap in namespace.
1193 (start_inferior): Add TESTPID parameter. Use it instead of the
1194 testpid global.
1195 (top level): Define empty TESTPID array, and pass it down to
1196 start_inferior.
1197
11982020-05-14 Tom de Vries <tdevries@suse.de>
1199
1200 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1201 output.
1202
12032020-05-14 Tom de Vries <tdevries@suse.de>
1204
1205 * gdb.base/align.exp: Split into ...
1206 * gdb.base/align.exp.in: ...
1207 * gdb.base/align-c++.exp: ...
1208 * gdb.base/align-c.exp: ... these.
1209 * gdb.base/infcall-nested-structs.exp: Split into ...
1210 * gdb.base/infcall-nested-structs.exp.in: ...
1211 * gdb.base/infcall-nested-structs-c++.exp: ...
1212 * gdb.base/infcall-nested-structs-c.exp: ... these.
1213 * gdb.base/info-types.exp: Split into ...
1214 * gdb.base/info-types.exp.in: ...
1215 * gdb.base/info-types-c++.exp: ...
1216 * gdb.base/info-types-c.exp: ... these.
1217 * gdb.base/max-depth.exp: Split into ...
1218 * gdb.base/max-depth.exp.in: ...
1219 * gdb.base/max-depth-c++.exp: ...
1220 * gdb.base/max-depth-c.exp: ... these.
1221 * gdb.cp/infcall-nodebug.exp: Split into ...
1222 * gdb.cp/infcall-nodebug.exp.in: ...
1223 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1224 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1225 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1226 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1227
12282020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1229 Pedro Alves <palves@redhat.com>
1230
1231 * gdb.multi/multi-exit.c: New file.
1232 * gdb.multi/multi-exit.exp: New file.
1233 * gdb.multi/multi-kill.c: New file.
1234 * gdb.multi/multi-kill.exp: New file.
1235
12362020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1237
1238 * gdb.base/annota1.exp: Update the expected output.
1239 * gdb.cp/annota2.exp: Ditto.
1240
12412020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1242
1243 * lib/check-test-names.exp: Disable when testing is being run in
1244 parallel.
1245
12462020-05-12 Tom de Vries <tdevries@suse.de>
1247
1248 * gdb.base/jit-elf.exp: Fix string concat.
1249
12502020-05-12 Tom de Vries <tdevries@suse.de>
1251
1252 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1253 messages.
1254
12552020-05-12 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1258
12592020-05-12 Tom de Vries <tdevries@suse.de>
1260
1261 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1262 * gdb.ada/mi_catch_ex.exp: Same.
1263 * gdb.ada/mi_catch_ex_hand.exp: Same.
1264
12652020-05-12 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.fortran/complex.exp: Use with_test_prefix.
1268
12692020-05-12 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.trace/passcount.exp: Fix test-names.
1272
12732020-05-12 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1276
12772020-05-12 Tom de Vries <tdevries@suse.de>
1278
1279 * gdb.gdb/complaints.exp: Use with_test_prefix.
1280 * gdb.xml/tdesc-regs.exp: Same.
1281 * gdb.opt/inline-locals.exp: Fix test name.
1282
12832020-05-12 Tom de Vries <tdevries@suse.de>
1284
1285 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1286 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1287 * gdb.dwarf2/implref-struct.exp: Same.
1288 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1289 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1290
12912020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1292
1293 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1294
12952020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * lib/check-test-names.exp (all_test_names): New module variable.
1298 (counts): Add 'duplicates' field.
1299 (_check_duplicates): New procedure.
1300 (check): Also check for duplicates.
1301 (do_log_summary): Print duplicates count.
1302 (do_reset_vars): Reset counter for duplicate test names, and
1303 discard all know test names.
1304
13052020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1306
1307 * lib/gdb.exp: Include check-test-names.exp library.
1308 * lib/check-test-names.exp: New file.
1309
13102020-05-11 Tom de Vries <tdevries@suse.de>
1311
1312 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1313
13142020-05-11 Keith Seitz <keiths@redhat.com>
1315
1316 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1317
13182020-05-11 Tom de Vries <tdevries@suse.de>
1319
1320 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1321 * gdb.cp/cpexprs.exp.in: .. here.
1322 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1323 cpexprs.exp.
1324
13252020-05-11 Keith Seitz <keiths@redhat.com>
1326
1327 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1328 test names.
1329 * gdb.ada/arrayptr.exp: Likewise.
1330 * gdb.ada/assign_arr.exp: Likewise.
1331 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1332 * gdb.ada/bp_on_var.exp: Likewise.
1333 * gdb.ada/call_pn.exp: Likewise.
1334 * gdb.ada/complete.exp: Likewise.
1335 * gdb.ada/fun_overload_menu.exp: Likewise.
1336 * gdb.ada/funcall_param.exp: Likewise.
1337 * gdb.ada/funcall_ref.exp: Likewise.
1338 * gdb.ada/packed_array_assign.exp: Likewise.
1339 * gdb.ada/same_component_name.exp: Likewise.
1340 * gdb.ada/type_coercion.exp: Likewise.
1341 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1342 * gdb.ada/variant_record_packed_array.exp: Likewise.
1343
13442020-05-11 Tom de Vries <tdevries@suse.de>
1345
1346 PR symtab/25941
1347 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1348 out of ...
1349 * gdb.dwarf2/clang-debug-names.exp: ... here.
1350 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1351 clang-debug-names.exp.in.
1352 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1353 * gdb.dwarf2/clang-debug-names-2.c: New test.
1354
13552020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1356
1357 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1358 (fortran_runto_main): New Proc, fortran version of runto_main.
1359 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1360 * gdb.fortran/array-bounds.exp: Likewise.
1361 * gdb.fortran/array-slices.exp: Likewise.
1362 * gdb.fortran/block-data.exp: Likewise.
1363 * gdb.fortran/charset.exp: Likewise.
1364 * gdb.fortran/common-block.exp: Likewise.
1365 * gdb.fortran/complex.exp: Likewise.
1366 * gdb.fortran/derived-type-function.exp: Likewise.
1367 * gdb.fortran/derived-type.exp: Likewise.
1368 * gdb.fortran/info-modules.exp: Likewise.
1369 * gdb.fortran/info-types.exp: Likewise.
1370 * gdb.fortran/intrinsics.exp: Likewise.
1371 * gdb.fortran/library-module.exp: Likewise.
1372 * gdb.fortran/logical.exp: Likewise.
1373 * gdb.fortran/max-depth.exp: Likewise.
1374 * gdb.fortran/module.exp: Likewise.
1375 * gdb.fortran/multi-dim.exp: Likewise.
1376 * gdb.fortran/nested-funcs.exp: Likewise.
1377 * gdb.fortran/print-formatted.exp: Likewise.
1378 * gdb.fortran/print_type.exp: Likewise.
1379 * gdb.fortran/printing-types.exp: Likewise.
1380 * gdb.fortran/ptr-indentation.exp: Likewise.
1381 * gdb.fortran/ptype-on-functions.exp: Likewise.
1382 * gdb.fortran/subarray.exp: Likewise.
1383 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1384 * gdb.fortran/vla-datatypes.exp: Likewise.
1385 * gdb.fortran/vla-history.exp: Likewise.
1386 * gdb.fortran/vla-ptr-info.exp: Likewise.
1387 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1388 * gdb.fortran/vla-ptype.exp: Likewise.
1389 * gdb.fortran/vla-sizeof.exp: Likewise.
1390 * gdb.fortran/vla-type.exp: Likewise.
1391 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1392 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1393 * gdb.fortran/vla-value-sub.exp: Likewise.
1394 * gdb.fortran/vla-value.exp: Likewise.
1395 * gdb.fortran/whatis_type.exp: Likewise.
1396 * gdb.mi/mi-var-child-f.exp: Likewise.
1397
13982020-05-09 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1401
14022020-05-08 Tom de Vries <tdevries@suse.de>
1403
1404 * gdb.dwarf2/clang-debug-names.c: New test.
1405 * gdb.dwarf2/clang-debug-names.exp: New file.
1406
14072020-05-06 Simon Marchi <simon.marchi@efficios.com>
1408
1409 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1410 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1411
14122020-05-06 Tom de Vries <tdevries@suse.de>
1413
1414 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1415 breakpoint is at a "recommended breakpoint location".
1416 * gdb.reverse/consecutive-reverse.exp: Same.
1417
14182020-05-06 Tom de Vries <tdevries@suse.de>
1419
1420 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1421 address.
1422
14232020-05-06 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1426
14272020-05-06 Tom de Vries <tdevries@suse.de>
1428
1429 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1430 info for r.
1431
14322020-05-06 Tom de Vries <tdevries@suse.de>
1433
1434 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1435 necessary.
1436
14372020-05-06 Tom de Vries <tdevries@suse.de>
1438
1439 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1440 void.
1441
14422020-05-06 Tom de Vries <tdevries@suse.de>
1443
1444 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1445 of ...
1446 * gdb.base/async.exp: ... here.
1447 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1448 "recommended breakpoint location".
1449
14502020-05-06 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1453
14542020-05-04 Tom de Vries <tdevries@suse.de>
1455
1456 * gdb.base/async.exp: Check whether instruction addresses are a
1457 "recommended breakpoint location".
1458
14592020-05-03 Tom Tromey <tom@tromey.com>
1460
1461 * gdb.base/sepdebug.exp: Remove "catch" test.
1462 * gdb.base/break.exp: Remove "catch" test.
1463 * gdb.base/default.exp: Update expected output.
1464
14652020-05-02 Tom de Vries <tdevries@suse.de>
1466
1467 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1468 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1469 * gdb.arch/i386-mpx-map.exp: Same.
1470 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1471 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1472 * gdb.arch/i386-mpx.exp: Same.
1473
14742020-05-02 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1477
14782020-05-01 Tom de Vries <tdevries@suse.de>
1479
1480 * gdb.ada/operator_bp.exp: Allow more than required amount of
1481 breakpoint.
1482
14832020-05-01 Tom de Vries <tdevries@suse.de>
1484
1485 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1486
14872020-04-30 Hannes Domani <ssbssa@yahoo.de>
1488
1489 PR gdb/18706
1490 * gdb.cp/stub-array-size.cc: New test.
1491 * gdb.cp/stub-array-size.exp: New file.
1492 * gdb.cp/stub-array-size.h: New test.
1493 * gdb.cp/stub-array-size2.cc: New test.
1494
14952020-04-30 Hannes Domani <ssbssa@yahoo.de>
1496
1497 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1498 output to the new format.
1499
15002020-04-29 Simon Marchi <simon.marchi@efficios.com>
1501
1502 * gdb.base/break.exp: Use with_test_prefix.
1503
15042020-04-29 Tom de Vries <tdevries@suse.de>
1505
1506 * lib/gdb.exp (debug_types): New proc.
1507 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1508 * gdb.python/py-symtab.exp: Same.
1509
15102020-04-29 Hannes Domani <ssbssa@yahoo.de>
1511
1512 PR gdb/17320
1513 * gdb.base/pretty-array.c: New test.
1514 * gdb.base/pretty-array.exp: New file.
1515
15162020-04-29 Tom de Vries <tdevries@suse.de>
1517
1518 PR symtab/25889
1519 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1520 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1521 and include cpexprs.exp.
1522
15232020-04-28 Mark Williams <mark@myosotissp.com>
1524
1525 PR gdb/24480
1526 * dw4-toplevel-types.exp: Test for top level types.
1527 * dw4-toplevel-types.cc: Test for top level types.
1528
15292020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1530
1531 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1532 (theads -> threads).
1533
15342020-04-28 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1537
15382020-04-28 Tom de Vries <tdevries@suse.de>
1539
1540 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1541
15422020-04-28 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1545
15462020-04-28 Tom de Vries <tdevries@suse.de>
1547
1548 * gdb.dwarf2/main-foo.c: New test.
1549 * gdb.dwarf2/struct-with-sig.exp: New file.
1550
15512020-04-25 Tom de Vries <tdevries@suse.de>
1552
1553 * boards/debug-types.exp: New file.
1554
15552020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1556
1557 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1558
15592020-04-24 Tom Tromey <tom@tromey.com>
1560
1561 PR symtab/12707:
1562 * gdb.python/py-symbol.exp: Update expected results for
1563 linkage_name test.
1564 * gdb.cp/print-demangle.exp: New file.
1565 * gdb.base/c-linkage-name.exp: Fix test.
1566 * gdb.guile/scm-symbol.exp: Update expected results for
1567 linkage_name test.
1568
15692020-04-24 Tom Tromey <tom@tromey.com>
1570
1571 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1572 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1573 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1574 assembler.
1575
15762020-04-24 Tom de Vries <tdevries@suse.de>
1577
1578 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1579 C++.
1580
15812020-04-24 Tom Tromey <tromey@adacore.com>
1582
1583 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1584 values.
1585 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1586 values. Update test for minimal encodings.
1587 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1588 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1589 values. Update test for minimal encodings.
1590
15912020-04-24 Tom Tromey <tromey@adacore.com>
1592
1593 PR python/23662:
1594 * gdb.ada/variant.exp: Add Python checks.
1595 * gdb.rust/simple.exp: Add dynamic type checks.
1596
15972020-04-24 Tom Tromey <tromey@adacore.com>
1598
1599 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1600 Make array type matching more lax.
1601 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1602 * gdb.ada/mi_variant.exp: New file.
1603 * gdb.ada/mi_variant/pck.ads: New file.
1604 * gdb.ada/mi_variant/pkg.adb: New file.
1605 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1606 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1607
16082020-04-24 Tom Tromey <tromey@adacore.com>
1609
1610 * gdb.ada/variant.exp: Add dynamic field offset tests.
1611 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1612 * gdb.ada/variant/pkg.adb: Add new variables.
1613
16142020-04-24 Tom Tromey <tromey@adacore.com>
1615
1616 * gdb.ada/variant.exp: New file
1617 * gdb.ada/variant/pkg.adb: New file
1618 * gdb.ada/variant/pck.adb: New file
1619
16202020-04-24 Tom de Vries <tdevries@suse.de>
1621
1622 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1623
16242020-04-24 Tom de Vries <tdevries@suse.de>
1625
1626 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1627 flags.
1628
16292020-04-24 Tom de Vries <tdevries@suse.de>
1630
1631 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1632
16332020-04-24 Tom de Vries <tdevries@suse.de>
1634
1635 * lib/gdb.exp (default_gdb_start): Handle eof.
1636 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1637 failure.
1638 * gdb.base/readnever.exp: Handle clean_restart failure.
1639
16402020-04-23 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.base/decl-before-def.exp: Run to main and print a again.
1643
16442020-04-23 Tom de Vries <tdevries@suse.de>
1645
1646 * gdb.base/decl-before-def-decl.c: New test.
1647 * gdb.base/decl-before-def-def.c: New test.
1648 * gdb.base/decl-before-def.exp: New file.
1649
16502020-04-23 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1653
16542020-04-22 Tom de Vries <tdevries@suse.de>
1655
1656 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1657 debug_info_offset.
1658 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1659 before $objsfile in the line line.
1660
16612020-04-22 Tom de Vries <tdevries@suse.de>
1662
1663 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1664
16652020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1666
1667 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1668 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1669 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1670 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1671 * gdb.base/jit-protocol.h: Update definitions to match all usage
1672 contexts.
1673
16742020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1675
1676 * gdb.base: Rename all jit related test and source files.
1677
16782020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1679
1680 * gdb.base/jit-reader.exp: Relax register output check.
1681
16822020-04-22 Tom de Vries <tdevries@suse.de>
1683
1684 PR symtab/25764
1685 * gdb.base/psym-external-decl-2.c: New test.
1686 * gdb.base/psym-external-decl.c: New test.
1687 * gdb.base/psym-external-decl.exp: New file.
1688 * gdb.threads/tls.exp: Add PR25807 kfail.
1689
16902020-04-22 Tom de Vries <tdevries@suse.de>
1691
1692 PR symtab/25801
1693 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1694 in "info source" output.
1695
16962020-04-22 Tom de Vries <tdevries@suse.de>
1697
1698 PR symtab/25700
1699 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1700 symtab for imported_unit.c.
1701
17022020-04-21 Gary Benson <gbenson@redhat.com>
1703
1704 * gdb.base/advance.c (func): New argument, to match call site.
1705 (func2, func3): Add return statements.
1706
17072020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1708
1709 * gdb.multi/run-only-second-inf.c: New file.
1710 * gdb.multi/run-only-second-inf.exp: New file.
1711
17122020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1713
1714 * gdb.btrace/multi-inferior.c: New test.
1715 * gdb.btrace/multi-inferior.exp: New file.
1716
17172020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1718
1719 * gdb.btrace/enable-new-thread.c: New test.
1720 * gdb.btrace/enable-new-thread.exp: New file.
1721
17222020-04-21 Tom de Vries <tdevries@suse.de>
1723
1724 PR gdb/25471
1725 * gdb.threads/killed-outside.c: New test.
1726 * gdb.threads/killed-outside.exp: New file.
1727
17282020-04-20 Gary Benson <gbenson@redhat.com>
1729
1730 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1731 * gdb.base/nested-subp2.exp: Likewise.
1732 * gdb.base/nested-subp3.exp: Likewise.
1733
17342020-04-20 Gary Benson <gbenson@redhat.com>
1735
1736 * gdb.base/nested-subp1.exp: Disable test when using clang.
1737 * gdb.base/nested-subp2.exp: Likewise.
1738 * gdb.base/nested-subp3.exp: Likewise.
1739
17402020-04-20 Gary Benson <gbenson@redhat.com>
1741
1742 * gdb.cp/exception.cc: Fix compilation error with clang.
1743
17442020-04-20 Gary Benson <gbenson@redhat.com>
1745
1746 * gdb.trace/tspeed.c: Fix compilation error with clang.
1747
17482020-04-20 Gary Benson <gbenson@redhat.com>
1749
1750 * gdb.base/jit-main.c: Fix compilation error with clang.
1751
17522020-04-17 Kamil Rytarowski <n54@gmx.com>
1753
1754 * gdb.base/attach-twice.c: Include "sys/types.h".
1755 (PTRACE_ATTACH): Add fallback definition.
1756 (main): Pass `0' to the 4th argument of `ptrace'.
1757
17582020-04-17 Kamil Rytarowski <n54@gmx.com>
1759
1760 * gdb.base/fork-running-state.c: Include "signal.h".
1761
17622020-04-17 Tom Tromey <tromey@adacore.com>
1763
1764 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1765 Update tests.
1766 * gdb.btrace/cpu.exp: Update tests.
1767 * gdb.base/maint.exp: Update tests.
1768 * gdb.base/default.exp: Update tests.
1769 * gdb.base/completion.exp: Update tests.
1770
17712020-04-16 Tom de Vries <tdevries@suse.de>
1772
1773 PR symtab/25791
1774 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1775 (ensure_gdb_index): and factor out and move ...
1776 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1777 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1778
17792020-04-16 Tom de Vries <tdevries@suse.de>
1780
1781 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1782 loading exec.
1783
17842020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1785
1786 * gdb.base/many-completions.exp: New file.
1787
17882020-04-14 Tom de Vries <tdevries@suse.de>
1789
1790 PR symtab/25718
1791 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1792
17932020-04-14 Tom de Vries <tdevries@suse.de>
1794
1795 PR symtab/25720
1796 * gdb.base/maint-expand-symbols-header-file.c: New test.
1797 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1798 * gdb.base/maint-expand-symbols-header-file.h: New test.
1799
18002020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1801
1802 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1803 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1804 get_func_info.
1805 (get_func_info): Delete.
1806 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1807 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1808 * lib/dwarf.exp (get_func_info): New function.
1809
18102020-04-13 Tom de Vries <tdevries@suse.de>
1811
1812 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1813 to what find_gnatmake does.
1814
18152020-04-10 Tom de Vries <tdevries@suse.de>
1816
1817 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1818 -readnow.
1819
18202020-04-10 Tom de Vries <tdevries@suse.de>
1821
1822 PR cli/25808
1823 * gdb.base/style.c: Add leading newlines.
1824 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1825 Check listing of main's one-line body.
1826
18272020-04-08 Tom de Vries <tdevries@suse.de>
1828
1829 * lib/gdb.exp (psymtabs_p): New proc.
1830 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1831 importing unit" unsupported if there are no partial symbols.
1832
18332020-04-08 Tom de Vries <tdevries@suse.de>
1834
1835 PR testsuite/25760
1836 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1837
18382020-04-07 Tom de Vries <tdevries@suse.de>
1839
1840 PR symtab/25796
1841 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1842
18432020-04-07 Tom de Vries <tdevries@suse.de>
1844
1845 * gdb.base/check-psymtab.c: New test.
1846 * gdb.base/check-psymtab.exp: New file.
1847
18482020-04-06 Tom Tromey <tromey@adacore.com>
1849
1850 * gdb.ada/variant-record/proc.adb: New file.
1851 * gdb.ada/variant-record/value.adb: New file.
1852 * gdb.ada/variant-record/value.s: New file.
1853 * gdb.ada/variant-record.exp: New file.
1854
18552020-04-03 Hannes Domani <ssbssa@yahoo.de>
1856
1857 PR gdb/25325
1858 * gdb.cp/typed-enum.cc: New test.
1859 * gdb.cp/typed-enum.exp: New file.
1860
18612020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1862
1863 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1864 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1865 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1866 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1867 * gdb.opt/inline-small-func.c: New file.
1868 * gdb.opt/inline-small-func.exp: New file.
1869 * gdb.opt/inline-small-func.h: New file.
1870
18712020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1872
1873 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1874 function.
1875
18762020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1877
1878 * lib/dwarf.exp (function_range): Allow compiler options to be
1879 specified.
1880
18812020-04-02 Tom de Vries <tdevries@suse.de>
1882
1883 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1884 __attribute__((always_inline)).
1885 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1886
18872020-04-02 Tom de Vries <tdevries@suse.de>
1888
1889 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1890 (gdbserver_gdb_exit): ... here. Add timeout warning.
1891 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1892 (connect_target_extended_remote): Append new server_spawn_id to
1893 server_spawn_ids.
1894 (cleanup): New proc.
1895 (setup, <toplevel>): Call cleanup.
1896
18972020-04-02 Tom de Vries <tdevries@suse.de>
1898
1899 * gdb.base/main-psymtab.exp: New file.
1900
19012020-04-02 Tom de Vries <tdevries@suse.de>
1902
1903 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1904
19052020-04-01 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.base/complex-parts.exp: Add type tests.
1908
19092020-04-01 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.base/complex-parts.exp: Add arithmetic tests.
1912
19132020-04-01 Tom Tromey <tom@tromey.com>
1914
1915 * gdb.compile/compile.exp: Update.
1916 * gdb.compile/compile-cplus.exp: Update.
1917 * gdb.base/varargs.exp: Update.
1918 * gdb.base/floatn.exp: Update.
1919 * gdb.base/endianity.exp: Update.
1920 * gdb.base/callfuncs.exp (do_function_calls): Update.
1921 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1922 (complex_float_integral_args): Update.
1923 * gdb.base/complex.exp: Update.
1924 * gdb.base/complex-parts.exp: Update.
1925
19262020-04-01 Tom Tromey <tromey@adacore.com>
1927
1928 * gdb.rust/union.rs: New file.
1929 * gdb.rust/union.exp: New file.
1930 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1931 (main): Update.
1932 * gdb.rust/simple.exp: Move union tests to union.exp.
1933
19342020-04-01 Tom Tromey <tromey@adacore.com>
1935
1936 * gdb.rust/simple.rs (main): Remove "y0".
1937
19382020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1939
1940 * gdb.multi/stop-all-on-exit.c: New test.
1941 * gdb.multi/stop-all-on-exit.exp: New file.
1942
19432020-04-01 Hannes Domani <ssbssa@yahoo.de>
1944
1945 PR gdb/24789
1946 * gdb.cp/misc.cc: Add integer reference variable.
1947 * gdb.cp/misc.exp: Add test.
1948
19492020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1950
1951 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1952 scenario to cover execution until the end and also the case
1953
19542020-03-31 Tom de Vries <tdevries@suse.de>
1955
1956 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1957 c. Use "maint info symtabs" to check symtab expansion.
1958
19592020-03-30 Tom de Vries <tdevries@suse.de>
1960
1961 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1962 unsupported.
1963 (verify_psymtab_expanded): Move ...
1964 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1965 test.
1966 (readnow): New proc.
1967
19682020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1969
1970 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1971 with $hex.
1972
19732020-03-20 Tom Tromey <tromey@adacore.com>
1974
1975 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1976
19772020-03-20 Tom Tromey <tromey@adacore.com>
1978
1979 * gdb.ada/sub_variant/subv.adb: New file.
1980 * gdb.ada/sub_variant.exp: New file.
1981
19822020-03-20 Tom de Vries <tdevries@suse.de>
1983
1984 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1985 first break fails.
1986 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1987
19882020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1989
1990 * gdb.server/exit-multiple-threads.c: New file.
1991 * gdb.server/exit-multiple-threads.exp: New file.
1992
19932020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1994
1995 * gdb.fortran/mixed-lang-stack.c: New file.
1996 * gdb.fortran/mixed-lang-stack.cpp: New file.
1997 * gdb.fortran/mixed-lang-stack.exp: New file.
1998 * gdb.fortran/mixed-lang-stack.f90: New file.
1999
20002020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * gdb.linespec/cp-completion-aliases.cc: New file.
2003 * gdb.linespec/cp-completion-aliases.exp: New file.
2004
20052020-03-19 Tom de Vries <tdevries@suse.de>
2006
2007 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2008 more precise.
2009
20102020-03-18 Tom de Vries <tdevries@suse.de>
2011
2012 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2013 * gdb.dwarf2/break-inline-psymtab.c: New test.
2014 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2015
20162020-03-16 Tom de Vries <tdevries@suse.de>
2017
2018 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2019 cache_verify and cache_verify_proc.
2020
20212020-03-15 Tom de Vries <tdevries@suse.de>
2022
2023 * gdb.server/solib-list.exp: Handle
2024 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2025
20262020-03-15 Tom de Vries <tdevries@suse.de>
2027
2028 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2029 objfiles".
2030
20312020-03-14 Tom Tromey <tom@tromey.com>
2032
2033 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2034
20352020-03-14 Tom de Vries <tdevries@suse.de>
2036
2037 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2038
20392020-03-14 Tom de Vries <tdevries@suse.de>
2040
2041 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2042 result in line-by-line fashion.
2043
20442020-03-14 Tom de Vries <tdevries@suse.de>
2045
2046 * lib/gdb.exp (supports_statement_frontiers): New proc.
2047 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2048
20492020-03-14 Tom de Vries <tdevries@suse.de>
2050
2051 * gdb.base/printcmds.exp: Add missing quoting for "print
2052 teststring2".
2053
20542020-03-13 Tom Tromey <tom@tromey.com>
2055
2056 * gdb.base/printcmds.exp (test_print_strings): Add regression
2057 test.
2058 * gdb.base/printcmds.c (charptr): New typedef.
2059 (teststring2): New global.
2060
20612020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2062
2063 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2064 full path in the test name.
2065 (test_ld): Add some with_test_prefix blocks to make test names
2066 unique.
2067
20682020-03-13 Tom de Vries <tdevries@suse.de>
2069
2070 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2071
20722020-03-13 Tom de Vries <tdevries@suse.de>
2073
2074 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2075
20762020-03-13 Tom de Vries <tdevries@suse.de>
2077
2078 PR symtab/25646
2079 * gdb.dwarf2/imported-unit.exp: Add test.
2080
20812020-03-13 Tom de Vries <tdevries@suse.de>
2082
2083 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2084 (var1, var2): New variable.
2085 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2086 matching symbols.
2087
20882020-03-13 Tom de Vries <tdevries@suse.de>
2089
2090 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2091 (Term::command): Use prompt prefix.
2092 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2093 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2094 command_no_prompt_prefix instead of prefix.
2095 * gdb.tui/tui-layout-asm.exp: Same.
2096
20972020-03-12 Simon Marchi <simon.marchi@efficios.com>
2098
2099 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2100
21012020-03-12 Simon Marchi <simon.marchi@efficios.com>
2102
2103 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2104 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2105 on" while stepping over the test instruction, match printed
2106 message.
2107
21082020-03-12 Tom de Vries <tdevries@suse.de>
2109
2110 * gdb.base/info-types.exp: Use exp_continue during matching of output
2111 of "info types".
2112
21132020-03-12 Tom de Vries <tdevries@suse.de>
2114
2115 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2116
21172020-03-12 Tom de Vries <tdevries@suse.de>
2118
2119 * gdb.fortran/module.exp: Use exp_continue during matching of output
2120 of "info variable -n".
2121
21222020-03-12 Tom de Vries <tdevries@suse.de>
2123
2124 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2125 gdb.dwarf2/dw2-ranges-base.c.
2126
21272020-03-12 Tom de Vries <tdevries@suse.de>
2128
2129 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2130 in presence of GLIBC debuginfo.
2131
21322020-03-12 Tom de Vries <tdevries@suse.de>
2133
2134 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2135 $core.
2136
21372020-03-12 Tom de Vries <tdevries@suse.de>
2138
2139 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2140 more precise.
2141
21422020-03-11 Simon Marchi <simon.marchi@efficios.com>
2143
2144 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2145 from Unix to Windows path.
2146
21472020-03-11 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.ada/minsyms.exp: Set language to ada.
2150
21512020-03-11 Tom de Vries <tdevries@suse.de>
2152
2153 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2154
21552020-03-11 Tom de Vries <tdevries@suse.de>
2156
2157 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2158
21592020-03-11 Tom Tromey <tromey@adacore.com>
2160
2161 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2162
21632020-03-11 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2166
21672020-03-11 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.base/break-interp.exp: Limit verbose scope.
2170
21712020-03-11 Tom de Vries <tdevries@suse.de>
2172
2173 * gdb.fortran/logical.f90: Define variable with character type.
2174 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2175
21762020-03-11 Tom de Vries <tdevries@suse.de>
2177
2178 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2179
21802020-03-11 Tom de Vries <tdevries@suse.de>
2181
2182 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2183 symtabs.
2184
21852020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2186 Bernd Edlinger <bernd.edlinger@hotmail.de>
2187
2188 * gdb.cp/step-and-next-inline.cc: New file.
2189 * gdb.cp/step-and-next-inline.exp: New file.
2190 * gdb.cp/step-and-next-inline.h: New file.
2191 * gdb.dwarf2/dw2-is-stmt.c: New file.
2192 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2193 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2194 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2195 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2196
21972020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2198
2199 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2200 is-stmt flag in the line table.
2201
22022020-03-09 Tom de Vries <tdevries@suse.de>
2203
2204 * lib/gdb.exp (cached_file): Create cache dir.
2205
22062020-03-07 Tom de Vries <tdevries@suse.de>
2207
2208 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2209 * gdb.cp/rvalue-ref-params.exp: Same.
2210
22112020-03-06 Tom de Vries <tdevries@suse.de>
2212
2213 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2214 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2215
22162020-03-06 Tom de Vries <tdevries@suse.de>
2217
2218 * README: Fix "the the".
2219 * gdb.base/dprintf.exp: Same.
2220
22212020-03-05 Tom de Vries <tdevries@suse.de>
2222
2223 * gdb.base/maint.exp: Update "main print statistics" expected output.
2224
22252020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2226
2227 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2228 (fortran_int8): Likewise.
2229 (fortran_real4): Likewise.
2230 (fortran_real8): Likewise.
2231 (fortran_complex4): Likewise.
2232 (fortran_logical4): Likewise.
2233 (fortran_character1): Likewise.
2234
22352020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2236
2237 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2238 printed as true.
2239
22402020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2241
2242 * gdb.base/printcmds.exp: Add test to verify printf of a
2243 variable holding an address.
2244
22452020-03-03 Tom de Vries <tdevries@suse.de>
2246
2247 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2248
22492020-03-03 Tom de Vries <tdevries@suse.de>
2250
2251 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2252 gdb_test_multiple call.
2253
22542020-03-03 Tom de Vries <tdevries@suse.de>
2255
2256 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2257 gdb_test_multiple calls.
2258
22592020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2260
2261 * gdb.base/default.exp: Remove test of 'set history filename'.
2262 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2263 filename to the empty string.
2264 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2265 and GDBHISTSIZE.
2266
22672020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2268
2269 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2270 disabled.
2271
22722020-03-02 Pedro Alves <palves@redhat.com>
2273 Tom de Vries <tdevries@suse.de>
2274
2275 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2276 -prompt prefix, before user_code argument. Add -lbl option likewise.
2277 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2278 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2279 argument.
2280 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2281 have "\r\n" at start-of-line, instead of at end-of-line.
2282
22832020-02-28 Simon Marchi <simon.marchi@efficios.com>
2284
2285 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2286 libinproctrace.so.
2287
22882020-02-28 Luis Machado <luis.machado@linaro.org>
2289
2290 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2291 to "p/x".
2292
22932020-02-28 Luis Machado <luis.machado@linaro.org>
2294
2295 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2296 asm/ptrace.h and error.h.
2297
22982020-02-28 Tom de Vries <tdevries@suse.de>
2299
2300 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2301 (struct wrapper, do_something, mundane/symada__cS): Move ...
2302 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2303 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2304 Update "print symada__cS before partial symtab expansion" regexp.
2305 Update breakpoint location. Flush symbol cache after expansion.
2306
23072020-02-28 Luis Machado <luis.machado@linaro.org>
2308
2309 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2310
23112020-02-27 Tom de Vries <tdevries@suse.de>
2312
2313 * config/sid.exp: Remove unused globals.
2314 * gdb.base/attach.exp: Same.
2315 * gdb.base/catch-load.exp: Same.
2316 * gdb.base/dbx.exp: Same.
2317 * lib/gdb.exp: Same.
2318 * lib/mi-support.exp: Same.
2319 * lib/prompt.exp: Same.
2320
23212020-02-27 Tom de Vries <tdevries@suse.de>
2322
2323 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2324 not set.
2325
23262020-02-26 Aaron Merey <amerey@redhat.com>
2327
2328 * gdb.debuginfod: New directory for debuginfod tests.
2329 * gdb.debuginfod/main.c: New test file.
2330 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2331
23322020-02-26 Tom de Vries <tdevries@suse.de>
2333
2334 PR gdb/25603
2335 * gdb.base/persistent-lang.cc: New test.
2336 * gdb.base/persistent-lang.exp: New file.
2337
23382020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2339
2340 * gdb.fortran/derived-type-striding.exp: Add a new test.
2341 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2342 new test.
2343
23442020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2345
2346 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2347 names.
2348
23492020-02-25 Tom de Vries <tdevries@suse.de>
2350
2351 PR go/18926
2352 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2353
23542020-02-24 Tom de Vries <tdevries@suse.de>
2355
2356 PR gdb/25592
2357 * gdb.base/info-locals-unused-static-var.c: New test.
2358 * gdb.base/info-locals-unused-static-var.exp: New file.
2359
23602020-02-22 Tom Tromey <tom@tromey.com>
2361
2362 * gdb.python/tui-window.exp: New file.
2363 * gdb.python/tui-window.py: New file.
2364
23652020-02-22 Tom Tromey <tom@tromey.com>
2366
2367 PR tui/17850:
2368 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2369 tests.
2370
23712020-02-22 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.tui/new-layout.exp: Add sub-layout tests.
2374
23752020-02-22 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.tui/new-layout.exp: New file.
2378
23792020-02-22 Tom Tromey <tom@tromey.com>
2380
2381 * gdb.rust/rust-style.rs: New file.
2382 * gdb.rust/rust-style.exp: New file.
2383 * gdb.base/style.exp: Test structure printing.
2384 * gdb.base/style.c (struct some_struct): New type.
2385 (enum etype): New type.
2386 (struct_value): New global.
2387
23882020-02-21 Tom de Vries <tdevries@suse.de>
2389
2390 PR go/18926
2391 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2392 Remove blanket xfails. Use message argument for gdb_breakpoint.
2393 Make continuing to breakpoint test conditional on setting breakpoint.
2394 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2395 DW_AT_name attribute. Add xfail for GCC PR93866.
2396
23972020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * gdb.dwarf2/cpp-linkage-name.c: New file.
2400 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2401
24022020-02-21 Shahab Vahedi <shahab@synopsys.com>
2403
2404 * lib/gdb.exp (gdb_wrapper_init): Reset
2405 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2406 not exist.
2407
24082020-02-20 Tom de Vries <tdevries@suse.de>
2409
2410 PR go/17018
2411 * gdb.go/hello.exp: Copy ...
2412 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2413 print of st to print value of global definition. Add xfail for GCC
2414 PR93844.
2415 * gdb.go/hello.exp: Remove printing of st before definition.
2416 * gdb.go/hello.go: Copy ...
2417 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2418 to st.
2419 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2420
24212020-02-20 Tom de Vries <tdevries@suse.de>
2422
2423 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2424 (gdb_simple_compile): Handle compile_flags go by using .go extension
2425 for source file.
2426 * gdb.go/chan.exp: Use support_go_compile.
2427 * gdb.go/handcall.exp: Same.
2428 * gdb.go/hello.exp: Same.
2429 * gdb.go/integers.exp: Same.
2430 * gdb.go/max-depth.exp: Same.
2431 * gdb.go/methods.exp: Same.
2432 * gdb.go/package.exp: Same.
2433 * gdb.go/strings.exp: Same.
2434 * gdb.go/types.exp: Same.
2435 * gdb.go/unsafe.exp: Same.
2436
24372020-02-19 Tom de Vries <tdevries@suse.de>
2438
2439 * gdb.python/lib-types.exp: Make xfail more strict.
2440
24412020-02-19 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2444
24452020-02-19 Doug Evans <dje@google.com>
2446
2447 PR rust/25535
2448 * gdb.rust/simple.exp: Add test.
2449 * gdb.rust/simple.rs: Add test.
2450
24512020-02-19 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2454 output line-by-line.
2455
24562020-02-19 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2459
24602020-02-19 Tom de Vries <tdevries@suse.de>
2461
2462 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2463 prelink.
2464
24652020-02-19 Tom de Vries <tdevries@suse.de>
2466
2467 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2468 (gdb_do_cache): Use gdb_do_cache_wrap.
2469 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2470
24712020-02-19 Tom de Vries <tdevries@suse.de>
2472
2473 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2474 gdb_compile option.
2475
24762020-02-18 Simon Marchi <simon.marchi@efficios.com>
2477
2478 * gdb.base/printcmds.exp (test_print_enums): Update expected
2479 output.
2480
24812020-02-18 Simon Marchi <simon.marchi@efficios.com>
2482
2483 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2484 for "unknown".
2485
24862020-02-18 Simon Marchi <simon.marchi@efficios.com>
2487
2488 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2489 enumerator.
2490
24912020-02-18 Simon Marchi <simon.marchi@efficios.com>
2492
2493 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2494 FE_, add FE_NONE.
2495 (three): Update.
2496 (enum flag_enum_without_zero): New enum.
2497 (flag_enum_without_zero): New variable.
2498 (enum not_flag_enum): New enum.
2499 (three_not_flag): New variable.
2500 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2501 (test_print_enums): Add more tests for printing flag enums.
2502
25032020-02-18 Tom de Vries <tdevries@suse.de>
2504
2505 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2506 (gdb_compile_ada): ... here.
2507 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2508 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2509
25102020-02-14 Tom Tromey <tom@tromey.com>
2511
2512 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2513 build directory.
2514 * boards/gdbserver-base.exp: Update path to gdbserver.
2515
25162020-02-13 Tom de Vries <tdevries@suse.de>
2517
2518 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2519
25202020-02-13 Tom de Vries <tdevries@suse.de>
2521
2522 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2523 are missing.
2524
25252020-02-13 Tom de Vries <tdevries@suse.de>
2526
2527 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2528 call.
2529
25302020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2531
2532 PR tui/25126
2533 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2534 * gdb.base/cached-source-file.c: New file.
2535 * gdb.base/cached-source-file.exp: New file.
2536
25372020-02-11 Tom de Vries <tdevries@suse.de>
2538
2539 PR testsuite/25488
2540 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2541
25422020-02-10 Tom de Vries <tdevries@suse.de>
2543
2544 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2545
25462020-02-10 Maciej W. Rozycki <macro@wdc.com>
2547
2548 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2549 and $after_addr are both integers before making a comparison.
2550
25512020-02-09 Tom de Vries <tdevries@suse.de>
2552
2553 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2554 command output and paste it into gdb.log. If any, paste catch message
2555 to gdb.log.
2556
25572020-02-07 Tom Tromey <tromey@adacore.com>
2558
2559 PR breakpoints/24915:
2560 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2561
25622020-02-06 Shahab Vahedi <shahab@synopsys.com>
2563
2564 * gdb.tui/tui-missing-src.exp: Add the "missing source
2565 file" test for the TUI.
2566
25672020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2568
2569 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2570 including a port number in the output.
2571
25722020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2573
2574 * lib/fortran.exp (fortran_int4): Handle clang.
2575 (fortran_int8): Likewise.
2576 (fortran_real4): Likewise.
2577 (fortran_real8): Likewise.
2578 (fortran_complex4): Likewise.
2579 (fortran_logical4): Likewise.
2580 (fortran_character1): Likewise.
2581
25822020-02-04 Tom de Vries <tdevries@suse.de>
2583
2584 * README (Race detection): Add note.
2585
25862020-02-04 Tom de Vries <tdevries@suse.de>
2587
2588 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2589
25902020-02-04 Tom de Vries <tdevries@suse.de>
2591
2592 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2593
25942020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2595
2596 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2597 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2598 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2599 blttar, bnetarl.
2600 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2601 binary for blttar, bnetarl.
2602 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2603 wait instruction. Delete ldmx test.
2604 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2605
26062020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2607
2608 * gdb.fortran/array-bounds-high.exp: New file.
2609 * gdb.fortran/array-bounds-high.f90: New file.
2610
26112020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2612
2613 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2614 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2615
26162020-02-01 Tom de Vries <tdevries@suse.de>
2617
2618 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2619
26202020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2621
2622 PR tui/9765
2623 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2624 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2625
26262020-01-29 Luis Machado <luis.machado@linaro.org>
2627
2628 * gdb.arch/aarch64-brk-patterns.c: New source file.
2629 * gdb.arch/aarch64-brk-patterns.exp: New test.
2630
26312020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2632
2633 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2634 GCC/Clang version.
2635 * gdb.cp/pass-by-ref.exp: Ditto.
2636
26372020-01-29 Tom de Vries <tdevries@suse.de>
2638
2639 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2640 * gdb.threads/watchpoint-fork-mt.c: Same.
2641 * gdb.threads/watchpoint-fork-parent.c: Same.
2642 * gdb.threads/watchpoint-fork-st.c: Same.
2643 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2644
26452020-01-27 Luis Machado <luis.machado@linaro.org>
2646
2647 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2648 sitting at a syscall instruction when we hit the syscall function's
2649 breakpoint.
2650 Check PC against one obtained with the x command.
2651 Validate syscall number.
2652 (step_over_syscall): Don't continue to the syscall instruction if
2653 we're already there.
2654
26552020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2656
2657 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2658
26592020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2660
2661 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2662 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2663
26642020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2665
2666 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2667 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2668
26692020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2670
2671 * gdb.base/maint.exp: Update line table parsing test.
2672 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2673
26742020-01-24 Pedro Alves <palves@redhat.com>
2675
2676 PR gdb/25410
2677 * gdb.multi/multi-re-run-1.c: New.
2678 * gdb.multi/multi-re-run-2.c: New.
2679 * gdb.multi/multi-re-run.exp: New.
2680
26812020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2682
2683 PR gdb/23718
2684 * gdb.server/server-kill-python.exp: New file.
2685
26862020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2687
2688 * gdb.server/multi-ui-errors.c: New file.
2689 * gdb.server/multi-ui-errors.exp: New file.
2690
26912020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2692
2693 PR tui/9765
2694 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2695
26962020-01-19 Tom Tromey <tom@tromey.com>
2697
2698 * gdb.tui/main.exp: Add check for plain "file".
2699
27002020-01-16 Christian Biesinger <cbiesinger@google.com>
2701
2702 * lib/gdb.exp: Fix spelling error (seperatelly).
2703
27042020-01-14 Tom Tromey <tom@tromey.com>
2705
2706 PR symtab/12535:
2707 * gdb.python/python.exp: Test decode_line with empty string
2708 argument.
2709
27102020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2711
2712 * gdb.base/skip-inline.exp: Extend test.
2713
27142020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2715
2716 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2717 * gdb.dwarf2/dw2-bad-elf.c: New file.
2718 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2719
27202020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2721
2722 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2723 _line_saw_file.
2724
27252020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2726
2727 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2728 border.
2729
27302020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2731
2732 * gdb.multi/multi-target.exp (setup): Factor out "info
2733 connections" and "info inferiors" tests to ...
2734 (test_info_inferiors): ... this new procedure.
2735 (top level): Run new "info-inferiors" tests.
2736
27372020-01-10 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.server/bkpt-other-inferior.exp: New file.
2740
27412020-01-10 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2744 of "add-inferior".
2745 * gdb.base/quit-live.exp: Likewise.
2746 * gdb.base/remote-exec-file.exp: Likewise.
2747 * gdb.guile/scm-progspace.exp: Likewise.
2748 * gdb.linespec/linespec.exp: Likewise.
2749 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2750 * gdb.mi/user-selected-context-sync.exp: Likewise.
2751 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2752 "info inferiors" tests.
2753 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2754 "add-inferior".
2755 * gdb.multi/watchpoint-multi.exp: Likewise.
2756 * gdb.python/py-inferior.exp: Likewise.
2757 * gdb.server/extended-remote-restart.exp: Likewise.
2758 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2759 "info inferiors".
2760 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2761 * gdb.trace/report.exp: Likewise.
2762
27632020-01-10 Pedro Alves <palves@redhat.com>
2764
2765 * gdb.multi/multi-target.c: New file.
2766 * gdb.multi/multi-target.exp: New file.
2767 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2768 mode requested, but remote does not support non-stop".
2769
27702020-01-10 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2773 disconnect before reconnecting.
2774
27752020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2776 Pedro Alves <palves@redhat.com>
2777
2778 * gdb.server/connect-without-multi-process.exp: Also test
2779 continuing to end.
2780
27812020-01-10 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/remote-exec-file.exp: New file.
2784
27852020-01-10 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2788 output.
2789 * gdb.threads/async.c: New.
2790 * gdb.threads/async.exp: New.
2791 * gdb.multi/tids-gid-reset.c: New.
2792 * gdb.multi/tids-gid-reset.exp: New.
2793
27942020-01-10 George Barrett <bob@bob131.so>
2795
2796 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2797 to help in finding the image relocation offset.
2798 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2799 options in arguments.
2800 (stap_test_no_debuginfo): Likewise.
2801 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2802 test variants.
2803 (stap_test): Add null semaphore relocation test.
2804
28052020-01-10 George Barrett <bob@bob131.so>
2806
2807 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2808 * gdb.base/stap-probe.exp: Likewise.
2809 (stap_test): Pass argument as an additional flag.
2810 (stap_test_no_debuginfo): Likewise.
2811 (stap_test): Check `info probes stap' output for semaphore
2812 addresses if the test binary is supposed to have them.
2813
28142020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2815
2816 * gdb.tui/basic.exp: Add more scrolling tests.
2817
28182020-01-09 Tom Tromey <tom@tromey.com>
2819
2820 PR tui/18932:
2821 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2822 meangingful value.
2823 (Term::command, Term::resize): Update.
2824 * gdb.tui/basic.exp: Add scrolling test.
2825
28262020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * gdb.tui/tui-layout-asm.exp: New file.
2829
28302020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2833
28342020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2835
2836 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2837 (Term::enter_tui): Use Term::prepare_for_tui.
2838
28392020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2842 called.
2843
28442020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.base/skip.exp: Fix race condition in test.
2847
28482020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2849
2850 * gdb.base/backtrace.c: New file.
2851 * gdb.base/backtrace.exp: New file.
2852
28532020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2854
2855 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2856
28572020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2858
2859 * gdb.base/style.exp: Test that warnings are styled.
2860
28612019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2862
2863 * gdb.base/line65535.exp: New file.
2864 * gdb.base/line65535.c: New file.
2865
28662019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2867
2868 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2869 * lib/gnat_debug_info_test.adb: New file.
2870 * gdb.ada/ptype_tagged_param.exp: Use
2871 gnat_runtime_has_debug_info, expect a different output if
2872 runtime does not have debug info.
2873
28742019-12-20 Simon Marchi <simon.marchi@efficios.com>
2875
2876 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2877 (another) quote in test name.
2878
28792019-12-20 Simon Marchi <simon.marchi@efficios.com>
2880
2881 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2882 Add quote in test name.
2883
28842019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2885
2886 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2887 directory instead.
2888 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2889 * gdb.cp/pass-by-ref-2.cc: New file.
2890 * gdb.cp/pass-by-ref-2.exp: New file.
2891
28922019-12-20 Tom Tromey <tom@tromey.com>
2893
2894 * gdb.tui/list-before.exp: New file.
2895
28962019-12-20 Tom Tromey <tom@tromey.com>
2897
2898 * gdb.tui/list.exp: Check for source on initial listing.
2899
29002019-12-11 Tom Tromey <tromey@adacore.com>
2901
2902 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2903 Add crlf test.
2904
29052019-12-18 Simon Marchi <simon.marchi@efficios.com>
2906
2907 * gdb.base/default.exp: Update value of $_gdb_major.
2908
29092019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2910
2911 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2912
29132019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2914
2915 * gdb.base/skip.exp: Whitespace fix.
2916
29172019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2918
2919 * gdb.base/skip-inline.c: New file.
2920 * gdb.base/skip-inline.exp: New file.
2921
29222019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2923
2924 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2925 jit_function_00 to jit_function_stack_mangle.
2926 * gdb.base/jithost.c (jit_function_t): Rename to...
2927 (jit_function_stack_mangle_t): ... this.
2928 (jit_function_add_t): New typedef.
2929 (jit_function_00_code): Rename to...
2930 (jit_function_stack_mangle_code): ... this, make static.
2931 (jit_function_add_code): New.
2932 (main): Generate "add" function and call it. Adjust to changes
2933 in jithost_abi.
2934 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2935 (struct jithost_abi) <begin, end>: Remove fields.
2936 <object, function_stack_mangle, function_add>: New fields.
2937 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2938 code_end>: Remove fields.
2939 <func_stack_mangle>: New field.
2940 (read_debug_info): Adjust to renaming, create block for "add"
2941 function.
2942 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2943
29442019-12-11 Tom Tromey <tom@tromey.com>
2945
2946 * gdb.tui/resize.exp: Fix regexp.
2947 * gdb.tui/regs.exp: Fix regexps.
2948 * gdb.tui/main.exp: Fix regexp.
2949
29502019-12-11 Tom Tromey <tom@tromey.com>
2951
2952 * gdb.tui/resize.exp: Update.
2953 * gdb.tui/empty.exp (layouts): Update.
2954
29552019-12-11 Tom Tromey <tom@tromey.com>
2956
2957 * gdb.tui/regs.exp: Update.
2958 * gdb.tui/empty.exp (layouts): Update.
2959 * gdb.tui/basic.exp: Update.
2960 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2961
29622019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2963
2964 * gdb.base/options.exp: Add -raw-values in the print completion list.
2965 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2966
29672019-12-10 Kevin Buettner <kevinb@redhat.com>
2968
2969 * gdb.threads/omp-par-scope.c: New file.
2970 * gdb/threads/omp-par-scope.exp: New file.
2971
29722019-12-10 Kevin Buettner <kevinb@redhat.com>
2973
2974 * lib/gdb.exp (support_nested_function_tests): New proc.
2975
29762019-12-10 Kevin Buettner <kevinb@redhat.com>
2977
2978 * lib/gdb.exp (gdb_compile_openmp): New proc.
2979 (build_executable_from_specs): Add an "openmp" option.
2980 (gdb_compile_pthreads): Add non-executable case.
2981
29822019-12-10 Tom Tromey <tromey@adacore.com>
2983
2984 * gdb.ada/unchecked_union.exp: New file.
2985 * gdb.ada/unchecked_union/pck.adb: New file.
2986 * gdb.ada/unchecked_union/pck.ads: New file.
2987 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2988 * gdb-utils.exp (string_to_regexp): Also quote "?".
2989
29902019-12-10 George Barrett <bob@bob131.so>
2991
2992 Test scripted probe breakpoints.
2993 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2994 * gdb.python/py-breakpoint.c (main): Likewise.
2995 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2996 specifier test.
2997 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2998
29992019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3000
3001 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
3002 an rvalue parameter.
3003 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3004 parameter.
3005
30062019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3007
3008 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3009 modules.
3010
30112019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3012
3013 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3014 broken version of GCC.
3015
30162019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3017
3018 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3019 sym-info-cmds library.
3020 * gdb.fortran/info-types.exp: Likewise.
3021 * lib/sym-info-cmds.exp: New file.
3022
30232019-12-08 Tom de Vries <tdevries@suse.de>
3024
3025 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3026
30272019-12-07 Keith Seitz <keiths@redhat.com>
3028
3029 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3030 * gdb.base/corefile-buildid-shlib.c: New file.
3031 * gdb.base/corefile-buildid.c: New file.
3032 * gdb.base/corefile-buildid.exp: New file.
3033
30342019-12-06 Tom de Vries <tdevries@suse.de>
3035
3036 * gdb.dwarf2/varval.exp: Add decl before def test.
3037
30382019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3039
3040 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3041
30422019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3043
3044 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3045 CV and reference conversion for overload resolution.
3046 * gdb.cp/rvalue-ref-overload.exp: Test it.
3047
30482019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3049
3050 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3051 * gdb.base/frameapply.exp: Test faas without command.
3052
30532019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3054
3055 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3056 Fortran tests.
3057 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3058 order.
3059
30602019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3061
3062 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3063 casting to type with no kind specified.
3064 (test_basic_parsing_of_type_kinds): Additional tests for types
3065 with no kind specified, and add tests for single/double
3066 precision/complex types.
3067
30682019-12-04 Tom Tromey <tromey@adacore.com>
3069
3070 * gdb.base/endianity.c (struct other) <x>: New field.
3071 (main): Initialize it.
3072 * gdb.base/endianity.exp: Update.
3073
30742019-12-04 Tom Tromey <tromey@adacore.com>
3075
3076 * gdb.ada/scalar_storage/storage.adb: New file.
3077 * gdb.ada/scalar_storage/pck.adb: New file.
3078 * gdb.ada/scalar_storage/pck.ads: New file.
3079 * gdb.ada/scalar_storage.exp: New file.
3080
30812019-12-04 Tom Tromey <tromey@adacore.com>
3082
3083 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3084 (main): Initialize it.
3085 * gdb.base/endianity.exp: Update.
3086
30872019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3090
30912019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3092
3093 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3094 -symbol-info-module-functions and -symbol-info-module-variables.
3095
30962019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3097
3098 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3099
31002019-12-01 Richard Bunt <richard.bunt@arm.com>
3101 Andrew Burgess <andrew.burgess@embecosm.com>
3102
3103 * gdb.fortran/derived-type-striding.exp: New file.
3104 * gdb.fortran/derived-type-striding.f90: New file.
3105 * gdb.fortran/array-slices.exp: New file.
3106 * gdb.fortran/array-slices.f90: New file.
3107
31082019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3109
3110 * gdb.base/define.exp: Test . in command names.
3111 * gdb.base/setshow.exp: Update test, as . is now part of
3112 command name.
3113
31142019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3115
3116 * gdb.base/define-prefix.exp: New file.
3117
31182019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3119
3120 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3121 compile.
3122 (skip_btrace_pt_tests): Likewise.
3123
31242019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3125
3126 * gdb.fortran/info-modules.exp: Compile source files in correct
3127 order.
3128
31292019-11-27 Kevin Buettner <kevinb@redhat.com>
3130
3131 * gdb.dwarf2/imported-unit.exp: New file.
3132 * gdb.dwarf2/imported-unit.c: New file.
3133
31342019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3135
3136 * gdb.mi/mi-fortran-modules-2.f90: New file.
3137 * gdb.mi/mi-fortran-modules.exp: New file.
3138 * gdb.mi/mi-fortran-modules.f90: New file.
3139
31402019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3141
3142 * gdb.mi/mi-sym-info-1.c: New file.
3143 * gdb.mi/mi-sym-info-2.c: New file.
3144 * gdb.mi/mi-sym-info.exp: New file.
3145
31462019-11-22 Tom Tromey <tromey@adacore.com>
3147
3148 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3149 * gdb.ada/tasks/foo.adb: Add another stopping location.
3150
31512019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3152
3153 * gdb.base/endianity.c: New test.
3154 * gdb.base/endianity.exp: New file.
3155
31562019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3157
3158 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3159
31602019-11-21 Tom de Vries <tdevries@suse.de>
3161
3162 PR gdb/24956
3163 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3164
31652019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3166
3167 * gdb.python/py-progspace.exp: Add missing parentheses on some
3168 'print' commands.
3169
31702019-11-19 Tom Tromey <tom@tromey.com>
3171
3172 * gdb.tui/winheight.exp: New file.
3173
31742019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3175
3176 * gdb.base/ctf-whatis.c: Delete.
3177 * gdb.base/ctf-whatis.exp: Delete.
3178 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3179
31802019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3181
3182 * gdb.base/ctf-cvexpr.exp: Delete.
3183 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3184
31852019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3188 the compiler. Clean up header comment a little.
3189 * gdb.base/ctf-ptype.exp: Likewise.
3190 * gdb.base/ctf-whatis.exp: Likewise.
3191 * lib/gdb.exp (skip_ctf_tests): New proc.
3192
31932019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3194
3195 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3196 * gdb.tui/corefile-run.exp: New file.
3197
31982019-11-14 Tom Tromey <tromey@adacore.com>
3199
3200 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3201 regression tests.
3202
32032019-11-12 Tom Tromey <tom@tromey.com>
3204
3205 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3206 after any command. Expect prompt after WAIT_FOR is seen.
3207 (enter_tui): Enable resize messages.
3208 (command): Expect command in output.
3209 (get_line): Avoid error when cursor appears to be off-screen.
3210 (dump_screen): Include screen size in title.
3211 (_do_resize): New proc, from "resize".
3212 (resize): Rewrite. Do resize in two steps.
3213 * gdb.tui/empty.exp (layouts): Fix entries.
3214 (check_boxes): Remove xfail.
3215 (check_text): Dump screen on failure.
3216
32172019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3218
3219 * gdb.python/py-symbol.exp: Add test for
3220 gdb.lookup_static_symbols.
3221
32222019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3223
3224 * gdb.python/py-symbol.c: Declare and call function from new
3225 py-symbol-2.c file.
3226 * gdb.python/py-symbol.exp: Compile both source files, and add new
3227 tests for gdb.lookup_static_symbol.
3228 * gdb.python/py-symbol-2.c: New file.
3229
32302019-11-02 Tom de Vries <tdevries@suse.de>
3231
3232 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3233 * gdb.base/anon.exp: Same.
3234 * gdb.base/auto-connect-native-target.exp: Same.
3235 * gdb.base/call-ar-st.exp: Same.
3236 * gdb.base/catch-syscall.exp: Same.
3237 * gdb.base/commands.exp: Same.
3238 * gdb.base/default.exp: Same.
3239 * gdb.base/display.exp: Same.
3240 * gdb.base/float.exp: Same.
3241 * gdb.base/foll-fork.exp: Same.
3242 * gdb.base/help.exp: Same.
3243 * gdb.base/info-macros.exp: Same.
3244 * gdb.base/info-proc.exp: Same.
3245 * gdb.base/info-target.exp: Same.
3246 * gdb.base/long_long.exp: Same.
3247 * gdb.base/macscp.exp: Same.
3248 * gdb.base/memattr.exp: Same.
3249 * gdb.base/nofield.exp: Same.
3250 * gdb.base/pointers.exp: Same.
3251 * gdb.base/printcmds.exp: Same.
3252 * gdb.base/ptype.exp: Same.
3253 * gdb.base/restore.exp: Same.
3254 * gdb.base/return.exp: Same.
3255 * gdb.base/scope.exp: Same.
3256 * gdb.base/set-noassign.exp: Same.
3257 * gdb.base/setshow.exp: Same.
3258 * gdb.base/shlib-call.exp: Same.
3259 * gdb.base/signals.exp: Same.
3260 * gdb.base/sigstep.exp: Same.
3261 * gdb.base/skip.exp: Same.
3262 * gdb.base/solib-symbol.exp: Same.
3263 * gdb.base/stap-probe.exp: Same.
3264 * gdb.base/step-line.exp: Same.
3265 * gdb.base/step-test.exp: Same.
3266 * gdb.base/style.exp: Same.
3267 * gdb.base/varargs.exp: Same.
3268 * gdb.base/vla-datatypes.exp: Same.
3269 * gdb.base/vla-ptr.exp: Same.
3270 * gdb.base/vla-sideeffect.exp: Same.
3271 * gdb.base/volatile.exp: Same.
3272 * gdb.base/watch-cond-infcall.exp: Same.
3273 * gdb.base/watchpoint.exp: Same.
3274
32752019-11-02 Tom de Vries <tdevries@suse.de>
3276
3277 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3278 * gdb.cp/cpexprs.exp: Same.
3279 * gdb.cp/except-multi-location.exp: Same.
3280 * gdb.cp/exceptprint.exp: Same.
3281 * gdb.cp/gdb2384.exp: Same.
3282 * gdb.cp/inherit.exp: Same.
3283 * gdb.cp/m-static.exp: Same.
3284 * gdb.cp/meth-typedefs.exp: Same.
3285 * gdb.cp/misc.exp: Same.
3286 * gdb.cp/namespace.exp: Same.
3287 * gdb.cp/non-trivial-retval.exp: Same.
3288 * gdb.cp/overload.exp: Same.
3289 * gdb.cp/pr17132.exp: Same.
3290 * gdb.cp/re-set-overloaded.exp: Same.
3291 * gdb.cp/rvalue-ref-types.exp: Same.
3292 * gdb.cp/templates.exp: Same.
3293
32942019-11-01 Luis Machado <luis.machado@linaro.org>
3295
3296 PR gdb/25124
3297
3298 * gdb.arch/pr25124.S: New file.
3299 * gdb.arch/pr25124.exp: New file.
3300
33012019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3302
3303 * gdb.fortran/info-modules.exp: Update expected results, and add
3304 additional tests for 'info module functinos', and 'info module
3305 variables'.
3306 * gdb.fortran/info-types.exp: Update expected results.
3307 * gdb.fortran/info-types.f90: Extend testcase with additional
3308 module variables and functions.
3309
33102019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3311
3312 * gdb.fortran/info-modules.exp: New file.
3313 * gdb.fortran/info-types.exp: Build with new file.
3314 * gdb.fortran/info-types.f90: Include and use new module.
3315 * gdb.fortran/info-types-2.f90: New file.
3316
33172019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3318
3319 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3320 * gdb.base/settings.exp: Test all settings types using
3321 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3322 that now verifies that the value of "maint show" is the same as
3323 returned by the settings functions. Test the type of the
3324 maintenance settings.
3325 * gdb.base/default.exp: Update show_conv_list.
3326
33272019-10-31 Tom de Vries <tdevries@suse.de>
3328
3329 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3330 gdb_test.
3331 * gdb.arch/amd64-disp-step.exp: Same.
3332 * gdb.asm/asm-source.exp: Same.
3333 * gdb.btrace/buffer-size.exp: Same.
3334 * gdb.btrace/cpu.exp: Same.
3335 * gdb.btrace/enable.exp: Same.
3336 * gdb.dwarf2/count.exp: Same.
3337 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3338 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3339 * gdb.fortran/vla-datatypes.exp: Same.
3340 * gdb.fortran/vla-history.exp: Same.
3341 * gdb.fortran/vla-ptype.exp: Same.
3342 * gdb.fortran/vla-value.exp: Same.
3343 * gdb.fortran/whatis_type.exp: Same.
3344 * gdb.guile/guile.exp: Same.
3345 * gdb.multi/tids.exp: Same.
3346 * gdb.python/py-finish-breakpoint.exp: Same.
3347 * gdb.python/py-framefilter.exp: Same.
3348 * gdb.python/py-pp-registration.exp: Same.
3349 * gdb.python/py-xmethods.exp: Same.
3350 * gdb.python/python.exp: Same.
3351 * gdb.server/connect-with-no-symbol-file.exp: Same.
3352 * gdb.server/no-thread-db.exp: Same.
3353 * gdb.server/run-without-local-binary.exp: Same.
3354 * gdb.stabs/weird.exp: Same.
3355 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3356 * gdb.threads/thread-find.exp: Same.
3357 * gdb.threads/tls-shared.exp: Same.
3358 * gdb.threads/tls.exp: Same.
3359 * gdb.threads/wp-replication.exp: Same.
3360 * gdb.trace/ax.exp: Same.
3361 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3362
33632019-10-31 Tom de Vries <tdevries@suse.de>
3364
3365 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3366 * gdb.ada/array_subscript_addr.exp: Same.
3367 * gdb.ada/arrayidx.exp: Same.
3368 * gdb.ada/arrayparam.exp: Same.
3369 * gdb.ada/arrayptr.exp: Same.
3370 * gdb.ada/boolean_expr.exp: Same.
3371 * gdb.ada/call_pn.exp: Same.
3372 * gdb.ada/complete.exp: Same.
3373 * gdb.ada/fixed_cmp.exp: Same.
3374 * gdb.ada/fun_addr.exp: Same.
3375 * gdb.ada/funcall_param.exp: Same.
3376 * gdb.ada/interface.exp: Same.
3377 * gdb.ada/mod_from_name.exp: Same.
3378 * gdb.ada/null_array.exp: Same.
3379 * gdb.ada/packed_array.exp: Same.
3380 * gdb.ada/packed_tagged.exp: Same.
3381 * gdb.ada/print_chars.exp: Same.
3382 * gdb.ada/print_pc.exp: Same.
3383 * gdb.ada/ptype_arith_binop.exp: Same.
3384 * gdb.ada/ptype_field.exp: Same.
3385 * gdb.ada/ptype_tagged_param.exp: Same.
3386 * gdb.ada/rec_return.exp: Same.
3387 * gdb.ada/ref_tick_size.exp: Same.
3388 * gdb.ada/str_ref_cmp.exp: Same.
3389 * gdb.ada/taft_type.exp: Same.
3390 * gdb.ada/tagged.exp: Same.
3391 * gdb.ada/type_coercion.exp: Same.
3392 * gdb.ada/uninitialized_vars.exp: Same.
3393
33942019-10-30 Tom de Vries <tdevries@suse.de>
3395
3396 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3397
33982019-10-26 Tom de Vries <tdevries@suse.de>
3399
3400 * gdb.base/bigcore.c: Fix typos in comments.
3401 * gdb.base/ctf-ptype.c: Same.
3402 * gdb.base/long_long.c: Same.
3403 * gdb.dwarf2/dw2-op-out-param.S: Same.
3404 * gdb.python/py-evthreads.c: Same.
3405 * gdb.reverse/i387-stack-reverse.c: Same.
3406 * gdb.trace/tfile.c: Same.
3407 * lib/compiler.c: Same.
3408 * lib/compiler.cc: Same.
3409
34102019-10-25 Tom de Vries <tdevries@suse.de>
3411
3412 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3413 gdb_test_multiple calls.
3414 * gdb.reverse/sigall-reverse.exp: Same.
3415 * gdb.reverse/solib-precsave.exp: Same.
3416 * gdb.reverse/solib-reverse.exp: Same.
3417 * gdb.reverse/until-precsave.exp: Same.
3418 * gdb.reverse/until-reverse.exp: Same.
3419
34202019-10-24 Tom de Vries <tdevries@suse.de>
3421
3422 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3423 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3424 kfail using -wrap pattern flag and convenience variable
3425 gdb_test_name.
3426
34272019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3428
3429 * gdb.python/py-progspace.exp: Add tests for the
3430 Progspace.block_for_pc method.
3431
34322019-10-23 Tom Tromey <tom@tromey.com>
3433
3434 * configure: Rebuild.
3435 * aclocal.m4: Use m4_include, not sinclude.
3436
34372019-10-21 Tom de Vries <tdevries@suse.de>
3438
3439 * gdb.base/infcall-nested-structs.c: Add
3440 __attribute__((noinline,noclone)) to all functions.
3441 (call_all): Add missing variable initialization. Simplify return value.
3442 (breakpt): Increment volatile variable, to prevent call from being
3443 optimized out.
3444 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3445
34462019-10-17 Tom de Vries <tdevries@suse.de>
3447
3448 * gdb.fortran/module.exp: Allow info variables to print info for files
3449 other than module.f90.
3450
34512019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * gdb.fortran/module.exp: Extend with 'info variables' test.
3454
34552019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3456
3457 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3458 F77_FOR_TARGET.
3459
34602019-10-16 Tom de Vries <tdevries@suse.de>
3461
3462 PR tdep/25096
3463 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3464
34652019-10-16 Tom de Vries <tdevries@suse.de>
3466
3467 PR tdep/24104
3468 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3469 Add KFAIL for PR tdep/25096.
3470
34712019-10-16 Tom de Vries <tdevries@suse.de>
3472
3473 PR testsuite/25059
3474 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3475
34762019-10-16 Tom de Vries <tdevries@suse.de>
3477
3478 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3479 as signed.
3480
34812019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3482
3483 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3484 one instead of increasing timeout.
3485
34862019-10-13 Tom de Vries <tdevries@suse.de>
3487
3488 PR record/25038
3489 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3490 * gdb.reverse/sigall-reverse.exp: Same.
3491 * gdb.reverse/solib-precsave.exp: Same.
3492 * gdb.reverse/solib-reverse.exp: Same.
3493 * gdb.reverse/step-precsave.exp: Same.
3494 * gdb.reverse/until-precsave.exp: Same.
3495 * gdb.reverse/until-reverse.exp: Same.
3496 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3497
34982019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3499
3500 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3501 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3502 (cmp_struct_05_01, cmp_struct_static_02_01)
3503 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3504 comparisons.
3505
35062019-10-10 Tom de Vries <tdevries@suse.de>
3507
3508 PR testsuite/24888
3509 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3510 gnatlink.
3511
35122019-10-09 Tom de Vries <tdevries@suse.de>
3513
3514 PR testsuite/25048
3515 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3516
35172019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3518
3519 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3520 exceptions due to missing debug information.
3521
35222019-10-07 Tom de Vries <tdevries@suse.de>
3523
3524 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3525
35262019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3527
3528 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3529 * gdb.base/annota1.exp: Update to use gdb_test_name.
3530
35312019-10-07 Weimin Pan <weimin.pan@oracle.com>
3532
3533 * gdb.base/ctf-whatis.exp: New file.
3534 * gdb.base/ctf-whatis.c: New file.
3535 * gdb.base/ctf-ptype.exp: New file.
3536 * gdb.base/ctf-ptype.c: New file.
3537 * gdb.base/ctf-constvars.exp: New file.
3538 * gdb.base/ctf-constvars.c: New file.
3539 * gdb.base/ctf-cvexpr.exp: New file.
3540
35412019-10-04 Tom de Vries <tdevries@suse.de>
3542
3543 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3544 for loop.
3545
35462019-10-03 Tom Tromey <tom@tromey.com>
3547
3548 PR rust/24976:
3549 * gdb.rust/simple.rs (Union2): New type.
3550 (main): Use Union2.
3551 * gdb.rust/simple.exp: Add test.
3552
35532019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3554
3555 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3556 nested function prefix.
3557
35582019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3559 Richard Bunt <richard.bunt@arm.com>
3560 Andrew Burgess <andrew.burgess@embecosm.com>
3561
3562 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3563 nested functions.
3564 * gdb.fortran/nested-funcs.f90: Update expected results.
3565 * gdb.fortran/nested-funcs-2.exp: New file.
3566 * gdb.fortran/nested-funcs-2.f90: New file.
3567
35682019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3569
3570 * gdb.python/py-parameter.exp: Make test names unique.
3571 * gdb.python/py-template.exp: Likewise.
3572 * gdb.python/py-value.exp: Likewise.
3573
35742019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3575
3576 * gdb.base/break-interp.exp: Reduce test name duplication.
3577 * gdb.base/call-sc.exp: Likewise.
3578 * gdb.base/callfuncs.exp: Likewise.
3579 * gdb.base/charset.exp: Likewise.
3580 * gdb.base/dump.exp: Likewise.
3581 * gdb.base/ena-dis-br.exp: Likewise.
3582 * gdb.base/relational.exp: Likewise.
3583 * gdb.base/step-over-syscall.exp: Likewise.
3584 * gdb.base/structs.exp: Likewise.
3585
35862019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3587
3588 * gdb.linespec/explicit.exp: Make test names unique.
3589 * gdb.linespec/ls-errs.exp: Likewise.
3590
35912019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3592
3593 * gdb.reverse/break-precsave.exp: Make test names unique.
3594 * gdb.reverse/break-reverse.exp: Likewise.
3595 * gdb.reverse/finish-precsave.exp: Likewise.
3596 * gdb.reverse/finish-reverse.exp: Likewise.
3597 * gdb.reverse/machinestate-precsave.exp: Likewise.
3598 * gdb.reverse/machinestate.exp: Likewise.
3599 * gdb.reverse/readv-reverse.exp: Likewise.
3600 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3601 * gdb.reverse/sigall-precsave.exp: Likewise.
3602 * gdb.reverse/sigall-reverse.exp: Likewise.
3603 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3604 * gdb.reverse/watch-precsave.exp: Likewise.
3605 * gdb.reverse/watch-reverse.exp: Likewise.
3606
36072019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3608
3609 * gdb.threads/stop-with-handle.c: New file.
3610 * gdb.threads/stop-with-handle.exp: New file.
3611
36122019-10-03 Tom de Vries <tdevries@suse.de>
3613
3614 PR testsuite/25059
3615 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3616 directory" line to be missing.
3617
36182019-10-03 Tom de Vries <tdevries@suse.de>
3619
3620 PR testsuite/25059
3621 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3622 type optional.
3623
36242019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3625
3626 * gdb.python/py-format-string.c (string.h): New include.
3627 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3628 the same value, for endianness-independence.
3629 * gdb.python/py-format-string.exp (default_regexp_dict)
3630 (test_pretty_structs, test_format): Adjust expected output to the
3631 changed initialization.
3632
36332019-10-02 Tom Tromey <tromey@adacore.com>
3634
3635 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3636
36372019-10-02 Pedro Alves <palves@redhat.com>
3638 Andrew Burgess <andrew.burgess@embecosm.com>
3639
3640 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3641 "print-file-var.h".
3642 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3643 (get_version_1): Print this_version_id and its address.
3644 Add extern "C" wrappers around interface functions.
3645 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3646 "print-file-var.h".
3647 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3648 (get_version_2): Print this_version_id and its address.
3649 Add extern "C" wrappers around interface functions.
3650 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3651 <stddef.h> and "print-file-var.h".
3652 Add extern "C" wrappers around interface functions.
3653 [VERSION_ID_MAIN] (this_version_id): Define.
3654 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3655 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3656 up extern "C" blocks.
3657 * gdb.base/print-file-var.exp (test): New, factored out from top
3658 level.
3659 (top level): Test all combinations of attribute hidden or not,
3660 dlopen or not, and this_version_id symbol in main file or not.
3661 Compile tests as both C++ and C, make test names unique.
3662
36632019-10-01 Tom Tromey <tom@tromey.com>
3664
3665 * gdb.base/style.exp: Test "show logging filename".
3666
36672019-10-01 Tom Tromey <tom@tromey.com>
3668
3669 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3670 * gdb.base/style.exp: Add metadata style test.
3671
36722019-10-01 Tom Tromey <tom@tromey.com>
3673
3674 * gdb.base/style.exp: Test "pwd".
3675
36762019-10-01 Tom Tromey <tom@tromey.com>
3677
3678 * gdb.base/style.exp: Update tests.
3679
36802019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3681
3682 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3683 'six' to unsigned.
3684 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3685 'five'. Use an all-ones bit pattern for each.
3686 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3687 to its changed values.
3688
36892019-09-30 Tom Tromey <tromey@adacore.com>
3690
3691 * gdb.rust/traits.rs: Disable all warnings.
3692
36932019-09-29 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3696
36972019-09-29 Tom de Vries <tdevries@suse.de>
3698
3699 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3700
37012019-09-27 Tom de Vries <tdevries@suse.de>
3702
3703 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3704
37052019-09-27 Tom de Vries <tdevries@suse.de>
3706
3707 PR record/23188
3708 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3709
37102019-09-26 Tom Tromey <tromey@adacore.com>
3711
3712 * gdb.ada/py_taft.exp: New file.
3713 * gdb.ada/py_taft/main.adb: New file.
3714 * gdb.ada/py_taft/pkg.adb: New file.
3715 * gdb.ada/py_taft/pkg.ads: New file.
3716
37172019-09-24 Tom de Vries <tdevries@suse.de>
3718
3719 PR gdb/24598
3720 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3721
37222019-09-22 Tom de Vries <tdevries@suse.de>
3723
3724 * gdb.base/restore.exp: Allow register variables to be optimized out at
3725 -O0.
3726
37272019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3728
3729 * gdb.arch/spu-info.exp: Remove file.
3730 * gdb.arch/spu-info.c: Remove file.
3731 * gdb.arch/spu-ls.exp: Remove file.
3732 * gdb.arch/spu-ls.c: Remove file.
3733
3734 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3735 * gdb.asm/spu.inc: Remove file.
3736
3737 * gdb.base/dump.exp: Remove support for spu*-*-*.
3738 * gdb.base/stack-checking.exp: Likewise.
3739 * gdb.base/overlays.exp: Likewise.
3740 * gdb.base/ovlymgr.c: Likewise.
3741 * gdb.base/spu.ld: Remove file.
3742
3743 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3744 * gdb.cp/cpexprs.exp: Likewise.
3745 * gdb.cp/exception.exp: Likewise.
3746 * gdb.cp/gdb2495.exp: Likewise.
3747 * gdb.cp/mb-templates.exp: Likewise.
3748 * gdb.cp/pr9167.exp: Likewise.
3749 * gdb.cp/userdef.exp: Likewise.
3750
3751 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3752
3753 * gdb.cell: Remove directory.
3754 * lib/cell.exp: Remove file.
3755
37562019-09-19 Tom de Vries <tdevries@suse.de>
3757
3758 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3759
37602019-09-19 Tom de Vries <tdevries@suse.de>
3761
3762 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3763
37642019-09-19 Tom de Vries <tdevries@suse.de>
3765
3766 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3767 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3768 (gdb_target_cmd): ... here.
3769 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3770 value 2.
3771
37722019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3773
3774 * gdb.base/source-dir.exp: Avoid having directory names in test
3775 names.
3776
37772019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3778
3779 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3780 directory.
3781
37822019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3783
3784 * gdb.base/list-missing-source.exp: New file.
3785
37862019-09-14 Tom de Vries <tdevries@suse.de>
3787
3788 PR teststuite/24599
3789 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3790 * lib/ada.exp (gnatmake_version_at_least): New proc.
3791
37922019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.base/maint.exp: Use exec_has_index_section.
3795
37962019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3797
3798 * gdb.base/maint.exp: Add test for 'maint info sections'.
3799
38002019-09-12 Tom de Vries <tdevries@suse.de>
3801
3802 * gdb.base/store.exp: Allow register variables to be optimized out at
3803 -O0.
3804
38052019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3806
3807 * gdb.ada/rdv_wait.exp: Update to new task names.
3808 * gdb.base/task_switch_in_core.exp: Likewise.
3809 * gdb.base/info_sources_base.c: Likewise.
3810
38112019-09-10 Tom Tromey <tromey@adacore.com>
3812
3813 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3814
38152019-09-10 Tom Tromey <tromey@adacore.com>
3816
3817 * gdb.ada/dgopt.exp: New file.
3818 * gdb.ada/dgopt/x.adb: New file.
3819
38202019-09-08 Tom Tromey <tom@tromey.com>
3821
3822 * gdb.tui/resize.exp: Remove setup_xfail.
3823 * gdb.tui/regs.exp: Remove setup_xfail.
3824 * gdb.tui/basic.exp: Remove setup_xfail.
3825
38262019-09-06 David Blaikie <dblaikie@gmail.com>
3827
3828 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3829 * gdb.cp/cplabel.exp: Ditto.
3830 * gdb.linespec/ls-errs.exp: Ditto.
3831
38322019-09-05 Tom de Vries <tdevries@suse.de>
3833
3834 * lib/gdb.exp (cmp_file_string): New proc.
3835 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3836 runto_main. Verify save breakpoints output.
3837
38382019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3839
3840 * gdb.base/info-var.exp: Test info variables without running
3841 to main, to avoid expect's buffer overflow.
3842
38432019-09-03 Tom Tromey <tromey@adacore.com>
3844
3845 * gdb.ada/bias.exp: New file.
3846 * gdb.ada/bias/bias.adb: New file.
3847 * gdb.ada/print_chars.exp: Add regression test.
3848 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3849 (MC): New variable.
3850
38512019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3852
3853 * gdb.base/argv0-symlink.exp: Run only on native target
3854 and local host.
3855
38562019-08-29 Tom de Vries <tdevries@suse.de>
3857
3858 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3859 diverse debug info.
3860 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3861
38622019-08-28 Tom de Vries <tdevries@suse.de>
3863
3864 * gdb.base/info-var.exp: Allow info variables to print info for files
3865 other than info-var-f1.c and info-var-f2.c.
3866
38672019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 * gdb.fortran/info-types.exp: Add module.
3870 * gdb.fortran/info-types.f90: Update expected results.
3871
38722019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.fortran/info-types.exp: New file.
3875 * gdb.fortran/info-types.f90: New file.
3876 * lib/fortran.exp (fortran_character1): New proc.
3877
38782019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3879
3880 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3881 functions'. Reindent as needed.
3882 * gdb.base/info-var-f1.c: New file.
3883 * gdb.base/info-var-f2.c: New file.
3884 * gdb.base/info-var.exp: New file.
3885 * gdb.base/info-var.h: New file.
3886
38872019-08-26 Tom de Vries <tdevries@suse.de>
3888
3889 PR c++/24852
3890 * gdb.cp/no-libstdcxx-probe.exp: New test.
3891
38922019-08-26 Tom de Vries <tdevries@suse.de>
3893
3894 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3895 * tests need to be skipped.
3896 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3897 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3898 mi_skip_libstdcxx_probe_tests.
3899
39002019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3901
3902 * gdb.python/py-xmethods.exp: Use raw strings when passing
3903 arguments to SimpleXMethodMatcher.
3904
39052019-08-22 Tom de Vries <tdevries@suse.de>
3906
3907 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3908 more informative.
3909
39102019-08-21 Pedro Alves <palves@redhat.com>
3911
3912 * gdb.base/with.exp: Test "with" with no arguments.
3913
39142019-08-21 Tom de Vries <tdevries@suse.de>
3915
3916 * gdb.base/gdb-caching-proc.exp: Sort files.
3917
39182019-08-20 Tom de Vries <tdevries@suse.de>
3919
3920 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3921 compilation.
3922
39232019-08-16 Tom de Vries <tdevries@suse.de>
3924
3925 * gdb.base/compare-sections.exp ("after run to main"): Allow
3926 mismatched read-only sections for PIE executables.
3927
39282019-08-16 Tom Tromey <tom@tromey.com>
3929
3930 * lib/tuiterm.exp (_csi_Z): New proc.
3931 * gdb.tui/basic.exp: Update window positions.
3932 * gdb.tui/empty.exp: Update window positions.
3933
39342019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3935
3936 * gdb.base/examine-backward.exp: Correct regexp for
3937 "examine 3 bytes backward from ${address_zero}".
3938
39392019-08-15 Tom Tromey <tom@tromey.com>
3940
3941 * gdb.tui/empty.exp: Enable resizing tests.
3942
39432019-08-15 Tom Tromey <tromey@adacore.com>
3944
3945 * gdb.ada/char_enum.exp: Add regression tests.
3946 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3947 and '0'.
3948 (Char, Gchar): Update.
3949 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3950
39512019-08-15 Christian Biesinger <cbiesinger@google.com>
3952
3953 * gdb.python/python.exp: Expect a leading underscore on
3954 GdbOutput{,Error}File.
3955
39562019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3957
3958 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3959 Windows host.
3960
39612019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3962
3963 * gdb.base/batch-preserve-term-settings.exp
3964 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3965
39662019-08-15 Christian Biesinger <cbiesinger@google.com>
3967
3968 * lib/gdb.exp: When running on a mingw target, replace
3969 /x/ with x:/.
3970
39712019-08-14 Alan Hayward <alan.hayward@arm.com>
3972
3973 * gdb.arch/aarch64-prologue.c: New test.
3974 * gdb.arch/aarch64-prologue.exp: New file.
3975
39762019-08-13 Tom de Vries <tdevries@suse.de>
3977
3978 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3979 Thread.
3980
39812019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3982
3983 * gdb.python/py-completion.exp: Download the .py file to the host
3984 and use its host pathname. Conditionalize tests that use
3985 tab completion and manipulate files on the build machine.
3986 * gdb.python/py-events.exp: Download the .py file to the host
3987 and use its host pathname.
3988 * gdb.python/py-evsignal.exp: Likewise.
3989 * gdb.python/py-evthreads.exp: Likewise.
3990 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3991 pathname syntax.
3992 * gdb.python/py-framefilter.exp: Download the .py file to the right
3993 place on the host. Match Windows pathname syntax.
3994 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3995 .py file to the host and use its host pathname.
3996 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3997 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3998 build pathname. Skip symlink test on Windows host. Add missing
3999 newline at end of file.
4000 * gdb.python/py-pp-maint.exp: Download the .py file to the host
4001 and use its host pathname.
4002 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
4003 * gdb.python/py-section-script.exp: Use host location of binfile
4004 on safe-path. Use correct path separator on Windows host.
4005 Reorder alternatives in gdb_test_multiple to prevent matching
4006 the wrong alternative on success.
4007 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4008
40092019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4010
4011 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4012 expect the GDB inferior to no longer immediately stop after
4013 being resumed with "signal SIGINT".
4014
40152019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4016
4017 * gdb.linespec/break-ask.exp: Generalize regexps to match
4018 Windows pathnames too.
4019
40202019-08-08 Tom de Vries <tdevries@suse.de>
4021
4022 PR testsuite/24862
4023 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4024
40252019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4026
4027 * gdb.base/style.exp: Update tests for help doc new invariants.
4028 * gdb.base/help.exp: Likewise.
4029
40302019-08-06 Tom Tromey <tom@tromey.com>
4031
4032 * gdb.base/style.exp: Add disassemble test.
4033 * gdb.base/style.c (some_called_function): New function.
4034 (main): Use it.
4035
40362019-08-05 Christian Biesinger <cbiesinger@google.com>
4037
4038 * gdb.python/py-block.exp: Test dictionary access on blocks.
4039
40402019-08-05 Simon Marchi <simon.marchi@efficios.com>
4041
4042 PR gdb/24863
4043 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4044 -list-thread-groups --available test when running under
4045 check-read1.
4046
40472019-08-05 Tom de Vries <tdevries@suse.de>
4048
4049 PR testsuite/24863
4050 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4051 * gdb.base/help.exp: Use with_read1_timeout_factor.
4052 * gdb.base/info-macros.exp: Same.
4053 * gdb.cp/nested-types.exp: Same.
4054
40552019-08-05 Tom de Vries <tdevries@suse.de>
4056
4057 * lib/gdb.exp (version_at_least): Factor out of ...
4058 (tcl_version_at_least): ... here.
4059 (gdb_compile): Fail if pie results in non-PIE executable.
4060 (readelf_version, readelf_prints_pie): New proc.
4061 (exec_is_pie): Return -1 if unknown.
4062
40632019-08-05 Tom de Vries <tdevries@suse.de>
4064
4065 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4066
40672019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4068
4069 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4070
40712019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4072
4073 * lib/completion-support.exp (test_gdb_complete_none): Skip
4074 tab completion tests if no readline support.
4075 (test_gdb_complete_unique_re): Likewise.
4076 (test_gdb_complete_multiple): Likewise.
4077
40782019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4079
4080 * gdb.base/info_sources.exp: New file.
4081 * gdb.base/info_sources.c: New file.
4082 * gdb.base/info_sources_base.c: New file.
4083
40842019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4085
4086 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4087 prefix argument.
4088 (test_exit_status): Add prefix argument.
4089
40902019-08-01 Tom de Vries <tdevries@suse.de>
4091
4092 PR testsuite/24863
4093 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4094 calling exp_continue for new thread and thread exited messages.
4095
40962019-08-01 Tom de Vries <tdevries@suse.de>
4097
4098 PR testsuite/24863
4099 * gdb.base/structs.exp: Fix check-read1 timeout using
4100 gdb_test_sequence.
4101 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4102
41032019-08-01 Tom de Vries <tdevries@suse.de>
4104
4105 PR testsuite/24863
4106 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4107 line.
4108
41092019-08-01 Tom de Vries <tdevries@suse.de>
4110
4111 PR testsuite/24863
4112 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4113
41142019-07-30 Tom Tromey <tromey@adacore.com>
4115
4116 * gdb.ada/display_nested.exp: New file.
4117 * gdb.ada/display_nested/foo.adb: New file.
4118 * gdb.ada/display_nested/pack.adb: New file.
4119 * gdb.ada/display_nested/pack.ads: New file.
4120
41212019-07-30 Christian Biesinger <cbiesinger@google.com>
4122
4123 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4124 namespace.
4125 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4126
41272019-07-30 Tom de Vries <tdevries@suse.de>
4128
4129 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4130 instead.
4131
41322019-07-30 Tom de Vries <tdevries@suse.de>
4133
4134 PR testsuite/24834
4135 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4136 (exec_is_pie): New proc.
4137
41382019-07-29 Christian Biesinger <cbiesinger@google.com>
4139
4140 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4141
41422019-07-29 Christian Biesinger <cbiesinger@google.com>
4143
4144 * gdb.python/py-objfile.c: Add global and static vars.
4145 * gdb.python/py-objfile.exp: Test new functions Objfile.
4146 lookup_global_symbol and lookup_static_symbol.
4147
41482019-07-29 Tom Tromey <tom@tromey.com>
4149
4150 * lib/tuiterm.exp (Term::_csi_@): New proc.
4151 (Term::_csi_X): Don't move cursor.
4152
41532019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4154
4155 * gdb.base/options.exp: Update backtrace - completion to
4156 new option -frame-info.
4157 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4158 Test new 'set print frame-info'. Test backtrace -frame-info
4159 overriding 'set print frame-info'.
4160 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4161 Test new 'set print frame-info'.
4162 Verify consistency of backtrace with and without filters, with and
4163 without -no-filters.
4164 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4165 default.
4166
41672019-07-29 Tom de Vries <tdevries@suse.de>
4168
4169 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4170 no arguments".
4171
41722019-07-29 Tom de Vries <tdevries@suse.de>
4173
4174 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4175 is a substring of the first for "complete non-unique file name".
4176
41772019-07-29 Tom de Vries <tdevries@suse.de>
4178
4179 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4180 with ".*".
4181
41822019-07-29 Tom de Vries <tdevries@suse.de>
4183
4184 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4185 Pass prompt_regexp parameter to gdb_test_multiple calls.
4186
41872019-07-29 Tom de Vries <tdevries@suse.de>
4188
4189 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4190 print registers" regexps.
4191
41922019-07-29 Tom de Vries <tdevries@suse.de>
4193
4194 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4195
41962019-07-29 Tom de Vries <tdevries@suse.de>
4197
4198 PR gdb/24855
4199 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4200 (skip_python_tests_prompt): Add prompt_regexp argument to
4201 gdb_test_multiple calls.
4202
42032019-07-27 Tom Tromey <tom@tromey.com>
4204
4205 * gdb.tui/main.exp: New file.
4206
42072019-07-27 Tom Tromey <tom@tromey.com>
4208
4209 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4210 optional.
4211 * gdb.tui/empty.exp: New file.
4212
42132019-07-27 Tom Tromey <tom@tromey.com>
4214
4215 * lib/tuiterm.exp (spawn): New proc.
4216 (Term::resize): New proc.
4217 * gdb.tui/resize.exp: New file.
4218
42192019-07-27 Tom Tromey <tom@tromey.com>
4220
4221 * gdb.tui/list.exp: New file.
4222
42232019-07-27 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.tui/regs.exp: New file.
4226
42272019-07-27 Tom Tromey <tom@tromey.com>
4228
4229 * gdb.tui/basic.exp: Add "layout split" test.
4230
42312019-07-27 Tom Tromey <tom@tromey.com>
4232
4233 * gdb.tui/basic.exp: Add "layout asm" test.
4234
42352019-07-27 Tom Tromey <tom@tromey.com>
4236
4237 * lib/tuiterm.exp: New file.
4238 * gdb.tui/basic.exp: New file.
4239
42402019-07-27 Kevin Buettner <kevinb@redhat.com>
4241
4242 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4243 Enable tests associated with this flag. Adjust regex
4244 referencing "foo_low" to now refer to "foo_cold" instead.
4245
42462019-07-27 Kevin Buettner <kevinb@redhat.com>
4247
4248 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4249 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4250 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4251 foo_cold. Revise comments to match.
4252 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4253 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4254 were wrapped into this proc; Call do_test in loop from outermost
4255 level.
4256 (foo_low): Rename all occurrences to "foo_cold".
4257 (backtrace from baz): New test.
4258 (x2/i foo_cold): New test.
4259 (info line *foo_cold): New test.
4260
42612019-07-26 Tom de Vries <tdevries@suse.de>
4262
4263 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4264
42652019-07-25 Tom de Vries <tdevries@suse.de>
4266
4267 PR testsuite/24830
4268 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4269 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4270 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4271 (skip_libstdcxx_probe_tests): ... here.
4272 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4273
42742019-07-24 Tom de Vries <tdevries@suse.de>
4275
4276 PR testsuite/24807
4277 * gdb.objc/basicclass.m: Include stdio.h.
4278 * gdb.objc/nondebug.m: Same.
4279 * gdb.objc/objcdecode.m: Same.
4280
42812019-07-24 Tom de Vries <tdevries@suse.de>
4282
4283 PR testsuite/24612
4284 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4285 additional_flags.
4286
42872019-07-24 Tom de Vries <tdevries@suse.de>
4288
4289 PR testsuite/24831
4290 * gdb.multi/tids.exp: Update error messages for info threads.
4291
42922019-07-24 Tom de Vries <tdevries@suse.de>
4293
4294 * gdb.base/info-types.exp: Allow info types to print info for more than
4295 one file.
4296
42972019-07-23 Tom de Vries <tdevries@suse.de>
4298
4299 PR testsuite/24842
4300 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4301 gdb_spawn_with_cmdline_opts.
4302
43032019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4304
4305 * gdb.arch/arm-cmse-sgstubs.c: New test.
4306 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4307
43082019-07-23 Tom de Vries <tdevries@suse.de>
4309
4310 PR testsuite/24711
4311 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4312 issuing next command.
4313
43142019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4315
4316 * gdb.ada/info_auto_lang.exp: Update expected results.
4317 * gdb.base/info-types.c: Add additional types to check.
4318 * gdb.base/info-types.exp: Update expected results.
4319
43202019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4321
4322 * gdb.base/info-types.c: New file.
4323 * gdb.base/info-types.exp: New file.
4324
43252019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4326
4327 * gdb.arch/riscv-bp-infcall.c: New file.
4328 * gdb.arch/riscv-bp-infcall.exp: New file.
4329
43302019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4331
4332 PR breakpoints/24541
4333 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4334
43352019-07-14 Tom de Vries <tdevries@suse.de>
4336
4337 PR testsuite/24760
4338 * gdb.objc/basicclass.exp: Fix unterminated string.
4339
43402019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4341 Andrew Burgess <andrew.burgess@embecosm.com>
4342
4343 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4344 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4345 negative bounds.
4346 * gdb.fortran/vla-value.exp: Print elements of an array with
4347 negative bounds.
4348 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4349 testing.
4350
43512019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4352
4353 * gdb.base/options.exp (expect_string): Dequote strings in
4354 results.
4355 (test-string): Test strings with different quoting and reindent.
4356
43572019-07-10 Tom Tromey <tromey@adacore.com>
4358
4359 * gdb.ada/mi_ex_cond.exp: Update expected results.
4360 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4361 * gdb.ada/mi_catch_ex.exp: Update expected results.
4362 * gdb.ada/mi_catch_assert.exp: Update expected results.
4363 * gdb.ada/catch_ex.exp (catch_exception_info)
4364 (catch_exception_entry, catch_assert_entry)
4365 (catch_unhandled_entry): Update.
4366 * gdb.ada/catch_assert_if.exp: Update expected results.
4367
43682019-07-10 Richard Bunt <richard.bunt@arm.com>
4369 Stephen Roberts <stephen.roberts@arm.com>
4370
4371 * gdb.base/define.exp: Restore original prompt.
4372
43732019-07-09 Pedro Alves <palves@redhat.com>
4374
4375 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4376 breakpoints" output.
4377 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4378 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4379 throw" creates breakpoint.
4380 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4381 'type="catchpoint"'.
4382
43832019-07-09 Pedro Alves <palves@redhat.com>
4384
4385 PR c++/15468
4386 * gdb.cp/except-multi-location-lib.cc: New.
4387 * gdb.cp/except-multi-location-main.cc: New.
4388 * gdb.cp/except-multi-location.exp: New.
4389
43902019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4391
4392 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4393 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4394 argument and update callers.
4395
43962019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4397
4398 * gdb.arch/amd64-break-on-asm-line.S: New file.
4399 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4400
44012019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4402
4403 * gdb.base/printcmds.exp: Test printing C string and
4404 C wide string convenience vars without transiting via the inferior.
4405 Also make test names unique.
4406
44072019-07-08 Alan Hayward <alan.hayward@arm.com>
4408
4409 PR breakpoints/25011
4410 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4411
44122019-07-04 Pedro Alves <palves@redhat.com>
4413
4414 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4415 body returned ok(0), break(3) or continue(4).
4416 * gdb.testsuite/foreach_with_prefix.exp: New file.
4417
44182019-07-04 Alan Hayward <alan.hayward@arm.com>
4419
4420 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4421
44222019-07-03 Pedro Alves <palves@redhat.com>
4423
4424 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4425 "return -code".
4426
44272019-07-03 Pedro Alves <palves@redhat.com>
4428
4429 PR cli/24732
4430 * gdb.base/shell.exp: Load completion-support.exp.
4431 Adjust expected error output. Add completion tests.
4432
44332019-07-03 Pedro Alves <palves@redhat.com>
4434
4435 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4436 string_to_regexp.
4437
44382019-07-03 Pedro Alves <palves@redhat.com>
4439
4440 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4441 (expect_integer): Adjust to expect "-string".
4442 (expect_string): New.
4443 (all_options): Expect "-string".
4444 (test-flag, test-boolean): Adjust to expect "-string".
4445 (test-string): New proc.
4446 (top level): Call it.
4447
44482019-07-03 Pedro Alves <palves@redhat.com>
4449
4450 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4451 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4452 the expected output in the success.
4453
44542019-07-03 Pedro Alves <palves@redhat.com>
4455
4456 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4457 Split one gdb_test_multiple call in two to avoid a race.
4458
44592019-07-03 Pedro Alves <palves@redhat.com>
4460
4461 * gdb.base/with.c: New file.
4462 * gdb.base/with.exp: New file.
4463
44642019-07-03 Pedro Alves <palves@redhat.com>
4465
4466 * gdb.base/settings.exp: Replace all references to "maint
4467 test-settings set" with references to "maint set test-settings",
4468 and all references to "maint test-settings show" with references
4469 to "maint show test-settings".
4470
44712019-07-03 Pedro Alves <palves@redhat.com>
4472
4473 * gdb.base/settings.exp (test-string): Adjust expected out when
4474 testing "maint test-settings show filename"
4475
44762019-07-02 Pedro Alves <palves@redhat.com>
4477
4478 * gdb.base/options.exp (test-info-threads): New procedure.
4479 (top level): Call it.
4480
44812019-06-28 Tom Tromey <tromey@adacore.com>
4482
4483 * gdb.dwarf2/ada-linkage-name.c: New file.
4484 * gdb.dwarf2/ada-linkage-name.exp: New file.
4485
44862019-06-27 Tom Tromey <tromey@adacore.com>
4487
4488 PR c++/20020:
4489 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4490
44912019-06-26 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4494
44952019-06-26 Tom de Vries <tdevries@suse.de>
4496
4497 * gdb.base/index-cache.exp: Add back missing debug option.
4498
44992019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4500
4501 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4502
45032019-06-25 Tom de Vries <tdevries@suse.de>
4504
4505 PR testsuite/24727
4506 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4507
45082019-06-24 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4511
45122019-06-24 Tom de Vries <tdevries@suse.de>
4513
4514 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4515 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4516 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4517
45182019-06-24 Tom de Vries <tdevries@suse.de>
4519
4520 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4521
45222019-06-21 Tom de Vries <tdevries@suse.de>
4523
4524 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4525
45262019-06-21 Tom de Vries <tdevries@suse.de>
4527
4528 PR testsuite/24518
4529 PR ada/24713
4530 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4531 index.
4532
45332019-06-19 Tom Tromey <tromey@adacore.com>
4534
4535 * gdb.ada/length_cond.exp: Add intro comment.
4536
45372019-06-19 Tom Tromey <tromey@adacore.com>
4538
4539 * gdb.ada/length_cond.exp: New file.
4540 * gdb.ada/length_cond/length_cond.adb: New file.
4541 * gdb.ada/length_cond/pck.adb: New file.
4542 * gdb.ada/length_cond/pck.ads: New file.
4543
45442019-06-18 Tom de Vries <tdevries@suse.de>
4545
4546 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4547
45482019-06-18 Tom Tromey <tromey@adacore.com>
4549
4550 * gdb.base/list0.h: Add comment explaining control character.
4551
45522019-06-18 Tom de Vries <tdevries@suse.de>
4553
4554 * boards/fission.exp: Break up long debug_flags line.
4555
45562019-06-16 Tom de Vries <tdevries@suse.de>
4557
4558 PR gdb/24445
4559 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4560 generated index.
4561
45622019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4563
4564 PR gdb/24686
4565 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4566 improve detection of bug gdb/24541.
4567
45682019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4569
4570 PR gdb/24669
4571 * gdb.base/index-cache.exp (uses_readnow,
4572 expecting_index_cache_use): Define global variable.
4573 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4574 expecting_index_cache_use.
4575
45762019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4577 Andrew Burgess <andrew.burgess@embecosm.com>
4578
4579 * gdb.fortran/pointers.f90: New file.
4580 * gdb.fortran/print_type.exp: New file.
4581 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4582 * gdb.fortran/vla-type.exp: Likewise.
4583 * gdb.fortran/vla-value.exp: Likewise.
4584 * gdb.mi/mi-vla-fortran.exp: Likewise.
4585
45862019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4587
4588 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4589 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4590 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4591 as a stop reason.
4592
45932019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4594
4595 * gdb.base/annota1.exp: Update expected results.
4596 * gdb.cp/annota2.exp: Likewise.
4597 * gdb.cp/annota3.exp: Likewise.
4598
45992019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4600
4601 * gdb.base/style-logging.exp: Remove path from test name.
4602
46032019-06-14 Tom Tromey <tromey@adacore.com>
4604
4605 PR gdb/24502:
4606 * gdb.base/style-logging.exp: New file.
4607
46082019-06-14 Tom Tromey <tromey@adacore.com>
4609
4610 * gdb.base/symfile-warn.exp: New file.
4611 * gdb.base/symfile-warn.c: New file.
4612
46132019-06-14 Tom Tromey <tromey@adacore.com>
4614
4615 * gdb.base/annotate-symlink.exp: New file.
4616
46172019-06-14 Tom Tromey <tromey@adacore.com>
4618
4619 * gdb.ada/set_wstr.exp: Add reassignment test.
4620
46212019-06-14 Tom Tromey <tromey@adacore.com>
4622
4623 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4624 'unchecked_access and 'unrestricted_access as well.
4625
46262019-06-14 Tom Tromey <tromey@adacore.com>
4627
4628 PR ada/24539:
4629 * gdb.ada/vla.exp: Update tests.
4630 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4631 pragma.
4632
46332019-06-13 Pedro Alves <palves@redhat.com>
4634
4635 * gdb.base/settings.exp (test-integer): Test junk after
4636 "unlimited".
4637
46382019-06-13 Pedro Alves <palves@redhat.com>
4639
4640 * gdb.base/options.exp (test-thread-apply): New.
4641 (top level): Call it.
4642
46432019-06-13 Pedro Alves <palves@redhat.com>
4644
4645 * gdb.base/options.exp (test-frame-apply): New.
4646 (top level): Test print commands with different "frame apply"
4647 prefixes.
4648
46492019-06-13 Pedro Alves <palves@redhat.com>
4650
4651 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4652 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4653 'max_completions' parameter and handle it.
4654 (test_gdb_completion_offers_commands): New.
4655
46562019-06-13 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4659
46602019-06-13 Pedro Alves <palves@redhat.com>
4661
4662 * gdb.base/options.exp (test-backtrace): New.
4663 (top level): Call it.
4664
46652019-06-13 Pedro Alves <palves@redhat.com>
4666
4667 * gdb.guile/scm-frame-args.exp: Use "set print
4668 raw-frame-arguments" instead of "set print raw frame-arguments".
4669 * gdb.python/py-frame-args.exp: Likewise.
4670
46712019-06-13 Pedro Alves <palves@redhat.com>
4672
4673 * gdb.compile/compile.exp: Adjust expected output to option
4674 processing changes.
4675
46762019-06-13 Pedro Alves <palves@redhat.com>
4677
4678 * gdb.base/options.exp: Build executable.
4679 (test-print): New procedure.
4680 (top level): Call it, once for "print" and another for "compile
4681 print".
4682
46832019-06-13 Pedro Alves <palves@redhat.com>
4684
4685 * gdb.base/options.c: New file.
4686 * gdb.base/options.exp: New file.
4687
46882019-06-13 Pedro Alves <palves@redhat.com>
4689
4690 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4691 that "o" is ambiguous.
4692
46932019-06-13 Pedro Alves <palves@redhat.com>
4694
4695 * gdb.base/settings.c: New file.
4696 * gdb.base/settings.exp: New file.
4697
46982019-06-13 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.base/completion.exp: Fix comment typo.
4701
47022019-06-13 Pedro Alves <palves@redhat.com>
4703
4704 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4705 foo --1" test.
4706
47072019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4708
4709 * gdb.fortran/block-data.f: New.
4710 * gdb.fortran/block-data.exp: New.
4711
47122019-06-11 Tom de Vries <tdevries@suse.de>
4713
4714 PR testsuite/24521
4715 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4716 message.
4717
47182019-06-11 Tom de Vries <tdevries@suse.de>
4719
4720 PR testsuite/24521
4721 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4722
47232019-06-11 Tom de Vries <tdevries@suse.de>
4724
4725 * boards/readnow.exp: New file.
4726
47272019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4728
4729 * gdb.fortran/vla-sizeof.exp: Update expected results.
4730
47312019-06-06 Amos Bird <amosbird@gmail.com>
4732
4733 * gdb.base/annota1.exp (thread_switch): Add test for
4734 thread-exited annotation.
4735
47362019-06-06 Tom Tromey <tromey@adacore.com>
4737
4738 * gdb.base/maint.exp: Expect command started/finished output.
4739
47402019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4741
4742 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4743 comment.
4744 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4745
47462019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4749 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4750 * gdb.arch/riscv-unwind-long-insn.c: New file.
4751 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4752
47532019-06-04 Christian Biesinger <cbiesinger@google.com>
4754
4755 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4756
47572019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4758
4759 * lib/gdb.exp (help_list_trailer): New regexp variable
4760 factorizing the help trailer message.
4761 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4762 arg to allow to better factorize various tests.
4763 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4764 (test_prefix_command_help): Use help_list_trailer.
4765 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4766 * gdb.guile/scm-cmd.exp: Likewise.
4767 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4768 * gdb.base/help.exp: Use test_user_defined_class_help.
4769 * gdb.base/style.exp: Add tests for styling of help and apropos.
4770 * lib/gdb-utils.exp (style): Add title and highlight styles.
4771
47722019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4773
4774 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4775 $_shell_exitsignal.
4776 * gdb.base/default.exp: Update for new convenience variables.
4777
47782019-05-29 Tom Tromey <tromey@adacore.com>
4779
4780 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4781 to "break complete ada" test case's regexp.
4782
47832019-05-29 Tom Tromey <tromey@adacore.com>
4784
4785 PR c++/20020:
4786 * gdb.cp/constexpr-field.exp: New file.
4787 * gdb.cp/constexpr-field.cc: New file.
4788
47892019-05-29 Tom Tromey <tromey@adacore.com>
4790
4791 * gdb.base/finish.exp (finish_no_print): New proc.
4792 (finish_tests): Call it.
4793
47942019-05-24 Tom de Vries <tdevries@suse.de>
4795
4796 * gdb.dwarf2/gdb-add-index.exp: New file.
4797
47982019-05-22 Tom Tromey <tromey@adacore.com>
4799
4800 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4801 * gdb.base/style.exp: Use "style".
4802 * lib/gdb-utils.exp (style): New proc.
4803
48042019-05-22 Tom de Vries <tdevries@suse.de>
4805
4806 * gdb.base/align.exp: Require c++11.
4807
48082019-05-22 Tom de Vries <tdevries@suse.de>
4809
4810 PR testsuite/24586
4811 * gdb.python/py-mi-var-info-path-expression.exp: Call
4812 mi_skip_python_tests to check if python is supported.
4813
48142019-05-22 Alan Hayward <alan.hayward@arm.com>
4815
4816 * gdb.arch/aarch64-pauth.c: New test.
4817 * gdb.arch/aarch64-pauth.exp: New file.
4818
48192019-05-22 Alan Hayward <alan.hayward@arm.com>
4820
4821 * README (Re-running Tests Outside The Testsuite): New section.
4822
48232019-05-21 Tom de Vries <tdevries@suse.de>
4824
4825 * gdb.arch/amd64-eval.exp: Require c++11.
4826 * gdb.base/max-depth.exp: Same.
4827 * gdb.compile/compile-cplus-array-decay.exp: Same.
4828 * gdb.cp/meth-typedefs.exp: Same.
4829 * gdb.cp/subtypes.exp: Same.
4830 * gdb.cp/temargs.exp: Same.
4831
48322019-05-21 Alan Hayward <alan.hayward@arm.com>
4833
4834 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4835
48362019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4837
4838 PR gdb/18644
4839 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4840 * gdb.fortran/printing-types.exp: Add new test.
4841 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4842 testing.
4843 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4844 setup_kfail call.
4845
48462019-05-17 Alan Hayward <alan.hayward@arm.com>
4847
4848 * README (Running the Testsuite): Change example.
4849 (Testsuite Parameters): Remove TRANSCRIPT.
4850 * lib/gdb.exp: Remove TRANSCRIPT check.
4851
48522019-05-17 Alan Hayward <alan.hayward@arm.com>
4853
4854 * README (Testsuite Parameters): Add replay logging to
4855 GDBSERVER_DEBUG.
4856 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4857 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4858 as a comma separated list.
4859 (gdb_debug_init): Override procedure.
4860
48612019-05-17 Alan Hayward <alan.hayward@arm.com>
4862
4863 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4864 (gdb_write_cmd_file): New procedure.
4865 * lib/gdbserver-support.exp (gdbserver_start): Call
4866 gdbserver_write_cmd_file.
4867 (gdbserver_write_cmd_file): New procedure.
4868
48692019-05-17 Alan Hayward <alan.hayward@arm.com>
4870
4871 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4872 (delete_breakpoints): Likewise.
4873 (gdb_run_cmd): Likewise.
4874 (gdb_start_cmd): Likewise.
4875 (gdb_starti_cmd): Likewise.
4876 (gdb_internal_error_resync): Likewise.
4877 (gdb_test_multiple): Likewise.
4878 (gdb_reinitialize_dir): Likewise.
4879 (default_gdb_exit): Likewise.
4880 (gdb_file_cmd): Mark kill as optional.
4881 (default_gdb_start): Call gdb_stdin_log_init.
4882 (send_gdb): Call gdb_stdin_log_write.
4883 (rerun_to_main): Mark Y as an answer.
4884 (gdb_stdin_log_init): New function.
4885 (gdb_stdin_log_write): Likewise.
4886
48872019-05-17 Alan Hayward <alan.hayward@arm.com>
4888
4889 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4890 * gdb.base/debug-expr.exp: Likewise.
4891 * gdb.base/foll-fork.exp: Likewise.
4892 * gdb.base/foll-vfork.exp: Likewise.
4893 * gdb.base/fork-print-inferior-events.exp: Likewise.
4894 * gdb.base/gdb-sigterm.exp: Likewise.
4895 * gdb.base/gdbinit-history.exp: Likewise.
4896 * gdb.base/osabi.exp: Likewise.
4897 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4898 * gdb.base/ui-redirect.exp: Likewise.
4899 * gdb.gdb/unittest.exp: Likewise.
4900 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4901 * gdb.mi/mi-watch.exp: Likewise.
4902 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4903 * gdb.mi/user-selected-context-sync.exp: Likewise.
4904 * gdb.python/python.exp: Disable debug test when debugging.
4905 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4906 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4907 Likewise.
4908 * gdb.threads/stepi-random-signal.exp: Likewise.
4909
49102019-05-17 Alan Hayward <alan.hayward@arm.com>
4911
4912 * Makefile.in: Pass through GDB_DEBUG.
4913 * README (Testsuite Parameters): Add GDB_DEBUG.
4914 (gdb,debug): Add board setting.
4915 * lib/gdb.exp (default_gdb_start): Start debugging.
4916 (gdb_debug_enabled): New procedure.
4917 (gdb_debug_init): Likewise.
4918
49192019-05-17 Alan Hayward <alan.hayward@arm.com>
4920
4921 * Makefile.in: Pass through GDB_DEBUG.
4922 * README (Testsuite Parameters): Add GDB_DEBUG.
4923 (gdb,debug): Add board setting.
4924 * lib/gdb.exp (default_gdb_start): Start debugging.
4925 (gdb_debug_enabled): New procedure.
4926 (gdb_debug_init): Likewise.
4927
49282019-05-17 Alan Hayward <alan.hayward@arm.com>
4929
4930 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4931
49322019-05-17 Alan Hayward <alan.hayward@arm.com>
4933
4934 * gdb.base/ui-redirect.exp: Test redirection.
4935
49362019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4937
4938 * gdb.mi/mi-complete.exp: New file.
4939 * gdb.mi/mi-complete.cc: Likewise.
4940
49412019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4942
4943 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4944 indexed and sliced arrays, and pointers to arrays.
4945
49462019-05-14 Tom Tromey <tromey@adacore.com>
4947
4948 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4949 styling test.
4950
49512019-05-14 Tom de Vries <tdevries@suse.de>
4952
4953 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4954 selection entry encoding.
4955
49562019-05-10 Tom Tromey <tromey@adacore.com>
4957
4958 * gdb.ada/info_exc.exp: Add "complete" test.
4959
49602019-05-09 Tom de Vries <tdevries@suse.de>
4961
4962 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4963 CU-relative.
4964
49652019-05-09 Tom de Vries <tdevries@suse.de>
4966
4967 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4968 CU-relative.
4969
49702019-05-08 Joel Brobecker <brobecker@adacore.com>
4971
4972 * gdb.ada/frame_arg_lang.exp: New testcase.
4973 * gdb.ada/frame_arg_lang/bla.adb: New file.
4974 * gdb.ada/frame_arg_lang/pck.ads: New file.
4975 * gdb.ada/frame_arg_lang/pck.adb: New file.
4976 * gdb.ada/frame_arg_lang/foo.c: New file.
4977
49782019-05-08 Tom Tromey <tromey@adacore.com>
4979
4980 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4981
49822019-05-08 Tom Tromey <tromey@adacore.com>
4983
4984 * gdb.base/ptype-offsets.exp: Update tests.
4985
49862019-05-08 Tom Tromey <tromey@adacore.com>
4987
4988 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4989 cases.
4990 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4991 "short".
4992
49932019-05-08 Tom Tromey <tromey@adacore.com>
4994
4995 * gdb.ada/vla.exp: New file.
4996 * gdb.ada/vla/vla.adb: New file.
4997
49982019-05-07 Tom de Vries <tdevries@suse.de>
4999
5000 * gdb.base/index-cache.exp (ls_host): Fix return statement.
5001
50022019-05-07 Tom de Vries <tdevries@suse.de>
5003
5004 PR testsuite/24522
5005 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5006 section.
5007
50082019-05-07 Tom de Vries <tdevries@suse.de>
5009
5010 PR testsuite/24522
5011 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5012 .debug_aranges section.
5013
50142019-05-07 Tom de Vries <tdevries@suse.de>
5015
5016 PR testsuite/24159
5017 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5018
50192019-05-06 Tom de Vries <tdevries@suse.de>
5020
5021 * lib/gdb.exp (exec_has_index_section): New proc.
5022 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5023 section.
5024
50252019-05-04 Tom de Vries <tdevries@suse.de>
5026
5027 * boards/cc-with-debug-names.exp: New file.
5028
50292019-05-03 Tom Tromey <tromey@adacore.com>
5030
5031 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5032 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5033 * gdb.ada/char_enum.exp: Add test.
5034
50352019-05-03 Tom de Vries <tdevries@suse.de>
5036
5037 * boards/cc-with-gdb-index.exp: New file.
5038
50392019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5040
5041 * gdb.rust/simple.exp: Add new test case.
5042 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5043 (main): Initialise an instance of the new struct.
5044
50452019-05-01 Tom Tromey <tromey@adacore.com>
5046
5047 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5048 record.
5049 (NPR): New variable.
5050 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5051 test.
5052
50532019-05-01 Tom Tromey <tromey@adacore.com>
5054
5055 * gdb.ada/packed_array_assign.exp: Add packed assignment
5056 regression test.
5057
50582019-05-01 Tom de Vries <tdevries@suse.de>
5059
5060 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5061
50622019-05-01 Tom de Vries <tdevries@suse.de>
5063
5064 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5065
50662019-04-30 Ali Tamur <tamur@google.com>
5067
5068 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5069
50702019-04-30 Tom Tromey <tromey@adacore.com>
5071
5072 * lib/ada.exp (find_ada_tool): New proc.
5073 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5074 * gdb.ada/catch_ex_std.exp: New file.
5075 * gdb.ada/catch_ex_std/foo.adb: New file.
5076 * gdb.ada/catch_ex_std/some_package.adb: New file.
5077 * gdb.ada/catch_ex_std/some_package.ads: New file.
5078
50792019-04-30 Tom Tromey <tromey@adacore.com>
5080
5081 PR c++/24470:
5082 * gdb.cp/temargs.cc: Add test code from PR.
5083
50842019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5085
5086 * gdb.fortran/vla-datatypes.exp: Update expected results.
5087 * gdb.fortran/vla-ptype.exp: Likewise.
5088 * gdb.fortran/vla-type.exp: Likewise.
5089 * gdb.fortran/vla-value.exp: Likewise.
5090
50912019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5092
5093 * gdb.fortran/ptr-indentation.exp: Update expected results.
5094 * gdb.fortran/ptype-on-functions.exp: Likewise.
5095 * gdb.fortran/vla-ptr-info.exp: Likewise.
5096 * gdb.fortran/vla-value.exp: Likewise.
5097
50982019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5099
5100 * gdb.fortran/ptype-on-functions.exp: New file.
5101 * gdb.fortran/ptype-on-functions.f90: New file.
5102
51032019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5104
5105 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5106 case void string.
5107
51082019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5109
5110 * gdb.fortran/complex.exp: Expand.
5111 * gdb.fortran/complex.f: Renamed to...
5112 * gdb.fortran/complex.f90: ...this, and extended to add more
5113 complex values.
5114
51152019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5116
5117 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5118 MODULO, CMPLX.
5119
51202019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5121 Richard Bunt <richard.bunt@arm.com>
5122
5123 * gdb.base/max-depth.c: New file.
5124 * gdb.base/max-depth.exp: New file.
5125 * gdb.python/py-nested-maps.c: New file.
5126 * gdb.python/py-nested-maps.exp: New file.
5127 * gdb.python/py-nested-maps.py: New file.
5128 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5129 (test_all_common): Call test_max_depth.
5130 * gdb.fortran/max-depth.exp: New file.
5131 * gdb.fortran/max-depth.f90: New file.
5132 * gdb.go/max-depth.exp: New file.
5133 * gdb.go/max-depth.go: New file.
5134 * gdb.modula2/max-depth.exp: New file.
5135 * gdb.modula2/max-depth.c: New file.
5136 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5137
51382019-04-29 Tom de Vries <tdevries@suse.de>
5139
5140 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5141
51422019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5143
5144 * gdb.base/callexit.exp: Test may-call-functions off.
5145
51462019-04-25 Keith Seitz <keiths@redhat.com>
5147
5148 PR c++/24367
5149 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5150 (another_incomplete_struct, test_incomplete): New definitions.
5151 (main): Use new definitions.
5152 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5153 functions.
5154
51552019-04-25 Ali Tamur <tamur@google.com>
5156
5157 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5158
51592019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5160
5161 PR corefiles/11608
5162 PR corefiles/18187
5163 * gdb.base/coredump-filter-build-id.exp: New file.
5164
51652019-04-25 Alan Hayward <alan.hayward@arm.com>
5166
5167 * Makefile.in: Pass through GDBSERVER_DEBUG.
5168 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5169 (gdbserver,debug): Add board setting.
5170 * gdb.trace/tspeed.exp: Skip when debugging.
5171 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5172 * lib/gdbserver-support.exp: Likewise
5173
51742019-04-24 Tom Tromey <tromey@adacore.com>
5175
5176 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5177 Rust.
5178
51792019-04-24 Tom Tromey <tromey@adacore.com>
5180
5181 * gdb.arch/amd64-eval.exp: Test bitfield return.
5182 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5183 (class Foo) <return_bitfields>: New method.
5184 (main): Call it.
5185
51862019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5187
5188 * gdb.cp/many-args.cc: New file.
5189 * gdb.cp/many-args.exp: New file.
5190
51912019-04-23 Tom de Vries <tdevries@suse.de>
5192
5193 PR gdb/24433
5194 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5195
51962019-04-23 Alan Hayward <alan.hayward@arm.com>
5197
5198 * gdb.trace/backtrace.exp: Use nopie flag.
5199 * gdb.trace/circ.exp: Likewise.
5200 * gdb.trace/collection.exp: Likewise.
5201 * gdb.trace/ftrace.exp: Likewise.
5202 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5203 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5204 * gdb.trace/qtro.exp: Likewise.
5205 * gdb.trace/read-memory.exp: Likewise.
5206 * gdb.trace/report.exp: Likewise.
5207 * gdb.trace/tfile.exp: Likewise.
5208 * gdb.trace/tfind.exp: Likewise.
5209 * gdb.trace/unavailable.exp: Likewise.
5210
52112019-04-22 Pedro Alves <palves@redhat.com>
5212
5213 * gdb.base/solib-probes-nosharedlibrary.c,
5214 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5215
52162019-04-19 Tom Tromey <tromey@adacore.com>
5217
5218 * gdb.ada/ptype_union.c: New file.
5219 * gdb.ada/ptype_union.exp: New file.
5220
52212019-04-19 Tom Tromey <tromey@adacore.com>
5222
5223 PR symtab/24423:
5224 * gdb.base/list0.h (foo): Add a control-l character.
5225
52262019-04-18 Tom de Vries <tdevries@suse.de>
5227
5228 PR gdb/24433
5229 * boards/local-board.exp: Set sysroot to "".
5230
52312019-04-18 Tom de Vries <tdevries@suse.de>
5232 Pedro Alves <palves@redhat.com>
5233
5234 PR gdb/24454
5235 * gdb.threads/vfork-follow-child-exec.c: New file.
5236 * gdb.threads/vfork-follow-child-exec.exp: New file.
5237 * gdb.threads/vfork-follow-child-exit.c: New file.
5238 * gdb.threads/vfork-follow-child-exit.exp: New file.
5239
52402019-04-15 Leszek Swirski <leszeks@google.com>
5241
5242 * gdb.arch/amd64-eval.cc: New file.
5243 * gdb.arch/amd64-eval.exp: New file.
5244
52452019-04-11 Alan Hayward <alan.hayward@arm.com>
5246
5247 * gdb.server/sysroot.c: New test.
5248 * gdb.server/sysroot.exp: New file.
5249 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5250 matching param.
5251
52522019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5253
5254 * gdb.base/align.exp: Extend test to cover structures containing
5255 only static fields.
5256
52572019-04-11 Tom de Vries <tdevries@suse.de>
5258
5259 * boards/cc-with-dwz-m.exp: New file.
5260 * boards/cc-with-dwz.exp: New file.
5261 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5262
52632019-04-09 Simon Marchi <simon.marchi@efficios.com>
5264
5265 * gdb.base/start-cpp.exp: New file.
5266 * gdb.base/start-cpp.cc: New file.
5267
52682019-04-08 Kevin Buettner <kevinb@redhat.com>
5269
5270 * gdb.python/py-thrhandle.exp: Adjust tests to call
5271 thread_from_handle instead of thread_from_thread_handle.
5272
52732019-04-08 Kevin Buettner <kevinb@redhat.com>
5274
5275 * gdb.python/py-thrhandle.exp: Add tests for
5276 gdb.InferiorThread.handle.
5277
52782019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5279
5280 * gdb.python/py-function.exp: Check calling helper function from
5281 all languages.
5282 * lib/gdb.exp (gdb_supported_languages): New proc.
5283
52842019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5285
5286 * gdb.base/complex-parts.c: New file.
5287 * gdb.base/complex-parts.exp: New file.
5288
52892019-04-01 Tom Tromey <tromey@adacore.com>
5290
5291 PR symtab/23331:
5292 * gdb.dwarf2/dw2-ranges-main.c: New file.
5293 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5294 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5295
52962019-03-30 Simon Marchi <simark@simark.ca>
5297
5298 * gdb.base/default.exp: Add values for $_gdb_major and
5299 $_gdb_minor.
5300
53012019-03-29 Tom Tromey <tromey@adacore.com>
5302
5303 * gdb.base/help.exp: Tighten apropos regexp.
5304
53052019-03-29 Keith Seitz <keiths@redhat.com>
5306
5307 * gdb.fortran/array-bounds.exp: New file.
5308 * gdb.fortran/array-bounds.f90: New file.
5309
53102019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5311
5312 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5313
53142019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5315
5316 * gdb.multi/hello.c (main): Increase alarm timer.
5317
53182019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5319
5320 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5321 factor when no hardware watchpoint support.
5322
53232019-03-28 Alan Hayward <alan.hayward@arm.com>
5324 Pedro Alves <palves@redhat.com>
5325
5326 * boards/local-board.exp: set sysroot to /.
5327
53282019-03-27 Alan Hayward <alan.hayward@arm.com>
5329
5330 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5331 in child.
5332
53332019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5334
5335 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5336 field.
5337 (make_container): Initialise new field.
5338 * gdb.python/py-prettyprint.exp: Add new tests.
5339 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5340 <display_hint>: New method.
5341
53422019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5343
5344 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5345 gdb_continue_to_breakpoint more throughout this test.
5346 (run_lang_tests) Supply unique test names, and use
5347 gdb_test_no_output.
5348
53492019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5350
5351 * gdb.base/finish-pretty.exp: Update expected results.
5352 * gdb.base/pretty-print.c: New file.
5353 * gdb.base/pretty-print.exp: New file.
5354
53552019-03-25 Pedro Alves <palves@redhat.com>
5356
5357 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5358 move comments outside list. Append '-i "" eof' section.
5359
53602019-03-22 Alan Hayward <alan.hayward@arm.com>
5361
5362 PR testsuite/25016
5363 * README: Add pie options.
5364 * gdb.base/break-interp.exp: Ensure pie is disabled.
5365 * gdb.base/dump.exp: Likewise.
5366 * lib/gdb.exp (gdb_compile): Add pie option.
5367
53682019-03-19 Tom Tromey <tromey@adacore.com>
5369
5370 * gdb.mi/mi2-cli-display.c: New file.
5371 * gdb.mi/mi2-cli-display.exp: New file.
5372
53732019-03-18 Joel Brobecker <brobecker@adacore.com>
5374 Tom Tromey <tromey@adacore.com>
5375
5376 * gdb.ada/ptype_array/pck.adb: New file.
5377 * gdb.ada/ptype_array/pck.ads: New file.
5378 * gdb.ada/ptype_array/foo.adb: New file.
5379 * gdb.ada/ptype_array.exp: New file.
5380
53812019-03-14 Tom Tromey <tromey@adacore.com>
5382
5383 * gdb.base/style.exp: Add "set style sources" test.
5384
53852019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5386
5387 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5388 * mi-breakpoint-multiple-locations.exp: ... this.
5389 (make_breakpoints_pattern): New proc.
5390 (do_test): Add mi_version parameter, test -break-insert,
5391 -break-info and =breakpoint-created.
5392
53932019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5394
5395 * config/default.exp: Remove 'load_lib gdb.exp'.
5396 * config/monitor.exp: Likewise.
5397 * config/sid.exp: Likewise.
5398 * config/sim.exp: Likewise.
5399 * config/slite.exp: Likewise.
5400 * config/unix.exp: Likewise.
5401 * gdb.base/default.exp: Remove unhelpful comment.
5402
54032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5404
5405 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5406
54072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5408
5409 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5410
54112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5412
5413 * gdb.fortran/type-kinds.exp: Update expected results.
5414
54152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5418
54192019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5420
5421 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5422 function.
5423 (test_basic_parsing_of_type_kinds): Expand types tested.
5424 (test_parsing_invalid_type_kinds): New function.
5425
54262019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5427
5428 * gdb.fortran/intrinsics.exp: New file.
5429 * gdb.fortran/intrinsics.f90: New file.
5430 * gdb.fortran/type-kinds.exp: New file.
5431
54322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.fortran/dot-ops.exp: New file.
5435
54362019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5437
5438 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5439 Check upper and lower case logical literals.
5440
54412019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5442
5443 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5444 Remove duplicate tests.
5445
54462019-03-06 Alan Hayward <alan.hayward@arm.com>
5447
5448 * lib/gdb.exp (builtin_cd): rename of cd.
5449 (cd): Override builtin.
5450
54512019-03-06 Richard Bunt <richard.bunt@arm.com>
5452
5453 * gdb.fortran/function-calls.exp: New file.
5454 * gdb.fortran/function-calls.f90: New test.
5455
54562019-03-04 Richard Bunt <richard.bunt@arm.com>
5457
5458 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5459 on user program standard output.
5460 * gdb.fortran/short-circuit-argument-list.f90: Record function
5461 calls.
5462
54632019-02-28 Alan Hayward <alan.hayward@arm.com>
5464
5465 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5466 failure.
5467
54682019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5469
5470 PR gdb/8527
5471 * gdb.base/interrupt-daemon-attach.c,
5472 gdb.base/interrupt-daemon-attach.exp: New test.
5473
54742019-02-27 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.base/page.exp: Add tests for "set width/height -1".
5477
54782019-02-27 Pedro Alves <palves@redhat.com>
5479
5480 * gdb.base/page.exp: Add tests for "set/show width/height" with
5481 "infinite" values.
5482
54832019-02-27 Tom Tromey <tromey@adacore.com>
5484
5485 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5486 2.4.
5487 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5488 workaround.
5489
54902019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5491
5492 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5493 tests for structs with static members.
5494
54952019-02-26 Tom Tromey <tromey@adacore.com>
5496
5497 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5498 ValueError, not TypeError.
5499
55002019-02-26 Kevin Buettner <kevinb@redhat.com>
5501
5502 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5503 call from main program.
5504
55052019-02-23 Joel Brobecker <brobecker@adacore.com>
5506
5507 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5508 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5509 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5510 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5511 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5512
55132019-02-22 Keith Seitz <keiths@redhat.com>
5514
5515 PR symtab/23853
5516 * gdb.base/symlink-sourcefile.c: New file.
5517 * gdb.base/symlink-sourcefile.exp: New file.
5518
55192019-02-20 Tom Tromey <tom@tromey.com>
5520
5521 * gdb.base/info_qt.exp: Update.
5522
55232019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5524
5525 * gdb.base/source.exp: Move "error in sourced script" code to
5526 the end.
5527 * gdb.base/source-error.gdb: Move contents to
5528 source-error-1.gdb. Add new code to source source-error-1.gdb.
5529 * gdb.base/source-error-1.gdb: New file, from previous
5530 source-error.gdb.
5531
55322019-02-17 Tom Tromey <tom@tromey.com>
5533
5534 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5535 for macro styling.
5536 * gdb.base/style.c (SOME_MACRO): New macro.
5537
55382019-02-17 Tom Tromey <tom@tromey.com>
5539
5540 * gdb.base/style.exp: Add line-wrapping tests.
5541 * gdb.base/page.exp: Add test for quitting during pagination.
5542
55432019-02-17 Joel Brobecker <brobecker@adacore.com>
5544
5545 * gdb.ada/big_packed_array: New testcase.
5546 * gdb.ada/homonym.exp: Fix incorrect expected output for
5547 "break <homonym__get_value>" test.
5548
55492019-02-13 Weimin Pan <weimin.pan@oracle.com>
5550
5551 PR breakpoints/21870
5552 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5553 and prepare_for_testing. Add comment.
5554 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5555 redundant cleanup call. Clean up comment.
5556
55572019-02-12 Weimin Pan <weimin.pan@oracle.com>
5558
5559 PR breakpoints/21870
5560 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5561 * gdb.arch/aarch64-dbreg-contents.c: New file.
5562
55632019-02-10 Joel Brobecker <brobecker@adacore.com>
5564
5565 * gdb.ada/mi_ref_changeable: New testcase.
5566
55672019-02-07 Alan Hayward <alan.hayward@arm.com>
5568
5569 * gdb.base/attach.exp: Add double attach test.
5570
55712019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5572
5573 * lib/gdb.exp (default_gdb_start): Don't match pagination
5574 prompt.
5575 (gdb_init): Set stty_init.
5576
55772019-01-27 Tom Tromey <tom@tromey.com>
5578
5579 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5580 skip_python_tests.
5581
55822019-01-24 Alan Hayward <alan.hayward@arm.com>
5583
5584 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5585 New structure.
5586 (struct struct_static_02_02): Likewise.
5587 (struct struct_static_02_03): Likewise.
5588 (struct struct_static_02_04): Likewise.
5589 (struct struct_static_04_01): Likewise.
5590 (struct struct_static_04_02): Likewise.
5591 (struct struct_static_04_03): Likewise.
5592 (struct struct_static_04_04): Likewise.
5593 (struct struct_static_06_01): Likewise.
5594 (struct struct_static_06_02): Likewise.
5595 (struct struct_static_06_03): Likewise.
5596 (struct struct_static_06_04): Likewise.
5597 (cmp_struct_static_02_01): Likewise.
5598 (cmp_struct_static_02_02): Likewise.
5599 (cmp_struct_static_02_03): Likewise.
5600 (cmp_struct_static_02_04): Likewise.
5601 (cmp_struct_static_04_01): Likewise.
5602 (cmp_struct_static_04_02): Likewise.
5603 (cmp_struct_static_04_03): Likewise.
5604 (cmp_struct_static_04_04): Likewise.
5605 (cmp_struct_static_06_01): Likewise.
5606 (cmp_struct_static_06_02): Likewise.
5607 (cmp_struct_static_06_03): Likewise.
5608 (cmp_struct_static_06_04): Likewise.
5609 (call_all): Test new structs.
5610 * gdb.base/infcall-nested-structs.exp: Likewise.
5611
56122019-01-21 Alan Hayward <alan.hayward@arm.com>
5613 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5614
56152019-01-21 Alan Hayward <alan.hayward@arm.com>
5616 * gdb.base/stack-protector.c: New test.
5617 * gdb.base/stack-protector.exp: New file.
5618 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5619 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5620 option.
5621 (gdb_compile): Remove stack protector for GCC and prevent
5622 recursion.
5623
56242019-01-16 Keith Seitz <keiths@redhat.com>
5625
5626 PR gdb/23773
5627 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5628
56292019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5630
5631 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5632 aliases.
5633 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5634 tests.
5635 * gdb.arch/powerpc-vector-regs.c: New file.
5636 * gdb.arch/powerpc-vector-regs.exp: New file.
5637
56382019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5639
5640 * gdb.arch/altivec-regs.exp: Fix the list passed to
5641 gdb_expect_list when testing "info vector".
5642
56432019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5644
5645 * gdb.base/style.exp: Don't include path in testname.
5646
56472019-01-10 Keith Seitz <keiths@redhat.com>
5648
5649 PR gdb/23712
5650 PR symtab/23010
5651 * gdb.dwarf2/multidictionary.exp: New file.
5652
56532019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5654
5655 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5656 (test_gnuv3_style_demangling): ... this.
5657 (test_lucid_style_demangling): Remove.
5658 (test_arm_style_demangling): Remove.
5659 (test_hp_style_demangling): Remove.
5660 (do_tests): Remove calls to the above.
5661
56622019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5663
5664 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5665 case.
5666
56672019-01-06 Tom Tromey <tom@tromey.com>
5668
5669 PR gdb/28155:
5670 * gdb.dwarf2/typedef-void-finish.exp: New file.
5671
56722018-12-28 Tom Tromey <tom@tromey.com>
5673 Simon Marchi <simark@simark.ca>
5674
5675 * gdb.base/jit-exec.exp: New file.
5676 * gdb.base/jit-exec.c: New file.
5677 * gdb.base/jit-execd.c: New file.
5678
56792018-12-28 Tom Tromey <tom@tromey.com>
5680
5681 * gdb.base/style.exp: Update test to check for address styling.
5682
56832018-12-28 Tom Tromey <tom@tromey.com>
5684
5685 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5686 message.
5687
56882018-12-28 Tom Tromey <tom@tromey.com>
5689
5690 * gdb.base/style.exp: Add test for version number styling.
5691
56922018-12-28 Tom Tromey <tom@tromey.com>
5693
5694 * gdb.base/style.exp: Add test for print_address_symbolic.
5695
56962018-12-28 Tom Tromey <tom@tromey.com>
5697
5698 * gdb.base/style.exp: Add test for breakpoint setting.
5699
57002018-12-28 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.base/style.exp: Add test for variable names.
5703
57042018-12-28 Tom Tromey <tom@tromey.com>
5705
5706 * gdb.base/style.exp: New file.
5707 * gdb.base/style.c: New file.
5708
57092018-12-28 Tom Tromey <tom@tromey.com>
5710
5711 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5712 "dumb".
5713 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5714 the TERM environment variable.
5715
57162018-12-27 Tom Tromey <tom@tromey.com>
5717
5718 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5719 pagination test.
5720
57212018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5722
5723 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5724 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5725
57262018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5727
5728 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5729 Filename a.adb changed to bp_fun_addr.adb.
5730 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5731
57322018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5733
5734 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5735 non-PIE executables.
5736 * README: Mention the gdb,nopie_flag board setting.
5737 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5738 non-PIE executable.
5739 * gdb.arch/amd64-entry-value.exp: Likewise.
5740 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5741 * gdb.arch/i386-float.exp: Likewise.
5742 * gdb.arch/i386-signal.exp: Likewise.
5743 * gdb.mi/mi-reg-undefined.exp: Likewise.
5744
57452018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5746
5747 PR gdb/23974
5748 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5749
57502018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5751
5752 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5753 Update order of results accordingly.
5754
57552018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * gdb.base/annota1.exp: Update a test regexp.
5758
57592018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5760
5761 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5762
57632018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5764
5765 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5766 (reuse_time): Initialize to REUSE_TIME_CAP.
5767 (check_rc): New function.
5768 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5769 Check pthread_create rc.
5770 (spawner_thread_func): Check pthread_create and pthread_join rc.
5771
57722018-12-08 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/list.exp (test_forward_search): Rename to ...
5775 (test_forward_reverse_search): ... this. Also test reverse-search
5776 and the forward-search alias.
5777
57782018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5779
5780 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5781 local timeout variable before return, and remove all local timeout
5782 variable entirely.
5783 (gdb_load): Likewise.
5784
57852018-12-01 Tom de Vries <tdevries@suse.de>
5786
5787 * gdb.base/gdb-caching-proc.exp: New file.
5788
57892018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5790
5791 * Makefile.in (TIMESTAMP): New variable.
5792 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5793 command.
5794 (check-single-racy): Likewise.
5795 (check/%.exp): Likewise.
5796 (check-racy/%.exp): Likewise.
5797 (workers/%.worker): Likewise.
5798 (build-perf): Likewise.
5799 (check-perf): Likewise.
5800 * README: Describe new "TS" and "TS_FORMAT" variables.
5801 * print-ts.py: New file.
5802
58032018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5804
5805 PR python/23714
5806 * gdb.python/python.exp: Test command repetition after
5807 gdb.execute.
5808
58092018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5810
5811 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5812 is correctly aligned.
5813
58142018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5815
5816 * gdb.ada/info_auto_lang.exp: New testcase.
5817 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5818 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5819 * gdb.ada/info_auto_lang/some_c.c: New file.
5820
58212018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5822
5823 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5824 FUNC_lang language syntax.
5825
58262018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5827
5828 * gdb.base/info_minsym.c: New file.
5829 * gdb.base/info_minsym.exp: New file.
5830
58312018-11-19 Tom Tromey <tom@tromey.com>
5832
5833 PR rust/23625:
5834 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5835 * gdb.rust/expr.exp: Update expected output. Change one test.
5836
58372018-11-19 Tom Tromey <tom@tromey.com>
5838
5839 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5840
58412018-11-19 Pedro Alves <palves@redhat.com>
5842
5843 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5844 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5845 see the expected warning.
5846
58472018-11-16 Alan Hayward <alan.hayward@arm.com>
5848
5849 PR gdb/22736:
5850 * gdb.cp/infcall-nodebug-lib.c: New test.
5851 * gdb.cp/infcall-nodebug-main.c: New test.
5852 * gdb.cp/infcall-nodebug.exp: New file.
5853
58542018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5855
5856 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5857 completer tests.
5858
58592018-11-09 Tom de Vries <tdevries@suse.de>
5860
5861 * gdb.base/msym-lang.c: New test.
5862 * gdb.base/msym-lang.exp: New file.
5863 * gdb.base/msym-lang-main.c: New test.
5864
58652018-11-08 Tom Tromey <tom@tromey.com>
5866
5867 PR gdb/23555:
5868 PR gdb/23838:
5869 * gdb.base/warning.exp: New file.
5870
58712018-11-08 Jan Beulich <jbeulich@suse.com>
5872
5873 * testsuite/gdb.arch/i386-avx512.c,
5874 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5875
58762018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5877
5878 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5879 point hardware.
5880
58812018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5882
5883 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5884 * gdb.dwarf2/missing-type-name.exp: New file.
5885
58862018-11-06 Tom de Vries <tdevries@suse.de>
5887
5888 * gdb.base/many-headers.c: New test.
5889 * gdb.base/many-headers.exp: New file.
5890
58912018-11-06 Jim Wilson <jimw@sifive.com>
5892
5893 * gdb.base/code_elim.exp: For riscv, set additional_flags
5894 to include -msmall-data-limit=0.
5895
58962018-11-01 Joel Brobecker <brobecker@adacore.com>
5897
5898 * gdb.ada/watch_minus_l: New testcase.
5899
59002018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5901
5902 * gdb.arch/aix-sighandle.c: New file.
5903 * gdb.arch/aix-sighandle.exp: New file.
5904
59052018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5906
5907 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5908 registers being unions.
5909
59102018-10-31 Tom de Vries <tdevries@suse.de>
5911
5912 * lib/valgrind.exp: New file.
5913 (vgdb_start, vgdb_stop): New procs, factored out of ...
5914 * gdb.base/valgrind-bt.exp: ... here, ...
5915 * gdb.base/valgrind-disp-step.exp: ... here and ...
5916 * gdb.base/valgrind-infcall.exp: ... here.
5917
59182018-10-31 Tom de Vries <tdevries@suse.de>
5919
5920 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5921
59222018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5923
5924 * gdb.dwarf2/void-type.c: New file.
5925 * gdb.dwarf2/void-type.exp: New file.
5926
59272018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5928
5929 * gdb.base/info_qt.c: New file.
5930 * gdb.base/info_qt.exp: New file.
5931
59322018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5933
5934 * gdb.arch/powerpc-htm-regs.c: New file.
5935 * gdb.arch/powerpc-htm-regs.exp: New file.
5936
59372018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5938
5939 * gdb.arch/powerpc-tar.c: New file.
5940 * gdb.arch/powerpc-tar.exp: New file.
5941
59422018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5943
5944 * gdb.arch/powerpc-ppr-dscr.c: New file.
5945 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5946
59472018-10-25 Tom de Vries <tdevries@suse.de>
5948
5949 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5950
59512018-10-24 Tom de Vries <tdevries@suse.de>
5952
5953 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5954 longer exists error.
5955
59562018-10-24 Tom de Vries <tdevries@suse.de>
5957
5958 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5959
59602018-10-24 Tom de Vries <tdevries@suse.de>
5961
5962 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5963 --db-attach in valgrind.
5964
59652018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5966
5967 * gdb.arch/riscv-reg-aliases.c: New file.
5968 * gdb.arch/riscv-reg-aliases.exp: New file.
5969
59702018-10-19 Alan Hayward <alan.hayward@arm.com>
5971
5972 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5973
59742018-10-19 Alan Hayward <alan.hayward@arm.com>
5975
5976 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5977
59782018-10-19 Alan Hayward <alan.hayward@arm.com>
5979
5980 * gdb.cp/ovldbreak.exp: Fix regexps.
5981
59822018-10-19 Alan Hayward <alan.hayward@arm.com>
5983
5984 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5985
59862018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5987
5988 PR cli/23785
5989 * gdb.base/restore.exp: New test to check if "restore" with an
5990 invalid file doesn't segfault.
5991
59922018-10-18 Tom de Vries <tdevries@suse.de>
5993
5994 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5995 * gdb.ada/excep_handle.exp: Same.
5996 * gdb.ada/mi_string_access.exp: Same.
5997 * gdb.ada/mi_var_union.exp: Same.
5998 * gdb.arch/arc-analyze-prologue.exp: Same.
5999 * gdb.arch/arc-decode-insn.exp: Same.
6000 * gdb.base/readnever.exp: Same.
6001 * gdb.fortran/printing-types.exp: Same.
6002 * gdb.guile/scm-lazy-string.exp: Same.
6003
60042018-10-16 Tom de Vries <tdevries@suse.de>
6005
6006 PR gdb/23730
6007 * gdb.base/catch-follow-exec.c: Add copyright notice.
6008 * gdb.base/catch-follow-exec.exp: Rewrite to use
6009 gdb_spawn_with_cmdline_opts. Require gdb-native.
6010
60112018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6012
6013 * gdb.trace/actions-changed.exp: Check for arch support.
6014 * gdb.trace/actions.exp: Likewise.
6015 * gdb.trace/ax.exp: Likewise.
6016 * gdb.trace/backtrace.exp: Likewise.
6017 * gdb.trace/change-loc.exp: Likewise.
6018 * gdb.trace/deltrace.exp: Likewise.
6019 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6020 * gdb.trace/ftrace.exp: Likewise.
6021 * gdb.trace/infotrace.exp: Check for arch support.
6022 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6023 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6024 * gdb.trace/mi-tsv-changed.exp: Likewise.
6025 * gdb.trace/packetlen.exp: Likewise.
6026 * gdb.trace/passc-dyn.exp: Likewise.
6027 * gdb.trace/passcount.exp: Likewise.
6028 * gdb.trace/pending.exp: Likewise.
6029 * gdb.trace/range-stepping.exp: Check for shlib support.
6030 * gdb.trace/report.exp: Check for arch support.
6031 * gdb.trace/save-trace.exp: Likewise.
6032 * gdb.trace/signal.exp: Check for signal support.
6033 * gdb.trace/tfind.exp: Check for arch support.
6034 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6035 * gdb.trace/trace-common.h: Add comment.
6036 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6037 * gdb.trace/trace-enable-disable.exp: Likewise.
6038 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6039 * gdb.trace/tracecmd.exp: Check for arch support.
6040 * gdb.trace/tspeed.exp: Check for shlib and target support.
6041 * gdb.trace/tstatus.exp: Check for arch support.
6042 * gdb.trace/tsv.exp: Likewise.
6043 * gdb.trace/while-dyn.exp: Likewise.
6044 * gdb.trace/while-stepping.exp: Likewise.
6045 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6046
60472018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6048
6049 * gdb.trace/tspeed.exp: Remove nowarnings.
6050 (prepare_for_trace_test): Declare "global ipalib".
6051 * gdb.trace/tspeed.c: Include unistd.h.
6052 (main): Remove superfluous printf argument.
6053
60542018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6055
6056 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6057 directory prefix on the filename.
6058
60592018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6060
6061 * gdb.gdb/unittest.exp: Update expected message informing that
6062 selftests have been disabled.
6063 * gdb.server/unittest.exp: Likewise.
6064
60652018-10-09 Tom de Vries <tdevries@suse.de>
6066
6067 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6068 with runto_main.
6069
60702018-10-08 Weimin Pan <weimin.pan@oracle.com>
6071
6072 PR c++/16841
6073 * gdb.cp/virtbase2.cc: New file.
6074 * gdb.cp/virtbase2.exp: New file.
6075
60762018-10-06 Tom Tromey <tom@tromey.com>
6077
6078 PR python/19399:
6079 * gdb.python/py-inferior.exp: Add architecture test.
6080
60812018-10-06 Tom Tromey <tom@tromey.com>
6082
6083 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6084 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6085
60862018-10-06 Tom Tromey <tom@tromey.com>
6087
6088 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6089 of a "throw" catchpoint.
6090
60912018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6092
6093 * gdb.base/info-proc.exp: Update string expected from "help info
6094 proc".
6095
60962018-10-04 Tom Tromey <tom@tromey.com>
6097
6098 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6099 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6100 (test_initial_complaints, test_empty_complaints): Update.
6101 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6102
61032018-10-04 Tom Tromey <tom@tromey.com>
6104
6105 PR cli/19551:
6106 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6107 * lib/gdb.exp (gdb_file_cmd): Update.
6108 * gdb.stabs/weird.exp (print_weird_var): Update.
6109 * gdb.server/solib-list.exp: Update.
6110 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6111 * gdb.mi/mi-cli.exp: Update.
6112 * gdb.linespec/linespec.exp: Update.
6113 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6114 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6115 * gdb.cp/cp-relocate.exp: Update.
6116 * gdb.base/sym-file.exp: Update.
6117 * gdb.base/relocate.exp: Update.
6118 * gdb.base/readnever.exp: Update.
6119 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6120 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6121 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6122 * gdb.base/code_elim.exp: Update.
6123 * gdb.base/break-unload-file.exp (test_break): Update.
6124 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6125 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6126 Update.
6127 * gdb.base/attach.exp (do_attach_tests): Update.
6128 * gdb.base/sepdebug.exp: Update.
6129 * gdb.python/py-section-script.exp: Update.
6130
61312018-10-04 Tom Tromey <tom@tromey.com>
6132
6133 PR cli/22234:
6134 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6135 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6136 output.
6137
61382018-10-04 Tom Tromey <tom@tromey.com>
6139
6140 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6141 set width and height to 0.
6142 (test_command_line_attach_run): Use -quiet.
6143
61442018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6145
6146 * lib/gdb.exp (skip_ifunc_tests): New.
6147 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6148 other compile failures.
6149 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6150
61512018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6152
6153 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6154 is_amd64_regs_target.
6155
61562018-10-01 Alan Hayward <alan.hayward@arm.com>
6157
6158 * gdb.arch/aarch64-sighandler-regs.c: New test.
6159 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6160 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6161
61622018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6163
6164 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6165 assembly.
6166
61672018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6168
6169 * gdb.base/frame-selection.exp: New file.
6170 * gdb.base/frame-selection.c: New file.
6171
61722018-09-27 Alan Hayward <alan.hayward@arm.com>
6173
6174 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6175 pthread barrier.
6176 (main): Likewise.
6177
61782018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6179
6180 * gdb.base/large-frame-1.c: New file.
6181 * gdb.base/large-frame-2.c: New file.
6182 * gdb.base/large-frame.exp: New file.
6183 * gdb.base/large-frame.h: New file.
6184
61852018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6186
6187 PR gdb/20948
6188 * gdb.base/write_mem.exp: New test.
6189 * gdb.base/write_mem.c: Likewise.
6190
61912018-09-23 Tom Tromey <tom@tromey.com>
6192
6193 PR python/18852:
6194 * gdb.python/py-parameter.exp: Add test for parameter that throws
6195 on "set".
6196
61972018-09-23 Tom Tromey <tom@tromey.com>
6198
6199 PR python/17284:
6200 * gdb.python/py-template.exp (test_template_arg): Add test for
6201 negative template argument number.
6202
62032018-09-23 Tom Tromey <tom@tromey.com>
6204
6205 PR python/14062:
6206 * gdb.python/python.exp: Add test for post_event error.
6207
62082018-09-23 Tom Tromey <tom@tromey.com>
6209
6210 PR python/18170:
6211 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6212 convert pointers to int and long.
6213
62142018-09-23 Tom Tromey <tom@tromey.com>
6215
6216 PR python/20126:
6217 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6218 signed-ness conversion tests.
6219
62202018-09-23 Tom Tromey <tom@tromey.com>
6221
6222 PR python/18352;
6223 * gdb.python/py-value.exp (test_float_conversion): New proc.
6224 Use it.
6225
62262018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6227
6228 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6229
62302018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6231
6232 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6233 no readline.
6234 * gdb.base/utf8-identifiers.exp: Likewise.
6235 * gdb.cp/cpcompletion.exp: Likewise.
6236 * gdb.linespec/cpcompletion.exp: Likewise.
6237 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6238 * gdb.linespec/cpls-ops.exp: Likewise.
6239
62402018-09-19 Richard Bunt <richard.bunt@arm.com>
6241 Chris January <chris.january@arm.com>
6242
6243 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6244 * gdb.fortran/short-circuit-argument-list.exp: New file.
6245 * gdb.fortran/short-circuit-argument-list.f90: New test.
6246
62472018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6248
6249 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6250 "arch=" keyword when executing "-stack-list-frames".
6251
62522018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6253
6254 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6255 "arch=" keyword when executing "-stack-list-frames".
6256
62572018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6258
6259 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6260 break ada".
6261
62622018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6263
6264 PR python/23669
6265 * gdb.python/python.exp: Test gdb.execute("show commands").
6266
62672018-09-16 Tom Tromey <tom@tromey.com>
6268
6269 * gdb.base/new-ui.exp (do_execution_tests): Update.
6270 * gdb.base/dbx.exp (test_breakpoints): Update.
6271
62722018-09-14 Alan Hayward <alan.hayward@arm.com>
6273
6274 * lib/gdb.exp (gdb_simple_compile): Add proc.
6275 (is_elf_target): Use gdb_simple_compile.
6276 (skip_altivec_tests): Likewise.
6277 (skip_vsx_tests): Likewise.
6278 (skip_tsx_tests): Likewise.
6279 (skip_btrace_tests): Likewise.
6280 (skip_btrace_pt_tests): Likewise.
6281 (gdb_can_simple_compile): Likewise.
6282 (gdb_has_argv0): Likewise.
6283 (gdb_target_symbol_prefix): Likewise.
6284 (target_supports_scheduler_locking): Likewise.
6285
62862018-09-13 Tom Tromey <tom@tromey.com>
6287
6288 * Makefile.in (TAGS): Recognize proc_with_prefix and
6289 gdb_caching_proc.
6290
62912018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6292
6293 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6294 method.
6295
62962018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6297
6298 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6299 and a few other Inferior properties when the Inferior is no
6300 longer valid.
6301
63022018-09-13 Tom Tromey <tom@tromey.com>
6303
6304 PR rust/23650:
6305 * gdb.rust/simple.exp: Add test for enum field access error.
6306
63072018-09-13 Tom Tromey <tom@tromey.com>
6308
6309 PR rust/23626:
6310 * gdb.rust/simple.rs (EmptyEnum): New type.
6311 (main): Use it.
6312 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6313
63142018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6315
6316 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6317 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6318 * gdb.python/py-symtab.exp: Update test printing an objfile.
6319
63202018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6321
6322 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6323 object.
6324
63252018-09-12 Alan Hayward <alan.hayward@arm.com>
6326
6327 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6328 (support_complex_tests): Use gdb_can_simple_compile.
6329 (is_ilp32_target): Likewise.
6330 (is_lp64_target): Likewise.
6331 (is_64_target): Likewise.
6332 (is_amd64_regs_target): Likewise.
6333 (is_aarch32_target): Likewise.
6334 (gdb_int128_helper): Likewise.
6335
63362018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6337
6338 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6339
63402018-09-10 Jerome Guitton <guitton@adacore.com>
6341
6342 * gdb.ada/same_component_name: Add test for case of tagged record
6343 with variable-length fields.
6344
63452018-09-10 Xavier Roirand <roirand@adacore.com>
6346
6347 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6348 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6349 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6350 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6351
63522018-09-10 Xavier Roirand <roirand@adacore.com>
6353
6354 * gdb.ada/mi_string_access.exp: New testcase.
6355 * gdb.ada/mi_string_access/bar.adb: New file.
6356 * gdb.ada/mi_string_access/pck.adb: New file.
6357 * gdb.ada/mi_string_access/pck.asd: New file.
6358
63592018-09-10 Xavier Roirand <roirand@adacore.com>
6360
6361 * gdb.ada/mi_var_union.exp: New testcase.
6362 * gdb.ada/mi_var_union/bar.adb: New file.
6363 * gdb.ada/mi_var_union/pck.adb: New file.
6364 * gdb.ada/mi_var_union/pck.asd: New file.
6365
63662018-09-08 Tom Tromey <tom@tromey.com>
6367
6368 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6369
63702018-09-08 Tom Tromey <tom@tromey.com>
6371
6372 PR python/16047:
6373 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6374 (register_pretty_printers): Register new printer.
6375 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6376 test.
6377 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6378 (an_int_type3): New global.
6379
63802018-09-08 Joel Brobecker <brobecker@adacore.com>
6381
6382 * gdb.ada/expr_with_funcall: New testcase.
6383
63842018-09-08 Joel Brobecker <brobecker@adacore.com>
6385
6386 * gdb.ada/packed_array_assign: New testcase.
6387
63882018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6389
6390 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6391 names, and add test prefixes to make test names unique.
6392
63932018-09-05 Tom de Vries <tdevries@suse.de>
6394
6395 * gdb.dwarf2/varval.exp: Add test.
6396
63972018-09-04 Gary Benson <gbenson@redhat.com>
6398
6399 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6400 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6401
64022018-08-31 Tom Tromey <tom@tromey.com>
6403
6404 * gdb.rust/simple.rs: Rename second variable "v".
6405
64062018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6407
6408 * gdb.base/funcargs.c (use_a): New function.
6409 (recurse): Call use_a.
6410
64112018-08-29 Keith Seitz <keiths@redhat.com>
6412
6413 * gdb.compile/compile-cplus-anonymous.cc: New file.
6414 * gdb.compile/compile-cplus-anonymous.exp: New file.
6415 * gdb.compile/compile-cplus-array-decay.cc: New file.
6416 * gdb.compile/compile-cplus-array-decay.exp: New file.
6417 * gdb.compile/compile-cplus-inherit.cc: New file.
6418 * gdb.compile/compile-cplus-inherit.exp: New file.
6419 * gdb.compile/compile-cplus-member.cc: New file.
6420 * gdb.compile/compile-cplus-member.exp: New file.
6421 * gdb.compile/compile-cplus-method.cc: New file.
6422 * gdb.compile/compile-cplus-method.exp: New file.
6423 * gdb.compile/compile-cplus-mod.c: "New" file.
6424 * gdb.compile/compile-cplus-namespace.cc: New file.
6425 * gdb.compile/compile-cplus-namespace.exp: New file.
6426 * gdb.compile/compile-cplus-nested.cc: New file.
6427 * gdb.compile/compile-cplus-nested.exp: New file.
6428 * gdb.compile/compile-cplus-print.c: "New" file.
6429 * gdb.compile/compile-cplus-print.exp: "New" file.
6430 * gdb.compile/compile-cplus-virtual.cc: New file.
6431 * gdb.compile/compile-cplus-virtual.exp: New file.
6432 * gdb.compile/compile-cplus.c: "New" file.
6433 * gdb.compile/compile-cplus.exp: "New" file.
6434 * lib/compile-support.exp: New file.
6435
64362018-08-16 Gary Benson <gbenson@redhat.com>
6437
6438 PR gdb/13000:
6439 * gdb.base/batch-exit-status.exp: New file.
6440 * gdb.base/batch-exit-status.good-commands: Likewise.
6441 * gdb.base/batch-exit-status.bad-commands: Likewise.
6442
64432018-08-29 Alan Hayward <alan.hayward@arm.com>
6444
6445 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6446 (struct struct02): Likewise.
6447 (struct struct03): Likewise.
6448 (struct struct04): Likewise.
6449 (struct struct_01_01): New struct.
6450 (struct struct_01_02): Likewise.
6451 (struct struct_01_03): Likewise.
6452 (struct struct_01_04): Likewise.
6453 (struct struct_02_01): Likewise.
6454 (struct struct_02_02): Likewise.
6455 (struct struct_02_03): Likewise.
6456 (struct struct_02_04): Likewise.
6457 (struct struct_04_01): Likewise.
6458 (struct struct_04_02): Likewise.
6459 (struct struct_04_03): Likewise.
6460 (struct struct_04_04): Likewise.
6461 (struct struct_05_01): Likewise.
6462 (struct struct_05_02): Likewise.
6463 (struct struct_05_03): Likewise.
6464 (struct struct_05_04): Likewise.
6465 (cmp_struct01): Remove function.
6466 (cmp_struct02): Likewise.
6467 (cmp_struct03): Likewise.
6468 (cmp_struct04): Likewise.
6469 (cmp_struct_01_01): Add Function.
6470 (cmp_struct_01_02): Likewise.
6471 (cmp_struct_01_03): Likewise.
6472 (cmp_struct_01_04): Likewise.
6473 (cmp_struct_02_01): Likewise.
6474 (cmp_struct_02_02): Likewise.
6475 (cmp_struct_02_03): Likewise.
6476 (cmp_struct_02_04): Likewise.
6477 (cmp_struct_04_01): Likewise.
6478 (cmp_struct_04_02): Likewise.
6479 (cmp_struct_04_03): Likewise.
6480 (cmp_struct_04_04): Likewise.
6481 (cmp_struct_05_01): Likewise.
6482 (cmp_struct_05_02): Likewise.
6483 (cmp_struct_05_03): Likewise.
6484 (cmp_struct_05_04): Likewise.
6485 (call_all): Add new structs.
6486 * gdb.base/infcall-nested-structs.exp: Likewise.
6487
64882018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6489
6490 * gdb.python/py-framefilter-mi.exp: Update regexp to
6491 check for "arch" field in frame output.
6492
64932018-08-23 Kevin Buettner <kevinb@redhat.com>
6494
6495 * gdb.dwarf2/dw2-ranges-func.c: New file.
6496 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6497
64982018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6499
6500 * gdb.base/term.exp: Compare terminal settings with values from
6501 the inferior.
6502 * gdb.base/term.c: Get and set terminal settings.
6503
65042018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6505
6506 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6507 accommodate new "arch" field in frame output.
6508 * gdb.mi/mi-return.exp: Likewise.
6509 * gdb.mi/mi-stack.exp: Likewise.
6510 * gdb.mi/mi-syn-frame.exp: Likewise.
6511 * gdb.mi/user-selected-context-sync.exp: Likewise.
6512
65132018-08-19 Michael Spang <spang@google.com>
6514
6515 PR gdb/11786
6516 * gdb.base/gcore-tls-pie.c: New file.
6517 * gdb.base/gcore-tls-pie.exp: New file.
6518
65192018-08-18 Kevin Buettner <kevinb@redhat.com>
6520
6521 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6522 * gdb.dwarf2/varval.c: New file.
6523 * gdb.dwarf2/varval.exp: New file.
6524
65252018-08-17 Alan Hayward <alan.hayward@arm.com>
6526
6527 PR gdb/18931
6528 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6529
65302018-08-16 Keith Seitz <keiths@redhat.com>
6531
6532 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6533 tests expected to pass.
6534
65352018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6536
6537 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6538 -data-disassemble -a.
6539 (test_disassembly_bogus_args): Likewise.
6540
65412018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6542
6543 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6544
65452018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6546
6547 * gdb.base/vla-optimized-out.exp: Add new test.
6548
65492018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6550
6551 * gdb.base/vla-optimized-out-o3.exp: Delete.
6552 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6553 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6554 deleted tests.
6555
65562018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6557
6558 PR gdb/18050:
6559 * gdb.server/extended-remote-restart.c: New file.
6560 * gdb.server/extended-remote-restart.exp: New file.
6561
65622018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6563
6564 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6565 "set variable index = 42".
6566
65672018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6568
6569 * boards/index-cache-gdb.exp: New file.
6570 * gdb.dwarf2/index-cache.exp: New file.
6571 * gdb.dwarf2/index-cache.c: New file.
6572 * gdb.base/maint.exp: Check if we are using the index cache.
6573
65742018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6575
6576 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6577 MAKEFLAGS.
6578
65792018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6580
6581 * dg-extract-results.sh: Move to toplevel contrib.
6582 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6583 * Makefile.in (check-parallel-racy): Likewise.
6584
65852018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6586
6587 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6588 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6589 tests if the target supports scheduler locking.
6590
65912018-08-04 Tom de Vries <tdevries@suse.de>
6592
6593 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6594
65952018-08-02 Tom Tromey <tom@tromey.com>
6596
6597 PR symtab/16842.
6598 * gdb.cp/temargs.exp: Test "info address" of a template
6599 parameter.
6600
66012018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6602
6603 * gdb.python/py-mi-var-info-path-expression.c: New file.
6604 * gdb.python/py-mi-var-info-path-expression.py: New file.
6605 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6606
66072018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6608
6609 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6610 error after "cannot resolve name" string.
6611
66122018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6615 started.
6616 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6617
66182018-07-28 Tom de Vries <tdevries@suse.de>
6619
6620 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6621
66222018-07-26 Tom de Vries <tdevries@suse.de>
6623
6624 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6625
66262018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6627
6628 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6629 is visible.
6630
66312018-07-26 Tom de Vries <tdevries@suse.de>
6632
6633 PR breakpoints/23366
6634 * gdb.base/catch-follow-exec.c: New test.
6635 * gdb.base/catch-follow-exec.exp: New file.
6636
66372018-07-25 Tom de Vries <tdevries@suse.de>
6638
6639 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6640 vla-optimized-out.c.
6641
66422018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6643
6644 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6645 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6646
66472018-07-20 Tom de Vries <tdevries@suse.de>
6648
6649 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6650 NOCLONE macro.
6651 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6652
66532018-07-19 Tom de Vries <tdevries@suse.de>
6654
6655 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6656 regular expression.
6657
66582018-07-18 Tom de Vries <tdevries@suse.de>
6659
6660 * gdb.base/vla-optimized-out.c: New test.
6661 * gdb.base/vla-optimized-out.exp: New file.
6662
66632018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6664
6665 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6666 message "No address associated with hostname" when gdbserver
6667 cannot resolve the hostname.
6668
66692018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6670
6671 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6672 Add some test prefixes to make tests unique.
6673
66742018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6675
6676 * gdb.base/frameapply.c: New file.
6677 * gdb.base/frameapply.exp: New file.
6678
66792018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6680
6681 * gdb.base/skip.exp: Update expected error message.
6682
66832018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6684 Jan Kratochvil <jan.kratochvil@redhat.com>
6685 Paul Fertser <fercerpav@gmail.com>
6686 Tsutomu Seki <sekiriki@gmail.com>
6687
6688 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6689 parameter.
6690 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6691 by default.
6692 * boards/native-gdbserver.exp: Likewise.
6693 * gdb.server/run-without-local-binary.exp: Improve regexp used
6694 for detecting when a remote debugging connection succeeds.
6695 * gdb.server/server-connect.exp: New file.
6696 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6697 Do not prefix the port number with ":".
6698 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6699 support for detecting and using it. Add '$debughost_gdbserver'
6700 to the list of arguments used to start gdbserver. Handle case
6701 when gdbserver cannot resolve a network name.
6702
67032018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6704
6705 PR c++/23373
6706 * gdb.base/ptype-offsets.cc (struct static_member): New
6707 struct.
6708 (main) <stmember>: New variable.
6709 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6710 with a static member in it.
6711
67122018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6713
6714 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6715 watchpoints enabled and disabled.
6716
67172018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6718
6719 * gdb.base/examine-backward.exp: Still run tests around address
6720 0x0, even if address 0x0 is not readable. Update the pattern for
6721 matching address 0x0 in expected output.
6722
67232018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6724
6725 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6726 malloc/free.
6727
67282018-07-04 Tom de Vries <tdevries@suse.de>
6729
6730 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6731
67322018-07-02 Maciej W. Rozycki <macro@mips.com>
6733
6734 PR tdep/8282
6735 * gdb.arch/mips-disassembler-options.exp: New test.
6736 * gdb.arch/mips-disassembler-options.s: New test source.
6737
67382018-06-29 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.threads/names.exp: Adjust expected "info threads" output.
6741
67422018-06-29 Pedro Alves <palves@redhat.com>
6743
6744 * gdb.opt/inline-break.exp (line number, address): Add "info
6745 break" tests.
6746
67472018-06-29 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6750 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6751 number and address and running to them.
6752
67532018-06-29 Richard Bunt <richard.bunt@arm.com>
6754
6755 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6756
67572018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6758
6759 * lib/compiler.c: Remove executable permission flag.
6760
67612018-06-28 Richard Bunt <richard.bunt@arm.com>
6762
6763 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6764 code.
6765 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6766
67672018-06-28 Petr Tesarik <ptesarik@suse.cz>
6768
6769 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6770
67712018-06-28 Petr Tesarik <ptesarik@suse.cz>
6772
6773 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6774 address argument is omitted.
6775
67762018-06-28 Petr Tesarik <ptesarik@suse.cz>
6777
6778 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6779
67802018-06-27 Omair Javaid <omair.javaid@linaro.org>
6781
6782 PR gdb/21695
6783 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6784 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6785
67862018-06-26 Tom Tromey <tom@tromey.com>
6787
6788 PR rust/22574:
6789 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6790 * gdb.rust/simple.rs (struct SimpleLayout): New.
6791
67922018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6793
6794 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6795 "info registers" output.
6796
67972018-06-21 Richard Bunt <richard.bunt@arm.com>
6798
6799 * gdb.base/watchpoint-hw-attach.c: New test.
6800 * gdb.base/watchpoint-hw-attach.exp: New file.
6801
68022018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6803
6804 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6805 through /bin/sh.
6806 * boards/dwarf4-gdb-index.exp: Likewise.
6807 * boards/fission-dwp.exp: Likewise.
6808
68092018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6810
6811 * gdb.base/float128.exp: Add comment and improved fail message
6812 to the failure case of "print large128" test.
6813
68142018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6815
6816 * configure.ac: Remove AC_PREREQ.
6817 * configure: Re-generate.
6818
68192018-06-19 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6822 (func_extern_caller): New.
6823 (main): Call func_extern_caller.
6824 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6825 logic change.
6826
68272018-06-18 Weimin Pan <weimin.pan@oracle.com>
6828
6829 PR gdb/16841
6830 * gdb.cp/typedef-base.cc: New file.
6831 * gdb.cp/typedef-base.exp: New file.
6832
68332018-06-18 Tom de Vries <tdevries@suse.de>
6834
6835 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6836
68372018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6838 Richard Bunt <Richard.Bunt@arm.com>
6839
6840 * gdb.threads/attach-slow-waitpid.c: New file.
6841 * gdb.threads/attach-slow-waitpid.exp: New file.
6842 * gdb.threads/slow-waitpid.c: New file.
6843
68442018-06-14 Pedro Alves <palves@redhat.com>
6845
6846 * gdb.base/fork-running-state.c: Include <errno.h>.
6847 (exit_if_relative_exits): New.
6848 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6849 exits.
6850 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6851 child exits.
6852
68532018-06-14 Tom de Vries <tdevries@suse.de>
6854
6855 PR cli/22573
6856 * gdb.base/finish-pretty.c: New test.
6857 * gdb.base/finish-pretty.exp: New file.
6858
68592018-06-14 Pedro Alves <palves@redhat.com>
6860
6861 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6862 gdb's expected startup output.
6863
68642018-06-14 Pedro Alves <palves@redhat.com>
6865
6866 * lib/selftest-support.exp (selftest_setup): Remove inlined
6867 function handling.
6868
68692018-06-14 Tom de Vries <tdevries@suse.de>
6870
6871 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6872 matching of breakpoint printing.
6873
68742018-06-13 Tom de Vries <tdevries@suse.de>
6875
6876 PR testsuite/23269
6877 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6878 (fork_child): ... here, and ...
6879 (fork_parent): ... here.
6880
68812018-06-12 Tom de Vries <tdevries@suse.de>
6882
6883 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6884
68852018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6886 Stephen Roberts <stephen.roberts@arm.com>
6887
6888 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6889 rewrite test to describe action performed, rather than possible
6890 failure.
6891
68922018-06-08 Gary Benson <gbenson@redhat.com>
6893
6894 * gdb.threads/check-libthread-db.exp: New file.
6895 * gdb.threads/check-libthread-db.c: Likewise.
6896
68972018-06-05 Tom Tromey <tom@tromey.com>
6898
6899 * gdb.base/default.exp: Update expected "show version" output.
6900
69012018-06-05 Tom Tromey <tom@tromey.com>
6902
6903 PR cli/12326:
6904 * gdb.cp/static-print-quit.exp: Update.
6905 * lib/gdb.exp (pagination_prompt): Update.
6906 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6907 * gdb.python/python.exp: Update.
6908
69092018-06-04 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6912
69132018-06-01 Joel Brobecker <brobecker@adacore.com>
6914
6915 * gdb.ada/bp_fun_addr: New testcase.
6916
69172018-06-01 Tom Tromey <tom@tromey.com>
6918
6919 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6920 results.
6921 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6922 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6923 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6924 * gdb.base/maint.exp (maint_pass_if): Update.
6925
69262018-05-31 Maciej W. Rozycki <macro@mips.com>
6927
6928 * gdb.base/endian.exp: New test.
6929 * gdb.base/endian.c: New test source.
6930
69312018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6932
6933 PR gdb/23203
6934 * gdb.base/bt-selected-frame.c: New file.
6935 * gdb.base/bt-selected-frame.exp: New file.
6936 * lib/gdb.exp (get_current_frame_number): New function.
6937
69382018-05-24 Maciej W. Rozycki <macro@mips.com>
6939 Pedro Alves <palves@redhat.com>
6940
6941 * gdb.threads/tls-core.c: Include <stdlib.h>
6942 (thread_proc): Call `abort'.
6943 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6944 (tls_core_test): New procedure, bits factored out from ...
6945 (top level): ... here. Test both native cores and gcore cores.
6946
69472018-05-23 Tom Tromey <tom@tromey.com>
6948
6949 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6950
69512018-05-23 Tom Tromey <tom@tromey.com>
6952
6953 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6954 symfile_complaints.
6955 (test_short_complaints): Likewise.
6956 (test_empty_complaints): Likewise.
6957 (test_initial_complaints): Update.
6958
69592018-05-23 Tom Tromey <tom@tromey.com>
6960
6961 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6962
69632018-05-23 Tom Tromey <tom@tromey.com>
6964
6965 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6966 (test_short_complaints): Update.
6967
69682018-05-22 Pedro Alves <palves@redhat.com>
6969
6970 * gdb.base/remote.exp: Only gdb_start after compiling the
6971 testcase. Issue "disconnect" before testing "set remote" command
6972 defaults. Issue clean_restart before running to main.
6973
69742018-05-22 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.base/remote.exp: Adjust expected output of "show remote
6977 memory-write-packet-size". Add tests for "set remote
6978 memory-write-packet-size 0" and "set remote
6979 memory-write-packet-size fixed/limit".
6980
69812018-05-22 Pedro Alves <palves@redhat.com>
6982
6983 PR gdb/22973
6984 * gdb.base/utf8-identifiers.c: New file.
6985 * gdb.base/utf8-identifiers.exp: New file.
6986
69872018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6988
6989 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6990
69912018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6992
6993 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6994
69952018-05-18 Tom Tromey <tom@tromey.com>
6996
6997 * gdb.base/ptype-offsets.exp: Update.
6998
69992018-05-17 Keith Seitz <keiths@redhat.com>
7000
7001 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
7002 in expected breakpoint stop locations.
7003 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7004 move to proper scope to test variable values.
7005 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7006 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7007 New functions.
7008 (main): Call not_inline_func3.
7009 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7010 inline_func1, inline_func2, and inline_func3. Test that when each
7011 breakpoint is hit, GDB properly reports both the stop location
7012 and the backtrace. Repeat tests for temporary breakpoints.
7013
70142018-05-15 Maciej W. Rozycki <macro@mips.com>
7015
7016 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7017 rather then trying to access it in determining whether the PID
7018 of `gdbserver' could have been retrieved.
7019
70202018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7021
7022 * gdb.arch/amd64-init-x87-values.S: New file.
7023 * gdb.arch/amd64-init-x87-values.exp: New file.
7024
70252018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7026
7027 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7028
70292018-05-04 Tom Tromey <tom@tromey.com>
7030
7031 PR python/22730:
7032 * gdb.python/python.exp: Test multi-line execute.
7033
70342018-05-04 Tom Tromey <tom@tromey.com>
7035
7036 PR python/22731:
7037 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7038
70392018-05-04 Tom Tromey <tom@tromey.com>
7040
7041 PR gdb/11750:
7042 * gdb.base/define.exp: Test defining a user command inside a user
7043 command.
7044 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7045
70462018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7047 Pedro Alves <palves@redhat.com>
7048
7049 PR breakpoints/19806 and support for PR external/20207.
7050 * gdb.base/watchpoint-unaligned.c: New file.
7051 * gdb.base/watchpoint-unaligned.exp: New file.
7052
70532018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7054
7055 * gdb.base/maint.exp: Make test names unique, use
7056 test_prefix_command_help to test 'help maint info', and remove
7057 repeated test of 'help maint'.
7058
70592018-05-04 Tom Tromey <tom@tromey.com>
7060
7061 PR gdb/22619:
7062 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7063 behavior.
7064
70652018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7066
7067 * gdb.base/maint.exp: Process output from 'maint print registers'
7068 line at a time.
7069
70702018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7071
7072 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7073 timeout.
7074
70752018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7076
7077 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7078 filter pattern.
7079
70802018-05-02 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7083 to_log_command renames.
7084 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7085
70862018-05-02 Tom Tromey <tom@tromey.com>
7087
7088 * gdb.python/py-parameter.exp: Set test message.
7089
70902018-05-02 Tom Tromey <tom@tromey.com>
7091
7092 PR python/20084:
7093 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7094 PARAM_ZUINTEGER_UNLIMITED tests.
7095
70962018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7097
7098 PR rust/23124
7099 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7100 when casting.
7101
71022018-04-30 Tom Tromey <tom@tromey.com>
7103
7104 * gdb.python/py-type.exp: Check align attribute.
7105 * gdb.python/py-type.c: New "aligncheck" global.
7106
71072018-04-30 Tom Tromey <tom@tromey.com>
7108
7109 PR exp/17095:
7110 * gdb.dwarf2/dw2-align.exp: New file.
7111 * gdb.cp/align.exp: New file.
7112 * gdb.base/align.exp: New file.
7113 * lib/gdb.exp (gdb_int128_helper): New proc.
7114 (has_int128_c, has_int128_cxx): New caching procs.
7115
71162018-04-27 Tom Tromey <tom@tromey.com>
7117
7118 PR rust/22545:
7119 * gdb.rust/simple.exp: Add inclusive range tests.
7120
71212018-04-26 Pedro Alves <palves@redhat.com>
7122
7123 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7124 ifunc breakpoint locations correctly of ifunc breakpoints set
7125 while the program resolves the ifunc.
7126
71272018-04-26 Pedro Alves <palves@redhat.com>
7128
7129 * gdb.base/gnu-ifunc-final.c: New file.
7130 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7131 * gdb.base/gnu-ifunc.exp (executable): Delete.
7132 (staticexecutable): Adjust.
7133 (lib_opts, exec_opts): Delete.
7134 (make_binsuffix, build, set-break): New procedures.
7135 (misc_tests): New, with tests factored out from the top level.
7136 (top level): Test different combinations of ifunc resolver name,
7137 resolver with and with debug info, and ifunc target with and
7138 without debug info. Wrap static tests with with_target_prefix.
7139
71402018-04-26 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7143 return type" warnings.
7144
71452018-04-25 Pedro Alves <palves@redhat.com>
7146
7147 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7148 killed".
7149 * gdb.base/kill-after-signal.exp: Likewise.
7150 * gdb.threads/kill.exp: Likewise.
7151
71522018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7153 Sergio Durigan Junior <sergiodj@redhat.com>
7154 Pedro Alves <palves@redhat.com>
7155
7156 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7157 regexps to expect for '[Inferior ... detached]' as well.
7158 * gdb.base/attach.exp: Likewise.
7159 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7160 "gdb_continue_to_end".
7161 (test_catch_syscall_with_wrong_args): Likewise.
7162 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7163 ']'. Don't set 'verbose' on.
7164 * gdb.base/foll-vfork.exp: Likewise.
7165 * gdb.base/fork-print-inferior-events.c: New file.
7166 * gdb.base/fork-print-inferior-events.exp: New file.
7167 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7168 '[Inferior ... has been killed]' message.
7169 * gdb.base/kill-after-signal.exp: Likewise.
7170 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7171 detach message.
7172 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7173 message.
7174 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7175 regexps to expect for '[Inferior ... detached]' as well.
7176 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7177
71782018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7179
7180 PR gdb/23104
7181 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7182
71832018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7184
7185 PR gdb/23095
7186 * gdb.base/break-probes.exp: Pass shlib_load to
7187 prepare_for_testing. Set normal_bp to r_debug_state if target is
7188 bsd.
7189
71902018-04-19 Richard Bunt <richard.bunt@arm.com>
7191
7192 * gdb.threads/multiple-successive-infcall.c: New test.
7193 * gdb.threads/multiple-successive-infcall.exp: New file.
7194
71952018-04-17 Tom Tromey <tom@tromey.com>
7196
7197 * gdb.rust/simple.rs (Union): New type.
7198 (main): New local "u".
7199 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7200
72012018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7202
7203 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7204 number information in output of "whereis" command.
7205 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7206
72072018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7208
7209 * gdb.ada/info_types.exp: Adjust expected output to the line
7210 numbers now printed by "info var/func/type".
7211 * gdb.base/completion.exp: Likewise.
7212 * gdb.base/included.exp: Likewise.
7213 * gdb.cp/cp-relocate.exp: Likewise.
7214 * gdb.cp/cplusfuncs.exp: Likewise.
7215 * gdb.cp/namespace.exp: Likewise.
7216 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7217
72182018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7219
7220 * gdb.btrace/cpu.exp: New.
7221
72222018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7223
7224 * gdb.base/step-indirect-call-thunk.exp: New.
7225 * gdb.base/step-indirect-call-thunk.c: New.
7226 * gdb.reverse/step-indirect-call-thunk.exp: New.
7227 * gdb.reverse/step-indirect-call-thunk.c: New.
7228
72292018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7230
7231 * gdb.base/pie-fork.c: New file.
7232 * gdb.base/pie-fork.exp: New file.
7233
72342018-04-11 Tom Tromey <tom@tromey.com>
7235
7236 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7237
72382018-04-10 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7241 exits. Instead loop running forever.
7242 (fork_parent): Run forever too.
7243
72442018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7245
7246 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7247 mi_continue_to_line.
7248 * gdb.mi/mi-stack.c (callee4): Add comment.
7249
72502018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7251
7252 * gdb.mi/mi-stack.exp: Fix indentation.
7253
72542018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7255
7256 PR gdb/22979
7257 * gdb.arch/amd64-osabi.exp: New file.
7258
72592018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7260
7261 PR gdb/22980
7262 * gdb.base/osabi.exp: New file.
7263
72642018-04-02 Weimin Pan <weimin.pan@oracle.com>
7265
7266 * gdb.cp/static-typedef-print.exp: New file.
7267 * gdb.cp/static-typedef-print.cc: New file.
7268
72692018-03-27 Joel Brobecker <brobecker@adacore.com>
7270
7271 * gdb.ada/varsize_limit: New testcase.
7272
72732018-03-27 Joel Brobecker <brobecker@adacore.com>
7274
7275 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7276
7277 * gdb.ada/notcplusplus: New testcase.
7278
7279 * gdb.base/c-linkage-name.c: New file.
7280 * gdb.base/c-linkage-name.exp: New testcase.
7281
72822018-03-26 Tom Tromey <tom@tromey.com>
7283
7284 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7285 * gdb.python/py-framefilter.py (name_error): New global.
7286 (ErrorInName.function): Use name_error.
7287
72882018-03-26 Tom Tromey <tom@tromey.com>
7289
7290 PR backtrace/15582:
7291 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7292
72932018-03-23 Keith Seitz <keiths@redhat.com>
7294
7295 PR c++/22968
7296 * gdb.cp/subtypes.exp: New file.
7297 * gdb.cp/subtypes.h: New file.
7298 * gdb.cp/subtypes.cc: New file.
7299 * gdb.cp/subtypes-2.cc: New file.
7300
73012018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7302
7303 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7304 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7305 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7306 -nostartfiles when compiling the test. Confirm that all registers
7307 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7308
73092018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7310
7311 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7312 option, syntax was wrong anyway.
7313 * gdb.arch/arm-disp-step.exp: Likewise.
7314 * gdb.arch/sparc64-regs.exp: Likewise.
7315 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7316 option, syntax was wrong anyway, switch to use
7317 prepare_for_testing.
7318 * gdb.arch/i386-disp-step.exp: Likewise.
7319
73202018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7321
7322 * gdb.ada/exec_changed.exp: Replace "target_info exists
7323 use_gdb_stub" by "use_gdb_stub".
7324 * gdb.ada/start.exp: Likewise.
7325 * gdb.base/async-shell.exp: Likewise.
7326 * gdb.base/attach-pie-misread.exp: Likewise.
7327 * gdb.base/attach-wait-input.exp: Likewise.
7328 * gdb.base/break-entry.exp: Likewise.
7329 * gdb.base/break-interp.exp: Likewise.
7330 * gdb.base/dprintf-detach.exp: Likewise.
7331 * gdb.base/nostdlib.exp: Likewise.
7332 * gdb.base/solib-nodir.exp: Likewise.
7333 * gdb.base/statistics.exp: Likewise.
7334 * gdb.base/testenv.exp: Likewise.
7335 * gdb.mi/mi-exec-run.exp: Likewise.
7336 * gdb.mi/mi-start.exp: Likewise.
7337 * gdb.multi/dummy-frame-restore.exp: Likewise.
7338 * gdb.multi/multi-arch-exec.exp: Likewise.
7339 * gdb.multi/multi-arch.exp: Likewise.
7340 * gdb.multi/tids.exp: Likewise.
7341 * gdb.multi/watchpoint-multi.exp: Likewise.
7342 * gdb.python/py-events.exp: Likewise.
7343 * gdb.threads/attach-into-signal.exp: Likewise.
7344 * gdb.threads/attach-stopped.exp: Likewise.
7345 * gdb.threads/threadapply.exp: Likewise.
7346 * lib/selftest-support.exp: Likewise.
7347
73482018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7349
7350 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7351
73522018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7353
7354 * gdb.perf/template-breakpoints.cc: New file.
7355 * gdb.perf/template-breakpoints.exp: New file.
7356 * gdb.perf/template-breakpoints.py: New file.
7357
73582018-03-19 Tom Tromey <tom@tromey.com>
7359
7360 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7361 y0.
7362 * gdb.rust/simple.exp: Test bare identifier form of struct
7363 initializer.
7364
73652018-03-19 Tom Tromey <tom@tromey.com>
7366
7367 * gdb.gdb/observer.exp: Remove.
7368
73692018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7370
7371 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7372 "qualified" option when setting breakpoints.
7373 * gdb.trace/backtrace.exp: Likewise.
7374 * gdb.trace/circ.exp: Likewise.
7375 * gdb.trace/collection.exp: Likewise.
7376 * gdb.trace/disconnected-tracing.exp: Likewise.
7377 * gdb.trace/ftrace-lock.exp: Likewise.
7378 * gdb.trace/ftrace.exp: Likewise.
7379 * gdb.trace/infotrace.exp: Likewise.
7380 * gdb.trace/packetlen.exp: Likewise.
7381 * gdb.trace/passc-dyn.exp: Likewise.
7382 * gdb.trace/qtro.exp: Likewise.
7383 * gdb.trace/read-memory.exp: Likewise.
7384 * gdb.trace/report.exp: Likewise.
7385 * gdb.trace/signal.exp: Likewise.
7386 * gdb.trace/status-stop.exp: Likewise.
7387 * gdb.trace/strace.exp: Likewise.
7388 * gdb.trace/tfind.exp: Likewise.
7389 * gdb.trace/trace-break.exp: Likewise.
7390 * gdb.trace/trace-condition.exp: Likewise.
7391 * gdb.trace/trace-mt.exp: Likewise.
7392 * gdb.trace/tstatus.exp: Likewise.
7393 * gdb.trace/tsv.exp: Likewise.
7394 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7395 * gdb.trace/unavailable.exp: Likewise.
7396 * gdb.trace/while-dyn.exp: Likewise.
7397
73982018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7399
7400 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7401 that libinproctrace is copied to the target.
7402
74032018-03-14 Tom Tromey <tom@tromey.com>
7404
7405 PR cli/14977:
7406 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7407 a null pointer.
7408 * gdb.base/wchar.exp: Likewise.
7409
74102018-03-14 Tom Tromey <tom@tromey.com>
7411
7412 PR cli/19918:
7413 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7414 flag.
7415
74162018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7417
7418 PR gdb/22841
7419 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7420 "target" to remote_exec.
7421
74222018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7423
7424 PR gdb/22841
7425 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7426 ${board}_upload): Remove.
7427
74282018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7429
7430 * gdb.cp/watch-cp.cc: New test.
7431 * gdb.cp/watch-cp.exp: New file.
7432
74332018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7434
7435 * gdb.base/infcall-nested-structs.exp: New file.
7436 * gdb.base/infcall-nested-structs.c: New file.
7437 * gdb.base/float.exp: Add riscv support.
7438
74392018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7440
7441 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7442 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7443
74442018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7445
7446 * gdb.server/abspath.exp: New file.
7447 * lib/gdb.exp (with_cwd): New procedure.
7448
74492018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7450
7451 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7452 use it.
7453 (gdb_is_target_remote_prompt): New proc.
7454 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7455 (gdb_is_target_native): Pass prompt parameter to
7456 gdb_is_target_1.
7457
74582018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7459
7460 * gdb.base/load-command.c: New file.
7461 * gdb.base/load-command.exp: New file.
7462 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7463 (gdb_is_target_1): ...this, and generalize for other targets
7464 than just remote.
7465 (gdb_is_target_remote): Use gdb_is_target_1.
7466 (gdb_is_target_native): use gdb_is_target_1.
7467
74682018-02-26 Tom Tromey <tom@tromey.com>
7469
7470 PR python/16497:
7471 * gdb.python/py-framefilter.exp: Update test.
7472
74732018-02-26 Tom Tromey <tom@tromey.com>
7474
7475 * gdb.dwarf2/variant.c: New file.
7476 * gdb.dwarf2/variant.exp: New file.
7477
74782018-02-26 Tom Tromey <tom@tromey.com>
7479
7480 * gdb.rust/simple.exp: Accept more possible results in enum test.
7481
74822018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7483
7484 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7485 parentheses.
7486
74872018-02-23 Maciej W. Rozycki <macro@mips.com>
7488
7489 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7490 name of a variable: $actual_linejj -> $actual_line.
7491
74922018-02-21 John Baldwin <jhb@FreeBSD.org>
7493
7494 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7495
74962018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7497
7498 * gdb.btrace/buffer-size.exp: Do not force BTS.
7499
75002018-02-14 Pedro Alves <palves@redhat.com>
7501
7502 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7503 getting a "Quit".
7504
75052018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7506
7507 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7508 Fix test name.
7509
75102018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * gdb.cp/m-static.exp: Check type of optimized out static
7513 member.
7514
75152018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7516
7517 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7518 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7519
75202018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7521 Leszek Swirski <leszeks@google.com>
7522
7523 * gdb.python/py-prettyprint.c
7524 (struct to_string_returns_value_inner,
7525 struct to_string_returns_value_wrapper): New.
7526 (main): Add tsrvw variable.
7527 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7528 ToStringReturnsValueWrapper): New classes.
7529 (register_pretty_printers): Register new pretty-printers.
7530 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7531 recursive pretty printer.
7532 * gdb.python/py-mi.exp: Likewise.
7533
75342018-02-01 Leszek Swirski <leszeks@google.com>
7535
7536 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7537 functions with the same name as an include file are parsed
7538 correctly.
7539
75402018-02-01 Yao Qi <yao.qi@linaro.org>
7541
7542 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7543 "\[^\r\n\]*".
7544
75452018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7546
7547 * gdb.arch/powerpc-prologue-frame.s: New file.
7548 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7549 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7550
75512018-01-31 Joel Brobecker <brobecker@adacore.com>
7552
7553 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7554
75552018-01-30 Pedro Alves <palves@redhat.com>
7556
7557 PR gdb/13211
7558 * gdb.base/interrupt-daemon.c: New.
7559 * gdb.base/interrupt-daemon.exp: New.
7560 * gdb.multi/multi-term-settings.c: New.
7561 * gdb.multi/multi-term-settings.exp: New.
7562
75632018-01-30 Joel Brobecker <brobecker@adacore.com>
7564
7565 * gdb.base/break.exp: Save the location where the breakpoint
7566 on break.c:47 was actually inserted when debugging the version
7567 compiled at -O2 and use it in the expected output of the "info
7568 break" test performed soon after.
7569
75702018-01-22 Pedro Alves <palves@redhat.com>
7571 Sergio Durigan Junior <sergiodj@redhat.com>
7572
7573 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7574 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7575
75762018-01-22 Joel Brobecker <brobecker@adacore.com>
7577
7578 * gdb.base/break-include.c, gdb.base/break-include.inc,
7579 gdb.base/break-include.exp: New files.
7580 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7581 line number now being the actual line number where the breakpoint
7582 was inserted.
7583 * gdb.mi/mi-break.exp: Likewise.
7584 * gdb.mi/mi-reverse.exp: Likewise.
7585 * gdb.mi/mi-simplerun.exp: Ditto.
7586
75872018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7588
7589 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7590 varobj.
7591 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7592
75932018-01-21 Don Breazeal <donb@codesourcery.com>
7594 Andrew Burgess <andrew.burgess@embecosm.com>
7595
7596 * gdb.mi/basics.c: Add new global.
7597 * gdb.mi/mi-frame-regs.exp: New file.
7598 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7599 case.
7600
76012018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7602
7603 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7604 non-parameter, and on an unknown symbol.
7605
76062018-01-19 Tom Tromey <tom@tromey.com>
7607
7608 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7609 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7610
76112018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7612
7613 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7614 setrlimit and chdir to int.
7615
76162018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7617
7618 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7619 function.
7620 (my_tend): Likewise.
7621 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7622 rationale of avoiding FP- and vector instructions.
7623
76242018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7625
7626 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7627 "info reg" with "\[ \t\]*".
7628 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7629 "\[ \t\]+".
7630 * gdb.arch/s390-multiarch.exp: Ditto.
7631 * gdb.base/pc-fp.exp: Ditto.
7632 * gdb.reverse/i386-precsave.exp: Ditto.
7633 * gdb.reverse/i386-reverse.exp: Ditto.
7634 * gdb.reverse/i387-env-reverse.exp: Ditto.
7635 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7636
76372018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7638
7639 * lib/gdb.exp (gdb_compile): Re-enable use of
7640 universal_compile_options for languages other than Rust.
7641
76422018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7643
7644 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7645
76462018-01-17 Mike Gulick <mgulick@mathworks.com>
7647
7648 PR gdb/16577
7649 * gdb.base/solib-vanish.exp: New.
7650 * gdb.base/solib-vanish-main.c: New.
7651 * gdb.base/solib-vanish-lib1.c: New.
7652 * gdb.base/solib-vanish-lib2.c: New.
7653
76542018-01-17 Yao Qi <yao.qi@linaro.org>
7655
7656 * gdb.compile/compile.exp: Match the address printed for
7657 frame in the output of command "bt".
7658
76592018-01-15 Tom Tromey <tom@tromey.com>
7660
7661 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7662 compute sp_reg.
7663
76642018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7665
7666 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7667 to prepare.
7668 (prepare): Return 0 on error, 1 on success.
7669
76702018-01-12 Pedro Alves <palves@redhat.com>
7671
7672 * gdb.base/continue-after-aborted-step-over.c: New.
7673 * gdb.base/continue-after-aborted-step-over.exp: New.
7674
76752018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7676
7677 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7678 options when not creating an executable.
7679
76802018-01-11 Pedro Alves <palves@redhat.com>
7681
7682 PR remote/22597
7683 * gdb.server/stop-reply-no-thread.c: New file.
7684 * gdb.server/stop-reply-no-thread.exp: New file.
7685
76862018-01-10 Pedro Alves <palves@redhat.com>
7687
7688 PR gdb/22670
7689 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7690 functions too. Test setting breakpoints and printing C functions
7691 with no debug info too.
7692 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7693
76942018-01-10 Pedro Alves <palves@redhat.com>
7695
7696 PR gdb/22670
7697 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7698 a fail.
7699
77002018-01-10 Pedro Alves <palves@redhat.com>
7701
7702 PR gdb/22670
7703 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7704
77052018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7706
7707 * gdb.server/unittest.exp: Match the output in non-development
7708 mode.
7709
77102018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7711
7712 * gdb.gdb/unittest.exp: Match output in non-development mode.
7713
77142018-01-08 Joel Brobecker <brobecker@adacore.com>
7715
7716 * gdb.ada/access_tagged_param.exp: Relax expected output
7717 for value of "ObjL" in "continue" to pck.inspect breakpoint
7718 test.
7719
77202018-01-08 Joel Brobecker <brobecker@adacore.com>
7721
7722 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7723 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7724
77252018-01-05 Pedro Alves <palves@redhat.com>
7726
7727 PR gdb/18653
7728 * gdb.base/libsegfault.exp: New.
7729
77302018-01-05 Joel Brobecker <brobecker@adacore.com>
7731
7732 PR gdb/22670
7733 * gdb.ada/access_tagged_param.exp: New file.
7734 * gdb.ada/access_tagged_param/foo.adb: New file.
7735
77362018-01-05 Pedro Alves <palves@redhat.com>
7737
7738 PR gdb/22670
7739 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7740 exercise lower case too, and to exercise both full matching and
7741 wild matching.
7742
77432018-01-05 Joel Brobecker <brobecker@adacore.com>
7744
7745 * gdb.ada/rename_subscript_param: New testcase.
7746
77472018-01-05 Jerome Guitton <guitton@adacore.com>
7748
7749 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7750
77512018-01-05 Joel Brobecker <brobecker@adacore.com>
7752
7753 * gdb.ada/convvar_comp: New testcase.
7754
77552018-01-05 Xavier Roirand <roirand@adacore.com>
7756
7757 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7758 (My_Table): New global variable.
7759 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7760
77612018-01-04 Joel Brobecker <brobecker@adacore.com>
7762
7763 PR gdb/22670
7764 * gdb.ada/maint_with_ada: New testcase.
7765
77662018-01-04 Joel Brobecker <brobecker@adacore.com>
7767
7768 PR gdb/22670
7769 * gdb.ada/bp_c_mixed_case: New testcase.
7770
77712018-01-04 Joel Brobecker <brobecker@adacore.com>
7772
7773 PR gdb/22670
7774 * gdb.ada/complete.exp: Add "complete break ada" test.
7775
77762018-01-04 Joel Brobecker <brobecker@adacore.com>
7777
7778 PR gdb/22670
7779 * gdb.ada/info_addr_mixed_case: New testcase.
7780
77812018-01-03 Xavier Roirand <roirand@adacore.com>
7782
7783 * gdb.ada/excep_handle.exp: New testcase.
7784 * gdb.ada/excep_handle/foo.adb: New file.
7785 * gdb.ada/excep_handle/pck.ads: New file.
7786
77872018-01-03 Joel Brobecker <brobecker@adacore.com>
7788
7789 * gdb.base/step-line.c: Add extra empty line in copyright header.
7790 * gdb.base/step-line.inp: Likewise.
7791
77922018-01-02 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.ada/dyn_stride.exp: Add slice test.
7795
77962018-01-02 Joel Brobecker <brobecker@adacore.com>
7797
7798 * gdb.ada/dyn_stride: New testcase.
7799
78002017-12-27 Stafford Horne <shorne@gmail.com>
7801
7802 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7803 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7804
78052017-12-27 Stafford Horne <shorne@gmail.com>
7806
7807 * gdb.base/reggroups.c: New file.
7808 * gdb.base/reggroups.exp: New file.
7809
78102017-12-18 Joel Brobecker <brobecker@adacore.com>
7811
7812 * gdb.dwarf2/ada-valprint-error.c: New file.
7813 * gdb.dwarf2/ada-valprint-error.exp: New file.
7814
78152017-12-18 Joel Brobecker <brobecker@adacore.com>
7816
7817 * gdb.ada/assign_arr: New testcase.
7818
78192017-12-18 Xavier Roirand <roirand@adacore.com>
7820
7821 * gdb.ada/funcall_ptr: New testcase.
7822
78232017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7824
7825 PR cli/16224
7826 * gdb.base/ptype-offsets.cc: New file.
7827 * gdb.base/ptype-offsets.exp: New file.
7828
78292017-12-15 Yao Qi <yao.qi@linaro.org>
7830
7831 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7832 if XML is disabled.
7833
78342017-12-15 Xavier Roirand <roirand@adacore.com>
7835
7836 * gdb.ada/same_component_name: New testcase.
7837
78382017-12-14 Joel Brobecker <brobecker@adacore.com>
7839
7840 * gdb.ada/str_binop_equal: New testcase.
7841
78422017-12-14 Joel Brobecker <brobecker@adacore.com>
7843
7844 * gdb.ada/task_switch_in_core: New testcase.
7845
78462017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7847
7848 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7849 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7850 call test_bkpt_qualified.
7851 (test_bkpt_qualified): New proc.
7852
78532017-12-13 Pedro Alves <palves@redhat.com>
7854
7855 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7856 Tighten regexp by matching with an anchor.
7857
78582017-12-13 Pedro Alves <palves@redhat.com>
7859
7860 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7861 ("expression with namespace"): New set of tests.
7862 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7863 (Nested::Test_NS::qux): New.
7864 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7865 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7866
78672017-12-13 Joel Brobecker <brobecker@adacore.com>
7868
7869 * gdb.base/server-del-break.c: New file.
7870 * gdb.base/server-del-break.exp: New file.
7871
78722017-12-12 Stafford Horne <shorne@gmail.com>
7873
7874 * gdb.xml/tdesc-regs.exp: Add or1k support.
7875
78762017-12-12 Stafford Horne <shorne@gmail.com>
7877
7878 * gdb.base/bp-permanent.c: Define nop of or1k.
7879
78802017-12-11 Joel Brobecker <brobecker@adacore.com>
7881
7882 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7883 output with components being reordered.
7884
78852017-12-11 Joel Brobecker <brobecker@adacore.com>
7886
7887 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7888 output with components being reordered.
7889
78902017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7891 Pedro Alves <palves@redhat.com>
7892
7893 * gdb.base/maint.exp (check for .gdb_index): Check also for
7894 .debug_names.
7895 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7896 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7897 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7898 (.gdb_index used after symbol reloading): Support also .debug_names.
7899 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7900
79012017-12-08 Yao Qi <yao.qi@linaro.org>
7902
7903 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7904 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7905
79062017-12-08 Yao Qi <yao.qi@linaro.org>
7907
7908 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7909 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7910
79112017-12-08 Yao Qi <yao.qi@linaro.org>
7912
7913 * gdb.arch/aarch64-tagged-pointer.c: New file.
7914 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7915
79162017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7917
7918 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7919 "int".
7920
79212017-12-07 Keith Seitz <keiths@redhat.com>
7922
7923 PR breakpoints/22569
7924 * gdb.linespec/ls-errs.exp: Change expected result of "break
7925 -source this file has spaces.c -line 3".
7926 Check that an explicit source file followed by whitespace is
7927 identified as an invalid explicit location.
7928
79292017-12-07 Keith Seitz <keiths@redhat.com>
7930
7931 * gdb.cp/nested-types.cc: New file.
7932 * gdb.cp/nested-types.exp: New file.
7933 * lib/cp-support.exp: Load data-structures.exp library.
7934 (debug_cp_test_ptype_class): New global.
7935 (cp_ptype_class_verbose, next_line): New procedures.
7936 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7937 Add and document new return value.
7938 Switch the list of lines to a queue.
7939 Add support for new `type' key for nested type definitions.
7940 Add debugging/troubleshooting messages.
7941 * lib/data-structures.exp: New file.
7942
79432017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7944
7945 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7946 with proc_with_prefix, don't use with_test_prefix.
7947
79482017-12-07 Tom Tromey <tom@tromey.com>
7949
7950 * gdb.base/break.exp: Add test for empty "commands".
7951
79522017-12-07 Yao Qi <yao.qi@linaro.org>
7953
7954 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7955 malloc and catch syscall.
7956
79572017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7958
7959 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7960 tests for explicit locations.
7961
79622017-12-06 Pedro Alves <palves@redhat.com>
7963
7964 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7965 force-disabling XML descriptions.
7966
79672017-12-04 Pedro Alves <palves@redhat.com>
7968
7969 PR gdb/22499
7970 * gdb.arch/amd64-disp-step-avx.S: New file.
7971 * gdb.arch/amd64-disp-step-avx.exp: New file.
7972
79732017-12-03 Pedro Alves <palves@redhat.com>
7974
7975 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7976 and <string.h>.
7977 (parent_function): Print distinct messages when waitpid fails, or
7978 the child exits with a signal, or the child exits for an unhandled
7979 reason.
7980 * gdb.threads/process-dies-while-detaching.exp
7981 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7982 it. Wait for both inferior output and GDB's prompt. Use an
7983 indirect spawn id list.
7984 (do_detach): New parameter 'child_exit'. Use it to compute
7985 expected inferior output.
7986 (test_detach, test_detach_watch, test_detach_killed_outside):
7987 Adjust to pass down the expected child exit kind.
7988
79892017-12-01 Joel Brobecker <brobecker@adacore.com>
7990 Sergio Durigan Junior <sergiodj@redhat.com>
7991 Pedro Alves <palves@redhat.com>
7992
7993 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7994
79952017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7996
7997 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7998 to 'symbol-file' and 'add-symbol-file' can be
7999 position-independent.
8000
80012017-12-01 Yao Qi <yao.qi@linaro.org>
8002
8003 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8004 the URL in copyright header.
8005 * gdb.arch/aarch64-fp.exp: Likewise.
8006 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8007 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8008 * gdb.base/expand-psymtabs.exp: Likewise.
8009 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8010 * gdb.fortran/common-block.exp: Likewise.
8011 * gdb.fortran/common-block.f90: Likewise.
8012 * gdb.fortran/logical.exp: Likewise.
8013 * gdb.fortran/vla-datatypes.f90: Likewise.
8014 * gdb.fortran/vla-sub.f90: Likewise.
8015
80162017-11-30 Joel Brobecker <brobecker@adacore.com>
8017
8018 * gdb.ada/repeat_dyn: New testcase.
8019
80202017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8021
8022 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8023 Update for changed thread numbering.
8024 * gdb.cell/bt.exp: Update for changed GDB output.
8025
80262017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8027
8028 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8029 setting isremote by hand.
8030 * boards/dwarf4-gdb-index.exp: Likewise.
8031 * boards/fission.exp: Likewise.
8032 * boards/stabs.exp: Likewise.
8033
80342017-11-30 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.linespec/cpls-ops.exp
8037 (check_explicit_skips_function_argument): Extract the underlying
8038 type of size_t instead of hardcoding it.
8039
80402017-11-29 Pedro Alves <palves@redhat.com>
8041
8042 PR c++/19436
8043 * gdb.linespec/cpls-abi-tag.cc: New file.
8044 * gdb.linespec/cpls-abi-tag.exp: New file.
8045
80462017-11-29 Pedro Alves <palves@redhat.com>
8047
8048 * gdb.base/langs.exp: Use -qualified.
8049 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8050 it.
8051 * gdb.cp/namespace.exp: Use -qualified.
8052 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8053 (overload-3, template-overload, template-ret-type, const-overload)
8054 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8055 procedures.
8056 (test_driver): Call them.
8057 * gdb.cp/save-bp-qualified.cc: New.
8058 * gdb.cp/save-bp-qualified.exp: New.
8059 * gdb.linespec/explicit.exp: Test -qualified.
8060 * lib/completion-support.exp (completion::explicit_opts_list): Add
8061 "-qualified".
8062 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8063
80642017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8065
8066 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8067
80682017-11-29 Tom Tromey <tom@tromey.com>
8069
8070 * gdb.base/relocate.exp: Update invalid argument test.
8071 Add new tests for invalid arguments.
8072
80732017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8074
8075 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8076 Return 0 as a long.
8077 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8078
80792017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8080
8081 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8082 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8083 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8084 func ().
8085 * gdb.cp/shadow.cc (B.func): Return 0.
8086
80872017-11-27 Joel Brobecker <brobecker@adacore.com>
8088
8089 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8090 expected output in gdb_expect call to allow the exception
8091 message to be present as well. Fix syntax confusion to avoid
8092 TCL thinking that exception_name is an array.
8093
80942017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8095
8096 * gdb.arch/spu-info.c: Include <unistd.h>.
8097 (do_signal_test): Fix broken calls to write.
8098 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8099 Fix checks for empty mailboxes. Update signal tests for corrected
8100 do_signal_test routine. Allow nonzero event status.
8101 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8102 * gdb.cell/arch.exp: Use standard_output_file.
8103 * gdb.cell/break.exp: Likewise.
8104 * gdb.cell/bt.exp: Likewise.
8105 * gdb.cell/core.exp: Likewise.
8106 * gdb.cell/dwarfaddr.exp: Likewise.
8107 * gdb.cell/ea-cache.exp: Likewise.
8108 * gdb.cell/ea-standalone.exp: Likewise.
8109 * gdb.cell/f-regs.exp: Likewise.
8110 * gdb.cell/fork.exp: Likewise.
8111 * gdb.cell/gcore.exp: Likewise.
8112 * gdb.cell/mem-access.exp: Likewise.
8113 * gdb.cell/ptype.exp: Likewise.
8114 * gdb.cell/registers.exp: Likewise.
8115 * gdb.cell/sizeof.exp: Likewise.
8116 * gdb.cell/solib-symbol.exp: Likewise.
8117 * gdb.cell/solib.exp: Likewise.
8118
81192017-11-25 Pedro Alves <palves@redhat.com>
8120
8121 * gdb.base/complete-empty.exp: New file.
8122 * gdb.base/completion.exp: Adjust.
8123
81242017-11-25 Pedro Alves <palves@redhat.com>
8125
8126 * gdb.linespec/cpls-ops.cc: New file.
8127 * gdb.linespec/cpls-ops.exp: New file.
8128 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8129 factored out from ...
8130 (test_complete_prefix_range): ... this.
8131
81322017-11-24 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.linespec/cpcompletion.exp: New file.
8135 * gdb.linespec/cpls-hyphen.cc: New file.
8136 * gdb.linespec/cpls.cc: New file.
8137 * gdb.linespec/cpls2.cc: New file.
8138 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8139 test to use test_gdb_complete_unique. Add label completion,
8140 keyword completion and explicit location completion tests.
8141 * lib/completion-support.exp: New file.
8142
81432017-11-24 Joel Brobecker <brobecker@adacore.com>
8144
8145 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8146 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8147 when hitting an exception catchpoint.
8148
81492017-11-22 Yao Qi <yao.qi@linaro.org>
8150
8151 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8152
81532017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8154
8155 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8156 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8157 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8158
81592017-11-22 Yao Qi <yao.qi@linaro.org>
8160
8161 * gdb.base/info-os.exp: Pass pthreads.
8162 * gdb.multi/multi-attach.exp: Likewise.
8163
81642017-11-22 Yao Qi <yao.qi@linaro.org>
8165
8166 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8167 compiler.
8168
81692017-11-22 Yao Qi <yao.qi@linaro.org>
8170
8171 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8172 * gdb.base/break-interp.exp: Likewise.
8173 * gdb.base/jit-attach-pie.exp: Likewise.
8174
81752017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8176
8177 * gdb.base/float128.c (large128): New variable.
8178 * gdb.base/float128.exp: Add test to print largest __float128 value.
8179
81802017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8181
8182 * gdb.arch/vsx-regs.exp: Update register content checks.
8183
81842017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8185
8186 * gdb.arch/ppc-longdouble.exp: New file.
8187 * gdb.arch/ppc-longdouble.c: Likewise.
8188
81892017-11-21 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8192
81932017-11-20 Pedro Alves <palves@redhat.com>
8194
8195 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8196 (long_double_typedef): New typedefs.
8197 Use DEF on double and long double.
8198 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8199 cases.
8200 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8201 and 'long_double_ptr_same_size' locals. Use them to decide
8202 whether cast from array/function to float is valid/invalid.
8203
82042017-11-17 Tom Tromey <tom@tromey.com>
8205
8206 * gdb.rust/traits.rs: New file.
8207 * gdb.rust/traits.exp: New file.
8208
82092017-11-17 Joel Brobecker <brobecker@adacore.com>
8210
8211 * gdb.ada/minsyms: New testcase.
8212
82132017-11-16 Pedro Alves <palves@redhat.com>
8214
8215 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8216 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8217
82182017-11-16 Pedro Alves <palves@redhat.com>
8219
8220 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8221 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8222
82232017-11-16 Pedro Alves <palves@redhat.com>
8224
8225 * gdb.server/reconnect-ctrl-c.c: New file.
8226 * gdb.server/reconnect-ctrl-c.exp: New file.
8227
82282017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8229
8230 * gdb.python/py-rbreak.exp: New file.
8231 * gdb.python/py-rbreak.c: New file.
8232 * gdb.python/py-rbreak-func2.c: New file.
8233
82342017-11-16 Pedro Alves <palves@redhat.com>
8235
8236 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8237 pattern.
8238 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8239 GDB.
8240
82412017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8242
8243 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8244 regex.
8245
82462017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8247
8248 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8249 test names.
8250
82512017-11-09 Pedro Alves <palves@redhat.com>
8252
8253 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8254 factored out from ...
8255 (top level): ... here, and adjusted to avoid expecting beyond the
8256 prompt in a single gdb_test_multiple.
8257
82582017-11-09 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8261 output.
8262 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8263 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8264 * gdb.server/ext-run.exp ("kill" test): Likewise.
8265 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8266
82672017-11-09 Pedro Alves <palves@redhat.com>
8268
8269 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8270 match till end of line.
8271
82722017-11-09 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8275
82762017-11-09 Pedro Alves <palves@redhat.com>
8277
8278 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8279 New procedures, factored out from ...
8280 (top level): ... here, and adjusted to avoid expecting beyond the
8281 prompt in one go.
8282
82832017-11-09 Pedro Alves <palves@redhat.com>
8284
8285 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8286 output. Fix '?' match.
8287
82882017-11-08 Joel Brobecker <brobecker@adacore.com>
8289
8290 * gdb.ada/scoped_watch: New testcase.
8291 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8292 which is actually correct.
8293 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8294 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8295
82962017-11-08 Pedro Alves <palves@redhat.com>
8297
8298 * gdb.gdb/complaints.exp (test_initial_complaints)
8299 (test_serial_complaints, test_short_complaints): Call
8300 complaint_internal instead of complaint.
8301
83022017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8303
8304 * gdb.threads/tls-core.c: New file.
8305 * gdb.threads/tls-core.exp: Likewise.
8306
83072017-11-08 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8310 (p Exported_Capitalized): New test.
8311 (p exported_capitalized): New test.
8312
83132017-11-07 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8316
83172017-11-07 Pedro Alves <palves@redhat.com>
8318
8319 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8320 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8321 (disable_invalid, disable_inverted, disable_negative): New
8322 procedures.
8323 ("bad numbers"): New set of tests.
8324
83252017-11-07 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.cp/ena-dis-br-range.exp: Add tests.
8328
83292017-11-07 Pedro Alves <palves@redhat.com>
8330
8331 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8332
83332017-11-07 Xavier Roirand <roirand@adacore.com>
8334 Pedro Alves <palves@redhat.com>
8335
8336 * gdb.base/ena-dis-br.exp: Add reference to
8337 gdb.cp/ena-dis-br-range.exp.
8338 * gdb.cp/ena-dis-br-range.exp: New file.
8339 * gdb.cp/ena-dis-br-range.cc: New file.
8340
83412017-11-06 Pedro Alves <palves@redhat.com>
8342
8343 * gdb.base/attach-non-pgrp-leader.c: New.
8344 * gdb.base/attach-non-pgrp-leader.exp: New.
8345
83462017-11-06 Pedro Alves <palves@redhat.com>
8347
8348 * configure.ac: No longer check for termio.h and sgtty.h.
8349 * configure: Regenerate.
8350 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8351 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8352 Remove termio and sgtty code.
8353
83542017-11-03 Yao Qi <yao.qi@linaro.org>
8355
8356 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8357 in GDB is disabled.
8358
83592017-11-03 Yao Qi <yao.qi@linaro.org>
8360
8361 * gdb.python/py-thrhandle.exp: Skip it if python is not
8362 enabled.
8363
83642017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8365
8366 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8367 as a breakpoint command.
8368
83692017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8370
8371 PR python/21213
8372 * gdb.python/py-infthread.exp: Test calling
8373 InferiorThread.inferior () multiple times in a row.
8374
83752017-10-27 Keith Seitz <keiths@redhat.com>
8376
8377 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8378 Test "info break" for every inlined function breakpoint.
8379
83802017-10-27 Yao Qi <yao.qi@linaro.org>
8381
8382 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8383
83842017-10-26 Patrick Frants <osscontribute@gmail.com>
8385
8386 * gdb.cp/classes.exp (test_static_members): Test printing
8387 Outer::instance.
8388 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8389 (Inner::instance, Outer::instance): New.
8390
83912017-10-24 Pedro Alves <palves@redhat.com>
8392
8393 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8394 extra console" test in two stages.
8395
83962017-10-24 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8399
84002017-10-24 Pedro Alves <palves@redhat.com>
8401
8402 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8403 loop.
8404
84052017-10-24 Pedro Alves <palves@redhat.com>
8406
8407 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8408 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8409
84102017-10-24 Pedro Alves <palves@redhat.com>
8411
8412 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8413 parameter and handle it. Don't output read value in test name.
8414
84152017-10-24 Pedro Alves <palves@redhat.com>
8416
8417 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8418 custom test name.
8419
84202017-10-24 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8423 include the unstable output directory name in the test's name.
8424 (initial_setup_simple) <'set args'>: Use custom test name.
8425
84262017-10-24 Pedro Alves <palves@redhat.com>
8427
8428 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8429 with explicit test name.
8430
84312017-10-20 Pedro Alves <palves@redhat.com>
8432
8433 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8434 'wait -i'. Use gdb_assert and remote_close.
8435
84362017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8437
8438 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8439 number from variable rather than hard-coded.
8440
84412017-10-19 Pedro Alves <palves@redhat.com>
8442
8443 * gdb.base/long-inferior-output.c: New file.
8444 * gdb.base/long-inferior-output.exp: New file.
8445
84462017-11-18 Keith Seitz <keiths@redhat.com>
8447
8448 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8449 method.
8450 (main): Call it.
8451 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8452 Add additional user-defined conversion operator tests.
8453
84542017-10-17 Pedro Alves <palves@redhat.com>
8455
8456 * boards/native-stdio-gdbserver.exp: Load "local-board".
8457
84582017-10-17 Pedro Alves <palves@redhat.com>
8459
8460 * gdb.base/quit-live.c: New file.
8461 * gdb.base/quit-live.exp: New file.
8462
84632017-10-16 Keith Seitz <keiths@redhat.com>
8464
8465 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8466 (class_with_protected_typedef, class_with_private_typedef)
8467 (struct_with_public_typedef, struct_with_protected_typedef)
8468 (struct_with_private_typedef): New classes/structs.
8469 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8470 typedefs and access specifiers.
8471
84722017-10-16 Pedro Alves <palves@redhat.com>
8473 Simon Marchi <simon.marchi@polymtl.ca>
8474
8475 * README (Local vs Remote vs Native): New section.
8476 * boards/local-board.exp: New file, with bits factored out from
8477 ...
8478 * boards/native-extended-gdbserver.exp: ... here. Load
8479 "local-board".
8480 * boards/native-gdbserver.exp: Load "local-board".
8481 (${board}_spawn, ${board}_exec): Delete.
8482 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8483 ...
8484 * boards/stdio-gdbserver-base.exp: ... this new file.
8485 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8486 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8487 procedure.
8488 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8489 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8490 stdio_gdbserver_command.
8491 (${board}_get_remote_address, ${board}_get_comm_port)
8492 (${board}_download, ${board}_upload): Delete.
8493 (get_target_remote_pipe_cmd): New.
8494
84952017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8496
8497 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8498 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8499 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8500 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8501 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8502 remove with_test_prefix.
8503
85042017-10-13 Pedro Alves <palves@redhat.com>
8505
8506 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8507 * gdb.base/annota1.exp: Use it instead of is_remote.
8508 * gdb.base/annota3.exp: Use it instead of is_remote.
8509 * gdb.cp/annota2.exp: Use it instead of is_remote.
8510 * gdb.cp/annota3.exp: Use it instead of is_remote.
8511 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8512
85132017-10-13 Pedro Alves <palves@redhat.com>
8514
8515 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8516 (test_num_test_vars, run_and_count_vars, find_env)
8517 (test_set_unset_env, test_inherit_env_var): New procedures.
8518 (top level): Use them.
8519
85202017-10-13 Pedro Alves <palves@redhat.com>
8521
8522 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8523 also skip on stub-like targets.
8524
85252017-10-13 Pedro Alves <palves@redhat.com>
8526
8527 PR gdb/22293
8528 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8529 (top level): Move some tests to ...
8530 (test_not_found): ... this new procedure.
8531 (top level): Call it.
8532
85332017-10-13 Pedro Alves <palves@redhat.com>
8534
8535 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8536 expect different "info terminal" output if testing with a
8537 non-native target.
8538
85392017-10-13 Pedro Alves <palves@redhat.com>
8540 Simon Marchi <simon.marchi@polymtl.ca>
8541
8542 PR python/12966
8543 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8544
85452017-10-13 Pedro Alves <palves@redhat.com>
8546
8547 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8548 already.
8549
85502017-10-13 Pedro Alves <palves@redhat.com>
8551
8552 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8553 is_remote.
8554
85552017-10-13 Pedro Alves <palves@redhat.com>
8556
8557 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8558 is_remote.
8559
85602017-10-13 Pedro Alves <palves@redhat.com>
8561
8562 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8563 is set.
8564 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8565 instead of is_remote.
8566
85672017-10-13 Pedro Alves <palves@redhat.com>
8568
8569 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8570 (top level): Add comment.
8571
85722017-10-13 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/remote.exp (top level): Fix comment typo and add
8575 missing return.
8576
85772017-10-13 Pedro Alves <palves@redhat.com>
8578 Simon Marchi <simon.marchi@polymtl.ca>
8579
8580 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8581 calls and add comments. Skip test if use_gdb_stub is set.
8582 (top level): Use "set cwd" command instead of "cd" command.
8583
85842017-10-13 Pedro Alves <palves@redhat.com>
8585
8586 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8587 is_remote target check.
8588
85892017-10-13 Pedro Alves <palves@redhat.com>
8590
8591 * gdb.base/scope.exp: Use build_executable + clean_restart +
8592 gdb_file_cmd instead of prepare_for_testing and no longer skip
8593 "before run" tests on is_remote target boards. Update comments.
8594 * boards/native-extended-gdbserver.exp
8595 (extended_gdbserver_load_last_file): New, factored out from ...
8596 (gdb_load): ... this. Move further below and add comment.
8597 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8598
85992017-10-12 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.base/attach.exp: Remove references to gdb64.
8602 * gdb.base/dbx.exp: Remove references to gdb64.
8603
86042017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8605 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.base/label.exp: Remove is_remote target check.
8608
86092017-10-12 Pedro Alves <palves@redhat.com>
8610
8611 * gdb.base/auvx.exp (coredir): Update comment.
8612 (top level) <core_works>: Use "set cwd" command instead of "cd"
8613 command.
8614
86152017-10-12 Pedro Alves <palves@redhat.com>
8616 Simon Marchi <simon.marchi@polymtl.ca>
8617
8618 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8619 target boards.
8620
86212017-10-12 Pedro Alves <palves@redhat.com>
8622 Simon Marchi <simon.marchi@polymtl.ca>
8623
8624 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8625 Instead skip if there's any gdb_protocol set.
8626
86272017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8628 Pedro Alves <palves@redhat.com>
8629
8630 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8631
86322017-10-12 Pedro Alves <palves@redhat.com>
8633 Simon Marchi <simon.marchi@polymtl.ca>
8634
8635 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8636 instead of on dejagnu remote boards.
8637
86382017-10-12 Pedro Alves <palves@redhat.com>
8639 Simon Marchi <simon.marchi@polymtl.ca>
8640
8641 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8642 checks. Use build_executable + clean_restart instead of
8643 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8644 of enabling non-stop after starting gdb.
8645
86462017-10-12 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8649 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8650 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8651 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8652
86532017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8654
8655 * gdb.arch/arc-tdesc-cpu.exp: New file.
8656 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8657
86582017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8659
8660 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8661
86622017-10-10 Pedro Alves <palves@redhat.com>
8663
8664 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8665 expect CLI output.
8666
86672017-10-10 Pedro Alves <palves@redhat.com>
8668
8669 * lib/selftest-support.exp (selftest_setup): Update for
8670 captured_command_loop's prototype change.
8671
86722017-10-09 Pedro Alves <palves@redhat.com>
8673
8674 Test both arch1=>arch2 and arch2=>arch1.
8675
8676 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8677 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8678 factored out to...
8679 (append_arch1_options, append_arch2_options, append_arch_options)
8680 (build_executables): New procedures.
8681 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8682 local.
8683 (top level): Add new 'first_arch' testing axis.
8684
86852017-10-09 Pedro Alves <palves@redhat.com>
8686
8687 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8688 (barrier): New.
8689 (thread_start, all_started): New functions.
8690 (main): Spawn new thread and wait until it is scheduled.
8691 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8692 option.
8693 (do_test): Add 'selected_thread' parameter. Run to all_started
8694 instead of main. Explicitly set the breakpoint at main. Switch
8695 to the SELECTED_THREAD thread.
8696 (top level): Test handling the exec event with either the main
8697 thread or the second thread selected.
8698
86992017-10-09 Pedro Alves <palves@redhat.com>
8700
8701 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8702 logic. Move STOP marker after the value checks.
8703 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8704 regexp.
8705
87062017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8707
8708 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8709
87102017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8711
8712 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8713 integer-to-dfp conversion.
8714 * gdb.base/dfp-test.exp: Likewise.
8715
87162017-10-04 Pedro Alves <palves@redhat.com>
8717
8718 * gdb.multi/hangout.c: Include <unistd.h>.
8719 (hangout_loop): New function.
8720 (main): Call alarm. Call hangout_loop in a loop.
8721 * gdb.multi/hello.c: Include <unistd.h>.
8722 (hello_loop): New function.
8723 (main): Call alarm. Call hangout_loop in a loop.
8724 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8725 inferior with the other selected.
8726
87272017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8728
8729 * gdb.mi/list-thread-groups-available.exp: New file.
8730 * gdb.mi/list-thread-groups-available.c: New file.
8731
87322017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8733
8734 * gdb.base/set-cwd.exp: Make it available on
8735 native-extended-gdbserver.
8736
87372017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8738
8739 * gdb.base/set-cwd.c: New file.
8740 * gdb.base/set-cwd.exp: Likewise.
8741
87422017-10-02 Tom Tromey <tom@tromey.com>
8743
8744 PR rust/22236:
8745 * gdb.rust/simple.rs (main): New variable "fslice".
8746 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8747
87482017-10-02 Tom Tromey <tom@tromey.com>
8749
8750 * gdb.rust/simple.exp: Test ptype of a slice.
8751
87522017-10-02 Tom Tromey <tom@tromey.com>
8753
8754 * gdb.rust/simple.exp: Test index of slice.
8755
87562017-09-27 Tom Tromey <tom@tromey.com>
8757
8758 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8759
87602017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8761 Pedro Alves <palves@redhat.com>
8762
8763 * gdb.base/compare-sections.exp (get value of read-only section): Read
8764 as unsigned value.
8765 (corrupt read-only section): Likewise and don't set written if patching
8766 failed.
8767
87682017-09-21 Kevin Buettner <kevinb@redhat.com>
8769
8770 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8771 files.
8772
87732017-09-20 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8776 symbol names in gdb's output.
8777 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8778
87792017-09-20 Pedro Alves <palves@redhat.com>
8780
8781 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8782 Rename to ...
8783 (test_list_ambiguous_symbol): ... this and add a symbol name
8784 parameter. Adjust.
8785 (test_list_ambiguous_function): Reimplement on top of
8786 test_list_ambiguous_symbol and also test listing ambiguous
8787 variables.
8788 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8789 (ambiguous_fun): ... this.
8790 (ambiguous_var): New.
8791 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8792 (ambiguous_fun): ... this.
8793 (ambiguous_var): New.
8794
87952017-09-19 John Baldwin <jhb@FreeBSD.org>
8796
8797 * gdb.base/starti.c: New file.
8798 * gdb.base/starti.exp: New file.
8799 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8800
88012017-09-14 Pedro Alves <palves@redhat.com>
8802
8803 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8804 (top level): Use it instead of runto.
8805
88062017-09-11 Tom Tromey <tom@tromey.com>
8807
8808 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8809
88102017-09-11 Tom Tromey <tom@tromey.com>
8811
8812 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8813 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8814
88152017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8816
8817 * gdb.fortran/printing-types.exp: New file.
8818 * gdb.fortran/printing-types.exp: New file.
8819
88202017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8821
8822 * gdb.fortran/vla-ptype.exp: Fix typos.
8823 * gdb.fortran/vla-value.exp: Same.
8824
88252017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8826
8827 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8828 * gdb.mi/mi-var-child-f.exp: Likewise.
8829 * gdb.mi/mi-vla-fortran.exp: Likewise.
8830
88312017-09-08 Frank Penczek <frank.penczek@intel.com>
8832 Christoph Weinmann <christoph.t.weinmann@intel.com>
8833 Bernhard Heckel <bernhard.heckel@intel.com>
8834
8835 * gdb.fortran/ptr-indentation.f90: New file.
8836 * gdb.fortran/ptr-indentation.exp: New file.
8837
88382017-09-05 Tom Tromey <tom@tromey.com>
8839
8840 PR gdb/22010:
8841 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8842
88432017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8844
8845 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8846
88472017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8848
8849 * gdb.threads/tls-nodebug-pie.c: New file.
8850 * gdb.threads/tls-nodebug-pie.exp: New file.
8851
88522017-09-05 Tom Tromey <tom@tromey.com>
8853
8854 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8855 for rust.
8856
88572017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8858
8859 * gdb.multi/multi-arch-exec.exp: Test with different
8860 "follow-exec-mode" settings.
8861 (do_test): New procedure.
8862
88632017-09-04 Pedro Alves <palves@redhat.com>
8864
8865 * gdb.base/func-static.c (S::method const, S::method volatile)
8866 (S::method volatile const): New methods.
8867 (c_s, v_s, cv_s): New instances.
8868 (main): Call method() on them.
8869 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8870 (cannot_resolve): New procedure.
8871 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8872 print-quote-unquoted columns.
8873 (do_test): Test printing each scope too.
8874
88752017-09-04 Pedro Alves <palves@redhat.com>
8876
8877 * gdb.base/local-static.exp: Also test with
8878 class::method::variable wholly quoted.
8879 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8880
88812017-09-04 Pedro Alves <palves@redhat.com>
8882
8883 * gdb.base/local-static.c: New.
8884 * gdb.base/local-static.cc: New.
8885 * gdb.base/local-static.exp: New.
8886
88872017-09-04 Pedro Alves <palves@redhat.com>
8888
8889 * gdb.asm/asm-source.exp: Add casts to int.
8890 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8891 (dataglobal64_1, dataglobal64_2): New globals.
8892 * gdb.base/nodebug.exp: Test different expressions involving the
8893 new globals, with print, whatis and ptype. Add casts to int.
8894 * gdb.base/solib-display.exp: Add casts to int.
8895 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8896 * gdb.cp/m-static.exp: Add cast to int.
8897 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8898 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8899 tls variable with no debug info without a cast. Test with a cast
8900 to int too.
8901 * gdb.trace/entry-values.exp: Add casts.
8902
89032017-09-04 Pedro Alves <palves@redhat.com>
8904
8905 * gdb.base/nodebug.exp: Test that ptype's error about functions
8906 with unknown return type includes the function name too.
8907
89082017-09-04 Pedro Alves <palves@redhat.com>
8909
8910 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8911 return type of munmap in infcall.
8912 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8913 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8914 type of ftell in infcall.
8915 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8916 type of getpid in infcall.
8917 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8918 infcall.
8919 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8920 Bail on failure to extract the pid.
8921 * gdb.base/nodebug.c: #include <stdint.h>.
8922 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8923 New functions.
8924 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8925 Change expected output of print/whatis/ptype with functions with
8926 no debug info. Test all supported languages. Call
8927 test_call_promotion.
8928 * gdb.compile/compile.exp: Adjust expected output to expect
8929 warning.
8930 * gdb.threads/siginfo-threads.exp: Likewise.
8931
89322017-09-04 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8935 "prototypes". Test calling float functions via prototyped and
8936 unprototyped function pointers.
8937 (perform_all_tests): New parameter "prototypes". Pass it down.
8938 (top level): Pass down "prototypes" parameter to
8939 perform_all_tests.
8940
89412017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8942
8943 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8944 Test with nested loops.
8945
89462017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8947
8948 * gdb.base/commands.exp: Call the new procedures.
8949 (loop_break_test, loop_continue_test): New procedures.
8950
89512017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8952
8953 * gdb.base/commands.exp: Call new procedure.
8954 (define_if_without_arg_test): New procedure.
8955
89562017-09-04 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.base/list-ambiguous.exp: New file.
8959 * gdb.base/list-ambiguous0.c: New file.
8960 * gdb.base/list-ambiguous1.c: New file.
8961 * gdb.base/list.exp (test_list_range): Adjust expected output.
8962
89632017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8964
8965 * gdb.base/share-env-with-gdbserver.c: New file.
8966 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8967
89682017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8969
8970 * gdb.base/commands.exp (gdbvar_simple_if_test,
8971 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8972 progvar_simple_if_test, progvar_simple_while_test,
8973 progvar_complex_if_while_test, user_defined_command_test,
8974 user_defined_command_args_eval,
8975 user_defined_command_args_stack_test,
8976 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8977 temporary_breakpoint_commands,
8978 gdb_test_no_prompt, redefine_hook_test,
8979 redefine_backtrace_test): Remove "global gdb_prompt".
8980
89812017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8982
8983 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8984 New proc, call it from toplevel.
8985
89862017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8987
8988 PR remote/21852
8989 * gdb.server/normal.c: New file, copied from gdb.base.
8990 * gdb.server/run-without-local-binary.exp: New file.
8991
89922017-08-07 Weimin Pan <weimin.pan@oracle.com>
8993
8994 * gdb.arch/sparc64-adi.exp: New file.
8995 * gdb.arch/sparc64-adi.c: New file.
8996
89972017-08-22 Pedro Alves <palves@redhat.com>
8998
8999 * gdb.cp/overload.exp (line_range_pattern): New procedure.
9000 (top level): Add "list all overloads" tests.
9001
90022017-08-22 Tom Tromey <tom@tromey.com>
9003
9004 * gdb.gdb/xfullpath.exp: Remove.
9005
90062017-08-21 Pedro Alves <palves@redhat.com>
9007
9008 PR gdb/19487
9009 * gdb.base/symbol-alias.c: New.
9010 * gdb.base/symbol-alias2.c: New.
9011 * gdb.base/symbol-alias.exp: New.
9012
90132017-08-21 Pedro Alves <palves@redhat.com>
9014
9015 * gdb.base/dfp-test.c
9016 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9017 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9018 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9019 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9020 * gdb.base/whatis-ptype-typedefs.c: New.
9021 * gdb.base/whatis-ptype-typedefs.exp: New.
9022 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9023 (an_int, an_int_type, an_int_type2): New globals.
9024 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9025 involving typedefs and cast expressions.
9026 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9027 (lookup_typedefs_function): New.
9028 (typedefs_pretty_printers_dict): New.
9029 (top level): Register lookup_typedefs_function in
9030 gdb.pretty_printers.
9031
90322017-08-18 Yao Qi <yao.qi@linaro.org>
9033
9034 * gdb.server/unittest.exp: New.
9035
90362017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9037
9038 PR gdb/21954
9039 * gdb.base/environ.exp: Add test to check if 'unset environment'
9040 works.
9041
90422017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9043
9044 * lib/gdb.exp (universal_compile_options): New caching proc.
9045 (gdb_compile): Suppress GCC's coloring of messages.
9046
90472017-08-14 Tom Tromey <tom@tromey.com>
9048
9049 PR gdb/21675:
9050 * gdb.base/printcmds.exp (test_radices): New function.
9051 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9052 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9053 * lib/gdb.exp (get_integer_valueof): Use p/d.
9054
90552017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9056
9057 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9058 characters.
9059
90602017-08-05 Tom Tromey <tom@tromey.com>
9061
9062 * gdb.rust/simple.exp: Allow String to appear in a different
9063 namespace.
9064
90652017-07-26 Yao Qi <yao.qi@linaro.org>
9066
9067 * gdb.gdb/unittest.exp: Invoke command
9068 "maintenance check xml-descriptions".
9069
90702017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9071
9072 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9073 calling context.
9074 (hex128): Drop erroneous calculation of parameters.
9075
90762017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9077
9078 * gdb.python/py-unwind.exp: Disable stack protection when
9079 building test file.
9080
90812017-07-20 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.base/default.exp (set language): Adjust expected output.
9084
90852017-07-20 Pedro Alves <palves@redhat.com>
9086
9087 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9088 (test_minsym): ... this, and make static.
9089 (get_pck__foo__bar__minsym): Rename to ...
9090 (get_test_minsym): ... this.
9091 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9092 symbol names and comments.
9093 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9094 (get_test_minsym): ... this.
9095 (pck__foo__bar__minsym__2): Rename to ...
9096 (test_minsym): ... this.
9097 (main): Adjust.
9098
90992017-07-17 Pedro Alves <palves@redhat.com>
9100
9101 * gdb.base/completion.exp: Adjust expected output.
9102 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9103 the completer works.
9104
91052017-07-17 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9108
91092017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9110
9111 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9112
91132017-07-14 Tom Tromey <tom@tromey.com>
9114
9115 PR rust/21764:
9116 * gdb.rust/simple.exp: Add tests.
9117
91182017-07-14 Tom Tromey <tom@tromey.com>
9119
9120 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9121
91222017-07-14 Pedro Alves <palves@redhat.com>
9123
9124 * gdb.linespec/base/one/thefile.cc (z1): New function.
9125 * gdb.linespec/base/two/thefile.cc (z2): New function.
9126 * gdb.linespec/linespec.exp: Add tests.
9127
91282017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9129
9130 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9131 to mi_create_breakpoint.
9132
91332017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9134
9135 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9136 mi_create_breakpoint.
9137
91382017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9139
9140 * gdb.dlang/demangle.exp: Update for demangling changes.
9141
91422017-07-09 Tom Tromey <tom@tromey.com>
9143
9144 * gdb.dwarf2/shortpiece.exp: New file.
9145
91462017-07-06 David Blaikie <dblaikie@gmail.com>
9147
9148 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9149 built from fissiont-multi-cu{1,2}.c.
9150 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9151 except putting 'main' and 'func' in separate CUs in the same DWO file.
9152 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9153 test.
9154 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9155 test.
9156
91572017-07-06 Pedro Alves <palves@redhat.com>
9158
9159 * gdb.python/py-unwind.exp: Test flushregs.
9160
91612017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9162
9163 PR cli/21688
9164 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9165 tests for alias commands and trailing whitespace.
9166
91672017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9168
9169 PR cli/21688
9170 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9171 procedure. Call it.
9172
91732017-06-29 Pedro Alves <palves@redhat.com>
9174
9175 * gdb.base/printcmds.exp: Add tests.
9176
91772017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9178
9179 PR gdb/21337
9180 * gdb.base/reread-readsym.exp: New file.
9181 * gdb.base/reread-readsym.c: New file.
9182
91832017-06-21 Kevin Buettner <kevinb@redhat.com>
9184
9185 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9186 subpattern.
9187
91882017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9189
9190 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9191 extended mnemonic.
9192 * gdb.arch/powerpc-power9.s: Likewise.
9193
91942017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9195
9196 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9197 on 32-bit x86 targets. Exploit is_*_target macros where
9198 appropriate.
9199
92002017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9201
9202 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9203 register pieces.
9204
92052017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9206
9207 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9208 located in one or more DWARF pieces.
9209
92102017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9211
9212 * lib/gdb.exp (get_endianness): New proc.
9213 * gdb.arch/aarch64-fp.exp: Use it.
9214 * gdb.arch/altivec-regs.exp: Likewise.
9215 * gdb.arch/e500-regs.exp: Likewise.
9216 * gdb.arch/vsx-regs.exp: Likewise.
9217 * gdb.base/dump.exp: Likewise.
9218 * gdb.base/funcargs.exp: Likewise.
9219 * gdb.base/gnu_vector.exp: Likewise.
9220 * gdb.dwarf2/formdata16.exp: Likewise.
9221 * gdb.dwarf2/implptrpiece.exp: Likewise.
9222 * gdb.dwarf2/nonvar-access.exp: Likewise.
9223 * gdb.python/py-inferior.exp: Likewise.
9224 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9225
92262017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9227
9228 PR gdb/21226
9229 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9230 stack value pieces are taken from the LSB end.
9231
92322017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9233
9234 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9235 variable at nonzero offset.
9236
92372017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9238
9239 * gdb.dwarf2/var-access.c: New file.
9240 * gdb.dwarf2/var-access.exp: New test.
9241 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9242
92432017-06-12 Tom Tromey <tom@tromey.com>
9244
9245 * gdb.dwarf2/formdata16.exp: Add tests.
9246
92472017-06-12 Tom Tromey <tom@tromey.com>
9248
9249 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9250
92512017-06-12 Tom Tromey <tom@tromey.com>
9252
9253 PR exp/16225:
9254 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9255 * gdb.arch/vsx-regs.exp: Update tests.
9256 * gdb.arch/s390-vregs.exp (hex128): New proc.
9257 Update test.
9258 * gdb.arch/altivec-regs.exp: Update tests.
9259
92602017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9261
9262 * gdb.base/startup-with-shell.c: New file.
9263 * gdb.base/startup-with-shell.exp: Likewise.
9264
92652017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9266
9267 * gdb.server/non-existing-program.exp: Update regex in order to
9268 reflect the fact that gdbserver is now using fork_inferior (with a
9269 shell) to startup the inferior.
9270
92712017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9272
9273 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9274 support function calls from GDB.
9275
92762017-05-21 Tom Tromey <tom@tromey.com>
9277
9278 PR rust/21466:
9279 * gdb.rust/unsized.exp: New file.
9280 * gdb.rust/unsized.rs: New file.
9281
92822017-05-19 Tom Tromey <tom@tromey.com>
9283
9284 PR rust/21484:
9285 * gdb.rust/watch.exp: New file.
9286 * gdb.rust/watch.rs: New file.
9287
92882017-05-18 Tom Tromey <tom@tromey.com>
9289
9290 * gdb.rust/simple.exp: Allow Box to be qualified.
9291
92922017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9293
9294 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9295
92962017-05-18 Pedro Alves <palves@redhat.com>
9297
9298 * gdb.base/fileio.c (test_write, test_read, test_close)
9299 (test_fstat): Don't print 'ret' in the fail path.
9300
93012017-05-18 Pedro Alves <palves@redhat.com>
9302
9303 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9304 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9305 (test_system, test_rename, test_unlink, test_time): Change
9306 prototypes.
9307 * gdb.base/fileio.exp (stop_msg): Adjust.
9308
93092017-05-18 Pedro Alves <palves@redhat.com>
9310
9311 * gdb.base/fileio.c (null_str): New global.
9312 (test_stat): Use it.
9313 * gdb.base/fileio.exp: Remove nowarnings.
9314
93152017-05-17 Yao Qi <yao.qi@linaro.org>
9316
9317 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9318
93192017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9320
9321 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9322 argument command.
9323 (top-level): Invoke test_set_inferior_tty.
9324
93252017-05-04 Pedro Alves <palves@redhat.com>
9326
9327 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9328 Add parens to print call for Python 3.
9329
93302017-05-03 Keith Seitz <keiths@redhat.com>
9331
9332 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9333 (main): Call it.
9334
93352017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9336
9337 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9338 to prev and next.
9339
93402017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9341
9342 * gdb.python/py-record-btrace.exp: Remove test for
9343 gdb.BtraceInstruction.error.
9344
93452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9346
9347 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9348
93492017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9350
9351 * gdb.python/py-record-btrace-threads.c: New file.
9352 * gdb.python/py-record-btrace-threads.exp: New file.
9353
93542017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9355
9356 PR testsuite/8595
9357 * gdb.base/environ.exp: Make test available in all architectures.
9358 Move bits related to "info program" testing to
9359 gdb.base/info-program.exp. Rewrite tests to use the two new
9360 procedures mentione below.
9361 (test_set_show_env_var) New procedure.
9362 (test_set_show_env_var_equal): Likewise.
9363 * gdb.base/info-program.exp: New file.
9364
93652017-04-27 Keith Seitz <keiths@redhat.com>
9366
9367 * gdb.cp/oranking.cc (test15): New function.
9368 (main): Call test15 and declare additional variables for testing.
9369 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9370 "p foo101('abc')" tests.
9371 Add tests for cv qualifier overloads.
9372 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9373 "lvalue reference overload" test.
9374 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9375 "print value of f1 on Child&& in f2" test.
9376
93772017-04-19 Pedro Alves <palves@redhat.com>
9378
9379 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9380 procedure.
9381 (top level): Call it.
9382 * lib/gdb.exp (gdb_define_cmd): New procedure.
9383
93842017-04-12 Pedro Alves <palves@redhat.com>
9385
9386 PR gdb/21323
9387 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9388 (wchar): New global.
9389 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9390 (do_test_wide_char, wide_char_types_no_program, top level): Add
9391 wchar_t testing.
9392
93932017-04-12 Pedro Alves <palves@redhat.com>
9394
9395 PR c++/21323
9396 * gdb.cp/wide_char_types.c: New file.
9397 * gdb.cp/wide_char_types.exp: New file.
9398
93992017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9400
9401 PR gdb/21352
9402 * gdb.trace/tsv.exp: Add test for "tsave -r".
9403
94042017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9405
9406 * gdb.dlang/watch-loc.c: New file.
9407 * gdb.dlang/watch-loc.exp: New file.
9408
94092017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9410
9411 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9412
94132017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9414
9415 * gdb.arch/arc-analyze-prologue.S: New file.
9416 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9417
94182017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9419
9420 * gdb.arch/arc-decode-insn.S: New file.
9421 * gdb.arch/arc-decode-insn.exp: Likewise.
9422
94232017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9424
9425 PR tdep/20928
9426 * gdb.arch/sparc64-regs.exp: New file.
9427 * gdb.arch/sparc64-regs.S: Likewise.
9428
94292017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9430
9431 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9432 and memory view on Python 3.
9433
94342017-03-20 Artemiy Volkov <artemiyv@acm.org>
9435 Keith Seitz <keiths@redhat.com>
9436
9437 PR gdb/14441
9438 * gdb.cp/demangle.exp: Add rvalue reference tests.
9439 * gdb.cp/rvalue-ref-casts.cc: New file.
9440 * gdb.cp/rvalue-ref-casts.exp: New file.
9441 * gdb.cp/rvalue-ref-overload.cc: New file.
9442 * gdb.cp/rvalue-ref-overload.exp: New file.
9443 * gdb.cp/rvalue-ref-params.cc: New file.
9444 * gdb.cp/rvalue-ref-params.exp: New file.
9445 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9446 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9447 * gdb.cp/rvalue-ref-types.cc: New file.
9448 * gdb.cp/rvalue-ref-types.exp: New file.
9449 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9450 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9451
94522017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9453
9454 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9455 New procedure.
9456
94572017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9458
9459 * lib/mi-support.exp (mi_gdb_test): Add additional message
9460 for unexpected output.
9461
94622017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9463
9464 * gdb.base/examine-backward.c (Barrier): New character array
9465 constant, to ensure that TestStrings is preceded by a string
9466 terminator.
9467
94682017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9469
9470 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9471 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9472 and implicit pointer into such a location.
9473
94742017-03-16 Doug Evans <dje@google.com>
9475
9476 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9477
94782017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9479
9480 * gdb.cp/m-static.exp: Fix expectation for prototype of
9481 test5.single_constructor and single_constructor::single_constructor.
9482
94832017-03-16 Doug Evans <dje@google.com>
9484
9485 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9486 * gdb.guile/scm-lazy-string.c: New file.
9487 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9488 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9489 for pointer, array, typedef lazy strings.
9490
94912017-03-16 Doug Evans <dje@google.com>
9492
9493 PR python/17728, python/18439, python/18779
9494 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9495 * gdb.python/py-lazy-string.c (pointer): New typedef.
9496 (main): New locals ptr, array, typedef_ptr.
9497 * gdb.python/py-value.exp: Move lazy string tests to ...
9498 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9499 array, typedef lazy strings.
9500
95012017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9502
9503 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9504 Add optional 'test' parameter.
9505
95062017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9507
9508 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9509 Skip for versions of DejaGnu < 1.5.
9510
95112017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9512
9513 * lib/gdb.exp (dejagnu_version): New proc.
9514 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9515 Use dejagnu_version.
9516
95172017-03-10 Keith Seitz <keiths@redhat.com>
9518
9519 PR c++/8128
9520 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9521 type from destructor regexps.
9522 Add a branch which actually passes the test.
9523 Adjust "ptype t5i" test names.
9524
95252017-03-08 Pedro Alves <palves@redhat.com>
9526
9527 * gdb.base/step-over-exit.exp: Add explicit test message.
9528
95292017-03-08 Pedro Alves <palves@redhat.com>
9530
9531 PR gdb/18360
9532 * gdb.threads/interrupt-while-step-over.c: New file.
9533 * gdb.threads/interrupt-while-step-over.exp: New file.
9534
95352017-03-08 Pedro Alves <palves@redhat.com>
9536
9537 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9538 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9539
95402017-03-08 Pedro Alves <palves@redhat.com>
9541
9542 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9543 PKRU as not supported as a PASS.
9544
95452017-03-08 Pedro Alves <palves@redhat.com>
9546
9547 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9548 prefix instead of $binfile1/$binfile2.
9549 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9550 in test message.
9551 * gdb.python/py-completion.exp: Use "load python file" as test
9552 messages instead of unstable path names.
9553
95542017-03-08 Pedro Alves <palves@redhat.com>
9555 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 PR cli/21218
9558 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9559 New proc.
9560 (top level): Call it.
9561
95622017-03-08 Pedro Alves <palves@redhat.com>
9563
9564 PR tui/21216
9565 * gdb.tui/tui-nl-filtered-output.exp: New file.
9566
95672017-03-08 Pedro Alves <palves@redhat.com>
9568
9569 * gdb.base/completion.exp: Move TUI completion tests to ...
9570 * gdb.tui/completion.exp: ... this new file.
9571
95722017-03-08 Pedro Alves <palves@redhat.com>
9573
9574 * gdb.base/tui-disasm-long-lines.c,
9575 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9576 gdb.base/tui-layout.exp: Move to ...
9577 * gdb.tui/: ... this new directory.
9578
95792017-03-07 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.base/tui-layout.c: New file.
9582 * gdb.base/tui-layout.exp: New file.
9583
95842017-03-07 Pedro Alves <palves@redhat.com>
9585
9586 * gdb.base/tui-layout.c: Rename to ...
9587 * gdb.base/tui-disasm-long-lines.c: ... this.
9588 * gdb.base/tui-layout.exp: Rename to ...
9589 * gdb.base/tui-disasm-long-lines.exp: ... this.
9590
95912017-03-07 Pedro Alves <palves@redhat.com>
9592
9593 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9594
95952017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9596
9597 * i386-mpx-call.c: New file.
9598 * i386-mpx-call.exp: New file.
9599
96002017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9601
9602 * gdb.arch/powerpc-power.exp: Delete test.
9603 * gdb.arch/powerpc-power.s: Likewise.
9604 * gdb.disasm/disassembler-options.exp: New test.
9605 * gdb.arch/powerpc-altivec.exp: Likewise.
9606 * gdb.arch/powerpc-altivec.s: Likewise.
9607 * gdb.arch/powerpc-altivec2.exp: Likewise.
9608 * gdb.arch/powerpc-altivec2.s: Likewise.
9609 * gdb.arch/powerpc-altivec3.exp: Likewise.
9610 * gdb.arch/powerpc-altivec3.s: Likewise.
9611 * gdb.arch/powerpc-power7.exp: Likewise.
9612 * gdb.arch/powerpc-power7.s: Likewise.
9613 * gdb.arch/powerpc-power8.exp: Likewise.
9614 * gdb.arch/powerpc-power8.s: Likewise.
9615 * gdb.arch/powerpc-power9.exp: Likewise.
9616 * gdb.arch/powerpc-power9.s: Likewise.
9617 * gdb.arch/powerpc-vsx.exp: Likewise.
9618 * gdb.arch/powerpc-vsx.s: Likewise.
9619 * gdb.arch/powerpc-vsx2.exp: Likewise.
9620 * gdb.arch/powerpc-vsx2.s: Likewise.
9621 * gdb.arch/powerpc-vsx3.exp: Likewise.
9622 * gdb.arch/powerpc-vsx3.s: Likewise.
9623 * gdb.arch/arm-disassembler-options.exp: Likewise.
9624 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9625 * gdb.arch/s390-disassembler-options.exp: Likewise.
9626
96272017-02-23 Luis Machado <lgustavo@codesourcery.com>
9628
9629 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9630 (check_supported_features): ... this. Changed return type to void.
9631 (supports_rdseed): New static global.
9632 (rdseed): Check supports_rdseed.
9633 (initialize): Call check_supported_features.
9634
96352017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9636
9637 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9638 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9639 and lqarx/stqcx.
9640 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9641 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9642
96432017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9644
9645 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9646 uppercase.
9647
96482017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9649
9650 * gdb.dwarf2/formdata16.c: New file.
9651 * gdb.dwarf2/formdata16.exp: New file.
9652 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9653
96542017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9655
9656 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9657 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9658 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9659 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9660 DW_AT_GNU_*.
9661
96622017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9663
9664 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9665
96662017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9667
9668 PR gdb/21164
9669 * gdb.base/maint.exp: Add testcases for when the commands do
9670 not have arguments.
9671
96722017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9673
9674 * gdb.cp/chained-calls.exp: Use p instead of P.
9675
96762017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9677
9678 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9679 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9680
96812017-02-14 Tom Tromey <tom@tromey.com>
9682
9683 PR python/13598:
9684 * gdb.python/py-events.exp: Add before_prompt event tests.
9685
96862017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9687
9688 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9689
96902017-02-13 Luis Machado <lgustavo@codesourcery.com>
9691
9692 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9693 (main): Call my_unique_function_name.
9694 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9695 completion of patterns with a single match.
9696 Add missing -re switches to gdb_test_multiple calls.
9697
96982017-02-13 Luis Machado <lgustavo@codesourcery.com>
9699
9700 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9701 return if core file is not recognized.
9702
97032017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9704
9705 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9706 and extra UIs.
9707
97082017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9709
9710 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9711 proc_with_prefix.
9712
97132017-02-10 Tom Tromey <tom@tromey.com>
9714
9715 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9716
97172017-02-10 Martin Galvan <martingalvan@sourceware.org>
9718
9719 PR gdb/21122
9720 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9721
97222017-02-08 Jerome Guitton <guitton@adacore.com>
9723
9724 * gdb.base/define.exp: Add test for command abbreviations
9725 in define.
9726
97272017-02-06 Luis Machado <lgustavo@codesourcery.com>
9728
9729 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9730 * gdb.reverse/insn-reverse-x86.c: New file.
9731
97322017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9733
9734 PR tdep/20936
9735 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9736
97372017-02-03 Tom Tromey <tom@tromey.com>
9738
9739 PR rust/21097:
9740 * gdb.rust/simple.exp: Add new tests.
9741
97422017-02-02 Pedro Alves <palves@redhat.com>
9743
9744 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9745 tests.
9746
97472017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9748
9749 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9750 taking a 2-byte value out of a 4-byte DWARF implicit value on
9751 big-endian targets.
9752 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9753 logic. Add test cases for DW_OP_implicit.
9754
97552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9756
9757 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9758
97592017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9760
9761 * gdb.btrace/enable.exp: Call gdb_exit before
9762 skip_gdbserver_tests.
9763
97642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9765
9766 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9767 GDBFLAGS.
9768
97692017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9770
9771 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9772 the test is skipped.
9773 * gdb.btrace/data.exp: Likewise.
9774 * gdb.btrace/delta.exp: Likewise.
9775 * gdb.btrace/dlopen.exp: Likewise.
9776 * gdb.btrace/enable-running.exp: Likewise.
9777 * gdb.btrace/enable.exp: Likewise.
9778 * gdb.btrace/exception.exp: Likewise.
9779 * gdb.btrace/function_call_history.exp: Likewise.
9780 * gdb.btrace/gcore.exp: Likewise.
9781 * gdb.btrace/instruction_history.exp: Likewise.
9782 * gdb.btrace/multi-thread-step.exp: Likewise.
9783 * gdb.btrace/nohist.exp: Likewise.
9784 * gdb.btrace/non-stop.exp: Likewise.
9785 * gdb.btrace/reconnect.exp: Likewise.
9786 * gdb.btrace/record_goto-step.exp: Likewise.
9787 * gdb.btrace/record_goto.exp: Likewise.
9788 * gdb.btrace/rn-dl-bind.exp: Likewise.
9789 * gdb.btrace/segv.exp: Likewise.
9790 * gdb.btrace/step.exp: Likewise.
9791 * gdb.btrace/stepi.exp: Likewise.
9792 * gdb.btrace/tailcall-only.exp: Likewise.
9793 * gdb.btrace/tailcall.exp: Likewise.
9794 * gdb.btrace/tsx.exp: Likewise.
9795 * gdb.btrace/unknown_functions.exp: Likewise.
9796 * gdb.btrace/vdso.exp: Likewise.
9797
97982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9799
9800 * gdb.btrace/enable-running.c: New.
9801 * gdb.btrace/enable-running.exp: New.
9802
98032017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9804
9805 * gdb.arch/amd64-gs_base.c: New file.
9806 * gdb.arch/amd64-gs_base.exp: New file.
9807
98082017-01-26 Luis Machado <lgustavo@codesourcery.com>
9809
9810 * lib/memory.exp: Remove spurious empty newlines.
9811
98122017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9813
9814 * gdb.python/py-bad-printers.exp: Load python file using "source".
9815 * gdb.python/py-events.exp: Likewise.
9816 * gdb.python/py-evsignal.exp: Likewise.
9817 * gdb.python/py-evthreads.exp: Likewise.
9818 * gdb.python/py-frame-args.exp: Likewise.
9819 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9820 * gdb.python/py-framefilter-mi.exp: Likewise.
9821 * gdb.python/py-framefilter.exp: Likewise.
9822 * gdb.python/py-mi.exp: Likewise.
9823 * gdb.python/py-pp-maint.exp: Likewise.
9824 * gdb.python/py-pp-registration.exp: Likewise.
9825 * gdb.python/py-prettyprint.exp: Likewise.
9826 (run_lang_tests): Likewise.
9827 * gdb.python/py-typeprint.exp: Likewise.
9828
98292017-01-26 Luis Machado <lgustavo@codesourcery.com>
9830
9831 * lib/memory.exp: New file.
9832 * lib/gdb.exp: Load memory.exp.
9833 * gdb.base/memattr.exp (delete_memory): Move proc to
9834 lib/memory.exp and rename to delete_memory_regions.
9835 Replace delete_memory with delete_memory_regions.
9836 Cleanup memory regions before tests.
9837 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9838 before tests.
9839
98402017-01-26 Luis Machado <lgustavo@codesourcery.com>
9841
9842 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9843 files.
9844 (initialize): New function conditionally defined.
9845 (testcases): Move within conditional block.
9846 (main): Call initialize.
9847 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9848 of gdb.reverse/insn-reverse.c.
9849 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9850 gdb.reverse/insn-reverse.c.
9851
98522017-01-26 Yao Qi <yao.qi@linaro.org>
9853
9854 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9855 disassemble on address 0.
9856
98572017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9858 Yao Qi <yao.qi@linaro.org>
9859
9860 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9861 * gdb.dwarf2/implptr-64bit.S: Remove.
9862 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9863 variables in caller's context. Add DW_OP_implicit_value.
9864
98652017-01-25 Yao Qi <yao.qi@linaro.org>
9866
9867 * lib/dwarf.exp (Dwarf::_location): Handle
9868 DW_OP_GNU_implicit_pointer with proper size.
9869
98702017-01-20 Luis Machado <lgustavo@codesourcery.com>
9871
9872 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9873 and add untested calls.
9874
98752017-01-20 Luis Machado <lgustavo@codesourcery.com>
9876
9877 * gdb.python/python.exp: Check line number against what GDB thinks
9878 the line number is for func1.
9879
98802017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9881
9882 * gdb.dlang/debug-expr.exp: New file.
9883
98842016-12-23 Luis Machado <lgustavo@codesourcery.com>
9885
9886 Fix test names for the following files:
9887
9888 * gdb.ada/exec_changed.exp
9889 * gdb.ada/info_types.exp
9890 * gdb.arch/aarch64-atomic-inst.exp
9891 * gdb.arch/aarch64-fp.exp
9892 * gdb.arch/altivec-abi.exp
9893 * gdb.arch/altivec-regs.exp
9894 * gdb.arch/amd64-byte.exp
9895 * gdb.arch/amd64-disp-step.exp
9896 * gdb.arch/amd64-dword.exp
9897 * gdb.arch/amd64-entry-value-inline.exp
9898 * gdb.arch/amd64-entry-value-param.exp
9899 * gdb.arch/amd64-entry-value-paramref.exp
9900 * gdb.arch/amd64-entry-value.exp
9901 * gdb.arch/amd64-i386-address.exp
9902 * gdb.arch/amd64-invalid-stack-middle.exp
9903 * gdb.arch/amd64-invalid-stack-top.exp
9904 * gdb.arch/amd64-optimout-repeat.exp
9905 * gdb.arch/amd64-prologue-skip.exp
9906 * gdb.arch/amd64-prologue-xmm.exp
9907 * gdb.arch/amd64-stap-special-operands.exp
9908 * gdb.arch/amd64-stap-wrong-subexp.exp
9909 * gdb.arch/amd64-tailcall-cxx.exp
9910 * gdb.arch/amd64-tailcall-noret.exp
9911 * gdb.arch/amd64-tailcall-ret.exp
9912 * gdb.arch/amd64-tailcall-self.exp
9913 * gdb.arch/amd64-word.exp
9914 * gdb.arch/arm-bl-branch-dest.exp
9915 * gdb.arch/arm-disp-step.exp
9916 * gdb.arch/arm-neon.exp
9917 * gdb.arch/arm-single-step-kernel-helper.exp
9918 * gdb.arch/avr-flash-qualifier.exp
9919 * gdb.arch/disp-step-insn-reloc.exp
9920 * gdb.arch/e500-abi.exp
9921 * gdb.arch/e500-regs.exp
9922 * gdb.arch/ftrace-insn-reloc.exp
9923 * gdb.arch/i386-avx512.exp
9924 * gdb.arch/i386-bp_permanent.exp
9925 * gdb.arch/i386-byte.exp
9926 * gdb.arch/i386-cfi-notcurrent.exp
9927 * gdb.arch/i386-disp-step.exp
9928 * gdb.arch/i386-dr3-watch.exp
9929 * gdb.arch/i386-float.exp
9930 * gdb.arch/i386-gnu-cfi.exp
9931 * gdb.arch/i386-mpx-map.exp
9932 * gdb.arch/i386-mpx-sigsegv.exp
9933 * gdb.arch/i386-mpx-simple_segv.exp
9934 * gdb.arch/i386-mpx.exp
9935 * gdb.arch/i386-permbkpt.exp
9936 * gdb.arch/i386-prologue.exp
9937 * gdb.arch/i386-signal.exp
9938 * gdb.arch/i386-size-overlap.exp
9939 * gdb.arch/i386-unwind.exp
9940 * gdb.arch/i386-word.exp
9941 * gdb.arch/mips-fcr.exp
9942 * gdb.arch/powerpc-d128-regs.exp
9943 * gdb.arch/powerpc-stackless.exp
9944 * gdb.arch/ppc64-atomic-inst.exp
9945 * gdb.arch/s390-stackless.exp
9946 * gdb.arch/s390-tdbregs.exp
9947 * gdb.arch/s390-vregs.exp
9948 * gdb.arch/sparc-sysstep.exp
9949 * gdb.arch/thumb-bx-pc.exp
9950 * gdb.arch/thumb-singlestep.exp
9951 * gdb.arch/thumb2-it.exp
9952 * gdb.arch/vsx-regs.exp
9953 * gdb.asm/asm-source.exp
9954 * gdb.base/a2-run.exp
9955 * gdb.base/advance.exp
9956 * gdb.base/all-bin.exp
9957 * gdb.base/anon.exp
9958 * gdb.base/args.exp
9959 * gdb.base/arithmet.exp
9960 * gdb.base/async-shell.exp
9961 * gdb.base/async.exp
9962 * gdb.base/attach-pie-noexec.exp
9963 * gdb.base/attach-twice.exp
9964 * gdb.base/auto-load.exp
9965 * gdb.base/bang.exp
9966 * gdb.base/bitfields.exp
9967 * gdb.base/break-always.exp
9968 * gdb.base/break-caller-line.exp
9969 * gdb.base/break-entry.exp
9970 * gdb.base/break-inline.exp
9971 * gdb.base/break-on-linker-gcd-function.exp
9972 * gdb.base/break-probes.exp
9973 * gdb.base/break.exp
9974 * gdb.base/breakpoint-shadow.exp
9975 * gdb.base/call-ar-st.exp
9976 * gdb.base/call-sc.exp
9977 * gdb.base/call-signal-resume.exp
9978 * gdb.base/call-strs.exp
9979 * gdb.base/callfuncs.exp
9980 * gdb.base/catch-fork-static.exp
9981 * gdb.base/catch-gdb-caused-signals.exp
9982 * gdb.base/catch-load.exp
9983 * gdb.base/catch-signal-fork.exp
9984 * gdb.base/catch-signal.exp
9985 * gdb.base/catch-syscall.exp
9986 * gdb.base/charset.exp
9987 * gdb.base/checkpoint.exp
9988 * gdb.base/chng-syms.exp
9989 * gdb.base/code-expr.exp
9990 * gdb.base/code_elim.exp
9991 * gdb.base/commands.exp
9992 * gdb.base/completion.exp
9993 * gdb.base/complex.exp
9994 * gdb.base/cond-expr.exp
9995 * gdb.base/condbreak.exp
9996 * gdb.base/consecutive.exp
9997 * gdb.base/continue-all-already-running.exp
9998 * gdb.base/coredump-filter.exp
9999 * gdb.base/corefile.exp
10000 * gdb.base/dbx.exp
10001 * gdb.base/debug-expr.exp
10002 * gdb.base/define.exp
10003 * gdb.base/del.exp
10004 * gdb.base/disabled-location.exp
10005 * gdb.base/disasm-end-cu.exp
10006 * gdb.base/disasm-optim.exp
10007 * gdb.base/display.exp
10008 * gdb.base/duplicate-bp.exp
10009 * gdb.base/ena-dis-br.exp
10010 * gdb.base/ending-run.exp
10011 * gdb.base/enumval.exp
10012 * gdb.base/environ.exp
10013 * gdb.base/eu-strip-infcall.exp
10014 * gdb.base/eval-avoid-side-effects.exp
10015 * gdb.base/eval-skip.exp
10016 * gdb.base/exitsignal.exp
10017 * gdb.base/expand-psymtabs.exp
10018 * gdb.base/filesym.exp
10019 * gdb.base/find-unmapped.exp
10020 * gdb.base/finish.exp
10021 * gdb.base/float.exp
10022 * gdb.base/foll-exec-mode.exp
10023 * gdb.base/foll-exec.exp
10024 * gdb.base/foll-fork.exp
10025 * gdb.base/fortran-sym-case.exp
10026 * gdb.base/freebpcmd.exp
10027 * gdb.base/func-ptr.exp
10028 * gdb.base/func-ptrs.exp
10029 * gdb.base/funcargs.exp
10030 * gdb.base/gcore-buffer-overflow.exp
10031 * gdb.base/gcore-relro-pie.exp
10032 * gdb.base/gcore-relro.exp
10033 * gdb.base/gcore.exp
10034 * gdb.base/gdb1090.exp
10035 * gdb.base/gdb11530.exp
10036 * gdb.base/gdb11531.exp
10037 * gdb.base/gdb1821.exp
10038 * gdb.base/gdbindex-stabs.exp
10039 * gdb.base/gdbvars.exp
10040 * gdb.base/hbreak.exp
10041 * gdb.base/hbreak2.exp
10042 * gdb.base/included.exp
10043 * gdb.base/infcall-input.exp
10044 * gdb.base/inferior-died.exp
10045 * gdb.base/infnan.exp
10046 * gdb.base/info-macros.exp
10047 * gdb.base/info-os.exp
10048 * gdb.base/info-proc.exp
10049 * gdb.base/info-shared.exp
10050 * gdb.base/info-target.exp
10051 * gdb.base/infoline.exp
10052 * gdb.base/interp.exp
10053 * gdb.base/interrupt.exp
10054 * gdb.base/jit-reader.exp
10055 * gdb.base/jit-simple.exp
10056 * gdb.base/kill-after-signal.exp
10057 * gdb.base/kill-detach-inferiors-cmd.exp
10058 * gdb.base/label.exp
10059 * gdb.base/langs.exp
10060 * gdb.base/ldbl_e308.exp
10061 * gdb.base/line-symtabs.exp
10062 * gdb.base/linespecs.exp
10063 * gdb.base/list.exp
10064 * gdb.base/long_long.exp
10065 * gdb.base/longest-types.exp
10066 * gdb.base/maint.exp
10067 * gdb.base/max-value-size.exp
10068 * gdb.base/memattr.exp
10069 * gdb.base/mips_pro.exp
10070 * gdb.base/morestack.exp
10071 * gdb.base/moribund-step.exp
10072 * gdb.base/multi-forks.exp
10073 * gdb.base/nested-addr.exp
10074 * gdb.base/nextoverexit.exp
10075 * gdb.base/noreturn-finish.exp
10076 * gdb.base/noreturn-return.exp
10077 * gdb.base/nostdlib.exp
10078 * gdb.base/offsets.exp
10079 * gdb.base/opaque.exp
10080 * gdb.base/pc-fp.exp
10081 * gdb.base/permissions.exp
10082 * gdb.base/print-symbol-loading.exp
10083 * gdb.base/prologue-include.exp
10084 * gdb.base/psymtab.exp
10085 * gdb.base/ptype.exp
10086 * gdb.base/random-signal.exp
10087 * gdb.base/randomize.exp
10088 * gdb.base/range-stepping.exp
10089 * gdb.base/readline-ask.exp
10090 * gdb.base/recpar.exp
10091 * gdb.base/recurse.exp
10092 * gdb.base/relational.exp
10093 * gdb.base/restore.exp
10094 * gdb.base/return-nodebug.exp
10095 * gdb.base/return.exp
10096 * gdb.base/run-after-attach.exp
10097 * gdb.base/save-bp.exp
10098 * gdb.base/scope.exp
10099 * gdb.base/sect-cmd.exp
10100 * gdb.base/set-lang-auto.exp
10101 * gdb.base/set-noassign.exp
10102 * gdb.base/setvar.exp
10103 * gdb.base/sigall.exp
10104 * gdb.base/sigbpt.exp
10105 * gdb.base/siginfo-addr.exp
10106 * gdb.base/siginfo-infcall.exp
10107 * gdb.base/siginfo-obj.exp
10108 * gdb.base/siginfo.exp
10109 * gdb.base/signals-state-child.exp
10110 * gdb.base/signest.exp
10111 * gdb.base/sigstep.exp
10112 * gdb.base/sizeof.exp
10113 * gdb.base/skip.exp
10114 * gdb.base/solib-corrupted.exp
10115 * gdb.base/solib-nodir.exp
10116 * gdb.base/solib-search.exp
10117 * gdb.base/stack-checking.exp
10118 * gdb.base/stale-infcall.exp
10119 * gdb.base/stap-probe.exp
10120 * gdb.base/start.exp
10121 * gdb.base/step-break.exp
10122 * gdb.base/step-bt.exp
10123 * gdb.base/step-line.exp
10124 * gdb.base/step-over-exit.exp
10125 * gdb.base/step-over-syscall.exp
10126 * gdb.base/step-resume-infcall.exp
10127 * gdb.base/step-test.exp
10128 * gdb.base/store.exp
10129 * gdb.base/structs3.exp
10130 * gdb.base/sym-file.exp
10131 * gdb.base/symbol-without-target_section.exp
10132 * gdb.base/term.exp
10133 * gdb.base/testenv.exp
10134 * gdb.base/ui-redirect.exp
10135 * gdb.base/until.exp
10136 * gdb.base/unwindonsignal.exp
10137 * gdb.base/value-double-free.exp
10138 * gdb.base/vla-datatypes.exp
10139 * gdb.base/vla-ptr.exp
10140 * gdb.base/vla-sideeffect.exp
10141 * gdb.base/volatile.exp
10142 * gdb.base/watch-cond-infcall.exp
10143 * gdb.base/watch-cond.exp
10144 * gdb.base/watch-non-mem.exp
10145 * gdb.base/watch-read.exp
10146 * gdb.base/watch-vfork.exp
10147 * gdb.base/watchpoint-cond-gone.exp
10148 * gdb.base/watchpoint-delete.exp
10149 * gdb.base/watchpoint-hw-hit-once.exp
10150 * gdb.base/watchpoint-hw.exp
10151 * gdb.base/watchpoint-stops-at-right-insn.exp
10152 * gdb.base/watchpoints.exp
10153 * gdb.base/wchar.exp
10154 * gdb.base/whatis-exp.exp
10155 * gdb.btrace/buffer-size.exp
10156 * gdb.btrace/data.exp
10157 * gdb.btrace/delta.exp
10158 * gdb.btrace/dlopen.exp
10159 * gdb.btrace/enable.exp
10160 * gdb.btrace/exception.exp
10161 * gdb.btrace/function_call_history.exp
10162 * gdb.btrace/gcore.exp
10163 * gdb.btrace/instruction_history.exp
10164 * gdb.btrace/nohist.exp
10165 * gdb.btrace/reconnect.exp
10166 * gdb.btrace/record_goto-step.exp
10167 * gdb.btrace/record_goto.exp
10168 * gdb.btrace/rn-dl-bind.exp
10169 * gdb.btrace/segv.exp
10170 * gdb.btrace/step.exp
10171 * gdb.btrace/stepi.exp
10172 * gdb.btrace/tailcall-only.exp
10173 * gdb.btrace/tailcall.exp
10174 * gdb.btrace/tsx.exp
10175 * gdb.btrace/unknown_functions.exp
10176 * gdb.btrace/vdso.exp
10177 * gdb.compile/compile-ifunc.exp
10178 * gdb.compile/compile-ops.exp
10179 * gdb.compile/compile-print.exp
10180 * gdb.compile/compile-setjmp.exp
10181 * gdb.cp/abstract-origin.exp
10182 * gdb.cp/ambiguous.exp
10183 * gdb.cp/annota2.exp
10184 * gdb.cp/annota3.exp
10185 * gdb.cp/anon-ns.exp
10186 * gdb.cp/anon-struct.exp
10187 * gdb.cp/anon-union.exp
10188 * gdb.cp/arg-reference.exp
10189 * gdb.cp/baseenum.exp
10190 * gdb.cp/bool.exp
10191 * gdb.cp/breakpoint.exp
10192 * gdb.cp/bs15503.exp
10193 * gdb.cp/call-c.exp
10194 * gdb.cp/casts.exp
10195 * gdb.cp/chained-calls.exp
10196 * gdb.cp/class2.exp
10197 * gdb.cp/classes.exp
10198 * gdb.cp/cmpd-minsyms.exp
10199 * gdb.cp/converts.exp
10200 * gdb.cp/cp-relocate.exp
10201 * gdb.cp/cpcompletion.exp
10202 * gdb.cp/cpexprs.exp
10203 * gdb.cp/cplabel.exp
10204 * gdb.cp/cplusfuncs.exp
10205 * gdb.cp/cpsizeof.exp
10206 * gdb.cp/ctti.exp
10207 * gdb.cp/derivation.exp
10208 * gdb.cp/destrprint.exp
10209 * gdb.cp/dispcxx.exp
10210 * gdb.cp/enum-class.exp
10211 * gdb.cp/exception.exp
10212 * gdb.cp/exceptprint.exp
10213 * gdb.cp/expand-psymtabs-cxx.exp
10214 * gdb.cp/expand-sals.exp
10215 * gdb.cp/extern-c.exp
10216 * gdb.cp/filename.exp
10217 * gdb.cp/formatted-ref.exp
10218 * gdb.cp/fpointer.exp
10219 * gdb.cp/gdb1355.exp
10220 * gdb.cp/gdb2495.exp
10221 * gdb.cp/hang.exp
10222 * gdb.cp/impl-this.exp
10223 * gdb.cp/infcall-dlopen.exp
10224 * gdb.cp/inherit.exp
10225 * gdb.cp/iostream.exp
10226 * gdb.cp/koenig.exp
10227 * gdb.cp/local.exp
10228 * gdb.cp/m-data.exp
10229 * gdb.cp/m-static.exp
10230 * gdb.cp/mb-ctor.exp
10231 * gdb.cp/mb-inline.exp
10232 * gdb.cp/mb-templates.exp
10233 * gdb.cp/member-name.exp
10234 * gdb.cp/member-ptr.exp
10235 * gdb.cp/meth-typedefs.exp
10236 * gdb.cp/method.exp
10237 * gdb.cp/method2.exp
10238 * gdb.cp/minsym-fallback.exp
10239 * gdb.cp/misc.exp
10240 * gdb.cp/namelessclass.exp
10241 * gdb.cp/namespace-enum.exp
10242 * gdb.cp/namespace-nested-import.exp
10243 * gdb.cp/namespace.exp
10244 * gdb.cp/nextoverthrow.exp
10245 * gdb.cp/no-dmgl-verbose.exp
10246 * gdb.cp/non-trivial-retval.exp
10247 * gdb.cp/noparam.exp
10248 * gdb.cp/nsdecl.exp
10249 * gdb.cp/nsimport.exp
10250 * gdb.cp/nsnested.exp
10251 * gdb.cp/nsnoimports.exp
10252 * gdb.cp/nsrecurs.exp
10253 * gdb.cp/nsstress.exp
10254 * gdb.cp/nsusing.exp
10255 * gdb.cp/operator.exp
10256 * gdb.cp/oranking.exp
10257 * gdb.cp/overload-const.exp
10258 * gdb.cp/overload.exp
10259 * gdb.cp/ovldbreak.exp
10260 * gdb.cp/ovsrch.exp
10261 * gdb.cp/paren-type.exp
10262 * gdb.cp/parse-lang.exp
10263 * gdb.cp/pass-by-ref.exp
10264 * gdb.cp/pr-1023.exp
10265 * gdb.cp/pr-1210.exp
10266 * gdb.cp/pr-574.exp
10267 * gdb.cp/pr10687.exp
10268 * gdb.cp/pr12028.exp
10269 * gdb.cp/pr17132.exp
10270 * gdb.cp/pr17494.exp
10271 * gdb.cp/pr9067.exp
10272 * gdb.cp/pr9167.exp
10273 * gdb.cp/pr9631.exp
10274 * gdb.cp/printmethod.exp
10275 * gdb.cp/psmang.exp
10276 * gdb.cp/psymtab-parameter.exp
10277 * gdb.cp/ptype-cv-cp.exp
10278 * gdb.cp/ptype-flags.exp
10279 * gdb.cp/re-set-overloaded.exp
10280 * gdb.cp/ref-types.exp
10281 * gdb.cp/rtti.exp
10282 * gdb.cp/scope-err.exp
10283 * gdb.cp/shadow.exp
10284 * gdb.cp/smartp.exp
10285 * gdb.cp/static-method.exp
10286 * gdb.cp/static-print-quit.exp
10287 * gdb.cp/temargs.exp
10288 * gdb.cp/templates.exp
10289 * gdb.cp/try_catch.exp
10290 * gdb.cp/typedef-operator.exp
10291 * gdb.cp/typeid.exp
10292 * gdb.cp/userdef.exp
10293 * gdb.cp/using-crash.exp
10294 * gdb.cp/var-tag.exp
10295 * gdb.cp/virtbase.exp
10296 * gdb.cp/virtfunc.exp
10297 * gdb.cp/virtfunc2.exp
10298 * gdb.cp/vla-cxx.exp
10299 * gdb.disasm/t01_mov.exp
10300 * gdb.disasm/t02_mova.exp
10301 * gdb.disasm/t03_add.exp
10302 * gdb.disasm/t04_sub.exp
10303 * gdb.disasm/t05_cmp.exp
10304 * gdb.disasm/t06_ari2.exp
10305 * gdb.disasm/t07_ari3.exp
10306 * gdb.disasm/t08_or.exp
10307 * gdb.disasm/t09_xor.exp
10308 * gdb.disasm/t10_and.exp
10309 * gdb.disasm/t11_logs.exp
10310 * gdb.disasm/t12_bit.exp
10311 * gdb.disasm/t13_otr.exp
10312 * gdb.dlang/circular.exp
10313 * gdb.dwarf2/arr-stride.exp
10314 * gdb.dwarf2/arr-subrange.exp
10315 * gdb.dwarf2/atomic-type.exp
10316 * gdb.dwarf2/bad-regnum.exp
10317 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10318 * gdb.dwarf2/callframecfa.exp
10319 * gdb.dwarf2/clztest.exp
10320 * gdb.dwarf2/corrupt.exp
10321 * gdb.dwarf2/data-loc.exp
10322 * gdb.dwarf2/dup-psym.exp
10323 * gdb.dwarf2/dw2-anon-mptr.exp
10324 * gdb.dwarf2/dw2-anonymous-func.exp
10325 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10326 * gdb.dwarf2/dw2-bad-unresolved.exp
10327 * gdb.dwarf2/dw2-basic.exp
10328 * gdb.dwarf2/dw2-canonicalize-type.exp
10329 * gdb.dwarf2/dw2-case-insensitive.exp
10330 * gdb.dwarf2/dw2-common-block.exp
10331 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10332 * gdb.dwarf2/dw2-compressed.exp
10333 * gdb.dwarf2/dw2-const.exp
10334 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10335 * gdb.dwarf2/dw2-cu-size.exp
10336 * gdb.dwarf2/dw2-dup-frame.exp
10337 * gdb.dwarf2/dw2-entry-value.exp
10338 * gdb.dwarf2/dw2-icycle.exp
10339 * gdb.dwarf2/dw2-ifort-parameter.exp
10340 * gdb.dwarf2/dw2-inline-break.exp
10341 * gdb.dwarf2/dw2-inline-param.exp
10342 * gdb.dwarf2/dw2-intercu.exp
10343 * gdb.dwarf2/dw2-intermix.exp
10344 * gdb.dwarf2/dw2-lexical-block-bare.exp
10345 * gdb.dwarf2/dw2-linkage-name-trust.exp
10346 * gdb.dwarf2/dw2-minsym-in-cu.exp
10347 * gdb.dwarf2/dw2-noloc.exp
10348 * gdb.dwarf2/dw2-op-call.exp
10349 * gdb.dwarf2/dw2-op-out-param.exp
10350 * gdb.dwarf2/dw2-opt-structptr.exp
10351 * gdb.dwarf2/dw2-param-error.exp
10352 * gdb.dwarf2/dw2-producer.exp
10353 * gdb.dwarf2/dw2-ranges-base.exp
10354 * gdb.dwarf2/dw2-ref-missing-frame.exp
10355 * gdb.dwarf2/dw2-reg-undefined.exp
10356 * gdb.dwarf2/dw2-regno-invalid.exp
10357 * gdb.dwarf2/dw2-restore.exp
10358 * gdb.dwarf2/dw2-restrict.exp
10359 * gdb.dwarf2/dw2-single-line-discriminators.exp
10360 * gdb.dwarf2/dw2-strp.exp
10361 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10362 * gdb.dwarf2/dw2-unresolved.exp
10363 * gdb.dwarf2/dw2-var-zero-addr.exp
10364 * gdb.dwarf2/dw4-sig-types.exp
10365 * gdb.dwarf2/dwz.exp
10366 * gdb.dwarf2/dynarr-ptr.exp
10367 * gdb.dwarf2/enum-type.exp
10368 * gdb.dwarf2/gdb-index.exp
10369 * gdb.dwarf2/implptr-64bit.exp
10370 * gdb.dwarf2/implptr-optimized-out.exp
10371 * gdb.dwarf2/implptr.exp
10372 * gdb.dwarf2/implref-array.exp
10373 * gdb.dwarf2/implref-const.exp
10374 * gdb.dwarf2/implref-global.exp
10375 * gdb.dwarf2/implref-struct.exp
10376 * gdb.dwarf2/mac-fileno.exp
10377 * gdb.dwarf2/main-subprogram.exp
10378 * gdb.dwarf2/member-ptr-forwardref.exp
10379 * gdb.dwarf2/method-ptr.exp
10380 * gdb.dwarf2/missing-sig-type.exp
10381 * gdb.dwarf2/nonvar-access.exp
10382 * gdb.dwarf2/opaque-type-lookup.exp
10383 * gdb.dwarf2/pieces-optimized-out.exp
10384 * gdb.dwarf2/pieces.exp
10385 * gdb.dwarf2/pr10770.exp
10386 * gdb.dwarf2/pr13961.exp
10387 * gdb.dwarf2/staticvirtual.exp
10388 * gdb.dwarf2/subrange.exp
10389 * gdb.dwarf2/symtab-producer.exp
10390 * gdb.dwarf2/trace-crash.exp
10391 * gdb.dwarf2/typeddwarf.exp
10392 * gdb.dwarf2/valop.exp
10393 * gdb.dwarf2/watch-notconst.exp
10394 * gdb.fortran/array-element.exp
10395 * gdb.fortran/charset.exp
10396 * gdb.fortran/common-block.exp
10397 * gdb.fortran/complex.exp
10398 * gdb.fortran/derived-type-function.exp
10399 * gdb.fortran/derived-type.exp
10400 * gdb.fortran/logical.exp
10401 * gdb.fortran/module.exp
10402 * gdb.fortran/multi-dim.exp
10403 * gdb.fortran/nested-funcs.exp
10404 * gdb.fortran/print-formatted.exp
10405 * gdb.fortran/subarray.exp
10406 * gdb.fortran/vla-alloc-assoc.exp
10407 * gdb.fortran/vla-datatypes.exp
10408 * gdb.fortran/vla-history.exp
10409 * gdb.fortran/vla-ptr-info.exp
10410 * gdb.fortran/vla-ptype-sub.exp
10411 * gdb.fortran/vla-ptype.exp
10412 * gdb.fortran/vla-sizeof.exp
10413 * gdb.fortran/vla-type.exp
10414 * gdb.fortran/vla-value-sub-arbitrary.exp
10415 * gdb.fortran/vla-value-sub-finish.exp
10416 * gdb.fortran/vla-value-sub.exp
10417 * gdb.fortran/vla-value.exp
10418 * gdb.fortran/whatis_type.exp
10419 * gdb.go/chan.exp
10420 * gdb.go/handcall.exp
10421 * gdb.go/hello.exp
10422 * gdb.go/integers.exp
10423 * gdb.go/methods.exp
10424 * gdb.go/package.exp
10425 * gdb.go/strings.exp
10426 * gdb.go/types.exp
10427 * gdb.go/unsafe.exp
10428 * gdb.guile/scm-arch.exp
10429 * gdb.guile/scm-block.exp
10430 * gdb.guile/scm-breakpoint.exp
10431 * gdb.guile/scm-cmd.exp
10432 * gdb.guile/scm-disasm.exp
10433 * gdb.guile/scm-equal.exp
10434 * gdb.guile/scm-frame-args.exp
10435 * gdb.guile/scm-frame-inline.exp
10436 * gdb.guile/scm-frame.exp
10437 * gdb.guile/scm-iterator.exp
10438 * gdb.guile/scm-math.exp
10439 * gdb.guile/scm-objfile.exp
10440 * gdb.guile/scm-ports.exp
10441 * gdb.guile/scm-symbol.exp
10442 * gdb.guile/scm-symtab.exp
10443 * gdb.guile/scm-value-cc.exp
10444 * gdb.guile/types-module.exp
10445 * gdb.linespec/break-ask.exp
10446 * gdb.linespec/cpexplicit.exp
10447 * gdb.linespec/explicit.exp
10448 * gdb.linespec/keywords.exp
10449 * gdb.linespec/linespec.exp
10450 * gdb.linespec/ls-dollar.exp
10451 * gdb.linespec/ls-errs.exp
10452 * gdb.linespec/skip-two.exp
10453 * gdb.linespec/thread.exp
10454 * gdb.mi/mi-async.exp
10455 * gdb.mi/mi-basics.exp
10456 * gdb.mi/mi-break.exp
10457 * gdb.mi/mi-catch-load.exp
10458 * gdb.mi/mi-cli.exp
10459 * gdb.mi/mi-cmd-param-changed.exp
10460 * gdb.mi/mi-console.exp
10461 * gdb.mi/mi-detach.exp
10462 * gdb.mi/mi-disassemble.exp
10463 * gdb.mi/mi-eval.exp
10464 * gdb.mi/mi-file-transfer.exp
10465 * gdb.mi/mi-file.exp
10466 * gdb.mi/mi-fill-memory.exp
10467 * gdb.mi/mi-inheritance-syntax-error.exp
10468 * gdb.mi/mi-linespec-err-cp.exp
10469 * gdb.mi/mi-logging.exp
10470 * gdb.mi/mi-memory-changed.exp
10471 * gdb.mi/mi-read-memory.exp
10472 * gdb.mi/mi-record-changed.exp
10473 * gdb.mi/mi-reg-undefined.exp
10474 * gdb.mi/mi-regs.exp
10475 * gdb.mi/mi-return.exp
10476 * gdb.mi/mi-reverse.exp
10477 * gdb.mi/mi-simplerun.exp
10478 * gdb.mi/mi-solib.exp
10479 * gdb.mi/mi-stack.exp
10480 * gdb.mi/mi-stepi.exp
10481 * gdb.mi/mi-syn-frame.exp
10482 * gdb.mi/mi-until.exp
10483 * gdb.mi/mi-var-block.exp
10484 * gdb.mi/mi-var-child.exp
10485 * gdb.mi/mi-var-cmd.exp
10486 * gdb.mi/mi-var-cp.exp
10487 * gdb.mi/mi-var-display.exp
10488 * gdb.mi/mi-var-invalidate.exp
10489 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10490 * gdb.mi/mi-vla-fortran.exp
10491 * gdb.mi/mi-watch.exp
10492 * gdb.mi/mi2-var-child.exp
10493 * gdb.mi/user-selected-context-sync.exp
10494 * gdb.modula2/unbounded-array.exp
10495 * gdb.multi/dummy-frame-restore.exp
10496 * gdb.multi/multi-arch-exec.exp
10497 * gdb.multi/multi-arch.exp
10498 * gdb.multi/tids.exp
10499 * gdb.multi/watchpoint-multi.exp
10500 * gdb.opencl/callfuncs.exp
10501 * gdb.opencl/convs_casts.exp
10502 * gdb.opencl/datatypes.exp
10503 * gdb.opencl/operators.exp
10504 * gdb.opencl/vec_comps.exp
10505 * gdb.opt/clobbered-registers-O2.exp
10506 * gdb.opt/inline-break.exp
10507 * gdb.opt/inline-bt.exp
10508 * gdb.opt/inline-cmds.exp
10509 * gdb.opt/inline-locals.exp
10510 * gdb.pascal/case-insensitive-symbols.exp
10511 * gdb.pascal/floats.exp
10512 * gdb.pascal/gdb11492.exp
10513 * gdb.python/lib-types.exp
10514 * gdb.python/py-arch.exp
10515 * gdb.python/py-as-string.exp
10516 * gdb.python/py-bad-printers.exp
10517 * gdb.python/py-block.exp
10518 * gdb.python/py-breakpoint-create-fail.exp
10519 * gdb.python/py-breakpoint.exp
10520 * gdb.python/py-caller-is.exp
10521 * gdb.python/py-cmd.exp
10522 * gdb.python/py-explore-cc.exp
10523 * gdb.python/py-explore.exp
10524 * gdb.python/py-finish-breakpoint.exp
10525 * gdb.python/py-finish-breakpoint2.exp
10526 * gdb.python/py-frame-args.exp
10527 * gdb.python/py-frame-inline.exp
10528 * gdb.python/py-frame.exp
10529 * gdb.python/py-framefilter-mi.exp
10530 * gdb.python/py-infthread.exp
10531 * gdb.python/py-lazy-string.exp
10532 * gdb.python/py-linetable.exp
10533 * gdb.python/py-mi-events.exp
10534 * gdb.python/py-mi-objfile.exp
10535 * gdb.python/py-mi.exp
10536 * gdb.python/py-objfile.exp
10537 * gdb.python/py-pp-integral.exp
10538 * gdb.python/py-pp-maint.exp
10539 * gdb.python/py-pp-re-notag.exp
10540 * gdb.python/py-pp-registration.exp
10541 * gdb.python/py-recurse-unwind.exp
10542 * gdb.python/py-strfns.exp
10543 * gdb.python/py-symbol.exp
10544 * gdb.python/py-symtab.exp
10545 * gdb.python/py-sync-interp.exp
10546 * gdb.python/py-typeprint.exp
10547 * gdb.python/py-unwind-maint.exp
10548 * gdb.python/py-unwind.exp
10549 * gdb.python/py-value-cc.exp
10550 * gdb.python/py-xmethods.exp
10551 * gdb.reverse/amd64-tailcall-reverse.exp
10552 * gdb.reverse/break-precsave.exp
10553 * gdb.reverse/break-reverse.exp
10554 * gdb.reverse/consecutive-precsave.exp
10555 * gdb.reverse/consecutive-reverse.exp
10556 * gdb.reverse/finish-precsave.exp
10557 * gdb.reverse/finish-reverse-bkpt.exp
10558 * gdb.reverse/finish-reverse.exp
10559 * gdb.reverse/fstatat-reverse.exp
10560 * gdb.reverse/getresuid-reverse.exp
10561 * gdb.reverse/i386-precsave.exp
10562 * gdb.reverse/i386-reverse.exp
10563 * gdb.reverse/i386-sse-reverse.exp
10564 * gdb.reverse/i387-env-reverse.exp
10565 * gdb.reverse/i387-stack-reverse.exp
10566 * gdb.reverse/insn-reverse.exp
10567 * gdb.reverse/machinestate-precsave.exp
10568 * gdb.reverse/machinestate.exp
10569 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10570 * gdb.reverse/pipe-reverse.exp
10571 * gdb.reverse/readv-reverse.exp
10572 * gdb.reverse/recvmsg-reverse.exp
10573 * gdb.reverse/rerun-prec.exp
10574 * gdb.reverse/s390-mvcle.exp
10575 * gdb.reverse/step-precsave.exp
10576 * gdb.reverse/step-reverse.exp
10577 * gdb.reverse/time-reverse.exp
10578 * gdb.reverse/until-precsave.exp
10579 * gdb.reverse/until-reverse.exp
10580 * gdb.reverse/waitpid-reverse.exp
10581 * gdb.reverse/watch-precsave.exp
10582 * gdb.reverse/watch-reverse.exp
10583 * gdb.rust/generics.exp
10584 * gdb.rust/methods.exp
10585 * gdb.rust/modules.exp
10586 * gdb.rust/simple.exp
10587 * gdb.server/connect-with-no-symbol-file.exp
10588 * gdb.server/ext-attach.exp
10589 * gdb.server/ext-restart.exp
10590 * gdb.server/ext-wrapper.exp
10591 * gdb.server/file-transfer.exp
10592 * gdb.server/server-exec-info.exp
10593 * gdb.server/server-kill.exp
10594 * gdb.server/server-mon.exp
10595 * gdb.server/wrapper.exp
10596 * gdb.stabs/exclfwd.exp
10597 * gdb.stabs/gdb11479.exp
10598 * gdb.threads/clone-new-thread-event.exp
10599 * gdb.threads/corethreads.exp
10600 * gdb.threads/current-lwp-dead.exp
10601 * gdb.threads/dlopen-libpthread.exp
10602 * gdb.threads/gcore-thread.exp
10603 * gdb.threads/sigstep-threads.exp
10604 * gdb.threads/watchpoint-fork.exp
10605 * gdb.trace/actions-changed.exp
10606 * gdb.trace/backtrace.exp
10607 * gdb.trace/change-loc.exp
10608 * gdb.trace/circ.exp
10609 * gdb.trace/collection.exp
10610 * gdb.trace/disconnected-tracing.exp
10611 * gdb.trace/ftrace.exp
10612 * gdb.trace/mi-trace-frame-collected.exp
10613 * gdb.trace/mi-trace-unavailable.exp
10614 * gdb.trace/mi-traceframe-changed.exp
10615 * gdb.trace/mi-tsv-changed.exp
10616 * gdb.trace/no-attach-trace.exp
10617 * gdb.trace/passc-dyn.exp
10618 * gdb.trace/qtro.exp
10619 * gdb.trace/range-stepping.exp
10620 * gdb.trace/read-memory.exp
10621 * gdb.trace/save-trace.exp
10622 * gdb.trace/signal.exp
10623 * gdb.trace/status-stop.exp
10624 * gdb.trace/tfile.exp
10625 * gdb.trace/trace-break.exp
10626 * gdb.trace/trace-buffer-size.exp
10627 * gdb.trace/trace-condition.exp
10628 * gdb.trace/tracefile-pseudo-reg.exp
10629 * gdb.trace/tstatus.exp
10630 * gdb.trace/unavailable.exp
10631 * gdb.trace/while-dyn.exp
10632 * gdb.trace/while-stepping.exp
10633
106342016-12-22 Doug Evans <xdje42@gmail.com>
10635
10636 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10637 and msymbols.
10638
106392016-12-19 Yao Qi <yao.qi@linaro.org>
10640
10641 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10642 (test_with_self): Don't call do_steps_and_nexts, and remove
10643 code about stepping into xmalloc.
10644
106452016-12-09 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10648
106492016-12-09 Yao Qi <yao.qi@linaro.org>
10650
10651 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10652
106532016-12-09 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.base/all-architectures-0.exp: New file.
10656 * gdb.base/all-architectures-1.exp: New file.
10657 * gdb.base/all-architectures-2.exp: New file.
10658 * gdb.base/all-architectures-3.exp: New file.
10659 * gdb.base/all-architectures-4.exp: New file.
10660 * gdb.base/all-architectures-5.exp: New file.
10661 * gdb.base/all-architectures-6.exp: New file.
10662 * gdb.base/all-architectures-7.exp: New file.
10663 * gdb.base/all-architectures.exp.in: New file.
10664
106652016-12-09 Yao Qi <yao.qi@linaro.org>
10666
10667 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10668
106692016-12-02 Luis Machado <lgustavo@codesourcery.com>
10670
10671 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10672 possible.
10673 Remove useless pattern-matching code.
10674
106752016-12-02 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10678 procedure.
10679 (top level): Call it.
10680
106812016-12-02 Pedro Alves <palves@redhat.com>
10682
10683 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10684 New procedure.
10685 (top level): Call it.
10686
106872016-12-02 Pedro Alves <palves@redhat.com>
10688
10689 PR cli/20559
10690 * gdb.base/commands.exp (user_defined_command_args_eval): New
10691 procedure.
10692 (top level): Call it.
10693
106942016-12-02 Luis Machado <lgustavo@codesourcery.com>
10695
10696 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10697 timeout handling.
10698
106992016-12-02 Tom Tromey <tom@tromey.com>
10700
10701 * gdb.dwarf2/main-subprogram.c: New file.
10702 * gdb.dwarf2/main-subprogram.exp: New file.
10703
107042016-12-01 Luis Machado <lgustavo@codesourcery.com>
10705
10706 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10707 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10708 gdb_test_no_output for a couple of cases.
10709 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10710
107112016-12-01 Luis Machado <lgustavo@codesourcery.com>
10712
10713 Fix test names and standardize compilation error messages throughout
10714 the following files:
10715
10716 * gdb.ada/start.exp
10717 * gdb.arch/alpha-step.exp
10718 * gdb.arch/e500-prologue.exp
10719 * gdb.arch/ftrace-insn-reloc.exp
10720 * gdb.arch/gdb1291.exp
10721 * gdb.arch/gdb1431.exp
10722 * gdb.arch/gdb1558.exp
10723 * gdb.arch/i386-dr3-watch.exp
10724 * gdb.arch/i386-sse-stack-align.exp
10725 * gdb.arch/ia64-breakpoint-shadow.exp
10726 * gdb.arch/pa-nullify.exp
10727 * gdb.arch/powerpc-aix-prologue.exp
10728 * gdb.arch/thumb-bx-pc.exp
10729 * gdb.base/annota1.exp
10730 * gdb.base/annota3.exp
10731 * gdb.base/arrayidx.exp
10732 * gdb.base/assign.exp
10733 * gdb.base/attach.exp
10734 * gdb.base/auxv.exp
10735 * gdb.base/bang.exp
10736 * gdb.base/bfp-test.exp
10737 * gdb.base/bigcore.exp
10738 * gdb.base/bitfields2.exp
10739 * gdb.base/break-fun-addr.exp
10740 * gdb.base/break-probes.exp
10741 * gdb.base/call-rt-st.exp
10742 * gdb.base/callexit.exp
10743 * gdb.base/catch-fork-kill.exp
10744 * gdb.base/charset.exp
10745 * gdb.base/checkpoint.exp
10746 * gdb.base/comprdebug.exp
10747 * gdb.base/constvars.exp
10748 * gdb.base/coredump-filter.exp
10749 * gdb.base/cursal.exp
10750 * gdb.base/cvexpr.exp
10751 * gdb.base/detach.exp
10752 * gdb.base/display.exp
10753 * gdb.base/dmsym.exp
10754 * gdb.base/dprintf-pending.exp
10755 * gdb.base/dso2dso.exp
10756 * gdb.base/dtrace-probe.exp
10757 * gdb.base/dump.exp
10758 * gdb.base/enum_cond.exp
10759 * gdb.base/exe-lock.exp
10760 * gdb.base/exec-invalid-sysroot.exp
10761 * gdb.base/execl-update-breakpoints.exp
10762 * gdb.base/exprs.exp
10763 * gdb.base/fileio.exp
10764 * gdb.base/find.exp
10765 * gdb.base/finish.exp
10766 * gdb.base/fixsection.exp
10767 * gdb.base/foll-vfork.exp
10768 * gdb.base/frame-args.exp
10769 * gdb.base/gcore.exp
10770 * gdb.base/gdb1250.exp
10771 * gdb.base/global-var-nested-by-dso.exp
10772 * gdb.base/gnu-ifunc.exp
10773 * gdb.base/hashline1.exp
10774 * gdb.base/hashline2.exp
10775 * gdb.base/hashline3.exp
10776 * gdb.base/hbreak-in-shr-unsupported.exp
10777 * gdb.base/huge.exp
10778 * gdb.base/infcall-input.exp
10779 * gdb.base/info-fun.exp
10780 * gdb.base/info-shared.exp
10781 * gdb.base/jit-simple.exp
10782 * gdb.base/jit-so.exp
10783 * gdb.base/jit.exp
10784 * gdb.base/jump.exp
10785 * gdb.base/label.exp
10786 * gdb.base/lineinc.exp
10787 * gdb.base/logical.exp
10788 * gdb.base/longjmp.exp
10789 * gdb.base/macscp.exp
10790 * gdb.base/miscexprs.exp
10791 * gdb.base/new-ui-echo.exp
10792 * gdb.base/new-ui-pending-input.exp
10793 * gdb.base/new-ui.exp
10794 * gdb.base/nodebug.exp
10795 * gdb.base/nofield.exp
10796 * gdb.base/offsets.exp
10797 * gdb.base/overlays.exp
10798 * gdb.base/pending.exp
10799 * gdb.base/pointers.exp
10800 * gdb.base/pr11022.exp
10801 * gdb.base/printcmds.exp
10802 * gdb.base/prologue.exp
10803 * gdb.base/ptr-typedef.exp
10804 * gdb.base/realname-expand.exp
10805 * gdb.base/relativedebug.exp
10806 * gdb.base/relocate.exp
10807 * gdb.base/remote.exp
10808 * gdb.base/reread.exp
10809 * gdb.base/return2.exp
10810 * gdb.base/savedregs.exp
10811 * gdb.base/sep.exp
10812 * gdb.base/sepdebug.exp
10813 * gdb.base/sepsymtab.exp
10814 * gdb.base/set-inferior-tty.exp
10815 * gdb.base/setshow.exp
10816 * gdb.base/shlib-call.exp
10817 * gdb.base/sigaltstack.exp
10818 * gdb.base/siginfo-addr.exp
10819 * gdb.base/signals.exp
10820 * gdb.base/signull.exp
10821 * gdb.base/sigrepeat.exp
10822 * gdb.base/so-impl-ld.exp
10823 * gdb.base/solib-display.exp
10824 * gdb.base/solib-overlap.exp
10825 * gdb.base/solib-search.exp
10826 * gdb.base/solib-symbol.exp
10827 * gdb.base/structs.exp
10828 * gdb.base/structs2.exp
10829 * gdb.base/symtab-search-order.exp
10830 * gdb.base/twice.exp
10831 * gdb.base/unload.exp
10832 * gdb.base/varargs.exp
10833 * gdb.base/watchpoint-solib.exp
10834 * gdb.base/watchpoint.exp
10835 * gdb.base/whatis.exp
10836 * gdb.base/wrong_frame_bt_full.exp
10837 * gdb.btrace/dlopen.exp
10838 * gdb.cell/ea-standalone.exp
10839 * gdb.cell/ea-test.exp
10840 * gdb.cp/dispcxx.exp
10841 * gdb.cp/gdb2384.exp
10842 * gdb.cp/method2.exp
10843 * gdb.cp/nextoverthrow.exp
10844 * gdb.cp/pr10728.exp
10845 * gdb.disasm/am33.exp
10846 * gdb.disasm/h8300s.exp
10847 * gdb.disasm/mn10300.exp
10848 * gdb.disasm/sh3.exp
10849 * gdb.dwarf2/dw2-dir-file-name.exp
10850 * gdb.fortran/complex.exp
10851 * gdb.fortran/library-module.exp
10852 * gdb.guile/scm-pretty-print.exp
10853 * gdb.guile/scm-symbol.exp
10854 * gdb.guile/scm-type.exp
10855 * gdb.guile/scm-value.exp
10856 * gdb.linespec/linespec.exp
10857 * gdb.mi/gdb701.exp
10858 * gdb.mi/gdb792.exp
10859 * gdb.mi/mi-breakpoint-changed.exp
10860 * gdb.mi/mi-dprintf-pending.exp
10861 * gdb.mi/mi-dprintf.exp
10862 * gdb.mi/mi-exit-code.exp
10863 * gdb.mi/mi-pending.exp
10864 * gdb.mi/mi-solib.exp
10865 * gdb.mi/new-ui-mi-sync.exp
10866 * gdb.mi/pr11022.exp
10867 * gdb.mi/user-selected-context-sync.exp
10868 * gdb.opt/solib-intra-step.exp
10869 * gdb.python/py-events.exp
10870 * gdb.python/py-finish-breakpoint.exp
10871 * gdb.python/py-mi.exp
10872 * gdb.python/py-prettyprint.exp
10873 * gdb.python/py-shared.exp
10874 * gdb.python/py-symbol.exp
10875 * gdb.python/py-template.exp
10876 * gdb.python/py-type.exp
10877 * gdb.python/py-value.exp
10878 * gdb.reverse/solib-precsave.exp
10879 * gdb.reverse/solib-reverse.exp
10880 * gdb.server/solib-list.exp
10881 * gdb.stabs/weird.exp
10882 * gdb.threads/reconnect-signal.exp
10883 * gdb.threads/stepi-random-signal.exp
10884 * gdb.trace/actions.exp
10885 * gdb.trace/ax.exp
10886 * gdb.trace/backtrace.exp
10887 * gdb.trace/change-loc.exp
10888 * gdb.trace/deltrace.exp
10889 * gdb.trace/ftrace-lock.exp
10890 * gdb.trace/ftrace.exp
10891 * gdb.trace/infotrace.exp
10892 * gdb.trace/mi-tracepoint-changed.exp
10893 * gdb.trace/packetlen.exp
10894 * gdb.trace/passcount.exp
10895 * gdb.trace/pending.exp
10896 * gdb.trace/range-stepping.exp
10897 * gdb.trace/report.exp
10898 * gdb.trace/stap-trace.exp
10899 * gdb.trace/tfind.exp
10900 * gdb.trace/trace-break.exp
10901 * gdb.trace/trace-condition.exp
10902 * gdb.trace/trace-enable-disable.exp
10903 * gdb.trace/trace-mt.exp
10904 * gdb.trace/tracecmd.exp
10905 * gdb.trace/tspeed.exp
10906 * gdb.trace/tsv.exp
10907 * lib/perftest.exp
10908
109092016-12-01 Luis Machado <lgustavo@codesourcery.com>
10910
10911 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10912 with gdb_test_no_output.
10913 Use command as test name.
10914
109152016-12-01 Luis Machado <lgustavo@codesourcery.com>
10916
10917 Fix test names starting with uppercase throughout the files.
10918
10919 * gdb.ada/assign_1.exp
10920 * gdb.ada/boolean_expr.exp
10921 * gdb.base/arrayidx.exp
10922 * gdb.base/del.exp
10923 * gdb.base/gcore-buffer-overflow.exp
10924 * gdb.base/testenv.exp
10925 * gdb.compile/compile.exp
10926 * gdb.python/py-framefilter-invalidarg.exp
10927 * gdb.python/py-framefilter.exp
10928
109292016-12-01 Luis Machado <lgustavo@codesourcery.com>
10930
10931 Fix test names starting with uppercase throughout the files.
10932
10933 * gdb.ada/array_return.exp
10934 * gdb.ada/expr_delims.exp
10935 * gdb.ada/mi_dyn_arr.exp
10936 * gdb.ada/mi_interface.exp
10937 * gdb.ada/mi_var_array.exp
10938 * gdb.ada/watch_arg.exp
10939 * gdb.arch/alpha-step.exp
10940 * gdb.arch/altivec-regs.exp
10941 * gdb.arch/e500-regs.exp
10942 * gdb.arch/powerpc-d128-regs.exp
10943 * gdb.base/arrayidx.exp
10944 * gdb.base/break.exp
10945 * gdb.base/checkpoint.exp
10946 * gdb.base/debug-expr.exp
10947 * gdb.base/dmsym.exp
10948 * gdb.base/radix.exp
10949 * gdb.base/sepdebug.exp
10950 * gdb.base/testenv.exp
10951 * gdb.base/watch_thread_num.exp
10952 * gdb.base/watchpoint-cond-gone.exp
10953 * gdb.cell/break.exp
10954 * gdb.cell/ea-cache.exp
10955 * gdb.compile/compile.exp
10956 * gdb.cp/gdb2495.exp
10957 * gdb.gdb/selftest.exp
10958 * gdb.gdb/xfullpath.exp
10959 * gdb.go/hello.exp
10960 * gdb.go/integers.exp
10961 * gdb.objc/basicclass.exp
10962 * gdb.pascal/hello.exp
10963 * gdb.pascal/integers.exp
10964 * gdb.python/py-breakpoint.exp
10965 * gdb.python/py-cmd.exp
10966 * gdb.python/py-linetable.exp
10967 * gdb.python/py-xmethods.exp
10968 * gdb.python/python.exp
10969 * gdb.reverse/consecutive-precsave.exp
10970 * gdb.reverse/finish-precsave.exp
10971 * gdb.reverse/i386-precsave.exp
10972 * gdb.reverse/machinestate-precsave.exp
10973 * gdb.reverse/sigall-precsave.exp
10974 * gdb.reverse/solib-precsave.exp
10975 * gdb.reverse/step-precsave.exp
10976 * gdb.reverse/until-precsave.exp
10977 * gdb.reverse/watch-precsave.exp
10978 * gdb.threads/leader-exit.exp
10979 * gdb.threads/pthreads.exp
10980 * gdb.threads/wp-replication.exp
10981 * gdb.trace/actions.exp
10982 * gdb.trace/mi-tsv-changed.exp
10983 * gdb.trace/tsv.exp
10984
109852016-12-01 Luis Machado <lgustavo@codesourcery.com>
10986
10987 Fix test names starting with uppercase throughout the files.
10988
10989 * gdb.arch/i386-bp_permanent.exp
10990 * gdb.arch/i386-gnu-cfi.exp
10991 * gdb.base/disasm-end-cu.exp
10992 * gdb.base/macscp.exp
10993 * gdb.base/pending.exp
10994 * gdb.base/watch_thread_num.exp
10995 * gdb.cp/exception.exp
10996 * gdb.cp/gdb2495.exp
10997 * gdb.cp/local.exp
10998 * gdb.python/py-evsignal.exp
10999 * gdb.python/python.exp
11000 * gdb.trace/tracecmd.exp
11001
110022016-12-01 Luis Machado <lgustavo@codesourcery.com>
11003
11004 Fix test names starting with uppercase throughout the files.
11005
11006 * gdb.base/charset.exp
11007 * gdb.base/eval.exp
11008 * gdb.base/multi-forks.exp
11009 * gdb.guile/scm-progspace.exp
11010 * gdb.opencl/datatypes.exp
11011 * gdb.python/py-block.exp
11012 * gdb.python/py-function.exp
11013 * gdb.python/py-symbol.exp
11014 * gdb.python/py-symtab.exp
11015 * gdb.python/py-xmethods.exp
11016 * gdb.reverse/break-precsave.exp
11017 * gdb.reverse/break-reverse.exp
11018 * gdb.reverse/consecutive-precsave.exp
11019 * gdb.reverse/consecutive-reverse.exp
11020 * gdb.reverse/finish-precsave.exp
11021 * gdb.reverse/finish-reverse-bkpt.exp
11022 * gdb.reverse/finish-reverse.exp
11023 * gdb.reverse/fstatat-reverse.exp
11024 * gdb.reverse/getresuid-reverse.exp
11025 * gdb.reverse/i386-precsave.exp
11026 * gdb.reverse/i386-reverse.exp
11027 * gdb.reverse/i386-sse-reverse.exp
11028 * gdb.reverse/i387-stack-reverse.exp
11029 * gdb.reverse/insn-reverse.exp
11030 * gdb.reverse/machinestate-precsave.exp
11031 * gdb.reverse/machinestate.exp
11032 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11033 * gdb.reverse/pipe-reverse.exp
11034 * gdb.reverse/readv-reverse.exp
11035 * gdb.reverse/recvmsg-reverse.exp
11036 * gdb.reverse/rerun-prec.exp
11037 * gdb.reverse/s390-mvcle.exp
11038 * gdb.reverse/sigall-precsave.exp
11039 * gdb.reverse/sigall-reverse.exp
11040 * gdb.reverse/solib-precsave.exp
11041 * gdb.reverse/solib-reverse.exp
11042 * gdb.reverse/step-precsave.exp
11043 * gdb.reverse/step-reverse.exp
11044 * gdb.reverse/time-reverse.exp
11045 * gdb.reverse/until-precsave.exp
11046 * gdb.reverse/until-reverse.exp
11047 * gdb.reverse/waitpid-reverse.exp
11048 * gdb.reverse/watch-precsave.exp
11049 * gdb.reverse/watch-reverse.exp
11050
110512016-12-01 Luis Machado <lgustavo@codesourcery.com>
11052
11053 Fix test names starting with uppercase throughout the files.
11054
11055 * gdb.arch/i386-mpx-simple_segv.exp
11056 * gdb.arch/i386-mpx.exp
11057 * gdb.arch/i386-permbkpt.exp
11058 * gdb.arch/pa-nullify.exp
11059 * gdb.arch/powerpc-d128-regs.exp
11060 * gdb.arch/vsx-regs.exp
11061 * gdb.base/bfp-test.exp
11062 * gdb.base/break.exp
11063 * gdb.base/breakpoint-shadow.exp
11064 * gdb.base/callfuncs.exp
11065 * gdb.base/charset.exp
11066 * gdb.base/commands.exp
11067 * gdb.base/completion.exp
11068 * gdb.base/dfp-test.exp
11069 * gdb.base/echo.exp
11070 * gdb.base/ending-run.exp
11071 * gdb.base/eval.exp
11072 * gdb.base/expand-psymtabs.exp
11073 * gdb.base/float128.exp
11074 * gdb.base/floatn.exp
11075 * gdb.base/foll-exec-mode.exp
11076 * gdb.base/gdb1056.exp
11077 * gdb.base/gdb11531.exp
11078 * gdb.base/kill-after-signal.exp
11079 * gdb.base/multi-forks.exp
11080 * gdb.base/overlays.exp
11081 * gdb.base/pending.exp
11082 * gdb.base/sepdebug.exp
11083 * gdb.base/testenv.exp
11084 * gdb.base/valgrind-db-attach.exp
11085 * gdb.base/watch_thread_num.exp
11086 * gdb.base/watchpoint-cond-gone.exp
11087 * gdb.base/watchpoint.exp
11088 * gdb.base/watchpoints.exp
11089 * gdb.cp/arg-reference.exp
11090 * gdb.cp/baseenum.exp
11091 * gdb.cp/operator.exp
11092 * gdb.cp/shadow.exp
11093 * gdb.dwarf2/dw2-op-out-param.exp
11094 * gdb.dwarf2/dw2-reg-undefined.exp
11095 * gdb.go/chan.exp
11096 * gdb.go/hello.exp
11097 * gdb.go/integers.exp
11098 * gdb.go/methods.exp
11099 * gdb.go/package.exp
11100 * gdb.guile/scm-parameter.exp
11101 * gdb.guile/scm-progspace.exp
11102 * gdb.guile/scm-value.exp
11103 * gdb.mi/mi-pending.exp
11104 * gdb.mi/user-selected-context-sync.exp
11105 * gdb.multi/multi-attach.exp
11106 * gdb.multi/tids.exp
11107 * gdb.opt/clobbered-registers-O2.exp
11108 * gdb.pascal/floats.exp
11109 * gdb.pascal/integers.exp
11110 * gdb.python/py-block.exp
11111 * gdb.python/py-events.exp
11112 * gdb.python/py-parameter.exp
11113 * gdb.python/py-symbol.exp
11114 * gdb.python/py-symtab.exp
11115 * gdb.python/py-type.exp
11116 * gdb.python/py-value.exp
11117 * gdb.python/py-xmethods.exp
11118 * gdb.python/python.exp
11119 * gdb.reverse/break-precsave.exp
11120 * gdb.reverse/consecutive-precsave.exp
11121 * gdb.reverse/finish-precsave.exp
11122 * gdb.reverse/i386-precsave.exp
11123 * gdb.reverse/machinestate-precsave.exp
11124 * gdb.reverse/sigall-precsave.exp
11125 * gdb.reverse/solib-precsave.exp
11126 * gdb.reverse/step-precsave.exp
11127 * gdb.reverse/until-precsave.exp
11128 * gdb.reverse/watch-precsave.exp
11129 * gdb.server/ext-attach.exp
11130 * gdb.server/ext-restart.exp
11131 * gdb.server/ext-run.exp
11132 * gdb.server/ext-wrapper.exp
11133 * gdb.stabs/gdb11479.exp
11134 * gdb.stabs/weird.exp
11135 * gdb.threads/attach-many-short-lived-threads.exp
11136 * gdb.threads/kill.exp
11137 * gdb.threads/watchpoint-fork.exp
11138
111392016-12-01 Luis Machado <lgustavo@codesourcery.com>
11140
11141 Fix test names starting with uppercase throughout all the files below.
11142
11143 * gdb.ada/array_return.exp
11144 * gdb.ada/catch_ex.exp
11145 * gdb.ada/info_exc.exp
11146 * gdb.ada/mi_catch_ex.exp
11147 * gdb.ada/mi_dyn_arr.exp
11148 * gdb.ada/mi_ex_cond.exp
11149 * gdb.ada/mi_exc_info.exp
11150 * gdb.ada/mi_interface.exp
11151 * gdb.ada/mi_task_arg.exp
11152 * gdb.ada/mi_task_info.exp
11153 * gdb.ada/mi_var_array.exp
11154 * gdb.arch/alpha-step.exp
11155 * gdb.arch/amd64-disp-step.exp
11156 * gdb.arch/arm-disp-step.exp
11157 * gdb.arch/disp-step-insn-reloc.exp
11158 * gdb.arch/e500-prologue.exp
11159 * gdb.arch/ftrace-insn-reloc.exp
11160 * gdb.arch/gdb1558.exp
11161 * gdb.arch/i386-bp_permanent.exp
11162 * gdb.arch/i386-disp-step.exp
11163 * gdb.arch/i386-float.exp
11164 * gdb.arch/i386-gnu-cfi.exp
11165 * gdb.arch/ia64-breakpoint-shadow.exp
11166 * gdb.arch/mips16-thunks.exp
11167 * gdb.arch/pa-nullify.exp
11168 * gdb.arch/powerpc-aix-prologue.exp
11169 * gdb.arch/powerpc-power.exp
11170 * gdb.arch/ppc-dfp.exp
11171 * gdb.arch/s390-tdbregs.exp
11172 * gdb.arch/spu-info.exp
11173 * gdb.arch/spu-ls.exp
11174 * gdb.arch/thumb-bx-pc.exp
11175 * gdb.base/advance.exp
11176 * gdb.base/annota-input-while-running.exp
11177 * gdb.base/arrayidx.exp
11178 * gdb.base/asmlabel.exp
11179 * gdb.base/async.exp
11180 * gdb.base/attach-wait-input.exp
11181 * gdb.base/auto-connect-native-target.exp
11182 * gdb.base/batch-preserve-term-settings.exp
11183 * gdb.base/bfp-test.exp
11184 * gdb.base/bigcore.exp
11185 * gdb.base/bp-permanent.exp
11186 * gdb.base/break-always.exp
11187 * gdb.base/break-fun-addr.exp
11188 * gdb.base/break-idempotent.exp
11189 * gdb.base/break-main-file-remove-fail.exp
11190 * gdb.base/break-probes.exp
11191 * gdb.base/break-unload-file.exp
11192 * gdb.base/break.exp
11193 * gdb.base/call-ar-st.exp
11194 * gdb.base/call-rt-st.exp
11195 * gdb.base/call-sc.exp
11196 * gdb.base/call-signal-resume.exp
11197 * gdb.base/call-strs.exp
11198 * gdb.base/callexit.exp
11199 * gdb.base/callfuncs.exp
11200 * gdb.base/catch-gdb-caused-signals.exp
11201 * gdb.base/catch-signal-siginfo-cond.exp
11202 * gdb.base/catch-syscall.exp
11203 * gdb.base/compare-sections.exp
11204 * gdb.base/cond-eval-mode.exp
11205 * gdb.base/condbreak-call-false.exp
11206 * gdb.base/consecutive-step-over.exp
11207 * gdb.base/cursal.exp
11208 * gdb.base/disabled-location.exp
11209 * gdb.base/disasm-end-cu.exp
11210 * gdb.base/display.exp
11211 * gdb.base/double-prompt-target-event-error.exp
11212 * gdb.base/dprintf-bp-same-addr.exp
11213 * gdb.base/dprintf-detach.exp
11214 * gdb.base/dprintf-next.exp
11215 * gdb.base/dprintf-non-stop.exp
11216 * gdb.base/dprintf-pending.exp
11217 * gdb.base/dso2dso.exp
11218 * gdb.base/ending-run.exp
11219 * gdb.base/enum_cond.exp
11220 * gdb.base/examine-backward.exp
11221 * gdb.base/exe-lock.exp
11222 * gdb.base/exec-invalid-sysroot.exp
11223 * gdb.base/execl-update-breakpoints.exp
11224 * gdb.base/execution-termios.exp
11225 * gdb.base/fileio.exp
11226 * gdb.base/fixsection.exp
11227 * gdb.base/foll-exec-mode.exp
11228 * gdb.base/foll-exec.exp
11229 * gdb.base/fork-running-state.exp
11230 * gdb.base/frame-args.exp
11231 * gdb.base/fullpath-expand.exp
11232 * gdb.base/func-ptr.exp
11233 * gdb.base/gcore-relro-pie.exp
11234 * gdb.base/gdb1090.exp
11235 * gdb.base/gdb1555.exp
11236 * gdb.base/global-var-nested-by-dso.exp
11237 * gdb.base/gnu-ifunc.exp
11238 * gdb.base/hbreak-in-shr-unsupported.exp
11239 * gdb.base/hbreak-unmapped.exp
11240 * gdb.base/hook-stop.exp
11241 * gdb.base/infcall-input.exp
11242 * gdb.base/info-fun.exp
11243 * gdb.base/info-shared.exp
11244 * gdb.base/interrupt-noterm.exp
11245 * gdb.base/jit-so.exp
11246 * gdb.base/jit.exp
11247 * gdb.base/line-symtabs.exp
11248 * gdb.base/list.exp
11249 * gdb.base/longjmp.exp
11250 * gdb.base/macscp.exp
11251 * gdb.base/max-value-size.exp
11252 * gdb.base/nodebug.exp
11253 * gdb.base/nofield.exp
11254 * gdb.base/overlays.exp
11255 * gdb.base/paginate-after-ctrl-c-running.exp
11256 * gdb.base/paginate-bg-execution.exp
11257 * gdb.base/paginate-inferior-exit.exp
11258 * gdb.base/pending.exp
11259 * gdb.base/pr11022.exp
11260 * gdb.base/printcmds.exp
11261 * gdb.base/ptr-typedef.exp
11262 * gdb.base/ptype.exp
11263 * gdb.base/randomize.exp
11264 * gdb.base/range-stepping.exp
11265 * gdb.base/realname-expand.exp
11266 * gdb.base/relativedebug.exp
11267 * gdb.base/remote.exp
11268 * gdb.base/savedregs.exp
11269 * gdb.base/sepdebug.exp
11270 * gdb.base/set-noassign.exp
11271 * gdb.base/shlib-call.exp
11272 * gdb.base/shreloc.exp
11273 * gdb.base/sigaltstack.exp
11274 * gdb.base/sigbpt.exp
11275 * gdb.base/siginfo-addr.exp
11276 * gdb.base/siginfo-obj.exp
11277 * gdb.base/siginfo-thread.exp
11278 * gdb.base/signest.exp
11279 * gdb.base/signull.exp
11280 * gdb.base/sigrepeat.exp
11281 * gdb.base/skip.exp
11282 * gdb.base/so-impl-ld.exp
11283 * gdb.base/solib-corrupted.exp
11284 * gdb.base/solib-disc.exp
11285 * gdb.base/solib-display.exp
11286 * gdb.base/solib-overlap.exp
11287 * gdb.base/solib-search.exp
11288 * gdb.base/solib-symbol.exp
11289 * gdb.base/source-execution.exp
11290 * gdb.base/sss-bp-on-user-bp-2.exp
11291 * gdb.base/sss-bp-on-user-bp.exp
11292 * gdb.base/stack-checking.exp
11293 * gdb.base/stale-infcall.exp
11294 * gdb.base/step-break.exp
11295 * gdb.base/step-line.exp
11296 * gdb.base/step-over-exit.exp
11297 * gdb.base/step-test.exp
11298 * gdb.base/structs.exp
11299 * gdb.base/sym-file.exp
11300 * gdb.base/symtab-search-order.exp
11301 * gdb.base/term.exp
11302 * gdb.base/type-opaque.exp
11303 * gdb.base/unload.exp
11304 * gdb.base/until-nodebug.exp
11305 * gdb.base/until.exp
11306 * gdb.base/unwindonsignal.exp
11307 * gdb.base/watch-cond.exp
11308 * gdb.base/watch-non-mem.exp
11309 * gdb.base/watch_thread_num.exp
11310 * gdb.base/watchpoint-reuse-slot.exp
11311 * gdb.base/watchpoint-solib.exp
11312 * gdb.base/watchpoint.exp
11313 * gdb.btrace/dlopen.exp
11314 * gdb.cell/arch.exp
11315 * gdb.cell/break.exp
11316 * gdb.cell/bt.exp
11317 * gdb.cell/core.exp
11318 * gdb.cell/data.exp
11319 * gdb.cell/dwarfaddr.exp
11320 * gdb.cell/ea-cache.exp
11321 * gdb.cell/ea-standalone.exp
11322 * gdb.cell/ea-test.exp
11323 * gdb.cell/f-regs.exp
11324 * gdb.cell/fork.exp
11325 * gdb.cell/gcore.exp
11326 * gdb.cell/mem-access.exp
11327 * gdb.cell/ptype.exp
11328 * gdb.cell/registers.exp
11329 * gdb.cell/sizeof.exp
11330 * gdb.cell/solib-symbol.exp
11331 * gdb.cell/solib.exp
11332 * gdb.compile/compile-tls.exp
11333 * gdb.cp/exception.exp
11334 * gdb.cp/gdb2495.exp
11335 * gdb.cp/local.exp
11336 * gdb.cp/mb-inline.exp
11337 * gdb.cp/mb-templates.exp
11338 * gdb.cp/pr10687.exp
11339 * gdb.cp/pr9167.exp
11340 * gdb.cp/scope-err.exp
11341 * gdb.cp/templates.exp
11342 * gdb.cp/virtfunc.exp
11343 * gdb.dwarf2/dw2-dir-file-name.exp
11344 * gdb.dwarf2/dw2-single-line-discriminators.exp
11345 * gdb.fortran/complex.exp
11346 * gdb.fortran/library-module.exp
11347 * gdb.guile/guile.exp
11348 * gdb.guile/scm-cmd.exp
11349 * gdb.guile/scm-frame-inline.exp
11350 * gdb.guile/scm-objfile.exp
11351 * gdb.guile/scm-pretty-print.exp
11352 * gdb.guile/scm-symbol.exp
11353 * gdb.guile/scm-type.exp
11354 * gdb.guile/scm-value.exp
11355 * gdb.linespec/keywords.exp
11356 * gdb.linespec/ls-errs.exp
11357 * gdb.linespec/macro-relative.exp
11358 * gdb.linespec/thread.exp
11359 * gdb.mi/mi-breakpoint-changed.exp
11360 * gdb.mi/mi-dprintf-pending.exp
11361 * gdb.mi/mi-fullname-deleted.exp
11362 * gdb.mi/mi-logging.exp
11363 * gdb.mi/mi-pending.exp
11364 * gdb.mi/mi-solib.exp
11365 * gdb.mi/new-ui-mi-sync.exp
11366 * gdb.mi/user-selected-context-sync.exp
11367 * gdb.multi/dummy-frame-restore.exp
11368 * gdb.multi/multi-arch-exec.exp
11369 * gdb.multi/remove-inferiors.exp
11370 * gdb.multi/watchpoint-multi-exit.exp
11371 * gdb.opt/solib-intra-step.exp
11372 * gdb.perf/backtrace.exp
11373 * gdb.perf/single-step.exp
11374 * gdb.perf/skip-command.exp
11375 * gdb.perf/skip-prologue.exp
11376 * gdb.perf/solib.exp
11377 * gdb.python/lib-types.exp
11378 * gdb.python/py-as-string.exp
11379 * gdb.python/py-bad-printers.exp
11380 * gdb.python/py-block.exp
11381 * gdb.python/py-breakpoint.exp
11382 * gdb.python/py-cmd.exp
11383 * gdb.python/py-events.exp
11384 * gdb.python/py-evthreads.exp
11385 * gdb.python/py-finish-breakpoint.exp
11386 * gdb.python/py-finish-breakpoint2.exp
11387 * gdb.python/py-frame-inline.exp
11388 * gdb.python/py-frame.exp
11389 * gdb.python/py-inferior.exp
11390 * gdb.python/py-infthread.exp
11391 * gdb.python/py-mi.exp
11392 * gdb.python/py-objfile.exp
11393 * gdb.python/py-pp-maint.exp
11394 * gdb.python/py-pp-registration.exp
11395 * gdb.python/py-prettyprint.exp
11396 * gdb.python/py-recurse-unwind.exp
11397 * gdb.python/py-shared.exp
11398 * gdb.python/py-symbol.exp
11399 * gdb.python/py-symtab.exp
11400 * gdb.python/py-template.exp
11401 * gdb.python/py-type.exp
11402 * gdb.python/py-unwind-maint.exp
11403 * gdb.python/py-unwind.exp
11404 * gdb.python/py-value.exp
11405 * gdb.python/python.exp
11406 * gdb.reverse/finish-reverse-bkpt.exp
11407 * gdb.reverse/insn-reverse.exp
11408 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11409 * gdb.reverse/solib-precsave.exp
11410 * gdb.reverse/solib-reverse.exp
11411 * gdb.stabs/gdb11479.exp
11412 * gdb.stabs/weird.exp
11413 * gdb.threads/fork-child-threads.exp
11414 * gdb.threads/fork-plus-threads.exp
11415 * gdb.threads/fork-thread-pending.exp
11416 * gdb.threads/forking-threads-plus-breakpoint.exp
11417 * gdb.threads/hand-call-in-threads.exp
11418 * gdb.threads/interrupted-hand-call.exp
11419 * gdb.threads/linux-dp.exp
11420 * gdb.threads/local-watch-wrong-thread.exp
11421 * gdb.threads/next-while-other-thread-longjmps.exp
11422 * gdb.threads/non-ldr-exit.exp
11423 * gdb.threads/pending-step.exp
11424 * gdb.threads/print-threads.exp
11425 * gdb.threads/process-dies-while-detaching.exp
11426 * gdb.threads/process-dies-while-handling-bp.exp
11427 * gdb.threads/pthreads.exp
11428 * gdb.threads/queue-signal.exp
11429 * gdb.threads/reconnect-signal.exp
11430 * gdb.threads/signal-command-handle-nopass.exp
11431 * gdb.threads/signal-command-multiple-signals-pending.exp
11432 * gdb.threads/signal-delivered-right-thread.exp
11433 * gdb.threads/signal-sigtrap.exp
11434 * gdb.threads/sigthread.exp
11435 * gdb.threads/staticthreads.exp
11436 * gdb.threads/stepi-random-signal.exp
11437 * gdb.threads/thread-unwindonsignal.exp
11438 * gdb.threads/thread_check.exp
11439 * gdb.threads/thread_events.exp
11440 * gdb.threads/tid-reuse.exp
11441 * gdb.threads/tls-nodebug.exp
11442 * gdb.threads/tls-shared.exp
11443 * gdb.threads/tls-so_extern.exp
11444 * gdb.threads/tls.exp
11445 * gdb.threads/wp-replication.exp
11446 * gdb.trace/actions-changed.exp
11447 * gdb.trace/actions.exp
11448 * gdb.trace/backtrace.exp
11449 * gdb.trace/change-loc.exp
11450 * gdb.trace/collection.exp
11451 * gdb.trace/deltrace.exp
11452 * gdb.trace/disconnected-tracing.exp
11453 * gdb.trace/entry-values.exp
11454 * gdb.trace/ftrace-lock.exp
11455 * gdb.trace/ftrace.exp
11456 * gdb.trace/infotrace.exp
11457 * gdb.trace/mi-trace-frame-collected.exp
11458 * gdb.trace/mi-trace-unavailable.exp
11459 * gdb.trace/mi-traceframe-changed.exp
11460 * gdb.trace/mi-tracepoint-changed.exp
11461 * gdb.trace/mi-tsv-changed.exp
11462 * gdb.trace/no-attach-trace.exp
11463 * gdb.trace/packetlen.exp
11464 * gdb.trace/passc-dyn.exp
11465 * gdb.trace/passcount.exp
11466 * gdb.trace/pending.exp
11467 * gdb.trace/pr16508.exp
11468 * gdb.trace/qtro.exp
11469 * gdb.trace/range-stepping.exp
11470 * gdb.trace/read-memory.exp
11471 * gdb.trace/report.exp
11472 * gdb.trace/save-trace.exp
11473 * gdb.trace/signal.exp
11474 * gdb.trace/stap-trace.exp
11475 * gdb.trace/status-stop.exp
11476 * gdb.trace/strace.exp
11477 * gdb.trace/tfile.exp
11478 * gdb.trace/tfind.exp
11479 * gdb.trace/trace-break.exp
11480 * gdb.trace/trace-condition.exp
11481 * gdb.trace/trace-enable-disable.exp
11482 * gdb.trace/trace-mt.exp
11483 * gdb.trace/tracecmd.exp
11484 * gdb.trace/tracefile-pseudo-reg.exp
11485 * gdb.trace/tspeed.exp
11486 * gdb.trace/tstatus.exp
11487 * gdb.trace/tsv.exp
11488 * gdb.trace/unavailable.exp
11489 * gdb.trace/while-dyn.exp
11490 * gdb.trace/while-stepping.exp
11491 * lib/gdb-guile.exp
11492 * lib/gdb.exp
11493 * lib/mi-support.exp
11494 * lib/pascal.exp
11495 * lib/perftest.exp
11496 * lib/prelink-support.exp
11497 * lib/selftest-support.exp
11498
114992016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11500
11501 * Makefile.in: Include disable-implicit-rules.mk.
11502
115032016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11504
11505 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11506 non-byte-aligned bit fields.
11507
115082016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11509
11510 PR gdb/12616
11511 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11512 respects the DW_AT_data_bit_offset attribute.
11513
115142016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11515
11516 * gdb.base/default.exp: Fix output of "set language".
11517
115182016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11519
11520 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11521 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11522 make.
11523 * configure.ac: Remove checks for the make program.
11524 * configure: Re-generate.
11525
115262016-11-16 Kevin Buettner <kevinb@redhat.com>
11527
11528 * gdb.python/py-recurse-unwind.c (main): Add loop.
11529 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11530 to read_register() and gdb.parse_and_eval(). Make each code
11531 call a separate case that can be individually tested.
11532 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11533 proc. Call cont_and_backtrace for each of the code paths that
11534 we want to test in the unwinder.
11535
115362016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11537
11538 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11539 the definition of struct S.
11540
115412016-11-11 Catherine Moore <clm@codesourcery.com>
11542
11543 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11544
115452016-11-09 Pedro Alves <palves@redhat.com>
11546
11547 * gdb.base/commands.exp (runto_or_return): New procedure.
11548 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11549 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11550 (progvar_simple_while_test, progvar_complex_if_while_test)
11551 (if_while_breakpoint_command_test)
11552 (infrun_breakpoint_command_test, breakpoint_command_test)
11553 (user_defined_command_test, watchpoint_command_test)
11554 (test_command_prompt_position, redefine_hook_test)
11555 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11556 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11557 multi_line_input and multi_line. Remove gdb_expect and
11558 gdb_stop_suppressing_tests uses.
11559 * lib/gdb.exp (valnum_re): New global.
11560 (multi_line_input): New procedure.
11561
115622016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11563
11564 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11565 Remove.
11566 (test_setup): Define with proc_with_prefix.
11567 (test_cli_inferior): Likewise.
11568 (test_cli_thread): Likewise.
11569 (test_cli_frame): Likewise.
11570 (test_cli_select_frame): Likewise.
11571 (test_cli_up_down): Likewise.
11572 (test_mi_thread_select): Likewise.
11573 (test_mi_stack_select_frame): Likewise.
11574 (test_cli_in_mi_inferior): Likewise.
11575 (test_cli_in_mi_thread): Likewise.
11576 (test_cli_in_mi_frame): Likewise.
11577 (top level): Do not use with_test_prefix_procname.
11578
115792016-11-09 Pedro Alves <palves@redhat.com>
11580
11581 * gdb.base/commands.exp (gdbvar_simple_if_test)
11582 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11583 (progvar_simple_if_test, progvar_simple_while_test)
11584 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11585 (infrun_breakpoint_command_test, breakpoint_command_test)
11586 (user_defined_command_test, watchpoint_command_test)
11587 (test_command_prompt_position, deprecated_command_test)
11588 (bp_deleted_in_command, temporary_breakpoint_commands)
11589 (stray_arg0_test, source_file_with_indented_comment)
11590 (recursive_source_test, if_commands_test)
11591 (error_clears_commands_left, redefine_hook_test)
11592 (redefine_backtrace_test): Use proc_with_prefix.
11593 * lib/gdb.exp (proc_with_prefix): New proc.
11594
115952016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11596
11597 * gdb.base/tui-layout.c: New file.
11598 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11599 disassembly window contains very long lines.
11600
116012016-11-08 Tom Tromey <tom@tromey.com>
11602
11603 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11604 depend on Python 2.
11605
116062016-11-08 Tom Tromey <tom@tromey.com>
11607
11608 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11609 New method.
11610
116112016-10-29 Manish Goregaokar <manish@mozilla.com>
11612
11613 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11614
116152016-10-27 Manish Goregaokar <manish@mozilla.com>
11616
11617 * gdb.rust/simple.rs: Add test for univariant enums without
11618 discriminants and for encoded struct-like enums.
11619
116202016-10-28 Pedro Alves <palves@redhat.com>
11621
11622 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11623 gdb_test_multiple, tighten regexps and match symtabs and line
11624 tables incrementally.
11625
116262016-10-28 Luis Machado <lgustavo@codesourcery.com>
11627
11628 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11629 general.
11630
116312016-10-25 Luis Machado <lgustavo@codesourcery.com>
11632
11633 * gdb.base/exec-invalid-sysroot.exp: New file.
11634
116352016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11638
116392016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11640
11641 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11642
116432016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11644
11645 * gdb.base/killed-outside.exp: Remove $options from a call to
11646 `prepare_for_testing'.
11647
116482016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11649
11650 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11651 Change test message.
11652
116532016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11654
11655 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11656 Update comment.
11657
116582016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11659
11660 * gdb.trace/mi-trace-save.exp: New file.
11661
116622016-10-13 Yao Qi <yao.qi@linaro.org>
11663
11664 * gdb.base/code_elim.exp (get_var_address): Remove.
11665 * gdb.base/relocate.exp: Likewise.
11666 * gdb.base/shreloc.exp: Likewise.
11667 * lib/gdb.exp (get_var_address): New.
11668
116692016-10-13 Yao Qi <yao.qi@linaro.org>
11670
11671 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11672 floating point tests if $skip_float_test is false.
11673
116742016-10-12 Luis Machado <lgustavo@codesourcery.com>
11675
11676 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11677 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11678 argc values.
11679 Add 1 to argc so we guarantee distinct initial/modified argc values.
11680
116812016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11684
116852016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11686
11687 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11688 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11689 * gdb.arch/vsx-regs.exp: Likewise.
11690
116912016-10-07 Yao Qi <yao.qi@linaro.org>
11692
11693 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11694
116952016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11696
11697 * gdb.python/python.exp: Test decode_line("*0").
11698
116992016-10-06 Doug Evans <dje@google.com>
11700
11701 * gdb.python/py-value.exp (test_value_creation): Add test for large
11702 unsigned 64-bit value.
11703
117042016-10-06 Tom Tromey <tom@tromey.com>
11705
11706 * gdb.compile/compile.exp: Change java tests to rust.
11707 * gdb.base/setshow.exp: Change java tests to rust.
11708 * gdb.base/default.exp: Remove java from language list.
11709 * README (Examples): Update language example.
11710 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11711 test.
11712 * lib/gdb.exp (skip_java_tests): Remove.
11713 * lib/java.exp: Remove.
11714 * gdb.java: Remove.
11715
117162016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11717
11718 * gdb.arch/mips-fcr.exp: New test.
11719 * gdb.arch/mips-fcr.c: Source for the new test.
11720
117212016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11722
11723 * gdb.base/solib-disc.exp: Use `standard_output_file'
11724 throughout.
11725
117262016-10-06 Pedro Alves <palves@redhat.com>
11727
11728 * gdb.base/jit-simple-dl.c: New file.
11729 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11730 * gdb.base/jit-simple.c: ... this.
11731 * gdb.base/jit-simple.exp (jit_run): Delete.
11732 (build_jit): New proc.
11733 (jit_test_reread): Recompile either the main program or the shared
11734 library, depending on what is being tested. Skip changing address
11735 if caller wants to. Compare before/after addresses. If testing
11736 standalone, explicitly load the binary. Test "maint info
11737 breakpoints".
11738 (top level): Add "standalone vs shared lib" and "change address"
11739 vs "same address" axes.
11740
117412016-10-06 Pedro Alves <palves@redhat.com>
11742
11743 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11744 call.
11745 (jit_run): Delete.
11746 (jit_test_reread): Use with_test_prefix. Reload the main binary
11747 explicitly. Compare the before/after addresses of the JIT
11748 descriptor.
11749
117502016-08-15 Doug Evans <dje@google.com>
11751
11752 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11753 for single bitfields is bool.
11754 * gdb.xml/tdesc-regs.exp: Ditto.
11755
117562016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11757
11758 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11759
117602016-10-05 Yao Qi <yao.qi@linaro.org>
11761
11762 * lib/gdb.exp (support_complex_tests): Return zero if
11763 gdb_skip_float_test return true.
11764
117652016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11766 Simon Marchi <simon.marchi@ericsson.com>
11767
11768 PR gdb/20487
11769 * gdb.mi/user-selected-context-sync.exp: New file.
11770 * gdb.mi/user-selected-context-sync.c: New file.
11771
117722016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11773 Simon Marchi <simon.marchi@ericsson.com>
11774
11775 PR gdb/20487
11776 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11777 =thread-select-event check.
11778
117792016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11780
11781 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11782 the compulsory L operand changes.
11783 * gdb.arch/powerpc-power.s: Likewise.
11784
117852016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11786
11787 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11788 * gdb.base/jit-attach-pie.c: New file.
11789 * gdb.base/jit-attach-pie.exp: New file.
11790
117912016-09-28 Pedro Alves <palves@redhat.com>
11792
11793 * gdb.base/infcall-input.c: New file.
11794 * gdb.base/infcall-input.exp: New file.
11795
117962016-09-22 Yao Qi <yao.qi@linaro.org>
11797
11798 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11799 (gdb_exit): Rename it to ...
11800 (gdbserver_gdb_exit): ... Close GDBserver.
11801 (gdb_exit): New proc, call gdbserver_gdb_exit.
11802 (mi_gdb_exit): Likewise.
11803
118042016-09-22 Yao Qi <yao.qi@linaro.org>
11805
11806 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11807 path.
11808 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11809 Remove duplication.
11810
118112016-09-22 Yao Qi <yao.qi@linaro.org>
11812
11813 * lib/gdbserver-support.exp: Check the existence of
11814 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11815
118162016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11817
11818 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11819
118202016-09-21 Tom Tromey <tom@tromey.com>
11821
11822 PR gdb/20604:
11823 * gdb.base/quit.exp: New file.
11824
118252016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11826
11827 * .gitignore: New file.
11828
118292016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11830
11831 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11832 throughout.
11833
118342016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11835
11836 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11837
118382016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11839
11840 * gdb.cp/casts.cc (decltype): Move it ...
11841 (main): ... with its call to ...
11842 * gdb.cp/casts03.cc: ... a new file.
11843 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11844
118452016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11846
11847 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11848
118492016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11850
11851 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11852 and sync up the test with tests in gas/testsuite/gas/ppc.
11853 * gdb.arch/powerpc-power.exp: Likewise.
11854
118552016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11856
11857 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11858
118592016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11860 Jan Kratochvil <jan.kratochvil@redhat.com>
11861
11862 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11863 make m1's definition to be different from m2's. Use 'dummy' as an
11864 argument for probe 'two'.
11865
118662016-09-10 Jon Beniston <jon@beniston.com>
11867
11868 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11869 for sim target.
11870
118712016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11872
11873 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11874 variable declaration.
11875 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11876 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11877 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11878 received HWCAP as its argument.
11879
118802016-09-06 Pedro Alves <palves@redhat.com>
11881
11882 * gdb.base/new-ui-pending-input.c: New file.
11883 * gdb.base/new-ui-pending-input.exp: New file.
11884 * gdb.exp (clear_gdb_spawn_id): New procedure.
11885 (with_spawn_id): Check whether gdb_spawn_id exists before
11886 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11887 on exit.
11888
118892016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11890
11891 * gdb.base/float128.c: New file.
11892 * gdb.base/float128.exp: Likewise.
11893 * gdb.base/floatn.c: Likewise.
11894 * gdb.base/floatn.exp: Likewise.
11895
118962016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11897
11898 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11899
119002016-09-05 Pedro Alves <palves@redhat.com>
11901
11902 PR backtrace/19927
11903 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11904 unwinders are immediately called as side effect of "source" or
11905 "disable unwinder" commands.
11906 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11907
119082016-09-02 Yao Qi <yao.qi@linaro.org>
11909
11910 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11911 is true and $type is "float" or "double".
11912
119132016-09-02 Yao Qi <yao.qi@linaro.org>
11914
11915 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11916 true.
11917 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11918 * gdb.base/call-rt-st.exp: Likewise.
11919 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11920 return value instead of gdb,skip_float_test.
11921 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11922 (do_function_calls): Use its return value instead of
11923 gdb,skip_float_test.
11924 * gdb.base/finish.exp: Likewise.
11925 * gdb.base/funcargs.exp: Likewise.
11926 * gdb.base/return.exp: Likewise.
11927 * gdb.base/return2.exp: Likewise.
11928 * gdb.base/varargs.exp: Likewise.
11929 * lib/gdb.exp (gdb_skip_float_test): Change it to
11930 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11931
119322016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11933
11934 * gdb.multi/tids.exp: Test "thread apply all".
11935
119362016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11937
11938 * gdb.base/default.exp (tty): Remove.
11939
119402016-08-24 Kevin Buettner <kevinb@redhat.com>
11941
11942 * gdb.python/py-recurse-unwind.c: New file.
11943 * gdb.python/py-recurse-unwind.py: New file.
11944 * gdb.python/py-recurse-unwind.exp: New file.
11945
119462016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11947
11948 * gdb.base/set-inferior-tty.exp: New file.
11949 * gdb.base/set-inferior-tty.c: New file.
11950
119512016-08-23 Pedro Alves <palves@redhat.com>
11952
11953 PR gdb/20494
11954 * gdb.base/new-ui-echo.c: New file.
11955 * gdb.base/new-ui-echo.exp: New file.
11956
119572016-08-23 Yao Qi <yao.qi@linaro.org>
11958
11959 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11960 gdbserver_spawn.
11961 * gdb.server/connect-without-multi-process.exp (do_test):
11962 Likewise.
11963
119642016-08-23 Yao Qi <yao.qi@linaro.org>
11965
11966 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11967 standalone_txt. Delete gdb_txt and standalone_txt on host
11968 and target. Spawn the binary on target. Copy files from
11969 target to host.
11970
119712016-08-22 Pedro Alves <palves@redhat.com>
11972
11973 PR gdb/20505
11974 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11975 with_test_prefix. Factor out bits to ...
11976 (test_no_vdso): ... this new procedure.
11977
119782016-08-19 Carl Love <cel@us.ibm.com>
11979
11980 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11981 maintaining separate logic for constructing the output path.
11982 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11983 * gdb.arch/ppc-dfp.exp: Likewise.
11984 * gdb.arch/ppc-fp.exp: Likewise.
11985 * gdb.arch/vsx-regs.exp: Likewise.
11986 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11987 binprefix for generating the additional binary files.
11988
119892016-08-19 Pedro Alves <palves@redhat.com>
11990
11991 * gdb.trace/mi-trace-frame-collected.exp
11992 (test_trace_frame_collected): On x32, expect two registers.
11993
119942016-08-18 Carl Love <cel@us.ibm.com>
11995
11996 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11997 and sync up the test with tests in gas/testsuite/gas/ppc.
11998 * gdb.arch/powerpc-power.exp: Likewise.
11999
120002016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12001
12002 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
12003 expected error message.
12004
120052016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12006
12007 * gdb.multi/remove-inferiors.exp: New file.
12008 * gdb.multi/remove-inferiors.c: New file.
12009
120102016-08-12 Yao Qi <yao.qi@linaro.org>
12011
12012 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12013 argument list.
12014
120152016-08-10 Pedro Alves <palves@redhat.com>
12016
12017 PR gdb/19187
12018 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12019 setup_kfails.
12020
120212016-08-09 Pedro Alves <palves@redhat.com>
12022 Simon Marchi <simon.marchi@ericsson.com>
12023
12024 PR gdb/20418
12025 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12026 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12027
120282016-08-09 Pedro Alves <palves@redhat.com>
12029
12030 PR mi/20431
12031 * gdb.mi/mi-cmd-error.exp: New file.
12032
120332016-08-09 Pedro Alves <palves@redhat.com>
12034
12035 PR gdb/18653
12036 * gdb.base/signals-state-child.c: New file.
12037 * gdb.base/signals-state-child.exp: New file.
12038 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12039
120402016-08-09 Pedro Alves <palves@redhat.com>
12041
12042 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12043
120442016-08-03 Tom Tromey <tom@tromey.com>
12045
12046 PR python/18565:
12047 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12048
120492016-08-01 Yao Qi <yao.qi@linaro.org>
12050
12051 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12052 variable mode to "multi-process" if $multi_process is 1, otherwise
12053 set it to "single-process".
12054
120552016-08-01 Yao Qi <yao.qi@linaro.org>
12056
12057 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12058 * gdb.cp/cpexprs.exp: Likewise.
12059 * gdb.cp/m-static.exp: Likewise.
12060
120612016-07-26 Tom Tromey <tom@tromey.com>
12062
12063 PR python/20190:
12064 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12065 test.
12066
120672016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12068
12069 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12070 selecting assembly source files.
12071 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12072 assembly source files.
12073 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12074 assembly source files.
12075 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12076 selecting assembly source files.
12077
120782016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12079
12080 * gdb.base/new-ui.exp (do_test_invalid_args): New
12081 procedure.
12082
120832016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12084
12085 * gdb.btrace/reconnect.c: New file.
12086 * gdb.btrace/reconnect.exp: New file.
12087
120882016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12089
12090 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12091 to test_catch_syscall_group.
12092 (test_catch_syscall_group): New.
12093
120942016-07-21 Tom Tromey <tom@tromey.com>
12095
12096 * gdb.rust/simple.rs (main): Use empty struct expression.
12097 * gdb.rust/simple.exp: Add tests for empty struct expression.
12098
120992016-07-21 Yao Qi <yao.qi@linaro.org>
12100
12101 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12102 if gdb_skip_xml_test is true on some targets.
12103
121042016-07-21 Yao Qi <yao.qi@linaro.org>
12105
12106 * gdb.server/solib-list.exp: Unset last_loaded_file.
12107
121082016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12109
12110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12111 "step into captured_main (args)".
12112
121132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12114
12115 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12116
121172016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12118
12119 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12120
121212016-07-19 Pedro Alves <palves@redhat.com>
12122
12123 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12124 * gdb.opt/inline-bt.exp: Likewise.
12125 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12126 additional_flags=-Winline.
12127 * gdb.opt/inline-locals.exp: Likewise.
12128 * gdb.opt/inline-markers.c (ATTR): Define.
12129 (inlined_fn): Use it.
12130
121312016-07-19 Yao Qi <yao.qi@linaro.org>
12132
12133 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12134 (test_with_self): Remove some code. Remove argument executable.
12135 (top-level): Use do_self_tests.
12136
121372016-07-15 Zachary Welch <zwelch@codesourcery.com>
12138 Don Breazeal <donb@codesourcery.com>
12139
12140 * gdb.base/maint.exp: Escape paths used in regular expressions.
12141 * gdb.stabs/weird.exp: Likewise.
12142
121432016-07-13 Tom Tromey <tom@tromey.com>
12144
12145 PR python/15620, PR python/18620:
12146 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12147 (test_bkpt_events): New procs.
12148
121492016-07-13 Tom Tromey <tom@tromey.com>
12150
12151 PR python/17698:
12152 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12153 test.
12154 (test_watchpoints): Likewise.
12155 (test_bkpt_pending): New proc.
12156
121572016-07-13 Tom Tromey <tom@tromey.com>
12158
12159 PR cli/18053:
12160 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12161 completion test.
12162
121632016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12164
12165 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12166 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12167 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12168 f_label.
12169 (g): Rename g_end_lbl to g_label.
12170 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12171 low_pc and high_pc.
12172 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12173
121742016-07-12 Tom Tromey <tom@tromey.com>
12175
12176 PR python/19293:
12177 * gdb.python/py-unwind-maint.exp: Update tests.
12178
121792016-07-12 Yao Qi <yao.qi@linaro.org>
12180
12181 * lib/selftest-support.exp (selftest_setup): Match the output
12182 when captured_main is inlined.
12183
121842016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12185
12186 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12187 New variables.
12188 (print this%a, print this%b, print this): New tests.
12189 * gdb.fortran/derived-types.f90 (this): New object and
12190 initialization.
12191
121922016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12193
12194 * gdb.ada/arraydim.exp: Remove extra directory level in build
12195 directory.
12196
121972016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12198
12199 * lib/ada.exp: Remove extra directory level in build directory.
12200 * gdb.ada/cond_lang.exp: Likewise.
12201 * gdb.ada/exec_changed.exp: Likewise.
12202 * gdb.ada/lang_switch.exp: Likewise.
12203
122042016-07-06 Manish Goregaokar <manish@mozilla.com>
12205
12206 * simple.rs: Add test for raw pointer subscripting.
12207 * simple.exp: Add test expectations.
12208
122092016-07-05 Yao Qi <yao.qi@linaro.org>
12210
12211 * gdb.mi/mi-reverse.exp: Match =record-started output.
12212
122132016-07-01 Pedro Alves <palves@redhat.com>
12214
12215 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12216 procedure.
12217 (jit_reader_test): Test the jit reader's unwinder.
12218 * gdb.base/jithost.c (jit_function_00_code): New global.
12219 (main): Use memcpy to fill in the mmapped code, instead of poking
12220 bytes manually here.
12221 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12222 value.
12223 (read_debug_info): Save the function's range.
12224 (read_sp): New function.
12225 (unwind_frame): Use it. Also unwind RBP.
12226 (get_frame_id): Use read_sp.
12227 (gdb_init_reader): Use calloc instead of malloc.
12228 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12229 parameter. Use gdb_test_multiple.
12230
122312016-07-01 Pedro Alves <palves@redhat.com>
12232 Antoine Tremblay <antoine.tremblay@ericsson.com>
12233
12234 * gdb.threads/process-dies-while-detaching.c: New file.
12235 * gdb.threads/process-dies-while-detaching.exp: New file.
12236
122372016-07-01 Pedro Alves <palves@redhat.com>
12238
12239 * gdb.multi/watchpoint-multi-exit.c: New file.
12240 * gdb.multi/watchpoint-multi-exit.exp: New file.
12241
122422016-06-30 Pedro Alves <palves@redhat.com>
12243
12244 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12245 unset inferior_spawn_id.
12246
122472016-06-30 Pedro Alves <palves@redhat.com>
12248
12249 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12250 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12251
122522016-06-29 Yao Qi <yao.qi@linaro.org>
12253
12254 * gdb.base/return.c: Add copyright header.
12255
122562016-06-29 Tom Tromey <tom@tromey.com>
12257
12258 PR python/20129:
12259 * gdb.python/py-framefilter.exp: Add tests for setting priority
12260 and disabling of non-existent frame filter.
12261
122622016-06-29 Yao Qi <yao.qi@linaro.org>
12263
12264 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12265 0x0f07ff.
12266
122672016-06-28 Yao Qi <yao.qi@linaro.org>
12268
12269 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12270 triplets. Start gdb, execute catch syscall, and continue. Check
12271 gdb's output to determine catch syscall is supported.
12272
122732016-06-27 Manish Goregaokar <manish@mozilla.com>
12274
12275 * gdb.rust/simple.rs: Add test for returning unit in a function.
12276 * gdb.rust/simple.exp: Add expectation for functions returning
12277 unit.
12278
122792016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12280
12281 * gdb.python/py-breakpoint-create-fail.c,
12282 gdb.python/py-breakpoint-create-fail.exp,
12283 gdb.python/py-breakpoint-create-fail.py: New testcase.
12284
122852016-06-25 Manish Goregaokar <manish@mozilla.com>
12286
12287 PR gdb/20239
12288 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12289 * gdb.rust/simple.exp: Add test expectations for new NonZero
12290 tests.
12291
122922016-06-24 David Taylor <dtaylor@emc.com>
12293
12294 * gdb.base/offsets.exp: New file.
12295 * gdb.base/offsets.c: New file.
12296
122972016-06-23 Tom Tromey <tom@tromey.com>
12298
12299 PR gdb/16483:
12300 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12301 before any filters are loaded.
12302
123032016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12304
12305 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12306 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12307 structs.
12308 * gdb.fortran/derived-type-function.exp: New file.
12309 * gdb.fortran/derived-type-function.f90: New file.
12310
12311
123122016-06-21 Pedro Alves <palves@redhat.com>
12313
12314 * gdb.base/new-ui.exp: New file.
12315 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12316 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12317 (with_spawn_id): New procedure.
12318
123192016-06-21 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.mi/mi-exec-run.exp: New file.
12322
123232016-06-21 Pedro Alves <palves@redhat.com>
12324
12325 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12326 breakpoint command's output on the main UI.
12327 (test_break): New procedure, factored out from calls in the top
12328 level.
12329 (top level): Use foreach_with_prefix to test MI as main UI and as
12330 separate UI.
12331
123322016-06-21 Pedro Alves <palves@redhat.com>
12333
12334 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12335 (test_awatch_creation_and_listing)
12336 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12337 Remove 'type' parameter.
12338 (test_watchpoint_all): New parameter mi_mode. Remove
12339 with_test_prefix.
12340 (top level): Use foreach_with_prefix, and add main/separate UI MI
12341 testing axis.
12342
123432016-06-21 Pedro Alves <palves@redhat.com>
12344
12345 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12346 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12347 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12348 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12349 (gdb_main_spawn_id, mi_spawn_id): Declare and
12350 comment.
12351 (mi_create_inferior_pty): New procedure,
12352 factored out from default_mi_gdb_start.
12353 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12354 procedures.
12355 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12356 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12357 Use mi_create_inferior_pty.
12358 (mi_gdb_start): Use eval to pass down args list.
12359
123602016-06-21 Pedro Alves <palves@redhat.com>
12361
12362 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12363 * gdb.opt/inline-cmds.exp: Add MI tests.
12364
123652016-06-21 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12368
123692016-06-21 Pedro Alves <palves@redhat.com>
12370
12371 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12372 (top level): Use it instead of mi_execute_to.
12373
123742016-06-21 Pedro Alves <palves@redhat.com>
12375
12376 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12377 (cont_handler_str): New.
12378 (signal_stop_handler): Set stop_handler_str instead of printing to
12379 stdout.
12380 (continue_handler): Set cont_handler_str instead of printing to
12381 stdout.
12382 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12383 mi_send_resuming_command. Print stop_handler_str and
12384 cont_handler_str instead of expecting the python events print
12385 directly.
12386
123872016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12388
12389 * gdb.base/jit-reader.exp: New file.
12390 * gdb.base/jithost.c: New file.
12391 * gdb.base/jithost.h: New file.
12392 * gdb.base/jitreader.c : New file.
12393 * gdb.base/jit-protocol.h: New file.
12394
123952016-06-17 Yao Qi <yao.qi@linaro.org>
12396
12397 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12398 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12399 and detach-on-fork. Adjust tests.
12400 (top level): Invoke break_cond_on_syscall with combinations of
12401 syscall, follow-fork-mode and detach-on-fork.
12402
124032016-06-17 Yao Qi <yao.qi@linaro.org>
12404
12405 * gdb.base/step-over-exit.c: New.
12406 * gdb.base/step-over-exit.exp: New.
12407
124082016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12409
12410 * gdb.base/float.exp: Add target check for nds32*-*-*.
12411 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12412
124132016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12414
12415 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12416 for unsupported target features.
12417 * gdb.base/call-rt-st.exp: Likewise.
12418 * gdb.base/call-sc.exp: Likewise.
12419 * gdb.base/call-signal-resume.exp: Likewise.
12420 * gdb.base/call-strs.exp: Likewise.
12421 * gdb.base/callexit.exp: Likewise.
12422 * gdb.base/callfuncs.exp: Likewise.
12423 * gdb.base/nodebug.exp: Likewise.
12424 * gdb.base/printcmds.exp: Likewise.
12425 * gdb.base/ptype.exp: Likewise.
12426 * gdb.base/structs.exp: Likewise.
12427 * gdb.base/unwindonsignal.exp: Likewise.
12428 * gdb.cp/gdb2495.exp: Likewise.
12429 * gdb.cp/templates.exp: Likewise.
12430 * gdb.cp/virtfunc.exp: Likewise.
12431 * gdb.threads/hand-call-in-threads.exp: Likewise.
12432 * gdb.threads/interrupted-hand-call.exp: Likewise.
12433 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12434
124352016-06-10 Tom Tromey <tom@tromey.com>
12436
12437 PR rust/20110:
12438 * gdb.rust/expr.exp: Add test for integer constant larger than
12439 i32.
12440
124412016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12442
12443 * gdb.fortran/nested-funcs.exp: New.
12444 * gdb.fortran/nested-funcs.f90: New.
12445
124462016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12447
12448 * gdb.base/examine-backward.c: New file.
12449 * gdb.base/examine-backward.exp: New file.
12450
124512016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12452
12453 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12454 matching.
12455
124562016-06-02 Tom Tromey <tom@tromey.com>
12457
12458 PR python/18984:
12459 * gdb.python/py-shared.exp: Add solib_name test.
12460
124612016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12462
12463 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12464
124652016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12466
12467 PR c++/19893
12468 * gdb.dwarf2/implref.exp: Rename to...
12469 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12470 * gdb.dwarf2/implref-array.c: New file.
12471 * gdb.dwarf2/implref-array.exp: Likewise.
12472 * gdb.dwarf2/implref-global.c: Likewise.
12473 * gdb.dwarf2/implref-global.exp: Likewise.
12474 * gdb.dwarf2/implref-struct.c: Likewise.
12475 * gdb.dwarf2/implref-struct.exp: Likewise.
12476
124772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12478
12479 * gdb.trace/trace-condition.exp: Add 64bit tests.
12480
124812016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12482
12483 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12484 bits types.
12485 (main): Adapt to 8 to 64 bits types.
12486 * gdb.trace/trace-condition.exp: Add new tests.
12487
124882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12489
12490 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12491
124922016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12493
12494 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12495 Move condition tests...
12496 * gdb.trace/trace-condition.exp: Here.
12497
124982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12499
12500 * gdb.trace/trace-condition.exp: Add counter-case tests.
12501
125022016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12503
12504 PR c++/15231
12505 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12506 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12507
125082016-05-27 Pedro Alves <palves@redhat.com>
12509
12510 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12511 New procedure.
12512 (top level): Call it, and bail out of DejaGnu is known to be bad.
12513
125142016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12515
12516 * gdb.base/whatis.c: Extend the test case.
12517 * gdb.base/whatis.exp: Add additional tests.
12518
125192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12520
12521* gdb.fortran/type.f90: Add pointer variable.
12522* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12523
125242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12525
12526 * gdb.fortran/vla-type.exp: Fix testcase name.
12527
125282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12529
12530 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12531
125322016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12533
12534 * gdb.fortran/type.f90: Add nested structures.
12535 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12536 * gdb.fortran/derived-type.exp: Adapt expected output.
12537 * gdb.fortran/vla-type.exp: Adapt expected output.
12538
125392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12540
12541 * gdb.fortran/whatis_type.exp: Adapt expected output.
12542
125432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12544
12545 * gdb.fortran/print_type.exp: Fix expected output.
12546 * gdb.fortran/whatis_type.exp: Fix expected output.
12547
125482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12549
12550 * gdb.fortran/whatis_type.exp: Use multi_line.
12551
125522016-05-24 Tom Tromey <tom@tromey.com>
12553
12554 PR python/17386:
12555 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12556 use value as an index.
12557
125582016-05-23 Tom Tromey <tom@tromey.com>
12559
12560 PR python/17981:
12561 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12562 no-breakpoint case.
12563
125642016-05-24 Pedro Alves <palves@redhat.com>
12565
12566 PR gdb/19828
12567 * gdb.threads/clone-attach-detach.c: New file.
12568 * gdb.threads/clone-attach-detach.exp: New file.
12569
125702016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12571
12572 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12573
125742016-05-23 Tom Tromey <tom@tromey.com>
12575
12576 PR python/19438, PR python/18393:
12577 * gdb.python/py-progspace.exp: Add "dir" test.
12578 * gdb.python/py-objfile.exp: Add "dir" test.
12579
125802016-05-23 Yao Qi <yao.qi@linaro.org>
12581
12582 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12583 * gdb.arch/thumb2-it.exp: Likewise.
12584
125852016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12586
12587 * gdb.mi/mi-threads-interrupt.c: New file.
12588 * gdb.mi/mi-threads-interrupt.exp: New file.
12589
125902016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12591
12592 PR gdb/18077
12593 * gdb.mi/mi-async-run.exp: New file.
12594 * gdb.mi/mi-async-run.c: New file.
12595
125962016-05-17 Tom Tromey <tom@tromey.com>
12597 Manish Goregaokar <manishsmail@gmail.com>
12598
12599 * lib/rust-support.exp: New file.
12600 * lib/gdb.exp (skip_rust_tests): New proc.
12601 (build_executable_from_specs): Handle rust.
12602 * lib/future.exp (gdb_find_rustc): New proc.
12603 (gdb_default_target_compile): Handle rust.
12604 * gdb.rust/expr.exp: New file.
12605 * gdb.rust/generics.exp: New file.
12606 * gdb.rust/generics.rs: New file.
12607 * gdb.rust/methods.exp: New file.
12608 * gdb.rust/methods.rs: New file.
12609 * gdb.rust/modules.exp: New file.
12610 * gdb.rust/modules.rs: New file.
12611 * gdb.rust/simple.exp: New file.
12612 * gdb.rust/simple.rs: New file.
12613
126142016-05-17 Tom Tromey <tom@tromey.com>
12615
12616 * gdb.base/default.exp (set language): Add rust.
12617
126182016-05-17 Tom Tromey <tom@tromey.com>
12619
12620 * gdb.gdb/unittest.exp: New file.
12621
126222016-05-16 Yao Qi <yao.qi@linaro.org>
12623
12624 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12625 shell_prompt. Update shell_prompt_re.
12626
126272016-05-12 Doug Evans <dje@google.com>
12628
12629 PR symtab/19999
12630 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12631 $options when building executable.
12632 * gdb.dwarf2/fission-loclists-pie.S: New file.
12633 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12634
126352016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12636
12637 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12638 of [is_remote target],
12639
126402016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12641
12642 * lib/gdb.exp (use_gdb_stub): New procedure.
12643
126442016-05-03 Yunlian Jiang <yunlian@google.com>
12645 Doug Evans <dje@google.com>
12646
12647 PR symtab/19914
12648 * gdb.dwarf2/dwp-sepdebug.c: New file.
12649 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12650
126512016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12652
12653 * gdb.base/detach.exp: Remove is_remote check.
12654
126552016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12656
12657 * gdb.base/annota-input-while-running.exp: Don't check for
12658 [is_remote target]. Enable annotations after running to main.
12659 Remove unused "set test..." line.
12660
126612016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12662
12663 * gdb.trace/trace-enable-disable.exp: New file.
12664 * gdb.trace/trace-enable-disable.c: New file.
12665
126662016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12667
12668 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12669 use it in info sharedlibrary test.
12670 * gdb.trace/ftrace-lock.exp: Likewise.
12671 * gdb.trace/ftrace.exp: Likewise.
12672 * gdb.trace/range-stepping.exp: Likewise.
12673 * gdb.trace/trace-break.exp: Likewise.
12674 * gdb.trace/trace-condition.exp: Likewise.
12675 * gdb.trace/trace-mt.exp: Likewise.
12676
126772016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12678
12679 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12680 (gdb_load_shlib): ... this.
12681 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12682 gdb_load_shlib.
12683 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12684 * gdb.base/ctxobj.exp: Likewise.
12685 * gdb.base/dprintf-pending.exp: Likewise.
12686 * gdb.base/dso2dso.exp: Likewise.
12687 * gdb.base/fixsection.exp: Likewise.
12688 * gdb.base/gcore-relro.exp: Likewise.
12689 * gdb.base/gdb1555.exp: Likewise.
12690 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12691 * gdb.base/gnu-ifunc.exp: Likewise.
12692 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12693 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12694 * gdb.base/pending.exp: Likewise.
12695 * gdb.base/print-file-var.exp: Likewise.
12696 * gdb.base/print-symbol-loading.exp: Likewise.
12697 * gdb.base/shlib-call.exp: Likewise.
12698 * gdb.base/shreloc.exp: Likewise.
12699 * gdb.base/so-impl-ld.exp: Likewise.
12700 * gdb.base/solib-disc.exp: Likewise.
12701 * gdb.base/solib-nodir.exp: Likewise.
12702 * gdb.base/solib-overlap.exp: Likewise.
12703 * gdb.base/solib-symbol.exp: Likewise.
12704 * gdb.base/solib-weak.exp (do_test): Likewise.
12705 * gdb.base/sym-file.exp: Likewise.
12706 * gdb.base/symtab-search-order.exp: Likewise.
12707 * gdb.base/type-opaque.exp: Likewise.
12708 * gdb.base/unload.exp: Likewise.
12709 * gdb.base/watchpoint-solib.exp: Likewise.
12710 * gdb.compile/compile.exp: Likewise.
12711 * gdb.cp/gdb2384.exp: Likewise.
12712 * gdb.cp/infcall-dlopen.exp: Likewise.
12713 * gdb.cp/re-set-overloaded.exp: Likewise.
12714 * gdb.fortran/library-module.exp: Likewise.
12715 * gdb.opt/solib-intra-step.exp: Likewise.
12716 * gdb.python/py-finish-breakpoint.exp: Likewise.
12717 * gdb.python/py-shared.exp: Likewise.
12718 * gdb.reverse/solib-precsave.exp: Likewise.
12719 * gdb.reverse/solib-reverse.exp: Likewise.
12720 * gdb.server/solib-list.exp: Likewise.
12721 * gdb.threads/dlopen-libpthread.exp: Likewise.
12722 * gdb.threads/tls-shared.exp: Likewise.
12723 * gdb.threads/tls-so_extern.exp: Likewise.
12724 * gdb.trace/change-loc.exp: Likewise.
12725 * gdb.trace/ftrace-lock.exp: Likewise.
12726 * gdb.trace/ftrace.exp: Likewise.
12727 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12728 * gdb.trace/pending.exp: Likewise.
12729 * gdb.trace/range-stepping.exp: Likewise.
12730 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12731 (strace_info_marker): Likewise.
12732 (strace_probe_marker): Likewise.
12733 (strace_trace_on_same_addr): Likewise.
12734 (strace_trace_on_diff_addr): Likewise.
12735 * gdb.trace/trace-break.exp: Likewise.
12736 * gdb.trace/trace-condition.exp: Likewise.
12737 * gdb.trace/trace-mt.exp: Likewise.
12738
127392016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12740
12741 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12742 result of gdb_remote_download.
12743 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12744 * gdb.base/dso2dso.exp: Likewise.
12745 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12746 * gdb.base/print-file-var.exp: Likewise.
12747 * gdb.base/shlib-call.exp: Likewise.
12748 * gdb.base/shreloc.exp: Likewise.
12749 * gdb.base/solib-overlap.exp: Likewise.
12750 * gdb.base/solib-weak.exp (do_test): Likewise.
12751 * gdb.base/unload.exp: Likewise.
12752
127532016-04-27 Yao Qi <yao.qi@linaro.org>
12754
12755 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12756 exists.
12757
127582016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12759
12760 * vla-type.exp: Print structure from toplevel.
12761
127622016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12763
12764 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12765 of dynamic types.
12766 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12767 of dynamic types.
12768
127692016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12770
12771 * gdb.fortran/vla-type.f90: New file.
12772 * gdb.fortran/vla-type.exp: New file.
12773
127742016-04-25 Yao Qi <yao.qi@linaro.org>
12775
12776 * gdb.base/branch-to-self.c: New file.
12777 * gdb.base/branch-to-self.exp: New file.
12778
127792016-04-22 Yao Qi <yao.qi@linaro.org>
12780
12781 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12782 more after $hex.
12783
127842016-04-22 Yao Qi <yao.qi@linaro.org>
12785
12786 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12787 * gdb.base/annota3.exp: Likewise.
12788
127892016-04-22 Yao Qi <yao.qi@linaro.org>
12790
12791 * gdb.reverse/step-precsave.exp: Do one step and test program
12792 stops in "callee" and do multiple steps until program goes out
12793 of "callee".
12794 * gdb.reverse/step-reverse.exp: Likewise.
12795
127962016-04-22 Yao Qi <yao.qi@linaro.org>
12797
12798 * gdb.trace/signal.exp: Also pass if
12799 $tracepoint_hits($i) > $iterations.
12800
128012016-04-22 Yao Qi <yao.qi@linaro.org>
12802
12803 * gdb.trace/signal.c: New file.
12804 * gdb.trace/signal.exp: New file.
12805
128062016-04-19 Doug Evans <xdje42@gmail.com>
12807
12808 * gdb.base/bad-file.exp: New file.
12809
128102016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12811
12812 * gdb.dwarf2/implref.exp: New file.
12813
128142016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12815
12816 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12817 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12818 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12819 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12820 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12821 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12822 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12823 * lib/fortran.exp (fortran_int4): New procedure.
12824 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12825 (fortran_logical4): Likewise.
12826
128272016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12828
12829 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12830
128312016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12832
12833 * lib/compiler.c: Add Intel specific preprocessor macros.
12834 * lib/compiler.cc: Likewise.
12835
128362016-04-13 Luis Machado <lgustavo@codesourcery.com>
12837
12838 * gdb.server/connect-with-no-symbol-file.c: New file.
12839 * gdb.server/connect-with-no-symbol-file.exp: New file.
12840
128412016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12842
12843 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12844
128452016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12846
12847 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12848 standard output directory.
12849
128502016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12851
12852 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12853
128542016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12855
12856 * gdb.btrace/instruction_history.c (loop): Add declaration.
12857
128582016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12859
12860 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12861
128622016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12863
12864 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12865 parentheses to print.
12866 (continue_handler): Likewise.
12867
128682016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12869
12870 * gdb.server/solib-list.exp: Remove is_remote check.
12871 Pass shlib= to gdb_compile. Don't link shared library with
12872 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12873 Run binary filename through "readlink -f" on the target.
12874
128752016-04-08 Pedro Alves <palves@redhat.com>
12876
12877 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12878 interpreter filename as argument to gdbserver_spawn.
12879 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12880 Return empty if $last_loaded_file does not exist.
12881
128822016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12885 * gdb.base/jit-main.c: Use exit after usage.
12886
128872016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12888
12889 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12890 GDBHISTSIZE prior to the tests.
12891 * gdb.base/gdbinit-history.exp: Likewise.
12892
128932016-04-07 Pedro Alves <palves@redhat.com>
12894
12895 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12896 instead of build_executable. Use gdb_load_shlibs.
12897
128982016-04-07 Yao Qi <yao.qi@linaro.org>
12899
12900 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12901 Execute "si" command.
12902
129032016-04-07 Yao Qi <yao.qi@linaro.org>
12904
12905 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12906 number instead of the comments on some line.
12907
129082016-04-06 Don Breazeal <donb@codesourcery.com>
12909
12910 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12911 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12912
129132016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12914
12915 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12916 standard_output_file. Remove unused binfile variable.
12917
129182016-04-05 Catalin Udma <catalin.udma@freescale.com>
12919
12920 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12921 * gdb.python/py-mi-objfile.exp: Match "list main" output
12922 in console format.
12923
129242016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12925
12926 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12927 absolute.
12928
129292016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12930
12931 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12932 absolute.
12933 * gdb.trace/ftrace.exp: Likewise.
12934 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12935 targets as well.
12936 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12937 (gdb_load_shlibs): Copy libraries to test directory when testing
12938 natively. Only set solib-search-path if testing remotely.
12939 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12940
129412016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12942
12943 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12944 gdb_download. Use it even if the target is not remote.
12945 * gdb.base/jit.exp (compile_jit_test): Likewise.
12946 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12947 output directory if the destination board is local, otherwise use
12948 the standard remote_download from DejaGnu.
12949 (gdb_download): Remove.
12950 (gdb_load_shlibs): Use gdb_remote_download instead of
12951 gdb_download.
12952 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12953 Use gdb_remote_download instead of gdb_download. Use it even if
12954 the target is not remote.
12955 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12956 instead of gdb_download.
12957
129582016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12959
12960 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12961 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12962 run.
12963
129642016-04-01 Artemiy Volkov <artemiyv@acm.org>
12965
12966 PR gdb/19820
12967 * gdb.base/printcmds.exp: Add artificial arrays tests.
12968
129692016-03-31 Pedro Alves <palves@redhat.com>
12970
12971 PR gdb/19858
12972 * gdb.base/jit-main.c: Include unistd.h.
12973 (ATTACH): Define to 0 if not already defined.
12974 (wait_for_gdb, mypid): New globals.
12975 (WAIT_FOR_GDB): New macro.
12976 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12977 some breakpoint locations.
12978 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12979 New procedures.
12980 (one_jit_test): Add REATTACH parameter, and handle it. Use
12981 continue_to_test_location.
12982 (top level): Test attach, and adjusts calls to one_jit_test.
12983
129842016-03-31 Pedro Alves <palves@redhat.com>
12985
12986 PR gdb/19858
12987 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12988 BINSUFFIX parameter, and handle it.
12989 (top level): Adjust calls compile_jit_test.
12990
129912016-03-31 Catalin Udma <catalin.udma@freescale.com>
12992
12993 PR python/19743
12994 * gdb.python/py-mi-events-gdb.py: New file.
12995 * gdb.python/py-mi-events.c: New file.
12996 * gdb.python/py-mi-events.exp: New file.
12997
129982016-03-30 Yao Qi <yao.qi@linaro.org>
12999
13000 * gdb.reverse/until-precsave.exp: Match function name only.
13001 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
13002 Move malloc to a condition block.
13003 * gdb.reverse/until-reverse.exp: Match function name only.
13004
130052016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13006
13007 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13008 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13009 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13010 variable for GPR 0 instead of assuming it is register 0.
13011 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13012 * lib/trace-support.exp: Add s390 registers.
13013
130142016-03-29 Yao Qi <yao.qi@linaro.org>
13015
13016 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13017
130182016-03-24 Yao Qi <yao.qi@linaro.org>
13019
13020 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13021 test message.
13022
130232016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13024
13025 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13026 maintaining separate logic for constructing the output path.
13027
130282016-03-16 Don Breazeal <donb@codesourcery.com>
13029
13030 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13031 Retry fork and waitpid on interrupted system call errors.
13032 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13033 Use with_timeout_factor to increase timeout by factor of 10.
13034
130352016-03-15 Don Breazeal <donb@codesourcery.com>
13036
13037 * gdb.cp/scope-err.cc: New test program.
13038 * gdb.cp/scope-err.exp: New test script.
13039 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13040 lines and "set breakpoint here" comment.
13041 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13042 Fixed some whitespace and format issues.
13043 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13044 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13045
130462016-03-15 Doug Evans <dje@google.com>
13047
13048 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13049 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13050 All callers updated. Add tests for enums, mixed flags register.
13051
130522016-03-15 Doug Evans <dje@google.com>
13053
13054 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13055 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13056
130572016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13058
13059 * gdb.base/default.exp: Add $_as_string to the list of expected
13060 convenience functions.
13061
130622016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13063
13064 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13065
130662016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13067
13068 * gdb.python/py-as-string.exp: New file.
13069 * gdb.python/py-as-string.c: New file.
13070
130712016-03-09 Pedro Alves <palves@redhat.com>
13072
13073 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13074 signal" -> "Thread NN received signal" output change.
13075 * gdb.threads/ia64-sigill.exp: Likewise.
13076 * gdb.threads/linux-dp.exp: Likewise.
13077 * gdb.threads/manythreads.exp: Likewise.
13078 * gdb.threads/pending-step.exp: Likewise.
13079 * gdb.threads/print-threads.exp: Likewise.
13080 * gdb.threads/sigstep-threads.exp: Likewise.
13081 * gdb.threads/staticthreads.exp: Likewise.
13082 * gdb.threads/tls.exp: Likewise.
13083
130842016-03-09 Pedro Alves <palves@redhat.com>
13085
13086 * gdb.base/command-line-input.exp: New file.
13087
130882016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13089
13090 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13091 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13092 * gdb.trace/pending.exp: Accept leading dot before function name.
13093 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13094 * lib/trace-support.exp: Set registers for ppc.
13095
130962016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13097
13098 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13099 use it for disassembly; accept .main in addition to main in backtrace.
13100
131012016-03-09 Wei-cheng Wang <cole945@gmail.com>
13102 Marcin Kościelnicki <koriakin@0x04.net>
13103
13104 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13105 (gdb_recursion_test_ptr): New global variable.
13106 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13107 gdb_recursion_test.
13108 (gdb_c_test): Ditto.
13109
131102016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13111
13112 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13113 ordering.
13114
131152016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13116
13117 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13118 (bar): Add bar_start_lbl label.
13119 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13120 of foo/bar for emitting DWARF and tracing.
13121
131222016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13123
13124 * analyze-racy-logs.py: Set executable bit.
13125
131262016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13127
13128 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13129 (CHECK_TARGET_TMP): Likewise.
13130 (check-single-racy): New rule.
13131 (check-parallel-racy): Likewise.
13132 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13133 (do-check-parallel-racy): New rule.
13134 (check-racy/%.exp): Likewise.
13135 * README (Racy testcases): New section.
13136 * analyze-racy-logs.py: New file.
13137
131382016-03-03 Doug Evans <dje@google.com>
13139
13140 * gdb.base/skip.exp: Use with_test_prefix.
13141
131422016-03-03 Yao Qi <yao.qi@linaro.org>
13143
13144 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13145 Invoke step_over_syscall "clone" and break_cond_on_syscall
13146 "clone".
13147 * gdb.base/step-over-clone.c: New file.
13148
131492016-03-03 Yao Qi <yao.qi@linaro.org>
13150
13151 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13152 code format.
13153
131542016-03-03 Yao Qi <yao.qi@linaro.org>
13155
13156 * gdb.base/disp-step-fork.c: Rename to ...
13157 * gdb.base/step-over-fork.c: ... it. New file.
13158 * gdb.base/disp-step-vfork.c: Rename to ...
13159 * gdb.base/step-over-vfork.c: ... it. New file.
13160 * gdb.base/disp-step-syscall.exp: Rename to ...
13161 * gdb.base/step-over-syscall.exp: ... it. New file.
13162 (disp_step_cross_syscall): Rename to ...
13163 (step_over_syscall): ... it.
13164
131652016-03-03 Yao Qi <yao.qi@linaro.org>
13166
13167 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13168 If target supports condition evaluation on target, invoke
13169 break_cond_on_syscall for fork and vfork.
13170
131712016-03-03 Yao Qi <yao.qi@linaro.org>
13172
13173 * gdb.base/disp-step-syscall.exp: Don't invoke
13174 support_displaced_stepping.
13175 (disp_step_cross_syscall): Test with displaced stepping off and
13176 on if supported.
13177
131782016-03-03 Yao Qi <yao.qi@linaro.org>
13179
13180 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13181 proc.
13182 (setup): New proc.
13183 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13184 and setup.
13185
131862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13187
13188 * gdb.fortran/vla-history.exp: Remove breakpoint.
13189
131902016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13191
13192 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13193 exceeds timeout.
13194
131952016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13196
13197 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13198 breakpoint.
13199
132002016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13201
13202 * gdb.mi/vla.f90: Nullify pointer after declaration.
13203
132042016-03-01 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13207
132082016-03-01 Pedro Alves <palves@redhat.com>
13209
13210 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13211 before anything else.
13212 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13213 _GNU_SOURCE here.
13214 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13215 before anything else.
13216 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13217
132182016-03-01 Pedro Alves <palves@redhat.com>
13219
13220 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13221
132222016-03-01 Yao Qi <yao.qi@linaro.org>
13223
13224 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13225 prepare_for_testing.
13226
132272016-03-01 Yao Qi <yao.qi@linaro.org>
13228
13229 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13230
132312016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13232
13233 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13234 manually constructing the output path.
13235
132362016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13237
13238 * gdb.arch/s390-stackless.S: New.
13239 * gdb.arch/s390-stackless.exp: New.
13240
132412016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13242
13243 * gdb.dlang/circular.c: New file.
13244 * gdb.dlang/circular.exp: New file.
13245
132462016-02-26 Yao Qi <yao.qi@linaro.org>
13247
13248 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13249 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13250 (testcases): Update.
13251
132522016-02-26 Yao Qi <yao.qi@linaro.org>
13253
13254 * gdb.reverse/aarch64.c: Rename to ...
13255 * gdb.reverse/insn-reverse.c: ... it.
13256 * gdb.reverse/aarch64.exp: Rename to ...
13257 * gdb.reverse/insn-reverse.exp: ... it.
13258
132592016-02-26 Yao Qi <yao.qi@linaro.org>
13260
13261 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13262 (testcase_ftype): New.
13263 (testcases): New array.
13264 (n_testcases): New.
13265 (main): Call each element in testcases.
13266 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13267 (read_testcase): New.
13268 Do the tests in a loop.
13269
132702016-02-25 Yao Qi <yao.qi@linaro.org>
13271
13272 * gdb.base/branches.c: Remove.
13273
132742016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13275
13276 PR gdb/13808
13277 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13278
132792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13280
13281 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13282
132832016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13284
13285 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13286 change x86_64 call_insn to 'callq'.
13287
132882016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13289
13290 * gdb.trace/tfile-avx.c: Move to...
13291 * gdb.trace/tracefile-pseudo-reg.c: Here.
13292 * gdb.trace/tfile-avx.exp: Move to...
13293 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13294
132952016-02-24 Gary Benson <gbenson@redhat.com>
13296
13297 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13298 message on attach.
13299
133002016-02-23 Doug Evans <dje@google.com>
13301
13302 * gdb.base/skip.c (test_skip): New function.
13303 (end_test_skip_file_and_function): New function.
13304 (test_skip_file_and_function): New function.
13305 * gdb.base/skip1.c (test_skip): New function.
13306 (skip1_test_skip_file_and_function): New function.
13307 * gdb.base/skip.exp: Add tests for new skip options.
13308 * gdb.base/skip-solib.exp: Update expected output.
13309 * gdb.perf/skip-command.cc: New file.
13310 * gdb.perf/skip-command.exp: New file.
13311 * gdb.perf/skip-command.py: New file.
13312
133132016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13314
13315 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13316 info registers pattern.
13317
133182016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13319
13320 * lib/future.exp: Add D support.
13321 (gdb_find_gdc): New proc.
13322 (gdb_default_target_compile): Add D support.
13323
133242016-02-18 Wei-cheng Wang <cole945@gmail.com>
13325
13326 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13327 user+system time.
13328 (trace_speed_test): Determine the iteration count for a time
13329 between 15..30 seconds.
13330
133312016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13332
13333 * gdb.arch/i386-mpx-sigsegv.c: New file.
13334 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13335 * gdb.arch/i386-mpx-simple_segv.c: New file.
13336 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13337
133382016-02-18 Yao Qi <yao.qi@linaro.org>
13339
13340 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13341 Don't call setup_kfail.
13342
133432016-02-18 Yao Qi <yao.qi@linaro.org>
13344
13345 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13346 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13347
133482016-02-16 Doug Evans <dje@google.com>
13349
13350 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13351 * gdb.base/skip1.c: Ditto.
13352 * gdb.base/skip.exp: Whitespace cleanup.
13353
133542016-02-16 Don Breazeal <donb@codesourcery.com>
13355
13356 PR remote/19496
13357 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13358 Remove kfail for PR remote/19496.
13359
133602016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13361
13362 * lib/gdb.exp (standard_temp_file): Return a path specific to
13363 the runtest invocation.
13364
133652016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13366
13367 * gdb.trace/save-trace.exp: Change relative path to be in the
13368 standard output directory.
13369
133702016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13371
13372 * gdb.arch/i386-prologue.c: Add missing prototypes.
13373
133742016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13375
13376 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13377 * gdb.arch/i386-prologue.exp: Likewise.
13378 * gdb.arch/i386-size.exp: Likewise.
13379
133802016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13381
13382 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13383 define object file path.
13384 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13385 file path.
13386 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13387 standard_output_file to define binfile.
13388
133892016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13390
13391 Fix compatibility with recent gfortran-5.3.1.
13392 * gdb.fortran/vla-history.exp (print vla1 allocated)
13393 (print vla2 allocated, print $2, print $3): Remove
13394 (print $4): Rename to ...
13395 (print $2): ... here.
13396 (print $9): Rename to ...
13397 (print $5): ... here.
13398 (print $10): Rename to ...
13399 (print $6): ... here.
13400 * gdb.fortran/vla.f90: Add pvla initialization.
13401
134022016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13403
13404 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13405 New test.
13406 * gdb.fortran/vla-value-sub.exp: Likewise.
13407
134082016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13409
13410 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13411
134122016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13413
13414 * i386-biarch-core.exp: Define corefile using
13415 standard_output_file.
13416
134172016-02-12 Yao Qi <yao.qi@linaro.org>
13418
13419 * gdb.arch/arm-single-step-kernel-helper.c: New.
13420 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13421
134222016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13423
13424 * gdb.btrace/tailcall-only.exp: New.
13425 * gdb.btrace/tailcall-only.c: New.
13426 * gdb.btrace/x86_64-tailcall-only.S: New.
13427 * gdb.btrace/i686-tailcall-only.S: New.
13428
134292016-02-11 Pedro Alves <palves@redhat.com>
13430
13431 * README (Parallel testing): Add missing double quotes.
13432
134332016-02-11 Pedro Alves <palves@redhat.com>
13434
13435 * README (Parallel testing): New section.
13436 (GDB_PARALLEL): Rewrite.
13437 (FORCE_PARALLEL): Document.
13438
134392016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13440
13441 * gdb.trace/tfile-avx.c: New test.
13442 * gdb.trace/tfile-avx.exp: New test.
13443
134442016-02-09 Keith Seitz <keiths@redhat.com>
13445
13446 PR breakpoints/19546
13447 * gdb.base/infcall-exec.c: New file.
13448 * gdb.base/infcall-exec2.c: New file.
13449 * gdb.base/infcall-exec.exp: New file.
13450
134512016-02-09 Keith Seitz <keiths@redhat.com>
13452
13453 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13454 (toplevel): Call test_bkpt_address.
13455
134562016-02-09 Keith Seitz <keiths@redhat.com>
13457
13458 PR python/19506
13459 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13460 (toplevel): Call test_bkpt_address.
13461
134622016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13463
13464 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13465 to AC_OUTPUT.
13466 * configure: Regenerate.
13467
134682016-02-09 Pedro Alves <palves@redhat.com>
13469
13470 PR breakpoints/19548
13471 * gdb.base/execl-update-breakpoints.c (some_function): New
13472 function.
13473 (main): Call it.
13474 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13475 Tighten expected GDB output.
13476
134772016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13478
13479 * Makefile.in (ALL_SUBDIRS): Remove.
13480 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13481 (distclean maintainer-clean realclean): Likewise.
13482 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13483 * configure: Regenerate.
13484 * gdb.ada/Makefile.in: Delete.
13485 * gdb.arch/Makefile.in: Likewise.
13486 * gdb.asm/Makefile.in: Likewise.
13487 * gdb.base/Makefile.in: Likewise.
13488 * gdb.btrace/Makefile.in: Likewise.
13489 * gdb.cell/Makefile.in: Likewise.
13490 * gdb.compile/Makefile.in: Likewise.
13491 * gdb.cp/Makefile.in: Likewise.
13492 * gdb.disasm/Makefile.in: Likewise.
13493 * gdb.dlang/Makefile.in: Likewise.
13494 * gdb.dwarf2/Makefile.in: Likewise.
13495 * gdb.fortran/Makefile.in: Likewise.
13496 * gdb.gdb/Makefile.in: Likewise.
13497 * gdb.go/Makefile.in: Likewise.
13498 * gdb.guile/Makefile.in: Likewise.
13499 * gdb.java/Makefile.in: Likewise.
13500 * gdb.linespec/Makefile.in: Likewise.
13501 * gdb.mi/Makefile.in: Likewise.
13502 * gdb.modula2/Makefile.in: Likewise.
13503 * gdb.multi/Makefile.in: Likewise.
13504 * gdb.objc/Makefile.in: Likewise.
13505 * gdb.opencl/Makefile.in: Likewise.
13506 * gdb.opt/Makefile.in: Likewise.
13507 * gdb.pascal/Makefile.in: Likewise.
13508 * gdb.perf/Makefile.in: Likewise.
13509 * gdb.python/Makefile.in: Likewise.
13510 * gdb.reverse/Makefile.in: Likewise.
13511 * gdb.server/Makefile.in: Likewise.
13512 * gdb.stabs/Makefile.in: Likewise.
13513 * gdb.threads/Makefile.in: Likewise.
13514 * gdb.trace/Makefile.in: Likewise.
13515 * gdb.xml/Makefile.in: Likewise.
13516 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13517 GDB_PARALLEL.
13518 (standard_output_file): Remove check for GDB_PARALLEL, always
13519 return path in outputs/$subdir/$testname.
13520
135212016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13522
13523 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13524 (site.exp): Assign abs_srcdir to tcl's srcdir.
13525
135262016-02-04 Yao Qi <yao.qi@linaro.org>
13527
13528 * gdb.base/foll-exec-mode.c: Include limits.h.
13529 (main): Add parameters argc and argv. Get directory from
13530 argv[0].
13531 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13532 compilation.
13533 * gdb.base/foll-exec.c: Include limits.h.
13534 (main): Add parameters argc and argv.
13535 Get directory from argv[0].
13536 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13537 Adjust tests on the number of lines as source code changed.
13538 * gdb.base/foll-vfork-exit.c: Include limits.h.
13539 (main): Add one line of statement before vfork.
13540 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13541 (main): Add parameters argc and argv. Get directory from
13542 argv[0].
13543 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13544 (setup_gdb): Set tbreak to skip some source lines.
13545 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13546 (main): Add parameters argc and argv. Get directory from
13547 argv[0].
13548 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13549 compilation.
13550 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13551 (main): Add parameters argc and argv. Get directory from
13552 argv[0].
13553 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13554 compilation.
13555
135562016-02-01 Doug Evans <dje@google.com>
13557
13558 * gdb.base/skip.exp: Clean up multiple references to same test name.
13559
135602016-02-01 Pedro Alves <palves@redhat.com>
13561
13562 PR remote/19496
13563 * gdb.threads/forking-threads-plus-breakpoint.exp
13564 (displaced_stepping_supported): New global.
13565 (probe_displaced_stepping_support): New procedure.
13566 (do_test): Add 'displaced' parameter, and use it.
13567 (top level): Check for displaced stepping support. Add displaced
13568 stepping on/off testing axis.
13569
135702016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13571
13572 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13573 pointer. Don't perform further tests on the unassociated pointer
13574 if the first test fails.
13575
135762016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13577
13578 * gdb.base/max-value-size.c: New file.
13579 * gdb.base/max-value-size.exp: New file.
13580 * gdb.base/huge.exp: Disable max-value-size for this test.
13581
135822016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13583
13584 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13585
135862016-01-28 Yao Qi <yao.qi@linaro.org>
13587
13588 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13589
135902016-01-25 Pedro Alves <palves@redhat.com>
13591
13592 PR threads/19461
13593 * gdb.base/fork-running-state.c: New file.
13594 * gdb.base/fork-running-state.exp: New file.
13595
135962016-01-25 Pedro Alves <palves@redhat.com>
13597
13598 PR gdb/19494
13599 * gdb.base/catch-fork-kill.c: New file.
13600 * gdb.base/catch-fork-kill.exp: New file.
13601
136022016-01-25 Pedro Alves <palves@redhat.com>
13603
13604 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13605 Delete, moved to lib/gdb.exp.
13606 * gdb.threads/forking-threads-plus-breakpoint.exp
13607 (foreach_with_prefix): Likewise.
13608 * gdb.threads/process-dies-while-handling-bp.exp
13609 (foreach_with_prefix): Likewise.
13610 * lib/gdb.exp (foreach_with_prefix): New procedure.
13611
136122016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13613
13614 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13615 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13616
136172016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13618
13619 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13620 endian targets.
13621
136222016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13623 Pedro Alves <palves@redhat.com>
13624
13625 Fix testsuite compatibility with Guile.
13626 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13627 number.
13628
136292016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13630
13631 Fix testsuite compatibility with Guile.
13632 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13633 (thread 1): New test for backtrace through signal handler.
13634
136352016-01-22 Yao Qi <yao.qi@linaro.org>
13636
13637 PR testsuite/19491
13638 * gdb.base/multi-forks.c: Include
13639 ../lib/unbuffer_output.c
13640 (main): Call gdb_unbuffer_output.
13641
136422016-01-21 Doug Evans <dje@google.com>
13643
13644 * lib/ada.exp (gdb_compile_ada): Fix typo.
13645
136462016-01-21 Joel Brobecker <brobecker@adacore.com>
13647
13648 * gdb.base/break-fun-addr.exp: New file.
13649 * gdb.base/break-fun-addr1.c: New file.
13650 * gdb.base/break-fun-addr2.c: New file.
13651
136522016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13653
13654 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13655 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13656 enum flag values.
13657
136582016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13659
13660 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13661 when GDB can not set the vector return value. Add more comments
13662 for clarification.
13663
136642016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13665
13666 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13667 command.
13668
136692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13670
13671 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13672
136732016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13674
13675 * Makefile.in (check-single): Pass --status to runtest.
13676 (check/%.exp): Likewise.
13677
136782016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13679
13680 * Makefile.in (check-parallel): Propagate return code from make
13681 do-check-parallel.
13682
136832016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13684
13685 * gdb.trace/ftrace.exp: Fix expected message on continue.
13686 * gdb.trace/pending.exp: Fix expected message on continue.
13687 * gdb.trace/trace-break.exp: Fix expected message on continue.
13688
136892016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13690
13691 * lib/gdb.exp (gdb_test): Remove unused global references.
13692
136932016-01-18 Pedro Alves <palves@redhat.com>
13694
13695 * gdb.base/async-shell.exp: Adjust expected output.
13696 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13697 * gdb.base/siginfo-thread.exp: Adjust expected output.
13698 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13699 * gdb.java/jnpe.exp: Adjust expected output.
13700 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13701 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13702 * gdb.threads/leader-exit.exp: Adjust expected output.
13703 * gdb.threads/manythreads.exp: Adjust expected output.
13704 * gdb.threads/pthreads.exp: Adjust expected output.
13705 * gdb.threads/schedlock.exp: Adjust expected output.
13706 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13707 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13708 expected output.
13709 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13710 output.
13711 * gdb.threads/sigthread.exp: Adjust expected output.
13712 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13713
137142016-01-18 Yao Qi <yao.qi@linaro.org>
13715
13716 * gdb.guile/scm-section-script.c: Replace @progbits with
13717 %progbits.
13718 * gdb.python/py-section-script.c: Likewise.
13719
137202016-01-15 Pedro Alves <palves@redhat.com>
13721
13722 * gdb.multi/tids.exp: Test star wildcard ranges.
13723
137242016-01-15 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13727 command from "thread apply" invocation.
13728 (thr_apply_info_thr_invalid): Default the expected output to the
13729 input tid list.
13730 (top level): Add tests that use convenience variables. Add tests
13731 for "thread apply" with a valid TID list, but missing the command.
13732
137332016-01-13 Pedro Alves <palves@redhat.com>
13734
13735 * gdb.base/default.exp: Expect $_gthread as well.
13736 * gdb.multi/tids.exp: Test $_gthread.
13737 * gdb.threads/thread-specific.exp: Test $_gthread.
13738
137392016-01-13 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.multi/tids.exp: Test "info threads -gid".
13742
137432016-01-13 Pedro Alves <palves@redhat.com>
13744
13745 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13746 Breakpoint.thread.
13747 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13748
137492016-01-07 Pedro Alves <palves@redhat.com>
13750
13751 * gdb.base/break.exp: Adjust to output changes.
13752 * gdb.base/hbreak2.exp: Likewise.
13753 * gdb.base/sepdebug.exp: Likewise.
13754 * gdb.base/watch_thread_num.exp: Likewise.
13755 * gdb.linespec/keywords.exp: Likewise.
13756 * gdb.multi/info-threads.exp: Likewise.
13757 * gdb.threads/thread-find.exp: Likewise.
13758 * gdb.multi/tids.c: New file.
13759 * gdb.multi/tids.exp: New file.
13760
137612016-01-13 Pedro Alves <palves@redhat.com>
13762
13763 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13764
137652016-01-13 Pedro Alves <palves@redhat.com>
13766
13767 * gdb.base/default.exp: Expect $_inferior as well.
13768 * gdb.multi/base.exp: Test $_inferior.
13769
137702016-01-13 Pedro Alves <palves@redhat.com>
13771
13772 PR breakpoints/19388
13773 * gdb.base/catch-signal-siginfo-cond.c: New file.
13774 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13775
137762016-01-12 Josh Stone <jistone@redhat.com>
13777 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13778
13779 * gdb.base/catch-syscall.c (do_execve): New variable.
13780 (main): Conditionally trigger an execve.
13781 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13782 (test_catch_syscall_execve): New, check entry/return across execve.
13783 (do_syscall_tests): Call test_catch_syscall_execve.
13784
137852016-01-12 Pedro Alves <palves@redhat.com>
13786
13787 * gdb.base/random-signal.exp (do_test): New procedure, with body
13788 of testcase moved in.
13789
137902016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13791 Pedro Alves <palves@redhat.com>
13792
13793 * gdb.base/funcargs.exp (finish from indirectly called function):
13794 Reintroduce the case for 'First'.
13795
137962016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13797 Pedro Alves <palves@redhat.com>
13798
13799 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13800 (tcatch_vfork_then_child_follow_exec)
13801 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13802 identification.
13803
138042016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13805
13806 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13807 and repeats to unlimited.
13808 * gdb.python/py-value.exp: Likewise.
13809 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13810 and repeats to unlimited.
13811
138122016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13813
13814 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13815 and reordering the functions.
13816 * gdb.multi/hangout.c: Likewise.
13817 * gdb.multi/hello.c: Likewise.
13818
138192016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13820
13821 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13822 absolute.
13823 (SingleStatisticTestResult.report): Use dict.keys instead of
13824 dict.iterkeys.
13825
138262016-01-06 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13829
138302016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13831
13832 * gdb.btrace/dlopen.exp: New.
13833 * gdb.btrace/dlopen.c: New.
13834 * gdb.btrace/dlopen-dso.c: New.
13835
138362015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13837
13838 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13839 PATTERN argument is optional.
13840
138412015-12-24 Joel Brobecker <brobecker@adacore.com>
13842
13843 * lib/ada.exp (target_compile_ada_from_dir): New function.
13844 (gdb_compile_ada): Reimplement avoiding the use of project files.
13845 * gdb.ada/gnat_ada.gpr: Delete.
13846 * gdb.ada/cond_lang.exp: Adjust test to make path before
13847 filename optional.
13848 * gdb.ada/small_reg_param.exp: Likewise.
13849
138502015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13851
13852 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13853
138542015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13855
13856 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13857 case.
13858
138592015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13860
13861 * gdb.base/break.exp: Remove dead code.
13862 * gdb.base/sepdebug.exp: Likewise.
13863
138642015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13865
13866 * gdb.asm/asm-source.exp: Remove HP-UX references.
13867 * gdb.base/annota1.exp: Likewise.
13868 * gdb.base/annota3.exp: Likewise.
13869 * gdb.base/attach.exp: Likewise.
13870 * gdb.base/bigcore.exp: Likewise.
13871 * gdb.base/break.exp: Likewise.
13872 * gdb.base/call-ar-st.exp: Likewise.
13873 * gdb.base/callfuncs.exp: Likewise.
13874 * gdb.base/catch-fork-static.exp: Likewise.
13875 * gdb.base/display.exp: Likewise.
13876 * gdb.base/foll-exec-mode.exp: Likewise.
13877 * gdb.base/foll-exec.exp: Likewise.
13878 * gdb.base/foll-fork.exp: Likewise.
13879 * gdb.base/foll-vfork.exp: Likewise.
13880 * gdb.base/funcargs.exp: Likewise.
13881 * gdb.base/hbreak2.exp: Likewise.
13882 * gdb.base/inferior-died.exp: Likewise.
13883 * gdb.base/interrupt.exp: Likewise.
13884 * gdb.base/multi-forks.exp: Likewise.
13885 * gdb.base/nodebug.exp: Likewise.
13886 * gdb.base/sepdebug.exp: Likewise.
13887 * gdb.base/solib1.c: Likewise.
13888 * gdb.base/step-test.exp: Likewise.
13889 * gdb.mi/non-stop.c: Likewise.
13890 * gdb.mi/pthreads.c: Likewise.
13891 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13892 * gdb.threads/pthreads.c: Likewise.
13893 * gdb.threads/staticthreads.exp: Likewise.
13894 * lib/future.exp: Likewise.
13895 * lib/gdb.exp: Likewise.
13896 * gdb.base/so-indr-cl.c: Remove.
13897 * gdb.base/so-indr-cl.exp: Likewise.
13898 * gdb.base/solib.c: Likewise.
13899 * gdb.base/solib.exp: Likewise.
13900 * gdb.base/solib2.c: Likewise.
13901
139022015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13903
13904 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13905 * gdb.base/call-ar-st.exp: Likewise.
13906 * gdb.base/callfuncs.exp: Likewise.
13907 * gdb.base/condbreak.exp: Likewise.
13908 * gdb.base/constvars.exp: Likewise.
13909 * gdb.base/hbreak2.exp: Likewise.
13910 * gdb.base/langs.exp: Likewise.
13911 * gdb.base/list.exp: Likewise.
13912 * gdb.base/long_long.exp: Likewise.
13913 * gdb.base/ptype.exp: Likewise.
13914 * gdb.base/scope.exp: Likewise.
13915 * gdb.base/signals.exp: Likewise.
13916 * gdb.base/so-impl-ld.exp: Likewise.
13917 * gdb.base/varargs.exp: Likewise.
13918 * gdb.base/volatile.exp: Likewise.
13919 * gdb.base/whatis.exp: Likewise.
13920 * gdb.cp/cplusfuncs.exp: Likewise.
13921 * gdb.cp/inherit.exp: Likewise.
13922 * gdb.cp/local.exp: Likewise.
13923 * gdb.cp/member-ptr.exp: Likewise.
13924 * gdb.cp/method.exp: Likewise.
13925 * gdb.cp/overload.exp: Likewise.
13926 * gdb.cp/templates.exp: Likewise.
13927 * gdb.stabs/weird.exp: Likewise.
13928 * lib/compiler.c: Likewise.
13929 * lib/compiler.cc: Likewise.
13930 * lib/cp-support.exp: Likewise.
13931 * lib/gdb.exp: Likewise.
13932
139332015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13934
13935 * configure.ac: Remove HP-UX case.
13936 * configure: Regenerate.
13937
139382015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13939
13940 * lib/gdb.exp (gdb_compile): Add function doc.
13941
139422015-12-17 Pedro Alves <palves@redhat.com>
13943
13944 PR threads/19354
13945 * gdb.multi/info-threads.exp: New file.
13946
139472015-12-15 Yao Qi <yao.qi@linaro.org>
13948
13949 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13950 is aarch64*-*-*.
13951
139522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13953
13954 * gdb.base/history-duplicates.exp: Skip if no readline support.
13955
139562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13957
13958 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13959
139602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13961
13962 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13963
139642015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13965
13966 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13967 ctrl-C if nointerrupts target property is set.
13968 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13969 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13970 * gdb.base/paginate-bg-execution.exp: Likewise.
13971 * gdb.base/paginate-execution-startup.exp: Likewise.
13972 * gdb.base/random-signal.exp: Likewise.
13973 * gdb.base/range-stepping.exp: Likewise.
13974 * gdb.cp/annota2.exp: Likewise.
13975 * gdb.cp/annota3.exp: Likewise.
13976 * gdb.gdb/selftest.exp: Likewise.
13977 * gdb.threads/continue-pending-status.exp: Likewise.
13978 * gdb.threads/leader-exit.exp: Likewise.
13979 * gdb.threads/manythreads.exp: Likewise.
13980 * gdb.threads/pthreads.exp: Likewise.
13981 * gdb.threads/schedlock.exp: Likewise.
13982 * gdb.threads/sigthread.exp: Likewise.
13983
139842015-12-11 Don Breazeal <donb@codesourcery.com>
13985
13986 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13987 remote.
13988 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13989 * gdb.base/foll-exec.exp (main): Enable for target remote.
13990 * gdb.base/foll-fork.exp (main): Likewise.
13991 * gdb.base/foll-vfork.exp (main): Likewise.
13992 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13993 (proc continue_to_exit_bp_loc): Use clean_restart.
13994 * gdb.base/pie-execl.exp (main): Disable for target remote.
13995 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13996 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13997 * gdb.threads/execl.exp (main): Likewise.
13998 * gdb.threads/fork-child-threads.exp (main): Likewise.
13999 * gdb.threads/fork-plus-threads.exp (main): Disable for target
14000 remote.
14001 * gdb.threads/fork-thread-pending.exp (main): Enable for target
14002 remote.
14003 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14004 pid.tid style ptids, instead of just tid.
14005 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14006 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14007 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14008 ptids, instead of just tid.
14009
140102015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14011
14012 * gdb.base/list.exp (test_list_forward): Add end of file error
14013 test.
14014 (test_repeat_list_command): Add end of file error test.
14015 (test_list_backwards): Add beginning of file error test.
14016
140172015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14018
14019 * gdb.base/list.exp (test_list_invalid_args): New function,
14020 defined, and called.
14021
140222015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14023
14024 * gdb.base/list.exp (test_list): Make test names unique.
14025
140262015-12-11 Yao Qi <yao.qi@linaro.org>
14027
14028 * gdb.base/coremaker2.c: Remove.
14029
140302015-12-10 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.multi/base.exp: Remove stale "spaces" references.
14033
140342015-12-10 Pedro Alves <palves@redhat.com>
14035
14036 * gdb.multi/base.exp: Don't use nowarnings.
14037 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14038 * gdb.multi/hangout.c: Include stdio.h.
14039 * gdb.multi/hello.c: Include stdlib.h.
14040 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14041 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14042 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14043
140442015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14045
14046 * gdb.dwarf2/dw2-ranges-base.c: New file.
14047 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14048 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14049 support additional line table, and debug ranges generation.
14050 (Dwarf::ranges): New function, generate .debug_ranges.
14051 (Dwarf::lines): Support generating simple line table programs.
14052 (Dwarf::assemble): Initialise new namespace variables.
14053
140542015-12-09 Kevin Buettner <kevinb@redhat.com>
14055
14056 * gdb.base/async.exp (proc test_background): Add case for
14057 asynchronous execution not supported.
14058
140592015-12-09 Luis Machado <lgustavo@codesourcery.com>
14060
14061 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14062 format and change test names to make them unique.
14063
140642015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14065 Pedro Alves <pedro@redhat.com>
14066
14067 PR gdb/18702
14068 Add checking of floatformats setup on x86_64 hosts.
14069 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14070 (smallval, bigval): New labels/constants.
14071 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14072 float" after loading bigval and smallval.
14073
140742015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14075
14076 * gdb.ada/fun_overload_menu.exp: New testcase.
14077 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14078
140792015-12-04 Josh Stone <jistone@redhat.com>
14080
14081 * gdb.base/catch-fork-static.exp: New.
14082
140832015-12-03 Yao Qi <yao.qi@linaro.org>
14084
14085 * gdb.base/sizeof.c: Don't include stdio.h and
14086 ../lib/unbuffer_output.c.
14087 (main): New variable 'size' and 'value'. Remove printf and
14088 gdb_unbuffer_output. Assign return value to size and value.
14089 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14090 at the beginning.
14091 (check_sizeof): Check the result by printing variable 'size'.
14092 (check_valueof): Check the result by printing variable 'value'.
14093
140942015-12-01 Yao Qi <yao.qi@linaro.org>
14095
14096 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14097 for aarch64*-*-linux* target.
14098
140992015-11-30 Pedro Alves <palves@redhat.com>
14100
14101 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14102
141032015-11-30 Pedro Alves <palves@redhat.com>
14104
14105 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14106 Handle non-stop mode vCont replies.
14107
141082015-11-30 Pedro Alves <palves@redhat.com>
14109
14110 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14111 prepare_for_testing. Start gdb with "set non-stop on" appended to
14112 GDBFLAGS. Lax expected stop output.
14113
141142015-11-27 Yao Qi <yao.qi@linaro.org>
14115
14116 * gdb.arch/arm-neon.exp: New.
14117 * gdb.arch/arm-neon.c: New.
14118
141192015-11-27 Yao Qi <yao.qi@linaro.org>
14120
14121 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14122
141232015-11-27 Yao Qi <yao.qi@linaro.org>
14124
14125 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14126 frames-invalid annotation.
14127
141282015-11-27 Yao Qi <yao.qi@linaro.org>
14129
14130 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14131
141322015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14133
14134 * gdb.threads/names.exp: New file.
14135 * gdb.threads/names.c: New file.
14136 * README: Mention gdb,no_thread_names.
14137
141382015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14139
14140 PR 19297
14141 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14142 support" error.
14143
141442015-11-24 Pedro Alves <palves@redhat.com>
14145
14146 PR 17539
14147 * gdb.base/display.exp: Expect displays to be sorted in ascending
14148 order. Use multi_line.
14149 * gdb.base/solib-display.exp: Likewise.
14150
141512015-11-24 Pedro Alves <palves@redhat.com>
14152
14153 PR 17539
14154 * gdb.base/display.exp: Expect displays to be sorted in ascending
14155 order. Use multi_line.
14156 * gdb.base/solib-display.exp: Likewise.
14157
141582015-11-24 Pedro Alves <palves@redhat.com>
14159
14160 PR 17539
14161 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14162 threads in ascending order.
14163 * gdb.base/foll-fork.exp: Likewise.
14164 * gdb.base/foll-vfork.exp: Likewise.
14165 * gdb.base/multi-forks.exp: Likewise.
14166 * gdb.mi/mi-nonstop.exp: Likewise.
14167 * gdb.mi/mi-nsintrall.exp: Likewise.
14168 * gdb.multi/base.exp: Likewise.
14169 * gdb.multi/multi-arch.exp: Likewise.
14170 * gdb.python/py-inferior.exp: Likewise.
14171 * gdb.threads/break-while-running.exp: Likewise.
14172 * gdb.threads/execl.exp: Likewise.
14173 * gdb.threads/gcore-thread.exp: Likewise.
14174 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14175 * gdb.threads/kill.exp: Likewise.
14176 * gdb.threads/linux-dp.exp: Likewise.
14177 * gdb.threads/multiple-step-overs.exp: Likewise.
14178 * gdb.threads/next-bp-other-thread.exp: Likewise.
14179 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14180 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14181 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14182 * gdb.threads/thread-find.exp: Likewise.
14183 * gdb.threads/tls.exp: Likewise.
14184 * lib/mi-support.exp (mi_reverse_list): Delete.
14185 (mi_check_thread_states): No longer reverse list.
14186
141872015-11-24 Pedro Alves <palves@redhat.com>
14188
14189 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14190 use lowercase.
14191
141922015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14193
14194 * gdb.trace/actions.c: Include trace-common.h.
14195 (main): Add a location for a fast tracepoint.
14196 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14197 the normal tracepoints.
14198 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14199
142002015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14201
14202 * save-trace.exp: Factor out code to these...
14203 (gdb_save_tracepoints): New.
14204 (gdb_load_tracepoints): New.
14205 (do_save_load_test): New.
14206
142072015-11-23 Kevin Buettner <kevinb@redhat.com>
14208
14209 * gdb.base/asmlabel.exp: New test.
14210 * gdb.base/asmlabel.c: New test case.
14211
142122015-11-23 Joel Brobecker <brobecker@adacore.com>
14213
14214 * gdb.base/wrong_frame_bt_full-main.c: New file.
14215 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14216 * gdb.base/wrong_frame_bt_full.exp: New file.
14217
142182015-11-23 Joel Brobecker <brobecker@adacore.com>
14219
14220 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14221
142222015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14223
14224 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14225 pstate register when comparing registers values in
14226 sparc64-*-linux-gnu targets to avoid spurious differences.
14227
142282015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14229
14230 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14231
142322015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14233
14234 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14235 as type argument to gdb_compile.
14236 * gdb.base/nested-subp2.exp: Likewise.
14237 * gdb.base/nested-subp3.exp: Likewise.
14238
142392015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14240
14241 * lib/dwarf.exp (_note): Fix left shift of negative value.
14242 * gdb.trace/trace-condition.exp: Likewise.
14243
142442015-11-13 Yao Qi <yao.qi@linaro.org>
14245
14246 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14247 comments about d10v.
14248 (test_scalar_returns): Likewise.
14249 * gdb.base/d10v.ld: Remove.
14250 * gdb.base/overlays.exp: Remove the target triplet checking for
14251 d10v-*-*.
14252 * gdb.base/structs.exp (test_struct_returns): Remove the
14253 comments about d10v.
14254 (test_struct_calls): Likewise.
14255
142562015-11-13 Yao Qi <yao.qi@linaro.org>
14257
14258 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14259 * gdb.base/gnu_vector.c: Don't include stdio.h.
14260 (main): Don't print res and call add_some_intvecs.
14261
142622015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14263
14264 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14265 macro.
14266 (func5): Removed.
14267 (func4): Use FAST_TRACEPOINT_LABEL.
14268 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14269 macro.
14270 (func): Removed.
14271 (thread_function): Use FAST_TRACEPOINT_LABEL.
14272 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14273 (func): Remove.
14274 (marker): Use FAST_TRACEPOINT_LABEL.
14275 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14276 (pendfunc1): Remove.
14277 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14278 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14279 (foo): Remove.
14280 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14281 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14282 macro.
14283 (func): Remove.
14284 (marker): Use FAST_TRACEPOINT_LABEL.
14285 * gdb.trace/trace-common.h: New header.
14286 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14287 macro.
14288 (func): Remove.
14289 (marker): Use FAST_TRACEPOINT_LABEL.
14290 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14291 (func): Remove.
14292 (thread_function): Use FAST_TRACEPOINT_LABEL.
14293
142942015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14295
14296 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14297 in front.
14298 * gdb.trace/change-loc.exp: Use global pcreg definition.
14299 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14300 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14301 in front.
14302 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14303 * gdb.trace/pending.exp: Likewise.
14304 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14305 * gdb.trace/trace-break.exp: Likewise.
14306 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14307 in front.
14308 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14309 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14310 in front.
14311 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14312
143132015-11-09 Joel Brobecker <brobecker@adacore.com>
14314
14315 * gdb.ada/fin_fun_out: New testcase.
14316
143172015-11-07 Kevin Buettner <kevinb@redhat.com>
14318
14319 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14320 value associated with DW_AT_byte_size.
14321 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14322 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14323 DW_AT_upper_bound.
14324
143252015-11-07 Kevin Buettner <kevinb@redhat.com>
14326
14327 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14328 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14329 version.
14330 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14331 gdb.dwarf2/dw2-canonicalize-type.exp,
14332 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14333 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14334 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14335 provided by gdb_target_symbol_prefix_flags_asm.
14336 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14337 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14338 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14339 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14340 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14341 macros where needed). Use this macro for symbols which require
14342 the prefix provided by SYMBOL_PREFIX.
14343
143442015-11-05 Kevin Buettner <kevinb@redhat.com>
14345
14346 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14347 New procs.
14348 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14349 representing expressions, of more than one list element.
14350 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14351 to prepend linker symbol prefix to f.
14352 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14353 table_1 and table_2.
14354 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14355 Likewise, for f and g.
14356 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14357 for ptr.
14358 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14359 for main.
14360 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14361 table_1_ptr and table_2_ptr.
14362
143632015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14364 Joel Brobecker <brobecker@adacore.com>
14365
14366 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14367
143682015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14369
14370 * gdb.reverse/s390-mvcle.c: New test.
14371 * gdb.reverse/s390-mvcle.exp: New file.
14372 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14373
143742015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14375
14376 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14377
143782015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14379
14380 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14381 reaching marker2.
14382 * gdb.reverse/getresuid-reverse.exp: Likewise.
14383 * gdb.reverse/pipe-reverse.exp: Likewise.
14384 * gdb.reverse/readv-reverse.exp: Likewise.
14385 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14386 * gdb.reverse/time-reverse.exp: Likewise.
14387 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14388
143892015-10-30 Yao Qi <yao.qi@linaro.org>
14390
14391 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14392 (empty_cycle): Remove.
14393 (main): Don't call empty_cycle. Don't use watch_count_done.
14394 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14395 empty_cycle. Rewrite the code counting HW watchpoints.
14396
143972015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14398
14399 * gdb.reverse/fstatat-reverse.c: New test.
14400 * gdb.reverse/fstatat-reverse.exp: New file.
14401 * gdb.reverse/getresuid-reverse.c: New test.
14402 * gdb.reverse/getresuid-reverse.exp: New file.
14403 * gdb.reverse/pipe-reverse.c: New test.
14404 * gdb.reverse/pipe-reverse.exp: New file.
14405 * gdb.reverse/readv-reverse.c: New test.
14406 * gdb.reverse/readv-reverse.exp: New file.
14407 * gdb.reverse/recvmsg-reverse.c: New test.
14408 * gdb.reverse/recvmsg-reverse.exp: New file.
14409 * gdb.reverse/time-reverse.c: New test.
14410 * gdb.reverse/time-reverse.exp: New file.
14411 * gdb.reverse/waitpid-reverse.c: New test.
14412 * gdb.reverse/waitpid-reverse.exp: New file.
14413
144142015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14415
14416 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14417
144182015-10-26 Doug Evans <dje@google.com>
14419
14420 PR symtab/17391
14421 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14422 * gdb.dwarf2/bad-regnum.c: New file.
14423 * gdb.dwarf2/bad-regnum.exp: New file.
14424
144252015-10-26 Doug Evans <dje@google.com>
14426
14427 PR python/18938
14428 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14429 file.
14430
144312015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14432
14433 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14434 for a change by "Mention language in compile error message".
14435
144362015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14437
14438 PR python/18073
14439 * gdb.python/py-type.c (C::a_method): New.
14440 (C::a_const_method): New.
14441 (C::a_static_method): New.
14442 (a_function): New.
14443 * gdb.python/py-type.exp (test_fields): Test getting fields
14444 from function and method.
14445
144462015-10-21 Keven Boell <keven.boell@intel.com>
14447
14448 * gdb.fortran/vla-alloc-assoc.exp: New file.
14449 * gdb.fortran/vla-datatypes.exp: New file.
14450 * gdb.fortran/vla-datatypes.f90: New file.
14451 * gdb.fortran/vla-history.exp: New file.
14452 * gdb.fortran/vla-ptype-sub.exp: New file.
14453 * gdb.fortran/vla-ptype.exp: New file.
14454 * gdb.fortran/vla-sizeof.exp: New file.
14455 * gdb.fortran/vla-sub.f90: New file.
14456 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14457 * gdb.fortran/vla-value-sub-finish.exp: New file.
14458 * gdb.fortran/vla-value-sub.exp: New file.
14459 * gdb.fortran/vla-value.exp: New file.
14460 * gdb.fortran/vla-ptr-info.exp: New file.
14461 * gdb.mi/mi-vla-fortran.exp: New file.
14462 * gdb.mi/vla.f90: New file.
14463
144642015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14465
14466 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14467 of hardwired timeout value.
14468
144692015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14470 Pedro Alves <palves@redhat.com>
14471
14472 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14473 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14474
144752015-10-19 Josh Stone <jistone@redhat.com>
14476
14477 * gdb.base/catch-syscall.c: Include <sched.h>.
14478 (unknown_syscall): New variable.
14479 (main): Trigger a vfork and an unknown syscall.
14480 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14481 (unknown_syscall_number): Likewise.
14482 (check_call_to_syscall): Accept an optional syscall pattern.
14483 (check_return_from_syscall): Likewise.
14484 (check_continue): Likewise.
14485 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14486 (test_catch_syscall_skipping_return): New test toggling off 'catch
14487 syscall' to step over the syscall return, then toggling back on.
14488 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14489 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14490 (do_syscall_tests): Call test_catch_syscall_without_args and
14491 test_catch_syscall_mid_vfork.
14492 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14493 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14494
144952015-10-19 Andrew Stubbs <ams@codesourcery.com>
14496
14497 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14498 print g_vE): Add new pass patterns.
14499 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14500 print various symbol names for vptr fields.
14501
145022015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14503
14504 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14505 results.
14506
145072015-10-12 Yao Qi <yao.qi@linaro.org>
14508
14509 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14510
145112015-10-12 Yao Qi <yao.qi@linaro.org>
14512
14513 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14514 is aarch64*-*-linux*.
14515
145162015-10-12 Yao Qi <yao.qi@linaro.org>
14517
14518 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14519 (can_relocate_bcond_true): ... it.
14520 (can_relocate_bcond_false): New function.
14521 (foo): Likewise.
14522 (can_relocate_bl): Likewise.
14523 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14524 can_relocate_bl.
14525
145262015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14527
14528 * gdb.base/nested-addr.c: New file.
14529 * gdb.base/nested-addr.exp: New testcase.
14530
145312015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14532
14533 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14534 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14535 its output. Ignore the output of "record goto begin" and instead
14536 check that GDB is replaying.
14537
145382015-10-09 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14541 (top level): Use it in the run with no args test.
14542
145432015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14544
14545 * gdb.dlang/properties.exp: New file.
14546
145472015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14548
14549 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14550 whether or not address 0x1000 is mapped on the target.
14551
145522015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14553
14554 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14555 build.
14556
145572015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14558
14559 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14560 instruction-history test.
14561
145622015-09-28 Doug Evans <dje@google.com>
14563
14564 * gdb.base/gcore.c (array_func): Add reference to static_array.
14565
145662015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14567
14568 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14569 source line.
14570
145712015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14572
14573 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14574 short or char as base type.
14575
145762015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14577
14578 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14579 to allow any size enum.
14580
145812015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14582
14583 * gdb.ada/array_ptr_renaming.exp: New testcase.
14584 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14585 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14586
145872015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14588
14589 * gdb.trace/ftrace-lock.c: New file.
14590 * gdb.trace/ftrace-lock.exp: New file.
14591
145922015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14593
14594 * gdb.arch/insn-reloc.c: New file.
14595 * gdb.arch/ftrace-insn-reloc.exp: New file.
14596
145972015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14598
14599 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14600 instruction.
14601 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14602 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14603 * gdb.trace/range-stepping.c: Likewise.
14604 * gdb.trace/trace-break.c: Likewise.
14605 * gdb.trace/trace-mt.c (thread_function): Likewise.
14606 * gdb.trace/ftrace.c (marker): Likewise.
14607 * gdb.trace/trace-condition.c (marker): Likewise.
14608 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14609 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14610 is_aarch64_target.
14611
146122015-09-18 Doug Evans <xdje42@gmail.com>
14613
14614 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14615 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14616
146172015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14618
14619 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14620 the breakpoint.
14621
146222015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14623
14624 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14625 the pending breakpoint. Remove timeout override for "Run till
14626 MI pending breakpoint on pendfunc3 on thread 2" test.
14627
146282015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14629
14630 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14631 filename pattern.
14632
146332015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14634
14635 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14636 in breakpoint filename pattern.
14637
146382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14639
14640 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14641
146422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14643
14644 * gdb.linespec/explicit.exp: Check for readline support for
14645 tab-completion tests. Fix obvious typo.
14646
146472015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14648
14649 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14650 and replay.
14651
146522015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14653
14654 * gdb.btrace/non-stop.c: New.
14655 * gdb.btrace/non-stop.exp: New.
14656
146572015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14658 Yao Qi <yao.qi@linaro.org>
14659
14660 * gdb.trace/trace-condition.c: New file.
14661 * gdb.trace/trace-condition.exp: New file.
14662
146632015-09-16 Wei-cheng Wang <cole945@gmail.com>
14664
14665 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14666 for testing bytecode compilation.
14667
146682015-09-16 Pedro Alves <palves@redhat.com>
14669 Sandra Loosemore <sandra@codesourcery.com>
14670
14671 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14672 (SECONDS): Redefine.
14673 (main): Call pthread_kill and alarm early.
14674 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14675 support.
14676 (test): If the target can't hardware step and doesn't support
14677 displaced stepping, increase the timeout.
14678
146792015-09-16 Pedro Alves <palves@redhat.com>
14680
14681 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14682 (enable_debug): New procedures.
14683 (test): Use them. Bail out if waiting for threads fails.
14684 (top level): Bail out if a test fails.
14685
146862015-09-16 Yao Qi <yao.qi@linaro.org>
14687
14688 * gdb.asm/asm-source.exp: Set asm-arch for
14689 aarch64*-*-* target.
14690 * gdb.asm/aarch64.inc: New file.
14691
146922015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14693
14694 * gdb.ada/array_of_variable_length.exp: New testcase.
14695 * gdb.ada/array_of_variable_length/foo.adb: New file.
14696 * gdb.ada/array_of_variable_length/pck.adb: New file.
14697 * gdb.ada/array_of_variable_length/pck.ads: New file.
14698
146992015-09-15 Doug Evans <dje@google.com>
14700
14701 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14702 of function static local variable.
14703
147042015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14705
14706 * gdb.threads/tls-so_extern.exp: New test file.
14707 * gdb.threads/tls-so_extern.c: New test file.
14708 * gdb.threads/tls-so_extern_main.c: New test file.
14709
147102015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14711
14712 * gdb.opt/solib-intra-step-lib.c: New file.
14713 * gdb.opt/solib-intra-step-main.c: New file.
14714 * gdb.opt/solib-intra-step.exp: New file.
14715
147162015-09-15 Pedro Alves <palves@redhat.com>
14717
14718 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14719 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14720
147212015-09-14 Pedro Alves <palves@redhat.com>
14722
14723 * gdb.base/hook-stop-continue.c: Delete.
14724 * gdb.base/hook-stop-continue.exp: Delete.
14725 * gdb.base/hook-stop-frame.c: Delete.
14726 * gdb.base/hook-stop-frame.exp: Delete.
14727 * gdb.base/hook-stop.c: New file.
14728 * gdb.base/hook-stop.exp: New file.
14729
147302015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14731
14732 * gdb.ada/access_to_packed_array.exp: New testcase.
14733 * gdb.ada/access_to_packed_array/foo.adb: New file.
14734 * gdb.ada/access_to_packed_array/pack.adb: New file.
14735 * gdb.ada/access_to_packed_array/pack.ads: New file.
14736
147372015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14738
14739 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14740 buffer size test.
14741
147422015-09-11 Don Breazeal <donb@codesourcery.com>
14743
14744 * gdb.base/foll-exec.c: Add copyright header. Fix
14745 formatting issues.
14746 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14747 (do_exec_tests): Use clean_restart in place of zap_session,
14748 and for test initialization. Fix formatting issues. Use
14749 fail in place of perror.
14750 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14751 an expect statement to match an expression with output from
14752 the program under debug.
14753 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14754 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14755 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14756 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14757 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14758
147592015-09-09 Doug Evans <dje@google.com>
14760
14761 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14762
147632015-09-09 Doug Evans <dje@google.com>
14764
14765 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14766
147672015-09-09 Doug Evans <dje@google.com>
14768
14769 * gdb.base/savedregs.exp: Fix typo.
14770
147712015-09-09 Pedro Alves <palves@redhat.com>
14772
14773 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14774
147752015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14776
14777 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14778 command actually switches threads. Give up on remaining
14779 tests if target fails to stop at breakpoint.
14780
147812015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14782
14783 * gdb.ada/funcall_char.exp: New testcase.
14784 * gdb.ada/funcall_char/foo.adb: New file.
14785
147862015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14787
14788 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14789 expected outputs. Add two testcases for completing ambiguous
14790 functions.
14791 * gdb.ada/complete/aux_pck.adb: New file.
14792 * gdb.ada/complete/aux_pck.ads: New file.
14793 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14794 Ambiguous_Func functions.
14795 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14796 * gdb.ada/complete/pck.adb: Likewise.
14797
147982015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14799
14800 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14801 failures to run the test program under GDB.
14802
148032015-08-26 Luis Machado <lgustavo@codesourcery.com>
14804
14805 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14806 to C.
14807
148082015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14809
14810 * gdb.base/run-after-attach.exp: New test file.
14811 * gdb.base/run-after-attach.c: New test file.
14812
148132015-08-26 Don Breazeal <donb@codesourcery.com>
14814
14815 * gdb.base/foll-exec-2.c: New test program.
14816 * gdb.base/foll-exec-2.exp: New test.
14817
148182015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14819
14820 * gdb.base/nested-subp1.exp: New file.
14821 * gdb.base/nested-subp1.c: New file.
14822 * gdb.base/nested-subp2.exp: New file.
14823 * gdb.base/nested-subp2.c: New file.
14824 * gdb.base/nested-subp3.exp: New file.
14825 * gdb.base/nested-subp3.c: New file.
14826
148272015-08-24 Pedro Alves <palves@redhat.com>
14828
14829 * gdb.server/connect-without-multi-process.c: New file.
14830 * gdb.server/connect-without-multi-process.exp: New file.
14831
148322015-08-24 Luis Machado <lgustavo@codesourcery.com>
14833
14834 * gdb.opt/inline-markers.c: Make z int.
14835
148362015-08-24 Luis Machado <lgustavo@codesourcery.com>
14837
14838 * gdb.opt/inline-markers.c: Make z volatile.
14839
148402015-08-24 Luis Machado <lgustavo@codesourcery.com>
14841
14842 * gdb.opt/inline-bt.c: New volatile global z.
14843 * gdb.opt/inline-cmds.c: Likewise.
14844 * gdb.opt/inline-locals.c: Likewise.
14845 * gdb.opt/inline-markers.c: New extern global z.
14846 (marker): Use z.
14847 (inline_fn): Likewise.
14848
148492015-08-24 Pedro Alves <palves@redhat.com>
14850
14851 * config/m32r-stub.exp: Remove file.
14852 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14853 * gdb.base/call-rt-st.exp: Likewise.
14854 * gdb.base/call-strs.exp: Likewise.
14855 * gdb.base/default.exp: Remove references to h8300-*-hms and
14856 *-*-udi*.
14857 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14858
148592015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14860
14861 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14862 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14863 and "return" use KFAIL when GDB can not read/write the vector
14864 return value.
14865
148662015-08-21 Gary Benson <gbenson@redhat.com>
14867
14868 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14869
148702015-08-20 Pedro Alves <palves@redhat.com>
14871
14872 * gdb.server/solib-list.exp: No longer expect an interior stop in
14873 non-stop mode.
14874
148752015-08-20 Pedro Alves <palves@redhat.com>
14876
14877 * gdb.server/connect-stopped-target.c: New file.
14878 * gdb.server/connect-stopped-target.exp: New file.
14879
148802015-08-20 Pedro Alves <palves@redhat.com>
14881
14882 * gdb.dwarf2/comp-unit-lang.exp: New file.
14883 * gdb.dwarf2/comp-unit-lang.c: New file.
14884
148852015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14886
14887 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14888 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14889
148902015-08-19 Kevin Buettner <kevinb@redhat.com>
14891
14892 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14893 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14894
148952015-08-18 Doug Evans <dje@google.com>
14896 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14897
14898 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14899 skip_python_tests. New arg prompt_regexp.
14900 (skip_python_tests): New function.
14901 * lib/mi-support.exp (mi_skip_python_tests): New function.
14902 * gdb.python/py-mi-objfile-gdb.py: New file.
14903 * gdb.python/py-mi-objfile.c: New file.
14904 * gdb.python/py-mi-objfile.exp: New file.
14905
149062015-08-17 Keith Seitz <keiths@redhat.com>
14907
14908 * gdb.linespec/explicit.exp: Move strace test from here ...
14909 * gdb.trace/strace.exp: ... to here.
14910
149112015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14912
14913 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14914 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14915
149162015-08-14 Doug Evans <xdje42@gmail.com>
14917
14918 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14919 inferior before selecting a new file.
14920
149212015-08-14 Doug Evans <xdje42@gmail.com>
14922
14923 * gdb.mi/mi-disassemble.exp: Update.
14924 * gdb.base/disasm-optim.S: New file.
14925 * gdb.base/disasm-optim.c: New file.
14926 * gdb.base/disasm-optim.h: New file.
14927 * gdb.base/disasm-optim.exp: New file.
14928
149292015-08-14 Keith Seitz <keiths@redhat.com>
14930
14931 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14932 "evaluated-by".
14933
149342015-08-13 Joel Brobecker <brobecker@adacore.com>
14935
14936 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14937
149382015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14939
14940 * gdb.ada/fun_renaming.exp: New testcase.
14941 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14942 * gdb.ada/fun_renaming/pack.adb: New file.
14943 * gdb.ada/fun_renaming/pack.ads: New file.
14944
149452015-08-12 Keith Seitz <keiths@redhat.com>
14946
14947 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14948 gdb_get_line_number.
14949
149502015-08-12 Joel Brobecker <brobecker@adacore.com>
14951
14952 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14953 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14954 gdb.base/dso2dso.exp: New files.
14955
149562015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14957 Pedro Alves <palves@redhat.com>
14958 Keith Seitz <keiths@redhat.com>
14959
14960 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14961 GDBFLAGS.
14962
149632015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14964
14965 * gdb.base/gdbhistsize-history.exp
14966 (test_histsize_history_setting): Use save_vars.
14967 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14968 Use save_vars.
14969 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14970 * gdb.base/readline.exp: Use save_vars.
14971
149722015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14973
14974 * lib/gdb.exp (save_vars): New proc.
14975
149762015-08-11 Keith Seitz <keiths@redhat.com>
14977
14978 * gdb.base/help.exp: Update help_breakpoint_text.
14979
149802015-08-11 Keith Seitz <keiths@redhat.com>
14981
14982 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14983 (at toplevel): Call test_explicit_breakpoints.
14984 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14985 breakpoints.
14986 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14987 breakpoint conditions, "-cond".
14988
149892015-08-11 Keith Seitz <keiths@redhat.com>
14990
14991 * gdb.linespec/3explicit.c: New file.
14992 * gdb.linespec/cpexplicit.cc: New file.
14993 * gdb.linespec/cpexplicit.exp: New file.
14994 * gdb.linespec/explicit.c: New file.
14995 * gdb.linespec/explicit.exp: New file.
14996 * gdb.linespec/explicit2.c: New file.
14997 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14998 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14999 before using in the matching pattern.
15000 Clarify that `prefix' is a regular expression.
15001
150022015-08-11 Keith Seitz <keiths@redhat.com>
15003
15004 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15005 test.
15006 Add tests for missing ",FMT" and ",".
15007
150082015-08-10 Doug Evans <dje@google.com>
15009 Keith Seitz <keiths@redhat.com>
15010
15011 PR gdb/17960
15012 * gdb.base/completion.exp: Add location completer tests.
15013
150142015-08-07 Pedro Alves <palves@redhat.com>
15015
15016 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15017 tests here.
15018 (top level): Run do_test with and without displaced stepping.
15019
150202015-08-07 Pedro Alves <palves@redhat.com>
15021
15022 * gdb.base/valgrind-disp-step.c: New file.
15023 * gdb.base/valgrind-disp-step.exp: New file.
15024
150252015-08-07 Pedro Alves <palves@redhat.com>
15026
15027 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15028 Delete function.
15029 (main): Add alarm. Run an infinite loop instead of calling
15030 wait_threads.
15031 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15032 comment.
15033 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15034 Delete function.
15035 (main): Add alarm. Run an infinite loop instead of calling
15036 wait_threads.
15037 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15038 comment.
15039
150402015-08-07 Pedro Alves <palves@redhat.com>
15041
15042 * gdb.base/checkpoint-ns.exp: New file.
15043 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15044 standard_testfile.
15045
150462015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15047
15048 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15049 * gdb.btrace/instruction_history.exp: Update.
15050 * gdb.btrace/tsx.exp: New.
15051 * gdb.btrace/tsx.c: New.
15052
150532015-08-06 Pedro Alves <palves@redhat.com>
15054
15055 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15056 increase timeout.
15057 * gdb.reverse/until-precsave.exp: Bump timeouts.
15058
150592015-08-06 Pedro Alves <palves@redhat.com>
15060
15061 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15062
150632015-08-06 Pedro Alves <palves@redhat.com>
15064
15065 PR gdb/18749
15066 * gdb.threads/process-dies-while-handling-bp.c: New file.
15067 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15068
150692015-08-06 Pedro Alves <palves@redhat.com>
15070
15071 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15072 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15073
150742015-08-05 Pedro Alves <palves@redhat.com>
15075
15076 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15077 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15078
150792015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15080
15081 * gdb.base/bp-permanent.exp: Report test as unsupported if
15082 the target cannot stop at the permanent breakpoint.
15083
150842015-08-03 Doug Evans <dje@google.com>
15085
15086 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15087 10000.
15088
150892015-08-03 Doug Evans <dje@google.com>
15090
15091 * Makefile.in (workers/%.worker, build-perf): New rule.
15092 (GDB_PERFTEST_MODE): New variable.
15093 (check-perf): Use it.
15094 (clean): Clean up gdb.perf parallel build subdirs.
15095 * lib/build-piece.exp: New file.
15096 * lib/gdb.exp (make_gdb_parallel_path): New function
15097 (standard_output_file, standard_temp_file): Call it.
15098 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15099 of $GDB_PARALLEL.
15100 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15101
151022015-08-03 Doug Evans <dje@google.com>
15103
15104 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15105 (LOG_FILE_NAME): New global.
15106 (TextReporter.__init__): Initialize self.txt_sum.
15107 (TextReporter.report): Add support for multiple data-points.
15108 Move report to perftest.sum, put raw data in perftest.log.
15109 (TextReporter.start): Open sum and log files.
15110 (TextReporter.end): Close sum and log files.
15111 * gdb.perf/lib/perftest/testresult.py
15112 (SingleStatisticTestResult.record): Handle multiple data-points.
15113
151142015-07-31 Pedro Alves <palves@redhat.com>
15115
15116 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15117 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15118 kill_wait_spawned_process instead of explicit "kill -9".
15119 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15120 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15121 kill_wait_spawned_process.
15122 * gdb.base/attach-twice.exp: Likewise.
15123 * gdb.base/attach.exp: Likewise.
15124 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15125 gdb_test_multiple.
15126 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15127 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15128 kill_wait_spawned_process.
15129 * gdb.base/valgrind-infcall.exp: Likewise.
15130 * gdb.multi/multi-attach.exp: Likewise.
15131 * gdb.python/py-prompt.exp: Likewise.
15132 * gdb.python/py-sync-interp.exp: Likewise.
15133 * gdb.server/ext-attach.exp: Likewise.
15134 * gdb.threads/attach-into-signal.exp (corefunc): Use
15135 spawn_wait_for_attach, spawn_id_get_pid and
15136 kill_wait_spawned_process.
15137 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15138 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15139 spawn_id_get_pid and kill_wait_spawned_process.
15140 * gdb.threads/attach-stopped.exp (corefunc): Use
15141 spawn_wait_for_attach, spawn_id_get_pid and
15142 kill_wait_spawned_process.
15143 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15144 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15145 kill_wait_spawned_process instead of explicit "kill -9".
15146 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15147 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15148 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15149 processes. Don't map cygwin/windows pids here. Now returns a
15150 spawn id list.
15151
151522015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15153
15154 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15155 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15156 correct patch.
15157
151582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15159
15160 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15161
151622015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15163
15164 Reapply:
15165 2014-05-21 Mark Wielaard <mjw@redhat.com>
15166
15167 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15168
151692015-07-30 Pedro Alves <palves@redhat.com>
15170
15171 * linux-low.c (handle_extended_wait): Set the child's last
15172 reported status to TARGET_WAITKIND_STOPPED.
15173
151742015-07-30 Pedro Alves <palves@redhat.com>
15175
15176 PR threads/18600
15177 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15178 only shows inferior 1.
15179
151802015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15181 Pedro Alves <palves@redhat.com>
15182
15183 PR threads/18600
15184 * gdb.threads/fork-plus-threads.c: New file.
15185 * gdb.threads/fork-plus-threads.exp: New file.
15186
151872015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15188
15189 * gdb.base/batch-preserve-term-settings.exp
15190 (test_terminal_settings_preserved_after_cli_exit): Use
15191 send_quit_command.
15192
151932015-07-29 Pedro Alves <palves@redhat.com>
15194 Don Breazeal <donb@codesourcery.com>
15195
15196 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15197 output from both inferior_spawn_id and gdb_spawn_id.
15198
151992015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15200
15201 * gdb.threads/attach-into-signal.exp (corefunc): Use
15202 with_test_prefix on nested loops, uniquefying the test messages.
15203
152042015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15205
15206 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15207 commit.
15208
152092015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15210
15211 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15212 New proc.
15213 (test_terminal_settings_preserved_after_sigterm): New test.
15214
152152015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15216
15217 * gdb.base/batch-preserve-term-settings.exp
15218 (test_terminal_settings_preserved_after_cli_exit): New test.
15219
152202015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15221
15222 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15223 manipulation of saved_gdbflags.
15224 (test_terminal_settings_preserved): Remove global declaration of
15225 the unused variable pagination_prompt. Remove manipulation of
15226 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15227 GDBFLAGS.
15228
152292015-07-29 Pedro Alves <palves@redhat.com>
15230
15231 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15232
152332015-07-29 Pedro Alves <palves@redhat.com>
15234
15235 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15236 at the top.
15237
152382015-07-29 Pedro Alves <palves@redhat.com>
15239
15240 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15241 (main): Call gdb_unbuffer_output.
15242 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15243 (main): Call gdb_unbuffer_output.
15244 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15245 (main): Call gdb_unbuffer_output.
15246 * gdb.base/call-strs.exp: Adjust to step over the
15247 gdb_unbuffer_output call.
15248 * gdb.base/catch-gdb-caused-signals.c: Include
15249 "../lib/unbuffer_output.c".
15250 (main): Call gdb_unbuffer_output.
15251 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15252 (main): Call gdb_unbuffer_output.
15253 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15254 (main): Call gdb_unbuffer_output.
15255 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15256 (main): Call gdb_unbuffer_output.
15257 * gdb.base/shlib-call.exp: Adjust to step over the
15258 gdb_unbuffer_output call.
15259 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15260 (main): Call gdb_unbuffer_output.
15261 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15262 (main): Call gdb_unbuffer_output.
15263 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15264 (main): Rename to ...
15265 (test): ... this.
15266 (main): Reimplement.
15267 * gdb.base/varargs.exp: Run to test instead of to main.
15268 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15269 (main): Call gdb_unbuffer_output.
15270
152712015-07-29 Pedro Alves <palves@redhat.com>
15272
15273 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15274 factore out from mi_continue_dprintf. For call-style dprintfs,
15275 expect dprintf output out of $inferior_spawn_id.
15276 (mi_continue_dprintf): Use mi_expect_dprintf.
15277 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15278 (main): Call gdb_unbuffer_output.
15279
152802015-07-29 Pedro Alves <palves@redhat.com>
15281
15282 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15283 (default_mi_gdb_start): Set inferior_spawn_id instead of
15284 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15285 gdb_spawn_id.
15286 (mi_gdb_test): Always expect inferior output from both
15287 $inferior_spawn_id and $gdb_spawn_id.
15288
152892015-07-29 Pedro Alves <palves@redhat.com>
15290
15291 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15292 send_inferior and $inferior_spawn_id.
15293
152942015-07-29 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.gdb/complaints.exp (test_initial_complaints)
15297 (test_serial_complaints, test_short_complaints): Use
15298 gdb_test_stdio.
15299 (test_empty_complaint): Handle $inferior_spawn_id !=
15300 $gdb_spawn_id.
15301
153022015-07-29 Pedro Alves <palves@redhat.com>
15303
15304 * gdb.base/varargs.exp: Use gdb_test_stdio.
15305
153062015-07-29 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15309
153102015-07-29 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15313
153142015-07-29 Pedro Alves <palves@redhat.com>
15315
15316 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15317 parameter into two new parameters, "inf_result" and "gdb_result".
15318 Expect inferior output and gdb output from $inferior_spawn_id and
15319 $gdb_spawn_id, respectively. Adjust all callers.
15320
153212015-07-29 Pedro Alves <palves@redhat.com>
15322
15323 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15324 of gdb_test_sequence.
15325
153262015-07-29 Pedro Alves <palves@redhat.com>
15327
15328 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15329 (saw_spurious_output): Expect inferior output from
15330 $inferior_spawn_id. Use gdb_test_stdio.
15331
153322015-07-29 Pedro Alves <palves@redhat.com>
15333
15334 * gdb.base/dprintf.exp: Use standard_testfile. Change
15335 prepare_for_testing call.
15336 (srcfile): Don't set.
15337 (restart): New procedure.
15338 (test_dprintf): New procecure, use to continue over dprintfs.
15339 (test_call, test_agent): New procedures, tests moved here.
15340 Restart gdb and recreate dprintfs. Adjust expected output.
15341
153422015-07-29 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15345
153462015-07-29 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15349
153502015-07-29 Pedro Alves <palves@redhat.com>
15351
15352 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15353 gdb_test_stdio.
15354
153552015-07-29 Pedro Alves <palves@redhat.com>
15356
15357 * lib/gdb.exp (gdb_test_stdio): New procedure.
15358
153592015-07-29 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15362
153632015-07-29 Pedro Alves <palves@redhat.com>
15364
15365 * gdb.base/call-signal-resume.exp: Remove check for
15366 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15367 * gdb.base/unwindonsignal.exp: Likewise.
15368 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15369 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15370
153712015-07-29 Pedro Alves <palves@redhat.com>
15372
15373 * gdb.base/siginfo-addr.c (pass): New function.
15374 (handler): Call it iff si_addr is correct.
15375 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15376 Set a breakpoint at "pass" and continue to it.
15377
153782015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15379
15380 * gdb.python/py-objfile.exp: Make some tests have unique names.
15381 * gdb.python/py-pp-registration.exp: Likewise.
15382
153832015-07-28 Pedro Alves <palves@redhat.com>
15384
15385 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15386
153872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15388
15389 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15390
153912015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15392
15393 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15394
153952015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15396
15397 * gdb.base/gdb-sigterm-2.exp: New test.
15398
153992015-07-25 Doug Evans <xdje42@gmail.com>
15400
15401 Revert:
15402 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15403 (workers/%.worker, build-perf): New rule.
15404 (GDB_PERFTEST_MODE): New variable.
15405 (check-perf): Use it.
15406 (clean): Clean up gdb.perf parallel build subdirs.
15407 * lib/build-piece.exp: New file.
15408 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15409 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15410 name.
15411 (standard_temp_file): Ditto.
15412 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15413 of $GDB_PARALLEL.
15414
154152015-07-24 Doug Evans <dje@google.com>
15416
15417 * gdb.perf/lib/perftest/utils.py: New file.
15418 * gdb.perf/gm-hello.cc: New file.
15419 * gdb.perf/gm-pervasive-typedef.cc: New file.
15420 * gdb.perf/gm-pervasive-typedef.h: New file.
15421 * gdb.perf/gm-std.cc: New file.
15422 * gdb.perf/gm-std.h: New file.
15423 * gdb.perf/gm-use-cerr.cc: New file.
15424 * gdb.perf/gm-utils.h: New file.
15425 * gdb.perf/gmonster-null-lookup.py: New file.
15426 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15427 * gdb.perf/gmonster-print-cerr.py: New file.
15428 * gdb.perf/gmonster-ptype-string.py: New file.
15429 * gdb.perf/gmonster-runto-main.py: New file.
15430 * gdb.perf/gmonster-select-file.py: New file.
15431 * gdb.perf/gmonster1-null-lookup.exp: New file.
15432 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15433 * gdb.perf/gmonster1-print-cerr.exp: New file.
15434 * gdb.perf/gmonster1-ptype-string.exp: New file.
15435 * gdb.perf/gmonster1-runto-main.exp: New file.
15436 * gdb.perf/gmonster1-select-file.exp: New file.
15437 * gdb.perf/gmonster1.cc: New file.
15438 * gdb.perf/gmonster1.exp: New file.
15439 * gdb.perf/gmonster2-null-lookup.exp: New file.
15440 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15441 * gdb.perf/gmonster2-print-cerr.exp: New file.
15442 * gdb.perf/gmonster2-ptype-string.exp: New file.
15443 * gdb.perf/gmonster2-runto-main.exp: New file.
15444 * gdb.perf/gmonster2-select-file.exp: New file.
15445 * gdb.perf/gmonster2.cc: New file.
15446 * gdb.perf/gmonster2.exp: New file.
15447
154482015-07-24 Doug Evans <dje@google.com>
15449
15450 * gdb.perf/README: New file.
15451 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15452 * lib/gen-perf-test.exp: New file.
15453
154542015-07-24 Doug Evans <dje@google.com>
15455
15456 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15457 (PerfTest::startup): New function.
15458 (PerfTest::run): Return result of calling body.
15459 (PerfTest::assemble): Rewrite.
15460 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15461 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15462 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15463 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15464 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15465
154662015-07-24 Doug Evans <dje@google.com>
15467
15468 * lib/gdb.exp (clean_restart): Make executable optional.
15469
154702015-07-24 Doug Evans <dje@google.com>
15471
15472 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15473 compiler_info references.
15474 * gdb.cp/temargs.exp: Ditto.
15475 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15476 (get_compiler_info): Early exit if already computed. Set compiler_info
15477 to "unknown" if there was a problem.
15478 (test_compiler_info): Add function comment. Call get_compiler_info.
15479
154802015-07-24 Doug Evans <dje@google.com>
15481
15482 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15483 (workers/%.worker, build-perf): New rule.
15484 (GDB_PERFTEST_MODE): New variable.
15485 (check-perf): Use it.
15486 (clean): Clean up gdb.perf parallel build subdirs.
15487 * lib/build-piece.exp: New file.
15488 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15489 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15490 name.
15491 (standard_temp_file): Ditto.
15492 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15493 of $GDB_PARALLEL.
15494
154952015-07-24 Doug Evans <dje@google.com>
15496
15497 * lib/future.exp (gdb_default_target_compile): New option
15498 "early_flags".
15499 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15500 --as-needed.
15501
155022015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15503
15504 * gdb.base/catch-syscall.exp: Call gdb_exit before
15505 gdb_skip_xml_test.
15506
155072015-07-24 Pedro Alves <palves@redhat.com>
15508
15509 * gdb.python/py-events.exp: Accept output between the stop event
15510 and the prompt.
15511 * gdb.python/py-evsignal.exp: Likewise.
15512 * gdb.python/py-evthreads.exp: Likewise.
15513
155142015-07-24 Pedro Alves <palves@redhat.com>
15515
15516 PR gdb/18717
15517 * gdb.threads/non-ldr-exit.c: New file.
15518 * gdb.threads/non-ldr-exit.exp: New file.
15519
155202015-07-24 Yao Qi <yao.qi@linaro.org>
15521
15522 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15523 restarting process.
15524
155252015-07-24 Yao Qi <yao.qi@linaro.org>
15526
15527 * gdb.server/ext-restart.exp: New file.
15528
155292015-07-24 Yao Qi <yao.qi@linaro.org>
15530
15531 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15532 argument options.
15533 * gdb.server/ext-wrapper.exp: New file.
15534
155352015-07-23 Doug Evans <dje@google.com>
15536
15537 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15538 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15539
155402015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15541
15542 * gdb.ada/var_arr_typedef.exp: New testcase.
15543 * gdb.ada/var_arr_typedef/pack.adb: New file.
15544 * gdb.ada/var_arr_typedef/pack.ads: New file.
15545 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15546
155472015-07-20 Joel Brobecker <brobecker@adacore.com>
15548
15549 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15550
155512015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15552
15553 * gdb.arch/i386-biarch-core.exp: Replace istarget
15554 by "complete set gnutarget". Remove expectation for the "core-file"
15555 command.
15556
155572015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15558
15559 Revert the previous commit:
15560 Tests for validate symbol file using build-id.
15561
155622015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15563
15564 Tests for validate symbol file using build-id.
15565 * gdb.base/solib-mismatch-lib.c: New file.
15566 * gdb.base/solib-mismatch-libmod.c: New file.
15567 * gdb.base/solib-mismatch.c: New file.
15568 * gdb.base/solib-mismatch.exp: New file.
15569
155702015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15571
15572 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15573 nios2-*-linux*.
15574 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15575 * gdb.base/siginfo.exp: Likewise.
15576 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15577
155782015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15579
15580 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15581 Move it to ...
15582 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15583 ... here.
15584 * gdb.trace/range-stepping.exp: Check that the target supports
15585 range stepping.
15586
155872015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15588
15589 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15590
155912015-07-14 Pedro Alves <palves@redhat.com>
15592
15593 * gdb.base/killed-outside.exp: New file.
15594 * gdb.base/killed-outside.c: New file.
15595
155962015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15597
15598 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15599 (n at main): New.
15600 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15601
156022015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15603
15604 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15605 infcall tests instead of setting up for KFAIL.
15606
156072015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15608
15609 * gdb.btrace/record_goto-step.exp: New.
15610
156112015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15612
15613 PR compile/18484
15614 * gdb.compile/compile.c (struct struct_type): Add volatile to
15615 selffield's type.
15616 * gdb.compile/compile.exp
15617 (compile code struct_object.selffield = &struct_object): Skip further
15618 struct_object tests if this one xfails.
15619
156202015-07-08 Robert O'Callahan <robert@ocallahan.org>
15621
15622 PR exp/18617
15623 * gdb.trace/ax.exp: Add test.
15624
156252015-07-07 Yao Qi <yao.qi@linaro.org>
15626
15627 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15628 instead of istarget "aarch64*-*-*".
15629 * gdb.arch/aarch64-fp.exp: Likewise.
15630 * gdb.base/float.exp: Likewise.
15631 * gdb.reverse/aarch64.exp: Likewise.
15632 * lib/gdb.exp (is_aarch64_target): New proc.
15633
156342015-07-07 Yao Qi <yao.qi@linaro.org>
15635
15636 * lib/gdb.exp (is_aarch32_target): New proc.
15637 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15638 instead of "istarget "arm*-*-*"".
15639 * gdb.arch/arm-disp-step.exp: Likewise.
15640 * gdb.arch/thumb-bx-pc.exp: Likewise.
15641 * gdb.arch/thumb-prologue.exp: Likewise.
15642 * gdb.arch/thumb-singlestep.exp: Likewise.
15643 * gdb.base/disp-step-syscall.exp: Likewise.
15644 * gdb.base/float.exp: Likewise.
15645
156462015-07-07 Yao Qi <yao.qi@linaro.org>
15647
15648 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15649 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15650
156512015-07-07 Yao Qi <yao.qi@linaro.org>
15652
15653 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15654 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15655 if it exists.
15656 * gdb.multi/multi-arch.exp: Likewise.
15657
156582015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15659
15660 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15661 print.
15662
156632015-07-07 Yao Qi <yao.qi@linaro.org>
15664
15665 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15666
156672015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15668
15669 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15670 '[' and ']' characters.
15671
156722015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15673
15674 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15675
156762015-06-29 Pedro Alves <palves@redhat.com>
15677
15678 PR threads/18127
15679 * gdb.threads/hand-call-new-thread.c: New file.
15680 * gdb.threads/hand-call-new-thread.c: New file.
15681
156822015-06-26 Keith Seitz <keiths@redhat.com>
15683 Doug Evans <dje@google.com>
15684
15685 PR 16253
15686 * gdb.cp/var-tag-2.cc: New file.
15687 * gdb.cp/var-tag-3.cc: New file.
15688 * gdb.cp/var-tag-4.cc: New file.
15689 * gdb.cp/var-tag.cc: New file.
15690 * gdb.cp/var-tag.exp: New file.
15691
156922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15693
15694 * gdb.base/history-duplicates.exp: New test.
15695
156962015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15697
15698 * gdb.base/completion.exp: Test the completion of the "focus"
15699 command.
15700
157012015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15702
15703 * gdb.arch/amd64-prologue-skip.S: New file.
15704 * gdb.arch/amd64-prologue-skip.exp: New file.
15705
157062015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15707
15708 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15709 is_address_zero_readable check.
15710
157112015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15712
15713 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15714 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15715
157162015-06-24 Yao Qi <yao.qi@linaro.org>
15717
15718 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15719 linux targets.
15720
157212015-06-24 Yao Qi <yao.qi@linaro.org>
15722
15723 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15724 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15725 * gdb.base/siginfo-thread.exp: Likewise.
15726
157272015-06-22 Yao Qi <yao.qi@linaro.org>
15728
15729 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15730
157312015-06-22 Yao Qi <yao.qi@linaro.org>
15732
15733 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15734 aarch64*-*-*.
15735 (skip_hw_watchpoint_tests): Likewise.
15736
157372015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15738
15739 * gdb.base/gdbinit-history.exp: Test the interaction between
15740 setting GDBHISTSIZE and setting the history size via .gdbinit.
15741
157422015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15743
15744 PR gdb/16999
15745 * gdb.base/gdbhistsize-history.exp: New test.
15746
157472015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15748
15749 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15750 with GDBHISTSIZE.
15751 * gdb.base/readline.exp: Likewise.
15752
157532015-06-17 Yao Qi <yao.qi@linaro.org>
15754
15755 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15756 line.
15757
157582015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15759
15760 * gdb.base/gdbinit-history.exp: Add test case to check that
15761 an unlimited history file does not get truncated on exit.
15762
157632015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15764
15765 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15766 (VECTOR): New macro. Use it...
15767 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15768 ...for these typedefs.
15769 (int8, char1, int1, double1): New typedefs.
15770 (struct just_int2, struct two_int2): New structures.
15771 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15772 (add_structvecs, add_singlevecs): New functions.
15773 (main): Call add_some_intvecs twice.
15774 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15775 the compile and exit upon failure. Try compiling for the "native"
15776 architecture. Test inferior function calls with vector arguments
15777 and vector return value handling with "finish" and "return".
15778
157792015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15780
15781 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15782 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15783 PE file.
15784 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15785
157862015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15787
15788 PR breakpoints/16465
15789 * gdb.mi/mi-dprintf-pending.c: New file.
15790 * gdb.mi/mi-dprintf-pending.exp: New test.
15791 * gdb.mi/mi-dprintf-pendshr.c: New file.
15792
157932015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15794 Mircea Gherzan <mircea.gherzan@intel.com>
15795
15796 * gdb.arch/i386-mpx-map.c: New file.
15797 * gdb.arch/i386-mpx-map.exp: New File.
15798
157992015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15800
15801 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15802 * gdb.arch/i386-mpx.exp: Indentation fixed.
15803
158042015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15805
15806 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15807 function and improved indentation.
15808 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15809 gdb_test_multiple. Added additional tests to skip the test.
15810
158112015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15812
15813 * gdb.arch/i386-avx512.c: Change path in include file.
15814 * gdb.arch/i386-avx512.exp: Change include dir path
15815 compilation flag.
15816 * gdb.arch/i386-mpx.c: Change path in include file.
15817 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15818 flag.
15819
158202015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15821
15822 * gdb.compile/compile-print.exp (compile print *vararray@3)
15823 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15824
158252015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15826
15827 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15828 (do not keep jit in memory): ... this.
15829 (expect 5): Change it to ...
15830 (expect no 5): ... this.
15831
158322015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15833
15834 PR gdb/15564
15835 * gdb.mi/mi-detach.exp: New file.
15836
158372015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15838
15839 PR symtab/18392
15840 * gdb.arch/amd64-tailcall-self.S: New file.
15841 * gdb.arch/amd64-tailcall-self.c: New file.
15842 * gdb.arch/amd64-tailcall-self.exp: New file.
15843
158442015-05-28 Don Breazeal <donb@codesourcery.com>
15845
15846 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15847 tests for remote targets by checking is_target_gdbserver.
15848
158492015-05-27 Doug Evans <dje@google.com>
15850
15851 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15852 * gdb.dwarf2/opaque-type-lookup.c: New file.
15853 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15854
158552015-05-26 Doug Evans <dje@google.com>
15856
15857 * gdb.cp/iostream.cc: New file.
15858 * gdb.cp/iostream.exp: New file.
15859
158602015-05-26 Doug Evans <dje@google.com>
15861
15862 * gdb.dwarf2/dw2-op-call.exp: Update.
15863 * gdb.dwarf2/dw4-sig-types.exp: Update.
15864 * gdb.dwarf2/implptr.exp: Update.
15865 * gdb.mi/mi-cmd-param-changed.exp: Update.
15866
158672015-05-26 Doug Evans <dje@google.com>
15868
15869 * gdb.python/py-lazy-string.c: New file.
15870 * gdb.python/py-lazy-string.exp: New file.
15871 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15872 (main): Update. Add estring3.
15873 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15874 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15875
158762015-05-26 Omair Javaid <omair.javaid@linaro.org>
15877 Yao Qi <yao.qi@linaro.org>
15878
15879 * gdb.reverse/aarch64.c: New.
15880 * gdb.reverse/aarch64.exp: New.
15881
158822015-05-26 Omair Javaid <omair.javaid@linaro.org>
15883
15884 * lib/gdb.exp (supports_process_record): Return true for
15885 aarch64*-linux*.
15886 (supports_reverse): Likewise.
15887
158882015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15889
15890 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15891 Use with_test_prefix.
15892
158932015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15894
15895 * gdb.base/completion.exp: Add test for completion of layout
15896 names.
15897
158982015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15899
15900 * lib/gdb.exp (skip_tui_tests): New proc.
15901 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15902
159032015-05-19 Pedro Alves <palves@redhat.com>
15904
15905 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15906 Save the whole env array instead of just HOME. Unset HISTSIZE in
15907 the environment while testing. Restore whole environment
15908 afterwards.
15909
159102015-05-16 Doug Evans <xdje42@gmail.com>
15911
15912 * gdb.guile/scm-ports.c: New file.
15913 * gdb.guile/scm-ports.exp: Add memory port tests.
15914
159152015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15916
15917 * gdb.compile/compile-print.c: New file.
15918 * gdb.compile/compile-print.exp: New file.
15919
159202015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15921
15922 * gdb.compile/compile-ops.exp: Cast param to void.
15923 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15924 (compile code struct_object.selffield = &struct_object): Add xfail.
15925
159262015-05-15 Joel Brobecker <brobecker@adacore.com>
15927
15928 * gdb.ada/arr_enum_with_gap: New testcase.
15929
159302015-05-15 Joel Brobecker <brobecker@adacore.com>
15931
15932 * gdb.ada/byte_packed_arr: New testcase.
15933
159342015-05-15 Joel Brobecker <brobecker@adacore.com>
15935
15936 * gdb.ada/pckd_neg: New testcase.
15937
159382015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15939
15940 PR gdb/17820
15941 * gdb.base/gdbinit-history.exp: New test.
15942 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15943 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15944
159452015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15946
15947 * gdb.python/py-xmethods.cc: Enhance test case.
15948 * gdb.python/py-xmethods.exp: New tests.
15949 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15950 function.
15951 (B_indexoper): Likewise.
15952 (global_dm_list) : Add new xmethod worker functions.
15953
159542015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15955
15956 * gdb.base/coredump-filter.exp: Correctly unset
15957 "coredump_var_addr" array.
15958
159592015-05-08 Pedro Alves <palves@redhat.com>
15960
15961 * gdb.server/non-existing-program.exp: Unset spawn_id.
15962
159632015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15964
15965 PR python/18291
15966 * gdb.python/py-xmethods.exp: Add tests.
15967
159682015-05-08 Yao Qi <yao.qi@linaro.org>
15969
15970 PR gdb/18208
15971 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15972 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15973 function set_coredump_filter, and remove remote_exec call.
15974 Remove argument ipid. Callers update.
15975 (top level): Don't get inferior's PID.
15976
159772015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15978
15979 * gdb.base/watch_thread_num.exp: Skip test on targets without
15980 access watchpoints.
15981
159822015-05-06 Pedro Alves <palves@redhat.com>
15983
15984 PR server/18081
15985 * gdb.server/non-existing-program.exp: New file.
15986
159872015-05-05 Joel Brobecker <brobecker@adacore.com>
15988
15989 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15990
159912015-05-05 Joel Brobecker <brobecker@adacore.com>
15992
15993 * gdb.ada/out_of_line_in_inlined: New testcase.
15994
159952015-05-05 Joel Brobecker <brobecker@adacore.com>
15996
15997 * gdb.ada/var_rec_arr: New testcase.
15998
159992015-04-30 Yao Qi <yao.qi@linaro.org>
16000
16001 * gdb.base/break-idempotent.exp: If
16002 skip_hw_watchpoint_multi_tests returns true, skip the tests
16003 on "rwatch" and "awatch".
16004
160052015-04-30 Yao Qi <yao.qi@linaro.org>
16006
16007 * gdb.base/relativedebug.exp: Invoke gdb command
16008 "info sharedlibrary", and if libc.so doesn't have debug info,
16009 skip the test.
16010
160112015-04-29 Doug Evans <dje@google.com>
16012
16013 * gdb.python/py-xmethods.exp: Add ptype tests.
16014 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16015 get_result_type method.
16016
160172015-04-29 Luis Machado <lgustavo@codesourcery.com>
16018
16019 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16020 the target does not support hardware watchpoints.
16021
160222015-04-29 Luis Machado <lgustavo@codesourcery.com>
16023
16024 * gdb.base/break-always.exp: Abort testing if writing to memory
16025 causes an error.
16026
160272015-04-28 Doug Evans <dje@google.com>
16028
16029 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16030 * gdb.python/py-pp-registration.exp: ... here. New file.
16031 * gdb.python/py-pp-registration.c: New file.
16032 * gdb.python/py-pp-registration.py: New file.
16033
160342015-04-28 Doug Evans <dje@google.com>
16035
16036 * gdb.python/py-bad-printers.c: New file.
16037 * gdb.python/py-bad-printers.py: New file.
16038 * gdb.python/py-bad-printers.exp: New file.
16039
160402015-04-28 Sasha Smundak <asmundak@google.com>
16041
16042 * gdb.python/py-type.exp: New test.
16043
160442015-04-28 Andy Wingo <wingo@igalia.com>
16045
16046 * gdb.python/py-parameter.exp:
16047 * gdb.guile/scm-parameter.exp: Escape the path that we are
16048 matching against, as it might contain characters that are special
16049 to regular expressions.
16050
160512015-04-27 Joel Brobecker <brobecker@adacore.com>
16052
16053 * gdb.ada/rec_comp: New testcase.
16054
160552015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16056
16057 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16058 before using it.
16059
160602015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16061
16062 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16063 new tests for verilog output.
16064
160652015-04-24 Yao Qi <yao.qi@linaro.org>
16066
16067 * boards/remote-gdbserver-on-localhost.exp: New file.
16068
160692015-04-23 Pedro Alves <palves@redhat.com>
16070
16071 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16072 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16073 "end of file", remove $inferior_spawn_id from the indirect list.
16074
160752015-04-23 Pedro Alves <palves@redhat.com>
16076
16077 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16078
160792015-04-23 Pedro Alves <palves@redhat.com>
16080
16081 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16082 on $any_spawn_id instead of only on $gdb_spawn_id.
16083
160842015-04-21 Pierre Muller <muller@sourceware.org>
16085
16086 PR pascal/17815
16087 * lib/pascal.exp (gpc_compile): Add new option "class".
16088 (fpc_compile): Likewise.
16089 * gdb.pascal/case-insensitive-symbols.pas: New file.
16090 * gdb.pascal/case-insensitive-symbols.exp: New file.
16091
160922015-04-20 Gary Benson <gbenson@redhat.com>
16093
16094 * gdb.base/attach.exp: Fix three extended remote failures.
16095
160962015-04-17 Gary Benson <gbenson@redhat.com>
16097
16098 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16099 the main executable over the remote protocol.
16100
161012015-04-16 Pedro Alves <palves@redhat.com>
16102
16103 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16104 a new gdbserver if gdbserver_reconnect_p is set.
16105
161062015-04-16 Pedro Alves <palves@redhat.com>
16107
16108 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16109 is set, don't exit gdbserver.
16110
161112015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16112
16113 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16114 appropriate .insn, such that an older assembler can be used.
16115 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16116 the z/Architecture instruction set on 31-bit targets as well.
16117
161182015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16119
16120 * gdb.go/handcall.exp: Remove all logic related to the first
16121 breakpoint and rely on go_runto_main instead.
16122 * gdb.go/strings.exp: Likewise.
16123 * gdb.go/unsafe.exp: Likewise.
16124 * gdb.go/hello.exp: Likewise. Also rename the remaining
16125 breakpoint marker to "breakpoint 1".
16126 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16127 * gdb.go/strings.go: Likewise.
16128 * gdb.go/unsafe.go: Likewise.
16129 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16130 "set breakpoint 2 here" and rename the remaining breakpoint marker
16131 to "breakpoint 1".
16132
161332015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16134
16135 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16136 if itertools.imap is not present.
16137 * gdb.python/py-objfile.exp: Add parentheses.
16138 * gdb.python/py-type.exp: Same.
16139 * gdb.python/py-unwind-maint.py: Same.
16140
161412015-04-15 Yao Qi <yao.qi@linaro.org>
16142
16143 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16144 of ":$ptr_size" and set its form explicitly.
16145
161462015-04-15 Pedro Alves <palves@redhat.com>
16147 Yao Qi <yao.qi@linaro.org>
16148
16149 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16150 timeout by factor of 4.
16151 (test_regular_watch): Likewise.
16152 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16153 * gdb.reverse/sigall-reverse.exp: Likewise.
16154 * gdb.reverse/until-precsave.exp: Likewise.
16155 * lib/gdb.exp (with_timeout_factor): New proc.
16156 (gdb_expect): Move some code to ...
16157 (get_largest_timeout): ... here. New procedure.
16158
161592015-04-14 Luis Machado <lgustavo@codesourcery.com>
16160
16161 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16162
161632015-04-13 Luis Machado <lgustavo@codesourcery.com>
16164
16165 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16166 to write to the .text section.
16167
161682015-04-13 Luis Machado <lgustavo@codesourcery.com>
16169
16170 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16171 Handle the case of targets that do not provide PID information.
16172
161732015-04-13 Yao Qi <yao.qi@linaro.org>
16174
16175 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16176 and use expect instead of gdb_expect.
16177
161782015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16179
16180 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16181 "coredump_var_addr" to avoid naming conflict with other testcases.
16182
161832015-04-10 Pedro Alves <palves@redhat.com>
16184
16185 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16186 gdb_test_sequence and gdb_assert.
16187
161882015-04-10 Pedro Alves <palves@redhat.com>
16189
16190 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16191 test messages that don't include the breakpoint address.
16192
161932015-04-10 Yao Qi <yao.qi@linaro.org>
16194
16195 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16196 false for some offset and width combinations which aren't
16197 supported by linux kernel.
16198
161992015-04-10 Pedro Alves <palves@redhat.com>
16200
16201 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16202 procedure, factored out from ...
16203 (top level): ... here. Add "set displaced-stepping" testing axis.
16204 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16205 parameter "displaced". Use it.
16206 (top level): Use foreach and add "set displaced-stepping" testing
16207 axis.
16208
162092015-04-10 Pedro Alves <palves@redhat.com>
16210
16211 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16212 Remove comment.
16213 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16214 both the address of the instruction that triggers the watchpoint
16215 and the address of the instruction immediately after, and use
16216 those addresses for the test. Fix comment.
16217
162182015-04-10 Pedro Alves <palves@redhat.com>
16219
16220 * gdb.base/sigstep.exp (breakpoint_to_handler)
16221 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16222 Test "backtrace" in handler.
16223 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16224 (top level): Add new "displaced" test axis to
16225 breakpoint_to_handler, breakpoint_to_handler_entry and
16226 breakpoint_over_handler.
16227
162282015-04-10 Pedro Alves <palves@redhat.com>
16229
16230 PR gdb/18216
16231 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16232
162332015-04-10 Yao Qi <yao.qi@linaro.org>
16234
16235 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16236 (test_add_rn_pc): New function.
16237 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16238 (top level): Invoke test_add_rn_pc.
16239
162402015-04-10 Pedro Alves <palves@redhat.com>
16241
16242 PR gdb/13858
16243 * gdb.base/step-over-no-symbols.exp: New file.
16244
162452015-04-09 Andy Wingo <wingo@igalia.com>
16246
16247 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16248 after the Python tests.
16249
162502015-04-08 Keith Seitz <keiths@redhat.com>
16251
16252 PR python/16699
16253 * gdb.python/py-completion.exp: New tests for completion.
16254 * gdb.python/py-completion.py (CompleteLimit1): New class.
16255 (CompleteLimit2): Likewise.
16256 (CompleteLimit3): Likewise.
16257 (CompleteLimit4): Likewise.
16258 (CompleteLimit5): Likewise.
16259 (CompleteLimit6): Likewise.
16260 (CompleteLimit7): Likewise.
16261
162622015-04-08 Pedro Alves <palves@redhat.com>
16263
16264 PR gdb/18214
16265 PR gdb/18216
16266 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16267 function.
16268 (main): Install it as SIGUSR1 handler.
16269 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16270 parameter. Always use "setup" as prefix. Toggle "set
16271 displaced-stepping" off/on depending on global. Don't switch to
16272 thread 1 here.
16273 (top level): Add displaced stepping "off/on" test axis. Update
16274 "setup" calls. Wrap each subtest with with_test_prefix. Test
16275 continuing with a queued signal in each thread.
16276
162772015-04-08 Pedro Alves <palves@redhat.com>
16278
16279 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16280 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16281 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16282 Return early if running to main fails.
16283 * gdb.trace/while-stepping.exp: Likewise.
16284
162852015-04-07 Pedro Alves <palves@redhat.com>
16286
16287 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16288 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16289 interact with inferior program.
16290
162912015-04-07 Pedro Alves <palves@redhat.com>
16292
16293 * lib/gdb.exp (inferior_spawn_id): New global.
16294 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16295 spawn id after processing the user code.
16296 (default_gdb_start): Set inferior_spawn_id.
16297 (send_inferior): New procedure.
16298 * lib/gdbserver-support.exp (gdbserver_start): Set
16299 inferior_spawn_id.
16300 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16301
163022015-04-07 Pedro Alves <palves@redhat.com>
16303
16304 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16305 * lib/gdbserver-support.exp (gdbserver_start): Make
16306 $server_spawn_id global.
16307 (gdbserver_start): Don't wait for gdbserver's spawn id with
16308 expect_background.
16309 (close_gdbserver): New procedure.
16310 (gdb_exit): Rename the default version and reimplement.
16311
163122015-04-07 Pedro Alves <palves@redhat.com>
16313
16314 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16315 append the substituted item, not the original item.
16316
163172015-04-07 Pedro Alves <palves@redhat.com>
16318
16319 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16320 gdb_expect.
16321
163222015-04-07 Pedro Alves <palves@redhat.com>
16323
16324 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16325 output appearing once only.
16326
163272015-04-07 Pedro Alves <palves@redhat.com>
16328
16329 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16330 that doesn't expect anything. Return early if running to main
16331 fails.
16332
163332015-04-07 Yao Qi <yao.qi@linaro.org>
16334
16335 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16336 (child_function): Call alarm.
16337 (main): Move call to alarm into the loop.
16338 * gdb.threads/non-stop-fair-events.exp: Build program with
16339 -DTIMEOUT=$timeout.
16340
163412015-04-06 Doug Evans <xdje42@gmail.com>
16342
16343 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16344 Fix dest parameter to board_info.
16345 (fpc_compile): Ditto.
16346 (gdb_compile_pascal): Rename dest arg to destfile.
16347
163482015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16349
16350 * gdb.ada/funcall_ref.exp: New file.
16351 * gdb.ada/funcall_ref/foo.adb: New file.
16352
163532015-04-02 Yao Qi <yao.qi@linaro.org>
16354
16355 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16356 is remote.
16357
163582015-04-02 Gary Benson <gbenson@redhat.com>
16359
16360 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16361
163622015-04-01 Sasha Smundak <asmundak@google.com>
16363
16364 * gdb.python/py-unwind-maint.c: New file.
16365 * gdb.python/py-unwind-maint.exp: New test.
16366 * gdb.python/py-unwind-maint.py: New file.
16367 * gdb.python/py-unwind.c: New file.
16368 * gdb.python/py-unwind.exp: New test.
16369 * gdb.python/py-unwind.py: New test.
16370
163712015-04-01 Pedro Alves <palves@redhat.com>
16372
16373 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16374 to fail instead of non-existent $test.
16375
163762015-04-01 Pedro Alves <palves@redhat.com>
16377
16378 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16379 GDBFLAGS if not empty.
16380
163812015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16382
16383 * gdb.ada/complete.exp: Remove "multi_line".
16384 * gdb.ada/info_exc.exp: Remove "multi_line".
16385 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16386 * gdb.ada/ptype_field.exp: Remove "multi_line".
16387 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16388 * gdb.ada/tagged.exp: Remove "multi_line".
16389 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16390 [multi_line ...]
16391 * gdb.btrace/delta.exp: Likewise.
16392 * gdb.btrace/exception.exp: Likewise.
16393 * gdb.btrace/function_call_history.exp: Likewise.
16394 * gdb.btrace/instruction_history.exp: Likewise.
16395 * gdb.btrace/nohist.exp: Likewise.
16396 * gdb.btrace/record_goto.exp: Likewise.
16397 * gdb.btrace/segv.exp: Likewise.
16398 * gdb.btrace/stepi.exp: Likewise.
16399 * gdb.btrace/tailcall.exp: Likewise.
16400 * gdb.btrace/unknown_functions.exp: Likewise.
16401 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16402 * lib/gdb.exp: Add the "multi_line" helper.
16403
164042015-04-01 Pedro Alves <palves@redhat.com>
16405
16406 * gdb.threads/tid-reuse.c: New file.
16407 * gdb.threads/tid-reuse.exp: New file.
16408
164092015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16410
16411 PR corefiles/16092
16412 * gdb.base/coredump-filter.c: New file.
16413 * gdb.base/coredump-filter.exp: Likewise.
16414
164152015-03-27 Petr Machata <pmachata@redhat.com>
16416
16417 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16418 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16419 (Dwarf::assemble): Initialize them.
16420 (Dwarf::lines): New function.
16421
164222015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16423
16424 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16425 SYMBOL_PREFIX for x86_64-*-cygwin.
16426
164272015-03-26 Andy Wingo <wingo@igalia.com>
16428
16429 PR symtab/18148
16430 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16431 const_value but not a location.
16432 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16433 location defined in non-main CUs are visible.
16434
164352015-03-26 Yao Qi <yao.qi@linaro.org>
16436
16437 PR testsuite/18139
16438 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16439 Add a line number entry for the same line.
16440 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16441 Add a line number entry for the same line.
16442
164432015-03-26 Yao Qi <yao.qi@linaro.org>
16444
16445 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16446 .int 0.
16447 (func): Likewise. Add .Lfunc_1 label.
16448 Use .Lfunc_1 label.
16449 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16450 .int 0.
16451 (func): Likewise.
16452 Use .Lfunc_1 label.
16453
164542015-03-26 Yao Qi <yao.qi@linaro.org>
16455
16456 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16457 Call gdb_compile instead to compile each .s files without debug
16458 information.
16459
164602015-03-26 Yao Qi <yao.qi@linaro.org>
16461
16462 * gdb.base/savedregs.exp (process_saved_regs): Make
16463 "Saved registers:" optional in the pattern.
16464
164652015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16466
16467 * gdb.btrace/next.exp: Merged into step.exp.
16468 * gdb.btrace/finish.exp: Merged into step.exp.
16469 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16470 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16471 "record goto" and checking the exact replay position.
16472 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16473 check for "Recording format" in "info record" output.
16474 * gdb.btrace/record_goto.exp: Choose test file based on target.
16475 * gdb.btrace/x86-record_goto.S: Renamed into ...
16476 * gdb.btrace/x86_64-record_goto.S: ... this.
16477 * gdb.btrace/i686-record_goto.S: New.
16478 * gdb.btrace/x86-tailcall.S: Renamed into ...
16479 * gdb.btrace/x86_64-tailcall.S: ... this.
16480 * gdb.btrace/i686-tailcall.S: New.
16481 * gdb.btrace/x86-tailcall.c: Renamed into ...
16482 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16483 separate statements. Update test.
16484 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16485 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16486 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16487 * gdb.btrace/tailcall.exp: Choose test file based on target.
16488 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16489
164902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16491
16492 * gdb.btrace/exception.exp: Increase BTS buffer size.
16493
164942015-03-24 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16497
164982015-03-24 Pedro Alves <palves@redhat.com>
16499
16500 * gdb.threads/schedlock.exp (test_step): No longer expect that
16501 "set scheduler-locking step" with "next" over a function call runs
16502 threads unlocked.
16503
165042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16505
16506 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16507
165082015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16509
16510 PR breakpoints/16466
16511 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16512 * gdb.mi/mi-pending.c (thread_func): New function.
16513 (int main): Add threading support required.
16514 * gdb.mi/mi-pending.exp: Add tests for this issue.
16515 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16516 (pendfunc2): Remove stdio dependency.
16517 * gdb.mi/mi-pendshr2.c: New file.
16518
165192015-03-23 Keith Seitz <keiths@redhat.com>
16520
16521 * gdb.linespec/keywords.c: New file.
16522 * gdb.linespec/keywords.exp: New file.
16523
165242015-03-23 Keith Seitz <keiths@redhat.com>
16525
16526 PR gdb/18021
16527 * gdb.dwarf2/staticvirtual.exp: New test.
16528
165292015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16530
16531 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16532 * README: Remove HP-UX and gdb.hp.
16533 (configuration):
16534 * configure: Regenerate.
16535 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16536 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16537 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16538 gdb.hp/gdb.defects/Makefile.
16539 * gdb.hp/Makefile.in: File deleted.
16540 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16541 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16542 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16543 * gdb.hp/gdb.aCC/run.c: File deleted.
16544 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16545 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16546 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16547 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16548 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16549 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16550 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16551 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16552 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16553 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16554 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16555 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16556 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16557 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16558 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16559 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16560 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16561 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16562 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16563 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16564 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16565 * gdb.hp/gdb.compat/average.c: File deleted.
16566 * gdb.hp/gdb.compat/sum.c: File deleted.
16567 * gdb.hp/gdb.compat/xdb.c: File deleted.
16568 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16569 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16570 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16571 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16572 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16573 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16574 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16575 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16576 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16577 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16578 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16579 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16580 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16581 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16582 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16583 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16584 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16585 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16586 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16587 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16588 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16589 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16590 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16591 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16592 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16593 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16594 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16595 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16596 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16597 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16598 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16599 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16600 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16601 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16602 * gdb.hp/tools/odump: File deleted.
16603
166042015-03-19 Pedro Alves <palves@redhat.com>
16605
16606 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16607 (saw_thread_3): New globals.
16608 (top level): Increment them when an event for the corresponding
16609 thread is seen.
16610 (no thread starvation): New test.
16611
166122015-03-19 Pedro Alves <palves@redhat.com>
16613
16614 * gdb.threads/continue-pending-status.c: New file.
16615 * gdb.threads/continue-pending-status.exp: New file.
16616
166172015-03-18 Pedro Alves <palves@redhat.com>
16618
16619 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16620 Use gdb_is_target_remote instead of is_remote. Use
16621 gdb_test_multiple instead of gdb_expect. Exit early if
16622 gdb_test_multiple hits its internal matches. Tighten stepi tests
16623 expected output. Fail on exit with any signal, instead of just
16624 SIGILL.
16625
166262015-03-18 Yao Qi <yao.qi@linaro.org>
16627
16628 PR tdep/18107
16629 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16630 variable.
16631 * gdb.base/catch-syscall.exp: Don't skip it on
16632 aarch64*-*-linux* target. Remove elements in all_syscalls.
16633 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16634 target.
16635 (setup_all_syscalls): New proc.
16636
166372015-03-16 Yao Qi <yao.qi@linaro.org>
16638
16639 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16640 (top level): Skip tests if valid_addr_p returns false for
16641 $cmd1 or $cmd2.
16642
166432015-03-11 Andy Wingo <wingo@igalia.com>
16644
16645 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16646
166472015-03-11 Yao Qi <yao.qi@linaro.org>
16648
16649 * gdb.base/catch-syscall.exp: Fix typo in comments.
16650
166512015-03-11 Yao Qi <yao.qi@linaro.org>
16652
16653 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16654
166552015-03-09 Pedro Alves <palves@redhat.com>
16656
16657 * dg-extract-results.py: Delete.
16658
166592015-03-09 Pedro Alves <palves@redhat.com>
16660
16661 Merge dg-extract-results.sh from GCC upstream (r218843).
16662
16663 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16664 * dg-extract-results.sh: Use --text with grep to avoid issues with
16665 binary files. Fall back to cat -v, if that doesn't work.
16666
166672015-03-05 Pedro Alves <palves@redhat.com>
16668
16669 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16670
166712015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16672
16673 * lib/mi-support.exp (mi_expect_interrupt): Accept
16674 alternative event for when in all-stop mode.
16675
166762015-03-04 Pedro Alves <palves@redhat.com>
16677
16678 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16679
166802015-03-04 Mark Kettenis <kettenis@gnu.org>
16681
16682 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16683
166842015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16685
16686 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16687 regexps for GDB's current line display, accept a hex address
16688 preceding the line number.
16689
166902015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16691
16692 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16693 the 'arch1' variable for "s390*-linux*" targets.
16694
166952015-03-04 Pedro Alves <palves@redhat.com>
16696
16697 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16698 (main): Pass missing retval argument to pthread_join call.
16699
167002015-03-02 Pedro Alves <palves@redhat.com>
16701
16702 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16703 (top level): Call do_test with non-stop as well.
16704
167052015-03-02 Pedro Alves <palves@redhat.com>
16706
16707 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16708 -1.
16709
167102015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16711
16712 * gdb.arch/s390-vregs.exp: New test.
16713 * gdb.arch/s390-vregs.S: New file.
16714
167152015-02-27 Pedro Alves <palves@redhat.com>
16716
16717 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16718 call to catch_command_errors.
16719 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16720 catch_command_errors.
16721
167222015-02-27 Pedro Alves <palves@redhat.com>
16723
16724 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16725 "true" for boolean result.
16726 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16727 prototype of main.
16728
167292015-02-27 Pedro Alves <palves@redhat.com>
16730
16731 * lib/unbuffer_output.c: New file.
16732 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16733 (main): Call gdb_unbuffer_output.
16734
167352015-02-27 Yao Qi <yao.qi@linaro.org>
16736
16737 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16738 target.
16739
167402015-02-26 Doug Evans <dje@google.com>
16741
16742 * gdb.cp/class2.cc (Dbase, D): New classes.
16743 (main): New local delta.
16744 * gdb.cp/class2.exp: Test printing delta.
16745 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16746 (dynbar): New global.
16747 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16748
167492015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16750
16751 * gdb.compile/compile-ifunc.c: New file.
16752 * gdb.compile/compile-ifunc.exp: New file.
16753
167542015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16755
16756 * gdb.base/structs.exp: Check for correct struct on finish.
16757
167582015-02-26 Yao Qi <yao.qi@linaro.org>
16759
16760 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16761 is zero.
16762
167632015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16764
16765 * gdb.arch/cordic.ko.bz2: New file.
16766 * gdb.arch/cordic.ko.debug.bz2: New file.
16767 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16768
167692015-02-25 Yao Qi <yao.qi@linaro.org>
16770
16771 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16772 aarch64*-*-* target.
16773
167742015-02-23 Pedro Alves <palves@redhat.com>
16775
16776 * lib/gdb.exp (delete_breakpoints): Rewrite using
16777 gdb_test_multiple.
16778
167792015-02-23 Pedro Alves <palves@redhat.com>
16780
16781 * gdb.base/info-os.c: Include stdlib.h.
16782
167832015-02-22 Doug Evans <xdje42@gmail.com>
16784
16785 PR symtab/17855
16786 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16787 is read after symbols have been re-read.
16788 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16789 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16790
167912015-02-21 Doug Evans <dje@google.com>
16792
16793 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16794
167952015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16796
16797 PR corefiles/17808
16798 * gdb.arch/i386-biarch-core.core.bz2: New file.
16799 * gdb.arch/i386-biarch-core.exp: New file.
16800
168012015-02-21 Pedro Alves <palves@redhat.com>
16802
16803 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16804 runto_main fails.
16805
168062015-02-20 Pedro Alves <palves@redhat.com>
16807
16808 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16809 info probes.
16810
168112015-02-20 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16814
168152015-02-20 Pedro Alves <palves@redhat.com>
16816
16817 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16818 clean_restart before gdb_target_supports_trace.
16819
168202015-02-20 Pedro Alves <palves@redhat.com>
16821
16822 PR threads/18006
16823 * gdb.threads/clone-thread_db.c: New file.
16824 * gdb.threads/clone-thread_db.exp: New file.
16825
168262015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16827
16828 PR breakpoints/16812
16829 * gdb.base/catch-gdb-caused-signals.c: New file.
16830 * gdb.base/catch-gdb-caused-signals.exp: New file.
16831
168322015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16833
16834 * configure: Regenerated.
16835 * configure.ac: Use GDB_AC_TRANSFORM.
16836 * aclocal.m4: sinclude ../transform.m4.
16837
168382015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16839
16840 * lib/dtrace.exp: New file.
16841 * gdb.base/dtrace-probe.exp: Likewise.
16842 * gdb.base/dtrace-probe.d: Likewise.
16843 * gdb.base/dtrace-probe.c: Likewise.
16844 * lib/pdtrace.in: Likewise.
16845 * configure.ac: Output variables with the transformed names of
16846 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16847 * configure: Regenerated.
16848
168492015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16850
16851 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16852 expected message when trying to access $_probe_* convenience
16853 variables while not on a probe.
16854
168552015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16856
16857 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16858
168592015-02-11 Pedro Alves <pedro@codesourcery.com>
16860
16861 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16862 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16863
168642015-02-10 Doug Evans <xdje42@gmail.com>
16865
16866 * lib/gdb.exp (gdb_load): Always return a result.
16867
168682015-02-10 Pedro Alves <palves@redhat.com>
16869
16870 * gdb.threads/signal-sigtrap.c: New file.
16871 * gdb.threads/signal-sigtrap.exp: New file.
16872
168732015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16874
16875 * gdb.trace/no-attach-trace.c: New file.
16876 * gdb.trace/no-attach-trace.exp: New file.
16877
168782015-02-09 Mark Wielaard <mjw@redhat.com>
16879
16880 * gdb.dwarf2/atomic.c: New file.
16881 * gdb.dwarf2/atomic-type.exp: Likewise.
16882
168832015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16884
16885 * gdb.btrace/buffer-size.exp: Update "info record" output.
16886 * gdb.btrace/delta.exp: Update "info record" output.
16887 * gdb.btrace/enable.exp: Update "info record" output.
16888 * gdb.btrace/finish.exp: Update "info record" output.
16889 * gdb.btrace/instruction_history.exp: Update "info record" output.
16890 * gdb.btrace/next.exp: Update "info record" output.
16891 * gdb.btrace/nexti.exp: Update "info record" output.
16892 * gdb.btrace/step.exp: Update "info record" output.
16893 * gdb.btrace/stepi.exp: Update "info record" output.
16894 * gdb.btrace/nohist.exp: Update "info record" output.
16895
168962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16897
16898 * gdb.btrace/buffer-size: New.
16899
169002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16901
16902 * gdb.btrace/delta.exp: Update "info record" output.
16903 * gdb.btrace/enable.exp: Update "info record" output.
16904 * gdb.btrace/finish.exp: Update "info record" output.
16905 * gdb.btrace/instruction_history.exp: Update "info record" output.
16906 * gdb.btrace/next.exp: Update "info record" output.
16907 * gdb.btrace/nexti.exp: Update "info record" output.
16908 * gdb.btrace/step.exp: Update "info record" output.
16909 * gdb.btrace/stepi.exp: Update "info record" output.
16910 * gdb.btrace/nohist.exp: Update "info record" output.
16911
169122015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16913
16914 PR gdb/15678
16915 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16916
169172015-02-06 Pedro Alves <palves@redhat.com>
16918
16919 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16920 macro.
16921 (seconds_left, again): New globals.
16922 (main): Wait seconds_left in a 1-second sleep loop instead of
16923 sleeping 180 seconds. If 'again' is set, reset the seconds
16924 counter.
16925 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16926 'again' in the inferior before detaching. Print the seconds left.
16927 (options): New global.
16928 (top level): Build program with -DTIMEOUT=$timeout.
16929
169302015-02-06 Pedro Alves <palves@redhat.com>
16931
16932 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16933 determine how many seconds to pass to 'alarm'.
16934 * gdb.base/gdb-sigterm.exp (top level): Build program with
16935 -DTIMEOUT=$timeout.
16936 (do_test): Return success/failure indication. Add more verbose
16937 logging. Don't fail if 200 single steps are seen. Instead, fail
16938 when the test times out.
16939 (passes): New global.
16940 (top level): Break the testing loop if testing fails on any
16941 iteration. Use gdb_assert.
16942
169432015-02-04 Don Breazeal <donb@codesourcery.com>
16944
16945 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16946 and initialize them.
16947 (ipc_cleanup): New function.
16948 (main): Don't declare shmid, semid, and msqid. Add a call to
16949 atexit so that we call ipc_cleanup on exit.
16950
169512015-02-04 Pedro Alves <palves@redhat.com>
16952
16953 * boards/native-extended-gdbserver.exp: Remove any target variant
16954 specifications from the board name before clearing the isremote
16955 flag from board_info.
16956
169572015-01-31 Doug Evans <xdje42@gmail.com>
16958
16959 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16960
169612015-01-31 Gary Benson <gbenson@redhat.com>
16962
16963 * gdb.base/completion.exp: Disable completion limiting for
16964 existing tests. Add new tests to check completion limiting.
16965 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16966
169672015-01-31 Doug Evans <xdje42@gmail.com>
16968
16969 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16970
169712015-01-31 Doug Evans <xdje42@gmail.com>
16972
16973 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16974 entries. Duplicate file section script entries.
16975 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16976 inlined entries. Add test for safe-path rejection.
16977 * gdb.python/py-section-script.c: Add duplicate inlined section script
16978 entries. Duplicate file section script entries.
16979 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16980 inlined entries. Add test for safe-path rejection.
16981
169822015-01-29 Joel Brobecker <brobecker@adacore.com>
16983
16984 * gdb.ada/disc_arr_bound: New testcase.
16985
169862015-01-29 Joel Brobecker <brobecker@adacore.com>
16987
16988 * gdb.ada/mi_var_array: New testcase.
16989
169902015-01-27 Doug Evans <dje@google.com>
16991
16992 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16993 Add test for objfile.filename, objfile.username after objfile
16994 has been unloaded.
16995
169962015-01-26 Joel Brobecker <brobecker@adacore.com>
16997
16998 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16999 the second test to print the name attribute of value
17000 returned by the call to gdb.lookup_type, and adjust
17001 the expected output accordingly.
17002
170032015-01-25 Mark Wielaard <mjw@redhat.com>
17004
17005 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17006 * gdb.base/disp-step-fork.c: Include unistd.h.
17007 * gdb.base/siginfo-obj.c: Include stdio.h.
17008 * gdb.base/siginfo-thread.c: Likewise.
17009 * gdb.mi/non-stop.c: Include unistd.h.
17010 * gdb.mi/nsthrexec.c: Include stdio.h.
17011 * gdb.mi/pthreads.c: Include unistd.h.
17012 * gdb.modula2/unbounded1.c (main): Declare returns int.
17013 * gdb.reverse/consecutive-reverse.c: Likewise.
17014 * gdb.threads/create-fail.c: Include unistd.h.
17015 * gdb.threads/killed.c: Likewise.
17016 * gdb.threads/linux-dp.c: Likewise.
17017 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17018 * gdb.threads/non-ldr-exc-2.c: Likewise.
17019 * gdb.threads/non-ldr-exc-3.c: Likewise.
17020 * gdb.threads/non-ldr-exc-4.c: Likewise.
17021 * gdb.threads/pthreads.c: Include unistd.h.
17022 (main): Declare returns int.
17023 * gdb.threads/tls-main.c (foo): New declaration.
17024 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17025
170262015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17027
17028 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17029 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17030
170312015-01-15 Mark Wielaard <mjw@redhat.com>
17032
17033 * gdb.base/noreturn-return.c: New file.
17034 * gdb.base/noreturn-return.exp: New file.
17035 * gdb.base/noreturn-finish.c: New file.
17036 * gdb.base/noreturn-finish.exp: New file.
17037
170382015-01-23 Pedro Alves <palves@redhat.com>
17039
17040 * gdb.threads/continue-pending-after-query.c: New file.
17041 * gdb.threads/continue-pending-after-query.exp: New file.
17042
170432015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17044 Simon Marchi <simon.marchi@ericsson.com>
17045
17046 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17047 * gdb.base/valgrind-db-attach.exp: Same.
17048 * gdb.base/valgrind-infcall.exp: Same.
17049 * lib/mi-support.exp (default_mi_gdb_start): Same.
17050 * lib/prompt.exp (default_prompt_gdb_start): Same.
17051 * lib/gdb.exp (default_gdb_spawn): Same.
17052 (gdb_interact): New.
17053
17054
170552015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17056
17057 * gdb.compile/compile.exp (pointer to jit function): New test.
17058
170592015-01-17 Wei-cheng Wang <cole945@gmail.com>
17060
17061 * lib/gdb.exp (supports_process_record): Return true for
17062 powerpc*-*-linux*.
17063 (supports_reverse): Likewise.
17064
170652015-01-15 Don Breazeal <donb@codesourcery.com>
17066
17067 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17068 instead of checking whether the target board is remote and
17069 use spawn_wait_for_attach instead of exec/sleep.
17070 * gdb.base/attach-twice.exp: Likewise.
17071
170722015-01-15 Joel Brobecker <brobecker@adacore.com>
17073
17074 * gdb.ada/var_arr_attrs: New testcase.
17075
170762015-01-14 Pedro Alves <palves@redhat.com>
17077 Joel Brobecker <brobecker@adacore.com>
17078
17079 PR gdb/17525
17080 * gdb.base/bp-cmds-execution-x-script.c: New file.
17081 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17082 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17083
170842015-01-14 Pedro Alves <palves@redhat.com>
17085
17086 PR cli/17828
17087 * gdb.base/batch-preserve-term-settings.c: New file.
17088 * gdb.base/batch-preserve-term-settings.exp: New file.
17089
170902015-01-13 Doug Evans <dje@google.com>
17091
17092 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17093 binary.
17094
170952015-01-13 Joel Brobecker <brobecker@adacore.com>
17096
17097 * Makefile.in (clean mostlyclean): Do not delete *.py.
17098
170992015-01-13 Joel Brobecker <brobecker@adacore.com>
17100
17101 * gdb.python/py-lookup-type.exp: New file.
17102
171032015-01-12 Pedro Alves <palves@redhat.com>
17104
17105 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17106 restore GDBFLAGS before returning.
17107
171082015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17109
17110 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17111 is_amd64_regs_target and is_x86_like_target.
17112
171132015-01-11 Doug Evans <xdje42@gmail.com>
17114
17115 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17116 is given without an explicit form.
17117 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17118 attributes.
17119 * gdb.dwarf/corrupt.exp: Ditto.
17120 * gdb.dwarf2/enum-type.exp: Ditto.
17121 * gdb.trace/entry-values.exp: Ditto.
17122 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17123
171242015-01-11 Doug Evans <xdje42@gmail.com>
17125
17126 PR gdb/15830
17127 * gdb.base/maint.exp: Remove references to "maint demangle".
17128 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17129 Add tests for explicitly specifying language to demangle.
17130 * gdb.dlang/demangle.exp: Ditto.
17131
171322015-01-09 Pedro Alves <palves@redhat.com>
17133
17134 * gdb.threads/non-stop-fair-events.c: New file.
17135 * gdb.threads/non-stop-fair-events.exp: New file.
17136
171372015-01-09 Pedro Alves <palves@redhat.com>
17138
17139 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17140 the global scope. Set a breakpoint after all threads are started
17141 rather than stepping over two source lines. Expect the prompt.
17142 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17143 global.
17144 (NUM): Now 15.
17145 (main): Use threads_started_barrier to wait for all threads to
17146 start. Main thread no longer calls thread_function. Exit after
17147 180 seconds.
17148 (loop): New function.
17149 (thread_function): Wait on threads_started_barrier barrier. Call
17150 'loop' at each iteration.
17151 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17152 threads have started, instead of hardcoding number of "next"
17153 steps. Use an access watchpoint instead of a write watchpoint.
17154
171552015-01-09 Pedro Alves <palves@redhat.com>
17156
17157 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17158 (thread_func): Wait on barrier.
17159 (main): Wait for all threads to start before stopping GDB.
17160 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17161 global.
17162 (thread1_func, thread2_func): Wait on barrier.
17163 (main): Wait for all threads to start before stopping GDB.
17164 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17165 New global.
17166 (thread1_func, thread2_func): Wait on barrier.
17167 (main): Wait for all threads to start before stopping GDB.
17168
171692015-01-09 Pedro Alves <palves@redhat.com>
17170
17171 * gdb.threads/attach-many-short-lived-threads.c: New file.
17172 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17173
171742014-01-09 Pedro Alves <palves@redhat.com>
17175
17176 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17177 instead of to thread 2.
17178 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17179 Add barrier around each pthread_create call instead of around all
17180 calls.
17181 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17182 Set a break on thread_function and have the child threads hit it
17183 one at at a time.
17184
171852015-01-09 Pedro Alves <palves@redhat.com>
17186
17187 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17188 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17189 false.
17190 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17191 checking whether the target board is remote.
17192 * gdb.multi/multi-attach.exp: Likewise.
17193 * gdb.python/py-sync-interp.exp: Likewise.
17194 * gdb.server/ext-attach.exp: Likewise.
17195 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17196 tests that need to attach, instead of checking whether the target
17197 board is remote at the top of the file.
17198
171992015-01-08 Yao Qi <yao@codesourcery.com>
17200
17201 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17202
172032015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17204
17205 Fix testcase compilation.
17206 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17207
172082015-01-06 Joel Brobecker <brobecker@adacore.com>
17209
17210 * gdb.python/py-type.exp: Add a couple test about empty
17211 array creation, and negative-length array creation.
17212
172132015-01-02 Doug Evans <xdje42@gmail.com>
17214
17215 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17216
172172015-01-02 Doug Evans <dje@google.com>
17218
17219 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17220
172212014-12-29 Yao Qi <yao@codesourcery.com>
17222
17223 * gdb.trace/entry-values.exp: Update comments. Rename variable
17224 bar_call_foo to returned_from_foo.
17225
172262014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17227
17228 PR gdb/17394
17229 * gdb.linespec/break-asm-file.c: New file.
17230 * gdb.linespec/break-asm-file.exp: New file.
17231 * gdb.linespec/break-asm-file0.s: New file.
17232 * gdb.linespec/break-asm-file1.s: New file.
17233
172342014-12-18 Nigel Stephens <nigel@mips.com>
17235 Maciej W. Rozycki <macro@codesourcery.com>
17236
17237 * gdb.base/float.exp: Handle the new output from "info float" on
17238 MIPS targets.
17239
172402014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17241
17242 Fix MinGW compilation.
17243 * gdb.compile/compile-ops.exp: Update untested message if
17244 !skip_compile_feature_tests.
17245 * gdb.compile/compile-setjmp.exp: Likewise.
17246 * gdb.compile/compile-tls.exp: Likewise.
17247 * gdb.compile/compile.exp: Likewise.
17248 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17249 supported on this host".
17250
172512014-12-16 Doug Evans <xdje42@gmail.com>
17252
17253 * boards/stabs.exp: New file.
17254
172552014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17256
17257 * gdb.base/completion.exp: Adjust to format changes of "maint
17258 print user-registers".
17259
172602014-12-16 Catalin Udma <catalin.udma@freescale.com>
17261
17262 PR server/17457
17263 * gdb.arch/aarch64-fp.c: New file.
17264 * gdb.arch/aarch64-fp.exp: New file.
17265
172662014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17267
17268 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17269 r210637, r210913, r211666, r215400, r215817).
17270
17271 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17272 * dg-extract-results.py: New file.
17273 * dg-extract-results.sh: Use it if the environment seems
17274 suitable.
17275
17276 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17277
17278 * dg-extract-results.py (parse_run): Handle warnings that
17279 are printed before a test harness is run.
17280
17281 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17282
17283 * dg-extract-results.py (Named): Remove __cmp__ method.
17284 (output_variation): Use a key to sort variation.harnesses.
17285
17286 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17287
17288 * dg-extract-results.py: For Python 3, force sys.stdout to
17289 handle surrogate escape sequences.
17290 (safe_open): New function.
17291 (output_segment, main): Use it.
17292
17293 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17294
17295 * dg-extract-results.py (Prog.result_re): Include options
17296 in test name.
17297
17298 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17299
17300 * dg-extract-results.py (output_variation): Always sort if
17301 do_sum.
17302
173032014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17304
17305 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17306 as long as we get pagination notifications.
17307
173082014-12-15 Jason Merrill <jason@redhat.com>
17309
17310 * Makefile.in (check-gdb.%): Restore.
17311 * README: Mention it.
17312
173132014-12-13 Joel Brobecker <brobecker@adacore.com>
17314
17315 * gdb.ada/str_uninit: New testcase.
17316
173172014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17318
17319 PR symtab/17642
17320 * gdb.base/vla-stub-define.c: New file.
17321 * gdb.base/vla-stub.c: New file.
17322 * gdb.base/vla-stub.exp: New file.
17323
173242014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17325 Jan Kratochvil <jan.kratochvil@redhat.com>
17326 Tom Tromey <tromey@redhat.com>
17327
17328 * configure.ac: Add gdb.compile/.
17329 * configure: Regenerate.
17330 * gdb.compile/Makefile.in: New file.
17331 * gdb.compile/compile-ops.exp: New file.
17332 * gdb.compile/compile-ops.c: New file.
17333 * gdb.compile/compile-tls.c: New file.
17334 * gdb.compile/compile-tls.exp: New file.
17335 * gdb.compile/compile-constvar.S: New file.
17336 * gdb.compile/compile-constvar.c: New file.
17337 * gdb.compile/compile-mod.c: New file.
17338 * gdb.compile/compile-nodebug.c: New file.
17339 * gdb.compile/compile-setjmp-mod.c: New file.
17340 * gdb.compile/compile-setjmp.c: New file.
17341 * gdb.compile/compile-setjmp.exp: New file.
17342 * gdb.compile/compile-shlib.c: New file.
17343 * gdb.compile/compile.c: New file.
17344 * gdb.compile/compile.exp: New file.
17345 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17346
173472014-12-12 Tom Tromey <tromey@redhat.com>
17348
17349 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17350 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17351
173522014-12-12 Doug Evans <dje@google.com>
17353
17354 * lib/gdb-python.exp (get_python_valueof): New function.
17355 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17356
173572014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17358
17359 * gdb.base/completion.exp: Add test for completion of "info
17360 registers ".
17361
173622014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17363
17364 * gdb.base/func-ptrs.c: New file.
17365 * gdb.base/func-ptrs.exp: New file.
17366
173672014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17368
17369 PR breakpoints/17012
17370 * gdb.base/dprintf-detach.c: New file.
17371 * gdb.base/dprintf-detach.exp: New file.
17372
173732014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17374
17375 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17376 * lib/gdb.exp (target_is_gdbserver): New procedure.
17377
173782014-12-08 Doug Evans <dje@google.com>
17379
17380 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17381
173822014-12-05 Yao Qi <yao@codesourcery.com>
17383
17384 * gdb.guile/scm-error.exp: Remove the third argument to
17385 gdb_remote_download.
17386 * gdb.guile/scm-frame-args.exp: Likewise.
17387 * gdb.guile/scm-section-script.exp: Likewise.
17388
173892014-12-05 Yao Qi <yao@codesourcery.com>
17390
17391 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17392
173932014-12-04 Doug Evans <dje@google.com>
17394
17395 * gdb.python/py-objfile.exp: Add tests for
17396 objfile.add_separate_debug_file.
17397
173982014-12-04 Doug Evans <dje@google.com>
17399
17400 * lib/gdb.exp (get_build_id): New function.
17401 (build_id_debug_filename_get): Rewrite to use it.
17402 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17403
174042014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17405
17406 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17407 `method(long)', not just 0x0.
17408 * gdb.cp/nsalias.exp: Align code labels to 4.
17409 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17410 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17411 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17412 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17413 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17414 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17415
174162014-12-02 Doug Evans <dje@google.com>
17417
17418 PR symtab/17602
17419 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17420 * gdb.cp/anon-ns2.cc: ... here. New file.
17421 * gdb.cp/anon-ns.exp: Update.
17422
174232014-12-02 Nick Bull <nicholaspbull@gmail.com>
17424
17425 * gdb.python/py-events.py (inferior_call_handler): New.
17426 (register_changed_handler, memory_changed_handler): New.
17427 (test_events.invoke): Register new handlers.
17428 * gdb.python/py-events.exp: Add tests for inferior call,
17429 memory_changed and register_changed events.
17430
174312014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17432
17433 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17434 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17435 if the linker doesn't understand this.
17436
174372014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17438
17439 * gdb.python/python.exp: Change expected reply to help().
17440
174412014-12-01 Yao Qi <yao@codesourcery.com>
17442
17443 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17444 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17445 * configure: Re-generated.
17446
174472014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17448
17449 * gdb.cp/chained-calls.cc: New file.
17450 * gdb.cp/chained-calls.exp: New file.
17451 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17452
174532014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17454
17455 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17456 * gdb.dwarf2/symtab-producer.exp: Same.
17457 * gdb.gdb/python-interrupts.exp: Same.
17458 * gdb.gdb/python-selftest.exp: Same.
17459 * gdb.python/py-linetable.exp: Same.
17460 * gdb.python/py-type.exp: Same.
17461 * gdb.python/py-value-cc.exp: Same.
17462 * gdb.python/py-value.exp: Same.
17463
174642014-11-28 Yao Qi <yao@codesourcery.com>
17465
17466 * gdb.base/break-probes.exp: Match library name prefixed with
17467 sysroot.
17468
174692014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17470
17471 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17472 test expected output. Add parentheses for the call to print.
17473 Remove L suffix from integers.
17474
174752014-11-26 Doug Evans <dje@google.com>
17476
17477 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17478
174792014-11-22 Yao Qi <yao@codesourcery.com>
17480
17481 * gdb.trace/entry-values.c: Remove asms.
17482 (foo): Add foo_label.
17483 (bar): Add bar_label.
17484 * gdb.trace/entry-values.exp: Remove code computing foo's
17485 length and bar's length.
17486 (Dwarf::assemble): Invoke function_range for bar and use
17487 MACRO_AT_func for foo.
17488
174892014-11-22 Yao Qi <yao@codesourcery.com>
17490
17491 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17492 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17493 Use .Lgcc43_procstart instead of gcc43.
17494
174952014-11-21 Joel Brobecker <brobecker@adacore.com>
17496
17497 * gdb.ada/n_arr_bound: New testcase.
17498
174992014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17500
17501 PR breakpoints/10737
17502 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17503 test_catch_syscall_multi_arch.
17504 (test_catch_syscall_multi_arch): New function.
17505
175062014-11-20 Doug Evans <xdje42@gmail.com>
17507
17508 * gdb.base/maint.exp: Update expected output.
17509
175102014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17511
17512 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17513 4-byte instruction on S390.
17514
175152014-11-19 Joel Brobecker <brobecker@adacore.com>
17516
17517 * gdb.ada/arr_arr: New testcase.
17518
175192014-11-19 Joel Brobecker <brobecker@adacore.com>
17520
17521 * gdb.ada/pkd_arr_elem: New Testcase.
17522
175232014-11-18 Luis Machado <lgustavo@codesourcery.com>
17524
17525 * gdb.reverse/break-precsave: Expect completion message for
17526 core file reads.
17527 * gdb.reverse/consecutive-precsave.exp: Likewise.
17528 * gdb.reverse/finish-precsave.exp: Likewise.
17529 * gdb.reverse/i386-precsave.exp: Likewise.
17530 * gdb.reverse/machinestate-precsave.exp: Likewise.
17531 * gdb.reverse/sigall-precsave.exp: Likewise.
17532 * gdb.reverse/solib-precsave.exp: Likewise.
17533 * gdb.reverse/step-precsave.exp: Likewise.
17534 * gdb.reverse/until-precsave.exp: Likewise.
17535 * gdb.reverse/watch-precsave.exp: Likewise.
17536
175372014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17538
17539 * gdb.base/bp-permanent.c: Include unistd.h.
17540 * gdb.python/py-framefilter-mi.c (main): Add return type.
17541 * gdb.python/py-framefilter.c (main): Likewise.
17542 * gdb.trace/actions-changed.c (main): Likewise.
17543
175442014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17545
17546 * gdb.mi/until.c: Add eye-catchers.
17547 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17548 line numbers.
17549
175502014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17551
17552 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17553 function header variants in break1.c.
17554 * gdb.base/ena-dis-br.exp: Likewise.
17555 * gdb.base/hbreak2.exp: Likewise.
17556 * gdb.reverse/until-precsave.exp: Drop references to removed
17557 non-prototype function header variants in ur1.c.
17558 * gdb.reverse/until-reverse.exp: Likewise.
17559
175602014-11-17 Petr Machata <pmachata@redhat.com>
17561
17562 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17563 ${_cu_offset_size} bytes abbrev offset.
17564
175652014-11-15 Doug Evans <xdje42@gmail.com>
17566
17567 PR symtab/17559
17568 * gdb.base/line-symtabs.exp: New file.
17569 * gdb.base/line-symtabs.c: New file.
17570 * gdb.base/line-symtabs.h: New file.
17571
175722014-11-14 Yao Qi <yao@codesourcery.com>
17573
17574 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17575 (func): Add label func_label.
17576 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17577 Replace low_pc and high_pc with MACRO_AT_range.
17578 Replace name, low_pc and high_pc with MACRO_AT_func.
17579
175802014-11-14 Yao Qi <yao@codesourcery.com>
17581
17582 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17583 Replace name, low_pc and high_pc with MACRO_AT_func.
17584
175852014-11-14 Yao Qi <yao@codesourcery.com>
17586
17587 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17588 produce debug information.
17589 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17590
175912014-11-14 Yao Qi <yao@codesourcery.com>
17592
17593 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17594 object and get function length.
17595 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17596 with MACRO_AT_func.
17597 (top-level): Replace gdb_compile and clean_restart with
17598 prepare_for_testing.
17599 * gdb.dwarf2/main.c (main): Add label main_label.
17600
176012014-11-14 Yao Qi <yao@codesourcery.com>
17602
17603 * lib/dwarf.exp (function_range): New procedure.
17604 (Dwarf::_handle_macro_at_func): New procedure.
17605 (Dwarf::_handle_macro_at_range): New procedure.
17606 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17607
176082014-11-14 Yao Qi <yao@codesourcery.com>
17609
17610 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17611 (_handle_attribute): New procedure.
17612
176132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17614
17615 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17616 * gdb.base/call-sc.c (zed): Likewise.
17617 * gdb.base/checkpoint.c (main): Likewise.
17618 * gdb.base/dump.c (main): Likewise.
17619 * gdb.base/gcore.c (main): Likewise.
17620 * gdb.base/huge.c (main): Likewise.
17621 * gdb.base/multi-forks.c (main): Likewise.
17622 * gdb.base/pr10179-a.c (main): Likewise.
17623 * gdb.base/savedregs.c (main): Likewise.
17624 * gdb.base/sigaltstack.c (main): Likewise.
17625 * gdb.base/siginfo.c (main): Likewise.
17626 * gdb.base/structs.c (zed): Likewise.
17627 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17628 * gdb.mi/mi-syn-frame.c (main): Likewise.
17629 * gdb.mi/until.c (foo, main): Likewise.
17630 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17631 * gdb.base/solib-weak.c (foo): Declare.
17632 * gdb.base/attach-twice.c: Include stdio.h.
17633 * gdb.base/weaklib1.c: Likewise.
17634 * gdb.base/weaklib2.c: Likewise.
17635 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17636 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17637 unistd.h.
17638 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17639 * gdb.mi/mi-exit-code.c: Likewise.
17640 * gdb.base/break-interp-lib.c: Include string.h.
17641 * gdb.base/coremaker.c: Likewise.
17642 * gdb.base/testenv.c: Likewise.
17643 * gdb.python/py-finish-breakpoint.c: Likewise.
17644 * gdb.base/inferior-died.c: Include sys/wait.h.
17645 * gdb.base/fileio.c: Include time.h.
17646 * gdb.base/async-shell.c: Include unistd.h.
17647 * gdb.base/dprintf-non-stop.c: Likewise.
17648 * gdb.base/info-os.c: Likewise.
17649 * gdb.mi/mi-console.c: Likewise.
17650 * gdb.mi/watch-nonstop.c: Likewise.
17651 * gdb.python/py-events.c: Likewise.
17652 * gdb.base/async.c (baz): Move up before its invocation.
17653 * gdb.base/code_elim2.c (my_global_func): Likewise.
17654 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17655 * gdb.base/advance.c (func2): Likewise.
17656
176572014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17658
17659 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17660 variant.
17661 * gdb.base/annota3.c: Likewise.
17662 * gdb.base/async.c: Likewise.
17663 * gdb.base/average.c: Likewise.
17664 * gdb.base/call-ar-st.c: Likewise.
17665 * gdb.base/call-rt-st.c: Likewise.
17666 * gdb.base/call-sc.c: Likewise.
17667 * gdb.base/call-strs.c: Likewise.
17668 * gdb.base/ending-run.c: Likewise.
17669 * gdb.base/execd-prog.c: Likewise.
17670 * gdb.base/exprs.c: Likewise.
17671 * gdb.base/foll-exec.c: Likewise.
17672 * gdb.base/foll-fork.c: Likewise.
17673 * gdb.base/foll-vfork.c: Likewise.
17674 * gdb.base/funcargs.c: Likewise.
17675 * gdb.base/gcore.c: Likewise.
17676 * gdb.base/jump.c: Likewise.
17677 * gdb.base/langs0.c: Likewise.
17678 * gdb.base/langs1.c: Likewise.
17679 * gdb.base/langs2.c: Likewise.
17680 * gdb.base/mips_pro.c: Likewise.
17681 * gdb.base/nodebug.c: Likewise.
17682 * gdb.base/opaque0.c: Likewise.
17683 * gdb.base/opaque1.c: Likewise.
17684 * gdb.base/recurse.c: Likewise.
17685 * gdb.base/run.c: Likewise.
17686 * gdb.base/scope0.c: Likewise.
17687 * gdb.base/scope1.c: Likewise.
17688 * gdb.base/setshow.c: Likewise.
17689 * gdb.base/setvar.c: Likewise.
17690 * gdb.base/shmain.c: Likewise.
17691 * gdb.base/shr1.c: Likewise.
17692 * gdb.base/shr2.c: Likewise.
17693 * gdb.base/sigall.c: Likewise.
17694 * gdb.base/signals.c: Likewise.
17695 * gdb.base/so-indr-cl.c: Likewise.
17696 * gdb.base/solib2.c: Likewise.
17697 * gdb.base/structs.c: Likewise.
17698 * gdb.base/sum.c: Likewise.
17699 * gdb.base/vforked-prog.c: Likewise.
17700 * gdb.base/watchpoint.c: Likewise.
17701 * gdb.reverse/shr2.c: Likewise.
17702 * gdb.reverse/until-reverse.c: Likewise.
17703 * gdb.reverse/ur1.c: Likewise.
17704 * gdb.reverse/watch-reverse.c: Likewise.
17705
177062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17707
17708 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17709 variant.
17710 * gdb.base/sepdebug.exp: Drop references to removed code.
17711
177122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17713
17714 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17715 variant. Preserve original line numbering.
17716 * gdb.base/list1.c: Likewise.
17717
177182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17719
17720 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17721 variant.
17722 * gdb.base/break1.c: Likewise.
17723 * gdb.base/break.exp: Drop references to removed code.
17724
177252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17726
17727 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17728 variant.
17729
177302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17731
17732 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17733
177342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17735
17736 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17737 logic into perform_all_tests() and invoke it with and without
17738 function header prototypes.
17739 (do_function_calls): Remove conditional XFAIL for PR 5318.
17740 (rerun_and_prepare): Remove duplicate code.
17741 (perform_all_tests): New. Main logic moved here.
17742
177432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17744
17745 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17746 code guarded by #ifdef NO_PROTOTYPES.
17747 (t_double_many_args): Likewise.
17748 (DEF_FUNC_MANY_ARGS_1): Likewise.
17749 (DEF_FUNC_VALUES_1): Likewise.
17750 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17751 guarded by #ifdef PROTOTYPES.
17752
177532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17754
17755 * gdb.mi/mi-console.c: Add eye-catcher.
17756 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17757 instead of literal line number.
17758
177592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17760
17761 * gdb.base/shr2.c: Add eye-catcher.
17762 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17763 line number.
17764
177652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17766
17767 * gdb.base/jump.c: Add eye-catchers.
17768 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17769 numbers.
17770
177712014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17772
17773 * gdb.base/execd-prog.c: Add eye-catchers.
17774 * gdb.base/foll-exec.c: Likewise.
17775 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17776 line numbers.
17777
177782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17779
17780 * gdb.base/ending-run.c: Add eye-catchers.
17781 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17782 literal line numbers.
17783
177842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17785
17786 * gdb.base/call-rt-st.c: Add eye-catchers.
17787 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17788 literal line numbers.
17789
177902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17791
17792 * gdb.base/call-ar-st.c: Add eye-catchers.
17793 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17794 literal line numbers.
17795
177962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17797
17798 * gdb.base/average.c: Add eye-catchers.
17799 * gdb.base/sum.c: Likewise.
17800 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17801 regexps dynamically.
17802
178032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17804
17805 * gdb.base/solib1.c: Add eye-catchers.
17806 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17807 literal line numbers.
17808
178092014-11-12 Pedro Alves <palves@redhat.com>
17810
17811 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17812 leader has exited.
17813
178142014-11-12 Pedro Alves <palves@redhat.com>
17815
17816 * gdb.arch/i386-bp_permanent.c: New file.
17817 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17818 (srcfile): Set to i386-bp_permanent.c.
17819 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17820 that stepi does not execute the 'leave' instruction, instead of
17821 testing it does execute.
17822 * gdb.base/bp-permanent.c: New file.
17823 * gdb.base/bp-permanent.exp: New file.
17824
178252014-11-10 Doug Evans <xdje42@gmail.com>
17826
17827 PR symtab/17564
17828 * gdb.base/symtab-search-order.exp: New file.
17829 * gdb.base/symtab-search-order.c: New file.
17830 * gdb.base/symtab-search-order-1.c: New file.
17831 * gdb.base/symtab-search-order-shlib-1.c: New file.
17832
178332014-11-07 Pedro Alves <palves@redhat.com>
17834
17835 PR gdb/17511
17836 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17837 i?86-*-linux*.
17838
178392014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17840
17841 PR c++/17494
17842 * gdb.cp/pr17494.cc: New file.
17843 * gdb.cp/pr17494.exp: New file.
17844
178452014-11-02 Yao Qi <yao@codesourcery.com>
17846
17847 * gdb.python/python.exp: Get working directory and match the
17848 output of "set extended-prompt \\w " with it.
17849
178502014-10-30 Doug Evans <dje@google.com>
17851
17852 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17853 in objfiles.
17854 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17855 in progspaces.
17856
178572014-10-30 Janis Johnson <janisjo@codesourcery.com>
17858
17859 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17860 * gdb.base/realname-expand.exp: Likewise.
17861 * gdb.linespec/macro-relative.exp: Likewise.
17862
178632014-10-29 Pedro Alves <palves@redhat.com>
17864
17865 PR gdb/17408
17866 * gdb.threads/schedlock.c (some_function): New function.
17867 (call_function): New global.
17868 (MAYBE_CALL_SOME_FUNCTION): New macro.
17869 (thread_function): Call it.
17870 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17871 and use it instead of a global counter. Adjust all callers.
17872 (get_current_thread): Use "find current thread" for test message
17873 here rather than having all callers pass down the same string.
17874 (goto_loop): New procedure, factored out from ...
17875 (my_continue): ... this.
17876 (step_ten_loops): Change parameter from test message to command to
17877 use. Adjust.
17878 (list_count): Delete global.
17879 (check_result): New procedure, factored out from duplicate top
17880 level code.
17881 (continue tests): Wrap in with_test_prefix.
17882 (test_step): New procedure, factored out from duplicate top level
17883 code.
17884 (top level): Test "step" in combination with all scheduler-locking
17885 modes. Test "next" in combination with all scheduler-locking
17886 modes, and in combination with stepping over a function call or
17887 not.
17888 * gdb.threads/next-bp-other-thread.c: New file.
17889 * gdb.threads/next-bp-other-thread.exp: New file.
17890
178912014-10-29 Pedro Alves <palves@redhat.com>
17892
17893 PR python/17372
17894 * gdb.python/python.exp: Test a multi-line command that spawns
17895 interactive Python.
17896 * gdb.base/multi-line-starts-subshell.exp: New file.
17897
178982014-10-29 Yao Qi <yao@codesourcery.com>
17899
17900 * gdb.base/fileio.exp: Make directories on host.
17901
179022014-10-29 Yao Qi <yao@codesourcery.com>
17903
17904 * gdb.base/fileio.c (test_write): Close the file.
17905
179062014-10-28 Pedro Alves <palves@redhat.com>
17907
17908 PR gdb/12623
17909 * gdb.base/sigstep.c (no_handler): New global.
17910 (main): If 'no_handler is true, set the signal handlers to
17911 SIG_IGN.
17912 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17913 with_sw_watch and no_handler parameters. Handle them.
17914 (top level) <stepping over handler when stopped at a breakpoint
17915 test>: Add a test axis for testing with a software watchpoint, and
17916 another for testing with the signal handler set to SIG_IGN.
17917 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17918 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17919
179202014-10-28 Pedro Alves <palves@redhat.com>
17921
17922 PR gdb/17511
17923 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17924 * gdb.base/sigstep.exp (other_handler_location): New global.
17925 (advance): Support stepping into the signal handler, and running
17926 commands while in the handler.
17927 (in_handler_map): New global.
17928 (top level): In the advance test, add combinations for getting
17929 into the handler with stepping commands, and for running commands
17930 in the handler. Add comment descripting the advancei tests.
17931
179322014-10-28 Pedro Alves <palves@redhat.com>
17933
17934 * gdb.base/sigstep.exp: Use build_executable instead of
17935 prepare_for_testing.
17936 (top level): Move code that starts GDB, runs to main and creates a
17937 display to ...
17938 (restart): ... this new procedure.
17939 (top level): Move backtrace from signal handler test to ...
17940 (validate_backtrace): ... this new procedure.
17941 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17942 with_test_prefix. Always restart GDB.
17943 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17944 with_test_prefix. Always restart GDB. No need to delete
17945 breakpoints after the test.
17946 (test_skip_handler): Remove prefix parameter.
17947 (skip_over_handler, breakpoint_to_handler)
17948 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17949 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17950 restart GDB. No need to delete breakpoints after the test.
17951 (top level): Use foreach to call the test procedures with
17952 different commands.
17953
179542014-10-28 Pedro Alves <palves@redhat.com>
17955
17956 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17957 instead of GNATS numbers.
17958 * gdb.base/sigbpt.exp: Likewise.
17959 * gdb.base/siginfo.exp: Likewise.
17960 * gdb.base/sigstep.exp: Likewise.
17961
179622014-10-27 Pedro Alves <palves@redhat.com>
17963
17964 * gdb.base/sigstep.c (dummy): New global.
17965 (main): Issue a couple writes to the new global.
17966 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17967 procedures.
17968 (skip_over_handler): Use test_skip_handler.
17969 (top level): Call skip_over_handler for stepi and nexti too.
17970 (breakpoint_over_handler): Use test_skip_handler.
17971 (top level): Call breakpoint_over_handler for stepi and nexti too.
17972
179732014-10-27 Yao Qi <yao@codesourcery.com>
17974
17975 * gdb.trace/tfile.c (adjust_function_address)
17976 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17977 function descriptor.
17978
179792014-10-24 Don Breazeal <donb@codesourcery.com>
17980
17981 * gdb.base/foll-fork.exp (test_follow_fork,
17982 catch_fork_child_follow): Check for updated fork messages emitted
17983 from infrun.c.
17984 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17985 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17986 vfork_and_exec_child_follow_through_step): Check for updated vfork
17987 messages emitted from infrun.c.
17988
179892014-10-24 Pedro Alves <palves@redhat.com>
17990
17991 * gdb.base/corefile.exp: Remove references to ultrix.
17992 * gdb.base/interrupt.exp: Likewise.
17993 * gdb.base/whatis.exp: Likewise.
17994 * gdb.gdb/selftest.exp: Likewise.
17995 * gdb.threads/manythreads.exp: Likewise.
17996 * gdb.threads/print-threads.exp: Likewise.
17997 * gdb.threads/pthreads.exp:: Likewise.
17998 * gdb.threads/schedlock.exp: Likewise.
17999
180002014-10-24 Siva Chandra Reddy <sivachandra@google.com>
18001
18002 * gdb.cp/non-trivial-retval.cc: Add a test case.
18003 * gdb.cp/non-trivial-retval.exp: Add a test.
18004
180052014-10-20 Yao Qi <yao@codesourcery.com>
18006
18007 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18008 * gdb.python/py-objfile-script-gdb.py: New file.
18009 * gdb.python/py-objfile-script.exp: Update reference to
18010 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18011 of remote_download. Remove the dest file.
18012
180132014-10-20 Yao Qi <yao@codesourcery.com>
18014
18015 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18016 * gdb.base/step-line.exp: Likewise.
18017 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18018 * gdb.dwarf2/dw2-basic.exp: Likewise.
18019 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18020 * gdb.dwarf2/dw2-filename.exp: Likewise.
18021 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18022 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18023 * gdb.dwarf2/dw2-producer.exp: Likewise.
18024 * gdb.dwarf2/mac-fileno.exp: Likewise.
18025 * gdb.python/py-frame-args.exp: Likewise.
18026 * gdb.python/py-framefilter.exp: Likewise.
18027 * gdb.python/py-mi.exp: Likewise.
18028 * gdb.python/py-objfile-script.exp: Likewise
18029 * gdb.python/py-pp-integral.exp: Likewise.
18030 * gdb.python/py-pp-re-notag.exp: Likewise.
18031 * gdb.python/py-prettyprint.exp: Likewise.
18032 * gdb.python/py-section-script.exp: Likewise.
18033 * gdb.python/py-typeprint.exp: Likewise.
18034 * gdb.python/py-xmethods.exp: Likewise.
18035 * gdb.stabs/weird.exp: Likewise.
18036 * gdb.xml/tdesc-regs.exp: Likewise.
18037
180382014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18039
18040 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18041 (out_cu): Use addr_len for the size of addresses.
18042 (out_line): Likewise. Size DW_LNE_set_address instruction
18043 according to addr_len.
18044 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18045 (FUNC): Add START_INSNS to definition.
18046
180472014-10-18 Yao Qi <yao@codesourcery.com>
18048
18049 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18050 gdb_has_argv0 return true.
18051 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18052 check [target_info exists noargs], check [gdb_has_argv0]
18053 instead.
18054 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18055 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18056 procedures.
18057
180582014-10-17 Doug Evans <dje@google.com>
18059
18060 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18061 event.
18062 * gdb.python/py-events.py: Add clear_objfiles event.
18063
180642014-10-17 Doug Evans <dje@google.com>
18065
18066 * gdb.python/py-objfile.exp: Test progspace attribute.
18067
180682014-10-17 Luis Machado <lgustavo@codesourcery.com>
18069
18070 * gdb.guile/scm-breakpoint.exp: Do not assume any
18071 directory separators when matching source file paths.
18072 * gdb.python/py-breakpoint.exp: Likewise.
18073 * gdb.reverse/break-precsave.exp: Likewise.
18074 * gdb.reverse/break-reverse.exp: Likewise.
18075 * gdb.reverse/consecutive-precsave.exp: Likewise.
18076 * gdb.reverse/finish-precsave.exp: Likewise.
18077 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18078 * gdb.reverse/finish-reverse.exp: Likewise.
18079 * gdb.reverse/i386-precsave.exp: Likewise.
18080 * gdb.reverse/i387-env-reverse.exp: Likewise.
18081 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18082 * gdb.reverse/machinestate-precsave.exp: Likewise.
18083 * gdb.reverse/machinestate.exp: Likewise.
18084 * gdb.reverse/sigall-precsave.exp: Likewise.
18085 * gdb.reverse/solib-precsave.exp: Likewise.
18086 * gdb.reverse/step-precsave.exp: Likewise.
18087 * gdb.reverse/until-precsave.exp: Likewise.
18088 * gdb.reverse/watch-precsave.exp: Likewise.
18089 * gdb.reverse/watch-reverse.exp: Likewise.
18090
180912014-10-17 Yao Qi <yao@codesourcery.com>
18092
18093 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18094 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18095
180962014-10-17 Pedro Alves <palves@redhat.com>
18097
18098 PR gdb/17471
18099 * gdb.base/bg-execution-repeat.c: New file.
18100 * gdb.base/bg-execution-repeat.exp: New file.
18101
181022014-10-17 Pedro Alves <palves@redhat.com>
18103
18104 PR gdb/17300
18105 * gdb.base/continue-all-already-running.c: New file.
18106 * gdb.base/continue-all-already-running.exp: New file.
18107
181082014-10-17 Pedro Alves <palves@redhat.com>
18109
18110 PR gdb/17472
18111 * gdb.base/annota-input-while-running.c: New file.
18112 * gdb.base/annota-input-while-running.exp: New file.
18113
181142014-10-17 Pedro Alves <palves@redhat.com>
18115
18116 * gdb.base/callfuncs.exp: emove references to osf.
18117 * gdb.base/sigall.exp: Likewise.
18118 * gdb.gdb/selftest.exp: Likewise.
18119 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18120 * gdb.mi/non-stop.c: Likewise.
18121 * gdb.mi/pthreads.c: Likewise.
18122 * gdb.reverse/sigall-precsave.exp: Likewise.
18123 * gdb.reverse/sigall-reverse.exp: Likewise.
18124 * gdb.threads/pthreads.c: Likewise.
18125 * gdb.threads/pthreads.exp: Likewise.
18126
181272014-10-17 Yao Qi <yao@codesourcery.com>
18128
18129 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18130 check 'target_info exists noargs'.
18131 (test_command_prompt_position): Likewise.
18132 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18133 Remove "set args".
18134 (progvar_simple_while_test): Likewise.
18135 (progvar_complex_if_while_test): Likewise.
18136 (if_while_breakpoint_command_test): Likewise.
18137 (infrun_breakpoint_command_test): Likewise.
18138 (breakpoint_command_test): Likewise.
18139 (watchpoint_command_test): Likewise.
18140 (bp_deleted_in_command_test): Likewise.
18141 (temporary_breakpoint_commands): Likewise.
18142
181432014-10-16 Yao Qi <yao@codesourcery.com>
18144
18145 * gdb.base/remotetimeout.exp: Remove noargs checking.
18146
181472014-10-15 Pedro Alves <palves@redhat.com>
18148
18149 PR breakpoints/9649
18150 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18151 * gdb.base/breakpoint-in-ro-region.exp
18152 (probe_target_hardware_step): New procedure.
18153 (top level): Probe hardware stepping and hardware breakpoint
18154 support. Test stepping through a read-only region, with both
18155 "breakpoint auto-hw" on and off and both "always-inserted" on and
18156 off.
18157
181582014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18159
18160 * gdb.dlang/demangle.exp: Update for demangling changes.
18161
181622014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18163
18164 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18165 * gdb.cp/non-trivial-retval.exp: Add new tests.
18166
181672014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18168
18169 PR c++/13403
18170 PR c++/15154
18171 * gdb.cp/non-trivial-retval.cc: New file.
18172 * gdb.cp/non-trivial-retval.exp: New file.
18173
181742014-10-15 Yao Qi <yao@codesourcery.com>
18175
18176 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18177 remote host.
18178
181792014-10-15 Yao Qi <yao@codesourcery.com>
18180
18181 * gdb.python/py-symbol.exp: Match file base name if host is
18182 remote, otherwise match file name with dir name.
18183 * gdb.python/py-symtab.exp: Likewise.
18184 * gdb.python/python.exp: Likewise.
18185
181862014-10-15 Yao Qi <yao@codesourcery.com>
18187
18188 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18189 pattern.
18190 * gdb.python/py-symtab.exp: Likewise.
18191 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18192 locationn.
18193
181942014-10-14 Joel Brobecker <brobecker@adacore.com>
18195
18196 * gdb.ada/addr_arith: New testcase.
18197
181982014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18199
18200 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18201 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18202 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18203 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18204
182052014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18206
18207 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18208 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18209 * gdb.arch/stap-eval-lang-ada.exp: New file.
18210
182112014-10-14 Yao Qi <yao@codesourcery.com>
18212
18213 * gdb.mi/mi-var-child.c (nothing1): New function.
18214 (nothing2): New function.
18215 (do_children_tests): Set function pointers by nothing1 and
18216 nothing2.
18217 * gdb.mi/mi-var-child.exp: Step over new added statements.
18218 Update test to match the new output.
18219 * gdb.mi/var-cmd.c (nothing1): New function.
18220 (nothing2): New function.
18221 (do_children_tests): Set function pointers by nothing1 and
18222 nothing2.
18223 * gdb.mi/mi-var-display.exp: Update test to match output.
18224 Step to the line specified by $line_dct_nothing.
18225 Increase the number of lines to step.
18226
182272014-10-14 Yao Qi <yao@codesourcery.com>
18228
18229 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18230 tests.
18231 * gdb.mi/mi2-var-child.exp: Likewise.
18232
182332014-10-13 Doug Evans <dje@google.com>
18234
18235 * gdb.python/py-objfile.exp: Change name of file name test.
18236
182372014-10-13 Doug Evans <dje@google.com>
18238
18239 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18240 from the start of the CU.
18241
182422014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18243 Yao Qi <yao@codesourcery.com>
18244
18245 Fix "save breakpoints" for "catch" command.
18246 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18247 Remove -nonewline. Match also the added "main" line.
18248
182492014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18250
18251 Fix "save breakpoints" for "disable $bpnum" command.
18252 * gdb.base/save-bp.c (main): Add label.
18253 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18254
182552014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18256
18257 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18258
182592014-10-11 Yao Qi <yao@codesourcery.com>
18260
18261 * gdb.server/server-kill.exp: Execute command
18262 "set remote trace-status-packet on" before "tstatus".
18263
182642014-10-11 Yao Qi <yao@codesourcery.com>
18265
18266 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18267 (main): Call getppid.
18268 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18269 and continue to it. Read variable "server_pid".
18270
182712014-10-11 Yao Qi <yao@codesourcery.com>
18272
18273 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18274
182752014-10-11 Yao Qi <yao@codesourcery.com>
18276
18277 * gdb.threads/thread-find.exp: Don't execute command
18278 "info threads".
18279 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18280 * gdb.threads/linux-dp.exp: Don't check the condition
18281 $threads_created equals to zero.
18282
182832014-10-10 Pedro Alves <palves@redhat.com>
18284
18285 * gdb.base/bigcore.exp: Remove references to IRIX.
18286 * gdb.base/funcargs.exp: Likewise.
18287 * gdb.base/interrupt.exp: Likewise.
18288 * gdb.base/mips_pro.exp: Likewise.
18289 * gdb.base/nodebug.exp: Likewise.
18290 * gdb.base/setvar.exp: Likewise.
18291 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18292
182932014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18294 Pedro Alves <palves@redhat.com>
18295
18296 PR symtab/14466
18297 * gdb.base/vdso-warning.c: New file.
18298 * gdb.base/vdso-warning.exp: New file.
18299
183002014-10-02 Doug Evans <dje@google.com>
18301
18302 * gdb.base/structs.c (main): Don't run forever.
18303
183042014-10-02 Pedro Alves <palves@redhat.com>
18305
18306 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18307 (top level) <stop threads 1, stop threads 2>: Use it.
18308
183092014-10-02 Pedro Alves <palves@redhat.com>
18310
18311 * gdb.threads/break-while-running.exp (test): Add new
18312 'update_thread_list' argument. Skip "info threads" if false.
18313 (top level): Add new 'update_thread_list' axis.
18314
183152014-10-02 Pedro Alves <palves@redhat.com>
18316
18317 PR breakpoints/17431
18318 * gdb.base/execl-update-breakpoints.c: New file.
18319 * gdb.base/execl-update-breakpoints.exp: New file.
18320
183212014-10-01 Pedro Alves <palves@redhat.com>
18322
18323 * gdb.base/breakpoint-in-ro-region.c: New file.
18324 * gdb.base/breakpoint-in-ro-region.exp: New file.
18325
183262014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18327
18328 * gdb.mi/mi-exit-code.exp: New file.
18329 * gdb.mi/mi-exit-code.c: New file.
18330
183312014-09-30 Yao Qi <yao@codesourcery.com>
18332
18333 * lib/prelink-support.exp (build_executable_own_libs): Error if
18334 the target isn't native.
18335
183362014-09-30 Yao Qi <yao@codesourcery.com>
18337
18338 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18339 false.
18340
183412014-09-22 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.threads/break-while-running.exp: New file.
18344 * gdb.threads/break-while-running.c: New file.
18345
183462014-09-19 Yao Qi <yao@codesourcery.com>
18347
18348 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18349 Invoke test. Restart GDB with --readnow and invoke test again.
18350
183512014-09-19 Yao Qi <yao@codesourcery.com>
18352
18353 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18354 proc set_breakpoint_on_gcd_function. Invoke
18355 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18356 invoke set_breakpoint_on_gcd_function again.
18357
183582014-09-18 Doug Evans <dje@google.com>
18359
18360 * gdb.dwarf2/symtab-producer.exp: New file.
18361
183622014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18363
18364 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18365 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18366 * gdb.base/global-var-nested-by-dso.c: Likewise.
18367 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18368
183692014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18370 Pedro Alves <palves@redhat.com>
18371
18372 * gdb.base/watch-bitfields.exp: Pass string other than test file
18373 name to prepare_for_testing.
18374 (watch): New procedure.
18375 (expect_watchpoint): Use with_test_prefix.
18376 (top level): Factor out tests to ...
18377 (test_watch_location, test_regular_watch): ... these new
18378 procedures, and use with_test_prefix and gdb_continue_to_end.
18379
183802014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18381
18382 PR breakpoints/12526
18383 * gdb.base/watch-bitfields.exp: New file.
18384 * gdb.base/watch-bitfields.c: New file.
18385
183862014-09-16 Pedro Alves <palves@redhat.com>
18387
18388 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18389 software and hardware addresses, not software address against
18390 itself.
18391
183922014-09-16 Pedro Alves <palves@redhat.com>
18393
18394 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18395 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18396
183972014-09-16 Pedro Alves <palves@redhat.com>
18398
18399 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18400 files.
18401 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18402 "*-*-vxworks*" throughout.
18403 * gdb.base/break.exp: Likewise.
18404 * gdb.base/default.exp: Likewise.
18405 * gdb.base/scope.exp: Likewise.
18406 * gdb.base/sepdebug.exp: Likewise.
18407 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18408 throughout.
18409 * gdb.base/run.c: Likewise.
18410 * gdb.base/sepdebug.c: Likewise.
18411 * gdb.hp/gdb.aCC/run.c: Likewise.
18412 * gdb.reverse/until-reverse.c: Likewise.
18413 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18414
184152014-09-16 Yao Qi <yao@codesourcery.com>
18416
18417 * boards/local-remote-host-native.exp: New file.
18418
184192014-09-14 Doug Evans <xdje42@gmail.com>
18420
18421 * gdb.threads/queue-signal.c (thread_count): New variable.
18422 (thread_count_mutex, thread_count_condvar): New variables.
18423 (incr_thread_count, wait_all_threads_running): New functions.
18424 (main): Wait for all threads to be in their thread functions.
18425
184262014-09-13 Doug Evans <xdje42@gmail.com>
18427
18428 * gdb.threads/queue-signal.c: New file.
18429 * gdb.threads/queue-signal.exp: New file.
18430
184312014-09-13 Doug Evans <xdje42@gmail.com>
18432
18433 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18434 be consistent with what default_gdb_init uses.
18435 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18436 the plain text of the prompt. Add some logging printfs.
18437 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18438
184392014-09-12 Pedro Alves <palves@redhat.com>
18440
18441 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18442 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18443 * gdb.arch/i386-size-overlap.exp: Likewise.
18444 * gdb.arch/i386-size.exp: Likewise.
18445 * gdb.arch/i386-unwind.exp: Likewise.
18446 * gdb.base/a2-run.exp: Likewise.
18447 * gdb.base/break.exp: Likewise.
18448 * gdb.base/charset.exp: Likewise.
18449 * gdb.base/chng-syms.exp: Likewise.
18450 * gdb.base/commands.exp: Likewise.
18451 * gdb.base/dbx.exp: Likewise.
18452 * gdb.base/find.exp: Likewise.
18453 * gdb.base/funcargs.exp: Likewise.
18454 * gdb.base/jit-simple.exp: Likewise.
18455 * gdb.base/reread.exp: Likewise.
18456 * gdb.base/sepdebug.exp: Likewise.
18457 * gdb.base/step-bt.exp: Likewise.
18458 * gdb.cp/mb-inline.exp: Likewise.
18459 * gdb.cp/mb-templates.exp: Likewise.
18460 * gdb.objc/basicclass.exp: Likewise.
18461 * gdb.threads/killed.exp: Likewise.
18462
184632014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18464
18465 PR tdep/17379
18466 * gdb.arch/powerpc-stackless.S: New file.
18467 * gdb.arch/powerpc-stackless.exp: New file.
18468
184692014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18470
18471 * gdb.base/attach.c: Include unistd.h.
18472 (main): Call alarm. Add label postloop.
18473 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18474 gdb_breakpoint, gdb_continue_to_breakpoint.
18475 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18476
184772014-09-11 Pedro Alves <palves@redhat.com>
18478
18479 PR gdb/17347
18480 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18481 * gdb.base/attach.exp (test_command_line_attach_run): New
18482 procedure.
18483 (top level): Call it.
18484
184852014-09-11 Pedro Alves <palves@redhat.com>
18486
18487 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18488 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18489 (do_command_attach_tests): Use spawn_wait_for_attach.
18490 * gdb.base/solib-overlap.exp: Likewise.
18491 * gdb.multi/multi-attach.exp: Likewise.
18492 * gdb.python/py-prompt.exp: Likewise.
18493 * gdb.python/py-sync-interp.exp: Likewise.
18494 * gdb.server/ext-attach.exp: Likewise.
18495
184962014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18497
18498 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18499 command in testcase. Simplify testcase.
18500
185012014-09-10 Joel Brobecker <brobecker@adacore.com>
18502
18503 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18504
185052014-09-10 Joel Brobecker <brobecker@adacore.com>
18506
18507 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18508
185092014-09-10 Joel Brobecker <brobecker@adacore.com>
18510
18511 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18512
185132014-09-10 Joel Brobecker <brobecker@adacore.com>
18514
18515 * gdb.dwarf2/dynarr-ptr.c: New file.
18516 * gdb.dwarf2/dynarr-ptr.exp: New file.
18517
185182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18519
18520 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18521 of 30 rather than hardcoding 120 for a slow test case. Take the
18522 `gdb,timeout' target setting into account for this calculation.
18523 Don't extend the timeout for the test cases that don't need it.
18524
185252014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18526
18527 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18528 a factor of 2 for a slow test case. Take the `gdb,timeout'
18529 target setting into account for this calculation.
18530 * gdb.reverse/until-precsave.exp: Increase the timeout by
18531 a factor of 15 and 3 respectively rather than adding 120
18532 for a pair of slow test cases. Take the `gdb,timeout'
18533 target setting into account for this calculation.
18534
185352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18536
18537 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18538 timeout, don't pass one down to gdb_expect.
18539 (gdb_expect): Rework timeout selection.
18540
185412014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18542
18543 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18544 exception on timeout.
18545 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18546 (gdbserver_start_extended): Catch any `gdbserver_start' error
18547 exceptions.
18548 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18549 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18550 `gdbserver_gdb_load' error exceptions.
18551
185522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18553
18554 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18555 120 on waiting for the TCP socket to open.
18556
185572014-09-09 Doug Evans <xdje42@gmail.com>
18558
18559 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18560 _caller_matches, _any_caller_is, _any_caller_matches.
18561
185622014-09-09 Doug Evans <xdje42@gmail.com>
18563
18564 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18565
185662014-09-09 Yao Qi <yao@codesourcery.com>
18567
18568 * gdb.mi/mi-var-display.exp: Set print symbol off.
18569
185702014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18571
18572 PR gdb/17035
18573 * gdb.base/commands.exp: Add tests to verify user-defined
18574 commands with empty bodies.
18575 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18576 python commands in `show user command`.
18577 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18578 scheme commands in `show user command`.
18579
185802014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18581
18582 PR python/17355
18583 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18584 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18585 * gdb.python/py-framefilter-invalidarg.exp: New file.
18586 * gdb.python/py-framefilter-invalidarg.py: New file.
18587
185882014-09-06 Doug Evans <xdje42@gmail.com>
18589
18590 PR 15276
18591 * gdb.python/py-caller-is.c: New file.
18592 * gdb.python/py-caller-is.exp: New file.
18593
185942014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18595
18596 PR gdb/17235
18597 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18598 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18599
186002014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18601
18602 PR fortran/17237
18603 * gdb.fortran/print-formatted.exp: New file.
18604 * gdb.fortran/print-formatted.f90: Likewise.
18605
186062014-09-03 Sasha Smundak <asmundak@google.com>
18607
18608 * gdb.python/py-frame.exp: Test Frame.read_register.
18609
186102014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18611
18612 PR python/16699
18613 * gdb.python/py-completion.exp: New file.
18614 * gdb.python/py-completion.py: Likewise.
18615
186162014-08-28 Doug Evans <dje@google.com>
18617
18618 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18619 eax,etc. are live with values set by gdb and thus the compiler can't
18620 use them.
18621 * gdb.arch/i386-pseudo.c (main): Ditto.
18622
186232014-08-27 Doug Evans <dje@google.com>
18624
18625 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18626
186272014-08-25 Doug Evans <dje@google.com>
18628
18629 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18630 (main): Ditto.
18631
186322014-08-25 Doug Evans <dje@google.com>
18633
18634 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18635
186362014-08-24 Yao Qi <yao@codesourcery.com>
18637
18638 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18639 symbol off.
18640 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18641
186422014-08-22 Doug Evans <dje@google.com>
18643
18644 PR 17276
18645 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18646 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18647 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18648
186492014-08-22 Yao Qi <yao@codesourcery.com>
18650
18651 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18652 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18653 * gdb.python/python.exp: Likewise. Use .py file on the host
18654 instead of the build.
18655
186562014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18657
18658 * gdb.threads/gcore-stale-thread.c: New file.
18659 * gdb.threads/gcore-stale-thread.exp: New file.
18660
186612014-08-21 Pedro Alves <palves@redhat.com>
18662
18663 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18664 * gdb.base/gcore-relro-pie.exp: Likewise.
18665 * gdb.base/gcore-relro.exp: Likewise.
18666 * gdb.base/gcore.exp: Likewise.
18667 * gdb.base/print-symbol-loading.exp: Likewise.
18668 * gdb.threads/gcore-thread.exp: Likewise.
18669 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18670
186712014-08-20 Pedro Alves <palves@redhat.com>
18672 Jan Kratochvil <jan.kratochvil@redhat.com>
18673
18674 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18675 configure.
18676 (EXPECT): Handle READ1 being set.
18677 (all): Depend on EXTRA_RULES.
18678 (check-read1, expect-read1, read1.so, read1): New rules.
18679 * README (Testsuite Parameters): Document the READ1 make variable.
18680 (Race detection): New section.
18681 * configure: Regenerate.
18682 * configure.ac: If build==host==target, and running under a
18683 GNU/glibc system, add read1 to the extra Makefile rules.
18684 (EXTRA_RULES): AC_SUBST it.
18685 * lib/read1.c: New file.
18686
186872014-08-20 Joel Brobecker <brobecker@adacore.com>
18688
18689 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18690 the handling of variables declared as a typedef to an array
18691 which a DW_AT_data_location attribute.
18692
186932014-08-19 Andrew Burgess <aburgess@broadcom.com>
18694 Pedro Alves <palves@redhat.com>
18695
18696 PR symtab/14604
18697 PR symtab/14605
18698 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18699 gdb_test.
18700
187012014-08-19 Pedro Alves <palves@redhat.com>
18702
18703 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18704
187052014-08-19 Yao Qi <yao@codesourcery.com>
18706
18707 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18708 right line.
18709
187102014-08-18 David Blaikie <dblaikie@gmail.com>
18711
18712 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18713
187142014-08-18 Joel Brobecker <brobecker@adacore.com>
18715
18716 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18717 attribute in array range.
18718
187192014-08-18 Joel Brobecker <brobecker@adacore.com>
18720
18721 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18722
187232014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18724
18725 PR c++/17132
18726 * gdb.cp/pr17132.cc: New file.
18727 * gdb.cp/pr17132.exp: New file.
18728
187292014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18730
18731 * gdb.python/py-xmethods.py (A_getarrayind)
18732 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18733 Use 'print' with function call syntax.
18734 (E_method_matcher.match): Fix tab vs space indentation mixup.
18735
187362014-08-15 Yao Qi <yao@codesourcery.com>
18737
18738 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18739 false.
18740
187412014-08-15 Yao Qi <yao@codesourcery.com>
18742
18743 * gdb.cp/casts.exp: Set print symbol off.
18744 * gdb.cp/class2.exp: Likewise.
18745 * gdb.cp/overload.exp: Likewise.
18746 * gdb.cp/templates.exp: Likewise.
18747
187482014-08-11 Doug Evans <dje@google.com>
18749
18750 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18751 (test_load_shlib): Update.
18752
187532014-08-09 Yao Qi <yao@codesourcery.com>
18754
18755 * gdb.base/display.exp: Invoke is_address_zero_readable.
18756 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18757 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18758 * gdb.base/hbreak-unmapped.exp: Return if
18759 is_address_zero_readable returns true.
18760 * gdb.base/signest.exp: Likewise.
18761 * gdb.base/signull.exp: Likewise.
18762 * gdb.base/sigbpt.exp: Likewise.
18763 * gdb.guile/scm-disasm.exp: Do the test if
18764 is_address_zero_readable returns false.
18765 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18766 * gdb.python/py-arch.exp: Likewise.
18767 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18768 * lib/gdb.exp (is_address_zero_readable): New proc.
18769
187702014-08-09 Yao Qi <yao@codesourcery.com>
18771
18772 PR testsuite/13443
18773 * gdb.mi/mi-var-display.exp: Make test messages unique.
18774
187752014-08-04 Tom Tromey <tromey@redhat.com>
18776
18777 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18778 target 0".
18779
187802014-08-04 Tom Tromey <tromey@redhat.com>
18781
18782 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18783 "target_resume".
18784
187852014-08-01 Joel Brobecker <brobecker@adacore.com>
18786
18787 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18788 inner_vla_struct_object_size.
18789 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18790 as xfail.
18791
187922014-07-30 Pedro Alves <palves@redhat.com>
18793
18794 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18795 comment.
18796
187972014-07-29 Yao Qi <yao@codesourcery.com>
18798
18799 PR gdb/17206
18800 * gdb.base/until-nodebug.exp: New.
18801
188022014-07-28 Doug Evans <xdje42@gmail.com>
18803
18804 PR guile/17203
18805 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18806 previously existing parameter, and previously ambiguously spelled
18807 parameter.
18808
188092014-07-28 Will Newton <will.newton@linaro.org>
18810
18811 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18812
188132014-07-26 Ludovic Courtès <ludo@gnu.org>
18814 Doug Evans <xdje42@gmail.com>
18815
18816 PR guile/17146
18817 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18818
188192014-07-25 Pedro Alves <palves@redhat.com>
18820
18821 * gdb.threads/signal-command-handle-nopass.c: New file.
18822 * gdb.threads/signal-command-handle-nopass.exp: New file.
18823 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18824 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18825 * gdb.threads/signal-delivered-right-thread.c: New file.
18826 * gdb.threads/signal-delivered-right-thread.exp: New file.
18827
188282014-07-25 Pedro Alves <palves@redhat.com>
18829
18830 * gdb.base/double-prompt-target-event-error.exp
18831 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18832 match.
18833 (cancel_pagination_in_target_event): Rework double prompt
18834 detection.
18835 * gdb.base/paginate-after-ctrl-c-running.exp
18836 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18837 <return>' match.
18838 * gdb.base/paginate-bg-execution.exp
18839 (test_bg_execution_pagination_return)
18840 (test_bg_execution_pagination_cancel): Remove '-notransfer
18841 <return>' matches.
18842 * gdb.base/paginate-execution-startup.exp
18843 (test_fg_execution_pagination_return)
18844 (test_fg_execution_pagination_cancel): Remove '-notransfer
18845 <return>' matches.
18846 * gdb.base/paginate-inferior-exit.exp
18847 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18848 match.
18849 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18850 * lib/gdb.exp (pagination_prompt): Run text through
18851 string_to_regexp.
18852 (gdb_test_multiple): Match $pagination_prompt instead of
18853 "<return>".
18854 (string_to_regexp): Move to lib/gdb-utils.exp.
18855
188562014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18857
18858 * gdb.arch/amd64-entry-value-paramref.S: New file.
18859 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18860 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18861 * gdb.arch/amd64-optimout-repeat.S: New file.
18862 * gdb.arch/amd64-optimout-repeat.c: New file.
18863 * gdb.arch/amd64-optimout-repeat.exp: New file.
18864
188652014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18866
18867 PR gdb/17170
18868 * gdb.base/statistics.exp: New file.
18869
188702014-07-17 Doug Evans <dje@google.com>
18871
18872 PR gdb/17170
18873 * gdb.base/maint.exp: Update testing of per-command stats.
18874
188752014-07-16 Pedro Alves <palves@redhat.com>
18876
18877 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18878 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18879 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18880 (tfile_write_buf): New functions.
18881 (add_memory_block): Rewrite using the above.
18882 (adjust_function_address): New function.
18883 (FUNCTION_ADDRESS): New macro.
18884 (write_basic_trace_file): Remove short_x local, and use
18885 tfile_write_16. Change type of func_addr local to unsigned long
18886 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18887 here. Cast argument of add_memory_block to char pointer.
18888 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18889 (main): Remove parameters.
18890 * gdb.trace/tfile.exp: Remove nowarnings.
18891
188922014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18893
18894 * gdb.base/debug-expr.exp: Test string evaluation with
18895 "debug expression" on.
18896
188972014-07-15 Pedro Alves <palves@redhat.com>
18898
18899 * gdb.base/reread.exp: Use clean_restart.
18900
189012014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18902
18903 * gdb.arch/avr-flash-qualifer.c: New.
18904 * gdb.arch/avr-flash-qualifer.exp: New.
18905
189062014-07-14 Pedro Alves <palves@redhat.com>
18907
18908 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18909 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18910
189112014-07-14 Pedro Alves <palves@redhat.com>
18912
18913 * gdb.base/double-prompt-target-event-error.c: New file.
18914 * gdb.base/double-prompt-target-event-error.exp: New file.
18915
189162014-07-14 Pedro Alves <palves@redhat.com>
18917
18918 PR gdb/17072
18919 * gdb.base/paginate-inferior-exit.c: New file.
18920 * gdb.base/paginate-inferior-exit.exp: New file.
18921
189222014-07-14 Pedro Alves <palves@redhat.com>
18923
18924 PR gdb/17072
18925 * gdb.base/paginate-bg-execution.c: New file.
18926 * gdb.base/paginate-bg-execution.exp: New file.
18927
189282014-07-14 Pedro Alves <palves@redhat.com>
18929
18930 PR gdb/17072
18931 * gdb.base/paginate-execution-startup.c: New file.
18932 * gdb.base/paginate-execution-startup.exp: New file.
18933 * lib/gdb.exp (pagination_prompt): New global.
18934 (default_gdb_spawn): New procedure, factored out from
18935 default_gdb_spawn.
18936 (default_gdb_start): Adjust to call default_gdb_spawn.
18937 (gdb_spawn): New procedure.
18938
189392014-07-14 Pedro Alves <palves@redhat.com>
18940
18941 * lib/gdb.exp (gdb_assert): New procedure.
18942 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18943
189442014-07-14 Pedro Alves <palves@redhat.com>
18945
18946 * gdb.base/execution-termios.c: New file.
18947 * gdb.base/execution-termios.exp: New file.
18948
189492014-07-14 Tom Tromey <tromey@redhat.com>
18950
18951 * gdb.cp/vla-cxx.cc: New file.
18952 * gdb.cp/vla-cxx.exp: New file.
18953
189542014-07-14 Tom Tromey <tromey@redhat.com>
18955
18956 * gdb.reverse/rerun-prec.c: New file.
18957 * gdb.reverse/rerun-prec.exp: New file.
18958
189592014-07-12 Maciej W. Rozycki <macro@mips.com>
18960 Maciej W. Rozycki <macro@codesourcery.com>
18961
18962 * lib/gdb-utils.exp: New file.
18963 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18964 inline `gdb_init_command' processing.
18965 (gdb_start_cmd): Likewise.
18966 * lib/mi-support.exp (mi_run_cmd): Likewise.
18967 * README: Document `gdb_init_command' and `gdb_init_commands'.
18968
189692014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18970
18971 Fix false FAIL running under a very long directory name.
18972 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18973 and "set print elements 10000". Twice.
18974
189752014-07-11 Yao Qi <yao@codesourcery.com>
18976
18977 * gdb.base/exprs.exp: "set print symbol off".
18978
189792014-07-11 Pedro Alves <palves@redhat.com>
18980
18981 * gdb.threads/kill.c: New file.
18982 * gdb.threads/kill.exp: New file.
18983
189842014-07-10 Yao Qi <yao@codesourcery.com>
18985
18986 * gdb.trace/tfile.c (write_basic_trace_file)
18987 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18988 address written to trace file.
18989
189902014-07-09 Pedro Alves <palves@redhat.com>
18991
18992 * gdb.base/attach-wait-input.exp: New file.
18993 * gdb.base/attach-wait-input.c: New file.
18994
189952014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18996
18997 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18998 setting up test structures.
18999 (main): Call new test function.
19000 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
19001 test function, continue into test function and walk test
19002 structures.
19003
190042014-07-02 Yao Qi <yao@codesourcery.com>
19005
19006 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19007 'bar_start' at the beginning of functions 'foo' and 'bar'
19008 respectively.
19009 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19010 instead of 'foo' and 'bar'.
19011
190122014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19013
19014 * gdb.btrace/segv.exp: New.
19015 * gdb.btrace/segv.c: New.
19016
190172014-07-02 Luis Machado <lgustavo@codesourcery.com>
19018
19019 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19020 instruction.
19021
190222014-06-30 Mark Wielaard <mjw@redhat.com>
19023
19024 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19025 vulture, vilify, villar): New volatile array constants.
19026 (vindictive, vegetation): New const volatile array constants.
19027 * gdb.base/volatile.exp: Test volatile and const volatile array
19028 types.
19029
190302014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19031
19032 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19033 target lacks support for awatch, rwatch, or hbreak.
19034
190352014-06-27 Yao Qi <yao@codesourcery.com>
19036
19037 * gdb.multi/dummy-frame-restore.exp: New.
19038 * gdb.multi/dummy-frame-restore.c: New.
19039
190402014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19041
19042 * gdb.btrace/gcore.exp: New.
19043
190442014-06-23 Pedro Alves <palves@redhat.com>
19045
19046 * gdb.base/watchpoint-reuse-slot.c: New file.
19047 * gdb.base/watchpoint-reuse-slot.exp: New file.
19048
190492014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19050
19051 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19052 progspace's filename in 'info', 'enable' and 'disable' command
19053 tests.
19054
190552014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19056
19057 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19058 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19059 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19060
190612014-06-20 Gary Benson <gbenson@redhat.com>
19062
19063 * gdb.arch/i386-avx.exp: Fix include file location.
19064 * gdb.arch/i386-sse.exp: Likewise.
19065
190662014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19067
19068 * gdb.dlang/expression.exp: New file.
19069
190702014-06-19 Pedro Alves <palves@redhat.com>
19071
19072 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19073 out from ...
19074 (top level): ... here. Iterate running tests under different
19075 scheduler-locking settings.
19076
190772014-06-18 Luis Machado <lgustavo@codesourcery.com>
19078
19079 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19080 to DW_FORM_addr and use non-zero addresses.
19081
190822014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19083
19084 PR gdb/17017
19085 * gdb.python/py-xmethods.cc: Add global function call counters and
19086 increment them in their respective functions. Remove "cout"
19087 statements.
19088 * gdb.python/py-xmethods.exp: Make tests check the global function
19089 call counters instead of depending on inferior IO.
19090
190912014-06-18 Don Breazeal <donb@codesourcery.com>
19092
19093 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19094 Deleted procedure.
19095 (explicit_fork_parent_follow): Deleted procedure.
19096 (explicit_fork_child_follow): Deleted procedure.
19097 (test_follow_fork): New procedure.
19098 (do_fork_tests): Replace calls to deleted procedures with
19099 calls to test_follow_fork and reset GDB for subsequent
19100 procedure calls.
19101
191022014-06-17 Yao Qi <yao@codesourcery.com>
19103
19104 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19105 CP1252.
19106
191072014-06-17 Luis Machado <lgustavo@codesourcery.com>
19108
19109 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19110 Initialize ptr and S explicitly.
19111 (skip_type_update_when_not_use_rtti_test): Likewise.
19112
191132014-06-16 Keith Seitz <keiths@redhat.com>
19114
19115 PR mi/15863
19116 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19117 the inferior is started.
19118
191192014-06-16 Pedro Alves <palves@redhat.com>
19120
19121 * gdb.base/break-main-file-remove-fail.c: New file.
19122 * gdb.base/break-main-file-remove-fail.exp: New file.
19123 * gdb.base/break-unload-file.exp: Use build_executable instead of
19124 prepare_for_testing.
19125 (test_break): New parameter "initial_load". Handle it.
19126 (top level): Add initial_load cmdline/file axis.
19127
191282014-06-12 Tom Tromey <tromey@redhat.com>
19129
19130 * gdb.base/completion.exp: Don't use directory name in test.
19131
191322014-06-09 Gary Benson <gbenson@redhat.com>
19133
19134 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19135 separate the always-available ANSI-standard signals from the
19136 signals that require checking.
19137 (main): Likewise.
19138 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19139 Likewise.
19140 (main): Likewise.
19141
191422014-06-07 Keith Seitz <keiths@redhat.com>
19143
19144 Revert:
19145 PR c++/16253
19146 * gdb.cp/var-tag.cc: New file.
19147 * gdb.cp/var-tag.exp: New file.
19148 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19149 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19150 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19151 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19152
191532014-06-06 Doug Evans <xdje42@gmail.com>
19154
19155 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19156
191572014-06-06 Pedro Alves <palves@redhat.com>
19158
19159 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19160 in target debug output instead of looking at RSP packets,
19161 disabling the test on any target that uses hardware stepping.
19162 Update comments.
19163
191642014-06-06 Pedro Alves <palves@redhat.com>
19165
19166 * gdb.base/break-unload-file.exp: Fix typo.
19167
191682014-06-06 Yao Qi <yao@codesourcery.com>
19169
19170 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19171 from "jit_function" to "^jit_function".
19172
191732014-06-06 Yao Qi <yao@codesourcery.com>
19174
19175 * gdb.base/async.c (foo): Add one statement.
19176 * gdb.base/async.exp: Get the next instruction address and
19177 match the output of "nexti" by instruction address. Match
19178 the hex address in the output of "finish".
19179
191802014-06-06 Gary Benson <gbenson@redhat.com>
19181
19182 * gdb.base/call-signals.c: Remove preprocessor conditionals
19183 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19184 SIGSEGV and SIGTERM.
19185 * gdb.base/sigall.c: Likewise.
19186 * gdb.base/unwindonsignal.c: Likewise.
19187 * gdb.reverse/sigall-reverse.c: Likewise.
19188
191892014-06-06 Yao Qi <yao@codesourcery.com>
19190
19191 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19192 readable, skip the test.
19193
191942014-06-06 Yao Qi <yao@codesourcery.com>
19195
19196 * gdb.threads/staticthreads.c (thread_function): Move the line
19197 setting breakpoint on forward.
19198 * gdb.threads/staticthreads.exp: Update comments.
19199
192002014-06-05 Ludovic Courtès <ludo@gnu.org>
19201
19202 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19203 "history-append! type error".
19204
192052014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19206
19207 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19208 erroneous dprintf expected input.
19209
192102014-06-04 Doug Evans <xdje42@gmail.com>
19211
19212 * gdb.guile/scm-generics.exp: Delete.
19213
192142014-06-04 Doug Evans <xdje42@gmail.com>
19215
19216 * gdb.guile/scm-breakpoint.exp: Update.
19217 Add tests for breakpoint registration.
19218
192192014-06-04 Tom Tromey <tromey@redhat.com>
19220
19221 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19222 VLA-in-union.
19223 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19224 inner_vla_struct, vla_union types. Initialize objects of those
19225 types and compute their sizes.
19226
192272014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19228 Hui Zhu <hui@codesourcery.com>
19229
19230 * gdb.base/fileio.exp: Add test for shell not available as well as
19231 available.
19232 * gdb.base/fileio.c (test_system): Check for shell twice.
19233
192342014-06-04 Yao Qi <yao@codesourcery.com>
19235
19236 * gdb.base/auto-connect-native-target.exp: Remove redundant
19237 space from the regexp pattern.
19238
192392014-06-04 Yao Qi <yao@codesourcery.com>
19240
19241 * gdb.base/default.exp: Replace "child" with "native" in
19242 regexp pattern.
19243
192442014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19245
19246 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19247 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19248 * gdb.python/py-xmethods.py: Python script supporting the
19249 new testcase and tests.
19250
192512014-06-03 Joel Brobecker <brobecker@adacore.com>
19252 Pedro Alves <palves@redhat.com>
19253
19254 PR breakpoints/17000
19255 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19256 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19257
192582014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19259
19260 * gdb.base/subst.exp: Add tests to verify partial path matching
19261 output.
19262
192632014-06-03 Pedro Alves <palves@redhat.com>
19264
19265 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19266 target that doesn't use software single-stepping.
19267
192682014-06-03 Pedro Alves <palves@redhat.com>
19269
19270 PR breakpoints/17000
19271 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19272 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19273
192742014-06-02 Doug Evans <xdje42@gmail.com>
19275
19276 * gdb.guile/scm-parameter.exp: New file.
19277
192782014-06-02 Doug Evans <xdje42@gmail.com>
19279
19280 * gdb.guile/scm-cmd.c: New file.
19281 * gdb.guile/scm-cmd.exp: New file.
19282
192832014-06-02 Doug Evans <xdje42@gmail.com>
19284
19285 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19286 pretty-printer lookup.
19287 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19288 (make-pp_s-printer): Call it.
19289 (make-pretty-printer-from-dict): New function.
19290 (lookup-pretty-printer-maker-from-dict): New function.
19291 (*pretty-printer*): Simplify.
19292 (make-objfile-pp_s-printer): New function.
19293 (install-objfile-pretty-printers!): New function.
19294 (make-progspace-pp_s-printer): New function.
19295 (install-progspace-pretty-printers!): New function.
19296 * gdb.guile/scm-progspace.c: New file.
19297 * gdb.guile/scm-progspace.exp: New file.
19298
192992014-06-02 Pedro Alves <palves@redhat.com>
19300
19301 * gdb.base/dprintf-bp-same-addr.c: New file.
19302 * gdb.base/dprintf-bp-same-addr.exp: New file.
19303
193042014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19305
19306 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19307 * gdb.arch/powerpc-power.s: Likewise.
19308
193092014-06-02 Joel Brobecker <brobecker@adacore.com>
19310
19311 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19312
193132014-06-01 Yao Qi <yao@codesourcery.com>
19314
19315 * gdb.base/watchpoint.exp (test_watch_location): Check null
19316 pointer can be dereferenced. If not, do the test, otherwise
19317 skip it.
19318
193192014-05-30 Andrew Burgess <aburgess@broadcom.com>
19320
19321 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19322 results.
19323 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19324
193252014-05-30 Andrew Burgess <aburgess@broadcom.com>
19326
19327 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19328 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19329 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19330 * gdb.arch/amd64-invalid-stack-top.c: New file.
19331 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19332
193332014-05-30 Pedro Alves <palves@redhat.com>
19334
19335 PR breakpoints/17000
19336 * gdb.base/sss-bp-on-user-bp.c: New file.
19337 * gdb.base/sss-bp-on-user-bp.exp: New file.
19338
193392014-05-30 David Blaikie <dblaikie@gmail.com>
19340
19341 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19342 gnu_inline semantics via attribute.
19343 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19344 source explicitly specifies the required semantics.
19345
193462014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19347
19348 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19349
193502014-05-29 Pedro Alves <palves@redhat.com>
19351 Tom Tromey <tromey@redhat.com>
19352
19353 * gdb.base/async-shell.exp: Don't enable target-async.
19354 * gdb.base/async.exp
19355 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19356 parameter. Adjust.
19357 (top level): Don't test with "target-async".
19358 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19359 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19360 * gdb.base/inferior-died.exp: Don't enable target-async.
19361 * gdb.base/interrupt-noterm.exp: Likewise.
19362 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19363 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19364 * gdb.mi/mi-nonstop.exp: Likewise.
19365 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19366 * gdb.mi/mi-nsintrall.exp: Likewise.
19367 * gdb.mi/mi-nsmoribund.exp: Likewise.
19368 * gdb.mi/mi-nsthrexec.exp: Likewise.
19369 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19370 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19371 * gdb.python/py-evsignal.exp: Don't enable target-async.
19372 * gdb.python/py-evthreads.exp: Likewise.
19373 * gdb.python/py-prompt.exp: Likewise.
19374 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19375 * gdb.server/solib-list.exp: Don't enable target-async.
19376 * gdb.threads/thread-specific-bp.exp: Likewise.
19377 * lib/mi-support.exp: Adjust to use mi-async.
19378
193792014-05-29 Pedro Alves <palves@redhat.com>
19380
19381 PR gdb/13860
19382 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19383 reason, even in sync mode.
19384
193852014-05-29 Pedro Alves <palves@redhat.com>
19386 Hui Zhu <hui@codesourcery.com>
19387
19388 PR PR15693
19389 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19390 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19391 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19392 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19393
193942014-05-28 Joel Brobecker <brobecker@adacore.com>
19395
19396 * config/monitor.exp (gdb_target_monitor): Replace use of
19397 "set remotebaud" by "set serial baud".
19398
193992014-05-26 Andy Wingo <wingo@igalia.com>
19400
19401 * gdb.guile/scm-breakpoint.exp:
19402 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19403 properties instead of gdb-object-properties.
19404
194052014-05-26 Yao Qi <yao@codesourcery.com>
19406
19407 * gdb.server/no-thread-db.exp: Specify source file name
19408 explicitly when setting a breakpoint.
19409
194102014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19411
19412 * gdb.btrace/vdso.c: New.
19413 * gdb.btrace/vdso.exp: New.
19414
194152014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19416
19417 * gdb.base/gcore.exp (capture_command_output): Move ...
19418 * lib/gdb.exp (capture_command_output): ... here.
19419
194202014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19421
19422 * gdb.btrace/data.exp: Test memory access during btrace replay.
19423
194242014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19425
19426 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19427
194282014-05-21 Pedro Alves <palves@redhat.com>
19429
19430 PR gdb/13860
19431 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19432 (top level): Test that output related to execution commands is
19433 sent to the console with CLI commands, but not with MI commands.
19434 Test that breakpoint events are always mirrored to the console.
19435 Also expect the new source line to be output after a "next" in
19436 async mode too. Make it a pass/fail test.
19437 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19438 output.
19439 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19440
194412014-05-21 Pedro Alves <palves@redhat.com>
19442
19443 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19444 Use them to test variations of "list" after reaching a breakpoint.
19445 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19446 Test "list" with listsize 10 after reaching a breakpoint.
19447 * gdb.python/python.exp (decode_line current location line
19448 number): Adjust expected line number.
19449
194502014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19451
19452 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19453 behavior for $args, pass it directly to "run".
19454
194552014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19456
19457 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19458 30000 to 65536.
19459
194602014-05-21 Pedro Alves <palves@redhat.com>
19461
19462 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19463 auto-connect-native-target off".
19464 * gdb.base/auto-connect-native-target.c: New file.
19465 * gdb.base/auto-connect-native-target.exp: New file.
19466
194672014-05-21 Pedro Alves <palves@redhat.com>
19468
19469 * gdb.base/default.exp: Test "target native" instead of "target
19470 child".
19471
194722014-05-21 Mark Wielaard <mjw@redhat.com>
19473
19474 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19475
194762014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19477
19478 Fix TLS access for -static -pthread.
19479 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19480 <HAVE_TLS> (thread_function, main): Initialize it.
19481 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19482 Add clean_restart.
19483 <$have_tls != "">: Check TLSVAR.
19484
194852014-05-21 Pedro Alves <palves@redhat.com>
19486
19487 * gdb.base/dcache-line-read-error.c: New.
19488 * gdb.base/dcache-line-read-error.exp: New.
19489
194902014-05-20 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.base/compare-sections.c: New file.
19493 * gdb.base/compare-sections.exp: New file.
19494
194952014-05-20 Pedro Alves <palves@redhat.com>
19496
19497 * gdb.base/break-idempotent.c: New file.
19498 * gdb.base/break-idempotent.exp: New file.
19499
195002014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19501
19502 * gdb.btrace/nohist.exp: New.
19503
195042014-05-20 Yao Qi <yao@codesourcery.com>
19505
19506 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19507 gdb.reverse directory and gdb_reverse_timeout exists in board
19508 setting.
19509 * README: Document gdb_reverse_timeout.
19510
195112014-05-20 Yao Qi <yao@codesourcery.com>
19512
19513 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19514 'test_file_name'. Treat args as a string instead of a list.
19515 (gdb_init): Rename argument 'args' by 'test_file_name'.
19516
195172014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19518
19519 * gdb.arch/powerpc-power.exp: New file.
19520 * gdb.arch/powerpc-power.s: New file.
19521
195222014-05-16 Doug Evans <dje@google.com>
19523
19524 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19525 * gdb.base/completion.exp: Check that all expected files exist
19526 before doing file completion.
19527
195282014-05-16 Doug Evans <dje@google.com>
19529
19530 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19531 Update.
19532 (do_syscall_tests_without_xml): Update.
19533
195342014-05-16 Pedro Alves <palves@redhat.com>
19535
19536 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19537 instead of "unknown output after running".
19538
195392014-05-16 Yao Qi <yao@codesourcery.com>
19540
19541 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19542 file1.txt from host at the end.
19543 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19544
195452014-05-15 Doug Evans <dje@google.com>
19546
19547 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19548 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19549 loading file. Add test for TU lookup.
19550
195512014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19552
19553 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19554 calling "-exec-arguments" or "set args" before running the
19555 inferior.
19556
195572014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19558
19559 * lib/mi-support.exp (mi_expect_stop): Expect message for
19560 inferiors that exit with non-zero exit code.
19561
195622014-05-14 Yao Qi <yao@codesourcery.com>
19563
19564 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19565 match absolute path on remote host.
19566 (test_file_list_exec_source_files): Remove "/" from the
19567 pattern.
19568
195692014-05-14 Yao Qi <yao@codesourcery.com>
19570
19571 * boards/local-remote-host-notty.exp (${board}_file): New
19572 proc.
19573
195742014-05-07 Kyle McMartin <kyle@redhat.com>
19575
19576 Pushed by Joel Brobecker <brobecker@adacore.com>.
19577 * gdb.arch/aarch64-atomic-inst.c: New file.
19578 * gdb.arch/aarch64-atomic-inst.exp: New file.
19579
195802014-05-07 Yao Qi <yao@codesourcery.com>
19581
19582 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19583 in current context" too.
19584
195852014-05-05 Keith Seitz <keiths@redhat.com>
19586
19587 * gdb.linespec/ls-dollar.exp: Add test for linespec
19588 file:convenience_variable.
19589
195902014-05-05 Yao Qi <yao@codesourcery.com>
19591
19592 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19593 traceframes into tfile and ctf trace files. Read data from
19594 trace file and test collected data.
19595 (gdb_collect_locals_test): Likewise.
19596 (gdb_unavailable_registers_test): Likewise.
19597 (gdb_unavailable_floats): Likewise.
19598 (gdb_collect_globals_test): Likewise.
19599 (top-level): Append "ctf" to trace_file_targets if GDB
19600 supports.
19601
196022014-05-05 Yao Qi <yao@codesourcery.com>
19603
19604 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19605 code to ...
19606 (gdb_collect_args_test_1): ... it. New proc.
19607 (gdb_collect_locals_test): Move some code to ...
19608 (gdb_collect_locals_test_1): ... it. New proc.
19609 (gdb_unavailable_registers_test): Move some code to ...
19610 (gdb_unavailable_registers_test_1): ... it. New proc.
19611 (gdb_unavailable_floats): Move some code to ...
19612 (gdb_unavailable_floats_1): ... it. New proc.
19613
196142014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19615
19616 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19617 probes to test for bitness recognition.
19618 * gdb.arch/amd64-stap-optional-prefix.exp
19619 (test_probe_value_without_reg): New procedure.
19620 Add code to test for different kinds of bitness.
19621
196222014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19623
19624 PR breakpoints/16889
19625 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19626 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19627
196282014-05-01 Pedro Alves <palves@redhat.com>
19629
19630 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19631 gdb_file_cmd if no file is specified.
19632 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19633 last_loaded_file to set the remote exec-file.
19634
196352014-05-01 Pedro Alves <palves@redhat.com>
19636
19637 * boards/local-remote-host.exp: New file.
19638
196392014-05-01 Pedro Alves <palves@redhat.com>
19640
19641 * boards/local-remote-host.exp: Rename to ...
19642 * boards/local-remote-host-notty.exp: ... this.
19643
196442014-04-28 Joel Brobecker <brobecker@adacore.com>
19645
19646 * gdb.ada/dyn_arrayidx: New testcase.
19647
196482014-04-26 Yao Qi <yao@codesourcery.com>
19649
19650 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19651 and compute the length of function main. Save it in
19652 $main_length.
19653 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19654 (top-level): Use gdb_compile to compile objects into
19655 executable and restart GDB. Remove invocation to
19656 prepare_for_testing.
19657
196582014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19659 Pedro Alves <palves@redhat.com>
19660
19661 PR server/16255
19662 * gdb.multi/multi-attach.c: New file.
19663 * gdb.multi/multi-attach.exp: New file.
19664
196652014-04-25 Pedro Alves <palves@redhat.com>
19666
19667 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19668 user.
19669 (top level): Test that "set remote conditional-breakpoints-packet
19670 off" works as intended.
19671 * gdb.base/dprintf.exp: Test that "set remote
19672 breakpoint-commands-packet off" works as intended.
19673 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19674 New function.
19675 (top level): Call it.
19676 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19677 remote fast-tracepoints-packet off" works as intended.
19678 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19679 * lib/gdb.exp (gdb_is_target_remote): ... here.
19680
196812014-04-24 David Blaikie <dblaikie@gmail.com>
19682
19683 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19684 ensure clang would not discard them.
19685 * gdb.base/gdbvars.c: Ditto.
19686 * gdb.base/memattr.c: Ditto.
19687 * gdb.base/whatis.c: Ditto.
19688 * gdb.python/py-prettyprint.c: Ditto.
19689 * gdb.trace/actions.c: Ditto.
19690 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19691 ensure clang would not discard it.
19692
196932014-04-24 David Blaikie <dblaikie@gmail.com>
19694
19695 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19696 clang to emit the full definition of type required by the test
19697 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19698
196992014-04-24 David Blaikie <dblaikie@gmail.com>
19700
19701 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19702 coax Clang into emitting the definition of the type.
19703 * gdb.cp/pr10728-x.h (y): Ditto.
19704 * gdb.cp/pr10728-y.cc (y): Ditto.
19705
197062014-04-24 David Blaikie <dblaikie@gmail.com>
19707
19708 * gdb.base/label.exp: XFAIL label related tests under Clang.
19709 * gdb.cp/cplabel.exp: Ditto.
19710 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19711 under Clang those using labels.
19712
197132014-04-25 Yao Qi <yao@codesourcery.com>
19714
19715 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19716 double_label.
19717 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19718 partial_label and double_label.
19719
197202014-04-24 David Blaikie <dblaikie@gmail.com>
19721
19722 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19723
197242014-04-24 David Blaikie <dblaikie@gmail.com>
19725
19726 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19727 of the function to work across GCC and Clang.
19728 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19729 pointer types (const void ** const V void **).
19730
197312014-04-24 Michael Sturm <michael.sturm@mintel.com>
19732 Walfred Tedeschi <walfred.tedeschi@intel.com>
19733
19734 * Makefile.in (EXECUTABLES): Added i386-avx512.
19735 * gdb.arch/i386-avx512.c: New file.
19736 * gdb.arch/i386-avx512.exp: Likewise.
19737
197382014-04-23 Keith Seitz <keiths@redhat.com>
19739
19740 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19741 (mi_make_breakpoint_table): New procedure.
19742 (mi_create_breakpoint): Use mi_make_breakpoint
19743 and return the result.
19744 (mi_make_breakpoint): New procedure.
19745 (mi_build_kv_pairs): New procedure.
19746
19747 * gdb.mi/mi-break.exp: Remove unused globals,
19748 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19749 All callers updated.
19750 * gdb.mi/mi-dprintf.exp: Use variable to track command
19751 number.
19752 Update all callers of mi_create_breakpoint and use
19753 mi_make_breakpoint_table.
19754 Remove any unused global variables.
19755 * gdb.mi/mi-nonstop.exp: Likewise.
19756 * gdb.mi/mi-nsintrall.exp: Likewise.
19757 * gdb.mi/mi-nsmoribund.exp: Likewise.
19758 * gdb.mi/mi-nsthrexec.exp: Likewise.
19759 * gdb.mi/mi-reverse.exp: Likewise.
19760 * gdb.mi/mi-simplerun.exp: Likewise.
19761 * gdb.mi/mi-stepn.exp: Likewise.
19762 * gdb.mi/mi-syn-frame.exp: Likewise.
19763 * gdb.mi/mi-until.exp: Likewise.
19764 * gdb.mi/mi-var-cp.exp: Likewise.
19765 * gdb.mi/mi-var-display.exp: Likewise.
19766 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19767 * gdb.mi/mi2-var-child.exp: Likewise.
19768 * gdb.mi/mi-vla-c99.exp: Likewise.
19769 * lib/mi-support.exp: Likewise.
19770
19771 From Ian Lance Taylor <iant@cygnus.com>:
19772 * lib/gdb.exp (parse_args): New procedure.
19773
197742014-04-23 Pedro Alves <palves@redhat.com>
19775
19776 * gdb.base/break-unload-file.c: New file.
19777 * gdb.base/break-unload-file.exp: New file.
19778 * gdb.base/sym-file-lib.c (baz): New function.
19779 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19780 field.
19781 (load): Store the segment's mapped size.
19782 (unload): New function.
19783 (unload_shlib): New function.
19784 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19785 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19786 set a breakpoint at baz, and call it.
19787 * gdb.base/sym-file.exp: New tests for stale breakpoint
19788 instructions.
19789
197902014-04-23 Pedro Alves <palves@redhat.com>
19791
19792 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19793 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19794 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19795 * gdb.base/hbreak-unmapped.c: New file.
19796 * gdb.base/hbreak-unmapped.exp: New file.
19797 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19798 * lib/gdb.exp (gdb_is_target_remote): ... here.
19799
198002014-04-22 Pedro Alves <palves@redhat.com>
19801
19802 * gdb.base/consecutive-step-over.c: New file.
19803 * gdb.base/consecutive-step-over.exp: New file.
19804
198052014-04-22 Pedro Alves <palves@redhat.com>
19806
19807 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19808 instead of send_gdb/gdb_expect.
19809
198102014-04-22 Yao Qi <yao@codesourcery.com>
19811
19812 * lib/trace-support.exp (generate_tracefile): New procedure.
19813 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19814 return 0.
19815 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19816 if generate_tracefile returns 1.
19817
198182014-04-18 Tom Tromey <palves@redhat.com>
19819 Pedro alves <tromey@redhat.com>
19820
19821 PR backtrace/15558
19822 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19823 with a backtrace limit.
19824 * gdb.python/py-frame-inline.exp: Test running to an inline
19825 function with a backtrace limit, and printing the newest frame.
19826 * gdb.python/py-frame-inline.c (main): Call f.
19827
198282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19829
19830 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19831
198322014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19833
19834 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19835 Drop prefix from unsupported source file path.
19836
198372014-04-17 Yao Qi <yao@codesourcery.com>
19838
19839 * lib/gdb.exp (with_target_charset): New proc.
19840 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19841 with_target_charset.
19842 (test_print_strings): Likewise.
19843 (test_repeat_bytes): Likewise.
19844 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19845 for some tests.
19846
198472014-04-16 Keith Seitz <keiths@redhat.com>
19848
19849 PR gdb/15827
19850 * gdb.dwarf2/corrupt.c: New file.
19851 * gdb.dwarf2/corrupt.exp: New file.
19852
198532014-04-16 Keith Seitz <keiths@redhat.com>
19854
19855 PR c++/16597
19856 * gdb.cp/namelessclass.cc: New file.
19857 * gdb.cp/namelessclass.exp: New file.
19858 * gdb.cp/namelessclass.S: New file.
19859
198602014-04-16 Doug Evans <dje@google.com>
19861
19862 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19863 Add comment.
19864 (gdbserver_default_get_comm_port): New function.
19865 (gdbserver_start): Check if board file provided
19866 "gdbserver,get_comm_port" and use it if so.
19867 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19868 (gdb,socketport): Set to "stdio".
19869 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19870 (stdio_gdbserver_template): Delete.
19871 (${board}_get_remote_address): Update.
19872 (${board}_build_remote_cmd): Delete.
19873 (${board}_get_comm_port): New function.
19874 (${board}_spawn): Update.
19875 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19876 Delete.
19877 (${board}_get_remote_address): Update.
19878 (${board}_get_comm_port): New function.
19879
198802014-04-16 Andrew Burgess <aburgess@broadcom.com>
19881
19882 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19883 appearing in any order.
19884
198852014-04-15 Doug Evans <dje@google.com>
19886
19887 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19888 uninitialized value of "description".
19889
198902014-04-15 Keith Seitz <keiths@redhat.com>
19891
19892 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19893 Remove unused globals.
19894 (test_running_the_program): Likewise.
19895 (test_controlled_execution): Likewise.
19896 (test_controlling_breakpoints): Likewise.
19897 (test_program_termination): Likewise.
19898
198992014-04-15 Keith Seitz <keiths@redhat.com>
19900
19901 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19902 unused globals.
19903 (test_rbreak_creation_and_listing): Likewise.
19904 (test_ignore_count): Likewise.
19905 (test_error): Likewise.
19906
199072014-04-15 Pedro Alves <palves@redhat.com>
19908
19909 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19910 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19911 sym-file-loader.c.
19912 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19913 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19914 to sym-file-loader.c.
19915 (struct library): Forward declare.
19916 (load_shlib, lookup_function): Change prototypes.
19917 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19918 (translate_offset): Remove declarations.
19919 (get_text_addr): New declaration.
19920 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19921 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19922 sym-file-loader.h.
19923 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19924 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19925 here from sym-file-loader.h.
19926 (struct library): New structure.
19927 (load_shlib, lookup_function): Change prototypes and adjust to
19928 work with a struct library.
19929 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19930 (translate_offset): Make static.
19931 (get_text_addr): New function.
19932 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19933
199342014-04-15 Pedro Alves <palves@redhat.com>
19935
19936 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19937
199382014-04-15 Pedro Alves <palves@redhat.com>
19939
19940 * gdb.base/sym-file-loader.c: Include <limits.h>.
19941 (SELF_LINK): New define.
19942 (get_origin): New function.
19943 (load_shlib): Use it.
19944 * gdb.base/sym-file.exp: Don't early return if the target is
19945 remote. Use runto_main, and issue fail is that fails. Use
19946 gdb_load_shlibs.
19947 (shlib_name): Delete.
19948 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19949
199502014-04-15 Pedro Alves <palves@redhat.com>
19951
19952 * gdb.base/sym-file.exp: Remove regex characters from test
19953 message. Don't refer to breakpoint numbers in test messages.
19954
199552014-04-14 Keith Seitz <keiths@redhat.com>
19956
19957 PR c++/16253
19958 * gdb.cp/var-tag.cc: New file.
19959 * gdb.cp/var-tag.exp: New file.
19960 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19961 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19962 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19963 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19964
199652014-04-14 Tom Tromey <tromey@redhat.com>
19966
19967 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19968 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19969 type.
19970 * gdb.cp/enum-class.exp: New file.
19971 * gdb.cp/enum-class.cc: New file.
19972
199732014-04-14 Tom Tromey <tromey@redhat.com>
19974
19975 * gdb.dwarf2/enum-type.exp: New file.
19976
199772014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19978
19979 * gdb.mi/mi-vla-c99.exp: New file.
19980 * gdb.mi/vla.c: New file.
19981
199822014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19983
19984 * gdb.base/vla-datatypes.c: New file.
19985 * gdb.base/vla-datatypes.exp: New file.
19986
199872014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19988
19989 * gdb.base/vla-ptr.c: New file.
19990 * gdb.base/vla-ptr.exp: New file.
19991
199922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19993
19994 * gdb.dwarf2/count.exp: New file.
19995
199962014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19997
19998 * gdb.base/vla-sideeffect.c: New file.
19999 * gdb.base/vla-sideeffect.exp: New file.
20000
200012014-04-14 David Blaikie <dblaikie@gmail.com>
20002
20003 * gdb.mi/non-stop.c: Add return value for non-void function return
20004 statement.
20005 * gdb.threads/staticthreads.c: Ditto.
20006
200072014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20008 Doug Evans <xdje42@gmail.com>
20009
20010 * gdb.guile/scm-value.c: Improve test case.
20011 * gdb.guile/scm-value.exp: Add new test.
20012
200132014-04-11 David Blaikie <dblaikie@gmail.com>
20014
20015 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20016 override Clang's default.
20017
200182014-04-11 Joel Brobecker <brobecker@adacore.com>
20019
20020 Revert the following changes (regressions):
20021
20022 * gdb.base/vla-sideeffect.c: New file.
20023 * gdb.base/vla-sideeffect.exp: New file.
20024
20025 * gdb.dwarf2/count.exp: New file.
20026
20027 * gdb.base/vla-multi.c: New file.
20028 * gdb.base/vla-multi.exp: New file.
20029
20030 * gdb.base/vla-ptr.c: New file.
20031 * gdb.base/vla-ptr.exp: New file.
20032
20033 * gdb.base/vla-datatypes.c: New file.
20034 * gdb.base/vla-datatypes.exp: New file.
20035
20036 * gdb.mi/mi-vla-c99.exp: New file.
20037 * gdb.mi/vla.c: New file.
20038
200392014-04-11 Keith Seitz <keiths@redhat.com>
20040
20041 PR c++/16675
20042 * gdb.cp/cpsizeof.exp: New file.
20043 * gdb.cp/cpsizeof.cc: New file.
20044
200452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20046
20047 * gdb.mi/mi-vla-c99.exp: New file.
20048 * gdb.mi/vla.c: New file.
20049
200502014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20051
20052 * gdb.base/vla-datatypes.c: New file.
20053 * gdb.base/vla-datatypes.exp: New file.
20054
200552014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20056
20057 * gdb.base/vla-ptr.c: New file.
20058 * gdb.base/vla-ptr.exp: New file.
20059
200602014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20061
20062 * gdb.base/vla-multi.c: New file.
20063 * gdb.base/vla-multi.exp: New file.
20064
200652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20066
20067 * gdb.dwarf2/count.exp: New file.
20068
200692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20070
20071 * gdb.base/vla-sideeffect.c: New file.
20072 * gdb.base/vla-sideeffect.exp: New file.
20073
200742014-04-11 Yao Qi <yao@codesourcery.com>
20075
20076 * gdb.base/completion.exp: Check file exists before running tests
20077 on file completion.
20078
200792014-04-10 Pedro Alves <palves@redhat.com>
20080
20081 * gdb.base/cond-eval-mode.c: New file.
20082 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20083 prepare_for_testing to build the new file. Check result of
20084 runto_main.
20085 (test_break, test_watch): New procedures.
20086 (top level): Use them.
20087
200882014-04-08 Pierre Muller <muller@sourceware.org>
20089
20090 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20091 Ctrl-V use for mingw hosts.
20092
200932014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20094
20095 * gdb.python/py-value.c: Improve test case.
20096 * gdb.python/py-value.exp: Add new test.
20097
200982014-04-07 David Blaikie <dblaikie@gmail.com>
20099
20100 * lib/compiler.c: Identify the clang compiler.
20101 * lib/compiler.cc: Ditto.
20102
201032014-04-03 Yao Qi <yao@codesourcery.com>
20104
20105 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20106
201072014-04-01 Anton Blanchard <anton@samba.org>
20108
20109 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20110 messages unique.
20111
201122014-04-01 Anton Blanchard <anton@samba.org>
20113
20114 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20115 prepare_for_testing.
20116
201172014-04-01 Anton Blanchard <anton@samba.org>
20118
20119 * gdb.arch/ppc64-atomic-inst.c: Remove.
20120 * gdb.arch/ppc64-atomic-inst.S: New file.
20121 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20122
201232014-03-31 Doug Evans <dje@google.com>
20124
20125 * gdb.base/print-symbol-loading-lib.c: New file.
20126 * gdb.base/print-symbol-loading-main.c: New file.
20127 * gdb.base/print-symbol-loading.exp: New file.
20128
201292014-03-31 Yao Qi <yao@codesourcery.com>
20130
20131 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20132
201332014-03-28 Joel Brobecker <brobecker@adacore.com>
20134
20135 * gdb.ada/mi_dyn_arr: New testcase.
20136
201372014-03-27 Doug Evans <dje@google.com>
20138
20139 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20140
201412014-03-27 Yao Qi <yao@codesourcery.com>
20142
20143 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20144 if target is nios2-*-*.
20145
201462014-03-26 Yao Qi <yao@codesourcery.com>
20147
20148 * lib/gdb.exp (readline_is_used): New proc.
20149 * gdb.base/completion.exp: Move tests on command complete up.
20150 Skip the rest of tests if readline is not used.
20151 * gdb.ada/complete.exp: Skp the test if readline is not
20152 used.
20153 * gdb.base/filesym.exp: Likewise.
20154 * gdb.base/macscp.exp: Likewise.
20155 * gdb.base/readline-ask.exp: Likewise.
20156 * gdb.base/readline.exp: Likewise.
20157 * gdb.python/py-cmd.exp: Likewise.
20158 * gdb.trace/tfile.exp: Likewise.
20159
201602014-03-26 Yao Qi <yao@codesourcery.com>
20161
20162 * gdb.base/macscp.exp: Fix code format issues.
20163
201642014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20165
20166 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20167 * gdb.asm/powerpc64le.inc: New file.
20168
201692014-03-25 Pedro Alves <palves@redhat.com>
20170 Doug Evans <dje@google.com>
20171
20172 * gdb.base/source-execution.c: New file.
20173 * gdb.base/source-execution.exp: New file.
20174 * gdb.base/source-execution.gdb: New file.
20175
201762014-03-24 Doug Evans <dje@google.com>
20177
20178 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20179 using fission.
20180
201812014-03-24 Hui Zhu <hui@codesourcery.com>
20182 Pedro Alves <palves@redhat.com>
20183
20184 PR breakpoints/16101
20185 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20186 test pass/fail messages. Detect missing support for dprintf when
20187 breakpoints are actually inserted.
20188 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20189 breakpoints are actually inserted.
20190 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20191 fails.
20192
201932014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20194
20195 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20196
201972014-03-22 Doug Evans <xdje42@gmail.com>
20198
20199 * gdb.python/python.exp (python not supported): Verify multi-line
20200 python command issues an error.
20201 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20202 guile command issues an error.
20203
202042014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20205
20206 * gdb.threads/thread-specific.exp: Handle the lack of usable
20207 $this_breakpoint and $this_thread.
20208
202092014-03-21 Hui Zhu <hui@codesourcery.com>
20210
20211 * gdb.base/attach.exp (do_command_attach_tests): New.
20212
202132014-03-20 Tom Tromey <tromey@redhat.com>
20214 Pedro Alves <palves@redhat.com>
20215
20216 PR cli/15718
20217 * gdb.base/condbreak-call-false.c: New file.
20218 * gdb.base/condbreak-call-false.exp: New file.
20219
202202014-03-20 Pedro Alves <palves@redhat.com>
20221
20222 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20223 Delete.
20224 (block_signals, unblock_signals): Delete.
20225 (child_function_2, main): Remove references to deleted variable
20226 and functions.
20227
202282014-03-20 Pedro Alves <palves@redhat.com>
20229
20230 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20231 Use pthread_kill to signal thread 2.
20232 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20233 Adjust to make the test send itself a signal rather than using the
20234 host's "kill" command.
20235
202362014-03-20 Pedro Alves <palves@redhat.com>
20237
20238 * gdb.threads/multiple-step-overs.c: New file.
20239 * gdb.threads/multiple-step-overs.exp: New file.
20240 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20241 Adjust expected infrun debug output.
20242
202432014-03-20 Pedro Alves <palves@redhat.com>
20244
20245 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20246 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20247
202482014-03-20 Pedro Alves <palves@redhat.com>
20249
20250 PR breakpoints/7143
20251 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20252 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20253 of gdb_test_multiple.
20254 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20255 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20256
202572014-03-20 Pedro Alves <palves@redhat.com>
20258
20259 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20260 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20261
202622014-03-19 Pedro Alves <palves@redhat.com>
20263
20264 * gdb.base/async.exp: Remove early return.
20265
202662014-03-19 Pedro Alves <palves@redhat.com>
20267
20268 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20269
202702014-03-19 Pedro Alves <palves@redhat.com>
20271
20272 * gdb.base/async.exp (test_background): Expect \r\n after
20273 "completed." in the fail pattern.
20274
202752014-03-19 Pedro Alves <palves@redhat.com>
20276
20277 * gdb.base/async.exp (test_background): New procedure.
20278 Use it for all background execution command tests.
20279
202802014-03-19 Pedro Alves <palves@redhat.com>
20281
20282 * gdb.base/async.exp: Use prepare_for_testing.
20283
202842014-03-19 Pedro Alves <palves@redhat.com>
20285
20286 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20287 the same line.
20288
202892014-03-19 Pedro Alves <palves@redhat.com>
20290
20291 * gdb.base/async.c (main): Add "jump here" and "until here" line
20292 marker comments.
20293 * gdb.base/async.exp (jump_here): New global.
20294 (jump& test): Use it.
20295 (until_here): New global.
20296 (until& test): Use it.
20297
202982014-03-19 Pedro Alves <palves@redhat.com>
20299
20300 * gdb.base/async.exp: Don't frob gdb_protocol.
20301
203022014-03-18 Doug Evans <xdje42@gmail.com>
20303
20304 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20305 Fix spelling of exec-done-display.
20306
203072014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20308
20309 PR gdb/15358
20310 * gdb.base/gdb-sigterm.c: New file.
20311 * gdb.base/gdb-sigterm.exp: New file.
20312
203132014-03-18 Pedro Alves <palves@redhat.com>
20314
20315 PR gdb/13860
20316 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20317 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20318 solib-event.
20319
203202014-03-17 Joel Brobecker <brobecker@adacore.com>
20321
20322 * gdb.ada/pckd_arr_ren: New testcase.
20323
203242014-03-13 Doug Evans <xdje42@gmail.com>
20325
20326 PR guile/16612
20327 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20328 collect after discarding symbols.
20329
203302014-03-13 Ludovic Courtès <ludo@gnu.org>
20331 Doug Evans <xdje42@gmail.com>
20332
20333 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20334 to history survives a gc.
20335
203362014-03-13 Pedro Alves <palves@redhat.com>
20337
20338 * gdb.base/default.exp: Don't test "target procfs".
20339
203402014-03-13 Pedro Alves <palves@redhat.com>
20341
20342 * gdb.base/default.exp: Update "target child" and "target procfs"
20343 tests to not expect "Unix".
20344
203452014-03-12 Tom Tromey <tromey@redhat.com>
20346
20347 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20348 New procs. Add target-async tests.
20349 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20350 Add target-async tests.
20351
203522014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20353
20354 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20355 'func_start' and 'func_end' for the beginning and end of the
20356 function code, respectively.
20357 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20358 'func_end' instead of 'func' and 'main'.
20359
203602014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20361
20362 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20363 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20364 generate the debug info assembler source.
20365
203662014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20367
20368 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20369 * gdb.dwarf2/arr-subrange.exp: Likewise.
20370 * gdb.dwarf2/dwz.exp: Likewise.
20371 * gdb.dwarf2/method-ptr.exp: Likewise.
20372 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20373 * gdb.dwarf2/subrange.exp: Likewise.
20374 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20375 * gdb.dwarf2/implptrpiece.exp: Likewise.
20376 * gdb.dwarf2/nostaticblock.exp: Likewise.
20377
203782014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20379
20380 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20381 directory to absolute path name arguments.
20382
203832014-03-10 Joel Brobecker <brobecker@adacore.com>
20384
20385 * gdb.ada/tagged_access: New testcase.
20386
203872014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20388
20389 * gdb.btrace/data.exp: Update expected output.
20390
203912014-03-06 Yao Qi <yao@codesourcery.com>
20392
20393 * gdb.trace/pr16508.exp: New file.
20394
203952014-03-05 Pedro Alves <palves@redhat.com>
20396
20397 PR gdb/16575
20398 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20399 procedure.
20400 (top level): Adjust to use it. Add tests that exercise breakpoint
20401 interaction with the code-cache.
20402
204032014-02-26 Ludovic Courtès <ludo@gnu.org>
20404
20405 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20406 test for 'history-append!'.
20407
204082014-02-26 Joel Brobecker <brobecker@adacore.com>
20409
20410 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20411 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20412 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20413 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20414 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20415 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20416
204172014-02-26 Joel Brobecker <brobecker@adacore.com>
20418
20419 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20420 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20421 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20422
204232014-02-26 Joel Brobecker <brobecker@adacore.com>
20424
20425 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20426
204272014-02-26 Joel Brobecker <brobecker@adacore.com>
20428
20429 * gdb.dwarf2/arr-stride.c: New file.
20430 * gdb.dwarf2/arr-stride.exp: New file.
20431
204322014-02-26 Pedro Alves <palves@redhat.com>
20433
20434 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20435 that won't ever trigger. Make sure that GDB reports the correct
20436 breakpoint that caused the stop.
20437
204382014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20439
20440 PR gdb/16626
20441 * gdb.base/auto-load-script: New file.
20442 * gdb.base/auto-load.c: New file.
20443 * gdb.base/auto-load.exp: New file.
20444
20445 PR gdb/16626
20446 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20447
204482014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20449
20450 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20451 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20452
204532014-02-24 Doug Evans <dje@google.com>
20454
20455 * lib/gdb.exp (run_on_host): Log error output if program fails.
20456
204572014-02-21 Pedro Alves <palves@redhat.com>
20458
20459 * gdb.threads/step-after-sr-lock.c: Rename to ...
20460 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20461 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20462 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20463 ... this.
20464
204652014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20466
20467 PR tdep/16397
20468 * gdb.arch/amd64-stap-special-operands.exp: New file.
20469 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20470 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20471 * gdb.arch/amd64-stap-triplet.S: Likewise.
20472 * gdb.arch/amd64-stap-triplet.c: Likewise.
20473
204742014-02-20 Joel Brobecker <brobecker@adacore.com>
20475
20476 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20477 in .section pseudo-op.
20478
204792014-02-20 lin zuojian <manjian2006@gmail.com>
20480 Joel Brobecker <brobecker@adacore.com>
20481 Doug Evans <xdje42@gmail.com>
20482
20483 PR symtab/16581
20484 * gdb.dwarf2/dw2-icycle.S: New file.
20485 * gdb.dwarf2/dw2-icycle.c: New file.
20486 * gdb.dwarf2/dw2-icycle.exp: New file.
20487
204882014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20489
20490 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20491 operations on gdb.Value objects.
20492 * gdb.python/py-value-cc.exp: Add new test to test operations on
20493 gdb.Value objects.
20494
204952014-02-18 Doug Evans <dje@google.com>
20496
20497 * Makefile.in (TESTS): New variable.
20498 (expanded_tests, expanded_tests_or_none): New variables
20499 (check-single): Pass $(expanded_tests_or_none) to runtest.
20500 (check-parallel): Only run tests in $(TESTS) if non-empty.
20501 (check/no-matching-tests-found): New rule.
20502 * README: Document TESTS makefile variable.
20503
205042014-02-18 Doug Evans <dje@google.com>
20505
20506 * Makefile.in (check-parallel): rm -rf outputs temp.
20507
205082014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20509
20510 Fix "ERROR: no fileid for" in the testsuite.
20511 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20512
205132014-02-12 Doug Evans <dje@google.com>
20514
20515 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20516 (MISCELLANEOUS): New variable.
20517 (clean): rm -rf $(MISCELLANEOUS).
20518 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20519 dwp live in the same directory as symlinks, with each symlink pointed
20520 to a differently named file in a different directory.
20521
205222014-02-11 Doug Evans <dje@google.com>
20523
20524 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20525 of Tcl file commands.
20526
205272014-02-10 Mark Kettenis <kettenis@gnu.org>
20528
20529 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20530 "kill -SIGUSR1 -1".
20531
205322014-02-10 Joel Brobecker <brobecker@adacore.com>
20533
20534 * gdb.ada/tick_length_array_enum_idx: New testcase.
20535
205362014-02-10 Doug Evans <xdje42@gmail.com>
20537
20538 * configure.ac (AC_OUTPUT): Add gdb.guile.
20539 * configure: Regenerate.
20540 * lib/gdb-guile.exp: New file.
20541 * lib/gdb.exp (get_target_charset): New function.
20542 * gdb.base/help.exp: Update expected output from "apropos apropos".
20543 * gdb.guile/Makefile.in: New file.
20544 * gdb.guile/guile.exp: New file.
20545 * gdb.guile/scm-arch.c: New file.
20546 * gdb.guile/scm-arch.exp: New file.
20547 * gdb.guile/scm-block.c: New file.
20548 * gdb.guile/scm-block.exp: New file.
20549 * gdb.guile/scm-breakpoint.c: New file.
20550 * gdb.guile/scm-breakpoint.exp: New file.
20551 * gdb.guile/scm-disasm.c: New file.
20552 * gdb.guile/scm-disasm.exp: New file.
20553 * gdb.guile/scm-equal.c: New file.
20554 * gdb.guile/scm-equal.exp: New file.
20555 * gdb.guile/scm-error.exp: New file.
20556 * gdb.guile/scm-error.scm: New file.
20557 * gdb.guile/scm-frame-args.c: New file.
20558 * gdb.guile/scm-frame-args.exp: New file.
20559 * gdb.guile/scm-frame-args.scm: New file.
20560 * gdb.guile/scm-frame-inline.c: New file.
20561 * gdb.guile/scm-frame-inline.exp: New file.
20562 * gdb.guile/scm-frame.c: New file.
20563 * gdb.guile/scm-frame.exp: New file.
20564 * gdb.guile/scm-generics.exp: New file.
20565 * gdb.guile/scm-gsmob.exp: New file.
20566 * gdb.guile/scm-iterator.c: New file.
20567 * gdb.guile/scm-iterator.exp: New file.
20568 * gdb.guile/scm-math.c: New file.
20569 * gdb.guile/scm-math.exp: New file.
20570 * gdb.guile/scm-objfile-script-gdb.in: New file.
20571 * gdb.guile/scm-objfile-script.c: New file.
20572 * gdb.guile/scm-objfile-script.exp: New file.
20573 * gdb.guile/scm-objfile.c: New file.
20574 * gdb.guile/scm-objfile.exp: New file.
20575 * gdb.guile/scm-ports.exp: New file.
20576 * gdb.guile/scm-pretty-print.c: New file.
20577 * gdb.guile/scm-pretty-print.exp: New file.
20578 * gdb.guile/scm-pretty-print.scm: New file.
20579 * gdb.guile/scm-section-script.c: New file.
20580 * gdb.guile/scm-section-script.exp: New file.
20581 * gdb.guile/scm-section-script.scm: New file.
20582 * gdb.guile/scm-symbol.c: New file.
20583 * gdb.guile/scm-symbol.exp: New file.
20584 * gdb.guile/scm-symtab-2.c: New file.
20585 * gdb.guile/scm-symtab.c: New file.
20586 * gdb.guile/scm-symtab.exp: New file.
20587 * gdb.guile/scm-type.c: New file.
20588 * gdb.guile/scm-type.exp: New file.
20589 * gdb.guile/scm-value-cc.cc: New file.
20590 * gdb.guile/scm-value-cc.exp: New file.
20591 * gdb.guile/scm-value.c: New file.
20592 * gdb.guile/scm-value.exp: New file.
20593 * gdb.guile/source2.scm: New file.
20594 * gdb.guile/types-module.cc: New file.
20595 * gdb.guile/types-module.exp: New file.
20596
205972014-02-10 Yao Qi <yao@codesourcery.com>
20598
20599 PR testsuite/16543
20600 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20601 * configure: Regenerated.
20602 * Makefile.in: New file.
20603
206042014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20605
20606 * gdb.python/py-framefilter.exp: Fix typo.
20607
206082014-02-08 Yao Qi <yao@codesourcery.com>
20609
20610 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20611 that no =breakpoint-modified is emitted when breakpoints are
20612 modified through MI commands.
20613
206142014-02-07 Pedro Alves <pedro@codesourcery.com>
20615 Pedro Alves <palves@redhat.com>
20616
20617 * gdb.threads/step-after-sr-lock.c: New file.
20618 * gdb.threads/step-after-sr-lock.exp: New file.
20619
206202014-02-07 Pedro Alves <palves@redhat.com>
20621
20622 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20623
206242014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20625
20626 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20627 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20628
206292014-02-06 Doug Evans <xdje42@gmail.com>
20630
20631 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20632 output.
20633
20634 * gdb.gdb/python-interrupts.exp: New file.
20635
206362014-02-05 Yao Qi <yao@codesourcery.com>
20637
20638 * gdb.trace/report.exp (use_collected_data): Test the output
20639 of "info threads" and "info inferiors".
20640
206412014-02-05 Yao Qi <yao@codesourcery.com>
20642
20643 Revert this patch:
20644
20645 2013-05-24 Yao Qi <yao@codesourcery.com>
20646
20647 * gdb.trace/tfile.exp: Test inferior and thread.
20648
206492014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20650
20651 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20652 on a function.
20653 * gdb.base/step-bt.c: Call hello via function pointer to make
20654 sure its first instruction is executed on powerpc64le-linux.
20655
206562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20657
20658 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20659
206602014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20661
20662 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20663 of the test patterns for use on little-endian systems.
20664
206652014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20666
20667 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20668 (decimal_vector): Fix for little-endian.
20669
206702014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20671
20672 * gdb.arch/sparc-sysstep.exp: New file.
20673 * gdb.arch/sparc-sysstep.c: Likewise.
20674
20675 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20676
206772014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20678
20679 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20680
206812014-01-23 Tom Tromey <tromey@redhat.com>
20682
20683 * gdb.ada/array_char_idx: New testcase.
20684
206852014-01-23 Tom Tromey <tromey@redhat.com>
20686
20687 PR python/16487:
20688 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20689 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20690 classes.
20691
206922014-01-23 Tom Tromey <tromey@redhat.com>
20693
20694 PR python/16491:
20695 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20696 string from an inferior frame.
20697 * gdb.python/py-framefilter-mi.exp: Update.
20698
206992014-01-22 Doug Evans <dje@google.com>
20700
20701 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20702
207032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20704
20705 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20706
207072014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20708
20709 * gdb.trace/entry-values.exp: Remove excess space character from
20710 regex patterns. Handle s390 call instruction.
20711
207122014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20713
20714 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20715 define "*_start" label. Make "name" static.
20716 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20717 ${name} by references to ${name}_start.
20718
207192014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20720
20721 * gdb.base/info-macros.exp: Remove "debug" from the compile
20722 options.
20723
207242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20725
20726 * gdb.dlang/demangle.exp: New file.
20727
207282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20729
20730 * gdb.dlang/primitive-types.exp: New file.
20731
207322014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20733
20734 * configure.ac: Create gdb.dlang/Makefile.
20735 * configure: Regenerate.
20736 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20737 * gdb.dlang/Makefile.in: New file.
20738 * lib/d-support.exp: New file.
20739 * lib/gdb.exp (skip_d_tests): New proc.
20740
207412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20742
20743 * gdb.btrace/delta.exp: Check reverse stepi.
20744 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20745 * gdb.btrace/finish.exp: New.
20746 * gdb.btrace/next.exp: New.
20747 * gdb.btrace/nexti.exp: New.
20748 * gdb.btrace/record_goto.c: Add comments.
20749 * gdb.btrace/step.exp: New.
20750 * gdb.btrace/stepi.exp: New.
20751 * gdb.btrace/multi-thread-step.c: New.
20752 * gdb.btrace/multi-thread-step.exp: New.
20753 * gdb.btrace/rn-dl-bind.c: New.
20754 * gdb.btrace/rn-dl-bind.exp: New.
20755 * gdb.btrace/data.c: New.
20756 * gdb.btrace/data.exp: New.
20757 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20758
207592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20760
20761 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20762 * gdb.btrace/exception.exp: Update.
20763 * gdb.btrace/instruction_history.exp: Update.
20764 * gdb.btrace/record_goto.exp: Update.
20765 * gdb.btrace/tailcall.exp: Update.
20766 * gdb.btrace/unknown_functions.exp: Update.
20767 * gdb.btrace/delta.exp: New.
20768
207692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20770
20771 * gdb.btrace/record_goto.exp: Add backtrace test.
20772 * gdb.btrace/tailcall.exp: Add backtrace test.
20773
207742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20775
20776 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20777 * gdb.btrace/record_goto.c: New.
20778 * gdb.btrace/record_goto.exp: New.
20779 * gdb.btrace/x86-record_goto.S: New.
20780
207812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20782
20783 * gdb.btrace/function_call_history.exp: Update tests.
20784 * gdb.btrace/instruction_history.exp: Update tests.
20785
207862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20787
20788 * gdb.btrace/function_call_history.exp: Fix expected field
20789 order for "record function-call-history".
20790 Add new tests for "record function-call-history /c".
20791 * gdb.btrace/exception.cc: New.
20792 * gdb.btrace/exception.exp: New.
20793 * gdb.btrace/tailcall.exp: New.
20794 * gdb.btrace/x86-tailcall.S: New.
20795 * gdb.btrace/x86-tailcall.c: New.
20796 * gdb.btrace/unknown_functions.c: New.
20797 * gdb.btrace/unknown_functions.exp: New.
20798 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20799
208002014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20801
20802 * gdb.btrace/instruction_history.exp: Update.
20803 * gdb.btrace/function_call_history.exp: Update.
20804
208052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20806
20807 * gdb.btrace/function_call_history.exp: Fix expected function
20808 trace.
20809 * gdb.btrace/instruction_history.exp: Initialize traced.
20810 Remove traced_functions.
20811
208122014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20813
20814 * gdb.btrace/function_call_history.exp: Update
20815 * gdb.btrace/instruction_history.exp: Update.
20816
208172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20818
20819 * gdb.btrace/enable.exp: Update expected text.
20820
208212014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20822
20823 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20824 bytes.
20825
208262014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20827
20828 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20829
208302014-01-15 Omair Javaid <omair.javaid@linaro.org>
20831
20832 * lib/gdb.exp (supports_process_record): Return true for
20833 arm*-linux*. (supports_reverse): Likewise.
20834
208352014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20836
20837 PR python/15464
20838 PR python/16113
20839 * gdb.python/py-type.c: Enhance test case.
20840 * gdb.python/py-value-cc.cc: Likewise
20841 * gdb.python/py-type.exp: Add new tests.
20842 * gdb.python/py-value-cc.exp: Likewise
20843
208442014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20845 Pedro Alves <palves@redhat.com>
20846
20847 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20848 Make "name" extern.
20849 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20850 references to ${name}_start by references to ${name}.
20851
208522014-01-10 Joel Brobecker <brobecker@adacore.com>
20853
20854 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20855
208562014-01-10 Joel Brobecker <brobecker@adacore.com>
20857
20858 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20859
208602014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20861 Pedro Alves <palves@redhat.com>
20862
20863 * gdb.mi/mi-info-os.exp: Connect to the target with
20864 mi_gdb_target_load.
20865
208662014-01-08 Pedro Alves <palves@redhat.com>
20867
20868 * gdb.threads/reconnect-signal.c: New file.
20869 * gdb.threads/reconnect-signal.exp: New file.
20870
208712014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20872
20873 * gdb.base/source-dir.exp: New file.
20874
208752014-01-07 Joel Brobecker <brobecker@adacore.com>
20876
20877 * gdb.ada/mi_interface: New testcase.
20878
208792014-01-07 Joel Brobecker <brobecker@adacore.com>
20880
20881 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20882 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20883 gdb.ada/pp-rec-component/pck.ads: New files.
20884
208852014-01-07 Joel Brobecker <brobecker@adacore.com>
20886
20887 * gdb.python/py-pp-integral.c: New file.
20888 * gdb.python/py-pp-integral.py: New file.
20889 * gdb.python/py-pp-integral.exp: New file.
20890
20891For older changes see ChangeLog-1993-2013.
20892\f
20893;; Local Variables:
20894;; mode: change-log
20895;; left-margin: 8
20896;; fill-column: 74
20897;; version-control: never
20898;; End:
20899
20900 Copyright 2014-2020 Free Software Foundation, Inc.
20901 Copying and distribution of this file, with or without modification,
20902 are permitted provided the copyright notice and this notice are preserved.