]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - gdb/testsuite/ChangeLog
Fix remaining Ravenscar regressions
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
... / ...
CommitLineData
12020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
4 unset the array variable.
5
62020-08-03 Tom de Vries <tdevries@suse.de>
7
8 PR symtab/26333
9 * lib/dwarf.exp (DW_LNE_user): New proc.
10 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
11 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
12
132020-07-31 Kevin Buettner <kevinb@redhat.com>
14
15 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
16 to 'uintptr_t'
17 (inttypes.h): Include.
18
192020-07-31 Kevin Buettner <kevinb@redhat.com>
20
21 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
22 (C5_24k): Delete.
23 (C5_8k, C5_64k, C5_256k): New macros.
24 (buf_ro): Allocate 256 KiB of initialized data.
25
262020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
27
28 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
29 that attempt to overwrite an existing condition with a condition
30 that fails parsing and also with a condition that parses fine
31 but contains junk at the end.
32
332020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
34
35 * gdb.base/condbreak-bad.c: New test.
36 * gdb.base/condbreak-bad.exp: New file.
37
382020-07-30 Tom de Vries <tdevries@suse.de>
39
40 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
41 out of ...
42 (GDBInfoModuleSymbols::check_entry): ... here.
43 (GDBInfoModuleSymbols::check_optional_entry): New proc.
44 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
45 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
46
472020-07-30 Tom de Vries <tdevries@suse.de>
48
49 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
50 "__class_some_module_Number_t" optional.
51
522020-07-29 Tom de Vries <tdevries@suse.de>
53
54 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
55 multiple locations.
56
572020-07-29 Tom de Vries <tdevries@suse.de>
58
59 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
60 rather than function name.
61
622020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
63
64 PR symtab/26270:
65 * gdb.cp/disasm-func-name.cc: New file.
66 * gdb.cp/disasm-func-name.exp: New file.
67
682020-07-28 Tom Tromey <tromey@adacore.com>
69
70 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
71 'varval' location.
72
732020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
74
75 * gdb.python/py-unwind.py: Update to make use of a register
76 descriptor.
77
782020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
79
80 * gdb.python/py-arch-reg-names.exp: Add additional tests.
81
822020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
83
84 PR fortran/23051
85 PR fortran/26139
86 * gdb.fortran/class-allocatable-array.exp: New file.
87 * gdb.fortran/class-allocatable-array.f90: New file.
88 * gdb.fortran/pointer-to-pointer.exp: New file.
89 * gdb.fortran/pointer-to-pointer.f90: New file.
90
912020-07-25 Tom de Vries <tdevries@suse.de>
92
93 PR symtab/26243
94 * gdb.dwarf2/dw2-line-number-zero.c: New test.
95 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
96
972020-07-24 Tom de Vries <tdevries@suse.de>
98
99 PR testsuite/26293
100 * gdb.ada/mi_prot.exp: Require gnatmake-8.
101
1022020-07-23 Pedro Alves <pedro@palves.net>
103
104 * gdb.server/server-kill.exp (prepare): New, factored out from the
105 top level.
106 (kill_server): New.
107 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
108 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
109
1102020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
111
112 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
113
1142020-07-22 Sandra Loosemore <sandra@codesourcery.com>
115
116 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
117 Initialize to empty string at top level.
118 (gdb_wrapper_init): Revert check for file existence on build.
119 Build the wrapper in its default place, not a build-specific
120 location. When host == build, make the pathname absolute.
121 (gdb_compile): Delete leftover declaration of
122 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
123 string instead of uninitialized.
124
1252020-07-22 Kevin Buettner <kevinb@redhat.com>
126
127 * gdb.base/corefile2.exp: New file.
128 * gdb.base/coremaker2.exp: New file.
129
1302020-07-22 Kevin Buettner <kevinb@redhat.com>
131
132 * gdb.base/coredump-filter.exp: Add second
133 non-Private-Shared-Anon-File test.
134 (test_disasm): Rename binfile for test which is expected
135 to fail.
136
1372020-07-22 Kevin Buettner <kevinb@redhat.com>
138
139 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
140 data in core file".
141 * gdb.base/coremaker.c (buf2ro): New global.
142 (mmapdata): Add a read-only mmap mapping.
143
1442020-07-22 Kevin Buettner <kevinb@redhat.com>
145
146 PR corefiles/25631
147 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
148 New test.
149 * gdb.base/coremaker.c (buf3): New global.
150 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
151 flags.
152
1532020-07-22 Kevin Buettner <kevinb@redhat.com>
154
155 * gdb.base/coremaker.c (filler_ro): New global constant.
156
1572020-07-22 Tom Tromey <tromey@adacore.com>
158
159 * gdb.ada/mi_prot.exp: New file.
160 * gdb.ada/mi_prot/pkg.adb: New file.
161 * gdb.ada/mi_prot/pkg.ads: New file.
162 * gdb.ada/mi_prot/prot.adb: New file.
163
1642020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
165
166 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
167 loads two JITers.
168
1692020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
170
171 * gdb.python/py-arch-reg-groups.exp: Additional tests.
172
1732020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
174
175 * gdb.python/py-arch-reg-names.exp: Additional tests.
176
1772020-07-21 Tom de Vries <tdevries@suse.de>
178
179 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
180 breakpoint locations".
181 * gdb.reverse/solib-reverse.exp: Same.
182
1832020-07-21 Tom de Vries <tdevries@suse.de>
184
185 * gdb.reverse/step-reverse.c (callee): Merge statements.
186
1872020-07-21 Tom de Vries <tdevries@suse.de>
188
189 * gdb.fortran/info-modules.exp (info module variables): Allow missing
190 line numbers for some variables.
191
1922020-07-21 Tom de Vries <tdevries@suse.de>
193
194 * gdb.opt/inline-locals.c (init_array): New func.
195 (func1): Use init_array.
196 * gdb.opt/inline-locals.exp: Update pattern.
197
1982020-07-21 Tom de Vries <tdevries@suse.de>
199
200 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
201 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
202
2032020-07-20 Ludovic Courtès <ludo@gnu.org>
204
205 * gdb.guile/source2.scm: Add #f first argument to 'format'.
206 * gdb.guile/types-module.exp: Remove "ERROR:" from
207 regexps since Guile 3.0 no longer prints that.
208
2092020-07-20 Ludovic Courtès <ludo@gnu.org>
210
211 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
212 error regexp to match on Guile 2.2.
213
2142020-07-20 Gary Benson <gbenson@redhat.com>
215
216 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
217 with clang.
218
2192020-07-20 Tom de Vries <tdevries@suse.de>
220
221 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
222 (omp_set_lock_in_order): New function.
223 (single_scope, multi_scope, nested_func, nested_parallel): Use
224 omp_set_lock_in_order and omp_unset_lock.
225 (main): Init and destroy lock and lock2.
226
2272020-07-20 Tom de Vries <tdevries@suse.de>
228
229 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
230
2312020-07-20 Tom de Vries <tdevries@suse.de>
232
233 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
234
2352020-07-17 Tom de Vries <tdevries@suse.de>
236
237 * gdb.base/valgrind-infcall-2.c: New test.
238 * gdb.base/valgrind-infcall-2.exp: New file.
239 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
240
2412020-07-17 Tom de Vries <tdevries@suse.de>
242
243 * gdb.dlang/circular.c (found): Use found_label as label name.
244 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
245 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
246 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
247 * gdb.dwarf2/ada-linkage-name.exp: Same.
248 * gdb.dwarf2/arr-subrange.exp: Same.
249 * gdb.dwarf2/atomic-type.exp: Same.
250 * gdb.dwarf2/comp-unit-lang.exp: Same.
251 * gdb.dwarf2/cpp-linkage-name.exp: Same.
252 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
253 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
254 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
255 * gdb.dwarf2/implptr-64bit.exp: Same.
256 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
257 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
258 * gdb.dwarf2/imported-unit.exp: Same.
259 * gdb.dwarf2/main-subprogram.exp: Same.
260 * gdb.dwarf2/missing-type-name.exp: Same.
261 * gdb.dwarf2/nonvar-access.exp: Same.
262 * gdb.dwarf2/struct-with-sig.exp: Same.
263 * gdb.dwarf2/typedef-void-finish.exp: Same.
264 * gdb.dwarf2/void-type.exp: Same.
265
2662020-07-17 Tom de Vries <tdevries@suse.de>
267
268 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
269 src parameter.
270 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
271 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
272 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
273 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
274 * gdb.dwarf2/dwz.exp: Same.
275 * gdb.dwarf2/implptr-optimized-out.exp: Same.
276 * gdb.dwarf2/implref-array.exp: Same.
277 * gdb.dwarf2/implref-const.exp: Same.
278 * gdb.dwarf2/implref-global.exp: Same.
279 * gdb.dwarf2/implref-struct.exp: Same.
280 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
281 * gdb.dwarf2/opaque-type-lookup.exp: Same.
282 * gdb.dwarf2/var-access.exp: Same.
283 * gdb.dwarf2/varval.exp: Same.
284 * gdb.trace/entry-values.exp: Same.
285
2862020-07-17 Tom de Vries <tdevries@suse.de>
287
288 * lib/dwarf.exp (Dwarf::extern): Remove.
289 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
290 * gdb.dlang/circular.exp: Same.
291 * gdb.dwarf2/comp-unit-lang.exp: Same.
292 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
293 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
294 * gdb.dwarf2/dwz.exp: Same.
295 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
296 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
297 * gdb.dwarf2/imported-unit.exp: Same.
298 * gdb.dwarf2/opaque-type-lookup.exp: Same.
299
3002020-07-16 Sandra Loosemore <sandra@codesourcery.com>
301
302 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
303 Use double quotes instead of single quotes.
304
3052020-07-16 Caroline Tice <cmtice@google.com>
306
307 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
308 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
309
3102020-07-16 Tom de Vries <tdevries@suse.de>
311
312 * lib/dwarf.exp (program): Initialize _line.
313 (DW_LNE_end_sequence): Reinitialize _line.
314 (DW_LNS_advance_line): Update _line.
315 (line): New proc.
316 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
317 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
318 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
319 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
320 * gdb.dwarf2/dw2-is-stmt.exp: Same.
321 * gdb.dwarf2/dw2-ranges-func.exp: Same.
322
3232020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
324
325 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
326 generic.
327
3282020-07-15 Tom de Vries <tdevries@suse.de>
329
330 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
331 is_amd64_regs_target.
332
3332020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
334
335 * gdb.fortran/ptype-on-functions.exp: Add more tests.
336 * gdb.fortran/ptype-on-functions.f90: Likewise.
337
3382020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
339
340 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
341 values in documentation for addr_size to 4 and 8.
342
3432020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
344
345 * gdb.arch/amd64-osabi.exp: Update.
346 * gdb.arch/arm-disassembler-options.exp: Update.
347 * gdb.arch/powerpc-disassembler-options.exp: Update.
348 * gdb.arch/ppc64-symtab-cordic.exp: Update.
349 * gdb.arch/s390-disassembler-options.exp: Update.
350 * gdb.base/all-architectures.exp.tcl: Update.
351 * gdb.base/attach-pie-noexec.exp: Update.
352 * gdb.base/catch-syscall.exp: Update.
353 * gdb.xml/tdesc-arch.exp: Update.
354
3552020-07-14 Tom de Vries <tdevries@suse.de>
356
357 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
358 (local_gettid): ... this.
359 (fn): Update.
360
3612020-07-13 Sandra Loosemore <sandra@codesourcery.com>
362
363 * gdb.base/info_sources.exp: Skip directory match tests on
364 remote hosts.
365
3662020-07-13 Gary Benson <gbenson@redhat.com>
367
368 * gdb.base/savedregs.exp (caller): Use parentheses to
369 make expected expression evaluation ordering explicit.
370
3712020-07-13 Gary Benson <gbenson@redhat.com>
372
373 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
374
3752020-07-13 Gary Benson <gbenson@redhat.com>
376
377 * gdb.base/bigcore.c (main): Use a volatile pointer when
378 attempting to trigger a SIGSEGV.
379 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
380 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
381 * gdb.base/savedregs.c (thrower): Likewise.
382 * gdb.mi/mi-syn-frame.c (bar): Likewise.
383
3842020-07-13 Gary Benson <gbenson@redhat.com>
385
386 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
387 defining and using VLA structure fields into...
388 * gdb.base/vla-struct-fields.c: New file.
389 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
390 tests into...
391 * gdb.base/vla-struct-fields.exp: New file.
392
3932020-07-13 Tom de Vries <tdevries@suse.de>
394
395 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
396 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
397 * gdb.base/gold-gdb-index.exp: Same.
398 * gdb.base/morestack.exp: Same.
399
4002020-07-11 Daniel Xu <dxu@dxuuu.xyz>
401
402 PR rust/26121
403 * gdb.rust/modules.rs: Prevent linker from discarding test
404 symbol.
405
4062020-07-10 Pedro Alves <pedro@palves.net>
407
408 PR gdb/26199
409 * gdb.multi/multi-target.c (exit_thread): New.
410 (thread_start): Break loop if EXIT_THREAD.
411 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
412 (top level) Call test_no_resumed.
413
4142020-07-08 Tom Tromey <tromey@adacore.com>
415
416 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
417 * gdb.ada/catch_ex.exp: Examine catchpoint text.
418
4192020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 PR python/22748
422 * gdb.opt/inline-frame-tailcall.c: New file.
423 * gdb.opt/inline-frame-tailcall.exp: New file.
424 * gdb.python/py-unwind-inline.c: New file.
425 * gdb.python/py-unwind-inline.exp: New file.
426 * gdb.python/py-unwind-inline.py: New file.
427
4282020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
429
430 * gdb.python/py-arch-reg-groups.exp: New file.
431
4322020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
433
434 * gdb.python/py-arch-reg-names.exp: New file.
435
4362020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
437
438 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
439 gdb.PendingFrame.architecture method.
440
4412020-07-06 Tom de Vries <tdevries@suse.de>
442
443 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
444
4452020-07-03 Pedro Alves <palves@redhat.com>
446
447 * gdb.base/structs2.c (main): Adjust second parem_reg call to
448 explicitly write negative numbers.
449 * gdb.base/structs2.exp: Adjust expected output.
450
4512020-07-03 Pedro Alves <palves@redhat.com>
452
453 * gdb.base/charset.c (init_string): Change all char parameters to
454 unsigned char parameters.
455
4562020-07-03 Pedro Alves <palves@redhat.com>
457
458 * gdb.base/call-sc.exp (start_scalars_test): Use
459 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
460 * gdb.base/overlays.c: Remove references to PARAMS.
461 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
462 * gdb.base/reread.exp: Don't set 'prototypes' global.
463 * gdb.base/structs.exp (start_structs_test): Use
464 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
465 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
466 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
467 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
468 call.
469 * gdb.base/varargs.exp: Don't set 'prototypes' global.
470
4712020-07-03 Pedro Alves <palves@redhat.com>
472
473 * gdb.base/m32rovly.c: Delete.
474 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
475
4762020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
477
478 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
479 of gdb_py_test_multiple.
480 * gdb.python/py-cmd.exp: Likewise.
481 * gdb.python/py-events.exp: Likewise.
482 * gdb.python/py-function.exp: Likewise.
483 * gdb.python/py-inferior.exp: Likewise.
484 * gdb.python/py-infthread.exp: Likewise.
485 * gdb.python/py-linetable.exp: Likewise.
486 * gdb.python/py-parameter.exp: Likewise.
487 * gdb.python/py-value.exp: Likewise.
488
4892020-06-30 Tom de Vries <tdevries@suse.de>
490
491 PR testsuite/26175
492 * lib/future.exp (gdb_default_target_compile): Detect and handle
493 early_flags.
494
4952020-06-29 Simon Marchi <simon.marchi@efficios.com>
496
497 * boards/simavr.exp (gdb_load): Catch errors when closing
498 previous connection. Close connection, wait for process and
499 unset simavr_spawn_id on failure.
500
5012020-06-29 Tom de Vries <tdevries@suse.de>
502
503 * lib/gdb.exp (unknown): Make test-case unresolved.
504
5052020-06-29 Tom de Vries <tdevries@suse.de>
506
507 PR gdb/25475
508 * gdb.server/solib-list.exp: Verify that the symbol reload
509 confirmation question is asked.
510
5112020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
512
513 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
514 have a input seq nr in each pass message.
515 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
516 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
517 * gdb.python/python.exp: Make test names unique,
518 use gdb_test_multiline instead of gdb_py_test_multiple,
519 use $gdb_test_name.
520 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
521
5222020-06-26 Nick Alcock <nick.alcock@oracle.com>
523
524 * configure.ac: Add --enable-libctf.
525 * aclocal.m4: sinclude ../config/enable.m4.
526 * Makefile.in (site.exp): Add enable_libctf to site.exp.
527 * lib/gdb.exp (skip_ctf_tests): Use it.
528 * gdb.base/ctf-constvars.exp: Error message tweak.
529 * gdb.base/ctf-ptype.exp: Likewise.
530 * configure: Regenerate.
531
5322020-06-26 Gary Benson <gbenson@redhat.com>
533
534 * gdb.cp/try_catch.cc: Include string.h.
535 (main): Replace comparison against string literal with
536 strcmp, avoiding build failure with -Wstring-compare.
537 Add "marker test-complete".
538 * gdb.cp/try_catch.exp: Run the test to the above marker,
539 then verify that the value of "test" is still true.
540
5412020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
542
543 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
544
5452020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
546
547 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
548
5492020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
550
551 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
552 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
553 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
554 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
555 * gdb.arch/riscv-tdesc-loading.exp: New file.
556
5572020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
558
559 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
560
5612020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
562
563 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
564 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
565 * gdb.arch/riscv-tdesc-regs.c: New file.
566 * gdb.arch/riscv-tdesc-regs.exp: New file.
567
5682020-06-24 Pedro Alves <palves@redhat.com>
569
570 * gdb.arch/amd64-entry-value-paramref.exp: Use
571 prepare_for_testing_full and don't pass "c++" for the .S file
572 build spec.
573 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
574 $options, since it's an assembly file. Remove -Wno-deprecated.
575 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
576 compiling C++ programs.
577
5782020-06-24 Pedro Alves <palves@redhat.com>
579
580 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
581 Clang, add "-Wno-unknown-warning-option" to the options.
582
5832020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
584
585 * gdb.xml/tdesc-reload.c: New file.
586 * gdb.xml/tdesc-reload.exp: New file.
587 * gdb.xml/maint-xml-dump-01.xml: New file.
588 * gdb.xml/maint-xml-dump-02.xml: New file.
589 * gdb.xml/maint-xml-dump.exp: New file.
590
5912020-06-23 Sandra Loosemore <sandra@codesourcery.com>
592
593 * lib/completion-support.exp (test_gdb_completion_offers_commands):
594 Adjust for omitted commands when TUI is disabled.
595
5962020-06-23 Gary Benson <gbenson@redhat.com>
597 Pedro Alves <palves@redhat.com>
598
599 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
600 * gdb.cp/nsimport.cc: Likewise.
601 * gdb.cp/nsnested.cc: Likewise.
602 * gdb.cp/nsnoimports.cc: Likewise.
603 * gdb.cp/nsusing.cc: Likewise.
604 * gdb.cp/smartp.cc: Likewise.
605 * gdb.python/py-pp-integral.c: Likewise.
606 * gdb.python/py-pp-re-notag.c: Likewise.
607
6082020-06-23 Gary Benson <gbenson@redhat.com>
609
610 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
611 * gdb.cp/nsimport.cc: Likewise.
612 * gdb.cp/nsnested.cc: Likewise.
613 * gdb.cp/nsnoimports.cc: Likewise.
614 * gdb.cp/nsusing.cc: Likewise.
615 * gdb.cp/smartp.cc: Likewise.
616 * gdb.python/py-pp-integral.c: Likewise.
617 * gdb.python/py-pp-re-notag.c: Likewise.
618
6192020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
620
621 * gdb.base/default-args.exp: New test.
622 * gdb.base/default-args.c: New file.
623 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
624 * gdb.base/default.exp: Update to new help text.
625 * gdb.base/help.exp: Likewise.
626 * gdb.base/page.exp: Likewise.
627 * gdb.base/style.exp: Likewise.
628 * gdb.guile/guile.exp: Likewise.
629 * gdb.python/python.exp: Likewise.
630
6312020-06-22 Sandra Loosemore <sandra@codesourcery.com>
632
633 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
634 remote host. Fix search path syntax on Windows host.
635
6362020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
637
638 * gdb.base/attach.exp: Test priority of 'exec-file' changed
639 over 'exec-file-mismatch'.
640 * gdb.base/attach.c: Mark should_exit volatile.
641 * gdb.base/attach2.c: Likewise. Add a comment explaining
642 why the sleep cannot be big.
643 * gdb.base/attach3.c: New file.
644
6452020-06-20 Sandra Loosemore <sandra@codesourcery.com>
646
647 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
648 prefix optional.
649
6502020-06-20 Sandra Loosemore <sandra@codesourcery.com>
651
652 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
653 for remote host.
654
6552020-06-19 Sandra Loosemore <sandra@codesourcery.com>
656 Hafiz Abid Qadeer <abidh@codesourcery.com>
657
658 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
659 file sent to remote host.
660 (top level): Allow int32_t as type of 32-bit register.
661
6622020-06-19 Tom de Vries <tdevries@suse.de>
663
664 * lib/gdb.exp (gdb_note): New proc.
665 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
666 (gdb_default_target_compile): ... here. Only call
667 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
668 (use_gdb_compile): Change to array.
669 (toplevel): Update sets of use_gdb_compile to specify language.
670 Warn about default_target_compile override. Store dejagnu's version
671 of default_target_compile in dejagnu_default_target_compile.
672
6732020-06-18 Tom de Vries <tdevries@suse.de>
674
675 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
676 (default_gdb_init): ... here.
677
6782020-06-17 Sandra Loosemore <sandra@codesourcery.com>
679
680 Fix TUI support checks in gdb.tui tests.
681
682 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
683 just say UNSUPPORTED.
684 * gdb.tui/corefile-run.exp: Likewise.
685 * gdb.tui/empty.exp: Likewise.
686 * gdb.tui/list-before.exp: Likewise.
687 * gdb.tui/list.exp: Likewise.
688 * gdb.tui/main.exp: Likewise.
689 * gdb.tui/regs.exp: Likewise.
690 * gdb.tui/resize.exp: Likewise.
691 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
692 * gdb.tui/tui-layout-asm.exp: Likewise.
693 * gdb.tui/tui-missing-src.exp: Likewise.
694 * gdb.tui/winheight.exp: Likewise.
695 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
696
6972020-06-17 Sandra Loosemore <sandra@codesourcery.com>
698
699 Fix TCL error in gdb.python/py-format-string.exp.
700
701 * gdb.python/py-format-string.exp: Move test for python support
702 earlier, out of function body.
703
7042020-06-15 Simon Marchi <simon.marchi@efficios.com>
705
706 * gdb.base/index-cache-load-twice.c: New.
707 * gdb.base/index-cache-load-twice.exp: New.
708
7092020-06-17 Keith Seitz <keiths@redhat.com>
710
711 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
712 when executing "gdb --configuration".
713
7142020-06-17 Tom de Vries <tdevries@suse.de>
715
716 * lib/gdb.exp (gdb_tcl_unknown): New proc.
717 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
718 conditional on presence of gdb_tcl_unknown.
719 (gdb_finish): Make override undo conditional on presence of
720 gdb_tcl_unknown.
721
7222020-06-16 Tom Tromey <tom@tromey.com>
723
724 * gdb.python/tui-window.py (failwin): New function. Register it
725 as a TUI window type.
726 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
727
7282020-06-16 Gary Benson <gbenson@redhat.com>
729
730 * gdb.python/py-nested-maps.c (create_map): Add missing return
731 value.
732 (create_map_map): Likewise.
733
7342020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
735
736 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
737 variable.
738 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
739 and use the already-defined 'options' variable.
740
7412020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
742 Tom de Vries <tdevries@suse.de>
743
744 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
745 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
746 (gdb_setup_known_globals): New proc.
747 (gdb_cleanup_globals): New proc.
748 * lib/gdb.exp (load_lib): New override proc.
749 (gdb_stdin_log_init): Set var in_file as persistent global.
750 * lib/pascal.exp (gdb_stdin_log_init): Set vars
751 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
752 fpc_compiler as persistent global.
753
7542020-06-12 Tom de Vries <tdevries@suse.de>
755
756 * lib/tuiterm.exp (spawn): Rename to ...
757 (tui_spawn): ... this.
758 (toplevel): Move rename of spawn ...
759 (gdb_init_tuiterm): ... here. New proc.
760 (gdb_finish_tuiterm): New proc.
761 * lib/gdb.exp (gdb_finish_hooks): New global var.
762 (gdb_finish): Handle gdb_finish_hooks.
763 (tuiterm_env): New proc.
764 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
765 tuiterm_env.
766 * gdb.tui/basic.exp: Same.
767 * gdb.tui/corefile-run.exp: Same.
768 * gdb.tui/empty.exp: Same.
769 * gdb.tui/list-before.exp: Same.
770 * gdb.tui/list.exp: Same.
771 * gdb.tui/main.exp: Same.
772 * gdb.tui/new-layout.exp: Same.
773 * gdb.tui/regs.exp: Same.
774 * gdb.tui/resize.exp: Same.
775 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
776 * gdb.tui/tui-layout-asm.exp: Same.
777 * gdb.tui/tui-missing-src.exp: Same.
778 * gdb.tui/winheight.exp: Same.
779
7802020-06-12 Tom de Vries <tdevries@suse.de>
781
782 PR testsuite/26110
783 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
784 (gdb_finish): Reinstall dejagnu's override of ::unknown.
785
7862020-06-11 Tom Tromey <tom@tromey.com>
787
788 PR gdb/18318:
789 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
790 floating point tests.
791
7922020-06-11 Keith Seitz <keiths@redhat.com>
793
794 PR gdb/21356
795 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
796 vla_struct.
797 Add new struct vla_typedef and union vla_typedef_union and
798 corresponding instantiation objects.
799 Initialize new objects.
800 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
801 and vla_typedef_union_object.
802 Fixup type for vla_struct_object.
803
8042020-06-11 Tom de Vries <tdevries@suse.de>
805
806 * lib/gdb.exp (with_override): New proc, factored out of ...
807 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
808
8092020-06-10 Tom de Vries <tdevries@suse.de>
810
811 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
812
8132020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
814
815 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
816 parameter, update callers.
817
8182020-06-04 Simon Marchi <simon.marchi@efficios.com>
819
820 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
821 * gdb.dwarf2/share-psymtabs-bt.c: New file.
822 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
823
8242020-06-04 Tom de Vries <tdevries@suse.de>
825
826 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
827
8282020-06-04 Tom de Vries <tdevries@suse.de>
829
830 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
831 exp_continue.
832
8332020-06-04 Tom de Vries <tdevries@suse.de>
834
835 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
836
8372020-06-03 Tom de Vries <tdevries@suse.de>
838
839 PR symtab/26046
840 * gdb.cp/breakpoint-locs-2.cc: New test.
841 * gdb.cp/breakpoint-locs.cc: New test.
842 * gdb.cp/breakpoint-locs.exp: New file.
843 * gdb.cp/breakpoint-locs.h: New test.
844
8452020-06-03 Tom de Vries <tdevries@suse.de>
846
847 PR testsuite/25609
848 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
849 value of global verbose.
850 * gdb.base/jit-elf.exp: Same.
851 * gdb.base/jit-reader.exp: Same.
852
8532020-06-02 Tom de Vries <tdevries@suse.de>
854
855 * gdb.dwarf2/multidictionary.exp: Don't use
856 gdb_spawn_with_cmdline_opts.
857
8582020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
861 use_header case.
862 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
863 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
864 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
865 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
866 * gdb.dwarf2/dw2-inline-header.c: New file.
867 * gdb.dwarf2/dw2-inline-header.h: New file.
868
8692020-05-30 Pedro Alves <palves@redhat.com>
870
871 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
872 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
873
8742020-05-29 Gary Benson <gbenson@redhat.com>
875
876 * gdb.compile/compile-cplus.exp (additional_flags): Also
877 set when building with clang.
878 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
879 when building with clang.
880
8812020-05-29 Gary Benson <gbenson@redhat.com>
882
883 * gdb.arch/i386-avx.exp (additional_flags): Also set when
884 building with clang.
885 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
886
8872020-05-29 Gary Benson <gbenson@redhat.com>
888
889 * gdb.cp/koenig.exp (prepare_for_testing): Add
890 additional_flags=-Wno-unused-comparison.
891 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
892
8932020-05-28 Gary Benson <gbenson@redhat.com>
894
895 * gdb.base/sigaltstack.c (catcher): Add default case to switch
896 statement.
897
8982020-05-28 Gary Benson <gbenson@redhat.com>
899
900 * gdb.cp/classes.exp (prepare_for_testing): Add
901 additional_flags=-Wno-deprecated-register.
902 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
903 * gdb.cp/misc.exp: Likewise.
904
9052020-05-28 Gary Benson <gbenson@redhat.com>
906
907 * gdb.linespec/cpls-ops.cc (dummy): New static global.
908 (test_op_new::operator new): Add return statement.
909 (test_op_new_array::operator new[]): Likewise.
910
9112020-05-27 Pedro Alves <palves@redhat.com>
912
913 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
914 check. Use test_gdb_complete_unique instead of
915 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
916 test_gdb_complete_multiple instead of
917 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
918
9192020-05-27 Luis Machado <luis.machado@linaro.org>
920
921 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
922 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
923 * gdb.arch/arm-disassembler-options.exp: Likewise.
924 * gdb.arch/arm-disp-step.exp: Likewise.
925 * gdb.arch/thumb-prologue.exp: Likewise.
926 * gdb.base/async.exp: Likewise.
927 * gdb.base/auxv.exp: Likewise.
928 * gdb.base/complex-parts.exp: Likewise.
929 * gdb.base/ena-dis-br.exp: Likewise.
930 * gdb.base/foll-exec.exp: Likewise.
931 * gdb.base/permissions.exp: Likewise.
932 * gdb.base/relocate.exp: Likewise.
933 * gdb.base/return2.exp: Likewise.
934 * gdb.base/sigbpt.exp: Likewise.
935 * gdb.base/siginfo-obj.exp: Likewise.
936 * gdb.cp/converts.exp: Likewise.
937 * gdb.cp/exceptprint.exp: Likewise.
938 * gdb.cp/inherit.exp: Likewise.
939 * gdb.cp/nsnoimports.exp: Likewise.
940 * gdb.cp/virtbase2.exp: Likewise.
941 * gdb.mi/mi-var-cmd.exp: Likewise.
942 * gdb.mi/var-cmd.c: Likewise.
943
9442020-05-26 Tom Tromey <tromey@adacore.com>
945
946 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
947
9482020-05-26 Tom Tromey <tromey@adacore.com>
949
950 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
951 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
952 type.
953 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
954 variable.
955
9562020-05-26 Christian Biesinger <cbiesinger@google.com>
957
958 * Makefile.in: Use = instead of == for the test command
959 for portability.
960
9612020-05-26 Tom de Vries <tdevries@suse.de>
962
963 * gdb.base/gold-gdb-index-2.c: New test.
964 * gdb.base/gold-gdb-index.c: New test.
965 * gdb.base/gold-gdb-index.exp: New file.
966 * gdb.base/gold-gdb-index.h: New test.
967
9682020-05-25 Tom de Vries <tdevries@suse.de>
969
970 * boards/gold-gdb-index.exp: New file.
971
9722020-05-25 Simon Marchi <simon.marchi@efficios.com>
973
974 * boards/simavr.exp: New file.
975
9762020-05-25 Simon Marchi <simon.marchi@efficios.com>
977
978 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
979 * gdb.base/inferior-args.exp: New file.
980 * gdb.base/inferior-args.c: New file.
981
9822020-05-25 Simon Marchi <simon.marchi@efficios.com>
983
984 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
985 inferior_args. Pass it to gdb_reload.
986 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
987 inferior_args.
988 (gdb_reload): Add inferior_args argument.
989 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
990 pass it to gdbserver_run.
991 * boards/native-gdbserver.exp: Do not set noargs.
992 * boards/native-extended-gdbserver.exp (gdb_reload): Add
993 inferior_args argument.
994 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
995 * gdb.base/a2-run.exp: Check for use_gdb_stub.
996 * gdb.base/args.exp: Likewise.
997
9982020-05-25 Tom de Vries <tdevries@suse.de>
999
1000 * lib/gdb.exp (exec_is_pie): Add comment.
1001
10022020-05-25 Tom de Vries <tdevries@suse.de>
1003
1004 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
1005 instead of $binfile in the untested message.
1006
10072020-05-25 Tom de Vries <tdevries@suse.de>
1008
1009 PR testsuite/26031
1010 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
1011
10122020-05-25 Tom de Vries <tdevries@suse.de>
1013
1014 * boards/gold.exp: New file.
1015
10162020-05-23 Tom Tromey <tom@tromey.com>
1017
1018 * gdb.base/style.exp: Remove completion styling test.
1019 * lib/gdb-utils.exp (style): Remove completion styles.
1020
10212020-05-23 Tom Tromey <tom@tromey.com>
1022
1023 * gdb.base/style.exp: Add completion styling test.
1024 * lib/gdb-utils.exp (style): Add completion styles.
1025
10262020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
1027
1028 * gdb.base/annota1.exp: Update expected results.
1029 * gdb.cp/annota2.exp: Update expected results, remove duplicate
1030 test name.
1031 * gdb.cp/annota3.exp: Update expected results.
1032
10332020-05-20 Simon Marchi <simon.marchi@efficios.com>
1034
1035 PR gdb/26016
1036 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
1037 against MAP_FAILED.
1038 * gdb.base/coremaker.c (mmapdata): Likewise.
1039 * gdb.base/jit-reader-host.c (main): Likewise.
1040 * gdb.base/sym-file-loader.c (load): Likewise.
1041 (load_shlib): Likewise.
1042
10432020-05-20 Tom Tromey <tromey@adacore.com>
1044
1045 * gdb.ada/array_char_idx.exp: Recognize initialized array.
1046
10472020-05-20 Tom de Vries <tdevries@suse.de>
1048
1049 PR symtab/25833
1050 * gdb.base/with-mf-inc.c: New test.
1051 * gdb.base/with-mf-main.c: New test.
1052 * gdb.base/with-mf.exp: New file.
1053
10542020-05-19 Tom Tromey <tromey@adacore.com>
1055
1056 * gdb.rust/simple.exp: Restore missing test result.
1057
10582020-05-19 Tom de Vries <tdevries@suse.de>
1059
1060 * gdb.base/gdb-caching-proc.exp: Fix typo.
1061
10622020-05-19 Tom Tromey <tromey@adacore.com>
1063
1064 * gdb.rust/simple.exp: Add some test descriptions.
1065 (test_one_slice): Use with_test_prefix.
1066
10672020-05-18 Tom de Vries <tdevries@suse.de>
1068
1069 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
1070
10712020-05-17 Pedro Alves <palves@redhat.com>
1072
1073 PR gdb/25741
1074 * gdb.base/hw-sw-break-same-address.exp: New file.
1075
10762020-05-16 Pedro Alves <palves@redhat.com>
1077
1078 * gdb.multi/multi-re-run.exp (test_re_run): Switch
1079 LAST_LOADED_FILE accordingly.
1080
10812020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1082
1083 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
1084
10852020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1086
1087 * gdb.base/help.exp: Test apropos and help for commands
1088 having aliases. Fixed comments not starting with an
1089 upper-case letter or not finishing with a dot.
1090
10912020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1092
1093 * gdb.base/alias.exp: Update help output check.
1094
10952020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1096
1097 * gdb.base/default.exp: Update output following fixes.
1098
10992020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1100
1101 * gdb.base/alias.exp: Test aliases starting with a prefix of
1102 another alias.
1103
11042020-05-15 Gary Benson <gbenson@redhat.com>
1105
1106 * gdb.base/info-os.c (main): Add return statement.
1107 * gdb.base/info_minsym.c (minsym_fun): Likewise.
1108 * gdb.base/large-frame-2.c (func): Likewise.
1109 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
1110 * gdb.base/pr10179-b.c (foo2): Likewise.
1111 * gdb.base/valgrind-disp-step.c (foo): Likewise.
1112 * gdb.base/watch-cond.c (func): Likewise.
1113 * gdb.multi/goodbye.c (verylongfun): Likewise.
1114 * gdb.multi/hello.c (commonfun): Likewise.
1115 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
1116 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
1117 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
1118 Likewise.
1119 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
1120 * gdb.threads/interrupt-while-step-over.c (child_function):
1121 Likewise.
1122 * gdb.trace/actions-changed.c (end): Likewise.
1123
11242020-05-15 Gary Benson <gbenson@redhat.com>
1125
1126 * gdb.opencl/callfuncs.exp: Report when test skipped.
1127 * gdb.opencl/convs_casts.exp: Likewise.
1128 * gdb.opencl/datatypes.exp: Likewise.
1129 * gdb.opencl/operators.exp: Likewise.
1130 * gdb.opencl/vec_comps.exp: Likewise.
1131
11322020-05-15 Tom de Vries <tdevries@suse.de>
1133
1134 * gdb.base/align.exp.in: Rename to ...
1135 * gdb.base/align.exp.tcl: ... this.
1136 * gdb.base/align-c++.exp: Update.
1137 * gdb.base/align-c.exp: Update.
1138 * gdb.base/all-architectures.exp.in: Rename to ...
1139 * gdb.base/all-architectures.exp: ... this.
1140 * gdb.base/all-architectures-0.exp: Update.
1141 * gdb.base/all-architectures-1.exp: Update.
1142 * gdb.base/all-architectures-2.exp: Update.
1143 * gdb.base/all-architectures-3.exp: Update.
1144 * gdb.base/all-architectures-4.exp: Update.
1145 * gdb.base/all-architectures-5.exp: Update.
1146 * gdb.base/all-architectures-6.exp: Update.
1147 * gdb.base/all-architectures-7.exp: Update.
1148 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
1149 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
1150 * gdb.base/infcall-nested-structs-c++.exp: Update.
1151 * gdb.base/infcall-nested-structs-c.exp: Update.
1152 * gdb.base/info-types.exp.in: Rename to ...
1153 * gdb.base/info-types.exp.tcl: ... this.
1154 * gdb.base/info-types-c++.exp: Update.
1155 * gdb.base/info-types-c.exp: Update.
1156 * gdb.base/max-depth.exp.in: Rename to ...
1157 * gdb.base/max-depth.exp.tcl: ... this.
1158 * gdb.base/max-depth-c++.exp: Update.
1159 * gdb.base/max-depth-c.exp: Update.
1160 * gdb.cp/cpexprs.exp.in: Rename to ...
1161 * gdb.cp/cpexprs.exp.tcl: ... this.
1162 * gdb.cp/cpexprs-debug-types.exp: Update.
1163 * gdb.cp/cpexprs.exp: Update.
1164 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
1165 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
1166 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
1167 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
1168 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
1169 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
1170 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
1171 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
1172 * gdb.dwarf2/clang-debug-names-2.exp: Update.
1173 * gdb.dwarf2/clang-debug-names.exp: Update.
1174
11752020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1176
1177 * lib/check-test-names.exp: Remove code that prevents this file
1178 loading when tests are run in parallel.
1179
11802020-05-15 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.multi/multi-kill.exp (start_inferior): Remove
1183 'testpid' parameter. Refer to namespace variable directly.
1184 (testpid): Declare as namespace variable.
1185
11862020-05-15 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.multi/multi-kill.exp: Wrap in namespace.
1189 (start_inferior): Add TESTPID parameter. Use it instead of the
1190 testpid global.
1191 (top level): Define empty TESTPID array, and pass it down to
1192 start_inferior.
1193
11942020-05-14 Tom de Vries <tdevries@suse.de>
1195
1196 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
1197 output.
1198
11992020-05-14 Tom de Vries <tdevries@suse.de>
1200
1201 * gdb.base/align.exp: Split into ...
1202 * gdb.base/align.exp.in: ...
1203 * gdb.base/align-c++.exp: ...
1204 * gdb.base/align-c.exp: ... these.
1205 * gdb.base/infcall-nested-structs.exp: Split into ...
1206 * gdb.base/infcall-nested-structs.exp.in: ...
1207 * gdb.base/infcall-nested-structs-c++.exp: ...
1208 * gdb.base/infcall-nested-structs-c.exp: ... these.
1209 * gdb.base/info-types.exp: Split into ...
1210 * gdb.base/info-types.exp.in: ...
1211 * gdb.base/info-types-c++.exp: ...
1212 * gdb.base/info-types-c.exp: ... these.
1213 * gdb.base/max-depth.exp: Split into ...
1214 * gdb.base/max-depth.exp.in: ...
1215 * gdb.base/max-depth-c++.exp: ...
1216 * gdb.base/max-depth-c.exp: ... these.
1217 * gdb.cp/infcall-nodebug.exp: Split into ...
1218 * gdb.cp/infcall-nodebug.exp.in: ...
1219 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
1220 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
1221 * gdb.cp/infcall-nodebug-c-d0.exp: ...
1222 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
1223
12242020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1225 Pedro Alves <palves@redhat.com>
1226
1227 * gdb.multi/multi-exit.c: New file.
1228 * gdb.multi/multi-exit.exp: New file.
1229 * gdb.multi/multi-kill.c: New file.
1230 * gdb.multi/multi-kill.exp: New file.
1231
12322020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1233
1234 * gdb.base/annota1.exp: Update the expected output.
1235 * gdb.cp/annota2.exp: Ditto.
1236
12372020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
1238
1239 * lib/check-test-names.exp: Disable when testing is being run in
1240 parallel.
1241
12422020-05-12 Tom de Vries <tdevries@suse.de>
1243
1244 * gdb.base/jit-elf.exp: Fix string concat.
1245
12462020-05-12 Tom de Vries <tdevries@suse.de>
1247
1248 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
1249 messages.
1250
12512020-05-12 Tom de Vries <tdevries@suse.de>
1252
1253 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
1254
12552020-05-12 Tom de Vries <tdevries@suse.de>
1256
1257 * gdb.ada/catch_ex.exp: Use with_test_prefix.
1258 * gdb.ada/mi_catch_ex.exp: Same.
1259 * gdb.ada/mi_catch_ex_hand.exp: Same.
1260
12612020-05-12 Tom de Vries <tdevries@suse.de>
1262
1263 * gdb.fortran/complex.exp: Use with_test_prefix.
1264
12652020-05-12 Tom de Vries <tdevries@suse.de>
1266
1267 * gdb.trace/passcount.exp: Fix test-names.
1268
12692020-05-12 Tom de Vries <tdevries@suse.de>
1270
1271 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
1272
12732020-05-12 Tom de Vries <tdevries@suse.de>
1274
1275 * gdb.gdb/complaints.exp: Use with_test_prefix.
1276 * gdb.xml/tdesc-regs.exp: Same.
1277 * gdb.opt/inline-locals.exp: Fix test name.
1278
12792020-05-12 Tom de Vries <tdevries@suse.de>
1280
1281 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
1282 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
1283 * gdb.dwarf2/implref-struct.exp: Same.
1284 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
1285 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
1286
12872020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
1288
1289 * gdb.base/jit-so.exp (one_jit_test): Change test name.
1290
12912020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1292
1293 * lib/check-test-names.exp (all_test_names): New module variable.
1294 (counts): Add 'duplicates' field.
1295 (_check_duplicates): New procedure.
1296 (check): Also check for duplicates.
1297 (do_log_summary): Print duplicates count.
1298 (do_reset_vars): Reset counter for duplicate test names, and
1299 discard all know test names.
1300
13012020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
1302
1303 * lib/gdb.exp: Include check-test-names.exp library.
1304 * lib/check-test-names.exp: New file.
1305
13062020-05-11 Tom de Vries <tdevries@suse.de>
1307
1308 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
1309
13102020-05-11 Keith Seitz <keiths@redhat.com>
1311
1312 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
1313
13142020-05-11 Tom de Vries <tdevries@suse.de>
1315
1316 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
1317 * gdb.cp/cpexprs.exp.in: .. here.
1318 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
1319 cpexprs.exp.
1320
13212020-05-11 Keith Seitz <keiths@redhat.com>
1322
1323 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
1324 test names.
1325 * gdb.ada/arrayptr.exp: Likewise.
1326 * gdb.ada/assign_arr.exp: Likewise.
1327 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1328 * gdb.ada/bp_on_var.exp: Likewise.
1329 * gdb.ada/call_pn.exp: Likewise.
1330 * gdb.ada/complete.exp: Likewise.
1331 * gdb.ada/fun_overload_menu.exp: Likewise.
1332 * gdb.ada/funcall_param.exp: Likewise.
1333 * gdb.ada/funcall_ref.exp: Likewise.
1334 * gdb.ada/packed_array_assign.exp: Likewise.
1335 * gdb.ada/same_component_name.exp: Likewise.
1336 * gdb.ada/type_coercion.exp: Likewise.
1337 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1338 * gdb.ada/variant_record_packed_array.exp: Likewise.
1339
13402020-05-11 Tom de Vries <tdevries@suse.de>
1341
1342 PR symtab/25941
1343 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
1344 out of ...
1345 * gdb.dwarf2/clang-debug-names.exp: ... here.
1346 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
1347 clang-debug-names.exp.in.
1348 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
1349 * gdb.dwarf2/clang-debug-names-2.c: New test.
1350
13512020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
1352
1353 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
1354 (fortran_runto_main): New Proc, fortran version of runto_main.
1355 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
1356 * gdb.fortran/array-bounds.exp: Likewise.
1357 * gdb.fortran/array-slices.exp: Likewise.
1358 * gdb.fortran/block-data.exp: Likewise.
1359 * gdb.fortran/charset.exp: Likewise.
1360 * gdb.fortran/common-block.exp: Likewise.
1361 * gdb.fortran/complex.exp: Likewise.
1362 * gdb.fortran/derived-type-function.exp: Likewise.
1363 * gdb.fortran/derived-type.exp: Likewise.
1364 * gdb.fortran/info-modules.exp: Likewise.
1365 * gdb.fortran/info-types.exp: Likewise.
1366 * gdb.fortran/intrinsics.exp: Likewise.
1367 * gdb.fortran/library-module.exp: Likewise.
1368 * gdb.fortran/logical.exp: Likewise.
1369 * gdb.fortran/max-depth.exp: Likewise.
1370 * gdb.fortran/module.exp: Likewise.
1371 * gdb.fortran/multi-dim.exp: Likewise.
1372 * gdb.fortran/nested-funcs.exp: Likewise.
1373 * gdb.fortran/print-formatted.exp: Likewise.
1374 * gdb.fortran/print_type.exp: Likewise.
1375 * gdb.fortran/printing-types.exp: Likewise.
1376 * gdb.fortran/ptr-indentation.exp: Likewise.
1377 * gdb.fortran/ptype-on-functions.exp: Likewise.
1378 * gdb.fortran/subarray.exp: Likewise.
1379 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1380 * gdb.fortran/vla-datatypes.exp: Likewise.
1381 * gdb.fortran/vla-history.exp: Likewise.
1382 * gdb.fortran/vla-ptr-info.exp: Likewise.
1383 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1384 * gdb.fortran/vla-ptype.exp: Likewise.
1385 * gdb.fortran/vla-sizeof.exp: Likewise.
1386 * gdb.fortran/vla-type.exp: Likewise.
1387 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1388 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1389 * gdb.fortran/vla-value-sub.exp: Likewise.
1390 * gdb.fortran/vla-value.exp: Likewise.
1391 * gdb.fortran/whatis_type.exp: Likewise.
1392 * gdb.mi/mi-var-child-f.exp: Likewise.
1393
13942020-05-09 Tom de Vries <tdevries@suse.de>
1395
1396 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
1397
13982020-05-08 Tom de Vries <tdevries@suse.de>
1399
1400 * gdb.dwarf2/clang-debug-names.c: New test.
1401 * gdb.dwarf2/clang-debug-names.exp: New file.
1402
14032020-05-06 Simon Marchi <simon.marchi@efficios.com>
1404
1405 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
1406 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
1407
14082020-05-06 Tom de Vries <tdevries@suse.de>
1409
1410 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
1411 breakpoint is at a "recommended breakpoint location".
1412 * gdb.reverse/consecutive-reverse.exp: Same.
1413
14142020-05-06 Tom de Vries <tdevries@suse.de>
1415
1416 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
1417 address.
1418
14192020-05-06 Tom de Vries <tdevries@suse.de>
1420
1421 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
1422
14232020-05-06 Tom de Vries <tdevries@suse.de>
1424
1425 * gdb.base/store.exp (check_set, up_set): Allowing missing location
1426 info for r.
1427
14282020-05-06 Tom de Vries <tdevries@suse.de>
1429
1430 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
1431 necessary.
1432
14332020-05-06 Tom de Vries <tdevries@suse.de>
1434
1435 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
1436 void.
1437
14382020-05-06 Tom de Vries <tdevries@suse.de>
1439
1440 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
1441 of ...
1442 * gdb.base/async.exp: ... here.
1443 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
1444 "recommended breakpoint location".
1445
14462020-05-06 Tom de Vries <tdevries@suse.de>
1447
1448 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
1449
14502020-05-04 Tom de Vries <tdevries@suse.de>
1451
1452 * gdb.base/async.exp: Check whether instruction addresses are a
1453 "recommended breakpoint location".
1454
14552020-05-03 Tom Tromey <tom@tromey.com>
1456
1457 * gdb.base/sepdebug.exp: Remove "catch" test.
1458 * gdb.base/break.exp: Remove "catch" test.
1459 * gdb.base/default.exp: Update expected output.
1460
14612020-05-02 Tom de Vries <tdevries@suse.de>
1462
1463 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
1464 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
1465 * gdb.arch/i386-mpx-map.exp: Same.
1466 * gdb.arch/i386-mpx-sigsegv.exp: Same.
1467 * gdb.arch/i386-mpx-simple_segv.exp: Same.
1468 * gdb.arch/i386-mpx.exp: Same.
1469
14702020-05-02 Tom de Vries <tdevries@suse.de>
1471
1472 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
1473
14742020-05-01 Tom de Vries <tdevries@suse.de>
1475
1476 * gdb.ada/operator_bp.exp: Allow more than required amount of
1477 breakpoint.
1478
14792020-05-01 Tom de Vries <tdevries@suse.de>
1480
1481 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
1482
14832020-04-30 Hannes Domani <ssbssa@yahoo.de>
1484
1485 PR gdb/18706
1486 * gdb.cp/stub-array-size.cc: New test.
1487 * gdb.cp/stub-array-size.exp: New file.
1488 * gdb.cp/stub-array-size.h: New test.
1489 * gdb.cp/stub-array-size2.cc: New test.
1490
14912020-04-30 Hannes Domani <ssbssa@yahoo.de>
1492
1493 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
1494 output to the new format.
1495
14962020-04-29 Simon Marchi <simon.marchi@efficios.com>
1497
1498 * gdb.base/break.exp: Use with_test_prefix.
1499
15002020-04-29 Tom de Vries <tdevries@suse.de>
1501
1502 * lib/gdb.exp (debug_types): New proc.
1503 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
1504 * gdb.python/py-symtab.exp: Same.
1505
15062020-04-29 Hannes Domani <ssbssa@yahoo.de>
1507
1508 PR gdb/17320
1509 * gdb.base/pretty-array.c: New test.
1510 * gdb.base/pretty-array.exp: New file.
1511
15122020-04-29 Tom de Vries <tdevries@suse.de>
1513
1514 PR symtab/25889
1515 * gdb.cp/cpexprs.exp: Adapt for inclusion.
1516 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
1517 and include cpexprs.exp.
1518
15192020-04-28 Mark Williams <mark@myosotissp.com>
1520
1521 PR gdb/24480
1522 * dw4-toplevel-types.exp: Test for top level types.
1523 * dw4-toplevel-types.cc: Test for top level types.
1524
15252020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1526
1527 * gdb.threads/stop-with-handle.exp: Fix typo in comment
1528 (theads -> threads).
1529
15302020-04-28 Tom de Vries <tdevries@suse.de>
1531
1532 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
1533
15342020-04-28 Tom de Vries <tdevries@suse.de>
1535
1536 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
1537
15382020-04-28 Tom de Vries <tdevries@suse.de>
1539
1540 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
1541
15422020-04-28 Tom de Vries <tdevries@suse.de>
1543
1544 * gdb.dwarf2/main-foo.c: New test.
1545 * gdb.dwarf2/struct-with-sig.exp: New file.
1546
15472020-04-25 Tom de Vries <tdevries@suse.de>
1548
1549 * boards/debug-types.exp: New file.
1550
15512020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
1552
1553 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
1554
15552020-04-24 Tom Tromey <tom@tromey.com>
1556
1557 PR symtab/12707:
1558 * gdb.python/py-symbol.exp: Update expected results for
1559 linkage_name test.
1560 * gdb.cp/print-demangle.exp: New file.
1561 * gdb.base/c-linkage-name.exp: Fix test.
1562 * gdb.guile/scm-symbol.exp: Update expected results for
1563 linkage_name test.
1564
15652020-04-24 Tom Tromey <tom@tromey.com>
1566
1567 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
1568 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
1569 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
1570 assembler.
1571
15722020-04-24 Tom de Vries <tdevries@suse.de>
1573
1574 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
1575 C++.
1576
15772020-04-24 Tom Tromey <tromey@adacore.com>
1578
1579 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
1580 values.
1581 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
1582 values. Update test for minimal encodings.
1583 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
1584 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
1585 values. Update test for minimal encodings.
1586
15872020-04-24 Tom Tromey <tromey@adacore.com>
1588
1589 PR python/23662:
1590 * gdb.ada/variant.exp: Add Python checks.
1591 * gdb.rust/simple.exp: Add dynamic type checks.
1592
15932020-04-24 Tom Tromey <tromey@adacore.com>
1594
1595 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
1596 Make array type matching more lax.
1597 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
1598 * gdb.ada/mi_variant.exp: New file.
1599 * gdb.ada/mi_variant/pck.ads: New file.
1600 * gdb.ada/mi_variant/pkg.adb: New file.
1601 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
1602 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
1603
16042020-04-24 Tom Tromey <tromey@adacore.com>
1605
1606 * gdb.ada/variant.exp: Add dynamic field offset tests.
1607 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
1608 * gdb.ada/variant/pkg.adb: Add new variables.
1609
16102020-04-24 Tom Tromey <tromey@adacore.com>
1611
1612 * gdb.ada/variant.exp: New file
1613 * gdb.ada/variant/pkg.adb: New file
1614 * gdb.ada/variant/pck.adb: New file
1615
16162020-04-24 Tom de Vries <tdevries@suse.de>
1617
1618 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
1619
16202020-04-24 Tom de Vries <tdevries@suse.de>
1621
1622 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
1623 flags.
1624
16252020-04-24 Tom de Vries <tdevries@suse.de>
1626
1627 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
1628
16292020-04-24 Tom de Vries <tdevries@suse.de>
1630
1631 * lib/gdb.exp (default_gdb_start): Handle eof.
1632 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
1633 failure.
1634 * gdb.base/readnever.exp: Handle clean_restart failure.
1635
16362020-04-23 Tom de Vries <tdevries@suse.de>
1637
1638 * gdb.base/decl-before-def.exp: Run to main and print a again.
1639
16402020-04-23 Tom de Vries <tdevries@suse.de>
1641
1642 * gdb.base/decl-before-def-decl.c: New test.
1643 * gdb.base/decl-before-def-def.c: New test.
1644 * gdb.base/decl-before-def.exp: New file.
1645
16462020-04-23 Tom de Vries <tdevries@suse.de>
1647
1648 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
1649
16502020-04-22 Tom de Vries <tdevries@suse.de>
1651
1652 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
1653 debug_info_offset.
1654 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
1655 before $objsfile in the line line.
1656
16572020-04-22 Tom de Vries <tdevries@suse.de>
1658
1659 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
1660
16612020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1662
1663 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
1664 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
1665 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
1666 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
1667 * gdb.base/jit-protocol.h: Update definitions to match all usage
1668 contexts.
1669
16702020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1671
1672 * gdb.base: Rename all jit related test and source files.
1673
16742020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
1675
1676 * gdb.base/jit-reader.exp: Relax register output check.
1677
16782020-04-22 Tom de Vries <tdevries@suse.de>
1679
1680 PR symtab/25764
1681 * gdb.base/psym-external-decl-2.c: New test.
1682 * gdb.base/psym-external-decl.c: New test.
1683 * gdb.base/psym-external-decl.exp: New file.
1684 * gdb.threads/tls.exp: Add PR25807 kfail.
1685
16862020-04-22 Tom de Vries <tdevries@suse.de>
1687
1688 PR symtab/25801
1689 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
1690 in "info source" output.
1691
16922020-04-22 Tom de Vries <tdevries@suse.de>
1693
1694 PR symtab/25700
1695 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
1696 symtab for imported_unit.c.
1697
16982020-04-21 Gary Benson <gbenson@redhat.com>
1699
1700 * gdb.base/advance.c (func): New argument, to match call site.
1701 (func2, func3): Add return statements.
1702
17032020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1704
1705 * gdb.multi/run-only-second-inf.c: New file.
1706 * gdb.multi/run-only-second-inf.exp: New file.
1707
17082020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1709
1710 * gdb.btrace/multi-inferior.c: New test.
1711 * gdb.btrace/multi-inferior.exp: New file.
1712
17132020-04-21 Markus Metzger <markus.t.metzger@intel.com>
1714
1715 * gdb.btrace/enable-new-thread.c: New test.
1716 * gdb.btrace/enable-new-thread.exp: New file.
1717
17182020-04-21 Tom de Vries <tdevries@suse.de>
1719
1720 PR gdb/25471
1721 * gdb.threads/killed-outside.c: New test.
1722 * gdb.threads/killed-outside.exp: New file.
1723
17242020-04-20 Gary Benson <gbenson@redhat.com>
1725
1726 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
1727 * gdb.base/nested-subp2.exp: Likewise.
1728 * gdb.base/nested-subp3.exp: Likewise.
1729
17302020-04-20 Gary Benson <gbenson@redhat.com>
1731
1732 * gdb.base/nested-subp1.exp: Disable test when using clang.
1733 * gdb.base/nested-subp2.exp: Likewise.
1734 * gdb.base/nested-subp3.exp: Likewise.
1735
17362020-04-20 Gary Benson <gbenson@redhat.com>
1737
1738 * gdb.cp/exception.cc: Fix compilation error with clang.
1739
17402020-04-20 Gary Benson <gbenson@redhat.com>
1741
1742 * gdb.trace/tspeed.c: Fix compilation error with clang.
1743
17442020-04-20 Gary Benson <gbenson@redhat.com>
1745
1746 * gdb.base/jit-main.c: Fix compilation error with clang.
1747
17482020-04-17 Kamil Rytarowski <n54@gmx.com>
1749
1750 * gdb.base/attach-twice.c: Include "sys/types.h".
1751 (PTRACE_ATTACH): Add fallback definition.
1752 (main): Pass `0' to the 4th argument of `ptrace'.
1753
17542020-04-17 Kamil Rytarowski <n54@gmx.com>
1755
1756 * gdb.base/fork-running-state.c: Include "signal.h".
1757
17582020-04-17 Tom Tromey <tromey@adacore.com>
1759
1760 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
1761 Update tests.
1762 * gdb.btrace/cpu.exp: Update tests.
1763 * gdb.base/maint.exp: Update tests.
1764 * gdb.base/default.exp: Update tests.
1765 * gdb.base/completion.exp: Update tests.
1766
17672020-04-16 Tom de Vries <tdevries@suse.de>
1768
1769 PR symtab/25791
1770 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
1771 (ensure_gdb_index): and factor out and move ...
1772 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
1773 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
1774
17752020-04-16 Tom de Vries <tdevries@suse.de>
1776
1777 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
1778 loading exec.
1779
17802020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
1781
1782 * gdb.base/many-completions.exp: New file.
1783
17842020-04-14 Tom de Vries <tdevries@suse.de>
1785
1786 PR symtab/25718
1787 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
1788
17892020-04-14 Tom de Vries <tdevries@suse.de>
1790
1791 PR symtab/25720
1792 * gdb.base/maint-expand-symbols-header-file.c: New test.
1793 * gdb.base/maint-expand-symbols-header-file.exp: New file.
1794 * gdb.base/maint-expand-symbols-header-file.h: New test.
1795
17962020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1797
1798 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
1799 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
1800 get_func_info.
1801 (get_func_info): Delete.
1802 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
1803 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
1804 * lib/dwarf.exp (get_func_info): New function.
1805
18062020-04-13 Tom de Vries <tdevries@suse.de>
1807
1808 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
1809 to what find_gnatmake does.
1810
18112020-04-10 Tom de Vries <tdevries@suse.de>
1812
1813 * gdb.base/style.exp: Expect "Expanding full symbols" message for
1814 -readnow.
1815
18162020-04-10 Tom de Vries <tdevries@suse.de>
1817
1818 PR cli/25808
1819 * gdb.base/style.c: Add leading newlines.
1820 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
1821 Check listing of main's one-line body.
1822
18232020-04-08 Tom de Vries <tdevries@suse.de>
1824
1825 * lib/gdb.exp (psymtabs_p): New proc.
1826 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
1827 importing unit" unsupported if there are no partial symbols.
1828
18292020-04-08 Tom de Vries <tdevries@suse.de>
1830
1831 PR testsuite/25760
1832 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
1833
18342020-04-07 Tom de Vries <tdevries@suse.de>
1835
1836 PR symtab/25796
1837 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
1838
18392020-04-07 Tom de Vries <tdevries@suse.de>
1840
1841 * gdb.base/check-psymtab.c: New test.
1842 * gdb.base/check-psymtab.exp: New file.
1843
18442020-04-06 Tom Tromey <tromey@adacore.com>
1845
1846 * gdb.ada/variant-record/proc.adb: New file.
1847 * gdb.ada/variant-record/value.adb: New file.
1848 * gdb.ada/variant-record/value.s: New file.
1849 * gdb.ada/variant-record.exp: New file.
1850
18512020-04-03 Hannes Domani <ssbssa@yahoo.de>
1852
1853 PR gdb/25325
1854 * gdb.cp/typed-enum.cc: New test.
1855 * gdb.cp/typed-enum.exp: New file.
1856
18572020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1858
1859 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
1860 * gdb.dwarf2/dw2-inline-small-func.c: New file.
1861 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
1862 * gdb.dwarf2/dw2-inline-small-func.h: New file.
1863 * gdb.opt/inline-small-func.c: New file.
1864 * gdb.opt/inline-small-func.exp: New file.
1865 * gdb.opt/inline-small-func.h: New file.
1866
18672020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1868
1869 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
1870 function.
1871
18722020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
1873
1874 * lib/dwarf.exp (function_range): Allow compiler options to be
1875 specified.
1876
18772020-04-02 Tom de Vries <tdevries@suse.de>
1878
1879 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
1880 __attribute__((always_inline)).
1881 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
1882
18832020-04-02 Tom de Vries <tdevries@suse.de>
1884
1885 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
1886 (gdbserver_gdb_exit): ... here. Add timeout warning.
1887 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
1888 (connect_target_extended_remote): Append new server_spawn_id to
1889 server_spawn_ids.
1890 (cleanup): New proc.
1891 (setup, <toplevel>): Call cleanup.
1892
18932020-04-02 Tom de Vries <tdevries@suse.de>
1894
1895 * gdb.base/main-psymtab.exp: New file.
1896
18972020-04-02 Tom de Vries <tdevries@suse.de>
1898
1899 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
1900
19012020-04-01 Tom Tromey <tom@tromey.com>
1902
1903 * gdb.base/complex-parts.exp: Add type tests.
1904
19052020-04-01 Tom Tromey <tom@tromey.com>
1906
1907 * gdb.base/complex-parts.exp: Add arithmetic tests.
1908
19092020-04-01 Tom Tromey <tom@tromey.com>
1910
1911 * gdb.compile/compile.exp: Update.
1912 * gdb.compile/compile-cplus.exp: Update.
1913 * gdb.base/varargs.exp: Update.
1914 * gdb.base/floatn.exp: Update.
1915 * gdb.base/endianity.exp: Update.
1916 * gdb.base/callfuncs.exp (do_function_calls): Update.
1917 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
1918 (complex_float_integral_args): Update.
1919 * gdb.base/complex.exp: Update.
1920 * gdb.base/complex-parts.exp: Update.
1921
19222020-04-01 Tom Tromey <tromey@adacore.com>
1923
1924 * gdb.rust/union.rs: New file.
1925 * gdb.rust/union.exp: New file.
1926 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
1927 (main): Update.
1928 * gdb.rust/simple.exp: Move union tests to union.exp.
1929
19302020-04-01 Tom Tromey <tromey@adacore.com>
1931
1932 * gdb.rust/simple.rs (main): Remove "y0".
1933
19342020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1935
1936 * gdb.multi/stop-all-on-exit.c: New test.
1937 * gdb.multi/stop-all-on-exit.exp: New file.
1938
19392020-04-01 Hannes Domani <ssbssa@yahoo.de>
1940
1941 PR gdb/24789
1942 * gdb.cp/misc.cc: Add integer reference variable.
1943 * gdb.cp/misc.exp: Add test.
1944
19452020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1946
1947 * gdb.server/stop-reply-no-thread.exp: Enhance the test
1948 scenario to cover execution until the end and also the case
1949
19502020-03-31 Tom de Vries <tdevries@suse.de>
1951
1952 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
1953 c. Use "maint info symtabs" to check symtab expansion.
1954
19552020-03-30 Tom de Vries <tdevries@suse.de>
1956
1957 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
1958 unsupported.
1959 (verify_psymtab_expanded): Move ...
1960 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
1961 test.
1962 (readnow): New proc.
1963
19642020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1965
1966 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
1967 with $hex.
1968
19692020-03-20 Tom Tromey <tromey@adacore.com>
1970
1971 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
1972
19732020-03-20 Tom Tromey <tromey@adacore.com>
1974
1975 * gdb.ada/sub_variant/subv.adb: New file.
1976 * gdb.ada/sub_variant.exp: New file.
1977
19782020-03-20 Tom de Vries <tdevries@suse.de>
1979
1980 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
1981 first break fails.
1982 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
1983
19842020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1985
1986 * gdb.server/exit-multiple-threads.c: New file.
1987 * gdb.server/exit-multiple-threads.exp: New file.
1988
19892020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1990
1991 * gdb.fortran/mixed-lang-stack.c: New file.
1992 * gdb.fortran/mixed-lang-stack.cpp: New file.
1993 * gdb.fortran/mixed-lang-stack.exp: New file.
1994 * gdb.fortran/mixed-lang-stack.f90: New file.
1995
19962020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
1997
1998 * gdb.linespec/cp-completion-aliases.cc: New file.
1999 * gdb.linespec/cp-completion-aliases.exp: New file.
2000
20012020-03-19 Tom de Vries <tdevries@suse.de>
2002
2003 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
2004 more precise.
2005
20062020-03-18 Tom de Vries <tdevries@suse.de>
2007
2008 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
2009 * gdb.dwarf2/break-inline-psymtab.c: New test.
2010 * gdb.dwarf2/break-inline-psymtab.exp: New file.
2011
20122020-03-16 Tom de Vries <tdevries@suse.de>
2013
2014 * lib/cache.exp (gdb_do_cache): Add and handle local variables
2015 cache_verify and cache_verify_proc.
2016
20172020-03-15 Tom de Vries <tdevries@suse.de>
2018
2019 * gdb.server/solib-list.exp: Handle
2020 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
2021
20222020-03-15 Tom de Vries <tdevries@suse.de>
2023
2024 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
2025 objfiles".
2026
20272020-03-14 Tom Tromey <tom@tromey.com>
2028
2029 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
2030
20312020-03-14 Tom de Vries <tdevries@suse.de>
2032
2033 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
2034
20352020-03-14 Tom de Vries <tdevries@suse.de>
2036
2037 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
2038 result in line-by-line fashion.
2039
20402020-03-14 Tom de Vries <tdevries@suse.de>
2041
2042 * lib/gdb.exp (supports_statement_frontiers): New proc.
2043 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
2044
20452020-03-14 Tom de Vries <tdevries@suse.de>
2046
2047 * gdb.base/printcmds.exp: Add missing quoting for "print
2048 teststring2".
2049
20502020-03-13 Tom Tromey <tom@tromey.com>
2051
2052 * gdb.base/printcmds.exp (test_print_strings): Add regression
2053 test.
2054 * gdb.base/printcmds.c (charptr): New typedef.
2055 (teststring2): New global.
2056
20572020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
2058
2059 * gdb.base/break-interp.exp: Use the tail of the filename, not the
2060 full path in the test name.
2061 (test_ld): Add some with_test_prefix blocks to make test names
2062 unique.
2063
20642020-03-13 Tom de Vries <tdevries@suse.de>
2065
2066 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
2067
20682020-03-13 Tom de Vries <tdevries@suse.de>
2069
2070 * gdb.mi/mi-sym-info.exp: Make matching more precise.
2071
20722020-03-13 Tom de Vries <tdevries@suse.de>
2073
2074 PR symtab/25646
2075 * gdb.dwarf2/imported-unit.exp: Add test.
2076
20772020-03-13 Tom de Vries <tdevries@suse.de>
2078
2079 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
2080 (var1, var2): New variable.
2081 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
2082 matching symbols.
2083
20842020-03-13 Tom de Vries <tdevries@suse.de>
2085
2086 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
2087 (Term::command): Use prompt prefix.
2088 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
2089 * gdb.tui/tui-layout-asm-short-prog.exp: Use
2090 command_no_prompt_prefix instead of prefix.
2091 * gdb.tui/tui-layout-asm.exp: Same.
2092
20932020-03-12 Simon Marchi <simon.marchi@efficios.com>
2094
2095 * gdb.base/break-interp.exp: Use foreach_with_prefix.
2096
20972020-03-12 Simon Marchi <simon.marchi@efficios.com>
2098
2099 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
2100 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
2101 on" while stepping over the test instruction, match printed
2102 message.
2103
21042020-03-12 Tom de Vries <tdevries@suse.de>
2105
2106 * gdb.base/info-types.exp: Use exp_continue during matching of output
2107 of "info types".
2108
21092020-03-12 Tom de Vries <tdevries@suse.de>
2110
2111 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
2112
21132020-03-12 Tom de Vries <tdevries@suse.de>
2114
2115 * gdb.fortran/module.exp: Use exp_continue during matching of output
2116 of "info variable -n".
2117
21182020-03-12 Tom de Vries <tdevries@suse.de>
2119
2120 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
2121 gdb.dwarf2/dw2-ranges-base.c.
2122
21232020-03-12 Tom de Vries <tdevries@suse.de>
2124
2125 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
2126 in presence of GLIBC debuginfo.
2127
21282020-03-12 Tom de Vries <tdevries@suse.de>
2129
2130 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
2131 $core.
2132
21332020-03-12 Tom de Vries <tdevries@suse.de>
2134
2135 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
2136 more precise.
2137
21382020-03-11 Simon Marchi <simon.marchi@efficios.com>
2139
2140 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
2141 from Unix to Windows path.
2142
21432020-03-11 Tom de Vries <tdevries@suse.de>
2144
2145 * gdb.ada/minsyms.exp: Set language to ada.
2146
21472020-03-11 Tom de Vries <tdevries@suse.de>
2148
2149 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
2150
21512020-03-11 Tom de Vries <tdevries@suse.de>
2152
2153 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
2154
21552020-03-11 Tom Tromey <tromey@adacore.com>
2156
2157 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
2158
21592020-03-11 Tom de Vries <tdevries@suse.de>
2160
2161 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
2162
21632020-03-11 Tom de Vries <tdevries@suse.de>
2164
2165 * gdb.base/break-interp.exp: Limit verbose scope.
2166
21672020-03-11 Tom de Vries <tdevries@suse.de>
2168
2169 * gdb.fortran/logical.f90: Define variable with character type.
2170 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
2171
21722020-03-11 Tom de Vries <tdevries@suse.de>
2173
2174 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
2175
21762020-03-11 Tom de Vries <tdevries@suse.de>
2177
2178 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
2179 symtabs.
2180
21812020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2182 Bernd Edlinger <bernd.edlinger@hotmail.de>
2183
2184 * gdb.cp/step-and-next-inline.cc: New file.
2185 * gdb.cp/step-and-next-inline.exp: New file.
2186 * gdb.cp/step-and-next-inline.h: New file.
2187 * gdb.dwarf2/dw2-is-stmt.c: New file.
2188 * gdb.dwarf2/dw2-is-stmt.exp: New file.
2189 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
2190 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
2191 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
2192
21932020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
2194
2195 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
2196 is-stmt flag in the line table.
2197
21982020-03-09 Tom de Vries <tdevries@suse.de>
2199
2200 * lib/gdb.exp (cached_file): Create cache dir.
2201
22022020-03-07 Tom de Vries <tdevries@suse.de>
2203
2204 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
2205 * gdb.cp/rvalue-ref-params.exp: Same.
2206
22072020-03-06 Tom de Vries <tdevries@suse.de>
2208
2209 * lib/gdb.exp (tentative_rename, cached_file): New proc.
2210 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
2211
22122020-03-06 Tom de Vries <tdevries@suse.de>
2213
2214 * README: Fix "the the".
2215 * gdb.base/dprintf.exp: Same.
2216
22172020-03-05 Tom de Vries <tdevries@suse.de>
2218
2219 * gdb.base/maint.exp: Update "main print statistics" expected output.
2220
22212020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2222
2223 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
2224 (fortran_int8): Likewise.
2225 (fortran_real4): Likewise.
2226 (fortran_real8): Likewise.
2227 (fortran_complex4): Likewise.
2228 (fortran_logical4): Likewise.
2229 (fortran_character1): Likewise.
2230
22312020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
2232
2233 * gdb.fortran/logical.exp: Add tests that any non-zero value is
2234 printed as true.
2235
22362020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
2237
2238 * gdb.base/printcmds.exp: Add test to verify printf of a
2239 variable holding an address.
2240
22412020-03-03 Tom de Vries <tdevries@suse.de>
2242
2243 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
2244
22452020-03-03 Tom de Vries <tdevries@suse.de>
2246
2247 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
2248 gdb_test_multiple call.
2249
22502020-03-03 Tom de Vries <tdevries@suse.de>
2251
2252 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
2253 gdb_test_multiple calls.
2254
22552020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2256
2257 * gdb.base/default.exp: Remove test of 'set history filename'.
2258 * gdb.base/gdbinit-history.exp: Add tests for setting the history
2259 filename to the empty string.
2260 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
2261 and GDBHISTSIZE.
2262
22632020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
2264
2265 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
2266 disabled.
2267
22682020-03-02 Pedro Alves <palves@redhat.com>
2269 Tom de Vries <tdevries@suse.de>
2270
2271 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
2272 -prompt prefix, before user_code argument. Add -lbl option likewise.
2273 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
2274 (gdb_is_target_1): Add -prompt prefix and move to before user_code
2275 argument.
2276 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
2277 have "\r\n" at start-of-line, instead of at end-of-line.
2278
22792020-02-28 Simon Marchi <simon.marchi@efficios.com>
2280
2281 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
2282 libinproctrace.so.
2283
22842020-02-28 Luis Machado <luis.machado@linaro.org>
2285
2286 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
2287 to "p/x".
2288
22892020-02-28 Luis Machado <luis.machado@linaro.org>
2290
2291 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
2292 asm/ptrace.h and error.h.
2293
22942020-02-28 Tom de Vries <tdevries@suse.de>
2295
2296 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
2297 (struct wrapper, do_something, mundane/symada__cS): Move ...
2298 * gdb.base/c-linkage-name-2.c: ... here. New source file.
2299 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
2300 Update "print symada__cS before partial symtab expansion" regexp.
2301 Update breakpoint location. Flush symbol cache after expansion.
2302
23032020-02-28 Luis Machado <luis.machado@linaro.org>
2304
2305 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
2306
23072020-02-27 Tom de Vries <tdevries@suse.de>
2308
2309 * config/sid.exp: Remove unused globals.
2310 * gdb.base/attach.exp: Same.
2311 * gdb.base/catch-load.exp: Same.
2312 * gdb.base/dbx.exp: Same.
2313 * lib/gdb.exp: Same.
2314 * lib/mi-support.exp: Same.
2315 * lib/prompt.exp: Same.
2316
23172020-02-27 Tom de Vries <tdevries@suse.de>
2318
2319 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
2320 not set.
2321
23222020-02-26 Aaron Merey <amerey@redhat.com>
2323
2324 * gdb.debuginfod: New directory for debuginfod tests.
2325 * gdb.debuginfod/main.c: New test file.
2326 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
2327
23282020-02-26 Tom de Vries <tdevries@suse.de>
2329
2330 PR gdb/25603
2331 * gdb.base/persistent-lang.cc: New test.
2332 * gdb.base/persistent-lang.exp: New file.
2333
23342020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2335
2336 * gdb.fortran/derived-type-striding.exp: Add a new test.
2337 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
2338 new test.
2339
23402020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
2341
2342 * gdb.base/cached-source-file.exp: Avoid source file paths in test
2343 names.
2344
23452020-02-25 Tom de Vries <tdevries@suse.de>
2346
2347 PR go/18926
2348 * gdb.go/methods.exp: Remove gcc/93866 xfail.
2349
23502020-02-24 Tom de Vries <tdevries@suse.de>
2351
2352 PR gdb/25592
2353 * gdb.base/info-locals-unused-static-var.c: New test.
2354 * gdb.base/info-locals-unused-static-var.exp: New file.
2355
23562020-02-22 Tom Tromey <tom@tromey.com>
2357
2358 * gdb.python/tui-window.exp: New file.
2359 * gdb.python/tui-window.py: New file.
2360
23612020-02-22 Tom Tromey <tom@tromey.com>
2362
2363 PR tui/17850:
2364 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
2365 tests.
2366
23672020-02-22 Tom Tromey <tom@tromey.com>
2368
2369 * gdb.tui/new-layout.exp: Add sub-layout tests.
2370
23712020-02-22 Tom Tromey <tom@tromey.com>
2372
2373 * gdb.tui/new-layout.exp: New file.
2374
23752020-02-22 Tom Tromey <tom@tromey.com>
2376
2377 * gdb.rust/rust-style.rs: New file.
2378 * gdb.rust/rust-style.exp: New file.
2379 * gdb.base/style.exp: Test structure printing.
2380 * gdb.base/style.c (struct some_struct): New type.
2381 (enum etype): New type.
2382 (struct_value): New global.
2383
23842020-02-21 Tom de Vries <tdevries@suse.de>
2385
2386 PR go/18926
2387 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
2388 Remove blanket xfails. Use message argument for gdb_breakpoint.
2389 Make continuing to breakpoint test conditional on setting breakpoint.
2390 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
2391 DW_AT_name attribute. Add xfail for GCC PR93866.
2392
23932020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * gdb.dwarf2/cpp-linkage-name.c: New file.
2396 * gdb.dwarf2/cpp-linkage-name.exp: New file.
2397
23982020-02-21 Shahab Vahedi <shahab@synopsys.com>
2399
2400 * lib/gdb.exp (gdb_wrapper_init): Reset
2401 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
2402 not exist.
2403
24042020-02-20 Tom de Vries <tdevries@suse.de>
2405
2406 PR go/17018
2407 * gdb.go/hello.exp: Copy ...
2408 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
2409 print of st to print value of global definition. Add xfail for GCC
2410 PR93844.
2411 * gdb.go/hello.exp: Remove printing of st before definition.
2412 * gdb.go/hello.go: Copy ...
2413 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
2414 to st.
2415 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
2416
24172020-02-20 Tom de Vries <tdevries@suse.de>
2418
2419 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
2420 (gdb_simple_compile): Handle compile_flags go by using .go extension
2421 for source file.
2422 * gdb.go/chan.exp: Use support_go_compile.
2423 * gdb.go/handcall.exp: Same.
2424 * gdb.go/hello.exp: Same.
2425 * gdb.go/integers.exp: Same.
2426 * gdb.go/max-depth.exp: Same.
2427 * gdb.go/methods.exp: Same.
2428 * gdb.go/package.exp: Same.
2429 * gdb.go/strings.exp: Same.
2430 * gdb.go/types.exp: Same.
2431 * gdb.go/unsafe.exp: Same.
2432
24332020-02-19 Tom de Vries <tdevries@suse.de>
2434
2435 * gdb.python/lib-types.exp: Make xfail more strict.
2436
24372020-02-19 Tom de Vries <tdevries@suse.de>
2438
2439 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
2440
24412020-02-19 Doug Evans <dje@google.com>
2442
2443 PR rust/25535
2444 * gdb.rust/simple.exp: Add test.
2445 * gdb.rust/simple.rs: Add test.
2446
24472020-02-19 Tom de Vries <tdevries@suse.de>
2448
2449 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
2450 output line-by-line.
2451
24522020-02-19 Tom de Vries <tdevries@suse.de>
2453
2454 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
2455
24562020-02-19 Tom de Vries <tdevries@suse.de>
2457
2458 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
2459 prelink.
2460
24612020-02-19 Tom de Vries <tdevries@suse.de>
2462
2463 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
2464 (gdb_do_cache): Use gdb_do_cache_wrap.
2465 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
2466
24672020-02-19 Tom de Vries <tdevries@suse.de>
2468
2469 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
2470 gdb_compile option.
2471
24722020-02-18 Simon Marchi <simon.marchi@efficios.com>
2473
2474 * gdb.base/printcmds.exp (test_print_enums): Update expected
2475 output.
2476
24772020-02-18 Simon Marchi <simon.marchi@efficios.com>
2478
2479 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
2480 for "unknown".
2481
24822020-02-18 Simon Marchi <simon.marchi@efficios.com>
2483
2484 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
2485 enumerator.
2486
24872020-02-18 Simon Marchi <simon.marchi@efficios.com>
2488
2489 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
2490 FE_, add FE_NONE.
2491 (three): Update.
2492 (enum flag_enum_without_zero): New enum.
2493 (flag_enum_without_zero): New variable.
2494 (enum not_flag_enum): New enum.
2495 (three_not_flag): New variable.
2496 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
2497 (test_print_enums): Add more tests for printing flag enums.
2498
24992020-02-18 Tom de Vries <tdevries@suse.de>
2500
2501 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
2502 (gdb_compile_ada): ... here.
2503 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
2504 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
2505
25062020-02-14 Tom Tromey <tom@tromey.com>
2507
2508 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
2509 build directory.
2510 * boards/gdbserver-base.exp: Update path to gdbserver.
2511
25122020-02-13 Tom de Vries <tdevries@suse.de>
2513
2514 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
2515
25162020-02-13 Tom de Vries <tdevries@suse.de>
2517
2518 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
2519 are missing.
2520
25212020-02-13 Tom de Vries <tdevries@suse.de>
2522
2523 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
2524 call.
2525
25262020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
2527
2528 PR tui/25126
2529 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
2530 * gdb.base/cached-source-file.c: New file.
2531 * gdb.base/cached-source-file.exp: New file.
2532
25332020-02-11 Tom de Vries <tdevries@suse.de>
2534
2535 PR testsuite/25488
2536 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
2537
25382020-02-10 Tom de Vries <tdevries@suse.de>
2539
2540 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
2541
25422020-02-10 Maciej W. Rozycki <macro@wdc.com>
2543
2544 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
2545 and $after_addr are both integers before making a comparison.
2546
25472020-02-09 Tom de Vries <tdevries@suse.de>
2548
2549 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
2550 command output and paste it into gdb.log. If any, paste catch message
2551 to gdb.log.
2552
25532020-02-07 Tom Tromey <tromey@adacore.com>
2554
2555 PR breakpoints/24915:
2556 * gdb.base/annotate-symlink.exp: Use setup_xfail.
2557
25582020-02-06 Shahab Vahedi <shahab@synopsys.com>
2559
2560 * gdb.tui/tui-missing-src.exp: Add the "missing source
2561 file" test for the TUI.
2562
25632020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
2564
2565 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
2566 including a port number in the output.
2567
25682020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2569
2570 * lib/fortran.exp (fortran_int4): Handle clang.
2571 (fortran_int8): Likewise.
2572 (fortran_real4): Likewise.
2573 (fortran_real8): Likewise.
2574 (fortran_complex4): Likewise.
2575 (fortran_logical4): Likewise.
2576 (fortran_character1): Likewise.
2577
25782020-02-04 Tom de Vries <tdevries@suse.de>
2579
2580 * README (Race detection): Add note.
2581
25822020-02-04 Tom de Vries <tdevries@suse.de>
2583
2584 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
2585
25862020-02-04 Tom de Vries <tdevries@suse.de>
2587
2588 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
2589
25902020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
2591
2592 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
2593 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
2594 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
2595 blttar, bnetarl.
2596 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
2597 binary for blttar, bnetarl.
2598 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
2599 wait instruction. Delete ldmx test.
2600 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
2601
26022020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
2603
2604 * gdb.fortran/array-bounds-high.exp: New file.
2605 * gdb.fortran/array-bounds-high.f90: New file.
2606
26072020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
2608
2609 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
2610 Replace #include of <sys/fcntl.h> by <fcntl.h>.
2611
26122020-02-01 Tom de Vries <tdevries@suse.de>
2613
2614 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
2615
26162020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
2617
2618 PR tui/9765
2619 * gdb.tui/tui-layout-asm-short-prog.S: New file.
2620 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
2621
26222020-01-29 Luis Machado <luis.machado@linaro.org>
2623
2624 * gdb.arch/aarch64-brk-patterns.c: New source file.
2625 * gdb.arch/aarch64-brk-patterns.exp: New test.
2626
26272020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2628
2629 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
2630 GCC/Clang version.
2631 * gdb.cp/pass-by-ref.exp: Ditto.
2632
26332020-01-29 Tom de Vries <tdevries@suse.de>
2634
2635 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
2636 * gdb.threads/watchpoint-fork-mt.c: Same.
2637 * gdb.threads/watchpoint-fork-parent.c: Same.
2638 * gdb.threads/watchpoint-fork-st.c: Same.
2639 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
2640
26412020-01-27 Luis Machado <luis.machado@linaro.org>
2642
2643 * gdb.base/step-over-syscall.exp (setup): Check if we're already
2644 sitting at a syscall instruction when we hit the syscall function's
2645 breakpoint.
2646 Check PC against one obtained with the x command.
2647 Validate syscall number.
2648 (step_over_syscall): Don't continue to the syscall instruction if
2649 we're already there.
2650
26512020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2652
2653 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
2654
26552020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2656
2657 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
2658 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
2659
26602020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2661
2662 * gdb.dwarf2/dw2-inline-stepping.c: New file.
2663 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
2664
26652020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2666
2667 * gdb.base/maint.exp: Update line table parsing test.
2668 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
2669
26702020-01-24 Pedro Alves <palves@redhat.com>
2671
2672 PR gdb/25410
2673 * gdb.multi/multi-re-run-1.c: New.
2674 * gdb.multi/multi-re-run-2.c: New.
2675 * gdb.multi/multi-re-run.exp: New.
2676
26772020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2678
2679 PR gdb/23718
2680 * gdb.server/server-kill-python.exp: New file.
2681
26822020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2683
2684 * gdb.server/multi-ui-errors.c: New file.
2685 * gdb.server/multi-ui-errors.exp: New file.
2686
26872020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
2688
2689 PR tui/9765
2690 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
2691
26922020-01-19 Tom Tromey <tom@tromey.com>
2693
2694 * gdb.tui/main.exp: Add check for plain "file".
2695
26962020-01-16 Christian Biesinger <cbiesinger@google.com>
2697
2698 * lib/gdb.exp: Fix spelling error (seperatelly).
2699
27002020-01-14 Tom Tromey <tom@tromey.com>
2701
2702 PR symtab/12535:
2703 * gdb.python/python.exp: Test decode_line with empty string
2704 argument.
2705
27062020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
2707
2708 * gdb.base/skip-inline.exp: Extend test.
2709
27102020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2711
2712 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
2713 * gdb.dwarf2/dw2-bad-elf.c: New file.
2714 * gdb.dwarf2/dw2-bad-elf.exp: New file.
2715
27162020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2717
2718 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
2719 _line_saw_file.
2720
27212020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
2722
2723 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
2724 border.
2725
27262020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2727
2728 * gdb.multi/multi-target.exp (setup): Factor out "info
2729 connections" and "info inferiors" tests to ...
2730 (test_info_inferiors): ... this new procedure.
2731 (top level): Run new "info-inferiors" tests.
2732
27332020-01-10 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.server/bkpt-other-inferior.exp: New file.
2736
27372020-01-10 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
2740 of "add-inferior".
2741 * gdb.base/quit-live.exp: Likewise.
2742 * gdb.base/remote-exec-file.exp: Likewise.
2743 * gdb.guile/scm-progspace.exp: Likewise.
2744 * gdb.linespec/linespec.exp: Likewise.
2745 * gdb.mi/new-ui-mi-sync.exp: Likewise.
2746 * gdb.mi/user-selected-context-sync.exp: Likewise.
2747 * gdb.multi/multi-target.exp (setup): Add "info connection" and
2748 "info inferiors" tests.
2749 * gdb.multi/remove-inferiors.exp: Adjust expected output of
2750 "add-inferior".
2751 * gdb.multi/watchpoint-multi.exp: Likewise.
2752 * gdb.python/py-inferior.exp: Likewise.
2753 * gdb.server/extended-remote-restart.exp: Likewise.
2754 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
2755 "info inferiors".
2756 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
2757 * gdb.trace/report.exp: Likewise.
2758
27592020-01-10 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.multi/multi-target.c: New file.
2762 * gdb.multi/multi-target.exp: New file.
2763 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
2764 mode requested, but remote does not support non-stop".
2765
27662020-01-10 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
2769 disconnect before reconnecting.
2770
27712020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2772 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.server/connect-without-multi-process.exp: Also test
2775 continuing to end.
2776
27772020-01-10 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.base/remote-exec-file.exp: New file.
2780
27812020-01-10 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/fork-running-state.exp (do_test): Adjust expected
2784 output.
2785 * gdb.threads/async.c: New.
2786 * gdb.threads/async.exp: New.
2787 * gdb.multi/tids-gid-reset.c: New.
2788 * gdb.multi/tids-gid-reset.exp: New.
2789
27902020-01-10 George Barrett <bob@bob131.so>
2791
2792 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
2793 to help in finding the image relocation offset.
2794 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
2795 options in arguments.
2796 (stap_test_no_debuginfo): Likewise.
2797 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
2798 test variants.
2799 (stap_test): Add null semaphore relocation test.
2800
28012020-01-10 George Barrett <bob@bob131.so>
2802
2803 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
2804 * gdb.base/stap-probe.exp: Likewise.
2805 (stap_test): Pass argument as an additional flag.
2806 (stap_test_no_debuginfo): Likewise.
2807 (stap_test): Check `info probes stap' output for semaphore
2808 addresses if the test binary is supposed to have them.
2809
28102020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2811
2812 * gdb.tui/basic.exp: Add more scrolling tests.
2813
28142020-01-09 Tom Tromey <tom@tromey.com>
2815
2816 PR tui/18932:
2817 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
2818 meangingful value.
2819 (Term::command, Term::resize): Update.
2820 * gdb.tui/basic.exp: Add scrolling test.
2821
28222020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2823
2824 * gdb.tui/tui-layout-asm.exp: New file.
2825
28262020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2827
2828 * lib/tuiterm.exp (Term::check_box_contents): New proc.
2829
28302020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
2833 (Term::enter_tui): Use Term::prepare_for_tui.
2834
28352020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2836
2837 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
2838 called.
2839
28402020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
2841
2842 * gdb.base/skip.exp: Fix race condition in test.
2843
28442020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
2845
2846 * gdb.base/backtrace.c: New file.
2847 * gdb.base/backtrace.exp: New file.
2848
28492020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
2850
2851 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
2852
28532020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2854
2855 * gdb.base/style.exp: Test that warnings are styled.
2856
28572019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
2858
2859 * gdb.base/line65535.exp: New file.
2860 * gdb.base/line65535.c: New file.
2861
28622019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
2863
2864 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
2865 * lib/gnat_debug_info_test.adb: New file.
2866 * gdb.ada/ptype_tagged_param.exp: Use
2867 gnat_runtime_has_debug_info, expect a different output if
2868 runtime does not have debug info.
2869
28702019-12-20 Simon Marchi <simon.marchi@efficios.com>
2871
2872 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
2873 (another) quote in test name.
2874
28752019-12-20 Simon Marchi <simon.marchi@efficios.com>
2876
2877 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
2878 Add quote in test name.
2879
28802019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2881
2882 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
2883 directory instead.
2884 * gdb.cp/pass-by-ref.exp: Extend with more cases.
2885 * gdb.cp/pass-by-ref-2.cc: New file.
2886 * gdb.cp/pass-by-ref-2.exp: New file.
2887
28882019-12-20 Tom Tromey <tom@tromey.com>
2889
2890 * gdb.tui/list-before.exp: New file.
2891
28922019-12-20 Tom Tromey <tom@tromey.com>
2893
2894 * gdb.tui/list.exp: Check for source on initial listing.
2895
28962019-12-11 Tom Tromey <tromey@adacore.com>
2897
2898 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
2899 Add crlf test.
2900
29012019-12-18 Simon Marchi <simon.marchi@efficios.com>
2902
2903 * gdb.base/default.exp: Update value of $_gdb_major.
2904
29052019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2906
2907 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
2908
29092019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
2910
2911 * gdb.base/skip.exp: Whitespace fix.
2912
29132019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
2914
2915 * gdb.base/skip-inline.c: New file.
2916 * gdb.base/skip-inline.exp: New file.
2917
29182019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
2919
2920 * gdb.base/jit-reader.exp (jit_reader_test): Rename
2921 jit_function_00 to jit_function_stack_mangle.
2922 * gdb.base/jithost.c (jit_function_t): Rename to...
2923 (jit_function_stack_mangle_t): ... this.
2924 (jit_function_add_t): New typedef.
2925 (jit_function_00_code): Rename to...
2926 (jit_function_stack_mangle_code): ... this, make static.
2927 (jit_function_add_code): New.
2928 (main): Generate "add" function and call it. Adjust to changes
2929 in jithost_abi.
2930 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
2931 (struct jithost_abi) <begin, end>: Remove fields.
2932 <object, function_stack_mangle, function_add>: New fields.
2933 * gdb.base/jitreader.c (struct reader_state) <code_begin,
2934 code_end>: Remove fields.
2935 <func_stack_mangle>: New field.
2936 (read_debug_info): Adjust to renaming, create block for "add"
2937 function.
2938 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
2939
29402019-12-11 Tom Tromey <tom@tromey.com>
2941
2942 * gdb.tui/resize.exp: Fix regexp.
2943 * gdb.tui/regs.exp: Fix regexps.
2944 * gdb.tui/main.exp: Fix regexp.
2945
29462019-12-11 Tom Tromey <tom@tromey.com>
2947
2948 * gdb.tui/resize.exp: Update.
2949 * gdb.tui/empty.exp (layouts): Update.
2950
29512019-12-11 Tom Tromey <tom@tromey.com>
2952
2953 * gdb.tui/regs.exp: Update.
2954 * gdb.tui/empty.exp (layouts): Update.
2955 * gdb.tui/basic.exp: Update.
2956 * lib/tuiterm.exp (_check_box): Don't check bottom border.
2957
29582019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2959
2960 * gdb.base/options.exp: Add -raw-values in the print completion list.
2961 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
2962
29632019-12-10 Kevin Buettner <kevinb@redhat.com>
2964
2965 * gdb.threads/omp-par-scope.c: New file.
2966 * gdb/threads/omp-par-scope.exp: New file.
2967
29682019-12-10 Kevin Buettner <kevinb@redhat.com>
2969
2970 * lib/gdb.exp (support_nested_function_tests): New proc.
2971
29722019-12-10 Kevin Buettner <kevinb@redhat.com>
2973
2974 * lib/gdb.exp (gdb_compile_openmp): New proc.
2975 (build_executable_from_specs): Add an "openmp" option.
2976 (gdb_compile_pthreads): Add non-executable case.
2977
29782019-12-10 Tom Tromey <tromey@adacore.com>
2979
2980 * gdb.ada/unchecked_union.exp: New file.
2981 * gdb.ada/unchecked_union/pck.adb: New file.
2982 * gdb.ada/unchecked_union/pck.ads: New file.
2983 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
2984 * gdb-utils.exp (string_to_regexp): Also quote "?".
2985
29862019-12-10 George Barrett <bob@bob131.so>
2987
2988 Test scripted probe breakpoints.
2989 * gdb.guile/scm-breakpoint.c (main): Add probe point.
2990 * gdb.python/py-breakpoint.c (main): Likewise.
2991 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
2992 specifier test.
2993 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
2994
29952019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2996
2997 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
2998 an rvalue parameter.
2999 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
3000 parameter.
3001
30022019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3003
3004 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
3005 modules.
3006
30072019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3008
3009 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
3010 broken version of GCC.
3011
30122019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
3013
3014 * gdb.fortran/info-modules.exp: Rewrite to make use of new
3015 sym-info-cmds library.
3016 * gdb.fortran/info-types.exp: Likewise.
3017 * lib/sym-info-cmds.exp: New file.
3018
30192019-12-08 Tom de Vries <tdevries@suse.de>
3020
3021 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
3022
30232019-12-07 Keith Seitz <keiths@redhat.com>
3024
3025 * gdb.base/corefile-buildid-shlib-shr.c: New file.
3026 * gdb.base/corefile-buildid-shlib.c: New file.
3027 * gdb.base/corefile-buildid.c: New file.
3028 * gdb.base/corefile-buildid.exp: New file.
3029
30302019-12-06 Tom de Vries <tdevries@suse.de>
3031
3032 * gdb.dwarf2/varval.exp: Add decl before def test.
3033
30342019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3035
3036 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
3037
30382019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3039
3040 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
3041 CV and reference conversion for overload resolution.
3042 * gdb.cp/rvalue-ref-overload.exp: Test it.
3043
30442019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3045
3046 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
3047 * gdb.base/frameapply.exp: Test faas without command.
3048
30492019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3050
3051 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
3052 Fortran tests.
3053 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
3054 order.
3055
30562019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3057
3058 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
3059 casting to type with no kind specified.
3060 (test_basic_parsing_of_type_kinds): Additional tests for types
3061 with no kind specified, and add tests for single/double
3062 precision/complex types.
3063
30642019-12-04 Tom Tromey <tromey@adacore.com>
3065
3066 * gdb.base/endianity.c (struct other) <x>: New field.
3067 (main): Initialize it.
3068 * gdb.base/endianity.exp: Update.
3069
30702019-12-04 Tom Tromey <tromey@adacore.com>
3071
3072 * gdb.ada/scalar_storage/storage.adb: New file.
3073 * gdb.ada/scalar_storage/pck.adb: New file.
3074 * gdb.ada/scalar_storage/pck.ads: New file.
3075 * gdb.ada/scalar_storage.exp: New file.
3076
30772019-12-04 Tom Tromey <tromey@adacore.com>
3078
3079 * gdb.base/endianity.c (struct otherendian) <f>: New field.
3080 (main): Initialize it.
3081 * gdb.base/endianity.exp: Update.
3082
30832019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3084
3085 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
3086
30872019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
3088
3089 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
3090 -symbol-info-module-functions and -symbol-info-module-variables.
3091
30922019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
3093
3094 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
3095
30962019-12-01 Richard Bunt <richard.bunt@arm.com>
3097 Andrew Burgess <andrew.burgess@embecosm.com>
3098
3099 * gdb.fortran/derived-type-striding.exp: New file.
3100 * gdb.fortran/derived-type-striding.f90: New file.
3101 * gdb.fortran/array-slices.exp: New file.
3102 * gdb.fortran/array-slices.f90: New file.
3103
31042019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3105
3106 * gdb.base/define.exp: Test . in command names.
3107 * gdb.base/setshow.exp: Update test, as . is now part of
3108 command name.
3109
31102019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3111
3112 * gdb.base/define-prefix.exp: New file.
3113
31142019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
3115
3116 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
3117 compile.
3118 (skip_btrace_pt_tests): Likewise.
3119
31202019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3121
3122 * gdb.fortran/info-modules.exp: Compile source files in correct
3123 order.
3124
31252019-11-27 Kevin Buettner <kevinb@redhat.com>
3126
3127 * gdb.dwarf2/imported-unit.exp: New file.
3128 * gdb.dwarf2/imported-unit.c: New file.
3129
31302019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3131
3132 * gdb.mi/mi-fortran-modules-2.f90: New file.
3133 * gdb.mi/mi-fortran-modules.exp: New file.
3134 * gdb.mi/mi-fortran-modules.f90: New file.
3135
31362019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
3137
3138 * gdb.mi/mi-sym-info-1.c: New file.
3139 * gdb.mi/mi-sym-info-2.c: New file.
3140 * gdb.mi/mi-sym-info.exp: New file.
3141
31422019-11-22 Tom Tromey <tromey@adacore.com>
3143
3144 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
3145 * gdb.ada/tasks/foo.adb: Add another stopping location.
3146
31472019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
3148
3149 * gdb.base/endianity.c: New test.
3150 * gdb.base/endianity.exp: New file.
3151
31522019-11-21 Lukas Durfina <ldurfina@tachyum.com>
3153
3154 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
3155
31562019-11-21 Tom de Vries <tdevries@suse.de>
3157
3158 PR gdb/24956
3159 * gdb.base/ui-redirect.exp: Test output of user-defined command.
3160
31612019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
3162
3163 * gdb.python/py-progspace.exp: Add missing parentheses on some
3164 'print' commands.
3165
31662019-11-19 Tom Tromey <tom@tromey.com>
3167
3168 * gdb.tui/winheight.exp: New file.
3169
31702019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3171
3172 * gdb.base/ctf-whatis.c: Delete.
3173 * gdb.base/ctf-whatis.exp: Delete.
3174 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
3175
31762019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3177
3178 * gdb.base/ctf-cvexpr.exp: Delete.
3179 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
3180
31812019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
3182
3183 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
3184 the compiler. Clean up header comment a little.
3185 * gdb.base/ctf-ptype.exp: Likewise.
3186 * gdb.base/ctf-whatis.exp: Likewise.
3187 * lib/gdb.exp (skip_ctf_tests): New proc.
3188
31892019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
3190
3191 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
3192 * gdb.tui/corefile-run.exp: New file.
3193
31942019-11-14 Tom Tromey <tromey@adacore.com>
3195
3196 * gdb.base/gdbvars.exp (test_convenience_variables): Add
3197 regression tests.
3198
31992019-11-12 Tom Tromey <tom@tromey.com>
3200
3201 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
3202 after any command. Expect prompt after WAIT_FOR is seen.
3203 (enter_tui): Enable resize messages.
3204 (command): Expect command in output.
3205 (get_line): Avoid error when cursor appears to be off-screen.
3206 (dump_screen): Include screen size in title.
3207 (_do_resize): New proc, from "resize".
3208 (resize): Rewrite. Do resize in two steps.
3209 * gdb.tui/empty.exp (layouts): Fix entries.
3210 (check_boxes): Remove xfail.
3211 (check_text): Dump screen on failure.
3212
32132019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3214
3215 * gdb.python/py-symbol.exp: Add test for
3216 gdb.lookup_static_symbols.
3217
32182019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
3219
3220 * gdb.python/py-symbol.c: Declare and call function from new
3221 py-symbol-2.c file.
3222 * gdb.python/py-symbol.exp: Compile both source files, and add new
3223 tests for gdb.lookup_static_symbol.
3224 * gdb.python/py-symbol-2.c: New file.
3225
32262019-11-02 Tom de Vries <tdevries@suse.de>
3227
3228 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
3229 * gdb.base/anon.exp: Same.
3230 * gdb.base/auto-connect-native-target.exp: Same.
3231 * gdb.base/call-ar-st.exp: Same.
3232 * gdb.base/catch-syscall.exp: Same.
3233 * gdb.base/commands.exp: Same.
3234 * gdb.base/default.exp: Same.
3235 * gdb.base/display.exp: Same.
3236 * gdb.base/float.exp: Same.
3237 * gdb.base/foll-fork.exp: Same.
3238 * gdb.base/help.exp: Same.
3239 * gdb.base/info-macros.exp: Same.
3240 * gdb.base/info-proc.exp: Same.
3241 * gdb.base/info-target.exp: Same.
3242 * gdb.base/long_long.exp: Same.
3243 * gdb.base/macscp.exp: Same.
3244 * gdb.base/memattr.exp: Same.
3245 * gdb.base/nofield.exp: Same.
3246 * gdb.base/pointers.exp: Same.
3247 * gdb.base/printcmds.exp: Same.
3248 * gdb.base/ptype.exp: Same.
3249 * gdb.base/restore.exp: Same.
3250 * gdb.base/return.exp: Same.
3251 * gdb.base/scope.exp: Same.
3252 * gdb.base/set-noassign.exp: Same.
3253 * gdb.base/setshow.exp: Same.
3254 * gdb.base/shlib-call.exp: Same.
3255 * gdb.base/signals.exp: Same.
3256 * gdb.base/sigstep.exp: Same.
3257 * gdb.base/skip.exp: Same.
3258 * gdb.base/solib-symbol.exp: Same.
3259 * gdb.base/stap-probe.exp: Same.
3260 * gdb.base/step-line.exp: Same.
3261 * gdb.base/step-test.exp: Same.
3262 * gdb.base/style.exp: Same.
3263 * gdb.base/varargs.exp: Same.
3264 * gdb.base/vla-datatypes.exp: Same.
3265 * gdb.base/vla-ptr.exp: Same.
3266 * gdb.base/vla-sideeffect.exp: Same.
3267 * gdb.base/volatile.exp: Same.
3268 * gdb.base/watch-cond-infcall.exp: Same.
3269 * gdb.base/watchpoint.exp: Same.
3270
32712019-11-02 Tom de Vries <tdevries@suse.de>
3272
3273 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
3274 * gdb.cp/cpexprs.exp: Same.
3275 * gdb.cp/except-multi-location.exp: Same.
3276 * gdb.cp/exceptprint.exp: Same.
3277 * gdb.cp/gdb2384.exp: Same.
3278 * gdb.cp/inherit.exp: Same.
3279 * gdb.cp/m-static.exp: Same.
3280 * gdb.cp/meth-typedefs.exp: Same.
3281 * gdb.cp/misc.exp: Same.
3282 * gdb.cp/namespace.exp: Same.
3283 * gdb.cp/non-trivial-retval.exp: Same.
3284 * gdb.cp/overload.exp: Same.
3285 * gdb.cp/pr17132.exp: Same.
3286 * gdb.cp/re-set-overloaded.exp: Same.
3287 * gdb.cp/rvalue-ref-types.exp: Same.
3288 * gdb.cp/templates.exp: Same.
3289
32902019-11-01 Luis Machado <luis.machado@linaro.org>
3291
3292 PR gdb/25124
3293
3294 * gdb.arch/pr25124.S: New file.
3295 * gdb.arch/pr25124.exp: New file.
3296
32972019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3298
3299 * gdb.fortran/info-modules.exp: Update expected results, and add
3300 additional tests for 'info module functinos', and 'info module
3301 variables'.
3302 * gdb.fortran/info-types.exp: Update expected results.
3303 * gdb.fortran/info-types.f90: Extend testcase with additional
3304 module variables and functions.
3305
33062019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
3307
3308 * gdb.fortran/info-modules.exp: New file.
3309 * gdb.fortran/info-types.exp: Build with new file.
3310 * gdb.fortran/info-types.f90: Include and use new module.
3311 * gdb.fortran/info-types-2.f90: New file.
3312
33132019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3314
3315 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
3316 * gdb.base/settings.exp: Test all settings types using
3317 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
3318 that now verifies that the value of "maint show" is the same as
3319 returned by the settings functions. Test the type of the
3320 maintenance settings.
3321 * gdb.base/default.exp: Update show_conv_list.
3322
33232019-10-31 Tom de Vries <tdevries@suse.de>
3324
3325 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
3326 gdb_test.
3327 * gdb.arch/amd64-disp-step.exp: Same.
3328 * gdb.asm/asm-source.exp: Same.
3329 * gdb.btrace/buffer-size.exp: Same.
3330 * gdb.btrace/cpu.exp: Same.
3331 * gdb.btrace/enable.exp: Same.
3332 * gdb.dwarf2/count.exp: Same.
3333 * gdb.dwarf2/dw2-ranges-func.exp: Same.
3334 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
3335 * gdb.fortran/vla-datatypes.exp: Same.
3336 * gdb.fortran/vla-history.exp: Same.
3337 * gdb.fortran/vla-ptype.exp: Same.
3338 * gdb.fortran/vla-value.exp: Same.
3339 * gdb.fortran/whatis_type.exp: Same.
3340 * gdb.guile/guile.exp: Same.
3341 * gdb.multi/tids.exp: Same.
3342 * gdb.python/py-finish-breakpoint.exp: Same.
3343 * gdb.python/py-framefilter.exp: Same.
3344 * gdb.python/py-pp-registration.exp: Same.
3345 * gdb.python/py-xmethods.exp: Same.
3346 * gdb.python/python.exp: Same.
3347 * gdb.server/connect-with-no-symbol-file.exp: Same.
3348 * gdb.server/no-thread-db.exp: Same.
3349 * gdb.server/run-without-local-binary.exp: Same.
3350 * gdb.stabs/weird.exp: Same.
3351 * gdb.threads/attach-many-short-lived-threads.exp: Same.
3352 * gdb.threads/thread-find.exp: Same.
3353 * gdb.threads/tls-shared.exp: Same.
3354 * gdb.threads/tls.exp: Same.
3355 * gdb.threads/wp-replication.exp: Same.
3356 * gdb.trace/ax.exp: Same.
3357 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
3358
33592019-10-31 Tom de Vries <tdevries@suse.de>
3360
3361 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
3362 * gdb.ada/array_subscript_addr.exp: Same.
3363 * gdb.ada/arrayidx.exp: Same.
3364 * gdb.ada/arrayparam.exp: Same.
3365 * gdb.ada/arrayptr.exp: Same.
3366 * gdb.ada/boolean_expr.exp: Same.
3367 * gdb.ada/call_pn.exp: Same.
3368 * gdb.ada/complete.exp: Same.
3369 * gdb.ada/fixed_cmp.exp: Same.
3370 * gdb.ada/fun_addr.exp: Same.
3371 * gdb.ada/funcall_param.exp: Same.
3372 * gdb.ada/interface.exp: Same.
3373 * gdb.ada/mod_from_name.exp: Same.
3374 * gdb.ada/null_array.exp: Same.
3375 * gdb.ada/packed_array.exp: Same.
3376 * gdb.ada/packed_tagged.exp: Same.
3377 * gdb.ada/print_chars.exp: Same.
3378 * gdb.ada/print_pc.exp: Same.
3379 * gdb.ada/ptype_arith_binop.exp: Same.
3380 * gdb.ada/ptype_field.exp: Same.
3381 * gdb.ada/ptype_tagged_param.exp: Same.
3382 * gdb.ada/rec_return.exp: Same.
3383 * gdb.ada/ref_tick_size.exp: Same.
3384 * gdb.ada/str_ref_cmp.exp: Same.
3385 * gdb.ada/taft_type.exp: Same.
3386 * gdb.ada/tagged.exp: Same.
3387 * gdb.ada/type_coercion.exp: Same.
3388 * gdb.ada/uninitialized_vars.exp: Same.
3389
33902019-10-30 Tom de Vries <tdevries@suse.de>
3391
3392 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
3393
33942019-10-26 Tom de Vries <tdevries@suse.de>
3395
3396 * gdb.base/bigcore.c: Fix typos in comments.
3397 * gdb.base/ctf-ptype.c: Same.
3398 * gdb.base/long_long.c: Same.
3399 * gdb.dwarf2/dw2-op-out-param.S: Same.
3400 * gdb.python/py-evthreads.c: Same.
3401 * gdb.reverse/i387-stack-reverse.c: Same.
3402 * gdb.trace/tfile.c: Same.
3403 * lib/compiler.c: Same.
3404 * lib/compiler.cc: Same.
3405
34062019-10-25 Tom de Vries <tdevries@suse.de>
3407
3408 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
3409 gdb_test_multiple calls.
3410 * gdb.reverse/sigall-reverse.exp: Same.
3411 * gdb.reverse/solib-precsave.exp: Same.
3412 * gdb.reverse/solib-reverse.exp: Same.
3413 * gdb.reverse/until-precsave.exp: Same.
3414 * gdb.reverse/until-reverse.exp: Same.
3415
34162019-10-24 Tom de Vries <tdevries@suse.de>
3417
3418 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
3419 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
3420 kfail using -wrap pattern flag and convenience variable
3421 gdb_test_name.
3422
34232019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
3424
3425 * gdb.python/py-progspace.exp: Add tests for the
3426 Progspace.block_for_pc method.
3427
34282019-10-23 Tom Tromey <tom@tromey.com>
3429
3430 * configure: Rebuild.
3431 * aclocal.m4: Use m4_include, not sinclude.
3432
34332019-10-21 Tom de Vries <tdevries@suse.de>
3434
3435 * gdb.base/infcall-nested-structs.c: Add
3436 __attribute__((noinline,noclone)) to all functions.
3437 (call_all): Add missing variable initialization. Simplify return value.
3438 (breakpt): Increment volatile variable, to prevent call from being
3439 optimized out.
3440 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
3441
34422019-10-17 Tom de Vries <tdevries@suse.de>
3443
3444 * gdb.fortran/module.exp: Allow info variables to print info for files
3445 other than module.f90.
3446
34472019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3448
3449 * gdb.fortran/module.exp: Extend with 'info variables' test.
3450
34512019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
3452
3453 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
3454 F77_FOR_TARGET.
3455
34562019-10-16 Tom de Vries <tdevries@suse.de>
3457
3458 PR tdep/25096
3459 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
3460
34612019-10-16 Tom de Vries <tdevries@suse.de>
3462
3463 PR tdep/24104
3464 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
3465 Add KFAIL for PR tdep/25096.
3466
34672019-10-16 Tom de Vries <tdevries@suse.de>
3468
3469 PR testsuite/25059
3470 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
3471
34722019-10-16 Tom de Vries <tdevries@suse.de>
3473
3474 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
3475 as signed.
3476
34772019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
3478
3479 * gdb.mi/list-thread-groups-available.exp: Read entries one by
3480 one instead of increasing timeout.
3481
34822019-10-13 Tom de Vries <tdevries@suse.de>
3483
3484 PR record/25038
3485 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
3486 * gdb.reverse/sigall-reverse.exp: Same.
3487 * gdb.reverse/solib-precsave.exp: Same.
3488 * gdb.reverse/solib-reverse.exp: Same.
3489 * gdb.reverse/step-precsave.exp: Same.
3490 * gdb.reverse/until-precsave.exp: Same.
3491 * gdb.reverse/until-reverse.exp: Same.
3492 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
3493
34942019-10-10 Andreas Arnez <arnez@linux.ibm.com>
3495
3496 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
3497 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
3498 (cmp_struct_05_01, cmp_struct_static_02_01)
3499 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
3500 comparisons.
3501
35022019-10-10 Tom de Vries <tdevries@suse.de>
3503
3504 PR testsuite/24888
3505 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
3506 gnatlink.
3507
35082019-10-09 Tom de Vries <tdevries@suse.de>
3509
3510 PR testsuite/25048
3511 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
3512
35132019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3514
3515 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
3516 exceptions due to missing debug information.
3517
35182019-10-07 Tom de Vries <tdevries@suse.de>
3519
3520 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
3521
35222019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
3523
3524 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
3525 * gdb.base/annota1.exp: Update to use gdb_test_name.
3526
35272019-10-07 Weimin Pan <weimin.pan@oracle.com>
3528
3529 * gdb.base/ctf-whatis.exp: New file.
3530 * gdb.base/ctf-whatis.c: New file.
3531 * gdb.base/ctf-ptype.exp: New file.
3532 * gdb.base/ctf-ptype.c: New file.
3533 * gdb.base/ctf-constvars.exp: New file.
3534 * gdb.base/ctf-constvars.c: New file.
3535 * gdb.base/ctf-cvexpr.exp: New file.
3536
35372019-10-04 Tom de Vries <tdevries@suse.de>
3538
3539 * gdb.cp/local-static.c (main): Move declaration of int i out of the
3540 for loop.
3541
35422019-10-03 Tom Tromey <tom@tromey.com>
3543
3544 PR rust/24976:
3545 * gdb.rust/simple.rs (Union2): New type.
3546 (main): Use Union2.
3547 * gdb.rust/simple.exp: Add test.
3548
35492019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3550
3551 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
3552 nested function prefix.
3553
35542019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
3555 Richard Bunt <richard.bunt@arm.com>
3556 Andrew Burgess <andrew.burgess@embecosm.com>
3557
3558 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
3559 nested functions.
3560 * gdb.fortran/nested-funcs.f90: Update expected results.
3561 * gdb.fortran/nested-funcs-2.exp: New file.
3562 * gdb.fortran/nested-funcs-2.f90: New file.
3563
35642019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3565
3566 * gdb.python/py-parameter.exp: Make test names unique.
3567 * gdb.python/py-template.exp: Likewise.
3568 * gdb.python/py-value.exp: Likewise.
3569
35702019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3571
3572 * gdb.base/break-interp.exp: Reduce test name duplication.
3573 * gdb.base/call-sc.exp: Likewise.
3574 * gdb.base/callfuncs.exp: Likewise.
3575 * gdb.base/charset.exp: Likewise.
3576 * gdb.base/dump.exp: Likewise.
3577 * gdb.base/ena-dis-br.exp: Likewise.
3578 * gdb.base/relational.exp: Likewise.
3579 * gdb.base/step-over-syscall.exp: Likewise.
3580 * gdb.base/structs.exp: Likewise.
3581
35822019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3583
3584 * gdb.linespec/explicit.exp: Make test names unique.
3585 * gdb.linespec/ls-errs.exp: Likewise.
3586
35872019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3588
3589 * gdb.reverse/break-precsave.exp: Make test names unique.
3590 * gdb.reverse/break-reverse.exp: Likewise.
3591 * gdb.reverse/finish-precsave.exp: Likewise.
3592 * gdb.reverse/finish-reverse.exp: Likewise.
3593 * gdb.reverse/machinestate-precsave.exp: Likewise.
3594 * gdb.reverse/machinestate.exp: Likewise.
3595 * gdb.reverse/readv-reverse.exp: Likewise.
3596 * gdb.reverse/recvmsg-reverse.exp: Likewise.
3597 * gdb.reverse/sigall-precsave.exp: Likewise.
3598 * gdb.reverse/sigall-reverse.exp: Likewise.
3599 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
3600 * gdb.reverse/watch-precsave.exp: Likewise.
3601 * gdb.reverse/watch-reverse.exp: Likewise.
3602
36032019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
3604
3605 * gdb.threads/stop-with-handle.c: New file.
3606 * gdb.threads/stop-with-handle.exp: New file.
3607
36082019-10-03 Tom de Vries <tdevries@suse.de>
3609
3610 PR testsuite/25059
3611 * gdb.base/list-missing-source.exp: Allowing the "Compilation
3612 directory" line to be missing.
3613
36142019-10-03 Tom de Vries <tdevries@suse.de>
3615
3616 PR testsuite/25059
3617 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
3618 type optional.
3619
36202019-10-02 Andreas Arnez <arnez@linux.ibm.com>
3621
3622 * gdb.python/py-format-string.c (string.h): New include.
3623 (main): Fill a_struct_with_union.the_union.an_int with bytes of
3624 the same value, for endianness-independence.
3625 * gdb.python/py-format-string.exp (default_regexp_dict)
3626 (test_pretty_structs, test_format): Adjust expected output to the
3627 changed initialization.
3628
36292019-10-02 Tom Tromey <tromey@adacore.com>
3630
3631 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
3632
36332019-10-02 Pedro Alves <palves@redhat.com>
3634 Andrew Burgess <andrew.burgess@embecosm.com>
3635
3636 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
3637 "print-file-var.h".
3638 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3639 (get_version_1): Print this_version_id and its address.
3640 Add extern "C" wrappers around interface functions.
3641 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
3642 "print-file-var.h".
3643 (this_version_id) Use ATTRIBUTE_VISIBILITY.
3644 (get_version_2): Print this_version_id and its address.
3645 Add extern "C" wrappers around interface functions.
3646 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
3647 <stddef.h> and "print-file-var.h".
3648 Add extern "C" wrappers around interface functions.
3649 [VERSION_ID_MAIN] (this_version_id): Define.
3650 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
3651 * gdb.base/print-file-var.h: Add some #defines to simplify setting
3652 up extern "C" blocks.
3653 * gdb.base/print-file-var.exp (test): New, factored out from top
3654 level.
3655 (top level): Test all combinations of attribute hidden or not,
3656 dlopen or not, and this_version_id symbol in main file or not.
3657 Compile tests as both C++ and C, make test names unique.
3658
36592019-10-01 Tom Tromey <tom@tromey.com>
3660
3661 * gdb.base/style.exp: Test "show logging filename".
3662
36632019-10-01 Tom Tromey <tom@tromey.com>
3664
3665 * lib/gdb-utils.exp (style): Handle "metadata" argument.
3666 * gdb.base/style.exp: Add metadata style test.
3667
36682019-10-01 Tom Tromey <tom@tromey.com>
3669
3670 * gdb.base/style.exp: Test "pwd".
3671
36722019-10-01 Tom Tromey <tom@tromey.com>
3673
3674 * gdb.base/style.exp: Update tests.
3675
36762019-10-01 Andreas Arnez <arnez@linux.ibm.com>
3677
3678 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
3679 'six' to unsigned.
3680 (s1): Initialize fields 'four' and 'six' instead of 'three' and
3681 'five'. Use an all-ones bit pattern for each.
3682 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
3683 to its changed values.
3684
36852019-09-30 Tom Tromey <tromey@adacore.com>
3686
3687 * gdb.rust/traits.rs: Disable all warnings.
3688
36892019-09-29 Tom de Vries <tdevries@suse.de>
3690
3691 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
3692
36932019-09-29 Tom de Vries <tdevries@suse.de>
3694
3695 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
3696
36972019-09-27 Tom de Vries <tdevries@suse.de>
3698
3699 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
3700
37012019-09-27 Tom de Vries <tdevries@suse.de>
3702
3703 PR record/23188
3704 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
3705
37062019-09-26 Tom Tromey <tromey@adacore.com>
3707
3708 * gdb.ada/py_taft.exp: New file.
3709 * gdb.ada/py_taft/main.adb: New file.
3710 * gdb.ada/py_taft/pkg.adb: New file.
3711 * gdb.ada/py_taft/pkg.ads: New file.
3712
37132019-09-24 Tom de Vries <tdevries@suse.de>
3714
3715 PR gdb/24598
3716 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
3717
37182019-09-22 Tom de Vries <tdevries@suse.de>
3719
3720 * gdb.base/restore.exp: Allow register variables to be optimized out at
3721 -O0.
3722
37232019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
3724
3725 * gdb.arch/spu-info.exp: Remove file.
3726 * gdb.arch/spu-info.c: Remove file.
3727 * gdb.arch/spu-ls.exp: Remove file.
3728 * gdb.arch/spu-ls.c: Remove file.
3729
3730 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
3731 * gdb.asm/spu.inc: Remove file.
3732
3733 * gdb.base/dump.exp: Remove support for spu*-*-*.
3734 * gdb.base/stack-checking.exp: Likewise.
3735 * gdb.base/overlays.exp: Likewise.
3736 * gdb.base/ovlymgr.c: Likewise.
3737 * gdb.base/spu.ld: Remove file.
3738
3739 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
3740 * gdb.cp/cpexprs.exp: Likewise.
3741 * gdb.cp/exception.exp: Likewise.
3742 * gdb.cp/gdb2495.exp: Likewise.
3743 * gdb.cp/mb-templates.exp: Likewise.
3744 * gdb.cp/pr9167.exp: Likewise.
3745 * gdb.cp/userdef.exp: Likewise.
3746
3747 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
3748
3749 * gdb.cell: Remove directory.
3750 * lib/cell.exp: Remove file.
3751
37522019-09-19 Tom de Vries <tdevries@suse.de>
3753
3754 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
3755
37562019-09-19 Tom de Vries <tdevries@suse.de>
3757
3758 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
3759
37602019-09-19 Tom de Vries <tdevries@suse.de>
3761
3762 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
3763 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
3764 (gdb_target_cmd): ... here.
3765 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
3766 value 2.
3767
37682019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
3769
3770 * gdb.base/source-dir.exp: Avoid having directory names in test
3771 names.
3772
37732019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3774
3775 * gdb.base/source-dir.exp: Add extra test for mapped compilation
3776 directory.
3777
37782019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
3779
3780 * gdb.base/list-missing-source.exp: New file.
3781
37822019-09-14 Tom de Vries <tdevries@suse.de>
3783
3784 PR teststuite/24599
3785 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
3786 * lib/ada.exp (gnatmake_version_at_least): New proc.
3787
37882019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3789
3790 * gdb.base/maint.exp: Use exec_has_index_section.
3791
37922019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
3793
3794 * gdb.base/maint.exp: Add test for 'maint info sections'.
3795
37962019-09-12 Tom de Vries <tdevries@suse.de>
3797
3798 * gdb.base/store.exp: Allow register variables to be optimized out at
3799 -O0.
3800
38012019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3802
3803 * gdb.ada/rdv_wait.exp: Update to new task names.
3804 * gdb.base/task_switch_in_core.exp: Likewise.
3805 * gdb.base/info_sources_base.c: Likewise.
3806
38072019-09-10 Tom Tromey <tromey@adacore.com>
3808
3809 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
3810
38112019-09-10 Tom Tromey <tromey@adacore.com>
3812
3813 * gdb.ada/dgopt.exp: New file.
3814 * gdb.ada/dgopt/x.adb: New file.
3815
38162019-09-08 Tom Tromey <tom@tromey.com>
3817
3818 * gdb.tui/resize.exp: Remove setup_xfail.
3819 * gdb.tui/regs.exp: Remove setup_xfail.
3820 * gdb.tui/basic.exp: Remove setup_xfail.
3821
38222019-09-06 David Blaikie <dblaikie@gmail.com>
3823
3824 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
3825 * gdb.cp/cplabel.exp: Ditto.
3826 * gdb.linespec/ls-errs.exp: Ditto.
3827
38282019-09-05 Tom de Vries <tdevries@suse.de>
3829
3830 * lib/gdb.exp (cmp_file_string): New proc.
3831 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
3832 runto_main. Verify save breakpoints output.
3833
38342019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3835
3836 * gdb.base/info-var.exp: Test info variables without running
3837 to main, to avoid expect's buffer overflow.
3838
38392019-09-03 Tom Tromey <tromey@adacore.com>
3840
3841 * gdb.ada/bias.exp: New file.
3842 * gdb.ada/bias/bias.adb: New file.
3843 * gdb.ada/print_chars.exp: Add regression test.
3844 * gdb.ada/print_chars/foo.adb (My_Character): New type.
3845 (MC): New variable.
3846
38472019-08-29 Sandra Loosemore <sandra@codesourcery.com>
3848
3849 * gdb.base/argv0-symlink.exp: Run only on native target
3850 and local host.
3851
38522019-08-29 Tom de Vries <tdevries@suse.de>
3853
3854 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
3855 diverse debug info.
3856 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
3857
38582019-08-28 Tom de Vries <tdevries@suse.de>
3859
3860 * gdb.base/info-var.exp: Allow info variables to print info for files
3861 other than info-var-f1.c and info-var-f2.c.
3862
38632019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3864
3865 * gdb.fortran/info-types.exp: Add module.
3866 * gdb.fortran/info-types.f90: Update expected results.
3867
38682019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
3869
3870 * gdb.fortran/info-types.exp: New file.
3871 * gdb.fortran/info-types.f90: New file.
3872 * lib/fortran.exp (fortran_character1): New proc.
3873
38742019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
3875
3876 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
3877 functions'. Reindent as needed.
3878 * gdb.base/info-var-f1.c: New file.
3879 * gdb.base/info-var-f2.c: New file.
3880 * gdb.base/info-var.exp: New file.
3881 * gdb.base/info-var.h: New file.
3882
38832019-08-26 Tom de Vries <tdevries@suse.de>
3884
3885 PR c++/24852
3886 * gdb.cp/no-libstdcxx-probe.exp: New test.
3887
38882019-08-26 Tom de Vries <tdevries@suse.de>
3889
3890 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
3891 * tests need to be skipped.
3892 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
3893 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
3894 mi_skip_libstdcxx_probe_tests.
3895
38962019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
3897
3898 * gdb.python/py-xmethods.exp: Use raw strings when passing
3899 arguments to SimpleXMethodMatcher.
3900
39012019-08-22 Tom de Vries <tdevries@suse.de>
3902
3903 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
3904 more informative.
3905
39062019-08-21 Pedro Alves <palves@redhat.com>
3907
3908 * gdb.base/with.exp: Test "with" with no arguments.
3909
39102019-08-21 Tom de Vries <tdevries@suse.de>
3911
3912 * gdb.base/gdb-caching-proc.exp: Sort files.
3913
39142019-08-20 Tom de Vries <tdevries@suse.de>
3915
3916 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
3917 compilation.
3918
39192019-08-16 Tom de Vries <tdevries@suse.de>
3920
3921 * gdb.base/compare-sections.exp ("after run to main"): Allow
3922 mismatched read-only sections for PIE executables.
3923
39242019-08-16 Tom Tromey <tom@tromey.com>
3925
3926 * lib/tuiterm.exp (_csi_Z): New proc.
3927 * gdb.tui/basic.exp: Update window positions.
3928 * gdb.tui/empty.exp: Update window positions.
3929
39302019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3931
3932 * gdb.base/examine-backward.exp: Correct regexp for
3933 "examine 3 bytes backward from ${address_zero}".
3934
39352019-08-15 Tom Tromey <tom@tromey.com>
3936
3937 * gdb.tui/empty.exp: Enable resizing tests.
3938
39392019-08-15 Tom Tromey <tromey@adacore.com>
3940
3941 * gdb.ada/char_enum.exp: Add regression tests.
3942 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
3943 and '0'.
3944 (Char, Gchar): Update.
3945 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
3946
39472019-08-15 Christian Biesinger <cbiesinger@google.com>
3948
3949 * gdb.python/python.exp: Expect a leading underscore on
3950 GdbOutput{,Error}File.
3951
39522019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3953
3954 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
3955 Windows host.
3956
39572019-08-15 Sandra Loosemore <sandra@codesourcery.com>
3958
3959 * gdb.base/batch-preserve-term-settings.exp
3960 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
3961
39622019-08-15 Christian Biesinger <cbiesinger@google.com>
3963
3964 * lib/gdb.exp: When running on a mingw target, replace
3965 /x/ with x:/.
3966
39672019-08-14 Alan Hayward <alan.hayward@arm.com>
3968
3969 * gdb.arch/aarch64-prologue.c: New test.
3970 * gdb.arch/aarch64-prologue.exp: New file.
3971
39722019-08-13 Tom de Vries <tdevries@suse.de>
3973
3974 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
3975 Thread.
3976
39772019-08-13 Sandra Loosemore <sandra@codesourcery.com>
3978
3979 * gdb.python/py-completion.exp: Download the .py file to the host
3980 and use its host pathname. Conditionalize tests that use
3981 tab completion and manipulate files on the build machine.
3982 * gdb.python/py-events.exp: Download the .py file to the host
3983 and use its host pathname.
3984 * gdb.python/py-evsignal.exp: Likewise.
3985 * gdb.python/py-evthreads.exp: Likewise.
3986 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
3987 pathname syntax.
3988 * gdb.python/py-framefilter.exp: Download the .py file to the right
3989 place on the host. Match Windows pathname syntax.
3990 * gdb.python/py-mi-var-info-path-expression.exp: Download the
3991 .py file to the host and use its host pathname.
3992 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
3993 * gdb.python/py-objfile.exp: Expect a host pathname, not a
3994 build pathname. Skip symlink test on Windows host. Add missing
3995 newline at end of file.
3996 * gdb.python/py-pp-maint.exp: Download the .py file to the host
3997 and use its host pathname.
3998 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
3999 * gdb.python/py-section-script.exp: Use host location of binfile
4000 on safe-path. Use correct path separator on Windows host.
4001 Reorder alternatives in gdb_test_multiple to prevent matching
4002 the wrong alternative on success.
4003 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
4004
40052019-08-12 Patrick Palka <patrick@parcs.ath.cx>
4006
4007 * gdb.gdb/selftest.exp (test_with_self): Update test to now
4008 expect the GDB inferior to no longer immediately stop after
4009 being resumed with "signal SIGINT".
4010
40112019-08-09 Sandra Loosemore <sandra@codesourcery.com>
4012
4013 * gdb.linespec/break-ask.exp: Generalize regexps to match
4014 Windows pathnames too.
4015
40162019-08-08 Tom de Vries <tdevries@suse.de>
4017
4018 PR testsuite/24862
4019 * lib/tuiterm.exp (_accept): Fix CSI regexp.
4020
40212019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4022
4023 * gdb.base/style.exp: Update tests for help doc new invariants.
4024 * gdb.base/help.exp: Likewise.
4025
40262019-08-06 Tom Tromey <tom@tromey.com>
4027
4028 * gdb.base/style.exp: Add disassemble test.
4029 * gdb.base/style.c (some_called_function): New function.
4030 (main): Use it.
4031
40322019-08-05 Christian Biesinger <cbiesinger@google.com>
4033
4034 * gdb.python/py-block.exp: Test dictionary access on blocks.
4035
40362019-08-05 Simon Marchi <simon.marchi@efficios.com>
4037
4038 PR gdb/24863
4039 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
4040 -list-thread-groups --available test when running under
4041 check-read1.
4042
40432019-08-05 Tom de Vries <tdevries@suse.de>
4044
4045 PR testsuite/24863
4046 * lib/gdb.exp (with_read1_timeout_factor): New proc.
4047 * gdb.base/help.exp: Use with_read1_timeout_factor.
4048 * gdb.base/info-macros.exp: Same.
4049 * gdb.cp/nested-types.exp: Same.
4050
40512019-08-05 Tom de Vries <tdevries@suse.de>
4052
4053 * lib/gdb.exp (version_at_least): Factor out of ...
4054 (tcl_version_at_least): ... here.
4055 (gdb_compile): Fail if pie results in non-PIE executable.
4056 (readelf_version, readelf_prints_pie): New proc.
4057 (exec_is_pie): Return -1 if unknown.
4058
40592019-08-05 Tom de Vries <tdevries@suse.de>
4060
4061 * lib/gdb.exp (tcl_version_at_least): Fix typo.
4062
40632019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4064
4065 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
4066
40672019-08-04 Sandra Loosemore <sandra@codesourcery.com>
4068
4069 * lib/completion-support.exp (test_gdb_complete_none): Skip
4070 tab completion tests if no readline support.
4071 (test_gdb_complete_unique_re): Likewise.
4072 (test_gdb_complete_multiple): Likewise.
4073
40742019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4075
4076 * gdb.base/info_sources.exp: New file.
4077 * gdb.base/info_sources.c: New file.
4078 * gdb.base/info_sources_base.c: New file.
4079
40802019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
4081
4082 * gdb.base/batch-exit-status.exp: Call test_exit_status with
4083 prefix argument.
4084 (test_exit_status): Add prefix argument.
4085
40862019-08-01 Tom de Vries <tdevries@suse.de>
4087
4088 PR testsuite/24863
4089 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
4090 calling exp_continue for new thread and thread exited messages.
4091
40922019-08-01 Tom de Vries <tdevries@suse.de>
4093
4094 PR testsuite/24863
4095 * gdb.base/structs.exp: Fix check-read1 timeout using
4096 gdb_test_sequence.
4097 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
4098
40992019-08-01 Tom de Vries <tdevries@suse.de>
4100
4101 PR testsuite/24863
4102 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
4103 line.
4104
41052019-08-01 Tom de Vries <tdevries@suse.de>
4106
4107 PR testsuite/24863
4108 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
4109
41102019-07-30 Tom Tromey <tromey@adacore.com>
4111
4112 * gdb.ada/display_nested.exp: New file.
4113 * gdb.ada/display_nested/foo.adb: New file.
4114 * gdb.ada/display_nested/pack.adb: New file.
4115 * gdb.ada/display_nested/pack.ads: New file.
4116
41172019-07-30 Christian Biesinger <cbiesinger@google.com>
4118
4119 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
4120 namespace.
4121 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
4122
41232019-07-30 Tom de Vries <tdevries@suse.de>
4124
4125 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
4126 instead.
4127
41282019-07-30 Tom de Vries <tdevries@suse.de>
4129
4130 PR testsuite/24834
4131 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
4132 (exec_is_pie): New proc.
4133
41342019-07-29 Christian Biesinger <cbiesinger@google.com>
4135
4136 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
4137
41382019-07-29 Christian Biesinger <cbiesinger@google.com>
4139
4140 * gdb.python/py-objfile.c: Add global and static vars.
4141 * gdb.python/py-objfile.exp: Test new functions Objfile.
4142 lookup_global_symbol and lookup_static_symbol.
4143
41442019-07-29 Tom Tromey <tom@tromey.com>
4145
4146 * lib/tuiterm.exp (Term::_csi_@): New proc.
4147 (Term::_csi_X): Don't move cursor.
4148
41492019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4150
4151 * gdb.base/options.exp: Update backtrace - completion to
4152 new option -frame-info.
4153 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
4154 Test new 'set print frame-info'. Test backtrace -frame-info
4155 overriding 'set print frame-info'.
4156 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
4157 Test new 'set print frame-info'.
4158 Verify consistency of backtrace with and without filters, with and
4159 without -no-filters.
4160 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
4161 default.
4162
41632019-07-29 Tom de Vries <tdevries@suse.de>
4164
4165 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
4166 no arguments".
4167
41682019-07-29 Tom de Vries <tdevries@suse.de>
4169
4170 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
4171 is a substring of the first for "complete non-unique file name".
4172
41732019-07-29 Tom de Vries <tdevries@suse.de>
4174
4175 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
4176 with ".*".
4177
41782019-07-29 Tom de Vries <tdevries@suse.de>
4179
4180 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
4181 Pass prompt_regexp parameter to gdb_test_multiple calls.
4182
41832019-07-29 Tom de Vries <tdevries@suse.de>
4184
4185 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
4186 print registers" regexps.
4187
41882019-07-29 Tom de Vries <tdevries@suse.de>
4189
4190 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
4191
41922019-07-29 Tom de Vries <tdevries@suse.de>
4193
4194 PR gdb/24855
4195 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
4196 (skip_python_tests_prompt): Add prompt_regexp argument to
4197 gdb_test_multiple calls.
4198
41992019-07-27 Tom Tromey <tom@tromey.com>
4200
4201 * gdb.tui/main.exp: New file.
4202
42032019-07-27 Tom Tromey <tom@tromey.com>
4204
4205 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
4206 optional.
4207 * gdb.tui/empty.exp: New file.
4208
42092019-07-27 Tom Tromey <tom@tromey.com>
4210
4211 * lib/tuiterm.exp (spawn): New proc.
4212 (Term::resize): New proc.
4213 * gdb.tui/resize.exp: New file.
4214
42152019-07-27 Tom Tromey <tom@tromey.com>
4216
4217 * gdb.tui/list.exp: New file.
4218
42192019-07-27 Tom Tromey <tom@tromey.com>
4220
4221 * gdb.tui/regs.exp: New file.
4222
42232019-07-27 Tom Tromey <tom@tromey.com>
4224
4225 * gdb.tui/basic.exp: Add "layout split" test.
4226
42272019-07-27 Tom Tromey <tom@tromey.com>
4228
4229 * gdb.tui/basic.exp: Add "layout asm" test.
4230
42312019-07-27 Tom Tromey <tom@tromey.com>
4232
4233 * lib/tuiterm.exp: New file.
4234 * gdb.tui/basic.exp: New file.
4235
42362019-07-27 Kevin Buettner <kevinb@redhat.com>
4237
4238 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
4239 Enable tests associated with this flag. Adjust regex
4240 referencing "foo_low" to now refer to "foo_cold" instead.
4241
42422019-07-27 Kevin Buettner <kevinb@redhat.com>
4243
4244 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
4245 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
4246 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
4247 foo_cold. Revise comments to match.
4248 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
4249 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
4250 were wrapped into this proc; Call do_test in loop from outermost
4251 level.
4252 (foo_low): Rename all occurrences to "foo_cold".
4253 (backtrace from baz): New test.
4254 (x2/i foo_cold): New test.
4255 (info line *foo_cold): New test.
4256
42572019-07-26 Tom de Vries <tdevries@suse.de>
4258
4259 * gdb.arch/i386-pkru.exp: Fix unterminated string.
4260
42612019-07-25 Tom de Vries <tdevries@suse.de>
4262
4263 PR testsuite/24830
4264 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
4265 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
4266 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
4267 (skip_libstdcxx_probe_tests): ... here.
4268 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
4269
42702019-07-24 Tom de Vries <tdevries@suse.de>
4271
4272 PR testsuite/24807
4273 * gdb.objc/basicclass.m: Include stdio.h.
4274 * gdb.objc/nondebug.m: Same.
4275 * gdb.objc/objcdecode.m: Same.
4276
42772019-07-24 Tom de Vries <tdevries@suse.de>
4278
4279 PR testsuite/24612
4280 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
4281 additional_flags.
4282
42832019-07-24 Tom de Vries <tdevries@suse.de>
4284
4285 PR testsuite/24831
4286 * gdb.multi/tids.exp: Update error messages for info threads.
4287
42882019-07-24 Tom de Vries <tdevries@suse.de>
4289
4290 * gdb.base/info-types.exp: Allow info types to print info for more than
4291 one file.
4292
42932019-07-23 Tom de Vries <tdevries@suse.de>
4294
4295 PR testsuite/24842
4296 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
4297 gdb_spawn_with_cmdline_opts.
4298
42992019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
4300
4301 * gdb.arch/arm-cmse-sgstubs.c: New test.
4302 * gdb.arch/arm-cmse-sgstubs.exp: New file.
4303
43042019-07-23 Tom de Vries <tdevries@suse.de>
4305
4306 PR testsuite/24711
4307 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
4308 issuing next command.
4309
43102019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.ada/info_auto_lang.exp: Update expected results.
4313 * gdb.base/info-types.c: Add additional types to check.
4314 * gdb.base/info-types.exp: Update expected results.
4315
43162019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
4317
4318 * gdb.base/info-types.c: New file.
4319 * gdb.base/info-types.exp: New file.
4320
43212019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
4322
4323 * gdb.arch/riscv-bp-infcall.c: New file.
4324 * gdb.arch/riscv-bp-infcall.exp: New file.
4325
43262019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 PR breakpoints/24541
4329 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
4330
43312019-07-14 Tom de Vries <tdevries@suse.de>
4332
4333 PR testsuite/24760
4334 * gdb.objc/basicclass.exp: Fix unterminated string.
4335
43362019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
4337 Andrew Burgess <andrew.burgess@embecosm.com>
4338
4339 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
4340 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
4341 negative bounds.
4342 * gdb.fortran/vla-value.exp: Print elements of an array with
4343 negative bounds.
4344 * gdb.fortran/vla.f90: Setup an array with negative bounds for
4345 testing.
4346
43472019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.base/options.exp (expect_string): Dequote strings in
4350 results.
4351 (test-string): Test strings with different quoting and reindent.
4352
43532019-07-10 Tom Tromey <tromey@adacore.com>
4354
4355 * gdb.ada/mi_ex_cond.exp: Update expected results.
4356 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
4357 * gdb.ada/mi_catch_ex.exp: Update expected results.
4358 * gdb.ada/mi_catch_assert.exp: Update expected results.
4359 * gdb.ada/catch_ex.exp (catch_exception_info)
4360 (catch_exception_entry, catch_assert_entry)
4361 (catch_unhandled_entry): Update.
4362 * gdb.ada/catch_assert_if.exp: Update expected results.
4363
43642019-07-10 Richard Bunt <richard.bunt@arm.com>
4365 Stephen Roberts <stephen.roberts@arm.com>
4366
4367 * gdb.base/define.exp: Restore original prompt.
4368
43692019-07-09 Pedro Alves <palves@redhat.com>
4370
4371 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
4372 breakpoints" output.
4373 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
4374 * gdb.python/py-breakpoint.exp: No longer expect that "catch
4375 throw" creates breakpoint.
4376 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
4377 'type="catchpoint"'.
4378
43792019-07-09 Pedro Alves <palves@redhat.com>
4380
4381 PR c++/15468
4382 * gdb.cp/except-multi-location-lib.cc: New.
4383 * gdb.cp/except-multi-location-main.cc: New.
4384 * gdb.cp/except-multi-location.exp: New.
4385
43862019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
4387
4388 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
4389 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
4390 argument and update callers.
4391
43922019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
4393
4394 * gdb.arch/amd64-break-on-asm-line.S: New file.
4395 * gdb.arch/amd64-break-on-asm-line.exp: New file.
4396
43972019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4398
4399 * gdb.base/printcmds.exp: Test printing C string and
4400 C wide string convenience vars without transiting via the inferior.
4401 Also make test names unique.
4402
44032019-07-08 Alan Hayward <alan.hayward@arm.com>
4404
4405 PR breakpoints/25011
4406 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
4407
44082019-07-04 Pedro Alves <palves@redhat.com>
4409
4410 * lib/gdb.exp (foreach_with_prefix): Don't return early if
4411 body returned ok(0), break(3) or continue(4).
4412 * gdb.testsuite/foreach_with_prefix.exp: New file.
4413
44142019-07-04 Alan Hayward <alan.hayward@arm.com>
4415
4416 * gdb.server/unittest.exp: Allow 0 unit tests to run.
4417
44182019-07-03 Pedro Alves <palves@redhat.com>
4419
4420 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
4421 "return -code".
4422
44232019-07-03 Pedro Alves <palves@redhat.com>
4424
4425 PR cli/24732
4426 * gdb.base/shell.exp: Load completion-support.exp.
4427 Adjust expected error output. Add completion tests.
4428
44292019-07-03 Pedro Alves <palves@redhat.com>
4430
4431 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
4432 string_to_regexp.
4433
44342019-07-03 Pedro Alves <palves@redhat.com>
4435
4436 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
4437 (expect_integer): Adjust to expect "-string".
4438 (expect_string): New.
4439 (all_options): Expect "-string".
4440 (test-flag, test-boolean): Adjust to expect "-string".
4441 (test-string): New proc.
4442 (top level): Call it.
4443
44442019-07-03 Pedro Alves <palves@redhat.com>
4445
4446 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
4447 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
4448 the expected output in the success.
4449
44502019-07-03 Pedro Alves <palves@redhat.com>
4451
4452 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
4453 Split one gdb_test_multiple call in two to avoid a race.
4454
44552019-07-03 Pedro Alves <palves@redhat.com>
4456
4457 * gdb.base/with.c: New file.
4458 * gdb.base/with.exp: New file.
4459
44602019-07-03 Pedro Alves <palves@redhat.com>
4461
4462 * gdb.base/settings.exp: Replace all references to "maint
4463 test-settings set" with references to "maint set test-settings",
4464 and all references to "maint test-settings show" with references
4465 to "maint show test-settings".
4466
44672019-07-03 Pedro Alves <palves@redhat.com>
4468
4469 * gdb.base/settings.exp (test-string): Adjust expected out when
4470 testing "maint test-settings show filename"
4471
44722019-07-02 Pedro Alves <palves@redhat.com>
4473
4474 * gdb.base/options.exp (test-info-threads): New procedure.
4475 (top level): Call it.
4476
44772019-06-28 Tom Tromey <tromey@adacore.com>
4478
4479 * gdb.dwarf2/ada-linkage-name.c: New file.
4480 * gdb.dwarf2/ada-linkage-name.exp: New file.
4481
44822019-06-27 Tom Tromey <tromey@adacore.com>
4483
4484 PR c++/20020:
4485 * gdb.cp/constexpr-field.exp: Use setup_xfail.
4486
44872019-06-26 Tom de Vries <tdevries@suse.de>
4488
4489 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
4490
44912019-06-26 Tom de Vries <tdevries@suse.de>
4492
4493 * gdb.base/index-cache.exp: Add back missing debug option.
4494
44952019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4496
4497 * gdb.base/alias.exp: Test non matching/non existing prefixes.
4498
44992019-06-25 Tom de Vries <tdevries@suse.de>
4500
4501 PR testsuite/24727
4502 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
4503
45042019-06-24 Tom de Vries <tdevries@suse.de>
4505
4506 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
4507
45082019-06-24 Tom de Vries <tdevries@suse.de>
4509
4510 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
4511 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
4512 * gdb.trace/unavailable-dwarf-piece.exp: Same.
4513
45142019-06-24 Tom de Vries <tdevries@suse.de>
4515
4516 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
4517
45182019-06-21 Tom de Vries <tdevries@suse.de>
4519
4520 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
4521
45222019-06-21 Tom de Vries <tdevries@suse.de>
4523
4524 PR testsuite/24518
4525 PR ada/24713
4526 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
4527 index.
4528
45292019-06-19 Tom Tromey <tromey@adacore.com>
4530
4531 * gdb.ada/length_cond.exp: Add intro comment.
4532
45332019-06-19 Tom Tromey <tromey@adacore.com>
4534
4535 * gdb.ada/length_cond.exp: New file.
4536 * gdb.ada/length_cond/length_cond.adb: New file.
4537 * gdb.ada/length_cond/pck.adb: New file.
4538 * gdb.ada/length_cond/pck.ads: New file.
4539
45402019-06-18 Tom de Vries <tdevries@suse.de>
4541
4542 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
4543
45442019-06-18 Tom Tromey <tromey@adacore.com>
4545
4546 * gdb.base/list0.h: Add comment explaining control character.
4547
45482019-06-18 Tom de Vries <tdevries@suse.de>
4549
4550 * boards/fission.exp: Break up long debug_flags line.
4551
45522019-06-16 Tom de Vries <tdevries@suse.de>
4553
4554 PR gdb/24445
4555 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
4556 generated index.
4557
45582019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
4559
4560 PR gdb/24686
4561 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
4562 improve detection of bug gdb/24541.
4563
45642019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
4565
4566 PR gdb/24669
4567 * gdb.base/index-cache.exp (uses_readnow,
4568 expecting_index_cache_use): Define global variable.
4569 (test_cache_enabled_miss, test_cache_enabled_hit): Use
4570 expecting_index_cache_use.
4571
45722019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
4573 Andrew Burgess <andrew.burgess@embecosm.com>
4574
4575 * gdb.fortran/pointers.f90: New file.
4576 * gdb.fortran/print_type.exp: New file.
4577 * gdb.fortran/vla-ptype.exp: Adapt expected results.
4578 * gdb.fortran/vla-type.exp: Likewise.
4579 * gdb.fortran/vla-value.exp: Likewise.
4580 * gdb.mi/mi-vla-fortran.exp: Likewise.
4581
45822019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4583
4584 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
4585 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
4586 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
4587 as a stop reason.
4588
45892019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4590
4591 * gdb.base/annota1.exp: Update expected results.
4592 * gdb.cp/annota2.exp: Likewise.
4593 * gdb.cp/annota3.exp: Likewise.
4594
45952019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
4596
4597 * gdb.base/style-logging.exp: Remove path from test name.
4598
45992019-06-14 Tom Tromey <tromey@adacore.com>
4600
4601 PR gdb/24502:
4602 * gdb.base/style-logging.exp: New file.
4603
46042019-06-14 Tom Tromey <tromey@adacore.com>
4605
4606 * gdb.base/symfile-warn.exp: New file.
4607 * gdb.base/symfile-warn.c: New file.
4608
46092019-06-14 Tom Tromey <tromey@adacore.com>
4610
4611 * gdb.base/annotate-symlink.exp: New file.
4612
46132019-06-14 Tom Tromey <tromey@adacore.com>
4614
4615 * gdb.ada/set_wstr.exp: Add reassignment test.
4616
46172019-06-14 Tom Tromey <tromey@adacore.com>
4618
4619 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
4620 'unchecked_access and 'unrestricted_access as well.
4621
46222019-06-14 Tom Tromey <tromey@adacore.com>
4623
4624 PR ada/24539:
4625 * gdb.ada/vla.exp: Update tests.
4626 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
4627 pragma.
4628
46292019-06-13 Pedro Alves <palves@redhat.com>
4630
4631 * gdb.base/settings.exp (test-integer): Test junk after
4632 "unlimited".
4633
46342019-06-13 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.base/options.exp (test-thread-apply): New.
4637 (top level): Call it.
4638
46392019-06-13 Pedro Alves <palves@redhat.com>
4640
4641 * gdb.base/options.exp (test-frame-apply): New.
4642 (top level): Test print commands with different "frame apply"
4643 prefixes.
4644
46452019-06-13 Pedro Alves <palves@redhat.com>
4646
4647 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
4648 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
4649 'max_completions' parameter and handle it.
4650 (test_gdb_completion_offers_commands): New.
4651
46522019-06-13 Pedro Alves <palves@redhat.com>
4653
4654 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
4655
46562019-06-13 Pedro Alves <palves@redhat.com>
4657
4658 * gdb.base/options.exp (test-backtrace): New.
4659 (top level): Call it.
4660
46612019-06-13 Pedro Alves <palves@redhat.com>
4662
4663 * gdb.guile/scm-frame-args.exp: Use "set print
4664 raw-frame-arguments" instead of "set print raw frame-arguments".
4665 * gdb.python/py-frame-args.exp: Likewise.
4666
46672019-06-13 Pedro Alves <palves@redhat.com>
4668
4669 * gdb.compile/compile.exp: Adjust expected output to option
4670 processing changes.
4671
46722019-06-13 Pedro Alves <palves@redhat.com>
4673
4674 * gdb.base/options.exp: Build executable.
4675 (test-print): New procedure.
4676 (top level): Call it, once for "print" and another for "compile
4677 print".
4678
46792019-06-13 Pedro Alves <palves@redhat.com>
4680
4681 * gdb.base/options.c: New file.
4682 * gdb.base/options.exp: New file.
4683
46842019-06-13 Pedro Alves <palves@redhat.com>
4685
4686 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
4687 that "o" is ambiguous.
4688
46892019-06-13 Pedro Alves <palves@redhat.com>
4690
4691 * gdb.base/settings.c: New file.
4692 * gdb.base/settings.exp: New file.
4693
46942019-06-13 Pedro Alves <palves@redhat.com>
4695
4696 * gdb.base/completion.exp: Fix comment typo.
4697
46982019-06-13 Pedro Alves <palves@redhat.com>
4699
4700 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
4701 foo --1" test.
4702
47032019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
4704
4705 * gdb.fortran/block-data.f: New.
4706 * gdb.fortran/block-data.exp: New.
4707
47082019-06-11 Tom de Vries <tdevries@suse.de>
4709
4710 PR testsuite/24521
4711 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
4712 message.
4713
47142019-06-11 Tom de Vries <tdevries@suse.de>
4715
4716 PR testsuite/24521
4717 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
4718
47192019-06-11 Tom de Vries <tdevries@suse.de>
4720
4721 * boards/readnow.exp: New file.
4722
47232019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
4724
4725 * gdb.fortran/vla-sizeof.exp: Update expected results.
4726
47272019-06-06 Amos Bird <amosbird@gmail.com>
4728
4729 * gdb.base/annota1.exp (thread_switch): Add test for
4730 thread-exited annotation.
4731
47322019-06-06 Tom Tromey <tromey@adacore.com>
4733
4734 * gdb.base/maint.exp: Expect command started/finished output.
4735
47362019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4737
4738 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
4739 comment.
4740 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
4741
47422019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
4743
4744 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
4745 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
4746 * gdb.arch/riscv-unwind-long-insn.c: New file.
4747 * gdb.arch/riscv-unwind-long-insn.exp: New file.
4748
47492019-06-04 Christian Biesinger <cbiesinger@google.com>
4750
4751 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
4752
47532019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4754
4755 * lib/gdb.exp (help_list_trailer): New regexp variable
4756 factorizing the help trailer message.
4757 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
4758 arg to allow to better factorize various tests.
4759 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
4760 (test_prefix_command_help): Use help_list_trailer.
4761 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
4762 * gdb.guile/scm-cmd.exp: Likewise.
4763 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
4764 * gdb.base/help.exp: Use test_user_defined_class_help.
4765 * gdb.base/style.exp: Add tests for styling of help and apropos.
4766 * lib/gdb-utils.exp (style): Add title and highlight styles.
4767
47682019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4769
4770 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
4771 $_shell_exitsignal.
4772 * gdb.base/default.exp: Update for new convenience variables.
4773
47742019-05-29 Tom Tromey <tromey@adacore.com>
4775
4776 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
4777 to "break complete ada" test case's regexp.
4778
47792019-05-29 Tom Tromey <tromey@adacore.com>
4780
4781 PR c++/20020:
4782 * gdb.cp/constexpr-field.exp: New file.
4783 * gdb.cp/constexpr-field.cc: New file.
4784
47852019-05-29 Tom Tromey <tromey@adacore.com>
4786
4787 * gdb.base/finish.exp (finish_no_print): New proc.
4788 (finish_tests): Call it.
4789
47902019-05-24 Tom de Vries <tdevries@suse.de>
4791
4792 * gdb.dwarf2/gdb-add-index.exp: New file.
4793
47942019-05-22 Tom Tromey <tromey@adacore.com>
4795
4796 * gdb.base/info-shared.exp (check_info_shared): Use "style".
4797 * gdb.base/style.exp: Use "style".
4798 * lib/gdb-utils.exp (style): New proc.
4799
48002019-05-22 Tom de Vries <tdevries@suse.de>
4801
4802 * gdb.base/align.exp: Require c++11.
4803
48042019-05-22 Tom de Vries <tdevries@suse.de>
4805
4806 PR testsuite/24586
4807 * gdb.python/py-mi-var-info-path-expression.exp: Call
4808 mi_skip_python_tests to check if python is supported.
4809
48102019-05-22 Alan Hayward <alan.hayward@arm.com>
4811
4812 * gdb.arch/aarch64-pauth.c: New test.
4813 * gdb.arch/aarch64-pauth.exp: New file.
4814
48152019-05-22 Alan Hayward <alan.hayward@arm.com>
4816
4817 * README (Re-running Tests Outside The Testsuite): New section.
4818
48192019-05-21 Tom de Vries <tdevries@suse.de>
4820
4821 * gdb.arch/amd64-eval.exp: Require c++11.
4822 * gdb.base/max-depth.exp: Same.
4823 * gdb.compile/compile-cplus-array-decay.exp: Same.
4824 * gdb.cp/meth-typedefs.exp: Same.
4825 * gdb.cp/subtypes.exp: Same.
4826 * gdb.cp/temargs.exp: Same.
4827
48282019-05-21 Alan Hayward <alan.hayward@arm.com>
4829
4830 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
4831
48322019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
4833
4834 PR gdb/18644
4835 * gdb.fortran/complex.exp: Remove setup_kfail calls.
4836 * gdb.fortran/printing-types.exp: Add new test.
4837 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
4838 testing.
4839 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
4840 setup_kfail call.
4841
48422019-05-17 Alan Hayward <alan.hayward@arm.com>
4843
4844 * README (Running the Testsuite): Change example.
4845 (Testsuite Parameters): Remove TRANSCRIPT.
4846 * lib/gdb.exp: Remove TRANSCRIPT check.
4847
48482019-05-17 Alan Hayward <alan.hayward@arm.com>
4849
4850 * README (Testsuite Parameters): Add replay logging to
4851 GDBSERVER_DEBUG.
4852 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
4853 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
4854 as a comma separated list.
4855 (gdb_debug_init): Override procedure.
4856
48572019-05-17 Alan Hayward <alan.hayward@arm.com>
4858
4859 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
4860 (gdb_write_cmd_file): New procedure.
4861 * lib/gdbserver-support.exp (gdbserver_start): Call
4862 gdbserver_write_cmd_file.
4863 (gdbserver_write_cmd_file): New procedure.
4864
48652019-05-17 Alan Hayward <alan.hayward@arm.com>
4866
4867 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
4868 (delete_breakpoints): Likewise.
4869 (gdb_run_cmd): Likewise.
4870 (gdb_start_cmd): Likewise.
4871 (gdb_starti_cmd): Likewise.
4872 (gdb_internal_error_resync): Likewise.
4873 (gdb_test_multiple): Likewise.
4874 (gdb_reinitialize_dir): Likewise.
4875 (default_gdb_exit): Likewise.
4876 (gdb_file_cmd): Mark kill as optional.
4877 (default_gdb_start): Call gdb_stdin_log_init.
4878 (send_gdb): Call gdb_stdin_log_write.
4879 (rerun_to_main): Mark Y as an answer.
4880 (gdb_stdin_log_init): New function.
4881 (gdb_stdin_log_write): Likewise.
4882
48832019-05-17 Alan Hayward <alan.hayward@arm.com>
4884
4885 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
4886 * gdb.base/debug-expr.exp: Likewise.
4887 * gdb.base/foll-fork.exp: Likewise.
4888 * gdb.base/foll-vfork.exp: Likewise.
4889 * gdb.base/fork-print-inferior-events.exp: Likewise.
4890 * gdb.base/gdb-sigterm.exp: Likewise.
4891 * gdb.base/gdbinit-history.exp: Likewise.
4892 * gdb.base/osabi.exp: Likewise.
4893 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
4894 * gdb.base/ui-redirect.exp: Likewise.
4895 * gdb.gdb/unittest.exp: Likewise.
4896 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
4897 * gdb.mi/mi-watch.exp: Likewise.
4898 * gdb.mi/new-ui-mi-sync.exp: Likewise.
4899 * gdb.mi/user-selected-context-sync.exp: Likewise.
4900 * gdb.python/python.exp: Disable debug test when debugging.
4901 * gdb.threads/check-libthread-db.exp: Disable when debugging.
4902 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
4903 Likewise.
4904 * gdb.threads/stepi-random-signal.exp: Likewise.
4905
49062019-05-17 Alan Hayward <alan.hayward@arm.com>
4907
4908 * Makefile.in: Pass through GDB_DEBUG.
4909 * README (Testsuite Parameters): Add GDB_DEBUG.
4910 (gdb,debug): Add board setting.
4911 * lib/gdb.exp (default_gdb_start): Start debugging.
4912 (gdb_debug_enabled): New procedure.
4913 (gdb_debug_init): Likewise.
4914
49152019-05-17 Alan Hayward <alan.hayward@arm.com>
4916
4917 * Makefile.in: Pass through GDB_DEBUG.
4918 * README (Testsuite Parameters): Add GDB_DEBUG.
4919 (gdb,debug): Add board setting.
4920 * lib/gdb.exp (default_gdb_start): Start debugging.
4921 (gdb_debug_enabled): New procedure.
4922 (gdb_debug_init): Likewise.
4923
49242019-05-17 Alan Hayward <alan.hayward@arm.com>
4925
4926 * gdb.base/ui-redirect.exp: Add debug redirect tests.
4927
49282019-05-17 Alan Hayward <alan.hayward@arm.com>
4929
4930 * gdb.base/ui-redirect.exp: Test redirection.
4931
49322019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
4933
4934 * gdb.mi/mi-complete.exp: New file.
4935 * gdb.mi/mi-complete.cc: Likewise.
4936
49372019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
4938
4939 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
4940 indexed and sliced arrays, and pointers to arrays.
4941
49422019-05-14 Tom Tromey <tromey@adacore.com>
4943
4944 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
4945 styling test.
4946
49472019-05-14 Tom de Vries <tdevries@suse.de>
4948
4949 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
4950 selection entry encoding.
4951
49522019-05-10 Tom Tromey <tromey@adacore.com>
4953
4954 * gdb.ada/info_exc.exp: Add "complete" test.
4955
49562019-05-09 Tom de Vries <tdevries@suse.de>
4957
4958 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
4959 CU-relative.
4960
49612019-05-09 Tom de Vries <tdevries@suse.de>
4962
4963 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
4964 CU-relative.
4965
49662019-05-08 Joel Brobecker <brobecker@adacore.com>
4967
4968 * gdb.ada/frame_arg_lang.exp: New testcase.
4969 * gdb.ada/frame_arg_lang/bla.adb: New file.
4970 * gdb.ada/frame_arg_lang/pck.ads: New file.
4971 * gdb.ada/frame_arg_lang/pck.adb: New file.
4972 * gdb.ada/frame_arg_lang/foo.c: New file.
4973
49742019-05-08 Tom Tromey <tromey@adacore.com>
4975
4976 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
4977
49782019-05-08 Tom Tromey <tromey@adacore.com>
4979
4980 * gdb.base/ptype-offsets.exp: Update tests.
4981
49822019-05-08 Tom Tromey <tromey@adacore.com>
4983
4984 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
4985 cases.
4986 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
4987 "short".
4988
49892019-05-08 Tom Tromey <tromey@adacore.com>
4990
4991 * gdb.ada/vla.exp: New file.
4992 * gdb.ada/vla/vla.adb: New file.
4993
49942019-05-07 Tom de Vries <tdevries@suse.de>
4995
4996 * gdb.base/index-cache.exp (ls_host): Fix return statement.
4997
49982019-05-07 Tom de Vries <tdevries@suse.de>
4999
5000 PR testsuite/24522
5001 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
5002 section.
5003
50042019-05-07 Tom de Vries <tdevries@suse.de>
5005
5006 PR testsuite/24522
5007 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
5008 .debug_aranges section.
5009
50102019-05-07 Tom de Vries <tdevries@suse.de>
5011
5012 PR testsuite/24159
5013 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
5014
50152019-05-06 Tom de Vries <tdevries@suse.de>
5016
5017 * lib/gdb.exp (exec_has_index_section): New proc.
5018 * gdb.base/index-cache.exp: Handle case that binfile contains an index
5019 section.
5020
50212019-05-04 Tom de Vries <tdevries@suse.de>
5022
5023 * boards/cc-with-debug-names.exp: New file.
5024
50252019-05-03 Tom Tromey <tromey@adacore.com>
5026
5027 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
5028 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
5029 * gdb.ada/char_enum.exp: Add test.
5030
50312019-05-03 Tom de Vries <tdevries@suse.de>
5032
5033 * boards/cc-with-gdb-index.exp: New file.
5034
50352019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
5036
5037 * gdb.rust/simple.exp: Add new test case.
5038 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
5039 (main): Initialise an instance of the new struct.
5040
50412019-05-01 Tom Tromey <tromey@adacore.com>
5042
5043 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
5044 record.
5045 (NPR): New variable.
5046 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
5047 test.
5048
50492019-05-01 Tom Tromey <tromey@adacore.com>
5050
5051 * gdb.ada/packed_array_assign.exp: Add packed assignment
5052 regression test.
5053
50542019-05-01 Tom de Vries <tdevries@suse.de>
5055
5056 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
5057
50582019-05-01 Tom de Vries <tdevries@suse.de>
5059
5060 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
5061
50622019-04-30 Ali Tamur <tamur@google.com>
5063
5064 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
5065
50662019-04-30 Tom Tromey <tromey@adacore.com>
5067
5068 * lib/ada.exp (find_ada_tool): New proc.
5069 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
5070 * gdb.ada/catch_ex_std.exp: New file.
5071 * gdb.ada/catch_ex_std/foo.adb: New file.
5072 * gdb.ada/catch_ex_std/some_package.adb: New file.
5073 * gdb.ada/catch_ex_std/some_package.ads: New file.
5074
50752019-04-30 Tom Tromey <tromey@adacore.com>
5076
5077 PR c++/24470:
5078 * gdb.cp/temargs.cc: Add test code from PR.
5079
50802019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5081
5082 * gdb.fortran/vla-datatypes.exp: Update expected results.
5083 * gdb.fortran/vla-ptype.exp: Likewise.
5084 * gdb.fortran/vla-type.exp: Likewise.
5085 * gdb.fortran/vla-value.exp: Likewise.
5086
50872019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5088
5089 * gdb.fortran/ptr-indentation.exp: Update expected results.
5090 * gdb.fortran/ptype-on-functions.exp: Likewise.
5091 * gdb.fortran/vla-ptr-info.exp: Likewise.
5092 * gdb.fortran/vla-value.exp: Likewise.
5093
50942019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5095
5096 * gdb.fortran/ptype-on-functions.exp: New file.
5097 * gdb.fortran/ptype-on-functions.f90: New file.
5098
50992019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5100
5101 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
5102 case void string.
5103
51042019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5105
5106 * gdb.fortran/complex.exp: Expand.
5107 * gdb.fortran/complex.f: Renamed to...
5108 * gdb.fortran/complex.f90: ...this, and extended to add more
5109 complex values.
5110
51112019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
5112
5113 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
5114 MODULO, CMPLX.
5115
51162019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
5117 Richard Bunt <richard.bunt@arm.com>
5118
5119 * gdb.base/max-depth.c: New file.
5120 * gdb.base/max-depth.exp: New file.
5121 * gdb.python/py-nested-maps.c: New file.
5122 * gdb.python/py-nested-maps.exp: New file.
5123 * gdb.python/py-nested-maps.py: New file.
5124 * gdb.python/py-format-string.exp (test_max_depth): New proc.
5125 (test_all_common): Call test_max_depth.
5126 * gdb.fortran/max-depth.exp: New file.
5127 * gdb.fortran/max-depth.f90: New file.
5128 * gdb.go/max-depth.exp: New file.
5129 * gdb.go/max-depth.go: New file.
5130 * gdb.modula2/max-depth.exp: New file.
5131 * gdb.modula2/max-depth.c: New file.
5132 * lib/gdb.exp (get_print_expr_at_depths): New proc.
5133
51342019-04-29 Tom de Vries <tdevries@suse.de>
5135
5136 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
5137
51382019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5139
5140 * gdb.base/callexit.exp: Test may-call-functions off.
5141
51422019-04-25 Keith Seitz <keiths@redhat.com>
5143
5144 PR c++/24367
5145 * gdb.cp/meth-typedefs.cc (incomplete_struct)
5146 (another_incomplete_struct, test_incomplete): New definitions.
5147 (main): Use new definitions.
5148 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
5149 functions.
5150
51512019-04-25 Ali Tamur <tamur@google.com>
5152
5153 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
5154
51552019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
5156
5157 PR corefiles/11608
5158 PR corefiles/18187
5159 * gdb.base/coredump-filter-build-id.exp: New file.
5160
51612019-04-25 Alan Hayward <alan.hayward@arm.com>
5162
5163 * Makefile.in: Pass through GDBSERVER_DEBUG.
5164 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
5165 (gdbserver,debug): Add board setting.
5166 * gdb.trace/tspeed.exp: Skip when debugging.
5167 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
5168 * lib/gdbserver-support.exp: Likewise
5169
51702019-04-24 Tom Tromey <tromey@adacore.com>
5171
5172 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
5173 Rust.
5174
51752019-04-24 Tom Tromey <tromey@adacore.com>
5176
5177 * gdb.arch/amd64-eval.exp: Test bitfield return.
5178 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
5179 (class Foo) <return_bitfields>: New method.
5180 (main): Call it.
5181
51822019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
5183
5184 * gdb.cp/many-args.cc: New file.
5185 * gdb.cp/many-args.exp: New file.
5186
51872019-04-23 Tom de Vries <tdevries@suse.de>
5188
5189 PR gdb/24433
5190 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
5191
51922019-04-23 Alan Hayward <alan.hayward@arm.com>
5193
5194 * gdb.trace/backtrace.exp: Use nopie flag.
5195 * gdb.trace/circ.exp: Likewise.
5196 * gdb.trace/collection.exp: Likewise.
5197 * gdb.trace/ftrace.exp: Likewise.
5198 * gdb.trace/mi-trace-unavailable.exp: Likewise.
5199 * gdb.trace/mi-traceframe-changed.exp: Likewise.
5200 * gdb.trace/qtro.exp: Likewise.
5201 * gdb.trace/read-memory.exp: Likewise.
5202 * gdb.trace/report.exp: Likewise.
5203 * gdb.trace/tfile.exp: Likewise.
5204 * gdb.trace/tfind.exp: Likewise.
5205 * gdb.trace/unavailable.exp: Likewise.
5206
52072019-04-22 Pedro Alves <palves@redhat.com>
5208
5209 * gdb.base/solib-probes-nosharedlibrary.c,
5210 gdb.base/solib-probes-nosharedlibrary.exp: New files.
5211
52122019-04-19 Tom Tromey <tromey@adacore.com>
5213
5214 * gdb.ada/ptype_union.c: New file.
5215 * gdb.ada/ptype_union.exp: New file.
5216
52172019-04-19 Tom Tromey <tromey@adacore.com>
5218
5219 PR symtab/24423:
5220 * gdb.base/list0.h (foo): Add a control-l character.
5221
52222019-04-18 Tom de Vries <tdevries@suse.de>
5223
5224 PR gdb/24433
5225 * boards/local-board.exp: Set sysroot to "".
5226
52272019-04-18 Tom de Vries <tdevries@suse.de>
5228 Pedro Alves <palves@redhat.com>
5229
5230 PR gdb/24454
5231 * gdb.threads/vfork-follow-child-exec.c: New file.
5232 * gdb.threads/vfork-follow-child-exec.exp: New file.
5233 * gdb.threads/vfork-follow-child-exit.c: New file.
5234 * gdb.threads/vfork-follow-child-exit.exp: New file.
5235
52362019-04-15 Leszek Swirski <leszeks@google.com>
5237
5238 * gdb.arch/amd64-eval.cc: New file.
5239 * gdb.arch/amd64-eval.exp: New file.
5240
52412019-04-11 Alan Hayward <alan.hayward@arm.com>
5242
5243 * gdb.server/sysroot.c: New test.
5244 * gdb.server/sysroot.exp: New file.
5245 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
5246 matching param.
5247
52482019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
5249
5250 * gdb.base/align.exp: Extend test to cover structures containing
5251 only static fields.
5252
52532019-04-11 Tom de Vries <tdevries@suse.de>
5254
5255 * boards/cc-with-dwz-m.exp: New file.
5256 * boards/cc-with-dwz.exp: New file.
5257 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
5258
52592019-04-09 Simon Marchi <simon.marchi@efficios.com>
5260
5261 * gdb.base/start-cpp.exp: New file.
5262 * gdb.base/start-cpp.cc: New file.
5263
52642019-04-08 Kevin Buettner <kevinb@redhat.com>
5265
5266 * gdb.python/py-thrhandle.exp: Adjust tests to call
5267 thread_from_handle instead of thread_from_thread_handle.
5268
52692019-04-08 Kevin Buettner <kevinb@redhat.com>
5270
5271 * gdb.python/py-thrhandle.exp: Add tests for
5272 gdb.InferiorThread.handle.
5273
52742019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5275
5276 * gdb.python/py-function.exp: Check calling helper function from
5277 all languages.
5278 * lib/gdb.exp (gdb_supported_languages): New proc.
5279
52802019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
5281
5282 * gdb.base/complex-parts.c: New file.
5283 * gdb.base/complex-parts.exp: New file.
5284
52852019-04-01 Tom Tromey <tromey@adacore.com>
5286
5287 PR symtab/23331:
5288 * gdb.dwarf2/dw2-ranges-main.c: New file.
5289 * gdb.dwarf2/dw2-ranges-psym.c: New file.
5290 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
5291
52922019-03-30 Simon Marchi <simark@simark.ca>
5293
5294 * gdb.base/default.exp: Add values for $_gdb_major and
5295 $_gdb_minor.
5296
52972019-03-29 Tom Tromey <tromey@adacore.com>
5298
5299 * gdb.base/help.exp: Tighten apropos regexp.
5300
53012019-03-29 Keith Seitz <keiths@redhat.com>
5302
5303 * gdb.fortran/array-bounds.exp: New file.
5304 * gdb.fortran/array-bounds.f90: New file.
5305
53062019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5307
5308 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
5309
53102019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5311
5312 * gdb.multi/hello.c (main): Increase alarm timer.
5313
53142019-03-28 Sandra Loosemore <sandra@codesourcery.com>
5315
5316 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
5317 factor when no hardware watchpoint support.
5318
53192019-03-28 Alan Hayward <alan.hayward@arm.com>
5320 Pedro Alves <palves@redhat.com>
5321
5322 * boards/local-board.exp: set sysroot to /.
5323
53242019-03-27 Alan Hayward <alan.hayward@arm.com>
5325
5326 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
5327 in child.
5328
53292019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5330
5331 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
5332 field.
5333 (make_container): Initialise new field.
5334 * gdb.python/py-prettyprint.exp: Add new tests.
5335 * gdb.python/py-prettyprint.py (class ContainerPrinter)
5336 <display_hint>: New method.
5337
53382019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5339
5340 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
5341 gdb_continue_to_breakpoint more throughout this test.
5342 (run_lang_tests) Supply unique test names, and use
5343 gdb_test_no_output.
5344
53452019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
5346
5347 * gdb.base/finish-pretty.exp: Update expected results.
5348 * gdb.base/pretty-print.c: New file.
5349 * gdb.base/pretty-print.exp: New file.
5350
53512019-03-25 Pedro Alves <palves@redhat.com>
5352
5353 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
5354 move comments outside list. Append '-i "" eof' section.
5355
53562019-03-22 Alan Hayward <alan.hayward@arm.com>
5357
5358 PR testsuite/25016
5359 * README: Add pie options.
5360 * gdb.base/break-interp.exp: Ensure pie is disabled.
5361 * gdb.base/dump.exp: Likewise.
5362 * lib/gdb.exp (gdb_compile): Add pie option.
5363
53642019-03-19 Tom Tromey <tromey@adacore.com>
5365
5366 * gdb.mi/mi2-cli-display.c: New file.
5367 * gdb.mi/mi2-cli-display.exp: New file.
5368
53692019-03-18 Joel Brobecker <brobecker@adacore.com>
5370 Tom Tromey <tromey@adacore.com>
5371
5372 * gdb.ada/ptype_array/pck.adb: New file.
5373 * gdb.ada/ptype_array/pck.ads: New file.
5374 * gdb.ada/ptype_array/foo.adb: New file.
5375 * gdb.ada/ptype_array.exp: New file.
5376
53772019-03-14 Tom Tromey <tromey@adacore.com>
5378
5379 * gdb.base/style.exp: Add "set style sources" test.
5380
53812019-03-13 Simon Marchi <simon.marchi@ericsson.com>
5382
5383 * mi-breakpoint-location-ena-dis.exp: Rename to ...
5384 * mi-breakpoint-multiple-locations.exp: ... this.
5385 (make_breakpoints_pattern): New proc.
5386 (do_test): Add mi_version parameter, test -break-insert,
5387 -break-info and =breakpoint-created.
5388
53892019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
5390
5391 * config/default.exp: Remove 'load_lib gdb.exp'.
5392 * config/monitor.exp: Likewise.
5393 * config/sid.exp: Likewise.
5394 * config/sim.exp: Likewise.
5395 * config/slite.exp: Likewise.
5396 * config/unix.exp: Likewise.
5397 * gdb.base/default.exp: Remove unhelpful comment.
5398
53992019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5400
5401 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
5402
54032019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5404
5405 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
5406
54072019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5408
5409 * gdb.fortran/type-kinds.exp: Update expected results.
5410
54112019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5412
5413 * gdb.fortran/type-kinds.exp: Test new integer type kind.
5414
54152019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5416
5417 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
5418 function.
5419 (test_basic_parsing_of_type_kinds): Expand types tested.
5420 (test_parsing_invalid_type_kinds): New function.
5421
54222019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5423
5424 * gdb.fortran/intrinsics.exp: New file.
5425 * gdb.fortran/intrinsics.f90: New file.
5426 * gdb.fortran/type-kinds.exp: New file.
5427
54282019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5429
5430 * gdb.fortran/dot-ops.exp: New file.
5431
54322019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5433
5434 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
5435 Check upper and lower case logical literals.
5436
54372019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
5438
5439 * gdb.fortran/types.exp (test_float_literal_types_accepted):
5440 Remove duplicate tests.
5441
54422019-03-06 Alan Hayward <alan.hayward@arm.com>
5443
5444 * lib/gdb.exp (builtin_cd): rename of cd.
5445 (cd): Override builtin.
5446
54472019-03-06 Richard Bunt <richard.bunt@arm.com>
5448
5449 * gdb.fortran/function-calls.exp: New file.
5450 * gdb.fortran/function-calls.f90: New test.
5451
54522019-03-04 Richard Bunt <richard.bunt@arm.com>
5453
5454 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
5455 on user program standard output.
5456 * gdb.fortran/short-circuit-argument-list.f90: Record function
5457 calls.
5458
54592019-02-28 Alan Hayward <alan.hayward@arm.com>
5460
5461 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
5462 failure.
5463
54642019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5465
5466 PR gdb/8527
5467 * gdb.base/interrupt-daemon-attach.c,
5468 gdb.base/interrupt-daemon-attach.exp: New test.
5469
54702019-02-27 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.base/page.exp: Add tests for "set width/height -1".
5473
54742019-02-27 Pedro Alves <palves@redhat.com>
5475
5476 * gdb.base/page.exp: Add tests for "set/show width/height" with
5477 "infinite" values.
5478
54792019-02-27 Tom Tromey <tromey@adacore.com>
5480
5481 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
5482 2.4.
5483 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
5484 workaround.
5485
54862019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
5487
5488 * gdb.base/align.exp: Extend to compile in both C and C++, and add
5489 tests for structs with static members.
5490
54912019-02-26 Tom Tromey <tromey@adacore.com>
5492
5493 * gdb.python/py-value.exp (test_value_from_buffer): Check for
5494 ValueError, not TypeError.
5495
54962019-02-26 Kevin Buettner <kevinb@redhat.com>
5497
5498 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
5499 call from main program.
5500
55012019-02-23 Joel Brobecker <brobecker@adacore.com>
5502
5503 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
5504 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
5505 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
5506 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
5507 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
5508
55092019-02-22 Keith Seitz <keiths@redhat.com>
5510
5511 PR symtab/23853
5512 * gdb.base/symlink-sourcefile.c: New file.
5513 * gdb.base/symlink-sourcefile.exp: New file.
5514
55152019-02-20 Tom Tromey <tom@tromey.com>
5516
5517 * gdb.base/info_qt.exp: Update.
5518
55192019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
5520
5521 * gdb.base/source.exp: Move "error in sourced script" code to
5522 the end.
5523 * gdb.base/source-error.gdb: Move contents to
5524 source-error-1.gdb. Add new code to source source-error-1.gdb.
5525 * gdb.base/source-error-1.gdb: New file, from previous
5526 source-error.gdb.
5527
55282019-02-17 Tom Tromey <tom@tromey.com>
5529
5530 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
5531 for macro styling.
5532 * gdb.base/style.c (SOME_MACRO): New macro.
5533
55342019-02-17 Tom Tromey <tom@tromey.com>
5535
5536 * gdb.base/style.exp: Add line-wrapping tests.
5537 * gdb.base/page.exp: Add test for quitting during pagination.
5538
55392019-02-17 Joel Brobecker <brobecker@adacore.com>
5540
5541 * gdb.ada/big_packed_array: New testcase.
5542 * gdb.ada/homonym.exp: Fix incorrect expected output for
5543 "break <homonym__get_value>" test.
5544
55452019-02-13 Weimin Pan <weimin.pan@oracle.com>
5546
5547 PR breakpoints/21870
5548 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
5549 and prepare_for_testing. Add comment.
5550 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
5551 redundant cleanup call. Clean up comment.
5552
55532019-02-12 Weimin Pan <weimin.pan@oracle.com>
5554
5555 PR breakpoints/21870
5556 * gdb.arch/aarch64-dbreg-contents.exp: New file.
5557 * gdb.arch/aarch64-dbreg-contents.c: New file.
5558
55592019-02-10 Joel Brobecker <brobecker@adacore.com>
5560
5561 * gdb.ada/mi_ref_changeable: New testcase.
5562
55632019-02-07 Alan Hayward <alan.hayward@arm.com>
5564
5565 * gdb.base/attach.exp: Add double attach test.
5566
55672019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
5568
5569 * lib/gdb.exp (default_gdb_start): Don't match pagination
5570 prompt.
5571 (gdb_init): Set stty_init.
5572
55732019-01-27 Tom Tromey <tom@tromey.com>
5574
5575 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
5576 skip_python_tests.
5577
55782019-01-24 Alan Hayward <alan.hayward@arm.com>
5579
5580 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
5581 New structure.
5582 (struct struct_static_02_02): Likewise.
5583 (struct struct_static_02_03): Likewise.
5584 (struct struct_static_02_04): Likewise.
5585 (struct struct_static_04_01): Likewise.
5586 (struct struct_static_04_02): Likewise.
5587 (struct struct_static_04_03): Likewise.
5588 (struct struct_static_04_04): Likewise.
5589 (struct struct_static_06_01): Likewise.
5590 (struct struct_static_06_02): Likewise.
5591 (struct struct_static_06_03): Likewise.
5592 (struct struct_static_06_04): Likewise.
5593 (cmp_struct_static_02_01): Likewise.
5594 (cmp_struct_static_02_02): Likewise.
5595 (cmp_struct_static_02_03): Likewise.
5596 (cmp_struct_static_02_04): Likewise.
5597 (cmp_struct_static_04_01): Likewise.
5598 (cmp_struct_static_04_02): Likewise.
5599 (cmp_struct_static_04_03): Likewise.
5600 (cmp_struct_static_04_04): Likewise.
5601 (cmp_struct_static_06_01): Likewise.
5602 (cmp_struct_static_06_02): Likewise.
5603 (cmp_struct_static_06_03): Likewise.
5604 (cmp_struct_static_06_04): Likewise.
5605 (call_all): Test new structs.
5606 * gdb.base/infcall-nested-structs.exp: Likewise.
5607
56082019-01-21 Alan Hayward <alan.hayward@arm.com>
5609 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
5610
56112019-01-21 Alan Hayward <alan.hayward@arm.com>
5612 * gdb.base/stack-protector.c: New test.
5613 * gdb.base/stack-protector.exp: New file.
5614 * gdb.cp/ovldbreak.exp: Only allow a single break line.
5615 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
5616 option.
5617 (gdb_compile): Remove stack protector for GCC and prevent
5618 recursion.
5619
56202019-01-16 Keith Seitz <keiths@redhat.com>
5621
5622 PR gdb/23773
5623 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
5624
56252019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5626
5627 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
5628 aliases.
5629 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
5630 tests.
5631 * gdb.arch/powerpc-vector-regs.c: New file.
5632 * gdb.arch/powerpc-vector-regs.exp: New file.
5633
56342019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5635
5636 * gdb.arch/altivec-regs.exp: Fix the list passed to
5637 gdb_expect_list when testing "info vector".
5638
56392019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
5640
5641 * gdb.base/style.exp: Don't include path in testname.
5642
56432019-01-10 Keith Seitz <keiths@redhat.com>
5644
5645 PR gdb/23712
5646 PR symtab/23010
5647 * gdb.dwarf2/multidictionary.exp: New file.
5648
56492019-01-09 Simon Marchi <simon.marchi@ericsson.com>
5650
5651 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
5652 (test_gnuv3_style_demangling): ... this.
5653 (test_lucid_style_demangling): Remove.
5654 (test_arm_style_demangling): Remove.
5655 (test_hp_style_demangling): Remove.
5656 (do_tests): Remove calls to the above.
5657
56582019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
5659
5660 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
5661 case.
5662
56632019-01-06 Tom Tromey <tom@tromey.com>
5664
5665 PR gdb/28155:
5666 * gdb.dwarf2/typedef-void-finish.exp: New file.
5667
56682018-12-28 Tom Tromey <tom@tromey.com>
5669 Simon Marchi <simark@simark.ca>
5670
5671 * gdb.base/jit-exec.exp: New file.
5672 * gdb.base/jit-exec.c: New file.
5673 * gdb.base/jit-execd.c: New file.
5674
56752018-12-28 Tom Tromey <tom@tromey.com>
5676
5677 * gdb.base/style.exp: Update test to check for address styling.
5678
56792018-12-28 Tom Tromey <tom@tromey.com>
5680
5681 * gdb.base/style.exp: Add test for styling of "Reading symbols"
5682 message.
5683
56842018-12-28 Tom Tromey <tom@tromey.com>
5685
5686 * gdb.base/style.exp: Add test for version number styling.
5687
56882018-12-28 Tom Tromey <tom@tromey.com>
5689
5690 * gdb.base/style.exp: Add test for print_address_symbolic.
5691
56922018-12-28 Tom Tromey <tom@tromey.com>
5693
5694 * gdb.base/style.exp: Add test for breakpoint setting.
5695
56962018-12-28 Tom Tromey <tom@tromey.com>
5697
5698 * gdb.base/style.exp: Add test for variable names.
5699
57002018-12-28 Tom Tromey <tom@tromey.com>
5701
5702 * gdb.base/style.exp: New file.
5703 * gdb.base/style.c: New file.
5704
57052018-12-28 Tom Tromey <tom@tromey.com>
5706
5707 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
5708 "dumb".
5709 * gdb.base/readline.exp (operate_and_get_next): Save and restore
5710 the TERM environment variable.
5711
57122018-12-27 Tom Tromey <tom@tromey.com>
5713
5714 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
5715 pagination test.
5716
57172018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
5718
5719 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
5720 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
5721
57222018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5723
5724 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
5725 Filename a.adb changed to bp_fun_addr.adb.
5726 gdb.ada/bp_fun_addr.exp: Update test accordingly.
5727
57282018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
5729
5730 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
5731 non-PIE executables.
5732 * README: Mention the gdb,nopie_flag board setting.
5733 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
5734 non-PIE executable.
5735 * gdb.arch/amd64-entry-value.exp: Likewise.
5736 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
5737 * gdb.arch/i386-float.exp: Likewise.
5738 * gdb.arch/i386-signal.exp: Likewise.
5739 * gdb.mi/mi-reg-undefined.exp: Likewise.
5740
57412018-12-21 Paul Marechal <paul.marechal@ericsson.com>
5742
5743 PR gdb/23974
5744 * gdb.base/info-os.exp: Check return for unknown "info os" type.
5745
57462018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5747
5748 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
5749 Update order of results accordingly.
5750
57512018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
5752
5753 * gdb.base/annota1.exp: Update a test regexp.
5754
57552018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
5756
5757 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
5758
57592018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5760
5761 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
5762 (reuse_time): Initialize to REUSE_TIME_CAP.
5763 (check_rc): New function.
5764 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
5765 Check pthread_create rc.
5766 (spawner_thread_func): Check pthread_create and pthread_join rc.
5767
57682018-12-08 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/list.exp (test_forward_search): Rename to ...
5771 (test_forward_reverse_search): ... this. Also test reverse-search
5772 and the forward-search alias.
5773
57742018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
5775
5776 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
5777 local timeout variable before return, and remove all local timeout
5778 variable entirely.
5779 (gdb_load): Likewise.
5780
57812018-12-01 Tom de Vries <tdevries@suse.de>
5782
5783 * gdb.base/gdb-caching-proc.exp: New file.
5784
57852018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
5786
5787 * Makefile.in (TIMESTAMP): New variable.
5788 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
5789 command.
5790 (check-single-racy): Likewise.
5791 (check/%.exp): Likewise.
5792 (check-racy/%.exp): Likewise.
5793 (workers/%.worker): Likewise.
5794 (build-perf): Likewise.
5795 (check-perf): Likewise.
5796 * README: Describe new "TS" and "TS_FORMAT" variables.
5797 * print-ts.py: New file.
5798
57992018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
5800
5801 PR python/23714
5802 * gdb.python/python.exp: Test command repetition after
5803 gdb.execute.
5804
58052018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
5806
5807 * gdb.opt/inline-break.exp: Add test that info breakpoint output
5808 is correctly aligned.
5809
58102018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5811
5812 * gdb.ada/info_auto_lang.exp: New testcase.
5813 * gdb.ada/info_auto_lang/global_pack.ads: New file.
5814 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
5815 * gdb.ada/info_auto_lang/some_c.c: New file.
5816
58172018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5818
5819 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
5820 FUNC_lang language syntax.
5821
58222018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5823
5824 * gdb.base/info_minsym.c: New file.
5825 * gdb.base/info_minsym.exp: New file.
5826
58272018-11-19 Tom Tromey <tom@tromey.com>
5828
5829 PR rust/23625:
5830 * gdb.rust/simple.exp: Add ptype test. Update expected output.
5831 * gdb.rust/expr.exp: Update expected output. Change one test.
5832
58332018-11-19 Tom Tromey <tom@tromey.com>
5834
5835 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
5836
58372018-11-19 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
5840 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
5841 see the expected warning.
5842
58432018-11-16 Alan Hayward <alan.hayward@arm.com>
5844
5845 PR gdb/22736:
5846 * gdb.cp/infcall-nodebug-lib.c: New test.
5847 * gdb.cp/infcall-nodebug-main.c: New test.
5848 * gdb.cp/infcall-nodebug.exp: New file.
5849
58502018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
5851
5852 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
5853 completer tests.
5854
58552018-11-09 Tom de Vries <tdevries@suse.de>
5856
5857 * gdb.base/msym-lang.c: New test.
5858 * gdb.base/msym-lang.exp: New file.
5859 * gdb.base/msym-lang-main.c: New test.
5860
58612018-11-08 Tom Tromey <tom@tromey.com>
5862
5863 PR gdb/23555:
5864 PR gdb/23838:
5865 * gdb.base/warning.exp: New file.
5866
58672018-11-08 Jan Beulich <jbeulich@suse.com>
5868
5869 * testsuite/gdb.arch/i386-avx512.c,
5870 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
5871
58722018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
5873
5874 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
5875 point hardware.
5876
58772018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
5878
5879 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
5880 * gdb.dwarf2/missing-type-name.exp: New file.
5881
58822018-11-06 Tom de Vries <tdevries@suse.de>
5883
5884 * gdb.base/many-headers.c: New test.
5885 * gdb.base/many-headers.exp: New file.
5886
58872018-11-06 Jim Wilson <jimw@sifive.com>
5888
5889 * gdb.base/code_elim.exp: For riscv, set additional_flags
5890 to include -msmall-data-limit=0.
5891
58922018-11-01 Joel Brobecker <brobecker@adacore.com>
5893
5894 * gdb.ada/watch_minus_l: New testcase.
5895
58962018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
5897
5898 * gdb.arch/aix-sighandle.c: New file.
5899 * gdb.arch/aix-sighandle.exp: New file.
5900
59012018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5902
5903 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
5904 registers being unions.
5905
59062018-10-31 Tom de Vries <tdevries@suse.de>
5907
5908 * lib/valgrind.exp: New file.
5909 (vgdb_start, vgdb_stop): New procs, factored out of ...
5910 * gdb.base/valgrind-bt.exp: ... here, ...
5911 * gdb.base/valgrind-disp-step.exp: ... here and ...
5912 * gdb.base/valgrind-infcall.exp: ... here.
5913
59142018-10-31 Tom de Vries <tdevries@suse.de>
5915
5916 * lib/gdb.exp (get_valueof): Don't output read value in test name.
5917
59182018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
5919
5920 * gdb.dwarf2/void-type.c: New file.
5921 * gdb.dwarf2/void-type.exp: New file.
5922
59232018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5924
5925 * gdb.base/info_qt.c: New file.
5926 * gdb.base/info_qt.exp: New file.
5927
59282018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5929
5930 * gdb.arch/powerpc-htm-regs.c: New file.
5931 * gdb.arch/powerpc-htm-regs.exp: New file.
5932
59332018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5934
5935 * gdb.arch/powerpc-tar.c: New file.
5936 * gdb.arch/powerpc-tar.exp: New file.
5937
59382018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5939
5940 * gdb.arch/powerpc-ppr-dscr.c: New file.
5941 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5942
59432018-10-25 Tom de Vries <tdevries@suse.de>
5944
5945 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
5946
59472018-10-24 Tom de Vries <tdevries@suse.de>
5948
5949 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
5950 longer exists error.
5951
59522018-10-24 Tom de Vries <tdevries@suse.de>
5953
5954 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
5955
59562018-10-24 Tom de Vries <tdevries@suse.de>
5957
5958 * gdb.base/valgrind-db-attach.exp: Handle removed support for
5959 --db-attach in valgrind.
5960
59612018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
5962
5963 * gdb.arch/riscv-reg-aliases.c: New file.
5964 * gdb.arch/riscv-reg-aliases.exp: New file.
5965
59662018-10-19 Alan Hayward <alan.hayward@arm.com>
5967
5968 * gdb.python/py-cmd.exp: Check for gdb_prompt.
5969
59702018-10-19 Alan Hayward <alan.hayward@arm.com>
5971
5972 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
5973
59742018-10-19 Alan Hayward <alan.hayward@arm.com>
5975
5976 * gdb.cp/ovldbreak.exp: Fix regexps.
5977
59782018-10-19 Alan Hayward <alan.hayward@arm.com>
5979
5980 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
5981
59822018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
5983
5984 PR cli/23785
5985 * gdb.base/restore.exp: New test to check if "restore" with an
5986 invalid file doesn't segfault.
5987
59882018-10-18 Tom de Vries <tdevries@suse.de>
5989
5990 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
5991 * gdb.ada/excep_handle.exp: Same.
5992 * gdb.ada/mi_string_access.exp: Same.
5993 * gdb.ada/mi_var_union.exp: Same.
5994 * gdb.arch/arc-analyze-prologue.exp: Same.
5995 * gdb.arch/arc-decode-insn.exp: Same.
5996 * gdb.base/readnever.exp: Same.
5997 * gdb.fortran/printing-types.exp: Same.
5998 * gdb.guile/scm-lazy-string.exp: Same.
5999
60002018-10-16 Tom de Vries <tdevries@suse.de>
6001
6002 PR gdb/23730
6003 * gdb.base/catch-follow-exec.c: Add copyright notice.
6004 * gdb.base/catch-follow-exec.exp: Rewrite to use
6005 gdb_spawn_with_cmdline_opts. Require gdb-native.
6006
60072018-10-12 Sandra Loosemore <sandra@codesourcery.com>
6008
6009 * gdb.trace/actions-changed.exp: Check for arch support.
6010 * gdb.trace/actions.exp: Likewise.
6011 * gdb.trace/ax.exp: Likewise.
6012 * gdb.trace/backtrace.exp: Likewise.
6013 * gdb.trace/change-loc.exp: Likewise.
6014 * gdb.trace/deltrace.exp: Likewise.
6015 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
6016 * gdb.trace/ftrace.exp: Likewise.
6017 * gdb.trace/infotrace.exp: Check for arch support.
6018 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
6019 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
6020 * gdb.trace/mi-tsv-changed.exp: Likewise.
6021 * gdb.trace/packetlen.exp: Likewise.
6022 * gdb.trace/passc-dyn.exp: Likewise.
6023 * gdb.trace/passcount.exp: Likewise.
6024 * gdb.trace/pending.exp: Likewise.
6025 * gdb.trace/range-stepping.exp: Check for shlib support.
6026 * gdb.trace/report.exp: Check for arch support.
6027 * gdb.trace/save-trace.exp: Likewise.
6028 * gdb.trace/signal.exp: Check for signal support.
6029 * gdb.trace/tfind.exp: Check for arch support.
6030 * gdb.trace/trace-break.exp: Check for arch and shlib support.
6031 * gdb.trace/trace-common.h: Add comment.
6032 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
6033 * gdb.trace/trace-enable-disable.exp: Likewise.
6034 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
6035 * gdb.trace/tracecmd.exp: Check for arch support.
6036 * gdb.trace/tspeed.exp: Check for shlib and target support.
6037 * gdb.trace/tstatus.exp: Check for arch support.
6038 * gdb.trace/tsv.exp: Likewise.
6039 * gdb.trace/while-dyn.exp: Likewise.
6040 * gdb.trace/while-stepping.exp: Likewise.
6041 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
6042
60432018-10-12 Simon Marchi <simon.marchi@ericsson.com>
6044
6045 * gdb.trace/tspeed.exp: Remove nowarnings.
6046 (prepare_for_trace_test): Declare "global ipalib".
6047 * gdb.trace/tspeed.c: Include unistd.h.
6048 (main): Remove superfluous printf argument.
6049
60502018-10-11 Sandra Loosemore <sandra@codesourcery.com>
6051
6052 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
6053 directory prefix on the filename.
6054
60552018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
6056
6057 * gdb.gdb/unittest.exp: Update expected message informing that
6058 selftests have been disabled.
6059 * gdb.server/unittest.exp: Likewise.
6060
60612018-10-09 Tom de Vries <tdevries@suse.de>
6062
6063 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
6064 with runto_main.
6065
60662018-10-08 Weimin Pan <weimin.pan@oracle.com>
6067
6068 PR c++/16841
6069 * gdb.cp/virtbase2.cc: New file.
6070 * gdb.cp/virtbase2.exp: New file.
6071
60722018-10-06 Tom Tromey <tom@tromey.com>
6073
6074 PR python/19399:
6075 * gdb.python/py-inferior.exp: Add architecture test.
6076
60772018-10-06 Tom Tromey <tom@tromey.com>
6078
6079 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
6080 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
6081
60822018-10-06 Tom Tromey <tom@tromey.com>
6083
6084 * gdb.python/py-breakpoint.exp (check_last_event): Check location
6085 of a "throw" catchpoint.
6086
60872018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
6088
6089 * gdb.base/info-proc.exp: Update string expected from "help info
6090 proc".
6091
60922018-10-04 Tom Tromey <tom@tromey.com>
6093
6094 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
6095 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
6096 (test_initial_complaints, test_empty_complaints): Update.
6097 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6098
60992018-10-04 Tom Tromey <tom@tromey.com>
6100
6101 PR cli/19551:
6102 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
6103 * lib/gdb.exp (gdb_file_cmd): Update.
6104 * gdb.stabs/weird.exp (print_weird_var): Update.
6105 * gdb.server/solib-list.exp: Update.
6106 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
6107 * gdb.mi/mi-cli.exp: Update.
6108 * gdb.linespec/linespec.exp: Update.
6109 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
6110 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
6111 * gdb.cp/cp-relocate.exp: Update.
6112 * gdb.base/sym-file.exp: Update.
6113 * gdb.base/relocate.exp: Update.
6114 * gdb.base/readnever.exp: Update.
6115 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
6116 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
6117 * gdb.base/dbx.exp (gdb_file_cmd): Update.
6118 * gdb.base/code_elim.exp: Update.
6119 * gdb.base/break-unload-file.exp (test_break): Update.
6120 * gdb.base/break-interp.exp (test_attach_gdb): Update.
6121 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
6122 Update.
6123 * gdb.base/attach.exp (do_attach_tests): Update.
6124 * gdb.base/sepdebug.exp: Update.
6125 * gdb.python/py-section-script.exp: Update.
6126
61272018-10-04 Tom Tromey <tom@tromey.com>
6128
6129 PR cli/22234:
6130 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
6131 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
6132 output.
6133
61342018-10-04 Tom Tromey <tom@tromey.com>
6135
6136 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
6137 set width and height to 0.
6138 (test_command_line_attach_run): Use -quiet.
6139
61402018-10-03 Sandra Loosemore <sandra@codesourcery.com>
6141
6142 * lib/gdb.exp (skip_ifunc_tests): New.
6143 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
6144 other compile failures.
6145 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
6146
61472018-10-01 Simon Marchi <simon.marchi@ericsson.com>
6148
6149 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
6150 is_amd64_regs_target.
6151
61522018-10-01 Alan Hayward <alan.hayward@arm.com>
6153
6154 * gdb.arch/aarch64-sighandler-regs.c: New test.
6155 * gdb.arch/aarch64-sighandler-regs.exp: New file.
6156 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
6157
61582018-10-01 Markus Metzger <markus.t.metzger@intel.com>
6159
6160 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
6161 assembly.
6162
61632018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
6164
6165 * gdb.base/frame-selection.exp: New file.
6166 * gdb.base/frame-selection.c: New file.
6167
61682018-09-27 Alan Hayward <alan.hayward@arm.com>
6169
6170 * gdb.threads/check-libthread-db.c (thread_routine): Use a
6171 pthread barrier.
6172 (main): Likewise.
6173
61742018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
6175
6176 * gdb.base/large-frame-1.c: New file.
6177 * gdb.base/large-frame-2.c: New file.
6178 * gdb.base/large-frame.exp: New file.
6179 * gdb.base/large-frame.h: New file.
6180
61812018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
6182
6183 PR gdb/20948
6184 * gdb.base/write_mem.exp: New test.
6185 * gdb.base/write_mem.c: Likewise.
6186
61872018-09-23 Tom Tromey <tom@tromey.com>
6188
6189 PR python/18852:
6190 * gdb.python/py-parameter.exp: Add test for parameter that throws
6191 on "set".
6192
61932018-09-23 Tom Tromey <tom@tromey.com>
6194
6195 PR python/17284:
6196 * gdb.python/py-template.exp (test_template_arg): Add test for
6197 negative template argument number.
6198
61992018-09-23 Tom Tromey <tom@tromey.com>
6200
6201 PR python/14062:
6202 * gdb.python/python.exp: Add test for post_event error.
6203
62042018-09-23 Tom Tromey <tom@tromey.com>
6205
6206 PR python/18170:
6207 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
6208 convert pointers to int and long.
6209
62102018-09-23 Tom Tromey <tom@tromey.com>
6211
6212 PR python/20126:
6213 * gdb.python/py-value.exp (test_value_numeric_ops): Add
6214 signed-ness conversion tests.
6215
62162018-09-23 Tom Tromey <tom@tromey.com>
6217
6218 PR python/18352;
6219 * gdb.python/py-value.exp (test_float_conversion): New proc.
6220 Use it.
6221
62222018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
6223
6224 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
6225
62262018-09-18 Sandra Loosemore <sandra@codesourcery.com>
6227
6228 * gdb.base/complete-empty.exp: Skip tab-completion tests if
6229 no readline.
6230 * gdb.base/utf8-identifiers.exp: Likewise.
6231 * gdb.cp/cpcompletion.exp: Likewise.
6232 * gdb.linespec/cpcompletion.exp: Likewise.
6233 * gdb.linespec/cpls-abi-tag.exp: Likewise.
6234 * gdb.linespec/cpls-ops.exp: Likewise.
6235
62362018-09-19 Richard Bunt <richard.bunt@arm.com>
6237 Chris January <chris.january@arm.com>
6238
6239 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
6240 * gdb.fortran/short-circuit-argument-list.exp: New file.
6241 * gdb.fortran/short-circuit-argument-list.f90: New test.
6242
62432018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6244
6245 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
6246 "arch=" keyword when executing "-stack-list-frames".
6247
62482018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6249
6250 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
6251 "arch=" keyword when executing "-stack-list-frames".
6252
62532018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
6254
6255 * gdb.ada/complete.exp: Expect for "@" when doing "complete
6256 break ada".
6257
62582018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
6259
6260 PR python/23669
6261 * gdb.python/python.exp: Test gdb.execute("show commands").
6262
62632018-09-16 Tom Tromey <tom@tromey.com>
6264
6265 * gdb.base/new-ui.exp (do_execution_tests): Update.
6266 * gdb.base/dbx.exp (test_breakpoints): Update.
6267
62682018-09-14 Alan Hayward <alan.hayward@arm.com>
6269
6270 * lib/gdb.exp (gdb_simple_compile): Add proc.
6271 (is_elf_target): Use gdb_simple_compile.
6272 (skip_altivec_tests): Likewise.
6273 (skip_vsx_tests): Likewise.
6274 (skip_tsx_tests): Likewise.
6275 (skip_btrace_tests): Likewise.
6276 (skip_btrace_pt_tests): Likewise.
6277 (gdb_can_simple_compile): Likewise.
6278 (gdb_has_argv0): Likewise.
6279 (gdb_target_symbol_prefix): Likewise.
6280 (target_supports_scheduler_locking): Likewise.
6281
62822018-09-13 Tom Tromey <tom@tromey.com>
6283
6284 * Makefile.in (TAGS): Recognize proc_with_prefix and
6285 gdb_caching_proc.
6286
62872018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6288
6289 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
6290 method.
6291
62922018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6293
6294 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
6295 and a few other Inferior properties when the Inferior is no
6296 longer valid.
6297
62982018-09-13 Tom Tromey <tom@tromey.com>
6299
6300 PR rust/23650:
6301 * gdb.rust/simple.exp: Add test for enum field access error.
6302
63032018-09-13 Tom Tromey <tom@tromey.com>
6304
6305 PR rust/23626:
6306 * gdb.rust/simple.rs (EmptyEnum): New type.
6307 (main): Use it.
6308 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
6309
63102018-09-13 Simon Marchi <simon.marchi@ericsson.com>
6311
6312 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
6313 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
6314 * gdb.python/py-symtab.exp: Update test printing an objfile.
6315
63162018-09-12 Simon Marchi <simon.marchi@ericsson.com>
6317
6318 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
6319 object.
6320
63212018-09-12 Alan Hayward <alan.hayward@arm.com>
6322
6323 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
6324 (support_complex_tests): Use gdb_can_simple_compile.
6325 (is_ilp32_target): Likewise.
6326 (is_lp64_target): Likewise.
6327 (is_64_target): Likewise.
6328 (is_amd64_regs_target): Likewise.
6329 (is_aarch32_target): Likewise.
6330 (gdb_int128_helper): Likewise.
6331
63322018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
6335
63362018-09-10 Jerome Guitton <guitton@adacore.com>
6337
6338 * gdb.ada/same_component_name: Add test for case of tagged record
6339 with variable-length fields.
6340
63412018-09-10 Xavier Roirand <roirand@adacore.com>
6342
6343 * gdb.ada/access_to_unbounded_array.exp: New testcase.
6344 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
6345 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
6346 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
6347
63482018-09-10 Xavier Roirand <roirand@adacore.com>
6349
6350 * gdb.ada/mi_string_access.exp: New testcase.
6351 * gdb.ada/mi_string_access/bar.adb: New file.
6352 * gdb.ada/mi_string_access/pck.adb: New file.
6353 * gdb.ada/mi_string_access/pck.asd: New file.
6354
63552018-09-10 Xavier Roirand <roirand@adacore.com>
6356
6357 * gdb.ada/mi_var_union.exp: New testcase.
6358 * gdb.ada/mi_var_union/bar.adb: New file.
6359 * gdb.ada/mi_var_union/pck.adb: New file.
6360 * gdb.ada/mi_var_union/pck.asd: New file.
6361
63622018-09-08 Tom Tromey <tom@tromey.com>
6363
6364 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
6365
63662018-09-08 Tom Tromey <tom@tromey.com>
6367
6368 PR python/16047:
6369 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
6370 (register_pretty_printers): Register new printer.
6371 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
6372 test.
6373 * gdb.python/py-prettyprint.c (int_type3): New typedef.
6374 (an_int_type3): New global.
6375
63762018-09-08 Joel Brobecker <brobecker@adacore.com>
6377
6378 * gdb.ada/expr_with_funcall: New testcase.
6379
63802018-09-08 Joel Brobecker <brobecker@adacore.com>
6381
6382 * gdb.ada/packed_array_assign: New testcase.
6383
63842018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
6385
6386 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
6387 names, and add test prefixes to make test names unique.
6388
63892018-09-05 Tom de Vries <tdevries@suse.de>
6390
6391 * gdb.dwarf2/varval.exp: Add test.
6392
63932018-09-04 Gary Benson <gbenson@redhat.com>
6394
6395 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
6396 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
6397
63982018-08-31 Tom Tromey <tom@tromey.com>
6399
6400 * gdb.rust/simple.rs: Rename second variable "v".
6401
64022018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
6403
6404 * gdb.base/funcargs.c (use_a): New function.
6405 (recurse): Call use_a.
6406
64072018-08-29 Keith Seitz <keiths@redhat.com>
6408
6409 * gdb.compile/compile-cplus-anonymous.cc: New file.
6410 * gdb.compile/compile-cplus-anonymous.exp: New file.
6411 * gdb.compile/compile-cplus-array-decay.cc: New file.
6412 * gdb.compile/compile-cplus-array-decay.exp: New file.
6413 * gdb.compile/compile-cplus-inherit.cc: New file.
6414 * gdb.compile/compile-cplus-inherit.exp: New file.
6415 * gdb.compile/compile-cplus-member.cc: New file.
6416 * gdb.compile/compile-cplus-member.exp: New file.
6417 * gdb.compile/compile-cplus-method.cc: New file.
6418 * gdb.compile/compile-cplus-method.exp: New file.
6419 * gdb.compile/compile-cplus-mod.c: "New" file.
6420 * gdb.compile/compile-cplus-namespace.cc: New file.
6421 * gdb.compile/compile-cplus-namespace.exp: New file.
6422 * gdb.compile/compile-cplus-nested.cc: New file.
6423 * gdb.compile/compile-cplus-nested.exp: New file.
6424 * gdb.compile/compile-cplus-print.c: "New" file.
6425 * gdb.compile/compile-cplus-print.exp: "New" file.
6426 * gdb.compile/compile-cplus-virtual.cc: New file.
6427 * gdb.compile/compile-cplus-virtual.exp: New file.
6428 * gdb.compile/compile-cplus.c: "New" file.
6429 * gdb.compile/compile-cplus.exp: "New" file.
6430 * lib/compile-support.exp: New file.
6431
64322018-08-16 Gary Benson <gbenson@redhat.com>
6433
6434 PR gdb/13000:
6435 * gdb.base/batch-exit-status.exp: New file.
6436 * gdb.base/batch-exit-status.good-commands: Likewise.
6437 * gdb.base/batch-exit-status.bad-commands: Likewise.
6438
64392018-08-29 Alan Hayward <alan.hayward@arm.com>
6440
6441 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
6442 (struct struct02): Likewise.
6443 (struct struct03): Likewise.
6444 (struct struct04): Likewise.
6445 (struct struct_01_01): New struct.
6446 (struct struct_01_02): Likewise.
6447 (struct struct_01_03): Likewise.
6448 (struct struct_01_04): Likewise.
6449 (struct struct_02_01): Likewise.
6450 (struct struct_02_02): Likewise.
6451 (struct struct_02_03): Likewise.
6452 (struct struct_02_04): Likewise.
6453 (struct struct_04_01): Likewise.
6454 (struct struct_04_02): Likewise.
6455 (struct struct_04_03): Likewise.
6456 (struct struct_04_04): Likewise.
6457 (struct struct_05_01): Likewise.
6458 (struct struct_05_02): Likewise.
6459 (struct struct_05_03): Likewise.
6460 (struct struct_05_04): Likewise.
6461 (cmp_struct01): Remove function.
6462 (cmp_struct02): Likewise.
6463 (cmp_struct03): Likewise.
6464 (cmp_struct04): Likewise.
6465 (cmp_struct_01_01): Add Function.
6466 (cmp_struct_01_02): Likewise.
6467 (cmp_struct_01_03): Likewise.
6468 (cmp_struct_01_04): Likewise.
6469 (cmp_struct_02_01): Likewise.
6470 (cmp_struct_02_02): Likewise.
6471 (cmp_struct_02_03): Likewise.
6472 (cmp_struct_02_04): Likewise.
6473 (cmp_struct_04_01): Likewise.
6474 (cmp_struct_04_02): Likewise.
6475 (cmp_struct_04_03): Likewise.
6476 (cmp_struct_04_04): Likewise.
6477 (cmp_struct_05_01): Likewise.
6478 (cmp_struct_05_02): Likewise.
6479 (cmp_struct_05_03): Likewise.
6480 (cmp_struct_05_04): Likewise.
6481 (call_all): Add new structs.
6482 * gdb.base/infcall-nested-structs.exp: Likewise.
6483
64842018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
6485
6486 * gdb.python/py-framefilter-mi.exp: Update regexp to
6487 check for "arch" field in frame output.
6488
64892018-08-23 Kevin Buettner <kevinb@redhat.com>
6490
6491 * gdb.dwarf2/dw2-ranges-func.c: New file.
6492 * gdb.dwarf2/dw2-ranges-func.exp: New file.
6493
64942018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
6495
6496 * gdb.base/term.exp: Compare terminal settings with values from
6497 the inferior.
6498 * gdb.base/term.c: Get and set terminal settings.
6499
65002018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
6501
6502 * lib/mi-support.exp (mi_expect_stop): Update regexp to
6503 accommodate new "arch" field in frame output.
6504 * gdb.mi/mi-return.exp: Likewise.
6505 * gdb.mi/mi-stack.exp: Likewise.
6506 * gdb.mi/mi-syn-frame.exp: Likewise.
6507 * gdb.mi/user-selected-context-sync.exp: Likewise.
6508
65092018-08-19 Michael Spang <spang@google.com>
6510
6511 PR gdb/11786
6512 * gdb.base/gcore-tls-pie.c: New file.
6513 * gdb.base/gcore-tls-pie.exp: New file.
6514
65152018-08-18 Kevin Buettner <kevinb@redhat.com>
6516
6517 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
6518 * gdb.dwarf2/varval.c: New file.
6519 * gdb.dwarf2/varval.exp: New file.
6520
65212018-08-17 Alan Hayward <alan.hayward@arm.com>
6522
6523 PR gdb/18931
6524 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
6525
65262018-08-16 Keith Seitz <keiths@redhat.com>
6527
6528 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
6529 tests expected to pass.
6530
65312018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
6532
6533 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
6534 -data-disassemble -a.
6535 (test_disassembly_bogus_args): Likewise.
6536
65372018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
6538
6539 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
6540
65412018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6542
6543 * gdb.base/vla-optimized-out.exp: Add new test.
6544
65452018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
6546
6547 * gdb.base/vla-optimized-out-o3.exp: Delete.
6548 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
6549 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
6550 deleted tests.
6551
65522018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
6553
6554 PR gdb/18050:
6555 * gdb.server/extended-remote-restart.c: New file.
6556 * gdb.server/extended-remote-restart.exp: New file.
6557
65582018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
6559
6560 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
6561 "set variable index = 42".
6562
65632018-08-07 Simon Marchi <simon.marchi@ericsson.com>
6564
6565 * boards/index-cache-gdb.exp: New file.
6566 * gdb.dwarf2/index-cache.exp: New file.
6567 * gdb.dwarf2/index-cache.c: New file.
6568 * gdb.base/maint.exp: Check if we are using the index cache.
6569
65702018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6571
6572 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
6573 MAKEFLAGS.
6574
65752018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6576
6577 * dg-extract-results.sh: Move to toplevel contrib.
6578 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
6579 * Makefile.in (check-parallel-racy): Likewise.
6580
65812018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
6582
6583 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
6584 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
6585 tests if the target supports scheduler locking.
6586
65872018-08-04 Tom de Vries <tdevries@suse.de>
6588
6589 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
6590
65912018-08-02 Tom Tromey <tom@tromey.com>
6592
6593 PR symtab/16842.
6594 * gdb.cp/temargs.exp: Test "info address" of a template
6595 parameter.
6596
65972018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
6598
6599 * gdb.python/py-mi-var-info-path-expression.c: New file.
6600 * gdb.python/py-mi-var-info-path-expression.py: New file.
6601 * gdb.python/py-mi-var-info-path-expression.exp: New file.
6602
66032018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
6604
6605 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
6606 error after "cannot resolve name" string.
6607
66082018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
6609
6610 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
6611 started.
6612 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
6613
66142018-07-28 Tom de Vries <tdevries@suse.de>
6615
6616 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
6617
66182018-07-26 Tom de Vries <tdevries@suse.de>
6619
6620 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
6621
66222018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
6623
6624 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
6625 is visible.
6626
66272018-07-26 Tom de Vries <tdevries@suse.de>
6628
6629 PR breakpoints/23366
6630 * gdb.base/catch-follow-exec.c: New test.
6631 * gdb.base/catch-follow-exec.exp: New file.
6632
66332018-07-25 Tom de Vries <tdevries@suse.de>
6634
6635 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
6636 vla-optimized-out.c.
6637
66382018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
6639
6640 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
6641 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
6642
66432018-07-20 Tom de Vries <tdevries@suse.de>
6644
6645 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
6646 NOCLONE macro.
6647 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
6648
66492018-07-19 Tom de Vries <tdevries@suse.de>
6650
6651 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
6652 regular expression.
6653
66542018-07-18 Tom de Vries <tdevries@suse.de>
6655
6656 * gdb.base/vla-optimized-out.c: New test.
6657 * gdb.base/vla-optimized-out.exp: New file.
6658
66592018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
6660
6661 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
6662 message "No address associated with hostname" when gdbserver
6663 cannot resolve the hostname.
6664
66652018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6666
6667 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
6668 Add some test prefixes to make tests unique.
6669
66702018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6671
6672 * gdb.base/frameapply.c: New file.
6673 * gdb.base/frameapply.exp: New file.
6674
66752018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6676
6677 * gdb.base/skip.exp: Update expected error message.
6678
66792018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6680 Jan Kratochvil <jan.kratochvil@redhat.com>
6681 Paul Fertser <fercerpav@gmail.com>
6682 Tsutomu Seki <sekiriki@gmail.com>
6683
6684 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
6685 parameter.
6686 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
6687 by default.
6688 * boards/native-gdbserver.exp: Likewise.
6689 * gdb.server/run-without-local-binary.exp: Improve regexp used
6690 for detecting when a remote debugging connection succeeds.
6691 * gdb.server/server-connect.exp: New file.
6692 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
6693 Do not prefix the port number with ":".
6694 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
6695 support for detecting and using it. Add '$debughost_gdbserver'
6696 to the list of arguments used to start gdbserver. Handle case
6697 when gdbserver cannot resolve a network name.
6698
66992018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
6700
6701 PR c++/23373
6702 * gdb.base/ptype-offsets.cc (struct static_member): New
6703 struct.
6704 (main) <stmember>: New variable.
6705 * gdb.base/ptype-offsets.exp: Add test for printing a struct
6706 with a static member in it.
6707
67082018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
6709
6710 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
6711 watchpoints enabled and disabled.
6712
67132018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
6714
6715 * gdb.base/examine-backward.exp: Still run tests around address
6716 0x0, even if address 0x0 is not readable. Update the pattern for
6717 matching address 0x0 in expected output.
6718
67192018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
6720
6721 * gdb.base/share-env-with-gdbserver.c (main): Add call to
6722 malloc/free.
6723
67242018-07-04 Tom de Vries <tdevries@suse.de>
6725
6726 * gdb.dwarf2/dw2-error.exp: Update expected error message.
6727
67282018-07-02 Maciej W. Rozycki <macro@mips.com>
6729
6730 PR tdep/8282
6731 * gdb.arch/mips-disassembler-options.exp: New test.
6732 * gdb.arch/mips-disassembler-options.s: New test source.
6733
67342018-06-29 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.threads/names.exp: Adjust expected "info threads" output.
6737
67382018-06-29 Pedro Alves <palves@redhat.com>
6739
6740 * gdb.opt/inline-break.exp (line number, address): Add "info
6741 break" tests.
6742
67432018-06-29 Pedro Alves <palves@redhat.com>
6744
6745 * gdb.opt/inline-break.c (func1): Add "break here" marker.
6746 * gdb.opt/inline-break.exp: Test setting breakpoints by line
6747 number and address and running to them.
6748
67492018-06-29 Richard Bunt <richard.bunt@arm.com>
6750
6751 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
6752
67532018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6754
6755 * lib/compiler.c: Remove executable permission flag.
6756
67572018-06-28 Richard Bunt <richard.bunt@arm.com>
6758
6759 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
6760 code.
6761 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
6762
67632018-06-28 Petr Tesarik <ptesarik@suse.cz>
6764
6765 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
6766
67672018-06-28 Petr Tesarik <ptesarik@suse.cz>
6768
6769 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
6770 address argument is omitted.
6771
67722018-06-28 Petr Tesarik <ptesarik@suse.cz>
6773
6774 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
6775
67762018-06-27 Omair Javaid <omair.javaid@linaro.org>
6777
6778 PR gdb/21695
6779 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
6780 * gdb.base/infoline-reloc-main-from-zero.c: New file.
6781
67822018-06-26 Tom Tromey <tom@tromey.com>
6783
6784 PR rust/22574:
6785 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
6786 * gdb.rust/simple.rs (struct SimpleLayout): New.
6787
67882018-06-22 Simon Marchi <simon.marchi@ericsson.com>
6789
6790 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
6791 "info registers" output.
6792
67932018-06-21 Richard Bunt <richard.bunt@arm.com>
6794
6795 * gdb.base/watchpoint-hw-attach.c: New test.
6796 * gdb.base/watchpoint-hw-attach.exp: New file.
6797
67982018-06-20 Simon Marchi <simon.marchi@ericsson.com>
6799
6800 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
6801 through /bin/sh.
6802 * boards/dwarf4-gdb-index.exp: Likewise.
6803 * boards/fission-dwp.exp: Likewise.
6804
68052018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
6806
6807 * gdb.base/float128.exp: Add comment and improved fail message
6808 to the failure case of "print large128" test.
6809
68102018-06-19 Simon Marchi <simon.marchi@ericsson.com>
6811
6812 * configure.ac: Remove AC_PREREQ.
6813 * configure: Re-generate.
6814
68152018-06-19 Pedro Alves <palves@redhat.com>
6816
6817 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
6818 (func_extern_caller): New.
6819 (main): Call func_extern_caller.
6820 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
6821 logic change.
6822
68232018-06-18 Weimin Pan <weimin.pan@oracle.com>
6824
6825 PR gdb/16841
6826 * gdb.cp/typedef-base.cc: New file.
6827 * gdb.cp/typedef-base.exp: New file.
6828
68292018-06-18 Tom de Vries <tdevries@suse.de>
6830
6831 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
6832
68332018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
6834 Richard Bunt <Richard.Bunt@arm.com>
6835
6836 * gdb.threads/attach-slow-waitpid.c: New file.
6837 * gdb.threads/attach-slow-waitpid.exp: New file.
6838 * gdb.threads/slow-waitpid.c: New file.
6839
68402018-06-14 Pedro Alves <palves@redhat.com>
6841
6842 * gdb.base/fork-running-state.c: Include <errno.h>.
6843 (exit_if_relative_exits): New.
6844 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
6845 exits.
6846 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
6847 child exits.
6848
68492018-06-14 Tom de Vries <tdevries@suse.de>
6850
6851 PR cli/22573
6852 * gdb.base/finish-pretty.c: New test.
6853 * gdb.base/finish-pretty.exp: New file.
6854
68552018-06-14 Pedro Alves <palves@redhat.com>
6856
6857 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
6858 gdb's expected startup output.
6859
68602018-06-14 Pedro Alves <palves@redhat.com>
6861
6862 * lib/selftest-support.exp (selftest_setup): Remove inlined
6863 function handling.
6864
68652018-06-14 Tom de Vries <tdevries@suse.de>
6866
6867 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
6868 matching of breakpoint printing.
6869
68702018-06-13 Tom de Vries <tdevries@suse.de>
6871
6872 PR testsuite/23269
6873 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
6874 (fork_child): ... here, and ...
6875 (fork_parent): ... here.
6876
68772018-06-12 Tom de Vries <tdevries@suse.de>
6878
6879 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
6880
68812018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
6882 Stephen Roberts <stephen.roberts@arm.com>
6883
6884 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
6885 rewrite test to describe action performed, rather than possible
6886 failure.
6887
68882018-06-08 Gary Benson <gbenson@redhat.com>
6889
6890 * gdb.threads/check-libthread-db.exp: New file.
6891 * gdb.threads/check-libthread-db.c: Likewise.
6892
68932018-06-05 Tom Tromey <tom@tromey.com>
6894
6895 * gdb.base/default.exp: Update expected "show version" output.
6896
68972018-06-05 Tom Tromey <tom@tromey.com>
6898
6899 PR cli/12326:
6900 * gdb.cp/static-print-quit.exp: Update.
6901 * lib/gdb.exp (pagination_prompt): Update.
6902 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
6903 * gdb.python/python.exp: Update.
6904
69052018-06-04 Joel Brobecker <brobecker@adacore.com>
6906
6907 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
6908
69092018-06-01 Joel Brobecker <brobecker@adacore.com>
6910
6911 * gdb.ada/bp_fun_addr: New testcase.
6912
69132018-06-01 Tom Tromey <tom@tromey.com>
6914
6915 * gdb.xml/tdesc-regs.exp (load_description): Update expected
6916 results.
6917 * gdb.dwarf2/method-ptr.exp: Set language to C++.
6918 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
6919 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
6920 * gdb.base/maint.exp (maint_pass_if): Update.
6921
69222018-05-31 Maciej W. Rozycki <macro@mips.com>
6923
6924 * gdb.base/endian.exp: New test.
6925 * gdb.base/endian.c: New test source.
6926
69272018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
6928
6929 PR gdb/23203
6930 * gdb.base/bt-selected-frame.c: New file.
6931 * gdb.base/bt-selected-frame.exp: New file.
6932 * lib/gdb.exp (get_current_frame_number): New function.
6933
69342018-05-24 Maciej W. Rozycki <macro@mips.com>
6935 Pedro Alves <palves@redhat.com>
6936
6937 * gdb.threads/tls-core.c: Include <stdlib.h>
6938 (thread_proc): Call `abort'.
6939 * gdb.threads/tls-core.exp: Generate a core with core_find too.
6940 (tls_core_test): New procedure, bits factored out from ...
6941 (top level): ... here. Test both native cores and gcore cores.
6942
69432018-05-23 Tom Tromey <tom@tromey.com>
6944
6945 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
6946
69472018-05-23 Tom Tromey <tom@tromey.com>
6948
6949 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
6950 symfile_complaints.
6951 (test_short_complaints): Likewise.
6952 (test_empty_complaints): Likewise.
6953 (test_initial_complaints): Update.
6954
69552018-05-23 Tom Tromey <tom@tromey.com>
6956
6957 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
6958
69592018-05-23 Tom Tromey <tom@tromey.com>
6960
6961 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
6962 (test_short_complaints): Update.
6963
69642018-05-22 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.base/remote.exp: Only gdb_start after compiling the
6967 testcase. Issue "disconnect" before testing "set remote" command
6968 defaults. Issue clean_restart before running to main.
6969
69702018-05-22 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.base/remote.exp: Adjust expected output of "show remote
6973 memory-write-packet-size". Add tests for "set remote
6974 memory-write-packet-size 0" and "set remote
6975 memory-write-packet-size fixed/limit".
6976
69772018-05-22 Pedro Alves <palves@redhat.com>
6978
6979 PR gdb/22973
6980 * gdb.base/utf8-identifiers.c: New file.
6981 * gdb.base/utf8-identifiers.exp: New file.
6982
69832018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6984
6985 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
6986
69872018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
6988
6989 * gdb.arch/powerpc-vsx-gcore.exp: New file.
6990
69912018-05-18 Tom Tromey <tom@tromey.com>
6992
6993 * gdb.base/ptype-offsets.exp: Update.
6994
69952018-05-17 Keith Seitz <keiths@redhat.com>
6996
6997 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
6998 in expected breakpoint stop locations.
6999 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
7000 move to proper scope to test variable values.
7001 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
7002 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
7003 New functions.
7004 (main): Call not_inline_func3.
7005 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
7006 inline_func1, inline_func2, and inline_func3. Test that when each
7007 breakpoint is hit, GDB properly reports both the stop location
7008 and the backtrace. Repeat tests for temporary breakpoints.
7009
70102018-05-15 Maciej W. Rozycki <macro@mips.com>
7011
7012 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
7013 rather then trying to access it in determining whether the PID
7014 of `gdbserver' could have been retrieved.
7015
70162018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
7017
7018 * gdb.arch/amd64-init-x87-values.S: New file.
7019 * gdb.arch/amd64-init-x87-values.exp: New file.
7020
70212018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7022
7023 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
7024
70252018-05-04 Tom Tromey <tom@tromey.com>
7026
7027 PR python/22730:
7028 * gdb.python/python.exp: Test multi-line execute.
7029
70302018-05-04 Tom Tromey <tom@tromey.com>
7031
7032 PR python/22731:
7033 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
7034
70352018-05-04 Tom Tromey <tom@tromey.com>
7036
7037 PR gdb/11750:
7038 * gdb.base/define.exp: Test defining a user command inside a user
7039 command.
7040 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
7041
70422018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
7043 Pedro Alves <palves@redhat.com>
7044
7045 PR breakpoints/19806 and support for PR external/20207.
7046 * gdb.base/watchpoint-unaligned.c: New file.
7047 * gdb.base/watchpoint-unaligned.exp: New file.
7048
70492018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7050
7051 * gdb.base/maint.exp: Make test names unique, use
7052 test_prefix_command_help to test 'help maint info', and remove
7053 repeated test of 'help maint'.
7054
70552018-05-04 Tom Tromey <tom@tromey.com>
7056
7057 PR gdb/22619:
7058 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
7059 behavior.
7060
70612018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7062
7063 * gdb.base/maint.exp: Process output from 'maint print registers'
7064 line at a time.
7065
70662018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
7067
7068 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
7069 timeout.
7070
70712018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
7072
7073 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
7074 filter pattern.
7075
70762018-05-02 Pedro Alves <palves@redhat.com>
7077
7078 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
7079 to_log_command renames.
7080 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
7081
70822018-05-02 Tom Tromey <tom@tromey.com>
7083
7084 * gdb.python/py-parameter.exp: Set test message.
7085
70862018-05-02 Tom Tromey <tom@tromey.com>
7087
7088 PR python/20084:
7089 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
7090 PARAM_ZUINTEGER_UNLIMITED tests.
7091
70922018-04-28 Dan Robertson <danlrobertson89@gmail.com>
7093
7094 PR rust/23124
7095 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
7096 when casting.
7097
70982018-04-30 Tom Tromey <tom@tromey.com>
7099
7100 * gdb.python/py-type.exp: Check align attribute.
7101 * gdb.python/py-type.c: New "aligncheck" global.
7102
71032018-04-30 Tom Tromey <tom@tromey.com>
7104
7105 PR exp/17095:
7106 * gdb.dwarf2/dw2-align.exp: New file.
7107 * gdb.cp/align.exp: New file.
7108 * gdb.base/align.exp: New file.
7109 * lib/gdb.exp (gdb_int128_helper): New proc.
7110 (has_int128_c, has_int128_cxx): New caching procs.
7111
71122018-04-27 Tom Tromey <tom@tromey.com>
7113
7114 PR rust/22545:
7115 * gdb.rust/simple.exp: Add inclusive range tests.
7116
71172018-04-26 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
7120 ifunc breakpoint locations correctly of ifunc breakpoints set
7121 while the program resolves the ifunc.
7122
71232018-04-26 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.base/gnu-ifunc-final.c: New file.
7126 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
7127 * gdb.base/gnu-ifunc.exp (executable): Delete.
7128 (staticexecutable): Adjust.
7129 (lib_opts, exec_opts): Delete.
7130 (make_binsuffix, build, set-break): New procedures.
7131 (misc_tests): New, with tests factored out from the top level.
7132 (top level): Test different combinations of ifunc resolver name,
7133 resolver with and with debug info, and ifunc target with and
7134 without debug info. Wrap static tests with with_target_prefix.
7135
71362018-04-26 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
7139 return type" warnings.
7140
71412018-04-25 Pedro Alves <palves@redhat.com>
7142
7143 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
7144 killed".
7145 * gdb.base/kill-after-signal.exp: Likewise.
7146 * gdb.threads/kill.exp: Likewise.
7147
71482018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7149 Sergio Durigan Junior <sergiodj@redhat.com>
7150 Pedro Alves <palves@redhat.com>
7151
7152 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
7153 regexps to expect for '[Inferior ... detached]' as well.
7154 * gdb.base/attach.exp: Likewise.
7155 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
7156 "gdb_continue_to_end".
7157 (test_catch_syscall_with_wrong_args): Likewise.
7158 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
7159 ']'. Don't set 'verbose' on.
7160 * gdb.base/foll-vfork.exp: Likewise.
7161 * gdb.base/fork-print-inferior-events.c: New file.
7162 * gdb.base/fork-print-inferior-events.exp: New file.
7163 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
7164 '[Inferior ... has been killed]' message.
7165 * gdb.base/kill-after-signal.exp: Likewise.
7166 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
7167 detach message.
7168 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
7169 message.
7170 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
7171 regexps to expect for '[Inferior ... detached]' as well.
7172 * gdb.threads/process-dies-while-detaching.exp: Likewise.
7173
71742018-04-24 Simon Marchi <simon.marchi@ericsson.com>
7175
7176 PR gdb/23104
7177 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
7178
71792018-04-22 Rajendra SY <rajendra.sy@gmail.com>
7180
7181 PR gdb/23095
7182 * gdb.base/break-probes.exp: Pass shlib_load to
7183 prepare_for_testing. Set normal_bp to r_debug_state if target is
7184 bsd.
7185
71862018-04-19 Richard Bunt <richard.bunt@arm.com>
7187
7188 * gdb.threads/multiple-successive-infcall.c: New test.
7189 * gdb.threads/multiple-successive-infcall.exp: New file.
7190
71912018-04-17 Tom Tromey <tom@tromey.com>
7192
7193 * gdb.rust/simple.rs (Union): New type.
7194 (main): New local "u".
7195 * gdb.rust/simple.exp (test_one_slice): Add new test case.
7196
71972018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7198
7199 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
7200 number information in output of "whereis" command.
7201 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
7202
72032018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7204
7205 * gdb.ada/info_types.exp: Adjust expected output to the line
7206 numbers now printed by "info var/func/type".
7207 * gdb.base/completion.exp: Likewise.
7208 * gdb.base/included.exp: Likewise.
7209 * gdb.cp/cp-relocate.exp: Likewise.
7210 * gdb.cp/cplusfuncs.exp: Likewise.
7211 * gdb.cp/namespace.exp: Likewise.
7212 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
7213
72142018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7215
7216 * gdb.btrace/cpu.exp: New.
7217
72182018-04-13 Markus Metzger <markus.t.metzger@intel.com>
7219
7220 * gdb.base/step-indirect-call-thunk.exp: New.
7221 * gdb.base/step-indirect-call-thunk.c: New.
7222 * gdb.reverse/step-indirect-call-thunk.exp: New.
7223 * gdb.reverse/step-indirect-call-thunk.c: New.
7224
72252018-04-11 Simon Marchi <simon.marchi@ericsson.com>
7226
7227 * gdb.base/pie-fork.c: New file.
7228 * gdb.base/pie-fork.exp: New file.
7229
72302018-04-11 Tom Tromey <tom@tromey.com>
7231
7232 * gdb.rust/simple.exp: Add test for ".." struct initializer.
7233
72342018-04-10 Pedro Alves <palves@redhat.com>
7235
7236 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
7237 exits. Instead loop running forever.
7238 (fork_parent): Run forever too.
7239
72402018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7241
7242 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
7243 mi_continue_to_line.
7244 * gdb.mi/mi-stack.c (callee4): Add comment.
7245
72462018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
7247
7248 * gdb.mi/mi-stack.exp: Fix indentation.
7249
72502018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7251
7252 PR gdb/22979
7253 * gdb.arch/amd64-osabi.exp: New file.
7254
72552018-04-07 Simon Marchi <simon.marchi@ericsson.com>
7256
7257 PR gdb/22980
7258 * gdb.base/osabi.exp: New file.
7259
72602018-04-02 Weimin Pan <weimin.pan@oracle.com>
7261
7262 * gdb.cp/static-typedef-print.exp: New file.
7263 * gdb.cp/static-typedef-print.cc: New file.
7264
72652018-03-27 Joel Brobecker <brobecker@adacore.com>
7266
7267 * gdb.ada/varsize_limit: New testcase.
7268
72692018-03-27 Joel Brobecker <brobecker@adacore.com>
7270
7271 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
7272
7273 * gdb.ada/notcplusplus: New testcase.
7274
7275 * gdb.base/c-linkage-name.c: New file.
7276 * gdb.base/c-linkage-name.exp: New testcase.
7277
72782018-03-26 Tom Tromey <tom@tromey.com>
7279
7280 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
7281 * gdb.python/py-framefilter.py (name_error): New global.
7282 (ErrorInName.function): Use name_error.
7283
72842018-03-26 Tom Tromey <tom@tromey.com>
7285
7286 PR backtrace/15582:
7287 * gdb.python/py-framefilter.exp: Add "bt hide" test.
7288
72892018-03-23 Keith Seitz <keiths@redhat.com>
7290
7291 PR c++/22968
7292 * gdb.cp/subtypes.exp: New file.
7293 * gdb.cp/subtypes.h: New file.
7294 * gdb.cp/subtypes.cc: New file.
7295 * gdb.cp/subtypes-2.cc: New file.
7296
72972018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7298
7299 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
7300 (done): Call '_exit' not 'exit' to avoid atexit handlers.
7301 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
7302 -nostartfiles when compiling the test. Confirm that all registers
7303 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
7304
73052018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
7306
7307 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
7308 option, syntax was wrong anyway.
7309 * gdb.arch/arm-disp-step.exp: Likewise.
7310 * gdb.arch/sparc64-regs.exp: Likewise.
7311 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
7312 option, syntax was wrong anyway, switch to use
7313 prepare_for_testing.
7314 * gdb.arch/i386-disp-step.exp: Likewise.
7315
73162018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
7317
7318 * gdb.ada/exec_changed.exp: Replace "target_info exists
7319 use_gdb_stub" by "use_gdb_stub".
7320 * gdb.ada/start.exp: Likewise.
7321 * gdb.base/async-shell.exp: Likewise.
7322 * gdb.base/attach-pie-misread.exp: Likewise.
7323 * gdb.base/attach-wait-input.exp: Likewise.
7324 * gdb.base/break-entry.exp: Likewise.
7325 * gdb.base/break-interp.exp: Likewise.
7326 * gdb.base/dprintf-detach.exp: Likewise.
7327 * gdb.base/nostdlib.exp: Likewise.
7328 * gdb.base/solib-nodir.exp: Likewise.
7329 * gdb.base/statistics.exp: Likewise.
7330 * gdb.base/testenv.exp: Likewise.
7331 * gdb.mi/mi-exec-run.exp: Likewise.
7332 * gdb.mi/mi-start.exp: Likewise.
7333 * gdb.multi/dummy-frame-restore.exp: Likewise.
7334 * gdb.multi/multi-arch-exec.exp: Likewise.
7335 * gdb.multi/multi-arch.exp: Likewise.
7336 * gdb.multi/tids.exp: Likewise.
7337 * gdb.multi/watchpoint-multi.exp: Likewise.
7338 * gdb.python/py-events.exp: Likewise.
7339 * gdb.threads/attach-into-signal.exp: Likewise.
7340 * gdb.threads/attach-stopped.exp: Likewise.
7341 * gdb.threads/threadapply.exp: Likewise.
7342 * lib/selftest-support.exp: Likewise.
7343
73442018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
7345
7346 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
7347
73482018-03-20 Stephen Roberts <stephen.roberts@arm.com>
7349
7350 * gdb.perf/template-breakpoints.cc: New file.
7351 * gdb.perf/template-breakpoints.exp: New file.
7352 * gdb.perf/template-breakpoints.py: New file.
7353
73542018-03-19 Tom Tromey <tom@tromey.com>
7355
7356 * gdb.rust/simple.rs (main): Add local variables field1, field2,
7357 y0.
7358 * gdb.rust/simple.exp: Test bare identifier form of struct
7359 initializer.
7360
73612018-03-19 Tom Tromey <tom@tromey.com>
7362
7363 * gdb.gdb/observer.exp: Remove.
7364
73652018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7366
7367 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
7368 "qualified" option when setting breakpoints.
7369 * gdb.trace/backtrace.exp: Likewise.
7370 * gdb.trace/circ.exp: Likewise.
7371 * gdb.trace/collection.exp: Likewise.
7372 * gdb.trace/disconnected-tracing.exp: Likewise.
7373 * gdb.trace/ftrace-lock.exp: Likewise.
7374 * gdb.trace/ftrace.exp: Likewise.
7375 * gdb.trace/infotrace.exp: Likewise.
7376 * gdb.trace/packetlen.exp: Likewise.
7377 * gdb.trace/passc-dyn.exp: Likewise.
7378 * gdb.trace/qtro.exp: Likewise.
7379 * gdb.trace/read-memory.exp: Likewise.
7380 * gdb.trace/report.exp: Likewise.
7381 * gdb.trace/signal.exp: Likewise.
7382 * gdb.trace/status-stop.exp: Likewise.
7383 * gdb.trace/strace.exp: Likewise.
7384 * gdb.trace/tfind.exp: Likewise.
7385 * gdb.trace/trace-break.exp: Likewise.
7386 * gdb.trace/trace-condition.exp: Likewise.
7387 * gdb.trace/trace-mt.exp: Likewise.
7388 * gdb.trace/tstatus.exp: Likewise.
7389 * gdb.trace/tsv.exp: Likewise.
7390 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
7391 * gdb.trace/unavailable.exp: Likewise.
7392 * gdb.trace/while-dyn.exp: Likewise.
7393
73942018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
7395
7396 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
7397 that libinproctrace is copied to the target.
7398
73992018-03-14 Tom Tromey <tom@tromey.com>
7400
7401 PR cli/14977:
7402 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
7403 a null pointer.
7404 * gdb.base/wchar.exp: Likewise.
7405
74062018-03-14 Tom Tromey <tom@tromey.com>
7407
7408 PR cli/19918:
7409 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
7410 flag.
7411
74122018-03-08 Simon Marchi <simon.marchi@ericsson.com>
7413
7414 PR gdb/22841
7415 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
7416 "target" to remote_exec.
7417
74182018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
7419
7420 PR gdb/22841
7421 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
7422 ${board}_upload): Remove.
7423
74242018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
7425
7426 * gdb.cp/watch-cp.cc: New test.
7427 * gdb.cp/watch-cp.exp: New file.
7428
74292018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
7430
7431 * gdb.base/infcall-nested-structs.exp: New file.
7432 * gdb.base/infcall-nested-structs.c: New file.
7433 * gdb.base/float.exp: Add riscv support.
7434
74352018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
7436
7437 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
7438 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
7439
74402018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
7441
7442 * gdb.server/abspath.exp: New file.
7443 * lib/gdb.exp (with_cwd): New procedure.
7444
74452018-02-28 Simon Marchi <simon.marchi@ericsson.com>
7446
7447 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
7448 use it.
7449 (gdb_is_target_remote_prompt): New proc.
7450 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
7451 (gdb_is_target_native): Pass prompt parameter to
7452 gdb_is_target_1.
7453
74542018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
7455
7456 * gdb.base/load-command.c: New file.
7457 * gdb.base/load-command.exp: New file.
7458 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
7459 (gdb_is_target_1): ...this, and generalize for other targets
7460 than just remote.
7461 (gdb_is_target_remote): Use gdb_is_target_1.
7462 (gdb_is_target_native): use gdb_is_target_1.
7463
74642018-02-26 Tom Tromey <tom@tromey.com>
7465
7466 PR python/16497:
7467 * gdb.python/py-framefilter.exp: Update test.
7468
74692018-02-26 Tom Tromey <tom@tromey.com>
7470
7471 * gdb.dwarf2/variant.c: New file.
7472 * gdb.dwarf2/variant.exp: New file.
7473
74742018-02-26 Tom Tromey <tom@tromey.com>
7475
7476 * gdb.rust/simple.exp: Accept more possible results in enum test.
7477
74782018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
7479
7480 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
7481 parentheses.
7482
74832018-02-23 Maciej W. Rozycki <macro@mips.com>
7484
7485 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
7486 name of a variable: $actual_linejj -> $actual_line.
7487
74882018-02-21 John Baldwin <jhb@FreeBSD.org>
7489
7490 * gdb.arch/amd64-i386-address.exp: Fix a typo.
7491
74922018-02-20 Markus Metzger <markus.t.metzger@intel.com>
7493
7494 * gdb.btrace/buffer-size.exp: Do not force BTS.
7495
74962018-02-14 Pedro Alves <palves@redhat.com>
7497
7498 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
7499 getting a "Quit".
7500
75012018-02-09 Markus Metzger <markus.t.metzger@intel.com>
7502
7503 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
7504 Fix test name.
7505
75062018-02-07 Simon Marchi <simon.marchi@ericsson.com>
7507
7508 * gdb.cp/m-static.exp: Check type of optimized out static
7509 member.
7510
75112018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
7512
7513 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
7514 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
7515
75162018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
7517 Leszek Swirski <leszeks@google.com>
7518
7519 * gdb.python/py-prettyprint.c
7520 (struct to_string_returns_value_inner,
7521 struct to_string_returns_value_wrapper): New.
7522 (main): Add tsrvw variable.
7523 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
7524 ToStringReturnsValueWrapper): New classes.
7525 (register_pretty_printers): Register new pretty-printers.
7526 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
7527 recursive pretty printer.
7528 * gdb.python/py-mi.exp: Likewise.
7529
75302018-02-01 Leszek Swirski <leszeks@google.com>
7531
7532 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
7533 functions with the same name as an include file are parsed
7534 correctly.
7535
75362018-02-01 Yao Qi <yao.qi@linaro.org>
7537
7538 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
7539 "\[^\r\n\]*".
7540
75412018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
7542
7543 * gdb.arch/powerpc-prologue-frame.s: New file.
7544 * gdb.arch/powerpc-prologue-frame.c: Likewise.
7545 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
7546
75472018-01-31 Joel Brobecker <brobecker@adacore.com>
7548
7549 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
7550
75512018-01-30 Pedro Alves <palves@redhat.com>
7552
7553 PR gdb/13211
7554 * gdb.base/interrupt-daemon.c: New.
7555 * gdb.base/interrupt-daemon.exp: New.
7556 * gdb.multi/multi-term-settings.c: New.
7557 * gdb.multi/multi-term-settings.exp: New.
7558
75592018-01-30 Joel Brobecker <brobecker@adacore.com>
7560
7561 * gdb.base/break.exp: Save the location where the breakpoint
7562 on break.c:47 was actually inserted when debugging the version
7563 compiled at -O2 and use it in the expected output of the "info
7564 break" test performed soon after.
7565
75662018-01-22 Pedro Alves <palves@redhat.com>
7567 Sergio Durigan Junior <sergiodj@redhat.com>
7568
7569 * gdb.base/whatis.exp: Add tests for 'set print object on' +
7570 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
7571
75722018-01-22 Joel Brobecker <brobecker@adacore.com>
7573
7574 * gdb.base/break-include.c, gdb.base/break-include.inc,
7575 gdb.base/break-include.exp: New files.
7576 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
7577 line number now being the actual line number where the breakpoint
7578 was inserted.
7579 * gdb.mi/mi-break.exp: Likewise.
7580 * gdb.mi/mi-reverse.exp: Likewise.
7581 * gdb.mi/mi-simplerun.exp: Ditto.
7582
75832018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7584
7585 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
7586 varobj.
7587 * gdb.mi/mi-var-create-rtti.exp: Likewise.
7588
75892018-01-21 Don Breazeal <donb@codesourcery.com>
7590 Andrew Burgess <andrew.burgess@embecosm.com>
7591
7592 * gdb.mi/basics.c: Add new global.
7593 * gdb.mi/mi-frame-regs.exp: New file.
7594 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
7595 case.
7596
75972018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
7598
7599 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
7600 non-parameter, and on an unknown symbol.
7601
76022018-01-19 Tom Tromey <tom@tromey.com>
7603
7604 * gdb.rust/modules.rs (TWENTY_THREE): New global.
7605 * gdb.rust/modules.exp: Add ::-qualified lookup test.
7606
76072018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7608
7609 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
7610 setrlimit and chdir to int.
7611
76122018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7613
7614 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
7615 function.
7616 (my_tend): Likewise.
7617 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
7618 rationale of avoiding FP- and vector instructions.
7619
76202018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
7621
7622 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
7623 "info reg" with "\[ \t\]*".
7624 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
7625 "\[ \t\]+".
7626 * gdb.arch/s390-multiarch.exp: Ditto.
7627 * gdb.base/pc-fp.exp: Ditto.
7628 * gdb.reverse/i386-precsave.exp: Ditto.
7629 * gdb.reverse/i386-reverse.exp: Ditto.
7630 * gdb.reverse/i387-env-reverse.exp: Ditto.
7631 * gdb.reverse/i387-stack-reverse.exp: Ditto.
7632
76332018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7634
7635 * lib/gdb.exp (gdb_compile): Re-enable use of
7636 universal_compile_options for languages other than Rust.
7637
76382018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
7639
7640 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
7641
76422018-01-17 Mike Gulick <mgulick@mathworks.com>
7643
7644 PR gdb/16577
7645 * gdb.base/solib-vanish.exp: New.
7646 * gdb.base/solib-vanish-main.c: New.
7647 * gdb.base/solib-vanish-lib1.c: New.
7648 * gdb.base/solib-vanish-lib2.c: New.
7649
76502018-01-17 Yao Qi <yao.qi@linaro.org>
7651
7652 * gdb.compile/compile.exp: Match the address printed for
7653 frame in the output of command "bt".
7654
76552018-01-15 Tom Tromey <tom@tromey.com>
7656
7657 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
7658 compute sp_reg.
7659
76602018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
7661
7662 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
7663 to prepare.
7664 (prepare): Return 0 on error, 1 on success.
7665
76662018-01-12 Pedro Alves <palves@redhat.com>
7667
7668 * gdb.base/continue-after-aborted-step-over.c: New.
7669 * gdb.base/continue-after-aborted-step-over.exp: New.
7670
76712018-01-11 Simon Marchi <simon.marchi@ericsson.com>
7672
7673 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
7674 options when not creating an executable.
7675
76762018-01-11 Pedro Alves <palves@redhat.com>
7677
7678 PR remote/22597
7679 * gdb.server/stop-reply-no-thread.c: New file.
7680 * gdb.server/stop-reply-no-thread.exp: New file.
7681
76822018-01-10 Pedro Alves <palves@redhat.com>
7683
7684 PR gdb/22670
7685 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
7686 functions too. Test setting breakpoints and printing C functions
7687 with no debug info too.
7688 * gdb.ada/bp_c_mixed_case/qux.c: New file.
7689
76902018-01-10 Pedro Alves <palves@redhat.com>
7691
7692 PR gdb/22670
7693 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
7694 a fail.
7695
76962018-01-10 Pedro Alves <palves@redhat.com>
7697
7698 PR gdb/22670
7699 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
7700
77012018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * gdb.server/unittest.exp: Match the output in non-development
7704 mode.
7705
77062018-01-08 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.gdb/unittest.exp: Match output in non-development mode.
7709
77102018-01-08 Joel Brobecker <brobecker@adacore.com>
7711
7712 * gdb.ada/access_tagged_param.exp: Relax expected output
7713 for value of "ObjL" in "continue" to pck.inspect breakpoint
7714 test.
7715
77162018-01-08 Joel Brobecker <brobecker@adacore.com>
7717
7718 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
7719 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
7720
77212018-01-05 Pedro Alves <palves@redhat.com>
7722
7723 PR gdb/18653
7724 * gdb.base/libsegfault.exp: New.
7725
77262018-01-05 Joel Brobecker <brobecker@adacore.com>
7727
7728 PR gdb/22670
7729 * gdb.ada/access_tagged_param.exp: New file.
7730 * gdb.ada/access_tagged_param/foo.adb: New file.
7731
77322018-01-05 Pedro Alves <palves@redhat.com>
7733
7734 PR gdb/22670
7735 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
7736 exercise lower case too, and to exercise both full matching and
7737 wild matching.
7738
77392018-01-05 Joel Brobecker <brobecker@adacore.com>
7740
7741 * gdb.ada/rename_subscript_param: New testcase.
7742
77432018-01-05 Jerome Guitton <guitton@adacore.com>
7744
7745 * gdb.ada/arr_acc_idx_w_gap: New testcase.
7746
77472018-01-05 Joel Brobecker <brobecker@adacore.com>
7748
7749 * gdb.ada/convvar_comp: New testcase.
7750
77512018-01-05 Xavier Roirand <roirand@adacore.com>
7752
7753 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
7754 (My_Table): New global variable.
7755 * testsuite/gdb.ada/array_char_idx.exp: Add test.
7756
77572018-01-04 Joel Brobecker <brobecker@adacore.com>
7758
7759 PR gdb/22670
7760 * gdb.ada/maint_with_ada: New testcase.
7761
77622018-01-04 Joel Brobecker <brobecker@adacore.com>
7763
7764 PR gdb/22670
7765 * gdb.ada/bp_c_mixed_case: New testcase.
7766
77672018-01-04 Joel Brobecker <brobecker@adacore.com>
7768
7769 PR gdb/22670
7770 * gdb.ada/complete.exp: Add "complete break ada" test.
7771
77722018-01-04 Joel Brobecker <brobecker@adacore.com>
7773
7774 PR gdb/22670
7775 * gdb.ada/info_addr_mixed_case: New testcase.
7776
77772018-01-03 Xavier Roirand <roirand@adacore.com>
7778
7779 * gdb.ada/excep_handle.exp: New testcase.
7780 * gdb.ada/excep_handle/foo.adb: New file.
7781 * gdb.ada/excep_handle/pck.ads: New file.
7782
77832018-01-03 Joel Brobecker <brobecker@adacore.com>
7784
7785 * gdb.base/step-line.c: Add extra empty line in copyright header.
7786 * gdb.base/step-line.inp: Likewise.
7787
77882018-01-02 Joel Brobecker <brobecker@adacore.com>
7789
7790 * gdb.ada/dyn_stride.exp: Add slice test.
7791
77922018-01-02 Joel Brobecker <brobecker@adacore.com>
7793
7794 * gdb.ada/dyn_stride: New testcase.
7795
77962017-12-27 Stafford Horne <shorne@gmail.com>
7797
7798 * gdb.xml/extra-regs.xml: Add example foo reggroup.
7799 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
7800
78012017-12-27 Stafford Horne <shorne@gmail.com>
7802
7803 * gdb.base/reggroups.c: New file.
7804 * gdb.base/reggroups.exp: New file.
7805
78062017-12-18 Joel Brobecker <brobecker@adacore.com>
7807
7808 * gdb.dwarf2/ada-valprint-error.c: New file.
7809 * gdb.dwarf2/ada-valprint-error.exp: New file.
7810
78112017-12-18 Joel Brobecker <brobecker@adacore.com>
7812
7813 * gdb.ada/assign_arr: New testcase.
7814
78152017-12-18 Xavier Roirand <roirand@adacore.com>
7816
7817 * gdb.ada/funcall_ptr: New testcase.
7818
78192017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7820
7821 PR cli/16224
7822 * gdb.base/ptype-offsets.cc: New file.
7823 * gdb.base/ptype-offsets.exp: New file.
7824
78252017-12-15 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
7828 if XML is disabled.
7829
78302017-12-15 Xavier Roirand <roirand@adacore.com>
7831
7832 * gdb.ada/same_component_name: New testcase.
7833
78342017-12-14 Joel Brobecker <brobecker@adacore.com>
7835
7836 * gdb.ada/str_binop_equal: New testcase.
7837
78382017-12-14 Joel Brobecker <brobecker@adacore.com>
7839
7840 * gdb.ada/task_switch_in_core: New testcase.
7841
78422017-12-13 Simon Marchi <simon.marchi@ericsson.com>
7843
7844 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
7845 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
7846 call test_bkpt_qualified.
7847 (test_bkpt_qualified): New proc.
7848
78492017-12-13 Pedro Alves <palves@redhat.com>
7850
7851 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
7852 Tighten regexp by matching with an anchor.
7853
78542017-12-13 Pedro Alves <palves@redhat.com>
7855
7856 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
7857 ("expression with namespace"): New set of tests.
7858 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
7859 (Nested::Test_NS::qux): New.
7860 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
7861 defaults to 'start_quote_char' and 'end_quote_char' parameters.
7862
78632017-12-13 Joel Brobecker <brobecker@adacore.com>
7864
7865 * gdb.base/server-del-break.c: New file.
7866 * gdb.base/server-del-break.exp: New file.
7867
78682017-12-12 Stafford Horne <shorne@gmail.com>
7869
7870 * gdb.xml/tdesc-regs.exp: Add or1k support.
7871
78722017-12-12 Stafford Horne <shorne@gmail.com>
7873
7874 * gdb.base/bp-permanent.c: Define nop of or1k.
7875
78762017-12-11 Joel Brobecker <brobecker@adacore.com>
7877
7878 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
7879 output with components being reordered.
7880
78812017-12-11 Joel Brobecker <brobecker@adacore.com>
7882
7883 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
7884 output with components being reordered.
7885
78862017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7887 Pedro Alves <palves@redhat.com>
7888
7889 * gdb.base/maint.exp (check for .gdb_index): Check also for
7890 .debug_names.
7891 * gdb.dlang/watch-loc.c (.debug_aranges): New.
7892 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
7893 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
7894 (.gdb_index used after symbol reloading): Support also .debug_names.
7895 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
7896
78972017-12-08 Yao Qi <yao.qi@linaro.org>
7898
7899 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7900 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
7901
79022017-12-08 Yao Qi <yao.qi@linaro.org>
7903
7904 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
7905 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
7906
79072017-12-08 Yao Qi <yao.qi@linaro.org>
7908
7909 * gdb.arch/aarch64-tagged-pointer.c: New file.
7910 * gdb.arch/aarch64-tagged-pointer.exp: New file.
7911
79122017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
7913
7914 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
7915 "int".
7916
79172017-12-07 Keith Seitz <keiths@redhat.com>
7918
7919 PR breakpoints/22569
7920 * gdb.linespec/ls-errs.exp: Change expected result of "break
7921 -source this file has spaces.c -line 3".
7922 Check that an explicit source file followed by whitespace is
7923 identified as an invalid explicit location.
7924
79252017-12-07 Keith Seitz <keiths@redhat.com>
7926
7927 * gdb.cp/nested-types.cc: New file.
7928 * gdb.cp/nested-types.exp: New file.
7929 * lib/cp-support.exp: Load data-structures.exp library.
7930 (debug_cp_test_ptype_class): New global.
7931 (cp_ptype_class_verbose, next_line): New procedures.
7932 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
7933 Add and document new return value.
7934 Switch the list of lines to a queue.
7935 Add support for new `type' key for nested type definitions.
7936 Add debugging/troubleshooting messages.
7937 * lib/data-structures.exp: New file.
7938
79392017-12-07 Simon Marchi <simon.marchi@ericsson.com>
7940
7941 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
7942 with proc_with_prefix, don't use with_test_prefix.
7943
79442017-12-07 Tom Tromey <tom@tromey.com>
7945
7946 * gdb.base/break.exp: Add test for empty "commands".
7947
79482017-12-07 Yao Qi <yao.qi@linaro.org>
7949
7950 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
7951 malloc and catch syscall.
7952
79532017-12-07 Phil Muldoon <pmuldoon@redhat.com>
7954
7955 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
7956 tests for explicit locations.
7957
79582017-12-06 Pedro Alves <palves@redhat.com>
7959
7960 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
7961 force-disabling XML descriptions.
7962
79632017-12-04 Pedro Alves <palves@redhat.com>
7964
7965 PR gdb/22499
7966 * gdb.arch/amd64-disp-step-avx.S: New file.
7967 * gdb.arch/amd64-disp-step-avx.exp: New file.
7968
79692017-12-03 Pedro Alves <palves@redhat.com>
7970
7971 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
7972 and <string.h>.
7973 (parent_function): Print distinct messages when waitpid fails, or
7974 the child exits with a signal, or the child exits for an unhandled
7975 reason.
7976 * gdb.threads/process-dies-while-detaching.exp
7977 (detach_and_expect_exit): New 'inf_output_re' parameter and use
7978 it. Wait for both inferior output and GDB's prompt. Use an
7979 indirect spawn id list.
7980 (do_detach): New parameter 'child_exit'. Use it to compute
7981 expected inferior output.
7982 (test_detach, test_detach_watch, test_detach_killed_outside):
7983 Adjust to pass down the expected child exit kind.
7984
79852017-12-01 Joel Brobecker <brobecker@adacore.com>
7986 Sergio Durigan Junior <sergiodj@redhat.com>
7987 Pedro Alves <palves@redhat.com>
7988
7989 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
7990
79912017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
7992
7993 * gdb.base/relocate.exp: Add tests to guarantee that arguments
7994 to 'symbol-file' and 'add-symbol-file' can be
7995 position-independent.
7996
79972017-12-01 Yao Qi <yao.qi@linaro.org>
7998
7999 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
8000 the URL in copyright header.
8001 * gdb.arch/aarch64-fp.exp: Likewise.
8002 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
8003 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
8004 * gdb.base/expand-psymtabs.exp: Likewise.
8005 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
8006 * gdb.fortran/common-block.exp: Likewise.
8007 * gdb.fortran/common-block.f90: Likewise.
8008 * gdb.fortran/logical.exp: Likewise.
8009 * gdb.fortran/vla-datatypes.f90: Likewise.
8010 * gdb.fortran/vla-sub.f90: Likewise.
8011
80122017-11-30 Joel Brobecker <brobecker@adacore.com>
8013
8014 * gdb.ada/repeat_dyn: New testcase.
8015
80162017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8017
8018 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
8019 Update for changed thread numbering.
8020 * gdb.cell/bt.exp: Update for changed GDB output.
8021
80222017-11-30 Simon Marchi <simon.marchi@ericsson.com>
8023
8024 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
8025 setting isremote by hand.
8026 * boards/dwarf4-gdb-index.exp: Likewise.
8027 * boards/fission.exp: Likewise.
8028 * boards/stabs.exp: Likewise.
8029
80302017-11-30 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.linespec/cpls-ops.exp
8033 (check_explicit_skips_function_argument): Extract the underlying
8034 type of size_t instead of hardcoding it.
8035
80362017-11-29 Pedro Alves <palves@redhat.com>
8037
8038 PR c++/19436
8039 * gdb.linespec/cpls-abi-tag.cc: New file.
8040 * gdb.linespec/cpls-abi-tag.exp: New file.
8041
80422017-11-29 Pedro Alves <palves@redhat.com>
8043
8044 * gdb.base/langs.exp: Use -qualified.
8045 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
8046 it.
8047 * gdb.cp/namespace.exp: Use -qualified.
8048 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
8049 (overload-3, template-overload, template-ret-type, const-overload)
8050 (const-overload-quoted, anon-ns, ambiguous-prefix): New
8051 procedures.
8052 (test_driver): Call them.
8053 * gdb.cp/save-bp-qualified.cc: New.
8054 * gdb.cp/save-bp-qualified.exp: New.
8055 * gdb.linespec/explicit.exp: Test -qualified.
8056 * lib/completion-support.exp (completion::explicit_opts_list): Add
8057 "-qualified".
8058 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
8059
80602017-11-29 Phil Muldoon <pmuldoon@redhat.com>
8061
8062 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
8063
80642017-11-29 Tom Tromey <tom@tromey.com>
8065
8066 * gdb.base/relocate.exp: Update invalid argument test.
8067 Add new tests for invalid arguments.
8068
80692017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8070
8071 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
8072 Return 0 as a long.
8073 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
8074
80752017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
8076
8077 * gdb.cp/breakpoint.cc (bar): Set return type to void.
8078 * gdb.cp/psymtab-parameter.cc (func): Likewise.
8079 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
8080 func ().
8081 * gdb.cp/shadow.cc (B.func): Return 0.
8082
80832017-11-27 Joel Brobecker <brobecker@adacore.com>
8084
8085 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
8086 expected output in gdb_expect call to allow the exception
8087 message to be present as well. Fix syntax confusion to avoid
8088 TCL thinking that exception_name is an array.
8089
80902017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
8091
8092 * gdb.arch/spu-info.c: Include <unistd.h>.
8093 (do_signal_test): Fix broken calls to write.
8094 * gdb.arch/spu-info.exp: Use prepare_for_testing.
8095 Fix checks for empty mailboxes. Update signal tests for corrected
8096 do_signal_test routine. Allow nonzero event status.
8097 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
8098 * gdb.cell/arch.exp: Use standard_output_file.
8099 * gdb.cell/break.exp: Likewise.
8100 * gdb.cell/bt.exp: Likewise.
8101 * gdb.cell/core.exp: Likewise.
8102 * gdb.cell/dwarfaddr.exp: Likewise.
8103 * gdb.cell/ea-cache.exp: Likewise.
8104 * gdb.cell/ea-standalone.exp: Likewise.
8105 * gdb.cell/f-regs.exp: Likewise.
8106 * gdb.cell/fork.exp: Likewise.
8107 * gdb.cell/gcore.exp: Likewise.
8108 * gdb.cell/mem-access.exp: Likewise.
8109 * gdb.cell/ptype.exp: Likewise.
8110 * gdb.cell/registers.exp: Likewise.
8111 * gdb.cell/sizeof.exp: Likewise.
8112 * gdb.cell/solib-symbol.exp: Likewise.
8113 * gdb.cell/solib.exp: Likewise.
8114
81152017-11-25 Pedro Alves <palves@redhat.com>
8116
8117 * gdb.base/complete-empty.exp: New file.
8118 * gdb.base/completion.exp: Adjust.
8119
81202017-11-25 Pedro Alves <palves@redhat.com>
8121
8122 * gdb.linespec/cpls-ops.cc: New file.
8123 * gdb.linespec/cpls-ops.exp: New file.
8124 * lib/completion-support.exp (test_complete_prefix_range_re): New,
8125 factored out from ...
8126 (test_complete_prefix_range): ... this.
8127
81282017-11-24 Pedro Alves <palves@redhat.com>
8129
8130 * gdb.linespec/cpcompletion.exp: New file.
8131 * gdb.linespec/cpls-hyphen.cc: New file.
8132 * gdb.linespec/cpls.cc: New file.
8133 * gdb.linespec/cpls2.cc: New file.
8134 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
8135 test to use test_gdb_complete_unique. Add label completion,
8136 keyword completion and explicit location completion tests.
8137 * lib/completion-support.exp: New file.
8138
81392017-11-24 Joel Brobecker <brobecker@adacore.com>
8140
8141 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
8142 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
8143 when hitting an exception catchpoint.
8144
81452017-11-22 Yao Qi <yao.qi@linaro.org>
8146
8147 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
8148
81492017-11-22 Simon Marchi <simon.marchi@ericsson.com>
8150
8151 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
8152 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
8153 * gdb.dwarf2/info-locals-optimized-out.c: New file.
8154
81552017-11-22 Yao Qi <yao.qi@linaro.org>
8156
8157 * gdb.base/info-os.exp: Pass pthreads.
8158 * gdb.multi/multi-attach.exp: Likewise.
8159
81602017-11-22 Yao Qi <yao.qi@linaro.org>
8161
8162 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
8163 compiler.
8164
81652017-11-22 Yao Qi <yao.qi@linaro.org>
8166
8167 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
8168 * gdb.base/break-interp.exp: Likewise.
8169 * gdb.base/jit-attach-pie.exp: Likewise.
8170
81712017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8172
8173 * gdb.base/float128.c (large128): New variable.
8174 * gdb.base/float128.exp: Add test to print largest __float128 value.
8175
81762017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
8177
8178 * gdb.arch/vsx-regs.exp: Update register content checks.
8179
81802017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
8181
8182 * gdb.arch/ppc-longdouble.exp: New file.
8183 * gdb.arch/ppc-longdouble.c: Likewise.
8184
81852017-11-21 Pedro Alves <palves@redhat.com>
8186
8187 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
8188
81892017-11-20 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
8192 (long_double_typedef): New typedefs.
8193 Use DEF on double and long double.
8194 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
8195 cases.
8196 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
8197 and 'long_double_ptr_same_size' locals. Use them to decide
8198 whether cast from array/function to float is valid/invalid.
8199
82002017-11-17 Tom Tromey <tom@tromey.com>
8201
8202 * gdb.rust/traits.rs: New file.
8203 * gdb.rust/traits.exp: New file.
8204
82052017-11-17 Joel Brobecker <brobecker@adacore.com>
8206
8207 * gdb.ada/minsyms: New testcase.
8208
82092017-11-16 Pedro Alves <palves@redhat.com>
8210
8211 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
8212 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
8213
82142017-11-16 Pedro Alves <palves@redhat.com>
8215
8216 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
8217 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
8218
82192017-11-16 Pedro Alves <palves@redhat.com>
8220
8221 * gdb.server/reconnect-ctrl-c.c: New file.
8222 * gdb.server/reconnect-ctrl-c.exp: New file.
8223
82242017-11-16 Phil Muldoon <pmuldoon@redhat.com>
8225
8226 * gdb.python/py-rbreak.exp: New file.
8227 * gdb.python/py-rbreak.c: New file.
8228 * gdb.python/py-rbreak-func2.c: New file.
8229
82302017-11-16 Pedro Alves <palves@redhat.com>
8231
8232 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
8233 pattern.
8234 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
8235 GDB.
8236
82372017-11-15 Simon Marchi <simon.marchi@ericsson.com>
8238
8239 * gdb.tui/completionn.exp (test_tab_completion): Add space in
8240 regex.
8241
82422017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
8243
8244 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
8245 test names.
8246
82472017-11-09 Pedro Alves <palves@redhat.com>
8248
8249 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
8250 factored out from ...
8251 (top level): ... here, and adjusted to avoid expecting beyond the
8252 prompt in a single gdb_test_multiple.
8253
82542017-11-09 Pedro Alves <palves@redhat.com>
8255
8256 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
8257 output.
8258 * gdb.server/ext-attach.exp ("kill" test): Likewise.
8259 * gdb.server/ext-restart.exp ("kill" test): Likewise.
8260 * gdb.server/ext-run.exp ("kill" test): Likewise.
8261 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
8262
82632017-11-09 Pedro Alves <palves@redhat.com>
8264
8265 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
8266 match till end of line.
8267
82682017-11-09 Pedro Alves <palves@redhat.com>
8269
8270 * gdb.base/memattr.exp: Tighten regexes to match the end line.
8271
82722017-11-09 Pedro Alves <palves@redhat.com>
8273
8274 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
8275 New procedures, factored out from ...
8276 (top level): ... here, and adjusted to avoid expecting beyond the
8277 prompt in one go.
8278
82792017-11-09 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
8282 output. Fix '?' match.
8283
82842017-11-08 Joel Brobecker <brobecker@adacore.com>
8285
8286 * gdb.ada/scoped_watch: New testcase.
8287 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
8288 which is actually correct.
8289 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
8290 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
8291
82922017-11-08 Pedro Alves <palves@redhat.com>
8293
8294 * gdb.gdb/complaints.exp (test_initial_complaints)
8295 (test_serial_complaints, test_short_complaints): Call
8296 complaint_internal instead of complaint.
8297
82982017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
8299
8300 * gdb.threads/tls-core.c: New file.
8301 * gdb.threads/tls-core.exp: Likewise.
8302
83032017-11-08 Pedro Alves <palves@redhat.com>
8304
8305 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
8306 (p Exported_Capitalized): New test.
8307 (p exported_capitalized): New test.
8308
83092017-11-07 Pedro Alves <palves@redhat.com>
8310
8311 * gdb.cp/ena-dis-br-range.exp: Add more tests.
8312
83132017-11-07 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
8316 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
8317 (disable_invalid, disable_inverted, disable_negative): New
8318 procedures.
8319 ("bad numbers"): New set of tests.
8320
83212017-11-07 Pedro Alves <palves@redhat.com>
8322
8323 * gdb.cp/ena-dis-br-range.exp: Add tests.
8324
83252017-11-07 Pedro Alves <palves@redhat.com>
8326
8327 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
8328
83292017-11-07 Xavier Roirand <roirand@adacore.com>
8330 Pedro Alves <palves@redhat.com>
8331
8332 * gdb.base/ena-dis-br.exp: Add reference to
8333 gdb.cp/ena-dis-br-range.exp.
8334 * gdb.cp/ena-dis-br-range.exp: New file.
8335 * gdb.cp/ena-dis-br-range.cc: New file.
8336
83372017-11-06 Pedro Alves <palves@redhat.com>
8338
8339 * gdb.base/attach-non-pgrp-leader.c: New.
8340 * gdb.base/attach-non-pgrp-leader.exp: New.
8341
83422017-11-06 Pedro Alves <palves@redhat.com>
8343
8344 * configure.ac: No longer check for termio.h and sgtty.h.
8345 * configure: Regenerate.
8346 * remote-utils.c: Include termios.h instead of gdb_termios.h.
8347 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
8348 Remove termio and sgtty code.
8349
83502017-11-03 Yao Qi <yao.qi@linaro.org>
8351
8352 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
8353 in GDB is disabled.
8354
83552017-11-03 Yao Qi <yao.qi@linaro.org>
8356
8357 * gdb.python/py-thrhandle.exp: Skip it if python is not
8358 enabled.
8359
83602017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
8361
8362 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
8363 as a breakpoint command.
8364
83652017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
8366
8367 PR python/21213
8368 * gdb.python/py-infthread.exp: Test calling
8369 InferiorThread.inferior () multiple times in a row.
8370
83712017-10-27 Keith Seitz <keiths@redhat.com>
8372
8373 * gdb.opt/inline-break.exp (break_info_1): New procedure.
8374 Test "info break" for every inlined function breakpoint.
8375
83762017-10-27 Yao Qi <yao.qi@linaro.org>
8377
8378 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
8379
83802017-10-26 Patrick Frants <osscontribute@gmail.com>
8381
8382 * gdb.cp/classes.exp (test_static_members): Test printing
8383 Outer::instance.
8384 * gdb.cp/classes.c (struct Inner, struct Outer): New.
8385 (Inner::instance, Outer::instance): New.
8386
83872017-10-24 Pedro Alves <palves@redhat.com>
8388
8389 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
8390 extra console" test in two stages.
8391
83922017-10-24 Pedro Alves <palves@redhat.com>
8393
8394 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
8395
83962017-10-24 Pedro Alves <palves@redhat.com>
8397
8398 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
8399 loop.
8400
84012017-10-24 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
8404 $attempt" and "stoppedtry $stoppedtry" test prefixes.
8405
84062017-10-24 Pedro Alves <palves@redhat.com>
8407
8408 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
8409 parameter and handle it. Don't output read value in test name.
8410
84112017-10-24 Pedro Alves <palves@redhat.com>
8412
8413 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
8414 custom test name.
8415
84162017-10-24 Pedro Alves <palves@redhat.com>
8417
8418 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
8419 include the unstable output directory name in the test's name.
8420 (initial_setup_simple) <'set args'>: Use custom test name.
8421
84222017-10-24 Pedro Alves <palves@redhat.com>
8423
8424 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
8425 with explicit test name.
8426
84272017-10-20 Pedro Alves <palves@redhat.com>
8428
8429 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
8430 'wait -i'. Use gdb_assert and remote_close.
8431
84322017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
8433
8434 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
8435 number from variable rather than hard-coded.
8436
84372017-10-19 Pedro Alves <palves@redhat.com>
8438
8439 * gdb.base/long-inferior-output.c: New file.
8440 * gdb.base/long-inferior-output.exp: New file.
8441
84422017-11-18 Keith Seitz <keiths@redhat.com>
8443
8444 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
8445 method.
8446 (main): Call it.
8447 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
8448 Add additional user-defined conversion operator tests.
8449
84502017-10-17 Pedro Alves <palves@redhat.com>
8451
8452 * boards/native-stdio-gdbserver.exp: Load "local-board".
8453
84542017-10-17 Pedro Alves <palves@redhat.com>
8455
8456 * gdb.base/quit-live.c: New file.
8457 * gdb.base/quit-live.exp: New file.
8458
84592017-10-16 Keith Seitz <keiths@redhat.com>
8460
8461 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
8462 (class_with_protected_typedef, class_with_private_typedef)
8463 (struct_with_public_typedef, struct_with_protected_typedef)
8464 (struct_with_private_typedef): New classes/structs.
8465 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
8466 typedefs and access specifiers.
8467
84682017-10-16 Pedro Alves <palves@redhat.com>
8469 Simon Marchi <simon.marchi@polymtl.ca>
8470
8471 * README (Local vs Remote vs Native): New section.
8472 * boards/local-board.exp: New file, with bits factored out from
8473 ...
8474 * boards/native-extended-gdbserver.exp: ... here. Load
8475 "local-board".
8476 * boards/native-gdbserver.exp: Load "local-board".
8477 (${board}_spawn, ${board}_exec): Delete.
8478 * boards/native-stdio-gdbserver.exp: Most contents factored out to
8479 ...
8480 * boards/stdio-gdbserver-base.exp: ... this new file.
8481 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
8482 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
8483 procedure.
8484 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
8485 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
8486 stdio_gdbserver_command.
8487 (${board}_get_remote_address, ${board}_get_comm_port)
8488 (${board}_download, ${board}_upload): Delete.
8489 (get_target_remote_pipe_cmd): New.
8490
84912017-10-16 Simon Marchi <simon.marchi@ericsson.com>
8492
8493 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
8494 test_bkpt_deletion, test_bkpt_cond_and_cmds,
8495 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
8496 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
8497 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
8498 remove with_test_prefix.
8499
85002017-10-13 Pedro Alves <palves@redhat.com>
8501
8502 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
8503 * gdb.base/annota1.exp: Use it instead of is_remote.
8504 * gdb.base/annota3.exp: Use it instead of is_remote.
8505 * gdb.cp/annota2.exp: Use it instead of is_remote.
8506 * gdb.cp/annota3.exp: Use it instead of is_remote.
8507 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
8508
85092017-10-13 Pedro Alves <palves@redhat.com>
8510
8511 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
8512 (test_num_test_vars, run_and_count_vars, find_env)
8513 (test_set_unset_env, test_inherit_env_var): New procedures.
8514 (top level): Use them.
8515
85162017-10-13 Pedro Alves <palves@redhat.com>
8517
8518 * lib/selftest-support.exp (selftest_setup): Extend comments, and
8519 also skip on stub-like targets.
8520
85212017-10-13 Pedro Alves <palves@redhat.com>
8522
8523 PR gdb/22293
8524 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
8525 (top level): Move some tests to ...
8526 (test_not_found): ... this new procedure.
8527 (top level): Call it.
8528
85292017-10-13 Pedro Alves <palves@redhat.com>
8530
8531 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
8532 expect different "info terminal" output if testing with a
8533 non-native target.
8534
85352017-10-13 Pedro Alves <palves@redhat.com>
8536 Simon Marchi <simon.marchi@polymtl.ca>
8537
8538 PR python/12966
8539 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
8540
85412017-10-13 Pedro Alves <palves@redhat.com>
8542
8543 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
8544 already.
8545
85462017-10-13 Pedro Alves <palves@redhat.com>
8547
8548 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
8549 is_remote.
8550
85512017-10-13 Pedro Alves <palves@redhat.com>
8552
8553 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
8554 is_remote.
8555
85562017-10-13 Pedro Alves <palves@redhat.com>
8557
8558 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
8559 is set.
8560 (corefile_test_attach): Likewise. Check can_spawn_for_attach
8561 instead of is_remote.
8562
85632017-10-13 Pedro Alves <palves@redhat.com>
8564
8565 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
8566 (top level): Add comment.
8567
85682017-10-13 Pedro Alves <palves@redhat.com>
8569
8570 * gdb.base/remote.exp (top level): Fix comment typo and add
8571 missing return.
8572
85732017-10-13 Pedro Alves <palves@redhat.com>
8574 Simon Marchi <simon.marchi@polymtl.ca>
8575
8576 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
8577 calls and add comments. Skip test if use_gdb_stub is set.
8578 (top level): Use "set cwd" command instead of "cd" command.
8579
85802017-10-13 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
8583 is_remote target check.
8584
85852017-10-13 Pedro Alves <palves@redhat.com>
8586
8587 * gdb.base/scope.exp: Use build_executable + clean_restart +
8588 gdb_file_cmd instead of prepare_for_testing and no longer skip
8589 "before run" tests on is_remote target boards. Update comments.
8590 * boards/native-extended-gdbserver.exp
8591 (extended_gdbserver_load_last_file): New, factored out from ...
8592 (gdb_load): ... this. Move further below and add comment.
8593 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
8594
85952017-10-12 Pedro Alves <palves@redhat.com>
8596
8597 * gdb.base/attach.exp: Remove references to gdb64.
8598 * gdb.base/dbx.exp: Remove references to gdb64.
8599
86002017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8601 Pedro Alves <palves@redhat.com>
8602
8603 * gdb.base/label.exp: Remove is_remote target check.
8604
86052017-10-12 Pedro Alves <palves@redhat.com>
8606
8607 * gdb.base/auvx.exp (coredir): Update comment.
8608 (top level) <core_works>: Use "set cwd" command instead of "cd"
8609 command.
8610
86112017-10-12 Pedro Alves <palves@redhat.com>
8612 Simon Marchi <simon.marchi@polymtl.ca>
8613
8614 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
8615 target boards.
8616
86172017-10-12 Pedro Alves <palves@redhat.com>
8618 Simon Marchi <simon.marchi@polymtl.ca>
8619
8620 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
8621 Instead skip if there's any gdb_protocol set.
8622
86232017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
8624 Pedro Alves <palves@redhat.com>
8625
8626 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
8627
86282017-10-12 Pedro Alves <palves@redhat.com>
8629 Simon Marchi <simon.marchi@polymtl.ca>
8630
8631 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
8632 instead of on dejagnu remote boards.
8633
86342017-10-12 Pedro Alves <palves@redhat.com>
8635 Simon Marchi <simon.marchi@polymtl.ca>
8636
8637 * gdb.base/inferior-died.exp: Remove is_remote and isnative
8638 checks. Use build_executable + clean_restart instead of
8639 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
8640 of enabling non-stop after starting gdb.
8641
86422017-10-12 Pedro Alves <palves@redhat.com>
8643
8644 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
8645 * gdb.threads/non-ldr-exc-2.exp: Ditto.
8646 * gdb.threads/non-ldr-exc-3.exp: Ditto.
8647 * gdb.threads/non-ldr-exc-4.exp: Ditto.
8648
86492017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
8650
8651 * gdb.arch/arc-tdesc-cpu.exp: New file.
8652 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
8653
86542017-10-10 Simon Marchi <simon.marchi@ericsson.com>
8655
8656 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
8657
86582017-10-10 Pedro Alves <palves@redhat.com>
8659
8660 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
8661 expect CLI output.
8662
86632017-10-10 Pedro Alves <palves@redhat.com>
8664
8665 * lib/selftest-support.exp (selftest_setup): Update for
8666 captured_command_loop's prototype change.
8667
86682017-10-09 Pedro Alves <palves@redhat.com>
8669
8670 Test both arch1=>arch2 and arch2=>arch1.
8671
8672 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
8673 (srcfile2, binfile2, march1, march2): Remove globals. Largely
8674 factored out to...
8675 (append_arch1_options, append_arch2_options, append_arch_options)
8676 (build_executables): New procedures.
8677 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
8678 local.
8679 (top level): Add new 'first_arch' testing axis.
8680
86812017-10-09 Pedro Alves <palves@redhat.com>
8682
8683 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
8684 (barrier): New.
8685 (thread_start, all_started): New functions.
8686 (main): Spawn new thread and wait until it is scheduled.
8687 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
8688 option.
8689 (do_test): Add 'selected_thread' parameter. Run to all_started
8690 instead of main. Explicitly set the breakpoint at main. Switch
8691 to the SELECTED_THREAD thread.
8692 (top level): Test handling the exec event with either the main
8693 thread or the second thread selected.
8694
86952017-10-09 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
8698 logic. Move STOP marker after the value checks.
8699 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
8700 regexp.
8701
87022017-10-06 Sandra Loosemore <sandra@codesourcery.com>
8703
8704 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
8705
87062017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
8707
8708 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
8709 integer-to-dfp conversion.
8710 * gdb.base/dfp-test.exp: Likewise.
8711
87122017-10-04 Pedro Alves <palves@redhat.com>
8713
8714 * gdb.multi/hangout.c: Include <unistd.h>.
8715 (hangout_loop): New function.
8716 (main): Call alarm. Call hangout_loop in a loop.
8717 * gdb.multi/hello.c: Include <unistd.h>.
8718 (hello_loop): New function.
8719 (main): Call alarm. Call hangout_loop in a loop.
8720 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
8721 inferior with the other selected.
8722
87232017-10-04 Simon Marchi <simon.marchi@ericsson.com>
8724
8725 * gdb.mi/list-thread-groups-available.exp: New file.
8726 * gdb.mi/list-thread-groups-available.c: New file.
8727
87282017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8729
8730 * gdb.base/set-cwd.exp: Make it available on
8731 native-extended-gdbserver.
8732
87332017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
8734
8735 * gdb.base/set-cwd.c: New file.
8736 * gdb.base/set-cwd.exp: Likewise.
8737
87382017-10-02 Tom Tromey <tom@tromey.com>
8739
8740 PR rust/22236:
8741 * gdb.rust/simple.rs (main): New variable "fslice".
8742 * gdb.rust/simple.exp: Add slice tests. Update string tests.
8743
87442017-10-02 Tom Tromey <tom@tromey.com>
8745
8746 * gdb.rust/simple.exp: Test ptype of a slice.
8747
87482017-10-02 Tom Tromey <tom@tromey.com>
8749
8750 * gdb.rust/simple.exp: Test index of slice.
8751
87522017-09-27 Tom Tromey <tom@tromey.com>
8753
8754 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
8755
87562017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
8757 Pedro Alves <palves@redhat.com>
8758
8759 * gdb.base/compare-sections.exp (get value of read-only section): Read
8760 as unsigned value.
8761 (corrupt read-only section): Likewise and don't set written if patching
8762 failed.
8763
87642017-09-21 Kevin Buettner <kevinb@redhat.com>
8765
8766 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
8767 files.
8768
87692017-09-20 Pedro Alves <palves@redhat.com>
8770
8771 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
8772 symbol names in gdb's output.
8773 * gdb.cp/overload.exp ("list all overloads"): Likewise.
8774
87752017-09-20 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
8778 Rename to ...
8779 (test_list_ambiguous_symbol): ... this and add a symbol name
8780 parameter. Adjust.
8781 (test_list_ambiguous_function): Reimplement on top of
8782 test_list_ambiguous_symbol and also test listing ambiguous
8783 variables.
8784 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
8785 (ambiguous_fun): ... this.
8786 (ambiguous_var): New.
8787 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
8788 (ambiguous_fun): ... this.
8789 (ambiguous_var): New.
8790
87912017-09-19 John Baldwin <jhb@FreeBSD.org>
8792
8793 * gdb.base/starti.c: New file.
8794 * gdb.base/starti.exp: New file.
8795 * lib/gdb.exp (gdb_starti_cmd): New procedure.
8796
87972017-09-14 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
8800 (top level): Use it instead of runto.
8801
88022017-09-11 Tom Tromey <tom@tromey.com>
8803
8804 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
8805
88062017-09-11 Tom Tromey <tom@tromey.com>
8807
8808 * gdb.python/py-infthread.exp: Add tests for new_thread event.
8809 * gdb.python/py-inferior.exp: Add tests for new inferior events.
8810
88112017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
8812
8813 * gdb.fortran/printing-types.exp: New file.
8814 * gdb.fortran/printing-types.exp: New file.
8815
88162017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8817
8818 * gdb.fortran/vla-ptype.exp: Fix typos.
8819 * gdb.fortran/vla-value.exp: Same.
8820
88212017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
8822
8823 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
8824 * gdb.mi/mi-var-child-f.exp: Likewise.
8825 * gdb.mi/mi-vla-fortran.exp: Likewise.
8826
88272017-09-08 Frank Penczek <frank.penczek@intel.com>
8828 Christoph Weinmann <christoph.t.weinmann@intel.com>
8829 Bernhard Heckel <bernhard.heckel@intel.com>
8830
8831 * gdb.fortran/ptr-indentation.f90: New file.
8832 * gdb.fortran/ptr-indentation.exp: New file.
8833
88342017-09-05 Tom Tromey <tom@tromey.com>
8835
8836 PR gdb/22010:
8837 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
8838
88392017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
8840
8841 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
8842
88432017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 * gdb.threads/tls-nodebug-pie.c: New file.
8846 * gdb.threads/tls-nodebug-pie.exp: New file.
8847
88482017-09-05 Tom Tromey <tom@tromey.com>
8849
8850 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
8851 for rust.
8852
88532017-09-05 Simon Marchi <simon.marchi@ericsson.com>
8854
8855 * gdb.multi/multi-arch-exec.exp: Test with different
8856 "follow-exec-mode" settings.
8857 (do_test): New procedure.
8858
88592017-09-04 Pedro Alves <palves@redhat.com>
8860
8861 * gdb.base/func-static.c (S::method const, S::method volatile)
8862 (S::method volatile const): New methods.
8863 (c_s, v_s, cv_s): New instances.
8864 (main): Call method() on them.
8865 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
8866 (cannot_resolve): New procedure.
8867 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
8868 print-quote-unquoted columns.
8869 (do_test): Test printing each scope too.
8870
88712017-09-04 Pedro Alves <palves@redhat.com>
8872
8873 * gdb.base/local-static.exp: Also test with
8874 class::method::variable wholly quoted.
8875 * gdb.cp/m-static.exp (class::method::variable): Remove test.
8876
88772017-09-04 Pedro Alves <palves@redhat.com>
8878
8879 * gdb.base/local-static.c: New.
8880 * gdb.base/local-static.cc: New.
8881 * gdb.base/local-static.exp: New.
8882
88832017-09-04 Pedro Alves <palves@redhat.com>
8884
8885 * gdb.asm/asm-source.exp: Add casts to int.
8886 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
8887 (dataglobal64_1, dataglobal64_2): New globals.
8888 * gdb.base/nodebug.exp: Test different expressions involving the
8889 new globals, with print, whatis and ptype. Add casts to int.
8890 * gdb.base/solib-display.exp: Add casts to int.
8891 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
8892 * gdb.cp/m-static.exp: Add cast to int.
8893 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
8894 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
8895 tls variable with no debug info without a cast. Test with a cast
8896 to int too.
8897 * gdb.trace/entry-values.exp: Add casts.
8898
88992017-09-04 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.base/nodebug.exp: Test that ptype's error about functions
8902 with unknown return type includes the function name too.
8903
89042017-09-04 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
8907 return type of munmap in infcall.
8908 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
8909 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
8910 type of ftell in infcall.
8911 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
8912 type of getpid in infcall.
8913 * gdb.base/infcall-exec.exp: Cast return type of execlp in
8914 infcall.
8915 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
8916 Bail on failure to extract the pid.
8917 * gdb.base/nodebug.c: #include <stdint.h>.
8918 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
8919 New functions.
8920 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
8921 Change expected output of print/whatis/ptype with functions with
8922 no debug info. Test all supported languages. Call
8923 test_call_promotion.
8924 * gdb.compile/compile.exp: Adjust expected output to expect
8925 warning.
8926 * gdb.threads/siginfo-threads.exp: Likewise.
8927
89282017-09-04 Pedro Alves <palves@redhat.com>
8929
8930 * gdb.base/callfuncs.exp (do_function_calls): New parameter
8931 "prototypes". Test calling float functions via prototyped and
8932 unprototyped function pointers.
8933 (perform_all_tests): New parameter "prototypes". Pass it down.
8934 (top level): Pass down "prototypes" parameter to
8935 perform_all_tests.
8936
89372017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8938
8939 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
8940 Test with nested loops.
8941
89422017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8943
8944 * gdb.base/commands.exp: Call the new procedures.
8945 (loop_break_test, loop_continue_test): New procedures.
8946
89472017-09-04 Simon Marchi <simon.marchi@ericsson.com>
8948
8949 * gdb.base/commands.exp: Call new procedure.
8950 (define_if_without_arg_test): New procedure.
8951
89522017-09-04 Pedro Alves <palves@redhat.com>
8953
8954 * gdb.base/list-ambiguous.exp: New file.
8955 * gdb.base/list-ambiguous0.c: New file.
8956 * gdb.base/list-ambiguous1.c: New file.
8957 * gdb.base/list.exp (test_list_range): Adjust expected output.
8958
89592017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
8960
8961 * gdb.base/share-env-with-gdbserver.c: New file.
8962 * gdb.base/share-env-with-gdbserver.exp: Likewise.
8963
89642017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8965
8966 * gdb.base/commands.exp (gdbvar_simple_if_test,
8967 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
8968 progvar_simple_if_test, progvar_simple_while_test,
8969 progvar_complex_if_while_test, user_defined_command_test,
8970 user_defined_command_args_eval,
8971 user_defined_command_args_stack_test,
8972 user_defined_command_manyargs_test, bp_deleted_in_command_test,
8973 temporary_breakpoint_commands,
8974 gdb_test_no_prompt, redefine_hook_test,
8975 redefine_backtrace_test): Remove "global gdb_prompt".
8976
89772017-08-28 Simon Marchi <simon.marchi@ericsson.com>
8978
8979 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
8980 New proc, call it from toplevel.
8981
89822017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
8983
8984 PR remote/21852
8985 * gdb.server/normal.c: New file, copied from gdb.base.
8986 * gdb.server/run-without-local-binary.exp: New file.
8987
89882017-08-07 Weimin Pan <weimin.pan@oracle.com>
8989
8990 * gdb.arch/sparc64-adi.exp: New file.
8991 * gdb.arch/sparc64-adi.c: New file.
8992
89932017-08-22 Pedro Alves <palves@redhat.com>
8994
8995 * gdb.cp/overload.exp (line_range_pattern): New procedure.
8996 (top level): Add "list all overloads" tests.
8997
89982017-08-22 Tom Tromey <tom@tromey.com>
8999
9000 * gdb.gdb/xfullpath.exp: Remove.
9001
90022017-08-21 Pedro Alves <palves@redhat.com>
9003
9004 PR gdb/19487
9005 * gdb.base/symbol-alias.c: New.
9006 * gdb.base/symbol-alias2.c: New.
9007 * gdb.base/symbol-alias.exp: New.
9008
90092017-08-21 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.base/dfp-test.c
9012 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
9013 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
9014 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
9015 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
9016 * gdb.base/whatis-ptype-typedefs.c: New.
9017 * gdb.base/whatis-ptype-typedefs.exp: New.
9018 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
9019 (an_int, an_int_type, an_int_type2): New globals.
9020 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
9021 involving typedefs and cast expressions.
9022 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
9023 (lookup_typedefs_function): New.
9024 (typedefs_pretty_printers_dict): New.
9025 (top level): Register lookup_typedefs_function in
9026 gdb.pretty_printers.
9027
90282017-08-18 Yao Qi <yao.qi@linaro.org>
9029
9030 * gdb.server/unittest.exp: New.
9031
90322017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
9033
9034 PR gdb/21954
9035 * gdb.base/environ.exp: Add test to check if 'unset environment'
9036 works.
9037
90382017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9039
9040 * lib/gdb.exp (universal_compile_options): New caching proc.
9041 (gdb_compile): Suppress GCC's coloring of messages.
9042
90432017-08-14 Tom Tromey <tom@tromey.com>
9044
9045 PR gdb/21675:
9046 * gdb.base/printcmds.exp (test_radices): New function.
9047 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
9048 * gdb.base/sizeof.exp (check_valueof): Use p/d.
9049 * lib/gdb.exp (get_integer_valueof): Use p/d.
9050
90512017-08-12 Simon Marchi <simon.marchi@ericsson.com>
9052
9053 * lib/gdb.exp (get_valueof): Don't capture end-of-line
9054 characters.
9055
90562017-08-05 Tom Tromey <tom@tromey.com>
9057
9058 * gdb.rust/simple.exp: Allow String to appear in a different
9059 namespace.
9060
90612017-07-26 Yao Qi <yao.qi@linaro.org>
9062
9063 * gdb.gdb/unittest.exp: Invoke command
9064 "maintenance check xml-descriptions".
9065
90662017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9067
9068 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
9069 calling context.
9070 (hex128): Drop erroneous calculation of parameters.
9071
90722017-07-22 Simon Marchi <simon.marchi@ericsson.com>
9073
9074 * gdb.python/py-unwind.exp: Disable stack protection when
9075 building test file.
9076
90772017-07-20 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/default.exp (set language): Adjust expected output.
9080
90812017-07-20 Pedro Alves <palves@redhat.com>
9082
9083 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
9084 (test_minsym): ... this, and make static.
9085 (get_pck__foo__bar__minsym): Rename to ...
9086 (get_test_minsym): ... this.
9087 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
9088 symbol names and comments.
9089 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
9090 (get_test_minsym): ... this.
9091 (pck__foo__bar__minsym__2): Rename to ...
9092 (test_minsym): ... this.
9093 (main): Adjust.
9094
90952017-07-17 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.base/completion.exp: Adjust expected output.
9098 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
9099 the completer works.
9100
91012017-07-17 Pedro Alves <palves@redhat.com>
9102
9103 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
9104
91052017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
9106
9107 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
9108
91092017-07-14 Tom Tromey <tom@tromey.com>
9110
9111 PR rust/21764:
9112 * gdb.rust/simple.exp: Add tests.
9113
91142017-07-14 Tom Tromey <tom@tromey.com>
9115
9116 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
9117
91182017-07-14 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.linespec/base/one/thefile.cc (z1): New function.
9121 * gdb.linespec/base/two/thefile.cc (z2): New function.
9122 * gdb.linespec/linespec.exp: Add tests.
9123
91242017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9125
9126 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
9127 to mi_create_breakpoint.
9128
91292017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
9130
9131 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
9132 mi_create_breakpoint.
9133
91342017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
9135
9136 * gdb.dlang/demangle.exp: Update for demangling changes.
9137
91382017-07-09 Tom Tromey <tom@tromey.com>
9139
9140 * gdb.dwarf2/shortpiece.exp: New file.
9141
91422017-07-06 David Blaikie <dblaikie@gmail.com>
9143
9144 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
9145 built from fissiont-multi-cu{1,2}.c.
9146 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
9147 except putting 'main' and 'func' in separate CUs in the same DWO file.
9148 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
9149 test.
9150 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
9151 test.
9152
91532017-07-06 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.python/py-unwind.exp: Test flushregs.
9156
91572017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9158
9159 PR cli/21688
9160 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
9161 tests for alias commands and trailing whitespace.
9162
91632017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
9164
9165 PR cli/21688
9166 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
9167 procedure. Call it.
9168
91692017-06-29 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/printcmds.exp: Add tests.
9172
91732017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
9174
9175 PR gdb/21337
9176 * gdb.base/reread-readsym.exp: New file.
9177 * gdb.base/reread-readsym.c: New file.
9178
91792017-06-21 Kevin Buettner <kevinb@redhat.com>
9180
9181 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
9182 subpattern.
9183
91842017-06-19 Peter Bergner <bergner@vnet.ibm.com>
9185
9186 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
9187 extended mnemonic.
9188 * gdb.arch/powerpc-power9.s: Likewise.
9189
91902017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9191
9192 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
9193 on 32-bit x86 targets. Exploit is_*_target macros where
9194 appropriate.
9195
91962017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9197
9198 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
9199 register pieces.
9200
92012017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9202
9203 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
9204 located in one or more DWARF pieces.
9205
92062017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9207
9208 * lib/gdb.exp (get_endianness): New proc.
9209 * gdb.arch/aarch64-fp.exp: Use it.
9210 * gdb.arch/altivec-regs.exp: Likewise.
9211 * gdb.arch/e500-regs.exp: Likewise.
9212 * gdb.arch/vsx-regs.exp: Likewise.
9213 * gdb.base/dump.exp: Likewise.
9214 * gdb.base/funcargs.exp: Likewise.
9215 * gdb.base/gnu_vector.exp: Likewise.
9216 * gdb.dwarf2/formdata16.exp: Likewise.
9217 * gdb.dwarf2/implptrpiece.exp: Likewise.
9218 * gdb.dwarf2/nonvar-access.exp: Likewise.
9219 * gdb.python/py-inferior.exp: Likewise.
9220 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
9221
92222017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9223
9224 PR gdb/21226
9225 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
9226 stack value pieces are taken from the LSB end.
9227
92282017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9229
9230 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
9231 variable at nonzero offset.
9232
92332017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
9234
9235 * gdb.dwarf2/var-access.c: New file.
9236 * gdb.dwarf2/var-access.exp: New test.
9237 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
9238
92392017-06-12 Tom Tromey <tom@tromey.com>
9240
9241 * gdb.dwarf2/formdata16.exp: Add tests.
9242
92432017-06-12 Tom Tromey <tom@tromey.com>
9244
9245 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
9246
92472017-06-12 Tom Tromey <tom@tromey.com>
9248
9249 PR exp/16225:
9250 * gdb.reverse/i386-sse-reverse.exp: Update tests.
9251 * gdb.arch/vsx-regs.exp: Update tests.
9252 * gdb.arch/s390-vregs.exp (hex128): New proc.
9253 Update test.
9254 * gdb.arch/altivec-regs.exp: Update tests.
9255
92562017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9257
9258 * gdb.base/startup-with-shell.c: New file.
9259 * gdb.base/startup-with-shell.exp: Likewise.
9260
92612017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
9262
9263 * gdb.server/non-existing-program.exp: Update regex in order to
9264 reflect the fact that gdbserver is now using fork_inferior (with a
9265 shell) to startup the inferior.
9266
92672017-05-30 Simon Marchi <simon.marchi@ericsson.com>
9268
9269 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
9270 support function calls from GDB.
9271
92722017-05-21 Tom Tromey <tom@tromey.com>
9273
9274 PR rust/21466:
9275 * gdb.rust/unsized.exp: New file.
9276 * gdb.rust/unsized.rs: New file.
9277
92782017-05-19 Tom Tromey <tom@tromey.com>
9279
9280 PR rust/21484:
9281 * gdb.rust/watch.exp: New file.
9282 * gdb.rust/watch.rs: New file.
9283
92842017-05-18 Tom Tromey <tom@tromey.com>
9285
9286 * gdb.rust/simple.exp: Allow Box to be qualified.
9287
92882017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
9289
9290 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
9291
92922017-05-18 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.base/fileio.c (test_write, test_read, test_close)
9295 (test_fstat): Don't print 'ret' in the fail path.
9296
92972017-05-18 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
9300 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
9301 (test_system, test_rename, test_unlink, test_time): Change
9302 prototypes.
9303 * gdb.base/fileio.exp (stop_msg): Adjust.
9304
93052017-05-18 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.base/fileio.c (null_str): New global.
9308 (test_stat): Use it.
9309 * gdb.base/fileio.exp: Remove nowarnings.
9310
93112017-05-17 Yao Qi <yao.qi@linaro.org>
9312
9313 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
9314
93152017-05-17 Simon Marchi <simon.marchi@ericsson.com>
9316
9317 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
9318 argument command.
9319 (top-level): Invoke test_set_inferior_tty.
9320
93212017-05-04 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
9324 Add parens to print call for Python 3.
9325
93262017-05-03 Keith Seitz <keiths@redhat.com>
9327
9328 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
9329 (main): Call it.
9330
93312017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9332
9333 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
9334 to prev and next.
9335
93362017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9337
9338 * gdb.python/py-record-btrace.exp: Remove test for
9339 gdb.BtraceInstruction.error.
9340
93412017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9342
9343 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
9344
93452017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
9346
9347 * gdb.python/py-record-btrace-threads.c: New file.
9348 * gdb.python/py-record-btrace-threads.exp: New file.
9349
93502017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
9351
9352 PR testsuite/8595
9353 * gdb.base/environ.exp: Make test available in all architectures.
9354 Move bits related to "info program" testing to
9355 gdb.base/info-program.exp. Rewrite tests to use the two new
9356 procedures mentione below.
9357 (test_set_show_env_var) New procedure.
9358 (test_set_show_env_var_equal): Likewise.
9359 * gdb.base/info-program.exp: New file.
9360
93612017-04-27 Keith Seitz <keiths@redhat.com>
9362
9363 * gdb.cp/oranking.cc (test15): New function.
9364 (main): Call test15 and declare additional variables for testing.
9365 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
9366 "p foo101('abc')" tests.
9367 Add tests for cv qualifier overloads.
9368 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
9369 "lvalue reference overload" test.
9370 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
9371 "print value of f1 on Child&& in f2" test.
9372
93732017-04-19 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
9376 procedure.
9377 (top level): Call it.
9378 * lib/gdb.exp (gdb_define_cmd): New procedure.
9379
93802017-04-12 Pedro Alves <palves@redhat.com>
9381
9382 PR gdb/21323
9383 * gdb.cp/wide_char_types.c: Include <wchar.h>.
9384 (wchar): New global.
9385 * gdb.cp/wide_char_types.exp (wide_char_types_program)
9386 (do_test_wide_char, wide_char_types_no_program, top level): Add
9387 wchar_t testing.
9388
93892017-04-12 Pedro Alves <palves@redhat.com>
9390
9391 PR c++/21323
9392 * gdb.cp/wide_char_types.c: New file.
9393 * gdb.cp/wide_char_types.exp: New file.
9394
93952017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
9396
9397 PR gdb/21352
9398 * gdb.trace/tsv.exp: Add test for "tsave -r".
9399
94002017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
9401
9402 * gdb.dlang/watch-loc.c: New file.
9403 * gdb.dlang/watch-loc.exp: New file.
9404
94052017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9406
9407 * gdb.python/py-section-script.exp (sepdebug): New testcases.
9408
94092017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9410
9411 * gdb.arch/arc-analyze-prologue.S: New file.
9412 * gdb.arch/arc-analyze-prologue.exp: Likewise.
9413
94142017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
9415
9416 * gdb.arch/arc-decode-insn.S: New file.
9417 * gdb.arch/arc-decode-insn.exp: Likewise.
9418
94192017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
9420
9421 PR tdep/20928
9422 * gdb.arch/sparc64-regs.exp: New file.
9423 * gdb.arch/sparc64-regs.S: Likewise.
9424
94252017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
9426
9427 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
9428 and memory view on Python 3.
9429
94302017-03-20 Artemiy Volkov <artemiyv@acm.org>
9431 Keith Seitz <keiths@redhat.com>
9432
9433 PR gdb/14441
9434 * gdb.cp/demangle.exp: Add rvalue reference tests.
9435 * gdb.cp/rvalue-ref-casts.cc: New file.
9436 * gdb.cp/rvalue-ref-casts.exp: New file.
9437 * gdb.cp/rvalue-ref-overload.cc: New file.
9438 * gdb.cp/rvalue-ref-overload.exp: New file.
9439 * gdb.cp/rvalue-ref-params.cc: New file.
9440 * gdb.cp/rvalue-ref-params.exp: New file.
9441 * gdb.cp/rvalue-ref-sizeof.cc: New file.
9442 * gdb.cp/rvalue-ref-sizeof.exp: New file.
9443 * gdb.cp/rvalue-ref-types.cc: New file.
9444 * gdb.cp/rvalue-ref-types.exp: New file.
9445 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
9446 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
9447
94482017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9449
9450 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
9451 New procedure.
9452
94532017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
9454
9455 * lib/mi-support.exp (mi_gdb_test): Add additional message
9456 for unexpected output.
9457
94582017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
9459
9460 * gdb.base/examine-backward.c (Barrier): New character array
9461 constant, to ensure that TestStrings is preceded by a string
9462 terminator.
9463
94642017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
9465
9466 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
9467 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
9468 and implicit pointer into such a location.
9469
94702017-03-16 Doug Evans <dje@google.com>
9471
9472 * gdb.python/py-lazy-string (pointer): Really add new typedef.
9473
94742017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
9475
9476 * gdb.cp/m-static.exp: Fix expectation for prototype of
9477 test5.single_constructor and single_constructor::single_constructor.
9478
94792017-03-16 Doug Evans <dje@google.com>
9480
9481 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
9482 * gdb.guile/scm-lazy-string.c: New file.
9483 * gdb.guile/scm-value.exp: Move lazy string tests to ...
9484 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
9485 for pointer, array, typedef lazy strings.
9486
94872017-03-16 Doug Evans <dje@google.com>
9488
9489 PR python/17728, python/18439, python/18779
9490 * gdb.python/py-value.c (main) Delete locals sptr, sn.
9491 * gdb.python/py-lazy-string.c (pointer): New typedef.
9492 (main): New locals ptr, array, typedef_ptr.
9493 * gdb.python/py-value.exp: Move lazy string tests to ...
9494 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
9495 array, typedef lazy strings.
9496
94972017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
9498
9499 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
9500 Add optional 'test' parameter.
9501
95022017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9503
9504 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9505 Skip for versions of DejaGnu < 1.5.
9506
95072017-03-13 Simon Marchi <simon.marchi@ericsson.com>
9508
9509 * lib/gdb.exp (dejagnu_version): New proc.
9510 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
9511 Use dejagnu_version.
9512
95132017-03-10 Keith Seitz <keiths@redhat.com>
9514
9515 PR c++/8128
9516 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
9517 type from destructor regexps.
9518 Add a branch which actually passes the test.
9519 Adjust "ptype t5i" test names.
9520
95212017-03-08 Pedro Alves <palves@redhat.com>
9522
9523 * gdb.base/step-over-exit.exp: Add explicit test message.
9524
95252017-03-08 Pedro Alves <palves@redhat.com>
9526
9527 PR gdb/18360
9528 * gdb.threads/interrupt-while-step-over.c: New file.
9529 * gdb.threads/interrupt-while-step-over.exp: New file.
9530
95312017-03-08 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
9534 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
9535
95362017-03-08 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9539 PKRU as not supported as a PASS.
9540
95412017-03-08 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
9544 prefix instead of $binfile1/$binfile2.
9545 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
9546 in test message.
9547 * gdb.python/py-completion.exp: Use "load python file" as test
9548 messages instead of unstable path names.
9549
95502017-03-08 Pedro Alves <palves@redhat.com>
9551 Jan Kratochvil <jan.kratochvil@redhat.com>
9552
9553 PR cli/21218
9554 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
9555 New proc.
9556 (top level): Call it.
9557
95582017-03-08 Pedro Alves <palves@redhat.com>
9559
9560 PR tui/21216
9561 * gdb.tui/tui-nl-filtered-output.exp: New file.
9562
95632017-03-08 Pedro Alves <palves@redhat.com>
9564
9565 * gdb.base/completion.exp: Move TUI completion tests to ...
9566 * gdb.tui/completion.exp: ... this new file.
9567
95682017-03-08 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/tui-disasm-long-lines.c,
9571 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
9572 gdb.base/tui-layout.exp: Move to ...
9573 * gdb.tui/: ... this new directory.
9574
95752017-03-07 Pedro Alves <palves@redhat.com>
9576
9577 * gdb.base/tui-layout.c: New file.
9578 * gdb.base/tui-layout.exp: New file.
9579
95802017-03-07 Pedro Alves <palves@redhat.com>
9581
9582 * gdb.base/tui-layout.c: Rename to ...
9583 * gdb.base/tui-disasm-long-lines.c: ... this.
9584 * gdb.base/tui-layout.exp: Rename to ...
9585 * gdb.base/tui-disasm-long-lines.exp: ... this.
9586
95872017-03-07 Pedro Alves <palves@redhat.com>
9588
9589 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
9590
95912017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
9592
9593 * i386-mpx-call.c: New file.
9594 * i386-mpx-call.exp: New file.
9595
95962017-02-28 Peter Bergner <bergner@vnet.ibm.com>
9597
9598 * gdb.arch/powerpc-power.exp: Delete test.
9599 * gdb.arch/powerpc-power.s: Likewise.
9600 * gdb.disasm/disassembler-options.exp: New test.
9601 * gdb.arch/powerpc-altivec.exp: Likewise.
9602 * gdb.arch/powerpc-altivec.s: Likewise.
9603 * gdb.arch/powerpc-altivec2.exp: Likewise.
9604 * gdb.arch/powerpc-altivec2.s: Likewise.
9605 * gdb.arch/powerpc-altivec3.exp: Likewise.
9606 * gdb.arch/powerpc-altivec3.s: Likewise.
9607 * gdb.arch/powerpc-power7.exp: Likewise.
9608 * gdb.arch/powerpc-power7.s: Likewise.
9609 * gdb.arch/powerpc-power8.exp: Likewise.
9610 * gdb.arch/powerpc-power8.s: Likewise.
9611 * gdb.arch/powerpc-power9.exp: Likewise.
9612 * gdb.arch/powerpc-power9.s: Likewise.
9613 * gdb.arch/powerpc-vsx.exp: Likewise.
9614 * gdb.arch/powerpc-vsx.s: Likewise.
9615 * gdb.arch/powerpc-vsx2.exp: Likewise.
9616 * gdb.arch/powerpc-vsx2.s: Likewise.
9617 * gdb.arch/powerpc-vsx3.exp: Likewise.
9618 * gdb.arch/powerpc-vsx3.s: Likewise.
9619 * gdb.arch/arm-disassembler-options.exp: Likewise.
9620 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
9621 * gdb.arch/s390-disassembler-options.exp: Likewise.
9622
96232017-02-23 Luis Machado <lgustavo@codesourcery.com>
9624
9625 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
9626 (check_supported_features): ... this. Changed return type to void.
9627 (supports_rdseed): New static global.
9628 (rdseed): Check supports_rdseed.
9629 (initialize): Call check_supported_features.
9630
96312017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9632
9633 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
9634 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
9635 and lqarx/stqcx.
9636 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
9637 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
9638
96392017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9640
9641 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
9642 uppercase.
9643
96442017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9645
9646 * gdb.dwarf2/formdata16.c: New file.
9647 * gdb.dwarf2/formdata16.exp: New file.
9648 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
9649
96502017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9651
9652 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
9653 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
9654 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
9655 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
9656 DW_AT_GNU_*.
9657
96582017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
9659
9660 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
9661
96622017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
9663
9664 PR gdb/21164
9665 * gdb.base/maint.exp: Add testcases for when the commands do
9666 not have arguments.
9667
96682017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
9669
9670 * gdb.cp/chained-calls.exp: Use p instead of P.
9671
96722017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
9673
9674 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
9675 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
9676
96772017-02-14 Tom Tromey <tom@tromey.com>
9678
9679 PR python/13598:
9680 * gdb.python/py-events.exp: Add before_prompt event tests.
9681
96822017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
9683
9684 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
9685
96862017-02-13 Luis Machado <lgustavo@codesourcery.com>
9687
9688 * gdb.linespec/explicit.c (my_unique_function_name): New function.
9689 (main): Call my_unique_function_name.
9690 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
9691 completion of patterns with a single match.
9692 Add missing -re switches to gdb_test_multiple calls.
9693
96942017-02-13 Luis Machado <lgustavo@codesourcery.com>
9695
9696 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
9697 return if core file is not recognized.
9698
96992017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9700
9701 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
9702 and extra UIs.
9703
97042017-02-10 Simon Marchi <simon.marchi@ericsson.com>
9705
9706 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
9707 proc_with_prefix.
9708
97092017-02-10 Tom Tromey <tom@tromey.com>
9710
9711 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
9712
97132017-02-10 Martin Galvan <martingalvan@sourceware.org>
9714
9715 PR gdb/21122
9716 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
9717
97182017-02-08 Jerome Guitton <guitton@adacore.com>
9719
9720 * gdb.base/define.exp: Add test for command abbreviations
9721 in define.
9722
97232017-02-06 Luis Machado <lgustavo@codesourcery.com>
9724
9725 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
9726 * gdb.reverse/insn-reverse-x86.c: New file.
9727
97282017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
9729
9730 PR tdep/20936
9731 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
9732
97332017-02-03 Tom Tromey <tom@tromey.com>
9734
9735 PR rust/21097:
9736 * gdb.rust/simple.exp: Add new tests.
9737
97382017-02-02 Pedro Alves <palves@redhat.com>
9739
9740 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
9741 tests.
9742
97432017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
9744
9745 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
9746 taking a 2-byte value out of a 4-byte DWARF implicit value on
9747 big-endian targets.
9748 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
9749 logic. Add test cases for DW_OP_implicit.
9750
97512017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9752
9753 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
9754
97552017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9756
9757 * gdb.btrace/enable.exp: Call gdb_exit before
9758 skip_gdbserver_tests.
9759
97602017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9761
9762 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
9763 GDBFLAGS.
9764
97652017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9766
9767 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
9768 the test is skipped.
9769 * gdb.btrace/data.exp: Likewise.
9770 * gdb.btrace/delta.exp: Likewise.
9771 * gdb.btrace/dlopen.exp: Likewise.
9772 * gdb.btrace/enable-running.exp: Likewise.
9773 * gdb.btrace/enable.exp: Likewise.
9774 * gdb.btrace/exception.exp: Likewise.
9775 * gdb.btrace/function_call_history.exp: Likewise.
9776 * gdb.btrace/gcore.exp: Likewise.
9777 * gdb.btrace/instruction_history.exp: Likewise.
9778 * gdb.btrace/multi-thread-step.exp: Likewise.
9779 * gdb.btrace/nohist.exp: Likewise.
9780 * gdb.btrace/non-stop.exp: Likewise.
9781 * gdb.btrace/reconnect.exp: Likewise.
9782 * gdb.btrace/record_goto-step.exp: Likewise.
9783 * gdb.btrace/record_goto.exp: Likewise.
9784 * gdb.btrace/rn-dl-bind.exp: Likewise.
9785 * gdb.btrace/segv.exp: Likewise.
9786 * gdb.btrace/step.exp: Likewise.
9787 * gdb.btrace/stepi.exp: Likewise.
9788 * gdb.btrace/tailcall-only.exp: Likewise.
9789 * gdb.btrace/tailcall.exp: Likewise.
9790 * gdb.btrace/tsx.exp: Likewise.
9791 * gdb.btrace/unknown_functions.exp: Likewise.
9792 * gdb.btrace/vdso.exp: Likewise.
9793
97942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
9795
9796 * gdb.btrace/enable-running.c: New.
9797 * gdb.btrace/enable-running.exp: New.
9798
97992017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
9800
9801 * gdb.arch/amd64-gs_base.c: New file.
9802 * gdb.arch/amd64-gs_base.exp: New file.
9803
98042017-01-26 Luis Machado <lgustavo@codesourcery.com>
9805
9806 * lib/memory.exp: Remove spurious empty newlines.
9807
98082017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
9809
9810 * gdb.python/py-bad-printers.exp: Load python file using "source".
9811 * gdb.python/py-events.exp: Likewise.
9812 * gdb.python/py-evsignal.exp: Likewise.
9813 * gdb.python/py-evthreads.exp: Likewise.
9814 * gdb.python/py-frame-args.exp: Likewise.
9815 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
9816 * gdb.python/py-framefilter-mi.exp: Likewise.
9817 * gdb.python/py-framefilter.exp: Likewise.
9818 * gdb.python/py-mi.exp: Likewise.
9819 * gdb.python/py-pp-maint.exp: Likewise.
9820 * gdb.python/py-pp-registration.exp: Likewise.
9821 * gdb.python/py-prettyprint.exp: Likewise.
9822 (run_lang_tests): Likewise.
9823 * gdb.python/py-typeprint.exp: Likewise.
9824
98252017-01-26 Luis Machado <lgustavo@codesourcery.com>
9826
9827 * lib/memory.exp: New file.
9828 * lib/gdb.exp: Load memory.exp.
9829 * gdb.base/memattr.exp (delete_memory): Move proc to
9830 lib/memory.exp and rename to delete_memory_regions.
9831 Replace delete_memory with delete_memory_regions.
9832 Cleanup memory regions before tests.
9833 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
9834 before tests.
9835
98362017-01-26 Luis Machado <lgustavo@codesourcery.com>
9837
9838 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
9839 files.
9840 (initialize): New function conditionally defined.
9841 (testcases): Move within conditional block.
9842 (main): Call initialize.
9843 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
9844 of gdb.reverse/insn-reverse.c.
9845 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
9846 gdb.reverse/insn-reverse.c.
9847
98482017-01-26 Yao Qi <yao.qi@linaro.org>
9849
9850 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
9851 disassemble on address 0.
9852
98532017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
9854 Yao Qi <yao.qi@linaro.org>
9855
9856 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
9857 * gdb.dwarf2/implptr-64bit.S: Remove.
9858 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
9859 variables in caller's context. Add DW_OP_implicit_value.
9860
98612017-01-25 Yao Qi <yao.qi@linaro.org>
9862
9863 * lib/dwarf.exp (Dwarf::_location): Handle
9864 DW_OP_GNU_implicit_pointer with proper size.
9865
98662017-01-20 Luis Machado <lgustavo@codesourcery.com>
9867
9868 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
9869 and add untested calls.
9870
98712017-01-20 Luis Machado <lgustavo@codesourcery.com>
9872
9873 * gdb.python/python.exp: Check line number against what GDB thinks
9874 the line number is for func1.
9875
98762017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
9877
9878 * gdb.dlang/debug-expr.exp: New file.
9879
98802016-12-23 Luis Machado <lgustavo@codesourcery.com>
9881
9882 Fix test names for the following files:
9883
9884 * gdb.ada/exec_changed.exp
9885 * gdb.ada/info_types.exp
9886 * gdb.arch/aarch64-atomic-inst.exp
9887 * gdb.arch/aarch64-fp.exp
9888 * gdb.arch/altivec-abi.exp
9889 * gdb.arch/altivec-regs.exp
9890 * gdb.arch/amd64-byte.exp
9891 * gdb.arch/amd64-disp-step.exp
9892 * gdb.arch/amd64-dword.exp
9893 * gdb.arch/amd64-entry-value-inline.exp
9894 * gdb.arch/amd64-entry-value-param.exp
9895 * gdb.arch/amd64-entry-value-paramref.exp
9896 * gdb.arch/amd64-entry-value.exp
9897 * gdb.arch/amd64-i386-address.exp
9898 * gdb.arch/amd64-invalid-stack-middle.exp
9899 * gdb.arch/amd64-invalid-stack-top.exp
9900 * gdb.arch/amd64-optimout-repeat.exp
9901 * gdb.arch/amd64-prologue-skip.exp
9902 * gdb.arch/amd64-prologue-xmm.exp
9903 * gdb.arch/amd64-stap-special-operands.exp
9904 * gdb.arch/amd64-stap-wrong-subexp.exp
9905 * gdb.arch/amd64-tailcall-cxx.exp
9906 * gdb.arch/amd64-tailcall-noret.exp
9907 * gdb.arch/amd64-tailcall-ret.exp
9908 * gdb.arch/amd64-tailcall-self.exp
9909 * gdb.arch/amd64-word.exp
9910 * gdb.arch/arm-bl-branch-dest.exp
9911 * gdb.arch/arm-disp-step.exp
9912 * gdb.arch/arm-neon.exp
9913 * gdb.arch/arm-single-step-kernel-helper.exp
9914 * gdb.arch/avr-flash-qualifier.exp
9915 * gdb.arch/disp-step-insn-reloc.exp
9916 * gdb.arch/e500-abi.exp
9917 * gdb.arch/e500-regs.exp
9918 * gdb.arch/ftrace-insn-reloc.exp
9919 * gdb.arch/i386-avx512.exp
9920 * gdb.arch/i386-bp_permanent.exp
9921 * gdb.arch/i386-byte.exp
9922 * gdb.arch/i386-cfi-notcurrent.exp
9923 * gdb.arch/i386-disp-step.exp
9924 * gdb.arch/i386-dr3-watch.exp
9925 * gdb.arch/i386-float.exp
9926 * gdb.arch/i386-gnu-cfi.exp
9927 * gdb.arch/i386-mpx-map.exp
9928 * gdb.arch/i386-mpx-sigsegv.exp
9929 * gdb.arch/i386-mpx-simple_segv.exp
9930 * gdb.arch/i386-mpx.exp
9931 * gdb.arch/i386-permbkpt.exp
9932 * gdb.arch/i386-prologue.exp
9933 * gdb.arch/i386-signal.exp
9934 * gdb.arch/i386-size-overlap.exp
9935 * gdb.arch/i386-unwind.exp
9936 * gdb.arch/i386-word.exp
9937 * gdb.arch/mips-fcr.exp
9938 * gdb.arch/powerpc-d128-regs.exp
9939 * gdb.arch/powerpc-stackless.exp
9940 * gdb.arch/ppc64-atomic-inst.exp
9941 * gdb.arch/s390-stackless.exp
9942 * gdb.arch/s390-tdbregs.exp
9943 * gdb.arch/s390-vregs.exp
9944 * gdb.arch/sparc-sysstep.exp
9945 * gdb.arch/thumb-bx-pc.exp
9946 * gdb.arch/thumb-singlestep.exp
9947 * gdb.arch/thumb2-it.exp
9948 * gdb.arch/vsx-regs.exp
9949 * gdb.asm/asm-source.exp
9950 * gdb.base/a2-run.exp
9951 * gdb.base/advance.exp
9952 * gdb.base/all-bin.exp
9953 * gdb.base/anon.exp
9954 * gdb.base/args.exp
9955 * gdb.base/arithmet.exp
9956 * gdb.base/async-shell.exp
9957 * gdb.base/async.exp
9958 * gdb.base/attach-pie-noexec.exp
9959 * gdb.base/attach-twice.exp
9960 * gdb.base/auto-load.exp
9961 * gdb.base/bang.exp
9962 * gdb.base/bitfields.exp
9963 * gdb.base/break-always.exp
9964 * gdb.base/break-caller-line.exp
9965 * gdb.base/break-entry.exp
9966 * gdb.base/break-inline.exp
9967 * gdb.base/break-on-linker-gcd-function.exp
9968 * gdb.base/break-probes.exp
9969 * gdb.base/break.exp
9970 * gdb.base/breakpoint-shadow.exp
9971 * gdb.base/call-ar-st.exp
9972 * gdb.base/call-sc.exp
9973 * gdb.base/call-signal-resume.exp
9974 * gdb.base/call-strs.exp
9975 * gdb.base/callfuncs.exp
9976 * gdb.base/catch-fork-static.exp
9977 * gdb.base/catch-gdb-caused-signals.exp
9978 * gdb.base/catch-load.exp
9979 * gdb.base/catch-signal-fork.exp
9980 * gdb.base/catch-signal.exp
9981 * gdb.base/catch-syscall.exp
9982 * gdb.base/charset.exp
9983 * gdb.base/checkpoint.exp
9984 * gdb.base/chng-syms.exp
9985 * gdb.base/code-expr.exp
9986 * gdb.base/code_elim.exp
9987 * gdb.base/commands.exp
9988 * gdb.base/completion.exp
9989 * gdb.base/complex.exp
9990 * gdb.base/cond-expr.exp
9991 * gdb.base/condbreak.exp
9992 * gdb.base/consecutive.exp
9993 * gdb.base/continue-all-already-running.exp
9994 * gdb.base/coredump-filter.exp
9995 * gdb.base/corefile.exp
9996 * gdb.base/dbx.exp
9997 * gdb.base/debug-expr.exp
9998 * gdb.base/define.exp
9999 * gdb.base/del.exp
10000 * gdb.base/disabled-location.exp
10001 * gdb.base/disasm-end-cu.exp
10002 * gdb.base/disasm-optim.exp
10003 * gdb.base/display.exp
10004 * gdb.base/duplicate-bp.exp
10005 * gdb.base/ena-dis-br.exp
10006 * gdb.base/ending-run.exp
10007 * gdb.base/enumval.exp
10008 * gdb.base/environ.exp
10009 * gdb.base/eu-strip-infcall.exp
10010 * gdb.base/eval-avoid-side-effects.exp
10011 * gdb.base/eval-skip.exp
10012 * gdb.base/exitsignal.exp
10013 * gdb.base/expand-psymtabs.exp
10014 * gdb.base/filesym.exp
10015 * gdb.base/find-unmapped.exp
10016 * gdb.base/finish.exp
10017 * gdb.base/float.exp
10018 * gdb.base/foll-exec-mode.exp
10019 * gdb.base/foll-exec.exp
10020 * gdb.base/foll-fork.exp
10021 * gdb.base/fortran-sym-case.exp
10022 * gdb.base/freebpcmd.exp
10023 * gdb.base/func-ptr.exp
10024 * gdb.base/func-ptrs.exp
10025 * gdb.base/funcargs.exp
10026 * gdb.base/gcore-buffer-overflow.exp
10027 * gdb.base/gcore-relro-pie.exp
10028 * gdb.base/gcore-relro.exp
10029 * gdb.base/gcore.exp
10030 * gdb.base/gdb1090.exp
10031 * gdb.base/gdb11530.exp
10032 * gdb.base/gdb11531.exp
10033 * gdb.base/gdb1821.exp
10034 * gdb.base/gdbindex-stabs.exp
10035 * gdb.base/gdbvars.exp
10036 * gdb.base/hbreak.exp
10037 * gdb.base/hbreak2.exp
10038 * gdb.base/included.exp
10039 * gdb.base/infcall-input.exp
10040 * gdb.base/inferior-died.exp
10041 * gdb.base/infnan.exp
10042 * gdb.base/info-macros.exp
10043 * gdb.base/info-os.exp
10044 * gdb.base/info-proc.exp
10045 * gdb.base/info-shared.exp
10046 * gdb.base/info-target.exp
10047 * gdb.base/infoline.exp
10048 * gdb.base/interp.exp
10049 * gdb.base/interrupt.exp
10050 * gdb.base/jit-reader.exp
10051 * gdb.base/jit-simple.exp
10052 * gdb.base/kill-after-signal.exp
10053 * gdb.base/kill-detach-inferiors-cmd.exp
10054 * gdb.base/label.exp
10055 * gdb.base/langs.exp
10056 * gdb.base/ldbl_e308.exp
10057 * gdb.base/line-symtabs.exp
10058 * gdb.base/linespecs.exp
10059 * gdb.base/list.exp
10060 * gdb.base/long_long.exp
10061 * gdb.base/longest-types.exp
10062 * gdb.base/maint.exp
10063 * gdb.base/max-value-size.exp
10064 * gdb.base/memattr.exp
10065 * gdb.base/mips_pro.exp
10066 * gdb.base/morestack.exp
10067 * gdb.base/moribund-step.exp
10068 * gdb.base/multi-forks.exp
10069 * gdb.base/nested-addr.exp
10070 * gdb.base/nextoverexit.exp
10071 * gdb.base/noreturn-finish.exp
10072 * gdb.base/noreturn-return.exp
10073 * gdb.base/nostdlib.exp
10074 * gdb.base/offsets.exp
10075 * gdb.base/opaque.exp
10076 * gdb.base/pc-fp.exp
10077 * gdb.base/permissions.exp
10078 * gdb.base/print-symbol-loading.exp
10079 * gdb.base/prologue-include.exp
10080 * gdb.base/psymtab.exp
10081 * gdb.base/ptype.exp
10082 * gdb.base/random-signal.exp
10083 * gdb.base/randomize.exp
10084 * gdb.base/range-stepping.exp
10085 * gdb.base/readline-ask.exp
10086 * gdb.base/recpar.exp
10087 * gdb.base/recurse.exp
10088 * gdb.base/relational.exp
10089 * gdb.base/restore.exp
10090 * gdb.base/return-nodebug.exp
10091 * gdb.base/return.exp
10092 * gdb.base/run-after-attach.exp
10093 * gdb.base/save-bp.exp
10094 * gdb.base/scope.exp
10095 * gdb.base/sect-cmd.exp
10096 * gdb.base/set-lang-auto.exp
10097 * gdb.base/set-noassign.exp
10098 * gdb.base/setvar.exp
10099 * gdb.base/sigall.exp
10100 * gdb.base/sigbpt.exp
10101 * gdb.base/siginfo-addr.exp
10102 * gdb.base/siginfo-infcall.exp
10103 * gdb.base/siginfo-obj.exp
10104 * gdb.base/siginfo.exp
10105 * gdb.base/signals-state-child.exp
10106 * gdb.base/signest.exp
10107 * gdb.base/sigstep.exp
10108 * gdb.base/sizeof.exp
10109 * gdb.base/skip.exp
10110 * gdb.base/solib-corrupted.exp
10111 * gdb.base/solib-nodir.exp
10112 * gdb.base/solib-search.exp
10113 * gdb.base/stack-checking.exp
10114 * gdb.base/stale-infcall.exp
10115 * gdb.base/stap-probe.exp
10116 * gdb.base/start.exp
10117 * gdb.base/step-break.exp
10118 * gdb.base/step-bt.exp
10119 * gdb.base/step-line.exp
10120 * gdb.base/step-over-exit.exp
10121 * gdb.base/step-over-syscall.exp
10122 * gdb.base/step-resume-infcall.exp
10123 * gdb.base/step-test.exp
10124 * gdb.base/store.exp
10125 * gdb.base/structs3.exp
10126 * gdb.base/sym-file.exp
10127 * gdb.base/symbol-without-target_section.exp
10128 * gdb.base/term.exp
10129 * gdb.base/testenv.exp
10130 * gdb.base/ui-redirect.exp
10131 * gdb.base/until.exp
10132 * gdb.base/unwindonsignal.exp
10133 * gdb.base/value-double-free.exp
10134 * gdb.base/vla-datatypes.exp
10135 * gdb.base/vla-ptr.exp
10136 * gdb.base/vla-sideeffect.exp
10137 * gdb.base/volatile.exp
10138 * gdb.base/watch-cond-infcall.exp
10139 * gdb.base/watch-cond.exp
10140 * gdb.base/watch-non-mem.exp
10141 * gdb.base/watch-read.exp
10142 * gdb.base/watch-vfork.exp
10143 * gdb.base/watchpoint-cond-gone.exp
10144 * gdb.base/watchpoint-delete.exp
10145 * gdb.base/watchpoint-hw-hit-once.exp
10146 * gdb.base/watchpoint-hw.exp
10147 * gdb.base/watchpoint-stops-at-right-insn.exp
10148 * gdb.base/watchpoints.exp
10149 * gdb.base/wchar.exp
10150 * gdb.base/whatis-exp.exp
10151 * gdb.btrace/buffer-size.exp
10152 * gdb.btrace/data.exp
10153 * gdb.btrace/delta.exp
10154 * gdb.btrace/dlopen.exp
10155 * gdb.btrace/enable.exp
10156 * gdb.btrace/exception.exp
10157 * gdb.btrace/function_call_history.exp
10158 * gdb.btrace/gcore.exp
10159 * gdb.btrace/instruction_history.exp
10160 * gdb.btrace/nohist.exp
10161 * gdb.btrace/reconnect.exp
10162 * gdb.btrace/record_goto-step.exp
10163 * gdb.btrace/record_goto.exp
10164 * gdb.btrace/rn-dl-bind.exp
10165 * gdb.btrace/segv.exp
10166 * gdb.btrace/step.exp
10167 * gdb.btrace/stepi.exp
10168 * gdb.btrace/tailcall-only.exp
10169 * gdb.btrace/tailcall.exp
10170 * gdb.btrace/tsx.exp
10171 * gdb.btrace/unknown_functions.exp
10172 * gdb.btrace/vdso.exp
10173 * gdb.compile/compile-ifunc.exp
10174 * gdb.compile/compile-ops.exp
10175 * gdb.compile/compile-print.exp
10176 * gdb.compile/compile-setjmp.exp
10177 * gdb.cp/abstract-origin.exp
10178 * gdb.cp/ambiguous.exp
10179 * gdb.cp/annota2.exp
10180 * gdb.cp/annota3.exp
10181 * gdb.cp/anon-ns.exp
10182 * gdb.cp/anon-struct.exp
10183 * gdb.cp/anon-union.exp
10184 * gdb.cp/arg-reference.exp
10185 * gdb.cp/baseenum.exp
10186 * gdb.cp/bool.exp
10187 * gdb.cp/breakpoint.exp
10188 * gdb.cp/bs15503.exp
10189 * gdb.cp/call-c.exp
10190 * gdb.cp/casts.exp
10191 * gdb.cp/chained-calls.exp
10192 * gdb.cp/class2.exp
10193 * gdb.cp/classes.exp
10194 * gdb.cp/cmpd-minsyms.exp
10195 * gdb.cp/converts.exp
10196 * gdb.cp/cp-relocate.exp
10197 * gdb.cp/cpcompletion.exp
10198 * gdb.cp/cpexprs.exp
10199 * gdb.cp/cplabel.exp
10200 * gdb.cp/cplusfuncs.exp
10201 * gdb.cp/cpsizeof.exp
10202 * gdb.cp/ctti.exp
10203 * gdb.cp/derivation.exp
10204 * gdb.cp/destrprint.exp
10205 * gdb.cp/dispcxx.exp
10206 * gdb.cp/enum-class.exp
10207 * gdb.cp/exception.exp
10208 * gdb.cp/exceptprint.exp
10209 * gdb.cp/expand-psymtabs-cxx.exp
10210 * gdb.cp/expand-sals.exp
10211 * gdb.cp/extern-c.exp
10212 * gdb.cp/filename.exp
10213 * gdb.cp/formatted-ref.exp
10214 * gdb.cp/fpointer.exp
10215 * gdb.cp/gdb1355.exp
10216 * gdb.cp/gdb2495.exp
10217 * gdb.cp/hang.exp
10218 * gdb.cp/impl-this.exp
10219 * gdb.cp/infcall-dlopen.exp
10220 * gdb.cp/inherit.exp
10221 * gdb.cp/iostream.exp
10222 * gdb.cp/koenig.exp
10223 * gdb.cp/local.exp
10224 * gdb.cp/m-data.exp
10225 * gdb.cp/m-static.exp
10226 * gdb.cp/mb-ctor.exp
10227 * gdb.cp/mb-inline.exp
10228 * gdb.cp/mb-templates.exp
10229 * gdb.cp/member-name.exp
10230 * gdb.cp/member-ptr.exp
10231 * gdb.cp/meth-typedefs.exp
10232 * gdb.cp/method.exp
10233 * gdb.cp/method2.exp
10234 * gdb.cp/minsym-fallback.exp
10235 * gdb.cp/misc.exp
10236 * gdb.cp/namelessclass.exp
10237 * gdb.cp/namespace-enum.exp
10238 * gdb.cp/namespace-nested-import.exp
10239 * gdb.cp/namespace.exp
10240 * gdb.cp/nextoverthrow.exp
10241 * gdb.cp/no-dmgl-verbose.exp
10242 * gdb.cp/non-trivial-retval.exp
10243 * gdb.cp/noparam.exp
10244 * gdb.cp/nsdecl.exp
10245 * gdb.cp/nsimport.exp
10246 * gdb.cp/nsnested.exp
10247 * gdb.cp/nsnoimports.exp
10248 * gdb.cp/nsrecurs.exp
10249 * gdb.cp/nsstress.exp
10250 * gdb.cp/nsusing.exp
10251 * gdb.cp/operator.exp
10252 * gdb.cp/oranking.exp
10253 * gdb.cp/overload-const.exp
10254 * gdb.cp/overload.exp
10255 * gdb.cp/ovldbreak.exp
10256 * gdb.cp/ovsrch.exp
10257 * gdb.cp/paren-type.exp
10258 * gdb.cp/parse-lang.exp
10259 * gdb.cp/pass-by-ref.exp
10260 * gdb.cp/pr-1023.exp
10261 * gdb.cp/pr-1210.exp
10262 * gdb.cp/pr-574.exp
10263 * gdb.cp/pr10687.exp
10264 * gdb.cp/pr12028.exp
10265 * gdb.cp/pr17132.exp
10266 * gdb.cp/pr17494.exp
10267 * gdb.cp/pr9067.exp
10268 * gdb.cp/pr9167.exp
10269 * gdb.cp/pr9631.exp
10270 * gdb.cp/printmethod.exp
10271 * gdb.cp/psmang.exp
10272 * gdb.cp/psymtab-parameter.exp
10273 * gdb.cp/ptype-cv-cp.exp
10274 * gdb.cp/ptype-flags.exp
10275 * gdb.cp/re-set-overloaded.exp
10276 * gdb.cp/ref-types.exp
10277 * gdb.cp/rtti.exp
10278 * gdb.cp/scope-err.exp
10279 * gdb.cp/shadow.exp
10280 * gdb.cp/smartp.exp
10281 * gdb.cp/static-method.exp
10282 * gdb.cp/static-print-quit.exp
10283 * gdb.cp/temargs.exp
10284 * gdb.cp/templates.exp
10285 * gdb.cp/try_catch.exp
10286 * gdb.cp/typedef-operator.exp
10287 * gdb.cp/typeid.exp
10288 * gdb.cp/userdef.exp
10289 * gdb.cp/using-crash.exp
10290 * gdb.cp/var-tag.exp
10291 * gdb.cp/virtbase.exp
10292 * gdb.cp/virtfunc.exp
10293 * gdb.cp/virtfunc2.exp
10294 * gdb.cp/vla-cxx.exp
10295 * gdb.disasm/t01_mov.exp
10296 * gdb.disasm/t02_mova.exp
10297 * gdb.disasm/t03_add.exp
10298 * gdb.disasm/t04_sub.exp
10299 * gdb.disasm/t05_cmp.exp
10300 * gdb.disasm/t06_ari2.exp
10301 * gdb.disasm/t07_ari3.exp
10302 * gdb.disasm/t08_or.exp
10303 * gdb.disasm/t09_xor.exp
10304 * gdb.disasm/t10_and.exp
10305 * gdb.disasm/t11_logs.exp
10306 * gdb.disasm/t12_bit.exp
10307 * gdb.disasm/t13_otr.exp
10308 * gdb.dlang/circular.exp
10309 * gdb.dwarf2/arr-stride.exp
10310 * gdb.dwarf2/arr-subrange.exp
10311 * gdb.dwarf2/atomic-type.exp
10312 * gdb.dwarf2/bad-regnum.exp
10313 * gdb.dwarf2/bitfield-parent-optimized-out.exp
10314 * gdb.dwarf2/callframecfa.exp
10315 * gdb.dwarf2/clztest.exp
10316 * gdb.dwarf2/corrupt.exp
10317 * gdb.dwarf2/data-loc.exp
10318 * gdb.dwarf2/dup-psym.exp
10319 * gdb.dwarf2/dw2-anon-mptr.exp
10320 * gdb.dwarf2/dw2-anonymous-func.exp
10321 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
10322 * gdb.dwarf2/dw2-bad-unresolved.exp
10323 * gdb.dwarf2/dw2-basic.exp
10324 * gdb.dwarf2/dw2-canonicalize-type.exp
10325 * gdb.dwarf2/dw2-case-insensitive.exp
10326 * gdb.dwarf2/dw2-common-block.exp
10327 * gdb.dwarf2/dw2-compdir-oldgcc.exp
10328 * gdb.dwarf2/dw2-compressed.exp
10329 * gdb.dwarf2/dw2-const.exp
10330 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
10331 * gdb.dwarf2/dw2-cu-size.exp
10332 * gdb.dwarf2/dw2-dup-frame.exp
10333 * gdb.dwarf2/dw2-entry-value.exp
10334 * gdb.dwarf2/dw2-icycle.exp
10335 * gdb.dwarf2/dw2-ifort-parameter.exp
10336 * gdb.dwarf2/dw2-inline-break.exp
10337 * gdb.dwarf2/dw2-inline-param.exp
10338 * gdb.dwarf2/dw2-intercu.exp
10339 * gdb.dwarf2/dw2-intermix.exp
10340 * gdb.dwarf2/dw2-lexical-block-bare.exp
10341 * gdb.dwarf2/dw2-linkage-name-trust.exp
10342 * gdb.dwarf2/dw2-minsym-in-cu.exp
10343 * gdb.dwarf2/dw2-noloc.exp
10344 * gdb.dwarf2/dw2-op-call.exp
10345 * gdb.dwarf2/dw2-op-out-param.exp
10346 * gdb.dwarf2/dw2-opt-structptr.exp
10347 * gdb.dwarf2/dw2-param-error.exp
10348 * gdb.dwarf2/dw2-producer.exp
10349 * gdb.dwarf2/dw2-ranges-base.exp
10350 * gdb.dwarf2/dw2-ref-missing-frame.exp
10351 * gdb.dwarf2/dw2-reg-undefined.exp
10352 * gdb.dwarf2/dw2-regno-invalid.exp
10353 * gdb.dwarf2/dw2-restore.exp
10354 * gdb.dwarf2/dw2-restrict.exp
10355 * gdb.dwarf2/dw2-single-line-discriminators.exp
10356 * gdb.dwarf2/dw2-strp.exp
10357 * gdb.dwarf2/dw2-undefined-ret-addr.exp
10358 * gdb.dwarf2/dw2-unresolved.exp
10359 * gdb.dwarf2/dw2-var-zero-addr.exp
10360 * gdb.dwarf2/dw4-sig-types.exp
10361 * gdb.dwarf2/dwz.exp
10362 * gdb.dwarf2/dynarr-ptr.exp
10363 * gdb.dwarf2/enum-type.exp
10364 * gdb.dwarf2/gdb-index.exp
10365 * gdb.dwarf2/implptr-64bit.exp
10366 * gdb.dwarf2/implptr-optimized-out.exp
10367 * gdb.dwarf2/implptr.exp
10368 * gdb.dwarf2/implref-array.exp
10369 * gdb.dwarf2/implref-const.exp
10370 * gdb.dwarf2/implref-global.exp
10371 * gdb.dwarf2/implref-struct.exp
10372 * gdb.dwarf2/mac-fileno.exp
10373 * gdb.dwarf2/main-subprogram.exp
10374 * gdb.dwarf2/member-ptr-forwardref.exp
10375 * gdb.dwarf2/method-ptr.exp
10376 * gdb.dwarf2/missing-sig-type.exp
10377 * gdb.dwarf2/nonvar-access.exp
10378 * gdb.dwarf2/opaque-type-lookup.exp
10379 * gdb.dwarf2/pieces-optimized-out.exp
10380 * gdb.dwarf2/pieces.exp
10381 * gdb.dwarf2/pr10770.exp
10382 * gdb.dwarf2/pr13961.exp
10383 * gdb.dwarf2/staticvirtual.exp
10384 * gdb.dwarf2/subrange.exp
10385 * gdb.dwarf2/symtab-producer.exp
10386 * gdb.dwarf2/trace-crash.exp
10387 * gdb.dwarf2/typeddwarf.exp
10388 * gdb.dwarf2/valop.exp
10389 * gdb.dwarf2/watch-notconst.exp
10390 * gdb.fortran/array-element.exp
10391 * gdb.fortran/charset.exp
10392 * gdb.fortran/common-block.exp
10393 * gdb.fortran/complex.exp
10394 * gdb.fortran/derived-type-function.exp
10395 * gdb.fortran/derived-type.exp
10396 * gdb.fortran/logical.exp
10397 * gdb.fortran/module.exp
10398 * gdb.fortran/multi-dim.exp
10399 * gdb.fortran/nested-funcs.exp
10400 * gdb.fortran/print-formatted.exp
10401 * gdb.fortran/subarray.exp
10402 * gdb.fortran/vla-alloc-assoc.exp
10403 * gdb.fortran/vla-datatypes.exp
10404 * gdb.fortran/vla-history.exp
10405 * gdb.fortran/vla-ptr-info.exp
10406 * gdb.fortran/vla-ptype-sub.exp
10407 * gdb.fortran/vla-ptype.exp
10408 * gdb.fortran/vla-sizeof.exp
10409 * gdb.fortran/vla-type.exp
10410 * gdb.fortran/vla-value-sub-arbitrary.exp
10411 * gdb.fortran/vla-value-sub-finish.exp
10412 * gdb.fortran/vla-value-sub.exp
10413 * gdb.fortran/vla-value.exp
10414 * gdb.fortran/whatis_type.exp
10415 * gdb.go/chan.exp
10416 * gdb.go/handcall.exp
10417 * gdb.go/hello.exp
10418 * gdb.go/integers.exp
10419 * gdb.go/methods.exp
10420 * gdb.go/package.exp
10421 * gdb.go/strings.exp
10422 * gdb.go/types.exp
10423 * gdb.go/unsafe.exp
10424 * gdb.guile/scm-arch.exp
10425 * gdb.guile/scm-block.exp
10426 * gdb.guile/scm-breakpoint.exp
10427 * gdb.guile/scm-cmd.exp
10428 * gdb.guile/scm-disasm.exp
10429 * gdb.guile/scm-equal.exp
10430 * gdb.guile/scm-frame-args.exp
10431 * gdb.guile/scm-frame-inline.exp
10432 * gdb.guile/scm-frame.exp
10433 * gdb.guile/scm-iterator.exp
10434 * gdb.guile/scm-math.exp
10435 * gdb.guile/scm-objfile.exp
10436 * gdb.guile/scm-ports.exp
10437 * gdb.guile/scm-symbol.exp
10438 * gdb.guile/scm-symtab.exp
10439 * gdb.guile/scm-value-cc.exp
10440 * gdb.guile/types-module.exp
10441 * gdb.linespec/break-ask.exp
10442 * gdb.linespec/cpexplicit.exp
10443 * gdb.linespec/explicit.exp
10444 * gdb.linespec/keywords.exp
10445 * gdb.linespec/linespec.exp
10446 * gdb.linespec/ls-dollar.exp
10447 * gdb.linespec/ls-errs.exp
10448 * gdb.linespec/skip-two.exp
10449 * gdb.linespec/thread.exp
10450 * gdb.mi/mi-async.exp
10451 * gdb.mi/mi-basics.exp
10452 * gdb.mi/mi-break.exp
10453 * gdb.mi/mi-catch-load.exp
10454 * gdb.mi/mi-cli.exp
10455 * gdb.mi/mi-cmd-param-changed.exp
10456 * gdb.mi/mi-console.exp
10457 * gdb.mi/mi-detach.exp
10458 * gdb.mi/mi-disassemble.exp
10459 * gdb.mi/mi-eval.exp
10460 * gdb.mi/mi-file-transfer.exp
10461 * gdb.mi/mi-file.exp
10462 * gdb.mi/mi-fill-memory.exp
10463 * gdb.mi/mi-inheritance-syntax-error.exp
10464 * gdb.mi/mi-linespec-err-cp.exp
10465 * gdb.mi/mi-logging.exp
10466 * gdb.mi/mi-memory-changed.exp
10467 * gdb.mi/mi-read-memory.exp
10468 * gdb.mi/mi-record-changed.exp
10469 * gdb.mi/mi-reg-undefined.exp
10470 * gdb.mi/mi-regs.exp
10471 * gdb.mi/mi-return.exp
10472 * gdb.mi/mi-reverse.exp
10473 * gdb.mi/mi-simplerun.exp
10474 * gdb.mi/mi-solib.exp
10475 * gdb.mi/mi-stack.exp
10476 * gdb.mi/mi-stepi.exp
10477 * gdb.mi/mi-syn-frame.exp
10478 * gdb.mi/mi-until.exp
10479 * gdb.mi/mi-var-block.exp
10480 * gdb.mi/mi-var-child.exp
10481 * gdb.mi/mi-var-cmd.exp
10482 * gdb.mi/mi-var-cp.exp
10483 * gdb.mi/mi-var-display.exp
10484 * gdb.mi/mi-var-invalidate.exp
10485 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
10486 * gdb.mi/mi-vla-fortran.exp
10487 * gdb.mi/mi-watch.exp
10488 * gdb.mi/mi2-var-child.exp
10489 * gdb.mi/user-selected-context-sync.exp
10490 * gdb.modula2/unbounded-array.exp
10491 * gdb.multi/dummy-frame-restore.exp
10492 * gdb.multi/multi-arch-exec.exp
10493 * gdb.multi/multi-arch.exp
10494 * gdb.multi/tids.exp
10495 * gdb.multi/watchpoint-multi.exp
10496 * gdb.opencl/callfuncs.exp
10497 * gdb.opencl/convs_casts.exp
10498 * gdb.opencl/datatypes.exp
10499 * gdb.opencl/operators.exp
10500 * gdb.opencl/vec_comps.exp
10501 * gdb.opt/clobbered-registers-O2.exp
10502 * gdb.opt/inline-break.exp
10503 * gdb.opt/inline-bt.exp
10504 * gdb.opt/inline-cmds.exp
10505 * gdb.opt/inline-locals.exp
10506 * gdb.pascal/case-insensitive-symbols.exp
10507 * gdb.pascal/floats.exp
10508 * gdb.pascal/gdb11492.exp
10509 * gdb.python/lib-types.exp
10510 * gdb.python/py-arch.exp
10511 * gdb.python/py-as-string.exp
10512 * gdb.python/py-bad-printers.exp
10513 * gdb.python/py-block.exp
10514 * gdb.python/py-breakpoint-create-fail.exp
10515 * gdb.python/py-breakpoint.exp
10516 * gdb.python/py-caller-is.exp
10517 * gdb.python/py-cmd.exp
10518 * gdb.python/py-explore-cc.exp
10519 * gdb.python/py-explore.exp
10520 * gdb.python/py-finish-breakpoint.exp
10521 * gdb.python/py-finish-breakpoint2.exp
10522 * gdb.python/py-frame-args.exp
10523 * gdb.python/py-frame-inline.exp
10524 * gdb.python/py-frame.exp
10525 * gdb.python/py-framefilter-mi.exp
10526 * gdb.python/py-infthread.exp
10527 * gdb.python/py-lazy-string.exp
10528 * gdb.python/py-linetable.exp
10529 * gdb.python/py-mi-events.exp
10530 * gdb.python/py-mi-objfile.exp
10531 * gdb.python/py-mi.exp
10532 * gdb.python/py-objfile.exp
10533 * gdb.python/py-pp-integral.exp
10534 * gdb.python/py-pp-maint.exp
10535 * gdb.python/py-pp-re-notag.exp
10536 * gdb.python/py-pp-registration.exp
10537 * gdb.python/py-recurse-unwind.exp
10538 * gdb.python/py-strfns.exp
10539 * gdb.python/py-symbol.exp
10540 * gdb.python/py-symtab.exp
10541 * gdb.python/py-sync-interp.exp
10542 * gdb.python/py-typeprint.exp
10543 * gdb.python/py-unwind-maint.exp
10544 * gdb.python/py-unwind.exp
10545 * gdb.python/py-value-cc.exp
10546 * gdb.python/py-xmethods.exp
10547 * gdb.reverse/amd64-tailcall-reverse.exp
10548 * gdb.reverse/break-precsave.exp
10549 * gdb.reverse/break-reverse.exp
10550 * gdb.reverse/consecutive-precsave.exp
10551 * gdb.reverse/consecutive-reverse.exp
10552 * gdb.reverse/finish-precsave.exp
10553 * gdb.reverse/finish-reverse-bkpt.exp
10554 * gdb.reverse/finish-reverse.exp
10555 * gdb.reverse/fstatat-reverse.exp
10556 * gdb.reverse/getresuid-reverse.exp
10557 * gdb.reverse/i386-precsave.exp
10558 * gdb.reverse/i386-reverse.exp
10559 * gdb.reverse/i386-sse-reverse.exp
10560 * gdb.reverse/i387-env-reverse.exp
10561 * gdb.reverse/i387-stack-reverse.exp
10562 * gdb.reverse/insn-reverse.exp
10563 * gdb.reverse/machinestate-precsave.exp
10564 * gdb.reverse/machinestate.exp
10565 * gdb.reverse/next-reverse-bkpt-over-sr.exp
10566 * gdb.reverse/pipe-reverse.exp
10567 * gdb.reverse/readv-reverse.exp
10568 * gdb.reverse/recvmsg-reverse.exp
10569 * gdb.reverse/rerun-prec.exp
10570 * gdb.reverse/s390-mvcle.exp
10571 * gdb.reverse/step-precsave.exp
10572 * gdb.reverse/step-reverse.exp
10573 * gdb.reverse/time-reverse.exp
10574 * gdb.reverse/until-precsave.exp
10575 * gdb.reverse/until-reverse.exp
10576 * gdb.reverse/waitpid-reverse.exp
10577 * gdb.reverse/watch-precsave.exp
10578 * gdb.reverse/watch-reverse.exp
10579 * gdb.rust/generics.exp
10580 * gdb.rust/methods.exp
10581 * gdb.rust/modules.exp
10582 * gdb.rust/simple.exp
10583 * gdb.server/connect-with-no-symbol-file.exp
10584 * gdb.server/ext-attach.exp
10585 * gdb.server/ext-restart.exp
10586 * gdb.server/ext-wrapper.exp
10587 * gdb.server/file-transfer.exp
10588 * gdb.server/server-exec-info.exp
10589 * gdb.server/server-kill.exp
10590 * gdb.server/server-mon.exp
10591 * gdb.server/wrapper.exp
10592 * gdb.stabs/exclfwd.exp
10593 * gdb.stabs/gdb11479.exp
10594 * gdb.threads/clone-new-thread-event.exp
10595 * gdb.threads/corethreads.exp
10596 * gdb.threads/current-lwp-dead.exp
10597 * gdb.threads/dlopen-libpthread.exp
10598 * gdb.threads/gcore-thread.exp
10599 * gdb.threads/sigstep-threads.exp
10600 * gdb.threads/watchpoint-fork.exp
10601 * gdb.trace/actions-changed.exp
10602 * gdb.trace/backtrace.exp
10603 * gdb.trace/change-loc.exp
10604 * gdb.trace/circ.exp
10605 * gdb.trace/collection.exp
10606 * gdb.trace/disconnected-tracing.exp
10607 * gdb.trace/ftrace.exp
10608 * gdb.trace/mi-trace-frame-collected.exp
10609 * gdb.trace/mi-trace-unavailable.exp
10610 * gdb.trace/mi-traceframe-changed.exp
10611 * gdb.trace/mi-tsv-changed.exp
10612 * gdb.trace/no-attach-trace.exp
10613 * gdb.trace/passc-dyn.exp
10614 * gdb.trace/qtro.exp
10615 * gdb.trace/range-stepping.exp
10616 * gdb.trace/read-memory.exp
10617 * gdb.trace/save-trace.exp
10618 * gdb.trace/signal.exp
10619 * gdb.trace/status-stop.exp
10620 * gdb.trace/tfile.exp
10621 * gdb.trace/trace-break.exp
10622 * gdb.trace/trace-buffer-size.exp
10623 * gdb.trace/trace-condition.exp
10624 * gdb.trace/tracefile-pseudo-reg.exp
10625 * gdb.trace/tstatus.exp
10626 * gdb.trace/unavailable.exp
10627 * gdb.trace/while-dyn.exp
10628 * gdb.trace/while-stepping.exp
10629
106302016-12-22 Doug Evans <xdje42@gmail.com>
10631
10632 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
10633 and msymbols.
10634
106352016-12-19 Yao Qi <yao.qi@linaro.org>
10636
10637 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
10638 (test_with_self): Don't call do_steps_and_nexts, and remove
10639 code about stepping into xmalloc.
10640
106412016-12-09 Yao Qi <yao.qi@linaro.org>
10642
10643 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
10644
106452016-12-09 Yao Qi <yao.qi@linaro.org>
10646
10647 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
10648
106492016-12-09 Pedro Alves <palves@redhat.com>
10650
10651 * gdb.base/all-architectures-0.exp: New file.
10652 * gdb.base/all-architectures-1.exp: New file.
10653 * gdb.base/all-architectures-2.exp: New file.
10654 * gdb.base/all-architectures-3.exp: New file.
10655 * gdb.base/all-architectures-4.exp: New file.
10656 * gdb.base/all-architectures-5.exp: New file.
10657 * gdb.base/all-architectures-6.exp: New file.
10658 * gdb.base/all-architectures-7.exp: New file.
10659 * gdb.base/all-architectures.exp.in: New file.
10660
106612016-12-09 Yao Qi <yao.qi@linaro.org>
10662
10663 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
10664
106652016-12-02 Luis Machado <lgustavo@codesourcery.com>
10666
10667 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
10668 possible.
10669 Remove useless pattern-matching code.
10670
106712016-12-02 Pedro Alves <palves@redhat.com>
10672
10673 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
10674 procedure.
10675 (top level): Call it.
10676
106772016-12-02 Pedro Alves <palves@redhat.com>
10678
10679 * gdb.base/commands.exp (user_defined_command_args_stack_test):
10680 New procedure.
10681 (top level): Call it.
10682
106832016-12-02 Pedro Alves <palves@redhat.com>
10684
10685 PR cli/20559
10686 * gdb.base/commands.exp (user_defined_command_args_eval): New
10687 procedure.
10688 (top level): Call it.
10689
106902016-12-02 Luis Machado <lgustavo@codesourcery.com>
10691
10692 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
10693 timeout handling.
10694
106952016-12-02 Tom Tromey <tom@tromey.com>
10696
10697 * gdb.dwarf2/main-subprogram.c: New file.
10698 * gdb.dwarf2/main-subprogram.exp: New file.
10699
107002016-12-01 Luis Machado <lgustavo@codesourcery.com>
10701
10702 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
10703 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
10704 gdb_test_no_output for a couple of cases.
10705 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
10706
107072016-12-01 Luis Machado <lgustavo@codesourcery.com>
10708
10709 Fix test names and standardize compilation error messages throughout
10710 the following files:
10711
10712 * gdb.ada/start.exp
10713 * gdb.arch/alpha-step.exp
10714 * gdb.arch/e500-prologue.exp
10715 * gdb.arch/ftrace-insn-reloc.exp
10716 * gdb.arch/gdb1291.exp
10717 * gdb.arch/gdb1431.exp
10718 * gdb.arch/gdb1558.exp
10719 * gdb.arch/i386-dr3-watch.exp
10720 * gdb.arch/i386-sse-stack-align.exp
10721 * gdb.arch/ia64-breakpoint-shadow.exp
10722 * gdb.arch/pa-nullify.exp
10723 * gdb.arch/powerpc-aix-prologue.exp
10724 * gdb.arch/thumb-bx-pc.exp
10725 * gdb.base/annota1.exp
10726 * gdb.base/annota3.exp
10727 * gdb.base/arrayidx.exp
10728 * gdb.base/assign.exp
10729 * gdb.base/attach.exp
10730 * gdb.base/auxv.exp
10731 * gdb.base/bang.exp
10732 * gdb.base/bfp-test.exp
10733 * gdb.base/bigcore.exp
10734 * gdb.base/bitfields2.exp
10735 * gdb.base/break-fun-addr.exp
10736 * gdb.base/break-probes.exp
10737 * gdb.base/call-rt-st.exp
10738 * gdb.base/callexit.exp
10739 * gdb.base/catch-fork-kill.exp
10740 * gdb.base/charset.exp
10741 * gdb.base/checkpoint.exp
10742 * gdb.base/comprdebug.exp
10743 * gdb.base/constvars.exp
10744 * gdb.base/coredump-filter.exp
10745 * gdb.base/cursal.exp
10746 * gdb.base/cvexpr.exp
10747 * gdb.base/detach.exp
10748 * gdb.base/display.exp
10749 * gdb.base/dmsym.exp
10750 * gdb.base/dprintf-pending.exp
10751 * gdb.base/dso2dso.exp
10752 * gdb.base/dtrace-probe.exp
10753 * gdb.base/dump.exp
10754 * gdb.base/enum_cond.exp
10755 * gdb.base/exe-lock.exp
10756 * gdb.base/exec-invalid-sysroot.exp
10757 * gdb.base/execl-update-breakpoints.exp
10758 * gdb.base/exprs.exp
10759 * gdb.base/fileio.exp
10760 * gdb.base/find.exp
10761 * gdb.base/finish.exp
10762 * gdb.base/fixsection.exp
10763 * gdb.base/foll-vfork.exp
10764 * gdb.base/frame-args.exp
10765 * gdb.base/gcore.exp
10766 * gdb.base/gdb1250.exp
10767 * gdb.base/global-var-nested-by-dso.exp
10768 * gdb.base/gnu-ifunc.exp
10769 * gdb.base/hashline1.exp
10770 * gdb.base/hashline2.exp
10771 * gdb.base/hashline3.exp
10772 * gdb.base/hbreak-in-shr-unsupported.exp
10773 * gdb.base/huge.exp
10774 * gdb.base/infcall-input.exp
10775 * gdb.base/info-fun.exp
10776 * gdb.base/info-shared.exp
10777 * gdb.base/jit-simple.exp
10778 * gdb.base/jit-so.exp
10779 * gdb.base/jit.exp
10780 * gdb.base/jump.exp
10781 * gdb.base/label.exp
10782 * gdb.base/lineinc.exp
10783 * gdb.base/logical.exp
10784 * gdb.base/longjmp.exp
10785 * gdb.base/macscp.exp
10786 * gdb.base/miscexprs.exp
10787 * gdb.base/new-ui-echo.exp
10788 * gdb.base/new-ui-pending-input.exp
10789 * gdb.base/new-ui.exp
10790 * gdb.base/nodebug.exp
10791 * gdb.base/nofield.exp
10792 * gdb.base/offsets.exp
10793 * gdb.base/overlays.exp
10794 * gdb.base/pending.exp
10795 * gdb.base/pointers.exp
10796 * gdb.base/pr11022.exp
10797 * gdb.base/printcmds.exp
10798 * gdb.base/prologue.exp
10799 * gdb.base/ptr-typedef.exp
10800 * gdb.base/realname-expand.exp
10801 * gdb.base/relativedebug.exp
10802 * gdb.base/relocate.exp
10803 * gdb.base/remote.exp
10804 * gdb.base/reread.exp
10805 * gdb.base/return2.exp
10806 * gdb.base/savedregs.exp
10807 * gdb.base/sep.exp
10808 * gdb.base/sepdebug.exp
10809 * gdb.base/sepsymtab.exp
10810 * gdb.base/set-inferior-tty.exp
10811 * gdb.base/setshow.exp
10812 * gdb.base/shlib-call.exp
10813 * gdb.base/sigaltstack.exp
10814 * gdb.base/siginfo-addr.exp
10815 * gdb.base/signals.exp
10816 * gdb.base/signull.exp
10817 * gdb.base/sigrepeat.exp
10818 * gdb.base/so-impl-ld.exp
10819 * gdb.base/solib-display.exp
10820 * gdb.base/solib-overlap.exp
10821 * gdb.base/solib-search.exp
10822 * gdb.base/solib-symbol.exp
10823 * gdb.base/structs.exp
10824 * gdb.base/structs2.exp
10825 * gdb.base/symtab-search-order.exp
10826 * gdb.base/twice.exp
10827 * gdb.base/unload.exp
10828 * gdb.base/varargs.exp
10829 * gdb.base/watchpoint-solib.exp
10830 * gdb.base/watchpoint.exp
10831 * gdb.base/whatis.exp
10832 * gdb.base/wrong_frame_bt_full.exp
10833 * gdb.btrace/dlopen.exp
10834 * gdb.cell/ea-standalone.exp
10835 * gdb.cell/ea-test.exp
10836 * gdb.cp/dispcxx.exp
10837 * gdb.cp/gdb2384.exp
10838 * gdb.cp/method2.exp
10839 * gdb.cp/nextoverthrow.exp
10840 * gdb.cp/pr10728.exp
10841 * gdb.disasm/am33.exp
10842 * gdb.disasm/h8300s.exp
10843 * gdb.disasm/mn10300.exp
10844 * gdb.disasm/sh3.exp
10845 * gdb.dwarf2/dw2-dir-file-name.exp
10846 * gdb.fortran/complex.exp
10847 * gdb.fortran/library-module.exp
10848 * gdb.guile/scm-pretty-print.exp
10849 * gdb.guile/scm-symbol.exp
10850 * gdb.guile/scm-type.exp
10851 * gdb.guile/scm-value.exp
10852 * gdb.linespec/linespec.exp
10853 * gdb.mi/gdb701.exp
10854 * gdb.mi/gdb792.exp
10855 * gdb.mi/mi-breakpoint-changed.exp
10856 * gdb.mi/mi-dprintf-pending.exp
10857 * gdb.mi/mi-dprintf.exp
10858 * gdb.mi/mi-exit-code.exp
10859 * gdb.mi/mi-pending.exp
10860 * gdb.mi/mi-solib.exp
10861 * gdb.mi/new-ui-mi-sync.exp
10862 * gdb.mi/pr11022.exp
10863 * gdb.mi/user-selected-context-sync.exp
10864 * gdb.opt/solib-intra-step.exp
10865 * gdb.python/py-events.exp
10866 * gdb.python/py-finish-breakpoint.exp
10867 * gdb.python/py-mi.exp
10868 * gdb.python/py-prettyprint.exp
10869 * gdb.python/py-shared.exp
10870 * gdb.python/py-symbol.exp
10871 * gdb.python/py-template.exp
10872 * gdb.python/py-type.exp
10873 * gdb.python/py-value.exp
10874 * gdb.reverse/solib-precsave.exp
10875 * gdb.reverse/solib-reverse.exp
10876 * gdb.server/solib-list.exp
10877 * gdb.stabs/weird.exp
10878 * gdb.threads/reconnect-signal.exp
10879 * gdb.threads/stepi-random-signal.exp
10880 * gdb.trace/actions.exp
10881 * gdb.trace/ax.exp
10882 * gdb.trace/backtrace.exp
10883 * gdb.trace/change-loc.exp
10884 * gdb.trace/deltrace.exp
10885 * gdb.trace/ftrace-lock.exp
10886 * gdb.trace/ftrace.exp
10887 * gdb.trace/infotrace.exp
10888 * gdb.trace/mi-tracepoint-changed.exp
10889 * gdb.trace/packetlen.exp
10890 * gdb.trace/passcount.exp
10891 * gdb.trace/pending.exp
10892 * gdb.trace/range-stepping.exp
10893 * gdb.trace/report.exp
10894 * gdb.trace/stap-trace.exp
10895 * gdb.trace/tfind.exp
10896 * gdb.trace/trace-break.exp
10897 * gdb.trace/trace-condition.exp
10898 * gdb.trace/trace-enable-disable.exp
10899 * gdb.trace/trace-mt.exp
10900 * gdb.trace/tracecmd.exp
10901 * gdb.trace/tspeed.exp
10902 * gdb.trace/tsv.exp
10903 * lib/perftest.exp
10904
109052016-12-01 Luis Machado <lgustavo@codesourcery.com>
10906
10907 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
10908 with gdb_test_no_output.
10909 Use command as test name.
10910
109112016-12-01 Luis Machado <lgustavo@codesourcery.com>
10912
10913 Fix test names starting with uppercase throughout the files.
10914
10915 * gdb.ada/assign_1.exp
10916 * gdb.ada/boolean_expr.exp
10917 * gdb.base/arrayidx.exp
10918 * gdb.base/del.exp
10919 * gdb.base/gcore-buffer-overflow.exp
10920 * gdb.base/testenv.exp
10921 * gdb.compile/compile.exp
10922 * gdb.python/py-framefilter-invalidarg.exp
10923 * gdb.python/py-framefilter.exp
10924
109252016-12-01 Luis Machado <lgustavo@codesourcery.com>
10926
10927 Fix test names starting with uppercase throughout the files.
10928
10929 * gdb.ada/array_return.exp
10930 * gdb.ada/expr_delims.exp
10931 * gdb.ada/mi_dyn_arr.exp
10932 * gdb.ada/mi_interface.exp
10933 * gdb.ada/mi_var_array.exp
10934 * gdb.ada/watch_arg.exp
10935 * gdb.arch/alpha-step.exp
10936 * gdb.arch/altivec-regs.exp
10937 * gdb.arch/e500-regs.exp
10938 * gdb.arch/powerpc-d128-regs.exp
10939 * gdb.base/arrayidx.exp
10940 * gdb.base/break.exp
10941 * gdb.base/checkpoint.exp
10942 * gdb.base/debug-expr.exp
10943 * gdb.base/dmsym.exp
10944 * gdb.base/radix.exp
10945 * gdb.base/sepdebug.exp
10946 * gdb.base/testenv.exp
10947 * gdb.base/watch_thread_num.exp
10948 * gdb.base/watchpoint-cond-gone.exp
10949 * gdb.cell/break.exp
10950 * gdb.cell/ea-cache.exp
10951 * gdb.compile/compile.exp
10952 * gdb.cp/gdb2495.exp
10953 * gdb.gdb/selftest.exp
10954 * gdb.gdb/xfullpath.exp
10955 * gdb.go/hello.exp
10956 * gdb.go/integers.exp
10957 * gdb.objc/basicclass.exp
10958 * gdb.pascal/hello.exp
10959 * gdb.pascal/integers.exp
10960 * gdb.python/py-breakpoint.exp
10961 * gdb.python/py-cmd.exp
10962 * gdb.python/py-linetable.exp
10963 * gdb.python/py-xmethods.exp
10964 * gdb.python/python.exp
10965 * gdb.reverse/consecutive-precsave.exp
10966 * gdb.reverse/finish-precsave.exp
10967 * gdb.reverse/i386-precsave.exp
10968 * gdb.reverse/machinestate-precsave.exp
10969 * gdb.reverse/sigall-precsave.exp
10970 * gdb.reverse/solib-precsave.exp
10971 * gdb.reverse/step-precsave.exp
10972 * gdb.reverse/until-precsave.exp
10973 * gdb.reverse/watch-precsave.exp
10974 * gdb.threads/leader-exit.exp
10975 * gdb.threads/pthreads.exp
10976 * gdb.threads/wp-replication.exp
10977 * gdb.trace/actions.exp
10978 * gdb.trace/mi-tsv-changed.exp
10979 * gdb.trace/tsv.exp
10980
109812016-12-01 Luis Machado <lgustavo@codesourcery.com>
10982
10983 Fix test names starting with uppercase throughout the files.
10984
10985 * gdb.arch/i386-bp_permanent.exp
10986 * gdb.arch/i386-gnu-cfi.exp
10987 * gdb.base/disasm-end-cu.exp
10988 * gdb.base/macscp.exp
10989 * gdb.base/pending.exp
10990 * gdb.base/watch_thread_num.exp
10991 * gdb.cp/exception.exp
10992 * gdb.cp/gdb2495.exp
10993 * gdb.cp/local.exp
10994 * gdb.python/py-evsignal.exp
10995 * gdb.python/python.exp
10996 * gdb.trace/tracecmd.exp
10997
109982016-12-01 Luis Machado <lgustavo@codesourcery.com>
10999
11000 Fix test names starting with uppercase throughout the files.
11001
11002 * gdb.base/charset.exp
11003 * gdb.base/eval.exp
11004 * gdb.base/multi-forks.exp
11005 * gdb.guile/scm-progspace.exp
11006 * gdb.opencl/datatypes.exp
11007 * gdb.python/py-block.exp
11008 * gdb.python/py-function.exp
11009 * gdb.python/py-symbol.exp
11010 * gdb.python/py-symtab.exp
11011 * gdb.python/py-xmethods.exp
11012 * gdb.reverse/break-precsave.exp
11013 * gdb.reverse/break-reverse.exp
11014 * gdb.reverse/consecutive-precsave.exp
11015 * gdb.reverse/consecutive-reverse.exp
11016 * gdb.reverse/finish-precsave.exp
11017 * gdb.reverse/finish-reverse-bkpt.exp
11018 * gdb.reverse/finish-reverse.exp
11019 * gdb.reverse/fstatat-reverse.exp
11020 * gdb.reverse/getresuid-reverse.exp
11021 * gdb.reverse/i386-precsave.exp
11022 * gdb.reverse/i386-reverse.exp
11023 * gdb.reverse/i386-sse-reverse.exp
11024 * gdb.reverse/i387-stack-reverse.exp
11025 * gdb.reverse/insn-reverse.exp
11026 * gdb.reverse/machinestate-precsave.exp
11027 * gdb.reverse/machinestate.exp
11028 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11029 * gdb.reverse/pipe-reverse.exp
11030 * gdb.reverse/readv-reverse.exp
11031 * gdb.reverse/recvmsg-reverse.exp
11032 * gdb.reverse/rerun-prec.exp
11033 * gdb.reverse/s390-mvcle.exp
11034 * gdb.reverse/sigall-precsave.exp
11035 * gdb.reverse/sigall-reverse.exp
11036 * gdb.reverse/solib-precsave.exp
11037 * gdb.reverse/solib-reverse.exp
11038 * gdb.reverse/step-precsave.exp
11039 * gdb.reverse/step-reverse.exp
11040 * gdb.reverse/time-reverse.exp
11041 * gdb.reverse/until-precsave.exp
11042 * gdb.reverse/until-reverse.exp
11043 * gdb.reverse/waitpid-reverse.exp
11044 * gdb.reverse/watch-precsave.exp
11045 * gdb.reverse/watch-reverse.exp
11046
110472016-12-01 Luis Machado <lgustavo@codesourcery.com>
11048
11049 Fix test names starting with uppercase throughout the files.
11050
11051 * gdb.arch/i386-mpx-simple_segv.exp
11052 * gdb.arch/i386-mpx.exp
11053 * gdb.arch/i386-permbkpt.exp
11054 * gdb.arch/pa-nullify.exp
11055 * gdb.arch/powerpc-d128-regs.exp
11056 * gdb.arch/vsx-regs.exp
11057 * gdb.base/bfp-test.exp
11058 * gdb.base/break.exp
11059 * gdb.base/breakpoint-shadow.exp
11060 * gdb.base/callfuncs.exp
11061 * gdb.base/charset.exp
11062 * gdb.base/commands.exp
11063 * gdb.base/completion.exp
11064 * gdb.base/dfp-test.exp
11065 * gdb.base/echo.exp
11066 * gdb.base/ending-run.exp
11067 * gdb.base/eval.exp
11068 * gdb.base/expand-psymtabs.exp
11069 * gdb.base/float128.exp
11070 * gdb.base/floatn.exp
11071 * gdb.base/foll-exec-mode.exp
11072 * gdb.base/gdb1056.exp
11073 * gdb.base/gdb11531.exp
11074 * gdb.base/kill-after-signal.exp
11075 * gdb.base/multi-forks.exp
11076 * gdb.base/overlays.exp
11077 * gdb.base/pending.exp
11078 * gdb.base/sepdebug.exp
11079 * gdb.base/testenv.exp
11080 * gdb.base/valgrind-db-attach.exp
11081 * gdb.base/watch_thread_num.exp
11082 * gdb.base/watchpoint-cond-gone.exp
11083 * gdb.base/watchpoint.exp
11084 * gdb.base/watchpoints.exp
11085 * gdb.cp/arg-reference.exp
11086 * gdb.cp/baseenum.exp
11087 * gdb.cp/operator.exp
11088 * gdb.cp/shadow.exp
11089 * gdb.dwarf2/dw2-op-out-param.exp
11090 * gdb.dwarf2/dw2-reg-undefined.exp
11091 * gdb.go/chan.exp
11092 * gdb.go/hello.exp
11093 * gdb.go/integers.exp
11094 * gdb.go/methods.exp
11095 * gdb.go/package.exp
11096 * gdb.guile/scm-parameter.exp
11097 * gdb.guile/scm-progspace.exp
11098 * gdb.guile/scm-value.exp
11099 * gdb.mi/mi-pending.exp
11100 * gdb.mi/user-selected-context-sync.exp
11101 * gdb.multi/multi-attach.exp
11102 * gdb.multi/tids.exp
11103 * gdb.opt/clobbered-registers-O2.exp
11104 * gdb.pascal/floats.exp
11105 * gdb.pascal/integers.exp
11106 * gdb.python/py-block.exp
11107 * gdb.python/py-events.exp
11108 * gdb.python/py-parameter.exp
11109 * gdb.python/py-symbol.exp
11110 * gdb.python/py-symtab.exp
11111 * gdb.python/py-type.exp
11112 * gdb.python/py-value.exp
11113 * gdb.python/py-xmethods.exp
11114 * gdb.python/python.exp
11115 * gdb.reverse/break-precsave.exp
11116 * gdb.reverse/consecutive-precsave.exp
11117 * gdb.reverse/finish-precsave.exp
11118 * gdb.reverse/i386-precsave.exp
11119 * gdb.reverse/machinestate-precsave.exp
11120 * gdb.reverse/sigall-precsave.exp
11121 * gdb.reverse/solib-precsave.exp
11122 * gdb.reverse/step-precsave.exp
11123 * gdb.reverse/until-precsave.exp
11124 * gdb.reverse/watch-precsave.exp
11125 * gdb.server/ext-attach.exp
11126 * gdb.server/ext-restart.exp
11127 * gdb.server/ext-run.exp
11128 * gdb.server/ext-wrapper.exp
11129 * gdb.stabs/gdb11479.exp
11130 * gdb.stabs/weird.exp
11131 * gdb.threads/attach-many-short-lived-threads.exp
11132 * gdb.threads/kill.exp
11133 * gdb.threads/watchpoint-fork.exp
11134
111352016-12-01 Luis Machado <lgustavo@codesourcery.com>
11136
11137 Fix test names starting with uppercase throughout all the files below.
11138
11139 * gdb.ada/array_return.exp
11140 * gdb.ada/catch_ex.exp
11141 * gdb.ada/info_exc.exp
11142 * gdb.ada/mi_catch_ex.exp
11143 * gdb.ada/mi_dyn_arr.exp
11144 * gdb.ada/mi_ex_cond.exp
11145 * gdb.ada/mi_exc_info.exp
11146 * gdb.ada/mi_interface.exp
11147 * gdb.ada/mi_task_arg.exp
11148 * gdb.ada/mi_task_info.exp
11149 * gdb.ada/mi_var_array.exp
11150 * gdb.arch/alpha-step.exp
11151 * gdb.arch/amd64-disp-step.exp
11152 * gdb.arch/arm-disp-step.exp
11153 * gdb.arch/disp-step-insn-reloc.exp
11154 * gdb.arch/e500-prologue.exp
11155 * gdb.arch/ftrace-insn-reloc.exp
11156 * gdb.arch/gdb1558.exp
11157 * gdb.arch/i386-bp_permanent.exp
11158 * gdb.arch/i386-disp-step.exp
11159 * gdb.arch/i386-float.exp
11160 * gdb.arch/i386-gnu-cfi.exp
11161 * gdb.arch/ia64-breakpoint-shadow.exp
11162 * gdb.arch/mips16-thunks.exp
11163 * gdb.arch/pa-nullify.exp
11164 * gdb.arch/powerpc-aix-prologue.exp
11165 * gdb.arch/powerpc-power.exp
11166 * gdb.arch/ppc-dfp.exp
11167 * gdb.arch/s390-tdbregs.exp
11168 * gdb.arch/spu-info.exp
11169 * gdb.arch/spu-ls.exp
11170 * gdb.arch/thumb-bx-pc.exp
11171 * gdb.base/advance.exp
11172 * gdb.base/annota-input-while-running.exp
11173 * gdb.base/arrayidx.exp
11174 * gdb.base/asmlabel.exp
11175 * gdb.base/async.exp
11176 * gdb.base/attach-wait-input.exp
11177 * gdb.base/auto-connect-native-target.exp
11178 * gdb.base/batch-preserve-term-settings.exp
11179 * gdb.base/bfp-test.exp
11180 * gdb.base/bigcore.exp
11181 * gdb.base/bp-permanent.exp
11182 * gdb.base/break-always.exp
11183 * gdb.base/break-fun-addr.exp
11184 * gdb.base/break-idempotent.exp
11185 * gdb.base/break-main-file-remove-fail.exp
11186 * gdb.base/break-probes.exp
11187 * gdb.base/break-unload-file.exp
11188 * gdb.base/break.exp
11189 * gdb.base/call-ar-st.exp
11190 * gdb.base/call-rt-st.exp
11191 * gdb.base/call-sc.exp
11192 * gdb.base/call-signal-resume.exp
11193 * gdb.base/call-strs.exp
11194 * gdb.base/callexit.exp
11195 * gdb.base/callfuncs.exp
11196 * gdb.base/catch-gdb-caused-signals.exp
11197 * gdb.base/catch-signal-siginfo-cond.exp
11198 * gdb.base/catch-syscall.exp
11199 * gdb.base/compare-sections.exp
11200 * gdb.base/cond-eval-mode.exp
11201 * gdb.base/condbreak-call-false.exp
11202 * gdb.base/consecutive-step-over.exp
11203 * gdb.base/cursal.exp
11204 * gdb.base/disabled-location.exp
11205 * gdb.base/disasm-end-cu.exp
11206 * gdb.base/display.exp
11207 * gdb.base/double-prompt-target-event-error.exp
11208 * gdb.base/dprintf-bp-same-addr.exp
11209 * gdb.base/dprintf-detach.exp
11210 * gdb.base/dprintf-next.exp
11211 * gdb.base/dprintf-non-stop.exp
11212 * gdb.base/dprintf-pending.exp
11213 * gdb.base/dso2dso.exp
11214 * gdb.base/ending-run.exp
11215 * gdb.base/enum_cond.exp
11216 * gdb.base/examine-backward.exp
11217 * gdb.base/exe-lock.exp
11218 * gdb.base/exec-invalid-sysroot.exp
11219 * gdb.base/execl-update-breakpoints.exp
11220 * gdb.base/execution-termios.exp
11221 * gdb.base/fileio.exp
11222 * gdb.base/fixsection.exp
11223 * gdb.base/foll-exec-mode.exp
11224 * gdb.base/foll-exec.exp
11225 * gdb.base/fork-running-state.exp
11226 * gdb.base/frame-args.exp
11227 * gdb.base/fullpath-expand.exp
11228 * gdb.base/func-ptr.exp
11229 * gdb.base/gcore-relro-pie.exp
11230 * gdb.base/gdb1090.exp
11231 * gdb.base/gdb1555.exp
11232 * gdb.base/global-var-nested-by-dso.exp
11233 * gdb.base/gnu-ifunc.exp
11234 * gdb.base/hbreak-in-shr-unsupported.exp
11235 * gdb.base/hbreak-unmapped.exp
11236 * gdb.base/hook-stop.exp
11237 * gdb.base/infcall-input.exp
11238 * gdb.base/info-fun.exp
11239 * gdb.base/info-shared.exp
11240 * gdb.base/interrupt-noterm.exp
11241 * gdb.base/jit-so.exp
11242 * gdb.base/jit.exp
11243 * gdb.base/line-symtabs.exp
11244 * gdb.base/list.exp
11245 * gdb.base/longjmp.exp
11246 * gdb.base/macscp.exp
11247 * gdb.base/max-value-size.exp
11248 * gdb.base/nodebug.exp
11249 * gdb.base/nofield.exp
11250 * gdb.base/overlays.exp
11251 * gdb.base/paginate-after-ctrl-c-running.exp
11252 * gdb.base/paginate-bg-execution.exp
11253 * gdb.base/paginate-inferior-exit.exp
11254 * gdb.base/pending.exp
11255 * gdb.base/pr11022.exp
11256 * gdb.base/printcmds.exp
11257 * gdb.base/ptr-typedef.exp
11258 * gdb.base/ptype.exp
11259 * gdb.base/randomize.exp
11260 * gdb.base/range-stepping.exp
11261 * gdb.base/realname-expand.exp
11262 * gdb.base/relativedebug.exp
11263 * gdb.base/remote.exp
11264 * gdb.base/savedregs.exp
11265 * gdb.base/sepdebug.exp
11266 * gdb.base/set-noassign.exp
11267 * gdb.base/shlib-call.exp
11268 * gdb.base/shreloc.exp
11269 * gdb.base/sigaltstack.exp
11270 * gdb.base/sigbpt.exp
11271 * gdb.base/siginfo-addr.exp
11272 * gdb.base/siginfo-obj.exp
11273 * gdb.base/siginfo-thread.exp
11274 * gdb.base/signest.exp
11275 * gdb.base/signull.exp
11276 * gdb.base/sigrepeat.exp
11277 * gdb.base/skip.exp
11278 * gdb.base/so-impl-ld.exp
11279 * gdb.base/solib-corrupted.exp
11280 * gdb.base/solib-disc.exp
11281 * gdb.base/solib-display.exp
11282 * gdb.base/solib-overlap.exp
11283 * gdb.base/solib-search.exp
11284 * gdb.base/solib-symbol.exp
11285 * gdb.base/source-execution.exp
11286 * gdb.base/sss-bp-on-user-bp-2.exp
11287 * gdb.base/sss-bp-on-user-bp.exp
11288 * gdb.base/stack-checking.exp
11289 * gdb.base/stale-infcall.exp
11290 * gdb.base/step-break.exp
11291 * gdb.base/step-line.exp
11292 * gdb.base/step-over-exit.exp
11293 * gdb.base/step-test.exp
11294 * gdb.base/structs.exp
11295 * gdb.base/sym-file.exp
11296 * gdb.base/symtab-search-order.exp
11297 * gdb.base/term.exp
11298 * gdb.base/type-opaque.exp
11299 * gdb.base/unload.exp
11300 * gdb.base/until-nodebug.exp
11301 * gdb.base/until.exp
11302 * gdb.base/unwindonsignal.exp
11303 * gdb.base/watch-cond.exp
11304 * gdb.base/watch-non-mem.exp
11305 * gdb.base/watch_thread_num.exp
11306 * gdb.base/watchpoint-reuse-slot.exp
11307 * gdb.base/watchpoint-solib.exp
11308 * gdb.base/watchpoint.exp
11309 * gdb.btrace/dlopen.exp
11310 * gdb.cell/arch.exp
11311 * gdb.cell/break.exp
11312 * gdb.cell/bt.exp
11313 * gdb.cell/core.exp
11314 * gdb.cell/data.exp
11315 * gdb.cell/dwarfaddr.exp
11316 * gdb.cell/ea-cache.exp
11317 * gdb.cell/ea-standalone.exp
11318 * gdb.cell/ea-test.exp
11319 * gdb.cell/f-regs.exp
11320 * gdb.cell/fork.exp
11321 * gdb.cell/gcore.exp
11322 * gdb.cell/mem-access.exp
11323 * gdb.cell/ptype.exp
11324 * gdb.cell/registers.exp
11325 * gdb.cell/sizeof.exp
11326 * gdb.cell/solib-symbol.exp
11327 * gdb.cell/solib.exp
11328 * gdb.compile/compile-tls.exp
11329 * gdb.cp/exception.exp
11330 * gdb.cp/gdb2495.exp
11331 * gdb.cp/local.exp
11332 * gdb.cp/mb-inline.exp
11333 * gdb.cp/mb-templates.exp
11334 * gdb.cp/pr10687.exp
11335 * gdb.cp/pr9167.exp
11336 * gdb.cp/scope-err.exp
11337 * gdb.cp/templates.exp
11338 * gdb.cp/virtfunc.exp
11339 * gdb.dwarf2/dw2-dir-file-name.exp
11340 * gdb.dwarf2/dw2-single-line-discriminators.exp
11341 * gdb.fortran/complex.exp
11342 * gdb.fortran/library-module.exp
11343 * gdb.guile/guile.exp
11344 * gdb.guile/scm-cmd.exp
11345 * gdb.guile/scm-frame-inline.exp
11346 * gdb.guile/scm-objfile.exp
11347 * gdb.guile/scm-pretty-print.exp
11348 * gdb.guile/scm-symbol.exp
11349 * gdb.guile/scm-type.exp
11350 * gdb.guile/scm-value.exp
11351 * gdb.linespec/keywords.exp
11352 * gdb.linespec/ls-errs.exp
11353 * gdb.linespec/macro-relative.exp
11354 * gdb.linespec/thread.exp
11355 * gdb.mi/mi-breakpoint-changed.exp
11356 * gdb.mi/mi-dprintf-pending.exp
11357 * gdb.mi/mi-fullname-deleted.exp
11358 * gdb.mi/mi-logging.exp
11359 * gdb.mi/mi-pending.exp
11360 * gdb.mi/mi-solib.exp
11361 * gdb.mi/new-ui-mi-sync.exp
11362 * gdb.mi/user-selected-context-sync.exp
11363 * gdb.multi/dummy-frame-restore.exp
11364 * gdb.multi/multi-arch-exec.exp
11365 * gdb.multi/remove-inferiors.exp
11366 * gdb.multi/watchpoint-multi-exit.exp
11367 * gdb.opt/solib-intra-step.exp
11368 * gdb.perf/backtrace.exp
11369 * gdb.perf/single-step.exp
11370 * gdb.perf/skip-command.exp
11371 * gdb.perf/skip-prologue.exp
11372 * gdb.perf/solib.exp
11373 * gdb.python/lib-types.exp
11374 * gdb.python/py-as-string.exp
11375 * gdb.python/py-bad-printers.exp
11376 * gdb.python/py-block.exp
11377 * gdb.python/py-breakpoint.exp
11378 * gdb.python/py-cmd.exp
11379 * gdb.python/py-events.exp
11380 * gdb.python/py-evthreads.exp
11381 * gdb.python/py-finish-breakpoint.exp
11382 * gdb.python/py-finish-breakpoint2.exp
11383 * gdb.python/py-frame-inline.exp
11384 * gdb.python/py-frame.exp
11385 * gdb.python/py-inferior.exp
11386 * gdb.python/py-infthread.exp
11387 * gdb.python/py-mi.exp
11388 * gdb.python/py-objfile.exp
11389 * gdb.python/py-pp-maint.exp
11390 * gdb.python/py-pp-registration.exp
11391 * gdb.python/py-prettyprint.exp
11392 * gdb.python/py-recurse-unwind.exp
11393 * gdb.python/py-shared.exp
11394 * gdb.python/py-symbol.exp
11395 * gdb.python/py-symtab.exp
11396 * gdb.python/py-template.exp
11397 * gdb.python/py-type.exp
11398 * gdb.python/py-unwind-maint.exp
11399 * gdb.python/py-unwind.exp
11400 * gdb.python/py-value.exp
11401 * gdb.python/python.exp
11402 * gdb.reverse/finish-reverse-bkpt.exp
11403 * gdb.reverse/insn-reverse.exp
11404 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11405 * gdb.reverse/solib-precsave.exp
11406 * gdb.reverse/solib-reverse.exp
11407 * gdb.stabs/gdb11479.exp
11408 * gdb.stabs/weird.exp
11409 * gdb.threads/fork-child-threads.exp
11410 * gdb.threads/fork-plus-threads.exp
11411 * gdb.threads/fork-thread-pending.exp
11412 * gdb.threads/forking-threads-plus-breakpoint.exp
11413 * gdb.threads/hand-call-in-threads.exp
11414 * gdb.threads/interrupted-hand-call.exp
11415 * gdb.threads/linux-dp.exp
11416 * gdb.threads/local-watch-wrong-thread.exp
11417 * gdb.threads/next-while-other-thread-longjmps.exp
11418 * gdb.threads/non-ldr-exit.exp
11419 * gdb.threads/pending-step.exp
11420 * gdb.threads/print-threads.exp
11421 * gdb.threads/process-dies-while-detaching.exp
11422 * gdb.threads/process-dies-while-handling-bp.exp
11423 * gdb.threads/pthreads.exp
11424 * gdb.threads/queue-signal.exp
11425 * gdb.threads/reconnect-signal.exp
11426 * gdb.threads/signal-command-handle-nopass.exp
11427 * gdb.threads/signal-command-multiple-signals-pending.exp
11428 * gdb.threads/signal-delivered-right-thread.exp
11429 * gdb.threads/signal-sigtrap.exp
11430 * gdb.threads/sigthread.exp
11431 * gdb.threads/staticthreads.exp
11432 * gdb.threads/stepi-random-signal.exp
11433 * gdb.threads/thread-unwindonsignal.exp
11434 * gdb.threads/thread_check.exp
11435 * gdb.threads/thread_events.exp
11436 * gdb.threads/tid-reuse.exp
11437 * gdb.threads/tls-nodebug.exp
11438 * gdb.threads/tls-shared.exp
11439 * gdb.threads/tls-so_extern.exp
11440 * gdb.threads/tls.exp
11441 * gdb.threads/wp-replication.exp
11442 * gdb.trace/actions-changed.exp
11443 * gdb.trace/actions.exp
11444 * gdb.trace/backtrace.exp
11445 * gdb.trace/change-loc.exp
11446 * gdb.trace/collection.exp
11447 * gdb.trace/deltrace.exp
11448 * gdb.trace/disconnected-tracing.exp
11449 * gdb.trace/entry-values.exp
11450 * gdb.trace/ftrace-lock.exp
11451 * gdb.trace/ftrace.exp
11452 * gdb.trace/infotrace.exp
11453 * gdb.trace/mi-trace-frame-collected.exp
11454 * gdb.trace/mi-trace-unavailable.exp
11455 * gdb.trace/mi-traceframe-changed.exp
11456 * gdb.trace/mi-tracepoint-changed.exp
11457 * gdb.trace/mi-tsv-changed.exp
11458 * gdb.trace/no-attach-trace.exp
11459 * gdb.trace/packetlen.exp
11460 * gdb.trace/passc-dyn.exp
11461 * gdb.trace/passcount.exp
11462 * gdb.trace/pending.exp
11463 * gdb.trace/pr16508.exp
11464 * gdb.trace/qtro.exp
11465 * gdb.trace/range-stepping.exp
11466 * gdb.trace/read-memory.exp
11467 * gdb.trace/report.exp
11468 * gdb.trace/save-trace.exp
11469 * gdb.trace/signal.exp
11470 * gdb.trace/stap-trace.exp
11471 * gdb.trace/status-stop.exp
11472 * gdb.trace/strace.exp
11473 * gdb.trace/tfile.exp
11474 * gdb.trace/tfind.exp
11475 * gdb.trace/trace-break.exp
11476 * gdb.trace/trace-condition.exp
11477 * gdb.trace/trace-enable-disable.exp
11478 * gdb.trace/trace-mt.exp
11479 * gdb.trace/tracecmd.exp
11480 * gdb.trace/tracefile-pseudo-reg.exp
11481 * gdb.trace/tspeed.exp
11482 * gdb.trace/tstatus.exp
11483 * gdb.trace/tsv.exp
11484 * gdb.trace/unavailable.exp
11485 * gdb.trace/while-dyn.exp
11486 * gdb.trace/while-stepping.exp
11487 * lib/gdb-guile.exp
11488 * lib/gdb.exp
11489 * lib/mi-support.exp
11490 * lib/pascal.exp
11491 * lib/perftest.exp
11492 * lib/prelink-support.exp
11493 * lib/selftest-support.exp
11494
114952016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
11496
11497 * Makefile.in: Include disable-implicit-rules.mk.
11498
114992016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11500
11501 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
11502 non-byte-aligned bit fields.
11503
115042016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
11505
11506 PR gdb/12616
11507 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
11508 respects the DW_AT_data_bit_offset attribute.
11509
115102016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
11511
11512 * gdb.base/default.exp: Fix output of "set language".
11513
115142016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
11515
11516 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
11517 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
11518 make.
11519 * configure.ac: Remove checks for the make program.
11520 * configure: Re-generate.
11521
115222016-11-16 Kevin Buettner <kevinb@redhat.com>
11523
11524 * gdb.python/py-recurse-unwind.c (main): Add loop.
11525 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
11526 to read_register() and gdb.parse_and_eval(). Make each code
11527 call a separate case that can be individually tested.
11528 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
11529 proc. Call cont_and_backtrace for each of the code paths that
11530 we want to test in the unwinder.
11531
115322016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
11533
11534 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
11535 the definition of struct S.
11536
115372016-11-11 Catherine Moore <clm@codesourcery.com>
11538
11539 * gdb.base/dump.exp: Identify verilog format dump tests as such.
11540
115412016-11-09 Pedro Alves <palves@redhat.com>
11542
11543 * gdb.base/commands.exp (runto_or_return): New procedure.
11544 (gdbvar_simple_if_test, gdbvar_simple_while_test)
11545 (gdbvar_complex_if_while_test, progvar_simple_if_test)
11546 (progvar_simple_while_test, progvar_complex_if_while_test)
11547 (if_while_breakpoint_command_test)
11548 (infrun_breakpoint_command_test, breakpoint_command_test)
11549 (user_defined_command_test, watchpoint_command_test)
11550 (test_command_prompt_position, redefine_hook_test)
11551 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
11552 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
11553 multi_line_input and multi_line. Remove gdb_expect and
11554 gdb_stop_suppressing_tests uses.
11555 * lib/gdb.exp (valnum_re): New global.
11556 (multi_line_input): New procedure.
11557
115582016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
11559
11560 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
11561 Remove.
11562 (test_setup): Define with proc_with_prefix.
11563 (test_cli_inferior): Likewise.
11564 (test_cli_thread): Likewise.
11565 (test_cli_frame): Likewise.
11566 (test_cli_select_frame): Likewise.
11567 (test_cli_up_down): Likewise.
11568 (test_mi_thread_select): Likewise.
11569 (test_mi_stack_select_frame): Likewise.
11570 (test_cli_in_mi_inferior): Likewise.
11571 (test_cli_in_mi_thread): Likewise.
11572 (test_cli_in_mi_frame): Likewise.
11573 (top level): Do not use with_test_prefix_procname.
11574
115752016-11-09 Pedro Alves <palves@redhat.com>
11576
11577 * gdb.base/commands.exp (gdbvar_simple_if_test)
11578 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
11579 (progvar_simple_if_test, progvar_simple_while_test)
11580 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
11581 (infrun_breakpoint_command_test, breakpoint_command_test)
11582 (user_defined_command_test, watchpoint_command_test)
11583 (test_command_prompt_position, deprecated_command_test)
11584 (bp_deleted_in_command, temporary_breakpoint_commands)
11585 (stray_arg0_test, source_file_with_indented_comment)
11586 (recursive_source_test, if_commands_test)
11587 (error_clears_commands_left, redefine_hook_test)
11588 (redefine_backtrace_test): Use proc_with_prefix.
11589 * lib/gdb.exp (proc_with_prefix): New proc.
11590
115912016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11592
11593 * gdb.base/tui-layout.c: New file.
11594 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
11595 disassembly window contains very long lines.
11596
115972016-11-08 Tom Tromey <tom@tromey.com>
11598
11599 * gdb.python/py-value.exp (test_value_creation): Make "long" test
11600 depend on Python 2.
11601
116022016-11-08 Tom Tromey <tom@tromey.com>
11603
11604 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
11605 New method.
11606
116072016-10-29 Manish Goregaokar <manish@mozilla.com>
11608
11609 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
11610
116112016-10-27 Manish Goregaokar <manish@mozilla.com>
11612
11613 * gdb.rust/simple.rs: Add test for univariant enums without
11614 discriminants and for encoded struct-like enums.
11615
116162016-10-28 Pedro Alves <palves@redhat.com>
11617
11618 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
11619 gdb_test_multiple, tighten regexps and match symtabs and line
11620 tables incrementally.
11621
116222016-10-28 Luis Machado <lgustavo@codesourcery.com>
11623
11624 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
11625 general.
11626
116272016-10-25 Luis Machado <lgustavo@codesourcery.com>
11628
11629 * gdb.base/exec-invalid-sysroot.exp: New file.
11630
116312016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11632
11633 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
11634
116352016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11636
11637 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
11638
116392016-10-19 Maciej W. Rozycki <macro@imgtec.com>
11640
11641 * gdb.base/killed-outside.exp: Remove $options from a call to
11642 `prepare_for_testing'.
11643
116442016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11645
11646 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11647 Change test message.
11648
116492016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11650
11651 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
11652 Update comment.
11653
116542016-10-17 Simon Marchi <simon.marchi@ericsson.com>
11655
11656 * gdb.trace/mi-trace-save.exp: New file.
11657
116582016-10-13 Yao Qi <yao.qi@linaro.org>
11659
11660 * gdb.base/code_elim.exp (get_var_address): Remove.
11661 * gdb.base/relocate.exp: Likewise.
11662 * gdb.base/shreloc.exp: Likewise.
11663 * lib/gdb.exp (get_var_address): New.
11664
116652016-10-13 Yao Qi <yao.qi@linaro.org>
11666
11667 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
11668 floating point tests if $skip_float_test is false.
11669
116702016-10-12 Luis Machado <lgustavo@codesourcery.com>
11671
11672 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
11673 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
11674 argc values.
11675 Add 1 to argc so we guarantee distinct initial/modified argc values.
11676
116772016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11678
11679 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
11680
116812016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11682
11683 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
11684 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
11685 * gdb.arch/vsx-regs.exp: Likewise.
11686
116872016-10-07 Yao Qi <yao.qi@linaro.org>
11688
11689 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
11690
116912016-10-07 Markus Metzger <markus.t.metzger@intel.com>
11692
11693 * gdb.python/python.exp: Test decode_line("*0").
11694
116952016-10-06 Doug Evans <dje@google.com>
11696
11697 * gdb.python/py-value.exp (test_value_creation): Add test for large
11698 unsigned 64-bit value.
11699
117002016-10-06 Tom Tromey <tom@tromey.com>
11701
11702 * gdb.compile/compile.exp: Change java tests to rust.
11703 * gdb.base/setshow.exp: Change java tests to rust.
11704 * gdb.base/default.exp: Remove java from language list.
11705 * README (Examples): Update language example.
11706 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
11707 test.
11708 * lib/gdb.exp (skip_java_tests): Remove.
11709 * lib/java.exp: Remove.
11710 * gdb.java: Remove.
11711
117122016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11713
11714 * gdb.arch/mips-fcr.exp: New test.
11715 * gdb.arch/mips-fcr.c: Source for the new test.
11716
117172016-10-06 Maciej W. Rozycki <macro@imgtec.com>
11718
11719 * gdb.base/solib-disc.exp: Use `standard_output_file'
11720 throughout.
11721
117222016-10-06 Pedro Alves <palves@redhat.com>
11723
11724 * gdb.base/jit-simple-dl.c: New file.
11725 * gdb.base/jit-simple-jit.c: New file, factored out from ...
11726 * gdb.base/jit-simple.c: ... this.
11727 * gdb.base/jit-simple.exp (jit_run): Delete.
11728 (build_jit): New proc.
11729 (jit_test_reread): Recompile either the main program or the shared
11730 library, depending on what is being tested. Skip changing address
11731 if caller wants to. Compare before/after addresses. If testing
11732 standalone, explicitly load the binary. Test "maint info
11733 breakpoints".
11734 (top level): Add "standalone vs shared lib" and "change address"
11735 vs "same address" axes.
11736
117372016-10-06 Pedro Alves <palves@redhat.com>
11738
11739 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
11740 call.
11741 (jit_run): Delete.
11742 (jit_test_reread): Use with_test_prefix. Reload the main binary
11743 explicitly. Compare the before/after addresses of the JIT
11744 descriptor.
11745
117462016-08-15 Doug Evans <dje@google.com>
11747
11748 * gdb.xml/extra-regs.xml: Update, end field now required, default type
11749 for single bitfields is bool.
11750 * gdb.xml/tdesc-regs.exp: Ditto.
11751
117522016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11753
11754 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
11755
117562016-10-05 Yao Qi <yao.qi@linaro.org>
11757
11758 * lib/gdb.exp (support_complex_tests): Return zero if
11759 gdb_skip_float_test return true.
11760
117612016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11762 Simon Marchi <simon.marchi@ericsson.com>
11763
11764 PR gdb/20487
11765 * gdb.mi/user-selected-context-sync.exp: New file.
11766 * gdb.mi/user-selected-context-sync.c: New file.
11767
117682016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
11769 Simon Marchi <simon.marchi@ericsson.com>
11770
11771 PR gdb/20487
11772 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
11773 =thread-select-event check.
11774
117752016-09-29 Peter Bergner <bergner@vnet.ibm.com>
11776
11777 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
11778 the compulsory L operand changes.
11779 * gdb.arch/powerpc-power.s: Likewise.
11780
117812016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11782
11783 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
11784 * gdb.base/jit-attach-pie.c: New file.
11785 * gdb.base/jit-attach-pie.exp: New file.
11786
117872016-09-28 Pedro Alves <palves@redhat.com>
11788
11789 * gdb.base/infcall-input.c: New file.
11790 * gdb.base/infcall-input.exp: New file.
11791
117922016-09-22 Yao Qi <yao.qi@linaro.org>
11793
11794 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
11795 (gdb_exit): Rename it to ...
11796 (gdbserver_gdb_exit): ... Close GDBserver.
11797 (gdb_exit): New proc, call gdbserver_gdb_exit.
11798 (mi_gdb_exit): Likewise.
11799
118002016-09-22 Yao Qi <yao.qi@linaro.org>
11801
11802 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
11803 path.
11804 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
11805 Remove duplication.
11806
118072016-09-22 Yao Qi <yao.qi@linaro.org>
11808
11809 * lib/gdbserver-support.exp: Check the existence of
11810 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
11811
118122016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
11813
11814 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
11815
118162016-09-21 Tom Tromey <tom@tromey.com>
11817
11818 PR gdb/20604:
11819 * gdb.base/quit.exp: New file.
11820
118212016-09-21 Simon Marchi <simon.marchi@ericsson.com>
11822
11823 * .gitignore: New file.
11824
118252016-09-21 Maciej W. Rozycki <macro@imgtec.com>
11826
11827 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
11828 throughout.
11829
118302016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
11831
11832 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
11833
118342016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
11835
11836 * gdb.cp/casts.cc (decltype): Move it ...
11837 (main): ... with its call to ...
11838 * gdb.cp/casts03.cc: ... a new file.
11839 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
11840
118412016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11842
11843 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
11844
118452016-09-15 Peter Bergner <bergner@vnet.ibm.com>
11846
11847 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
11848 and sync up the test with tests in gas/testsuite/gas/ppc.
11849 * gdb.arch/powerpc-power.exp: Likewise.
11850
118512016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11852
11853 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
11854
118552016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
11856 Jan Kratochvil <jan.kratochvil@redhat.com>
11857
11858 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
11859 make m1's definition to be different from m2's. Use 'dummy' as an
11860 argument for probe 'two'.
11861
118622016-09-10 Jon Beniston <jon@beniston.com>
11863
11864 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
11865 for sim target.
11866
118672016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
11868
11869 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
11870 variable declaration.
11871 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
11872 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
11873 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
11874 received HWCAP as its argument.
11875
118762016-09-06 Pedro Alves <palves@redhat.com>
11877
11878 * gdb.base/new-ui-pending-input.c: New file.
11879 * gdb.base/new-ui-pending-input.exp: New file.
11880 * gdb.exp (clear_gdb_spawn_id): New procedure.
11881 (with_spawn_id): Check whether gdb_spawn_id exists before
11882 referencing it. If gdb_spawn_id didn't exist on entry, clear it
11883 on exit.
11884
118852016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11886
11887 * gdb.base/float128.c: New file.
11888 * gdb.base/float128.exp: Likewise.
11889 * gdb.base/floatn.c: Likewise.
11890 * gdb.base/floatn.exp: Likewise.
11891
118922016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
11893
11894 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
11895
118962016-09-05 Pedro Alves <palves@redhat.com>
11897
11898 PR backtrace/19927
11899 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
11900 unwinders are immediately called as side effect of "source" or
11901 "disable unwinder" commands.
11902 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
11903
119042016-09-02 Yao Qi <yao.qi@linaro.org>
11905
11906 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
11907 is true and $type is "float" or "double".
11908
119092016-09-02 Yao Qi <yao.qi@linaro.org>
11910
11911 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
11912 true.
11913 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
11914 * gdb.base/call-rt-st.exp: Likewise.
11915 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
11916 return value instead of gdb,skip_float_test.
11917 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
11918 (do_function_calls): Use its return value instead of
11919 gdb,skip_float_test.
11920 * gdb.base/finish.exp: Likewise.
11921 * gdb.base/funcargs.exp: Likewise.
11922 * gdb.base/return.exp: Likewise.
11923 * gdb.base/return2.exp: Likewise.
11924 * gdb.base/varargs.exp: Likewise.
11925 * lib/gdb.exp (gdb_skip_float_test): Change it to
11926 gdb_caching_proc. Detect the broken ptrace on arm-linux.
11927
119282016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
11929
11930 * gdb.multi/tids.exp: Test "thread apply all".
11931
119322016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11933
11934 * gdb.base/default.exp (tty): Remove.
11935
119362016-08-24 Kevin Buettner <kevinb@redhat.com>
11937
11938 * gdb.python/py-recurse-unwind.c: New file.
11939 * gdb.python/py-recurse-unwind.py: New file.
11940 * gdb.python/py-recurse-unwind.exp: New file.
11941
119422016-08-24 Simon Marchi <simon.marchi@ericsson.com>
11943
11944 * gdb.base/set-inferior-tty.exp: New file.
11945 * gdb.base/set-inferior-tty.c: New file.
11946
119472016-08-23 Pedro Alves <palves@redhat.com>
11948
11949 PR gdb/20494
11950 * gdb.base/new-ui-echo.c: New file.
11951 * gdb.base/new-ui-echo.exp: New file.
11952
119532016-08-23 Yao Qi <yao.qi@linaro.org>
11954
11955 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
11956 gdbserver_spawn.
11957 * gdb.server/connect-without-multi-process.exp (do_test):
11958 Likewise.
11959
119602016-08-23 Yao Qi <yao.qi@linaro.org>
11961
11962 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
11963 standalone_txt. Delete gdb_txt and standalone_txt on host
11964 and target. Spawn the binary on target. Copy files from
11965 target to host.
11966
119672016-08-22 Pedro Alves <palves@redhat.com>
11968
11969 PR gdb/20505
11970 * gdb.base/vdso-warning.exp: Test core dumps too. Use
11971 with_test_prefix. Factor out bits to ...
11972 (test_no_vdso): ... this new procedure.
11973
119742016-08-19 Carl Love <cel@us.ibm.com>
11975
11976 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
11977 maintaining separate logic for constructing the output path.
11978 * gdb.arch/powerpc-d128-regs.exp: Likewise.
11979 * gdb.arch/ppc-dfp.exp: Likewise.
11980 * gdb.arch/ppc-fp.exp: Likewise.
11981 * gdb.arch/vsx-regs.exp: Likewise.
11982 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
11983 binprefix for generating the additional binary files.
11984
119852016-08-19 Pedro Alves <palves@redhat.com>
11986
11987 * gdb.trace/mi-trace-frame-collected.exp
11988 (test_trace_frame_collected): On x32, expect two registers.
11989
119902016-08-18 Carl Love <cel@us.ibm.com>
11991
11992 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
11993 and sync up the test with tests in gas/testsuite/gas/ppc.
11994 * gdb.arch/powerpc-power.exp: Likewise.
11995
119962016-08-17 Simon Marchi <simon.marchi@ericsson.com>
11997
11998 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
11999 expected error message.
12000
120012016-08-17 Simon Marchi <simon.marchi@ericsson.com>
12002
12003 * gdb.multi/remove-inferiors.exp: New file.
12004 * gdb.multi/remove-inferiors.c: New file.
12005
120062016-08-12 Yao Qi <yao.qi@linaro.org>
12007
12008 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
12009 argument list.
12010
120112016-08-10 Pedro Alves <palves@redhat.com>
12012
12013 PR gdb/19187
12014 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
12015 setup_kfails.
12016
120172016-08-09 Pedro Alves <palves@redhat.com>
12018 Simon Marchi <simon.marchi@ericsson.com>
12019
12020 PR gdb/20418
12021 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
12022 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
12023
120242016-08-09 Pedro Alves <palves@redhat.com>
12025
12026 PR mi/20431
12027 * gdb.mi/mi-cmd-error.exp: New file.
12028
120292016-08-09 Pedro Alves <palves@redhat.com>
12030
12031 PR gdb/18653
12032 * gdb.base/signals-state-child.c: New file.
12033 * gdb.base/signals-state-child.exp: New file.
12034 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
12035
120362016-08-09 Pedro Alves <palves@redhat.com>
12037
12038 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
12039
120402016-08-03 Tom Tromey <tom@tromey.com>
12041
12042 PR python/18565:
12043 * gdb.python/py-frame-inline.exp: Add Frame.function test.
12044
120452016-08-01 Yao Qi <yao.qi@linaro.org>
12046
12047 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
12048 variable mode to "multi-process" if $multi_process is 1, otherwise
12049 set it to "single-process".
12050
120512016-08-01 Yao Qi <yao.qi@linaro.org>
12052
12053 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
12054 * gdb.cp/cpexprs.exp: Likewise.
12055 * gdb.cp/m-static.exp: Likewise.
12056
120572016-07-26 Tom Tromey <tom@tromey.com>
12058
12059 PR python/20190:
12060 * gdb.threads/tls.exp (check_thread_local): Add python symbol
12061 test.
12062
120632016-07-26 Markus Metzger <markus.t.metzger@intel.com>
12064
12065 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
12066 selecting assembly source files.
12067 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
12068 assembly source files.
12069 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
12070 assembly source files.
12071 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
12072 selecting assembly source files.
12073
120742016-07-25 Simon Marchi <simon.marchi@ericsson.com>
12075
12076 * gdb.base/new-ui.exp (do_test_invalid_args): New
12077 procedure.
12078
120792016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
12080
12081 * gdb.btrace/reconnect.c: New file.
12082 * gdb.btrace/reconnect.exp: New file.
12083
120842016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
12085
12086 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
12087 to test_catch_syscall_group.
12088 (test_catch_syscall_group): New.
12089
120902016-07-21 Tom Tromey <tom@tromey.com>
12091
12092 * gdb.rust/simple.rs (main): Use empty struct expression.
12093 * gdb.rust/simple.exp: Add tests for empty struct expression.
12094
120952016-07-21 Yao Qi <yao.qi@linaro.org>
12096
12097 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
12098 if gdb_skip_xml_test is true on some targets.
12099
121002016-07-21 Yao Qi <yao.qi@linaro.org>
12101
12102 * gdb.server/solib-list.exp: Unset last_loaded_file.
12103
121042016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12105
12106 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
12107 "step into captured_main (args)".
12108
121092016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12110
12111 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
12112
121132016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12114
12115 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
12116
121172016-07-19 Pedro Alves <palves@redhat.com>
12118
12119 * gdb.opt/inline-break.exp: Remove optimize=-O2.
12120 * gdb.opt/inline-bt.exp: Likewise.
12121 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
12122 additional_flags=-Winline.
12123 * gdb.opt/inline-locals.exp: Likewise.
12124 * gdb.opt/inline-markers.c (ATTR): Define.
12125 (inlined_fn): Use it.
12126
121272016-07-19 Yao Qi <yao.qi@linaro.org>
12128
12129 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
12130 (test_with_self): Remove some code. Remove argument executable.
12131 (top-level): Use do_self_tests.
12132
121332016-07-15 Zachary Welch <zwelch@codesourcery.com>
12134 Don Breazeal <donb@codesourcery.com>
12135
12136 * gdb.base/maint.exp: Escape paths used in regular expressions.
12137 * gdb.stabs/weird.exp: Likewise.
12138
121392016-07-13 Tom Tromey <tom@tromey.com>
12140
12141 PR python/15620, PR python/18620:
12142 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
12143 (test_bkpt_events): New procs.
12144
121452016-07-13 Tom Tromey <tom@tromey.com>
12146
12147 PR python/17698:
12148 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
12149 test.
12150 (test_watchpoints): Likewise.
12151 (test_bkpt_pending): New proc.
12152
121532016-07-13 Tom Tromey <tom@tromey.com>
12154
12155 PR cli/18053:
12156 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
12157 completion test.
12158
121592016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12160
12161 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
12162 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
12163 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
12164 f_label.
12165 (g): Rename g_end_lbl to g_label.
12166 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
12167 low_pc and high_pc.
12168 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
12169
121702016-07-12 Tom Tromey <tom@tromey.com>
12171
12172 PR python/19293:
12173 * gdb.python/py-unwind-maint.exp: Update tests.
12174
121752016-07-12 Yao Qi <yao.qi@linaro.org>
12176
12177 * lib/selftest-support.exp (selftest_setup): Match the output
12178 when captured_main is inlined.
12179
121802016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
12181
12182 * gdb.fortran/derived-types.exp (result_line, result_line_2):
12183 New variables.
12184 (print this%a, print this%b, print this): New tests.
12185 * gdb.fortran/derived-types.f90 (this): New object and
12186 initialization.
12187
121882016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12189
12190 * gdb.ada/arraydim.exp: Remove extra directory level in build
12191 directory.
12192
121932016-07-06 Simon Marchi <simon.marchi@ericsson.com>
12194
12195 * lib/ada.exp: Remove extra directory level in build directory.
12196 * gdb.ada/cond_lang.exp: Likewise.
12197 * gdb.ada/exec_changed.exp: Likewise.
12198 * gdb.ada/lang_switch.exp: Likewise.
12199
122002016-07-06 Manish Goregaokar <manish@mozilla.com>
12201
12202 * simple.rs: Add test for raw pointer subscripting.
12203 * simple.exp: Add test expectations.
12204
122052016-07-05 Yao Qi <yao.qi@linaro.org>
12206
12207 * gdb.mi/mi-reverse.exp: Match =record-started output.
12208
122092016-07-01 Pedro Alves <palves@redhat.com>
12210
12211 * gdb.base/jit-reader.exp (info_registers_current_frame): New
12212 procedure.
12213 (jit_reader_test): Test the jit reader's unwinder.
12214 * gdb.base/jithost.c (jit_function_00_code): New global.
12215 (main): Use memcpy to fill in the mmapped code, instead of poking
12216 bytes manually here.
12217 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
12218 value.
12219 (read_debug_info): Save the function's range.
12220 (read_sp): New function.
12221 (unwind_frame): Use it. Also unwind RBP.
12222 (get_frame_id): Use read_sp.
12223 (gdb_init_reader): Use calloc instead of malloc.
12224 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
12225 parameter. Use gdb_test_multiple.
12226
122272016-07-01 Pedro Alves <palves@redhat.com>
12228 Antoine Tremblay <antoine.tremblay@ericsson.com>
12229
12230 * gdb.threads/process-dies-while-detaching.c: New file.
12231 * gdb.threads/process-dies-while-detaching.exp: New file.
12232
122332016-07-01 Pedro Alves <palves@redhat.com>
12234
12235 * gdb.multi/watchpoint-multi-exit.c: New file.
12236 * gdb.multi/watchpoint-multi-exit.exp: New file.
12237
122382016-06-30 Pedro Alves <palves@redhat.com>
12239
12240 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
12241 unset inferior_spawn_id.
12242
122432016-06-30 Pedro Alves <palves@redhat.com>
12244
12245 * lib/mi-support.exp (default_mi_gdb_start): Declare global
12246 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
12247
122482016-06-29 Yao Qi <yao.qi@linaro.org>
12249
12250 * gdb.base/return.c: Add copyright header.
12251
122522016-06-29 Tom Tromey <tom@tromey.com>
12253
12254 PR python/20129:
12255 * gdb.python/py-framefilter.exp: Add tests for setting priority
12256 and disabling of non-existent frame filter.
12257
122582016-06-29 Yao Qi <yao.qi@linaro.org>
12259
12260 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
12261 0x0f07ff.
12262
122632016-06-28 Yao Qi <yao.qi@linaro.org>
12264
12265 * gdb.base/catch-syscall.exp: Remove check on isnative and target
12266 triplets. Start gdb, execute catch syscall, and continue. Check
12267 gdb's output to determine catch syscall is supported.
12268
122692016-06-27 Manish Goregaokar <manish@mozilla.com>
12270
12271 * gdb.rust/simple.rs: Add test for returning unit in a function.
12272 * gdb.rust/simple.exp: Add expectation for functions returning
12273 unit.
12274
122752016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
12276
12277 * gdb.python/py-breakpoint-create-fail.c,
12278 gdb.python/py-breakpoint-create-fail.exp,
12279 gdb.python/py-breakpoint-create-fail.py: New testcase.
12280
122812016-06-25 Manish Goregaokar <manish@mozilla.com>
12282
12283 PR gdb/20239
12284 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
12285 * gdb.rust/simple.exp: Add test expectations for new NonZero
12286 tests.
12287
122882016-06-24 David Taylor <dtaylor@emc.com>
12289
12290 * gdb.base/offsets.exp: New file.
12291 * gdb.base/offsets.c: New file.
12292
122932016-06-23 Tom Tromey <tom@tromey.com>
12294
12295 PR gdb/16483:
12296 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
12297 before any filters are loaded.
12298
122992016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
12300
12301 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
12302 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
12303 structs.
12304 * gdb.fortran/derived-type-function.exp: New file.
12305 * gdb.fortran/derived-type-function.f90: New file.
12306
12307
123082016-06-21 Pedro Alves <palves@redhat.com>
12309
12310 * gdb.base/new-ui.exp: New file.
12311 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
12312 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
12313 (with_spawn_id): New procedure.
12314
123152016-06-21 Pedro Alves <palves@redhat.com>
12316
12317 * gdb.mi/mi-exec-run.exp: New file.
12318
123192016-06-21 Pedro Alves <palves@redhat.com>
12320
12321 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
12322 breakpoint command's output on the main UI.
12323 (test_break): New procedure, factored out from calls in the top
12324 level.
12325 (top level): Use foreach_with_prefix to test MI as main UI and as
12326 separate UI.
12327
123282016-06-21 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
12331 (test_awatch_creation_and_listing)
12332 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
12333 Remove 'type' parameter.
12334 (test_watchpoint_all): New parameter mi_mode. Remove
12335 with_test_prefix.
12336 (top level): Use foreach_with_prefix, and add main/separate UI MI
12337 testing axis.
12338
123392016-06-21 Pedro Alves <palves@redhat.com>
12340
12341 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
12342 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
12343 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
12344 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
12345 (gdb_main_spawn_id, mi_spawn_id): Declare and
12346 comment.
12347 (mi_create_inferior_pty): New procedure,
12348 factored out from default_mi_gdb_start.
12349 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
12350 procedures.
12351 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
12352 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
12353 Use mi_create_inferior_pty.
12354 (mi_gdb_start): Use eval to pass down args list.
12355
123562016-06-21 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
12359 * gdb.opt/inline-cmds.exp: Add MI tests.
12360
123612016-06-21 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
12364
123652016-06-21 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
12368 (top level): Use it instead of mi_execute_to.
12369
123702016-06-21 Pedro Alves <palves@redhat.com>
12371
12372 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
12373 (cont_handler_str): New.
12374 (signal_stop_handler): Set stop_handler_str instead of printing to
12375 stdout.
12376 (continue_handler): Set cont_handler_str instead of printing to
12377 stdout.
12378 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
12379 mi_send_resuming_command. Print stop_handler_str and
12380 cont_handler_str instead of expecting the python events print
12381 directly.
12382
123832016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
12384
12385 * gdb.base/jit-reader.exp: New file.
12386 * gdb.base/jithost.c: New file.
12387 * gdb.base/jithost.h: New file.
12388 * gdb.base/jitreader.c : New file.
12389 * gdb.base/jit-protocol.h: New file.
12390
123912016-06-17 Yao Qi <yao.qi@linaro.org>
12392
12393 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
12394 parameters follow_fork and detach_on_fork. Set follow-fork-mode
12395 and detach-on-fork. Adjust tests.
12396 (top level): Invoke break_cond_on_syscall with combinations of
12397 syscall, follow-fork-mode and detach-on-fork.
12398
123992016-06-17 Yao Qi <yao.qi@linaro.org>
12400
12401 * gdb.base/step-over-exit.c: New.
12402 * gdb.base/step-over-exit.exp: New.
12403
124042016-06-17 Yan-Ting Lin <currygt52@gmail.com>
12405
12406 * gdb.base/float.exp: Add target check for nds32*-*-*.
12407 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
12408
124092016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
12410
12411 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
12412 for unsupported target features.
12413 * gdb.base/call-rt-st.exp: Likewise.
12414 * gdb.base/call-sc.exp: Likewise.
12415 * gdb.base/call-signal-resume.exp: Likewise.
12416 * gdb.base/call-strs.exp: Likewise.
12417 * gdb.base/callexit.exp: Likewise.
12418 * gdb.base/callfuncs.exp: Likewise.
12419 * gdb.base/nodebug.exp: Likewise.
12420 * gdb.base/printcmds.exp: Likewise.
12421 * gdb.base/ptype.exp: Likewise.
12422 * gdb.base/structs.exp: Likewise.
12423 * gdb.base/unwindonsignal.exp: Likewise.
12424 * gdb.cp/gdb2495.exp: Likewise.
12425 * gdb.cp/templates.exp: Likewise.
12426 * gdb.cp/virtfunc.exp: Likewise.
12427 * gdb.threads/hand-call-in-threads.exp: Likewise.
12428 * gdb.threads/interrupted-hand-call.exp: Likewise.
12429 * gdb.threads/thread-unwindonsignal.exp: Likewise.
12430
124312016-06-10 Tom Tromey <tom@tromey.com>
12432
12433 PR rust/20110:
12434 * gdb.rust/expr.exp: Add test for integer constant larger than
12435 i32.
12436
124372016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
12438
12439 * gdb.fortran/nested-funcs.exp: New.
12440 * gdb.fortran/nested-funcs.f90: New.
12441
124422016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
12443
12444 * gdb.base/examine-backward.c: New file.
12445 * gdb.base/examine-backward.exp: New file.
12446
124472016-06-06 Simon Marchi <simon.marchi@ericsson.com>
12448
12449 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
12450 matching.
12451
124522016-06-02 Tom Tromey <tom@tromey.com>
12453
12454 PR python/18984:
12455 * gdb.python/py-shared.exp: Add solib_name test.
12456
124572016-06-02 Simon Marchi <simon.marchi@ericsson.com>
12458
12459 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
12460
124612016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
12462
12463 PR c++/19893
12464 * gdb.dwarf2/implref.exp: Rename to...
12465 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
12466 * gdb.dwarf2/implref-array.c: New file.
12467 * gdb.dwarf2/implref-array.exp: Likewise.
12468 * gdb.dwarf2/implref-global.c: Likewise.
12469 * gdb.dwarf2/implref-global.exp: Likewise.
12470 * gdb.dwarf2/implref-struct.c: Likewise.
12471 * gdb.dwarf2/implref-struct.exp: Likewise.
12472
124732016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12474
12475 * gdb.trace/trace-condition.exp: Add 64bit tests.
12476
124772016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12478
12479 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
12480 bits types.
12481 (main): Adapt to 8 to 64 bits types.
12482 * gdb.trace/trace-condition.exp: Add new tests.
12483
124842016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12485
12486 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
12487
124882016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12489
12490 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
12491 Move condition tests...
12492 * gdb.trace/trace-condition.exp: Here.
12493
124942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
12495
12496 * gdb.trace/trace-condition.exp: Add counter-case tests.
12497
124982016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12499
12500 PR c++/15231
12501 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
12502 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
12503
125042016-05-27 Pedro Alves <palves@redhat.com>
12505
12506 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
12507 New procedure.
12508 (top level): Call it, and bail out of DejaGnu is known to be bad.
12509
125102016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
12511
12512 * gdb.base/whatis.c: Extend the test case.
12513 * gdb.base/whatis.exp: Add additional tests.
12514
125152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12516
12517* gdb.fortran/type.f90: Add pointer variable.
12518* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
12519
125202016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12521
12522 * gdb.fortran/vla-type.exp: Fix testcase name.
12523
125242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12525
12526 * gdb.fortran/vla-type.exp: Access elements in nested structs.
12527
125282016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12529
12530 * gdb.fortran/type.f90: Add nested structures.
12531 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
12532 * gdb.fortran/derived-type.exp: Adapt expected output.
12533 * gdb.fortran/vla-type.exp: Adapt expected output.
12534
125352016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12536
12537 * gdb.fortran/whatis_type.exp: Adapt expected output.
12538
125392016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12540
12541 * gdb.fortran/print_type.exp: Fix expected output.
12542 * gdb.fortran/whatis_type.exp: Fix expected output.
12543
125442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
12545
12546 * gdb.fortran/whatis_type.exp: Use multi_line.
12547
125482016-05-24 Tom Tromey <tom@tromey.com>
12549
12550 PR python/17386:
12551 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
12552 use value as an index.
12553
125542016-05-23 Tom Tromey <tom@tromey.com>
12555
12556 PR python/17981:
12557 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
12558 no-breakpoint case.
12559
125602016-05-24 Pedro Alves <palves@redhat.com>
12561
12562 PR gdb/19828
12563 * gdb.threads/clone-attach-detach.c: New file.
12564 * gdb.threads/clone-attach-detach.exp: New file.
12565
125662016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
12567
12568 * gdb.base/annota-input-while-running.exp: Fix syntax error.
12569
125702016-05-23 Tom Tromey <tom@tromey.com>
12571
12572 PR python/19438, PR python/18393:
12573 * gdb.python/py-progspace.exp: Add "dir" test.
12574 * gdb.python/py-objfile.exp: Add "dir" test.
12575
125762016-05-23 Yao Qi <yao.qi@linaro.org>
12577
12578 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
12579 * gdb.arch/thumb2-it.exp: Likewise.
12580
125812016-05-18 Simon Marchi <simon.marchi@ericsson.com>
12582
12583 * gdb.mi/mi-threads-interrupt.c: New file.
12584 * gdb.mi/mi-threads-interrupt.exp: New file.
12585
125862016-05-17 Simon Marchi <simon.marchi@ericsson.com>
12587
12588 PR gdb/18077
12589 * gdb.mi/mi-async-run.exp: New file.
12590 * gdb.mi/mi-async-run.c: New file.
12591
125922016-05-17 Tom Tromey <tom@tromey.com>
12593 Manish Goregaokar <manishsmail@gmail.com>
12594
12595 * lib/rust-support.exp: New file.
12596 * lib/gdb.exp (skip_rust_tests): New proc.
12597 (build_executable_from_specs): Handle rust.
12598 * lib/future.exp (gdb_find_rustc): New proc.
12599 (gdb_default_target_compile): Handle rust.
12600 * gdb.rust/expr.exp: New file.
12601 * gdb.rust/generics.exp: New file.
12602 * gdb.rust/generics.rs: New file.
12603 * gdb.rust/methods.exp: New file.
12604 * gdb.rust/methods.rs: New file.
12605 * gdb.rust/modules.exp: New file.
12606 * gdb.rust/modules.rs: New file.
12607 * gdb.rust/simple.exp: New file.
12608 * gdb.rust/simple.rs: New file.
12609
126102016-05-17 Tom Tromey <tom@tromey.com>
12611
12612 * gdb.base/default.exp (set language): Add rust.
12613
126142016-05-17 Tom Tromey <tom@tromey.com>
12615
12616 * gdb.gdb/unittest.exp: New file.
12617
126182016-05-16 Yao Qi <yao.qi@linaro.org>
12619
12620 * gdb.base/batch-preserve-term-settings.exp: Remove variable
12621 shell_prompt. Update shell_prompt_re.
12622
126232016-05-12 Doug Evans <dje@google.com>
12624
12625 PR symtab/19999
12626 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
12627 $options when building executable.
12628 * gdb.dwarf2/fission-loclists-pie.S: New file.
12629 * gdb.dwarf2/fission-loclists-pie.exp: New file.
12630
126312016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12632
12633 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
12634 of [is_remote target],
12635
126362016-05-04 Simon Marchi <simon.marchi@ericsson.com>
12637
12638 * lib/gdb.exp (use_gdb_stub): New procedure.
12639
126402016-05-03 Yunlian Jiang <yunlian@google.com>
12641 Doug Evans <dje@google.com>
12642
12643 PR symtab/19914
12644 * gdb.dwarf2/dwp-sepdebug.c: New file.
12645 * gdb.dwarf2/dwp-sepdebug.exp: New file.
12646
126472016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12648
12649 * gdb.base/detach.exp: Remove is_remote check.
12650
126512016-05-02 Simon Marchi <simon.marchi@ericsson.com>
12652
12653 * gdb.base/annota-input-while-running.exp: Don't check for
12654 [is_remote target]. Enable annotations after running to main.
12655 Remove unused "set test..." line.
12656
126572016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12658
12659 * gdb.trace/trace-enable-disable.exp: New file.
12660 * gdb.trace/trace-enable-disable.c: New file.
12661
126622016-04-28 Simon Marchi <simon.marchi@ericsson.com>
12663
12664 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
12665 use it in info sharedlibrary test.
12666 * gdb.trace/ftrace-lock.exp: Likewise.
12667 * gdb.trace/ftrace.exp: Likewise.
12668 * gdb.trace/range-stepping.exp: Likewise.
12669 * gdb.trace/trace-break.exp: Likewise.
12670 * gdb.trace/trace-condition.exp: Likewise.
12671 * gdb.trace/trace-mt.exp: Likewise.
12672
126732016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12674
12675 * lib/gdb.exp (gdb_load_shlibs): Rename to...
12676 (gdb_load_shlib): ... this.
12677 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
12678 gdb_load_shlib.
12679 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
12680 * gdb.base/ctxobj.exp: Likewise.
12681 * gdb.base/dprintf-pending.exp: Likewise.
12682 * gdb.base/dso2dso.exp: Likewise.
12683 * gdb.base/fixsection.exp: Likewise.
12684 * gdb.base/gcore-relro.exp: Likewise.
12685 * gdb.base/gdb1555.exp: Likewise.
12686 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12687 * gdb.base/gnu-ifunc.exp: Likewise.
12688 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
12689 * gdb.base/jit-so.exp (one_jit_test): Likewise.
12690 * gdb.base/pending.exp: Likewise.
12691 * gdb.base/print-file-var.exp: Likewise.
12692 * gdb.base/print-symbol-loading.exp: Likewise.
12693 * gdb.base/shlib-call.exp: Likewise.
12694 * gdb.base/shreloc.exp: Likewise.
12695 * gdb.base/so-impl-ld.exp: Likewise.
12696 * gdb.base/solib-disc.exp: Likewise.
12697 * gdb.base/solib-nodir.exp: Likewise.
12698 * gdb.base/solib-overlap.exp: Likewise.
12699 * gdb.base/solib-symbol.exp: Likewise.
12700 * gdb.base/solib-weak.exp (do_test): Likewise.
12701 * gdb.base/sym-file.exp: Likewise.
12702 * gdb.base/symtab-search-order.exp: Likewise.
12703 * gdb.base/type-opaque.exp: Likewise.
12704 * gdb.base/unload.exp: Likewise.
12705 * gdb.base/watchpoint-solib.exp: Likewise.
12706 * gdb.compile/compile.exp: Likewise.
12707 * gdb.cp/gdb2384.exp: Likewise.
12708 * gdb.cp/infcall-dlopen.exp: Likewise.
12709 * gdb.cp/re-set-overloaded.exp: Likewise.
12710 * gdb.fortran/library-module.exp: Likewise.
12711 * gdb.opt/solib-intra-step.exp: Likewise.
12712 * gdb.python/py-finish-breakpoint.exp: Likewise.
12713 * gdb.python/py-shared.exp: Likewise.
12714 * gdb.reverse/solib-precsave.exp: Likewise.
12715 * gdb.reverse/solib-reverse.exp: Likewise.
12716 * gdb.server/solib-list.exp: Likewise.
12717 * gdb.threads/dlopen-libpthread.exp: Likewise.
12718 * gdb.threads/tls-shared.exp: Likewise.
12719 * gdb.threads/tls-so_extern.exp: Likewise.
12720 * gdb.trace/change-loc.exp: Likewise.
12721 * gdb.trace/ftrace-lock.exp: Likewise.
12722 * gdb.trace/ftrace.exp: Likewise.
12723 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
12724 * gdb.trace/pending.exp: Likewise.
12725 * gdb.trace/range-stepping.exp: Likewise.
12726 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
12727 (strace_info_marker): Likewise.
12728 (strace_probe_marker): Likewise.
12729 (strace_trace_on_same_addr): Likewise.
12730 (strace_trace_on_diff_addr): Likewise.
12731 * gdb.trace/trace-break.exp: Likewise.
12732 * gdb.trace/trace-condition.exp: Likewise.
12733 * gdb.trace/trace-mt.exp: Likewise.
12734
127352016-04-27 Simon Marchi <simon.marchi@ericsson.com>
12736
12737 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
12738 result of gdb_remote_download.
12739 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
12740 * gdb.base/dso2dso.exp: Likewise.
12741 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12742 * gdb.base/print-file-var.exp: Likewise.
12743 * gdb.base/shlib-call.exp: Likewise.
12744 * gdb.base/shreloc.exp: Likewise.
12745 * gdb.base/solib-overlap.exp: Likewise.
12746 * gdb.base/solib-weak.exp (do_test): Likewise.
12747 * gdb.base/unload.exp: Likewise.
12748
127492016-04-27 Yao Qi <yao.qi@linaro.org>
12750
12751 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
12752 exists.
12753
127542016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12755
12756 * vla-type.exp: Print structure from toplevel.
12757
127582016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12759
12760 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
12761 of dynamic types.
12762 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
12763 of dynamic types.
12764
127652016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
12766
12767 * gdb.fortran/vla-type.f90: New file.
12768 * gdb.fortran/vla-type.exp: New file.
12769
127702016-04-25 Yao Qi <yao.qi@linaro.org>
12771
12772 * gdb.base/branch-to-self.c: New file.
12773 * gdb.base/branch-to-self.exp: New file.
12774
127752016-04-22 Yao Qi <yao.qi@linaro.org>
12776
12777 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
12778 more after $hex.
12779
127802016-04-22 Yao Qi <yao.qi@linaro.org>
12781
12782 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
12783 * gdb.base/annota3.exp: Likewise.
12784
127852016-04-22 Yao Qi <yao.qi@linaro.org>
12786
12787 * gdb.reverse/step-precsave.exp: Do one step and test program
12788 stops in "callee" and do multiple steps until program goes out
12789 of "callee".
12790 * gdb.reverse/step-reverse.exp: Likewise.
12791
127922016-04-22 Yao Qi <yao.qi@linaro.org>
12793
12794 * gdb.trace/signal.exp: Also pass if
12795 $tracepoint_hits($i) > $iterations.
12796
127972016-04-22 Yao Qi <yao.qi@linaro.org>
12798
12799 * gdb.trace/signal.c: New file.
12800 * gdb.trace/signal.exp: New file.
12801
128022016-04-19 Doug Evans <xdje42@gmail.com>
12803
12804 * gdb.base/bad-file.exp: New file.
12805
128062016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
12807
12808 * gdb.dwarf2/implref.exp: New file.
12809
128102016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12811
12812 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
12813 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
12814 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
12815 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
12816 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
12817 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
12818 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
12819 * lib/fortran.exp (fortran_int4): New procedure.
12820 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
12821 (fortran_logical4): Likewise.
12822
128232016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
12824
12825 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
12826
128272016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
12828
12829 * lib/compiler.c: Add Intel specific preprocessor macros.
12830 * lib/compiler.cc: Likewise.
12831
128322016-04-13 Luis Machado <lgustavo@codesourcery.com>
12833
12834 * gdb.server/connect-with-no-symbol-file.c: New file.
12835 * gdb.server/connect-with-no-symbol-file.exp: New file.
12836
128372016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12838
12839 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
12840
128412016-04-13 Simon Marchi <simon.marchi@ericsson.com>
12842
12843 * boards/gdbserver-base.exp (${board}_download): Copy source file to
12844 standard output directory.
12845
128462016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
12847
12848 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
12849
128502016-04-13 Markus Metzger <markus.t.metzger@intel.com>
12851
12852 * gdb.btrace/instruction_history.c (loop): Add declaration.
12853
128542016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
12855
12856 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
12857
128582016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
12859
12860 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
12861 parentheses to print.
12862 (continue_handler): Likewise.
12863
128642016-04-08 Simon Marchi <simon.marchi@ericsson.com>
12865
12866 * gdb.server/solib-list.exp: Remove is_remote check.
12867 Pass shlib= to gdb_compile. Don't link shared library with
12868 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
12869 Run binary filename through "readlink -f" on the target.
12870
128712016-04-08 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
12874 interpreter filename as argument to gdbserver_spawn.
12875 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12876 Return empty if $last_loaded_file does not exist.
12877
128782016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12879
12880 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
12881 * gdb.base/jit-main.c: Use exit after usage.
12882
128832016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12884
12885 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
12886 GDBHISTSIZE prior to the tests.
12887 * gdb.base/gdbinit-history.exp: Likewise.
12888
128892016-04-07 Pedro Alves <palves@redhat.com>
12890
12891 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
12892 instead of build_executable. Use gdb_load_shlibs.
12893
128942016-04-07 Yao Qi <yao.qi@linaro.org>
12895
12896 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
12897 Execute "si" command.
12898
128992016-04-07 Yao Qi <yao.qi@linaro.org>
12900
12901 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
12902 number instead of the comments on some line.
12903
129042016-04-06 Don Breazeal <donb@codesourcery.com>
12905
12906 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
12907 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
12908
129092016-04-06 Simon Marchi <simon.marchi@ericsson.com>
12910
12911 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
12912 standard_output_file. Remove unused binfile variable.
12913
129142016-04-05 Catalin Udma <catalin.udma@freescale.com>
12915
12916 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
12917 * gdb.python/py-mi-objfile.exp: Match "list main" output
12918 in console format.
12919
129202016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
12921
12922 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
12923 absolute.
12924
129252016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12926
12927 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
12928 absolute.
12929 * gdb.trace/ftrace.exp: Likewise.
12930 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
12931 targets as well.
12932 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
12933 (gdb_load_shlibs): Copy libraries to test directory when testing
12934 natively. Only set solib-search-path if testing remotely.
12935 * lib/mi-support.exp (mi_load_shlibs): Likewise.
12936
129372016-04-05 Simon Marchi <simon.marchi@ericsson.com>
12938
12939 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
12940 gdb_download. Use it even if the target is not remote.
12941 * gdb.base/jit.exp (compile_jit_test): Likewise.
12942 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
12943 output directory if the destination board is local, otherwise use
12944 the standard remote_download from DejaGnu.
12945 (gdb_download): Remove.
12946 (gdb_load_shlibs): Use gdb_remote_download instead of
12947 gdb_download.
12948 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
12949 Use gdb_remote_download instead of gdb_download. Use it even if
12950 the target is not remote.
12951 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
12952 instead of gdb_download.
12953
129542016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
12955
12956 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
12957 (test_insert_delete_modify): Call mi_load_shlibs before trying to
12958 run.
12959
129602016-04-01 Artemiy Volkov <artemiyv@acm.org>
12961
12962 PR gdb/19820
12963 * gdb.base/printcmds.exp: Add artificial arrays tests.
12964
129652016-03-31 Pedro Alves <palves@redhat.com>
12966
12967 PR gdb/19858
12968 * gdb.base/jit-main.c: Include unistd.h.
12969 (ATTACH): Define to 0 if not already defined.
12970 (wait_for_gdb, mypid): New globals.
12971 (WAIT_FOR_GDB): New macro.
12972 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
12973 some breakpoint locations.
12974 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
12975 New procedures.
12976 (one_jit_test): Add REATTACH parameter, and handle it. Use
12977 continue_to_test_location.
12978 (top level): Test attach, and adjusts calls to one_jit_test.
12979
129802016-03-31 Pedro Alves <palves@redhat.com>
12981
12982 PR gdb/19858
12983 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
12984 BINSUFFIX parameter, and handle it.
12985 (top level): Adjust calls compile_jit_test.
12986
129872016-03-31 Catalin Udma <catalin.udma@freescale.com>
12988
12989 PR python/19743
12990 * gdb.python/py-mi-events-gdb.py: New file.
12991 * gdb.python/py-mi-events.c: New file.
12992 * gdb.python/py-mi-events.exp: New file.
12993
129942016-03-30 Yao Qi <yao.qi@linaro.org>
12995
12996 * gdb.reverse/until-precsave.exp: Match function name only.
12997 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
12998 Move malloc to a condition block.
12999 * gdb.reverse/until-reverse.exp: Match function name only.
13000
130012016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
13002
13003 * gdb.trace/ftrace.exp: Set arg0exp for s390.
13004 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
13005 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
13006 variable for GPR 0 instead of assuming it is register 0.
13007 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
13008 * lib/trace-support.exp: Add s390 registers.
13009
130102016-03-29 Yao Qi <yao.qi@linaro.org>
13011
13012 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
13013
130142016-03-24 Yao Qi <yao.qi@linaro.org>
13015
13016 * gdb.reverse/break-reverse.exp: Add quotation mark in the
13017 test message.
13018
130192016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
13020
13021 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
13022 maintaining separate logic for constructing the output path.
13023
130242016-03-16 Don Breazeal <donb@codesourcery.com>
13025
13026 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
13027 Retry fork and waitpid on interrupted system call errors.
13028 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13029 Use with_timeout_factor to increase timeout by factor of 10.
13030
130312016-03-15 Don Breazeal <donb@codesourcery.com>
13032
13033 * gdb.cp/scope-err.cc: New test program.
13034 * gdb.cp/scope-err.exp: New test script.
13035 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
13036 lines and "set breakpoint here" comment.
13037 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
13038 Fixed some whitespace and format issues.
13039 * gdb.mi/mi-linespec-err-cp.cc: New test program.
13040 * gdb.mi/mi-linespec-err-cp.exp: New test script.
13041
130422016-03-15 Doug Evans <dje@google.com>
13043
13044 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
13045 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
13046 All callers updated. Add tests for enums, mixed flags register.
13047
130482016-03-15 Doug Evans <dje@google.com>
13049
13050 * gdb.base/skip.c (main): Call test_skip_file_and_function.
13051 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
13052
130532016-03-14 Simon Marchi <simon.marchi@ericsson.com>
13054
13055 * gdb.base/default.exp: Add $_as_string to the list of expected
13056 convenience functions.
13057
130582016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
13059
13060 * gdb.base/maint.exp: New tests for 'maint info line-table'.
13061
130622016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
13063
13064 * gdb.python/py-as-string.exp: New file.
13065 * gdb.python/py-as-string.c: New file.
13066
130672016-03-09 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
13070 signal" -> "Thread NN received signal" output change.
13071 * gdb.threads/ia64-sigill.exp: Likewise.
13072 * gdb.threads/linux-dp.exp: Likewise.
13073 * gdb.threads/manythreads.exp: Likewise.
13074 * gdb.threads/pending-step.exp: Likewise.
13075 * gdb.threads/print-threads.exp: Likewise.
13076 * gdb.threads/sigstep-threads.exp: Likewise.
13077 * gdb.threads/staticthreads.exp: Likewise.
13078 * gdb.threads/tls.exp: Likewise.
13079
130802016-03-09 Pedro Alves <palves@redhat.com>
13081
13082 * gdb.base/command-line-input.exp: New file.
13083
130842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13085
13086 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
13087 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
13088 * gdb.trace/pending.exp: Accept leading dot before function name.
13089 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
13090 * lib/trace-support.exp: Set registers for ppc.
13091
130922016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13093
13094 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
13095 use it for disassembly; accept .main in addition to main in backtrace.
13096
130972016-03-09 Wei-cheng Wang <cole945@gmail.com>
13098 Marcin Kościelnicki <koriakin@0x04.net>
13099
13100 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
13101 (gdb_recursion_test_ptr): New global variable.
13102 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
13103 gdb_recursion_test.
13104 (gdb_c_test): Ditto.
13105
131062016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13107
13108 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
13109 ordering.
13110
131112016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
13112
13113 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
13114 (bar): Add bar_start_lbl label.
13115 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
13116 of foo/bar for emitting DWARF and tracing.
13117
131182016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
13119
13120 * analyze-racy-logs.py: Set executable bit.
13121
131222016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
13123
13124 * Makefile.in (DEFAULT_RACY_ITER): New variable.
13125 (CHECK_TARGET_TMP): Likewise.
13126 (check-single-racy): New rule.
13127 (check-parallel-racy): Likewise.
13128 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
13129 (do-check-parallel-racy): New rule.
13130 (check-racy/%.exp): Likewise.
13131 * README (Racy testcases): New section.
13132 * analyze-racy-logs.py: New file.
13133
131342016-03-03 Doug Evans <dje@google.com>
13135
13136 * gdb.base/skip.exp: Use with_test_prefix.
13137
131382016-03-03 Yao Qi <yao.qi@linaro.org>
13139
13140 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
13141 Invoke step_over_syscall "clone" and break_cond_on_syscall
13142 "clone".
13143 * gdb.base/step-over-clone.c: New file.
13144
131452016-03-03 Yao Qi <yao.qi@linaro.org>
13146
13147 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
13148 code format.
13149
131502016-03-03 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.base/disp-step-fork.c: Rename to ...
13153 * gdb.base/step-over-fork.c: ... it. New file.
13154 * gdb.base/disp-step-vfork.c: Rename to ...
13155 * gdb.base/step-over-vfork.c: ... it. New file.
13156 * gdb.base/disp-step-syscall.exp: Rename to ...
13157 * gdb.base/step-over-syscall.exp: ... it. New file.
13158 (disp_step_cross_syscall): Rename to ...
13159 (step_over_syscall): ... it.
13160
131612016-03-03 Yao Qi <yao.qi@linaro.org>
13162
13163 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
13164 If target supports condition evaluation on target, invoke
13165 break_cond_on_syscall for fork and vfork.
13166
131672016-03-03 Yao Qi <yao.qi@linaro.org>
13168
13169 * gdb.base/disp-step-syscall.exp: Don't invoke
13170 support_displaced_stepping.
13171 (disp_step_cross_syscall): Test with displaced stepping off and
13172 on if supported.
13173
131742016-03-03 Yao Qi <yao.qi@linaro.org>
13175
13176 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
13177 proc.
13178 (setup): New proc.
13179 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
13180 and setup.
13181
131822016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13183
13184 * gdb.fortran/vla-history.exp: Remove breakpoint.
13185
131862016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13187
13188 * gdb.fortran/vla-history.exp: Lookup array elements and printing
13189 exceeds timeout.
13190
131912016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13192
13193 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
13194 breakpoint.
13195
131962016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
13197
13198 * gdb.mi/vla.f90: Nullify pointer after declaration.
13199
132002016-03-01 Pedro Alves <palves@redhat.com>
13201
13202 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
13203
132042016-03-01 Pedro Alves <palves@redhat.com>
13205
13206 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
13207 before anything else.
13208 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
13209 _GNU_SOURCE here.
13210 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
13211 before anything else.
13212 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
13213
132142016-03-01 Pedro Alves <palves@redhat.com>
13215
13216 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
13217
132182016-03-01 Yao Qi <yao.qi@linaro.org>
13219
13220 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
13221 prepare_for_testing.
13222
132232016-03-01 Yao Qi <yao.qi@linaro.org>
13224
13225 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
13226
132272016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13228
13229 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
13230 manually constructing the output path.
13231
132322016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
13233
13234 * gdb.arch/s390-stackless.S: New.
13235 * gdb.arch/s390-stackless.exp: New.
13236
132372016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
13238
13239 * gdb.dlang/circular.c: New file.
13240 * gdb.dlang/circular.exp: New file.
13241
132422016-02-26 Yao Qi <yao.qi@linaro.org>
13243
13244 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
13245 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
13246 (testcases): Update.
13247
132482016-02-26 Yao Qi <yao.qi@linaro.org>
13249
13250 * gdb.reverse/aarch64.c: Rename to ...
13251 * gdb.reverse/insn-reverse.c: ... it.
13252 * gdb.reverse/aarch64.exp: Rename to ...
13253 * gdb.reverse/insn-reverse.exp: ... it.
13254
132552016-02-26 Yao Qi <yao.qi@linaro.org>
13256
13257 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
13258 (testcase_ftype): New.
13259 (testcases): New array.
13260 (n_testcases): New.
13261 (main): Call each element in testcases.
13262 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
13263 (read_testcase): New.
13264 Do the tests in a loop.
13265
132662016-02-25 Yao Qi <yao.qi@linaro.org>
13267
13268 * gdb.base/branches.c: Remove.
13269
132702016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13271
13272 PR gdb/13808
13273 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
13274
132752016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13276
13277 * gdb.trace/ftrace.exp: Remove unnecessary target check.
13278
132792016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
13280
13281 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
13282 change x86_64 call_insn to 'callq'.
13283
132842016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
13285
13286 * gdb.trace/tfile-avx.c: Move to...
13287 * gdb.trace/tracefile-pseudo-reg.c: Here.
13288 * gdb.trace/tfile-avx.exp: Move to...
13289 * gdb.trace/tracefile-pseudo-reg.exp: Here.
13290
132912016-02-24 Gary Benson <gbenson@redhat.com>
13292
13293 * gdb.base/attach-pie-noexec.exp: Do not expect an error
13294 message on attach.
13295
132962016-02-23 Doug Evans <dje@google.com>
13297
13298 * gdb.base/skip.c (test_skip): New function.
13299 (end_test_skip_file_and_function): New function.
13300 (test_skip_file_and_function): New function.
13301 * gdb.base/skip1.c (test_skip): New function.
13302 (skip1_test_skip_file_and_function): New function.
13303 * gdb.base/skip.exp: Add tests for new skip options.
13304 * gdb.base/skip-solib.exp: Update expected output.
13305 * gdb.perf/skip-command.cc: New file.
13306 * gdb.perf/skip-command.exp: New file.
13307 * gdb.perf/skip-command.py: New file.
13308
133092016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
13310
13311 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
13312 info registers pattern.
13313
133142016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
13315
13316 * lib/future.exp: Add D support.
13317 (gdb_find_gdc): New proc.
13318 (gdb_default_target_compile): Add D support.
13319
133202016-02-18 Wei-cheng Wang <cole945@gmail.com>
13321
13322 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
13323 user+system time.
13324 (trace_speed_test): Determine the iteration count for a time
13325 between 15..30 seconds.
13326
133272016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
13328
13329 * gdb.arch/i386-mpx-sigsegv.c: New file.
13330 * gdb.arch/i386-mpx-sigsegv.exp: New file.
13331 * gdb.arch/i386-mpx-simple_segv.c: New file.
13332 * gdb.arch/i386-mpx-simple_segv.exp: New file.
13333
133342016-02-18 Yao Qi <yao.qi@linaro.org>
13335
13336 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
13337 Don't call setup_kfail.
13338
133392016-02-18 Yao Qi <yao.qi@linaro.org>
13340
13341 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13342 Set "set breakpoint condition-evaluation" per $cond_bp_target.
13343
133442016-02-16 Doug Evans <dje@google.com>
13345
13346 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
13347 * gdb.base/skip1.c: Ditto.
13348 * gdb.base/skip.exp: Whitespace cleanup.
13349
133502016-02-16 Don Breazeal <donb@codesourcery.com>
13351
13352 PR remote/19496
13353 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
13354 Remove kfail for PR remote/19496.
13355
133562016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13357
13358 * lib/gdb.exp (standard_temp_file): Return a path specific to
13359 the runtest invocation.
13360
133612016-02-16 Simon Marchi <simon.marchi@ericsson.com>
13362
13363 * gdb.trace/save-trace.exp: Change relative path to be in the
13364 standard output directory.
13365
133662016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13367
13368 * gdb.arch/i386-prologue.c: Add missing prototypes.
13369
133702016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13371
13372 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
13373 * gdb.arch/i386-prologue.exp: Likewise.
13374 * gdb.arch/i386-size.exp: Likewise.
13375
133762016-02-15 Simon Marchi <simon.marchi@ericsson.com>
13377
13378 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
13379 define object file path.
13380 * gdb.btrace/gcore.exp: Use standard_output_file to define core
13381 file path.
13382 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
13383 standard_output_file to define binfile.
13384
133852016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13386
13387 Fix compatibility with recent gfortran-5.3.1.
13388 * gdb.fortran/vla-history.exp (print vla1 allocated)
13389 (print vla2 allocated, print $2, print $3): Remove
13390 (print $4): Rename to ...
13391 (print $2): ... here.
13392 (print $9): Rename to ...
13393 (print $5): ... here.
13394 (print $10): Rename to ...
13395 (print $6): ... here.
13396 * gdb.fortran/vla.f90: Add pvla initialization.
13397
133982016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
13399
13400 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
13401 New test.
13402 * gdb.fortran/vla-value-sub.exp: Likewise.
13403
134042016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
13405
13406 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
13407
134082016-02-12 Simon Marchi <simon.marchi@ericsson.com>
13409
13410 * i386-biarch-core.exp: Define corefile using
13411 standard_output_file.
13412
134132016-02-12 Yao Qi <yao.qi@linaro.org>
13414
13415 * gdb.arch/arm-single-step-kernel-helper.c: New.
13416 * gdb.arch/arm-single-step-kernel-helper.exp: New.
13417
134182016-02-12 Markus Metzger <markus.t.metzger@intel.com>
13419
13420 * gdb.btrace/tailcall-only.exp: New.
13421 * gdb.btrace/tailcall-only.c: New.
13422 * gdb.btrace/x86_64-tailcall-only.S: New.
13423 * gdb.btrace/i686-tailcall-only.S: New.
13424
134252016-02-11 Pedro Alves <palves@redhat.com>
13426
13427 * README (Parallel testing): Add missing double quotes.
13428
134292016-02-11 Pedro Alves <palves@redhat.com>
13430
13431 * README (Parallel testing): New section.
13432 (GDB_PARALLEL): Rewrite.
13433 (FORCE_PARALLEL): Document.
13434
134352016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
13436
13437 * gdb.trace/tfile-avx.c: New test.
13438 * gdb.trace/tfile-avx.exp: New test.
13439
134402016-02-09 Keith Seitz <keiths@redhat.com>
13441
13442 PR breakpoints/19546
13443 * gdb.base/infcall-exec.c: New file.
13444 * gdb.base/infcall-exec2.c: New file.
13445 * gdb.base/infcall-exec.exp: New file.
13446
134472016-02-09 Keith Seitz <keiths@redhat.com>
13448
13449 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
13450 (toplevel): Call test_bkpt_address.
13451
134522016-02-09 Keith Seitz <keiths@redhat.com>
13453
13454 PR python/19506
13455 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
13456 (toplevel): Call test_bkpt_address.
13457
134582016-02-09 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
13461 to AC_OUTPUT.
13462 * configure: Regenerate.
13463
134642016-02-09 Pedro Alves <palves@redhat.com>
13465
13466 PR breakpoints/19548
13467 * gdb.base/execl-update-breakpoints.c (some_function): New
13468 function.
13469 (main): Call it.
13470 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
13471 Tighten expected GDB output.
13472
134732016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * Makefile.in (ALL_SUBDIRS): Remove.
13476 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
13477 (distclean maintainer-clean realclean): Likewise.
13478 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
13479 * configure: Regenerate.
13480 * gdb.ada/Makefile.in: Delete.
13481 * gdb.arch/Makefile.in: Likewise.
13482 * gdb.asm/Makefile.in: Likewise.
13483 * gdb.base/Makefile.in: Likewise.
13484 * gdb.btrace/Makefile.in: Likewise.
13485 * gdb.cell/Makefile.in: Likewise.
13486 * gdb.compile/Makefile.in: Likewise.
13487 * gdb.cp/Makefile.in: Likewise.
13488 * gdb.disasm/Makefile.in: Likewise.
13489 * gdb.dlang/Makefile.in: Likewise.
13490 * gdb.dwarf2/Makefile.in: Likewise.
13491 * gdb.fortran/Makefile.in: Likewise.
13492 * gdb.gdb/Makefile.in: Likewise.
13493 * gdb.go/Makefile.in: Likewise.
13494 * gdb.guile/Makefile.in: Likewise.
13495 * gdb.java/Makefile.in: Likewise.
13496 * gdb.linespec/Makefile.in: Likewise.
13497 * gdb.mi/Makefile.in: Likewise.
13498 * gdb.modula2/Makefile.in: Likewise.
13499 * gdb.multi/Makefile.in: Likewise.
13500 * gdb.objc/Makefile.in: Likewise.
13501 * gdb.opencl/Makefile.in: Likewise.
13502 * gdb.opt/Makefile.in: Likewise.
13503 * gdb.pascal/Makefile.in: Likewise.
13504 * gdb.perf/Makefile.in: Likewise.
13505 * gdb.python/Makefile.in: Likewise.
13506 * gdb.reverse/Makefile.in: Likewise.
13507 * gdb.server/Makefile.in: Likewise.
13508 * gdb.stabs/Makefile.in: Likewise.
13509 * gdb.threads/Makefile.in: Likewise.
13510 * gdb.trace/Makefile.in: Likewise.
13511 * gdb.xml/Makefile.in: Likewise.
13512 * lib/gdb.exp (make_gdb_parallel_path): Add check for
13513 GDB_PARALLEL.
13514 (standard_output_file): Remove check for GDB_PARALLEL, always
13515 return path in outputs/$subdir/$testname.
13516
135172016-02-08 Simon Marchi <simon.marchi@ericsson.com>
13518
13519 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
13520 (site.exp): Assign abs_srcdir to tcl's srcdir.
13521
135222016-02-04 Yao Qi <yao.qi@linaro.org>
13523
13524 * gdb.base/foll-exec-mode.c: Include limits.h.
13525 (main): Add parameters argc and argv. Get directory from
13526 argv[0].
13527 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
13528 compilation.
13529 * gdb.base/foll-exec.c: Include limits.h.
13530 (main): Add parameters argc and argv.
13531 Get directory from argv[0].
13532 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
13533 Adjust tests on the number of lines as source code changed.
13534 * gdb.base/foll-vfork-exit.c: Include limits.h.
13535 (main): Add one line of statement before vfork.
13536 * gdb.base/foll-vfork.c: Include limits.h and string.h.
13537 (main): Add parameters argc and argv. Get directory from
13538 argv[0].
13539 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
13540 (setup_gdb): Set tbreak to skip some source lines.
13541 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
13542 (main): Add parameters argc and argv. Get directory from
13543 argv[0].
13544 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
13545 compilation.
13546 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
13547 (main): Add parameters argc and argv. Get directory from
13548 argv[0].
13549 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
13550 compilation.
13551
135522016-02-01 Doug Evans <dje@google.com>
13553
13554 * gdb.base/skip.exp: Clean up multiple references to same test name.
13555
135562016-02-01 Pedro Alves <palves@redhat.com>
13557
13558 PR remote/19496
13559 * gdb.threads/forking-threads-plus-breakpoint.exp
13560 (displaced_stepping_supported): New global.
13561 (probe_displaced_stepping_support): New procedure.
13562 (do_test): Add 'displaced' parameter, and use it.
13563 (top level): Check for displaced stepping support. Add displaced
13564 stepping on/off testing axis.
13565
135662016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13567
13568 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
13569 pointer. Don't perform further tests on the unassociated pointer
13570 if the first test fails.
13571
135722016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
13573
13574 * gdb.base/max-value-size.c: New file.
13575 * gdb.base/max-value-size.exp: New file.
13576 * gdb.base/huge.exp: Disable max-value-size for this test.
13577
135782016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
13579
13580 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
13581
135822016-01-28 Yao Qi <yao.qi@linaro.org>
13583
13584 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
13585
135862016-01-25 Pedro Alves <palves@redhat.com>
13587
13588 PR threads/19461
13589 * gdb.base/fork-running-state.c: New file.
13590 * gdb.base/fork-running-state.exp: New file.
13591
135922016-01-25 Pedro Alves <palves@redhat.com>
13593
13594 PR gdb/19494
13595 * gdb.base/catch-fork-kill.c: New file.
13596 * gdb.base/catch-fork-kill.exp: New file.
13597
135982016-01-25 Pedro Alves <palves@redhat.com>
13599
13600 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
13601 Delete, moved to lib/gdb.exp.
13602 * gdb.threads/forking-threads-plus-breakpoint.exp
13603 (foreach_with_prefix): Likewise.
13604 * gdb.threads/process-dies-while-handling-bp.exp
13605 (foreach_with_prefix): Likewise.
13606 * lib/gdb.exp (foreach_with_prefix): New procedure.
13607
136082016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
13609
13610 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
13611 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
13612
136132016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
13614
13615 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
13616 endian targets.
13617
136182016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13619 Pedro Alves <palves@redhat.com>
13620
13621 Fix testsuite compatibility with Guile.
13622 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
13623 number.
13624
136252016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13626
13627 Fix testsuite compatibility with Guile.
13628 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
13629 (thread 1): New test for backtrace through signal handler.
13630
136312016-01-22 Yao Qi <yao.qi@linaro.org>
13632
13633 PR testsuite/19491
13634 * gdb.base/multi-forks.c: Include
13635 ../lib/unbuffer_output.c
13636 (main): Call gdb_unbuffer_output.
13637
136382016-01-21 Doug Evans <dje@google.com>
13639
13640 * lib/ada.exp (gdb_compile_ada): Fix typo.
13641
136422016-01-21 Joel Brobecker <brobecker@adacore.com>
13643
13644 * gdb.base/break-fun-addr.exp: New file.
13645 * gdb.base/break-fun-addr1.c: New file.
13646 * gdb.base/break-fun-addr2.c: New file.
13647
136482016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
13649
13650 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
13651 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
13652 enum flag values.
13653
136542016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
13655
13656 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
13657 when GDB can not set the vector return value. Add more comments
13658 for clarification.
13659
136602016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
13661
13662 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
13663 command.
13664
136652016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13666
13667 * Makefile.in (DO_RUNTEST): Add --status and update usages.
13668
136692016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13670
13671 * Makefile.in (check-single): Pass --status to runtest.
13672 (check/%.exp): Likewise.
13673
136742016-01-19 Simon Marchi <simon.marchi@ericsson.com>
13675
13676 * Makefile.in (check-parallel): Propagate return code from make
13677 do-check-parallel.
13678
136792016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
13680
13681 * gdb.trace/ftrace.exp: Fix expected message on continue.
13682 * gdb.trace/pending.exp: Fix expected message on continue.
13683 * gdb.trace/trace-break.exp: Fix expected message on continue.
13684
136852016-01-18 Simon Marchi <simon.marchi@ericsson.com>
13686
13687 * lib/gdb.exp (gdb_test): Remove unused global references.
13688
136892016-01-18 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.base/async-shell.exp: Adjust expected output.
13692 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
13693 * gdb.base/siginfo-thread.exp: Adjust expected output.
13694 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
13695 * gdb.java/jnpe.exp: Adjust expected output.
13696 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
13697 * gdb.threads/continue-pending-status.exp: Adjust expected output.
13698 * gdb.threads/leader-exit.exp: Adjust expected output.
13699 * gdb.threads/manythreads.exp: Adjust expected output.
13700 * gdb.threads/pthreads.exp: Adjust expected output.
13701 * gdb.threads/schedlock.exp: Adjust expected output.
13702 * gdb.threads/siginfo-threads.exp: Adjust expected output.
13703 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
13704 expected output.
13705 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
13706 output.
13707 * gdb.threads/sigthread.exp: Adjust expected output.
13708 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
13709
137102016-01-18 Yao Qi <yao.qi@linaro.org>
13711
13712 * gdb.guile/scm-section-script.c: Replace @progbits with
13713 %progbits.
13714 * gdb.python/py-section-script.c: Likewise.
13715
137162016-01-15 Pedro Alves <palves@redhat.com>
13717
13718 * gdb.multi/tids.exp: Test star wildcard ranges.
13719
137202016-01-15 Pedro Alves <palves@redhat.com>
13721
13722 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
13723 command from "thread apply" invocation.
13724 (thr_apply_info_thr_invalid): Default the expected output to the
13725 input tid list.
13726 (top level): Add tests that use convenience variables. Add tests
13727 for "thread apply" with a valid TID list, but missing the command.
13728
137292016-01-13 Pedro Alves <palves@redhat.com>
13730
13731 * gdb.base/default.exp: Expect $_gthread as well.
13732 * gdb.multi/tids.exp: Test $_gthread.
13733 * gdb.threads/thread-specific.exp: Test $_gthread.
13734
137352016-01-13 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.multi/tids.exp: Test "info threads -gid".
13738
137392016-01-13 Pedro Alves <palves@redhat.com>
13740
13741 * gdb.multi/tids.exp: Test InferiorThread.global_num and
13742 Breakpoint.thread.
13743 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
13744
137452016-01-07 Pedro Alves <palves@redhat.com>
13746
13747 * gdb.base/break.exp: Adjust to output changes.
13748 * gdb.base/hbreak2.exp: Likewise.
13749 * gdb.base/sepdebug.exp: Likewise.
13750 * gdb.base/watch_thread_num.exp: Likewise.
13751 * gdb.linespec/keywords.exp: Likewise.
13752 * gdb.multi/info-threads.exp: Likewise.
13753 * gdb.threads/thread-find.exp: Likewise.
13754 * gdb.multi/tids.c: New file.
13755 * gdb.multi/tids.exp: New file.
13756
137572016-01-13 Pedro Alves <palves@redhat.com>
13758
13759 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
13760
137612016-01-13 Pedro Alves <palves@redhat.com>
13762
13763 * gdb.base/default.exp: Expect $_inferior as well.
13764 * gdb.multi/base.exp: Test $_inferior.
13765
137662016-01-13 Pedro Alves <palves@redhat.com>
13767
13768 PR breakpoints/19388
13769 * gdb.base/catch-signal-siginfo-cond.c: New file.
13770 * gdb.base/catch-signal-siginfo-cond.exp: New file.
13771
137722016-01-12 Josh Stone <jistone@redhat.com>
13773 Philippe Waroquiers <philippe.waroquiers@skynet.be>
13774
13775 * gdb.base/catch-syscall.c (do_execve): New variable.
13776 (main): Conditionally trigger an execve.
13777 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
13778 (test_catch_syscall_execve): New, check entry/return across execve.
13779 (do_syscall_tests): Call test_catch_syscall_execve.
13780
137812016-01-12 Pedro Alves <palves@redhat.com>
13782
13783 * gdb.base/random-signal.exp (do_test): New procedure, with body
13784 of testcase moved in.
13785
137862016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13787 Pedro Alves <palves@redhat.com>
13788
13789 * gdb.base/funcargs.exp (finish from indirectly called function):
13790 Reintroduce the case for 'First'.
13791
137922016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13793 Pedro Alves <palves@redhat.com>
13794
13795 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
13796 (tcatch_vfork_then_child_follow_exec)
13797 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
13798 identification.
13799
138002016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13801
13802 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
13803 and repeats to unlimited.
13804 * gdb.python/py-value.exp: Likewise.
13805 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
13806 and repeats to unlimited.
13807
138082016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13809
13810 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
13811 and reordering the functions.
13812 * gdb.multi/hangout.c: Likewise.
13813 * gdb.multi/hello.c: Likewise.
13814
138152016-01-08 Simon Marchi <simon.marchi@ericsson.com>
13816
13817 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
13818 absolute.
13819 (SingleStatisticTestResult.report): Use dict.keys instead of
13820 dict.iterkeys.
13821
138222016-01-06 Pedro Alves <palves@redhat.com>
13823
13824 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
13825
138262016-01-04 Markus Metzger <markus.t.metzger@intel.com>
13827
13828 * gdb.btrace/dlopen.exp: New.
13829 * gdb.btrace/dlopen.c: New.
13830 * gdb.btrace/dlopen-dso.c: New.
13831
138322015-12-25 Sandra Loosemore <sandra@codesourcery.com>
13833
13834 * lib/gdb.exp (gdb_test): Update comments to clarify that the
13835 PATTERN argument is optional.
13836
138372015-12-24 Joel Brobecker <brobecker@adacore.com>
13838
13839 * lib/ada.exp (target_compile_ada_from_dir): New function.
13840 (gdb_compile_ada): Reimplement avoiding the use of project files.
13841 * gdb.ada/gnat_ada.gpr: Delete.
13842 * gdb.ada/cond_lang.exp: Adjust test to make path before
13843 filename optional.
13844 * gdb.ada/small_reg_param.exp: Likewise.
13845
138462015-12-22 Simon Marchi <simon.marchi@ericsson.com>
13847
13848 * gdb.base/foll-vork.exp: Remove HP-UX special case.
13849
138502015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
13851
13852 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
13853 case.
13854
138552015-12-21 Simon Marchi <simon.marchi@ericsson.com>
13856
13857 * gdb.base/break.exp: Remove dead code.
13858 * gdb.base/sepdebug.exp: Likewise.
13859
138602015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13861
13862 * gdb.asm/asm-source.exp: Remove HP-UX references.
13863 * gdb.base/annota1.exp: Likewise.
13864 * gdb.base/annota3.exp: Likewise.
13865 * gdb.base/attach.exp: Likewise.
13866 * gdb.base/bigcore.exp: Likewise.
13867 * gdb.base/break.exp: Likewise.
13868 * gdb.base/call-ar-st.exp: Likewise.
13869 * gdb.base/callfuncs.exp: Likewise.
13870 * gdb.base/catch-fork-static.exp: Likewise.
13871 * gdb.base/display.exp: Likewise.
13872 * gdb.base/foll-exec-mode.exp: Likewise.
13873 * gdb.base/foll-exec.exp: Likewise.
13874 * gdb.base/foll-fork.exp: Likewise.
13875 * gdb.base/foll-vfork.exp: Likewise.
13876 * gdb.base/funcargs.exp: Likewise.
13877 * gdb.base/hbreak2.exp: Likewise.
13878 * gdb.base/inferior-died.exp: Likewise.
13879 * gdb.base/interrupt.exp: Likewise.
13880 * gdb.base/multi-forks.exp: Likewise.
13881 * gdb.base/nodebug.exp: Likewise.
13882 * gdb.base/sepdebug.exp: Likewise.
13883 * gdb.base/solib1.c: Likewise.
13884 * gdb.base/step-test.exp: Likewise.
13885 * gdb.mi/non-stop.c: Likewise.
13886 * gdb.mi/pthreads.c: Likewise.
13887 * gdb.multi/bkpt-multi-exec.ex: Likewise.
13888 * gdb.threads/pthreads.c: Likewise.
13889 * gdb.threads/staticthreads.exp: Likewise.
13890 * lib/future.exp: Likewise.
13891 * lib/gdb.exp: Likewise.
13892 * gdb.base/so-indr-cl.c: Remove.
13893 * gdb.base/so-indr-cl.exp: Likewise.
13894 * gdb.base/solib.c: Likewise.
13895 * gdb.base/solib.exp: Likewise.
13896 * gdb.base/solib2.c: Likewise.
13897
138982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
13899
13900 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
13901 * gdb.base/call-ar-st.exp: Likewise.
13902 * gdb.base/callfuncs.exp: Likewise.
13903 * gdb.base/condbreak.exp: Likewise.
13904 * gdb.base/constvars.exp: Likewise.
13905 * gdb.base/hbreak2.exp: Likewise.
13906 * gdb.base/langs.exp: Likewise.
13907 * gdb.base/list.exp: Likewise.
13908 * gdb.base/long_long.exp: Likewise.
13909 * gdb.base/ptype.exp: Likewise.
13910 * gdb.base/scope.exp: Likewise.
13911 * gdb.base/signals.exp: Likewise.
13912 * gdb.base/so-impl-ld.exp: Likewise.
13913 * gdb.base/varargs.exp: Likewise.
13914 * gdb.base/volatile.exp: Likewise.
13915 * gdb.base/whatis.exp: Likewise.
13916 * gdb.cp/cplusfuncs.exp: Likewise.
13917 * gdb.cp/inherit.exp: Likewise.
13918 * gdb.cp/local.exp: Likewise.
13919 * gdb.cp/member-ptr.exp: Likewise.
13920 * gdb.cp/method.exp: Likewise.
13921 * gdb.cp/overload.exp: Likewise.
13922 * gdb.cp/templates.exp: Likewise.
13923 * gdb.stabs/weird.exp: Likewise.
13924 * lib/compiler.c: Likewise.
13925 * lib/compiler.cc: Likewise.
13926 * lib/cp-support.exp: Likewise.
13927 * lib/gdb.exp: Likewise.
13928
139292015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
13930
13931 * configure.ac: Remove HP-UX case.
13932 * configure: Regenerate.
13933
139342015-12-18 Simon Marchi <simon.marchi@ericsson.com>
13935
13936 * lib/gdb.exp (gdb_compile): Add function doc.
13937
139382015-12-17 Pedro Alves <palves@redhat.com>
13939
13940 PR threads/19354
13941 * gdb.multi/info-threads.exp: New file.
13942
139432015-12-15 Yao Qi <yao.qi@linaro.org>
13944
13945 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
13946 is aarch64*-*-*.
13947
139482015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13949
13950 * gdb.base/history-duplicates.exp: Skip if no readline support.
13951
139522015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13953
13954 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
13955
139562015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13957
13958 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
13959
139602015-12-14 Sandra Loosemore <sandra@codesourcery.com>
13961
13962 * gdb.base/completion.exp: Skip tests that interrupt GDB with
13963 ctrl-C if nointerrupts target property is set.
13964 * gdb.base/double-prompt-target-event-error.exp: Likewise.
13965 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
13966 * gdb.base/paginate-bg-execution.exp: Likewise.
13967 * gdb.base/paginate-execution-startup.exp: Likewise.
13968 * gdb.base/random-signal.exp: Likewise.
13969 * gdb.base/range-stepping.exp: Likewise.
13970 * gdb.cp/annota2.exp: Likewise.
13971 * gdb.cp/annota3.exp: Likewise.
13972 * gdb.gdb/selftest.exp: Likewise.
13973 * gdb.threads/continue-pending-status.exp: Likewise.
13974 * gdb.threads/leader-exit.exp: Likewise.
13975 * gdb.threads/manythreads.exp: Likewise.
13976 * gdb.threads/pthreads.exp: Likewise.
13977 * gdb.threads/schedlock.exp: Likewise.
13978 * gdb.threads/sigthread.exp: Likewise.
13979
139802015-12-11 Don Breazeal <donb@codesourcery.com>
13981
13982 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
13983 remote.
13984 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
13985 * gdb.base/foll-exec.exp (main): Enable for target remote.
13986 * gdb.base/foll-fork.exp (main): Likewise.
13987 * gdb.base/foll-vfork.exp (main): Likewise.
13988 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
13989 (proc continue_to_exit_bp_loc): Use clean_restart.
13990 * gdb.base/pie-execl.exp (main): Disable for target remote.
13991 * gdb.base/watch-vfork.exp (main): Enable for target remote.
13992 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
13993 * gdb.threads/execl.exp (main): Likewise.
13994 * gdb.threads/fork-child-threads.exp (main): Likewise.
13995 * gdb.threads/fork-plus-threads.exp (main): Disable for target
13996 remote.
13997 * gdb.threads/fork-thread-pending.exp (main): Enable for target
13998 remote.
13999 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
14000 pid.tid style ptids, instead of just tid.
14001 * gdb.threads/thread-execl.exp (main): Enable for target remote.
14002 * gdb.threads/watchpoint-fork.exp (main): Likewise.
14003 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
14004 ptids, instead of just tid.
14005
140062015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14007
14008 * gdb.base/list.exp (test_list_forward): Add end of file error
14009 test.
14010 (test_repeat_list_command): Add end of file error test.
14011 (test_list_backwards): Add beginning of file error test.
14012
140132015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14014
14015 * gdb.base/list.exp (test_list_invalid_args): New function,
14016 defined, and called.
14017
140182015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
14019
14020 * gdb.base/list.exp (test_list): Make test names unique.
14021
140222015-12-11 Yao Qi <yao.qi@linaro.org>
14023
14024 * gdb.base/coremaker2.c: Remove.
14025
140262015-12-10 Pedro Alves <palves@redhat.com>
14027
14028 * gdb.multi/base.exp: Remove stale "spaces" references.
14029
140302015-12-10 Pedro Alves <palves@redhat.com>
14031
14032 * gdb.multi/base.exp: Don't use nowarnings.
14033 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
14034 * gdb.multi/hangout.c: Include stdio.h.
14035 * gdb.multi/hello.c: Include stdlib.h.
14036 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
14037 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
14038 * gdb.multi/multi-arch.exp: Don't use nowarnings.
14039
140402015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
14041
14042 * gdb.dwarf2/dw2-ranges-base.c: New file.
14043 * gdb.dwarf2/dw2-ranges-base.exp: New file.
14044 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
14045 support additional line table, and debug ranges generation.
14046 (Dwarf::ranges): New function, generate .debug_ranges.
14047 (Dwarf::lines): Support generating simple line table programs.
14048 (Dwarf::assemble): Initialise new namespace variables.
14049
140502015-12-09 Kevin Buettner <kevinb@redhat.com>
14051
14052 * gdb.base/async.exp (proc test_background): Add case for
14053 asynchronous execution not supported.
14054
140552015-12-09 Luis Machado <lgustavo@codesourcery.com>
14056
14057 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
14058 format and change test names to make them unique.
14059
140602015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
14061 Pedro Alves <pedro@redhat.com>
14062
14063 PR gdb/18702
14064 Add checking of floatformats setup on x86_64 hosts.
14065 * gdb.arch/i386-float.S (main): Load bigval and smallval.
14066 (smallval, bigval): New labels/constants.
14067 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
14068 float" after loading bigval and smallval.
14069
140702015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
14071
14072 * gdb.ada/fun_overload_menu.exp: New testcase.
14073 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
14074
140752015-12-04 Josh Stone <jistone@redhat.com>
14076
14077 * gdb.base/catch-fork-static.exp: New.
14078
140792015-12-03 Yao Qi <yao.qi@linaro.org>
14080
14081 * gdb.base/sizeof.c: Don't include stdio.h and
14082 ../lib/unbuffer_output.c.
14083 (main): New variable 'size' and 'value'. Remove printf and
14084 gdb_unbuffer_output. Assign return value to size and value.
14085 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
14086 at the beginning.
14087 (check_sizeof): Check the result by printing variable 'size'.
14088 (check_valueof): Check the result by printing variable 'value'.
14089
140902015-12-01 Yao Qi <yao.qi@linaro.org>
14091
14092 * gdb.base/disp-step-syscall.exp: Define syscall instruction
14093 for aarch64*-*-linux* target.
14094
140952015-11-30 Pedro Alves <palves@redhat.com>
14096
14097 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
14098
140992015-11-30 Pedro Alves <palves@redhat.com>
14100
14101 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
14102 Handle non-stop mode vCont replies.
14103
141042015-11-30 Pedro Alves <palves@redhat.com>
14105
14106 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
14107 prepare_for_testing. Start gdb with "set non-stop on" appended to
14108 GDBFLAGS. Lax expected stop output.
14109
141102015-11-27 Yao Qi <yao.qi@linaro.org>
14111
14112 * gdb.arch/arm-neon.exp: New.
14113 * gdb.arch/arm-neon.c: New.
14114
141152015-11-27 Yao Qi <yao.qi@linaro.org>
14116
14117 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
14118
141192015-11-27 Yao Qi <yao.qi@linaro.org>
14120
14121 * gdb.cp/annota2.exp: Allow multiple occurrences of the
14122 frames-invalid annotation.
14123
141242015-11-27 Yao Qi <yao.qi@linaro.org>
14125
14126 * gdb.cp/annota2.exp: Use ${frames_invalid}.
14127
141282015-11-26 Simon Marchi <simon.marchi@ericsson.com>
14129
14130 * gdb.threads/names.exp: New file.
14131 * gdb.threads/names.c: New file.
14132 * README: Mention gdb,no_thread_names.
14133
141342015-11-26 Markus Metzger <markus.t.metzger@intel.com>
14135
14136 PR 19297
14137 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
14138 support" error.
14139
141402015-11-24 Pedro Alves <palves@redhat.com>
14141
14142 PR 17539
14143 * gdb.base/display.exp: Expect displays to be sorted in ascending
14144 order. Use multi_line.
14145 * gdb.base/solib-display.exp: Likewise.
14146
141472015-11-24 Pedro Alves <palves@redhat.com>
14148
14149 PR 17539
14150 * gdb.base/display.exp: Expect displays to be sorted in ascending
14151 order. Use multi_line.
14152 * gdb.base/solib-display.exp: Likewise.
14153
141542015-11-24 Pedro Alves <palves@redhat.com>
14155
14156 PR 17539
14157 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
14158 threads in ascending order.
14159 * gdb.base/foll-fork.exp: Likewise.
14160 * gdb.base/foll-vfork.exp: Likewise.
14161 * gdb.base/multi-forks.exp: Likewise.
14162 * gdb.mi/mi-nonstop.exp: Likewise.
14163 * gdb.mi/mi-nsintrall.exp: Likewise.
14164 * gdb.multi/base.exp: Likewise.
14165 * gdb.multi/multi-arch.exp: Likewise.
14166 * gdb.python/py-inferior.exp: Likewise.
14167 * gdb.threads/break-while-running.exp: Likewise.
14168 * gdb.threads/execl.exp: Likewise.
14169 * gdb.threads/gcore-thread.exp: Likewise.
14170 * gdb.threads/info-threads-cur-sal.exp: Likewise.
14171 * gdb.threads/kill.exp: Likewise.
14172 * gdb.threads/linux-dp.exp: Likewise.
14173 * gdb.threads/multiple-step-overs.exp: Likewise.
14174 * gdb.threads/next-bp-other-thread.exp: Likewise.
14175 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
14176 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
14177 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
14178 * gdb.threads/thread-find.exp: Likewise.
14179 * gdb.threads/tls.exp: Likewise.
14180 * lib/mi-support.exp (mi_reverse_list): Delete.
14181 (mi_check_thread_states): No longer reverse list.
14182
141832015-11-24 Pedro Alves <palves@redhat.com>
14184
14185 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
14186 use lowercase.
14187
141882015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14189
14190 * gdb.trace/actions.c: Include trace-common.h.
14191 (main): Add a location for a fast tracepoint.
14192 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
14193 the normal tracepoints.
14194 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
14195
141962015-11-23 Simon Marchi <simon.marchi@ericsson.com>
14197
14198 * save-trace.exp: Factor out code to these...
14199 (gdb_save_tracepoints): New.
14200 (gdb_load_tracepoints): New.
14201 (do_save_load_test): New.
14202
142032015-11-23 Kevin Buettner <kevinb@redhat.com>
14204
14205 * gdb.base/asmlabel.exp: New test.
14206 * gdb.base/asmlabel.c: New test case.
14207
142082015-11-23 Joel Brobecker <brobecker@adacore.com>
14209
14210 * gdb.base/wrong_frame_bt_full-main.c: New file.
14211 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
14212 * gdb.base/wrong_frame_bt_full.exp: New file.
14213
142142015-11-23 Joel Brobecker <brobecker@adacore.com>
14215
14216 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
14217
142182015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14219
14220 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
14221 pstate register when comparing registers values in
14222 sparc64-*-linux-gnu targets to avoid spurious differences.
14223
142242015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
14225
14226 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
14227
142282015-11-19 Sandra Loosemore <sandra@codesourcery.com>
14229
14230 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
14231 as type argument to gdb_compile.
14232 * gdb.base/nested-subp2.exp: Likewise.
14233 * gdb.base/nested-subp3.exp: Likewise.
14234
142352015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
14236
14237 * lib/dwarf.exp (_note): Fix left shift of negative value.
14238 * gdb.trace/trace-condition.exp: Likewise.
14239
142402015-11-13 Yao Qi <yao.qi@linaro.org>
14241
14242 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
14243 comments about d10v.
14244 (test_scalar_returns): Likewise.
14245 * gdb.base/d10v.ld: Remove.
14246 * gdb.base/overlays.exp: Remove the target triplet checking for
14247 d10v-*-*.
14248 * gdb.base/structs.exp (test_struct_returns): Remove the
14249 comments about d10v.
14250 (test_struct_calls): Likewise.
14251
142522015-11-13 Yao Qi <yao.qi@linaro.org>
14253
14254 * gdb.base/gnu_vector.exp: Check the return value by "p res".
14255 * gdb.base/gnu_vector.c: Don't include stdio.h.
14256 (main): Don't print res and call add_some_intvecs.
14257
142582015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
14259
14260 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
14261 macro.
14262 (func5): Removed.
14263 (func4): Use FAST_TRACEPOINT_LABEL.
14264 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
14265 macro.
14266 (func): Removed.
14267 (thread_function): Use FAST_TRACEPOINT_LABEL.
14268 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
14269 (func): Remove.
14270 (marker): Use FAST_TRACEPOINT_LABEL.
14271 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
14272 (pendfunc1): Remove.
14273 (pendfunc): Use FAST_TRACEPOINT_LABEL.
14274 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
14275 (foo): Remove.
14276 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
14277 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
14278 macro.
14279 (func): Remove.
14280 (marker): Use FAST_TRACEPOINT_LABEL.
14281 * gdb.trace/trace-common.h: New header.
14282 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
14283 macro.
14284 (func): Remove.
14285 (marker): Use FAST_TRACEPOINT_LABEL.
14286 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
14287 (func): Remove.
14288 (thread_function): Use FAST_TRACEPOINT_LABEL.
14289
142902015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
14291
14292 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
14293 in front.
14294 * gdb.trace/change-loc.exp: Use global pcreg definition.
14295 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
14296 * gdb.trace/entry-values.exp: Use global spreg definition, add $
14297 in front.
14298 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
14299 * gdb.trace/pending.exp: Likewise.
14300 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
14301 * gdb.trace/trace-break.exp: Likewise.
14302 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
14303 in front.
14304 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
14305 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
14306 in front.
14307 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
14308
143092015-11-09 Joel Brobecker <brobecker@adacore.com>
14310
14311 * gdb.ada/fin_fun_out: New testcase.
14312
143132015-11-07 Kevin Buettner <kevinb@redhat.com>
14314
14315 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
14316 value associated with DW_AT_byte_size.
14317 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
14318 constants for DW_AT_byte_size, DW_AT_lower_bound, and
14319 DW_AT_upper_bound.
14320
143212015-11-07 Kevin Buettner <kevinb@redhat.com>
14322
14323 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
14324 (gdb_target_symbol_prefix_flags): Define in terms of _asm
14325 version.
14326 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
14327 gdb.dwarf2/dw2-canonicalize-type.exp,
14328 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
14329 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
14330 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
14331 provided by gdb_target_symbol_prefix_flags_asm.
14332 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
14333 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
14334 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
14335 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
14336 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
14337 macros where needed). Use this macro for symbols which require
14338 the prefix provided by SYMBOL_PREFIX.
14339
143402015-11-05 Kevin Buettner <kevinb@redhat.com>
14341
14342 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
14343 New procs.
14344 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
14345 representing expressions, of more than one list element.
14346 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
14347 to prepend linker symbol prefix to f.
14348 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
14349 table_1 and table_2.
14350 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
14351 Likewise, for f and g.
14352 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
14353 for ptr.
14354 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
14355 for main.
14356 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
14357 table_1_ptr and table_2_ptr.
14358
143592015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14360 Joel Brobecker <brobecker@adacore.com>
14361
14362 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
14363
143642015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
14365
14366 * gdb.reverse/s390-mvcle.c: New test.
14367 * gdb.reverse/s390-mvcle.exp: New file.
14368 * lib/gdb.exp: Enable reverse tests on s390*-linux.
14369
143702015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14371
14372 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
14373
143742015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
14375
14376 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
14377 reaching marker2.
14378 * gdb.reverse/getresuid-reverse.exp: Likewise.
14379 * gdb.reverse/pipe-reverse.exp: Likewise.
14380 * gdb.reverse/readv-reverse.exp: Likewise.
14381 * gdb.reverse/recvmsg-reverse.exp: Likewise.
14382 * gdb.reverse/time-reverse.exp: Likewise.
14383 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
14384
143852015-10-30 Yao Qi <yao.qi@linaro.org>
14386
14387 * gdb.threads/wp-replication.c (watch_count_done): Remove.
14388 (empty_cycle): Remove.
14389 (main): Don't call empty_cycle. Don't use watch_count_done.
14390 * gdb.threads/wp-replication.exp: Don't set breakpoint on
14391 empty_cycle. Rewrite the code counting HW watchpoints.
14392
143932015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
14394
14395 * gdb.reverse/fstatat-reverse.c: New test.
14396 * gdb.reverse/fstatat-reverse.exp: New file.
14397 * gdb.reverse/getresuid-reverse.c: New test.
14398 * gdb.reverse/getresuid-reverse.exp: New file.
14399 * gdb.reverse/pipe-reverse.c: New test.
14400 * gdb.reverse/pipe-reverse.exp: New file.
14401 * gdb.reverse/readv-reverse.c: New test.
14402 * gdb.reverse/readv-reverse.exp: New file.
14403 * gdb.reverse/recvmsg-reverse.c: New test.
14404 * gdb.reverse/recvmsg-reverse.exp: New file.
14405 * gdb.reverse/time-reverse.c: New test.
14406 * gdb.reverse/time-reverse.exp: New file.
14407 * gdb.reverse/waitpid-reverse.c: New test.
14408 * gdb.reverse/waitpid-reverse.exp: New file.
14409
144102015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14411
14412 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
14413
144142015-10-26 Doug Evans <dje@google.com>
14415
14416 PR symtab/17391
14417 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
14418 * gdb.dwarf2/bad-regnum.c: New file.
14419 * gdb.dwarf2/bad-regnum.exp: New file.
14420
144212015-10-26 Doug Evans <dje@google.com>
14422
14423 PR python/18938
14424 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
14425 file.
14426
144272015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14428
14429 * gdb.compile/compile.exp (compile code globalvar): Update expectation
14430 for a change by "Mention language in compile error message".
14431
144322015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
14433
14434 PR python/18073
14435 * gdb.python/py-type.c (C::a_method): New.
14436 (C::a_const_method): New.
14437 (C::a_static_method): New.
14438 (a_function): New.
14439 * gdb.python/py-type.exp (test_fields): Test getting fields
14440 from function and method.
14441
144422015-10-21 Keven Boell <keven.boell@intel.com>
14443
14444 * gdb.fortran/vla-alloc-assoc.exp: New file.
14445 * gdb.fortran/vla-datatypes.exp: New file.
14446 * gdb.fortran/vla-datatypes.f90: New file.
14447 * gdb.fortran/vla-history.exp: New file.
14448 * gdb.fortran/vla-ptype-sub.exp: New file.
14449 * gdb.fortran/vla-ptype.exp: New file.
14450 * gdb.fortran/vla-sizeof.exp: New file.
14451 * gdb.fortran/vla-sub.f90: New file.
14452 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
14453 * gdb.fortran/vla-value-sub-finish.exp: New file.
14454 * gdb.fortran/vla-value-sub.exp: New file.
14455 * gdb.fortran/vla-value.exp: New file.
14456 * gdb.fortran/vla-ptr-info.exp: New file.
14457 * gdb.mi/mi-vla-fortran.exp: New file.
14458 * gdb.mi/vla.f90: New file.
14459
144602015-10-21 Sandra Loosemore <sandra@codesourcery.com>
14461
14462 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
14463 of hardwired timeout value.
14464
144652015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14466 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
14469 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
14470
144712015-10-19 Josh Stone <jistone@redhat.com>
14472
14473 * gdb.base/catch-syscall.c: Include <sched.h>.
14474 (unknown_syscall): New variable.
14475 (main): Trigger a vfork and an unknown syscall.
14476 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
14477 (unknown_syscall_number): Likewise.
14478 (check_call_to_syscall): Accept an optional syscall pattern.
14479 (check_return_from_syscall): Likewise.
14480 (check_continue): Likewise.
14481 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
14482 (test_catch_syscall_skipping_return): New test toggling off 'catch
14483 syscall' to step over the syscall return, then toggling back on.
14484 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
14485 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
14486 (do_syscall_tests): Call test_catch_syscall_without_args and
14487 test_catch_syscall_mid_vfork.
14488 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
14489 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
14490
144912015-10-19 Andrew Stubbs <ams@codesourcery.com>
14492
14493 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
14494 print g_vE): Add new pass patterns.
14495 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
14496 print various symbol names for vptr fields.
14497
144982015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
14499
14500 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
14501 results.
14502
145032015-10-12 Yao Qi <yao.qi@linaro.org>
14504
14505 * gdb.arch/disp-step-insn-reloc.exp: New test case.
14506
145072015-10-12 Yao Qi <yao.qi@linaro.org>
14508
14509 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
14510 is aarch64*-*-linux*.
14511
145122015-10-12 Yao Qi <yao.qi@linaro.org>
14513
14514 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
14515 (can_relocate_bcond_true): ... it.
14516 (can_relocate_bcond_false): New function.
14517 (foo): Likewise.
14518 (can_relocate_bl): Likewise.
14519 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
14520 can_relocate_bl.
14521
145222015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
14523
14524 * gdb.base/nested-addr.c: New file.
14525 * gdb.base/nested-addr.exp: New testcase.
14526
145272015-10-09 Markus Metzger <markus.t.metzger@intel.com>
14528
14529 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
14530 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
14531 its output. Ignore the output of "record goto begin" and instead
14532 check that GDB is replaying.
14533
145342015-10-09 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
14537 (top level): Use it in the run with no args test.
14538
145392015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
14540
14541 * gdb.dlang/properties.exp: New file.
14542
145432015-10-02 Sandra Loosemore <sandra@codesourcery.com>
14544
14545 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
14546 whether or not address 0x1000 is mapped on the target.
14547
145482015-09-30 Simon Marchi <simon.marchi@ericsson.com>
14549
14550 * gdb.python/py-type.exp: Do not run tests if binaries fail to
14551 build.
14552
145532015-09-30 Markus Metzger <markus.t.metzger@intel.com>
14554
14555 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
14556 instruction-history test.
14557
145582015-09-28 Doug Evans <dje@google.com>
14559
14560 * gdb.base/gcore.c (array_func): Add reference to static_array.
14561
145622015-09-25 Simon Marchi <simon.marchi@ericsson.com>
14563
14564 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
14565 source line.
14566
145672015-09-24 Sandra Loosemore <sandra@codesourcery.com>
14568
14569 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
14570 short or char as base type.
14571
145722015-09-23 Sandra Loosemore <sandra@codesourcery.com>
14573
14574 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
14575 to allow any size enum.
14576
145772015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
14578
14579 * gdb.ada/array_ptr_renaming.exp: New testcase.
14580 * gdb.ada/array_ptr_renaming/foo.adb: New file.
14581 * gdb.ada/array_ptr_renaming/pack.ads: New file.
14582
145832015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14584
14585 * gdb.trace/ftrace-lock.c: New file.
14586 * gdb.trace/ftrace-lock.exp: New file.
14587
145882015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14589
14590 * gdb.arch/insn-reloc.c: New file.
14591 * gdb.arch/ftrace-insn-reloc.exp: New file.
14592
145932015-09-21 Pierre Langlois <pierre.langlois@arm.com>
14594
14595 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
14596 instruction.
14597 * gdb.trace/pendshr1.c (pendfunc): Likewise.
14598 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
14599 * gdb.trace/range-stepping.c: Likewise.
14600 * gdb.trace/trace-break.c: Likewise.
14601 * gdb.trace/trace-mt.c (thread_function): Likewise.
14602 * gdb.trace/ftrace.c (marker): Likewise.
14603 * gdb.trace/trace-condition.c (marker): Likewise.
14604 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
14605 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
14606 is_aarch64_target.
14607
146082015-09-18 Doug Evans <xdje42@gmail.com>
14609
14610 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
14611 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
14612
146132015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14614
14615 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
14616 the breakpoint.
14617
146182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14619
14620 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
14621 the pending breakpoint. Remove timeout override for "Run till
14622 MI pending breakpoint on pendfunc3 on thread 2" test.
14623
146242015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14625
14626 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
14627 filename pattern.
14628
146292015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14630
14631 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
14632 in breakpoint filename pattern.
14633
146342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14635
14636 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
14637
146382015-09-18 Sandra Loosemore <sandra@codesourcery.com>
14639
14640 * gdb.linespec/explicit.exp: Check for readline support for
14641 tab-completion tests. Fix obvious typo.
14642
146432015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14644
14645 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
14646 and replay.
14647
146482015-09-18 Markus Metzger <markus.t.metzger@intel.com>
14649
14650 * gdb.btrace/non-stop.c: New.
14651 * gdb.btrace/non-stop.exp: New.
14652
146532015-09-17 Pierre Langlois <pierre.langlois@arm.com>
14654 Yao Qi <yao.qi@linaro.org>
14655
14656 * gdb.trace/trace-condition.c: New file.
14657 * gdb.trace/trace-condition.exp: New file.
14658
146592015-09-16 Wei-cheng Wang <cole945@gmail.com>
14660
14661 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
14662 for testing bytecode compilation.
14663
146642015-09-16 Pedro Alves <palves@redhat.com>
14665 Sandra Loosemore <sandra@codesourcery.com>
14666
14667 * gdb.threads/non-stop-fair-events.c (timeout): New global.
14668 (SECONDS): Redefine.
14669 (main): Call pthread_kill and alarm early.
14670 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
14671 support.
14672 (test): If the target can't hardware step and doesn't support
14673 displaced stepping, increase the timeout.
14674
146752015-09-16 Pedro Alves <palves@redhat.com>
14676
14677 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
14678 (enable_debug): New procedures.
14679 (test): Use them. Bail out if waiting for threads fails.
14680 (top level): Bail out if a test fails.
14681
146822015-09-16 Yao Qi <yao.qi@linaro.org>
14683
14684 * gdb.asm/asm-source.exp: Set asm-arch for
14685 aarch64*-*-* target.
14686 * gdb.asm/aarch64.inc: New file.
14687
146882015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
14689
14690 * gdb.ada/array_of_variable_length.exp: New testcase.
14691 * gdb.ada/array_of_variable_length/foo.adb: New file.
14692 * gdb.ada/array_of_variable_length/pck.adb: New file.
14693 * gdb.ada/array_of_variable_length/pck.ads: New file.
14694
146952015-09-15 Doug Evans <dje@google.com>
14696
14697 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
14698 of function static local variable.
14699
147002015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14701
14702 * gdb.threads/tls-so_extern.exp: New test file.
14703 * gdb.threads/tls-so_extern.c: New test file.
14704 * gdb.threads/tls-so_extern_main.c: New test file.
14705
147062015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14707
14708 * gdb.opt/solib-intra-step-lib.c: New file.
14709 * gdb.opt/solib-intra-step-main.c: New file.
14710 * gdb.opt/solib-intra-step.exp: New file.
14711
147122015-09-15 Pedro Alves <palves@redhat.com>
14713
14714 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
14715 gdb_continue_to_breakpoint instead of gdb_test_multiple.
14716
147172015-09-14 Pedro Alves <palves@redhat.com>
14718
14719 * gdb.base/hook-stop-continue.c: Delete.
14720 * gdb.base/hook-stop-continue.exp: Delete.
14721 * gdb.base/hook-stop-frame.c: Delete.
14722 * gdb.base/hook-stop-frame.exp: Delete.
14723 * gdb.base/hook-stop.c: New file.
14724 * gdb.base/hook-stop.exp: New file.
14725
147262015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
14727
14728 * gdb.ada/access_to_packed_array.exp: New testcase.
14729 * gdb.ada/access_to_packed_array/foo.adb: New file.
14730 * gdb.ada/access_to_packed_array/pack.adb: New file.
14731 * gdb.ada/access_to_packed_array/pack.ads: New file.
14732
147332015-09-14 Markus Metzger <markus.t.metzger@intel.com>
14734
14735 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
14736 buffer size test.
14737
147382015-09-11 Don Breazeal <donb@codesourcery.com>
14739
14740 * gdb.base/foll-exec.c: Add copyright header. Fix
14741 formatting issues.
14742 * gdb.base/foll-exec.exp (zap_session): Delete proc.
14743 (do_exec_tests): Use clean_restart in place of zap_session,
14744 and for test initialization. Fix formatting issues. Use
14745 fail in place of perror.
14746 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
14747 an expect statement to match an expression with output from
14748 the program under debug.
14749 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
14750 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
14751 * gdb.threads/non-ldr-exc-2.exp: Likewise.
14752 * gdb.threads/non-ldr-exc-3.exp: Likewise.
14753 * gdb.threads/non-ldr-exc-4.exp: Likewise.
14754
147552015-09-09 Doug Evans <dje@google.com>
14756
14757 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
14758
147592015-09-09 Doug Evans <dje@google.com>
14760
14761 * gdb.base/pie-execl.exp: Fix result test of build_executable.
14762
147632015-09-09 Doug Evans <dje@google.com>
14764
14765 * gdb.base/savedregs.exp: Fix typo.
14766
147672015-09-09 Pedro Alves <palves@redhat.com>
14768
14769 * gdb.mi/mi-cli.exp: Add CLI finish tests.
14770
147712015-09-08 Sandra Loosemore <sandra@codesourcery.com>
14772
14773 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
14774 command actually switches threads. Give up on remaining
14775 tests if target fails to stop at breakpoint.
14776
147772015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
14778
14779 * gdb.ada/funcall_char.exp: New testcase.
14780 * gdb.ada/funcall_char/foo.adb: New file.
14781
147822015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
14783
14784 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
14785 expected outputs. Add two testcases for completing ambiguous
14786 functions.
14787 * gdb.ada/complete/aux_pck.adb: New file.
14788 * gdb.ada/complete/aux_pck.ads: New file.
14789 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
14790 Ambiguous_Func functions.
14791 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
14792 * gdb.ada/complete/pck.adb: Likewise.
14793
147942015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
14795
14796 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
14797 failures to run the test program under GDB.
14798
147992015-08-26 Luis Machado <lgustavo@codesourcery.com>
14800
14801 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
14802 to C.
14803
148042015-08-26 Patrick Palka <patrick@parcs.ath.cx>
14805
14806 * gdb.base/run-after-attach.exp: New test file.
14807 * gdb.base/run-after-attach.c: New test file.
14808
148092015-08-26 Don Breazeal <donb@codesourcery.com>
14810
14811 * gdb.base/foll-exec-2.c: New test program.
14812 * gdb.base/foll-exec-2.exp: New test.
14813
148142015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
14815
14816 * gdb.base/nested-subp1.exp: New file.
14817 * gdb.base/nested-subp1.c: New file.
14818 * gdb.base/nested-subp2.exp: New file.
14819 * gdb.base/nested-subp2.c: New file.
14820 * gdb.base/nested-subp3.exp: New file.
14821 * gdb.base/nested-subp3.c: New file.
14822
148232015-08-24 Pedro Alves <palves@redhat.com>
14824
14825 * gdb.server/connect-without-multi-process.c: New file.
14826 * gdb.server/connect-without-multi-process.exp: New file.
14827
148282015-08-24 Luis Machado <lgustavo@codesourcery.com>
14829
14830 * gdb.opt/inline-markers.c: Make z int.
14831
148322015-08-24 Luis Machado <lgustavo@codesourcery.com>
14833
14834 * gdb.opt/inline-markers.c: Make z volatile.
14835
148362015-08-24 Luis Machado <lgustavo@codesourcery.com>
14837
14838 * gdb.opt/inline-bt.c: New volatile global z.
14839 * gdb.opt/inline-cmds.c: Likewise.
14840 * gdb.opt/inline-locals.c: Likewise.
14841 * gdb.opt/inline-markers.c: New extern global z.
14842 (marker): Use z.
14843 (inline_fn): Likewise.
14844
148452015-08-24 Pedro Alves <palves@redhat.com>
14846
14847 * config/m32r-stub.exp: Remove file.
14848 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
14849 * gdb.base/call-rt-st.exp: Likewise.
14850 * gdb.base/call-strs.exp: Likewise.
14851 * gdb.base/default.exp: Remove references to h8300-*-hms and
14852 *-*-udi*.
14853 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
14854
148552015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
14856
14857 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
14858 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
14859 and "return" use KFAIL when GDB can not read/write the vector
14860 return value.
14861
148622015-08-21 Gary Benson <gbenson@redhat.com>
14863
14864 * gdb.trace/pending.exp: Cope with remote transfer warnings.
14865
148662015-08-20 Pedro Alves <palves@redhat.com>
14867
14868 * gdb.server/solib-list.exp: No longer expect an interior stop in
14869 non-stop mode.
14870
148712015-08-20 Pedro Alves <palves@redhat.com>
14872
14873 * gdb.server/connect-stopped-target.c: New file.
14874 * gdb.server/connect-stopped-target.exp: New file.
14875
148762015-08-20 Pedro Alves <palves@redhat.com>
14877
14878 * gdb.dwarf2/comp-unit-lang.exp: New file.
14879 * gdb.dwarf2/comp-unit-lang.c: New file.
14880
148812015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
14882
14883 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
14884 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
14885
148862015-08-19 Kevin Buettner <kevinb@redhat.com>
14887
14888 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
14889 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
14890
148912015-08-18 Doug Evans <dje@google.com>
14892 Adrian Sendroiu <adrian.sendroiu@freescale.com>
14893
14894 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
14895 skip_python_tests. New arg prompt_regexp.
14896 (skip_python_tests): New function.
14897 * lib/mi-support.exp (mi_skip_python_tests): New function.
14898 * gdb.python/py-mi-objfile-gdb.py: New file.
14899 * gdb.python/py-mi-objfile.c: New file.
14900 * gdb.python/py-mi-objfile.exp: New file.
14901
149022015-08-17 Keith Seitz <keiths@redhat.com>
14903
14904 * gdb.linespec/explicit.exp: Move strace test from here ...
14905 * gdb.trace/strace.exp: ... to here.
14906
149072015-08-15 Patrick Palka <patrick@parcs.ath.cx>
14908
14909 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
14910 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
14911
149122015-08-14 Doug Evans <xdje42@gmail.com>
14913
14914 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
14915 inferior before selecting a new file.
14916
149172015-08-14 Doug Evans <xdje42@gmail.com>
14918
14919 * gdb.mi/mi-disassemble.exp: Update.
14920 * gdb.base/disasm-optim.S: New file.
14921 * gdb.base/disasm-optim.c: New file.
14922 * gdb.base/disasm-optim.h: New file.
14923 * gdb.base/disasm-optim.exp: New file.
14924
149252015-08-14 Keith Seitz <keiths@redhat.com>
14926
14927 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
14928 "evaluated-by".
14929
149302015-08-13 Joel Brobecker <brobecker@adacore.com>
14931
14932 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
14933
149342015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
14935
14936 * gdb.ada/fun_renaming.exp: New testcase.
14937 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
14938 * gdb.ada/fun_renaming/pack.adb: New file.
14939 * gdb.ada/fun_renaming/pack.ads: New file.
14940
149412015-08-12 Keith Seitz <keiths@redhat.com>
14942
14943 * gdb.base/dso2dso.exp: Pass basename of source file in call to
14944 gdb_get_line_number.
14945
149462015-08-12 Joel Brobecker <brobecker@adacore.com>
14947
14948 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
14949 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
14950 gdb.base/dso2dso.exp: New files.
14951
149522015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
14953 Pedro Alves <palves@redhat.com>
14954 Keith Seitz <keiths@redhat.com>
14955
14956 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
14957 GDBFLAGS.
14958
149592015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14960
14961 * gdb.base/gdbhistsize-history.exp
14962 (test_histsize_history_setting): Use save_vars.
14963 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
14964 Use save_vars.
14965 (test_no_truncation_of_unlimited_history_file): Use save_vars.
14966 * gdb.base/readline.exp: Use save_vars.
14967
149682015-08-12 Patrick Palka <patrick@parcs.ath.cx>
14969
14970 * lib/gdb.exp (save_vars): New proc.
14971
149722015-08-11 Keith Seitz <keiths@redhat.com>
14973
14974 * gdb.base/help.exp: Update help_breakpoint_text.
14975
149762015-08-11 Keith Seitz <keiths@redhat.com>
14977
14978 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
14979 (at toplevel): Call test_explicit_breakpoints.
14980 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
14981 breakpoints.
14982 * lib/mi-support.exp (mi_make_breakpoint): Add support for
14983 breakpoint conditions, "-cond".
14984
149852015-08-11 Keith Seitz <keiths@redhat.com>
14986
14987 * gdb.linespec/3explicit.c: New file.
14988 * gdb.linespec/cpexplicit.cc: New file.
14989 * gdb.linespec/cpexplicit.exp: New file.
14990 * gdb.linespec/explicit.c: New file.
14991 * gdb.linespec/explicit.exp: New file.
14992 * gdb.linespec/explicit2.c: New file.
14993 * gdb.linespec/ls-errs.exp: Add explicit location tests.
14994 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
14995 before using in the matching pattern.
14996 Clarify that `prefix' is a regular expression.
14997
149982015-08-11 Keith Seitz <keiths@redhat.com>
14999
15000 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
15001 test.
15002 Add tests for missing ",FMT" and ",".
15003
150042015-08-10 Doug Evans <dje@google.com>
15005 Keith Seitz <keiths@redhat.com>
15006
15007 PR gdb/17960
15008 * gdb.base/completion.exp: Add location completer tests.
15009
150102015-08-07 Pedro Alves <palves@redhat.com>
15011
15012 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
15013 tests here.
15014 (top level): Run do_test with and without displaced stepping.
15015
150162015-08-07 Pedro Alves <palves@redhat.com>
15017
15018 * gdb.base/valgrind-disp-step.c: New file.
15019 * gdb.base/valgrind-disp-step.exp: New file.
15020
150212015-08-07 Pedro Alves <palves@redhat.com>
15022
15023 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
15024 Delete function.
15025 (main): Add alarm. Run an infinite loop instead of calling
15026 wait_threads.
15027 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
15028 comment.
15029 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
15030 Delete function.
15031 (main): Add alarm. Run an infinite loop instead of calling
15032 wait_threads.
15033 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
15034 comment.
15035
150362015-08-07 Pedro Alves <palves@redhat.com>
15037
15038 * gdb.base/checkpoint-ns.exp: New file.
15039 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
15040 standard_testfile.
15041
150422015-08-07 Markus Metzger <markus.t.metzger@intel.com>
15043
15044 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
15045 * gdb.btrace/instruction_history.exp: Update.
15046 * gdb.btrace/tsx.exp: New.
15047 * gdb.btrace/tsx.c: New.
15048
150492015-08-06 Pedro Alves <palves@redhat.com>
15050
15051 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
15052 increase timeout.
15053 * gdb.reverse/until-precsave.exp: Bump timeouts.
15054
150552015-08-06 Pedro Alves <palves@redhat.com>
15056
15057 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
15058
150592015-08-06 Pedro Alves <palves@redhat.com>
15060
15061 PR gdb/18749
15062 * gdb.threads/process-dies-while-handling-bp.c: New file.
15063 * gdb.threads/process-dies-while-handling-bp.exp: New file.
15064
150652015-08-06 Pedro Alves <palves@redhat.com>
15066
15067 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
15068 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
15069
150702015-08-05 Pedro Alves <palves@redhat.com>
15071
15072 * gdb.threads/next-while-other-thread-longjmps.c: New file.
15073 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
15074
150752015-08-03 Sandra Loosemore <sandra@codesourcery.com>
15076
15077 * gdb.base/bp-permanent.exp: Report test as unsupported if
15078 the target cannot stop at the permanent breakpoint.
15079
150802015-08-03 Doug Evans <dje@google.com>
15081
15082 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
15083 10000.
15084
150852015-08-03 Doug Evans <dje@google.com>
15086
15087 * Makefile.in (workers/%.worker, build-perf): New rule.
15088 (GDB_PERFTEST_MODE): New variable.
15089 (check-perf): Use it.
15090 (clean): Clean up gdb.perf parallel build subdirs.
15091 * lib/build-piece.exp: New file.
15092 * lib/gdb.exp (make_gdb_parallel_path): New function
15093 (standard_output_file, standard_temp_file): Call it.
15094 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15095 of $GDB_PARALLEL.
15096 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
15097
150982015-08-03 Doug Evans <dje@google.com>
15099
15100 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
15101 (LOG_FILE_NAME): New global.
15102 (TextReporter.__init__): Initialize self.txt_sum.
15103 (TextReporter.report): Add support for multiple data-points.
15104 Move report to perftest.sum, put raw data in perftest.log.
15105 (TextReporter.start): Open sum and log files.
15106 (TextReporter.end): Close sum and log files.
15107 * gdb.perf/lib/perftest/testresult.py
15108 (SingleStatisticTestResult.record): Handle multiple data-points.
15109
151102015-07-31 Pedro Alves <palves@redhat.com>
15111
15112 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
15113 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15114 kill_wait_spawned_process instead of explicit "kill -9".
15115 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
15116 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15117 kill_wait_spawned_process.
15118 * gdb.base/attach-twice.exp: Likewise.
15119 * gdb.base/attach.exp: Likewise.
15120 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
15121 gdb_test_multiple.
15122 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
15123 returning a spawn id instead of a pid. Use spawn_id_get_pid and
15124 kill_wait_spawned_process.
15125 * gdb.base/valgrind-infcall.exp: Likewise.
15126 * gdb.multi/multi-attach.exp: Likewise.
15127 * gdb.python/py-prompt.exp: Likewise.
15128 * gdb.python/py-sync-interp.exp: Likewise.
15129 * gdb.server/ext-attach.exp: Likewise.
15130 * gdb.threads/attach-into-signal.exp (corefunc): Use
15131 spawn_wait_for_attach, spawn_id_get_pid and
15132 kill_wait_spawned_process.
15133 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
15134 spawn_wait_for_attach returning a spawn id instead of a pid. Use
15135 spawn_id_get_pid and kill_wait_spawned_process.
15136 * gdb.threads/attach-stopped.exp (corefunc): Use
15137 spawn_wait_for_attach, spawn_id_get_pid and
15138 kill_wait_spawned_process.
15139 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
15140 Use spawn_id_get_pid. Wait for spawn id after eof. Use
15141 kill_wait_spawned_process instead of explicit "kill -9".
15142 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
15143 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
15144 (spawn_wait_for_attach): Use spawn instead of exec to spawn
15145 processes. Don't map cygwin/windows pids here. Now returns a
15146 spawn id list.
15147
151482015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15149
15150 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
15151 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
15152 correct patch.
15153
151542015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15155
15156 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
15157
151582015-07-30 Sandra Loosemore <sandra@codesourcery.com>
15159
15160 Reapply:
15161 2014-05-21 Mark Wielaard <mjw@redhat.com>
15162
15163 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
15164
151652015-07-30 Pedro Alves <palves@redhat.com>
15166
15167 * linux-low.c (handle_extended_wait): Set the child's last
15168 reported status to TARGET_WAITKIND_STOPPED.
15169
151702015-07-30 Pedro Alves <palves@redhat.com>
15171
15172 PR threads/18600
15173 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
15174 only shows inferior 1.
15175
151762015-07-30 Simon Marchi <simon.marchi@ericsson.com>
15177 Pedro Alves <palves@redhat.com>
15178
15179 PR threads/18600
15180 * gdb.threads/fork-plus-threads.c: New file.
15181 * gdb.threads/fork-plus-threads.exp: New file.
15182
151832015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15184
15185 * gdb.base/batch-preserve-term-settings.exp
15186 (test_terminal_settings_preserved_after_cli_exit): Use
15187 send_quit_command.
15188
151892015-07-29 Pedro Alves <palves@redhat.com>
15190 Don Breazeal <donb@codesourcery.com>
15191
15192 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
15193 output from both inferior_spawn_id and gdb_spawn_id.
15194
151952015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15196
15197 * gdb.threads/attach-into-signal.exp (corefunc): Use
15198 with_test_prefix on nested loops, uniquefying the test messages.
15199
152002015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
15201
15202 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
15203 commit.
15204
152052015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15206
15207 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
15208 New proc.
15209 (test_terminal_settings_preserved_after_sigterm): New test.
15210
152112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15212
15213 * gdb.base/batch-preserve-term-settings.exp
15214 (test_terminal_settings_preserved_after_cli_exit): New test.
15215
152162015-07-29 Patrick Palka <patrick@parcs.ath.cx>
15217
15218 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
15219 manipulation of saved_gdbflags.
15220 (test_terminal_settings_preserved): Remove global declaration of
15221 the unused variable pagination_prompt. Remove manipulation of
15222 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
15223 GDBFLAGS.
15224
152252015-07-29 Pedro Alves <palves@redhat.com>
15226
15227 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
15228
152292015-07-29 Pedro Alves <palves@redhat.com>
15230
15231 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
15232 at the top.
15233
152342015-07-29 Pedro Alves <palves@redhat.com>
15235
15236 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
15237 (main): Call gdb_unbuffer_output.
15238 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
15239 (main): Call gdb_unbuffer_output.
15240 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
15241 (main): Call gdb_unbuffer_output.
15242 * gdb.base/call-strs.exp: Adjust to step over the
15243 gdb_unbuffer_output call.
15244 * gdb.base/catch-gdb-caused-signals.c: Include
15245 "../lib/unbuffer_output.c".
15246 (main): Call gdb_unbuffer_output.
15247 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
15248 (main): Call gdb_unbuffer_output.
15249 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
15250 (main): Call gdb_unbuffer_output.
15251 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
15252 (main): Call gdb_unbuffer_output.
15253 * gdb.base/shlib-call.exp: Adjust to step over the
15254 gdb_unbuffer_output call.
15255 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
15256 (main): Call gdb_unbuffer_output.
15257 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
15258 (main): Call gdb_unbuffer_output.
15259 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
15260 (main): Rename to ...
15261 (test): ... this.
15262 (main): Reimplement.
15263 * gdb.base/varargs.exp: Run to test instead of to main.
15264 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15265 (main): Call gdb_unbuffer_output.
15266
152672015-07-29 Pedro Alves <palves@redhat.com>
15268
15269 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
15270 factore out from mi_continue_dprintf. For call-style dprintfs,
15271 expect dprintf output out of $inferior_spawn_id.
15272 (mi_continue_dprintf): Use mi_expect_dprintf.
15273 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
15274 (main): Call gdb_unbuffer_output.
15275
152762015-07-29 Pedro Alves <palves@redhat.com>
15277
15278 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
15279 (default_mi_gdb_start): Set inferior_spawn_id instead of
15280 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
15281 gdb_spawn_id.
15282 (mi_gdb_test): Always expect inferior output from both
15283 $inferior_spawn_id and $gdb_spawn_id.
15284
152852015-07-29 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
15288 send_inferior and $inferior_spawn_id.
15289
152902015-07-29 Pedro Alves <palves@redhat.com>
15291
15292 * gdb.gdb/complaints.exp (test_initial_complaints)
15293 (test_serial_complaints, test_short_complaints): Use
15294 gdb_test_stdio.
15295 (test_empty_complaint): Handle $inferior_spawn_id !=
15296 $gdb_spawn_id.
15297
152982015-07-29 Pedro Alves <palves@redhat.com>
15299
15300 * gdb.base/varargs.exp: Use gdb_test_stdio.
15301
153022015-07-29 Pedro Alves <palves@redhat.com>
15303
15304 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
15305
153062015-07-29 Pedro Alves <palves@redhat.com>
15307
15308 * gdb.base/ending-run.exp: Use gdb_test_stdio.
15309
153102015-07-29 Pedro Alves <palves@redhat.com>
15311
15312 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
15313 parameter into two new parameters, "inf_result" and "gdb_result".
15314 Expect inferior output and gdb output from $inferior_spawn_id and
15315 $gdb_spawn_id, respectively. Adjust all callers.
15316
153172015-07-29 Pedro Alves <palves@redhat.com>
15318
15319 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
15320 of gdb_test_sequence.
15321
153222015-07-29 Pedro Alves <palves@redhat.com>
15323
15324 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
15325 (saw_spurious_output): Expect inferior output from
15326 $inferior_spawn_id. Use gdb_test_stdio.
15327
153282015-07-29 Pedro Alves <palves@redhat.com>
15329
15330 * gdb.base/dprintf.exp: Use standard_testfile. Change
15331 prepare_for_testing call.
15332 (srcfile): Don't set.
15333 (restart): New procedure.
15334 (test_dprintf): New procecure, use to continue over dprintfs.
15335 (test_call, test_agent): New procedures, tests moved here.
15336 Restart gdb and recreate dprintfs. Adjust expected output.
15337
153382015-07-29 Pedro Alves <palves@redhat.com>
15339
15340 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
15341
153422015-07-29 Pedro Alves <palves@redhat.com>
15343
15344 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
15345
153462015-07-29 Pedro Alves <palves@redhat.com>
15347
15348 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
15349 gdb_test_stdio.
15350
153512015-07-29 Pedro Alves <palves@redhat.com>
15352
15353 * lib/gdb.exp (gdb_test_stdio): New procedure.
15354
153552015-07-29 Pedro Alves <palves@redhat.com>
15356
15357 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
15358
153592015-07-29 Pedro Alves <palves@redhat.com>
15360
15361 * gdb.base/call-signal-resume.exp: Remove check for
15362 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
15363 * gdb.base/unwindonsignal.exp: Likewise.
15364 * gdb.base/call-signals.c (gen_signal): Remove printf call.
15365 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
15366
153672015-07-29 Pedro Alves <palves@redhat.com>
15368
15369 * gdb.base/siginfo-addr.c (pass): New function.
15370 (handler): Call it iff si_addr is correct.
15371 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
15372 Set a breakpoint at "pass" and continue to it.
15373
153742015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
15375
15376 * gdb.python/py-objfile.exp: Make some tests have unique names.
15377 * gdb.python/py-pp-registration.exp: Likewise.
15378
153792015-07-28 Pedro Alves <palves@redhat.com>
15380
15381 * gdb.server/server-exec-info.exp: Issue a "disconnect".
15382
153832015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15384
15385 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
15386
153872015-07-27 Simon Marchi <simon.marchi@ericsson.com>
15388
15389 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
15390
153912015-07-27 Patrick Palka <patrick@parcs.ath.cx>
15392
15393 * gdb.base/gdb-sigterm-2.exp: New test.
15394
153952015-07-25 Doug Evans <xdje42@gmail.com>
15396
15397 Revert:
15398 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15399 (workers/%.worker, build-perf): New rule.
15400 (GDB_PERFTEST_MODE): New variable.
15401 (check-perf): Use it.
15402 (clean): Clean up gdb.perf parallel build subdirs.
15403 * lib/build-piece.exp: New file.
15404 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15405 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15406 name.
15407 (standard_temp_file): Ditto.
15408 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15409 of $GDB_PARALLEL.
15410
154112015-07-24 Doug Evans <dje@google.com>
15412
15413 * gdb.perf/lib/perftest/utils.py: New file.
15414 * gdb.perf/gm-hello.cc: New file.
15415 * gdb.perf/gm-pervasive-typedef.cc: New file.
15416 * gdb.perf/gm-pervasive-typedef.h: New file.
15417 * gdb.perf/gm-std.cc: New file.
15418 * gdb.perf/gm-std.h: New file.
15419 * gdb.perf/gm-use-cerr.cc: New file.
15420 * gdb.perf/gm-utils.h: New file.
15421 * gdb.perf/gmonster-null-lookup.py: New file.
15422 * gdb.perf/gmonster-pervasive-typedef.py: New file.
15423 * gdb.perf/gmonster-print-cerr.py: New file.
15424 * gdb.perf/gmonster-ptype-string.py: New file.
15425 * gdb.perf/gmonster-runto-main.py: New file.
15426 * gdb.perf/gmonster-select-file.py: New file.
15427 * gdb.perf/gmonster1-null-lookup.exp: New file.
15428 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
15429 * gdb.perf/gmonster1-print-cerr.exp: New file.
15430 * gdb.perf/gmonster1-ptype-string.exp: New file.
15431 * gdb.perf/gmonster1-runto-main.exp: New file.
15432 * gdb.perf/gmonster1-select-file.exp: New file.
15433 * gdb.perf/gmonster1.cc: New file.
15434 * gdb.perf/gmonster1.exp: New file.
15435 * gdb.perf/gmonster2-null-lookup.exp: New file.
15436 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
15437 * gdb.perf/gmonster2-print-cerr.exp: New file.
15438 * gdb.perf/gmonster2-ptype-string.exp: New file.
15439 * gdb.perf/gmonster2-runto-main.exp: New file.
15440 * gdb.perf/gmonster2-select-file.exp: New file.
15441 * gdb.perf/gmonster2.cc: New file.
15442 * gdb.perf/gmonster2.exp: New file.
15443
154442015-07-24 Doug Evans <dje@google.com>
15445
15446 * gdb.perf/README: New file.
15447 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
15448 * lib/gen-perf-test.exp: New file.
15449
154502015-07-24 Doug Evans <dje@google.com>
15451
15452 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
15453 (PerfTest::startup): New function.
15454 (PerfTest::run): Return result of calling body.
15455 (PerfTest::assemble): Rewrite.
15456 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
15457 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
15458 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
15459 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
15460 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
15461
154622015-07-24 Doug Evans <dje@google.com>
15463
15464 * lib/gdb.exp (clean_restart): Make executable optional.
15465
154662015-07-24 Doug Evans <dje@google.com>
15467
15468 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
15469 compiler_info references.
15470 * gdb.cp/temargs.exp: Ditto.
15471 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
15472 (get_compiler_info): Early exit if already computed. Set compiler_info
15473 to "unknown" if there was a problem.
15474 (test_compiler_info): Add function comment. Call get_compiler_info.
15475
154762015-07-24 Doug Evans <dje@google.com>
15477
15478 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
15479 (workers/%.worker, build-perf): New rule.
15480 (GDB_PERFTEST_MODE): New variable.
15481 (check-perf): Use it.
15482 (clean): Clean up gdb.perf parallel build subdirs.
15483 * lib/build-piece.exp: New file.
15484 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
15485 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
15486 name.
15487 (standard_temp_file): Ditto.
15488 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
15489 of $GDB_PARALLEL.
15490
154912015-07-24 Doug Evans <dje@google.com>
15492
15493 * lib/future.exp (gdb_default_target_compile): New option
15494 "early_flags".
15495 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
15496 --as-needed.
15497
154982015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
15499
15500 * gdb.base/catch-syscall.exp: Call gdb_exit before
15501 gdb_skip_xml_test.
15502
155032015-07-24 Pedro Alves <palves@redhat.com>
15504
15505 * gdb.python/py-events.exp: Accept output between the stop event
15506 and the prompt.
15507 * gdb.python/py-evsignal.exp: Likewise.
15508 * gdb.python/py-evthreads.exp: Likewise.
15509
155102015-07-24 Pedro Alves <palves@redhat.com>
15511
15512 PR gdb/18717
15513 * gdb.threads/non-ldr-exit.c: New file.
15514 * gdb.threads/non-ldr-exit.exp: New file.
15515
155162015-07-24 Yao Qi <yao.qi@linaro.org>
15517
15518 * gdb.server/ext-wrapper.exp: Test --wrapper option when
15519 restarting process.
15520
155212015-07-24 Yao Qi <yao.qi@linaro.org>
15522
15523 * gdb.server/ext-restart.exp: New file.
15524
155252015-07-24 Yao Qi <yao.qi@linaro.org>
15526
15527 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
15528 argument options.
15529 * gdb.server/ext-wrapper.exp: New file.
15530
155312015-07-23 Doug Evans <dje@google.com>
15532
15533 * gdb.dwarf2/dw2-dummy-cu.S: New file.
15534 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
15535
155362015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
15537
15538 * gdb.ada/var_arr_typedef.exp: New testcase.
15539 * gdb.ada/var_arr_typedef/pack.adb: New file.
15540 * gdb.ada/var_arr_typedef/pack.ads: New file.
15541 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
15542
155432015-07-20 Joel Brobecker <brobecker@adacore.com>
15544
15545 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
15546
155472015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15548
15549 * gdb.arch/i386-biarch-core.exp: Replace istarget
15550 by "complete set gnutarget". Remove expectation for the "core-file"
15551 command.
15552
155532015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15554
15555 Revert the previous commit:
15556 Tests for validate symbol file using build-id.
15557
155582015-07-15 Aleksandar Ristovski <aristovski@qnx.com
15559
15560 Tests for validate symbol file using build-id.
15561 * gdb.base/solib-mismatch-lib.c: New file.
15562 * gdb.base/solib-mismatch-libmod.c: New file.
15563 * gdb.base/solib-mismatch.c: New file.
15564 * gdb.base/solib-mismatch.exp: New file.
15565
155662015-07-15 Sandra Loosemore <sandra@codesourcery.com>
15567
15568 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
15569 nios2-*-linux*.
15570 * gdb.base/sigbpt.exp (stepi_out): Likewise.
15571 * gdb.base/siginfo.exp: Likewise.
15572 * gdb.base/sigstep.exp (advance, advancei): Likewise.
15573
155742015-07-15 Pierre Langlois <pierre.langlois@arm.com>
15575
15576 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
15577 Move it to ...
15578 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
15579 ... here.
15580 * gdb.trace/range-stepping.exp: Check that the target supports
15581 range stepping.
15582
155832015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
15584
15585 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
15586
155872015-07-14 Pedro Alves <palves@redhat.com>
15588
15589 * gdb.base/killed-outside.exp: New file.
15590 * gdb.base/killed-outside.c: New file.
15591
155922015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
15593
15594 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
15595 (n at main): New.
15596 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
15597
155982015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15599
15600 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
15601 infcall tests instead of setting up for KFAIL.
15602
156032015-07-10 Markus Metzger <markus.t.metzger@intel.com>
15604
15605 * gdb.btrace/record_goto-step.exp: New.
15606
156072015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15608
15609 PR compile/18484
15610 * gdb.compile/compile.c (struct struct_type): Add volatile to
15611 selffield's type.
15612 * gdb.compile/compile.exp
15613 (compile code struct_object.selffield = &struct_object): Skip further
15614 struct_object tests if this one xfails.
15615
156162015-07-08 Robert O'Callahan <robert@ocallahan.org>
15617
15618 PR exp/18617
15619 * gdb.trace/ax.exp: Add test.
15620
156212015-07-07 Yao Qi <yao.qi@linaro.org>
15622
15623 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
15624 instead of istarget "aarch64*-*-*".
15625 * gdb.arch/aarch64-fp.exp: Likewise.
15626 * gdb.base/float.exp: Likewise.
15627 * gdb.reverse/aarch64.exp: Likewise.
15628 * lib/gdb.exp (is_aarch64_target): New proc.
15629
156302015-07-07 Yao Qi <yao.qi@linaro.org>
15631
15632 * lib/gdb.exp (is_aarch32_target): New proc.
15633 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
15634 instead of "istarget "arm*-*-*"".
15635 * gdb.arch/arm-disp-step.exp: Likewise.
15636 * gdb.arch/thumb-bx-pc.exp: Likewise.
15637 * gdb.arch/thumb-prologue.exp: Likewise.
15638 * gdb.arch/thumb-singlestep.exp: Likewise.
15639 * gdb.base/disp-step-syscall.exp: Likewise.
15640 * gdb.base/float.exp: Likewise.
15641
156422015-07-07 Yao Qi <yao.qi@linaro.org>
15643
15644 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
15645 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
15646
156472015-07-07 Yao Qi <yao.qi@linaro.org>
15648
15649 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
15650 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
15651 if it exists.
15652 * gdb.multi/multi-arch.exp: Likewise.
15653
156542015-07-07 Simon Marchi <simon.marchi@ericsson.com>
15655
15656 * gdb.python/py-lazy-string.exp: Add missing parentheses to
15657 print.
15658
156592015-07-07 Yao Qi <yao.qi@linaro.org>
15660
15661 * gdb.arch/thumb-singlestep.exp: Do one more single step.
15662
156632015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
15664
15665 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
15666 '[' and ']' characters.
15667
156682015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
15669
15670 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
15671
156722015-06-29 Pedro Alves <palves@redhat.com>
15673
15674 PR threads/18127
15675 * gdb.threads/hand-call-new-thread.c: New file.
15676 * gdb.threads/hand-call-new-thread.c: New file.
15677
156782015-06-26 Keith Seitz <keiths@redhat.com>
15679 Doug Evans <dje@google.com>
15680
15681 PR 16253
15682 * gdb.cp/var-tag-2.cc: New file.
15683 * gdb.cp/var-tag-3.cc: New file.
15684 * gdb.cp/var-tag-4.cc: New file.
15685 * gdb.cp/var-tag.cc: New file.
15686 * gdb.cp/var-tag.exp: New file.
15687
156882015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15689
15690 * gdb.base/history-duplicates.exp: New test.
15691
156922015-06-26 Patrick Palka <patrick@parcs.ath.cx>
15693
15694 * gdb.base/completion.exp: Test the completion of the "focus"
15695 command.
15696
156972015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
15698
15699 * gdb.arch/amd64-prologue-skip.S: New file.
15700 * gdb.arch/amd64-prologue-skip.exp: New file.
15701
157022015-06-25 Simon Marchi <simon.marchi@ericsson.com>
15703
15704 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
15705 is_address_zero_readable check.
15706
157072015-06-24 Peter Bergner <bergner@vnet.ibm.com>
15708
15709 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
15710 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
15711
157122015-06-24 Yao Qi <yao.qi@linaro.org>
15713
15714 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
15715 linux targets.
15716
157172015-06-24 Yao Qi <yao.qi@linaro.org>
15718
15719 * lib/gdb.exp (supports_get_siginfo_type): New proc.
15720 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
15721 * gdb.base/siginfo-thread.exp: Likewise.
15722
157232015-06-22 Yao Qi <yao.qi@linaro.org>
15724
15725 * boards/remote-gdbserver-on-localhost.exp: Add comments.
15726
157272015-06-22 Yao Qi <yao.qi@linaro.org>
15728
15729 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
15730 aarch64*-*-*.
15731 (skip_hw_watchpoint_tests): Likewise.
15732
157332015-06-18 Patrick Palka <patrick@parcs.ath.cx>
15734
15735 * gdb.base/gdbinit-history.exp: Test the interaction between
15736 setting GDBHISTSIZE and setting the history size via .gdbinit.
15737
157382015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15739
15740 PR gdb/16999
15741 * gdb.base/gdbhistsize-history.exp: New test.
15742
157432015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15744
15745 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
15746 with GDBHISTSIZE.
15747 * gdb.base/readline.exp: Likewise.
15748
157492015-06-17 Yao Qi <yao.qi@linaro.org>
15750
15751 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
15752 line.
15753
157542015-06-17 Patrick Palka <patrick@parcs.ath.cx>
15755
15756 * gdb.base/gdbinit-history.exp: Add test case to check that
15757 an unlimited history file does not get truncated on exit.
15758
157592015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
15760
15761 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
15762 (VECTOR): New macro. Use it...
15763 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
15764 ...for these typedefs.
15765 (int8, char1, int1, double1): New typedefs.
15766 (struct just_int2, struct two_int2): New structures.
15767 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
15768 (add_structvecs, add_singlevecs): New functions.
15769 (main): Call add_some_intvecs twice.
15770 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
15771 the compile and exit upon failure. Try compiling for the "native"
15772 architecture. Test inferior function calls with vector arguments
15773 and vector return value handling with "finish" and "return".
15774
157752015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
15776
15777 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
15778 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
15779 PE file.
15780 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
15781
157822015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
15783
15784 PR breakpoints/16465
15785 * gdb.mi/mi-dprintf-pending.c: New file.
15786 * gdb.mi/mi-dprintf-pending.exp: New test.
15787 * gdb.mi/mi-dprintf-pendshr.c: New file.
15788
157892015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15790 Mircea Gherzan <mircea.gherzan@intel.com>
15791
15792 * gdb.arch/i386-mpx-map.c: New file.
15793 * gdb.arch/i386-mpx-map.exp: New File.
15794
157952015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15796
15797 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
15798 * gdb.arch/i386-mpx.exp: Indentation fixed.
15799
158002015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15801
15802 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
15803 function and improved indentation.
15804 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
15805 gdb_test_multiple. Added additional tests to skip the test.
15806
158072015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
15808
15809 * gdb.arch/i386-avx512.c: Change path in include file.
15810 * gdb.arch/i386-avx512.exp: Change include dir path
15811 compilation flag.
15812 * gdb.arch/i386-mpx.c: Change path in include file.
15813 * gdb.arch/i386-mpx.exp: Change include dir path compilation
15814 flag.
15815
158162015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
15817
15818 * gdb.compile/compile-print.exp (compile print *vararray@3)
15819 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
15820
158212015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15822
15823 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
15824 (do not keep jit in memory): ... this.
15825 (expect 5): Change it to ...
15826 (expect no 5): ... this.
15827
158282015-06-02 Simon Marchi <simon.marchi@ericsson.com>
15829
15830 PR gdb/15564
15831 * gdb.mi/mi-detach.exp: New file.
15832
158332015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15834
15835 PR symtab/18392
15836 * gdb.arch/amd64-tailcall-self.S: New file.
15837 * gdb.arch/amd64-tailcall-self.c: New file.
15838 * gdb.arch/amd64-tailcall-self.exp: New file.
15839
158402015-05-28 Don Breazeal <donb@codesourcery.com>
15841
15842 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
15843 tests for remote targets by checking is_target_gdbserver.
15844
158452015-05-27 Doug Evans <dje@google.com>
15846
15847 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
15848 * gdb.dwarf2/opaque-type-lookup.c: New file.
15849 * gdb.dwarf2/opaque-type-lookup.exp: New file.
15850
158512015-05-26 Doug Evans <dje@google.com>
15852
15853 * gdb.cp/iostream.cc: New file.
15854 * gdb.cp/iostream.exp: New file.
15855
158562015-05-26 Doug Evans <dje@google.com>
15857
15858 * gdb.dwarf2/dw2-op-call.exp: Update.
15859 * gdb.dwarf2/dw4-sig-types.exp: Update.
15860 * gdb.dwarf2/implptr.exp: Update.
15861 * gdb.mi/mi-cmd-param-changed.exp: Update.
15862
158632015-05-26 Doug Evans <dje@google.com>
15864
15865 * gdb.python/py-lazy-string.c: New file.
15866 * gdb.python/py-lazy-string.exp: New file.
15867 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
15868 (main): Update. Add estring3.
15869 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
15870 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
15871
158722015-05-26 Omair Javaid <omair.javaid@linaro.org>
15873 Yao Qi <yao.qi@linaro.org>
15874
15875 * gdb.reverse/aarch64.c: New.
15876 * gdb.reverse/aarch64.exp: New.
15877
158782015-05-26 Omair Javaid <omair.javaid@linaro.org>
15879
15880 * lib/gdb.exp (supports_process_record): Return true for
15881 aarch64*-linux*.
15882 (supports_reverse): Likewise.
15883
158842015-05-22 Patrick Palka <patrick@parcs.ath.cx>
15885
15886 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15887 Use with_test_prefix.
15888
158892015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
15890
15891 * gdb.base/completion.exp: Add test for completion of layout
15892 names.
15893
158942015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
15895
15896 * lib/gdb.exp (skip_tui_tests): New proc.
15897 * gdb.base/tui-layout.exp: Check skip_tui_tests.
15898
158992015-05-19 Pedro Alves <palves@redhat.com>
15900
15901 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
15902 Save the whole env array instead of just HOME. Unset HISTSIZE in
15903 the environment while testing. Restore whole environment
15904 afterwards.
15905
159062015-05-16 Doug Evans <xdje42@gmail.com>
15907
15908 * gdb.guile/scm-ports.c: New file.
15909 * gdb.guile/scm-ports.exp: Add memory port tests.
15910
159112015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15912
15913 * gdb.compile/compile-print.c: New file.
15914 * gdb.compile/compile-print.exp: New file.
15915
159162015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
15917
15918 * gdb.compile/compile-ops.exp: Cast param to void.
15919 * gdb.compile/compile.exp: Complete type for _gdb_expr.
15920 (compile code struct_object.selffield = &struct_object): Add xfail.
15921
159222015-05-15 Joel Brobecker <brobecker@adacore.com>
15923
15924 * gdb.ada/arr_enum_with_gap: New testcase.
15925
159262015-05-15 Joel Brobecker <brobecker@adacore.com>
15927
15928 * gdb.ada/byte_packed_arr: New testcase.
15929
159302015-05-15 Joel Brobecker <brobecker@adacore.com>
15931
15932 * gdb.ada/pckd_neg: New testcase.
15933
159342015-05-13 Patrick Palka <patrick@parcs.ath.cx>
15935
15936 PR gdb/17820
15937 * gdb.base/gdbinit-history.exp: New test.
15938 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
15939 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
15940
159412015-05-09 Siva Chandra Reddy <sivachandra@google.com>
15942
15943 * gdb.python/py-xmethods.cc: Enhance test case.
15944 * gdb.python/py-xmethods.exp: New tests.
15945 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
15946 function.
15947 (B_indexoper): Likewise.
15948 (global_dm_list) : Add new xmethod worker functions.
15949
159502015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
15951
15952 * gdb.base/coredump-filter.exp: Correctly unset
15953 "coredump_var_addr" array.
15954
159552015-05-08 Pedro Alves <palves@redhat.com>
15956
15957 * gdb.server/non-existing-program.exp: Unset spawn_id.
15958
159592015-05-08 Siva Chandra Reddy <sivachandra@google.com>
15960
15961 PR python/18291
15962 * gdb.python/py-xmethods.exp: Add tests.
15963
159642015-05-08 Yao Qi <yao.qi@linaro.org>
15965
15966 PR gdb/18208
15967 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
15968 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
15969 function set_coredump_filter, and remove remote_exec call.
15970 Remove argument ipid. Callers update.
15971 (top level): Don't get inferior's PID.
15972
159732015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
15974
15975 * gdb.base/watch_thread_num.exp: Skip test on targets without
15976 access watchpoints.
15977
159782015-05-06 Pedro Alves <palves@redhat.com>
15979
15980 PR server/18081
15981 * gdb.server/non-existing-program.exp: New file.
15982
159832015-05-05 Joel Brobecker <brobecker@adacore.com>
15984
15985 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
15986
159872015-05-05 Joel Brobecker <brobecker@adacore.com>
15988
15989 * gdb.ada/out_of_line_in_inlined: New testcase.
15990
159912015-05-05 Joel Brobecker <brobecker@adacore.com>
15992
15993 * gdb.ada/var_rec_arr: New testcase.
15994
159952015-04-30 Yao Qi <yao.qi@linaro.org>
15996
15997 * gdb.base/break-idempotent.exp: If
15998 skip_hw_watchpoint_multi_tests returns true, skip the tests
15999 on "rwatch" and "awatch".
16000
160012015-04-30 Yao Qi <yao.qi@linaro.org>
16002
16003 * gdb.base/relativedebug.exp: Invoke gdb command
16004 "info sharedlibrary", and if libc.so doesn't have debug info,
16005 skip the test.
16006
160072015-04-29 Doug Evans <dje@google.com>
16008
16009 * gdb.python/py-xmethods.exp: Add ptype tests.
16010 * gdb.python/py-xmethods.py (E_method_char_worker): Add
16011 get_result_type method.
16012
160132015-04-29 Luis Machado <lgustavo@codesourcery.com>
16014
16015 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
16016 the target does not support hardware watchpoints.
16017
160182015-04-29 Luis Machado <lgustavo@codesourcery.com>
16019
16020 * gdb.base/break-always.exp: Abort testing if writing to memory
16021 causes an error.
16022
160232015-04-28 Doug Evans <dje@google.com>
16024
16025 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
16026 * gdb.python/py-pp-registration.exp: ... here. New file.
16027 * gdb.python/py-pp-registration.c: New file.
16028 * gdb.python/py-pp-registration.py: New file.
16029
160302015-04-28 Doug Evans <dje@google.com>
16031
16032 * gdb.python/py-bad-printers.c: New file.
16033 * gdb.python/py-bad-printers.py: New file.
16034 * gdb.python/py-bad-printers.exp: New file.
16035
160362015-04-28 Sasha Smundak <asmundak@google.com>
16037
16038 * gdb.python/py-type.exp: New test.
16039
160402015-04-28 Andy Wingo <wingo@igalia.com>
16041
16042 * gdb.python/py-parameter.exp:
16043 * gdb.guile/scm-parameter.exp: Escape the path that we are
16044 matching against, as it might contain characters that are special
16045 to regular expressions.
16046
160472015-04-27 Joel Brobecker <brobecker@adacore.com>
16048
16049 * gdb.ada/rec_comp: New testcase.
16050
160512015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
16052
16053 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
16054 before using it.
16055
160562015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
16057
16058 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
16059 new tests for verilog output.
16060
160612015-04-24 Yao Qi <yao.qi@linaro.org>
16062
16063 * boards/remote-gdbserver-on-localhost.exp: New file.
16064
160652015-04-23 Pedro Alves <palves@redhat.com>
16066
16067 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
16068 $inferior_spawn_id instead of $inferior_spawn_id directly. On
16069 "end of file", remove $inferior_spawn_id from the indirect list.
16070
160712015-04-23 Pedro Alves <palves@redhat.com>
16072
16073 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
16074
160752015-04-23 Pedro Alves <palves@redhat.com>
16076
16077 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
16078 on $any_spawn_id instead of only on $gdb_spawn_id.
16079
160802015-04-21 Pierre Muller <muller@sourceware.org>
16081
16082 PR pascal/17815
16083 * lib/pascal.exp (gpc_compile): Add new option "class".
16084 (fpc_compile): Likewise.
16085 * gdb.pascal/case-insensitive-symbols.pas: New file.
16086 * gdb.pascal/case-insensitive-symbols.exp: New file.
16087
160882015-04-20 Gary Benson <gbenson@redhat.com>
16089
16090 * gdb.base/attach.exp: Fix three extended remote failures.
16091
160922015-04-17 Gary Benson <gbenson@redhat.com>
16093
16094 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
16095 the main executable over the remote protocol.
16096
160972015-04-16 Pedro Alves <palves@redhat.com>
16098
16099 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
16100 a new gdbserver if gdbserver_reconnect_p is set.
16101
161022015-04-16 Pedro Alves <palves@redhat.com>
16103
16104 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
16105 is set, don't exit gdbserver.
16106
161072015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16108
16109 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
16110 appropriate .insn, such that an older assembler can be used.
16111 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
16112 the z/Architecture instruction set on 31-bit targets as well.
16113
161142015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
16115
16116 * gdb.go/handcall.exp: Remove all logic related to the first
16117 breakpoint and rely on go_runto_main instead.
16118 * gdb.go/strings.exp: Likewise.
16119 * gdb.go/unsafe.exp: Likewise.
16120 * gdb.go/hello.exp: Likewise. Also rename the remaining
16121 breakpoint marker to "breakpoint 1".
16122 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
16123 * gdb.go/strings.go: Likewise.
16124 * gdb.go/unsafe.go: Likewise.
16125 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
16126 "set breakpoint 2 here" and rename the remaining breakpoint marker
16127 to "breakpoint 1".
16128
161292015-04-15 Simon Marchi <simon.marchi@ericsson.com>
16130
16131 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
16132 if itertools.imap is not present.
16133 * gdb.python/py-objfile.exp: Add parentheses.
16134 * gdb.python/py-type.exp: Same.
16135 * gdb.python/py-unwind-maint.py: Same.
16136
161372015-04-15 Yao Qi <yao.qi@linaro.org>
16138
16139 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
16140 of ":$ptr_size" and set its form explicitly.
16141
161422015-04-15 Pedro Alves <palves@redhat.com>
16143 Yao Qi <yao.qi@linaro.org>
16144
16145 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
16146 timeout by factor of 4.
16147 (test_regular_watch): Likewise.
16148 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
16149 * gdb.reverse/sigall-reverse.exp: Likewise.
16150 * gdb.reverse/until-precsave.exp: Likewise.
16151 * lib/gdb.exp (with_timeout_factor): New proc.
16152 (gdb_expect): Move some code to ...
16153 (get_largest_timeout): ... here. New procedure.
16154
161552015-04-14 Luis Machado <lgustavo@codesourcery.com>
16156
16157 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
16158
161592015-04-13 Luis Machado <lgustavo@codesourcery.com>
16160
16161 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
16162 to write to the .text section.
16163
161642015-04-13 Luis Machado <lgustavo@codesourcery.com>
16165
16166 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
16167 Handle the case of targets that do not provide PID information.
16168
161692015-04-13 Yao Qi <yao.qi@linaro.org>
16170
16171 * lib/gdbserver-support.exp (gdb_exit): Catch exception
16172 and use expect instead of gdb_expect.
16173
161742015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
16175
16176 * gdb.base/coredump-filter.exp: Rename variable "addr" to
16177 "coredump_var_addr" to avoid naming conflict with other testcases.
16178
161792015-04-10 Pedro Alves <palves@redhat.com>
16180
16181 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
16182 gdb_test_sequence and gdb_assert.
16183
161842015-04-10 Pedro Alves <palves@redhat.com>
16185
16186 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
16187 test messages that don't include the breakpoint address.
16188
161892015-04-10 Yao Qi <yao.qi@linaro.org>
16190
16191 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
16192 false for some offset and width combinations which aren't
16193 supported by linux kernel.
16194
161952015-04-10 Pedro Alves <palves@redhat.com>
16196
16197 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
16198 procedure, factored out from ...
16199 (top level): ... here. Add "set displaced-stepping" testing axis.
16200 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
16201 parameter "displaced". Use it.
16202 (top level): Use foreach and add "set displaced-stepping" testing
16203 axis.
16204
162052015-04-10 Pedro Alves <palves@redhat.com>
16206
16207 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
16208 Remove comment.
16209 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
16210 both the address of the instruction that triggers the watchpoint
16211 and the address of the instruction immediately after, and use
16212 those addresses for the test. Fix comment.
16213
162142015-04-10 Pedro Alves <palves@redhat.com>
16215
16216 * gdb.base/sigstep.exp (breakpoint_to_handler)
16217 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
16218 Test "backtrace" in handler.
16219 (breakpoint_over_handler): New parameter 'displaced'. Use it.
16220 (top level): Add new "displaced" test axis to
16221 breakpoint_to_handler, breakpoint_to_handler_entry and
16222 breakpoint_over_handler.
16223
162242015-04-10 Pedro Alves <palves@redhat.com>
16225
16226 PR gdb/18216
16227 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
16228
162292015-04-10 Yao Qi <yao.qi@linaro.org>
16230
16231 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
16232 (test_add_rn_pc): New function.
16233 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
16234 (top level): Invoke test_add_rn_pc.
16235
162362015-04-10 Pedro Alves <palves@redhat.com>
16237
16238 PR gdb/13858
16239 * gdb.base/step-over-no-symbols.exp: New file.
16240
162412015-04-09 Andy Wingo <wingo@igalia.com>
16242
16243 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
16244 after the Python tests.
16245
162462015-04-08 Keith Seitz <keiths@redhat.com>
16247
16248 PR python/16699
16249 * gdb.python/py-completion.exp: New tests for completion.
16250 * gdb.python/py-completion.py (CompleteLimit1): New class.
16251 (CompleteLimit2): Likewise.
16252 (CompleteLimit3): Likewise.
16253 (CompleteLimit4): Likewise.
16254 (CompleteLimit5): Likewise.
16255 (CompleteLimit6): Likewise.
16256 (CompleteLimit7): Likewise.
16257
162582015-04-08 Pedro Alves <palves@redhat.com>
16259
16260 PR gdb/18214
16261 PR gdb/18216
16262 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
16263 function.
16264 (main): Install it as SIGUSR1 handler.
16265 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
16266 parameter. Always use "setup" as prefix. Toggle "set
16267 displaced-stepping" off/on depending on global. Don't switch to
16268 thread 1 here.
16269 (top level): Add displaced stepping "off/on" test axis. Update
16270 "setup" calls. Wrap each subtest with with_test_prefix. Test
16271 continuing with a queued signal in each thread.
16272
162732015-04-08 Pedro Alves <palves@redhat.com>
16274
16275 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
16276 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
16277 gdb_breakpoint instead of gdb_test that doesn't expect anything.
16278 Return early if running to main fails.
16279 * gdb.trace/while-stepping.exp: Likewise.
16280
162812015-04-07 Pedro Alves <palves@redhat.com>
16282
16283 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
16284 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
16285 interact with inferior program.
16286
162872015-04-07 Pedro Alves <palves@redhat.com>
16288
16289 * lib/gdb.exp (inferior_spawn_id): New global.
16290 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
16291 spawn id after processing the user code.
16292 (default_gdb_start): Set inferior_spawn_id.
16293 (send_inferior): New procedure.
16294 * lib/gdbserver-support.exp (gdbserver_start): Set
16295 inferior_spawn_id.
16296 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
16297
162982015-04-07 Pedro Alves <palves@redhat.com>
16299
16300 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
16301 * lib/gdbserver-support.exp (gdbserver_start): Make
16302 $server_spawn_id global.
16303 (gdbserver_start): Don't wait for gdbserver's spawn id with
16304 expect_background.
16305 (close_gdbserver): New procedure.
16306 (gdb_exit): Rename the default version and reimplement.
16307
163082015-04-07 Pedro Alves <palves@redhat.com>
16309
16310 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
16311 append the substituted item, not the original item.
16312
163132015-04-07 Pedro Alves <palves@redhat.com>
16314
16315 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
16316 gdb_expect.
16317
163182015-04-07 Pedro Alves <palves@redhat.com>
16319
16320 * gdb.base/interrupt.exp: Don't handle the case of the inferior
16321 output appearing once only.
16322
163232015-04-07 Pedro Alves <palves@redhat.com>
16324
16325 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
16326 that doesn't expect anything. Return early if running to main
16327 fails.
16328
163292015-04-07 Yao Qi <yao.qi@linaro.org>
16330
16331 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
16332 (child_function): Call alarm.
16333 (main): Move call to alarm into the loop.
16334 * gdb.threads/non-stop-fair-events.exp: Build program with
16335 -DTIMEOUT=$timeout.
16336
163372015-04-06 Doug Evans <xdje42@gmail.com>
16338
16339 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
16340 Fix dest parameter to board_info.
16341 (fpc_compile): Ditto.
16342 (gdb_compile_pascal): Rename dest arg to destfile.
16343
163442015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
16345
16346 * gdb.ada/funcall_ref.exp: New file.
16347 * gdb.ada/funcall_ref/foo.adb: New file.
16348
163492015-04-02 Yao Qi <yao.qi@linaro.org>
16350
16351 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
16352 is remote.
16353
163542015-04-02 Gary Benson <gbenson@redhat.com>
16355
16356 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
16357
163582015-04-01 Sasha Smundak <asmundak@google.com>
16359
16360 * gdb.python/py-unwind-maint.c: New file.
16361 * gdb.python/py-unwind-maint.exp: New test.
16362 * gdb.python/py-unwind-maint.py: New file.
16363 * gdb.python/py-unwind.c: New file.
16364 * gdb.python/py-unwind.exp: New test.
16365 * gdb.python/py-unwind.py: New test.
16366
163672015-04-01 Pedro Alves <palves@redhat.com>
16368
16369 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
16370 to fail instead of non-existent $test.
16371
163722015-04-01 Pedro Alves <palves@redhat.com>
16373
16374 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
16375 GDBFLAGS if not empty.
16376
163772015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
16378
16379 * gdb.ada/complete.exp: Remove "multi_line".
16380 * gdb.ada/info_exc.exp: Remove "multi_line".
16381 * gdb.ada/packed_tagged.exp: Remove "multi_line".
16382 * gdb.ada/ptype_field.exp: Remove "multi_line".
16383 * gdb.ada/sym_print_name.exp: Remove "multi_line".
16384 * gdb.ada/tagged.exp: Remove "multi_line".
16385 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
16386 [multi_line ...]
16387 * gdb.btrace/delta.exp: Likewise.
16388 * gdb.btrace/exception.exp: Likewise.
16389 * gdb.btrace/function_call_history.exp: Likewise.
16390 * gdb.btrace/instruction_history.exp: Likewise.
16391 * gdb.btrace/nohist.exp: Likewise.
16392 * gdb.btrace/record_goto.exp: Likewise.
16393 * gdb.btrace/segv.exp: Likewise.
16394 * gdb.btrace/stepi.exp: Likewise.
16395 * gdb.btrace/tailcall.exp: Likewise.
16396 * gdb.btrace/unknown_functions.exp: Likewise.
16397 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
16398 * lib/gdb.exp: Add the "multi_line" helper.
16399
164002015-04-01 Pedro Alves <palves@redhat.com>
16401
16402 * gdb.threads/tid-reuse.c: New file.
16403 * gdb.threads/tid-reuse.exp: New file.
16404
164052015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
16406
16407 PR corefiles/16092
16408 * gdb.base/coredump-filter.c: New file.
16409 * gdb.base/coredump-filter.exp: Likewise.
16410
164112015-03-27 Petr Machata <pmachata@redhat.com>
16412
16413 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
16414 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
16415 (Dwarf::assemble): Initialize them.
16416 (Dwarf::lines): New function.
16417
164182015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
16419
16420 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
16421 SYMBOL_PREFIX for x86_64-*-cygwin.
16422
164232015-03-26 Andy Wingo <wingo@igalia.com>
16424
16425 PR symtab/18148
16426 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
16427 const_value but not a location.
16428 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
16429 location defined in non-main CUs are visible.
16430
164312015-03-26 Yao Qi <yao.qi@linaro.org>
16432
16433 PR testsuite/18139
16434 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
16435 Add a line number entry for the same line.
16436 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
16437 Add a line number entry for the same line.
16438
164392015-03-26 Yao Qi <yao.qi@linaro.org>
16440
16441 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
16442 .int 0.
16443 (func): Likewise. Add .Lfunc_1 label.
16444 Use .Lfunc_1 label.
16445 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
16446 .int 0.
16447 (func): Likewise.
16448 Use .Lfunc_1 label.
16449
164502015-03-26 Yao Qi <yao.qi@linaro.org>
16451
16452 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
16453 Call gdb_compile instead to compile each .s files without debug
16454 information.
16455
164562015-03-26 Yao Qi <yao.qi@linaro.org>
16457
16458 * gdb.base/savedregs.exp (process_saved_regs): Make
16459 "Saved registers:" optional in the pattern.
16460
164612015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16462
16463 * gdb.btrace/next.exp: Merged into step.exp.
16464 * gdb.btrace/finish.exp: Merged into step.exp.
16465 * gdb.btrace/nexti.exp: Merged into stepi.exp.
16466 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
16467 "record goto" and checking the exact replay position.
16468 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
16469 check for "Recording format" in "info record" output.
16470 * gdb.btrace/record_goto.exp: Choose test file based on target.
16471 * gdb.btrace/x86-record_goto.S: Renamed into ...
16472 * gdb.btrace/x86_64-record_goto.S: ... this.
16473 * gdb.btrace/i686-record_goto.S: New.
16474 * gdb.btrace/x86-tailcall.S: Renamed into ...
16475 * gdb.btrace/x86_64-tailcall.S: ... this.
16476 * gdb.btrace/i686-tailcall.S: New.
16477 * gdb.btrace/x86-tailcall.c: Renamed into ...
16478 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
16479 separate statements. Update test.
16480 * gdb.btrace/delta.exp: Use record_goto.c as test file.
16481 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
16482 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
16483 * gdb.btrace/tailcall.exp: Choose test file based on target.
16484 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
16485
164862015-03-25 Markus Metzger <markus.t.metzger@intel.com>
16487
16488 * gdb.btrace/exception.exp: Increase BTS buffer size.
16489
164902015-03-24 Pedro Alves <palves@redhat.com>
16491
16492 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
16493
164942015-03-24 Pedro Alves <palves@redhat.com>
16495
16496 * gdb.threads/schedlock.exp (test_step): No longer expect that
16497 "set scheduler-locking step" with "next" over a function call runs
16498 threads unlocked.
16499
165002015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16501
16502 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
16503
165042015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
16505
16506 PR breakpoints/16466
16507 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
16508 * gdb.mi/mi-pending.c (thread_func): New function.
16509 (int main): Add threading support required.
16510 * gdb.mi/mi-pending.exp: Add tests for this issue.
16511 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
16512 (pendfunc2): Remove stdio dependency.
16513 * gdb.mi/mi-pendshr2.c: New file.
16514
165152015-03-23 Keith Seitz <keiths@redhat.com>
16516
16517 * gdb.linespec/keywords.c: New file.
16518 * gdb.linespec/keywords.exp: New file.
16519
165202015-03-23 Keith Seitz <keiths@redhat.com>
16521
16522 PR gdb/18021
16523 * gdb.dwarf2/staticvirtual.exp: New test.
16524
165252015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
16526
16527 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
16528 * README: Remove HP-UX and gdb.hp.
16529 (configuration):
16530 * configure: Regenerate.
16531 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
16532 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
16533 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
16534 gdb.hp/gdb.defects/Makefile.
16535 * gdb.hp/Makefile.in: File deleted.
16536 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
16537 * gdb.hp/gdb.aCC/optimize.c: File deleted.
16538 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
16539 * gdb.hp/gdb.aCC/run.c: File deleted.
16540 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
16541 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
16542 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
16543 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
16544 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
16545 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
16546 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
16547 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
16548 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
16549 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
16550 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
16551 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
16552 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
16553 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
16554 * gdb.hp/gdb.base-hp/reg.s: File deleted.
16555 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
16556 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
16557 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
16558 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
16559 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
16560 * gdb.hp/gdb.compat/Makefile.in: File deleted.
16561 * gdb.hp/gdb.compat/average.c: File deleted.
16562 * gdb.hp/gdb.compat/sum.c: File deleted.
16563 * gdb.hp/gdb.compat/xdb.c: File deleted.
16564 * gdb.hp/gdb.compat/xdb0.c: File deleted.
16565 * gdb.hp/gdb.compat/xdb0.h: File deleted.
16566 * gdb.hp/gdb.compat/xdb1.c: File deleted.
16567 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
16568 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
16569 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
16570 * gdb.hp/gdb.defects/Makefile.in: File deleted.
16571 * gdb.hp/gdb.defects/bs14602.c: File deleted.
16572 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
16573 * gdb.hp/gdb.defects/solib-d.c: File deleted.
16574 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
16575 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
16576 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
16577 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
16578 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
16579 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
16580 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
16581 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
16582 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
16583 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
16584 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
16585 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
16586 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
16587 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
16588 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
16589 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
16590 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
16591 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
16592 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
16593 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
16594 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
16595 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
16596 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
16597 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
16598 * gdb.hp/tools/odump: File deleted.
16599
166002015-03-19 Pedro Alves <palves@redhat.com>
16601
16602 * gdb.threads/continue-pending-status.exp (saw_thread_2)
16603 (saw_thread_3): New globals.
16604 (top level): Increment them when an event for the corresponding
16605 thread is seen.
16606 (no thread starvation): New test.
16607
166082015-03-19 Pedro Alves <palves@redhat.com>
16609
16610 * gdb.threads/continue-pending-status.c: New file.
16611 * gdb.threads/continue-pending-status.exp: New file.
16612
166132015-03-18 Pedro Alves <palves@redhat.com>
16614
16615 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
16616 Use gdb_is_target_remote instead of is_remote. Use
16617 gdb_test_multiple instead of gdb_expect. Exit early if
16618 gdb_test_multiple hits its internal matches. Tighten stepi tests
16619 expected output. Fail on exit with any signal, instead of just
16620 SIGILL.
16621
166222015-03-18 Yao Qi <yao.qi@linaro.org>
16623
16624 PR tdep/18107
16625 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
16626 variable.
16627 * gdb.base/catch-syscall.exp: Don't skip it on
16628 aarch64*-*-linux* target. Remove elements in all_syscalls.
16629 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
16630 target.
16631 (setup_all_syscalls): New proc.
16632
166332015-03-16 Yao Qi <yao.qi@linaro.org>
16634
16635 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
16636 (top level): Skip tests if valid_addr_p returns false for
16637 $cmd1 or $cmd2.
16638
166392015-03-11 Andy Wingo <wingo@igalia.com>
16640
16641 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
16642
166432015-03-11 Yao Qi <yao.qi@linaro.org>
16644
16645 * gdb.base/catch-syscall.exp: Fix typo in comments.
16646
166472015-03-11 Yao Qi <yao.qi@linaro.org>
16648
16649 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
16650
166512015-03-09 Pedro Alves <palves@redhat.com>
16652
16653 * dg-extract-results.py: Delete.
16654
166552015-03-09 Pedro Alves <palves@redhat.com>
16656
16657 Merge dg-extract-results.sh from GCC upstream (r218843).
16658
16659 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
16660 * dg-extract-results.sh: Use --text with grep to avoid issues with
16661 binary files. Fall back to cat -v, if that doesn't work.
16662
166632015-03-05 Pedro Alves <palves@redhat.com>
16664
16665 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
16666
166672015-03-04 Simon Marchi <simon.marchi@ericsson.com>
16668
16669 * lib/mi-support.exp (mi_expect_interrupt): Accept
16670 alternative event for when in all-stop mode.
16671
166722015-03-04 Pedro Alves <palves@redhat.com>
16673
16674 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
16675
166762015-03-04 Mark Kettenis <kettenis@gnu.org>
16677
16678 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
16679
166802015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16681
16682 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
16683 regexps for GDB's current line display, accept a hex address
16684 preceding the line number.
16685
166862015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
16687
16688 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
16689 the 'arch1' variable for "s390*-linux*" targets.
16690
166912015-03-04 Pedro Alves <palves@redhat.com>
16692
16693 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
16694 (main): Pass missing retval argument to pthread_join call.
16695
166962015-03-02 Pedro Alves <palves@redhat.com>
16697
16698 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
16699 (top level): Call do_test with non-stop as well.
16700
167012015-03-02 Pedro Alves <palves@redhat.com>
16702
16703 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
16704 -1.
16705
167062015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
16707
16708 * gdb.arch/s390-vregs.exp: New test.
16709 * gdb.arch/s390-vregs.S: New file.
16710
167112015-02-27 Pedro Alves <palves@redhat.com>
16712
16713 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
16714 call to catch_command_errors.
16715 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
16716 catch_command_errors.
16717
167182015-02-27 Pedro Alves <palves@redhat.com>
16719
16720 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
16721 "true" for boolean result.
16722 * gdb.gdb/selftest.exp (test_with_self): Also accept full
16723 prototype of main.
16724
167252015-02-27 Pedro Alves <palves@redhat.com>
16726
16727 * lib/unbuffer_output.c: New file.
16728 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
16729 (main): Call gdb_unbuffer_output.
16730
167312015-02-27 Yao Qi <yao.qi@linaro.org>
16732
16733 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
16734 target.
16735
167362015-02-26 Doug Evans <dje@google.com>
16737
16738 * gdb.cp/class2.cc (Dbase, D): New classes.
16739 (main): New local delta.
16740 * gdb.cp/class2.exp: Test printing delta.
16741 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
16742 (dynbar): New global.
16743 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
16744
167452015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16746
16747 * gdb.compile/compile-ifunc.c: New file.
16748 * gdb.compile/compile-ifunc.exp: New file.
16749
167502015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
16751
16752 * gdb.base/structs.exp: Check for correct struct on finish.
16753
167542015-02-26 Yao Qi <yao.qi@linaro.org>
16755
16756 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
16757 is zero.
16758
167592015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16760
16761 * gdb.arch/cordic.ko.bz2: New file.
16762 * gdb.arch/cordic.ko.debug.bz2: New file.
16763 * gdb.arch/ppc64-symtab-cordic.exp: New file.
16764
167652015-02-25 Yao Qi <yao.qi@linaro.org>
16766
16767 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
16768 aarch64*-*-* target.
16769
167702015-02-23 Pedro Alves <palves@redhat.com>
16771
16772 * lib/gdb.exp (delete_breakpoints): Rewrite using
16773 gdb_test_multiple.
16774
167752015-02-23 Pedro Alves <palves@redhat.com>
16776
16777 * gdb.base/info-os.c: Include stdlib.h.
16778
167792015-02-22 Doug Evans <xdje42@gmail.com>
16780
16781 PR symtab/17855
16782 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
16783 is read after symbols have been re-read.
16784 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
16785 * gdb.ada/exec_changed/second.adb (Second): Ditto.
16786
167872015-02-21 Doug Evans <dje@google.com>
16788
16789 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
16790
167912015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16792
16793 PR corefiles/17808
16794 * gdb.arch/i386-biarch-core.core.bz2: New file.
16795 * gdb.arch/i386-biarch-core.exp: New file.
16796
167972015-02-21 Pedro Alves <palves@redhat.com>
16798
16799 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
16800 runto_main fails.
16801
168022015-02-20 Pedro Alves <palves@redhat.com>
16803
16804 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
16805 info probes.
16806
168072015-02-20 Pedro Alves <palves@redhat.com>
16808
16809 * gdb.threads/multi-create-ns-info-thr.exp: New file.
16810
168112015-02-20 Pedro Alves <palves@redhat.com>
16812
16813 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
16814 clean_restart before gdb_target_supports_trace.
16815
168162015-02-20 Pedro Alves <palves@redhat.com>
16817
16818 PR threads/18006
16819 * gdb.threads/clone-thread_db.c: New file.
16820 * gdb.threads/clone-thread_db.exp: New file.
16821
168222015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
16823
16824 PR breakpoints/16812
16825 * gdb.base/catch-gdb-caused-signals.c: New file.
16826 * gdb.base/catch-gdb-caused-signals.exp: New file.
16827
168282015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
16829
16830 * configure: Regenerated.
16831 * configure.ac: Use GDB_AC_TRANSFORM.
16832 * aclocal.m4: sinclude ../transform.m4.
16833
168342015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16835
16836 * lib/dtrace.exp: New file.
16837 * gdb.base/dtrace-probe.exp: Likewise.
16838 * gdb.base/dtrace-probe.d: Likewise.
16839 * gdb.base/dtrace-probe.c: Likewise.
16840 * lib/pdtrace.in: Likewise.
16841 * configure.ac: Output variables with the transformed names of
16842 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
16843 * configure: Regenerated.
16844
168452015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
16846
16847 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
16848 expected message when trying to access $_probe_* convenience
16849 variables while not on a probe.
16850
168512015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16852
16853 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
16854
168552015-02-11 Pedro Alves <pedro@codesourcery.com>
16856
16857 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
16858 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
16859
168602015-02-10 Doug Evans <xdje42@gmail.com>
16861
16862 * lib/gdb.exp (gdb_load): Always return a result.
16863
168642015-02-10 Pedro Alves <palves@redhat.com>
16865
16866 * gdb.threads/signal-sigtrap.c: New file.
16867 * gdb.threads/signal-sigtrap.exp: New file.
16868
168692015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
16870
16871 * gdb.trace/no-attach-trace.c: New file.
16872 * gdb.trace/no-attach-trace.exp: New file.
16873
168742015-02-09 Mark Wielaard <mjw@redhat.com>
16875
16876 * gdb.dwarf2/atomic.c: New file.
16877 * gdb.dwarf2/atomic-type.exp: Likewise.
16878
168792015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16880
16881 * gdb.btrace/buffer-size.exp: Update "info record" output.
16882 * gdb.btrace/delta.exp: Update "info record" output.
16883 * gdb.btrace/enable.exp: Update "info record" output.
16884 * gdb.btrace/finish.exp: Update "info record" output.
16885 * gdb.btrace/instruction_history.exp: Update "info record" output.
16886 * gdb.btrace/next.exp: Update "info record" output.
16887 * gdb.btrace/nexti.exp: Update "info record" output.
16888 * gdb.btrace/step.exp: Update "info record" output.
16889 * gdb.btrace/stepi.exp: Update "info record" output.
16890 * gdb.btrace/nohist.exp: Update "info record" output.
16891
168922015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16893
16894 * gdb.btrace/buffer-size: New.
16895
168962015-02-09 Markus Metzger <markus.t.metzger@intel.com>
16897
16898 * gdb.btrace/delta.exp: Update "info record" output.
16899 * gdb.btrace/enable.exp: Update "info record" output.
16900 * gdb.btrace/finish.exp: Update "info record" output.
16901 * gdb.btrace/instruction_history.exp: Update "info record" output.
16902 * gdb.btrace/next.exp: Update "info record" output.
16903 * gdb.btrace/nexti.exp: Update "info record" output.
16904 * gdb.btrace/step.exp: Update "info record" output.
16905 * gdb.btrace/stepi.exp: Update "info record" output.
16906 * gdb.btrace/nohist.exp: Update "info record" output.
16907
169082015-02-06 Simon Marchi <simon.marchi@ericsson.com>
16909
16910 PR gdb/15678
16911 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
16912
169132015-02-06 Pedro Alves <palves@redhat.com>
16914
16915 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
16916 macro.
16917 (seconds_left, again): New globals.
16918 (main): Wait seconds_left in a 1-second sleep loop instead of
16919 sleeping 180 seconds. If 'again' is set, reset the seconds
16920 counter.
16921 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
16922 'again' in the inferior before detaching. Print the seconds left.
16923 (options): New global.
16924 (top level): Build program with -DTIMEOUT=$timeout.
16925
169262015-02-06 Pedro Alves <palves@redhat.com>
16927
16928 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
16929 determine how many seconds to pass to 'alarm'.
16930 * gdb.base/gdb-sigterm.exp (top level): Build program with
16931 -DTIMEOUT=$timeout.
16932 (do_test): Return success/failure indication. Add more verbose
16933 logging. Don't fail if 200 single steps are seen. Instead, fail
16934 when the test times out.
16935 (passes): New global.
16936 (top level): Break the testing loop if testing fails on any
16937 iteration. Use gdb_assert.
16938
169392015-02-04 Don Breazeal <donb@codesourcery.com>
16940
16941 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
16942 and initialize them.
16943 (ipc_cleanup): New function.
16944 (main): Don't declare shmid, semid, and msqid. Add a call to
16945 atexit so that we call ipc_cleanup on exit.
16946
169472015-02-04 Pedro Alves <palves@redhat.com>
16948
16949 * boards/native-extended-gdbserver.exp: Remove any target variant
16950 specifications from the board name before clearing the isremote
16951 flag from board_info.
16952
169532015-01-31 Doug Evans <xdje42@gmail.com>
16954
16955 * gdb.base/maint.exp <maint print type argc>: Update expected output.
16956
169572015-01-31 Gary Benson <gbenson@redhat.com>
16958
16959 * gdb.base/completion.exp: Disable completion limiting for
16960 existing tests. Add new tests to check completion limiting.
16961 * gdb.linespec/ls-errs.exp: Disable completion limiting.
16962
169632015-01-31 Doug Evans <xdje42@gmail.com>
16964
16965 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
16966
169672015-01-31 Doug Evans <xdje42@gmail.com>
16968
16969 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
16970 entries. Duplicate file section script entries.
16971 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
16972 inlined entries. Add test for safe-path rejection.
16973 * gdb.python/py-section-script.c: Add duplicate inlined section script
16974 entries. Duplicate file section script entries.
16975 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
16976 inlined entries. Add test for safe-path rejection.
16977
169782015-01-29 Joel Brobecker <brobecker@adacore.com>
16979
16980 * gdb.ada/disc_arr_bound: New testcase.
16981
169822015-01-29 Joel Brobecker <brobecker@adacore.com>
16983
16984 * gdb.ada/mi_var_array: New testcase.
16985
169862015-01-27 Doug Evans <dje@google.com>
16987
16988 * gdb.python/py-objfile.exp: Add tests for objfile.username.
16989 Add test for objfile.filename, objfile.username after objfile
16990 has been unloaded.
16991
169922015-01-26 Joel Brobecker <brobecker@adacore.com>
16993
16994 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
16995 the second test to print the name attribute of value
16996 returned by the call to gdb.lookup_type, and adjust
16997 the expected output accordingly.
16998
169992015-01-25 Mark Wielaard <mjw@redhat.com>
17000
17001 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
17002 * gdb.base/disp-step-fork.c: Include unistd.h.
17003 * gdb.base/siginfo-obj.c: Include stdio.h.
17004 * gdb.base/siginfo-thread.c: Likewise.
17005 * gdb.mi/non-stop.c: Include unistd.h.
17006 * gdb.mi/nsthrexec.c: Include stdio.h.
17007 * gdb.mi/pthreads.c: Include unistd.h.
17008 * gdb.modula2/unbounded1.c (main): Declare returns int.
17009 * gdb.reverse/consecutive-reverse.c: Likewise.
17010 * gdb.threads/create-fail.c: Include unistd.h.
17011 * gdb.threads/killed.c: Likewise.
17012 * gdb.threads/linux-dp.c: Likewise.
17013 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
17014 * gdb.threads/non-ldr-exc-2.c: Likewise.
17015 * gdb.threads/non-ldr-exc-3.c: Likewise.
17016 * gdb.threads/non-ldr-exc-4.c: Likewise.
17017 * gdb.threads/pthreads.c: Include unistd.h.
17018 (main): Declare returns int.
17019 * gdb.threads/tls-main.c (foo): New declaration.
17020 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
17021
170222015-01-23 Simon Marchi <simon.marchi@ericsson.com>
17023
17024 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
17025 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
17026
170272015-01-15 Mark Wielaard <mjw@redhat.com>
17028
17029 * gdb.base/noreturn-return.c: New file.
17030 * gdb.base/noreturn-return.exp: New file.
17031 * gdb.base/noreturn-finish.c: New file.
17032 * gdb.base/noreturn-finish.exp: New file.
17033
170342015-01-23 Pedro Alves <palves@redhat.com>
17035
17036 * gdb.threads/continue-pending-after-query.c: New file.
17037 * gdb.threads/continue-pending-after-query.exp: New file.
17038
170392015-01-22 Anders Granlund <anders.granlund@ericsson.com>
17040 Simon Marchi <simon.marchi@ericsson.com>
17041
17042 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
17043 * gdb.base/valgrind-db-attach.exp: Same.
17044 * gdb.base/valgrind-infcall.exp: Same.
17045 * lib/mi-support.exp (default_mi_gdb_start): Same.
17046 * lib/prompt.exp (default_prompt_gdb_start): Same.
17047 * lib/gdb.exp (default_gdb_spawn): Same.
17048 (gdb_interact): New.
17049
17050
170512015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17052
17053 * gdb.compile/compile.exp (pointer to jit function): New test.
17054
170552015-01-17 Wei-cheng Wang <cole945@gmail.com>
17056
17057 * lib/gdb.exp (supports_process_record): Return true for
17058 powerpc*-*-linux*.
17059 (supports_reverse): Likewise.
17060
170612015-01-15 Don Breazeal <donb@codesourcery.com>
17062
17063 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
17064 instead of checking whether the target board is remote and
17065 use spawn_wait_for_attach instead of exec/sleep.
17066 * gdb.base/attach-twice.exp: Likewise.
17067
170682015-01-15 Joel Brobecker <brobecker@adacore.com>
17069
17070 * gdb.ada/var_arr_attrs: New testcase.
17071
170722015-01-14 Pedro Alves <palves@redhat.com>
17073 Joel Brobecker <brobecker@adacore.com>
17074
17075 PR gdb/17525
17076 * gdb.base/bp-cmds-execution-x-script.c: New file.
17077 * gdb.base/bp-cmds-execution-x-script.exp: New file.
17078 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
17079
170802015-01-14 Pedro Alves <palves@redhat.com>
17081
17082 PR cli/17828
17083 * gdb.base/batch-preserve-term-settings.c: New file.
17084 * gdb.base/batch-preserve-term-settings.exp: New file.
17085
170862015-01-13 Doug Evans <dje@google.com>
17087
17088 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
17089 binary.
17090
170912015-01-13 Joel Brobecker <brobecker@adacore.com>
17092
17093 * Makefile.in (clean mostlyclean): Do not delete *.py.
17094
170952015-01-13 Joel Brobecker <brobecker@adacore.com>
17096
17097 * gdb.python/py-lookup-type.exp: New file.
17098
170992015-01-12 Pedro Alves <palves@redhat.com>
17100
17101 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
17102 restore GDBFLAGS before returning.
17103
171042015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
17105
17106 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
17107 is_amd64_regs_target and is_x86_like_target.
17108
171092015-01-11 Doug Evans <xdje42@gmail.com>
17110
17111 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
17112 is given without an explicit form.
17113 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
17114 attributes.
17115 * gdb.dwarf/corrupt.exp: Ditto.
17116 * gdb.dwarf2/enum-type.exp: Ditto.
17117 * gdb.trace/entry-values.exp: Ditto.
17118 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
17119
171202015-01-11 Doug Evans <xdje42@gmail.com>
17121
17122 PR gdb/15830
17123 * gdb.base/maint.exp: Remove references to "maint demangle".
17124 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
17125 Add tests for explicitly specifying language to demangle.
17126 * gdb.dlang/demangle.exp: Ditto.
17127
171282015-01-09 Pedro Alves <palves@redhat.com>
17129
17130 * gdb.threads/non-stop-fair-events.c: New file.
17131 * gdb.threads/non-stop-fair-events.exp: New file.
17132
171332015-01-09 Pedro Alves <palves@redhat.com>
17134
17135 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
17136 the global scope. Set a breakpoint after all threads are started
17137 rather than stepping over two source lines. Expect the prompt.
17138 * gdb.base/watch_thread_num.c (threads_started_barrier): New
17139 global.
17140 (NUM): Now 15.
17141 (main): Use threads_started_barrier to wait for all threads to
17142 start. Main thread no longer calls thread_function. Exit after
17143 180 seconds.
17144 (loop): New function.
17145 (thread_function): Wait on threads_started_barrier barrier. Call
17146 'loop' at each iteration.
17147 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
17148 threads have started, instead of hardcoding number of "next"
17149 steps. Use an access watchpoint instead of a write watchpoint.
17150
171512015-01-09 Pedro Alves <palves@redhat.com>
17152
17153 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
17154 (thread_func): Wait on barrier.
17155 (main): Wait for all threads to start before stopping GDB.
17156 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
17157 global.
17158 (thread1_func, thread2_func): Wait on barrier.
17159 (main): Wait for all threads to start before stopping GDB.
17160 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
17161 New global.
17162 (thread1_func, thread2_func): Wait on barrier.
17163 (main): Wait for all threads to start before stopping GDB.
17164
171652015-01-09 Pedro Alves <palves@redhat.com>
17166
17167 * gdb.threads/attach-many-short-lived-threads.c: New file.
17168 * gdb.threads/attach-many-short-lived-threads.exp: New file.
17169
171702014-01-09 Pedro Alves <palves@redhat.com>
17171
17172 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
17173 instead of to thread 2.
17174 * gdb.threads/signal-command-multiple-signals-pending.c (main):
17175 Add barrier around each pthread_create call instead of around all
17176 calls.
17177 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
17178 Set a break on thread_function and have the child threads hit it
17179 one at at a time.
17180
171812015-01-09 Pedro Alves <palves@redhat.com>
17182
17183 * lib/gdb.exp (can_spawn_for_attach): New procedure.
17184 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
17185 false.
17186 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
17187 checking whether the target board is remote.
17188 * gdb.multi/multi-attach.exp: Likewise.
17189 * gdb.python/py-sync-interp.exp: Likewise.
17190 * gdb.server/ext-attach.exp: Likewise.
17191 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
17192 tests that need to attach, instead of checking whether the target
17193 board is remote at the top of the file.
17194
171952015-01-08 Yao Qi <yao@codesourcery.com>
17196
17197 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
17198
171992015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17200
17201 Fix testcase compilation.
17202 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
17203
172042015-01-06 Joel Brobecker <brobecker@adacore.com>
17205
17206 * gdb.python/py-type.exp: Add a couple test about empty
17207 array creation, and negative-length array creation.
17208
172092015-01-02 Doug Evans <xdje42@gmail.com>
17210
17211 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
17212
172132015-01-02 Doug Evans <dje@google.com>
17214
17215 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
17216
172172014-12-29 Yao Qi <yao@codesourcery.com>
17218
17219 * gdb.trace/entry-values.exp: Update comments. Rename variable
17220 bar_call_foo to returned_from_foo.
17221
172222014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
17223
17224 PR gdb/17394
17225 * gdb.linespec/break-asm-file.c: New file.
17226 * gdb.linespec/break-asm-file.exp: New file.
17227 * gdb.linespec/break-asm-file0.s: New file.
17228 * gdb.linespec/break-asm-file1.s: New file.
17229
172302014-12-18 Nigel Stephens <nigel@mips.com>
17231 Maciej W. Rozycki <macro@codesourcery.com>
17232
17233 * gdb.base/float.exp: Handle the new output from "info float" on
17234 MIPS targets.
17235
172362014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
17237
17238 Fix MinGW compilation.
17239 * gdb.compile/compile-ops.exp: Update untested message if
17240 !skip_compile_feature_tests.
17241 * gdb.compile/compile-setjmp.exp: Likewise.
17242 * gdb.compile/compile-tls.exp: Likewise.
17243 * gdb.compile/compile.exp: Likewise.
17244 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
17245 supported on this host".
17246
172472014-12-16 Doug Evans <xdje42@gmail.com>
17248
17249 * boards/stabs.exp: New file.
17250
172512014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
17252
17253 * gdb.base/completion.exp: Adjust to format changes of "maint
17254 print user-registers".
17255
172562014-12-16 Catalin Udma <catalin.udma@freescale.com>
17257
17258 PR server/17457
17259 * gdb.arch/aarch64-fp.c: New file.
17260 * gdb.arch/aarch64-fp.exp: New file.
17261
172622014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
17263
17264 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
17265 r210637, r210913, r211666, r215400, r215817).
17266
17267 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
17268 * dg-extract-results.py: New file.
17269 * dg-extract-results.sh: Use it if the environment seems
17270 suitable.
17271
17272 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
17273
17274 * dg-extract-results.py (parse_run): Handle warnings that
17275 are printed before a test harness is run.
17276
17277 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
17278
17279 * dg-extract-results.py (Named): Remove __cmp__ method.
17280 (output_variation): Use a key to sort variation.harnesses.
17281
17282 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
17283
17284 * dg-extract-results.py: For Python 3, force sys.stdout to
17285 handle surrogate escape sequences.
17286 (safe_open): New function.
17287 (output_segment, main): Use it.
17288
17289 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
17290
17291 * dg-extract-results.py (Prog.result_re): Include options
17292 in test name.
17293
17294 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
17295
17296 * dg-extract-results.py (output_variation): Always sort if
17297 do_sum.
17298
172992014-12-15 Simon Marchi <simon.marchi@ericsson.com>
17300
17301 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
17302 as long as we get pagination notifications.
17303
173042014-12-15 Jason Merrill <jason@redhat.com>
17305
17306 * Makefile.in (check-gdb.%): Restore.
17307 * README: Mention it.
17308
173092014-12-13 Joel Brobecker <brobecker@adacore.com>
17310
17311 * gdb.ada/str_uninit: New testcase.
17312
173132014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17314
17315 PR symtab/17642
17316 * gdb.base/vla-stub-define.c: New file.
17317 * gdb.base/vla-stub.c: New file.
17318 * gdb.base/vla-stub.exp: New file.
17319
173202014-12-12 Phil Muldoon <pmuldoon@redhat.com>
17321 Jan Kratochvil <jan.kratochvil@redhat.com>
17322 Tom Tromey <tromey@redhat.com>
17323
17324 * configure.ac: Add gdb.compile/.
17325 * configure: Regenerate.
17326 * gdb.compile/Makefile.in: New file.
17327 * gdb.compile/compile-ops.exp: New file.
17328 * gdb.compile/compile-ops.c: New file.
17329 * gdb.compile/compile-tls.c: New file.
17330 * gdb.compile/compile-tls.exp: New file.
17331 * gdb.compile/compile-constvar.S: New file.
17332 * gdb.compile/compile-constvar.c: New file.
17333 * gdb.compile/compile-mod.c: New file.
17334 * gdb.compile/compile-nodebug.c: New file.
17335 * gdb.compile/compile-setjmp-mod.c: New file.
17336 * gdb.compile/compile-setjmp.c: New file.
17337 * gdb.compile/compile-setjmp.exp: New file.
17338 * gdb.compile/compile-shlib.c: New file.
17339 * gdb.compile/compile.c: New file.
17340 * gdb.compile/compile.exp: New file.
17341 * lib/gdb.exp (skip_compile_feature_tests): New proc.
17342
173432014-12-12 Tom Tromey <tromey@redhat.com>
17344
17345 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
17346 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
17347
173482014-12-12 Doug Evans <dje@google.com>
17349
17350 * lib/gdb-python.exp (get_python_valueof): New function.
17351 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
17352
173532014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
17354
17355 * gdb.base/completion.exp: Add test for completion of "info
17356 registers ".
17357
173582014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
17359
17360 * gdb.base/func-ptrs.c: New file.
17361 * gdb.base/func-ptrs.exp: New file.
17362
173632014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17364
17365 PR breakpoints/17012
17366 * gdb.base/dprintf-detach.c: New file.
17367 * gdb.base/dprintf-detach.exp: New file.
17368
173692014-12-10 Simon Marchi <simon.marchi@ericsson.com>
17370
17371 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
17372 * lib/gdb.exp (target_is_gdbserver): New procedure.
17373
173742014-12-08 Doug Evans <dje@google.com>
17375
17376 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
17377
173782014-12-05 Yao Qi <yao@codesourcery.com>
17379
17380 * gdb.guile/scm-error.exp: Remove the third argument to
17381 gdb_remote_download.
17382 * gdb.guile/scm-frame-args.exp: Likewise.
17383 * gdb.guile/scm-section-script.exp: Likewise.
17384
173852014-12-05 Yao Qi <yao@codesourcery.com>
17386
17387 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
17388
173892014-12-04 Doug Evans <dje@google.com>
17390
17391 * gdb.python/py-objfile.exp: Add tests for
17392 objfile.add_separate_debug_file.
17393
173942014-12-04 Doug Evans <dje@google.com>
17395
17396 * lib/gdb.exp (get_build_id): New function.
17397 (build_id_debug_filename_get): Rewrite to use it.
17398 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
17399
174002014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
17401
17402 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
17403 `method(long)', not just 0x0.
17404 * gdb.cp/nsalias.exp: Align code labels to 4.
17405 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
17406 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
17407 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
17408 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
17409 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
17410 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
17411
174122014-12-02 Doug Evans <dje@google.com>
17413
17414 PR symtab/17602
17415 * gdb.cp/anon-ns.cc: Move guts of this file to ...
17416 * gdb.cp/anon-ns2.cc: ... here. New file.
17417 * gdb.cp/anon-ns.exp: Update.
17418
174192014-12-02 Nick Bull <nicholaspbull@gmail.com>
17420
17421 * gdb.python/py-events.py (inferior_call_handler): New.
17422 (register_changed_handler, memory_changed_handler): New.
17423 (test_events.invoke): Register new handlers.
17424 * gdb.python/py-events.exp: Add tests for inferior call,
17425 memory_changed and register_changed events.
17426
174272014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17428
17429 * gdb.base/execl-update-breakpoints.exp: Specify the link address
17430 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
17431 if the linker doesn't understand this.
17432
174332014-12-01 Simon Marchi <simon.marchi@ericsson.com>
17434
17435 * gdb.python/python.exp: Change expected reply to help().
17436
174372014-12-01 Yao Qi <yao@codesourcery.com>
17438
17439 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
17440 AC_CONFIG_SUBDIRS(gdb.gdbtk).
17441 * configure: Re-generated.
17442
174432014-11-28 Siva Chandra Reddy <sivachandra@google.com>
17444
17445 * gdb.cp/chained-calls.cc: New file.
17446 * gdb.cp/chained-calls.exp: New file.
17447 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
17448
174492014-11-28 Simon Marchi <simon.marchi@ericsson.com>
17450
17451 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
17452 * gdb.dwarf2/symtab-producer.exp: Same.
17453 * gdb.gdb/python-interrupts.exp: Same.
17454 * gdb.gdb/python-selftest.exp: Same.
17455 * gdb.python/py-linetable.exp: Same.
17456 * gdb.python/py-type.exp: Same.
17457 * gdb.python/py-value-cc.exp: Same.
17458 * gdb.python/py-value.exp: Same.
17459
174602014-11-28 Yao Qi <yao@codesourcery.com>
17461
17462 * gdb.base/break-probes.exp: Match library name prefixed with
17463 sysroot.
17464
174652014-11-27 Simon Marchi <simon.marchi@ericsson.com>
17466
17467 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
17468 test expected output. Add parentheses for the call to print.
17469 Remove L suffix from integers.
17470
174712014-11-26 Doug Evans <dje@google.com>
17472
17473 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
17474
174752014-11-22 Yao Qi <yao@codesourcery.com>
17476
17477 * gdb.trace/entry-values.c: Remove asms.
17478 (foo): Add foo_label.
17479 (bar): Add bar_label.
17480 * gdb.trace/entry-values.exp: Remove code computing foo's
17481 length and bar's length.
17482 (Dwarf::assemble): Invoke function_range for bar and use
17483 MACRO_AT_func for foo.
17484
174852014-11-22 Yao Qi <yao@codesourcery.com>
17486
17487 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
17488 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
17489 Use .Lgcc43_procstart instead of gcc43.
17490
174912014-11-21 Joel Brobecker <brobecker@adacore.com>
17492
17493 * gdb.ada/n_arr_bound: New testcase.
17494
174952014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
17496
17497 PR breakpoints/10737
17498 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
17499 test_catch_syscall_multi_arch.
17500 (test_catch_syscall_multi_arch): New function.
17501
175022014-11-20 Doug Evans <xdje42@gmail.com>
17503
17504 * gdb.base/maint.exp: Update expected output.
17505
175062014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
17507
17508 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
17509 4-byte instruction on S390.
17510
175112014-11-19 Joel Brobecker <brobecker@adacore.com>
17512
17513 * gdb.ada/arr_arr: New testcase.
17514
175152014-11-19 Joel Brobecker <brobecker@adacore.com>
17516
17517 * gdb.ada/pkd_arr_elem: New Testcase.
17518
175192014-11-18 Luis Machado <lgustavo@codesourcery.com>
17520
17521 * gdb.reverse/break-precsave: Expect completion message for
17522 core file reads.
17523 * gdb.reverse/consecutive-precsave.exp: Likewise.
17524 * gdb.reverse/finish-precsave.exp: Likewise.
17525 * gdb.reverse/i386-precsave.exp: Likewise.
17526 * gdb.reverse/machinestate-precsave.exp: Likewise.
17527 * gdb.reverse/sigall-precsave.exp: Likewise.
17528 * gdb.reverse/solib-precsave.exp: Likewise.
17529 * gdb.reverse/step-precsave.exp: Likewise.
17530 * gdb.reverse/until-precsave.exp: Likewise.
17531 * gdb.reverse/watch-precsave.exp: Likewise.
17532
175332014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17534
17535 * gdb.base/bp-permanent.c: Include unistd.h.
17536 * gdb.python/py-framefilter-mi.c (main): Add return type.
17537 * gdb.python/py-framefilter.c (main): Likewise.
17538 * gdb.trace/actions-changed.c (main): Likewise.
17539
175402014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17541
17542 * gdb.mi/until.c: Add eye-catchers.
17543 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
17544 line numbers.
17545
175462014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
17547
17548 * gdb.base/condbreak.exp: Drop references to removed non-prototype
17549 function header variants in break1.c.
17550 * gdb.base/ena-dis-br.exp: Likewise.
17551 * gdb.base/hbreak2.exp: Likewise.
17552 * gdb.reverse/until-precsave.exp: Drop references to removed
17553 non-prototype function header variants in ur1.c.
17554 * gdb.reverse/until-reverse.exp: Likewise.
17555
175562014-11-17 Petr Machata <pmachata@redhat.com>
17557
17558 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
17559 ${_cu_offset_size} bytes abbrev offset.
17560
175612014-11-15 Doug Evans <xdje42@gmail.com>
17562
17563 PR symtab/17559
17564 * gdb.base/line-symtabs.exp: New file.
17565 * gdb.base/line-symtabs.c: New file.
17566 * gdb.base/line-symtabs.h: New file.
17567
175682014-11-14 Yao Qi <yao@codesourcery.com>
17569
17570 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
17571 (func): Add label func_label.
17572 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
17573 Replace low_pc and high_pc with MACRO_AT_range.
17574 Replace name, low_pc and high_pc with MACRO_AT_func.
17575
175762014-11-14 Yao Qi <yao@codesourcery.com>
17577
17578 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
17579 Replace name, low_pc and high_pc with MACRO_AT_func.
17580
175812014-11-14 Yao Qi <yao@codesourcery.com>
17582
17583 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
17584 produce debug information.
17585 * gdb.dwarf2/implptr-optimized-out.S: Removed.
17586
175872014-11-14 Yao Qi <yao@codesourcery.com>
17588
17589 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
17590 object and get function length.
17591 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
17592 with MACRO_AT_func.
17593 (top-level): Replace gdb_compile and clean_restart with
17594 prepare_for_testing.
17595 * gdb.dwarf2/main.c (main): Add label main_label.
17596
175972014-11-14 Yao Qi <yao@codesourcery.com>
17598
17599 * lib/dwarf.exp (function_range): New procedure.
17600 (Dwarf::_handle_macro_at_func): New procedure.
17601 (Dwarf::_handle_macro_at_range): New procedure.
17602 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
17603
176042014-11-14 Yao Qi <yao@codesourcery.com>
17605
17606 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
17607 (_handle_attribute): New procedure.
17608
176092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17610
17611 * gdb.ada/cond_lang/foo.c (callme): Add return type.
17612 * gdb.base/call-sc.c (zed): Likewise.
17613 * gdb.base/checkpoint.c (main): Likewise.
17614 * gdb.base/dump.c (main): Likewise.
17615 * gdb.base/gcore.c (main): Likewise.
17616 * gdb.base/huge.c (main): Likewise.
17617 * gdb.base/multi-forks.c (main): Likewise.
17618 * gdb.base/pr10179-a.c (main): Likewise.
17619 * gdb.base/savedregs.c (main): Likewise.
17620 * gdb.base/sigaltstack.c (main): Likewise.
17621 * gdb.base/siginfo.c (main): Likewise.
17622 * gdb.base/structs.c (zed): Likewise.
17623 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
17624 * gdb.mi/mi-syn-frame.c (main): Likewise.
17625 * gdb.mi/until.c (foo, main): Likewise.
17626 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
17627 * gdb.base/solib-weak.c (foo): Declare.
17628 * gdb.base/attach-twice.c: Include stdio.h.
17629 * gdb.base/weaklib1.c: Likewise.
17630 * gdb.base/weaklib2.c: Likewise.
17631 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
17632 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
17633 unistd.h.
17634 * gdb.base/attach-pie-misread.c: Include stdlib.h.
17635 * gdb.mi/mi-exit-code.c: Likewise.
17636 * gdb.base/break-interp-lib.c: Include string.h.
17637 * gdb.base/coremaker.c: Likewise.
17638 * gdb.base/testenv.c: Likewise.
17639 * gdb.python/py-finish-breakpoint.c: Likewise.
17640 * gdb.base/inferior-died.c: Include sys/wait.h.
17641 * gdb.base/fileio.c: Include time.h.
17642 * gdb.base/async-shell.c: Include unistd.h.
17643 * gdb.base/dprintf-non-stop.c: Likewise.
17644 * gdb.base/info-os.c: Likewise.
17645 * gdb.mi/mi-console.c: Likewise.
17646 * gdb.mi/watch-nonstop.c: Likewise.
17647 * gdb.python/py-events.c: Likewise.
17648 * gdb.base/async.c (baz): Move up before its invocation.
17649 * gdb.base/code_elim2.c (my_global_func): Likewise.
17650 * gdb.base/skip-solib-lib.c (multiply): Likewise.
17651 * gdb.base/advance.c (func2): Likewise.
17652
176532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17654
17655 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
17656 variant.
17657 * gdb.base/annota3.c: Likewise.
17658 * gdb.base/async.c: Likewise.
17659 * gdb.base/average.c: Likewise.
17660 * gdb.base/call-ar-st.c: Likewise.
17661 * gdb.base/call-rt-st.c: Likewise.
17662 * gdb.base/call-sc.c: Likewise.
17663 * gdb.base/call-strs.c: Likewise.
17664 * gdb.base/ending-run.c: Likewise.
17665 * gdb.base/execd-prog.c: Likewise.
17666 * gdb.base/exprs.c: Likewise.
17667 * gdb.base/foll-exec.c: Likewise.
17668 * gdb.base/foll-fork.c: Likewise.
17669 * gdb.base/foll-vfork.c: Likewise.
17670 * gdb.base/funcargs.c: Likewise.
17671 * gdb.base/gcore.c: Likewise.
17672 * gdb.base/jump.c: Likewise.
17673 * gdb.base/langs0.c: Likewise.
17674 * gdb.base/langs1.c: Likewise.
17675 * gdb.base/langs2.c: Likewise.
17676 * gdb.base/mips_pro.c: Likewise.
17677 * gdb.base/nodebug.c: Likewise.
17678 * gdb.base/opaque0.c: Likewise.
17679 * gdb.base/opaque1.c: Likewise.
17680 * gdb.base/recurse.c: Likewise.
17681 * gdb.base/run.c: Likewise.
17682 * gdb.base/scope0.c: Likewise.
17683 * gdb.base/scope1.c: Likewise.
17684 * gdb.base/setshow.c: Likewise.
17685 * gdb.base/setvar.c: Likewise.
17686 * gdb.base/shmain.c: Likewise.
17687 * gdb.base/shr1.c: Likewise.
17688 * gdb.base/shr2.c: Likewise.
17689 * gdb.base/sigall.c: Likewise.
17690 * gdb.base/signals.c: Likewise.
17691 * gdb.base/so-indr-cl.c: Likewise.
17692 * gdb.base/solib2.c: Likewise.
17693 * gdb.base/structs.c: Likewise.
17694 * gdb.base/sum.c: Likewise.
17695 * gdb.base/vforked-prog.c: Likewise.
17696 * gdb.base/watchpoint.c: Likewise.
17697 * gdb.reverse/shr2.c: Likewise.
17698 * gdb.reverse/until-reverse.c: Likewise.
17699 * gdb.reverse/ur1.c: Likewise.
17700 * gdb.reverse/watch-reverse.c: Likewise.
17701
177022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17703
17704 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
17705 variant.
17706 * gdb.base/sepdebug.exp: Drop references to removed code.
17707
177082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17709
17710 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
17711 variant. Preserve original line numbering.
17712 * gdb.base/list1.c: Likewise.
17713
177142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17715
17716 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
17717 variant.
17718 * gdb.base/break1.c: Likewise.
17719 * gdb.base/break.exp: Drop references to removed code.
17720
177212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17722
17723 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
17724 variant.
17725
177262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17727
17728 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
17729
177302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17731
17732 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
17733 logic into perform_all_tests() and invoke it with and without
17734 function header prototypes.
17735 (do_function_calls): Remove conditional XFAIL for PR 5318.
17736 (rerun_and_prepare): Remove duplicate code.
17737 (perform_all_tests): New. Main logic moved here.
17738
177392014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17740
17741 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
17742 code guarded by #ifdef NO_PROTOTYPES.
17743 (t_double_many_args): Likewise.
17744 (DEF_FUNC_MANY_ARGS_1): Likewise.
17745 (DEF_FUNC_VALUES_1): Likewise.
17746 (t_structs_ldc): Renamed from t_structs_fc in conditional code
17747 guarded by #ifdef PROTOTYPES.
17748
177492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17750
17751 * gdb.mi/mi-console.c: Add eye-catcher.
17752 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
17753 instead of literal line number.
17754
177552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17756
17757 * gdb.base/shr2.c: Add eye-catcher.
17758 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
17759 line number.
17760
177612014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17762
17763 * gdb.base/jump.c: Add eye-catchers.
17764 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
17765 numbers.
17766
177672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17768
17769 * gdb.base/execd-prog.c: Add eye-catchers.
17770 * gdb.base/foll-exec.c: Likewise.
17771 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
17772 line numbers.
17773
177742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17775
17776 * gdb.base/ending-run.c: Add eye-catchers.
17777 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
17778 literal line numbers.
17779
177802014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17781
17782 * gdb.base/call-rt-st.c: Add eye-catchers.
17783 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
17784 literal line numbers.
17785
177862014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17787
17788 * gdb.base/call-ar-st.c: Add eye-catchers.
17789 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
17790 literal line numbers.
17791
177922014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17793
17794 * gdb.base/average.c: Add eye-catchers.
17795 * gdb.base/sum.c: Likewise.
17796 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
17797 regexps dynamically.
17798
177992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
17800
17801 * gdb.base/solib1.c: Add eye-catchers.
17802 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
17803 literal line numbers.
17804
178052014-11-12 Pedro Alves <palves@redhat.com>
17806
17807 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
17808 leader has exited.
17809
178102014-11-12 Pedro Alves <palves@redhat.com>
17811
17812 * gdb.arch/i386-bp_permanent.c: New file.
17813 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
17814 (srcfile): Set to i386-bp_permanent.c.
17815 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
17816 that stepi does not execute the 'leave' instruction, instead of
17817 testing it does execute.
17818 * gdb.base/bp-permanent.c: New file.
17819 * gdb.base/bp-permanent.exp: New file.
17820
178212014-11-10 Doug Evans <xdje42@gmail.com>
17822
17823 PR symtab/17564
17824 * gdb.base/symtab-search-order.exp: New file.
17825 * gdb.base/symtab-search-order.c: New file.
17826 * gdb.base/symtab-search-order-1.c: New file.
17827 * gdb.base/symtab-search-order-shlib-1.c: New file.
17828
178292014-11-07 Pedro Alves <palves@redhat.com>
17830
17831 PR gdb/17511
17832 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
17833 i?86-*-linux*.
17834
178352014-11-03 Siva Chandra Reddy <sivachandra@google.com>
17836
17837 PR c++/17494
17838 * gdb.cp/pr17494.cc: New file.
17839 * gdb.cp/pr17494.exp: New file.
17840
178412014-11-02 Yao Qi <yao@codesourcery.com>
17842
17843 * gdb.python/python.exp: Get working directory and match the
17844 output of "set extended-prompt \\w " with it.
17845
178462014-10-30 Doug Evans <dje@google.com>
17847
17848 * gdb.python/py-objfile.exp: Add tests for setting random attributes
17849 in objfiles.
17850 * gdb.python/py-progspace.exp: Add tests for setting random attributes
17851 in progspaces.
17852
178532014-10-30 Janis Johnson <janisjo@codesourcery.com>
17854
17855 * gdb.base/fullpath-expand.exp: Skip for a remote host.
17856 * gdb.base/realname-expand.exp: Likewise.
17857 * gdb.linespec/macro-relative.exp: Likewise.
17858
178592014-10-29 Pedro Alves <palves@redhat.com>
17860
17861 PR gdb/17408
17862 * gdb.threads/schedlock.c (some_function): New function.
17863 (call_function): New global.
17864 (MAYBE_CALL_SOME_FUNCTION): New macro.
17865 (thread_function): Call it.
17866 * gdb.threads/schedlock.exp (get_args): Add description parameter,
17867 and use it instead of a global counter. Adjust all callers.
17868 (get_current_thread): Use "find current thread" for test message
17869 here rather than having all callers pass down the same string.
17870 (goto_loop): New procedure, factored out from ...
17871 (my_continue): ... this.
17872 (step_ten_loops): Change parameter from test message to command to
17873 use. Adjust.
17874 (list_count): Delete global.
17875 (check_result): New procedure, factored out from duplicate top
17876 level code.
17877 (continue tests): Wrap in with_test_prefix.
17878 (test_step): New procedure, factored out from duplicate top level
17879 code.
17880 (top level): Test "step" in combination with all scheduler-locking
17881 modes. Test "next" in combination with all scheduler-locking
17882 modes, and in combination with stepping over a function call or
17883 not.
17884 * gdb.threads/next-bp-other-thread.c: New file.
17885 * gdb.threads/next-bp-other-thread.exp: New file.
17886
178872014-10-29 Pedro Alves <palves@redhat.com>
17888
17889 PR python/17372
17890 * gdb.python/python.exp: Test a multi-line command that spawns
17891 interactive Python.
17892 * gdb.base/multi-line-starts-subshell.exp: New file.
17893
178942014-10-29 Yao Qi <yao@codesourcery.com>
17895
17896 * gdb.base/fileio.exp: Make directories on host.
17897
178982014-10-29 Yao Qi <yao@codesourcery.com>
17899
17900 * gdb.base/fileio.c (test_write): Close the file.
17901
179022014-10-28 Pedro Alves <palves@redhat.com>
17903
17904 PR gdb/12623
17905 * gdb.base/sigstep.c (no_handler): New global.
17906 (main): If 'no_handler is true, set the signal handlers to
17907 SIG_IGN.
17908 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
17909 with_sw_watch and no_handler parameters. Handle them.
17910 (top level) <stepping over handler when stopped at a breakpoint
17911 test>: Add a test axis for testing with a software watchpoint, and
17912 another for testing with the signal handler set to SIG_IGN.
17913 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
17914 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
17915
179162014-10-28 Pedro Alves <palves@redhat.com>
17917
17918 PR gdb/17511
17919 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
17920 * gdb.base/sigstep.exp (other_handler_location): New global.
17921 (advance): Support stepping into the signal handler, and running
17922 commands while in the handler.
17923 (in_handler_map): New global.
17924 (top level): In the advance test, add combinations for getting
17925 into the handler with stepping commands, and for running commands
17926 in the handler. Add comment descripting the advancei tests.
17927
179282014-10-28 Pedro Alves <palves@redhat.com>
17929
17930 * gdb.base/sigstep.exp: Use build_executable instead of
17931 prepare_for_testing.
17932 (top level): Move code that starts GDB, runs to main and creates a
17933 display to ...
17934 (restart): ... this new procedure.
17935 (top level): Move backtrace from signal handler test to ...
17936 (validate_backtrace): ... this new procedure.
17937 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
17938 with_test_prefix. Always restart GDB.
17939 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
17940 with_test_prefix. Always restart GDB. No need to delete
17941 breakpoints after the test.
17942 (test_skip_handler): Remove prefix parameter.
17943 (skip_over_handler, breakpoint_to_handler)
17944 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
17945 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
17946 restart GDB. No need to delete breakpoints after the test.
17947 (top level): Use foreach to call the test procedures with
17948 different commands.
17949
179502014-10-28 Pedro Alves <palves@redhat.com>
17951
17952 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
17953 instead of GNATS numbers.
17954 * gdb.base/sigbpt.exp: Likewise.
17955 * gdb.base/siginfo.exp: Likewise.
17956 * gdb.base/sigstep.exp: Likewise.
17957
179582014-10-27 Pedro Alves <palves@redhat.com>
17959
17960 * gdb.base/sigstep.c (dummy): New global.
17961 (main): Issue a couple writes to the new global.
17962 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
17963 procedures.
17964 (skip_over_handler): Use test_skip_handler.
17965 (top level): Call skip_over_handler for stepi and nexti too.
17966 (breakpoint_over_handler): Use test_skip_handler.
17967 (top level): Call breakpoint_over_handler for stepi and nexti too.
17968
179692014-10-27 Yao Qi <yao@codesourcery.com>
17970
17971 * gdb.trace/tfile.c (adjust_function_address)
17972 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
17973 function descriptor.
17974
179752014-10-24 Don Breazeal <donb@codesourcery.com>
17976
17977 * gdb.base/foll-fork.exp (test_follow_fork,
17978 catch_fork_child_follow): Check for updated fork messages emitted
17979 from infrun.c.
17980 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
17981 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
17982 vfork_and_exec_child_follow_through_step): Check for updated vfork
17983 messages emitted from infrun.c.
17984
179852014-10-24 Pedro Alves <palves@redhat.com>
17986
17987 * gdb.base/corefile.exp: Remove references to ultrix.
17988 * gdb.base/interrupt.exp: Likewise.
17989 * gdb.base/whatis.exp: Likewise.
17990 * gdb.gdb/selftest.exp: Likewise.
17991 * gdb.threads/manythreads.exp: Likewise.
17992 * gdb.threads/print-threads.exp: Likewise.
17993 * gdb.threads/pthreads.exp:: Likewise.
17994 * gdb.threads/schedlock.exp: Likewise.
17995
179962014-10-24 Siva Chandra Reddy <sivachandra@google.com>
17997
17998 * gdb.cp/non-trivial-retval.cc: Add a test case.
17999 * gdb.cp/non-trivial-retval.exp: Add a test.
18000
180012014-10-20 Yao Qi <yao@codesourcery.com>
18002
18003 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
18004 * gdb.python/py-objfile-script-gdb.py: New file.
18005 * gdb.python/py-objfile-script.exp: Update reference to
18006 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
18007 of remote_download. Remove the dest file.
18008
180092014-10-20 Yao Qi <yao@codesourcery.com>
18010
18011 * gdb.base/checkpoint.exp: Don't remove file copied on host.
18012 * gdb.base/step-line.exp: Likewise.
18013 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
18014 * gdb.dwarf2/dw2-basic.exp: Likewise.
18015 * gdb.dwarf2/dw2-compressed.exp: Likewise.
18016 * gdb.dwarf2/dw2-filename.exp: Likewise.
18017 * gdb.dwarf2/dw2-intercu.exp: Likewise.
18018 * gdb.dwarf2/dw2-intermix.exp: Likewise.
18019 * gdb.dwarf2/dw2-producer.exp: Likewise.
18020 * gdb.dwarf2/mac-fileno.exp: Likewise.
18021 * gdb.python/py-frame-args.exp: Likewise.
18022 * gdb.python/py-framefilter.exp: Likewise.
18023 * gdb.python/py-mi.exp: Likewise.
18024 * gdb.python/py-objfile-script.exp: Likewise
18025 * gdb.python/py-pp-integral.exp: Likewise.
18026 * gdb.python/py-pp-re-notag.exp: Likewise.
18027 * gdb.python/py-prettyprint.exp: Likewise.
18028 * gdb.python/py-section-script.exp: Likewise.
18029 * gdb.python/py-typeprint.exp: Likewise.
18030 * gdb.python/py-xmethods.exp: Likewise.
18031 * gdb.stabs/weird.exp: Likewise.
18032 * gdb.xml/tdesc-regs.exp: Likewise.
18033
180342014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
18035
18036 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
18037 (out_cu): Use addr_len for the size of addresses.
18038 (out_line): Likewise. Size DW_LNE_set_address instruction
18039 according to addr_len.
18040 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
18041 (FUNC): Add START_INSNS to definition.
18042
180432014-10-18 Yao Qi <yao@codesourcery.com>
18044
18045 * gdb.base/argv0-symlink.exp: Check argv[0] value if
18046 gdb_has_argv0 return true.
18047 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
18048 check [target_info exists noargs], check [gdb_has_argv0]
18049 instead.
18050 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18051 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
18052 procedures.
18053
180542014-10-17 Doug Evans <dje@google.com>
18055
18056 * gdb.python/py-events.exp: Update expected output for clear_objfiles
18057 event.
18058 * gdb.python/py-events.py: Add clear_objfiles event.
18059
180602014-10-17 Doug Evans <dje@google.com>
18061
18062 * gdb.python/py-objfile.exp: Test progspace attribute.
18063
180642014-10-17 Luis Machado <lgustavo@codesourcery.com>
18065
18066 * gdb.guile/scm-breakpoint.exp: Do not assume any
18067 directory separators when matching source file paths.
18068 * gdb.python/py-breakpoint.exp: Likewise.
18069 * gdb.reverse/break-precsave.exp: Likewise.
18070 * gdb.reverse/break-reverse.exp: Likewise.
18071 * gdb.reverse/consecutive-precsave.exp: Likewise.
18072 * gdb.reverse/finish-precsave.exp: Likewise.
18073 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
18074 * gdb.reverse/finish-reverse.exp: Likewise.
18075 * gdb.reverse/i386-precsave.exp: Likewise.
18076 * gdb.reverse/i387-env-reverse.exp: Likewise.
18077 * gdb.reverse/i387-stack-reverse.exp: Likewise.
18078 * gdb.reverse/machinestate-precsave.exp: Likewise.
18079 * gdb.reverse/machinestate.exp: Likewise.
18080 * gdb.reverse/sigall-precsave.exp: Likewise.
18081 * gdb.reverse/solib-precsave.exp: Likewise.
18082 * gdb.reverse/step-precsave.exp: Likewise.
18083 * gdb.reverse/until-precsave.exp: Likewise.
18084 * gdb.reverse/watch-precsave.exp: Likewise.
18085 * gdb.reverse/watch-reverse.exp: Likewise.
18086
180872014-10-17 Yao Qi <yao@codesourcery.com>
18088
18089 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
18090 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
18091
180922014-10-17 Pedro Alves <palves@redhat.com>
18093
18094 PR gdb/17471
18095 * gdb.base/bg-execution-repeat.c: New file.
18096 * gdb.base/bg-execution-repeat.exp: New file.
18097
180982014-10-17 Pedro Alves <palves@redhat.com>
18099
18100 PR gdb/17300
18101 * gdb.base/continue-all-already-running.c: New file.
18102 * gdb.base/continue-all-already-running.exp: New file.
18103
181042014-10-17 Pedro Alves <palves@redhat.com>
18105
18106 PR gdb/17472
18107 * gdb.base/annota-input-while-running.c: New file.
18108 * gdb.base/annota-input-while-running.exp: New file.
18109
181102014-10-17 Pedro Alves <palves@redhat.com>
18111
18112 * gdb.base/callfuncs.exp: emove references to osf.
18113 * gdb.base/sigall.exp: Likewise.
18114 * gdb.gdb/selftest.exp: Likewise.
18115 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
18116 * gdb.mi/non-stop.c: Likewise.
18117 * gdb.mi/pthreads.c: Likewise.
18118 * gdb.reverse/sigall-precsave.exp: Likewise.
18119 * gdb.reverse/sigall-reverse.exp: Likewise.
18120 * gdb.threads/pthreads.c: Likewise.
18121 * gdb.threads/pthreads.exp: Likewise.
18122
181232014-10-17 Yao Qi <yao@codesourcery.com>
18124
18125 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
18126 check 'target_info exists noargs'.
18127 (test_command_prompt_position): Likewise.
18128 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
18129 Remove "set args".
18130 (progvar_simple_while_test): Likewise.
18131 (progvar_complex_if_while_test): Likewise.
18132 (if_while_breakpoint_command_test): Likewise.
18133 (infrun_breakpoint_command_test): Likewise.
18134 (breakpoint_command_test): Likewise.
18135 (watchpoint_command_test): Likewise.
18136 (bp_deleted_in_command_test): Likewise.
18137 (temporary_breakpoint_commands): Likewise.
18138
181392014-10-16 Yao Qi <yao@codesourcery.com>
18140
18141 * gdb.base/remotetimeout.exp: Remove noargs checking.
18142
181432014-10-15 Pedro Alves <palves@redhat.com>
18144
18145 PR breakpoints/9649
18146 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
18147 * gdb.base/breakpoint-in-ro-region.exp
18148 (probe_target_hardware_step): New procedure.
18149 (top level): Probe hardware stepping and hardware breakpoint
18150 support. Test stepping through a read-only region, with both
18151 "breakpoint auto-hw" on and off and both "always-inserted" on and
18152 off.
18153
181542014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
18155
18156 * gdb.dlang/demangle.exp: Update for demangling changes.
18157
181582014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18159
18160 * gdb.cp/non-trivial-retval.cc: Add new test cases.
18161 * gdb.cp/non-trivial-retval.exp: Add new tests.
18162
181632014-10-15 Siva Chandra Reddy <sivachandra@google.com>
18164
18165 PR c++/13403
18166 PR c++/15154
18167 * gdb.cp/non-trivial-retval.cc: New file.
18168 * gdb.cp/non-trivial-retval.exp: New file.
18169
181702014-10-15 Yao Qi <yao@codesourcery.com>
18171
18172 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
18173 remote host.
18174
181752014-10-15 Yao Qi <yao@codesourcery.com>
18176
18177 * gdb.python/py-symbol.exp: Match file base name if host is
18178 remote, otherwise match file name with dir name.
18179 * gdb.python/py-symtab.exp: Likewise.
18180 * gdb.python/python.exp: Likewise.
18181
181822014-10-15 Yao Qi <yao@codesourcery.com>
18183
18184 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
18185 pattern.
18186 * gdb.python/py-symtab.exp: Likewise.
18187 * gdb.python/python.exp: Remove trailing ".*". Fix typo
18188 locationn.
18189
181902014-10-14 Joel Brobecker <brobecker@adacore.com>
18191
18192 * gdb.ada/addr_arith: New testcase.
18193
181942014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
18195
18196 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
18197 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
18198 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
18199 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
18200
182012014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
18202
18203 * gdb.arch/stap-eval-lang-ada.S: Likewise.
18204 * gdb.arch/stap-eval-lang-ada.c: Likewise.
18205 * gdb.arch/stap-eval-lang-ada.exp: New file.
18206
182072014-10-14 Yao Qi <yao@codesourcery.com>
18208
18209 * gdb.mi/mi-var-child.c (nothing1): New function.
18210 (nothing2): New function.
18211 (do_children_tests): Set function pointers by nothing1 and
18212 nothing2.
18213 * gdb.mi/mi-var-child.exp: Step over new added statements.
18214 Update test to match the new output.
18215 * gdb.mi/var-cmd.c (nothing1): New function.
18216 (nothing2): New function.
18217 (do_children_tests): Set function pointers by nothing1 and
18218 nothing2.
18219 * gdb.mi/mi-var-display.exp: Update test to match output.
18220 Step to the line specified by $line_dct_nothing.
18221 Increase the number of lines to step.
18222
182232014-10-14 Yao Qi <yao@codesourcery.com>
18224
18225 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
18226 tests.
18227 * gdb.mi/mi2-var-child.exp: Likewise.
18228
182292014-10-13 Doug Evans <dje@google.com>
18230
18231 * gdb.python/py-objfile.exp: Change name of file name test.
18232
182332014-10-13 Doug Evans <dje@google.com>
18234
18235 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
18236 from the start of the CU.
18237
182382014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18239 Yao Qi <yao@codesourcery.com>
18240
18241 Fix "save breakpoints" for "catch" command.
18242 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
18243 Remove -nonewline. Match also the added "main" line.
18244
182452014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18246
18247 Fix "save breakpoints" for "disable $bpnum" command.
18248 * gdb.base/save-bp.c (main): Add label.
18249 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
18250
182512014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18252
18253 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
18254
182552014-10-11 Yao Qi <yao@codesourcery.com>
18256
18257 * gdb.server/server-kill.exp: Execute command
18258 "set remote trace-status-packet on" before "tstatus".
18259
182602014-10-11 Yao Qi <yao@codesourcery.com>
18261
18262 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
18263 (main): Call getppid.
18264 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
18265 and continue to it. Read variable "server_pid".
18266
182672014-10-11 Yao Qi <yao@codesourcery.com>
18268
18269 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
18270
182712014-10-11 Yao Qi <yao@codesourcery.com>
18272
18273 * gdb.threads/thread-find.exp: Don't execute command
18274 "info threads".
18275 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
18276 * gdb.threads/linux-dp.exp: Don't check the condition
18277 $threads_created equals to zero.
18278
182792014-10-10 Pedro Alves <palves@redhat.com>
18280
18281 * gdb.base/bigcore.exp: Remove references to IRIX.
18282 * gdb.base/funcargs.exp: Likewise.
18283 * gdb.base/interrupt.exp: Likewise.
18284 * gdb.base/mips_pro.exp: Likewise.
18285 * gdb.base/nodebug.exp: Likewise.
18286 * gdb.base/setvar.exp: Likewise.
18287 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
18288
182892014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18290 Pedro Alves <palves@redhat.com>
18291
18292 PR symtab/14466
18293 * gdb.base/vdso-warning.c: New file.
18294 * gdb.base/vdso-warning.exp: New file.
18295
182962014-10-02 Doug Evans <dje@google.com>
18297
18298 * gdb.base/structs.c (main): Don't run forever.
18299
183002014-10-02 Pedro Alves <palves@redhat.com>
18301
18302 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
18303 (top level) <stop threads 1, stop threads 2>: Use it.
18304
183052014-10-02 Pedro Alves <palves@redhat.com>
18306
18307 * gdb.threads/break-while-running.exp (test): Add new
18308 'update_thread_list' argument. Skip "info threads" if false.
18309 (top level): Add new 'update_thread_list' axis.
18310
183112014-10-02 Pedro Alves <palves@redhat.com>
18312
18313 PR breakpoints/17431
18314 * gdb.base/execl-update-breakpoints.c: New file.
18315 * gdb.base/execl-update-breakpoints.exp: New file.
18316
183172014-10-01 Pedro Alves <palves@redhat.com>
18318
18319 * gdb.base/breakpoint-in-ro-region.c: New file.
18320 * gdb.base/breakpoint-in-ro-region.exp: New file.
18321
183222014-10-01 Simon Marchi <simon.marchi@ericsson.com>
18323
18324 * gdb.mi/mi-exit-code.exp: New file.
18325 * gdb.mi/mi-exit-code.c: New file.
18326
183272014-09-30 Yao Qi <yao@codesourcery.com>
18328
18329 * lib/prelink-support.exp (build_executable_own_libs): Error if
18330 the target isn't native.
18331
183322014-09-30 Yao Qi <yao@codesourcery.com>
18333
18334 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
18335 false.
18336
183372014-09-22 Pedro Alves <palves@redhat.com>
18338
18339 * gdb.threads/break-while-running.exp: New file.
18340 * gdb.threads/break-while-running.c: New file.
18341
183422014-09-19 Yao Qi <yao@codesourcery.com>
18343
18344 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
18345 Invoke test. Restart GDB with --readnow and invoke test again.
18346
183472014-09-19 Yao Qi <yao@codesourcery.com>
18348
18349 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
18350 proc set_breakpoint_on_gcd_function. Invoke
18351 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
18352 invoke set_breakpoint_on_gcd_function again.
18353
183542014-09-18 Doug Evans <dje@google.com>
18355
18356 * gdb.dwarf2/symtab-producer.exp: New file.
18357
183582014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18359
18360 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
18361 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
18362 * gdb.base/global-var-nested-by-dso.c: Likewise.
18363 * gdb.base/global-var-nested-by-dso.exp: Likewise.
18364
183652014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
18366 Pedro Alves <palves@redhat.com>
18367
18368 * gdb.base/watch-bitfields.exp: Pass string other than test file
18369 name to prepare_for_testing.
18370 (watch): New procedure.
18371 (expect_watchpoint): Use with_test_prefix.
18372 (top level): Factor out tests to ...
18373 (test_watch_location, test_regular_watch): ... these new
18374 procedures, and use with_test_prefix and gdb_continue_to_end.
18375
183762014-09-16 Patrick Palka <patrick@parcs.ath.cx>
18377
18378 PR breakpoints/12526
18379 * gdb.base/watch-bitfields.exp: New file.
18380 * gdb.base/watch-bitfields.c: New file.
18381
183822014-09-16 Pedro Alves <palves@redhat.com>
18383
18384 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
18385 software and hardware addresses, not software address against
18386 itself.
18387
183882014-09-16 Pedro Alves <palves@redhat.com>
18389
18390 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
18391 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
18392
183932014-09-16 Pedro Alves <palves@redhat.com>
18394
18395 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
18396 files.
18397 * gdb.base/a2-run.exp: Remove all code guarded by istarget
18398 "*-*-vxworks*" throughout.
18399 * gdb.base/break.exp: Likewise.
18400 * gdb.base/default.exp: Likewise.
18401 * gdb.base/scope.exp: Likewise.
18402 * gdb.base/sepdebug.exp: Likewise.
18403 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
18404 throughout.
18405 * gdb.base/run.c: Likewise.
18406 * gdb.base/sepdebug.c: Likewise.
18407 * gdb.hp/gdb.aCC/run.c: Likewise.
18408 * gdb.reverse/until-reverse.c: Likewise.
18409 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
18410
184112014-09-16 Yao Qi <yao@codesourcery.com>
18412
18413 * boards/local-remote-host-native.exp: New file.
18414
184152014-09-14 Doug Evans <xdje42@gmail.com>
18416
18417 * gdb.threads/queue-signal.c (thread_count): New variable.
18418 (thread_count_mutex, thread_count_condvar): New variables.
18419 (incr_thread_count, wait_all_threads_running): New functions.
18420 (main): Wait for all threads to be in their thread functions.
18421
184222014-09-13 Doug Evans <xdje42@gmail.com>
18423
18424 * gdb.threads/queue-signal.c: New file.
18425 * gdb.threads/queue-signal.exp: New file.
18426
184272014-09-13 Doug Evans <xdje42@gmail.com>
18428
18429 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
18430 be consistent with what default_gdb_init uses.
18431 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
18432 the plain text of the prompt. Add some logging printfs.
18433 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
18434
184352014-09-12 Pedro Alves <palves@redhat.com>
18436
18437 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
18438 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
18439 * gdb.arch/i386-size-overlap.exp: Likewise.
18440 * gdb.arch/i386-size.exp: Likewise.
18441 * gdb.arch/i386-unwind.exp: Likewise.
18442 * gdb.base/a2-run.exp: Likewise.
18443 * gdb.base/break.exp: Likewise.
18444 * gdb.base/charset.exp: Likewise.
18445 * gdb.base/chng-syms.exp: Likewise.
18446 * gdb.base/commands.exp: Likewise.
18447 * gdb.base/dbx.exp: Likewise.
18448 * gdb.base/find.exp: Likewise.
18449 * gdb.base/funcargs.exp: Likewise.
18450 * gdb.base/jit-simple.exp: Likewise.
18451 * gdb.base/reread.exp: Likewise.
18452 * gdb.base/sepdebug.exp: Likewise.
18453 * gdb.base/step-bt.exp: Likewise.
18454 * gdb.cp/mb-inline.exp: Likewise.
18455 * gdb.cp/mb-templates.exp: Likewise.
18456 * gdb.objc/basicclass.exp: Likewise.
18457 * gdb.threads/killed.exp: Likewise.
18458
184592014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
18460
18461 PR tdep/17379
18462 * gdb.arch/powerpc-stackless.S: New file.
18463 * gdb.arch/powerpc-stackless.exp: New file.
18464
184652014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18466
18467 * gdb.base/attach.c: Include unistd.h.
18468 (main): Call alarm. Add label postloop.
18469 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
18470 gdb_breakpoint, gdb_continue_to_breakpoint.
18471 (test_command_line_attach_run): Kill ${testpid} in one exit path.
18472
184732014-09-11 Pedro Alves <palves@redhat.com>
18474
18475 PR gdb/17347
18476 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
18477 * gdb.base/attach.exp (test_command_line_attach_run): New
18478 procedure.
18479 (top level): Call it.
18480
184812014-09-11 Pedro Alves <palves@redhat.com>
18482
18483 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
18484 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
18485 (do_command_attach_tests): Use spawn_wait_for_attach.
18486 * gdb.base/solib-overlap.exp: Likewise.
18487 * gdb.multi/multi-attach.exp: Likewise.
18488 * gdb.python/py-prompt.exp: Likewise.
18489 * gdb.python/py-sync-interp.exp: Likewise.
18490 * gdb.server/ext-attach.exp: Likewise.
18491
184922014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
18493
18494 * gdb.fortran/array-element.exp: Remove unexpected "continue"
18495 command in testcase. Simplify testcase.
18496
184972014-09-10 Joel Brobecker <brobecker@adacore.com>
18498
18499 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
18500
185012014-09-10 Joel Brobecker <brobecker@adacore.com>
18502
18503 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
18504
185052014-09-10 Joel Brobecker <brobecker@adacore.com>
18506
18507 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
18508
185092014-09-10 Joel Brobecker <brobecker@adacore.com>
18510
18511 * gdb.dwarf2/dynarr-ptr.c: New file.
18512 * gdb.dwarf2/dynarr-ptr.exp: New file.
18513
185142014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18515
18516 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
18517 of 30 rather than hardcoding 120 for a slow test case. Take the
18518 `gdb,timeout' target setting into account for this calculation.
18519 Don't extend the timeout for the test cases that don't need it.
18520
185212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18522
18523 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
18524 a factor of 2 for a slow test case. Take the `gdb,timeout'
18525 target setting into account for this calculation.
18526 * gdb.reverse/until-precsave.exp: Increase the timeout by
18527 a factor of 15 and 3 respectively rather than adding 120
18528 for a pair of slow test cases. Take the `gdb,timeout'
18529 target setting into account for this calculation.
18530
185312014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18532
18533 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
18534 timeout, don't pass one down to gdb_expect.
18535 (gdb_expect): Rework timeout selection.
18536
185372014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18538
18539 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
18540 exception on timeout.
18541 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
18542 (gdbserver_start_extended): Catch any `gdbserver_start' error
18543 exceptions.
18544 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
18545 * lib/mi-support.exp (mi_gdb_target_load): Catch any
18546 `gdbserver_gdb_load' error exceptions.
18547
185482014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
18549
18550 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
18551 120 on waiting for the TCP socket to open.
18552
185532014-09-09 Doug Evans <xdje42@gmail.com>
18554
18555 * gdb.base/default.exp (show_conv_list): Add _caller_is,
18556 _caller_matches, _any_caller_is, _any_caller_matches.
18557
185582014-09-09 Doug Evans <xdje42@gmail.com>
18559
18560 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
18561
185622014-09-09 Yao Qi <yao@codesourcery.com>
18563
18564 * gdb.mi/mi-var-display.exp: Set print symbol off.
18565
185662014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
18567
18568 PR gdb/17035
18569 * gdb.base/commands.exp: Add tests to verify user-defined
18570 commands with empty bodies.
18571 * gdb.python/py-cmd.exp: Test that we don't show user-defined
18572 python commands in `show user command`.
18573 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
18574 scheme commands in `show user command`.
18575
185762014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18577
18578 PR python/17355
18579 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
18580 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
18581 * gdb.python/py-framefilter-invalidarg.exp: New file.
18582 * gdb.python/py-framefilter-invalidarg.py: New file.
18583
185842014-09-06 Doug Evans <xdje42@gmail.com>
18585
18586 PR 15276
18587 * gdb.python/py-caller-is.c: New file.
18588 * gdb.python/py-caller-is.exp: New file.
18589
185902014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
18591
18592 PR gdb/17235
18593 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
18594 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
18595
185962014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
18597
18598 PR fortran/17237
18599 * gdb.fortran/print-formatted.exp: New file.
18600 * gdb.fortran/print-formatted.f90: Likewise.
18601
186022014-09-03 Sasha Smundak <asmundak@google.com>
18603
18604 * gdb.python/py-frame.exp: Test Frame.read_register.
18605
186062014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
18607
18608 PR python/16699
18609 * gdb.python/py-completion.exp: New file.
18610 * gdb.python/py-completion.py: Likewise.
18611
186122014-08-28 Doug Evans <dje@google.com>
18613
18614 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
18615 eax,etc. are live with values set by gdb and thus the compiler can't
18616 use them.
18617 * gdb.arch/i386-pseudo.c (main): Ditto.
18618
186192014-08-27 Doug Evans <dje@google.com>
18620
18621 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
18622
186232014-08-25 Doug Evans <dje@google.com>
18624
18625 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
18626 (main): Ditto.
18627
186282014-08-25 Doug Evans <dje@google.com>
18629
18630 * gdb.threads/thread-execl.exp: #include <stdio.h>.
18631
186322014-08-24 Yao Qi <yao@codesourcery.com>
18633
18634 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
18635 symbol off.
18636 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
18637
186382014-08-22 Doug Evans <dje@google.com>
18639
18640 PR 17276
18641 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
18642 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
18643 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
18644
186452014-08-22 Yao Qi <yao@codesourcery.com>
18646
18647 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
18648 * gdb.python/py-finish-breakpoint2.exp: Likewise.
18649 * gdb.python/python.exp: Likewise. Use .py file on the host
18650 instead of the build.
18651
186522014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
18653
18654 * gdb.threads/gcore-stale-thread.c: New file.
18655 * gdb.threads/gcore-stale-thread.exp: New file.
18656
186572014-08-21 Pedro Alves <palves@redhat.com>
18658
18659 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
18660 * gdb.base/gcore-relro-pie.exp: Likewise.
18661 * gdb.base/gcore-relro.exp: Likewise.
18662 * gdb.base/gcore.exp: Likewise.
18663 * gdb.base/print-symbol-loading.exp: Likewise.
18664 * gdb.threads/gcore-thread.exp: Likewise.
18665 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
18666
186672014-08-20 Pedro Alves <palves@redhat.com>
18668 Jan Kratochvil <jan.kratochvil@redhat.com>
18669
18670 * Makefile.in (EXTRA_RULES, CC): New variables, get from
18671 configure.
18672 (EXPECT): Handle READ1 being set.
18673 (all): Depend on EXTRA_RULES.
18674 (check-read1, expect-read1, read1.so, read1): New rules.
18675 * README (Testsuite Parameters): Document the READ1 make variable.
18676 (Race detection): New section.
18677 * configure: Regenerate.
18678 * configure.ac: If build==host==target, and running under a
18679 GNU/glibc system, add read1 to the extra Makefile rules.
18680 (EXTRA_RULES): AC_SUBST it.
18681 * lib/read1.c: New file.
18682
186832014-08-20 Joel Brobecker <brobecker@adacore.com>
18684
18685 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
18686 the handling of variables declared as a typedef to an array
18687 which a DW_AT_data_location attribute.
18688
186892014-08-19 Andrew Burgess <aburgess@broadcom.com>
18690 Pedro Alves <palves@redhat.com>
18691
18692 PR symtab/14604
18693 PR symtab/14605
18694 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
18695 gdb_test.
18696
186972014-08-19 Pedro Alves <palves@redhat.com>
18698
18699 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
18700
187012014-08-19 Yao Qi <yao@codesourcery.com>
18702
18703 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
18704 right line.
18705
187062014-08-18 David Blaikie <dblaikie@gmail.com>
18707
18708 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
18709
187102014-08-18 Joel Brobecker <brobecker@adacore.com>
18711
18712 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
18713 attribute in array range.
18714
187152014-08-18 Joel Brobecker <brobecker@adacore.com>
18716
18717 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
18718
187192014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18720
18721 PR c++/17132
18722 * gdb.cp/pr17132.cc: New file.
18723 * gdb.cp/pr17132.exp: New file.
18724
187252014-08-15 Siva Chandra Reddy <sivachandra@google.com>
18726
18727 * gdb.python/py-xmethods.py (A_getarrayind)
18728 (E_method_char_worker.__call__, E_method_int_worker.__call__):
18729 Use 'print' with function call syntax.
18730 (E_method_matcher.match): Fix tab vs space indentation mixup.
18731
187322014-08-15 Yao Qi <yao@codesourcery.com>
18733
18734 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
18735 false.
18736
187372014-08-15 Yao Qi <yao@codesourcery.com>
18738
18739 * gdb.cp/casts.exp: Set print symbol off.
18740 * gdb.cp/class2.exp: Likewise.
18741 * gdb.cp/overload.exp: Likewise.
18742 * gdb.cp/templates.exp: Likewise.
18743
187442014-08-11 Doug Evans <dje@google.com>
18745
18746 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
18747 (test_load_shlib): Update.
18748
187492014-08-09 Yao Qi <yao@codesourcery.com>
18750
18751 * gdb.base/display.exp: Invoke is_address_zero_readable.
18752 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
18753 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
18754 * gdb.base/hbreak-unmapped.exp: Return if
18755 is_address_zero_readable returns true.
18756 * gdb.base/signest.exp: Likewise.
18757 * gdb.base/signull.exp: Likewise.
18758 * gdb.base/sigbpt.exp: Likewise.
18759 * gdb.guile/scm-disasm.exp: Do the test if
18760 is_address_zero_readable returns false.
18761 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
18762 * gdb.python/py-arch.exp: Likewise.
18763 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
18764 * lib/gdb.exp (is_address_zero_readable): New proc.
18765
187662014-08-09 Yao Qi <yao@codesourcery.com>
18767
18768 PR testsuite/13443
18769 * gdb.mi/mi-var-display.exp: Make test messages unique.
18770
187712014-08-04 Tom Tromey <tromey@redhat.com>
18772
18773 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
18774 target 0".
18775
187762014-08-04 Tom Tromey <tromey@redhat.com>
18777
18778 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
18779 "target_resume".
18780
187812014-08-01 Joel Brobecker <brobecker@adacore.com>
18782
18783 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
18784 inner_vla_struct_object_size.
18785 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
18786 as xfail.
18787
187882014-07-30 Pedro Alves <palves@redhat.com>
18789
18790 * gdb.threads/signal-command-handle-nopass.exp (test): Add
18791 comment.
18792
187932014-07-29 Yao Qi <yao@codesourcery.com>
18794
18795 PR gdb/17206
18796 * gdb.base/until-nodebug.exp: New.
18797
187982014-07-28 Doug Evans <xdje42@gmail.com>
18799
18800 PR guile/17203
18801 * gdb.guile/scm-parameter.exp: Add tests for trying to create
18802 previously existing parameter, and previously ambiguously spelled
18803 parameter.
18804
188052014-07-28 Will Newton <will.newton@linaro.org>
18806
18807 * gdb.base/varargs.exp: Remove KFAILs for ARM.
18808
188092014-07-26 Ludovic Courtès <ludo@gnu.org>
18810 Doug Evans <xdje42@gmail.com>
18811
18812 PR guile/17146
18813 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
18814
188152014-07-25 Pedro Alves <palves@redhat.com>
18816
18817 * gdb.threads/signal-command-handle-nopass.c: New file.
18818 * gdb.threads/signal-command-handle-nopass.exp: New file.
18819 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
18820 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
18821 * gdb.threads/signal-delivered-right-thread.c: New file.
18822 * gdb.threads/signal-delivered-right-thread.exp: New file.
18823
188242014-07-25 Pedro Alves <palves@redhat.com>
18825
18826 * gdb.base/double-prompt-target-event-error.exp
18827 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
18828 match.
18829 (cancel_pagination_in_target_event): Rework double prompt
18830 detection.
18831 * gdb.base/paginate-after-ctrl-c-running.exp
18832 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
18833 <return>' match.
18834 * gdb.base/paginate-bg-execution.exp
18835 (test_bg_execution_pagination_return)
18836 (test_bg_execution_pagination_cancel): Remove '-notransfer
18837 <return>' matches.
18838 * gdb.base/paginate-execution-startup.exp
18839 (test_fg_execution_pagination_return)
18840 (test_fg_execution_pagination_cancel): Remove '-notransfer
18841 <return>' matches.
18842 * gdb.base/paginate-inferior-exit.exp
18843 (test_paginate_inferior_exited): Remove '-notransfer <return>'
18844 match.
18845 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
18846 * lib/gdb.exp (pagination_prompt): Run text through
18847 string_to_regexp.
18848 (gdb_test_multiple): Match $pagination_prompt instead of
18849 "<return>".
18850 (string_to_regexp): Move to lib/gdb-utils.exp.
18851
188522014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18853
18854 * gdb.arch/amd64-entry-value-paramref.S: New file.
18855 * gdb.arch/amd64-entry-value-paramref.cc: New file.
18856 * gdb.arch/amd64-entry-value-paramref.exp: New file.
18857 * gdb.arch/amd64-optimout-repeat.S: New file.
18858 * gdb.arch/amd64-optimout-repeat.c: New file.
18859 * gdb.arch/amd64-optimout-repeat.exp: New file.
18860
188612014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18862
18863 PR gdb/17170
18864 * gdb.base/statistics.exp: New file.
18865
188662014-07-17 Doug Evans <dje@google.com>
18867
18868 PR gdb/17170
18869 * gdb.base/maint.exp: Update testing of per-command stats.
18870
188712014-07-16 Pedro Alves <palves@redhat.com>
18872
18873 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
18874 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
18875 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
18876 (tfile_write_buf): New functions.
18877 (add_memory_block): Rewrite using the above.
18878 (adjust_function_address): New function.
18879 (FUNCTION_ADDRESS): New macro.
18880 (write_basic_trace_file): Remove short_x local, and use
18881 tfile_write_16. Change type of func_addr local to unsigned long
18882 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
18883 here. Cast argument of add_memory_block to char pointer.
18884 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
18885 (main): Remove parameters.
18886 * gdb.trace/tfile.exp: Remove nowarnings.
18887
188882014-07-15 Simon Marchi <simon.marchi@ericsson.com>
18889
18890 * gdb.base/debug-expr.exp: Test string evaluation with
18891 "debug expression" on.
18892
188932014-07-15 Pedro Alves <palves@redhat.com>
18894
18895 * gdb.base/reread.exp: Use clean_restart.
18896
188972014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
18898
18899 * gdb.arch/avr-flash-qualifer.c: New.
18900 * gdb.arch/avr-flash-qualifer.exp: New.
18901
189022014-07-14 Pedro Alves <palves@redhat.com>
18903
18904 * gdb.base/paginate-after-ctrl-c-running.c: New file.
18905 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
18906
189072014-07-14 Pedro Alves <palves@redhat.com>
18908
18909 * gdb.base/double-prompt-target-event-error.c: New file.
18910 * gdb.base/double-prompt-target-event-error.exp: New file.
18911
189122014-07-14 Pedro Alves <palves@redhat.com>
18913
18914 PR gdb/17072
18915 * gdb.base/paginate-inferior-exit.c: New file.
18916 * gdb.base/paginate-inferior-exit.exp: New file.
18917
189182014-07-14 Pedro Alves <palves@redhat.com>
18919
18920 PR gdb/17072
18921 * gdb.base/paginate-bg-execution.c: New file.
18922 * gdb.base/paginate-bg-execution.exp: New file.
18923
189242014-07-14 Pedro Alves <palves@redhat.com>
18925
18926 PR gdb/17072
18927 * gdb.base/paginate-execution-startup.c: New file.
18928 * gdb.base/paginate-execution-startup.exp: New file.
18929 * lib/gdb.exp (pagination_prompt): New global.
18930 (default_gdb_spawn): New procedure, factored out from
18931 default_gdb_spawn.
18932 (default_gdb_start): Adjust to call default_gdb_spawn.
18933 (gdb_spawn): New procedure.
18934
189352014-07-14 Pedro Alves <palves@redhat.com>
18936
18937 * lib/gdb.exp (gdb_assert): New procedure.
18938 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
18939
189402014-07-14 Pedro Alves <palves@redhat.com>
18941
18942 * gdb.base/execution-termios.c: New file.
18943 * gdb.base/execution-termios.exp: New file.
18944
189452014-07-14 Tom Tromey <tromey@redhat.com>
18946
18947 * gdb.cp/vla-cxx.cc: New file.
18948 * gdb.cp/vla-cxx.exp: New file.
18949
189502014-07-14 Tom Tromey <tromey@redhat.com>
18951
18952 * gdb.reverse/rerun-prec.c: New file.
18953 * gdb.reverse/rerun-prec.exp: New file.
18954
189552014-07-12 Maciej W. Rozycki <macro@mips.com>
18956 Maciej W. Rozycki <macro@codesourcery.com>
18957
18958 * lib/gdb-utils.exp: New file.
18959 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
18960 inline `gdb_init_command' processing.
18961 (gdb_start_cmd): Likewise.
18962 * lib/mi-support.exp (mi_run_cmd): Likewise.
18963 * README: Document `gdb_init_command' and `gdb_init_commands'.
18964
189652014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18966
18967 Fix false FAIL running under a very long directory name.
18968 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
18969 and "set print elements 10000". Twice.
18970
189712014-07-11 Yao Qi <yao@codesourcery.com>
18972
18973 * gdb.base/exprs.exp: "set print symbol off".
18974
189752014-07-11 Pedro Alves <palves@redhat.com>
18976
18977 * gdb.threads/kill.c: New file.
18978 * gdb.threads/kill.exp: New file.
18979
189802014-07-10 Yao Qi <yao@codesourcery.com>
18981
18982 * gdb.trace/tfile.c (write_basic_trace_file)
18983 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
18984 address written to trace file.
18985
189862014-07-09 Pedro Alves <palves@redhat.com>
18987
18988 * gdb.base/attach-wait-input.exp: New file.
18989 * gdb.base/attach-wait-input.c: New file.
18990
189912014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
18992
18993 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
18994 setting up test structures.
18995 (main): Call new test function.
18996 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
18997 test function, continue into test function and walk test
18998 structures.
18999
190002014-07-02 Yao Qi <yao@codesourcery.com>
19001
19002 * gdb.trace/entry-values.c: Define labels 'foo_start' and
19003 'bar_start' at the beginning of functions 'foo' and 'bar'
19004 respectively.
19005 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
19006 instead of 'foo' and 'bar'.
19007
190082014-07-08 Markus Metzger <markus.t.metzger@intel.com>
19009
19010 * gdb.btrace/segv.exp: New.
19011 * gdb.btrace/segv.c: New.
19012
190132014-07-02 Luis Machado <lgustavo@codesourcery.com>
19014
19015 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
19016 instruction.
19017
190182014-06-30 Mark Wielaard <mjw@redhat.com>
19019
19020 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
19021 vulture, vilify, villar): New volatile array constants.
19022 (vindictive, vegetation): New const volatile array constants.
19023 * gdb.base/volatile.exp: Test volatile and const volatile array
19024 types.
19025
190262014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
19027
19028 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
19029 target lacks support for awatch, rwatch, or hbreak.
19030
190312014-06-27 Yao Qi <yao@codesourcery.com>
19032
19033 * gdb.multi/dummy-frame-restore.exp: New.
19034 * gdb.multi/dummy-frame-restore.c: New.
19035
190362014-06-25 Markus Metzger <markus.t.metzger@intel.com>
19037
19038 * gdb.btrace/gcore.exp: New.
19039
190402014-06-23 Pedro Alves <palves@redhat.com>
19041
19042 * gdb.base/watchpoint-reuse-slot.c: New file.
19043 * gdb.base/watchpoint-reuse-slot.exp: New file.
19044
190452014-06-23 Siva Chandra Reddy <sivachandra@google.com>
19046
19047 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
19048 progspace's filename in 'info', 'enable' and 'disable' command
19049 tests.
19050
190512014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
19052
19053 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
19054 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19055 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
19056
190572014-06-20 Gary Benson <gbenson@redhat.com>
19058
19059 * gdb.arch/i386-avx.exp: Fix include file location.
19060 * gdb.arch/i386-sse.exp: Likewise.
19061
190622014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
19063
19064 * gdb.dlang/expression.exp: New file.
19065
190662014-06-19 Pedro Alves <palves@redhat.com>
19067
19068 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
19069 out from ...
19070 (top level): ... here. Iterate running tests under different
19071 scheduler-locking settings.
19072
190732014-06-18 Luis Machado <lgustavo@codesourcery.com>
19074
19075 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
19076 to DW_FORM_addr and use non-zero addresses.
19077
190782014-06-18 Siva Chandra Reddy <sivachandra@google.com>
19079
19080 PR gdb/17017
19081 * gdb.python/py-xmethods.cc: Add global function call counters and
19082 increment them in their respective functions. Remove "cout"
19083 statements.
19084 * gdb.python/py-xmethods.exp: Make tests check the global function
19085 call counters instead of depending on inferior IO.
19086
190872014-06-18 Don Breazeal <donb@codesourcery.com>
19088
19089 * gdb.base/foll-fork.exp (default_fork_parent_follow):
19090 Deleted procedure.
19091 (explicit_fork_parent_follow): Deleted procedure.
19092 (explicit_fork_child_follow): Deleted procedure.
19093 (test_follow_fork): New procedure.
19094 (do_fork_tests): Replace calls to deleted procedures with
19095 calls to test_follow_fork and reset GDB for subsequent
19096 procedure calls.
19097
190982014-06-17 Yao Qi <yao@codesourcery.com>
19099
19100 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
19101 CP1252.
19102
191032014-06-17 Luis Machado <lgustavo@codesourcery.com>
19104
19105 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
19106 Initialize ptr and S explicitly.
19107 (skip_type_update_when_not_use_rtti_test): Likewise.
19108
191092014-06-16 Keith Seitz <keiths@redhat.com>
19110
19111 PR mi/15863
19112 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
19113 the inferior is started.
19114
191152014-06-16 Pedro Alves <palves@redhat.com>
19116
19117 * gdb.base/break-main-file-remove-fail.c: New file.
19118 * gdb.base/break-main-file-remove-fail.exp: New file.
19119 * gdb.base/break-unload-file.exp: Use build_executable instead of
19120 prepare_for_testing.
19121 (test_break): New parameter "initial_load". Handle it.
19122 (top level): Add initial_load cmdline/file axis.
19123
191242014-06-12 Tom Tromey <tromey@redhat.com>
19125
19126 * gdb.base/completion.exp: Don't use directory name in test.
19127
191282014-06-09 Gary Benson <gbenson@redhat.com>
19129
19130 * gdb.base/sigall.c [Functions to send signals]: Reorder to
19131 separate the always-available ANSI-standard signals from the
19132 signals that require checking.
19133 (main): Likewise.
19134 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
19135 Likewise.
19136 (main): Likewise.
19137
191382014-06-07 Keith Seitz <keiths@redhat.com>
19139
19140 Revert:
19141 PR c++/16253
19142 * gdb.cp/var-tag.cc: New file.
19143 * gdb.cp/var-tag.exp: New file.
19144 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19145 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19146 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19147 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19148
191492014-06-06 Doug Evans <xdje42@gmail.com>
19150
19151 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
19152
191532014-06-06 Pedro Alves <palves@redhat.com>
19154
19155 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
19156 in target debug output instead of looking at RSP packets,
19157 disabling the test on any target that uses hardware stepping.
19158 Update comments.
19159
191602014-06-06 Pedro Alves <palves@redhat.com>
19161
19162 * gdb.base/break-unload-file.exp: Fix typo.
19163
191642014-06-06 Yao Qi <yao@codesourcery.com>
19165
19166 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
19167 from "jit_function" to "^jit_function".
19168
191692014-06-06 Yao Qi <yao@codesourcery.com>
19170
19171 * gdb.base/async.c (foo): Add one statement.
19172 * gdb.base/async.exp: Get the next instruction address and
19173 match the output of "nexti" by instruction address. Match
19174 the hex address in the output of "finish".
19175
191762014-06-06 Gary Benson <gbenson@redhat.com>
19177
19178 * gdb.base/call-signals.c: Remove preprocessor conditionals
19179 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
19180 SIGSEGV and SIGTERM.
19181 * gdb.base/sigall.c: Likewise.
19182 * gdb.base/unwindonsignal.c: Likewise.
19183 * gdb.reverse/sigall-reverse.c: Likewise.
19184
191852014-06-06 Yao Qi <yao@codesourcery.com>
19186
19187 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
19188 readable, skip the test.
19189
191902014-06-06 Yao Qi <yao@codesourcery.com>
19191
19192 * gdb.threads/staticthreads.c (thread_function): Move the line
19193 setting breakpoint on forward.
19194 * gdb.threads/staticthreads.exp: Update comments.
19195
191962014-06-05 Ludovic Courtès <ludo@gnu.org>
19197
19198 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
19199 "history-append! type error".
19200
192012014-06-05 Simon Marchi <simon.marchi@ericsson.com>
19202
19203 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
19204 erroneous dprintf expected input.
19205
192062014-06-04 Doug Evans <xdje42@gmail.com>
19207
19208 * gdb.guile/scm-generics.exp: Delete.
19209
192102014-06-04 Doug Evans <xdje42@gmail.com>
19211
19212 * gdb.guile/scm-breakpoint.exp: Update.
19213 Add tests for breakpoint registration.
19214
192152014-06-04 Tom Tromey <tromey@redhat.com>
19216
19217 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
19218 VLA-in-union.
19219 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
19220 inner_vla_struct, vla_union types. Initialize objects of those
19221 types and compute their sizes.
19222
192232014-06-04 Nathan Sidwell <nathan@codesourcery.com>
19224 Hui Zhu <hui@codesourcery.com>
19225
19226 * gdb.base/fileio.exp: Add test for shell not available as well as
19227 available.
19228 * gdb.base/fileio.c (test_system): Check for shell twice.
19229
192302014-06-04 Yao Qi <yao@codesourcery.com>
19231
19232 * gdb.base/auto-connect-native-target.exp: Remove redundant
19233 space from the regexp pattern.
19234
192352014-06-04 Yao Qi <yao@codesourcery.com>
19236
19237 * gdb.base/default.exp: Replace "child" with "native" in
19238 regexp pattern.
19239
192402014-06-03 Siva Chandra Reddy <sivachandra@google.com>
19241
19242 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
19243 * gdb.python/py-xmethods.exp: New tests to test xmethods.
19244 * gdb.python/py-xmethods.py: Python script supporting the
19245 new testcase and tests.
19246
192472014-06-03 Joel Brobecker <brobecker@adacore.com>
19248 Pedro Alves <palves@redhat.com>
19249
19250 PR breakpoints/17000
19251 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
19252 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
19253
192542014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
19255
19256 * gdb.base/subst.exp: Add tests to verify partial path matching
19257 output.
19258
192592014-06-03 Pedro Alves <palves@redhat.com>
19260
19261 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
19262 target that doesn't use software single-stepping.
19263
192642014-06-03 Pedro Alves <palves@redhat.com>
19265
19266 PR breakpoints/17000
19267 * gdb.base/sss-bp-on-user-bp-2.c: New file.
19268 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
19269
192702014-06-02 Doug Evans <xdje42@gmail.com>
19271
19272 * gdb.guile/scm-parameter.exp: New file.
19273
192742014-06-02 Doug Evans <xdje42@gmail.com>
19275
19276 * gdb.guile/scm-cmd.c: New file.
19277 * gdb.guile/scm-cmd.exp: New file.
19278
192792014-06-02 Doug Evans <xdje42@gmail.com>
19280
19281 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
19282 pretty-printer lookup.
19283 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
19284 (make-pp_s-printer): Call it.
19285 (make-pretty-printer-from-dict): New function.
19286 (lookup-pretty-printer-maker-from-dict): New function.
19287 (*pretty-printer*): Simplify.
19288 (make-objfile-pp_s-printer): New function.
19289 (install-objfile-pretty-printers!): New function.
19290 (make-progspace-pp_s-printer): New function.
19291 (install-progspace-pretty-printers!): New function.
19292 * gdb.guile/scm-progspace.c: New file.
19293 * gdb.guile/scm-progspace.exp: New file.
19294
192952014-06-02 Pedro Alves <palves@redhat.com>
19296
19297 * gdb.base/dprintf-bp-same-addr.c: New file.
19298 * gdb.base/dprintf-bp-same-addr.exp: New file.
19299
193002014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19301
19302 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
19303 * gdb.arch/powerpc-power.s: Likewise.
19304
193052014-06-02 Joel Brobecker <brobecker@adacore.com>
19306
19307 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
19308
193092014-06-01 Yao Qi <yao@codesourcery.com>
19310
19311 * gdb.base/watchpoint.exp (test_watch_location): Check null
19312 pointer can be dereferenced. If not, do the test, otherwise
19313 skip it.
19314
193152014-05-30 Andrew Burgess <aburgess@broadcom.com>
19316
19317 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
19318 results.
19319 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
19320
193212014-05-30 Andrew Burgess <aburgess@broadcom.com>
19322
19323 * gdb.arch/amd64-invalid-stack-middle.S: New file.
19324 * gdb.arch/amd64-invalid-stack-middle.c: New file.
19325 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
19326 * gdb.arch/amd64-invalid-stack-top.c: New file.
19327 * gdb.arch/amd64-invalid-stack-top.exp: New file.
19328
193292014-05-30 Pedro Alves <palves@redhat.com>
19330
19331 PR breakpoints/17000
19332 * gdb.base/sss-bp-on-user-bp.c: New file.
19333 * gdb.base/sss-bp-on-user-bp.exp: New file.
19334
193352014-05-30 David Blaikie <dblaikie@gmail.com>
19336
19337 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
19338 gnu_inline semantics via attribute.
19339 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
19340 source explicitly specifies the required semantics.
19341
193422014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
19343
19344 * gdb.reverse/sigall-reverse.exp: Fix a typo.
19345
193462014-05-29 Pedro Alves <palves@redhat.com>
19347 Tom Tromey <tromey@redhat.com>
19348
19349 * gdb.base/async-shell.exp: Don't enable target-async.
19350 * gdb.base/async.exp
19351 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
19352 parameter. Adjust.
19353 (top level): Don't test with "target-async".
19354 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
19355 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
19356 * gdb.base/inferior-died.exp: Don't enable target-async.
19357 * gdb.base/interrupt-noterm.exp: Likewise.
19358 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
19359 * gdb.mi/mi-nonstop-exit.exp: Likewise.
19360 * gdb.mi/mi-nonstop.exp: Likewise.
19361 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
19362 * gdb.mi/mi-nsintrall.exp: Likewise.
19363 * gdb.mi/mi-nsmoribund.exp: Likewise.
19364 * gdb.mi/mi-nsthrexec.exp: Likewise.
19365 * gdb.mi/mi-watch-nonstop.exp: Likewise.
19366 * gdb.multi/watchpoint-multi.exp: Adjust comment.
19367 * gdb.python/py-evsignal.exp: Don't enable target-async.
19368 * gdb.python/py-evthreads.exp: Likewise.
19369 * gdb.python/py-prompt.exp: Likewise.
19370 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
19371 * gdb.server/solib-list.exp: Don't enable target-async.
19372 * gdb.threads/thread-specific-bp.exp: Likewise.
19373 * lib/mi-support.exp: Adjust to use mi-async.
19374
193752014-05-29 Pedro Alves <palves@redhat.com>
19376
19377 PR gdb/13860
19378 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
19379 reason, even in sync mode.
19380
193812014-05-29 Pedro Alves <palves@redhat.com>
19382 Hui Zhu <hui@codesourcery.com>
19383
19384 PR PR15693
19385 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
19386 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
19387 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
19388 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
19389
193902014-05-28 Joel Brobecker <brobecker@adacore.com>
19391
19392 * config/monitor.exp (gdb_target_monitor): Replace use of
19393 "set remotebaud" by "set serial baud".
19394
193952014-05-26 Andy Wingo <wingo@igalia.com>
19396
19397 * gdb.guile/scm-breakpoint.exp:
19398 * gdb.guile/scm-gsmob.exp: Update to use plain old object
19399 properties instead of gdb-object-properties.
19400
194012014-05-26 Yao Qi <yao@codesourcery.com>
19402
19403 * gdb.server/no-thread-db.exp: Specify source file name
19404 explicitly when setting a breakpoint.
19405
194062014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19407
19408 * gdb.btrace/vdso.c: New.
19409 * gdb.btrace/vdso.exp: New.
19410
194112014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19412
19413 * gdb.base/gcore.exp (capture_command_output): Move ...
19414 * lib/gdb.exp (capture_command_output): ... here.
19415
194162014-05-23 Markus Metzger <markus.t.metzger@intel.com>
19417
19418 * gdb.btrace/data.exp: Test memory access during btrace replay.
19419
194202014-05-22 Simon Marchi <simon.marchi@ericsson.com>
19421
19422 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
19423
194242014-05-21 Pedro Alves <palves@redhat.com>
19425
19426 PR gdb/13860
19427 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
19428 (top level): Test that output related to execution commands is
19429 sent to the console with CLI commands, but not with MI commands.
19430 Test that breakpoint events are always mirrored to the console.
19431 Also expect the new source line to be output after a "next" in
19432 async mode too. Make it a pass/fail test.
19433 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
19434 output.
19435 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
19436
194372014-05-21 Pedro Alves <palves@redhat.com>
19438
19439 * gdb.base/list.exp (build_pattern, test_list): New procedures.
19440 Use them to test variations of "list" after reaching a breakpoint.
19441 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
19442 Test "list" with listsize 10 after reaching a breakpoint.
19443 * gdb.python/python.exp (decode_line current location line
19444 number): Adjust expected line number.
19445
194462014-05-21 Simon Marchi <simon.marchi@ericsson.com>
19447
19448 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
19449 behavior for $args, pass it directly to "run".
19450
194512014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
19452
19453 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
19454 30000 to 65536.
19455
194562014-05-21 Pedro Alves <palves@redhat.com>
19457
19458 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
19459 auto-connect-native-target off".
19460 * gdb.base/auto-connect-native-target.c: New file.
19461 * gdb.base/auto-connect-native-target.exp: New file.
19462
194632014-05-21 Pedro Alves <palves@redhat.com>
19464
19465 * gdb.base/default.exp: Test "target native" instead of "target
19466 child".
19467
194682014-05-21 Mark Wielaard <mjw@redhat.com>
19469
19470 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
19471
194722014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19473
19474 Fix TLS access for -static -pthread.
19475 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
19476 <HAVE_TLS> (thread_function, main): Initialize it.
19477 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
19478 Add clean_restart.
19479 <$have_tls != "">: Check TLSVAR.
19480
194812014-05-21 Pedro Alves <palves@redhat.com>
19482
19483 * gdb.base/dcache-line-read-error.c: New.
19484 * gdb.base/dcache-line-read-error.exp: New.
19485
194862014-05-20 Pedro Alves <palves@redhat.com>
19487
19488 * gdb.base/compare-sections.c: New file.
19489 * gdb.base/compare-sections.exp: New file.
19490
194912014-05-20 Pedro Alves <palves@redhat.com>
19492
19493 * gdb.base/break-idempotent.c: New file.
19494 * gdb.base/break-idempotent.exp: New file.
19495
194962014-05-20 Markus Metzger <markus.t.metzger@intel.com>
19497
19498 * gdb.btrace/nohist.exp: New.
19499
195002014-05-20 Yao Qi <yao@codesourcery.com>
19501
19502 * lib/gdb.exp (gdb_init): Set timeout if test file is under
19503 gdb.reverse directory and gdb_reverse_timeout exists in board
19504 setting.
19505 * README: Document gdb_reverse_timeout.
19506
195072014-05-20 Yao Qi <yao@codesourcery.com>
19508
19509 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
19510 'test_file_name'. Treat args as a string instead of a list.
19511 (gdb_init): Rename argument 'args' by 'test_file_name'.
19512
195132014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
19514
19515 * gdb.arch/powerpc-power.exp: New file.
19516 * gdb.arch/powerpc-power.s: New file.
19517
195182014-05-16 Doug Evans <dje@google.com>
19519
19520 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
19521 * gdb.base/completion.exp: Check that all expected files exist
19522 before doing file completion.
19523
195242014-05-16 Doug Evans <dje@google.com>
19525
19526 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
19527 Update.
19528 (do_syscall_tests_without_xml): Update.
19529
195302014-05-16 Pedro Alves <palves@redhat.com>
19531
19532 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
19533 instead of "unknown output after running".
19534
195352014-05-16 Yao Qi <yao@codesourcery.com>
19536
19537 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
19538 file1.txt from host at the end.
19539 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19540
195412014-05-15 Doug Evans <dje@google.com>
19542
19543 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
19544 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
19545 loading file. Add test for TU lookup.
19546
195472014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19548
19549 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
19550 calling "-exec-arguments" or "set args" before running the
19551 inferior.
19552
195532014-05-15 Simon Marchi <simon.marchi@ericsson.com>
19554
19555 * lib/mi-support.exp (mi_expect_stop): Expect message for
19556 inferiors that exit with non-zero exit code.
19557
195582014-05-14 Yao Qi <yao@codesourcery.com>
19559
19560 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
19561 match absolute path on remote host.
19562 (test_file_list_exec_source_files): Remove "/" from the
19563 pattern.
19564
195652014-05-14 Yao Qi <yao@codesourcery.com>
19566
19567 * boards/local-remote-host-notty.exp (${board}_file): New
19568 proc.
19569
195702014-05-07 Kyle McMartin <kyle@redhat.com>
19571
19572 Pushed by Joel Brobecker <brobecker@adacore.com>.
19573 * gdb.arch/aarch64-atomic-inst.c: New file.
19574 * gdb.arch/aarch64-atomic-inst.exp: New file.
19575
195762014-05-07 Yao Qi <yao@codesourcery.com>
19577
19578 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
19579 in current context" too.
19580
195812014-05-05 Keith Seitz <keiths@redhat.com>
19582
19583 * gdb.linespec/ls-dollar.exp: Add test for linespec
19584 file:convenience_variable.
19585
195862014-05-05 Yao Qi <yao@codesourcery.com>
19587
19588 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
19589 traceframes into tfile and ctf trace files. Read data from
19590 trace file and test collected data.
19591 (gdb_collect_locals_test): Likewise.
19592 (gdb_unavailable_registers_test): Likewise.
19593 (gdb_unavailable_floats): Likewise.
19594 (gdb_collect_globals_test): Likewise.
19595 (top-level): Append "ctf" to trace_file_targets if GDB
19596 supports.
19597
195982014-05-05 Yao Qi <yao@codesourcery.com>
19599
19600 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
19601 code to ...
19602 (gdb_collect_args_test_1): ... it. New proc.
19603 (gdb_collect_locals_test): Move some code to ...
19604 (gdb_collect_locals_test_1): ... it. New proc.
19605 (gdb_unavailable_registers_test): Move some code to ...
19606 (gdb_unavailable_registers_test_1): ... it. New proc.
19607 (gdb_unavailable_floats): Move some code to ...
19608 (gdb_unavailable_floats_1): ... it. New proc.
19609
196102014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19611
19612 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
19613 probes to test for bitness recognition.
19614 * gdb.arch/amd64-stap-optional-prefix.exp
19615 (test_probe_value_without_reg): New procedure.
19616 Add code to test for different kinds of bitness.
19617
196182014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
19619
19620 PR breakpoints/16889
19621 * gdb.arch/amd64-stap-optional-prefix.S: New file.
19622 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
19623
196242014-05-01 Pedro Alves <palves@redhat.com>
19625
19626 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
19627 gdb_file_cmd if no file is specified.
19628 * boards/native-extended-gdbserver.exp (gdb_load): Use the
19629 last_loaded_file to set the remote exec-file.
19630
196312014-05-01 Pedro Alves <palves@redhat.com>
19632
19633 * boards/local-remote-host.exp: New file.
19634
196352014-05-01 Pedro Alves <palves@redhat.com>
19636
19637 * boards/local-remote-host.exp: Rename to ...
19638 * boards/local-remote-host-notty.exp: ... this.
19639
196402014-04-28 Joel Brobecker <brobecker@adacore.com>
19641
19642 * gdb.ada/dyn_arrayidx: New testcase.
19643
196442014-04-26 Yao Qi <yao@codesourcery.com>
19645
19646 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
19647 and compute the length of function main. Save it in
19648 $main_length.
19649 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
19650 (top-level): Use gdb_compile to compile objects into
19651 executable and restart GDB. Remove invocation to
19652 prepare_for_testing.
19653
196542014-04-25 Simon Marchi <simon.marchi@ericsson.com>
19655 Pedro Alves <palves@redhat.com>
19656
19657 PR server/16255
19658 * gdb.multi/multi-attach.c: New file.
19659 * gdb.multi/multi-attach.exp: New file.
19660
196612014-04-25 Pedro Alves <palves@redhat.com>
19662
19663 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
19664 user.
19665 (top level): Test that "set remote conditional-breakpoints-packet
19666 off" works as intended.
19667 * gdb.base/dprintf.exp: Test that "set remote
19668 breakpoint-commands-packet off" works as intended.
19669 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
19670 New function.
19671 (top level): Call it.
19672 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
19673 remote fast-tracepoints-packet off" works as intended.
19674 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
19675 * lib/gdb.exp (gdb_is_target_remote): ... here.
19676
196772014-04-24 David Blaikie <dblaikie@gmail.com>
19678
19679 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
19680 ensure clang would not discard them.
19681 * gdb.base/gdbvars.c: Ditto.
19682 * gdb.base/memattr.c: Ditto.
19683 * gdb.base/whatis.c: Ditto.
19684 * gdb.python/py-prettyprint.c: Ditto.
19685 * gdb.trace/actions.c: Ditto.
19686 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
19687 ensure clang would not discard it.
19688
196892014-04-24 David Blaikie <dblaikie@gmail.com>
19690
19691 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
19692 clang to emit the full definition of type required by the test
19693 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
19694
196952014-04-24 David Blaikie <dblaikie@gmail.com>
19696
19697 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
19698 coax Clang into emitting the definition of the type.
19699 * gdb.cp/pr10728-x.h (y): Ditto.
19700 * gdb.cp/pr10728-y.cc (y): Ditto.
19701
197022014-04-24 David Blaikie <dblaikie@gmail.com>
19703
19704 * gdb.base/label.exp: XFAIL label related tests under Clang.
19705 * gdb.cp/cplabel.exp: Ditto.
19706 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
19707 under Clang those using labels.
19708
197092014-04-25 Yao Qi <yao@codesourcery.com>
19710
19711 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
19712 double_label.
19713 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
19714 partial_label and double_label.
19715
197162014-04-24 David Blaikie <dblaikie@gmail.com>
19717
19718 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
19719
197202014-04-24 David Blaikie <dblaikie@gmail.com>
19721
19722 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
19723 of the function to work across GCC and Clang.
19724 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
19725 pointer types (const void ** const V void **).
19726
197272014-04-24 Michael Sturm <michael.sturm@mintel.com>
19728 Walfred Tedeschi <walfred.tedeschi@intel.com>
19729
19730 * Makefile.in (EXECUTABLES): Added i386-avx512.
19731 * gdb.arch/i386-avx512.c: New file.
19732 * gdb.arch/i386-avx512.exp: Likewise.
19733
197342014-04-23 Keith Seitz <keiths@redhat.com>
19735
19736 * lib/mi-support.exp (mi_list_breakpoints): Delete.
19737 (mi_make_breakpoint_table): New procedure.
19738 (mi_create_breakpoint): Use mi_make_breakpoint
19739 and return the result.
19740 (mi_make_breakpoint): New procedure.
19741 (mi_build_kv_pairs): New procedure.
19742
19743 * gdb.mi/mi-break.exp: Remove unused globals,
19744 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
19745 All callers updated.
19746 * gdb.mi/mi-dprintf.exp: Use variable to track command
19747 number.
19748 Update all callers of mi_create_breakpoint and use
19749 mi_make_breakpoint_table.
19750 Remove any unused global variables.
19751 * gdb.mi/mi-nonstop.exp: Likewise.
19752 * gdb.mi/mi-nsintrall.exp: Likewise.
19753 * gdb.mi/mi-nsmoribund.exp: Likewise.
19754 * gdb.mi/mi-nsthrexec.exp: Likewise.
19755 * gdb.mi/mi-reverse.exp: Likewise.
19756 * gdb.mi/mi-simplerun.exp: Likewise.
19757 * gdb.mi/mi-stepn.exp: Likewise.
19758 * gdb.mi/mi-syn-frame.exp: Likewise.
19759 * gdb.mi/mi-until.exp: Likewise.
19760 * gdb.mi/mi-var-cp.exp: Likewise.
19761 * gdb.mi/mi-var-display.exp: Likewise.
19762 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
19763 * gdb.mi/mi2-var-child.exp: Likewise.
19764 * gdb.mi/mi-vla-c99.exp: Likewise.
19765 * lib/mi-support.exp: Likewise.
19766
19767 From Ian Lance Taylor <iant@cygnus.com>:
19768 * lib/gdb.exp (parse_args): New procedure.
19769
197702014-04-23 Pedro Alves <palves@redhat.com>
19771
19772 * gdb.base/break-unload-file.c: New file.
19773 * gdb.base/break-unload-file.exp: New file.
19774 * gdb.base/sym-file-lib.c (baz): New function.
19775 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
19776 field.
19777 (load): Store the segment's mapped size.
19778 (unload): New function.
19779 (unload_shlib): New function.
19780 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
19781 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
19782 set a breakpoint at baz, and call it.
19783 * gdb.base/sym-file.exp: New tests for stale breakpoint
19784 instructions.
19785
197862014-04-23 Pedro Alves <palves@redhat.com>
19787
19788 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
19789 * gdb.base/hbreak-in-shr-unsupported.c: New file.
19790 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
19791 * gdb.base/hbreak-unmapped.c: New file.
19792 * gdb.base/hbreak-unmapped.exp: New file.
19793 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
19794 * lib/gdb.exp (gdb_is_target_remote): ... here.
19795
197962014-04-22 Pedro Alves <palves@redhat.com>
19797
19798 * gdb.base/consecutive-step-over.c: New file.
19799 * gdb.base/consecutive-step-over.exp: New file.
19800
198012014-04-22 Pedro Alves <palves@redhat.com>
19802
19803 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
19804 instead of send_gdb/gdb_expect.
19805
198062014-04-22 Yao Qi <yao@codesourcery.com>
19807
19808 * lib/trace-support.exp (generate_tracefile): New procedure.
19809 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
19810 return 0.
19811 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
19812 if generate_tracefile returns 1.
19813
198142014-04-18 Tom Tromey <palves@redhat.com>
19815 Pedro alves <tromey@redhat.com>
19816
19817 PR backtrace/15558
19818 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
19819 with a backtrace limit.
19820 * gdb.python/py-frame-inline.exp: Test running to an inline
19821 function with a backtrace limit, and printing the newest frame.
19822 * gdb.python/py-frame-inline.c (main): Call f.
19823
198242014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19825
19826 * gdb.java/jnpe.exp: Drop srcdir from untested path.
19827
198282014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
19829
19830 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
19831 Drop prefix from unsupported source file path.
19832
198332014-04-17 Yao Qi <yao@codesourcery.com>
19834
19835 * lib/gdb.exp (with_target_charset): New proc.
19836 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
19837 with_target_charset.
19838 (test_print_strings): Likewise.
19839 (test_repeat_bytes): Likewise.
19840 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
19841 for some tests.
19842
198432014-04-16 Keith Seitz <keiths@redhat.com>
19844
19845 PR gdb/15827
19846 * gdb.dwarf2/corrupt.c: New file.
19847 * gdb.dwarf2/corrupt.exp: New file.
19848
198492014-04-16 Keith Seitz <keiths@redhat.com>
19850
19851 PR c++/16597
19852 * gdb.cp/namelessclass.cc: New file.
19853 * gdb.cp/namelessclass.exp: New file.
19854 * gdb.cp/namelessclass.S: New file.
19855
198562014-04-16 Doug Evans <dje@google.com>
19857
19858 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
19859 Add comment.
19860 (gdbserver_default_get_comm_port): New function.
19861 (gdbserver_start): Check if board file provided
19862 "gdbserver,get_comm_port" and use it if so.
19863 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
19864 (gdb,socketport): Set to "stdio".
19865 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
19866 (stdio_gdbserver_template): Delete.
19867 (${board}_get_remote_address): Update.
19868 (${board}_build_remote_cmd): Delete.
19869 (${board}_get_comm_port): New function.
19870 (${board}_spawn): Update.
19871 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
19872 Delete.
19873 (${board}_get_remote_address): Update.
19874 (${board}_get_comm_port): New function.
19875
198762014-04-16 Andrew Burgess <aburgess@broadcom.com>
19877
19878 * gdb.base/memattr.exp: Improve regexps to handle memory regions
19879 appearing in any order.
19880
198812014-04-15 Doug Evans <dje@google.com>
19882
19883 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
19884 uninitialized value of "description".
19885
198862014-04-15 Keith Seitz <keiths@redhat.com>
19887
19888 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
19889 Remove unused globals.
19890 (test_running_the_program): Likewise.
19891 (test_controlled_execution): Likewise.
19892 (test_controlling_breakpoints): Likewise.
19893 (test_program_termination): Likewise.
19894
198952014-04-15 Keith Seitz <keiths@redhat.com>
19896
19897 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
19898 unused globals.
19899 (test_rbreak_creation_and_listing): Likewise.
19900 (test_ignore_count): Likewise.
19901 (test_error): Likewise.
19902
199032014-04-15 Pedro Alves <palves@redhat.com>
19904
19905 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
19906 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
19907 sym-file-loader.c.
19908 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19909 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19910 to sym-file-loader.c.
19911 (struct library): Forward declare.
19912 (load_shlib, lookup_function): Change prototypes.
19913 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19914 (translate_offset): Remove declarations.
19915 (get_text_addr): New declaration.
19916 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
19917 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
19918 sym-file-loader.h.
19919 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
19920 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
19921 here from sym-file-loader.h.
19922 (struct library): New structure.
19923 (load_shlib, lookup_function): Change prototypes and adjust to
19924 work with a struct library.
19925 (find_shstrtab, find_strtab, find_shdr, find_symtab)
19926 (translate_offset): Make static.
19927 (get_text_addr): New function.
19928 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
19929
199302014-04-15 Pedro Alves <palves@redhat.com>
19931
19932 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
19933
199342014-04-15 Pedro Alves <palves@redhat.com>
19935
19936 * gdb.base/sym-file-loader.c: Include <limits.h>.
19937 (SELF_LINK): New define.
19938 (get_origin): New function.
19939 (load_shlib): Use it.
19940 * gdb.base/sym-file.exp: Don't early return if the target is
19941 remote. Use runto_main, and issue fail is that fails. Use
19942 gdb_load_shlibs.
19943 (shlib_name): Delete.
19944 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
19945
199462014-04-15 Pedro Alves <palves@redhat.com>
19947
19948 * gdb.base/sym-file.exp: Remove regex characters from test
19949 message. Don't refer to breakpoint numbers in test messages.
19950
199512014-04-14 Keith Seitz <keiths@redhat.com>
19952
19953 PR c++/16253
19954 * gdb.cp/var-tag.cc: New file.
19955 * gdb.cp/var-tag.exp: New file.
19956 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
19957 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
19958 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
19959 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
19960
199612014-04-14 Tom Tromey <tromey@redhat.com>
19962
19963 * gdb.cp/classes.exp (test_enums): Handle underlying type.
19964 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
19965 type.
19966 * gdb.cp/enum-class.exp: New file.
19967 * gdb.cp/enum-class.cc: New file.
19968
199692014-04-14 Tom Tromey <tromey@redhat.com>
19970
19971 * gdb.dwarf2/enum-type.exp: New file.
19972
199732014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19974
19975 * gdb.mi/mi-vla-c99.exp: New file.
19976 * gdb.mi/vla.c: New file.
19977
199782014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19979
19980 * gdb.base/vla-datatypes.c: New file.
19981 * gdb.base/vla-datatypes.exp: New file.
19982
199832014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19984
19985 * gdb.base/vla-ptr.c: New file.
19986 * gdb.base/vla-ptr.exp: New file.
19987
199882014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19989
19990 * gdb.dwarf2/count.exp: New file.
19991
199922014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
19993
19994 * gdb.base/vla-sideeffect.c: New file.
19995 * gdb.base/vla-sideeffect.exp: New file.
19996
199972014-04-14 David Blaikie <dblaikie@gmail.com>
19998
19999 * gdb.mi/non-stop.c: Add return value for non-void function return
20000 statement.
20001 * gdb.threads/staticthreads.c: Ditto.
20002
200032014-04-12 Siva Chandra Reddy <sivachandra@google.com>
20004 Doug Evans <xdje42@gmail.com>
20005
20006 * gdb.guile/scm-value.c: Improve test case.
20007 * gdb.guile/scm-value.exp: Add new test.
20008
200092014-04-11 David Blaikie <dblaikie@gmail.com>
20010
20011 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
20012 override Clang's default.
20013
200142014-04-11 Joel Brobecker <brobecker@adacore.com>
20015
20016 Revert the following changes (regressions):
20017
20018 * gdb.base/vla-sideeffect.c: New file.
20019 * gdb.base/vla-sideeffect.exp: New file.
20020
20021 * gdb.dwarf2/count.exp: New file.
20022
20023 * gdb.base/vla-multi.c: New file.
20024 * gdb.base/vla-multi.exp: New file.
20025
20026 * gdb.base/vla-ptr.c: New file.
20027 * gdb.base/vla-ptr.exp: New file.
20028
20029 * gdb.base/vla-datatypes.c: New file.
20030 * gdb.base/vla-datatypes.exp: New file.
20031
20032 * gdb.mi/mi-vla-c99.exp: New file.
20033 * gdb.mi/vla.c: New file.
20034
200352014-04-11 Keith Seitz <keiths@redhat.com>
20036
20037 PR c++/16675
20038 * gdb.cp/cpsizeof.exp: New file.
20039 * gdb.cp/cpsizeof.cc: New file.
20040
200412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20042
20043 * gdb.mi/mi-vla-c99.exp: New file.
20044 * gdb.mi/vla.c: New file.
20045
200462014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20047
20048 * gdb.base/vla-datatypes.c: New file.
20049 * gdb.base/vla-datatypes.exp: New file.
20050
200512014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20052
20053 * gdb.base/vla-ptr.c: New file.
20054 * gdb.base/vla-ptr.exp: New file.
20055
200562014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20057
20058 * gdb.base/vla-multi.c: New file.
20059 * gdb.base/vla-multi.exp: New file.
20060
200612014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20062
20063 * gdb.dwarf2/count.exp: New file.
20064
200652014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
20066
20067 * gdb.base/vla-sideeffect.c: New file.
20068 * gdb.base/vla-sideeffect.exp: New file.
20069
200702014-04-11 Yao Qi <yao@codesourcery.com>
20071
20072 * gdb.base/completion.exp: Check file exists before running tests
20073 on file completion.
20074
200752014-04-10 Pedro Alves <palves@redhat.com>
20076
20077 * gdb.base/cond-eval-mode.c: New file.
20078 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
20079 prepare_for_testing to build the new file. Check result of
20080 runto_main.
20081 (test_break, test_watch): New procedures.
20082 (top level): Use them.
20083
200842014-04-08 Pierre Muller <muller@sourceware.org>
20085
20086 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
20087 Ctrl-V use for mingw hosts.
20088
200892014-04-07 Siva Chandra Reddy <sivachandra@google.com>
20090
20091 * gdb.python/py-value.c: Improve test case.
20092 * gdb.python/py-value.exp: Add new test.
20093
200942014-04-07 David Blaikie <dblaikie@gmail.com>
20095
20096 * lib/compiler.c: Identify the clang compiler.
20097 * lib/compiler.cc: Ditto.
20098
200992014-04-03 Yao Qi <yao@codesourcery.com>
20100
20101 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
20102
201032014-04-01 Anton Blanchard <anton@samba.org>
20104
20105 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
20106 messages unique.
20107
201082014-04-01 Anton Blanchard <anton@samba.org>
20109
20110 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
20111 prepare_for_testing.
20112
201132014-04-01 Anton Blanchard <anton@samba.org>
20114
20115 * gdb.arch/ppc64-atomic-inst.c: Remove.
20116 * gdb.arch/ppc64-atomic-inst.S: New file.
20117 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
20118
201192014-03-31 Doug Evans <dje@google.com>
20120
20121 * gdb.base/print-symbol-loading-lib.c: New file.
20122 * gdb.base/print-symbol-loading-main.c: New file.
20123 * gdb.base/print-symbol-loading.exp: New file.
20124
201252014-03-31 Yao Qi <yao@codesourcery.com>
20126
20127 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
20128
201292014-03-28 Joel Brobecker <brobecker@adacore.com>
20130
20131 * gdb.ada/mi_dyn_arr: New testcase.
20132
201332014-03-27 Doug Evans <dje@google.com>
20134
20135 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
20136
201372014-03-27 Yao Qi <yao@codesourcery.com>
20138
20139 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
20140 if target is nios2-*-*.
20141
201422014-03-26 Yao Qi <yao@codesourcery.com>
20143
20144 * lib/gdb.exp (readline_is_used): New proc.
20145 * gdb.base/completion.exp: Move tests on command complete up.
20146 Skip the rest of tests if readline is not used.
20147 * gdb.ada/complete.exp: Skp the test if readline is not
20148 used.
20149 * gdb.base/filesym.exp: Likewise.
20150 * gdb.base/macscp.exp: Likewise.
20151 * gdb.base/readline-ask.exp: Likewise.
20152 * gdb.base/readline.exp: Likewise.
20153 * gdb.python/py-cmd.exp: Likewise.
20154 * gdb.trace/tfile.exp: Likewise.
20155
201562014-03-26 Yao Qi <yao@codesourcery.com>
20157
20158 * gdb.base/macscp.exp: Fix code format issues.
20159
201602014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20161
20162 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
20163 * gdb.asm/powerpc64le.inc: New file.
20164
201652014-03-25 Pedro Alves <palves@redhat.com>
20166 Doug Evans <dje@google.com>
20167
20168 * gdb.base/source-execution.c: New file.
20169 * gdb.base/source-execution.exp: New file.
20170 * gdb.base/source-execution.gdb: New file.
20171
201722014-03-24 Doug Evans <dje@google.com>
20173
20174 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
20175 using fission.
20176
201772014-03-24 Hui Zhu <hui@codesourcery.com>
20178 Pedro Alves <palves@redhat.com>
20179
20180 PR breakpoints/16101
20181 * gdb.base/dprintf.exp: Use unsupported rather than changing the
20182 test pass/fail messages. Detect missing support for dprintf when
20183 breakpoints are actually inserted.
20184 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
20185 breakpoints are actually inserted.
20186 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
20187 fails.
20188
201892014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
20190
20191 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
20192
201932014-03-22 Doug Evans <xdje42@gmail.com>
20194
20195 * gdb.python/python.exp (python not supported): Verify multi-line
20196 python command issues an error.
20197 * gdb.guile/guile.exp (guile not supported): Verify multi-line
20198 guile command issues an error.
20199
202002014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
20201
20202 * gdb.threads/thread-specific.exp: Handle the lack of usable
20203 $this_breakpoint and $this_thread.
20204
202052014-03-21 Hui Zhu <hui@codesourcery.com>
20206
20207 * gdb.base/attach.exp (do_command_attach_tests): New.
20208
202092014-03-20 Tom Tromey <tromey@redhat.com>
20210 Pedro Alves <palves@redhat.com>
20211
20212 PR cli/15718
20213 * gdb.base/condbreak-call-false.c: New file.
20214 * gdb.base/condbreak-call-false.exp: New file.
20215
202162014-03-20 Pedro Alves <palves@redhat.com>
20217
20218 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
20219 Delete.
20220 (block_signals, unblock_signals): Delete.
20221 (child_function_2, main): Remove references to deleted variable
20222 and functions.
20223
202242014-03-20 Pedro Alves <palves@redhat.com>
20225
20226 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
20227 Use pthread_kill to signal thread 2.
20228 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20229 Adjust to make the test send itself a signal rather than using the
20230 host's "kill" command.
20231
202322014-03-20 Pedro Alves <palves@redhat.com>
20233
20234 * gdb.threads/multiple-step-overs.c: New file.
20235 * gdb.threads/multiple-step-overs.exp: New file.
20236 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20237 Adjust expected infrun debug output.
20238
202392014-03-20 Pedro Alves <palves@redhat.com>
20240
20241 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
20242 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20243
202442014-03-20 Pedro Alves <palves@redhat.com>
20245
20246 PR breakpoints/7143
20247 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
20248 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
20249 of gdb_test_multiple.
20250 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
20251 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
20252
202532014-03-20 Pedro Alves <palves@redhat.com>
20254
20255 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
20256 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
20257
202582014-03-19 Pedro Alves <palves@redhat.com>
20259
20260 * gdb.base/async.exp: Remove early return.
20261
202622014-03-19 Pedro Alves <palves@redhat.com>
20263
20264 * gdb.base/async.exp (step& tests): Pass explicit test messages.
20265
202662014-03-19 Pedro Alves <palves@redhat.com>
20267
20268 * gdb.base/async.exp (test_background): Expect \r\n after
20269 "completed." in the fail pattern.
20270
202712014-03-19 Pedro Alves <palves@redhat.com>
20272
20273 * gdb.base/async.exp (test_background): New procedure.
20274 Use it for all background execution command tests.
20275
202762014-03-19 Pedro Alves <palves@redhat.com>
20277
20278 * gdb.base/async.exp: Use prepare_for_testing.
20279
202802014-03-19 Pedro Alves <palves@redhat.com>
20281
20282 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
20283 the same line.
20284
202852014-03-19 Pedro Alves <palves@redhat.com>
20286
20287 * gdb.base/async.c (main): Add "jump here" and "until here" line
20288 marker comments.
20289 * gdb.base/async.exp (jump_here): New global.
20290 (jump& test): Use it.
20291 (until_here): New global.
20292 (until& test): Use it.
20293
202942014-03-19 Pedro Alves <palves@redhat.com>
20295
20296 * gdb.base/async.exp: Don't frob gdb_protocol.
20297
202982014-03-18 Doug Evans <xdje42@gmail.com>
20299
20300 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
20301 Fix spelling of exec-done-display.
20302
203032014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
20304
20305 PR gdb/15358
20306 * gdb.base/gdb-sigterm.c: New file.
20307 * gdb.base/gdb-sigterm.exp: New file.
20308
203092014-03-18 Pedro Alves <palves@redhat.com>
20310
20311 PR gdb/13860
20312 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20313 * lib/mi-support.exp (mi_expect_stop): Add special handling for
20314 solib-event.
20315
203162014-03-17 Joel Brobecker <brobecker@adacore.com>
20317
20318 * gdb.ada/pckd_arr_ren: New testcase.
20319
203202014-03-13 Doug Evans <xdje42@gmail.com>
20321
20322 PR guile/16612
20323 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
20324 collect after discarding symbols.
20325
203262014-03-13 Ludovic Courtès <ludo@gnu.org>
20327 Doug Evans <xdje42@gmail.com>
20328
20329 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
20330 to history survives a gc.
20331
203322014-03-13 Pedro Alves <palves@redhat.com>
20333
20334 * gdb.base/default.exp: Don't test "target procfs".
20335
203362014-03-13 Pedro Alves <palves@redhat.com>
20337
20338 * gdb.base/default.exp: Update "target child" and "target procfs"
20339 tests to not expect "Unix".
20340
203412014-03-12 Tom Tromey <tromey@redhat.com>
20342
20343 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
20344 New procs. Add target-async tests.
20345 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
20346 Add target-async tests.
20347
203482014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20349
20350 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
20351 'func_start' and 'func_end' for the beginning and end of the
20352 function code, respectively.
20353 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
20354 'func_end' instead of 'func' and 'main'.
20355
203562014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20357
20358 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
20359 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
20360 generate the debug info assembler source.
20361
203622014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20363
20364 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
20365 * gdb.dwarf2/arr-subrange.exp: Likewise.
20366 * gdb.dwarf2/dwz.exp: Likewise.
20367 * gdb.dwarf2/method-ptr.exp: Likewise.
20368 * gdb.dwarf2/missing-sig-type.exp: Likewise.
20369 * gdb.dwarf2/subrange.exp: Likewise.
20370 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
20371 * gdb.dwarf2/implptrpiece.exp: Likewise.
20372 * gdb.dwarf2/nostaticblock.exp: Likewise.
20373
203742014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
20375
20376 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
20377 directory to absolute path name arguments.
20378
203792014-03-10 Joel Brobecker <brobecker@adacore.com>
20380
20381 * gdb.ada/tagged_access: New testcase.
20382
203832014-03-07 Markus Metzger <markus.t.metzger@intel.com>
20384
20385 * gdb.btrace/data.exp: Update expected output.
20386
203872014-03-06 Yao Qi <yao@codesourcery.com>
20388
20389 * gdb.trace/pr16508.exp: New file.
20390
203912014-03-05 Pedro Alves <palves@redhat.com>
20392
20393 PR gdb/16575
20394 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
20395 procedure.
20396 (top level): Adjust to use it. Add tests that exercise breakpoint
20397 interaction with the code-cache.
20398
203992014-02-26 Ludovic Courtès <ludo@gnu.org>
20400
20401 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
20402 test for 'history-append!'.
20403
204042014-02-26 Joel Brobecker <brobecker@adacore.com>
20405
20406 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
20407 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
20408 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
20409 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
20410 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
20411 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
20412
204132014-02-26 Joel Brobecker <brobecker@adacore.com>
20414
20415 * testsuite/gdb.python/py-pp-re-notag.c: New file.
20416 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
20417 * testsuite/gdb.python/py-pp-re-notag.p: New file.
20418
204192014-02-26 Joel Brobecker <brobecker@adacore.com>
20420
20421 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
20422
204232014-02-26 Joel Brobecker <brobecker@adacore.com>
20424
20425 * gdb.dwarf2/arr-stride.c: New file.
20426 * gdb.dwarf2/arr-stride.exp: New file.
20427
204282014-02-26 Pedro Alves <palves@redhat.com>
20429
20430 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
20431 that won't ever trigger. Make sure that GDB reports the correct
20432 breakpoint that caused the stop.
20433
204342014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20435
20436 PR gdb/16626
20437 * gdb.base/auto-load-script: New file.
20438 * gdb.base/auto-load.c: New file.
20439 * gdb.base/auto-load.exp: New file.
20440
20441 PR gdb/16626
20442 * gdb.base/auto-load.exp: Fix out-of-srctree run.
20443
204442014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
20445
20446 Fix dw2-icycle.exp -fsanitize=address GDB crash.
20447 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
20448
204492014-02-24 Doug Evans <dje@google.com>
20450
20451 * lib/gdb.exp (run_on_host): Log error output if program fails.
20452
204532014-02-21 Pedro Alves <palves@redhat.com>
20454
20455 * gdb.threads/step-after-sr-lock.c: Rename to ...
20456 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
20457 * gdb.threads/step-after-sr-lock.exp: Rename to ...
20458 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
20459 ... this.
20460
204612014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
20462
20463 PR tdep/16397
20464 * gdb.arch/amd64-stap-special-operands.exp: New file.
20465 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
20466 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
20467 * gdb.arch/amd64-stap-triplet.S: Likewise.
20468 * gdb.arch/amd64-stap-triplet.c: Likewise.
20469
204702014-02-20 Joel Brobecker <brobecker@adacore.com>
20471
20472 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
20473 in .section pseudo-op.
20474
204752014-02-20 lin zuojian <manjian2006@gmail.com>
20476 Joel Brobecker <brobecker@adacore.com>
20477 Doug Evans <xdje42@gmail.com>
20478
20479 PR symtab/16581
20480 * gdb.dwarf2/dw2-icycle.S: New file.
20481 * gdb.dwarf2/dw2-icycle.c: New file.
20482 * gdb.dwarf2/dw2-icycle.exp: New file.
20483
204842014-02-19 Siva Chandra Reddy <sivachandra@google.com>
20485
20486 * gdb.python/py-value-cc.cc: Improve test case to enable testing
20487 operations on gdb.Value objects.
20488 * gdb.python/py-value-cc.exp: Add new test to test operations on
20489 gdb.Value objects.
20490
204912014-02-18 Doug Evans <dje@google.com>
20492
20493 * Makefile.in (TESTS): New variable.
20494 (expanded_tests, expanded_tests_or_none): New variables
20495 (check-single): Pass $(expanded_tests_or_none) to runtest.
20496 (check-parallel): Only run tests in $(TESTS) if non-empty.
20497 (check/no-matching-tests-found): New rule.
20498 * README: Document TESTS makefile variable.
20499
205002014-02-18 Doug Evans <dje@google.com>
20501
20502 * Makefile.in (check-parallel): rm -rf outputs temp.
20503
205042014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
20505
20506 Fix "ERROR: no fileid for" in the testsuite.
20507 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
20508
205092014-02-12 Doug Evans <dje@google.com>
20510
20511 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
20512 (MISCELLANEOUS): New variable.
20513 (clean): rm -rf $(MISCELLANEOUS).
20514 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
20515 dwp live in the same directory as symlinks, with each symlink pointed
20516 to a differently named file in a different directory.
20517
205182014-02-11 Doug Evans <dje@google.com>
20519
20520 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
20521 of Tcl file commands.
20522
205232014-02-10 Mark Kettenis <kettenis@gnu.org>
20524
20525 * gdb.threads/step-after-sr-lock.exp: Avoid executing
20526 "kill -SIGUSR1 -1".
20527
205282014-02-10 Joel Brobecker <brobecker@adacore.com>
20529
20530 * gdb.ada/tick_length_array_enum_idx: New testcase.
20531
205322014-02-10 Doug Evans <xdje42@gmail.com>
20533
20534 * configure.ac (AC_OUTPUT): Add gdb.guile.
20535 * configure: Regenerate.
20536 * lib/gdb-guile.exp: New file.
20537 * lib/gdb.exp (get_target_charset): New function.
20538 * gdb.base/help.exp: Update expected output from "apropos apropos".
20539 * gdb.guile/Makefile.in: New file.
20540 * gdb.guile/guile.exp: New file.
20541 * gdb.guile/scm-arch.c: New file.
20542 * gdb.guile/scm-arch.exp: New file.
20543 * gdb.guile/scm-block.c: New file.
20544 * gdb.guile/scm-block.exp: New file.
20545 * gdb.guile/scm-breakpoint.c: New file.
20546 * gdb.guile/scm-breakpoint.exp: New file.
20547 * gdb.guile/scm-disasm.c: New file.
20548 * gdb.guile/scm-disasm.exp: New file.
20549 * gdb.guile/scm-equal.c: New file.
20550 * gdb.guile/scm-equal.exp: New file.
20551 * gdb.guile/scm-error.exp: New file.
20552 * gdb.guile/scm-error.scm: New file.
20553 * gdb.guile/scm-frame-args.c: New file.
20554 * gdb.guile/scm-frame-args.exp: New file.
20555 * gdb.guile/scm-frame-args.scm: New file.
20556 * gdb.guile/scm-frame-inline.c: New file.
20557 * gdb.guile/scm-frame-inline.exp: New file.
20558 * gdb.guile/scm-frame.c: New file.
20559 * gdb.guile/scm-frame.exp: New file.
20560 * gdb.guile/scm-generics.exp: New file.
20561 * gdb.guile/scm-gsmob.exp: New file.
20562 * gdb.guile/scm-iterator.c: New file.
20563 * gdb.guile/scm-iterator.exp: New file.
20564 * gdb.guile/scm-math.c: New file.
20565 * gdb.guile/scm-math.exp: New file.
20566 * gdb.guile/scm-objfile-script-gdb.in: New file.
20567 * gdb.guile/scm-objfile-script.c: New file.
20568 * gdb.guile/scm-objfile-script.exp: New file.
20569 * gdb.guile/scm-objfile.c: New file.
20570 * gdb.guile/scm-objfile.exp: New file.
20571 * gdb.guile/scm-ports.exp: New file.
20572 * gdb.guile/scm-pretty-print.c: New file.
20573 * gdb.guile/scm-pretty-print.exp: New file.
20574 * gdb.guile/scm-pretty-print.scm: New file.
20575 * gdb.guile/scm-section-script.c: New file.
20576 * gdb.guile/scm-section-script.exp: New file.
20577 * gdb.guile/scm-section-script.scm: New file.
20578 * gdb.guile/scm-symbol.c: New file.
20579 * gdb.guile/scm-symbol.exp: New file.
20580 * gdb.guile/scm-symtab-2.c: New file.
20581 * gdb.guile/scm-symtab.c: New file.
20582 * gdb.guile/scm-symtab.exp: New file.
20583 * gdb.guile/scm-type.c: New file.
20584 * gdb.guile/scm-type.exp: New file.
20585 * gdb.guile/scm-value-cc.cc: New file.
20586 * gdb.guile/scm-value-cc.exp: New file.
20587 * gdb.guile/scm-value.c: New file.
20588 * gdb.guile/scm-value.exp: New file.
20589 * gdb.guile/source2.scm: New file.
20590 * gdb.guile/types-module.cc: New file.
20591 * gdb.guile/types-module.exp: New file.
20592
205932014-02-10 Yao Qi <yao@codesourcery.com>
20594
20595 PR testsuite/16543
20596 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
20597 * configure: Regenerated.
20598 * Makefile.in: New file.
20599
206002014-02-08 Andreas Schwab <schwab@linux-m68k.org>
20601
20602 * gdb.python/py-framefilter.exp: Fix typo.
20603
206042014-02-08 Yao Qi <yao@codesourcery.com>
20605
20606 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
20607 that no =breakpoint-modified is emitted when breakpoints are
20608 modified through MI commands.
20609
206102014-02-07 Pedro Alves <pedro@codesourcery.com>
20611 Pedro Alves <palves@redhat.com>
20612
20613 * gdb.threads/step-after-sr-lock.c: New file.
20614 * gdb.threads/step-after-sr-lock.exp: New file.
20615
206162014-02-07 Pedro Alves <palves@redhat.com>
20617
20618 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
20619
206202014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
20621
20622 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
20623 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
20624
206252014-02-06 Doug Evans <xdje42@gmail.com>
20626
20627 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
20628 output.
20629
20630 * gdb.gdb/python-interrupts.exp: New file.
20631
206322014-02-05 Yao Qi <yao@codesourcery.com>
20633
20634 * gdb.trace/report.exp (use_collected_data): Test the output
20635 of "info threads" and "info inferiors".
20636
206372014-02-05 Yao Qi <yao@codesourcery.com>
20638
20639 Revert this patch:
20640
20641 2013-05-24 Yao Qi <yao@codesourcery.com>
20642
20643 * gdb.trace/tfile.exp: Test inferior and thread.
20644
206452014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20646
20647 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
20648 on a function.
20649 * gdb.base/step-bt.c: Call hello via function pointer to make
20650 sure its first instruction is executed on powerpc64le-linux.
20651
206522014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20653
20654 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
20655
206562014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20657
20658 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
20659 of the test patterns for use on little-endian systems.
20660
206612014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
20662
20663 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
20664 (decimal_vector): Fix for little-endian.
20665
206662014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
20667
20668 * gdb.arch/sparc-sysstep.exp: New file.
20669 * gdb.arch/sparc-sysstep.c: Likewise.
20670
20671 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
20672
206732014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20674
20675 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
20676
206772014-01-23 Tom Tromey <tromey@redhat.com>
20678
20679 * gdb.ada/array_char_idx: New testcase.
20680
206812014-01-23 Tom Tromey <tromey@redhat.com>
20682
20683 PR python/16487:
20684 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
20685 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
20686 classes.
20687
206882014-01-23 Tom Tromey <tromey@redhat.com>
20689
20690 PR python/16491:
20691 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
20692 string from an inferior frame.
20693 * gdb.python/py-framefilter-mi.exp: Update.
20694
206952014-01-22 Doug Evans <dje@google.com>
20696
20697 * gdb.server/server-mon.exp: Add tests for "set debug-format".
20698
206992014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20700
20701 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
20702
207032014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20704
20705 * gdb.trace/entry-values.exp: Remove excess space character from
20706 regex patterns. Handle s390 call instruction.
20707
207082014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20709
20710 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
20711 define "*_start" label. Make "name" static.
20712 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
20713 ${name} by references to ${name}_start.
20714
207152014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
20716
20717 * gdb.base/info-macros.exp: Remove "debug" from the compile
20718 options.
20719
207202014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20721
20722 * gdb.dlang/demangle.exp: New file.
20723
207242014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20725
20726 * gdb.dlang/primitive-types.exp: New file.
20727
207282014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
20729
20730 * configure.ac: Create gdb.dlang/Makefile.
20731 * configure: Regenerate.
20732 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
20733 * gdb.dlang/Makefile.in: New file.
20734 * lib/d-support.exp: New file.
20735 * lib/gdb.exp (skip_d_tests): New proc.
20736
207372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20738
20739 * gdb.btrace/delta.exp: Check reverse stepi.
20740 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
20741 * gdb.btrace/finish.exp: New.
20742 * gdb.btrace/next.exp: New.
20743 * gdb.btrace/nexti.exp: New.
20744 * gdb.btrace/record_goto.c: Add comments.
20745 * gdb.btrace/step.exp: New.
20746 * gdb.btrace/stepi.exp: New.
20747 * gdb.btrace/multi-thread-step.c: New.
20748 * gdb.btrace/multi-thread-step.exp: New.
20749 * gdb.btrace/rn-dl-bind.c: New.
20750 * gdb.btrace/rn-dl-bind.exp: New.
20751 * gdb.btrace/data.c: New.
20752 * gdb.btrace/data.exp: New.
20753 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20754
207552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20756
20757 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
20758 * gdb.btrace/exception.exp: Update.
20759 * gdb.btrace/instruction_history.exp: Update.
20760 * gdb.btrace/record_goto.exp: Update.
20761 * gdb.btrace/tailcall.exp: Update.
20762 * gdb.btrace/unknown_functions.exp: Update.
20763 * gdb.btrace/delta.exp: New.
20764
207652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20766
20767 * gdb.btrace/record_goto.exp: Add backtrace test.
20768 * gdb.btrace/tailcall.exp: Add backtrace test.
20769
207702014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20771
20772 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
20773 * gdb.btrace/record_goto.c: New.
20774 * gdb.btrace/record_goto.exp: New.
20775 * gdb.btrace/x86-record_goto.S: New.
20776
207772014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20778
20779 * gdb.btrace/function_call_history.exp: Update tests.
20780 * gdb.btrace/instruction_history.exp: Update tests.
20781
207822014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20783
20784 * gdb.btrace/function_call_history.exp: Fix expected field
20785 order for "record function-call-history".
20786 Add new tests for "record function-call-history /c".
20787 * gdb.btrace/exception.cc: New.
20788 * gdb.btrace/exception.exp: New.
20789 * gdb.btrace/tailcall.exp: New.
20790 * gdb.btrace/x86-tailcall.S: New.
20791 * gdb.btrace/x86-tailcall.c: New.
20792 * gdb.btrace/unknown_functions.c: New.
20793 * gdb.btrace/unknown_functions.exp: New.
20794 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
20795
207962014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20797
20798 * gdb.btrace/instruction_history.exp: Update.
20799 * gdb.btrace/function_call_history.exp: Update.
20800
208012014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20802
20803 * gdb.btrace/function_call_history.exp: Fix expected function
20804 trace.
20805 * gdb.btrace/instruction_history.exp: Initialize traced.
20806 Remove traced_functions.
20807
208082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20809
20810 * gdb.btrace/function_call_history.exp: Update
20811 * gdb.btrace/instruction_history.exp: Update.
20812
208132014-01-16 Markus Metzger <markus.t.metzger@intel.com>
20814
20815 * gdb.btrace/enable.exp: Update expected text.
20816
208172014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
20818
20819 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
20820 bytes.
20821
208222014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
20823
20824 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
20825
208262014-01-15 Omair Javaid <omair.javaid@linaro.org>
20827
20828 * lib/gdb.exp (supports_process_record): Return true for
20829 arm*-linux*. (supports_reverse): Likewise.
20830
208312014-01-13 Siva Chandra Reddy <sivachandra@google.com>
20832
20833 PR python/15464
20834 PR python/16113
20835 * gdb.python/py-type.c: Enhance test case.
20836 * gdb.python/py-value-cc.cc: Likewise
20837 * gdb.python/py-type.exp: Add new tests.
20838 * gdb.python/py-value-cc.exp: Likewise
20839
208402014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
20841 Pedro Alves <palves@redhat.com>
20842
20843 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
20844 Make "name" extern.
20845 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
20846 references to ${name}_start by references to ${name}.
20847
208482014-01-10 Joel Brobecker <brobecker@adacore.com>
20849
20850 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
20851
208522014-01-10 Joel Brobecker <brobecker@adacore.com>
20853
20854 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
20855
208562014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
20857 Pedro Alves <palves@redhat.com>
20858
20859 * gdb.mi/mi-info-os.exp: Connect to the target with
20860 mi_gdb_target_load.
20861
208622014-01-08 Pedro Alves <palves@redhat.com>
20863
20864 * gdb.threads/reconnect-signal.c: New file.
20865 * gdb.threads/reconnect-signal.exp: New file.
20866
208672014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
20868
20869 * gdb.base/source-dir.exp: New file.
20870
208712014-01-07 Joel Brobecker <brobecker@adacore.com>
20872
20873 * gdb.ada/mi_interface: New testcase.
20874
208752014-01-07 Joel Brobecker <brobecker@adacore.com>
20876
20877 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
20878 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
20879 gdb.ada/pp-rec-component/pck.ads: New files.
20880
208812014-01-07 Joel Brobecker <brobecker@adacore.com>
20882
20883 * gdb.python/py-pp-integral.c: New file.
20884 * gdb.python/py-pp-integral.py: New file.
20885 * gdb.python/py-pp-integral.exp: New file.
20886
20887For older changes see ChangeLog-1993-2013.
20888\f
20889;; Local Variables:
20890;; mode: change-log
20891;; left-margin: 8
20892;; fill-column: 74
20893;; version-control: never
20894;; End:
20895
20896 Copyright 2014-2020 Free Software Foundation, Inc.
20897 Copying and distribution of this file, with or without modification,
20898 are permitted provided the copyright notice and this notice are preserved.